body {
	font-family: Arial, sans-serif;
	color: #333;
	font-size: 16px;
	margin:0px;
	line-height: 1.5;
	width:100%;
	    background: #8899a4 url(http://eu.autopartsbu.com/euro02.jpg) no-repeat right top;
}
* {box-sizing: border-box;}
.back {
	position: relative;
    float: left;
	background:#fff;
	width:100%;
	background: linear-gradient(to top, #c5e3eb, #fff 20%, #fff 70%, #fff 90%);
	border-top:3px solid #7dc6d7;
	border-bottom:3px solid #7dc6d7;
}
.back01 {
	position: relative;
    float: left;
	background:#eee;
	width:100%;
	padding-bottom: 40px;
	padding:40px;
	text-align: center;
}
.back-header {
	position: relative;
    float: left;
	background:#5f6368;
	width:100%;
}
a {
    color: #0275d8;
	transition: .1s linear;
	text-decoration:none;
}
a:hover {
    color: #ff7700;
    text-decoration: none;
}
p {
	position:relative;
	float:left;
	width:100%;
	margin:0 0 10px 0;
	}
h1 {
	margin:0px;
	font-size:26px;
	font-weight:normal;
	line-height: 26px;
	letter-spacing: -2px;
}
h2 {
	font-size:16px;
	margin:0;
	line-height: 16px;
	font-weight:normal;
	//font-style: italic;
	//background: #fff;
	color: #999;
}
h5 {
	position: relative;
    float: left;
    width: 100%;
    margin: 0;
    font-size: 26px;
	font-weight:normal;
	color:#05324f;
}
h6 {
	position:relative;
	float:left;
	width:100%;
	margin:0;
	font-size:18px;
}
.page {
	padding:0;
}
.content {
	position:relative;
	float:left;
	width:100%;
	margin-top:20px;
}
.content01 {
	position:relative;
	float:left;
	width:50%;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top:20px;
}
.content01 h5, .content02 h5{
	position:relative;
	float:left;
	width:100%;
	margin: 5px 0;
	border-bottom:1px solid #39ab00;
	padding-bottom:5px;
}
.back01 .content02 h5 {
	border:none;
}
.content02, .content03 {
	position:relative;
	float:left;
	width:100%;
	margin:20px 0;
	padding:20px 0;
}
.content02 .left {
	position:relative;
	float:left;
}
.content02 .right {
	position:relative;
	float:right;
	background: url(/photo.jpg) no-repeat top left;background-size:contain;
}
.content03 {
	text-align:center;
	padding-bottom:40px;
}

.header {
	width:100%;
	position: relative;
    float: left;
    padding-bottom: 5px;
	}
.header .logo {
	position:relative;
	float:left;
	background: url(../logo.png) no-repeat top left;background-size:contain;
	padding:0 0 0 50px;
	color: #333;
	height: 40px;
	margin:10px 0 10px 0;
}
.phone-top {
		margin:10px 0 0 0;
	position:relative;
	float:right;
	text-align: right;
	max-width:340px;
	    font-size: 12px;
}
.phone-top p{
    float: right;
	color:#999;
	margin:0;
}
.phone-top a {
		font-size: 26px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: -2px;
	position:relative;
	float:right;
}
.box {
	position: relative;
    float: left;
    margin: 20px auto;
    display: flex;
    width: 45%;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
}
.box h3 {
    font-size: 20px;
    padding: 5px 0;
    font-weight: normal;
    width: 100%;
    position: relative;
    float: left;
    margin: 0 0 20px 0;
    line-height: 26px;
    background: rgba(255, 255, 255, 0.9) url(ok.png) no-repeat;
    background-position: 5px 5px;
    font-weight: bold;
    color: #ff6600;
}
.box h4 {
    background: none;
    padding: 0 0 0 0px;
    color: #777;
    font-size: 20px;
    margin: 0;
}

.knob {
    position: relative;
    background: -webkit-gradient(linear, center top, center bottom, from(#ffe815),color-stop(100%, #e6c925));
	//background: -webkit-gradient(linear, center top, center bottom, from(#1e9950),color-stop(100%, #198244));
    font-weight: bold;
    color: #000;
    font-size: 20px;
    width: 190px;
    border: none;
	border-radius:5px;
    padding: 5px 0;
    margin: 20px auto 20px auto;
    text-align: center;
    cursor: pointer;
    //text-shadow: #333 1px 0px 1px;
    box-shadow: #999 0px 0px 20px;
}
.knob:hover {
	background:#ffe815;
}

.content-lead {
	position:relative;
	float:left;
	margin:0 0 20px 0;
	
}
.lead {
	position: relative;
    float: left;
	width:100%;
}
.utp {
	position: relative;
    float: left;
	padding:20px;
	text-align: right;
}
.utp h3 {
	font-size:40px;
	color:#fff;
}
.form {
	position:relative;
	float:left;
    margin:0;
    float: left;
	color:#fff;
	background:#189fbf;
    box-shadow: 1px 2px 10px rgba(125,125,125,0.9);
	border-radius:10px;
}
.form-phone {
	position:relative;
	float:left;
	width:100%;
}
.form-phone input {
	position:relative;
	float:left;
}
.form-header {
	position:relative;
	float:left;
	text-align:center;
	width:100%;
	background:#0a7f93;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.form h6 {
	color:#fff;
	margin:0;
	text-align: center;
	font-size:20px;
	width:100%;
	padding:5px 0;
}
.form-header h6 {color:#d3ecf1;}
.form01 {
	position: relative;
    float: left;
	padding:20px;
	width:100%;
}
.form .left, .form .right {
	position:relative;
	float:left;
	width:50%;
}
.form .center {
	position:relative;
	float:left;
	width:100%;
	padding:20px;
}
.form-text {
	position:relative;
	float:left;
	width:100%;
	padding:20px 20px 0 20px;
}
.form-text p {
	color:#d3ecf1;
	border-bottom:1px solid #7dc6d7;
	padding-bottom:10px;
}
.form .left {padding-right:5px;}
.form .right {padding-left:5px;}
input, textarea, select {
	position:relative;
	float:left;
	width:100%;
	margin: 0px 0 10px 0;
    padding: 10px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #333;
}
.cta {
	position:relative;
	float:left;
	width:100%;
}
.knob-sub {
	position:relative;
	margin:0 auto;
	width:100%;
}
.knob-sub .knob {
	padding:10px 0;
	width:100%;
}
.utp-text, .category-text {
    position: relative;
    float: left;
    margin: 0 0 10px 0;
    padding:0px;
    width: 100%;
}
.category-text {
	background:none;
	padding-left:0;
}
.utp-text h4, .category-text h4 {
    font-size: 20px;
	margin:0;
	font-weight:normal;
	background:none;
	padding:0;

}
.category-text a{
		position: relative;
    float: left;
}
.category-text Ð° h4 {
	text-decoration:underline;
}
.category-text Ð° h4:hover {
	text-decoration:none;
}
.content-lead h1 {
	color: #05324f;
    font-size: 40px;
    margin:0;
    line-height: 40px;
	font-weight:bold;
	letter-spacing: 0px;
}
.content-lead h2 {
	color: #555;
    font-size: 20px;
	line-height: 30px;
	margin:0 0 0px 0;
}
.content-lead h3 {
	position: relative;
    float: left;
width:100%;
	color: #999;
    font-size: 16px;
	margin:20px 0;
	font-weight:normal;
}
.content-lead h5 {
		position: relative;
    float: left;
width:100%;
	background: url(ok.png) no-repeat top left;
    padding-left: 20px;
	font-weight:normal;
	margin:0 0 5px 0;
	font-size:16px;
}

.box02 {
	position: relative;
    float: left;
}
.box02 .img {
	position: relative;
    float: left;
width:100%;
background:#fff;
}
.box02 img {
	width:100px;
	margin:0 auto 10px auto;
	display: block;
}
.content-phone {
	position:relative;
	float:left;
	width:100%;
	background:#fff;
	padding:20px;
	margin-top:20px;
	display:none;
}
.mobile-phone {
	position:relative;
	width:250px;
	margin:0 auto;
	text-align:center;
}
.mobile-phone p{
	text-decoration:none;
	margin:0 0 10px 0;
}
.knob-mobile, .knob-quest {
	position:relative;
	float:left;
	width:100%;
	color:#fff;
	font-size: 20px;
    border-radius: 50px;
	padding:10px;
	//background: -webkit-gradient(linear, center top, center bottom, from(#ff8800),color-stop(100%, #ff4400));
	background: -webkit-gradient(linear, center top, center bottom, from(#1e9950),color-stop(100%, #198244));
}
.knob-quest {
	width:100%;
	text-align:center;
	margin:20px 0 40px 0;
	box-shadow: 0 0 10px rgb(255 255 255 / 50%);
	}
.knob-quest:hover {
	background:#ff6600;
	box-shadow: 0 0 15px rgb(255 255 255 / 60%);
	}
.quest {
	position:relative;
	margin:0px auto;
	width:300px;
	text-align: center;
}
li {
	position:relative;
	float:left;
	width:100%;
}

.box01 {
	position:relative;
	float:left;
	text-align:center;
	margin-top:20px;
}
.box01 p {
	color:#333;
}
.box01 img {
	position:relative;
	width:50px;
	margin:0 auto 10px auto;
}	
/* ÑÐ²Ð¾Ð¹ÑÑ‚Ð²Ð° Ð¼Ð¾Ð´Ð°Ð»ÑŒÐ½Ð¾Ð³Ð¾ Ð¾ÐºÐ½Ð° Ð¿Ð¾ ÑƒÐ¼Ð¾Ð»Ñ‡Ð°Ð½Ð¸ÑŽ */
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in; 
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    pointer-events: none; /* ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚ Ð½ÐµÐ²Ð¸Ð´Ð¸Ð¼ Ð´Ð»Ñ ÑÐ¾Ð±Ñ‹Ñ‚Ð¸Ð¹ Ð¼Ñ‹ÑˆÐ¸ */
    margin: 0;
    padding: 0;
}
/* Ð¿Ñ€Ð¸ Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ð¸ Ð¼Ð¾Ð´Ð°Ð»ÑŒÐ½Ð¾Ð³Ð¾ Ð¾ÐºÐ½Ð¾ */
.modal:target {
    opacity: 1; /* Ð´ÐµÐ»Ð°ÐµÐ¼ Ð¾ÐºÐ½Ð¾ Ð²Ð¸Ð´Ð¸Ð¼Ñ‹Ð¼ */
	  pointer-events: auto; /* ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚ Ð²Ð¸Ð´Ð¸Ð¼ Ð´Ð»Ñ ÑÐ¾Ð±Ñ‹Ñ‚Ð¸Ð¹ Ð¼Ñ‹ÑˆÐ¸ */
    overflow-y: auto; /* Ð´Ð¾Ð±Ð°Ð²Ð»ÑÐµÐ¼ Ð¿Ñ€Ð¾ÐºÑ€ÑƒÑ‚ÐºÑƒ Ð¿Ð¾ y, ÐºÐ¾Ð³Ð´Ð° ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚ Ð½Ðµ Ð¿Ð¾Ð¼ÐµÑ‰Ð°ÐµÑ‚ÑÑ Ð½Ð° ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ñƒ */
}
/* ÑˆÐ¸Ñ€Ð¸Ð½Ð° Ð¼Ð¾Ð´Ð°Ð»ÑŒÐ½Ð¾Ð³Ð¾ Ð¾ÐºÐ½Ð° Ð¸ ÐµÐ³Ð¾ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ñ‹ Ð¾Ñ‚ ÑÐºÑ€Ð°Ð½Ð° */
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
	width:600px;
}
@media (min-width: 576px) {
  .modal-dialog {
      margin: 90px auto auto auto; /* Ð´Ð»Ñ Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ð¼Ð¾Ð´Ð°Ð»ÑŒÐ½Ð¾Ð³Ð¾ Ð¾ÐºÐ½Ð° Ð¿Ð¾ Ñ†ÐµÐ½Ñ‚Ñ€Ñƒ */
  }
}
/* ÑÐ²Ð¾Ð¹ÑÑ‚Ð²Ð° Ð´Ð»Ñ Ð±Ð»Ð¾ÐºÐ°, ÑÐ¾Ð´ÐµÑ€Ð¶Ð°Ñ‰ÐµÐ³Ð¾ ÐºÐ¾Ð½Ñ‚ÐµÐ½Ñ‚ Ð¼Ð¾Ð´Ð°Ð»ÑŒÐ½Ð¾Ð³Ð¾ Ð¾ÐºÐ½Ð° */ 
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
	float:right;
	margin-right:-20px;
	padding: 50px;
}
@media (min-width: 768px) {
  .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
      box-shadow: 0 0px 50px rgba(0,0,0,.3);
  }
}
/* ÑÐ²Ð¾Ð¹ÑÑ‚Ð²Ð° Ð´Ð»Ñ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ° Ð¼Ð¾Ð´Ð°Ð»ÑŒÐ½Ð¾Ð³Ð¾ Ð¾ÐºÐ½Ð° */
.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.modal-title {
    margin:0 0 10px 0 ;
    line-height: 1.0;
    font-size: 36px;
    font-weight: bold;
	padding: 0 0 10px 0;
	color: #535c6b;
	border-bottom:1px solid #ddd;
}
.modal-title h4 {
	font-size:20px;
}
/* ÑÐ²Ð¾Ð¹ÑÑ‚Ð²Ð° Ð´Ð»Ñ ÐºÐ½Ð¾Ð¿ÐºÐ¸ "Ð—Ð°ÐºÑ€Ñ‹Ñ‚ÑŒ" */
.close {
    float: right;
    font-family: sans-serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    color: #999;
    text-shadow: 0 1px 0 #fff; 
    opacity: .5;
    text-decoration: none;
}
/* ÑÐ²Ð¾Ð¹ÑÑ‚Ð²Ð° Ð´Ð»Ñ ÐºÐ½Ð¾Ð¿ÐºÐ¸ "Ð—Ð°ÐºÑ€Ñ‹Ñ‚ÑŒ" Ð¿Ñ€Ð¸ Ð½Ð°Ñ…Ð¾Ð¶Ð´ÐµÐ½Ð¸Ð¸ ÐµÑ‘ Ð² Ñ„Ð¾ÐºÑƒÑÐµ Ð¸Ð»Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}
.zaklyk {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:20px;
	color: #535c6b;
}
.all, .all-top {
	position:relative;
	float:left;
	width:100%;
	background:#fff;
	padding:0 40px;
}
.all-top {
	padding-bottom: 20px;
	}
.achtung {
	position:relative;
	float:left;
	width:100%;
	background:#fdfef2;
	padding:10px;
}
.achtung h6 {
	position:relative;
	float:left;
	font-size: 26px;
}
.achtung .text {
	position:relative;
	float:left;
}
.achtung h7 {
	position:relative;
	float:left;
	text-align:center;
}

.triangle {
	position:absolute;
	left:0px;
	top:15px;
    border: 15px solid transparent; 
	border-right: 15px solid #ddd;
	height:30px;
	width:30px;
   }

.triangle:hover {
	border-right: 15px solid #333;
	cursor:pointer;
}
.triangle-back {
	position:relative;
	width:100%;
	margin:0 auto;
}
.triangle-back-horizont {
	position:relative;
	width:30px;
	margin:0 auto;
}
.triangle-right {
	position:relative;
	float:left;
    border: 20px solid transparent; 
	border-left: 20px solid #fff;
	height:40px;
	width:30px;
   } 
.triangle-left {
	position:relative;
	float:left;
    border: 20px solid transparent; 
	border-right: 20px solid #fff;
	height:40px;
	width:30px;
   } 
.triangle-bottom {
	position:relative;
	float:left;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #fff;
}   

.country {
	position:relative;
	float:left;
	width:100%;
	margin:10px 0;
}

.category {
	position:relative;
	float:left;
	width:100%;
}

.category p {
	background: url(/cirkle.png) top left no-repeat;
	padding-left:20px;
}
   
@media (max-width: 4000px) {
.page {width:1100px;margin:0 auto;}
.content-lead {width:650px;}
.utp {width:670px;}
.form {width:350px;float:right;}
.box01 {width:25%;}
.box02 {width:33%;padding-right:10px;margin-top: 50px;}
.utp-text {width:100%;}
.content-lead h1 {;margin-bottom:10px;}
.content-lead h3 {margin-bottom:0;}
.content-lead h2 {width:100%;}
.achtung h7 {width:50px;font-size:60px;margin-right:10px;line-height: 60px;}
.achtung .text {width:700px;}
.utp h3 {margin:30px 0;}
.content02 .left {width:650px;}
.content02 .right {width:350px;height:220px;}
.form-phone input {width:230px;}
}

@media (max-width: 1270px) {
.page {width:970px;}
.content-lead {width: 540px;}
.content02 .left {width:540px;}
.utp {width:590px;}
.form {width:350px;}
}

@media (max-width: 1000px) {
.page {width:700px;}
.content-lead h1 {font-size:30px;line-height: 30px;}
.utp {width:100%;text-align:left;}
.utp h3 {margin:0;}
.form {width:100%;}
.content-lead {width:100%;}
.content-lead h1 {text-align:center;}
.all-top {padding-bottom: 100px;}
.triangle-back {width:30px;}
.content02 .right {display:none;}
.content02 .left {width:100%;}
.form-phone input {width:500px;}
}

@media (max-width: 740px) {
.page {width:500px;}
.content-lead {margin-bottom:20vh;}
h1, .phone-top a {font-size: 20px;}
.utp-text {width:100%;}
.achtung .text {width:340px;}
.box02 {width:100%;margin:0;}
.phone-top, .form, .form-header{display:none;}
.content-phone {display:block;}
}

@media (max-width: 540px) {
.back01 {padding:40px 20px;}

.triangle {
	position:absolute;
	left:-15px;
	top:15px;
    border: 15px solid transparent; 
	border-right: 15px solid #ddd;
	height:30px;
	width:30px;
   }
.page {width:100%;}
.content01 {width:100%;}
.utp-text h4 {font-size: 20px;line-height: 26px;}
.box01 {width:100%;}
.achtung .text {text-align:center;width:100%;}
.achtung h7 {display:none;}
.triangle-left, .triangle-right {display:none;}

}