.product.branches ul, .socials_list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

[class*=balloon__close-button]:before, [class*=balloon__close-button]:after, .product.info.detailed .product.data.items > .item.title > .switch:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product.branches ul .actions .action.primary, .form_col .send_btn {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: auto;
  font-family: "montserrat-medium", "montserratarm-medium";
  font-weight: normal;
  font-size: 110%;
  line-height: 13px;
  border-radius: 8px;
  padding: 10px 34px;
}
.product.branches ul .actions .loading.action.primary, .form_col .loading.send_btn {
  pointer-events: none;
  color: transparent !important;
}
.product.branches ul .actions .loading.action.primary:after, .form_col .loading.send_btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px -8px;
  border-radius: 50%;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  animation: loadAnimation 1.6s infinite linear;
}

.form_col .send_btn {
  color: #ffffff !important;
  background: #FF0000;
  border: 1px solid transparent;
}
.form_col .loading.send_btn:after {
  color: #ffffff;
}

.product.branches ul .actions .action.primary {
  color: #FF0000 !important;
  border: 1px solid;
  background: #ffffff;
}
.product.branches ul .actions .loading.action.primary:after {
  color: #FF0000;
}

@keyframes loadAnimation {
  9% {
    box-shadow: none;
  }
  10% {
    box-shadow: -8px 0 0;
  }
  35% {
    box-shadow: -8px 0 0;
  }
  36% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  60% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  61% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  85% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  86% {
    box-shadow: none;
  }
}
.contacts_page {
  padding-bottom: 60px;
}

.contact_row {
  margin: 0 -10px;
  display: flex;
}
.contact_row .small_title {
  font-size: 160%;
  line-height: 1.25em;
  color: #4d4d4d;
  font-family: "montserrat-medium", "montserratarm-medium";
  padding-bottom: 20px;
}

.info_col {
  max-width: 41.5%;
  flex: 0 0 41.5%;
  padding: 0 10px;
}
.info_col .info_block {
  padding-bottom: 28px;
}
.info_col .info_block:last-child {
  padding-bottom: 0;
}
.info_col .info_title {
  font-size: 120%;
  line-height: 1.25em;
  color: #4d4d4d;
  text-transform: capitalize;
}
.info_col a.item_info {
  display: inline-block;
}
.info_col .item_info {
  font-size: 160%;
  line-height: 1.5em;
  color: #000000;
}

.socials_list ul {
  display: flex;
}
.socials_list ul li {
  padding-top: 10px;
  margin-left: 10px;
}
.socials_list ul li:first-child {
  margin-left: 0;
}
.socials_list a {
  display: block;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  color: #FF0000;
}
.socials_list a:before {
  display: block;
  font-size: 3rem;
}

.form_col {
  max-width: 58.5%;
  flex: 0 0 58.5%;
}
.form_col .field_block {
  width: 100%;
  padding-bottom: 10px;
}
.form_col .small_title {
  padding: 0 10px 20px 10px;
}
.form_col label {
  width: auto;
  height: auto;
  display: block;
}
.form_col .field_title {
  font-size: 120%;
  line-height: 1.25em;
  text-transform: capitalize;
  color: #4d4d4d;
  padding-bottom: 3px;
}
.form_col .field_title:after {
  content: "*";
  color: #FF0000;
  display: inline-block;
  vertical-align: top;
}
.form_col input,
.form_col textarea {
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 120%;
  line-height: 15px;
  color: #4d4d4d;
  padding: 9px 15px;
  width: 100%;
  height: auto;
  background: transparent;
  font-family: "montserrat", "montserratarm";
}
.form_col input ::-webkit-input-placeholder,
.form_col textarea ::-webkit-input-placeholder {
  color: #8d8d8d;
}
.form_col input :-moz-placeholder,
.form_col textarea :-moz-placeholder {
  color: #8d8d8d;
}
.form_col input ::-moz-placeholder,
.form_col textarea ::-moz-placeholder {
  color: #8d8d8d;
}
.form_col input :-ms-input-placeholder,
.form_col textarea :-ms-input-placeholder {
  color: #8d8d8d;
}
.form_col textarea {
  min-height: 161px;
}
.form_col .form_info {
  display: block;
  font-size: 120%;
  line-height: 1.25em;
  color: #4d4d4d;
  padding: 0 10px;
  max-width: 100%;
  flex: 0 0 100%;
}
.form_col .form_info:before {
  content: "*";
  color: #FF0000;
  display: inline-block;
  vertical-align: top;
}
.form_col .send_btn {
  margin: 20px 10px 0;
  text-transform: uppercase;
}
.form_col form {
  display: flex;
  flex-wrap: wrap;
}
.form_col .left_col {
  max-width: 42.5%;
  flex: 0 0 42.5%;
  padding: 0 10px;
}
.form_col .right_col {
  max-width: 57.5%;
  flex: 0 0 57.5%;
  padding: 0 10px;
}

.map_section {
  position: relative;
}
.map_section .map_block {
  margin-top: 38px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.map_section #map {
  width: 100%;
  height: 426px;
}

@media screen and (max-width: 1219px) {
  .info_col .item_info {
    font-size: 140%;
  }
  .contact_row .small_title {
    font-size: 140%;
  }
}
@media screen and (max-width: 991px) {
  .info_col {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .form_col {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .form_col form {
    flex-direction: column;
  }
  .form_col .left_col {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .form_col .right_col {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .info_col .item_info {
    font-size: 130%;
  }
  .contact_row .small_title {
    font-size: 130%;
  }
  .map_section .map_block {
    margin-top: 32px;
  }
  .map_section #map {
    height: 380px;
  }
}
@media screen and (max-width: 575px) {
  .contact_row {
    margin: 0;
    flex-direction: column;
  }
  .contact_row .small_title {
    font-size: 140%;
  }
  .info_col {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .info_col .info_block {
    padding-bottom: 22px;
  }
  .info_col .item_info {
    font-size: 140%;
  }
  .form_col {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 40px 0 0;
  }
  .form_col .small_title {
    padding: 0 0 20px;
  }
  .form_col .send_btn {
    margin: 20px 0 0;
  }
  .form_col form {
    flex-direction: column;
  }
  .form_col .left_col {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .form_col .form_info {
    padding: 0;
  }
  .form_col .right_col {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}
@media screen and (max-width: 399px) {
  .info_col .item_info {
    font-size: 130%;
  }
  .contact_row .small_title {
    font-size: 130%;
  }
  .map_section .map_block {
    margin-top: 34px;
  }
  .map_section #map {
    height: 350px;
  }
}
.pharmacies_page {
  margin-bottom: 60px;
}

.product.info.detailed {
  flex: 0 0 100%;
  max-width: 100%;
  order: 3;
  margin-top: 56px;
  margin-bottom: 0;
}
.product.info.detailed .product.data.items {
  margin: 0;
}
.product.info.detailed .product.data.items > .item.title {
  margin: 0;
}
.product.info.detailed .product.data.items > .item.title:not(:first-child) {
  padding-left: 50px;
}
.product.info.detailed .product.data.items > .item.title > .switch {
  display: block;
  border: none;
  color: inherit;
  font-size: 160%;
  line-height: 24px;
  padding: 0;
  height: auto;
  background: transparent;
  position: relative;
}
.product.info.detailed .product.data.items > .item.title > .switch .counter {
  color: #8d8d8d;
}
.product.info.detailed .product.data.items > .item.title > .switch:hover .counter, .product.info.detailed .product.data.items > .item.title > .switch:active .counter {
  color: inherit;
}
.product.info.detailed .product.data.items > .item.title.active > .switch {
  pointer-events: none;
  color: #FF0000;
}
.product.info.detailed .product.data.items > .item.title.active > .switch .counter {
  color: inherit;
}
@media screen and (min-width: 992px) {
  .product.info.detailed .product.data.items > .item.title.active > .switch:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    border-top: 3px solid;
    bottom: -7px;
    top: auto;
  }
}
.product.info.detailed .product.data.items .item.content {
  background: transparent;
  margin-top: 30px;
  padding: 30px 0 0;
  border: none;
  border-top: 1px solid #ebebeb;
}
.product.info.detailed .product.description {
  display: flex;
  margin: 0 -10px;
}
.product.info.detailed .product.description .inner_info {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding-left: 10px;
  padding-right: 10px;
}
.product.info.detailed .product.description .title_block {
  color: #000000;
  font-family: "montserrat-medium", "montserratarm-medium";
  margin-bottom: 10px;
}
.product.info.detailed .product.description .title_block,
.product.info.detailed .product.description .text_block {
  font-size: 140%;
  line-height: 23px;
}
.product.info.detailed .params_list {
  padding: 0 10px;
  margin: 0;
  list-style-type: none;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.product.info.detailed .params_list li {
  margin-bottom: 15px;
}
.product.info.detailed .param_type {
  font-size: 120%;
  line-height: 15px;
  color: #8d8d8d;
}
.product.info.detailed .param_info {
  font-size: 140%;
  line-height: 18px;
}
@media screen and (max-width: 991px) {
  .product.info.detailed {
    margin-top: 40px;
  }
  .product.info.detailed .product.data.items {
    border-bottom-color: #ebebeb;
    margin-left: -20px;
    margin-right: -20px;
  }
  .product.info.detailed .product.data.items > .item.title:not(:first-child) {
    padding-left: 0;
  }
  .product.info.detailed .product.data.items > .item.title > .switch {
    padding: 20px 20px;
    font-size: 140%;
    line-height: 23px;
    display: flex;
    align-items: center;
    border-top: 1px solid #ebebeb;
    font-weight: normal;
    font-family: "montserrat-medium", "montserratarm-medium";
  }
  .product.info.detailed .product.data.items > .item.title > .switch:after {
    content: "\e901";
    font-size: 3.2rem;
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 20px;
  }
  .product.info.detailed .product.data.items > .item.title > .switch .counter {
    margin-left: 5px;
  }
  .product.info.detailed .product.data.items > .item.title.active > .switch:after {
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
  }
  .product.info.detailed .product.data.items .item.content {
    margin: 0;
    padding: 0 20px 20px;
    border-top: none;
  }
  .product.info.detailed .product.description .text_block {
    font-size: 120%;
    line-height: 19px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product.info.detailed .product.description .inner_info {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .product.info.detailed .params_list {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .product.info.detailed .product.description {
    flex-wrap: wrap;
  }
  .product.info.detailed .product.description .inner_info {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 15px;
  }
  .product.info.detailed .params_list {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.product.branches {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  align-items: flex-start;
}
.product.branches .branches_list {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
}
.product.branches .map_block {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding-left: 10px;
  padding-right: 10px;
  order: 2;
}
.product.branches #map {
  width: 100%;
  height: 495px;
}
.product.branches .branches_search {
  position: relative;
  max-width: 340px;
  margin-bottom: 13px;
}
.product.branches .branches_search ::-webkit-input-placeholder {
  color: #8d8d8d;
}
.product.branches .branches_search :-moz-placeholder {
  color: #8d8d8d;
}
.product.branches .branches_search ::-moz-placeholder {
  color: #8d8d8d;
}
.product.branches .branches_search :-ms-input-placeholder {
  color: #8d8d8d;
}
.product.branches .branches_search label {
  display: block;
  margin: 0;
  font-weight: normal;
}
.product.branches .branches_search .label {
  display: none;
}
.product.branches .branches_search:before {
  display: flex;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 200%;
  height: 100%;
  align-items: center;
}
.product.branches .branches_search input {
  border: 1px solid #ebebeb;
  padding: 10px 40px 10px 10px;
  border-radius: 5px;
  font-size: 120%;
  line-height: 14px;
  color: inherit;
  font-family: inherit;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .product.branches .mobile_switchers {
    display: none;
  }
  .product.branches ul {
    direction: rtl;
    margin-right: -20px;
    text-align: left;
    max-width: 360px;
  }
  .product.branches li {
    direction: ltr;
  }
}
.product.branches ul {
  height: 445px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #cfcfcf #f3f3f3;
  scrollbar-width: thin;
}
.product.branches ul::-webkit-scrollbar {
  width: 4px;
  height: auto;
  border-radius: 0;
  background: #f3f3f3;
}
.product.branches ul::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #cfcfcf;
}
.product.branches ul li {
  padding: 0 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  max-height: 300px;
  margin: 0;
  -o-transition: max-height 0.3s;
  -ms-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
.product.branches ul li.inactive {
  max-height: 0;
}
.product.branches ul li:not(:first-child):before {
  display: block;
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px solid #ebebeb;
}
.product.branches ul li.active {
  background: #fafafa;
}
.product.branches ul li.active:before,
.product.branches ul li.active + li:before {
  opacity: 0;
}
.product.branches ul .branch_name {
  font-size: 160%;
  line-height: 1.5em;
  font-family: "montserrat-medium", "montserratarm-medium";
}
.product.branches ul .actions {
  padding-top: 20px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.product.branches ul .actions .primary {
  order: 3;
}
.product.branches ul .actions .secondary {
  margin-bottom: auto;
}
.product.branches ul .actions .action.primary {
  margin-top: 10px;
}
.product.branches ul .actions .map_btn {
  border: none;
  padding: 0;
  background: transparent !important;
  font-size: 120%;
  line-height: 14px;
  color: #FF0000;
  text-decoration: underline;
}
.product.branches .branch_info {
  flex: 1;
  width: 50%;
  padding: 15px 20px 15px 0;
}
.product.branches .info_block {
  margin-top: 10px;
}
.product.branches .info_type {
  font-size: 120%;
  line-height: 15px;
  color: #8d8d8d;
  margin-bottom: 3px;
}
.product.branches .info_inner {
  font-size: 140%;
  line-height: 17px;
}
.product.branches .info_inner a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.product.branches .iw_content {
  max-width: 160px;
  font-size: 1.2rem;
  line-height: 15px;
  padding-right: 10px;
}
.product.branches .iw_content .branch_name {
  font-family: "montserrat-medium", "montserratarm-medium";
  margin-bottom: 10px;
}
.product.branches .iw_content a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .product.branches ul .branch_name {
    font-size: 140%;
  }
  .product.branches ul .info_inner {
    font-size: 120%;
    line-height: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product.branches .branches_list {
    flex: 0 0 380px;
    max-width: 40%;
  }
  .product.branches ul {
    margin-right: -15px;
  }
  .product.branches ul li {
    padding: 0 15px;
  }
  .product.branches ul li:not(:first-child):before {
    left: 15px;
    right: 15px;
  }
  .product.branches .map_block {
    flex: 1;
    max-width: 100%;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .product.branches {
    margin-left: -20px;
    margin-right: -20px;
  }
  .product.branches .mobile_switchers {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    border-bottom: 1px solid #cfcfcf;
  }
  .product.branches .mobile_switchers button {
    background: transparent;
    flex: 1;
    border: none !important;
    padding: 10px 20px;
    font-size: 110%;
    line-height: 13px;
    color: #8d8d8d;
    position: relative;
    font-family: "montserrat-medium", "montserratarm-medium";
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .product.branches .mobile_switchers button:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    border-top: 3px solid transparent;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .product.branches .mobile_switchers button.active {
    color: #4d4d4d;
  }
  .product.branches .mobile_switchers button.active:after {
    border-top-color: #4d4d4d;
  }
  .product.branches .branches_list {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .product.branches .branches_list ul {
    height: 400px;
    margin-right: 10px;
  }
  .product.branches .map_block {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .product.branches .map_block:not(.active), .product.branches .map_block.active + .branches_list ul {
    height: 0;
    opacity: 0;
  }
  .product.branches #map {
    height: 400px;
  }
  .product.branches .branches_search {
    max-width: 100%;
    padding: 20px 20px;
    border-bottom: 1px solid #ebebeb;
  }
  .product.branches .branches_search:before {
    margin-right: 20px;
  }
}
@media screen and (max-width: 359px) {
  .product.branches ul .branch_name {
    font-size: 140%;
  }
  .product.branches ul .info_inner {
    font-size: 120%;
    line-height: 15px;
  }
}

[class*=balloon__layout] {
  border-radius: 5px;
}

[class*=balloon] {
  border-radius: 5px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.07) !important;
}

[class*=balloon__content] {
  background: transparent;
}

[class*=balloon__tail] {
  width: 18px !important;
  height: 22px !important;
  background: url("images/marker.svg") no-repeat !important;
  background-size: 100% !important;
  background-position: top left;
  margin-left: 2px;
  transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  -o-transform: none !important;
}
[class*=balloon__tail]:after {
  display: none !important;
}

[class*=balloon__close-button] {
  background: transparent !important;
  opacity: 1 !important;
  display: flex !important;
  width: 40px !important;
  height: 40px !important;
  align-items: center;
  justify-content: center;
}
[class*=balloon__close-button]:before {
  display: block;
  content: "\e908";
  font-size: 2rem;
}

.web .socials_list a, .socials_list .web a, .web .product.branches ul .actions .map_btn, .product.branches ul .actions .web .map_btn, .web [class*=balloon__close-button], .web .info_col a.item_info, .info_col .web a.item_info, .web .product.info.detailed .product.data.items > .item.title > .switch, .product.info.detailed .web .product.data.items > .item.title > .switch, .web .product.branches .info_inner a, .product.branches .info_inner .web a, .web .product.branches .iw_content a, .product.branches .iw_content .web a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .form_col .send_btn, .form_col .web .send_btn, .web .product.branches ul .actions .action.primary, .product.branches ul .actions .web .action.primary {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .socials_list a, .socials_list .touch a, .touch .info_col a.item_info, .info_col .touch a.item_info, .touch .product.info.detailed .product.data.items > .item.title > .switch, .product.info.detailed .touch .product.data.items > .item.title > .switch, .touch .product.branches ul .actions .map_btn, .product.branches ul .actions .touch .map_btn, .touch .product.branches .info_inner a, .product.branches .info_inner .touch a, .touch .product.branches .iw_content a, .product.branches .iw_content .touch a, .touch [class*=balloon__close-button] {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .form_col .send_btn, .form_col .touch .send_btn, .touch .product.branches ul .actions .action.primary, .product.branches ul .actions .touch .action.primary {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.form_col .loading.send_btn, .product.branches ul .actions .loading.action.primary {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.web .info_col a.item_info:hover, .info_col .web a.item_info:hover, .web .product.info.detailed .product.data.items > .item.title > .switch:hover, .product.info.detailed .web .product.data.items > .item.title > .switch:hover, .web .product.branches .info_inner a:hover, .product.branches .info_inner .web a:hover, .web .product.branches .iw_content a:hover, .product.branches .iw_content .web a:hover {
  color: #FF0000 !important;
}
.web .info_col a.item_info:active, .info_col .web a.item_info:active, .web .product.info.detailed .product.data.items > .item.title > .switch:active, .product.info.detailed .web .product.data.items > .item.title > .switch:active, .web .product.branches .info_inner a:active, .product.branches .info_inner .web a:active, .web .product.branches .iw_content a:active, .product.branches .iw_content .web a:active {
  color: #D91F2C;
}
.web .product.branches ul .actions .map_btn:hover, .product.branches ul .actions .web .map_btn:hover, .web [class*=balloon__close-button]:hover {
  color: #D91F2C;
}
.web .product.branches ul .actions .map_btn:active, .product.branches ul .actions .web .map_btn:active, .web [class*=balloon__close-button]:active {
  color: #CD0F1C;
}
.web .form_col .send_btn:hover, .form_col .web .send_btn:hover, .web .product.branches ul .actions .action.primary:hover, .product.branches ul .actions .web .action.primary:hover {
  background: #D91F2C;
  border-color: transparent;
}
.web .form_col .send_btn:active, .form_col .web .send_btn:active, .web .product.branches ul .actions .action.primary:active, .product.branches ul .actions .web .action.primary:active {
  background: #CD0F1C;
  border-color: transparent;
}
.web .product.branches ul .actions .action.primary:hover, .product.branches ul .actions .web .action.primary:hover {
  background: #D91F2C;
  color: #ffffff !important;
  border-color: transparent;
}
.web .product.branches ul .actions .action.primary:active, .product.branches ul .actions .web .action.primary:active {
  background: #CD0F1C;
  color: #ffffff !important;
  border-color: transparent;
}
.web .socials_list a:hover, .socials_list .web a:hover {
  color: rgba(255, 0, 0, 0.7);
}
.touch .info_col a.item_info:active, .info_col .touch a.item_info:active, .touch .product.info.detailed .product.data.items > .item.title > .switch:active, .product.info.detailed .touch .product.data.items > .item.title > .switch:active, .touch .product.branches ul .actions .map_btn:active, .product.branches ul .actions .touch .map_btn:active, .touch .product.branches .info_inner a:active, .product.branches .info_inner .touch a:active, .touch .product.branches .iw_content a:active, .product.branches .iw_content .touch a:active, .touch [class*=balloon__close-button]:active {
  color: #CD0F1C;
}
.touch .form_col .send_btn:active, .form_col .touch .send_btn:active, .touch .product.branches ul .actions .action.primary:active, .product.branches ul .actions .touch .action.primary:active {
  background: #CD0F1C;
  border-color: transparent;
}
.touch .product.branches ul .actions .action.primary:active, .product.branches ul .actions .touch .action.primary:active {
  background: #CD0F1C;
  color: #ffffff !important;
  border-color: transparent;
}
.touch .socials_list a:active, .socials_list .touch a:active {
  color: rgba(255, 0, 0, 0.7);
}

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