@font-face {
  font-family: "GolosText";
  src: url("fonts/Golos-Text_Bold.woff") format("woff"), url("fonts/Golos-Text_Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap; }
@font-face {
  font-family: "GolosText";
  src: url("fonts/Golos-Text_Medium.woff") format("woff"), url("fonts/Golos-Text_Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap; }  
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  font-family: "GolosText";
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  color: #111111;
  background-color: #fff; }
body * {
	box-sizing: border-box;
}
img {
	max-width: 100%;
}
.nosite_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	width: 1200px;
	max-width: 100%;
	padding: 15px 0;
}
.nosite_text {
	padding: 0 25px;
	text-align: center;
}
.nosite_text h1 {
	margin: 0 0 110px;
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 50px;
	line-height: 1.1;
}
.nosite_text h1 b {
	display: block;
	margin-bottom: 25px;
	font-size: 70px;
	color: #e82c2c;
}
.nosite_text p {
	margin: 0;
	padding: 0;
}
.nosite_text p span {
	display: block;
}
.nosite_text p a {
	color: inherit;
	text-decoration: none;
}
.nosite_text p .nosite_tels {
	display: inline-block;
	margin: 12px 0 15px;
	font-weight: 700;
	font-size: 36px; 
	line-height: 1.1;
}
.nosite_tels .wa {
	margin-right: 13px;
	line-height: 0;
}
.nosite_tels .wa img {
	position: relative;
	top: 12px;
}
	@media (max-width: 991px) {
		.nosite_text {
			padding: 0 20px;
		}
		.nosite_text h1 {
			margin: 0 0 50px;
			font-size: 40px;
		}
		.nosite_text h1 b {
			font-size: 50px;
		}
		.nosite_text p .nosite_tels {
			margin: 10px 0 15px;
			font-size: 30px; 
		}
		.nosite_tels .wa img {
			top: 12px;
		}
	}
	@media (max-width: 820px) {
		.nosite_text h1 {
			margin: 0 0 50px;
			font-size: 35px;
		}
		.nosite_text h1 b {
			font-size: 45px;
		}
		.nosite_text p .nosite_tels {
			font-size: 27px; 
		}
		.nosite_tels .wa img {
			top: 14px;
		}
	}
	@media (max-width: 768px) {
		.nosite_grid {
			grid-template-columns: 1fr;
			grid-row-gap: 30px;
		}
		.nosite_img {
			width: 100%;
		}
	}
	@media (max-width: 480px) {
		.nosite_text h1 {
			margin: 0 0 50px;
			font-size: 38px;
		}
		.nosite_text h1 b {
			font-size: 50px;
		}
		.nosite_text p .nosite_tels {
			margin: 0 0 10px;
			font-size: 35px; 
		}
		.nosite_tels .wa img {
			top: 12px;
		}
	}
