@font-face {
    font-family: "HelveticaNeueCyr-Medium";
    src: url("../fonts/HelveticaNeueCyr-Medium.otf") format("opentype");
}
.HNCM { 
    font-family: "HelveticaNeueCyr-Medium", sans-serif;
}
@font-face {
    font-family: "HelveticaNeueCyr-Italic";
    src: url("../fonts/HelveticaNeueCyr-Italic.otf") format("opentype");
}
.HNCI { 
    font-family: "HelveticaNeueCyr-Italic", sans-serif;
}
@font-face {
    font-family: "HelveticaNeueCyr-BoldItalic";
    src: url("../fonts/HelveticaNeueCyr-BoldItalic.otf") format("opentype");
}
.HNCBI { 
    font-family: "HelveticaNeueCyr-BoldItalic", sans-serif;
}
@font-face {
    font-family: "HelveticaNeueCyr-Roman";
    src: url("../fonts/HelveticaNeueCyr-Roman.otf") format("opentype");
}
.HNCR { 
    font-family: "HelveticaNeueCyr-Roman", sans-serif;
}
.OUTLINE {
    outline: 1px solid red;
}
/* centered columns styles */
.row-centered {
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    min-height: 150px;
    padding-bottom: 20px;

    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.centered {
    display: flex;
    align-items: center;

    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.circle {
    width: 158px;
    height: 158px;
    -webkit-border-radius: 79px;
    -moz-border-radius: 79px;
    border-radius: 79px;
    background: rgba(143,143,143,0.6);
    border: 5px solid white;
}
	
@media only screen and (max-width: 1200px) { 
    .fullwidth-box { 
        background-image: none !important; 
    } 
}

@media only screen and (max-width: 1200px) { 
    .fullwidth-box { 
        background-image: none !important; 
    } 
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/* --- */

.firstContainer {
	background-color: #0792c7;
	background: url(../img/bg-index.jpg) no-repeat;
	background-size: cover;
	height:100%;
}
.h1resp {
	color: #fff;
	margin-top: 60px;
	text-shadow: 2px 2px 8px rgb(143,143,143);
}
.presp {
	color: #fff;
	margin-top: 10px;
	text-shadow: 2px 2px 8px rgb(143,143,143);
}
.circleNumb {
	position: absolute;
	top: 26px;
	left: 0;
	width: 100%;
	text-align: center;
	/*text-shadow: 2px 2px 8px rgb(143,143,143);*/
	line-height: 40px;
	/*color: white;*/
	font-size: 36px;
}
.circleText {
	position: absolute;
	width: 100%;
	top: 66px;
	left: 0;
	text-align: center;
	/*text-shadow: 2px 2px 8px rgb(143,143,143);*/
	font-size: 16px;
	/*color: white;*/
}
.brandLogo {
	padding:10px;
	max-width:300px;
	height:auto
}
.red {
	color: red;
}
.mapPosition {
	position: absolute;
	top: 6.5%;
	left: 13%;
}
.todov {
	font-size: 24px;
	color: #31b0d5;
}
.blockseparator {
	background-color: #e7e7e7;
	min-height: 150px;
}
.featuresHeader {
	font-size: 24px;
	color: #038cc3;
}
.size18 {
	font-size: 18px;
}
.link-unstyled {
	color: inherit;
	text-decoration: inherit;
}

@media screen and (max-width: 2000px) {
	.h1resp {
		font-size: 48px;
	}
	.presp {
		font-size: 36px;
	}
	.vraMap {
		display: block;
	}
	.todo {
		display: none;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.h1resp {
		font-size: 48px;
	}
	.presp {
		font-size: 36px;
	}
	.vraMap {
		display: none;
	}        
	.todo {
		display: block;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.h1resp {
		font-size: 36px;
	}
	.presp {
		font-size: 24px;
	}
	.vraMap {
		display: none;
	}       
	.todo {
		display: block;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.h1resp {
		font-size: 36px;
	}
	.presp {
		font-size: 24px;
	}
	.vraMap {
		display: none;
	}       
	.todo {
		display: block;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.h1resp {
		font-size: 24px;
	}
	.presp {
		font-size: 18px;
	}
	.vraMap {
		display: none;
	}       
	.todo {
		display: block;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	.h1resp {
		font-size: 24px;
	}
	.presp {
		font-size: 18px;
	}
	.vraMap {
		display: none;
	}       
	.todo {
		display: block;
	}
}