/**
*
	Сброс CSS стилей
*
**/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html {
  -webkit-text-size-adjust: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.s_title2 a {
  color: #000;
  text-decoration: underline;
}
a {
  text-decoration: none;
}
input,
textarea,
button {
  resize: none;
  border: none;
  background-color: transparent;
  outline: none;
}
img {
  border: 0;
  vertical-align: top;
}
.email {
  color: #fff;
  text-align: right;
  font: 16px/20px 'Geometria ExtraBold', Arial, sans-serif;
  margin-top: 5px;
  padding-right: 5px;
  display: block;
}
.fl_right {
  float: right !important;
}
.d_center {
  display: block;
  float: none !important;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.empty_field {
  border-bottom: 1px solid red;
  color: red;
}
.empty_field:placeholder,
.empty_field::placeholder,
.empty_field::-webkit-placeholder {
  color: red !important;
}
/**
*
	Функции
*
**/
.main_wrapper {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkitflex-wrap: wrap;
}
/**
*
	Переменные
*
**/
/**
*
	Общие стили
*
**/
.flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkitflex-wrap: wrap;
}
.success-form {
  color: #42d642;
  font-family: 'Raleway Bold', Arial, sans-serif;
}
.field {
  position: relative;
  height: 66px;
  background: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
}
.field svg {
  width: 18px;
  margin: 25px 0 0 20px;
}
.field svg path {
  fill: #000;
}
.field input[type="tel"] {
  width: 49%;
  font: 14px 'Raleway Medium', Arial, sans-serif;
  color: #999;
  position: absolute;
  top: 21.5px;
  margin-left: 10px;
}
.field .button {
  cursor: pointer;
  letter-spacing: .1px;
  position: absolute;
  top: 8px;
  right: 8px;
  color: #fff;
  padding: 15px 30px 14px;
  background: #ea4141;
  font: 16px 'Raleway Bold', Arial, sans-serif;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.field .button.__icon {
  padding: 15px 44px 17px 20px;
}
.field .button.__icon:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -12px;
  background: url('https://kazprint.ru/wp-content/themes/kazprint/less/../img/btn_arrow.png');
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.field .button.__dark {
  background: #22211f;
}
.field .button.__dark:after {
  background: url('https://kazprint.ru/wp-content/themes/kazprint/less/../img/btn_dark_right_arrow.png');
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.s_title {
  font: 41px 'Raleway Light', Arial, sans-serif;
  margin-bottom: 40px;
}
.s_title .line {
  margin: 30px 15px 0 0;
  float: right;
  height: 8px;
  background: #e7e7e7;
}
.s_title.print_quality .line,
.s_title.print_convenience .line {
  width: 53%;
}
.s_title.__small {
  font: 14px 'Raleway Bold', Arial, sans-serif;
  color: #aeaeae;
}
.white_bg {
  background: #fff !important;
}
/**
*
	Текст
*
**/
h1 {
  font-size: 52px;
  font-family: 'Raleway Light', Arial, sans-serif;
}
.h3 {
  font-size: 22px;
}
.h4 {
  font-size: 16px;
}
.h5 {
  font-size: 14px;
}
.extra_bold {
  font-family: 'Raleway ExtraBold', Arial, sans-serif;
}
.medium {
  font-family: 'Raleway Medium', Arial, sans-serif;
}
.light {
  font-family: 'Raleway Light', Arial, sans-serif;
}
body {
  font-family: 'Raleway Regular', Arial, sans-serif;
}
:root {
  --header-spacing: 120px;
  --header-menus-h: 70px;
  --sec-pl: 80px;
  --sec-pr: 30px;
}
/**
*
	Шапка
*
**/
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  height: var(--header-spacing);
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background: #fff;
}
header a {
  color: inherit;
}
header:after {
  content: "";
  display: block;
  clear: both;
}
.xs-show {
  display: none;
}
#upbutton {
  height: 30px;
  width: 30px;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 999;
}
#upbutton img {
  max-width: 100%;
}
#logo,
#contacts {
  display: table-cell;
  vertical-align: top;
}
#logo {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 15px 20px;
  text-align: center;
  min-width: 240px;
  width: 240px;
  height: var(--header-spacing);
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
#logo img {
  width: 100%;
  max-width: 240px;
}
#logo .phone {
  font: 15px/19px 'Geometria ExtraBold', Arial, sans-serif;
  letter-spacing: .3px;
  margin: 7px 0 0;
  color: #363c4b;
  text-align: center;
  display: block;
}
#logo .email {
  font: 12px/16px 'Geometria ExtraBold', Arial, sans-serif;
  letter-spacing: .3px;
  color: #7a8290;
  text-align: center;
  margin-top: 3px;
  padding-right: 0;
}
#logo .btn-hamburger {
  padding: 0;
  text-align: left;
  position: relative;
  display: none;
  width: 30px;
  height: 26px;
  margin-bottom: 15px;
  color: #fff;
  font: 16px 'Raleway Bold', Arial, sans-serif;
}
#logo .btn-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 12px;
  right: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#logo .btn-hamburger span:before,
#logo .btn-hamburger span:after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#logo .btn-hamburger span:before {
  top: -6px;
}
#logo .btn-hamburger span:after {
  bottom: -6px;
}
#logo .btn-hamburger.is_open span {
  background: transparent;
}
#logo .btn-hamburger.is_open span:before,
#logo .btn-hamburger.is_open span:after {
  top: 0;
}
#logo .btn-hamburger.is_open span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#logo .btn-hamburger.is_open span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#contacts {
  padding-left: var(--sec-pl);
  padding-right: var(--sec-pr);
  height: 100%;
  width: 100%;
  height: var(--header-spacing);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
#contacts .item {
  padding-left: 55px;
  position: relative;
  line-height: 1.2;
}
#contacts .item img {
  position: absolute;
  left: 0;
  width: 40px;
}
#contacts .item .header {
  font: 16px/36px 'Raleway Regular', Arial, sans-serif;
  line-height: inherit;
  margin-bottom: 5px;
}
#contacts .item .footer {
  color: #777;
  font: 12px/20px 'Raleway Bold', Arial, sans-serif;
  line-height: inherit;
}
#contacts .item:nth-child(1) {
  width: 30%;
}
#contacts .item:nth-child(2),
#contacts .item:nth-child(3) {
  width: auto;
}
#contacts .item:nth-child(2) .header {
  font-family: 'Geometria ExtraBold', Arial, sans-serif, Arial, sans-serif;
  font-size: 18px;
}
#contacts .item:nth-child(3) .header {
  font-family: 'Geometria ExtraBold', Arial, sans-serif, Arial, sans-serif;
  font-size: 18px;
}
#contacts .fast_order {
  background: #ea4141;
  font: 18px/24px 'Raleway Bold', Arial, sans-serif;
  color: #fff;
  padding: 20px 25px 20px 60px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
}
#contacts .fast_order:before {
  content: '';
  display: block;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  background: url('https://kazprint.ru/wp-content/themes/kazprint/less/../img/btn_arrow.png') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/**
*
	Основная часть
*
**/
main {
  padding-top: var(--header-spacing);
}
@media only screen and (min-width: 968.01px) {
  main {
    padding-top: var(--header-spacing);
  }
  main .left_side,
  main .right_side {
    float: left;
    vertical-align: top;
  }
  main .left_side {
    height: 100vh;
    width: 240px;
    background: #ea4141;
  }
  main .right_side {
    width: calc(100% - 240px);
  }
}
#main_menu ul li a {
  padding: 23px 20px 23px 70px;
  position: relative;
  display: block;
  font: 14px/20px 'Raleway Bold', Arial, sans-serif;
  color: #fff;
  letter-spacing: .2px;
}
#main_menu ul li a img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0;
}
#main_menu ul li a:after {
  content: '';
  display: block;
  width: 75%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 12.5%;
  background: #da1c1c;
}
#main_menu ul li a.is_active {
  background: #fff;
  color: #000;
}
#main_menu ul li a.is_active svg path {
  fill: #ea4141;
}
#main_menu ul li a.is_active:after {
  display: none;
}
#main .service {
  height: var(--header-services-h, 80px);
  background: #343b4b;
}
#main .service ul {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  height: 100%;
  flex-wrap: wrap;
  gap: 2px 15px;
}
#main .service ul li {
  position: relative;
  padding-right: 10px;
}
#main .service ul li a {
  color: #fff;
  letter-spacing: .8px;
  font: 21px 'Raleway SemiBold', Arial, sans-serif;
  text-transform: none;
}
#main .service ul li:not(:last-child):after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: -6px;
  background: #e6e6e6;
  margin-top: -2px;
}
#main #menus {
  margin-left: var(--sec-pl);
  height: var(--header-menus-h);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
#main #menus .menu,
#main #menus .social {
  display: inline-block;
}
#main #menus .searchform {
  margin: 0;
  overflow: hidden;
  width: 200px;
}
#main #menus .searchform input {
  max-width: 100%;
  box-shadow: none;
}
#main #menus .menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#main #menus .menu li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
#main #menus .menu li a {
  color: #333;
  font: 12px 'Raleway Bold', Arial, sans-serif;
  text-transform: uppercase;
}
#main #menus .menu li.sale a {
  color: #ea4141;
}
#main #menus .menu li.sale a .num {
  color: #fff;
  background: #ea4141;
  display: inline-block;
  width: 24px;
  height: 24px;
  font: 14px/22px 'Raleway Bold', Arial, sans-serif;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
#main #menus .menu li:not(:last-child):after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: -12px;
  background: #e6e6e6;
  margin-top: -2px;
}
#main #menus .menu li:first-child:before {
  display: none;
}
#main #menus .social {
  display: flex;
  align-content: center;
  justify-content: center;
}
#main #menus .social li {
  display: inline-block;
  margin-right: 5px;
}
#main #menus .social li a {
  display: block;
  text-align: center;
  width: 48px;
  height: 28px;
  background: #f1f1f1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
#main #menus .social li a svg {
  width: 14px;
  margin-top: 7px;
}
#main #menus .social li a svg path {
  fill: #b2b2b2;
}
.breadcrumbs ul li {
  display: inline-block;
  font: 14px 'Raleway Medium', Arial, sans-serif;
  color: #777;
  letter-spacing: .4px;
}
.breadcrumbs ul li a {
  color: #999;
}
.breadcrumbs ul li:after {
  content: '>';
  margin: 0 5px 0 10px;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
section {
  padding-top: 70px;
}
section.icon {
  position: relative;
}
section.icon:before {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: -19px;
  left: var(--sec-pl);
  background: url('https://kazprint.ru/wp-content/themes/kazprint/less/../img/section_array.png') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section:after {
  content: '';
  display: block;
  clear: both;
}
section:first-child {
  padding-top: 0;
}
.promo_block {
  padding: 0;
  color: #fff;
  background-size: cover !important;
}
.promo_block .breadcrumbs {
  margin-bottom: 60px;
}
.promo_block .text_wrapper {
  margin-bottom: 40px;
}
.promo_block .bg_block {
  padding: 80px 80px;
}
.promo_block h4 {
  font: 36px 'Raleway Light', Arial, sans-serif;
}
.promo_block h4 b {
  font-family: 'Raleway Bold', Arial, sans-serif;
}
.promo_block h3 {
  font: 41px/51px 'Raleway ExtraBold', Arial, sans-serif;
  margin-bottom: 30px;
  margin-top: 15px;
}
.promo_block h3 .underline {
  position: relative;
}
.promo_block h3 .underline:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.promo_block h3 .rub {
  font: 46px 'Geometria ExtraBold', Arial, sans-serif;
}
.promo_block h5 {
  font: 28px 'Raleway Light', Arial, sans-serif;
}
.promo_block h5 b {
  font-family: 'Raleway Bold', Arial, sans-serif;
}
.promo_block.__main .bg_block {
  background: rgba(54, 60, 75, 0.95);
}
.promo_block.__acent .bg_block {
  background: rgba(234, 65, 65, 0.95);
}
.promo_block.reklamnie_papki {
  background: url('https://kazprint.ru/wp-content/themes/kazprint/less/../img/bg/reklamnie_papki.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.promo_block.stoimost {
  background: url('https://kazprint.ru/wp-content/themes/kazprint/less/../img/bg/stoimost.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.promo_block.pechat_vizitok {
  background: url('https://kazprint.ru/wp-content/themes/kazprint/less/../img/bg/pechat_vizitok.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.promo_block.vizitki {
  background: url('https://kazprint.ru/wp-content/themes/kazprint/less/../img/bg/vizitki.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#clients {
  width: 100%;
}
#clients .owl-theme .owl-nav {
  position: absolute;
  top: -55px;
  right: 0;
}
#clients .owl-theme .owl-nav .owl-prev,
#clients .owl-theme .owl-nav .owl-next {
  display: inline-block;
  cursor: pointer;
  width: 32px;
  height: 22px;
  position: relative;
}
#clients .owl-theme .owl-nav .owl-prev:before,
#clients .owl-theme .owl-nav .owl-next:before {
  content: '';
  position: absolute;
  top: 5.5px;
  left: 12.5px;
  display: block;
  width: 7px;
  height: 10px;
  background: url('https://kazprint.ru/wp-content/themes/kazprint/less/../img/slider_nav.png') no-repeat;
}
#clients .owl-theme .owl-nav .owl-next {
  background: #f3f3f3;
}
#clients .owl-theme .owl-nav .owl-next:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#clients .owl-carousel .owl-item {
  height: 80px;
  position: relative;
}
#clients .owl-carousel .owl-item img {
  max-width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fixed-social a {
  position: fixed;
  right: 120px;
  bottom: 50px;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25D366;
  border-radius: 50%;
  padding: 30px;
}
.fixed-social a svg {
  width: 36px;
  height: 36px;
}
#about {
  padding-bottom: 30px;
  overflow: hidden;
}
#about iframe {
  max-width: 100%;
}
#about .text p {
  font: 32px/50px 'Raleway Light', Arial, sans-serif;
  margin-bottom: 30px;
}
#about .text a {
  color: #ea4141;
  font-family: 'Raleway SemiBold', Arial, sans-serif;
  text-decoration: underline;
}
#about .about__flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px 40px;
}
#about .numbers {
  max-width: 576px;
  flex-grow: 1;
  position: relative;
}
#about .numbers .item {
  position: relative;
  z-index: 1;
  padding: 30px;
  width: 240px;
  display: inline-block;
  float: left;
  color: #000;
  font: 26px/34px 'Raleway Regular', Arial, sans-serif;
}
#about .numbers .item .number {
  font: 76px 'Raleway ExtraBold', Arial, sans-serif;
}
#about .numbers .item .number sup {
  vertical-align: top;
  font-size: 26px;
  margin-top: 16px;
  display: inline-block;
}
#about .numbers .item.acent {
  background: rgba(240, 49, 49, 0.8);
  color: #fff;
}
#about .numbers .item:last-child:before,
#about .numbers .item:last-child:after {
  content: '';
  position: absolute;
  background: #dbdbdb;
  z-index: 1;
}
#about .numbers .item:last-child:before {
  width: 70%;
  height: 1px;
  top: 0;
  left: 30px;
}
#about .numbers .item:last-child:after {
  height: 70%;
  width: 1px;
  top: 30px;
  left: 0;
}
#about .numbers:after {
  content: '';
  display: block;
  width: 400px;
  height: 310px;
  position: absolute;
  z-index: 0;
  left: 85px;
  bottom: 0;
  background: #f3f3f3;
}
#features {
  background: #f0f0f0;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
#features .wrapper {
  display: flex;
  flex-wrap: wrap;
}
#features .item {
  padding: 30px 10px 0 130px;
  margin-bottom: 60px;
}
#features figure {
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background: #fff;
  position: absolute;
  -webkit-box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.2);
}
#features figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  -webkit-transform: translate(-60%, -40%);
  -moz-transform: translate(-60%, -40%);
  -ms-transform: translate(-60%, -40%);
  -o-transform: translate(-60%, -40%);
  transform: translate(-60%, -40%);
}
#features figure:before,
#features figure:after {
  content: '';
  display: block;
  background: #e5e5e5;
  position: absolute;
  top: 10px;
}
#features figure:before {
  top: 13px;
  width: 65%;
  height: 3px;
  right: 13px;
}
#features figure:after {
  top: 13px;
  width: 3px;
  height: 100%;
  right: 10px;
}
#features .h3 {
  line-height: 30px;
  font-family: 'Raleway Black', Arial, sans-serif;
  margin-bottom: 30px;
  font-size: 21px;
}
.wp-block-gallery + p,
.wp-block-gallery + ol {
  margin-top: 2em;
}
#payment iframe {
  max-width: 100%;
}
.bmap iframe {
  max-width: 100%;
}
.menu-katalog-wr {
  top: var(--header-spacing);
  width: 240px;
  position: fixed;
  z-index: 99;
  height: calc(100% - var(--header-spacing));
  overflow-y: auto;
  background: #ea4141;
}
a[href*=liveinternet] {
  display: block;
  max-height: 1px;
  line-height: 0;
}
#service {
  padding-bottom: 70px;
  background: #f0f0f0;
  padding-right: 15px;
}
#service .main_wrapper {
  margin-left: -15px;
}
#service .wrapper {
  margin-bottom: 30px;
}
#service .wrapper .item {
  min-height: 84px;
  background: #fff;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}
#service .wrapper .item img {
  float: left;
  width: 64px;
}
#service .wrapper .item .title {
  font: 18px 'Raleway ExtraBold', Arial, sans-serif;
}
#service .wrapper .item:before,
#service .wrapper .item:after {
  content: '';
  position: absolute;
  bottom: 10px;
}
#service .wrapper .item:before {
  right: -12px;
  height: 84px;
  width: 3px;
  background: #e5e5e5;
}
#service .wrapper .item:after {
  width: 99%;
  height: 3px;
  left: 15px;
  background: #e5e5e5;
}
#not_just_a_paper {
  padding-bottom: 70px;
}
#not_just_a_paper .text {
  font: 26px/42px 'Raleway Regular', Arial, sans-serif;
}
#not_just_a_paper .img {
  padding-right: 0;
}
#not_just_a_paper .img img {
  width: 100%;
}
.btn {
  display: inline-flex;
  background-color: #ea4141;
  font: 16px/1.2em 'Raleway Bold', Arial, sans-serif;
  color: white;
  padding: 15px 25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
}
.thanks__flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.thanks__flex > * {
  flex-grow: 1;
  flex-basis: 0;
}
#best_price {
  background: #f0f0f0;
  padding-bottom: 70px;
}
#best_price table {
  margin-left: -15px;
  width: 100% !important;
  border-spacing: 15px;
  border-collapse: separate;
}
#best_price table * {
  line-height: 1.2;
}
#best_price table tr th,
#best_price table tr td {
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
  width: auto !important;
  height: auto !important;
}
#best_price table tr th:first-child,
#best_price table tr td:first-child {
  text-align: left;
}
#best_price table tr th p,
#best_price table tr td p {
  padding-right: 0 !important;
  margin-bottom: 0.6em;
}
#best_price table tr th p:last-child,
#best_price table tr td p:last-child {
  margin-bottom: 0 !important;
}
#best_price table tr th {
  position: relative;
  padding: 10px 0 0;
  font-family: 'Raleway Bold', Arial, sans-serif;
}
#best_price table tr th:first-child:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 91px;
  height: 4px;
  background: #ea4141;
}
#best_price table tr td {
  font-family: 'Raleway Bold', Arial, sans-serif;
  height: 84px;
  background: #fff;
  padding: 10px 15px;
  position: relative;
}
#best_price table tr td span {
  font-family: 'Raleway Medium', Arial, sans-serif;
  display: block;
}
#best_price table tr td:before {
  content: '';
  display: block;
  position: absolute;
  top: -34%;
  left: -8.5px;
  height: 121%;
  width: 2px;
  background: #d6d6d6;
}
#best_price table tr td:first-child:before {
  display: none;
}
#best_price table tr td:nth-child(4) {
  background: #f03131;
  color: #fff;
  font-family: 'Raleway ExtraBold', Arial, sans-serif;
}
#best_price table tr td.td-red {
  background: #f03131;
  color: #fff;
  font-family: 'Raleway ExtraBold', Arial, sans-serif;
}
#best_price table tr:last-child td:before {
  height: 82%;
}
#best_price table.no-td-red tr td:nth-child(4) {
  background: #fff;
  color: #000;
  font-family: 'Raleway Bold', Arial, sans-serif;
}
#orders {
  background: #f0f0f0;
  padding-left: 30px;
  padding-bottom: 70px;
}
#orders table {
  margin-left: -15px;
  width: 100%;
  border-spacing: 15px;
  border-collapse: separate;
}
#orders table tr th,
#orders table tr td {
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
  position: relative;
}
#orders table tr th:first-child,
#orders table tr td:first-child {
  text-align: left;
}
#orders table tr th .ready,
#orders table tr td .ready {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 100%;
  background: #313c8a;
  cursor: no-drop;
}
#orders table tr th .go_ready,
#orders table tr td .go_ready {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 100%;
  background: #41983c;
}
#orders table tr th a.modal_go_ready,
#orders table tr td a.modal_go_ready {
  position: absolute;
  right: 100%;
  z-index: 10;
  width: 423px;
  top: 0;
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  color: #f00;
  font-weight: bold;
}
#orders table tr th.timer,
#orders table tr td.timer {
  background: #e2e2e2;
}
#orders table tr th.red,
#orders table tr td.red {
  background: #ea4141;
  color: #fff;
}
#orders table tr th.yellow,
#orders table tr td.yellow {
  background: #fc0;
}
#orders table tr th.green,
#orders table tr td.green {
  background: #41983c;
  color: #fff;
}
#orders table tr th {
  position: relative;
  padding: 10px 0 0;
  font-family: 'Raleway Regular', Arial, sans-serif;
}
#orders table tr th:first-child:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 91px;
  height: 4px;
  background: #ea4141;
}
#orders table tr td {
  font-family: 'Raleway Regular', Arial, sans-serif;
  height: auto;
  background: #fff;
  padding: 5px 10px;
  position: relative;
}
#orders table tr td span {
  font-family: 'Raleway Medium', Arial, sans-serif;
  display: block;
}
#orders table tr td:before {
  content: '';
  display: block;
  position: absolute;
  top: -34%;
  left: -8.5px;
  height: 121%;
  width: 2px;
  background: #d6d6d6;
}
#orders table tr td:first-child:before {
  display: none;
}
#orders table tr:last-child td:before {
  height: 82%;
}
#orders table.no-td-red tr td:nth-child(4) {
  background: #fff;
  color: #000;
  font-family: 'Raleway Bold', Arial, sans-serif;
}
#fast_order {
  background: #333a49;
  padding-bottom: 100px;
  position: relative;
}
#fast_order .text h3 {
  font: 52px 'Raleway Bold', Arial, sans-serif;
  color: #fff;
  margin-bottom: 60px;
}
#fast_order .text form {
  width: 80%;
}
#fast_order .text form .input {
  padding-left: 0;
  margin-bottom: 60px;
}
#fast_order .text form .input .item {
  padding-left: 0;
}
#fast_order .text form .add_file {
  position: relative;
}
#fast_order .text form .add_file input[type="file"] {
  position: absolute;
  top: 0;
  opacity: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer;
}
#fast_order .text form .add_file .wrapper {
  width: 100%;
  height: 42px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 11px 50px 11px 20px;
  font: 16px 'Raleway Regular', Arial, sans-serif;
  color: #fff;
  background: #484e5c;
  pointer-events: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
#fast_order .text form .add_file .wrapper span {
  white-space: nowrap;
  cursor: pointer;
}
#fast_order .text form .add_file .wrapper svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 11px;
  right: 28px;
}
#fast_order .text form input {
  width: 32%;
}
#fast_order .img {
  position: absolute;
  bottom: 0;
  left: 55%;
}
#fast_order .img img {
  width: 100%;
  max-width: 400px;
}
.static_form .field {
  height: 60px;
}
.static_form .field .button {
  top: 5px;
}
.js-masonry-grid > * {
  width: calc(33.333% - 10px);
  margin-bottom: 10px;
}
#works {
  padding-bottom: 50px;
}
#works .owl-theme .owl-nav {
  display: block;
  position: absolute;
  bottom: -25px;
  right: 0;
}
#works .owl-theme .owl-nav .owl-prev,
#works .owl-theme .owl-nav .owl-next {
  display: inline-block;
  cursor: pointer;
  width: 64px;
  height: 44px;
  position: relative;
}
#works .owl-theme .owl-nav .owl-prev:before,
#works .owl-theme .owl-nav .owl-next:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 25px;
  display: block;
  width: 14px;
  height: 20px;
  background: url('https://kazprint.ru/wp-content/themes/kazprint/less/../img/slider_big_nav.png') no-repeat;
}
#works .owl-theme .owl-nav .owl-next {
  background: #f3f3f3;
}
#works .owl-theme .owl-nav .owl-next:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#works .owl-carousel .owl-stage-outer {
  padding: 0 0 50px 15px;
}
#works .owl-carousel .owl-stage-outer:before {
  content: '';
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 80%;
  background: #e7e7e7;
}
#works .owl-carousel .owl-item {
  padding-right: 30px;
}
#works .main_wrapper {
  margin-left: -15px;
}
#works .inner_wrapper {
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.09);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.09);
  position: relative;
}
#works .inner_wrapper figure {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  height: 195px;
  display: block;
}
#works .inner_wrapper figure a {
  display: block;
  height: 100%;
}
#works .inner_wrapper figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#works .inner_wrapper .des {
  padding: 30px;
}
#works .inner_wrapper .title {
  font: 16px/21px 'Raleway Bold', Arial, sans-serif;
  margin-bottom: 10px;
  margin-bottom: 20px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#works .inner_wrapper .quote {
  position: relative;
}
#works .inner_wrapper .quote span {
  display: block;
  margin: 0 auto 20px;
  width: 36px;
  height: 26px;
  background: url('https://kazprint.ru/wp-content/themes/kazprint/less/../img/quote.png');
}
#works .inner_wrapper .quote:before,
#works .inner_wrapper .quote:after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  top: 50%;
}
#works .inner_wrapper .quote:before {
  left: 0;
}
#works .inner_wrapper .quote:after {
  right: 0;
}
#works .inner_wrapper .h5 {
  line-height: 24px;
  font-family: 'Raleway Medium', Arial, sans-serif;
  color: #777;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
#works .inner_wrapper a {
  font: 14px 'Raleway Bold', Arial, sans-serif !important;
  color: #ea4141 !important;
}
#works .inner_wrapper:before,
#works .inner_wrapper:after {
  content: '';
  position: absolute;
  bottom: -13px;
}
#works .inner_wrapper:before {
  right: -10px;
  height: 84px;
  width: 3px;
  background: #e5e5e5;
}
#works .inner_wrapper:after {
  width: 91%;
  height: 3px;
  right: -10px;
  background: #e5e5e5;
}
#works .btn_wrapper {
  margin-top: 80px;
}
#works .btn_wrapper a {
  background: #f0f0f0;
  display: inline-block;
  color: #000;
  padding: 20px 70px 20px 20px;
  position: relative;
}
#works .btn_wrapper a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
  display: block;
  width: 13px;
  height: 20px;
  background: url('https://kazprint.ru/wp-content/themes/kazprint/less/../img/arrow_right.png') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#works .btn_wrapper .line {
  margin: 40px 15px 0 0;
  float: right;
  width: 65%;
  height: 3px;
  background: #e7e7e7;
}
#works.slider .inner_wrapper:before {
  right: 17px;
}
#works.slider .inner_wrapper:after {
  right: 18px;
}
#works.catalog .inner_wrapper {
  margin-bottom: 30px;
}
.sec {
  padding-left: var(--sec-pl);
  padding-right: var(--sec-pr);
}
#we_have {
  background: #f0f0f0;
  padding-bottom: 40px;
}
#we_have .item {
  padding: 30px 15px 0 130px;
  margin-bottom: 60px;
}
#we_have figure {
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background: #fff;
  position: absolute;
  -webkit-box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.2);
}
#we_have figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  -webkit-transform: translate(-60%, -40%);
  -moz-transform: translate(-60%, -40%);
  -ms-transform: translate(-60%, -40%);
  -o-transform: translate(-60%, -40%);
  transform: translate(-60%, -40%);
}
#we_have figure:before,
#we_have figure:after {
  content: '';
  display: block;
  background: #e5e5e5;
  position: absolute;
  top: 10px;
}
#we_have figure:before {
  top: 13px;
  width: 65%;
  height: 3px;
  right: 13px;
}
#we_have figure:after {
  top: 13px;
  width: 3px;
  height: 140%;
  right: 10px;
}
#we_have .h3 {
  line-height: 30px;
  font-family: 'Raleway Black', Arial, sans-serif;
  margin-bottom: 30px;
}
#we_have .h5 {
  line-height: 24px;
  font-family: 'Raleway Medium', Arial, sans-serif;
  color: #777;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
#text {
  padding-bottom: 70px;
  background: #f3f3f3;
}
#text p {
  margin-bottom: 20px;
}
#text .gallery-block {
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
}
#text .gallery-block .item {
  margin-bottom: 30px;
}
#text .gallery-block .item a {
  display: block;
  height: 100%;
}
#text .gallery-block img {
  max-width: 100%;
  border: 2px solid #b2b2b2;
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}
#text .h4 {
  font-family: 'Raleway Medium', Arial, sans-serif;
  line-height: 26px;
  color: #777;
}
#text .h4.alpha {
  padding: 0 60px 0 0;
}
.post-empty {
  padding: 0 15px;
}
#continue {
  background: #f0f0f0;
  padding-bottom: 120px;
}
#continue .wrapper {
  margin-bottom: 15px;
}
#continue .item {
  display: block;
  position: relative;
  background: #fff;
}
#continue .item figure {
  position: relative;
  overflow: hidden;
  height: 200px;
}
#continue .item figure img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#continue .item .des {
  padding: 15px 20px;
  letter-spacing: .1px;
  font: 22px/26px 'Raleway ExtraBold', Arial, sans-serif;
  color: rgba(0, 0, 0, 0.8);
}
#continue .item:before,
#continue .item:after {
  content: '';
  position: absolute;
  bottom: -15px;
  display: block;
  background: #e5e5e5;
}
#continue .item:before {
  width: 99%;
  height: 3px;
  right: -15px;
}
#continue .item:after {
  width: 3px;
  height: 70px;
  right: -15px;
}
#service_in {
  padding-left: var(--sec-pl);
  padding-right: 15px;
  padding-bottom: 70px;
  background: #f0f0f0;
}
#service_in .main_wrapper {
  margin-left: -15px;
}
#service_in .wrapper {
  margin-bottom: 30px;
}
#service_in .item {
  background: #fff;
  display: block;
  position: relative;
}
#service_in .item figure {
  position: relative;
  overflow: hidden;
  height: 180px;
}
#service_in .item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#service_in .item .des {
  color: #000;
  position: relative;
  font: 18px/24px 'Raleway ExtraBold', Arial, sans-serif;
  padding: 20px 48px 25px 20px;
  height: 100px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#service_in .item .des:after {
  position: absolute;
  top: 30px;
  right: 15px;
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url('https://kazprint.ru/wp-content/themes/kazprint/less/../img/btn_empty_right_arrow.png') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#service_in .item:before,
#service_in .item:after {
  content: '';
  position: absolute;
  bottom: 10px;
}
#service_in .item:before {
  right: -14px;
  height: 80px;
  width: 3px;
  background: #e5e5e5;
}
#service_in .item:after {
  width: 98%;
  height: 3px;
  right: -11px;
  background: #e5e5e5;
}
#payment .bmap {
  margin-top: 20px;
}
#payment .contacts__flex {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px 40px;
}
#payment .contacts__flex .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 0;
}
#payment .contacts__flex .item-in a:not(.footer) {
  color: black;
  font-family: 'Raleway Bold', Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 0.6em;
}
#payment .contacts__flex .item-in .footer {
  font-size: 14px;
  color: #828282;
}
#payment .contacts__flex .item-in > * {
  display: block;
}
#payment {
  padding-left: 80px;
  padding-bottom: 40px;
  background: #f0f0f0;
}
#payment .gallery-block {
  padding: 25px 0;
}
#payment .gallery-block .item {
  margin-bottom: 30px;
}
#payment .gallery-block img {
  max-width: 100%;
  border: 2px solid #b2b2b2;
}
#payment p {
  color: #22312c;
  padding-right: 150px;
  font: 18px/28px 'Raleway Regular', Arial, sans-serif;
  margin-bottom: 25px;
}
#payment .item {
  padding-left: 0;
  margin-bottom: 60px;
}
#payment .item .title {
  font: 38px 'Raleway Black', Arial, sans-serif;
  margin-bottom: 30px;
}
#payment .item .title:before {
  margin: -10px 20px 0 0;
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  float: left;
  background: url('https://kazprint.ru/wp-content/themes/kazprint/less/../img/title_arrow.png') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#payment .item .thumb {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 2px solid #dbdbdb;
}
#payment .item .pay {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 20px;
}
#payment .item .pay .pay_item {
  display: inline-block;
  position: relative;
  font: 18px/23px 'Raleway Black', Arial, sans-serif;
}
#payment .item .pay .pay_item svg {
  width: 36px;
  position: absolute;
  top: 5px;
  left: 0;
}
#payment .item .pay .pay_item svg path {
  fill: #ea4141;
}
#payment .item .pay .pay_item a {
  font: 14px 'Raleway SemiBold', Arial, sans-serif;
  color: #ea4141;
  text-decoration: underline;
}
#payment .item .pay .pay_item:nth-child(3) {
  width: 130px;
}
#payment .item .delivery a {
  font: 14px 'Raleway SemiBold', Arial, sans-serif;
  color: #ea4141;
  text-decoration: underline;
}
#payment .item .delivery .delivery_item {
  padding-left: 60px;
  position: relative;
  font: 20px/26px 'Raleway Black', Arial, sans-serif;
}
#payment .item .delivery .delivery_item p {
  font: inherit;
  padding-right: 0;
}
#payment .item .delivery .delivery_item .number {
  position: absolute;
  top: 5px;
  left: 0;
  width: 46px;
  height: 46px;
  color: #fff;
  text-align: center;
  font: 30px/42px 'Raleway Regular', Arial, sans-serif;
  background: #ea4141;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}
/**
*
	Футер
*
**/
footer {
  background: #343b4b;
  position: relative;
  padding: 80px 0 30px 80px;
}
footer .header {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #2b313f;
}
footer .header .item .title {
  color: #fff;
  font: 22px 'Raleway ExtraBold', Arial, sans-serif;
  margin-bottom: 20px;
}
footer .header .callback {
  position: relative;
  padding-left: 110px;
}
footer .header .callback img {
  width: 90px;
  position: absolute;
  top: 0;
  left: 0;
}
footer .header .subscribe .title {
  font-family: 'Raleway ExtraBold', Arial, sans-serif;
}
footer .header .subscribe form .field {
  position: relative;
  height: 60px;
  background: #2b313f;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
footer .header .subscribe form .field input[type="mail"] {
  width: 50%;
  font: 14px 'Raleway Medium', Arial, sans-serif;
  color: #838999;
  position: absolute;
  top: 20px;
  margin-left: 20px;
}
footer .header .subscribe form .field .button {
  letter-spacing: .1px;
  position: absolute;
  top: 7px;
  right: 8px;
  color: #fff;
  padding: 10px 30px;
  border: 2px solid #ea4141;
  font: 18px 'Raleway Medium', Arial, sans-serif;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
footer .header .subscribe .wpcf7 {
  overflow: hidden;
}
footer .footer {
  overflow: hidden;
}
footer .footer #menu {
  margin-bottom: 50px;
}
footer .footer #menu .menu,
footer .footer #menu .social {
  display: inline-block;
  float: left;
  margin: 23px 0 17px;
}
footer .footer #menu .menu {
  margin: 7px 0 17px;
}
footer .footer #menu .menu li {
  display: inline-block;
  margin: 10px 20px 0 0;
  position: relative;
}
footer .footer #menu .menu li a {
  color: #fff;
  font: 12px 'Raleway Bold', Arial, sans-serif;
  text-transform: uppercase;
}
footer .footer #menu .menu li a .count {
  color: #fff;
  background: #ea4141;
  display: inline-block;
  width: 24px;
  height: 24px;
  font: 14px/20px 'Raleway Bold', Arial, sans-serif;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
footer .footer #menu .menu li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: -14px;
  background: #585d6a;
  margin-top: -2px;
}
footer .footer #menu .menu li:first-child:before {
  display: none;
}
footer .footer #menu .menu li:nth-child(7):before {
  display: none;
}
footer .footer #menu .social {
  margin: 18px 0;
}
footer .footer #menu .social li {
  display: inline-block;
}
footer .footer #menu .social li a {
  display: block;
  text-align: center;
  width: 48px;
  height: 28px;
  background: #2b313f;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
footer .footer #menu .social li a svg {
  width: 14px;
  margin-top: 7px;
}
footer .footer #menu .social li a svg path {
  fill: #fff;
}
footer .footer .nav_item {
  display: inline-block;
  position: relative;
}
footer .footer .nav_item .wrapper {
  padding-right: 40px;
  min-height: 160px;
}
footer .footer .nav_item h3 {
  color: #fff;
  font: 14px 'Raleway ExtraBold', Arial, sans-serif;
  letter-spacing: .1px;
  margin-bottom: 20px;
}
footer .footer .nav_item ul li a {
  display: block;
  margin-bottom: 15px;
  color: #9199ab;
  font: 13px 'Raleway Medium', Arial, sans-serif;
}
footer .footer .nav_item:after {
  content: '';
  position: absolute;
  top: 11px;
  right: 30px;
  display: block;
  width: 1px;
  height: 240px;
  margin-top: 10%;
  background: #292f3d;
}
footer .footer .nav_item.no_line:after {
  display: none;
}
footer .footer .thumb {
  width: 50%;
  display: inline-block;
  float: left;
  font: 12px 'Raleway SemiBold', Arial, sans-serif;
  color: #6b758c;
}
footer .footer .thumb a {
  margin-right: 30px;
  color: inherit;
}
footer:before {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: -19px;
  left: 65px;
  background: url('https://kazprint.ru/wp-content/themes/kazprint/less/../img/section_array.png') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/**
*
	Selectric
*
**/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  background: #484e5c;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 50px 0 20px;
  font: 16px 'Raleway Regular', Arial, sans-serif;
  line-height: 42px;
  color: #fff;
  height: 42px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 13px;
  top: 11px;
}
.selectric .button svg {
  width: 20px;
  height: 20px;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: NAN a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 120%;
  left: 0;
  background: #484e5c;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font: 14px/20px 'Raleway Regular', Arial, sans-serif;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #fff !important;
  color: #444;
}
.selectric-items li:hover {
  background: #515869;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
.field.podpiska__field .wpcf7-text {
  width: 100%;
  color: white;
}
.head-slider__field .wpcf7-tel {
  width: 100%;
}
/**
*
	Подключение шрфитов
*
**/
@font-face {
  font-family: "Geometria ExtraBold";
  src: url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Geometria/ExtraBold/Geometria-ExtraBold.eot') format('embedded-opentype'), url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Geometria/ExtraBold/Geometria-ExtraBold.woff') format('woff'), url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Geometria/ExtraBold/Geometria-ExtraBold.ttf') format('truetype'), url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Geometria/ExtraBold/Geometria-ExtraBold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Raleway Black";
  src: url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/Black/Raleway-Black.eot') format('embedded-opentype'), url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/Black/Raleway-Black.woff') format('woff'), url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/Black/Raleway-Black.ttf') format('truetype'), url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/Black/Raleway-Black.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Raleway ExtraBold";
  src: url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/ExtraBold/Raleway-ExtraBold.eot') format('embedded-opentype'), url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/ExtraBold/Raleway-ExtraBold.woff') format('woff'), url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/ExtraBold/Raleway-ExtraBold.ttf') format('truetype'), url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/ExtraBold/Raleway-ExtraBold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Raleway Bold";
  src: url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/Bold/Raleway-Bold.eot') format('embedded-opentype'), url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/Bold/Raleway-Bold.woff') format('woff'), url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/Bold/Raleway-Bold.ttf') format('truetype'), url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/Bold/Raleway-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Raleway SemiBold";
  src: url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/SemiBold/Raleway-SemiBold.eot') format('embedded-opentype'), url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/SemiBold/Raleway-SemiBold.woff') format('woff'), url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/SemiBold/Raleway-SemiBold.ttf') format('truetype'), url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/SemiBold/Raleway-SemiBold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Raleway Medium";
  src: url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/Medium/Raleway-Medium.eot') format('embedded-opentype'), url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/Medium/Raleway-Medium.woff') format('woff'), url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/Medium/Raleway-Medium.ttf') format('truetype'), url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/Medium/Raleway-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Raleway Regular";
  src: url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/Regular/Raleway-Regular.eot') format('embedded-opentype'), url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/Regular/Raleway-Regular.woff') format('woff'), url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/Regular/Raleway-Regular.ttf') format('truetype'), url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/Regular/Raleway-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Raleway Light";
  src: url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/Light/Raleway-Light.eot') format('embedded-opentype'), url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/Light/Raleway-Light.woff') format('woff'), url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/Light/Raleway-Light.ttf') format('truetype'), url('https://kazprint.ru/wp-content/themes/kazprint/less/../fonts/Raleway/Light/Raleway-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
*
	Media запросы
*
**/
@media only screen and (max-width: 1420px) {
  #contacts .item .header {
    font-size: 16px;
  }
  .promo_block .bg_block {
    padding: 80px 40px;
  }
  #service_in,
  footer {
    padding-left: 30px;
  }
  :root {
    --sec-pl: 30px;
    --sec-pr: 15px;
  }
}
@media only screen and (max-width: 1290px) {
  #contacts .item .header {
    font-size: 14px;
  }
  #contacts .item:nth-child(2) .header {
    font-size: 16px;
  }
  #contacts .item:nth-child(3) .header {
    font-size: 16px;
  }
  #contacts .item img {
    width: 25px;
  }
  #contacts .item {
    padding-left: 35px;
  }
  #contacts .item a {
    white-space: nowrap;
  }
  #contacts .fast_order {
    font-size: 14px;
    line-height: 1.2;
    padding: 15px 20px 15px 50px;
    white-space: nowrap;
  }
  #contacts .fast_order:before {
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
  }
  .promo_block .bg_block {
    padding: 15px 20px;
  }
  .promo_block h3 {
    font: 31px/36px 'Raleway ExtraBold', Arial, sans-serif;
    margin-bottom: 30px;
    margin-top: 15px;
  }
  .promo_block h3 .rub {
    font: 28px 'Geometria ExtraBold', Arial, sans-serif;
  }
  #about .numbers .item .number {
    font: 31px 'Raleway ExtraBold', Arial, sans-serif;
  }
  #about .text p {
    font: 22px/36px 'Raleway Light', Arial, sans-serif;
    margin-bottom: 30px;
  }
  #about .about__flex {
    flex-direction: column-reverse;
  }
  #about .numbers:after {
    content: none;
  }
  #we_have .item {
    padding: 20px 15px 0 85px;
  }
  #we_have figure {
    width: 80px;
    height: 80px;
  }
  #we_have figure img {
    width: 44px;
  }
  #we_have figure:after {
    height: 100%;
  }
  #we_have .h3 {
    font: 18px 'Raleway Bold', Arial, sans-serif;
  }
  #we_have .h5 {
    margin-left: -100px;
  }
  #about .numbers .item {
    padding: 11px;
    font: 18px/34px 'Raleway Regular', Arial, sans-serif;
  }
  #service .wrapper .item {
    background: #fff;
    position: relative;
    display: flex;
    color: inherit;
    text-decoration: none;
  }
  #service .wrapper .item .title {
    display: block;
  }
  .promo_block .text_wrapper h1 {
    font-size: 36px;
  }
  .promo_block .text_wrapper h5 {
    font-size: 22px;
  }
  .promo_block .bg_block {
    width: 70%;
  }
  #features .item {
    padding: 20px 15px 0 85px;
    margin-bottom: 10px;
  }
  #features figure {
    width: 80px;
    height: 80px;
  }
  #features figure img {
    width: 44px;
  }
  #features figure:after {
    height: 100%;
  }
  #features .h3 {
    font: 15px 'Raleway ExtraBold', Arial, sans-serif;
  }
  #features .h5 {
    margin-left: -100px;
  }
  #fast_order .text h3 {
    font-size: 32px;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 1200px) {
  #about .numbers:after {
    width: 320px;
  }
  #contacts {
    padding-left: 20px;
  }
  #main .service ul li a {
    font-size: 14px;
  }
  #main #menus {
    margin-left: 20px;
  }
}
/*
* mobile
*/
@media only screen and (max-width: 1024px) {
  .fixed-social a {
    bottom: 10px;
    right: auto;
    left: 15px;
    padding: 20px;
  }
  .js-masonry-grid > * {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
  .s_title {
    font-size: 44px;
  }
  .s_title.print_quality .line {
    width: 48%;
  }
  .s_title.print_convenience .line {
    width: 42%;
  }
  #clients {
    width: 80%;
  }
  #clients .owl-carousel .owl-item img {
    max-width: 120px;
  }
  #contacts .item {
    padding-left: 37px;
    width: auto;
  }
  #contacts .item img {
    width: 24px;
    height: 24px;
  }
  #contacts .item .header {
    font-size: 13px !important;
  }
  #contacts .item .footer {
    font-size: 10px !important;
  }
  #contacts .fast_order:before {
    width: 24px;
    height: 24px;
  }
  #main .service a {
    font: 16px 'Raleway Black', Arial, sans-serif;
  }
  .promo_block h3 {
    font: 42px/52px 'Raleway ExtraBold', Arial, sans-serif;
  }
  .promo_block h3 .rub {
    font-size: 38px;
  }
  .promo_block h4 {
    font-size: 32px;
  }
  #best_price table tr th,
  #best_price table tr td {
    font-size: 14px;
  }
  #best_price table tr td {
    height: 100%;
    padding: 15px;
  }
  #best_price table tr:last-child td:before {
    top: -47%;
    height: 96%;
  }
  #not_just_a_paper .text {
    font: 18px/28px 'Raleway Regular', Arial, sans-serif;
  }
  #continue .item figure {
    height: 160px;
  }
  #continue .item .des {
    font: 20px/24px 'Raleway ExtraBold', Arial, sans-serif;
  }
  #about {
    overflow: hidden;
  }
  #about .text p {
    font: 24px/36px 'Raleway Regular', Arial, sans-serif;
  }
  #about .numbers .item {
    padding: 15px;
    width: 160px;
    font: 20px/26px 'Raleway Regular', Arial, sans-serif;
  }
  #about .numbers .item .number {
    font-size: 50px;
  }
  #about .numbers .item .number sup {
    margin-top: 7px;
  }
  #about .numbers:after {
    height: 215px;
    top: 65px;
    bottom: auto;
  }
  #service .wrapper .item {
    height: 145px;
    padding: 15px;
  }
  #service .wrapper .item img {
    float: none;
    height: 48px;
    width: auto !important;
    margin: 0 0 10px 0;
  }
  #service .wrapper .item:after {
    right: -13px;
  }
  #service_in .item .des:after {
    top: 20px;
  }
  #works .inner_wrapper .des {
    padding: 15px;
  }
  #works .inner_wrapper .h5 {
    line-height: 20px;
  }
  #works .inner_wrapper .quote:before,
  #works .inner_wrapper .quote:after {
    width: 65px;
  }
  #works .btn_wrapper {
    margin-top: 50px;
  }
  #works .btn_wrapper a {
    padding: 15px 60px 15px 15px;
    font: 18px 'Raleway Bold', Arial, sans-serif;
  }
  #works .btn_wrapper .line {
    margin-top: 30px;
    width: 58%;
  }
  .xs-hide {
    display: none !important;
  }
  #payment {
    padding-bottom: 0;
  }
  #payment .item .pay .pay_item {
    width: 170px;
    font: 16px/22px 'Raleway Black', Arial, sans-serif;
  }
  #payment .item .delivery .delivery_item {
    font: 16px/22px 'Raleway Black', Arial, sans-serif;
  }
  footer {
    padding-bottom: 45px;
  }
  footer .header .subscribe form .field {
    height: 54px;
  }
  footer .header .subscribe form .field input[type="mail"] {
    font-size: 14px;
  }
  footer .header .subscribe form .field .button {
    font-size: 14px;
    padding: 10px 20px;
  }
  footer .footer .nav_item .wrapper {
    min-height: 140px;
  }
  footer .footer .nav_item.no_line .wrapper {
    display: inline-block;
  }
  footer .footer .nav_item.no_line .wrapper:first-child {
    position: relative;
  }
  footer .footer .nav_item.no_line .wrapper:first-child:after {
    content: '';
    position: absolute;
    top: 5%;
    right: 30px;
    display: block;
    width: 1px;
    height: 75%;
    background: #292f3d;
  }
  footer .footer .nav_item:nth-child(5):after {
    display: none;
  }
  .field {
    height: 54px;
  }
  .field svg {
    width: 14px;
    margin: 20px 0 0 15px;
  }
  .field input[type="tel"] {
    width: 38%;
    top: 18px;
    font-size: 14px;
    margin-left: 10px;
  }
  .field .button {
    padding: 14px 15px;
    font-size: 14px;
    top: 5px;
    right: 5px;
  }
  .field .button.icon {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 968px) {
  :root {
    --sec-pl: 15px;
    --sec-pr: 15px;
  }
  #service {
    padding-left: 0;
  }
  .mob-title {
    font: 12px/15px 'Raleway Black', Arial, sans-serif;
    color: #fff;
    letter-spacing: .4px;
    padding: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff36;
    display: flex;
    align-items: center;
  }
  .mob-title:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border: 2px solid #ffffff42;
    border-radius: 50%;
    background: url('https://kazprint.ru/wp-content/themes/kazprint/less/../img/section_array.png') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .xs-show {
    display: block;
  }
  .s_title {
    font: 41px 'Raleway Light', Arial, sans-serif;
    margin-bottom: 15px;
  }
  #works {
    width: 100%;
  }
  header {
    display: block;
  }
  #payment p {
    color: #22312c;
    padding-right: 0;
    font: 18px/28px 'Raleway Regular', Arial, sans-serif;
    margin-bottom: 25px;
  }
  #main .service {
    height: auto;
    min-height: var(--header-services-h, 40px);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #main #menus .menu li:before {
    display: none;
  }
  header {
    position: relative;
    z-index: 2;
  }
  #logo {
    height: 122px;
    width: 220px;
    padding-top: 20px;
  }
  #logo .btn-hamburger {
    display: block;
  }
  #clients {
    width: 100%;
    padding-top: 45px;
  }
  #contacts {
    padding: 5px 0 5px 30px;
  }
  #contacts .item {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #contacts .item img {
    top: 5px;
  }
  #contacts .fast_order {
    top: 70px;
    padding: 10px 15px 10px 55px;
    font-size: 14px;
  }
  #contacts .fast_order:before {
    top: 9px;
    left: 9px;
  }
  main .left_side {
    width: 220px;
    min-width: auto;
  }
  #service .wrapper .item {
    height: 140px;
  }
  #service .wrapper .item img {
    margin: 0 0 15px 0;
  }
  #service .wrapper .item .title {
    font: 18px/22px 'Raleway ExtraBold', Arial, sans-serif;
  }
  .slideout-menu {
    position: fixed;
    background: #ea4141;
    top: 122px;
    bottom: 0;
    width: 240px;
    min-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
  }
  .slideout-menu-left {
    left: 0;
  }
  .slideout-menu-right {
    right: 0;
  }
  .slideout-panel {
    position: relative;
    z-index: 1;
    background-color: #FFF;
    /* A background-color is required */
    min-height: 100vh;
  }
  .slideout-open,
  .slideout-open body,
  .slideout-open .slideout-panel {
    overflow: hidden;
  }
  .slideout-open .slideout-menu {
    display: block;
  }
}
@media only screen and (max-width: 968px) {
  :root {
    --header-spacing: 55px;
  }
  section {
    padding-top: 20px;
  }
  h1 {
    font-size: 24px;
    font-family: 'Raleway Light', Arial, sans-serif;
  }
  #text .h4.alpha {
    padding: 0;
  }
  footer .footer .nav_item .wrapper {
    padding-right: 15px;
    width: 100%;
  }
  #main_menu ul li a {
    padding: 12px 15px 13px 15px;
    position: relative;
    display: block;
    font: 12px/15px 'Raleway Bold', Arial, sans-serif;
    color: #fff;
    letter-spacing: .2px;
  }
  #main_menu ul li a img {
    display: none;
  }
  main .left_side {
    display: none;
  }
  #main_menu .menu-katalog-wr {
    padding-bottom: 20px;
  }
  #main_menu .social {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    margin-top: 10px;
    padding-left: 10px;
  }
  #main_menu .social li {
    display: inline-block;
    margin-right: 5px;
  }
  #main_menu .social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 48px;
    height: 28px;
    padding: 0;
    background: #f1f1f1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
  }
  #main_menu .social li a svg {
    width: 14px;
  }
  #main_menu .social li a svg path {
    fill: #b2b2b2;
  }
  #main_menu .social li a:after {
    content: none;
  }
  #service .wrapper .item {
    background: #fff;
    padding: 15px;
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
  }
  #service .wrapper .item .title {
    font: 14px 'Raleway ExtraBold', Arial, sans-serif;
    display: block;
  }
  #main #menus,
  #main #menus .service ul {
    display: none;
  }
  main .right_side {
    width: 100%;
  }
  #logo .phone {
    display: inline-block;
    padding-left: 15px;
  }
  section:not(.promo_block) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .s_title .line {
    display: none;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
  }
  .slideout-menu {
    top: 55px;
  }
  .s_title {
    font-size: 32px;
  }
  .promo_block .bg_block {
    width: 100%;
  }
  .promo_block h3 {
    font: 26px/32px 'Raleway ExtraBold', Arial, sans-serif;
  }
  .promo_block h3 .rub {
    font-size: 26px;
  }
  .promo_block h4 {
    margin-bottom: 15px;
  }
  main {
    margin-top: 0;
  }
  .promo_block h5 {
    font: 16px 'Raleway Light', Arial, sans-serif;
    margin-top: 15px;
  }
  .static_form .field {
    height: 54px;
  }
  header,
  #logo {
    width: 100%;
  }
  #logo {
    height: var(--header-spacing);
    display: block;
    max-height: var(--header-spacing);
    width: 100%;
    padding: 15px;
    margin-right: 15px;
  }
  #logo .btn-hamburger {
    margin: 0;
    float: right;
    text-indent: -9999px;
  }
  #logo .btn-hamburger span {
    right: 0;
    width: 30px;
  }
  #logo .btn-hamburger span:before,
  #logo .btn-hamburger span:after {
    width: 30px;
  }
  #logo .btn-hamburger span:before {
    top: -8px;
  }
  #logo .btn-hamburger span:after {
    bottom: -8px;
  }
  #logo img {
    max-width: 120px;
  }
  #contacts {
    display: none;
  }
  #main #menus {
    margin: 0 15px;
  }
  #main #menus .menu {
    text-align: center;
  }
  #main #menus .menu li {
    margin: 10px 10px 0;
  }
  #main #menus .menu li:nth-child(4):before {
    display: none;
  }
  #main #menus .social {
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }
  #main #menus .social li {
    margin: 0 10px;
  }
  #main #menus .service {
    margin: 0 -15px;
    padding: 5px 15px 15px;
  }
  #main #menus .service a {
    display: inline-block;
    margin: 10px 10px 0;
    font: 16px 'Raleway Bold', Arial, sans-serif;
  }
  #works {
    padding-bottom: 30px;
  }
  header {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }
  section.icon:before {
    display: none;
  }
  .promo_block.__main .bg_block {
    background: #363c4bab;
  }
  #clients {
    width: 100%;
  }
  #works .owl-carousel .owl-stage-outer:before {
    width: 65%;
  }
  #continue {
    padding-bottom: 70px;
  }
  #continue .wrapper {
    padding: 0;
  }
  #continue .wrapper .item:before,
  #continue .wrapper .item:after {
    bottom: 5px;
  }
  #continue .wrapper .item:before {
    width: 96%;
    right: 8px;
  }
  #continue .wrapper .item:after {
    height: 54px;
    right: 5px;
  }
  #fast_order {
    padding-bottom: 20px;
  }
  #fast_order .text {
    padding: 0;
  }
  #fast_order .text form {
    width: 100%;
  }
  #fast_order .text form .input .item.add_file {
    margin-top: 30px;
  }
  #fast_order .img {
    display: none;
  }
  #about .text {
    margin-bottom: 30px;
  }
  #about .text p {
    margin-bottom: 15px;
    font: 20px/30px 'Raleway Regular', Arial, sans-serif;
  }
  #about .numbers {
    padding-left: 0;
  }
  #about .numbers:after {
    width: 250px;
    height: 200px;
  }
  #works .col-lg-4 {
    margin-bottom: 10px;
  }
  #works .inner_wrapper .quote:before,
  #works .inner_wrapper .quote:after {
    width: 120px;
  }
  #works .btn_wrapper a {
    font-size: 14px;
    padding: 15px 50px 15px 15px;
  }
  #works .btn_wrapper .line {
    width: 34%;
  }
  #we_have {
    padding-left: 15px;
  }
  #we_have .s_title {
    margin-left: 15px;
  }
  #we_have .item {
    padding: 0;
    margin-bottom: 30px;
  }
  #we_have .item .h3 {
    margin: 15px 0;
  }
  #we_have .item .h5 {
    margin-left: 0;
  }
  #we_have figure {
    position: relative;
  }
  #text .col-lg-6 {
    margin-bottom: 15px;
    padding: 0 15px 0 0 !important;
  }
  .thanks__flex {
    flex-direction: column;
  }
  #payment .item {
    margin-bottom: 60px;
  }
  #payment .item .title {
    font: 32px 'Raleway Black', Arial, sans-serif;
  }
  #payment .item .title:before {
    margin: -2px 20px 0 0;
    width: 48px;
    height: 48px;
  }
  #payment .item p {
    padding-right: 0;
  }
  #payment .item .pay .pay_item {
    width: 160px;
    height: 65px;
    padding-left: 45px;
  }
  #payment .item .delivery .delivery_item {
    margin-bottom: 15px;
  }
  #payment .item .delivery .delivery_item .number {
    top: 2px;
  }
  #service_in .item figure {
    height: 160px;
  }
  #service_in .item .des {
    font: 18px/26px 'Raleway ExtraBold', Arial, sans-serif;
    padding: 20px 50px 30px 15px;
  }
  #service_in .item .des:after {
    width: 24px;
    height: 24px;
    right: 15px;
  }
  #features .wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
  .breadcrumbs {
    margin: 0;
  }
  #best_price {
    margin-top: 0 !important;
  }
  #best_price .wrapper {
    margin: auto;
    overflow-x: auto;
    width: calc(100% + 15px) !important;
  }
  #best_price .wrapper th,
  #best_price .wrapper td {
    font-size: 12px;
    padding: 5px 8px;
  }
  #best_price .wrapper th p,
  #best_price .wrapper td p {
    font-size: 12px !important;
  }
  #best_price .wrapper table {
    margin-left: -8px;
    border-spacing: 8px;
  }
  #best_price .wrapper tr td:before {
    margin-left: 4px;
    height: 100%;
    top: 0;
  }
  footer {
    padding: 80px 15px 15px 15px;
  }
  footer .header .callback {
    padding-left: 0;
  }
  footer .header .callback img {
    width: 60px;
    display: none;
  }
  footer .header .subscribe {
    padding: 30px 0 0;
  }
  footer .header .item .title {
    font: 18px 'Raleway Bold', Arial, sans-serif;
  }
  footer .footer #menu {
    margin-bottom: 30px;
  }
  footer .footer #menu .menu {
    text-align: center;
  }
  footer .footer #menu .menu li {
    margin: 10px 10px 0;
  }
  footer .footer #menu .menu li:nth-child(4):before {
    display: none;
  }
  footer .footer #menu .social {
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }
  footer .footer #menu .social li {
    margin: 0 10px;
  }
  footer .footer .nav_item .wrapper {
    padding-right: 15px;
    width: 100%;
    display: inline-block;
    float: left;
  }
  footer .footer .nav_item .wrapper:after {
    display: none !important;
  }
  footer .footer .nav_item:after {
    display: none;
  }
  footer .footer .thumb {
    width: 100%;
    margin-top: 15px;
    display: block;
    float: none;
  }
  .field input[type="tel"] {
    margin-left: 10px;
    width: 40%;
  }
  .field input[type="mail"] {
    top: 18px;
  }
  .field .button.__icon {
    font-size: 13px;
    padding: 14px 15px 15px 15px;
  }
  .field .button.__icon:after {
    display: none;
    width: 20px;
    height: 20px;
    right: 10px;
    margin-top: -10px;
  }
  footer .footer .nav_item.no_line .wrapper {
    min-height: 150px;
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  #best_price td,
  #best_price th {
    font-size: 11px !important;
  }
  #best_price td p,
  #best_price th p {
    font-size: 11px !important;
  }
  .promo_block .bg_block {
    padding: 40px 15px;
  }
  .promo_block h3 {
    font: 32px/38px 'Raleway ExtraBold', Arial, sans-serif;
  }
  .promo_block h3 .rub {
    font-size: 27px;
  }
  .promo_block h4 {
    font-size: 24px;
  }
  #clients {
    width: 100%;
  }
  #works .owl-carousel .owl-stage-outer:before {
    width: 60%;
  }
  #works .col-lg-4 {
    margin-bottom: 15px;
    padding-right: 0;
  }
  #works .inner_wrapper .quote:before,
  #works .inner_wrapper .quote:after {
    width: 95px;
  }
  #works .inner_wrapper:before {
    right: -9px;
  }
  #works .inner_wrapper:after {
    right: -6px;
  }
  #works .btn_wrapper a {
    padding-right: 40px;
  }
  #best_price .wrapper {
    width: 345px;
  }
  #we_have .s_title {
    margin-left: 0;
  }
  #we_have .wrapper {
    padding-left: 0;
  }
  #service_in .item figure {
    height: 140px;
  }
  #service_in .item .des {
    font: 18px/26px 'Raleway ExtraBold', Arial, sans-serif;
    padding: 20px 50px 30px 15px;
  }
  #service_in .item .des:after {
    width: 24px;
    height: 24px;
    right: 15px;
  }
  footer .header .callback {
    padding-left: 0;
  }
  footer .header .callback img {
    display: none;
  }
  .field input[type="tel"] {
    width: 39%;
  }
  .field .button.__icon {
    padding: 14px 15px 15px 15px;
  }
  .field .button.__icon:after {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  #main #menus .menu li:nth-child(3):before,
  #main #menus .menu li:nth-child(6):before,
  #main #menus .menu li:nth-child(8):before {
    display: none;
  }
  #main #menus .menu li:nth-child(4):before,
  #main #menus .menu li:nth-child(7):before {
    display: block;
  }
  #clients {
    width: 100%;
  }
  #works .owl-carousel .owl-stage-outer:before {
    width: 50%;
  }
  #about .numbers .item {
    width: 130px;
    font: 14px/20px 'Raleway Medium', Arial, sans-serif;
  }
  #about .numbers .item .number {
    font-size: 36px;
  }
  #about .numbers .item .number sup {
    margin-top: 3px;
  }
  #about .numbers .item:last-child:after {
    height: 55%;
  }
  #about .numbers:after {
    width: 200px;
    height: 150px;
  }
  #best_price .wrapper {
    width: 290px;
  }
  #service .wrapper .item .title {
    font: 14px/20px 'Raleway Bold', Arial, sans-serif;
  }
  #service_in .wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
  #service_in .item figure {
    height: 160px;
  }
  #service_in .item .des {
    font: 18px/26px 'Raleway ExtraBold', Arial, sans-serif;
    padding: 20px 50px 30px 15px;
  }
  #service_in .item .des:after {
    width: 24px;
    height: 24px;
    right: 15px;
  }
  #works .btn_wrapper {
    margin-top: 30px;
  }
  #works .btn_wrapper .line {
    display: none;
  }
  footer .footer #menu .menu li:nth-child(3):before,
  footer .footer #menu .menu li:nth-child(6):before,
  footer .footer #menu .menu li:nth-child(8):before {
    display: none;
  }
  footer .footer #menu .menu li:nth-child(4):before,
  footer .footer #menu .menu li:nth-child(7):before {
    display: block;
  }
  .field svg {
    display: none;
  }
  .field input[type="tel"] {
    width: 37%;
  }
}
.alpha {
  padding-left: 0;
}
.omega {
  padding-right: 0;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://kazprint.ru/wp-content/themes/kazprint/less/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.head-slider__field p {
  display: flex;
  justify-content: space-between;
}
.head-slider__field .wpcf7-form-control-wrap {
  flex-grow: 1;
}
.popup__layout {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  cursor: pointer;
}
.popup__layout--active {
  display: block;
}
.popup__form {
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  width: 100%;
  max-width: 420px;
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 10px 10px 0px 0px #ea4141;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  z-index: 1010;
}
.popup__form--active {
  display: block;
}
.popup__form h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 36px;
  text-align: center;
}
.popup__form p {
  margin: 7px 0;
  color: #000;
  font-size: 16px;
  text-align: center;
}
.popup__form-block input[type="tel"] {
  background-color: #fff;
  border: 2px solid #e3e3e3;
  color: #777;
  padding: 11px 0 11px 0;
  width: 100%;
  margin-top: 6px;
  font-size: 16px;
  border-radius: 36px;
  text-align: center;
}
.popup__form-button {
  border-radius: 20px;
  background-color: #ea4141;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  height: 50px;
  text-decoration: none;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  cursor: pointer;
  display: block;
  margin: 10px auto 15px;
  width: 100%;
  box-shadow: -2px 2px 20px 2px rgba(56, 53, 51, 0.36);
}
.popup__form-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.popup__form-close span {
  position: absolute;
  left: 3px;
  top: 10px;
  display: block;
  width: 13px;
  height: 1px;
  background-color: #d91e18;
}
.popup__form-close span:nth-child(1) {
  transform: rotate(-45deg);
}
.popup__form-close span:nth-child(2) {
  transform: rotate(45deg);
}
.podpiska__field p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 20px;
}
/* Пагинация архивов и портфолио */
.pagination {
  list-style: none;
  margin: 30px 0 6px;
  padding: 0;
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.pagination li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.pagination li a,
.pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  background: #fff;
  color: #363c4b;
  font: 15px/1 'Raleway Bold', Arial, sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.18s ease;
  -moz-transition: all 0.18s ease;
  -ms-transition: all 0.18s ease;
  -o-transition: all 0.18s ease;
  transition: all 0.18s ease;
}
.pagination li a:hover {
  border-color: #ea4141;
  color: #ea4141;
  -webkit-box-shadow: 0 3px 10px rgba(234, 65, 65, 0.18);
  box-shadow: 0 3px 10px rgba(234, 65, 65, 0.18);
}
.pagination li.active a,
.pagination li.active span,
.pagination li span.current {
  border-color: #ea4141;
  background: #ea4141;
  color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(234, 65, 65, 0.28);
  box-shadow: 0 3px 10px rgba(234, 65, 65, 0.28);
}
