@charset 'utf-8';

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}


table{border-collapse: collapse;}

*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


/*----------------base-----------------*/
@font-face{
  font-family: 'DINPro';
  src:url('/fonts/DINPro-Regular.eot');
  src:url('/fonts/DINPro-Regular.eot#?iefix') format('embedded-opentype'),
      url('/fonts/DINPro-Regular.woof') format('woof'),
      url('/fonts/DINPro-Regular.ttf') format('truetype'),
      url('/fonts/DINPro-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face{
  font-family: 'DINPro';
  src:url('/fonts/DINPro-Light.eot');
  src:url('/fonts/DINPro-Light.eot#?iefix') format('embedded-opentype'),
      url('/fonts/DINPro-Light.woof') format('woof'),
      url('/fonts/DINPro-Light.ttf') format('truetype'),
      url('/fonts/DINPro-Light.svg') format('svg');
  font-weight: 200;
  font-style: normal;
}

@font-face{
  font-family: 'DINPro';
  src:url('/fonts/DINPro-Bold.eot');
  src:url('/fonts/DINPro-Bold.eot#?iefix') format('embedded-opentype'),
      url('/fonts/DINPro-Bold.woof') format('woof'),
      url('/fonts/DINPro-Bold.ttf') format('truetype'),
      url('/fonts/DINPro-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}

body{
  font-family: 'DINPro', Verdana, sans-serif;
  font-weight: normal;
}



a{color: #e40000;outline: none;}
a:hover{text-decoration: none;}

.cleaner{
  clear: both;
  height:0px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 .col-10, .col-11{
  float: left;
  position: relative;
}

.col-1{width: 8.333333333333333%;}
.col-2{width: 16.66666666666666%;}
.col-3{width: 25%;}
.col-4{width: 33.33333333333333%;}
.col-5{width: 41.66666666666667%;}
.col-6{width: 50%;}
.col-7{width: 58.33333333333333%;}
.col-8{width: 66.66666666666666%;}
.col-9{width: 75%;}
.col-10{width: 83.33333333333333%;}
.col-11{width: 91.66666666666666%;}
.col-12{width: 100%;}

.container {padding: 0 20px;}
.container_inside{
  max-width: 1178px;
  width: 100%;
  margin: 0 auto;
}

.content_block_inside{
  padding: 30px 0 60px;
}

.content_block_inside2{
  padding: 30px 20px 60px;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20);
  margin-bottom: 40px;
  margin-top:20px;
}

  @media screen and (max-width: 800px){
  .content_block_inside2{padding: 20px 15px 20px;}
}

.bg{
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20);
}

.pattern{
  background: #e7e7e7 url(/images/bg.jpg);
}

.content_block {
  padding-bottom: 50px;
}

.hname{
  color: #1E1E1E;
  font-size: 43px;
  text-transform: uppercase;
  font-family: 'DINPro', Arial, sans-serif;
  margin-bottom: 5px;
}

.hname2{
  color: #111111;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'DINPro', Arial, sans-serif;
  margin-bottom: 10px;
  text-align: center;
}

.hname3{
  color: #E30000;
  font-size: 35px;
  text-transform: uppercase;
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}

.hname4{
  color: #ec0000;
  font-size: 31px;
  text-transform: uppercase;
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 200;
  margin-bottom: 10px;
}

.hname5{
  color: #272727;
  font-size: 27px;
  text-transform: uppercase;
  font-family: 'DINPro', Arial, sans-serif;
  font-weight: 400;
}


.hr2{
  margin: 0 auto;
  width: 10%;
  height: 3px;
  background-color: #d90014;
  position: relative;
}

.hr{
  width: 100%;
  height: 2px;
  background-color: #d5d5d5;
  position: relative;
}

.hr3{
  width: 100%;
  height: 2px;
  background-color: white;
  position: relative;
}

.hr:before, .hr3:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top:0;
  height: 2px;
  width: 20%;
  background-color: #DB000B;
}

.link_arrow{
  position: relative;
  padding-right: 10px;
}

.link_arrow:after{
  display: inline-block;
  position: absolute;
  top: 7px;
  right: -1px;
  content: "";
  width: 7px;
  height: 12px;
  background: url(/images/sprite.png) no-repeat -205px -29px;
    -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}



.bt{
  background-color: #cd030d;
  color:white;
  font-size: 15px;
  padding:6px 20px 8px;
  text-decoration: none;
  margin:10px 0;
  display: inline-block;
  font-family: Verdana, sans-serif;
}

.bt:hover, .bt_add:hover{
  background-color: #b50009;
  cursor: pointer;
}

.bt_line{
  background-color: white;
  color:#959595;
  border: 2px solid #adadad;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 20px 9px;
  text-decoration: none;
  margin:15px 0 0;
  display: inline-block;
  font-family: 'DINPro', Verdana, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}

.bt_line:hover{
  color:#cd030d;
  border: 2px solid #cd030d;
}


.bt_link{
  font-size: 15px;
  color:white;
  background-color: #cd030d;
  font-weight:bold;
  font-weight: 200;
  text-decoration: none;
  padding: 6px 20px 8px;
  display: inline-block;
  font-family: 'DINPro', Verdana, sans-serif;
}

.bt_link:after{
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 5px solid white;
  border-bottom:3px solid transparent;
  margin-left: 9px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 3px;
}

.bt_link:hover{
  background-color: #b50009;
}

.bt_link:hover:after, .bt:hover:after, .link_arrow:hover:after{
  -moz-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.photo:hover{
  -webkit-filter: brightness(50%);   
}

.bt_add{
  background-color: #cd030d;
  color:white;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 15px 8px 15px;
  text-align: center;
  line-height: 16px;
  display: inline-block;
  position: relative;
}

.bt_add2{
  background-color:#2D416E;
  color:white;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 15px 8px 15px;
  text-align: center;
  line-height: 16px;
  display: inline-block;
  position: relative;
}

.bt:after{
  content: "";
  display: inline-block;
  width: 7px;
  height: 11px;
  background: url(/images/sprite.png) -44px -15px no-repeat;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

  @media screen and (max-width: 450px){
  .hname2{font-size: 28px;}
  .hname{font-size: 30px;}
  .hname3{font-size: 24px; font-weight: 400;}
  .hname4{font-size: 25px;}
}

@media screen and (max-width: 400px){
  .hname2{
    font-size: 28px;
  }

  .container{
    padding:0 5px;
  }
}







/*----------------animated-----------------*/
.animated
{
    -webkit-animation-duration: 1s;
            animation-duration: 1s;

    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

.animated.infinite
{
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

.animated.hinge
{
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
}




.fadeIn
{
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown
{
    0%
    {
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}

@keyframes fadeInDown
{
    0%
    {
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}

.fadeInDown
{
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig
{
    0%
    {
        -webkit-transform: translate3d(0, -2000px, 0);
                transform: translate3d(0, -2000px, 0);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}

@keyframes fadeInDownBig
{
    0%
    {
        -webkit-transform: translate3d(0, -2000px, 0);
                transform: translate3d(0, -2000px, 0);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}

.fadeInDownBig
{
    -webkit-animation-name: fadeInDownBig;
            animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft
{
    0%
    {
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}

@keyframes fadeInLeft
{
    0%
    {
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}

.fadeInLeft
{
    -webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig
{
    0%
    {
        -webkit-transform: translate3d(-2000px, 0, 0);
                transform: translate3d(-2000px, 0, 0);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}

@keyframes fadeInLeftBig
{
    0%
    {
        -webkit-transform: translate3d(-2000px, 0, 0);
                transform: translate3d(-2000px, 0, 0);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}

.fadeInLeftBig
{
    -webkit-animation-name: fadeInLeftBig;
            animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight
{
    0%
    {
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}

@keyframes fadeInRight
{
    0%
    {
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}

.fadeInRight
{
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig
{
    0%
    {
        -webkit-transform: translate3d(2000px, 0, 0);
                transform: translate3d(2000px, 0, 0);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}

@keyframes fadeInRightBig
{
    0%
    {
        -webkit-transform: translate3d(2000px, 0, 0);
                transform: translate3d(2000px, 0, 0);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}

.fadeInRightBig
{
    -webkit-animation-name: fadeInRightBig;
            animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp
{
    0%
    {
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}

@keyframes fadeInUp
{
    0%
    {
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}

.fadeInUp
{
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig
{
    0%
    {
        -webkit-transform: translate3d(0, 2000px, 0);
                transform: translate3d(0, 2000px, 0);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}

@keyframes fadeInUpBig
{
    0%
    {
        -webkit-transform: translate3d(0, 2000px, 0);
                transform: translate3d(0, 2000px, 0);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}

.fadeInUpBig
{
    -webkit-animation-name: fadeInUpBig;
            animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut
{
    0%
    {
        opacity: 1;
    }

    100%
    {
        opacity: 0;
    }
}

@keyframes fadeOut
{
    0%
    {
        opacity: 1;
    }

    100%
    {
        opacity: 0;
    }
}
/*----------------animated-----------------*/




/*----------------top_wrap-----------------*/
.top_wrap{background-color: #0b1934}

/*user_block*/
.user_block{
  float: right; 
  margin: 7px 9px;
}

.user_block__unit{
  display: inline-block;
  margin-right: 8px;
}

.user_block__unit span{
  font-size: 14px;
  display: inline-block;
  margin: 2px 3px 5px 10px;
  cursor: pointer;
  color:#687ba8;
  border-bottom:1px dashed #687ba8;
}

.user_block__unit span:hover{
  border:none;
  color: #DFDFDF;
}

.user_block__unit.user_block__unit-r{border-left:1px solid #15284e;}

.user_block img{opacity: 0.8;}
.user_block img:hover{opacity: 1;}

.user_block .user_regIcon{
  width: 21px;
  height:18px;
  vertical-align: middle;
  background: url(/images/sprite.png) no-repeat -160px -4px;
  cursor: pointer;
}

.user_block .user_logIcon{
  width: 21px;
  height:18px;
  vertical-align: middle;
  background: url(/images/sprite.png) no-repeat -135px -5px;
  cursor: pointer;
}


.user_block .user_exitIcon{
  width: 21px;
  height:18px;
  vertical-align: middle;
  background: url(/images/sprite.png) no-repeat -134px  -32px;
  cursor: pointer;
}

.user_block .user_lkIcon{
  width: 21px;
  height:18px;
  vertical-align: middle;
  background: url(/images/sprite.png) no-repeat  -163px -32px;
  cursor: pointer;
}

.user_icon{display: none;}


/*user_block_info*/
.user_block_info{
  font-size: 14px;
  color: #bdbdbd;
  display: inline-block;
  border-right: 1px solid #15284e;
  padding-right: 15px;
  padding-top: 2px;
  padding-bottom: 5px;

}

.user_block_info span{color:#687ba8;}

/*bt_catPartners*/
.bt_catPartners{
  background-color: #cd0303;
  color:white;
  font-size: 13px;
  font-weight: bold;
  padding: 11px 18px 13px;
  float: right;
  text-decoration: none;
}

.bt_catPartners:hover{
  background-color: #BA0000;
}

@media screen and (max-width: 900px){
  .user_block_info{display: none;}
}

@media screen and (max-width: 500px){
  .top_nav{display: none;}
  .top_nav_resp{display: inline-block;}
  .user_block .user_block__unit, .user_block .user_block_info{border:none;}
  .user_block__unit span{display: none; border:none;}
  .user_icon{display: inline-block;}
}

@media screen and (max-width: 400px){
  .top_wrap .container{padding: 0;}
}
/*----------------top_wrap-----------------*/



/*----------------Карта диллеров-----------------*/
.diler_map{
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20);
  padding-bottom: 30px;
  padding:15px;
}

.diler_map__item{
  width: 100%;
  height: 300px;
}

.diler_map__list li{
  list-style: none;
  border-bottom: 1px solid #EBEBEB;
  padding:12px 5px;
  font-size: 0;
  float:left;
  width: 48%;
  margin: 0 1%;
}

.diler_map__list li:nth-child(2n+3){clear: left;}

.diler_map__mail{
  font-size: 12px;
  color:#e9000b;
  border-bottom:1px dashed #e9000b;
  display: inline-block;
  cursor: pointer;
}

.diler_map__phone{
  text-align: right;
  width: 60%;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}

.diler_map__name{
  width: 40%;
  display: inline-block;
  font-size: 16px;
  color: #1a1a1a;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
}

.diler_map__phone span{
  display: block;
  font-size: 16px;
  color:#0f0f0f;
  font-weight: bold;
}

.diler_map__mail:hover{
  border:none;
  margin-bottom: 1px;
}

@media screen and (max-width: 600px){
  .diler_map__list li{
    width: 96%;
    float: none;
    margin: 0 2%;
  }
}

/*----------------Карта диллеров-----------------*/


/*----------------header_wrap-----------------*/
.header_wrap{
  background: #122448 url(/images/header_wrap.png);
  padding: 15px 0;
}

/*logo*/
.logo{
  float:left;
}

.logo a{
  display: inline-block;
  vertical-align: middle;
}

.logo img{
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}


.header_r{
  float:right;
  text-align: right;
}


/*select_language*/
.select_language {
  font-size: 11px;
  color: #e2e2e2;
  font-weight: bold;
  cursor: pointer;
  float:right;
  margin-top: 15px;
}

.active_lang{
  background-color: #0C1A35;
  height: 28px;
  width: 46px;
  padding: 0 10px;
}

.active_lang:hover{
  background-color: #09152A;
}

.lang_text{
  float: left;
  padding-top: 7px;
}

.lng_list .lang_text{padding-top: 7px; padding-bottom: 7px;}

.select_language .arrow_n {
  font-size: 0.6em;
  color: #E4121D;
  position: relative;
  top: 10px;
  float: right;
}

.lng_block {display: none; position:absolute; z-index:100;}
.lng_list {padding-top: 0px;}
.lng_list{list-style-type:none;}
.lng_list li {padding-bottom: 2px;}

.lng_list a {
  color: white;
  text-decoration: none;
  display: inline-block;
  width: 46px;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  padding: 0px 10px;
}

.lng_block .lang_flag{border-right: 0px solid rgb(37, 37, 37);}
.lng_list a:hover {    background-color: #25344D;}


/*basket*/

.basket_top{
  float: right;
  text-align: left;
  width: 190px;
  padding-top: 5px;
}

.basket_top a{
  display: table;
  text-decoration: none;
}

.basket_top a:hover .basket_top__icon{
  background-color: #CD0303;
}

.basket_top a:hover .basket_top__title{color: white;}

.basket_top a:hover .basket_top__icon img{
  background-position: 0px -28px;
}


.basket_top__icon{
  display: table-cell;
  padding: 9px 10px 7px 7px;
  background-color: #0c1a35;
  margin-right: 12px;
  position: relative;
}

.basket_top_full .basket_full__icon{display: block;}

.basket_full__icon{
  display: none;
  padding: 3px 6px;
  font-weight: bold;
  font-size: 9px;
  color:white;
  background-color: #cd0303;
  border-bottom: 2px solid #0C1A35;
  border-left: 2px solid #0C1A35;
  position: absolute;
  border:;
  top:-5px;
  right: -5px;
}

.basket_top__desk{
  display: table-cell;
  vertical-align: middle;
}

.basket_top__title{
  color:#687ba8;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 10px;
}

.basket_top__info{
  font-size: 12px;
  color:#687ba8;
  margin-left: 10px;
}

.basket_top__info span{
  color:#e70000;
  font-size: 14px;
  font-weight: bold;
}

.basket_top__icon img{
  background: url(/images/sprite.png) no-repeat;  
  width: 32px;
  height: 28px;
}

@media screen and (max-width: 600px){
  .basket_top__desk{display: none;}
  .basket_top{padding-right: 10px; width: auto;}
}
/*----------------header_wrap-----------------*/

/*----------------top_nav_wrap-----------------*/
.top_nav_wrap{
  position: absolute;
  width: 100%;
}

.top_nav_wrap .container_inside{
  position: relative;
  background-color: #cd0303;
}

.top_nav{
  display: table;
  width: 100%;
}

.top_nav__li{
  -webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  -ms-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
  display: table-cell;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  color: white;
  padding: 4px 0px;
  border-right: 1px solid #9e000f;
  text-decoration: none;
  position: relative;
}

.top_nav__li:last-child{border:none;}


.top_nav__li-drop:after{
  content: "";
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  left: 47%;
  bottom: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #A60000;
}

.top_nav__li-drop > a:after{
  content: "";
  width: 9px;
  height: 5px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 6px;
    background: url(/images/sprite.png) no-repeat -42px -4px;
}


.top_nav__li a{
  padding: 4px 5px 4px 0;
  color: white;
  display: block;
  text-decoration: none;}

.top_nav__li:hover{background-color:#a60000;}
.top_nav__li-drop:hover:after{display: block;}

/*nav_drop*/
.nav_drop{
  z-index: 100;
  display: none;
  position: absolute;
  left: 0;
  top:33px;
  width: 250px;
  min-width: 100%;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
}

.nav_drop_inner{
  padding: 15px;
}

.top_nav__li:hover .nav_drop{display: block;}

.nav_drop_inner__title a{
  color:#1b1b1b;
  font-size: 27px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}

.nav_drop_inner__title a:before{
  content: "";
  position: absolute;
  width: 25%;
  height:2px;
  background-color: #DF0015;
  bottom:-5px;
}


.nav_drop_inner__desk{
  font-size: 13px;
  color:#696969;
  text-transform:none;
  margin-top: 15px;
}


.nav_drop_inner__nav{margin-top:10px; }
.nav_drop_inner__nav li{list-style: none;}

.nav_drop_inner__nav a{
  color:#074e89;
  font-size:15px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.nav_drop_inner__nav a:hover{color:#ee0016;}

.top_nav_resp{ 
  display: none;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  padding: 9px 13px;
  background-color: #B50000;
  cursor: pointer;
}

.top_nav_resp:hover{background-color: #910000;}

.top_nav_resp img{
  background: url(/images/sprite.png) no-repeat -10px -164px;
  width: 14px;
  height: 12px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

/*-- shortmenu ------*******************************/
.shortmenu{
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0px;
  display: none;
  width: 260px;
  background-color: rgba(15, 32, 58, 0.95);
  border-bottom: 3px solid #CD0303
}

.shortmenu_box{
  padding: 20px;
}

.shortmenu_box ul{
  list-style: none;
}

.shortmenu_box ul  li{
  padding-bottom: 13px;
}

.shortmenu_link{
  font-size: 15px;
  font-weight: 700;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #ACBCD4;
}

.shortmenu_link:hover{
  color: #ee0016;
}
/*-- shortmenu ------*******************************/


@media screen and (max-width: 900px){
.top_nav{display: none;}
.top_nav_resp{display: inline-block;}
}
/*----------------top_nav_wrap-----------------*/

/*----------------homeBox-----------------*/
.homeBox{
  padding-top: 31px;
  height:570px;
}

.homeBox .container{
  height: 100%;
}

.homeBox .container_inside{
  display: table;
  height: 100%;
}


.homeBox_l{
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.homeBox_l_in{
  position: relative;
  display: inline-block;
}

.homeBox_l__title{
  padding: 60px 0 60px 60px;
}

.homeBox_l__title1, .homeBox_l__title3{
  color:white;
  font-size: 32px;
  font-weight: 200;
  text-transform: uppercase;
}

.homeBox_l__title3{
  text-align: right;
}

.homeBox_l__title2{
  color:white;
  font-size: 58px;
  font-weight: 600;
  text-transform: uppercase;
}

.homeBox_l__mask{
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 80%;
  border-left: 5px solid #cd030d;
  border-top: 5px solid #cd030d;
  border-bottom: 5px solid #cd030d;
}

.homeBox_l__mask:before{
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top:0;
  width: 5px;
  height: 30px;
  background-color: #cd030d;
}

.homeBox_l__mask:after{
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  bottom:0;
  width: 5px;
  height: 30px;
  background-color: #cd030d;
}

.homeBox_r{
  width: 26%;
  display: table-cell;
  vertical-align: bottom;
}

.homeBox_r_in{
  background-color: rgba(15, 36, 75, 0.9);
  padding:15px;
}



/*homeBox_search*/
.homeBox_search{
  background: #cd0303 url(/images/pattern_red.png);
  padding: 25px;
  position: relative;
  top: -55px;
}

.homeBox_search .title{
  color:white;
  font-size: 19px;
  font-weight:bold;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.search{
  position: relative;
}

.search_line{
  width: 100%;
  height: 32px;
  color: #a2a2a2;
  border: 1px solid #EAE1C1;
  padding-left: 11px;
  font-size: 14px;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}


.search_sub{
  background: #CD0303 url(/images/search.png) no-repeat center;
  width: 33px;
  height: 30px;
  position: absolute;
  border: none;
  right: 1px;
  top: 1px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.search_sub:hover{
  background-color: #a60000;
}

.homeBox_online{
  border-top: 1px solid #a1000f;
  padding-top:20px;
  margin-top:15px;
  text-align: right;
}

.homeBox_online a{
  background-color: #9f0206;
  display: inline-block;
  color: white;
  font-size: 15px;
  padding: 6px 20px 8px;
  text-decoration: none;
}

.homeBox_online a:after{
  content: "";
  display: inline-block;
  width: 7px;
  height: 11px;
  background: url(/images/sprite.png) -44px -15px no-repeat;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.homeBox_online a:hover:after{
  -moz-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.homeBox_online a:hover{
  background-color: #8B0004;
}

/*homeBox_cat*/
.homeBox_cat{
  text-align: center;
  position: relative;
  padding-bottom: 45px;
}

.homeBox_cat img{
  display: inline-block;
  vertical-align: middle;
}

.homeBox_cat__r{
  padding-left: 10px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

.homeBox_cat__title{
  color: white;
  font-size: 15px;
  font-weight: 200;
  line-height: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.footer_cat__link{
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dashed white;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
}

/*----------------homeBox-----------------*/


/*----------------infoCompany_wrap-----------------*/
.infoCompany_wrap{
  color:#464646;
  font-size: 23px;
  line-height: 29px;
  font-weight: 200;
  padding: 14px 0;
  text-transform: uppercase;
  background:url(/images/bg.jpg);
  text-align: center;
  -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.3);
       box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.3);
}

@media screen and (max-width: 700px){
.infoCompany_wrap{
  font-size: 17px;
  line-height: 23px;}
}


@media screen and (max-width: 400px){
.infoCompany_wrap{
  font-size: 15px;
  line-height: 21px;}
}
/*----------------infoCompany_wrap-----------------*/


/*----------------home1_wrap-----------------*/
.home1_wrap .container_inside{
  display: table;
  padding-top: 50px;
}

.home_about, .home_new{
  font-family: Verdana, sans-serif;
}

/*home_about*/
.home_about{
  display: table-cell;
  width: 75%;
  padding-right: 70px;
  padding-bottom: 40px;
}

.home_about__desk{
  font-size: 16px;
  color:#111111;
  line-height: 23px;
  margin-top: 40px;
}

.home_about__img{
  float: left;
  padding-right: 60px;
  position: relative;
  margin-top: 40px;
  width: 39%;
}

.home_about__img img{
  max-width: 100%;
}

.home_about__img:before{
  content: "";
  display: block;
  width: 70%;
  height: 80%;
  border: 5px solid #d5d5d5;
  position: absolute;
  z-index: -1;
  top: -32px;
  right: 25px;
}

/*home_new*/
.home_new{
  background: white url(/images/pattern.jpg)  top left repeat-y;
  display: table-cell;
  width: 25%;
  position: relative;
  border-left: 2px solid #CD030D;
  padding-bottom: 40px;
}



.home_new__list li{
  list-style: none;
  padding: 15px 0 15px 20px;
  margin-left: 5px;
  font-size: 15px;
  position: relative;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);
  -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);
  box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);
  border-bottom: 1px solid #ebebeb;
}

.home_new__list li:last-child{
  border:none;
  box-shadow:none;
}


.home_new__list .date{
  font-size: 12px;
  color:#767676;
  margin-bottom: 5px;
}

.home_new__list .button{
  margin-top: 5px;
  display: inline-block;
}

.home_new__list .desk{
  color:#111010;
  text-decoration: none;
}

.home_new__list .text{
  line-height: 20px;
}

.home_new__list .text:hover{
  background-color: #cd0316;
  color:white;
}


.home_new__list .button span{
  color:#cd030d;
  font-size: 14px;
  text-decoration: underline;
}

.home_new__list .button span:hover{
  text-decoration: none;
}

.home_new__title{
  padding: 10px 0px 10px 25px;
  background-color: #0f244b;
  font-size: 34px;
  color: white;
  text-transform: uppercase;
  font-family: 'DINPro', Verdana, sans-serif;
  position: relative;
  left: -2px;
}


@media screen and (max-width: 850px){
.home_about, .home_new{display: block; width: 100%;}
.home_about{padding-right: 0px;}
.home1_wrap .container_inside{display: block;}
.home_new__list{padding:0 20px;}

.home_new__list li{
  float:left;
  width: 33.3%;
  margin:0;
  border-bottom:0;
  box-shadow: none;
  padding: 15px 5px 0px 5px;
}
}

@media screen and (max-width: 500px){
.home_new__list li{width: 100%;}
.home_about__img{
  float: none;
  padding-right: 0px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 10px;
  width: 100%;
}
}

@media screen and (max-width: 400px){
.home1_wrap .container_inside{
  padding-top: 30px;
}
}
/*----------------home1_wrap-----------------*/



/*----------------Маркеры спецпредложений-----------------*/
.spec_marker_wrap{
  position: absolute;
  top:3px;
  left: -1px;
  z-index: 1000;
}

.spec_marker{
  text-align: left;
  margin:3px 0;
}

.spec_marker_in{
  height:25px;
  background-color: #005281;
  display: inline-block;
}

.spec_marker__text{
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 5px;
  display: inline-block;
  color: white;
  width: 65px;
  text-align: center;
}

.spec_marker__icon{
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 29px;
  background-color: #003858;
  text-align: center;
}

.spec_marker__icon img{
  position: relative;
  top:1px;
}


/*--Акция--*/
.spec_marker__akciya{background-color: #cd0316;}
.spec_marker__akciya .spec_marker__icon{background-color: #a70010;}

/*--Хит--*/
.spec_marker__hit{background-color: #00ae4a;}
.spec_marker__hit .spec_marker__icon{background-color: #007b39;}

/*----------------Маркеры спецпредложений-----------------*/




/*----------------spec_wrap-----------------*/
.spec_wrap{
  background:#0b1427 url(/images/spec_bg.jpg) no-repeat bottom center;
  padding:60px 0;
}

.spec_wrap .hname2{color:white;}

.spec_in{margin-top: 40px;}

.spec_item{
  width: 20%;
  float: left;
  text-align: center;
  padding: 5px;
}

.spec_item_shadow{
  /*height: 415px;*/
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 1;
  cursor: default;
  background: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20);
}

.spec_item_shadow:hover {
  z-index: 100;
  -webkit-box-shadow: rgba(0,0,0,.6) 0 10px 20px,rgba(0,0,0,.6) 0 0 20px;
  -moz-box-shadow: rgba(0,0,0,.6) 0 10px 20px,rgba(0,0,0,.6) 0 0 20px;
  box-shadow: rgba(0,0,0,.6) 0 10px 20px,rgba(0,0,0,.6) 0 0;
}

.spec_item__img{
  height: 240px;
  background: white;
  display: block;
  position: relative;
  border: 1px solid rgb(255, 255, 255);
}


.spec_item__photo{
  max-height: 240px;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/*spec_item_box*/
.spec_item_box{
  padding: 5px 10px 10px 10px;
  text-align: left;
}

.spec_item__name{
  color: #1E1E1E;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  height: 47px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

.spec_item__name:hover{
  color:#cd030d;
  text-decoration: underline;
  cursor: pointer;
}

.spec_item__art{
  color:#8f8f8f;
  font-size: 12px;
  margin: 3px 0 5px;
}

.spec_item__info{
  display: table;
  width: 100%;
}

.spec_item__price{
  display: table-cell;
  width: 50%;
  padding-right: 10px;
  vertical-align: middle;
  color:#cd030d;
  font-size: 22px;
  font-weight: bold;
  line-height: 14px;
}

.spec_item__price span{
  font-size: 13px;
  color: #191919;
}

.spec_item__bt{
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: right;
}

.spec_hover{
  background-color: rgba(205, 3, 22, 0.9);
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}

.spec_item_shadow:hover .spec_hover{
  display: block;
}

.spec_hover_text{
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 200;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 27px;
}

.spec_hover_text span{
  position: relative;
}
.spec_hover_text span:hover{
  cursor: pointer;
}

.spec_hover_text span:after{
  width: 16px;
  height: 30px;
  background: url(/images/sprite.png) no-repeat -11px -86px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.spec_hover_text span:hover:after{
  -moz-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}



.spec_item__prices{
  width: 100%;
  padding: 10px 0;
  background: white url(/images/pattern2.jpg) repeat-x top center;
  display: table;
  font-size: 18px;
  color:#313030;
}

.spec_prices1{
  display: table-cell;
  width: 40%;
}

.spec_prices2{
  display: table-cell;
  width: 60%;
}

.spec_prices2 span{
  border-left:1px solid #c9c9c9;
  -webkit-box-shadow: -1px 0px 0px 0px rgba(255,255,255,1);
     -moz-box-shadow: -1px 0px 0px 0px rgba(255,255,255,1);
          box-shadow: -1px 0px 0px 0px rgba(255,255,255,1);
}
.spec_item__prices span{display: block;}


.spec_all{text-align: center; padding-top: 50px;}

.spec_all span{
  color:#d1d1d1;
  font-size: 17px;
  border-bottom: 1px dashed #d1d1d1;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
}

.spec_all:after{
  display: block;
  margin: 0 auto;
  content: "";
  width: 16px;
  height: 10px;
  background: url(/images/sprite.png) no-repeat -39px -31px;
  margin-top: 7px;
}

.spec_all span:hover{
  border:none;
  padding-bottom: 1px;
}


@media screen and (max-width: 1150px){
  .spec_item:nth-child(4n+5){
    display: none;
  }

  .spec_item{
    width: 25%;
  }
}


@media screen and (max-width: 950px){
  .spec_item:nth-child(3n+4){
    display: none;
  }

  .spec_item{
    width: 33.3%;
  }
}



@media screen and (max-width: 750px){
  .spec_item__info{display: block;}
  .spec_item__name{font-size: 16px; text-align: center;}
  .spec_item__art{text-align: center;}
  .spec_item__price, .spec_item__bt{
    display: block;
    width: 100%;
    text-align: center;
    padding:0;
    margin:5px 0;
  }

  .spec_item__img {
    height: 160px;
  }

  .spec_item__photo{
    height: 160px;
  }

  .spec_item__bt .bt_add,  .spec_item__bt .bt_add2{
  display: inline-block;
  }

  .spec_item_shadow{
        height: 360px;
  }
  }

  @media screen and (max-width: 600px){
  .spec_item:nth-child(2n+3){
    display: none;
  }
  .spec_item{
    width: 50%;
  }
  }

  @media screen and (max-width: 400px){
  .spec_wrap{
    padding: 30px 0;
  }
  .spec_item{width: 100%;}
  .spec_all{padding-top: 20px;}

  .spec_item_shadow {height: auto;}
  .spec_item__bt .bt_add, .spec_item__bt .bt_add2{padding: 6px 25px 8px;}
  }
/*----------------spec_wrap-----------------*/


/*----------------partners_wrap-----------------*/

.partners_wrap{
  padding: 50px 0;
  text-align: center;
  background: white url(/images/partners_bg.jpg) no-repeat center center;
}


/*partners_plea*/
.partners_plea{
  margin-top: 15px;
  margin-bottom: 30px;
}

.partners_plea_in{
  display: inline-block;
}

.partners_plea__text{
  font-size: 15px;
  color:#777777;
  font-weight: 200;
  text-align: right;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  padding-right: 5px;
}

.partners_plea__bt{
  background-color: #cd030d;
  color: white;
  font-size: 13px;
  padding: 8px 18px 8px;
  text-decoration: none;
  margin: 10px 0;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  text-transform: uppercase;
}

.partners_plea__bt:hover{
  background-color: #b50009;
}

.partners_plea__bt:before{
  content: "";
  display: inline-block;
  margin-right: 5px;
  background: url(/images/sprite.png) -4px -121px no-repeat;
  vertical-align: middle;
  width: 27px;
  height: 17px;
}
/*partners_plea*/
.partners_map{
  border:12px solid white; 
}

.home_partners_map{
  height: 400px;
}


@media screen and (max-width: 650px){
  .copyright, .develop {
    display: block; 
    float:none;
    width: 100%;
    text-align: center;
  }

  .partners_plea{margin-bottom: 10px;}

  .footer2_wrap{padding: 9px;}
  
  .partners_plea__text{
    text-align: center;
    display: block;
  }

  .partners_wrap .container{
    padding: 0px;
  }

}

  @media screen and (max-width: 400px){
  .partners_wrap{
    padding: 30px 0;
  }
  }

/*----------------revsld_wrap-----------------*/
.revsld_wrap{
  margin-top: 5px;
  padding:50px 0 70px;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.2);
     -moz-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.2);
          box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.2);
}

.revsld_list{
   font-family: Verdana, sans-serif;
   font-size: 14px;
}

.revsld_item{
  width: 33.3%;
  float: left;
}

.revsld_item_in{
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20);
  padding:25px;
      margin-bottom: 4px;
}


.revsld_item__left{
  float:left;
  width: 34%;
}

.revsld_name{
  color:#626262;
  font-size: 13px;
}

.revsld_name:before{
  content: "";
  display: inline-block;
  height: 8px;
  width:12px;
  background: url(/images/sprite.png) -40px -60px no-repeat;
  margin-right: 6px;
  margin-bottom: 1px;
}

.revsld_item .desk{
  color: #000000;
  font-style: italic;
  line-height: 19px;
  padding: 7px 0;
}

.revsld_item__img{
  position: relative;
  margin-right: 17px;
}

.revsld_item__img img{
  position: relative;
  z-index: 100;
  max-width: 100%;
}

.revsld_item__img:after{
  content: "";
  display: block;
  position: absolute;
}

.revsld_link{
  text-align: center;
}

.revsld_wrap_in{
  padding: 0 30px;
  margin-top: 30px;
}

.revsld_write:before{
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url(/images/sprite.png) -9px -145px;
  margin-right: 5px;
  position: relative;
  top:3px;
}


.certif_item a{
  display: inline-block; 
  border:5px solid white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20);
}


.revsld_write:hover:before{
  background-position: -29px -145px; 
}


  @media screen and (max-width: 400px){
  .revsld_wrap {
    padding: 30px 0;
  }
  }
/*----------------revsld_wrap-----------------*/

/*----------------footer_wrap-----------------*/
.footer_wrap{background-color: #112241;}
.footer_wrap .container_inside{display: table;}

.footer_title{
  font-size: 23px;
  color:white;
  text-transform: uppercase;
  font-weight: 200;
  line-height: 28px;
}


.footer_title span{
  color:#3b558d;
  font-size: 14px;
  font-weight: 200;
  line-height: 16px;
  margin-top: 5px;
  display: block;
  text-transform: none;
}


/*footer_contact*/
.footer_contact{
  width: 26%;
  display: table-cell;
  padding-left: 20px;
  border-bottom: 9px solid #D9000B;
}

.footer_adres{
  color:white;
  font-weight: 200;
  font-size: 15px;
  margin: 30px 0;
}

.footer_adres__link{
  display: none;
  font-size: 13px;
}

.footer_adres div{
  overflow: hidden;
}

.footer_adres span{
  color:#e4000b;
  float: left;
  display: inline-block;
  margin-right: 5px;
}

.footer_logo{
  text-align: center;
}

.footer_logo img{
  max-width: 100%;
}


/*footer_map*/
.footer_map{
  width: 48%;
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  text-align: center;
}

.footer_map_in{
  height: 260px;
}

/*footer_info*/
.footer_info_top{
  padding: 25px 20px 30px;
  background: #07132b;
}

.footer_info{
  width: 26%;
  display: table-cell;
  background-color: #CD030D;
  text-align: center;
}

.footer_bt{
  color:#e4000b;
  border-color:#e4000b;
  background: none;
}

.footer_bt:hover{
  background-color: #CD030D;
  color:white;
}

.footer_cat{
  background-color: #cd030d;
  padding: 20px;
  text-align: left;
}

.footer_cat img{
  float:left;
}

.footer_cat__r{
  overflow: hidden;
  padding-left: 10px;
}

.footer_cat__title{
  color: white;
  font-size: 15px;
  font-weight: 200;
  line-height: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.footer_cat__link{
  color:white;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dashed white;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
}

.footer_cat__link:hover{border:none;}


@media screen and (max-width: 1050px){
  .footer_map {width: 30%;}
  .footer_map_in{width: 300px;}
}

@media screen and (max-width: 900px){
.footer_contact{
  padding-left: 0px;
  width: 25%;
}

.footer_map{width: 25%;}
.footer_map_in{width: 250px;}
.footer_info{width: 50%;}
}


@media screen and (max-width: 800px){
  .footer_map {display: none;}
  .footer_contact{
    width: 50%;
    border-bottom: none;
  }
  
  .footer_adres__link{display: inline-block;}
  .footer_info{width: 50%;}
}


@media screen and (max-width: 550px){
  .footer_contact, .footer_info {
    display: block; 
    float:none;
    width: 100%;
  }

.footer_wrap .container_inside{display: block;}
.footer_wrap .container{padding: 0;}
.footer_cat{text-align: center;}

.footer_cat__r{
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.footer_cat img{
  float:none;
  vertical-align: middle;
}

.footer_contact{display: none;}
}
/*----------------footer_wrap-----------------*/


/*----------------footer2_wrap-----------------*/
.footer2_wrap{
  background-color: #07132b;
  padding:15px;
}

.copyright{
  width: 60%;
  font-size: 13px;
  color: #26375c;
  float: left;
}

.develop{
  text-align: right;
  color: #26375c;
  font-size: 13px;
  width: 40%;
  float: left;
}

.develop a{   
  margin-right: 30px;
  color: #405b97;
  text-decoration: underline;
  font-weight: bold;
  font-size: 13px;
  position: relative;
} 

.develop a:hover{
  color: #CD030D;
  text-decoration: none;
}

.develop img{
  display: block;
  width: 25px;
  height: 24px;
  float: right;
  position: relative;
  background: url(/images/develop.png) no-repeat 0px 0px;
  margin-left: 5px;
  top: -2px;
  right: -29px;
  position: absolute;
}

@media screen and (max-width: 700px){
  .copyright, .develop {
    display: block; 
    float:none;
    width: 100%;
    text-align: center;
  }

  .footer2_wrap{padding: 9px;}
}
/*----------------footer2_wrap-----------------*/



/*----------------topBox-----------------*/
.topBox_none{padding-bottom: 30px;}

.topBox_l{
  float:left;
  margin-top: 68px;
  margin-bottom: 30px;
}

.topBox_l .title{
  color: white;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.search2{position: relative;}

.search2_line{
  width: 100%;
  height: 32px;
  color: #a2a2a2;
  border: 1px solid #EAE1C1;
  padding-left: 11px;
  font-size: 14px;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.search2_sub{
  background: #CD0303 url(/images/search.png) no-repeat center;
  width: 33px;
  height: 30px;
  position: absolute;
  border: none;
  right: 1px;
  top: 1px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.search2_sub:hover{
  background-color: #a60000;
}


.search_line2{
  width: 320px;
  height: 37px;
  color: #a2a2a2;
  border: 1px solid #EAE1C1;
  padding-left: 15px;
  font-size: 14px;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.search_sub2{
  background: #CD0303;
  padding: 0 20px;
  height: 37px;
  font-size: 14px;
  color: white;
  font-weight: bold;
  border: none;
  margin-left: 5px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.search_sub2:hover{
  background-color: #a60000;
}

.topBox_r{
  float: right;
  margin-top: 31px;
  width: 310px;
  text-align: center;
  background-color: rgba(15, 36, 75, 0.9);
}

.topBox_cat{
text-align: right;
display: inline-block;
padding: 25px 0px; 
}

.topBox_cat img{
  display: inline-block;
  vertical-align: middle;
}

.topBox_cat__r{
  padding-left: 10px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

.topBox_cat__title{
  color: white;
  font-size: 15px;
  font-weight: 200;
  line-height: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}



@media screen and (max-width: 800px){.topBox_r {display: none;}}
@media screen and (max-width: 500px){.search_line2 {width: 200px;} .search_sub2{padding: 0 15px;}}
@media screen and (max-width: 350px){.search_sub2 {position: absolute; right: -60px; top: 0;}}
/*----------------topBox-----------------*/



/*----------------breadcrumbs-----------------*/
.breadcrumbs {
  text-align: left;
  line-height: 20px;
  padding: 30px 0px 5px 0px;
  
}
.breadcrumbs a { font-size:15px; color:#242424;  font-weight: 200; line-height: normal;}
.breadcrumbs a:hover {text-decoration:none;   color:#F20000;}
.breadcrumbs a.aktiv,  .breadcrumbs span.aktiv { text-decoration:none; color:#969696;}

.bread_space {
  display: inline-block;
  width: 2px;
  border-left:1px solid #c1c1c1;
  background-color: white;
  height: 18px;
  position: relative;
  top: 5px;
  margin: 0 10px;
}
/*----------------breadcrumbs-----------------*/



/*----------------catalog_wrap-----------------*/
.catalog_wrap{
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20);
  margin-bottom: 40px;
}

/*catalog_top*/
.catalog_top{
  display: table;
  width: 100%;
}

.catalog_top__item{
  display: table-cell;
  padding: 10px 20px;
  text-decoration: none;
  text-transform:uppercase;
  color:white;
  font-size: 14px;
}

.catalog_top__item.car1{background-color:#1f1f1f;}
.catalog_top__item.car2{background-color:#112241;}
.catalog_top__item.car3{background-color:#162B4F;}

.catalog_top__item.active{background-color: #cd0303;}
.catalog_top__item:hover{background-color: #a60000;}
.catalog_top__item img{
  float: right;
  margin-top: 3px;
}


@media screen and (max-width: 850px){
  .catalog_top__item img{display: none;}
  .catalog_top__item { padding: 8px 10px;}
}


@media screen and (max-width: 500px){
  .catalog_top__item{ font-size: 12px; text-transform: none;}
}

/*catalog_bread*/
.catalog_bread{
  padding: 5px 10px 9px;
  font-size: 14px;
}

.catalog_bread img{margin-right: 3px;}

.catalog_bread__link{
  color:#272727;
  text-decoration: none;
}

.catalog_bread__link:hover{
  color: #cd0316;
  text-decoration: underline;
}


.catalog_bread__space{
  display: inline-block;
  width: 1px;
  background-color: #c6c6c6;
  height: 18px;
  position: relative;
  top: 5px;
  margin: 0 10px;
}

.catalog_back{
  font-size: 14px;
  color: #cd0316;
}

.catalog_back:before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 5px;
  background: url(/images/sprite.png) no-repeat -68px -70px;
  margin-bottom: 1px;
  margin-right: 5px;
}

/*catalog_year*/
.catalog_year{
  background: #f2f2f2;
  padding: 7px 25px 6px;
  margin-bottom: 5px;
}

.catYear_title{
  float:left;
  color:#8b8b8b;
  font-size: 15px;
}

.catYear_item{
  color: #262626;
  font-size: 15px;
  text-decoration: none;
  margin: 0 7px;
  display: inline-block;
}

.catYear_item:hover, .catYear_item_aktive{
  color:#dc0000;
  background-color: white;
  text-decoration: underline;
}


/*catalogTab*/
.catalogTab{
  display: table;
  width: 100%;
}

.catalog_row{
  display: table-row;
  width: 100%;
}

.catalog_cell {
  display: table-cell;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
}


.catalogTab .catalog_cell{
  border-right: solid 1px #EFEFEF;
  border-bottom: solid 1px #EFEFEF;
}


.catalogTab{
  color:#101010;
  font-size: 18px;
  text-transform: uppercase;
}

.catalogTab_head .catalog_cell{
  background-color: #24417D;
  color:white;
  font-weight: 200;
  font-size: 14px;
  border-right: solid 1px #18336C;
  border-bottom: none;
}

.catalog_row:last-child .catalog_cell{border-bottom: none;}

.catalog_cell__title{
  display: none;
  color: #8B8B8B;
}

.catalog_select__ad{
  position: relative;
  display: none;
}

.catalog_select__ad .catalog_type_drop{
  position: relative;
}

.catalog_select{
  display: inline-block;
  position: relative;
  width: 70%;
}

.catalog_type{
  font-size: 15px;
  color: white;
  text-align: left;
  font-weight: 200;
  padding: 8px 45px 8px 20px;
  background: #CD0303;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}

.catalog_type:hover{background-color: #a60000;}

.catalog_type:after{
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 16px;
  content: "▼";
  font-size: 9px;
}

.catalog_type_drop{
  padding: 3px 0;
  list-style:none;
  background-color: #f2f2f2;
  border-bottom: 3px solid #cd0303;
  text-align: left;
  position: absolute;
  width: 100%;
  display: none;
}

.catalog_type_drop li{border-bottom: 1px solid #DFDFDF;}
.catalog_type_drop li:last-child{border-bottom: 0;}

.catalog_type_drop a{
  font-size: 14px;
  font-weight: 200;
  color:#272727;
  display: block;
  text-transform: uppercase;
  padding: 8px 10px 10px 20px;
  text-decoration: none;
}

.catalog_type_drop a:hover{
  background: white;
  color: #E5000B;
}

.catalog_type_drop a.catalog_type_drop_aktive{
  color: #E5000B;
  font-weight:700;
  }

@media screen and (max-width: 980px){
  .catalog_cell__kvt, .catalog_cell__ls, .catalog_cell__cil{display: none;}
}

@media screen and (max-width: 700px){
  .catalogTab, .catalog_row, .catalogTab .catalog_cell {display: block; border: 0;}
  .catalogTab{text-transform: none;  padding-bottom: 10px;}
  .catalog_row{padding:10px 0 15px; border-bottom: 1px solid #E5E5E5;}
  .catalog_row:nth-child(2n+3){ background-color: #F7F7F7;}
  .catalog_cell{padding: 3px 10px 3px 30px; text-align: left; border: none;  }
  .catalog_cell__title{display: inline-block;}
  .catalogTab_head{display: none;}
  .catalog_select__ad{display: block;}
}

@media screen and (max-width: 500px){.catalog_cell{font-size: 15px;}}





/*----------------catalogLogo-----------------*/
.catalogLogo{padding: 10px;}
.catalogLogo_ul{padding: 10px;}

.catalogLogo li{
  list-style: none;
  border-bottom: 1px dashed #d9d9d9;
}
.catalogLogo li a{
   display: block;
  text-decoration: none;
  font-size: 21px;
  color: #171717;
  padding: 5px;
}

.catalogLogo li a:hover{
  background-color: #f5f5f5;
  color:#e9000b;
  font-size: 21px;
  text-transform: uppercase;
}

.catalogLogo_img{
  width: 46px;
  height: 34px;
  margin-right: 5px;
  text-align: right; 
  display: inline-block;
  vertical-align: middle;
}

.catalogLogo_name{
  display: inline-block;
  vertical-align: middle;
}

.catalogLogo img{
  vertical-align: middle;
  max-width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; 
}

.catalogLogo li a:hover img{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none; 
}


@media screen and (max-width: 750px){
  .catalogLogo_ul{width: 50%; padding: 0 10px;}
  .catalogLogo{padding: 20px 10px}
  .catalogLogo_ul:nth-child(2n+3){clear: left;}
}


@media screen and (max-width: 450px){
  .catalogLogo_name{display: none;}
  .catalogLogo_img {text-align: center; width: 100%;}
  .catalogLogo li{border:none;}
  .catalogLogo_ul:nth-child(2n+3){clear: none;}
  .catalogLogo_ul{width: 25%;padding: 0 5px;}

}
/*----------------catalogLogo-----------------*/



/*----------------catalogMod-----------------*/
.catalogMod{
 background-color: white;
}


.catalogMod_row {
  display: table-row;
  width: 100%;
  text-decoration: none;
  color:#101010;
  font-size: 18px;
}

.catalogMod_row:hover{
  background-color: #f5f5f5;
  color: #e9000b;
  font-size: 21px;
  text-transform: uppercase;
}


.catalogMod_head .catalogMod_cell{
  background-color: #24417D;
  font-size: 15px;
  font-weight: 200;
  color:white;
  text-transform: uppercase;
}

.catalogMod_head:hover{
  background-color: #272727;
  font-size: 15px;
  color:white;
}

.catalogMod_head .catalogMod_cell{border: none;}
.catalogMod_row:last-child .catalogMod_cell{border:none;}

.catalogMod_cell {
  display: table-cell;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px dashed #d9d9d9;
  width: 40%;
}

.catalogMod_cell.left{
  text-align: left;
  width: 60%;
  padding-left:20px;
}

.catalogMod_col{display: table;}
.catalogMod_col.right{padding-left:5px;}

@media screen and (max-width: 650px){
.catalogMod_col {width: 100%;}
.catalogMod_col.right .catalogMod_head{display: none;}
.catalogMod_row:last-child .catalogMod_cell{border-bottom: 1px dashed #d9d9d9;}
.catalogMod_col.right{padding: 0;}
.catalogMod_cell{font-size: 16px; padding: 7px 4px;}
}

/*----------------catalogMod-----------------*/




/*----------------catalogTov-----------------*/
.catalogTov{
  display: table;
  width: 100%;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20);
}

.catalogTov_row{
  display: table-row;
  width: 100%;
}

.catalogTov_cell{
  display: table-cell;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
  font-size: 16px;
  border-bottom: solid 1px #d3d3d3;
}

.catalogTov_row:last-child .catalogTov_cell{
  border-bottom:none;
}

.catalogTov_numb{
  font-size: 19px;
  width: 20%;
}

.catalogTov_name{
  width: 30%;
  text-align: left;
}

.catalogTov_name a{
  color:#224CA5;
  text-decoration: none;
}

.catalogTov_name a:hover .catalogTov_name__in{
  color:#e10000;
  text-decoration: underline;
}

.catalogTov_name__in{
  margin-bottom: 5px;
  display: inline-block;
}

.catalogTov_head .catalogTov_cell{
  background-color: #24417D;
  color: white;
  font-weight: 200;
  font-size: 14px;
  border-right: solid 1px #18336C;
  border-bottom: none;
  text-transform: uppercase;
  text-align: center;
}

.catalogTov_img{line-height: 0;}

.catalogTov_img a{
  position: relative;
  display: inline-block;
  line-height: 0;
}

.catalogTov_price{
  color:#434343;
  font-size: 14px;
}

.catalogTov_price__grn{
  font-size: 16px;
  font-weight: 600;
  color:#e5000b;
  line-height: 16px;
}

.catalogTov_buy{
  background-color: #f4f4f4;
  padding-bottom: 15px;
  padding-top: 15px;
}


/*catalogTov_kolvo*/
.catalogTov_kolvo{
  padding-bottom: 10px;
  font-size: 14px;
}

.catalogTov_kolvo__input{
  margin-top: 5px;
}

.catalogTov_kolvo__input input{
  width: 45px;
  height: 20px;
  padding:10px;
  text-align: center;
  border:1px solid #dedede;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none;
}

.catalogTov_kolvo__input input:focus{border:1px solid #df000b;}


/*catalogTov_bt*/
.catalogTov_bt .bt_add{display: inline-block;     padding: 6px 20px 8px;}
.catalogTov_bt__no .bt_add{background-color: #375188;}
.catalogTov_bt__no .bt_add:hover{background-color: #2D416E;}

/*catalogTov_nal*/
.catalogTov_nal{margin-top: 3px;}

.catalogTov_nal__yes{
  font-size: 14px;
  color:#00C056;
}

.catalogTov_nal__yes:before{
  content: "";
  display: inline-block;
  width: 12px;
  height: 11px;
  background: url(/images/sprite.png) no-repeat -240px -3px;
  margin-right: 5px;
}

.catalogTov_nal__no{
  font-size: 14px;
  color:#ed0000;
}

.catalogTov_nal__no:before{
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background:url(/images/sprite.png) no-repeat -240px -19px;
  margin-right: 5px;
}


.catalog_zoom{
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;  
}

.catalog_zoom:after {
  background:  url(/images/zoom.png) no-repeat center;
  content: "";
  opacity: 0;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
}


.catalog_zoom__hover:hover .catalog_zoom, .catalogTov_img a:hover .catalog_zoom{
  background: rgba(205, 3, 3, 0.85);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.catalog_zoom__hover:hover .catalog_zoom:after{
  display: block;
  opacity: 1;
}

.catalogTov_img a:hover .catalog_zoom:after {
  display: block;
  opacity: 1;
}


.catalogTov_img img{
  max-width: 100%;
  width: 90px;
  -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.catalogTov_name__art{color:#727272; text-decoration: none; margin-top: 3px; display: none;}
.catalogTov_name__art span{color:#1f1f1f;}

.catalogTov_cell__title {
  display: none;
  color: #8B8B8B;
}

@media screen and (max-width: 950px){
  .catalogTov_art{display: none;}
  .catalogTov_name__art {display: block;}
  .catalogTov_name a
}

@media screen and (max-width: 750px){
  .catalogTov_img {display: none;}
  .catalogTov_head .catalogTov_cell{font-size: 13px;}
}


@media screen and (max-width: 600px){
.catalogTov{
  box-shadow:none;
  background:none;
}

.catalogTov_row {
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20);
  margin-top: 10px;
}

.catalogTov, .catalogTov_row, .catalogTov_cell {
  display: block;   
  border: 0;
}

.catalogTov_cell{width: auto; padding:0px;}


.catalogTov_numb, .catalogTov_name{overflow: hidden;}

.catalogTov_row .catalogTov_art, .catalogTov .catalogTov_head{display: none;}

.catalogTov_img{
  float: left;
  padding:10px;
}

.catalogTov_img img{width: 70px;}
.catalogTov_price{font-size: 16px;}

.catalogTov_numb{font-size: 15px; text-align: left; padding-top: 10px;}
.catalogTov_name{padding-top: 5px;}

.catalogTov_price{
  border-top: 1px solid #EAEAEA;
  margin-top: 10px;
  padding:10px;
  clear: left;
}
.catalogTov_price div{display: inline-block; padding:0 10px;}

.catalogTov_price__rub{
  border-left:1px solid #DFDFDF;
  border-right:1px solid #DFDFDF;
}

.catalogTov_cell__title{display: inline-block;}

.catalogTov_kolvo, .catalogTov_bt{
  width: 50%;
  float:left;
}


.catalogTov_buy{padding: 15px;}
.catalogTov_bt{text-align: center;}


}
/*----------------catalogTov-----------------*/





/*----------------stiker-----------------*/
.stiker_catalog {position:absolute; top:0px; left:0px; z-index:10;}
.stiker_catalog img  {display: inline-block; width: 23px;    vertical-align: top;}

.stiker{
 padding-left: 5px;
}

.stiker_tovar {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.stiker_tovar img {
display: inline-block; width: 29px;    vertical-align: top;
}
/*----------------stiker-----------------*/




/*----------------product_card-----------------*/
.product_card {
  margin-top: 25px;
}

.card_left {
  width: 40%;
  float: left;
  padding-right: 20px;
}

.card_left a {
  display: inline-block;
  position: relative;
}

/*card_galery*/
.card_galery__item{
  float:left;
  width: 25%;
  padding: 5px;
}

.card_galery a{
  display: block;
  position: relative;
  line-height: 0;
}

.card_galery img{
  max-width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20);
}

.card_galery a:hover .catalog_zoom {
  background: rgba(205, 3, 3, 0.85);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.card_galery a:hover .catalog_zoom:after {
    display: block;
    opacity: 1;
}


.card_right {
  width: 60%;
  float: left;
}

.card_img {
  max-width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20);
}

/*card_info*/
.card_info{
  display: block;
  float: right;
  width: 65%;
  vertical-align: top;
  border-right: 3px solid #0B1934;
}

.card_info_in{
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20);
  padding: 10px 15px;
}

.card_info ul{
 font-size: 0;
 display: table;
 width: 100%;
}


.card_info li{
  list-style: none;
  border-bottom: 1px solid #F1F1F1;
  padding: 6px;
}

.card_info li div{
  font-size: 17px;
  color: #4a4a4a;
}

.card_info li:last-child{ border-bottom:none;}

.card_info__item1{
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
}

.card_info__item2{
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}


/*card_buy*/
.card_buy{
  display: block;
  float: right;
  width: 35%;
}

.card_buy_in{
  background-color: #112241;
}

.card_priceTop{
  background-color: #e6000b;
  font-size: 35px;
  color:white;
  font-weight: bold;
  padding: 20px 10px 16px;
  text-align: center;
  line-height: 20px;
}

.card_priceTop span{
  font-size: 18px;
}

.card_priceBottom{
  background-color: #0b1934;
  display: table;
  width: 100%;
  padding:12px 0;
  color: #8494B3;
  text-align: center;
  font-size: 23px;
  line-height: 14px;
}

.card_priceBottom .small{
  font-size: 13px;
}

.card_price__dol, .card_price__rub{
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px; 
}

.card_price__dol{
  width: 40%;  
}

.card_price__rub{
  width: 60%;
  border-left: 1px solid #172A4F;
}


/*card_kolvo*/
.card_kolvo {
  padding-bottom: 10px;
  font-size: 15px;
  color:white;
  text-align: center;
  padding:15px;
}

.card_kolvo__input{
  margin-top:7px;
}

.card_kolvo__input input{
  width: 45px;
  height: 20px;
  padding: 10px;
  text-align: center;
  border: 1px solid #dedede;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  background-color: #cbd3df;
}

.card_kolvo__input input:focus{ background-color: white;}

/*card_bt*/
.card_bt{text-align: center;}


.card_bt .bt_add{
  padding: 6px 15px 8px 40px;
   font-weight: 600;
  color:white;
  font-size:13px;
  text-transform: uppercase;
  text-align: center;
}

.card_bt .bt_add:before{
  content: "";
  width: 18px;
  height: 16px;
  background: url(/images/sprite.png) no-repeat -217px -2px;
  display: inline-block;
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -9px;
}


/*card_nal*/
.card_nal{margin-top: 5px; text-align: center; padding-bottom: 20px;}

.card_nal__yes{
  font-size: 14px;
  color:#009f47;
  display: block;
}

.card_nal__yes:before{
  content: "";
  display: inline-block;
  width: 10px;
  height: 11px;
  background: url(/images/sprite.png) no-repeat -202px 0px;
  margin-right: 5px;
}

.card_nal__no{
  font-size: 14px;
  color:#ed0000;
  display: block;
}

.card_nal__no:before{
  content: "";
  display: inline-block;
  width: 9px;
  height: 10px;
  background:url(/images/sprite.png) no-repeat -202px -13px;
  margin-right: 5px;
}


/*cardTab_wrap*/
.cardTab_wrap{
  padding: 50px 0;
}

.cardTab{
  width: 100%;
  display: table;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20);
  margin-top: 15px;
}

.cardTab_row {
  display: table-row;
  width: 100%;
}

.cardTab_head .cardTab_cell {
  background-color: #24417D;
  color: white;
  font-weight: 200;
  font-size: 15px;
  border-right: solid 1px #18336C;
  border-bottom: none;
  text-transform: uppercase;
  text-align: center;
}

.cardTab_cell{
  display: table-cell;
  text-align: center;
  padding: 13px 10px;
  vertical-align: middle;
  font-size: 16px;
  border-bottom: 1px dashed #d9d9d9;
}

.cardTab_row:last-child .cardTab_cell {
  border-bottom: none;
}

@media screen and (max-width: 700px){
.cardTab, .cardTab_row {
  display: inline-block;
  border: 0;
}

.cardTab_row{padding: 7px 15px; border-bottom:1px solid #d9d9d9;}
.cardTab_row:last-child{border-bottom: none;}
.cardTab_cell{padding: 0px; text-align: left; display: inline; border: none;}

.cardTab_head{display: none;}

}


@media screen and (max-width: 850px){
  .card_buy, .card_info{width: 100%; float:none;}
  .card_kolvo{float: left; width: 40%;}
  .card_bt {margin-top: 15px; float: left; width: 60%;}
  .card_nal{padding-bottom: 14px;}
}

@media screen and (max-width: 600px){
  .card_left{width: 100%; padding-right: 0px; text-align: center;}
  .card_right{width: 100%; margin-top: 20px;}
  .card_info__item2, .card_info__item1{float:none; width: auto;}
  .card_info  .card_info__item1{padding-right: 5px; color:#848484;}
}



/*----------------product_card-----------------*/


/*----------------topDil-----------------*/

/*topDil_price*/
.topDil_price{
  display: inline-block;
}

.topDil_price__title{
  color:#181818;
  font-size:17px;
}

.topDil_price__title span{
  font-weight: bold;
  color:#e70000;
  margin-bottom: 7px;
  display: inline-block;
}

.topDil_price__bt{
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 20px;
}

.topDil_price__bt:before{
  content: "";
  width: 13px;
  height: 17px;
  display: inline-block;
  background: url(/images/sprite.png) no-repeat -221px -24px;
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

/*dilBasket*/

.topDil{margin-bottom: 20px;}

.dilBasket{
  width: 70%;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20);
  display: table;
  float:right;
  position: relative;
}

.dilBasket_l{
  width: 75%;
  display: table-cell;
}

.dilBasket_r{
  width: 25%;
  display: table-cell;
  background-color: #24417D;
  text-align: center;
  vertical-align: middle;
  position: relative;
  padding: 0 15px;
}

.dilBasket_r:before{
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: -5px;
  left:0;
  z-index: 100;
  background-color: #cd030d;
}


.dilBasket_bt{padding: 8px 19px 9px;}

.dilBasket_lTop{
  padding: 6px 20px 10px 20px;
  display: table;
  width: 100%;
}

.dilBasket_lBottom{
  text-align: center;
  font-size: 13px;
  color:#6f6f6f;
  background-color: #ededed;
  padding: 3px 0 5px;
  cursor: pointer;
}

.dilBasket_lBottom:hover{background-color: #E1E1E1;}

.dilBasket_lBottom span{display: inline-block;}
.dilBasket_lBottom span:after{
  content: ""; 
  display: inline-block;
  width: 8px;
  height: 5px;
  background: url(/images/arow.png) no-repeat 0 0;
  margin-left: 4px;
  padding-bottom: 1px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.dilBasket_active span:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dilBasket_total{
  font-size: 15px;
  color:#7d7d7d;
  display: table-cell;
}

.dilBasket_total1{
  color:#e0000b;
  font-size: 15px;
  font-weight: bold;
  padding-right: 6px;
  border-right: 1px solid #c8c8c8;
}

.dilBasket_total2{
  padding-left: 4px;
  font-size: 15px;
  font-weight: bold;
  color:#262626;
}

.dilBasket_sum{
  display: table-cell;
  text-align: right;
  color:#7d7d7d;
  line-height: 20px; 
  padding-left: 10px;
}

.dilBasket_sum__price{
  font-size: 23px;
  color:#e3000b;
  font-weight: bold;
}

.dilBasket_sum__price span{font-size: 16px;}

/*dilBasket_drop*/
.dilBasket_drop{
  position: absolute;
  left:0px;
  width: 100%;
  background-color: white;
  top: 100%;
  background-color: white;
  box-shadow: 0px 3px 19px rgba(0, 0, 0, 0.30);
  padding: 20px;
  z-index: 300;
  display: none;
  border-bottom: 2px solid #E7000B;
}

.dilBasket_drop .title{
  font-size: 29px;
  color:#161616;
  text-transform: uppercase;
}


.dilBasket_list{margin-top: 10px;}
.dilBasket_list li{
  list-style: none; 
  font-size: 0;
  border-top:1px dashed #dedede;
  padding:7px 0;
}

.dilBasket_list li:nth-child(even){
 background-color: #F9F9F9;
}

.dilBasket_list__name {
  width: 40%;
  display: inline-block;
  font-size: 15px;
  padding-left:20px;
}

.dilBasket_list__name a{text-decoration: none;}
.dilBasket_list__name .text{
  color: #e40000;
  text-decoration: none;
}

.dilBasket_list__name .text:hover{text-decoration: underline;}

.dilBasket_list__name .art{color:#7d7d7d;}

.dilBasket_list__name span{
  color:#7d7d7d;
  text-decoration: none;
}

.dilBasket_list__kol{
  width: 20%;
  display: inline-block;
  text-align: center;
}

.dilBasket_list__kol input{
  background-color: #f9f9f9;
}



/*dilBasket_kolvo*/
.dilBasket_kolvo{
  padding-bottom: 8px;
  font-size: 14px;
}

.dilBasket_kolvo__input{
  margin-top: 5px;
}

.dilBasket_kolvo__input input{
  width: 45px;
  height: 20px;
  padding:10px;
  text-align: center;
  border:1px solid #dedede;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none;
}

.dilBasket_kolvo__input input:focus{border:1px solid #df000b;  background-color: white;}


.dilBasket_list__price{
  width: 25%;
  display: inline-block;
  text-align: center;
}

.dilBasket_priceTop{
  color:#e3000b;
  font-weight: bold;
  font-size: 18px;
}

.dilBasket_priceTop span{
  font-size: 13px;
}

.dilBasket_priceBottom{
  font-size: 13px;
  color:#7d7d7d;
}

.dilBasket_priceBottom .left{
  padding-right:5px;
  border-right: 1px solid #cacaca;
  display:inline-block; 
}

.dilBasket_priceBottom .right{
  padding-left:2px;
  display:inline-block; 
}

.dilBasket_list__del{
  width: 15%;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color:#a3a3a3;
  text-align: center;
}

.dilBasket_list__del img{
  background: url(/images/sprite.png) no-repeat -241px -20px;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.dilBasket_del{
  cursor: pointer;
  display: inline-block;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.dilBasket_del:hover{
  color: #ED0000;
}

.dilBasket_del:hover img{
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}


@media screen and (max-width: 900px){
  .dilBasket{width: 100%; margin-top: 10px;}
}

@media screen and (max-width: 600px){
  .dilBasket_lTop{display: block;  padding: 9px 20px 9px 20px;text-align: center;}
  .dilBasket_sum{display: block; width: 100%; padding:0; text-align: center;}
  .catalogDil_nal{float:right; width: 50%;}

  .dilBasket_total{display: none;}
  .dilBasket_list__name {margin-bottom: 5px;}
  .dilBasket_item{width: auto; vertical-align: middle;}
  .dilBasket_kolvo__input {display: inline-block; margin-left: 5px; margin-top: 5px;}
  .dilBasket_list__price{width: 50%; padding:0 15px;}
  .dilBasket_list__del {width: 20%;}
  .dilBasket_list__kol {width: 30%;}
}

@media screen and (max-width: 450px){
  .dilBasket_l, .dilBasket_r{display: block; width: 100%;}
  .dilBasket_del div{display: none;}
  .dilBasket_priceBottom .left, .dilBasket_priceBottom .right{display: block; border: none;}
}


/*----------------topDil-----------------*/


/*----------------catalogDil-----------------*/
.catalogDil{
  display: table;
  width: 100%;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20);
}

.catalogDil_row{
  display: table-row;
  width: 100%;
}

.catalogDil_cell{
  display: table-cell;
  text-align: center;
  padding: 13px 10px 15px;
  vertical-align: middle;
  font-size: 16px;
  border-bottom: solid 1px #d3d3d3;
}


.catalogDil_row:last-child .catalogDil_cell{
  border-bottom:none;
}

.catalogDil_numb{
  font-size: 18px;
}
.catalogDil_img{
  width: 10%;
}


.catalogDil_name{
  width: 20%;
  text-align: left;
}

.catalogDil_name a{
  color:#224CA5;
  text-decoration: none;
}

.catalogDil_name a:hover .catalogDil_name__in{
  color:#e10000;
  text-decoration: underline;
}

.catalogDil_head .catalogDil_cell{
  background-color: #24417D;
  color: white;
  font-weight: 200;
  font-size: 14px;
  border-right: solid 1px #18336C;
  border-bottom: none;
  text-align: center;
}

.catalogDil_img{line-height: 0;}

.catalogDil_price{width: 10%;}

.catalogDil_img a{
  position: relative;
  display: inline-block;
  line-height: 0;
}

.catalogDil_price{
  color:#434343;
  font-size: 14px;
}

.catalogDil_price__grn{
  font-size: 16px;
  font-weight: 600;
  color:#e5000b;
  line-height: 16px;
}

.catalogDil_price div{padding:2px 0;}

.catalogDil_buy{
  background-color: #f4f4f4;
  padding-bottom: 15px;
  padding-top: 15px;
}


/*catalogDil_kolvo*/
.catalogDil_kolvo{
  padding-bottom: 8px;
  font-size: 14px;
}

.catalogDil_kolvo__input{
  margin-top: 5px;
}

.catalogDil_kolvo__input input{
  width: 45px;
  height: 20px;
  padding:10px;
  text-align: center;
  border:1px solid #dedede;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none;
}

.catalogDil_kolvo__input input:focus{border:1px solid #df000b;}


/*catalogDil_bt*/
.catalogDil_bt .bt_add{display: inline-block; padding: 8px 20px 10px;}
.catalogDil_bt__no .bt_add{background-color: #375188;}
.catalogDil_bt__no .bt_add:hover{background-color: #2D416E;}

/*catalogDil_nal*/
.catalogDil_nal{margin-top: 3px;}

.catalogDil_nal__yes{
  font-size: 14px;
  color:#00C056;
}

.catalogDil_nal__yes:before{
  content: "";
  display: inline-block;
  width: 12px;
  height: 11px;
  background: url(/images/sprite.png) no-repeat -240px -3px;
  margin-right: 5px;
}

.catalogDil_nal__no{
  font-size: 14px;
  color:#ed0000;
}

.catalogDil_nal__no:before{
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background:url(/images/sprite.png) no-repeat -240px -20px;
  margin-right: 5px;
}

.catalogDil_img a:hover .catalog_zoom{
  background: rgba(205, 3, 3, 0.85);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.catalogDil_img a:hover .catalog_zoom:after {
  display: block;
  opacity: 1;
}

.catalogDil_img img{
  max-width: 100%;
  width: 85px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.catalogDil_name__art{color:#727272; text-decoration: none; margin-top: 3px; display: none;}
.catalogDil_name__art span{color:#1f1f1f;}

.catalogDil_cell__title {
  display: none;
  color: #8B8B8B;
}

.catalogDil_cell .catalogDil_kol__yes{color:#00af42;}
.catalogDil_cell .catalogDil_kol__no{color:#ea0000;}

@media screen and (max-width: 950px){
  .catalogDil_art{display: none;}
  .catalogDil_name__art {display: block;}
  .catalogDil_name{width: 35%;}
  .catalogDil_img, .catalogDil_kol {display: none;}
  .catalogDil_head .catalogTov_cell{font-size: 13px;}
  .catalogDil_numb, .catalogDil_price{width: auto;}

.catalogDil_name__art{
    font-size: 13px;
}
}

@media screen and (max-width: 600px){
.catalogDil_name__in{
  margin-bottom: 5px;
  display: inline-block;
}


.catalogDil_cell:after{
  content: "";
  display: block;
  clear: both;
}

.catalogDil{
  box-shadow:none;
  background:none;
}

.catalogDil_row {
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20);
  margin-top: 10px;
}

.catalogDil, .catalogDil_row, .catalogDil_cell {
  display: block;   
  border: 0;
}
.catalogDil_kol{display: none;}
.catalogDil_cell{width: auto; padding:0px;}


.catalogDil_numb, .catalogDil_name{overflow: hidden;}

.catalogDil_row .catalogDil_art, .catalogDil .catalogDil_head{display: none;}

.catalogDil_img{
  float: left;
  padding:10px;
}

.catalogDil_img img{width: 70px;}


.catalogDil_numb{font-size: 15px; text-align: left; padding-top: 10px;}
.catalogDil_name{padding-top: 5px;}

.catalogDil_price{
  border-top: 1px solid #EAEAEA;
  margin-top: 10px;
  padding:10px;
  clear: left;
  font-size: 16px;
  width: 100%;
}
.catalogDil_price div{display: inline-block; padding:0 10px;}

.catalogDil_price__rub{
  border-left:1px solid #DFDFDF;
  border-right:1px solid #DFDFDF;
}

.catalogDil_cell__title{display: inline-block;}

.catalogDil_kolvo, .catalogDil_bt{
  width: 50%;
  float:left;
}

.catalogDil_buy{padding: 15px;}
.catalogDil_bt{text-align: center;}

}

/*----------------catalogDil-----------------*/


.fr_field{
  padding: 10px 10px;
  margin-top: 5px;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #ccc;
  vertical-align: middle;
  margin-bottom: 15px;
  background-color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
       border-radius: 2px;
  outline: none;
  background-color: #f6f6f6;
}

.fr_fieldSelect{
  -webkit-appearance: none;
  background-image: url('/images/field_arrow.png');
  background-position: 97% center;
  background-repeat: no-repeat;
  line-height: 1em;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px; 
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none!important;
}

.fr_fieldSelect::-ms-expand {display: none;}

.w75{width: 75%;}
.w80{width: 80%;}
.w85{width: 85%;}


.fr_field:focus {
  border-color: #e40000;
  background-color: white;
}


.fr_star{
  color: #e4000b;
  font-size: 21px;
  position: relative;
  left: -2px;
  top: -7px;
}

.fr_what{
  width: 19px;
  height: 19px;
  background: url(/images/sprite.png) -70px -80px no-repeat;
  display: inline-block;
  position: relative;
  top: -3px;
}

.fr_what:hover{ background-position: -70px -101px;}

/* fr_check */
.fr_check{
  font-size: 16px; 
  color: #303030;
  margin: 5px 0 15px;
}

.fr_check_item{display: inline-block; margin-right:10px; vertical-align: middle;}
.fr_check_item label span{display: inline-block; vertical-align: top;}

.fr_check_item input[type="radio"]+label:before {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 20px;
  margin: -5px 3px 0 0;
  vertical-align: middle;
  background: url("/images/i-radio.png") 0 0px no-repeat;
  cursor: pointer;
  content: "";
}

.fr_check_item input[type="radio"] {
  display: none;
  margin: 0 2px 2px 2px;
  vertical-align: middle;
}

.fr_check_item input[type="radio"]:checked+label:before {background-position: 0 -26px;}

/*------------------------------*/

.fr_check_item input[type="checkbox"]+label:before {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 16px;
  margin: -5px 5px 0 0;
  vertical-align: middle;
  background: url("/images/i-radio.png") -6px -4px no-repeat;
  cursor: pointer;
  content: "";
}

.fr_check_item input[type="checkbox"] {
  /*display: none;*/
  margin: 0 2px 2px 2px;
  vertical-align: middle;
}

.fr_check_item input[type="checkbox"]:checked+label:before {background-position: -6px -30px;}
/* fr_check */


/* fr_file */
.fr_file__bt{
  padding: 8px 25px 9px;
  font-size: 14px;
  color: #3F3F3F;
  text-transform: uppercase;
  border: 1px solid #7a7a7a;
  float:left;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  margin-right:10px;
  margin-bottom:5px; 
  text-decoration: none;
  display: inline-block;
  background: white;
  outline: none;
}

.fr_file__bt:hover{
 color: #e50000;
 border-color: #e50000;
}

.fr_file__desk{
  color:#6e6e6e;
  font-size:15px;
  line-height: 16px;
  float:left;
}

.fr_file{padding: 10px 0 5px;}
/* fr_file */

/* fr_sub */
.fr_sub{margin-top: 20px; }
.fr_bott {position:absolute; bottom:-200px;}

.fr_bt{
  padding: 10px 30px 11px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  background: #CD0303;
  display: inline-block;
}

.fr_bt:hover{background-color: #a60000;}
/* fr_sub */

/*----------------reg_wrap-----------------*/
.reg_wrap{padding: 15px;}

.reg_col{padding: 20px; position:relative; margin-bottom:80px;}

.reg_whatContent{
  display: none;
  width: 240px;
  background-color: white;
  border-bottom:2px solid red;
}

.fr_agreement{
  color:#6e6e6e;
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
}

.fr_agreement .fr_check_item{
  float:left;
  margin-right: 0px;
}

@media screen and (max-width: 650px){
  .reg_col{width: 100%; padding: 10px;}
  .reg_col .w75{width: 90%;}
  .reg_col .fr_what {display: none;}
}

/*----------------reg_wrap-----------------*/

.tip-my, .tip-my2 {
  z-index:1000;
  text-align:left;
  background: #fff; 
  color:#333; 
  font-weight:normal; 
  border: solid 1px #cacaca;
  -webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.7);
  -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.7);
       box-shadow:0px 0px 5px rgba(50, 50, 50, 0.4);
  padding:12px;
  min-width:50px;
  max-width:260px;
  font-size: 13px;
}

.tip-my span{
  display: block;
  font-weight: bold;
  color:#e4000b;
  font-size: 14px;
  margin-bottom: 6px;
}

.stat_informer{
  font-size: 16px;
  color:#272727;
  margin: 0px 0 25px 0px;
}

.stat_informer span{color:#e30000;}

.stat_inf{
  font-size: 25px;
  position: relative;
  top: 9px;
  left: 1px;
}



/*----------------lk_wrap-----------------*/
.lk_wrap{
  display: table;
  width: 100%;
}

.lk_nav{
  display: table-cell;
  width: 25%;
  background-color: #112241;
  border-right: 3px solid #CD0303;
  vertical-align: top;
}

.lk_nav li{list-style: none;}

.lk_nav a{
  padding:10px 20px 11px;
  border-bottom:1px solid #1F304D;
  font-size: 16px;
  color:white;
  font-weight: 200;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
}

.lk_nav a:hover{background-color: #0B1934;}
.lk_nav .active, .lk_nav .active:hover{background-color: #cd0303;}

.lk_content{
  display: table-cell;
  width: 75%;
  padding: 25px 30px 20px 40px;
}

.lk_email{
  color:#2f2f2f;
  font-size: 16px;
}

.lk_email span{font-weight: bold;}
.lk_block{padding: 30px 0;}

.lk_hname{
  font-size: 17px;
  color:#242424;
  text-transform: uppercase;
  font-weight: bold;
}

.lk_hr{
  height: 2px;
  background-color: #f2f2f2;
  width: 100%;
  margin-bottom:15px;
  margin-top: 5px;
}

.save_bt_wrap{
  text-align: right;
  margin-right: 10%;
}

/*---lk_navDrop---*/
.lk_navDrop{
  position: relative;
  border-bottom:2px solid #CD0303;
  display: none;
}

.lk_navDrop__bt{
  display: inline-block;
  background: #CD0303;
  padding:7px 25px;
  font-size: 14px;
  color: white;
  font-weight: bold;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  text-transform: uppercase;
}

.lk_navDrop__bt:hover {background-color: #a60000;}

.lk_shortnav{
  display: none;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0px;
  display: none;
  width: 260px;
  background-color: rgba(15, 32, 58, 1);
  border-bottom: 3px solid #CD0303;
  padding:15px;
}

.lk_shortnav li{
  padding-bottom: 13px;
  list-style: none;
}

.lk_shortnav a{
  font-size: 14px;
  display: block;
  text-decoration: none;
  color: #ACBCD4;
  text-transform: uppercase;
  font-weight: bold;
}

.lk_shortnav a:hover{color: white;}
/*---lk_navDrop---*/


/*---lk_home---*/
.lk_homeItem{
  font-size: 17px;
  color: #070707;
  font-weight: bold;
  text-transform: uppercase;
  float:left;
  width: 33.3%;
  text-align: center;
  padding:15px;
}

.lk_homeItem_in{display: table; width: 100%;}


.lk_homeItem_name:hover{
  border-color: #e60000;
  color:#e60000;
}

.lk_homeItem_name{
  display: table-cell;
  vertical-align: middle;
  padding:0 15px;
  border:3px solid #eaeaea;
  height: 110px;
}

.lk_homeItem_name span{
  position: relative;
  bottom:3px;
}
/*---lk_home---*/


@media screen and (max-width: 800px){
  .lk_content, .lk_wrap{width: 100%; display: block;}
  .lk_content{padding: 15px 25px;}  
  .lk_nav{display: none;}
  .lk_navDrop{display: block;}
  .lk_email{font-size: 14px;}
}

@media screen and (max-width: 600px){.lk_homeItem{width: 50%;}}

@media screen and (max-width: 500px){
  .lk_homeItem{width: 100%; padding: 5px;}
  .lk_homeItem_name{height: auto; padding: 15px;}
  .lk_content{padding: 15px;}
}


@media screen and (max-width: 450px){
  .lk_block__item {width: 100%;}
  .lk_block__item .fr_field{width: 90%;}
  .lk_block {padding: 20px 0;}
}
/*----------------lk_wrap-----------------*/




/*----------------Разделы-----------------*/
.razdel_unit{
  font-size: 17px;
  color: #070707;
  font-weight: bold;
  text-transform: uppercase;
  float:left;
  width: 25%;
  text-align: center;
  padding:15px;
}

.razdel_unit:nth-child(4n+5){clear:left;}

.razdel_unit_in{display: table; width: 100%;}

.lk_homeItem_name:hover{
  border-color: #e60000;
  color:#e60000;
}

.razdel_unit_name{
  display: table-cell;
  vertical-align: middle;
  padding:0 15px;
  border:3px solid #eaeaea;
  height: 110px;
}

.razdel_unit_name span{
  position: relative;
  bottom:3px;
}

.razdel_unit_name:hover{
  border-color: #e60000;
  color:#e60000;
}

@media screen and (max-width: 800px){
.razdel_unit:nth-child(4n+5){clear:none;}
.razdel_unit{width: 33.3%;}
.razdel_unit:nth-child(3n+4){clear:left;}
}

@media screen and (max-width: 650px){
.razdel_unit:nth-child(3n+4){clear:none;}
.razdel_unit{width: 50%;}
.razdel_unit:nth-child(2n+3){clear:left;}
}


@media screen and (max-width: 450px){
.razdel_unit{width: 100%;}
.razdel_unit{padding: 5px;}
}
/*----------------Разделы-----------------*/



/*----------------Страница корзины-----------------*/
/*---basket_tabs---*/

.basket_wrap{padding: 25px;}

.basket_tabs{
  border-bottom: 3px solid #cd0303;
}

.basket_tabs__item{
  padding:9px 20px 8px;
  background-color: #122448;
  color:white;
  font-size: 15px;
  float:left;
  text-decoration: none;
  text-transform: uppercase;
}


.basket_tabs__item:hover{background-color: #a60000; }
.basket_tabs__item-active, .basket_tabs__item-active:hover{background-color: #cd0303;}

.basket_hnameInfo{
  color:#989898;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 5px;
}

/*---basket_wrap---*/

.col-5.basket_col{padding-right: 30px; float:right;}
.col-7.basket_col{float:right;}
/*---Способ оплаты---*/

.basket_method{
  padding: 4px 0;
}

.basket_method  .fr_check_item{
  display: block;
  margin-left: 15px;
  margin-bottom: 5px;
  color: #5d5d5d;
}

/*---Преимущества регистрации---*/
.basket_advantages{
  margin-left: 15px;
  padding: 5px 0; 
}

.basket_advantages__title{
  color: #0fb767;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 5px;
}


.basket_advantages__line{
  position: relative;
  background-color: #e3e3e3;
  height: 2px;
  margin: 10px 0;
  margin: 15px 0 20px;
}

.basket_advantages__line:after{
  width: 30%;
  content: "";
  height: 2px;
  background-color: #00b35d;
  display: block;
  position: absolute;
  left:0;
  top:0;
}

.basket_advantages li{
  list-style: none;
  position: relative;
  padding-left: 15px;
  margin-bottom: 6px;
  line-height: 19px;
}

.basket_advantages li:before{
  content: "";
  display: inline-block;
  position: absolute;
  left:2px;
  top:7px;
  width: 7px;
  height: 7px;
  background-color: #00b35d;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.continue_shopping{
  padding-top: 10px;
}

.continue_shopping .fr_file__bt{
  float: none;
}


/*---Добавить комментарий к заказу---*/
.add_comment_order span{
  cursor: pointer;
  display: inline;
  color:#cd0303;
  border-bottom:1px dashed #cd0303;
}

.add_comment_order span:hover{
  border: none;
  margin-bottom: 1px;
}


/*---Блок с заказом---*/
.basket_order__title{
  background-color: #122448;
  font-size: 17px;
  font-weight: bold;
  color:white;
  padding: 14px 20px;
  text-transform: uppercase;
}

.basket_order__body{
  background-color: #f9f9f9;
  padding:0 5px;
  border-bottom: 3px solid #ec0000;
}

.basket_order__list li{
  padding: 11px 15px 11px;
  border-bottom: 1px dotted #b5b5b5;
  list-style: none;
}

.basket_order__list li a{
  font-size: 17px;
}

.basket_order__name, .basket_order__details{
  display: inline-block;
  vertical-align: middle;
  line-height: 17px;
}

.basket_order__name{
  margin-right: 12px;
  margin-bottom: 5px;
}
.basket_order__name a{display: inline-block; vertical-align: middle;}


.basket_order__price1{
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  font-size: 16px;
  color: #323232;
  line-height: 17px;
}

.basket_order__price1 .ru, .basket_order__price1 .eng{
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  padding: 0 3px;
  color: #898989;
}

.basket_order__price1 .price_mod{
  display: inline-block;
  color: #008b3b;
}

.basket_order__price{
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
}

.basket_order__price .ru, .basket_order__price .eng{
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  padding: 0 3px;
  color: #898989;
}


.basket_order__quantity, .basket_order__price{
  display: inline-block;
  padding: 0px 6px;
  vertical-align: middle;
}

.basket_order__dell{
  margin: 0px 6px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.basket_order__dell a{
  display: inline-block;
  padding: 10px;
}

.basket_order__dell img{
  background: url(/images/sprite.png) no-repeat -241px -20px;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}


.basket_order__dell:hover img {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.basket_order__quantity input{
  padding: 3px 5px;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  width: 45px;
  text-align: center;
  border: 1px solid #ccc;
  vertical-align: middle;
  background-color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  background-color: white;
  color: #494949;
}

.basket_order__quantity input:focus{border-color: #e40000;}

.basket_sum{padding: 20px 20px 15px;}
.basket_sum__info{
  float:left;
  color:#141414;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}

.basket_sum__currency{
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin-top: -2px;
}

.basket_sum__info .price_mod{
  font-size: 24px;
  color: #ec0000;
  line-height: 20px;
  display: inline-block;
}
.basket_sum__bt{
  float:right;
}

.basket_sum__currency .ua{line-height: 0;}

.basket_sum__currency .ru, .basket_sum__currency .eng{
  font-size: 12px;
  display: inline-block;
  padding: 0 3px;
  font-weight: bold;
  color: #7A7A7A;
}

/*---Рассписание отправки и приема заказов---*/

.dispatch{margin-top: 40px;}

.dispatch__body table{width: 100%;}

.dispatch__title{
  color:#707070;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 10px;
}

.dispatch__body td{padding: 9px 5px 10px;}

.dispatch__unit_h td{
  background-color: #929292;
  color:white;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  border-right: 1px solid #adadad;
  vertical-align: middle;
}

.dispatch__body tr:nth-child(2n) {
  background: #f9f9f9; /* Цвет фона */
} 

.dispatch__unit_b{
  color:#00c45c;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}

.dispatch__marker{
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  color:#8F8F8F;
}

.dispatch__marker img{
  width: 13px;
  height: 13px;
  background: url(/images/sprite.png) no-repeat -258px -2px;
}

.dispatch__unit_b .day{
  color:#232323;
  text-align: left;
  padding-left: 20px;
}




@media screen and (max-width: 530px){
.basket_order__name{
  text-align: center;
  display: block;
  }

  
  .basket_order__list li{text-align: center;}
  .basket_order__name{margin-bottom: 8px;}
  .basket_order__price1{display: block; text-align: center;}
  .basket_order__price1 .ua, .basket_order__price .ua{ display: inline-block;}
  .basket_order__details {display: block;}
  .basket_order__quantity, .basket_order__price{display: block; text-align: center;}
  .basket_order__quantity{padding:6px 0;}
  .basket_order__dell{text-align: center;}
  
  .basket_order__list li{padding: 8px 15px 2px;}
  .basket_sum{text-align: center; padding: 9px 20px 9px;}
  .basket_sum__info{text-align: center; float: none;}
  .basket_sum__bt{float: none;}
  .basket_sum__currency{display: block; margin-top: 5px;}

  .dispatch__unit_h td, .dispatch__unit_b{font-size: 11px;}
  .dispatch__body td{padding: 6px 5px 4px;}
  .dispatch__unit_b .day{ padding-left: 5px;}
  .dispatch__marker img{display: none;}
  
  .basket_wrap .fr_field {width: 80%;}
  
  .dispatch { margin-top: 20px;}
}



@media screen and (max-width: 850px){
  .col-5.basket_col{
    width: 100%;
    padding-right: 0px;
    margin-top: 20px;
  }

  .col-7.basket_col{ width: 100%;}
}
/*----------------Страница корзины-----------------*/


/*----------------История заказв-----------------*/
.list_history li{list-style: none;}

.list_history__block{
  display: table;
  width: 100%;
}

.list_history__cell{
  display: table-cell;
  padding:10px 5px;
  font-size: 15px;
  vertical-align: middle;
  text-align: center;
  border-bottom: solid 1px #d3d3d3;
}

.list_history__li:last-child .list_history__cell{border:none;}

.list_history__status{
  color: #00C056;
}

.list_history__img img{width: 40px;}



.view_history span, .view_number span{
  color: #EC0000;
  display: inline;
  border-bottom:1px dotted #EC0000;
  line-height: 18px;
}

.view_history:after, .view_number:after{
  content: "";
  display: inline-block;
  width: 12px;
  margin-left: 3px;
  vertical-align: middle;
  height: 8px;
  background: url(/images/field_arrow.png) no-repeat;
}

.view_history span:hover, .view_number span:hover{
  border:none;
  cursor: pointer;
}

/*---Выпадающая история покупки----*/
.history_drop{
  background-color: #FAFAFA;
  border-bottom: 2px solid lightgrey;
  display: none;
}

.history_drop__cell{
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}

.history_drop li{
  display: table;
  width: 100%;
  border-bottom: 1px dashed #DFDFDF;
  padding: 10px;
}

.history_drop__img{
  width: 85px;
}

.history_drop__img img{max-width: 85px;}
.history_drop__img a{
  display: inline-block;
  margin-right:15px;
}

.history_drop__art{
  display: inline-block;
  color:#929292;
  font-size: 13px;
  margin-left: 5px;
}

.history_drop__quantity {
  width: 10%;
  text-align: center;
}

.history_drop__price2 {
  text-align: center;
  font-weight: bold;
  color: #323232;
  width: 20%;
}

.history_drop__info {width: 60%;}
.history_drop__price{margin-top: 5px; color: #323232;}

.history_drop__sum{
  padding: 15px 15px 20px;
  text-align: right;
}

.history_drop__sum span{
  background-color: #E50606;
  padding: 2px 9px;
  color: white;
  font-weight: bold;
  display: inline-block;
  margin-top: 3px;
}


@media screen and (max-width: 650px){
  .list_history__img, .list_history__status, .history_drop__img   {
    display: none;
  }
  .col-7.basket_col{ width: 100%;}
}

@media screen and (max-width: 500px){
  .history_drop__info, .history_drop__cell{display: block; width: 100%}
  .history_drop__img{display: none;}
   .history_drop__cell{padding:0;}
  .history_drop__price2, .history_drop__quantity  {display: inline-block; width: auto; padding: 0 5px;}

  .list_history__block{display: block; border-bottom:1px solid lightgrey;}
  .list_history__cell {
    width: 49%;
    display: inline-block;
    border:none;
  }

  .list_history__status, .list_history__number, .list_history__price  {display: none;}
  .list_history__img {display: none;} 
}


/*----------------История заказв-----------------*/



/*----------------bx-----------------*/

.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {

  left: -5px;

  
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
      -ms-transform: translatez(0);
      -o-transform: translatez(0);
      transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: -25px;
  background: url(/images/sprite.png) no-repeat -62px 0px;
}

.bx-wrapper .bx-next {
  right: -25px;
  background: url(/images/sprite.png) no-repeat -80px 0px;
}

.bx-wrapper .bx-prev:hover {
  background-position: -62px -33px;
}

.bx-wrapper .bx-next:hover {
  background-position: -80px -33px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 17px;
  height: 30px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*****************************   Notify  *************************** ********************/
#jNotify {background:#1E7FC0  url(/images/minfo.png) no-repeat 15px center; border: solid 1px #d5d5d5; padding:10px; padding-left:50px; font:700 19px Arial, Helvetica, sans-serif; color:#fff; z-index:9999;}
#jSuccess {background:#048404  url(/images/msuccess.png) no-repeat 15px center; border: solid 1px #d5d5d5; padding:10px; padding-left:50px; font:700 19px Arial, Helvetica, sans-serif; color:#fff; z-index:9999;}
#jError {background:#DD0000  url(/images/merror.png) no-repeat 15px center; border: solid 1px #d5d5d5; padding:10px; padding-left:50px; font:700 19px Arial, Helvetica, sans-serif; color:#fff; z-index:9999;}
.info_mesg { font:400 13px Arial, Helvetica, sans-serif; padding-top:3px;}
.info_mesg a { color:#fff000; font:700 12px Arial, Helvetica, sans-serif;}
.recomend { font-weight:700; font-style: italic; color:#fff000; padding-left:15px;}
.recomendul {list-style:none; padding-left:20px; padding-top:5px;}
.recomendul li {padding-bottom:3px; list-style:none;}
.err_mesg { font-size:18px; font-weight:700; padding:15px 0px 15px 0px; c}
/*****************************   Notify  ***********************************************/


/*****************************   регистрация / авторизация ***********************************************/
.reg_block{       width: 360px;
    padding: 20px;
    padding-top: 25px;
    padding-bottom: 56px;
    background: #EEE5C3 url(/images/user/images/design/bg_right.png) no-repeat;
    font-size: 15px;
    color: #967056;}

.reg_block3 { width:600px;}

@media screen and (max-width: 650px){
.reg_block3{  width: 400px;}
.reg_block  .t_pole2 { width: 300px;}
.reg_block { width: 200px!important;}
.reg_block  .formpad {    padding-left: 5px;}
.jstbt{padding:9px 17px;}
.reg_pole{  width: 150px!important;}
.reg_block .t_pole2{width: 172px;}
}

@media screen and (max-width: 450px){
.reg_block3{  width: 320px;}
.reg_block .t_pole2 { width: 240px;}
.formpad {  padding-left: 25px;}
}

.f_block{ padding:20px; padding-top:25px; padding-bottom:30px; background:#e9e9e9 url(/images/user/images/design/bg3.jpg) center top; font-size:15px; color:#5b5b5b; }
.f_block400 {width:420px;}
.reg_block a { font-size:14px; color:#0C5DC1; text-decoration:underline;   display: inline-block;
  margin-bottom: 5px;}
.reg_block a:hover {text-decoration:none;}
.reg_name { border: none;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #F64A16;
    cursor: pointer;
    padding: 11px 0px 12px;
    display: inline-block;
    text-decoration: none;
     transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    outline: none;

}

.f_pole{ border: solid 1px #EDDEEF; padding:10px 10px; background-color:#fff; font-size:14px; color:#5b5b5b; margin-bottom:15px;}
.f_pole300 { width:360px;}
.t_pole2 { width:512px; height:150px;color:#5b5b5b; }
.t_pole360 { width:360px; height:150px;color:#5b5b5b; }
.t_pole865 { width:865px; height:150px;color:#5b5b5b; }
.err_pole {border:solid 1px red;}
.ok_pole {border:solid 1px green;}
.reg_bt {display:block; padding:5px 15px; background:#219003;  color:#fff; font-size:16px; font-weight:700; border:none; cursor:pointer;}
.reg_bt:hover{background:#2aaa08; }
.reg_block2 {padding-top:4px;}
.err_info { padding:5px; background:#FFCFE4; margin-bottom:10px; border:solid 2px #F8C0D8; font-size:14px;}
.err_info ul{ padding-left:30px; list-style:disc;}
#remember { margin-top:13px; margin-bottom:9px;}
.formpad {padding-left:40px;}
.formpad2 {padding-left:20px;}
.reg_left2 { width:135px; float:left; text-align:left; padding-top:7px;}
.reg_right2 { width:130px; float:left;}
.login_bt {border: none;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    cursor: pointer;
    padding: 12px 37px 13px;
    display: inline-block;
    text-decoration: none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    outline: none;
    /* text-transform: uppercase; */
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border-bottom: 2px solid #000C31;
    background-color: #274CBD;}
.login_bt:hover{      cursor: pointer;
    background: #274CBD;
    position: relative;
    top: 2px;
    border-bottom: 2px solid #274CBD;}

.reg_block2 {padding-top:10px;}
.showon {display:block;}
.showoff {display:none;}
.reg_firm {display:block; margin-bottom:15px; padding-top:5px; font-size:18px; font-weight:700; color:#5b5b5b;}
.reg_acept {display:block; margin-bottom:15px;}
.popup-info { padding:0px 0px 15px 0px; font-size:16px; color:#000; text-align:center;}
/*****************************   регистрация / авторизация  ***********************************************/


.docuploadbt{display:inline-block;text-decoration:none;text-align:center;font-size:16px;padding:8px 15px;color:#FFF;background:#6CABE2;position:relative;cursor:pointer;margin:10px 0 15px}
.rewimgList{max-height:50px;margin-left:5px;border:1px solid #dedede;padding:2px;float:left;background:#fff}
.hideinput{position:absolute;top:0;left:0;width:9999%;margin-left:-9899%;height:100%;-ms-filter:alpha(Opacity=50);filter:alpha(opacity=1);-moz-opacity:.01;-khtml-opacity:.01;opacity:.01}


#basketdealerempty {display:none;}

/*------------------------------ Отзывы  ------------------------------*/
.review_slide{padding:15px}
.review_slide .hr{clear:both}
.review_slide_name{
  font-size:18px;
  color:#141414;
  text-align:left;
  text-transform:uppercase;
  float:left;
  padding-bottom:5px
}
.review_slide_bt{float:right}
.review_slide_add{
  position:relative;
  top:-10px;
  padding:10px 35px;
  border:1px solid #a4a4a4;
  background-color:#fff;
  text-align:center;
  color:#7c7c7c;
  -webkit-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -ms-transition:all .2s ease;
  -o-transition:all .2s ease;
  transition:all .2s ease;
  display:inline-block;
  font-weight:400;
  font-size:14px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}

.review_slide_block{
  padding:25px 0;
  text-align:center
}

.review_row{
  padding:15px;
  clear:both;
  width:80%;
  text-align:left
}

.review_row_name{
  font-size:14px;
  font-weight:700;
  color:#000
}

.review_row_city{
  font-size:14px;
  font-weight:400;
  color:#7D7C7C;
  padding-top:5px
}

.review_row_red{
  width:20%;
  height:3px;
  background:#9E6C5A;
  margin:10px 0;
}

.review_row_text{
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 15px;
  background: #FBF8E7;
  font-size: 14px;
  text-align: left;
  margin-top: 5px;
  line-height: 20px;
  color: rgb(31, 31, 31);
}

.review_row_photo{padding-top:15px}
.review_row_photo img{
  max-height:100px;
  margin-left:5px;
  border:1px solid #EDEDED;
  padding:3px;
  float:left;
  background:#fff;
  -webkit-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -ms-transition:all .2s ease;
  -o-transition:all .2s ease;
  transition:all .2s ease;    
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.review_row_photo img:hover{border: 1px solid #9D6A58;}

.review_row_all{
  margin:35px 0 10px; 
  text-align:center
}

.review_row_all a{
  display:inline-block;
  padding:5px 0;
  font-size:16px;
  font-weight:700;
  color:#535899;
  text-decoration:none;
  border-bottom:dashed 2px #535899;
  text-transform:uppercase;
}

.review_row_all a:hover{border-bottom:none; padding-bottom:7px}

.rewimgList{
  max-height:50px;
  margin-left:5px;
  border:1px solid #dedede;
  padding:2px;
  float:left;
  background:#fff;
}

.hideinput{
  position:absolute;
  top:0;
  left:0;
  width:9999%;
  margin-left:-9899%;
  height:100%;
  -ms-filter:alpha(Opacity=50);
  filter:alpha(opacity=1);
  -moz-opacity:.01;
  -khtml-opacity:.01;
  opacity:.01
}

.rwimguploadbt{
  display:inline-block;
  text-decoration:none;
  text-align:center;
  font-size:16px;
  padding:8px 15px;
  color:#FFF;
  background:#6CABE2;
  position:relative;
  cursor:pointer;
  margin:10px 0 15px;
}

.mastk{font-size:12px}
.reviews_galery{margin:15px 0}

.reviews_galery img{
  max-height:100px;
  margin-left:5px;
  border:1px solid #EDEDED;
  padding:3px;float:left;
  background:#fff;
  -webkit-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -ms-transition:all .2s ease;
  -o-transition:all .2s ease;
  transition:all .2s ease;
}

.reviews_galery img:hover{border:1px solid #F72665}

.review_slide_add:hover{
  cursor:pointer;
  border:1px solid #e4121d;
  color:#e4121d
}

@media screen and (max-width: 550px) {
  .review_slide_name{float:none; margin:10px 0}

  .review_slide_bt{
    float:none;
    margin:13px 0 5px;
    text-align:center
  }
}
/*------------------------------ Отзывы  ------------------------------*/
