﻿.index-content{
    padding: 20px 0 0 0;
    font: 14px  Arial, sans-serif;
    display: table;
    vertical-align: top;
    margin-left: 250px;
    width: 80%;
}

.index-content .important {
    color: red;
}

.index-content h2 {
    color: #17498d;
    font-size: 18px;
    margin: 0 0 20px 0;
}

.index-content .ak-button-form {
    color: #000000;
    font-size: 14px;
    border: 1px solid #ababab;
    background-color: #dfdfdf;
    padding: 0 16px;
    height: 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 0 20px 0;
}

.index-content .ak-button-form:hover {
    opacity: 0.8;
}

.index-content .ak-button-form:active {
    position: relative;
    top: 1px;
    left: 1px;
}

 .ak-taber-block {
    background: url('/image/design/taber-bg.png') left bottom no-repeat;
    padding: 0 0 3px 0px;
    margin: 0  0 20px 0;
    //padding: 0 0 3px 0;
}


.ak-taber-block a {
    float: left;
    border: 1px solid #a7a7a7;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    padding: 0 12px;
    line-height: 32px;
    color: #114989;
    text-decoration: none;
    min-width: 120px;
    background-color:#dfdfdf;
    color:#030303

}

.ak-taber-block a:hover,
.ak-taber-block a.selected {
    background-color: #6b8fde;
    border: 1px solid #6b8fde;
    border-bottom: none;
    color: #ffffff;
}

.ak-order-list {
    float: left;

}

.ak-order-list .caption {
    margin: 0 0 3px 0;
    font-size: 14px;
}

.ak-order-list .element {
    margin: 0 0 20px 0;
}

.ak-order-list .element .light{
    font-size:11px;
    color: #a7a7a5;
}

.ak-order-list .element .agree {
    position: relative;
    padding: 0 0 0 20px;
    display: block;
    cursor: pointer;
    font-size: 12px;
}
.ak-order-list .element .shipping{
    cursor: pointer;
}

.ak-order-list  .input-mobile{
    padding: 0 0 0 40px;
    position: relative;

}
.ak-order-list  .input-mobile .mobile-code{
    position: absolute;
    left: 0;
    top: 2px;
}

.ak-order-list .element .agree input {
    position: absolute;
    top: 2px;
    left: 0;
    margin: 0;
}

.ak-order-list .element input[type="text"],
.ak-order-list .element select {
    width: 97%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    border: 1px solid #e3e9ef;
    padding: 0 3px 0 3px;
}

.ak-order-table{
    float: right;
    width: 67%;
}

.ak-order-table .ak-myorder-table{
    border:1px solid #82a3d0;
    border-collapse: collapse;
    text-align: left;
    width: 100%;
    margin: 0 0 5px 0;

}

.ak-order-table .ak-myorder-table th{
    background-color: #c2d8f7;
    padding: 5px 15px;
}

.ak-order-table .ak-myorder-table td{
    vertical-align: middle;
    padding: 20px 0 10px 8px ;
}
.ak-order-table .ak-myorder-table .counter{
    border: 1px solid #c2d8f7;
    width: 40px;
    height: 20px;
    padding: 0 3px 0 3px;
}

.ak-icon-edit{
    display: inline-block;
    width: 19px;
    height: 16px;
    background: url('/_images/order-table-edit.png')  no-repeat;
    text-decoration: none;
}

.ak-icon-delete {
    display: inline-block;
    width: 19px;
    height: 16px;
    background: url('/_images/order-table-edit.png')  no-repeat bottom;

}

.ak-icon-delete:hover{
    opacity: 0.8;
}

.ak-icon-edit:hover{
    opacity: 0.8;
}

.ak-order-table a.name {
    color: #3366aa;
    display: inline-block;
    font-size: 12px;

}

.ak-order-outcome .print{
    display: inline-block;
    width: 50px;
    height: 20px;
    background: url('/_images/print.png')  no-repeat left top ;
    float: right;
    padding: 0 0 0 20px;

}

.ak-order-outcome .warranty{
    display: inline-block;
    float: right;
    margin: 0 40px 0 0;
}



.ak-new-account{
    width: 40%;
    float: left;
    margin: 0 0 0 108px;
}

.ak-new-account:first-child{
    margin: 0 0 0 0;
}

.ak-new-account .element input[type="text"],
.ak-new-account select{
    width: 71%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size:14px;
    border: 1px solid #e3e9ef;
    padding: 0 3px 0 3px;
}

.ak-new-account .element textarea {
    resize: none;
    font-size:14px;
    border: 1px solid #e3e9ef;
    padding: 3px 3px 3px 3px;
    overflow: auto;
    height: 60px;
    width: 70%;
}

.ak-new-account .caption{
    font-size:14px;
}

.ak-new-account .element{

    margin: 0 0 15px 0;
}
.ak-new-account .or-block{
    width: 30px;
    height:30px;
    position: relative;
    bottom: 457px;
    left: 95%;
    font-size: 18px;
    color: #17498d;
}
.ak-new-account .agree{
    cursor: pointer;
}

.ak-new-account .ak-no-user{
    border: 1px solid #ff0000;
    padding: 20px 20px 20px 20px;
    margin: 0 0 20px 0;
}


.block-order-byphone{
	width: 100%;
	height: 50px;
	margin-top: 10px;
}

.block-order-byphone a{
	height: 25px;
	text-decoration: none;
	width:150px;
	float:left;
	text-align: center;
	vertical-align: middle;
	border-radius: 0 4px 4px 0;
	padding-top: 5px;
	
}
.block-order-byphone input{
	float:left;
	width: 150px;
    text-align: center;
	border: 1px solid #999999;
    background-color: #ffffff;
    height: 28px;
    -webkit-appearance: none;
	border-radius: 4px 0 0 4px;
	font-size: 14px;
	margin-left: 2px;
}
.delivmetod li,.paymetod li{
list-style-type: disc;
margin-left: 20px;}
.delivmetod ,.paymetod , .delivmetod li,.paymetod li,.delivmetod strong,.paymetod strong{padding: 5px;}
.infopart_wrapper{
	width:100%;
	
	border: 2px solid #6b8fda;
    border-radius: 10px;
    margin-top: 20px;
}
.criteria-block-avm{
	display: inline-block !important;
	width:48%;
	margin-left: 1%;
}

.span_h1 {text-align: center;
    padding: 10px;}
    
.flag_image2{
    height: 25px;
    width: 25px;
	position: absolute;
}
.flag_image2 img{
	height: 100%;
    border-radius: 25px;
}

#criteria-block-avm2 {float: right;}

img.paymetod-delivmetod{    max-width: 30px;
    max-height: 30px;}

#bigprice{
	
	position: absolute;
    padding-top: 5px;
}
.bg-price {
	/*white-space: nowrap;*/
}
#title-block-avm2{
	display:none;
}
.red{
	color:red;
}

.konec_image2 {width: 130px;
    position: absolute;
    right: -7px;
}
.image-block-avm .image-block-avm .konec_image3 {
	width: 130px;
    position: absolute;
    margin-left: 120px;
}


.konec_image2 img,.konec_image3 img {
	border-radius: 5px;
}


#idprice { width: 175px;height: 108px; border: 1px solid #e1e9ef; border-radius:4px;   text-align: center;}
#idprice div { white-space: nowrap;color:#1784c9; font-size: 34px; font-weight: 600;padding: 15px 5px;;}

#idprice a{
padding: 2px;
    font-weight: 600;
    font-size: 24px;
        display: block;
    text-decoration: none;
    max-width: 165px;
    height: 30px;
    text-align: center;
    background-color: #1F5EBA;
    color: #fff;
    border-radius: 4px;
    /* padding-top: 18px; */
    margin: 0 auto;
	;}
	
#snippetblock {padding: 10px 0 20px 240px;}
#criteria-block-avm2 {max-height: 310px;
    overflow: auto; margin-right: 1%;}
.afilter_clear_sm{
	display:none;
  }

	
	
@media (max-width: 768px) {
  .konec_image2 {width: 120px;}
	
#snippetblock{padding: 5px;}
.am-seo {    width: 100%;}
.paymetod, .paymetod {
	width: 100%;
    display: inline-block;
    margin-top: 15px;
	}
#idprice a{display:none;}
	
	.block-order-byphone a {
	width: 65px;
		font-size: 10px;
    font-weight: 600;
	}
	.block-order-byphone input { width: 120px;}
	#criteria-block-avm2 {float: none;}
	.criteria-block-avm{width:99%}
	
	.info-part-avm .gallery_big-avm .item {
	    width: 45%;
		box-shadow: none;}
	
    .gallery_big-avm .item {      margin: 5px 5px;}
   
	
	.info-part-avm .gallery_big-avm .item .img-holder-avm {
	    /*width: 210px;*/}
		
	.inner .gallery_big-avm .item span {
	    padding-left: 5px;
	}
	#title-block-avm1{
		display:none;
	}
	#title-block-avm2{
		display:block;
	}
	.info-part-avm .image-block-avm {
	  margin: 0 auto;
	  float: none !important;
	}
	
	.info-part-avm .title-block-avm {    float: none !important;}
	.gallery_big-avm .item .img-holder-avm {height:135px;}
	.item span.title:not(:first-child){	height:15px !important;	}
	.gallery_big-avm .item .img-holder-avm img {height:120px;}
	
		#title-block-price{text-align: center;}
.models-zapchast-avm ul.column_car-avm {
    width: 145px !important;
}
  .afilter_clear_sm{
	display:block;
  }
  .afilter_clear_big{
	display:none;
  }
.block-order-byphone{
	margin-top: 10px;
	float: right;
}
#idprice {
    height: 40px;width:auto;}
#idprice div {padding: 0px 5px;
}
	
}

.flag_image2,.konec_image3,.konec_image2 {z-index:5}







