Compare commits

..

No commits in common. '5129dfeec953e94e9a6d574120111540288334e0' and 'bcc7082be685fcbf0a7e93e77e43e3a89140ab70' have entirely different histories.

  1. 26
      assets/css/gp-style-desktop.css
  2. 10
      assets/css/gp-style-mobile.css
  3. 12
      assets/css/gp-style-tablet.css
  4. 40
      index.html

@ -67,32 +67,6 @@ h1 strong {
font-weight: 900;
}
h1 span {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0px 16px;
letter-spacing: -0.02em;
border-radius: 14px;
background: linear-gradient(
142deg,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 0.15) 41.5%,
rgba(255, 255, 255, 0) 100%
),
#ff875c;
font-weight: 500;
font-size: 46px;
line-height: 135%;
position: relative;
background-clip: initial;
-webkit-background-clip: initial;
-webkit-text-fill-color: initial;
margin-top: 6px;
color: #fff;
text-transform: initial;
}
/* Button */
.btn {
display: flex;

@ -77,13 +77,6 @@
font-size: 39px;
text-align: left;
}
h1 span {
font-size: 32px;
padding-left: 12px;
padding-right: 12px;
border-radius: 10px;
margin-top: 6px;
}
.hero__leftside {
align-items: flex-start;
}
@ -180,9 +173,6 @@
h1 {
font-size: 36px;
}
h1 span {
font-size: 29px;
}
.header__logo img {
width: 42px;
}

@ -4,11 +4,6 @@
h1 {
font-size: 52px;
}
h1 span {
font-size: 42px;
margin-top: 0;
top: -2px;
}
.hero__content {
flex-direction: column;
align-items: center;
@ -127,10 +122,6 @@ h1 span {
h1 {
font-size: 49px;
}
h1 span {
font-size: 39px;
top: 0;
}
}
@media screen and (max-width: 620px) {
*[class*='__container'] {
@ -167,9 +158,6 @@ h1 span {
h1 {
font-size: 42px;
}
h1 span {
font-size: 32px;
}
.header__socials-link,
.footer__socials-link,
.header__contacts .header__tel {

@ -15,29 +15,6 @@
<link rel="stylesheet" media="screen and (max-width: 992px)" href="assets/css/gp-style-tablet.css?v=1.0">
<link rel="stylesheet" media="screen and (max-width: 576px)" href="assets/css/gp-style-mobile.css?v=1.0">
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
(function (m, e, t, r, i, k, a) {
m[i] = m[i] || function () { (m[i].a = m[i].a || []).push(arguments) };
m[i].l = 1 * new Date();
for (var j = 0; j < document.scripts.length; j++) { if (document.scripts[j].src === r) { return; } }
k = e.createElement(t), a = e.getElementsByTagName(t)[0], k.async = 1, k.src = r, a.parentNode.insertBefore(k, a)
})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(98435289, "init", {
clickmap: true,
trackLinks: true,
accurateTrackBounce: true,
webvisor: true
});
</script>
<noscript>
<div><img src="https://mc.yandex.ru/watch/98435289" style="position:absolute; left:-9999px;" alt="" /></div>
</noscript>
<!-- /Yandex.Metrika counter -->
</head>
<body>
@ -60,8 +37,8 @@
<img src="assets/img/wh.svg" width="27" height="27" alt="Мы в Whatsapp" title="Мы в Whatsapp">
</a>
</div>
<a href="tel:83822995831" class="header__tel" title="Позвоните нам">
<p>8 (3822) 99 58 31</p>
<a href="tel:+79234352557" class="header__tel" title="Позвоните нам">
<p>+7 (923) 435 25 57</p>
</a>
<button class="btn btn-small modal__btn" data-modal="request">
<p>Заказать звонок</p>
@ -75,8 +52,7 @@
<div class="hero__content">
<div class="hero__leftside">
<div class="hero__title">
<h1><b>Газобетонные блоки в&nbsp;Томске</b> напрямую от производителя <span>от 6 699 ₽/поддон</span>
</h1>
<h1><b>Газобетонные блоки в&nbsp;Томске</b> напрямую от производителя</h1>
</div>
<div class="hero__desc">
<p>
@ -103,11 +79,11 @@
<form class="generalform" id="generalform" action="">
<select name="quantity" id="quantity" required>
<option value disabled selected>Укажите количество</option>
<option value="1">1-5 м3</option>
<option value="5">5-10 м3</option>
<option value="10">10-50 м3</option>
<option value="50">50-100 м3</option>
<option value="100">Более 100 м3</option>
<option value="1-5 м3">1-5 м3</option>
<option value="5-10 м3">5-10 м3</option>
<option value="10-50 м3">10-50 м3</option>
<option value="50-100 м3">50-100 м3</option>
<option value="Более 100 м3">Более 100 м3</option>
</select>
<input type="tel" id="tel" name="tel" value="" placeholder="+7 (___) ___-____" required>
<button class="btn btn-big">Забронировать стоимость</button>

Loading…
Cancel
Save