body {
	background-color: #fff;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 25px;
	color: #58595B;
	background-image: url('../img/bg.png');
	background-repeat: repeat-x;
}
iframe {
	border: 0;
}
h2 {
	font-family: 'Exo 2', sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 21px;
	line-height: 25px;
	letter-spacing: -0.02em;
	color: #58595B;
	margin-bottom: 25px;
}
.text-black {
	color: #000;
}
.text-tg {
	color: #58595B!important;
}
.bg-lg {
	background: #EEEEEE;
}
h2.red, h2.red a {
	color: #ED1C24;
	margin-bottom: 50px;
}
.header__logo img {
	margin-left: 15px;
}
.header__contact {
	font-weight: bold;
	font-size: 18px;
	line-height: 60px;
	text-align: right;
	color: #FFFFFF;
}
.header__contact a, .header__contact a:hover {
	color: #FFFFFF;
}
.header__contact span + span,
.header__contact a + span {
	margin-left: 15px;
}
header .nav {
	width: 100%;
}
.navbar {
	padding: 0;
}
.lang_mob {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin-left: auto;
	margin-right: 15px;
}
.lang_mob:hover {
	color: #fff;
}
.navbar-toggler {
	line-height: 0;
	border: none;
	padding: 0;
	cursor: pointer;
	border-radius: 0;
}
.header__menu a {
	font-weight: 900;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #58595B;
	text-align: left;
}
.submenuActive {
	position: relative;
}
.submenuActive:after {
	content: '▼';
	position: absolute;
	right: 25px;
	top: 2px;
	font-weight: 900;
	font-size: 12px;
	color: #ED1C24;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: inherit;
	background-color: transparent;
}
.show .dropdown-toggle::after {
	color: #ED1C24;
}
.dropdown-menu {
	position: relative;
	top:0;
	border-radius: 0;
}
.nav-item.open .dropdown-menu {
	display: block;
}
.page__submemu {
	background: #58595B;
}
.page__submemu a {
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
	text-transform: inherit;
}
.page__text {
	padding: 0;
	position: relative;
	margin-bottom: 30px;
}
.page__text2 {
	padding: 0;
	position: relative;
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px!important;
}
.mb125 {
	margin-bottom: 45px!important;
}
.mb230 {
	margin-bottom: 30px!important;
}
.mb160 {
	margin-bottom: 30px;
}
.page__text img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.page__imageBlock {
	width: 100%;
	height: auto;
	background: #EEEEEE;
	position: relative;
	top: auto;
	left: auto;
	overflow: hidden;
}
.page__imageBlock a {
	color: #58595B;
}
.page__imageB {
	padding-left: 90px;
	padding-top: 25px;
	padding-right: 20px;
	position: relative;
	height: 100%;
}
.page__imageB:before {
	content: ' ';
	position: absolute;
	width: 3px;
	height: 75%;
	background: #ED1C24;
	left: 20px;
	top: -3px;
	transform: rotate(10deg);
}
.page__imageB:after {
	content: ' ';
	position: absolute;
	width: 3px;
	height: 75%;
	background: #58595B;
	left: 30px;
	top: -3px;
	transform: rotate(10deg);
}
.page__imageBlockTitle {
	font-family: 'Exo 2';
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	line-height: 29px;
	letter-spacing: -0.01em;
	color: #ED1C24;
	margin-bottom: 20px;
}
.page__imageC {
	padding-left: 30px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 35px;
	position: relative;
	height: 100%;
}
.top450 {
	top: auto;
	height: auto;
}
.top480 {
	top: auto;
	height: auto;
}
.page__text p {
}
.page__text + h2 {
	
}
.page__text ul {
	margin-bottom: 62px;
}
.page__text ul li {
	margin-bottom: 1rem;
	padding-left: 27px;
	position: relative;
}
.page__text ul.checkred {
	margin: 0;
}
.page__text ul.checkred li {	
	padding-left: 30px;
}
.page__text ul.circlered li:before {
	content: ' ';
	position: absolute;
	width: 8px;
	height: 8px;
	background: #9b2d30;
	border-radius: 50%;
	left: 8px;
	top: 9px;
}
.page__text ul.checkred li:before {
	content: ' ';
	position: absolute;
	width: 18px;
	height: 10px;	
	left: 0;
	top: 9px;
	background-image: url('../img/check.svg');
}
.page__comment {
	font-family: 'Exo 2', sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: -0.01em;
	color: #58595B;
	position: relative;
	padding: 25px 15px 45px;
	margin-bottom: 60px;
}
.page__comment:before {
	position: absolute;
	background: #ED1C24;
	height: 10px;
	width: 98px;
	content: ' ';
	top: 0;
	left: 15px;
}
.page__comment:after {
	position: absolute;
	background: #58595B;
	height: 10px;
	width: 98px;
	content: ' ';
	right: 15px;
	bottom: 0;
}
.page__services .nav {
	margin-bottom: 87px;
}
.page__services .nav-item, .page__services .nav-item a {
	font-family: 'Exo 2', sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #ED1C24;
}
.page__services .nav-item img {
	display: block;
	margin: 0 auto;
	margin-bottom: 34px;
}
.slider-section {
	position: relative;
	margin-bottom: 240px;
	margin-left: -15px;
	margin-right: -15px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	display: block;
	height: 44px;
	width: 44px;
	position: absolute;
	bottom: 25px;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	color: transparent;
}
.owl-carousel .owl-nav button.owl-prev {
	left: 23px;
	background-image: url('../img/left.svg');
}
.owl-carousel .owl-nav button.owl-next {
	left: 77px;
	background-image: url('../img/right.svg');
}
.owl-carousel .owl-nav button.owl-next:hover {
	background-color: transparent;
	background-image: url('../img/right.svg');
	color: transparent;
	opacity: 0.5;
}
.owl-carousel .owl-nav button.owl-prev:hover {
	background-color: transparent;
	background-image: url('../img/left.svg');
	color: transparent;
	opacity: 0.5;
}
.page__slogan {
	position: absolute;
	width: 220px;
	height: 228px;
	background-color: #ED1C24;
	bottom: -200px;
	z-index: 990;
	right: 50%;
	margin-right: -110px;
}
.page__slogan div {
	font-family: 'Exo 2';
	font-style: italic;
	font-weight: 500;
	font-size: 22px;
	line-height: 37px;
	text-align: center;
	color: #FFFFFF;
	width: 420px;
	height: 228px;
	vertical-align: middle;
	display: table-cell;
}
.contact_us {
	font-family: 'Exo 2';
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	line-height: 29px;
	letter-spacing: -0.01em;
	transform: rotate(-90deg);
	background: #ED1C24;
	width: 162px;
	height: 36px;
	position: fixed;
	text-align: center;
	left: 100%;
	margin-left: -100px;
	z-index: 9;
	top: 380px;
}
.contact_us a {
	color: #FFFFFF;
}
.slider-section h1 {
	font-family: 'Exo 2';
	font-style: italic;
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
	color: #FFFFFF;
	position: absolute;
	top: 45px;
	display: block;
	z-index: 990;
	left: 15px;
}
.slider-section h1.additinal {
	top: 55px;
}
.slider-section h1.additinal2 {
	top: 48px;
}
.services__list {
	padding-left: 15px;
	padding-top: 67px;
	padding-bottom: 20px;
	padding-right: 10px;
	background-image: url('../img/service.svg');
	background-repeat: no-repeat;
	background-position: 15px 30px;
	margin-right: -15px;
	margin-left: -15px;
	position: relative;
}
.services__list .services__list-link {
	position: absolute;
	top: 15px;
	width: 96px;
	height: 96px;
	display: block;
	left: 30px;
}
.operationIcon {
	background-image: url('../img/operation.svg');
}
.researchIcon {
	background-image: url('../img/research.svg');
}
.designIcon {
	background-image: url('../img/design.svg');
}
.implementationIcon {
	background-image: url('../img/implementation.svg');
}
.services__list a {
	font-family: 'Exo 2';
	font-style: italic;
	font-weight: bold;
	font-size: 21px;
	line-height: 25px;
	letter-spacing: -0.02em;
	color: #58595B;
	display: block;
	margin-bottom: 45px;
	margin-left: 103px;
}
.titleGrid {
	font-family: 'Exo 2';
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #58595B;
	margin-bottom: 25px;
}
.infoGrid {
	padding-right: 15px;
	margin-bottom: 25px;
	padding-left: 15px;
}
footer {
	min-height: 60px;
	background: #ED1C24;
	line-height: 25px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
}
footer a, footer a:hover {
	color: #FFFFFF;
}
.owl-carousel .owl-item img {
	width: 100%;
	height: 170px;
}
#mainMenu {
	background-color: #fff;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#navbarMenuDiv {
	text-align: right;
}
#navbarMenuDiv .nav-item {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.service__list .nav-item {
	display: block;
	width: 100%;
	margin-bottom: 95px;
}
/* Articles */
	.page__articles .page__text a {
		font-family: 'Exo 2';
		font-style: italic;
		font-weight: bold;
		font-size: 18px;
		line-height: 22px;
		color: #58595B;
		display: block;
		margin-bottom: 10px;
	}
	.pagination {
		font-family: 'Exo 2';
		font-style: italic;
		font-weight: 500;
		font-size: 24px;
		letter-spacing: 0.05em;
		text-transform: uppercase;
	}
	.page-link {
		background-color: #eee;
		border: 1px solid #fff;
		color: #ED1C24;
		padding: 0;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
	}
	.page-item.disabled .page-link {
		background-color: #eee;
		border: 1px solid #fff;
	}
	.page-link img {
		margin-bottom: 10px;
	}
	/* End Articles */
	
	/* Certificates */
	.certificate {
		margin-bottom: 25px;
	}
	.certificate img {
		width: 100%;
		height: auto;
	}
	/* End certificates */	
	
	/* Modal */
	.modal {		
		color: #58595B;
	}
	.modal select {
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		appearance: none !important;
		position: relative;
	}
	.modal select.modal__field {
		background-image: url('../img/dropdown.svg');
		background-repeat: no-repeat;
		background-position: 97% 13px;
	}
	.btn-tech {
		width: 184px;
		height: 50px;
		background: #ED1C24;
		font-family: 'Exo 2';
		font-style: italic;
		font-weight: bold;
		font-size: 24px;
		line-height: 29px;
		color: #FFFFFF;
		border-radius: 0;
		margin-bottom: 20px;
	}
	.modal__title {
		font-family: 'Exo 2';
		font-weight: bold;
		font-style: italic;
		font-size: 36px;
		line-height: 43px;
		letter-spacing: -0.02em;
		margin-bottom: 20px;
	}
	.modal__fieldName {
		font-family: 'Exo 2';
		font-weight: bold;
		font-style: normal;
		font-size: 16px;
		line-height: 29px;
	}
	.modal__confirm {
		font-size: 16px;
		line-height: 28px;
	}
	.modal__confirm a {
		color: #58595B;
		text-decoration: underline;
	}
	.modal__field {
		border: 2px solid #EEEEEE;
		border-radius: 0;
	}
	.modal__select {
		margin-bottom: 40px;
	}
	.modal__input {
		margin-bottom: 20px;
	}
	.modal__textarea {
		margin-bottom: 15px;
	}
	.modal-dialog {
		max-width: 640px;
	}
	.modal-content {
		border-radius: 0;
	}
	/* Gallery */
	.gallery {
		text-align: center;
		font-family: 'Exo 2';
		font-weight: bold;
		font-size: 14px;
		line-height: 25px;
		min-height: 200px;
		color: #000;
	}
	.gallery img{
		width: 100%;
		margin-bottom: 15px;
	}
	.gallery a {
		color: #000;
	}
	/* End Gallery */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.modal-body {
		padding: 35px 68px 5px 68px;
	}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	body {
	background-color: #fff;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: #58595B;
	background-image: url('../img/bg.png');
	background-repeat: repeat-x;
	}
	h2 {
	font-family: 'Exo 2', sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.02em;
	color: #58595B;
	margin-bottom: 25px;
}
.text-black {
	color: #000;
}
.text-tg {
	color: #58595B!important;
}
.bg-lg {
	background: #EEEEEE;
}
h2.red {
	color: #ED1C24;
	margin-bottom: 60px;
}
.header__logo img {
	margin-left: 15px;
}
.header__contact {
	font-weight: bold;
	font-size: 18px;
	line-height: 60px;
	text-align: right;
	color: #FFFFFF;
}
.header__contact span + span {
	margin-left: 15px;
}
header .nav {
	width: 100%;
}
.navbar {
	padding: .3rem 0;
}
.header__menu a {
	font-weight: 900;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #58595B;
	text-align: center;
}
.submenuActive {
	position: relative;
}
.submenuActive:after {
	content: '▼';
	position: absolute;
	right: 25px;
	top: 2px;
	font-weight: 900;
	font-size: 12px;
	color: #ED1C24;
}
#navbarMenuDiv .dropdown {
	position: unset;
}
.dropdown-menu {
	border-radius: 0;
	border: 0;
	right: 0;
	width: 100%;
	padding: 0;
	position: absolute;
	top: 100%;
}
.page__submemu {
	
}
.page__submemu a {
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
	text-transform: inherit;
}
.page__text {
	padding: 0 62px;
	position: relative;
	margin-bottom: 42px;
}
.page__text2 {
	padding: 0 0 0 62px;
	position: relative;
	margin-bottom: 42px;
}
.mb35 {
	margin-bottom: 35px!important;
}
.mb125 {
	margin-bottom: 82px!important;
}
.mb230 {
	margin-bottom: 170px!important;
}
.mb160 {
	margin-bottom: 105px!important;
}
.page__text img {
	width: 100%;
	height: auto;
	margin-bottom: 0;
}
.page__imageBlock {
	width: 555px;
	height: 228px;
	background: #EEEEEE;
	position: absolute;
	top: 250px;
	left: 0;
}
.page__imageB {
	padding-left: 60px;
	padding-top: 16px;
	padding-right: 20px;
	position: relative;
	height: 100%;
}
.page__imageB:before {
	content: ' ';
	position: absolute;
	width: 3px;
	height: 102%;
	background: #ED1C24;
	left: 20px;
	top: -3px;
	transform: rotate(10deg);
}
.page__imageB:after {
	content: ' ';
	position: absolute;
	width: 3px;
	height: 102%;
	background: #58595B;
	left: 30px;
	top: -3px;
	transform: rotate(10deg);
}
.page__imageBlockTitle {
	font-family: 'Exo 2';
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	line-height: 29px;
	letter-spacing: -0.01em;
	color: #ED1C24;
	margin-bottom: 20px;
}
.page__imageC {
	padding-left: 20px;
	padding-top: 16px;
	padding-right: 13px;
	padding-bottom: 23px;
	position: relative;
	height: 100%;
}
.top450 {
	top: 255px;
	height: auto;
}
.top480 {
	top: 315px;
	height: auto;
}
.page__text p {
}
.page__text + h2 {
	
}
.page__text ul {
	margin-bottom: 62px;
}
.page__text ul li {
	margin-bottom: 1rem;
	padding-left: 27px;
	position: relative;
}
.page__text ul.checkred {
	margin: 0;
}
.page__text ul.checkred li {	
	padding-left: 30px;
}
.page__text ul.circlered li:before {
	content: ' ';
	position: absolute;
	width: 8px;
	height: 8px;
	background: #9b2d30;
	border-radius: 50%;
	left: 8px;
	top: 9px;
}
.page__text ul.checkred li:before {
	content: ' ';
	position: absolute;
	width: 18px;
	height: 10px;	
	left: 0;
	top: 9px;
	background-image: url('../img/check.svg');
}
.page__comment {
	font-family: 'Exo 2', sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	line-height: 29px;
	letter-spacing: -0.01em;
	color: #58595B;
	position: relative;
	padding: 25px 115px 45px;
	margin-bottom: 60px;
}
.page__comment:before {
	position: absolute;
	background: #ED1C24;
	height: 10px;
	width: 236px;
	content: ' ';
	top: 0;
	left: 15px;
}
.page__comment:after {
	position: absolute;
	background: #58595B;
	height: 10px;
	width: 236px;
	content: ' ';
	right: 15px;
	bottom: 0;
}
.page__services .nav {
	margin-bottom: 87px;
}
.page__services .nav-item {
	font-family: 'Exo 2', sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #ED1C24;
}
.page__services .nav-item img {
	display: block;
	margin: 0 auto;
	margin-bottom: 37px;
}
.slider-section {
	position: relative;
	margin-bottom: 75px;
	margin-left: 0;
	margin-right: 0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	display: block;
	height: 44px;
	width: 44px;
	position: absolute;
	bottom: 25px;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	color: transparent;
}
.owl-carousel .owl-nav button.owl-prev {
	left: 23px;
	background-image: url('../img/left.svg');
}
.owl-carousel .owl-nav button.owl-next {
	left: 77px;
	background-image: url('../img/right.svg');
}
.owl-carousel .owl-nav button.owl-next:hover {
	background-color: transparent;
	background-image: url('../img/right.svg');
	color: transparent;
	opacity: 0.5;
}
.owl-carousel .owl-nav button.owl-prev:hover {
	background-color: transparent;
	background-image: url('../img/left.svg');
	color: transparent;
	opacity: 0.5;
}
.page__slogan {
	position: absolute;
	width: 275px;
	height: 150px;
	background-color: #ED1C24;
	bottom: -20px;
	z-index: 990;
	right: 52px;
	margin: 0;
}
.page__slogan div {
	font-family: 'Exo 2';
	font-style: italic;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	width: 275px;
	height: 150px;
	vertical-align: middle;
	display: table-cell;
}
.contact_us {
	font-family: 'Exo 2';
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	line-height: 29px;
	letter-spacing: -0.01em;
	transform: rotate(-90deg);
	background: #ED1C24;
	width: 162px;
	height: 36px;
	position: fixed;
	text-align: center;
	left: 50%;
	margin-left: 471px;
	z-index: 9;
	top: 324px;
}
.contact_us a {
	color: #FFFFFF;
}
.slider-section h1 {
	font-family: 'Exo 2';
	font-style: italic;
	font-weight: bold;
	font-size: 32px;
	line-height: 38px;
	color: #FFFFFF;
	position: absolute;
	top: 102px;
	display: block;
	z-index: 990;
	left: 75px;
}
.slider-section h1.additinal {
	top: 83px;
}
.slider-section h1.additinal2 {
	top: 64px;
}
.services__list {
	padding-left: 170px;
	padding-top: 55px;
	padding-bottom: 20px;
	padding-right: 70px;
	background-image: url('../img/service.svg');
	background-repeat: no-repeat;
	background-position: 35px 30px;
	margin-right: 0;
	margin-left: 0;
}
.operationIcon {
	background-image: url('../img/operation.svg');
}
.researchIcon {
	background-image: url('../img/research.svg');
}
.designIcon {
	background-image: url('../img/design.svg');
}
.implementationIcon {
	background-image: url('../img/implementation.svg');
}
.services__list a {
	font-family: 'Exo 2';
	font-style: italic;
	font-weight: bold;
	font-size: 36px;
	line-height: 43px;
	letter-spacing: -0.02em;
	color: #58595B;
	display: block;
	margin-bottom: 35px;
	margin-left: 0;
}
.titleGrid {
	font-family: 'Exo 2';
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #58595B;
}
.infoGrid {
	padding-right: 40px;
	margin-bottom: 25px;
	padding-left: 0;
}
footer {
	/*height: 60px;*/
	background: #ED1C24;
	line-height: 60px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
}
.owl-carousel .owl-item img {
	width: 100%;
	height: auto;
}
#mainMenu {
		position: relative;
		left: auto;
		right: auto;
		width: auto;
		top: auto;
	}
#navbarMenuDiv {
		height: auto!important;
		display: contents;
		padding: 0;
		margin: 0;
		width: 100%;
	}
	#navbarMenuDiv .nav-item {
		width: auto;
		margin-bottom: auto;
	}
	.service__list .nav-item {
		width: auto;
		margin-bottom: 0;
	}
	
	/* Articles */
	.page__articles .page__text a {
		font-family: 'Exo 2';
		font-style: italic;
		font-weight: bold;
		font-size: 24px;
		line-height: 29px;
		color: #58595B;
		display: block;
		margin-bottom: 10px;
	}
	.pagination {
		font-family: 'Exo 2';
		font-style: italic;
		font-weight: 500;
		font-size: 24px;
		letter-spacing: 0.05em;
		text-transform: uppercase;
	}
	.page-link {
		background-color: #eee;
		border: 1px solid #fff;
		color: #ED1C24;
		padding: 0;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
	}
	.page-item.disabled .page-link {
		background-color: #eee;
		border: 1px solid #fff;
	}
	.page-link img {
		margin-bottom: 10px;
	}
	/* End Articles */
	
	/* Gallery */
	.gallery {
		text-align: center;
		font-family: 'Exo 2';
		font-weight: bold;
		font-size: 16px;
		line-height: 29px;
		min-height: 300px;
	}
	.gallery img{
		width: 100%;
		margin-bottom: 15px;
	}
	.gallery a {
		color: #000;
	}
	/* End Gallery */
	
}
/*Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	body {
		font-size: 14px;
		line-height: 26px;
	}
	h2 {
		font-size: 30px;
		line-height: 36px;
	}
	.page__text {
		padding: 0 80px;
		position: relative;
		margin-bottom: 55px;
	}
	.page__text2 {
		padding: 0 0 0 80px;
		position: relative;
		margin-bottom: 55px;
	}
	.mb35 {
		margin-bottom: 35px!important;
	}
	.mb125 {
		margin-bottom: 125px!important;
	}
	.mb230 {
		margin-bottom: 230px!important;
	}
	.mb160 {
		margin-bottom: 135px!important;
	}
	.page__imageBlock {
		width: 555px;
		height: 318px;
		background: #EEEEEE;
		position: absolute;
		top: 322px;
		left: 0;
	}
	.page__imageB {
		padding-left: 76px;
		padding-top: 21px;
		padding-right: 17px;
		position: relative;
		height: 100%;
	}
	.page__imageB:before {
		content: ' ';
		position: absolute;
		width: 3px;
		height: 102%;
		background: #ED1C24;
		left: 30px;
		top: -3px;
		transform: rotate(10deg);
	}
	.page__imageB:after {
		content: ' ';
		position: absolute;
		width: 3px;
		height: 102%;
		background: #58595B;
		left: 40px;
		top: -3px;
		transform: rotate(10deg);
	}
	.page__imageBlockTitle {
		font-family: 'Exo 2';
		font-style: italic;
		font-weight: bold;
		font-size: 16px;
		line-height: 29px;
		letter-spacing: -0.01em;
		color: #ED1C24;
		margin-bottom: 20px;
	}
	.page__imageC {
		padding-left: 25px;
		padding-top: 21px;
		padding-right: 17px;
		padding-bottom: 30px;
		position: relative;
		height: 100%;
	}
	.top450 {
		top: 380px;
		height: auto;
	}
	.top480 {
		top: 480px;
		height: auto;
	}
	.page__services .nav-item {
		font-family: 'Exo 2', sans-serif;
		font-style: italic;
		font-weight: bold;
		font-size: 18px;
		line-height: 22px;
		text-align: center;
		color: #ED1C24;
	}
	.page__comment:before {
		position: absolute;
		background: #ED1C24;
		height: 10px;
		width: 360px;
		content: ' ';
		top: 0;
		left: 15px;
	}
	.page__comment:after {
		position: absolute;
		background: #58595B;
		height: 10px;
		width: 360px;
		content: ' ';
		right: 15px;
		bottom: 0;
	}
	.page__slogan {
	position: absolute;
	width: 356px;
	height: 193px;
	background-color: #ED1C24;
	bottom: -25px;
	z-index: 990;
	right: 67px;
	margin: 0;
	}
	.page__slogan div {
		font-family: 'Exo 2';
		font-style: italic;
		font-weight: 500;
		font-size: 23px;
		line-height: 31px;
		text-align: center;
		color: #FFFFFF;
		width: 356px;
		height: 193px;
		vertical-align: middle;
		display: table-cell;
	}
	.slider-section h1 {
		font-family: 'Exo 2';
		font-style: italic;
		font-weight: bold;
		font-size: 40px;
		line-height: 50px;
		color: #FFFFFF;
		position: absolute;
		top: 131px;
		display: block;
		z-index: 990;
		left: 97px;
	}
	.slider-section h1.additinal {
		top: 106px;
	}
	.slider-section h1.additinal2 {
		top: 82px;
	}
	
	.gallery {
		min-height: 400px;
	}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
	body {
		font-size: 16px;
		line-height: 28px;
	}
	h2 {
		font-size: 36px;
		line-height: 43px;
	}
	.page__text {
		padding: 0 95px;
		position: relative;
		margin-bottom: 65px;
	}
	.page__text2 {
		padding: 0 0 0 95px;
		position: relative;
		margin-bottom: 65px;
	}
	.mb35 {
		margin-bottom: 35px!important;
	}
	.mb125 {
		margin-bottom: 125px!important;
	}
	.mb230 {
		margin-bottom: 230px!important;
	}
	.mb160 {
		margin-bottom: 160px!important;
	}
	.page__imageBlock {
		width: 555px;
		height: 348px;
		background: #EEEEEE;
		position: absolute;
		top: 380px;
		left: 0;
	}
	.page__imageB {
		padding-left: 90px;
		padding-top: 25px;
		padding-right: 20px;
		position: relative;
		height: 100%;
	}
	.page__imageB:before {
		content: ' ';
		position: absolute;
		width: 3px;
		height: 102%;
		background: #ED1C24;
		left: 40px;
		top: -3px;
		transform: rotate(10deg);
	}
	.page__imageB:after {
		content: ' ';
		position: absolute;
		width: 3px;
		height: 102%;
		background: #58595B;
		left: 50px;
		top: -3px;
		transform: rotate(10deg);
	}
	.page__imageBlockTitle {
		font-family: 'Exo 2';
		font-style: italic;
		font-weight: bold;
		font-size: 16px;
		line-height: 29px;
		letter-spacing: -0.01em;
		color: #ED1C24;
		margin-bottom: 20px;
	}
	.page__imageC {
		padding-left: 30px;
		padding-top: 25px;
		padding-right: 20px;
		padding-bottom: 35px;
		position: relative;
		height: 100%;
	}
	.top450 {
		top: 450px;
		height: auto;
	}
	.top480 {
		top: 480px;
		height: auto;
	}
	.page__services .nav-item {
		font-family: 'Exo 2', sans-serif;
		font-style: italic;
		font-weight: bold;
		font-size: 18px;
		line-height: 22px;
		text-align: center;
		color: #ED1C24;
	}
	.page__comment:before {
		position: absolute;
		background: #ED1C24;
		height: 10px;
		width: 360px;
		content: ' ';
		top: 0;
		left: 15px;
	}
	.page__comment:after {
		position: absolute;
		background: #58595B;
		height: 10px;
		width: 360px;
		content: ' ';
		right: 15px;
		bottom: 0;
	}
	.page__slogan {
		position: absolute;
		width: 420px;
		height: 228px;
		background-color: #ED1C24;
		bottom: -30px;
		z-index: 990;
		right: 80px;
		margin: 0;
	}
	.page__slogan div {
		font-family: 'Exo 2';
		font-style: italic;
		font-weight: 500;
		font-size: 28px;
		line-height: 37px;
		text-align: center;
		color: #FFFFFF;
		width: 420px;
		height: 228px;
		vertical-align: middle;
		display: table-cell;
	}
	.slider-section h1 {
		font-family: 'Exo 2';
		font-style: italic;
		font-weight: bold;
		font-size: 48px;
		line-height: 58px;
		color: #FFFFFF;
		position: absolute;
		top: 155px;
		display: block;
		z-index: 990;
		left: 115px;
	}
	.slider-section h1.additinal {
		top: 126px;
	}
	.slider-section h1.additinal2 {
		top: 97px;
	}
	
	.gallery {
		min-height: 460px;
	}
	
}