.find-town {
  width: 800px;
}

.find-town__block {
  border-radius: 5px;
  background: #fcfcfc;
}

.find-town__block .find_line {
  border-radius: 5px 5px 0 0;
  background: #f6f6f6;
  padding: 15px 20px;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

.find-town__block .find_line form {
  position: relative;
  margin-right: 75px;
}

.find-town__block .find_line label {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #0367b0;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1px 20px;
  background: url(https://lada-detail.ru/images/find_town_icon.png) no-repeat 0 0;
  position: absolute;
  top: 9px;
  left: 0;
}

.find-town__block .find_line .input {
  margin: 0 110px 0 165px;
}

.find-town__block .find_line input[type=text] {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #454545;
  padding: 4px 10px;
  margin-top: 5px;
  width: 100%;
  box-sizing: border-box;
}

.find-town__block .find_line input[type=submit] {
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 4px 30px;
  border-radius: 5px;
  border: 0;
  background: #1fb8f1;
  margin-left: -15px;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 0;
}

@media (max-width: 767px) {
  .find-town__block .find_line {
    height: auto;
  }

  .find-town__block .find_line form {
    margin-right: 0;
  }

  .find-town__block .find_line label {
    position: relative;
    display: block;
  }

  .find-town__block .find_line .input {
    margin: 15px 0;
  }

  .find-town__block .find_line input[type=submit] {
    position: static;
    display: block;
    width: 100%;
    box-sizing: border-box;
    left: auto;
    margin: 0;
    height: 40px;
  }
}

.find-town__form {
  padding: 10px 0 0;
  overflow: hidden;
  clear: both;
}

.find-town__form select {
  display: none;
  width: 100%;
  box-sizing: border-box;
  padding: 7px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  font-size: 14px;
  color: #0069b2;
  background: #fff;
  -webkit-appearance: select;
     -moz-appearance: select;
          appearance: select;
  text-indent: 0 !important;
  position: static !important;
}

.find-town__form select:focus {
  box-shadow: none;
  outline: none;
}

@media (max-width: 767px) {
  .find-town__form select {
    display: block;
  }
}

.find-town__form > h2,
.find-town__form p.psevdo_h2 {
  border-bottom: 2px solid #cbdfed;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #0367b0;
  text-transform: uppercase;
  padding: 0 20px 10px;
}

.find-town__form h3 {
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #0367b0;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .find-town__form h3 {
    font-size: 14px;
    color: #24282c;
    text-transform: none;
    font-weight: normal;
  }
}

.find-town__form .column {
  float: left;
  width: 33.333%;
  padding-left: 10px;
  box-sizing: border-box;
}

.find-town__form .column.county {
  padding-left: 0;
}

@media (max-width: 767px) {
  .find-town__form .column {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.find-town .default-text {
  color: #0367b0;
  font-size: 14px;
  font-family: Verdana, sans-serif;
  text-align: center;
  padding-top: 115px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .find-town .default-text {
    display: none;
  }
}

.find-town__form-wrap {
  padding: 10px 20px 20px;
  overflow: hidden;
  clear: both;
  background: #f6f6f6;
}

.find-town__list-outer {
  height: 279px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: auto;
}

@media (max-width: 767px) {
  .find-town__list-outer {
    height: auto;
  }
}

.find-town__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.find-town__list ul li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

.find-town__list ul li a {
  display: block;
  text-decoration: none;
  color: #454545;
  font-size: 14px;
  font-family: Arial, sans-serif;
  padding: 8px 13px;
}

.find-town__list ul li a:hover {
  color: #ffffff;
  background: #1fb8f1;
}

.find-town__list ul li.active a {
  color: #ffffff;
  background: #1fb8f1;
}

@media (max-width: 767px) {
  .find-town__list {
    display: none;
  }
}

@media (max-width: 767px) {
  .find-town {
    width: 80vw;
  }
}

.find-town-link {
  display: inline-block;
  font-size: 20px;
  color: #0069b2;
  text-decoration: none;
  border-bottom: 1px dashed #0069b2;
  transition: all 0.4s;
  line-height: 1.3;
}

.town-block:hover .find-town-link {
  border-bottom-style: solid;
  color: #0069b2;
  opacity: 0.8;
}

.town-block {
  margin-bottom: 50px;
}

.town-block img {
  transition: all 0.4s;
  vertical-align: middle;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  margin-right: 10px;
}

.town-block:hover img {
  -webkit-transform: translateY(-5px) scale(1.2);
          transform: translateY(-5px) scale(1.2);
  opacity: 0.8;
}

.county_line .title,
.find-town .psevdo_h3 {
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #0367b0;
  text-transform: uppercase;
}

.county_line {
  padding: 7px 20px 17px;
  border-bottom: 1px solid #e0e0e0;
}

.county_line .title {
  margin-right: 10px;
  display: inline;
}

.county_line ul {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.county_line ul li {
  display: inline;
  padding: 0;
  margin: 0;
}

.county_line ul li a {
  padding: 9px 15px;
  margin: 0;
  border-radius: 3px;
  text-decoration: none;
  color: #454545;
  font-size: 14px;
}

.county_line ul li a:hover {
  background: #1fb8f1;
  color: #fff;
}

.county_line ul li.active a {
  background: #1fb8f1;
  color: #fff;
}

@media (max-width: 767px) {
  .county_line .title {
    display: block;
    padding-bottom: 15px;
  }

  .county_line ul li {
    display: inline-block;
  }

  .county_line ul li a {
    display: block;
  }
}

.find-town-btn.insteadof-search {
  position: relative;
  display: block !important;
}

@media (max-width: 900px) {
  .find-town-btn.insteadof-search {
    width: 80vw;
    margin: 20px 0;
  }
}

.header-location-btn {
  position: relative;
  z-index: 10;
  display: inline-block;
}

.location-auto-detected {
  position: absolute;
  top: -8px;
  left: -10px;
  width: 300px;
  background-color: #f5f5f5;
  padding: 36px 10px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: none;
}

.location-auto-detected .i-close {
  position: absolute;
  top: 7px;
  right: 10px;
  color: #0086cb;
  display: inline;
  border-bottom: 1px dotted;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.2s;
}

.location-auto-detected .i-close:hover {
  border-bottom: 1px solid transparent;
}

.top_bg {
  z-index: 1000;
}

.hide-on-mobile {
  display: block;
}

.show-on-mobile {
  display: none;
}

@media (max-width: 767px) {
  .show-on-mobile {
    display: block;
  }

  .hide-on-mobile {
    display: none;
  }
}

.content .tabs {
  min-width: 300px;
}

.content .tabs ul {
  text-align: right;
  font-size: 0;
}

.content .tabs li {
  float: none;
  padding: 0;
}

.autocomplete-suggestions .autocomplete-suggestion {
  font-size: 14px;
  line-height: 2;
}

.main_contacts {
  margin-left: 200px;
}

.main_contacts .map {
  width: 100%;
}

.main_contacts .bx-yandex-map {
  width: 100% !important;
}

.main_contacts .contacts_wrapp {
  padding-left: 0;
}

.main_contacts .contacts_wrapp table {
  width: 100%;
}

.main_contacts .description {
  padding-left: 0;
}

.main_contacts .feedback_form {
  padding: 0;
  margin: 0;
}

.teasers-icons {
  font-size: 0;
  margin: 25px 0;
  text-align: center;
}

.teasers-icons * {
  line-height: 18px;
}

.teasers-icons.cols-4 .item {
  width: 25%;
}

.teasers-icons .item {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  width: 20%;
  color: #000;
  box-sizing: border-box;
  padding: 0 5px 0 0;
  transition: all 0.1s ease;
  white-space: nowrap;
  margin-bottom: 5px;
}

.teasers-icons .item .img,
.teasers-icons .item .title {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}

.teasers-icons .item .img {
  max-width: 60px;
  margin: 0 20px 0 0;
}

.teasers-icons .item img {
  max-width: 100%;
}

.teasers-icons .item .title {
  width: 60%;
  text-align: left;
  margin: -6px 0 0;
  white-space: normal;
}

.teasers-icons .item a {
  font-size: 12px;
  text-decoration: none;
  color: #000;
  line-height: 16px;
  display: block;
}

@media screen and (min-width: 1200px) {
  .teasers-icons .item .img {
    max-width: 50px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1300px) {
  .teasers-icons.cols-4 .item,
  .teasers-icons .item {
    width: 50%;
  }
}

.products-table-wide {
  font-size: 0;
}

.products-table-wide,
.products-table-wide * {
  box-sizing: border-box;
}

.display_table.products-table-wide .products-table-wide__item.table_item {
  width: 25%;
  display: inline-block;
  font-size: 1rem;
  margin: 0;
  padding: 10px;
}

.cooperation-new {
  max-width: 1000px;
  padding-bottom: 130px;
}

.cooperation-new * {
  line-height: 1;
}

.cooperation-new * {
  box-sizing: border-box;
}

.cooperation-new .ol {
  list-style: decimal;
  padding-left: 3rem;
  font-size: 1.1rem;
  line-height: 1.1;
}

.cooperation-new .ol li {
  color: #0080c6;
}

.cooperation-new .ol li + li {
  margin-top: 0.6rem;
}

.cooperation-new p {
  font-size: 1.2rem;
  line-height: 1.3;
  color: #000000;
}

.cooperation-new .h3 {
  margin: 0;
  color: #006ab9;
  font-size: 2.8rem;
  line-height: 1.3;
}

.cooperation-new .h4 {
  color: #0089e7;
  margin-bottom: 4rem;
  font-size: 1.7rem;
  text-align: center;
}

.cooperation-new img {
  max-width: 100%;
  display: inline-block;
}

@media screen and (max-width: 760px) {
  .cooperation-new.cooperation-content {
    margin-left: 0;
  }
}

.cooperation-url-screen {
  background-color: #006ab9;
  background-image: linear-gradient(to bottom, #0080c6, #006ab9);
  color: #ffffff;
  padding: 140px 50px;
}

.cooperation-url-screen .h33 {
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.cooperation-url-screen p {
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.cooperation-url-screen a {
  color: #fff;
  font-weight: bold;
}

.cooperation-url-screen .cooperation-text-lg {
  font-size: 1.7rem;
  margin-bottom: 0;
}

.cooperation-url-screen__inner {
  max-width: 600px;
  margin: auto;
}

.cooperation-url-screen__ico {
  margin-right: 60px;
  width: 400px;
  padding-right: 1rem;
}

.cooperation-url-screen__ico img {
  max-width: 100%;
}

.cooperation-url-screen__input {
  color: #143258;
  height: 30px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}

.cooperation-url-screen__input:before {
  content: "L";
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #006ab9;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  margin-left: 0.2rem;
}

.cooperation-url-screen .h2 {
  margin: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.8em;
  text-align: center;
}

.cooperation-url-screen__btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.cooperation-text-center {
  text-align: center;
}

.cooperation-text-blue {
  color: #0089e7;
}

.cooperation-text-lg {
  font-size: 1.2rem;
  line-height: 1.4;
}

.cooperation-text-lg a {
  font-weight: bold;
  margin-left: 20px;
}

@media screen and (max-width: 760px) {
  .cooperation-text-lg a {
    display: block;
    margin: 0;
  }
}

.cooperation-text-sm {
  font-size: 0.7rem;
  margin-top: 0.2rem !important;
}

.cooperation-2-cols {
  display: flex;
  margin-top: 130px;
}

.cooperation-2-cols + .cooperation-2-cols {
  margin-top: 43.3333333333px;
}

.cooperation-2-cols__left {
  width: 40%;
  flex-grow: 0;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  padding-right: 2%;
}

.cooperation-2-cols__right {
  background-color: #0080c6;
  padding: 20px;
}

.cooperation-2-cols__right,
.cooperation-2-cols__right p {
  color: #fff;
  font-size: 25px;
}

.cooperation-2-cols__right p {
  margin: 0;
}

.cooperation-2-cols__right p + p {
  margin-top: 15px;
}

@media screen and (max-width: 760px) {
  .cooperation-2-cols {
    flex-wrap: wrap;
  }

  .cooperation-2-cols__left,
  .cooperation-2-cols__right {
    width: 100%;
  }
}

.cooperation-list {
  margin-top: 130px;
}

.cooperation-list .h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.3rem;
  line-height: 1.1;
}

.cooperation-list p + p {
  margin-top: 65px;
}

.cooperation-list .sub-title {
  margin-bottom: 65px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #636363;
}

.cooperation-list ol {
  margin-top: 30px;
}

.cooperation-list ol li {
  color: #0089e7;
}

.cooperation-list ol li:before {
  background-color: #0089e7 !important;
}

.cooperation-list__icons {
  display: flex;
  padding: 0;
  justify-content: space-around;
  flex-wrap: wrap;
  list-style: none;
}

@media screen and (max-width: 760px) {
  .cooperation-list__icons {
    margin: 65px 0 0;
  }
}

.cooperation-list__icon {
  flex-grow: 1;
  width: 200px;
  line-height: 1.1;
  padding: 1rem;
  margin: 2rem 0 0;
}

.cooperation-list__icon img {
  height: 160px;
  display: block;
  margin: 0 auto 2rem;
}

.cooperation-list__icon-text {
  display: block;
  text-align: left;
  color: #000000;
  font-size: 0.9rem;
}

.cooperation-list__icon-text strong {
  font-size: 1.2rem;
  text-align: left;
  display: flex;
  margin-bottom: 0.5rem;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 760px) {
  .cooperation-list__icon {
    width: 200px;
    margin: 43.3333333333px 0;
  }
}

.cooperation-strong {
  font-weight: bold;
  margin-top: 30px;
}

.cooperation-points {
  display: flex;
  margin-left: -60px;
  align-items: flex-end;
  margin-top: 65px;
  justify-content: space-around;
}

@media screen and (max-width: 900px) {
  .cooperation-points {
    flex-wrap: wrap;
  }
}

.cooperation-point {
  background-color: #0080c6;
  width: 33.3333333333%;
  min-width: 100px;
  align-items: center;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin: 65px 0 0 60px;
}

.cooperation-point p {
  margin: 0;
  color: #fff;
}

.cooperation-point__top {
  font-size: 2.1rem;
  margin-bottom: 20px;
}

.cooperation-point__top .value {
  font-size: 3.2rem;
  font-weight: bold;
}

.cooperation-point *,
.cooperation-point {
  color: #fff;
}

@media screen and (max-width: 760px) {
  .cooperation-point {
    width: 100%;
  }
}

.cooperation-table {
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 65px;
}

.cooperation-table table {
  border-collapse: collapse;
}

.cooperation-table table th {
  font-size: 1rem;
}

.cooperation-table table th span {
  display: inline-block;
  color: #0080c6;
  margin-left: 10px;
}

.cooperation-table table td,
.cooperation-table table th {
  width: 25%;
  padding: 20px 15px;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.2;
}

.cooperation-table table td i,
.cooperation-table table th i {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #006ab9;
  border-radius: 50%;
}

.cooperation-table table td:first-child,
.cooperation-table table th:first-child {
  text-align: left;
  width: 40%;
}

.cooperation-table table td:nth-child(n+2),
.cooperation-table table th:nth-child(n+2) {
  text-align: center;
  width: 20%;
}

.cooperation-table table th {
  color: #000000;
  font-size: 1.3rem;
  line-height: 1.3;
}

.cooperation-table table tr:nth-child(odd) td {
  background-color: #87c5e4;
  border-left: 2px solid #006ab9;
}

.cooperation-table table tr:nth-child(odd) td:first-child {
  background-color: #006ab9;
  color: #ffffff;
  border: none;
}

.cooperation-table table tr:nth-child(odd) td:nth-child(2) {
  border: none;
}

.cooperation-new--mobile {
  display: none;
}

@media screen and (max-width: 1180px) {
  .cooperation-new p {
    font-size: 1rem;
  }

  .cooperation-new .h3,
  .cooperation-new .h33 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .cooperation-new .cooperation-new__download {
    max-width: 500px;
    margin: auto;
  }

  .cooperation-new .pagination a {
    line-height: 1.3;
    display: inline-flex;
    align-items: center;
    font-size: 1.3rem;
    border-radius: 0.3rem !important;
    padding: 10px 20px;
    width: auto;
    height: auto;
    margin-top: 40px;
  }

  .cooperation-url-screen {
    padding: 80px 20px;
  }

  .cooperation-new--desktop {
    display: none;
  }

  .cooperation-new--mobile {
    display: block;
  }
}

div[id^=wait_] {
  font-family: Verdana, Arial, sans-serif;
  z-index: 10000;
  text-align: center;
  position: fixed !important;
  display: flex !important;
  background-image: none !important;
  background-color: rgba(255, 255, 255, 0.99) !important;
  border: 1px solid rgba(3, 103, 176, 0.5) !important;
  box-shadow: 0 3px 20px -3px rgba(0, 0, 0, 0.2);
  color: #0367b0 !important;
  top: 12px !important;
  right: 12px !important;
  font-size: 13px !important;
  left: auto !important;
  border-radius: 21px;
  padding: 0 20px 0 46px !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 42px;
}

div[id^=wait_],
div[id^=wait_] * {
  box-sizing: border-box;
}

div[id^=wait_]:after,
div[id^=wait_]:before {
  content: "";
  display: block;
  height: 36px;
  width: 36px;
  position: absolute;
  top: 2px;
  left: 2px;
  border: 3px solid #0367b0;
  box-sizing: border-box;
  border-radius: 18px;
  -webkit-animation: bxWaiterAnimation 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: bxWaiterAnimation 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

div[id^=wait_]:after {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes bxWaiterAnimation {
  0% {
    -webkit-transform: scale(0.2) translateZ(0);
            transform: scale(0.2) translateZ(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    opacity: 0;
  }
}

@keyframes bxWaiterAnimation {
  0% {
    -webkit-transform: scale(0.2) translateZ(0);
            transform: scale(0.2) translateZ(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    opacity: 0;
  }
}


/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJhc3NldHMtcHJvZy9kaXN0L3N0eWxlLmNzcyIsInNvdXJjZVJvb3QiOiIifQ==*/