/* новый набор основных стилей */
/* Зеленая кнопка */
.button-green {
  display: block;
  width: 516px;
  height: 59px;
  margin: 30px auto 0;
  border-radius: 5px;
  border: none;
  background-clip: padding-box;
  background-color: #76c127;
  box-shadow: 0 4px 0 rgba(65, 107, 21, 0.75);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  color: #ffffff;
  font-family: "Myriad Pro";
  font-size: 36px;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.45);
  outline: none;
  cursor: pointer;
  line-height: 65px;
}
/* Кнопка задать вопрос специалисту */
#add-ask-expert,
.link_akcii {
  display: inline-block;
  padding: 10px 15px;
  height: 20px;
  line-height: 24px;
  background: #fec12d;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  cursor: pointer;
}
#add-ask-expert:hover,
.link_akcii:hover {
  background: #ffb520;
}
/* Форма задать вопрос специалисту */
form#add-ask-expert-form {
  margin-bottom: 30px;
  font-family: "Myriad Pro";
  font-size: 15px;
  color: #595959;
  text-align: center;
  display: block;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.24);
  color: #ffffff;
  padding: 22px;
}
form#add-ask-expert-form h3 {
  text-align: center;
  font-family: "Myriad Pro";
  font-size: 36px;
  font-weight: bold;
  color: #c91f20;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
form#add-ask-expert-form p {
  font-family: "Myriad Pro";
  font-size: 15px;
  color: #595959;
  text-align: center;
}
form#add-ask-expert-form .caption {
  text-align: left;
  color: #595959;
  font-weight: bold;
  margin-left: 10px;
}
form#add-ask-expert-form .field {
  text-align: left;
  padding: 15px 13px 10px 45px;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.75);
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: 10px 13px;
}
form#add-ask-expert-form .field input,
form#add-ask-expert-form .field textarea {
  border: none;
  background: transparent;
  outline: none;
  font-family: "Myriad Pro";
  font-size: 15px;
  color: #595959;
  width: 100%;
}
form#add-ask-expert-form .field input.invalid {
  color: #af1b1f;
}
form#add-ask-expert-form .field label.invalid {
  background: #af1b1f;
  padding: 0px 3px;
  margin-left: 0px;
  margin-top: -33px;
  font-size: 10px;
  float: right;
  margin-right: -11px;
}
form#add-ask-expert-form .field i {
  position: absolute;
  color: #595959;
  margin-left: -25px;
}
form#add-ask-expert-form button,
form#add-ask-expert-form .button {
  width: 321px;
  height: 37px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: none;
  border-radius: 3px;
  background-color: #77c127;
  -webkit-box-shadow: 0 3px rgba(65, 107, 21, 0.75);
  -moz-box-shadow: 0 3px rgba(65, 107, 21, 0.75);
  box-shadow: 0 3px rgba(65, 107, 21, 0.75);
  margin: 0 auto;
  padding-top: 10px;
  font-family: "Myriad Pro";
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
form#add-ask-expert-form button.button,
form#add-ask-expert-form .button.button {
  height: 25px;
}
/* Шаблон формы */
._template-form {
  font-family: "Myriad Pro";
  font-size: 15px;
  color: #595959;
  text-align: center;
  display: block;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.24);
  color: #ffffff;
  padding: 22px;
}
._template-form h3 {
  text-align: center;
  font-family: "Myriad Pro";
  font-size: 36px;
  font-weight: bold;
  color: #c91f20;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
._template-form p {
  font-family: "Myriad Pro";
  font-size: 15px;
  color: #595959;
  text-align: center;
}
._template-form .caption {
  text-align: left;
  color: #595959;
  font-weight: bold;
  margin-left: 10px;
}
._template-form .field {
  text-align: left;
  padding: 15px 13px 10px 45px;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.75);
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: 10px 13px;
}
._template-form .field input,
._template-form .field textarea {
  border: none;
  background: transparent;
  outline: none;
  font-family: "Myriad Pro";
  font-size: 15px;
  color: #595959;
  width: 100%;
}
._template-form .field input.invalid {
  color: #af1b1f;
}
._template-form .field label.invalid {
  background: #af1b1f;
  padding: 0px 3px;
  margin-left: 0px;
  margin-top: -33px;
  font-size: 10px;
  float: right;
  margin-right: -11px;
}
._template-form .field i {
  position: absolute;
  color: #595959;
  margin-left: -25px;
}
._template-form button,
._template-form .button {
  width: 321px;
  height: 37px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: none;
  border-radius: 3px;
  background-color: #77c127;
  -webkit-box-shadow: 0 3px rgba(65, 107, 21, 0.75);
  -moz-box-shadow: 0 3px rgba(65, 107, 21, 0.75);
  box-shadow: 0 3px rgba(65, 107, 21, 0.75);
  margin: 0 auto;
  padding-top: 10px;
  font-family: "Myriad Pro";
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
._template-form button.button,
._template-form .button.button {
  height: 25px;
}
/* Форма на карте */
#callback-map {
  position: absolute;
  z-index: 1;
  display: block;
  margin-top: 20px;
  margin-left: 25px;
  width: 415px;
  height: 412px;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.24);
  color: #ffffff;
  padding: 22px;
}
#callback-map h3 {
  text-align: center;
  font-family: "Myriad Pro";
  font-size: 36px;
  font-weight: bold;
  color: #c91f20;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
#callback-map p {
  font-family: "Myriad Pro";
  font-size: 15px;
  color: #595959;
  text-align: center;
}
#callback-map > div {
  text-align: center;
}
#callback-map .box {
  text-align: left;
  padding: 15px 13px 10px 40px;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.75);
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: 10px 13px;
}
#callback-map input,
#callback-map textarea {
  border: none;
  background: transparent;
  outline: none;
  font-family: "Myriad Pro";
  font-size: 15px;
  color: #595959;
  width: 100%;
}
#callback-map input.invalid {
  color: #af1b1f;
}
#callback-map label.invalid {
  background: #af1b1f;
  padding: 0px 3px;
  margin-left: 0px;
  margin-top: -33px;
  font-size: 10px;
  float: right;
  margin-right: -11px;
}
#callback-map button {
  width: 321px;
  height: 37px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: none;
  border-radius: 3px;
  background-color: #77c127;
  -webkit-box-shadow: 0 3px rgba(65, 107, 21, 0.75);
  -moz-box-shadow: 0 3px rgba(65, 107, 21, 0.75);
  box-shadow: 0 3px rgba(65, 107, 21, 0.75);
  margin: 0 auto;
  padding-top: 10px;
  font-family: "Myriad Pro";
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
/* Пагинация */
.page_link {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  line-height: 30px;
  text-align: center;
  margin-left: 10px;
  transition: all ease .3s;
}
.page_link:hover {
  background: #b52d21;
  color: #ffffff;
}
.page_link ~ span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  line-height: 30px;
  text-align: center;
  margin-left: 10px;
  background: #ebebeb;
}
/* Баннер для страницы СОТРУДНИЧЕСТВО */
.edgeLoad-cooperation {
  visibility: hidden;
}
#cooperation {
  margin: 0 auto;
  width: 672px;
}
#cooperation #Stage {
  overflow: visible !important;
  min-height: 1000px !important;
  height: auto !important;
}
#cooperation p.intro {
  color: #001d3d;
  font-family: "Myriad Pro";
  font-size: 14px;
  text-align: center;
}
#cooperation #Stage_arrows-box a {
  float: left;
  width: 168px;
  color: #252525;
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
#cooperation #Stage_arrows-box a:hover {
  color: #ff0000;
  text-decoration: none;
}
#cooperation #Stage_arrows-box a > div {
  height: 96px;
}
#cooperation #Stage_arrows-box a > div img {
  margin: 0;
}
#cooperation .callback-form form {
  width: 670px;
  height: 530px;
  border-radius: 10px;
  background: #fafafa url(/images/partner/coop-curly-arrow.png) no-repeat 50% 45px;
  background-clip: padding-box;
  margin: 0 auto;
  display: block;
  border: 1px dashed #adadad;
}
#cooperation .callback-form form:before {
  clear: both;
  content: " ";
  margin-top: 55px;
}
#cooperation .callback-form form label.title {
  color: #001d3d;
  font-family: "Myriad Pro";
  font-size: 14px;
  font-style: italic;
  text-shadow: 0 0 0.1px #001d3d;
  text-align: center;
  display: block;
  margin: 20px auto;
}
#cooperation .callback-form form button {
  display: block;
  width: 516px;
  height: 59px;
  margin: 30px auto 0;
  border-radius: 5px;
  border: none;
  background-clip: padding-box;
  background-color: #76c127;
  box-shadow: 0 4px 0 rgba(65, 107, 21, 0.75);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  color: #ffffff;
  font-family: "Myriad Pro";
  font-size: 36px;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.45);
  outline: none;
  cursor: pointer;
  line-height: 65px;
}
#cooperation-clients {
  width: 700px;
  margin-bottom: 50px;
  /* Вводный блок */
  /* Кнопки */
  /* Презентация */
  /* Прайс-лист */
}
#cooperation-clients > .intro {
  background: #ffffff url("/images/partner/coop-clients-intro.png") no-repeat 96% 0;
  height: 260px;
}
#cooperation-clients > .intro p {
  margin: 0;
  padding: 10px 0 0 25px;
  line-height: 46px;
  color: #000000;
  font-family: "Myriad Pro";
  font-size: 36px;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.68);
}
#cooperation-clients > .intro span.red {
  color: #dd2220;
}
#cooperation-clients > .buttons {
  width: 100%;
  height: 155px;
}
#cooperation-clients > .buttons > a {
  display: block;
  float: left;
  width: 25%;
  color: #000000;
  font-family: "Myriad Pro";
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-top: 80px;
  background-position: center top;
  background-repeat: no-repeat;
  text-decoration: none;
}
#cooperation-clients > .buttons > a:hover {
  color: #dd2220;
}
#cooperation-clients > .buttons > .button-1 {
  background-image: url("/images/partner/coop-clients-service-1.png");
}
#cooperation-clients > .buttons > .button-2 {
  background-image: url("/images/partner/coop-clients-service-2.png");
}
#cooperation-clients > .buttons > .button-3 {
  background-image: url("/images/partner/coop-clients-service-3.png");
}
#cooperation-clients > .buttons > .button-4 {
  background-image: url("/images/partner/coop-clients-service-4.png");
}
#cooperation-clients > .presentation {
  margin-top: 50px;
  margin-bottom: 50px;
  background: url(/images/partner/presentation-bg.png) no-repeat center top;
  height: 605px;
  padding-top: 10px;
  text-align: center;
}
#cooperation-clients > .presentation h2 {
  line-height: 0;
  text-align: center;
}
#cooperation-clients > .presentation p {
  margin-top: 10px;
  padding-top: 10px;
}
#cooperation-clients > .presentation p:nth-child(odd) {
  padding: 0 130px 0 170px;
}
#cooperation-clients > .presentation p:nth-child(even) {
  padding: 0 140px 0 150px;
}
#cooperation-clients > .price-list {
  margin-top: 50px;
}
#cooperation-clients > .price-list h2 {
  position: absolute;
  padding: 22px 0 0 0;
  margin: 0 0 0 -20px;
  color: #ffffff;
  font-family: "Myriad Pro";
  font-size: 30px;
  font-weight: bold;
  text-shadow: 0 -1px 1px rgba(116, 25, 25, 0.75);
  text-align: center;
  text-transform: uppercase;
  background: url("/images/partner/coop-price-list-arrow.png") no-repeat center top;
  width: 100%;
  height: 81px;
}
#cooperation-clients > .price-list table {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  border-collapse: collapse;
}
#cooperation-clients > .price-list table .column-2,
#cooperation-clients > .price-list table .column-3,
#cooperation-clients > .price-list table .column-4,
#cooperation-clients > .price-list table .column-5 {
  width: 120px;
}
#cooperation-clients > .price-list table thead {
  color: #225374;
  font-family: "Myriad Pro";
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  vertical-align: top;
}
#cooperation-clients > .price-list table thead td > div:first-child {
  margin-top: 100px;
  margin-bottom: 5px;
  height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
}
#cooperation-clients > .price-list table thead td > div:last-child {
  margin-bottom: 10px;
  line-height: 14px;
}
#cooperation-clients > .price-list table td {
  border: none;
  border-color: transparent;
  border-right: 1px dashed #ff9c00;
}
#cooperation-clients > .price-list table td:last-child {
  border-right: none;
}
#cooperation-clients > .price-list table td.column-1 > div {
  text-align: left;
  font-weight: normal;
}
#cooperation-clients > .price-list table td div {
  padding: 6px 3px 3px 3px;
  font-family: "Myriad Pro";
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
#cooperation-clients > .price-list table tr:first-child td {
  border: none;
  border-color: transparent;
  border-right: 1px dashed #ff9c00;
}
#cooperation-clients > .price-list table tr:first-child td:last-child {
  border-right: none;
}
#cooperation-clients > .price-list table tr:first-child td.column-1 > div {
  background-image: url("/images/partner/coop-clients-prlist.png");
  margin-top: 110px;
  height: 88px;
  text-align: left;
  font-weight: normal;
}
#cooperation-clients > .price-list table tr:first-child td.column-2 > div:first-child {
  background-image: url("/images/partner/price-sedan.png");
}
#cooperation-clients > .price-list table tr:first-child td.column-3 > div:first-child {
  background-image: url("/images/partner/price-cross.png");
}
#cooperation-clients > .price-list table tr:first-child td.column-4 > div:first-child {
  background-image: url("/images/partner/price-jeep.png");
}
#cooperation-clients > .price-list table tr:first-child td.column-5 > div:first-child {
  background-image: url("/images/partner/price-suv.png");
}
#cooperation-clients > .price-list table tr:first-child td div {
  padding: 6px 3px 3px 3px;
  font-family: "Myriad Pro";
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
#cooperation-clients > .price-list table .line > td {
  background: url("/images/partner/coop-clients-point-line.png") no-repeat right center;
  padding: 10px 0;
}
#cooperation-clients > .price-list table .line > td:first-child {
  background-position: left center;
}
#cooperation-clients > .price-list table tr:nth-child(even),
#cooperation-clients > .price-list table tr:nth-child(even) div {
  background-color: #efefef;
}
#catalogMenu > .menuItem .submenu {
  display: none;
}
#catalogMenu > .menuItem.active .submenu {
  display: block;
}
div.img_frame {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  border: 0;
}
div.img_frame:nth-child(odd) {
  clear: both;
}
#choose-our-service {
  width: 100%;
  margin: 0 25px;
  clear: both;
}
#choose-our-service h2 {
  color: #af1b1f;
  font-family: "Myriad Pro";
  font-size: 36px;
  font-weight: bold;
  margin-bottom: -15px;
}
#choose-our-service h2:after {
  content: "";
  border-top: 1px solid #af1b1f;
  float: right;
  margin-top: 18px;
  width: 650px;
  margin-right: 50px;
}
#choose-our-service .profit {
  width: 32%;
  display: inline-block;
  color: #000000;
  font-family: "Myriad Pro";
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.67);
  padding: 35px 0 30px;
  height: 60px;
  float: left;
  background-position: left center;
  background-repeat: no-repeat;
}
#choose-our-service .profit > div {
  margin-left: 85px;
}
#choose-our-service .profit.line > div {
  margin-top: 14px;
}
#partners-link {
  width: 100%;
  margin: 0 25px;
  clear: both;
  transition: all ease .3s;
}
#partners-link h2 {
  color: #af1b1f;
  font-family: "Myriad Pro";
  font-size: 36px;
  font-weight: bold;
  margin-bottom: -15px;
}
#partners-link h2:after {
  content: "";
  border-top: 1px solid #af1b1f;
  float: right;
  margin-top: 18px;
  width: 905px;
  margin-right: 50px;
}
#partners-link img {
  margin: 0 auto 20px;
}
#partners-link .profit {
  width: 24%;
  display: block;
  color: #000000;
  font-family: "Myriad Pro";
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.67);
  text-align: center;
  padding: 35px 0 30px;
  height: 150px;
  float: left;
  background-position: left center;
  background-repeat: no-repeat;
}
#partners-link .profit:hover {
  color: #af1b1f;
}
footer .counters a {
  text-decoration: none !important;
}
/*body {
    #wrapper{
        margin-top : 50px;
    }

    @keyframes animaciya {
        0% {

            //background-color : #af1b1f;
            background-position: 0 40%;

        }
        100% {
            //background-color : #2a2a2a;
            background-position: 0 80%;
        }
    }

    #top-banner {
        height     : 50px;
        width      : 100%;
        position   : absolute;
        overflow   : hidden;
        background: #af1b1f url("http://koleso69.ru/images/news/2d5dc5ef2f0a4f4_20170131115517.jpeg") 0 0 no-repeat;
        background-size: cover;
        //animation  : animaciya 2s ease-in-out 2s infinite alternate;
        animation  : animaciya 20s ease-in-out 2s infinite alternate;
        border-bottom: 3px solid #af1b1f;
        z-index: 9999;
        top : 0;
        &:before{
            width : 100%;
            height : 50px;
            top : 0;
            left : 0;
            position: absolute;
            content: "";
            background: rgba(0,0,0,.6);
        }
        &:hover{
            position   : fixed;
            height : 350px;
            transition: height 2s ease-in-out;

            &:before{
                height : 350px;
            }
        }
    }

    .banner-wrapper {
        min-width : 1280px;
        max-width : 1280px;
        margin    : 0 auto;
        position  : relative;
        .banner-stage{
            text-align: center;
            color: #ffffff;
            font-size : 18px;
            padding-top : 15px;
            h5{
                margin : 0;
                padding : 0;
                & + p{
                    margin-top : 30px;
                }
            }
            p{
                width : 600px;
            }
        }
    }
    #banner-close {
        position : absolute;
        right    : 0;
        top      : 15px;
        cursor   : pointer;
    }

}*/
.cmn-frame-closed {
  display: none !important;
}
.general #content .price-list h2 {
  position: absolute;
  padding: 22px 0 0 0;
  margin: 0;
  color: #ffffff;
  font-family: "Myriad Pro";
  font-size: 26px;
  font-weight: bold;
  text-shadow: 0 -1px 1px rgba(116, 25, 25, 0.75);
  text-align: center;
  text-transform: uppercase;
  background: url("/images/partner/coop-price-list-arrow.png") no-repeat center top;
  width: 100%;
  height: 81px;
}
.general #content .price-list table {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  border-collapse: collapse;
}
.general #content .price-list table .column-2,
.general #content .price-list table .column-3,
.general #content .price-list table .column-4,
.general #content .price-list table .column-5 {
  width: 120px;
}
.general #content .price-list table thead {
  color: #225374;
  font-family: "Myriad Pro";
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  vertical-align: top;
}
.general #content .price-list table thead td > div:first-child {
  margin-top: 100px;
  margin-bottom: 5px;
  height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
}
.general #content .price-list table thead td > div:last-child {
  margin-bottom: 10px;
  line-height: 14px;
}
.general #content .price-list table tr > td {
  border: none;
  border-color: transparent;
  border-right: 1px dashed #ff9c00;
}
.general #content .price-list table tr > td:last-child {
  border-right: none;
}
.general #content .price-list table tr > td.column-1 > div {
  text-align: left;
  font-weight: normal;
}
.general #content .price-list table tr > td div {
  padding: 6px 3px 3px 3px;
  font-family: "Myriad Pro";
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.general #content .price-list table tr:first-child td {
  border: none;
  border-color: transparent;
  border-right: 1px dashed #ff9c00;
}
.general #content .price-list table tr:first-child td:last-child {
  border-right: none;
}
.general #content .price-list table tr:first-child td.column-1 > div {
  background-image: url("/images/partner/coop-clients-prlist.png");
  margin-top: 110px;
  height: 88px;
  text-align: left;
  font-weight: normal;
}
.general #content .price-list table tr:first-child td.column-2 > div:first-child {
  background-image: url("/images/partner/price-sedan.png");
}
.general #content .price-list table tr:first-child td.column-3 > div:first-child {
  background-image: url("/images/partner/price-cross.png");
}
.general #content .price-list table tr:first-child td.column-4 > div:first-child {
  background-image: url("/images/partner/price-jeep.png");
}
.general #content .price-list table tr:first-child td.column-5 > div:first-child {
  background-image: url("/images/partner/price-suv.png");
}
.general #content .price-list table tr:first-child td div {
  padding: 6px 3px 3px 3px;
  font-family: "Myriad Pro";
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.general #content .price-list table .line > td {
  background: url("/images/partner/coop-clients-point-line.png") no-repeat right center;
  padding: 10px 0;
}
.general #content .price-list table .line > td:first-child {
  background-position: left center;
}
.general #content .price-list table tr:nth-child(even),
.general #content .price-list table tr:nth-child(even) div {
  background-color: #efefef;
}
