@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe/Circe-Light.eot');
  src: local('Circe Light'), local('Circe-Light'),
    url('../fonts/Circe/Circe-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Circe/Circe-Light.woff2') format('woff2'),
    url('../fonts/Circe/Circe-Light.woff') format('woff'),
    url('../fonts/Circe/Circe-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Circe Extra';
  src: url('../fonts/Circe/Circe-ExtraBold.eot');
  src: local('Circe Extra Bold'), local('Circe-ExtraBold'),
    url('../fonts/Circe/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Circe/Circe-ExtraBold.woff2') format('woff2'),
    url('../fonts/Circe/Circe-ExtraBold.woff') format('woff'),
    url('../fonts/Circe/Circe-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe/Circe-Thin.eot');
  src: local('Circe Thin'), local('Circe-Thin'),
    url('../fonts/Circe/Circe-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Circe/Circe-Thin.woff2') format('woff2'),
    url('../fonts/Circe/Circe-Thin.woff') format('woff'),
    url('../fonts/Circe/Circe-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe/Circe-Regular.eot');
  src: local('Circe'), local('Circe-Regular'),
    url('../fonts/Circe/Circe-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Circe/Circe-Regular.woff2') format('woff2'),
    url('../fonts/Circe/Circe-Regular.woff') format('woff'),
    url('../fonts/Circe/Circe-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe/Circe-Bold.eot');
  src: local('Circe Bold'), local('Circe-Bold'),
    url('../fonts/Circe/Circe-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Circe/Circe-Bold.woff2') format('woff2'),
    url('../fonts/Circe/Circe-Bold.woff') format('woff'),
    url('../fonts/Circe/Circe-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: 'Circe';
  font-size: 16px;
  line-height: 32px;
  font-weight: 350;
  background: url('../images/pattern-inner.png');
}
/*body.inner {
  background: url('../images/pattern-inner.png');
}*/
a {
  display: inline-block;
}
a, input {
  outline: none;
}
.caption {
  font-size: 64px;
  font-weight: 350;
  margin-bottom: 42px;
}
h1, h2, p,
a:not(.navbar-brand),
.popular-slide-title a {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
h1.visible,
h2.visible,
p.visible,
a.visible,
.popular-slide-title.visible a {
  opacity: 1;
  transform: translateY(0);
}
.btn {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  padding: 0 37px;
  border-radius: 10px;
}
.btn.light {
  background: #fff;
  color: #000;
}
.btn.dark {
  background: #000;
  color: #fff;
}
.checkbox-input {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0 10px 0 0;
  top: 5px;
  position: relative;
}
.checkbox-input:checked {
  background-color: #000;
  border-color: #000;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.image {
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
}
.image img {
  transition: transform 0.5s ease;
  width: 100%;
}
.image img:hover {
  transform: scale(1.1);
}
.inner {
  padding-top: 96px;
}
header {
  position: relative;
}
.fixed-top {
  position: fixed !important;
}
.navbar {
  padding: 20px 0;
  width: 100%;
  z-index: 9;
  transition: background-color 1s ease;
}
.navbar .container {
  height: 56px;
}
/*.navbar.active {
  background: rgba(0, 0, 0, 0.7);
  transition: background-color 1s ease;
}*/
.navbar.active {
  background: rgba(255, 255, 255, 0.8);
  transition: background-color 1s ease;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
.navbar.show-menu {
  background: #fff;
}
.navbar .right {
  display: flex;
  position: relative;
  align-items: center;
}
.inner .navbar {
  position: relative;
}
.navbar-brand {
  padding: 0;
  margin: 0;
  position: absolute;
  transform: scale(2.5);
  left: calc(50% - 25px);
  top: 150px;
  transition: top 0.5s ease, transform 0.5s ease;
}
.navbar.active .navbar-brand,
.navbar.show-menu .navbar-brand {
  top: 20px;
  transform: scale(1);
}
.inner .navbar-brand {
  top: 20px;
  left: calc(50% - 25px);
  transform: scale(1);
}
.navbar-brand .logo-name {
  width: 200px;
}
.navbar-collapse {
  flex-grow: 0;
}
.nav-link {
  font-weight: 400;
  color: #fff;
  padding: 0 !important;
  margin: 0 36px;
}
.nav-link:first-child {
  margin-left: 0;
}
.nav-link:focus, .nav-link:hover {
  color: #fff;
}
.inner .nav-link,
.navbar.active .nav-link,
.navbar.show-menu .nav-link {
  color: #000;
}
.catalog-link {
  background: url('../images/catalog-link.svg') 0 center no-repeat;
  padding-left: 50px !important;
}
.inner .catalog-link,
.active .catalog-link {
  background: url('../images/catalog-link-black.svg') 0 center no-repeat;
}
.navbar.show-menu .catalog-link {
  background: url('../images/close.svg') 0 center no-repeat;
}
.contacts a {
  text-decoration: none;
  font-weight: 400;
  color: #fff;
}
.inner .navbar .contacts a {
  color: #000;
}
.social {
  margin-right: 30px;
  display: flex;
}
.social a {
  margin-right: 20px;
}
.social a:last-child {
  margin: 0;
}
.navbar .black {
  display: none;
}
.navbar .white {
  display: block;
}
.navbar.active .black,
.navbar.show-menu .black {
  display: block;
}
.navbar.active .white,
.navbar.show-menu .white {
  display: none;
}
.search {
  display: flex;
}
.search-btn a {
  background: url('../images/search.svg') center center no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-right: 10px;
  display: block;
}
.inner .search-btn a,
.active .search-btn a,
.show-menu .search-btn a  {
  background: url('../images/search-black.svg') center center no-repeat;
}
.icon-favorites {
    margin-right: 10px;
}
.icon-favorites span {
    position: absolute;
    color: #000;
    top: 10px;
    font-weight: bold;
    left: 24px;
    font-size: 13px;
}
.active .icon-favorites path,
.show-menu .icon-favorites path,
.inner .icon-favorites path {
    fill: #000;
}
.account a {
  display: block;
  background: url('../images/account.svg') 0 center no-repeat;
  padding-left: 40px;
  font-weight: 400;
  color: #fff;
}
.inner .account a,
.active .account a,
.show-menu .account a {
  background: url('../images/account-black.svg') 0 center no-repeat;
  color: #000;
}
.navbar.show-menu {
  background: #fff;
}
.main-menu {
  position: absolute;
  left: -9999px;
  top: 96px;
  background: #fff;
  width: 100%;
  height: 10000px;
  opacity: 0;
  transition: opacity 1s ease;
}
.show-menu .main-menu {
  left: 0;
  opacity: 1;
}
.main-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.main-menu ul a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  font-size: 20px;
}
.slide {
  background-size: cover !important;
  text-align: center;
  color: #fff;
  padding: 307px 0 249px 0;
  overflow: hidden;
  height: 100vh;
}
.slide video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}
.slide-title {
  font-size: 64px;
  margin-bottom: 24px;
  font-weight: 350;
}
.slide-text {
  font-weight: 400;
  margin-bottom: 73px;
}
.text-block {
  padding-top: 172px;
}
.text-block .image img {
  width: 100%;
  border-radius: 20px;
}
.text-block .video {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
    border-radius: 20px;
}
.text-block .video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.text-block p {
  margin-bottom: 52px;
}
.text-block a {
  color: #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}
.text-block .text {
  color: #000;
}
.text-block.left .col-lg-6:first-child {
  display: flex;
  align-items: center;
}
.text-block.left .text {
  padding-right: 75px;
}
.text-block.right .col-lg-6:last-child {
  display: flex;
  align-items: center;
}
.text-block.right .text {
  padding-left: 75px;
}
.inner .text-block {
  padding-top: 130px;
}
.event .text-block .caption {
  font-size: 48px;
}
#popular {
  padding-top: 172px;
  color: #fff;
  text-align: center;
}
#popular h2 {
  margin-bottom: 24px;
  color: #000;
}
#popular .favorite {
  right: 12px;
}
.swiper-container {
  width: 100%;
  overflow: hidden;
}
.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  overflow: hidden;
}
.product-slider .video {
    width: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}
.product-slider .swiper-slide a {
    width: 100%;
}
.swiper-slide img {
  width: 100%;
}
.swiper-pagination {
  z-index: 4;
}
.popular-slide-image {
  position: relative;
}
.popular-slide-image .hover {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.popular-slide-image .hover .btn {
  z-index: 5;
}
.popular-slide-image .hover::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid #fff;
  border-radius: 20px;
}
.popular-slide-image:hover .hover {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popular-slide-image:hover img {
  transform: scale(1.1);
}
.popular-slide-title {
  margin-top: 14px;
}
.popular-slide-title a {
  font-size: 24px;
  color: #000;
  text-decoration: none;
  opacity: 1;
}
.swiper-elements {
  display: flex;
  align-items: center;
  justify-content: center;
}
#popular .swiper-elements {
  margin-bottom: 42px;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  position: relative;
}
.swiper-button-next {
  background: url('../images/arrow-right.svg') 0 center no-repeat;
  width: 47px;
  height: 8px;
  margin: 0 0 0 16px;
}
.swiper-button-prev {
  background: url('../images/arrow-left.svg') 0 center no-repeat;
  width: 47px;
  height: 8px;
  margin: 0 16px 0 0;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-pagination {
  width: auto !important;
  bottom: 1px !important;
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #000;
  opacity: 1;
  margin: 0 5px !important;
}
.swiper-pagination-bullet-active {
  background: #E15931;
}
#why {
  margin-top: 172px;
  background-size: cover !important;
  position: relative;
}
#why video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.why-content {
  color: #fff;
  padding: 543px 0 112px 0;
}
.why-content .caption {
  margin-bottom: 24px;
}
.why-content p:last-child {
  margin: 0;
}
.form-group {
    position: relative;
}
#gallery {
  padding-top: 172px;
}
#gallery .swiper-elements {
  margin-top: 42px;
}
#gallery .gallery-slide-image .video {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
#gallery .gallery-slide-image .video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
#order-form {
  color: #fff;
  text-align: center;
  padding-top: 162px;
}
#order-form .caption {
  margin-bottom: 24px;
}
#order-form p {
  margin-bottom: 62px;
  font-size: 20px;
}
#quickOrder {
    border-radius: 15px;
}
#quickOrder h2.caption {
    font-size: 34px;
}
.delivery-map {
    height: 400px !important;
    margin: 0 !important;
}
#deliveryCheck {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 !important;
    width: auto !important;
    height: 36px;
    line-height: 36px;
    padding: 0 14px;
    font-size: 16px;
}
#quickOrder input[name="address"] {
    margin-bottom: 10px !important;
}
#deliveryInfo {
    margin: 0 0 10px 10px;
}
#order-form form,
#quickOrder form,
#auth form,
#register form,
#forgot form,
#change form,
#password form {
  width: 384px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
#order-form form input[type="text"],
#quickOrder form input[type="text"],
#auth form input[type="text"],
#auth form input[type="password"],
#register form input[type="text"],
#register form input[type="email"],
#register form input[type="password"],
#forgot form input[type="text"],
#change form input[type="text"],
#change form input[type="email"],
#change form input[type="password"],
#password form input[type="password"] {
  height: 40px;
  line-height: 40px;
  border: none;
  border-bottom: 1px solid #fff;
  background: none;
  margin-bottom: 42px;
  color: #fff;
  font-size: 20px;
  padding: 0 10px;
  width: 100%;
  border-radius: 0;
}
#quickOrder form input[type="text"],
#auth form input[type="text"],
#auth form input[type="password"],
#register form input[type="text"],
#register form input[type="email"],
#register form input[type="password"],
#forgot form input[type="text"],
#change form input[type="text"],
#change form input[type="email"],
#change form input[type="password"],
#password form input[type="password"] {
    border-bottom: 1px solid #000;
    color: #000;
}
#order-form form input[type="submit"],
#quickOrder .btn,
#auth .btn,
#register .btn,
#forgot .btn,
#change .btn,
#password .btn {
  margin-top: 20px;
  border-radius: 10px;
  width: 100%;
}
#auth,
#register,
#forgot,
#change,
#password {
    margin-top: 60px;
}
#auth h2,
#register h2,
#forgot h2,
#change h2,
#password h2 {
    text-align: center;
    margin-bottom: 30px;
}
#auth .btn,
#register .btn,
#forgot .btn,
#change .btn,
#password .btn {
    background: #000;
    color: #fff;
}
#auth .links,
#register .links {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
#auth .links a,
#register .links a {
    color: #000;
}
#forgot-text {
    margin-top: 60px;
    text-align: center;
}
#catalog-top {
  background-size: cover !important;
}
.ct-content {
  padding: 205px 0 32px 0;
  color: #fff;
}
.ct-content h1 {
  font-size: 64px;
  font-weight: 350;
  margin-bottom: 14px;
}
.ct-content p:last-child {
  margin: 0;
}
#catalog,
#favorites {
  padding-top: 82px;
}
.catalog-menu {
  margin-bottom: 30px;
}
.catalog-menu .swiper-slide {
  flex-shrink: 0;
  width: auto;
  padding: 0 0 10px 0;
  white-space: nowrap;
}
.catalog-menu a {
  font-size: 20px;
  color: #000;
  text-decoration: none;
  line-height: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 0 20px;
  transition: background-color 1s ease;
}
.catalog-menu a.active,
.catalog-menu a:hover {
  background: #000;
  color: #fff;
}
.product {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  text-align: center;
  text-decoration: none;
  margin-bottom: 42px;
  position: relative;
}
.ajax .product,
.ajax .product-title,
.ajax .product-price {
    opacity: 1;
    transform: translateY(0);
}
.product .favorite {
  right: 12px;
}
.product img {
  width: 100%;
}
.product p {
  margin: 14px 0 0 0;
}
.product p.product-price {
  font-weight: 400;
}
.load-more {
  height: 34px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.load-more img {
  margin-right: 20px;
}
.load-more span {
  text-decoration: underline;
  font-size: 24px;
}
#product {
  padding-top: 40px;
}
#product .col-lg-6 {
  position: relative;
}
#product .picl {
  display: flex;
  align-items: center;
}
.product-slider-wrapper {
  padding-right: 20px;
  position: relative;
}
.product-slider-navigation {
  position: absolute;
  top: 20px;
  left: 32px;
}
.product-slider-navigation .swiper-wrapper {
  display: flex;
  flex-direction: column;
  width: auto;
}
.product-slider-navigation .swiper-slide {
  width: 52px !important;
  height: auto;
  margin-bottom: 12px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.product-slider-navigation .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #6D2439;
}
.product-slider-navigation .video video {
    object-fit: cover;
    height: 100%;
}
.product-info {
  padding-left: 20px;
}
.product-info h1 {
  font-weight: 350;
  font-size: 48px;
  margin-bottom: 24px;
}
.product-text p:last-child {
  margin-bottom: 0
}
.product-info .counter {
  display: flex;
  background: #eee;
  border-radius: 25px;
  margin-right: 20px;
  padding: 5px;
}
.product-info .counter .minus,
.product-info .counter .plus {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.product-info .counter .minus {
  background: url('../images/minus.svg') center center no-repeat
}
.product-info .counter .plus {
  background: url('../images/plus.svg') center center no-repeat
}
.product-info .counter input {
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 40px;
  font-size: 20px;
  text-align: center;
  background: none;
  border: none;
}
.product-info .product-price {
  font-size: 32px;
  font-weight: 400;
  color: #6D2439;
}
.product-info .btn {
  margin-top: 24px;
}
.product-info .cp-wrapper {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.product-info .additional {
  margin-top: 80px;
}
.product-info .additional h2 {
  margin-bottom: 20px;
}
.product-info .additional ul {
  list-style-type: none;
  padding: 0;
}
.product-info .additional li {
  position: relative;
}
.product-info .additional li span {
  cursor: pointer;
}
.add-info {
  display: none;
}
.add-info .image {
  width: 80px;
  margin-right: 20px;
  flex-shrink: 0;
  border-radius: 0;
}
.add-info .image img {
  width: 100%;
  border-radius: 5px;
}
.add-info h3 {
  font-size: 20px;
}
.add-info p {
  margin: 0;
  line-height: 20px;
}
.product-info .additional label:hover .add-info {
  display: flex;
  position: absolute;
  background: #fff;
  box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px;
  width: 340px;
  right: 0;
  top: 0;
}
.favorite {
  background: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 9;
  border-radius: 15px;
  right: 32px;
  top: 12px;
  cursor: pointer;
}
.favorite svg {
    position: relative;
    top: -2px;
}
.favorite._active_ path {
    fill-rule: inherit;
    fill: red;
}
.product-slider-wrapper .favorite svg {
    position: relative;
    top: -1px;
    left: 4px;
}
.product-description {
  margin-top: 82px;
}
.pd-caption {
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
  margin-bottom: 42px;
}
.pd-caption h2 {
  font-weight: 350;
  font-size: 36px;
  line-height: 32px;
  margin: 0;
}
.product-description p {
  margin-bottom: 40px;
}
.product-description p:last-child {
  margin: 0;
}
.inner #popular .caption {
  color: #000;
}
.inner #popular .popular-slide-title a {
  color: #000;
}
.inner #popular .swiper-pagination-bullet {
  background: #000;
}
.inner #popular .swiper-pagination-bullet-active {
  background: #E15931;
}
#contacts,
#text,
#search {
  padding-top: 40px;
}
#contacts h1,
#text h1,
#favorites h1,
#search h1 {
  font-weight: 350;
  font-size: 64px;
  margin-bottom: 24px;
}
#search .simplesearch-results-list {
    padding: 20px 0;
}
#search .simplesearch-results-list h3 {
    font-size: 20px;
}
#search .simplesearch-results-list a {
    color: #000;
}
#search .simplesearch-result-pages {
    margin-right: 6px;
}
#search .simplesearch-page a {
    color: #000;
}
.search-close {
    background: url('../images/close.svg') 0 center no-repeat;
    width: 33px;
    height: 33px;
    cursor: pointer;
}
.header-search-form {
    width: 100%;
    display: none;
    align-items: center;
}
.header-search-form form {
    position: relative;
}
.header-search-form input[type="text"] {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border: 1px solid #000;
  border-radius: 19px;
  padding: 0 36px 0 16px;
}
.header-search-form button[type="submit"] {
    background: url('../images/search-black.svg') center center no-repeat;
    width: 33px;
    height: 33px;
    border: none;
    position: absolute;
    right: 6px;
    top: 3px;
}
.contacts-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.contact-block {
  width: 50%;
  margin-bottom: 32px;
}
.contact-block h3 {
  font-weight: 350;
  font-size: 32px;
  margin-bottom: 6px;
}
.contact-block h3 a {
  text-decoration: none;
  color: #000;
}
.contact-block p {
  margin: 0;
}
.no-margin {
  margin: 0;
}
#map {
  margin-top: 80px;
  position: relative;
  height: 600px;
}
#map img {
  width: 100%;
}
#map .map {
    position: absolute;
    top: 0;
    left: 0;
}
#map .comments {
    position: relative;
    z-index: 2;
    width: 560px;
    height: 560px;
    overflow: hidden;
    padding-top: 40px;
}
#account {
  padding: 40px 0 72px 0;
  border-bottom: 1px solid #000;
}
.user-name {
  font-size: 48px;
  margin-bottom: 16px;
  line-height: 60px;
}
.user-phone {
  font-size: 32px;
  margin-bottom: 14px;
}
.user-email {
  font-size: 20px;
  margin: 0;
}
.bonus-info {
  text-align: right;
}
.bonus-info p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 2px;
}
.bonus-info p.bonus {
  font-weight: 350;
  font-size: 32px;
  color: #6D2439;
}
.cabinet-menu {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.cabinet-menu a {
    display: block;
    text-decoration: none;
    background: #000;
    color: #fff;
    margin: 0 10px 10px 0;
    padding: 0 16px;
    border-radius: 10px;
    line-height: 32px;
    border: 1px solid #000;
}
.cabinet-menu a:hover {
    background: #fff;
    color: #000;
}
#orders {
  padding-top: 72px;
}
#orders h1 {
  font-weight: 350;
  font-size: 32px;
  margin-bottom: 32px;
}
.order-block {
  border-top: 1px solid #DFDFDF;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.order-image {
  width: 72px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.order-image img {
  width: 100%;
}
.order-title {
  flex-shrink: 0;
}
.order-title a {
  font-weight: 350;
  font-size: 24px;
  text-decoration: none;
  color: #000;
}
.order-description {
  width: auto;
}
.order-description p {
  margin: 0;
  line-height: 24px;
}
.order-price {
  width: 140px;
  flex-shrink: 0;
}
.order-price p {
  margin-bottom: 6px;
}
.order-price p.price {
  font-weight: 400;
  font-size: 24px;
  color: #6D2439;
  margin: 0;
}
.order-button {
    flex-shrink: 0;
}
#works {
  padding-top: 172px;
  text-align: center;
}
#works .caption {
  margin-bottom: 24px;
}
#works p {
  margin-bottom: 42px;
}
#works .btn {
  margin-top: 42px;
}
#wedding {
  background-size: cover !important;
  margin-top: 172px;
  position: relative;
}
#wedding video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.wedding-content {
  padding: 260px 0;
  color: #fff;
  text-align: center;
}
.wedding-content h2 {
  font-weight: 350;
  font-size: 64px;
  margin-bottom: 32px;
}
.wedding-content p {
  margin: 0;
}
.sale {
  margin-bottom: 24px;
  display: block;
}
.sale img {
  width: 100%;
}
#quickOrder {
    display: none;
}
#sale {
    display: none;
    padding: 0;
    width: 500px;
    border-radius: 20px;
}
#sale img {
    width: 100%;
}
#success {
    border-radius: 15px;
    padding: 44px;
    text-align: center;
}
#success .caption {
    font-size: 34px;
    margin-bottom: 20px;
}
#success p {
    font-size: 20px;
    margin: 0;
}
footer {
  margin-top: 172px;
  background: url('../images/pattern-footer.png');
}
.footer-content {
  padding: 174px 0 46px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-left a {
  color: #878183;
  font-weight: 400;
  text-decoration: none;
}
.footer-left .footer-menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.footer-left .footer-menu a {
  font-weight: 350;
  font-size: 20px;
  color: #fff;
}
.footer-center img {
  width: 81px;
}
.footer-right {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.footer-right .contacts a {
  font-size: 32px;
}
.footer-right .social {
  justify-content: flex-end;
  margin: 18px 0 0 0;
}

@media (max-width: 992px) {
  #navbarCollapse {
    position: absolute;
    top: 96px;
    left: 0;
    background: #fff;
    width: 100%;
    padding-bottom: 50px;
    height: 9999px;
  }
  .navbar.menu {
    background: #fff;
  }
  .navbar .container {
    flex-direction: row-reverse;
  }
  .active .navbar-toggler,
  .menu .navbar-toggler {
    background: url('../images/mobile-menu-dark.svg') no-repeat;
  }
  .navbar .catalog-link {
    background: none;
  }
  .logo-name {
    display: none;
  }
  .navbar-brand {
    left: calc(50% - 25px);
    transform: scale(1);
    top: 20px;
  }
  .nav-link {
    padding: 0 !important;
    background: 0;
    text-align: center;
    margin: 20px 0;
    font-size: 20px;
  }
  .menu .nav-link  {
    color: #000;
  }
  .menu .search-btn a {
    background: url('../images/search-black.svg') center center no-repeat;
  }
  .menu .icon-favorites path {
    fill: #000;
  }
  .menu .account a {
    background: url('../images/account-black.svg') 0 center no-repeat;
  }
  .menu .white {
    display: none;
  }
  .menu .black {
    display: block;
  }
  .main-menu {
    top: 160px;
  }
  .navbar.show-menu .catalog-link {
    background-position: 6px center;
  }
  #slider .btn {
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    padding: 0 24px;
  }
  .caption {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .navbar .social {
    display: none;
  }
  .navbar .account a {
    padding-left: 24px;
    font-size: 0;
  }
  .navbar-brand {
    order: 1;
  }
  .contacts {
    order: 2;
  }
  .contacts a {
    font-size: 20px;
  }
  .navbar-toggler {
    order: 3;
    background: url('../images/mobile-menu.svg') no-repeat;
    padding: 0;
    width: 38px;
    height: 27px;
    border-radius: 0;
    border: none;
    box-shadow: none !important;
  }
  .inner .navbar-toggler {
    background: url('../images/mobile-menu-dark.svg') no-repeat;
  }
  .navbar-toggler-icon {
    display: none;
  }
  .slide {
    padding: 173px 0 120px 0;
  }
  .slide-title {
    font-size: 40px;
  }
  .slide-text {
    margin-bottom: 32px;
  }
  .slide-text br {
    display: none;
  }
  .text-block {
    padding-top: 92px;
    text-align: center;
  }
  .text-block .image,
  .text-block .text {
    padding: 0 !important;
  }
  .text-block .image {
    margin: 0 !important;
  }
  .text-block .video {
      height: 300px;
  }
  .text-block .text {
    margin-top: 32px;
  }
  .text-block p {
    margin-bottom: 24px;
  }
  .inner .text-block p {
    margin: 0;
  }
  #popular {
    padding-top: 96px;
  }
  #popular .swiper-elements {
    margin-bottom: 32px;
  }
  .popular-slide-title {
    font-size: 20px;
    line-height: 32px;
  }
  #why {
    margin-top: 92px;
    background-position: center;
  }
  .why-content {
    text-align: center;
    padding: 344px 0 92px 0;
  }
  .why-content br {
    display: none;
  }
  .text-block.left .row {
    flex-direction: column-reverse;
  }
  #gallery {
    padding-top: 92px;
  }
  #catalog-top {
    padding-top: 18px;
  }
  .ct-content {
    padding: 219px 22px 62px 22px;
    text-align: center;
    background-position: center;
  }
  .ct-content h1 {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .ct-content p br {
    display: none;
  }
  #catalog,
  #favorites {
    padding-top: 42px;
  }
  #catalog .col-lg-3,
  #favorites .col-lg-3 {
    width: 50%;
  }
  .product {
    margin-bottom: 24px;
    font-size: 20px;
  }
  .product p {
    margin-top: 24px;
  }
  .product p.product-price {
    margin-top: 6px;
  }
  .load-more img {
    width: 32px;
    margin-right: 18px;
  }
  .load-more span {
    font-size: 20px;
  }
  #product {
    padding-top: 14px;
  }
  .product-slider-wrapper {
    padding: 0;
  }
  .product-slider-navigation {
    display: none;
  }
  .product-slider-navigation .swiper-slide {
    width: 36px !important;
    margin-bottom: 8px;
  }
  .product-info {
    padding: 32px 0 0 0;
  }
  .product-info h1 {
    font-size: 40px;
    margin-bottom: 12px;
  }
  .product-info .btn {
    width: 100%;
  }
  .product-info .additional {
    margin-top: 60px;
  }
  .product-description {
    margin-top: 42px;
  }
  .pd-caption {
    margin-bottom: 32px;
  }
  .pd-caption h2 {
    font-size: 32px;
  }
  .inner .text-block {
    padding-top: 68px;
  }
  #contacts,
  #text,
  #search {
    padding-top: 18px;
  }
  #contacts h1,
  #text h1,
  #favorites h1,
  #search h1 {
    font-size: 40px;
  }
  .contact-block {
    width: 100%;
    margin-bottom: 24px;
  }
  .contact-block h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .contact-block p {
    font-size: 14px;
    line-height: 20px;
  }
  #map {
    height: auto;
    margin-top: 30px;
  }
  #map .comments {
      width: 100%;
      padding-top: 0;
  }
  #map .map {
      margin-top: 30px;
      position: relative;
  }
  #account {
    padding: 18px 0 62px 0;
  }
  .user-name {
    font-size: 40px;
    margin-bottom: 6px;
  }
  .user-phone {
    font-size: 24px;
    margin-bottom: 2px;
  }
  .user-email {
    font-size: 16px;
  }
  .bonus-info {
    margin-top: 24px;
    text-align: left;
  }
  .bonus-info p.bonus {
    font-size: 24px;
    margin: 0;
  }
  .event #slider .slide {
    background-position: center;
  }
  .event .text-block .caption {
    font-size: 40px;
  }
  .event .text-block p:last-child {
    margin: 0;
  }
  #orders {
    padding-top: 42px;
  }
  #orders h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .order-block {
    align-items: start;
    flex-wrap: wrap;
    gap: 0;
  }
  .order-image {
    flex-shrink: 0;
    margin-right: 18px;
  }
  .order-title {
    width: calc(100% - 90px);
  }
  .order-description {
    width: 100%;
    margin: 14px 0 10px 0;
  }
  .order-price p {
    display: none;
  }
  .order-price p.price {
    display: block;
    font-size: 20px;
    line-height: 30px;
  }
  .order-button .btn {
    padding: 0;
    background: none;
    color: #000;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 350px;
    height: 30px;
    line-height: 30px;
  }
  #works {
    padding-top: 92px;
  }
  #works p {
    margin-top: 32px;
  }
  #works p br {
    display: none;
  }
  #works .btn {
    margin-top: 32px;
  }
  #wedding {
    margin-top: 92px;
  }
  .wedding-content {
    padding: 142px 0;
  }
  .wedding-content h2 {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .product-slider-wrapper .favorite {
      right: 70px;
  }
  .add-info {
      display: flex;
      position: relative !important;
      padding: 0 0 0 35px !important;
      background: none !important;
      box-shadow: none !important;
      width: auto !important;
      margin-top: 6px;
  }
  .add-info h3 {
      display: none;
  }
  .product-info .additional li {
      margin-bottom: 20px;
  }
  .product-info .additional li span {
      font-size: 16px;
      font-weight: bold;
  }
  footer {
    margin-top: 92px;
  }
  #order-form {
    padding-top: 92px;
  }
  #order-form p {
    margin-bottom: 42px;
  }
  #order-form p br {
    display: none;
  }
  #order-form form,
  #quickOrder form {
    width: 100%;
  }
  #order-form form input[type="submit"],
  #quickOrder .btn {
    margin-top: 0;
  }
  #auth form,
  #register form {
      width: 100%;
      padding: 0 15px;
      margin: 0;
  }
  .footer-content {
    padding: 104px 0 82px 0;
    flex-direction: column;
  }
  .footer-center {
    order: 1;
  }
  .footer-right {
    margin-top: 42px;
    order: 2;
    flex-direction: column-reverse;
    align-items: center;
  }
  .footer-right .social {
    margin-top: 14px;
  }
  .footer-left {
    order: 3;
    margin-top: 42px;
  }
  .footer-left .footer-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 8px;
  }
  .footer-left .footer-menu a {
    margin-bottom: 24px;
  }
  .footer-center img {
    width: 68px;
  }
}
