*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-size: 16px;
	min-width: 320px;
}
section {
	padding: 2rem 0;
}
section:nth-child(2n) {
	background: #293a4f;
	color: #fff;
}
section h1, section h2, section h3 {
	margin-bottom: 2rem;
}

header,
footer {
	background: #293a4f;
	padding: 0.5rem 0;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,.25);
}
footer {
	border-bottom: none;
	border-top:  1px solid rgba(255,255,255,.25);
}
header .logo,
footer .logo {
	text-transform: uppercase;
	font-size: 2rem;
	text-align: left;
}
header .phone,
footer .phone {
	display: block;
	text-align: right;
	font-size: 1.5rem;
	text-transform: uppercase;
	color: #fff;
	width: 210px;
	margin-left: auto;
	margin-right: 0;
}
header .phone b,
footer .phone b {
	font-size: 1.75rem;
}


.list-header {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.list-header li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 .5rem 0;
}
.list-header li img {
	margin: 0 .5rem 0 0;
	width: 2rem;
}


.zakazform {
	background: -moz-linear-gradient(left,rgba(20,30,48,0.9) 0%,rgba(36,59,85,0.9) 100%);
	background: -webkit-linear-gradient(left,rgba(20,30,48,0.9) 0%,rgba(36,59,85,0.9) 100%);
	background: linear-gradient(to right,rgba(20,30,48,0.9) 0%,rgba(36,59,85,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6141e30',endColorstr='#e6243b55',GradientType=1);
	border-radius: 10px;
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0 0;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	color: #fff;
	-webkit-box-shadow: rgba(0,0,0,.3) 0 0 27px;
	box-shadow: rgba(0,0,0,.3) 0 0 27px;
}
.zakazform form {
	margin: 0;
}
.zakazform .addpadding {
	padding: 0 20px;
}
.zakazform .white {
	background: #fff;
	width: 100%;
	color: #011b38;
	padding: 30px 20px;
	margin-top: 30px;
}
.zakazform .title {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	font-size: 19px;
	text-align: center;
}
.zakazform h3.title {
	font-weight: normal;
}
.zakazform .title b {
	color: #ffe400;
	/*text-transform: uppercase;*/
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
}
.zakazform .big {
	color: #fff;
	font-size: 31px;
	font-weight: 500;
	margin-right: 10px;
}
.zakazform .white .big {
	color: #6c6c6b;
}
.zakazform .stepitem {
	margin-bottom: 16px;
}
.zakazform .step {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	font-size: .875rem;
}
.zakazform label.step {
	cursor: pointer;
}
.zakazform .step b {
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: #f24841;
	text-transform: uppercase;
}
.zakazform .confim,
.zakaz .confim {
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	margin-bottom: 0;
	position: relative;
	margin-left: 24px;
}
.zakazform .confim *,
.zakaz .confim * {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	position: relative;
	text-align: left;
	cursor: pointer;
}
.zakazform .confim input,
.zakaz .confim input {
	display: inline-block;
	background: none;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 16px;
	margin-left: -19px;
}
.zakazform .confim label:after,
.zakaz .confim label:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: -22px;
	top: 0;
	width: 20px;
	height: 16px;
	background: url('/img/checked.png') top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.zakazform .confim input:checked + label:after,
.zakaz .confim input:checked + label:after {
	background: url('/img/checked.png') bottom no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: 0px;
}
.zakazform form input[type='text'],
.zakaz input[type='text'] {
	display: block;
	width: 90%;
	min-width: 250px;
	max-width: 384px;
	height: 2.5rem;
	margin: 0 auto;
	border-radius: 25px;
	text-align: center;
	font-size: 17px;
	line-height: 2.5rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .01em;
	margin-bottom: 20px;
	border: none;
	border-style: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
.header-banner input[type='text'] {
	width: 90%;
}
.miniinput {
	width: 100%;
	/*max-width: 90%;*/
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.miniinput .col-6:nth-child(2n + 1) {
	padding-right: .5rem;
}
.miniinput .col-6:nth-child(2n) {
	padding-left: .5rem;
}
.zakazform form .miniinput input[type='text'],
.zakazform form .miniinput select,
.zakaz .miniinput input[type='text'] {
	width: 100%;
	min-width: 40px;
	font-size: .75em;
	line-height: 1.25rem;
	height: 1.25rem;
	text-transform: none;
}
.zakazform form .miniinput label {
	cursor: pointer;
	display: block;
	font-size: .875em;
	line-height: 1.25rem;
	height: 1.25rem;
	margin-bottom: 20px;
}
.zakazform form .miniinput select {
	height: 2rem;
	line-height: 2rem;
	border-radius: 25px;
	border: none;
	padding: 0 .25rem;
	color: #636363;
	margin-bottom: 20px;
	max-width: 100%;
	text-align: center;
}
.zakazform form button,
.bttn {
	display: block;
	width: 90%;
	min-width: 250px;
	height: 45px;
	margin: 0 auto;
	border-radius: 25px;
	text-align: center;
	font-size: 17px;
	line-height: 45px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .01em;
	background: #ffe400;
	cursor: pointer;
	border: none;
	border-style: none;
	-webkit-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
	color: #000;
	text-decoration: none;
}
.bttn {
	width: 100%;
}
.zakazform form button:hover,
.bttn:hover {
	background: #ffc601;
	text-decoration: none;
	color: #000;
}
.zakazform form button:active,
.bttn:active {
	background: #9f3;
	text-decoration: none;
	color: #000;
}
.zakazform form .postbtn {
	font-size: 15px;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}


.whatsale img {
	margin-bottom: 1rem;
}


.boxitem {
	width: 100%;
	max-width: 290px;
	box-shadow: rgba(0,0,0,.25) 0 0 1rem;
	border-radius: 1rem;
	padding: 1rem 0;
	margin-bottom: 2rem;
	overflow: hidden;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	transition: 0.25s ease;
}
.boxitem h4 {
	text-transform: none;
	white-space: nowrap;
	font-size: 1.25rem;
	transition: 0.25s ease;
}
.boxitem:hover {
	box-shadow: rgba(0,0,0,.5) 0 0 1rem;
}
.boxitem:hover h4 {
	color: #293a4f;
}
.boxitem img {
	width: 100%;
	margin-bottom: 1rem;
}
.boxitem .bttn {
	width: 90%;
}


.zakaz {
	position: relative;
	background: #fff;
	width: 100%;
	max-width: 384px;
	margin-left: auto;
	margin-right: auto;
	padding: 1rem;
}
.zakaz input[type='text'] {
	border-radius: 5px;
	font-size: 1rem;
	line-height: 1.75rem;
	padding: 1.75rem;
}

.editimg {
	text-align: center;
}

.item-text {
	width: 100%;
	max-width: 240px;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px dashed rgba(255,255,255,.25);
	padding-bottom: .5rem;
	transition: 0.25s ease;
}
.item-text:hover {
	border-bottom: 1px dashed rgba(255,255,255,.5);
	font-size: 1.25rem;
	color: #ffe400;
}

.hidetrigger img {
	border-radius: 50%;
}
.hidetrigger label,
.hidetrigger input {
	width: 100%;
}

form input {
	width: 100%;
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);
	background: #fefefe;
	z-index: 999;
	font-size: 1rem;
	outline: none;
	-webkit-webkit-appearance: none;
	-moz-webkit-appearance: none;
	-ms-webkit-appearance: none;
	-o-webkit-appearance: none;
	webkit-appearance: none;
	padding: 1rem;
	margin-bottom: 1rem;
}
form textarea {
	width: 100%;
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);
	background: #fefefe;
	z-index: 999;
	font-size: 1rem;
	outline: none;
	-webkit-webkit-appearance: none;
	-moz-webkit-appearance: none;
	-ms-webkit-appearance: none;
	-o-webkit-appearance: none;
	webkit-appearance: none;
	padding: 1rem;
	margin-bottom: 1rem;
}


footer {
	padding: 4rem 0;
}