
body{
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #000;
}

h1{
	font-weight: 800;
	font-size: 80px;
}

h2{
  font-weight: 800;
}

h3{
  font-weight: 800;
}

.block_1{
	background-image: url(../img/bg_1.jpg);
	min-height: 700px;
	background-size: cover;
	background-position: center top;
	color: #fff;
	padding-top: 10px;
	text-align: center;
}


.telephone{
	font-size: 35px;
	font-weight: 600;
	line-height: 1;
}



.block_2{
	padding-top: 50px;
	padding-bottom: 50px;
}

.block_3{
	padding-top: 50px;
	padding-bottom: 50px;
  background-color: #fcfcfc;
}

.zagolovok{
	text-align: center;
	font-weight: 800;
	font-size: 30px;
	margin-bottom: 40px;
	color: #2c1404;
}


.block_4{
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../img/cheap_diagonal_fabric.png);
}

.tovar {
    box-sizing: border-box;
    position: relative;
    
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
    padding: 5px;
    background-color: #fff;
    line-height: 1;
    
}

.tovar p{
  text-align: left;
  font-size: 15px;
  margin-top:10px;
  min-height: 250px;
}

.tovar h3{
  min-height: 80px;
}  


.block_5{
	padding-top: 200px;
	padding-bottom: 50px;
	line-height: 1;
}

.zagolkak{
	font-weight: 600; 
	color: #da7445;
	font-size: 30px;
	line-height: 1;
}

.block_6{
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../img/cheap_diagonal_fabric.png);
}

.block_7{
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../img/cheap_diagonal_fabric.png);
	text-align: center;
	color: #2c1404;
}


.btn {
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 22px;
  text-decoration: none;
  margin: 20px;
  color: #fff;
  position: relative;
  display: inline-block;
  font-weight: 300;
  text-transform: uppercase;
}

.btn:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px;
}


.orange {
  background-color: #e67e22;
  box-shadow: 0px 5px 0px 0px #CD6509;
}

.orange:hover {
  background-color: #FF983C;
}


@media (max-width: 767px) {
  /* стили для xs-устройств */
  h1{
	font-weight: 800;
	font-size: 30px;
 }

.btn {
  font-size: 15px;
}

.telephone{
  font-size: 20px;
  margin-top: 25px;
}

}
@media (min-width: 768px) and (max-width: 991px) {
  /* стили для sm-устройств */
    h1{
	font-weight: 800;
	font-size: 50px;
 }


.btn {
  font-size: 18px;
}

.telephone{
  margin-top: 25px;
  font-size: 25px;
}

}
@media (min-width: 991px) and (max-width: 1199px) {
  /* стили для md-устройств */
}
@media (min-width: 1200px) {
  /* стили для lg-устройств */
}




.mouse_scroll {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 100px;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  margin-top: -6px;
}




.mouse
{
height: 42px;
width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel
{
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  

}

.wheel
{
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
}



@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

.swiper-container {
        width: 380px;
        height: 709px;
    }
.swiper-slide {
        background-position: center;
        background-size: cover;
        width: 380px;
        height: 709px;
    }




.sec1 {
  width: 100%;
}
.sec2 {
  width: 100%;
  position: relative;
}
.sec2:before {
  content: '';
  width: 50%;
  height: 100px;
  background-image: url(../img/cheap_diagonal_fabric.png);
  position: absolute;
  top: -47px;
  left: 0;
  -webkit-transform: skewY(8deg);
  transform: skewY(8deg);
  z-index: -50;
}
.sec2:after {
  content: '';
  width: 50%;
  height: 100px;
  background-image: url(../img/cheap_diagonal_fabric.png);
  position: absolute;
  top: -47px;
  right: 0;
  -webkit-transform: skewY(-8deg);
  transform: skewY(-8deg);
  z-index: -50;
}

