@charset "utf-8";
/* CSS Document */
body {
	background: url(img/bg.jpg);
	background-position: center center; /* Положение фона */
    background-size: cover; /* Отменяем повторение фона */
	font-family: 'Exo 2', sans-serif;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 14px;
	}
h1{
	color: #FCFCFC;
}
p {
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	font-weight: 600;
}
.row{
	height: auto;
}
.logo {
	
}
.logo img {
	width: 100%;
	}
.container1  {
	margin: 0;
	padding: 0;
	height: 90%;
	width: 100%;
	background: #5d0001;
	box-shadow: 1px 2px 2px 2px #290000;
	margin-bottom: 15px;
}
.telephone {
	margin: 2px 10px;
}
.telephone p {
	font-weight: 900;
}
.main_text {
	padding-top: 2%;
	font-weight: 700;
	font-size: 18px;
	line-height: 35px;
}
.content {
	text-align: center;
	padding-top: 3%;
	}
.content-bonus {
	text-align: center;
	padding-top: 1%;
}
.content-bonus a {
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	font-weight: 900;
	font-family: 'Exo 2', sans-serif;
	text-shadow: 1px 1px 2px #151515;
}
.content a {
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	font-weight: 900;
	font-family: 'Exo 2', sans-serif;
	text-shadow: 1px 1px 2px #151515;
	
}
.service {
	text-transform: uppercase;
	
}
.bonus {
	text-transform: uppercase;
}
.store {
	text-transform: uppercase;
	margin-bottom: 20px;
}
.knopa {
	margin:7px auto;
	width: auto;
	height:auto;
	
} 
.predlog{
	font-weight: bold;
	font-size: 18px;
	height: auto;
	margin: 0;
}
p.text-center{
	margin: 0;
}
a.knopka {
  display: inline-block;
  font-size: 22px;
  padding: 10px 30px;
  color: #fff;
  border: 2px solid #CECECE;
  border-radius: 5px;
  text-align: center;
  outline: none;
  text-decoration: none;
}
a.knopka:hover,
a.knopka:active {
  background-color: #DDDDDD;
  color: #000;
}
.slogan{
	margin-bottom: 2px;
}
.modal {
  will-change: visibility, opacity;
  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;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: $modal-delay;
          transition-delay: $modal-delay;
}
.modal--active {
  visibility: visible;
  opacity: 1;
}
.modal--align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal__bg {
  background: transparent;
}
.modal__dialog {
  max-width: 900px;
  padding: 1.2rem;
}
.modal__content {
  will-change: transform, opacity;
  position: relative;
  padding: 2.4rem;
  background: #F5F5F5;
  background-clip: padding-box;
  box-shadow: 0 12px 15px 0 rgba(0,0,0,0.25);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__content--active {
  opacity: 1;
}
.modal__close {
  z-index: 1100;
  cursor: pointer;
}
.modal__trigger {
  position: relative;
  display: block;
  padding: 1.2rem 2.4rem;
  margin: 0 auto;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__trigger--active {
  z-index: 10;
}
.modal__trigger:hover {
  
}
#modal__temp {
  will-change: transform, opacity;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffebee;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.demo-btns header {
  padding: 7vh 10vw;
  background: #ffebee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.demo-btns header h1 {
  margin: 0;
  color: rgba(0,0,0,0.54);
  font-weight: 300;
}
.demo-btns .info {
  background: #f44336;
  padding: 3vh 10vw;
  height: 70vh;
  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;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
}
.demo-btns p {
  text-align: center;
  color: #fff;
}
.demo-btns .link {
  font-size: 20px;
}
.demo-btns .modal__trigger {
  margin-right: 3px;
}
@media (max-width: 640px) {
  .demo-btns .modal__trigger {
    margin-bottom: 0.8rem;
  }
}
.demo-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1.2rem;
  padding: 0.6rem;
  background: rgba(0,0,0,0.3);
  border-radius: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.demo-close svg {
  width: 24px;
  fill: #fff;
  pointer-events: none;
  vertical-align: top;
}
.demo-close:hover {
  background: rgba(0,0,0,0.6);
}
.usluga{
	text-align: right;
}
.sert{
	color: #4F4F4F; 
	font-size: 12px;
	text-indent: 1.5em
}