/*!
Theme Name: Polyplast
Author: Polessky Vlad
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: polyplast
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Oswald:wght@500&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
ul[class], ol[class] {
  padding: 0;
  list-style-type: none;
}
body, h1, h2, h3, h4, h5, h6, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
}
body {
  min-height: 100vh;
  line-height: 1.5;
}
a {
  color: inherit;
  text-decoration: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
  max-width: 100%;
}
button:active, button:focus {
  outline: none;
}
textarea {
  width: 100%;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
button {
  padding: 0;
  border-width: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
}
.slider:not(.slick-initialized) .slide:not(:first-of-type) {
  display: none;
}
.slider .slick-track {
  display: flex !important;
  align-items: stretch;
}
.slider .slide {
  height: inherit !important;
}
body {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
h1 {
  margin-bottom: 16px;
  font-size: 32px;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 42px;
  }
}
h3 {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.25;
}
h4 {
  font-size: 20px;
}
main {
  padding-top: 90px;
  margin-bottom: 60px;
}
body.menu-opened .main-navigation {
  right: 0;
}
body.menu-opened .overlay {
  z-index: 7;
}
body.modal-opened .overlay {
  z-index: 9;
}
body.modal-opened, body.menu-opened {
  overflow: hidden;
}
body.modal-opened .overlay, body.menu-opened .overlay {
  transform: scaleX(1);
}
.container {
  width: 100%;
  max-width: 1210px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.section {
  padding-top: 60px;
}
@media (min-width: 1024px) {
  .section {
    padding-top: 100px;
  }
}
.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transform: scaleX(0);
  transform-origin: right;
  transition-duration: 0.15s;
}
.btn {
  display: inline-block;
  position: relative;
  padding: 12px 24px;
  text-transform: uppercase;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
  cursor: pointer;
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% - 4px);
  height: 100%;
  width: 100%;
  background-color: #fb8500;
  transition-duration: 0.25s;
  z-index: -1;
}
.btn.btn-primary {
  background-color: #fff;
  color: #000;
}
.btn.btn-secondary {
  background-color: #333;
  color: #fff;
}
.btn:hover {
  color: #fff;
}
.btn:hover:before {
  right: 0;
}
.btn-wrapper {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .section-in-row .container {
    display: flex;
    gap: 60px;
  }
}
@media (min-width: 1024px) {
  .section-in-row .title-wrap {
    width: 500px;
    flex-shrink: 0;
  }
}
.title-wrap {
  margin-bottom: 16px;
}
.title-wrap h2 {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.title-wrap h2:before {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #ffb703;
}
.title-wrap .description-title {
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .title-wrap .description-title {
    font-size: 36px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  height: 90px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: all 0.3s ease;
  background-color: #023047;
  color: #fff;
}
.header.scrolling_down {
  transform: translateY(-100%);
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header .logo {
  height: 100%;
}
.header .logo img {
  max-height: 100%;
}
.header .header-right-item {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
.header .header-contacts-mobile-btn {
  width: 32px;
}
@media (min-width: 1024px) {
  .header .header-contacts-mobile-btn {
    cursor: default;
  }
}
@media (max-width: 1023px) {
  .header .contacts {
    position: fixed;
    left: 0;
    top: -90px;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px;
    gap: 16px;
    background-color: #023047;
    z-index: -1;
  }
}
@media (max-width: 1023px) {
  .header .contacts li {
    opacity: 0;
    transition-duration: 0.25s;
  }
}
.header .contacts a {
  transition-duration: 0.25s;
  transition-property: color;
}
.header .contacts a:hover {
  color: #fb8500;
}
.header .contacts.contacts-opened {
  transition-duration: 0.25s;
  top: 90px;
}
.header .contacts.contacts-opened li {
  transition-delay: 0.25s;
  opacity: 1;
}
@media (min-width: 768px) {
  .header .menu {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}
.header .menu a {
  display: block;
  padding: 4px 0;
  transition-duration: 0.25s;
  transition-property: color;
}
.header .menu a:hover {
  color: #fb8500;
}
.header .menu a.active {
  color: #8ecae6;
}
@media (max-width: 767px) {
  .header .main-navigation {
    position: fixed;
    background-color: #023047;
    right: 100vw;
    top: 90px;
    height: calc(100svh - 90px);
    padding: 24px 20px 24px 36px;
    transition-duration: 0.25s;
    text-align: right;
  }
}
.hamburger {
  height: 32px;
  position: relative;
  width: 32px;
  z-index: 10;
  overflow: hidden;
}
.hamburger:focus, .hamburger:active {
  outline: none;
}
@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
.hamburger:before, .hamburger:after {
  content: "";
  transform: rotate(0);
}
.hamburger:before, .hamburger:after, .hamburger span {
  height: 2px;
  left: 4px;
  position: absolute;
  right: 4px;
  transition-duration: 0.25s;
  width: 24px;
  background-color: #fff;
}
.hamburger:before {
  top: 8px;
}
.hamburger:after {
  bottom: 8px;
}
.hamburger span {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
.menu-opened .hamburger:before {
  top: 15px;
  transform: rotate(45deg);
}
.menu-opened .hamburger:after {
  bottom: 15px;
  transform: rotate(-45deg);
}
.menu-opened .hamburger span {
  left: 100%;
  opacity: 0;
}
.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333;
  color: #fff;
}
.footer .footer-logo {
  display: block;
  max-width: 200px;
}
.footer .footer-info {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .footer .footer-info {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .footer .footer-info {
    gap: 44px;
  }
}
.footer .footer-contacts {
  display: flex;
  gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .footer .footer-contacts {
    gap: 12px;
    align-items: flex-start;
    flex-grow: 1;
  }
}
.footer .contacts {
  display: flex;
  gap: 24px;
}
.footer .contacts a {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  transition-duration: 0.25s;
  transition-property: color;
}
.footer .contacts a:hover {
  color: #fb8500;
}
.footer .address {
  font-style: normal;
}
@media (max-width: 1023px) {
  .footer .address {
    max-width: 380px;
    text-align: center;
  }
}
.footer .copyright {
  font-size: 14px;
  text-align: center;
}
.hero {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  color: #fff;
  z-index: 1;
  background-size: cover;
}
@media (min-width: 1024px) {
  .hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .hero .description {
    max-width: 800px;
    font-size: 18px;
  }
}
.hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.add-read-more.show-less-content .second-section, .add-read-more.show-less-content .read-less {
  display: none;
}
.add-read-more.show-less-content .read-more {
  display: inline-flex;
  margin-top: 20px;
}
.add-read-more.show-less-content .first-section:after {
  content: "...";
}
.add-read-more.show-more-content .read-more {
  display: none;
}
.add-read-more.show-more-content .read-less {
  display: inline-flex;
  margin-top: 20px;
}
.section-bg-img {
  margin-top: 90px;
}
.section-bg-img-wrapper {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: cover;
  z-index: 1;
  color: #fff;
}
.section-bg-img-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.advantages.products-category .list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .advantages.products-category .list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px 100px;
  }
}
@media (min-width: 1024px) {
  .advantages.products-category .item {
    width: calc(50% - 50px);
  }
}
.advantages.products-category .modal-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  transition-duration: 0.25s;
  transition-property: color;
}
.advantages.products-category .modal-btn:hover {
  color: #fb8500;
}
.advantages.products-category .modal-btn:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background-image: url("/wp-content/themes/polyplast/img/icon-modal.svg");
  background-size: 100%;
}
.advantages.statistic .list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .advantages.statistic .list {
    flex-direction: row;
    justify-content: space-around;
  }
}
.advantages.statistic .item {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .advantages.statistic .item {
    flex-direction: column;
  }
}
.advantages.statistic h3 {
  margin-bottom: 0;
  font-size: 60px;
  color: #fb8500;
}
.modal-advantages {
  max-width: 700px;
}
@media (min-width: 1024px) {
  .modal-advantages h3 {
    margin-bottom: 24px;
    font-size: 32px;
  }
}
.modal-block {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80vw;
  max-height: 90svh;
  padding: 20px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 10;
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .modal-block {
    padding: 40px;
  }
}
.modal-block .modal-close-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .modal-block .modal-close-btn {
    top: 10px;
    right: 10px;
  }
}
.general-slider-section .container {
  position: relative;
}
@media (min-width: 1024px) {
  .general-slider-section .title-wrap {
    margin-bottom: 60px;
  }
}
.general-slider {
  position: static;
  padding-bottom: 50px;
  overflow: hidden;
}
.general-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .general-slider .slick-arrow {
    bottom: auto;
    top: 22px;
  }
}
.general-slider .slick-arrow.slick-prev {
  right: 50px;
}
@media (min-width: 1024px) {
  .general-slider .slick-arrow.slick-prev {
    right: 70px;
  }
}
.general-slider .slick-arrow.slick-next {
  right: 0;
}
@media (min-width: 1024px) {
  .general-slider .slick-arrow.slick-next {
    right: 20px;
  }
}
.general-slider .slick-arrow img {
  height: 100%;
  object-fit: contain;
}
@media (min-width: 1024px) {
  .general-slider .slick-list {
    margin-right: -24px;
    margin-left: -24px;
  }
}
@media (min-width: 1024px) {
  .general-slider .slick-track {
    gap: 24px;
  }
}
.general-slider .slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.general-slider .slide h4 {
  margin-top: 8px;
  text-align: center;
}
.general-slider .slick-dots {
  display: flex;
  margin-top: 40px;
  justify-content: center;
  gap: 16px;
}
.general-slider .slick-dots button {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #cdcdcd;
  text-indent: -9999px;
  transition-duration: 0.25s;
}
.general-slider .slick-dots .slick-active button {
  background-color: #219ebc;
}
.form {
  flex-grow: 1;
}
.wpcf7 {
  padding: 24px;
  background-color: #eeeeee;
}
@media (min-width: 1024px) {
  .wpcf7 {
    padding: 48px;
  }
}
.wpcf7 input, .wpcf7 textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
}
.wpcf7 form > p:not(:last-of-type) {
  margin-bottom: 16px;
}
.wpcf7 form label {
  display: block;
}
/*# sourceMappingURL=style.css.map */
