.site_table{
    margin-top:20px;
    margin-bottom:10px;
    overflow-x:auto;
    padding-bottom:10px;
    display: block;
}
.site_table p{
    margin-top:2px !important;
    margin-bottom:2px !important;
}

.site_table table{border-collapse:collapse;width:100%;}
.site_table th{
    padding:5px 12px;
    border:1px solid #b73c96;
    font-size:13px;
    color:#fff;
    background:#d75cb6}
.site_table td{
    padding:2px 5px;
    border:1px solid #d55ab4;
    font-size:14px;
    background:#fff}

.docs {border-top: solid 3px #d55ab4; padding-top: 20px;}

.pdf, .doc, .jpg, .zip, .ptt, .txt, .tiff, .xls, .rtf, .xlsb  {
    display: block;
    padding: 0px 0px 10px 45px;
    font-size: 1.2em;
}
.pdf:before, .doc:before, .jpg:before, .zip:before, .ptt:before, .txt:before, .tiff:before, .xls:before, .rtf:before, .xlsb:before  {
    padding: 10px 5px 15px 45px !important;
    background: url('/templates/aspro-allcorp2/images/svg/docs_types.svg') 0 0 no-repeat !important;)
    width: 36px !important;
    height: 35px !important;
    top: 0 !important;
    left: 0 !important;
}

.doc:before {background-position-y: -55px !important;}
.jpg:before {background-position-y: -110px !important;}
.zip:before {background-position-y: -165px !important;}
.ptt:before {background-position-y: -220px !important;}
.txt:before {background-position-y: -275px !important;}
.tiff:before {background-position-y: -330px !important;}
.xls:before {background-position-y: -385px !important;}
.rtf:before {background-position-y: -440px !important;}
.xlsb:before {background-position-y: -495px !important;} 

/* Основные стили для блока услуг */
.block-services {
  padding: 30px 20px;
  /* background-color: #e7edf3; /* Светлый фон для контраста */
}

.services-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Расстояние между карточками */
  justify-content: center;
  max-width: 1980px;
  padding: 30px;
  margin: 0 auto;
}

/* Стили для карточки услуги */
.service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 250px;
  min-height: 250px;
  padding: 20px;
  background-color: #ffffff;
  border-top: 10px solid #d75cb6; /* бордер сверху */
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Тень по границе */
  text-decoration: none;
  color: #333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px); /* Эффект поднятия при наведении */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Увеличение тени */
}
.service-card:hover .service-icon {filter: none;}

/* Стили для иконки */
.service-icon {
  margin-bottom: 15px;
  filter: grayscale(60%) /* Убираем цветность */
    /* sepia(100%) /* Добавляем теплый оттенок */
    /* hue-rotate(180deg) /* Настраиваем оттенок в сторону синего */
    /* brightness(0.7) /* Приглушаем яркость */
    /* saturate(300%); /* Увеличиваем насыщенность для более глубокого цвета */
}

/* Если иконка — это изображение (img) */
.service-icon img {
  width: 150px; /* Размер иконки */
  /* height: 150px; */
}

/* Стили для названия услуги */
.service-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  .services {
    padding: 20px 10px;
  }
  
  .service-card {
    width: 200px;
    height: 200px;
  }
  .service-icon img {
    width: 90px;
    height: 90px;
  }
  
.service-title {
    font-size: 16px;
  }
}
/* конец блока услуг */


/* Закладки Line Box */

.block-tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
	text-align: center;
}

.block-tabs ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.block-tabs ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.block-tabs ul li::before {
    background: none !important;
}

.block-tabs a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
	vertical-align: middle;
	font-size: 0.75em;
}

.block-tabs li.tab-current a {
	color: #74777b;
}

.block-tabs nav a:focus {
	outline: none;
}

/* -- стиль вкладок --*/

.tabs-style-linebox ul li {
	margin: 0 0.5em;
	-webkit-flex: none;
	flex: none;
}

.tabs-style-linebox a {
	padding: 0 1.5em;
	color: #74777b;
	font-weight: 700;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.tabs-style-linebox a:hover,
.tabs-style-linebox a:focus {
	color: #d75cb6;
}

.tabs-style-linebox li.tab-current a {
	color: #fff;
}

.tabs-style-linebox a::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #d2d8d6;
	content: '';
	-webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
	transition: background-color 0.3s, transform 0.3s;
	-webkit-transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: translate3d(0,100%,0) translate3d(0,-3px,0);
	transform: translate3d(0,100%,0) translate3d(0,-3px,0);
}

.tabs-style-linebox li.tab-current a::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.tabs-style-linebox a:hover::after,
.tabs-style-linebox a:focus::after,
.tabs-style-linebox li.tab-current a::after {
	background: #d75cb6;
}

@media screen and (max-width: 36em) {
	.tabs-style-linebox ul {
		display: block;
		box-shadow: none;
	}
	.tabs-style-linebox ul li {
		display: block;
		-webkit-flex: none;
		flex: none;
	}
}

























.frm_modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow-y: auto;
  z-index: 1000;
}

.frm_modal {
  max-width: 500px;
  margin: 60px auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}

.frm_close_btn, .frm_close_vbtn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.frm_group {
  position: relative;
  margin-bottom: 25px;
}

.frm_group input,
.frm_group textarea {
  width: 100%;
  padding: 14px 12px 14px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  transition: border-color 0.2s;
}

.frm_group input:focus,
.frm_group textarea:focus {
  border-color: #d75cb6;
}

.frm_group label {
  position: absolute;
  left: 12px;
  top: 14px;
  color: #999;
  font-size: 14px;
  pointer-events: none;
  transition: 0.2s ease all;
}

.frm_group input:focus + label,
.frm_group input:not(:placeholder-shown) + label,
.frm_group textarea:focus + label,
.frm_group textarea:not(:placeholder-shown) + label {
  top: -12px;
  left: 10px;
  background: #fff;
  padding: 0 5px;
  font-weight: bold;
  color: #222;
  font-size: 12px;
}

.frm_required_star {
  color: red;
}

.frm_error {
  color: red;
  font-size: 13px;
  margin-top: 4px;
}

.frm_group input.error,
.frm_group textarea.error {
  border-color: red;
}

.frm_captcha_block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.frm_captcha_left {
  flex: 0 0 180px;
}

.frm_captcha_title {
  margin-bottom: 10px;
  font-weight: bold;
}

.frm_captcha_left img {
  display: block;
  width: 100%;
  height: auto;
}

.frm_captcha_right {
  flex: 1;
  padding-left: 15px;
}

.frm_captcha_right input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.frm_link {
  /* display: inline-block; */
  margin-top: 10px;
  color: #d75cb6;
  text-decoration: underline;
}

.frm_checkbox {
  margin-bottom: 10px;
}

.frm_checkbox_label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  flex-wrap: wrap;
}

.frm_checkbox_label input[type="checkbox"] {
  flex-shrink: 0;
}

.frm_checkbox_text {
  line-height: 1.4;
  flex: 1;
  min-width: 0;
}

.frm_submit_btn, .frm_vacancy_btn {
  padding: 12px 25px;
  background: #d75cb6;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}

.frm_submit_btn:hover, .frm_vacancy_btn:hover {
  background: #b53a94;
}

.frm_info_text {
  margin-bottom: 20px;
  font-size: 15px;
  color: #444;
}

.frm_success_msg {
  margin-top: 15px;
  color: green;
  font-weight: bold;
}

