@keyframes animate {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@font-face {
  font-family: 'Raleway';
  src: local('Raleway Light'), local('Raleway-Light'), url('/font/Raleway-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: local('Raleway Thin'), local('Raleway-Thin'), url('/font/Raleway-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: local('Raleway Regular'), local('Raleway-Regular'), url('/font/Raleway-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: local('Raleway Bold'), local('Raleway-Bold'), url('/font/Raleway-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: local('Raleway Medium'), local('Raleway-Medium'), url('/font/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Compact';
  src: local('Compact'), url('/font/Compact.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
.position-relative {
  position: relative;
}
.block-section-margin-top {
  margin-top: 120px !important;
}
@media (max-width: 767px) {
  .block-section-margin-top {
    margin-top: 100px !important;
  }
}
@media (max-width: 460px) {
  .block-section-margin-top {
    margin-top: 60px !important;
  }
}
.block-section-padding-bottom {
  padding-bottom: 120px !important;
}
@media (max-width: 767px) {
  .block-section-padding-bottom {
    padding-bottom: 70px !important;
  }
}
.block-section-padding-top {
  padding-top: 120px !important;
}
.block-double-padding-top {
  padding-top: 50px !important;
}
.block-double-margin-top {
  margin-top: 60px !important;
}
.block-margin-top {
  margin-top: 30px !important;
}
.block-half-margin-top {
  margin-top: 15px !important;
}
.block-margin-bottom {
  margin-bottom: 30px !important;
}
.block-double-margin-bottom {
  margin-bottom: 60px !important;
}
.block-more-half-margin-bottom {
  margin-bottom: 20px !important;
}
.block-half-margin-bottom {
  margin-bottom: 15px !important;
}
.block-little-margin-bottom {
  margin-bottom: 10px !important;
}
.block-margin-bottom5 {
  margin-bottom: 5px !important;
}
.block-half-margin-left {
  margin-left: 15px !important;
}
.block-margin-right10 {
  margin-right: 10px !important;
}
.block-half-margin-right {
  margin-right: 15px !important;
}
.block-half-padding-left {
  padding-left: 15px !important;
}
.remove-half-margin-right {
  margin-right: -15px !important;
}
.block-little-margin-right {
  margin-right: 20px !important;
}
.flex {
  display: flex !important;
}
@media (max-width: 991px) {
  .column-tablet {
    flex-direction: column;
  }
}
.center-flex {
  display: flex;
  align-items: center;
}
.between-spc {
  justify-content: space-between;
}
.center-flex-justify {
  display: flex;
  justify-content: center;
}
.center-all-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-none {
  flex: none;
}
.center-text {
  text-align: center;
}
.right-block {
  margin-left: auto;
}
.hidden {
  display: none !important;
}
.pointer {
  cursor: pointer;
}
.break {
  word-break: break-all;
}
.center-column-flex {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.right-flex {
  justify-content: flex-end;
}
.width-whole {
  width: 100%;
}
@media (max-width: 767px) {
  .padding-mobile {
    padding: 0 15px !important;
  }
}
.few-blocks {
  margin-left: -15px;
  margin-right: -15px;
}
.few-blocks > * {
  margin-left: 15px;
  margin-right: 15px;
}
.few-blocks.with-wrap {
  margin-top: -15px;
  margin-bottom: -15px;
}
.few-blocks.with-wrap > * {
  margin-top: 15px;
  margin-bottom: 15px;
}
.few-blocks > .few-blocks {
  margin: 0;
}
.few-blocks > .width-six {
  width: 15%;
  flex-grow: 1;
}
.few-blocks > .width-fifth {
  width: 18%;
  flex-grow: 1;
}
.few-blocks > .width-quarter {
  width: 22%;
  flex-grow: 1;
}
.few-blocks > .width-third {
  width: 30%;
  flex-grow: 1;
}
.few-blocks > .half-width {
  width: 35%;
  flex-grow: 1;
}
.few-blocks > .width-two-third {
  width: 60%;
  flex-grow: 1;
}
.few-blocks > .width-three-quater {
  width: 70%;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .few-blocks > .width-half-desktop {
    width: 35%;
    flex-grow: 1;
  }
}
@media (max-width: 991px) {
  .few-blocks > .width-whole-tablet {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .few-blocks > .width-whole-mobile {
    width: 100%;
  }
}
@media (max-width: 460px) {
  .few-blocks > .width-whole-little-mobile {
    width: 100%;
  }
}
.few-blocks.bigger-margin {
  margin-left: -25px;
  margin-right: -25px;
}
.few-blocks.bigger-margin > * {
  margin-left: 25px;
  margin-right: 25px;
}
.few-blocks.bigger-margin.with-wrap {
  margin-top: -25px;
  margin-bottom: -25px;
}
.few-blocks.bigger-margin.with-wrap > * {
  margin-top: 25px;
  margin-bottom: 25px;
}
.few-blocks.little-margin {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.few-blocks.little-margin > * {
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.few-blocks.little-margin.with-wrap {
  margin-top: -7.5px;
  margin-bottom: -7.5px;
}
.few-blocks.little-margin.with-wrap > * {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.few-blocks--padding {
  margin-left: -15px;
  margin-right: -15px;
}
.few-blocks--padding > * {
  padding-left: 15px;
  padding-right: 15px;
}
.few-blocks--padding.with-wrap {
  margin-top: -15px;
  margin-bottom: -15px;
}
.few-blocks--padding.with-wrap > * {
  padding-top: 15px;
  padding-bottom: 15px;
}
.few-blocks--padding > .width-quarter {
  width: 25%;
}
.few-blocks--padding > .width-third {
  width: 33.3333%;
}
@media (max-width: 991px) {
  .few-blocks--padding > .width-half-tablet {
    width: 50%;
  }
}
@media (max-width: 460px) {
  .few-blocks--padding > .width-whole-mobile {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .few-blocks--padding.change-padding {
    margin-left: -5px;
    margin-right: -5px;
  }
  .few-blocks--padding.change-padding > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .few-blocks--padding.change-padding.with-wrap {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .few-blocks--padding.change-padding.with-wrap > * {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 1199px) {
  .few-blocks.change-margin {
    margin-left: -10px;
    margin-right: -10px;
  }
  .few-blocks.change-margin > * {
    margin-left: 10px;
    margin-right: 10px;
  }
  .few-blocks.change-margin.with-wrap {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .few-blocks.change-margin.with-wrap > * {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.half-width {
  width: 50%;
}
.block-background {
  padding: 30px 20px;
}
.block-background.with-shadow {
  box-shadow: 0px 0px 15px rgba(199, 214, 223, 0.4);
}
.block-background.white {
  background: #FFF;
}
.text-color-white {
  color: white;
}
.text-color-dark {
  color: #181818;
}
.margin-auto {
  margin: auto;
}
.back-arrow {
  display: flex;
  align-items: center;
}
.back-arrow:before {
  content: url('/build/images/icons/arrow.svg');
  display: block;
  margin-right: 10px;
}
.section-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  color: #181818;
  font-family: 'Compact';
  position: relative;
  width: fit-content;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .section-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 10px;
    line-height: 40px;
  }
}
.section-title.no-img:after {
  display: none;
}
.section-title:after {
  content: url('../images/elements/sec2.svg');
  position: absolute;
  display: block;
  right: -92px;
  top: -47px;
}
@media (max-width: 767px) {
  .section-title:after {
    right: -80px;
  }
}
.section-title.sec3:after {
  content: url('../images/elements/sec3.svg');
  right: -130px;
  top: -75px;
}
@media (max-width: 767px) {
  .section-title.sec3:after {
    top: -109px;
    right: unset;
  }
}
@media (max-width: 460px) {
  .section-title.sec3:after {
    content: url('../images/elements/sec3-mob.svg');
    top: -57px;
  }
}
.section-title.sec5:after {
  content: url('../images/elements/sec5.svg');
  right: -60px;
  top: -35px;
}
.section-title.less-font {
  font-size: 28px;
  line-height: 40px;
}
.section-description {
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  max-width: 600px;
}
@media (max-width: 550px) {
  .section-description {
    padding: 0 15px;
    font-size: 18px;
    line-height: 24px;
  }
}
.btn {
  min-height: 54px;
  font-weight: 500;
  font-size: 16px;
  line-height: 54px;
  color: #000000;
  display: block;
  width: 100%;
  text-align: center;
  transition: 0.2s;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.btn.border-btn {
  border: 1px solid black;
  background: white;
}
.btn.border-btn:hover {
  box-shadow: 4px 4px 0px #FF63B4;
}
.btn.green-btn {
  background: #7ED958;
}
.btn.green-btn:hover {
  box-shadow: 4px 4px 0px #FF63B4;
}
.btn.yellow-btn {
  background: #FFCE05;
}
.btn.yellow-btn:hover {
  box-shadow: 4px 4px 0px #FF63B4;
}
.btn.rose-btn {
  background: #FF63B4;
}
.btn.rose-btn:hover {
  box-shadow: 4px 4px 0px #FFCE05;
}
.btn .price,
.btn.compact {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  font-family: "Compact";
}
.btn.w270 {
  max-width: 270px;
}
.btn.w200 {
  max-width: 200px;
}
.one-line {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.three-line {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.desctop-block {
  display: none;
}
@media (min-width: 992px) {
  .desctop-block {
    display: block;
  }
}
.tablet-block {
  display: none;
}
@media (max-width: 991px) {
  .tablet-block {
    display: block;
  }
}
.radio-wrap label,
.checkbox-wrap label {
  min-height: 16px;
  padding-left: 35px;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #181818;
  display: block;
  transition: color 0.2s linear;
  vertical-align: middle;
  cursor: pointer;
}
.radio-wrap label:not(:last-child),
.checkbox-wrap label:not(:last-child) {
  margin-bottom: 15px;
}
.radio-wrap label input,
.checkbox-wrap label input {
  position: absolute;
  border-radius: 50%;
  outline: none;
  appearance: none;
  width: 24px;
  height: 24px;
  margin-left: -35px;
  top: 0;
  margin-top: 2px;
  border: 2px solid #181818;
  transition: 0.2s;
}
.radio-wrap label input:checked:before,
.checkbox-wrap label input:checked:before {
  content: '';
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #181818;
  animation: antCheckboxEffect 0.36s ease-in-out;
  margin-top: 0;
  border-radius: 50%;
}
.radio-wrap label input[type=radio]:checked:after,
.checkbox-wrap label input[type=radio]:checked:after {
  left: 5px;
  width: 10px;
  height: 10px;
}
.radio-wrap label input[type=radio]:after,
.checkbox-wrap label input[type=radio]:after {
  content: '';
  position: absolute;
  top: 50%;
  transition: linear 150ms;
  margin-top: 0;
  left: 8px;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #181818;
  transform: translate(0, -50%);
}
.radio-wrap label input[type=checkbox],
.checkbox-wrap label input[type=checkbox] {
  border-radius: 2px;
  border: 2px solid #181818;
  opacity: 0.5;
}
.radio-wrap label input[type=checkbox]:after,
.checkbox-wrap label input[type=checkbox]:after {
  content: '';
  position: absolute;
  top: 50%;
  transition: linear 150ms;
  margin-top: -1px;
  transform: rotate(45deg) translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.radio-wrap label input[type=checkbox]:checked,
.checkbox-wrap label input[type=checkbox]:checked {
  opacity: 1;
}
.radio-wrap label input[type=checkbox]:checked:before,
.checkbox-wrap label input[type=checkbox]:checked:before {
  border: 1px solid #181818;
  border-radius: 2px;
}
.radio-wrap label input[type=checkbox]:checked:after,
.checkbox-wrap label input[type=checkbox]:checked:after {
  left: 5px;
  width: 5px;
  height: 12px;
  border: 2px solid #181818;
  border-top: 0;
  border-left: 0;
}
.spinner {
  position: relative;
}
.spinner .spinner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  width: 100%;
}
.spinner .load {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .spinner .load {
    width: 80px;
    height: 80px;
  }
}
.spinner .load hr {
  border: 0;
  margin: 0;
  width: 40%;
  height: 40%;
  position: absolute;
  border-radius: 50%;
  animation: spin 2s ease infinite;
}
.spinner .load :first-child {
  background: #7ED958;
  animation-delay: -1.5s;
}
.spinner .load :nth-child(2) {
  background: #FF63B4;
  animation-delay: -1s;
}
.spinner .load :nth-child(3) {
  background: #FFCE05;
  animation-delay: -0.5s;
}
.spinner .load :last-child {
  background: #2CA2CC;
}
@keyframes spin {
  0%,
  100% {
    transform: translate(0);
  }
  25% {
    transform: translate(160%);
  }
  50% {
    transform: translate(160%, 160%);
  }
  75% {
    transform: translate(0, 160%);
  }
}
.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  display: flex;
  margin: 0 15px;
}
.popup.no-text .text {
  display: none;
}
.popup.confirm .popup-body {
  padding: 100px 60px;
}
.popup.success .popup-body:after {
  content: url(/build/images/elements/confetti-popup.svg);
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
}
.popup.show-text .popup-inside {
  max-width: 1000px;
}
.popup.show-text .popup-inside .popup-body {
  padding: 60px;
}
@media (max-width: 991px) {
  .popup.show-text .popup-inside .popup-body {
    padding: 60px 20px;
  }
}
.popup.error {
  overflow: auto;
  margin: 15px;
}
.popup .close-modal {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  cursor: pointer;
}
.popup .popup-inside {
  max-width: 500px;
  width: 100%;
  margin: auto;
  background: #FF63B4;
  position: relative;
  z-index: 10;
}
.popup .popup-body {
  --poligon: polygon(18% 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 14%);
  --poligon-mob: polygon(40px 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 40px);
  -webkit-clip-path: var(--poligon);
  clip-path: var(--poligon);
  position: relative;
  background: black;
  padding: 100px;
}
.popup .popup-body:before {
  -webkit-clip-path: var(--poligon);
  clip-path: var(--poligon);
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: -1;
  transition: background-color 0.3s ease;
  background-color: #fff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
@media (max-width: 767px) {
  .popup .popup-body {
    -webkit-clip-path: var(--poligon-mob);
    clip-path: var(--poligon-mob);
  }
  .popup .popup-body:before {
    -webkit-clip-path: var(--poligon-mob);
    clip-path: var(--poligon-mob);
  }
}
@media (max-width: 991px) {
  .popup .popup-body {
    padding: 80px 30px !important;
  }
}
.popup .popup-body .title {
  font-family: 'Compact';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 42px;
  text-align: center;
  color: #181818;
  margin-bottom: 20px;
}
.popup .popup-body .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #000000;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .popup .popup-body .text {
    font-size: 14px;
    line-height: 22px;
  }
}
.popup .popup-body .btn {
  font-family: 'Compact';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000000;
  max-width: 190px;
  margin: auto;
}
.popup .backdrop {
  background: rgba(37, 37, 37, 0.49);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.popup.modal {
  display: none;
  min-height: 100vh;
  overflow: auto;
  padding: 15px;
  margin: 0;
}
.popup.modal.active {
  display: flex;
}
.popup.modal .popup-body {
  --poligon: polygon(14% 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 18%);
  --poligon-mob: polygon(13% 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 10%);
  -webkit-clip-path: var(--poligon);
  clip-path: var(--poligon);
  position: relative;
  background: unset;
  padding: 80px;
}
.popup.modal .popup-body:before {
  -webkit-clip-path: var(--poligon);
  clip-path: var(--poligon);
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: -1;
  transition: background-color 0.3s ease;
  background-color: #fff;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}
@media (max-width: 767px) {
  .popup.modal .popup-body {
    -webkit-clip-path: var(--poligon-mob);
    clip-path: var(--poligon-mob);
  }
  .popup.modal .popup-body:before {
    -webkit-clip-path: var(--poligon-mob);
    clip-path: var(--poligon-mob);
  }
}
@media (max-width: 991px) {
  .popup.modal .popup-body {
    padding: 50px 30px;
  }
}
.popup.modal .popup-body .text {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .popup.modal .popup-body .text {
    font-size: 16px;
  }
}
.popup.modal .popup-body .text a {
  display: block;
  margin-left: 10px;
  color: #2CA2CC;
  text-decoration: underline;
}
.popup.modal .popup-inside {
  background: #2CA2CC;
  border: 1px solid;
}
.popup.modal .btn {
  max-width: unset;
  text-transform: none;
  margin-top: 40px;
}
.popup.modal .bottom-el {
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 991px) {
  .popup.modal .bottom-el {
    font-size: 14px;
  }
}
.popup.modal .bottom-el a {
  color: #2CA2CC;
}
.popup.modal .bottom-el label,
.popup.modal .bottom-el a {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
.popup.modal .bottom-el input:not([type=checkbox]) {
  padding: 0;
  margin: 0;
}
.popup.modal .bottom-el input[type=checkbox] {
  margin-top: -3px;
}
.input-group {
  position: relative;
}
.input-group .control-label {
  font-size: 16px;
  color: #120E29;
  position: absolute;
  pointer-events: none;
  left: 23px;
  top: 18px;
  transition: 0.2s ease all;
  background: white;
}
.input-group input {
  outline: 0;
}
.input-group input[readonly] {
  border: 0;
  padding: 15px 0;
  cursor: default;
}
.input-group input[readonly] + label {
  left: 0;
  padding: 0 !important;
}
.input-group input::placeholder {
  color: white;
}
.input-group input:autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  background-color: transparent;
}
.input-group input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  background-color: transparent;
}
.input-group input:focus + .control-label,
.input-group input:not(:placeholder-shown) + .control-label {
  top: -6px;
  font-size: 14px;
  padding: 0 5px;
}
.input-group input:autofill + .control-label {
  top: -6px;
  font-size: 14px;
  padding: 0 5px;
}
.input-group input:-webkit-autofill + .control-label {
  top: -6px;
  font-size: 14px;
  padding: 0 5px;
}
#toTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background: #2CA2CC;
  cursor: pointer;
  display: none;
  background-image: url(/build/images/elements/top.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  #toTop {
    width: 45px;
    height: 45px;
    bottom: 15px;
    right: 15px;
  }
}
.mobile-block {
  display: none !important;
}
@media (max-width: 991px) {
  .mobile-block {
    display: block !important;
  }
}
.desctop-block {
  display: block !important;
}
@media (max-width: 991px) {
  .desctop-block {
    display: none !important;
  }
}
header {
  border: 1px solid #181818;
  position: relative;
}
@media (max-width: 991px) {
  header {
    position: fixed;
    z-index: 4;
    width: 100%;
    background: white;
  }
}
header .logo {
  margin-right: 120px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  header .menu {
    display: none;
    position: absolute;
    flex-direction: column;
    right: 0;
    top: calc(100% + 1px);
    z-index: 10;
    align-items: baseline;
    background: #FFCE05;
    box-shadow: 0px 20px 35px #e81884;
    padding: 45px 40px;
    box-shadow: -10px 10px 0px #E81884;
    max-width: 375px;
  }
}
@media (min-width: 992px) {
  header .menu {
    display: flex !important;
  }
}
header .menu li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #181818;
  padding: 45px 0;
  display: block;
  position: relative;
  transition: 0.2s;
}
@media (max-width: 1199px) {
  header .menu li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  header .menu li a {
    padding: 15px 0;
  }
}
header .menu li a:not(.btn):before {
  content: '';
  width: 20px;
  height: 20px;
  background: #FF63B4;
  transform: translateX(50%) rotate(45deg);
  top: -10px;
  position: absolute;
  right: 50%;
  opacity: 0;
  transition: 0.2s;
}
@media (max-width: 991px) {
  header .menu li a:not(.btn):before {
    display: none;
  }
}
header .menu li a:not(.btn):hover {
  color: #FF63B4;
}
header .menu li a:not(.btn):hover:before {
  opacity: 1;
}
header .menu li a.btn {
  padding: 0px 16px;
  min-width: 120px;
  min-height: 36px;
  line-height: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  text-transform: initial;
}
header .menu li:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 1199px) {
  header .menu li:not(:last-child) {
    margin-right: 10px;
  }
}
header .menu .header-user {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #181818;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  header .menu .header-user {
    display: block;
    text-decoration: unset;
  }
}
header .menu .header-user a {
  max-width: 150px;
}
header .menu .header-user a:before {
  display: none;
}
header .menu .header-user:hover .profile-menu {
  display: flex;
}
header .menu .header-user:before {
  content: url(/build/images/icons/user.svg);
  display: block;
  margin-right: 10px;
}
@media (max-width: 991px) {
  header .menu .header-user:before {
    display: none;
  }
}
header .menu .profile-menu {
  padding-top: 30px;
  margin-top: 15px;
  border-top: 1px solid #000000;
  color: #FF63B4;
}
@media (min-width: 992px) {
  header .menu .profile-menu {
    border: 0;
    display: none;
    position: absolute;
    z-index: 99;
    background: #FFFFFF;
    border: 1px solid #000000;
    box-shadow: 3px 3px 0px #2CA2CC;
    top: 100%;
    flex-direction: column;
    right: 0;
    padding: 30px;
    margin: 0;
  }
  header .menu .profile-menu > * {
    font-weight: 600;
    font-size: 16px;
    line-height: 29px;
    color: #181818;
    transition: 0.2s;
    cursor: pointer;
    white-space: nowrap;
  }
  header .menu .profile-menu > *:hover {
    color: #FF63B4;
  }
}
header .menu .btn-block {
  width: 100%;
}
@media (max-width: 991px) {
  header .menu .btn-block {
    padding-top: 30px;
    margin-top: 15px;
    border-top: 1px solid #000000;
  }
  header .menu .btn-block .btn {
    line-height: 35px;
    min-height: 36px;
    border: 1px solid;
  }
  header .menu .btn-block .btn:first-child {
    background: black;
    color: white;
    border: 0;
  }
}
header .hamburger {
  display: none;
  position: relative;
  cursor: pointer;
  z-index: 1;
  margin-left: auto;
  transition: all 0.5s ease-out;
}
header .hamburger.open .line:nth-child(1) {
  transform: rotateZ(45deg);
  margin-bottom: -3px;
}
header .hamburger.open .line:nth-child(2) {
  display: none;
}
header .hamburger.open .line:nth-child(3) {
  transform: rotateZ(-45deg);
  margin-top: -2px;
}
header .hamburger .line {
  display: block;
  width: 19px;
  height: 3px;
  background: #181818;
  margin: 5px;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  header .hamburger {
    display: block;
  }
}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .slide {
  height: 100%;
}
.owl-carousel .slide.bg-rose {
  background: #FF63B4;
}
.owl-carousel .slide-inside {
  height: 100%;
  display: flex;
  flex-direction: column;
  --poligon: polygon(18% 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 14%);
  --poligon-mob: polygon(40px 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 40px);
  -webkit-clip-path: var(--poligon);
  clip-path: var(--poligon);
  position: relative;
  background: black;
}
.owl-carousel .slide-inside:before {
  -webkit-clip-path: var(--poligon);
  clip-path: var(--poligon);
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: -1;
  transition: background-color 0.3s ease;
  background-color: #fff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
@media (max-width: 767px) {
  .owl-carousel .slide-inside {
    -webkit-clip-path: var(--poligon-mob);
    clip-path: var(--poligon-mob);
  }
  .owl-carousel .slide-inside:before {
    -webkit-clip-path: var(--poligon-mob);
    clip-path: var(--poligon-mob);
  }
}
.owl-carousel .slide-top {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .owl-carousel .slide-top {
    padding: 20px;
  }
}
@media (max-width: 460px) {
  .owl-carousel .slide-top {
    padding: 10px;
  }
}
.owl-carousel .slide-top img {
  height: 100%;
  object-fit: cover;
}
.owl-carousel .slide-top a {
  max-height: 300px;
  display: block;
  height: 100%;
}
.owl-carousel .title {
  font-family: 'Compact';
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #181818;
  margin-bottom: 30px;
  padding: 0 25px;
  flex-grow: 1;
}
@media (max-width: 460px) {
  .owl-carousel .title {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
}
.owl-carousel .slide-bottom {
  padding: 10px 20px;
  border-top: 1px solid black;
}
@media (max-width: 460px) {
  .owl-carousel .slide-bottom {
    padding: 10px;
  }
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 50px !important;
}
@media (max-width: 460px) {
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 25px !important;
  }
}
.owl-dots {
  position: absolute;
  right: 50%;
  transform: translate(50%, 0);
}
.owl-dots .owl-dot span {
  border: 2px solid #000000;
  width: 14px !important;
  height: 14px !important;
  background: transparent !important;
  border-radius: 0 !important;
  transition: 0.2s;
  display: block;
  margin: 0 5px;
}
.owl-dots .owl-dot.active span {
  background: #FF63B4 !important;
}
.owl-dots .owl-dot:hover span {
  border: 2px solid #FF63B4;
  background: #000000 !important;
}
.menu-slider .slide {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1439px) {
  .menu-slider .slide {
    flex-direction: column;
  }
}
.menu-slider .slide > div {
  width: 55%;
}
.menu-slider .slide > div:first-child {
  width: 45%;
}
@media (max-width: 1439px) {
  .menu-slider .slide > div {
    width: 100% !important;
  }
}
.menu-slider .slide .slide-inside {
  height: 300px;
  --poligon: polygon(0% 0, 100% 0, 85% 0, 100% 15%, 100% 100%, 0 100%, 0% 100%, 0 0%);
  -webkit-clip-path: var(--poligon);
  clip-path: var(--poligon);
  position: relative;
}
@media (max-width: 1439px) {
  .menu-slider .slide .slide-inside {
    height: 260px;
  }
}
.menu-slider .slide .slide-inside > div {
  -webkit-clip-path: var(--poligon);
  clip-path: var(--poligon);
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: -1;
  transition: background-color 0.3s ease;
  background-color: #fff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.menu-slider .slide .slide-inside img {
  height: 100%;
  object-fit: cover;
}
.menu-slider .slide .menu-info {
  padding: 30px;
  background: white;
  border: 1px solid black;
  border-left: 0;
  height: 255px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1439px) {
  .menu-slider .slide .menu-info {
    border: 1px solid black;
    height: auto;
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .menu-slider .slide .menu-info {
    padding: 15px;
  }
}
.menu-slider .slide .menu-info .title {
  text-align: left;
  flex-grow: 1;
  padding: 0;
}
.menu-slider .slide .menu-info .menu-info-inside .menu-price {
  font-weight: 700;
  font-size: 16px;
  font-family: 'Compact';
  margin-bottom: 30px;
}
.testimonials-slider .slide {
  border: 1px solid black;
}
.testimonials-slider .slide .slide-inside {
  --poligon: polygon(0% 0, 100% 0, 85% 0, 100% 15%, 100% 100%, 0 100%, 0% 100%, 0 0%);
  -webkit-clip-path: var(--poligon);
  clip-path: var(--poligon);
  position: relative;
  padding: 30px;
  background: #2CA2CC;
}
@media (max-width: 767px) {
  .testimonials-slider .slide .slide-inside {
    padding: 15px;
  }
}
.testimonials-slider .slide .slide-inside::before {
  display: none;
}
.testimonials-slider .slide .slide-inside .photo {
  min-width: 96px;
  height: 96px;
  --poligon: polygon(0% 0, 100% 0, 100% 0, 100% 100%, 17% 100%, 0 83%, 0 100%, 0 0%);
  -webkit-clip-path: var(--poligon);
  clip-path: var(--poligon);
  position: relative;
  background: black;
}
@media (max-width: 767px) {
  .testimonials-slider .slide .slide-inside .photo {
    min-width: 80px;
    height: 80px;
  }
}
.testimonials-slider .slide .slide-inside .photo > div {
  -webkit-clip-path: var(--poligon);
  clip-path: var(--poligon);
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: -1;
  background-color: #fff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.testimonials-slider .slide .slide-inside .photo img {
  height: 100%;
  object-fit: cover;
}
.testimonials-slider .slide .slide-inside .title {
  text-align: left;
  color: white;
  margin: 0;
  margin-left: 15px;
  padding: 0;
}
@media (max-width: 460px) {
  .testimonials-slider .slide .slide-inside .title {
    font-size: 14px;
    margin-left: 10px;
  }
}
.testimonials-slider .slide .slide-inside .content {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .testimonials-slider .slide .slide-inside .content {
    font-size: 16px;
  }
}
@media (max-width: 460px) {
  .testimonials-slider .slide .slide-inside .content {
    font-size: 14px;
    line-height: 22px;
  }
}
footer .footer-inside {
  padding: 60px 0;
  background: #2CA2CC;
}
footer .line {
  width: 100%;
  height: 4px;
}
footer .line.yellow {
  background: #FFCE05;
}
footer .line.green {
  background: #7ED958;
}
footer .line.rose {
  background: #FF63B4;
}
footer .menu li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  transition: 0.2s;
}
@media (max-width: 991px) {
  footer .menu li a {
    flex-direction: column;
    align-self: baseline;
    padding: 10px 0;
    display: block;
  }
}
footer .menu li a:hover {
  color: #FFCE05;
}
footer .menu li:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 991px) {
  footer .menu {
    flex-direction: column;
    align-items: baseline;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  footer .footer-content {
    flex-direction: column;
    align-items: baseline;
  }
}
footer .offer-link {
  color: white;
  font-weight: 500;
  display: block;
  margin-left: auto;
  margin-top: 15px;
  transition: 0.2s;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  footer .offer-link {
    justify-content: flex-start;
    margin-top: 30px;
  }
}
footer .offer-link:hover {
  color: #FFCE05;
}
footer .payment {
  color: white;
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
}
footer .payment span {
  padding-right: 10px;
}
footer .payment img {
  max-width: 100px;
}
@media (max-width: 767px) {
  .inside-page-container {
    padding: 0 !important;
  }
}
#insidePage {
  background: #FF63B4;
}
.inside-page-wrap {
  background: #FF63B4;
}
.inside-page {
  --poligon-mob: polygon(9% 0, 100% 0, 100% 0, 100% 100%, 100% 97%, 0 126%, 0 100%, 0 3%);
  -webkit-clip-path: var(--poligon);
  clip-path: var(--poligon);
  position: relative;
  --poligon: polygon(5% 0, 100% 0, 100% 0, 100% 100%, 100% 95%, 0 177%, 0 100%, 0 5%);
  --poligon-mob: polygon(10% 0, 100% 0, 100% 0, 100% 100%, 100% 99%, 0 109%, 0 100%, 0 1%);
  background: black;
  margin-top: 60px;
  margin-bottom: 120px;
}
.inside-page:before {
  -webkit-clip-path: var(--poligon);
  clip-path: var(--poligon);
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: -1;
  transition: background-color 0.3s ease;
  background-color: #fff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
@media (max-width: 767px) {
  .inside-page {
    -webkit-clip-path: var(--poligon-mob);
    clip-path: var(--poligon-mob);
  }
  .inside-page:before {
    -webkit-clip-path: var(--poligon-mob);
    clip-path: var(--poligon-mob);
  }
}
@media (max-width: 767px) {
  .inside-page {
    margin-top: 0px;
    border-top: 0;
    margin-bottom: 0px;
    border-bottom: 0;
  }
}
.inside-page .main-info {
  display: flex;
}
@media (max-width: 767px) {
  .inside-page .main-info {
    flex-direction: column;
  }
}
.inside-page .main-info .left-side {
  border-right: 1px solid;
  display: flex;
  flex-direction: column;
  max-width: 350px;
  width: 100%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .inside-page .main-info .left-side {
    max-width: unset;
    border: 0;
    border-bottom: 1px solid;
  }
}
.inside-page .main-info .left-side .photo-wrap {
  padding: 30px;
  flex: 1 0 auto;
}
.inside-page .main-info .left-side .photo-wrap img {
  height: 100%;
  display: block;
  object-fit: cover;
  width: 100%;
  max-height: 500px;
}
.inside-page .main-info .left-side .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Compact';
  text-align: center;
  text-transform: uppercase;
  color: #181818;
  margin-top: 30px;
  padding: 0 30px;
}
.inside-page .main-info .left-side .price-block {
  border-top: 1px solid;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inside-page .main-info .left-side .price-block span {
  font-family: 'Compact';
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #FF63B4;
  padding: 11px 20px;
  position: relative;
  margin-left: 10px;
}
.inside-page .main-info .left-side .price-block span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid black;
  border-radius: 80%;
}
.inside-page .main-info .left-side .price-block span:before {
  content: '';
  position: absolute;
  left: -3px;
  top: 0;
  bottom: 0;
  right: -2px;
  border: 1px solid black;
  border-radius: 80%;
  transform: rotate(-5deg);
}
.inside-page .main-info .right-side-wrap {
  position: relative;
  flex-basis: min-content;
  flex-grow: 1;
}
.inside-page .main-info .right-side-wrap:after {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  height: 10%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, #FFFFFF 100%);
  opacity: 0;
}
@media (max-width: 767px) {
  .inside-page .main-info .right-side-wrap:after {
    display: none;
  }
}
.inside-page .main-info .right-side-wrap.bottom-side:after {
  top: 0;
  opacity: 1;
}
.inside-page .main-info .right-side-wrap.top-side:after {
  bottom: 0;
  transform: matrix(1, 0, 0, -1, 0, 0);
  opacity: 1;
}
.inside-page .main-info .right-side {
  padding: 30px;
  max-height: 600px;
  overflow-y: auto;
  scrollbar-color: transparent;
  scrollbar-width: thin;
}
.inside-page .main-info .right-side::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.inside-page .main-info .right-side::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.inside-page .main-info .right-side::-webkit-scrollbar-thumb {
  background: rgba(24, 24, 24, 0.3);
  border-radius: 4px;
}
@media (max-width: 767px) {
  .inside-page .main-info .right-side {
    max-height: unset;
  }
}
.inside-page .main-info .right-side .info-text {
  margin-top: 15px;
}
.inside-page .main-info .right-side .info-text ul li::before {
  content: url(/build/images/elements/list-star.svg);
  margin-right: 10px;
}
.inside-page .main-info .right-side h1,
.inside-page .main-info .right-side h2,
.inside-page .main-info .right-side h3,
.inside-page .main-info .right-side h4,
.inside-page .main-info .right-side h5,
.inside-page .main-info .right-side h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'Compact';
  color: #181818;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .inside-page .main-info .right-side h1,
  .inside-page .main-info .right-side h2,
  .inside-page .main-info .right-side h3,
  .inside-page .main-info .right-side h4,
  .inside-page .main-info .right-side h5,
  .inside-page .main-info .right-side h6 {
    font-size: 16px;
    line-height: 20px;
  }
}
.inside-page .main-info .right-side ul,
.inside-page .main-info .right-side ol {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #181818;
}
@media (max-width: 767px) {
  .inside-page .main-info .right-side ul,
  .inside-page .main-info .right-side ol {
    font-size: 16px;
    line-height: 26px;
  }
}
.inside-page .main-info .right-side ul li,
.inside-page .main-info .right-side ol li {
  padding: 5px 0;
  display: flex;
}
.inside-page .form-section {
  background: transparent;
  padding: 140px 100px;
  padding-bottom: 60px;
  border-top: 1px solid;
}
@media (max-width: 1199px) {
  .inside-page .form-section {
    padding: 100px 75px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .inside-page .form-section {
    padding: 100px 15px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .inside-page .form-section {
    padding-bottom: 80px;
  }
}
.inside-page .form-section .left-max-width {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .inside-page .form-section .left-max-width {
    max-width: 440px;
    margin: auto;
  }
}
.inside-page .form-section .desc {
  margin-bottom: 20px;
  font-size: 38px;
}
.inside-page .form-section .desc:after {
  display: none;
}
.inside-page .form-section .desc::before {
  content: url(/build/images/elements/star-inside.svg);
  top: -65px;
  left: -66px;
}
@media (max-width: 767px) {
  .inside-page .form-section .desc::before {
    left: unset;
    right: 0;
  }
}
@media (max-width: 767px) {
  .inside-page .form-section .desc {
    font-size: 26px;
  }
}
.inside-page .form-section .info {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #181818;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .inside-page .form-section .info {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .inside-page .form-section .info {
    font-size: 16px;
    line-height: 24px;
  }
}
.inside-page .form-section .cards {
  width: 100%;
  margin-top: 30px;
}
.inside-page .form-section .cards img {
  max-width: 200px;
  display: block;
  margin-left: auto;
}
@media (max-width: 991px) {
  .inside-page .form-section .cards img {
    margin: auto;
  }
}
.inside-page .form-section .form-wrap {
  padding: 0;
  border: 0;
}
.inside-page .form-section .form-wrap:after,
.inside-page .form-section .form-wrap:before {
  display: none;
}
.inside-page .form-section .radio-wrap {
  margin-top: 15px;
}
.inside-page .form-section .radio-wrap .rose {
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FF63B4;
}
#insidePageSubcription,
#insidePageStream {
  margin-bottom: 50px;
}
#insidePageSubcription section,
#insidePageStream section {
  padding: 60px 0;
}
@media (max-width: 767px) {
  #insidePageSubcription section,
  #insidePageStream section {
    padding: 30px 0;
  }
}
#insidePageSubcription .inside-page,
#insidePageStream .inside-page {
  margin: 0px;
  --poligon: polygon(8% 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 18%);
  --poligon-mob: polygon(13% 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 5%);
  -webkit-clip-path: var(--poligon);
  clip-path: var(--poligon);
  position: relative;
}
#insidePageSubcription .inside-page:before,
#insidePageStream .inside-page:before {
  -webkit-clip-path: var(--poligon);
  clip-path: var(--poligon);
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: -1;
  transition: background-color 0.3s ease;
  background-color: #fff;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}
@media (max-width: 767px) {
  #insidePageSubcription .inside-page,
  #insidePageStream .inside-page {
    -webkit-clip-path: var(--poligon-mob);
    clip-path: var(--poligon-mob);
  }
  #insidePageSubcription .inside-page:before,
  #insidePageStream .inside-page:before {
    -webkit-clip-path: var(--poligon-mob);
    clip-path: var(--poligon-mob);
  }
}
#insidePageSubcription .inside-page .main-info,
#insidePageStream .inside-page .main-info {
  border: 1px solid black;
}
#insidePageSubcription .form-wrap,
#insidePageStream .form-wrap {
  padding: 60px;
  background: url(/build/images/bg.png);
  background-size: cover;
}
@media (max-width: 767px) {
  #insidePageSubcription .form-wrap,
  #insidePageStream .form-wrap {
    padding: 30px;
  }
}
#insidePageSubcription .form-wrap .form-inside,
#insidePageStream .form-wrap .form-inside {
  padding: 60px 80px;
  background: white;
  border: 1px solid;
  max-width: 616px;
}
@media (max-width: 767px) {
  #insidePageSubcription .form-wrap .form-inside,
  #insidePageStream .form-wrap .form-inside {
    padding: 30px;
  }
}
#insidePageSubcription .form-wrap .form-inside .title,
#insidePageStream .form-wrap .form-inside .title {
  font-family: 'Compact';
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 52px;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #insidePageSubcription .form-wrap .form-inside .title,
  #insidePageStream .form-wrap .form-inside .title {
    font-size: 34px;
    margin-bottom: 15px;
  }
}
#insidePageSubcription .form-wrap .form-inside .desc,
#insidePageStream .form-wrap .form-inside .desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #insidePageSubcription .form-wrap .form-inside .desc,
  #insidePageStream .form-wrap .form-inside .desc {
    font-size: 14px;
    line-height: 26px;
  }
}
#insidePageSubcription .form-wrap .form-inside .radio-wrap,
#insidePageStream .form-wrap .form-inside .radio-wrap {
  margin-bottom: 30px;
}
#insidePageSubcription .btn-tabs,
#insidePageStream .btn-tabs {
  padding-bottom: 0;
}
#insidePageSubcription .carousel-selector .owl-stage-outer,
#insidePageStream .carousel-selector .owl-stage-outer {
  padding-bottom: 10px;
}
#insidePageSubcription .carousel-selector .owl-dots,
#insidePageStream .carousel-selector .owl-dots {
  display: none;
}
#insidePageSubcription .gallery,
#insidePageStream .gallery {
  margin: -15px;
}
@media (max-width: 991px) {
  #insidePageSubcription .gallery,
  #insidePageStream .gallery {
    margin: -7.5px;
  }
}
#insidePageSubcription .gallery .slide,
#insidePageStream .gallery .slide {
  padding: 15px;
}
@media (max-width: 991px) {
  #insidePageSubcription .gallery .slide,
  #insidePageStream .gallery .slide {
    padding: 7.5px;
  }
}
#insidePageSubcription .gallery .slide img,
#insidePageStream .gallery .slide img {
  border: 1px solid black;
  width: 100%;
}
#insidePageSubcription .links-list li,
#insidePageStream .links-list li,
#insidePageSubcription .text-list li,
#insidePageStream .text-list li {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
#insidePageSubcription .links-list li:before,
#insidePageStream .links-list li:before,
#insidePageSubcription .text-list li:before,
#insidePageStream .text-list li:before {
  content: url(/build/images/icons/link_icon.svg);
  display: block;
  margin-right: 15px;
}
#insidePageSubcription .links-list a,
#insidePageStream .links-list a,
#insidePageSubcription .text-list a,
#insidePageStream .text-list a {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  transition: 0.2s;
}
#insidePageSubcription .links-list a:hover,
#insidePageStream .links-list a:hover,
#insidePageSubcription .text-list a:hover,
#insidePageStream .text-list a:hover {
  color: #2CA2CC;
  text-decoration: underline;
}
#insidePageSubcription .text-list li:before,
#insidePageStream .text-list li:before {
  content: url(/build/images/icons/text_icon.svg);
}
#insidePageSubcription .buttons-slider,
#insidePageStream .buttons-slider {
  padding-bottom: 15px;
}
#insidePageSubcription .buttons-slider > .slide,
#insidePageStream .buttons-slider > .slide {
  margin-right: 15px;
}
#insidePageSubcription .buttons-slider .subcourse-btn,
#insidePageStream .buttons-slider .subcourse-btn {
  min-width: 200px;
}
#insidePageSubcription .buttons-slider .subcourse-btn.active,
#insidePageStream .buttons-slider .subcourse-btn.active {
  box-shadow: 4px 4px 0px #FF63B4;
}
#insidePageSubcription .buttons-slider .slick-list,
#insidePageStream .buttons-slider .slick-list {
  width: 100%;
  padding-bottom: 10px;
}
#insidePageSubcription .buttons-slider .slick-list .slick-track,
#insidePageStream .buttons-slider .slick-list .slick-track {
  display: flex;
}
.menu-adding {
  background: #2CA2CC url(/build/images/menu.png) no-repeat;
  position: relative;
  min-height: 430px;
  border-top: 1px solid;
}
@media (max-width: 991px) {
  .menu-adding {
    min-height: 630px;
    background: #2CA2CC;
  }
}
@media (max-width: 767px) {
  .menu-adding {
    min-height: 775px;
  }
}
@media (max-width: 600px) {
  .menu-adding {
    min-height: 710px;
  }
}
.menu-adding .left-photo {
  max-width: 400px;
  bottom: 0;
  left: 10%;
  position: absolute;
}
@media (max-width: 1199px) {
  .menu-adding .left-photo {
    left: 5%;
  }
}
.menu-adding .left-photo img {
  width: 100%;
  display: block;
}
.menu-adding .right-block {
  background: url(/build/images/comment.svg) no-repeat;
  min-height: 280px;
  max-width: 380px;
  width: 100%;
  position: absolute;
  right: 13%;
  top: 20%;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  padding: 34px 113px 98px 30px;
}
@media (max-width: 1199px) {
  .menu-adding .right-block {
    right: 6%;
    top: 10%;
  }
}
@media (max-width: 600px) {
  .menu-adding .right-block {
    right: 6%;
    top: 10%;
    font-size: 18px;
    min-height: 247px;
    max-width: 340px;
    background-size: contain;
  }
}
.menu-adding .right-block .price {
  position: absolute;
  font-family: 'Compact';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FF63B4;
  right: 38px;
  bottom: 37%;
  padding: 15px;
}
.menu-adding .right-block .price:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid black;
  border-radius: 80%;
}
.menu-adding .right-block .price:before {
  content: '';
  position: absolute;
  left: -3px;
  top: 0;
  bottom: 0;
  right: -2px;
  border: 1px solid black;
  border-radius: 80%;
  transform: rotate(-5deg);
}
.menu-adding .right-block .sale {
  width: 139px;
  height: 139px;
  background: url(/build/images/elements/sale.svg) no-repeat;
  position: absolute;
  top: -40px;
  right: -30px;
  font-family: 'Compact';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .menu-adding .right-block .sale {
    width: 114px;
    height: 114px;
    background-size: contain;
    right: -5px;
  }
}
.video-container {
  display: flex;
  flex-wrap: wrap;
  margin: -7.5px;
}
.video-container .video-player {
  display: flex;
  padding: 7.5px;
  width: 70%;
}
@media (max-width: 991px) {
  .video-container .video-player {
    order: -2;
  }
}
.video-container .video-player .video-main {
  min-height: 475px;
}
@media (max-width: 991px) {
  .video-container .video-player .video-main {
    min-height: unset;
  }
}
.video-container .video-player .video-main video {
  min-height: 475px;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  /* хак для предотвращения мелькания при загрузке на некоторых версиях ios */
}
.video-container .video-player .video-main video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0;
  visibility: hidden;
}
.video-container .video-player .video-main video::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0;
  visibility: hidden;
}
.video-container .video-player .video-main video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .video-container .video-player .video-main video {
    min-height: 370px;
  }
}
@media (max-width: 600px) {
  .video-container .video-player .video-main video {
    min-height: 230px;
  }
}
.video-container .video-player iframe {
  min-height: 450px;
}
@media (max-width: 991px) {
  .video-container .video-player iframe {
    min-height: 370px;
  }
}
@media (max-width: 600px) {
  .video-container .video-player iframe {
    min-height: 230px;
  }
}
@media (max-width: 991px) {
  .video-container .video-player {
    width: 100%;
  }
}
.video-container .video-list {
  width: 30%;
  padding: 7.5px;
}
@media (max-width: 991px) {
  .video-container .video-list {
    width: 100%;
    padding-top: 15px;
  }
}
.video-container .video-list ul {
  max-height: 473px;
  overflow-y: auto;
  overflow-x: hidden;
  list-style: none;
  padding: 0;
  padding-right: 15px;
  scrollbar-color: transparent;
  scrollbar-width: thin;
}
.video-container .video-list ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.video-container .video-list ul::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.video-container .video-list ul::-webkit-scrollbar-thumb {
  background: rgba(24, 24, 24, 0.3);
  border-radius: 4px;
}
@media (max-width: 1440px) {
  .video-container .video-list ul {
    max-height: 425px;
  }
}
@media (max-width: 1200px) {
  .video-container .video-list ul {
    max-height: 365px;
  }
}
@media (max-width: 991px) {
  .video-container .video-list ul {
    display: flex;
    padding: 0px;
    padding-bottom: 15px;
    overflow-x: auto;
  }
}
.video-container .video-list ul li {
  cursor: pointer;
}
.video-container .video-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .video-container .video-list ul li:not(:last-child) {
    margin: 0;
    margin-right: 15px;
  }
}
.video-container .video-list ul .video-item {
  display: block;
  color: #333;
  text-decoration: none;
  display: flex;
}
.video-container .video-list ul .video-item.active-video {
  color: #FF63B4;
}
@media (max-width: 991px) {
  .video-container .video-list ul .video-item {
    flex-direction: column;
  }
}
.video-container .video-list ul .video-item img {
  width: 100%;
  object-fit: contain;
  flex-grow: 1;
  max-width: 105px;
}
@media (max-width: 991px) {
  .video-container .video-list ul .video-item img {
    width: 100px;
  }
}
.video-container .video-list ul .video-item span {
  display: block;
  margin-left: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
}
@media (max-width: 991px) {
  .video-container .video-list ul .video-item span {
    margin: 0;
    margin-top: 15px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .video-container .video-list ul .video-item span {
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
  }
}
.video-container .chosed-video-name-blk {
  padding: 7.5px;
}
@media (max-width: 991px) {
  .video-container .chosed-video-name-blk {
    order: -1;
  }
}
.video-container .chosed-video-name-blk .chosed-video-name {
  font-weight: 700;
  font-size: 21px;
  line-height: 21px;
  margin-top: 10px;
}
.user-subscription {
  background-color: #FFCE05;
  height: 100%;
}
.user-subscription .user-subscription-inside {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: black;
  --poligon: polygon(0% 0%, 100% 0%, 100% 88%, 86% 100%, 100% 100%, 0% 100%, 0% 100%, 0 0%);
  --poligon-mob: polygon(0% 0%, 100% 0%, 100% 92%, 91% 100%, 100% 100%, 0% 100%, 0% 100%, 0 0%);
  -webkit-clip-path: var(--poligon);
  clip-path: var(--poligon);
  position: relative;
}
.user-subscription .user-subscription-inside:before {
  -webkit-clip-path: var(--poligon);
  clip-path: var(--poligon);
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: -1;
  transition: background-color 0.3s ease;
  background-color: #fff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
@media (max-width: 767px) {
  .user-subscription .user-subscription-inside {
    -webkit-clip-path: var(--poligon-mob);
    clip-path: var(--poligon-mob);
  }
  .user-subscription .user-subscription-inside:before {
    -webkit-clip-path: var(--poligon-mob);
    clip-path: var(--poligon-mob);
  }
}
.user-subscription .user-subscription-inside .slide-top {
  padding: 30px;
}
@media (max-width: 991px) {
  .user-subscription .user-subscription-inside .slide-top {
    padding: 15px;
  }
}
.user-subscription .period {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #2CA2CC;
  margin-bottom: 15px;
}
.user-subscription .title {
  font-family: 'Compact';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #181818;
  margin-bottom: 30px;
}
.user-subscription img {
  object-fit: contain;
  display: block;
  width: 100%;
  margin-bottom: 30PX;
}
.user-subscription .end-date {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #E30074;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-subscription .end-date #end-date {
  padding-left: 5px;
}
@media (max-width: 767px) {
  #cabinet-page .block-section-margin-top {
    margin-top: 40px !important;
  }
}
.stream-block .stream-video {
  width: 100%;
  flex-grow: 1;
}
.stream-block .stream-video.with-chat {
  width: 75%;
}
.stream-block .stream-chat {
  width: 25%;
  min-height: 500px;
}
@media (max-width: 1200px) {
  .stream-block .stream-video {
    width: 100%;
  }
  .stream-block .stream-chat {
    width: 100%;
  }
}
.back-live {
  display: flex;
  align-items: center;
  pointer-events: none;
}
.back-live img {
  max-width: 100px;
}
.back-live.active {
  cursor: pointer;
  pointer-events: unset;
}
.stream-history {
  background: black;
}
@media (max-width: 460px) {
  .stream-history .slide-top {
    padding: 20px;
  }
}
.stream-history.active-slide {
  background: #FF63B4;
}
.stream-history.active-slide .title {
  color: #FF63B4;
}
.contacts-title {
  font-family: 'Compact';
  font-size: 40px;
  text-align: center;
  color: #FF63B4;
  margin-bottom: 60px;
}
.contacts-page {
  background: #FF63B4;
}
.contacts-page .inside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  --poligon: polygon(5% 0, 100% 0, 100% 0, 100% 100%, 100% 95%, 0 177%, 0 100%, 0 5%);
  --poligon-mob: polygon(9% 0, 100% 0, 100% 0, 100% 100%, 100% 97%, 0 126%, 0 100%, 0 3%);
  -webkit-clip-path: var(--poligon);
  clip-path: var(--poligon);
  position: relative;
  background: black;
  margin-top: 30px;
  margin-bottom: 120px;
  padding: 60px;
  min-height: 500px;
  --poligon: polygon(6% 0, 100% 0, 100% 0, 100% 100%, 100% 87%, 0 285%, 0 100%, 0 14%);
  --poligon-mob: polygon(11% 0, 100% 0, 100% 0, 100% 100%, 100% 89%, 0 194%, 0 100%, 0 12%);
}
.contacts-page .inside:before {
  -webkit-clip-path: var(--poligon);
  clip-path: var(--poligon);
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: -1;
  transition: background-color 0.3s ease;
  background-color: #fff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
@media (max-width: 767px) {
  .contacts-page .inside {
    -webkit-clip-path: var(--poligon-mob);
    clip-path: var(--poligon-mob);
  }
  .contacts-page .inside:before {
    -webkit-clip-path: var(--poligon-mob);
    clip-path: var(--poligon-mob);
  }
}
@media (max-width: 767px) {
  .contacts-page .inside {
    margin-top: 30px;
    border-top: 0;
    margin-bottom: 30px;
    border-bottom: 0;
  }
}
.contacts-page .inside .space {
  margin-top: 30px;
}
.contacts-page .inside .title {
  font-family: 'Compact';
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.contacts-page .inside a {
  font-size: 20px;
  color: #FF63B4;
}
.contacts-page .inside .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contacts-page .inside .item:not(:last-child) {
  margin-bottom: 40px;
}
.profile-page {
  padding: 60px 0;
}
.profile-page .profile-form {
  max-width: 360px;
}
.profile-page .profile-form .input-group {
  margin-bottom: 30px;
}
.profile-page .title {
  font-family: 'Compact';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  color: #120E29;
  margin-bottom: 50px;
}
.profile-page .desc {
  font-family: 'Compact';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #120E29;
  margin-bottom: 30px;
}
html,
body {
  margin: 0;
  height: 100%;
  font-family: 'Raleway', Arial, sans-serif;
  line-height: 1.15;
}
body.overflow-hidden {
  overflow: hidden;
}
*::-moz-selection {
  background: rgba(255, 99, 180, 0.18);
}
*::selection {
  background: rgba(255, 99, 180, 0.18);
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
}
main {
  flex: 1 0 auto;
  position: relative;
}
@media (max-width: 991px) {
  main {
    padding-top: 72px;
  }
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1110px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1230px;
  }
}
.section1 {
  background: #FF63B4;
  border: 1px solid #181818;
  position: relative;
}
.section1 .content {
  max-width: 590px;
  padding: 132px 0;
}
@media (max-width: 1439px) {
  .section1 .content {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .section1 .content {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .section1 .content {
    max-width: 685px;
    margin: auto;
    padding: 60px 0 30px 0;
  }
}
.section1 .content h1 {
  font-family: 'Compact';
  font-weight: 700;
  font-size: 68px;
  line-height: 90px;
  text-transform: uppercase;
  color: #181818;
  margin-bottom: 24px;
}
@media (max-width: 1439px) {
  .section1 .content h1 {
    font-size: 56px;
  }
}
@media (max-width: 1199px) {
  .section1 .content h1 {
    line-height: 70px;
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .section1 .content h1 {
    font-size: 42px;
    line-height: 57px;
    text-align: center;
  }
}
@media (max-width: 460px) {
  .section1 .content h1 {
    font-size: 30px;
    line-height: 46px;
  }
}
.section1 .content .desc {
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  position: relative;
  max-width: 490px;
}
@media (max-width: 991px) {
  .section1 .content .desc {
    text-align: center;
  }
}
@media (max-width: 460px) {
  .section1 .content .desc {
    font-size: 16px;
    line-height: 24px;
  }
}
.section1 .content .desc:after {
  content: url(../images/elements/liner.svg);
  display: block;
  position: absolute;
  z-index: 1;
  right: -30%;
}
@media (max-width: 1439px) {
  .section1 .content .desc:after {
    right: -13%;
  }
}
@media (max-width: 1199px) {
  .section1 .content .desc:after {
    right: -5%;
  }
}
@media (max-width: 991px) {
  .section1 .content .desc:after {
    position: unset;
    margin-top: 30px;
  }
}
.section1 .content-social {
  border-top: 1px solid #181818;
}
.section1 .social-list {
  padding: 50px 0;
  max-width: 570px;
  position: relative;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .section1 .social-list {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .section1 .social-list {
    max-width: unset;
  }
}
.section1 .social-list li:not(:last-child) {
  margin-right: 50px;
}
@media (max-width: 460px) {
  .section1 .social-list li:not(:last-child) {
    margin-right: 20px;
  }
}
.section1 .social-list li a {
  width: 44px;
  height: 44px;
  display: block;
}
.section1 .social-list li a object {
  cursor: pointer;
}
@media (max-width: 460px) {
  .section1 .social-list li a svg {
    width: 40px;
    height: 40px;
  }
}
.section1 .social-list li a svg * {
  transition: 0.2s;
}
.section1 .social-list li a:hover svg * {
  fill: #7ED958;
  stroke: #7ED958;
}
.section1 .social-list::before,
.section1 .social-list::after {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/elements/star.svg) no-repeat;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .section1 .social-list:before {
    display: none;
  }
}
.section1 .social-list::after {
  left: unset;
  right: 0;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .section1 .social-list::after {
    right: 20%;
  }
}
.section1 .main-photo {
  background: url(../images/sec1.png) no-repeat center;
  background-size: cover;
  max-width: 630px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1439px) {
  .section1 .main-photo {
    max-width: 574px;
  }
}
@media (max-width: 1199px) {
  .section1 .main-photo {
    max-width: 463px;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .section1 .main-photo {
    display: none;
  }
}
.section1 .main-photo-mobile {
  background: #7ED958;
  padding: 30px;
}
@media (max-width: 460px) {
  .section1 .main-photo-mobile {
    padding: 15px;
  }
}
.section1 .main-photo-mobile .img-wrap {
  position: relative;
  width: fit-content;
  margin: auto;
}
.section1 .main-photo-mobile .img-wrap:after {
  content: url(/build/images/elements/cascad-mob.svg);
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
}
.section1 .main-photo-mobile img {
  max-width: 450px;
  display: block;
  width: 100%;
}
.section1 .main-photo-mobile .circle-anim {
  right: -36px;
  bottom: 15px;
}
@media (max-width: 1199px) {
  .section1 .main-photo-mobile .circle-anim {
    right: -9px;
  }
}
@media (max-width: 460px) {
  .section1 .main-photo-mobile .circle-anim .circle {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 460px) {
  .section1 .main-photo-mobile .circle-anim .logo {
    width: 50px;
    height: 50px;
  }
}
.section1 .circle-anim {
  position: absolute;
  right: 63px;
  bottom: 34px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .section1 .circle-anim {
    right: 9px;
  }
}
.section1 .circle-anim .circle {
  position: relative;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section1 .circle-anim .logo {
  position: absolute;
  width: 79px;
  height: 76px;
  background: url(../images/elements/star-anim.svg);
  background-size: cover;
}
.section1 .circle-anim .text {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/elements/text-anim.svg);
  background-size: cover;
  animation: animate 10s linear infinite;
}
.section2 {
  position: relative;
}
@media (max-width: 767px) {
  .section2 .section-title:after {
    content: url('../images/elements/sec2-mob.svg');
    right: 0px;
    top: -50px;
  }
}
@media (max-width: 550px) {
  .section2 .section-title {
    padding: 0 15px;
  }
}
@media (max-width: 550px) {
  .section2 .container {
    padding: 0;
  }
}
.section3 {
  position: relative;
  margin-top: 200px;
}
.section3:after {
  content: '';
  --poligon: polygon(0% 0, 100% 0, 93% 0, 100% 21%, 100% 100%, 0 100%, 0% 100%, 0 0%);
  --poligon-mob: polygon(0% 0, 100% 0, 89% 0, 100% 8%, 100% 100%, 0 100%, 0% 100%, 0 0%);
  -webkit-clip-path: var(--poligon);
  clip-path: var(--poligon);
  background: #FF63B4;
  position: absolute;
  display: block;
  z-index: -1;
  width: 100%;
  height: 105%;
  top: 0;
  margin-top: -103px;
}
@media (max-width: 767px) {
  .section3:after {
    -webkit-clip-path: var(--poligon-mob);
    clip-path: var(--poligon-mob);
  }
}
@media (max-width: 460px) {
  .section3 {
    margin-top: 130px !important;
  }
  .section3:after {
    height: 93%;
    margin-top: -85px;
  }
}
.section3 .section-title {
  margin-bottom: 50px;
}
@media (max-width: 550px) {
  .section3 .section-title {
    margin-bottom: 25px;
  }
}
.section3 .one-slide {
  width: 100%;
  max-width: 380px;
}
@media (max-width: 991px) {
  .section3 .one-slide {
    margin: auto;
  }
}
.section3 .section3-desc {
  margin-left: 50px;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
}
.section3 .section3-desc li::before {
  content: url(/build/images/elements/star-yellow.svg);
  margin-right: 10px;
}
@media (max-width: 991px) {
  .section3 .section3-desc {
    order: -1;
    margin: 0;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 36px;
  }
}
.section3 .owl-dots {
  position: absolute;
  right: 50%;
  transform: translate(50%, 0);
}
.section3 .owl-item:last-child {
  margin-right: 0 !important;
}
.section3 .content-wrap {
  display: flex;
}
@media (max-width: 991px) {
  .section3 .content-wrap {
    flex-direction: column;
  }
}
.section4 {
  background-color: #7ED958;
  background-image: url(/build/images/sec4-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 120px 0;
  background-position: center;
  position: relative;
  margin-top: 180px !important;
}
@media (max-width: 1439px) {
  .section4 {
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .section4 {
    background-image: url(/build/images/sec4-bg-mob.png);
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .section4 {
    margin-top: 100px !important;
  }
}
@media (max-width: 550px) {
  .section4 .section-title {
    padding: 0 15px;
  }
}
@media (max-width: 550px) {
  .section4 .container {
    padding: 0;
  }
}
@media (max-width: 550px) {
  .section5 .section-title,
  .section6 .section-title {
    padding: 0 15px;
  }
}
@media (max-width: 550px) {
  .section5 .container,
  .section6 .container {
    padding: 0;
  }
}
.section5 {
  padding-top: 50px;
  position: relative;
}
.lines {
  padding-bottom: 300px;
  padding-top: 190px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .lines {
    padding-bottom: 200px;
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .lines {
    padding-bottom: 100px;
  }
}
@media (max-width: 550px) {
  .lines {
    padding-bottom: 80px;
    padding-top: 90px;
  }
}
.lines .green-line {
  background-color: #7ED958;
  transform: rotate(-4.17deg);
  width: 102%;
  margin-left: -30px;
}
@media (max-width: 1439px) {
  .lines .green-line {
    width: 105%;
  }
}
@media (max-width: 991px) {
  .lines .green-line {
    width: 120%;
    transform: rotate(343deg);
  }
}
.lines .yellow-line {
  background-color: #FFCE05;
  transform: rotate(13deg);
  width: 110%;
  margin-left: -100px;
}
@media (max-width: 1439px) {
  .lines .yellow-line {
    width: 120%;
    transform: rotate(19deg);
  }
}
@media (max-width: 991px) {
  .lines .yellow-line {
    width: 143%;
    margin-left: -30px;
  }
}
.marquee {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-family: 'Compact';
  color: black;
  font-size: 12px;
  padding: 25px 0;
  font-weight: 700;
  position: relative;
}
@media (max-width: 767px) {
  .marquee {
    padding: 20px 0;
  }
}
.marquee:before {
  content: '';
  position: absolute;
  display: block;
  background: url(/build/images/lines-bg.png) repeat-x;
  width: 100%;
  top: 85%;
  right: 0;
  bottom: 0;
  left: 0;
}
.marquee:after {
  content: '';
  position: absolute;
  display: block;
  background: url(/build/images/lines-bg.png) repeat-x;
  transform: rotate(180deg);
  width: 100%;
  top: 0;
  right: 0;
  bottom: 85%;
  left: 0;
}
.section6 {
  margin-top: -50px;
  position: relative;
}
.achievement {
  border: 1px solid black;
  height: 100%;
}
.achievement > div:first-child {
  border-right: 1px solid black;
}
.achievement .left-img,
.achievement .right-img {
  position: relative;
  width: 50%;
}
.achievement .left-img img,
.achievement .right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.achievement .left-img:after,
.achievement .right-img:after {
  content: '';
  height: 45px;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  bottom: -1px;
  background: #FF63B4;
}
.achievement .left-img::before,
.achievement .right-img::before {
  content: '';
  color: #181818;
  font-family: 'Compact';
  font-size: 13px;
  position: absolute;
  z-index: 2;
  bottom: 10px;
  text-transform: uppercase;
}
.achievement .left-img.left-img:after,
.achievement .right-img.left-img:after {
  clip-path: polygon(0% 100%, 100% 0, 100% 0, 100% 100%, 0% 100%, 0% 100%, 0 100%, 0 0%);
}
.achievement .left-img.left-img:before,
.achievement .right-img.left-img:before {
  content: 'До';
  right: 10px;
}
.achievement .left-img.right-img:after,
.achievement .right-img.right-img:after {
  clip-path: polygon(0% 0, 100% 0, 0% 0, 100% 100%, 0% 100%, 0% 100%, 0 100%, 0 0%);
}
.achievement .left-img.right-img:before,
.achievement .right-img.right-img:before {
  content: 'Після';
  left: 10px;
}
.more-achievement {
  font-family: 'Compact';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #181818;
  margin-top: 55px;
  position: relative;
}
.more-achievement:after {
  content: url(/build/images/elements/arrow.svg);
  display: block;
  margin-left: -20px;
}
.section7 {
  border: 1px solid black;
  position: relative;
}
.section7 .content {
  padding: 110px 0px 130px 0px;
  max-width: 620px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1439px) {
  .section7 .content {
    max-width: 460px;
  }
}
@media (max-width: 1199px) {
  .section7 .content {
    padding: 35px 0px 40px 0px;
  }
}
@media (max-width: 991px) {
  .section7 .content {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .section7 .content {
    padding-bottom: 150px;
  }
}
@media (max-width: 991px) {
  .section7 .content img {
    width: 270px;
  }
}
@media (max-width: 767px) {
  .section7 .content img {
    width: 170px;
  }
}
.section7 .content .desc {
  font-family: 'Compact';
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  color: #181818;
}
@media (max-width: 1439px) {
  .section7 .content .desc {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .section7 .content .desc {
    font-size: 20px;
    line-height: 29px;
  }
}
@media (max-width: 767px) {
  .section7 .content .desc {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .section7 .content .desc {
    text-align: center;
  }
}
.section7 .content .desc span {
  color: #FF63B4;
}
.section7 .content .desc.margin {
  margin-top: 50px;
}
.section7 .content .btn {
  margin-top: 50px;
  max-width: 250px;
}
@media (max-width: 767px) {
  .section7 .content .btn {
    margin-top: 40px;
  }
}
.section7 .content:after {
  content: url(/build/images/elements/confetti.svg);
  position: absolute;
  right: 0%;
  bottom: 30px;
  display: block;
}
@media (max-width: 1439px) {
  .section7 .content:after {
    right: -10%;
  }
}
@media (max-width: 767px) {
  .section7 .content:after {
    bottom: 7px;
  }
}
.section7 .content .content-list {
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  margin-top: 25px;
}
.section7 .content .content-list li::before {
  content: url(/build/images/elements/star-yellow.svg);
  margin-right: 10px;
}
@media (max-width: 767px) {
  .section7 .content .content-list {
    font-size: 18px;
    line-height: 36px;
  }
}
.section7 .photo {
  background: url(/build/images/sec7.png) no-repeat;
  background-size: 100%;
  max-width: 630px;
  width: 100%;
  position: absolute;
  top: 50px;
  right: 50px;
  bottom: 50px;
}
@media (max-width: 1439px) {
  .section7 .photo {
    max-width: 597px;
  }
}
@media (max-width: 1199px) {
  .section7 .photo {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .section7 .photo {
    display: none;
  }
}
.section7 .photo-mobile {
  margin: 30px;
  background: #FFCE05;
  padding: 60px;
}
@media (max-width: 460px) {
  .section7 .photo-mobile {
    margin: 0;
    padding: 15px;
  }
}
.section7 .photo-mobile img {
  max-width: 470px;
  width: 100%;
  display: block;
  margin: auto;
}
.section8 {
  border: 1px solid black;
  position: relative;
  display: flex;
  background: rgba(255, 99, 180, 0.18);
  border-top: 0;
}
@media (max-width: 991px) {
  .section8 {
    flex-direction: column;
  }
}
.section8 .photo {
  background: url(/build/images/elements/sec8.png) no-repeat;
  background-size: cover;
  width: 630px;
  border: 1px solid black;
  margin: 50px;
  margin-right: 0;
}
@media (max-width: 1199px) {
  .section8 .photo {
    width: 515px;
  }
}
@media (max-width: 991px) {
  .section8 .photo {
    display: none;
  }
}
.section8 .photo-mobile {
  margin: 30px;
  margin-bottom: 0;
}
.section8 .photo-mobile img {
  display: block;
  width: 100%;
}
.section8 .content {
  width: 65%;
  flex-grow: 1;
  max-height: 800px;
  overflow-y: auto;
  margin: 50px 0;
  scrollbar-color: transparent;
  scrollbar-width: thin;
}
@media (max-width: 1199px) {
  .section8 .content {
    width: 580px;
    max-height: 600px;
  }
}
@media (max-width: 991px) {
  .section8 .content {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    max-height: unset;
  }
}
.section8 .content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.section8 .content::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.section8 .content::-webkit-scrollbar-thumb {
  background: rgba(24, 24, 24, 0.3);
  border-radius: 4px;
}
.section8 .desc .item {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  padding: 30px;
  padding-left: 70px;
  transition: 0.2s;
}
.section8 .desc .item a {
  color: #2CA2CC;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .section8 .desc .item {
    padding-left: 40px;
    font-size: 16px;
    line-height: 26px;
  }
}
.section8 .desc .item .title {
  font-family: 'Compact';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FF63B4;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section8 .desc .item .title {
    font-size: 20px;
  }
}
.section8 .desc .item ul {
  max-width: 540px;
}
.section8 .desc .item.with-space li:not(:last-child) {
  margin-bottom: 20px;
}
.section8 .desc .item:first-child {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .section8 .desc .item:first-child {
    padding-top: 40px;
  }
}
.section8 .desc .item:last-child {
  padding-bottom: 60px;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .section8 .desc .item:last-child {
    padding-bottom: 40px;
  }
}
.section8 .desc .item:nth-child(even) {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.section8 .desc .item:hover {
  background: rgba(255, 99, 180, 0.4);
}
.section8 .desc .item li {
  list-style: initial;
}
.section9 {
  background: #7ED958;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .section9 {
    padding-top: 120px;
  }
}
.section9 .desc {
  font-family: 'Compact';
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 52px;
  color: #181818;
  line-height: 70px;
  position: relative;
}
.section9 .desc:after {
  content: '👉';
}
@media (max-width: 991px) {
  .section9 .desc:after {
    content: '👇';
    display: block;
  }
}
@media (max-width: 991px) {
  .section9 .desc {
    max-width: 500px;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section9 .desc {
    font-size: 28px;
    line-height: 38px;
  }
}
.section9 .desc span {
  color: #FF63B4;
}
.section9 .desc.margin {
  margin-top: 50px;
}
.section9 .desc:before {
  content: url(/build/images/elements/spiral.svg);
  position: absolute;
  top: -100px;
  left: -150px;
}
@media (max-width: 1199px) {
  .section9 .desc:before {
    top: -23px;
    left: -95px;
  }
}
@media (max-width: 767px) {
  .section9 .desc:before {
    top: -101px;
    left: unset;
    right: 50px;
  }
}
.section9 .form-wrap {
  padding: 95px;
  border: 1px solid black;
  position: relative;
  width: 100%;
}
@media (max-width: 1199px) {
  .section9 .form-wrap {
    padding: 60px;
  }
}
@media (max-width: 991px) {
  .section9 .form-wrap {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .section9 .form-wrap {
    padding: 50px 20px;
  }
}
.section9 .form-wrap:after {
  content: url(/build/images/elements/star-form1.svg);
  display: block;
  position: absolute;
  left: -51px;
  top: 20px;
}
@media (max-width: 767px) {
  .section9 .form-wrap:after {
    content: url(/build/images/elements/star-form1-mob.svg);
    left: 23px;
    top: -25px;
  }
}
.section9 .form-wrap:before {
  content: url(/build/images/elements/star-form2.svg);
  display: block;
  position: absolute;
  right: -51px;
  bottom: 20px;
}
@media (max-width: 1199px) {
  .section9 .form-wrap:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .section9 .form-wrap:before {
    display: block;
    content: url(/build/images/elements/star-form2-mob.svg);
    right: -12px;
    bottom: -31px;
  }
}
.section9 .form-wrap form {
  display: flex;
  flex-direction: column;
  max-width: 375px;
  margin: auto;
}
@media (max-width: 991px) {
  .section9 .form-wrap form > div {
    border: 0;
  }
}
.section9 .form-wrap form > div:not(:last-child) {
  margin-bottom: 20px;
}
.section9 .form-wrap form > div.radio-wrap {
  border: 0;
}
.section9 .form-wrap form > div._error .input-form {
  border: 1px solid red !important;
}
.section9 .form-wrap form textarea {
  resize: none;
  font-family: 'Raleway', Arial, sans-serif;
}
.section9 .form-wrap form textarea::placeholder {
  font-family: 'Raleway', Arial, sans-serif;
}
.section9 .form-wrap form button:disabled {
  cursor: not-allowed;
}
form > div:not(:last-child) {
  margin-bottom: 20px;
}
form > div.radio-wrap {
  border: 0;
}
form > div._error .input-form {
  border: 1px solid red !important;
}
form > div .error {
  color: #EB5757;
  margin: 0;
  margin-top: 7px;
}
.visibility-btn {
  display: block;
  border: none;
  background: none;
  position: absolute;
  right: 0;
  top: 18px;
  margin-right: 10px;
  cursor: pointer;
}
.visibility-btn.visibility-off::before {
  opacity: 1;
}
.visibility-btn.visibility-off::after {
  opacity: 0;
}
.visibility-btn::before {
  opacity: 0;
  content: url(/build/images/icons/show_pass.svg);
  position: absolute;
}
.visibility-btn::after {
  opacity: 1;
  content: url(/build/images/icons/not_show_pass.svg);
}
.visibility-btn::before,
.visibility-btn::after {
  width: 22px;
  height: 22px;
  display: flex;
  line-height: 31px;
  justify-content: center;
  transition: opacity 0.2s linear;
}
.pass-field {
  position: relative;
}
.input-form {
  border: 1px solid #181818;
  background: white;
  line-height: 22px;
  padding: 15px 25px;
  outline: 0;
  font-weight: 400;
  font-size: 18px;
  width: 100%;
  transition: 0.2s;
  display: flex;
  border-radius: 0 !important;
}
@media (max-width: 991px) {
  .input-form {
    border: 1px solid #181818;
  }
}
.input-form::placeholder {
  color: #242424;
  opacity: 0.4;
}
.input-form:hover {
  border: 1px solid #181818;
}
.circle-btn-loader {
  height: 15px;
  width: 105px;
  display: flex;
  position: relative;
  margin: auto;
}
.circle-btn-loader .circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  animation: move 500ms linear 0ms infinite;
  margin-right: 30px;
}
.circle-btn-loader .circle:first-child {
  position: absolute;
  top: 0;
  left: 0;
  animation: grow 500ms linear 0ms infinite;
}
.circle-btn-loader .circle:last-child {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
  animation: grow 500ms linear 0s infinite reverse;
}
@keyframes grow {
  from {
    transform: scale(0, 0);
    opacity: 0;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes move {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(45px);
  }
}
.section10 .yellow-line {
  background: #FFCE05;
  padding: 38px 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section10 .yellow-line {
    padding: 25px 0;
  }
}
.section10 .yellow-line:before,
.section10 .yellow-line:after {
  display: none;
}
.section10 .yellow-line span {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .section10 .yellow-line span {
    padding: 0 15px;
  }
}
.section10 .yellow-line span:after {
  content: url(/build/images/elements/flower.svg);
  margin-left: 60px;
}
@media (max-width: 767px) {
  .section10 .yellow-line span:after {
    margin-left: 35px;
  }
}
.section11 .text {
  font-family: 'Compact';
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 70px;
  color: #FF63B4;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .section11 .text {
    font-size: 38px;
    font-size: 28px;
    line-height: 38px;
  }
}
.section11 .text:before {
  content: url(/build/images/elements/confetti.svg);
  position: absolute;
  left: -50%;
  top: -30px;
  display: block;
}
@media (max-width: 1199px) {
  .section11 .text:before {
    left: -160px;
  }
}
@media (max-width: 991px) {
  .section11 .text:before {
    left: -92px;
    top: -67px;
  }
}
@media (max-width: 767px) {
  .section11 .text:before {
    content: url(/build/images/elements/confetti-mob.svg);
    right: 0;
    left: unset;
    top: -90px;
  }
}
@media (max-width: 767px) {
  .section11 .socials {
    flex-direction: column;
  }
}
.section11 .socials a {
  font-family: 'Compact';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  padding: 7px 40px;
  transition: 0.2s;
}
@media (max-width: 991px) {
  .section11 .socials a {
    padding: 7px 30px;
  }
}
.section11 .socials a:not(:last-child) {
  margin-right: 42px;
}
@media (max-width: 991px) {
  .section11 .socials a:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .section11 .socials a:not(:last-child) {
    margin: 0px;
    margin-bottom: 20px;
  }
}
.section11 .socials a:before {
  display: block;
  margin-right: 10px;
  margin-top: 4px;
}
.section11 .socials a.tg:before {
  content: url(/build/images/social/tg.svg);
}
.section11 .socials a.inst:before {
  content: url(/build/images/social/inst.svg);
}
.section11 .socials a.fb:before {
  content: url(/build/images/social/fb.svg);
}
.section11 .socials a:hover {
  box-shadow: 4px 4px 0px #FF63B4;
}
