2022-10-11 19:36:52 +00:00
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
|
|
|
|
|
2022-10-10 00:55:36 +00:00
|
|
|
* {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
box-sizing: border-box;
|
2022-10-11 19:36:52 +00:00
|
|
|
font-family: 'Inter', sans-serif;
|
|
|
|
color: #000000;
|
2022-10-10 00:55:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.page-header {
|
|
|
|
background-color: #000000;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-logo {
|
|
|
|
padding: 29px 0px;
|
|
|
|
display: block;
|
2022-10-11 19:21:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.main-banner {
|
|
|
|
width: 100%;
|
2022-10-11 19:36:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.first-content {
|
|
|
|
padding-top: 73px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.first-content-text {
|
|
|
|
max-width: 766px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.first-content-h2 {
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 32px;
|
|
|
|
line-height: 39px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.first-content-h1 {
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 40px;
|
|
|
|
line-height: 58px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.first-content-p {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
padding-top: 28px;
|
2022-10-11 19:51:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.block {
|
|
|
|
width: 50%;
|
|
|
|
max-width: 315px;
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
2022-10-11 20:48:25 +00:00
|
|
|
padding: 73px 0px 179px 0px;
|
2022-10-11 19:51:44 +00:00
|
|
|
}
|
|
|
|
|
2022-10-11 20:48:25 +00:00
|
|
|
.first-card {
|
|
|
|
width: auto;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
gap: 21px;
|
|
|
|
padding-bottom: 79px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.first-card-p {
|
|
|
|
width: 299px;
|
|
|
|
padding: 27px;
|
|
|
|
padding-top: 27px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.first-card-image {
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
|
|
|
width: 103px;
|
|
|
|
padding: 35px 12px 0px 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.first-card-cards {
|
|
|
|
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
|
|
|
}
|
|
|
|
|
2022-10-11 22:52:29 +00:00
|
|
|
.image-row-background {
|
|
|
|
background-color: #E0E0E0;;
|
|
|
|
height: 530px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-row-desktop {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
gap: 39px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.row-image-desktop {
|
|
|
|
margin-top:62px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-row-mobile1 {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
gap: 14px;
|
2022-10-12 13:18:49 +00:00
|
|
|
padding-top: 32px;
|
2022-10-11 22:52:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.image-row-mobile2 {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
padding: 24px 23px;
|
|
|
|
}
|
|
|
|
|
2022-10-12 13:18:49 +00:00
|
|
|
.second-card {
|
|
|
|
width: auto;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
gap: 21px;
|
|
|
|
padding-top: 191px;
|
|
|
|
padding-bottom: 79px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.second-card-p {
|
|
|
|
width: 299px;
|
|
|
|
padding: 27px;
|
|
|
|
padding-top: 27px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.second-card-image {
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
|
|
|
width: 103px;
|
|
|
|
height: 103px;
|
|
|
|
padding: 35px 12px 0px 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.second-card-cards {
|
|
|
|
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
|
|
|
}
|
|
|
|
|
2022-10-11 20:48:25 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
2022-10-11 19:51:44 +00:00
|
|
|
.first-content-text {
|
|
|
|
max-width: 367px;
|
|
|
|
padding: 0px 29px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.first-content-h2 {
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.first-content-h1 {
|
|
|
|
font-size: 28px;
|
|
|
|
line-height: 34px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.first-content-p {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2022-10-11 20:48:25 +00:00
|
|
|
.block {
|
|
|
|
padding-bottom: 90px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.first-card {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
2022-10-12 13:18:49 +00:00
|
|
|
|
|
|
|
.second-card {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 16px;
|
|
|
|
padding-top: 112px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 1270px) {
|
|
|
|
.second-card {
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
}
|
2022-10-11 22:52:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 1919px) {
|
|
|
|
.image-row-background {
|
|
|
|
height: 579px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.row-image-desktop {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 1920px){
|
|
|
|
.image-row-mobile1 {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-row-mobile2 {
|
|
|
|
display: none;
|
|
|
|
}
|
2022-10-10 00:55:36 +00:00
|
|
|
}
|