/*
Theme Name: Ecoprint
Theme URI:
Description: Шаблон для компании ecoPrint
Author: vadim.ch
*/
html {
  width: 100%;
  height: 100%;
  font-size: 100.01%;
}
a {
  outline: none;
}
a:focus {
  outline: none;
}
body {
  font: 14px 'Roboto', Helvetica, Arial, sans-serif;
  color: #474644;
  min-width: 920px;
  height: 100%;
  background: #e5e5e5;
  font-weight: 400;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* MIXINS */
.inlineblock {
  display: inline-block;
  vertical-align: top;
  zoom: 1 !ie;
  display: inline !ie;
}
.clearfix {
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* Secondary section */
.container {
  max-width: 1110px;
  min-width: 920px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  margin: 8px 0 0 0;
}
p:first-child {
  margin-top: 0;
}
.wrapper {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.wrapper .empty {
  position: relative;
  height: 50px;
}
.maincontent {
  -webkit-transition: 0.5s opacity;
  -moz-transition: 0.5s opacity;
  -ms-transition: 0.5s opacity;
  -o-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.main_text {
  line-height: 18px;
  font-size: 16px;
}
.main_text .bold,
.main_text strong {
  font-weight: 400;
}
footer {
  position: relative;
  margin-top: -50px;
  height: 50px;
  width: 100%;
  background: rgba(81, 81, 81, 0.7);
}
header {
  height: 108px;
  -webkit-box-shadow: 0 0 15px #d8d8d8;
  -moz-box-shadow: 0 0 15px #d8d8d8;
  box-shadow: 0 0 15px #d8d8d8;
  background: #fff;
  position: relative;
  z-index: 1;
}
h1 {
  margin-top: 0;
  color: #333;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 12px;
}
h2 {
  line-height: 30px;
  margin-bottom: 15px;
  color: #E74C3C;
  font-size: 22px;
  font-weight: 300;
  margin-top: 0;
  text-align: center;
}
h3 {
  font-size: 18px;
  line-height: 20px;
  color: #333;
  font-weight: 300;
}
.icon {
  display: inline-block;
}
.icon.icon-stamp {
  width: 90px;
  height: 90px;
  background: url("img/stamp.png") 0 0 transparent no-repeat;
  background-size: contain;
}
.main_title {
  text-align: left;
}
.logo {
  position: absolute;
  left: 10px;
  top: 34px;
  text-decoration: none;
  color: #2C3E50;
  font-size: 46px;
  font-weight: 100;
  outline: none;
  width: 208px;
  height: 42px;
}
.logo:focus {
  outline: none;
}
.logo span {
  position: absolute;
  left: -9999px;
}
.contacts .container_contacts {
  position: inherit;
}
.contacts h1 {
  filter: alpha(opacity=90);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  display: inline-block;
  vertical-align: top;
  zoom: 1 !ie;
  display: inline !ie;
}
.header_contacts {
  position: absolute;
  right: 10px;
  top: 12px;
  text-align: right;
}
.header_contacts_grafic {
  position: absolute;
  left: -160px;
  top: 0;
  text-align: left;
  line-height: 20px;
}
.header_contacts_grafic .title {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
.header_contacts_grafic .weekdays {
  color: #3498DB;
}
.header_contacts_grafic .weekdend {
  color: #E74C3C;
}
.header_contacts_adress {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 6px;
}
.header_contacts_adress > .fa {
  color: #E74C3C;
  font-size: 19px;
  margin-left: 5px;
}
.header_contacts_phone {
  font-size: 24px;
  text-align: right;
  line-height: 29px;
  color: #474644;
  display: inline-block;
  text-decoration: none;
}
.header_contacts_phone.second {
  margin-left: 20px;
}
.header_contacts_phone:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #474644;
  display: block;
  -webkit-transition: 0.7s all;
  -moz-transition: 0.7s all;
  -ms-transition: 0.7s all;
  -o-transition: 0.7s all;
  transition: 0.7s all;
}
.header_contacts_phone:hover:after {
  width: 0;
}
.header_contacts_block {
	display: flex;
	gap: 10px;
    justify-content: flex-end;
    align-items: center;
}
.header_contacts_vk {
	margin-top: 4px;
	display: inline-block;
    text-decoration: none;
}
.header_contacts_telegram {
	width: 30px;
    height: 30px;
	display: inline-block;
    text-decoration: none;
}
.header_contacts_mail {
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  color: #474644;
  display: inline-block;
  vertical-align: top;
  zoom: 1 !ie;
  display: inline !ie;
}
.header_contacts_mail:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #474644;
  display: block;
  -webkit-transition: 0.7s all;
  -moz-transition: 0.7s all;
  -ms-transition: 0.7s all;
  -o-transition: 0.7s all;
  transition: 0.7s all;
}
.header_contacts_mail:hover:after {
  width: 0;
}
nav {
  text-align: center;
  background: #f5f5f5;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
  font-weight: 400;
  padding: 0 10px;
}
nav .nav_list {
  display: inline-block;
  vertical-align: top;
  display: inline !ie;
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
}
nav .nav_list:before,
nav .nav_list:after {
  content: "";
  display: table;
}
nav .nav_list:after {
  clear: both;
}
nav .nav_list > .menu-item {
  float: left;
  margin: 0 70px;
  position: relative;
}
nav .nav_list > .menu-item:first-child {
  border-left: 0;
}
nav .nav_list > .menu-item .sub-menu {
  position: absolute;
  top: 40px;
  left: -50%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 20;
  opacity: 0;
  -webkit-transition: visibility .218s, opacity .218s, transform .118s;
  transition: visibility .218s, opacity .218s, transform .118s;
  -moz-transform: translate3d(0px, 0px, 0px) scaleY(0.9);
  -webkit-transform: translate3d(0px, 0px, 0px) scaleY(0.9);
  -o-transform: translate3d(0px, 0px, 0px) scaleY(0.9);
  -ms-transform: translate3d(0px, 0px, 0px) scaleY(0.9);
  transform: translate3d(0px, 0px, 0px) scaleY(0.9);
  transform-origin: 0 0;
  visibility: hidden;
}
nav .nav_list > .menu-item .sub-menu > .menu-item {
  position: relative;
  color: #333;
  cursor: pointer;
  list-style: none;
  margin: 0;
  white-space: nowrap;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
nav .nav_list > .menu-item .sub-menu > .menu-item:hover {
  background-color: #f5f5f5;
  border-color: #eee;
}
nav .nav_list > .menu-item .sub-menu > .menu-item a {
  color: #737373;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  outline: none;
  padding: 6px 8px;
  display: block;
}
nav .nav_list > .menu-item.menu-item-has-children {
  cursor: pointer;
}
nav .nav_list > .menu-item.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px) scaleY(1);
  -webkit-transform: translate3d(0px, 0px, 0px) scaleY(1);
  -o-transform: translate3d(0px, 0px, 0px) scaleY(1);
  -ms-transform: translate3d(0px, 0px, 0px) scaleY(1);
  transform: translate3d(0px, 0px, 0px) scaleY(1);
}
nav .nav_list > .menu-item > a {
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #737373;
  text-decoration: none;
  border-top: 2px solid transparent;
  -webkit-transition: border-color 0.218s;
  -moz-transition: border-color 0.218s;
  -ms-transition: border-color 0.218s;
  -o-transition: border-color 0.218s;
  transition: border-color 0.218s;
  outline: none;
}
nav .nav_list > .menu-item > a:hover {
  border-color: #dd4b39;
  color: #262626;
}
nav .nav_list > .menu-item.current-menu-item > a {
  border-color: #dd4b39;
  color: #262626;
}
.services {
  text-align: center;
}
.services_list_item .fa {
  font-size: 80px;
  color: #fff;
}
.services_list_item a {
  display: block;
  background: #fcfefc;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px;
  outline: none;
  position: relative;
}
.services_list_item a img {
  width: 190px;
}
.services_list_item .laser-icon {
	background-image: url(http://ecoprint43.ru/wp-content/uploads/2022/11/laser.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 36px;
    width: 64%;
    height: 100%;
    margin-left: -41px;
	display: inline-block;
}
.services_list_item a.services_filling .services_item-icon {
  background-color: #2ECC71;
}
.services_list_item a.services_expendable .services_item-icon {
  background-color: #F5AB35;
}
.services_list_item a.services_polygraphy .services_item-icon {
  background-color: #3498DB;
}
.services_list_item a.services_stamps .services_item-icon {
  background-color: #9A12B3;
}
.services_list_item a.services_repairphones .services_item-icon {
  background-color: #E74C3C;
}
.services_list_item a.services_repairprinters .services_item-icon {
  background-color: #03C9A9;
}
.services_list_item a.services_infliction .services_item-icon {
  background-color: #F7CA18;
}
.services_list_item a.services_design .services_item-icon {
  background-color: #6C7A89;
}
.services_list_item a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.services_list_item a:hover:after {
  opacity: 1;
}
.services_list_item .services_item-icon {
  display: table-cell;
  width: 220px;
  height: 190px;
  vertical-align: middle;
  border-radius: 10px;
}
.services_list_item .services_item_title {
  color: #333;
  display: block;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  margin-top: 10px;
}
.services_list {
	display: grid;
    gap: 20px 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.services_list:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.news {
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
  margin-bottom: 50px;
}
.news:before,
.news:after {
  content: "";
  display: table;
}
.news:after {
  clear: both;
}
.vk_block {
  float: left;
}
.news_block {
  padding-top: 20px;
  border-top: 1px solid #d6d6d6;
}
.news_title_date {
  font-size: 12px;
  line-height: 14px;
  color: grey;
}
.news_title_text {
  font-size: 18px;
  line-height: 24px;
}
.news_text {
  font-size: 16px;
  line-height: 19px;
  margin-top: 10px;
}
.news_text a {
  color: #224154;
}
.news_text a:hover {
  text-decoration: none;
}
.news_block_item {
  background: #fcfefc;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: 20px;
  padding: 10px 20px;
}
.news_block_item:first-child {
  margin-top: 0;
}
.news_block_item.new .news_title_text {
  color: #E74C3C;
}
.copyright {
  position: absolute;
  top: 17px;
  left: 24px;
  color: #ffffff;
}
.footer_address {
  position: absolute;
  top: 7px;
  right: 24px;
  color: #ffffff;
  text-align: right;
}
.footer_phone {
  position: absolute;
  top: 7px;
  right: 240px;
  color: #ffffff;
}
.footer_mail {
  position: absolute;
  top: 26px;
  right: 232px;
  color: #ffffff;
}
.footer_mail:hover {
  text-decoration: none;
}
.price {
  margin-bottom: 20px;
}
.contacts_text {
  background: #ffffff;
  display: inline-block;
  vertical-align: top;
  zoom: 1 !ie;
  display: inline !ie;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  filter: alpha(opacity=90);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  padding: 10px;
}
.contacts_text_address {
  margin-bottom: 10px;
}
.contacts_text_address div {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 7px;
}
.contacts_text_phone {
  margin-bottom: 10px;
}
.contacts_text_phone div {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 7px;
}
.contacts_text_grafic div {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 7px;
}
#contacts_map {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.header_contant {
  z-index: 2;
  position: relative;
}
.container_cont {
  position: inherit !important;
}
.baloon_content {
  text-align: center;
}
.baloon_title {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.dataTables_filter {
  float: none !important;
  white-space: normal !important;
  font-size: 15px;
}
.dataTables_filter input {
  width: 100% !important;
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #cdcdcd;
  border-color: rgba(0, 0, 0, 0.15);
  margin: 0 0 10px 0 !important;
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  height: 39px;
}
.price_title {
  text-align: center;
  line-height: 30px;
  margin-bottom: 15px;
  color: #E74C3C;
  font-size: 22px;
  font-weight: 300;
}
.price_title_embedded {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.price_link {
  text-align: right;
  margin-bottom: 10px;
}
.price_link a {
  font-size: 14px;
  line-height: 24px;
  padding-left: 21px;
  background: url("img/1396288505_page_white_excel.png") no-repeat transparent left center;
  color: #000000;
}
.price_link a:hover {
  text-decoration: none;
}
table {
  width: 100% !important;
  max-width: 100%;
  min-width: 100%;
  table-layout: auto;
  border-top: 1px solid #bbc6cb;
  border-left: 1px solid #bbc6cb;
  border-radius: 3px;
  margin-bottom: 30px;
}
table th,
table td {
  font-weight: 500 !important;
  font-size: 16px !important;
}
table th {
  background-color: #f3f3f3 !important;
  vertical-align: middle;
  font-size: 16px;
  text-shadow: none;
}
table td {
  font-size: 14px;
  padding: 5px;
  vertical-align: top;
  border-bottom: 1px solid #bbc6cb;
  border-right: 1px solid #bbc6cb;
  line-height: 18px;
  background: white;
  word-wrap: break-word;
}
table tr:nth-child(2n-1) td {
  background-color: #f8fbfb !important;
}
table tr:nth-child(2n) td {
  background-color: #f3f3f3 !important;
}
table tr:hover td {
  background-color: #F1F8FD !important;
}
table a {
  color: #474644;
}
table a:hover {
  text-decoration: none;
}
table#tablepress-1 td.column-4 {
  color: #E74C3C;
}
.table_title_inner {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}
.table_filling th:nth-child(2),
.table_filling td:nth-child(2) {
  width: 56%;
}
.table_replacement th:nth-child(1),
.table_replacement td:nth-child(1) {
  width: 89%;
}
.table_photoservices {
  table-layout: auto;
}
.table_photoservices td:nth-child(1) {
  width: 66%;
}
.table_additional th:nth-child(1),
.table_additional td:nth-child(1) {
  width: 89%;
}
.table_favors th:nth-child(1),
.table_favors td:nth-child(1) {
  width: 78%;
}
.refill_info {
  margin-bottom: 20px;
}
.text_img_wrap {
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
  margin-bottom: 20px;
}
.text_img_wrap:before,
.text_img_wrap:after {
  content: "";
  display: table;
}
.text_img_wrap:after {
  clear: both;
}
.text_img {
  float: left;
  margin: 0 20px 0 0;
  padding: 5px;
  background: #f5f5f5;
}
.text_img img {
  display: block;
}
.text_img_text {
  line-height: 18px;
  font-size: 16px;
}
.refill_text {
  line-height: 18px;
  font-size: 16px;
}
.refill_text .bold {
  font-weight: 400;
}

.refill_use {
  text-align: center;
  margin-bottom: 20px;
}
.refill_title {
  margin-bottom: 15px;
  text-align: center;
}
.refill_link_img {
  display: inline-block;
  vertical-align: top;
  zoom: 1 !ie;
  display: inline !ie;
  background: #ffffff;
  margin-left: 55px;
  text-decoration: none !important;
  padding: 5px;
}
.refill_link_img:hover {
  text-decoration: underline;
}
.refill_link_img span {
  font-size: 18px;
  color: #474644;
  line-height: 20px;
}
.refill_link_img img {
  display: block;
}
.expendable_info {
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
  margin-bottom: 20px;
}
.expendable_info:before,
.expendable_info:after {
  content: "";
  display: table;
}
.expendable_info:after {
  clear: both;
}
.expendable_img_item {
  display: inline-block;
  vertical-align: top;
  zoom: 1 !ie;
  display: inline !ie;
  margin-left: 20px;
}
.expendable_img {
  height: 270px;
  width: 270px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.expendable_img img {
  width: 250px;
  display: inline-block;
  vertical-align: top;
  zoom: 1 !ie;
  display: inline !ie;
  margin-top: expression( this . parentNode . offsetHeight > this . offsetHeight ?(( this . parentNode . offsetHeight-this . offsetHeight ) / 2 + 'px' ) : '0' );
}
.expendable_text {
  line-height: 18px;
  font-size: 16px;
  margin-bottom: 20px;
}
.poligrafy {
  margin-bottom: 20px;
}
.poligrafy_info {
  line-height: 17px;
  margin-bottom: 15px;
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
}
.poligrafy_info:before,
.poligrafy_info:after {
  content: "";
  display: table;
}
.poligrafy_info:after {
  clear: both;
}
.poligrafy_title {
  margin-bottom: 15px;
  text-align: center;
}
.polygrafy_text {
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
}
.polygrafy_text ul li {
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
}
.polygrafy_text ul li:first-child {
  margin-top: 0;
}
.polygrafy_text ul li:before {
  content: "\f192";
  font: normal normal normal 14px/1 FontAwesome;
  color: #264457;
  position: absolute;
  left: 0;
  top: 3px;
}
.fotoprint_info {
  *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
  zoom: 1 !ie;
  margin-bottom: 20px;
}
.fotoprint_info:before,
.fotoprint_info:after {
  content: "";
  display: table;
}
.fotoprint_info:after {
  clear: both;
}
.fotoprint_img {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fotoprint_img img {
  width: 100%;
  display: block;
}
.fotoprint_text {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
}
.fotoprint_text ul li {
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
}
.fotoprint_text ul li:first-child {
  margin-top: 0;
}
.fotoprint_text ul li:before {
  content: "\f192";
  font: normal normal normal 14px/1 FontAwesome;
  color: #264457;
  position: absolute;
  left: 0;
  top: 3px;
}
.fotoprint_title {
  margin-bottom: 15px;
  text-align: center;
}
.repair_text {
  font-size: 16px;
  line-height: 18px;
}
.repair_text .repair_text_b {
  font-weight: 400;
}
.repair_text ul li {
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
}
.repair_text ul li:first-child {
  margin-top: 0;
}
.repair_text ul li:before {
  content: "\f192";
  font: normal normal normal 14px/1 FontAwesome;
  color: #264457;
  position: absolute;
  left: 0;
  top: 3px;
}
.repair_equipment_text {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
}
.repair_equipment_text ul li {
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
}
.repair_equipment_text ul li:first-child {
  margin-top: 0;
}
.repair_equipment_text ul li:before {
  content: "\f192";
  font: normal normal normal 14px/1 FontAwesome;
  color: #264457;
  position: absolute;
  left: 0;
  top: 3px;
}
.repair_equipment_title {
  margin-bottom: 15px;
  text-align: center;
}
.content_drawing_text {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
}
.content_drawing_text ul {
  margin-top: 8px;
}
.content_drawing_text ul > li {
  margin-top: 4px;
}
.content_drawing_text ul > li:first-child {
  margin-top: 0;
}
.content_img_wrap {
  margin-left: -20px;
  margin-top: -15px;
  margin-bottom: 20px;
  text-align: center;
}
.content_img_item {
  display: inline-block;
  vertical-align: top;
  zoom: 1 !ie;
  display: inline !ie;
  margin-left: 20px;
  margin-top: 15px;
  width: 29%;
}
.content_img {
  height: 270px;
  width: 20%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.content_img img {
  width: 250px;
  display: inline-block;
  vertical-align: top;
  zoom: 1 !ie;
  display: inline !ie;
  margin-top: expression( this . parentNode . offsetHeight > this . offsetHeight ?(( this . parentNode . offsetHeight-this . offsetHeight ) / 2 + 'px' ) : '0' );
}
.content_drawing_title {
  margin-bottom: 15px;
  text-align: center;
}
.design_text {
  font-size: 16px;
  line-height: 18px;
}
.design_text ul {
  margin-top: 8px;
  list-style-type: disc;
  list-style-position: inside;
}
.design_text ul li {
  margin-top: 5px;
}
.design_text ul li:first-child {
  margin-top: 0;
}
.company_text {
  line-height: 18px;
  margin-bottom: 20px;
  font-size: 16px;
}
.company_text ul li {
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
}
.company_text ul li:first-child {
  margin-top: 0;
}
.company_text ul li:before {
  content: "\f192";
  font: normal normal normal 14px/1 FontAwesome;
  color: #264457;
  position: absolute;
  left: 0;
  top: 3px;
}
.company_img_wrap {
  text-align: center;
  margin-bottom: 20px;
}
.company_img {
  background-color: #f5f5f5;
  padding: 5px;
  display: inline-block;
  vertical-align: top;
  zoom: 1 !ie;
  display: inline !ie;
}
.poligrafy_img {
  background-color: #f5f5f5;
  width: 100%;
  padding: 5px;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.poligrafy_img img {
  display: block;
  width: 100%;
}
.fotosale_info {
  font-size: 16px;
  line-height: 18px;
}
.stamps h3 {
  font-weight: 500;
  text-align: center;
}
.stamp_title {
  margin-top: 20px;
}
@media screen and (max-width: 920px) {
  .container,
  body {
    min-width: 758px;
  }

  .services_list_item .services_item-icon {
    height: 130px;
  }
  .services_list_item .fa {
    font-size: 70px;
  }
  .services_list_item .services_item_title {
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .container,
  body {
    min-width: 524px;
  }
	.services_list {
		grid-template-columns: 1fr 1fr 1fr;
	}
  /*-- временно для этого разрешения --*/
  .services_list_item a {
    padding: 10px 10px;
  }
  .services_list_item .services_item-icon {
    height: 125px;
  }
  .services_list_item .fa {
    font-size: 70px;
  }
  .services_list_item .services_item_title {
    font-size: 12px;
    font-weight: 400;
  }
  .header_contacts_block {
	right: 152px;
    position: absolute;
    top: 57px;
  }
  .news_block_item {
    padding: 10px;
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 20px;
  }
  .logo {
    width: 148px;
    top: -1px;
  }
  .logo img {
    width: 100%;
    height: auto;
  }
  header {
    height: 98px;
  }
  .header_contacts {
    top: 0;
  }
  .header_contacts_adress {
    width: 140px;
    position: absolute;
    right: 0;
    top: 7px;
  }
  .header_contacts_phone {
    position: absolute;
    left: -289px;
    top: 7px;
    font-size: 18px;
	line-height: 20px;
  }
  .header_contacts_phone.second {
    top: 35px;
	margin: 0;
	font-size: 18px;
	line-height: 20px;
  }
  .header_contacts_mail {
    display: none;
  }
  .header_contacts_grafic {
    display: none;
  }
  .fa-location-arrow {
    display: none !important;
  }
  nav .nav_list > .menu-item {
    margin: 0 14px;
  }
  footer a {
    display: none;
  }
  .footer_phone {
    right: auto;
    top: 7px;
    left: 10px;
  }
  .footer_address {
    top: 7px;
    right: 10px;
  }
  .copyright {
    top: 26px;
    left: 10px;
  }
}
@media screen and (max-width: 524px) {
  .container,
  body {
    min-width: 292px;
  }
  .services_list {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
  .header_contacts_block {
	right: 150px;
    position: absolute;
    top: 10px;
    flex-direction: column;
    gap: 5px;
  }
  .services_list_item a {
    padding: 10px 10px;
  }
  .services_list_item .services_item-icon {
    height: 125px;
  }
  .services_list_item .fa {
    font-size: 70px;
  }
  .services_list_item .services_item_title {
    font-size: 12px;
    font-weight: 400;
  }
  .news_block_item {
    padding: 10px;
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 20px;
  }
  .logo {
    width: 148px;
    top: -1px;
  }
  .logo img {
    width: 100%;
    height: auto;
  }
  header {
    height: 98px;
  }
  .header_contacts {
    top: 0;
	width: 100%;
  }
  .header_contacts_adress {
    width: 140px;
    position: absolute;
    right: 0;
    top: 7px;
  }
  .header_contacts_phone {
    position: absolute;
    left: 20px;
    top: 40px;
    font-size: 18px;
	font-size: 16px;
    line-height: 20px;
  }
  .header_contacts_phone.second {
    top: 65px;
	margin-left: 0;
  }
  .header_contants_mail {
    display: none;
  }
  .header_contacts_grafic {
    display: none;
  }
  .fa-location-arrow {
    display: none !important;
  }
  nav .nav_list > .menu-item {
    margin: 0 12px;
  }
  footer a {
    display: none;
  }
  .footer_phone {
    right: auto;
    top: 7px;
    left: 10px;
  }
  .footer_address {
    top: 7px;
    right: 10px;
  }
  .copyright {
    top: 26px;
    left: 10px;
  }
}

            div.ssdqqda {
            left: -9999px !important;
            position: absolute !important;
        }
            div.fpbvazp {
            left: -9999px !important;
            position: absolute !important;
        }
            div.bokgriz {
            left: -9999px !important;
            position: absolute !important;
        }

.content ul, h1, h2, h3, p {
  clear: left;
  margin-bottom: 20px;
}
.content ul li:not(.wp-social-link) {
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
}
.content ul li:not(.wp-social-link):first-child {
  margin-top: 0;
}
.content ul li:not(.wp-social-link):before {
  content: "\f192";
  font: normal normal normal 14px/1 FontAwesome;
  color: #264457;
  position: absolute;
  left: 0;
  top: 3px;
}
.content p {
  line-height: 18px;
  font-size: 16px;
  margin-bottom: 20px;
}
.content img {
  padding: 5px;
  background: #f5f5f5;
}
.content img.alignleft {
  float: left;
  margin: 0 20px 0 0;
}
