html,
body {
  background-color: #ff0054;
  height: 100vh;
  width: 100%;
  margin: 0;
  font-family: "ProximaSoft";
  font-style: normal;
}

p {
  margin: 0;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

.container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wrapperInformation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 350px;
  width: 97%;
  background-image: url("img/bubble-mob.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 10px;
}

@media screen and (min-width: 800px) {
  .wrapperInformation {
    height: 750px;
    width: 100%;
    margin: 0;
    background-image: url("img/bubble.svg");
    background-position: center;
  }
}

.textInf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  padding-right: 25px;
}

@media screen and (min-width: 800px) {
  .textInf {
    padding-bottom: 190px;
    padding-right: 75px;
  }
}

.textWrap {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 800px) {
  .textWrap {
    margin-bottom: 20px;
  }
}

.headerText {
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  color: #332233;
}

@media screen and (min-width: 800px) {
  .headerText {
    font-size: 36px;
    line-height: 42px;
  }
}

.notation {
  font-weight: 400;
  font-size: 12px;
  color: #000;
  line-height: 12px;
}

@media screen and (min-width: 800px) {
  .notation {
    font-size: 30px;
    line-height: 32px;
  }
}

.phoneBlock {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phoneBlock::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 25px;
  width: 23px;
  height: 24px;
  background-image: url("img/phone-mob.svg");
}

.phoneBlock::after {
  content: "";
  position: absolute;
  right: -50px;
  top: -15px;
  width: 35px;
  height: 45px;
  background: url("img/arrow-mob.svg") no-repeat;
}

@media screen and (min-width: 800px) {
  .phoneBlock::before {
    left: -75px;
    top: 30px;
    width: 48px;
    height: 53px;
    background-image: url("img/phone.svg");
  }
  .phoneBlock::after {
    content: "";
    position: absolute;
    right: -100px;
    top: -15px;
    width: 44px;
    height: 97px;
    background: url("img/arrow.svg") no-repeat;
  }
}

.cities {
  margin-right: 10px;
  font-weight: 600;
  font-size: 11px;
  color: #332233;
  line-height: 12px;
}

.city {
  margin-bottom: 7px;
}

@media screen and (min-width: 800px) {
  .cities {
    font-size: 24px;
    line-height: 25px;
    margin-right: 30px;
  }
  .city {
    margin-bottom: 15px;
  }
}

.phones {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 15px;
  color: #332233;
  line-height: 12px;
}

.beautifyPhoneNumber {
  letter-spacing: 0.07em;
}

.phone {
  margin-bottom: 7px;
}

@media screen and (min-width: 800px) {
  .phones {
    font-size: 32px;
    line-height: 25px;
  }
  .phone {
    margin-bottom: 15px;
  }
}

.imgWrap {
  background-image: url("img/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 110px;
  height: 29px;
}

@media screen and (min-width: 800px) {
  .imgWrap {
    background-image: url("img/logo.svg");
    width: 230px;
    height: 60px;
    margin-top: 15px;
  }
}
