 @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
 body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
 }
.red {
	color: #e51a4b;
}
.blue {
	color: #00a0e3;
}
.yellow {
	color: #ffed00;
}
.green {
	color: #00a797;
}

.section-title {
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	box-sizing: content-box;
	color: #00a0e3;
}
.container {
	display: flex;
	margin: 0 auto;
	max-width: 1250px;
	padding-left: 25px;
	padding-right: 25px;
}
@media(max-width: 1200px) {
	.section-title {
		font-size: 24px;
	}
	.container {
		flex-wrap: wrap;
		justify-content: center;
	}
}
/* COLS */
.col {

}
.col.half {
	width: 50%;
}
.col.third {
	width: 33.3%;
}
.col.fourth {
	width: 25%;
}
@media(max-width: 1200px) {
	.col.half {
		width: auto;
		width: 450px;
		max-width: 90%;
	}
	.col.third {
		width: 100%;
		max-width: 100%;
	}
	.col.fourth {
		width: auto;
		width: 450px;
		max-width: 90%;
	}
}
header .container {
	justify-content: space-between;
	align-items: center;
	padding-top: 34px;
	padding-bottom: 34px;
}
.header__logo a {
	display: block;
	width: 84px;
	height: 60px;
	background-image: url('../images/logo-header-new.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.header__menu li {
	display: inline-block;
	list-style: none;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
}
.header__menu li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}
.header__menu li a:hover {
	
}
.header__menu li a::after {
	content: '';
	position: absolute;
	display: block;
	bottom: -5px;
	left: 0px;
	height: 3px;
	width: 0;
	background-color: #e51a4b;
	transition: .3s all;
}
.header__menu li a:hover::after {
	width: 100%;
	transition: .3s all;
}
.phone-call {
	color: #e51a4b;
	background-color: #fff;
	border: 3px solid #00a0e3;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 5px 25px;
	border-radius: 20px;
	transition: .3s all;
}
.phone-call:hover {
	color: #FFF;
	background-color: #00a0e3;
}
.menu-toggle {
	display: none;
}
@media(max-width: 991px){
	header .container {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.header__menu {
		display: none;
		position: absolute;
		background-color: #fff;
		width: 100%;
		top: 90px;
		left: 0px;
		border-top: 1px solid #00a0e3;
		padding: 30px 5px 60px 5px;
		z-index: 99;
	}
	.header__menu ul li {
		display: block;
		padding: 7px 0;
	}
	.header__logo a {
		display: block;
		width: 53px;
		height: 40px;
		background-image: url('../images/logo-header.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	.menu-toggle {
		display: inline-block;
		vertical-align: middle;
		border: 2px solid #00a0e3;
		width: 50px;
		height: auto;
		padding: 5px 10px;
		background-color: #fff;
		border-radius: 5px;
		margin-left: 10px;
	}
	.menu-toggle span {
		display: block;
		background-color: #00a0e3;
		height: 2px;
		width: 100%;
		border-radius: 1px;
		margin: 4px auto;
	}
	.phone-call {
		display: inline-block;
		vertical-align: middle;
		font-size: 0.85em;
		color: #e51a4b;
		background-color: #fff;
		border: 2px solid #00a0e3;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		padding: 6px 10px;
		border-radius: 5px;
		transition: .3s all;
	}
}
@media(max-width: 321px){
	.header__menu {
		padding: 25px 5px 40px 5px;
	}
}

.btn.cta {
	color: #FFF;
	background-color: #e51a4b;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 15px 30px;
	border-radius: 30px;
	border: 3px solid #e51a4b;
	font-size: 20px;
	transition: .3s all;
	white-space: nowrap;
}
.btn.cta:hover {
	color: #e51a4b;
	background-color: #ffed00;
}
.top-banner-inner {
	height: 790px;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.top-banner-inner .cta {
	position: absolute;
	bottom: 124px;
	right: 70px;
}
.top-banner-container {
	height: 790px;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.top-banner-container-orders {
	background-color: #e51a4b;
	color: #FFF;
	text-align: center;
	font-size: 24px;
	padding: 24px 0;
	font-weight: bold;
}
.top-banner h1 {
	display: block;
	text-align: center;
	position: absolute;
	z-index: -1;
	width: 100%;
	font-size: 40px;
}

@media(max-width: 991px){
	.top-banner-container {
		height: 450px;
		background-size: cover;
	}
	.top-banner-container-orders {
		font-size: 16px;
		padding: 15px 20px;
	}
	.top-banner-inner {
		height: 100%;
		position: relative;
		max-width: 1200px;
		margin: 0 auto;
	}
	.top-banner-inner .cta {
		position: absolute;
		bottom: 30px;
		left: calc(50% - 104px);
		z-index: 101;
		border: 3px solid #ffed00;
	}
	.btn.cta {
		padding: 8px 15px;
		border-radius: 22px;
		font-size: 17px;
		transition: .3s all;
	}
}
@media(max-width: 680px){
	.top-banner-container {
		height: 240px;
		background-size: cover;
	}
	.top-banner-container-orders {
		font-size: 14px;
		padding: 30px 20px 15px 20px;
	}
	.top-banner-inner .cta {
		position: absolute;
		bottom: -20px;
		left: calc(50% - 104px);
	}
}
@media(max-width: 321px){
	.top-banner-container {
		height: 210px;
		background-size: cover;
	}
	.top-banner-container-orders {
		font-size: 13px;
		padding: 30px 15px 15px 15px;
	}
	.top-banner-inner .cta {
		position: absolute;
		bottom: -20px;
		left: calc(50% - 85px);
		border: 3px solid #ffed00;
	}
	.btn.cta {
		padding: 8px 15px;
		border-radius: 22px;
		font-size: 14px;
		transition: .3s all;
	}
}

.safety {
	padding: 50px 0;
}
.safety .container {
	max-width: 1020px;
}
.safety .section-title {
	color: #e51a4b;
}
@media(max-width: 680px){
	.safety {
		padding: 30px 0;
	}
}


.brakes {
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 431px;
	position: relative;
	margin-top: 30px;
}
.brakes p {
	position: absolute;
	font-weight: bold;
	color: #e51a4b;
	font-size: 20px;
}
.brakes-easy {
	text-transform: uppercase;
	top: 40px;
	left: 170px;
	max-width: 160px;
}
.brakes-step-on {
	top: 210px;
	left: 170px;
}
.brakes-abec {
	top: 380px;
	left: 70px;
	max-width: 90px;
}
.brakes-reliable {
	top: 380px;
	left: 270px;
	max-width: 130px;
}
@media(max-width: 680px){
	.brakes {
		background-size: 200px;
		width: 240px;
		height: 380px;
		position: relative;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.brakes p {
		font-size: 15px;
	}
	.brakes-easy {
		top: 25px;
		left: 120px;
		max-width: 160px;
	}
	.brakes-step-on {
		top: 140px;
		left: 120px;
	}
	.brakes-abec {
		top: 255px;
		left: 50px;
		max-width: 90px;
	}
	.brakes-reliable {
		top: 300px;
		left: 50px;
		max-width: 130px;
	}
}

.folding {
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 480px;
	text-align: center;
	position: relative;
}
.folding p {
	font-weight: bold;
	color: #00a0e3;
	font-size: 20px;
}
.folding-easy {
	text-transform: uppercase;
	text-align: center;
	padding-top: 20px;
}
@media(min-width: 1200px){
	.folding::after {
		content: '';
		display: block;
		position: absolute;
		width: 97px;
		height: 97px;
		background-image: url('../images/icon-mob.png');
		background-repeat: no-repeat;
		bottom: 10px;
		right: -30px;
	}
}
@media(max-width: 680px){
	.folding {
		height: 380px;
		width: 240px;
		background-size: contain;
		margin-left: auto;
		margin-right: auto;
	}
	.folding p {
		font-size: 16px;
	}
}

.container.features {
	align-items: center;
	margin-top: 30px;
}
.features p {
	font-weight: bold;
	color: #00a0e3;
	text-align: center;
}
.feature-dimensions {
	height: 85px;
}
.feature-image img {
	display: block;
	margin: 0 auto;
}
.features .big {
	font-size: 34px;
}

@media(max-width: 680px){
	.container.features {
		margin-top: 0px;
	}
	.features .big {
		font-size: 26px;
	}
}
.adjustment {
	padding-top: 30px;
}
.adjustment img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
@media(max-width: 680px){
	.adjustment {
		padding-top: 0px;
	}
	.adjustment .section-title {
		max-width: 90%;
		margin: 0 auto;
	}
}

.control {
	padding-top: 70px;
}
.control .section-title {
	font-size: 30px;
	text-align: left;
}
.control-text {
	background-repeat: no-repeat;
	background-size: contain;
	/* background-position: 130px 0; */
	background-position: 50px 0;
	padding-left: 350px;
	padding-right: 20px;
	height: 450px;
	width: 60%;
}
.control-text p {
	padding: 20px 0;
	color: #00a0e3;
}
.control-image {
	width: 40%;
	position: relative;
}
@media(min-width: 1200px){
	.control-image::after {
		content: '';
		display: block;
		position: absolute;
		width: 97px;
		height: 97px;
		background-image: url('../images/icon-mob.png');
		background-repeat: no-repeat;
		bottom: 50px;
		right: 50px;
	}
}
@media(max-width: 1200px){
	.control-text {
		width: 600px;
		height: 550px;
	}
	.control-image {
		width: 600px;
		text-align: center;
		margin-top: 20px;
	}
}
@media(max-width: 680px){
	.control {
		padding-top: 20px;
	}
	.control .section-title {
		font-size: 24px;
		text-align: center;
	}
	.control-text {
		background-size: 120px;
		background-position: 100% 45px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		height: auto;
		width: 100%;
		min-height: 300px;
	}
	.control-text p {
		font-size: 15px;
		padding-right: 95px;
	}
	.control-text img {
		display: block;
		width: 180px;
	}
	.control-image {
		width: 180px;
		text-align: center;
		margin-top: 20px;
	}
}

.effects {
	margin-top: 70px;
	min-height: 566px;
	background-position: 50% 0;
	padding-top: 80px;
	background-repeat: no-repeat;
}
.effects .container {
	display: block;
	position: relative;
	height: 400px;
}
.effects .section-title {
	color: #FFF;
	font-size: 48px;
}
.effects p {
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	color: #FFF;
	font-size: 30px;
}
.effects .safely {
	position: absolute;
	display: block;
	font-size: 36px;
	font-weight: bold;
	top: 0;
	right: 70px;
	color: #e51a4b;
}
.effects .smoke {
	left: 180px;
}
.effects .light {
	left: 380px;
}
.effects .sound {
	left: 600px;
}
.effects .chardge {
	left: 800px;
	text-align: center;
}
.effects .chardge span {
	font-size: 14px;
	display: block;
}
@media (max-width: 1200px) and (min-width: 680px){
	.effects {
		margin-top: 40px;
		min-height: 380px;
		background-position: 50% 0px;
		padding-top: 40px;
		padding-bottom: 0px;
		background-repeat: no-repeat;
		background-size: auto 380px;
	}
	.effects .container {
		display: block;
		position: relative;
		height: auto;
		min-height: 380px;
	}
	.effects .section-title {
		font-size: 36px;
	}
	.effects .safely {
		position: absolute;
		display: block;
		font-size: 20px;
		font-weight: bold;
		color: #e51a4b;
		top: auto;
		bottom: 10px;
		right: 0;
		width: 100%;
		height: 20px;
		text-align: center;
	}
	.effects .safely br {
		display: none;
	}
	.effects .effects-list {
		position: absolute;
		display: block;
		bottom: 100px;
		height: 30px;
		width: 660px;
		left: calc(50% - 330px);
		right: 0;
	}
	.effects p {
		font-size: 20px;
		position: relative;
		display: inline-block;
		vertical-align: middle;
		left: auto!important;
		width: 120px;
		margin-right: 14px;
		text-align: center;
	}
	.effects .chardge span {
		font-size: 14px;
		display: block;
	}
}
@media(max-width: 680px){
	.effects {
		margin-top: 40px;
		min-height: 260px;
		background-position: 50% 35px;
		padding-top: 0px;
		padding-bottom: 0px;
		background-repeat: no-repeat;
		background-size: auto 190px;
	}
	.effects .container {
		display: block;
		position: relative;
		height: auto;
		min-height: 260px;
	}
	.effects .section-title {
		font-size: 24px;
		color: #00a0e3;
	}
	.effects .safely {
		position: absolute;
		display: block;
		font-size: 16px;
		font-weight: bold;
		color: #e51a4b;
		top: auto;
		bottom: 10px;
		right: 0;
		width: 100%;
		height: 20px;
		text-align: center;
	}
	.effects .safely br {
		display: none;
	}
	.effects .effects-list {
		position: absolute;
		display: block;
		bottom: 50px;
		height: 30px;
		width: 320px;
		left: calc(50% - 160px);
		right: 0;
	}
	.effects p {
		font-size: 14px;
		position: relative;
		display: inline-block;
		vertical-align: top;
		left: auto!important;
		width: 60px;
		margin-right: 2px;
		text-align: center;
	}
	.effects .chardge span {
		font-size: 8px;
		display: block;
	}
	
}

.catalog {
	padding-top: 70px;
	padding-bottom: 70px;
}
.cat-slider {
	width: calc(100% - 80px);
	margin: 20px auto;
}
@media(max-width: 680px){
	.catalog {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media(max-width: 450px){
	.cat-slider {
		width: 100%;
	}
}
.cat-item {
	padding: 10px 10px 20px 10px;
}
.cat-item-wrp {
	position: relative;
	width: 250px;
	min-height: 490px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 0 auto;
}
.cat-item-title {
	text-align: center;
	padding: 3px;
	min-height: 54px;
	color: #7f7f7f;
	font-weight: bold;
}
.cat-item-model {
	text-align: center;
	font-size: 14px;
}
.cat-item-price-old {
	text-decoration: line-through;
	font-weight: normal;
	color: #494949;
	text-align: center;
	padding: 3px;
}
.cat-item-price-new {
	text-align: center;
	color: #e51a4b;
	font-weight: bold;
	font-size: 26px;
	padding-bottom: 30px;
}
.cat-cta {
	position: absolute;
	display: inline-block;
	padding: 5px 30px;
	background-color: #e51a4b;
	border: 2px solid #e51a4b;
	bottom: -16px;
	left: calc(50% - 70px);
	font-weight: bold;
	border-radius: 20px;
	font-size: 18px;
	color: #FFF;
	transition: .3s all;
}
.cat-cta:hover {
	color: #e51a4b;
	background-color: #ffed00;
}

/* SLIC  .slick-prev slick-arrow */
.cat-slider .slick-arrow {
	position: absolute;
	top: 50%;
	font-size: 0;
	background-color: transparent;
	border: 0;
	width: 33px;
	height: 58px;
	opacity: 0.5;
	transition: .3s all;
}
.cat-slider .slick-arrow:hover {
	opacity: 1;
}
.cat-slider .slick-prev {
	left: -40px;
	z-index: 99;
	background-image: url('../images/aar_prev.png');
	background-repeat: no-repeat;
}
.cat-slider .slick-next {
	right: -40px;
	z-index: 99;
	background-image: url('../images/aar_next.png');
	background-repeat: no-repeat;
}
@media(max-width: 450px){
	.cat-slider .slick-prev {
		left: 0px;
		width: 30px;
		background-size: contain;
	}
	.cat-slider .slick-next {
		right: 0px;
		width: 30px;
		background-size: contain;
	}
}

.quote {
	min-height: 658px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	padding-top: 86px;
}
.quote-img {
	min-width: 680px;
}

.quote-text-p {
	color: #e51a4b;
	font-weight: bold;
	padding: 60px 30px;
}
.quote-text-link {
	color: #00a0e3;
	font-size: 24px;
	padding: 0px 30px;
}
@media(max-width: 1200px){
	.quote {
		min-height: 658px;
		background-position: 50% 0;
		padding-top: 30px;
	}
	.quote .container {
		 display: block;
	}
	.quote-img {
		min-width: auto;
	    width: 300px;
	    margin: 10px auto;
	}
	.quote-text {
		display: block;
		margin: 0 auto;
		max-width: 600px;
	}
	.quote-text-p {
		padding: 20px 0px;
	}
	.quote-text-link {
		padding: 0;
		text-align: center;
	}
}
@media(max-width: 600px){
	.quote {
		padding-top: 20px;
		background-size: cover;
		min-height: auto;
		padding-bottom: 40px;
	}
	.quote .container {
		 display: block;
	}
	.quote .section-title {
		font-size: 20px;
	}
	.quote-img {
		min-width: auto;
	    width: 240px;
	    margin: 10px auto;
	}
	.quote-text {
		display: block;
		margin: 0 auto;
		max-width: 600px;
	}
	.quote-text-p {
		padding: 20px 0px;
		font-size: 16px;
	}
	.quote-text-link {
		padding: 0;
		text-align: center;
		font-size: 16px;
	}
}

.gift {
	padding-top: 70px;
	padding-bottom: 70px;
}
.gift-text {
	flex-basis: calc(50% - 150px);
	font-size: 24px;
	color: #00a797;
	font-weight: normal;
	text-align: right;
	padding-right: 50px;
	text-transform: uppercase;
}
.gift-text span {
	font-size: 36px;
	font-weight: bold;
}
.gift-image {
	flex-basis: 300px;
}
.gift-color {
	flex-basis: calc(50% - 150px);
	font-size: 24px;
	color: #00a797;
	text-transform: uppercase;
	text-align: center;
	padding-right: 50px;
}
.select-color img {
	padding: 15px;
}
.gift .cta {
	display: block;
	margin: 40px auto 0 auto;
}
@media(max-width: 1200px){
	.gift {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.gift .container {
		display: block;
	}
	.gift-text {
		display: block;
		font-size: 16px;
		color: #00a797;
		font-weight: normal;
		padding-right: 0px;
		padding-top: 20px;
		text-align: center;
	}
	.gift-text span {
		font-size: 18px;
		font-weight: bold;
	}
	.gift-image {
		width: 240px;
		margin: 10px auto;
	}
	.gift-color {
		font-size: 16px;
		color: #00a797;
		text-transform: uppercase;
		text-align: center;
		padding-right: 0px;
	}
	.select-color img {
		padding: 5px;
	}
}


.counter {
	min-height: 470px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	color: #e51a4b;
	text-align: center;
	padding: 60px 0;
}
.attention {
	font-size: 60px;
	font-weight: bold;
}
.remains {
	font-size: 36px;
	font-weight: bold;
}
.counter-container {
	max-width: 520px;
	margin: 35px auto;
	display: flex;
}
.counter-container > div {
	flex-basis: 130px;
	border-right: 1px solid #e51a4b;
}
.digits {
	font-size: 72px;
	font-weight: normal;
}
.counter-digit-name {
	text-align: center;
	font-size: 14px;
	color: #e51a4b;
}
@media(max-width: 520px){
	.counter {
		min-height: auto;
		background-repeat: no-repeat;
		background-position: 50% 0;
		color: #e51a4b;
		text-align: center;
		padding: 20px 0;
	}
	.counter-container {
		max-width: 320px;
		margin: 35px auto;
	}
	.remains {
		font-size: 24px;
	}
	.counter-container > div {
		flex-basis: 25%;
	}
	.digits {
		font-size: 48px;
	}
	.counter-digit-name {
		font-size: 11px;
	}
}

.balance {
	padding: 60px 0;
}
.balance .section-title {
	max-width: 950px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.kids-balance-container {
	justify-content: center;
}
.kids-balance {
	margin: 5px;
	border: 1px solid #00a0e3;
}
@media(max-width: 420px){
	.balance .section-title {
		font-size: 20px;
		max-width: 95%;
	}
}

.form-btm {
	min-height: 530px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	text-align: center;
	color: #FFF;
}
.form-btm .container {
	justify-content: center;
}
.form-input {
	width: 320px;
	max-width: 100%;
	margin-bottom: 18px;
}
.form-input label {
	color: #FFF;
	display: block;
	text-align: center;
	margin-bottom: 4px;
}
.form-input input {
	max-width: 100%;
	background-color: transparent;
	border: 1px solid #FFF;
	border-radius: 5px;
	width: 100%;
	padding: 10px 20px;
	color: #FFF;
}
.form-input input.error {
	border: 1px solid #e51a4b;
}
.form-submit {
	color: #00a0e3;
	background-color: #ffed00;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 15px 30px;
	border-radius: 30px;
	border: 3px solid #ffed00;
	font-size: 20px;
	transition: .3s all;
}
.form-submit:hover {
	color: #FFF;
	background-color: #00a0e3;
}
@media(max-width: 420px){
	.form-submit {
		padding: 10px 20px;
		border-radius: 25px;
		border: 2px solid #ffed00;
		font-size: 18px;
	}
	.form-btm {
		min-height: auto;
		padding-bottom: 30px;
	}
}
@media(max-width: 321px){
	.form-input {
		width: 100%;
	}
	.form-input label {
		font-size: 14px;
		margin-bottom: 4px;
	}
	.form-input input {
		max-width: 100%;
		background-color: transparent;
		border: 1px solid #FFF;
		border-radius: 5px;
		width: 100%;
		padding: 5px 15px;
		color: #FFF;
	}

}

footer {
	background-color: #e51a4b;
	padding: 30px 0;
	color: #FFF;
}
footer a {
	color: #FFF;	
}
footer a:hover {
	text-decoration: none;
	color: #ffed00;
}
footer .col {
	text-align: center;
}
@media(max-width: 1200px){
	footer .col {
		padding-bottom: 15px;
		text-align: center;
	}
}

.modal-inner {
	background-color: #00a0e3;
	color: #FFF;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 10px;
}
.modal-title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
@media(max-width: 420px){
	.modal-inner {
		margin-top: 10vh;
	}
}
.message {
	margin: 10px auto;
	font-size: 0.8em;
	max-width: 300px;
}
.message span.error {
	color: #ffed00;
}

.thnx-body {
	height: 100vh;
}
.thnx {
	text-align: center;
	min-height: calc(100vh - 236px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.thnx h1 {
	font-size: 36px;
	color: #00a0e3;
	margin-bottom: 20px;
}
.thnx a {
	color: #00a0e3;
	font-size: 14px;
	text-transform: uppercase;
}
.delivery .container {
	display: block;
	text-align: center;
	padding: 20px 10px;
}
.delivery img  {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: auto;
	margin: 10px 20px;
	max-width: 80%;
}