changing the structure and text

vectorblocks--kosbelan
Konstantin-39 11 months ago
parent 366152cb97
commit 17f7db4e52
  1. 16
      assets/css/gp-style-core.css
  2. 108
      assets/css/gp-style-desktop.css
  3. 110
      assets/css/gp-style-mobile.css
  4. 44
      assets/css/gp-style-tablet.css
  5. BIN
      assets/img/footer-logo.webp
  6. 4
      assets/img/i-delivery.svg
  7. 9
      assets/img/i-info.svg
  8. 12
      assets/img/i-percent.svg
  9. 12
      assets/img/i-volume.svg
  10. BIN
      assets/img/logo.webp
  11. 4
      assets/img/tg.svg
  12. 4
      assets/img/wh.svg
  13. 44
      index.html

@ -2,22 +2,22 @@
@font-face {
font-family: 'DIN Pro';
src: url('fonts/DINPro-Medium.eot');
src: url('../fonts/DINPro-Medium.eot');
src: local('DIN Pro Medium'), local('DINPro-Medium'),
url('fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
url('fonts/DINPro-Medium.woff') format('woff'),
url('fonts/DINPro-Medium.ttf') format('truetype');
url('../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/DINPro-Medium.woff') format('woff'),
url('../fonts/DINPro-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'DIN Pro';
src: url('fonts/DINPro-Black.eot');
src: url('../fonts/DINPro-Black.eot');
src: local('DIN Pro Black'), local('DINPro-Black'),
url('fonts/DINPro-Black.eot?#iefix') format('embedded-opentype'),
url('fonts/DINPro-Black.woff') format('woff'),
url('fonts/DINPro-Black.ttf') format('truetype');
url('../fonts/DINPro-Black.eot?#iefix') format('embedded-opentype'),
url('../fonts/DINPro-Black.woff') format('woff'),
url('../fonts/DINPro-Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
font-display: swap;

@ -47,8 +47,8 @@ body {
h1 {
font-family: 'DIN Pro', sans-serif;
font-weight: 500;
font-size: 62px;
line-height: 120%;
font-size: 66px;
line-height: 110%;
letter-spacing: -0.04em;
text-transform: uppercase;
background: linear-gradient(
@ -112,7 +112,7 @@ h1 strong {
}
.header__container {
position: absolute;
top: 28px;
top: 24px;
z-index: 2;
}
.header__logo {
@ -156,8 +156,8 @@ h1 strong {
/* Hero */
.hero {
padding-top: 170px;
padding-bottom: 102px;
padding-top: 160px;
padding-bottom: 92px;
position: relative;
z-index: 1;
}
@ -198,7 +198,7 @@ h1 strong {
}
.hero__content {
display: flex;
align-items: flex-end;
align-items: flex-start;
gap: 64px;
justify-content: space-between;
position: relative;
@ -208,7 +208,7 @@ h1 strong {
content: '';
position: absolute;
top: -60px;
right: -590px;
right: -595px;
width: 1230px;
height: 830px;
pointer-events: none;
@ -220,7 +220,7 @@ h1 strong {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 32px;
gap: 42px;
max-width: 590px;
}
.hero__title {
@ -230,23 +230,28 @@ h1 strong {
.hero__desc {
display: inline-flex;
align-items: center;
gap: 14px;
border: 2px solid rgba(28, 27, 27, 0.9);
border-radius: 15px;
padding: 13px 24px;
gap: 12px;
}
.hero__desc p {
display: inline-flex;
align-items: center;
gap: 12px;
font-weight: 500;
font-size: 18px;
line-height: 130%;
padding: 12px 20px 12px 18px;
border-radius: 12px;
border: 1px solid rgba(0, 7, 30, 0.15);
box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.01);
}
.hero__desc::before {
.hero__desc p::before {
display: none;
content: '';
width: 24px;
height: 24px;
background: url('../img/i-info.svg') center no-repeat;
background-size: cover;
}
.hero__desc p {
font-weight: 500;
font-size: 20px;
line-height: 130%;
}
.hero__desc p b {
font-weight: 700;
}
@ -262,50 +267,48 @@ h1 strong {
.hero__price-header {
display: flex;
align-items: center;
justify-content: center;
gap: 24px;
border-radius: 24px;
padding: 16px;
background: linear-gradient(
142deg,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 0.2) 41.5%,
rgba(255, 255, 255, 0) 100%
),
#f7f5f3;
width: 100%;
margin-bottom: 4px;
}
.hero__price-header span {
display: flex;
align-items: center;
gap: 10px;
justify-content: center;
gap: 12px;
border-radius: 14px;
padding: 14px 20px;
background: linear-gradient(
142deg,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 0.2) 41.5%,
rgba(255, 255, 255, 0) 100%
),
#d92d2d;
padding: 14px;
font-weight: 600;
font-size: 18px;
line-height: 140%;
color: #fff;
width: 100%;
border-right: 3px solid #54596c;
border-left: 3px solid #54596c;
background: linear-gradient(
329deg,
rgba(255, 255, 255, 0) 9.59%,
rgba(255, 255, 255, 0.1) 47.6%,
rgba(255, 255, 255, 0) 100%
),
var(--clr-general);
}
.hero__price-header span::before {
content: '';
width: 24px;
height: 24px;
width: 22px;
height: 22px;
background: url('../img/i-percent.svg') center no-repeat;
background-size: cover;
}
.hero__price-header p {
font-weight: 400;
font-size: 17px;
font-weight: 500;
font-size: 16.5px;
line-height: 130%;
max-width: 220px;
}
.hero__price-header p b {
font-weight: 600;
color: #ffcc02;
}
.hero__price-content {
display: flex;
@ -359,7 +362,8 @@ h1 strong {
max-width: 490px;
border: 1px solid rgba(255, 255, 255, 0.7);
border-radius: 26px;
padding: 32px;
padding: 12px;
padding-bottom: 32px;
box-shadow: 0 10px 42px 0 rgba(0, 0, 0, 0.17);
background: linear-gradient(
142deg,
@ -370,10 +374,15 @@ h1 strong {
#f2f2f2;
}
.hero__form-title {
padding-left: 12px;
padding-right: 12px;
max-width: 320px;
margin-left: auto;
margin-right: auto;
}
.hero__form-title p {
font-weight: 400;
font-size: 18px;
font-weight: 500;
font-size: 17.5px;
line-height: 130%;
letter-spacing: -0.02em;
text-align: center;
@ -382,6 +391,8 @@ h1 strong {
font-weight: 600;
}
.hero__form-action {
padding-left: 24px;
padding-right: 24px;
}
.hero__form-action form {
display: flex;
@ -485,7 +496,8 @@ h1 strong {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
margin-top: 102px;
margin-top: 92px;
margin-top: 72px;
position: relative;
z-index: 1;
}
@ -589,7 +601,6 @@ h1 strong {
width: 44px;
height: 44px;
box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.07);
/* background: #282828; */
background: rgba(255, 255, 255, 0.1);
transition: transform 0.2s ease-in-out;
}
@ -629,9 +640,6 @@ h1 strong {
width: 100%;
height: 100%;
background: rgba(0, 7, 30, 0.8);
/* background: #00071e; */
/* -webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px); */
-webkit-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
opacity: 1;
@ -727,7 +735,7 @@ h1 strong {
}
.modal__title p {
font-family: 'DIN Pro', sans-serif;
font-size: 23px;
font-size: 26px;
font-weight: 500;
line-height: 130%;
text-align: center;

@ -6,12 +6,31 @@
right: -320px;
top: 290px;
}
.hero__desc {
gap: 6px;
}
.hero__desc p {
font-size: 13px;
padding: 8px 12px;
border-radius: 10px;
}
.hero__desc img {
width: 24px;
height: 24px;
}
.hero__leftside {
gap: 18px;
}
.hero__advantages {
margin-top: 42px;
}
}
@media screen and (max-width: 540px) {
.header__container {
align-items: flex-start;
gap: 24px;
padding-bottom: 24px;
padding-bottom: 20px;
top: 20px;
}
.header__container::after {
content: '';
@ -25,23 +44,29 @@
.header__logo {
max-width: 240px;
}
.header__logo img {
width: 50px;
}
.header__logo p {
font-size: 12px;
font-size: 9px;
}
.header__socials {
gap: 6px;
}
.header__contacts {
flex-wrap: wrap;
width: 100%;
justify-content: flex-end;
row-gap: 24px;
gap: 6px;
}
.header__contacts button.btn {
.header__contacts .header__tel {
}
.header__tel {
font-size: 20px;
margin: 0;
}
.hero {
padding-top: 170px;
padding-top: 110px;
}
}
@media screen and (max-width: 470px) {
@ -55,19 +80,19 @@
.hero__price {
margin-top: 12px;
}
.hero__price-header p {
max-width: 160px;
}
.hero__content {
gap: 34px;
}
.hero__content::after {
opacity: 1;
right: -290px;
width: 520px;
height: 320px;
opacity: 0.6;
right: -125px;
width: 200px;
height: 140px;
background-size: contain;
top: 280px;
top: 0px;
}
.hero::before {
opacity: 0.4;
}
.hero__form-gift {
overflow: hidden;
@ -88,15 +113,24 @@
.hero__price-header {
gap: 10px;
padding: 10px;
padding-bottom: 0;
border-radius: 10px;
margin-bottom: 0;
}
.hero__price-header p {
font-size: 14px;
font-size: 13px;
}
.hero__price-header span {
padding: 8px 12px;
border-radius: 10px;
font-size: 14px;
border: none;
padding-left: 2px;
padding-right: 2px;
gap: 7px;
}
.hero__price-header span::before {
min-width: 18px;
width: 18px;
height: 18px;
}
.hero__price-stock p {
font-size: 20px;
@ -111,19 +145,11 @@
.hero__price-unit p {
font-size: 13px;
}
.hero__price-header span::before {
width: 16px;
height: 16px;
}
.hero__price-content {
gap: 10px;
}
.header__logo {
/* flex-direction: column;
align-items: flex-start; */
}
.header__logo p {
/* max-width: 100%; */
width: 100%;
}
.header__container {
align-items: center;
@ -133,7 +159,7 @@
}
.hero__form {
gap: 20px;
padding: 20px 14px;
padding: 0 0 20px 0;
border-radius: 16px;
}
.hero__form-title p {
@ -145,10 +171,10 @@
font-size: 36px;
}
.header__logo img {
width: 46px;
width: 42px;
}
.header__logo p {
font-size: 11px;
font-size: 9px;
}
.header__tel {
font-size: 17px;
@ -174,12 +200,32 @@
display: none;
}
.header__logo img {
width: 44px;
}
.header__logo p {
font-size: 10px;
width: 39px;
}
.header__tel {
font-size: 16.5px;
}
.hero__form-action select,
.hero__form-action input {
font-size: 13.5px;
}
}
@media screen and (max-width: 360px) {
.hero__desc {
flex-direction: column;
align-items: flex-start;
}
.hero__price-header span {
padding-left: 20px;
padding-right: 20px;
gap: 12px;
}
.hero__content {
gap: 20px;
}
.hero__price-header span::before {
min-width: 20px;
width: 20px;
height: 20px;
}
}

@ -23,21 +23,28 @@ h1 {
.header__contacts {
gap: 10px;
}
.header__tel {
order: 3;
margin-left: 14px;
}
.header__contacts button.btn p {
.header__contacts button.btn,
.header__contacts .header__tel p {
display: none;
}
.header__contacts button.btn {
.header__contacts .header__tel {
display: flex;
align-items: center;
justify-content: center;
width: 47px;
height: 47px;
border-radius: 9px;
position: relative;
padding: 0;
}
.header__contacts button.btn::before {
background: linear-gradient(
322deg,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 0.32) 41.5%,
rgba(255, 255, 255, 0) 100%
),
#fc0;
}
.header__contacts .header__tel::before {
content: '';
width: 24px;
height: 24px;
@ -95,7 +102,7 @@ h1 {
@media screen and (max-width: 670px) {
.header__socials-link,
.footer__socials-link,
.header__contacts button.btn {
.header__contacts .header__tel {
width: 40px;
height: 40px;
}
@ -104,7 +111,7 @@ h1 {
width: 24px;
height: 24px;
}
.header__contacts button.btn::before {
.header__contacts .header__tel::before {
width: 20px;
height: 20px;
}
@ -153,7 +160,7 @@ h1 {
}
.header__socials-link,
.footer__socials-link,
.header__contacts button.btn {
.header__contacts .header__tel {
width: 37px;
height: 37px;
}
@ -162,7 +169,7 @@ h1 {
width: 22px;
height: 22px;
}
.header__contacts button.btn::before {
.header__contacts .header__tel::before {
width: 18px;
height: 18px;
}
@ -177,10 +184,6 @@ h1 {
width: 20px;
height: 20px;
}
.hero__desc {
padding: 10px 20px;
border-radius: 12px;
}
.hero__desc p {
font-size: 16px;
}
@ -197,15 +200,6 @@ h1 {
align-items: center;
text-align: center;
}
.hero__price-header span {
padding: 12px 16px;
border-radius: 12px;
font-size: 16px;
}
.hero__price-header span::before {
width: 19px;
height: 19px;
}
.hero__price-header p {
font-size: 16px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

@ -0,0 +1,4 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.0613 2.50026C15.7156 2.49776 15.4338 2.77589 15.4313 3.12089C15.4288 3.46589 15.7063 3.74776 16.0519 3.75026C16.3969 3.75276 16.6788 3.47526 16.6813 3.13026C16.6838 2.78526 16.4063 2.50339 16.0613 2.50026ZM16.0328 6.2502C13.6196 6.23307 11.6433 8.17989 11.6251 10.5923C11.6069 13.0046 13.5548 14.9819 15.9672 15.0001L16.0007 15.0002C18.3978 15.0002 20.3568 13.0592 20.3749 10.6579C20.3931 8.24576 18.4453 6.26839 16.0328 6.2502ZM16.0006 13.7503L15.9766 13.7501C14.2534 13.7371 12.862 12.3248 12.875 10.6017C12.8879 8.88639 14.2872 7.50001 15.9994 7.50001L16.0234 7.50014C17.7466 7.51314 19.138 8.92551 19.125 10.6486C19.112 12.3639 17.7128 13.7503 16.0006 13.7503ZM18.7269 2.97426C18.4018 2.85889 18.0444 3.0292 17.929 3.35457C17.8137 3.67995 17.984 4.03714 18.3093 4.15251C21.0623 5.1282 22.8969 7.75014 22.8749 10.6768C22.8724 11.0219 23.1501 11.3039 23.4953 11.3065H23.5001C23.8429 11.3065 24.1223 11.0298 24.1249 10.6862C24.1509 7.22701 21.9816 4.12782 18.7269 2.97426Z" fill="#00071E"/>
<path d="M19.8348 23.5276C23.9919 18.1767 26.5898 15.3864 26.6249 10.7049C26.6689 4.81469 21.8887 0 15.999 0C10.178 0 5.41936 4.71425 5.37511 10.5455C5.33936 15.3539 7.98555 18.1404 12.1713 23.5268C8.00724 24.149 5.37511 25.7126 5.37511 27.625C5.37511 28.9061 6.55924 30.0556 8.70943 30.8619C10.6665 31.5958 13.2557 31.9999 16 31.9999C18.7443 31.9999 21.3335 31.5958 23.2906 30.8619C25.4407 30.0556 26.6249 28.906 26.6249 27.6249C26.6249 25.7136 23.9952 24.1504 19.8348 23.5276ZM6.62505 10.5549C6.66405 5.40937 10.8625 1.25 15.9991 1.25C21.1966 1.25 25.4137 5.49925 25.3749 10.6956C25.3417 15.1414 22.5866 17.8812 18.188 23.6152C17.4034 24.6374 16.6829 25.6039 16.0009 26.5494C15.3209 25.6034 14.6148 24.6542 13.8185 23.6148C9.23811 17.6408 6.59118 15.1081 6.62505 10.5549ZM16 30.75C10.6343 30.75 6.62505 29.1002 6.62505 27.625C6.62505 26.531 9.0218 25.149 13.0517 24.6704C13.9425 25.8392 14.7235 26.9011 15.4895 27.9856C15.5471 28.0673 15.6236 28.1339 15.7123 28.1799C15.801 28.2259 15.8995 28.2499 15.9994 28.25H16C16.0999 28.25 16.1983 28.2261 16.287 28.1802C16.3757 28.1344 16.4521 28.0679 16.5099 27.9864C17.2686 26.9161 18.071 25.828 18.9542 24.6711C22.9803 25.1502 25.3749 26.5318 25.3749 27.6251C25.3749 29.1002 21.3657 30.75 16 30.75Z" fill="#00071E"/>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

@ -1,17 +1,16 @@
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2019_1413)">
<g clip-path="url(#clip0_2012_938)">
<circle cx="12.5" cy="12.5" r="7.5" fill="#1C1B1B"/>
<path d="M12 0.5C5.36761 0.5 0 5.867 0 12.5C0 19.1323 5.367 24.5 12 24.5C18.6324 24.5 24 19.133 24 12.5C24 5.8677 18.633 0.5 12 0.5ZM13.2323 17.2635C13.2323 17.6426 12.6795 18.0216 12.0002 18.0216C11.2894 18.0216 10.784 17.6426 10.784 17.2635V11.2453C10.784 10.8031 11.2895 10.5029 12.0002 10.5029C12.6795 10.5029 13.2323 10.8031 13.2323 11.2453V17.2635ZM12.0003 9.04981C11.2737 9.04981 10.7051 8.51277 10.7051 7.91248C10.7051 7.31225 11.2737 6.791 12.0003 6.791C12.7111 6.791 13.2798 7.31225 13.2798 7.91248C13.2798 8.51277 12.711 9.04981 12.0003 9.04981Z" fill="black"/>
<path d="M12 0.5C5.36761 0.5 0 5.867 0 12.5C0 19.1323 5.367 24.5 12 24.5C18.6324 24.5 24 19.133 24 12.5C24 5.8677 18.633 0.5 12 0.5ZM13.2323 17.2635C13.2323 17.6426 12.6795 18.0216 12.0002 18.0216C11.2894 18.0216 10.784 17.6426 10.784 17.2635V11.2453C10.784 10.8031 11.2895 10.5029 12.0002 10.5029C12.6795 10.5029 13.2323 10.8031 13.2323 11.2453V17.2635ZM12.0003 9.04981C11.2737 9.04981 10.7051 8.51277 10.7051 7.91248C10.7051 7.31225 11.2737 6.791 12.0003 6.791C12.7111 6.791 13.2798 7.31225 13.2798 7.91248C13.2798 8.51277 12.711 9.04981 12.0003 9.04981Z" fill="#FFCC00"/>
<path d="M12 0.5C5.36761 0.5 0 5.867 0 12.5C0 19.1323 5.367 24.5 12 24.5C18.6324 24.5 24 19.133 24 12.5C24 5.8677 18.633 0.5 12 0.5ZM13.2323 17.2635C13.2323 17.6426 12.6795 18.0216 12.0002 18.0216C11.2894 18.0216 10.784 17.6426 10.784 17.2635V11.2453C10.784 10.8031 11.2895 10.5029 12.0002 10.5029C12.6795 10.5029 13.2323 10.8031 13.2323 11.2453V17.2635ZM12.0003 9.04981C11.2737 9.04981 10.7051 8.51277 10.7051 7.91248C10.7051 7.31225 11.2737 6.791 12.0003 6.791C12.7111 6.791 13.2798 7.31225 13.2798 7.91248C13.2798 8.51277 12.711 9.04981 12.0003 9.04981Z" fill="url(#paint0_linear_2019_1413)"/>
<path d="M12 0.5C5.36761 0.5 0 5.867 0 12.5C0 19.1323 5.367 24.5 12 24.5C18.6324 24.5 24 19.133 24 12.5C24 5.8677 18.633 0.5 12 0.5ZM13.2323 17.2635C13.2323 17.6426 12.6795 18.0216 12.0002 18.0216C11.2894 18.0216 10.784 17.6426 10.784 17.2635V11.2453C10.784 10.8031 11.2895 10.5029 12.0002 10.5029C12.6795 10.5029 13.2323 10.8031 13.2323 11.2453V17.2635ZM12.0003 9.04981C11.2737 9.04981 10.7051 8.51277 10.7051 7.91248C10.7051 7.31225 11.2737 6.791 12.0003 6.791C12.7111 6.791 13.2798 7.31225 13.2798 7.91248C13.2798 8.51277 12.711 9.04981 12.0003 9.04981Z" fill="url(#paint0_linear_2012_938)"/>
</g>
<defs>
<linearGradient id="paint0_linear_2019_1413" x1="5.08642" y1="-0.262542" x2="25.6213" y2="0.490587" gradientUnits="userSpaceOnUse">
<linearGradient id="paint0_linear_2012_938" x1="5.08642" y1="-0.262542" x2="25.6213" y2="0.490587" gradientUnits="userSpaceOnUse">
<stop stop-color="white" stop-opacity="0"/>
<stop offset="0.415" stop-color="white" stop-opacity="0.32"/>
<stop offset="1" stop-color="white" stop-opacity="0"/>
</linearGradient>
<clipPath id="clip0_2019_1413">
<clipPath id="clip0_2012_938">
<rect width="24" height="24" fill="white" transform="translate(0 0.5)"/>
</clipPath>
</defs>

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

@ -1,11 +1,11 @@
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2019_1421)">
<path d="M22.4042 12.8108C22.3565 12.7142 22.3317 12.6078 22.3317 12.5C22.3317 12.3922 22.3565 12.2858 22.4042 12.1892L23.2993 10.358C23.7977 9.33842 23.4028 8.12319 22.4003 7.5913L20.5999 6.636C20.5045 6.58577 20.4219 6.5143 20.3586 6.4271C20.2952 6.3399 20.2527 6.2393 20.2344 6.13308L19.8823 4.12548C19.6862 3.0077 18.6523 2.25658 17.5288 2.41554L15.5107 2.701C15.404 2.71643 15.2952 2.70712 15.1927 2.6738C15.0902 2.64049 14.9967 2.58406 14.9195 2.50886L13.4546 1.09175C12.6389 0.302658 11.3611 0.302611 10.5455 1.09175L9.08059 2.509C9.00335 2.58418 8.90986 2.6406 8.80735 2.67391C8.70484 2.70723 8.59604 2.71654 8.48936 2.70114L6.47126 2.41568C5.34744 2.25663 4.31385 3.00785 4.11778 4.12562L3.76565 6.13312C3.74735 6.23935 3.70489 6.33995 3.64153 6.42716C3.57818 6.51437 3.49563 6.58585 3.40027 6.63609L1.59981 7.5914C0.597345 8.12324 0.202473 9.33856 0.700845 10.3581L1.59592 12.1892C1.64356 12.2859 1.66834 12.3923 1.66834 12.5001C1.66834 12.6079 1.64356 12.7142 1.59592 12.8109L0.700798 14.6421C0.202426 15.6616 0.597298 16.8769 1.59976 17.4087L3.40022 18.3641C3.4956 18.4143 3.57815 18.4857 3.64152 18.5729C3.70488 18.6601 3.74735 18.7607 3.76565 18.867L4.11778 20.8746C4.29628 21.8921 5.1688 22.6057 6.17159 22.6057C6.27036 22.6057 6.37058 22.5987 6.47131 22.5845L8.48941 22.299C8.59609 22.2836 8.7049 22.2929 8.80741 22.3262C8.90993 22.3595 9.00341 22.4159 9.08064 22.4911L10.5455 23.9083C10.9534 24.3028 11.4766 24.5001 12 24.5001C12.5233 24.5 13.0469 24.3028 13.4546 23.9083L14.9195 22.4911C15.0776 22.3383 15.293 22.2684 15.5107 22.299L17.5288 22.5845C18.6528 22.7435 19.6862 21.9923 19.8823 20.8745L20.2345 18.867C20.2528 18.7608 20.2952 18.6602 20.3586 18.573C20.422 18.4858 20.5045 18.4143 20.5999 18.3641L22.4003 17.4087C23.4028 16.8769 23.7977 15.6616 23.2993 14.642L22.4042 12.8108ZM9.23158 6.27103C10.6309 6.27103 11.7693 7.40948 11.7693 8.80878C11.7693 10.2081 10.6309 11.3465 9.23158 11.3465C7.83227 11.3465 6.69383 10.2081 6.69383 8.80878C6.69383 7.40948 7.83227 6.27103 9.23158 6.27103ZM7.92171 17.5571C7.78657 17.6922 7.60943 17.7598 7.43234 17.7598C7.25524 17.7598 7.07806 17.6922 6.94296 17.5571C6.67268 17.2868 6.67268 16.8485 6.94296 16.5783L16.0783 7.4429C16.3486 7.17262 16.7868 7.17262 17.0571 7.4429C17.3274 7.71318 17.3274 8.15141 17.0571 8.42169L7.92171 17.5571ZM14.7684 18.729C13.3691 18.729 12.2307 17.5906 12.2307 16.1913C12.2307 14.792 13.3691 13.6535 14.7684 13.6535C16.1677 13.6535 17.3062 14.792 17.3062 16.1913C17.3062 17.5906 16.1677 18.729 14.7684 18.729Z" fill="white"/>
<path d="M14.7687 15.0378C14.1327 15.0378 13.6152 15.5552 13.6152 16.1913C13.6152 16.8273 14.1326 17.3448 14.7687 17.3448C15.4047 17.3448 15.9222 16.8273 15.9222 16.1913C15.9222 15.5552 15.4047 15.0378 14.7687 15.0378ZM9.23186 7.65524C8.59582 7.65524 8.07837 8.17269 8.07837 8.80873C8.07837 9.44478 8.59582 9.96227 9.23186 9.96227C9.86791 9.96227 10.3854 9.44482 10.3854 8.80873C10.3854 8.17274 9.86791 7.65524 9.23186 7.65524Z" fill="white"/>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2049_2154)">
<path d="M22.4042 12.3109C22.3565 12.2142 22.3317 12.1078 22.3317 12C22.3317 11.8922 22.3565 11.7859 22.4042 11.6892L23.2993 9.85802C23.7976 8.83844 23.4028 7.62322 22.4003 7.09133L20.5999 6.13602C20.5045 6.0858 20.4219 6.01433 20.3586 5.92713C20.2952 5.83993 20.2527 5.73933 20.2344 5.6331L19.8823 3.62551C19.6862 2.50773 18.6523 1.75661 17.5288 1.91556L15.5107 2.20103C15.404 2.21645 15.2952 2.20715 15.1927 2.17383C15.0902 2.14052 14.9967 2.08408 14.9195 2.00889L13.4546 0.591773C12.6389 -0.197316 11.3611 -0.197363 10.5455 0.591773L9.08058 2.00903C9.00333 2.08421 8.90984 2.14063 8.80733 2.17394C8.70482 2.20725 8.59603 2.21657 8.48935 2.20117L6.47125 1.9157C5.34743 1.75666 4.31384 2.50787 4.11776 3.62565L3.76564 5.63315C3.74734 5.73938 3.70487 5.83998 3.64152 5.92718C3.57816 6.01439 3.49562 6.08588 3.40025 6.13612L1.59979 7.09142C0.59733 7.62326 0.202457 8.83859 0.700829 9.85816L1.5959 11.6893C1.64355 11.786 1.66833 11.8923 1.66833 12.0001C1.66833 12.1079 1.64355 12.2143 1.5959 12.311L0.700783 14.1421C0.20241 15.1617 0.597283 16.3769 1.59975 16.9088L3.4002 17.8641C3.49558 17.9143 3.57814 17.9858 3.6415 18.073C3.70486 18.1602 3.74734 18.2608 3.76564 18.367L4.11776 20.3746C4.29626 21.3922 5.16879 22.1058 6.17158 22.1057C6.27034 22.1057 6.37056 22.0987 6.4713 22.0845L8.48939 21.799C8.59608 21.7836 8.70488 21.7929 8.8074 21.8262C8.90991 21.8595 9.0034 21.916 9.08062 21.9912L10.5455 23.4083C10.9534 23.8029 11.4766 24.0001 12 24.0001C12.5233 24 13.0468 23.8028 13.4546 23.4083L14.9195 21.9912C15.0775 21.8383 15.293 21.7685 15.5107 21.799L17.5288 22.0845C18.6528 22.2435 19.6862 21.4923 19.8823 20.3745L20.2345 18.367C20.2528 18.2608 20.2952 18.1602 20.3586 18.073C20.4219 17.9858 20.5045 17.9143 20.5999 17.8641L22.4003 16.9088C23.4028 16.3769 23.7976 15.1616 23.2993 14.142L22.4042 12.3109ZM9.23156 5.77106C10.6309 5.77106 11.7693 6.9095 11.7693 8.30881C11.7693 9.70811 10.6309 10.8466 9.23156 10.8466C7.83226 10.8466 6.69381 9.70811 6.69381 8.30881C6.69381 6.9095 7.83226 5.77106 9.23156 5.77106ZM7.92169 17.0571C7.78655 17.1922 7.60941 17.2598 7.43232 17.2598C7.25523 17.2598 7.07804 17.1923 6.94295 17.0571C6.67267 16.7868 6.67267 16.3486 6.94295 16.0783L16.0783 6.94292C16.3485 6.67264 16.7868 6.67264 17.0571 6.94292C17.3274 7.2132 17.3274 7.65144 17.0571 7.92172L7.92169 17.0571ZM14.7684 18.229C13.3691 18.229 12.2307 17.0906 12.2307 15.6913C12.2307 14.292 13.3691 13.1535 14.7684 13.1535C16.1677 13.1535 17.3062 14.292 17.3062 15.6913C17.3062 17.0906 16.1677 18.229 14.7684 18.229Z" fill="#FFCC00"/>
<path d="M14.7687 14.5378C14.1326 14.5378 13.6152 15.0553 13.6152 15.6913C13.6152 16.3273 14.1326 16.8448 14.7687 16.8448C15.4047 16.8448 15.9222 16.3273 15.9222 15.6913C15.9222 15.0553 15.4047 14.5378 14.7687 14.5378ZM9.23185 7.15527C8.5958 7.15527 8.07835 7.67272 8.07835 8.30877C8.07835 8.94481 8.5958 9.46231 9.23185 9.46231C9.86789 9.46231 10.3854 8.94486 10.3854 8.30877C10.3853 7.67277 9.86789 7.15527 9.23185 7.15527Z" fill="#FFCC00"/>
</g>
<defs>
<clipPath id="clip0_2019_1421">
<rect width="24" height="24" fill="white" transform="translate(0 0.5)"/>
<clipPath id="clip0_2049_2154">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

@ -0,0 +1,12 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2048_2118)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.9706 0.995728L24.8811 7.29479V19.893L13.9706 26.1922L3.06024 19.893V7.29479L13.9706 0.995728Z" stroke="#00071E" stroke-width="1.25001" stroke-miterlimit="22.9256" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M24.6561 7.42467L13.9706 13.5939M13.9706 13.5939L11.0721 11.9205M13.9706 13.5939V25.8797M6.20006 9.10761L3.30188 7.4343M28.1281 8.9183L29.7515 7.2948L31.375 8.9183M28.1281 18.2696L29.7515 19.893L31.375 18.2696M29.7515 7.61949V19.5684M25.0986 23.5168L27.3162 24.111L26.722 26.3287M17.0001 28.1924L16.4059 30.4101L18.6236 31.0044M27.0351 24.2734L16.6871 30.2478M10.9412 28.1924L11.5354 30.4101L9.31769 31.0044M2.84275 23.5167L0.625 24.111L1.21925 26.3287M11.2542 30.2477L0.906187 24.2734" stroke="#00071E" stroke-width="1.25001" stroke-miterlimit="22.9256" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8.6358 10.5142H8.63618" stroke="#00071E" stroke-width="1.24999" stroke-miterlimit="2.6131" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_2048_2118">
<rect width="32" height="32" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

@ -1,3 +1,3 @@
<svg width="27" height="28" viewBox="0 0 27 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.2495 5.48377C22.5275 5.36676 22.8318 5.32641 23.1307 5.3669C23.4296 5.4074 23.7121 5.52727 23.949 5.71404C24.1858 5.90081 24.3683 6.14765 24.4774 6.42886C24.5865 6.71008 24.6182 7.01539 24.5692 7.31302L22.0177 22.7896C21.7702 24.2825 20.1322 25.1386 18.7631 24.395C17.6178 23.7729 15.9168 22.8144 14.3868 21.8143C13.6218 21.3136 11.2785 19.7105 11.5665 18.5698C11.814 17.5944 15.7515 13.9291 18.0015 11.75C18.8846 10.8939 18.4818 10.4 17.439 11.1875C14.8492 13.1428 10.6912 16.1161 9.31647 16.9531C8.10372 17.6911 7.47147 17.8171 6.71547 17.6911C5.33622 17.4616 4.05709 17.1061 3.01309 16.673C1.60234 16.088 1.67097 14.1485 3.01197 13.5838L22.2495 5.48377Z" fill="#1C1B1B"/>
<svg width="27" height="27" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.2495 4.98377C22.5275 4.86676 22.8318 4.82641 23.1307 4.8669C23.4296 4.9074 23.7121 5.02727 23.949 5.21404C24.1858 5.40081 24.3683 5.64765 24.4774 5.92886C24.5865 6.21008 24.6182 6.51539 24.5692 6.81302L22.0177 22.2896C21.7702 23.7825 20.1322 24.6386 18.7631 23.895C17.6178 23.2729 15.9168 22.3144 14.3868 21.3143C13.6218 20.8136 11.2785 19.2105 11.5665 18.0698C11.814 17.0944 15.7515 13.4291 18.0015 11.25C18.8846 10.3939 18.4818 9.90002 17.439 10.6875C14.8492 12.6428 10.6912 15.6161 9.31647 16.4531C8.10372 17.1911 7.47147 17.3171 6.71547 17.1911C5.33622 16.9616 4.05709 16.6061 3.01309 16.173C1.60234 15.588 1.67097 13.6485 3.01197 13.0838L22.2495 4.98377Z" fill="#26A7E6"/>
</svg>

Before

Width:  |  Height:  |  Size: 831 B

After

Width:  |  Height:  |  Size: 834 B

@ -1,3 +1,3 @@
<svg width="27" height="28" viewBox="0 0 27 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.5 2.5C19.8515 2.5 25 7.64855 25 14C25 20.3514 19.8515 25.5 13.5 25.5C11.4677 25.5035 9.47108 24.9656 7.71551 23.9417L2.00462 25.5L3.55942 19.7868C2.53472 18.0307 1.99646 16.0332 2.00002 14C2.00002 7.64855 7.14857 2.5 13.5 2.5ZM9.58081 8.595L9.35081 8.6042C9.20211 8.61444 9.05681 8.6535 8.92301 8.7192C8.79832 8.78993 8.68446 8.87824 8.58491 8.9814C8.44691 9.11135 8.36871 9.22404 8.28476 9.33329C7.8594 9.88633 7.63038 10.5653 7.63386 11.263C7.63616 11.8265 7.78336 12.375 8.01336 12.8879C8.48371 13.9252 9.25766 15.0235 10.2789 16.0412C10.525 16.2862 10.7665 16.5323 11.0264 16.7611C12.2953 17.8783 13.8074 18.6839 15.4424 19.114L16.0956 19.2141C16.3083 19.2256 16.5211 19.2095 16.735 19.1991C17.0698 19.1815 17.3968 19.0908 17.6929 18.9335C17.8434 18.8557 17.9903 18.7713 18.1334 18.6805C18.1334 18.6805 18.182 18.6475 18.2771 18.577C18.4324 18.462 18.5278 18.3803 18.6566 18.2458C18.7532 18.1461 18.8337 18.0304 18.8981 17.8985C18.9878 17.711 19.0775 17.3534 19.1143 17.0555C19.1419 16.8278 19.1339 16.7036 19.1304 16.6266C19.1258 16.5035 19.0235 16.3759 18.9119 16.3218L18.2426 16.0217C18.2426 16.0217 17.2421 15.5858 16.6303 15.3075C16.5663 15.2797 16.4977 15.2637 16.4279 15.2604C16.3492 15.2522 16.2697 15.2609 16.1947 15.2861C16.1197 15.3113 16.051 15.3524 15.9932 15.4064C15.9875 15.4041 15.9104 15.4697 15.079 16.4771C15.0312 16.5412 14.9655 16.5897 14.8901 16.6163C14.8148 16.6429 14.7332 16.6465 14.6558 16.6266C14.5808 16.6066 14.5074 16.5812 14.4361 16.5507C14.2935 16.4909 14.2441 16.4679 14.1463 16.4265C13.4861 16.1389 12.8749 15.7497 12.3351 15.273C12.1902 15.1465 12.0556 15.0085 11.9176 14.8751C11.4652 14.4418 11.0709 13.9517 10.7446 13.4169L10.6768 13.3077C10.6288 13.2339 10.5894 13.1548 10.5595 13.0719C10.5158 12.9029 10.6296 12.7672 10.6296 12.7672C10.6296 12.7672 10.9091 12.4613 11.039 12.2957C11.1655 12.1347 11.2725 11.9783 11.3415 11.8667C11.4772 11.6482 11.5197 11.424 11.4484 11.2503C11.1264 10.4637 10.7937 9.68136 10.4502 8.9032C10.3824 8.7491 10.1811 8.6387 9.99826 8.61685C9.93616 8.60918 9.87406 8.60305 9.81196 8.59845C9.65755 8.58959 9.50272 8.59113 9.34851 8.60305L9.58081 8.595Z" fill="#1C1B1B"/>
<svg width="27" height="27" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.5 2C19.8515 2 25 7.14855 25 13.5C25 19.8514 19.8515 25 13.5 25C11.4677 25.0035 9.47108 24.4656 7.71551 23.4417L2.00462 25L3.55942 19.2868C2.53472 17.5307 1.99646 15.5332 2.00002 13.5C2.00002 7.14855 7.14857 2 13.5 2ZM9.58081 8.095L9.35081 8.1042C9.20211 8.11444 9.05681 8.1535 8.92301 8.2192C8.79832 8.28993 8.68446 8.37824 8.58491 8.4814C8.44691 8.61135 8.36871 8.72404 8.28476 8.83329C7.8594 9.38633 7.63038 10.0653 7.63386 10.763C7.63616 11.3265 7.78336 11.875 8.01336 12.3879C8.48371 13.4252 9.25766 14.5235 10.2789 15.5412C10.525 15.7862 10.7665 16.0323 11.0264 16.2611C12.2953 17.3783 13.8074 18.1839 15.4424 18.614L16.0956 18.7141C16.3083 18.7256 16.5211 18.7095 16.735 18.6991C17.0698 18.6815 17.3968 18.5908 17.6929 18.4335C17.8434 18.3557 17.9903 18.2713 18.1334 18.1805C18.1334 18.1805 18.182 18.1475 18.2771 18.077C18.4324 17.962 18.5278 17.8803 18.6566 17.7458C18.7532 17.6461 18.8337 17.5304 18.8981 17.3985C18.9878 17.211 19.0775 16.8534 19.1143 16.5555C19.1419 16.3278 19.1339 16.2036 19.1304 16.1266C19.1258 16.0035 19.0235 15.8759 18.9119 15.8218L18.2426 15.5217C18.2426 15.5217 17.2421 15.0858 16.6303 14.8075C16.5663 14.7797 16.4977 14.7637 16.4279 14.7604C16.3492 14.7522 16.2697 14.7609 16.1947 14.7861C16.1197 14.8113 16.051 14.8524 15.9932 14.9064C15.9875 14.9041 15.9104 14.9697 15.079 15.9771C15.0312 16.0412 14.9655 16.0897 14.8901 16.1163C14.8148 16.1429 14.7332 16.1465 14.6558 16.1266C14.5808 16.1066 14.5074 16.0812 14.4361 16.0507C14.2935 15.9909 14.2441 15.9679 14.1463 15.9265C13.4861 15.6389 12.8749 15.2497 12.3351 14.773C12.1902 14.6465 12.0556 14.5085 11.9176 14.3751C11.4652 13.9418 11.0709 13.4517 10.7446 12.9169L10.6768 12.8077C10.6288 12.7339 10.5894 12.6548 10.5595 12.5719C10.5158 12.4029 10.6296 12.2672 10.6296 12.2672C10.6296 12.2672 10.9091 11.9613 11.039 11.7957C11.1655 11.6347 11.2725 11.4783 11.3415 11.3667C11.4772 11.1482 11.5197 10.924 11.4484 10.7503C11.1264 9.96374 10.7937 9.18136 10.4502 8.4032C10.3824 8.2491 10.1811 8.1387 9.99826 8.11685C9.93616 8.10918 9.87406 8.10305 9.81196 8.09845C9.65755 8.08959 9.50272 8.09113 9.34851 8.10305L9.58081 8.095Z" fill="#11AF27"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

@ -25,7 +25,7 @@
<header class="header">
<div class="header__container container flex flex-ac flex-jcsb">
<div class="header__logo flex flex-ac gap-24">
<img src="assets/img/logo.webp" width="84" height="64" alt="Официальный представитель завода СИБИТ в Томске">
<img src="assets/img/logo.webp" width="74" height="62" alt="Официальный представитель завода СИБИТ в Томске">
<p>Официальный представитель завода СИБИТ в&nbsp;Томске</p>
</div>
<div class="header__contacts flex flex-ac gap-42">
@ -37,9 +37,11 @@
<img src="assets/img/wh.svg" width="27" height="27" alt="Мы в Whatsapp" title="Мы в Whatsapp">
</a>
</div>
<a href="tel:+79234352557" class="header__tel" title="Позвоните нам">+7 (923) 435 25 57</a>
<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>
<p>Заказать звонок</p>
</button>
</div>
</div>
@ -50,31 +52,31 @@
<div class="hero__content">
<div class="hero__leftside">
<div class="hero__title">
<h1><b>Газобетонные блоки</b>&nbsp;напрямую от&nbsp;производителя в&nbsp;Томске.</h1>
<h1><b>Газобетонные блоки в&nbsp;Томске</b> напрямую от производителя</h1>
</div>
<div class="hero__desc">
<p><b>Любой объем</b>, доставка до 3 дней</p>
</div>
<div class="hero__price">
<div class="hero__price-header">
<span>Акция месяца</span>
<p><b>Только до 30.09</b> розница по оптовым ценам</p>
</div>
<p>
<img src="assets/img/i-volume.svg" width="28" height="28" alt="Любой объем">
Любой объем
</p>
<p>
<img src="assets/img/i-delivery.svg" width="28" height="28" alt="Доставим за 2 дня">
Доставим за 2 дня
</p>
</div>
</div>
<div class="hero__rightside">
<div class="hero__form">
<div class="hero__price-header">
<span>
<p><b>Только до 30.09</b> розница по&nbsp;оптовым ценам</p>
</span>
</div>
<div class="hero__form-title">
<p><b>Оставьте заявку</b>, чтобы рассчитать и&nbsp;зафиксировать стоимость</p>
<p><b>Оставьте заявку</b>, чтобы узнать цену и&nbsp;зафиксировать скидку</p>
</div>
<div class="hero__form-action">
<form class="generalform" id="generalform" action="">
<select name="types" id="types" required>
<option value disabled selected>Выберите тип блока</option>
<option value="Стеновые блоки">Стеновые блоки</option>
<option value="Перемычки">Перемычки</option>
<option value="Плиты">Плиты</option>
</select>
<select name="quantity" id="quantity" required>
<option value disabled selected>Укажите количество</option>
<option value="1-5 м3">1-5 м3</option>
@ -101,7 +103,7 @@
<div class="hero__advantages-icon">
<img src="assets/img/advantages_icon2.svg" width="40" height="40" alt="Выгрузка кран/манипулятор">
</div>
<p>Выгрузка с помощью</br>крана/манипулятора</p>
<p>Выгрузка с помощью крана</p>
</div>
<div class="hero__advantages-item">
<div class="hero__advantages-icon">
@ -125,7 +127,7 @@
<div class="footer__container container">
<div class="footer__top">
<div class="footer__logo flex flex-ac gap-24">
<img src="assets/img/footer-logo.webp" width="84" height="64"
<img src="assets/img/footer-logo.webp" width="74" height="62"
alt="Официальный представитель завода СИБИТ в Томске">
<p>ООО "Вектор"<br />Официальный дистрибьютор бренда Сибит в Томске и области</p>
</div>
@ -155,7 +157,7 @@
<div class="modal__close"></div>
<div class="modal__content">
<div class="modal__title">
<p><b>Оставьте заявку</b>, и мы перезвоним в&nbsp;течение 5ти минут</p>
<p><b>Перезвоним в&nbsp;течении 5 минут</b> и&nbsp;ответим на все&nbsp;вопросы</p>
</div>
<div class="modal__form" id="modalform">
<form action="" id="request">

Loading…
Cancel
Save