@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQ.ttf) format('truetype');
}
/* animation */
@-webkit-keyframes shine {
  100% {
    left: 150%;
  }
}
@keyframes shine {
  100% {
    left: 150%;
  }
}
@-webkit-keyframes radial-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(245, 124, 23, 0.5);
            box-shadow: 0 0 0 0px rgba(245, 124, 23, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 40px rgba(245, 124, 23, 0);
            box-shadow: 0 0 0 40px rgba(245, 124, 23, 0);
  }
}
@keyframes radial-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(245, 124, 23, 0.5);
            box-shadow: 0 0 0 0px rgba(245, 124, 23, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 40px rgba(245, 124, 23, 0);
            box-shadow: 0 0 0 40px rgba(245, 124, 23, 0);
  }
}
/* fonts */
h1 {
  font-family: 'Playfair Display', serif;
  font-size: 80px;
  line-height: 1;
}
h1 .h1-small {
  display: block;
  font-family: 'Montserrat', sans-serif;
  margin-top: 15px;
  font-size: 19px;
  font-weight: 300;
}
h2 {
  font-family: 'Playfair Display', serif;
  font-size: 60px;
}
.h2 {
  font-family: 'Playfair Display', serif;
  font-size: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.h2 span.line {
  display: inline-block;
  position: relative;
}
.h2 span.line:after {
  content: '';
  width: 50%;
  height: 1px;
  background-color: #da8672;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
h3 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
}
/* common */
body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  scroll-behavior: smooth;
}
section {
  max-width: 1920px;
  margin: 0 auto;
  padding: 100px 0 0;
  position: relative;
}
.container-fluid {
  padding-left: 140px;
  padding-right: 140px;
}
a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #000;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}
a:focus,
input:focus,
button:focus,
video:focus,
.slick-slide:focus {
  outline: none;
}
p {
  margin-bottom: 0;
}
::-webkit-input-placeholder {
  color: #323642;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #323642;
  opacity: 1;
}
::-ms-input-placeholder {
  color: #323642;
  opacity: 1;
}
::placeholder {
  color: #323642;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #323642;
}
::-ms-input-placeholder {
  color: #323642;
}
input[type=text],
input[type=tel] {
  display: block;
  width: 100%;
  max-width: 330px;
  height: 80px;
  border: 1px solid #ccc;
  border-radius: 40px;
  padding: 10px 25px;
  font-size: 20px;
  text-align: center;
  margin: 10px auto;
}
.button {
  display: block;
  margin: 10px auto;
  width: 100%;
  max-width: 400px;
  height: 80px;
  padding: 10px 25px;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #ffffff;
  letter-spacing: 0.03em;
  background: #da8672;
  border: 2px solid transparent;
  border-radius: 40px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-appearance: none;
}
.button:hover,
.button:focus {
  -webkit-box-shadow: inset 0 4px 4px rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 4px 4px rgba(255, 255, 255, 0.25);
  -webkit-filter: drop-shadow(0 4px 10px #f3a988);
          filter: drop-shadow(0 4px 10px #f3a988);
  color: #fff;
}
input[type=checkbox] {
  display: none;
  width: 0;
}
input[type=checkbox] + span {
  font-weight: 200;
  text-align: left;
  font-size: 17px;
  color: #aaa;
}
input[type=checkbox] + span a {
  font-size: 17px;
  color: #da8672;
  text-decoration: underline;
}
input[type=checkbox] + span::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #da8672;
  border-radius: 10px;
  position: static;
  margin-right: 8px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  display: none;
}
input[type=checkbox]:checked + span::before {
  background: #da8672 url('../img/checkbox.png') center center no-repeat;
  background-size: 10px 10px;
}
strong,
.bold {
  font-weight: bold;
}
.medium {
  font-weight: 500;
}
.small {
  font-size: 14px;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
/* header */
.header {
  border-bottom: 1px solid #bcbdbf;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  z-index: 9;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.header .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
.header-wrap {
  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;
}
.header-logo {
  width: 20%;
  padding: 20px 70px 25px;
  border-right: 1px solid #bcbdbf;
  border-left: 1px solid #bcbdbf;
}
.header ul {
  width: 35%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.header ul li a {
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header ul li a:hover {
  color: #da8672;
  text-decoration: none;
}
/* main */
.main {
  background: url(../img/hero.jpg) left top no-repeat;
  background-size: contain;
  padding-top: 120px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.main ul {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}
.main ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  font-size: 17px;
}
.main ul li:before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../img/check-list.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 3px;
}
.podh1 {
  margin-top: 30px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}
.podh1 p {
  margin-bottom: 30px;
  padding-left: 70px;
  position: relative;
}
.podh1 .podh1-1:before {
  content: '';
  width: 50px;
  height: 50px;
  background: url(../img/m1.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.podh1 .podh1-2:before {
  content: '';
  width: 50px;
  height: 50px;
  background: url(../img/m2.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.podh1 .podh1-3:before {
  content: '';
  width: 50px;
  height: 50px;
  background: url(../img/m3.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
/* main-form */
.main-form {
  max-width: 1920px;
  margin: 0 auto;
  padding: 90px 0;
  position: relative;
}
.main-form:before {
  content: '';
  width: 480px;
  height: 320px;
  background: url(../img/form.jpg) center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.main-form .container {
  position: relative;
  z-index: 1;
}
.main-form h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.main-form-demo {
  text-align: center;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
.main-form-demo .bold {
  text-transform: uppercase;
  font-size: 24px;
  color: #da8672;
}
.main-form .form-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
/* facts */
.facts h2 {
  margin-bottom: 80px;
}
.facts-item {
  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;
}
.facts-item-img {
  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: 50%;
  padding: 40px;
}
.facts-item-text {
  width: 50%;
  padding: 60px;
}
.facts-item h3 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  margin-bottom: 30px;
}
.facts-item p {
  font-size: 18px;
}
/* result */
.result .h2 {
  margin-bottom: 40px;
}
.result h3 {
  font-size: 50px;
}
.result p {
  font-weight: 200;
  font-size: 24px;
  margin-top: 40px;
}
.result-slider {
  margin-top: 60px;
}
.result-slide {
  padding: 40px;
}
.slick-prev {
  width: 60px;
  height: 60px;
  border: 1px solid #666;
  border-radius: 100%;
  z-index: 1;
  left: -60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.slick-prev:before {
  content: '\2190';
  font-family: Verdana, serif;
  font-size: 30px;
  color: #666;
  line-height: 1;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.slick-prev:hover,
.slick-prev:focus {
  border: 1px solid #da8672;
}
.slick-prev:hover:before,
.slick-prev:focus:before {
  color: #da8672;
}
.slick-next {
  width: 60px;
  height: 60px;
  border: 1px solid #666;
  border-radius: 100%;
  z-index: 1;
  right: -60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.slick-next:before {
  content: '\2192';
  font-family: Verdana, serif;
  font-size: 30px;
  color: #666;
  line-height: 1;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.slick-next:hover,
.slick-next:focus {
  border: 1px solid #da8672;
}
.slick-next:hover:before,
.slick-next:focus:before {
  color: #da8672;
}
/* review */
.review-text {
  font-size: 20px;
  margin-top: 80px;
  margin-bottom: 30px;
}
.review-name {
  margin-top: 80px;
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #da8672;
}
.review-post {
  font-weight: 200;
}
.review-link {
  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;
  margin: 40px auto 0;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.review-link img {
  margin-left: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.review-link:hover,
.review-link:focus {
  text-decoration: none;
  color: #666;
}
.review-link:hover img,
.review-link:focus img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.review .slick-prev {
  left: 60px;
}
.review .slick-next {
  right: 60px;
}
/* potok */
.potok .h2 {
  margin-bottom: 30px;
}
.potok-wrap {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.potok-item {
  width: 22%;
  margin: 15px;
  padding: 20px 20px 20px 60px;
  min-height: 260px;
  border: 1px solid #da8672;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url(../img/sign.svg) 10px 10px no-repeat;
  font-size: 17px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.potok-item:hover {
  background-color: #da8672;
  color: #fff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.potok-item img {
  max-width: 230px;
}
.potok-item-last {
  border: none;
  text-align: center;
  background: none;
}
.potok-item-last:hover {
  background-color: transparent;
}
.podheader {
  font-size: 24px;
  color: #aaa;
}
/* partner */
.partner {
  padding-bottom: 60px;
}
.partner-item {
  margin: 50px auto 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  max-width: 420px;
}
.partner-item.pi1 {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
}
.partner-item.pi2 {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.partner-item.pi3 {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
}
.partner-item.pi4 {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.partner-item.pi6 {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.partner-item h4 {
  font-weight: 500;
  color: #da8672;
  font-size: 20px;
}
.partner-item p {
  font-size: 17px;
}
.partner img {
  margin-top: 100px;
}
/* production */
.production-link {
  display: block;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.production-text {
  max-width: 1100px;
  margin: 50px auto;
  font-size: 20px;
  text-align: center;
}
.production-slide {
  padding: 15px;
}
.production-slide img {
  border-radius: 15px;
}
.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.play-button:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
/* contacts */
.contacts {
  padding-bottom: 60px;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
}
.contacts h4 {
  margin-bottom: 30px;
  text-align: center;
}
.contacts-wrap {
  margin-top: 50px;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacts-img {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}
/* footer */
.thanks {
  padding-bottom: 100px;
}
.footer {
  padding-bottom: 40px;
  text-align: center;
  font-size: 18px;
}
.footer a {
  color: #000;
}
.footer a:hover,
.footer a:focus {
  text-decoration: none;
  color: #000;
}
.footer-logo {
  text-align: center;
}
.footer-logo-link {
  position: relative;
}
.footer-logo-link:before,
.footer-logo-link:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 40%;
  height: 1px;
  background: #7a7b7e;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-logo-link:before {
  content: "";
  left: 0;
}
.footer-logo-link:after {
  content: "";
  right: 0;
}
.footer-img {
  max-width: 16%;
}
.footer-center {
  border-bottom: 1px solid #7a7b7e;
  margin-bottom: 30px;
}
.footer-insta {
  margin: 30px auto;
}
.footer-social {
  display: block;
  max-width: 190px;
  margin: 0 auto 20px;
  padding-left: 40px;
  letter-spacing: 0.03em;
  background: url(../img/instagram.svg) left center no-repeat;
  color: #000;
  text-align: left;
}
.footer-social.tg {
  background: url(../img/telegram_icon.svg) left center no-repeat;
  background-size: 25px 25px;
}
.footer-social.vk {
  background: url(../img/vk_icon.svg) left center no-repeat;
  background-size: 25px 25px;
}
.footer ul {
  margin: 30px auto;
  padding: 0;
  list-style: none;
}
.footer ul li {
  margin-bottom: 20px;
}
.footer ul li a {
  text-transform: uppercase;
}
.copyright {
  text-align: left;
}
.policy {
  display: block;
  text-align: right;
}
/* up button */
#up {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #da8672;
  border-radius: 100%;
  background-color: transparent;
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 9999;
  cursor: pointer;
}
#up:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/up.svg) center no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#up.show {
  opacity: 0.5;
}
#up.show:hover {
  opacity: 1;
}
/* modal */
.modal {
  font-size: 15px;
}
.modal .modal-lg,
.modal .modal-xl {
  max-width: 1200px;
}
.modal h4 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* media */
@media (min-width: 1770px) {
  .container {
    max-width: 1540px;
  }
}
@media (max-width: 1769px) {
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  .header ul li a {
    font-size: 14px;
  }
  .header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .h2 {
    font-size: 50px;
  }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container {
    max-width: 1540px;
  }
  .main {
    padding-top: 100px;
    background-size: 45%;
  }
  .main ul li {
    font-size: 17px;
    margin-bottom: 7px;
  }
  .main-form:before {
    top: auto;
    bottom: 0;
  }
  form {
    position: relative;
  }
  .main-form h2 {
    font-size: 40px;
  }
  .main-form-demo {
    font-size: 20px;
  }
  .main-form-demo .bold {
    font-size: 24px;
  }
  .partner-item.pi5 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .partner-item.pi4,
  .partner-item.pi6 {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
@media (max-width: 1599px) {
  input[type=checkbox] + span {
    font-size: 15px;
  }
  input[type=checkbox] + span a {
    font-size: 15px;
  }
  .result-slider {
    margin-top: 0px;
  }
  .slick-prev {
    top: auto;
    bottom: -60px;
    left: 40%;
  }
  .slick-next {
    top: auto;
    bottom: -60px;
    right: 40%;
  }
  h1 {
    font-size: 60px;
  }
  h1 .h1-small {
    font-size: 17px;
  }
  .podh1 {
    font-size: 15px;
  }
  .main ul li {
    font-size: 16px;
  }
  .main-form:before {
    width: 380px;
    height: 260px;
  }
  .main-form h2 {
    font-size: 32px;
  }
  .main-form-demo {
    font-size: 17px;
  }
  .main-form-demo .bold {
    font-size: 18px;
  }
  .result h3 {
    font-size: 40px;
  }
  input[type=text],
  input[type=tel] {
    font-size: 17px;
  }
  .button {
    font-size: 17px;
  }
  .facts-item h3 {
    font-size: 34px;
  }
  .potok-item {
    font-size: 16px;
    min-height: 273px;
  }
  .production-slider {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .production-slider .slick-prev {
    bottom: -90px;
  }
  .production-slider .slick-next {
    bottom: -90px;
  }
}
@media (max-width: 1359px) {
  .header ul li a {
    font-size: 11px;
  }
  h1 {
    font-size: 57px;
  }
  .h2 {
    font-size: 44px;
  }
  input[type=text],
  input[type=tel],
  .button {
    max-width: 350px;
  }
  .main-form:before {
    width: 280px;
    height: 240px;
  }
  .facts-item p {
    font-size: 16px;
  }
  .result h3 {
    font-size: 32px;
  }
  .result p {
    font-weight: 200;
    font-size: 20px;
    margin-top: 20px;
  }
  .review-post {
    font-size: 15px;
  }
  .potok-item {
    width: 30%;
    min-height: 220px;
  }
  .partner img {
    margin-top: 160px;
  }
  .partner-item p {
    font-size: 15px;
  }
  .footer {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  body {
    font-size: 15px;
  }
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
  }
  .navbar-brand {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 0;
    width: 200px;
    height: 26px;
  }
  .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-toggler.collapsed {
    width: 65px;
    height: 35px;
    position: relative;
  }
  .navbar-toggler.collapsed .burger {
    position: absolute;
    display: block;
    width: 45px;
    height: 3px;
    border-radius: 4px;
    background-color: #767676;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .navbar-toggler.collapsed .burger:focus {
    outline: none;
  }
  .navbar-toggler.collapsed .burger:before {
    content: '';
    display: block;
    width: 45px;
    height: 3px;
    border-radius: 4px;
    background-color: #767676;
    position: absolute;
    right: 0;
    top: -12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .navbar-toggler.collapsed .burger:after {
    content: '';
    display: block;
    width: 45px;
    height: 3px;
    border-radius: 4px;
    background-color: #767676;
    position: absolute;
    right: 0;
    bottom: -12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .navbar-toggler {
    width: 65px;
    height: 35px;
    position: relative;
  }
  .navbar-toggler .burger {
    position: absolute;
    display: block;
    width: 35px;
    height: 3px;
    border-radius: 4px;
    background-color: transparent;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .navbar-toggler .burger:focus {
    outline: none;
  }
  .navbar-toggler .burger:before {
    content: '';
    display: block;
    width: 35px;
    height: 3px;
    border-radius: 4px;
    background-color: #767676;
    position: absolute;
    right: 0;
    top: -12px;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .navbar-toggler .burger:after {
    content: '';
    display: block;
    width: 35px;
    height: 3px;
    border-radius: 4px;
    background-color: #767676;
    position: absolute;
    right: 0;
    bottom: -12px;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-nav .nav-link {
    text-transform: uppercase;
  }
  .main {
    padding-top: 100px;
    background: none;
    position: relative;
  }
  .main:before {
    content: '';
    width: 600px;
    height: 600px;
    background: url(../img/bg-main-mob.jpg) right bottom no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  h1 .h1-small {
    display: block;
    margin-bottom: 30px;
  }
  input[type=text],
  input[type=tel],
  .button {
    max-width: 300px;
    height: 60px;
    font-size: 15px;
  }
  .main-form:before {
    left: 50%;
    bottom: -100px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .main-form h2 {
    font-size: 28px;
  }
  .main-form-demo {
    font-size: 15px;
  }
  .main-form-demo .bold {
    font-size: 16px;
  }
  input[type=checkbox] + span {
    font-size: 15px;
  }
  input[type=checkbox] + span a {
    font-size: 15px;
  }
  .h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .facts-item h3 {
    font-size: 30px;
  }
  .facts-item p {
    font-size: 15px;
  }
  .result h3 {
    font-size: 28px;
  }
  .review-text {
    font-size: 16px;
  }
  .podheader {
    font-size: 20px;
  }
  .potok-item {
    width: 45%;
    min-height: 180px;
  }
  .partner-item h4 {
    font-size: 17px;
  }
  .partner-item p {
    font-size: 13px;
  }
  .production-text {
    font-size: 17px;
  }
  .contacts {
    text-align: center;
  }
  .contacts img {
    display: block;
    margin: 0 auto;
  }
  .contacts h4 {
    margin-top: 40px;
  }
  .contacts-wrap {
    margin: 50px auto;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 22px;
  }
  .main:before {
    content: '';
    width: 500px;
    height: 500px;
  }
  .main-form h2 {
    font-size: 24px;
  }
  .main-form .form-body {
    display: block;
  }
  .facts h2 {
    margin-bottom: 50px;
  }
  .facts-item h3 {
    font-size: 20px;
  }
  .facts-item p {
    font-size: 13px;
  }
  .facts-item-text {
    padding: 30px;
  }
  .review-text {
    margin-top: 0px;
  }
  .review-name {
    font-size: 22px;
  }
  .review-post {
    font-size: 13px;
  }
  .h2 {
    font-size: 26px;
  }
  .podheader {
    font-size: 18px;
  }
  .partner-img {
    display: none;
  }
  .partner-item.pi1,
  .partner-item.pi2,
  .partner-item.pi3,
  .partner-item.pi4,
  .partner-item.pi6 {
    -webkit-transform: none;
            transform: none;
  }
  .production-slider {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .production-slider .slick-prev {
    bottom: -60px;
  }
  .production-slider .slick-next {
    bottom: -60px;
  }
  .production-text {
    font-size: 15px;
  }
  .slick-prev {
    width: 40px;
    height: 40px;
    bottom: -30px;
  }
  .slick-prev:before {
    font-size: 20px;
  }
  .slick-next {
    width: 40px;
    height: 40px;
    bottom: -30px;
  }
  .slick-next:before {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .contacts {
    font-size: 16px;
  }
  .footer-insta {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer-social {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .footer ul {
    margin-bottom: 0;
  }
  .footer ul.menu-right {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .main {
    padding-bottom: 160px;
  }
  .main ul li {
    font-size: 15px;
  }
  .main:before {
    width: 360px;
    height: 300px;
  }
  h1 {
    font-size: 40px;
  }
  h1 .h1-small {
    font-size: 14px;
  }
  .h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .podh1 {
    font-size: 14px;
  }
  .contacts-img {
    max-width: 100%;
  }
  .main-form {
    padding: 50px 0;
  }
  .facts-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .facts-item.fi1,
  .facts-item.fi3,
  .facts-item.fi5,
  .facts-item.fi7,
  .facts-item.fi9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .facts-item-img {
    width: 100%;
  }
  .facts-item-text {
    width: 100%;
    padding: 10px 10px 0;
  }
  .facts-item p {
    font-size: 15px;
  }
  .result h3 {
    font-size: 18px;
  }
  .result p {
    font-size: 14px;
  }
  .slick-prev {
    left: 20%;
  }
  .slick-next {
    right: 20%;
  }
  .podheader {
    font-size: 14px;
  }
  .potok-item {
    width: 100%;
    font-size: 14px;
    min-height: auto;
  }
  .small {
    font-size: 12px;
    line-height: 1.3;
  }
  input[type=checkbox] + span {
    font-size: 12px;
  }
  input[type=checkbox] + span a {
    font-size: 12px;
  }
  .play-button {
    max-width: 80px;
  }
  .production-text {
    font-size: 14px;
  }
  .contacts-wrap {
    display: block;
  }
  .contacts-item {
    margin-bottom: 15px;
  }
  .copyright {
    text-align: center;
  }
  .policy {
    text-align: center;
    margin-top: 10px;
  }
  .footer-img {
    max-width: 37%;
  }
  .footer-logo-link:before,
  .footer-logo-link:after {
    width: 20%;
  }
}
/* cookie */
#cookie_notification {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 199;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#cookie_notification p {
  margin-right: 10px;
  font-size: 10px;
  text-align: left;
  color: #da8672;
}
#cookie_notification .btn {
  border-radius: 15px;
  border: 1px solid #da8672;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #da8672;
  border-color: #da8672;
  color: #fff;
  border-radius: 20px;
  margin: 0px;
  padding: 5px 10px;
}
#cookie_notification .btn:hover {
  background-color: transparent;
  color: #da8672;
}
@media (min-width: 576px) {
  #cookie_notification.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cookie_accept {
    margin: 0 0 0 25px;
  }
}
@media (max-width: 575px) {
  #cookie_notification.show {
    display: block;
    text-align: left;
  }
  .cookie_accept {
    margin: 10px 0 0 0;
  }
}
