@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.cdnfonts.com/css/blacksword");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@font-face {
  font-family: "shelleyandante_script";
  src: url(/assets/shelley-andantescript-webfont-7ab88867ae13425932afd786c413893daf19fe87027a324d3ae92d7c60a16431.woff2) format("woff2"), url(/assets/shelley-andantescript-webfont-6c468bd557a82f054ff6a49c1509b45fbc7fde2406a28ebeadc58160743cd972.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  box-sizing: border-box;
}

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

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Inter";
  font-style: normal;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 30px 0 30px;
}

.nav-mobile {
  display: none;
  width: 100%;
  height: 100%;
}

.nav-mobile__search {
  position: relative;
  margin-top: 16px;
}
.nav-mobile__search::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -10px;
  left: 0;
}

.nav-mobile__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.nav-mobile__top {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  height: 39px;
  align-items: center;
}

.nav-mobile__search-input {
  width: 100%;
  background: #F4F4F4;
  border-radius: 10px;
  border: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #9C9C9C;
  height: 40px;
  padding: 0 20px 0 49px;
  background-image: url(/assets/search-inp-5f16824073daebc4b778a9e88b3baee0cc1f91f172f93b193fb2cf986c5074fa.svg);
  background-position: 14px 8px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.nav-mobile__search-input:active, .nav-mobile__search-input:focus {
  outline: 0;
  outline-offset: 0;
  color: #000;
}

.nav-mobile__links {
  margin-top: 11px;
  width: 100%;
  position: absolute;
  top: 106px;
  left: 0;
  padding: 9px 14px 5px 14px;
  transform: translateY(0);
  z-index: -10;
  transition: all 0.2s;
  opacity: 1;
}
@media (max-width: 573px) {
  .nav-mobile__links {
    height: 90px;
  }
}
@media (max-width: 326px) {
  .nav-mobile__links {
    height: 140px;
  }
}
@media (max-width: 290px) {
  .nav-mobile__links {
    height: 190px;
  }
}

.nav-mobile__links.closeopen {
  transition: all 0.2s;
  opacity: 0;
  transform: translateY(-100%);
}

.nav__links-mobile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 25px;
}
@media (max-width: 466px) {
  .nav__links-mobile {
    justify-content: space-around;
  }
}
.nav__links-mobile .nav__links-item {
  margin: 0 10px 30px 10px;
}

.menu__nav-btn {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: all 0.2s;
}

.menu__nav-btn-item {
  height: 3px;
  width: 24px;
  background-color: #fff;
  border-radius: 20px;
  transition: background-color 0.2s;
}

.menu__nav-btn-item-first, .menu__nav-btn-item-last {
  transform: rotate(0);
  transition: all 0.2s;
}

.menu__nav-btn.closeopen {
  position: relative;
}
.menu__nav-btn.closeopen .menu__nav-btn-item-center {
  display: none;
}
.menu__nav-btn.closeopen .menu__nav-btn-item-first, .menu__nav-btn.closeopen .menu__nav-btn-item-last {
  transform: rotate(45deg);
  position: absolute;
  top: 14px;
  left: 4px;
}
.menu__nav-btn.closeopen .menu__nav-btn-item-last {
  transform: rotate(-45deg);
}

.nav {
  width: 100%;
  height: 137px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all 0.2s;
}
@media (max-width: 1035px) {
  .nav {
    height: 111px;
  }
}
.nav .container {
  position: relative;
}
.nav .container .logo {
  position: absolute;
  top: 26px;
  left: -151px;
}
@media (max-width: 1600px) {
  .nav .container .logo {
    left: -77px;
  }
}
@media (max-width: 1435px) {
  .nav .container .logo {
    position: static;
    margin-right: 36px;
  }
}
@media (max-width: 768px) {
  .nav .container .logo {
    margin-right: 10px;
  }
}
@media (max-width: 736px) {
  .nav .container .logo {
    margin-right: 0;
  }
}
.nav .container .logo .logo-img {
  width: 80px;
  height: 84px;
  background-image: url(/assets/header-logo-4b96b79a3ceb7cc1e3296ff6aeee90dd02fce1e6e69e7c23a78f56213d795c11.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s;
}
@media (max-width: 736px) {
  .nav .container .logo .logo-img {
    width: 37px;
    height: 39px;
  }
}
.nav .container .logo .logo-img.dark {
  background-image: url(/assets/header-logo-dark-ae7c27744c76e080b39b1854a22ece7fea5e6c456b1540ad3d3667afd62c009e.svg) !important;
}

@media (max-width: 736px) {
  .nav {
    height: 117px;
  }
  .nav-desktop {
    display: none;
  }
  .nav-mobile {
    display: block;
  }
  .bascket-img {
    width: 27px;
    height: 24px;
  }
  .container-nav {
    padding: 0 14px 0 14px;
  }
  .logo-img {
    width: 37px;
    height: 39px;
  }
}
@media (max-width: 1435px) {
  .container__wrapper {
    display: flex;
    align-items: center;
  }
  .nav__inner {
    width: 100%;
  }
}
.color__logo {
  fill: #fff;
}

.nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

.skroll__bottom {
  cursor: pointer;
  transition: all 0.2s;
}

.search__color,
.basked__color {
  fill: #fff;
}

.nav__login {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 55px;
  position: relative;
}
.nav__login::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}
.nav__login .nav__login-verificatin {
  display: flex;
  align-items: center;
}
.nav__login .nav__login-verificatin .log-in__link {
  margin-right: 27px;
}

.bascket-point-num {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
}

.nav-search-img {
  position: absolute;
  top: 20px;
  left: 5px;
  z-index: -1;
}

.nav-search {
  opacity: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.nav-search:active, .nav-search:focus {
  opacity: 1;
  width: 335px;
  height: 40px;
  background: #F4F4F4;
  border-radius: 10px;
  outline: 0;
  outline-offset: 0;
  border: none;
  padding: 0 20px 0 49px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #535353;
  transition: all 0.2s;
  cursor: text;
  background-image: url(/assets/search-inp-5f16824073daebc4b778a9e88b3baee0cc1f91f172f93b193fb2cf986c5074fa.svg);
  background-position: 14px 8px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.search-result-box {
  display: none;
}

.search-result-box.openBox {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 39px;
  left: 0;
  width: 335px;
  height: 343px;
  background-color: #F4F4F4;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 6px;
  padding: 9px 10px 0px 10px;
  overflow-y: scroll;
}

.add-search-result-box {
  display: none;
}

.add-search-result-box.openBox {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 31px;
  left: 0;
  width: 100%;
  height: 343px;
  background-color: #F4F4F4;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 6px;
  padding: 9px 10px 0px 10px;
  overflow-y: scroll;
}

.search__result-img {
  width: 61px;
  height: 82px;
  border-radius: 3px;
  margin-right: 13px;
}

.search__result-item {
  width: 100%;
  display: flex;
  margin: 15px 0;
  align-items: center;
  position: relative;
}
.search__result-item::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(180, 220, 255);
}

.search-result-box.openBox::-webkit-scrollbar {
  width: 5px;
}

.search-result-box.openBox::-webkit-scrollbar-track {
  background-color: #C4C4C4;
  border-radius: 5px;
}

.search-result-box.openBox::-webkit-scrollbar-thumb {
  background-color: rgb(199, 229, 255);
  border-radius: 5px;
}

.search-result-box-item {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.search-result-box-item-cont {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.search-result-content {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  height: 100%;
}

.nav-mobile__search-input::-webkit-search-cancel-button {
  position: relative;
  left: 7px;
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  background-image: url(/assets/close-search-f31b911d420852898144ff296dde8440010a5860cdc958e9c5d461b67dfd1a67.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.nav-search::-webkit-search-cancel-button {
  position: relative;
  left: 7px;
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  background-image: url(/assets/close-search-f31b911d420852898144ff296dde8440010a5860cdc958e9c5d461b67dfd1a67.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.bascket-point {
  background: rgb(164, 212, 255);
  border-radius: 50%;
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 6px;
  right: -10px;
}
@media (max-width: 736px) {
  .bascket-point {
    top: 5px;
    right: 5px;
  }
}

.sing-up__link {
  margin-right: 38px;
  position: relative;
}
.sing-up__link::before {
  content: "";
  width: 1px;
  height: 19px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -19px;
}

.nav__menu {
  height: 27px;
}
.nav__menu .nav__links {
  height: 100%;
  display: flex;
  margin-top: 30px;
  justify-content: center;
}
@media (max-width: 1035px) {
  .nav__menu .nav__links {
    justify-content: space-between;
    margin-top: 15px;
  }
}
.nav__menu .nav__links .nav__links-item {
  margin: 0 41px 0 41px;
}
@media (max-width: 1035px) {
  .nav__menu .nav__links .nav__links-item {
    margin: 0 20px 0 20px;
  }
}
@media (max-width: 920px) {
  .nav__menu .nav__links .nav__links-item {
    margin: 0 14px 0 14px;
  }
}

.active {
  border-bottom: 1px solid #fff;
}

.scrolling {
  background: rgba(199, 229, 255, 0.85);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.scrolling .nav-mobile__links {
  background: rgba(199, 229, 255, 0.85);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.scrolling .color__logo {
  fill: #FFF;
}
.scrolling .search__color, .scrolling .basked__color {
  fill: #001F33;
}
.scrolling .nav-link {
  color: #001F33;
}
.scrolling .sing-up__link::before {
  background-color: #001F33;
}
.scrolling .nav__login::before {
  background-color: #001F33;
  opacity: 0.1;
}
.scrolling .active {
  border-bottom: 1px solid #001F33;
}
.scrolling .nav-mobile__search::after {
  background-color: #001F33;
  opacity: 0.3;
}
.scrolling .menu__nav-btn-item {
  background-color: #001F33;
  transition: all 0.2s;
}
.scrolling .logo .logo-img {
  background-image: url(/assets/header-logo-scroll-af189fb2bc27f8ecdc6e05a4f37e9e151df6fa86baed6eed3dc1f4daae838aa1.svg) !important;
}

.first-screen {
  width: 100%;
  position: relative;
}
.first-screen .first-screen-slider-bg {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 500px) {
  .first-screen .first-screen-slider-bg {
    height: 80vh;
    min-height: 500px;
  }
}
.first-screen .first-screen-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.first-screen .first-screen-slider .swiper-wrapper {
  width: 100%;
}
.first-screen .first-screen-slider .swiper-wrapper .swiper-slide {
  width: 100%;
}
.first-screen .first-screen-slider .swiper-wrapper .swiper-slide.swiper-slide-active, .first-screen .first-screen-slider .swiper-wrapper .swiper-slide.swiper-slide-prev, .first-screen .first-screen-slider .swiper-wrapper .swiper-slide.swiper-slide-next {
  opacity: 1 !important;
}
.first-screen .first-screen-slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 500px) {
  .first-screen .first-screen-slider .swiper-wrapper .swiper-slide img {
    object-position: top;
    height: 80vh;
    min-height: 500px;
  }
}
@media (max-width: 500px) {
  .first-screen .first-screen-slider.desktop-slider {
    display: none;
  }
}
.first-screen .first-screen-slider.mobile-slider {
  display: none;
}
@media (max-width: 500px) {
  .first-screen .first-screen-slider.mobile-slider {
    display: block;
  }
}
.first-screen .first__screen-content {
  width: 100%;
  min-height: 100vh;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media (max-width: 500px) {
  .first-screen .first__screen-content {
    height: 80vh;
    min-height: 500px;
  }
}
.first-screen .first__screen-content .title {
  width: 100%;
  font-family: "Blacksword";
  font-style: normal;
  font-weight: 400;
  font-size: 128px;
  line-height: 120%;
  background: linear-gradient(180deg, rgba(199, 229, 255, 0.85) 0%, rgba(199, 229, 255, 0.85) 50%, rgba(199, 229, 255, 0.85) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.first-screen .first__screen-content .title .of {
  color: #fdd0ad;
}
@media (max-width: 1050px) {
  .first-screen .first__screen-content .title {
    font-size: 96px;
    line-height: 155px;
  }
}
@media (max-width: 750px) {
  .first-screen .first__screen-content .title {
    font-size: 77px;
    line-height: 60px;
  }
}
@media (max-width: 620px) {
  .first-screen .first__screen-content .title {
    font-size: 65px;
  }
}
@media (max-width: 500px) {
  .first-screen .first__screen-content .title {
    font-size: 56px;
    margin-bottom: 64px;
  }
}
@media (max-width: 430px) {
  .first-screen .first__screen-content .title {
    font-size: 50px;
  }
}
@media (max-width: 385px) {
  .first-screen .first__screen-content .title {
    font-size: 40px;
  }
}
@media (max-width: 320px) {
  .first-screen .first__screen-content .title {
    font-size: 35px;
  }
}

.first__screen-scroll {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
}
@media (max-width: 736px) {
  .first__screen-scroll {
    display: none;
  }
}
@media (max-width: 500px) {
  .first__screen-scroll {
    bottom: 20px;
  }
}

.first__screen-scroll-ad {
  display: none;
}
@media (max-width: 736px) {
  .first__screen-scroll-ad {
    display: block;
    animation: animate 2s infinite;
  }
}

.scroll-down-img {
  margin: 0 6px;
  animation: animate 1.5s infinite;
}

mark {
  background-color: inherit;
  font-weight: normal;
  font-style: normal;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.first__screen-scroll-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

.view {
  width: 240px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #5E91B0;
  cursor: pointer;
}
@media (max-width: 620px) {
  .view {
    width: 225px;
    height: 53px;
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 500px) {
  .view {
    width: 215px;
    height: 47px;
  }
}
@media (max-width: 430px) {
  .view {
    width: 200px;
    height: 45px;
  }
}
@media (max-width: 385px) {
  .view {
    width: 180px;
    height: 35px;
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .view {
    font-size: 12px;
    width: 165px;
    height: 32px;
  }
}

.view__hover:hover {
  border: 2px solid rgb(199, 229, 255);
}
@media (max-width: 800px) {
  .view__hover:hover {
    border: none;
  }
}

.or {
  font-family: "Blacksword";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 58px;
  text-transform: lowercase;
  color: #BDD3E1;
  margin: 0 30px 0 30px;
}
@media (max-width: 620px) {
  .or {
    font-size: 34px;
  }
}
@media (max-width: 500px) {
  .or {
    font-size: 32px;
    line-height: 45px;
  }
}
@media (max-width: 385px) {
  .or {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 320px) {
  .or {
    font-size: 23px;
    line-height: 26px;
  }
}

.first__screen-nav {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 578px;
  height: 63px;
}
@media (max-width: 660px) {
  .first__screen-nav {
    width: 322px;
    height: 178px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 500px) {
  .first__screen-nav {
    bottom: 5%;
  }
}
@media (max-width: 338px) {
  .first__screen-nav {
    width: 250px;
  }
}

.description {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin: 75px 0 120px;
}
@media (max-width: 890px) {
  .description {
    padding: 0 30px;
  }
}
.description .description-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 48%;
}
@media (max-width: 890px) {
  .description .description-wrapper {
    width: 100%;
    flex-direction: column;
  }
}
.description .description-wrapper .section__title {
  font-size: 3.33vw;
}
@media (min-width: 1440px) {
  .description .description-wrapper .section__title {
    font-size: 48px;
  }
}
@media (max-width: 890px) {
  .description .description-wrapper .section__title {
    font-size: 40px;
    width: 100%;
  }
}
.description .description-decor {
  width: 18.75vw;
  height: 18.75vw;
  flex-shrink: 0;
}
@media (min-width: 1440px) {
  .description .description-decor {
    width: 270px;
    height: 270px;
  }
}
@media (max-width: 890px) {
  .description .description-decor {
    width: 100px;
    height: 100px;
  }
}
.description .description-decor img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.description::after {
  content: "";
  width: 225px;
  height: 228px;
  background-image: url(/assets/branch-left-81ac2c486fb90e0364d3c6951cd27ac6893c9658f333973eff12655fff194cf3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  top: 217px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1250px) {
  .description::after {
    top: 322px;
  }
}
@media (max-width: 600px) {
  .description::after {
    top: 300px;
    width: 121px;
    height: 123px;
  }
}

.section__title {
  font-family: "Blacksword";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 77px;
  color: #001F33;
}
@media (max-width: 680px) {
  .section__title {
    font-size: 40px;
    line-height: 64px;
  }
}

.description__text {
  max-width: 889px;
  padding: 0 30px 0 30px;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  opacity: 0.7;
  margin-top: 17px;
}
@media (max-width: 680px) {
  .description__text {
    font-size: 16px;
  }
}

.offers {
  margin-bottom: 120px;
  position: relative;
}
.offers::before {
  content: "";
  width: 398px;
  height: 403px;
  background-image: url(/assets/branch-left-81ac2c486fb90e0364d3c6951cd27ac6893c9658f333973eff12655fff194cf3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
}
@media (max-width: 1550px) {
  .offers::before {
    width: 308px;
    height: 303px;
  }
}
@media (max-width: 1180px) {
  .offers::before {
    width: 205px;
    height: 208px;
    top: 57px;
  }
}
@media (max-width: 600px) {
  .offers::before {
    top: 507px;
  }
}
.offers .offers-wrapper {
  max-width: 570px;
  margin: 0 auto;
}
.offers .section__title {
  margin-bottom: 40px;
  text-align: center;
}
.offers .offers-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  list-style: none;
}
.offers .offers-list li {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  counter-increment: item;
  gap: 24px;
}
.offers .offers-list li::before {
  content: counters(item, ".") ". ";
  font-family: "Blacksword";
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  vertical-align: middle;
}

.collection {
  margin-bottom: 185px;
  position: relative;
}
.collection::before {
  content: "";
  width: 130px;
  height: 159px;
  background-image: url(/assets/branch-main-2c132ef04ef4e4cbed3b1b26dc2cf2f6bf6def400b81772787c17b24455e1ee1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  bottom: -50px;
  right: 0;
}
@media (max-width: 880px) {
  .collection::before {
    width: 90px;
    height: 100px;
  }
}
.collection::after {
  content: "";
  width: 160px;
  height: 195px;
  background-image: url(/assets/branch-mainn-3b10eb4fecc315986edac17030c449d4f86afd2d382196f67d0570c4e455d365.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  bottom: -180px;
  left: 0;
}
@media (max-width: 880px) {
  .collection::after {
    width: 100px;
    height: 120px;
  }
}

.works__title {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 341px) {
  .works__title {
    font-size: 34px;
  }
}
@media (max-width: 293px) {
  .works__title {
    font-size: 30px;
  }
}

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

@media (max-width: 1210px) {
  .step__wrapper.step__scroll {
    flex-wrap: nowrap;
  }
}

.step__wrapper.step__scroll {
  width: 1164px;
}

.step__wrapper.main-page {
  margin-bottom: 100px;
}

.step__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 47px 30px;
}
.step__wrapper .step__group {
  display: flex;
  justify-content: center;
}
@media (max-width: 720px) {
  .step__wrapper .step__group {
    flex-wrap: wrap;
  }
}

.step__box-content {
  padding: 24px 8px 16px;
}

.step__box {
  width: 369px;
  background: #ffffff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: all 0.5s;
}
@media (max-width: 1210px) {
  .step__box {
    width: 320px;
  }
}
@media (max-width: 720px) {
  .step__box {
    width: 300px;
  }
}
@media (max-width: 600px) {
  .step__box {
    width: 100%;
  }
}
.step__box .step__box-img {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  width: 100%;
  height: 235px;
}
@media (max-width: 1210px) {
  .step__box .step__box-img {
    width: 320px;
  }
}
@media (max-width: 720px) {
  .step__box .step__box-img {
    width: 300px;
  }
}
@media (max-width: 600px) {
  .step__box .step__box-img {
    width: 100%;
  }
}
.step__box .step__img1 {
  background-image: url(/assets/step-img1-d6d5fd1326bef80dc4ceb00014ea3e7619f71cd5c5726bb740da372fc7c97ffc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.step__box .step__img2 {
  background-image: url(/assets/step-img2-2cec0673e94681cc3aad5056946d2668a70af9f84fa49f4981ff714b4fd1daad.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.step__box .step__img3 {
  background-image: url(/assets/step-img3-679b9ad916778f46312d4c46aef4452a82f98cdf95143e0c04ca619d17cc1353.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.step__box .step__img4 {
  background-image: url(/assets/step-img4-73ac3cf0b6c7032d3352f644d9d67b09e2a0b1049062ea499167573bc18ff316.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.step__box .step__img5 {
  background-image: url(/assets/step-img5-24488e316bf29e4e181f627dbf47bd32090bd1b10555524f19ce81c8cb117e80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.step-slide {
  display: flex;
  justify-content: center;
}

.step__group-how {
  display: flex;
}

@media (max-width: 1210px) {
  .step__box.step__box-how {
    width: 270px;
  }
}

.step__box-img-how {
  width: 270px;
  height: 235px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.step__title {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 43px;
  text-align: center;
  margin-bottom: 24px;
}

.step__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.step__num {
  font-family: "Blacksword";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 52px;
}

.footer {
  background: rgba(199, 229, 255, 0.85);
  min-height: 407px;
}
@media (max-width: 760px) {
  .footer {
    min-height: 616px;
  }
}
@media (max-width: 588px) {
  .footer {
    min-height: 640px;
  }
}
@media (max-width: 467px) {
  .footer {
    min-height: 760px;
  }
}

@media (max-width: 467px) {
  .social__links > img {
    width: 32px;
    height: 32px;
  }
}
.footer__wrapper {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__wrapper .footer__main-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 760px) {
  .footer__wrapper .footer__main-box {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 760px) {
  .footer__contact {
    align-items: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 588px) {
  .footer__contact {
    margin-top: 23px;
  }
}
.footer__contact .contact__title {
  font-family: "Blacksword";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 58px;
  margin: 36px 0 44px 0;
}
@media (max-width: 760px) {
  .footer__contact .contact__title {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 760px) {
  .footer__contact .contact__title {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 467px) {
  .footer__contact .contact__title {
    margin-top: 35px;
  }
}
.footer__contact .contact__box {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.footer__contact .contact__box .contact-link {
  text-decoration: none;
  text-align: right;
  color: #001F33;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-right: 10px;
  white-space: nowrap;
}

.photo__box {
  width: 22px;
  display: flex;
  justify-content: center;
}

.contacts-locate {
  width: 229px;
}

.footer__nav {
  height: 343px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__nav-main {
  display: flex;
  margin-top: 48px;
  position: relative;
}
.footer__nav-main .link-box {
  display: flex;
  flex-direction: column;
  margin-right: 73px;
}
@media (max-width: 1100px) {
  .footer__nav-main .link-box {
    margin-right: 40px;
  }
}
@media (max-width: 840px) {
  .footer__nav-main .link-box {
    margin-right: 25px;
  }
}
@media (max-width: 635px) {
  .footer__nav-main .link-box {
    margin: 0 10px 0 10px;
  }
}
@media (max-width: 341px) {
  .footer__nav-main .link-box {
    margin: 0 5px 0 5px;
  }
}
.footer__nav-main .link-box .link-main {
  margin-bottom: 16px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #001F33;
  text-decoration: none;
}
.footer__nav-main .link-box .footer__links {
  margin-bottom: 11px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #001F33;
  text-decoration: none;
}
@media (max-width: 467px) {
  .footer__nav-main .link-box .footer__links {
    margin-bottom: 20px;
  }
}

.box__howworks {
  width: 142px;
}

.box__howworks.link-box {
  margin-right: 0;
}
@media (max-width: 935px) {
  .box__howworks.link-box {
    position: absolute;
    top: 0;
    right: -142px;
  }
}
@media (max-width: 840px) {
  .box__howworks.link-box {
    right: -130px;
  }
}
@media (max-width: 760px) {
  .box__howworks.link-box {
    position: static;
  }
}
@media (max-width: 588px) {
  .box__howworks.link-box {
    width: 122px;
    margin-left: -34px;
  }
}

@media (max-width: 576px) {
  .footer__container {
    padding: 0 10px;
  }
}
.footer__nav-decor {
  position: relative;
  width: 100%;
}
@media (max-width: 635px) {
  .footer__nav-decor {
    display: flex;
    justify-content: center;
  }
}

.box__home {
  width: 119px;
}

.footer__nav-decor::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -420px;
  background: linear-gradient(269.52deg, #FFFFFF 0.33%, rgba(255, 255, 255, 0) 141.43%);
  border-radius: 8px;
  margin-bottom: 29px;
  width: 140%;
  height: 124px;
}
@media (max-width: 915px) {
  .footer__nav-decor::before {
    width: 100%;
    left: -27px;
  }
}
@media (max-width: 760px) {
  .footer__nav-decor::before {
    left: -90px;
  }
}
@media (max-width: 635px) {
  .footer__nav-decor::before {
    width: 100%;
    left: 0;
  }
}

.link__box-home-catalog, .link__box-collections-how {
  display: flex;
}
@media (max-width: 588px) {
  .link__box-home-catalog, .link__box-collections-how {
    flex-wrap: wrap;
    margin-bottom: 35px;
    justify-content: center;
  }
}

.box__catalog {
  width: 119px;
}

.decor__text {
  font-family: "shelleyandante_script";
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.045em;
  color: #001F33;
  max-width: 478px;
  margin-bottom: 46px;
  position: relative;
  z-index: 1;
}
@media (max-width: 810px) {
  .decor__text {
    font-size: 29px;
  }
}
@media (max-width: 480px) {
  .decor__text {
    font-size: 26px;
    line-height: 36px;
    padding-left: 15px;
    margin-bottom: 57px;
  }
}
@media (max-width: 410px) {
  .decor__text {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 63px;
    padding-left: 10px;
  }
}
@media (max-width: 375px) {
  .decor__text {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 63px;
    padding-left: 10px;
  }
}
@media (max-width: 320px) {
  .decor__text {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 63px;
    padding-left: 5px;
  }
}

.footer__autor {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap-reverse;
}
@media (max-width: 467px) {
  .footer__autor {
    justify-content: center;
    margin-top: 70px;
  }
}
.footer__autor ::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #001F33;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
}
@media (max-width: 760px) {
  .footer__autor ::before {
    top: -10px;
    display: none;
  }
}
@media (max-width: 467px) {
  .footer__autor ::before {
    top: -80px;
  }
}
.footer__autor .autop-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.025em;
  color: #000;
}
@media (max-width: 467px) {
  .footer__autor .autop-text {
    margin-bottom: 45px;
    margin-top: 10px;
  }
}
@media (max-width: 341px) {
  .footer__autor .autop-text {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .footer__autor .autop-text {
    font-size: 12px;
  }
}
.footer__autor .autop-text .theUpperCode {
  text-decoration: none;
  color: #000000;
}

.text-company {
  opacity: 0;
}
@media (max-width: 349px) {
  .text-company {
    display: none;
  }
}

.theUpperCode > img {
  width: 139px;
  height: 69px;
  position: absolute;
  bottom: -6px;
  left: 180px;
  object-fit: cover;
}
@media (max-width: 760px) {
  .theUpperCode > img {
    bottom: -23px;
    left: 165px;
  }
}
@media (max-width: 467px) {
  .theUpperCode > img {
    bottom: 20px;
    left: 240px;
  }
}
@media (max-width: 438px) {
  .theUpperCode > img {
    left: 222px;
  }
}
@media (max-width: 400px) {
  .theUpperCode > img {
    left: 205px;
  }
}
@media (max-width: 369px) {
  .theUpperCode > img {
    left: 185px;
  }
}
@media (max-width: 349px) {
  .theUpperCode > img {
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;
  }
}

@media (max-width: 467px) {
  .social.social__add {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 85px;
  }
}

.social__links {
  margin-left: 17.5px;
  text-decoration: none;
}

.products {
  margin-top: 137px;
}
.products .section__title {
  text-align: center;
  padding: 36px 0 0 0;
  margin-bottom: 40px;
}
.products .section__title::after {
  content: "";
  width: 225px;
  height: 228px;
  background-image: url(/assets/branch-left-81ac2c486fb90e0364d3c6951cd27ac6893c9658f333973eff12655fff194cf3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  top: 497px;
  right: 0;
  z-index: -1;
}
@media (max-width: 740px) {
  .products .section__title::after {
    top: 900px;
    width: 150px;
    height: 160px;
  }
}
.products .section__title::before {
  content: "";
  width: 398px;
  height: 403px;
  background-image: url(/assets/branch-left-81ac2c486fb90e0364d3c6951cd27ac6893c9658f333973eff12655fff194cf3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 339px;
  left: 0;
  z-index: -1;
}
@media (max-width: 740px) {
  .products .section__title::before {
    width: 250px;
    height: 230px;
  }
}
@media (max-width: 400px) {
  .products .section__title::before {
    width: 298px;
    height: 203px;
  }
}
@media (max-width: 325px) {
  .products .section__title::before {
    width: 198px;
    height: 103px;
  }
}
.products .container-products {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px 0 30px;
}
@media (max-width: 870px) {
  .products .container-products {
    padding: 0;
  }
}
.products .container-products .filter__sort {
  display: flex;
  align-items: center;
  margin-left: 30px;
  margin-bottom: 21px;
}
.products .container-products .filter__sort .filter {
  margin-left: 15px;
}
.products .container-products .filter__sort .filter .filter__btn {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: rgb(199, 229, 255);
}
.products .container-products .filter__sort .filter .filter__btn .filter__inner {
  display: flex;
  align-items: center;
}
.products .container-products .filter__sort .filter .filter__btn .filter__inner .filter__text {
  margin: 0 10px 0 10px;
}

.sort {
  margin-right: 15px;
  position: relative;
}
.sort .sort__btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.sort .sort__btn .sort__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: rgb(199, 229, 255);
  margin-right: 10px;
}

.dropdown-content.products-edit__sort {
  display: none;
}

.dropdown-content {
  opacity: 0;
  display: flex;
  flex-direction: column;
  padding: 15px 67px 0 17px;
  position: absolute;
  top: -30px;
  left: -17px;
  background-color: #fff;
  width: 240px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(-20%);
  z-index: -1;
}
.dropdown-content .sort-item {
  width: 150px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  opacity: 0.7;
  margin-bottom: 15px;
  text-decoration: none;
  color: #000;
}

.open {
  opacity: 1;
  display: flex;
  flex-direction: column;
  padding: 15px 67px 0 17px;
  position: absolute;
  top: 30px;
  left: -17px;
  background-color: #fff;
  width: 240px;
  -webkit-box-shadow: 12px 27px 40px -13px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 12px 27px 40px -13px rgba(0, 0, 0, 0.3);
  box-shadow: 12px 27px 40px -13px rgba(0, 0, 0, 0.3);
  transform: translateY(0);
  transition: all 0.3s;
  z-index: 1;
}
.open .sort-item {
  width: 150px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.dropdown-content.products__list {
  display: none;
}

.sort-item.collection-sort {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  opacity: 0.7;
  display: flex;
  align-items: start;
  background-color: inherit;
  border: none;
  cursor: pointer;
}

.price__filter-apply {
  width: 206px;
  height: 42px;
  background: #FFFFFF;
  border: 1px solid rgb(199, 229, 255);
  border-radius: 4px;
  margin: 5px 0 15px 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: rgb(199, 229, 255);
  position: relative;
  cursor: pointer;
}
.price__filter-apply:hover {
  background: rgb(199, 229, 255);
  color: #fff;
}
@media (max-width: 900px) {
  .price__filter-apply:hover {
    color: rgb(199, 229, 255);
    background: #FFFFFF;
  }
}

.price__filter-box .price__filter-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
.price__filter-box .input__filter-box {
  display: flex;
  margin-bottom: 18px;
}
.price__filter-box .input__filter-box .input-min {
  width: 98px;
  height: 48px;
  border: 1px solid #000000;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  padding: 13px 10px;
  margin-right: 10px;
}
.price__filter-box .input__filter-box .input-min:active, .price__filter-box .input__filter-box .input-min:focus {
  outline: 0;
  outline-offset: 0;
  background: rgba(199, 229, 255, 0.3);
}
.price__filter-box .input__filter-box .input-max {
  width: 98px;
  height: 48px;
  border: 1px solid #000000;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  padding: 13px 10px;
}
.price__filter-box .input__filter-box .input-max:active, .price__filter-box .input__filter-box .input-max:focus {
  outline: 0;
  outline-offset: 0;
  background: rgba(199, 229, 255, 0.3);
}

.products__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 1274px) {
  .products__wrapper {
    justify-content: center;
  }
}
.products__wrapper .product__box {
  margin: 0 15px 100px 15px;
}
@media (max-width: 805px) {
  .products__wrapper .product__box {
    width: 340px;
    margin-bottom: 55px;
  }
}
@media (max-width: 400px) {
  .products__wrapper .product__box {
    width: 300px;
    margin-bottom: 55px;
  }
}
@media (max-width: 320px) {
  .products__wrapper .product__box {
    width: 260px;
    margin-bottom: 55px;
    margin: 0 5px 55px 5px;
  }
}
.products__wrapper .product__box .product__img {
  width: 370px;
  height: 500px;
  border-radius: 8px;
}
@media (max-width: 785px) {
  .products__wrapper .product__box .product__img {
    width: 340px;
  }
}
.products__wrapper .product__box .product__info {
  max-width: 370px;
}
.products__wrapper .product__box .product__info .product__name {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin: 20px 0 10px 0;
  text-transform: capitalize;
}
.products__wrapper .product__box .product__info .product__prise {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

@media (max-width: 400px) {
  .products__wrapper .product__box .product__img {
    height: 400px;
    width: 300px;
  }
}
@media (max-width: 320px) {
  .products__wrapper .product__box .product__img {
    height: 350px;
    width: 260px;
  }
}

.product__img > a > img {
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 805px) {
  .product__img > a > img {
    width: 340px;
    height: 500px;
  }
}
@media (max-width: 400px) {
  .product__img > a > img {
    width: 300px;
    height: 400px;
  }
}
@media (max-width: 320px) {
  .product__img > a > img {
    width: 260px;
    height: 350px;
  }
}

.how__works {
  position: relative;
}
.how__works::before {
  content: "";
  width: 160px;
  height: 189px;
  background-image: url(/assets/branch-main-2c132ef04ef4e4cbed3b1b26dc2cf2f6bf6def400b81772787c17b24455e1ee1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  bottom: 170px;
  right: 0;
  z-index: -1;
}
@media (max-width: 880px) {
  .how__works::before {
    width: 90px;
    height: 100px;
  }
}
@media (max-width: 600px) {
  .how__works::before {
    bottom: 970px;
  }
}
.how__works::after {
  content: "";
  width: 160px;
  height: 195px;
  background-image: url(/assets/branch-mainn-3b10eb4fecc315986edac17030c449d4f86afd2d382196f67d0570c4e455d365.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: -1;
}
@media (max-width: 880px) {
  .how__works::after {
    width: 100px;
    height: 120px;
  }
}

.how__works-more {
  margin-top: 196px;
  position: relative;
}
.how__works-more::before {
  content: "";
  width: 320px;
  height: 371px;
  background-image: url(/assets/branch-main-2c132ef04ef4e4cbed3b1b26dc2cf2f6bf6def400b81772787c17b24455e1ee1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  bottom: -300px;
  left: 0;
  z-index: -1;
}
@media (max-width: 1221px) {
  .how__works-more::before {
    height: 150px;
    width: 130px;
  }
}
@media (max-width: 715px) {
  .how__works-more::before {
    height: 120px;
    width: 100px;
    bottom: -500px;
  }
}
.how__works-more::after {
  content: "";
  width: 190px;
  height: 228px;
  background-image: url(/assets/branch-main-2c132ef04ef4e4cbed3b1b26dc2cf2f6bf6def400b81772787c17b24455e1ee1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1221px) {
  .how__works-more::after {
    width: 150px;
    height: 170px;
    bottom: -180px;
  }
}
@media (max-width: 715px) {
  .how__works-more::after {
    height: 140px;
    width: 130px;
  }
}

@media (max-width: 1219px) {
  .container.how-work-container {
    margin: 0 auto;
    padding: 0 10px 0 10px;
  }
}
@media (max-width: 1208px) {
  .container.how-work-container {
    margin: 0 auto;
    max-width: 5000px;
    padding: 0;
  }
}

.how__works-info {
  margin: 100px 0 200px 0;
}
@media (max-width: 480px) {
  .how__works-info {
    margin-top: 50px;
  }
}
.how__works-info .how__works-info__wrapper {
  display: flex;
  justify-content: center;
}
.how__works-info .how__works-info__wrapper .how__works-info-text {
  max-width: 970px;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  display: none;
}
@media (max-width: 1000px) {
  .how__works-info .how__works-info__wrapper .how__works-info-text {
    max-width: 600px;
  }
}
@media (max-width: 770px) {
  .how__works-info .how__works-info__wrapper .how__works-info-text {
    max-width: 423px;
  }
}
@media (max-width: 480px) {
  .how__works-info .how__works-info__wrapper .how__works-info-text {
    max-width: 315px;
  }
}
.how__works-info .how__works-info__wrapper .how__works-info-text.visibility {
  display: block;
}

.step__box-hov {
  cursor: pointer;
}

.step__box-hov.visibility {
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .step__box-hov.visibility {
    opacity: 1;
  }
}

@media (max-width: 1200px) {
  .step-slide.swiper-slide-active {
    color: rgb(199, 229, 255);
    opacity: 1;
  }
}

.page-how-it-works {
  margin-top: 196px;
}
.page-how-it-works .section__title {
  font-size: 36px;
}
.page-how-it-works .how__works::after {
  content: "";
  width: 398px;
  height: 403px;
  background-image: url(/assets/branch-left-81ac2c486fb90e0364d3c6951cd27ac6893c9658f333973eff12655fff194cf3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 600px;
  left: 0;
  z-index: -1;
}
@media (max-width: 1550px) {
  .page-how-it-works .how__works::after {
    width: 308px;
    height: 303px;
  }
}
@media (max-width: 1180px) {
  .page-how-it-works .how__works::after {
    width: 205px;
    height: 208px;
    top: 57px;
  }
}
@media (max-width: 600px) {
  .page-how-it-works .how__works::after {
    top: 507px;
  }
}
.page-how-it-works .how__works::before {
  bottom: 400px;
}
.page-how-it-works .how-work-text {
  margin-bottom: 100px;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 600px) {
  .page-how-it-works .how-work-text {
    margin-bottom: 40px;
  }
}
.page-how-it-works .how-work-text .page-decor {
  background-image: url(/assets/branch-left-81ac2c486fb90e0364d3c6951cd27ac6893c9658f333973eff12655fff194cf3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  z-index: -1;
}
.page-how-it-works .how-work-text .page-decor.first {
  width: 298px;
  height: 288px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  top: 10%;
  right: -2%;
  left: auto;
}
@media (max-width: 600px) {
  .page-how-it-works .how-work-text .page-decor.first {
    width: 121px;
    height: 123px;
  }
}
.page-how-it-works .how-work-text .page-decor.second {
  width: 225px;
  height: 228px;
  top: 40%;
  left: -1%;
  right: auto;
}
@media (max-width: 600px) {
  .page-how-it-works .how-work-text .page-decor.second {
    width: 121px;
    height: 123px;
  }
}
.page-how-it-works .how-work-text .page-decor.third {
  width: 225px;
  height: 228px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  top: 65%;
  right: -1%;
  left: auto;
}
@media (max-width: 600px) {
  .page-how-it-works .how-work-text .page-decor.third {
    width: 121px;
    height: 123px;
  }
}
.page-how-it-works .how-work-text .page-decor.fourth {
  width: 298px;
  height: 288px;
  top: 80%;
  left: -1%;
  right: auto;
}
@media (max-width: 600px) {
  .page-how-it-works .how-work-text .page-decor.fourth {
    width: 121px;
    height: 123px;
  }
}
.page-how-it-works .how-work-text .inner-wrapper {
  max-width: 970px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media (max-width: 600px) {
  .page-how-it-works .how-work-text .inner-wrapper {
    gap: 60px;
  }
}
.page-how-it-works .how-work-text .text-block .section__title {
  position: relative;
}
@media (max-width: 600px) {
  .page-how-it-works .how-work-text .text-block .section__title {
    margin-bottom: 32px;
  }
}
.page-how-it-works .how-work-text .text-block .section__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 89px;
  height: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="89" height="5" viewBox="0 0 89 5" fill="none"><path d="M8.76515 5C3.59596 5 0 2.98851 0 1.83908C0 0.344827 27.1945 0 40.6793 0C59.7828 0 89 1.43678 89 2.12643C89 2.18391 89 2.29885 88.5505 2.29885C49.8939 2.29885 13.0354 5 8.76515 5Z" fill="%235E91B0"/></svg>');
}
.page-how-it-works .how-work-text .text-block .text {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.page-how-it-works .how-work-text .text-block .text a {
  color: #5E91B0;
  font-weight: 500;
}
.page-how-it-works .block-thank-you {
  min-height: 280px;
  background-image: url(/assets/thank-you-a6e7c5f920a30783db346f65680dc2881ef85ad7517678aaac98f26e937db9ba.svg);
  background-repeat: no-repeat;
  background-size: 584px 280px;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 560px) {
  .page-how-it-works .block-thank-you {
    background-size: 500px 250px;
    min-height: 250px;
  }
}
@media (max-width: 480px) {
  .page-how-it-works .block-thank-you {
    background-size: 350px 200px;
    min-height: 200px;
  }
}
.page-how-it-works .block-thank-you .thank-you-text {
  color: #C7E5FF;
  text-align: center;
  font-family: "Blacksword";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 560px) {
  .page-how-it-works .block-thank-you .thank-you-text {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .page-how-it-works .block-thank-you .thank-you-text {
    font-size: 32px;
  }
}

.product__info-page {
  margin-top: 251px;
  margin-bottom: 100px;
}
.product__info-page::after {
  content: "";
  background-image: url(/assets/branch-decor-4ccff5e0abc2a2dacbd20df9ea46c6bede5807b42a36a707b8dacea5392efdc8.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 497px;
  right: 0;
  height: 228px;
  width: 170px;
  z-index: -1;
}
@media (max-width: 600px) {
  .product__info-page::after {
    top: 600px;
  }
}
.product__info-page::before {
  content: "";
  background-image: url(/assets/branch-left-81ac2c486fb90e0364d3c6951cd27ac6893c9658f333973eff12655fff194cf3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 354px;
  left: 0;
  height: 371px;
  width: 280px;
  z-index: -1;
}
@media (max-width: 600px) {
  .product__info-page::before {
    top: 25%;
  }
}
.product__info-page .product__info {
  display: flex;
  justify-content: space-between;
}
.product__info-page .product__info .product__info-box {
  max-width: 470px;
}
.product__info-page .product__info .product__info-box .product__info-name {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 43px;
  text-transform: uppercase;
}
.product__info-page .product__info .product__info-box .product__info-price {
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  margin: 25px 0 25px 0;
}
.product__info-page .product__info .product__info-box .product__info-bio {
  width: 100%;
  min-height: 150px;
  margin-bottom: 20px;
}
.product__info-page .product__info .product__info-box .product__info-bio .product__info-bio-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
.product__info-page .product__info .product__info-box .product__info-count {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.product__info-page .product__info .product__info-box .product__count-box {
  display: flex;
  flex-direction: row;
  margin: 20px 0 46px 0;
}
.product__info-page .product__info .product__info-box .product__count-box .count-btn {
  width: 45px;
  height: 45px;
  background: #FFFFFF;
  border: 1px solid rgb(180, 220, 255);
  border-radius: 4px;
}
.product__info-page .product__info .product__info-box .product__count-box .count-btn:focus, .product__info-page .product__info .product__info-box .product__count-box .count-btn:active {
  border: 1px solid rgb(199, 229, 255);
}
.product__info-page .product__info .product__info-box .product__count-box .count-num {
  margin: 0 25px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: rgb(199, 229, 255);
  text-align: center;
}
.product__info-page .product__info .product__info-box .product__count-box .count-num:active, .product__info-page .product__info .product__info-box .product__count-box .count-num:focus {
  outline: 0;
  outline-offset: 0;
  border: 1px solid rgb(199, 229, 255);
}
.product__info-page .product__info .product__info-box .product__count-box .count-minus {
  cursor: pointer;
  position: relative;
}
.product__info-page .product__info .product__info-box .product__count-box .count-minus::before {
  content: "";
  width: 21px;
  height: 2px;
  background-color: rgb(199, 229, 255);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
.product__info-page .product__info .product__info-box .product__count-box .count-plus {
  cursor: pointer;
  position: relative;
}
.product__info-page .product__info .product__info-box .product__count-box .count-plus::after {
  content: "";
  width: 21px;
  height: 2px;
  background-color: rgb(199, 229, 255);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
.product__info-page .product__info .product__info-box .product__count-box .count-plus::before {
  content: "";
  width: 2px;
  height: 21px;
  background-color: rgb(199, 229, 255);
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.product__info-page .product__info .product__info-box .product-add {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 40px rgba(193, 112, 112, 0.2);
  border-radius: 4px;
  border: none;
  width: 470px;
  height: 60px;
}
.product__info-page .product__info .product__info-box .product-add .product-add-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: rgb(199, 229, 255);
  margin-right: 10px;
}
.product__info-page .product__info .product__info-box .product-add:hover {
  border: 1px solid rgb(199, 229, 255);
}
.product__info-page .product__info .product__info-box .product-rent {
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  width: 470px;
  height: 60px;
  background: rgb(199, 229, 255);
  border-radius: 4px;
  border: none;
  margin-top: 25px;
}

@media (max-width: 750px) {
  .product__info-slider__box {
    width: 100%;
  }
}

.product__info-slider__wrapper {
  max-width: 570px;
  display: flex;
  margin-top: 50px;
}

.product__info-slider__img {
  width: 170px;
  height: 193px;
  border-radius: 8px;
  opacity: 0.5;
  object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 1175px) {
  .product__info-slider__img {
    margin-right: 10px;
  }
}
@media (max-width: 1020px) {
  .product__info-slider__img {
    margin-right: 20px;
  }
}
@media (max-width: 890px) {
  .product__info-slider__img {
    margin-right: 10px;
  }
}
@media (max-width: 750px) {
  .product__info-slider__img {
    margin-right: 20px;
  }
}
@media (max-width: 520px) {
  .product__info-slider__img {
    margin-right: 0;
  }
}

@media (max-width: 750px) {
  .product__info-slider__photo:nth-child(2) {
    margin: 0 15px;
  }
}
@media (max-width: 340px) {
  .product__info-slider__photo:nth-child(2) {
    margin: 0 5px;
  }
}

.product__page-nav {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.product__page-nav .product__page-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: rgb(199, 229, 255);
  text-decoration: none;
  margin-right: 16px;
}
.product__page-nav .product__page-link-active {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000000;
  margin-left: 16.5px;
}

.catalog-link {
  margin-left: 16.5px;
}

.more-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 53px;
}

.social__links2 {
  text-decoration: none;
  margin-right: 15px;
}

.data {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  opacity: 0.75;
}

.may__like {
  margin-bottom: 100px;
  position: relative;
}
.may__like::after {
  content: "";
  background-image: url(/assets/branch-leaves-show-857802395e44577449fa59700a442f76509197f191d1c41aa05192b42b4be002.svg);
  height: 194px;
  width: 100px;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}
.may__like::before {
  content: "";
  background-image: url(/assets/branch-decor-4ccff5e0abc2a2dacbd20df9ea46c6bede5807b42a36a707b8dacea5392efdc8.svg);
  position: absolute;
  top: 175px;
  right: 0;
  width: 230px;
  height: 253px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: right;
}

.container-may__like {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px 0 30px;
}
@media (max-width: 1205px) {
  .container-may__like {
    padding: 0 0;
  }
}

.may__like-title {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 43px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 51px;
}

.may-like__name {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin: 20px 0 10px 0;
}

.may-like__prise {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.may-like-photo {
  width: 370px;
  height: 500px;
  border-radius: 8px;
  object-fit: cover;
}

.swiper-button-next-also {
  background-image: url(/assets/arrow_forward_next-c6c4d6f5179d27f0d0719b39a005eebbfe56210c01847a73aa9541323e834d78.svg);
  width: 12px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translate(50%);
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1167px) {
  .swiper-button-next-also {
    right: 313px;
  }
}
@media (max-width: 1079px) {
  .swiper-button-next-also {
    right: 213px;
  }
}
@media (max-width: 859px) {
  .swiper-button-next-also {
    right: 203px;
  }
}
@media (max-width: 839px) {
  .swiper-button-next-also {
    right: 179px;
  }
}
@media (max-width: 789px) {
  .swiper-button-next-also {
    right: 142px;
  }
}
@media (max-width: 714px) {
  .swiper-button-next-also {
    right: 119px;
  }
}
@media (max-width: 659px) {
  .swiper-button-next-also {
    right: 82px;
  }
}
@media (max-width: 600px) {
  .swiper-button-next-also {
    display: none;
  }
}

.swiper-button-prev-also {
  background-image: url(/assets/arrow_forward_prev-a54dcbb32f7a427ff24dec09214bd6bc6869df179f55ea4cf85f8636c12db107.svg);
  width: 12px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translate(50%);
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1167px) {
  .swiper-button-prev-also {
    left: 303px;
  }
}
@media (max-width: 1079px) {
  .swiper-button-prev-also {
    left: 203px;
  }
}
@media (max-width: 859px) {
  .swiper-button-prev-also {
    left: 193px;
  }
}
@media (max-width: 839px) {
  .swiper-button-prev-also {
    left: 169px;
  }
}
@media (max-width: 789px) {
  .swiper-button-prev-also {
    left: 132px;
  }
}
@media (max-width: 714px) {
  .swiper-button-prev-also {
    left: 109px;
  }
}
@media (max-width: 659px) {
  .swiper-button-prev-also {
    left: 72px;
  }
}
@media (max-width: 600px) {
  .swiper-button-prev-also {
    display: none;
  }
}

@media (max-width: 435px) {
  .may-like-photo {
    width: 300px;
    height: 400px;
  }
}
@media (max-width: 369px) {
  .may-like-photo {
    width: 250px;
    height: 350px;
  }
  .may__like-title {
    font-size: 25px;
  }
}
@media (max-width: 315px) {
  .may-like-photo {
    width: 200px;
    height: 300px;
  }
}
.product__info-slider {
  width: 614px;
  height: 650px;
}

.info-slider-wrapper {
  width: 100%;
  height: 650px;
}

.photo__slider {
  width: 100%;
  height: 100%;
}

.slider-product__photo-img {
  width: 570px;
  height: 650px;
  border-radius: 8px;
  object-fit: cover;
}

@media (max-width: 430px) {
  .slider-product__photo {
    width: 300px;
    height: 400px;
  }
  .slider-product__main-wrapper {
    height: 480px !important;
  }
}
@media (max-width: 520px) {
  .swiper-button-prev-c {
    background-image: url(/assets/prev-btn-ad-0c68a79aedf81afc1a9cae37064bb6efcd01a50a730b3c28ea9fa7bc74b4d982.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translate(50%);
    z-index: 1;
    cursor: pointer;
  }
}

.swiper-button-next-c {
  background-image: url(/assets/arrow_right_alt-bfcf34585cbd832b3d72eb416eab9675c94e95dfa7a735bccadb2ae54fcc552b.svg);
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(50%);
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 520px) {
  .swiper-button-next-c {
    background-image: url(/assets/next-btn-ad-9be26ec83ce2be101b8b8e28fb9a7e59e24684f72855cea437f8599fa4f28343.svg);
    width: 32px;
    height: 32px;
    right: 20px;
  }
}

@media (max-width: 1175px) {
  .slider-product__photo-img {
    width: 470px;
    height: 600px;
  }
  .product__info-slider {
    width: 508px;
    height: 577px;
  }
  .product__info-slider__img {
    width: 150px;
    height: 185px;
  }
  .product__info-slider__wrapper {
    max-width: 470px;
  }
  .info-slider-wrapper {
    height: 600px;
  }
  .product__info-page {
    margin-top: 200px;
  }
}
@media (max-width: 1100px) {
  .product__info-page .product__info .product__info-box .product-add {
    width: 350px;
    height: 55px;
  }
  .product__info-page .product__info .product__info-box .product-rent {
    width: 350px;
    height: 55px;
  }
}
@media (max-width: 1075px) {
  .product__info-box {
    margin-left: 20px;
  }
}
@media (max-width: 1020px) {
  .slider-product__photo-img {
    width: 400px;
    height: 550px;
  }
  .product__info-slider {
    width: 450px;
    height: 525px;
  }
  .product__info-slider__img {
    width: 120px;
    height: 150px;
  }
  .product__info-slider__wrapper {
    max-width: 400px;
  }
  .info-slider-wrapper {
    height: 550px;
  }
}
@media (max-width: 890px) {
  .slider-product__photo-img {
    width: 320px;
    height: 500px;
  }
  .product__info-slider {
    width: 357px;
    height: 475px;
  }
  .product__info-slider__img {
    width: 100px;
    height: 115px;
  }
  .product__info-slider__wrapper {
    max-width: 320px;
  }
  .info-slider-wrapper {
    height: 500px;
  }
  .product__info-page .product__info .product__info-box .product-add {
    width: 310px;
    height: 55px;
  }
  .product__info-page .product__info .product__info-box .product-rent {
    width: 310px;
    height: 55px;
  }
  .product__info-page .product__info .product__info-box .product-add:hover {
    border: none;
  }
}
.product__box-also {
  display: flex;
  justify-content: center;
}

@media (max-width: 750px) {
  .product__info-page .product__info {
    justify-content: center;
    flex-wrap: wrap;
  }
  .slider-product__photo-img, .product__img {
    width: 100%;
    height: 550px;
  }
  .product__info-slider {
    width: 100%;
    height: 525px;
  }
  .product__info-slider__img {
    width: 120px;
    height: 150px;
  }
  .product__info-slider__wrapper {
    max-width: 100%;
    width: 100%;
  }
  .product__info-slider__wrapper .product__info-slider__photo {
    width: 33.33%;
  }
  .product__info-slider__wrapper .product__info-slider__photo img {
    width: 100%;
  }
  .info-slider-wrapper {
    height: 550px;
  }
  .product__info-box {
    margin-left: 0;
  }
  .product__info-page .product__info .product__info-box {
    max-width: 674px;
    margin-top: 20px;
  }
  .product__info-page .product__info .product__info-box .product__info-bio {
    min-height: 90px;
  }
  .product__info-page {
    margin-top: 160px;
  }
}
@media (max-width: 520px) {
  .slider-product__photo-img {
    height: 400px;
  }
  .product__info-slider {
    height: 365px;
  }
  .product__info-slider__img {
    height: 100px;
  }
  .info-slider-wrapper {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .product__page-nav .product__page-link {
    font-size: 14px;
    line-height: 10px;
    margin-right: 10px;
  }
  .product__page-nav .product__page-link-active {
    font-size: 14px;
    margin-left: 10.5px;
  }
}
@media (max-width: 400px) {
  .product__info-page .container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 10px 0 10px;
  }
}
@media (max-width: 340px) {
  .product__info-page .product__info .product__info-box .product-add {
    height: 43px;
  }
  .product__info-page .product__info .product__info-box .product-rent {
    height: 43px;
  }
  .slider-product__photo-img {
    height: 390px;
  }
  .info-slider-wrapper {
    height: 390px;
  }
  .product__info-slider {
    height: 350px;
  }
  .product__info-slider__img {
    width: 85px;
  }
}
.log-in {
  margin-top: 196px;
  text-align: center;
}
.log-in::before {
  content: "";
  width: 308px;
  height: 303px;
  background-image: url(/assets/branch-left-81ac2c486fb90e0364d3c6951cd27ac6893c9658f333973eff12655fff194cf3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 194px;
  left: 0;
}
@media (max-width: 1550px) {
  .log-in::before {
    width: 258px;
    height: 253px;
  }
}
@media (max-width: 1180px) {
  .log-in::before {
    width: 155px;
    height: 158px;
    top: 207px;
  }
}
@media (max-width: 600px) {
  .log-in::before {
    top: 150px;
    width: 138px;
    height: 133px;
  }
}
.log-in::after {
  content: "";
  width: 218px;
  height: 213px;
  background-image: url(/assets/branch-left-81ac2c486fb90e0364d3c6951cd27ac6893c9658f333973eff12655fff194cf3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  top: 600px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1550px) {
  .log-in::after {
    width: 188px;
    height: 183px;
  }
}
@media (max-width: 600px) {
  .log-in::after {
    top: 550px;
    width: 158px;
    height: 153px;
  }
}
@media (max-width: 480px) {
  .log-in::after {
    top: 600px;
    width: 108px;
    height: 103px;
  }
}
.log-in .log-in__wrapper {
  margin-bottom: 201px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.log-in .log-in__wrapper .sing-up__info {
  margin: 25px 0;
}

.remember-wrapper {
  display: flex;
  align-self: start;
}

.log-in__box {
  max-width: 470px;
  display: flex;
  margin: 36px 0 25px 0;
  flex-direction: column;
  position: relative;
}
.log-in__box .log-in__password {
  margin: 25px 0;
}

.log-in__input {
  background: #FFFEFE;
  border: 1px solid rgb(180, 220, 255);
  border-radius: 5px;
  max-width: 470px;
  width: 100%;
  height: 60px;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
}
.log-in__input:active, .log-in__input:focus {
  outline: 0;
  outline-offset: 0;
  border: 1px solid rgb(199, 229, 255);
}

.log-in__email {
  padding: 0 19px;
}

.log-in__password {
  padding: 0 60px 0 19px;
}

.show__password-wrapper.active::before {
  opacity: 0;
}

.show__password-wrapper {
  width: 22px;
  height: 20px;
  position: absolute;
  right: 18px;
  bottom: 63px;
  cursor: pointer;
}
.show__password-wrapper::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 4px;
  background-color: #fff;
  border-bottom: 2px solid rgb(199, 229, 255);
  top: 5px;
  transform: rotate(45deg);
  cursor: pointer;
  opacity: 1;
}

.log-in__btn {
  width: 200px;
  height: 60px;
  background: rgb(199, 229, 255);
  border-radius: 5px;
  border: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  cursor: pointer;
  transition: all 0.1s;
}
.log-in__btn:hover {
  background: #fff;
  color: rgb(199, 229, 255);
  border: 1px solid rgb(199, 229, 255);
}
@media (max-width: 1100px) {
  .log-in__btn:hover {
    background: rgb(199, 229, 255);
    border: none;
    color: #fff;
  }
}

.remember__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
}
@media (max-width: 400px) {
  .remember__text {
    font-size: 14px;
  }
}

.sing-up__info {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}
@media (max-width: 343px) {
  .sing-up__info {
    font-size: 14px;
  }
}
.sing-up__info .sing-up__link {
  text-decoration: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: rgb(199, 229, 255);
}
@media (max-width: 343px) {
  .sing-up__info .sing-up__link {
    font-size: 14px;
    margin-right: 0;
  }
}

.forgot-password {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: rgb(199, 229, 255);
  text-decoration: none;
}

.log-in__remember {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -10;
}

.custom__checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 2px solid rgb(199, 229, 255);
  border-radius: 2px;
  margin-right: 13px;
  vertical-align: top;
  position: relative;
}
@media (max-width: 320px) {
  .custom__checkbox {
    margin-right: 5px;
  }
}
.custom__checkbox::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/assets/fitbit_check_small-cd74753496f3648cc3afef2ef37ecbae9fce899917abaf2baed1e93d16c1e1ad.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.2s ease-in;
  margin-top: 1px;
}

.log-in__remember:checked + .custom__checkbox::before {
  transform: translate(-50%, -50%) scale(1);
}

.link {
  color: #000000;
  text-decoration: none !important;
  font-size: 24px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.main-slide-swiper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0.3;
  transition: opacity 0.3s;
}
.main-slide-swiper .slider-product__img {
  border-radius: 8px;
}
.main-slide-swiper .slider-product__img .slider-product__photo {
  border-radius: 8px;
  max-width: 370px;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 430px) {
  .main-slide-swiper .slider-product__img .slider-product__photo {
    height: 400px;
  }
}

.slider-product__main-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 581px;
  cursor: pointer;
}

.swiper-slide-active,
.swiper-slide-prev,
.swiper-slide-next {
  opacity: 1;
}

.swiper-slide.main-slide-swiper {
  transform: scale(0.7);
  transition: all 1s;
}

.swiper-slide.main-slide-swiper.swiper-slide-active {
  transform: scale(1);
  transition: all 1s;
}
@media (max-width: 330px) {
  .swiper-slide.main-slide-swiper.swiper-slide-active {
    transform: scale(0.9);
  }
}
@media (max-width: 300px) {
  .swiper-slide.main-slide-swiper.swiper-slide-active {
    transform: scale(0.8);
  }
}

.swiper-slide.main-slide-swiper.swiper-slide-prev {
  transform: scale(1);
  transition: all 1s;
}

.swiper-slide.main-slide-swiper.swiper-slide-next {
  transform: scale(1);
  transition: all 1s;
}

@media (max-width: 330px) {
  .section__title.works__title {
    margin-bottom: 0;
  }
}

@media (max-width: 1165px) {
  .swiper-slide-prev,
  .swiper-slide-next {
    opacity: 0.5;
    transition: all 1s;
  }
  .swiper-slide.main-slide-swiper.swiper-slide-prev {
    transform: scale(0.8);
    transition: all 1s;
  }
  .swiper-slide.main-slide-swiper.swiper-slide-next {
    transform: scale(0.8);
    transition: all 1s;
  }
  .may-like__box.swiper-slide.product__box-also {
    transform: scale(0.8);
    transition: all 1s;
  }
  .may-like__box.swiper-slide.product__box-also.swiper-slide-active {
    transform: scale(1);
  }
}
.new_user {
  max-width: 470px;
  width: 100%;
}

.slider-product__info .slider-product__name {
  font-family: "Playfair Display";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-transform: capitalize;
}
.slider-product__info .slider-product__prise {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-top: 10px;
}

.swiper-button-nextt {
  background-image: url(/assets/arrow_forward_next-c6c4d6f5179d27f0d0719b39a005eebbfe56210c01847a73aa9541323e834d78.svg);
  width: 12px;
  height: 20px;
  z-index: 1;
  position: absolute;
  top: 29px;
  right: 430px;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .swiper-button-nextt {
    right: 300px;
  }
}
@media (max-width: 900px) {
  .swiper-button-nextt {
    right: 150px;
  }
}
@media (max-width: 680px) {
  .swiper-button-nextt {
    top: 22px;
  }
}
@media (max-width: 570px) {
  .swiper-button-nextt {
    right: 50px;
  }
}
@media (max-width: 460px) {
  .swiper-button-nextt {
    right: 15px;
  }
}

.swiper-button-prevv {
  background-image: url(/assets/arrow_forward_prev-a54dcbb32f7a427ff24dec09214bd6bc6869df179f55ea4cf85f8636c12db107.svg);
  width: 12px;
  height: 20px;
  z-index: 1;
  position: absolute;
  top: 29px;
  left: 430px;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .swiper-button-prevv {
    left: 300px;
  }
}
@media (max-width: 900px) {
  .swiper-button-prevv {
    left: 150px;
  }
}
@media (max-width: 680px) {
  .swiper-button-prevv {
    top: 22px;
  }
}
@media (max-width: 570px) {
  .swiper-button-prevv {
    left: 50px;
  }
}
@media (max-width: 460px) {
  .swiper-button-prevv {
    left: 15px;
  }
}

.section__carts {
  margin: 196px 0 225px 0;
}
@media (max-width: 450px) {
  .section__carts .container {
    padding: 0 10px;
  }
}
.section__carts::before {
  content: "";
  width: 308px;
  height: 303px;
  background-image: url(/assets/branch-left-81ac2c486fb90e0364d3c6951cd27ac6893c9658f333973eff12655fff194cf3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 194px;
  left: 0;
  z-index: -1;
}
@media (max-width: 1550px) {
  .section__carts::before {
    width: 258px;
    height: 253px;
  }
}
@media (max-width: 1180px) {
  .section__carts::before {
    width: 155px;
    height: 158px;
    top: 207px;
  }
}
.section__carts::after {
  content: "";
  width: 358px;
  height: 353px;
  background-image: url(/assets/branch-left-81ac2c486fb90e0364d3c6951cd27ac6893c9658f333973eff12655fff194cf3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  top: 60%;
  right: 0;
  z-index: -1;
}
@media (max-width: 1550px) {
  .section__carts::after {
    width: 308px;
    height: 303px;
  }
}
@media (max-width: 1160px) {
  .section__carts::after {
    width: 205px;
    height: 208px;
    top: 757px;
  }
}
.section__carts .section__carts-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1159px) {
  .section__carts .section__carts-wrapper {
    justify-content: center;
  }
}

.carts__title {
  font-family: "Blacksword";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 58px;
  text-align: center;
  margin-bottom: 36px;
}

.carts__prise-main-wrapper {
  position: relative;
}

.carts__prise.order {
  position: fixed;
  transform: translateX(-100%);
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 1100px) {
  .carts__prise.order {
    position: static;
    transform: translateX(0);
  }
}

.carts__prise.carts {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 1159px) {
  .carts__prise.carts {
    margin-top: 50px;
    max-width: 670px;
    width: 100%;
    margin-right: 60px;
  }
}
@media (max-width: 1000px) {
  .carts__prise.carts {
    margin-right: 0;
  }
}

.carts__total, .carts__total-prace {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
}
@media (max-width: 400px) {
  .carts__total, .carts__total-prace {
    font-size: 24px;
  }
}

.carts__total {
  margin-bottom: 25px;
}

.carts__total-label .carts__total-link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  text-decoration: none;
}
@media (max-width: 400px) {
  .carts__total-label .carts__total-link {
    font-size: 14px;
  }
}

.carts__total-btn {
  width: 370px;
  height: 60px;
  border-radius: 4px;
  border: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
}
@media (max-width: 400px) {
  .carts__total-btn {
    width: 300px;
  }
}
@media (max-width: 330px) {
  .carts__total-btn {
    width: 240px;
    height: 50px;
    font-size: 18px;
  }
}

.check__out-ad:hover, .continue__ad:hover {
  border: 1px solid rgb(199, 229, 255);
}
@media (max-width: 800px) {
  .check__out-ad:hover, .continue__ad:hover {
    border: none;
  }
}
@media (max-width: 1159px) {
  .check__out-ad, .continue__ad {
    width: 280px;
  }
}

@media (max-width: 1159px) {
  .check__out-ad {
    margin: 0 25px 0 0 !important;
  }
}
@media (max-width: 644px) {
  .check__out-ad {
    margin: 0 25px 25px 25px !important;
  }
}
@media (max-width: 355px) {
  .check__out-ad {
    margin: 0 0 25px 0 !important;
  }
}

.carts__buttons-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1159px) {
  .carts__buttons-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 50px;
    flex-wrap: wrap;
    position: relative;
  }
  .carts__buttons-wrapper::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    opacity: 0.1;
    position: absolute;
    top: -25px;
    left: 0;
  }
}

.carts__total-check {
  background: rgb(199, 229, 255);
  color: #fff;
  margin: 50px 0 25px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carts__total-check::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0.1;
  position: absolute;
  top: -25px;
  left: 0;
}
@media (max-width: 1159px) {
  .carts__total-check::before {
    display: none;
  }
}

.carts__total-continue {
  color: rgb(199, 229, 255);
  background-color: #fff;
  box-shadow: 0px 0px 40px rgba(193, 112, 112, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.carts__checked {
  display: flex;
  flex-direction: column;
  margin-right: 60px;
}
@media (max-width: 1000px) {
  .carts__checked {
    margin-right: 0;
  }
}

.carts__checked {
  max-width: 670px;
  width: 100%;
}

.carts__box {
  height: 193px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px 0;
  position: relative;
}
@media (max-width: 600px) {
  .carts__box {
    height: 150px;
  }
}
@media (max-width: 450px) {
  .carts__box {
    flex-direction: column;
    min-height: 160px;
    width: 100%;
    align-items: flex-start;
  }
}
.carts__box::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0.1;
  position: absolute;
  top: -25px;
  left: 0;
}
@media (max-width: 450px) {
  .carts__box::before {
    top: -17px;
  }
}
.carts__box .carts__checked-box {
  display: flex;
}
.carts__box .carts__checked-box .carts__checked-menu {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 450px) {
  .carts__box .carts__checked-box .carts__checked-menu {
    margin-left: 15px;
    width: 100%;
  }
}
@media (max-width: 360px) {
  .carts__box .carts__checked-box .carts__checked-menu {
    margin-left: 10px;
  }
}

.carts__checked-img {
  width: 170px;
  height: 193px;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 600px) {
  .carts__checked-img {
    width: 115px;
    height: 130px;
  }
}

.carts__checked-menu-title {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 37px;
  text-transform: capitalize;
}
@media (max-width: 600px) {
  .carts__checked-menu-title {
    font-size: 24px;
    line-height: 33px;
  }
}
@media (max-width: 500px) {
  .carts__checked-menu-title {
    font-size: 20px;
    line-height: 27px;
    height: 60px;
  }
}

@media (max-width: 450px) {
  .carts__checked-prise-box {
    display: flex;
    justify-content: space-between;
    height: 25px;
    width: 100%;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

.carts__checked-menu-price {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #656565;
  margin: 25px 0;
}
@media (max-width: 600px) {
  .carts__checked-menu-price {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 600px) {
  .carts__checked-menu-price {
    margin: 0 0 25px 0;
  }
}

.carts__checked-total-prise {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 77px;
  text-align: right;
}
@media (max-width: 600px) {
  .carts__checked-total-prise {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 500px) {
  .carts__checked-total-prise {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 450px) {
  .carts__checked-total-prise {
    margin-bottom: 0;
  }
}

.remove__cart-btn {
  cursor: pointer;
  background-color: #fff;
  border: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #656565;
  padding-left: 34px;
  padding-right: 0;
  position: relative;
}
@media (max-width: 600px) {
  .remove__cart-btn {
    font-size: 14px;
    line-height: 16px;
    padding-left: 25px;
  }
}
.remove__cart-btn::before {
  content: "";
  background-image: url(/assets/delete-a815027979aa59e7f8d2800657c0a7d043003de68a3a136f191ba6fee4151b2d.svg);
  background-size: cover;
  width: 16px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 4px;
}
@media (max-width: 600px) {
  .remove__cart-btn::before {
    width: 12px;
    height: 14px;
  }
}

.carts__checked-num {
  width: 93px;
  height: 28px;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.carts__checked-num .carts__plus, .carts__checked-num .carts__input-nam, .carts__checked-num .carts__minus {
  width: 31px;
  height: 100%;
  border: none;
  background-color: #fff;
  border-radius: 4px;
}
.carts__checked-num .carts__input-nam {
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
.carts__checked-num .carts__input-nam:active, .carts__checked-num .carts__input-nam:hover, .carts__checked-num .carts__input-nam:focus {
  outline: 0;
  outline-offset: 0;
}
.carts__checked-num .carts__minus {
  cursor: pointer;
  position: relative;
}
.carts__checked-num .carts__minus::before {
  content: "";
  width: 9.3px;
  height: 1.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(199, 229, 255);
}
.carts__checked-num .carts__plus {
  cursor: pointer;
  position: relative;
}
.carts__checked-num .carts__plus::before {
  content: "";
  width: 9.3px;
  height: 1.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(199, 229, 255);
}
.carts__checked-num .carts__plus::after {
  content: "";
  width: 2px;
  height: 9.3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(199, 229, 255);
}

.section__carts-empty {
  margin-top: 200px;
  height: 50vh;
}
.section__carts-empty::before {
  content: "";
  width: 308px;
  height: 303px;
  background-image: url(/assets/branch-left-81ac2c486fb90e0364d3c6951cd27ac6893c9658f333973eff12655fff194cf3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 194px;
  left: 0;
}
@media (max-width: 1550px) {
  .section__carts-empty::before {
    width: 258px;
    height: 253px;
  }
}
@media (max-width: 1180px) {
  .section__carts-empty::before {
    width: 155px;
    height: 158px;
    top: 207px;
  }
}
@media (max-width: 600px) {
  .section__carts-empty::before {
    top: 150px;
    width: 138px;
    height: 133px;
  }
}
.section__carts-empty::after {
  content: "";
  width: 218px;
  height: 213px;
  background-image: url(/assets/branch-left-81ac2c486fb90e0364d3c6951cd27ac6893c9658f333973eff12655fff194cf3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  top: 200px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1550px) {
  .section__carts-empty::after {
    width: 188px;
    height: 183px;
  }
}
@media (max-width: 600px) {
  .section__carts-empty::after {
    top: 350px;
    width: 158px;
    height: 153px;
  }
}
@media (max-width: 480px) {
  .section__carts-empty::after {
    top: 400px;
    width: 108px;
    height: 103px;
  }
}

.section__carts-empty-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 200px;
}

.section__carts-empty-text {
  max-width: 336px;
  padding: 0 10px 0 10px;
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
}

.pagination {
  text-align: center;
  margin-bottom: 134px;
}

.paginate-wrapper > .pagination {
  margin-bottom: 40px;
}

span.last, .prev {
  display: none;
}

.page {
  text-decoration: none;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-right: 15px;
}

.current {
  color: #548aac;
  font-weight: 600;
}

.gap {
  position: relative;
  color: rgba(0, 0, 0, 0);
}
.gap::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 1px;
  top: 11px;
  left: -7px;
  background-color: rgb(199, 229, 255);
}
@media (max-width: 480px) {
  .gap::after {
    top: 13px;
    width: 12px;
  }
}
@media (max-width: 306px) {
  .gap::after {
    top: 41px;
    left: -185px;
  }
}
@media (max-width: 290px) {
  .gap::after {
    display: none;
  }
}
.gap::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 1px;
  top: 11px;
  left: 19px;
  background-color: rgb(199, 229, 255);
}
@media (max-width: 480px) {
  .gap::before {
    top: 13px;
    left: 8px;
  }
}
@media (max-width: 306px) {
  .gap::before {
    top: 41px;
    left: -170px;
  }
}
@media (max-width: 290px) {
  .gap::before {
    display: none;
  }
}

.next, .first {
  color: rgb(199, 229, 255);
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  margin-right: 15px;
}

@media (max-width: 290px) {
  .first {
    display: none;
  }
}

@media (max-width: 290px) {
  .gap {
    display: none;
  }
}

a {
  text-decoration: none;
  color: #5E91B0;
}
@media (max-width: 480px) {
  a {
    font-size: 14px;
  }
}

.order__section {
  margin: 196px 0 100px 0;
}
.order__section::before {
  content: "";
  width: 243px;
  height: 287px;
  background-image: url(/assets/branch-left-81ac2c486fb90e0364d3c6951cd27ac6893c9658f333973eff12655fff194cf3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 494px;
  left: 0;
  z-index: -1;
}
@media (max-width: 1600px) {
  .order__section::before {
    top: 150px;
  }
}
@media (max-width: 1200px) {
  .order__section::before {
    width: 200px;
    height: 240px;
  }
}
@media (max-width: 700px) {
  .order__section::before {
    width: 170px;
    height: 210px;
  }
}
.order__section::after {
  content: "";
  width: 124px;
  height: 126px;
  background-image: url(/assets/branch-left-81ac2c486fb90e0364d3c6951cd27ac6893c9658f333973eff12655fff194cf3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  top: 230px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1080px) {
  .order__section::after {
    top: 1300px;
  }
}
@media (max-width: 600px) {
  .order__section .container {
    padding: 0 10px 0 10px;
  }
}

.order__section-wrapper::before {
  content: "";
  width: 200px;
  height: 228px;
  background-image: url(/assets/branch-left-81ac2c486fb90e0364d3c6951cd27ac6893c9658f333973eff12655fff194cf3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  bottom: -870px;
  left: 0;
  z-index: -1;
}
.order__section-wrapper::after {
  content: "";
  width: 366px;
  height: 371px;
  background-image: url(/assets/branch-left-81ac2c486fb90e0364d3c6951cd27ac6893c9658f333973eff12655fff194cf3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  bottom: -200px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1290px) {
  .order__section-wrapper::after {
    width: 150px;
    height: 160px;
    bottom: -750px;
  }
}
@media (max-width: 1080px) {
  .order__section-wrapper::after {
    width: 150px;
    height: 160px;
    bottom: -1100px;
  }
}
@media (max-width: 400px) {
  .order__section-wrapper::after {
    width: 100px;
    height: 110px;
  }
}

.order__title {
  text-align: left;
}
@media (max-width: 1100px) {
  .order__title {
    text-align: center;
  }
}

.order__section-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .order__section-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 765px) {
  .order__make-contacts-name {
    margin-right: 18px;
  }
  .order__make-contacts-em {
    margin-right: 18px;
  }
  .statte {
    margin-right: 18px;
  }
}
@media (max-width: 600px) {
  .order__make-contacts-name {
    margin-right: 0;
  }
  .order__make-contacts-em {
    margin-right: 0;
  }
  .statte {
    margin-right: 0;
  }
}
.map__google {
  width: 100%;
}

.order__make-products-wrapper {
  margin: 64px 0;
}

.order__make {
  max-width: 670px;
  width: 100%;
  margin-top: 39px;
}
@media (max-width: 1130px) {
  .order__make {
    margin-right: 20px;
  }
}
@media (max-width: 1090px) {
  .order__make {
    margin-right: 0;
  }
}

.order__make-products-title {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #000;
}
@media (max-width: 300px) {
  .order__make-products-title {
    font-size: 20px;
  }
}

.order__make-products-box {
  width: 100%;
  height: 104px;
  display: flex;
  justify-content: space-between;
  margin: 24px 0 47px 0;
  position: relative;
}
@media (max-width: 400px) {
  .order__make-products-box {
    flex-wrap: wrap;
    margin: 48px 0 90px 0;
  }
}
.order__make-products-box::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgb(180, 220, 255);
  position: absolute;
  top: -24px;
  left: 0;
  opacity: 0.7;
}
.order__make-products-box::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgb(180, 220, 255);
  position: absolute;
  bottom: -24px;
  left: 0;
  opacity: 0.7;
}
@media (max-width: 400px) {
  .order__make-products-box::before {
    bottom: -67px;
  }
}

.order__make-products-info {
  display: flex;
}
@media (max-width: 400px) {
  .order__make-products-info {
    margin-right: 45px;
  }
}
@media (max-width: 340px) {
  .order__make-products-info {
    margin-right: 0;
  }
}

.order__make-products-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 18px;
}

.order__make-products-price {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 400px) {
  .order__make-products-price {
    flex-direction: row;
    width: 100%;
    margin-top: 25px;
  }
}

.order__make-products-img {
  width: 92px;
  height: 104px;
  border-radius: 8px;
  object-fit: cover;
}

.order__make-products-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  text-transform: capitalize;
}
@media (max-width: 700px) {
  .order__make-products-name {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 300px) {
  .order__make-products-name {
    font-size: 17px;
    line-height: 20px;
  }
}

.order__make-price {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 700px) {
  .order__make-price {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 300px) {
  .order__make-price {
    font-size: 14px;
    line-height: 17px;
  }
}

.order__make-price-num {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-left: 16px;
}
@media (max-width: 350px) {
  .order__make-price-num {
    font-size: 16px;
  }
}
@media (max-width: 300px) {
  .order__make-price-num {
    font-size: 14px;
  }
}

.num-mar {
  margin-left: 4px;
}

.order__make-total {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}
@media (max-width: 700px) {
  .order__make-total {
    font-size: 20px;
    line-height: 24px;
  }
}

.order__make-edit {
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: rgb(199, 229, 255);
  border: none;
  padding: 0 0 0 39px;
  position: relative;
  background-color: #fff;
}
.order__make-edit::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/assets/edit-629fd2d970188badd91b50a90cf1ed7dfb07593e64f0fe005fe5d56e983c2965.svg);
  position: absolute;
  left: 3px;
  top: 1px;
  background-repeat: no-repeat;
  background-position: center;
}

.order__make-shipping-wrapper {
  margin-top: 42px;
}

.order__make-local, .order__make-shippingg {
  width: 100%;
  height: 64px;
  border: 1px solid rgb(180, 220, 255);
  border-radius: 4px;
  margin-bottom: 20px;
  transition: height 0.5s;
}

.order__make-local-label.order__make-local-label-payment {
  height: 20px;
  padding-top: 0;
}

.order__make-local.opened-local {
  height: 550px;
}
.order__make-local.opened-local .order__make-local-opened-wrapper {
  opacity: 1;
  position: relative;
  z-index: 0;
}

.order__make-shippingg.opened-shipping {
  height: 515px;
}
@media (max-width: 565px) {
  .order__make-shippingg.opened-shipping {
    height: 730px;
  }
}
.order__make-shippingg.opened-shipping .order__make-local-opened-wrapper {
  opacity: 1;
  position: relative;
  z-index: 0;
}

.order__make-local-label {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 64px;
  padding-top: 20px;
}

.order__make-local-label-input {
  cursor: pointer;
}

.order__make-local-label-input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -10;
}

.custom__radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid rgb(199, 229, 255);
  border-radius: 50%;
  margin: 0 13px 0 20px;
  vertical-align: top;
  position: relative;
}
.custom__radio::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: rgb(199, 229, 255);
  background-size: contain;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.2s ease-in;
}

.order__make-local-label-input:checked + .custom__radio::before {
  transform: translate(-50%, -50%) scale(1);
}

.checked {
  color: rgb(199, 229, 255);
}

#low-to-high, #high-to-low, #old-to-new, #new-to-old {
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
}

.sort__position {
  cursor: pointer;
}

.order__make-date-title {
  margin: 40px 0 8px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #1F1F1F;
}

.order__make-date-wrapper {
  max-width: 304px;
  width: 100%;
  height: 56px;
  border: 1px solid rgb(180, 220, 255);
  border-radius: 4px;
  padding: 0 16px;
  cursor: pointer;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  position: relative;
  background-color: inherit;
}
.order__make-date-wrapper:active, .order__make-date-wrapper:focus {
  outline: 0;
  outline-offset: 0;
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

input[type=date] {
  background-color: inherit;
}

.order__make-date-box {
  position: relative;
}

.order__make-date-box > svg {
  position: absolute;
  top: 50px;
  left: 267px;
}

.order__make-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.order__make-payment {
  margin: 40px 0;
}

.order__make-type {
  margin-top: 20px;
}

.order__make-type-wrapper {
  margin-top: 24px;
}

.order__make-contacts-wrapper {
  max-width: 670px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  position: relative;
}
.order__make-contacts-wrapper::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgb(180, 220, 255);
  position: absolute;
  bottom: -8px;
  left: 0;
}

@media (max-width: 745px) {
  .order__make-contacts-item.contacts__name {
    margin-right: 10px;
  }
}
@media (max-width: 710px) {
  .order__make-contacts-item.contacts__name {
    margin-right: 0;
  }
}

.order__make-contacts-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 1160px) {
  .order__make-contacts-box {
    margin-right: 19px;
  }
}
@media (max-width: 750px) {
  .order__make-contacts-box .order__make-contacts-item {
    max-width: 326px;
    width: 100%;
  }
}
@media (max-width: 750px) and (max-width: 710px) {
  .order__make-contacts-box .order__make-contacts-item {
    max-width: 710px;
  }
}
@media (max-width: 710px) {
  .order__make-contacts-box {
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .order__make-contacts-box .order__make-contacts-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .order__make-contacts-box {
    margin-right: 0;
  }
}

.order__make-contacts-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #1F1F1F;
  margin-bottom: 8px;
}

.order__make-contacts-input {
  width: 326px;
  height: 56px;
  background: #FFFEFE;
  border: 1px solid rgb(180, 220, 255);
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #9E9E9E;
  padding: 0 16px;
}
.order__make-contacts-input:active, .order__make-contacts-input:focus {
  outline: 0;
  outline-offset: 0;
  color: #000;
  border: 1px solid rgb(199, 229, 255);
}
@media (max-width: 750px) {
  .order__make-contacts-input {
    width: 100%;
  }
}
@media (max-width: 380px) {
  .order__make-contacts-input {
    margin-right: 0;
    width: 100%;
  }
}

.order__make-notes-wrapper {
  margin: 40px 0 100px 0;
  max-width: 670px;
  width: 100%;
}

.order__make-notes-input {
  width: 100%;
  min-height: 160px;
  background: #FFFEFE;
  border: 1px solid rgb(180, 220, 255);
  border-radius: 4px;
  resize: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #9E9E9E;
  padding: 16px 16px;
}
.order__make-notes-input:active, .order__make-notes-input:focus {
  outline: 0;
  outline-offset: 0;
  color: #000;
  border: 1px solid rgb(199, 229, 255);
}

.local-map {
  margin: 40px 20px 0 20px;
}

.local__place-wrapper {
  margin: 33px 0 20px 21px;
}

.local__text {
  display: flex;
  align-items: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  text-decoration: none;
}

.local__suport-box {
  margin: 24px 0 24px 0;
}

.local__place-box-home {
  margin-left: 2px;
}

.local__place-box-phone {
  margin-left: 3px;
}

.local__text-mail-img {
  margin-right: 10px;
  width: 20px;
  height: 16px;
  object-fit: cover;
}

.local__text-plase-img {
  margin-right: 12px;
}

.local__text-phone-img {
  margin-right: 13px;
  width: 14px;
  height: 22px;
  object-fit: cover;
}

.order__make-local-opened-wrapper {
  opacity: 0;
  position: absolute;
  z-index: -10;
  transition: all 0.3s;
}

.order__make-inputs-wrapper {
  margin: 20px 20px 0 20px;
}

.order__make-locate-box, .order__make-apart-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 565px) {
  .order__make-locate-box, .order__make-apart-box {
    flex-wrap: wrap;
  }
}

.order__make-inputs-title {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #1F1F1F;
}

.order__make-boxs {
  width: 100%;
  margin-bottom: 20px;
  max-width: 306px;
}
@media (max-width: 565px) {
  .order__make-boxs {
    width: 100%;
    margin-right: 0;
  }
}

.order__make-input-all {
  background: #FFFEFE;
  border: 1px solid rgb(180, 220, 255);
  border-radius: 4px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #9E9E9E;
  padding: 0 16px;
  height: 56px;
}
.order__make-input-all:active, .order__make-input-all:focus {
  outline: 0;
  outline-offset: 0;
  color: #000;
  border: 1px solid rgb(199, 229, 255);
}

.order__make-input-street {
  width: 100%;
}

.order__make-input-small {
  margin-right: 20px;
  width: 100%;
}

.order__make-input-floor {
  max-width: 304px;
  width: 100%;
}
@media (max-width: 565px) {
  .order__make-input-floor {
    max-width: none;
  }
}

.admin {
  margin: 200px 0 100px 0;
}
.admin .container__admin {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 10px 0 10px;
}
.admin .container__admin .admin__main-box {
  min-height: 726px;
  background: #FFFEFE;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  position: relative;
}
.admin .container__admin .admin__main-box .admin__nav {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  max-width: 290px;
  min-height: 726px;
  width: 100%;
}
.admin .container__admin .admin__main-box .admin__nav .admin__nav-wrapper {
  max-width: 290px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.admin__name-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.admin__name-box .admin-main-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 800px) {
  .admin__name-box .admin-main-photo {
    width: 54px;
    height: 54px;
  }
}
.admin__name-box .admin-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #000000;
  margin-top: 20px;
}

.order__box1-wrapper, .order__names-wrapper,
.order__info-wrapper {
  display: flex;
}
@media (max-width: 715px) {
  .order__box1-wrapper, .order__names-wrapper,
  .order__info-wrapper {
    width: 100%;
    justify-content: space-evenly;
  }
}

@media (max-width: 715px) {
  .order__info-titles__order-type {
    display: none;
  }
}
.order__info-titles__order-type-add {
  display: none;
  margin-right: 10px;
}
@media (max-width: 715px) {
  .order__info-titles__order-type-add {
    display: block;
  }
}

@media (max-width: 715px) {
  .ordee__info-btns-dox {
    margin-right: 10px;
  }
}

@media (max-width: 715px) {
  .order-item {
    width: 93px !important;
    margin-bottom: 20px;
  }
}

.admin-nav-img-color {
  fill: #808080;
}

.admin-link-active .admin-nav-img-color {
  fill: rgb(199, 229, 255);
}
.admin-link-active .admin-nav__link {
  color: rgb(199, 229, 255);
}

.admin__nav-box {
  margin-top: 90px;
  margin-left: 40px;
}
@media (max-width: 1050px) {
  .admin__nav-box {
    margin-left: 20px;
  }
}

.admin-nav__item {
  list-style: none;
  margin-bottom: 24px;
}
@media (max-width: 800px) {
  .admin-nav__item {
    width: 30px;
    margin-left: 3px;
  }
}

.admin-nav__link {
  height: 24px;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #808080;
}

.admin-nav-img {
  margin-right: 20px;
}

.admin__out-box {
  margin: 0 0 60px 40px;
}
@media (max-width: 1050px) {
  .admin__out-box {
    margin-left: 23px;
  }
}

.admin__log-out {
  height: 28px;
  display: flex;
  align-items: center;
  width: 110px;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #808080;
}
.admin__log-out .admin__log-out-photo {
  margin-right: 20px;
}

@media (max-width: 755px) {
  .top-box.top-box-collection {
    justify-content: center;
  }
}

@media (max-width: 755px) {
  .create__new-btn.collection__create__new-btn {
    margin: 0 20px 0 20px;
  }
}
@media (max-width: 751px) {
  .create__new-btn.collection__create__new-btn {
    margin-top: 20px;
  }
}

@media (max-width: 800px) {
  .admin-nav__link-title {
    display: none;
  }
  .admin-nav-img {
    margin-right: 0;
  }
  .admin-main-photo {
    width: 54px;
    height: 54px;
  }
}
.order__list {
  width: 100%;
  padding: 40px 20px 40px 20px;
}

.admin-page__title {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 43px;
  text-transform: uppercase;
  color: #000000;
  margin-left: 20px;
}

.order__info-titles-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #808080;
}

.order__list-wrapper {
  margin-top: 25px;
}
@media (max-width: 715px) {
  .order__list-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.decor__class {
  position: relative;
}
@media (max-width: 715px) {
  .decor__class::before {
    content: "";
    width: 90%;
    height: 1px;
    background-color: #DCDCDC;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
  }
}
@media (max-width: 715px) and (max-width: 460px) {
  .decor__class::before {
    width: 100%;
  }
}

.order__info-titles {
  height: 37px;
  display: flex;
  align-items: center;
}
@media (max-width: 1160px) {
  .order__info-titles {
    height: 152px;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #DCDCDC;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border-radius: 5px;
  }
}
@media (max-width: 715px) {
  .order__info-titles {
    height: 286px;
    max-width: 400px;
    width: 100%;
  }
}

.order__box2-wrapper, .ordee__info-btns-dox {
  display: flex;
}

.order__box1 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1160px) {
  .order__box1 {
    padding: 13px;
  }
}
@media (max-width: 715px) {
  .order__box1 {
    flex-direction: column;
    justify-content: space-evenly;
    padding-bottom: 0;
  }
}
.order__box1::before {
  content: "";
  position: absolute;
  left: 12px;
  bottom: 0;
  width: 95%;
  height: 1px;
  background-color: #DCDCDC;
  display: none;
}
@media (max-width: 1160px) {
  .order__box1::before {
    display: block;
  }
}
@media (max-width: 715px) {
  .order__box1::before {
    display: none;
  }
}

.order__box2 {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 1160px) {
  .order__box2 {
    padding: 13px;
  }
}
@media (max-width: 715px) {
  .order__box2 {
    justify-content: space-evenly;
    padding-top: 0;
  }
}

.order__info-titles-text.order__info-titles-text-ad {
  margin-bottom: 15px;
}

.order__info-titles__num {
  width: 56px;
  margin-right: 10px;
}

.order__info-titles__status {
  width: 121px;
  margin-right: 10px;
}

.order__info-titles__first-name {
  width: 107px;
  margin-right: 10px;
}

.order__info-titles__last-name {
  width: 120px;
  margin-right: 10px;
}

.order__info-titles__cost {
  width: 92px;
  margin-right: 10px;
}

.order__info-titles__data {
  width: 94px;
  margin-right: 10px;
}

.order__info-titles__order-type {
  width: 102px;
  margin-right: 10px;
}

.order__info-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.order__info-text-prise {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.order__info-text-status-new {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-left: 18px;
  position: relative;
}
.order__info-text-status-new::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #1DD100;
  border-radius: 50%;
  position: absolute;
  left: -18px;
  top: 4px;
}

.order__info-text-status-progress {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-left: 18px;
  position: relative;
}
.order__info-text-status-progress::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #FFC700;
  border-radius: 50%;
  position: absolute;
  left: -18px;
  top: 4px;
}

.order__info-text-status-received {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-left: 18px;
  position: relative;
}
.order__info-text-status-received::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #0029FF;
  border-radius: 50%;
  position: absolute;
  left: -18px;
  top: 4px;
}

.order__info-text-status-returned {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-left: 18px;
  position: relative;
}
.order__info-text-status-returned::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #FF0000;
  border-radius: 50%;
  position: absolute;
  left: -18px;
  top: 4px;
}

.order__info-text-status-canceled {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-left: 18px;
  position: relative;
}
.order__info-text-status-canceled::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #FF7A00;
  border-radius: 50%;
  position: absolute;
  left: -18px;
  top: 4px;
}

.order__info-view {
  width: 32px;
  height: 32px;
  background: rgb(199, 229, 255);
  border-radius: 4px;
  border: none;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}
.order__info-view::before {
  content: "";
  width: 22px;
  height: 16px;
  background-image: url(/assets/view-btn-8f07ac07e647e0bc2b4febb65a4e8583c3a4832889c1ca9cab5b922071a7082d.svg);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.order__info-delete {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid rgb(199, 229, 255);
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.order__info-delete::before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(/assets/close-9f68e16542d8a1638c82c8a4f60aefbe4a5b904078825e45c025a0d2600f55da.svg);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.order__info-item {
  position: relative;
}
.order__info-item::before {
  content: "";
  position: absolute;
  width: 88%;
  height: 1px;
  background-color: #DCDCDC;
  top: 0;
  left: 0;
}
@media (max-width: 1160px) {
  .order__info-item::before {
    display: none;
  }
}

.order__info-titles-text-ad {
  display: none;
}
@media (max-width: 1160px) {
  .order__info-titles-text-ad {
    display: block;
  }
}

.order__info-titles.decktop {
  display: flex;
}
@media (max-width: 1160px) {
  .order__info-titles.decktop {
    display: none;
  }
}

.admin-collection__list {
  max-width: 880px;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 982px) {
  .admin-collection__list {
    padding-bottom: 55px;
  }
}

@media (max-width: 1050px) {
  .admin .container__admin .admin__main-box .admin__nav {
    max-width: 178px;
  }
}
@media (max-width: 800px) {
  .admin .container__admin .admin__main-box .admin__nav {
    max-width: 74px;
  }
}

.top-box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  align-items: center;
}
@media (max-width: 800px) {
  .top-box {
    flex-wrap: wrap;
  }
}

.sort.admin-products__sort {
  margin-left: 40px;
  z-index: 1;
}
@media (max-width: 780px) {
  .sort.admin-products__sort {
    margin-top: 20px;
  }
}

.admin-page__title-collection {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 43px;
  text-transform: uppercase;
  color: #000000;
  margin-left: 40px;
}
@media (max-width: 470px) {
  .admin-page__title-collection {
    font-size: 20px;
    line-height: 27px;
  }
}

@media (max-width: 500px) {
  .admin-page__title-collection.admin-page__title-collections {
    margin-left: 0;
  }
}

@media (max-width: 470px) {
  .sort .sort__btn .sort__text {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 930px) {
  .admin-settings.admin__create-collection {
    padding-bottom: 110px;
  }
}
@media (max-width: 490px) {
  .admin-settings.admin__create-collection {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.create__new-btn {
  width: 140px;
  height: 40px;
  background: rgb(199, 229, 255);
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 490px) {
  .create__new-btn {
    width: 110px;
  }
}

.admin-settings-password {
  margin-right: 45px;
}
@media (max-width: 800px) {
  .admin-settings-password {
    margin-right: 0;
  }
}
@media (max-width: 491px) {
  .admin-settings-password {
    width: 100%;
  }
}

.admin-collection__wraapper {
  margin: 30px 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.admin-collection__wraapper .admin-collection__box {
  max-width: 289px;
  width: 100%;
  height: 163px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  margin: 0 20px 15px 20px;
}
@media (max-width: 470px) {
  .admin-collection__wraapper .admin-collection__box {
    max-width: 236px;
    height: 140px;
    margin: 0 20px 15px 0;
  }
}
.admin-collection__wraapper .admin-collection__box::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  left: 0;
}

.admin-collection__title {
  font-family: "Playfair Display";
  font-weight: 500;
  font-size: 28px;
  line-height: 37px;
  margin-top: 5px;
  text-transform: capitalize;
}
@media (max-width: 470px) {
  .admin-collection__title {
    font-size: 18px;
    line-height: 24px;
  }
}

.admin-collection__info-block {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.order__make-edit.admin-edit {
  padding: 0 0 0 33px;
}
@media (max-width: 470px) {
  .order__make-edit.admin-edit {
    padding: 0 0 0 25px;
    font-size: 14px;
  }
}

.remove__cart-btn.admin-remove {
  padding-left: 33px;
}
@media (max-width: 470px) {
  .remove__cart-btn.admin-remove {
    padding-left: 20px;
  }
}

.admin-collection-photo {
  width: 88px;
  height: 100px;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 470px) {
  .admin-collection-photo {
    width: 70px;
    height: 80px;
  }
}

.additional-block {
  max-width: 289px;
  width: 100%;
  margin: 0 20px;
}

.admin-product__collection-name {
  display: flex;
  align-items: center;
  position: absolute;
  top: 16px;
  left: 105px;
}
@media (max-width: 470px) {
  .admin-product__collection-name {
    left: 80px;
  }
}
.admin-product__collection-name .admin-product__collection-name-photo {
  margin-right: 15px;
}
@media (max-width: 470px) {
  .admin-product__collection-name .admin-product__collection-name-photo {
    margin-right: 7px;
  }
}
.admin-product__collection-name .collection-name-titlee {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #808080;
}
@media (max-width: 470px) {
  .admin-product__collection-name .collection-name-titlee {
    font-size: 14px;
    line-height: 28px;
  }
}

.create__new-btn-product {
  margin-bottom: 35px;
}

.admin-products-btn-box {
  position: absolute;
  bottom: 0;
  right: 0;
}

.admin-settings {
  max-width: 880px;
  width: 100%;
  padding: 40px;
  position: relative;
}
@media (max-width: 930px) {
  .admin-settings {
    flex-wrap: wrap;
    padding-bottom: 170px;
  }
}
@media (max-width: 490px) {
  .admin-settings {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.admin-create-collection-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .admin-create-collection-top {
    display: block;
  }
}

.admin-settings-create__products-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 930px) {
  .admin-settings-create__products-wrapper {
    flex-wrap: wrap;
  }
}

.admin-settings-title {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 43px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.admin-settings-text {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #1F1F1F;
}

.admin-settings-inp {
  margin-bottom: 20px;
  max-width: 307px;
  width: 100%;
  height: 56px;
  background: #FFFEFE;
  border: 1px solid rgb(180, 220, 255);
  border-radius: 4px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 0 16px;
}
.admin-settings-inp:active, .admin-settings-inp:focus {
  outline: 0;
  outline-offset: 0;
  border: 1px solid rgb(199, 229, 255);
}

.admin-settings-profile-photo {
  margin-top: 63px;
  max-width: 307px;
  width: 100%;
}

.preview {
  max-width: 307px;
  width: 100%;
  height: 307px;
  border: 1px solid rgb(180, 220, 255);
  border-radius: 4px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/assets/upload-2507b69a5335e527021e4e71e98723d48fa0146e5998ef207eed3076efee87fd.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.form-input img {
  display: none;
  max-width: 305px;
  max-height: 305px;
  object-fit: cover;
  border-radius: 4px;
}

.form-input input {
  display: none;
}

.form-input label {
  display: block;
  width: 307px;
  height: 40px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
  background: rgb(199, 229, 255);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 440px) {
  .form-input label {
    max-width: 307px;
    width: 100%;
  }
}

.cencel-btn-product {
  border: 1px solid rgb(199, 229, 255);
  border-radius: 4px;
  cursor: pointer;
  width: 140px;
  height: 40px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: rgb(199, 229, 255);
  background-color: #fff;
  margin-right: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 490px) {
  .cencel-btn-product {
    width: 110px;
  }
}

.create__new-btn.create__new-btn-product.save-button {
  margin-right: 0;
}

.carts__total.admin-carts__total {
  margin-bottom: 0;
}

.admin-order {
  background-color: #fff;
  padding: 0;
  border: none;
  cursor: pointer;
  margin-top: 4px;
  margin-bottom: 4px;
}

.order__info-text-status-progress {
  width: 75px;
}

.order__info-text-status-received, .order__info-text-status-returned, .order__info-text-status-canceled {
  width: 62px;
}

.admin-order.open {
  padding: 0 0 0 17px;
  width: 120px;
  transition: none;
}

.status-admin-arrow {
  width: 10px;
  height: 17px;
}

.sort__btn.admin-sort-btn {
  width: 107px;
}

.status-admin-arrow {
  margin-left: 5px;
}

.dropdown-content.admin-order {
  display: none;
}

.admin__title-status-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 670px;
  width: 100%;
  margin-bottom: 69px;
}
@media (max-width: 825px) {
  .admin__title-status-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 580px) {
  .admin__title-status-wrapper {
    flex-direction: column;
  }
}

.admin-status__box {
  display: flex;
  align-items: center;
}
@media (max-width: 825px) {
  .admin-status__box {
    margin-left: 40px;
  }
}

.set-status {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-right: 15px;
}

.carts__title.order__title {
  margin-bottom: 0;
}

.admin-settings-profile-box {
  position: absolute;
  bottom: 15px;
  right: 40px;
  max-width: 308px;
  width: 100%;
  display: flex;
}
@media (max-width: 930px) {
  .admin-settings-profile-box {
    left: 38px;
  }
}
@media (max-width: 490px) {
  .admin-settings-profile-box {
    left: 9px;
  }
}

.preview.preview-collection {
  height: 350px;
}

.admin__path {
  margin-bottom: 25px;
  margin-top: 16px;
  height: 24px;
  display: flex;
  align-items: center;
}

.admin__collection-link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: rgb(199, 229, 255);
  margin-right: 8px;
}

.admin__collection-curent {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000000;
  margin-left: 8px;
}

.preview.preview-products {
  height: 307px;
}

.admin-products-add-img {
  max-width: 306px;
  width: 100%;
  height: 40px;
  border: 1px solid rgb(199, 229, 255);
  border-radius: 4px;
  cursor: pointer;
  background-color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: rgb(199, 229, 255);
  margin-bottom: 15px;
}
.admin-products-add-img:hover {
  background-color: rgb(199, 229, 255);
  color: #fff;
  border: none;
}

.admin__products-info-box {
  max-width: 307px;
  width: 100%;
}

.sort.sort__select {
  margin-top: 15px;
  margin-bottom: 26px;
}

.nested-form-wrapper > img {
  max-width: 307px;
  max-height: 307px;
  border-radius: 4px;
}

.admin-settings-inp.admin-settings-inp-desc {
  height: 350px;
  padding: 10px;
  margin-bottom: 70px;
  resize: none;
}

.admin-settings-profile-box.create__products {
  bottom: 20px;
  display: flex;
}

.form-input.create__products {
  margin-bottom: 20px;
}

.form-input > label {
  margin: 15px 0;
}

.sort__wrapper-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: -66px;
}
@media (max-width: 930px) {
  .sort__wrapper-box {
    margin-top: 0;
    justify-content: flex-start;
  }
}

.sort__position > input {
  display: none;
}

.admin-settings-password > img {
  max-height: 307px;
  max-width: 307px;
  border-radius: 4px;
}

.by-now-wrapper {
  margin-bottom: 100px;
  width: 100%;
}
.by-now-wrapper .container {
  width: 100%;
}
@media (max-width: 400px) {
  .by-now-wrapper .container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 10px 0 10px;
  }
}
.by-now-wrapper .container .by-now-title {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 43px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 369px) {
  .by-now-wrapper .container .by-now-title {
    font-size: 25px;
  }
}
.by-now-wrapper .container form {
  width: 100%;
}
.by-now-wrapper .container form .inputs-box {
  width: 100%;
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .by-now-wrapper .container form .inputs-box {
    gap: 15px;
  }
}
.by-now-wrapper .container form .inputs-box input {
  font-family: "Inter";
  width: 100%;
  height: 56px;
  background: #FFFEFE;
  border: 1px solid rgb(180, 220, 255);
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  padding: 0 16px;
  color: #000;
}
.by-now-wrapper .container form .inputs-box input:active, .by-now-wrapper .container form .inputs-box input:focus {
  outline: 0;
  outline-offset: 0;
  color: #000;
  border: 1px solid rgb(199, 229, 255);
}
.by-now-wrapper .container form .inputs-box input::placeholder {
  color: #9E9E9E;
}
.by-now-wrapper .container form textarea {
  font-family: "Inter";
  width: 100%;
  height: 100px;
  resize: none;
  background: #FFFEFE;
  border: 1px solid rgb(180, 220, 255);
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  padding: 10px 16px;
  color: #000;
}
.by-now-wrapper .container form textarea:active, .by-now-wrapper .container form textarea:focus {
  outline: 0;
  outline-offset: 0;
  color: #000;
  border: 1px solid rgb(199, 229, 255);
}
.by-now-wrapper .container form textarea::placeholder {
  color: #9E9E9E;
}
.by-now-wrapper .container form .submit-box {
  display: flex;
  justify-content: end;
  margin-top: 20px;
  flex-direction: column;
  align-items: center;
}
.by-now-wrapper .container form .submit-box .product-rent {
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  width: 470px;
  height: 60px;
  background: rgb(199, 229, 255);
  border-radius: 4px;
  border: none;
  text-transform: uppercase;
  margin: 16px 0 0 auto;
}
@media (max-width: 500px) {
  .by-now-wrapper .container form .submit-box .product-rent {
    height: 55px;
    width: 100%;
  }
}

.link-to-admin {
  margin-right: 30px;
}
.link-to-admin .admin-link {
  color: #fff;
}

.nav.scrolling .link-to-admin .admin-link {
  color: #001F33;
}

.popup-bg {
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.popup-bg.active {
  height: 100vh;
}

.popup {
  width: calc(100% - 40px);
  max-width: 600px;
  padding: 30px;
  background-color: rgba(199, 229, 255, 0.85);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 1000;
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popup.active {
  transform: translate(-50%, -50%) scale(1);
}
.popup .button-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  transition: transform 0.3s;
  cursor: pointer;
}
.popup .button-close:hover {
  transform: scale(1.1);
}
.popup .button-close::after {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup .button-close::before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup .title {
  font-family: "Blacksword";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 38px;
  color: #000000;
  text-align: center;
}
.popup .input-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.popup .input-box label {
  font-family: "Inter";
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.popup .input-box input {
  width: 100%;
  height: 50px;
  background: #FFFEFE;
  border: 1px solid rgb(180, 220, 255);
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #9E9E9E;
  padding: 0 16px;
}
.popup .input-box input:active, .popup .input-box input:focus {
  outline: 0;
  outline-offset: 0;
  color: #000;
  border: 1px solid rgb(199, 229, 255);
}
.popup .send {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
  background: rgb(132, 191, 242);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.popup .send:hover {
  background: #5E91B0;
}
