* {
  font-family: "Roboto", sans-serif;
}

button {
  background: transparent;
  outline: none;
  border: none;
}

button:focus,
input:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.container {
  padding: 0;
}

a:hover {
  text-decoration: none;
}

.header-top {
  background-color: #1f1f1f;
}
.post-search {
  padding-top: 40px;
  padding-bottom: 30px;
}
.header-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  margin: 0 -15px;
  align-items: center;
}

.header-top-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.header-top-content a img {
  padding-right: 5px;
}

.header-top-content > p,
.header-top-content .header-search {
  margin: 0 15px;
  flex: 1 0 auto;
}

.header-top-content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.header-top-content p:nth-child(1),
.header-top-content p:nth-child(2) {
  white-space: nowrap;
}

.header-top-content p:first-child a:first-child {
  padding-right: 20px;
}

.header-main-wrapper {
  overflow: hidden;
}

.lang {
  margin-left: auto;
}

.lang img {
  margin-bottom: 2px;
}

.lang a {
  margin-left: 15px;
}

.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo {
  padding-left: 0;
}

.header-menu {
  position: relative;
  background-color: #ff9400;
  padding: 15px 0px 15px 40px;
}

.header-menu a {
  padding-right: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.header-menu:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.header-menu:after {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  background-color: #ff9400;
  z-index: -1;
}

form.header-search {
  margin-right: 0;
  margin-left: auto;
}

form.header-search.mobile {
  display: none;
}

.header-search span {
  display: flex;
  position: relative;
  background: #c0c0c0;
  border-radius: 5px;
}

.header-search i {
  content: "";
  position: absolute;
  background-image: url(http://andrey.solstudio.host/wp-content/themes/polyform/img/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  top: 4px;
  left: 13px;
}

.header-search input {
  padding-left: 30px;
  width: 100%;
  background: #c0c0c0;
  border-radius: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  color: #a9a9a9;
  border: none;
}

.main-banner {
  padding: 150px 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-banner-block {
  width: 650px;
  padding: 65px 130px 65px 50px;
  background-color: #ffffffa6;
}

.main-banner-block-upperText {
  color: #333333;
  font-family: Roboto;
  font-size: 40px;
  font-weight: 700;
  line-height: 43px;
}

.main-banner-block p {
  color: #595959;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 43px;
}

.main-banner-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 220px;
  height: 50px;
  background-color: #ff9400;
  color: #ffffff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
}

.info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 55px 150px;
}

.info > div:nth-child(1):after {
  content: "";
  position: absolute;
  top: 0;
  right: -78%;
  width: 100%;
  height: 28px;
  background-image: url(../img/Vector1.png);
  background-repeat: no-repeat;
}

.info > div:nth-child(2):after {
  content: "";
  position: absolute;
  top: 20px;
  right: -75%;
  width: 100%;
  height: 28px;
  background-image: url(../img/Vector2.png);
  background-repeat: no-repeat;
}

.info-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30%;
}

.info-block-num {
  color: #333333;
  font-family: Roboto;
  font-size: 54px;
  font-weight: 700;
  line-height: 43px;
}

.info-block-descr {
  color: #ff9400;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 500;
  line-height: 20px;
}

.info-block-text {
  color: #595959;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 100px;
}

.about > div:last-child img {
  width: 100%;
}

.block-headline {
  color: #333333;
  font-family: Roboto;
  font-size: 42px;
  font-weight: 700;
}

.about p {
  color: #595959;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icon-box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
}

.icon-box p:first-child {
  width: 45%;
}

.icon-box p:last-child {
  width: 55%;
}

.icon-box p img {
  width: 55px;
  margin-right: 10px;
}

/* Section Products */

.products {
  margin-top: 70px;
}

.products-item {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.187);
}

.products-item img {
  width: 100%;
}

.product-descr {
  margin-bottom: 10px;
  color: #333333;
  font-family: Roboto;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.product-info-wrapper {
  margin-top: auto;
}

.product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #757575;
  font-family: Roboto;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.product-price {
  color: #e22727;
  font-family: Roboto;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.old-price {
  color: #333333;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  text-decoration: line-through;
  text-transform: uppercase;
}

.product-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.products .prev-arrow,
.products .next-arrow {
  position: absolute;
  top: 40%;
}

.products .prev-arrow {
  left: -6%;
}

.products .next-arrow {
  right: -6%;
}

.products .slick-slide {
  padding: 10px 10px;
}

.slick-slide:focus {
  outline: none !important;
}

/* Section Partners */

.partners-wrapper {
  margin-top: 100px;
  margin-bottom: 100px;
  border-top: 36px solid #f3f3f3;
}

.partners {
  margin-top: 70px;
}

.partners-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners-slider img {
  width: 80%;
}

.partners-item {
  padding: 0 30px;
}

.partners-slider .prev-arrow,
.partners-slider .next-arrow {
  position: absolute;
  top: 30%;
}

.partners .prev-arrow {
  left: -6%;
}

.partners .next-arrow {
  right: -6%;
}

/*Section materials Style*/

.materials-wrapper {
  background-color: #f9f9f9;
  border-top: 36px solid #f3f3f3;
  padding: 71px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-header {
  text-align: center;
  color: #333333;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 41px;
}

.materials-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 301px;
  height: 52px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  margin: 0 auto;
  background-color: #c5c5c5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.materials-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 860px;
  margin-bottom: 40px;
}

.type-materials {
  margin-right: 30px;
  position: relative;
}

.type-materials h3 {
  color: #333333;
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  bottom: 62px;
  left: 43px;
  margin-bottom: 0;
}

/* Icon-blocks section */

.icon-blocks-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}

.icon-block {
  width: 23%;
  padding: 0 30px 20px;
  -webkit-box-shadow: 0 0 17px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 17px 4px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

.products-slider .slick-track {
  display: flex !important;
}

.products-slider .slick-slide {
  display: flex !important;
  height: auto !important;
  align-items: center;
  justify-content: center;
}

.products-slider .slick-slide > div {
  height: 100%;
}

.icon-block div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0px 20px;
}

.icon-block div > span:first-child {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-block div > span:first-child:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 25px;
  height: 2px;
  background-color: #ff9400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.icon-block div > span:first-child:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 72px;
  width: 48px;
  height: 2px;
  background-color: #ff9400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.icon-block div > span:last-child {
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
  color: #dcdcdc;
}

.icon-block1 > span:first-child {
  background-image: url(../img/icon-block1.png);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.icon-block2 > span:first-child {
  background-image: url(../img/icon-block2.png);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.icon-block3 > span:first-child {
  background-image: url(../img/icon-block3.png);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.icon-block4 > span:first-child {
  background-image: url(../img/icon-block4.png);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.icon-block:hover {
  background-color: #ff9400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.icon-block:hover > div > span:first-child:after,
.icon-block:hover > div > span:first-child:before {
  background-color: #fff;
}

.icon-block:hover p {
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.icon-block:hover .icon-block1 > span:first-child {
  background-image: url(../img/icon-block1-white.png);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.icon-block:hover .icon-block2 > span:first-child {
  background-image: url(../img/icon-block2-white.png);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.icon-block:hover .icon-block3 > span:first-child {
  background-image: url(../img/icon-block3-white.png);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.icon-block:hover .icon-block4 > span:first-child {
  background-image: url(../img/icon-block4-white.png);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.icon-block p {
  color: #333333;
  font-family: Roboto;
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

/* Slider setting */

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 0;
}

.slick-dots button {
  padding: 0;
  margin: 10px;
  width: 55px;
  height: 3px;
  background-color: #dcdcdc;
}

.slick-active > button {
  background-color: #ff9400;
  height: 5px;
}

.products .slick-dots {
  margin-top: 20px;
  padding-left: 0;
}

/*Footer Style*/

.footer-wrapper {
  background-color: #1f1f1f;
  padding: 60px 150px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-column {
  -webkit-box-flex: 0.6;
  -ms-flex: 0.6;
  flex: 0.6;
}

.footer-logo img {
  width: 132px;
  height: auto;
}

.footer-description p {
  color: #bfbfbf;
  font-size: 14px;
  font-weight: 500;
  max-width: 260px;
  margin-top: 17px;
  margin-bottom: 0px;
}

.right-column {
  -webkit-box-flex: 0.4;
  -ms-flex: 0.4;
  flex: 0.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-column-header {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 18px;
}

.footer-column-list {
  padding-left: 10px;
  list-style: none;
  margin-bottom: 0px;
}

.footer-column-list li,
.footer-column-list a {
  color: #bfbfbf;
  font-size: 14px;
  font-weight: 500;
}

.footer-column-list li {
  position: relative;
}

.footer-column-list li::before {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 5px;
  top: 8px;
  left: -10px;
  background-image: url(../img/list_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.footer-column-list a {
  text-decoration: none;
}

/* Mobile hamburger */

.mobile-icon {
  display: none;
  z-index: 2;
}

.mobile-icon input {
  display: none;
}

.mobile-icon label {
  position: relative;
  width: 30px;
  height: 7px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: left;
}

.mobile-icon div,
.mobile-icon div:before,
.mobile-icon div:after {
  background: #1f1f1f;
  position: absolute;
  height: 4px;
  width: 40px;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mobile-icon label div:first-child {
  top: -3px;
}

.mobile-icon label div:nth-child(2) {
  top: 7px;
}

.mobile-icon label div:nth-child(3) {
  top: 17px;
}

.lang_mobile {
  display: none;
}

#hamburger + label div:first-child {
  -webkit-transition: top 0.15s 0.15s, -webkit-transform 0.15s;
  transition: top 0.15s 0.15s, -webkit-transform 0.15s;
  transition: top 0.15s 0.15s, transform 0.15s;
  transition: top 0.15s 0.15s, transform 0.15s, -webkit-transform 0.15s;
}

#hamburger + label div:nth-child(2),
#hamburger + label div:nth-child(3) {
  -webkit-transition: top 0.15s 0.15s, -webkit-transform 0.15s;
  transition: top 0.15s 0.15s, -webkit-transform 0.15s;
  transition: top 0.15s 0.15s, transform 0.15s;
  transition: top 0.15s 0.15s, transform 0.15s, -webkit-transform 0.15s;
}

#hamburger:checked + label div:first-child {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.15s, -webkit-transform 0.15s 0.15s;
  transition: top 0.15s, -webkit-transform 0.15s 0.15s;
  transition: top 0.15s, transform 0.15s 0.15s;
  transition: top 0.15s, transform 0.15s 0.15s, -webkit-transform 0.15s 0.15s;
}

#hamburger:checked + label div:nth-child(2),
#hamburger:checked + label div:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.15s, -webkit-transform 0.15s 0.15s;
  transition: top 0.15s, -webkit-transform 0.15s 0.15s;
  transition: top 0.15s, transform 0.15s 0.15s;
  transition: top 0.15s, transform 0.15s 0.15s, -webkit-transform 0.15s 0.15s;
}

@media screen and (min-width: 1800px) {
  .container {
    max-width: 1600px;
  }
}

@media screen and (min-width: 1700px) {
  .product-descr {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .icon-block p {
    font-size: 26px;
  }
  .product-info {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .product-price,
  .old-price {
    font-size: 26px;
  }
  .icon-block div > span:first-child:after {
    width: 120px;
  }
  .icon-block {
    padding: 0 45px 20px;
  }
  .icon-block div > span:first-child:before {
    left: -45px;
    width: 40px;
  }
  .products .prev-arrow,
  .products .next-arrow {
    top: 45%;
  }
}

@media screen and (max-width: 1600px) {
  .header-menu a {
    padding-right: 20px;
    font-size: 16px;
  }
  .info {
    padding: 55px 0;
  }
  .info > div:nth-child(1):after {
    right: -74%;
  }
  .info > div:nth-child(2):after {
    right: -70%;
  }
  .block-headline {
    font-size: 36px;
  }
  .about p {
    font-size: 20px;
  }
}

@media screen and (min-width: 1360px) {
  .main-banner-block a:hover {
    -webkit-animation: heartbeat 0.5s ease-in-out both;
    animation: heartbeat 0.5s ease-in-out both;
  }
  .materials-link:hover {
    color: #ff9400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-animation: heartbeat 0.5s ease-in-out both;
    animation: heartbeat 0.5s ease-in-out both;
  }
}

@media screen and (max-width: 1440px) {
  .main-banner {
    padding: 141px 0;
    background-size: contain;
  }
  .header-menu a {
    padding-right: 30px;
    font-size: 14px;
  }
  .info {
    padding: 55px;
  }
  .info-block-num {
    font-size: 40px;
  }
  .info-block-descr {
    font-size: 16px;
  }
  .info-block-text {
    font-size: 14px;
  }
  .info-block {
    width: 25%;
  }
  .info > div:nth-child(1):after {
    right: -74%;
  }
  .info > div:nth-child(2):after {
    right: -70%;
  }
  .block-headline {
    font-size: 36px;
  }
  .about p {
    font-size: 18px;
  }
  .icon-box p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .header-menu a {
    padding-right: 15px;
    font-size: 12px;
  }

  .header-top-content {
    flex-wrap: wrap;
  }

  .header-search {
    order: 5;
  }

  .header-top-content a {
    font-size: 12px;
  }
  .main-banner {
    padding: 100px 50px;
    background-size: cover;
  }
  .main-banner-block {
    width: 470px;
    padding: 30px;
  }
  .main-banner-block-upperText {
    font-size: 32px;
    line-height: 30px;
  }
  .main-banner-block a {
    width: 180px;
    height: 40px;
    font-size: 16px;
  }
  .info {
    padding: 30px;
  }
  .info-block p {
    margin-bottom: 10px;
  }
  .info-block-num {
    font-size: 34px;
    line-height: 1;
  }
  .info > div:nth-child(1):after {
    right: -70%;
  }
  .info > div:nth-child(2):after {
    top: 10px;
    width: 90%;
    right: -57%;
  }
  .about {
    margin: 60px auto;
  }
  .block-headline {
    font-size: 26px;
  }
  .about p {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .icon-box p {
    font-size: 13px;
    line-height: 1;
  }
  .icon-box p img {
    width: 40px;
  }
  .section-header {
    font-size: 30px;
  }
  .icon-block div > span:first-child {
    width: 45px;
    height: 50px;
  }
  .icon-block div > span:last-child {
    font-size: 50px;
  }
  .icon-block p {
    font-size: 16px;
  }
  .icon-block div > span:first-child:after {
    left: 60px;
  }
  .materials-wrapper {
    padding: 40px 0;
  }
  .type-materials h3 {
    font-size: 38px;
  }
  .products,
  .partners {
    margin-top: 40px;
    padding: 0 30px;
  }
  .product-descr {
    font-size: 14px;
  }
  .product-info {
    font-size: 10px;
  }
  .partners-wrapper {
    margin: 50px 0;
  }
  .partners-slider .prev-arrow,
  .partners-slider .next-arrow {
    top: 20%;
  }
  .right-column {
    -webkit-box-flex: 0.7;
    -ms-flex: 0.7;
    flex: 0.7;
  }
}

@media screen and (max-width: 780px),
  screen and (orientation: landscape) and (max-width: 820px) {
  .header-top-content a {
    font-size: 8px;
  }
  .header-top-content p {
    margin-right: 20px;
  }
  .header-search input {
    font-size: 10px;
  }
  .header-menu a {
    padding-right: 10px;
    font-size: 10px;
  }
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info-block-num {
    font-size: 26px;
  }
  .info-block-text {
    font-size: 12px;
  }
  .block-headline {
    font-size: 20px;
  }
  .info > div:nth-child(1):after {
    right: -67%;
    width: 95%;
  }
  .about p {
    font-size: 12px;
    line-height: 14px;
  }
  .icon-box p {
    font-size: 11px;
  }
  .materials-container {
    max-width: 600px;
  }
  .type-materials h3 {
    font-size: 26px;
  }
  .type-materials img {
    width: 280px;
    bottom: 20px;
    left: 25px;
  }
  .icon-block p {
    font-size: 12px;
  }
  .icon-block {
    padding: 0px 25px 15px;
  }
  .icon-block div > span:last-child {
    font-size: 40px;
  }
  .icon-block div {
    padding: 20px 0px 15px;
  }
  .icon-block div > span:first-child {
    width: 35px;
  }
  .icon-block div > span:first-child:after {
    left: 40px;
    width: 35px;
  }
  .icon-block div > span:first-child:before {
    left: -25px;
    width: 20px;
  }
  .materials-link {
    width: 270px;
    height: 45px;
    font-size: 16px;
  }
  .product-info {
    font-size: 10px;
  }
  .product-price {
    font-size: 16px;
  }
  .footer-wrapper {
    padding: 35px 30px 35px;
  }
  .products .next-arrow {
    right: -7%;
  }
  .products .prev-arrow {
    left: -7%;
  }
  .product-descr {
    word-break: break-word;
  }
  .partners-slider .prev-arrow,
  .partners-slider .next-arrow {
    top: 5%;
  }
  .materials-link:hover {
    color: #fff;
  }
  .products-item {
    padding: 10px;
  }
  .product-info {
    font-size: 8px;
  }
}

@media screen and (max-width: 767px) {
  body.no-scroll {
    overflow: hidden;
  }
  .header-main-wrapper {
    padding-left: 0;
  }
  .header-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
  }
  .lang.lang_mobile {
    display: flex;
    flex-direction: column;
    height: 54px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: unset;
  }
  .lang.lang_mobile a:not(:first-child) {
    display: none;
  }
  .lang.lang_mobilea:first-child {
    position: relative;
  }
  /*.lang.lang_mobile a:first-child:after{*/
  /*content: "";*/
  /*position: absolute;*/
  /*background-image: url(../img/down.svg);*/
  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
  /*background-size: contain;*/
  /*height: 15px;*/
  /*width: 15px;*/
  /*right: -25px;*/
  /*top: 5px;*/
  /*!*pointer-events: all;*!*/
  /*}*/
  .lang.lang_mobile a .arrow {
    content: "";
    position: absolute;
    background-image: url(../img/down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
    right: -25px;
    top: 5px;
  }
  .lang.lang_mobile img {
    width: 30px;
    margin-right: 5px;
  }
  .lang.lang_mobile a {
    display: flex;
    align-items: center;
    color: #000000;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .header-menu {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100vw;
    right: 0;
    top: 85px;
    height: 420px;
    padding: 20px 0;
    background-color: #fff;
    z-index: 100;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    box-shadow: 0px 25px 20px rgba(0, 0, 0, 0.25);
  }
  .header-menu.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .header-menu a {
    padding: 10px 40px;
    font-size: 18px;
    color: #000;
  }
  .header-menu a.active {
    background: #f3f3f3;
  }
  .header-menu:before,
  .header-menu:after {
    display: none;
  }
  .mobile-icon {
    display: block;
    margin-right: 5px;
  }
  .header-main {
    padding: 5px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-logo img {
    width: 120px;
  }
  .header-top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-top-content p {
    margin-right: 0;
  }
  .header-top-content > p:nth-child(3),
  .header-top-content > p:nth-child(4),
  .header-top-content > p:nth-child(5) {
    display: none;
  }
  .main-banner {
    position: relative;
    padding: 50px 0px;
    background-size: cover;
  }
  .main-banner-block {
    width: 100%;
    padding: 15px 0 30px;
    text-align: center;
  }
  .main-banner-block-upperText {
    max-width: 270px;
    margin: 0 auto 10px;
    font-size: 24px;
    line-height: 1;
  }
  .main-banner-block a {
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 220px;
    height: 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .main-banner-block p {
    line-height: 20px;
  }
  .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 345px;
    padding: 50px 0;
  }
  .info-block-text {
    display: none;
  }
  .info-block {
    width: 55%;
  }
  .info > div:nth-child(2) {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 10px;
  }
  .info > div:nth-child(1):after {
    background-image: url(../img/Vector1-mob.png);
    height: 70px;
    width: 115px;
    right: -70px;
    top: 10px;
  }
  .info > div:nth-child(2):after {
    top: unset;
    bottom: -50px;
    right: 10px;
    height: 50px;
    background-image: url(../img/Vector2-mob.png);
  }
  .info-block-num {
    font-size: 40px;
  }
  .info-block-descr {
    font-size: 18px;
  }
  .about {
    margin: 30px auto 60px;
  }
  .about p {
    font-size: 16px;
    line-height: 22px;
  }
  .block-headline {
    font-size: 22px;
  }
  .icon-box {
    margin-top: 20px;
  }
  .icon-box p {
    font-size: 14px;
    line-height: 14px;
  }
  .icon-blocks-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .icon-block {
    width: 48%;
    padding: 0px 25px 0px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 17px 4px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 17px 4px rgba(0, 0, 0, 0.06);
  }
  .section-header {
    padding-bottom: 30px;
    font-size: 24px;
  }
  .icon-block p {
    font-size: 13px;
  }
  .icon-block div > span:first-child:before {
    width: 15px;
  }
  .materials-wrapper {
    padding: 30px 0;
    border-top: 20px solid #f3f3f3;
  }
  .materials-container {
    max-width: initial;
  }
  .type-materials img {
    width: 150px;
  }
  .type-materials {
    margin-right: 5px;
    position: relative;
  }
  .type-materials h3 {
    bottom: 10px;
    left: 10px;
    font-size: 20px;
  }
  .products,
  .partners {
    margin-top: 30px;
    padding: 0 15px;
  }
  .products .section-header,
  .partners .section-header {
    text-transform: uppercase;
  }
  .products-item {
    padding: 5px 5px;
  }
  .products .slick-slide {
    padding: 5px 5px;
  }
  .product-info {
    font-weight: 500;
    font-size: 9px;
  }
  .product-descr {
    word-break: break-word;
    font-size: 16px;
  }
  .product-price {
    font-weight: 700;
    font-size: 18px;
  }
  .old-price {
    font-weight: 500;
  }
  .copirite {
    color: #b7b7b7;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
  }
  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px 20px 30px;
  }
  .footer-description {
    display: none;
  }
  .footer-logo {
    margin: 30px auto 20px;
  }
  .menu-column {
    display: none;
  }
  .partners-wrapper {
    border-top: none;
  }
  .partners .slick-dots {
    padding-left: 0;
    margin-top: 20px;
  }
  .partners-item {
    padding: 0;
  }
  .slick-dots button {
    width: 35px;
  }
  form.header-search {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 10px;
  }
  .desc-search {
    display: none;
  }
  form.header-search.mobile {
    display: block;
  }
  form.header-search span {
    width: 100%;
    background: #f3f3f3;
  }
  form.header-search input {
    width: 100%;
    color: #a9a9a9;
    font-size: 16px;
    padding: 5px 40px;
    background-color: transparent;
  }
  .header-search span:before {
    width: 17px;
    height: 17px;
    top: 7px;
    left: 13px;
  }
  .header-search.mobile i {
    content: "";
    position: absolute;
    background-image: url(http://andrey.solstudio.host/wp-content/themes/polyform/img/search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    top: 4px;
    left: 13px;
    width: 17px;
    height: 17px;
    top: 7px;
    left: 13px;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .container:not(.info) {
    max-width: 100%;
  }
  .type-materials img {
    width: 200px;
  }
}

@media screen and (max-width: 320px) {
  .copirite {
    font-size: 12px;
  }
  .info-block-descr {
    font-size: 14px;
  }
  .info > div:nth-child(1):after {
    right: -90px;
  }
  .block-headline {
    font-size: 18px;
  }
  .icon-box p {
    font-size: 12px;
  }
  .icon-block p {
    font-size: 12px;
  }
  .icon-block {
    padding: 0px 10px 0px;
  }
  .icon-block div > span:first-child:before {
    left: -10px;
    width: 5px;
  }
  .slick-dots button {
    margin: 5px;
    width: 25px;
  }
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.modal-info {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1;
  margin-bottom: 30px;
}
.modal .modal-title {
  color: #ff9400;
}
.modal .modal-header {
  text-align: center;
  /* justify-content: center; */
  display: block;
}
.modal .modal-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal input {
  background-color: #f4f4f4;
  height: 40px;
}
.modal button.btn {
  background-color: #ff9400;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-box-shadow: 10px 10px 6px 0px rgba(255, 148, 0, 0.64);
  -moz-box-shadow: 10px 10px 6px 0px rgba(255, 148, 0, 0.64);
  box-shadow: 1px 1px 10px 1px rgba(255, 148, 0, 0.34);
}
.modal-dialog {
  max-width: 350px;
  margin: 1.75rem auto;
}

/*постраничная навигация*/
.wp-pagenavi{
  width: 100%;
  text-align: center;
  margin: 20px auto;
}

.wp-pagenavi span,
.wp-pagenavi a{
  padding: 10px 13px;
  text-decoration: none;
}

.wp-pagenavi a, .wp-pagenavi span{
  border: 1px solid #ddd;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current{
  color: #fff;
  background-color: #f29314;
  border: 1px solid #f29314;
}
