/* clear styles */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

/* end clear styles */

:root {
  --animate-duration: 2s;
}

body * {
  font-family: "Open Sans", sans-serif;
  color: #374957;
}

h1,
h2,
h3,
h4 {
  opacity: 0;
  text-transform: none;
}

img {
  max-width: 100%;
}

.link-to-app {
  border-radius: 5px;
  font-weight: 600;
  background-color: #242424;
  color: #ffffff;
  display: flex;
  align-items: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: transform 0.2s ease-in-out;
}

.link-to-app:hover {
  transform: scale(1.1);
}

.link-to-app img {
  margin-right: 20px;
}

.cabinet-app-info {
  border-radius: 22.5px;
  background-color: #fff;
  padding: 3px;
  padding-right: 10px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  box-shadow: 10px 10px 15px 0px rgba(40, 63, 112, 0.25);
}

.cabinet-app-info svg {
  margin-right: 10px;
}

.cabinet-app-section-1 {
  padding-top: 175px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cabinet-app-title-wrapper {
  width: 840px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.cabinet-app-title-wrapper h1 {
  font-weight: 600;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 30px;
}

.cabinet-app-title-wrapper h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  padding: 0 90px;
  margin-bottom: 40px;
}

.cabinet-app-title-wrapper h4 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: #2869c1;
  margin-bottom: 30px;
}

.cabinet-app-title-wrapper h4 img {
  margin-left: 5px;
}

.cabinet-app-section-1 .cabinet-app-links {
  display: flex;
  justify-content: center;
}

.cabinet-app-section-1 .cabinet-app-links a:not(:last-child) {
  margin-right: 25px;
}

.cabinet-app-section-1 .cabinet-app-links a {
  min-width: 250px;
  min-height: 70px;
  padding: 10px 20px;
  font-size: 24px;
  letter-spacing: -1px;
}

.cabinet-app-phone {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 85px;
  position: relative;
  text-align: center;
  transition: width 0.1s ease-in-out;
}

.cabinet-app-phone img {
  position: relative;
  z-index: 1;
  margin-bottom: -3px;
}

.cabinet-app-info-wrapper {
  width: 90%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.cabinet-app-info-wrapper .cabinet-app-info {
  position: absolute;
}

.cabinet-app-info-wrapper .cabinet-app-info:first-child {
  top: 20%;
  right: 53%;
  flex-direction: row-reverse;
  padding-right: 3px;
  padding-left: 14px;
}

.cabinet-app-info-wrapper .cabinet-app-info:first-child svg {
  margin-right: 0;
  margin-left: 10px;
}

.cabinet-app-info-wrapper .cabinet-app-info:nth-child(2) {
  top: 50%;
  right: 68%;
}

.cabinet-app-info-wrapper .cabinet-app-info:nth-child(3) {
  top: 50%;
  left: 68%;
}

.cabinet-app-phone--bg {
  width: 90%;
  height: 585px;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 70px;
}

.cabinet-app-section-2 {
  width: 1290px;
  max-width: 100%;
  margin: 0 auto;
  padding: 150px 0;
}

.cabinet-app-section-2 h4 {
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 60px;
}

.cabinet-app-cards {
  display: flex;
}

.cabinet-app-card {
  width: 410px;
  border-radius: 20px;
  padding: 10px;
  box-sizing: border-box;
  opacity: 0;
  box-shadow: 0px 10px 60px 0px rgba(38, 45, 118, 0.08);
}

.cabinet-app-card.animate__animated {
  opacity: 1;
}

.cabinet-app-card img {
  width: 100%;
  object-fit: contain;
}

.cabinet-app-card p {
  padding: 40px 20px 35px 20px;
  font-size: 30px;
  line-height: 40px;
}

.cabinet-app-card p b {
  font-weight: 600;
}

.cabinet-app-card:not(:last-child) {
  margin-right: 30px;
}

.cabinet-app-section-3 {
  display: flex;
  align-items: center;
  padding-left: 16%;
  padding-bottom: 158px;
}

.cabinet-app-section-3 h4 {
  width: 540px;
  font-weight: 500;
  font-size: 60px;
  line-height: 75px;
  margin-right: 95px;
}

.cabinet-app-section-3 h4 span {
  color: #1eb642;
}

.cabinet-app-section-3 .cabinet-app-img {
  position: relative;
}

.cabinet-app-section-3 .cabinet-app-img .cabinet-app-info {
  position: absolute;
  top: 210px;
  left: 220px;
  flex-direction: row-reverse;
  padding-right: 3px;
  padding-left: 10px;
}

.cabinet-app-section-3 .cabinet-app-img .cabinet-app-info svg {
  margin-left: 10px;
  margin-right: 0;
  flex-shrink: 0;
}

.cabinet-app-section-4 {
  background-color: #fff;
  margin-top: -160px;
  padding: 105px 0;
  border-radius: 70px;
}

.cabinet-app-section-4 .cabinet-app-content-wrapper {
  width: 1710px;
  max-width: 100%;
  display: flex;
  align-items: center;
  background-color: #eef2f7;
  margin: 0 auto;
  border-radius: inherit;
}

.cabinet-app-section-4 .cabinet-app-img {
  margin-top: -50px;
  margin-bottom: -60px;
  position: relative;
}

.cabinet-app-section-4 .cabinet-app-img .cabinet-app-info {
  position: absolute;
  top: 85px;
  right: 125px;
}

.cabinet-app-section-4 .cabinet-app-img img {
  width: 772px;
}

.cabinet-app-section-4 .cabinet-app-text {
  width: 505px;
  max-width: 100%;
  margin-left: 200px;
  box-sizing: border-box;
}

.cabinet-app-section-4 h4 {
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 50px;
}

.cabinet-app-section-4 .cabinet-app-links {
  display: flex;
}

.cabinet-app-section-4 .cabinet-app-links a {
  min-width: 200px;
  min-height: 65px;
  padding: 0 30px 0 15px;
}

.cabinet-app-section-4 .cabinet-app-links a:not(:last-child) {
  margin-right: 25px;
}

.cabinet-app-section-4 .cabinet-app-links a img {
  width: 30px;
  margin-right: 15px;
}

.cabinet-app-section-4 .cabinet-app-links a span {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cabinet-app-section-4 .cabinet-app-links a span b {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.01em;
  text-transform: none;
}

@media only screen and (max-width: 1440px) {
  h1,
  h2,
  h3,
  h4 {
    opacity: 1;
  }

  .cabinet-app-info {
    font-size: 12px;
  }

  .cabinet-app-section-1 {
    padding-top: 100px;
  }

  .cabinet-app-phone img {
    width: 300px;
  }

  .cabinet-app-phone--bg {
    width: 90%;
    height: 300px;
    border-radius: 20px;
  }

  .cabinet-app-title-wrapper h1 {
    font-size: 50px;
  }

  .cabinet-app-title-wrapper h3 {
    font-size: 18px;
    line-height: 25px;
  }

  .cabinet-app-title-wrapper h4 {
    font-size: 16px;
  }

  .cabinet-app-section-2 {
    padding: 60px 0;
  }

  .cabinet-app-section-2 h4 {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .cabinet-app-cards {
    width: calc(100% - 30px);
    margin: auto;
  }

  .cabinet-app-card {
    opacity: 1;
  }

  .cabinet-app-card p {
    font-size: 20px;
    line-height: 30px;
  }

  .cabinet-app-section-3 {
    padding: 0 110px;
  }

  .cabinet-app-section-3 h4 {
    width: calc(50% - 30px);
    font-size: 30px;
    line-height: 35px;
    margin-right: 30px;
  }

  .cabinet-app-section-3 .cabinet-app-img {
    width: 50%;
    margin-bottom: -2px;
  }

  .cabinet-app-section-4 {
    margin-top: 0;
    padding: 60px 0;
    border-radius: 20px;
  }

  .cabinet-app-section-4 h4 {
    font-size: 30px;
    line-height: 35px;
  }

  .cabinet-app-section-4 .cabinet-app-content-wrapper {
    width: 905px;
    margin: 0 auto;
  }

  .cabinet-app-section-4 .cabinet-app-text {
    margin-left: 70px;
  }

  .cabinet-app-section-4 .cabinet-app-img {
    width: 60%;
    margin-top: -20px;
    margin-bottom: -35px;
  }

  .cabinet-app-section-4 .cabinet-app-links a {
    min-width: 160px;
    padding: 0 15px;
  }

  .cabinet-app-section-4 .cabinet-app-links a span {
    font-size: 12px;
  }

  .cabinet-app-section-4 .cabinet-app-links a span b {
    font-size: 16px;
  }

  .cabinet-app-section-4 .cabinet-app-links a img {
    width: 24px;
  }

  .cabinet-app-section-4 .cabinet-app-text {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .link-to-app:hover {
    transform: none;
  }

  .cabinet-app-title-wrapper h1 {
    font-size: 36px;
    line-height: 40px;
    padding: 0 20px;
    margin-bottom: 15px;
  }

  .cabinet-app-title-wrapper h3 {
    padding: 0 30px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    letter-spacing: -.02em;
  }

  .cabinet-app-title-wrapper h4 {
    padding: 0 70px;
    flex-direction: column;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    margin-bottom: 5px;
  }
  
  .cabinet-app-section-1 {
    background-position: 51% -80px;
  }

  .cabinet-app-section-1 .cabinet-app-links {
    width: calc(100% - 40px);
    flex-direction: column;
    margin: 0 auto;
  }

  .cabinet-app-section-1 .cabinet-app-links a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .cabinet-app-section-1 .cabinet-app-links a {
    min-height: 55px;
    justify-content: center;
    font-size: 18px;
    padding: 0 10px;
  }

  .cabinet-app-section-1 .cabinet-app-links a img {
    width: 28px;
    margin-right: 15px;
  }

  .cabinet-app-section-1 .cabinet-app-info-wrapper {
    display: none;
  }

  .cabinet-app-phone img {
    width: 265px;
  }

  .cabinet-app-phone--bg {
    width: calc(100% - 10px);
    height: 190px;
    border-radius: 30px;
  }

  .cabinet-app-section-2 {
    padding: 85px 15px;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #fff;
    position: relative;
  }

  .cabinet-app-section-2 h4 {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -.03em;
    padding: 0 30px;
    margin-bottom: 45px;
    font-weight: 600;
    box-sizing: border-box;
  }

  .cabinet-app-cards {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .cabinet-app-card {
    width: 345px;
    max-width: 100%;
    box-sizing: border-box;
  }

  .cabinet-app-card:not(:last-child) {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }

  .cabinet-app-card p {
    padding: 15px 40px 20px 20px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -.03em;
  }

  .cabinet-app-section-3 {
    margin-top: -30px;
    flex-direction: column;
    padding: 115px 0 0 0;
  }

  .cabinet-app-section-3 h4 {
    width: 100%;
    margin-right: 0;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -.03em;
    text-align: center;
    padding: 0 25px;
    box-sizing: border-box;
  }

  .cabinet-app-section-3 .cabinet-app-img {
    width: 345px;
    margin: 0 auto;
  }

  .cabinet-app-section-3 .cabinet-app-img .cabinet-app-info {
    top: 75px;
    left: 70px;
  }

  .cabinet-app-section-4 {
    border-radius: 30px;
    margin-top: -30px;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
  }

  .cabinet-app-section-4 .cabinet-app-content-wrapper {
    flex-direction: column-reverse;
    padding: 35px 0 0 0;
    box-sizing: border-box;
  }

  .cabinet-app-section-4 .cabinet-app-content-wrapper .cabinet-app-img {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .cabinet-app-section-4 .cabinet-app-content-wrapper h4 {
    text-align: center;
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -0.03em;
    margin-bottom: 30px;
    padding: 0 20px;
  }

  .cabinet-app-section-4 .cabinet-app-text {
    margin-left: 0;
  }
  
  .cabinet-app-section-4 .cabinet-app-links {
    padding: 0 20px;
    flex-direction: column;
  }

  .cabinet-app-section-4 .cabinet-app-links a {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .cabinet-app-section-4 .cabinet-app-links a img {
    width: 24px;
  }

  .cabinet-app-section-4 .cabinet-app-links a span {
    font-size: 0;
  }

  .cabinet-app-section-4 .cabinet-app-links a span b {
    font-size: 18px;
    letter-spacing: -0.01em;
  }

  .cabinet-app-section-4 .cabinet-app-links a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
  }
  
  .cabinet-app-section-4 .cabinet-app-content-wrapper .cabinet-app-img {
    width: 375px;
    max-width: 100%;
  }

  .cabinet-app-section-4 .cabinet-app-img .cabinet-app-info {
    top: 55px;
    right: 55px;
  }
}