@import url("https://fonts.googleapis.com/css?family=Montserrat:600,700&display=swap");* {box-sizing: border-box;font-family: 'Montserrat', sans-serif;}html {height: 100%;}body {margin: -20px 0 0 0;height: 100vh;background-image: url("../images/bgimg.png");background-position: top left;background-repeat: no-repeat;background-size: cover;}.container {max-width: 1000px;height: 100vh;margin: 0 auto;display: flex;justify-content: center;align-items: center;}.content {width: 100%;display: flex;flex-direction: column;position: relative;}.content img {width: 100%;height: auto;}.content__info {display: flex;font-size: 18px;position: absolute;bottom: 300px;left: 330px;text-transform: uppercase;width: fit-content;}.content__info__tel {font-weight: 600;margin-right: 80px;}.content__info__mail a {color: black;}.content__soon {display: flex;width: fit-content;position: absolute;top: -15px;right: 15px;}.content__soon h2 {display: inline-block;text-transform: uppercase;font-size: 41px;}.content__contacts {display: flex;flex-direction: row;padding-left: 330px;margin-top: 30px;}.content__contacts__item1 {margin-right: 160px;font-weight: 600;line-height: 28px;}.content__contacts__item1 span {display: inline-block;text-transform: uppercase;font-weight: 700;margin-bottom: 15px;}.content__contacts__item2 {font-weight: 600;line-height: 28px;}.content__contacts__item2 span {display: inline-block;text-transform: uppercase;font-weight: 700;margin-bottom: 15px;}@media only screen and (max-width: 998px) {.content {text-align: center;}.content__info {position: static;margin: 0 auto;}.content__soon {position: static;margin: 0 auto;}.content__contacts {padding-left: 0;margin: 0 auto;width: 85%;justify-content: space-around;}.content__contacts__item1 {margin: 0;}}@media only screen and (max-width: 660px) {.content__info {flex-direction: column;position: static;margin: 0 auto;}.content__info__tel {margin: 30px 0 30px 0;}.content__contacts {flex-direction: column;}}