<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&amp;display=swap');

:root{
  --bg-1:#FEED00;
  --bg-2:#FE6B00;
  --bg-3:#00FEC1;
  --bg-4:#FEA800;
  --bg-5:#fc92be;
  --circle-1:#00FEC1;
  --circle-2:#fc92be;
  --circle-3:#FEED00;
  --circle-4:#FE6B00;
  --circle-5:#FEA800;
  --rotate-0:none;
  --rotate-1:rotate(-2deg);
  --rotate-2:rotate(2deg);
  --white: #fff;
  --black: black;
  --text-shadow-market-0:none;
  --text-shadow-market-1:-2px -2px 0 #ffffff,  
  2px -2px 0 #ffffff,  
  -2px 2px 0 #ffffff,  
  2px 2px 0 #ffffff,
  2px 2px 0 #ffffff,  
  -2px 2px 0 #ffffff,  
  2px -2px 0 #ffffff,  
  -2px -2px 0 #ffffff;
  --text-shadow-market-2: -7px -7px 0 #fff, -7px 7px 0 #fff, 12px 0 0 #fff, 4px -4px 0 #fff, -4px 4px 0 #fff, -4px -4px 0 #fff, 4px 4px 0 #fff;
  --gap-25-30: 30px;
  --fw:600;
}

body{
  background-color: var(--bg-1);
  direction: ltr;
  font-family: 'Cormorant Garamond', sans-serif !important;
  font-size: 16px;
  margin: 0;
  padding: 0px;
  position: relative;
}

html {
  scroll-behavior: smooth;
  }
*{
  box-sizing: border-box;
}

a{
    text-decoration: none;
}

p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.2;
}

ul, ol {
  margin-bottom: 15px;
  padding-left: 30px;
}

li {
  margin-bottom: 7px;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

.content-block-title{
  display: flex;
  font-size: clamp(25px,4vw,35px);
  text-shadow:var(--text-shadow-market-1);
  margin: 24px 0px;
  font-weight: 700;
  justify-content: flex-end;
}

.content-block{
  padding: 49px 0px;
}

.cntn{
  max-width: 1162px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.margin-header{
  margin-top: 15px;
}
.thumb-header-17{
  gap: var(--gap-25-30);
  display: flex;
  align-items: center;
}
@media (max-width:991px) {
 .thumb-header-17{
  flex-direction: column-reverse;
 }
 @media (max-width:767px) {
  .poloska-17{display: none;}
}
 }
.content-block-privacy {
  overflow: hidden;
  word-break: break-all;
}
.contacts-header-17{
  padding: 5px;
  transition: all 0.3s ease;
}
.link-contacts-header-17:hover{
  background-color: wheat;
  border-radius: 1px;
}

.thumb-contact-header-17{
  display: flex;
  gap: 12px;
  align-items: center;
}
.contact-header-svg-17{
  height: 24px;
}
.contact-header-svg-17 svg{
  width: 24px;
  height: 24px;
}
.thumb-logo-17{
  flex: 0 1 auto;
  font-size: 25px;
  text-shadow:var(--text-shadow-market-1);
  font-weight: 700;
}

.thumb-logo-17 a {
  color: var(--black);
}

.box-phone-header-17{
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 15px;
  gap: 15px;
  border: 2px dashed #000;
  border-radius:  14px;
  align-items: center;
}

.number-box-header-17{
  display: flex;
  gap: 15px;
}

@media (max-width:767px) {
  .number-box-header-17{
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width:400px) {
  .box-phone-header-17{
    flex-direction: column-reverse;
  }
}

.box-phone-header-17 a {
  color: var(--black);
}

.thumb-menu-17{
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  gap: 12px;
  margin-top:  19px;
}

.rotate-right-17{
  -webkit-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
}

.rotate-left-17{
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.box-menu-17{
  width: 100%;
  padding: 15px 36px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 12px;
  box-shadow: 0 5px 0 0 transparent;
  color: #000;
  font-weight: var(--fw);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--bg-1);
}


@media (min-width:576px) {
  .box-menu-17{
    min-width: 212px;
    width: calc(20% - 12px);
  }
}
.box-menu-17:hover{
  background-color: #fff;
  box-shadow: 0 5px 0 0 #000;
}

.thumb-hero-17{
  display: flex;
  gap: 15px;
}

@media (max-width:991px) {
  .thumb-hero-17{
    flex-direction: column-reverse;
  }
}

.box-hero-17{
  flex: 1;
}

.title-hero-17{
  font-size: clamp(19px,4vw,43px);
  font-weight: 600;
}
.img-hero-box-17{
  height: auto;
  position: relative;
}

@media (max-width:991px) {
  .img-hero-box-17{
   height: 355px;
    width: 80%;
  }
}
@media (min-width:992px) {
  .img-hero-box-17{
    width: 80%;
    max-height: 560px;
  }
}

.img-hero-box-17 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 60px;
  box-shadow: 0 5px 0 0 #000;
  
}
@media (min-width:1200px) {
  .img-hero-box-17 img{
    min-height: 560px;
  }
}

.circle {
  bottom: 49px;
  right: -30px;
  position: absolute;
  width: 212px;
  height: 212px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 50%;
  background-color: var(--circle-1);
  box-shadow: 0 5px 0 0 #000;
}

.circle p {
  position: absolute;
  font-size: 18px;
  animation: spin 8s linear infinite;
  transform-origin: center;
  text-align: center;
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }
  50% {
      transform: rotate(180deg);
  }
  100% {
      transform: rotate(0deg);
  }
}

.marquee-container {
  direction: initial
  transform: var(--rotate-1);
  overflow: hidden;
  width: 100%;
  background-color:transparent;
  position: relative;
  display: flex;
  align-items: center;
  font-size: clamp( 19px,4vw,35px);
  font-weight:  600;
}

.marquee {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  0% {
      transform: translateX(0%);
  }
  50% {
      transform: translateX(-50%);
  }
  100% {
      transform: translateX(0%);
  }
}

.all-box-benef-17{
  display: flex;
  flex-direction: column-reverse;
  gap:var(--gap-25-30);
}
.thumb-benef-17{
  display: flex;
  gap: var(--gap-25-30);
  flex-direction: row-reverse;
}
@media (max-width:991px) {
  .thumb-benef-17{
    flex-direction: column-reverse;
  }
}
.box-benef-17{
  flex: 1;
}
.block-benef-17{
list-style-type: none;
}
.item-benef-17{
  border-bottom: 2px dashed var(--circle-1);
}
.item-benef-17 p {
  font-size: clamp(14px,4vw,19px);
}
.box-img-benef-17{
  width: 100%;
  height: 360px;
}
@media (max-width:991px) {
  .box-img-benef-17{
    display: none;
  }
}

.box-img-benef-17 img{
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 60px;
  box-shadow: 0 5px 0 0 #000;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-benef-17{
  width: 100%;
  height: 100%;
}
@media (max-width:991px) {
  .img-benef-17{
    height: 225px;
  }
}
.img-benef-17 img{
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 60px;
  box-shadow: 0 5px 0 0 #000;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.thumb-shoping-17{ 
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.title-shoping-17{
  text-align: center;
  color: var(--black);
  transition: all 0.3s;
  margin: 12px 0px;
  font-size: clamp(19px,4vw,25px);
}
.price-17{
  text-align: center;
  font-size: clamp(19px,4vw,25px);
  font-weight: 700;
}
.box-button-shoping-17{
  display: flex;
  justify-content: center;
  margin: 12px 0px;
}
.title-shoping-17:hover{
  opacity: 0.8;
}
.box-shoping-17{
  width: calc(50% - 15px);
}
@media (max-width:767px) {
  .box-shoping-17{
    width: 100%;
  }
}

.img-shoping-17{
  height: 355px;
}

.img-shoping-17 img{
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 1112px 1112px 30px 30px;
  box-shadow: 0 5px 0 0 #000;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-thumb-shop-17{
  display: flex;
  gap: 12px;
  align-items: center;
}

.container {
  margin: 0px auto;
  position: relative;
  background: transparent;
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.2);
  width: 95%;
  max-width: 1136px;
  display: flex;
  align-items: stretch;
}

@media (max-width:767px) {
  .container {
    flex-direction: column;
  }
}

.col {
  display: flex;
  flex-direction: column;
  justify-content: top;
}

.col:first-child {
  background: var(--circle-1);
}

.nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  color: var(--black);
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.2);
  width: 215px;
}

@media (max-width:767px) {
  .nav{
    width: 100%;
  }
}

.nav a {
  position: relative;
  padding: 15px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.nav a:hover,
.nav a.selected {
  background: #6C5D5D;
  color: wheat;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.triangle-container {
    position: absolute !important;
    z-index: 10;
    top: 0;
    left: 99.6%;
    width: 30px !important;
    background: transparent !important;
    height: 100%;
}

.triangle-container img {
    position: absolute;
    height: 100%;
    left: 0;
    width: 30px;
}

.tabs .content {
  padding: 15px 15px 15px 60px;
  position: relative;
  color: #6C5D5D;
  transition: opacity 0.1s linear 0s;
  display: none;
  border-bottom: 2px dashed #000;
}

.tabs .content.visible {
  display: block;
}

.tabs .content p { padding-bottom: 2px;}

.tabs .content p:last-of-type { padding-bottom: 0px; }
.thumb-content-block-title{
  text-align: center;
  margin: 15px 0px;
}
.title-tabs-17{
  font-size: clamp(25px,4vw,25px);
  color: var(--black);
}
.box-p-tabs-17{
  margin: 15px 0px;
  text-align: center;
}
.box-p-tabs-17 p {
  color: var(--black);
  font-size: clamp(14px,4vw,16px);
}

.thumb-btn-tabs-17{
  margin: 15px 0px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.img-box-tabs-17{
  width: 100%;
  height: 251px;
}

.img-box-tabs-17 img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.thumb-forms-17{
  display: flex;
  gap: 36px;
}

@media (max-width:991px) {
  .thumb-forms-17{
    flex-direction: column-reverse;
  }
}

.form-thumb-17{
  display: flex;
  flex-direction: column;
}

.box-forms-17{
  flex: 2;
}

.input-formwrapper_component{
  height: 62px;
  margin: 15px0px;
  padding: 30px;
  border-style: dashed;
  border-width: 2px;
  border-color: #000;
  border-radius: 12px;
  background-color: transparent;
  color: #000;
  font-size: clamp(14px,4vw,16px);
  line-height: 1.2;
}

.input-formwrapper_component::placeholder{
  font-size: clamp(14px,4vw,16px);
}

.textarea-formwrapper_component{
  height: 62px;
  margin: 15px0px;
  padding: 30px;
  border-style: dashed;
  border-width: 2px;
  border-color: #000;
  border-radius: 12px;
  background-color: transparent;
  color: #000;
  font-size: clamp(14px,4vw,16px);
  line-height: 1.2;
}

.textarea-formwrapper_component::placeholder{
  font-size: clamp(14px,4vw,16px);
}

.box-img-forms-17{
  flex: 1;
}

.img-item-forms-17{
  height: 100%;
}

@media (max-width:991px) {
  .img-item-forms-17{
    height: 315px;
  }
}

.img-item-forms-17 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 60px;
  box-shadow: 0 5px 0 0 #000;
}

.btn-forms-17{
  margin: 15px 0px;
  width: 100%;
}
.size-politic-17{
  font-size: clamp(13px,4vw, 14px);
}

.footer{
  padding-bottom: 62px;
  background-color: #000;
  position: relative;
}
.footer-decor-17{
  padding-bottom: 112px;
  width: 100%;
}

.footer-decor-17 svg{
  width: 100%;
}

.overflow-footer{
  overflow: hidden;
}

.title-gallery-footer-17{
  z-index: 1  ;
  position: relative;
  left: 24px;
  display: block;
  margin-bottom: -24px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  font-size: clamp(25px,4vw,43px);
  text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff,  2px 2px 0 #ffffff, 2px 2px 0 #ffffff,  -2px 2px 0 #ffffff, 2px -2px 0 #ffffff, -2px -2px 0 #ffffff;
}

.gallery-footer-17{
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  overflow: hidden;
  padding: 75px 0;
}

.box-footer-img-17{
  min-width: 162px;
  width:calc(20% - 15px);
  height: 225px;
  overflow: hidden;
  border-radius: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  box-shadow: 0 5px 0 0 #fff;

}
.box-footer-img-17 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 30px;
  box-shadow: 0 5px 0 0 #fff;
  transition: transform 0.3s ease;
}

.box-footer-img-17 img:hover{
  transform: scale(1.2);
}

.adress-footer-17{
  margin: 24px 0px;
  color: var(--white);
  text-align: center;
}

.thumb-box-menu-footer-17{
  display: flex;
  justify-content: space-around;

}
@media (max-width:767px) {
  .thumb-box-menu-footer-17{
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
}

.box-menu-footer-17{
  list-style-type: none;
  padding: 0;
}

.box-menu-footer-17{
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.link-footer-17{
  color: var(--white);
  font-size: clamp(14px,4vw,19px);
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.link-footer-17:hover{
  color: var(--bg-1);
}
.Copyright-17{
  text-align: center;
  color: var(--white);
}

.box-maps-17{
  border: 2px dashed #000;
  border-radius: 12px;
}

.box-maps-17 iframe{
  border-radius: 12px;
}

.card-thumb-17{
  margin-top: 24px;
}

.thumb-contacts-card-17{
  margin: 24px 0px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.cards-adress-17{
  text-align: center;
  border: 2px dashed #000;
  border-radius: 12px;
}

.cards-17:hover {
  background-color:gray;
}

.cards-17:hover .link-support{
  color: var(--circle-1);
}

.link-support{
  word-break: break-all;
  color: var(--black);
  display: block;
  width: 100%;
  padding: 15px 0px;
}

.cards-17{
  display: flex;
  min-width: 262px;
  width: calc(33% - 15px);
  height: 136px;
  text-align: center;
  transition: all 0.3s ease;
  color: var(--black);
  font-weight: 600;
  border: 2px dashed #000;
  border-radius: 12px;
  align-items: center;
}

.title-support{
  font-weight: 700;
  font-size: clamp(16px,4vw,19px);
}

.forma-support{
  margin: 0 auto;
  display: flex;
  gap: 15px;
  max-width: 1187px;
  flex-direction: column;
}

.inputGroup-17 input{
  width: 100%;
  height: 62px;
  margin-bottom: 0px;
  padding: 30px;
  border-style: dashed;
  border-width: 2px;
  border-color: #000;
  border-radius: 12px;
  background-color: transparent;
  color: #000;
  font-size: clamp(14px,4vw,16px);
  line-height: 1.2;
}

.inputGroup-17 input::placeholder{
  font-size: clamp(14px,4vw,16px);
}

.btn-form-contact-17{
  margin: 15px 0px;
  display: flex;
  justify-content:  flex-end;
}
.privacy-color-17{
  color: var(--black);
  transition: all 0.3s ease;
}
.privacy-color-17:hover{
  color: var(--circle-1);
}

.checkbox-box1{
  font-size: clamp(14px,4vw,16px);
}

.title-box-main-17{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.thumb-main-img-content-17{
  display: flex;
  gap: 36px;
}

@media (max-width:991px) {
  .thumb-main-img-content-17 {
    flex-direction: column;
  }
}

.box-main-img-content-17{
  flex: 1;
}

.pages-main-content-17{
  flex: 1;
}

.box-img-main-17q{
  width: 100%;
  height: 355px;
}

@media (max-width:575px) {
  .box-img-main-17q{
    height: auto;
  }
}

.thumb-img-17 img{
  width:100%;
  height: 100%;
  object-fit: contain;
}

.item-main-button-17{
  display: flex;
  margin: 24px 0px;
  justify-content: center;
}

.price-thumb-17{
  font-weight: 700;
}

.btn-shoping-1{
  cursor: pointer;
  padding: 15px 36px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 12px;
  background-color: var(--bg-1);
  box-shadow: 0 5px 0 0 transparent;
  color: #000;
  font-weight: {rand_weight};
  text-align: center;
}

.btn-shoping-1:hover{
  background-color: #fff;
  box-shadow: 0 5px 0 0 #000;
}

.btn-shoping-2 {
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #090909;
  padding: 12px 15px;
  cursor: pointer;
  font-size:  18px;
  font-weight: 600;
  border-radius: 8px;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  box-shadow: 7px 7px 12px #c5c5c5, -7px -7px 12px #ffffff;
}

.btn-shoping-2:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}

.btn-shoping-2:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.btn-shoping-2:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: var(--circle-1);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.btn-shoping-2:hover {
  color: #ffffff;
  background-color: var(--circle-1);
}

.btn-shoping-2:hover:before {
  top: -35%;
  background-color: var(--circle-1);
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.btn-shoping-2:hover:after {
  top: -45%;
  background-color: var(--circle-1);
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.btn-shoping-3 {
  padding: 12px 15px;
  font-weight: 700;
  background: rgb(255, 255, 255);
  color: var(--circle-1);
  border-radius: 7px;
  border-bottom: 2px solid var(--circle-1);
  border-right: 2px solid var(--circle-1);
  border-top: 2px solid white;
  border-left: 2px solid white;
  transition-duration: 1s;
  transition-property: border-top, 
     border-left, 
     border-bottom,
     border-right,
     box-shadow;
 }
 
 .btn-shoping-3:hover {
  border-top: 2px solid var(--circle-1);
  border-left: 2px solid var(--circle-1);
  border-bottom: 2px solid rgb(238, 103, 238);
  border-right: 2px solid rgb(238, 103, 238);
  box-shadow: rgba(240, 46, 170, 0.4) 55px 55px, rgba(240, 46, 170, 0.3) 12px 12px, rgba(240, 46, 170, 0.2) 15px 15px;
 }

 .btn-shoping-4 {
  transition: all 0.3s ease-in-out;
  font-family: "Dosis", sans-serif;
}

.btn-shoping-4 {
  padding: 12px 15px;
  border-radius: 49px;
  background-image: linear-gradient(135deg, #feb692 0%, #ea5455 100%);
  box-shadow: 0 15px 30px -7px rgba(238, 103, 97, 0.5);
  outline: none;
  cursor: pointer;
  border: none;
  font-size: 25px;
  color: white;
}

.btn-shoping-4:hover {
  transform: translateY(3px);
  box-shadow: none;
}

.btn-shoping-4:active {
  opacity: 0.5;
}

 .btn-shoping-5 {
  align-items: center;
  appearance: none;
  background-color: #FCFCFD;
  border-radius: 1px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.2) 0 2px 5px,rgba(45, 35, 66, 0.15) 0 7px 12px -3px,#D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #36395A;
  cursor: pointer;
  display: inline-flex;
  padding: 12px 15px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size:  18px;
 }
 
 .btn-shoping-5:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 12px -2px, #D6D6E7 0 -2px 0 inset;
 }
 
 .btn-shoping-5:hover {
  box-shadow: rgba(45, 35, 66, 0.3) 0 4px 7px, rgba(45, 35, 66, 0.2) 0 7px 12px -2px, #D6D6E7 0 -2px 0 inset;
  transform: translateY(-2px);
 }
 
 .btn-shoping-5:active {
  box-shadow: #D6D6E7 0 2px 7px inset;
  transform: translateY(2px);
 }

#block1{
  display:block;
}

#block2{
  display: none;
}

.cart-icon-1{position: relative !important; right: 0 !important; background: none!important; }

</pre></body></html>