@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');
}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
  }
}
.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);
}
.modal-content {
  border-radius: 20px;
}
.modal-content .modal-header .close {
  top: 10px;
  right: 10px;
  border-radius: 20px;
}
body {
  font-family: Montserrat;
  font-size: 16px;
  color: #fff;
  background: #000;
  padding-top: 50px;
}
body .container {
  padding-right: 15px;
  padding-left: 15px;
}
body h1 {
  font-weight: 500;
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
body a:hover {
  text-decoration: none;
}
body .button {
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 48px;
  height: 58px;
  max-width: 388px;
  min-width: 325px;
  text-align: center;
  color: #000;
  line-height: 3.5;
  font-weight: 700;
  background: url(img/button-left-white.jpg) left no-repeat, url(img/button-right-white.jpg) right no-repeat, #ffd515;
}
body .owl-carousel {
  max-width: 550px;
  margin: 0 auto;
  padding-bottom: 40px;
}
body .owl-carousel .owl-dots {
  padding-top: 10px;
  text-align: center;
}
body .owl-carousel .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  border: 1px solid #786a35;
  border-radius: 20px;
  margin: 0 3px;
}
body .owl-carousel .owl-dots .active {
  background: #ffd515;
  border: none;
}
body header .advantages .block {
  margin: 0 38px;
}
body header .advantages .block span {
  font-weight: 300;
}
body header .button {
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 58px;
  max-width: 388px;
  min-width: 325px;
  text-align: center;
  color: #000;
  line-height: 3.5;
  font-weight: 700;
  background: url(img/button-left.jpg) left no-repeat, url(img/button-right.jpg) right no-repeat, #ffd515;
}
body header .button:hover {
  text-decoration: none;
  opacity: 0.8;
}
body header .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);
}
body .tarif {
  color: #fff;
}
body .tarif h3 {
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
body .tarif .tarif-block {
  border-radius: 20px;
  padding: 20px 0;
  color: #fff;
  padding: 40px 20px;
  max-width: 300px!important;
  margin: 0 10px;
  border: 1px solid #292929;
}
body .tarif .tarif-block .tarif-name h4 {
  color: #ffd712;
  font-weight: 600;
  font-size: 20px;
  padding-top: 15px;
}
body .tarif .tarif-block ul {
  text-align: left;
}
body .tarif .tarif-block ul li::before {
  display: none;
  content: "";
}
body .tarif .tarif-block .price span {
  color: #ffd712;
  font-weight: 600;
}
body .contacts {
  padding-bottom: 100px;
}
body .contacts h4 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
body .contacts .phone {
  font-size: 27px;
}
@media screen and (max-width: 770px) {
  body {
    padding-top: 100px;
  }
  body h1 {
    font-size: 23px;
    font-weight: 700;
  }
  body .button {
    margin-top: 30px !important;
  }
  body .social img {
    width: 50px;
  }
  body .contacts .phone {
    font-size: 20px;
  }
  body .tarif .tarif-block {
    max-width: 100%!important;
    margin: 0;
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=style.css.map */