/*
Theme Name: Chize - цифровая и офсетная печать
Theme URI: http://
Description: Chize - цифровая и офсетная печать
Author: Anton
Author URI: http://codemode.com.ua/
Version: 1.0
*/
@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,400italic&subset=latin,cyrillic);
body {
  background-color: white;
  font-family: "Open Sans";
  min-width: 320px;
  color: #333; }
  
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.aligncenter {
display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {float: right;}
.alignleft {float: left;}
/* End Images */
img {
  max-width: 100%;
  max-height: inherit; }

a, a:focus {
  outline: none;
  outline: 0; }

a img {
  border: none; }

@media screen and (min-width: 1200px) {
  .container {
    width: 1000px; } }

/*плавающий якорь*/
.go-top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  height: 40px;
  width: 40px;
  background: #3EB5F1;
  z-index: 99999;
  cursor: pointer; }
  .go-top .fa {
    color: #ffffff;
    font-size: 35px;
    margin-top: 3px;
    margin-left: 3px; }
  .go-top:hover {
    background: #D7569C; }

.top-line-wrapper {
  height: 45px;
  background-color: #3EB5F1;
  z-index: 9;
  position: relative; }
  @media screen and (max-width: 768px) {
    .top-line-wrapper {
      height: inherit; } }

.top-line__info {
  float: right;
  margin-right: 20px;
  line-height: 40px;
  margin-top: 3px; }
  @media screen and (max-width: 700px) {
    .top-line__info {
      float: none;
      text-align: center; } }

.top-line__tel {
  font-size: 20px;
  vertical-align: middle;
  color: white; }
  @media screen and (max-width: 700px) {
    .top-line__tel {
      font-size: 14px;
      margin-top: 0;
      clear: left;
      margin-left: 5px; } }

.top-line__name {
  float: left;
  color: white;
  font-size: 16px;
  margin-top: 10px; }
  @media screen and (max-width: 700px) {
    .top-line__name {
      float: none;
      text-align: center; } }

.top-line__callback {
  float: right;
  margin-top: 12px; }
  @media screen and (max-width: 700px) {
    .top-line__callback {
      float: none;
      text-align: center; } }

.top-line__callback-link {
  color: #ffffff;
  font-size: 16px;
  padding: 5px 20px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid white;
  transition: 0.3s; }
  .top-line__callback-link:hover {
    text-decoration: none;
    background-color: #D7569C;
    color: white; }

.header-wrapper {
  height: 120px;
  background-color: #ffffff;
  border-bottom: 1px solid #DDDDDD; }
  @media screen and (max-width: 991px) {
    .header-wrapper {
      padding-top: 0;
      height: inherit; } }
  @media screen and (max-width: 768px) {
    .header-wrapper {
      height: 75px; } }

.menu-wrapper {
  padding-top: 25px; }
  @media screen and (max-width: 991px) {
    .menu-wrapper {
      padding-top: 0; } }

.menu {
  float: right;
  margin: 0;
  padding: 0;
  z-index: 999;
  position: relative; }
  .menu li {
    display: inline-block;
    font-size: 16px;
    margin-left: 30px;
    margin-top: 25px;
    text-transform: uppercase; }
    .menu li:first-of-type {
      margin-left: 0; }
    @media screen and (max-width: 1200px) {
      .menu li {
        margin-left: 25px; } }
    @media screen and (max-width: 991px) {
      .menu li {
        margin-bottom: 25px; } }
    @media screen and (max-width: 768px) {
      .menu li {
        display: block;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        border-top: 1px solid #404040;
        display: table;
        width: 100%;
        height: 50px;
        text-align: center;
        margin-left: 0; } }
  .menu a {
    color: #404040;
    text-decoration: none; }
    .menu a:hover {
      color: #6EC45A; }
    @media screen and (max-width: 768px) {
      .menu a {
        display: table-cell;
        vertical-align: middle; } }
  @media screen and (max-width: 768px) {
    .menu {
      display: none;
      width: 100%;
      background-color: white;
      margin-right: 0;
      position: absolute;
      margin-top: 75px;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.9); } }

.sub-menu {
  visibility: hidden;
  position: absolute;
  padding: 0;
  transition-property: visibility;
  transition-duration: 0.3s;
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: 17px;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.65);
  min-width: 284px;
  z-index: 9999; }
  .sub-menu li {
    display: block;
    padding-left: 17px;
    padding-right: 17px;
    margin: 0;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid lightgrey;
    margin-top: 10px;
    padding-bottom: 10px; }
    .sub-menu li:last-of-type {
      border-bottom: none; }
    @media screen and (max-width: 768px) {
      .sub-menu li {
        font-size: 12px;
        margin-top: 0;
        background-color: lightgrey;
        text-align: center; } }
  .sub-menu a {
    text-transform: none;
    margin: 0;
    padding: 0;
    border-bottom: none; }
    .sub-menu a:hover {
      color: #C64E4E; }
  .sub-menu:after {
    bottom: 100%;
    left: 35px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: lightgrey;
    border-width: 5px;
    margin-left: -5px; }
    @media screen and (max-width: 768px) {
      .sub-menu:after {
        left: 50%; } }
  @media screen and (max-width: 768px) {
    .sub-menu {
      visibility: visible;
      position: relative; } }

@media screen and (max-width: 768px) {
  .show-menu a {
    display: block;
    margin-top: 15px; } }

.show-menu a:hover {
  border-bottom: none; }

.show-menu:hover > .sub-menu {
  visibility: visible; }

.sub-menu:hover {
  visibility: visible; }

.logo {
  float: left;
  margin-top: 5px;
  position: absolute; }
  @media screen and (max-width: 991px) {
    .logo {
      float: none;
      position: relative;
      text-align: center; } }
  @media screen and (max-width: 768px) {
    .logo {
      float: right;
      margin-right: 15px; } }
  @media screen and (max-width: 768px) {
    .logo img {
      width: 90px;
      height: 60px; } }

/*---------------------------------------
бутерброд и надпись для моб
-----------------------------------------*/
.mobile-menu {
  color: #404040;
  float: left;
  height: 75px;
  line-height: 75px;
  font-size: 24px; }
  .mobile-menu .mobile-title {
    cursor: pointer; }
  .mobile-menu img {
    margin-right: 10px;
    margin-top: -3px;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .mobile-menu img {
        margin-left: 15px; } }
  @media screen and (min-width: 769px) {
    .mobile-menu {
      display: none; } }

/*---------------------------------
GALLERY AT MAIN PAGE
-----------------------------------*/
.main-gallery {
  height: 100%;
  margin: 0 auto; }
  .main-gallery .slide-image {
    position: absolute;
    height: 453px;
    z-index: -1; }

.slide {
  height: 453px;
  background-image: url(../img/new-bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 600px) {
    .slide {
      height: 475px; } }

/*OWL CAROUSEL NAVIGATION*/
.owl-prev, .owl-next {
  position: absolute;
  margin-top: -80px;
  width: 39px;
  height: 39px;
  background: #D7569C;
  text-align: center; }
  .owl-prev i, .owl-next i {
    color: white;
    font-size: 40px; }

.owl-next {
  margin-left: 50px; }

/*Надписи на слайдах*/
.main-info-wrapper {
  width: 50%;
  display: table;
  height: 350px; }
  @media screen and (max-width: 768px) {
    .main-info-wrapper {
      margin-right: 15px;
      margin-left: 15px;
      width: 100%; } }

.main-info {
  display: table-cell;
  vertical-align: middle;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }

.main-info__desc-1 {
  font-size: 50px;
  font-weight: 300;
  color: #D7559B;
  opacity: 0;
  transition: 1s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }
  @media screen and (max-width: 400px) {
    .main-info__desc-1 {
      font-size: 30px; } }

.owl-item.active .animated,
.owl-item.active .animated {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.main-info__desc-2 {
  font-size: 30px;
  color: #3EB2F1;
  opacity: 0;
  transition: 1s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-delay: .5s; }
  @media screen and (max-width: 400px) {
    .main-info__desc-2 {
      font-size: 20px; } }

/*почему мы*/
.whyus-wrapper {
  min-height: 390px;
  background-color: #f7f7f7;
  cursor: default; }

.whyus__title {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 30px;
  text-align: left;
  color: #3EB4F1; }
  @media screen and (max-width: 768px) {
    .whyus__title {
      text-align: center; } }

.whyus {
  padding-left: 0;
  /*firefox fix*/ }
  .whyus a {
    text-decoration: none; }
  @media screen and (max-width: 991px) {
    .whyus {
      width: 49%; } }
  @media screen and (max-width: 768px) {
    .whyus {
      width: 100%; } }

.whyus__info {
  margin: 0 auto;
  margin-bottom: 30px;
  background-color: #3EB5F1;
  width: 244px;
  height: 270px; }

.whyus__img {
  width: 244px;
  height: 190px;
  text-align: center;
  margin: 0 auto; }
  .whyus__img img {
    transition: 2s;
    -webkit-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg); }
  .whyus__img img.second {
    transition-delay: 0.3s; }
  .whyus__img img.third {
    transition-delay: 0.6s; }
  .whyus__img img.fourth {
    transition-delay: 0.9s; }
  .whyus__img img.in-view {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); }

.whyus__desc {
  font-size: 22px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  color: white; }

/*---------------------------------------
наша продукция
-----------------------------------------*/
.main-ways-main-wrapper {
  padding-bottom: 20px; }

.main-ways-wrapper {
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    .main-ways-wrapper {
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 20px; } }

.main-ways__link {
  float: left;
  width: 33%;
  margin-right: 1px;
  margin-left: 1px;
  margin-bottom: 20px; }
  .main-ways__link:last-of-type {
    margin-right: 0; }
  .main-ways__link:hover {
    text-decoration: none; }
  @media screen and (max-width: 768px) {
    .main-ways__link {
      float: none; } }

.main-ways__title {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px; }

.main-way:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.main-way:hover .main-way__title {
  color: yellow; }

@media screen and (max-width: 768px) {
  .main-way {
    max-width: 332px;
    margin: auto; } }

.main-way__img {
  max-width: 100%;
  height: 273px;
  text-align: center;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .main-way__img {
      min-height: 180px;
      max-height: 180px; } }
  @media screen and (max-width: 768px) {
    .main-way__img {
      min-height: inherit;
      max-height: inherit;
      height: inherit; } }
  .main-way__img img {
    transition: 0.6s;
    max-width: inherit;
    max-height: inherit; }

.main-way__title {
  color: white;
  font-size: 18px;
  background-color: #D7569C;
  text-align: center;
  height: 60px;
  vertical-align: middle;
  padding: 0;
  transition: 0.6s;
  margin: 0;
  display: table;
  width: 100%; }
  .main-way__title h4 {
    display: table-cell;
    vertical-align: middle; }

.news-general-link {
  float: right;
  font-size: 16px;
  color: #D7569C;
  text-transform: none;
  margin-top: 10px; }
  .news-general-link:hover {
    color: #D7569C; }

/*---------------------------------------
блок с деревом
-----------------------------------------*/
.wood-wrapper {
  min-height: 220px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .wood-wrapper {
      padding-left: 15px;
      padding-right: 15px; } }

.wood-shadow-wrapper {
  background-color: #EEEEEE;
  min-height: 220px; }

.wood__desc {
  font-size: 24px;
  color: black;
  margin-bottom: 15px;
  margin-top: 50px;
  line-height: 30px; }
  @media screen and (max-width: 991px) {
    .wood__desc {
      font-size: 16px;
      margin-bottom: 10px; } }

.wood__link {
  color: #ffffff;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #3EB3F1;
  color: white;
  margin-top: 30px;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  border-radius: 0;
  transition: 0.3s;
  max-width: 385px;
  margin: auto; }
  .wood__link:hover {
    text-decoration: none;
    color: yellow; }

.wood__tel {
  display: inline-block;
  color: #3EB3F1; 
  padding-left: 15px;
    padding-right: 15px;
  }

/*---------------------------------------
АКЦИИ НОВОСТИ
-----------------------------------------*/
.news-wrapper {
  margin-top: 50px;
  padding-bottom: 30px;
  margin-top: 20px;
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .news-wrapper {
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 20px; } }

.news__animation {
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  transition: 1s;
  display: inline-block; }

.news__animation.in-view {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.news__link {
  float: left;
  width: 32.3%;
  max-width:323px;
  margin-right: 0.5%;
  margin-left: 0.5%;
  margin-bottom: 20px; }
  .news__link:last-of-type {
    margin-right: 0; }
  .news__link:hover {
    text-decoration: none; }
.news{
margin:auto;
max-width:100%;
}
  @media screen and (max-width: 768px) {
    .news__link {
      float: none; 
	  width:100%;
	  margin:auto;
	  } }

.news__main-title {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px; }
  .news__main-title span {
    color: #D7559B; }

.news:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.news:hover .news__title {
  text-decoration: underline; }

.news p {
  color: #333;
  text-decoration: none;
  font-size: 12px;
  max-height: 170px;
  overflow: hidden;
  max-height: 85px; }

.news__img {
  max-width: 100%;
  text-align: center;
  overflow: hidden;
  min-height: 153px;
  max-height: 153px; }
  @media screen and (max-width: 991px) {
    .news__img {
      min-height: 120px;
      max-height: 120px; } }
  .news__img img {
    max-width: 100%;
    transition: 1s; }
@media screen and (max-width: 768px) {
	.news__img {
	max-height: inherit; 
	position:relative;
	max-width:100vw;
	} 
	.news__img img{
	height: inherit;
	max-width: 100%;
	}
}
.news__title {
  font-weight: 300;
  font-size: 18px;
  color: #3EB4F1;
  overflow: hidden;
  max-height: 40px; }

/*-------------------------------
BLOCK WITH INFO
-------------------------------*/
.description {
  background-color: white;
  padding-bottom: 30px; }
  .description p {
    font-size: 12px;
    color: black; }
    @media screen and (max-width: 768px) {
      .description p {
        padding-left: 20px;
        padding-right: 20px; }
        .description p:first-of-type {
          margin-top: 30px; }
        .description p:last-of-type {
          margin-bottom: 30px; } }

/*-------------------------------
BLOCK WITH MARKERS
-------------------------------*/
.main-contacts {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #F6F3EE; }

.single-contact {
  float: left; }
  .single-contact img {
    float: left;
    margin-right: 25px; }
  .single-contact i {
    float: left;
    font-size: 44px;
    margin-right: 15px;
    color: #3EB5F1;
    width: 35px; }
  .single-contact h3 {
    float: left;
    margin: 0;
    font-weight: 300;
    font-size: 25px; }
    @media screen and (max-width: 768px) {
      .single-contact h3 {
        font-size: 20px; } }
  .single-contact p {
    font-weight: 300;
    font-size: 14px;
    position: absolute;
    margin-left: 50px;
    margin-top: 27px; }
  .single-contact:nth-of-type(1) {
    margin-right: 165px; }
    @media screen and (max-width: 768px) {
      .single-contact:nth-of-type(1) {
        margin-right: 100px;
        margin-bottom: 40px; } }
    @media screen and (max-width: 400px) {
      .single-contact:nth-of-type(1) {
        margin-right: 20px; } }
  .single-contact:last-of-type {
    clear: both;
    padding-top: 40px; }
  @media screen and (max-width: 768px) {
    .single-contact {
      padding-left: 20px;
      padding-right: 20px; } }

/*---------
FOOTER
-------------*/
footer {
  background-color: black;
  padding-top: 5px;
  padding-bottom: 10px; }
  footer a {
    color: white; }
    footer a:hover {
      color: white; }
  footer p {
    color: white;
    font-size: 12px; }
  footer .social {
    float: right;
    margin-top: 10px; }
    footer .social i {
      color: white;
      font-size: 40px; }
  @media screen and (max-width: 768px) {
    footer {
      padding-left: 20px;
      padding-right: 20px; } }

/*---------------------------------------
breadcrumbs
-----------------------------------------*/
.breadcrumbs-wrapper {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #ddd; }
  @media screen and (max-width: 768px) {
    .breadcrumbs-wrapper {
      padding-left: 15px; } }

.breadcrumbs {
  font-size: 14px;
  color: #3EB5F1; }
  .breadcrumbs a {
    color: #3EB5F1; }

/*---------------------------------------
вся продукция
-----------------------------------------*/
.production-wrapper {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .production-wrapper {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 340px) {
    .production-wrapper {
      padding-left: 0; } }

.production__title {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .production__title {
      padding-left: 15px; } }

.production__item {
  width: 140px;
  height: 187px;
  margin-right: 13px;
  margin-left: 13px;
  margin-bottom: 30px;
  overflow: hidden; }

.production__img {
  max-width: 100%;
  max-height: 133px; }
  .production__img img {
    max-width: 100%;
    height: 100%;
    transition: 1s; }

.production__info {
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700; }

.production__link {
  color: black;
  position: relative;
  display: block;
  float: left;
  width: 16.5%; }
  .production__link a { color:black;}
  .production__link a:hover .production__info {
    text-decoration: underline;
    color: #000; }
  @media screen and (max-width: 991px) {
    .production__link {
      width: 33.3%; } }
  @media screen and (max-width: 480px) {
    .production__link {
      width: 50%; } }

/*pager*/
.pager {
  float: left;
  margin-bottom: 50px;
  clear: both; }
  .pager .page-numbers {
    color: white;
    font-size: 14px;
    background-color: #D7569C;
    padding: 10px 15px;
    margin-left: 8px; }
  .pager .current {
    color: white;
    font-size: 14px;
    padding: 10px 15px;
    background-color: #3EB5F1; }
  @media screen and (max-width: 768px) {
    .pager {
      margin-left: 10px;
      margin-right: 10px; } }
  .pager .prev {
    display: none; }
  .pager .next {
    display: none; }

/*single page*/
.single-page {
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .single-page {
      padding-left: 15px;
      padding-right: 15px; } }

	
.hidden{
display:none;
}	
	  /*обратная связь*/
#form{
padding-left:15px;
}
#form h2{
text-align: left;
font-size: 20px;
color: black;
margin-bottom: 20px;
}
.feedback-form__span{
font-size:24px;
}

@media screen and (max-width: 768px) {
	.feedback-form__span{font-size:16px;}
	#form h2{font-size: 14px;}
}

.form-inputs-wrapper{
padding-right:15px;
}

.form-inputs-wrapper input{
display:block;
width: 100%;
line-height: 50px;
height:50px;
font-size: 20px;
padding-left: 15px;
max-width:400px;
margin-bottom:10px;
}

#form button{
display: block;
background-color: #3EB5F1;
color: white;
width: 100%;
line-height: 50px;
font-size: 22px;
padding: 0;
border-radius:0;
transition:0.3s;
}
#form button:hover{
background-color:  #D7569C;
}
.mfp-content{
    max-width: 320px;
    margin: auto;
    background: white;
    padding: 15px;
}
.mfp-close{
color:red !important;
}


.red{
color:red;
}

#contacts-form{
text-align:center;
}

#contacts-form input,textarea{
width:300px;
}
#contacts-form textarea{
min-height:100px;
}
#contacts-form h4{
font-weight:700;
}
.contacts-wrapper hr{
height:1px;
background:black;
}
#contacts-form button{
 color: white;
    border: 0;
    padding: 15px 60px;
    transition: all 0.9s;
	background: #3EB5F1;
}
#contacts-form button:hover{
background:#D7569C;
}
.contact_message{
font-size:18px;
font-weight:700;
text-align:center;
}


/*Правки контактов*/
.form-inputs-wrapper textarea{
    width: 260px;
    padding-left: 15px;
	height:130px;
}
