h1, h2, h3, h4, h5, h6, strong{
	hyphens: auto;
	color: #333 !important;
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-align: start !important;
}

h1{
	hyphens: auto;
}

h2{
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}

h3{
	font-size: 1.5rem;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}

strong{
	color: #333 !important;
}

.popupinfo{
	position: fixed;
	bottom: 0;
	width: 300px;
	height: 140px;
	margin: 10px;
	background-color: white;
	box-shadow: 1px 1px 5px gray;
	border-radius: 10px;
	z-index: 4;
}

.popupinfo::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 5%;
    width: 50px;
    height: 50px;
    background-image: url('/view/img/cookie.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 4;
}







/*Start menu*/

.nav-link{
	font-size: 18px;
}

.nav-item{
	padding-left: 5px;
	margin-right: 20px;
	transition: 0.4s;
	cursor: pointer;
}

.dropdown-item:active{
	background-color: #5A4FE5;
}

.button{
	width: 100px;
	height: 40px;
	border:  none;
}

.button:active{
	transition: 0.2s;
	transform: scale(0.96);
}

.btn-animate{
	position: relative;
	overflow: hidden;
  }
  
.btn-animate:before {
	content: '';
	width: 100%;
	height: 200%;
	position: absolute;
	top: 0; left: 0;
	opacity: 0.3;
	filter: blur(20px);;
	background: linear-gradient(to left, transparent 0%, #fff 30%, #fff 50%, transparent 100%);
	transform: translate(-100%, -45%) rotate(140deg);
	animation: blick 4s infinite;
}

@keyframes blick {
	0% {
	  transform: translate(-100%, -45%) rotate(140deg);
	}
	20% {
	  transform: translate(100%, -45%) rotate(140deg);
	}
	100% {
	  transform: translate(100%, -45%) rotate(140deg);
	}
  }

.bg-green{
	transition: 0.1s;
	background-color: #3CBA9F;
}

.bg-green:hover{
	transition: 0.1s;
	background-color: #19C29D;
}

#searchblock{
	position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.suggestions-list {
    list-style: none;
    padding: 0;
    border: 1px solid #ccc;
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    background: white;
    width: 100%;
	min-width: 340px;
	transform: translate(0px, 42px);
	z-index: 1;
	display: none;
	border-radius: 5px;
}

.suggestions-list li {
    padding: 5px;
    cursor: pointer;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
	text-align: left;
	height: 50px;
	font-size: 1rem;
 	font-weight: 350;
}

.suggestions-list li:hover {
    background-color: #f0f0f0;
}

.img-s{
	height: 100%;

}


/*End menu*/


/*Start banner*/
html{
	min-width: 380px;

}

.banner{
	overflow: hidden;
}

.into-col{
	animation: floating 3s ease-in-out infinite; 
  	display: inline-block;
}

@keyframes floating {
	0% {
	  transform: translateY(0);
	}
	50% {
	  transform: translateY(-15px);
	}
	100% {
	  transform: translateY(0);
	}
}

.bg-lilac-gradient{
	background: rgb(133,170,255);
background: linear-gradient(90deg, rgba(133,170,255,1) 62%, rgba(133,170,255,0.7203256302521008) 100%);
}

.bg-lilac{
	background: rgb(133,170,255);
	background: linear-gradient(142deg, rgba(133,170,255,1) 54%, rgba(133,170,255,0.5410539215686274) 100%);
}

.bg-green{
	transition: 0.1s;
	background-color: #3CBA9F;
}

.bg-green:hover{
	transition: 0.1s;
	background-color: #19C29D;
}

.bg-yellow{
	background-color: #FEB943;;
}

.bg-yellow:hover{
	transition: 0.1s;
	background-color: #F4B240;;
}

.bg-orange{
	background-color: #ff965f;
}

.bg-orange:hover{
	transition: 0.1s;
	background-color: #fe9057 ;
}

.bg-blue{
	transition: 0.1s;
	background-color: #3E95CD;
}

.bg-blue:hover{
	transition: 0.1s;
	background-color: #0D91E3;
}

.bg-red{
	background-color: #C45850;
}

.bg-red:hover{
	background-color: #D15850;
}

.bg-red-opacity{
	background-color: #EED9D8;
}


.button{
	width: 100px;
	height: 40px;
	border:  none;
}

.button:active{
	transition: 0.2s;
	transform: scale(0.96);
}

.mini-button{
	width: 50px;
	height: 50px;
	border:  none;
	border-radius: 10px;
	transition: 0.3s;
	background-color: rgba(255, 255, 255, 0.1)
}

.mini-button:hover{
	transition: 0.3s;
	background-color: rgba(255, 255, 255, 0.3)
}

.form-check-input{
	cursor: pointer !important;
}


.rounded-10{
	border-radius: 15px;
}

.avatar-mini{
	background-color: lightgray;
    background-size: cover;
    background-repeat: no-repeat;
	object-fit:cover; 
    background-position: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.post-body{
	font-size: 18px !important;
	color: #242221;
	text-align: justify;
}

img {
  pointer-events: none;
}


h2{
	margin-top: 2rem;
	margin-bottom: 1rem;
}

a{
	text-decoration: none;
 	font-weight: 400;
}

p{
	font-size: 1.1rem;
  	font-weight: 350;
	line-height: 170%;
	
}

ul{
	font-size: 1.15rem;
  	font-weight: 350;
	line-height: 170%;
	text-align: justify;
}

li::marker {
	color: #33AAE2; 
	font-size: 18px;
}



.text-column{
	  width: 400px;
    height: 225px;
    margin: 20px 15px 20px 15px;
}


.into-col{
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	transition: 0.5s;
}

.yellow-black-btn{
	min-width: 50%;
	background-color: #FFBB42;
	transition: 0.5s;
}

.yellow-black-btn:hover{
	background-color: black;
	color: white;
	transition: 0.5s;
}


@media(max-width: 576px){
	.yellow-black-btn{
		width: 100%;
	}
}

/*End banner*/


/*Start wrapper*/

.wrapperbar{
	  display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.itemgroup{
	display:  flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	overflow-y: hidden;
	justify-content: center;

}


@media(max-width: 992px){
	.itemgroup{
		justify-content: start;
		overflow-y: hidden;
		overflow-x: auto;
	}

		.container{
		min-width: 100% !important;
	}
}

@media(max-width: 768px){
	.p-5{
		padding: 1rem;
	}




}


.itemblock {
    display: flex;
	scroll-snap-align: center;
	display: inline-flex;
	justify-content: center;
    position: relative;
    width: 96px;
    height: 108px;
    min-width: 96px;
    border: 2px solid;
    border-radius: 12px;
    border-color: rgba(255, 187, 0, 0.6);
    justify-content: center;
    overflow: hidden;
    padding: 3px;
    cursor: pointer;    
}



.item-img{
	position:  relative;
	border-radius: 10px;
	transition: 0.5s;
	z-index: 0;
	width: 100%;
}

.itemblock.hovered > .item-img{
	transform: scale(1.09);
	transition: 0.3s;
}

.itemblock:hover .item-img{
	transform: scale(1.09);
	transition: 0.3s;
}

.item-text{
	position: absolute;
	font-size: 14px;
	text-align: center;
}


.itemgroup::-webkit-scrollbar {
  display: none;
}




.itemblock-reviews{
	position: relative;
	width: 320px;
	height: 340px;
	min-width: 300px;
	justify-content: center;
	overflow: hidden;
	padding: 3px;
}

.circle{
	border-radius: 100%;
	width: 50px;
	min-width: 50px;
	height: 50px;
	overflow: hidden;
}

.circle-img{
	object-fit: cover;
	width: 50px;
}

.promo{
	overflow: hidden;
	background: linear-gradient(124deg, rgba(73,167,229,1) 50%, rgba(215,238,254,1) 100%);
}

.promo:hover .circle-img-big{
	transform: scale(1.1);
	transition: 0.3s;
}

.circle-frame{
  display: flex;
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  justify-content: center;
  object-fit: contain;
  overflow: hidden;
  cursor: pointer;
}


.circle-img-big{
	width: 100%;
	height: 100%;
	transition: 0.5s;
}

.text-thin{
	font-size: 12px;
	font-weight: 400;
}


.review-text{
	position: relative;
	font-size: 14px;
	text-align: justify;
}



/* Стили для кнопки */
#scrollToTopBtn {
    position: fixed; /* Фиксированное положение */
    bottom: 20px; /* Отступ снизу */
    right: 20px; /* Отступ справа */
    z-index: 100; /* Поверх других элементов */
    background-color: #698FF9; /* Желтый цвет */
    color: white; /* Белый цвет текста */
    border: none;
    border-radius: 50%; /* Закругленная форма */
    padding: 12px 15px; /* Отступы внутри кнопки */
    cursor: pointer;
    opacity: 0.9; /* Полупрозрачность */
    transition: background-color 0.3s ease; /* Плавный переход цвета */
	animation: floating 3s ease-in-out infinite;
}

#scrollToTopBtn:hover {
    background-color: #000000; /* Черный цвет при наведении */
    opacity: 1; /* Непрозрачность при наведении */
}

#scrollToTopBtn i {
    font-size: 20px; /* Размер иконки */
}


pre{
	display: flex;
	flex-direction: column;
	position: relative;
	border-radius: 10px;
	background: #2B2B2B;
	overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color:  #454648 transparent;
}

code{
	margin-top: 40px;
	padding-top: 10px !important;
	padding-bottom: 30px !important;
	background: #1F1F1F !important;
}

.mac-buttons {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
}

.mac-button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px;
}

.mac-button.red {
    background-color: #fc625d;
}

.mac-button.yellow {
    background-color: #fdbc40;
}

.mac-button.green {
    background-color: #34c84a;
}

.copy-button {
	background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
	height: 35px;
	width: 35px;
	margin: 5px;
	padding-top: 5px;
	border-radius: 50%;
	transition: 0.3s;
}

.copy-button::before{
	content: url('/view/img/copy.svg');
}

.copy-button:hover{
	background-color: #454648;
}


.modal{
	position: fixed;
	backdrop-filter: blur(3px);
}

.modal-backdrop {
	background: rgba(0, 0, 0, 0.4);
}


.modal-header{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.modal-content {
    border-radius: 16px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.4);
}

.modal.fade .modal-dialog {
    transform: scale(0.1); /* Исходное состояние (уменьшенное) */
    opacity: 0.3;
    transition: transform 0.4s ease-out, opacity 0.3s ease-out;
}

.modal.show .modal-dialog {
    transform: scale(1); /* Нормальный размер */
    opacity: 1;
}




@media(min-width: 576px){
	.cart-delimiter{
		border-right: 2px solid;
		border-color: #DEE2E6;
	}
}




.rs{
	float:  right;

}


.submit-btn{
	min-width: 20%;
	background-color: #FFBB42;
	transition: 0.5s;
}

.submit-btn:hover{
	background-color: black;
	color: white;
	transition: 0.5s;
}


@media(max-width: 576px){
	.submit-btn{
		width: 100%;
	}
}
/*End wrapper*/


::-webkit-scrollbar{
  display: block;
  width: 8px;
  overflow: auto;
  height: 2em;
  outline: 1px solid silver;
  background-color: silver;
}

::-webkit-scrollbar-thumb {
  background-color: #859fff;
}




