/* Add your custom css styles */


/* all devices small than tablet  */
@media (max-width: 991px) {
	.custom-clear-both:nth-child(2n+1) {
		clear: both!important;
	}

	.russian .heading-jumbo {
		font-size: 32px;
	}
}

/* all devices bigger than tablet  */
@media (min-width: 992px) {
	.custom-clear-both:nth-child(3n+4) {
		clear: both!important;
	}

	.russian .space-hidden {
		display: none;
	}

	.russian .space-half {
		height: 25px;
	}

	.russian .width-60 {
		width: 60%;
	}

	.russian .width-40 {
		width: 40%;
	}
}

/* devices between tablet and laptop (15')  */
@media (min-width: 992px) and (max-width: 1550px) {
	.russian .heading-jumbo {
		font-size: 4.4vw;
	}
}

/* devices bigger than laptop (15')  */
@media (min-width: 1551px) {
	.russian .heading-jumbo {
		font-size: 65px;
	}
}
