@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Krona+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Krona+One&display=swap');
@-ms-viewport {
  width: device-width;
  initial-scale: 1;
}
@-moz-viewport {
  width: device-width;
  initial-scale: 1;
}
@-webkit-viewport {
  width: device-width;
  initial-scale: 1;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body,
p {
  margin: 0;
}
body {
  position: relative;
  min-height: 100%;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  word-wrap: break-word;
  text-decoration-skip: objects;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
audio,
canvas,
span {
  display: inline-block;
}
a,
address,
button,
fieldset,
figure,
input,
legend,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
  line-height: inherit;
  text-transform: inherit;
  text-shadow: inherit;
  border: 0;
  background: 0 0;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
[type="button"],
[type="submit"],
a,
button {
  transition: color 0.25s, background 0.25s, opacity 0.25s;
}
a {
  cursor: pointer;
  text-decoration: none;
  -webkit-text-decoration-skip: none;
}
button {
  overflow: visible;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
}
p {
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
}
b,
strong {
  font-weight: 700;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
embed,
iframe,
img,
object,
video {
  display: block;
  margin: auto;
}
img {
  image-rendering: optimizeQuality;
}
svg {
  color: inherit;
}
svg:not(:root) {
  overflow: hidden;
}
progress {
  vertical-align: baseline;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  font: inherit;
  color: inherit;
  margin: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
button,
button > *,
input,
select {
  display: inline-block;
  vertical-align: middle;
}
[type="button"],
[type="checkbox"],
[type="radio"],
[type="range"],
[type="reset"],
[type="submit"],
button,
label,
select,
summary {
  user-select: none;
  cursor: pointer;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button,
::-webkit-search-cancel-button,
::-webkit-search-decoration,
::-webkit-slider-thumb,
[type="button"],
[type="radio"],
[type="range"],
[type="search"],
[type="submit"],
select {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
::-webkit-contacts-auto-fill-button,
::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff;
}
::marker {
  display: none;
}
[type="radio"] {
  -webkit-appearance: radio;
}
[type="number"] {
  -moz-appearance: textfield;
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
input,
textarea {
  width: 100%;
}
input {
  text-overflow: ellipsis;
}
textarea {
  overflow: auto;
  resize: none;
}
:active,
:focus,
:hover {
  outline: 0;
  outline-offset: 0;
}
:disabled {
  pointer-events: none;
  cursor: not-allowed;
  -webkit-text-fill-color: initial;
}
::-moz-focus-inner,
::-moz-focus-outer {
  border: 0;
  padding: 0;
}
::placeholder {
  opacity: 1;
  color: inherit;
}
::-moz-placeholder {
  opacity: 1;
  color: inherit;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
  text-align: center;
}
.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.fc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.jb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.jc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.je {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.vt {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.vc {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.vb {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.it {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.ic {
  -ms-flex-item-align: center;
  align-self: center;
}
.ib {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.fw {
  flex-wrap: wrap;
}
.fwn {
  flex-wrap: nowrap;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive:before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-bl {
  background: #000;
  position: relative;
}
.yt-toggle-play {
  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;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.15s all;
  opacity: 1;
}
.yt-toggle-play.in-process {
  pointer-events: none;
  opacity: 0.95;
}
.yt-toggle-play.c-hide {
  opacity: 0;
}
.yt-toggle-play .play-icn {
  transition: 0.2s all;
  width: 15%;
  color: rgba(255,0,0,0.6);
}
.yt-toggle-play:hover .play-icn {
  color: #ff0000;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: white;
}
::-webkit-scrollbar-thumb {
  background: grey;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.tu {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 50px solid #555;
}
.tb {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 50px solid #555;
}
.tl {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 50px solid #555;
  border-bottom: 25px solid transparent;
}
.tr {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 50px solid #555;
  border-bottom: 25px solid transparent;
}
.dn {
  display: none;
}
.center {
  text-align: center;
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade {
  animation: opacity 1s;
}
.anim {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.ttc {
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
}
.ibg {
  position: relative;
}
.ibg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vbg {
  position: relative;
}
.vbg iframe,
.vbg video,
.vbg embed,
.vbg object {
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  background-size: cover;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -20;
  position: fixed;
}
.dfc {
  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;
}
.accordeon__line {
  background-color: green;
  color: white;
  padding: 10px;
}
.accordeon__content {
  background-color: burlywood;
  padding: 10px;
  display: none;
  animation: opacity 1s;
}
.accordeon__content.active {
  display: block;
}
.hflip {
  transform: scale(-1,1);
}
.r50 {
  border-radius: 50%;
}
#burger-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 7px;
  top: 11px;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  border: none;
  background: none;
  width: 44px;
  height: 23px;
  z-index: 1;
}
#burger-menu.active .box_item1 {
  -webkit-transform: translateX(0) translateY(10px) rotate(45deg);
  transform: translateX(0) translateY(10px) rotate(45deg);
}
#burger-menu.active .box_item2 {
  opacity: 0;
}
#burger-menu.active .box_item3 {
  -webkit-transform: translateX(0) translateY(-10px) rotate(-45deg);
  transform: translateX(0) translateY(-10px) rotate(-45deg);
}
#burger-menu .box {
  width: 44px;
  height: 2px;
  background: #4af507;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.show_mobile_menu {
  opacity: 1 !important;
  left: 0 !important;
}
#mobile-menu {
  padding: 15px;
  box-sizing: border-box;
  opacity: 0;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100vh !important;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1;
}
#mobile-menu ul {
  padding-left: 0;
  width: 300px;
  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;
  list-style: none;
}
#mobile-menu ul a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0;
  display: block;
  color: #229fd9;
  position: relative;
}
.custom-select {
  position: relative;
}
.custom-select select {
  display: none;
}
.custom-select .select-selected {
  background-color: DodgerBlue;
}
.custom-select .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
.custom-select .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
.custom-select .select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.custom-select .select-items div,
.custom-select .select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0,0,0,0.1) transparent;
  cursor: pointer;
}
.custom-select .select-items div:hover,
.custom-select .same-as-selected {
  background-color: rgba(0,0,0,0.1);
}
.custom-select .select-hide {
  display: none;
}
.timer__items {
  display: flex;
  font-size: 48px;
}
.timer__item {
  position: relative;
  min-width: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 15px;
  text-align: center;
}
.timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 14px;
}
.timer__item:not(:last-child)::after {
  content: ':';
  position: absolute;
  right: -15px;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}
body {
  font-family: "PP Mori";
  font-size: 16px;
  color: black;
}
.container-cont,
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
header {
  position: absolute;
  padding-top: 24px;
  padding-bottom: 36px;
  width: 100%;
  left: 0;
  top: 0;
}
header .container {
  display: flex;
  justify-content: space-between;
}
header .container .logo {
  max-width: 91px;
}
header .container .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .container .book {
  border-radius: 8px;
  background: #ED4551;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-family: "PP Mori", sans-serif;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  padding: 17px 20px;
  display: flex;
  width: max-content;
  align-items: center;
}
.sec1 {
  min-height: 1414px;
  max-height: 1414px;
  background-image: url('../img/hero-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 110px;
}
.sec1 .container {
  max-width: 670px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec1 .container span {
  color: #fff;
  font-size: 10px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  background: rgba(255,255,255,0.2);
  border-radius: 100px;
}
.sec1 .container h1 {
  margin: 24px 0;
  color: #fff;
  font-size: 70px;
  font-style: normal;
  text-align: center;
  font-family: "PP Mori", sans-serif;
  font-weight: 400;
  line-height: 74px;
  letter-spacing: -3px;
  text-transform: none;
}
.sec1 .container p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
}
.sec2 {
  margin-top: -420px;
}
.sec2 .container-cont {
  position: relative;
  z-index: 1;
}
.sec2 .container-cont:after {
  content: '';
  width: 753px;
  height: 797px;
  background-image: url('../img/hand.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: -1;
}
.sec2 .container-cont .container {
  background: #F6F7FB;
  border-radius: 20px;
  padding: 36px 10px 10px;
}
.sec2 .container-cont .container .stats-btn {
  margin-top: 30px;
  height: 90px;
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  text-align: center;
  font-family: "PP Mori", sans-serif;
  font-weight: 400;
  line-height: 30px;
  text-transform: none;
  background: #133557;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec2 .container-cont .container .stats-btn .txt {
  display: flex;
  align-items: center;
}
.sec2 .container-cont .container .stats-btn .txt:before {
  content: '';
  background-image: url('../img/hand.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 20px;
  display: inline-block;
  margin-right: 14px;
}
.sec2 .container-cont .container .stats-btn .gray {
  color: rgba(255,255,255,0.7);
  margin: 0 5px;
}
.sec2 .container-cont .container .stats-items {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.sec2 .container-cont .container .stats-items .item {
  flex: 1 0 calc(20% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec2 .container-cont .container .stats-items .item span {
  color: #0d2740;
  font-size: 44px;
  font-style: normal;
  font-family: "PP Mori", sans-serif;
  font-weight: 400;
  line-height: 48px;
  text-transform: none;
}
.sec2 .container-cont .container .stats-items .item p {
  color: #777b89;
  font-size: 16px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 8px;
}
.sec3 {
  padding-top: 110px;
}
.sec3 .container .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec3 .container .title .item .badge {
  color: #ed4551;
  font-size: 10px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  background: #fef6f6;
  border-radius: 100px;
  display: flex;
  width: max-content;
}
.sec3 .container .title .item h2 {
  color: #0d2740;
  font-size: 48px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "PP Mori", sans-serif;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 0;
  text-transform: none;
  margin-top: 30px;
}
.sec3 .container .title .item p {
  color: #777b89;
  font-size: 18px;
  font-style: normal;
  margin-top: 0;
  text-align: right;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  max-width: 355px;
}
.sec3 .container .content {
  display: flex;
  background: #F6F7FB;
  border-radius: 30px;
  padding: 10px 60px 10px 10px;
  gap: 50px;
  margin-top: 50px;
  align-items: center;
}
.sec3 .container .content .video {
  width: 100%;
  position: relative;
}
.sec3 .container .content .video-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 33px;
  padding-bottom: 33px;
}
.sec3 .container .content .video-items .video-item {
  display: flex;
}
.sec3 .container .content .video-items .video-item .video-icon {
  margin-right: 16px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.sec3 .container .content .video-items .video-item .video-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.sec3 .container .content .video-items .video-item .video-content span {
  color: #0d2740;
  font-size: 20px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "PP Mori", sans-serif;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  text-transform: none;
}
.sec3 .container .content .video-items .video-item .video-content p {
  color: #777b89;
  font-size: 16px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 6px;
}
.sec4 {
  padding-top: 120px;
}
.sec4 .container {
  padding-bottom: 100px;
  border-bottom: 1px solid #E4E7F3;
  margin-bottom: 100px;
}
.sec4 .container .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 692px;
  margin-left: auto;
  margin-right: auto;
}
.sec4 .container .title .badge {
  color: #ed4551;
  font-size: 10px;
  font-style: normal;
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100px;
  background: #fef6f6;
  padding: 10px;
}
.sec4 .container .title h2 {
  color: #0d2740;
  font-size: 48px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "PP Mori", sans-serif;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 0;
  text-transform: none;
  margin-top: 30px;
}
.sec4 .container .title p {
  color: #777b89;
  font-size: 18px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 20px;
}
.sec4 .container .cards {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sec4 .container .cards .card {
  flex: 1 0 calc(30% - 10px);
  border-radius: 30px;
  background-color: #f6f7fb;
  padding: 40px 36px;
}
.sec4 .container .cards .card .icon {
  width: 36px;
  height: 36px;
}
.sec4 .container .cards .card .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
}
.sec4 .container .cards .card h3 {
  color: #0d2740;
  font-size: 28px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "PP Mori", sans-serif;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  text-transform: none;
  margin-top: 36px;
}
.sec4 .container .cards .card p {
  color: #777b89;
  font-size: 16px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 20px;
}
.sec5 .container .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec5 .container .title .item .badge {
  color: #ed4551;
  font-size: 10px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  background: #fef6f6;
  border-radius: 100px;
  display: flex;
  width: max-content;
}
.sec5 .container .title .item h2 {
  color: #0d2740;
  font-size: 48px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "PP Mori", sans-serif;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 0;
  text-transform: none;
  margin-top: 30px;
}
.sec5 .container .title .item p {
  color: #777b89;
  font-size: 18px;
  font-style: normal;
  margin-top: 0;
  text-align: right;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  max-width: 355px;
}
.sec5 .container .title .item a {
  color: #0d2740;
  font-size: 18px;
  font-style: normal;
  font-family: "PP Mori", sans-serif;
  font-weight: 600;
  line-height: 26px;
  text-transform: none;
  margin-top: 30px;
  margin-left: auto;
  display: flex;
  width: max-content;
  align-items: center;
}
.sec5 .container .title .item a:after {
  content: '';
  width: 17px;
  height: 13px;
  background-image: url('../img/arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 6px;
}
.sec5 .container .content {
  padding: 10px;
  background: #F6F7FB;
  border-radius: 30px;
  margin-top: 50px;
}
.sec5 .container .content .picture {
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
.sec5 .container .content .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec5 .container .content .stats-btn {
  margin-top: 30px;
  height: 90px;
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  text-align: center;
  font-family: "PP Mori", sans-serif;
  font-weight: 400;
  line-height: 30px;
  text-transform: none;
  background: #133557;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec5 .container .content .stats-btn .txt {
  display: flex;
  align-items: center;
}
.sec5 .container .content .stats-btn .txt:before {
  content: '';
  background-image: url('../img/hand.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 20px;
  display: inline-block;
  margin-right: 14px;
}
.sec5 .container .content .stats-btn .gray {
  color: rgba(255,255,255,0.7);
  margin: 0 5px;
}
.sec5 .container .content .items {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  padding: 50px 0;
}
.sec5 .container .content .items .item {
  flex: 1 0 calc(30% - 36px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec5 .container .content .items .item .icon {
  width: 40px;
  height: 40px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.sec5 .container .content .items .item .icon img {
  width: 20px;
  height: 20px;
}
.sec5 .container .content .items .item p {
  color: #0d2740;
  font-size: 20px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "PP Mori", sans-serif;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  text-transform: none;
  margin-top: 16px;
}
.sec6 {
  margin-top: 212px;
}
.sec6 .container {
  background-image: url('../img/form-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  padding: 64px 0;
}
.sec6 .container .form-container {
  max-width: 540px;
  margin: auto;
  background: rgba(255,255,255,0.6);
  padding: 17px;
  border-radius: 20px;
}
.sec6 .container .form-container .content {
  background: #fff;
  padding: 50px;
  border-radius: 8px;
}
.sec6 .container .form-container .content .badge {
  color: #ed4551;
  font-size: 10px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  background-color: #fef6f6;
  border-radius: 100px;
  width: max-content;
  margin: 0 auto;
}
.sec6 .container .form-container .content .form-title {
  color: #0d2740;
  font-size: 24px;
  font-style: normal;
  font-family: "PP Mori", sans-serif;
  font-weight: 400;
  line-height: 30px;
  text-transform: none;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 40px;
}
.sec6 .container .form-container .content .form-title .gray {
  color: #777b89;
}
.sec6 .container .form-container .content button {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-family: "PP Mori", sans-serif;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  border-radius: 8px;
  background-color: #ed4551;
  padding: 17px 20px;
  line-height: 100%;
  display: flex;
  width: max-content;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
.sec6 .container .form-container .content .input:not(:last-child) {
  margin-bottom: 20px;
}
.sec6 .container .form-container .content .input label {
  color: #0d2740;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none;
}
.sec6 .container .form-container .content .input label .input-container {
  margin-top: 6px;
  position: relative;
}
.sec6 .container .form-container .content .input label .input-container .input-icon {
  width: 32px;
  height: 20px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  border-right: 1px solid #DEE1ED;
}
.sec6 .container .form-container .content .input label .input-container .input-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec6 .container .form-container .content .input label .input-container input {
  height: 44px;
  background: #F6F7FB;
  color: #000;
  font-size: 16px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  padding-left: 50px;
  padding-right: 12px;
  border-radius: 8px;
}
.sec6 .container .form-container .content .input label .input-container input::placeholder {
  color: #777b89;
}
.sec7 {
  padding-top: 130px;
}
.sec7 .container .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}
.sec7 .container .title .badge {
  color: #ed4551;
  font-size: 10px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  background: #fef6f6;
  border-radius: 100px;
  display: flex;
  width: max-content;
}
.sec7 .container .title h2 {
  color: #0d2740;
  font-size: 48px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "PP Mori", sans-serif;
  font-weight: 400;
  line-height: 52px;
  margin-bottom: 0;
  text-transform: none;
}
.sec7 .container .content-main {
  margin-top: 50px;
  display: flex;
  gap: 116px;
}
.sec7 .container .content-main .content {
  flex: 2;
}
.sec7 .container .content-main .content .tab-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sec7 .container .content-main .content .tab-content .accordion-item {
  background: #F6F7FB;
  border-radius: 8px;
}
.sec7 .container .content-main .content .tab-content .accordion-item .accordion-title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0d2740;
  font-size: 22px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "PP Mori", sans-serif;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  text-transform: none;
  padding: 30px 90px 30px 30px;
  position: relative;
}
.sec7 .container .content-main .content .tab-content .accordion-item .accordion-title:after {
  content: '';
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #fff;
  background-image: url('../img/accordion-arrow.svg');
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}
.sec7 .container .content-main .content .tab-content .accordion-item .accordion-title.active:after {
  transform: translateY(-50%) rotate(180deg);
}
.sec7 .container .content-main .content .tab-content .accordion-item .accordion-content {
  display: none;
  color: #777b89;
  font-size: 18px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  padding: 0 30px 30px;
  margin-top: -10px;
}
.sec7 .container .content-main .content .tab-content .accordion-item.active .accordion-content {
  max-height: 200px;
  padding: 0 30px 30px;
}
.sec7 .container .content-main .tabs {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.sec7 .container .content-main .tabs .tab {
  cursor: pointer;
  transition: background 0.2s;
  color: #777b89;
  font-size: 24px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "PP Mori", sans-serif;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  text-transform: none;
}
.sec7 .container .content-main .tabs .tab.active {
  color: #0d2740;
}
.sec7 .container .content-main .tabs .tab.active:not(:first-child) svg path {
  fill: #0D2740;
}
.sec7 .container .content-main .tabs .tab.active:first-child svg path {
  stroke: #0D2740;
}
.sec8 {
  margin-bottom: 120px;
  padding-top: 120px;
}
.sec8 .container {
  position: relative;
  background-image: url('../img/sec8-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  padding: 70px 80px;
}
.sec8 .container .content {
  max-width: 550px;
}
.sec8 .container .content h3 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "PP Mori", sans-serif;
  font-weight: 400;
  line-height: 52px;
  margin-bottom: 0;
  text-transform: none;
}
.sec8 .container .content p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 24px;
}
.sec8 .container .content a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-family: "PP Mori", sans-serif;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  border-radius: 8px;
  background-color: #ed4551;
  margin-top: 50px;
  padding: 0 20px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
}
.sec8 .container:after {
  content: '';
  width: 155px;
  height: 30px;
  background-image: url('../img/sec8-logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 70px;
  right: 80px;
}
footer {
  padding: 60px 0 30px;
  margin-top: auto;
  background-image: url('../img/footer-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
footer .container .top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .container .top-content .newsletter-form {
  max-width: 460px;
}
footer .container .top-content .newsletter-form form {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
footer .container .top-content .newsletter-form form .input-container {
  position: relative;
  height: 44px;
}
footer .container .top-content .newsletter-form form .input-container:before {
  content: '';
  width: 32px;
  height: 20px;
  background-image: url('../img/email-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  display: flex;
  border-right: 1px solid #DEE1ED;
  padding-right: 12px;
}
footer .container .top-content .newsletter-form form .input-container input {
  height: 44px;
  padding-left: 56px;
  padding-right: 12px;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
}
footer .container .top-content .newsletter-form form .input-container input::placeholder {
  color: #777b89;
}
footer .container .top-content .newsletter-form form button {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-family: "PP Mori", sans-serif;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  padding: 0 20px;
  background: #ED4551;
  border-radius: 8px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .container .top-content .newsletter-form p {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "PP Mori", sans-serif;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  text-transform: none;
}
footer .container .top-content .newsletter-form p span {
  color: rgba(255,255,255,0.7);
}
footer .container .top-content .contacts-info ul li {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  padding-left: 34px;
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: left center;
}
footer .container .top-content .contacts-info ul li:not(:last-child) {
  margin-bottom: 12px;
}
footer .container .bottom-content {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
footer .container .bottom-content a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  opacity: .5;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  max-width: 280px;
  width: 90%;
  position: relative;
}
.modal .close {
  position: absolute;
  top: 10px;
  left: calc(100% + 133px);
  cursor: pointer;
  width: 14px;
  height: 14px;
}
.modal-icon {
  width: 30px;
  height: 30px;
  margin: 0 auto 24px;
}
.modal-message {
  color: #0d2740;
  font-size: 18px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "PP Mori", sans-serif;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  letter-spacing: -1px;
  text-transform: none;
  margin-bottom: 10px;
}
.modal-submessage {
  color: #777b89;
  font-size: 14px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
}
button,
a {
  transition: 0.3s;
}
button:hover,
a:hover {
  cursor: pointer;
  opacity: 0.7;
}
.video-section {
  text-align: center;
  padding: 80px 0;
}
.video-preview {
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 16px;
  max-width: 800px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}
.video-preview:hover {
  transform: scale(1.03);
}
.video-preview img {
  width: 100%;
  height: auto;
  display: block;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: white;
  width: 80px;
  height: 80px;
  transition: .3s;
}
.play-btn:hover {
  cursor: pointer;
  opacity: .8;
}
.video-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.video-popup-content {
  position: relative;
  width: 80%;
  max-width: 960px;
}
.close-btn {
  position: absolute;
  cursor: pointer;
  user-select: none;
  border-radius: 6px;
  background: rgba(9,17,26,0.3);
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  top: 4px;
  right: 4px;
  z-index: 9;
  color: #fff;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}
@media (min-width: 768px) {
  .menu {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body,
  section,
  footer {
    width: 100% !important;
    overflow-x: hidden;
  }
  .sec2 {
    overflow: visible;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body,
  section,
  footer {
    width: 100% !important;
    overflow-x: hidden;
  }
  .sec4 .container .cards .card {
    flex: 1 0 40%;
  }
  .sec2 {
    overflow: visible;
  }
  .sec2 .container-cont:after {
    width: 553px;
    height: 647px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sec2 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -220px;
  }
  .sec2 .container {
    padding: 10px 24px;
  }
  .sec2 .container-cont .container .stats-items {
    flex-wrap: wrap;
  }
  .sec2 .container-cont .container .stats-items .item {
    flex: 1 0 calc(32% - 12px);
  }
  .sec2 .container-cont .container .stats-items .item p {
    font-size: 14px;
    line-height: 18px;
  }
  .sec2 .container-cont .container .stats-items .item span {
    font-size: 24px;
    line-height: 24px;
  }
  .sec2 .container-cont .container .stats-btn {
    height: 68px;
  }
  .sec2 .container-cont .container .stats-btn .txt {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
  }
  header {
    padding: 20px 0 47px;
  }
  header .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .container .logo {
    max-width: 72px;
  }
  header .container .book {
    padding: 16px;
    line-height: 100%;
    font-size: 12px;
  }
  .sec1 {
    min-height: 820px;
    background-image: url('../img/hero-bg-mobile.png');
    background-position: center bottom 40%;
  }
  .sec1 .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sec1 .container h1 {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -2px;
    margin: 18px 0;
  }
  .sec1 .container p {
    font-size: 16px;
    line-height: 24px;
  }
  .sec3 .container .title {
    flex-direction: column;
  }
  .sec3 .container .title .item p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }
  .sec3 .container .title .item h2 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 20px;
  }
  .sec3 .container .title .item .badge {
    margin-left: auto;
    margin-right: auto;
  }
  .sec3 .container .content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  .sec3 .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sec3 .container .content .video-items .video-item .video-content span {
    font-size: 18px;
  }
  .sec3 .container .content .video-items .video-item .video-content p {
    font-size: 14px;
  }
  .sec4 {
    padding-top: 80px;
  }
  .sec4 .container {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .sec4 .container .title h2 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 20px;
  }
  .sec4 .container .title p {
    font-size: 14px;
    line-height: 20px;
  }
  .sec4 .container .cards {
    margin-top: 40px;
  }
  .sec4 .container .cards .card {
    flex: 1 0 100%;
    padding: 30px;
  }
  .sec4 .container .cards .card h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .sec4 .container .cards .card p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 14px;
  }
  .sec5 .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sec5 .container .title {
    flex-direction: column;
  }
  .sec5 .container .title .item a {
    margin-right: auto;
    margin-top: 40px;
  }
  .sec5 .container .title .item p {
    margin-top: 40px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .sec5 .container .title .item h2 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 20px;
  }
  .sec5 .container .title .item .badge {
    margin: 0 auto;
  }
  .sec5 .container .content .items .item {
    flex: 1 0 100%;
  }
  .sec5 .container .content .items {
    padding-top: 20px;
    padding-bottom: 0;
    gap: 24px;
  }
  .sec5 .container .content .items .item p {
    font-size: 16px;
    line-height: 24px;
  }
  .sec5 .container .content .stats-btn {
    height: 68px;
    margin-top: 20px;
  }
  .sec5 .container .content .stats-btn .txt {
    padding: 0 20px;
    justify-content: center;
    display: flex;
  }
  .sec5 .container .content .stats-btn .txt .txt-cont {
    font-size: 15px;
    line-height: 24px;
    text-align: left;
  }
  .sec5 .container .content .stats-btn .txt:before {
    width: 36px;
    height: 24px;
    min-width: 36px;
  }
  .sec6 {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sec6 .container {
    padding: 20px;
  }
  .sec6 .container .form-container {
    padding: 6px;
  }
  .sec6 .container .form-container .content {
    padding: 24px 15px;
  }
  .sec6 .container .form-container .content .form-title {
    font-size: 17px;
    line-height: 26px;
  }
  .sec6 .container .form-container .content button {
    margin-top: 24px;
  }
  .sec7 {
    padding-top: 80px;
  }
  .sec7 .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sec7 .container .content-main {
    flex-direction: column;
  }
  .sec7 .container .title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .sec7 .container .content-main {
    margin-top: 40px;
  }
  .sec7 .container .content-main .tabs .tab {
    font-size: 18px;
    line-height: 26px;
  }
  .sec7 .container .content-main .tabs {
    gap: 20px;
  }
  .sec7 .container .content-main {
    gap: 40px;
  }
  .sec7 .container .content-main .content .tab-content .accordion-item .accordion-title {
    padding: 20px 70px 20px 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .sec8 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    margin-bottom: 80px;
  }
  .sec8 .container {
    padding: 80px 30px 30px;
    position: relative;
  }
  .sec8 .container .content {
    margin: 0 auto;
  }
  .sec8 .container .content h3 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .sec8 .container .content p {
    text-align: center;
    margin-top: 16px;
  }
  .sec8 .container .content a {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec8 .container:after {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 103px;
    height: 201px;
    right: unset;
  }
  .sec2 .container-cont:after {
    display: none;
  }
  footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .container .top-content {
    gap: 20px;
  }
  footer .container .top-content .newsletter-form form {
    flex-direction: column;
  }
  footer .container .top-content .newsletter-form p {
    font-size: 18px;
    line-height: 26px;
  }
  footer .container .top-content .newsletter-form {
    max-width: 300px;
    margin-top: 30px;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  header,
  section,
  footer {
    width: 100% !important;
  }
  .sec2 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -220px;
  }
  .sec2 .container {
    padding: 10px 24px;
  }
  .sec2 .container-cont .container .stats-items {
    flex-wrap: wrap;
  }
  .sec2 .container-cont .container .stats-items .item {
    flex: 1 0 calc(32% - 12px);
  }
  .sec2 .container-cont .container .stats-items .item p {
    font-size: 14px;
    line-height: 18px;
  }
  .sec2 .container-cont .container .stats-items .item span {
    font-size: 24px;
    line-height: 24px;
  }
  .sec2 .container-cont .container .stats-btn {
    height: 68px;
  }
  .sec2 .container-cont .container .stats-btn .txt {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
  }
  .sec2 .container-cont:after {
    display: none;
  }
  header {
    padding: 20px 0 47px;
  }
  header .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .container .logo {
    max-width: 72px;
  }
  header .container .book {
    padding: 16px;
    line-height: 100%;
    font-size: 12px;
  }
  .sec1 {
    min-height: 820px;
    background-image: url('../img/hero-bg-mobile.png');
    background-position: center bottom 40%;
  }
  .sec1 .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sec1 .container h1 {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -2px;
    margin: 18px 0;
  }
  .sec1 .container p {
    font-size: 16px;
    line-height: 24px;
  }
  .sec3 .container .title {
    flex-direction: column;
  }
  .sec3 .container .title .item p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }
  .sec3 .container .title .item h2 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 20px;
  }
  .sec3 .container .title .item .badge {
    margin-left: auto;
    margin-right: auto;
  }
  .sec3 .container .content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  .sec3 .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sec3 .container .content .video-items .video-item .video-content span {
    font-size: 18px;
  }
  .sec3 .container .content .video-items .video-item .video-content p {
    font-size: 14px;
  }
  .sec4 {
    padding-top: 80px;
  }
  .sec4 .container {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .sec4 .container .title h2 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 20px;
  }
  .sec4 .container .title p {
    font-size: 14px;
    line-height: 20px;
  }
  .sec4 .container .cards {
    margin-top: 40px;
  }
  .sec4 .container .cards .card {
    flex: 1 0 100%;
    padding: 30px;
  }
  .sec4 .container .cards .card h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .sec4 .container .cards .card p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 14px;
  }
  .sec5 .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sec5 .container .title {
    flex-direction: column;
  }
  .sec5 .container .title .item a {
    margin-right: auto;
    margin-top: 40px;
  }
  .sec5 .container .title .item p {
    margin-top: 40px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .sec5 .container .title .item h2 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 20px;
  }
  .sec5 .container .title .item .badge {
    margin: 0 auto;
  }
  .sec5 .container .content .items .item {
    flex: 1 0 100%;
  }
  .sec5 .container .content .items {
    padding-top: 20px;
    padding-bottom: 0;
    gap: 24px;
  }
  .sec5 .container .content .items .item p {
    font-size: 16px;
    line-height: 24px;
  }
  .sec5 .container .content .stats-btn {
    height: 68px;
    margin-top: 20px;
  }
  .sec5 .container .content .stats-btn .txt {
    padding: 0 20px;
    justify-content: center;
    display: flex;
  }
  .sec5 .container .content .stats-btn .txt .txt-cont {
    font-size: 15px;
    line-height: 24px;
    text-align: left;
  }
  .sec5 .container .content .stats-btn .txt:before {
    width: 36px;
    height: 24px;
    min-width: 36px;
  }
  .sec6 {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sec6 .container {
    padding: 20px;
  }
  .sec6 .container .form-container {
    padding: 6px;
  }
  .sec6 .container .form-container .content {
    padding: 24px 15px;
  }
  .sec6 .container .form-container .content .form-title {
    font-size: 17px;
    line-height: 26px;
  }
  .sec6 .container .form-container .content button {
    margin-top: 24px;
  }
  .sec7 {
    padding-top: 80px;
  }
  .sec7 .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sec7 .container .content-main {
    flex-direction: column;
  }
  .sec7 .container .title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .sec7 .container .content-main {
    margin-top: 40px;
  }
  .sec7 .container .content-main .tabs .tab {
    font-size: 18px;
    line-height: 26px;
  }
  .sec7 .container .content-main .tabs {
    gap: 20px;
  }
  .sec7 .container .content-main {
    gap: 40px;
  }
  .sec7 .container .content-main .content .tab-content .accordion-item .accordion-title {
    padding: 20px 70px 20px 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .sec8 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    margin-bottom: 80px;
  }
  .sec8 .container {
    padding: 80px 30px 30px;
    position: relative;
  }
  .sec8 .container .content h3 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .sec8 .container .content p {
    text-align: center;
    margin-top: 16px;
  }
  .sec8 .container .content a {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec8 .container:after {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 103px;
    height: 201px;
    right: unset;
  }
  footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .container .top-content {
    flex-direction: column;
  }
  footer .container .top-content .newsletter-form form {
    flex-direction: column;
  }
  footer .container .top-content .newsletter-form p {
    font-size: 18px;
    line-height: 26px;
  }
  footer .container .top-content .newsletter-form {
    margin-top: 30px;
    max-width: unset;
  }
  footer .container .top-content .contacts-info {
    margin-right: auto;
  }
  .play-btn {
    width: 70px;
    height: 70px;
  }
}
