	/*global*/
	.body {
		font-family: 'Open Sans', sans-serif;
	}

	.main .container {
		/*max-width: 1170px;*/

	}
	
	.main {
		background: #fff !important;
	}

	.main-btn {
		padding: 9px 25px 5px 24px;
		border: 0;
		border-bottom: 2px solid #950101;
		border-radius: 3px;
		background-color: #cd0000;
		color: #fff !important;
		text-decoration: none !important;
		text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.36);
		font-size: 16px;
		font-weight: 600;
		transition: all .2s;
	}
	.main-btn:hover, .main-btn:focus {
		background-color: #950101;
		transition: all .2s;
		text-decoration: none;
		color: #fff;
	}

	.section-title {
		margin: 0;
		font-size: 36px;
		font-weight: 700;
		color: #000000;
		text-align: center;
	}
	.section-title_white {
		color: #fff;
	}

	.link-load {
		width: 100%;
		padding: 15px 0;
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		background-color: #cd0000;
		color: #fff !important;
		transition: all .2s;
		text-decoration: none !important;
	}
	.link-load:hover, .link-load:focus {
		color: #fff;
		background-color: #950101;
		transition: all .2s;
		text-decoration: none;
	}
	.link-load span {
		position: relative;
	}
	.link-load span:before {
		content: '';
		position: absolute;
		top: calc(50% - 13px);
		left: -37px;
		width: 26px;
		height: 26px;
		background-image: url('../img/exel-icon.png');
	}

	/*end - global*/

	/*main-board*/
	.main-board {
		position: relative;
		padding-top: 30px;
		padding-bottom: 100px;
		background-image: url('../img/board-bgv2.jpg');
		background-size: cover;
		background-position-y: 40%;
	}

	.main-title {
		margin: 0;
		font-size: 34px;
		font-weight: 300;
		text-transform: uppercase;
		color: #000;
		line-height: 35px;
	}
	.main-title p {
		margin: 0;
		font-weight: 800;
	}
	.main-title p span:first-child {
		color: #cd0000;
	}

	.form-callback {
		margin-top: 25px;
		padding: 30px;
		max-width: 310px;
		height: 300px;
		background-color: #fff;
		overflow: hidden;
	}
	.form-callback label {
		display: block;
		margin-top: 14px;
		font-size: 14px;
		font-weight: 400;
		color: #8f8f8f;
	}
	.form-callback input {
		margin-top: 6px;
		max-width: 250px;
		width: 100%;
		height: 40px;
		border: 1px solid #dedede;
		border-radius: 3px;
		text-align: center;
		color: #8f8f8f;
	}
	.form-callback input::placeholder {
		font-size: 16px;
		font-weight: 400;
		color: #8f8f8f;
		opacity: 1;
		transition: all .2s
	}
	.form-callback input:focus::placeholder {
		opacity: 0;
		transition: all .2s
	}
	.form-callback .main-btn {
		margin-top: 20px;
	}

	.link-next {
		max-width: 194px;
		width: 100%;
		height: 38px;
		position: absolute;
		bottom: -1px;
		left: 50%;
		transform: translateX(-50%);
		background-image: url('../img/decor-link.png');
		background-size: cover;
	}
	.link-next a {
		display: block;
		margin: 0 auto;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-image: url('../img/arrow-icon.png');
		background-repeat: no-repeat;
		background-position: 50% 17px;
	}
	/*end - main-board*/
	.search-item{
		background-image: url(/kabel-optom/img/atlas_map-70.png);
		background-repeat: no-repeat;
		background-position: 100% 89%;
	}
	/*privilege*/
	.privilege {
		padding-top: 142px;
		padding-bottom: 207px;
	}
	.privilege__wrap {
		display: flex;
		justify-content: space-between;
		padding-top: 45px;
	}

	.privilege-item {
		max-width: 240px;
		display: flex;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
		text-align: center;
		font-size: 16px;
		color: #000;
		line-height: 24px;
	}
	.privilege-item > span {
		display: inline-block;
		margin-top: 14px;
		font-weight: 700;
	}
	.privilege-item p {
		font-weight: 400;
		margin: 0;
	}
	.privilege-item p > span {
		font-weight: 700;
	}
	/*end - privilege*/

	/*price-list*/
	.price-list {
		padding: 30px 0;
		background-color: #eeeff1;
	}
	.price-list em {
		display: block;
		margin: 46px auto 0;
		text-align: center;
		max-width: 795px;
		font-size: 16px;
		font-weight: 300;
		color: #000000;
		opacity: 0.6;
	}
	.price-list .container{
		background-color: #fff;
		padding: 30px 30px 42px 30px;
		border-radius: 13px;
	}
	.price-list__wrap {
		padding-top: 45px;
		display: flex;
		justify-content: space-between;
	}

	.card-product {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		max-width: 370px;
		width: 100%;
		padding-top: 38px;
		background-color: #004179;
		background-image: url('../img/card-product-bg.png');
	}
	.card-product__top {
		width: 100%;
		padding: 0 48px;
		font-size: 24px;
		font-weight: 700;
		color: #fff;
		text-align: center;

	}
	.card-product__cost {
		position: relative;
		margin: 5px 0  0;
		font-size: 18px;
	}
	.card-product__cost span {
		font-size: 24px;
	}
	.card-product__cost:before, .card-product__cost:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 60px;
		height: 1px;
		background-color: #fff;
	}
	.card-product__cost:after {
		left: auto;
		right: 0;
	}
	.card-product__size {
		margin: 5px 0 0;
		font-size: 18px;
		color: #c4ceda;
	}

	.card-product__image {
		display: flex;
		margin-top: 15px;
		max-width: 195px;
		width: 100%;
		height: 195px;
		background-image: url('../img/cicle-bg.png');
	}
	.card-product__image img {
		border: 3px solid #ffffff;
		border-radius: 50%;
		margin: auto;
	}

	.card-product .link-load {
		margin-top: 20px;
	}
	/*end - price-list*/

	/*summons*/
	.summons {
		padding-top: 65px;
		padding-bottom: 37px;
		text-align: center;
		box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35);
		background-color: #004179;
		background-image: url('../img/summons-bg.jpg');
		background-size: cover;
		/* color: #fff; */
	}
	.summons p {
		max-width: 434px;
		margin: 45px auto 0;
		opacity: 0.7;
		font-size: 18px;
	}
	.summons .main-btn {
		margin-top: 35px;
		padding: 9px 35px 5px;
		display: inline-block;
		color: #fff !important;
	}
	/*end - summons*/

	/*product-catalog*/
	.product-catalog {
		padding-top: 70px;
		padding-bottom: 75px;
	}
	.product-catalog__subtitle {
		margin: 35px auto 0 !important;
		padding: 0 !important;
		max-width: 485px;
		text-align: center;
		font-size: 16px;
		font-weight: 400;
		opacity: 0.6;
		color: #000;
	}
	.product-catalog__wrap {
		margin-top: 25px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		grid-gap: 0 20px;
	    margin-left: auto;
	    margin-right: auto;
	    max-width: 1200px;
	}

	.product-item {
		margin-top: 35px;
		max-width: 300px;
		width: 100%;
		text-align: center;
	}
	.product-item span {
		margin-top: 33px;
		display: inline-block;
		font-size: 16px;
		font-weight: 700;
		color: #000;
	}
	.product-item p {
		font-weight: 400;
		max-width: 266px;
		margin: 5px auto 0;
	}
	.product-item__image {
		display: flex;
		max-width: 195px;
		margin: 0 auto;
		width: 100%;
		height: 195px;
		background-image: url('../img/cicle2-bg.png');
	}
	.product-item__image  img {
		margin: auto;
	}
	/*end - product-catalog*/

	/*workflow*/
	.workflow {
		padding-top: 65px;
		padding-bottom: 49px;
		background-color: #004179;
		background-image: url('../img/workflow-bg.png');
		background-size: cover;
	}
	.workflow__wrap {
		padding-top: 37px;
		display: flex;
		justify-content: space-between;
	}

	.workflow-item {
		position: relative;
		font-size: 16px;
		font-weight: 400;
		color: #fff;
		text-align: center;
	}
	.workflow-item p {
		min-width: 127px;
		max-width: 262px;
	}

	.workflow-item:not(:last-child):before {
		content: '';
		position: absolute;
		top: 25px;
		right: -100px;
		width: 93px;
		height: 27px;
		background-image: url('../img/workflow-arrow.png');
	}
	/*end - workflow*/

	/*feedback*/
	.feedback {
		padding-top: 65px;
		background-color: #fff;
		background-image: url('../img/feedback-bg.png');
		background-repeat: repeat;
		text-align: center;
	}
	.feedback__wrap a {
		font-size: 24px;
		color: #444444;
		font-weight: 300;
		text-decoration: none !important;
	}
	.feedback__wrap a:hover, .feedback__wrap a:focus {
		text-decoration: none;
		color: #444444;
	}
	.feedback__wrap a span {
		font-weight: 700;
	}
	.feedback__wrap p {
		font-size: 18px;
		font-weight: 400;
		color: #777777;
	}

	.feedback .main-btn {
		position: relative;
		display: inline-block;
		margin-top: 20px;
		z-index: 10;
	}

	#map {
		margin-top: -15px;
		width: 100%;
		height: 385px;
	}
	/*end - feedback*/

	/*media*/
	@media (max-width: 1200px) {
		.workflow-item:not(:last-child):before {
			right: -60px;
		}
	}
	@media (max-width: 768px) {
		.privilege-item {
			font-size: 13px;
		}

		.price-list__wrap {
			flex-direction: column;
			align-items: center;
		}

		.card-product {
			margin-top: 20px;
		}

		.workflow-item {
			font-size: 13px;
		}

		.workflow-item:not(:last-child):before {
			background-size: contain;
			background-repeat: no-repeat;
			width: 55px;
			right: -35px;
		}
	}

	@media (max-width: 767px) {
		.privilege__wrap {
			flex-direction: column;
			align-items: center;
		}

		.privilege-item {
			margin-top: 15px;
		}

		.form-callback {
			margin: 25px auto 0;
		}

		.main-title {
			text-align: center;
		}

		.product-catalog__wrap {
			justify-content: center;
		}

		.workflow__wrap {
			flex-direction: column;
		}

		.workflow-item:not(:first-child) {
			margin-top: 70px;
		}

		.workflow-item:not(:last-child):before {
			transform: rotate(90deg);
			right: calc(50% - 15px);
			top: auto;
			bottom: -45px;
		}

		.workflow-item p {
			margin: 15px auto 0
		}

	}

	@media (max-width: 600px) {
		.main-title {
			font-size: 36px;
		}

		.section-title {
			font-size: 30px;
		}
	}

	@media (max-width: 480px) {
		.main-title {
			font-size: 23px;
		}
	}
	/*end - media*/

	/*fix*/
	.content{
		margin:0;
		width: 100%;
	}

	.workarea {
		width: 100%
	}
	.content-wrapper{
		padding:0;
	}

	body {
		background: #001;
	}
	.dima{
		transition: all 2s;
	}

.catalog-item-price-view .catalog-item-info {
    background: #fff;
}

.atlas-remont-title a{
	font-weight: 700 !important;
	text-decoration: none;
}

.catalog-section .catalog-section-title a, .catalog-section .catalog-section-title a:hover{
background: #ffffff;

}

/* ÑÑ‚Ð°Ñ‚ÑŒÐ¸ */
.rev-item{
    max-width: 270px !important;
}

/* Turn off elements */
.page-top-info{
	display: none;
}