Your IP : 3.137.212.29
/***
{
1920x1200
1920x1080
1680x1050
1600x900
}
*/
//неактуально
@media only screen and (max-width: 1600px) {
body {
font-size: 15px;
}
.inner {
padding-left:5%;
padding-right:5%;
}
.economy-blocks-70 figcaption {
padding: 1% 10%;
}
}
/**
1440x900
1366x768
*/
//норм
@media only screen and (max-width: 1440px) {
body {
font-size: 14px;
}
.easyclick-install-blocks {
figure {
margin-right: 1em;
&:last-child {
margin-right: 0;
}
}
}
.step-ttl {
font-size: 1.3em;
}
.remote-cols .remote-img {
max-width: 80%;
}
.col .dongle-intellect-img {
max-width: 85%;
}
.diginventor-patented {
right: 0;
}
.calculator .item {
min-height: 190px;
}
}
/***
1280x1024
1024x768
*/
@media only screen and (max-width: 1280px) {
body {
font-size: 13px;
}
.step-ttl {
font-size: 1.2em;
}
}
@media only screen and (max-width: 1024px) {
body {
font-size: 11px;
}
.inner {
padding-left:2%;
padding-right:2%;
}
.intro-ttl {
.text-1 {
font-size: 4em;
}
.text-2 {
.brand {
font-size: 2.3em;
}
}
}
.evolution-blocks {
margin-right: auto;
margin-left: auto;
}
.economy-blocks-70 {
.text-1 {
font-size: 7em;
}
.text-3 {
text-align: center;
}
}
.digitech-blocks figure {
flex: 0 1 30%;
}
.digitech-ttl {
margin-bottom: 0;
}
.graphs-img {
width: 80%;
}
.thermoresist-blocks img {
max-width: 66%;
}
.thermoresist-ttl-2 {
text-align: center;
}
.thermoresist-about {
text-align: center;
width: 100%;
}
.shape-desc {
font-size: 1.3em;
}
.shape-ttl{
font-size: 3em;
}
.calculator-ttl {
text-align: center;
}
.calculator .item {
min-height: 150px;
}
}
/***
768x1024
*/
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 767px) {
}
/***
480x800
*/
@media only screen and (max-width: 576px) {
}
/***
360x640
320x568
320x480
*/
@media only screen and (max-width: 320px) {
}