.top-row, .cto-botom-map {
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3d6d2+1,b6b8b3+43,39322b+100 */
	background: rgb(211, 214, 210); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(211, 214, 210, 1) 1%,
		rgba(182, 184, 179, 1) 43%, rgba(57, 50, 43, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(211,
		214, 210, 1)), color-stop(43%, rgba(182, 184, 179, 1)),
		color-stop(100%, rgba(57, 50, 43, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(211, 214, 210, 1) 1%,
		rgba(182, 184, 179, 1) 43%, rgba(57, 50, 43, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(211, 214, 210, 1) 1%,
		rgba(182, 184, 179, 1) 43%, rgba(57, 50, 43, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(211, 214, 210, 1) 1%,
		rgba(182, 184, 179, 1) 43%, rgba(57, 50, 43, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(211, 214, 210, 1) 1%,
		rgba(182, 184, 179, 1) 43%, rgba(57, 50, 43, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#d3d6d2',
		endColorstr='#39322b', GradientType=0); /* IE6-9 */
}

.top-row-bg {
	height: 360px;
	margin: auto;
	background: url("img/bg_cto.png") no-repeat top center/cover;
	position: relative;
}

.top-row .h1 {
	font-size: 120px;
	font-weight: bold;
	margin: 90px 0 20px;
}

.top-row .h4 {
	font-size: 30px;
}

.white-bg {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #d1d2d3;
	border-top: 1px solid #d1d2d3;
	padding: 45px 0;
}

#about-cto .about_center {
	line-height: 32px;
	font-size: 20px;
}

#about-cto .cto-city-list-title {
	font-size: 40px;
	padding: 40px 0;
	text-align: center;
}

#cto-city-list {
	display: inline-block
}

.cto-price {
	margin: 0 0 60px
}

.cto-servise {
	padding: 0 15px;
	border-bottom: 1px solid #d1d2d3;
}

.cto-servise .cto-servise-item {
	font-size: 26px;
	font-weight: bold;
	margin: 10px 0 30px;
	overflow: hidden;
	position: relative;
}

.cto-servise .fl {
	background: #fff none repeat scroll 0 0;
	float: left;
	height: 29px;
	left: 0;
	padding: 0 11px;
	position: absolute;
	top: 0;
}

.cto-servise .fr {
	background: #fff none repeat scroll 0 0;
	height: 25px;
	padding: 0 14px;
	position: absolute;
	right: 0;
	top: 0;
	width: 185px;
}

.cto-servise .dotted {
	border-bottom: 3px dotted #000;
	height: 24px;
	width: 100%;
	cursor: default;
}

.cto-servise-item-block .currency {
	font-size: 16px;
}

.cto-contact {
	color: #333399;
	overflow: hidden;
	padding: 25px;
}

.cto-description-contact .title-contact {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 75px;
	text-transform: uppercase;
}

.cto-contact  .cto-description-contact {
	width: 50%;
	float: left;
}

.cto-contact  .cto-contact-contact {
	float: left;
	font-weight: bold;
	padding: 0 0 0 45px;
	width: 50%;
}

.cto-contact-contact .phone {
	font-size: 30px;
	margin: 95px 0 15px;
}

.cto-contact-contact .email {
	font-size: 20px;
}

.text-cto {
	font-size: 16px;
}

.text-cto .h2 {
	text-align: center;
}

.cto-actions .h2 {
	text-align: center;
	margin: 30px 0;
}

.cto-actions .cur-action {
	overflow: hidden;
	margin: -20px 0 0;
}

.cur-action .image-action {
	padding: 0 0 0 20px;
	float: left;
	width: 50%;
}

.cur-action .body-action {
	width: 50%;
	float: left;
	padding: 0 20px;
}
.cto-actions { margin-bottom: 50px;}
.body-action .cto-action-title {font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    margin: 0 0 10px;}
.body-action .cto-action-date {  color: #999;}
.body-action .cto-action-text {margin: 50px 0;}
.body-action .cto-action-phone {color: #999;}
.body-action .cto-action-mail {   color: #999;
    float: left;
    width: 150px;}
.body-action .cto-action-link {
    float: right;
    text-transform: uppercase;
    width: 150px;}
.cto-action-link a {color: #E50071;font-weight: bold}
.cto-bottom-map-bg{
		height: 792px;
	margin: auto;
	background: url("img/map_bottom.png") no-repeat top center/cover;
	position: relative;
}
.text-right-cto{text-align:right;}
.btn.btn-width-cto{padding:8px 75px;}