* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  text-decoration: none;
  list-style-type: none; }

/* Fonts */
@font-face {
  font-family: 'Arial Regular';
  src: url(../fonts/arial.ttf);
  font-weight: normal; }
@font-face {
  font-family: 'Ingiri Arial Regular';
  src: url(../fonts/bpg_ingiri_arial_0.ttf);
  font-weight: normal; }
@font-face {
  font-family: 'Product Sans Regular';
  src: url(../fonts/HYvgU2fE2nRJvZ5JFAumwZS3E-kSBmtLoNJPDtbj2Pk.ttf);
  font-weight: bold; }
@font-face {
  font-family: 'Product Sans Bold';
  src: url(../fonts/N0c8y_dasvG2CzM7uYqPLn06qf9KHRHwsVx7iw5MXmY.ttf);
  font-weight: bold; }
@font-face {
  font-family: 'Product Sans Italic';
  src: url(../fonts/aXL-Qz25m_FkY0KDMUoO0ytfYakCkPqOMDce0h_3gD8.ttf);
  font-weight: bold; }
@font-face {
  font-family: 'Montserrat Regular';
  src: url(../fonts/Montserrat-Regular.ttf);
  font-weight: normal; }
@font-face {
  font-family: 'Montserrat Bold';
  src: url(../fonts/Montserrat-Bold.ttf);
  font-weight: normal; }
@font-face {
  font-family: 'Roboto Medium';
  src: url(../fonts/Roboto-Medium.ttf);
  font-weight: normal; }
/* Fonts END!!! */
/* ************* Variables ************* */
/* ************* Variables END!!! ************* */
/* *********************************************** Check Box Style *********************************************** */
.squaredThree {
  width: 20px;
  position: relative; }
  .squaredThree > label {
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    border-radius: 3px;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
    /*background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
    background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
    background: -o-linear-gradient(top, #222 0%, #45484d 100%);
    background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
    background: linear-gradient(top, #222 0%, #45484d 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 ); }
  .squaredThree > label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 8px;
    height: 4px;
    background: transparent;
    top: 4px;
    left: 3px;
    border: 2px solid #FEBE00;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .squaredThree > label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3; }
  .squaredThree > input[type=checkbox] {
    display: none; }
  .squaredThree > input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }

/* *********************************************** Check Box Style *********************************************** */
section.search-area {
  width: 54.8%;
  height: 54px;
  border-radius: 5px;
  background-color: #F7F7F7;
  border: solid 1px #EEEEEE;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }
  section.search-area > input[type=search] {
    width: 150%;
    height: 100%;
    text-indent: 20px;
    font-family: 'Product Sans Bold';
    font-size: 14px;
    color: #004477;
    background-color: transparent; }
  section.search-area > select {
    width: 18.9%;
    height: 34px;
    padding: 0 10px;
    border-left: solid 1px #EEEEEE;
    border-right: solid 1px #EEEEEE;
    font-family: 'Product Sans Bold';
    font-size: 14px;
    color: #004477;
    background-color: transparent;
    background-image: url(../images/searchArrow.png);
    background-repeat: no-repeat;
    background-position: 95% center; }
  section.search-area > input.submit {
    width: 10%;
    height: 100%;
    background-color: transparent;
    background-image: url(../images/loop.png);
    background-repeat: no-repeat;
    background-position: 56%;
    cursor: pointer; }

body {
  background-color: #F7F7F7; }

/* *********************************************** Header *********************************************** */
header {
  width: 100%;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-shadow: 0px 1px 9px -4px black;
  background-color: #FFF; }
  header > section.lower-HD, header > section.upper-HD {
    width: calc(100% - 50px);
    height: 81px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
            header > section.lower-HD, header > div.examplenew{
              width: calc(100% - 50px);
              border-bottom: solid 1px #EEEEEE;            
            }
            div.examplenew p{
            margin-left: 25%;
            font-size: 13px;
            margin-bottom: 7px;
                font-family: 'Product Sans Bold';
            }
      div.examplerespo{
        display: none;
      }
    header > section.lower-HD > section.logIn > section.user-options, header > section.upper-HD > section.logIn > section.user-options {
      padding-bottom: 0 !important; }
      header > section.lower-HD > section.logIn > section.user-options > ul, header > section.upper-HD > section.logIn > section.user-options > ul {
        width: 100% !important; }
        header > section.lower-HD > section.logIn > section.user-options > ul > li, header > section.upper-HD > section.logIn > section.user-options > ul > li {
          margin-bottom: 9px; }
          header > section.lower-HD > section.logIn > section.user-options > ul > li > label, header > section.upper-HD > section.logIn > section.user-options > ul > li > label {
            font-family: 'Montserrat Bold';
            font-size: 15px;
            color: #004477; }
            header > section.lower-HD > section.logIn > section.user-options > ul > li > label > input, header > section.upper-HD > section.logIn > section.user-options > ul > li > label > input {
              width: 100% !important;
              height: 45px;
              margin-top: 9px;
              border-radius: 3px;
              background-color: #F7F7F7;
              box-shadow: 3px 3px 12px -8px black inset;
              text-indent: 10px;
              font-family: 'Arial Regular';
              font-weight: 500;
              font-size: 12px;
              color: #004477; }
          header > section.lower-HD > section.logIn > section.user-options > ul > li > a, header > section.upper-HD > section.logIn > section.user-options > ul > li > a {
            font-size: 12px !important;
            color: #fff !important;
            padding: 16px 63px !important;
            background-color: #FEBE00 !important;
            border-radius: 100px;
            display: inline-block;
            margin-top: 13px; }
    header > section.lower-HD > section.user-corner, header > section.upper-HD > section.user-corner {
      min-width: 226px;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-image: url(../images/userArow.png);
      background-repeat: no-repeat;
      background-position: right center;
      position: relative;
      cursor: pointer; }
      header > section.lower-HD > section.user-corner > img, header > section.upper-HD > section.user-corner > img {
        width: 50px;
        height: 50px;
        border-radius: 50%; }
      header > section.lower-HD > section.user-corner > span, header > section.upper-HD > section.user-corner > span {
        margin-left: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        header > section.lower-HD > section.user-corner > span > span:first-child, header > section.lower-HD > section.user-corner > span > span:last-child, header > section.upper-HD > section.user-corner > span > span:first-child, header > section.upper-HD > section.user-corner > span > span:last-child {
          font-family: 'Montserrat Regular';
          font-size: 10px;
          color: #353A4E; }
        header > section.lower-HD > section.user-corner > span > span:last-child, header > section.upper-HD > section.user-corner > span > span:last-child {
          font-size: 14px; }
      header > section.lower-HD > section.user-corner > section.user-options, header > section.upper-HD > section.user-corner > section.user-options {
        width: 284px;
        height: auto;
        top: 62px;
        right: -10px;
        padding: 18px 33px 30px 18px;
        background-color: #fff;
        box-shadow: 0 0 40px -15px black;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        border-radius: 5px;
        z-index: 9999999;
        -webkit-transition: .3s;
                transition: .3s; }
        header > section.lower-HD > section.user-corner > section.user-options > ul, header > section.upper-HD > section.user-corner > section.user-options > ul {
          width: 50%;
          margin-bottom: 30px; }
          header > section.lower-HD > section.user-corner > section.user-options > ul > li, header > section.upper-HD > section.user-corner > section.user-options > ul > li {
            height: auto;
            -webkit-transition: .3s;
                    transition: .3s;
            overflow: hidden !important;
            margin-bottom: 4px; }
            header > section.lower-HD > section.user-corner > section.user-options > ul > li > h3, header > section.upper-HD > section.user-corner > section.user-options > ul > li > h3 {
              font-family: 'Montserrat Bold';
              font-size: 15px;
              color: #004477;
              -webkit-transition: .3s;
                      transition: .3s; }
            header > section.lower-HD > section.user-corner > section.user-options > ul > li > a, header > section.upper-HD > section.user-corner > section.user-options > ul > li > a {
              font-family: 'Product Sans Bold';
              font-size: 12px;
              color: #000000;
              -webkit-transition: .3s;
                      transition: .3s; }
        header > section.lower-HD > section.user-corner > section.user-options > a, header > section.upper-HD > section.user-corner > section.user-options > a {
          font-family: 'Montserrat Bold';
          font-size: 15px;
          color: #004477;
          position: absolute;
          bottom: 20px;
          left: 18px;
          background-image: url(../images/out.png);
          background-repeat: no-repeat;
          background-position: left bottom;
          padding-left: 30px; }
      header > section.lower-HD > section.user-corner > section.user-options::before, header > section.upper-HD > section.user-corner > section.user-options::before {
        content: "";
        width: 12px;
        height: 12px;
        right: 10px;
        top: -6px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        background-color: #fff;
        position: absolute;
        -webkit-transition: .3s;
                transition: .3s; }
  header > section.lower-HD {
    height: 58px;
    border-bottom: initial; }
    header > section.lower-HD > nav {
      width: 118px;
      height: 18px;
      padding: 11px;
      background-color: #004477;
      border-radius: 3px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-transition: .3s;
              transition: .3s;
      cursor: pointer; }
      header > section.lower-HD > nav > span.nav-button {
        width: 20px;
        height: 17px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        cursor: pointer; }
        header > section.lower-HD > nav > span.nav-button > span {
          width: 100%;
          height: 3px;
          display: block !important;
          background-color: #fff !important;
          margin-bottom: -1px;
          -webkit-transition: .3s;
                  transition: .3s; }
        header > section.lower-HD > nav > span.nav-button > span:first-child {
          -webkit-transform: rotate(135deg);
                  transform: rotate(135deg); }
        header > section.lower-HD > nav > span.nav-button > span:nth-child(2) {
          width: 0%;
          height: 0; }
        header > section.lower-HD > nav > span.nav-button > span:last-child {
          -webkit-transform: rotate(-135deg);
                  transform: rotate(-135deg); }
      header > section.lower-HD > nav > p {
        margin-left: 23px;
        font-family: 'Montserrat Bold';
        font-size: 16px;
        color: #ffffff; }
      header > section.lower-HD > nav > ul {
        width: 222px !important;
        height: auto;
        top: 53px;
        left: 0;
        padding: 14px 12px;
        position: absolute;
        background-color: #ffffff;
        border-radius: 5px;
        box-shadow: 0 0 40px -15px black;
        -webkit-transition: .3s;
                transition: .3s;
        z-index: 1; }
        header > section.lower-HD > nav > ul > li {
          height: auto;
          -webkit-transition: .3s;
                  transition: .3s;
          overflow: hidden !important; }
          header > section.lower-HD > nav > ul > li > h3 {
            font-family: 'Montserrat Bold';
            font-size: 15px;
            color: #004477;
            margin-top: 14px;
            -webkit-transition: .3s;
                    transition: .3s; }
          header > section.lower-HD > nav > ul > li > a {
            font-family: 'Product Sans Bold';
            font-size: 12px;
            color: #000000;
            -webkit-transition: .3s;
                    transition: .3s; }
      header > section.lower-HD > nav > ul::before {
        content: "";
        width: 12px;
        height: 12px;
        left: 10px;
        top: -6px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        background-color: #fff;
        position: absolute;
        -webkit-transition: .3s;
                transition: .3s; }
    header > section.lower-HD > section.lower-HD-rightCorner {
      width: 371px;
      height: 100%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      header > section.lower-HD > section.lower-HD-rightCorner > ul.lang-bar {
        width: 109px;
        height: 100%;
        border-right: solid 1px #EEEEEE;
        border-left: solid 1px #EEEEEE;
        box-sizing: border-box;
        background-image: url(../images/yelArr.png);
        background-repeat: no-repeat;
        background-position: 86px 25px;
        overflow: hidden;
        -webkit-transition: .3s;
                transition: .3s;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        cursor: pointer;
        z-index: 999; }
        header > section.lower-HD > section.lower-HD-rightCorner > ul.lang-bar > li {
          width: 100%;
          height: 56px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-transition: .3s;
                  transition: .3s; }
          header > section.lower-HD > section.lower-HD-rightCorner > ul.lang-bar > li > a {
            font-family: 'Roboto Medium';
            font-size: 14px;
            color: #CCCCCC;
            margin-left: 15px; }
          header > section.lower-HD > section.lower-HD-rightCorner > ul.lang-bar > li > a:hover {
            color: #004477; }
        header > section.lower-HD > section.lower-HD-rightCorner > ul.lang-bar > li:not(:first-child) {
          height: 0px; }
      header > section.lower-HD > section.lower-HD-rightCorner > ul.lang-bar:hover {
        height: auto;
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start;
        background-color: #fff; }
        header > section.lower-HD > section.lower-HD-rightCorner > ul.lang-bar:hover > li:not(:first-child) {
          height: 58px; }
        section.lower-HD > div {
            width: calc(100% - 500px);
          }
		section.lower-HD > div > p{
            font-family: 'Product Sans Bold';
            color: #004477;
            font-size: 20px;
		    -webkit-box-align: right;
		    -ms-flex-align: right;
		    text-align: right;
		    padding-right: 20px;
		}


      header > section.lower-HD > section.lower-HD-rightCorner > span {
        width: 18px;
        height: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #FEBE00;
        border-radius: 50%;
        font-family: 'Arial Regular';
        font-size: 10px;
        color: #ffffff;
        position: absolute;
        top: 6px;
        left: 183px; }
      header > section.lower-HD > section.lower-HD-rightCorner > section.balance {
        width: 140px;
        height: 40px;
        padding: 4px 8px 6px 47px;
        box-sizing: border-box;
        border: solid 1px #EEEEEE;
        border-radius: 3px;
        background-image: url(../images/dollarSign.png);
        background-repeat: no-repeat;
        background-position: 8px center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        cursor:pointer;
      }
        .balancerespo{
          display: none;
            width: 140px;
        height: 40px;
        padding: 4px 8px 6px 47px;
        box-sizing: border-box;
        border: solid 1px #EEEEEE;
        border-radius: 3px;
        background-image: url(../images/dollarSign.png);
        background-repeat: no-repeat;
        background-position: 8px center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; 
        cursor:pointer;
        }
        .balancerespo{
          display: none;
        }
        header > section.lower-HD > section.lower-HD-rightCorner > section.balance > span:first-child, .balancerespo > span:first-child {
          font-family: 'Montserrat Regular';
          font-size: 10px;
          color: #004173; }
        header > section.lower-HD > section.lower-HD-rightCorner > section.balance > span:last-child, .balancerespo > span:last-child  {
          font-family: 'Montserrat Bold';
          font-size: 14px;
          color: #004173; }
  header > section.responsiv-search {
    width: calc(100% - 50px);
    height: 70px;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: solid 1px #eeeeee; }

/* *********************************************** Header END!!! *********************************************** */
/* *********************************************** Main *********************************************** */
main.indexMain {
  width: calc(100% - 25px); }

main {
  width: calc(100% - 50px);
  min-height: calc(100vh - 277px);
  padding-left: 25px
  /* *********************************************** Our Advantage *********************************************** */
  /* *********************************************** Our Advantage END!!! *********************************************** */
  /* *********************************************** Slider Space END!!! *********************************************** */
  /* *********************************************** Slider Space END!!! *********************************************** */
  /* *********************************************** Forms Space *********************************************** */
  /* *********************************************** Forms Space END!!! *********************************************** */ }
  main > article.ourAdvantage {
    width: 50%;
    height: 668px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    main > article.ourAdvantage > section.signUp {
      width: 100%;
      margin-top: 81px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      main > article.ourAdvantage > section.signUp > h2 {
        font-family: 'Montserrat Bold';
        font-size: 40px;
        color: #004477; }
      main > article.ourAdvantage > section.signUp > h3 {
        margin: 22px 0 33px 0;
        font-family: 'Montserrat Bold';
        font-size: 15px;
        color: #34394D; }
      main > article.ourAdvantage > section.signUp > h4{
        font-family: 'Montserrat Bold';
        font-size: 15px;
        color: #004477;
        margin-top: 15px;
      }

      main > article.ourAdvantage > section.signUp > a {
        width: 200px;
        height: 50px;
        background-color: #FEBE00;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 25px;
        font-family: 'Montserrat Bold';
        font-size: 16px;
        color: #ffffff; }
    main > article.ourAdvantage > section.wePromise {
      width: 100%;
      margin-top: 47px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      main > article.ourAdvantage > section.wePromise > section {
        width: calc(50% - 144px);
        margin-bottom: 34px;
        padding: 15px 72px 0px 72px;
        background-repeat: no-repeat;
        background-position: left 0; }
        main > article.ourAdvantage > section.wePromise > section > h4 {
          font-family: 'Montserrat Bold';
          font-size: 18px;
          color: #004477; }
        main > article.ourAdvantage > section.wePromise > section > p {
          font-family: 'Product Sans Italic';
          font-size: 15px;
          color: rgba(0, 0, 0, 0.6);
          }

      main > article.ourAdvantage > section.wePromise > section:first-child {
        background-image: url(../images/screw.png); }
      main > article.ourAdvantage > section.wePromise > section:nth-child(2) {
        background-image: url(../images/locker.png); }
      main > article.ourAdvantage > section.wePromise > section:nth-child(3) {
        background-image: url(../images/court.png); }
      main > article.ourAdvantage > section.wePromise > section:last-child {
        background-image: url(../images/lupaaaaaa.png); }
  main section.Slider-space {
    width: 50%;
    height: 668px;
    background-image: url("../images/1111.png");
    background-repeat: no-repeat;
    background-size: 96% 100%;
    background-position: right;
    float: left;
}
    main section.Slider-space > div#slider {
      width: 100%;
      height: 100%;
      position: relative; }
      main section.Slider-space > div#slider .owl-buttons {
        display: none; }
      main section.Slider-space > div#slider div.owl-pagination {
        position: absolute;
        top: 232px;
        left: 38px; }
        main section.Slider-space > div#slider div.owl-pagination > div.owl-page > span {
          background-color: #FFFFFF;
          opacity: initial !important; }
        main section.Slider-space > div#slider div.owl-pagination > div.active > span {
          background-color: #FEBE00;
          opacity: initial !important; }
      main section.Slider-space > div#slider > div.owl-wrapper-outer {
        height: 100% !important;
       /* margin-left: -38px; */}
        main section.Slider-space > div#slider > div.owl-wrapper-outer > div.owl-wrapper {
          height: 100% !important;
          overflow: initial; }
          main section.Slider-space > div#slider > div.owl-wrapper-outer > div.owl-wrapper > div.owl-item {
            height: 100% !important; }
            main section.Slider-space > div#slider > div.owl-wrapper-outer > div.owl-wrapper > div.owl-item > div.item {
              width: 100%;
              height: 100%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              position: relative; }
              main section.Slider-space > div#slider > div.owl-wrapper-outer > div.owl-wrapper > div.owl-item > div.item > aside.slider-info {
                width: 400px;
                height: auto;
                margin: 45px 0 0 40px; }
                main section.Slider-space > div#slider > div.owl-wrapper-outer > div.owl-wrapper > div.owl-item > div.item > aside.slider-info > h2 {
                  font-family: 'Montserrat Bold';
                  font-size: 25px;
                  color: #FEBE00; }
                main section.Slider-space > div#slider > div.owl-wrapper-outer > div.owl-wrapper > div.owl-item > div.item > aside.slider-info > p {
                  font-family: 'Product Sans Bold';
                  font-size: 15px;
                  color: #ffffff; }
              main section.Slider-space > div#slider > div.owl-wrapper-outer > div.owl-wrapper > div.owl-item > div.item > img {
                position: absolute;
                width: 100%;
                bottom: 0;
                right: 0;
                 }
  main form.Cinf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    main form.Cinf > section.cont-header {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      main form.Cinf > section.cont-header > h2 {
        width: 50%; }
    main form.Cinf > a {
      margin-right: 21px; }
    main form.Cinf > ul.persInf:last-of-type {
      height: 170px; }
      main form.Cinf > ul.persInf:last-of-type > li {
        height: 0; }
  main form {
    -webkit-transition: .3s;
            transition: .3s
    /* *********************************************** INQUIRY Space *********************************************** */
    /* *********************************************** INQUIRY Space END!!! *********************************************** */ }
    main form section.cont-header {
      margin-top: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      main form section.cont-header > h2 {
        margin: 17px 0;
        font-family: 'Montserrat Bold';
        font-size: 20px;
        color: #004477; }
      main form section.cont-header > section.header-bar {
        width: 26%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        main form section.cont-header > section.header-bar > label {
          width: 74%;
          margin-right: 25px;
          font-family: 'Product Sans Bold' !important;
          font-size: 15px;
          color: #33394C;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          white-space: nowrap; }
          main form section.cont-header > section.header-bar > label > input, main form section.cont-header > section.header-bar > label > select {
            width: 74%;
            height: 40px;
            margin-left: 11px;
            border-radius: 3px;
            background-color: #F7F7F7;
            box-shadow: 3px 3px 12px -8px black inset;
            text-indent: 10px;
            font-family: 'Arial Regular';
            font-weight: 500;
            font-size: 12px;
            color: #004477;
            background-image: url(../images/selectArr.png);
            background-repeat: no-repeat;
            background-position: 97% center; }
        main form section.cont-header > section.header-bar > a {
          padding: 12px 16px;
          background-color: #FEBE00;
          border-radius: 100px;
          font-family: 'Montserrat Bold';
          font-size: 12px;
          color: #ffffff;
          display: inline-block;
          white-space: nowrap;
          -webkit-align-self: flex-end;
              -ms-flex-item-align: end;
                  align-self: flex-end; }
      main form section.cont-header > section.aditional {
        width: 46.7% !important; }
        main form section.cont-header > section.aditional > label {
          width: 41%;
          margin-right: 25px; }
          main form section.cont-header > section.aditional > label > input {
            width: 100%;
            background-image: initial; }
          main form section.cont-header > section.aditional > label > input.BGminus {
            background-image: initial !important; }
    main form > h2 {
      margin-top: 30px;
      font-family: 'Montserrat Bold';
      font-size: 20px;
      color: #004477; }
    main form > h3 {
      width: 100%;
      padding: 8px 0 0 0;
      font-family: 'Product Sans Bold';
      font-size: 15px;
      color: #FEBE00; }
    main form > a {
      margin: 18px 0;
      padding: 16px 33px;
      background-color: #FEBE00;
      border-radius: 100px;
      font-family: 'Montserrat Bold';
      font-size: 12px;
      color: #ffffff;
      display: inline-block; }
    main form > ul {
      width: 80.6%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      main form > ul > li {
        width: calc(50% - 25px);
        margin-top: 13px; }
        main form > ul > li > label {
          width: 100%;
          font-family: 'Roboto Medium';
          font-size: 13px;
          color: #333333;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          main form > ul > li > label > input, main form > ul > li > label > select {
            width: 100%;
            height: 40px;
            margin-top: 3px;
            text-indent: 42px;
            border-radius: 2px;
            border: solid 1px #CCCCCC;
            box-sizing: border-box;
            background-repeat: no-repeat;
            background-position: 8px center; }
    main form > ul:first-of-type > li:first-child > label > input {
      background-image: url(../images/Building.png); }
    main form > ul:first-of-type > li:nth-child(2) > label > select {
      background-image: url(../images/Globe.png), url(../images/selectArr.png);
      background-position: 8px center, 98% center; }
    main form > ul:first-of-type > li:nth-child(3) > label > input {
      background-image: url(../images/Pointer.png); }
    main form > ul:first-of-type > li:nth-child(4) > label > input {
      background-image: url(../images/Pointer.png); }
    main form > ul:first-of-type > li:nth-child(5) > label > input {
      background-image: url(../images/phn.png); }
    main form > ul:first-of-type > li:nth-child(6) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      main form > ul:first-of-type > li:nth-child(6) > label {
        width: calc(50% - 10px); }
        main form > ul:first-of-type > li:nth-child(6) > label > input {
          background-image: url(../images/Envelope.png); }
    main form > ul:first-of-type > li:nth-child(7) > label > input {
      background-image: url(../images/print.png); }
    main form > ul:first-of-type > li:last-child > label > input {
      background-image: url(../images/Skype.png); }
    main form > ul:nth-last-of-type(2) > li:first-child > label > input {
      background-image: url(../images/InputAvatar.png); }
    main form > ul:nth-last-of-type(2) > li:nth-child(2) > label > input {
      background-image: url(../images/InputAvatar.png); }
    main form > ul:nth-last-of-type(2) > li:nth-child(3) > label > input {
      background-image: url(../images/IdCard.png); }
    main form > ul:nth-last-of-type(2) > li:last-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      main form > ul:nth-last-of-type(2) > li:last-child > label {
        width: calc(50% - 10px); }
        main form > ul:nth-last-of-type(2) > li:last-child > label > input {
          background-image: url(../images/Envelope.png); }
    main form > ul:last-of-type > li:first-child > label > input {
      background-image: url(../images/InputAvatar.png); }
    main form > ul:last-of-type > li:last-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      main form > ul:last-of-type > li:last-child > label {
        width: calc(50% - 10px); }
        main form > ul:last-of-type > li:last-child > label > input {
          background-image: url(../images/Lockerr.png); }
    main form > ul.regConf {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      main form > ul.regConf > li:nth-child(2) > label > input {
        background-image: url(../images/Lockerr.png); }
      main form > ul.regConf > li:nth-child(3) {
        padding: 3px 0 21px 0;
        border-bottom: solid 1px #CCCCCC;
        box-sizing: border-box; }
        main form > ul.regConf > li:nth-child(3) > a {
          padding: 16px 33px;
          background-color: #FEBE00;
          border-radius: 100px;
          font-family: 'Montserrat Bold';
          font-size: 12px;
          color: #ffffff;
          display: inline-block; }
      main form > ul.regConf > li:last-child {
        font-family: 'Ingiri Arial Regular';
        font-size: 12px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        main form > ul.regConf > li:last-child > a {
          width: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          text-decoration: underline;
          color: #FEBE00; }
        main form > ul.regConf > li:last-child > label:last-of-type, main form > ul.regConf > li:last-child > a:last-of-type {
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
        main form > ul.regConf > li:last-child > label {
          width: 50%;
          margin-bottom: 16px; }
    main form > ul.passChange {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      main form > ul.passChange > li > label > input {
        background-image: url(../images/Lockerr.png) !important; }
      main form > ul.passChange > li:nth-child(4) {
        padding: 3px 0 21px 0 !important;
        box-sizing: border-box !important; }
        main form > ul.passChange > li:nth-child(4) > a {
          padding: 16px 33px !important;
          background-color: #FEBE00 !important;
          border-radius: 100px !important;
          font-family: 'Montserrat Bold' !important;
          font-size: 12px !important;
          color: #ffffff !important;
          display: inline-block !important; }
    main form > ul.pswrdRec {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      main form > ul.pswrdRec > li:nth-child(1) > label > input {
        background-image: url(../images/Envelope.png); }
      main form > ul.pswrdRec > li:nth-child(2) {
        padding: 3px 0 21px 0;
        border-bottom: solid 1px #CCCCCC;
        box-sizing: border-box; }
        main form > ul.pswrdRec > li:nth-child(2) > a {
          padding: 16px 33px;
          background-color: #FEBE00;
          border-radius: 100px;
          font-family: 'Montserrat Bold';
          font-size: 12px;
          color: #ffffff;
          display: inline-block; }
      main form > ul.pswrdRec > li:last-child {
        font-family: 'Ingiri Arial Regular';
        font-size: 12px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        main form > ul.pswrdRec > li:last-child > a {
          width: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          text-decoration: underline;
          color: #FEBE00; }
        main form > ul.pswrdRec > li:last-child > label:last-of-type, main form > ul.pswrdRec > li:last-child > a:last-of-type {
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
        main form > ul.pswrdRec > li:last-child > label {
          width: 50%;
          margin-bottom: 16px; }
    main form section.asdasd {
      width: 100%;
      padding-bottom: 10px; }
      main form section.asdasd table.ResTable > tbody > tr,
      main form section.asdasd section.search-res-HD,
      main form section.asdasd section.search-res,
      main form section.asdasd section.ORDErHISTORY-part-options-HD,
      main form section.asdasd section.ORDErHISTORY-part-options,
      main form section.asdasd section.orders-part-options-HD,
      main form section.asdasd section.orders-part-options, main form section.asdasd > section.TRANSACTIONS-part-options-HD, main form section.asdasd > section.TRANSACTIONS-part-options, main form section.asdasd > section.BALANCE-part-options-HD, main form section.asdasd > section.BALANCE-part-options, main form section.asdasd > section.CART-part-options-HD, main form section.asdasd > section.CART-part-options, main form section.asdasd > section.QUOTE-part-options, main form section.asdasd > section.QUOTE-part-options-HD, main form section.asdasd > section.part-options, main form section.asdasd > section.part-options-HD {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: solid 1px #CCCCCC;
        padding: 13px 0 !important;
        -webkit-transition: .3s;
                transition: .3s;
       /* min-width: 1670px;*/ }
        main form section.asdasd table.ResTable > tbody > tr td,
        main form section.asdasd table.ResTable > tbody > tr th, main form section.asdasd table.ResTable > tbody > tr > p,
        main form section.asdasd section.search-res-HD td,
        main form section.asdasd section.search-res-HD th,
        main form section.asdasd section.search-res-HD > p,
        main form section.asdasd section.search-res td,
        main form section.asdasd section.search-res th,
        main form section.asdasd section.search-res > p,
        main form section.asdasd section.ORDErHISTORY-part-options-HD td,
        main form section.asdasd section.ORDErHISTORY-part-options-HD th,
        main form section.asdasd section.ORDErHISTORY-part-options-HD > p,
        main form section.asdasd section.ORDErHISTORY-part-options td,
        main form section.asdasd section.ORDErHISTORY-part-options th,
        main form section.asdasd section.ORDErHISTORY-part-options > p,
        main form section.asdasd section.orders-part-options-HD td,
        main form section.asdasd section.orders-part-options-HD th,
        main form section.asdasd section.orders-part-options-HD > p,
        main form section.asdasd section.orders-part-options td,
        main form section.asdasd section.orders-part-options th,
        main form section.asdasd section.orders-part-options > p, main form section.asdasd > section.TRANSACTIONS-part-options-HD td,
        main form section.asdasd > section.TRANSACTIONS-part-options-HD th, main form section.asdasd > section.TRANSACTIONS-part-options-HD > p, main form section.asdasd > section.TRANSACTIONS-part-options td,
        main form section.asdasd > section.TRANSACTIONS-part-options th, main form section.asdasd > section.TRANSACTIONS-part-options > p, main form section.asdasd > section.BALANCE-part-options-HD td,
        main form section.asdasd > section.BALANCE-part-options-HD th, main form section.asdasd > section.BALANCE-part-options-HD > p, main form section.asdasd > section.BALANCE-part-options td,
        main form section.asdasd > section.BALANCE-part-options th, main form section.asdasd > section.BALANCE-part-options > p, main form section.asdasd > section.CART-part-options-HD td,
        main form section.asdasd > section.CART-part-options-HD th, main form section.asdasd > section.CART-part-options-HD > p, main form section.asdasd > section.CART-part-options td,
        main form section.asdasd > section.CART-part-options th, main form section.asdasd > section.CART-part-options > p, main form section.asdasd > section.QUOTE-part-options td,
        main form section.asdasd > section.QUOTE-part-options th, main form section.asdasd > section.QUOTE-part-options > p, main form section.asdasd > section.QUOTE-part-options-HD td,
        main form section.asdasd > section.QUOTE-part-options-HD th, main form section.asdasd > section.QUOTE-part-options-HD > p, main form section.asdasd > section.part-options td,
        main form section.asdasd > section.part-options th, main form section.asdasd > section.part-options > p, main form section.asdasd > section.part-options-HD td,
        main form section.asdasd > section.part-options-HD th, main form section.asdasd > section.part-options-HD > p {
          font-family: 'Product Sans Bold';
          font-size: 15px;
          color: #33394C; }
        main form section.asdasd table.ResTable > tbody > tr > p:first-child,
        main form section.asdasd section.search-res-HD > p:first-child,
        main form section.asdasd section.search-res > p:first-child,
        main form section.asdasd section.ORDErHISTORY-part-options-HD > p:first-child,
        main form section.asdasd section.ORDErHISTORY-part-options > p:first-child,
        main form section.asdasd section.orders-part-options-HD > p:first-child,
        main form section.asdasd section.orders-part-options > p:first-child, main form section.asdasd > section.TRANSACTIONS-part-options-HD > p:first-child, main form section.asdasd > section.TRANSACTIONS-part-options > p:first-child, main form section.asdasd > section.BALANCE-part-options-HD > p:first-child, main form section.asdasd > section.BALANCE-part-options > p:first-child, main form section.asdasd > section.CART-part-options-HD > p:first-child, main form section.asdasd > section.CART-part-options > p:first-child, main form section.asdasd > section.QUOTE-part-options > p:first-child, main form section.asdasd > section.QUOTE-part-options-HD > p:first-child, main form section.asdasd > section.part-options > p:first-child, main form section.asdasd > section.part-options-HD > p:first-child {
          width: 9%; }
        main form section.asdasd table.ResTable > tbody > tr > p:nth-child(2),
        main form section.asdasd section.search-res-HD > p:nth-child(2),
        main form section.asdasd section.search-res > p:nth-child(2),
        main form section.asdasd section.ORDErHISTORY-part-options-HD > p:nth-child(2),
        main form section.asdasd section.ORDErHISTORY-part-options > p:nth-child(2),
        main form section.asdasd section.orders-part-options-HD > p:nth-child(2),
        main form section.asdasd section.orders-part-options > p:nth-child(2), main form section.asdasd > section.TRANSACTIONS-part-options-HD > p:nth-child(2), main form section.asdasd > section.TRANSACTIONS-part-options > p:nth-child(2), main form section.asdasd > section.BALANCE-part-options-HD > p:nth-child(2), main form section.asdasd > section.BALANCE-part-options > p:nth-child(2), main form section.asdasd > section.CART-part-options-HD > p:nth-child(2), main form section.asdasd > section.CART-part-options > p:nth-child(2), main form section.asdasd > section.QUOTE-part-options > p:nth-child(2), main form section.asdasd > section.QUOTE-part-options-HD > p:nth-child(2), main form section.asdasd > section.part-options > p:nth-child(2), main form section.asdasd > section.part-options-HD > p:nth-child(2) {
          width: 5.67%; }
        main form section.asdasd table.ResTable > tbody > tr > p:nth-child(3),
        main form section.asdasd section.search-res-HD > p:nth-child(3),
        main form section.asdasd section.search-res > p:nth-child(3),
        main form section.asdasd section.ORDErHISTORY-part-options-HD > p:nth-child(3),
        main form section.asdasd section.ORDErHISTORY-part-options > p:nth-child(3),
        main form section.asdasd section.orders-part-options-HD > p:nth-child(3),
        main form section.asdasd section.orders-part-options > p:nth-child(3), main form section.asdasd > section.TRANSACTIONS-part-options-HD > p:nth-child(3), main form section.asdasd > section.TRANSACTIONS-part-options > p:nth-child(3), main form section.asdasd > section.BALANCE-part-options-HD > p:nth-child(3), main form section.asdasd > section.BALANCE-part-options > p:nth-child(3), main form section.asdasd > section.CART-part-options-HD > p:nth-child(3), main form section.asdasd > section.CART-part-options > p:nth-child(3), main form section.asdasd > section.QUOTE-part-options > p:nth-child(3), main form section.asdasd > section.QUOTE-part-options-HD > p:nth-child(3), main form section.asdasd > section.part-options > p:nth-child(3), main form section.asdasd > section.part-options-HD > p:nth-child(3) {
          width: 8.38%; }
        main form section.asdasd table.ResTable > tbody > tr > p:nth-child(4),
        main form section.asdasd section.search-res-HD > p:nth-child(4),
        main form section.asdasd section.search-res > p:nth-child(4),
        main form section.asdasd section.ORDErHISTORY-part-options-HD > p:nth-child(4),
        main form section.asdasd section.ORDErHISTORY-part-options > p:nth-child(4),
        main form section.asdasd section.orders-part-options-HD > p:nth-child(4),
        main form section.asdasd section.orders-part-options > p:nth-child(4), main form section.asdasd > section.TRANSACTIONS-part-options-HD > p:nth-child(4), main form section.asdasd > section.TRANSACTIONS-part-options > p:nth-child(4), main form section.asdasd > section.BALANCE-part-options-HD > p:nth-child(4), main form section.asdasd > section.BALANCE-part-options > p:nth-child(4), main form section.asdasd > section.CART-part-options-HD > p:nth-child(4), main form section.asdasd > section.CART-part-options > p:nth-child(4), main form section.asdasd > section.QUOTE-part-options > p:nth-child(4), main form section.asdasd > section.QUOTE-part-options-HD > p:nth-child(4), main form section.asdasd > section.part-options > p:nth-child(4), main form section.asdasd > section.part-options-HD > p:nth-child(4) {
          width: 15.48%; }
        main form section.asdasd table.ResTable > tbody > tr > p:nth-child(5),
        main form section.asdasd section.search-res-HD > p:nth-child(5),
        main form section.asdasd section.search-res > p:nth-child(5),
        main form section.asdasd section.ORDErHISTORY-part-options-HD > p:nth-child(5),
        main form section.asdasd section.ORDErHISTORY-part-options > p:nth-child(5),
        main form section.asdasd section.orders-part-options-HD > p:nth-child(5),
        main form section.asdasd section.orders-part-options > p:nth-child(5), main form section.asdasd > section.TRANSACTIONS-part-options-HD > p:nth-child(5), main form section.asdasd > section.TRANSACTIONS-part-options > p:nth-child(5), main form section.asdasd > section.BALANCE-part-options-HD > p:nth-child(5), main form section.asdasd > section.BALANCE-part-options > p:nth-child(5), main form section.asdasd > section.CART-part-options-HD > p:nth-child(5), main form section.asdasd > section.CART-part-options > p:nth-child(5), main form section.asdasd > section.QUOTE-part-options > p:nth-child(5), main form section.asdasd > section.QUOTE-part-options-HD > p:nth-child(5), main form section.asdasd > section.part-options > p:nth-child(5), main form section.asdasd > section.part-options-HD > p:nth-child(5) {
          width: 3.8%; }
        main form section.asdasd table.ResTable > tbody > tr > p:nth-child(6),
        main form section.asdasd section.search-res-HD > p:nth-child(6),
        main form section.asdasd section.search-res > p:nth-child(6),
        main form section.asdasd section.ORDErHISTORY-part-options-HD > p:nth-child(6),
        main form section.asdasd section.ORDErHISTORY-part-options > p:nth-child(6),
        main form section.asdasd section.orders-part-options-HD > p:nth-child(6),
        main form section.asdasd section.orders-part-options > p:nth-child(6), main form section.asdasd > section.TRANSACTIONS-part-options-HD > p:nth-child(6), main form section.asdasd > section.TRANSACTIONS-part-options > p:nth-child(6), main form section.asdasd > section.BALANCE-part-options-HD > p:nth-child(6), main form section.asdasd > section.BALANCE-part-options > p:nth-child(6), main form section.asdasd > section.CART-part-options-HD > p:nth-child(6), main form section.asdasd > section.CART-part-options > p:nth-child(6), main form section.asdasd > section.QUOTE-part-options > p:nth-child(6), main form section.asdasd > section.QUOTE-part-options-HD > p:nth-child(6), main form section.asdasd > section.part-options > p:nth-child(6), main form section.asdasd > section.part-options-HD > p:nth-child(6) {
          width: 5.4%; }
        main form section.asdasd table.ResTable > tbody > tr > p:nth-child(7),
        main form section.asdasd section.search-res-HD > p:nth-child(7),
        main form section.asdasd section.search-res > p:nth-child(7),
        main form section.asdasd section.ORDErHISTORY-part-options-HD > p:nth-child(7),
        main form section.asdasd section.ORDErHISTORY-part-options > p:nth-child(7),
        main form section.asdasd section.orders-part-options-HD > p:nth-child(7),
        main form section.asdasd section.orders-part-options > p:nth-child(7), main form section.asdasd > section.TRANSACTIONS-part-options-HD > p:nth-child(7), main form section.asdasd > section.TRANSACTIONS-part-options > p:nth-child(7), main form section.asdasd > section.BALANCE-part-options-HD > p:nth-child(7), main form section.asdasd > section.BALANCE-part-options > p:nth-child(7), main form section.asdasd > section.CART-part-options-HD > p:nth-child(7), main form section.asdasd > section.CART-part-options > p:nth-child(7), main form section.asdasd > section.QUOTE-part-options > p:nth-child(7), main form section.asdasd > section.QUOTE-part-options-HD > p:nth-child(7), main form section.asdasd > section.part-options > p:nth-child(7), main form section.asdasd > section.part-options-HD > p:nth-child(7) {
          width: 6.77%; }
        main form section.asdasd table.ResTable > tbody > tr > p:nth-child(8),
        main form section.asdasd section.search-res-HD > p:nth-child(8),
        main form section.asdasd section.search-res > p:nth-child(8),
        main form section.asdasd section.ORDErHISTORY-part-options-HD > p:nth-child(8),
        main form section.asdasd section.ORDErHISTORY-part-options > p:nth-child(8),
        main form section.asdasd section.orders-part-options-HD > p:nth-child(8),
        main form section.asdasd section.orders-part-options > p:nth-child(8), main form section.asdasd > section.TRANSACTIONS-part-options-HD > p:nth-child(8), main form section.asdasd > section.TRANSACTIONS-part-options > p:nth-child(8), main form section.asdasd > section.BALANCE-part-options-HD > p:nth-child(8), main form section.asdasd > section.BALANCE-part-options > p:nth-child(8), main form section.asdasd > section.CART-part-options-HD > p:nth-child(8), main form section.asdasd > section.CART-part-options > p:nth-child(8), main form section.asdasd > section.QUOTE-part-options > p:nth-child(8), main form section.asdasd > section.QUOTE-part-options-HD > p:nth-child(8), main form section.asdasd > section.part-options > p:nth-child(8), main form section.asdasd > section.part-options-HD > p:nth-child(8) {
          width: 5.8%; }
        main form section.asdasd table.ResTable > tbody > tr > p:nth-child(9),
        main form section.asdasd section.search-res-HD > p:nth-child(9),
        main form section.asdasd section.search-res > p:nth-child(9),
        main form section.asdasd section.ORDErHISTORY-part-options-HD > p:nth-child(9),
        main form section.asdasd section.ORDErHISTORY-part-options > p:nth-child(9),
        main form section.asdasd section.orders-part-options-HD > p:nth-child(9),
        main form section.asdasd section.orders-part-options > p:nth-child(9), main form section.asdasd > section.TRANSACTIONS-part-options-HD > p:nth-child(9), main form section.asdasd > section.TRANSACTIONS-part-options > p:nth-child(9), main form section.asdasd > section.BALANCE-part-options-HD > p:nth-child(9), main form section.asdasd > section.BALANCE-part-options > p:nth-child(9), main form section.asdasd > section.CART-part-options-HD > p:nth-child(9), main form section.asdasd > section.CART-part-options > p:nth-child(9), main form section.asdasd > section.QUOTE-part-options > p:nth-child(9), main form section.asdasd > section.QUOTE-part-options-HD > p:nth-child(9), main form section.asdasd > section.part-options > p:nth-child(9), main form section.asdasd > section.part-options-HD > p:nth-child(9) {
          width: 6%; }
        main form section.asdasd table.ResTable > tbody > tr > p:nth-child(10),
        main form section.asdasd section.search-res-HD > p:nth-child(10),
        main form section.asdasd section.search-res > p:nth-child(10),
        main form section.asdasd section.ORDErHISTORY-part-options-HD > p:nth-child(10),
        main form section.asdasd section.ORDErHISTORY-part-options > p:nth-child(10),
        main form section.asdasd section.orders-part-options-HD > p:nth-child(10),
        main form section.asdasd section.orders-part-options > p:nth-child(10), main form section.asdasd > section.TRANSACTIONS-part-options-HD > p:nth-child(10), main form section.asdasd > section.TRANSACTIONS-part-options > p:nth-child(10), main form section.asdasd > section.BALANCE-part-options-HD > p:nth-child(10), main form section.asdasd > section.BALANCE-part-options > p:nth-child(10), main form section.asdasd > section.CART-part-options-HD > p:nth-child(10), main form section.asdasd > section.CART-part-options > p:nth-child(10), main form section.asdasd > section.QUOTE-part-options > p:nth-child(10), main form section.asdasd > section.QUOTE-part-options-HD > p:nth-child(10), main form section.asdasd > section.part-options > p:nth-child(10), main form section.asdasd > section.part-options-HD > p:nth-child(10) {
          width: 5.8%; }
        main form section.asdasd table.ResTable > tbody > tr > p:nth-child(11),
        main form section.asdasd section.search-res-HD > p:nth-child(11),
        main form section.asdasd section.search-res > p:nth-child(11),
        main form section.asdasd section.ORDErHISTORY-part-options-HD > p:nth-child(11),
        main form section.asdasd section.ORDErHISTORY-part-options > p:nth-child(11),
        main form section.asdasd section.orders-part-options-HD > p:nth-child(11),
        main form section.asdasd section.orders-part-options > p:nth-child(11), main form section.asdasd > section.TRANSACTIONS-part-options-HD > p:nth-child(11), main form section.asdasd > section.TRANSACTIONS-part-options > p:nth-child(11), main form section.asdasd > section.BALANCE-part-options-HD > p:nth-child(11), main form section.asdasd > section.BALANCE-part-options > p:nth-child(11), main form section.asdasd > section.CART-part-options-HD > p:nth-child(11), main form section.asdasd > section.CART-part-options > p:nth-child(11), main form section.asdasd > section.QUOTE-part-options > p:nth-child(11), main form section.asdasd > section.QUOTE-part-options-HD > p:nth-child(11), main form section.asdasd > section.part-options > p:nth-child(11), main form section.asdasd > section.part-options-HD > p:nth-child(11) {
          width: 5.8%; }
        main form section.asdasd table.ResTable > tbody > tr > p:nth-child(12),
        main form section.asdasd section.search-res-HD > p:nth-child(12),
        main form section.asdasd section.search-res > p:nth-child(12),
        main form section.asdasd section.ORDErHISTORY-part-options-HD > p:nth-child(12),
        main form section.asdasd section.ORDErHISTORY-part-options > p:nth-child(12),
        main form section.asdasd section.orders-part-options-HD > p:nth-child(12),
        main form section.asdasd section.orders-part-options > p:nth-child(12), main form section.asdasd > section.TRANSACTIONS-part-options-HD > p:nth-child(12), main form section.asdasd > section.TRANSACTIONS-part-options > p:nth-child(12), main form section.asdasd > section.BALANCE-part-options-HD > p:nth-child(12), main form section.asdasd > section.BALANCE-part-options > p:nth-child(12), main form section.asdasd > section.CART-part-options-HD > p:nth-child(12), main form section.asdasd > section.CART-part-options > p:nth-child(12), main form section.asdasd > section.QUOTE-part-options > p:nth-child(12), main form section.asdasd > section.QUOTE-part-options-HD > p:nth-child(12), main form section.asdasd > section.part-options > p:nth-child(12), main form section.asdasd > section.part-options-HD > p:nth-child(12) {
          width: 8.7%; }
    main form section.asdasd > section.QUOTE-part-options > p:first-child, main form section.asdasd > section.QUOTE-part-options-HD > p:first-child {
      width: 5.6%; }
    main form section.asdasd > section.QUOTE-part-options > p:nth-child(2), main form section.asdasd > section.QUOTE-part-options-HD > p:nth-child(2) {
      width: 8.38%; }
    main form section.asdasd > section.QUOTE-part-options > p:nth-child(3), main form section.asdasd > section.QUOTE-part-options-HD > p:nth-child(3) {
      width: 32.58%; }
    main form section.asdasd > section.QUOTE-part-options > p:nth-child(4), main form section.asdasd > section.QUOTE-part-options-HD > p:nth-child(4) {
      width: 3.7%; }
    main form section.asdasd > section.QUOTE-part-options > p:nth-child(5), main form section.asdasd > section.QUOTE-part-options-HD > p:nth-child(5) {
      width: 5.35%; }
    main form section.asdasd > section.QUOTE-part-options > p:nth-child(6), main form section.asdasd > section.QUOTE-part-options-HD > p:nth-child(6) {
      width: 6.8%; }
    main form section.asdasd > section.QUOTE-part-options > p:nth-child(7), main form section.asdasd > section.QUOTE-part-options-HD > p:nth-child(7) {
      width: 5.8%; }
    main form section.asdasd > section.QUOTE-part-options > p:nth-child(8), main form section.asdasd > section.QUOTE-part-options-HD > p:nth-child(8) {
      width: 6%; }
    main form section.asdasd > section.QUOTE-part-options > p:nth-child(9), main form section.asdasd > section.QUOTE-part-options-HD > p:nth-child(9) {
      width: 5.8%; }
    main form section.asdasd > section.QUOTE-part-options > p:nth-child(10), main form section.asdasd > section.QUOTE-part-options-HD > p:nth-child(10) {
      width: 5.8%; }
    main form section.asdasd > section.QUOTE-part-options > p:nth-child(11), main form section.asdasd > section.QUOTE-part-options-HD > p:nth-child(11) {
      width: 7.35%; }
    main form section.asdasd > section.CART-part-options input, main form section.asdasd > section.CART-part-options-HD input {
      width: 80%;
      height: 25px;
      border-radius: 3px;
      background-color: #F7F7F7;
      box-shadow: 3px 3px 12px -8px black inset;
      text-indent: 5px;
      font-family: 'Arial Regular';
      font-weight: 500;
      font-size: 12px;
      color: #004477; }
    main form section.asdasd > section.CART-part-options section, main form section.asdasd > section.CART-part-options-HD section {
      position: relative; }
      main form section.asdasd > section.CART-part-options section > img, main form section.asdasd > section.CART-part-options-HD section > img {
        position: absolute;
        right: 20px;
        cursor: pointer; }
      main form section.asdasd > section.CART-part-options section > img:first-of-type, main form section.asdasd > section.CART-part-options-HD section > img:first-of-type {
        top: 5px; }
      main form section.asdasd > section.CART-part-options section > img:last-of-type, main form section.asdasd > section.CART-part-options-HD section > img:last-of-type {
        top: 15px; }
    main form section.asdasd > section.CART-part-options > section.squaredThree:first-child, main form section.asdasd > section.CART-part-options-HD > section.squaredThree:first-child {
      width: 1.87%; }
    main form section.asdasd > section.CART-part-options > p:nth-child(2), main form section.asdasd > section.CART-part-options-HD > p:nth-child(2) {
      width: 6.3%; }
    main form section.asdasd > section.CART-part-options > p:nth-child(3), main form section.asdasd > section.CART-part-options-HD > p:nth-child(3) {
      width: 12.9%; }
    main form section.asdasd > section.CART-part-options > p:nth-child(4), main form section.asdasd > section.CART-part-options-HD > p:nth-child(4) {
      width: 18.77%; }
    main form section.asdasd > section.CART-part-options > section:nth-child(5), main form section.asdasd > section.CART-part-options-HD > section:nth-child(5) {
      width: 3.7%; }
    main form section.asdasd > section.CART-part-options > p:nth-child(6), main form section.asdasd > section.CART-part-options-HD > p:nth-child(6) {
      width: 5.3%; }
    main form section.asdasd > section.CART-part-options > p:nth-child(7), main form section.asdasd > section.CART-part-options-HD > p:nth-child(7) {
      width: 6.8%; }
    main form section.asdasd > section.CART-part-options > p:nth-child(8), main form section.asdasd > section.CART-part-options-HD > p:nth-child(8) {
      width: 5.7%; }
    main form section.asdasd > section.CART-part-options > p:nth-child(9), main form section.asdasd > section.CART-part-options-HD > p:nth-child(9) {
      width: 6%; }
    main form section.asdasd > section.CART-part-options > p:nth-child(10), main form section.asdasd > section.CART-part-options-HD > p:nth-child(10) {
      width: 5.8%; }
    main form section.asdasd > section.CART-part-options > p:nth-child(11), main form section.asdasd > section.CART-part-options-HD > p:nth-child(11) {
      width: 5.8%; }
    main form section.asdasd > section.CART-part-options > section:nth-child(12), main form section.asdasd > section.CART-part-options-HD > section:nth-child(12) {
      width: 8.7%; }
    main form section.asdasd > section.CART-part-options > section:nth-child(13), main form section.asdasd > section.CART-part-options-HD > section:nth-child(13) {
      width: 5.4%; }
    main form > section.Del-Options {
      width: calc(100% - 32px);
      height: 68px;
      margin-top: 32px;
      padding: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      box-shadow: 0 0px 80px -25px black;
      border-radius: 5px; }
      main form > section.Del-Options > section:first-child {
        width: 72.7%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        main form > section.Del-Options > section:first-child > label {
          width: 27%;
          margin-right: 31px;
          font-family: 'Product Sans Bold';
          font-size: 15px;
          color: #33394C;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          main form > section.Del-Options > section:first-child > label > select {
            width: 100%;
            height: 40px;
            margin-top: 11px;
            border-radius: 3px;
            background-color: #F7F7F7;
            box-shadow: 3px 3px 12px -8px black inset;
            text-indent: 10px;
            font-family: 'Arial Regular';
            font-weight: 500;
            font-size: 12px;
            color: #004477;
            background-image: url(../images/selectArr.png);
            background-repeat: no-repeat;
            background-position: 97% center; }
        main form > section.Del-Options > section:first-child > a {
          padding: 12px 16px;
          background-color: #FEBE00;
          border-radius: 100px;
          font-family: 'Montserrat Bold';
          font-size: 12px;
          color: #ffffff;
          display: inline-block;
          white-space: nowrap;
          -webkit-align-self: flex-end;
              -ms-flex-item-align: end;
                  align-self: flex-end; }
      main form > section.Del-Options > section:last-child > a {
        padding: 12px 25px;
        background-color: #CCCCCC;
        border-radius: 100px;
        font-family: 'Montserrat Bold';
        font-size: 12px;
        color: #ffffff;
        display: inline-block;
        white-space: nowrap;
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end; }
      main form > section.Del-Options > section:last-child > a:first-child {
        margin-right: 17px; }
    main form section.asdasd > section.TRANSACTIONS-part-options-HD > p:nth-child(1), main form section.asdasd > section.TRANSACTIONS-part-options > p:nth-child(1), main form section.asdasd > section.BALANCE-part-options-HD > p:nth-child(1), main form section.asdasd > section.BALANCE-part-options > p:nth-child(1) {
      width: 6.3%; }
    main form section.asdasd > section.TRANSACTIONS-part-options-HD > p:nth-child(2), main form section.asdasd > section.TRANSACTIONS-part-options > p:nth-child(2), main form section.asdasd > section.BALANCE-part-options-HD > p:nth-child(2), main form section.asdasd > section.BALANCE-part-options > p:nth-child(2) {
      width: 10.3%; }
    main form section.asdasd > section.TRANSACTIONS-part-options-HD > p:nth-child(3), main form section.asdasd > section.TRANSACTIONS-part-options > p:nth-child(3), main form section.asdasd > section.BALANCE-part-options-HD > p:nth-child(3), main form section.asdasd > section.BALANCE-part-options > p:nth-child(3) {
      width: 6.77%; }
    main form section.asdasd > section.TRANSACTIONS-part-options-HD > p:nth-child(4), main form section.asdasd > section.TRANSACTIONS-part-options > p:nth-child(4), main form section.asdasd > section.BALANCE-part-options-HD > p:nth-child(4), main form section.asdasd > section.BALANCE-part-options > p:nth-child(4) {
      width: 6.3%; }
    main form section.asdasd > section.TRANSACTIONS-part-options-HD > p:nth-child(5), main form section.asdasd > section.TRANSACTIONS-part-options > p:nth-child(5), main form section.asdasd > section.BALANCE-part-options-HD > p:nth-child(5), main form section.asdasd > section.BALANCE-part-options > p:nth-child(5) {
      width: 8.5%; }
    main form section.asdasd > section.TRANSACTIONS-part-options-HD > p:nth-child(5), main form section.asdasd > section.TRANSACTIONS-part-options > p:nth-child(5) {
      width: 7.4%; }
    main form section.asdasd > section.TRANSACTIONS-part-options-HD > p:nth-child(6), main form section.asdasd > section.TRANSACTIONS-part-options > p:nth-child(6) {
      width: 20%; }
    main form section.asdasd section.orders-part-options-HD,
    main form section.asdasd section.orders-part-options {
      /*min-width: 1000px;*/ }
      main form section.asdasd section.orders-part-options-HD > p:nth-child(1),
      main form section.asdasd section.orders-part-options > p:nth-child(1) {
        width: 14.76%; }
      main form section.asdasd section.orders-part-options-HD > p:nth-child(2),
      main form section.asdasd section.orders-part-options > p:nth-child(2) {
        width: 14.75%; }
      main form section.asdasd section.orders-part-options-HD > p:nth-child(3),
      main form section.asdasd section.orders-part-options > p:nth-child(3) {
        width: 13%; }
      main form section.asdasd section.orders-part-options-HD > p:nth-child(4),
      main form section.asdasd section.orders-part-options > p:nth-child(4) {
        width: 13%; }
      main form section.asdasd section.orders-part-options-HD > p:nth-child(5),
      main form section.asdasd section.orders-part-options > p:nth-child(5) {
        width: 16.4%; }
      main form section.asdasd section.orders-part-options-HD > p:nth-child(6),
      main form section.asdasd section.orders-part-options > p:nth-child(6) {
        width: 14.5%; }
      main form section.asdasd section.orders-part-options-HD > p:nth-child(7),
      main form section.asdasd section.orders-part-options > p:nth-child(7) {
        width: 10.7%; }
    main form section.asdasd table.ResTable > tbody > tr,
    main form section.asdasd section.search-res-HD,
    main form section.asdasd section.search-res {
      padding: 2px 0 !important; }
      main form section.asdasd table.ResTable > tbody > tr th:nth-child(1),
      main form section.asdasd table.ResTable > tbody > tr td:nth-child(1), main form section.asdasd table.ResTable > tbody > tr > p:nth-child(1),
      main form section.asdasd section.search-res-HD th:nth-child(1),
      main form section.asdasd section.search-res-HD td:nth-child(1),
      main form section.asdasd section.search-res-HD > p:nth-child(1),
      main form section.asdasd section.search-res th:nth-child(1),
      main form section.asdasd section.search-res td:nth-child(1),
      main form section.asdasd section.search-res > p:nth-child(1) {
        width: 8.32%; }
      main form section.asdasd table.ResTable > tbody > tr th:nth-child(2),
      main form section.asdasd table.ResTable > tbody > tr td:nth-child(2), main form section.asdasd table.ResTable > tbody > tr > p:nth-child(2),
      main form section.asdasd section.search-res-HD th:nth-child(2),
      main form section.asdasd section.search-res-HD td:nth-child(2),
      main form section.asdasd section.search-res-HD > p:nth-child(2),
      main form section.asdasd section.search-res th:nth-child(2),
      main form section.asdasd section.search-res td:nth-child(2),
      main form section.asdasd section.search-res > p:nth-child(2) {
        width: 12.9%; }
      main form section.asdasd table.ResTable > tbody > tr th:nth-child(3),
      main form section.asdasd table.ResTable > tbody > tr td:nth-child(3), main form section.asdasd table.ResTable > tbody > tr > p:nth-child(3),
      main form section.asdasd section.search-res-HD th:nth-child(3),
      main form section.asdasd section.search-res-HD td:nth-child(3),
      main form section.asdasd section.search-res-HD > p:nth-child(3),
      main form section.asdasd section.search-res th:nth-child(3),
      main form section.asdasd section.search-res td:nth-child(3),
      main form section.asdasd section.search-res > p:nth-child(3) {
        width: 30.3%; }
      main form section.asdasd table.ResTable > tbody > tr th:nth-child(4),
      main form section.asdasd table.ResTable > tbody > tr td:nth-child(4), main form section.asdasd table.ResTable > tbody > tr > p:nth-child(4),
      main form section.asdasd section.search-res-HD th:nth-child(4),
      main form section.asdasd section.search-res-HD td:nth-child(4),
      main form section.asdasd section.search-res-HD > p:nth-child(4),
      main form section.asdasd section.search-res th:nth-child(4),
      main form section.asdasd section.search-res td:nth-child(4),
      main form section.asdasd section.search-res > p:nth-child(4) {
        width: 9%; }
      main form section.asdasd table.ResTable > tbody > tr th:nth-child(5),
      main form section.asdasd table.ResTable > tbody > tr td:nth-child(5), main form section.asdasd table.ResTable > tbody > tr > p:nth-child(5),
      main form section.asdasd section.search-res-HD th:nth-child(5),
      main form section.asdasd section.search-res-HD td:nth-child(5),
      main form section.asdasd section.search-res-HD > p:nth-child(5),
      main form section.asdasd section.search-res th:nth-child(5),
      main form section.asdasd section.search-res td:nth-child(5),
      main form section.asdasd section.search-res > p:nth-child(5) {
        width: 8.77%; }
      main form section.asdasd table.ResTable > tbody > tr th:nth-child(6),
      main form section.asdasd table.ResTable > tbody > tr td:nth-child(6), main form section.asdasd table.ResTable > tbody > tr > p:nth-child(6),
      main form section.asdasd section.search-res-HD th:nth-child(6),
      main form section.asdasd section.search-res-HD td:nth-child(6),
      main form section.asdasd section.search-res-HD > p:nth-child(6),
      main form section.asdasd section.search-res th:nth-child(6),
      main form section.asdasd section.search-res td:nth-child(6),
      main form section.asdasd section.search-res > p:nth-child(6) {
        width: 6.1%; }
      main form section.asdasd table.ResTable > tbody > tr th:nth-child(7),
      main form section.asdasd table.ResTable > tbody > tr td:nth-child(7), main form section.asdasd table.ResTable > tbody > tr > p:nth-child(7),
      main form section.asdasd section.search-res-HD th:nth-child(7),
      main form section.asdasd section.search-res-HD td:nth-child(7),
      main form section.asdasd section.search-res-HD > p:nth-child(7),
      main form section.asdasd section.search-res th:nth-child(7),
      main form section.asdasd section.search-res td:nth-child(7),
      main form section.asdasd section.search-res > p:nth-child(7) {
        width: 7.7%; }
      main form section.asdasd table.ResTable > tbody > tr th:nth-child(8),
      main form section.asdasd table.ResTable > tbody > tr td:nth-child(8), main form section.asdasd table.ResTable > tbody > tr > p:nth-child(8),
      main form section.asdasd section.search-res-HD th:nth-child(8),
      main form section.asdasd section.search-res-HD td:nth-child(8),
      main form section.asdasd section.search-res-HD > p:nth-child(8),
      main form section.asdasd section.search-res th:nth-child(8),
      main form section.asdasd section.search-res td:nth-child(8),
      main form section.asdasd section.search-res > p:nth-child(8) {
        width: 6.45%; }
      main form section.asdasd table.ResTable > tbody > tr > a,
      main form section.asdasd section.search-res-HD > a,
      main form section.asdasd section.search-res > a {
        min-width: 84px;
        background-image: url(../images/cartplus.png) !important;
        padding: 12px 24px 12px 52px !important; }
      main form section.asdasd table.ResTable > tbody > tr > a.in-Cart,
      main form section.asdasd section.search-res-HD > a.in-Cart,
      main form section.asdasd section.search-res > a.in-Cart {
        background-image: url(../images/checked.png) !important;
        background-color: #004477; }
    main form section.asdasd table.ResTable {
      width: 100%; }
      main form section.asdasd table.ResTable > tbody > tr > th {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      main form section.asdasd table.ResTable > tbody > tr > th:nth-of-type(8), main form section.asdasd table.ResTable > tbody > tr > th:nth-of-type(1) {
        background-image: url(../images/DownTable.png);
        background-repeat: no-repeat;
        background-position: 50px center; }
      main form section.asdasd table.ResTable > tbody > tr > th:nth-of-type(8) {
        background-position: 105px center !important; }
      main form section.asdasd table.ResTable > tbody > tr > td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        main form section.asdasd table.ResTable > tbody > tr > td > a {
          min-width: 84px;
          background-image: url(../images/cartplus.png) !important;
          padding: 12px 24px 12px 52px !important;
          background-position: 15px center;
          background-color: #FEBE00;
          border-radius: 100px;
          font-family: 'Montserrat Bold';
          font-size: 12px;
          color: #ffffff;
          display: inline-block;
          background-repeat: no-repeat; }
        main form section.asdasd table.ResTable > tbody > tr > td > a.in-Cart {
          background-image: url(../images/checked.png) !important;
          background-color: #004477; }
    main form > a {
      padding: 12px 16px;
      background-color: #FEBE00;
      border-radius: 100px;
      font-family: 'Montserrat Bold';
      font-size: 12px;
      color: #ffffff;
      display: inline-block;
      white-space: nowrap;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end; }
    main form section.asdasd {
      /*section.ORDErHISTORY-part-options,*/ }
      main form section.asdasd table.ResTable > tbody > tr,
      main form section.asdasd section.search-res,
      main form section.asdasd section.ORDErHISTORY-part-options,
      main form section.asdasd section.orders-part-options, main form section.asdasd > section.TRANSACTIONS-part-options, main form section.asdasd > section.BALANCE-part-options, main form section.asdasd > section.CART-part-options, main form section.asdasd > section.QUOTE-part-options, main form section.asdasd > section.part-options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 3px 0; }
        main form section.asdasd table.ResTable > tbody > tr td, main form section.asdasd table.ResTable > tbody > tr > p,
        main form section.asdasd section.search-res td,
        main form section.asdasd section.search-res > p,
        main form section.asdasd section.ORDErHISTORY-part-options td,
        main form section.asdasd section.ORDErHISTORY-part-options > p,
        main form section.asdasd section.orders-part-options td,
        main form section.asdasd section.orders-part-options > p, main form section.asdasd > section.TRANSACTIONS-part-options td, main form section.asdasd > section.TRANSACTIONS-part-options > p, main form section.asdasd > section.BALANCE-part-options td, main form section.asdasd > section.BALANCE-part-options > p, main form section.asdasd > section.CART-part-options td, main form section.asdasd > section.CART-part-options > p, main form section.asdasd > section.QUOTE-part-options td, main form section.asdasd > section.QUOTE-part-options > p, main form section.asdasd > section.part-options td, main form section.asdasd > section.part-options > p {
          font-family: 'Arial Regular';
          font-size: 12px;
          color: #000000; }
        main form section.asdasd table.ResTable > tbody > tr > a,
        main form section.asdasd section.search-res > a,
        main form section.asdasd section.ORDErHISTORY-part-options > a,
        main form section.asdasd section.orders-part-options > a, main form section.asdasd > section.TRANSACTIONS-part-options > a, main form section.asdasd > section.BALANCE-part-options > a, main form section.asdasd > section.CART-part-options > a, main form section.asdasd > section.QUOTE-part-options > a, main form section.asdasd > section.part-options > a {
          padding: 12px 13px 12px 43px;
          background-color: #FEBE00;
          border-radius: 100px;
          font-family: 'Montserrat Bold';
          font-size: 12px;
          color: #ffffff;
          display: inline-block;
          background-position: 9px center;
          background-repeat: no-repeat; }
        main form section.asdasd table.ResTable > tbody > tr > a:first-of-type,
        main form section.asdasd section.search-res > a:first-of-type,
        main form section.asdasd section.ORDErHISTORY-part-options > a:first-of-type,
        main form section.asdasd section.orders-part-options > a:first-of-type, main form section.asdasd > section.TRANSACTIONS-part-options > a:first-of-type, main form section.asdasd > section.BALANCE-part-options > a:first-of-type, main form section.asdasd > section.CART-part-options > a:first-of-type, main form section.asdasd > section.QUOTE-part-options > a:first-of-type, main form section.asdasd > section.part-options > a:first-of-type {
          margin-right: 10px;
          background-image: url(../images/send.png); }
        main form section.asdasd table.ResTable > tbody > tr > a:last-of-type,
        main form section.asdasd section.search-res > a:last-of-type,
        main form section.asdasd section.ORDErHISTORY-part-options > a:last-of-type,
        main form section.asdasd section.orders-part-options > a:last-of-type, main form section.asdasd > section.TRANSACTIONS-part-options > a:last-of-type, main form section.asdasd > section.BALANCE-part-options > a:last-of-type, main form section.asdasd > section.CART-part-options > a:last-of-type, main form section.asdasd > section.QUOTE-part-options > a:last-of-type, main form section.asdasd > section.part-options > a:last-of-type {
          background-image: url(../images/remove.png);
          background-position: 15px center; }
    main form > section.orders {
      width: 100%;
      height: auto;
      margin-top: 19px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      main form > section.orders > section.orders-inscroll {
        width: calc(56% - 36px);
        height: 320px;
        padding: 18px 14px;
        box-shadow: 0 0px 80px -25px black;
        overflow: hidden; }
        main form > section.orders > section.orders-inscroll > h2 {
          font-family: 'Montserrat Bold';
          font-size: 20px;
          color: #004477; }
        main form > section.orders > section.orders-inscroll div.slimScrollDiv div.slimScrollBar {
          width: 7px !important;
          background-color: #004477 !important;
          opacity: 1 !important;
          right: 3px !important;
          border-radius: 100px !important;
          margin-top: 2px !important; }
        main form > section.orders > section.orders-inscroll div.slimScrollDiv div.slimScrollRail {
          width: 11px !important;
          border-radius: 100px !important;
          background-color: #DDDDDD; }
      main form > section.orders > section.Filer-history {
        width: 43%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        main form > section.orders > section.Filer-history > label {
          width: 56.5%;
          margin-right: 31px;
          margin-bottom: 19px;
          font-family: 'Product Sans Bold';
          font-size: 15px;
          color: #33394C;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          white-space: nowrap; }
          main form > section.orders > section.Filer-history > label > select, main form > section.orders > section.Filer-history > label > input {
            width: 100%;
            height: 40px;
            margin: 11px 0 0 12px;
            border-radius: 3px;
            background-color: #FFF;
            box-shadow: 3px 3px 12px -8px black inset;
            text-indent: 10px;
            font-family: 'Arial Regular';
            font-weight: 500;
            font-size: 12px;
            color: #004477;
            background-image: url(../images/selectArr.png);
            background-repeat: no-repeat;
            background-position: 90% center; }
          main form > section.orders > section.Filer-history > label > select {
            width: 26.88%; }
          main form > section.orders > section.Filer-history > label > input {
            width: 80.6%;
            background-image: initial; }
          main form > section.orders > section.Filer-history > label > input.datefilter {
            width: 53%; }
        main form > section.orders > section.Filer-history > label.padding:first-of-type {
          padding-left: 30px; }
        main form > section.orders > section.Filer-history > label.padding:last-of-type {
          padding-left: 20px; }
        main form > section.orders > section.Filer-history > a {
          margin: 0 0 0 75px;
          padding: 12px 16px;
          background-color: #FEBE00;
          border-radius: 100px;
          font-family: 'Montserrat Bold';
          font-size: 12px;
          color: #ffffff; }
        main form > section.orders > section.Filer-history > a.pdding {
          margin-left: 95px; }
    main form > section.order-detail {
      width: calc(100% - 36px);
      height: auto;
      margin-top: 20px;
      padding: 16px 14px;
      border-radius: 5px;
      box-shadow: 0 0px 80px -25px black;
      -webkit-transition: .3s !important;
              transition: .3s !important;
      background-color: #fff; }
      main form > section.order-detail > section.order-detailHD {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-image: url(../images/DWNARR.png);
        background-repeat: no-repeat;
        background-position: left center;
        cursor: pointer; }
        main form > section.order-detail > section.order-detailHD > h2 {
          padding-left: 29px;
          font-size: 20px; }
        main form > section.order-detail > section.order-detailHD > ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          main form > section.order-detail > section.order-detailHD > ul > li {
            padding: 0 22px;
            font-family: 'Product Sans Bold';
            font-size: 16px;
            color: #004477;
            border-right: solid 3px #DDDDDD; }
          main form > section.order-detail > section.order-detailHD > ul > li:last-child {
            border-right: initial;
            padding-right: initial; }
      main form > section.order-detail > section.order-detailHD, main form > section.order-detail > h2 {
        font-family: 'Montserrat Bold';
        font-size: 20px;
        color: #004477; }
      main form > section.order-detail > section.ORDErHISTORY-part-options {
        border-bottom: initial;
        border-top: solid 1px #CCCCCC; }
      main form > section.order-detail section.asdasd > section.ORDErHISTORY-part-options-HD, main form > section.order-detail section.asdasd > section.ORDErHISTORY-part-options {
        border-bottom: initial; }
        main form > section.order-detail section.asdasd > section.ORDErHISTORY-part-options-HD > p:nth-child(1), main form > section.order-detail section.asdasd > section.ORDErHISTORY-part-options > p:nth-child(1) {
          width: 5.8%; }
        main form > section.order-detail section.asdasd > section.ORDErHISTORY-part-options-HD > p:nth-child(2), main form > section.order-detail section.asdasd > section.ORDErHISTORY-part-options > p:nth-child(2) {
          width: 8.58%; }
        main form > section.order-detail section.asdasd > section.ORDErHISTORY-part-options-HD > p:nth-child(3), main form > section.order-detail section.asdasd > section.ORDErHISTORY-part-options > p:nth-child(3) {
          width: 15%; }
        main form > section.order-detail section.asdasd > section.ORDErHISTORY-part-options-HD > p:nth-child(4), main form > section.order-detail section.asdasd > section.ORDErHISTORY-part-options > p:nth-child(4) {
          width: 6.83%; }
        main form > section.order-detail section.asdasd > section.ORDErHISTORY-part-options-HD > p:nth-child(5), main form > section.order-detail section.asdasd > section.ORDErHISTORY-part-options > p:nth-child(5) {
          width: 5.48%; }
        main form > section.order-detail section.asdasd > section.ORDErHISTORY-part-options-HD > p:nth-child(6), main form > section.order-detail section.asdasd > section.ORDErHISTORY-part-options > p:nth-child(6) {
          width: 7%; }
        main form > section.order-detail section.asdasd > section.ORDErHISTORY-part-options-HD > p:nth-child(7), main form > section.order-detail section.asdasd > section.ORDErHISTORY-part-options > p:nth-child(7) {
          width: 5.8%; }
        main form > section.order-detail section.asdasd > section.ORDErHISTORY-part-options-HD > p:nth-child(8), main form > section.order-detail section.asdasd > section.ORDErHISTORY-part-options > p:nth-child(8) {
          width: 6.3%; }
        main form > section.order-detail section.asdasd > section.ORDErHISTORY-part-options-HD > p:nth-child(9), main form > section.order-detail section.asdasd > section.ORDErHISTORY-part-options > p:nth-child(9) {
          width: 5.9%; }
        main form > section.order-detail section.asdasd > section.ORDErHISTORY-part-options-HD > p:nth-child(10), main form > section.order-detail section.asdasd > section.ORDErHISTORY-part-options > p:nth-child(10) {
          width: 5.9%; }
        main form > section.order-detail section.asdasd > section.ORDErHISTORY-part-options-HD > p:nth-child(11), main form > section.order-detail section.asdasd > section.ORDErHISTORY-part-options > p:nth-child(11) {
          width: 6.8%; }
    main form > section.AddClearEXL > section, main form > section.AddClear {
      width: 100%;
      height: auto;
      margin-top: 22px; }
      main form > section.AddClearEXL > section > a, main form > section.AddClear > a {
        padding: 12px 25px;
        background-color: #FEBE00;
        border-radius: 100px;
        font-family: 'Montserrat Bold';
        font-size: 12px;
        color: #ffffff;
        display: inline-block; }
      main form > section.AddClearEXL > section > a:last-child, main form > section.AddClear > a:last-child {
        background-color: #CCCCCC;
        margin-left: 16px; }
    main form > section.AddClearEXL {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      main form > section.AddClearEXL > section {
        width: initial; }
      main form > section.AddClearEXL > section:last-child > a:first-child {
        margin-right: 10px; }
    main form > ul.persInf {
      width: 50%; }
      main form > ul.persInf > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
        -webkit-box-pack: initial;
            -ms-flex-pack: initial;
                justify-content: initial; }
        main form > ul.persInf > li > label {
          width: 100% !important;
          margin-bottom: 12px; }
        main form > ul.persInf > li > span {
          margin-left: 6px;
          font-family: 'Montserrat Bold';
          font-size: 14px;
          color: #333333; }
      main form > ul.persInf > li:nth-child(6), main form > ul.persInf > li:last-of-type {
        -webkit-box-pack: initial;
            -ms-flex-pack: initial;
                justify-content: initial; }
    main form > section.Result-Bar-container {
      width: 100%;
      height: 245px !important;
      overflow: auto;
      position: relative; }
      main form > section.Result-Bar-container > section {
        min-width: 1600px;
        display: -webkit-box !important;
        margin-top: 40px; }
        main form > section.Result-Bar-container > section > section.Result-Bar > section {
          width: 490px;
          height: 110px;
          padding: 15px;
          margin-right: 30px;
          border-radius: 5px;
          background-color: #FFFFFF;
          position: relative;
          box-shadow: 0 0 40px -15px black;
          display: block;
          cursor:pointer; }
          main form > section.Result-Bar-container > section > section.Result-Bar:hover p.searchhover{
            display: block;
          }
          .searchhover{
            display: none;
            width: 360px;
            height: 60px;
            background-color: #004477;
            border-radius: 4px;
            color: #FFF;
            font-size: 15px;
            text-align: center;
            line-height: 50px;
            margin-left: 70px;
            font-family: 'Arial Regular';
          }
          .searchhover::before{
                content: "";
    width: 16px;
    height: 16px;
    background-color: #004477;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    bottom: 8px;
    left: 172px;
          }
          main form > section.Result-Bar-container > section > section.Result-Bar > section > ul {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            main form > section.Result-Bar-container > section > section.Result-Bar > section > ul > li:nth-child(1) {
              width: 32.4%; }
            main form > section.Result-Bar-container > section > section.Result-Bar > section > ul > li:nth-child(2) {
              width: 26.2%; }
            main form > section.Result-Bar-container > section > section.Result-Bar > section > ul > li:nth-child(3) {
              width: 20.6%; }
            main form > section.Result-Bar-container > section > section.Result-Bar > section > ul > li:nth-child(4) {
              width: 20.8%; }
          main form > section.Result-Bar-container > section > section.Result-Bar > section > ul:last-of-type {
            margin-bottom: 15px; }
          main form > section.Result-Bar-container > section > section.Result-Bar > section > ul:first-of-type > li, main form > section.Result-Bar-container > section > section.Result-Bar > section > span:first-of-type {
            margin-bottom: 10px;
            font-family: 'Product Sans Bold';
            font-size: 16px;
            color: #999999; }
          main form > section.Result-Bar-container > section > section.Result-Bar > section > ul:last-of-type > li, main form > section.Result-Bar-container > section > section.Result-Bar > section > span:last-of-type {
            font-family: 'Product Sans Bold';
            font-size: 12px;
            color: rgba(153, 153, 153, 0.6); }
          main form > section.Result-Bar-container > section > section.Result-Bar > section > span {
            width: 100%;
            display: block; }
    main form > section.search-res-container {
      width: 100%;
      margin: 19px 0 15px 0; }
      main form > section.search-res-container > h2 {
        margin-bottom: 10px;
        font-family: 'Montserrat Bold';
        font-size: 20px;
        color: #004477; }
    main form > ul.addFunds li {
      margin-bottom: 12px; }
    main form > ul.addFunds > li > h2 {
      font-family: 'Product Sans Bold';
      font-size: 20px;
      color: #666666;
      margin-bottom: 18px; }
    main form > ul.addFunds:first-of-type {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; }
      main form > ul.addFunds:first-of-type > li > h2 {
        margin-bottom: -11px !important; }
    main form > ul.addFunds:nth-of-type(2) {
      font-family: 'Montserrat Bold';
      font-size: 15px;
      color: #33394C;
      margin-top: 25px; }
      main form > ul.addFunds:nth-of-type(2) > li:nth-of-type(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        main form > ul.addFunds:nth-of-type(2) > li:nth-of-type(2) > h2 {
          width: 100%; }
        main form > ul.addFunds:nth-of-type(2) > li:nth-of-type(2) > ul {
          margin-right: 40px; }

/* *********************************************** Main END!!! *********************************************** */
/* *********************************************** Footer *********************************************** */
footer {
  width: 100%;
  height: 87px;
  background-color: #EEEEEE;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  footer a,
  footer p {
    font-family: 'Product Sans Regular';
    font-size: 13px;
    color: #333333; }
  footer > section.subFooter {
    width: calc(100% - 50px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    footer > section.subFooter > section.FT-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      footer > section.subFooter > section.FT-left > a {
        margin-right: 75px; }
      footer > section.subFooter > section.FT-left > ul {
        width: 550px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        footer > section.subFooter > section.FT-left > ul > li {
          margin: 0 -10px 8px 0; }
        footer > section.subFooter > section.FT-left > ul > li:nth-child(2), footer > section.subFooter > section.FT-left > ul > li:nth-child(3) {
          /*list-style-image: url(../images/dot.png);*/
          padding-left: 0; }
    footer > section.subFooter > section.FT-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      footer > section.subFooter > section.FT-right > p > a {
        text-decoration: underline;
        color: #05CCCD; }
      footer > section.subFooter > section.FT-right > p:first-child {
        margin-bottom: 13px; }

/* *********************************************** Footer END!!! *********************************************** */
.slimScrollDiv {
 /* min-width: 1000px;*/ }

/* *********************************************** Active Classes *********************************************** */
.nav-active > span.nav-button {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }
  .nav-active > span.nav-button > span {
    display: block !important;
    background-color: #fff !important; }
  .nav-active > span.nav-button > span:first-child {
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important; }
  .nav-active > span.nav-button > span:nth-child(2) {
    width: 100% !important;
    height: 3px !important; }
  .nav-active > span.nav-button > span:last-child {
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important; }
.nav-active > ul {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  .nav-active > ul > li {
    height: 0 !important;
    overflow: hidden !important; }
    .nav-active > ul > li > a, .nav-active > ul > li > h3 {
      font-size: 0px; }
.nav-active > ul::before {
  width: 0 !important;
  height: 0 !important; }

.user-corner-active section.user-options {
  height: 0px !important;
  overflow: hidden !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.user-corner-active:hover p.optionhover{
	display: block;
}
.optionhover{
	display: none;
    width: 240px;
    height: 50px;
    background-color: #004477;
    border-radius: 4px;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    margin-left: 30px;
    font-family: 'Arial Regular';
    position: absolute;
    margin-top: 50px;
    z-index: 10;
}
.optionhover::before{
	content: "";
	width: 16px;
	height: 16px;
	background-color: #004477;
	display: block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	bottom: 8px;
	left: 116px;
}

.oder-active {
  height: 14px !important;
  overflow: hidden !important; }

.oder-active:hover {
  background-color: #F7F7F7 !important; }

.result-active > section {
  background-color: #004477 !important;
  box-shadow: initial !important; }
  .result-active > section > ul:first-of-type > li, .result-active > section > span:first-of-type {
    color: #ffffff !important; }
  .result-active > section > ul:last-of-type > li, .result-active > section > span:last-of-type {
    color: rgba(255, 255, 255, 0.6) !important; }

.result-active::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #004477;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  bottom: 8px;
  left: 250px; }

.header-active {
  height: 275px !important; }
  .header-active > section.responsiv-search {
    height: 130px !important; }
    .header-active > section.responsiv-search > section.search-area {
      height: 110px !important; }
      .header-active > section.responsiv-search > section.search-area > input[type=search] {
        height: 50% !important; }
      .header-active > section.responsiv-search > section.search-area > select {
        height: 50% !important; }
      .header-active > section.responsiv-search > section.search-area > input.submit {
        height: 50% !important; }

    /*.langActive {
        height:auto;
        align-self:flex-start;
        background-color:#fff;

        &> li:not(:first-child) {
            height:58px;
        }
    }*/
/* *********************************************** Pop *********************************************** */
section.pop-background {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  section.pop-background > section.addtocart {
    height: 302px !important; }
    section.pop-background > section.addtocart > p {
      font-family: 'Product Sans Bold';
      font-size: 18px;
      color: #333333;
      margin-bottom: 22px;
      margin-top: -21px; }
    section.pop-background > section.addtocart > label:nth-of-type(2) {
      margin-bottom: 24px;
      margin-top: 4px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      section.pop-background > section.addtocart > label:nth-of-type(2) > span {
        margin-left: 60px; }
    section.pop-background > section.addtocart > a {
      padding-right: 24px !important;
      padding-left: 52px !important;
      background-image: url(../images/cartplus.png);
      background-repeat: no-repeat;
      background-position: 17px center;
      margin-top: 12px;
      margin-left: 134px !important; }
  section.pop-background > section.oneChartPop {
    width: 456px !important;
    height: 402px !important; }
    section.pop-background > section.oneChartPop > label {
      font-size: 18px !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important;
      margin-top: 30px; }
      section.pop-background > section.oneChartPop > label > span:first-of-type {
        margin-top: 13px; }
      section.pop-background > section.oneChartPop > label > span {
        font-family: 'Product Sans Regular';
        font-size: 14px !important; }
    section.pop-background > section.oneChartPop > a {
      margin-left: 50% !important;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    section.pop-background > section.oneChartPop > h3 {
      margin-bottom: 15px !important; }
    section.pop-background > section.oneChartPop > section.chart-data {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: absolute;
      right: 70px;
      top: 68px; }
      section.pop-background > section.oneChartPop > section.chart-data > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 12px;
        font-family: 'Product Sans Bold';
        font-size: 14px;
        color: #333333;
        padding: 2px 0 0 32px;
        position: relative; }
      section.pop-background > section.oneChartPop > section.chart-data > span::before {
        content: "";
        width: 18px;
        height: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: green;
        position: absolute;
        left: 0; }
      section.pop-background > section.oneChartPop > section.chart-data > span:last-of-type::before {
        background-color: #EEEEEE; }
  section.pop-background > section.twoChartPop {
    width: 766px !important;
    height: 562px !important; }
    section.pop-background > section.twoChartPop > section.chart-data {
      right: 380px !important; }
    section.pop-background > section.twoChartPop > section.processing-info {
      height: 435px;
      position: absolute;
      right: 70px;
      top: 38px;
      border-left: solid 1px #cccccc;
      padding-left: 15px;
      padding-top: 33px; }
      section.pop-background > section.twoChartPop > section.processing-info > label {
        font-family: 'Product Sans Bold';
        font-size: 14px;
        color: #333333;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 23px; }
        section.pop-background > section.twoChartPop > section.processing-info > label > span {
          font-size: 18px;
          color: #004477;
          margin-top: 9px; }
  section.pop-background > section.send {
    width: 416px;
    height: 222px;
    background-color: #fff;
    border-radius: 5px;
    padding: 19px 17px;
    position: relative;
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.2); }
    section.pop-background > section.send > label {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative;
      font-family: 'Product Sans Bold';
      font-size: 14px;
      color: #333333;
      margin-bottom: 20px; }
      section.pop-background > section.send > label > input {
        background-image: initial !important; }
        section.pop-background > section.send > label > input > section.processing-info {
          border-left: solid 1px #CCCCCC; }
      section.pop-background > section.send > label > input, section.pop-background > section.send > label > select {
        width: 300px;
        height: 40px;
        border-radius: 3px;
        background-color: #F7F7F7;
        box-shadow: 3px 3px 12px -8px black inset;
        text-indent: 10px;
        font-family: 'Arial Regular';
        font-weight: 500;
        font-size: 12px;
        color: #004477;
        background-image: url(../images/selectArr.png);
        background-repeat: no-repeat;
        background-position: 95% center; }
      section.pop-background > section.send > label > img {
        position: absolute;
        right: 15px;
        cursor: pointer; }
      section.pop-background > section.send > label > img:first-of-type {
        top: 10px; }
      section.pop-background > section.send > label > img:last-of-type {
        top: 25px; }
    section.pop-background > section.send > h3 {
      margin-bottom: 30px; }
    section.pop-background > section.send > h3, section.pop-background > section.send > a {
      font-family: 'Montserrat Bold';
      font-size: 20px;
      color: #004477; }
    section.pop-background > section.send > a {
      font-size: 12px;
      color: #fff;
      padding: 16px 63px;
      background-color: #004477;
      border-radius: 100px;
      display: inline-block;
      top: 100px;
      margin-left: 120px; }
    section.pop-background > section.send > span {
      width: 12px;
      height: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      cursor: pointer;
      right: 17px;
      top: 19px; }
      section.pop-background > section.send > span > span {
        width: 17px;
        border-bottom: solid 1px #999999;
        display: block;
        position: absolute; }
      section.pop-background > section.send > span > span:first-of-type {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      section.pop-background > section.send > span > span:last-of-type {
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg); }

#chartContainer > div > a {
  display: none; }

main .sparetitle h2{
    margin: 40px 0 50px 0;
    font-family: 'Montserrat Bold';
    font-size: 20px;
    color: #004477;
}
main .spare .spareparts{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .spare .spareparts .leftspare{
  width: calc(50% - 100px);
}
main .spare .spareparts .leftspare ul li span{
  font-family: 'Product Sans bold';
}
main .spare .spareparts h2, main .client h2 {
    font-family: 'Montserrat Bold';
    font-size: 20px;
    color: #666666;
    margin-bottom: 13px;
    margin-top: 0;
    /*padding-left: 12px;*/

}
main .spare .spareparts h2:first-child{
    margin-top: 0!important;
}
main .spare .spareparts p, main .client p{
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #000000;
    margin-bottom: 15px;
}
main .spare .spareparts h4{
    text-align: center;
    font-family: 'Montserrat Bold';
    font-size: 15;
    color: #000;
    margin-bottom: 13px;
    margin-top: 0;
}
main .spare .spareparts span{
  margin-bottom: 50px;
  font-family: 'Product Sans Regular';
  font-size: 14px;
}
main .spare .spareparts ul{
  margin: 0 0 15px 0;
}
main .spare .spareparts  ul li, main .client  ul li{
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #000000;
    line-height: 25px;
}
main .spare .spareparts  ul li:before, main .client  ul li:before{
    content: "\2022 ";
    padding-right: 13px;
    font-size: 13px;
    color: #000;
}
main .spare .spareparts .leftspare .logos{
  width: 373px;
  height: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .spare .spareparts .rightspare{
  width: 50%;
}
main .spare .spareparts ol{
  margin: 0 0 15px 15px;
}
main .spare .spareparts ol > li{
  list-style-type:decimal!important;
  padding-left: 20px;
  font-size: 14px;
  font-family: 'Product Sans Regular';
}

main .spare .spareparts .tables h4{
  font-size: 14px;
  padding: 5px 0px 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .lefttransmission{
  width: 47%;
}
main .rightspare h6, main .leftspare h6{
    text-transform: uppercase;
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #000000;
    margin-bottom: 50px;
}
main .rightspare h5{
    text-transform: uppercase;
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #000000;
    margin-bottom: 24px;
    width: 80%;
}
main .rightspare .transmission img{
  margin-bottom: 50px;
  margin-left: -10px;
}
main .rightspare .transmission{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .spare .tierslogos{
  width: 700px;
  height: 136px;
  margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
main .spare .batterieslogos{
  margin-top: 50px;
  width: 566px;
  height: 153px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .spare .batterieslogos img{
  margin-right: 16px;
  margin-bottom: 14px;
}
main .spare .batterieslogos img:nth-child(4) {
    margin-right: 0;
}
main .spare .spareparts h3{
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #000000;
    margin-bottom: 40px;
}
main .spare .leftspare .skype{
  margin-top: 40px;
}
body > main > div.spare > div > div > ol > li > ul > li{
  list-style-type: none !important;
}
body > main > div.spare > div > div > ol:nth-child(5) > li:nth-child(2){
  margin-bottom: 20px;
}
main .spare .spareparts .leftspare ol{
  margin-bottom: 50px;
}
body > main > div.spare > div > div > h2:nth-child(7), body > main > div.spare > div > div > h2:nth-child(9), body > main > div.spare > div > div > h2:nth-child(11),body > main > div.spare > div > div > h2:nth-child(13){
  margin: 50px 0 20px 0;
}
main .spare .rightspare .button{
      padding: 12px 16px;
    background-color: #FEBE00;
    border-radius: 100px;
    font-family: 'Montserrat Bold';
    font-size: 14px;
    width: 74px;
    color: #ffffff;
    display: inline-block;
    white-space: nowrap;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
body > main > div.spare > div > div > img{
  margin: 15px 0 63px 0;
}
main .salescontract{
  width: 753px;
  height: 41px;
  background-color: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
main .salescontract .rightsales{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .salescontract .rightsales p{
  color: #6D8995;
  font-size: 14px;
  margin-right: 15px;
  line-height: 35px;
}
main .salescontract .rightsales p:last-child{
   color: #004477;
  margin-right: 15px;
  text-decoration: underline;
  font-family: 'Montserrat';
}
main .salescontract .leftsales p,
main .salescontract .rightsales p{
  font-family: 'Montserrat';
}

main .salescontract .leftsales{
  width: 64%;
  line-height: 35px;
  padding-left: 15px;
}

main .applicationform form {
  width: 350px;
  height: auto;

}
main .applicationform label:last-of-type > label,
main .applicationform input[type=text]{
    width: 100%;
     height: 40px;
     margin-top: 5px;
     margin-bottom: 15px;
     text-indent: 20px;
     border-radius: 2px;
      border: solid 1px #CCCCCC;
      box-sizing: border-box;
       background-repeat: no-repeat;
    background-position: 8px center;
}

main .applicationform label:last-of-type {
  display: block;
}

main .applicationform input[type=file]{
  display: none;
}
main .applicationform .applicationbutton {
  font-family: 'Montserrat Bold';
  font-size: 20px;
    width: 657px;
    height: 71px;
    background-color: #0091D5;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 30px;
    white-space: inherit;
    letter-spacing: 2px;
    line-height: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}

main .applicationform {
/*    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;*/
}

main .applicationform input[type=file] {
   /* position: absolute;
    top: 0;
    opacity: 0;*/
}
main .client img{
  margin: 50px 0 50px 0 ;
  width: 70%;
}
body > main > div.client > img:nth-child(13){
  width: 30%;
}
main .client h6{
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #000000;
    margin-bottom: 35px;
}
main .client h5{
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #000000;
    margin: 40px 0 40px 0;
}

main .client ul.orderchoose{
  margin: 0 0 15px 0;
}
main .client  ul.orderchoose li{
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #000000;
    line-height: 25px;
}
 main .client  ul.orderchoose li:before{
    content: "\2022 ";
    padding-right: 13px;
    font-size: 13px;
    color: #000;

}
main .client h2{
  margin-top: 50px!important;
}
main div.responsivestvis{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main  .map{
  width: 70%;
      padding-bottom: 58px;
}
main .applicationform a{
  width: 20%;
      padding-left: 45px;
}

main .order .leftspare{
  width: 100%!important;
}

main .barmanews{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
main .barmanews .newsimg{
  margin-right: 20px;
}
main .barmanews .newsimg img{
  border-radius: 4px;
}
main .barmanews .newsinfo h6{
  font-size: 11px;
  color: #999999;
  font-family: 'Product Sans Regular';
  margin-bottom: 10px;
}
main .barmanews .newsinfo h4{
  font-weight: bold;
  font-size: 14px;
  color: #004477;
  font-family: 'Product Sans bold';
  margin-bottom: 15px;
}
main .barmanews .newsinfo h4:hover{
  text-decoration: underline;
}
main .barmanews .newsinfo p{
  font-size: 12px;
  color: #333333;
  font-family: 'Product Sans Regular';
}
main .pagenum{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 245px;
  text-align: center;
  margin-bottom: 30px;
}
main .pagenum h2{
  border: 3px solid #CCCCCC;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #666666;
  line-height: 37px;
  font-family: 'Product Sans Regular';
}
main .pagenum h2:hover{
  border: 3px solid #004477;
  color: #004477;
}
main .pagenum h2:active{
  background-color: #004477;
  color: #fff;
}
main .newsinner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
}
main .innerimg img{
  width: 400px;
  height: 278px;
  border-radius: 4px;
  margin-right: 20px;
}
main  .newsinner h6{
  font-size: 14px;
  color: #999999;
  font-family: 'Product Sans Regular';
  margin-bottom: 15px;
}
main  .newsinner h4{
  font-size: 20px;
  color: #004477;
  font-family: 'Product Sans bold';
  margin-bottom: 22px;
}
main .newsinner p{
  font-size: 12px;
  color: #333333;
  font-family: 'Product Sans Regular';
  margin-bottom: 40px;
}

/*#slider > div.owl-wrapper-outer > div > div:nth-child(3) > div > img{
  width: 100%;
      left: -40px!important;
}
#slider > div.owl-wrapper-outer > div > div:nth-child(4) > div > img{
  top: 263px!important;
}
#slider > div.owl-wrapper-outer > div > div:nth-child(6) > div > img{
  top: 272px!important;

}
#slider > div.owl-wrapper-outer > div{
       left: 38px!important; 
}
#slider > div.owl-wrapper-outer > div > div:nth-child(4) > div > img{
      left: 40px!important;
}
#slider > div.owl-wrapper-outer > div > div:nth-child(2) > div > img{
  width: 59%;
}*/
.chamatebuli{
  display: flex;
}
.newspare{
  width: 100%!important;
  margin-left: 30px;
}
.newsparecareer{
  width: 100%!important;
}