.divv {width:200px;margin: 10px 0 10px 75px;}
.divvv {font-size: 25px;text-align:center;}
.divvvv {font-size: 20px;text-indent: 35px;text-align: justify; padding:10px 5px 10px 5px;}

.cardss {
  display: grid;
  /* Автоматически заполняем на всю ширину grid-контейнера */
  grid-template-columns: repeat(auto-fill, 350px);
  width: 100%;
  max-width: 1000px; /* Ширина grid-контейнера */
  justify-content: center;
  justify-items: center; /* Размещаем карточку по центру */
  column-gap: 30px; /* Отступ между колонками */
  row-gap: 40px; /* Отступ между рядами */
  margin: 0 auto;
}

.cardd {
  width: 350px;
  min-height: 350px;
  box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column; /* Размещаем элементы в колонку */
  border-radius: 7px;
  transition: 0.5s;
  position: relative;
}

/* При наведении на карточку - меняем цвет тени */
.cardd:hover {
  box-shadow: 0px 5px 10px 12px rgba(255, 102, 51, 0.2);
}
/*Каркас сайта*/

.opid {
	font-size: 30px;
	padding:20px 20px 20px 20px;
	text-indent: 35px;
	text-align: justify;
}


* {
  padding: 0;
  margin: 0;
}
.lo{
  
  display: block;
}
.logonad{
  width:80%;
  float: left;
  display: block;
  height: 110px;
}
.logon{
  width: 600px;
  max-width:100%;
  
}

.imm {
  
  text-align:center;
  
}

.im {
  
  width:100%;
  
  display: block;
  
}
.im2 {
  
  width:80%;
  
}

/*кнопка на установку*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto');

.button {
  /* Сбрасываем дефолтные стили */
  border: none;
  outline: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 32px;
  /* Можно также использовать любые встроенные и кастомные шрифты, например, отсюда  */
  font-family: Roboto, Verdana, Tahoma, sans;
  /* Тут можно поэкспериментировать */
  padding: 16px 20px;
  border-radius: 100px;
  color: #46344E;
  margin-right: 6px;
}
.button i {
  margin-right: 4px;
}
.button + .button {
  margin-left: 6px;
}
.button.purple {
  background: #FAED26;
}
.button:hover.purple {
  background: #9D8D8F ;
}

.head {
  
  color:#9D8D8F;
  padding: 5px;
  font-family: Arial;
}
.rig{
  padding: 5px;
  color:#9D8D8F;
  float: right;
 
  font-family: Arial;
}
.su {
  position: relative;
  
  }
.su .grey {
  
  position: absolute;
  
  top: 100px;
  
  left: 55%;  
}

.su .grey2 {
  
  
  position: absolute;
  
  top: 750px;
  left: 5%;  
}
.stull3 {
  color:#FAED26;
  font-family: Arial;
  font-size: 50px;
}
.stull1 {
  color:#FAED26;
  font-family: Arial;
  font-size: 70px;
}
.stull2 {
  font-family: corbel;
  color:#dbc7ca;
  font-size: 25px;
}
.ex
{
	margin:200px 0 0 0;
	padding: 40px 20px 100px 20px;
	height:1000px;
 color: #808080;
  background-color: rgb(21, 22, 59);
}
.ex p {margin: 15px 0 0 0;font-size:27px;}
.ex a {
    color: white; /* Цвет ссылок */
   }
 .ex  a:visited {
    color: #F0F8FF; /* Цвет посещенных ссылок */
   }
.ex   a:active {
    color: 	#F5F5DC; /* Цвет активных ссылок */}
/*для поисковика*/

.txt {
margin: 35px 0 0 35px;}
.imgex{
width:80%;
margin: 0 0 10px 0;}

.first {
  height: 25px;
  background-color: rgb(21, 22, 59);
}
.second {
  background-color: rgb(255, 255, 255);
}


.container {
  width: 100%;
  min-width: 320px;
  max-width: 1200px;
  margin: 0 auto;
}
.pulse-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  padding: 10px;
  border: none;
  background: #9B786F;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 20px;
  right: 50px;
  cursor: pointer;
  outline: none;
  z-index: 1000;
}


.pulse-buttonn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border-radius: 40px;
    margin: auto;
    border: none;
    background: #fa2626 ;
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 375px;
    left: 135px;
    cursor: pointer;
    outline: none;
    z-index: 1000;



}
.pulse-button__icon {
  display: block;
  width: 60px;
  height: 60px;
  background: url("image/phone.svg") center center/cover no-repeat;
  transition: .3s;
}
.pulse-button__text {
  display: block;
  width: 100%;
  height: 57px;
  font: 24px 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: .3s;
  margin-top: 1px;
}
.pulse-button:hover .pulse-button__icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: .3s;
}
.pulse-button:hover .pulse-button__text {
  transition: .3s;
  opacity: 1;
  visibility: visible;
  position: relative;
}
.pulse-button__rings {
  border: 1px solid #9B786F;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
  border-radius: 50%;
  animation-duration: 2.0s;
  animation-name: pulse_1;
  animation-iteration-count: infinite;
  z-index: -1;
}
.pulse-button__rings:nth-child(2) {
  animation-name: pulse_2;
}
.pulse-button__rings:nth-child(3) {
  animation-name: pulse_3;
}
@keyframes pulse_1 {
  from {
    opacity: 1;
    transform: scale(0.9, 0.9);
  }
 
  to {
    opacity: 0;
    transform: scale(1.3, 1.3);
  }
}
 
@keyframes pulse_2 {
  from {
    opacity: 1;
    transform: scale(0.8, 0.8);
  }
 
  to {
    opacity: 0;
    transform: scale(1.5, 1.5);
  }
}
 
@keyframes pulse_3 {
  from {
    opacity: 1;
    transform: scale(0.8, 0.8);
  }
 
  to {
    opacity: 0;
    transform: scale(1.7, 1.7);
  }
}

.c-button {
 
  font-size: medium;
  color: #1c1c1a;
  width: 30px;
  height: 20px;
  padding-left: 10px;
  padding-right: 80px;
  
}

.login-box {
  margin: 0 auto;
  width: 400px;
  padding: 40px;
  background: rgba(0,0,0,.5);
  box-shadow: 0 15px 25px rgba(0,0,0,.6);
  border-radius: 10px;
}

.login-box h2 {
  margin: 0 0 30px;
  padding: 0;
  color: #fff;
  text-align: center;
}

.login-box .user-box {
  position: relative;
}

.login-box .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}
.login-box .user-box label {
  position: absolute;
  top:0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  transition: .5s;
}

.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #03e9f4;
  font-size: 12px;
}

.login-box form a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #03e9f4;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: .5s;
  margin-top: 40px;
  letter-spacing: 4px
}

.login-box a:hover {
  background: #03e9f4;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4,
              0 0 25px #03e9f4,
              0 0 50px #03e9f4,
              0 0 100px #03e9f4;
}

.login-box a span {
  position: absolute;
  display: block;
}

.login-box a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #03e9f4);
}

.login-box a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #03e9f4);
}

.login-box a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #03e9f4);
}


.login-box a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #03e9f4);
}

/* KEYFRAMES */

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,100% {
    left: 100%;
  }
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,100% {
    top: 100%;
  }
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,100% {
    right: 100%;
  }
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,100% {
    bottom: 100%;
  }
}

/* USING KEYFRAMES */

.login-box a span:nth-child(1) {
  animation: btn-anim1 1s linear infinite;
}

.login-box a span:nth-child(2) {
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s
}

.login-box a span:nth-child(3) {
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}

.login-box a span:nth-child(4) {
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}


* {box-sizing:border-box}

.container2 {
  
  float:left;
}
.container3 {
  margin-left: 610px;
  width: 380px;
}
/* Slideshow container */
.slideshow-container {
  max-width: 300px;
  position: relative;
  
  
}
/* Slideshow container */
.slideshow-container2 {
  max-width: 300px;
  position: relative;
  
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Hide the images by default */
.mySledes {
  display: none;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #46344E;
  font-size: 20px;
  left: 310px;
  position: absolute;
  top: 10px;
  width: 250px;
  font-family: Arial;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/*картинки кругами*/
.addition {
  margin-left: 35%;
  margin-top: 10%;
}

.slideshow {
  position: centre;
  margin: 0 auto;
  padding-top: 50px;
  height: 250px;
  background-color: rgb(10, 10, 10);
  box-sizing: border-box;
}

.content {
  margin: auto;
  width: 190px;
  perspective: 1000px;
  position: relative;
  padding-top: 80px;
}

.content-carrousel {
  padding-left: 40px;
  width: 100%;
  position: absolute;
  float: right;
  animation: rotar 15s infinite linear;
  transform-style: preserve-3d;
}

.content-carrousel:hover {
  animation-play-state: paused;
  cursor: pointer;
}

.content-carrousel figure {
  width: 100%;
  height: 120px;
  border: 1px solid #4d444d;
  overflow: hidden;
  position: absolute;
}

.content-carrousel figure:nth-child(1) {
  transform: rotateY(0deg) translateZ(300px);
}

.content-carrousel figure:nth-child(2) {
  transform: rotateY(60deg) translateZ(300px);
}

.content-carrousel figure:nth-child(3) {
  transform: rotateY(120deg) translateZ(300px);
}

.content-carrousel figure:nth-child(4) {
  transform: rotateY(180deg) translateZ(300px);
}

.content-carrousel figure:nth-child(5) {
  transform: rotateY(240deg) translateZ(300px);
}

.content-carrousel figure:nth-child(6) {
  transform: rotateY(300deg) translateZ(300px);
}

.content-carrousel figure:nth-child(7) {
  transform: rotateY(360deg) translateZ(300px);
}

.slideshow {
  position: absolute;
  box-shadow: 0px 0pz 20px 0px #000;
  border-radius: 2px;
}

.content-carrousel img {
  image-rendering: auto;
  transition: all 300ms;
  width: 100%;
  height: 100%;
}

.content-carrousel img:hover {
  transform: scale(1.2);
  transition: all 300ms;
}

@keyframes rotar {
  from {
      transform: rotateY(0deg);
  }

  to {
      transform: rotateY(360deg);
  }
}

/*блок2*/
.block2{
  background: #ffffff ;
  margin-left: 5px;
  margin-right: 20px ;
  width: 100%;
  min-width: 320px;
  max-width: 1200px;
  margin: 0 auto;
  
}



.bl21{
  font-family: Arial;
  text-align: center;
  color: #46344E ;
  
}

/*таблица*/
.table {
  table-layout: fixed;
  font-family: Arial;
   
}
.td {
  width: 300px;
  border: 4px solid #9D8D8F ;
  text-align: center;
  color: #46344E ;
}

/*всплывающая подска*/

.tooltip {
	width:100%;
	border: 4px solid #9D8D8F ;
	text-align: center;
	max-width:300px;
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* Если вы хотите точки под текстом при наведении мыши */
}

/* Текст подсказки */
.tooltip .tooltiptext {
  font-size: small;
  transition: all 1s;
  opacity: 0;
  visibility: hidden;
    background-color: #9B786F;
  color: #ffffff ;
  text-align: justify;
  padding: 20px 20px;
  border-radius: 20px;
   /* Разместите текст всплывающей подсказки - см. Примеры ниже! */
  position: absolute;
  z-index: 1;

  width: 250px;
  top: 100%;
  left: 50%;
  margin-left: 0;
}
/* Текст подсказки */
.tooltip .tooltiptextt {
  font-size: small;
  transition: all 1s;
  opacity: 0;
  visibility: hidden;
    background-color: #9B786F;
  color: #ffffff ;
  text-align: justify;
  padding: 20px 20px;
  border-radius: 20px;
   /* Разместите текст всплывающей подсказки - см. Примеры ниже! */
  position: absolute;
  z-index: 1;

  width: 250px;
  top: 100%;
  left: -80%;
  margin-left: 0;
}

/* Показывать текст всплывающей подсказки при наведении указателя мыши на контейнер всплывающей подсказки */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  
}
/* Показывать текст всплывающей подсказки при наведении указателя мыши на контейнер всплывающей подсказки */
.tooltip:hover .tooltiptextt {
  visibility: visible;
  opacity: 1;
  
}
.tooltip:hover{
  color: #5265f6; /* Меняем цвет текста */
}

/*карточки товаров*/
.cards {
  display: grid;
  /* Автоматически заполняем на всю ширину grid-контейнера */
  grid-template-columns: repeat(auto-fill, 700px);
  width: 100%;
  max-width: 1000px; /* Ширина grid-контейнера */
  justify-content: center;
  justify-items: center; /* Размещаем карточку по центру */
  column-gap: 30px; /* Отступ между колонками */
  row-gap: 40px; /* Отступ между рядами */
  margin: 0 auto;
}




.card {
  width: 700px;
  min-height: 350px;
  box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column; /* Размещаем элементы в колонку */
  border-radius: 7px;
  transition: 0.5s;
  position: relative;
}

/* При наведении на карточку - меняем цвет тени */
.card:hover {
  box-shadow: 0px 5px 10px 12px rgba(255, 102, 51, 0.2);
}

.card__top {
  flex: 0 0 520px; /* Задаем высоту 220px, запрещаем расширение и сужение по высоте */
  position: relative;
  overflow: hidden; /* Скрываем, что выходит за пределы */
}

/* Контейнер для картинки */
.card__image {
  display: block;
  position: absolute;
  top: 0;
  left: 28px;
  
  height: 640px;
}

.card__image > img {
  
  height: 640px;
  object-fit: contain; /* Встраиваем картинку в контейнер card__image */
  transition: 0.2s;
}

/* При наведении - увеличиваем картинку */
.card__image:hover > img {
  transform: scale(1.4);
}

/* Размещаем скидку на товар относительно изображения */
.card__label {
  padding: 6px 15px;
  position: absolute;
  bottom: 10px;
  left: 35px;
  background: #ff6633;
  border-radius: 4px;
  font-weight: 400;
  font-size: 25px;
  color: #fff;
}

.card__bottom {
  display: block;
  flex-direction: column;
  flex: 1 0 auto; /* Занимаем всю оставшуюся высоту карточки */
  padding: 10px;
  
}

.card__prices {
  display: block;
  margin-bottom: 0;
   /* Размещаем цены равномерно в две колонки */
}

.card__price::after {
  content: "тг";
  margin-left: 4px;
  position: relative;
}

.card__price--discount {
  font-weight: 700;
  font-size: 35px;
  color: #b70000;
  display: flex;
  flex-wrap: wrap-reverse;
}

.card__price--discount::before {
  content: "Стоимость:  ";
  font-weight: 400;
  font-size: 30px;
  color: #bfbfbf;
  width: 220px;
	text-indent: 35px;

}

.card__price--common {
  font-weight: 400;
  font-size: 25px;
  color: #606060;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
  text-decoration-color: rgb(134, 47, 47);
}

.card__price--common::before {
  content: "Обычная:";
  font-weight: 400;
  font-size: 25px;
  color: #bfbfbf;
  width: 150px;
  
}
.pin{
	text-indent: 35px;
  font-family: Arial;
  font-size: 30px;
  color: #585858;
}
.card__title {
  margin-top: 5px;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 35px;
  line-height: 150%;
  color: #414141;
  text-align: center;
  font-family: Arial;
}

.card__title:hover {
  color: #ff6633;
}

.card__add {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 32px;
  
  padding: 10px;
  text-align: center;
  border: 1px solid #ff7417;
  border-radius: 4px;
  cursor: pointer; /* Меняем курсор при наведении */
  transition: 0.2s;
  margin-top: 15px; /* Прижимаем кнопку к низу карточки */
  
}
.butcc {
text-decoration:none;

}

.butc {
text-decoration:none;
color: #e04300;
}
.butc:hover {
text-decoration:none;
color: #fff;
}

.card__add:hover {
  border: 1px solid #ff6633;
  background-color: #ff6633;
  
}

.ver {
  width: 24px;
  float: right;
  margin-top: 1px;
}




  .menu__container {
    right: 10%;
    
    
  }
  .menu__button {
    top: 20px;
    margin-left: auto;
	margin-right: 20px;
    width: 70px;
    height: 110px;
    border: 1px solid rgb(255, 255, 255);
    background-image: url(image/mn.png);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center;
  }
  .menu {
    border: 2px solid rgb(238, 238, 238);
    width: 600px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    background-color: #f1f3f3;
    right: 90px;
    top: 80px;
  }
  .menu-open{
    display: inline-block;
  }
  .menu-close {
    display: none;
  }
  .menu__content li a{
    display:block;
    height:150px; padding:60px 100px 0 50px; color:#282338; text-decoration:none; text-transform:uppercase;
  }
  .menu__content li a:hover {
    color:#fff;
    
    background:#00d0ff;
    
  }
  .hh {
    text-align: center;
    color: #ffffff;
    background: #282338;
  }
  