3111 lines
48 KiB
CSS
3111 lines
48 KiB
CSS
|
|
* {
|
||
|
|
/* outline: 1px solid red; */
|
||
|
|
}
|
||
|
|
|
||
|
|
.margin-top {
|
||
|
|
padding-top: 170px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.flex-centered-content {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.flex-align-content {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.flex-column {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
|
||
|
|
.flex-column-alt {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
padding: 12px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.flex-centered-content-items {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-content__title {
|
||
|
|
font-size: 32px;
|
||
|
|
font-weight: 400;
|
||
|
|
line-height: 43px;
|
||
|
|
letter-spacing: 0.25px;
|
||
|
|
margin: 0;
|
||
|
|
|
||
|
|
color: #000000;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-content__title--white {
|
||
|
|
color: #ffffff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-color-green {
|
||
|
|
color: #4caf50 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-content__desc {
|
||
|
|
font-size: 16px;
|
||
|
|
font-weight: 400;
|
||
|
|
line-height: 25px;
|
||
|
|
letter-spacing: 0.25px;
|
||
|
|
margin: 20px 0;
|
||
|
|
|
||
|
|
color: #535353;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-content__desc--white {
|
||
|
|
color: #ffffff;
|
||
|
|
margin: 30px 0 40px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-content__desc--black {
|
||
|
|
font-weight: 600;
|
||
|
|
color: #000000;
|
||
|
|
margin: 0 0 10px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-content__desc--green {
|
||
|
|
color: #4caf50;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-content__desc--blue {
|
||
|
|
color: #2baaea;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-content__desc--reset {
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-left-padding {
|
||
|
|
padding-left: 60px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-content__img {
|
||
|
|
display: flex;
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
object-fit: cover;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-flex-end-items {
|
||
|
|
display: flex;
|
||
|
|
align-items: flex-end;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-reset {
|
||
|
|
padding: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-form {
|
||
|
|
width: 100%;
|
||
|
|
max-width: 1200px;
|
||
|
|
border-radius: 30px;
|
||
|
|
background: linear-gradient(97deg, #0a8270 -30.36%, #7cff6b 179.34%);
|
||
|
|
box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-form--white {
|
||
|
|
background: white;
|
||
|
|
padding: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-form__content {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
gap: 10px;
|
||
|
|
padding: 10px 10px 10px 50px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.section-padding-bottom {
|
||
|
|
padding-bottom: 60px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.section-padding-top {
|
||
|
|
padding-top: 60px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-content__text {
|
||
|
|
font-size: 14px;
|
||
|
|
font-weight: 400;
|
||
|
|
line-height: 27px;
|
||
|
|
letter-spacing: 0.25px;
|
||
|
|
margin-bottom: 20px;
|
||
|
|
|
||
|
|
color: #a6a6a6;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-main-title {
|
||
|
|
font-size: 32px;
|
||
|
|
font-weight: 900;
|
||
|
|
letter-spacing: 0.25px;
|
||
|
|
text-transform: uppercase;
|
||
|
|
margin-bottom: 50px;
|
||
|
|
|
||
|
|
color: #000000;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-main-title--alt {
|
||
|
|
font-weight: 700;
|
||
|
|
font-size: clamp(32px, 4vw, 46px);
|
||
|
|
color: #000000;
|
||
|
|
text-transform: unset;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-main-desc {
|
||
|
|
font-size: 20px;
|
||
|
|
font-weight: 400;
|
||
|
|
line-height: 27px;
|
||
|
|
letter-spacing: 0.25px;
|
||
|
|
|
||
|
|
color: #535353;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-main-desc--bold {
|
||
|
|
font-weight: 800;
|
||
|
|
}
|
||
|
|
.lw-main-desc--green {
|
||
|
|
color: #4caf50;
|
||
|
|
}
|
||
|
|
|
||
|
|
.phone-btn:hover,
|
||
|
|
.phone-btn:focus {
|
||
|
|
opacity: 0.8;
|
||
|
|
transition: opacity 0.25s ease-in;
|
||
|
|
color: #ffffff !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__btn--green:hover,
|
||
|
|
.main__btn--green:focus {
|
||
|
|
opacity: 0.8;
|
||
|
|
transition: opacity 0.25s ease-in;
|
||
|
|
color: #ffffff !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__btn:hover,
|
||
|
|
.main__btn:focus {
|
||
|
|
opacity: 0.8;
|
||
|
|
transition: opacity 0.25s ease-in;
|
||
|
|
color: #535353 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__btn--try-it:hover,
|
||
|
|
.main__btn--try-it:focus {
|
||
|
|
opacity: 0.8;
|
||
|
|
transition: opacity 0.25s ease-in;
|
||
|
|
color: #ffffff !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__btn--video:hover,
|
||
|
|
.main__btn--video:focus {
|
||
|
|
opacity: 0.8;
|
||
|
|
transition: opacity 0.25s ease-in;
|
||
|
|
color: #535353 !important;
|
||
|
|
border: 1px solid #757575 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-link:hover,
|
||
|
|
.icon-link:focus {
|
||
|
|
opacity: 0.8;
|
||
|
|
transition: opacity 0.25s ease-in;
|
||
|
|
}
|
||
|
|
|
||
|
|
.phone-btn {
|
||
|
|
position: relative;
|
||
|
|
font-size: 32px;
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 900;
|
||
|
|
line-height: 32px;
|
||
|
|
padding-left: 50px;
|
||
|
|
border: none;
|
||
|
|
cursor: pointer;
|
||
|
|
border-bottom: none;
|
||
|
|
|
||
|
|
color: #ffffff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.phone-btn::before {
|
||
|
|
position: absolute;
|
||
|
|
left: 0;
|
||
|
|
|
||
|
|
content: "";
|
||
|
|
|
||
|
|
width: 32px;
|
||
|
|
height: 32px;
|
||
|
|
background-image: url("/promo/images/phone_icon.svg");
|
||
|
|
background-size: contain;
|
||
|
|
background-repeat: no-repeat;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__btn-group {
|
||
|
|
display: flex;
|
||
|
|
gap: 25px;
|
||
|
|
margin: 50px 0 40px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__texts-group {
|
||
|
|
display: flex;
|
||
|
|
align-items: flex-end;
|
||
|
|
gap: 10px;
|
||
|
|
min-width: 330px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__icons-group {
|
||
|
|
display: flex;
|
||
|
|
align-items: flex-end;
|
||
|
|
justify-content: center;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
row-gap: 20px;
|
||
|
|
column-gap: 50px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__icons-group img:nth-child(1) {
|
||
|
|
width: 144px;
|
||
|
|
height: 42px;
|
||
|
|
}
|
||
|
|
.main__icons-group img:nth-child(2) {
|
||
|
|
width: 182px;
|
||
|
|
height: 42px;
|
||
|
|
}
|
||
|
|
.main__icons-group img:nth-child(3) {
|
||
|
|
width: 198px;
|
||
|
|
height: 42px;
|
||
|
|
}
|
||
|
|
.main__icons-group img:nth-child(4) {
|
||
|
|
width: 42px;
|
||
|
|
height: 70px;
|
||
|
|
}
|
||
|
|
.main__icons-group img:nth-child(5) {
|
||
|
|
width: 68px;
|
||
|
|
height: 42px;
|
||
|
|
}
|
||
|
|
.main__icons-group img:nth-child(6) {
|
||
|
|
width: 130px;
|
||
|
|
height: 42px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__texts-group > span {
|
||
|
|
font-size: 20px;
|
||
|
|
font-weight: 600;
|
||
|
|
line-height: 20px;
|
||
|
|
letter-spacing: 0.25px;
|
||
|
|
|
||
|
|
color: #535353;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-main-text {
|
||
|
|
font-size: 24px;
|
||
|
|
font-weight: 900;
|
||
|
|
line-height: 22px;
|
||
|
|
letter-spacing: 0.25px;
|
||
|
|
margin-bottom: 6px;
|
||
|
|
|
||
|
|
color: #4caf50;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-main-text-alt {
|
||
|
|
font-size: 55px;
|
||
|
|
font-weight: 900;
|
||
|
|
line-height: 0.8;
|
||
|
|
letter-spacing: 0.25px;
|
||
|
|
|
||
|
|
color: #4caf50;
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-link {
|
||
|
|
border-bottom: none !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__btn {
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
min-width: 204px;
|
||
|
|
font-size: 19px;
|
||
|
|
font-weight: 400;
|
||
|
|
line-height: 32px;
|
||
|
|
border-radius: 4px;
|
||
|
|
margin-left: 40px;
|
||
|
|
padding: 10px;
|
||
|
|
border: none;
|
||
|
|
cursor: pointer;
|
||
|
|
border-bottom: none;
|
||
|
|
|
||
|
|
color: #535353;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__btn--green {
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
min-width: 155px;
|
||
|
|
font-size: 19px;
|
||
|
|
font-weight: 400;
|
||
|
|
line-height: 32px;
|
||
|
|
border-radius: 4px;
|
||
|
|
padding: 10px;
|
||
|
|
border: none;
|
||
|
|
cursor: pointer;
|
||
|
|
margin-left: 10px;
|
||
|
|
border-bottom: none;
|
||
|
|
background: linear-gradient(180deg, #43a047 0%, #388e3c 100%);
|
||
|
|
color: #ffffff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__btn--try-it {
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
min-width: 274px;
|
||
|
|
font-size: 19px;
|
||
|
|
font-weight: 400;
|
||
|
|
line-height: 32px;
|
||
|
|
border-radius: 4px;
|
||
|
|
padding: 10px;
|
||
|
|
border: none;
|
||
|
|
margin: 0;
|
||
|
|
cursor: pointer;
|
||
|
|
border-bottom: none;
|
||
|
|
|
||
|
|
background: linear-gradient(180deg, #43a047 0%, #388e3c 100%);
|
||
|
|
color: #ffffff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__btn--video {
|
||
|
|
min-width: 302px;
|
||
|
|
background: linear-gradient(180deg, #dedede -198%, #fff 115%);
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
gap: 10px;
|
||
|
|
font-size: 19px;
|
||
|
|
font-weight: 400;
|
||
|
|
line-height: 32px;
|
||
|
|
border-radius: 4px;
|
||
|
|
padding: 10px;
|
||
|
|
cursor: pointer;
|
||
|
|
border-bottom: none;
|
||
|
|
border: 1px solid #757575;
|
||
|
|
|
||
|
|
color: #535353;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-form .form__input {
|
||
|
|
width: 100%;
|
||
|
|
max-width: 240px;
|
||
|
|
padding: 10px 30px 10px 15px;
|
||
|
|
border-radius: 4px;
|
||
|
|
border: 1px solid #7d7d7d;
|
||
|
|
}
|
||
|
|
|
||
|
|
.centered-in-margin {
|
||
|
|
margin: 0 auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content__social {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
gap: 30px;
|
||
|
|
width: 100%;
|
||
|
|
max-width: 700px;
|
||
|
|
text-align: center;
|
||
|
|
margin: 60px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content__social-link {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 50px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content__social-link a {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 10px;
|
||
|
|
border-bottom: none !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content__social-link a span {
|
||
|
|
font-size: 20px;
|
||
|
|
font-weight: 600;
|
||
|
|
line-height: 22px;
|
||
|
|
letter-spacing: 0.25px;
|
||
|
|
|
||
|
|
color: #000;
|
||
|
|
}
|
||
|
|
|
||
|
|
.grid-container-main {
|
||
|
|
display: grid;
|
||
|
|
grid-template-columns: 6fr 8fr;
|
||
|
|
gap: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.grid-container-main-item:nth-child(2) {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.slider-wrapper {
|
||
|
|
position: relative;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
max-width: 760px;
|
||
|
|
max-height: 376px;
|
||
|
|
background-image: url(/promo/images/slider_img/screen.png);
|
||
|
|
background-size: cover;
|
||
|
|
background-position: center center;
|
||
|
|
content: "";
|
||
|
|
z-index: 1;
|
||
|
|
margin-bottom: 70px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.slaider-container {
|
||
|
|
height: 100%;
|
||
|
|
max-width: 576px;
|
||
|
|
max-height: 296px;
|
||
|
|
margin-bottom: 18px;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
|
||
|
|
.slider__img {
|
||
|
|
display: flex;
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.grid-container-main-item:nth-child(3) {
|
||
|
|
grid-column: 1/3;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 40px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.grid-container {
|
||
|
|
display: grid;
|
||
|
|
grid-template-columns: 5fr 7fr;
|
||
|
|
gap: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.grid-container--revers {
|
||
|
|
display: grid;
|
||
|
|
grid-template-columns: 7fr 5fr;
|
||
|
|
gap: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.grid-container--no-gap {
|
||
|
|
gap: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.grid-container-alt {
|
||
|
|
display: grid;
|
||
|
|
grid-template-columns: 4fr 8fr;
|
||
|
|
}
|
||
|
|
|
||
|
|
.grid-container-alt--revers {
|
||
|
|
grid-template-columns: 7fr 5fr;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-content__grid-item:nth-child(1) {
|
||
|
|
padding-left: 20px;
|
||
|
|
margin-top: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-content__grid-item:nth-child(2) {
|
||
|
|
grid-row: 1/3;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-content__grid-item:nth-child(3) {
|
||
|
|
margin-bottom: auto;
|
||
|
|
padding: 0 20px 20px 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-content__grid-item:nth-child(3) p {
|
||
|
|
margin-top: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.mobile_group {
|
||
|
|
width: 400px;
|
||
|
|
height: 200px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-button-prev {
|
||
|
|
width: 40px;
|
||
|
|
min-width: 40px;
|
||
|
|
height: 40px;
|
||
|
|
background-image: url("/promo/images/arrow-btn.svg");
|
||
|
|
background-size: cover;
|
||
|
|
background-position: center;
|
||
|
|
cursor: pointer;
|
||
|
|
color: transparent;
|
||
|
|
z-index: 10;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-button-next {
|
||
|
|
width: 40px;
|
||
|
|
min-width: 40px;
|
||
|
|
height: 40px;
|
||
|
|
background-image: url("/promo/images/arrow-btn.svg");
|
||
|
|
background-size: cover;
|
||
|
|
background-position: center;
|
||
|
|
cursor: pointer;
|
||
|
|
color: transparent;
|
||
|
|
transform: rotate(180deg);
|
||
|
|
z-index: 10;
|
||
|
|
}
|
||
|
|
|
||
|
|
.swiper-pagination-bullet {
|
||
|
|
width: 8px;
|
||
|
|
min-width: 8px;
|
||
|
|
height: 8px;
|
||
|
|
min-height: 8px;
|
||
|
|
border-radius: 50%;
|
||
|
|
background-color: #8d8d8d;
|
||
|
|
}
|
||
|
|
|
||
|
|
.swiper-pagination-bullet-active {
|
||
|
|
background-color: #4caf50;
|
||
|
|
}
|
||
|
|
|
||
|
|
.page-tariff {
|
||
|
|
padding-top: 150px;
|
||
|
|
padding-bottom: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.page-tariff .tariff-container {
|
||
|
|
margin-bottom: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.tariff-container {
|
||
|
|
margin-bottom: 70px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.tariff-container p {
|
||
|
|
text-align: start;
|
||
|
|
margin-bottom: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
.tariff-container p {
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-slider-tariff-container {
|
||
|
|
position: relative;
|
||
|
|
padding: 3px;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 992px) {
|
||
|
|
.lw-slider-tariff-container .swiper-button-disabled {
|
||
|
|
display: flex;
|
||
|
|
opacity: 0.6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.page-tariff .lw-slider-tariff-container {
|
||
|
|
margin-bottom: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-swiper-tariff {
|
||
|
|
padding-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 992px) {
|
||
|
|
.lw-swiper-tariff {
|
||
|
|
padding-bottom: 30px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-swiper-tariff .swiper-slide {
|
||
|
|
max-width: 430px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-tariff-card {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
padding: 30px;
|
||
|
|
height: 100%;
|
||
|
|
border-radius: 10px;
|
||
|
|
border: 1px solid #757575;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-tariff-card__header {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-tariff-card__header-content {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
gap: 8px;
|
||
|
|
width: 100%;
|
||
|
|
padding: 8px 0 20px 0;
|
||
|
|
border-bottom: 1px solid #7d7d7d;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-tariff-card__header-content span,
|
||
|
|
.lw-tariff-card__header-content p {
|
||
|
|
margin: 0;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-tariff-card .lw-content__title {
|
||
|
|
text-wrap: balance;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-tariff-card__content {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-tariff-card__content ul.check-list {
|
||
|
|
width: 100%;
|
||
|
|
font-size: 16px;
|
||
|
|
margin-bottom: 60px;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 960px) {
|
||
|
|
.lw-tariff-card__content ul.check-list {
|
||
|
|
margin-bottom: 40px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
.lw-tariff-card__content ul.check-list {
|
||
|
|
margin-bottom: 30px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 534px) {
|
||
|
|
.lw-tariff-card__content ul.check-list {
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-tariff-card__content .check-list-title {
|
||
|
|
width: 100%;
|
||
|
|
margin: 20px 0;
|
||
|
|
text-align: start;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
.lw-tariff-card__content .check-list-title {
|
||
|
|
text-align: start;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-tariff-card__content ul.check-list li {
|
||
|
|
margin-bottom: 16px;
|
||
|
|
padding-left: 36px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-tariff-card__content ul.check-list li:last-child {
|
||
|
|
margin-bottom: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-tariff-card__content ul.check-list li::before {
|
||
|
|
font-size: 24px;
|
||
|
|
margin-top: -12px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-tariff-card__footer {
|
||
|
|
width: 100%;
|
||
|
|
max-width: 380px;
|
||
|
|
margin-top: auto;
|
||
|
|
margin-left: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-tariff-card__footer.main__btn--green {
|
||
|
|
margin: 0;
|
||
|
|
margin-top: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 992px) {
|
||
|
|
.lw-tariff-card__footer.main__btn--green {
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 350px) {
|
||
|
|
.lw-tariff-card__footer {
|
||
|
|
font-size: 15px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-tariff-card .lw-content__title {
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 992px) {
|
||
|
|
.swiper-tariff-container {
|
||
|
|
padding-bottom: 100px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.page-tariff .lw-swiper-tariff {
|
||
|
|
padding-bottom: 40px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-swiper-tariff__pagination {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-slider-tariff-controls {
|
||
|
|
display: none;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
width: 100%;
|
||
|
|
gap: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 992px) {
|
||
|
|
.lw-slider-tariff-controls {
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.page-tariff .lw-swiper-tariff__pagination {
|
||
|
|
display: block;
|
||
|
|
transform: translate(0%) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.page-tariff .lw-slider-tariff-controls {
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
width: 100%;
|
||
|
|
gap: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-swiper-tariff__pagination {
|
||
|
|
display: block;
|
||
|
|
transform: translate(0%) !important;
|
||
|
|
width: fit-content !important;
|
||
|
|
max-width: 80px;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-slider-reviews-container {
|
||
|
|
position: relative;
|
||
|
|
padding: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 525px) {
|
||
|
|
.lw-slider-reviews-container {
|
||
|
|
padding: 33px 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-slider-reviews .swiper-slide {
|
||
|
|
max-width: 435px;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 525px) {
|
||
|
|
.lw-slider-reviews .swiper-slide {
|
||
|
|
max-width: 460px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-slider-reviews .lw-review-card {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: flex-start;
|
||
|
|
gap: 20px;
|
||
|
|
height: 100%;
|
||
|
|
padding: 20px;
|
||
|
|
border-radius: 10px;
|
||
|
|
border: 1px solid #757575;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-review-card__more-btn {
|
||
|
|
margin-top: auto;
|
||
|
|
border: none;
|
||
|
|
cursor: pointer;
|
||
|
|
background-color: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-review-card__footer {
|
||
|
|
order: 2;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
width: 100%;
|
||
|
|
margin-top: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 525px) {
|
||
|
|
.lw-review-card__footer {
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: start;
|
||
|
|
gap: 10px;
|
||
|
|
order: 1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-review-card__content {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: flex-start;
|
||
|
|
gap: 40px;
|
||
|
|
order: 1;
|
||
|
|
margin-bottom: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 525px) {
|
||
|
|
.lw-review-card__content {
|
||
|
|
order: 2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-review-card__footer-avatar {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
max-width: 60px;
|
||
|
|
max-height: 60px;
|
||
|
|
object-fit: cover;
|
||
|
|
border-radius: 50%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-review-card__footer-info {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
margin-left: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 525px) {
|
||
|
|
.lw-review-card__footer-info {
|
||
|
|
margin-left: 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-review-card__footer-info .lw-main-desc {
|
||
|
|
font-size: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 525px) {
|
||
|
|
.lw-review-card__footer-info .lw-main-desc {
|
||
|
|
order: 2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-review-card__footer-info-name {
|
||
|
|
font-size: 19px;
|
||
|
|
font-weight: 700;
|
||
|
|
letter-spacing: 0.25px;
|
||
|
|
color: #000;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-review-card__footer-info .lw-main-desc {
|
||
|
|
color: #8d8d8d;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-review-card__footer-company-logo {
|
||
|
|
width: 100%;
|
||
|
|
max-width: 140px;
|
||
|
|
max-height: 70px;
|
||
|
|
object-fit: cover;
|
||
|
|
padding: 14px 2px 14px 10px;
|
||
|
|
margin-left: auto;
|
||
|
|
border-left: 1px solid #e0e0e0;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 525px) {
|
||
|
|
.lw-review-card__footer-company-logo {
|
||
|
|
max-width: 100px;
|
||
|
|
max-height: 40px;
|
||
|
|
padding: 0;
|
||
|
|
margin-left: 0;
|
||
|
|
border-left: none;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-slider-reviews-container .lw-slider-reviews-btn-prev {
|
||
|
|
position: absolute;
|
||
|
|
top: 50%;
|
||
|
|
left: 0;
|
||
|
|
background-color: white;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 525px) {
|
||
|
|
.lw-slider-reviews-container .lw-slider-reviews-btn-prev {
|
||
|
|
left: -20px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.swiper-button-disabled {
|
||
|
|
display: none;
|
||
|
|
opacity: 0.6;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 992px) {
|
||
|
|
.swiper-button-disabled {
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-slider-reviews-container .lw-slider-reviews-btn-next {
|
||
|
|
position: absolute;
|
||
|
|
top: 50%;
|
||
|
|
right: 0;
|
||
|
|
background-color: white;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 525px) {
|
||
|
|
.lw-slider-reviews-container .lw-slider-reviews-btn-next {
|
||
|
|
right: -20px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-slider-popup {
|
||
|
|
display: none;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-slider-popup-closer {
|
||
|
|
border: none;
|
||
|
|
background-color: transparent;
|
||
|
|
cursor: pointer;
|
||
|
|
height: 40px;
|
||
|
|
width: 40px;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-slider-popup.active {
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-slider-popup-header {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
margin-bottom: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-slider-popup-header h3 {
|
||
|
|
font-weight: 400;
|
||
|
|
font-size: 36px;
|
||
|
|
line-height: 43px;
|
||
|
|
color: #000000;
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-slider-popup-header button {
|
||
|
|
margin-left: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-slider-popup-container {
|
||
|
|
position: relative;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
width: 100%;
|
||
|
|
max-width: 95vw;
|
||
|
|
height: fit-content;
|
||
|
|
max-height: 95vh;
|
||
|
|
padding: 50px 30px;
|
||
|
|
overflow: hidden;
|
||
|
|
/* overflow-y: auto; */
|
||
|
|
background: #ffffff;
|
||
|
|
box-shadow: 0 25px 40px -10px rgba(8, 26, 40, 0.3);
|
||
|
|
-webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
|
||
|
|
transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
|
||
|
|
border-radius: 4px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-slider-popup-content {
|
||
|
|
/* height: calc(100% - 150px); */
|
||
|
|
overflow: hidden;
|
||
|
|
overflow-y: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-swiper-slider-popup .lw-review-card {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-swiper-slider-popup {
|
||
|
|
position: relative;
|
||
|
|
width: 100%;
|
||
|
|
max-width: 800px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-slider-popup-item {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
gap: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-popup-slide__content {
|
||
|
|
margin-top: 0;
|
||
|
|
margin-bottom: 40px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-swiper-slider-popup .lw-review-card__footer-company-logo {
|
||
|
|
margin-left: 40px;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 525px) {
|
||
|
|
.lw-swiper-slider-popup .lw-review-card__footer-company-logo {
|
||
|
|
margin-left: 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-slider-popup-container .lw-slider-popup-btn-prev {
|
||
|
|
position: absolute;
|
||
|
|
top: 50%;
|
||
|
|
left: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-slider-popup-container .lw-slider-popup-btn-next {
|
||
|
|
position: absolute;
|
||
|
|
top: 50%;
|
||
|
|
right: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-review-card {
|
||
|
|
max-width: 800px;
|
||
|
|
margin: 0 auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-slider-popup-footer {
|
||
|
|
margin-top: auto;
|
||
|
|
padding-top: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-slider-popup__pagination {
|
||
|
|
position: absolute;
|
||
|
|
bottom: 30px !important;
|
||
|
|
left: 50%;
|
||
|
|
transform: translate(50%);
|
||
|
|
display: flex;
|
||
|
|
|
||
|
|
min-width: 80px;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 992px) {
|
||
|
|
.lw-slider-popup-controls {
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
width: 100%;
|
||
|
|
gap: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-slider-popup__pagination {
|
||
|
|
position: static;
|
||
|
|
transform: translate(0%) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-slider-popup-container .lw-slider-popup-btn-prev {
|
||
|
|
position: static;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-slider-popup-container .lw-slider-popup-btn-next {
|
||
|
|
position: static;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.accordeon__item-header {
|
||
|
|
width: 100%;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.accordeon__item {
|
||
|
|
padding: 4px 0;
|
||
|
|
border-top: 1px solid #757575;
|
||
|
|
}
|
||
|
|
|
||
|
|
.accordeon__item:last-child {
|
||
|
|
border-bottom: 1px solid #757575;
|
||
|
|
}
|
||
|
|
|
||
|
|
.accordeon__item-header-img {
|
||
|
|
margin-left: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.accordeon__item-body-content {
|
||
|
|
display: none;
|
||
|
|
flex-direction: column;
|
||
|
|
margin-bottom: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.accordeon__item-body-content.collapsed {
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 1440px) {
|
||
|
|
.main__btn-group {
|
||
|
|
flex-direction: column;
|
||
|
|
gap: 20px;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__btn--try-it {
|
||
|
|
min-width: 302px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.slider-wrapper {
|
||
|
|
max-width: 700px;
|
||
|
|
max-height: 350px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.slaider-container {
|
||
|
|
max-width: 536px;
|
||
|
|
max-height: 278px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 1300px) {
|
||
|
|
.slider-wrapper {
|
||
|
|
max-width: 642px;
|
||
|
|
max-height: 324px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.slaider-container {
|
||
|
|
max-width: 496px;
|
||
|
|
max-height: 258px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 1200px) {
|
||
|
|
.lw-content__title--sm {
|
||
|
|
font-size: 28px;
|
||
|
|
padding: 25px 0;
|
||
|
|
line-height: 30px;
|
||
|
|
letter-spacing: 0.25px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.section-padding-bottom {
|
||
|
|
padding-bottom: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-form__content {
|
||
|
|
padding: 20px 10px 20px 40px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-form__content-alt {
|
||
|
|
padding: 10px 50px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.grid-container {
|
||
|
|
grid-template-columns: 1fr 1fr;
|
||
|
|
}
|
||
|
|
|
||
|
|
.grid-container--revers {
|
||
|
|
grid-template-columns: 1fr 1fr;
|
||
|
|
}
|
||
|
|
|
||
|
|
.grid-container--constant {
|
||
|
|
grid-template-columns: 5fr 7fr;
|
||
|
|
}
|
||
|
|
|
||
|
|
.grid-container-main {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.grid-container-main-item:nth-child(1) {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
text-align: start;
|
||
|
|
}
|
||
|
|
|
||
|
|
.grid-container-main-item:nth-child(2) {
|
||
|
|
margin: 20px 0;
|
||
|
|
min-height: 500px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.slider-wrapper {
|
||
|
|
max-width: 790px;
|
||
|
|
min-height: 380px;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.slaider-container {
|
||
|
|
max-width: 592px;
|
||
|
|
min-height: 302px;
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-main__list {
|
||
|
|
display: flex;
|
||
|
|
gap: 50px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__btn-group {
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 1080px) {
|
||
|
|
.lw-content__title--sm {
|
||
|
|
font-size: 24px;
|
||
|
|
padding: 25px 0;
|
||
|
|
line-height: 30px;
|
||
|
|
letter-spacing: 0.25px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.cleaning__content-block {
|
||
|
|
flex-direction: column;
|
||
|
|
gap: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.order {
|
||
|
|
order: 2;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-left-padding {
|
||
|
|
padding-left: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.flex-centered-content-items {
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: flex-start;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__btn {
|
||
|
|
margin-left: 0;
|
||
|
|
margin-top: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__btn--green {
|
||
|
|
margin-left: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-form__content {
|
||
|
|
gap: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-content__desc--white {
|
||
|
|
margin: 20px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__icons-group {
|
||
|
|
column-gap: 20px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 992px) {
|
||
|
|
.lw-content__title {
|
||
|
|
font-size: 28px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-content__title--md {
|
||
|
|
font-size: 28px;
|
||
|
|
line-height: 1.2;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-content__title--sm {
|
||
|
|
font-size: 24px;
|
||
|
|
padding: 25px 0;
|
||
|
|
line-height: 30px;
|
||
|
|
letter-spacing: 0.25px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.phone-btn {
|
||
|
|
font-size: 24px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__btn--green {
|
||
|
|
margin-left: 0;
|
||
|
|
margin: 15px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-flex-end-items {
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: flex-start;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content__social {
|
||
|
|
gap: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.flex-align-content-start {
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: flex-start;
|
||
|
|
gap: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__texts-group {
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: flex-start;
|
||
|
|
min-width: 225px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-main-text {
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 860px) {
|
||
|
|
.lw-content__title--sm {
|
||
|
|
font-size: 24px;
|
||
|
|
padding: 10px 0;
|
||
|
|
line-height: 25px;
|
||
|
|
letter-spacing: 0.25px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.flex-column-alt {
|
||
|
|
padding-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-form__content {
|
||
|
|
padding: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__texts-group {
|
||
|
|
min-width: 182px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__texts-group > span {
|
||
|
|
font-size: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-main-text {
|
||
|
|
font-size: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-main-text-alt {
|
||
|
|
font-size: 40px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__icons-group img:nth-child(1) {
|
||
|
|
width: 145px;
|
||
|
|
height: 30px;
|
||
|
|
}
|
||
|
|
.main__icons-group img:nth-child(2) {
|
||
|
|
width: 128px;
|
||
|
|
height: 30px;
|
||
|
|
}
|
||
|
|
.main__icons-group img:nth-child(3) {
|
||
|
|
width: 140px;
|
||
|
|
height: 30px;
|
||
|
|
}
|
||
|
|
.main__icons-group img:nth-child(4) {
|
||
|
|
width: 30px;
|
||
|
|
height: 50px;
|
||
|
|
}
|
||
|
|
.main__icons-group img:nth-child(5) {
|
||
|
|
width: 48px;
|
||
|
|
height: 30px;
|
||
|
|
}
|
||
|
|
.main__icons-group img:nth-child(6) {
|
||
|
|
width: 92px;
|
||
|
|
height: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__icons-group img:nth-child(1) img {
|
||
|
|
width: 145px;
|
||
|
|
height: 30px;
|
||
|
|
}
|
||
|
|
.main__icons-group img:nth-child(2) img {
|
||
|
|
width: 128px;
|
||
|
|
height: 30px;
|
||
|
|
}
|
||
|
|
.main__icons-group img:nth-child(3) img {
|
||
|
|
width: 140px;
|
||
|
|
height: 30px;
|
||
|
|
}
|
||
|
|
.main__icons-group img:nth-child(4) img {
|
||
|
|
width: 30px;
|
||
|
|
height: 50px;
|
||
|
|
}
|
||
|
|
.main__icons-group img:nth-child(5) img {
|
||
|
|
width: 48px;
|
||
|
|
height: 30px;
|
||
|
|
}
|
||
|
|
.main__icons-group img:nth-child(6) img {
|
||
|
|
width: 92px;
|
||
|
|
height: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.slider-wrapper {
|
||
|
|
max-width: 718px;
|
||
|
|
min-height: 360px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.slaider-container {
|
||
|
|
max-width: 552px;
|
||
|
|
min-height: 286px;
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
.flex-centered-content {
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
|
||
|
|
.flex-column-alt {
|
||
|
|
padding: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.order {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.order-sm {
|
||
|
|
order: 2;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-form__content {
|
||
|
|
order: 1;
|
||
|
|
align-items: center;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.flex-centered-content-items {
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-flex-end-items {
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content__social {
|
||
|
|
margin: 10px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content__social-link {
|
||
|
|
flex-direction: column;
|
||
|
|
gap: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.grid-container {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
gap: 0;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.grid-container--revers {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
gap: 0;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.grid-container-alt {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-content__title--sm {
|
||
|
|
font-size: 28px;
|
||
|
|
line-height: 43px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.grid-container--constant {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
gap: 20px;
|
||
|
|
align-items: center;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-content__grid-item:nth-child(2) {
|
||
|
|
grid-row: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-content__grid-item:nth-child(1) {
|
||
|
|
padding-left: 0;
|
||
|
|
margin-top: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.flex-align-content-start {
|
||
|
|
flex-direction: row;
|
||
|
|
gap: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__btn-group img {
|
||
|
|
width: 24px;
|
||
|
|
height: 24px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-main-title {
|
||
|
|
font-size: 28px;
|
||
|
|
font-weight: 700;
|
||
|
|
line-height: 43px;
|
||
|
|
margin-bottom: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.grid-container-main-item:nth-child(2) {
|
||
|
|
min-height: 430px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.slider-wrapper {
|
||
|
|
max-width: 590px;
|
||
|
|
min-height: 296px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.slaider-container {
|
||
|
|
max-width: 454px;
|
||
|
|
min-height: 237px;
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 650px) {
|
||
|
|
.grid-container-main {
|
||
|
|
gap: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__btn--video {
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.grid-container-main-item:nth-child(3) {
|
||
|
|
flex-direction: column;
|
||
|
|
gap: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__texts-group {
|
||
|
|
align-items: center;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-main__list {
|
||
|
|
display: block;
|
||
|
|
gap: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.grid-container-main-item:nth-child(2) {
|
||
|
|
min-height: 380px;
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.slider-wrapper {
|
||
|
|
max-width: 538px;
|
||
|
|
min-height: 268px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.slaider-container {
|
||
|
|
max-width: 411px;
|
||
|
|
min-height: 217px;
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 600px) {
|
||
|
|
.grid-container-alt-media_600 {
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: flex-start;
|
||
|
|
gap: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.grid-container-main-item:nth-child(1) {
|
||
|
|
text-align: start;
|
||
|
|
}
|
||
|
|
|
||
|
|
.grid-container-main-item:nth-child(2) {
|
||
|
|
min-height: 300px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.slider-wrapper {
|
||
|
|
max-width: 390px;
|
||
|
|
min-height: 194px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.slaider-container {
|
||
|
|
max-width: 298px;
|
||
|
|
min-height: 154px;
|
||
|
|
display: flex;
|
||
|
|
margin-bottom: 9px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 450px) {
|
||
|
|
.flex-align-content-start {
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: flex-start;
|
||
|
|
gap: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__icons-group img:nth-child(1) {
|
||
|
|
order: 3;
|
||
|
|
}
|
||
|
|
.main__icons-group img:nth-child(2) {
|
||
|
|
order: 5;
|
||
|
|
}
|
||
|
|
.main__icons-group img:nth-child(3) {
|
||
|
|
order: 1;
|
||
|
|
}
|
||
|
|
.main__icons-group img:nth-child(4) {
|
||
|
|
order: 2;
|
||
|
|
}
|
||
|
|
.main__icons-group img:nth-child(5) {
|
||
|
|
order: 4;
|
||
|
|
}
|
||
|
|
.main__icons-group img:nth-child(6) {
|
||
|
|
order: 6;
|
||
|
|
}
|
||
|
|
|
||
|
|
.grid-container-main-item:nth-child(2) {
|
||
|
|
min-height: 230px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.slider-wrapper {
|
||
|
|
max-width: 302px;
|
||
|
|
min-height: 153px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.slaider-container {
|
||
|
|
max-width: 236px;
|
||
|
|
min-height: 123px;
|
||
|
|
display: flex;
|
||
|
|
margin-bottom: 9px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-form__content {
|
||
|
|
text-align: start;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 360px) {
|
||
|
|
.lw-main__list {
|
||
|
|
max-width: 260px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__btn--try-it {
|
||
|
|
min-width: 260px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__btn--video {
|
||
|
|
min-width: 260px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main__icons-group {
|
||
|
|
row-gap: 10px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 340px) {
|
||
|
|
.lw-form__content {
|
||
|
|
padding: 20px 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-form__content-alt {
|
||
|
|
text-align: center;
|
||
|
|
padding-top: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-content__grid-item:nth-child(3) {
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.grid-container-main-item:nth-child(2) {
|
||
|
|
min-height: 200px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.slider-wrapper {
|
||
|
|
max-width: 263px;
|
||
|
|
min-height: 130px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.slaider-container {
|
||
|
|
max-width: 199px;
|
||
|
|
min-height: 104px;
|
||
|
|
margin-bottom: 7px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/* ----------------------css todo--------------------------------------------------------------------- */
|
||
|
|
|
||
|
|
.lw-todo button {
|
||
|
|
border: none;
|
||
|
|
background-color: transparent;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo-title {
|
||
|
|
font-weight: 600;
|
||
|
|
font-size: 16px;
|
||
|
|
color: #000000;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo-text {
|
||
|
|
font-weight: 400;
|
||
|
|
font-size: 16px;
|
||
|
|
color: #000000;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo-text--green {
|
||
|
|
color: #328436;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo-text--gray {
|
||
|
|
color: #8d8d8d;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
gap: 20px;
|
||
|
|
width: 100%;
|
||
|
|
max-width: 600px;
|
||
|
|
padding: 20px;
|
||
|
|
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
||
|
|
border-radius: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo__header {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo__header button {
|
||
|
|
margin-left: auto;
|
||
|
|
margin-right: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo__footer {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo__footer-left-content {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo__footer-right-content {
|
||
|
|
margin-left: auto;
|
||
|
|
margin-right: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo__content {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
gap: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo__content-item {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
gap: 10px;
|
||
|
|
padding: 10px 20px;
|
||
|
|
border-radius: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo__content-item--green {
|
||
|
|
background-color: #e9f3ea;
|
||
|
|
border-left: 3px solid #008f32;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo__content-item--violet {
|
||
|
|
background-color: #e8e0f4;
|
||
|
|
border-left: 3px solid #6500ff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo__content-item--bay {
|
||
|
|
background-color: #e0faf6;
|
||
|
|
border-left: 3px solid #0a8270;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo__content-item-header {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo__content-item-header button {
|
||
|
|
margin-left: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo__content-item-footer {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo__content-item-footer .lw-todo__footer-right-content {
|
||
|
|
margin-left: auto;
|
||
|
|
margin-right: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo__content-item-content {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
gap: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo__content-item-content-header {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo-form {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
gap: 20px;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo-form__fields {
|
||
|
|
position: relative;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo-form__fields-option {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
width: 100%;
|
||
|
|
max-width: 368px;
|
||
|
|
height: 100%;
|
||
|
|
margin-left: auto;
|
||
|
|
padding: 5px 10px;
|
||
|
|
border: 1px solid #dedede;
|
||
|
|
filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
|
||
|
|
border-radius: 5px;
|
||
|
|
max-height: 30px;
|
||
|
|
background-color: #e0e0e0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo-form__fields-option button {
|
||
|
|
margin-left: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo-form__fields--column {
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: flex-start;
|
||
|
|
gap: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo-form__fields button {
|
||
|
|
position: absolute;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
top: 50%;
|
||
|
|
transform: translateY(-50%);
|
||
|
|
right: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo-form input {
|
||
|
|
width: 100%;
|
||
|
|
max-width: 368px;
|
||
|
|
height: 100%;
|
||
|
|
max-height: 40px;
|
||
|
|
margin-left: auto;
|
||
|
|
padding: 10px;
|
||
|
|
border: 1px solid #dedede;
|
||
|
|
filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
|
||
|
|
border-radius: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo-form__fields textarea {
|
||
|
|
width: 100%;
|
||
|
|
max-width: 540px;
|
||
|
|
height: 100%;
|
||
|
|
min-height: 150px;
|
||
|
|
padding: 10px;
|
||
|
|
border: 1px solid #dedede;
|
||
|
|
filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
|
||
|
|
border-radius: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo-form button[type="submit"] {
|
||
|
|
max-width: 220px;
|
||
|
|
padding: 10px;
|
||
|
|
margin-left: 0;
|
||
|
|
margin-right: auto;
|
||
|
|
border-radius: 4px;
|
||
|
|
color: white;
|
||
|
|
background-color: #328436;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo__footer-btn {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
padding: 10px;
|
||
|
|
border-radius: 4px;
|
||
|
|
color: #ffffff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-todo__footer-btn--red {
|
||
|
|
max-width: 62px;
|
||
|
|
max-height: 40px;
|
||
|
|
background: #e52a35 !important;
|
||
|
|
}
|
||
|
|
.lw-todo__footer-btn--green {
|
||
|
|
max-width: 69px;
|
||
|
|
max-height: 40px;
|
||
|
|
margin-left: 20px;
|
||
|
|
background: #328436 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-data-safety__wrapper {
|
||
|
|
width: 100%;
|
||
|
|
max-width: 1200px;
|
||
|
|
margin: 0 auto;
|
||
|
|
border-radius: 30px;
|
||
|
|
padding: 20px clamp(10px, 3vw, 70px);
|
||
|
|
background: linear-gradient(108.96deg, #dedede -191.55%, #f2f2f2 158.17%);
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-data-safety__wrapper-img {
|
||
|
|
display: flex;
|
||
|
|
width: 100%;
|
||
|
|
height: auto;
|
||
|
|
max-width: 340px;
|
||
|
|
object-fit: contain;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
.lw-data-safety__wrapper-img {
|
||
|
|
margin-bottom: 50px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-data-safety__wrapper-content {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: flex-start;
|
||
|
|
gap: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
.lw-data-safety__wrapper-content {
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-data-safety__wrapper-content .lw-content__title {
|
||
|
|
font-weight: 700;
|
||
|
|
line-height: 1.2;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
.lw-data-safety__wrapper-content .lw-content__title {
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 534px) {
|
||
|
|
.lw-data-safety__wrapper-content .lw-content__title {
|
||
|
|
font-size: 22px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-data-safety__wrapper-content .phone-btn {
|
||
|
|
font-size: clamp(22px, 3vw, 26px);
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-data-safety__wrapper-content .phone-btn:hover,
|
||
|
|
.lw-data-safety__wrapper-content .phone-btn:focus {
|
||
|
|
opacity: 0.6;
|
||
|
|
color: #4caf50 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
.lw-data-safety__wrapper-content .phone-btn {
|
||
|
|
padding-left: 40px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-data-safety__wrapper-content .phone-btn::before {
|
||
|
|
top: 50%;
|
||
|
|
transform: translateY(-50%);
|
||
|
|
background-image: url(/promo/images/phone_icon_green.svg);
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
.lw-data-safety__wrapper-content .phone-btn::before {
|
||
|
|
width: 24px;
|
||
|
|
height: 24px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-data-safety__wrapper-content .lw-content__desc {
|
||
|
|
margin: 0;
|
||
|
|
line-height: 1.2;
|
||
|
|
text-wrap: balance;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
.lw-data-safety__wrapper-content .lw-content__desc {
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-data-safety__wrapper .grid-container {
|
||
|
|
grid-template-columns: 5fr 9fr;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-bg-top-detail {
|
||
|
|
position: relative;
|
||
|
|
background-color: #f3f3f3;
|
||
|
|
padding: 80px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* .lw-bg-top-detail::before {
|
||
|
|
content: "";
|
||
|
|
position: absolute;
|
||
|
|
width: 100vw;
|
||
|
|
height: 100%;
|
||
|
|
top: 0;
|
||
|
|
left: 50%;
|
||
|
|
transform: translateX(-50%);
|
||
|
|
z-index: -1;
|
||
|
|
background-image: url(/promo/images/develop/bg_block.png);
|
||
|
|
background-size: cover;
|
||
|
|
background-repeat: no-repeat;
|
||
|
|
background-position: center;
|
||
|
|
} */
|
||
|
|
|
||
|
|
.lw-top-detail__grid {
|
||
|
|
display: grid;
|
||
|
|
grid-template-columns: repeat(3, 1fr);
|
||
|
|
gap: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 992px) {
|
||
|
|
.lw-top-detail__grid {
|
||
|
|
grid-template-columns: repeat(2, 1fr);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 534px) {
|
||
|
|
.lw-top-detail__grid {
|
||
|
|
grid-template-columns: 1fr;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-top-detail__grid-item {
|
||
|
|
position: relative;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: flex-start;
|
||
|
|
padding: 20px;
|
||
|
|
gap: 12px;
|
||
|
|
height: 100%;
|
||
|
|
min-height: 190px;
|
||
|
|
isolation: isolate;
|
||
|
|
background: #ffffff;
|
||
|
|
border: 1px solid #e6e6e6;
|
||
|
|
border-radius: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-top-detail__grid-item--alt {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 992px) {
|
||
|
|
.lw-top-detail__grid-item--alt {
|
||
|
|
grid-column: 1 / 3;
|
||
|
|
grid-row: 4 / 5;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 534px) {
|
||
|
|
.lw-top-detail__grid-item--alt {
|
||
|
|
grid-column: auto;
|
||
|
|
grid-row: 1 / 2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-top-detail__grid-item--alt h3 {
|
||
|
|
font-weight: 400;
|
||
|
|
font-size: clamp(28px, 3vw, 36px);
|
||
|
|
color: #000000;
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-top-detail__grid-item--alt span {
|
||
|
|
font-weight: 600;
|
||
|
|
font-size: 54px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-top-detail__grid-item-title {
|
||
|
|
font-weight: 600;
|
||
|
|
font-size: 16px;
|
||
|
|
color: #000000;
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-top-detail__grid-item-desc {
|
||
|
|
font-weight: 500;
|
||
|
|
font-size: 14px;
|
||
|
|
color: #757575;
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-top-detail__grid-item-img {
|
||
|
|
position: absolute;
|
||
|
|
bottom: 20px;
|
||
|
|
right: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-top-detail__grid-item-img--alt {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
max-width: 100px;
|
||
|
|
max-height: 100px;
|
||
|
|
object-fit: contain;
|
||
|
|
opacity: 0.1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-catalog {
|
||
|
|
margin: 80px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-catalog .feature-description__title {
|
||
|
|
margin: 0 0 40px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-catalog__grid {
|
||
|
|
display: grid;
|
||
|
|
grid-template-columns: 3fr 8fr;
|
||
|
|
gap: 30px;
|
||
|
|
margin-top: 40px;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 992px) {
|
||
|
|
.lw-catalog__grid {
|
||
|
|
grid-template-columns: 1fr;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 543px) {
|
||
|
|
.lw-catalog__grid {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-catalog-accordeon {
|
||
|
|
display: none;
|
||
|
|
margin-top: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 543px) {
|
||
|
|
.lw-catalog-accordeon {
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.accordeon__item-header .txt_grey {
|
||
|
|
margin-left: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-catalog__grid-menu {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: flex-start;
|
||
|
|
gap: 10px;
|
||
|
|
width: 100%;
|
||
|
|
padding: 0;
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 992px) {
|
||
|
|
.lw-catalog__grid-menu {
|
||
|
|
flex-direction: row;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 534px) {
|
||
|
|
.lw-catalog__grid-menu {
|
||
|
|
justify-content: flex-start;
|
||
|
|
flex-wrap: nowrap;
|
||
|
|
overflow-x: scroll;
|
||
|
|
padding-bottom: 14px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-catalog__grid-menu li {
|
||
|
|
width: 100%;
|
||
|
|
list-style: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 992px) {
|
||
|
|
.lw-catalog__grid-menu li {
|
||
|
|
width: fit-content;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.tab-button {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 10px;
|
||
|
|
width: 100%;
|
||
|
|
padding: 10px 14px;
|
||
|
|
border: none;
|
||
|
|
outline: none;
|
||
|
|
background: transparent;
|
||
|
|
cursor: pointer;
|
||
|
|
border: 1px solid transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
.tab-button.active {
|
||
|
|
background: linear-gradient(180deg, #fefefe 0%, #f6f6f6 100%);
|
||
|
|
border-color: #dedede;
|
||
|
|
border-radius: 4px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* .tab-button.active img {
|
||
|
|
filter: hue-rotate(90deg) brightness(1.5) saturate(2);
|
||
|
|
} */
|
||
|
|
|
||
|
|
.lw-catalog__grid-menu li button p {
|
||
|
|
margin: 0;
|
||
|
|
white-space: nowrap;
|
||
|
|
}
|
||
|
|
|
||
|
|
.tab-button.active p {
|
||
|
|
font-weight: 500;
|
||
|
|
color: #000000;
|
||
|
|
}
|
||
|
|
|
||
|
|
.tab-content {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.tab-content.active {
|
||
|
|
display: block !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.tab-content .browser__wrapper {
|
||
|
|
height: 100%;
|
||
|
|
max-height: 580px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.tab-content .browser__wrapper img {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
max-width: 1015px;
|
||
|
|
object-fit: contain;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 992px) {
|
||
|
|
.lw-block .h280,
|
||
|
|
.h320 {
|
||
|
|
height: auto !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 992px) {
|
||
|
|
.lw-block .browser__wrapper img {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
object-fit: cover;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 470px) {
|
||
|
|
.lw-block .links_list,
|
||
|
|
.links_list.links_list_four {
|
||
|
|
grid-template-columns: repeat(2, 1fr);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-footer-feature-description {
|
||
|
|
padding: 20px;
|
||
|
|
background: #ecf5ec;
|
||
|
|
border: 1px solid #e6e6e6;
|
||
|
|
border-radius: 5px;
|
||
|
|
margin: 30px 0 20px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-clients {
|
||
|
|
padding: 50px 0 80px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-feature-desc-img {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 3px 5px;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
font-weight: 500;
|
||
|
|
font-size: clamp(16px, 3vw, 18px);
|
||
|
|
line-height: 30px;
|
||
|
|
color: #000000;
|
||
|
|
white-space: nowrap;
|
||
|
|
margin: 20px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-check-list li {
|
||
|
|
margin-bottom: 20px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.advantages {
|
||
|
|
padding-bottom: 80px;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 992px) {
|
||
|
|
.advantages .lw-top-detail__grid {
|
||
|
|
grid-template-columns: 1fr;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.advantages .lw-top-detail__grid-item {
|
||
|
|
background: linear-gradient(180deg, #fefefe 0%, #f6f6f6 100%);
|
||
|
|
border: 1px solid #dedede;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-semibold {
|
||
|
|
font-weight: 600;
|
||
|
|
color: #000000;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-medium {
|
||
|
|
font-weight: 500;
|
||
|
|
}
|
||
|
|
|
||
|
|
.advantages .lw-top-detail__grid-item p:first-child {
|
||
|
|
position: relative;
|
||
|
|
width: 90%;
|
||
|
|
padding-bottom: 12px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.advantages .lw-top-detail__grid-item p:first-child::after {
|
||
|
|
content: "";
|
||
|
|
position: absolute;
|
||
|
|
left: 0;
|
||
|
|
bottom: 0;
|
||
|
|
width: 80px;
|
||
|
|
height: 3px;
|
||
|
|
background: #4caf50;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-elreg_steps__content {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
padding: 20px;
|
||
|
|
width: 100%;
|
||
|
|
max-width: 380px;
|
||
|
|
height: 100%;
|
||
|
|
min-height: 204px;
|
||
|
|
border: 1px solid #e6e6e6;
|
||
|
|
border-radius: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-elreg_steps__content--alt {
|
||
|
|
max-height: 100px;
|
||
|
|
min-height: 100px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-elreg_steps__content--alt img {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
object-fit: contain;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-elreg_steps__content p {
|
||
|
|
font-weight: 600;
|
||
|
|
font-size: 14px;
|
||
|
|
text-align: center;
|
||
|
|
color: #000000;
|
||
|
|
margin: 20px 0 10px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-elreg_steps__content span {
|
||
|
|
font-weight: 400;
|
||
|
|
font-size: 14px;
|
||
|
|
text-align: center;
|
||
|
|
color: #535353;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-elreg_steps {
|
||
|
|
grid-template-columns: 1fr 40px 1fr 40px 1fr;
|
||
|
|
gap: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 992px) {
|
||
|
|
.lw-elreg_steps {
|
||
|
|
grid-template-columns: 1fr;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-elreg_steps__content:nth-child(1) {
|
||
|
|
margin-left: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 992px) {
|
||
|
|
.lw-elreg_steps__content:nth-child(1) {
|
||
|
|
margin-left: 0;
|
||
|
|
margin: 0 auto;
|
||
|
|
}
|
||
|
|
.lw-elreg_steps__content {
|
||
|
|
margin: 0 auto;
|
||
|
|
}
|
||
|
|
.lw-elreg_steps .sep {
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
.lw-elreg_steps .sep img {
|
||
|
|
transform: rotate(90deg);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-elreg {
|
||
|
|
padding-bottom: 80px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-links_list.lw-links_list {
|
||
|
|
grid-template-columns: repeat(5, 1fr);
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-links_list .item {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
height: 100%;
|
||
|
|
max-height: 80px;
|
||
|
|
min-height: 80px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-links_list .item img {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
max-width: 110px;
|
||
|
|
max-height: 48px;
|
||
|
|
object-fit: contain;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 543px) {
|
||
|
|
.lw-links_list.lw-links_list {
|
||
|
|
grid-template-columns: repeat(2, 1fr);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-links_list img {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
object-fit: contain;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-integrations-flex .browser__wrapper img {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
object-fit: contain;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 992px) {
|
||
|
|
.lw-integrations-flex {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
.integrations_content {
|
||
|
|
order: 1;
|
||
|
|
}
|
||
|
|
.integrations_img {
|
||
|
|
order: 2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-padding-bottom {
|
||
|
|
padding-bottom: 40px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.links_list .item a {
|
||
|
|
display: flex !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-accordeon__item-header-title {
|
||
|
|
font-family: "Lato";
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 700;
|
||
|
|
font-size: 18px;
|
||
|
|
color: #000000;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-accordeon__item-header-desc {
|
||
|
|
font-family: "Lato";
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 400;
|
||
|
|
font-size: 16px;
|
||
|
|
color: #535353;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-accordeon__item-header-desc span {
|
||
|
|
font-weight: 700;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-prefs__title {
|
||
|
|
font-family: "Lato";
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 700;
|
||
|
|
font-size: 16px;
|
||
|
|
color: #000000;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-cut {
|
||
|
|
height: inherit;
|
||
|
|
padding-left: 25px;
|
||
|
|
padding-right: 25px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-header {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 24px;
|
||
|
|
height: inherit;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
.lw-header {
|
||
|
|
display: grid;
|
||
|
|
grid-template-columns: 7fr 1fr;
|
||
|
|
row-gap: 1px;
|
||
|
|
height: 90%;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 480px) {
|
||
|
|
.lw-header {
|
||
|
|
row-gap: 10px;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-header__logo {
|
||
|
|
display: inline-block;
|
||
|
|
font-size: 35px;
|
||
|
|
font-weight: 600;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
.lw-header__logo {
|
||
|
|
order: 1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-header__logo .green {
|
||
|
|
color: #4caf50;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-header__menu {
|
||
|
|
display: inline-flex;
|
||
|
|
align-items: center;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
gap: 3px;
|
||
|
|
margin-left: 20px;
|
||
|
|
margin-right: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 800px) {
|
||
|
|
.lw-header__menu {
|
||
|
|
margin-left: 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
.lw-header__menu {
|
||
|
|
order: 3;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-menu {
|
||
|
|
max-width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
.lw-menu {
|
||
|
|
height: 100%;
|
||
|
|
max-height: 120px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 480px) {
|
||
|
|
.lw-menu {
|
||
|
|
max-height: 150px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 360px) {
|
||
|
|
.lw-menu {
|
||
|
|
max-height: 170px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-menu_list {
|
||
|
|
position: static;
|
||
|
|
margin-left: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 800px) {
|
||
|
|
.lw-menu_list {
|
||
|
|
margin-left: 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
.lw-menu_list {
|
||
|
|
order: 4;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-header__menu-link {
|
||
|
|
display: flex;
|
||
|
|
padding: 4px 14px;
|
||
|
|
line-height: 18px;
|
||
|
|
font-size: 16px;
|
||
|
|
border: 1px solid #d0d0d0;
|
||
|
|
border-radius: 3px;
|
||
|
|
color: #757575;
|
||
|
|
cursor: pointer;
|
||
|
|
background: -webkit-linear-gradient(top, #fff, #f5f5f5);
|
||
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 360px) {
|
||
|
|
.lw-header__menu-link {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-header__menu-link.selected {
|
||
|
|
padding: 5px 15px 6px 16px;
|
||
|
|
border: 0 !important;
|
||
|
|
color: rgb(255, 255, 255) !important;
|
||
|
|
background: #424242 !important;
|
||
|
|
box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
|
||
|
|
text-shadow: 0 2px 2px rgba(0, 0, 0, 0.22);
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-header__phones {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
gap: 3px 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 992px) {
|
||
|
|
.lw-header__phones {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-header__phones-item {
|
||
|
|
font-size: 17px;
|
||
|
|
color: #000000;
|
||
|
|
text-decoration: none;
|
||
|
|
border: 0;
|
||
|
|
font-weight: 600;
|
||
|
|
white-space: nowrap;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-header__logos {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 14px;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 1200px) {
|
||
|
|
.lw-header__logos {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-header__btn {
|
||
|
|
display: inline-block;
|
||
|
|
width: fit-content;
|
||
|
|
padding: 3px 14px 5px;
|
||
|
|
background: rgb(67, 160, 71);
|
||
|
|
border-radius: 3px;
|
||
|
|
color: #ffffff;
|
||
|
|
font-family: "Lato", Helvetica, sans-serif;
|
||
|
|
text-align: center;
|
||
|
|
text-decoration: none;
|
||
|
|
border: 1px solid #328436;
|
||
|
|
vertical-align: top;
|
||
|
|
outline: 0 none;
|
||
|
|
font-size: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
.lw-header__btn {
|
||
|
|
order: 2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-accordeon__catalog-header {
|
||
|
|
width: 100%;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-accordeon__catalog-header p {
|
||
|
|
margin-left: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-accordeon__catalog-body {
|
||
|
|
display: none;
|
||
|
|
flex-direction: column;
|
||
|
|
margin-bottom: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.accordeon__item.expanded .lw-accordeon__catalog-body {
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
|
||
|
|
.accordeon__item.expanded .accordeon__item-header-img {
|
||
|
|
transform: rotate(-180deg);
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-accordeon__catalog-body .browser__wrapper img {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
max-width: 1015px;
|
||
|
|
max-height: 580px;
|
||
|
|
object-fit: contain;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 470px) {
|
||
|
|
.browser__header-catalog .left {
|
||
|
|
background-image: url(../images/line.svg);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-browser__wrapper {
|
||
|
|
height: fit-content;
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-integrations-flex .lw-browser__wrapper img {
|
||
|
|
height: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* */
|
||
|
|
|
||
|
|
.cut:has(.lw-section) {
|
||
|
|
overflow: initial;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-section {
|
||
|
|
container: main / inline-size;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-image-set {
|
||
|
|
background-color: #ffffff;
|
||
|
|
box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
|
||
|
|
overflow: hidden;
|
||
|
|
border-radius: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-image-set:not(:last-child) {
|
||
|
|
margin-bottom: clamp(20px, 3vw, 40px);
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-image-set__header {
|
||
|
|
font-size: 14px;
|
||
|
|
font-weight: 500;
|
||
|
|
text-align: center;
|
||
|
|
padding: 16px 20px;
|
||
|
|
color: #757575;
|
||
|
|
background-color: #e9e9e9;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (min-width: 768px) {
|
||
|
|
.lw-mobile-only {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 767px) {
|
||
|
|
.lw-tablet-only {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-section__footer {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
padding-top: clamp(40px, 4vw, 80px);
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-centered-content {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
gap: 30px;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-section iframe {
|
||
|
|
width: 100%;
|
||
|
|
max-width: 600px;
|
||
|
|
height: 35vh;
|
||
|
|
min-height: 320px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-section--top {
|
||
|
|
padding-top: 80px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-section__grid {
|
||
|
|
display: grid;
|
||
|
|
grid-template-columns: 6fr 10fr;
|
||
|
|
gap: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-section ul.check-list li {
|
||
|
|
margin-bottom: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-section__grid--rtl .lw-section__grid-item:first-child {
|
||
|
|
order: 2;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-section__grid--rtl .lw-section__grid-item:last-child {
|
||
|
|
order: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-section__grid-item {
|
||
|
|
height: fit-content;
|
||
|
|
position: sticky;
|
||
|
|
top: 80px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-section__grid-item > img {
|
||
|
|
display: flex;
|
||
|
|
object-fit: contain;
|
||
|
|
box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-section__grid-item > img.no-shadow {
|
||
|
|
box-shadow: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-section {
|
||
|
|
padding-top: 0;
|
||
|
|
padding: 40px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-section--base .lw-section__grid {
|
||
|
|
grid-template-columns: repeat(2, 1fr);
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-section__grid--align-center {
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-section__grid--align-center .lw-section__grid-item {
|
||
|
|
position: initial;
|
||
|
|
top: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-section .button {
|
||
|
|
padding: 12px 20px;
|
||
|
|
width: 100%;
|
||
|
|
max-width: 300px;
|
||
|
|
border-radius: 3px;
|
||
|
|
font-size: 18px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-features {
|
||
|
|
position: relative;
|
||
|
|
padding: clamp(40px, 3.2vw, 80px) 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-features__grid {
|
||
|
|
display: grid;
|
||
|
|
grid-template-columns: repeat(4, 1fr);
|
||
|
|
gap: clamp(20px, 3vw, 30px);
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 1024px) {
|
||
|
|
.lw-features__grid {
|
||
|
|
grid-template-columns: repeat(2, 1fr);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 534px) {
|
||
|
|
.lw-features__grid {
|
||
|
|
grid-template-columns: 1fr;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-features__grid-item {
|
||
|
|
min-height: 200px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-features__grid-item {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
gap: 20px;
|
||
|
|
padding: 30px 20px;
|
||
|
|
min-height: 220px;
|
||
|
|
background: #ffffff;
|
||
|
|
border: 1px solid #e6e6e6;
|
||
|
|
border-radius: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-features__grid-item span {
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
@container main (max-width: 960px) {
|
||
|
|
.lw-section__grid {
|
||
|
|
grid-template-columns: 1fr !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-section__grid--rtl .lw-section__grid-item:first-child {
|
||
|
|
order: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-section__grid--rtl .lw-section__grid-item:last-child {
|
||
|
|
order: 2;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-section__grid-item {
|
||
|
|
position: initial;
|
||
|
|
top: 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-section .feature-description {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 767px) {
|
||
|
|
.lw-section--top {
|
||
|
|
padding-top: 140px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-section .feature-description .button {
|
||
|
|
margin: 0 auto;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 476px) {
|
||
|
|
.lw-section--top {
|
||
|
|
padding-top: 190px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.footer {
|
||
|
|
margin-bottom: 100px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-switcher-row {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
gap: 4px;
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-switcher-row label {
|
||
|
|
padding: 12px 16px;
|
||
|
|
flex-grow: 1;
|
||
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
|
||
|
|
border: 1px solid #d0d0d0;
|
||
|
|
color: #757575;
|
||
|
|
/* background: -webkit-linear-gradient(top, #fff, #f5f5f5); */
|
||
|
|
background-color: #f5f5f5;
|
||
|
|
cursor: pointer;
|
||
|
|
border-radius: 3px;
|
||
|
|
font-size: 14px;
|
||
|
|
text-align: center;
|
||
|
|
transition: all 0.5s linear;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 435px) {
|
||
|
|
.lw-switcher-row {
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-switcher-row label {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-switcher-row label:hover,
|
||
|
|
.lw-switcher-row label:focus {
|
||
|
|
/* background: -webkit-linear-gradient(top, #f5f5f5, #e0e0e0); */
|
||
|
|
background-color: #e0e0e0;
|
||
|
|
border-color: #c6cbd1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-switcher-row label.selected {
|
||
|
|
border-color: #727476;
|
||
|
|
background-color: #858080;
|
||
|
|
color: #ffffff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-switcher-row label:not(.selected):hover,
|
||
|
|
.lw-switcher-row label:not(.selected):focus {
|
||
|
|
opacity: 0.6;
|
||
|
|
}
|
||
|
|
|
||
|
|
.full-modal.auth-modal {
|
||
|
|
max-width: 460px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.auth-modal .modal-inner {
|
||
|
|
margin: 0 auto;
|
||
|
|
padding: 50px 10px 90px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.form__line input,
|
||
|
|
.form__line .form__input {
|
||
|
|
padding: 10px;
|
||
|
|
min-height: 54px;
|
||
|
|
padding: 10px 16px;
|
||
|
|
appearance: none;
|
||
|
|
-webkit-appearance: none;
|
||
|
|
text-indent: 0.01px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.form__line .form__input {
|
||
|
|
font-size: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.form__line:has(.form__input option:first-child:checked) .form__input,
|
||
|
|
.form__line input::placeholder {
|
||
|
|
font-size: 16px;
|
||
|
|
color: #a49e9e;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
.lw-catalog-promo .feature-description {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lw-catalog-promo .feature-description a {
|
||
|
|
margin: 0 auto;
|
||
|
|
}
|
||
|
|
}
|