html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

header, .container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.text_center {
	text-align: center;
}

h1.title {
	font-size: 44px;
	font-weight: 700;
	text-transform: uppercase;
}

h2.subtitle {
	text-align: center;
	font-size: 3rem;
	font-weight: 600;
	line-height: 4rem;
	margin-bottom: 12px;
	margin-top: 50px;
}

h2.top_subtitle {
	text-align: center;
	font-size: 3rem;
	font-weight: 600;
	line-height: 4rem;
	margin-bottom: 25px;
	margin-top: 10px;
}

.howto {
	width: 33%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

h3.subtitle {
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 3.2rem;
	margin-bottom: 10px;
}

.orderblock {
	background-color: #FFF;
	border-radius: 12px;
	box-shadow: 0 8px 18px 1px rgba(219, 230, 238, 0.6);
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 40px;
	padding: 16px;
}

input.form-input.order_data.order_phone {
	width: 95%;
	padding: 12px;
	border: 1px solid #eee;
	border-radius: 8px;
	margin-bottom: 12px;
	font-size: 18px;
	margin-top: 12px;
	color: #252525;
}

input.form-input.order_data.order_firstname {
	width: 95%;
	padding: 12px;
	border: 1px solid #eee;
	border-radius: 8px;
	margin-bottom: 12px;
	font-size: 18px;
	margin-top: 4px;
	color: #252525;
}

p.footertext {
	font-size: 16px;
	text-align: center;
	margin-bottom: 12px;
}

button.form__button-element.buynow {
	max-width: 300px;
	border-radius: 8px;
	background-color: #4294d1;
	box-shadow: 0 3px 5px rgba(38, 112, 167, 0.26);
	background-image: linear-gradient(to top, #206ba4, #3281bd);
	color: #fff;
	font-size: 16px;
	text-align: center;
	border: 0px;
	padding: 12px 19px;
	margin-top: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

img.order_form {
	width: auto;
	height: 300px !important;
}

.btwn {
	text-align: center;
	margin: 20px 0px;
}

.content_nobg {
	padding: 30px 44px;
	margin-bottom: 20px;
}

img.i_img {
	max-width: 250px;
	width: 100%;
	border-radius: 125px;
}

img.h_img {
	max-width: 180px;
	border-radius: 90px;
}

.howto_bottom {
	font-size: 18px;
	margin-top: 10px;
}

.i_left {
	width: 20%;
	display: inline-block;
	vertical-align: middle;
}

.i_right {
	width: 75%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4%;
}

p.text {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 12px;
}

p.topcard_text {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 12px !important;
	margin-top: 26px !important;
}

.composition_block {
	background: #fff;
	padding: 16px;
	border-radius: 12px;
	margin-bottom: 18px;
}

.header_block {
	margin: 35px 0px;
	text-align: center;
}


li {
	list-style: square;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 12px;
	margin-left: 20px;
}

div.content.cont.positive {
	margin-bottom: 15px;
	padding: 18px 24px;
	border-radius: 8px;

}

body {
	font-size: 14px;
	min-width: 320px;
	max-width: 1920px;
	margin: auto;
	position: relative;
	line-height: 1.2;
	font-family: 'Inter', sans-serif;
	color: #292929;
	background: #f5f9fc;
	overflow-x: hidden;
}

span.author {
	color: #292929 !important;
}

.button__link {
	max-width: 300px;
	height: 46px;
	border-radius: 4px;
	background-color: #36a33f;
	box-shadow: 0 3px 5px rgba(38, 112, 167, 0.26);
	background-image: linear-gradient(to top, #008100, #54bb5f);
	color: #fff;
	line-height: 46px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight:600;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	text-decoration: none;
}

.content {
	padding: 30px 44px;
	margin-bottom: 20px;
	background-color: #FFF;
  border-radius: 12px;
	box-shadow: 0 8px 18px 1px rgba(219, 230, 238, 0.6);
}

.content__cartW {
	margin-bottom: 20px;
	position: relative;
	overflow-x: hidden;
}


.footer {
	border-top: 1px solid #d4e4e4;
	padding: 30px 0;
	margin-top: 20px;
}

p.footertext {
	font-size: 16px;
	line-height: 24px;
}

.content__cartW {
	margin-bottom: 20px;
	position: relative;
	overflow-x: hidden;
}

.bg-blue {
  background-color: #fafdfd; }


.col-md-12 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 100%;
}

.col-lg-6 {
	float: left;
	width: 50%;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.content__cart {
	border-right: 1px solid #e8efef;
}

.content__cart.left {
	background: #fff;
	padding: 15px;
	text-align: center;
}

.content__cart.right {
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 1px solid transparent;
}

img.top_block {
	width: auto;
  height: 100%;
  max-height: 400px;
}

.content__title-h2 {
	font-size: 24px;
  color: #2a2a2a;
  margin: 10px 0px;
}

.content__price {
	background-color: #206ba4;
	padding: 5px 15px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border-radius: 5px; }

.content__price:after {
		content: "";
		position: absolute;
		right: -12px;
		top: 0px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 0 20.5px 14px;
		border-color: transparent transparent transparent #206ba4; }

.content__price:before {
		content: "";
		left: 5px;
		top: 5px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		position: absolute;
		background-color: #fff; }

		.content__price-item {
			font-size: 26px; }

p.topblock_text {
	font-size: 16px;
	line-height: 26px;
	margin: 0px;
}

.content__industr {
	margin-top: 12px;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 520px) {

	.content_nobg {
		padding: 20px;
	}

	.bg-blue {
		background-color: #fff;
	}

	.content {
		padding: 20px;
	}

	.content__cart {
		border: 0px;
	}

	img.i_img {
		max-width: 200px;
	}

	img.top_block {
		max-height: 300px;
	}

	.i_left {
		width: 100%;
		display: block;
		text-align: center;
		margin-bottom: 16px;
	}

	.i_right {
		width: 100%;
		display: block;
		text-align: center;
		margin-left: 0px;
	}

	.howto {
		width: 100%;
		display: block;
		text-align: center;
		vertical-align: top;
		margin-bottom: 25px;
	}

	.content.cont.positive {
		margin-bottom: 12px !important;
	}

	img.order_form {
		height: auto !important;
		width: 200px;
	}

	h2.subtitle {
		margin-top: 10px;
	}

	.col-lg-6 {
		width: 100%;
		display: block;
	}

	.col-md-12 {
		width: 100%;
		display: block;
	}

}
