.contacts {
  background: #191B21;
  background-image: url("../img/shops/shops_main.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 187px;
}

.contacts .content {
  padding-bottom: 87px;
}

.contacts .content .page_title {
  margin-bottom: 18px;
}

.contacts .content .contacts_wrap {
  display: flex;
  align-items: flex-start;
}

.contacts .content .contacts_wrap .contacts_block {
  min-width: 397px;
}

.contacts .content .contacts_wrap .contacts_block .add {
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 30px;
}

.contacts .content .contacts_wrap .contacts_block .phones .p_1 {
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  font-weight: 600;
}

.contacts .content .contacts_wrap .contacts_block .phones .p_1 a {
  text-decoration: none;
  color: #ED3132;
}

.contacts .content .contacts_wrap .contacts_block .phones .p_2 {
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  font-weight: 600;
}

.contacts .content .contacts_wrap .contacts_block .phones .p_2 a {
  text-decoration: none;
  color: #ED3132;
}

.contacts .content .contacts_wrap .contacts_block .email {
  margin-top: 30px;
}

.contacts .content .contacts_wrap .contacts_block .email a {
  margin-left: 5px;
  text-decoration: none;
  color: #ED3132;
}

.contacts .content .contacts_wrap .contacts_block .info {
  margin-top: 45px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18.944px;
}

.contacts .content .contacts_wrap .contacts_block .social {
  margin-top: 30px;
}

.contacts .content .contacts_wrap .contacts_block .social a:not(:last-child) {
  margin-right: 15px;
}

.contacts .content .contacts_wrap .map {
  display: flex;
  position: relative;
  min-width: 902px;
  height: 424px;
}

.contacts .content .contacts_wrap .map::before {
  position: absolute;
  z-index: 9;
  top: 281px;
  left: 146px;
  content: "";
  width: 77px;
  height: 83px;
  background-image: url("../img/shops/map_before.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.contacts .content .contacts_wrap .map::after {
  position: absolute;
  right: 0;
  top: 21px;
  z-index: 9;
  content: "";
  width: 283.98px;
  height: 310px;
  background-image: url("../img/shops/map_after.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: rotate(2deg);
}

.contacts .content .contacts_wrap .map .map_content {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 71.5% 0, 100% 100%, 29% 100%);
  clip-path: polygon(0 0, 71.5% 0, 100% 100%, 27% 100%);
}

.contacts .content .contacts_wrap .map .map_content img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1560px) {
  .contacts {
    overflow: hidden;
  }
}

@media only screen and (max-width: 1366px) {
  .contacts .content .contacts_wrap .map {
    display: flex;
    position: relative;
    min-width: 860px;
    height: 424px;
  }
}

@media only screen and (max-width: 1280px) {
  .contacts .content .contacts_wrap .contacts_block {
    min-width: 347px;
  }

  .contacts .content .contacts_wrap .map {
    display: flex;
    position: relative;
    min-width: 802px;
    height: 424px;
  }

  .contacts .content .contacts_wrap .map::before {
    position: absolute;
    z-index: 9;
    top: 281px;
    left: 126px;
    content: "";
    width: 77px;
    height: 83px;
    background-image: url("../img/shops/map_before.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  .contacts .content .contacts_wrap .map::after {
    position: absolute;
    right: 0;
    top: 21px;
    z-index: 9;
    content: "";
    width: 283.98px;
    height: 310px;
    background-image: url("../img/shops/map_after.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

@media only screen and (max-width: 1080px) {
  .contacts .content .contacts_wrap .contacts_block {
    min-width: 347px;
  }

  .contacts .content .contacts_wrap .map {
    min-width: 802px;
  }

  .contacts .content .contacts_wrap .map::before {
    transform: rotate(2deg);
  }
}

@media only screen and (max-width: 1024px) {
  .contacts {
    background: #191B21;
    background-image: url("../img/shops/shops_main.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 116px;
  }

  .contacts .content {
    padding-bottom: 0;
  }

  .contacts .content .page_title {
    text-align: center;
    margin-bottom: 28px;
  }

  .contacts .content .contacts_wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .contacts .content .contacts_wrap .contacts_block {
    margin: 0 auto 60px auto;
    min-width: 100%;
    padding: 0 26px;
    width: 377px;
  }

  .contacts .content .contacts_wrap .contacts_block .add {
    margin-bottom: 20px;
  }

  .contacts .content .contacts_wrap .contacts_block .email {
    margin-top: 20px;
  }

  .contacts .content .contacts_wrap .contacts_block .info {
    margin-top: 42px;
  }

  .contacts .content .contacts_wrap .contacts_block .social {
    margin-top: 20px;
  }

  .contacts .content .contacts_wrap .contacts_block .social a:not(:last-child) {
    margin-right: 19.94px;
  }

  .contacts .content .contacts_wrap .map {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 761px;
    width: 761px;
    height: 358px;
    margin: 0 auto;
  }

  .contacts .content .contacts_wrap .map::before {
    position: absolute;
    z-index: 9;
    top: 237px;
    left: 73px;
    content: "";
    width: 65px;
    height: 70px;
    transform: rotate(10deg);
  }

  .contacts .content .contacts_wrap .map::after {
    position: absolute;
    right: -50px;
    top: 47px;
    z-index: 9;
    content: "";
    width: 239px;
    height: 261px;
    transform: rotate(9deg);
  }

  .contacts .content .contacts_wrap .map .map_content {
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 83% 0, 100% 100%, 17% 100%);
    clip-path: polygon(0 0, 83% 0, 100% 100%, 17% 100%);
  }

  .contacts .content .contacts_wrap .map .map_content img {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 877px) {
  .contacts .content .contacts_wrap .map::after {
    position: absolute;
    right: -36px;
    top: 25px;
    z-index: 9;
    content: "";
    width: 214px;
    height: 225px;
    transform: rotate(5deg);
  }
}


@media only screen and (max-width: 768px) {
  .contacts {
    background: #191B21;
    background-image: url("../img/shops/shops_main.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 116px;
  }

  .contacts .content {
    padding-bottom: 0;
  }

  .contacts .content .page_title {
    text-align: center;
    margin-bottom: 28px;
  }

  .contacts .content .contacts_wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .contacts .content .contacts_wrap .contacts_block {
    margin: 0 auto 60px auto;
    min-width: 100%;
    padding: 0 26px;
    width: 377px;
  }

  .contacts .content .contacts_wrap .contacts_block .add {
    margin-bottom: 20px;
  }

  .contacts .content .contacts_wrap .contacts_block .email {
    margin-top: 20px;
  }

  .contacts .content .contacts_wrap .contacts_block .info {
    margin-top: 42px;
  }

  .contacts .content .contacts_wrap .contacts_block .social {
    margin-top: 20px;
  }

  .contacts .content .contacts_wrap .contacts_block .social a:not(:last-child) {
    margin-right: 19.94px;
  }

  .contacts .content .contacts_wrap .map {
    display: flex;
    position: relative;
    min-width: 503px;
    max-width: 503px;
    height: 232px;
  }

  .contacts .content .contacts_wrap .map::before {
    position: absolute;
    z-index: 9;
    top: 153px;
    left: 62px;
    content: "";
    width: 42px;
    height: 45px;
    transform: rotate(6deg);
  }

  .contacts .content .contacts_wrap .map::after {
    position: absolute;
    right: -30px;
    top: 31px;
    z-index: 9;
    content: "";
    width: 155px;
    height: 169px;
  }

  .contacts .content .contacts_wrap .map .map_content {
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 83% 0, 100% 100%, 17% 100%);
    clip-path: polygon(0 0, 78% 0, 100% 100%, 22% 100%);
  }

  .contacts .content .contacts_wrap .map .map_content img {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .contacts {
    background: #191B21;
    background-image: url("../img/shops/shops_main.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 116px;
  }

  .contacts .content {
    padding-bottom: 0;
  }

  .contacts .content .page_title {
    text-align: center;
    margin-bottom: 28px;
  }

  .contacts .content .contacts_wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .contacts .content .contacts_wrap .contacts_block {
    margin: 0 auto 60px auto;
    min-width: 100%;
    padding: 0 26px;
    width: 100%;
  }

  .contacts .content .contacts_wrap .contacts_block .add {
	  font-size: 16px;
	  width: 100%;
    margin-bottom: 20px;
  }

  .contacts .content .contacts_wrap .contacts_block .email {
    margin-top: 20px;
  }

  .contacts .content .contacts_wrap .contacts_block .info {
    margin-top: 42px;
  }

  .contacts .content .contacts_wrap .contacts_block .social {
    margin-top: 20px;
  }

  .contacts .content .contacts_wrap .contacts_block .social a:not(:last-child) {
    margin-right: 19.94px;
  }

  .contacts .content .contacts_wrap .map {
    display: flex;
    position: relative;
    min-width: 100%;
    max-width: 400px;
    height: 232px;
  }

  .contacts .content .contacts_wrap .map::before {
    position: absolute;
    z-index: 9;
    top: 153px;
    left: 78px;
    content: "";
    width: 42px;
    height: 45px;
    transform: rotate(2deg)
  }

  .contacts .content .contacts_wrap .map::after {
    position: absolute;
    right: -4px;
    top: 11px;
    z-index: 9;
    content: "";
    width: 155px;
    height: 169px;
    transform: rotate(1deg);
  }

  .contacts .content .contacts_wrap .map .map_content {
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 73% 0, 100% 100%, 27% 100%);
    clip-path: polygon(0 0, 73% 0, 100% 100%, 27% 100%);
  }

  .contacts .content .contacts_wrap .map .map_content img {
    width: 100%;
    height: 100%;
  }

  .contacts .content .contacts_wrap .map {
    display: flex;
    position: relative;
    min-width: 100%;
    max-width: 320px;
    height: 232px;
  }
}

@media (max-width: 430px) {
  .contacts .content .contacts_wrap .map::after {
    transform: rotate(4deg);
    right: -4px;
  }

  .contacts .content .contacts_wrap .map::before {
    left: 66px;
    transform: rotate(5deg);
  }
}

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