Your IP : 3.128.79.124
.smarteye {
padding: 3em 0;
&-ttl{
.bigYellowTitle;
text-align: center;
}
&-module {
&-ttl {
.caps;
margin-bottom: 1em;
.text {
&-2 {
.font(4em, normal);
font-weight: 400;
color: @yellow;
}
&-1 {
.font(2.625em, normal);
margin-right: 0.1em;
}
}
}
&-desc {
.standardDesc;
line-height: 1.2em;
}
}
&-ico {
&-img {
margin: 0 auto;
}
&-desc {
.standardDesc;
.caps;
text-align: center;
}
}
&-device {
max-width: 100%;
margin: 0 auto;
}
&-cols {
width: 76.6%;
margin: 0 auto;
align-items: flex-end;
> .col {
&:first-child {
flex-direction: column;
.setCol(12%);
padding-bottom: 3em;
}
&:nth-child(2) {
.setCol(30%);
}
&:last-child {
flex-direction: column;
.setCol(58%);
padding-bottom: 3em;
}
}
}
&-more {
&-desc{
.standardDesc;
width: 80%;
}
&-cols {
margin: 0 auto;
padding: 4em 0;
> .col {
&:first-child {
flex-direction: column;
.setCol(40%);
padding-bottom: 3em;
}
&:nth-child(2) {
.setCol(60%);
}
}
}
&-blocks {
figure {
img {
margin-bottom: 1em;
}
figcaption {
.font(1.188em, normal);
padding-left: 30%;
}
}
&-desc {
.font(1.3em, normal);
text-align: center;
margin-bottom: 1em;
}
}
}
}