body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

input,
textarea {
  outline: none;
}

textarea {
  resize: none;
}

:focus {
  outline: none;
}

@font-face {
  font-family: 'Rale Grotesk';
  src: url("./../fonts/RaleGrotesk-Regular.woff") format('woff'), url("./../fonts/RaleGrotesk-Regular.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Rale Grotesk';
  src: url("./../fonts/RaleGrotesk-Bold.woff") format('woff'), url("./../fonts/RaleGrotesk-Regular.woff2") format('woff2');
  font-weight: 700;
  font-style: normal;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  font-family: 'Rale Grotesk', sans-serif;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #282a31;
}

header,
aside,
section,
footer {
  display: block;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

h1 {
  line-height: 38px;
  font-size: 38px;
  font-weight: 700;
}

h2 {
  line-height: 40px;
  font-size: 32px;
  font-weight: 700;
}

h3 {
  line-height: 32px;
  font-size: 24px;
  font-weight: 700;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: #127bff;
  text-decoration: none;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

a:hover {
  color: #1d73e0;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content {
  margin-bottom: auto;
  width: 100%;
}

.wrapper-block {
  padding: 48px 0;
  width: 100%;
}

.box-center {
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
  max-width: 1520px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.box-media {
  width: 100%;
}

.header {
  padding: 16px 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
}

.header .box-center {
  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 .logo {
  width: 115px;
}

.header .nav-menu__list {
  padding: 10px 0;
  width: 100%;
  height: calc(100vh - 66px);
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 66px;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background-color: #ebebeb;
  -webkit-transition: opacity 500ms, top 500ms;
  transition: opacity 500ms, top 500ms;
}

.header .nav-menu__link {
  line-height: 32px;
  font-size: 24px;
  color: #626262;
}

.header .nav-menu.open .nav-menu__list {
  opacity: 1;
  visibility: visible;
}

.nav-menu {
  margin-left: 20px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
}

.nav-menu.open .nav-menu__mob-btn:before,
.nav-menu.open .nav-menu__mob-btn:after {
  height: 1px;
  top: 50%;
  border: 0;
  background-color: #626262;
}

.nav-menu.open .nav-menu__mob-btn:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-menu.open .nav-menu__mob-btn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.nav-menu__item.active .nav-menu__link,
.nav-menu__item:hover .nav-menu__link {
  color: #127bff;
  font-weight: 700;
}

.nav-menu__link {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

.nav-menu__mob-btn {
  width: 18px;
  height: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: border 300ms;
  transition: border 300ms;
}

.nav-menu__mob-btn:before,
.nav-menu__mob-btn:after {
  content: '';
  margin-top: -1px;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  border: 1px solid #626262;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-menu__mob-btn:before {
  top: 0;
}

.nav-menu__mob-btn:after {
  bottom: 0;
}

.lang {
  margin-left: auto;
  position: relative;
}

.lang__current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.lang__current .lang__string {
  font-size: 18px;
}

.lang__current .lang__string span {
  display: none;
}

.lang__current .lang__icn {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.lang__string {
  line-height: 24px;
  font-size: 16px;
  white-space: nowrap;
}

.lang__list {
  padding: 0 16px;
  width: 270px;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 20px 0 rgba(0,0,0,0.16);
  box-shadow: 0 15px 20px 0 rgba(0,0,0,0.16);
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lang__list.show {
  opacity: 1;
  visibility: visible;
}

.lang__list-item {
  padding: 15px 34px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #e2e2e2;
  cursor: pointer;
}

.lang__list-item:first-child {
  border: 0;
}

.lang__list-item.checked {
  background: url("../img/svg/icn-checked.svg") no-repeat center right;
}

.lang__icn {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.btn {
  padding: 0;
  width: 160px;
  height: 64px;
  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;
  gap: 8px;
  font-family: Arial, sans-serif;
  line-height: 32px;
  font-size: 24px;
  color: #127bff;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid #127bff;
  border-radius: 8px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}

.btn:hover {
  border: 1px solid #394eba;
}

.btn--blue {
  color: #fff;
  border: 0;
  background-color: #127bff;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}

.btn--blue:hover {
  color: #fff;
  background-color: #1d73e0;
}

.btn-group {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.breadcrumb {
  width: 100%;
}

.breadcrumb__wrap {
  margin: 0 auto;
  padding: 16px;
  width: 100%;
  max-width: 1520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.breadcrumb__wrap a {
  padding-right: 40px;
  display: block;
  position: relative;
}

.breadcrumb__wrap a:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 8px;
  background: url("../img/svg/bredcrumb-arrow.svg") no-repeat center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumb__wrap span {
  color: #626262;
}

.wrapper-block--grey {
  padding-top: 116px;
  position: relative;
  overflow: hidden;
  background-color: #ebebeb;
  border-radius: 0 0 24px 24px;
}

.wrapper-block--grey .box-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-block--grey .box-text {
  margin: 0 auto;
  width: 100%;
  max-width: 660px;
  gap: 40px;
  text-align: center;
}

.wrapper-block--grey .box-text h1 {
  margin: 0 auto;
  max-width: 1080px;
  letter-spacing: -0.3px;
  position: relative;
  z-index: 1;
}

.wrapper-block--grey .box-text .btn {
  width: 100%;
}

.wrapper-block--grey .box-text .btn-group {
  margin: 0 auto;
  max-width: 328px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  z-index: 1;
}

.wrapper-block--grey .box-text__media {
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
  position: relative;
}

.wrapper-block--grey .box-text__media picture {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 12px;
}

.wrapper-block--grey .box-text__media picture img {
  width: 100%;
}

.wrapper-block--grey .start-arrow {
  position: absolute;
}

.wrapper-block--grey .start-arrow--top {
  width: 67%;
  max-width: 792px;
  left: -20%;
  top: -48%;
}

.wrapper-block--grey .start-arrow--bottom {
  width: 46%;
  max-width: 480px;
  right: -12%;
  bottom: -17%;
}

.wrapper-block--grey .start-arrow img {
  width: 100%;
}

.list-box {
  width: 100%;
}

.list-box h2 {
  margin-bottom: 32px;
  text-align: center;
}

.list-box__area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

.list-box__area-item {
  padding: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  background-color: #fafafa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

.list-box__area-item:last-child {
  width: 100%;
}

.list-box__area-item.animation {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.list-box__area-icn {
  margin: 0 auto;
  width: 32px;
  height: 32px;
}

.downloader .box-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.downloader .media-box {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

.downloader .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.downloader .btn {
  width: 100%;
}

.downloader .btn-group {
  margin: 24px auto 0;
  max-width: 328px;
}

.wrapper-block--blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#0d468c), to(#127bff));
  background-image: linear-gradient(to right, #0d468c, #127bff);
}

.wrapper-block--blue img {
  margin: 0 auto;
  width: 146px;
}

.wrapper-block--blue .box-center {
  max-width: 830px;
}

.wrapper-block--blue .box-text {
  margin: 0 auto;
  width: 100%;
  line-height: 32px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.wrapper-block--blue .box-text p {
  margin-top: 32px;
}

.wrapper-block--blue .avatar {
  margin: 32px auto 0;
  width: 100%;
  max-width: 168px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
}

.wrapper-block--blue .avatar__img {
  margin-bottom: 8px;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
}

.wrapper-block--blue .avatar__title {
  font-weight: 700;
}

.accordion {
  margin: 0 auto;
  width: 100%;
  max-width: 710px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.accordion__item {
  padding: 24px 0;
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.accordion__item.active .accordion__title:before {
  margin-top: -3px;
  right: 0;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  -ms-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

.accordion__title {
  padding-right: 20px;
  line-height: 28px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.accordion__title:before {
  content: "";
  margin-top: -2px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 6px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.accordion__content {
  width: 100%;
  max-height: 0;
  line-height: 24px;
  font-size: 16px;
  overflow: hidden;
  -webkit-transition: max-height 500ms;
  transition: max-height 500ms;
}

.accordion__content-text {
  padding-top: 8px;
}

.single {
  padding: 68px 0 48px;
  width: 100%;
}

.single .box-center {
  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;
  gap: 32px 20px;
}

.single__content {
  margin: 0 auto;
  max-width: 710px;
}

.agreement {
  width: 100%;
  line-height: 24px;
  font-size: 16px;
}

.agreement h1,
.agreement .desc {
  text-align: center;
}

.agreement .desc {
  margin: 30px 0 64px;
}

.agreement p {
  margin-bottom: 32px;
}

.agreement p span {
  display: block;
}

.agreement h4 {
  margin-bottom: 16px;
  color: #5368d6;
}

.agreement label {
  cursor: pointer;
}

.agreement__list {
  margin-bottom: 32px;
  width: 100%;
}

.agreement__list-item {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.agreement__list-item:first-child span {
  color: #5368d6;
}

.agreement__list-item h4 {
  margin: 0;
}

.agreement__list p {
  margin: 0;
}

.agreement__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.agreement .btn-group {
  margin-top: 16px;
}

.agreement .btn-group .btn {
  width: 120px;
}

.agreement .btn-group .btn--blue {
  width: 114px;
}

.faq-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.faq-box__tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq-box__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.faq-box__header-page {
  margin: 0 auto 32px;
  text-align: center;
}

.faq-box__header-page .desc {
  margin-top: 8px;
}

.faq-box__header-item {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  cursor: pointer;
}

.faq-box__header-item:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -20px;
  background: url("../img/svg/tab-arrow.svg") no-repeat center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: left 300ms;
  transition: left 300ms;
}

.faq-box__header-item.active {
  padding-left: 28px;
  color: #127bff;
  font-weight: 700;
}

.faq-box__header-item.active:before {
  left: 0;
}

.faq-box__header-item:hover {
  color: #127bff;
}

.faq-box__content {
  margin-top: 24px;
  width: 100%;
  max-width: 876px;
}

.faq-box__content h2 {
  margin-bottom: 16px;
  font-weight: 400;
}

.faq-box__content h4 {
  margin: 24px 0 12px;
  font-size: 20px;
  font-weight: 700;
}

.faq-box__content ul {
  margin: 0 0 24px 20px;
}

.faq-box__content ul:last-child {
  margin-bottom: 0;
}

.faq-box__content li {
  margin-bottom: 12px;
  padding-left: 16px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.faq-box__content li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #127bff;
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq-box__content li:last-child {
  margin-bottom: 0;
}

.faq-box__content p {
  margin-bottom: 12px;
}

.faq-box__content p:last-child {
  margin-bottom: 0;
}

.faq-box__content img {
  margin: 0 auto;
}

.faq-box__content-item {
  display: none;
}

.faq-box__content-item:first-child {
  display: block;
}

.rating {
  margin-top: 32px;
  padding: 16px;
  width: 100%;
  line-height: 32px;
  font-size: 20px;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#0d468c), to(#127bff));
  background-image: linear-gradient(to right, #0d468c, #127bff);
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rating__bottom {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}

.rating__bottom .btn {
  width: 100%;
  max-width: 296px;
  color: #fff;
  border: 1px solid #fff;
}

.rating__info {
  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;
  gap: 16px;
  line-height: 32px;
  font-size: 24px;
}

.footer {
  width: 100%;
  line-height: 24px;
  font-size: 16px;
  background-color: #282a31;
}

.footer .logo {
  width: 180px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer .nav-menu__link {
  font-size: 16px;
  color: #d6d6d6;
}

.footer .btn {
  width: 100%;
  max-width: 328px;
}

.footer__row {
  padding: 32px 0;
  width: 100%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  position: relative;
}

.footer__row:last-child {
  color: #d6d6d6;
  gap: 24px;
}

.footer__row:last-child:before {
  content: "";
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #41434c;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.footer__row:last-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  color: #d6d6d6;
  text-decoration: none;
}

.footer__copy {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.footer-menu {
  width: auto;
}

.footer-menu__list {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.footer-menu__item.active .footer-menu__link,
.footer-menu__item:hover .footer-menu__link {
  color: #127bff;
  font-weight: 700;
}

.footer-menu__link {
  display: block;
  line-height: 32px;
  font-size: 24px;
  color: #fff;
}

@media (min-width: 500px) {
  .wrapper-block--grey .box-text .btn {
    width: 170px;
    background-color: #ebebeb;
  }

  .wrapper-block--grey .box-text .btn--blue {
    width: 230px;
    background-color: #127bff;
  }

  .wrapper-block--grey .box-text .btn-group {
    max-width: 416px;
  }

  .downloader .btn {
    width: 170px;
  }

  .downloader .btn--blue {
    width: 230px;
  }

  .downloader .btn-group {
    max-width: 416px;
  }
}

@media (min-width: 516px) {
  .wrapper-block--grey .start-arrow--top {
    left: -24%;
    top: -40%;
  }

  .wrapper-block--grey .start-arrow--bottom {
    right: -19%;
    bottom: -17%;
  }
}

@media (min-width: 584px) {
  .rating__bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .rating__bottom .btn {
    max-width: 200px;
  }
}

@media (min-width: 600px) {
  .list-box__area-item {
    width: calc(50% - 12px);
  }
}

@media (min-width: 680px) {
  .wrapper-block {
    padding: 70px 0;
  }

  .header {
    background: none;
    position: absolute;
  }

  .header .nav-menu__list {
    padding: 0;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
  }

  .nav-menu {
    margin-left: auto;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .nav-menu__mob-btn {
    display: none;
  }

  .btn-group {
    margin-top: 32px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .wrapper-block--grey {
    padding: 132px 0 70px;
  }

  .wrapper-block--grey .box-text {
    max-width: 100%;
  }

  .wrapper-block--grey .box-text .btn-group {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .wrapper-block--grey .box-text__media {
    max-width: 100%;
  }

  .wrapper-block--grey .start-arrow--top {
    width: 49.5%;
    left: -13%;
    top: -80%;
  }

  .wrapper-block--grey .start-arrow--bottom {
    width: 32%;
    right: -10%;
  }

  .single {
    padding: 70px 0;
  }

  .faq-box__tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 12px;
  }

  .faq-box__header {
    width: 200px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .faq-box__content {
    margin-top: 0;
  }

  .footer .btn {
    max-width: 198px;
  }

  .footer__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__copy {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .footer-menu__list {
    gap: 5px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 724px) {
  .wrapper-block {
    padding: 90px 0;
  }

  .wrapper-block--grey {
    padding: 132px 0 90px;
  }

  .single {
    padding: 90px 0;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 20px;
  }

  h1 {
    line-height: 60px;
    font-size: 60px;
  }

  h2 {
    line-height: 48px;
    font-size: 40px;
  }

  .header {
    padding: 20px 0;
  }

  .header .logo {
    width: 150px;
  }

  .header .nav-menu__link {
    font-size: 20px;
  }

  .lang__current .lang__string {
    font-size: 20px;
  }

  .downloader .box-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .downloader .media-box {
    margin: 0;
    max-width: 775px;
  }

  .downloader .text-box {
    max-width: 550px;
    text-align: left;
  }

  .downloader .btn {
    width: 100%;
  }

  .downloader .btn--blue {
    width: 100%;
  }

  .downloader .btn-group {
    margin: 24px 0 0;
  }

  .wrapper-block--blue .box-text {
    line-height: 48px;
    font-size: 32px;
  }

  .faq-box__header {
    font-size: 16px;
  }

  .faq-box__content {
    font-size: 16px;
  }

  .faq-box__content h2 {
    line-height: 44px;
    font-size: 44px;
  }

  .footer .logo {
    width: 200px;
  }

  .footer .nav-menu__link {
    font-size: 20px;
  }
}

@media (min-width: 960px) {
  .list-box__area-item {
    width: calc((100% - 48px) / 3);
  }

  .list-box__area-item:last-child {
    width: calc((100% - 48px) / 3);
  }
}

@media (min-width: 1024px) {
  body {
    line-height: 32px;
    font-size: 24px;
  }

  h1 {
    line-height: 80px;
    font-size: 80px;
  }

  h2 {
    line-height: 64px;
    font-size: 52px;
  }

  h3 {
    line-height: 32px;
    font-size: 32px;
  }

  .wrapper-block {
    padding: 104px 0;
  }

  .box-center {
    padding: 0 40px;
  }

  .header {
    padding: 24px 0;
  }

  .header .logo {
    width: 200px;
  }

  .header .nav-menu__link {
    font-size: 24px;
  }

  .btn {
    font-size: 24px;
  }

  .btn-group {
    margin-top: 40px;
  }

  .breadcrumb__wrap {
    padding: 16px 40px;
  }

  .wrapper-block--grey {
    padding: 175px 0 116px;
  }

  .wrapper-block--grey .box-text .btn-group {
    margin-bottom: 4px;
  }

  .list-box h2 {
    margin-bottom: 64px;
  }

  .list-box__area-icn {
    width: 48px;
    height: 48px;
  }

  .single {
    padding: 104px 0;
  }

  .single .box-center {
    gap: 48px;
  }

  .agreement .desc {
    line-height: 32px;
    font-size: 24px;
  }

  .faq-box__tabs {
    gap: 24px;
  }

  .faq-box__header {
    width: 250px;
    font-size: 20px;
  }

  .footer .nav-menu__link {
    font-size: 24px;
  }

  .footer-menu__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px;
  }
}

@media (min-width: 1200px) {
  .wrapper-block--grey .start-arrow--bottom {
    bottom: -12%;
  }

  .wrapper-block--blue {
    padding: 164px 0;
  }

  .faq-box__header {
    width: 340px;
  }
}

@media (min-width: 1229px) {
  .downloader .btn {
    width: 170px;
  }

  .downloader .btn--blue {
    width: 230px;
  }
}

@media (min-width: 1440px) {
  .list-box__area-item {
    padding: 32px;
  }
}

@media (min-width: 1700px) {
  .wrapper-block--grey .start-arrow--top {
    left: -19%;
  }
}