@import "../fonts/oswald.css";
html {
  font-size: 16px;
}
body {
  padding: 0px;
  margin: 0px;
  font-family: Oswald, Arial, sans-serif;
}
.h2_white {
  color: #fff;
  text-shadow: 0 0 3px #000;
  text-transform: uppercase;
  font-size: 2.5rem;
}
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px 5px;
}
.icon.viber {
  background: url("../images/icons/viber.png") no-repeat;
  background-size: cover;
}
.icon.telega {
  background: url("../images/icons/telega.png") no-repeat;
  background-size: cover;
}
.icon.whats {
  background: url("../images/icons/whats.png") no-repeat;
  background-size: cover;
}
.icon.down {
  background: url("../images/icons/arrow-select-down.svg") no-repeat 0px 2px;
  background-size: 100%;
}
.icon.down.up {
  background: url("../images/icons/arrow-select-up.svg") no-repeat 0px 2px;
  background-size: 100%;
}
.h2_black {
  color: #000;
  text-shadow: 0 0 3px #fff;
  text-transform: uppercase;
  font-size: 2.5rem;
}
.ask_button {
  text-align: center;
  margin-top: 100px;
}
.ask_button span {
  background: #e20000;
  color: #ffffff;
  border-radius: 25px;
  padding: 10px 45px;
  text-transform: uppercase;
  font-size: 1.5em;
  cursor: pointer;
  display: inline-block;
}
.form {
  text-align: center;
}
.form input,
.form textarea {
  background: #fff;
  padding: 20px;
  border-radius: 30px;
  width: 100%;
  border: none;
  margin-bottom: 30px;
  outline: none;
}
.form .but {
  background: #e20000;
  width: auto;
  color: #ffffff;
  border-radius: 25px;
  padding: 10px 45px;
  text-transform: uppercase;
  font-size: 1.5em;
  cursor: pointer;
  display: inline-block;
  margin: 0px auto;
}
.form.top {
  width: 400px;
  background: rgba(255, 255, 255, 0.7);
  padding: 40px 20px;
  margin: 30px auto;
  border-radius: 20px;
}
.error {
  color: red;
  padding: 0 0 20px 0px;
}
.message {
  margin-top: 20px;
  background: #155f08;
  padding: 10px;
  color: #fff;
}
.modal {
  position: fixed;
  z-index: 99;
  display: none;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0px;
}
.modal .modal-info {
  position: relative;
  background: #fff;
  width: 35vw;
  margin: 0px auto;
}
.modal .modal-info .form {
  display: none;
  width: 100%;
}
.modal .modal-info .form input {
  border: 1px solid #ccc;
}
.modal .modal-info .form label {
  display: inline-block;
  width: 50%;
  cursor: pointer;
}
.modal .modal-info .form label input {
  display: none;
}
.modal .modal-info .form label input:checked + img {
  border: 1px solid #ccc;
}
.modal .modal-info .form label img {
  width: 100%;
}
.modal .modal-info #close {
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  padding: 7px;
}
header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9;
  background: #fff;
  padding: 10px 0px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
header .phones {
  text-align: right;
}
header .phones ul {
  list-style: none;
  padding: 0rem;
  margin: 0rem;
}
header .phones ul li {
  display: inline-block;
}
header .phones .top_phones > ul {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
header .phones .top_phones > ul > li {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-left: 20px;
  border: 1px solid #ccc;
  padding: 10px 20px;
  position: relative;
}
header .phones .top_phones > ul > li a {
  color: #000;
}
header .phones .top_phones > ul > li ul {
  position: absolute;
  background: white;
  top: 35px;
  width: 284px;
  right: -1px;
  padding: 10px 0px 10px 0px;
  justify-content: right;
  border: 1px solid #ccc;
  border-top: 0px;
  display: none;
}
header .phones .top_phones > ul > li ul li {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-left: 20px;
  padding: 5px 0px;
}
header .phones .menu ul {
  margin-top: 10px;
}
header .phones .menu ul li {
  margin-left: 20px;
}
header .phones .menu ul li a {
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
header .phones .menu ul li a:hover {
  color: #e20000;
}
header .time h2 {
  font-size: 1.1rem;
}
header .time ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.request {
  background: url("../images/baseImage.jpg") top center no-repeat;
  background-size: cover;
  padding: 50px 0px;
  min-height: 500px;
  position: relative;
  margin-top: 110px;
}
.request:after {
  content: "";
  height: 120px;
  width: 100%;
  -webkit-clip-path: polygon(50% 100%, 100% 50%, 100% 100%, 0 100%, 0 50%);
  clip-path: polygon(50% 100%, 100% 50%, 100% 100%, 0 100%, 0 50%);
  background: #fff;
  display: inline-block;
  position: absolute;
  bottom: -1px;
}
.request .text {
  text-align: center;
}
.request .text h2 {
  color: #fff;
  text-shadow: 0 0 3px #000;
  text-transform: uppercase;
  font-size: 2.5rem;
}
.request .text p {
  font-size: 1.5em;
  color: #e5e5e5;
}
.request .form.top p {
  font-size: 2em;
  color: #212529;
}
.request .form.top p span {
  display: inline-block;
  width: 100%;
  font-size: 0.5em;
}
.bonus {
  padding: 50px 0px;
}
.bonus .text {
  text-align: center;
}
.bonus .text h2 {
  color: #000;
  text-shadow: 0 0 3px #fff;
  text-transform: uppercase;
  font-size: 2.5rem;
}
.bonus .text p {
  font-size: 1.5em;
  color: #393939;
}
.bonus .info_bonus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
  padding-top: 50px;
}
.bonus .info_bonus .item {
  flex: 1 0 20%;
  align-items: center;
  flex-flow: column nowrap;
  display: flex;
  margin-bottom: 40px;
  padding-right: 20px;
}
.bonus .info_bonus .item .img {
  width: 120px;
  height: 120px;
  background: red;
  flex: 0 0 70px;
  border-radius: 50%;
}
.bonus .info_bonus .item .img img {
  width: 100%;
}
.bonus .info_bonus .item .info {
  text-align: center;
}
.bonus .info_bonus .item.line {
  justify-content: center;
}
.present {
  background: rgba(0, 0, 0, 0.5) url(../images/man.jpg) bottom center no-repeat fixed;
  background-size: contain;
  padding: 100px 0px 50px 0px;
  min-height: 700px;
  position: relative;
}
.present:before {
  content: "";
  height: 120px;
  width: 100%;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 100% 0, 0 0, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 100% 0, 0 0, 0 50%);
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 0px;
}
.present:after {
  content: "";
  height: 120px;
  width: 100%;
  -webkit-clip-path: polygon(50% 100%, 100% 50%, 100% 100%, 0 100%, 0 50%);
  clip-path: polygon(50% 100%, 100% 50%, 100% 100%, 0 100%, 0 50%);
  background: #fff;
  display: inline-block;
  position: absolute;
  bottom: 0px;
}
.present .text {
  text-align: center;
}
.present .text h2 {
  color: #fff;
  text-shadow: 0 0 3px #000;
  text-transform: uppercase;
  font-size: 2.5rem;
}
.present .text p {
  font-size: 1.5em;
  color: #ececec;
}
.production {
  padding: 50px 0px;
}
.production .item {
  display: flex;
}
.production .text {
  margin-bottom: 40px;
  text-align: center;
}
.production .text h2 {
  color: #000;
  text-shadow: 0 0 3px #fff;
  text-transform: uppercase;
  font-size: 2.5rem;
}
.production .text p {
  font-size: 1.5em;
  color: #393939;
}
.production .item_info {
  text-align: center;
  border: 1px solid #dedede;
  box-shadow: 0 0 5px rgba(40, 40, 40, 0.7);
  border-radius: 10px;
  padding: 10px;
}
.production .item_info p {
  font-weight: 300;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.production .item_info img {
  width: 100%;
}
.production .item_info .price {
  font-size: 1.3rem;
}
.production .item_info .price span {
  display: inline-block;
  margin-left: 10px;
  color: #e20000;
}
.production .item_info .order {
  text-align: center;
  margin-top: 100px;
  margin: 10px 0px;
}
.production .item_info .order span {
  background: #e20000;
  color: #ffffff;
  border-radius: 25px;
  padding: 10px 45px;
  text-transform: uppercase;
  font-size: 1.5em;
  cursor: pointer;
  display: inline-block;
}
.production .item_info .order span {
  font-size: 1rem;
}
.installment {
  background: url("../images/girl.jpg") bottom center no-repeat;
  padding: 50px 0px;
  min-height: 500px;
  position: relative;
}
.installment:after {
  content: "";
  height: 120px;
  width: 100%;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 100% 0, 0 0, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 100% 0, 0 0, 0 50%);
  background: #f2f1ef;
  display: inline-block;
  position: absolute;
  bottom: -120px;
}
.installment .text {
  text-align: center;
  background: #f2f1ef;
  padding-top: 20px;
  padding-bottom: 20px;
}
.installment .text h2 {
  color: #000;
  text-shadow: 0 0 3px #fff;
  text-transform: uppercase;
  font-size: 2.5rem;
}
.installment .text p {
  font-size: 1.5em;
  color: #393939;
}
.installment .content {
  padding: 50px 0px 150px 0px;
}
.installment .content .item {
  margin-bottom: 20px;
}
.installment .content .item.right {
  text-align: right;
}
.installment .content .item img {
  width: 55%;
}
.delivery {
  background: url(../images/delivery.jpg) no-repeat 25% bottom;
  background-size: contain;
  padding: 50px 0px;
  min-height: 500px;
  position: relative;
  margin-top: 80px;
}
.delivery:after {
  content: "";
  height: 120px;
  width: 100%;
  -webkit-clip-path: polygon(100% 50%, 50% 100%, 100% 100%);
  clip-path: polygon(100% 50%, 50% 100%, 100% 100%);
  background: #f2f1ef;
  display: inline-block;
  position: absolute;
  bottom: 0px;
}
.delivery .text {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}
.delivery .text h2 {
  color: #000;
  text-shadow: 0 0 3px #fff;
  text-transform: uppercase;
  font-size: 2.5rem;
}
.delivery .text ul {
  list-style: none;
  margin-top: 50px;
  padding: 0px;
}
.delivery .text ul li {
  font-size: 1.5em;
  color: #393939;
  background: rgba(243, 243, 243, 0.6);
  padding: 10px;
  margin-bottom: 15px;
}
.delivery .text ul li:nth-child(2) {
  margin-bottom: 40px;
}
.delivery .text ul li:after {
  content: "\2611";
  color: #e20000;
  display: inline-block;
  margin-left: 15px;
}
.delivery .img img {
  width: 100%;
}
.delivery .content {
  padding: 50px 0px 0px 0px;
}
.delivery .content .item {
  margin-bottom: 20px;
}
.delivery .content .item.right {
  text-align: right;
}
.reviews {
  background: #f2f1ef;
  min-height: 500px;
  position: relative;
  padding-top: 50px;
}
.reviews:after {
  content: "";
  height: 120px;
  width: 100%;
  -webkit-clip-path: polygon(100% 50%, 50% 100%, 100% 100%);
  clip-path: polygon(100% 50%, 50% 100%, 100% 100%);
  background: #f8f8f7;
  display: inline-block;
  position: absolute;
  bottom: 0px;
}
.reviews .text {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.reviews .text h2 {
  color: #000;
  text-shadow: 0 0 3px #fff;
  text-transform: uppercase;
  font-size: 2.5rem;
}
.reviews .text p {
  font-size: 1.5em;
  color: #393939;
}
.reviews .img img {
  width: 100%;
}
.reviews .review {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.reviews .review .img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid #000;
  margin-right: 20px;
  flex: 0 0 150px;
  overflow: hidden;
}
.reviews .review .img img {
  min-width: 100%;
  min-height: 100%;
}
.reviews .review div h2 {
  color: #e20000;
  font-weight: 400;
  margin-bottom: 20px;
}
.reviews .review div p {
  font-weight: 300;
  font-style: italic;
}
.scheme {
  background: #f8f8f7;
  min-height: 500px;
  position: relative;
  padding: 50px 0px;
}
.scheme .text {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.scheme .text h2 {
  color: #000;
  text-shadow: 0 0 3px #fff;
  text-transform: uppercase;
  font-size: 2.5rem;
}
.scheme .text p {
  font-size: 1.5em;
  color: #393939;
}
.scheme .img img {
  width: 100%;
}
.contacts {
  background: url(../images/contacts.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0px;
  min-height: 500px;
  position: relative;
}
.contacts .box {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 20px;
}
.contacts .address {
  text-align: center;
}
.contacts .address h2 {
  color: #000;
  text-shadow: 0 0 3px #fff;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-size: 2rem;
}
.contacts .address ul {
  padding: 0px;
  margin: 20px 0 40px 0px;
  list-style: none;
}
.contacts .address ul li {
  font-size: 1.6rem;
}
.contacts .text {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}
.contacts .text h2 {
  color: #000;
  text-shadow: 0 0 3px #fff;
  text-transform: uppercase;
  font-size: 2.5rem;
}
.contacts .text ul {
  list-style: none;
  margin-top: 50px;
}
.contacts .text ul li {
  font-size: 1.5em;
  color: #393939;
}
.contacts .text ul li:nth-child(2) {
  margin-bottom: 40px;
}
.contacts .text ul li:after {
  content: "\2611";
  color: #e20000;
  display: inline-block;
  margin-left: 15px;
}
.contacts .form p {
  font-size: 1.2em;
  color: #212529;
}
.contacts .form p span {
  display: inline-block;
  width: 100%;
  font-size: 0.5em;
}
footer {
  padding: 20px 0px;
}
@media all and (min-width: 240px) and (max-width: 930px) {
  header .logo {
    text-align: center;
  }
  header .logo p {
    display: none;
  }
  header .time {
    text-align: center;
    display: none;
  }
  header .phones {
    padding: 0px;
    text-align: center;
  }
  header .phones .menu ul {
    margin-top: 10px;
  }
  header .phones .menu ul li {
    margin-left: 8px;
  }
  header .phones .menu ul li a {
    font-size: 14px;
  }
  header .phones .menu ul li:first-child {
    margin: 0px;
  }
  header .phones .top_phones > ul {
    justify-content: center;
  }
  header .phones .top_phones > ul > li {
    margin: 0px;
  }
  .request .form.top {
    width: 100%;
  }
  .production .item {
    margin-bottom: 20px;
  }
  .installment .content .item {
    text-align: center;
  }
  .installment .content .item.right {
    text-align: center;
  }
  .installment .content .item img {
    width: 100%;
  }
  .delivery .text h2 {
    text-align: center;
  }
  .contacts .address h2 {
    margin-top: 20px;
  }
  .contacts .address ul li {
    font-size: 1.1rem;
  }
  footer {
    text-align: center;
  }
  .scheme .text h2,
  .reviews .text h2,
  .delivery .text h2,
  .installment .text h2,
  .production .text h2,
  .present .text h2,
  .bonus .text h2,
  .request .text h2 {
    font-size: 2rem;
  }
  .reviews .review {
    flex-flow: column;
    border-top: 1px solid #d3d3d3;
    padding-top: 20px;
  }
  .reviews .review .img {
    margin-bottom: 20px;
  }
  .modal .modal-info {
    width: 100vw;
    height: 100%;
  }
  .modal .modal-info .form {
    width: 100%;
    height: 100%;
    margin: 0px;
  }
}
/*# sourceMappingURL=style.css.map */