* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "Montserrat", sans-serif;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

a,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}
.text-transparent {
  color: transparent;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 124px;
  padding-bottom: 0px;
  font-family: "Montserrat", sans-serif;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  overflow: hidden;
}

.contacts {
  display: flex;
  margin-top: -25px;
  flex-direction: column;
  align-items: center;
  background-color: #f7f7f7;
}
.contacts_h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0px;
  color: #bc2539;
}
.contacts_h1.max {
  display: block;
}
.contacts_h1.min {
  display: none;
}
.contacts-cards {
  display: flex;
  width: 1525px;
  justify-content: space-between;
  padding: 90px 0;
  gap: 30px;
}

.contacts-card_div {
  box-sizing: border-box;
  width: 340px;
  height: 230px;
  background: #f7f7f7;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 5px 5px 10px 5px rgb(136, 136, 136, 0.5);
  display: flex;
  align-items: center;
  /* justify-content: space-around; */
  justify-content: space-between;
  flex-direction: column;
  padding: 45px 30px 55px 30px;
}
.contacts-card_div:nth-child(3) {
  padding: 45px 30px 50px 30px;
}
#contacts-request,
#contacts-apeal {
  padding: 0;
}
#contacts-request a {
  padding: 45px 30px 50px 30px;
}
#contacts-apeal a {
  padding: 45px 30px 50px 30px;
}
.contacts-card_div a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.contacts-card_title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #000;
}
.contacts-card_text {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #000;
  line-height: 1.2;
}
.contacts-card_div:first-child .contacts-card_text,
.contacts-card_div:nth-child(2) .contacts-card_text {
  max-width: 174px;
}

.contacts-card_text.text2 {
  font-weight: 700;
}

.contacts-card_div:hover {
  cursor: pointer;
  background-color: #bc2539;
}

.contacts-card_div:hover .contacts-card_title,
.contacts-card_div:hover .contacts-card_text {
  color: #fff;
}
.addresses {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  background-color: #f7f1f1;
}
.adresses-cards {
  display: flex;
  width: 100vw;
  width: 1525px;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 70px;
  gap: 0px;
}
.adresses-card_div {
  width: 350px;
}
.adresses-card_title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #000;
  margin-bottom: 40px;
}
.adresses-card_text {
  display: block;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  color: #000;
  text-align: center;
}

.adresses-card_div.min {
  display: none;
}
.adresses-card_p {
  display: none;
}

.adresses-img .image {
  width: 1526px;
  aspect-ratio: 3.627 / 1;
}
.adresses-img-title {
  display: none;
}
.adresses-img .max {
  display: block;
}
.adresses-img .min {
  display: none;
}

.adresses-attention {
  display: flex;
  width: 1525px;
  justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 35px;
  gap: 40px;
}
.adresses-attention-column {
  width: 100%;
}
.adress-attention-block {
  display: flex;
  align-items: start;
  padding-bottom: 50px;
}

.adress-attention-block-icon {
  flex: 0 0 52px;
  margin-right: 20px;
}
.icon {
  margin-top: 2px;
  width: 100%;
}
.adress-attention-block-info-text {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  /*  text-align: justify;*/
}
.adress-attention-block-info-text.max {
  display: block;
  display: none;
}
.adress-attention-block-info-text.min {
  display: block;
}
.adress-attention-block-info-text::first-line {
  font-weight: 700;
}
span.transparent {
  color: transparent;
}
#end-text::first-line {
  font-weight: 500;
}
#end-text span {
  font-weight: 700;
}

.address-attention-print-cnt {
  display: flex;
  justify-content: end;
  width: 100%;
  padding-top: 10px;
}
.address-attention-print {
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  width: 406px;
  height: 44px;
  border: 1px solid #bc2539;
  border-radius: 10px;
}
.address-attention-print_p {
  font-weight: 700;
  font-size: 16px;
  color: #1b1c1c;
}

.address-attention-print:hover {
  background-color: #bc2539;
  cursor: pointer;
}

.address-attention-print:hover .address-attention-print_p {
  color: #fff;
}
.find-us {
  padding: 107px 0;
  display: flex;
  width: 1550px;
  justify-content: space-between;
  align-items: start;
}
.find-us-left {
  display: flex;
  flex-direction: column;
  flex: 0 0 36.6%;
}
.find-us-h1-cnt {
  display: flex;
  align-items: start;
}
.find-us-info-block {
  display: flex;
  align-items: start;
}
.find-us-info-block-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 73px;
  margin-top: 5px;
  margin-right: 50px;
}
.find-us-info-block-icon .pedestrian {
  width: 100%;

  max-width: 5000px;
}
.find-us-info-block-icon .bus {
  width: 69.86%;
}
.find-us-info-block-icon .car {
  width: 100%;
}
.find-us-info-block-icon .parking {
  width: 69.86%;
}
.find-us-h1 {
  font-weight: 700;
  font-size: 24px;
  color: #000;
}

.find-us-info-block {
  margin-top: 51px;
}
.find-us-info-block:first-child {
  margin-top: 48px;
}
.find-us-info-block-info-title-p {
  font-weight: 700;
  font-size: 24px;
  color: #bc2539;
}
.find-us-info-block-info-title-span {
  display: inline;
}
.find-us-info-block-info-text-p {
  width: 400px;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin-top: 22px;
  line-height: 1.33;
}
.find-us-right {
  display: flex;
  flex-direction: column;
  flex: 0 0 49.8%;
  gap: 34px;
}
.find-us-right-img {
  width: 100%;
  overflow: hidden;
}
.find-us-right-img img {
  width: 100%;
  aspect-ratio: 1.83 / 1;
}

.find-us-right-img iframe {
  width: 100%;
  aspect-ratio: 1.83 / 1;
}

.details {
  display: none;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 20;
  padding: 0 10%;
}
.details-table-div-wrapper {
  height: 2300px;
}

.details-table-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 345px;
  position: relative;
  max-width: 1211px;
  overflow: hidden;
  box-shadow: 7px 7px 20px 10px rgb(136, 136, 136, 0.5);
  background-color: rgb(246, 246, 246);
  border-radius: 15px;
  padding: 71px 89px 120px 89px;
}

.details-table-div-title {
  font-weight: 700;
  font-size: 36.6px;
  line-height: 45px;
  letter-spacing: 0;
}
.details-table-div-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgb(229, 229, 229);
  margin-top: 23px;
}
.details-table-div-content-info {
  display: flex;
  width: 100%;
}
.details-table-div-content-info:last-child {
  border-bottom: 1px solid #000;
}
.details-table-div-content-info-name,
.details-table-div-content-info-meaning {
  border: 1px solid #000;
  border-bottom: none;
  padding: 6.8px 10px;
}
.details-table-div-content-info-name {
  border-right: none;
  flex: 0 0 41.1%;
}
.details-table-div-content-info-meaning {
  flex: 0 0 58.9%;
}

.details-table-div-content-info-name-p,
.details-table-div-content-info-meaning-p {
  width: 100%;
  font-weight: 400;
  font-size: 20.38px;
  line-height: 25px;
  letter-spacing: 0;
}
.details-table-div-content-info-meaning-p {
  text-align: justify;
}
p.details-table-div-content-info-p {
  font-weight: 700;
  font-size: 20.38px;
  line-height: 25px;
  letter-spacing: 0;
}
.print-details-div {
  position: absolute;
  right: 6.4%;
  bottom: 1.9%;
}
.print-details {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 44px;
  border: 2.31px solid #bb2539;
  border-radius: 10px;
}
.print-details p {
  font-weight: 700;
  font-size: 16px;
  color: #1b1c1c;
}
.print-details:hover {
  background: #bc2539;
  cursor: pointer;
}
.print-details:hover p {
  color: #fff;
}
.branches {
  background-color: #f6f6f6;
  display: none;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: auto;
  margin-top: -57px;
  padding: 0 50px;
}
.branches-img-close,
.details-img-close {
  cursor: pointer;
}
.details-img-close {
  display: block;
  position: absolute;
  right: 49px;
  top: 40px;
  width: 23px;
  z-index: 10;
}
.details-img-close {
  right: 49px;
  top: 40px;
}
.branches-img-close {
  display: none;
}
.branches-h1 {
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  color: #000;
  margin-top: 30px;
}
.branches-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: auto;

  max-width: 1530px;
  gap: 30px;
  margin: 130px auto 90px auto;
}

.branches-card-dubble,
.branches-card-tripple {
  display: flex;
  border-radius: 18px;
  overflow: hidden;
  gap: 30px;
  box-shadow: 5px 5px 10px 5px rgb(136, 136, 136, 0.5);
}

.branches-card-div {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  padding: 30px;
  position: relative;
  width: 360px;
  height: 273px;
  border-radius: 18px;
  background-color: #f6f6f6;
  box-shadow: 5px 5px 10px 5px rgb(136, 136, 136, 0.5);
}
.branches-card-div.transparent {
  background-color: transparent;
  box-shadow: none;
}
.branches-card-dubble .branches-card-div,
.branches-card-tripple .branches-card-div {
  border-radius: 0;
  box-shadow: none;
}
.brances-card-title-flex {
  display: flex;
  align-items: start;
}
.brances-card-title-flex-logo-div {
  width: 30px;
  flex: 0 0 30px;
  margin-right: 14px;
  margin-top: 3px;
}
.brances-card-title-flex-logo-img {
  width: 100%;
}
.brances-card-title-flex-title {
  font-weight: 700;
  font-size: 24px;
  color: #666;
}
.brances-card-text {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  transition: color 0.3s ease

}

.brances-card-text-tel,
.brances-card-text-email {
  color: #000;
  transition: color 0.3s ease
}

.brances-card-text-tel:focus,
.brances-card-text-tel:hover {
  color: #bc2539;
}

.brances-card-text-email:focus,
.brances-card-text-email:hover {
  color: #bc2539;
}

.branches-card-separator-vertic {
  height: 74%;
  max-height: 170px;
  width: 1px;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #cbcbcb;
}
.branches-card-separator-horiz {
  width: 45%;
  max-width: 260px;
  height: 1px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #cbcbcb;
}
#branches-card11 .branches-card-div:last-child {
  padding-right: 18px;
  padding-left: 27px;
}
#branches-card9,
#branches-card15 {
  padding-right: 20px;
}
#branches-card17 {
  display: none;
}

body.no-scroll {
  overflow: hidden;
}
.details-on .details {
  display: flex;
}
.details.active {
  overflow: auto;
}
.branches-on .branches {
  display: flex;
}
.branches-on .contacts,
.branches-on .addresses,
.branches-on .find-us {
  display: none;
}

@media (max-width: 1919px) {
  .contacts {
    margin-top: calc(-55px + 30 * (100vw - 1600px) / 320);
  }
  .contacts_h1 {
    font-size: calc(39px + 9 * (100vw - 1600px) / 320);
  }
  .contacts-cards {
    width: calc(1271px + (1525 - 1271) * (100vw - 1600px) / 320);
    padding-top: calc(83px + (90 - 83) * (100vw - 1600px) / 320);
    padding-bottom: calc(78px + (90 - 78) * (100vw - 1600px) / 320);
  }
  .contacts-card_div {
    width: calc(278px + 62 * (100vw - 1600px) / 320);
  }

  .contacts-card_title {
    font-size: calc(20px + 4 * (100vw - 1600px) / 320);
  }
  .adresses-cards {
    width: calc(1400px + (1525 - 1400) * (100vw - 1600px) / 320);
    /* width: 1400px; */
    padding-top: calc(70px + (80 - 70) * (100vw - 1600px) / 320);
    padding-bottom: calc(65px + (70 - 65) * (100vw - 1600px) / 320);
  }
  .adresses-card_div {
    /* width: calc(278px + 62 * (100vw - 1600px) / 320); */
  }
  .adresses-card_title {
    font-size: calc(19px + 5 * (100vw - 1600px) / 320);
    margin-bottom: calc(24px + (40 - 24) * (100vw - 1600px) / 320);
  }
  .adresses-img .image {
    width: calc(1271px + (1526 - 1271) * (100vw - 1600px) / 320);
  }
  .adresses-attention {
    width: calc(1271px + (1525 - 1271) * (100vw - 1600px) / 320);
    padding-top: calc(60px + (70 - 60) * (100vw - 1600px) / 320);
    padding-bottom: calc(34px + (35 - 70) * (100vw - 1600px) / 320);
    gap: calc(30px + (40 - 30) * (100vw - 1600px) / 320);
  }
  .adress-attention-block {
    padding-bottom: calc(36px + (50 - 36) * (100vw - 1600px) / 320);
  }
  .adress-attention-block-icon {
    flex: 0 0 calc(30px + (52 - 10) * (100vw - 1600px) / 320);
  }
  .adress-attention-block-info-text {
    font-size: calc(15px + 2 * (100vw - 1600px) / 320);
    /* font-size: 15px; */
  }
  .address-attention-print-cnt {
    padding-top: calc(14px + (10 -14) * (100vw - 1600px) / 320);
  }
  .address-attention-print {
    width: calc(338px + (406 - 338) * (100vw - 1600px) / 320);
    height: calc(37px + (44 - 37) * (100vw - 1600px) / 320);
  }
  .address-attention-print_p {
    font-size: calc(13px + 3 * (100vw - 1600px) / 320);
  }
  .find-us {
    width: calc(1290px + (1550 - 1290) * (100vw - 1600px) / 320);
    padding: calc(90px + (107 - 90) * (100vw - 1600px) / 320) 0;
  }
  .find-us-info-block-icon {
    flex: 0 0 calc(61px + (73 - 61) * (100vw - 1600px) / 320);
    margin-right: calc(20px + (50 - 20) * (100vw - 1600px) / 320);
  }
  .find-us-info-block-info-title-p,
  .find-us-h1 {
    font-size: calc(20px + (24 - 20) * (100vw - 1600px) / 320);
  }
  .find-us-info-block {
    margin-top: calc(40px + (51 - 40) * (100vw - 1600px) / 320);
  }
  .find-us-info-block:first-child {
    margin-top: calc(38px + (48 - 38) * (100vw - 1600px) / 320);
  }

  .find-us-info-block-info-text-p {
    width: calc(320px + (400 - 320) * (100vw - 1600px) / 320);
    font-size: calc(15px + (18 - 14) * (100vw - 1600px) / 320);
    margin-top: calc(22px + (25 - 22) * (100vw - 1600px) / 320);
  }
  .find-us-right {
    gap: calc(29px + (34 - 29) * (100vw - 1600px) / 320);
  }
  .details-table-div-wrapper {
    height: calc(1500px + (2300 - 1500) * (100vw - 768px) / (1920 - 768));
  }
  .details-table-div {
    margin-top: calc(136px + (345 - 136) * (100vw - 768px) / (1920 - 768));
  }
}
@media (max-width: 1700px) {
  .branches-h1 {
    margin-top: calc(-20px + 50 * (100vw - 1024px) / (1700 - 1024));
    font-size: calc(30px + 12 * (100vw - 768px) / (1700 - 768));
  }
  .branches-cards {
    max-width: 1140px;
    margin-top: calc(60px + 60 * (100vw - 768px) / (1700 - 768));
    margin-bottom: calc(80px + 80 * (100vw - 768px) / (1700 - 768));
    margin-bottom: 80px;
  }
  #branches-card1 {
    order: 1;
  }
  #branches-card2 {
    order: 2;
  }
  #branches-card3 {
    order: 3;
  }
  #branches-card4 {
    order: 4;
  }
  #branches-card5 {
    order: 5;
  }
  #branches-card6 {
    order: 7;
  }
  #branches-card7 {
    order: 6;
  }
  #branches-card8 {
    order: 8;
  }
  #branches-card9 {
    order: 9;
  }
  #branches-card10 {
    order: 10;
  }
  #branches-card11 {
    order: 11;
  }
  #branches-card12 {
    order: 12;
  }
  #branches-card13 {
    order: 13;
  }
  #branches-card14 {
    order: 14;
  }
  #branches-card15 {
    order: 15;
  }
  #branches-card16 {
    order: 16;
  }
  #branches-card17 {
    display: block;
    order: 17;
  }
}
@media (max-width: 1600px) {
  .contacts {
    margin-top: -55px;
  }
  .contacts {
    margin-top: calc(-79px + 24 * (100vw - 390px) / (1600 - 390));
  }
  .contacts_h1 {
    font-size: 39px;
  }
  .contacts-cards {
    flex-wrap: wrap;
    padding-top: 83px;
    padding-bottom: 78px;
  }
  .contacts-card_div {
    width: 278px;
    height: 190px;
    padding: 35px 30px 45px 30px;
  }
  .contacts-card_div:nth-child(3) {
    padding: 35px 30px 40px 30px;
  }
  #contacts-request a {
    padding: 35px 30px 40px 30px;
  }
  #contacts-apeal a {
    padding: 40px 30px 30px 30px;
  }
  .adresses-card_title,
  .contacts-card_title {
    font-size: 20px;
  }
  .adress-attention-block-info-text,
  .adresses-card_text {
    font-size: 20px;
  }
  .adresses-cards {
    padding-top: 70px;
    padding-bottom: 65px;
    width: calc(950px + (1400 - 950) * (100vw - 1150px) / (1600 - 1150));
  }
  .adresses-card_div {
    width: 350px;
  }
  .adresses-card_title {
    margin-bottom: 24px;
  }
  .adresses-attention {
    padding-top: 60px;
    padding-bottom: 34px;
    gap: 30px;
  }
  .adress-attention-block {
    padding-bottom: 36px;
  }
  .adress-attention-block-icon {
    flex: 0 0 30px;
  }
  .adress-attention-block-info-text {
    font-size: 14.6px;
  }
  .address-attention-print-cnt {
    padding-top: 14px;
  }
  .address-attention-print {
    width: 338px;
    height: 37px;
  }
  .address-attention-print_p {
    font-size: 13px;
  }
  .find-us {
    padding: 90px 0;
  }
  .find-us-left {
    flex: 0 0 45%;
  }
  .find-us-info-block-icon {
    flex: 0 0 61px;
    margin-right: 20px;
  }
  .find-us-info-block-info-title-p,
  .find-us-h1 {
    font-size: 20px;
  }
  .find-us-info-block {
    margin-top: 40px;
  }
  .find-us-info-block:first-child {
    margin-top: 38px;
  }
  .find-us-info-block-info-text-p {
    width: 320px;
    font-size: 14.6px;
    margin-top: 22px;
  }
  .find-us-right {
    gap: 29px;
  }
}
@media (max-width: 1565px) {
  .adresses-cards {
    gap: 30px;
  }
  #end-text span {
    font-weight: 500;
  }
}
@media (max-width: 1535px) {
  .adress-attention-block-info-text.max {
    display: none;
  }
  .adress-attention-block-info-text.min {
    display: block;
    text-align: left;
  }
  .contacts-cards {
    max-width: 800px;
    justify-content: space-around;
  }
  .find-us-left {
    flex: 0 0 50%;
  }
  .details-table-div {
    padding-top: calc(20px + (71 - 20) * (100vw - 320px) / (1535 - 320));
    padding-right: calc(24px + (89 - 24) * (100vw - 320px) / (1535 - 320));
    padding-bottom: calc(65px + (120 - 65) * (100vw - 320px) / (1535 - 320));
    padding-left: calc(24px + (89 - 24) * (100vw - 320px) / (1535 - 320));
  }
  .details-table-div-title {
    font-size: calc(9.68px + (36.6 - 9.68) * (100vw - 320px) / (1535 - 320));
    line-height: calc(12px + (45 - 12) * (100vw - 320px) / (1535 - 320));
  }
  .details-table-div-content {
    margin-top: calc(6px + (23 - 6) * (100vw - 320px) / (1535 - 320));
  }
  .details-table-div-content-info-name,
  .details-table-div-content-info-meaning {
    padding: calc(1px + (6.8 - 1) * (100vw - 320px) / (1535 - 320)) calc(3px + (10 - 3) * (100vw - 320px) / (1535 - 320));
  }
  .details-table-div-content-info-name-p,
  .details-table-div-content-info-meaning-p {
    font-size: calc(5.39px + (20.38 - 5.39) * (100vw - 320px) / (1535 - 320));
    line-height: calc(7px + (25 - 7) * (100vw - 320px) / (1535 - 320));
  }
  .details-table-div-content-info-meaning-p {
    text-align: justify;
  }
  p.details-table-div-content-info-p {
    font-size: calc(5.39px + (20.38 - 5.39) * (100vw - 320px) / (1535 - 320));
    line-height: calc(7px + (25 - 7) * (100vw - 320px) / (1535 - 320));
  }
}
@media (max-width: 1480px) {
  .contacts_h1 {
    font-size: calc(29px + 10 * (100vw - 390px) / (1480 - 390));
    text-align: center;
  }
  .details-img-close {
    right: 49px;
    right: 20px;
    right: calc(20px + (49 - 20) * (100vw - 768px) / (1480 - 768));
    top: 40px;
    top: 20px;
    top: calc(20px + (40 - 20) * (100vw - 768px) / (1480 - 768));
  }
  .branches-cards {
    display: grid;
    max-width: 800px;
    grid-template-columns: repeat(2, 1fr);
  }
  #branches-card9 {
    order: 11;
  }
  #branches-card11 {
    order: 9;
  }
  #branches-card6 {
    order: 14;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 7;
    grid-row-end: 10;
  }
  #branches-card14 {
    order: 15;
  }
  #branches-card15 {
    order: 16;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 8;
    grid-row-end: 9;
  }
  #branches-card16,
  #branches-card17 {
    display: none;
  }
  .branches-card-dubble,
  .branches-card-tripple {
    flex-direction: column;
  }
  #branches-card5 {
    order: 1;
  }
}
@media (max-width: 1150px) {
  .adresses-cards {
    max-width: 800px;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
    width: calc(1271px + (1526 - 1271) * (100vw - 1600px) / 320);
  }
  .adresses-card_div {
    width: 278px;
  }
  .address-attention-print {
    width: 230px;
    height: 45px;
  }
  .address-attention-print_p {
    text-align: center;
  }
  .find-us {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .find-us-left {
    align-items: center;
    width: 500px;
  }
  .find-us-h1-cnt .find-us-info-block-icon {
    display: none;
  }
  .find-us-h1 {
    flex: 0 0 200px;
  }
  .find-us-info-block-icon {
    flex: 0 0 40px;
    margin-right: 11px;
  }
  .icon {
    margin-top: 0px;
  }
  .find-us-info-block-info-title-p,
  .find-us-info-block-info-text-p {
    width: 100%;
  }
  .print-details-div {
    bottom: 2.3%;
  }
  .print-details {
    width: 240px;
    height: 30px;
    border: 2.31px solid #bb2539;
    border-radius: 10px;
  }
  .print-details p {
    font-size: 14px;
  }

  .branches-card-div {
    padding: calc(20px + 10 * (100vw - 768px) / (1150 - 768));
    width: calc(300px + 60 * (100vw - 768px) / (1150 - 768));
    height: calc(220px + 53 * (100vw - 768px) / (1150 - 768));
  }
  .brances-card-title-flex-title {
    font-size: calc(19px + 5 * (100vw - 768px) / (1150 - 768));
  }
  .brances-card-text {
    font-size: calc(15px + 3 * (100vw - 768px) / (1150 - 768));
  }
}
@media (max-width: 1023px) {
  .details-table-div-wrapper {
    padding-top: 170px;
  }
  .branches-h1 {
    margin-top: 10px;
  }
  #branches-card11 .branches-card-div:last-child {
    padding-right: calc(14px + (18 - 18) * (100vw - 660px) / (1023 - 660));
    padding-left: calc(21px + (27 - 18) * (100vw - 660px) / (1023 - 660));
  }
}
@media (max-width: 768px) {
  .contacts-cards {
    display: none;
  }
  .addresses {
    background-color: #f7f7f7;
  }
  .adresses-cards {
    width: 100%;
    max-width: 400px;
    justify-content: center;
    padding-top: 45px;
    padding-bottom: 53px;
    padding-left: 25px;
    padding-right: 25px;
    gap: 35px;
  }
  .adresses-card_div {
    width: 100%;
  }
  .adresses-card_div:nth-child(4) {
    margin-bottom: 30px
  }
  .adresses-card_title {
    margin-bottom: 5px;
  }
  .adresses-card_div.min {
    display: block;
  }
  .adresses-card_p {
    display: inline-block;
    font-weight: 700;
    font-size: 21px;
    color: #000;
    border-bottom: 3px solid #bc2539;
    cursor: pointer;
  }

  .adresses-card_title,
  .adresses-card_text,
  .adresses-card_p {
    font-size: 22px;
  }
  .adresses-card_text {
    display: block;
  }
  .adresses-img {
    width: 100%;
    background-color: #f7f1f1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 calc(25px + 45 * (100vw - 390px) / 320);
  }
  .adresses-img-title {
    display: block;
    font-weight: 700;
    font-size: 21px;
    color: #bc2539;
    text-align: center;
    padding-top: 38px;
    padding-bottom: 44px;
  }
  .adresses-img .max {
    display: none;
  }
  .adresses-img .min {
    display: block;
    width: 100%;
    aspect-ratio: 1.83/1;
  }
  .adresses-attention {
    background-color: #f7f1f1;
    padding-top: 43px;
    padding-bottom: 48px;
    padding-bottom: 0px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .adresses-attention-column {
    padding: 0 calc(25px + 45 * (100vw - 390px) / 320);
    margin-right: 3px;
  }
  .adress-attention-block-icon {
    flex: 0 0 38px;
    margin-right: 13px;
  }
  .icon {
    margin-top: 5px;
  }
  .adress-attention-block {
    padding-bottom: 0;
  }
  .adress-attention-block.left-down {
    padding-top: 29px;
    padding-bottom: 7px;
  }
  .adress-attention-block.right-down {
    padding-top: 30px;
    padding-bottom: 55px;
  }
  .address-attention-print-cnt {
    padding: 0;
    justify-content: center;
  }
  .address-attention-print {
    border: none;
    width: auto;
    height: auto;
  }
  .address-attention-print_p {
    font-size: 14px;
    padding: 0px 5px 11px 5px;
    border-bottom: 4px solid #bc2539;
    cursor: pointer;
  }
  .find-us {
    width: 100%;
    padding: 35px 39px 60px 10px;
  }
  .find-us-left {
    width: 100%;
    max-width: 500px;
  }
  .find-us-info-block-info-title-p,
  .find-us-h1 {
    font-size: 22px;
  }
  .find-us-info-block {
    margin-top: 36px;
  }
  .find-us-info-block:first-child {
    margin-top: 34px;
  }
  .icon {
    margin-top: 0px;
  }
  .find-us-info-block-info-title-span {
    display: none;
  }
  .find-us-info-block-info-text-p {
    width: 100%;
    margin-top: 30px;
  }
  .find-us-right {
    display: none;
  }
  .details {
    padding: 0;
    top: 0;
    height: auto;
    margin-top: calc(-90px + 10 * (100vw - 320px) / (768 - 320));
  }
  .details-table-div-wrapper {
    padding-top: 0;
    height: auto;
  }

  .details-table-div {
    box-shadow: none;
    background-color: #f6f6f6;
    margin-top: 0px;
  }

  .details-img-mobile {
    display: block;
    width: 100%;
  }
  .print-details-div {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 5.5%;
  }
  .print-details {
    width: auto;
    height: 20px;
    border-radius: 0;
    border: none;
    padding: 0 5px;
    border-bottom: 1.29px solid #bc2539;
  }
  .print-details p {
    font-size: calc(12px + 4 * (100vw - 320px) / (768 - 320));
  }
  .print-details:hover {
    background-color: transparent;
  }
  .print-details:hover p {
    color: #1b1c1c;
  }
  .branches-img-close {
    display: block;
    position: absolute;
    right: calc(10px + 20 * (100vw - 320px) / (768 - 320));
    top: calc(-5px + -15 * (100vw - 320px) / (768 - 320));
    z-index: 10;
  }
  .container.details-on {
    padding-top: 90px;
  }

  .details-on .contacts,
  .details-on .addresses,
  .details-on .find-us {
    display: none;
  }

  .details-on .details {
    position: relative;
  }
  .details-img-close {
    position: absolute;
    top: 10px;
    right: 20px;
    right: 15px;
    right: calc(15px + 5 * (100vw - 320px) / (768 - 320));
    display: block;
  }
  .details-img-close,
  .branches-img-close {
    width: calc(12px + 8 * (100vw - 320px) / (768 - 320));
    height: calc(12px + 8 * (100vw - 320px) / (768 - 320));
  }
  .branches {
    margin-top: calc(-102px + 32 * (100vw - 320px) / (768 - 320));
  }

  body.no-scroll {
    overflow: auto;
  }
}
@media (max-width: 660px) {
  .branches {
    padding: 0 100px;
  }
  .branches-cards {
    max-width: 390px;
    grid-template-columns: 1fr;
    margin-top: calc(30px + 23 * (100vw - 320px) / (660 - 320));
    margin-bottom: calc(50px + 31 * (100vw - 320px) / (660 - 320));
  }
  #branches-card2 {
    order: 2;
  }
  #branches-card15,
  #branches-card12,
  #branches-card9,
  #branches-card4 {
    padding: calc(15px + 14 * (100vw - 320px) / (660 - 320)) 30px;
  }
  #branches-card5 {
    order: 5;
  }

  #branches-card6 {
    order: 6;
    grid-column-start: 0;
    grid-column-end: 1;
    grid-row-start: 5;
    grid-row-end: 9;
  }
  #branches-card7 {
    order: 7;
  }
  #branches-card9 {
    order: 9;
    padding-right: calc(15px + 5 * (100vw - 320px) / (660 - 320));
  }
  #branches-card11 {
    order: 11;
  }
  #branches-card15 {
    order: 15;
    grid-column-start: 0;
    grid-column-end: 1;
    grid-row-start: 18;
    grid-row-end: 20;
    padding-right: calc(15px + 5 * (100vw - 320px) / (660 - 320));
  }

  .branches-card-div {
    padding: calc(21px + 9 * (100vw - 320px) / (660 - 320)) 30px;
    width: calc(280px + 80 * (100vw - 320px) / (660 - 320));
    height: calc(170px + 103 * (100vw - 320px) / (660 - 320));
  }
  .brances-card-title-flex-logo-div {
    flex: 0 0 calc(23px + 7 * (100vw - 320px) / (660 - 320));
    margin-right: calc(12px + 2 * (100vw - 320px) / (660 - 320));
  }
  .brances-card-title-flex-title {
    font-size: calc(18px + 6 * (100vw - 320px) / (660 - 320));
  }
  .brances-card-text {
    font-size: calc(12px + 6 * (100vw - 320px) / (660 - 320));
  }
  #branches-card11 .branches-card-div:last-child {
    padding-right: 18px;
    padding-left: 27px;
  }
}
@media (max-width: 500px) {
  .contacts_h1.max {
    display: none;
  }
  .contacts_h1.min {
    display: block;
  }
  .branches {
    padding: 0 20px;
  }
}
@media (max-width: 390px) {
  .container {
    padding-top: calc(115px + 9 * (100vw - 320px) / (390 - 320));
    text-align: center;
  }
  .contacts {
    margin-top: calc(-74px - 5 * (100vw - 320px) / (390 - 320));
  }
  .contacts_h1 {
    font-size: calc(24px + 5 * (100vw - 320px) / (390 - 320));
  }
  .adresses-cards {
    padding-top: calc(40px + 1 * (100vw - 320px) / (390 - 320));
    padding-bottom: calc(45px + 8 * (100vw - 320px) / (390 - 320));
    padding-left: calc(17px + 0 * (100vw - 320px) / (390 - 320));
    padding-right: calc(17px + 0 * (100vw - 320px) / (390 - 320));
  }
  .adresses-img-title,
  .adresses-card_title,
  .adresses-card_text,
  .adresses-card_p {
    font-size: calc(18px + 4 * (100vw - 320px) / (390 - 320));
  }
  .adresses-card_p {
    height: calc(30px + 5 * (100vw - 320px) / (390 - 320));
  }
  .adresses-img-title {
    padding-top: calc(35px + 3 * (100vw - 320px) / (390 - 320));
    padding-bottom: calc(32px + 12 * (100vw - 320px) / (390 - 320));
  }
  .adresses-attention {
    padding-top: calc(33px + 10 * (100vw - 320px) / (390 - 320));
    padding-bottom: calc(39px + 9 * (100vw - 320px) / (390 - 320));
    padding-bottom: 0;
  }
  .adress-attention-block-info-text {
    font-size: calc(12px + 2.6 * (100vw - 320px) / (390 - 320));
  }
  .adress-attention-block.left-down {
    padding-top: calc(21px + 8 * (100vw - 320px) / (390 - 320));
  }
  .adress-attention-block.right-down {
    padding-top: calc(26px + 4 * (100vw - 320px) / (390 - 320));
    padding-bottom: calc(44px + 11 * (100vw - 320px) / (390 - 320));
  }

  .find-us {
    padding-top: calc(27px + 5 * (100vw - 320px) / (390 - 320));
    padding-bottom: calc(43px + 8 * (100vw - 320px) / (390 - 320));
    padding-left: calc(17px + -7 * (100vw - 320px) / (390 - 320));
    padding-right: calc(17px + 22 * (100vw - 320px) / (390 - 320));
  }
  .find-us-info-block-info-title-p,
  .find-us-h1 {
    font-size: calc(18px + 4 * (100vw - 320px) / (390 - 320));
  }
  .find-us-info-block {
    margin-top: calc(30px + 6 * (100vw - 320px) / (390 - 320));
  }
  .find-us-info-block:first-child {
    margin-top: calc(28px + 6 * (100vw - 320px) / (390 - 320));
  }
  .find-us-info-block-icon .bus {
    width: 85%;
  }
  .find-us-info-block-icon .car {
    width: 105%;
  }
  .find-us-info-block-icon .parking {
    width: 85%;
  }

  .find-us-info-block-info-title-p,
  .find-us-info-block-info-text-p {
    text-align: left;
  }
  .find-us-info-block-info-title-p {
    max-width: 250px;
  }
  .find-us-info-block-info-text-p {
    margin-top: calc(26px + 4 * (100vw - 320px) / (390 - 320));
    font-size: calc(12px + 2.6 * (100vw - 320px) / (390 - 320));
  }

  .brances-card-title-flex-title,
  .brances-card-text {
    text-align: left;
  }
}
@media (max-width: 355px) {
  .adresses-attention-column {
    padding: 0 calc(17px + 8 * (100vw - 320px) / (355 - 320));
    margin-right: 0px;
  }
  .adress-attention-block-icon {
    flex: 0 0 31.2px;
  }
  .adress-attention-block-info-text {
    padding-left: 0;
  }
  .find-us-left-group {
    width: 100%;
  }
  .find-us-h1-cnt {
    justify-content: center;
  }

  .find-us-info-block-icon {
    flex: 0 0 38px;
  }
  .print-details p {
    width: 165px;
  }
}
@media (max-width: 320px) {
  .container {
    padding-top: 115px;
  }
  .contacts {
    margin-top: -74px;
  }
  .contacts_h1 {
    font-size: 24px;
  }
  .adresses-cards {
    padding: 40px 17px 45px 17px;
  }
  .adresses-img-title,
  .adresses-card_title,
  .adresses-card_text,
  .adresses-card_p {
    font-size: 18px;
  }
  .adresses-card_p {
    height: 30px;
  }
  .adresses-img-title {
    padding-top: 35px;
    padding-bottom: 32px;
  }
  .adresses-attention {
    padding-top: 33px;
    padding-bottom: 39px;
    padding-bottom: 0;
  }
  .adress-attention-block-info-text {
    font-size: 12px;
  }
  .adress-attention-block.left-down {
    padding-top: 21px;
  }
  .adress-attention-block.right-down {
    padding-top: 26px;
    padding-bottom: 44px;
  }
  .adresses-attention-column {
    padding: 0 17px;
  }
  .adress-attention-block-info-text {
    padding-left: 0px;
  }
  .find-us {
    padding: 27px 17px 43px 17px;
  }

  .find-us-info-block-info-title-p,
  .find-us-h1 {
    font-size: 18px;
  }
  .find-us-info-block {
    margin-top: 30px;
  }
  .find-us-info-block:first-child {
    margin-top: 28px;
  }
  .find-us-info-block-info-text-p {
    margin-top: 26px;
    font-size: 12px;
  }
  .contacts_h1 {
    font-size: 24px;
  }
  .details {
    margin-top: -90px;
  }
  .details-table-div {
    margin-top: 0px;
    padding: 20px 24px 65px 24px;
  }
  .details-table-div-title {
    font-size: 9.68px;
    line-height: 12px;
  }
  .details-table-div-content {
    margin-top: 6px;
  }
  .details-table-div-content-info-name,
  .details-table-div-content-info-meaning {
    padding: 1px 3px;
  }
  .details-table-div-content-info-name-p,
  .details-table-div-content-info-meaning-p {
    font-size: 5.39px;
    line-height: 7px;
    text-align: left;
  }
  p.details-table-div-content-info-p {
    font-size: 5.39px;
    line-height: 7px;
  }
  .branches {
    margin-top: -102px;
  }
}

.branches-card__info-icon {
  width: 100%;
}

.branches-card__info-btn {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 160px;
}

@media (max-width: 1700px) {
  .branches-card__info-btn {
    margin-bottom: 85px;
  }
}

@media (max-width: 400px) {
  .branches-card__info-btn {
    margin-bottom: 60px;
  }
}

@media (max-width: 360px) {
  .branches-card__info-btn {
    margin-bottom: 60px;
  }
}

@media (max-width: 1700px) {
  .branches-card__info-btn {
    column-gap: 20px;
  }
}

@media (max-width: 780px) {
  .branches-card__info-btn {
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 85px;
  }
}

@media (max-width: 400px) {
  .branches-card__info-btn {
    column-gap: 15px;
  }
}

@media (max-width: 360px) {
  .branches-card__info-btn {
    column-gap: 7px;
  }
}

.branches-card__info-btn-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #000000;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 30px;
  height: 30px;
}

.branches-card__info-btn {
  text-decoration: none;
  max-width: 310px;
}

.branches-card__info-btn span {
  display: block;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  transition: color 0.3s ease;
  text-transform: uppercase;
}

@media (max-width: 1700px) {
  .branches-card__info-btn span {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  .branches-card__info-btn span {
    font-size: 17px;
    font-weight: 700;
  }
}

@media (max-width: 360px) {
  .branches-card__info-btn span {
    font-size: 14px;
    font-weight: 700;
  }
}

.branches-card__info-btn:focus .branches-card__info-btn-img,
.branches-card__info-btn:hover .branches-card__info-btn-img  {
  background-color: #bc2539;
  color: #ffffff;
}


.branches-card__info-btn:focus span,
.branches-card__info-btn:hover span {
  color: #bc2539;
}
