.g-animatedblock.box_2_rus .g-animatedblock-title {
    font-size: 2.8rem;
}
.home-title {
    margin-bottom:20px;
    text-align: center;	
} 
.size-175 {
    font-size: 1.75rem;
    line-height: 1.3;
    letter-spacing: -1px;
}
#flexicontent .lineinfo {
    width:95%;
}
.share-links > .g-content {
    padding:0;
    margin: 20px;
}
.footer-contacts > .g-content {
    margin-top:0;
    padding-top:0;
}

.subcategorieslabel {
    display: none !important;
}

.subcat .catinfo {
	font-size: 30px;
}

.catdescription {
	display:none;
}
/* Keep the homepage blue animated block readable after image dimensions are added. */
#g-slideshow .g-animatedblock .g-animatedblock-animated img {
    width: 100%;
    height: auto;
    display: block;
}
#g-slideshow .g-animatedblock.box_2 .g-animatedblock-title {
    font-size: 2.85rem;
    line-height: 0.95;
    right: 0.75rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
    #g-slideshow .g-animatedblock.box_2 .g-animatedblock-title {
        font-size: 2.15rem;
    }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
    #g-slideshow .g-animatedblock.box_2 .g-animatedblock-title {
        font-size: 1.55rem;
    }
}
@media only all and (max-width: 47.938rem) {
    #g-slideshow .g-animatedblock.box_2 .g-animatedblock-title {
        font-size: 2.35rem;
        line-height: 0.95;
    }
}

/* The long English headline in the blue homepage tile must fit the image box. */
#g-slideshow .g-animatedblock.box_2 .g-animatedblock-title {
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    line-height: 0.96;
    max-width: calc(100% - 2rem);
}
@media only all and (max-width: 47.938rem) {
    #g-slideshow .g-animatedblock.box_2 .g-animatedblock-title {
        font-size: clamp(1.6rem, 7vw, 2.1rem);
    }
}

/* Fit the Russian headline in the blue homepage tile. */
#g-slideshow .g-animatedblock.box_2_rus .g-animatedblock-title {
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    line-height: 0.96;
    max-width: calc(100% - 2rem);
    right: 0.75rem;
}
@media only all and (max-width: 47.938rem) {
    #g-slideshow .g-animatedblock.box_2_rus .g-animatedblock-title {
        font-size: clamp(1.3rem, 6vw, 1.75rem);
    }
}

/* Fit the "3 generations / 50 years" blue tile in every language. */
#g-slideshow .g-animatedblock.box_5 .g-animatedblock-title {
    font-size: clamp(1.25rem, 1.65vw, 1.55rem);
    line-height: 0.95;
    max-width: calc(100% - 2rem);
    right: 0.75rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
    #g-slideshow .g-animatedblock.box_5 .g-animatedblock-title {
        font-size: 1.35rem;
    }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
    #g-slideshow .g-animatedblock.box_5 .g-animatedblock-title {
        font-size: 1.15rem;
    }
}
@media only all and (max-width: 47.938rem) {
    #g-slideshow .g-animatedblock.box_5 .g-animatedblock-title {
        font-size: clamp(1.1rem, 5vw, 1.45rem);
    }
}
