html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, address, big, blockquote, cite, code,
del, dfn, em, img, ins, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, form, label, input, fieldset, legend, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, main, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: none;
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

ol, ul, nav, menu {
  list-style: none;
}

img, video, canvas {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: bottom;
}

a, button {
  cursor: pointer;
  margin: 0;
  padding: 0;
}

a:hover, button:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th, td {
  vertical-align: middle;
}

iframe {
  width: 100%;
}

/* Mulish */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Mulish-Regular"), url("../../r_assets/fonts/fbe284a4.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Mulish-Italic"), url("../../r_assets/fonts/06a75b00.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Mulish-Medium"), url("../../r_assets/fonts/7019234c.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Mulish-MediumItalic"), url("../../r_assets/fonts/ae713908.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Mulish-SemiBold"), url("../../r_assets/fonts/9a9e6bad.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Mulish-SemiBoldItalic"), url("../../r_assets/fonts/64d6c9c6.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Mulish-Bold"), url("../../r_assets/fonts/7d690cb9.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Mulish-BoldItalic"), url("../../r_assets/fonts/93124bf0.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Mulish-ExtraBold"), url("../../r_assets/fonts/a0af714d.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local("Mulish-ExtraBoldItalic"), url("../../r_assets/fonts/152e6a82.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Mulish-Black"), url("../../r_assets/fonts/57f3636b.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local("Mulish-BlackItalic"), url("../../r_assets/fonts/9fb1b586.woff2") format("woff2");
}
/* =========================== all */
body {
  font-family: "Mulish", sans-serif;
  color: #19191D;
  background: #FCFCFC;
  line-height: 1.5;
}

.body_scroll {
  overflow: hidden;
}

/* heading */
h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 25px;
}

h1, .h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

h2, .h2 {
  font-size: 32px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

h3, .h3 {
  font-size: 30px;
  line-height: 38px;
}
@media screen and (max-width: 768px) {
  h3, .h3 {
    font-size: 26px;
    line-height: 34px;
  }
}

h4, .h4 {
  font-size: 26px;
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  h4, .h4 {
    font-size: 24px;
    line-height: 32px;
  }
}

h5, .h5 {
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  h5, .h5 {
    font-size: 22px;
    line-height: 30px;
  }
}

.page-main h1, .page-main .h1 {
  font-size: 56px;
  line-height: 64px;
  font-weight: 900;
}
@media screen and (max-width: 950px) {
  .page-main h1, .page-main .h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
.page-main h2, .page-main .h2 {
  font-size: 40px;
  line-height: 48px;
}
@media screen and (max-width: 768px) {
  .page-main h2, .page-main .h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.page-main h3, .page-main .h3 {
  font-size: 32px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .page-main h3, .page-main .h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.page-main h4, .page-main .h4 {
  font-size: 30px;
  line-height: 38px;
}
@media screen and (max-width: 768px) {
  .page-main h4, .page-main .h4 {
    font-size: 26px;
    line-height: 34px;
  }
}
.page-main h5, .page-main .h5 {
  font-size: 28px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .page-main h5, .page-main .h5 {
    font-size: 24px;
    line-height: 32px;
  }
}

.heading {
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
}

.section {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .section {
    margin-bottom: 50px;
  }
}

/* list */
ol:not([class]), ul:not([class]) {
  margin-bottom: 25px;
}
ol:not([class]) li, ul:not([class]) li {
  display: table;
  position: relative;
}

table ol:not([class]) li, table ul:not([class]) li, .table ol:not([class]) li, .table ul:not([class]) li {
  display: block;
}

ol:not([class]) {
  counter-reset: number;
}
ol:not([class]) li {
  padding-left: 32px;
}
ol:not([class]) li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #FDCA40;
  font-size: 14px;
  font-weight: 700;
  border-radius: 12px;
  left: 0;
}
ol:not([class]) li:not(:last-child) {
  margin-bottom: 20px;
}

ul:not([class]) li {
  padding-left: 18px;
}
ul:not([class]) li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #19191D;
  left: 0;
  top: 8px;
}
ul:not([class]) li:not(:last-child) {
  margin-bottom: 15px;
}

ol ol, ul ul {
  margin-left: 30px;
}

.check-list {
  margin-bottom: 25px;
}
.check-list li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 29px;
}
.check-list li::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: center center/cover no-repeat;
  background-image: url("../../r_assets/images/31f9f924.svg#sprite--check-green");
  left: 0;
  top: 1px;
}
.check-list li:not(:last-child) {
  margin-bottom: 15px;
}

.cancel-list {
  margin-bottom: 25px;
}
.cancel-list li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 29px;
}
.cancel-list li::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: center center/cover no-repeat;
  background-image: url("../../r_assets/images/31f9f924.svg#sprite--cancel");
  left: 0;
  top: 1px;
}
.cancel-list li:not(:last-child) {
  margin-bottom: 15px;
}

/* content */
a, p, ol:not([class]) li, ul:not([class]) li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

p {
  color: #373737;
  margin-bottom: 20px;
}

.text p:last-child {
  margin-bottom: 0;
}

a:not([class]) {
  text-decoration: underline;
}
a:not([class]):hover {
  color: #717171;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

/* img */
img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

figure img {
  border-radius: 10px;
}

.float_right {
  float: right;
  margin-left: 20px;
}

.float_left {
  float: left;
  margin-right: 20px;
}

.float_right, .float_left {
  margin-bottom: 20px;
}

.float_right img, .float_left img {
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .float_right, .float_left {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
/* transition */
* {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* btn */
.btn {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 300px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: 15px;
}

.btn_light {
  background: #FDCA40;
  color: #19191D;
}
.btn_light:hover {
  background: #F4B200;
}

.btn_dark {
  border: 1px solid #fff;
  background: #19191D;
  color: #fff;
}
.btn_dark:hover {
  background: #323238;
}

.btn_long {
  width: 100%;
}

.overly {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 25, 29, 0.2);
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}

/* flexbox */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* gridbox */
.gridbox {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* breadcrumbs */
.breadcrumbs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 25px 0;
}
.breadcrumbs li, .breadcrumbs a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #373737;
}
.breadcrumbs li:not(:last-child) {
  margin-right: 15px;
}
.breadcrumbs a {
  position: relative;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: rgba(55, 55, 55, 0.6);
}
.breadcrumbs a::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 8px;
  background: center center/cover no-repeat;
  background-image: url("../../r_assets/images/31f9f924.svg#sprite--breadcrumbs");
  top: 6px;
  right: -11px;
}

/* rating */
.rating {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.rating-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-left: 0;
}
.rating__item {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../r_assets/images/31f9f924.svg#sprite--star");
  opacity: 0.7;
}
.rating__item.active {
  background-image: url("../../r_assets/images/31f9f924.svg#sprite--star");
  opacity: 1;
}
.rating-total {
  color: #373737;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.rating-total span {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

/* scroll vertical */
.scroll {
  overflow-y: auto;
  -ms-scroll-chaining: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  scrollbar-color: #DCDFE9 transparent;
}

.scroll::-webkit-scrollbar {
  width: 4px;
  height: 50%;
}

.scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: #DCDFE9;
  border-radius: 5px;
}

.scroll::-webkit-scrollbar-thumb:hover {
  background-color: #DCDFE9;
}

.scroll::-webkit-scrollbar-thumb:active {
  background-color: #DCDFE9;
}

.scroll::-webkit-scrollbar-thumb:vertical {
  min-height: 50%;
}

.scroll::-webkit-scrollbar-thumb:horizontal {
  min-width: 4px;
}

/* scroll horizontal */
.scroll_horizontal {
  overflow-x: auto;
  -ms-scroll-chaining: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  scrollbar-color: #DCDFE9 transparent;
}

.scroll_horizontal::-webkit-scrollbar {
  width: 50%;
  height: 4px;
}

.scroll_horizontal::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroll_horizontal::-webkit-scrollbar-thumb {
  background-color: #DCDFE9;
  border-radius: 5px;
}

.scroll_horizontal::-webkit-scrollbar-thumb:hover {
  background-color: #DCDFE9;
}

.scroll_horizontal::-webkit-scrollbar-thumb:active {
  background-color: #DCDFE9;
}

.scroll_horizontal::-webkit-scrollbar-thumb:horizontal {
  min-width: 50%;
}

.scroll_horizontal::-webkit-scrollbar-thumb:vertical {
  min-height: 4px;
}

/* table */
table {
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 25px 0px rgba(37, 38, 44, 0.06);
          box-shadow: 2px 2px 25px 0px rgba(37, 38, 44, 0.06);
  border-collapse: separate;
  background: #fff;
  overflow: hidden;
  margin-bottom: 25px;
}
table th, table td {
  vertical-align: middle;
  font-size: 14px;
  text-align: left;
  min-width: 60px;
  padding: 15px 10px;
}
table th {
  background: #373737;
  color: #fff;
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
  padding: 20px 15px;
}
table td {
  font-weight: 400;
  line-height: 20px;
  color: #19191D;
}
table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #DCDFF0;
}
table a:not([class]), table b, table p, table ul li, table ol li {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
table a:not([class]) {
  text-decoration: none;
}
table a:not([class]):hover {
  text-decoration: underline;
  color: #19191D;
}
table span {
  font-weight: 500;
}
table .table-number {
  max-width: 60px;
  width: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  table .table-number {
    max-width: 40px !important;
    width: 40px !important;
    min-width: 40px;
    padding: 15px 8px;
  }
}

/* form */
form input, form textarea {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  border-bottom: 1px solid #BCBECC;
  background: transparent;
  font-family: "Mulish";
  font-size: 16px;
  font-weight: 400;
  color: #19191D;
}
form input {
  height: 32px;
  line-height: 47px;
  padding-bottom: 8px;
}
form textarea {
  height: 32px;
  padding-bottom: 8px;
}
form textarea:focus {
  outline: none;
}
form .group {
  position: relative;
  margin-bottom: 30px;
}
form .group:last-of-type {
  margin-bottom: 40px;
}
form .icon {
  position: absolute;
  z-index: 1;
  display: none;
}
form .icon-ok {
  width: 12px;
  height: 12px;
  background: center center/cover no-repeat;
  background-image: url("../../r_assets/images/31f9f924.svg#sprite--ok");
  top: calc(50% - 6px);
  right: 12px;
}
form .icon-not {
  width: 14px;
  height: 14px;
  background: center center/cover no-repeat;
  background-image: url("../../r_assets/images/31f9f924.svg#sprite--not");
  top: calc(50% - 7px);
  right: 10px;
}
form .label-false {
  position: absolute;
  z-index: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #E22B20;
  max-height: 0;
  overflow: hidden;
  bottom: -14px;
}

button {
  font-family: "Mulish";
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #373737;
  opacity: 1;
  font-family: "Mulish";
  font-size: 16px;
  font-weight: 400;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #373737;
  opacity: 1;
  font-family: "Mulish";
  font-size: 16px;
  font-weight: 400;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #373737;
  opacity: 1;
  font-family: "Mulish";
  font-size: 16px;
  font-weight: 400;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #373737;
  opacity: 1;
  font-family: "Mulish";
  font-size: 16px;
  font-weight: 400;
}

input::placeholder, textarea::placeholder {
  color: #373737;
  opacity: 1;
  font-family: "Mulish";
  font-size: 16px;
  font-weight: 400;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #373737;
  opacity: 1;
  font-family: "Mulish";
  font-size: 16px;
  font-weight: 400;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #373737;
  opacity: 1;
  font-family: "Mulish";
  font-size: 16px;
  font-weight: 400;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #373737;
  opacity: 1;
  font-family: "Mulish";
  font-size: 16px;
  font-weight: 400;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #373737;
  opacity: 1;
  font-family: "Mulish";
  font-size: 16px;
  font-weight: 400;
}
input:not(:focus):-moz-placeholder-shown, textarea:not(:focus):-moz-placeholder-shown {
  border-color: #BCBECC;
}
input:not(:focus):-ms-input-placeholder, textarea:not(:focus):-ms-input-placeholder {
  border-color: #BCBECC;
}
input:not(:focus):placeholder-shown, textarea:not(:focus):placeholder-shown {
  border-color: #BCBECC;
}
input:not(:focus):-moz-placeholder-shown ~ .icon, textarea:not(:focus):-moz-placeholder-shown ~ .icon {
  display: none;
}
input:not(:focus):-ms-input-placeholder ~ .icon, textarea:not(:focus):-ms-input-placeholder ~ .icon {
  display: none;
}
input:not(:focus):placeholder-shown ~ .icon, textarea:not(:focus):placeholder-shown ~ .icon {
  display: none;
}
input:focus:valid, textarea:focus:valid {
  border-color: #BCBECC;
}
input:focus:valid ~ .icon, textarea:focus:valid ~ .icon {
  display: none;
}
input:valid, textarea:valid {
  border-color: #2ABF81;
}
input:valid ~ .icon-ok, textarea:valid ~ .icon-ok {
  display: block;
}
input:focus, textarea:focus {
  border-color: #BCBECC;
}
input:focus ~ .icon, textarea:focus ~ .icon {
  display: none;
}
input:valid:not(:focus):not(:-moz-placeholder-shown), textarea:valid:not(:focus):not(:-moz-placeholder-shown) {
  border-color: #2ABF81;
}
input:valid:not(:focus):not(:-ms-input-placeholder), textarea:valid:not(:focus):not(:-ms-input-placeholder) {
  border-color: #2ABF81;
}
input:valid:not(:focus):not(:placeholder-shown), textarea:valid:not(:focus):not(:placeholder-shown) {
  border-color: #2ABF81;
}
input:invalid:not(:focus):not(:-moz-placeholder-shown), textarea:invalid:not(:focus):not(:-moz-placeholder-shown) {
  border-color: #E22B20;
}
input:invalid:not(:focus):not(:-ms-input-placeholder), textarea:invalid:not(:focus):not(:-ms-input-placeholder) {
  border-color: #E22B20;
}
input:invalid:not(:focus):not(:placeholder-shown), textarea:invalid:not(:focus):not(:placeholder-shown) {
  border-color: #E22B20;
}
input:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .icon-not, textarea:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .icon-not {
  display: block;
}
input:invalid:not(:focus):not(:-ms-input-placeholder) ~ .icon-not, textarea:invalid:not(:focus):not(:-ms-input-placeholder) ~ .icon-not {
  display: block;
}
input:invalid:not(:focus):not(:placeholder-shown) ~ .icon-not, textarea:invalid:not(:focus):not(:placeholder-shown) ~ .icon-not {
  display: block;
}
input:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .label-false, textarea:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .label-false {
  max-height: 27px;
  padding-top: 11px;
}
input:invalid:not(:focus):not(:-ms-input-placeholder) ~ .label-false, textarea:invalid:not(:focus):not(:-ms-input-placeholder) ~ .label-false {
  max-height: 27px;
  padding-top: 11px;
}
input:invalid:not(:focus):not(:placeholder-shown) ~ .label-false, textarea:invalid:not(:focus):not(:placeholder-shown) ~ .label-false {
  max-height: 27px;
  padding-top: 11px;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}

/* container */
.container {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.content {
  position: relative;
}

@media screen and (min-width: 993px) {
  .main {
    max-width: calc(100% - 305px);
  }
}

@media screen and (min-width: 993px) {
  .aside {
    position: absolute;
    width: 285px;
    top: 0;
    right: 0;
  }
}

/* header */
.header {
  position: relative;
  z-index: 102;
}
.header_top {
  background: #19191D;
  text-align: center;
  padding: 18px 0;
}
.header-menu {
  background: #fff;
  -webkit-box-shadow: 2px 2px 25px 0px rgba(37, 38, 44, 0.06);
          box-shadow: 2px 2px 25px 0px rgba(37, 38, 44, 0.06);
}
.header .container {
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .logo {
  display: inline-block;
}
.header .logo img {
  margin-bottom: 0;
}
.header-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .menu-link {
  position: relative;
  z-index: 5;
  display: inline-block;
  padding: 10px 0;
}
.header .menu-link::before {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: 0;
  height: 3px;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  background: #FDCA40;
}
.header .menu__item {
  position: relative;
}
.header .menu__item:hover .menu-link::before {
  width: 100%;
}
.header .menu__item:hover .menu-link::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header .menu__item:hover .downmenu {
  max-height: 300px;
  overflow: visible;
}
.header .menu-arrow .menu-link {
  padding-right: 18px;
}
.header .menu-arrow .menu-link::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 8px;
  background: center center/cover no-repeat;
  background-image: url("../../r_assets/images/31f9f924.svg#sprite--menu");
  right: 0;
  top: calc(50% - 4px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header .downmenu {
  width: 200px;
  top: 0;
  left: calc(50% - 100px);
  max-height: 0;
  overflow: hidden;
  padding-top: 45px;
}
.header .submenu {
  background: #fff;
  -webkit-box-shadow: 2px 2px 25px 0px rgba(37, 38, 44, 0.06);
          box-shadow: 2px 2px 25px 0px rgba(37, 38, 44, 0.06);
  border-radius: 5px;
  padding: 10px 20px;
}
.header .submenu__item:not(:last-child) {
  border-bottom: 1px solid #DCDFF0;
}

/* menu */
.menu {
  gap: 30px;
}
.menu a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
.menu-link {
  position: relative;
  color: #19181B;
  line-height: normal;
}
.menu-link .mark {
  display: inline-block;
  position: absolute;
  top: -10px;
  right: -22px;
  border-radius: 3px;
  background: #4253FB;
  color: #fff;
  font-size: 7px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 3px;
}

.downmenu {
  position: absolute;
}

.submenu {
  margin-bottom: 0;
  margin-left: 0;
}
.submenu a {
  font-weight: 600;
}
.submenu__item {
  position: relative;
  padding: 10px 0 10px 18px;
}
.submenu__item::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #FDCA40;
}
.submenu-link {
  position: relative;
}
.submenu-link::before {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  background: #FDCA40;
}
.submenu-link:hover::before {
  width: 100%;
  bottom: -1px;
}

/* hamburger */
.hamburger {
  display: none;
  width: 36px;
  height: 23px;
  text-align: center;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  margin-left: auto;
}

.hamburger:hover, .hamburger.is_active:hover {
  opacity: 0.7;
}

.hamburger.is_active .hamburger-box {
  width: 36px;
}

.hamburger.is_active .hamburger-inner {
  background-color: #fff;
}

.hamburger.is_active .hamburger-inner::before,
.hamburger.is_active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 23px;
}

.hamburger-inner {
  display: block;
  top: calc(50% - 1px);
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1.5px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner {
  background-color: #fff;
}

.hamburger-inner::before, .hamburger-inner::after {
  background-color: #fff;
  right: 0;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  width: 36px;
  top: 8px;
}

.hamburger-inner::after {
  width: 36px;
  bottom: 8px;
}

.hamburger_spin .hamburger-inner {
  width: 36px;
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger_spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger_spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger_spin.is_active .hamburger-inner {
  width: 36px;
  height: 2px;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger_spin.is_active .hamburger-inner::before {
  height: 2px;
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger_spin.is_active .hamburger-inner::after {
  height: 2px;
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 1170px) {
  .header_top {
    padding: 20px 0;
  }
  .header-menu {
    display: none;
  }
  .header .logo img {
    max-width: 192px;
    height: auto;
  }
  .hamburger {
    display: block;
  }
}
/* navigation mob */
.navigation-mobile {
  position: fixed;
  z-index: 101;
  width: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  background: #19191D;
  padding-top: 70px;
}
.navigation-mobile.open {
  width: 100%;
}
.navigation-mobile-body {
  position: relative;
  border-top: 3px solid #FDCA40;
}
.navigation-mobile-body::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}
.navigation-mobile .menu {
  padding: 0 20px;
}
.navigation-mobile .menu a {
  color: #fff;
}
.navigation-mobile .menu__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 0;
}
.navigation-mobile .menu__item.flexbox {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navigation-mobile .downmenu {
  z-index: 15;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  background: #19191D;
  overflow: hidden;
  padding-top: 15px;
}
.navigation-mobile .downmenu.open {
  width: 100%;
  padding: 15px 20px 0;
}
.navigation-mobile .downmenu-btn-open {
  position: relative;
  width: 7px;
  height: 12px;
  background: center center/cover no-repeat;
  background-image: url("../../r_assets/images/31f9f924.svg#sprite--downmenu");
}
.navigation-mobile .downmenu-btn-close {
  position: relative;
  text-align: left;
  width: 100%;
  line-height: normal;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 20px;
  padding-left: 18px;
}
.navigation-mobile .downmenu-btn-close::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 6px);
  width: 7px;
  height: 12px;
  background: center center/cover no-repeat;
  background-image: url("../../r_assets/images/31f9f924.svg#sprite--downmenu");
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.navigation-mobile .submenu__item {
  padding: 15px 0 15px 18px;
}
@media screen and (min-width: 450px) {
  .navigation-mobile.open {
    width: 320px;
  }
}

/* promo */
.promo {
  position: relative;
  overflow: hidden;
  padding: 90px 0 114px;
}
.promo h1 {
  color: #fff;
}
.promo-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
  margin: 0;
}
.promo-text {
  max-width: 590px;
}
.promo .btns {
  max-width: 300px;
}
.promo .btns .btn {
  width: 100%;
  height: 54px;
}
.promo .btns .btn + .btn {
  margin-top: 15px;
}
@media screen and (max-width: 992px) {
  .promo-text {
    max-width: 300px;
  }
}
@media screen and (max-width: 750px) {
  .promo {
    padding: 70px 0 383px;
  }
  .promo-bg {
    -o-object-position: bottom center;
       object-position: bottom center;
  }
  .promo-text {
    max-width: 100%;
    text-align: center;
  }
  .promo .btns {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .promo {
    padding: 70px 0 283px;
  }
}

/* feature */
.feature {
  background: #F4F5FB;
  padding: 30px 0;
  margin-bottom: 50px;
}
.feature-block {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 224px;
  height: 115px;
  padding: 20px;
}
.feature-logo img {
  margin: 0;
}
.feature-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 25px 20px;
}
.feature-list .heading {
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 2px;
}
.feature-list .heading img {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin: 0;
}
.feature-descr {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  color: #373737;
}
.feature-mob {
  display: none;
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 25px 0 30px;
  }
  .feature-logo {
    min-width: 100%;
    height: 80px;
    padding: 18px;
  }
  .feature-list {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
  }
  .feature-desktop {
    display: none;
  }
  .feature-mob {
    display: inline;
  }
}

/* offer */
.offer {
  margin-bottom: 25px;
}
.offer.flexbox {
  gap: 20px;
}
.offer.flexbox .offer__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
}
.offer.flexbox .offer-img {
  height: 71px;
}
.offer.flexbox .offer-title {
  font-size: 14px;
}
.offer.flexbox .btn {
  width: 100%;
}
.offer__item {
  min-width: 200px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 25px 0px rgba(37, 38, 44, 0.06);
          box-shadow: 2px 2px 25px 0px rgba(37, 38, 44, 0.06);
}
.offer-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
.offer-img img {
  margin: 0;
}
.offer-number {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #F4F5FB;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  top: 5px;
  left: 5px;
}
.offer-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #7A7A7A;
  text-align: center;
  margin-bottom: 5px;
}
.offer .bonus {
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
}
.offer .btn {
  height: 50px;
  font-size: 14px;
}
.offer-top {
  border-radius: 10px;
  overflow: hidden;
  background: #F4F5FB;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 25px;
}
.offer-top.flexbox {
  gap: 0;
}
.offer-top img {
  width: 447px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.offer-top-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 25px 25px 25px;
}
.offer-top .heading {
  margin-bottom: 8px;
}
.offer-top .rating {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 25px;
}
.offer-top .rating-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.offer-top .check-list {
  margin-bottom: 0;
}
.offer-top .check-list li {
  font-weight: 600;
}
@media screen and (min-width: 810px) {
  .offer.flexbox .offer-img {
    margin-bottom: 10px;
  }
  .offer.flexbox .rating {
    margin-bottom: 18px;
  }
  .offer.flexbox .bonus {
    margin-bottom: 15px;
  }
  .offer__item.flexbox {
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 20px;
  }
  .offer__item.flexbox:not(:last-child) {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
  .offer__item.flexbox .offer-img {
    position: relative;
    width: 200px;
    height: 100%;
    min-height: 110px;
  }
  .offer__item.flexbox .offer-bonus {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 270px;
  }
  .offer__item.flexbox .offer-rating {
    min-width: 170px;
    max-width: 170px;
  }
  .offer__item.flexbox .btn {
    width: 190px;
  }
}
@media screen and (max-width: 809px) {
  .offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .offer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px;
  }
  .offer__item.flexbox .btn {
    width: 100%;
  }
  .offer-img {
    height: 71px;
  }
  .offer-title {
    font-size: 14px;
  }
  .offer-number {
    top: -15px;
    left: -15px;
  }
  .offer-top picture, .offer-top img {
    min-width: 100%;
    height: 180px;
  }
  .offer-top-body {
    min-width: 100%;
  }
}

/* game */
.game {
  margin-bottom: 25px;
}
.game__item {
  border-radius: 10px;
  background: #F4F5FB;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 20px;
  margin-bottom: 25px;
}
.game__item:not(:last-child) {
  margin-bottom: 20px;
}
.game__item img {
  width: 204px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin: 0;
}
.game__item .heading {
  margin-bottom: 10px;
}
.game-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .game__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .game__item .heading {
    text-align: center;
  }
  .game-body {
    min-width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .game__item .heading {
    text-align: left;
  }
  .game picture {
    width: 100%;
  }
  .game img {
    width: 100%;
    height: 150px;
  }
}

/* side */
.side .heading {
  border-bottom: 1px solid #DCDFF0;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.side .check-list {
  margin-bottom: 20px;
}
.side .cancel-list {
  margin-bottom: 0;
}

/* written */
.written {
  border-radius: 10px;
  background: #F4F5FB;
  padding: 20px;
  margin-bottom: 60px;
}
.written-header {
  gap: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.written-header img {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.written-name {
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
}
.written-name:hover {
  text-decoration: underline;
}
.written-check {
  position: relative;
  padding-right: 21px;
}
.written-check::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: center center/cover no-repeat;
  background-image: url("../../r_assets/images/31f9f924.svg#sprite--approved");
  right: 0;
  top: calc(50% - 8px);
}
.written-position {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #373737;
}

/* faq */
.faq-block {
  counter-reset: number;
}
.faq__item {
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 25px 0px rgba(37, 38, 44, 0.06);
          box-shadow: 2px 2px 25px 0px rgba(37, 38, 44, 0.06);
  padding: 15px 20px;
}
.faq__item:not(:last-child) {
  margin-bottom: 10px;
}
.faq__item .heading {
  width: 100%;
  text-align: left;
  position: relative;
  cursor: pointer;
  padding-right: 35px;
}
.faq__item .heading::before {
  counter-increment: number;
  content: "0" counter(number) ". ";
  width: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
}
.faq__item .heading-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #F4F5FB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
}
.faq__item .text {
  max-height: 0;
  overflow: hidden;
}
.faq__item .text p:first-child {
  padding-top: 10px;
}
.faq__item.open .heading-icon {
  background: #FDCA40;
}
.faq__item.open .plusminus:before {
  -webkit-transform: translatey(-50%) rotate(-90deg);
      -ms-transform: translatey(-50%) rotate(-90deg);
          transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}
.faq__item.open .plusminus:after {
  -webkit-transform: translatey(-50%) rotate(0);
      -ms-transform: translatey(-50%) rotate(0);
          transform: translatey(-50%) rotate(0);
}
.faq__item.open .text {
  max-height: 500px;
}

.plusminus {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.plusminus:before, .plusminus:after {
  content: "";
  display: block;
  background-color: #19191D;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  width: 100%;
  height: 2px;
}
.plusminus:before {
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
}
.plusminus:after {
  -webkit-transform: translatey(-50%) rotate(90deg);
      -ms-transform: translatey(-50%) rotate(90deg);
          transform: translatey(-50%) rotate(90deg);
}

/* aside */
.aside {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 25px 0px rgba(37, 38, 44, 0.06);
          box-shadow: 2px 2px 25px 0px rgba(37, 38, 44, 0.06);
  padding: 20px;
}
.aside .heading {
  font-size: 14px;
  width: 100%;
  text-align: left;
}
.aside-list {
  counter-reset: number;
}
.aside-list li {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.aside-list li::before {
  counter-increment: number;
  content: counter(number) ". ";
}
.aside-list li a {
  position: relative;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #373737;
  text-decoration: none;
}
.aside-list li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #FFC107;
  left: 0;
  bottom: -2px;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.aside-list li a:hover {
  color: #373737;
}
.aside-list li a:hover::before {
  width: 100%;
}
.aside-list li:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (min-width: 993px) {
  .aside-list {
    padding-top: 12px;
  }
}
@media screen and (max-width: 992px) {
  .aside {
    width: 100%;
    margin-bottom: 50px;
  }
  .aside-list {
    max-height: 0;
    overflow: hidden;
  }
  .aside .heading {
    position: relative;
    padding-right: 20px;
  }
  .aside .heading::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 8px;
    background: center center/cover no-repeat;
    background-image: url("../../r_assets/images/31f9f924.svg#sprite--menu");
    right: 0;
    top: calc(50% - 4px);
  }
  .aside.open .aside-list {
    max-height: 1000px;
    padding-top: 12px;
  }
  .aside.open .heading::before {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}

/* contact */
.contact {
  gap: 48px 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-left: 55px;
}
.contact-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact-text h1 {
  margin-bottom: 15px;
}
.contact-text p {
  margin-bottom: 40px;
}
.contact picture {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact img {
  margin: 0;
}
@media screen and (max-width: 992px) {
  .contact {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-text {
    min-width: 100%;
  }
}

/* author */
.author picture img {
  border-radius: 5px;
  margin-bottom: 15px;
}
.author header {
  margin-bottom: 20px;
}
.author-name {
  display: inline-block;
  text-align: left;
  padding-right: 34px;
  margin-bottom: 20px;
}
.author-name::before {
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
}
.author-position {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media screen and (min-width: 993px) {
  .author {
    display: grid;
    grid-template-areas: "img heading" "img text";
    grid-gap: 0 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .author picture {
    grid-area: img;
    margin-bottom: 0;
  }
  .author-name {
    grid-area: heading;
    justify-self: start;
    padding-right: 42px;
    margin-bottom: 10px;
  }
  .author-name::before {
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
  }
  .author-text {
    grid-area: text;
  }
}
@media screen and (max-width: 450px) {
  .author picture img {
    width: 100%;
  }
}

/* error */
.error {
  text-align: center;
  padding: 170px 0 180px;
}
.error h1 {
  font-size: 50px;
  font-weight: 900;
  line-height: 58px;
  margin-bottom: 40px;
}
.error .btn {
  width: 260px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .error {
    padding: 180px 0 200px;
  }
  .error h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media screen and (max-width: 450px) {
  .error .btn {
    width: 100%;
  }
}

/* footer */
.footer {
  background: #19191D;
}
.footer_top {
  gap: 50px 30px;
  padding: 40px 0 9px;
}
.footer_top .container {
  gap: 40px 70px;
}
.footer-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 20px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.footer-list__item:not(:last-child) {
  margin-bottom: 15px;
}
.footer-list-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}
.footer-list-link:hover {
  color: #fff;
}
.footer-info {
  width: 438px;
}
.footer-info .logo {
  display: inline-block;
  margin-bottom: 15px;
}
.footer-info .logo img {
  margin: 0;
}
.footer-info .info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.footer_bottom {
  gap: 50px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 0 43px;
}
@media screen and (max-width: 768px) {
  .footer_top {
    padding: 50px 0 25px;
  }
  .footer_bottom {
    padding: 25px 0 50px;
  }
  .footer-navigation {
    min-width: 100%;
  }
  .footer-info {
    width: 100%;
    text-align: center;
  }
  .footer .copy {
    min-width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer .reliable {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 450px) {
  .footer-list {
    min-width: 100%;
    text-align: center;
  }
}

.reliable {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px 35px;
}
.reliable img {
  margin: 0;
}

.copy {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.5);
}
/*# sourceMappingURL=../sourcemaps/style.css.map */
