@charset "UTF-8";

html,
body{
	height:100%;
}
html{
	font-size: 62.5%;
}
body{
	font: 400 2rem/1.6 var(--ff-roboto);
	color: var(--textColor);
	background: #fff;
	
}
body.scroll-off{
	overflow:hidden;
}
ul{
	margin:0; padding:0;
	list-style:none;
}
a{
	color:var(--linkColor);
	font-weight: bold;
}
a:hover,
a:focus{
	color: var(--borderColor);
	text-decoration: none;
}
.link{
	color: #337ab7;
	text-decoration: none;
}
.link:hover,
.link:focus{
	color: #23527c;
	text-decoration: underline;
}
div:focus,
button:focus,
a:focus{
	outline:none;
}
.bold{
	font-weight:700;
}
:root{
	--ff-roboto: Arial, sans-serif;
	/*--red: #e21117;
	--dark-blue: #0d3270;
	--blue: #0097de;*/
	--fonColor: #147883;
	--fonColor2: #25ede070;
	--hColor: #000000;
	--linkColor: #147883;
	--textColor: #000000;
	--borderColor: #fff;
	--buttonColor: #1ebfbc;
	--buttonColorHover: #834386;
}
.flex{
	display:flex !important;
}
.flex-sb{
	display:flex !important;
	justify-content: space-between;
}
.flex-jc-c{
	display:flex !important;
	justify-content: center;
}
.flex-end{
	display:flex !important;
	justify-content: flex-end;
}
.flex-c{
	display: flex !important;
	align-items: center;
}
.flex-cc{
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.flex-c-sb{
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.flex-wrap{
	display:flex !important;
	flex-wrap:wrap;
}
.bold{
	font-weight:700;
}
.container.flex-c-sb:before,
.container.flex-c-sb:after,
.container.flex-sb:before,
.container.flex-sb:after{
	content: none;
}
.main-wrapper{
	position:relative;
	min-height:100%;
	overflow:auto;
	background:#fff;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive.img-width {
  width: 100%;
}

.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

/* ----- Header ----- */


.burger{
	display:none;
}
.header-fixed{
	position: fixed;
	left: 0; top: 0;
	z-index: 10;
	width: 100%;
	background-color: var(--buttonColor);
}
.header__wrapper--first{
	padding: 10px;
    background-color: #fff;
}
.header__wrapper--second{
	background-color: #41B7F6; /* #48a3bf */
}
.header__first{
	font: 500 1.6rem/2.4rem var(--ff-roboto);
	text-transform: uppercase;
}
.header__logo {
  color: #0686CB;
}
.header__address h2 {
	font-size: 47px;
	color: #fff;
	font-size: 3.5rem;
	text-align: center;
	line-height: 0.85;
}

.title_istina {
	font-weight: bold;
	font-size: 4rem;
	font-family: "Times New Roman", serif;
}
.title_footer {
	font-weight: bold;
	font-size: 2.5rem;
	font-family: "Times New Roman", serif;
}

.header__address{
	margin: 0 auto;
}
.header__logo a{

}
.header__logo img{
	height: 70px;
  margin-right: 10px;
}
.header__feedback{

}
.header__telephones{

}
.header__telephones a{
	display:block;
	font-size: 1.8rem;
	color: #0686CB;
    margin-bottom: 8px;
  	text-transform: lowercase;
  	text-shadow: 0 0 15px #0206ad91;
}

.header__telephones a:hover{
	color: var(--fonColor);
}

.header__social-networks{
	margin-left: 20px;
}
.header__social-networks a{

}
.header__social-networks a+a{
	margin-left: 5px;
}
.header__social-networks img{

}
.main-menu{
	/*margin: 0 -20px 0 -20px;*/
}
.main-menu ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-menu li{

}
.main-menu a{
	display: block;
	padding: 20px;
	text-transform: uppercase;
	transition: .25s;
	color: #fff;
  	font-size: 1.8rem
}
.main-menu a:hover,
.main-menu li.active a{
	color: #d2b2e6; /* #235264 */
	text-decoration: none;
}

.top-slider-wrapper {
    background-color: #fff;
}

/* ----- Body ---- */
.page-left-col{
	padding: 30px 10px 30px 0;
}
.page-main-col{

}

.custom{
	background:#41B7F6;
}
.page-right-col{
	padding: 30px 0 30px 10px;
}

.page-left ul {
	display: block;
}

.page-left ul li {
	margin: 10px 5px;
}

.page-left ul li a {
	font-size: 2rem;
}

.page-left ul li a:hover, .page-left ul li.active a {
	color: var(--fonColor);
}

div[itemprop="articleBody"] {
  margin-bottom: 30px;
}
/*div[itemprop="articleBody"] table tr, div.content-category table tr {
  border-bottom: 1px solid #dbdcde;
}
div[itemprop="articleBody"] table tr:last-child, div.content-category table tr:last-child {
  border-bottom: 0 none;
}

div[itemprop="articleBody"] table tr:nth-child(even) {
	
}*/

div[itemprop="articleBody"] table {
	/*margin: 30px;*/
	width: 100%;
}
table.pretty_table {
    width: 100%;
    border-collapse: collapse;
  	/*background-color: var(--fonColor2);*/
    background-color: #f0e5f7;
    color: #000;
}
table.pretty_table th {
    /*background: var(--fonColor) none repeat scroll 0 0;*/
    background: #d2b2e6;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
}
table.pretty_table th, table.pretty_table td {
    padding: 10px 15px;
    text-align: center;
}
.first {
      font-weight: bold;
}

/*div[itemprop="articleBody"] table tr td:nth-child(1) {
	width: 85%;
}

div[itemprop="articleBody"] table tr td:nth-child(2) {
	width: 15%;
	text-align: center;
}

div[itemprop="articleBody"] table td, div.content-category table td {
  padding: .5em;
}
div[itemprop="articleBody"] table td img, div.content-category table td img {
  margin: 1em;
  height: 50px;
}*/
div[itemprop="articleBody"] p, div[itemprop="articleBody"] ul, div[itemprop="articleBody"] table, div.content-category p, div.content-category ul, div.content-category table, .about-us ul {
  line-height: 1.56em;
}

div[itemprop="articleBody"] ul, div.content-category ul, .about-us ul {
  list-style-position: inside;
  margin-left: 18px;
	margin-bottom: 1rem;
}

div[itemprop="articleBody"] ul li, div.content-category ul li, .about-us ul li {

}

div[itemprop="articleBody"] ul li:before, div.content-category ul li:before, .about-us ul li:before {
  content: '\2714';
  padding-right: 7px;
  color: var(--blue);
}

div[itemprop="articleBody"] strong, div.content-category strong, .about-us strong {
  color: #58595b;
}

div[itemprop="blogPost"] {
	padding-bottom: 20px;
	margin-bottom: 50px;
	border-bottom: 1px solid #eee;
}

div[itemprop="blogPost"] time {
	font-size: .8em
}
div[itemprop="blogPost"] .hits {
	font-size: .8em
}
div[itemprop="blogPost"] .readmore a {
	font-size: 1.1em
}
.page-header {
	padding-bottom: 8px;
}
.pagination {
	margin: 18px 0;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
}
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
	padding: 11px 19px;
	font-size: 16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
	padding: 2px 10px;
	font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
	padding: 0 6px;
	font-size: 9.75px;
}
.pager {
	margin: 18px 0;
	list-style: none;
	text-align: center;
	*zoom: 1;
}
.pager:before,
.pager:after {
	display: table;
	content: "";
	line-height: 0;
}
.pager:after {
	clear: both;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #999;
	background-color: #fff;
	cursor: default;
}
.main-carusel .carousel-inner {
  padding-bottom: 25px;
}

.main-carusel .carousel-item {
  height: 700px;
}

.main-carusel .carousel-indicators {
  position: relative;
  margin: 0;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main-carusel .carousel-indicators > li {
  height: 100px;
  width: 100px;
}

.main-carusel .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}

.main-carusel .carousel-indicators li.active img {
  opacity: 1;
}

.main-carusel .carousel-indicators li:hover img {
  opacity: 0.75;
}

.main-carusel .carousel-selector {
  display: block;
  width: 100%;
  height: 100%;
}

.categories-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.categories-item > a{
	display: block;
    width: 100%;
}
.categories-item-img {
  position: relative;
  height: 270px;
  overflow: hidden;
}

.categories-item-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(37, 81, 142, 0.5);
}

.categories-item-img:hover .categories-item-img-overlay {
  border-bottom: 800px solid #0097de;
  border-left: 800px solid transparent;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.categories-item-img:hover .categories-item-img-corner {
  opacity: 0;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.categories-item-img:hover .categories-item-img-content span {
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

.categories-item-title {
  width: 100%;
  margin: 10px 0;
  text-align: center;
}

.categories-item-desc {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.categories-item-img-overlay {
  border-bottom: 100px solid #0097de;
  border-left: 100px solid transparent;
  bottom: 0;
  height: 0;
  opacity: .90;
  position: absolute;
  z-index: 1;
  right: 0;
  text-indent: -9999px;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  width: 0;
}

.categories-item-img-corner {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  font-size: 25px;
  color: #fff;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.categories-item-img-content {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 30px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.categories-item-img-content h2 {
  opacity: 1;
  border-bottom: 1px solid #fff;
  padding: 0 0 12px;
}

.categories-item-img-content span {
  display: block;
  opacity: 0;
  text-align: justify;
}

.advantages-item {
	width: 50%;
	padding: 8px 4px;
	position: relative;
}

.advantages-item-img {
  height: 250px;
  overflow: hidden;
}

.advantages-item-img:hover .advantages-item-img-overlay {
  border-bottom: 800px solid #0097de;
  border-left: 800px solid transparent;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.advantages-item-img:hover .advantages-item-img-corner {
  opacity: 0;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.advantages-item-img:hover .advantages-item-img-content {
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

.advantages-item-img-overlay {
  border-bottom: 100px solid #0097de;
  border-left: 100px solid transparent;
  bottom: 0;
  height: 0;
  opacity: .90;
  position: absolute;
  z-index: 1;
  right: 0;
  text-indent: -9999px;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  width: 0;
}

.advantages-item-img-corner {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  font-size: 25px;
  color: #fff;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.advantages-item-img-content {
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 1;
  padding: 30px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.advantages-item-img-content h2 {
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
}

.advantages-item-name {
  margin: 15px 65px;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  color: var(--blue);
  opacity: 1;
}

.advantages-item-img:hover .advantages-item-name {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.work-item {
  margin: 15px 0;
  background-color: var(--blue);
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.work-item-img {
  position: relative;
  width: 100%;
  height: 300px;
}

.work-item-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(37, 81, 142, 0.5);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.work-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

.work-item-content h2 {
  margin: auto 0;
}

.work-item-content img {
  width: 24px;
  height: 24px;
  margin: auto 0;
  margin-right: 7px;
}

.work-item-content span {
  display: block;
  text-align: justify;
}

.work-item:hover .work-item-img:after {
  background-color: rgba(37, 81, 142, 0.2);
}

.work-item:hover {
  background-color: #00a8f8;
}

.item-image {
  width: 100%;
}

.item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  margin-right: 7px;
}

.pull-left {
	width: 350px;
	float: left;
	padding: 0 15px 15px 0;
}
.pull-right {
	width: 450px;
	float: right;
	padding: 0 0 15px 15px;
}

.card {
  margin-bottom: 7px;
  border-radius: 0;
  border: 1px solid var(--blue);
}

.card-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  border: none 0;
  background-color: var(--blue);
  color: #fff;
}

.card-header h2 {
  margin: auto 0;
}

.card-header img {
  width: 24px;
  height: 24px;
  margin: auto 0;
  margin-right: 7px;
}

.card-header:hover {
  cursor: pointer;
  background-color: #00a1ed;
}

.card-header:after {
  content: '';
  position: absolute;
  top: 6px;
  right: 24px;
  height: 24px;
  width: 24px;
  display: inline-block;
  border: 4px solid #fff;
  border-right-width: 0;
  border-top-width: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.card-header[aria-expanded="true"]:after {
  top: 18px;
  border: 4px solid #fff;
  border-left-width: 0;
  border-bottom-width: 0;
}


/* ------------------------*/

/* ----- Top Slider ----- */
/* Общие стили для слайдера */
.slider {
  width: 100%;

}

.slide {
  position: relative;
}

.slide-content {
  position: relative;
  overflow: hidden;
  height: 500px; /* Высота слайда */
}

.slide img {
  width: 100%;
  height: 500px; /* Высота слайда */
  object-fit: cover; /* Заполнение слайда изображением */
}

/* Дополнительные стили для текста слайдов */
.slide-text {
  position: absolute;
  top: 50%; /* Располагаем текст по вертикали на 50% слайда */
  left: 50%; /* Располагаем текст по горизонтали на 50% слайда */
  transform: translate(-50%, -50%); /* Центрируем текст */
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  box-sizing: border-box;
}

/* Стили для точек-индикаторов (slick-dots) */
.slick-dots {
  position: absolute;
  bottom: 10px; /* Отступ от нижнего края слайда */
  width: 100%;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.slick-dots li {
  margin: 0 5px; /* Отступ между точками */
}

.slick-dots li button {
  width: 12px; /* Размер кружков */
  height: 12px;
  border: none;
  border-radius: 50%; /* Делаем кружки */
  background-color: #ddd; /* Цвет неактивных точек */
}

.slick-dots li.slick-active button {
  background-color: #555; /* Цвет активной точки */
  outline: none; /* Убираем контур фокуса на точке */
}
.slick-dots li button:before {
  content: none;
}
.slick-active {
  display: none;
}
/* ----- Advantages ----- */

.m-tit{
	position: relative;
	margin: 0 0 60px;
	text-align: center;
	font-size: 3rem;
	text-transform: uppercase;
	color: var(--hColor);
}

.m-tit:before{
	content: '';
	position: absolute;
	left: 50%; bottom: -20px;
	transform: translateX(-50%);
	width: 85px; height: 5px;
	background-color: #000;
}
.m-tit-blue {
  color: #41b7f6;
}
.m-tit-blue: befole {
	content: '';
	position: absolute;
	left: 50%; bottom: -20px;
	transform: translateX(-50%);
	width: 85px; height: 5px;
	background-color:  #41b7f6;  
}
.b-tit{
	position: relative;
	margin: 0 0 20px;
	text-align: left;
	font-size: 2rem;
	text-transform: uppercase;
	color: var(--blue);
}
.b-tit:before{
	content: '';
	position: absolute;
	bottom: -10px;
	width: 35px;
	height: 2px;
	background-color: var(--blue);
}
.m-padding{
	padding: 70px 0;
}
.m-padding.container{
	padding: 30px 15px;
}
.advantages {
  position: relative;
}

.advantages__cont {}

.advantages__item {
  text-align: center;
  position: relative;
  transition: .25s; /* Add a transition to make smooth hover effect */
}

.advantages__preview {
  width: 330px;
  margin: 0 auto 18px;
}

.advantages__preview img {
  transition: .25s;
  object-fit: cover;
}

.advantages__item:hover .advantages__preview img {
  transform: translateY(-5px);
}

.advantages__name {
  display: block;
  margin: auto;
  width: auto;
  font-size: 2.2rem;
  text-transform: uppercase;
  color: var(--textColor);
  cursor: pointer;
}

.advantages__description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; 
  height: 100%; 
  opacity: 0;
  background-color: rgb(35 82 100);
  transition: opacity 0.1s ease, width 0.1s ease, height 0.1s ease;
  padding: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  z-index: 1;
}

.advantages__item:hover .advantages__description {
  width: 130%; 
  height: 130%;
  opacity: 1;
  z-index: 1;


}

/*---*/


#particle-canvas {
  width: 100vw;
  height: 100%;
  position: absolute; /* Задаем абсолютное позиционирование, чтобы элемент занял всю площадь родителя */
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgb(65, 183, 246) 0%, rgb(73, 93, 139) 50%, rgb(65, 183, 246) 100%);
}
/* ----- Partners ----- */
  .partners {
    text-align: center;
    /*background: url(/images/bg_2.jpg)center / cover no-repeat;*/
    background: #fff;
  }
  
  .partner-images {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .partner-images img {
    max-width: 30%;
    height: 120px;
    margin: 0 10px;
  }
  @media only screen and (max-width: 768px) {
    .partner-images {
      flex-direction: column;
    }

    .partner-images img {
      margin: 10px 0;
    }
  }
/* ----- Our-Products ----- */
.our-products {
    padding: 20px;
    position: relative;
    z-index: 1;
    background: url(/images/bg_2.jpg)center / cover no-repeat;

}

/*---*/
.container__prod {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-auto-flow: row dense;
    grid-gap: 30px;
}

.service__prod {
    position: relative;
    width: 100%;
    height: 240px;
    background-image: var(--image-src);
    background-position: 50% 50%;
    background-size: cover;
    transition: background 400ms ease;
    box-shadow: 0 6.7px 5.3px rgba(0, 0, 0, 0.03), 0 22.3px 17.9px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
}

figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    color: #fff;
    background: rgb(190 197 213 / 60%);
    transform: translateY(100%);
    transition: transform 400ms ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 70%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    backdrop-filter: blur(5px);
    z-index: 2;
}

.service__prod:hover figcaption {
    transform: translateY(0);
}

.service__prod h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    text-align: center;
  	text-shadow: 0px 2px 13px #000;
  
}

.service__prod a {
    color: #e7feff;
    text-decoration: none;
  	text-shadow: 0px 2px 13px #080808;
    font-weight: bold;
}

.support {
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    display: flex;
}

.support a {
    margin: 0 10px;
    color: #222;
    font-size: 1.8rem;
    backface-visibility: hidden;
    transition: all 150ms ease;
}

@media only screen and (max-width: 900px) {
    .container__prod {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        padding: 80px 0;
    }

    .service__prod h3 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 600px) {
    .container__prod {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
}
.uslugi__img {
  width: 100%;
}
.uslugi__img img {
  width: 100%;
}
/* ----- Form ----- */

.form1{
	background: #25ede099;
}
.form2{
	background: url('/images/design/form2.jpg') center/cover no-repeat;
	background-attachment: fixed;
}
.form{
	position:relative;
}
/*.form:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
	background-color: rgba(37,81,142,.5);
}*/
.form.m-padding{
	padding: 60px 0;
}
.form__cont{
	position: relative;
	z-index: 1;
}
.form__left{
	width: 35%;
}
.form__left h2,
.form__right h3{
	margin: 0;
}
.form__left h2{
	font-size: 30px;
  	line-height: 1.2;
	text-transform: uppercase;
}
.form__left h3{
	color: #fff;
}
.form__right{
	width: 60%;
}
.form__right h3{
	margin-bottom: 15px;
	font-size: 18px;
	color:#fff;
}
.fb-form{

}
.fb-form__block + .fb-form__block{
	margin-top: 10px;
}
.fb-form__input,
.fb-form__input--submit{
	text-transform: uppercase;
	font-size: 1.4rem;
}
.form1 .fb-form__input{
	padding: 15px 15px;
	border: none;
	width: 48%;
	margin-bottom:10px;
}
.form2 .fb-form__input{
	padding: 15px 15px;
	border: none;
	width: 100%;
	margin-bottom:10px;
}
.form1 .fb-form__input + .fb-form__input{
	
}
.fb-form__input--submit{
	background-color: #d2b2e6; /*var(--buttonColor)*/
	color: #fff;
	font-size:1.6rem;
	transition: .25s;
}
.fb-form__input--submit:hover{
	background-color: var(--red);
	color: #fff;
}
.fb-form__checkbox{
	margin: 0 10px 0 0 !important;
}
.fb-form__label{
	margin: 0;
}

.fb-form__block .btn-tertiary{
	width: 100%;
	color: #fff;
	display: block;
	border: 2px solid #fff;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 1.1em
}
.fb-form__block .btn-tertiary:hover,
.example-2 .btn-tertiary:focus{
	color: var(--red);
	border-color: var(--red);
}
.fb-form__block .input-file{
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.fb-form__block .input-file + .js-labelFile{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px;
	cursor: pointer;
}

/*------------------------------ Employees -------------------------------*/

.employeesSliderWrapper {
	display: flex;
	justify-content: flex-start;
	margin: 0 10px;
	background-color: var(--fonColor);
	padding: 15px 2px;
}

.employeesSliderWrapper > div {
	margin: 0 5px;
}

.employeesCpt > img {
	width: 200px;
	height: 200px;
}

.employeesNameRank > p {
	padding: 0;
	margin: 0;
}

.employeesName {
	font-weight: bold;
}

.employeesService {
	font-weight: bold;
}

.employeesService {
	margin-bottom: 0;
}

.employeesNameRank {
	margin-bottom: 10px;
}

/*--------------------------------------- Reviews ---------------------------------*/

.reviewsSliderWrapper {
	display: flex;
	justify-content: flex-start;
	margin: 0 10px;
	background: #fff; /* rgb(190 197 213 / 55%) */
	padding: 15px 2px;
    border-radius: 8px;
    backdrop-filter: blur(5px);
  	color: #41b7f6;
}

.reviewsSliderWrapper > div {
	margin: 0 15px;
}

.reviewsCpt > img {
	width: 100px;
	height: 100px;
}

.reviewsNameRank > p {
	padding: 0;
	margin: 0;
    font-size: 1.4rem;
}
.reviewsNameRank > p span {
  font-size: 1.7rem;
  font-weight: bold;
}

.reviewsName {
	font-weight: bold;
}

.reviewsService {
	font-weight: bold;
}

.btnAllReview {
	text-align: center;
	margin-top: 15px;
}

/*.btnAllReview > a {
	background-color: var(--buttonColor);
	color: white;
	padding: 20px 15px;
	border-radius: 10px;
}

.btnAllReview > a:hover {
	background-color: var(--linkColor);
	color: white;
}*/
/* Apply styles to the button */
button {
    padding: 0.1em 0.25em;
    width: 13em;
    height: 4.2em;
    background-color: #d2b2e6; /* #235264 */
    border: 0.08em solid #fff;
    border-radius: 0.3em;
    font-size: 12px;
}

button span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0.4em;
    width: 8.25em;
    height: 2.5em;
    background-color: #d2b2e6; /* #235264 */
    border-radius: 0.2em;
    font-size: 1.5em;
    color: #fff;
    border: 0.08em solid #fff;
    box-shadow: 0 0.4em 0.1em 0.019em #fff;
}

button span:hover {
    transition: all 0.5s;
    transform: translate(0, 0.4em);
    box-shadow: 0 0 0 0 #fff;
}

button span:not(hover) {
    transition: all 1s;
}

/* Remove default anchor styling */
a {
    text-decoration: none;
    color: inherit;
}


/* ----- About-Us ----- */

.about-us{
  background: #fff;
}
.about-us__cont{

}
.about-us__right{
	margin-left: 10px;
	width:50%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
.about-us__left img{
	max-width:100%;
  height: 100%;
  	border-radius: 18px;
}
.about-us__left{
	margin-right: 10px;
	padding: 25px 25px;
	width:50%;
	background-color: #41b7f6;
    border-radius: 28px;
}
.about-us__right p+p{
	margin: 20px 0 0;
}

.fonScissors {
	position: relative;
}

.fonScissors::before {
	display: block;
	content: "";
	position: absolute;
	left: -116px;
	top: 0;
	bottom: 0;
	width: 115px;
	background: url("/images/design/about/scissors.png") no-repeat right center;
}

.floralBorderTopRight {
	background: url("../img/floralborder-tr.png") no-repeat top right;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.floralBorderBottomLeft {
	background: url("../img/floralborder-bl.png") no-repeat bottom left;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.aboutGalleryWrapper {
	display: flex;
	flex-wrap: wrap;
  	justify-content: center;
}

.about-item {
	width: 350px;
	padding: 8px 4px;
	position: relative;
}

.about-item-img {
	height: 250px;
	overflow: hidden;
}

/*------------------------------- Laser ---------------------------------*/

.laser__right{
	margin-left: 10px;
	width:50%;
}

.laser-item {
	padding: 5px;
}

.fonManicure {
	position: relative;
}

.fonManicure::before {
	display: block;
	content: "";
	position: absolute;
	left: -307px;
	top: 0;
	bottom: 0;
	width: 306px;
	background: url("/images/design/laser/floralfon2.png") no-repeat right center;
}

.laser-item > img {
	height: 656px;
}

/* ----- Gallery ----- */

.gallery{
	background: url('/images/bg-o.jpg') no-repeat center center fixed;
    background-size: cover;
}
.gallery-slider{

}
.gallery-slide{

}
.gallery-slide__preview{

}
.gallery-slide__preview img{
	margin: auto; padding: 8px;
	border: 1px solid #999;
	border-radius: 4px;
	max-width: 100%; height: 177px;
}
.custom-arrow .slick-arrow{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	border: 0;
	width: 66px; height: 66px;
	background:url('../img/prev.png') center no-repeat;
	font-size: 0;
}
.custom-arrow .slick-prev{
	left: -70px;
}
.custom-arrow .slick-next{
	right: -70px;
	background-image:url('../img/next.png');
}

  .galleryWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
.gallery-block {
      margin-bottom: 20px;
    }
/*.galleryItem video {
	width: 20%;
    max-width: 100%; 
    height: auto; 
    margin-bottom: 10px; 
    flex: 1 1 calc(23% - 10px); 
    box-sizing: border-box; 
}

.video {
	max-width: 100%;
	margin-left: 5px;
	margin-right: 5px;
}*/

    .gallery-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
    }

    .gallery-item {
      width: 100%; /* 1 item on mobile */
      box-sizing: border-box;
      /* Add more styles as needed */
    }

    .gallery-item img,
    .gallery-item video {
      width: 100%;
      height: auto;
    }

    .gallerySlide {
      flex: 1 1 calc(100% - 20px); /* Set each slide to occupy full width on mobile */
      box-sizing: border-box;
    }

    .galleryTitle {
      font-size: 3rem;
    }

    .gallerySubtitle {
      margin-top: 10px;
    }

    .slider-range {
      display: flex;
      justify-content: center;
      width: 95%;
      cursor: pointer;
    }

    .labels {
      display: flex;
      justify-content: space-around;
      margin-top: 10px;
    }

    .labels span {
      font-size: 14px;
    }

    /* Tablet styles */
    @media (min-width: 768px) {
        .gallery-item {
            width: 50%; /* 2 items in a row on tablet */
        }
        .gallerySlide {
            flex: 1 1 calc(50% - 20px); /* Set each slide to occupy 50% width on tablet */
        }
    }

    /* Desktop styles */
    @media (min-width: 1024px) {
        .gallery-item {
            width: 24%; /* 4 items in a row on desktop */
        }
        .gallerySlide {
            flex: 1 1 calc(25% - 20px); /* Set each slide to occupy 25% width on desktop */
        }
    }

.video-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .video-wrapper {
        width: calc(33.33% - 10px);
        margin-bottom: 20px;
    }
.video-wrapper iframe {
      width: 100%;
}

    @media (max-width: 768px) {
        .video-wrapper {
            width: calc(50% - 10px);
        }
    }

    @media (max-width: 480px) {
        .video-wrapper {
            width: 100%;
        }
    }

/* ----- Our Partners ----- */

.our-partners{

}
.our-partners__slider{

}
.our-partners__slide{
	display: flex !important;
	padding: 0 20px;
}
.our-partners__slide-avatar{
	position: relative;
	margin-right: 15px;
	border: 1px solid #777;
	border-radius: 50%;
	width: 180px; min-width: 180px;
	height: 180px;
	overflow: hidden;
}
.our-partners__slide-avatar:before{
	content: '';
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	border: 6px solid #fff;
	border-radius: 50%;
}
.our-partners__slide-avatar img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.our-partners__slide-info{

}
.our-partners__slide-info p{
	margin:0;
}
p.our-partners__slide-name{
	margin-bottom:20px;
	font-size: 2rem;
}
.our-partners__slide-txt{

}

/* ----- Footer ----- */
footer{
	position: absolute;
	left: 0; bottom: 0;
	padding: 25px 0 0 0;
	width: 100%;
	background-color: #41b7f6; /* #48a3bf */
	color: #fff;
}
footer a{
	transition:.25s;
	color: #fff;
}
footer a:hover{
	color:var(--fonColor);
	background-color: transparent !important;
}
.footer__cont{
	padding-bottom: 10px;
}
.footer-menu{
	margin: 0 -10px;
}
.footer-menu li{

}
.footer-menu a{
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	transition:.25s;
}
.footer__first{
	width: 1170px;
	margin: 0 auto;
	margin-bottom: 35px;
}
.footer__first ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__first a {
	text-transform: uppercase;
}
.footer__img {
    display: flex;
    align-items: center;
}
.footer__address{

}
.footer__phones{

}
.footer__copyright-link img {
    width: 115px;
    object-fit: contain;
}
.footer__tit{
	margin: 0 0 10px;
    font-size: 2.2rem;
    font-weight: bold;
}
.footer__address p{
	margin: 0;
}
.footer__address p,
.footer__phones a{
	font-size:16px;
}
.footer__phones a{
	display: block;
}
.footer__phones a+a{
	margin-top: 2px;
}
.footer__second{
	display: flex;
    justify-content: space-between;
}
.footer__copyright {
  background-color: #30879f; /* Бекграунд блока */
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.footer__copyright a {
  color: var(--blue);
  display: inline-block; /* Делаем ссылку строчным элементом */
  margin-right: 10px; /* Отступ между ссылкой и текстом */
}

.footer__copy-text {
  font-size: 14px; /* Размер текста */
  color: #fff; /* Цвет текста */
  margin: 0;
}

/*---black-wrapper---*/


.black-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #14607ed4, #B1E6F5); /* Градиентный фон */
    z-index: -1; /* Помещаем фон под контентом сайта */
}

/* Анимация для пузырьков */
@keyframes bubble-animation {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateY(-2000px); /* Увеличиваем расстояние, на которое поднимаются пузырьки */
        opacity: 0;
    }
}

/* Создание пузырьков */
.bubble {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.8); /* Прозрачный белый цвет */
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    animation: bubble-animation 4s linear infinite;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
}

/* Разное размеры пузырьков */
.bubble:nth-child(1) { left: 10%; animation-delay: 0s; width: 15px; height: 15px; }
.bubble:nth-child(2) { left: 20%; animation-delay: 1s; width: 12px; height: 12px; }
.bubble:nth-child(3) { left: 30%; animation-delay: 2s; width: 18px; height: 18px; }
.bubble:nth-child(4) { left: 40%; animation-delay: 3s; width: 10px; height: 10px; }
.bubble:nth-child(5) { left: 50%; animation-delay: 4s; width: 20px; height: 20px; }
.bubble:nth-child(6) { left: 60%; animation-delay: 0.5s; width: 16px; height: 16px; }
.bubble:nth-child(7) { left: 70%; animation-delay: 1.5s; width: 14px; height: 14px; }
.bubble:nth-child(8) { left: 80%; animation-delay: 2.5s; width: 12px; height: 12px; }
.bubble:nth-child(9) { left: 18%; animation-delay: 3.5s; width: 14px; height: 14px; }
.bubble:nth-child(10) { left: 26%; animation-delay: 2s; width: 8px; height: 8px; }
.bubble:nth-child(11) { left: 45%; animation-delay: 1.5s; width: 17px; height: 17px; }
.bubble:nth-child(12) { left: 58%; animation-delay: 1.7s; width: 10px; height: 10px; }
.bubble:nth-child(13) { left: 64%; animation-delay: 2.8s; width: 18px; height: 18px; }
.bubble:nth-child(14) { left: 77%; animation-delay: 2s; width: 20px; height: 20px; }
.bubble:nth-child(15) { left: 85%; animation-delay: 3.2s; width: 8px; height: 8px; }
.bubble:nth-child(16) { left: 98%; animation-delay: 2.7s; width: 13px; height: 13px; }
.bubble:nth-child(17) { left: 95%; animation-delay: 1.5s; width: 9px; height: 9px; }
.bubble:nth-child(18) { left: 89%; animation-delay: 0.7s; width: 18px; height: 18px; }
.bubble:nth-child(19) { left: 74%; animation-delay: 2.1s; width: 10px; height: 10px; }
.bubble:nth-child(16) { left: 53%; animation-delay: 1.8s; width: 13px; height: 13px; }




/* ----- Media Style ----- */

@media screen and (max-width: 1320px){
	.custom-arrow{
		padding-bottom: 108px;
	}
	.custom-arrow .slick-arrow{
		left: calc(50% + 43px); top: unset; bottom: 0;
		transform: translateX(-50%);
	}
	.custom-arrow .slick-prev{
		left: calc(50% - 43px);
	}
}
@media screen and (max-width: 1240px){

}
@media screen and (max-width: 1199px){

	/* ----- Advantages ----- */

	.advantages__item{
		width: 31%;
	}
	.advantages__preview img{
		max-width:100%;
	}

	/* ----- Form ----- */

	.form__cont{
		flex-direction: column;
		align-items: center;
	}
	.form__left{
		margin: 0 0 25px;
		width: 550px; max-width: 100%;
		text-align: center;
	}

	/* ----- Gallery ----- */

	.gallery-slide {
		margin: 0 8px;
	}
}
@media screen and (max-width:1050px){
	
}
@media screen and (max-width:991px){

	/* ----- Header ----- */

	.header__first{
		flex-direction: column;
		text-align: center;
	}
	.header__logo{
		margin: 20px 0;
	}
	.main-menu{
		margin: 0;
	}
	.main-menu a{
		padding: 20px 0;
	}
	.top-slider-wrapper{
		/*padding: 35px 0 105px;*/
		background-size:cover;
	}
	.top-slider__slide{
		/*flex-direction: column-reverse;*/
		/*height: auto;*/
	}
	.top-slider__left{
		margin: 20px 0 0;
		text-align: center;
		width: 100%;
	}
	.top-slider .slick-dots{
		/*bottom: -64px;*/
	}

	/* ----- Advantages ----- */

	.advantages__cont{
		align-items: normal;
	}

	/* ----- Work Stages ----- */

	.work-stages__block{
		justify-content: space-between;
	}
	.work-stages__item{
		flex-direction: column;
		text-align: center;
		width: 100%;
	}
	.work-stages__left{
		margin: 0 0 15px;
		display: flex;
		justify-content: center;
	}
	.work-stages__right{
		padding-right: 0;
		display: flex;
		flex-direction: column;
		align-content: center;
	}

	/* ----- About Us ----- */

	.about-us__cont{
		flex-direction: column;
		align-items: center;
	}
	.about-us__left, .about-us__right{
		width: 100%;
		margin: 5px;
	}

	/* ----- Gallery ----- */

	.gallery-slide__preview img{
		height:auto; max-height: 177px;
	}

	/* ----- Footer ----- */

	.footer__second{
		flex-direction: column;
		text-align: center;
	}
	.footer__address,
	.footer__phones,
	.footer__copyright{
		margin-top: 20px;
	}
}
@media screen and (max-width:830px){

}
@media screen and (max-width:767px){
	.page-left-col{
		padding: 10px;
	}
	.page-right-col{
		padding: 10px;
	}
	.m-tit{
		font-size: 3.5rem;
	}

	/* ----- Header ----- */

	.header__wrapper--second{
		position: fixed;
		left: 0; top: 0;
		z-index: 6;
		padding: 15px;
		border:unset;
		width:100%;
      background-color: inherit;
	}
	.burger,
	.header__second,
	.black-wrapper{
		transition: .35s;
	}
	.header__second{
		height: 0;
		opacity: 0;
		overflow: hidden;
		background-color: var(--buttonColor);
		box-shadow: 0 0 2px 1px transparent;
	}
	.header__second.active{
		opacity: 1;
		height: 270px;
		box-shadow: 0 0 2px 1px #ccc;
	}
	.main-menu{
		flex-direction:column;
		padding: 10px 0;
	}
	.main-menu a{
		padding: 10px 0;
	}
	.main-menu ul {
		flex-direction: column;
	}
	.burger{
		display:block;
		position: relative;
		margin: 20px 0 20px 0;
		border: unset;
		width: 40px; height: 40px;
		background-color: #fff;
		cursor:pointer;
		box-shadow: 0 0 2px 1px transparent;
	}
	.burger.active{
		box-shadow: 0 0 2px 1px #ccc;
	}
	.burger__line{
		position: absolute;
		left:50%; top:50%;
		transform:translate(-50%,-50%);
		width: 25px; height:3px;
		background-color:#333;
	}
	.burger__line:nth-child(1){
		top: calc(50% - 10px);
	}
	.burger__line:nth-child(3){
		top: calc(50% + 10px);
	}
	.black-wrapper{
		position: fixed;
		left:0; top:0;
		z-index: 5;
		width:0; height:100%;
		opacity: 0;
		background-color: rgba(0,0,0,.85);
	}
	.black-wrapper.active{
		width:100%;
		opacity: 1;
	}
	
	.advantages-item, .advantages-item-img {
		width: 100%;
	}

	/* ----- Top Slider ----- */

	.top-slider__tit {
		margin: 0 0 10px;
		font: 700 4rem/4.5rem var(--ff-roboto);
		text-transform: uppercase;
	}

	/* ----- Advantages ----- */

	.advantages__cont{
		align-items: center;
		flex-direction: column;
	}
	.advantages__item{
		width:100%; max-width:100%;
	}
	.advantages__item + .advantages__item{
		margin-top: 36px;
	}

	/* ----- Our-Products ----- */

	.our-products__cont{
		flex-direction: column;
	}
	.our-products__item{
		margin:0;
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.our-products__item + .our-products__item{
		margin-top: 35px;
	}

	/* ----- Work Stages ----- */

	.work-stages__block{
		flex-direction: column;
		align-items: center;
	}
	.work-stages__item{
		margin: 0;
	}
	.work-stages__item + .work-stages__item{
		margin-top:44px;
	}

	/* ----- Form ----- */

	.fb-form__input{
		width:100%;
	}
	.fb-form__input + .fb-form__input {
		margin: 10px 0 0;
	}
	.form__right {
		width: 450px;
		max-width: 100%;
	}

	/* ----- Footer ----- */

	.our-partners__slide{
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.our-partners__slide-avatar{
		margin: 0 0 15px;
	}
	.our-partners__slide-info{
		width:450px; max-width:100%;
	}

	/* ----- Footer ----- */

	.footer__first{
		display:none;
	}

	/*------- Laser -------*/

	.laser-item > img {
		height: auto;
		width: 100%;
		object-fit: contain;
	}

	.laser__right {
		width: 100%;
		margin-left: 0;
	}

	/*------- Employees -------*/

	.employeesSliderWrapper {
		flex-direction: column;
	}

	.employeesCpt > img {
		margin: auto;
	}

	.employeesNameRank {
		margin-top: 10px;
		text-align: center;
	}
}
@media screen and (max-width:600px){

}
@media screen and (max-width:550px){
	
}
@media screen and (max-width:450px){

}
@media screen and (max-width:400px){

}
