* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  min-width: 320px;
  overflow-x: hidden;
  font-family: 'Proxima_Nova', sans-serif;
}
html {
  font-size: 14px;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1300px) {
  .container {
    width: 95%;
  }
}
@media (min-width: 1410px) {
  .container {
    width: 1410px;
  }
}
.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/*...................INNER-PAGE-WRAP..................*/
.wrap-inner-page {
  padding: 20px 15px 10px 15px;
}
@media (min-width: 1200px) {
  .wrap-inner-page {
    padding: 59px 26px 30px 26px;
  }
}
.inner-home-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1px;
  margin-bottom: 12px;
}
.inner-home-link {
  text-decoration: none;
}
.inner-home-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #90d339;
  text-align: center;
  padding-top: 5px;
  position: relative;
  margin-right: 25px;
}
.inner-home-icon:hover {
  background-color: #7faa46;
}
.inner-home-icon:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #6c6c6c;
  position: absolute;
  top: 10px;
  left: 30px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.home-icon-svg {
  width: 12px;
  height: 12px;
  fill: #fff;
}
.link-name-section {
  text-decoration: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #6c6c6c;
}
.link-name-section:hover {
  color: #90d339;
  text-decoration: underline;
}
/*..................MAIN PAGE.................*/
.main-page {
  width: 100%;
  min-height: 100vh;
  background: url(../img/bg-mob.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
@media (min-width: 410px) {
  .main-page {
    background: url(../img/main-bg.jpg);
  }
}
.navigation {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #d5d5d6;
}
.navigation_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logo-block {
  width: 30%;
  padding: 10px 0 0 20px;
}
@media (min-width: 1200px) {
  .logo-block {
    width: 10%;
    padding: 30px 0 0 20px;
  }
}
@media (min-width: 1410px) {
  .logo-block {
    width: 10%;
    padding: 30px 0 0 30px;
  }
}
.logo-link {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.logo-block_svg {
  width: 65px;
}
@media (min-width: 1200px) {
  .logo-block_svg {
    width: 75px;
  }
}
@media (min-width: 1410px) {
  .logo-block_svg {
    width: 99px;
    height: 75px;
  }
}
.link-block {
  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;
  width: 100%;
  background-color: rgba(144, 211, 57, 0.95);
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 5;
  padding-bottom: 50px;
  display: none;
}
@media (min-width: 1200px) {
  .link-block {
    width: 45%;
    display: block;
    position: static;
    background-color: transparent;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
  }
}
@media (min-width: 1410px) {
  .link-block {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.link-block_list {
  padding-top: 47px;
}
@media (min-width: 1200px) {
  .link-block_list {
    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;
    padding: 47px 0 0 0;
  }
}
@media (min-width: 1410px) {
  .link-block_list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 47px 17px 0 0;
  }
}
.link-block_item {
  list-style-type: none;
  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;
  margin-left: 0;
}
@media (min-width: 1200px) {
  .link-block_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 20px;
  }
}
@media (min-width: 1410px) {
  .link-block_item {
    margin-left: 26px;
  }
}
.link-block_item-link {
  text-decoration: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #0f0f0f;
  padding-bottom: 24px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px) {
  .link-block_item-link {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 44px;
  }
  .link-block_item-link:hover {
    color: #90d339;
    padding-bottom: 41px;
    border-bottom: 3px solid #90d339;
  }
}
.link-block_item-link.link-search {
  padding: 0 0 20px 0;
  margin-right: 8px;
}
@media (min-width: 1200px) {
  .link-block_item-link.link-search {
    padding: 6px 0 41px 0;
    margin-right: 30px;
  }
}
@media (min-width: 1410px) {
  .link-block_item-link.link-search {
    margin-right: 120px;
  }
}
.link-block_item-link--active {
  color: #6c6c6c;
  text-decoration: underline;
  padding-bottom: 25px;
}
@media (min-width: 1200px) {
  .link-block_item-link--active {
    text-decoration: none;
    color: #90d339;
    padding-bottom: 41px;
    border-bottom: 3px solid #90d339;
  }
}
.link-search:hover .search-svg {
  fill: #90d339;
}
.search-svg {
  width: 16px;
  height: 16px;
  margin-right: 9px;
}
.search-svg--active {
  fill: #90d339;
}
.text-none {
  display: none;
}
@media (min-width: 1200px) {
  .text-none {
    display: inline-block;
  }
}
.contact-block {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px 0 0;
}
@media (min-width: 1200px) {
  .contact-block {
    width: 45%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 39px 0 0 0;
  }
}
.contact-search-block {
  padding: 20px 0 0 10px;
}
@media (min-width: 1200px) {
  .contact-search-block {
    padding: 2px 0 0 0;
  }
}
.burger-menu-button {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px) {
  .burger-menu-button {
    display: none;
  }
}
.burger-svg {
  width: 20px;
  height: 20px;
  outline: none;
}
.dropdown-wrap {
  display: none;
  width: 122px;
  height: 32px;
  margin-right: 25px;
  position: relative;
}
@media (min-width: 1200px) {
  .dropdown-wrap {
    display: block;
  }
}
.dropdown {
  display: block;
  width: 120px;
  background-color: #EEEFF0;
  border-radius: 5px;
  position: absolute;
  top: 2px;
  left: 0;
  cursor: pointer;
}
.dropdown-head {
  width: 120px;
  height: 30px;
  padding: 5px 0 0 8px;
  position: relative;
}
.dropdown-head:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #8b98a6;
  position: absolute;
  top: 12px;
  right: 10px;
}
.dropdown-head.active:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  border-top: 6px solid #90d339;
}
.dropdown-body {
  display: none;
}
.dropdown-item-english {
  width: 120px;
  height: 30px;
  padding: 5px 0 0 8px;
}
.dropdown-item-deutch {
  width: 120px;
  height: 30px;
  padding: 5px 0 0 8px;
}
.dropdown-text {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #8b98a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dropdown-text:hover {
  text-decoration: underline;
}
.russian-svg,
.english-svg,
.germany-svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.user-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 20px 10px 0 10px;
}
@media (min-width: 1200px) {
  .user-block {
    padding: 7px 0 0 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.user-svg {
  width: 15px;
  height: 15px;
  fill: #0f0f0f;
  margin-right: 2px;
}
.user-svg--active {
  fill: #90d339;
}
.user-link {
  text-decoration: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #0f0f0f;
}
@media (min-width: 1200px) {
  .user-link:hover {
    color: #90d339;
    padding-bottom: 42px;
    border-bottom: 3px solid #90d339;
  }
}
.user-link:hover .user-svg {
  fill: #90d339;
}
.user-link--active {
  color: #90d339;
  padding-bottom: 0;
  border-bottom: none;
}
@media (min-width: 1200px) {
  .user-link--active {
    padding-bottom: 41px;
    border-bottom: 3px solid #90d339;
  }
}
.backet-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 10px 0 10px;
  position: relative;
}
@media (min-width: 1200px) {
  .backet-block {
    padding: 5px 0 0 0;
    margin-left: 24px;
  }
}
.bascket-count {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #90d339;
  position: absolute;
  top: -6px;
  left: 5px;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding-top: 2px;
  cursor: pointer;
}
.bascket-svg {
  width: 17px;
  height: 17px;
  fill: #0f0f0f;
  margin-right: 5px;
}
.bascket-svg--active {
  fill: #90d339;
}
.bascket-link {
  text-decoration: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #0f0f0f;
}
@media (min-width: 1200px) {
  .bascket-link:hover {
    color: #90d339;
    padding-bottom: 42px;
    border-bottom: 3px solid #90d339;
  }
}
.bascket-link--active {
  color: #90d339;
  padding-bottom: 0;
  border-bottom: none;
}
@media (min-width: 1200px) {
  .bascket-link--active {
    padding-bottom: 41px;
    border-bottom: 3px solid #90d339;
  }
}
.bascket-link:hover .bascket-svg {
  fill: #90d339;
}
.arrow-aroung-img {
  position: absolute;
  top: 420px;
  left: 49%;
}
@media (min-width: 1200px) {
  .arrow-aroung-img {
    display: none;
  }
}
.car-bg-left {
  width: 200px;
  position: absolute;
  top: 400px;
  left: -35px;
}
@media (min-width: 1200px) {
  .car-bg-left {
    width: 550px;
    top: 246px;
    left: -340px;
  }
}
@media (min-width: 1410px) {
  .car-bg-left {
    width: 645px;
  }
}
.car-bg-rigth {
  width: 200px;
  position: absolute;
  top: 470px;
  right: -40px;
}
@media (min-width: 1200px) {
  .car-bg-rigth {
    width: 450px;
    top: 280px;
    right: -258px;
  }
}
@media (min-width: 1410px) {
  .car-bg-rigth {
    width: 550px;
  }
}
.header-block {
  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;
  padding-top: 20px;
}
@media (min-width: 1410px) {
  .header-block {
    padding-top: 87px;
  }
}
.title-wrap {
  width: 275px;
}
@media (min-width: 1200px) {
  .title-wrap {
    width: 580px;
  }
}
.main-title {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #0f0f0f;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .main-title {
    font-size: 48px;
    line-height: 1.25;
    margin-bottom: 13px;
  }
}
.sub-title {
  width: 265px;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #6c6c6c;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .sub-title {
    width: 580px;
    font-size: 18px;
    margin-bottom: 42px;
  }
}
.block-form-header {
  width: 810px;
  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;
  margin-bottom: 210px;
}
@media (min-width: 1200px) {
  .block-form-header {
    margin-bottom: 50px;
  }
}
.wrap-header-select {
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .wrap-header-select {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
            box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
    margin-bottom: 20px;
  }
}
.header-select.brand-select-car {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 280px;
  height: 45px;
  border-radius: 5px 5px 5px 5px;
  border: none;
  border-right: none;
  background-color: #fff;
  outline: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #B2B2B2;
  padding: 15px 0 0 30px;
  -webkit-box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
          box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .header-select.brand-select-car {
    width: 302px;
    height: 65px;
    border-radius: 5px 0px 0px 5px;
    border-right: 1px solid #ececec;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 25px 0 0 30px;
    margin-bottom: 0;
  }
}
.header-select.model-select-car {
  width: 280px;
  height: 45px;
  border-radius: 5px 5px 5px 5px;
  border: none;
  background-color: #fff;
  outline: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #B2B2B2;
  -webkit-box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
          box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
  padding: 15px 0 0 30px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .header-select.model-select-car {
    width: 302px;
    height: 65px;
    border-radius: 0px 0px 0px 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 25px 0 0 30px;
    margin-bottom: 0;
  }
}
.header-choose-car-button {
  width: 280px;
  height: 40px;
  background-color: #90d339;
  border-radius: 5px 5px 5px 5px;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.header-choose-car-button:hover {
  background: #7faa46;
}
@media (min-width: 1200px) {
  .header-choose-car-button {
    width: 200px;
    height: 65px;
    border-radius: 0px 5px 5px 0px;
  }
}
.search-area-header {
  text-decoration: none;
  width: 100%;
  height: 40px;
  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;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
          box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
}
.search-area-header-text {
  text-transform: uppercase;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #0f0f0f;
  text-align: center;
}
.block-video {
  width: 280px;
  height: 180px;
  background: url(../img/fade-video.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
          box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
  padding: 0 0 10px 0;
  margin-bottom: 35px;
}
@media (min-width: 1200px) {
  .block-video {
    width: 810px;
    height: 305px;
    padding: 0 0 60px 0;
    margin-bottom: 35px;
  }
}
.button-video-block {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #0f0f0f;
  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;
  cursor: pointer;
  padding-left: 4px;
  margin-bottom: 15px;
}
.play-button-svg {
  width: 25px;
}
.block-video-text {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #0f0f0f;
  text-align: center;
}
/*....................NEW OFFER....................*/
.new-offer {
  padding: 0 10px 0 10px;
  margin-bottom: 70px;
}
@media (min-width: 1200px) {
  .new-offer {
    padding: 0 15px 0 15px;
    margin-bottom: 55px;
  }
}
.new-offer-title {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .new-offer-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.slider-container {
  width: 100%;
  padding-left: 0;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(190, 192, 197, 0.6);
          box-shadow: 0px 5px 15px 0px rgba(190, 192, 197, 0.6);
}
@media (min-width: 1200px) {
  .slider-container {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.slider-container-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*.....................CARD-AUTO.....................*/
.card-auto {
  width: 295px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(190, 192, 197, 0.6);
          box-shadow: 0px 5px 15px 0px rgba(190, 192, 197, 0.6);
  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;
  padding: 10px 20px 10px 20px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .card-auto {
    width: 315px;
    margin: 13px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(190, 192, 197, 0.6);
            box-shadow: 0px 5px 15px 0px rgba(190, 192, 197, 0.6);
    padding: 25px 23px 25px 23px;
  }
}
.card-auto.card-no-margin {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .card-auto.card-no-margin {
    margin-bottom: 20px;
  }
}
.card-auto-img-wrap {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .card-auto-img-wrap {
    width: 265px;
    height: 225px;
    margin-bottom: 20px;
  }
}
.card-img {
  width: 100%;
  height: auto;
}
.card-auto-model {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .card-auto-model {
    width: 265px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
}
.card-model-title {
  text-decoration: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0f0f0f;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}
.card-model-title:hover {
  color: #90d339;
}
@media (min-width: 1200px) {
  .card-model-title {
    font-size: 18px;
  }
}
.card-auto-discription {
  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;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .card-auto-discription {
    width: 265px;
    margin-bottom: 5px;
  }
}
.card-auto-discription-key {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #7C7C7C;
}
.card-auto-discription-value {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #0f0f0f;
}
.card-auto-discription-value-gray {
  background-color: #ededed;
  text-transform: uppercase;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 10px;
  color: #0f0f0f;
  text-align: center;
  border-radius: 5px;
  padding: 7px 8px 7px 8px;
}
.card-auto-button {
  width: 100%;
  height: 45px;
  background-color: #90d339;
  border-radius: 5px;
  border: none;
  outline: none;
  font-family: 'Proxima_Nova', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 4;
  color: #0f0f0f;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin-top: 5px;
}
@media (min-width: 1200px) {
  .card-auto-button {
    width: 265px;
    height: 65px;
    line-height: 5.4;
    margin-top: 20px;
  }
}
/*.......................OFFER......................*/
.offer-wrap {
  padding: 0 15px 0 15px;
  margin-bottom: 53px;
}
@media (min-width: 1200px) {
  .offer-wrap {
    padding: 0 29px 0 29px;
    margin-bottom: 53px;
  }
}
.offer-block {
  background-color: #e5e6e7;
  border-radius: 5px;
  padding: 25px 15px 20px 15px;
}
@media (min-width: 1410px) {
  .offer-block {
    padding: 55px 40px 40px 40px;
  }
}
.offer-block-title {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .offer-block-title {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
.offer-block-item {
  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;
}
@media (min-width: 1200px) {
  .offer-block-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.offer-item {
  width: 190px;
  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;
}
.offer-item-circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #fff;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .offer-item-circle {
    width: 130px;
    height: 130px;
    margin-bottom: 25px;
  }
}
.offer-item-text {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 25px;
}
/*.....................OTHER OFFERS....................*/
.other-ofers-wrap {
  padding: 0 20px 0 20px;
  margin-bottom: 25px;
}
.other-ofers-title {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .other-ofers-title {
    font-size: 30px;
    margin-bottom: 7px;
  }
}
.other-ofers-content {
  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;
}
@media (min-width: 1200px) {
  .other-ofers-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1410px) {
  .other-ofers-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.other-ofers-watch-all {
  text-decoration: none;
  width: 100%;
  border-radius: 5px;
  background-color: #e5e6e7;
  font-family: 'Proxima_Nova', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #0f0f0f;
  text-align: center;
  padding: 15px 0 15px 0;
  margin-top: 10px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .other-ofers-watch-all {
    padding: 25px 0 25px 0;
    margin: 14px;
  }
}
/*......................QUESTIONS....................*/
.question-block {
  width: 90%;
  padding-top: 10px;
}
@media (min-width: 1200px) {
  .question-block {
    width: 60%;
    padding-top: 30px;
    margin-bottom: 60px;
  }
}
.question-block-title {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .question-block-title {
    font-size: 30px;
  }
}
.question-block-item {
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
          box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
  margin-bottom: 20px;
  cursor: pointer;
}
.question-block-item__head {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #0f0f0f;
  text-align: left;
  padding: 10px 40px 10px 10px;
  position: relative;
}
.question-block-item__head:after {
  content: "➜";
  font-size: 16px;
  color: #90d339;
  position: absolute;
  top: 8px;
  right: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 1200px) {
  .question-block-item__head {
    font-size: 18px;
    padding: 27px 50px 27px 32px;
  }
  .question-block-item__head:after {
    font-size: 18px;
    top: 25px;
    right: 35px;
  }
}
.question-block-item__head.active:after {
  content: "➜";
  color: #90d339;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.question-block-item__body {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #868686;
  text-align: left;
  line-height: 1.45;
  padding: 0 10px 20px 10px;
  display: none;
}
@media (min-width: 1200px) {
  .question-block-item__body {
    font-size: 16px;
    padding: 0 50px 20px 32px;
  }
}
/*......................ABOUT PROJECT....................*/
.about-project-wrap {
  padding: 0 15px 0 15px;
}
@media (min-width: 1200px) {
  .about-project-wrap {
    padding: 0 29px 0 29px;
  }
}
.about-project {
  background-color: #e5e6e7;
  border-radius: 3px;
  padding: 25px 10px 10px 10px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .about-project {
    background-image: url(../img/red-car.png);
    background-repeat: no-repeat;
    background-position: right 77px;
    padding: 50px 0 40px 40px;
    margin-bottom: 60px;
  }
}
.about-project-content {
  width: 100%;
}
@media (min-width: 1200px) {
  .about-project-content {
    width: 75%;
    padding: 4px 55px 0 0;
  }
}
.about-project-title {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .about-project-title {
    font-size: 30px;
    text-align: left;
    margin-bottom: 24px;
  }
}
.about-project-text {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #868686;
  text-align: center;
  line-height: 1.45;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .about-project-text {
    font-size: 16px;
    text-align: left;
  }
}
/*.........................FOOTER........................*/
.footer {
  width: 100%;
  background-color: #e5e6e7;
}
.footer-navigation {
  display: none;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #d5d5d6;
}
@media (min-width: 1200px) {
  .footer-navigation {
    display: block;
  }
}
.footer-navigation_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-logo-block {
  width: 10%;
  padding: 36px 0 0 21px;
}
.footer-link-block {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1410px) {
  .footer-link-block {
    width: 60%;
  }
}
.footer-link-block_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 56px 0 0 0;
  margin-right: 20px;
}
@media (min-width: 1410px) {
  .footer-link-block_list {
    padding: 56px 0 0 66px;
    margin-right: 49px;
  }
}
.footer-link-block_item {
  list-style-type: none;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1410px) {
  .footer-link-block_item {
    margin-left: 26px;
  }
}
.footer-link-block_item-link {
  text-decoration: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #0f0f0f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
}
.footer-link-block_item-link:hover {
  color: #90d339;
  padding-bottom: 37px;
  border-bottom: 3px solid #90d339;
}
.footer-link-block_item-link--active {
  color: #90d339;
  padding-bottom: 37px;
  border-bottom: 3px solid #90d339;
}
.footer-dropdown-wrap {
  width: 122px;
  height: 32px;
  margin-top: 10px;
  position: relative;
}
.footer-dropdown {
  width: 120px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 4px;
  left: 2px;
  cursor: pointer;
}
.footer-contact-block {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 48px;
}
@media (min-width: 1410px) {
  .footer-contact-block {
    width: 30%;
  }
}
.footer-user-block {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 7px 0 0 34px;
  margin-right: 24px;
}
.footer-user-link {
  text-decoration: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #0f0f0f;
}
.footer-user-link:hover {
  color: #90d339;
  padding-bottom: 36px;
  border-bottom: 3px solid #90d339;
}
.footer-user-link:hover .user-svg {
  fill: #90d339;
}
.footer-user-link--active {
  color: #90d339;
  padding-bottom: 36px;
  border-bottom: 3px solid #90d339;
}
.footer-backet-block {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 5px;
  position: relative;
}
.footer-bascket-link {
  text-decoration: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #0f0f0f;
}
.footer-bascket-link:hover {
  color: #90d339;
  padding-bottom: 36px;
  border-bottom: 3px solid #90d339;
}
.footer-bascket-link:hover .bascket-svg {
  fill: #90d339;
}
.footer-bascket-link--active {
  color: #90d339;
  padding-bottom: 36px;
  border-bottom: 3px solid #90d339;
}
.footer-search-block {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 9px 0 0 22px;
}
.footer-link-search {
  text-decoration: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #0f0f0f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-link-search:hover {
  color: #90d339;
  padding-bottom: 36px;
  border-bottom: 3px solid #90d339;
}
.footer-link-search:hover .search-svg {
  fill: #90d339;
}
.footer-link-search--active {
  color: #90d339;
  padding-bottom: 36px;
  border-bottom: 3px solid #90d339;
}
.footer-bottom-block {
  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;
  padding: 10px 10px 20px 10px;
}
@media (min-width: 1200px) {
  .footer-bottom-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 22px 20px 22px;
  }
}
.footer-copy {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #6c6c6c;
  margin: 5px 0 5px 0;
}
.footer-user-license {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #6c6c6c;
  margin: 5px 0 5px 0;
}
.footer-payment-card {
  width: 158px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 12px 0 0;
}
.visa-svg,
.mastercard-svg,
.maestro-svg {
  width: 38px;
  height: 35px;
}
/*...............TRANSPORT PAGE..............*/
.transport-page-title {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .transport-page-title {
    font-size: 30px;
    line-height: 2;
    text-align: left;
    margin-bottom: 0;
  }
}
.transport-page-wrap-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .transport-page-wrap-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.transport-page-cars {
  width: 100%;
  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;
}
@media (min-width: 1200px) {
  .transport-page-cars {
    width: 76%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1410px) {
  .transport-page-cars {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.transport-page-sidebar {
  width: 280px;
  background-color: #e5e6e7;
  border-radius: 5px;
  padding: 10px 10px 20px 10px;
  margin: 0 0 20px 0;
}
@media (min-width: 1200px) {
  .transport-page-sidebar {
    width: 315px;
    margin: -102px 0 20px 0;
    padding: 35px 25px 35px 25px;
  }
}
.transport-page-sidebar-title {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  color: #0f0f0f;
  text-align: left;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .transport-page-sidebar-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.form-transport-sidebar-text-gray {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.4;
  color: #8B98A6;
  text-align: left;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .form-transport-sidebar-text-gray {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.transport-sidebar-select.select-country {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  outline: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: #0f0f0f;
  padding: 17px 0 0 13px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .transport-sidebar-select.select-country {
    width: 265px;
    font-size: 14px;
    padding: 15px 0 0 10px;
    margin-bottom: 20px;
  }
}
.transport-sidebar-select.select-local {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  outline: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: #0f0f0f;
  padding: 17px 30px 10px 13px;
}
@media (min-width: 1200px) {
  .transport-sidebar-select.select-local {
    width: 265px;
    font-size: 14px;
    padding: 15px 30px 10px 10px;
    margin-bottom: 20px;
  }
}
.transport-sidebar-select.select-brand-auto {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  outline: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: #0f0f0f;
  padding: 17px 30px 10px 13px;
}
@media (min-width: 1200px) {
  .transport-sidebar-select.select-brand-auto {
    width: 265px;
    font-size: 14px;
    padding: 15px 30px 10px 10px;
    margin-bottom: 20px;
  }
}
.form-transport-control-block {
  width: 265px;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}
.transport-sidebar-dropdown {
  width: 100%;
  background-color: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.sidebar-dropdown-head {
  width: 100%;
  position: relative;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  padding: 8px 20px 0 0;
}
.sidebar-dropdown-head:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #8b98a6;
  position: absolute;
  top: 12px;
  right: 5px;
}
.sidebar-dropdown-head.active:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.sidebar-dropdown-body {
  padding: 5px 30px 0px 0px;
  display: none;
}
.radio-text.sidebar-radio {
  display: inline-block;
  margin-bottom: 13px;
}
.radio-text.sidebar-radio:before {
  -webkit-box-shadow: 0px 0px 0px transparent;
          box-shadow: 0px 0px 0px transparent;
}
/*...................FOR CARD-AUTO..................*/
.card-auto-block-button {
  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;
  margin-top: 5px;
}
@media (min-width: 1200px) {
  .card-auto-block-button {
    width: 265px;
    margin-top: 20px;
  }
}
.button-card-auto-small-button {
  width: 180px;
  height: 45px;
  background-color: #90d339;
  border-radius: 5px;
  border: none;
  outline: none;
  font-family: 'Proxima_Nova', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #0f0f0f;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .button-card-auto-small-button {
    width: 190px;
    height: 65px;
  }
}
.card-auto-bascket-block {
  width: 55px;
  height: 45px;
  background-color: #e5e6e7;
  border-radius: 5px;
  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;
}
@media (min-width: 1200px) {
  .card-auto-bascket-block {
    width: 63px;
    height: 65px;
  }
}
.card-auto-bascket-svg {
  width: 25px;
}
/*...............FOR CARD-AUTO..END..............*/
.form-transport-sidebar {
  width: 100%;
  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;
  padding-top: 5px;
}
.form-transport-button {
  width: 100%;
  height: 45px;
  background-color: #90d339;
  border-radius: 5px;
  border: none;
  outline: none;
  font-family: 'Proxima_Nova', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #0f0f0f;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin: 25px 0 15px 0;
}
@media (min-width: 1200px) {
  .form-transport-button {
    width: 265px;
    height: 65px;
    margin: 25px 0 20px 0;
  }
}
.sidebar-link-wrap {
  width: 100%;
  text-align: center;
}
.form-transport-clear-link {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #8b98a6;
  text-align: center;
}
.transport-pagination-block {
  width: 100%;
  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;
  padding: 0 0 5px 0;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .transport-pagination-block {
    padding: 8px 0 20px 0;
    margin-bottom: 20px;
  }
}
.transport-pagination-link-prev,
.transport-pagination-link-next {
  text-decoration: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #8b98a6;
  margin: 15px;
  display: none;
}
@media (min-width: 1200px) {
  .transport-pagination-link-prev,
  .transport-pagination-link-next {
    display: block;
  }
}
.button-pagination-item {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 10px;
  color: #0f0f0f;
  border: none;
  outline: none;
  margin: 8px;
  background-color: #e5e6e7;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .button-pagination-item {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}
.button-pagination-item.active {
  color: #fff;
  background-color: #90d339;
}
/*...............PACKAGE-PAGE..............*/
.package-page-content {
  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;
  padding: 0 10px 0 10px;
}
@media (min-width: 1200px) {
  .package-page-content {
    padding: 0 0 0 0;
  }
}
.package-page-title-wrap {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .package-page-title-wrap {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .package-page-title-wrap {
    width: 65%;
  }
}
@media (min-width: 1410px) {
  .package-page-title-wrap {
    width: 57%;
  }
}
.package-page-title {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .package-page-title {
    font-size: 30px;
    line-height: 2;
    margin-bottom: 0;
  }
}
.package-page-sub-title {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #6c6c6c;
  text-align: center;
}
@media (min-width: 1200px) {
  .package-page-sub-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
  }
}
.span-green-mark {
  background-color: #90d339;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  padding: 5px 5px;
}
.package-page-block-card {
  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;
  padding: 15px 0 0 0;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .package-page-block-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0 20px 0;
    margin-bottom: 30px;
  }
}
.package-page-card {
  width: 210px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
          box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
  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;
  padding: 10px 0 20px 0;
  margin: 0 10px 30px 10px;
}
@media (min-width: 1200px) {
  .package-page-card {
    width: 295px;
    height: 510px;
    padding: 20px 0 10px 0;
    margin: 30px 20px 0 20px;
  }
}
.package-page-card.active {
  -webkit-transform: scale(1.15) translateY(0);
  transform: scale(1.15) translateY(0);
  z-index: 10;
}
.package-page-card.active .package-page-card-button {
  background-color: #90d339;
  color: #fff;
}
.package-page-card-title {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  color: #90d339;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .package-page-card-title {
    font-size: 24px;
    line-height: 2.5;
    margin-bottom: 15px;
  }
}
.package-page-card-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #90d339;
  -webkit-box-shadow: 0px 15px 27px 0px rgba(144, 211, 57, 0.6);
          box-shadow: 0px 15px 27px 0px rgba(144, 211, 57, 0.6);
  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;
  padding-top: 20px;
  margin-bottom: 27px;
}
@media (min-width: 1200px) {
  .package-page-card-circle {
    width: 200px;
    height: 200px;
    padding-top: 32px;
  }
}
.package-page-card-circle-digit {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 65px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media (min-width: 1200px) {
  .package-page-card-circle-digit {
    font-size: 100px;
  }
}
.package-page-card-circle-contact {
  text-transform: uppercase;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.package-page-card-cost {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #0f0f0f;
  text-align: center;
}
@media (min-width: 1200px) {
  .package-page-card-cost {
    font-size: 24px;
    line-height: 1.4;
  }
}
.small-digit {
  font-size: 14px;
}
.package-page-card-rub {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .package-page-card-rub {
    font-size: 16px;
    margin-bottom: 38px;
  }
}
.package-page-card-button {
  width: 180px;
  height: 45px;
  background-color: #e5e6e7;
  border-radius: 5px;
  border: none;
  outline: none;
  font-family: 'Proxima_Nova', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #0f0f0f;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.package-page-card-button:hover {
  background-color: #90d339;
  color: #fff;
}
@media (min-width: 1200px) {
  .package-page-card-button {
    width: 215px;
    height: 65px;
  }
}
.package-page-bottom-text-wrap {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .package-page-bottom-text-wrap {
    width: 50%;
    margin-bottom: 45px;
  }
}
.package-page-bottom-text {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.44;
  color: #6c6c6c;
  text-align: center;
}
@media (min-width: 1200px) {
  .package-page-bottom-text {
    font-weight: 700;
    font-size: 18px;
  }
}
/*...............HOW-TO PAGE..............*/
.how-to-page-content {
  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;
}
.how-to-title-wrap {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .how-to-title-wrap {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .how-to-title-wrap {
    width: 65%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1410px) {
  .how-to-title-wrap {
    width: 52%;
  }
}
.how-to-title {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  color: #0f0f0f;
  text-align: center;
}
@media (min-width: 1200px) {
  .how-to-title {
    font-size: 30px;
    line-height: 2.1;
  }
}
.how-to-sub-title {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #6c6c6c;
  text-align: center;
}
@media (min-width: 1200px) {
  .how-to-sub-title {
    font-size: 18px;
    line-height: 1.5;
  }
}
.how-to-step-list-block {
  width: 100%;
  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;
  padding-left: 10px;
  margin-bottom: 60px;
}
@media (min-width: 700px) {
  .how-to-step-list-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 100px;
  }
}
@media (min-width: 1200px) {
  .how-to-step-list-block {
    padding-left: 150px;
  }
}
.how-to-step-list-item {
  width: 100%;
  padding-top: 10px;
}
@media (min-width: 1200px) {
  .how-to-step-list-item {
    width: 25%;
    padding-top: 20px;
  }
}
.how-to-circle-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block-dashed-border {
  width: 100%;
  height: 45px;
  border-bottom: 2px dashed #C7CCD0;
  position: relative;
  margin-bottom: 30px;
}
.block-dashed-border:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  border: 3px solid #C7CCD0;
  position: absolute;
  top: 28px;
  left: -33px;
}
.block-dashed-border.active {
  border-bottom: 2px dashed #90d339;
}
.block-dashed-border.active:before {
  border: 3px solid #90d339;
}
@media (min-width: 900px) {
  .block-dashed-border {
    border-bottom: 4px dashed #C7CCD0;
  }
  .block-dashed-border:before {
    width: 35px;
    height: 35px;
    top: 23px;
    left: -40px;
  }
  .block-dashed-border.active {
    border-bottom: 4px dashed #90d339;
  }
}
@media (min-width: 700px) {
  .block-dashed-border.last-child {
    border-bottom: 4px dashed transparent;
  }
}
.how-to-step-title {
  text-transform: uppercase;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 12px;
  white-space: nowrap;
  line-height: 1.4;
  color: #C7CCD0;
  text-align: left;
  margin-bottom: 4px;
}
.how-to-step-title.active {
  color: #90d339;
}
@media (min-width: 1200px) {
  .how-to-step-title {
    font-size: 14px;
    line-height: 1.5;
  }
}
.how-to-step-text {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.4;
  color: #0f0f0f;
  text-align: left;
}
@media (min-width: 1200px) {
  .how-to-step-text {
    font-size: 14px;
  }
}
.how-to-slider {
  width: 100%;
  padding: 0 0 0 0;
}
@media (min-width: 1200px) {
  .how-to-slider {
    width: 90%;
    padding: 0 0 15px 30px;
  }
}
.how-to-slider-item {
  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;
}
.how-to-slider-item-wrap {
  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;
}
@media (min-width: 700px) {
  .how-to-slider-item-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.how-to-slider-item-img {
  width: 90%;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
          box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
  margin: 14px;
  display: inline-block;
}
@media (min-width: 700px) {
  .how-to-slider-item-img {
    width: 545px;
    height: 390px;
  }
}
.how-to-slider-item-text {
  width: 90%;
  display: inline-block;
  position: relative;
  z-index: 5;
  padding: 32px 15px 0 0;
  margin: 14px;
}
@media (min-width: 700px) {
  .how-to-slider-item-text {
    width: 545px;
    height: 390px;
  }
}
@media (min-width: 700px) {
  .slider-text-after-1:after {
    content: "1";
    position: absolute;
    top: -25px;
    right: -20px;
    font-family: 'Proxima_Nova', sans-serif;
    font-weight: 600;
    font-size: 260px;
    color: #f5f5f5;
    z-index: -1;
  }
}
@media (min-width: 700px) {
  .slider-text-after-2:after {
    content: "2";
    position: absolute;
    top: -25px;
    right: -20px;
    font-family: 'Proxima_Nova', sans-serif;
    font-weight: 600;
    font-size: 260px;
    color: #f5f5f5;
    z-index: -1;
  }
}
@media (min-width: 700px) {
  .slider-text-after-3:after {
    content: "3";
    position: absolute;
    top: -25px;
    right: -20px;
    font-family: 'Proxima_Nova', sans-serif;
    font-weight: 600;
    font-size: 260px;
    color: #f5f5f5;
    z-index: -1;
  }
}
@media (min-width: 700px) {
  .slider-text-after-4:after {
    content: "4";
    position: absolute;
    top: -25px;
    right: -20px;
    font-family: 'Proxima_Nova', sans-serif;
    font-weight: 600;
    font-size: 260px;
    color: #f5f5f5;
    z-index: -1;
  }
}
.how-to-slider-small-title {
  text-transform: uppercase;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.4;
  color: #C7CCD0;
  text-align: left;
  margin-bottom: 4px;
}
.how-to-slider-small-title.active {
  color: #90d339;
}
@media (min-width: 700px) {
  .how-to-slider-small-title {
    font-size: 14px;
    line-height: 1.6;
  }
}
.how-to-slider-item-title {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  color: #0f0f0f;
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .how-to-slider-item-title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 13px;
  }
}
.how-to-slider-text {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #0f0f0f;
  text-align: left;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .how-to-slider-text {
    font-size: 16px;
    line-height: 1.4;
  }
}
/*...............CONTACT PAGE..............*/
.contact-page-title {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  color: #0f0f0f;
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .contact-page-title {
    font-size: 30px;
    line-height: 2;
    text-align: left;
    margin-bottom: 10px;
  }
}
.contact-page-block {
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
          box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
  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;
  padding: 30px 0 20px 0;
}
@media (min-width: 700px) {
  .contact-page-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 0 30px 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .contact-page-block {
    padding: 60px 0 60px 30px;
    margin-bottom: 50px;
  }
}
.contact-page-block-left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 700px) {
  .contact-page-block-left {
    width: 50%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .contact-page-block-left {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.contact-page-form {
  width: 95%;
  border-radius: 5px;
  background-color: #e5e6e7;
  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;
  padding: 20px 10px 25px 10px;
}
@media (min-width: 700px) {
  .contact-page-form {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .contact-page-form {
    width: 575px;
    padding: 30px 10px 45px 10px;
  }
}
.contact-page-form-title-wrap {
  width: 100%;
}
@media (min-width: 1200px) {
  .contact-page-form-title-wrap {
    width: 515px;
  }
}
.contact-page-form-title {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .contact-page-form-title {
    font-size: 24px;
    line-height: 2.1;
    text-align: left;
  }
}
.contact-page-input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background-color: #fff;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #bfc6ce;
  border: none;
  outline: none;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .contact-page-input {
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .contact-page-input {
    width: 515px;
    height: 60px;
  }
}
.contact-page-input::-webkit-input-placeholder {
  color: #a8afb6;
  font-size: 15px;
}
.contact-page-input::-moz-input-placeholder {
  color: #a8afb6;
  font-size: 15px;
}
.contact-page-input:-moz-input-placeholder {
  color: #a8afb6;
  font-size: 15px;
}
.contact-page-textarea {
  width: 100%;
  height: 100px;
  border-radius: 5px;
  background-color: #fff;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #bfc6ce;
  border: none;
  outline: none;
  resize: none;
  padding: 10px 0 0 20px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .contact-page-textarea {
    width: 515px;
    height: 140px;
    padding: 20px 0 0 20px;
    margin-bottom: 30px;
  }
}
.contact-page-textarea::-webkit-input-placeholder {
  color: #A8AFB6;
  font-size: 15px;
}
.contact-page-textarea::-moz-input-placeholder {
  color: #A8AFB6;
  font-size: 15px;
}
.contact-page-textarea:-moz-input-placeholder {
  color: #A8AFB6;
  font-size: 15px;
}
.contact-page-submit {
  width: 100%;
  height: 45px;
  text-transform: uppercase;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #90d339;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.contact-page-submit:hover {
  background-color: #7faa46;
}
@media (min-width: 1200px) {
  .contact-page-submit {
    width: 515px;
    height: 65px;
  }
}
.contact-page-block-right {
  width: 100%;
  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;
  padding: 20px 10px 15px 10px;
}
@media (min-width: 700px) {
  .contact-page-block-right {
    width: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 10px 15px 10px;
  }
}
@media (min-width: 1200px) {
  .contact-page-block-right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 10px 15px 113px;
  }
}
.contact-page-right-title {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .contact-page-right-title {
    font-size: 24px;
    line-height: 2.1;
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .contact-page-right-title {
    text-align: left;
    margin-bottom: 25px;
  }
}
.contact-page-link-wrap {
  display: inline-block;
  border-bottom: 1px solid #90d339;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .contact-page-link-wrap {
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .contact-page-link-wrap {
    margin-bottom: 45px;
  }
}
.contact-page-mail-link {
  text-decoration: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #90d339;
  text-align: center;
}
@media (min-width: 1200px) {
  .contact-page-mail-link {
    font-size: 30px;
    line-height: 1;
    text-align: left;
  }
}
/*...............SEARCH-PAGE..............*/
.search-page-title {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .search-page-title {
    font-size: 30px;
    line-height: 2;
    text-align: left;
  }
}
.search-main-block {
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
          box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
  margin-bottom: 10px;
}
.head-search-form {
  padding: 5px 5px 20px 5px;
}
@media (min-width: 1200px) {
  .head-search-form {
    padding: 28px 30px 10px 25px;
  }
}
.head-search-form-wrap {
  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;
}
@media (min-width: 1200px) {
  .head-search-form-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.head-search-form-item {
  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;
  padding: 10px 0 0 0;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .head-search-form-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0 10px 0;
    margin-bottom: 20px;
  }
}
.form-select-text.text-country {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 2;
  color: #8B98A6;
  margin: 0 15px 0 5px;
}
@media (min-width: 1200px) {
  .form-select-text.text-country {
    font-size: 14px;
  }
}
@media (min-width: 1410px) {
  .form-select-text.text-country {
    margin: 0 34px 0 5px;
  }
}
.head-search-select.select-country {
  width: 275px;
  height: 50px;
  border-radius: 5px;
  outline: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #0f0f0f;
  padding-top: 15px;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .head-search-select.select-country {
    width: 395px;
    margin-right: 10px;
  }
}
@media (min-width: 1410px) {
  .head-search-select.select-country {
    margin-right: 21px;
    width: 485px;
  }
}
.form-select-text.text-local {
  margin-right: 15px;
}
@media (min-width: 1410px) {
  .form-select-text.text-local {
    margin-right: 30px;
  }
}
.head-search-select.select-local {
  width: 275px;
  height: 50px;
  border-radius: 5px;
  outline: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #0f0f0f;
  padding-top: 15px;
}
@media (min-width: 1200px) {
  .head-search-select.select-local {
    width: 395px;
  }
}
@media (min-width: 1410px) {
  .head-search-select.select-local {
    width: 485px;
  }
}
.head-search-select.select-transport {
  width: 275px;
  height: 50px;
  border-radius: 5px;
  outline: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #0f0f0f;
  padding-top: 15px;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .head-search-select.select-transport {
    width: 250px;
  }
}
@media (min-width: 1410px) {
  .head-search-select.select-transport {
    width: 265px;
    margin-right: 22px;
  }
}
.form-select-text.text-transport {
  margin-right: 20px;
}
@media (min-width: 1410px) {
  .form-select-text.text-transport {
    margin-right: 44px;
  }
}
.head-search-select.select-brand-auto {
  width: 275px;
  height: 50px;
  border-radius: 5px;
  outline: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #0f0f0f;
  padding-top: 15px;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .head-search-select.select-brand-auto {
    width: 250px;
  }
}
@media (min-width: 1410px) {
  .head-search-select.select-brand-auto {
    width: 265px;
    margin-right: 22px;
  }
}
.form-select-text.text-brand-auto {
  margin-right: 20px;
}
@media (min-width: 1410px) {
  .form-select-text.text-brand-auto {
    margin-right: 55px;
  }
}
.head-search-select.select-model {
  width: 275px;
  height: 50px;
  border-radius: 5px;
  outline: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #0f0f0f;
  padding-top: 15px;
}
@media (min-width: 1200px) {
  .head-search-select.select-model {
    width: 250px;
  }
}
@media (min-width: 1410px) {
  .head-search-select.select-model {
    width: 265px;
  }
}
.form-select-text.text-model {
  margin-right: 20px;
}
@media (min-width: 1410px) {
  .form-select-text.text-model {
    margin-right: 50px;
  }
}
.section-title-form {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #0f0f0f;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #D5D5D6;
}
@media (min-width: 1200px) {
  .section-title-form {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
  }
}
.form-section {
  width: 100%;
  background-color: #fff;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.form-section-head.search-page {
  width: 100%;
  padding: 5px 25px 0 10px;
  position: relative;
}
.form-section-head.search-page:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #90d339;
  position: absolute;
  top: 12px;
  right: 25px;
}
@media (min-width: 1200px) {
  .form-section-head.search-page {
    padding: 0 30px 0 30px;
  }
  .form-section-head.search-page:after {
    top: 20px;
    right: 52px;
  }
}
.form-section-head.active.search-page:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.form-section-body {
  padding: 5px 10px 10px 10px;
  display: none;
}
@media (min-width: 1200px) {
  .form-section-body {
    padding: 32px 30px 30px 30px;
  }
}
.form-section-body.comfort-block {
  padding-bottom: 10px;
}
/*............CUSTOM-RADIO-BUTTON..............*/
.radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.radio-text {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  color: #0f0f0f;
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.radio-text:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(104, 105, 104, 0.5);
          box-shadow: 0px 3px 15px 0px rgba(104, 105, 104, 0.5);
  border-radius: 50%;
  background: #FFF;
  outline: none;
}
.radio-text:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #90d339;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
  outline: none;
}
.radio input:checked + .radio-text:after {
  opacity: 1;
}
/*............CUSTOM-CHECKBOX..............*/
.checkbox-wrap input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.checkbox-text {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  color: #0f0f0f;
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.form-select-text {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 2;
  color: #8B98A6;
  margin-left: 5px;
  margin-right: 58px;
}
@media (min-width: 1200px) {
  .form-select-text {
    font-size: 14px;
  }
}
.checkbox-text:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(104, 105, 104, 0.5);
          box-shadow: 0px 3px 15px 0px rgba(104, 105, 104, 0.5);
  border-radius: 50%;
  background: #FFF;
  outline: none;
}
.checkbox-text:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #90d339;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
  outline: none;
}
.checkbox-wrap input:checked + .checkbox-text:after {
  opacity: 1;
}
.checkbox-text.margin-bottom {
  margin-bottom: 21px;
}
.form-section-body.info-car {
  padding-top: 11px;
  padding-bottom: 17px;
}
.wrap-info-car-item {
  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;
}
@media (min-width: 1200px) {
  .wrap-info-car-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.info-car-item-block {
  width: 100%;
  padding: 5px 5px 0 5px;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .info-car-item-block {
    width: 50%;
    padding: 8px 20px 0 5px;
    margin-bottom: 25px;
  }
}
.wrap-slider-before-radio {
  width: 100%;
}
@media (min-width: 1200px) {
  .wrap-slider-before-radio {
    width: 78%;
  }
}
.info-car-item-title {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
  color: #8B98A6;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .info-car-item-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 8px;
  }
}
.wrap-text-slider-ui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .wrap-text-slider-ui {
    margin-bottom: 13px;
  }
}
.start-position-slider,
.result-slider-year,
.result-slider-power,
.result-slider-distance,
.result-slider-engine {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #0f0f0f;
}
@media (min-width: 1200px) {
  .start-position-slider,
  .result-slider-year,
  .result-slider-power,
  .result-slider-distance,
  .result-slider-engine {
    font-size: 15px;
  }
}
.block-slider-radio {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 10px 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .block-slider-radio {
    width: 22%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 20px 0 0 0;
    margin-right: -20px;
  }
}
.radio-text.power {
  display: inline-block;
  margin-right: 20px;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .radio-text.power {
    font-size: 15px;
    margin-right: 0;
  }
}
.info-car-item-block.slider-radio {
  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;
}
@media (min-width: 1200px) {
  .info-car-item-block.slider-radio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.wrap-radio-condition {
  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;
}
@media (min-width: 1200px) {
  .wrap-radio-condition {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.checkbox-condition-items-block {
  width: 100%;
  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;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .checkbox-condition-items-block {
    width: 33.3%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}
.radio-text.condition {
  display: inline-block;
  font-size: 12px;
  margin: 7px 65px 7px 0;
}
@media (min-width: 1200px) {
  .radio-text.condition {
    font-size: 15px;
  }
}
.condition-select.select-owner {
  width: 268px;
  height: 50px;
  border-radius: 5px;
  outline: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #0f0f0f;
  padding-top: 15px;
}
@media (min-width: 1200px) {
  .condition-select.select-owner {
    width: 265px;
  }
}
.form-select-text.text-owner {
  margin-right: 65px;
}
.condition-select.select-color-auto {
  width: 268px;
  height: 50px;
  border-radius: 5px;
  outline: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #0f0f0f;
  padding-top: 15px;
}
@media (min-width: 1200px) {
  .condition-select.select-color-auto {
    width: 265px;
  }
}
.form-select-text.text-color-auto {
  margin: 0 115px 0 15px;
}
.wrap-radio-type-car {
  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;
  padding: 10px 0 0 10px;
}
@media (min-width: 1200px) {
  .wrap-radio-type-car {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0 0 0;
  }
}
.form-section-body.section-body-type-car {
  padding: 10px 10px 5px 0;
}
@media (min-width: 1200px) {
  .form-section-body.section-body-type-car {
    padding: 30px 140px 0 30px;
  }
}
.radio-text.type-car {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 20px 0;
}
@media (min-width: 1200px) {
  .radio-text.type-car {
    font-size: 15px;
    margin: 0 30px 32px 0;
  }
}
.wrap-radio-fuel {
  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;
  padding-top: 10px;
}
@media (min-width: 1200px) {
  .wrap-radio-fuel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0;
  }
}
.radio-text.fuel {
  display: inline-block;
  font-size: 12px;
  margin: 10px 30px 10px 0;
}
@media (min-width: 1200px) {
  .radio-text.fuel {
    font-size: 15px;
    margin: 10px 30px 32px 0;
  }
}
.form-section-body.section-body-fuel {
  padding-bottom: 0;
}
.wrap-radio-transmition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .wrap-radio-transmition {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.radio-text.transmition {
  display: inline-block;
  font-size: 12px;
  margin: 10px 25px 10px 0;
}
@media (min-width: 1200px) {
  .radio-text.transmition {
    font-size: 15px;
  }
}
.wrap-checkbox-comfort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 0 0 0;
}
@media (min-width: 1200px) {
  .wrap-checkbox-comfort {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.checkbox-comfort-items-block {
  width: 100%;
  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;
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .checkbox-comfort-items-block {
    width: 33.3%;
  }
}
.checkbox-text.comfort {
  display: inline-block;
  font-size: 12px;
  margin: 10px 0 10px 0;
}
@media (min-width: 1200px) {
  .checkbox-text.comfort {
    font-size: 15px;
    margin: 0 0 33px 0;
  }
}
.radio-text.comfort {
  display: inline-block;
  margin-bottom: 33px;
}
.form-section.search {
  padding: 15px 10px 10px 10px;
}
@media (min-width: 1200px) {
  .form-section.search {
    padding: 15px 25px 10px 25px;
  }
}
.wrap-checkbox-other-parameters {
  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;
}
@media (min-width: 1200px) {
  .wrap-checkbox-other-parameters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.checkbox-text.other-parameters {
  display: inline-block;
  font-size: 12px;
  margin: 10px 0 5px 0;
}
@media (min-width: 1200px) {
  .checkbox-text.other-parameters {
    font-size: 15px;
    margin: 10px 285px 5px 0;
  }
}
.radio-text.other-parameters {
  margin-right: 285px;
}
.search-form-footer {
  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;
  padding: 15px 10px 20px 10px;
}
@media (min-width: 1200px) {
  .search-form-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 35px 30px 50px;
  }
}
.search-form-footer-reset {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 2;
  color: #8B98A6;
  position: relative;
  margin-bottom: 10px;
}
.search-form-footer-reset:before {
  content: "✖";
  font-size: 12px;
  position: absolute;
  top: -1px;
  left: -15px;
  color: #8B98A6;
}
@media (min-width: 1200px) {
  .search-form-footer-reset {
    font-size: 12px;
    margin-bottom: 0;
  }
  .search-form-footer-reset:before {
    font-size: 14px;
    top: -2px;
    left: -20px;
    color: #8B98A6;
  }
}
.search-form-footer-offer {
  text-transform: uppercase;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 2;
  color: #8B98A6;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .search-form-footer-offer {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.search-form-button {
  width: 275px;
  height: 45px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 4;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #90d339;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
@media (min-width: 1200px) {
  .search-form-button {
    width: 280px;
    height: 65px;
    line-height: 5.4;
  }
}
/*.............LK-USER-AUTH-PAGE............*/
.auth-block-content {
  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;
  padding: 20px 0 20px 0;
}
@media (min-width: 1200px) {
  .auth-block-content {
    padding: 0 0 55px 0;
  }
}
.car-bg-left.lk-auth,
.car-bg-rigth.lk-auth {
  display: none;
}
@media (min-width: 1200px) {
  .car-bg-left.lk-auth,
  .car-bg-rigth.lk-auth {
    display: block;
  }
}
.auth-form-block {
  width: 290px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
          box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .auth-form-block {
    width: 720px;
    padding-top: 60px;
  }
}
.auth-block-title {
  font-family: 'Proxima_Nova';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .auth-block-title {
    font-size: 30px;
    line-height: 2.1;
    margin-bottom: 7px;
  }
}
.auth-form-block {
  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;
}
.auth-form-block-form {
  width: 260px;
  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;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .auth-form-block-form {
    width: 490px;
    border-bottom: 1px solid #d5d5d6;
    padding-bottom: 35px;
  }
}
.auth-form-block-input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #d5d5d6;
  outline: none;
  padding-left: 20px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .auth-form-block-input {
    height: 60px;
  }
}
.auth-form-block-input::-webkit-input-placeholder {
  color: #a8afb6;
  font-size: 15px;
}
.auth-form-block-input:-moz-input-placeholder {
  color: #a8afb6;
  font-size: 15px;
}
.auth-form-block-input:-ms-input-placeholder {
  color: #a8afb6;
  font-size: 15px;
}
.forgot-password-link {
  font-family: 'Proxima_Nova';
  font-weight: 600;
  font-size: 12px;
  line-height: 2;
  color: #8B98A6;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .forgot-password-link {
    font-size: 14px;
  }
}
.icon-warning-svg {
  width: 15px;
  height: 15px;
  margin-right: 7px;
}
@media (min-width: 1200px) {
  .icon-warning-svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
.auth-form-block-submit {
  width: 260px;
  height: 45px;
  background-color: #90d339;
  border-radius: 5px;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-family: 'Proxima_Nova';
  font-weight: 700;
  font-size: 10px;
  line-height: 2;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .auth-form-block-submit {
    width: 100%;
    height: 65px;
    font-size: 12px;
  }
}
.auth-form-block-bottom {
  width: 260px;
  padding: 10px 0 30px 0;
}
@media (min-width: 1200px) {
  .auth-form-block-bottom {
    width: 490px;
    padding: 33px 0 60px 0;
  }
}
.auth-form-block-bottom-title {
  font-family: 'Proxima_Nova';
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #0f0f0f;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
}
@media (min-width: 1200px) {
  .auth-form-block-bottom-title {
    font-size: 24px;
  }
}
.auth-form-block-bottom-text {
  font-family: 'Proxima_Nova';
  font-weight: 600;
  font-size: 12px;
  line-height: 1.33;
  color: #0f0f0f;
  margin-bottom: 26px;
}
@media (min-width: 1200px) {
  .auth-form-block-bottom-text {
    font-size: 15px;
  }
}
.auth-form-block-bottom-button {
  width: 260px;
  height: 45px;
  text-decoration: none;
  display: inline-block;
  background-color: #90d339;
  border-radius: 5px;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-family: 'Proxima_Nova';
  font-weight: 700;
  font-size: 10px;
  line-height: 2;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding-top: 12px;
}
@media (min-width: 1200px) {
  .auth-form-block-bottom-button {
    width: 100%;
    height: 65px;
    font-size: 12px;
    padding-top: 20px;
  }
}
/*.............LK-REGISTRATION-PAGE............*/
.registration-block-content {
  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;
  padding-bottom: 15px;
}
@media (min-width: 700px) {
  .registration-block-content {
    padding-bottom: 55px;
  }
}
.registration-block-title {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 7px;
}
@media (min-width: 700px) {
  .registration-block-title {
    font-size: 30px;
    line-height: 2.1;
  }
}
.registration-form-block {
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
          box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
  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;
  padding-top: 15px;
}
@media (min-width: 700px) {
  .registration-form-block {
    width: 60%;
  }
}
@media (min-width: 1410px) {
  .registration-form-block {
    width: 720px;
    padding-top: 50px;
  }
}
.registration-form-block-form {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #d5d5d6;
  padding-bottom: 15px;
}
@media (min-width: 1410px) {
  .registration-form-block-form {
    width: 490px;
    padding-bottom: 30px;
  }
}
.registration-form-text {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .registration-form-text {
    line-height: 2.1;
    margin-bottom: 17px;
  }
}
.registration-form-block-input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #d5d5d6;
  outline: none;
  padding-left: 10px;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .registration-form-block-input {
    height: 60px;
    padding-left: 20px;
    margin-bottom: 15px;
  }
}
.car-bg-left.registration,
.car-bg-rigth.registration {
  display: none;
}
@media (min-width: 700px) {
  .car-bg-left.registration,
  .car-bg-rigth.registration {
    display: block;
  }
}
.registration-form-block-input::-webkit-input-placeholder {
  color: #a8afb6;
  font-size: 15px;
}
.registration-form-block-input:-moz-input-placeholder {
  color: #a8afb6;
  font-size: 15px;
}
.registration-form-block-input:-ms-input-placeholder {
  color: #a8afb6;
  font-size: 15px;
}
.registration-form-text.phone-number {
  margin-bottom: 8px;
}
.wrap-phone-number-input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
.wrap-phone-number.phone-number-select {
  width: 34%;
  height: 40px;
  border-radius: 5px;
  outline: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  color: #BAC2CA;
  padding: 12px 0 0 7px;
}
@media (min-width: 700px) {
  .wrap-phone-number.phone-number-select {
    height: 60px;
    font-size: 15px;
    padding: 20px 0 0 10px;
  }
}
@media (min-width: 1410px) {
  .wrap-phone-number.phone-number-select {
    width: 185px;
    padding: 20px 0 0 40px;
  }
}
.wrap-phone-number.phone-number-select.nice-select:after {
  top: 40%;
  right: 15px;
}
.phone-number-input-short {
  width: 22%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #d5d5d6;
  outline: none;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .phone-number-input-short {
    width: 22%;
    height: 60px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1410px) {
  .phone-number-input-short {
    width: 85px;
  }
}
.phone-number-input-long {
  width: 37%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #d5d5d6;
  outline: none;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .phone-number-input-long {
    width: 37%;
    height: 60px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1410px) {
  .phone-number-input-long {
    width: 190px;
  }
}
.lk-registration-checkbox-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 10px 0;
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .lk-registration-checkbox-wrap {
    margin-bottom: 20px;
  }
}
.lk-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  opacity: 0;
  position: absolute;
}
.lk-label {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  color: #0f0f0f;
  padding-left: 28px;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
@media (min-width: 700px) {
  .lk-label {
    font-size: 15px;
  }
}
.lk-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 5px 27px 0px rgba(155, 157, 161, 0.9);
          box-shadow: 0px 5px 27px 0px rgba(155, 157, 161, 0.9);
}
.lk-label:after {
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #90d339;
  opacity: 0;
  position: absolute;
  top: 12px;
  left: 4px;
  z-index: 2;
}
.lk-checkbox:checked + .lk-label:after {
  opacity: 1;
}
.rules-system-link {
  color: #90d339;
}
.registration-block-bottom-button {
  width: 100%;
  height: 45px;
  text-decoration: none;
  display: inline-block;
  background-color: #90d339;
  border-radius: 5px;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 4;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .registration-block-bottom-button {
    height: 65px;
    line-height: 5.8;
  }
}
.registration-form-bottom-text {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.33;
  color: #0f0f0f;
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .registration-form-bottom-text {
    font-size: 15px;
  }
}
/*..................BASCKET-PAGE................*/
.inner-home-link-wrap.bascet-page {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .inner-home-link-wrap.bascet-page {
    margin-bottom: 30px;
  }
}
.bascket-block-content {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  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;
  -webkit-box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
          box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .bascket-block-content {
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}
.bascket-block-content-wrap {
  width: 100%;
  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;
}
@media (min-width: 1200px) {
  .bascket-block-content-wrap {
    width: 83%;
    height: 100%;
  }
}
.bascket-block-content-header {
  width: 100%;
  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;
  padding: 15px 10px 0 10px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .bascket-block-content-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #eef1f4;
    padding: 45px 0 0 0;
    margin-bottom: 30px;
  }
}
.bascket-block-title {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  color: #0f0f0f;
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .bascket-block-title {
    font-size: 30px;
    line-height: 1.6;
  }
}
.block-delete-link {
  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;
}
@media (min-width: 1200px) {
  .block-delete-link {
    width: auto;
  }
}
.delete-link {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.6;
  color: #8B98A6;
  margin-right: 7px;
}
@media (min-width: 1200px) {
  .delete-link {
    font-size: 14px;
  }
}
.bin-svg-icon {
  width: 15px;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .bin-svg-icon {
    width: 19px;
  }
}
.checkbox.link-delete {
  margin-bottom: 10px;
}
.bascket-content-item {
  width: 95%;
  border-radius: 5px;
  background-color: #e5e6e7;
  margin-bottom: 15px;
  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;
}
@media (min-width: 1200px) {
  .bascket-content-item {
    width: 100%;
    height: 240px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.bascket-content-item-left {
  width: 100%;
  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;
  padding: 10px 0 0 0;
}
@media (min-width: 1200px) {
  .bascket-content-item-left {
    width: 60%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 30px 0 30px 30px;
  }
}
.bascket-content-block-img {
  width: 253px;
  height: 170px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 10px 0;
}
@media (min-width: 1200px) {
  .bascket-content-block-img {
    width: 285px;
    height: 180px;
    margin: 0 30px 0 0;
  }
}
.img-car-block {
  width: 100%;
  height: 100%;
}
.bascket-content-block-discription {
  width: 253px;
  padding-bottom: 5px;
}
@media (min-width: 1200px) {
  .bascket-content-block-discription {
    width: 300px;
    height: 180px;
  }
}
.car-discription-title-offer {
  text-transform: uppercase;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.4;
  color: #90d339;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .car-discription-title-offer {
    font-size: 12px;
  }
}
.car-discription-title-main {
  text-decoration: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #0f0f0f;
  margin-bottom: 5px;
}
.car-discription-title-main:hover {
  color: #90d339;
}
@media (min-width: 1200px) {
  .car-discription-title-main {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 8px;
  }
}
.car-discription-list {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.7;
  color: #7C7C7C;
}
@media (min-width: 1200px) {
  .car-discription-list {
    font-size: 14px;
  }
}
.bold-discription {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.6;
  color: #0f0f0f;
}
@media (min-width: 1200px) {
  .bold-discription {
    font-size: 14px;
  }
}
.bascket-content-item-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px 10px 10px;
}
@media (min-width: 1200px) {
  .bascket-content-item-right {
    width: 40%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 10px 0 130px;
  }
}
.bascket-content-item-right-cost {
  width: 85px;
  height: 65px;
  border-radius: 5px;
  background-color: #fff;
  padding: 5px 5px 0 5px;
  margin-right: 30px;
}
@media (min-width: 1200px) {
  .bascket-content-item-right-cost {
    width: 160px;
    height: 120px;
    padding: 35px 20px 0 20px;
    margin-right: 70px;
  }
}
.bascket-content-cost-text {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  color: #8B98A6;
}
@media (min-width: 1200px) {
  .bascket-content-cost-text {
    font-size: 16px;
  }
}
.bascket-content-cost-text.active {
  color: #90d339;
}
.cost-big-digit {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .cost-big-digit {
    font-size: 32px;
    line-height: 1;
  }
}
.sup-text {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .sup-text {
    font-size: 18px;
  }
}
/*.............CHECKBOX-CUSTOM-2..........*/
.block-checkbox {
  position: relative;
  padding-top: 25px;
  padding-left: 25px;
}
.checkbox-input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  opacity: 0;
  position: absolute;
}
.checkbox-label:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
          box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
}
.checkbox-label:after {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #90d339;
  opacity: 0;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
}
.checkbox-input:checked + .checkbox-label:after {
  opacity: 1;
}
.bascket-block-content-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .bascket-block-content-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100px;
  }
}
.bascket-content-footer-item-left {
  width: 100%;
  padding: 10px 0 10px 0;
}
@media (min-width: 1200px) {
  .bascket-content-footer-item-left {
    width: 50%;
    height: 100px;
    padding: 10px 0 0 0;
  }
}
.bascket-footer-text-contact {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  color: #8B98A6;
}
@media (min-width: 1200px) {
  .bascket-footer-text-contact {
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
  }
}
.bascket-content-footer-item-middle {
  width: 100%;
  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;
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .bascket-content-footer-item-middle {
    width: 25%;
    height: 100px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.bascket-footer-text-finish-cost {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-align: right;
  color: #8B98A6;
}
.sup-text-2 {
  font-weight: 600;
  font-size: 14px;
}
.bascket-content-footer-item-right {
  width: 100%;
  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;
}
@media (min-width: 1200px) {
  .bascket-content-footer-item-right {
    width: 25%;
    height: 100px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.bascket-content-footer-button {
  width: 180px;
  height: 40px;
  text-transform: uppercase;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #90d339;
  border: none;
  outline: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .bascket-content-footer-button {
    width: 200px;
    height: 50px;
  }
}
/*..................LK-PAGE-PAGE................*/
.inner-home-link-wrap.lk-user {
  margin-bottom: 30px;
}
.lk-user-content {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  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;
  -webkit-box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
          box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
  padding-bottom: 25px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .lk-user-content {
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1410px) {
  .lk-user-content {
    padding-bottom: 60px;
    margin-bottom: 55px;
  }
}
.lk-user-content-wrap {
  width: 95%;
}
@media (min-width: 1200px) {
  .lk-user-content-wrap {
    width: 83%;
  }
}
.lk-user-content-top-header {
  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;
  padding: 15px 0 1px 0;
}
@media (min-width: 1200px) {
  .lk-user-content-top-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 30px 0 1px 0;
  }
}
@media (min-width: 1410px) {
  .lk-user-content-top-header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 62px 0 1px 0;
  }
}
.lk-user-content-nav {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #e5e6e7;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.6;
  color: #8B98A6;
  text-align: left;
  border-radius: 5px;
  padding: 3px 10px 2px 10px;
  margin: 0 0 8px 0;
}
.lk-user-content-nav:hover,
.lk-user-content-nav.active {
  background-color: #90d339;
  color: #fff;
}
@media (min-width: 1410px) {
  .lk-user-content-nav {
    font-size: 12px;
    padding: 5px 17px 5px 17px;
    margin: 0 14px 10px 0;
  }
}
.lk-user-exit-link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.6;
  color: #8B98A6;
  padding: 0 0 12px 0;
}
.lk-user-exit-link:hover {
  color: #90d339;
}
@media (min-width: 1200px) {
  .lk-user-exit-link {
    padding: 5px 0 12px 0;
  }
}
@media (min-width: 1410px) {
  .lk-user-exit-link {
    font-size: 14px;
  }
}
.lk-user-exit-link:hover .logout-icon-svg {
  fill: #90d339;
}
.logout-icon-svg {
  width: 15px;
  height: 15px;
  fill: #8B98A6;
  margin: 0 5px 0 0;
  margin-left: 0;
  margin-right: 5px;
}
@media (min-width: 1410px) {
  .logout-icon-svg {
    width: 18px;
    height: 18px;
    margin: 0 8px 0 42px;
  }
}
.lk-user-content-bottom-header {
  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;
  border-bottom: none;
  padding: 15px 0 10px 0;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .lk-user-content-bottom-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid #e5e6e7;
    padding: 25px 0 10px 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 1410px) {
  .lk-user-content-bottom-header {
    padding: 45px 0 34px 0;
    margin-bottom: 32px;
  }
}
.lk-user-bottom-header-item-user {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 700px) {
  .lk-user-bottom-header-item-user {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .lk-user-bottom-header-item-user {
    width: 33.3%;
  }
}
.lk-user-bottom-header-user-left {
  width: 25%;
  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;
}
.lk-user-bottom-header-user-photo {
  width: 45px;
  height: 45px;
  background-color: #d5d5d6;
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
}
@media (min-width: 1410px) {
  .lk-user-bottom-header-user-photo {
    width: 85px;
    height: 85px;
    padding-top: 25px;
  }
}
.user-icon-svg {
  width: 20px;
  fill: #8B98A6;
}
@media (min-width: 1410px) {
  .user-icon-svg {
    width: 25px;
  }
}
.lk-user-bottom-header-user-right {
  width: 75%;
  padding-left: 5px;
}
@media (min-width: 1410px) {
  .lk-user-bottom-header-user-right {
    padding-left: 23px;
  }
}
.lk-user-bottom-header-user-name {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  color: #0f0f0f;
  text-align: left;
  padding: 5px 0 5px 0;
}
@media (min-width: 1410px) {
  .lk-user-bottom-header-user-name {
    font-size: 24px;
  }
}
.lk-user-bottom-header-user-email {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.4;
  color: #8B98A6;
}
@media (min-width: 1410px) {
  .lk-user-bottom-header-user-email {
    font-size: 15px;
    line-height: 2;
  }
}
.lk-user-bottom-header-item-info {
  width: 100%;
  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;
  padding: 20px 0 0 10px;
}
@media (min-width: 700px) {
  .lk-user-bottom-header-item-info {
    width: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 10px;
  }
}
@media (min-width: 1200px) {
  .lk-user-bottom-header-item-info {
    width: 33.3%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 0 85px;
  }
}
.lk-user-bottom-header-info-text {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.87;
  color: #8D9AA8;
}
@media (min-width: 1410px) {
  .lk-user-bottom-header-info-text {
    font-size: 16px;
    text-align: left;
  }
}
.text-green-bg {
  background-color: #90d339;
  color: #fff;
  border-radius: 5px;
  padding: 2px 4px 2px 4px;
}
.lk-user-bottom-header-item-accaunt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5px;
  display: none;
}
@media (min-width: 1200px) {
  .lk-user-bottom-header-item-accaunt {
    display: block;
    width: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 0;
  }
}
.lk-user-bottom-header-your-accaunt {
  display: none;
  width: 200px;
  height: 105px;
  border-radius: 5px;
  border: 1px solid #d5d5d6;
  padding: 20px 0 0 75px;
  position: relative;
}
.lk-user-bottom-header-your-accaunt:before {
  content: "✓";
  display: block;
  font-size: 19px;
  color: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #90d339;
  position: absolute;
  left: 32px;
  top: 35px;
}
@media (min-width: 1200px) {
  .lk-user-bottom-header-your-accaunt {
    display: block;
  }
}
.bottom-header-your-accaunt-text {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #8D9AA8;
  text-align: left;
  position: relative;
}
.lk-user-block-form {
  width: 100%;
  border-radius: 5px;
  background-color: #e5e6e7;
  padding: 18px 10px 20px 10px;
}
@media (min-width: 520px) {
  .lk-user-block-form {
    padding: 18px 60px 20px 60px;
  }
}
@media (min-width: 700px) {
  .lk-user-block-form {
    padding: 18px 110px 20px 110px;
  }
}
@media (min-width: 900px) {
  .lk-user-block-form {
    padding: 18px 210px 20px 210px;
  }
}
@media (min-width: 1200px) {
  .lk-user-block-form {
    padding: 18px 30px 20px 30px;
  }
}
@media (min-width: 1410px) {
  .lk-user-block-form {
    padding: 18px 60px 40px 60px;
  }
}
.lk-user-block-form-title {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #0f0f0f;
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 1410px) {
  .lk-user-block-form-title {
    font-size: 24px;
    line-height: 2.5;
  }
}
.wrap-lk-user-form-input {
  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;
  margin-bottom: 16px;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  .wrap-lk-user-form-input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.wrap-lk-user-form-input.user-form-input-email {
  margin-bottom: 20px;
}
.lk-user-form-input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background-color: #fff;
  border: none;
  outline: none;
  padding-left: 20px;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .lk-user-form-input {
    width: 400px;
    height: 40px;
    margin-right: 30px;
  }
}
@media (min-width: 1410px) {
  .lk-user-form-input {
    height: 60px;
  }
}
.lk-user-form-input::-webkit-input-placeholder {
  color: #a8afb6;
  font-size: 15px;
}
.lk-user-form-input:-moz-input-placeholder {
  color: #a8afb6;
  font-size: 15px;
}
.lk-user-form-input:-ms-input-placeholder {
  color: #a8afb6;
  font-size: 15px;
}
.lk-user-form-input-message {
  width: 100%;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.28;
  color: #0f0f0f;
  text-align: left;
  margin: 10px 0 0 25px;
  position: relative;
}
.lk-user-form-input-message:before {
  content: "✱";
  font-size: 16px;
  color: #d70c1f;
  position: absolute;
  top: 0;
  left: -17px;
}
@media (min-width: 1200px) {
  .lk-user-form-input-message {
    width: 40%;
    font-size: 14px;
    margin: 15px 0 0 25px;
  }
  .lk-user-form-input-message:before {
    font-size: 20px;
    left: -25px;
  }
}
.wrap-lk-user-form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .wrap-lk-user-form-checkbox {
    width: 50%;
    margin-top: 0;
  }
}
/*.............CHECKBOX-CUSTOM................*/
.block-checkbox-lk-user {
  position: relative;
  padding: 20px 0 0 20px;
  margin: 3px 5px 0 0;
}
.checkbox-input-lk-user {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  opacity: 0;
  position: absolute;
}
.checkbox-label-lk-user:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
          box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
}
.checkbox-label-lk-user:after {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #90d339;
  opacity: 0;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
}
.checkbox-input-lk-user:checked + .checkbox-label-lk-user:after {
  opacity: 1;
}
/*.............CHECKBOX-CUSTOM-END................*/
.checkbox-lk-user-text {
  width: 100%;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.28;
  color: #0f0f0f;
}
@media (min-width: 1200px) {
  .checkbox-lk-user-text {
    width: 60%;
    font-size: 14px;
  }
}
.lk-user-form-phone-text {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.28;
  color: #0f0f0f;
  text-align: left;
  margin-bottom: 15px;
}
@media (min-width: 1410px) {
  .lk-user-form-phone-text {
    font-size: 14px;
  }
}
.wrap-lk-user-phone-input {
  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;
}
@media (min-width: 1200px) {
  .wrap-lk-user-phone-input {
    width: 400px;
  }
}
.wrap-lk-user-phone.lk-user-phone-select {
  width: 35%;
  height: 40px;
  border-radius: 5px;
  background-color: #fff;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.2;
  color: #a8afb6;
  padding: 14px 0 0 7px;
  border: none;
  outline: none;
}
@media (min-width: 1200px) {
  .wrap-lk-user-phone.lk-user-phone-select {
    width: 140px;
    height: 40px;
    font-size: 15px;
    padding: 12px 0 0 20px;
  }
}
@media (min-width: 1410px) {
  .wrap-lk-user-phone.lk-user-phone-select {
    width: 160px;
    height: 60px;
    padding: 20px 0 0 30px;
  }
}
.lk-user-phone-input-short {
  width: 21%;
  height: 40px;
  border-radius: 5px;
  background-color: #fff;
  border: none;
  outline: none;
}
@media (min-width: 1410px) {
  .lk-user-phone-input-short {
    width: 55px;
    height: 40px;
  }
}
@media (min-width: 1410px) {
  .lk-user-phone-input-short {
    height: 60px;
  }
}
.lk-user-phone-input-long {
  width: 37%;
  height: 40px;
  border-radius: 5px;
  background-color: #fff;
  border: none;
  outline: none;
}
@media (min-width: 1410px) {
  .lk-user-phone-input-long {
    width: 155px;
    height: 40px;
  }
}
@media (min-width: 1410px) {
  .lk-user-phone-input-long {
    height: 60px;
  }
}
.lk-user-form-submit {
  width: 100%;
  height: 45px;
  text-decoration: none;
  display: inline-block;
  background-color: #90d339;
  border-radius: 5px;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 4;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .lk-user-form-submit {
    width: 400px;
    height: 45px;
  }
}
@media (min-width: 1410px) {
  .lk-user-form-submit {
    height: 65px;
    line-height: 5;
  }
}
/*.............LK-PASSWORD-PAGE............*/
.lk-user-content.password {
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .lk-user-content.password {
    padding-bottom: 70px;
  }
}
.lk-password-block-form {
  width: 100%;
  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;
  border-radius: 5px;
  background-color: #e5e6e7;
  padding-top: 18px;
  padding-left: 0;
  padding-bottom: 20px;
}
@media (min-width: 700px) {
  .lk-password-block-form {
    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;
  }
}
@media (min-width: 1200px) {
  .lk-password-block-form {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 40px;
    padding-left: 30px;
  }
}
.lk-password-form-title {
  font-family: 'Proxima_Nova';
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #0f0f0f;
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .lk-password-form-title {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 24px;
    line-height: 2.5;
    padding-top: 18px;
    padding-left: 30px;
  }
}
.wrap-lk-password-form-input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 16px;
}
@media (min-width: 540px) {
  .wrap-lk-password-form-input {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 700px) {
  .wrap-lk-password-form-input {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .wrap-lk-password-form-input {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
}
.lk-password-form-input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background-color: #fff;
  border: none;
  outline: none;
  padding-left: 20px;
  margin-right: 0;
}
@media (min-width: 700px) {
  .lk-password-form-input {
    width: 280px;
    height: 50px;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .lk-password-form-input {
    width: 400px;
    height: 60px;
    margin-right: 30px;
  }
}
.lk-password-form-input::-webkit-input-placeholder {
  color: #a8afb6;
  font-size: 15px;
}
.lk-password-form-input:-moz-input-placeholder {
  color: #a8afb6;
  font-size: 15px;
}
.lk-password-form-input:-ms-input-placeholder {
  color: #a8afb6;
  font-size: 15px;
}
.lk-password-form-input-message {
  width: 100%;
  font-family: 'Proxima_Nova';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.28;
  color: #0f0f0f;
  text-align: left;
  margin-top: 15px;
  margin-left: 25px;
  position: relative;
}
.lk-password-form-input-message:before {
  content: "✱";
  font-size: 16px;
  color: #d70c1f;
  position: absolute;
  top: 5px;
  left: -20px;
}
@media (min-width: 700px) {
  .lk-password-form-input-message {
    width: 40%;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .lk-password-form-input-message {
    font-size: 14px;
    margin-top: 15px;
  }
  .lk-password-form-input-message:before {
    font-size: 20px;
    top: 0;
    left: -25px;
  }
}
.lk-password-form-submit {
  width: 100%;
  height: 45px;
  text-decoration: none;
  display: inline-block;
  background-color: #90d339;
  border-radius: 5px;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-family: 'Proxima_Nova';
  font-weight: 700;
  font-size: 12px;
  line-height: 4;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-top: 7px;
}
@media (min-width: 700px) {
  .lk-password-form-submit {
    width: 280px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .lk-password-form-submit {
    width: 400px;
    height: 65px;
    line-height: 5;
  }
}
/*.............LK-MY-TRANSPORT-NO-CAR-PAGE............*/
.lk-my-transport-no-car-block {
  width: 100%;
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .lk-my-transport-no-car-block {
    padding-top: 0px;
  }
}
.lk-my-transport-no-car-title {
  font-family: 'Proxima_Nova';
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .lk-my-transport-no-car-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1410px) {
  .lk-my-transport-no-car-title {
    margin-bottom: 90px;
  }
}
.lk-my-transport-no-car-content {
  text-align: center;
  padding: 0 10px 0 10px;
}
@media (min-width: 1200px) {
  .lk-my-transport-no-car-content {
    padding: 0 150px 0 150px;
  }
}
@media (min-width: 1410px) {
  .lk-my-transport-no-car-content {
    padding: 0 250px 0 250px;
  }
}
.lk-my-transport-no-car-disription {
  font-family: 'Proxima_Nova';
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #8B98A6;
  text-align: center;
  margin-bottom: 21px;
}
@media (min-width: 1200px) {
  .lk-my-transport-no-car-disription {
    font-size: 24px;
  }
}
.lk-my-transport-no-car-button {
  width: 200px;
  height: 45px;
  text-decoration: none;
  display: inline-block;
  background-color: #90d339;
  border-radius: 5px;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-family: 'Proxima_Nova';
  font-weight: 700;
  font-size: 12px;
  line-height: 4;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-top: 7px;
}
@media (min-width: 1200px) {
  .lk-my-transport-no-car-button {
    height: 58px;
    line-height: 5;
  }
}
/*.............LK-MY-TRANSPORT-PAGE............*/
.lk-user-content.my-transport {
  padding-bottom: 40px;
}
.lk-my-transport-inner-head {
  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;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .lk-my-transport-inner-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lk-my-transport-inner-head-item-title {
  width: 100%;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .lk-my-transport-inner-head-item-title {
    width: 32%;
    padding-bottom: 0;
  }
}
.lk-my-transport-title {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #0f0f0f;
  text-align: center;
}
@media (min-width: 1200px) {
  .lk-my-transport-title {
    font-size: 24px;
    text-align: left;
  }
}
.lk-my-transport-inner-head-item-button {
  width: 100%;
  text-align: center;
  padding: 0 0 10px 0;
}
@media (min-width: 1200px) {
  .lk-my-transport-inner-head-item-button {
    width: 38%;
    text-align: left;
    padding: 0 0 0 5px;
  }
}
.lk-my-transport-add-car-button {
  width: 155px;
  height: 35px;
  display: inline-block;
  text-decoration: none;
  background-color: #90d339;
  border-radius: 5px;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 3;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.lk-my-transport-inner-head-item-link {
  width: 100%;
  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;
  padding-top: 5px;
}
@media (min-width: 1200px) {
  .lk-my-transport-inner-head-item-link {
    width: 35%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.advert-link-svg {
  width: 18px;
  height: 18px;
  fill: #8B98A6;
  margin-right: 5px;
}
.lk-my-transport-advert-link {
  text-decoration: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #8B98A6;
  margin-right: 10px;
}
.lk-my-transport-advert-link:hover {
  color: #90d339;
}
@media (min-width: 1200px) {
  .lk-my-transport-advert-link {
    font-size: 14px;
  }
}
.lk-my-transport-advert-link:hover .advert-link-svg {
  fill: #90d339;
}
/*.............CHECKBOX-CUSTOM................*/
.block-checkbox-lk-my-transport {
  position: relative;
  padding: 20px 0 0 20px;
  margin: 3px 5px 0 0;
}
.checkbox-input-lk-my-transport {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  opacity: 0;
  position: absolute;
}
.checkbox-label-lk-my-transport:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
          box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
}
.checkbox-label-lk-my-transport:after {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #90d339;
  opacity: 0;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
}
.checkbox-input-lk-my-transport:checked + .checkbox-label-lk-my-transport:after {
  opacity: 1;
}
/*.............CHECKBOX-CUSTOM-END................*/
.lk-my-transport-block-item {
  width: 100%;
  border-radius: 5px;
  background-color: #e5e6e7;
  margin-bottom: 15px;
  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;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .lk-my-transport-block-item {
    height: 240px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 0;
  }
}
.lk-my-transport-block-item-left {
  width: 100%;
  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;
  padding: 10px 10px 30px 10px;
}
@media (min-width: 540px) {
  .lk-my-transport-block-item-left {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .lk-my-transport-block-item-left {
    width: 70%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 30px 0 30px 30px;
  }
}
.lk-my-transport-item-block-img {
  width: 100%;
  border-radius: 5px;
  margin-right: 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .lk-my-transport-item-block-img {
    width: 285px;
    height: 180px;
    margin-right: 30px;
  }
}
.lk-my-transport-img-car-block {
  width: 100%;
  height: 100%;
}
.lk-my-transport-item-discription {
  width: 100%;
  padding-top: 10px;
}
@media (min-width: 1200px) {
  .lk-my-transport-item-discription {
    width: 450px;
    padding-top: 40px;
  }
}
.lk-my-transport-title-offer {
  text-transform: uppercase;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.4;
  color: #90d339;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .lk-my-transport-title-offer {
    font-size: 12px;
  }
}
.lk-my-transport-discription-title {
  text-decoration: none;
  font-family: 'Proxima_Nova';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #0f0f0f;
  margin-bottom: 20px;
}
.lk-my-transport-discription-title:hover {
  color: #90d339;
}
@media (min-width: 1200px) {
  .lk-my-transport-discription-title {
    font-size: 20px;
    line-height: 1.6;
  }
}
.wrap-lk-my-transport-change-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .wrap-lk-my-transport-change-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.advert-link-svg-up {
  width: 18px;
  height: 18px;
  fill: #8B98A6;
  margin-right: 0;
}
.lk-my-transport-up-change-link {
  text-decoration: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #8B98A6;
  margin: 0 30px 10px 0;
}
.lk-my-transport-up-change-link:hover {
  color: #90d339;
}
@media (min-width: 1200px) {
  .lk-my-transport-up-change-link {
    margin: 0 30px 0 0;
  }
}
.lk-my-transport-up-change-link:hover .advert-link-svg-up {
  fill: #90d339;
}
.pencil-icon-svg {
  width: 18px;
  height: 18px;
  fill: #8B98A6;
}
.lk-my-transport-correct-link {
  text-decoration: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #8B98A6;
  margin: 0 30px 10px 0;
}
.lk-my-transport-correct-link:hover {
  color: #90d339;
}
@media (min-width: 1200px) {
  .lk-my-transport-correct-link {
    margin: 0 30px 0 0;
  }
}
.lk-my-transport-correct-link:hover .pencil-icon-svg {
  fill: #90d339;
}
.svg-icon-delete {
  width: 18px;
  height: 18px;
  fill: #8B98A6;
  margin-right: 8px;
}
.lk-my-transport-delete-link {
  text-decoration: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #8B98A6;
}
.lk-my-transport-delete-link:hover {
  color: #90d339;
}
.lk-my-transport-delete-link:hover .svg-icon-delete {
  fill: #90d339;
}
.lk-my-transport-block-item-right {
  width: 100%;
  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;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .lk-my-transport-block-item-right {
    width: 30%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 50px;
  }
}
/*.............LK-SEARCH-PAGE............*/
.lk-user-content-bottom-header.lk-search {
  margin-bottom: 37px;
}
.lk-search-content-block {
  width: 100%;
  padding: 0 0 0 0;
}
@media (min-width: 540px) {
  .lk-search-content-block {
    padding: 0 60px 0 60px;
  }
}
@media (min-width: 700px) {
  .lk-search-content-block {
    padding: 0 80px 0 80px;
  }
}
@media (min-width: 920px) {
  .lk-search-content-block {
    padding: 0 110px 0 110px;
  }
}
@media (min-width: 1200px) {
  .lk-search-content-block {
    padding: 0 0 0 0;
  }
}
.lk-search-form-main-title {
  font-family: 'Proxima_Nova';
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #0f0f0f;
  text-align: center;
  padding-bottom: 12px;
}
@media (min-width: 1200px) {
  .lk-search-form-main-title {
    font-size: 24px;
    text-align: left;
  }
}
.lk-head-search-form {
  padding: 7px 0 10px 0;
}
.lk-head-search-form-wrap {
  width: 100%;
  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;
  padding: 0 10px 0 10px;
}
@media (min-width: 1200px) {
  .lk-head-search-form-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0 0;
  }
}
.lk-head-search-form-item {
  width: 265px;
  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;
  padding: 0 0 10px 0;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .lk-head-search-form-item {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0 10px 0;
    margin-bottom: 20px;
  }
}
.form-select-text.lk-search {
  font-family: 'Proxima_Nova';
  font-weight: 700;
  font-size: 12px;
  line-height: 2;
  color: #8B98A6;
  margin: 0 25px 0 0;
}
@media (min-width: 1200px) {
  .form-select-text.lk-search {
    font-size: 14px;
  }
}
.head-lk-search-select.select-country {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  outline: none;
  font-family: 'Proxima_Nova';
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: #0f0f0f;
  padding-top: 15px;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .head-lk-search-select.select-country {
    font-size: 15px;
    width: 275px;
    height: 50px;
    margin-right: 0;
  }
}
@media (min-width: 1420px) {
  .head-lk-search-select.select-country {
    width: 295px;
    margin-right: 22px;
  }
}
.form-select-text.lk-search-local {
  margin-right: 25px;
}
.head-lk-search-select.select-local {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  outline: none;
  font-family: 'Proxima_Nova';
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: #0f0f0f;
  padding-top: 15px;
}
@media (min-width: 1200px) {
  .head-lk-search-select.select-local {
    font-size: 15px;
    width: 323px;
    height: 50px;
  }
}
@media (min-width: 1410px) {
  .head-lk-search-select.select-local {
    width: 523px;
  }
}
.form-select-text.lk-search-transport {
  font-family: 'Proxima_Nova';
  font-weight: 700;
  font-size: 12px;
  line-height: 2;
  color: #8B98A6;
  margin: 0 15px 0 0;
}
@media (min-width: 1200px) {
  .form-select-text.lk-search-transport {
    font-size: 14px;
  }
}
@media (min-width: 1410px) {
  .form-select-text.lk-search-transport {
    margin: 0 20px 0 0;
  }
}
.head-lk-search-select.select-transport {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  outline: none;
  font-family: 'Proxima_Nova';
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: #0f0f0f;
  padding-top: 15px;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .head-lk-search-select.select-transport {
    font-size: 15px;
    width: 215px;
    height: 50px;
    margin-right: 10px;
  }
}
@media (min-width: 1410px) {
  .head-lk-search-select.select-transport {
    width: 250px;
    margin-right: 28px;
  }
}
.form-select-text.lk-search-brand {
  font-family: 'Proxima_Nova';
  font-weight: 700;
  font-size: 12px;
  line-height: 2;
  color: #8B98A6;
  margin: 0 15px 0 0;
}
@media (min-width: 1200px) {
  .form-select-text.lk-search-brand {
    font-size: 14px;
  }
}
@media (min-width: 1410px) {
  .form-select-text.lk-search-brand {
    margin: 0 22px 0 0;
  }
}
.head-lk-search-select.select-brand-auto {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  outline: none;
  font-family: 'Proxima_Nova';
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: #0f0f0f;
  padding-top: 15px;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .head-lk-search-select.select-brand-auto {
    font-size: 15px;
    width: 215px;
    height: 50px;
    margin-right: 10px;
  }
}
@media (min-width: 1410px) {
  .head-lk-search-select.select-brand-auto {
    width: 250px;
    margin-right: 33px;
  }
}
.form-select-text.lk-search-model {
  font-family: 'Proxima_Nova';
  font-weight: 700;
  font-size: 12px;
  line-height: 2;
  color: #8B98A6;
  margin: 0 15px 0 0;
  margin-left: 0;
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .form-select-text.lk-search-model {
    font-size: 14px;
  }
}
@media (min-width: 1410px) {
  .form-select-text.lk-search-model {
    margin: 0 22px 0 0;
  }
}
.head-lk-search-select.select-model {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  outline: none;
  font-family: 'Proxima_Nova';
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: #0f0f0f;
  padding-top: 15px;
}
@media (min-width: 1200px) {
  .head-lk-search-select.select-model {
    font-size: 15px;
    width: 215px;
    height: 50px;
  }
}
@media (min-width: 1410px) {
  .head-lk-search-select.select-model {
    width: 265px;
  }
}
.lk-search-section-title-form {
  font-family: 'Proxima_Nova';
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #0f0f0f;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #D5D5D6;
}
@media (min-width: 1200px) {
  .lk-search-section-title-form {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
  }
}
.form-section-head.lk-search {
  width: 100%;
  padding: 5px 15px 0 10px;
  position: relative;
}
.form-section-head.lk-search:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #90d339;
  position: absolute;
  top: 12px;
  right: 20px;
}
@media (min-width: 1200px) {
  .form-section-head.lk-search {
    padding: 5px 0 0 0;
  }
  .form-section-head.lk-search:after {
    top: 20px;
    right: 15px;
  }
}
.form-section-head.lk-search.active:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.section-body.info-car.lk-search {
  padding: 13px 0 0 0;
}
.section-body.form-section-body.lk-search {
  padding: 0 0 10px 10px;
}
.section-body.form-section-body.lk-search-2 {
  padding: 0 0 0 0;
}
.wrap-radio-condition.lk-search {
  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;
}
@media (min-width: 1200px) {
  .wrap-radio-condition.lk-search {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.checkbox-condition-items-block.lk-search {
  width: 100%;
  padding: 0 0 0 10px;
  margin-right: 52px;
}
@media (min-width: 1200px) {
  .checkbox-condition-items-block.lk-search {
    width: auto;
    margin-right: 52px;
  }
}
.condition-select.select-owner.lk-search {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  outline: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #0f0f0f;
  padding-top: 15px;
}
@media (min-width: 1200px) {
  .condition-select.select-owner.lk-search {
    width: 268px;
    height: 50px;
  }
}
.radio-text.condition.lk-search {
  margin-right: 35px;
}
.radio-text.condition.lk-search-2 {
  margin-right: 20px;
}
.checkbox-condition-items-block.lk-search-2 {
  margin-right: 35px;
}
.condition-select.select-color-auto.lk-search {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  outline: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #0f0f0f;
  padding-top: 15px;
}
@media (min-width: 1200px) {
  .condition-select.select-color-auto.lk-search {
    width: 268px;
    height: 50px;
  }
}
.form-select-text.text-color-auto.lk-search {
  margin-left: 0;
}
.checkbox-condition-items-block.lk-search-3 {
  padding-left: 5px;
}
.form-section.lk-search {
  padding: 15px 10px 0 10px;
}
@media (min-width: 1200px) {
  .form-section.lk-search {
    padding: 15px 0 0 0;
  }
}
.wrap-checkbox-other-parameters.lk-search {
  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;
}
@media (min-width: 1200px) {
  .wrap-checkbox-other-parameters.lk-search {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.other-parameters-select-wrap {
  width: 100%;
  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;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .other-parameters-select-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 60px;
  }
}
.other-parameters-select-text {
  font-family: 'Proxima_Nova';
  font-weight: 700;
  font-size: 12px;
  line-height: 2;
  color: #8B98A6;
  margin: 0 20px 5px 0;
}
@media (min-width: 1200px) {
  .other-parameters-select-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 14px;
    margin: 0 60px 0 0;
  }
}
.other-parameters-select-box.lk-search-select {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  outline: none;
  font-family: 'Proxima_Nova';
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #0f0f0f;
  padding-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .other-parameters-select-box.lk-search-select {
    width: 265px;
    height: 50px;
    margin-bottom: 0;
  }
}
.checkbox-wrap.lk-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox-text.other-parameters.lk-search {
  white-space: nowrap;
}
.search-form-footer.lk-search {
  padding: 10px 0 0 0;
}
@media (min-width: 1200px) {
  .search-form-footer.lk-search {
    padding: 20px 5px 10px 20px;
  }
}
.lk-search-form-button {
  width: 100%;
  height: 45px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Proxima_Nova';
  font-weight: 700;
  font-size: 12px;
  line-height: 4;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #90d339;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
@media (min-width: 1200px) {
  .lk-search-form-button {
    width: 295px;
    height: 65px;
    line-height: 5.4;
  }
}
/*............lK-ADD-TRANSPORT-PAGE............*/
.lk-user-content.my-transport.add-transport {
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.section-body.form-section-body.add-transport {
  padding: 0 0 10px 0;
}
@media (min-width: 1200px) {
  .section-body.form-section-body.add-transport {
    padding: 0 0 28px 0;
  }
}
.wrap-radio-condition.add-transport {
  width: 100%;
  padding-right: 0;
}
.condition-select.select-owner.add-transport {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  outline: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #0f0f0f;
  padding-top: 15px;
}
@media (min-width: 1200px) {
  .condition-select.select-owner.add-transport {
    width: 240px;
    height: 50px;
  }
}
@media (min-width: 1410px) {
  .condition-select.select-owner.add-transport {
    width: 268px;
  }
}
.condition-select.select-color-auto.add-transport {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  outline: none;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #0f0f0f;
  padding-top: 15px;
}
@media (min-width: 1200px) {
  .condition-select.select-color-auto.add-transport {
    width: 240px;
    height: 50px;
    margin-right: 0;
  }
}
@media (min-width: 1410px) {
  .condition-select.select-color-auto.add-transport {
    width: 268px;
  }
}
.head-search-form-wrap.add-transport {
  padding: 0 10px 0 10px;
}
.head-search-form-item.add-transport {
  width: 100%;
}
@media (min-width: 1200px) {
  .head-search-form-item.add-transport {
    width: auto;
  }
}
.add-transport-wrap-label {
  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;
  padding-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .add-transport-wrap-label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 17px;
    margin-bottom: 15px;
  }
}
.add-transport-item {
  width: 100%;
  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;
}
@media (min-width: 1200px) {
  .add-transport-item {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lk-add-transport-radio {
  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;
  padding: 5px 0 5px 0;
  margin: 8px 8px 0 8px;
}
@media (min-width: 1200px) {
  .lk-add-transport-radio {
    margin: 0 8px 0 8px;
  }
}
.lk-add-input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  opacity: 0;
  position: absolute;
}
.lk-add-label {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  color: #0f0f0f;
  cursor: pointer;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  padding-left: 30px;
}
@media (min-width: 1200px) {
  .lk-add-label {
    font-size: 15px;
  }
}
.lk-add-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 5px 27px 0px rgba(155, 157, 161, 0.9);
          box-shadow: 0px 5px 27px 0px rgba(155, 157, 161, 0.9);
}
.lk-add-label:after {
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #90d339;
  opacity: 0;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
}
.lk-add-input:checked + .lk-add-label:after {
  opacity: 1;
}
.add-transport-item-condition {
  width: 100%;
  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;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .add-transport-item-condition {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}
.form-select-text.add-transport-owner {
  margin-left: 0;
  margin-right: 20px;
}
@media (min-width: 1200px) {
  .form-select-text.add-transport-owner {
    margin-left: 20px;
  }
}
@media (min-width: 1410px) {
  .form-select-text.add-transport-owner {
    margin-left: 60px;
  }
}
.form-select-text.add-color-auto {
  margin-left: 0;
  margin-right: 20px;
}
@media (min-width: 1200px) {
  .form-select-text.add-color-auto {
    margin-left: 15px;
  }
}
.form-select-text.add-transport {
  margin-right: 32px;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .lk-add-transport-radio.type-car {
    margin: 0 10px 20px 0;
  }
}
.section-body.form-section-body.add-transport-type {
  padding: 5px 0px 10px 0px;
}
@media (min-width: 1200px) {
  .section-body.form-section-body.add-transport-type {
    padding: 25px 0px 20px 0px;
  }
}
.section-body.form-section-body.add-transport-fuel {
  padding: 0 0 10px 0;
}
@media (min-width: 1200px) {
  .section-body.form-section-body.add-transport-fuel {
    padding: 25px 0 20px 5px;
  }
}
.wrap-radio-fuel.add {
  padding-top: 0;
}
.section-body.form-section-body.add-transport-transmition {
  padding: 0 0 10px 0;
}
@media (min-width: 1200px) {
  .section-body.form-section-body.add-transport-transmition {
    padding: 25px 0 20px 5px;
  }
}
.lk-add-transport-radio.option {
  margin: 0 0 5px 0;
}
@media (min-width: 1200px) {
  .lk-add-transport-radio.option {
    margin: 0 0 24px 0;
  }
}
.section-body.form-section-body.add-transport-option {
  padding: 0 0 10px 0;
}
@media (min-width: 1200px) {
  .section-body.form-section-body.add-transport-option {
    padding: 25px 0 0 5px;
  }
}
.wrap-checkbox-comfort.option {
  padding-bottom: 0;
}
.section-body.form-section-body.add-transport-comfort {
  padding: 0 0 10px 0;
}
@media (min-width: 1200px) {
  .section-body.form-section-body.add-transport-comfort {
    padding: 25px 0 20px 5px;
  }
}
.lk-add-transport-radio.comfort {
  margin: 0 0 5px 0;
}
@media (min-width: 1200px) {
  .lk-add-transport-radio.comfort {
    margin: 0 0 30px 0;
  }
}
.head-lk-search-select.select-model.add {
  width: 100%;
  margin-right: 10px;
}
@media (min-width: 1410px) {
  .head-lk-search-select.select-model.add {
    width: 316px;
    margin-right: 130px;
  }
}
.form-select-text.lk-search-model {
  white-space: nowrap;
}
.head-lk-search-select.select-model.add-2 {
  width: 100%;
}
@media (min-width: 1410px) {
  .head-lk-search-select.select-model.add-2 {
    width: 230px;
    margin-right: 10px;
  }
}
.radio-text.add {
  margin: 10px 0 10px 0;
}
@media (min-width: 1410px) {
  .radio-text.add {
    margin: 10px 24px 10px 0;
  }
}
.form-select-text.add-transport-km {
  margin-right: 35px;
  white-space: nowrap;
}
.input-left-add-transport {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #D5D5D6;
  padding-left: 20px;
}
@media (min-width: 1410px) {
  .input-left-add-transport {
    width: 315px;
    height: 50px;
  }
}
.input-left-add-transport::-webkit-input-placeholder {
  color: #a8afb6;
  font-size: 15px;
}
.input-left-add-transport:-moz-input-placeholder {
  color: #a8afb6;
  font-size: 15px;
}
.input-left-add-transport:-ms-input-placeholder {
  color: #a8afb6;
  font-size: 15px;
}
.input-right-add-transport {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #D5D5D6;
  padding-left: 20px;
}
@media (min-width: 1410px) {
  .input-right-add-transport {
    width: 370px;
    height: 50px;
  }
}
.input-right-add-transport::-webkit-input-placeholder {
  color: #a8afb6;
  font-size: 15px;
}
.input-right-add-transport:-moz-input-placeholder {
  color: #a8afb6;
  font-size: 15px;
}
.input-right-add-transport:-ms-input-placeholder {
  color: #a8afb6;
  font-size: 15px;
}
@media (min-width: 1200px) {
  .checkbox-condition-items-block.add-transport {
    padding-left: 30px;
  }
}
.form-section.lk-add-transport {
  padding: 15px 15px 15px 15px;
}
@media (min-width: 1200px) {
  .form-section.lk-add-transport {
    padding: 15px 15px 15px 0;
  }
}
.lk-add-transport-radio.other-parameters {
  margin: 0 0 5px 0;
}
@media (min-width: 1200px) {
  .lk-add-transport-radio.other-parameters {
    margin: 10px 0 0 0;
  }
}
.lk-add-label.other-parameters {
  white-space: nowrap;
}
.section-body.form-section-body.add-photo {
  padding: 0 0 0 0;
}
.block-add-photo-car {
  width: 100%;
  border-radius: 5px;
  border: 1px dashed #8b98a6;
  background-color: #fbfbfb;
  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;
  padding: 20px 0px 20px 0px;
}
@media (min-width: 700px) {
  .block-add-photo-car {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px 20px 20px 45px;
  }
}
.button-add-photo {
  text-decoration: none;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 1px solid #8b98a6;
  text-align: center;
  font-size: 36px;
  line-height: 1;
  color: #8b98a6;
  margin-right: 0;
}
@media (min-width: 700px) {
  .button-add-photo {
    margin-right: 30px;
  }
}
.block-text-add-photo {
  margin-right: 0;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .block-text-add-photo {
    margin-right: 75px;
    text-align: left;
    margin-bottom: 0;
  }
}
.add-photo-text-top {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #8b98a6;
}
.add-photo-text-bottom {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #B7BCC2;
}
.add-photo-item {
  width: 70px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #8b98a6;
  background-color: #fff;
  margin: 0 0 5px 0;
}
@media (min-width: 700px) {
  .add-photo-item {
    margin: 0 0 5px 10px;
  }
}
@media (min-width: 1410px) {
  .add-photo-item {
    width: 120px;
    height: 110px;
  }
}
.lk-add-transport-button {
  width: 100%;
  height: 45px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Proxima_Nova';
  font-weight: 700;
  font-size: 12px;
  line-height: 4;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #90d339;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
@media (min-width: 1200px) {
  .lk-add-transport-button {
    width: 295px;
    height: 65px;
    line-height: 5.3;
  }
}
/*....................LK-CAR-PAGE.................*/
.inner-home-link-wrap.car-page {
  margin-bottom: 20px;
}
.car-page-title {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .car-page-title {
    font-size: 30px;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 20px;
  }
}
.wrap-car-content {
  width: 100%;
  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;
}
@media (min-width: 1200px) {
  .wrap-car-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.car-content-main {
  width: 100%;
  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;
}
@media (min-width: 1200px) {
  .car-content-main {
    width: 72%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1410px) {
  .car-content-main {
    width: 76%;
  }
}
.car-block-galery {
  width: 100%;
  border-radius: 5px;
  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;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .car-block-galery {
    width: 100%;
    height: 355px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.car-block-galery-slider {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 700px) {
  .car-block-galery-slider {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .car-block-galery-slider {
    width: 54%;
    height: 345px;
  }
}
.slider-big-img {
  width: 100%;
  height: 100%;
}
.car-block-galery-image {
  width: 100%;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 10px 0 10px;
}
@media (min-width: 700px) {
  .car-block-galery-image {
    width: 60%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1200px) {
  .car-block-galery-image {
    width: 46%;
    height: 350px;
    padding: 0 15px 0 15px;
  }
}
.car-block-galery-image-item {
  width: 22%;
  height: auto;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin: 4px;
}
@media (min-width: 1200px) {
  .car-block-galery-image-item {
    width: 45%;
  }
}
@media (min-width: 1410px) {
  .car-block-galery-image-item {
    height: 165px;
    padding-bottom: 0;
  }
}
.car-block-galery-overay {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.car-block-dropdown-block {
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
          box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
  padding: 10px 10px 10px 10px;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .car-block-dropdown-block {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .car-block-dropdown-block {
    width: 100%;
    padding: 5px 35px 25px 35px;
    margin-bottom: 30px;
  }
}
.car-block-dropdown-head {
  width: 100%;
  position: relative;
}
.car-block-dropdown-head:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #90d339;
  position: absolute;
  top: 15px;
  right: 10px;
}
@media (min-width: 1200px) {
  .car-block-dropdown-head {
    padding: 20px 0 0 0;
  }
  .car-block-dropdown-head:after {
    top: 40px;
    right: 0;
  }
}
.car-block-dropdown-head.active:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.car-block-dropdown-title {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8;
  color: #0f0f0f;
  text-align: left;
}
@media (min-width: 1200px) {
  .car-block-dropdown-title {
    font-size: 22px;
    line-height: 2.2;
  }
}
.car-block-dropdown-body {
  display: none;
}
@media (min-width: 1200px) {
  .car-block-dropdown-body {
    border-top: 1px solid #e5e6e7;
    padding-top: 10px;
  }
}
.wrap-content-dropdown-body {
  width: 100%;
  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;
}
@media (min-width: 1200px) {
  .wrap-content-dropdown-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.car-block-dropdown-body-left {
  width: 100%;
}
@media (min-width: 1200px) {
  .car-block-dropdown-body-left {
    width: 50%;
    padding-right: 20px;
  }
}
.car-block-dropdown-discription {
  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;
}
.car-dropdown-discription-key {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 2;
  color: #7C7C7C;
}
@media (min-width: 1200px) {
  .car-dropdown-discription-key {
    font-size: 16px;
    line-height: 2.1;
  }
}
.car-dropdown-discription-value {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 2;
  color: #0f0f0f;
}
@media (min-width: 1200px) {
  .car-dropdown-discription-value {
    font-size: 16px;
    line-height: 2.1;
  }
}
.car-dropdown-discription-value-gray {
  text-transform: uppercase;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 8px;
  line-height: 2;
  color: #0f0f0f;
  border-radius: 5px;
  background-color: #e5e6e7;
  padding: 0 10px 0 10px;
}
@media (min-width: 1200px) {
  .car-dropdown-discription-value-gray {
    font-size: 10px;
    line-height: 2.6;
  }
}
.car-dropdown-text {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 2;
  color: #0f0f0f;
}
@media (min-width: 1200px) {
  .car-dropdown-text {
    font-size: 16px;
    line-height: 2.1;
  }
}
.car-block-dropdown-body-right {
  width: 100%;
}
@media (min-width: 1200px) {
  .car-block-dropdown-body-right {
    width: 50%;
    padding-left: 20px;
  }
}
.car-slider-title-wrap {
  width: 100%;
  padding: 20px 0 5px 0;
}
.car-slider-title {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  color: #0f0f0f;
}
@media (min-width: 1200px) {
  .car-slider-title {
    font-size: 22px;
    line-height: 2;
    text-align: left;
  }
}
.car-slider-wrap {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .car-slider-wrap {
    font-size: 22px;
    line-height: 2;
    margin-bottom: 10px;
  }
}
.car-slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap-car-sidebar {
  width: 100%;
  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;
  padding-top: 15px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .wrap-car-sidebar {
    width: 300px;
    padding-top: 0;
    margin: -102px 0 0 0;
  }
}
@media (min-width: 1410px) {
  .wrap-car-sidebar {
    width: 315px;
  }
}
.car-content-sidebar {
  width: 100%;
  background-color: #e5e6e7;
  border-radius: 5px;
  padding: 10px 10px 10px 10px;
  margin-bottom: 15px;
}
@media (min-width: 500px) {
  .car-content-sidebar {
    width: 320px;
  }
}
@media (min-width: 1200px) {
  .car-content-sidebar {
    width: 300px;
    padding: 32px 25px 25px 25px;
  }
}
@media (min-width: 1410px) {
  .car-content-sidebar {
    width: 315px;
  }
}
.car-content-sidebar-text {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #0f0f0f;
  text-align: left;
  margin-bottom: 35px;
}
@media (min-width: 1410px) {
  .car-content-sidebar-text {
    font-size: 16px;
  }
}
.car-content-sidebar-user-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.car-content-sidebar-user-photo {
  width: 27%;
}
.car-sidebar-user-photo-circle {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  padding-top: 18px;
}
.car-user-icon-svg {
  width: 25px;
  fill: #8d9aa8;
}
.car-content-sidebar-user-name {
  width: 73%;
  padding: 12px 0 0 3px;
}
.car-content-sidebar-user-text-top {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #0f0f0f;
  text-align: left;
  margin-bottom: 7px;
}
.car-content-sidebar-user-text-bottom {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #8D9AA8;
  text-align: left;
}
.car-sidebar-bascket-button {
  text-decoration: none;
  width: 100%;
  height: 65px;
  border-radius: 5px;
  background-color: #fff;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0f0f0f;
  text-align: left;
  padding: 0 65px 15px 25px;
}
@media (min-width: 1410px) {
  .car-sidebar-bascket-button {
    font-size: 16px;
  }
}
.car-bascket-svg {
  width: 25px;
  margin-right: 15px;
}
.car-sidebar-contact-button {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 65px;
  border-radius: 5px;
  background-color: #90d339;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 15px 25px 0 25px;
}
.car-sidebar-contact-button-text-top {
  text-transform: uppercase;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
}
.car-sidebar-contact-button-text-bottom {
  text-transform: uppercase;
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.all-data-block-sidebar {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #e5e6e7;
  background-color: #fff;
  position: relative;
  padding: 20px 0 0 40px;
}
.all-data-block-sidebar:before {
  content: "✓";
  display: block;
  font-size: 19px;
  color: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #90d339;
  position: absolute;
  top: 15px;
  left: 37px;
}
@media (min-width: 500px) {
  .all-data-block-sidebar {
    width: 320px;
  }
}
@media (min-width: 1200px) {
  .all-data-block-sidebar {
    width: 100%;
    padding-top: 18px;
  }
}
.all-data-block-sidebar-text {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #8D9AA8;
  text-align: center;
}
@media (min-width: 1410px) {
  .all-data-block-sidebar-text {
    font-size: 16px;
  }
}
