/* GLOBAL */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body{
	overflow-x: hidden;
}

img{
	max-width: 100%;
	height: auto;
}

a:hover{
	text-decoration: none;
}

input:focus{
	outline: none;
}

.desktop{
	display: block;
}

.mobile{
	display: none;
}

.title{
	text-align: center;
	font-weight: bold;
	max-width: 500px;
	margin: 0 auto;
	text-transform: uppercase;
}

.title:after{
	content: "";
	width: 130px;
	height: 1px;
	background-color: red;
	display: block;
	margin: 10px auto;
}


.section-1,
.section-2,
.section-3,
.section-4{
	margin-bottom: 25px;
	padding: 20px 0;
}
body{
	/*background-color: #e2e2e2;*/
}
.section-1{
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	color: #fff;

}

.section-3{
	background-color: #fff;
}

.section-4{
	padding: 20px 0;
	background-image: url(../img/bg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	color: #fff;

}

.section-5{
	background-color: yellow;
	padding-top: 10px;
}
.section-6{
	background-color: #fff;
}

/* END GLOBAL*/


/* SWIPER */

    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: transparent;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

  /* END SWIPER */

/* SECTION 1 */

.header-content{
	padding-top: 50px;

}
.header-content img {
	margin-top: -40px;
}

.header-content ul{
	list-style: none;
	font-weight: 600;
	max-width: 500px;
}

.header-content li{
	display: flex;
	margin: 20px 0;
}

.main-list img{
	margin: 0 20px;
	align-self: center;
}

.header-title{
	text-transform: uppercase;
}

.price{
	max-width: 100%;
	display: flex;
	text-align: center;
	line-height: 10px;
	text-transform: uppercase;
	justify-content: space-evenly;
}

.old{
	flex-direction: column;
}

.old .text{
	font-weight: 400;
}

.old .sum{
	font-size: 32px;
	font-weight: bold;
	text-transform: lowercase;
}

.new .sum{
	font-size: 32px;
	font-weight: bold;
	text-transform: lowercase;
}

.p-button{
	position: relative;
    display: block;
    width: 280px;
    height: 68px;
    line-height: 70px;
    margin: 20px auto;
    border: none;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    background-color: red;
    color: #fff;
    transition: .4s;
}

.p-button:hover{
	color: #fefefe;
	box-shadow: 0 0 10px #000;
	transition: .4s;
}

.card-items{
	margin: 80px 0;
	display: flex;
	justify-content: center;
	font-weight: 600;
}

.item{
	text-align: center;
	max-width: 300px;
}

.item img{
	margin: 20px 0;
}

.universal{
	margin: 70px 0;
}

.tech{
	margin: 70px 0;
}


#test{
	margin: 0 auto;
	max-width: 500px;
	padding: 40px;
}

#test-2{
	max-width: 500px;
	text-align: center;
	margin: 0 auto;
}


.item-how{
	position: relative;
	text-align: center;
	margin: 20px 0;
}

.item-how p{
	color: #000;
	padding: 10px 9px 14px;
	font-weight: 600;
}


.item-how span{
	position: absolute;
	top: -40px;
	left: 40px;
	font-size: 32px;
	font-weight: bold;
}

.video-container {
	margin: -1px auto 0;
	width: 100%;
	height: 420px;
	background-color: #000;
	overflow: hidden;
	position: relative;
}

.video-container iframe, 
.video-container object, 
.video-container embed {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 540px) {
	.video-container {
		height: 220px;
		margin-bottom: 20px;
	}
}
.eTimer{
	margin: 20px 0;
}
.modal-dialog {
	max-width: 420px;
}

.contact-form input{
	padding: 5px;
	margin: 10px 0;
	border: 1px solid #000;
	display: block;
	width: 100%;
}

.contact-form button{
	margin: 10px;
}

footer{
	display: flex;
	justify-content: center;
}

.c-product-properties {
 font-size:15px;
 line-height:20px;
 margin-bottom:30px
}
.c-product-properties table {
 width:100%;
 max-width:660px;
 margin-bottom:10px
}
.c-product-properties table tr:nth-child(odd) td {
 background-color:#f2f2f2
}
.c-product-properties table tr:nth-child(odd) td:first-child {
 border-top-left-radius:5px;
 border-bottom-left-radius:5px
}
.c-product-properties table tr:nth-child(odd) td:last-child {
 border-top-right-radius:5px;
 border-bottom-right-radius:5px
}
.c-product-properties table td {
 width:50%;
 vertical-align:bottom;
 padding:8px 16px
}
.c-product-properties table td:last-child {
 text-align:right
}
.c-product-properties a {
 display:inline;
 border-bottom:1px solid #ebc35b;
 color:#151515
}
.c-product-properties a:hover {
 color:#ebc35b;
 text-decoration:none
}
.c-product-properties__more {
 font-weight:700;
 border-bottom-style:dotted!important
}