You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

101 lines
1.3 KiB

.about-map, .about-map-en {
position: absolute;
z-index: 0;
margin-top: -16%;
width: 65%;
@media (min-width: 0) {
display: none;
}
@media (min-width: @screen-md-min) {
display: block;
margin-left: 40%;
}
@media (min-width: @screen-lg-min) {
display: block;
margin-left: 35%;
}
img {
width: 100%;
}
}
.about-consultation {
h3 {
margin-top: 0;
margin-bottom: 5px;
}
margin-bottom: 25px;
}
.about-organizations, .about-clients {
.make-row();
li {
.make-xs-column(6);
.make-sm-column(2);
}
}
.about-videos {
li {
width: 159px;
vertical-align: top;
font-size: 12px;
}
.plugin_video {
margin-bottom: 8px;
}
}
.about-organizations {
li {
text-align: center;
p {
height: 70px;
line-height: 70px;
vertical-align: middle;
}
a {
font-size: 12px;
}
}
}
.about-clients {
li {
height: 190px;
h5 {
height: 35px;
}
img {
width: 100%;
}
p {
text-align: center;
}
}
}
.contacts-address-description {
font-size: 12px;
margin-top: -12px;
}