/*
Theme Name: KATE PROFIT
*/

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;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

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;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

* {
  box-sizing: border-box;
  text-decoration: none;
  word-break: break-word;
}

*:hover,
*:focus {
  outline: 0;
}

body {
  background: #EDEFF4;
  font: 400 18px/1.3 "Inter", sans-serif;
  color: #2D303A;
}

body::-webkit-scrollbar {
  width: 10px;
  height: 0;
  background: #EDEFF4;
}

body::-webkit-scrollbar-thumb {
  width: 10px;
  background: #686868;
  border-radius: 10px;
}

body.hidden {
  overflow: hidden;
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-width: thin;
    scrollbar-color: #686868 #EDEFF4;
  }
}

.wrapper {
  width: 100%;
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto;
}

.overflowH {
  overflow: hidden;
}

a {
  color: #2D303A;
  transition: 0.25s;
}

a:hover {
  color: #F15975;
}

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

svg {
  transition: 0.25s;
}

strong {
  font-weight: 500;
}

h1,
.h1 {
  font: 400 50px/1.2 "Inter", sans-serif;
  letter-spacing: -0.05em;
}

h2,
.h2 {
  font: 400 40px/1.2 "Inter", sans-serif;
  letter-spacing: -0.05em;
}

h3,
.h3 {
  font: 400 25px/1.2 "Inter", sans-serif;
  letter-spacing: -0.05em;
}

h4,
.h4 {
  font: 400 20px/1.2 "Inter", sans-serif;
  letter-spacing: -0.05em;
}

.btnWrap {
  display: flex;
}

.btnWrap_center {
  justify-content: center;
}

.btnWrap_right {
  justify-content: flex-end;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  min-height: 50px;
  background: linear-gradient(90deg, #6898F3, #F15975);
  border-radius: 100px;
  border: none;
  padding: 12px 30px;
  font: 400 18px/1.2 "Inter", sans-serif;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.25s;
}

.btn::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  opacity: 0;
  transition: 0.25s;
}

.btn__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.btn__icon {
  display: flex;
  align-items: center;
  max-width: 18px;
  margin-left: 10px;
}

.btn:hover {
  color: #FFFFFF;
}

.btn:hover::before {
  opacity: 1;
}

.btn_sm {
  min-height: 40px;
  padding: 8px 20px;
}

.btn_lg {
  min-height: 70px;
  padding: 16px 40px;
  font-size: 20px;
}

.btn_dark {
  background: #2D303A;
}

.btn_dark::before {
  display: none;
}

.btn_dark:hover {
  background: #4C4F57;
  color: #FFFFFF;
}

.btn_border {
  background: transparent;
  border: 1px solid #2D303A;
  color: #2D303A;
}

.btn_border::before {
  display: none;
}

.btn_border .btn__icon svg {
  stroke: #2D303A;
}

.btn_border:hover {
  background: transparent;
  border-color: #4C4F57;
  color: #4C4F57;
}

.btn_border:hover .btn__icon svg {
  stroke: #4C4F57;
}

.logo {
  font: 500 30px/1.2 "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  white-space: nowrap;
  color: #2D303A;
}

.logo span {
  color: #F15975;
}

.logo:hover {
  color: #2D303A;
}

.social {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.social__item {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #2D303A;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.social__item:hover {
  background: #6898F3;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: 0.25s;
}

.swiper-pagination-bullet-active {
  background: #FFFFFF;
}

.playButton {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
}

.playButton__icon {
  transition: 0.25s;
}

.playButton:hover {
  background: #F15975;
}

.playButton:hover .playButton__icon {
  transform: scale(1.2);
}

.gradientText {
  color: #F15975;
  background-image: linear-gradient(90deg, #6898F3, #F15975);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.videoPopup {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.videoPopup__close {
  position: absolute;
  z-index: 101;
  top: 8px;
  right: 8px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.videoPopup__close img {
  transition: 0.25s;
}

.videoPopup__close:hover img {
  transform: rotate(-90deg);
}

.videoPopup__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.videoPopupVideo {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 25px;
}

.mobMenu {
  display: none;
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EDEFF4;
}

.mobMenu__figure {
  position: absolute;
  z-index: 60;
  top: 208px;
  right: 0;
  width: 260px;
  height: 240px;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  opacity: 0.5;
}

.mobMenu__figure::before {
  content: "";
  position: absolute;
  z-index: 60;
  top: 0;
  right: 0;
  width: 236px;
  height: 207px;
  background: #F15975;
  opacity: 0.5;
  border-radius: 50%;
}

.mobMenu__figure::after {
  content: "";
  position: absolute;
  z-index: 61;
  bottom: 0;
  left: 0;
  width: 142px;
  height: 106px;
  background: #6898F3;
  opacity: 0.9;
  border-radius: 50%;
}

.mobMenu__inner {
  position: relative;
  z-index: 62;
  height: 100%;
  padding: 12px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  overflow: auto;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
}

.mobMenu__inner::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.mobMenu__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.mobMenu__close {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

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

.mobMenu__bottomText {
  color: #686868;
  margin-bottom: 15px;
}

.mobMenu__buttons {
  display: flex;
}

.mobMenuCourses {
  display: flex;
  align-items: center;
  min-height: 50px;
  margin-bottom: 20px;
  color: #2D303A;
}

.mobMenuCourses__text {
  font: 400 30px/1.2 "Inter", sans-serif;
  letter-spacing: -0.05em;
}

.mobMenuCourses__digit {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2D303A;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-left: 10px;
}

.mobMenuCourses:hover {
  color: #2D303A;
}

.mobileMenu {
  font: 400 30px/1.2 "Inter", sans-serif;
  letter-spacing: -0.05em;
  margin-bottom: 40px;
}

.mobileMenu__item {
  display: block;
  color: #686868;
  margin-bottom: 20px;
}

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

.mobileMenu__item:hover {
  color: #2D303A;
}

.mobMenuBtn {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  background: #2D303A;
  border-radius: 10px;
  border: none;
  padding: 15px;
  font: 400 16px/1.2 "Inter", sans-serif;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.25s;
}

.mobMenuBtn__icon {
  width: 20px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.mobMenuBtn__icon:last-child {
  margin-right: 0;
}

.mobMenuBtn_tg {
  width: 100%;
}

.mobMenuBtn_whats {
  flex-shrink: 0;
  margin-left: 10px;
}

.mobMenuBtn:hover {
  background: #4C4F57;
  color: #FFFFFF;
}

.fixedVideo {
  display: none;
  position: fixed;
  z-index: 51;
  bottom: 8px;
  left: 8px;
  width: 143px;
  height: 210px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

.fixedVideo__hide {
  position: absolute;
  z-index: 52;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.fixedVideo__hide img {
  width: 24px;
}

.fixedVideo__turn {
  display: none;
  position: absolute;
  z-index: 52;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  text-align: center;
}

.fixedVideo__turn img {
  width: 24px;
}

.fixedVideo__video {
  position: absolute;
  z-index: 51;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fixedVideo__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fixedVideo.active {
  width: 236px;
  height: 419px;
}

.fixedVideo.active .fixedVideo__hide {
  display: none;
}

.fixedVideo.active .fixedVideo__turn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header {
  margin-top: 25px;
}

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

.header__logo {
  flex-shrink: 0;
  margin-right: 60px;
}

.header__right {
  width: 100%;
  height: 50px;
  border-radius: 100px;
  border: 1px solid #C0C0C0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__btn {
  transform: translate(1px, 0);
}

.header__burger {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FFFFFF;
  text-align: center;
}

.headerCourses {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  min-height: 50px;
  border-radius: 100px;
  border: 1px solid #2D303A;
  padding: 12px 20px;
  transform: translate(-1px, 0);
  color: #2D303A;
}

.headerCourses__digit {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2D303A;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: 10px;
  font-size: 14px;
  color: #FFFFFF;
  transition: 0.25s;
}

.headerCourses:hover {
  background: #2D303A;
  color: #FFFFFF;
}

.headerCourses:hover .headerCourses__digit {
  background: #FFFFFF;
  color: #2D303A;
}

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

.headerMenu__item {
  position: relative;
  margin-right: 48px;
  color: #686868;
}

.headerMenu__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 21px);
  transform: translate(0, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #686868;
}

.headerMenu__item:hover {
  color: #2D303A;
}

.headerMenu__item:last-child {
  margin-right: 0;
}

.headerMenu__item:last-child::after {
  display: none;
}

.footer {
  padding-top: 60px;
  padding-bottom: 20px;
  background: #FFFFFF;
  border-radius: 60px 60px 0 0;
}

.footer__wrap {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(12, 1fr);
}

.footer__left {
  grid-column: span 4;
}

.footer__center {
  grid-column: span 6;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.footer__right {
  grid-column: span 2;
  display: flex;
  justify-content: flex-end;
}

.footer__logo {
  margin-bottom: 15px;
}

.footer__tagline {
  font-size: 20px;
  line-height: 1.2;
  opacity: 0.5;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: rgba(45, 48, 58, 0.5);
  margin-top: 60px;
}

.footer__bottom a {
  color: rgba(45, 48, 58, 0.5);
}

.footer__bottom a:hover {
  color: #2D303A;
}

.footerMenu1 {
  font-size: 16px;
  line-height: 1.2;
}

.footerMenu1__item {
  display: block;
  margin-bottom: 10px;
}

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

.footerMenu2 {
  font-size: 16px;
  line-height: 1.2;
}

.footerMenu2Item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

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

.footerMenu2Item__icon {
  width: 18px;
  display: flex;
  align-items: center;
}

.footerMenu2Item__icon img {
  width: 100%;
}

.footerMenu2Item__text {
  width: calc(100% - 18px);
  padding-left: 8px;
}

.pageContent {
  padding-top: 50px;
  padding-bottom: 70px;
}

.pageHead {
  text-align: center;
  margin-bottom: 50px;
}

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

.section {
  padding: 70px 0;
}

.section.section_noPad {
  padding: 0;
}

.section.section_noPadT {
  padding-top: 0;
}

.section.section_noPadB {
  padding-bottom: 0;
}

.section_smPad {
  padding: 35px 0;
}

.section_smPadT {
  padding-top: 35px;
}

.section_smPadB {
  padding-bottom: 35px;
}

.sectionHead {
  text-align: center;
  margin-bottom: 40px;
}

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

.mainBannersSection {
  overflow: hidden;
}

.mainBannersSection .pageHead {
  position: relative;
  z-index: 3;
}

.mainBanners {
  position: relative;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(12, 1fr);
}

.mainBannersFigure1 {
  position: absolute;
  z-index: 1;
  top: -40px;
  left: -121px;
  width: 323px;
  height: 299px;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  opacity: 0.5;
}

.mainBannersFigure1::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 293px;
  height: 258px;
  background: #F15975;
  opacity: 0.5;
  border-radius: 50%;
}

.mainBannersFigure1::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 176px;
  height: 132px;
  background: #6898F3;
  opacity: 0.9;
  border-radius: 50%;
}

.mainBannersFigure2 {
  position: absolute;
  z-index: 1;
  top: 200px;
  right: -102px;
  width: 323px;
  height: 299px;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  opacity: 0.5;
}

.mainBannersFigure2::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 293px;
  height: 258px;
  background: #F15975;
  opacity: 0.5;
  border-radius: 50%;
}

.mainBannersFigure2::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 176px;
  height: 132px;
  background: #6898F3;
  opacity: 0.9;
  border-radius: 50%;
}

.mainBanner1 {
  grid-column: span 8;
  background: #FFFFFF;
  border-radius: 25px;
  padding: 25px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.mainBanner1__content {
  width: calc(100% - 311px);
  min-height: 250px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mainBanner1__text {
  margin-bottom: 40px;
}

.mainBanner1__text h3 {
  margin-bottom: 15px;
}

.mainBanner1__text h3:last-child {
  margin-bottom: 0;
}

.mainBanner1__text h3 strong {
  color: #F15975;
}

.mainBanner1__text p {
  color: #686868;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}

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

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

.mainBanner1__image {
  position: absolute;
  top: -4px;
  right: 32px;
  width: 300px;
}

.mainBanner2 {
  grid-column: span 4;
  position: relative;
  z-index: 3;
  background: #FFFFFF;
  border-radius: 25px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.mainBanner2__text {
  margin-bottom: 30px;
}

.mainBanner2__text h3 {
  margin-bottom: 10px;
}

.mainBanner2__text h3:last-child {
  margin-bottom: 0;
}

.mainBanner2__text h3 strong {
  color: #F15975;
}

.mainBanner2__text p {
  color: #686868;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

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

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

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

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

.mainBanner2Images__item {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -16px;
}

.mainBanner2Images__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainBanner2Images__item:first-child {
  margin-left: 0;
}

.mainBanner2Images__more {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #6898F3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: -16px;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.25s;
}

.mainBanner2Images__more:hover {
  background: #2D303A;
  color: #FFFFFF;
}

.mainBanner3 {
  grid-column: span 6;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.mainBanner3__wrap {
  display: flex;
  flex-wrap: nowrap;
}

.mainBanner3__dots {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.mainBanner3Item {
  flex-shrink: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 360px;
  border-radius: 25px;
  padding: 48px;
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
}

.mainBanner3Item__title {
  margin-bottom: 20px;
}

.mainBanner3Item__text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  min-height: 40px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  border: 1px solid #FFFFFF;
  padding: 4px 20px;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: 0.25s;
}

.mainBanner3Item:hover {
  color: #FFFFFF;
}

.mainBanner3Item:hover .mainBanner3Item__text {
  background: #FFFFFF;
  color: #2D303A;
}

.mainBannerVideo {
  grid-column: span 6;
  height: 100%;
  border-radius: 25px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  cursor: pointer;
}

.mainBannerVideo__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.mainBannerVideo__play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.tagsScroll__wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  animation: tagsScroll 25s linear infinite;
}

@keyframes tagsScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.tagsScrollItem {
  flex-shrink: 0;
  border-radius: 100px;
  background: #F2D7FF;
  padding: 4px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  cursor: default;
  margin-right: 8px;
}

.tagsScrollItem__icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 7px;
}

.tagsScrollItem__icon img {
  max-width: 18px;
}

.tagsScrollItem_green {
  background: #D2F1B8;
}

.tagsScrollItem_pink {
  background: #FFD6F9;
}

.tagsScrollItem_yellow {
  background: #FEEF9F;
}

.tagsScrollItem_blue {
  background: #DAE1FF;
}

.bannerSection {
  overflow: hidden;
}

.bannerBlock {
  position: relative;
}

.bannerBlock__figure1 {
  position: absolute;
  z-index: 1;
  top: 60px;
  left: -121px;
  width: 323px;
  height: 299px;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  opacity: 0.5;
}

.bannerBlock__figure1::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 293px;
  height: 258px;
  background: #F15975;
  opacity: 0.5;
  border-radius: 50%;
}

.bannerBlock__figure1::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 176px;
  height: 132px;
  background: #6898F3;
  opacity: 0.9;
  border-radius: 50%;
}

.bannerBlock__figure2 {
  position: absolute;
  z-index: 1;
  top: 150px;
  right: -102px;
  width: 323px;
  height: 299px;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  opacity: 0.5;
}

.bannerBlock__figure2::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 293px;
  height: 258px;
  background: #F15975;
  opacity: 0.5;
  border-radius: 50%;
}

.bannerBlock__figure2::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 176px;
  height: 132px;
  background: #6898F3;
  opacity: 0.9;
  border-radius: 50%;
}

.banner {
  position: relative;
  z-index: 3;
  overflow: hidden;
  min-height: 540px;
  border-radius: 25px;
  padding: 60px 50px;
  display: flex;
  align-items: center;
}

.banner__content {
  position: relative;
  z-index: 5;
  max-width: 630px;
}

.banner__sup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  min-height: 40px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: -0.01em;
  cursor: default;
  margin-bottom: 60px;
}

.banner__text {
  margin-bottom: 60px;
}

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

.banner__title {
  margin-bottom: 20px;
}

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

.banner__subtitle {
  font-size: 22px;
  letter-spacing: -0.01em;
}

.banner__subtitle p {
  margin-bottom: 16px;
}

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

.banner__bottom {
  background: #FFFFFF;
  border-radius: 100px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
}

.banner__price {
  margin: 0 20px;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.05em;
}

.banner1 {
  background-color: #E1CED8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner1__image {
  position: absolute;
  bottom: 0;
  right: 27px;
  width: 480px;
  display: flex;
  align-items: center;
}

.banner2 {
  background: url("assets/img/banner2-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
}

.banner3 {
  background: linear-gradient(90deg, rgba(241, 89, 117, 0.25), rgba(104, 152, 243, 0.25));
  border: 1px solid rgba(220, 222, 227, 0.4);
}

.banner3__image {
  position: absolute;
  top: 36px;
  right: 138px;
  width: 278px;
  display: flex;
  align-items: center;
}

.banner3__image::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border-radius: 55px;
  border: 1px solid #FFFFFF;
}

.banner3__image::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  border-radius: 57px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.aboutMe {
  position: relative;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.aboutMe__figure {
  position: absolute;
  z-index: 1;
  top: 94px;
  left: 122px;
  width: 586px;
  height: 446px;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  opacity: 0.5;
}

.aboutMe__figure::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 206px;
  height: 369px;
  background: #F15975;
  opacity: 0.5;
  border-radius: 40%;
}

.aboutMe__figure::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 176px;
  height: 326px;
  background: #6898F3;
  opacity: 0.9;
  border-radius: 40%;
}

.aboutMe__content {
  position: relative;
  z-index: 3;
}

.aboutMe__image {
  border-radius: 25px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.aboutMe__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.aboutMe__block {
  background: #FFFFFF;
  border-radius: 25px;
  padding: 25px;
  margin-bottom: 20px;
}

.aboutMe__title {
  margin-bottom: 20px;
}

.aboutMe__text {
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}

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

.aboutMe__text strong {
  font-weight: 600;
}

.aboutMe__wellFitness {
  font-size: 20px;
  color: #DEA327;
}

.aboutMe__wellFitness strong {
  font-weight: 700;
  font-size: 22px;
}

.aboutMe__anatomyLogo {
  transform: translate(0, 11px);
}

.aboutMeDigit {
  margin-bottom: 20px;
}

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

.aboutMeDigit__title {
  font-weight: 500;
  margin-bottom: 5px;
}

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

.aboutMeDigit__text {
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #686868;
}

.certificates {
  position: relative;
  display: flex;
}

.certificates__item {
  display: none;
  width: 33.33%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-left: -12%;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}

.certificates__item::before {
  content: "";
  display: block;
  padding-top: 140%;
}

.certificates__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.certificates__item:first-child {
  display: block;
  margin: 0;
  z-index: 4;
}

.certificates__item:nth-child(2) {
  display: block;
  z-index: 3;
}

.certificates__item:nth-child(3) {
  display: block;
  z-index: 2;
}

.certificates__item:hover {
  transform: translate(0, -12px);
}

.certificates__more {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 33.33%;
  height: 100%;
  border-radius: 15px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  color: #C0C0C0;
  transition: 0.4s;
}

.certificates__more:hover {
  transform: translate(0, -12px);
}

.courses {
  max-width: 780px;
  margin: 0 auto;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.coursesItem {
  border-radius: 25px;
  overflow: hidden;
  background: #FFF5FF;
  border: 1px solid rgba(220, 222, 227, 0.4);
  display: flex;
  flex-direction: column;
  transition: 0.4s;
}

.coursesItem__head {
  padding: 20px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.coursesItem__icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.coursesItem__icon img {
  max-width: 18px;
}

.coursesItem__time {
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #2D303A;
}

.coursesItem__bottom {
  margin: auto;
  margin-bottom: 0;
  width: 100%;
  display: block;
  background: #FFD2DD;
  padding: 20px;
  text-align: center;
}

.coursesItem__title {
  display: block;
  font-weight: 500;
  color: #2D303A;
  margin-bottom: 10px;
}

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

.coursesItem__subtitle {
  display: block;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #2D303A;
}

.coursesItem:hover {
  background: #ffecf0;
}

.coursesItem:hover .coursesItemImage__inner img {
  transform: scale(1.15);
}

.coursesItem:nth-child(3n-1) {
  background: #EDF8FE;
}

.coursesItem:nth-child(3n-1) .coursesItemImage {
  border-color: rgba(218, 225, 255, 0.5);
}

.coursesItem:nth-child(3n-1) .coursesItemImage::before {
  border-color: #DAE1FF;
}

.coursesItem:nth-child(3n-1) .coursesItem__bottom {
  background: #DAE1FF;
}

.coursesItem:nth-child(3n-1):hover {
  background: #e9edff;
}

.coursesItem:nth-child(3n) {
  background: linear-gradient(rgba(104, 152, 243, 0.25), rgba(241, 89, 117, 0.25));
}

.coursesItem:nth-child(3n) .coursesItemImage {
  border-color: rgba(241, 183, 193, 0.5);
}

.coursesItem:nth-child(3n) .coursesItemImage::before {
  border-color: #F1B7C1;
}

.coursesItem:nth-child(3n) .coursesItem__bottom {
  background: linear-gradient(90deg, rgba(241, 89, 117, 0.25), rgba(104, 152, 243, 0.25));
}

.coursesItem:nth-child(3n):hover {
  background: linear-gradient(rgba(104, 152, 243, 0.25), rgba(241, 89, 117, 0.25));
}

.coursesItemImage {
  display: block;
  width: 280px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 60px;
  border: 1px solid rgba(242, 215, 255, 0.5);
  padding: 9px;
  position: relative;
  overflow: hidden;
}

.coursesItemImage::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 55px;
  border: 1px solid #F2D7FF;
}

.coursesItemImage__inner {
  display: block;
  width: 100%;
  height: 190px;
  border-radius: 50px;
  overflow: hidden;
}

.coursesItemImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
  transition: 0.8s;
}

.processBlock {
  position: relative;
}

.processBlock__figure {
  position: absolute;
  z-index: 1;
  bottom: -39px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 871px;
  max-width: 100%;
  height: 158px;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  opacity: 0.5;
  overflow: hidden;
}

.processBlock__figure::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 501px;
  height: 158px;
  background: #F15975;
  opacity: 0.5;
  border-radius: 40%;
}

.processBlock__figure::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 4px;
  left: 0;
  width: 349px;
  height: 132px;
  background: #6898F3;
  opacity: 0.9;
  border-radius: 40%;
}

.process {
  background: #FFFFFF;
  border-radius: 25px;
  padding-top: 75px;
  padding-bottom: 89px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.process__wrap {
  width: calc(100% + 96px);
  transform: translate(-48px, 0);
  display: grid;
  grid-gap: 14px;
  grid-template-columns: repeat(5, 1fr);
}

.process__image {
  border-radius: 34px;
  position: relative;
  overflow: hidden;
}

.process__image::before {
  content: "";
  display: block;
  padding-top: 211%;
}

.process__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.processVideo {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  transform: translate(calc(-50% - 50px));
  width: 484px;
}

.processVideo__preview {
  width: 100%;
}

.processVideo__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 48px), calc(-50% - 13px));
}

.processAfterText {
  text-align: center;
  font-style: italic;
  font-size: 28px;
  margin-bottom: 30px;
}

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

.processAfterText p {
  margin-bottom: 20px;
}

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

.reviewsBlock {
  position: relative;
}

.reviewsBlock::before {
  content: "";
  position: absolute;
  top: -90px;
  left: -64px;
  width: 144px;
  height: 659px;
  background: #6898F3;
  opacity: 0.4;
  border-radius: 50%;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.reviewsBlock::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -64px;
  width: 144px;
  height: 659px;
  background: #F15975;
  opacity: 0.2;
  border-radius: 50%;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.reviews {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  border-radius: 25px;
  overflow: hidden;
  border: 2px solid #FFFFFF;
}

.reviews__wrap {
  display: grid;
  grid-gap: 2px;
  grid-template-columns: repeat(3, 1fr);
}

.reviews__item {
  position: relative;
  overflow: hidden;
}

.reviews__item::before {
  content: "";
  display: block;
  padding-top: 128%;
}

.reviews__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq {
  position: relative;
}

.faq__figure {
  position: absolute;
  z-index: 1;
  top: -27px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 423px;
  max-width: 100%;
  height: 169px;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  opacity: 0.5;
}

.faq__figure::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 0;
  width: 231px;
  height: 78px;
  background: #F15975;
  opacity: 0.5;
  border-radius: 50%;
}

.faq__figure::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 243px;
  height: 102px;
  background: #6898F3;
  opacity: 0.9;
  border-radius: 50%;
}

.faq__head {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-bottom: 40px;
}

.faq__content {
  position: relative;
  z-index: 3;
  max-width: 780px;
  margin: 0 auto;
}

.faq__btn {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.faqItem {
  margin-bottom: 15px;
}

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

.faqItem__head {
  min-height: 60px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 12px 20px;
  padding-right: 60px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: 0.25s;
}

.faqItem__head::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  background: url("assets/img/faq-plus.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.faqItem__head::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  background: url("assets/img/faq-minus.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.faqItem__head:hover {
  background: #fcd8df;
}

.faqItem__icon {
  flex-shrink: 0;
  width: 24px;
  margin-right: 8px;
  display: flex;
  align-items: center;
}

.faqItem__title {
  width: 100%;
  font-weight: 500;
}

.faqItem__content {
  display: none;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 45px;
  letter-spacing: -0.01em;
}

.faqItem__content p {
  margin-bottom: 12px;
}

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

.faqItem.active .faqItem__head::before {
  display: none;
}

.faqItem.active .faqItem__head::after {
  display: block;
}

.equip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.equipItem {
  width: calc(33.33% - 20px);
  margin: 0 10px;
  margin-bottom: 20px;
  background: #FFFFFF;
  border-radius: 25px;
  overflow: hidden;
}

.equipItem__image {
  background: linear-gradient(rgba(104, 152, 243, 0.3), rgba(241, 89, 117, 0.3));
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.equipItem__title {
  padding: 20px;
  text-align: center;
  font-weight: 500;
}

.programm {
  position: relative;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr;
}

.programm__figure {
  position: absolute;
  z-index: 1;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 586px;
  max-width: 100%;
  height: 446px;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  opacity: 0.5;
}

.programm__figure::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 206px;
  height: 369px;
  background: #F15975;
  opacity: 0.5;
  border-radius: 50%;
}

.programm__figure::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 176px;
  height: 326px;
  background: #6898F3;
  opacity: 0.9;
  border-radius: 50%;
}

.programm__wrap1 {
  position: relative;
  z-index: 3;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.programm__wrap2 {
  position: relative;
  z-index: 3;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr;
}

.programm__wrap3 {
  position: relative;
  z-index: 3;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.programm__moreText {
  position: relative;
  z-index: 3;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.05em;
}

.programm__btn {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
}

.programmItem1 {
  background: #FFFFFF;
  border-radius: 25px;
  padding: 20px;
}

.programmItem1__title {
  font-weight: 500;
  margin-bottom: 10px;
}

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

.programmItem1__text {
  letter-spacing: -0.01em;
}

.programmItem2 {
  min-height: 60px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
}

.programmItem2__icon {
  flex-shrink: 0;
  width: 25px;
  margin-right: 12px;
  display: flex;
  align-items: center;
}

.programmItem2__icon img {
  width: 100%;
}

.programmItem2__text {
  width: 100%;
  font-weight: 500;
}

.demoVideo {
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.demoVideo::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.demoVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tariffs {
  position: relative;
}

.tariffs__figure {
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 97px;
  width: 586px;
  max-width: 100%;
  height: 369px;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  opacity: 0.5;
}

.tariffs__figure::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 206px;
  height: 369px;
  background: #F15975;
  opacity: 0.5;
  border-radius: 50%;
}

.tariffs__figure::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 57px;
  right: 0;
  width: 326px;
  height: 176px;
  background: #6898F3;
  opacity: 0.9;
  border-radius: 50%;
}

.tariffsHead {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  font: 500 20px/1.2 "Inter", sans-serif;
  letter-spacing: -0.05em;
  margin-bottom: 15px;
}

.tariffsHead__item {
  flex-shrink: 0;
}

.tariffsHead__item:first-child {
  width: 100%;
  flex-shrink: unset;
}

.tariffsHead__item:nth-child(2) {
  width: 219px;
}

.tariffsHead__item:nth-child(3) {
  width: 388px;
}

.tariff {
  position: relative;
  z-index: 3;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

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

.tariff__left {
  width: 100%;
  display: flex;
  align-items: center;
  padding-right: 40px;
}

.tariff__right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.tariff__title {
  min-width: 120px;
  margin-right: 10px;
  font-weight: 500;
}

.tariff__tag {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #F15975;
  padding: 4px 10px;
  font-weight: 500;
  font-size: 12px;
  color: #F15975;
  cursor: default;
}

.tariff__tag_blue {
  border-color: #6898F3;
  color: #6898F3;
}

.tariff__tag_gradient {
  border: none;
  background: linear-gradient(90deg, #6898F3, #F15975);
  color: #FFFFFF;
}

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

.tariff__btn {
  flex-shrink: 0;
}

.tariffPrice {
  flex-shrink: 0;
  width: 220px;
  padding-right: 40px;
}

.tariffPrice__title {
  display: none;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.tariffPrice__val {
  letter-spacing: -0.01em;
}

.errorSection {
  min-height: calc(100vh - 431px);
  display: flex;
  align-items: center;
  text-align: center;
}

.errorSection h1 {
  margin-bottom: 20px;
}

.errorSection p {
  margin-bottom: 40px;
}

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

.onlineStudio__content {
  width: 100%;
  padding-right: 80px;
}

.onlineStudio__text {
  font-style: italic;
  font-size: 24px;
  margin-bottom: 32px;
}

.onlineStudio__images {
  flex-shrink: 0;
  width: 440px;
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}

.onlineStudio__img {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.onlineStudio__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.onlineStudio__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.onlineStudioCost {
  margin-bottom: 24px;
}

.onlineStudioCost__title {
  opacity: 0.8;
  margin-top: 4px;
}

@media screen and (max-width: 1199px) {
  .banner3__image {
    right: 60px;
  }
}

@media screen and (max-width: 1099px) {
  .banner1__image {
    right: -60px;
    width: 440px;
  }

  .banner3__image {
    right: 40px;
    width: 240px;
  }

  .processVideo {
    width: 450px;
  }

  .tariffsHead__item:nth-child(2) {
    width: 169px;
  }

  .tariffsHead__item:nth-child(3) {
    width: 338px;
  }

  .tariffPrice {
    width: 170px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 960px) {
  body {
    font-size: 15px;
  }

  .wrapper {
    padding: 0 12px;
  }

  h1,
  .h1 {
    font-size: 30px;
  }

  h2,
  .h2 {
    font-size: 26px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  h4,
  .h4 {
    font-size: 16px;
  }

  .btn {
    font-size: 15px;
  }

  .btn__icon {
    max-width: 15px;
  }

  .btn_lg {
    min-height: 60px;
    font-size: 16px;
  }

  .logo {
    font-size: 25px;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .playButton {
    width: 40px;
    height: 40px;
  }

  .playButton__icon {
    width: 18px;
  }

  .playButton:hover {
    background: #FFFFFF;
  }

  .playButton:hover .playButton__icon {
    transform: scale(1);
  }

  .videoPopupVideo {
    border-radius: 20px;
  }

  .fixedVideo {
    display: block;
  }

  .header {
    position: sticky;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    background: #EDEFF4;
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #C0C0C0;
  }

  .header__wrap {
    justify-content: space-between;
  }

  .header__logo {
    margin: 0;
  }

  .header__right {
    display: none;
  }

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

  .footer {
    padding-top: 40px;
    border-radius: 30px 30px 0 0;
  }

  .footer__wrap {
    display: block;
  }

  .footer__left {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer__center {
    display: block;
    margin-bottom: 20px;
  }

  .footer__right {
    display: block;
  }

  .footer__logo {
    margin-bottom: 8px;
  }

  .footer__tagline {
    font-size: 16px;
  }

  .footer__bottom {
    margin-top: 40px;
    display: block;
    font-size: 12px;
  }

  .footer__bottom p {
    margin-bottom: 10px;
  }

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

  .footerMenu1 {
    font-size: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 5px;
  }

  .footerMenu1__item {
    margin-right: 40px;
    margin-bottom: 15px;
  }

  .footerMenu1__item:last-child {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .footerMenu2 {
    font-size: 15px;
  }

  .footerMenu2Item__icon {
    width: 16px;
  }

  .footerMenu2Item__text {
    width: calc(100% - 16px);
  }

  .pageContent {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .pageHead {
    margin-bottom: 20px;
  }

  .section {
    padding: 30px 0;
  }

  .sectionHead {
    margin-bottom: 20px;
  }

  .mainBannersSection {
    overflow: visible;
  }

  .mainBanners {
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }

  .mainBannersFigure1 {
    top: -175px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 260px;
    height: 240px;
  }

  .mainBannersFigure1::before {
    width: 235px;
    height: 207px;
  }

  .mainBannersFigure1::after {
    width: 141px;
    height: 106px;
  }

  .mainBannersFigure2 {
    display: none;
  }

  .mainBanner1 {
    grid-column: unset;
    padding: 20px;
  }

  .mainBanner1__content {
    width: 100%;
    min-height: auto;
    height: auto;
    display: block;
  }

  .mainBanner1__text {
    margin-bottom: 15px;
  }

  .mainBanner1__text h3 {
    font-size: 22px;
  }

  .mainBanner1__text p {
    margin-bottom: 10px;
  }

  .mainBanner1__btn {
    margin: 0;
  }

  .mainBanner1__btn .btn {
    width: 100%;
  }

  .mainBanner1__image {
    display: none;
  }

  .mainBanner2 {
    grid-column: unset;
    padding: 20px;
    display: block;
  }

  .mainBanner2__text {
    margin-bottom: 15px;
  }

  .mainBanner2__text h3 {
    font-size: 22px;
  }

  .mainBanner2__btn {
    margin: 0;
  }

  .mainBanner2Images {
    margin-bottom: 15px;
  }

  .mainBanner3 {
    grid-column: unset;
  }

  .mainBanner3__dots {
    bottom: 12px;
    gap: 6px;
  }

  .mainBanner3Item {
    min-height: 190px;
    padding: 24px;
    padding-bottom: 32px;
  }

  .mainBanner3Item__title {
    margin-bottom: 15px;
  }

  .mainBanner3Item__text {
    min-height: 32px;
    padding: 4px 12px;
  }

  .mainBannerVideo {
    display: none;
  }

  .tagsScrollItem {
    font-size: 15px;
  }

  .bannerSection {
    overflow: visible;
  }

  .bannerBlock__figure1 {
    top: -175px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 260px;
    height: 240px;
  }

  .bannerBlock__figure1::before {
    width: 235px;
    height: 207px;
  }

  .bannerBlock__figure1::after {
    width: 141px;
    height: 106px;
  }

  .bannerBlock__figure2 {
    display: none;
  }

  .banner {
    min-height: auto;
    padding: 20px 15px;
    padding-bottom: 10px;
    display: block;
  }

  .banner__content {
    max-width: 100%;
    text-align: center;
  }

  .banner__sup {
    min-height: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    margin-bottom: 15px;
  }

  .banner__text {
    margin-bottom: 320px;
  }

  .banner__title {
    margin-bottom: 15px;
  }

  .banner__subtitle {
    font-size: 16px;
  }

  .banner__subtitle p {
    margin-bottom: 12px;
  }

  .banner__bottom {
    padding-right: 15px;
  }

  .banner__price {
    flex-shrink: 0;
    margin-right: 0;
    margin-left: 15px;
    font-size: 22px;
  }

  .banner1__image {
    bottom: auto;
    top: 180px;
    right: 0;
    width: 100%;
    justify-content: center;
  }

  .banner1__image img {
    width: 440px;
    max-width: unset;
  }

  .banner2 {
    background-image: url("assets/img/banner2-bg-mob.webp");
  }

  .banner3__image {
    top: 215px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    width: 278px;
  }

  .aboutMe {
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }

  .aboutMe__figure {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 462px;
    height: 351px;
  }

  .aboutMe__figure::before {
    width: 162px;
    height: 290px;
  }

  .aboutMe__figure::after {
    width: 139px;
    height: 257px;
  }

  .aboutMe__image::before {
    content: "";
    display: block;
    padding-top: 122%;
  }

  .aboutMe__block {
    padding: 20px;
    margin-bottom: 10px;
  }

  .aboutMe__text {
    font-size: 16px;
    line-height: 1.4;
  }

  .aboutMe__wellFitness {
    font-size: 16px;
  }

  .aboutMe__wellFitness strong {
    font-size: 18px;
  }

  .aboutMeDigit {
    margin-bottom: 15px;
  }

  .aboutMeDigit__text {
    font-size: 15px;
  }

  .certificates__item:hover {
    transform: none;
  }

  .certificates__more {
    font-size: 30px;
  }

  .certificates__more:hover {
    transform: none;
  }

  .courses {
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .coursesItem__time {
    font-size: 15px;
  }

  .coursesItem__bottom {
    padding: 15px 20px;
  }

  .coursesItem__title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .coursesItem__subtitle {
    font-size: 13px;
  }

  .processBlock__figure {
    bottom: -30px;
    width: 481px;
    height: 87px;
  }

  .processBlock__figure::before {
    width: 276px;
    height: 87px;
  }

  .processBlock__figure::after {
    bottom: 0;
    width: 192px;
    height: 73px;
  }

  .processVideo {
    width: auto;
    height: 100%;
    transform: translate(calc(-50% - 40px));
  }

  .processVideo__preview {
    width: auto;
    height: 100%;
  }

  .processAfterText {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .processAfterText p {
    margin-bottom: 16px;
  }

  .reviewsBlock::before,
  .reviewsBlock::after {
    display: none;
  }

  .faq__figure {
    top: 13px;
    width: 360px;
    height: 143px;
  }

  .faq__figure::before {
    width: 196px;
    height: 66px;
  }

  .faq__figure::after {
    width: 206px;
    height: 86px;
  }

  .faq__head {
    margin-bottom: 20px;
  }

  .faq__btn {
    margin-top: 20px;
  }

  .faqItem {
    margin-bottom: 10px;
  }

  .faqItem__head {
    padding: 10px 15px;
    padding-right: 49px;
  }

  .faqItem__head::before,
  .faqItem__head::after {
    right: 15px;
  }

  .faqItem__head:hover {
    background: #FFFFFF;
  }

  .faqItem__icon {
    width: 20px;
  }

  .faqItem__content {
    padding: 10px 0;
    padding-left: 43px;
  }

  .equip {
    display: block;
    margin: 0;
  }

  .equipItem {
    width: 100%;
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin: 0;
    margin-bottom: 10px;
  }

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

  .equipItem__image {
    width: 120px;
    border-radius: 20px;
  }

  .equipItem__title {
    width: calc(100% - 120px);
    padding: 10px 15px;
    padding-left: 20px;
    text-align: left;
  }

  .programm {
    grid-gap: 20px;
  }

  .programm__figure {
    display: none;
  }

  .programm__wrap1 {
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .programm__wrap2 {
    grid-gap: 10px;
  }

  .programm__wrap3 {
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .programm__moreText {
    font-size: 16px;
    letter-spacing: -0.01em;
  }

  .programmItem1 {
    border-radius: 20px;
  }

  .programmItem1__title {
    margin-bottom: 5px;
  }

  .programmItem2 {
    padding: 15px;
  }

  .programmItem2__icon {
    width: 22px;
  }

  .demoVideo {
    border-radius: 15px;
  }

  .tariffs__figure {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 206px;
    height: 369px;
  }

  .tariffs__figure::after {
    display: none;
  }

  .tariffsHead__item:nth-child(2) {
    width: 109px;
  }

  .tariffsHead__item:nth-child(3) {
    width: 263px;
  }

  .tariff__left {
    padding-right: 20px;
  }

  .tariffPrice {
    width: 110px;
    padding-right: 15px;
  }

  .errorSection {
    min-height: calc(100vh - 536px);
  }

  .onlineStudio {
    flex-wrap: wrap;
  }

  .onlineStudio__content {
    order: 2;
    padding-right: 0;
  }

  .onlineStudio__text {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .onlineStudio__images {
    order: 1;
    width: 560px;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .onlineStudio__btn .btn {
    width: 100%;
  }

  .onlineStudioCost {
    margin-bottom: 16px;
  }

  .onlineStudioCost__title {
    margin-top: 2px;
  }
}

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

  .process {
    padding-top: 44px;
    padding-bottom: 67px;
    display: flex;
    justify-content: center;
  }

  .process__wrap {
    flex-shrink: 0;
    width: 924px;
    transform: none;
    grid-gap: 12px;
  }

  .processVideo {
    width: 346px;
    height: auto;
    top: -6px;
    transform: translate(calc(-50% - 34px));
  }

  .processVideo__preview {
    width: 100%;
    height: auto;
  }

  .processVideo__play {
    transform: translate(calc(-50% + 40px), calc(-50% - 13px));
  }

  .reviews {
    background: transparent;
    border-radius: 0;
    border: none;
    overflow: hidden;
    transform: translate(-12px, 0);
    width: calc(100% + 24px);
    padding: 0 12px;
  }

  .reviews__wrap {
    display: flex;
    flex-wrap: nowrap;
  }

  .reviews__item {
    flex-shrink: 0;
    width: 290px;
    border-radius: 20px;
    margin-right: 5px;
  }

  .programm__wrap1,
  .programm__wrap3 {
    grid-template-columns: 1fr;
  }

  .tariffsHead {
    display: none;
  }

  .tariff {
    padding: 15px;
    flex-wrap: wrap;
  }

  .tariff__left {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin-bottom: 15px;
  }

  .tariff__right {
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
  }

  .tariff__title {
    min-width: unset;
    margin: 0;
  }

  .tariff__prices {
    display: block;
  }

  .tariff__btn .btn {
    width: 100%;
  }

  .tariffPrice {
    flex-shrink: unset;
    display: flex;
    align-items: center;
    width: auto;
    padding: 0;
    margin-bottom: 10px;
  }

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

  .tariffPrice__title {
    display: block;
    min-width: 65px;
    padding-right: 5px;
  }
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media screen and (max-width: 374px) {
  .banner3__image {
    top: 250px;
  }
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

@supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
}
}