@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.flex-start {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

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

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

.flex-col-start {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.flex-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.flex-col-end {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.flex-stretch {
  display: flex;
  align-items: stretch;
}

@media screen and (max-width: 1050px) {
  .not-mobile {
    display: none !important;
  }
  .mobile-flex-col-start {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .mobile-flex-col-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-flex-col-end {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .mobile-flex-start {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .mobile-flex-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-flex-end {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .mobile-flex-stretch {
    display: flex;
    align-items: stretch;
  }
  .mobile-flex-col-stretch {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
@media screen and (min-width: 1050px) {
  .not-desktop {
    display: none !important;
  }
}
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type=file] {
  max-width: 100%;
}

* {
  transition: all 0.3s;
  box-sizing: border-box;
}
*::after, *::before {
  transition: all 0.3s;
}

body {
  position: relative;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-optical-sizing: auto;
  background: #fff;
  color: #232323;
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
  transition: all 0.15s;
}
body.overflow-hidden {
  overflow: hidden;
}

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

input {
  outline: none;
}

ul {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
  text-decoration: none;
}

.gap-27 {
  gap: calc(0.9 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .gap-27 {
    gap: 27px;
  }
}

.gap-32 {
  gap: calc(1.0666666667 * (1vw + 1vh));
}

.gap-23 {
  gap: calc(0.7666666667 * (1vw + 1vh));
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  padding: calc(0.8 * (1vw + 1vh)) calc(3.3333333333 * (1vw + 1vh));
  box-shadow: 0px 0px 4px rgba(120, 37, 141, 0.15);
}
@media screen and (max-width: 1050px) {
  header {
    box-shadow: none;
    padding: 25px 20px;
  }
}

.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  width: calc(7.5333333333 * (1vw + 1vh));
  height: calc(1.9 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .header__logo {
    width: 178.51px;
    height: 45px;
  }
}

.header__nav {
  padding-left: calc(3.3333333333 * (1vw + 1vh));
}
.header__nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(1.5 * (1vw + 1vh));
}
.header__nav li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.1666666667 * (1vw + 1vh));
  color: #333333;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 600;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0053333333 * (1vw + 1vh));
  word-wrap: break-word;
}
.header__nav li a:hover, .header__nav li a.active {
  color: #e42125;
}
.header__nav li a:hover .arrow-down, .header__nav li a.active .arrow-down {
  transform: rotate(180deg);
  filter: brightness(1) saturate(100%) invert(17%) sepia(91%) saturate(748%) hue-rotate(336deg) brightness(91%) contrast(101%);
}
.header__nav li a .arrow-down {
  width: calc(0.4 * (1vw + 1vh));
  height: calc(0.2 * (1vw + 1vh));
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}

.header__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.95 * (1vw + 1vh));
}
.header__actions .header__actions_item {
  width: calc(0.8333333333 * (1vw + 1vh));
  height: calc(0.8333333333 * (1vw + 1vh));
  cursor: pointer;
}

.cart {
  position: relative;
}
.cart.active .cart__submenu {
  height: calc(6.9333333333 * (1vw + 1vh));
  padding: calc(0.6666666667 * (1vw + 1vh));
  overflow: visible;
}

.cart__submenu {
  position: absolute;
  top: 120%;
  right: 50%;
  transform: translateX(50%);
  width: calc(7.4 * (1vw + 1vh));
  height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  padding: 0 calc(0.6666666667 * (1vw + 1vh));
  border-radius: 21.31px;
  box-shadow: 0px 35px 44px rgba(184, 135, 8, 0.4);
  z-index: 10;
  overflow: hidden;
}
.cart__submenu .cart__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: calc(0.3333333333 * (1vw + 1vh));
  z-index: -1;
}
.cart__submenu .cart__close {
  position: absolute;
  top: 50%;
  right: calc(-0.2666666667 * (1vw + 1vh));
  transform: translateY(50%);
  width: calc(0.6086666667 * (1vw + 1vh));
  height: calc(0.6086666667 * (1vw + 1vh));
}
.cart__submenu .cart__submenu__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cart__submenu .cart__img {
  width: 42px;
  height: 42px;
}
.cart__submenu .cart__title {
  color: white;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Inter;
  font-weight: 400;
  line-height: calc(0.6026666667 * (1vw + 1vh));
  letter-spacing: calc(0.0053333333 * (1vw + 1vh));
  word-wrap: break-word;
}
.cart__submenu .cart__price {
  color: black;
  font-size: calc(0.6666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 700;
  line-height: calc(0.7533333333 * (1vw + 1vh));
  letter-spacing: calc(0.0066666667 * (1vw + 1vh));
  word-wrap: break-word;
  align-self: flex-end;
  margin-top: calc(-0.3333333333 * (1vw + 1vh));
}
.cart__submenu .cart__span {
  position: absolute;
  right: 30%;
  transform: translateX(50%);
  bottom: 20%;
  width: 90%;
  height: 0px;
  outline: 1px white solid;
  outline-offset: -0.5px;
}

.chip {
  position: absolute;
  top: calc(-0.2666666667 * (1vw + 1vh));
  right: calc(-0.2666666667 * (1vw + 1vh));
  width: calc(0.6666666667 * (1vw + 1vh));
  height: calc(0.6666666667 * (1vw + 1vh));
  background: #e42125;
  border-radius: 50%;
  color: #fff;
  font-size: calc(0.3333333333 * (1vw + 1vh));
  font-weight: 500;
  line-height: calc(0.6666666667 * (1vw + 1vh));
  text-align: center;
}

.register-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(0.4 * (1vw + 1vh)) calc(0.6 * (1vw + 1vh));
  background: #ffb800;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  word-wrap: break-word;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1050px) {
  .register-btn {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 18px;
  }
}
.register-btn:hover {
  background-color: #e42125;
  color: #fff;
  box-shadow: 0px 0px 4px rgba(120, 37, 141, 0.15);
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1050px) {
  .register-btn {
    display: none;
  }
}

.gap-13 {
  gap: calc(0.4333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .gap-13 {
    gap: 13px;
  }
}

.burger-menu {
  position: relative;
  width: 23.25px;
  height: 15.75px;
}
@media screen and (min-width: 1050px) {
  .burger-menu {
    display: none;
  }
}
.mobile-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 20px 141px 20px;
  height: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  z-index: 10;
}
@media screen and (min-width: 1050px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu.active {
  height: 90vh;
  padding: 20px 0 141px 0 !important;
}
@media screen and (min-width: 1050px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 68px;
}
.mobile-menu .mobile-menu__header__nav__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
  color: black;
  font-size: 25.98px;
  font-family: Roboto;
  font-weight: 600;
  line-height: 38.98px;
  letter-spacing: 0.26px;
  word-wrap: break-word;
}
.mobile-menu .arrow-down {
  width: 19.49px;
  height: 9.74px;
}

.mobile-menu__register-btn {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(0.4 * (1vw + 1vh)) calc(1.6333333333 * (1vw + 1vh));
  background: #ffb800;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  word-wrap: break-word;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1050px) {
  .mobile-menu__register-btn {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 49px;
  }
}
@media screen and (min-width: 1050px) {
  .mobile-menu__register-btn {
    display: none;
  }
}

.main-block {
  width: 100%;
  padding-right: calc(8 * (1vw + 1vh));
  padding-left: calc(8 * (1vw + 1vh));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(1 * (1vw + 1vh));
  padding-top: calc(3.3333333333 * (1vw + 1vh));
  padding-bottom: calc(3.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .main-block {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .main-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 50px;
    gap: 30px;
  }
}

.main-block__hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(20.4666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .main-block__hero {
    width: 100%;
  }
}
.main-block__hero strong {
  font-weight: 700;
}
.main-block__hero h1 {
  color: #232323;
  font-size: calc(2 * (1vw + 1vh));
  font-family: Inter;
  font-weight: 300;
  line-height: calc(2.3333333333 * (1vw + 1vh));
  letter-spacing: calc(0.02 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(0.6666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .main-block__hero h1 {
    font-size: 60px;
    line-height: 59px;
    letter-spacing: 0.6px;
    margin-bottom: 30px;
  }
}
.main-block__hero p {
  color: #828282;
  font-size: calc(0.6666666667 * (1vw + 1vh));
  font-family: Inter;
  font-weight: 400;
  line-height: calc(1.1666666667 * (1vw + 1vh));
  letter-spacing: calc(0.0066666667 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(1.8666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .main-block__hero p {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.2px;
    margin-bottom: 61px;
  }
}

.free-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(0.6 * (1vw + 1vh)) calc(0.6 * (1vw + 1vh));
  background: #e42125;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  word-wrap: break-word;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
  color: white;
  font-size: calc(0.6 * (1vw + 1vh));
  font-family: Inter;
  font-weight: 400;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.006 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .free-btn {
    font-size: 16px;
    line-height: 24px;
    padding: 18px 18px;
  }
}
@media screen and (max-width: 1050px) {
  .free-btn {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.18px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.free-btn:hover, .free-btn:active {
  background: #ffc107;
  color: #fff;
}

.quick-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.7666666667 * (1vw + 1vh));
  color: #585858;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Inter;
  font-weight: 400;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .quick-btn {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    gap: 23px;
    margin-bottom: 18px;
  }
}

.main-block__img {
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  width: calc(23.3333333333 * (1vw + 1vh));
  height: calc(16.6333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .main-block__img {
    width: 100%;
    height: 248.43px;
    margin-bottom: 20px;
  }
}

.mb-60 {
  margin-bottom: calc(2 * (1vw + 1vh));
}
@media screen {
  .mb-60 {
    margin-bottom: 50px;
  }
}

.second-block {
  width: 100%;
  padding-right: calc(8 * (1vw + 1vh));
  padding-left: calc(8 * (1vw + 1vh));
  padding-top: calc(3.3333333333 * (1vw + 1vh));
  padding-bottom: calc(3.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .second-block {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .second-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.second-block h2 {
  width: calc(21.6666666667 * (1vw + 1vh));
  color: #232323;
  font-size: calc(1.5333333333 * (1vw + 1vh));
  font-family: Inter;
  font-weight: 400;
  line-height: calc(1.8 * (1vw + 1vh));
  letter-spacing: calc(0.0153333333 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .second-block h2 {
    width: 100%;
    font-size: 46px;
    line-height: 49px;
    letter-spacing: 0.46px;
    margin-bottom: 20px;
  }
}
.second-block .courses-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(0.4 * (1vw + 1vh)) calc(0.5333333333 * (1vw + 1vh));
  background: #fff;
  border-radius: 8px;
  border: none;
  color: #e42125;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  word-wrap: break-word;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
  border: 1px #e42125 solid;
}
@media screen and (max-width: 1050px) {
  .second-block .courses-btn {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 16px;
  }
}

.second-block__slider {
  position: relative;
  width: 100%;
}
.second-block__slider .swiper-wrapper {
  width: 100%;
}
.second-block__slider .swiper-pagination {
  bottom: calc(-2.1666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .second-block__slider .swiper-pagination {
    bottom: -50px;
  }
}
.second-block__slider .swiper-pagination-bullet {
  width: calc(0.4 * (1vw + 1vh));
  height: calc(0.4 * (1vw + 1vh));
  background: #9f0b0b;
  border-radius: 9999px;
  opacity: 1;
}
@media screen and (max-width: 1050px) {
  .second-block__slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.second-block__slider .swiper-pagination-bullet-active {
  position: relative;
  background-color: #e42125;
}
.second-block__slider .swiper-pagination-bullet-active::after {
  content: " ";
  width: calc(0.6666666667 * (1vw + 1vh));
  height: calc(0.6666666667 * (1vw + 1vh));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: calc(0.1333333333 * (1vw + 1vh));
  border-radius: 9999px;
  border: 2px #e42125 solid;
}
@media screen and (max-width: 1050px) {
  .second-block__slider .swiper-pagination-bullet-active::after {
    width: 20px;
    height: 20px;
    padding: 4px;
  }
}

.second-block__slider__card {
  width: calc(15.1 * (1vw + 1vh));
  height: calc(17.9 * (1vw + 1vh));
  padding: calc(1.3333333333 * (1vw + 1vh));
  background-color: #faf9f6;
  border-radius: 10px;
}
@media screen and (max-width: 1050px) {
  .second-block__slider__card {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 22px 20px;
  }
}
.second-block__slider__card .card__img {
  width: calc(4.35 * (1vw + 1vh));
  height: calc(4.35 * (1vw + 1vh));
  margin-bottom: calc(0.95 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .second-block__slider__card .card__img {
    width: 130.5px;
    height: 130.5px;
    margin-bottom: 20px;
  }
}
.second-block__slider__card .card__title {
  color: #232323;
  font-size: calc(0.8666666667 * (1vw + 1vh));
  font-family: Inter;
  font-weight: 400;
  line-height: calc(0.9793333333 * (1vw + 1vh));
  letter-spacing: calc(0.0086666667 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(0.6666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .second-block__slider__card .card__title {
    font-size: 26px;
    line-height: 29.38px;
    letter-spacing: 0.26px;
    margin-bottom: 20px;
  }
}
.second-block__slider__card .card__sub {
  color: #585858;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Inter;
  font-weight: 400;
  line-height: calc(0.64 * (1vw + 1vh));
  letter-spacing: calc(0.0053333333 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(2 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .second-block__slider__card .card__sub {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
    margin-bottom: 20px;
  }
}
.second-block__slider__card .card__info {
  color: #585858;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Inter;
  font-weight: 400;
  line-height: calc(0.64 * (1vw + 1vh));
  letter-spacing: calc(0.0053333333 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .second-block__slider__card .card__info {
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: 0.16px;
  }
}
.second-block__slider__card .card__else {
  color: #e42125;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 700;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0053333333 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .second-block__slider__card .card__else {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
}
.second-block__slider__card .card__else img {
  width: calc(0.8 * (1vw + 1vh));
  height: calc(0.8 * (1vw + 1vh));
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}
@media screen and (max-width: 1050px) {
  .second-block__slider__card .card__else img {
    width: 24px;
    height: 24px;
  }
}
.second-block__slider__card .card__price {
  color: #333333;
  font-size: calc(0.6666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 700;
  line-height: calc(0.7533333333 * (1vw + 1vh));
  letter-spacing: calc(0.0066666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .second-block__slider__card .card__price {
    font-size: 20px;
    line-height: 22.6px;
    letter-spacing: 0.2px;
  }
}
.second-block__slider__card:hover, .second-block__slider__card:active {
  background-color: #ffc107;
}
.second-block__slider__card:hover > *, .second-block__slider__card:active > * {
  color: #fff;
}

.mb-20 {
  margin-bottom: calc(0.6666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .mb-20 {
    margin-bottom: 20px;
  }
}

.third-block {
  width: 100%;
  padding-right: calc(8 * (1vw + 1vh));
  padding-left: calc(8 * (1vw + 1vh));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(1.2333333333 * (1vw + 1vh));
  padding-top: calc(3.3333333333 * (1vw + 1vh));
  padding-bottom: calc(3.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .third-block {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .third-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.third-block h2 {
  color: #232323;
  font-size: calc(1.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(1.7326666667 * (1vw + 1vh));
  letter-spacing: calc(0.0153333333 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .third-block h2 {
    font-size: 46px;
    line-height: 51.98px;
    letter-spacing: 0.46px;
    margin-bottom: 20px;
  }
}
.third-block h2 strong {
  font-weight: 700;
  color: #e42125;
}

.third-block__hero {
  width: 32.5%;
}
@media screen and (max-width: 1050px) {
  .third-block__hero {
    width: 100%;
    margin-bottom: 35px;
  }
}

.third-block__sub {
  color: #828282;
  font-size: calc(0.6666666667 * (1vw + 1vh));
  font-family: Inter;
  font-weight: 400;
  line-height: calc(1.1666666667 * (1vw + 1vh));
  letter-spacing: calc(0.0066666667 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(1.4 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .third-block__sub {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.2px;
    margin-bottom: 48px;
  }
}

.third-block__img {
  width: calc(7.7443333333 * (1vw + 1vh));
  height: calc(7.7443333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .third-block__img {
    width: 232.33px;
    height: 232.33px;
  }
}

.mb-27 {
  margin-bottom: calc(0.9 * (1vw + 1vh));
}

.mb-42 {
  margin-bottom: calc(1.4 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .mb-42 {
    margin-bottom: 42px;
  }
}

.third-block__cards {
  width: 67.5%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(1.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .third-block__cards {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.third-block__cards .card__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: calc(1.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .third-block__cards .card__item {
    padding: 20px;
  }
}
.third-block__cards .card__item .card__img {
  width: calc(2 * (1vw + 1vh));
  height: calc(2 * (1vw + 1vh));
  margin-bottom: calc(0.5333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .third-block__cards .card__item .card__img {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
  }
}
.third-block__cards .card__item .card__title {
  color: #232323;
  font-size: calc(0.8 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 700;
  line-height: calc(1.0666666667 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(0.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .third-block__cards .card__item .card__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
.third-block__cards .card__item .card__sub {
  align-self: stretch;
  color: #585858;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .third-block__cards .card__item .card__sub {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
  }
}

.gap-108 {
  gap: calc(3.6 * (1vw + 1vh));
}

.gap-14 {
  gap: calc(0.4666666667 * (1vw + 1vh));
}

.gap-15 {
  gap: calc(0.5 * (1vw + 1vh));
}

.mb-15 {
  margin-bottom: calc(0.5 * (1vw + 1vh));
}

.mb-40 {
  margin-bottom: calc(1.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .mb-40 {
    margin-bottom: 40px;
  }
}

.fourth-block {
  width: 100%;
  padding-right: calc(8 * (1vw + 1vh));
  padding-left: calc(8 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: calc(3.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .fourth-block {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .fourth-block {
    padding-top: 100px;
  }
}
.fourth-block h2 {
  margin: 0 auto;
  color: #232323;
  font-size: calc(1.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(1.8 * (1vw + 1vh));
  letter-spacing: calc(0.0153333333 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(2 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .fourth-block h2 {
    font-size: 46px;
    line-height: 54px;
    letter-spacing: 0.46px;
    margin-bottom: 56px;
  }
}
.fourth-block h2 strong {
  font-weight: 700;
}

.fourth-block__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: calc(2 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .fourth-block__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }
}
.fourth-block__top .top__hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(17.0436666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .fourth-block__top .top__hero {
    width: 100%;
    margin-bottom: 33px;
  }
}
.fourth-block__top .top__hero h3 {
  color: #232323;
  font-size: calc(1.2 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 600;
  line-height: calc(1.356 * (1vw + 1vh));
  letter-spacing: calc(0.012 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(0.6 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .fourth-block__top .top__hero h3 {
    font-size: 36px;
    line-height: 40.68px;
    letter-spacing: 0.36px;
    margin-bottom: 18px;
  }
}
.fourth-block__top .top__hero p {
  color: #4f4f4f;
  font-size: calc(0.6666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(0.9333333333 * (1vw + 1vh));
  letter-spacing: calc(0.0066666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .fourth-block__top .top__hero p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
    margin-bottom: 38px;
  }
}
.fourth-block__top .top__img {
  width: calc(23.4 * (1vw + 1vh));
  position: relative;
}
@media screen and (max-width: 1050px) {
  .fourth-block__top .top__img {
    width: 100%;
  }
}
.fourth-block__top .top__img .top__img__img {
  height: calc(14.0666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .fourth-block__top .top__img .top__img__img {
    height: 216px;
  }
}
.fourth-block__top .top__img .top__img__span {
  position: absolute;
  top: calc(-3.8 * (1vw + 1vh));
  left: 50%;
  transform: translateX(-50%);
  width: calc(11 * (1vw + 1vh));
  height: calc(12.7666666667 * (1vw + 1vh));
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  .fourth-block__top .top__img .top__img__span {
    display: none;
  }
}

.counter {
  padding: calc(0.1333333333 * (1vw + 1vh)) calc(0.7333333333 * (1vw + 1vh));
  border-radius: 100px;
  color: white;
  font-size: 18px;
  font-family: Roboto;
  font-weight: 700;
  line-height: 20.34px;
  letter-spacing: 0.18px;
  word-wrap: break-word;
  margin-bottom: calc(0.7333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .counter {
    padding: 4px 22px;
    font-size: 18px;
    line-height: 20.34px;
    letter-spacing: 0.18px;
    margin-bottom: 22px;
  }
}
.counter.one {
  background: #2e90d1;
}
.counter.two {
  background: #78258d;
}
.counter.three {
  background: #e42125;
}

.fourth-block__middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: calc(2 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .fourth-block__middle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }
}

.middle__slider {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .middle__slider {
    width: 100%;
    margin-bottom: 87px;
  }
}
.middle__slider .middle__span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(1.2 * (1vw + 1vh));
  width: calc(10.1916666667 * (1vw + 1vh));
  height: calc(5.2 * (1vw + 1vh));
  opacity: 0.3;
  background: linear-gradient(135deg, #2e90d1 0%, #78258d 100%);
  box-shadow: 100px 100px 100px;
  border-radius: 20px;
  filter: blur(50px);
  z-index: 0;
}
@media screen and (max-width: 1050px) {
  .middle__slider .middle__span {
    bottom: 20px;
    width: 163.79px;
    height: 83.57px;
  }
}
.middle__slider .slider__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  width: calc(6.571 * (1vw + 1vh));
  height: calc(7.6 * (1vw + 1vh));
  padding: calc(0.6666666667 * (1vw + 1vh)) calc(0.8333333333 * (1vw + 1vh));
  padding-bottom: calc(1.6666666667 * (1vw + 1vh));
  background: white;
  box-shadow: 0px 5px 20px rgba(46, 144, 209, 0.05);
  border-radius: 10px;
}
@media screen and (max-width: 1050px) {
  .middle__slider .slider__item {
    width: 105.6px;
    height: 122.14px;
    padding: 10px;
  }
}
.middle__slider .slider__item.active {
  position: relative;
  width: calc(10.2 * (1vw + 1vh));
  height: calc(9.2333333333 * (1vw + 1vh));
  border-radius: 20px;
  padding-bottom: calc(0.6666666667 * (1vw + 1vh));
  z-index: 1;
}
@media screen and (max-width: 1050px) {
  .middle__slider .slider__item.active {
    width: 143.93px;
    height: 148.39px;
  }
}
.middle__slider .slider__item.active .item__img {
  width: calc(4.7333333333 * (1vw + 1vh));
  height: calc(4.7333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .middle__slider .slider__item.active .item__img {
    width: 76.07px;
    height: 76.07px;
  }
}
.middle__slider .slider__item.active h4 {
  font-size: calc(0.8666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .middle__slider .slider__item.active h4 {
    font-size: 13.93px;
  }
}
.middle__slider .slider__item.active .review__star {
  width: calc(0.7333333333 * (1vw + 1vh));
  height: calc(0.7333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .middle__slider .slider__item.active .review__star {
    width: 12px;
    height: 12px;
  }
}
.middle__slider .slider__item.active .item__address,
.middle__slider .slider__item.active .item__age {
  font-size: calc(0.4 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .middle__slider .slider__item.active .item__address,
  .middle__slider .slider__item.active .item__age {
    font-size: 6.43px;
  }
}
.middle__slider .slider__item .item__img {
  margin: 0 auto;
  width: calc(2.8 * (1vw + 1vh));
  height: calc(2.8 * (1vw + 1vh));
  border-radius: 9999px;
  margin-bottom: calc(0.6333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .middle__slider .slider__item .item__img {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }
}
.middle__slider .slider__item h4 {
  color: #232323;
  font-size: calc(0.6 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: calc(0.006 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .middle__slider .slider__item h4 {
    font-size: 9.64px;
    letter-spacing: 0.18px;
  }
}
.middle__slider .slider__item .slider__item__review {
  display: flex;
  align-items: stretch;
  gap: calc(0.0666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .middle__slider .slider__item .slider__item__review {
    gap: 1.5px;
  }
}
.middle__slider .slider__item .review__star {
  width: calc(0.5 * (1vw + 1vh));
  height: calc(0.5 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .middle__slider .slider__item .review__star {
    width: 9px;
    height: 9px;
  }
}
.middle__slider .slider__item .item__address,
.middle__slider .slider__item .item__age {
  color: #232323;
  font-size: calc(0.2666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  letter-spacing: calc(0.0026666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .middle__slider .slider__item .item__address,
  .middle__slider .slider__item .item__age {
    font-size: 4.29px;
    letter-spacing: 0.08px;
  }
}

.w-full {
  width: 100% !important;
}

.mb-7 {
  margin-bottom: calc(0.2333333333 * (1vw + 1vh));
}

.middle__hero {
  width: calc(16.874 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1050px) {
  .middle__hero {
    width: 100%;
  }
}
.middle__hero h3 {
  color: #232323;
  font-size: calc(1.2 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 700;
  line-height: calc(1.356 * (1vw + 1vh));
  letter-spacing: calc(0.012 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(0.6 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .middle__hero h3 {
    font-size: 36px;
    line-height: 40.68px;
    letter-spacing: 0.36px;
    margin-bottom: 18px;
  }
}
.middle__hero p {
  color: #585858;
  font-size: calc(0.6666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(0.9333333333 * (1vw + 1vh));
  letter-spacing: calc(0.0066666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .middle__hero p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
    margin-bottom: 38px;
  }
}

.fourth-block__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.fourth-block__bottom .bottom__hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(19.2666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .fourth-block__bottom .bottom__hero {
    width: 100%;
  }
}
.fourth-block__bottom .bottom__hero h3 {
  color: #232323;
  font-size: calc(1.2 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 600;
  line-height: calc(1.356 * (1vw + 1vh));
  letter-spacing: calc(0.012 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(0.6 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .fourth-block__bottom .bottom__hero h3 {
    font-size: 36px;
    line-height: 40.68px;
    letter-spacing: 0.36px;
    margin-bottom: 18px;
  }
}
.fourth-block__bottom .bottom__hero p {
  color: #4f4f4f;
  font-size: calc(0.6666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(0.9333333333 * (1vw + 1vh));
  letter-spacing: calc(0.0066666667 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(1.2666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .fourth-block__bottom .bottom__hero p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
    margin-bottom: 38px;
  }
}
.fourth-block__bottom .bottom__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(0.6 * (1vw + 1vh)) calc(0.9333333333 * (1vw + 1vh));
  background: #e42125;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  word-wrap: break-word;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1050px) {
  .fourth-block__bottom .bottom__btn {
    font-size: 16px;
    line-height: 24px;
    padding: 18px 28px;
  }
}
.fourth-block__bottom .bottom__btn:hover, .fourth-block__bottom .bottom__btn:active {
  background: #ffc107;
  color: #fff;
}
.fourth-block__bottom .bottom__img {
  width: calc(23.6 * (1vw + 1vh));
  height: calc(21.3666666667 * (1vw + 1vh));
}

.fifth-block {
  width: 100%;
  padding-right: calc(8 * (1vw + 1vh));
  padding-left: calc(8 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: calc(3.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .fifth-block {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .fifth-block {
    padding-top: 100px;
  }
}
.fifth-block h2 {
  width: 90%;
  color: #232323;
  font-size: calc(1.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(1.8 * (1vw + 1vh));
  letter-spacing: calc(0.0153333333 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(0.8 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .fifth-block h2 {
    font-size: 46px;
    line-height: 54px;
    letter-spacing: 0.46px;
    margin-bottom: 52px;
  }
}
.fifth-block ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.5333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .fifth-block ul {
    width: 100%;
    gap: 16px;
  }
}
.fifth-block li {
  position: relative;
  color: #4f4f4f;
  font-size: calc(0.6666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(0.9333333333 * (1vw + 1vh));
  letter-spacing: calc(0.0066666667 * (1vw + 1vh));
  word-wrap: break-word;
  padding-left: calc(1 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .fifth-block li {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
    padding-left: 30px;
  }
}
.fifth-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(0.5333333333 * (1vw + 1vh) / 2);
  width: calc(0.5333333333 * (1vw + 1vh));
  height: calc(0.5333333333 * (1vw + 1vh));
  background: linear-gradient(135deg, #2e90d1 0%, #78258d 100%);
  border-radius: 50%;
}
@media screen and (max-width: 1050px) {
  .fifth-block li::before {
    width: 16px;
    height: 16px;
    top: 8px;
  }
}

.fifth__block__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: calc(3 * (1vw + 1vh)) calc(2.6666666667 * (1vw + 1vh)) calc(1.6666666667 * (1vw + 1vh)) calc(2.6666666667 * (1vw + 1vh));
  background: linear-gradient(135deg, rgba(228, 33, 37, 0.1) 0%, rgba(255, 186, 73, 0.1) 100%);
  overflow: hidden;
  border-radius: 40px;
}
@media screen and (max-width: 1050px) {
  .fifth__block__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 20px;
    gap: 168px;
  }
}

.fifth__block__img {
  position: relative;
  width: calc(16.5 * (1vw + 1vh));
  height: calc(16.5 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .fifth__block__img {
    width: 100%;
    height: auto;
  }
}
.fifth__block__img .img__span {
  position: absolute;
  top: calc(3.7666666667 * (1vw + 1vh));
  left: 50%;
  transform: translateX(-50%);
  width: calc(14.3 * (1vw + 1vh));
  height: calc(17.1666666667 * (1vw + 1vh));
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  .fifth__block__img .img__span {
    width: 312.58px;
    height: 375.56px;
  }
}

.fifth__block__hero {
  width: calc(19.8666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .fifth__block__hero {
    width: 100%;
  }
}

.how-it-works {
  width: 100%;
  padding-right: calc(8 * (1vw + 1vh));
  padding-left: calc(8 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: calc(3.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .how-it-works {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .how-it-works {
    padding-top: 100px;
  }
}
.how-it-works h2 {
  color: #232323;
  font-size: calc(1.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(1.8 * (1vw + 1vh));
  letter-spacing: calc(0.0153333333 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(2 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .how-it-works h2 {
    font-size: 46px;
    line-height: 54px;
    letter-spacing: 0.46px;
    margin-bottom: 60px;
  }
}

.how-it-works__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: calc(1.3333333333 * (1vw + 1vh));
  height: calc(13.1666666667 * (1vw + 1vh));
  max-height: calc(13.3333333333 * (1vw + 1vh));
  background: white;
  box-shadow: 0px 4px 20px #f7f6fb;
  border-radius: 20px;
}
@media screen and (max-width: 1050px) {
  .how-it-works__item {
    padding: 20px;
    height: auto;
    max-height: 395px;
  }
}
.how-it-works__item .item__img {
  position: absolute;
  top: calc(0.3333333333 * (1vw + 1vh));
  right: calc(0.4166666667 * (1vw + 1vh));
  width: calc(8.5 * (1vw + 1vh));
  height: calc(7.4666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .how-it-works__item .item__img {
    top: 10px;
    right: 12.5px;
    width: 155px;
    height: 125px;
  }
}
.how-it-works__item .counter {
  margin-bottom: calc(3.8 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .how-it-works__item .counter {
    margin-bottom: 50px;
  }
}
.how-it-works__item h3 {
  color: #232323;
  font-size: calc(0.8 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 700;
  line-height: calc(1.0666666667 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(1.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .how-it-works__item h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
  }
}
.how-it-works__item p {
  color: #585858;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .how-it-works__item p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
  }
}

.gap-40 {
  gap: calc(1.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .gap-40 {
    gap: 40px;
  }
}

.gap-10 {
  gap: calc(0.3333333333 * (1vw + 1vh));
}

.review {
  width: 100%;
  padding-right: calc(8 * (1vw + 1vh));
  padding-left: calc(8 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(2 * (1vw + 1vh));
  padding-top: calc(3.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .review {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .review {
    gap: 60px;
    padding-top: 100px;
  }
}
.review h2 {
  color: #232323;
  font-size: calc(1.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(1.7326666667 * (1vw + 1vh));
  letter-spacing: calc(0.0153333333 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .review h2 {
    font-size: 46px;
    line-height: 51.98px;
    letter-spacing: 0.46px;
    margin-bottom: 20px;
  }
}
.review .review__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(0.4 * (1vw + 1vh)) calc(0.5333333333 * (1vw + 1vh));
  background: #fff;
  border-radius: 8px;
  border: none;
  color: #e42125;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  word-wrap: break-word;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
  font-weight: 600;
  border: 1px #e42125 solid;
}
@media screen and (max-width: 1050px) {
  .review .review__btn {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 16px;
  }
}

.review__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .review__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}

.review__img {
  position: relative;
  width: calc(23.4 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .review__img {
    width: 100%;
  }
}
.review__img .img__span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(-5.4666666667 * (1vw + 1vh));
  width: calc(11 * (1vw + 1vh));
  height: calc(12.7666666667 * (1vw + 1vh));
  z-index: -1;
}
.review__img .hearts {
  position: absolute;
  right: calc(3.3333333333 * (1vw + 1vh));
  top: calc(-5 * (1vw + 1vh));
  width: calc(1.3333333333 * (1vw + 1vh));
  height: calc(2.1666666667 * (1vw + 1vh));
}

.review__slider {
  position: relative;
  width: calc(23.3333333333 * (1vw + 1vh));
  padding-bottom: calc(2 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .review__slider {
    width: 100%;
    padding-bottom: 30px;
  }
}
.review__slider .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.review__slider .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.review__slider .swiper-slide {
  width: calc(23.3333333333 * (1vw + 1vh));
  overflow: hidden;
}
.review__slider .swiper-pagination {
  bottom: 0;
}
@media screen and (max-width: 1050px) {
  .review__slider .swiper-pagination {
    bottom: -10px;
  }
}
.review__slider .swiper-pagination-bullet {
  width: calc(0.4 * (1vw + 1vh));
  height: calc(0.4 * (1vw + 1vh));
  background: #9f0b0b;
  border-radius: 9999px;
  opacity: 1;
}
@media screen and (max-width: 1050px) {
  .review__slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.review__slider .swiper-pagination-bullet-active {
  position: relative;
  background-color: #e42125;
}
.review__slider .swiper-pagination-bullet-active::after {
  content: " ";
  width: calc(0.6666666667 * (1vw + 1vh));
  height: calc(0.6666666667 * (1vw + 1vh));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: calc(0.1333333333 * (1vw + 1vh));
  border-radius: 9999px;
  border: 2px #e42125 solid;
}
@media screen and (max-width: 1050px) {
  .review__slider .swiper-pagination-bullet-active::after {
    width: 20px;
    height: 20px;
    padding: 4px;
  }
}

.review__slider__item {
  width: calc(23.3333333333 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.6666666667 * (1vw + 1vh));
  padding: calc(1.7666666667 * (1vw + 1vh)) calc(1.3333333333 * (1vw + 1vh));
  background: #fedf8f;
  border-radius: 10px;
}
@media screen and (max-width: 1050px) {
  .review__slider__item {
    width: 100%;
    gap: 20px;
    padding: 20px;
  }
}
.review__slider__item .top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  justify-content: space-between;
}
.review__slider__item .top h5 {
  color: #232323;
  font-size: calc(0.6666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.9333333333 * (1vw + 1vh));
  letter-spacing: calc(0.0066666667 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(0.1333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .review__slider__item .top h5 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
    margin-bottom: 4px;
  }
}
.review__slider__item .top span {
  color: #828282;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .review__slider__item .top span {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 4px;
  }
}
.review__slider__item .review__star {
  width: calc(1 * (1vw + 1vh));
  height: calc(1 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .review__slider__item .review__star {
    width: 30px;
    height: 30px;
  }
}
.review__slider__item p {
  color: #4f4f4f;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .review__slider__item p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
  }
}

.registration {
  width: 100%;
  padding-right: calc(8 * (1vw + 1vh));
  padding-left: calc(8 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: calc(3.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .registration {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .registration {
    padding-top: 100px;
  }
}
.registration.second-container {
  width: 100%;
  padding-right: calc(6 * (1vw + 1vh));
  padding-left: calc(6 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .registration.second-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.registration h2 {
  color: #232323;
  font-size: calc(1.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(1.8 * (1vw + 1vh));
  letter-spacing: calc(0.0153333333 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(1.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .registration h2 {
    font-size: 46px;
    line-height: 54px;
    letter-spacing: 0.46px;
    margin-bottom: 40px;
  }
}

.registration__block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(1.3333333333 * (1vw + 1vh));
  padding: calc(3.3333333333 * (1vw + 1vh)) calc(3.3333333333 * (1vw + 1vh));
  background: #ffba49;
  border-radius: 40px;
}
@media screen and (max-width: 1050px) {
  .registration__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 20px;
    gap: 40px;
    background: #ffba49;
    border-radius: 40px;
  }
}
.registration__block .block__hero {
  width: calc(20 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .registration__block .block__hero {
    width: 100%;
  }
}

.registration__img {
  width: calc(11.5 * (1vw + 1vh));
  height: calc(12.9666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .registration__img {
    width: 100%;
    height: auto;
  }
}

.registration__phone {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.2666666667 * (1vw + 1vh));
  margin-bottom: calc(0.8333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .registration__phone {
    gap: 8px;
    margin-bottom: 25px;
  }
}
.registration__phone .registration__phone {
  color: #232323;
  font-size: calc(0.4666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.5273333333 * (1vw + 1vh));
  letter-spacing: calc(0.0046666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .registration__phone .registration__phone {
    font-size: 14px;
    line-height: 15.82px;
    letter-spacing: 0.14px;
  }
}
.registration__phone label {
  color: #232323;
  font-size: calc(0.4666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.5273333333 * (1vw + 1vh));
  letter-spacing: calc(0.0046666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .registration__phone label {
    font-size: 14px;
    line-height: 15.82px;
    letter-spacing: 0.14px;
  }
}

#registration__phone {
  width: calc(15.1666666667 * (1vw + 1vh));
  padding: calc(0.4 * (1vw + 1vh)) calc(0.6 * (1vw + 1vh));
  align-self: stretch;
  background: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 8px;
  border: 1px solid #fff;
  gap: calc(0.3333333333 * (1vw + 1vh));
  display: inline-flex;
  color: #828282;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  #registration__phone {
    width: 100%;
    padding: 10px;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-weight: 400;
  }
}

.contact_me__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(0.4 * (1vw + 1vh)) calc(0.6666666667 * (1vw + 1vh));
  background: #e42125;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  word-wrap: break-word;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
  font-weight: 600;
  border: 1px #e42125 solid;
}
@media screen and (max-width: 1050px) {
  .contact_me__btn {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 20px;
  }
}
.contact_me__btn:hover, .contact_me__btn:active {
  background: transparent;
}

.accept_terms {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.5 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .accept_terms {
    gap: 15px;
  }
}
.accept_terms input {
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  width: calc(0.8 * (1vw + 1vh));
  height: calc(0.8 * (1vw + 1vh));
  background: white;
  border-radius: 4px;
  border: 1px #ffba49 solid;
}
@media screen and (max-width: 1050px) {
  .accept_terms input {
    width: 14px;
    height: 14px;
  }
}
.accept_terms label {
  color: #828282;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.6666666667 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .accept_terms label {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.32px;
  }
}
.accept_terms label span {
  color: #e42125;
}

.question {
  width: 100%;
  padding-right: calc(8 * (1vw + 1vh));
  padding-left: calc(8 * (1vw + 1vh));
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: calc(3.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .question {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .question {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 100px;
    gap: 25px;
  }
}
.question h2 {
  color: #232323;
  font-size: calc(1.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(1.8 * (1vw + 1vh));
  letter-spacing: calc(0.0153333333 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(1 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .question h2 {
    font-size: 46px;
    line-height: 54px;
    letter-spacing: 0.46px;
    margin-bottom: 30px;
  }
}

.question__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(0.6 * (1vw + 1vh)) calc(0.9333333333 * (1vw + 1vh));
  background: #e42125;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  word-wrap: break-word;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
  margin-bottom: calc(2 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .question__btn {
    font-size: 16px;
    line-height: 24px;
    padding: 18px 28px;
  }
}
@media screen and (max-width: 1050px) {
  .question__btn {
    margin-top: 60px;
  }
}
.question__btn:hover, .question__btn:active {
  background: #ffc107;
  color: #fff;
}

.question__img {
  min-height: -moz-max-content;
  min-height: max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: calc(15.2 * (1vw + 1vh));
  height: calc(15.2 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .question__img {
    width: 100%;
  }
}

.question__hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(15.1 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .question__hero {
    width: 100%;
  }
}

.question__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(31.5666666667 * (1vw + 1vh));
  gap: calc(0.8 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .question__content {
    width: 100%;
    gap: 24px;
  }
}

.question__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: calc(0.8 * (1vw + 1vh));
  background: white;
  box-shadow: 0px 5px 20px rgba(46, 144, 209, 0.08);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 1050px) {
  .question__item {
    padding: 24px;
  }
}
.question__item h4 {
  color: #232323;
  font-size: calc(0.8 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 700;
  line-height: calc(1.0666666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .question__item h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
.question__item .question__item__close {
  width: calc(1.0666666667 * (1vw + 1vh));
  height: calc(1.0666666667 * (1vw + 1vh));
  transform: rotate(45deg);
}
@media screen and (max-width: 1050px) {
  .question__item .question__item__close {
    min-width: 20px !important;
    height: 20px;
  }
}
.question__item p {
  height: 0;
  padding: 0;
  color: #585858;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
  overflow: hidden;
}
@media screen and (max-width: 1050px) {
  .question__item p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
  }
}
.question__item.active {
  background: rgba(255, 186, 73, 0.25);
}
.question__item.active p {
  height: auto;
  padding-top: calc(0.5333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .question__item.active p {
    padding-top: 16px;
  }
}
.question__item.active .question__item__close {
  transform: rotate(0deg);
}
.question__item.active .question__item__close .path {
  stroke: #fff;
}
.question__item.active .question__item__close rect {
  fill: #e42125;
}

footer {
  position: relative;
  padding-top: calc(3.3333333333 * (1vw + 1vh));
  z-index: 2;
}
@media screen and (max-width: 1050px) {
  footer {
    padding-top: 100px;
  }
}
footer.dashboard__footer {
  padding-top: calc(0 * (1vw + 1vh));
}
footer .footer {
  width: 100%;
  padding-right: calc(8 * (1vw + 1vh));
  padding-left: calc(8 * (1vw + 1vh));
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: calc(2.5666666667 * (1vw + 1vh));
  padding-bottom: calc(2.2333333333 * (1vw + 1vh));
  background-color: #040404;
}
@media screen and (max-width: 1050px) {
  footer .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  footer .footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
footer .footer__hero {
  width: calc(14.2333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  footer .footer__hero {
    width: 100%;
  }
}
footer .footer__logo {
  width: calc(12.1666666667 * (1vw + 1vh));
  height: calc(2.6666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  footer .footer__logo {
    width: 277.68px;
    height: 70px;
  }
}
footer .footer__sub {
  opacity: 0.8;
  color: white;
  font-size: calc(0.4666666667 * (1vw + 1vh));
  font-family: Inter;
  font-weight: 400;
  line-height: calc(0.56 * (1vw + 1vh));
  letter-spacing: calc(0.0046666667 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(1.1 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  footer .footer__sub {
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: 0.14px;
    margin-bottom: 33px;
  }
}
footer .footer__label {
  width: 100%;
  padding-right: calc(8 * (1vw + 1vh));
  padding-left: calc(8 * (1vw + 1vh));
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: calc(0.4 * (1vw + 1vh));
  padding-bottom: calc(0.4 * (1vw + 1vh));
  background-color: #ffb800;
}
@media screen and (max-width: 1050px) {
  footer .footer__label {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  footer .footer__label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 1050px) {
  footer .footer__label .footer__label__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 16px;
  }
}
footer .footer__label .footer__label__copy-right {
  color: white;
}
footer .footer__label p {
  opacity: 0.8;
  color: white;
  font-size: calc(0.4666666667 * (1vw + 1vh));
  font-family: Inter;
  font-weight: 400;
  line-height: calc(0.5273333333 * (1vw + 1vh));
  letter-spacing: calc(0.0046666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  footer .footer__label p {
    color: black;
    font-size: 14px;
    line-height: 15.82px;
    letter-spacing: 0.14px;
  }
}
footer .footer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.3666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  footer .footer__nav {
    gap: 11px;
  }
}
footer .footer__nav .nav__title {
  color: white;
  font-size: calc(0.8 * (1vw + 1vh));
  font-family: Inter;
  font-weight: 400;
  line-height: calc(1.0666666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  footer .footer__nav .nav__title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.24px;
    margin-bottom: 20px;
  }
}
footer .footer__nav .nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.1333333333 * (1vw + 1vh));
}
footer .footer__nav .nav__list a:not(.tel, .icon) {
  opacity: 0.8;
  color: white;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Inter;
  font-weight: 400;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  footer .footer__nav .nav__list a:not(.tel, .icon) {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
  }
}
footer .footer__nav .tel {
  opacity: 1;
  color: white;
  font-size: calc(0.6 * (1vw + 1vh));
  font-family: Inter;
  font-weight: 400;
  line-height: calc(0.678 * (1vw + 1vh));
  letter-spacing: calc(0.006 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(0.3666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  footer .footer__nav .tel {
    font-size: 18px;
    line-height: 20.34px;
    letter-spacing: 0.18px;
    margin-bottom: 11px;
  }
}
footer .footer__nav .icon {
  width: calc(1 * (1vw + 1vh));
  height: calc(1 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  footer .footer__nav .icon {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 1050px) {
  .pay-list {
    width: 100%;
    margin-top: 38px;
  }
}
.pay-list .secure {
  white-space: nowrap;
  color: white;
  font-size: calc(0.3746666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .pay-list .secure {
    font-size: 8.11px;
    line-height: 16px;
    letter-spacing: 0.11px;
  }
}
.pay-list img {
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  width: calc(1 * (1vw + 1vh));
  height: calc(1 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .pay-list img {
    width: 15px;
    height: 15px;
  }
}

.breadcrumb {
  width: 100%;
  padding-right: calc(8 * (1vw + 1vh));
  padding-left: calc(8 * (1vw + 1vh));
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-start;
  padding-top: calc(1.0666666667 * (1vw + 1vh));
  gap: 10px;
}
@media screen and (max-width: 1050px) {
  .breadcrumb {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.breadcrumb.second-container {
  width: 100%;
  padding-right: calc(6 * (1vw + 1vh));
  padding-left: calc(6 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .breadcrumb.second-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.breadcrumb .breadcrumb__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.3333333333 * (1vw + 1vh));
  color: #e42125;
  font-size: calc(0.4666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  text-decoration: underline;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0046666667 * (1vw + 1vh));
  word-wrap: break-word;
}
.breadcrumb .breadcrumb__item:not(:last-child)::after {
  content: " ";
  background: url("../../public/images/arrow-right-gray.svg") no-repeat center;
  background-size: cover;
  width: calc(0.8 * (1vw + 1vh));
  height: calc(0.8 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .breadcrumb .breadcrumb__item {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.14px;
  }
}
.breadcrumb .breadcrumb__item:last-child {
  color: #828282;
  text-decoration: none;
}

.page-title {
  color: #232323;
  font-size: calc(1.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(1.8 * (1vw + 1vh));
  letter-spacing: calc(0.0153333333 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(0.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .page-title {
    font-size: 46px;
    line-height: 54px;
    letter-spacing: 0.46px;
    margin-bottom: 20px;
  }
}

.page-subtitle {
  color: #585858;
  font-size: calc(0.6666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(0.9333333333 * (1vw + 1vh));
  letter-spacing: calc(0.0066666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .page-subtitle {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
  }
}

.about-page {
  width: 100%;
  padding-right: calc(8 * (1vw + 1vh));
  padding-left: calc(8 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: calc(1.6 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .about-page {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .about-page {
    padding-top: 40px;
  }
}
.about-page .page-subtitle {
  font-weight: 500;
}
.about-page .about-page__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(1.6666666667 * (1vw + 1vh));
  padding-top: calc(1.9333333333 * (1vw + 1vh));
  padding-bottom: calc(5.5666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .about-page .about-page__items {
    gap: 34px;
    padding-top: 0;
  }
}
.about-page .about-page__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.6666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .about-page .about-page__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.about-page .item__hero {
  width: calc(23.3 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.8 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .about-page .item__hero {
    width: 100%;
    gap: 20px;
  }
}
.about-page .item__hero h3 {
  width: 100%;
  color: #232323;
  font-size: calc(1.0666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 900;
  line-height: calc(1.4 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .about-page .item__hero h3 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.32px;
  }
}
.about-page .item__hero p {
  width: 100%;
  color: #585858;
  font-size: calc(0.6666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(0.9333333333 * (1vw + 1vh));
  letter-spacing: calc(0.0066666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .about-page .item__hero p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
  }
}
.about-page .about-page__item__img {
  width: calc(24.0666666667 * (1vw + 1vh));
  height: calc(15.148 * (1vw + 1vh));
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}
@media screen and (max-width: 1050px) {
  .about-page .about-page__item__img {
    width: 100%;
    height: auto;
    min-width: auto;
    min-height: auto;
  }
}
.about-page .about-page__experts {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: calc(3.2666666667 * (1vw + 1vh));
  padding-top: calc(3 * (1vw + 1vh));
  border-top: 1px solid #d9d9d9;
}
.about-page .experts__hero {
  width: calc(29.3333333333 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: calc(1.2333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .about-page .experts__hero {
    width: 100%;
  }
}
.about-page .experts__hero .page-title {
  width: 100%;
  text-align: center;
}
.about-page .experts__hero .page-subtitle {
  width: 100%;
  font-weight: 400;
  text-align: center;
}
.about-page .experts__cards {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: calc(1.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .about-page .experts__cards {
    gap: 15px;
  }
}
.about-page .experts__card {
  width: calc(25% - 1.3333333333 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media screen and (max-width: 1050px) {
  .about-page .experts__card {
    width: calc(50% - 15px);
  }
}
.about-page .experts__card:hover .card__img {
  border: 20px #e42125 solid;
}
@media screen and (max-width: 1050px) {
  .about-page .experts__card:hover .card__img {
    border: 8px #e42125 solid;
  }
}
.about-page .card__img {
  width: 100%;
  height: calc(12 * (1vw + 1vh));
  border-radius: 60px;
  border: 20px #ffb800 solid;
  margin-bottom: calc(0.9333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .about-page .card__img {
    border-radius: 28px;
    border: 8px #ffb800 solid;
    height: auto;
  }
}
.about-page .card__title {
  text-align: center;
  color: #232323;
  font-size: calc(0.6666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 700;
  line-height: calc(0.9333333333 * (1vw + 1vh));
  letter-spacing: calc(0.0066666667 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(0.1333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .about-page .card__title {
    font-size: 8px;
    line-height: 12px;
    letter-spacing: 0.2px;
  }
}
.about-page .card__sub {
  text-align: center;
  color: #828282;
  font-size: calc(0.6666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(0.9333333333 * (1vw + 1vh));
  letter-spacing: calc(0.0066666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .about-page .card__sub {
    font-size: 8px;
    line-height: 12px;
    letter-spacing: 0.2px;
  }
}

.logo {
  display: inline;
  color: #e42125;
}
.logo span {
  color: #ffb800;
}

.mb-30 {
  margin-bottom: calc(1 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .mb-30 {
    margin-bottom: 30px;
  }
}

.support-page {
  width: 100%;
  padding-right: calc(8 * (1vw + 1vh));
  padding-left: calc(8 * (1vw + 1vh));
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: calc(3.3333333333 * (1vw + 1vh));
  padding-top: calc(0.9333333333 * (1vw + 1vh));
  padding-bottom: calc(6.6666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .support-page {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .support-page {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
.support-page .hero__top {
  width: calc(19.5 * (1vw + 1vh));
  margin-bottom: calc(1.6666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .support-page .hero__top {
    width: 100%;
    margin-bottom: 30px;
  }
}
.support-page .page-title {
  margin-bottom: calc(0.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .support-page .page-title {
    margin-bottom: 20px;
  }
}
.support-page .support-page__img {
  width: calc(20.0243333333 * (1vw + 1vh));
  height: calc(20.4333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .support-page .support-page__img {
    width: 100%;
    height: auto;
  }
}

.support__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.support__contact .support__contact__hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.4 * (1vw + 1vh));
  margin-bottom: calc(0.8 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .support__contact .support__contact__hero {
    gap: 12px;
    margin-bottom: 24px;
  }
}
.support__contact h4 {
  color: #232323;
  font-size: calc(0.8 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 700;
  line-height: calc(1.0666666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .support__contact h4 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.24px;
  }
}
.support__contact p {
  color: #585858;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .support__contact p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
  }
}
.support__contact .support__contact__fields {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: calc(0.8 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .support__contact .support__contact__fields {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.support__contact .fields__item {
  width: calc(50% - 0.8 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.2666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .support__contact .fields__item {
    width: 100%;
    gap: 8px;
  }
}
.support__contact .fields__item label {
  color: #232323;
  font-size: calc(0.5 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.005 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .support__contact .fields__item label {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
}
.support__contact .fields__item label span {
  color: #e3e3e3;
}
.support__contact .fields__item #support__name {
  width: 100%;
  padding: calc(0.6 * (1vw + 1vh)) calc(0.6 * (1vw + 1vh));
  align-self: stretch;
  background: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 8px;
  border: 1px solid #e42125;
  gap: calc(0.3333333333 * (1vw + 1vh));
  display: inline-flex;
  color: #232323;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
  border-width: 2px;
  caret-color: #e42125;
}
@media screen and (max-width: 1050px) {
  .support__contact .fields__item #support__name {
    width: 100%;
    padding: 16px;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-weight: 400;
  }
}
.support__contact .fields__item #support__message {
  width: 100%;
  height: calc(4.9333333333 * (1vw + 1vh));
  padding: calc(0.6 * (1vw + 1vh)) calc(0.6 * (1vw + 1vh));
  align-self: stretch;
  background: #f2f2f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 8px;
  border: 1px solid #fff;
  gap: calc(0.3333333333 * (1vw + 1vh));
  display: inline-flex;
  color: #828282;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
  border-width: 2px;
}
@media screen and (max-width: 1050px) {
  .support__contact .fields__item #support__message {
    width: 100%;
    padding: 16px;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-weight: 400;
  }
}
@media screen and (max-width: 1050px) {
  .support__contact .fields__item #support__message {
    height: 120px;
  }
}
.support__contact .fields__item #registration__phone {
  width: 100%;
  padding: calc(0.6 * (1vw + 1vh)) calc(0.6 * (1vw + 1vh));
  align-self: stretch;
  background: #f2f2f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 8px;
  border: 1px solid #fff;
  gap: calc(0.3333333333 * (1vw + 1vh));
  display: inline-flex;
  color: #828282;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .support__contact .fields__item #registration__phone {
    width: 100%;
    padding: 16px;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-weight: 400;
  }
}
.support__contact .send-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(0.6 * (1vw + 1vh)) calc(0.9333333333 * (1vw + 1vh));
  background: #e42125;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  word-wrap: break-word;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1050px) {
  .support__contact .send-btn {
    font-size: 16px;
    line-height: 24px;
    padding: 18px 28px;
  }
}

.gap-24 {
  gap: calc(0.8 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .gap-24 {
    gap: 24px;
  }
}

.contact-page {
  width: 100%;
  padding-right: calc(8 * (1vw + 1vh));
  padding-left: calc(8 * (1vw + 1vh));
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: calc(2.6666666667 * (1vw + 1vh));
  padding-top: calc(0.9333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .contact-page {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .contact-page {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    gap: 40px;
  }
}
.contact-page .contact-page__hero {
  width: calc(15.6666666667 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1050px) {
  .contact-page .contact-page__hero {
    width: 100%;
  }
}
.contact-page .hero__top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.2 * (1vw + 1vh));
  margin-bottom: calc(1.0666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .contact-page .hero__top {
    gap: 6px;
    margin-bottom: 32px;
  }
}
.contact-page .page-subtitle {
  width: 100%;
  font-weight: 500;
}
.contact-page .contact-page__cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(1.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .contact-page .contact-page__cards {
    gap: 30px;
  }
}
.contact-page .contact-page__card {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-start;
  gap: calc(1.1666666667 * (1vw + 1vh));
  padding: calc(1.1666666667 * (1vw + 1vh)) calc(1.3333333333 * (1vw + 1vh));
  background: white;
  overflow: hidden;
  border-radius: 20px;
  background: #f9f9f9;
}
@media screen and (max-width: 1050px) {
  .contact-page .contact-page__card {
    padding: 20px;
    gap: 35px;
  }
}
.contact-page .contact-page__card__img {
  min-height: -moz-max-content;
  min-height: max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: calc(1.5 * (1vw + 1vh));
  height: calc(1.5 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .contact-page .contact-page__card__img {
    width: 30px;
    height: 30px;
  }
}
.contact-page .contact-page__card__hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.2666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .contact-page .contact-page__card__hero {
    gap: 8px;
  }
}
.contact-page .contact-page__card__hero .hero__title {
  color: #232323;
  font-size: calc(0.6666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.9333333333 * (1vw + 1vh));
  letter-spacing: calc(0.0066666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .contact-page .contact-page__card__hero .hero__title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
  }
}
.contact-page .contact-page__card__hero .hero__phone {
  color: #585858;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .contact-page .contact-page__card__hero .hero__phone {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
  }
}
.contact-page .contact-page__card__hero .hero__mail {
  color: #e42125;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  text-decoration: underline;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .contact-page .contact-page__card__hero .hero__mail {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
  }
}
.contact-page .contact-page__card__hero .hero__social {
  min-height: -moz-max-content;
  min-height: max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: calc(0.8333333333 * (1vw + 1vh));
  height: calc(0.8333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .contact-page .contact-page__card__hero .hero__social {
    width: 25px;
    height: 25px;
  }
}

.gap-12 {
  gap: calc(0.4 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .gap-12 {
    gap: 12px;
  }
}

.payment-page {
  width: 100%;
  padding-right: calc(6 * (1vw + 1vh));
  padding-left: calc(6 * (1vw + 1vh));
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: calc(1.5 * (1vw + 1vh));
  padding-top: calc(1.2666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .payment-page {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .payment-page {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 38px;
    gap: 45px;
  }
}

.payment-page__hero {
  width: calc(70% - 1.5 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: white;
  box-shadow: 0px 141px 200px -80px rgba(25, 58, 75, 0.3);
  overflow: hidden;
  border-radius: 50px;
}
.payment-page__hero .hero__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.2 * (1vw + 1vh));
  margin-bottom: calc(0.8666666667 * (1vw + 1vh));
  background-color: #ffda44;
  padding: calc(1.6666666667 * (1vw + 1vh));
}
.payment-page__hero .hero__top .top__hero {
  width: calc(18.9 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.payment-page__hero .hero__top .page-title {
  font-weight: 500;
  margin-bottom: calc(1 * (1vw + 1vh));
}
.payment-page__hero .hero__top h3 {
  width: 100%;
  color: #232323;
  font-size: calc(1.0666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(1.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(1 * (1vw + 1vh));
}
.payment-page__hero .hero__top h5 {
  width: 100%;
  color: #e42125;
  font-size: calc(0.6666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.9333333333 * (1vw + 1vh));
  letter-spacing: calc(0.0066666667 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(0.3333333333 * (1vw + 1vh));
}
.payment-page__hero .hero__top ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.1 * (1vw + 1vh));
  padding-left: calc(0.6666666667 * (1vw + 1vh));
  margin-bottom: calc(1 * (1vw + 1vh));
}
.payment-page__hero .hero__top li {
  color: #585858;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
  list-style-type: disc;
}
.payment-page__hero .hero__top .top__hero__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(0.2666666667 * (1vw + 1vh)) calc(0.6666666667 * (1vw + 1vh));
  background: #e42125;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  word-wrap: break-word;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1050px) {
  .payment-page__hero .hero__top .top__hero__btn {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 20px;
  }
}
.payment-page__hero .teacher {
  width: calc(10 * (1vw + 1vh));
}
.payment-page__hero .payment__form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(3 * (1vw + 1vh));
  padding: 0 calc(1.6666666667 * (1vw + 1vh)) calc(2.3333333333 * (1vw + 1vh)) calc(1.6666666667 * (1vw + 1vh));
}
.payment-page__hero .form__item {
  width: calc(50% - 0.5333333333 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.4 * (1vw + 1vh));
}
.payment-page__hero .form__item label {
  color: #666666;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  word-wrap: break-word;
}
.payment-page__hero .form__item .input {
  width: 100%;
  padding: calc(0.6 * (1vw + 1vh)) calc(0.6 * (1vw + 1vh));
  align-self: stretch;
  background: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 8px;
  border: 1px solid rgba(102, 102, 102, 0.35);
  gap: calc(0.3333333333 * (1vw + 1vh));
  display: inline-flex;
  color: #232323;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .payment-page__hero .form__item .input {
    width: 100%;
    padding: 16px;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-weight: 400;
  }
}
.payment-page__hero .payment__form__left {
  width: calc(15.6666666667 * (1vw + 1vh));
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: calc(0.5333333333 * (1vw + 1vh));
}
.payment-page__hero .payment__form__left .pay-list {
  width: 100%;
}
.payment-page__hero .payment__form__left .pay-list .secure {
  color: #98a2b3;
}
.payment-page__hero .payment__form__left .accept_terms {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: calc(0.2666666667 * (1vw + 1vh));
  margin-bottom: calc(1.8333333333 * (1vw + 1vh));
}
.payment-page__hero .payment__form__left .accept_terms #accept_terms {
  width: calc(0.8 * (1vw + 1vh));
  height: calc(0.8 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .payment-page__hero .payment__form__left .accept_terms #accept_terms {
    width: 24px;
    height: 24px;
  }
}
.payment-page__hero .payment__form__left .accept_terms label {
  color: #333333;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  word-wrap: break-word;
}
.payment-page__hero .payment__form__right {
  width: calc(11.4666666667 * (1vw + 1vh));
}
.payment-page__hero .payment__form__right .personal__card {
  width: 100%;
  height: calc(6.2666666667 * (1vw + 1vh));
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  margin-bottom: calc(0.4333333333 * (1vw + 1vh));
}
.payment-page__hero .payment__form__right .price-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.payment-page__hero .payment__form__right .price-info__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payment-page__hero .payment__form__right .price-info__title {
  color: black;
  font-size: calc(0.6666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(0.2666666667 * (1vw + 1vh));
}
.payment-page__hero .payment__form__right .item__title {
  color: #484a4b;
  font-size: calc(0.4 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.6666666667 * (1vw + 1vh));
  word-wrap: break-word;
}
.payment-page__hero .payment__form__right .item__value {
  color: rgba(72, 74, 75, 0.7);
  font-size: calc(0.4 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(1 * (1vw + 1vh));
  word-wrap: break-word;
}
.payment-page__hero .payment__form__right .item__value.total {
  color: #484a4b;
  font-size: calc(0.5333333333 * (1vw + 1vh));
}
.payment-page__hero .payment__form__right .date-cvv {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: calc(0.5333333333 * (1vw + 1vh));
  margin-bottom: calc(1.6 * (1vw + 1vh));
}
.payment-page__hero .payment__form__right .add-card {
  width: calc(1.9333333333 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.1333333333 * (1vw + 1vh));
}
.payment-page__hero .payment__form__right .add-card span {
  text-align: center;
  color: black;
  font-size: calc(0.4666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.6333333333 * (1vw + 1vh));
  word-wrap: break-word;
}
.payment-page__hero .payment__form__right .add-card .add-card__img {
  width: calc(1.4666666667 * (1vw + 1vh));
  height: calc(1.4666666667 * (1vw + 1vh));
  cursor: pointer;
}
.payment-page__hero .payment__form__right .pay-now__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(0.5 * (1vw + 1vh)) calc(3.8333333333 * (1vw + 1vh));
  background: #ffdd33;
  border-radius: 8px;
  border: none;
  color: #1a1d1f;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  word-wrap: break-word;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
  margin-bottom: calc(2 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .payment-page__hero .payment__form__right .pay-now__btn {
    font-size: 16px;
    line-height: 24px;
    padding: 15px 115px;
  }
}
@media screen and (max-width: 1050px) {
  .payment-page__hero .payment__form__right .pay-now__btn {
    margin-top: 60px;
  }
}
.payment-page__hero .payment__form__right .pay-now__btn .arrow-right {
  width: calc(1.0266666667 * (1vw + 1vh));
  height: calc(1.0266666667 * (1vw + 1vh));
}

.payment__form__right__payment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.2666666667 * (1vw + 1vh));
}
.payment__form__right__payment h6 {
  color: #666666;
  font-size: calc(0.3666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.4 * (1vw + 1vh));
  letter-spacing: calc(0.01 * (1vw + 1vh));
  word-wrap: break-word;
}
.payment__form__right__payment .items {
  display: flex;
  align-items: stretch;
  gap: calc(0.2666666667 * (1vw + 1vh));
}
.payment__form__right__payment .items .payment__item {
  flex: 1;
}

.card__number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card__number img {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: calc(0.9333333333 * (1vw + 1vh));
  height: calc(0.6666666667 * (1vw + 1vh));
}

.w-88 {
  width: calc(2.9333333333 * (1vw + 1vh)) !important;
}
@media screen and (max-width: 1050px) {
  .w-88 {
    width: 88px;
  }
}

#payment__card {
  width: 100%;
  padding: calc(0.4 * (1vw + 1vh)) calc(0.5333333333 * (1vw + 1vh));
  align-self: stretch;
  background: #f2f2f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 8px;
  border: 1px solid #007aff;
  gap: calc(0.3333333333 * (1vw + 1vh));
  display: inline-flex;
  color: #1a1a1a;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
  padding-left: calc(2 * (1vw + 1vh));
  margin: calc(0.6666666667 * (1vw + 1vh)) 0;
}
@media screen and (max-width: 1050px) {
  #payment__card {
    width: 100%;
    padding: 10px;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-weight: 400;
  }
}

.payment-page__right {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1050px) {
  .payment-page__right {
    width: 100%;
  }
}
.payment-page__right .review__slider__item {
  width: 100%;
}
.payment-page__right .review__title {
  color: #232323;
  font-size: calc(1.0666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 900;
  line-height: calc(1.4 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(1.0666666667 * (1vw + 1vh));
}

.lesson-price-info {
  position: relative;
  width: 100%;
  max-width: calc(15.1666666667 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #e42125;
  padding: calc(1.3333333333 * (1vw + 1vh));
  border-radius: 20px;
  margin-bottom: calc(2.5333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .lesson-price-info {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
  }
}
.lesson-price-info .title {
  color: white;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0053333333 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .lesson-price-info .title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
}
.lesson-price-info h4 {
  color: white;
  font-size: calc(1.0666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 800;
  line-height: calc(1.4666666667 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(0.7333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .lesson-price-info h4 {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0.32px;
    margin-bottom: 22px;
  }
}
.lesson-price-info .price-info__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.5333333333 * (1vw + 1vh));
  margin-bottom: calc(1.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .lesson-price-info .price-info__list {
    gap: 16px;
    margin-bottom: 40px;
  }
}
.lesson-price-info .price-info__list .list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.3333333333 * (1vw + 1vh));
}
.lesson-price-info .price-info__list .list__item > * {
  color: white;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.32px;
  word-wrap: break-word;
}
.lesson-price-info .lesson-price-info__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(0.6 * (1vw + 1vh)) calc(3.2666666667 * (1vw + 1vh));
  background: #ffb800;
  border-radius: 8px;
  border: none;
  color: #000;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  word-wrap: break-word;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
  font-size: calc(0.6 * (1vw + 1vh));
  font-weight: 600;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.006 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .lesson-price-info .lesson-price-info__btn {
    font-size: 16px;
    line-height: 24px;
    padding: 18px 98px;
  }
}
@media screen and (max-width: 1050px) {
  .lesson-price-info .lesson-price-info__btn {
    width: 100%;
    margin-top: 20px;
  }
}

.lesson-price-info__img {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(6 * (1vw + 1vh));
  height: calc(6 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .lesson-price-info__img {
    width: 90px;
    height: 90px;
  }
}

.catalog-card {
  width: 100%;
  padding-right: calc(6 * (1vw + 1vh));
  padding-left: calc(6 * (1vw + 1vh));
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: calc(0.9333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .catalog-card {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .catalog-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 28px;
    gap: 40px;
  }
}
.catalog-card .catalog-card__hero {
  width: calc(70% - 1.5 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1050px) {
  .catalog-card .catalog-card__hero {
    width: 100%;
  }
}
.catalog-card .hero__top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.2 * (1vw + 1vh));
  margin-bottom: calc(1.6666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .catalog-card .hero__top {
    margin-bottom: 50px;
  }
}
.catalog-card .hero__top .page-title {
  font-weight: 400;
  margin-bottom: calc(1 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .catalog-card .hero__top .page-title {
    font-weight: 500;
    margin-bottom: 30px;
  }
}
.catalog-card .hero__top h3 {
  width: 100%;
  color: #232323;
  font-size: calc(1.0666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(1.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(1 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .catalog-card .hero__top h3 {
    font-size: 32px;
    line-height: 54px;
    letter-spacing: 0.32px;
    margin-bottom: 30px;
  }
}
.catalog-card .hero__top h5 {
  width: 100%;
  color: #e42125;
  font-size: calc(0.6666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.9333333333 * (1vw + 1vh));
  letter-spacing: calc(0.0066666667 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(0.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .catalog-card .hero__top h5 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
  }
}
.catalog-card .hero__top ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.1 * (1vw + 1vh));
  padding-left: calc(0.6666666667 * (1vw + 1vh));
  margin-bottom: calc(1 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .catalog-card .hero__top ul {
    padding-left: 20px;
    margin-bottom: 30px;
  }
}
.catalog-card .hero__top li {
  color: #585858;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
  list-style-type: disc;
}
@media screen and (max-width: 1050px) {
  .catalog-card .hero__top li {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
  }
}
.catalog-card .hero__top .top__hero__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(0.2666666667 * (1vw + 1vh)) calc(0.6666666667 * (1vw + 1vh));
  background: #ffb800;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  word-wrap: break-word;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1050px) {
  .catalog-card .hero__top .top__hero__btn {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 20px;
  }
}
.catalog-card .share-it {
  color: black;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .catalog-card .share-it {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
  }
}
.catalog-card .review__title {
  color: #232323;
  font-size: calc(1.0666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 900;
  line-height: calc(1.4 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(1.0666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .catalog-card .review__title {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.32px;
    margin-bottom: 32px;
  }
}
.catalog-card .reviews {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.5333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .catalog-card .reviews {
    gap: 16px;
  }
}
.catalog-card .review__slider__item {
  width: 100%;
}
.catalog-card .teacher__content__expert-img {
  border: 20px #ffb800 solid !important;
}

.teacher {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.7333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .teacher {
    gap: 22px;
  }
}
.teacher .teacher__title {
  color: #232323;
  font-size: calc(1.0666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 900;
  line-height: calc(1.4 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .teacher .teacher__title {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.32px;
  }
}
.teacher .teacher__content {
  width: 100%;
  max-width: calc(13.3333333333 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .teacher .teacher__content {
    max-width: 100%;
  }
}
.teacher .teacher__content h4 {
  text-align: center;
  color: #232323;
  font-size: calc(0.6666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.9333333333 * (1vw + 1vh));
  letter-spacing: calc(0.0066666667 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(0.1333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .teacher .teacher__content h4 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
    margin-bottom: 4px;
  }
}
.teacher .teacher__content p {
  text-align: center;
  color: #828282;
  font-size: calc(0.6666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.9333333333 * (1vw + 1vh));
  letter-spacing: calc(0.0066666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .teacher .teacher__content p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
  }
}
.teacher .teacher__content__expert-img {
  width: 100%;
  height: calc(10.9333333333 * (1vw + 1vh));
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  border-radius: 60px;
  border: 20px #e42125 solid;
  overflow: hidden;
  margin-bottom: calc(0.9333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .teacher .teacher__content__expert-img {
    width: 100%;
    height: auto;
    min-width: auto;
    min-height: auto;
    border-radius: 28px;
    border: 8px #e42125 solid;
  }
}

.course {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: calc(1.6666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .course {
    margin-bottom: 50px;
  }
}
.course .course__title {
  color: #232323;
  font-size: calc(1.0666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(1.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(1.0666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .course .course__title {
    font-size: 32px;
    line-height: 54px;
    letter-spacing: 0.32px;
    margin-bottom: 32px;
  }
}
.course .course__cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.9333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .course .course__cards {
    gap: 28px;
  }
}
.course .course__card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: calc(0.8 * (1vw + 1vh));
  background: #f9f9f9;
  border-radius: 20px;
  border: 1px #efefff solid;
  overflow: hidden;
}
@media screen and (max-width: 1050px) {
  .course .course__card {
    padding: 24px;
  }
}
.course .course__card.active .card__top {
  padding-bottom: calc(0.8 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .course .course__card.active .card__top {
    padding-bottom: 24px;
  }
}
.course .course__card.active .card__content {
  padding-top: calc(0.8 * (1vw + 1vh));
  height: -moz-max-content;
  height: max-content;
  border-top: 2px #e42125 solid;
}
@media screen and (max-width: 1050px) {
  .course .course__card.active .card__content {
    padding-top: 24px;
    height: auto;
    border-top: 2px #e42125 solid;
  }
}
.course .course__card.active .card__top__arrow {
  transform: rotate(0);
}
.course .card__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0;
}
.course .card__top__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.2666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .course .card__top__left {
    gap: 8px;
  }
}
.course .card__top__title,
.course .card__top__value {
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 600;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .course .card__top__title,
  .course .card__top__value {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
  }
}
.course .card__top__title {
  color: #e42125;
}
.course .card__top__value {
  color: #232323;
}
.course .card__top__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .course .card__top__right {
    gap: 10px;
  }
}
.course .card__top__quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.1 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .course .card__top__quantity {
    display: none;
  }
}
.course .card__top__quantity > * {
  color: #828282;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .course .card__top__quantity > * {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
  }
}
.course .card__top__arrow {
  width: calc(0.8 * (1vw + 1vh));
  height: calc(0.8 * (1vw + 1vh));
  transform: rotate(180deg);
}
@media screen and (max-width: 1050px) {
  .course .card__top__arrow {
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
  }
}
.course .card__content {
  width: 100%;
  height: 0;
  color: black;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 1050px) {
  .course .card__content {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    padding-top: 0;
  }
}

.block-title {
  color: #232323;
  font-size: calc(1.0666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 900;
  line-height: calc(1.4 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .block-title {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.32px;
  }
}

.how-learning {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(1.0666666667 * (1vw + 1vh));
  margin-bottom: calc(1.6666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .how-learning {
    gap: 32px;
    margin-bottom: 50px;
  }
}
.how-learning__cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.5333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .how-learning__cards {
    gap: 16px;
  }
}
.how-learning__card {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: calc(1.3333333333 * (1vw + 1vh));
  padding: calc(1.3333333333 * (1vw + 1vh));
  box-shadow: 0px 4px 20px #f7f6fb;
}
@media screen and (max-width: 1050px) {
  .how-learning__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
    gap: 40px;
  }
}
.how-learning__card__img {
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  width: calc(11.1 * (1vw + 1vh));
  height: calc(7.7333333333 * (1vw + 1vh));
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1050px) {
  .how-learning__card__img {
    width: 100%;
    height: auto;
    min-width: auto;
    min-height: auto;
  }
}
.how-learning__card__hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .how-learning__card__hero {
    gap: 10px;
  }
}
.how-learning__card h4 {
  color: #585858;
  font-size: calc(0.8 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 700;
  line-height: calc(1.0666666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .how-learning__card h4 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.24px;
  }
}
.how-learning__card p {
  color: #585858;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(1.0666666667 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .how-learning__card p {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.16px;
  }
}

.faq {
  width: 100%;
  padding-right: calc(8 * (1vw + 1vh));
  padding-left: calc(8 * (1vw + 1vh));
  padding-top: calc(0.9333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .faq {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .faq {
    padding-top: 28px;
  }
}
.faq .faq__title {
  color: #232323;
  font-size: calc(1.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(1.8 * (1vw + 1vh));
  letter-spacing: calc(0.0153333333 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(0.2 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .faq .faq__title {
    font-size: 46px;
    line-height: 54px;
    letter-spacing: 0.46px;
    margin-bottom: 6px;
  }
}
.faq .faq__sub {
  color: #585858;
  font-size: calc(0.6666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.9333333333 * (1vw + 1vh));
  letter-spacing: calc(0.0066666667 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(1 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .faq .faq__sub {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
  }
}
.faq .themes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-start;
  gap: calc(0.5 * (1vw + 1vh));
  margin-bottom: calc(0.9333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .faq .themes {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 28px;
  }
}
.faq .themes__item {
  color: #4f4f4f;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
  background: #ffb800;
  border-radius: 4px;
  padding: calc(0.1666666667 * (1vw + 1vh)) calc(0.6666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .faq .themes__item {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    padding: 5px 20px;
  }
}
.faq .themes__item.active {
  color: white;
  background: #e42125;
}
.faq .faq__bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(1.5 * (1vw + 1vh)) calc(3.3333333333 * (1vw + 1vh));
  gap: calc(0.6666666667 * (1vw + 1vh));
  border-radius: 40px;
  background: rgba(228, 33, 37, 0.1);
  margin-top: calc(3.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .faq .faq__bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 45px 20px;
    gap: 20px;
    margin-top: 100px;
  }
}
.faq .faq__bottom__img {
  width: calc(15.2 * (1vw + 1vh));
  height: calc(15.2 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .faq .faq__bottom__img {
    width: 100%;
    height: auto;
  }
}
.faq .faq__bottom__hero {
  width: calc(18.6666666667 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1050px) {
  .faq .faq__bottom__hero {
    width: 100%;
  }
}
.faq .faq__bottom__hero .page-title {
  margin-bottom: calc(0.5 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .faq .faq__bottom__hero .page-title {
    margin-bottom: 15px;
  }
}
.faq .faq__bottom__hero .page-subtitle {
  margin-bottom: calc(1.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .faq .faq__bottom__hero .page-subtitle {
    margin-bottom: 40px;
  }
}
.faq .faq__bottom__hero .faq__bottom__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(0.6 * (1vw + 1vh)) calc(0.9333333333 * (1vw + 1vh));
  background: #e42125;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  word-wrap: break-word;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1050px) {
  .faq .faq__bottom__hero .faq__bottom__btn {
    font-size: 16px;
    line-height: 24px;
    padding: 18px 28px;
  }
}
.faq .faq__bottom__hero .faq__bottom__btn:hover {
  background: #ffb800;
}

.catalog {
  width: 100%;
  padding-right: calc(6 * (1vw + 1vh));
  padding-left: calc(6 * (1vw + 1vh));
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: calc(3.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .catalog {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .catalog {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 100px;
  }
}
.catalog .catalog__title {
  color: #232323;
  font-size: calc(1.5333333333 * (1vw + 1vh));
  font-family: Inter;
  font-weight: 400;
  line-height: calc(1.8 * (1vw + 1vh));
  letter-spacing: calc(0.0153333333 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(1.7333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .catalog .catalog__title {
    font-size: 46px;
    line-height: 54px;
    letter-spacing: 0.46px;
    margin-bottom: 52px;
  }
}
.catalog .catalog__hero {
  width: calc(80% - 3.3333333333 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1050px) {
  .catalog .catalog__hero {
    width: 100%;
  }
}
.catalog .catalog__cards {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: calc(1.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .catalog .catalog__cards {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
.catalog .catalog__cards .second-block__slider__card {
  width: calc(50% - 1.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .catalog .catalog__cards .second-block__slider__card {
    width: 100%;
  }
}
.catalog .catalog__dashboard {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(1.0666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .catalog .catalog__dashboard {
    width: 100%;
    gap: 32px;
  }
}
.catalog .catalog__dashboard .dashboard__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: calc(1.0666666667 * (1vw + 1vh));
  border-bottom: 1px #cccccc solid;
}
@media screen and (max-width: 1050px) {
  .catalog .catalog__dashboard .dashboard__item {
    padding-bottom: 32px;
    border-bottom: 1px #cccccc solid;
  }
}
.catalog .catalog__dashboard .dashboard__item .item__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #1c3554;
  font-size: calc(0.8 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(1.0666666667 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(0.5333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .catalog .catalog__dashboard .dashboard__item .item__title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.24px;
    margin-bottom: 16px;
  }
}
.catalog .catalog__dashboard .dashboard__item .item__arrow {
  width: calc(0.5 * (1vw + 1vh));
  height: calc(0.5 * (1vw + 1vh));
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  transform: rotate(180deg);
}
@media screen and (max-width: 1050px) {
  .catalog .catalog__dashboard .dashboard__item .item__arrow {
    width: 15px;
    height: 15px;
    transform: rotate(180deg);
  }
}
.catalog .catalog__dashboard .dashboard__item .item__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.5333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .catalog .catalog__dashboard .dashboard__item .item__list {
    gap: 16px;
  }
}
.catalog .catalog__dashboard .dashboard__item .item__list .item__list__value {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-start;
  gap: calc(0.2666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .catalog .catalog__dashboard .dashboard__item .item__list .item__list__value {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.catalog .catalog__dashboard .dashboard__item .item__list .item__list__value > * {
  font-size: calc(0.4666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(0.8 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .catalog .catalog__dashboard .dashboard__item .item__list .item__list__value > * {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.14px;
  }
}
.catalog .catalog__dashboard .dashboard__item .item__list input[type=checkbox] {
  width: calc(0.8 * (1vw + 1vh));
  height: calc(0.8 * (1vw + 1vh));
}
.catalog .catalog__dashboard .dashboard__item .item__list .stars {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.1333333333 * (1vw + 1vh));
}
.catalog .catalog__dashboard .dashboard__item .item__list .stars .star {
  width: calc(0.5333333333 * (1vw + 1vh));
  height: calc(0.5333333333 * (1vw + 1vh));
}
.catalog .catalog__dashboard .dashboard__item .item__list span {
  color: #808080;
}
.catalog .catalog__dashboard .dashboard__item .item__list p {
  color: #1c3554;
}

.dashboard {
  width: 100vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  justify-content: flex-start;
}

.sidebar-over {
  width: 18%;
  padding: calc(1.6666666667 * (1vw + 1vh)) calc(1 * (1vw + 1vh));
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 18%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: calc(1.6666666667 * (1vw + 1vh)) calc(1 * (1vw + 1vh));
  justify-content: flex-start;
  background: white;
  box-shadow: 0px 3.9829919338px 19.018787384px -0.9957479835px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.sidebar nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: calc(0.6666666667 * (1vw + 1vh));
  margin-bottom: calc(2 * (1vw + 1vh));
}
.sidebar .dashboard__nav__item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  justify-content: flex-start;
  gap: calc(0.3333333333 * (1vw + 1vh));
  padding: calc(0.4 * (1vw + 1vh));
  border-radius: 10px;
  cursor: pointer;
}
.sidebar .dashboard__nav__item:hover {
  background: #ffb800;
  color: white;
}
.sidebar .dashboard__nav__item:hover img {
  filter: brightness(100);
}
.sidebar .dashboard__nav__item.logout {
  color: #e42125;
  font-weight: 700;
}
.sidebar .dashboard__nav__item.logout:hover {
  background: #e42125;
  color: white;
}
.sidebar .dashboard__nav__item img {
  width: calc(0.8 * (1vw + 1vh));
  height: calc(0.8 * (1vw + 1vh));
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}

.contact-us__btn,
.homepage__btn {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  justify-content: flex-start;
  gap: calc(0.3333333333 * (1vw + 1vh));
  padding: calc(0.4666666667 * (1vw + 1vh));
  border-radius: 10px;
  font-size: 17.92px;
  font-family: Roboto;
  font-weight: 600;
  line-height: 23.9px;
  letter-spacing: 0.18px;
  word-wrap: break-word;
  margin: calc(0.2 * (1vw + 1vh)) 0;
}
.contact-us__btn img,
.homepage__btn img {
  width: calc(0.8 * (1vw + 1vh));
  height: calc(0.8 * (1vw + 1vh));
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}

.contact-us__btn {
  color: #e42125;
  border: 1px #e42125 solid;
}

.homepage__btn {
  color: #ffb800;
}

.dashboard__home {
  width: 100%;
  padding-right: calc(3.3333333333 * (1vw + 1vh));
  padding-left: calc(3.3333333333 * (1vw + 1vh));
  width: 82%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: calc(4 * (1vw + 1vh));
  padding-bottom: calc(5 * (1vw + 1vh));
  background: linear-gradient(135deg, #ffefc4 0%, white 100%);
}
@media screen and (max-width: 1050px) {
  .dashboard__home {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.dashboard__home .home__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-start;
  gap: calc(3.3333333333 * (1vw + 1vh));
  margin-bottom: calc(3.3333333333 * (1vw + 1vh));
}
.dashboard__home .home__top .home__top__hero {
  width: calc(19.6666666667 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.6666666667 * (1vw + 1vh));
}
.dashboard__home .home__top .home__top__hero h1 {
  color: #232323;
  font-size: calc(2 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(2.3333333333 * (1vw + 1vh));
  letter-spacing: calc(0.02 * (1vw + 1vh));
  word-wrap: break-word;
}
.dashboard__home .home__top .home__top__hero h1 strong {
  color: #e42125;
  font-weight: 700;
}
.dashboard__home .home__top .home__top__hero p {
  color: #828282;
  font-size: calc(0.6666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(1.1666666667 * (1vw + 1vh));
  letter-spacing: calc(0.0066666667 * (1vw + 1vh));
  word-wrap: break-word;
}
.dashboard__home .home__top .home__top__img {
  width: calc(15.0666666667 * (1vw + 1vh));
  height: calc(12.7666666667 * (1vw + 1vh));
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}
.dashboard__home .home__middle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: calc(3.3333333333 * (1vw + 1vh));
}
.dashboard__home .middle__hero {
  width: calc(15.6333333333 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: calc(1.6666666667 * (1vw + 1vh));
}
.dashboard__home .middle__hero .page-title {
  font-weight: 400;
  margin-bottom: calc(1 * (1vw + 1vh));
}
.dashboard__home .middle__hero h5 {
  width: 100%;
  color: #e42125;
  font-size: calc(0.6666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.9333333333 * (1vw + 1vh));
  letter-spacing: calc(0.0066666667 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(0.3333333333 * (1vw + 1vh));
}
.dashboard__home .middle__hero ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.1 * (1vw + 1vh));
  padding-left: calc(0.6666666667 * (1vw + 1vh));
  margin-bottom: calc(1 * (1vw + 1vh));
}
.dashboard__home .middle__hero li {
  color: #585858;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
  list-style-type: disc;
}
.dashboard__home .middle__hero .top__hero__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(0.2666666667 * (1vw + 1vh)) calc(0.6666666667 * (1vw + 1vh));
  background: #ffb800;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  word-wrap: break-word;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1050px) {
  .dashboard__home .middle__hero .top__hero__btn {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 20px;
  }
}
.dashboard__home .home__bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dashboard__home .home__bottom .bottom__title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(0.6666666667 * (1vw + 1vh)) calc(1.3333333333 * (1vw + 1vh));
  border-radius: 20px;
  background: #fff;
  margin-bottom: calc(1 * (1vw + 1vh));
}
.dashboard__home .home__bottom .bottom__title h3 {
  color: #232323;
  font-size: calc(1.0666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(1.4 * (1vw + 1vh));
  word-wrap: break-word;
}
.dashboard__home .home__bottom .bottom__title .bottom__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(0.4 * (1vw + 1vh)) calc(0.5333333333 * (1vw + 1vh));
  background: #fff;
  border-radius: 8px;
  border: none;
  color: #e42125;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  word-wrap: break-word;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
  border: 1px solid #e42125;
}
@media screen and (max-width: 1050px) {
  .dashboard__home .home__bottom .bottom__title .bottom__btn {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 16px;
  }
}

.video-img {
  width: calc(22.7 * (1vw + 1vh));
  height: calc(15.3333333333 * (1vw + 1vh));
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}

.dashboard__course {
  width: 100%;
  padding-right: calc(3.3333333333 * (1vw + 1vh));
  padding-left: calc(3.3333333333 * (1vw + 1vh));
  width: 82%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: calc(3.3333333333 * (1vw + 1vh));
  padding-bottom: calc(3.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .dashboard__course {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.dashboard__course .page-title {
  margin-bottom: calc(1.4 * (1vw + 1vh));
}

.dashboard__course__top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: calc(1.3333333333 * (1vw + 1vh));
  margin-bottom: calc(0.6666666667 * (1vw + 1vh));
}

.dashboard__course__top__left {
  width: calc(55% - 1.5 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dashboard__course__top__left .video-img {
  width: 100%;
  height: auto;
  max-height: calc(13.3333333333 * (1vw + 1vh));
  margin-bottom: calc(1 * (1vw + 1vh));
}
.dashboard__course__top__left .control__btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.6666666667 * (1vw + 1vh));
  margin-bottom: calc(1.6666666667 * (1vw + 1vh));
}
.dashboard__course__top__left .control__btns__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-start;
  gap: calc(0.3333333333 * (1vw + 1vh));
}
.dashboard__course__top__left .control__btns__item img {
  width: calc(2.1333333333 * (1vw + 1vh));
  height: calc(2.1333333333 * (1vw + 1vh));
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}

.rotate-180 {
  transform: rotate(180deg);
}

.files {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: calc(1 * (1vw + 1vh));
  background: white;
  box-shadow: 0px 0 200px -60px rgba(25, 58, 75, 0.3);
  overflow: hidden;
  border-radius: 50px;
}
.files h4 {
  color: #232323;
  font-size: calc(1.0666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(1.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(0.6666666667 * (1vw + 1vh));
}
.files .files__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.3333333333 * (1vw + 1vh));
}
.files .files__links .link {
  color: #e42125;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  text-decoration: underline;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
}

.lessons-list {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.7333333333 * (1vw + 1vh));
  padding: calc(1 * (1vw + 1vh)) calc(1.0666666667 * (1vw + 1vh));
  background-color: #fff;
  box-shadow: 0px 141px 200px -80px rgba(25, 58, 75, 0.3);
  overflow: hidden;
  border-radius: 50px;
}
.lessons-list .lessons-list__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #f9f9f9;
  border-radius: 20px;
  outline: 1px #efefff solid;
  outline-offset: -1px;
  padding: calc(0.5 * (1vw + 1vh)) calc(0.8333333333 * (1vw + 1vh));
}
.lessons-list .lessons-list__item .item__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.2666666667 * (1vw + 1vh));
  padding-bottom: calc(0.8 * (1vw + 1vh));
}
.lessons-list .lessons-list__item .item__top__title, .lessons-list .lessons-list__item .item__top__value {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.32px;
  word-wrap: break-word;
}
.lessons-list .lessons-list__item .item__top__title {
  color: #e42125;
}
.lessons-list .lessons-list__item .item__top__value {
  color: #232323;
}
.lessons-list .lessons-list__item .item__top__img {
  width: calc(1.5 * (1vw + 1vh));
  height: calc(1.5 * (1vw + 1vh));
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}
.lessons-list .lessons-list__item .lessons-list__item__content {
  color: black;
  font-size: calc(0.4666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0093333333 * (1vw + 1vh));
  word-wrap: break-word;
  padding-top: calc(0.8 * (1vw + 1vh));
  border-top: 2px #e42125 solid;
}

.gap-8 {
  gap: calc(0.2666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .gap-8 {
    gap: 8px;
  }
}

.dashboard__course__bottom {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: calc(1.5 * (1vw + 1vh));
}
.dashboard__course__bottom .dashboard__course__bottom__left {
  width: calc(55% - 1.5 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dashboard__course__bottom .course__card__yellow {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: calc(0.8 * (1vw + 1vh));
  padding-bottom: calc(2.6666666667 * (1vw + 1vh));
  background: #ffb800;
  border-radius: 20px;
  border: 1px #efefff solid;
  overflow: hidden;
  margin-bottom: calc(1.1666666667 * (1vw + 1vh));
}
.dashboard__course__bottom .course__card__yellow .card__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: calc(0.8 * (1vw + 1vh));
}
.dashboard__course__bottom .course__card__yellow .card__top__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.2666666667 * (1vw + 1vh));
}
.dashboard__course__bottom .course__card__yellow .card__top__title,
.dashboard__course__bottom .course__card__yellow .card__top__value {
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 600;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
}
.dashboard__course__bottom .course__card__yellow .card__top__title {
  color: #e42125;
}
.dashboard__course__bottom .course__card__yellow .card__top__value {
  color: #232323;
}
.dashboard__course__bottom .course__card__yellow .card__top__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.3333333333 * (1vw + 1vh));
}
.dashboard__course__bottom .course__card__yellow .card__top__quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.1 * (1vw + 1vh));
}
.dashboard__course__bottom .course__card__yellow .card__top__quantity > * {
  color: #828282;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
}
.dashboard__course__bottom .course__card__yellow .card__top__arrow {
  width: calc(0.8 * (1vw + 1vh));
  height: calc(0.8 * (1vw + 1vh));
  transform: rotate(180deg);
}
.dashboard__course__bottom .course__card__yellow .card__content {
  width: 100%;
  color: white;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(0.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
  padding-top: calc(0.8 * (1vw + 1vh));
  border-top: 2px #e42125 solid;
}

.chat {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: calc(0.8333333333 * (1vw + 1vh)) calc(1.3333333333 * (1vw + 1vh));
  padding-bottom: calc(2 * (1vw + 1vh));
  background: white;
  box-shadow: 0px 141px 200px -80px rgba(25, 58, 75, 0.3);
  overflow: hidden;
  border-radius: 50px;
}
.chat .chat__title {
  color: #232323;
  font-size: calc(1.0666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(1.8 * (1vw + 1vh));
  letter-spacing: calc(0.0106666667 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(0.9 * (1vw + 1vh));
}
.chat .chat__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 calc(1.3333333333 * (1vw + 1vh));
}
.chat .chat__messages {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.1666666667 * (1vw + 1vh));
  border-radius: 20px;
  margin-bottom: calc(1.3333333333 * (1vw + 1vh));
}
.chat .sender {
  width: calc(10.4 * (1vw + 1vh));
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.chat .sender .sender__text {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: calc(0.5333333333 * (1vw + 1vh));
  padding-bottom: calc(1.0666666667 * (1vw + 1vh));
  border-radius: 10px;
  background: #e42125;
  color: #fff;
  font-size: calc(0.5 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  word-wrap: break-word;
  margin-left: calc(0.6666666667 * (1vw + 1vh));
}
.chat .sender .sender__span {
  position: absolute;
  bottom: calc(0.3333333333 * (1vw + 1vh));
  left: calc(0.6666666667 * (1vw + 1vh));
  width: calc(1.5 * (1vw + 1vh));
  height: calc(1.1333333333 * (1vw + 1vh));
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  z-index: 0;
}
.chat .sender .sender__img {
  width: calc(1.6 * (1vw + 1vh));
  height: calc(1.6 * (1vw + 1vh));
  border-radius: 50%;
}
.chat .sender .sender__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.3333333333 * (1vw + 1vh));
  margin-top: calc(-0.3333333333 * (1vw + 1vh));
}
.chat .sender .sender__time {
  color: #888888;
  font-size: calc(0.3333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  word-wrap: break-word;
}
.chat .sender .sender__actions {
  position: absolute;
  right: calc(0.6 * (1vw + 1vh));
  bottom: calc(-0.3333333333 * (1vw + 1vh));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.3333333333 * (1vw + 1vh));
  padding: calc(0.1333333333 * (1vw + 1vh));
  background: #ffb800;
  border-radius: calc(0.2666666667 * (1vw + 1vh));
}
.chat .sender .sender__actions .sender__action {
  width: calc(0.5333333333 * (1vw + 1vh));
  height: calc(0.5333333333 * (1vw + 1vh));
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}
.chat .receiver {
  width: calc(10.4 * (1vw + 1vh));
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.chat .receiver .receiver__text {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: calc(0.5333333333 * (1vw + 1vh));
  padding-bottom: calc(1.0666666667 * (1vw + 1vh));
  border-radius: 10px;
  background: #dee2e6;
  color: #fff;
  font-size: calc(0.5 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  word-wrap: break-word;
  margin-right: calc(0.6666666667 * (1vw + 1vh));
}
.chat .receiver .receiver__span {
  position: absolute;
  bottom: calc(0.3333333333 * (1vw + 1vh));
  right: calc(0.6666666667 * (1vw + 1vh));
  width: calc(1.5 * (1vw + 1vh));
  height: calc(1.1333333333 * (1vw + 1vh));
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  z-index: 0;
}
.chat .receiver .receiver__img {
  width: calc(1.6 * (1vw + 1vh));
  height: calc(1.6 * (1vw + 1vh));
  border-radius: 50%;
}
.chat .receiver .receiver__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.3333333333 * (1vw + 1vh));
  margin-top: calc(-0.3333333333 * (1vw + 1vh));
}
.chat .receiver .receiver__time {
  color: #888888;
  font-size: calc(0.3333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  word-wrap: break-word;
}
.chat .receiver .receiver__actions {
  position: absolute;
  left: calc(0.6 * (1vw + 1vh));
  bottom: calc(-0.3333333333 * (1vw + 1vh));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.3333333333 * (1vw + 1vh));
  padding: calc(0.1333333333 * (1vw + 1vh));
  background: #ffb800;
  border-radius: calc(0.2666666667 * (1vw + 1vh));
}
.chat .receiver .receiver__actions .receiver__action {
  width: calc(0.5333333333 * (1vw + 1vh));
  height: calc(0.5333333333 * (1vw + 1vh));
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}
.chat__input {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.3333333333 * (1vw + 1vh));
  padding: calc(0.6666666667 * (1vw + 1vh)) calc(0.7333333333 * (1vw + 1vh));
  background-color: #e8ebf0;
  border-radius: 20px;
  color: #444444;
  font-size: calc(0.6 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  word-wrap: break-word;
}

.thanks {
  width: 100%;
  padding-right: calc(8 * (1vw + 1vh));
  padding-left: calc(8 * (1vw + 1vh));
  padding-top: calc(5 * (1vw + 1vh));
  padding-bottom: calc(5 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .thanks {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .thanks {
    padding: 0;
  }
}
.thanks .thanks__block {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(1.6666666667 * (1vw + 1vh)) calc(3.3333333333 * (1vw + 1vh));
  background: rgba(228, 33, 37, 0.1);
  border-radius: 40px;
}
@media screen and (max-width: 1050px) {
  .thanks .thanks__block {
    width: 100%;
    padding-right: calc(8 * (1vw + 1vh));
    padding-left: calc(8 * (1vw + 1vh));
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1050px) and (max-width: 1050px) {
  .thanks .thanks__block {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.thanks .thanks__img {
  width: calc(20 * (1vw + 1vh));
  height: calc(20 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .thanks .thanks__img {
    width: 621px;
    height: 622px;
  }
}
.thanks .thanks__hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.thanks .thanks__hero .page-title {
  margin-bottom: calc(0.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .thanks .thanks__hero .page-title {
    margin-bottom: 10px;
  }
}
.thanks .thanks__hero .page-subtitle {
  margin-bottom: calc(1.6666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .thanks .thanks__hero .page-subtitle {
    margin-bottom: 50px;
  }
}
.thanks .thanks__hero .flex-center {
  justify-content: flex-start;
}
@media screen and (max-width: 1050px) {
  .thanks .thanks__hero .thanks__btn {
    width: 100%;
  }
}
.thanks .thanks__hero .thanks__btn.yellow {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(0.6 * (1vw + 1vh)) calc(0.9333333333 * (1vw + 1vh));
  background: #ffb800;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  word-wrap: break-word;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1050px) {
  .thanks .thanks__hero .thanks__btn.yellow {
    font-size: 16px;
    line-height: 24px;
    padding: 18px 28px;
  }
}
.thanks .thanks__hero .thanks__btn.yellow:hover {
  background: #e42125;
}
.thanks .thanks__hero .thanks__btn.red {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(0.6 * (1vw + 1vh)) calc(0.9333333333 * (1vw + 1vh));
  background: #e42125;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  word-wrap: break-word;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1050px) {
  .thanks .thanks__hero .thanks__btn.red {
    font-size: 16px;
    line-height: 24px;
    padding: 18px 28px;
  }
}
.thanks .thanks__hero .thanks__btn.red:hover {
  background: #ffb800;
}
.thanks .thanks__span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(-3.4333333333 * (1vw + 1vh));
  width: calc(34.0333333333 * (1vw + 1vh));
  height: calc(25.3 * (1vw + 1vh));
}

.register {
  width: 100%;
  padding-right: calc(8 * (1vw + 1vh));
  padding-left: calc(8 * (1vw + 1vh));
  padding-top: calc(3.3333333333 * (1vw + 1vh));
  padding-bottom: calc(3.3333333333 * (1vw + 1vh));
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .register {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .register {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.register .register__form {
  width: calc(23.3333333333 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .register .register__form {
    width: 100%;
  }
}
.register .page-title {
  margin-bottom: calc(0.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .register .page-title {
    margin-bottom: 10px;
  }
}
.register .page-subtitile {
  margin-bottom: calc(1.6666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .register .page-subtitile {
    margin-bottom: 50px;
  }
}
.register .tabs__content {
  display: none;
}
.register .tabs__content.active {
  display: flex;
}
.register .sign-in .other-options {
  margin-top: calc(1.3333333333 * (1vw + 1vh));
  margin-bottom: 0;
}
.register form {
  display: none;
  width: calc(11.8333333333 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.register form.active {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1050px) {
  .register form {
    width: 100%;
  }
}
.register .register__img {
  width: calc(26.6666666667 * (1vw + 1vh));
  height: calc(20.8333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .register .register__img {
    width: 100%;
    height: auto;
  }
}
.register .register__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(0.6 * (1vw + 1vh)) calc(4.6666666667 * (1vw + 1vh));
  background: #ffb800;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  word-wrap: break-word;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1050px) {
  .register .register__btn {
    font-size: 16px;
    line-height: 24px;
    padding: 18px 140px;
  }
}

.register__fields {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.6666666667 * (1vw + 1vh));
  margin-top: calc(0.6666666667 * (1vw + 1vh));
  margin-bottom: calc(0.6666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .register__fields {
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.register__fields .forgot {
  place-self: end;
  color: black;
  font-size: calc(0.4666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.5833333333 * (1vw + 1vh));
  word-wrap: break-word;
  margin-top: calc(-0.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .register__fields .forgot {
    font-size: 14px;
    line-height: 17.5px;
    margin-top: -10px;
  }
}
.register__fields .register__field {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.2 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .register__fields .register__field {
    gap: 6px;
  }
}
.register__fields .register__field .show-password {
  top: 65%;
}
.register__fields .register__field label {
  width: 100%;
  color: black;
  font-size: calc(0.4666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.5833333333 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .register__fields .register__field label {
    font-size: 14px;
    line-height: 17px;
  }
}
.register__fields .register__field input {
  width: 100%;
  padding: calc(0.5333333333 * (1vw + 1vh)) calc(0.6 * (1vw + 1vh));
  border-radius: 10px;
  border: 1px #d8dadc solid;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-family: Roboto;
  font-weight: 500;
  line-height: 20px;
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .register__fields .register__field input {
    padding: 16px 18px;
    font-size: 14px;
    line-height: 18px;
  }
}

.other-options {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.5 * (1vw + 1vh));
  margin-bottom: calc(1.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .other-options {
    width: 100%;
    gap: 15px;
    margin-bottom: 20px;
  }
}
.other-options span {
  color: rgba(0, 0, 0, 0.7);
  font-size: calc(0.4666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.5833333333 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .other-options span {
    font-size: 14px;
    line-height: 17.5px;
  }
}
.other-options .socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .other-options .socials {
    gap: 10px;
  }
}
.other-options .socials__item {
  width: calc(1.6666666667 * (1vw + 1vh));
  height: calc(1.6666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .other-options .socials__item {
    width: 40px;
    height: 40px;
  }
}

.tabs {
  width: calc(11.8333333333 * (1vw + 1vh));
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(0.1 * (1vw + 1vh));
  background: #edeeef;
  border-radius: 10px;
}
@media screen and (max-width: 1050px) {
  .tabs {
    width: 100%;
    padding: 3px;
  }
}
.tabs .tabs__item {
  background: transparent;
  border-radius: 7px;
  padding: calc(0.2 * (1vw + 1vh)) calc(1.6666666667 * (1vw + 1vh));
  color: black;
  font-size: calc(0.4666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.5833333333 * (1vw + 1vh));
  word-wrap: break-word;
  cursor: pointer;
}
@media screen and (max-width: 1050px) {
  .tabs .tabs__item {
    padding: 6px 50px;
    font-size: 14px;
    line-height: 17.5px;
  }
}
.tabs .tabs__item.active {
  background: white;
}

.switches {
  width: calc(11.8333333333 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.5 * (1vw + 1vh));
  margin-bottom: calc(1.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .switches {
    width: 100%;
    gap: 15px;
    margin-bottom: 20px;
  }
}
.switches .switch-field__title {
  color: black;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Inter;
  font-weight: 600;
  line-height: calc(0.6666666667 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(0.2 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .switches .switch-field__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.switches .switch-field__sub {
  color: rgba(0, 0, 0, 0.7);
  font-size: calc(0.4666666667 * (1vw + 1vh));
  font-family: Inter;
  font-weight: 400;
  line-height: calc(0.5833333333 * (1vw + 1vh));
  word-wrap: break-word;
}
@media screen and (max-width: 1050px) {
  .switches .switch-field__sub {
    font-size: 14px;
    line-height: 17.5px;
  }
}

.switch-field {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: calc(0.4 * (1vw + 1vh));
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1050px) {
  .switch-field {
    gap: 10px;
  }
}
.switch-field .switch-input {
  display: none;
}
.switch-field .switch-slider {
  position: relative;
  width: 44px;
  height: 24px;
  background: #e0e0e0;
  border-radius: 12px;
  transition: background 0.3s;
  flex-shrink: 0;
}
.switch-field .switch-slider::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 18px;
  height: 18px;
  background: #bdbdbd;
  border-radius: 50%;
  transition: transform 0.3s, background 0.3s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.switch-field .switch-input:checked + .switch-slider {
  background: #27ae60;
}
.switch-field .switch-input:checked + .switch-slider::before {
  transform: translateX(20px);
  background: #fff;
}

.cookie {
  width: 100%;
  padding-right: calc(8 * (1vw + 1vh));
  padding-left: calc(8 * (1vw + 1vh));
  padding-top: calc(3.3333333333 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .cookie {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .cookie {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 50px;
  }
}
.cookie .cookie__title {
  font-size: calc(1.0666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 900;
  line-height: calc(1.4 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(2.5 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .cookie .cookie__title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 50px;
  }
}
.cookie .cookie__sub {
  width: 100%;
  color: black;
  font-size: calc(0.6666666667 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(1.0666666667 * (1vw + 1vh));
  letter-spacing: calc(0.0066666667 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(1 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .cookie .cookie__sub {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}
.cookie .cookie__sub.text-gray {
  color: #5d5d70;
}
.cookie .cookie__sub ul {
  padding-left: calc(0.6666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .cookie .cookie__sub ul {
    padding-left: 15px;
  }
}
.cookie .cookie__sub li {
  list-style-type: disc;
}

.setting {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.setting .setting__title {
  color: #2d3748;
  font-size: calc(0.6 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(0.84 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(0.6666666667 * (1vw + 1vh));
}
.setting .setting__span {
  color: #a0aec0;
  font-size: calc(0.3333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(0.5 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(0.5 * (1vw + 1vh));
}
.setting .switch-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.setting .switch-input:checked + .switch-slider {
  background: #ffb800;
}
.setting .switch-input:checked + .switch-slider::before {
  transform: translateX(20px);
  background: #e2e8f0;
}
.setting .switch-field__title {
  color: #a0aec0;
  font-size: calc(0.4 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 400;
  line-height: calc(0.6 * (1vw + 1vh));
  word-wrap: break-word;
}

.dashboard__setting {
  width: 100%;
  padding-right: calc(3.3333333333 * (1vw + 1vh));
  padding-left: calc(3.3333333333 * (1vw + 1vh));
  width: 82%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: calc(3.3333333333 * (1vw + 1vh));
  padding-bottom: calc(3.3333333333 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .dashboard__setting {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.dashboard__setting .profile {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  background: #e42125;
  padding: calc(2.6666666667 * (1vw + 1vh));
  border-radius: 32px;
  margin-bottom: calc(2 * (1vw + 1vh));
}
.dashboard__setting .profile .profile__name {
  color: white;
  font-size: calc(0.8666666667 * (1vw + 1vh));
  font-family: Helvetica;
  font-weight: 700;
  line-height: calc(1.2133333333 * (1vw + 1vh));
  word-wrap: break-word;
}
.dashboard__setting .profile .profile__email {
  color: white;
  font-size: calc(0.4666666667 * (1vw + 1vh));
  font-family: Inter;
  font-weight: 400;
  line-height: calc(0.6533333333 * (1vw + 1vh));
  word-wrap: break-word;
}
.dashboard__setting .profile .profile__img {
  position: absolute;
  left: calc(3.3333333333 * (1vw + 1vh));
  top: 50%;
  transform: translateY(-50%);
  width: calc(11 * (1vw + 1vh));
  height: calc(12 * (1vw + 1vh));
  border-radius: 60px;
  border: 20px #ffb800 solid;
  overflow: hidden;
  z-index: 1;
}
.dashboard__setting .profile__cards {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: calc(1 * (1vw + 1vh));
}
.dashboard__setting .profile__info {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  padding: calc(2 * (1vw + 1vh)) calc(1 * (1vw + 1vh));
  background: white;
  box-shadow: 0px 5.0661969185px 7.9611654282px rgba(0, 0, 0, 0.1);
  border-radius: 21.71px;
}
.dashboard__setting .profile__info .title {
  color: #2d3748;
  font-size: calc(0.8683333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(1.216 * (1vw + 1vh));
  word-wrap: break-word;
  margin-bottom: calc(0.6666666667 * (1vw + 1vh));
}
.dashboard__setting .profile__info .sub {
  color: #a0aec0;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  word-wrap: break-word;
  padding-bottom: calc(1.3333333333 * (1vw + 1vh));
  border-bottom: 1px solid #e0e1e2;
  margin-bottom: calc(1.3333333333 * (1vw + 1vh));
}
.dashboard__setting .profile__info .items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.8333333333 * (1vw + 1vh));
}
.dashboard__setting .profile__info .items .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.3333333333 * (1vw + 1vh));
}
.dashboard__setting .profile__info .items .item .item__title {
  color: #718096;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  word-wrap: break-word;
}
.dashboard__setting .profile__info .items .item .item__value {
  color: #a0aec0;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  word-wrap: break-word;
}
.dashboard__setting .profile__form {
  width: calc(45% - 1 * (1vw + 1vh));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: calc(0.8333333333 * (1vw + 1vh)) calc(1.6666666667 * (1vw + 1vh));
  background: white;
  box-shadow: 0px 5.0661969185px 7.9611654282px rgba(0, 0, 0, 0.1);
  border-radius: 21.71px;
}
.dashboard__setting .profile__form .profile__form__inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.6666666667 * (1vw + 1vh));
}
.dashboard__setting .profile__form .profile__form__inputs .input {
  position: relative;
  width: 100%;
}
.dashboard__setting .profile__form .profile__form__inputs .input input {
  width: 100%;
  padding: calc(0.5333333333 * (1vw + 1vh)) calc(0.6 * (1vw + 1vh));
  background: rgba(249, 248, 248, 0.8);
  border-radius: 8px;
  color: #978f8f;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.6666666667 * (1vw + 1vh));
  word-wrap: break-word;
}
.dashboard__setting .profile__form .profile__form__inputs .input label {
  display: flex;
  width: 100%;
  padding: calc(0.5333333333 * (1vw + 1vh)) calc(0.6 * (1vw + 1vh));
  background: rgba(249, 248, 248, 0.8);
  border-radius: 8px;
  color: #978f8f;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-family: Roboto;
  font-weight: 500;
  line-height: calc(0.6666666667 * (1vw + 1vh));
  word-wrap: break-word;
}
.dashboard__setting .profile__form .form__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(0.4 * (1vw + 1vh)) calc(4.6666666667 * (1vw + 1vh));
  background: #e64646;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-size: calc(0.5333333333 * (1vw + 1vh));
  font-weight: 500;
  line-height: calc(0.8 * (1vw + 1vh));
  word-wrap: break-word;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
  margin-top: calc(1.1666666667 * (1vw + 1vh));
}
@media screen and (max-width: 1050px) {
  .dashboard__setting .profile__form .form__btn {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 140px;
  }
}

.show-password {
  position: absolute;
  right: calc(0.6 * (1vw + 1vh));
  top: 50%;
  transform: translateY(-50%);
  width: calc(0.6666666667 * (1vw + 1vh));
  height: calc(0.4333333333 * (1vw + 1vh));
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  cursor: pointer;
}
@media screen and (max-width: 1050px) {
  .show-password {
    width: 20px;
    height: 13px;
  }
}
.show-password img {
  width: 100%;
  height: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}

.upload-photo {
  position: absolute;
  right: calc(0.6 * (1vw + 1vh));
  top: 50%;
  transform: translateY(-50%);
  width: calc(0.8333333333 * (1vw + 1vh));
  height: calc(0.8333333333 * (1vw + 1vh));
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  cursor: pointer;
}
@media screen and (max-width: 1050px) {
  .upload-photo {
    width: 25px;
    height: 25px;
  }
}
.upload-photo img {
  width: 100%;
  height: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}/*# sourceMappingURL=index.css.map */