@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%;
  }
}
.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-white.jpg) left no-repeat, url(img/button-right-white.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);
}
.modal-content {
  border-radius: 20px;
}
.modal-content .modal-header .close {
  top: 10px;
  right: 10px;
  border-radius: 20px;
}
.modal-header .close {
  background-color: #000 !important;
}
.button {
  background: #000 !important;
  border-radius: 0px!important;
  color: #fff !important;
}
body {
  font-family: Montserrat;
  font-size: 16px;
  color: #000;
  background: #fff;
}
body .container {
  width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}
body .order {
  background: #fff;
  color: #000;
  font-size: 15px;
  display: inline!important;
  border: none;
}
body .order:hover {
  color: #000;
  text-decoration: underline;
}
body .order-2 {
  background: #fff;
  color: #000 !important;
  font-size: 15px;
  border: none;
}
body .order-2:hover {
  color: #000;
  text-decoration: underline;
}
body .order-black {
  background: #000;
  color: #fff;
  padding: 10px 33px;
  border: none;
  margin: 0 auto;
}
body .h-none:hover {
  text-decoration: none!important;
}
body header {
  padding-top: 15px;
  padding-bottom: 20px;
}
body header a {
  text-decoration: none;
  color: #000;
}
body header a:hover {
  text-decoration: none;
}
body header span {
  font-size: 17px;
  color: #000;
}
body header span:hover {
  color: #000;
  text-decoration: underline;
}
body header .contacts {
  color: #000;
  font-size: 20px;
}
body header .contacts .tg span {
  font-size: 20px;
}
body header .contacts .tg span:hover {
  color: #000;
  text-decoration: underline;
}
body header .phone-wrap .phone a {
  font-size: 22px;
}
body header .phone-wrap .phone a:hover {
  color: #000;
  text-decoration: underline;
}
body header .phone-wrap .order {
  font-size: 15px;
}
body header .phone-wrap .order:hover {
  color: #000;
  text-decoration: underline;
}
body .main {
  background: url(img/header-bg.png) no-repeat center;
  background-size: cover;
  padding-top: 280px;
  padding-bottom: 210px;
}
body .main h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 45px;
  text-align: center;
  text-shadow: 0px 0px 73.6px rgba(0, 0, 0, 0.3);
}
body .main .button-wrap button,
body .main .button-wrap a {
  margin: 0 20px;
  font-size: 20px;
  color: #fff;
  padding: 13px 50px;
}
body .main .button-wrap button:hover,
body .main .button-wrap a:hover {
  text-decoration: none;
}
body .main .button-wrap .order {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}
body .main .button-wrap .order:hover {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}
body .main .button-wrap .catalog {
  border: 2px solid #ccc;
}
body .main .button-wrap .catalog:hover {
  background: #fff;
  color: #000;
}
body .catalog-wrap {
  padding-top: 190px;
  padding-bottom: 80px;
}
body .catalog-wrap h2 {
  font-size: 48px;
  text-transform: uppercase;
  padding-bottom: 80px;
}
body .catalog-wrap .catalog-img {
  position: relative;
  margin-bottom: 54px;
}
body .catalog-wrap .catalog-img img {
  width: 100%;
}
body .catalog-wrap .catalog-img .orders {
  background: #fff;
  display: inline;
  color: #000;
  font-size: 17px;
  height: max-content;
  padding: 10px 35px;
  margin-top: 70px;
}
body .catalog-wrap .catalog-img .catalog-text {
  position: absolute;
  bottom: 0;
  height: 153px;
  width: 100%;
  height: 42%;
  background: url(img/shadow.png) center bottom no-repeat;
  background-size: cover;
  text-align: center;
}
body .catalog-wrap .catalog-img .catalog-text p {
  font-weight: 400;
  font-size: 25px;
  padding-top: 80px;
  color: #fff;
}
body .catalog-wrap .shadow-big {
  background: url(img/shadow-big.png) center bottom no-repeat !important;
  background-size: cover;
  border-radius: 10px;
  padding: 0 50px;
}
body footer {
  background: #000;
  padding: 50px 0;
  color: #fff;
  font-size: 17px;
}
body footer a {
  color: #fff;
}
body footer a:hover {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 650px) {
  body .order-2 {
    width: 100%;
  }
  body .main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body .main h1 {
    font-size: 27px;
  }
  body .main .button-wrap button,
  body .main .button-wrap a {
    margin: 0!important;
  }
  body .main hr {
    border: none;
    margin-top: 0;
  }
  body .button {
    line-height: 2.5 !important;
  }
}
/*# sourceMappingURL=style.css.map */