/* Обнуление */
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}
nav,footer,header,aside{display: block;}
html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{ font-size:inherit;font-weight: 400; }
/* -------------------- */ 

.m-auto {
    margin-right: auto;
    margin-left: auto;
}
.mb_15{
	margin-bottom: 15px;
}

body {
	background-color: #fff;
	font-family: sans-serif;
	background: #fff;
}
section{
	padding-top: 20px;
	padding-bottom: 10px;
}
.container{
	width: 100%;
	max-width: 1140px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-right: auto;
    margin-left: auto;
}
.row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.row{
   justify-content: center;
}
.col-3, .col-4, .col-6, .col-8, .col-9, .col-12{
	display: flex;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.col-3, .col-4, .col-6, .col-8, .col-9, .col-12{
    margin-bottom: 20px;
}
@media (min-width: 781px){
	.col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-8 {
		-ms-flex: 0 0 66.666%;
		flex: 0 0 66.666%;
		max-width: 66.666%;
	}
	.col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-4 {
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
	.col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-2 {
		-ms-flex: 0 0 16.666%;
		flex: 0 0 16.666%;
		max-width: 16.666%;
	}
}

.standart_header{
	font-size: 35px;
    line-height: 30px;
	font-weight: 500;
	margin: 5px auto 35px;
	text-align: center;
	color: #777;
	
    padding-top: 40px;
    border-top: 1px solid #ccc;
}

/* ШАПКА ------------------------- */
#section_1{
	text-align: center;
	padding: 0;
	color: #444;
}

#section_1 h1{
	font-size: 5rem;
    line-height: 5rem;
	font-weight: 600;
	text-align: center;
    margin: 15px auto 0;
}
#section_1 p{
	font-size: 2rem;
    line-height: 30px;
	font-weight: 500;
	text-align: center;
    margin: 10px auto 15px;
}
#section_1 img{
	width: 100%;
}

/* section_NEW  ---------------------------- */

#section_NEW .col-3{
    padding-right: 8px;
    padding-left: 8px;
}

.card {
    width: 100%;
    padding: 10px;
    box-shadow: 0 0 8px -1px #8888;
}
.card img {
    object-fit: contain;
    width: 100%;
    height: 200px;
}
.descript{
    padding: 10px;
}
.vape_name {
	font-size: 20px;
    line-height: 25px;
	font-weight: 600;
    padding: 10px 0;
}
.vape_name span{
    color: red;
}
.card i{
    margin-bottom: 10px;
    display: block;
}
.vape_deskription{
    margin-bottom: 10px;
    line-height: 18px;
}







footer {
    padding: 50px 0 10px;
    background-color: #fff;
    color: #444;
    font-size: 20px;
    line-height: 25px;
}
footer .row{
    border-top: 1px solid #ccc;
    padding-top: 30px;
	margin-bottom: 20px;
}
footer .col-12{
    justify-content: center;
}
footer .social img{
	width: 60px;
	margin: 0 15px;
}






.btn{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
	
	margin-top: 15px;
	font-size: 20px;
	height: 50px;
    line-height: 37px;
}
.btn.submit{
	/*width: 80%; */
    color: #fff;
    background-color: #455048;
    border-color: #455048;
    margin: 20px auto 0;
}

@media (max-width: 780px){
	.d-md-none{
		display: none;
	}
}