@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

button,
input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
}

button:focus {
  box-shadow: none !important;
}

*:focus {
  outline: none;
}

body {
  font-family: "Roboto";
  font-weight: 400;
  color: #050a20cc;
}

a {
  display: inline-block;
  font: inherit;
  color: inherit;
  transition: 300ms;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a img {
  border: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
}

@media screen and (max-width: 1300px) {
  .container {
    width: 970px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

.wrapper {
  overflow: hidden;
  position: relative;
  background: #ffffff;
}

.header {
  position: absolute;
  top: 0;
  z-index: 150;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
}

.header__items {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .header__items {
    justify-content: space-between;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -17px 7px 69px rgba(0, 0, 0, 0.11);
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  margin-right: 55px;
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: 101px;
  }
}

.header__call {
  display: block;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .header__call {
    font-size: 16px;
  }
}

.showcase {
  padding: 175px 0 100px 0;
  background: url(../images/showcase.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .showcase {
    padding: 170px 0 70px 0;
    background-position: 70% 100%;
  }
}

.showcase__title {
  font-size: 60px;
  font-weight: 900;
  color: #0f1b5a;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .showcase__title {
    font-size: 32px;
  }
}

.showcase__info {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 16px;
  max-width: 732px;
}

@media screen and (max-width: 767px) {
  .showcase__info {
    font-size: 18px;
    line-height: 23px;
  }
}

.showcase__price {
  font-size: 20px;
  font-style: italic;
  color: #0f1b5ac9;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .showcase__price {
    font-size: 16px;
    margin-bottom: 68px;
  }
}

.showcase__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 312px;
  height: 72px;
  background: #f68026;
  box-shadow: -17px 7px 69px rgba(0, 0, 0, 0.11);
  border-radius: 16px;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .showcase__btn {
    height: 60px;
    width: 100%;
  }
}

.showcase__btn:hover {
  background: #ff9f56;
}

.showcase__call {
  padding: 40px 65px 40px 58px;
  background: #ffffff;
  box-shadow: -17px 7px 69px rgba(0, 0, 0, 0.11);
  border-radius: 16px;
  display: flex;
  align-items: center;
  position: absolute;
  right: -30px;
  bottom: -108px;
  max-width: 763px;
}

@media screen and (max-width: 1300px) {
  .showcase__call {
    max-width: 600px;
    padding: 30px 65px 30px 40px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__call {
    max-width: 100%;
    right: auto;
    left: 0;
    width: 100%;
    bottom: -180px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__call {
    padding: 50px 16px;
    bottom: -200px;
  }
}

.showcase__call-title {
  font-size: 40px;
  font-weight: 900;
  color: #0f1b5a;
  margin-bottom: 14px;
}

@media screen and (max-width: 1300px) {
  .showcase__call-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__call-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.showcase__call-info {
  font-size: 22px;
  line-height: 29px;
}

@media screen and (max-width: 1300px) {
  .showcase__call-info {
    font-size: 20px;
    line-height: 27px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__call-info {
    font-size: 14px;
    line-height: 18px;
  }
}

.showcase__call-image {
  min-width: 96px;
  width: 96px;
  margin-right: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .showcase__call-image {
    min-width: 80px;
    width: 80px;
    margin-right: 8px;
  }
}

.showcase__store{
  margin-top: 30px;
}

.showcase__items {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .showcase__items {
    display: block;
  }
}

.showcase__store-title{
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #0f1b5a;
  margin-bottom: 15px;
}

@media screen and (max-width: 1300px) {
  .showcase__store-title{
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__store-title{
    font-size: 18px;
  }
}

.showcase__store-head{
  font-size: 18px;
  margin-bottom: 16px;
  text-align: center;
  color: #050a20cc;
}

@media screen and (max-width: 767px) {
  .showcase__store-head{
    text-align: center;
  }
}

.showcase__store-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 32px;
}

@media screen and (max-width: 767px) {
  .showcase__store-item {
    justify-content: center;
    margin-bottom: 12px;
    margin-right: 0;
  }
}

.showcase__store-item:hover {
  transform: scale(1.1);
}

.showcase__store-item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .showcase__store-item:last-child {
    margin-bottom: 0;
  }
}

.video {
  padding: 210px 0 80px 0;
}

@media screen and (max-width: 1300px) {
  .video {
    padding: 180px 0 60px 0;
  }
}

@media screen and (max-width: 991px) {
  .video {
    padding: 260px 0 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .video {
    padding-bottom: 48px;
  }
}

.video__items {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .video__items {
    flex-direction: column-reverse;
  }
}

.video__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 576px;
  width: 576px;
  margin-right: 24px;
}

@media screen and (max-width: 1300px) {
  .video__item {
    min-width: 400px;
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .video__item {
    min-width: auto;
    width: 100%;
    margin: 0;
  }
}

.video__info {
  font-size: 31px;
  font-weight: 600;
  color: #0f1b5a;
}

@media screen and (max-width: 991px) {
  .video__info {
    font-size: 26px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .video__info {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 32px;
  }
}

.sostav {
  padding: 80px 0;
  background: #f6f7f9;
}

@media screen and (max-width: 991px) {
  .sostav {
    padding: 80px 0 50px 0;
  }
}

.sostav__inner {
  position: relative;
}

.sostav__image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -50px;
  right: -170px;
}

@media screen and (max-width: 1300px) {
  .sostav__image {
    width: 500px;
    top: 0;
  }
}

@media screen and (max-width: 991px) {
  .sostav__image {
    position: static;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .sostav__image {
    min-width: 388px;
    width: 388px;
  }
}

@media screen and (max-width: 400px) {
  .sostav__image {
    margin-left: -25px;
  }
}

.sostav__item {
  max-width: 625px;
}

@media screen and (max-width: 991px) {
  .sostav__item {
    max-width: 100%;
    margin-bottom: 25px;
  }
}

.sostav__title {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 48px;
  color: #0f1b5a;
}

@media screen and (max-width: 767px) {
  .sostav__title {
    font-size: 22px;
    margin-bottom: 32px;
    font-weight: 600;
  }
}

.sostav__info {
  font-size: 22px;
  line-height: 29px;
}

@media screen and (max-width: 767px) {
  .sostav__info {
    font-size: 14px;
    line-height: 18px;
  }
}

.sostav__info p {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .sostav__info p {
    margin-bottom: 16px;
  }
}

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

.confid {
  padding: 80px 0;
}

@media screen and (max-width: 1300px) {
  .confid {
    padding: 60px 0;
  }
}

@media screen and (max-width: 991px) {
  .confid {
    padding: 50px 0;
  }
}

.confid__title {
  font-size: 32px;
  font-weight: 900;
  color: #0f1b5a;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(50px);
  transition: 500ms;
}

.confid__title.element-show {
  opacity: 1;
  transform: none;
}

@media screen and (max-width: 991px) {
  .confid__title {
    font-size: 28px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .confid__title {
    font-size: 22px;
    font-weight: 600;
  }
}

.confid__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

@media screen and (max-width: 1300px) {
  .confid__items {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .confid__items {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
}

.confid__item {
  position: relative;
  background: #ffffff;
  box-shadow: -17px 7px 69px rgba(0, 0, 0, 0.11);
  border-radius: 16px;
  padding: 45px 0 32px 0;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: 800ms;
}

.confid__item.element-show {
  opacity: 1;
  transform: none;
}

@media screen and (max-width: 767px) {
  .confid__item {
    padding: 48px 15px 24px 15px;
  }
}

.confid__flag {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 24px;
}

.confid__number {
  font-size: 70px;
  font-weight: 900;
  color: #0f1b5a;
  margin-bottom: 24px;
}

@media screen and (max-width: 1300px) {
  .confid__number {
    font-size: 60px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 991px) {
  .confid__number {
    margin-bottom: 12px;
  }
}

.confid__text {
  font-size: 22px;
  line-height: 29px;
}

@media screen and (max-width: 991px) {
  .confid__text {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .confid__text {
    font-size: 14px;
    line-height: 18px;
  }
}

.help {
  background-image: url(../images/help.png);
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.85);
  background-size: cover;
  background-position: center center;
  padding: 80px 0 40px 0;
}

@media screen and (max-width: 1300px) {
  .help {
    padding: 60px 0 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .help {
    padding: 50px 0 30px 0;
  }
}

.help__title {
  color: #0f1b5a;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 48px;
  opacity: 0;
  transform: translateX(-50px);
  transition: 800ms;
}

.help__title.element-show {
  opacity: 1;
  transform: none;
}

@media screen and (max-width: 991px) {
  .help__title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .help__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 32px;
    font-weight: 600;
  }
}

.help__content {
  display: flex;
  margin-bottom: 58px;
}

@media screen and (max-width: 1300px) {
  .help__content {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .help__content {
    display: block;
  }
}

.help__items {
  width: 100%;
  margin-right: 24px;
  opacity: 0;
  transform: translateX(-50px);
  transition: 800ms;
}

.help__items.element-show {
  opacity: 1;
  transform: none;
}

@media screen and (max-width: 991px) {
  .help__items {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.help__items:last-child {
  margin-right: 0;
  opacity: 0;
  transform: translateX(50px);
  transition: 800ms;
}

.help__items:last-child.element-show {
  opacity: 1;
  transform: none;
}

@media screen and (max-width: 991px) {
  .help__items:last-child {
    margin-bottom: 0;
  }
}

.help__item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .help__item {
    margin-bottom: 16px;
  }
}

.help__item:last-child {
  margin-bottom: 0;
}

.help__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 17px;
  width: 17px;
  margin-right: 12px;
}

.help__name {
  font-size: 18px;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .help__name {
    font-size: 14px;
    line-height: 17px;
  }
}

.help__name span {
  font-weight: 300;
}

.help__consult {
  padding: 24px 160px 24px 90px;
  background: #f68026;
  box-shadow: -17px 7px 69px rgba(0, 0, 0, 0.11);
  border-radius: 16px;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(50px);
  transition: 500ms;
}

.help__consult.element-show {
  opacity: 1;
  transform: none;
}

@media screen and (max-width: 1300px) {
  .help__consult {
    padding: 24px 40px;
  }
}

@media screen and (max-width: 767px) {
  .help__consult {
    padding: 16px 16px 16px 24px;
    margin: 0 -16px;
  }
}

.help__consult-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  width: 96px;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .help__consult-image {
    min-width: 36px;
    width: 36px;
    margin-right: 14px;
  }
}

.help__consult-text {
  font-size: 24px;
  line-height: 31px;
  color: #fff;
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  .help__consult-text {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .help__consult-text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
  }
}

.comfort {
  padding: 24px 0 80px 0;
}

@media screen and (max-width: 1300px) {
  .comfort {
    padding: 48px 0 60px 0;
  }
}

@media screen and (max-width: 991px) {
  .comfort {
    padding: 48px 0;
  }
}

.comfort__title {
  font-size: 32px;
  font-weight: 900;
  color: #0f1b5a;
  margin-bottom: 18px;
  opacity: 0;
  transform: translateY(50px);
  transition: 500ms;
}

.comfort__title.element-show {
  opacity: 1;
  transform: none;
}

@media screen and (max-width: 991px) {
  .comfort__title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .comfort__title {
    font-size: 22px;
    font-weight: 600;
  }
}

.comfort__subtitle {
  font-size: 22px;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(50px);
  transition: 500ms;
}

.comfort__subtitle.element-show {
  opacity: 1;
  transform: none;
}

@media screen and (max-width: 991px) {
  .comfort__subtitle {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .comfort__subtitle {
    font-size: 14px;
  }
}

.comfort__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

@media screen and (max-width: 1300px) {
  .comfort__items {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .comfort__items {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
}

.comfort__item {
  background: #ffffff;
  box-shadow: -17px 7px 69px rgba(0, 0, 0, 0.11);
  border-radius: 16px;
  padding: 24px 12px 32px 12px;
  opacity: 0;
  transform: translateY(50px);
  transition: 500ms;
}

.comfort__item.element-show {
  opacity: 1;
  transform: none;
}

@media screen and (max-width: 767px) {
  .comfort__item {
    display: flex;
    align-items: center;
  }
}

.comfort__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .comfort__image {
    min-width: 80px;
    width: 80px;
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.comfort__text {
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .comfort__text {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }
}

.guard {
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .guard {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .guard {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .guard .container {
    padding: 0;
  }
}

.guard__items {
  background: #f6f7f9;
  box-shadow: -17px 7px 69px rgba(0, 0, 0, 0.11);
  border-radius: 16px;
  padding: 80px 104px 80px 52px;
}

@media screen and (max-width: 1300px) {
  .guard__items {
    padding: 48px;
  }
}

@media screen and (max-width: 991px) {
  .guard__items {
    padding: 48px 20px;
  }
}

@media screen and (max-width: 767px) {
  .guard__items {
    padding: 48px 16px;
  }
}

.guard__title {
  font-size: 32px;
  line-height: 42px;
  color: #0f1b5a;
  font-weight: 900;
  margin-bottom: 48px;
}

@media screen and (max-width: 991px) {
  .guard__title {
    font-size: 28px;
    margin-bottom: 32px;
    line-height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .guard__title {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
  }
}

.guard__block {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .guard__block {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .guard__block-item {
    margin-bottom: 57px;
  }
}

.guard__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 368px;
  width: 368px;
  border-radius: 24px;
  position: relative;
  margin-left: 48px;
  border-radius: 24px;
}

@media screen and (max-width: 1300px) {
  .guard__image {
    margin-left: 25px;
    min-width: 320px;
    width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .guard__image {
    min-width: auto;
    width: 100%;
    margin: 0;
  }
}

.guard__image > img {
  border-radius: 24px;
}

@media screen and (max-width: 767px) {
  .guard__image > img {
    width: 100%;
    height: 100%;
  }
}

.guard__flag {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 32px;
}

.guard__massage {
  padding: 16px 16px 16px 28px;
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 48px;
  font-size: 18px;
  position: relative;
  line-height: 23px;
}

@media screen and (max-width: 991px) {
  .guard__massage {
    font-size: 16px;
    line-height: 20px;
    padding: 14px 14px 14px 28px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .guard__massage {
    padding: 12px 24px 12px 28px;
  }
}

.guard__massage:last-child {
  margin-bottom: 0;
}

.guard__try {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 31px;
  height: 48px;
}

@media screen and (max-width: 991px) {
  .guard__try {
    width: 25px;
    height: 34px;
    bottom: -17px;
  }
}

@media screen and (max-width: 767px) {
  .guard__try {
    width: 23px;
    height: 37px;
    bottom: -19px;
  }
}

.guard__try img {
  width: 100%;
  height: 100%;
}

.step {
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .step {
    padding-bottom: 48px;
  }
}

.step__items {
  display: flex;
  align-items: center;
  margin-bottom: 82px;
}

@media screen and (max-width: 991px) {
  .step__items {
    margin-bottom: 60px;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .step__items {
    display: block;
  }
}

.step__images {
  min-width: 496px;
  width: 496px;
  margin-left: 120px;
  height: 560px;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .step__images {
    min-width: 400px;
    width: 400px;
    height: 451px;
    margin-left: 55px;
  }
}

@media screen and (max-width: 991px) {
  .step__images {
    margin-left: 50px;
    min-width: 320px;
    width: 320px;
    height: 380px;
  }
}

@media screen and (max-width: 767px) {
  .step__images {
    min-width: auto;
    width: 95%;
    margin: 0;
    height: auto;
  }
}

.step__screp {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .step__screp {
    display: none;
  }
}

.step__screp-first {
  left: -115px;
  top: 105px;
}

.step__screp-second {
  left: -40px;
  bottom: 65px;
}

.step__block {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.step__block-first {
  background: #f6f7f9;
  box-shadow: -17px 7px 69px rgba(0, 0, 0, 0.11);
  top: 38px;
  left: 0;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .step__block-first {
    box-shadow: -17px 7px 69px rgba(0, 0, 0, 0.11);
  }
}

.step__block-second {
  top: 30px;
  left: 24px;
  background: #f6f7f9;
  box-shadow: -17px 7px 69px rgba(0, 0, 0, 0.11);
  z-index: 4;
}

@media screen and (max-width: 767px) {
  .step__block-second {
    left: 10px;
    box-shadow: -17px 7px 69px rgba(0, 0, 0, 0.11);
  }
}

.step__image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  left: 46px;
  top: 10px;
  height: 560px;
}

@media screen and (max-width: 1300px) {
  .step__image {
    height: 451px;
  }
}

@media screen and (max-width: 991px) {
  .step__image {
    left: 42px;
    height: 380px;
  }
}

@media screen and (max-width: 767px) {
  .step__image {
    left: 20px;
    top: 15px;
    height: auto;
  }
}

.step__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  border-radius: 16px;
}

@media screen and (max-width: 767px) {
  .step__image img {
    border-radius: 10px;
  }
}

.step__image-screp {
  top: -22px;
  right: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.step__title {
  font-size: 32px;
  font-weight: 900;
  color: #0f1b5a;
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .step__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .step__title {
    font-size: 22;
  }
}

.step__subtitle {
  font-size: 22px;
  margin-bottom: 48px;
}

@media screen and (max-width: 991px) {
  .step__subtitle {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .step__subtitle {
    font-size: 14px;
    margin-bottom: 32px;
  }
}

.step__step {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .step__step:first-child {
    margin-bottom: 60px;
    position: relative;
  }
}

.step__step:last-child {
  margin-bottom: 0;
}

.step__step:last-child .step__number {
  background: #ff641a;
}

.step__step:nth-child(2) .step__number {
  background: #f68026;
}

.step__step:nth-child(3) .step__number {
  background: #ff7c0d;
}

.step__step:nth-child(4) .step__number {
  background: #ff7113;
}

.step__step-items {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .step__step-items {
    position: absolute;
    bottom: -40px;
    left: 0;
    display: flex;
    align-items: center;
  }
}

.step__step-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  margin-right: 24px;
}

@media screen and (max-width: 767px) {
  .step__step-link {
    font-size: 10px;
    margin-right: 12px;
  }
}

.step__step-link:last-child {
  margin-right: 0;
}

.step__step-link img {
  margin-right: 6px;
}

.step__number {
  background: #ff9100;
  box-shadow: -17px 7px 69px rgba(0, 0, 0, 0.11);
  border-radius: 24px;
  min-width: 80px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  position: relative;
  margin-right: 24px;
}

@media screen and (max-width: 767px) {
  .step__number {
    min-width: 52px;
    width: 52px;
    height: 52px;
    margin-right: 13px;
    font-size: 14px;
    border-radius: 16px;
  }
}

.step__name {
  font-size: 18px;
  line-height: 23px;
}

@media screen and (max-width: 991px) {
  .step__name {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .step__name {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 767px) {
  .step__item {
    margin-bottom: 36px;
  }
}

.step__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: -11px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .step__arrow {
    width: 5px;
    right: -4px;
  }
}

.step__store {
  text-align: center;
  background: #f6f7f9;
  box-shadow: -17px 7px 69px rgba(0, 0, 0, 0.11);
  border-radius: 16px;
  padding: 40px 0 32px 0;
  margin-bottom: 48px;
}

@media screen and (max-width: 991px) {
  .step__store {
    padding: 48px 100px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .step__store {
    padding: 48px 12px;
  }
}

.step__store-title {
  font-size: 20px;
  font-weight: 900;
  color: #0f1b5a;
  margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
  .step__store-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .step__store-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 32px;
  }
}

.step__store-head {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .step__store-head {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .step__store-head {
    margin-bottom: 16px;
  }
}

.step__store-items {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .step__store-items {
    display: block;
  }
}

.step__store-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 32px;
}

@media screen and (max-width: 767px) {
  .step__store-item {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.step__store-item:hover {
  transform: scale(1.1);
}

.step__store-item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .step__store-item:last-child {
    margin-bottom: 0;
  }
}

.step__end {
  text-align: center;
  font-size: 22px;
  line-height: 28px;
}

@media screen and (max-width: 1300px) {
  .step__end {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 991px) {
  .step__end {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .step__end {
    font-size: 14px;
    line-height: 18px;
  }
}

.step__end a {
  color: #f68026;
  font-weight: 900;
}

.step__end a:hover {
  text-decoration: underline;
}

.team {
  padding: 80px 0;
  background: #f6f7f9;
}

@media screen and (max-width: 1300px) {
  .team {
    padding: 60px 0;
  }
}

@media screen and (max-width: 991px) {
  .team {
    padding: 48px 0;
  }
}

@media screen and (max-width: 767px) {
  .team {
    background: #fff;
  }
}

.team__title {
  font-weight: 900;
  font-size: 32px;
  color: #0f1b5a;
  margin-bottom: 48px;
}

@media screen and (max-width: 991px) {
  .team__title {
    font-size: 28px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .team__title {
    font-size: 22px;
    font-weight: 600;
  }
}

.team__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 56px;
}

@media screen and (max-width: 1300px) {
  .team__items {
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 40px;
  }
}

@media screen and (max-width: 991px) {
  .team__items {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .team__items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    row-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    overflow-x: scroll;
  }
}

.team__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border-radius: 16px;
  box-shadow: -17px 7px 69px rgba(0, 0, 0, 0.11);
}

@media screen and (max-width: 767px) {
  .team__image {
    margin-bottom: 10px;
  }
}

.team__image img {
  width: 100%;
  border-radius: 16px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .team__item {
    min-width: 288px;
    width: 288px;
    margin-right: 8px;
  }
}

.team__profile {
  font-size: 24px;
  font-weight: 900;
  color: #0f1b5a;
  margin-bottom: 15px;
}

@media screen and (max-width: 1300px) {
  .team__profile {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .team__profile {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.team__name {
  font-size: 18px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .team__name {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.team__years {
  font-size: 18px;
  color: #050a2099;
}

@media screen and (max-width: 767px) {
  .team__years {
    font-size: 14px;
  }
}

.faq {
  padding: 80px 0;
}

@media screen and (max-width: 991px) {
  .faq {
    padding: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .faq {
    padding: 48px 0;
  }
}

.faq__title {
  font-size: 32px;
  font-weight: 900;
  color: #0f1b5a;
  text-align: center;
  margin-bottom: 48px;
  opacity: 0;
  transform: translateY(50px);
  transition: 500ms;
}

.faq__title.element-show {
  opacity: 1;
  transform: none;
}

@media screen and (max-width: 991px) {
  .faq__title {
    font-size: 28px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .faq__title {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
  }
}

.faq__item {
  margin-bottom: 58px;
  position: relative;
  opacity: 0.1;
  transition: 1500ms;
}

.faq__item.element-show {
  opacity: 1;
  transform: none;
}

@media screen and (max-width: 767px) {
  .faq__item {
    margin-bottom: 32px;
  }
}

.faq__item::before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
  background: #d9dbe5;
  position: absolute;
  top: 50%;
  left: -102px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .faq__item::before {
    display: none;
  }
}

.faq__item-first::before {
  background: #f68026;
}

.faq__item:last-child {
  margin-bottom: 0;
}

.faq__items {
  position: relative;
  padding-left: 257px;
  padding-right: 155px;
}

@media screen and (max-width: 1300px) {
  .faq__items {
    padding-left: 157px;
    padding-right: 55px;
  }
}

@media screen and (max-width: 991px) {
  .faq__items {
    padding-left: 57px;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .faq__items {
    padding: 0;
  }
}

.faq__top {
  position: relative;
  padding: 24px 24px 24px 32px;
  font-size: 18px;
  font-weight: 700;
  max-width: 643px;
  background: #f6f7f9;
  box-shadow: -4px 3px 15px rgba(0, 0, 0, 0.09);
  border-radius: 16px;
  margin-bottom: -17px;
}

@media screen and (max-width: 767px) {
  .faq__top {
    max-width: 100%;
    font-size: 14px;
    line-height: 17px;
  }
}

.faq__top-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -24px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .faq__top-arrow {
    width: 20px;
    height: 32px;
    bottom: -16px;
  }
}

.faq__bottom {
  max-width: 523px;
  margin-right: 0;
  position: relative;
  margin-left: auto;
  border-radius: 16px;
  background: #fef1e7;
  box-shadow: -4px 3px 15px rgba(0, 0, 0, 0.09);
  padding: 14px 28px;
  font-size: 18px;
  line-height: 23px;
}

@media screen and (max-width: 767px) {
  .faq__bottom {
    max-width: 90%;
    font-size: 14px;
    line-height: 17px;
  }
}

.faq__bottom-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: -24px;
}

@media screen and (max-width: 767px) {
  .faq__bottom-arrow {
    width: 20px;
    height: 32px;
    bottom: -16px;
  }
}

.faq__line {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 112px;
  left: 170px;
}

@media screen and (max-width: 1300px) {
  .faq__line {
    left: 70px;
  }
}

@media screen and (max-width: 991px) {
  .faq__line {
    left: -30px;
  }
}

@media screen and (max-width: 767px) {
  .faq__line {
    display: none;
  }
}

.network {
  margin-bottom: -100px;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .network {
    margin-bottom: -115px;
  }
}

.network__items {
  display: flex;
  align-items: center;
  background: #f6f7f9;
  box-shadow: 0px -20px 69px rgba(0, 0, 0, 0.11);
  border-radius: 16px;
  padding: 40px 150px 40px 120px;
}

@media screen and (max-width: 1300px) {
  .network__items {
    padding: 40px 100px;
  }
}

@media screen and (max-width: 991px) {
  .network__items {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .network__items {
    padding: 40px 16px;
  }
}

@media screen and (max-width: 767px) {
  .network .container {
    padding: 0;
  }
}

.network__image {
  min-width: 136px;
  width: 136px;
  margin-right: 48px;
}

@media screen and (max-width: 1300px) {
  .network__image {
    min-width: 110px;
    width: 110px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .network__image {
    min-width: 68px;
    width: 68px;
    margin-right: 12px;
  }
}

.network__text {
  font-size: 36px;
  line-height: 47px;
  color: #0F1B5A;
  font-weight: 900;
}

@media screen and (max-width: 1300px) {
  .network__text {
    font-size: 28px;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .network__text {
    font-size: 16px;
    line-height: 21px;
  }
}

.network__text a {
  color: #f68026;
}

.footer {
  background: url(../images/footer-2.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 208px 0 48px 0;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 170px 0 18px 0;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    background-position: 75% 100%;
  }
}

.footer__items {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .footer__start {
    grid-column-start: 1;
    grid-column-end: 3;
    margin-bottom: -40px;
  }
}

.footer__logo {
  position: relative;
  margin-bottom: 32px;
}

.footer__logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .footer__logo-item {
    width: 123px;
  }
}

.footer__logo-block {
  width: 350px;
  height: 100px;
  background: white;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  top: -22px;
  left: -108px;
}

@media screen and (max-width: 1300px) {
  .footer__logo-block {
    left: -180px;
  }
}

@media screen and (max-width: 991px) {
  .footer__logo-block {
    top: -18px;
    left: -196px;
    height: 92px;
  }
}

@media screen and (max-width: 767px) {
  .footer__logo-block {
    height: 72px;
    top: -12px;
  }
}

.footer__politic {
  font-size: 16px;
}

.footer__nav-item {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .footer__nav-item {
    font-size: 13px;
  }
}

.footer__nav-item:first-child {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .footer__nav-item:first-child {
    margin-bottom: 10px;
  }
}

.footer__nav-item:nth-child(2) {
  margin-bottom: 16px;
}

.footer__social-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .footer__social-item {
    font-size: 13px;
    margin-bottom: 9px;
  }
}

.footer__social-item:last-child {
  margin-bottom: 0;
}

.footer__social-item:hover img {
  transform: scale(1.1);
}

.footer__social-item img {
  min-width: 24px;
  width: 24px;
  height: 24px;
  transition: 300ms;
  margin-right: 8px;
}

.footer__end {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .footer__end {
    max-width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .footer__end {
    font-size: 13px;
    max-width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

.form {
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .form {
    margin-bottom: 48px;
  }
}

.form__content {
  background: #f6f7f9;
  box-shadow: -17px 7px 69px rgba(0, 0, 0, 0.11);
  border-radius: 16px;
  padding: 56px 208px;
  margin-bottom: 48px;
}

@media screen and (max-width: 1300px) {
  .form__content {
    padding: 48px 100px 40px 100px;
  }
}

@media screen and (max-width: 991px) {
  .form__content {
    padding: 48px 40px 40px 40px;
  }
}

@media screen and (max-width: 767px) {
  .form__content {
    padding: 48px 12px 40px 12px;
    margin-bottom: 24px;
  }
}

.form__title {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #0f1b5a;
  margin-bottom: 48px;
}

@media screen and (max-width: 991px) {
  .form__title {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .form__title {
    font-size: 14px;
    line-height: 18px;
  }
}

.form__inputs {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .form__inputs {
    display: block;
    margin-bottom: 16px;
  }
}

.form__inputs input {
  width: 100%;
  margin-right: 24px;
  height: 64px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 0 16px;
  font-size: 18px;
  border: 0;
}

@media screen and (max-width: 767px) {
  .form__inputs input {
    height: 56px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.form__inputs input::-moz-placeholder {
  color: #050a2099;
}

.form__inputs input::-ms-input-placeholder {
  color: #050a2099;
}

.form__inputs input::placeholder {
  color: #050a2099;
}

.form__inputs input:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .form__inputs input:last-child {
    margin-bottom: 16px;
  }
}

.form__area {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .form__area {
    margin-bottom: 36px;
  }
}

.form__area textarea {
  width: 100%;
  height: 112px;
  padding: 16px;
  resize: none;
  border: 0;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .form__area textarea {
    height: 80px;
  }
}

.form__area textarea::-moz-placeholder {
  color: #050a2099;
}

.form__area textarea::-ms-input-placeholder {
  color: #050a2099;
}

.form__area textarea::placeholder {
  color: #050a2099;
}

.form__end {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .form__end {
    flex-direction: column-reverse;
  }
}

.form__btn {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 300ms;
  cursor: pointer;
  height: 72px;
  border: 0;
  width: 100%;
  margin-left: 40px;
  background: #249e85;
  box-shadow: -17px 7px 69px rgba(0, 0, 0, 0.11);
  border-radius: 16px;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .form__btn {
    width: 100%;
    height: 60px;
    margin-left: 0;
    margin-bottom: 16px;
  }
}

.form__btn:hover {
  background: #13b191;
}

.form__text {
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 767px) {
  .form__text {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }
}

.form__info {
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .form__info {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .form__info {
    font-size: 14px;
    line-height: 18px;
  }
}

.form__info a {
  font-weight: 900;
  color: #f68026;
}
