html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block
}

body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}

html,
body {
	width: 100%;
	overscroll-behavior-x: none
}

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	line-height: 0;
	clear: both;
	height: 0
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a:focus,
a:hover {
	outline: none
}

a {
	text-decoration: none
}

a:focus {
	outline: none !important
}

fieldset,
form,
label,
legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
	font: inherit
}

input:focus,
button:focus,
textarea:focus,
select:focus,
[role="textbox"] {
	outline: none !important
}

button::-moz-focus-inner,
input::-moz-focus-inner,
[role="textbox"]::-moz-focus-inne {
	border: none
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type="number"] {
	-moz-appearance: textfield
}

select::-ms-expand {
	display: none
}

b,
strong {
	font-weight: bold
}

i,
em {
	font-style: italic
}

img {
	max-width: 100%;
	height: auto
}

* {
	-webkit-font-smoothing: antialiased
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body {
	overflow-x: hidden;
	margin: 0;
	color: #242c37;
	font-weight: 300;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 24px;
	padding-top: 80px
}

body.front-page {
	padding-top: 0px
}

@media screen and (max-width: 1000px) {
	body {
		padding-top: 60px
	}

	body.front-page {
		padding-top: 60px
	}
}

body::-webkit-scrollbar {
	width: 7px;
	background: #f1f1f1
}

body::-webkit-scrollbar-thumb {
	background: var(--main-color)
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 47px;
	line-height:57px;
	font-weight: 500
}

@media screen and (max-width: 950px) {
	h1 {
		font-size: 40px;
		line-height: 45px
	}
}

@media screen and (max-width: 450px) {
	h1 {
		font-size: 30px;
		line-height: 35px
	}
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 42px;
	line-height: 46px
}

@media screen and (max-width: 950px) {
	h2 {
		font-size: 35px
	}
}

@media screen and (max-width: 450px) {
	h2 {
		font-size: 25px;
		line-height: 30px
	}
}

.wrapper-foot {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
    margin: 0 auto;
	background: #64C7FF;
	position: relative;
}

.footer__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
}
@media only screen and (min-width: 769px){
.footer__grid {
    grid-template-columns: repeat(2, 1fr);}
}

@media only screen and (min-width: 990px){
.footer__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 0px;}
}
@media only screen and (min-width: 1440px){
.footer__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;}
}
@media only screen and (min-width: 990px){
.footer__col--logo {
    grid-column: span 1 / auto;
    margin-bottom: 0px;}
}

@media only screen and (min-width: 1440px){
.footer__col--logo {
    grid-column: span 4 / auto;
    margin-bottom: 30px;}
}
@media (max-width:770px){

.footer__grid {
	flex-wrap: wrap;
	margin-bottom: 30px;
	
}
}
.footer__logo img {
    display: block;
    
}
.footer__location {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #242c37;
    margin-bottom: 20px;
}
.footer__mail {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #242c37;
    /* margin-top: 20px; */
}

.footer__menu a {
    
    /* width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; */
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #242c37;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 24px;
    display: block;
    font-size: 15px;
    
}

.footer__menu a.hover {
    color: #35D073;
    
}
@media (max-width:550px){
	.footer__mail {
		display: none;
	}
}

@media (max-width:550px){
	.footer__menu {
		margin: 0px 20px 0px 20px;
	}
}


<h2 style="text-align: center;">Техника для доставки бетона</h2>
<p>Все цены на бетон уже рассчитаны и являются фиксированными. Покупатель может подсчитать сумму самостоятельно при помощи калькулятора на сайте. После того, как будет произведен расчет на сам бетон конкретной марки на доставку, покупатель получит конечную цифру. В расчете стоимости участвует как цена самой продукции, так и транспортировка. Последняя зависит от дальности и сложности маршрута, объемов перевозимого бетона.</p>
