/*   
Theme Name: Strojpolimer
Theme URI: https://texterra.ru/
Description: Чистый шаблон WordPress для разработки
Author: texterra
Author URI: https://texterra.ru/
*/
body,
html {
  overflow-x: hidden;
}

.page-numbers {
  display: inline-block;
}

.page-numbers>li {
  display: inline
}

.page-numbers>li>a,
.page-numbers>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-numbers>li:first-child>a,
.page-numbers>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.page-numbers>li:last-child>a,
.page-numbers>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.page-numbers>li>a:focus,
.page-numbers>li>a:hover,
.page-numbers>li>span:focus,
.page-numbers>li>span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd
}

.page-numbers span.current,
.page-numbers span.current:focus,
.page-numbers span.current:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7
}

.page-numbers>.disabled>a,
.page-numbers>.disabled>a:focus,
.page-numbers>.disabled>a:hover,
.page-numbers>.disabled>span,
.page-numbers>.disabled>span:focus,
.page-numbers>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}

.page-numbers-lg>li>a,
.page-numbers-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333
}

.page-numbers-lg>li:first-child>a,
.page-numbers-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px
}

.page-numbers-lg>li:last-child>a,
.page-numbers-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px
}

.page-numbers-sm>li>a,
.page-numbers-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}

.page-numbers-sm>li:first-child>a,
.page-numbers-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}

.page-numbers-sm>li:last-child>a,
.page-numbers-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none
}

.pager li {
  display: inline
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
  text-decoration: none;
  background-color: #eee
}

.pager .next>a,
.pager .next>span {
  float: right
}

.pager .previous>a,
.pager .previous>span {
  float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}

.container {
  max-width: 100%;
}

a.upper-row {
  color: #000;
}

.container.nogaps {
  padding-left: 0;
  padding-right: 0;
}

.new-main-slider .label-title {
  display: none;
}

.new-main-slider .slick-track {
  background-color: #fff;
  display: flex;
}

.new-main-slider a.slick-slide {
  position: relative;
  background-color: #fff;
  height: auto;
  display: flex;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
  opacity: 1;
}

.new-main-slider a.slick-slide:hover,
.new-main-slider a.slick-slide:focus {
  opacity: 0.7;
}

.new-main-slider .slick-slide .slide-content {
  background-color: #fff;
  flex: 0 0 60%;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}

.new-main-slider .slick-slide .slide-content:after {
  position: absolute;
  width: 373px;
  height: 100%;
  top: 0;
  left: 100%;
  content: '';
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 39.06%);
}

.new-main-slider .slick-slide .slide-content .text {
  padding: 30px 60px;
  position: relative;
}

.new-main-slider .slick-slide .slide-content .text:after {
  width: 100%;
  max-width: 232px;
  margin-top: 40px;
  height: 46px;
  background: url('/wp-content/themes/strojpolimer/img/big-arrow.svg') center no-repeat;
  background-size: contain;
  content: '';
  display: block;
}

.new-main-slider .slick-slide .slide-content .text .heading {
  color: #00AEE2;
  font-size: 36px;
  margin-bottom: 1em;
  box-sizing: border-box;

}

.new-main-slider .slick-slide .slide-content .text p {
  font-size: 18px;
  margin-bottom: 1em;
}

.new-main-slider .slick-slide .slide-img {
  background-color: #fff;
  flex: 0 1 40%;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}

.new-main-slider .slick-next,
.new-main-slider .slick-prev {
  width: 50px;
  height: 50px;
  position: absolute;
  font-size: 0;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #333333;
  box-sizing: border-box;
  top: 50%;
  margin-top: -25px;
  border-radius: 50%;
}

.new-main-slider .slick-next:after,
.new-main-slider .slick-prev:after {
  position: absolute;
  width: 15px;
  height: 15px;
  content: '';
  border: 3px solid #000;
  border-right: 0;
  border-bottom: 0;

}

.new-main-slider .slick-next {
  left: auto;
  right: 10px;
}

.new-main-slider .slick-prev {
  left: 10px;
  right: auto;
}

.new-main-slider .slick-next:after {
  transform: translate(-50%, -50%) rotate(135deg);
  margin-left: -3px;
}

.new-main-slider .slick-prev:after {
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-left: 3px;
}

.new-main-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.new-main-slider .slick-dots li {
  transition: all 0.3s ease;
  margin-right: 15px;
}

.new-main-slider .slick-dots li:last-child {
  margin-right: 0px;
}

.new-main-slider .slick-dots li button {
  transition: all 0.3s ease;
  padding: 0;
  font-size: 0;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 4px solid transparent;
  background: rgba(51, 51, 51, 0.5);

}

.new-main-slider .slick-dots li.slick-active button {
  border: 4px solid #333;
  background: #fff;
}


@media screen and (min-width: 1280px) {
  .new-main-slider .slick-next {
    right: -25px;
  }

  .new-main-slider .slick-prev {
    left: -25px;
  }
}

@media screen and (max-width: 991px) {

  .new-main-slider .slick-next,
  .new-main-slider .slick-prev {
    width: 38px;
    height: 38px;
  }

  .new-main-slider .slick-slide .slide-content {
    background-color: rgba(255, 255, 255, 0.8);
    flex: 0 0 100%;
  }

  .new-main-slider .slick-slide .slide-content .text .heading {

    font-size: 20px;

  }

  .new-main-slider .slick-slide .slide-content .text p {
    font-size: 16px;
  }

  .new-main-slider .slick-slide .slide-img {
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
  }

  .new-main-slider .slick-slide .slide-content:after {
    display: none;
  }

}

@media(max-width: 768px) {
  .product-card .swiper-button-prev {
    left: 5px;
  }
}

@media(max-width: 768px) {
  .product-card .swiper-button-next {
    right: 5px;
  }
}

.product-card {
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

.product-card h1 {
  font-weight: bold;
  font-size: 38px;
  line-height: 45px;
  color: #292B2C;
  margin-top: 55px;
  margin-bottom: 45px;
}

@media(max-width: 768px) {
  .product-card h1 {
    text-align: center;
  }
}

.product-card .flex-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media(max-width: 768px) {
  .product-card .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.product-card .sliders {
  position: relative;
  max-width: 540px;
  width: 100%;
  padding-right: 30px;
}

@media(max-width: 768px) {
  .product-card .sliders {
    margin: 0 auto;
    padding-right: 0;
  }
}

@media(max-width: 768px) {
  .product-card .gallery-up {
    margin-bottom: 50px;
  }
}

.product-card .gallery-down {
  margin-top: 25px;
}

@media(max-width: 768px) {
  .product-card .gallery-down {
    display: none;
  }
}

.product-card .gallery-up__slide {
  width: 100%;
  height: 310px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media(max-width: 768px) {
  .product-card .gallery-up__slide {
    height: 320px;
  }
}

@media(max-width: 500px) {
  .product-card .gallery-up__slide {
    height: 280px;
  }
}

.product-card .gallery-down__slide {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 0.3;
}

.product-card .gallery-down__slide.swiper-slide-thumb-active {
  opacity: 1;
}

.product-card .swiper-button-card {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: -2px 5px 8px rgba(0, 0, 0, 0.11);
  top: unset;
  bottom: 55px;
  outline: none;
}

@media(max-width: 768px) {
  .product-card .swiper-button-card {
    bottom: 5px;
  }
}

.product-card .swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  position: absolute;
  color: #00A99E;
}

.product-card .swiper-button-prev {
  left: -15px;
  width: 50px;
  height: 50px;
  position: absolute;
  font-size: 0;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #333333;
  box-sizing: border-box;
  border-radius: 50%;
}


.product-card .swiper-button-prev:after {
  right: 16px;
  position: absolute;
  width: 15px;
  height: 15px;
  content: '';
  border: 3px solid #000;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  top: 37%;
  left: 40%;
}

.product-card .swiper-button-next {
  right: 15px;
  width: 50px;
  height: 50px;
  position: absolute;
  font-size: 0;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #333333;
  box-sizing: border-box;
  border-radius: 50%;
}



.product-card .swiper-button-next:after {
  left: 16px;
  position: absolute;
  width: 15px;
  height: 15px;
  content: '';
  border: 3px solid #000;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(135deg);
  top: 35%;
  left: 30%;
}

.product-card .info {
  flex: 0 1 45%;
}

@media(max-width: 991px) {
  .product-card .flex-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .product-card .sliders {
    padding-right: 0;
  }

  .product-card .swiper-button-prev {
    left: 15px;
  }

  .product-card .info {
    flex: 0 0 100%;
    text-align: center;
    margin-top: 40px;
  }
  .product-card .info__order{
    margin: auto;
  }
}

.product-card .info__price {
  font-weight: bold;
  font-size: 32px;
  line-height: 37px;
  color: #0080ca;
  margin-bottom: 20px;
}

@media(max-width: 768px) {
  .product-card .info__price {
    text-align: center;
  }
}

.product-card .info__all-meta {
  display: block;
  font-size: 18px;
  line-height: 21px;
  color: #0080ca;
  margin-bottom: 20px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}

.product-card .info__all-meta:focus {
  outline: none;
}

@media(max-width: 768px) {
  .product-card .info__all-meta {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.product-card .info__description {
  font-size: 12px;
  line-height: 150%;
  color: #797979;
}

.product-card .info__order {
  display: block;
  max-width: 175px;
  width: 100%;
  background: #F2F2F2;
  border-radius: 3px;
  font-size: 16px;
  line-height: 130%;
  color: #333333;
  padding: 15px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
}

.product-card .info__order:hover {
  color: #fff;
  background-color: #0080ca;
}

@media(max-width: 768px) {
  .product-card .info__order {
    margin: 0 auto;
  }
}

.product-card .tabs {
  max-width: 700px;
  width: 100%;
  margin-bottom: 85px;
}

@media(max-width: 768px) {
  .product-card .tabs {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.product-card .tabs__buttons {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 55px;
  margin-bottom: 15px;
}

@media(max-width: 768px) {
  .product-card .tabs__buttons {
    max-width: 100%;
  }
}

.product-card .tabs__button {
  background-color: transparent;
  border: 0;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  color: #303030;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #ffffff;
  outline: none;
  margin-right: 20px;
  cursor: pointer;
}

.product-card .tabs__button:focus {
  outline: none;
}

.product-card .tabs__button--active {
  border-bottom: 3px solid #0080ca;
}

.product-card .tabs__content {
  background-color: #F7F5F5;
  border-radius: 5px;
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.product-card .tabs__content .sert {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.product-card .tabs__content .sert a {
  display: block;
  height: 212px;
  width: 150px;
  margin-bottom: 15px;
}

.product-card .tabs__content .sert img {
  height: 212px;
  width: 150px;
  object-fit: cover;
}

.product-card .tabs__content--active {
  display: block;
}

.product-card .tables {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media(max-width: 768px) {
  .product-card .tables {
    display: block;
  }
}

.product-card .tab__table {
  width: 100%;
}

.product-card .tab__tbody-flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.product-card .tab__table tr {
  display: -webkit-box;
  display: flex;
  margin-bottom: 5px;
  width: 45%;
  align-items: baseline;
}

.product-card .tab__table tr:first-child td {
  background-color: unset;
  border-right: unset;
}

@media(max-width: 768px) {
  .product-card .tab__table tr {
    width: 100%;
  }
}

.product-card .tab__table tr td {
  font-size: 12px;
  line-height: 14px;
  color: #303030;
}

.product-card .tab__table tr td:first-child {
  font-weight: bold;
}

.product-card .tab__undeline {
  -webkit-box-flex: 1;
  flex-grow: 1;
  border-bottom: 1px dotted #A9A9A9;
}

.product-card .tabs__content li,
.product-card .tabs__content p {
  font-size: 12px;
  line-height: 150%;
  color: #797979;
}

.product-card .tabs__content p {
  margin-top: 25px;
}

.product-card .tabs__content li {
  margin-top: 10px;
}

.product-card .product-card h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #292B2C;
}

@media(max-width: 425px) {
  .product-card .product-card h3 {
    text-align: center;
  }
}

.product-card .more__picture {
  width: 100%;
  height: 135px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 15px;
}

.product-card .more__slide p {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #292B2C;
  font-weight: bold;
  text-decoration: none;
}

.product-card .more-button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: -2px 5px 8px rgba(0, 0, 0, 0.11);
  top: 50px;
  margin: auto;
}

.product-card .more-next {
  right: 0;
}

.product-card .more-prev {
  left: 0;
}

.product-card .moreSlider {
  position: relative;
  max-width: 940px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.product-card .more {
  margin-top: 20px;
  max-width: 820px;
  width: 100%;
  margin-bottom: 60px;
}

.buy-catalog#buy {
  display: none;
}

.buy-catalog.show#buy {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}


.buy-catalog#buy .buy-thank {
  display: none;
}

.dialog--buy {
  max-width: 300px;
}

@media(max-width: 575px) {
  .dialog--buy {
    margin: 0 auto;
    margin-top: 30px;
  }
}

.dialog--buy .modal-body {
  background-color: #ffffff;
  border: none;
  padding: 30px;
}


.modal .modal-body .modal-buy__header {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  color: #303030;
}

.modal .modal-body .modal-buy__header span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  color: #303030;
}

.modal-buy input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 20px;
}

.modal-buy form {
  text-align: center;
}

.modal-buy input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #C5C5C5;
}

.modal-buy input:-moz-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #C5C5C5;
}

.modal-buy input::-moz-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #C5C5C5;
}

.modal-buy input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #C5C5C5;
}

.modal-buy button {
  max-width: 175px;
  width: 100%;
  background: #F2F2F2;
  border-radius: 3px;
  font-size: 16px;
  line-height: 130%;
  color: #333333;
  padding: 15px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
}

.modal-buy button:hover {
  color: #fff;
  background-color: #0080ca;
}

.modal-buy .terms {
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: #969696;
  margin-top: 15px;
}

.modal-buy .terms a {
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: #969696;
  text-decoration: underline;
}

.cross {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border: 0;
  padding: 0;
  right: 10px;
  top: 10px;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('/wp-content/themes/strojpolimer/img/cross.svg');
}

.buy-thank {
  position: absolute;
  width: 238px;
  height: 32px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

.buy-catalog#buy .modal-buy {
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

.buy-catalog#buy .modal-buy.hidden {
  visibility: hidden;
  opacity: 0;
}

.buy-catalog#buy .buy-thank.visible {
  visibility: visible;
  opacity: 1;
  display: block;
}

.moreSlider {
  position: relative;
}

.moreSlider .slick-next,
.moreSlider .slick-prev {
  width: 50px;
  height: 50px;
  position: absolute;
  font-size: 0;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #333333;
  box-sizing: border-box;
  top: 50%;
  margin-top: -25px;
  border-radius: 50%;
}

.moreSlider .slick-next:after,
.moreSlider .slick-prev:after {
  position: absolute;
  width: 15px;
  height: 15px;
  content: '';
  border: 3px solid #000;
  border-right: 0;
  border-bottom: 0;

}

.moreSlider .slick-next {
  left: auto;
  right: 10px;
}

.moreSlider .slick-prev {
  left: 10px;
  right: auto;
}

.moreSlider .slick-next:after {
  transform: translate(-50%, -50%) rotate(135deg);
  margin-left: -3px;
}

.moreSlider .slick-prev:after {
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-left: 3px;
}

.jgut-section{
	padding: 0 50px;
}
.jgut-section__prev-desc{
	margin-top: 30px;
}
.jgut-section__prev-desc table{
	width: 100%;
	margin: 50px 0;
}
.jgut-section__prev-desc table caption{
	font-size: 18px;
	margin-bottom: 20px;
	color: #516270;
}
.jgut-section__prev-desc table.table{
	border: 1px solid;
}
.jgut-section__prev-desc table.table th, table.table td, table.table tr, table.table td:first-child, table.table td:last-child{
	border: 1px solid #c4c4c4;
	padding: 10px 5px;
	background: none;
}
.jgut-section__prev-desc table tbody tr td:first-child{
	border: none;
	background: none;
	font-family: roboto-regular,sans-serif;
}
.jgut-section__prev-table{
	width: auto;
}
.jgut-section__prev .jgut-section__prev-table tr td{
	text-align: center;
	background-color: #fff;
	border: none;
}
.lb-data .lb-close{ 
	display: none;
}


.add_feedback_title{
	font-size: 20px;
	font-weight: 700;
	color: #333;
	margin: 50px 0;
}

#add_feedback {
	margin: 20px 0 0;
	position: relative;
}

#art_name, #art_email, #art_phone, #art_subject, #art_comments {
	padding: 10px 5px;
	display: block;
	width: 49.548%;
	border-radius: 3px;
	border: 1px solid #ccc;
	font-size: 0.9em;
	margin: 5px 0;
}

#art_subject {
	width: 100%;
	margin: 5px 0;
}

#art_comments {
	width: 100%;
}

#add_feedback .button {
	border: none;
	padding: 10px 20px;
	color: #fff;
	font-size: 1em;
	display: inherit;
	margin: 10px 0 0 0;
	border-radius: 3px;
	background-color: #2f94ce;
}

#add_feedback input[type="text"]:focus, #add_feedback input[type="password"]:focus, #add_feedback input[type="email"]:focus, #add_feedback textarea:focus {
	color: #444;
	box-shadow: 0 0 3px rgba(68, 68, 68, 0.2);
}

.error-text {
	background: #F59E9E;
	padding: 15px 0px;
	text-align: center;
	color: #fff;
}

.error-name, .error-email, .error-comments {
	display: inline-block;
	font-size: 11px;
	position: absolute;
	top: -30px;
	color: white;
	border: 1px solid red;
	padding: 5px 10px;
	line-height: 1.1;
	background: red;
	box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
}

.error-name:after, .error-email:after, .error-comments:after {
	content: '';
	position: absolute;
	left: 20px;
	bottom: -10px;
	border: 5px solid transparent;
	border-top: 5px solid red;
}

.error-comments {
	top: 16%;
	left: 0;
}

.error-name {

	left: 0;
}

.error-email {
	right: 4%;
}

.message-success {
	background: rgba(0, 128, 0, 0.5);
	color: #fff;
	padding: 20px;
	text-align: center;
	margin: 20px auto;
	border-radius: 3px;
}

#add_feedback .error {
	border: 1px solid red;

}

#add_feedback .required:after {
	content: '*';
	position: absolute;
	left: 20px;
	bottom: -10px;
}

#art_name:focus::-moz-placeholder,
#art_name:focus:-moz-placeholder,
#art_name:focus:-ms-input-placeholder,
#art_email:focus::-webkit-input-placeholder,
#art_email:focus::-moz-placeholder,
#art_email:focus:-moz-placeholder,
#art_email:focus:-ms-input-placeholder,
#art_comments:focus::-webkit-input-placeholder,
#art_comments:focus::-moz-placeholder,
#art_comments:focus:-moz-placeholder,
#art_comments:focus:-ms-input-placeholder,
#art_subject:focus::-webkit-input-placeholder,
#art_subject:focus::-moz-placeholder,
#art_subject:focus:-moz-placeholder,
#art_subject:focus:-ms-input-placeholder {
	color: transparent
}


@media screen and (min-width: 1280px) {
  .moreSlider .slick-next {
    right: -25px;
  }

  .moreSlider .slick-prev {
    left: -25px;
  }
}

@media screen and (max-width: 991px) {

  .moreSlider .slick-next,
  .moreSlider .slick-prev {
    width: 38px;
    height: 38px;
  }

}