@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9aX8.ttf) format('truetype');
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6aX8.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/v25/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/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.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/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-.ttf) format('truetype');
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype');
}
.rotate {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  overflow: hidden;
}
.rotate:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
  }
}
.slider .owl-carousel {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.slider .owl-carousel .owl-dots {
  padding-top: 10px;
  text-align: center;
}
.slider .owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 20px;
  margin: 0 3px;
}
.slider .owl-carousel .owl-dots .active {
  margin: 0 3px;
  border: none;
  border: 2px solid #f5d31e;
  background: #f5d31e;
}
.button {
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 31px;
  height: 60px;
  max-width: 100%;
  width: 100%;
  text-align: center;
  color: #000;
  line-height: 3.5;
  font-weight: bold;
  background: url(img/button-left.jpg) left no-repeat, url(img/button-right.jpg) right no-repeat, #ffd515;
}
.button:hover {
  text-decoration: none;
  opacity: 0.8;
}
.button:after {
  content: "";
  margin-left: 60px;
  width: 30px;
  height: 300px;
  background: #fff;
  animation-delay: 50ms;
  position: absolute;
  left: -40px;
  top: -150px;
  z-index: 1;
  animation-timing-function: ease-in-out;
  transition: all 0.1s;
  animation-name: slideme;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  transform: rotate(45deg);
}
.button2 {
  position: relative;
  overflow: hidden;
}
.button2:hover {
  text-decoration: none;
  opacity: 0.8;
}
.button2:after {
  content: "";
  margin-left: 60px;
  width: 30px;
  height: 300px;
  background: #fff;
  animation-delay: 50ms;
  position: absolute;
  left: -40px;
  top: -150px;
  z-index: 1;
  animation-timing-function: ease-in-out;
  transition: all 0.1s;
  animation-name: slideme;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  transform: rotate(45deg);
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
body .container {
  width: 100%;
  max-width: 100%;
}
body .head-top {
  padding: 10px 50px;
}
body .head-top .logo-text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
body .head-top .vk-link {
  position: relative;
  display: block;
  padding: 10px 30px;
  background: #0077ff;
  color: #fff;
  border-radius: 50px;
  line-height: 1.7;
  overflow: hidden;
}
body .content {
  padding: 110px;
  background: #000;
  color: #fff;
}
body .content h1 {
  font-weight: 500;
  font-size: 50px;
  color: #fff;
}
body .content h1 span {
  color: #ffdc1f;
}
body .content p {
  color: #ffdc1f;
}
body .content .order-wrap {
  display: inline-block;
  background: #1c1c1c;
  padding: 30px 20px;
  border-radius: 20px;
  border: 1px solid #292929;
}
body .content .order-wrap h3 {
  color: #fff;
  font-weight: 400;
}
body .content .order-wrap form input {
  display: block;
  height: 60px;
  border-radius: 50px;
  font-size: 18px;
  color: #353535;
  padding: 0 25px;
  border: none;
  width: 100%;
  max-width: 440px;
  margin-bottom: 15px;
}
body .content .order-wrap form .submit {
  color: #353535;
  font-size: 22px;
  font-weight: 500;
  background: #f5d31e;
}
body .content .order-wrap form .polit-link {
  color: #858585;
  font-style: italic;
  font-size: 12px;
}
body .content .order-wrap form .polit-link a {
  color: #858585;
}
body .content .order-wrap .message {
  padding: 10px 0 0 0;
  border-top: 1px solid #292929;
}
body .content .order-wrap .message p {
  color: #fff;
}
body .content .order-wrap .message .social a:hover {
  text-decoration: none;
}
body footer {
  background: #000;
  padding-bottom: 20px;
}
body footer a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #858585;
}
@media screen and (max-width: 1330px) {
  body header .head-top {
    text-align: center;
  }
  body header .head-top .logo-text {
    font-size: 14px;
  }
  body header .head-top .logo-text br {
    display: none;
  }
  body header .head-top .reviews {
    display: block;
    padding-bottom: 5px;
  }
  body header .head-top .vk-link {
    padding: 5px 10px;
  }
  body header .content {
    padding: 50px 0 50px 0;
    text-align: center;
  }
  body header .content h1 {
    font-weight: 600;
    font-size: 32px;
  }
  body header .content form h3 {
    font-size: 17px;
  }
  body header .content form .polit-link br {
    display: none;
  }
  body header .content #flex {
    display: flex;
    flex-direction: column;
  }
  body header .content #a {
    order: 2;
  }
  body header .content #b {
    order: 1;
  }
}
/*# sourceMappingURL=style.css.map */