/* fonts */


/* styles */
body {
    font-family: "PT Sans" !important;
}
html {
overflow-x:hidden}
section{
	width:100%;
overflow:hidden}
h2 {
	font-weight: 700;
}
body {
	min-width: 320px;
	background: #fff;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #222;
	cursor: default;
	margin: 0;
}
li {
    font-size: 19px;
    line-height: 36px;
    margin-left: 20px;
}
li:before {
    
    margin-left: -20px;
}

header, section, footer {
	margin: 0 auto;
	max-width: 1920px;
}

.wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
	position: relative;
}
.offer_section h1 {
	text-transform: uppercase;
	font-weight: 700;
}
.offer_section h3 {
	color:#fff;
	margin-top: 40px;
	margin-bottom: 100px;
	font-weight: normal;
	font-size: 2em;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

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

b {
	font-weight: 700;
}

/* button */

.button {
	display: block;
	
	width: 280px;
	height: 66px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #EE1A24;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 66px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	position: relative;
}

/* titles */

h2 {
    margin: 0 0 40px;
    font-weight: 400;
    font-size: 42px;
    line-height: 44px;
    text-align: center;
}
.header_img img{
	height: 100%;
	width: 100%;
}

.img_header img {
	height: 100%;
}
/* offer */

.offer_section {
	background:url(../images/header.jpg) no-repeat top left;
	background-size: cover;
	height: 700px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

}
.offer_section .wrapper {
    margin: 0 auto;
    padding: 0 10px;
    width: 1100px;
    position: relative;
}
.offer_section .main_title {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 80px;
    line-height: 102px;
    color: #fff;
    margin-top: 78px;
}

.offer_section .main_title b {
	display: block;
	font-size: 42px;
	line-height: 48px;
}

.offer_section ul {
	margin: 0 0 20px;
}
.img-header-baner {
	margin-top: 110px;
}
.offer_section ul li {
	margin: 0 0 8px;
	padding: 0 0 0 26px;
	background: url(../images/offer__tick_icon.png) left 4px no-repeat;
	color: #fff;
}


.offer_section ul li:last-child {
	margin: 0;
}

.offer_section .discount_block {
	padding: 12px 0 0;
	width: 92px;
	height: 92px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(119,195,0,0.8);
	-webkit-box-shadow: 0 0 0 2px rgba(253,219,62,0.8);
	-moz-box-shadow: 0 0 0 2px rgba(253,219,62,0.8);
	box-shadow: 0 0 0 2px rgba(253,219,62,0.8);
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 100px;
	left: 525px;
}

.offer_section .discount_block span {
	display: block;
	font-size: 26px;
	line-height: 26px;
}

.offer_section .form_block {
	padding: 25px 0;
	width: 340px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}

.offer_section .price_block {
	margin: 0 0 15px;
	text-align: center;
}

.offer_section .price_item {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.offer_section .price_item.old {
	margin: 0 15px 0 0;
}

.offer_section .price_item.old .discount {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 8px;
	padding: 2px 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffbc3d;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
}

.offer_section .price_item.old .value {
	font-size: 22px;
	line-height: 22px;
	text-decoration: line-through;
}

.offer_section .price_item.new .text {
	font-size: 18px;
	line-height: 26px;
}

.offer_section .price_item.new .value {
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
}

.offer_section .field {
	display: block;
	margin: 0 auto 15px;
	padding: 0 20px;
	width: 280px;
	height: 60px;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fafafa;
	-webkit-box-shadow: inset 0 2px 3px rgba(2, 2, 2, 0.09);
	-moz-box-shadow: inset 0 2px 3px rgba(2, 2, 2, 0.09);
	box-shadow: inset 0 2px 3px rgba(2, 2, 2, 0.09);
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #222;
	text-align: center;
}

.offer_section .field::-webkit-input-placeholder {
	opacity: 1;
	color: #222;
}

.offer_section .field:-moz-placeholder {
	opacity: 1;
	color: #222;
}

.offer_section .field::-moz-placeholder {
	opacity: 1;
	color: #222;
}

.offer_section .field:-ms-input-placeholder {
	opacity: 1;
	color: #222;
}

.offer_section .field:focus::-webkit-input-placeholder {
	opacity: 0;
}

.offer_section .field:focus:-moz-placeholder {
	opacity: 0;
}

.offer_section .field:focus::-moz-placeholder {
	opacity: 0;
}

.offer_section .field:focus:-ms-input-placeholder {
	opacity: 0;
}

.offer_section .products_count {
	margin: 20px 0 0;
	font-size: 15px;
	text-align: center;
}

.offer_section .products_count b {
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #77c300;
	color: #fff;
}
.block-img {
	text-align: center;
}
.block-img img {
	width: 70%;
}
/* about */

.about_section {
	padding: 40px 0;
}
.about_section h2 {
	font-size: 50px;
	line-height: 1;
	text-transform: uppercase;
}
.about_section h3 {
    text-align: center;
    font-weight: 400;
    font-size: 1.2em;
    margin: 15px 0px 30px;
}
.about_section .benefits_list {
	margin: 0 0 40px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}
.m-vid {
	text-align: center;
}
.about_section .benefit_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 0;
	width: 220px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.about_section .benefit_item:last-child {
	margin: 0;
}

.about_section .benefit_item img {
	display: block;
	margin: 0 auto 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.benefit_item img {
    height: 100px;
    opacity: 0.8;
    filter: alpha(opacity=50);
}
.about_section .video_block {
	float: left;
	margin: 0 30px 40px 0;
	padding: 20px;
	width: 460px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,0.1);
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

.about_section .video {
	width: 100%;
	height: 236px;
	background-color: #000;
	overflow: hidden;
	position: relative;
}

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

.about_section .text_block {
	float: left;
	margin: 14px 0 40px;
	width: 450px;
}

.about_section .text_block p {
	margin: 0 0 15px;
}

.about_section .text_block p:first-child {
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
}

.about_section .text_block p:last-child {
	margin: 0;
}

.about_section .images_block {
	clear: both;
}

.about_section .images_block img {
	display: block;
	float: left;
	margin: 0 35px 0 0;
	width: 290px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.about_section .images_block img:last-child {
	margin: 0;
}

/* benefits */

.benefits_section {
	padding: 40px 0 45px;
	background: #ED1B24;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
}

.benefits_section p.description {
	margin: -20px 0 40px;
	text-align: left;
}

.benefits_section .benefits_list {
	margin: 0 0 40px;
}

.benefits_section .benefit_item {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 5px;
	width: 300px;
	text-align: center;
}

.benefits_section .benefit_item:last-child {
	margin: 0;
}

.benefits_section .benefit_item .image_block {
	margin: 0 auto 15px;
	width: 285px;
}

.benefits_section .benefit_item img {
	display: block;
}

.benefits_section .benefit_item h4 {
	margin: 0 0 5px;
	font-weight: 700;
}

/* comparison */

.comparison_section {
	padding: 40px 0 25px;
}

.comparison_section .product_item {
	float: left;
	width: 50%;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.comparison_section .product_item:first-child {
	padding: 6px 0 0;
}

.comparison_section .product_item img {
	display: block;
	margin: 0 0 15px 15px;
}

.comparison_section .product_item h4 {
	padding: 10px 20px;
	background: #fdd938;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
}

.comparison_section .product_item:first-child h4 {
	background: #77c300;
	font-weight: 700;
	color: #fff;
}

.comparison_section .product_item p {
	padding: 15px 20px 15px 42px;
	background-position: 20px 22px;
	background-repeat: no-repeat;
}

.comparison_section .product_item p:nth-of-type(2n) {
	background-color: #f6f6f6;
}

.comparison_section .product_item p.yes {
	background-image: url(../images/comparison__tick_icon.png);
}

.comparison_section .product_item p.no {
	background-image: url(../images/comparison__cross_icon.png);
}

/* reviews */

.reviews_section {
    padding: 40px 0;
    background: linear-gradient(rgba(0,0,0,0.3) ,rgba(0,0,0,0.5)), url(../images/avto.jpg) no-repeat center;
    background-size: cover;
    height: 500px;
}

.reviews_section h2 {
	color: #fff;
	text-transform: uppercase;
}

.reviews_section .reviews_list {
	margin: 0 auto;
	width: 910px;
}

.reviews_section .review_item {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #fff;
	-webkit-box-shadow: inset 0 -5px 0 #e1e1e1;
	-moz-box-shadow: inset 0 -5px 0 #e1e1e1;
	box-shadow: inset 0 -5px 0 #e1e1e1;
	text-align: center;
	overflow: hidden;
}

.reviews_section .review_item .author_info {
	padding: 20px 20px 10px;
	font-weight: 700;
}

.reviews_section .review_item p {
	padding: 0 20px 25px;
	font-size: 15px;
	line-height: 22px;
}

/* order info */

.order_info_section {
	padding: 40px 0;
}

.order_info_section .content_block {
	float: left;
	width: 380px;
}

.order_info_section h2 {
	text-align: left;
}

.order_info_section .info_item {
	display: table;
	margin: 0 0 30px;
	width: 100%;
}

.order_info_section .info_item:last-child {
	margin: 0;
}

.order_info_section .info_item .icon_block {
	display: table-cell;
	vertical-align: middle;
	width: 78px;
}

.order_info_section .info_item .icon {
	width: 78px;
	height: 78px;
	border: 2px solid #77c300;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: center no-repeat;
}

.order_info_section .info_item:nth-child(1) .icon {
	background-image: url(../images/order_info__info1_icon.png);
	background-position: 14px center;
}

.order_info_section .info_item:nth-child(2) .icon {
	background-image: url(../images/order_info__info2_icon.png);
}

.order_info_section .info_item:nth-child(3) .icon {
	background-image: url(../images/order_info__info3_icon.png);
}

.order_info_section .info_item p {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 20px;
}

.order_info_section .image {
	display: block;
	float: left;
	margin: 45px 0 0 80px;
}

/* footer */

.footer_section {
	padding: 25px 0;
	font-size: 14px;
	text-align: center;
}

.footer_section img {
	display: block;
	margin: 0 auto 10px;
}

.footer_section a {
	color: #111;
}

.footer_section a:hover {
	text-decoration: none;
}
@media screen and (max-width: 959px) and (orientation: landscape) {  .offer_section .main_title {
    margin-top: 0% !important;
}
  iframe {
    height: 315px !important;
}

}

@media screen and (max-width: 959px) {

	/* styles */

	.wrapper {
		width: 640px;
	}

	/* titles */

	h2 {
		font-size: 28px;
		line-height: 34px;
	}

	/* offer */

	

	.offer_section .main_title {
		width: 430px;
		font-size: 28px;
		line-height: 34px;
	}

	.offer_section .discount_block {
		left: 450px;
	}

	.offer_section .form_block {
		width: 320px;
	}

	/* benefits */

	.benefits_section {
		background-image: none;
	}

	.benefits_section .benefit_item {
		display: table;
		float: none;
		margin: 0 0 30px;
		padding: 0;
		width: 100%;
		text-align: left;
	}

	.benefits_section .benefit_item .image_block {
		display: table-cell;
		vertical-align: middle;
		margin: 0;
	}

	.benefits_section .benefit_item .text_block {
		display: table-cell;
		vertical-align: middle;
		padding: 0 0 0 30px;
	}

	/* about */

	.about_section .benefits_list {
		margin: 0;
	}

	.about_section .benefit_item {
		margin: 0 40px 40px;
	}

	.about_section .benefit_item:last-child {
		margin: 0 40px 40px;
	}

	.about_section .video_block {
		float: none;
		margin: 0 0 40px;
		width: 100%;
	}

	.about_section .video {
		height: 326px;
	}

	.about_section .text_block {
		float: none;
		margin: 0 0 40px;
		width: 100%;
		text-align: center;
	}

	.about_section .images_block img {
		margin: 0 15px 0 0;
		width: 196px;
	}

	/* comparison */

	.comparison_section .product_item img {
		margin: 0 auto 15px;
	}

	.comparison_section .product_item h4 {
		padding: 10px 0;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}

	.comparison_section .product_item p:first-of-type {
		min-height: 126px;
	}

	/* reviews */

	.reviews_section .reviews_list {
		width: 600px;
	}

	.reviews_section .owl-prev, 
	.reviews_section .owl-next {
		width: 54px;
		height: 54px;
		background: url(../images/reviews__arrows.png) no-repeat;
		position: absolute;
		top: 73px;
	}

	.reviews_section .owl-prev {
		background-position: left center;
		left: 0;
	}

	.reviews_section .owl-next {
		background-position: right center;
		right: 0;
	}

	/* order info */

	.order_info_section .content_block {
		float: none;
		margin: 0 auto;
		width: 420px;
	}

	.order_info_section h2 {
		text-align: center;
	}

	.order_info_section .info_item {
		margin: 0 0 25px;
	}

	.order_info_section .image {
		display: none;
	}

}

@media screen and (max-width: 639px) {
	
	/* styles */
.full-width{
      width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
  }
	.wrapper {
    width: 100%;
}

	/* titles */

	h2 {
		margin: 0 0 30px;
		font-size: 22px;
		line-height: 30px;
	}

	/* offer */

	.offer_section {
		padding: 25px 0;
	}
.offer_section .main_title {
    width: 100%;
    font-size: 36px;
    line-height: 43px;
}
	.offer_section ul {
		margin: 0 0 375px;
	}

	.offer_section .discount_block {
		top: 285px;
		left: 130px;
	}

	.offer_section .form_block {
		margin-left: -10px;
	}

	/* about */

	.about_section {
		padding: 30px 0;
	}

	.about_section .benefit_item {
		margin: 0 0 30px;
		width: 100%;
	}

	.about_section .benefit_item:last-child {
		margin: 0 0 30px;
	}

	.about_section .video_block {
		margin: 0 0 30px;
		padding: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

	.about_section .video {
		height: 158px;
	}

	.about_section .text_block {
		margin: 0 0 30px;
	}

	.about_section .images_block img {
		margin: 0 auto 20px;
		width: 290px;
	}

	.about_section .images_block img:last-child {
		margin: 0 auto;
	}

	/* benefits */

	.benefits_section {
		padding: 30px 0 35px;
	}

	.benefits_section p.description {
		margin: -20px 0 30px;
	}

	.benefits_section .benefits_list {
		margin: 0 0 30px;
	}

	.benefits_section .benefit_item {
		display: block;
		padding: 0 5px;
		text-align: center;
	}

	.benefits_section .benefit_item .image_block {
		display: block;
		margin: 0 auto 15px;
	}

	.benefits_section .benefit_item .text_block {
		display: block;
		padding: 0;
	}

	/* comparison */

	.comparison_section {
		padding: 30px 0 15px;
	}

	.comparison_section .product_item {
		float: none;
		width: 100%;
		border: none;
	}

	.comparison_section .product_item:first-child {
		margin: 0 0 15px;
		padding: 0;
	}

	.comparison_section .product_item p:first-of-type {
		min-height: auto;
	}


	/* reviews */

	.reviews_section {
		padding: 30px 0;
	}

	.reviews_section .reviews_list {
		width: 290px;
	}

	/* order info */

	.order_info_section {
		padding: 30px 0;
	}

	.order_info_section .content_block {
		width: 100%;
	}

}
a.tn-atom {
   color: #ffffff; text-decoration: none;
    font-size: 17px;
    font-family: 'PT Sans', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 700;
    opacity: 0.95;
    background-color: #ed1b24;
    background-position: center center;
    border-color: transparent;
    text-align: center;
    letter-spacing: 1px;
    border-width: 1px;
   
    border-radius: 12px;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    padding: 20px;
    margin: 20px auto 30px;
    display: inline-block;
    width: 290px;
}
a.tn-atom:hover { color: #ffffff; text-decoration: none;
}
h2.advantages {
    color: black;
    background-color: #f2f3f5;
    width: 100%;
    padding: 40px 0px;
    margin: 40px 0px;
}
ul.advantages-list {
	list-style: none;
	margin: 40px 0px
}
ul.advantages-list li:before{
   content: '';
   display: inline-block;
   height: 12px;
   width: 12px;
   margin-right:7px;
   background-size:cover;
   background-image: url(../images/tire.png) !important;;
}
a.tn-atom-info:hover, a.tn-atom:hover {
    color: white !important;
    text-decoration: none !important;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px  !important;
    border-radius: .25rem;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px !important;
}
a.tn-atom-info {
    width: 375px;
    text-transform: uppercase;
  color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-family: 'PT Sans', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 700;
    opacity: 0.95;
    background-color: #ed1b24;
    background-position: center center;
    border-color: transparent;
    text-align: center;
    letter-spacing: 1px;
    border-width: 1px;
    border-radius: 12px;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    padding: 20px;
    margin: 20px auto 30px;
    display: inline-block;
    width: 380px;
}
@media screen and (max-width: 991px){
  a.tn-atom-info {
    width: 320px !important;
    text-transform: uppercase;
    font-size: 14px !important
}
  iframe {
    height: 215px 
}
  p.description {
    font-size: 18px;
    line-height: 22px !important;
}
  li {
    font-size: 18px !important;
    line-height: 25px !important;
    margin-bottom: 20px !important;
}
	.offer_section .main_title {
    margin-top: 80% 
}
  a.tn-atom {
    padding: 11px !important;

    width: 200px  !important;
}
	 h2 {
    font-size: 21px !important;
    line-height: 28px;
    margin: 20px 0px 30px !important;
	margin-bottom: 2.5rem !important;
}
.img-header-baner {
    margin-top: 22px;
}
.offer_section h3 {
    color: #fff;
    margin-top: 29px;
    margin-bottom: 50px;
    font-weight: normal;
    font-size: 2em !important;
}
.offer_section {
    background: url(../images/header.jpg) no-repeat bottom right;
    background-size: cover;
    height: 100vh !important;
    display: -webkit-flex;
    display: -moz-flex;
    background-position: center !important;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
ul.advantages-list {
    padding-inline-start: 0px !important;
}
section.benefits_section h3 {
    font-size: 18px !important;
}
.reviews_section {
    height: 300px !important;
}
.reviews_section .m-vid {
margin-top: 100px !important;}
}
html{
scroll-behavior: smooth}
h2 {
margin-bottom: 40px !important }
.benefits_section h3 {
	h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}}
h2.advantages {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}
.reviews_section h2 {
margin-top: 7% !important}

.reviews_section .m-vid {
margin-top:13% !important}
p.description {
    font-size: 19px;
    line-height: 26px !important;
}

iframe {
    margin-top: 40px;
}
