html {
     
    box-sizing: border-box;
     
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

h1,
h2,
h3,
p,
ul {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src:url("/sans/Roboto-Light.woff") format("woff"),url("/sans/Roboto-Light.woff2") format("woff2");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src:url("/sans/Roboto-Regular.woff") format("woff"),url("/sans/Roboto-Regular.woff2") format("woff2");
}
@font-face {
    font-family: "Roboto";
    src:url("/sans/Roboto-MediumItalic.woff") format("woff"),url("/sans/Roboto-MediumItalic.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src:url("/sans/Roboto-Medium.woff") format("woff"),url("/sans/Roboto-Medium.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src:url("/sans/Roboto-Bold.woff") format("woff"),url("/sans/Roboto-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Stem-Regular";
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    src:url("/sans/Stem-Regular.woff") format("woff"),url("/sans/Stem-Regular.woff2") format("woff2");
}
@font-face {
    font-family: "tilla";
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    src:url("/sans/tilla-regular.woff") format("woff"),url("/sans/11zon_Tilla-Regular.woff2") format("woff2");
}
:root {
     --color-white: rgba(225,225,225);
    --color-white: white;
    --color-dark: #4d4d4d;
    --color-light: #808080;
    --color-accent: #6c38cc;
    --color-dark-grey:#1e1f29;
    --color-black:#16171d;
    --color-black-mat:#000000;
    --color-roze:#e47ad5;
    --color-gradient__1:linear-gradient (93.33deg, #d77be6 9.26%, #be63e6 42.32%, #6c38cc 104.58%);
    --color-perpple: #3F00FF;
    --color-state-blue: #6A5ACD;
    --color-blue: #0000FF;
}   

a {
    text-decoration: none;
    color: inherit;
}

body {
     /*background: linear-gradient(to bottom, #21e4e3,#f5abd7 50%,#8fe0c9); /* repeating-linear-gradient(45deg, red 0%, blue 20%);*/
     font-family: "Roboto-Regular","Stem","Arial","Helvetica",sans-serif;
     font-weight: 300;
     max-width: 1440px;
     max-height: 100%;
     
  
      
      
     /*background:  
     linear-gradient(to bottom, #21e4e3, #f5abd7,#8fe0c9) ;*/

    margin-left: auto;/*было margin: 0 auto;*/
    margin-right: auto;
    
}
ul {
    list-style-type: none;
}
.wrapper {
      padding:  10px;
      
      /*
      prijimaem footer
      display: flex; 
      flex-direction: column; 
      min-height: 100vh; 
      */
} 
/*Karzina-Card*/
.container-header {
    background: linear-gradient(to bottom, #5fc3e4, #EEAECA) ;
    display: block;
    position: fixed;
    top: 0;
    width: 1440px;
    z-index: 999;
    margin-bottom: 20px;
}
.flex__container__1 {
     width: auto;
     height: 80px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-bottom: 10px;
}

.flex__container__1 ul li a:hover{
    color: var( );
}
.flex__container__1 a {
 font-family: "Roboto-Medium", sans-serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.5px; 
  color: var(--color-state-blue); 
}
/*Главная страница*/
.article__1:hover > .article-content__1 {
    display: initial;
    
}
.article__1 ul li a:hover {
transition: .5s;
 
}
.arrow-down{
  float: right;
  left: 0;
  width: 14px;
  height:14px;
  margin: 2.5px 0 0 5px;
}
/*Доставка и Оплата*/
 .article__2:hover > .article-content__2 {
    display: initial;
}
.article__2 ul li a:hover {
transition: .5s;
}
.arrow-down{
  float: right;
  left: 0;
  width: 14px;
  height:14px;
  margin: 2.5px 0 0 5px;
}
/*Гарания*/
.article__3:hover > .article-content__3 {
    display: initial;
}
.article__3 ul li a:hover {
transition: .5s;
}
.arrow-down{
  float: right;
  left: 0;
  width: 14px;
  height:14px;
  margin: 2.5px 0 0 5px;
}
/*Услуги*/
.article__4:hover > .article-content__4 {
    display: initial;
}
.article__4 ul li a:hover {
transition: .5s;
}
.arrow-down{
  float: right;
  left: 0;
  width: 14px;
  height:14px;
  margin: 2.5px 0 0 5px;
}
/*О нас*/
.article__5 ul li a:hover {
transition: .5s;
}
/*Контакты*/
.article__6 {
 padding-right: 20px;
}
.article__6 ul li a:hover {
transition: .5s;
 
}
 
.logo__1 {
 font-family: "tilla";
 font-weight: 100;
 font-size: 20px;
 letter-spacing: 0.5px;
 padding-left: 20px;
 align-items: center;
 color: var(--color-accent);
 width: auto;
}
.logo__1 p::first-letter {
  color:  orange;
  font-size: 1em; /* Увеличить в 2 раза */
  font-weight: 900;
  margin-right: 5px;
}
 
.header__container__2 /*header__container*/{
     
     
    position:  relative;
    z-index: 100;
    background-color: var( );
    /*box-shadow: 0 4px 4px rgba(135, 135, 135, 0.25);*/
    margin-left: 100px;
    margin-right: 100px;
}
 
 
.nav__link {
    font-family: "Stem-Regular";
    font-weight: 400;
    font-size: 19px;
    line-height: 19px;
    text-align: right;
    color:   var(--color-white);
     
    
}
 
.nav{
      
    display: flex;
    justify-content: center;
    align-items: center;
     
    
    
}
/*Бургер меню*/
.burger__menu img {
 width: 50px;

}
/*span p {
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0px;
  text-align: center; 
  padding-bottom: 5px;
  color: var(--color-state-blue); 
     
     
}
  */
.sidebar {
 padding-top: 8px;
  right: 0;
  top: 10;
}
nav .sidebar{
 display: none;
   right: 72.8%; 
}
 .burger__menu:hover > nav .sidebar {
  display: initial;
  position: fixed; 
  z-index: 1;
  transition: 5s; 
    
 }
/*SEARCH*/
.container-search {
     
    padding:10px;
    margin: 0 auto;
    text-align: center;
}
  .search input {
    width:  40em;
    height: 2.5em;
    border-radius: 10px;
    font-size: 20px;
    padding: 5px 16px;
    background: transparent;
    border: 2px solid  var(--color-light);
    text-transform: capitalize;
    letter-spacing: 1px;
}
.search input::placeholder {
    font-family: "Roboto-Bolt", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: var(--color-state-blue);
    
}
.nav__list {
    display: flex;
    align-items: center;
     
}
.nav__item:not(:last-child) {
    margin-right: 60px;
}
.cart {
width: auto;/* Это ваши границы для бартера */
    float: left;
    position: relative;
    padding: 10px 20px; /*40 20*/
    transition: background-color 0.3s;
}
.cart.active:hover {
    cursor: pointer;
    background-color: rgba(93, 113, 221, 0.1)
}
 
.cart__text {
    font-family: "Roboto-Medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}
.cart__quantity {
    position: absolute;
    right: 2px;
    top: 40%;
    transform: translateY(-50%);
    color: #fff;
    background-color: #de707b;
    border-radius: 100%;
    padding: 3px;
    min-width: 16px;
    min-height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
}
.cart-content {
    cursor: default;
    position: absolute;
    right: 0;
    top: 100%;
    width: 490px;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(135, 135, 135, 0.25);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}
.cart.active:hover .cart-content {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s, visibility 0.3s;
}
.content {
    padding-top: 90px;
}
.cart-content__list {
    max-height: 330px;
}
.cart-product {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    transition: background-color 0.3s;
}
.cart-product:hover {
    background-color: rgba(77, 77, 77, 0.2);
}
.cart-product__img {
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
    margin-right: 20px;
}
.cart-product__title {
    max-width: 280px;
    margin-bottom: 15px;
    font-family: "Roboto-Medium", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: var(--color-dark);
}
.cart-product__price {
    font-family: "Roboto-Bold", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: var(--color-dark);
}
.cart-product__delete {
    margin:0 auto;
    width: 25px;
    height: 25px;
    background-color: transparent;
    padding: 0;
    background-image:  url("/img/trash_bin_icon-icons.com_67981.svg");
    background-position: center;
    background-repeat: no-repeat;
}
.cart-content__bottom {
    padding: 24px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-content__fullprice {
    display: flex;
    flex-direction: column;
    font-family: "Roboto-Regular", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: var(--color-dark);
}
.fullprice {
    margin-top: 8px;
    font-family: "Roboto-Regular", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.5px;
    color: var(--color-dark);
}
.cart-content__btn {
    width: 246px;
    text-align: center;
    letter-spacing: 0.5px;
}
.simplebar-track.simplebar-vertical {
    width: 4px;
    background: rgba(77, 77, 77, 0.1);
    border-radius: 5px;
    margin-top: 20px;
    height: calc(100% - 40px);
    right: 5px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar ::before {
    background: rgba(77, 77, 77, 0.2);
    border-radius: 5px;
    width: 100%;
    opacity: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.btn {
    border: none;
    padding: 14px 0;
    border-radius: 4px;
    color: #fff;
    background-color: var(--color-accent);
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}
.btn:hover {
    background-color: var(--color-accent);
    transition: background-color 0.3s ease-in-out;
}
 .order-modal {
    padding: 40px;
    width: 592px;
    min-height: 542px;
}
.order-modal__top {
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.order-modal__title {
   margin-bottom: 40px;
   font-weight: 600px;
   font-size: 18px;
   line-height: 20px;
   color: var(--color-accent); 
}
.order-modal__number {
     font-family: "Roboto", sans-serif;
     font-weight: 400px;
     font-size: 12px;
     line-height:  20px;
     /* identical to box height, or 167% */
     text-align:  right;
     color: var(--color-light);
}
.order-modal__info {
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 34px 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: var(--color-light);
}
.order-modal__info span{
    font-weight: 600;
}
.order-modal__info-item:not(:last-child){
    margin-bottom: 15px; 
}
.order-modal__btn {
    position: relative;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: var(--color-light);
}
.order-modal__btn::after{
    content:"";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background-image: url("/img/down-arrow-svgrepo-com.svg");
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
}
.order-modal__btn.open::after {
     transform: translateY(-50%) rotate(180deg);
}
 
.order {
    padding: 0 40px;
}
.order__label {
    margin-bottom: 14px;
    display: flex;/*было display: flex*/
    flex-direction: column;/*было align-items: center;*/
    justify-content: space-between;/*было justify-content: space-between; */
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-light);
}
 
.order__input {
    padding-left: 14px;
    padding-right: 14px;
    width: 240px;
    height: 45px;
    background: #efefef;
    border-radius: 4px;
    border: none;
}
.order__input::placeholder {
    color: #b1b1b1;
}
 
.order-product {
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.order-modal__list{
    padding-top: 20px;
    padding-bottom: 20px;
}
.order-product__img {
    max-width:  60px;
    max-height:  60px;
    object-fit:  cover;
    margin-right: 10px;
}
.order-modal__item:not(:last-child) {
    margin-bottom: 14px;
}
.order__btn.btn{
    width: 100%;
}
.order-product__text {
    margin-right: 10px;
}
.order-product__title {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: var(--color-dark);
}
.order-product__price {
     font-family: "Roboto", sans-serif;
     font-weight: 700;
     font-size: 14px;
     line-height: 16px;
     color: var(--color-dark);
}
.order-product__delete {
     background-color: transparent;
     border: none;
     cursor: pointer;
     font-weight: 400;
     font-size: 12px;
     line-height: 20px;
     text-align: right;
     color: var(--color-light);
}
.container__main {
      
    margin: 160px 0 0px 0;
}
.container__center {
    background: #6c4a8e;
    width: 1440px;
        font-family: "Roboto-Medium", sans-serif;
        font-weight: 300;
        font-size: 17px;
        color: var(--color-dark);
        padding-top: 30px;
        padding-bottom: 30px;
}
.sidebar {
   float: left;
   margin: 0 35px 0 0px;
}      
.menu {
    width: 250px;
    display: block;
    z-index: 9999;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu a {
     text-decoration: none;
     color: #eee;
}
   /*Внешний вид меню*/
.menu a {
    
     background: var(--color-state-blue);
     padding: 10px;
     display: block;
     border-bottom: 1px solid #808080;
     transition: 0.5s all;
     letter-spacing: 1px;
}
.menu a:hover {
     /*background:  #f7f7f7;*/
     padding: 10px 0px 10px 20px;
}
/*Всплывающее меню*/
.menu__list {
     position: relative;
}
.menu__drop {
     position: absolute ;
     width: 100%;
     left: 100%;
     top: -9999em;
     z-index: 9999;
     opacity: 0;
     border-left: 10px solid transparent;
     transition: 0.5s opacity;
}  
.menu .aside__container li:first-child a,
.menu li .menu__drop li:first-child a {
     border-radius: 3px 3px 0 0;
}
.menu .aside__container li:last-child a,
.menu li .menu__drop li:last-child a {
     border-radius: 0 0 3px 3px;
     border-bottom: 0;
}
.menu .aside__container .menu__drop li a {
     border-radius: 0;
     border-bottom: 1px solid#666;
}
    /*При наведении на .menu__drop */
.menu__list:hover .menu__drop {
     opacity: 1;
     top: 0;
}
.menu__list::after {
     content: "";
     position: absolute;
     border: 5px solid;
     border-color: transparent transparent transparent #eee;
     top: 1em;
     right: 0.7em;
     transition: 0.5s;
}
.menu__list:hover::after {
     transform: scaleX(-1);
}
::selection {
     color: #eee;
}
/*.filter {
    margin: 0 auto;       
    display: flex;
    justify-content:  space-between;
    padding: 0 ;
    border: 1px solid #7fb3d5;
    border-radius: 2.5rem;
}
.btn {
     padding: 1rem 2rem;
     font-weight: 700;
     color: #21618c;
     background-color: #d6eaf8;
     border-radius: 100vw;
}
.button {
     background-color: transparent;
     font-size: inherit;
     border: none;
     cursor: pointer;
     &:hover {
       outline: none;
     }
}
*/
.btn_b {
     width: 250px;
     margin: 0 auto;
     border: none;
     color: var(--color-dark); 

}
a {
   font-family: inherit;
   font-weight: 300;
   font-size: 18px;
    
}
 
.cards {
     padding: 0 0 0 80px;
     list-style-type: none;
     display: flex;
     flex-wrap: wrap;/*было flex-wrap: wrap;*/
     align-content: center;/*было flex-start;*/
     height: 100%;
     gap:3rem;
}
.card {
     overflow: hidden;
}
.card.hidden {
     display: none;
}
  button  {
     padding: 0;
     border: none;
     font: inherit;
     color: inherit;
     background-color: transparent;
     /* отображаем курсор в виде руки при наведении; некоторые
     считают, что необходимо оставлять стрелочный вид для кнопок */
     cursor: pointer;
}

 .product {
     width: 285px;  
     height: 550px;/*о 420px*/
     border: 1px solid #d9d9d9;
     border-radius: 4px;
     padding: 20px;
     padding-top: 5px;
     font-size: 14px;
     background-color:#b7bec9;;
}
.product__imag {
     position: relative;
     overflow: hidden;
     display: block;
     height: 300px;/*было 162 px*/
     border-radius: 5px;
     margin-bottom: 10px;
}
.image__switch {
     position: absolute;   
     left: 0;
     top: 0;
     z-index: 20;
     width: 100%;
     height: 100%;
     display: flex;
}
.image-switch__item {
     flex-grow: 1;
     cursor: pointer;
}
 .image-switch__img {
     position: absolute;
     left: 50%;
     top: 0;
     z-index: 2;
     width: 100%;
     height: 100%;
     transform: translateX(-50%);
     pointer-events: none;
     background-color: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     opacity: 0;
}
.image-switch__img img {
     display: block;
     max-width: 100%;
     max-height: 100%;
     object-fit: cover;
}
.image-switch__item:first-child .image-switch__img {
     opacity: 1;
     z-index: -1;
}
.image-switch__item:hover .image-switch__img {
     opacity: 1;
     z-index: -1;
}
.image-pagination {
     position: absolute;
     z-index: 30;
     left: 0;
     bottom: 15px;
     width: 100%;
     display: flex; 
     justify-content: center;
}
.image-pagination__item { 
     display: block;
     width: 4px;
     height: 4px;
     border-radius: 100%;
     margin: 0 3px;
     background-color: var(--color-black-mat);
}
.image-pagination__item--active { 
     background-color: var(--color-dark);
}
.product__title {
     margin-bottom: 8px;
     font-weight: 400;
     font-size: 14px;
     line-height: 20px;
     letter-spacing: 0.5px;
     color: var(--color-dark);
}
.product__props {
     display: flex;
     align-items: center;
     margin-bottom: 0px;
}
 .product__rating {
     margin-right: 10px;
     display: inline-flex;
     align-items: center; 
     color: var(--color-accent);
     font-weight: 600;
}
.product__rating svg {
     fill: currentColor;
     margin-right: 8px;
}
.product__testimonials {
     color: var(--color-light);
}
 .product__info {
     margin-bottom: 0px;
     font-size: 15px;
     color: var(--color-black);
}
.product__term {
     display: block;
     margin-bottom: 7px;
     letter-spacing: 0.5px;
}
.product__available {
     display: block;
     margin-bottom: 10px;
     letter-spacing: 0.5px;
}
.product-price {
     margin-bottom: 10px;
     display: flex;
     align-items: center;
}
.product-price__current {
     margin-right: 13px;
     font-size: 24px;
     letter-spacing: 0.5px;
     color: var(--color-dark);
}
.product-price__old {
     font-size: 17px;
     letter-spacing: 0.5px;
     color: var(--color-light);
     text-decoration: line-through;
}
/*Поделиться ссылкой в социальных сетях*/
.share {
     width: 100%;
     height: 25px;
     display: flex;
     justify-content: space-between;
     margin-bottom: 10px;
}
.text {
    align-content:center; 
    padding: 0 10px 0 0;
    letter-spacing: 0.5px;
}
.sosial-btn img {
     width: 25px;
     height: 25px;
     align-items:center;
     cursor: pointer;
}
.product__btn {
     font-family: "Roboto",sans-serif;
     border: none;
     padding: 14px 0;
     border-radius: 4px;
     width: 100%;
     color: #fff;
     background-color: var(--color-accent);
     cursor: pointer;
     letter-spacing: 0.5px;
     transition: background-color 0.3s ease-in-out;
}
.product__btn:disabled {
     opacity: 0.4;
     pointer-events: none;
}
 /*Footer*/
.container__footer {
     
    background: linear-gradient(to bottom, #EEAECA, #5fc3e4);
    width: 1440px;
    height: 35vh;
}

.item {
    display: grid;
    height: 200px;
    grid-template: repeat(1, 1fr) / repeat(3, 1fr);
    gap: 20px 10px;
    line-height: 50px;
    padding: 20px;
    margin-bottom: 40px;
}

/*.item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: center;
    line-height: 4rem;
    
}
*/
.column {
    font-family: "Roboto-Bolt", sans-serif;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 0.5px;
    color: var(--color-state-blue);
}

.item-1 a,
.item-2 a,
.item-3 a,
.item-4 {
    font-family: "Roboto-Medium", sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: var(--color-accent);
}

.soshial-icon__instagram {
    display: flex;
    align-items: center;
    gap: 5px;
}

.soshial-icon__whatsapp {
    display: flex;
    align-items: center;
    gap: 5px;
}

.soshial-icon__telegramm {
    display: flex;
    align-items: center;
    gap: 5px;
}

.content__date-year {
    width: auto;
    font-family: "Roboto-Regular", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    gap: 5px;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
/*@media (max-width: 768px) {
  .column {
    flex: 0 0 48%;
  }
}
@media (max-width: 480px) {
  .column {
    flex: 0 0 100%;
  }
}
 

 