@font-face {
  font-family: "Montserrat";
  src: url("../fonts/src/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/src/Montserrat-Regular.woff") format("woff"),
    url("../fonts/src/Montserrat-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/src/Inter-Regular.woff2") format("woff2"),
    url("../fonts/src/Inter-Regular.woff") format("woff"),
    url("../fonts/src/Inter-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
body {
  background-color: #191919;
  color: #fff;
  font-family: "Inter", sans-serif;
}
a {
  color: #fff;
}
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 15px;
}
.title {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 100px;
}
.link {
  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;
  border-radius: 50%;
  padding-top: 9px;
  width: 70px;
  height: 70px;
  background-color: #242424;
  position: fixed;
  right: 11vw;
  bottom: 10vh;
  -webkit-box-shadow: 5px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 3px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.slick-dots {
  list-style: none;
  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;
  position: absolute;
  margin: 30px auto;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slick-dots li button {
  padding: 0;
  cursor: pointer;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0);
  position: relative;
}
.slick-dots li button::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slick-dots .slick-active button {
  border-color: #ffd249;
}
.slick-slide {
  padding: 0 10px;
}
.faq__item.faq__item--active .faq__ans {
  display: block;
}
.faq__item.faq__item--active .faq__quest span:nth-child(2) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.header.header--active .header__burger span {
  background-color: #ffd249;
}
.header.header--active .header__burger span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header.header--active .header__burger span:nth-child(2) {
  opacity: 0;
}
.header.header--active .header__burger span:nth-child(3) {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header.header--active .header__nav {
  top: 0;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
@media (max-width: 1650px) {
  .link {
    right: 30px;
    bottom: 30px;
  }
}
@media (max-width: 1400px) {
  .aba__img {
    width: 510px;
    height: 175px;
  }
  .aba__boximg {
    width: 420px;
    height: 420px;
    margin-right: 50px;
  }
}
@media (max-width: 1065px) {
  .aba__subtitle {
    max-width: 450px;
  }
  .aba__img {
    width: 410px;
    height: 145px;
  }
  .aba__boximg {
    width: 340px;
    height: 340px;
    margin-right: 50px;
  }
  .aba__innerseccont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
  }
  .aba__prem {
    width: 600px;
    margin: 0 auto;
  }
  .ins__item {
    gap: 30px;
  }
}
@media (max-width: 950px) {
  .aba__boximg {
    margin: 0 auto;
  }
  .aba__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .aba__boxone {
    width: 100%;
  }
  .ins__item-step p {
    font-size: 21px;
  }
  .ins__item-step {
    gap: 15px;
  }
}
@media (max-width: 900px) {
  .ins__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ins__item-step {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ins__item-resh {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .link {
    right: 15px;
    bottom: 15px;
  }
  .header__btn {
    display: none;
  }
  .header__logo {
    max-width: 140px;
  }
  .ins__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ins__item-step {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ins__item-resh {
    text-align: start;
  }
}
@media (max-width: 430px) {
  .aba__title.title {
    font-size: 28px;
  }
  .aba__subtitle {
    line-height: 135%;
  }
  .aba__boximg {
    width: 280px;
    height: 280px;
  }
  .aba__img {
    width: 350px;
    height: 125px;
    padding: 30px 20px;
  }
  .aba__prem span {
    font-size: 15px;
  }
  .ins__subtitle {
    font-size: 19px;
  }
  .faq__ans {
    padding-right: 50px;
  }
}
@media (max-width: 390px) {
  .faq__quest {
    font-size: 16px;
  }
  .faq__ans {
    font-size: 15px;
  }
}
@media (max-width: 370px) {
  .aba__boximg {
    width: 240px;
    height: 240px;
  }
  .aba__img {
    width: 300px;
    height: 115px;
    padding: 30px 20px;
  }
}
@media (max-width: 350px) {
  .aba__subtitle {
    font-size: 17px;
  }
  .aba__prem {
    gap: 30px;
  }
  .aba__prem::after {
    left: 82px;
  }
  .aba__prem img {
    width: 70px;
    height: 70px;
  }
}
@media (max-height: 500px) {
  .header__nav {
    padding-top: 110px;
  }
  .header__nav-link {
    font-size: 18px;
  }
  .header__nav-item:nth-child(4) {
    padding: 12px 24px;
  }
  .header__nav-item:nth-child(4) a {
    font-size: 13px;
  }
  .header__nav-item:nth-child(3) {
    margin-bottom: 30px;
  }
}
@media (max-height: 325px) {
  .header__nav-item:nth-child(4) {
    display: none;
  }
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
ul[class],
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
ul[class] {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
a {
  text-decoration: none;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  box-sizing: border-box;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
ul[class],
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
ul[class] {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
a {
  text-decoration: none;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/src/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/src/Montserrat-Regular.woff") format("woff"),
    url("../fonts/src/Montserrat-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/src/Inter-Regular.woff2") format("woff2"),
    url("../fonts/src/Inter-Regular.woff") format("woff"),
    url("../fonts/src/Inter-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
.faq__quest,
.review__item-date,
.review__item-author,
.ins__item-resh a,
.ins__item-resh p,
.ins__item-step p,
.ins__item-step span,
.ins__subtitle,
.aba__prem span,
.aba__subtitle,
.header__btn,
.header__nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.title {
  font-family: "Inter", sans-serif;
  font-weight: normal;
}
.footer__text,
.review__rev {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-style: italic;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
body {
  background-color: #191919;
  color: #fff;
  font-family: "Inter", sans-serif;
}
a {
  color: #fff;
}
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 15px;
}
.title {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 100px;
}
.link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-top: 9px;
  width: 70px;
  height: 70px;
  background-color: #242424;
  position: fixed;
  right: 11vw;
  bottom: 10vh;
  box-shadow: 5px 3px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin: 30px auto;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots li button {
  padding: 0;
  cursor: pointer;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0);
  position: relative;
}
.slick-dots li button::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-dots .slick-active button {
  border-color: #ffd249;
}
.slick-slide {
  padding: 0 10px;
}
.faq__item.faq__item--active .faq__ans {
  display: block;
}
.faq__item.faq__item--active .faq__quest span:nth-child(2) {
  transform: rotate(0deg);
}
.header.header--active .header__burger span {
  background-color: #ffd249;
}
.header.header--active .header__burger span:nth-child(1) {
  transform: rotate(45deg);
}
.header.header--active .header__burger span:nth-child(2) {
  opacity: 0;
}
.header.header--active .header__burger span:nth-child(3) {
  transform: translateY(0);
  transform: rotate(-45deg);
}
.header.header--active .header__nav {
  top: 0;
}
.header {
  position: sticky;
  z-index: 999;
  top: 0;
  background-color: #191919;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header__logo {
  position: relative;
  z-index: 20;
  background-color: #191919;
}
.header__inner {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__nav {
  position: absolute;
  background-color: #191919;
  left: 0;
  right: 0;
  top: -2000px;
  min-height: 100vh;
  padding-top: 180px;
}
.header__nav-item {
  margin-bottom: 30px;
}
.header__nav-item:nth-child(3) {
  margin-bottom: 70px;
}
.header__nav-item:nth-child(4) {
  display: inline-block;
  border: 1px solid #ffd249;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 60px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header__nav-item:nth-child(4):hover {
  border-color: #909090;
}
.header__nav-item:nth-child(4) a {
  font-size: 17px;
}
.header__nav-link {
  font-size: 25px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header__nav-link:hover {
  opacity: 0.8;
}
.header__burger {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  cursor: pointer;
  border: none;
  width: 50px;
  height: 39px;
}
.header__burger:hover {
  opacity: 0.8;
}
.header__burger span {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  position: absolute;
  width: 30px;
  height: 3px;
  left: 10px;
  border-radius: 50px;
}
.header__burger span:nth-child(1) {
  -webkit-transform: translateY(-11px);
  -ms-transform: translateY(-11px);
  transform: translateY(-11px);
}
.header__burger span:nth-child(3) {
  -webkit-transform: translateY(11px);
  -ms-transform: translateY(11px);
  transform: translateY(11px);
}
.header__btn {
  position: relative;
  z-index: 20;
  font-size: 17px;
  border: 2px solid #ffd249;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 60px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header__btn:hover {
  border-color: #909090;
}
.aba {
  margin-bottom: 200px;
  background-image: url(../img/dist/cletka.svg);
  background-position: 0px -30px;
}
.aba__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 105px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.aba__arrowdown {
  margin-top: -20px;
  margin-bottom: 50px;
}
.aba__title {
  font-size: 42px;
  font-weight: "Inter", sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  max-width: 550px;
  margin-bottom: 20px;
}
.aba__subtitle {
  color: #909090;
  font-size: 18px;
  max-width: 500px;
  margin-bottom: 40px;
}
.aba__btn {
  position: relative;
  display: inline-block;
  display: none;
  z-index: 20;
  font-size: 17px;
  border: 2px solid #ffd249;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 60px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.aba__btn:hover {
  border-color: #909090;
}
.aba__boxone-rate {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 10px;
}
.aba__boxone-rate span {
  font-size: 36px;
}
.aba__boxone-rate img {
  padding-bottom: 5px;
}
.aba__boximg {
  position: relative;
  width: 480px;
  height: 480px;
  background-color: #ffd249;
  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;
  border-radius: 50%;
}
.aba__img {
  position: absolute;
  width: 610px;
  height: 205px;
  background-color: #fff;
  z-index: 2;
  padding: 35px 20px;
  border-radius: 30px;
  -webkit-box-shadow: 4px 5px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 5px 4px 0px rgba(0, 0, 0, 0.25);
}
.aba__img-img {
  width: 100%;
  height: 100%;
}
.aba__innersec {
  padding-top: 100px;
  background-color: #191919;
}
.aba__innerseccont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  padding-top: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.aba__prem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  position: relative;
  width: 33%;
}
.aba__prem::after {
  content: "";
  width: 1px;
  height: 60px;
  left: 100px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
}
.ins {
  margin-bottom: 100px;
}
.ins__title {
  margin-bottom: 30px;
}
.ins__subtitle {
  font-size: 20px;
  text-align: center;
  margin-bottom: 100px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  color: #909090;
}
.ins__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #48484a;
  padding-top: 25px;
  margin-bottom: 60px;
}
.ins__item-step {
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
}
.ins__item-step span {
  font-size: 50px;
  color: #909090;
}
.ins__item-step p {
  padding-top: 10px;
  font-size: 24px;
}
.ins__item-resh {
  padding-top: 10px;
  max-width: 480px;
  line-height: 135%;
  color: #909090;
}
.ins__item-resh p {
  margin-bottom: 50px;
}
.ins__item-resh a {
  border: 2px solid #ffd249;
  padding: 15px 40px;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ins__item-resh a:hover {
  border-color: #909090;
}
.review {
  padding-top: 100px;
  margin-bottom: 200px;
}
.review__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.review__rev {
  color: #f3f3f3;
  line-height: 135%;
  font-size: 16px;
}
.review__item {
  border: 1px solid #383838;
  border-radius: 10px;
  padding: 20px;
  min-height: 240px;
}
.review__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.review__item-ava {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffd249;
  font-size: 13px;
  color: #000;
  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;
}
.review__item-ttt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.review__item-author {
  font-size: 18px;
}
.review__item-date {
  font-size: 16px;
  color: #909090;
}
.faq__inner {
  max-width: 900px;
  margin: 0 auto;
}
.faq__item {
  margin-bottom: 30px;
}
.faq__quest {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  gap: 20px;
  padding-right: 80px;
  border-bottom: 1px solid #383838;
  padding-bottom: 30px;
  padding-left: 15px;
  position: relative;
  cursor: pointer;
}
.faq__quest-krest {
  width: 35px;
  height: 35px;
  background-color: #ffd249;
  border-radius: 6px;
  position: absolute;
  right: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.faq__quest-krest span {
  width: 20px;
  background-color: #000;
  height: 2px;
  position: absolute;
  top: 16px;
  left: 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.faq__quest-krest span:nth-child(2) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq__ans {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 100px;
  color: #909090;
  display: none;
}
.footer {
  padding: 50px 0;
}
.footer__text {
  text-align: center;
  color: #909090;
}
@media (max-width: 1650px) {
  .link {
    right: 30px;
    bottom: 30px;
  }
}
@media (max-width: 1400px) {
  .aba__img {
    width: 510px;
    height: 175px;
  }
  .aba__boximg {
    width: 420px;
    height: 420px;
    margin-right: 50px;
  }
}
@media (max-width: 1065px) {
  .aba__subtitle {
    max-width: 450px;
  }
  .aba__img {
    width: 410px;
    height: 145px;
  }
  .aba__boximg {
    width: 340px;
    height: 340px;
    margin-right: 50px;
  }
  .aba__innerseccont {
    flex-wrap: wrap;
    gap: 50px;
  }
  .aba__prem {
    width: 600px;
    margin: 0 auto;
  }
  .ins__item {
    gap: 30px;
  }
}
@media (max-width: 950px) {
  .aba__boximg {
    margin: 0 auto;
  }
  .aba__inner {
    flex-wrap: wrap;
  }
  .aba__boxone {
    width: 100%;
  }
  .aba__btn {
    display: inline-block;
    margin-bottom: 70px;
  }
  .aba__arrowdown {
    display: none;
  }

  .ins__item-step p {
    font-size: 21px;
  }
  .ins__item-step {
    gap: 15px;
  }
}
@media (max-width: 900px) {
  .ins__item {
    flex-direction: column;
    align-items: center;
  }
  .ins__item-step {
    justify-content: center;
    align-items: center;
  }
  .ins__item-resh {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .link {
    right: 15px;
    bottom: 15px;
  }
  .header__btn {
    display: none;
  }
  .header__logo {
    max-width: 140px;
  }
  .aba__title {
    font-size: 28px;
  }
  .ins__item {
    align-items: flex-start;
  }
  .ins__item-step {
    justify-content: flex-start;
  }
  .ins__item-resh {
    text-align: start;
  }
}
@media (max-width: 430px) {
  .title {
    font-size: 28px;
  }

  .aba__subtitle {
    line-height: 135%;
  }
  .aba__boximg {
    width: 280px;
    height: 280px;
  }
  .aba__img {
    width: 350px;
    height: 125px;
    padding: 30px 20px;
  }
  .aba__prem span {
    font-size: 15px;
  }
  .ins__subtitle {
    font-size: 19px;
  }
  .faq__ans {
    padding-right: 50px;
  }
}
@media (max-width: 390px) {
  .faq__quest {
    font-size: 16px;
  }
  .faq__ans {
    font-size: 15px;
  }
}
@media (max-width: 370px) {
  .aba__boximg {
    width: 240px;
    height: 240px;
  }
  .aba__img {
    width: 300px;
    height: 115px;
    padding: 30px 20px;
  }
}
@media (max-width: 350px) {
  .aba__subtitle {
    font-size: 17px;
  }
  .aba__prem {
    gap: 30px;
  }
  .aba__prem::after {
    left: 82px;
  }
  .aba__prem img {
    width: 70px;
    height: 70px;
  }
}
@media (max-height: 500px) {
  .header__nav {
    padding-top: 110px;
  }
  .header__nav-link {
    font-size: 18px;
  }
  .header__nav-item:nth-child(4) {
    padding: 12px 24px;
  }
  .header__nav-item:nth-child(4) a {
    font-size: 13px;
  }
  .header__nav-item:nth-child(3) {
    margin-bottom: 30px;
  }
}
@media (max-height: 325px) {
  .header__nav-item:nth-child(4) {
    display: none;
  }
}
.header__nav-link,
.header__btn,
.aba__subtitle,
.aba__prem span,
.ins__subtitle,
.ins__item-step span,
.ins__item-step p,
.ins__item-resh p,
.ins__item-resh a,
.review__item-author,
.review__item-date,
.faq__quest {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.title {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}
.review__rev,
.footer__text {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-style: italic;
}
