@charset "utf-8";
/*
    main styles
    version: 15.01.2013
    
    Style to null

    fonts

    site

    header

    logo

    content-wrap

    footer

*/

/* --------------- Style to null --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,dl, dt, dd,
ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	color:#000;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, td img {
    vertical-align: top;
}
input, select, button, textarea {
    margin: 0;
    font-size: 100%;
}
input[type="text"], input[type="password"], textarea, input[type="email"], input[type="phone"], input[type="number"] {
    padding: 0;
    font: 12px Arial, Helvetica, sans-serif;
}
input[type="checkbox"] {
    vertical-align: bottom;
}
input[type="radio"] {
    vertical-align: text-bottom;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}

ul,
ol {
   list-style:none;
}

html {
    overflow-y: scroll;
    overflow-x: auto;
}
html,
body {
    height: 100%;
}
body {
    line-height: 1;
    color: #000;
    text-align: left;
    z-index: 1;
    position: relative;
    background: url("/assets/templates/avtozummer/img/bg.jpg");
    min-width: 1000px;
}

input [type='text']{
    padding: 0;
}
input, select, button, textarea {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
input,
textarea {
    outline: none;
}
textarea {
    resize:none;
    overflow: auto;
}
label, input[type="button"], input[type="submit"], button {
    cursor: pointer;
}
a, a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:focus, a:active {
    text-decoration: none;
}
input[type="search"]:focus {
    outline: none;
}
input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding:0;
    border:0;
}
:focus {
    outline: none;
}
input:invalid {
    outline: none;
    -moz-box-shadow: none;
    border: none;
}
::-webkit-input-placeholder {
    color: #000;
}
:-moz-placeholder {
    color: #000;
}
.placeholder {
    color: #000;
}


h2 {
    //float: left;
    width: 100%;
	font-family: 'pfdintextcomppro-regular';
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}
hr {
	float: left;
    width: 100%;
}
/* --------------- /Style to null --------------- */

/* --------------- fonts --------------- */
@font-face {
    font-family: "pfdintextcomppro-regular";
    src: url("/assets/templates/avtozummer/fonts/pfdintextcomppro-regular.woff") format("woff");
}
@font-face {
    font-family: "pfdintextcondpro-bold";
    src: url("/assets/templates/avtozummer/fonts/pfdintextcondpro-bold.woff") format("woff");
}
@font-face {
    font-family: "pts55f";
    src: url("/assets/templates/avtozummer/fonts/pts55f.woff") format("woff");
}
/* --------------- /fonts --------------- */

/* --------------- site --------------- */
.site {
    min-height: 100%;
    min-width: 1000px;

    overflow: hidden;
    position: relative;
    z-index: 1;
}
.site:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;

    height: 133px;
}
.site__content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
}
/* --------------- /site --------------- */

/* --------------- header --------------- */
.header {
    position: relative;
    background: #fff;
    /* height: 144px; */
	height: 174px;
    font-family: 'pfdintextcomppro-regular';
    margin-bottom: 19px;

}
.header__top{
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}
/* --------------- /header --------------- */

/* --------------- logo --------------- */
.logo {
    position: absolute;
    top: 15px;
    left: 42px;
}
/* --------------- /logo --------------- */

/* --------------- phone --------------- */
.phone{
    position: absolute;
    top: 39px;
    right: 16px;
}
.phone dt{
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 5px;
}
.phone dd{
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    color: #000;
}
.phone dd a{
    color: #000;

}
/* --------------- /phone --------------- */

/* --------------- menu_container --------------- */
.menu_container{
    background: url("/assets/templates/avtozummer/img/menu-back.png");
    height: 77px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    padding-top: 9px;
}
.menu_wrap{
    border-radius: 5px;
    background: #c27b10;
    overflow: hidden;
    width: 100%;
    height: 54px;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}
.cart{
    background: url("/assets/templates/avtozummer/img/cart.png");
    width: 138px;
    height: 52px;
    float: right;
    margin-top: 4px;
    padding-left: 50px;
    color: #000;
}
.goods_count{
    font-family: pfdintextcondpro-bold;
    margin-top: 5px;
}
.cart dt{
    display: inline-block;
    vertical-align: top;
}
.cart dd{
    display: inline-block;
    vertical-align: top;
}

/* --------------- /menu_container --------------- */

/* --------------- main_menu --------------- */
.main_menu{
    margin-right: 188px;
    border-radius: 5px;
    overflow: hidden;
    margin-left: 5px;
    margin-top: 5px;
}

.main_menu ul {
    display: table-row;
}
.main_menu li {
    width: auto;
    display: table-cell;
    text-align: center;
    height: 44px;
    padding-left: 3px;
    background: url("/assets/templates/avtozummer/img/line.png");
    vertical-align: bottom;
}
.main_menu li:first-child {
    padding: 0;
}
.main_menu a:hover{
    background: url("/assets/templates/avtozummer/img/hover-but.png");
    color: #fff;
}
.main_menu a {
    width: 1000px;
    height: 44px;
    display: table-cell;
    font-size: 18px;
    color: #000;
    background: url("/assets/templates/avtozummer/img/but.png");
    vertical-align: middle;

}
.main_menu  li.active a{
    background: url("/assets/templates/avtozummer/img/hover-but.png");
    cursor: default;
    color: #fff;
}
/* --------------- /main_menu --------------- */


/* --------------- site__left_aside --------------- */
.site__left_aside {
	width: 256px;
    float: left;
    font-family: 'pfdintextcomppro-regular';
}
.filter_left,.site__left_aside__menu,.articles {
    width: 256px;
    float: left;
    background: url("/assets/templates/avtozummer/img/left-asde.png") no-repeat;
    padding: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'pfdintextcomppro-regular';
}
.topic_type{
    background: url("/assets/templates/avtozummer/img/topic-back.png");
    height: 43px;
    line-height: 43px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    display: block !important;
    margin: 0 !important;
    border-bottom: 1px solid #ad5e00;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px #d16604;
    font-size: 18px;
    font-family: pfdintextcondpro-bold;
}
.site__left_aside__menu a{
    display: block;
    background: url("/assets/templates/avtozummer/img/aside-but.png");
    //width: 248px;
    //height: 33px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 25px;
    padding-top: 10px;
}
.site__left_aside__menu a:hover span{
    text-decoration: underline;
}
.site__left_aside__menu img{
    display: inline-block;
    vertical-align: top;
}
.site__left_aside__menu span{
    display: inline-block;
    vertical-align: top;
    margin: 7px 0 0 5px;
}
.sub_menu li span.count{
	margin: 0;
}

#razdeli li ul,.sub_menu li ul{
	display:none;
}



.sub_menu a{
    background: url("/assets/templates/avtozummer/img/sub-back.png");
    padding-left: 50px;
    line-height: 33px;
    color: #fff;
}
.sub_menu a:hover{
    text-decoration: underline;
}

.sub_menu li ul li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000000;
    font-size: 14px;
    height: 28px;
    line-height: 14px;
    padding-left: 60px;
}
.active > ul {
    background: none repeat scroll 0 0 #E8E8E8;
}
.more_goods ul li.active a{
    background: none repeat scroll 0 0 #7C7C7C;
	color: #FFFFFF;
}
/* --------------- /site__left_aside --------------- */

/* --------------- site__right_aside --------------- */
.site__right_aside{
    width: 256px;
    float: right;
    font-family: 'pfdintextcomppro-regular';
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.login, .filter_right{
    background:  url("/assets/templates/avtozummer/img/left-asde.png") no-repeat;
    width: 256px;
    padding: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;

}
.login_wrap, .articles_wrap{
    background: #e8e8e8;
    padding: 15px;
	margin-bottom: 8px;
}
.filter{
    background: #e8e8e8;
    padding: 15px;
    margin-bottom: 8px;
	min-height: 200px;
}
.filter.left{
    background: #e8e8e8;
    padding: 15px;
    margin-bottom: 8px;
	min-height: 100px;
}
.filter select {
    background: none repeat scroll 0 0 #CACACA;
    border: 1px solid #7C7C7C;
    color: #000000;
    display: block;
    height: 24px;
    margin: 5px 0 0;
    width: 200px;
}
.filter .itext {
    border: 1px solid #808080;
    color: #000000;
    float: left;
    font-size: 13px;
    height: 16px;
    margin: 0 7px 0 0;
    padding: 0;
    text-indent: 2px;
    width: 48px;
}
.filter .row {
    margin: 8px 0 0;
}
.filter .row > .inner {
    padding: 8px 0 0;
}
.filter .text {
    float: left;
    font-size: 12px;
    line-height: 18px;
    width: 22px;
}

.filter .isubmit {
    float: left;
    background: url("/assets/templates/avtozummer/img/submit-back.png");
    height: 29px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    width: 92px;
    margin-left: 15px;
}
.login input[type="password"],
.login input[type="text"]{
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    width: 200px;
    height: 27px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 10px;
}
.login__but_container{
    overflow: hidden;
}
.login__but_container input:hover, .filter .isubmit:hover {
    opacity: 0.8;
}
.login__but_container input{
    float: left;
    background: url("/assets/templates/avtozummer/img/submit-back.png");
    height: 29px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    width: 92px;
    margin-left: 15px;

}


.login__but_container .reg_but{
    color: #004d87;
    font-size: 13px;
    text-decoration: underline;
    margin-left: 15px;
    margin-right: 31px;
}
.login__but_container .reg_but:hover{
    color: #004d87;
    text-decoration: none;
}
.forget_but:hover{
    border: none;
}
.forget_but{
    text-decoration: none;
    color: #000;
    margin-left: 15px;
    font-size: 13px;
    display: inline-block;
    border-bottom: 1px dotted #000;
}
.more_goods{
    background:  url("/assets/templates/avtozummer/img/left-asde.png");
    width: 256px;
    /*padding: 4px;*/
    box-sizing: border-box;
    margin-bottom: 22px;
    -moz-box-sizing: border-box;
}
.more_goods .site__left_aside__menu a:hover{
    text-decoration: underline;
}
.more_goods .site__left_aside__menu a{
    line-height: 33px;
    padding-left: 25px;
}
/* --------------- /site__right_aside --------------- */

/* --------------- site_news --------------- */
.site_news{
    padding-left: 15px;
    margin-bottom: 25px;
}
.topic_type2{
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    margin-bottom: 18px;
}
.news_block a{
    display: block;
    margin-bottom: 10px;

}
.news_block time{
    display: block;
    font-family: pfdintextcondpro-bold;
    font-size: 15px;
}
.news_block{
    margin-bottom: 10px;
}
a.all_news:hover{
    text-decoration: none;
}
a.all_news{
    background: url("/assets/templates/avtozummer/img/arrow.png") no-repeat 0 7px;
    padding-left: 10px;
    color: #000;
    text-decoration: underline;
    display: inline-block !important;
}
/* --------------- /site_news --------------- */

/* --------------- articles --------------- */
.articles{
}
.articles a:hover{
    text-decoration: underline;
}
.articles a{
    color: #000;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}
/* --------------- /articles --------------- */

/* --------------- content-wrap --------------- */
.content-wrap {
    font-family: 'pts55f';
    margin: 0 265px;
}
.content-wrap p{
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 18px;
}
.content-wrap ul li{
	margin-bottom:3px;
}
.content-wrap ul{
	font-size:13px;
}


/* --------------- /content-wrap --------------- */

/* --------------- search --------------- */
.search{
    border: 1px solid #cdcdcd;
    background: #dfdfdf;
    padding: 2px;
    position: relative;
    margin-bottom: 25px;
}
.search input[type="text"]{
    font-size: 13px;
    color: #000;
    background: url("/assets/templates/avtozummer/img/search-back.png");
    height: 36px;
    border-radius: 5px;
    border: none;
    width: 100%;
    height: 37px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px;
}
.search input[type="submit"]{
    background: url("/assets/templates/avtozummer/img/search-but.png");
    width: 32px;
    height: 36px;
    position: absolute;
    top: 3px;
    right: 3px;
    border: none;
    text-indent: -5000px;
}
/* --------------- /search --------------- */

/* --------------- topic_type3 --------------- */
.topic_type3{
    font-weight: normal;
    font-size: 24px;
    font-family: 'pfdintextcomppro-regular';
    margin-bottom: 20px;
}
.other{
    position: absolute;
    left: -4250px;
}
/* --------------- /topic_type3 --------------- */

/* --------------- crumbs --------------- */
.crumbs{
    font-family: 'pts55f';
    font-size: 13px;
    margin-bottom: 15px;
}
.crumbs a:hover{
    text-decoration: none;
}
.crumbs a{
    /*background: url("/assets/templates/avtozummer/img/crumbs-arrow.png") no-repeat right 5px;*/
    color: #000;
    text-decoration: underline;
    /*padding-right: 10px;*/
    font-size: 13px;
    margin-right: 5px;
}
.crumbs a span{
    cursor: default;
}
/* --------------- /crumbs --------------- */

/* --------------- pagination --------------- */

.content-wrap .pages {
  font-family: Arial;
  margin-bottom: 10px;
  text-align: center;
}

.content-wrap .pages .current {
  background: none repeat scroll 0 0 orange;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 14px;
  padding: 2px 5px;
}

.content-wrap .pages a:hover{
  text-decoration: none; 
}
.content-wrap .pages a {
  background: none repeat scroll 0 0 #F5F5F5;
  font-family: Arial;
  font-size: 14px;
  padding: 2px 5px; 
  color: #000;
  text-decoration: underline; 
}
.paginationNext, .paginationPrev{
	display:none;
}
/* --------------- pagination --------------- */
/* --------------- goods_line --------------- */
.goods_line{
    overflow: hidden;
    min-width: 448px;
}




.goods_line:after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}
.goods_line .product{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.product{
    display: inline-block;
    vertical-align: top;
    width: 210px;
    background: #fff;
    border-radius: 5px;
    padding: 8px;
    box-sizing: border-box;
    box-shadow: 5px 5px 5px #e1e1e1;
    -moz-box-sizing: border-box;
	/*height: 245px;*/
	height: 365px;
}
.product:hover{
	box-shadow: 0 0 10px #6F6E6E;
    -moz-box-sizing: border-box;
}
.product__image{
    display: block;
    vertical-align: top;
    // border: 1px solid #b4b4b4;
    // width: 45%;
    margin-bottom: 10px;
	height: 133px;
	overflow: hidden;
}
.product__image img{
    width: 100%;
    display: block;
}
.busket_add{
    display: block;
   // width: 47%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  //  padding-left: 10px;
    font-size: 18px;
    padding-top: 15px;
    font-family: 'pfdintextcomppro-regular';
}
.busket_add dl{
    /*margin-bottom: 15px;*/
	height: 40px;
	float: left;
}
.busket_add dd{
    display: inline-block;
    vertical-align: top;
}
.busket_add dt{
    display: inline-block;
    vertical-align: top;
}
.shk-but:hover{
    opacity: 0.8;
}
.busket_add .shk-but{
    border: none;
    padding: 0;
    text-indent: -5000px;
    background: url("/assets/templates/avtozummer/img/busket-but.png");
    width: 87px;
    height: 30px;
	float: right;
}
.shk-but-dis {
    font-weight: bold;
    height: 30px;
    margin: 5px 5px 0 0;
}

.product .shk-but-dis {
	margin: 0px 0px 0 0;
}
.product > dl dd,
.product > dl dt{
    font-family: pts55f;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
}
.product_title {
	height:50px;
}

#razdeli.razdeli1{
	width: 200px;
}


.product .product_title{
	height:inherit;
	min-height: 55px;
}
.product a {
    color: #000000;
}
.product a:hover {
    text-decoration: underline;
}
/* --------------- /goods_line --------------- */

/* --------------- paginator --------------- */
.paginator{
    margin-bottom: 50px;
    font-family: pts55f;
}
.paginator dt{
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-family: pts55f;
}
.paginator dd{
    display: inline-block;
    vertical-align: top;
}
.paginator dd a:hover{
    text-decoration: underline;
}
.paginator dd a{
    color: #000;
    text-decoration: none;
}

/* --------------- /paginator --------------- */

/* --------------- discount --------------- */
.discount{
    position: relative;
	text-decoration: line-through;
	color: #6F6E6E !important;
	padding-left: 35px;
}
.discount:after{
    position: absolute;
    top: -40px;
    left: -110px;
    background: url("/assets/templates/avtozummer/img/discount.png");
    width: 44px;
    height: 44px;
    content: "";
}
/* --------------- /discount --------------- */

/* --------------- news__gall --------------- */
.news__gall{
    width: 444px;
    float: left;
	margin-right: 10px;
}

.news__gall__miniGallWrap > span {
    font-family: pts55f;
    font-size: 13px;
    line-height: 18px;
}
.preview{
    text-align: justify;
}
.preview:after{
    width: 100%;
    content: "";
    display: inline-block;
    height: 0;
}
.preview li{
    display: inline-block;
    vertical-align: top;
    width: 32%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.preview li img{
	width: 120px;
    //width: 68px;
    //height: 68px;
    display: block;
}
.news__gall__imgBigWrap a img{
	width: 440px;
}
.news__gall__imgBigWrap{
    margin-bottom: 8px;
	
}
/* --------------- /news__gall --------------- */

/* --------------- product_descript --------------- */
.product_descript{
    //margin-left: 220px;
	display: inline-block;
    min-height: 307px;
    font-family: pts55f;
    margin-bottom: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    //padding-left: 20px;
    font-size: 13px;
}
.product_descript .plus{
    background: url("/assets/templates/avtozummer/img/up.png");
    width: 14px;
    height: 13px;
    text-indent: -5000px;
    cursor: pointer;
    display: block;
    margin-bottom: 0;
}
.product_descript .minus{
    background: url("/assets/templates/avtozummer/img/minus.png");
    width: 14px;
    height: 14px;
    text-indent: -5000px;
    cursor: pointer;
    display: block;
    margin-bottom: 0;

}
.but_container{
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
}
.product_caunt{
    margin-bottom: 15px;
}
.product_caunt input{
    display: inline-block;
    vertical-align: top;
    width: 78%;
    height: 27px;
    border: none;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px;
}
.product_descript dt{
    display: inline-block;
    margin-top: 4px;
    vertical-align: bottom;
}
.product_descript dd{
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    vertical-align: bottom;
}
.product_descript span{
    color: #686868;
    font-size: 12px;
    display: block;
    margin-bottom: 15px;
}
.product_descript .shk-but{
    margin-bottom: 15px;
}
.product_descript p{
    margin-bottom: 0;
	margin-top: 10px;
}
.discount__text{
    margin-top: 150px;
}

/* --------------- /product_descript --------------- */

/* --------------- sale_hits --------------- */
.sale_hits .product{
    width: 100%;
}
.sale_hits .product a{
    display: block;
}
.sale_hits .ares-slider_item img{
    margin-bottom: 0;
}
.sale_hits  .ares-slider{
    /*height: 210px;*/
	width: 97%;
}
.sale_hits  .ares-slider__next,
.sale_hits  .ares-slider__prev{
    top: 85.5px !important;
}
.slider2.sale_hits {
    float: left;
    width: 100%;
}
/* --------------- /sale_hits --------------- */

/* --------------- content --------------- */
.content{
    font-family: arial;
}
.content h1, .content h2, .content h3 {
    font-weight: normal;
    font-family: 'pts55f';
    color: #282525;
}
.content h1 > span, .content h2 > span, .content h3 > span{
    display: block;
    color: #282525;
}
.content h1 {
    font-size: 30px;
    margin-bottom: 10px;
}
.content h2 {
    font-size: 24px;
    margin-bottom: 23px;
}
.content h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
.content p {
    font-size: 13px;
    line-height: 16px;
    text-align: justify;
    margin-bottom: 18px;
}
.content p.images {
}
.content ul {
    font-size: 13px;
    margin-bottom: 19px;
}
.content ul li {
    position: relative;
    font-size: 13px;
    padding-left: 20px;
    line-height: 19px;
}
.content ul li:before {
    position: absolute;
    content: '';
    background: url("/assets/templates/avtozummer/img/dot.png");
    width: 5px;
    height: 5px;
    top: 6px;
    left: 2px;
}
.content span {
    color: #000;
}
.content table {
    font-size: 12px;
    font-family: Arial;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}
.content tbody tr {
    height: 31px;
}
.content thead tr {
    background: #dcdcdc;
    font-weight: bold;
    height: 26px;
}
.content thead tr th:first-child{
    border-left: none;
}
.content thead tr th {
    border-left: 1px solid #d28a1c;
    padding-top: 6px;
    background: #d28a1c;
}
.content td, th {
    border: 1px solid #d28a1c;
    padding: 9px 15px 0px 15px;
}
.content dl {
    font-size: 12px;
    margin-bottom: 55px;
}
.content dl dt {
    float: left;
    padding-right: 10px;
}
.content dl dd {
    float: left;
    border-left: 1px solid #000;
}
.content dl dt+dd {
    border-left: none;
}
.content dl dd a {
    color: #000;
    text-decoration: underline;
    display: inline-block;
    padding-left: 7px;
    padding-right: 7px;
}
.content dl dd a:hover {
    text-decoration: none;
}
.content p > img {
    float: left;
    margin: -8px 17px 3px 0px;
}
.content p.fon {
    background: #eeeeee;
    padding: 15px;
}
.content ol {
    font-size: 13px;
    line-height: 20px;
    margin: 20px 0 92px 23px;
    list-style-type:decimal;
}
.content form {
}
/* --------------- /content --------------- */


/* --------------- contact --------------- */
.contact {
    margin-top: 20px;
    margin-bottom: 62px;
    position: relative;
    width: 97%;
}
.contact fieldset {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    font-family: Arial;
    overflow: hidden;
}
.contact label {
    width: 15%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    padding-top: 5px;
    padding-right: 2%;
    float: right;
}
.contact fieldset input,
.contact fieldset textarea {
    border: 1px solid #a09a9a;
    display: inline-block;
    width: 82%;
    float: right;
}
.contact fieldset textarea{
    height: 169px;
}
.contact fieldset input {
    height: 22px;
}
.button {
    position: absolute;
    right: 0;
    bottom: -50px;
}
.button input {
    background: #d28a1c;
    width: 120px;
    height: 35px;
    border-radius: 5px;
    border: none;
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: none;
    cursor: pointer;
    box-shadow: 2px 3px 3px #eaeff6;
}
.button input:hover {
    background-position: 0 -37px;
}
.button input:active {
    background-position: 0 bottom;
}
/* --------------- /contact --------------- */


/* --------------- footer --------------- */
.footer {
    z-index: 2;
    position: relative;
    margin-top: -133px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 15px;
}
.footer__layout {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 133px;
    position: relative;
    background: url("/assets/templates/avtozummer/img/footer-line.png") repeat-x;
	padding-top: 40px;
}
.copy{
    top: 37px;
	margin:0 auto;
    white-space: pre-line;
    font-size: 13px;
    font-family: pts55f;
    background: url("/assets/templates/avtozummer/img/footer-img.png") no-repeat;
    padding-left: 166px;
    padding-top: 31px;
    height: 58px;
	width:800px;
    
}
/* --------------- /footer --------------- */

.photo > img {
    /*float: left;*/
    padding: 0 10px;
}
.content-wrap > img {
    float: left;
    padding: 10px;
}
.catalog_menu .active > a {
	background: url("/assets/templates/avtozummer/img/active.png") repeat scroll 0 0 rgba(0, 0, 0, 0)!important;
    color: #FFFFFF;
}
/*
.modelD a:hover{
	text-decoration:underline;
}
.modelD span:after{
	border:1px solid #ccc;
	content:"|"
}

.modelD span{
	//margin-right:10px;
}
*/
.modelD {
    display: block;
    float: left;
    height: 100%;
    width: 100%;
}

.modelD a:hover{
	text-decoration:underline;
}
.modelD a {
    display: block;
    float: left;
    width: 25%;
}


#position{
	position: fixed;
	top: 0;
	z-index: 10;
}



/*** notice ***/

#form-container{
	width: 400px;
	height: 650px;
	overflow: hidden;
}

#form-container h1{
	text-align: center;
	margin-bottom: 10px;
	color: #000;
}

#form-container  table{
	float: left;
}

#form-container h2 {
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #aaaaaa;
	border-bottom: 1px solid #eeeeee;
}

#form-container hr {
	margin-bottom:15px;
}

#form-container table tr td {
	padding: 5px;
}
#form-container td {
	//white-space: nowrap;
}
#form-container input,#form-container select,#form-container textarea{
	width: 200px;
	height: 20px;
}	
#form-container textarea{
	max-width: 200px;
	min-height: 150px;
	max-height: 200px;
	
	
}
#form-container label{
	font-size: 15px;
}
#form-container input[type="reset"],#form-container input[type="submit"]{
	width: 90px;
	height: 30px;
	margin-top: 30px;
}

.hideINputs{
	display: none;
}

#background ,
#background1{
	top:0;
	left: 0;
	position: fixed;
	background: rgb(119, 119, 119);
	opacity: 0.7;
	z-index: 999;
	display: none;
	height: 100%;
	width: 100%;
}

#modal_window1 .mCenter{
	font-size: 18px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

#modal_window,
#modal_window1 {
	display: none;
	z-index: 9999;
	border: 1px solid #444;
	background-color: #FEFEFE;
	border-radius: 10px;
	padding: 15px 20px;
	height: 650px;
	width: 400px;
}

#modal_window1{
	display:table;
	height: 150px !important;
} 

.close_popup{
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/assets/templates/avtozummer/img/fancybox.png') 0px 0px;
	cursor: pointer;
	z-index: 1103;
}
/*** notice ***/

.yashare-auto-init {
	width: 260px;
	float: right;
	margin-right: 13px;
	margin-top: -1px;

}
#shopOrderForm input[type="submit"]{
	width: 103px;
	height: 30px;
}
#shopOrderForm{
	margin-bottom: 50px;
}
#shopOrderForm td{
	vertical-align:middle;
}

#shopOrderForm input[type="text"]{
	width:180px;
}
#shopOrderForm input[type="text"],
#shopOrderForm select,
#shopOrderForm textarea{
	margin:5px 0px 5px 0;
}

#razdeli li ul{
	margin-left:15px;
}

.order ul{
	margin-left:19px;
	list-style-type:circle;
	display: inline-block;
}

.models .likeed{
	color: #5F65F5;
}

.models{
	cursor:pointer;
}


.likeOrder .nMark a:hover,
.likeOrder .nModels a:hover{
	text-decoration: none;
}
.likeOrder .nMark a{
	color: #0000F7;
	font-size: 14px;
	text-decoration: underline;
}
.likeOrder .nMark{
	margin:-5px 0 10px 15px;
}
.likeOrder .nModels{
	margin-left: 30px;
	margin-bottom: 5px;
}

.likeOrder .nModels a{
	color: #1745D8;
	font-size: 12px;
	text-decoration: underline;
}
.likeOrder .grp{
	border: 1px solid #DDD	;
	width:200px;
	margin-bottom:20px;
}
.likeOrder .group_1{
	margin-left:10px;
	float:left;
}
.likeOrder .group_2{
	margin-left:20px;
	float:left;
}

.showMarkModel .close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/assets/templates/avtozummer/img/fancybox.png') 0px 0px;
	cursor: pointer;
	//z-index: 999;
}


.showMarkModel{
	display: none;
	z-index: 9;
}

.likeOrder .modelCount{
	margin-bottom: 20px;
	color: #C77721;
}
.likeOrder{
	//direction: rtl;
	height: 100%;
	padding: 10px;
	padding-top: 20px;
		 
	min-width: 300px;
	max-width: 500px;
	min-height: 200px;
	max-height: 500px;
	overflow: scroll;
	overflow-x: hidden;
	background-color: #f2f2f2;
	box-shadow: 0 0 12px #ccc;
}

 
 .content-text {
	overflow: hidden;
	display: inline-block;
}

fieldset {
	position: relative;
}
fieldset:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.index_model {
	width: 100%;
	float: none;
	padding-top: 30px;
	background: none;
	margin-bottom: 15px;
}
.index_model ul {
	font-size: 0;
	background: #fff none repeat scroll 0 0;
}
.index_model ul li {
	display: inline-block;
	//width: 20%;
	font-size: 100%;
}
.index_model ul li a{
	width: 100%;
	background: none;
}
.catalog_menu .active li a, .catalog_menu .active .active > a, .catalog_menu li ul li a {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #f0f0f0;
    height: auto;
    padding: 2px 10px 10px 20px !important;
    text-transform: none;
}
.content-text {
    overflow: hidden;
    
}
.photo {
    float: left;
}
.news {
    position: relative;
    display: table;
}
.news:after {
    content: '';
    display: table;
    clear: both;
    height: auto;
}
/*
     FILE ARCHIVED ON 11:34:39 May 29, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:53:31 Feb 24, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  esindex: 0.016
  exclusion.robots.policy: 0.319
  PetaboxLoader3.datanode: 85.626 (4)
  captures_list: 94.542
  CDXLines.iter: 18.779 (3)
  exclusion.robots: 0.335
  PetaboxLoader3.resolve: 58.651
  load_resource: 85.308
  LoadShardBlock: 71.827 (3)
  RedisCDXSource: 0.621
*/