/* 
Theme Name: Este
Theme URI: http://it-kitchen.com.ua/
Author: http://it-kitchen.com.ua/
Description: this is them for Este
Version: 1.0
*/
@font-face {
  font-family: 'Gotham Pro';
  src: url("fonts/GothamPro-Bold.eot");
  src: url("fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro-Bold.woff2") format("woff2"), url("fonts/GothamPro-Bold.woff") format("woff"), url("fonts/GothamPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("fonts/GothamPro.eot");
  src: url("fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro.woff2") format("woff2"), url("fonts/GothamPro.woff") format("woff"), url("fonts/GothamPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("fonts/GothamPro-Black.eot");
  src: url("fonts/GothamPro-Black.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro-Black.woff2") format("woff2"), url("fonts/GothamPro-Black.woff") format("woff"), url("fonts/GothamPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("fonts/GothamPro-Medium.eot");
  src: url("fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro-Medium.woff2") format("woff2"), url("fonts/GothamPro-Medium.woff") format("woff"), url("fonts/GothamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

body, a, input, textarea {
  font-family: 'Gotham Pro';
  font-size: 18px;
  color: #43403f;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

h2 {
  letter-spacing: 2px;
}

.csshare {
  padding: 0;
  margin: 10px;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px;
  background-color: white;
}

.csshare .csshare-item:last-child {
  margin-bottom: 0;
}

.page-title {
  text-transform: uppercase;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 0;
}

.page-disc {
  text-align: center;
  margin-bottom: 45px;
}

.wpcf7-not-valid-tip, .wpcf7-validation-errors, .wpcf7-mail-sent-ok {
  display: none !important;
}

.wpcf7-not-valid {
  border-color: red !important;
}

.ajax-loader {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
}

.breadcrumbs {
  margin-top: 20px;
}

.breadcrumbs b {
  font-weight: 400;
}

.breadcrumbs a:hover {
  color: #ea501e;
}

.single-post .breadcrumbs span:nth-of-type(3) {
  display: none;
}

.single-post .breadcrumbs span:nth-of-type(3) + b {
  display: none;
}

/* header */
.header {
  position: relative;
  height: 120px;
  background-color: white;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.header::after {
  content: '';
  display: block;
  clear: both;
}

.logo-cont {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.navigation {
  background-color: #43403f;
  position: relative;
  z-index: 10;
}

.poly-lang {
  background-color: #ea501e;
}

.poly-lang .current-lang {
  font-weight: 800;
}

.poly-lang a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.poly-lang a:hover {
  color: #43403f;
}

.logo {
  margin: 10px 0 10px 0;
  float: left;
}

.nav-wr {
  position: relative;
  margin-top: 30px;
  float: right;
}

.nav-wr::before {
  content: '';
  display: block;
  position: absolute;
  left: -15px;
  top: -15px;
  width: 140px;
  height: 50px;
  background-color: #ea501e;
  z-index: 1;
}

.nav-wr ul {
  margin: 0;
  padding: 0;
}

.nav-wr li {
  list-style: none;
  padding: 0;
}

.nav-wr a {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
}

.nav-wr.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: absolute;
  right: 0;
  top: 110%;
  left: 50%;
  margin: 0;
  padding-bottom: 15px;
  z-index: 100;
  background-color: white;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.5);
}

.nav-wr.active::before {
  display: none;
}

.nav-wr.active .navigation {
  background-color: white;
  padding: 0;
  float: none;
}

.nav-wr.active .navigation li {
  float: none;
}

.nav-wr.active .navigation a {
  padding-top: 15px;
  height: auto;
  color: #585858;
  border: none !important;
}

.nav-wr.active .menu-item-has-children {
  background-image: none;
}

.nav-wr.active .sub-menu {
  padding: 0 0 7px 0;
  display: block;
  position: relative;
}

.nav-wr.active .sub-menu li {
  background-color: white;
  padding: 0 0 0 30px;
}

.nav-wr.active .poly-lang {
  padding-left: 15px !important;
}

.nav-wr.active .poly-lang a {
  color: white !important;
}

.nav-wr.active .close-menu {
  display: block;
}

.close-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-image: url(img/close-menu.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.navigation {
  float: left;
  padding-right: 90px;
  padding-left: 45px;
}

.navigation ul::after {
  content: '';
  display: block;
  clear: both;
}

.navigation li {
  float: left;
}

.navigation a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  border-bottom: 3px solid transparent;
  padding: 0 20px;
  padding-top: 3px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.navigation a:hover {
  border-color: #ea501e;
}

.menu-item-has-children {
  position: relative;
  background-image: url("img/fa-angle-down.png");
  background-repeat: no-repeat;
  background-position: 96% 50%;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
  padding-top: 5px !important;
  background-color: white;
}

.sub-menu li {
  width: 100%;
  padding: 0 5px;
  background-color: #43403f;
}

.sub-menu li:first-child {
  padding-top: 5px;
}

.sub-menu li:last-child {
  padding-bottom: 5px;
}

.sub-menu a {
  height: 40px;
  border: none !important;
}

.sub-menu a:hover {
  background-color: white;
  color: #43403f;
}

.poly-lang {
  float: right;
  padding: 0 20px !important;
}

.poly-lang li {
  float: left;
  margin-right: 15px;
}

.poly-lang li:last-child {
  margin-right: 0;
}

.poly-lang a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}

.menu-btn {
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 3px 20px;
  background-color: #ea501e;
  color: white;
  cursor: pointer;
}

/* home page */
.main-hero {
  position: relative;
}

.main-hero .slick-arr {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 300px;
  z-index: 15;
  cursor: pointer;
}

.main-hero .slick-arr::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
}

.main-hero .prev {
  left: 0;
}

.main-hero .prev::before {
  background-image: url("img/slide-left.png");
  background-position: 60px 50%;
}

.main-hero .prev:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.45)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.45) 0%, transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.45) 0%, transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.45) 0%, transparent);
}

.main-hero .next {
  right: 0;
}

.main-hero .next::before {
  background-image: url("img/slide-right.png");
  background-position: 210px 50%;
}

.main-hero .next:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.45)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.45) 0%, transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.45) 0%, transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.45) 0%, transparent);
}

.hero-photo {
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  height: -webkit-calc(100vh - 120px);
  height: calc(100vh - 120px);
}

.main-title-wr {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}

.main-hero-title {
  font-size: 50px;
  color: white;
  margin: 0;
  font-weight: 800;
  text-align: center;
  z-index: 1;
}

/* welcome section */
.section {
  margin-top: 150px;
}

.welcome-wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.welcome-img {
  height: 450px;
  width: 50%;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}

.welcome-cont {
  position: relative;
  margin-left: 30px;
  width: 660px;
}

.welcome-cont .title {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

.welcome-cont .more {
  color: #43403f !important;
  font-weight: 700;
}

.welcome-cont .more:hover img {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.welcome-cont .more img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-top: -2px;
  margin-left: 5px;
}

/* production section */
.production, .differ, .blog-prev {
  text-align: center;
}

.production .title, .differ .title, .blog-prev .title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.production .sub-title, .differ .sub-title, .blog-prev .sub-title {
  margin-top: 10px;
  margin-bottom: 50px;
}

.productions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.prod-item-wr {
  position: relative;
  width: 33.3333333%;
  padding-top: 33.333333%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.prod-item-wr::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.prod-item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  color: white !important;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.prod-item::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
}

.prod-item::after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  right: 15px;
  background-color: transparent;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.prod-item p {
  margin: 0;
  position: relative;
  z-index: 1;
}

.prod-item .prod-title {
  position: relative;
  top: 40%;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-align: center;
}

.look {
  font-weight: 700;
  opacity: 0;
}

.look img {
  margin-left: 5px;
}

/* differ section */
.differ-wr {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.differ-item {
  padding: 30px 20px;
  width: 25%;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #43403f;
  margin: 0 15px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.differ-item:hover {
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
  border-color: #ea501e;
}

.differ-item:first-child {
  margin-left: 0;
}

.differ-item:last-child {
  margin-right: 0;
}

.differ-item p {
  margin: 20px 0 0 0;
}

/* blog-prev section */
.blog-prev .blog-prev-item:nth-of-type(even) .blog-prev-img {
  left: 42.5%;
}

.blog-prev .blog-prev-item:nth-of-type(even) .blog-prev-cont-wr {
  right: 60%;
}

.blog-prev-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.blog-prev-item:last-of-type {
  margin-bottom: 0;
}

.blog-prev-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 57.5%;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}

.blog-prev-img time {
  background-color: rgba(234, 80, 30, 0.9);
  color: white;
  padding: 15px 20px;
  font-weight: 900;
}

.blog-prev-cont-wr {
  display: block;
  position: relative;
  text-align: left;
  width: 40%;
  background-color: #f3f3f3;
  padding: 33px 30px 30px 30px;
  color: #585858 !important;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.blog-prev-cont-wr:hover {
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
}

.blog-prev-cont-wr:hover .read-more {
  color: #ea501e;
}

.blog-prev-title {
  margin: 0;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.read-more {
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin: 0;
  font-weight: 700;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* about page */
.about-page .differ-wr {
  margin-top: 50px;
  margin-bottom: 120px;
}

.big-assort {
  margin-top: 120px;
}

.big-assort h2 {
  margin-top: -10px;
}

.tradition {
  margin-top: 100px;
}

.tradition h2 {
  margin-top: -10px;
}

.philo {
  text-align: center;
  margin-top: 70px;
}

/* gallery page */
.gallery {
  position: relative;
  padding-bottom: 70px;
}

.cstiles__item.hidden:last-child {
  display: block !important;
}

.moreImg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  text-transform: uppercase;
  background-color: #43403f;
  color: white;
  border: none;
  padding: 9px 49px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  outline: none;
}

/* contact page */
.contact-wr {
  background-color: #f9f9f9;
  padding: 100px 20px 100px 100px;
}

.cont-info-wr {
  position: relative;
  padding-left: 50px;
}

.cont-info-wr::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}

.cont-info-wr .cont-item-wr {
  margin-bottom: 10px;
}

.cont-info-wr a {
  color: #585858 !important;
  font-weight: 500;
}

.cont-number {
  padding-top: 10px;
}

.cont-number::before {
  width: 27px;
  height: 42px;
  background-image: url(img/phone.svg);
}

.cont-mail {
  padding-top: 3px;
  margin-top: 30px;
}

.cont-mail::before {
  width: 33px;
  height: 28px;
  background-image: url(img/mail.svg);
}

.form-wr {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 30px 100px 40px;
}

.form-wr label {
  display: block;
  font-size: 14px;
  margin-bottom: 14px;
}

.form-wr input, .form-wr textarea {
  display: block;
  width: 100%;
  margin-top: 2px;
  padding-left: 10px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #cccccc;
  outline: none !important;
  font-size: 16px;
}

.form-wr input:focus, .form-wr textarea:focus {
  border-color: #43403f;
}

.form-wr input.submit, .form-wr textarea.submit {
  background-color: #43403f;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
}

.form-wr input {
  height: 40px;
}

.form-wr textarea {
  height: 100px;
  resize: none;
  margin-bottom: 20px;
}

.form-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
}

.thank-mg-wr {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.thank-mg-wr.active {
  display: block;
}

.thank-mg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 500px;
  height: auto;
  text-align: center;
  padding: 70px 50px 40px;
  background-color: white;
}

.thank-mg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 50px;
  background-color: #ea501e;
}

.close-thank-mg {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 18px;
}

/* advices page */
.advices-page h2 {
  letter-spacing: normal;
}

.product-page .productions {
  margin-top: 45px;
}

.navigation.pagination {
  margin-top: 45px;
  text-align: right;
  display: block;
  width: 100%;
  background-color: transparent;
  padding: 0;
}

.navigation.pagination .page-numbers {
  display: inline;
  border: none;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
  margin-left: 10px;
  color: #43403f;
}

.navigation.pagination .page-numbers.current {
  color: #ea501e;
}

.single-post .page-title {
  margin-bottom: 40px;
  text-align: left;
}

.single-post time {
  display: block;
  width: 110px;
  height: 50px;
  margin-top: 5px;
  background-color: #ea501e;
  color: white;
  text-align: center;
  line-height: 50px;
}

.blog-img {
  width: 100%;
  height: 270px;
  margin-bottom: 15px;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}

.blog-share {
  text-align: right;
}

.share-icon {
  position: relative;
  top: 9px;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #9d9d9c;
}

.share-icon:hover {
  background-color: #ea501e;
}

.facebook {
  background-image: url(img/fa-facebook.png);
}

.linkedin {
  background-image: url(img/fa-linkedin.png);
}

.twitter {
  background-image: url(img/fa-twitter.png);
}

.google-plus {
  background-image: url(img/fa-google-plus.png);
}

/* single product */
.single-product-page .page-title {
  margin-bottom: 50px;
}

.prod-sliders {
  overflow: hidden;
  height: 550px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.prod-sliders .slick-dots {
  bottom: -40px;
}

.prod-sliders .slick-dots li button:before {
  font-size: 15px;
}

.prod-sliders .slick-dots li:hover button:before {
  color: #ea501e;
}

.prod-sliders .slick-dots li.slick-active button:before {
  color: #ea501e;
}

.prod-sliders .slick-slide:focus {
  outline-color: #ea501e;
}

.prod-slid-wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.big-img-slider, .small-sliders-wr {
  width: 50%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100%;
}

.prod-slid-wr .slick-slide {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}

.prod-slid-wr .slick-list, .prod-slid-wr .slick-track {
  height: 100%;
}

.big-img-slider {
  padding-right: 30px;
  height: 100%;
}

.big-img-slider .slick-slide {
  outline: none !important;
}

.big-img-slider .slick-slide::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("img/scale-icon.png");
  background-repeat: no-repeat;
  background-position: 95% 95%;
}

.default-img-wr {
  height: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.default-img {
  width: 47.5%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}

.small-img-slider {
  padding: 0;
  margin: 0;
  height: 50%;
}

.small-img-slider .slick-list {
  margin: 0 -15px;
}

.small-img-slider .slick-slide {
  margin: 0 15px;
}

.candy-colors {
  margin: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.candy-colors p {
  margin: 0 20px 0 0;
  line-height: 45px;
}

.candy-colors span {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  border: 1px solid gray;
  margin-left: 10px;
}

.candy-colors span:first-of-type {
  margin-left: 0;
}

/* 404 page */
.error404-main h1 {
  font-size: 200px;
  color: #ea501e;
  margin: 50px 0 0 0;
}

.error404-main h2 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: initial;
}

.error404-main a {
  display: block;
  width: 170px;
  height: 40px;
  color: white;
  background-color: #43403f;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.error404-main a:hover {
  background-color: #ea501e;
}

/* footer */
.footer {
  font-size: 16px;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
}

.footer a {
  font-size: 16px;
  color: #585858 !important;
}

.footer-address {
  padding: 30px 0;
}

.eca-wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.eca-wr p {
  margin: 0 0 0 30px;
}

.eca-wr img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.eca-wr img:hover {
  -webkit-filter: none;
          filter: none;
}

.foot-icon {
  position: relative;
  display: inline-block;
  margin-top: 23px;
}

.foot-icon::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.foot-tel {
  padding-left: 30px;
}

.foot-tel::before {
  width: 15px;
  height: 22px;
  background-image: url("img/phone.svg");
}

.foot-mail {
  padding-left: 42px;
}

.foot-mail::before {
  width: 28px;
  height: 23px;
  background-image: url("img/mail.svg");
}

.footer-copyright {
  background-color: #43403f;
  color: white;
  font-size: 14px;
  padding: 14px 0;
}

.footer-copyright p {
  margin: 0;
}

.footer-copyright a {
  color: white !important;
  font-size: 14px;
}

.copyright-wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.copyright-wr a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.copyright-wr a:hover {
  color: #ea501e !important;
}

.up {
  position: fixed;
  bottom: 70px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 100;
}

@media screen and (max-width: 1300px) {
  .navigation {
    padding-left: 10px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 1229px) {
  .navigation {
    padding: 0 10px;
  }
  .navigation a {
    padding: 0 15px;
  }
  .default-img {
    width: 46.5%;
  }
  .prod-sliders {
    height: 450px;
  }
  .contact-wr {
    padding: 40px 30px;
  }
  .form-wr {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .nav-wr {
    display: none;
  }
  .menu-btn {
    display: block;
  }
  .header {
    height: 95px;
  }
  .hero-photo {
    height: -webkit-calc(100vh - 95px);
    height: calc(100vh - 95px);
  }
  .logo img {
    width: 75%;
  }
}

@media screen and (min-width: 992px) {
  .prod-item-wr:hover::after {
    border-color: #9b9b9b;
  }
  .prod-item-wr:hover .prod-item::after {
    background-color: rgba(234, 80, 30, 0.5);
  }
  .prod-item-wr:hover .prod-title {
    top: 0;
    font-size: 30px;
  }
  .prod-item-wr:hover .look {
    opacity: 1;
    -webkit-transition: .3s .2s;
    -o-transition: .3s .2s;
    transition: .3s .2s;
  }
  .form-wr .submit:hover {
    background-color: #ea501e;
  }
}

@media screen and (max-width: 991px) {
  .prod-sliders {
    height: 400px;
  }
  .default-img {
    width: 45.5%;
  }
  img.center-sm {
    display: block;
    margin: 0 auto;
  }
  .main-hero-title {
    font-size: 40px;
  }
  .section {
    margin-top: 100px;
  }
  .slick-arr {
    display: none;
  }
  .welcome-cont {
    margin-left: 0;
    margin-top: 30px;
    width: auto;
  }
  .welcome-wr {
    display: block;
  }
  .welcome-wr > img {
    display: block;
    max-width: 50%;
    margin: 0 auto;
  }
  .differ-wr {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .differ-item {
    margin-bottom: 30px;
    width: 48%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .differ-item:nth-last-of-type(-n+2) {
    margin-bottom: 0 !important;
  }
  .blog-prev .blog-prev-item:nth-of-type(odd) .blog-prev-img {
    width: 40%;
  }
  .blog-prev .blog-prev-item:nth-of-type(odd) .blog-prev-cont-wr {
    width: 60%;
    margin-left: 30px;
  }
  .blog-prev .blog-prev-item:nth-of-type(even) .blog-prev-img {
    width: 40%;
    left: 61.5%;
  }
  .blog-prev .blog-prev-item:nth-of-type(even) .blog-prev-cont-wr {
    width: 60%;
    margin-left: 0;
    right: 38.5%;
    margin-right: 30px;
  }
  .blog .blog-prev-item .blog-prev-img {
    width: 40%;
  }
  .blog .blog-prev-item .blog-prev-cont-wr {
    width: 60%;
    margin-left: 30px;
  }
  .foot-mail {
    margin-top: 15px;
  }
  .eca-wr img {
    -webkit-filter: none;
            filter: none;
  }
  .prod-item-wr::after {
    border-color: transparent;
  }
  .prod-item-wr .prod-title {
    top: 0;
    font-size: 20px;
  }
  .prod-item-wr .look {
    display: none;
  }
  .prod-item {
    padding-bottom: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .tradition img, .big-assort img {
    margin-top: 30px;
  }
  .middle-img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
  .cont-info-wr {
    margin-top: 0;
    padding-top: 0;
  }
  .cont-mail {
    margin-left: 30px;
  }
  .form-title {
    text-align: center;
  }
  .error404 h1 {
    font-size: 150px;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .small-sliders-wr {
    display: none;
  }
  .big-img-slider {
    width: 100%;
    padding: 0;
  }
  .big-img-slider .slick-slide::after {
    display: none;
  }
  .section {
    margin-top: 70px;
  }
  .production .title, .differ .title, .blog-prev .title, .welcome-wr .title {
    font-size: 26px;
  }
  .production .sub-title, .differ .sub-title, .blog-prev .sub-title, .welcome-wr .sub-title {
    margin-bottom: 25px;
  }
  .nav-wr.active {
    left: 25%;
  }
  .welcome-wr {
    display: block;
  }
  .welcome-wr > img {
    display: block;
    max-width: 50%;
    margin: 0 auto;
  }
  .welcome-cont {
    margin: 30px 0 0 0;
    width: auto;
  }
  .welcome-cont::after {
    content: '';
    display: block;
    clear: both;
  }
  .welcome-cont .more {
    float: right;
  }
  .prod-item-wr {
    width: 50%;
    padding-top: 50%;
  }
  .blog-prev-img {
    display: none;
  }
  .blog-prev-cont-wr {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
  .read-more {
    color: #ea501e;
  }
  .eca-wr p {
    text-align: left;
  }
  .foot-icon {
    margin-top: 25px;
  }
  .foot-mail {
    margin-left: -30%;
  }
  .philo {
    text-align: left;
  }
  .about-page .differ-wr {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .tradition, .philo, .big-assort {
    margin-top: 50px;
  }
  .thank-mg {
    width: 300px;
  }
  .single-post .page-title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .page-title {
    font-size: 26px;
  }
  .welcome-wr > img {
    max-width: 75%;
  }
  .differ-wr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .differ-item {
    width: 75%;
  }
  .differ-item:nth-last-of-type(-n+2) {
    margin-bottom: 30px !important;
  }
  .contact-wr {
    display: block;
  }
  .cont-mail {
    margin-left: 0;
    margin-top: 40px;
  }
  .form-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 550px) {
  .foot-mail {
    margin-left: 0;
  }
  .copyright-wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 500px) {
  .prod-item-wr {
    width: 100%;
    padding-top: 75%;
  }
  .welcome-wr > img {
    max-width: 100%;
  }
  .differ-item {
    width: 100%;
  }
  .footer-address .col-xs-6 {
    width: 100%;
  }
  .error404-main h1 {
    text-align: center;
    font-size: 100px;
    margin: 0;
  }
  .error404-main a {
    background-color: #ea501e !important;
  }
}
