|
|
@ -1,6 +1,48 @@ |
|
|
|
|
|
|
|
@font-face { |
|
|
|
|
|
|
|
font-family: "Gilroy"; |
|
|
|
|
|
|
|
src: url("../fonts/Gilroy-Light.eot"); |
|
|
|
|
|
|
|
src: local("Gilroy Light"), local("Gilroy-Light"), url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype"); |
|
|
|
|
|
|
|
font-weight: 300; |
|
|
|
|
|
|
|
font-style: normal; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@font-face { |
|
|
|
|
|
|
|
font-family: "Gilroy"; |
|
|
|
|
|
|
|
src: url("../fonts/Gilroy-Regular.eot"); |
|
|
|
|
|
|
|
src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype"); |
|
|
|
|
|
|
|
font-weight: 400; |
|
|
|
|
|
|
|
font-style: normal; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@font-face { |
|
|
|
|
|
|
|
font-family: "Gilroy"; |
|
|
|
|
|
|
|
src: url("../fonts/Gilroy-RegularItalic.eot"); |
|
|
|
|
|
|
|
src: local("Gilroy Regular Italic"), local("Gilroy-RegularItalic"), url("../fonts/Gilroy-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-RegularItalic.woff") format("woff"), url("../fonts/Gilroy-RegularItalic.ttf") format("truetype"); |
|
|
|
|
|
|
|
font-weight: 400; |
|
|
|
|
|
|
|
font-style: italic; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@font-face { |
|
|
|
|
|
|
|
font-family: "Gilroy"; |
|
|
|
|
|
|
|
src: url("../fonts/Gilroy-Medium.eot"); |
|
|
|
|
|
|
|
src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype"); |
|
|
|
|
|
|
|
font-weight: 500; |
|
|
|
|
|
|
|
font-style: normal; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@font-face { |
|
|
|
|
|
|
|
font-family: "Gilroy"; |
|
|
|
|
|
|
|
src: url("../fonts/Gilroy-SemiBold.eot"); |
|
|
|
|
|
|
|
src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url("../fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype"); |
|
|
|
|
|
|
|
font-weight: 600; |
|
|
|
|
|
|
|
font-style: normal; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@font-face { |
|
|
|
|
|
|
|
font-family: "Gilroy"; |
|
|
|
|
|
|
|
src: url("../fonts/Gilroy-Bold.eot"); |
|
|
|
|
|
|
|
src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype"); |
|
|
|
|
|
|
|
font-weight: 700; |
|
|
|
|
|
|
|
font-style: normal; |
|
|
|
|
|
|
|
} |
|
|
|
html { |
|
|
|
html { |
|
|
|
font-size: 16px; |
|
|
|
font-size: 16px; |
|
|
|
font-family: "Montserrat", sans-serif; |
|
|
|
font-family: "Gilroy", sans-serif; |
|
|
|
font-weight: 400; |
|
|
|
font-weight: 400; |
|
|
|
font-style: normal; |
|
|
|
font-style: normal; |
|
|
|
scroll-behavior: smooth; |
|
|
|
scroll-behavior: smooth; |
|
|
@ -18,7 +60,7 @@ a, |
|
|
|
button, |
|
|
|
button, |
|
|
|
input, |
|
|
|
input, |
|
|
|
textarea { |
|
|
|
textarea { |
|
|
|
font-family: "Montserrat", sans-serif; |
|
|
|
font-family: "Gilroy", sans-serif; |
|
|
|
text-decoration: none; |
|
|
|
text-decoration: none; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -49,11 +91,19 @@ img { |
|
|
|
box-sizing: border-box; |
|
|
|
box-sizing: border-box; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.logo { |
|
|
|
|
|
|
|
flex: 0 0 auto; |
|
|
|
|
|
|
|
} |
|
|
|
.logo__link { |
|
|
|
.logo__link { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
gap: 22px; |
|
|
|
gap: 22px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@media (max-width: 1240px) { |
|
|
|
|
|
|
|
.logo__link { |
|
|
|
|
|
|
|
gap: 16px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
.logo__figure { |
|
|
|
.logo__figure { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
@ -65,6 +115,11 @@ img { |
|
|
|
width: 35px; |
|
|
|
width: 35px; |
|
|
|
height: auto; |
|
|
|
height: auto; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@media (max-width: 992px) { |
|
|
|
|
|
|
|
.logo__figure-image { |
|
|
|
|
|
|
|
width: 25px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
.logo__text { |
|
|
|
.logo__text { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
flex-direction: column; |
|
|
@ -77,6 +132,12 @@ img { |
|
|
|
text-transform: uppercase; |
|
|
|
text-transform: uppercase; |
|
|
|
color: #2d2d2d; |
|
|
|
color: #2d2d2d; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@media (max-width: 992px) { |
|
|
|
|
|
|
|
.logo__text-name { |
|
|
|
|
|
|
|
font-weight: 600; |
|
|
|
|
|
|
|
font-size: 19px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
.logo__text-slogan { |
|
|
|
.logo__text-slogan { |
|
|
|
font-weight: 400; |
|
|
|
font-weight: 400; |
|
|
|
font-size: 9px; |
|
|
|
font-size: 9px; |
|
|
@ -84,6 +145,12 @@ img { |
|
|
|
text-transform: uppercase; |
|
|
|
text-transform: uppercase; |
|
|
|
color: #878787; |
|
|
|
color: #878787; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@media (max-width: 992px) { |
|
|
|
|
|
|
|
.logo__text-slogan { |
|
|
|
|
|
|
|
font-weight: 400; |
|
|
|
|
|
|
|
font-size: 7px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.social-link { |
|
|
|
.social-link { |
|
|
|
display: inline-block; |
|
|
|
display: inline-block; |
|
|
@ -93,6 +160,12 @@ img { |
|
|
|
background-position: center; |
|
|
|
background-position: center; |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-repeat: no-repeat; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@media (max-width: 992px) { |
|
|
|
|
|
|
|
.social-link { |
|
|
|
|
|
|
|
height: 23px; |
|
|
|
|
|
|
|
width: 23px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
.social-link--whatsapp { |
|
|
|
.social-link--whatsapp { |
|
|
|
background-image: url(../img/icons/whatsapp.svg); |
|
|
|
background-image: url(../img/icons/whatsapp.svg); |
|
|
|
background-color: #2aa81a; |
|
|
|
background-color: #2aa81a; |
|
|
@ -110,11 +183,33 @@ img { |
|
|
|
.social-link--phone { |
|
|
|
.social-link--phone { |
|
|
|
width: auto; |
|
|
|
width: auto; |
|
|
|
height: auto; |
|
|
|
height: auto; |
|
|
|
margin-left: 17px; |
|
|
|
|
|
|
|
font-weight: 600; |
|
|
|
font-weight: 600; |
|
|
|
font-size: 24px; |
|
|
|
font-size: 24px; |
|
|
|
color: #2d2d2d; |
|
|
|
color: #2d2d2d; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@media (max-width: 1240px) { |
|
|
|
|
|
|
|
.social-link--phone { |
|
|
|
|
|
|
|
font-size: 20px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media (max-width: 992px) { |
|
|
|
|
|
|
|
.social-link--phone { |
|
|
|
|
|
|
|
background-color: #609eff; |
|
|
|
|
|
|
|
background-image: url(../img/icons/phone.svg); |
|
|
|
|
|
|
|
height: 23px; |
|
|
|
|
|
|
|
width: 23px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media (max-width: 992px) { |
|
|
|
|
|
|
|
.social-link--phone:active { |
|
|
|
|
|
|
|
background-color: #3081ff; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media (max-width: 992px) { |
|
|
|
|
|
|
|
.social-link--phone > * { |
|
|
|
|
|
|
|
display: none; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.button { |
|
|
|
.button { |
|
|
|
border-radius: 100px; |
|
|
|
border-radius: 100px; |
|
|
@ -125,33 +220,114 @@ img { |
|
|
|
.button--order { |
|
|
|
.button--order { |
|
|
|
display: inline-block; |
|
|
|
display: inline-block; |
|
|
|
padding: 14px 29px; |
|
|
|
padding: 14px 29px; |
|
|
|
|
|
|
|
color: #878787; |
|
|
|
font-weight: 500; |
|
|
|
font-weight: 500; |
|
|
|
font-size: 14px; |
|
|
|
font-size: 14px; |
|
|
|
letter-spacing: 0.01em; |
|
|
|
letter-spacing: 0.01em; |
|
|
|
border: 1px solid #cacaca; |
|
|
|
border: 1px solid #cacaca; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.button--order:hover { |
|
|
|
|
|
|
|
color: #ffffff; |
|
|
|
|
|
|
|
border-color: #609eff; |
|
|
|
|
|
|
|
background-color: #609eff; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.button--order:active { |
|
|
|
|
|
|
|
border-color: #3081ff; |
|
|
|
|
|
|
|
background-color: #3081ff; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.header { |
|
|
|
.header { |
|
|
|
padding: 26px 0 29px; |
|
|
|
padding: 26px 0 29px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@media (max-width: 992px) { |
|
|
|
|
|
|
|
.header { |
|
|
|
|
|
|
|
padding: 17px 0 20px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
.header .container { |
|
|
|
.header .container { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
justify-content: space-between; |
|
|
|
justify-content: space-between; |
|
|
|
gap: 24px; |
|
|
|
gap: 24px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@media (max-width: 992px) { |
|
|
|
|
|
|
|
.header .container { |
|
|
|
|
|
|
|
gap: 16px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
.header__nav { |
|
|
|
.header__nav { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
gap: 36px; |
|
|
|
gap: 36px; |
|
|
|
padding: 0 30px 0 35px; |
|
|
|
padding: 0 30px 0 35px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@media (max-width: 1240px) { |
|
|
|
|
|
|
|
.header__nav { |
|
|
|
|
|
|
|
flex: 1 1 auto; |
|
|
|
|
|
|
|
justify-content: space-around; |
|
|
|
|
|
|
|
gap: 16px; |
|
|
|
|
|
|
|
padding: 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media (max-width: 992px) { |
|
|
|
|
|
|
|
.header__nav { |
|
|
|
|
|
|
|
display: none; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
.header__nav-link { |
|
|
|
.header__nav-link { |
|
|
|
font-weight: 400; |
|
|
|
font-weight: 400; |
|
|
|
font-size: 15px; |
|
|
|
font-size: 15px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@media (max-width: 1240px) { |
|
|
|
|
|
|
|
.header__nav-link { |
|
|
|
|
|
|
|
font-size: 14px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
.header__social { |
|
|
|
.header__social { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
gap: 17px; |
|
|
|
gap: 17px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@media (max-width: 992px) { |
|
|
|
|
|
|
|
.header__social { |
|
|
|
|
|
|
|
gap: 13px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.header__social .social-link--phone { |
|
|
|
|
|
|
|
margin-left: 17px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media (max-width: 1240px) { |
|
|
|
|
|
|
|
.header__social .social-link--phone { |
|
|
|
|
|
|
|
margin-left: 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.header__buttons { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
gap: 13px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media (max-width: 576px) { |
|
|
|
|
|
|
|
.header__buttons .button--order { |
|
|
|
|
|
|
|
display: none; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.header__burger { |
|
|
|
|
|
|
|
display: none; |
|
|
|
|
|
|
|
height: 30px; |
|
|
|
|
|
|
|
width: 30px; |
|
|
|
|
|
|
|
border: none; |
|
|
|
|
|
|
|
border-radius: 30px; |
|
|
|
|
|
|
|
background: url(../img/icons/burger.svg) center no-repeat; |
|
|
|
|
|
|
|
background-color: #609eff; |
|
|
|
|
|
|
|
transition: all ease-in-out 0.1s; |
|
|
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media (max-width: 992px) { |
|
|
|
|
|
|
|
.header__burger { |
|
|
|
|
|
|
|
display: inline-block; |
|
|
|
|
|
|
|
background-color: #609eff; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.header__burger:active { |
|
|
|
|
|
|
|
background-color: #3081ff; |
|
|
|
|
|
|
|
} |