/*
@mixin btn-red() {
    display: inline-flex;
    align-items: center;
    color: #FFFFFF;
    background: #C4161C;
    box-sizing: border-box;
    cursor: pointer;
    padding: s1400(19) s1400(40) s1400(22) s1400(40);
    @include adaptiv_padding(19,40,22,40);
    @include adaptiv_param(border-radius,5);
    @include adaptiv_font(700, normal,18,24,-0.02em);
    @media screen and (max-width:999px) and (min-width:760px){
        padding: s760(19) s760(40) s760(22) s760(40);
        @include font-NS(700, normal,s760(18),s760(24),-0.02em);
    }
    @media screen and (max-width: 759px) {
        padding: s320(12) s320(25) s320(15) s320(25);
        width: auto;
    }
}


*/
.contacts {
  margin-bottom: 5.20833vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts {
    margin-bottom: 6.51042vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts {
    margin-bottom: 0vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts {
    margin-bottom: 100px;
  }
}

.contacts__breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
  font-weight: 400;
  font-size: 0.72917vw;
  line-height: 0.88542vw;
  letter-spacing: 0;
  padding-top: 1.5625vw;
  margin-bottom: 0.15625vw;
  color: #71479D;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__breadcrumbs {
    font-size: 1.82292vw;
    line-height: 2.21354vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__breadcrumbs {
    font-size: 4.375vw;
    line-height: 5.3125vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__breadcrumbs {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__breadcrumbs {
    padding-top: 3.90625vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__breadcrumbs {
    padding-top: 17.5vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__breadcrumbs {
    padding-top: 30px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__breadcrumbs {
    margin-bottom: 2.73438vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__breadcrumbs {
    margin-bottom: 9.375vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__breadcrumbs {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  .contacts__breadcrumbs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contacts__breadcrumbs a {
  font-weight: 400;
  font-size: 0.72917vw;
  line-height: 0.88542vw;
  letter-spacing: 0;
  color: #71479D;
  cursor: pointer;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__breadcrumbs a {
    font-size: 1.82292vw;
    line-height: 2.21354vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__breadcrumbs a {
    font-size: 4.375vw;
    line-height: 5.3125vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__breadcrumbs a {
    font-size: 14px;
    line-height: 17px;
  }
}

.contacts__breadcrumbs span {
  font-weight: 700;
}

.contacts h1 {
  font-weight: 700;
  font-size: 2.5vw;
  line-height: 3.75vw;
  letter-spacing: 0;
  color: #71479D;
  margin-bottom: 1.66667vw;
  margin-top: 2.23958vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts h1 {
    font-size: 4.6875vw;
    line-height: 7.03125vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts h1 {
    font-size: 7.5vw;
    line-height: 11.25vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts h1 {
    font-size: 48px;
    line-height: 72px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts h1 {
    margin-bottom: 3.90625vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts h1 {
    margin-bottom: 13.4375vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts h1 {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts h1 {
    margin-top: 3.90625vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts h1 {
    margin-top: 6.25vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts h1 {
    margin-top: 43px;
  }
}

@media screen and (max-width: 1299px) {
  .contacts h1 {
    text-align: center;
  }
}

.contacts__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 3.38542vw;
          column-gap: 3.38542vw;
  margin-bottom: 2.55208vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__list {
    -webkit-column-gap: 3.90625vw;
            column-gap: 3.90625vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__list {
    -webkit-column-gap: 17.5vw;
            column-gap: 17.5vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__list {
    -webkit-column-gap: 65px;
            column-gap: 65px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__list {
    margin-bottom: 3.90625vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__list {
    margin-bottom: 15.3125vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__list {
    margin-bottom: 49px;
  }
}

@media screen and (max-width: 767px) {
  .contacts__list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
    row-gap: 10vw;
  }
}

.contacts__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 10px rgba(113, 71, 157, 0.5);
          box-shadow: 0px 0px 10px rgba(113, 71, 157, 0.5);
  border-radius: 1.04167vw;
  min-height: 15.46875vw;
  padding: 0.67708vw;
  row-gap: 1.04167vw;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__item {
    border-radius: 2.60417vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__item {
    border-radius: 6.25vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__item {
    border-radius: 20px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__item {
    min-height: 33.20312vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__item {
    min-height: 79.6875vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__item {
    min-height: 297px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__item {
    padding: 1.69271vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__item {
    padding: 4.0625vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__item {
    padding: 13px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__item {
    row-gap: 3.90625vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__item {
    row-gap: 5.625vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__item {
    row-gap: 20px;
  }
}

.contacts__item p, .contacts__item a, .contacts__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 0.9375vw;
  line-height: 1.40625vw;
  letter-spacing: 0;
  color: rgba(113, 71, 157, 0.2);
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__item p, .contacts__item a, .contacts__item span {
    font-size: 1.82292vw;
    line-height: 2.73438vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__item p, .contacts__item a, .contacts__item span {
    font-size: 4.375vw;
    line-height: 5.3125vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__item p, .contacts__item a, .contacts__item span {
    font-size: 18px;
    line-height: 27px;
  }
}

.contacts__item_active {
  background: -webkit-gradient(linear, left top, left bottom, from(#71479D), to(#BA9CFA));
  background: linear-gradient(180deg, #71479D 0%, #BA9CFA 100%);
}

.contacts__item_active p, .contacts__item_active a, .contacts__item_active span {
  color: #FFF;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.40625vw;
  letter-spacing: 0;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__item_active p, .contacts__item_active a, .contacts__item_active span {
    font-size: 1.82292vw;
    line-height: 2.73438vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__item_active p, .contacts__item_active a, .contacts__item_active span {
    font-size: 5.625vw;
    line-height: 8.4375vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__item_active p, .contacts__item_active a, .contacts__item_active span {
    font-size: 18px;
    line-height: 27px;
  }
}

@media screen and (min-width: 1300px) {
  .contacts__item_active p, .contacts__item_active a, .contacts__item_active span {
    font-weight: 800;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__item_active p, .contacts__item_active a, .contacts__item_active span {
    font-weight: 700;
  }
}

.contacts__item_active .contacts__item__address::before {
  background-image: url(../img/svg/address_active.svg);
}

.contacts__item_active .contacts__item__phone span::before {
  background-image: url(../img/svg/phone_active.svg);
}

.contacts__item p {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.contacts__item a {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.contacts__item__address::before {
  content: '';
  background: url(../img/svg/address.svg) no-repeat;
  background-size: contain;
  height: 1.25vw;
  width: 1.25vw;
  min-width: 1.25vw;
  margin-right: 0.26042vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__item__address::before {
    height: 3.125vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__item__address::before {
    height: 7.5vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__item__address::before {
    height: 24px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__item__address::before {
    width: 3.125vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__item__address::before {
    width: 7.5vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__item__address::before {
    width: 24px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__item__address::before {
    min-width: 3.125vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__item__address::before {
    min-width: 7.5vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__item__address::before {
    min-width: 24px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__item__address::before {
    margin-right: 0.65104vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__item__address::before {
    margin-right: 1.5625vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__item__address::before {
    margin-right: 5px;
  }
}

.contacts__item__phone span::before {
  content: '';
  background: url(../img/svg/phone.svg) no-repeat;
  background-size: contain;
  height: 1.25vw;
  width: 1.25vw;
  min-width: 1.25vw;
  margin-right: 0.26042vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__item__phone span::before {
    height: 3.125vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__item__phone span::before {
    height: 7.5vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__item__phone span::before {
    height: 24px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__item__phone span::before {
    width: 3.125vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__item__phone span::before {
    width: 7.5vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__item__phone span::before {
    width: 24px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__item__phone span::before {
    min-width: 3.125vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__item__phone span::before {
    min-width: 7.5vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__item__phone span::before {
    min-width: 24px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__item__phone span::before {
    margin-right: 0.65104vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__item__phone span::before {
    margin-right: 1.5625vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__item__phone span::before {
    margin-right: 5px;
  }
}

.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.contacts__map {
  position: relative;
  margin-left: -3.22917vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map {
    margin-left: -3.25521vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map {
    margin-left: -3.75vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map {
    margin-left: -62px;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map {
    padding-top: 11.5625vw;
    width: 96.875vw;
    overflow: hidden;
    padding-bottom: 4.375vw;
  }
}

.contacts__map__img {
  width: 66.04167vw;
  height: 45.78125vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__img {
    width: 101.43229vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__img {
    width: 97.8125vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__img {
    width: 1268px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__img {
    height: 70.44271vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__img {
    height: 84.6875vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__img {
    height: 879px;
  }
}

.contacts__map__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contacts__map__addresses__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: url(../img/svg/map_point.svg) no-repeat;
  background-size: contain;
  height: 1.45833vw;
  width: 1.45833vw;
  position: absolute;
  cursor: pointer;
  z-index: 999;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__link {
    height: 3.64583vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__link {
    height: 5.625vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__link {
    height: 28px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__link {
    width: 3.64583vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__link {
    width: 5.625vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__link {
    width: 28px;
  }
}

.contacts__map__addresses__link1 {
  left: 11.25vw;
  top: 16.14583vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__link1 {
    left: 15.36458vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__link1 {
    left: 13.4375vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__link1 {
    left: 216px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__link1 {
    top: 22.91667vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__link1 {
    top: 40.3125vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__link1 {
    top: 310px;
  }
}

.contacts__map__addresses__link2 {
  left: 39.63542vw;
  top: 25.88542vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__link2 {
    left: 59.63542vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__link2 {
    left: 56.5625vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__link2 {
    left: 761px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__link2 {
    top: 38.54167vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__link2 {
    top: 55.625vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__link2 {
    top: 497px;
  }
}

.contacts__map__addresses__link3 {
  left: 20.3125vw;
  top: 29.42708vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__link3 {
    left: 32.29167vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__link3 {
    left: 29.0625vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__link3 {
    left: 390px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__link3 {
    top: 45.96354vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__link3 {
    top: 62.5vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__link3 {
    top: 565px;
  }
}

.contacts__map__addresses__item {
  opacity: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#71479D), to(#A56EDF));
  background: linear-gradient(180deg, #71479D 0%, #A56EDF 100%);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
  position: absolute;
  z-index: 1;
  font-weight: 400;
  font-size: 0.72917vw;
  line-height: 1.09375vw;
  letter-spacing: 0;
  padding: 0.52083vw;
  width: 14.0625vw;
  min-height: 5.36458vw;
  border-radius: 1.04167vw;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item {
    font-size: 1.82292vw;
    line-height: 2.73438vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item {
    font-size: 3.125vw;
    line-height: 4.6875vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item {
    font-size: 14px;
    line-height: 21px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item {
    padding: 1.30208vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item {
    padding: 17.5vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item {
    padding: 10px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item {
    width: 35.15625vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item {
    width: 58.4375vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item {
    width: 270px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item {
    min-height: 13.41146vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item {
    min-height: 23.4375vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item {
    min-height: 103px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item {
    border-radius: 2.60417vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item {
    border-radius: 6.25vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item {
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item {
    padding: 2.5vw 4.375vw;
  }
}

.contacts__map__addresses__item_active {
  opacity: 1;
}

.contacts__map__addresses__item a {
  font-weight: 400;
  font-size: 0.72917vw;
  line-height: 1.09375vw;
  letter-spacing: 0;
  color: #FFFFFF;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item a {
    font-size: 1.82292vw;
    line-height: 2.73438vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item a {
    font-size: 3.125vw;
    line-height: 4.6875vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item a {
    font-size: 14px;
    line-height: 21px;
  }
}

.contacts__map__addresses__item p {
  position: relative;
}

.contacts__map__addresses__item p::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: url(../img/svg/map_point.svg) no-repeat;
  background-size: contain;
  height: 1.45833vw;
  width: 1.45833vw;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item p::before {
    height: 3.64583vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item p::before {
    height: 5.625vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item p::before {
    height: 28px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item p::before {
    width: 3.64583vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item p::before {
    width: 5.625vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item p::before {
    width: 28px;
  }
}

.contacts__map__addresses__item p::after {
  content: '';
  background: #9D68D5;
  height: 0.05208vw;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item p::after {
    height: 0.13021vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item p::after {
    height: 0.3125vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item p::after {
    height: 1px;
  }
}

.contacts__map__addresses__item p span {
  padding-top: 0.52083vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item p span {
    padding-top: 1.30208vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item p span {
    padding-top: 0vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item p span {
    padding-top: 10px;
  }
}

.contacts__map__addresses__item1 {
  left: 0.78125vw;
  top: 0.78125vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item1 {
    left: 12.63021vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item1 {
    left: 3.125vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item1 {
    left: 15px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item1 {
    top: -0.91146vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item1 {
    top: 1.875vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item1 {
    top: 15px;
  }
}

.contacts__map__addresses__item1 p::after {
  width: 13.59375vw;
  top: 10.20833vw;
  left: 0.05208vw;
  -webkit-transform: rotate(54deg);
          transform: rotate(54deg);
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item1 p::after {
    width: 13.02083vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item1 p::after {
    width: 15.625vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item1 p::after {
    width: 261px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item1 p::after {
    top: 17.83854vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item1 p::after {
    top: 28.75vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item1 p::after {
    top: 196px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item1 p::after {
    left: -0.91146vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item1 p::after {
    left: -1.5625vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item1 p::after {
    left: 1px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item1 p::after {
    -webkit-transform: rotate(110deg);
            transform: rotate(110deg);
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item1 p::after {
    -webkit-transform: rotate(77deg);
            transform: rotate(77deg);
  }
}

.contacts__map__addresses__item1 p::before {
  top: 15vw;
  left: 10.15625vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item1 p::before {
    top: 22.91667vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item1 p::before {
    top: 36.5625vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item1 p::before {
    top: 288px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item1 p::before {
    left: 1.43229vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item1 p::before {
    left: 5.9375vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item1 p::before {
    left: 195px;
  }
}

.contacts__map__addresses__item2 {
  left: 39.6875vw;
  top: 38.28125vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item2 {
    left: 62.36979vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item2 {
    left: 21.25vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item2 {
    left: 762px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item2 {
    top: 56.25vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item2 {
    top: 74.0625vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item2 {
    top: 735px;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item2 {
    width: 65.625vw;
  }
}

.contacts__map__addresses__item2 p::after {
  width: 11.71875vw;
  top: -5.98958vw;
  left: -3.125vw;
  -webkit-transform: rotate(67deg);
          transform: rotate(67deg);
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item2 p::after {
    width: 18.09896vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item2 p::after {
    width: 17.5vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item2 p::after {
    width: 225px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item2 p::after {
    top: -9.63542vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item2 p::after {
    top: -11.25vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item2 p::after {
    top: -115px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item2 p::after {
    left: -7.8125vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item2 p::after {
    left: 26.875vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item2 p::after {
    left: -60px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item2 p::after {
    -webkit-transform: rotate(66deg);
            transform: rotate(66deg);
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item2 p::after {
    -webkit-transform: rotate(76deg);
            transform: rotate(76deg);
  }
}

.contacts__map__addresses__item2 p::before {
  top: -12.44792vw;
  left: -0.15625vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item2 p::before {
    top: -20.05208vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item2 p::before {
    top: -20.625vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item2 p::before {
    top: -239px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item2 p::before {
    left: -4.29688vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item2 p::before {
    left: 31.5625vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item2 p::before {
    left: -3px;
  }
}

.contacts__map__addresses__item3 {
  left: 0.10417vw;
  top: 30.10417vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item3 {
    left: 3.90625vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item3 {
    left: 37.5vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item3 {
    left: 2px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item3 {
    top: 56.25vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item3 {
    top: 26.25vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item3 {
    top: 578px;
  }
}

.contacts__map__addresses__item3 p::after {
  width: 9.58333vw;
  top: 2.03125vw;
  left: 11.35417vw;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item3 p::after {
    width: 13.02083vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item3 p::after {
    width: 17.5vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item3 p::after {
    width: 184px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item3 p::after {
    top: -5.59896vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item3 p::after {
    top: 27.5vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item3 p::after {
    top: 39px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item3 p::after {
    left: 17.44792vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item3 p::after {
    left: -13.75vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item3 p::after {
    left: 218px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item3 p::after {
    -webkit-transform: rotate(139deg);
            transform: rotate(139deg);
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item3 p::after {
    -webkit-transform: rotate(118deg);
            transform: rotate(118deg);
  }
}

.contacts__map__addresses__item3 p::before {
  top: -1.30208vw;
  left: 20.20833vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item3 p::before {
    top: -12.10938vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item3 p::before {
    top: 33.75vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item3 p::before {
    top: -25px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__map__addresses__item3 p::before {
    left: 27.86458vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map__addresses__item3 p::before {
    left: -12.1875vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__map__addresses__item3 p::before {
    left: 388px;
  }
}

.contacts__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.60417vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__soc {
    margin-top: 3.125vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__soc {
    margin-top: 0vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__soc {
    margin-top: 50px;
  }
}

.contacts__soc__icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
}

.contacts__soc__icons__item:not(:last-child) {
  margin-right: 1.5625vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__soc__icons__item:not(:last-child) {
    margin-right: 3.125vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__soc__icons__item:not(:last-child) {
    margin-right: 10.625vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__soc__icons__item:not(:last-child) {
    margin-right: 30px;
  }
}

.contacts__soc__icons__item__link {
  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;
}

.contacts__soc__icons__item__link img {
  width: auto;
  height: 0.9375vw;
  margin-bottom: 0.57292vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__soc__icons__item__link img {
    height: 3.125vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__soc__icons__item__link img {
    height: 6.25vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__soc__icons__item__link img {
    height: 18px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__soc__icons__item__link img {
    margin-bottom: 3.125vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__soc__icons__item__link img {
    margin-bottom: 4.0625vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__soc__icons__item__link img {
    margin-bottom: 11px;
  }
}

.contacts__soc__icons__item__link img.contacts__soc__icons__fb {
  height: 1.30208vw;
  margin-bottom: 0.20833vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__soc__icons__item__link img.contacts__soc__icons__fb {
    height: 3.125vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__soc__icons__item__link img.contacts__soc__icons__fb {
    height: 7.5vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__soc__icons__item__link img.contacts__soc__icons__fb {
    height: 25px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__soc__icons__item__link img.contacts__soc__icons__fb {
    margin-bottom: 3.125vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__soc__icons__item__link img.contacts__soc__icons__fb {
    margin-bottom: 2.8125vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__soc__icons__item__link img.contacts__soc__icons__fb {
    margin-bottom: 4px;
  }
}

.contacts__soc__icons__item__link p {
  font-weight: 700;
  font-size: 0.9375vw;
  line-height: 1.40625vw;
  letter-spacing: 0;
  color: #71479D;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .contacts__soc__icons__item__link p {
    font-size: 2.08333vw;
    line-height: 3.125vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts__soc__icons__item__link p {
    font-size: 5vw;
    line-height: 7.5vw;
  }
}

@media screen and (min-width: 1920px) {
  .contacts__soc__icons__item__link p {
    font-size: 18px;
    line-height: 27px;
  }
}
/*# sourceMappingURL=contacts.css.map */