.icheckbox, .iradio {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 10px;
  height: 10px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4YWNiMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkwOTc5YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #a8acb0), color-stop(100%, #90979b));
  background-image: -moz-linear-gradient(bottom, #a8acb0 0%, #90979b 100%);
  background-image: -webkit-linear-gradient(bottom, #a8acb0 0%, #90979b 100%);
  background-image: linear-gradient(to top, #a8acb0 0%, #90979b 100%);
  border: 1px solid white;
  -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 2px rgba(0, 0, 0, 0.68), inset 0 0 0 rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 2px rgba(0, 0, 0, 0.68), inset 0 0 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 2px rgba(0, 0, 0, 0.68), inset 0 0 0 rgba(0, 0, 0, 0.03);
  cursor: pointer; }
  .icheckbox.checked, .iradio.checked {
    background: #DF1C7C; }
.iradio { border-radius: 50%; }

.popup input[type=text], .popup input[type=password] {
  border: 1px solid #d0d0d0;
  border-top: 1px solid #737373;
  font-size: 14px;
  padding: 5px 10px; }
.popup .columns .column {
  float: left;
  width: 50%; }
.popup input[type=text].phone {
  color: #b3b4b5; }
.popup_auth .form_left .form_row:nth-child(1), .popup_auth .form_left .form_row:nth-child(2) {
  margin-bottom: 12px; }
  .popup_auth .form_left .form_row:nth-child(1) label, .popup_auth .form_left .form_row:nth-child(2) label {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 58px;
    font-size: 12px;
    text-transform: uppercase; }
  .popup_auth .form_left .form_row:nth-child(1) input[type=text], .popup_auth .form_left .form_row:nth-child(2) input[type=text] {
    width: 149px; }
.popup_auth .form_left .form_row:nth-child(3) {
  margin-bottom: 15px; }
.popup input[type=submit] {
  display: block;
  width: 100%;
  height: 32px;
  cursor: pointer;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background-color: #df1c7c; }
  .popup input[type=submit]:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }

.tabs_auth > ul {
  margin-bottom: 10px; }
  .tabs_auth > ul li {
    width: 50%;
    float: left;
    height: 30px;
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    background: #f0f3f3;
    cursor: pointer;
    z-index: 0;
    overflow: hidden; }
    .tabs_auth > ul li span {
      margin-left: 45px; }
    .tabs_auth > ul li.current, .tabs_auth > ul li:hover {
      background-color: #fff;
      z-index: 1;
      color: #DF1C7C; }
    .tabs_auth > ul li:first-child:before, .tabs_auth > ul li:last-child:before {
      content: "";
      display: block;
      width: 2px;
      height: 58px;
      top: 0;
      background: #000;
      position: absolute; }
    .tabs_auth > ul li:first-child:before {
      right: 0; }
    .tabs_auth > ul li:last-child:before {
      left: 0; }
.tabs_auth .tab_box {
  display: none; }
  .tabs_auth .tab_box.visible {
    display: block; }
  .tabs_auth .tab_box form {
    border: 1px dashed #92989d;
    margin: 0 20px; }
    .tabs_auth .tab_box form .form_row.error input[type=text], .tabs_auth .tab_box form .form_row.error input[type=password] {
    	width: 149px;
      background-color: #fce8f2; }
  .tabs_auth .tab_box:last-child form {
    margin-bottom: 20px;
    padding: 15px 20px; }
    .tabs_auth .tab_box:last-child form h3 {
      margin-bottom: 12px; }
    .tabs_auth .tab_box:last-child form input[type=submit] {
      width: 180px;
      float: right; }
    .tabs_auth .tab_box:last-child form a {
      color: #38444C; }
    .tabs_auth .tab_box:last-child form .distribution {
      margin-bottom: 15px; }
      .tabs_auth .tab_box:last-child form .distribution input[type=checkbox] {
        margin-right: 6px; }
    .tabs_auth .tab_box:last-child form .form_block {
      margin-bottom: 15px; }
      .tabs_auth .tab_box:last-child form .form_block:last-child {
        margin-bottom: 0; }
        .tabs_auth .tab_box:last-child form .form_block:last-child .columns:last-child .column:first-child {
          position: relative;
          left: 20px; }
          .tabs_auth .tab_box:last-child form .form_block:last-child .columns:last-child .column:first-child a {
            font-style: italic; }
          .tabs_auth .tab_box:last-child form .form_block:last-child .columns:last-child .column:first-child label {
            color: #38444C; }
    .tabs_auth .tab_box:last-child form .column {
      margin-bottom: 10px; }
      .tabs_auth .tab_box:last-child form .column .form_row {
        margin-bottom: 0; }
      .tabs_auth .tab_box:last-child form .column input[type=text],
      .tabs_auth .tab_box:last-child form .column input[type=password] {
        width: 210px; }
      .tabs_auth .tab_box:last-child form .column label {
        display: block;
        margin-left: 5px;
        font-weight: bold;
        margin-bottom: 2px;
        font-size: 12px;
        color: #232a2e; }
  .tabs_auth .tab_box .description {
    color: #DF1C7C;
    font-weight: bold;
    line-height: 1.3em; 
    margin-bottom: 15px;
    text-transform: uppercase;}
    .tabs_auth .tab_box:last-child form .description a,
    .tabs_auth .tab_box .description a {
      color: #DF1C7C; }

.cart-nav li {
  padding: 1px 0; }
  .cart-nav li > a {
    text-shadow: 0 -1px 1px rgba(5, 6, 6, 0.32);
    background: #272D31 none repeat scroll 0% 0%;
    font-size: 14px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 16px 20px;
    position: relative; }
    .cart-nav li > a:after {
      content: "";
      position: absolute;
      background: url('../img/icons-s1ab04c1313.png') 0 0 no-repeat;
      width: 26px;
      height: 25px;
      vertical-align: middle;
      display: inline-block;
      right: 10px;
      top: 12px; }
    .cart-nav li > a:hover {
      background-color: #DF1B7B; }
      .cart-nav li > a:hover:after {
        background: url('../img/icons-s1ab04c1313.png') 0 -35px no-repeat;
        width: 26px;
        height: 25px;
        vertical-align: middle;
        display: inline-block; }
  .cart-nav li.active a {
    background-color: #DF1B7B; }
    .cart-nav li.active a:after {
      background: url('../img/icons-s1ab04c1313.png') 0 -35px no-repeat;
      width: 26px;
      height: 25px;
      vertical-align: middle;
      display: inline-block; }

#over {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99998; }

.popup {
  background-color: white;
  position: fixed;
  top: 115px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99999;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  .popup h2 {
    margin-bottom: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #DF1C7C;
    text-transform: uppercase;
    font-size: 18px; }
  .popup .product_choice {
    border: 1px dashed #92989d;
    padding: 10px 0 10px;
    margin-bottom: 10px; }
  .popup .product_photo {
    width: 135px;
    float: left;
    text-align: center; }
  .popup .product_intro {
    width: 250px;
    float: left; }
    .popup .product_intro .pr_kide {
      font-size: 13px; }
    .popup .product_intro .pr_name {
      color: #DF1C7C;
      font-weight: bold;
      margin-bottom: 15px; }
    .popup .product_intro .pr_code {
      font-size: 12px;
      font-style: italic;
      margin-bottom: 15px; }
      .popup .product_intro .pr_code span {
        font-size: 14px;
        font-style: normal; }
    .popup .product_intro .pr_price {
      font-size: 12px;
      font-style: italic; }
      .popup .product_intro .pr_price span {
        font-size: 14px;
        color: #DF1C7C;
        font-weight: bold; }
      .popup .product_intro .pr_price em {
        font-size: 14px;
        font-style: normal;
        color: #DF1C7C; }
  .popup_auth {
    width: 575px;
    padding-bottom: 20px; }
    .popup_auth .icheckbox {
      margin-right: 6px;
      top: -1px; }
    .popup_auth h3 {
      text-transform: uppercase;
      margin-bottom: 22px;
      font-weight: bold; }
    .popup_auth .form_left, .popup_auth .form_right {
      width: 235px;
      padding: 15px;
      float: left; }
    .popup_auth .form_left a {
      height: 12px;
      color: #232a2e;
      font-style: italic; }
    .popup_auth .form_left .form_row:last-child label {
      color: #b3b4b5;
      font-size: 12px; }
    .popup_auth .form_left .form_row:last-child a {
      float: right; }
    .popup_auth .form_right ul {
      font-size: 0; }
    .popup_auth .form_right li {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      width: 50%;
      margin-bottom: 12px; }
      .popup_auth .form_right li a:before {
        content: "";
        margin-right: 5px;
        position: relative;
        top: -1px; }
      .popup_auth .form_right li a.vk:before {
        background: url('../img/icons-s1ab04c1313.png') 0 -441px no-repeat;
        width: 23px;
        height: 24px;
        vertical-align: middle;
        display: inline-block; }
      .popup_auth .form_right li a.skype:before {
        background: url('../img/icons-s1ab04c1313.png') 0 -375px no-repeat;
        width: 24px;
        height: 23px;
        vertical-align: middle;
        display: inline-block; }
      .popup_auth .form_right li a.fb:before {
        background: url('../img/icons-s1ab04c1313.png') 0 -175px no-repeat;
        width: 24px;
        height: 23px;
        vertical-align: middle;
        display: inline-block; }
      .popup_auth .form_right li a.tw:before {
        background: url('../img/icons-s1ab04c1313.png') 0 -408px no-repeat;
        width: 24px;
        height: 23px;
        vertical-align: middle;
        display: inline-block; }
      .popup_auth .form_right li a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8; }
    .popup_auth .form_right a {
      color: #32383c;
      font-size: 12px;
      text-decoration: none; }
  .popup_fastbay form .form_row {
    margin-bottom: 10px; }
    .popup_fastbay form .form_row:last-child {
      margin-bottom: 0; }
  .popup_fastbay form label {
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 72px;
    padding-left: 10px; }
  .popup_fastbay form input[type=text] {
    width: 295px !important; }
  .popup_fastbay form input[type=submit] {
    width: 150px;
    float: right; }
  .popup_fastbay, .popup_to_cart {
    width: 450px;
    padding: 0 25px 25px;
    padding-top: 18px; 

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    .popup_fastbay > a.close, .popup_to_cart > a.close {
      position: absolute;
      right: 12px;
      top: 11px;
      background: url('../img/icons-s1ab04c1313.png') 0 -70px no-repeat;
      width: 26px;
      height: 25px;
      vertical-align: middle;
      display: inline-block; }
      .popup_fastbay > a.close:hover, .popup_to_cart > a.close:hover {
        background: url('../img/icons-s1ab04c1313.png') 0 -140px no-repeat;
        width: 26px;
        height: 25px;
        vertical-align: middle;
        display: inline-block; }
  .popup_to_cart .description {
    margin-bottom: 15px;
    font-style: italic;
    font-size: 13px; }
    .popup_to_cart .description strong {
      font-weight: bold; }
  .popup_to_cart .row_button a {
    cursor: pointer;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background-color: #df1c7c;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    height: 30px;
    padding-top: 8px;
    text-align: center;
    text-decoration: none; 

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    .popup_to_cart .row_button a:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }
    .popup_to_cart .row_button a:first-child {
      width: 195px;
      float: left;
      background-color: #F0F3F3;
      color: #38444C; }
      .popup_to_cart .row_button a:first-child:hover {
        background-color: #DF1C7C;
        color: #fff; }
    .popup_to_cart .row_button a:last-child {
      width: 175px;
      float: right; }
      .popup_to_cart .row_button a:last-child:hover {
        background-color: #F0F3F3;
        color: #38444C; }

.cart {
  border-bottom: 1px dashed #92989d;
  padding-bottom: 20px; }
  .cart h1 {
    text-transform: uppercase;
    font-weight: 700; }
  .cart .cart_tabs > ul {
    list-style: none;
    padding: 0;
    margin: -22px 0 22px;
    position: relative;
    margin-left: 156px; }
    .cart .cart_tabs > ul li {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      cursor: pointer;
      width: 134px;
      height: 24px;
      text-align: center;
      padding-top: 6px;
      cursor: pointer;
      border: none;
      font-size: 12px;
      text-transform: uppercase;
      color: #fff;
      background-color: #f0f3f3;
      color: #38444C; }
      .cart .cart_tabs > ul li:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8; }
      .cart .cart_tabs > ul li.current, .cart .cart_tabs > ul li:hover {
        background-color: #DF1C7C;
        color: #fff; }
  .cart .table table {
    width: 100%; }
    .cart .table table thead th {
      border: 1px dashed #92989d;
      border-left: none;
      padding: 12px 0; }
      .cart .table table thead th:nth-child(1) {
        width: 345px; }
      .cart .table table thead th:nth-child(2) {
        width: 70px; }
      .cart .table table thead th:nth-child(3) {
        width: 105px; }
      .cart .table table thead th:nth-child(4) {
        border-right: none; }
    /*
    .cart .table table tbody tr:last-child td {
      padding: 24px 0; }
      
      .cart .table table tbody tr:last-child td:first-child {
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        color: #DF1C7C;
        font-size: 14px;
        border-right: 1px dashed #92989d; }
        
      .cart .table table tbody tr:last-child td.td_num {
        font-size: 14px; }
      */  
    .cart .table table td {
      padding: 10px 0;
      border-right: 1px dashed #92989d;
      border-bottom: 1px dashed #92989d; }
      .cart .table table td:first-child {
        border-right: none; }
      .cart .table table td:last-child {
        border-right: none; }
      .cart .table table td.td_photo {
        text-align: center; }
      .cart .table table td.td_photo, .cart .table table td.td_product, .cart .table table td.td_weight, .cart .table table td.td_price, .cart .table table td.td_num {
        vertical-align: middle; }
      .cart .table table td.td_num {
        font-size: 0;
        text-align: center; }
      .cart .table table td.td_weight, .cart .table table td.td_price, .cart .table table td.td_delete {
        text-align: center; }
      .cart .table table td.td_weight {
        font-size: 14px; }
      .cart .table table td.td_price {
        border-right: none;
        font-size: 18px; }
        .cart .table table td.td_price strong {
          font-weight: bold; }
      .cart .table table td:last-child {
        vertical-align: top; }
    .cart .table table .product_choice {
      padding-top: 10px; }
    .cart .table table .product_photo {
      text-align: center;
      width: auto; }
    .cart .table table .product_intro {
      width: 280px; }
      .cart .table table .product_intro .pr_kide {
        font-size: 13px; }
      .cart .table table .product_intro .pr_name {
        color: #DF1C7C;
        font-weight: bold;
        margin-bottom: 15px; 
        white-space: normal;}
      .cart .table table .product_intro .pr_code {
        font-size: 12px;
        font-style: italic;
        margin-bottom: 15px; }
        .cart .table table .product_intro .pr_code span {
          font-size: 14px;
          font-style: normal; }
      .cart .table table .product_intro .pr_price {
        font-size: 12px;
        font-style: italic;
        margin-bottom: 12px; }
        .cart .table table .product_intro .pr_price span {
          font-size: 14px;
          color: #DF1C7C;
          font-weight: bold; }
        .cart .table table .product_intro .pr_price em {
          font-size: 14px;
          font-style: normal;
          color: #DF1C7C; }
  .cart .table a.delete {
    background: url('../img/icons-s1ab04c1313.png') 0 -105px no-repeat;
    width: 26px;
    height: 25px;
    vertical-align: middle;
    display: inline-block; }
    .cart .table a.delete:hover {
      background: url('../img/icons-s1ab04c1313.png') 0 -140px no-repeat;
      width: 26px;
      height: 25px;
      vertical-align: middle;
      display: inline-block; }
  .cart .cart_tabs-box {
    margin-bottom: 14px;
    display: none; }
    .cart .cart_tabs-box.visible {
      display: block; }
    .cart .cart_tabs-box .product_item {
      float: none;
      border-left: none; }
  .cart a.minus, .cart a.plus {
    width: 20px;
    height: 20px;
    border: 1px solid #555b5d;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  .cart a.minus:before, .cart a.plus:before {
    content: ""; }
  .cart a.minus:hover, .cart a.plus:hover {
    background-color: #DF1C7C;
    border-color: #DF1C7C; }
  .cart a.minus {
    border-right: none; }
    .cart a.minus:before {
      background: url('../img/icons-s1ab04c1313.png') 0 -276px no-repeat;
      width: 11px;
      height: 1px;
      vertical-align: middle;
      display: inline-block; }
    .cart a.minus:hover:before {
      background: url('../img/icons-s1ab04c1313.png') 0 -287px no-repeat;
      width: 11px;
      height: 1px;
      vertical-align: middle;
      display: inline-block; }
  .cart a.plus {
    border-left: none; }
    .cart a.plus:before {
      background: url('../img/icons-s1ab04c1313.png') 0 -333px no-repeat;
      width: 11px;
      height: 11px;
      vertical-align: middle;
      display: inline-block; }
    .cart a.plus:hover:before {
      background: url('../img/icons-s1ab04c1313.png') 0 -354px no-repeat;
      width: 11px;
      height: 11px;
      vertical-align: middle;
      display: inline-block; }
  .cart input.counter {
    width: 19px;
    height: 18px;
    text-align: center;
    border: 1px solid #DF1C7C;
    vertical-align: middle;
    font-size: 14px; }
  .cart a.add_to_favorite {
    color: #cbd5d7;
    font-size: 11px;
    font-style: italic;
    text-decoration: none; }
    .cart a.add_to_favorite:before {
      content: "";
      position: relative;
      top: 3px;
      background: url("../img/svg/heart.svg") no-repeat 0 0;
      -moz-background-size: 18px 15px;
      -o-background-size: 18px 15px;
      -webkit-background-size: 18px 15px;
      background-size: 18px 15px;
      width: 18px;
      height: 15px;
      display: inline-block; }
    .cart a.add_to_favorite:hover, .cart a.add_to_favorite.add {
      color: #DF1C7C; }
      .cart a.add_to_favorite:hover:before, .cart a.add_to_favorite.add:before {
        content: "";
        background: url("../img/svg/heart_a.svg") no-repeat 0 0;
        -moz-background-size: 18px 15px;
        -o-background-size: 18px 15px;
        -webkit-background-size: 18px 15px;
        background-size: 18px 15px;
        width: 18px;
        height: 15px;
        display: inline-block; }
  .cart .toggle_box {
    display: none;
    }
    .cart .toggle_box:first-child {
      padding: 0; }
    .cart .toggle_box.open {
      display: block; }
  .cart .toggler {
    background-color: #fce8f2;
    padding: 8px 0 8px 20px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px dashed #92989d;
    cursor: pointer; }
    .cart .toggler:hover, .cart .toggler.active { background-color: transparent; }
    .cart .toggler:before {
      content: "";
      background: url('../img/icons-s1ab04c1313.png') 0 -298px no-repeat;
      width: 26px;
      height: 25px;
      vertical-align: middle;
      display: inline-block;
      margin-right: 8px;
      -moz-transform: translate(transform 0.3s linear, 1em);
      -ms-transform: translate(transform 0.3s linear, 1em);
      -webkit-transform: translate(transform 0.3s linear, 1em);
      transform: translate(transform 0.3s linear, 1em); }
    .cart .toggler:hover:before, .cart .toggler.active:before {
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .cart .cart_bottom .user_rules, .cart .cart_bottom .cart_button {
    float: left; }
  .cart .cart_bottom .user_rules {
    width: 420px;
    padding-left: 40px;
    position: relative; }
    .cart .cart_bottom .user_rules .icheckbox {
      position: absolute !important;
      left: 18px;
      top: 3px; }
    .cart .cart_bottom .user_rules a {
      color: #38444C;
      font-style: italic; }
  .cart .cart_bottom .cart_button {
    width: 278px;
    float: right;
    font-size: 0; }
    .cart .cart_bottom .cart_button a {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      font-weight: 700;
      font-size: 12px;
      text-transform: uppercase;
      color: white;
      text-decoration: none;
      text-align: center;
      text-shadow: 0 -1px 1px rgba(5, 6, 6, 0.32);
      position: relative;
      height: 40px; }
      .cart .cart_bottom .cart_button a span {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        position: relative;
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -webkit-transform: translateY(50%);
        transform: translateY(50%); }
      .cart .cart_bottom .cart_button a:first-child {
        width: 132px;
        float: left;
        background-color: #df1c7c; }
      .cart .cart_bottom .cart_button a:last-child {
        width: 144px;
        float: right;
        background-color: #000; }
      .cart .cart_bottom .cart_button a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7; }

.anketa h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #DF1C7C; }
.anketa a {
  color: #38444C; }
.anketa .description {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #92989d; }
.anketa h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #38444C;
  margin-bottom: 20px; }
.anketa .form_block {
  padding: 0 20px 20px 20px;
  border-bottom: 1px dashed #92989d;
  margin-bottom: 20px; }
  .anketa .form_block.company_information .columns {
    margin-bottom: 14px; }
.anketa label {
  display: block;
  font-weight: bold;
  padding: 0 0 2px 5px;
  font-size: 12px; }
  .anketa label.row2 {
    height: 18px;
    padding-top: 16px; }
.anketa .columns .column {
  width: 204px;
  float: left;
  margin-right: 50px; }
  .anketa .columns .column.column2 {
    width: 442px; }
  .anketa .columns .column.column3 {
    width: 728px;
    margin: 0 auto;
    float: none; }
  .anketa .columns .column .select_box {
    display: block;
    width: 100%;
    height: 31px; }
    .anketa .columns .column .select_box > div {
      width: 100%; }
  .anketa .columns .column .select_box-multy select {
    width: 204px; }
    .anketa .columns .column .select_box-multy select option {
      font-size: 12px;
      padding: 1px 0 1px 20px; }
  .anketa .columns .column input[type=text], .anketa .columns .column input[type=password], .anketa .columns .column input[type=tel], .anketa .columns .column input[type=email], .anketa .columns .column textarea {
    border: 1px solid #d0d0d0;
    border-top: 1px solid #737373;
    font-size: 14px;
    padding: 5px 10px;
    font-size: 12px;
    padding: 7px 10px; }
  .anketa .columns .column input[type=text], .anketa .columns .column input[type=password], .anketa .columns .column input[type=tel], .anketa .columns .column input[type=email], .anketa .columns .column textarea {
    width: 184px; }
  .anketa .columns .column textarea {
    width: 686px;
    height: 60px;
    overflow: hidden;
    resize: none; }
  .anketa .columns .column input[type=tel]:focus {
    background-color: #fce8f2; }
  .anketa .columns .column .inputfile_box {
    width: 434px;
    height: 30px;
    position: relative;
    cursor: pointer; }
    .anketa .columns .column .inputfile_box .bootstrap-filestyle .input-group-btn label {
      font-weight: normal;
      padding: 6px 0 0 40px;
      position: relative;
      cursor: pointer;
      color: #b3b4b5;
      font-size: 12px; }
      .anketa .columns .column .inputfile_box .bootstrap-filestyle .input-group-btn label:before {
        content: "";
        background: url('../img/icons-s1ab04c1313.png') 0 -208px no-repeat;
        width: 30px;
        height: 30px;
        vertical-align: middle;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0; }
    .anketa .columns .column .inputfile_box .bootstrap-filestyle .form-control {
      width: 235px;
      float: right;
      background: none;
      border: none;
      position: relative;
      top: 2px; }
  .anketa .columns .column:nth-child(2) {
    margin-right: 0; }
  .anketa .columns .column:last-child {
    float: right;
    margin-right: 0; }
.anketa .form_row:nth-child(2) {
  padding-top: 8px; }
.anketa .form_row.error input[type=text], .anketa .form_row.error input[type=password], .anketa .form_row.error input[type=tel], .anketa .form_row.error input[type=email] {
  background-color: #fce8f2; }

.form_row_bottom {
  padding: 5px 0 0; }
  .form_row_bottom .form_description {
    width: 470px;
    padding-left: 20px;
    float: left; }
  .form_row_bottom input[type=submit] {
    width: 180px;
    float: right;
    cursor: pointer;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background-color: #df1c7c;
    padding: 6px 0;
    margin-right: 20px; }
    .form_row_bottom input[type=submit]:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }

/*!
 * jquery-confirm v1.7.5 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2015 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */
body.jconfirm-noscroll {
  overflow: hidden !important; }

@-webkit-keyframes jconfirm-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes jconfirm-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden; }

.jconfirm .jconfirm-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s; }

.jconfirm .jconfirm-bg.seen {
  opacity: 1; }

.jconfirm .jconfirm-scrollpane {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto; }

.jconfirm .jconfirm-box {
  background: white;
  border-radius: 4px;
  position: relative; }

.jconfirm .jconfirm-box div.closeIcon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  opacity: .6;
  text-align: center;
  display: none; }

.jconfirm .jconfirm-box div.closeIcon:hover {
  opacity: 1; }

.jconfirm .jconfirm-box div.title {
  font-size: 24px;
  font-weight: bold;
  font-family: inherit;
  padding: 10px 15px 5px; }

.jconfirm .jconfirm-box div.content {
  padding-top: 10px;
  padding: 10px 15px 10px; }

.jconfirm .jconfirm-box div.content:empty {
  height: 40px;
  position: relative;
  opacity: 0.6; }

.jconfirm .jconfirm-box div.content:empty:before {
  content: '';
  height: 20px;
  width: 20px;
  border: solid 2px #aaa;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  border-radius: 20%;
  -webkit-animation: jconfirm-rotate 1s infinite;
  animation: jconfirm-rotate 1s infinite; }

.jconfirm .jconfirm-box div.content:empty:after {
  content: 'loading..';
  position: absolute;
  left: 50%;
  margin-left: -15px; }

.jconfirm .jconfirm-box .buttons {
  padding: 10px 15px; }

.jconfirm .jconfirm-box .buttons button + button {
  margin-left: 5px; }

.jconfirm .jquery-clear {
  clear: both; }

.jconfirm.white .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.2); }

.jconfirm.white .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

.jconfirm.white .jconfirm-box .buttons {
  float: right; }

.jconfirm.white .jconfirm-box .buttons button {
  border: none;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  -webkit-transition: background .1s;
  transition: background .1s;
  color: white; }

.jconfirm.white .jconfirm-box .buttons button.btn-default {
  box-shadow: none;
  color: #333; }

.jconfirm.white .jconfirm-box .buttons button.btn-default:hover {
  background: #ddd; }

.jconfirm.black .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.5); }

.jconfirm.black .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background: #444;
  border-radius: 5px;
  color: white; }

.jconfirm.black .jconfirm-box .buttons {
  float: right; }

.jconfirm.black .jconfirm-box .buttons button {
  border: none;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  -webkit-transition: background .1s;
  transition: background .1s;
  color: white; }

.jconfirm.black .jconfirm-box .buttons button.btn-default {
  box-shadow: none;
  color: #fff;
  background: none; }

.jconfirm.black .jconfirm-box .buttons button.btn-default:hover {
  background: #666; }

.jconfirm.hololight .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.5); }

.jconfirm.hololight .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  overflow: hidden; }

.jconfirm.hololight .jconfirm-box div.title {
  font-weight: inherit;
  border-bottom: solid 2px #76CFDF;
  color: #76CFDF; }

.jconfirm.hololight .jconfirm-box .buttons {
  border-top: solid 2px #E7E7E7;
  width: 100%;
  float: none;
  padding: 0; }

.jconfirm.hololight .jconfirm-box .buttons button {
  margin: 0;
  border: none;
  background: #fff;
  border-radius: 0px;
  width: 50%;
  padding: 13px;
  font-size: 16px;
  font-weight: bold;
  color: #666; }

.jconfirm.hololight .jconfirm-box .buttons button + button {
  border-left: solid 2px #E7E7E7; }

.jconfirm.holodark .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.5); }

.jconfirm.holodark .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  background: #333;
  overflow: hidden; }

.jconfirm.holodark .jconfirm-box div.closeIcon {
  color: white; }

.jconfirm.holodark .jconfirm-box div.title {
  font-weight: inherit;
  border-bottom: solid 1px #DF1C7C;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 10px; }

.jconfirm.holodark .jconfirm-box div.content {
  color: white; }

.jconfirm.holodark .jconfirm-box .buttons {
  border-top: 1px solid #fff;
  width: 100%;
  float: none;
  padding: 0; }

.jconfirm.holodark .jconfirm-box .buttons button {
  margin: 0;
  border: none;
  background: #333;
  border-radius: 0px;
  width: 50%;
  padding: 13px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-shadow: none;
  cursor: pointer; }

.jconfirm.holodark .jconfirm-box .buttons button + button {
  border-left: solid 1px #fff; }

.jconfirm .jconfirm-box.hilight {
  box-shadow: 0 0 20px red; }

/*Transition rules*/
.jconfirm {
  -webkit-perspective: 400px;
  perspective: 400px; }

.jconfirm .jconfirm-box {
  opacity: 1;
  -webkit-transition-property: -webkit-transform, opacity, box-shadow;
  transition-property: transform, opacity, box-shadow; }

.jconfirm .jconfirm-box.anim-top,
.jconfirm .jconfirm-box.anim-left,
.jconfirm .jconfirm-box.anim-right,
.jconfirm .jconfirm-box.anim-bottom,
.jconfirm .jconfirm-box.anim-opacity,
.jconfirm .jconfirm-box.anim-zoom,
.jconfirm .jconfirm-box.anim-scale,
.jconfirm .jconfirm-box.anim-none,
.jconfirm .jconfirm-box.anim-rotate,
.jconfirm .jconfirm-box.anim-rotatex,
.jconfirm .jconfirm-box.anim-rotatey,
.jconfirm .jconfirm-box.anim-scaley,
.jconfirm .jconfirm-box.anim-scalex {
  opacity: 0; }

.jconfirm .jconfirm-box.anim-rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.jconfirm .jconfirm-box.anim-rotatex {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.jconfirm .jconfirm-box.anim-rotatey {
  -webkit-transform: rotatey(90deg);
  -ms-transform: rotatey(90deg);
  transform: rotatey(90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.jconfirm .jconfirm-box.anim-scaley {
  -webkit-transform: scaley(1.5);
  -ms-transform: scaley(1.5);
  transform: scaley(1.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.jconfirm .jconfirm-box.anim-scalex {
  -webkit-transform: scalex(1.5);
  -ms-transform: scalex(1.5);
  transform: scalex(1.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.jconfirm .jconfirm-box.anim-top {
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px); }

.jconfirm .jconfirm-box.anim-left {
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px); }

.jconfirm .jconfirm-box.anim-right {
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px); }

.jconfirm .jconfirm-box.anim-bottom {
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px); }

.jconfirm .jconfirm-box.anim-zoom {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.jconfirm .jconfirm-box.anim-scale {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.jconfirm .jconfirm-box.anim-none {
  display: none; }

.jconfirm.supervan .jconfirm-bg {
  background-color: rgba(54, 70, 93, 0.95); }

.jconfirm.supervan .jconfirm-box {
  background-color: transparent; }

.jconfirm.supervan .jconfirm-box div.closeIcon {
  color: white; }

.jconfirm.supervan .jconfirm-box div.title {
  text-align: center;
  color: white;
  font-size: 28px;
  font-weight: normal; }

.jconfirm.supervan .jconfirm-box div.content {
  text-align: center;
  color: white; }

.jconfirm.supervan .jconfirm-box .buttons {
  text-align: center; }

.jconfirm.supervan .jconfirm-box .buttons button {
  font-size: 16px;
  border-radius: 2px;
  background: #303f53;
  text-shadow: none;
  border: none;
  color: white;
  width: 25%;
  padding: 10px; }

.col-md-4 {
  width: 300px;
  margin: 0 auto; }

.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.select2-container .select2-choice {
  display: block;
  height: 31px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #737373 #D0D0D0 #D0D0D0;
  white-space: nowrap;
  line-height: 31px;
  color: #444;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff; }

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px; }

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto; }

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("../img/select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0; }

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block; }

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer; }

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0; }

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0; }

.select2-drop-active {
  border-top: none; }

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto; }

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-clip: padding-box; }

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/select2.png") no-repeat 0 3px; }

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  background: #fff url("../img/select2.png") no-repeat 100% -22px; }

.select2-search input.select2-active {
  background: #fff url("../img/select2-spinner.gif") no-repeat 100%; }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  outline: none; }

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  background-color: #eee; }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border-top-color: transparent; }

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none; }

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 3px; }

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent; }

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0; }

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none; }

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold; }

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px; }

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px; }

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px; }

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px; }

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px; }

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px; }

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px; }

.select2-results .select2-highlighted {
  background: #DF1C7C;
  color: #fff; }

.select2-results li em {
  background: #feffde;
  font-style: normal; }

.select2-results .select2-highlighted em {
  background: transparent; }

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000; }

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px; }

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-selected {
  display: none; }

.select2-more-results.select2-active {
  background: #f4f4f4 url("../img/select2-spinner.gif") no-repeat 100%; }

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2); }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none; }

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff; }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-container-multi .select2-choices {
  min-height: 26px; }

.select2-container-multi.select2-container-active .select2-choices {
  outline: none; }

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  background: transparent !important; }

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("../img/select2-spinner.gif") no-repeat 100% !important; }

.select2-default {
  color: #999 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4; }

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4; }

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("../img/select2.png") right top no-repeat; }

.select2-container-multi .select2-search-choice-close {
  left: 3px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px; }

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none; }

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("../img/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important; }

  .select2-search input {
    background-position: 100% -21px !important; } }

/*# sourceMappingURL=other.css.map */
