@font-face {
  font-family: "rawline";
  src: url(../fonts/rawline-400.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "rawline";
  src: url(../fonts/rawline-500.ttf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "rawline";
  src: url(../fonts/rawline-600.ttf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "inter";
  src: url(../fonts/Inter-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  font-size: 16px;
  line-height: 170%;
  background-color: #111320;
  font-weight: 500;
  color: #fff;
  font-family: "Raleway", sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  gap: 50px;
}
@media (max-width: 767px) {
  body {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.center {
  margin: 0 auto;
  max-width: 1250px;
  width: 100%;
}

h2,
h1 {
  font-family: "inter";
  font-weight: 700;
  line-height: 120%;
  font-size: 24px;
}

.subtitle {
  border-radius: 36px;
  border: 1px solid #FFF;
  padding: 13px 60px 15px 36px;
  line-height: 100%;
  height: 40px;
  position: relative;
}
.subtitle::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  top: 44%;
  left: 20px;
}
@media (max-width: 767px) {
  .subtitle {
    min-width: 100%;
    margin-top: 20px;
  }
}

.btn {
  background-color: #FF816A;
  font-weight: 600;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  cursor: pointer;
}

#nav-icon1 {
  width: 30px;
  height: 23px;
  margin-left: 20px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 32px;
  background-color: #fff;
  border-radius: 9px;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
}

#nav-icon1 span:nth-child(3) {
  top: 22px;
}

#nav-icon1.open span:nth-child(1) {
  top: 20px;
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 20px;
  transform: rotate(-135deg);
}

.header {
  display: flex;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  align-items: center;
  padding: 30px 30px 34px;
  justify-content: space-between;
  position: relative;
  height: 80px;
  margin-top: 20px;
}
.header__logo {
  width: 149px;
  height: 29px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__logo a {
    height: 29px;
}
.header__nav {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.header__link {
  color: #fff;
  line-height: 100%;
  padding: 10px 0;
  padding-right: 15px;
  padding-left: 15px;
}
.header__btns {
  display: flex;
  gap: 19px;
}
.header__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.header__btn:first-child::before {
  content: url(/assets/img_new/basket.svg);
  padding-right: 8px;
}
.header__btn:last-child::before {
  content: url(/assets/img_new/avatar.svg);
  padding-right: 8px;
  top: 3px;
  position: relative;
}
@media (max-width: 1024px) {
  .header__nav {
    display: none;
  }
  .header__btns {
    display: none;
  }
  .header #nav-icon1 {
    display: block;
  }
}

.footer {
  margin-top: 50px;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.footer::before {
  content: "";
  max-width: 320px;
  max-height: 401px;
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(160px);
  background-color: rgba(85, 125, 252, 0.7);
  z-index: -200;
  bottom: 0;
  right: 0;
}
.footer__content {
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
}
.footer__conten-top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding: 30px 0;
  margin-left: 30px;
  margin-right: 30px;
  justify-content: space-between;
}
.footer__logo {
  margin-top: -15px;
}
.footer__btns {
  display: flex;
  align-items: center;
}
.footer__btn {
  padding: 10px;
}
.footer__btn img {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.footer__conten-bot {
  padding-top: 87px;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.footer__conten-bot a {
  color: #fff;
  line-height: 100%;
}
@media (max-width: 1024px) {
  .footer__nav {
    display: none;
  }
  .footer__btns {
    display: none;
  }
  .footer #nav-icon1 {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer {
    margin-top: 30px;
  }
  .footer::before {
    display: none;
  }
  .footer__content {
    gap: 30px;
  }
  .footer__conten-bot {
    padding: 20px;
    text-align: center;
    line-height: 170%;
  }
  .footer__conten-top {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.slider {
  /* margin-top: 50px; */
  background-color: rgba(0, 0, 0, 0.15);
  padding: 30px;
  border-radius: 30px;
  z-index: 12;
  position: relative;
}
.slider::after {
  content: "";
  width: 339px;
  height: 401px;
  position: absolute;
  filter: blur(160px);
  background-color: rgba(255, 129, 106, 0.5);
  z-index: -200;
  bottom: 0;
  left: -200px;
}
.slider__content {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px;
}
.slider__line {
  display: flex;
  align-items: center;
  transition: all 1s;
}
.slider__img {
  cursor: pointer;
}
.slider__btn-prev {
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translateY(-50%, -50%);
  background-color: transparent;
  border: none;
  opacity: 0.6;
  transform: rotate(-180deg);
  cursor: pointer;
}
.slider__btn-prev .arrow-left-3 path {
  transition: fill 0.5s;
}
.slider__btn-prev .arrow-left-3 {
  width: 50px;
  height: 50px;
  transition: fill 2s;
}
.slider__btn-prev .arrow-left-3:hover path {
  fill: #FF816A;
}
.slider__btn-next {
  position: absolute;
  right: 1%;
  top: 50%;
  transform: translateY(-50%, -50%);
  background-color: transparent;
  border: none;
  opacity: 0.6;
  cursor: pointer;
}
.slider__btn-next img {
  width: 50px;
  height: 50px;
}
.slider__btn-next .arrow-left-3 path {
  transition: fill 0.5s;
}
.slider__btn-next .arrow-left-3 {
  width: 50px;
  height: 50px;
  transition: fill 0.5s ease-out;
}
.slider__btn-next .arrow-left-3:hover path {
  fill: #FF816A;
}
.slider__wrapper {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.slider__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #DCDCDC;
  cursor: pointer;
}
.slider__active-dot {
  background-color: #fff;
}
@media (max-width: 1024px) {
  .slider {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .slider__line img {
    height: 250px;
  }
  .slider::after {
    display: none;
  }
  .slider__line {
    overflow: hidden;
  }
  .slider__btn-prev .arrow-left-3 {
    width: 25px;
    height: 25px;
  }
  .slider__btn-next .arrow-left-3 {
    width: 25px;
    height: 25px;
  }
}

.basket {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.basket::before {
  content: "";
  max-width: 320px;
  max-height: 401px;
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(160px);
  background-color: rgba(85, 125, 252, 0.7);
  z-index: -200;
  top: 0;
  left: 0;
}
.basket::after {
  content: "";
  max-width: 320px;
  max-height: 401px;
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(160px);
  background-color: rgba(255, 129, 106, 0.5);
  z-index: -200;
  top: 50%;
  left: 50%;
}
.basket__content {
  display: flex;
  flex-direction: column;
}
.basket__title {
  margin-bottom: 50px;
}
.basket__title h1 {
  font-size: 50px;
}
.basket__subtitle {
  max-width: fit-content;
  margin-bottom: 30px;
}
.basket__blocks {
  display: flex;
  gap: 30px;
}
.basket__left {
  display: flex;
  flex-direction: column;
  padding: 30px 30px 18px 30px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.15);
  flex: 0 0 66.4%;
}
.basket__left-header {
  border-radius: 10px;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(85, 125, 252, 0.15) 100%), linear-gradient(45deg, rgba(85, 125, 252, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.basket__left-header:last-child {
    background: unset;
    gap: 30px;
    padding: 0;
}
.basket__left-header-tariff {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.basket__left-price {
  display: flex;
  gap: 10px;
  align-items: center;
}
.basket__left-price h4 {
  font-size: 24px;
  line-height: 100%;
  font-weight: 400;
}
.basket__blok-sale {
  font-weight: 400;
  line-height: 100%;
}
.basket__left-header-time {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0 1 47.95%;
}
.basket__left-header-time h3 {
  font-size: 16px;
  line-height: 100%;
}
.basket__dropdown-wrapper {
  position: relative;
}
.basket__dropdown-wrapper::before {
  content: url(/assets/img_new/arrow.svg);
  position: absolute;
  right: 15px;
  top: 60%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.basket__dropdown {
  border-radius: 10px;
  background-color: #111320;
  color: #fff;
  border: none;
  padding: 15px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 100%;
  outline: none;
}
.basket select::-ms-expand {
  display: none;
}
.basket__left-forms {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}
.basket__left-form {
  display: flex;
  flex-direction: column;
  flex: 1 1 50%;
}
.basket__left-form label {
  line-height: 100%;
  padding-bottom: 10px;
}
.basket__left-form input {
  height: 40px;
  background-color: #111320;
  border: none;
  border-radius: 10px;
  padding: 8px 15px;
  color: #FFF;
}
.basket__left-form input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #545665;
  line-height: 100%;
}
.basket__left-form input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #545665;
  line-height: 100%;
}
.basket__left-footer {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  position: relative;
}
.basket__left-text {
  max-width: 625px;
  font-size: 14px;
  line-height: 170%;
}
.basket__left-text span {
  color: #FF816A;
}
.basket__left-clear {
  display: flex;
  align-items: end;
  padding-bottom: 12px;
  padding-left: 20px;
}
.basket__right {
  background-color: rgba(0, 0, 0, 0.15);
  padding: 30px;
  border-radius: 30px;
  width: 100%;
  display: flex;
}
.basket__right-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.basket__right-title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #545665;
  flex-wrap: wrap;
  gap: 10px;
}
.basket__right-title p {
  line-height: 100%;
}
.basket__right-prome {
  display: flex;
  gap: 8px;
  margin-top: 30px;
  position: relative;
}
.basket__right-prome img {
  padding: 5px 5px 5px 0;
}
.basket__right-prome-text {
  background-color: #fff;
  color: #545665;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  max-width: 300px;
  top: -500%;
  left: 0;
  display: none;
  transition: opacity 0.4s;
}
.basket__right-prome-text::before, .basket__right-prome-text .block::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}
.basket__right-promocode {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #545665;
}
.basket__right-promocode input {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(85, 125, 252, 0.15) 100%), linear-gradient(45deg, rgba(85, 125, 252, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  border: none;
}
.basket__right-promocode input ::-moz-placeholder {
  color: #545665;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
.basket__right-promocode input ::placeholder {
  color: #545665;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
.basket__right-total {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.basket__right-total p {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
}
.basket__right-pay {
  margin-top: 30px;
}
.basket__right-pay input {
  color: #fff;
  font-weight: 400;
  line-height: 100%;
  font-size: 16px;
  border: none;
}
@media (max-width: 1024px) {
  .basket__blocks {
    flex-wrap: wrap;
    gap: 15px;
  }
  .basket__left {
    flex: 1 1 auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .basket {
    margin-top: 30px;
  }
  .basket::before {
    display: none;
  }
  .basket::after {
    display: none;
  }
  .basket__title {
    margin-bottom: 25px;
  }
  .basket__title h1 {
    font-size: 40px;
  }
  .basket__subtitle {
    height: auto;
    margin-bottom: 20px;
    padding: 10px 36px;
    font-size: 14px;
  }
  .basket__left {
    padding: 20px 10px;
  }
  .basket__left-header {
    flex-direction: column;
  }
  .basket__left-price {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .basket__left-price h4 {
    padding-right: 40px;
  }
  .basket__left-forms {
    flex-direction: column;
  }
  .basket__right {
    padding: 20px 10px;
  }
}

.account {
  margin-top: 50px;
  max-width: 390px;
  padding: 30px;
  border-radius: 30px;
  background-color: #111320;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.account::after {
  content: "";
  position: absolute;
  width: 441px;
  height: 379px;
  z-index: -2;
  flex-shrink: 0;
  background-color: rgba(218, 225, 247, 0.7);
  filter: blur(160px);
}
.account__content {
  display: flex;
  flex-direction: column;
}
.account__content input {
  border-radius: 10px;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(85, 125, 252, 0.15) 100%), linear-gradient(45deg, rgba(85, 125, 252, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  border: none;
  padding: 15px;
  color: #fff;
}
.account__content input::-moz-placeholder {
  color: #545665;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
.account__content input::placeholder {
  color: #545665;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
.account__content label {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  align-items: center;
  gap: 10px;
}
.account__content button {
  border: none;
  color: #fff;
  font-weight: 400;
  line-height: 100%;
  font-size: 16px;
  margin-bottom: 47px;
}
.account__input {
  width: 100%;
}
.account__input:first-child {
  margin-bottom: 20px;
}
.account__checkbox {
  display: none;
}
.account .fake {
  display: block;
  width: 18px;
  height: 18px;
  border: 4px solid rgb(255, 255, 255);
  border-radius: 30%;
  position: relative;
  z-index: 1;
}
.account .fake::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  background-color: #FF816A;
  opacity: 0;
  transition: 0.2s;
  border-radius: 30%;
  z-index: 0;
}
.account__checkbox:checked + .fake::before {
  opacity: 1;
}
.account__title {
  text-align: center;
  margin-bottom: 30px;
}
.account__form {
  display: flex;
  flex-direction: column;
}
.account__form-fotter {
  display: flex;
  justify-content: space-between;
}
.basket__right .account__form-fotter {
    flex-direction: column;
    gap: 5px;
}
.account__form-fotter a {
  line-height: 100%;
  color: #FFF;
}
@media (max-width: 767px) {
  .account {
    padding: 20px 15px;
    margin-top: 30px;
  }
}

.password {
  margin-top: 50px;
  max-width: 390px;
  padding: 30px;
  border-radius: 30px;
  background-color: #111320;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.password::after {
  content: "";
  position: absolute;
  width: 441px;
  height: 379px;
  z-index: -2;
  flex-shrink: 0;
  background-color: rgba(218, 225, 247, 0.7);
  filter: blur(160px);
}
.password__content {
  max-width: 390px;
  width: 100%;
}
.password__title {
  margin-bottom: 30px;
}
.password__form {
  width: 100%;
}
.password__form-content button {
  border: none;
  color: #fff;
  font-weight: 400;
  line-height: 100%;
  font-size: 16px;
}
.password__input {
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(85, 125, 252, 0.15) 100%), linear-gradient(45deg, rgba(85, 125, 252, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 15px;
  border: none;
  margin-bottom: 30px;
}
.password__input::-moz-placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.password__input::placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 767px) {
  .password {
    padding: 20px 15px;
    margin-top: 30px;
  }
}

.registration {
  margin-top: 50px;
  max-width: 390px;
  padding: 30px;
  border-radius: 30px;
  background-color: #111320;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.registration::after {
  content: "";
  position: absolute;
  width: 441px;
  height: 379px;
  z-index: -2;
  flex-shrink: 0;
  background-color: rgba(218, 225, 247, 0.7);
  filter: blur(160px);
}
.registration__content {
  display: flex;
  flex-direction: column;
}
.registration__title {
  margin-bottom: 30px;
}
.registration__form {
  display: flex;
  flex-direction: column;
}
.registration__form-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
.registration__form-content input {
  border: none;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(85, 125, 252, 0.15) 100%), linear-gradient(45deg, rgba(85, 125, 252, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 15px;
}
.registration__form-content button {
  border: none;
  color: #fff;
  font-weight: 400;
  line-height: 100%;
  font-size: 16px;
}
.registration__form-fotter {
  margin-bottom: 30px;
}
.registration p {
  font-size: 12px;
  line-height: 140%;
}
.registration p a {
  color: #FF816A;
}
@media (max-width: 767px) {
  .registration {
    padding: 20px 15px;
    margin-top: 30px;
  }
}
