/* Стили личного кабинета */
.help {
        background: rgba(0,0,0,0.7);
        border-radius: 10px;
        margin-left: 430px;
        color: #AAA;
        opacity: 0;
         padding: 3px 6px;
        position: absolute;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        visibility: hidden;
        z-index: 1;
        margin-top: -50px;
      }
.help::after {
        /*border: 8px solid transparent;*/
        border-bottom-color: rgba(0,0,0,0.7);
        content: '';
        left: 50%;
        margin-left: -8px;
        position: absolute;
        top: -16px;
      }
      .help-show {
       opacity: 1;
        visibility: visible;
      }

#l555 {
    text-align: left;
}
#jjj1 {
    text-align: right;
}
#ima1 {
    border-radius: 5px;
}
#ima2 {
    width: 23%; border-radius: 10px;
}
#ima3 {
    width: 25%; border-radius: 5px;
}
#ima4 {
    width: 31%; border-radius: 40px;
}
#ima5 {
    width: 32%; border-radius: 11px;
}
#ima6 {
    width: 30%; border-radius: 30px;
}
#ima7 {
    width: 30%; border-radius: 24px;
}
#ima8 {
    width: 30%; border-radius: 24px;
}
#for {
    text-align: right;
}
#for1 {
    text-align: right;
}
#bon {
    text-align: right;
}
#boooom {
    text-align: center; margin-bottom: 40px;
}
#boom {
    border: 3px solid blue; width: 200px; border-radius: 5px;
}
#boom1 {
    border: 3px solid blue; width: 200px; border-radius: 5px;
}
#boom2 {
    border: 3px solid blue; width: 200px; height: 136px; border-radius: 5px;
}
#booom {
    font-size: 20px; font-weight: bold;
}

/* Стили выпадения меню електроенергия */
.sub-menu {height: 0; overflow: hidden; opacity: 0; transition: all 0.5s ease-in;}

.contactos{
  margin-top: -48px;
}

/* Стили модального окна при клике на сердце */

.overlay {
  position: fixed;
  z-index: 5;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6); /* затемнение фона */
  display: none;
}
.overlay.active {
  display: block;
}
.overlay .flex-popap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay .flex-popap .popap {
  position: relative;
  background-color: #fff;  /* цвет фона всплывающего блока */
  padding: 35px 25px;
  margin: 0 10px;
  max-width: 400px;
  overflow: auto;
  margin-top: 100px;
  border-radius: 25px;
}
.popap span {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

/* Стили сердечко для зибранного */

.heart {
  font-size: 43px;
  color: red;
  margin-top: 10px;
  margin-left: 30px;
}
.heard{
  display: flex;
}

input.button5 {
  width: 70%;
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: .8em 1em calc(.8em + 3px);
  border-radius: 3px;
  background: rgb(64,199,129);
  box-shadow: 0 -3px rgb(53,167,110) inset;
  transition: 0.2s;
  margin-top: 10px;
  margin-left: 20px;
} 
input.button5:hover { background: rgb(53, 167, 110); }
input.button5:active {
  background: rgb(33,147,90);
  box-shadow: 0 3px rgb(33,147,90) inset;
}
.coll{
  width: 250px; 
  margin: 10px 10px; 
  margin-top: 20px; 
  height: 440px;
  border: 1px groove blue;
  padding: 4px;
}
.product-grid{
    font-family: 'Roboto', sans-serif;
    position: relative;
}
.product-grid .product-image{
    overflow: hidden;
    position: relative;
}
.product-grid .product-image:before{
    content: "";
    background: url('../images/aciii.jpg') no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.4s ease-out 0s;
}
.product-grid:hover .product-image:before{ opacity: 1; }
.product-grid .product-image a{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-image .pic-1{
    opacity: 1;
    backface-visibility: hidden;
    transition: all 0.4s ease-out 0s;
}
.product-grid:hover .product-image .pic-1{ opacity: 0; }
.product-image .pic-2{
    width: 100%;
    height: 100%;
    opacity: 0;
    backface-visibility: hidden;
    transform: scale(3);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s ease-out 0s;
}
.product-grid:hover .product-image .pic-2 {
    opacity: 1;
    transform: scale(1);
}
.product-image .product-trend-label,
.product-image .product-discount-label{
    content: "";
    color: #fff;
    background-color: #2ecc71;
    font-size: 12px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 0 7px;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
}
.product-image .product-discount-label{
    background-color: #e74c3c;;
    left: auto;
    right: 12px;
}
.product-grid .social {
    padding: 0;
    margin: 0;
    list-style: none;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 4;
}
.product-grid .social li {
    margin: 0 0 12px;
    opacity: 0;
    transform: translateX(-60px);
    transition: transform .3s ease-out 0s;
}
.product-grid:hover .social li {
    opacity: 1;
    transform: translateX(0);
}
.product-grid:hover .social li:nth-child(2){ transition-delay: 0.1s; }
.product-grid:hover .social li:nth-child(3){ transition-delay: 0.2s; }
.product-grid:hover .social li:nth-child(4){ transition-delay: 0.3s; }
.product-grid .social li a {
    color: #fff;
    font-size: 22px;
    transition: all 0.3s;
}
.product-grid .social li a:hover { color: #e74c3c;; }
.product-grid .social li a:before,
 .product-grid .social li a:after{
    content: attr(data-tip);
    color: #000;
    background: #fff;
    font-size: 14px;
    padding: 5px 10px;
    white-space: nowrap;
    display: none;
    transform: translateY(-50%);
    position: absolute;
    left: 33px;
    top: 50%;
    transition: all 0.3s;
}
.product-grid .social li a:after{
    content: '';
    background: linear-gradient(-45deg, #fff 49%, transparent 50%);
    width: 10px;
    height: 10px;
    top: 40%;
    left: 20px;
}
.product-grid .social li a:hover:before,
.product-grid .social li a:hover:after{
      display: block;
}
.product-grid .product-content{ padding: 12px 0; }
.product-grid .title{
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.product-grid .title a{ color: #959595; }
.product-grid .title a:hover{ color: #e74c3c;; }
.product-grid .price{
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
.product-grid .price span{
    color: #333;
    text-decoration: line-through;
    margin-right: 3px;
}
.price{
  font-weight: bold;
  font-size: 20px;
  margin-top: -20px;
  }
.price1{
  margin-bottom: 14px;
  }
.znujka5{
  font-size: 12px;
  }
.cina{
  font-weight: bold;
}
.column7{
  margin-left: 19%;
  width: 63%;
}
.product-grid .price.discount{ color: #e74c3c;; }

@media only screen and (max-width:990px){
    .product-grid{ margin-bottom: 30px; }
}

/* Кнопка ВВЕРХ и окно */

div.scrollup {
  z-index: 9999;
  position: fixed; /* фиксированная позиция */
  color: #fff; /* цвет текста */
  background-color: #286090; /* цвет заднего фона */
  right: 0px; /* расстояние от правого края */
  bottom: 180px; /* расстояние от нижнего края */
  padding: 4px 10px; /* отступы до содержимого блока */
  font-size: 20px; /* размер шрифта (иконки) */
  border-top-left-radius: 4px; /* скругление верхнего левого угла */
  border-bottom-left-radius: 4px; /* скругление верхнего правого угла */
  cursor: pointer; /* форма курсора */
  display: none; /* не отображать элемент */
  text-align: center; /*выравнивание содержимого элемента по центру */
}
div.scrollup:hover {
  background-color: #000; /* цвет заднего фона при наведении */
}

.scrollup[data-tooltip]::after {
  margin-top: -8px;
  margin-left: -128px;
}

/* Картинка возле меню Акции */

.akcii{
  width: 19px;
  margin-left: 5px;
  height: 19px;
  margin-bottom: 2px;
}

/* Картинка под логотипом */

.tel_logo{
  height: 27px;
  color: white;
  margin-left: 31px;
}

/* Окно при наведении на корзину */

[data-tooltip] {
    position: relative; /* Относительное позиционирование */ 
   }
   [data-tooltip]::after {
    content: attr(data-tooltip); /* Выводим текст */
    position: absolute; /* Абсолютное позиционирование */
    width: max-content; /* Ширина подсказки */
   /* Положение подсказки */
    background: #fff; /* Синий цвет фона */
    color: black; /* Цвет текста */
    padding: 0.5em; /* Поля вокруг текста */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
    pointer-events: none; /* Подсказка */
    opacity: 0; /* Подсказка невидима */
    transition: 1s; /* Время появления подсказки */
    border-radius: 10px;
    margin-top: 20px;
    margin-left: -160px;
    text-align: center;
   } 
   [data-tooltip]:hover::after {
    opacity: 1; /* Показываем подсказку */
    margin-top: 20px; /* Положение подсказки */
   }

/* Капча */

#captcha {
    color: #1325a2;
    text-shadow: white 1px 1px 1px;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
}

.photograf{
  margin-top: 81px;
}

/* Таблица */

 .vvod{
  width: 200px;
  margin-left: 40%;
}

.table-wrap {
    text-align: center;
    display: inline-block;
    background-color: #fff;
    padding: 2rem 2rem;
    color: #000;
    margin-left: 25%;
}
 
 table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }
 
  table tr {
    border: 1px solid #ddd;
    padding: 5px;
  }
 
  table th, table td {
    padding: 10px;
    text-align: center;
    border-right: 1px solid #ddd;
  }
 
  table th {
    color: #fff;
    background-color: #444;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }

/* Всплывающее окно #1 */

#parent_popup1 {
  /*background-color: rgba(0, 0, 0, 0.8);*/
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#popup1 { 
  font-weight: bold;
  text-align: center;
  height: 120px;
  background-color: #b1d9e2;
  width: 178px;
  margin: 110px 1115px;
	padding: 8px 2px 12px 0px;
	border: 3px solid blue;
	position: relative;
	/*--CSS3 CSS3 Тени для Блока--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Закругленные углы--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.colorer{
	margin-top: -36px;
    font-size: 22px;
    color: #27da4d;
}
/* кнопка закрытия */
.close {
    background-color: rgba(0, 0, 0, 0.8);
	border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -24px;
	cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    top: -24px;
    width: 24px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background-color: rgba(0, 122, 200, 0.8);
}

/* Всплывающее окно #2 */

#parent_popup {
  /*background-color: rgba(0, 0, 0, 0.8);*/
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
}
#popup { 
  background: url(images/vdomalad/team/03.jpg);
  width: 230px;
  margin-top: 120px;
  margin-left: 715px;
	padding: 5px 20px 13px 20px;
	border: 3px solid blue;
	position: relative;
	/*--CSS3 CSS3 Тени для Блока--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Закругленные углы--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/* кнопка закрытия */
.close {
    background-color: rgba(0, 0, 0, 0.8);
	border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -24px;
	cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    top: -24px;
    width: 24px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover {
  background-color: rgba(0, 122, 200, 0.8);
}
#submit{
  width: 184px;
}

#name{
	margin-top: 20px;
}
.vstavka{
	margin-bottom: -109px;
  padding-bottom: 8rem;
  background-color: #172B56;
  border-color: #172B56;
  height: 190px;
}

.amount {
	width: 10em;
	display: flex;
  margin-top: 10px;
  margin-left: 32px;
}
.vue{
  height: 35px;
  width: 136px;
  padding: 5px;
}
.amount span {
	display:inline-block;
	width:25px;
	height:30px;
	background:#ededed;
	cursor:pointer;
	text-align:center;
}
.amount span:hover {
	background:#dfdfdf;
}
.amount input {
	width: 5em;
  height: 0em;
}
.input{
	padding: 4em 15em 0 15em; 
}
.check{
	margin-left: 0px;
  margin-top: 15px;
}
.text{
	width: 80em;
  font-size: 17px;
}
.slidejs{
  margin-left: 32%;
  margin-bottom: 6%;
  width: 40%;
}

@media only screen and (max-width: 600px) and (min-width: 350px) {

#styless {
    margin-top: 40px;
}
.help {
    margin-left: 40px;
}
#l555 {
    margin-left: -10px;
}
#jjj1 {
    margin-top: -10px; text-align: center;
}
#ima1 {
    border-radius: 5px; width: 66%;
}
#ima2 {
    width: 84%; border-radius: 10px;
}
#ima3 {
    width: 85%; border-radius: 5px;
}
#ima4 {
    width: 90%; border-radius: 30px;
}
#ima5 {
    width: 88%; border-radius: 11px;
}
#ima6 {
    width: 90%; border-radius: 24px; margin-top: -4px;
}
#ima7 {
    width: 90%; border-radius: 24px;
}
#ima8 {
    width: 90%; border-radius: 24px;
}
#adre {
    margin-top: -50px;
}
#for1 {
    margin-bottom: -5px;
}
#for {
    margin-top: -10px;
}
#bon {
    margin-top: -14px;
}
#boom {
    border: 2px solid blue; width: 100px; border-radius: 5px; height: 115px;
}
#boom1 {
    border: 2px solid blue; width: 100px; height: 115px; border-radius: 5px;
}
#boom2 {
    border: 2px solid blue; width: 100px; height: 115px; border-radius: 5px;
}
#booom {
    font-size: 10px; font-weight: bold;
}
#boooom {
    text-align: center; margin-bottom: 40px; margin-left: 5px;
}
  .coment{
  width: 100%;
  margin-left: 0;
  padding: 10px;
}
  .input{
	padding: 1em 1em 0 1em; 
}
	.vstavka{
	display: none;
}
	#popup { 
    margin-top: 105px;
    margin-left: 80px;
}
	#popup1 { 
  	margin: 8px 43%;
}

	#parent_popup1 { 
  	margin-top: 103px;
    margin-left: 179px;
}

  .g-recaptcha{
    margin-top: -8%;
}

  .table-wrap {
    width: 98%;
    margin-left: 1%;
}

  .check {
  margin-left: 40%;
}

  .amount {
  margin-left: 22%;
}

  .slidejs{
  margin-left: 12%; 
  margin-bottom: 6%; 
  width: 76%;
}

  .vvod{
  width: 200px;
  margin-left: 25%;
}

.photograf{
  margin-top: 1px;
}
.coll{
  width: 118px; 
  margin: 10px 10px; 
  margin-bottom: 0px; 
  height: 320px;
  border: 1px solid blue;
  padding: 3px 3px;
  margin-left: -5px;
  line-height: 1.6;
}
.rowz{
  max-width: max-content;
  margin-left: 20px;
}
.product-grid .title {
  font-size: 10px;
}
.product-image .product-trend-label {
  font-size: 10px;
  line-height: 1;
  font-weight: 0;
  top: 2px;
  left: 2px;
}
.price {
  font-weight: bold;
  font-size: 12px;
  margin-top: -35px;
}
.price1 {
  font-size: 10px; 
}
.cina{
  font-size: 10px;
  font-weight: bold;
}
.column7{
  margin-left: 1px;
  width: 100%;
  margin-bottom: 20px;
}
input.button5{
  font-weight: 100;
  padding: 5px 5px 5px 1px;
  width: 73px;
  margin-left: 1px;
  margin-top: 0px;
}
.product-grid .product-image:before{
    background: url('../images/aciiii.jpg') no-repeat;
}
.heart {
  font-size: 33px;
  color: red;
  margin-top: 0px;
  margin-left: 13px;
} 
.contactos{
  margin-top: -70px;
}
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table thead {
    display: none;
  }
  table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }
  table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    border-right: 1px solid transparent;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}

@media only screen and (max-width: 960px) and (min-width: 580px) {
  .vstavka{
  display: none;
}
#popup { 
    margin-top: 87px;
    margin-left: 280px;
}
#popup1 { 
    
}
#contactform {
    margin-top: -18px;
}
.close {
  display: none;
}
#name, #phone {
  margin-bottom: 7px;
}
#buton {
  margin-top: -7px;
  margin-bottom: -7px;
}
#popup1{
  margin: 96px 538px;
}
}