

/* Start:/bitrix/templates/at_1c_landing/template_styles.css?159222808622359*/
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700&subset=latin,cyrillic); /* font-family: 'Arimo', sans-serif; */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,900&subset=cyrillic); /* font-family: 'Roboto', sans-serif; */

.display-table {
	display: table;
	width: 100%;
}
.table-cell-middle {
	display: table-cell;
	vertical-align: middle;
}
.np-left {
	padding-left: 0 !important;
}
.np-right {
	padding-right: 0 !important;
}
.np-bottom {
	padding-bottom: 0 !important;
}
.np-top {
	padding-top: 0 !important;
}
.nm-left {
	margin-left: 0 !important;
}
.nm-right {
	margin-right: 0 !important;
}
.nm-bottom {
	margin-bottom: 0 !important;
}
.nm-top {
	margin-top: 0 !important;
}
.w100 {
	width: 100%;
}
.w90 {
	width: 90%;
}
.relative {
	position: relative;
}
.bg-cover {
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
	     -o-background-size: cover !important;
	        background-size: cover !important;
}
.transition {
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
	     -o-transition: 0.5s;
	        transition: 0.5s;
}
.vparent:before {
    content: "";
    display: inline-block;
    min-height: inherit;
    height: 100%;
    vertical-align: middle;
}
.vchild {
    display: inline-block !important;
    vertical-align: middle !important;
}
.vchild-width {
	width: 98%;
}
.nobr {
	white-space: nowrap;
}
.color-bg {
	background: #FF661C;
}
.pointer {
	cursor: pointer;
}
.vis-hidden {
	visibility: hidden;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
body {
	font: 1.5em/1.3 Arimo, sans-serif;
}
a,
a:hover,
a:focus {
	color: #cb1e22;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.form-wrap input[type="text"],
.form-wrap input[type="password"], 
.form-wrap textarea,
.section input[type="text"],
.section input[type="password"], 
.section textarea,
.modal-body input[type="text"],
.modal-body input[type="password"], 
.modal-body textarea {
	display: block;
	width: 100%;
    padding: 10px;
    height: 35px;
    line-height: 35px;
    border: none;
    font: 1em 'Arimo', sans-serif;
    border-radius: 5px;
    resize: none;
}
.form-wrap textarea,
.section textarea,
.modal-body textarea {
	height: 80px;
	line-height: 1.2;
}
.field-wrap {
	padding-top: 5px;
	padding-bottom: 5px;
}
.field-wrap p {
	font-size: 0.8em;
	margin: 4px 0;
	color: #4d515b;
}
.field-wrap .h4 {
	font-size: 1em;
	color: #282828;
	margin-bottom: 0.67em;
}
form .field-wrap:last-child {
	padding-bottom: 0;
}
.field-wrap-left {
	padding-right: 5px;
}
.field-wrap-right {
	padding-left: 5px;
}
h2, .h2 {
	font-size: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Roboto, sans-serif;
	color: #000;
	margin: 1.5em 0;
}
h2 span, .h2 span,
h3 span, .h3 span {
	color: #C70F19;
}
h3, .h3 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Roboto, sans-serif;
}
h4 small,
.h4 small {
	font-weight: 600;
	color: #cb1e22;
	font-size: 14px;
}
.h4 .grey-text {
	color: #4d515b;
}
h4, .h4 {
	color: #000;
	font-weight: 600;
	font-size: 1.05em;
}
h4.big {
	font-size: 1.3em;
}

/* Header */
.no-focus-text {
	color: #909295;
}
.header .equal-height {
	padding-top: 8px;
	padding-bottom: 8px;
	min-height: 58px;
}
.header .h4 {
	font-size: 1.4em;
}
.logo img {
	max-width: 90%;
}
.img-responsive-wrap img {
	display: block;
    max-width: 100%;
    height: auto;
}
.img-circle-wrap img {
	border-radius: 50%;
}

/* Top Navbar */
.navbar-default {
	background: #F6F6E7;
	border: 0;
	min-height: 40px;
	margin-bottom: 0;
}
.navbar-static-top {
	z-index: 10;
}
.nav>li>a {
	text-decoration: none;
	text-transform: uppercase;
	color: #858585;
	font-size: 0.8em;
	padding: 14px 15px;
	line-height: 1;
}
.nav>li>a:focus, .nav>li>a:hover,
.nav>li>a.active {
    background-color: #C70F19;
    color: #fff;
}
.navbar-brand {
	padding: 0 10px;
	text-decoration: none;
}
.navbar-brand img {
	max-height: 30px;
}

.section {
	padding-bottom: 2.7em;
	width: 100% !important;
}
.section-bg {
	background: #EEE9E4;
	color: #4d515b;
}
.btn {
	text-decoration: none;
	text-transform: uppercase;
	border: 0;
}
.btn-default,
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
	background: #ff7a27;
	font-weight: 300;
	color: #fff;
	padding: 9px 24px;
}
.btn-lg,
.btn-lg:hover,
.btn-lg:active,
.btn-lg:focus {
	font-size: 1em;
	border-radius: 5px;
	padding: 12px 40px;

}
.btn-wrap {
	padding: 5px 0 25px;
}
.home {
	overflow: hidden;
}
.home .equal-height {
	min-height: 467px;
}
.img-absolute {
	font-size: 10px;
}
.about-pic {
	position: absolute;
	bottom: 0;
	right: 0;
	max-height: 100%;
	max-width: 100%;
	z-index: 4;
}
.about-pic1 {
	z-index: 1;
	max-height: 100%;
	right: 23%;
	width: 50em;
	top: 0;
	bottom: auto;
}
.about-pic1-collapse {
/*	width: 95%;
	right: 0;*/
	width: 40em;
}
.about-pic2 {
	z-index: 2;
	left: -11%;
	bottom: -100px;
	width: 70em;
}
.about-pic2-collapse {
	left: -3%;
	bottom: -20px;
	width: 60em;
}
.about-pic3 {
	z-index: 3;
	left: -15%;
	bottom: -60px;
}
.adviser-box {
	background: #fbfbfa;
	box-shadow: 5px -2px 5px rgba(0, 0, 0, 0.1);
	padding-bottom: 10px;
	position: relative;
	z-index: 100;
	padding-top: 1px;
}
.modal-content {
	background: #EEE9E4;
	border-color: #505050;
}
.modal-header {
	border: 0;
	padding-bottom: 0;
}
.modal-link {
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px dotted #cb1e22;
	line-height: 1;
}
.modal {
  text-align: center;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-title {
	font-weight: 300;
}
.glyphicon:before {
	content: "";
	display: block;
}
.glyphicon-phone {
	width: 10px;
	height: 15px;
	top: 3px;
	margin-right: 4px;
	background: url(/bitrix/templates/at_1c_landing/images/phone_icon.png) no-repeat;
}
.glyphicon-telephone {
	width: 10px;
	height: 15px;
	top: 3px;
	left: 2px;
	margin-right: 12px;
	background: url(/bitrix/templates/at_1c_landing/images/telephone_icon.png) no-repeat;
}
.glyphicon-address {
	width: 14px;
	height: 16px;
	top: 3px;
	margin-right: 12px;
	background: url(/bitrix/templates/at_1c_landing/images/address_icon.png) no-repeat;
}
.glyphicon-mail {
	width: 15px;
	height: 9px;
	top: 0;
	margin-right: 12px;
	background: url(/bitrix/templates/at_1c_landing/images/email_icon.png) no-repeat;
}
.bx-wrapper .bx-viewport {
	background: none;
	border: 0;
	box-shadow: none;
}
.bx-wrapper .bx-pager.bx-default-pager a,
.owl-page {
	width: 1.3em;
	height: 1.3em;
	border-radius: 50%;
	background: #b9c2ce;
	text-indent: -9999px;
}
.owl-pagination {
	text-align: center;
}
.owl-page {
	display: inline-block;
	margin: 0 5px;
	width: 1.05em;
	height: 1.05em;
}
.owl-page .owl-numbers {
	display: none;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.owl-page.active,
.owl-page:hover {
	background: #ff661c;
}
.notice-line {
	height: 52px;
	line-height: 52px;
	color: #fff;
	background: #C4B1AA;
	font-size: 1.05em;
}
.notice-line a {
	color: #fff;
}
.owl-buttons div {
	position: absolute;
	width: 21px;
	height: 40px;
	top: 50%;
	margin-top: -30px;
	text-indent: -9999px;
	opacity: 0.3;
}
.owl-buttons div:hover {
	opacity: 1;
}
.owl-next {
	background: url(/bitrix/templates/at_1c_landing/images/next.png) no-repeat;
	right: -80px;
}
.owl-prev {
	background: url(/bitrix/templates/at_1c_landing/images/prev.png) no-repeat;
	left: -80px;
}
figure img {
	margin: 0 auto;
}
.specialists .item {
	background: #fff;
	cursor: pointer;
}
.lg-space-bottom {
	margin-bottom: 1.6em;
}

.full-info {
	border-bottom: 2px solid #EEE9E4;
	margin-bottom: 4em;
	display: none;
}
.full-info-text {
	padding-bottom: 20px !important;
}
.specialist {
	display: none;
}
.collapse-full-info,
.collapse-full-info:hover,
.collapse-full-info:focus {
	position: absolute;
	right: 2px;
	bottom: 1px;
	display: block;
	text-decoration: none;
	color: gray;
	font-size: 0.9em;
}
blockquote {
	position: relative;
	border: 0;
	padding: 0 2em;
	font-size: 1em;
}
blockquote:before,
blockquote:after {
	position: absolute;
	font: 2.3em/1 FontAwesome;
	color: #ff661c;
}
blockquote:before {
	content: "\f100";
	left: 0;
	top: -6px;
}
blockquote:after {
	content: "\f101";
	right: 0;
	bottom: -6px;
}
.form-wrap {
	background: #EEE9E4;
	padding: 9px 10px 10px;
}
.form-wrap-rounded {
	border-radius: 5px;
}
.btn-file,
.btn-file:hover { 
	position: relative; 
	overflow: hidden; 
	margin-right: 4px;
	background: #9CA6B8 !important;
}
.btn-file input { 
	position: absolute; 
	top: 0; right: 0; 
	margin: 0; opacity: 0; 
    transform: translate(-300px, 0) scale(4); 
    font-size: 23px; 
    direction: ltr; 
    cursor: pointer; 
}
.lg-mg-top {
	margin-top: 1.5em;
}
.lg-mg-bottom {
	margin-bottom: 1.5em;
}
.map {
	overflow: hidden;
}
.map-canvas {
	width: 100%;
	height: 445px;
}
.map-contact {
	width: 330px;
    min-height: 172px;
    padding: 25px 10px 9px 25px;
    position: absolute;
    left: 10%;
    bottom: 0;
    background: rgba(218, 228, 225, .7);
    color: #3b3b3b;
    z-index: 10;
    font-size: 1.05em;
    display: none;
}
.map-contact h4 {
	color: #3b3b3b;
	margin-top: 0;
	margin-bottom: 1em;
}
.map-contact .btn {
	margin-top: 1.4em;
}

.footer {
	background: #3C3B3A;
}
.footer-box {
	min-height: 6em;
	color: #fff;
	padding: 1em 0;
}
.footer-box .h4 {
	line-height: 26px;
	margin: 0;
	color: #fff;
}
.social {
	list-style: none;
	padding: 0;
	margin: 0;
}
.social li {
	float: left;
}
.social-icon {
	display: block;
	background-color: #F8820D;
	width: 26px;
    height: 26px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    margin-left: 15px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
}
.facebook-icon {
	background-image: url(/bitrix/templates/at_1c_landing/images/fb_icon.png);
}
.twitter-icon {
	background-image: url(/bitrix/templates/at_1c_landing/images/tw_icon.png);
}
.vk-icon {
	background-image: url(/bitrix/templates/at_1c_landing/images/vk_icon.png);
}

.styled-select {
	width: 100%;
    height: 39px;
    color: #4d515b;
    font-size: 15px;
    line-height: 41px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    background: #fff;
}
.styled-select:after {
	content: "";
	position: absolute;
	width: 31px;
	height: 35px;
	background: url("/bitrix/templates/at_1c_landing/images/input_option.png") no-repeat;
	right: 2px;
	top: 2px;
	z-index: 1;
}
.styled-select select {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 2;
}
.selected-item {
	line-height: 39px;
	display: inline-block;
	padding: 0 0 0 12px;
	border-right: 41px solid #fff;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
}
.icheck input {
    display: none;
}

.icheck-wrap {
    width: 38px;
    height: 38px;
    display: inline-block;
	background: #fff url('/bitrix/templates/at_1c_landing/images/checkbox.png') no-repeat;
	border-radius: 5px;
	cursor: pointer;
}

.icheck input:checked + span {
    background-position: -1px -81px;
}
.icheck .h4 {
	position: relative;
	top: -14px;
	margin-left: 6px;
}
.colorful {
	margin-top: 0;
	color: #f66209;
	line-height: 1.4;
	font-family: Arimo, sans-serif;
	margin-top: -8px;
}
.select-tariff {
	white-space: nowrap;
	line-height: 38px;
}
.btn-order,
.alert-tooltip {
	display: none;
}
.tab-content .tab-pane {    
    position: relative;
}
.price-tabs.nav-justified>li>a,
.nav-tabs.nav-justified>.active>a, 
.nav-tabs.nav-justified>.active>a:focus, 
.nav-tabs.nav-justified>.active>a:hover {
	background: none;
	border: none;
	color: #3b3b3b;
	text-transform: uppercase;
	font-size: 1em;
	padding: 0.7em 0;
	border-radius: 0;
}
.nav-tabs.nav-justified>.active>a, 
.nav-tabs.nav-justified>.active>a:focus, 
.nav-tabs.nav-justified>.active>a:hover {
	background: #FD6E1D;
	color: #fff;
}
.nav-tabs.nav-justified>.active span,
.nav-tabs.nav-justified a:hover span {
	border-bottom: 0;
}
.price-tabs {
	margin-bottom: 2em;
}
.price-tabs.nav-justified>li>a span {
	border-bottom: 1px dashed #3b3b3b;
	white-space: nowrap;
}
.alert {
	border-radius: 0;
	border: 0;
	color: #000;
}
.alert-warning {
    background: #F6F6E7;
    padding: 0.8em 1em;
    box-shadow: .5px .5px 3px -1.4px black;
}
.alert-tooltip {
	width: 280px;
	position: absolute;
	right: -290px;
	top: 0px;
	background: #FFFFBA;
	font-size: 0.95em;
	font-weight: normal;
	line-height: 1;
	white-space: normal !important;
}
span.price {
	color: #c7181b;
	white-space: nowrap;
	font-size: 1.4em;
}
span.price.mini {
	font-size: 1em;
}
.service-name {
	background: #FD6E1D;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    padding: 0.7em 0;
    border-radius: 0;
}
.service-description {
	font-size: 1em;
	color: #3b3b3b;
	margin: 1em 0;
}
.carousel-prices .owl-next {
	top: 30% !important;
}
.carousel-prices .owl-prev {
	top: 30% !important;
}
.news-tooltip {
	background: #fbde6c;
	padding: 1em 1.2em 0.5em;
	font-size: 1.5em;
	color: #040404;
	position: absolute;
	right: -100px;
	bottom: 130px;
	z-index: 50;
	width: 330px;
	font-weight: 600;
	opacity: 0;
}
.news-tooltip:after {
	content: "";
	display: block;
	position: absolute;
	right: 30px;
	bottom: -9px;
	width: 19px;
	height: 9px;
	background: url(/bitrix/templates/at_1c_landing/images/news-tooltip-arrow.png) no-repeat;
}
.news-tooltip a {
	color: #ff651b;
	display: inline-block;
	border-bottom: 1px dotted #ff651b;
	text-decoration: none;
}
.news-title {
	background: #ff661c;
	color: #fff;
	padding: 0.3em 0 0.4em;
}
.news-description,
.more-link {
	padding: 1.4em 1em 0;
}
.more-link a {
	color: #ff651b;
	text-decoration: none;
	border-bottom: 1px dotted #ff651b;
}
.select-tariff-hover,
.select-tariff-hover .price {
	color: orange !important;
}
.description-wrap {
	padding-bottom: 20px;
}
.error-field {
	border: 2px solid #D67474 !important;
	padding: 8px !important;
}
.alert-danger {
	background-color: #DA8383;
	color: #fff !important;
}
.alert-success {
	background-color: #8BC773;
	color: #fff !important;
}
.alert {
	padding: 5px 8px;
	margin-bottom: 0.5em;
}
.alert>p+p {
	margin: 0;
}
.modal-title b {
	font-size: 0.9em;
	font-weight: 600;
}
.its_checker h3 {
	margin: 0;
}
#its .modal-body {
	padding-top: 0;
}
.bx-viewport,
.owl-carousel .owl-wrapper-outer {
	position: static !important;
}
.close-news-tooltip {
	position: relative;
	right: -8px;
	top: -8px;
}
#theme-switcher {
    font-family: 'Roboto', sans-serif;
    z-index: 1000;
    background: #232323;
    width: 170px;
    min-height: 100px;
    position: fixed;
    top: 20%;
    left: -210px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 5px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 5px;
    background-clip: padding-box;
    color: white;
}
#theme-switcher.opened {
    left: 0;
}
#theme-switcher h2 {
    background: #333;
    display: block;
    width: 210px;
    margin: 0 !important;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 5px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 5px;
    background-clip: padding-box;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 10px;
}
#theme-switcher h2 a {
    float: right;
    display: block;
    color: #f4f4f4;
    text-decoration: none;
    width: 40px;
    height: 40px;
    padding: 3px 0 0 7px;
}
#theme-switcher h2 a .fa {
    font-size: 28px;
}
#theme-switcher .box .item {
    padding: 5px;
}
#theme-switcher .box .item h3 {
    margin: 0 0 7px 0;
    font-size: 14px;
    color: #ccc;
    text-transform: uppercase;
}
#theme-switcher .box .item .btn-default {
    background-image: none!important;
    background-color: #232323;
    border-color: #333;
    color: #fff;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#theme-switcher .box .item .btn-default:active,
#theme-switcher .box .item .btn-default.active {
    background-color: #000;
    border-color: #b7b7b7;
}
#theme-switcher .box .item.change-layout .btn-default {
    width: 90px;
}
#theme-switcher .box .item.change-color label {
    float: left;
    display: block;
    height: 15px;
    width: 15px;
    margin: 0 5px 0 0;
    padding: 0;
}
#theme-switcher .box .item.change-color label.btn {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    box-shadow: none;
}
#theme-switcher .box .item.change-color label.btn:active,
#theme-switcher .box .item.change-color label.btn.active {
    border-color: #fff;
}
#theme-switcher .box .item.change-color label.btn input {
    visibility: hidden;
}
#theme-switcher .box .item.change-color label.btn.color-picker-label {
    position: relative;
    border: none;
    background: url(/bitrix/templates/at_1c_landing/../img/color-select.png) 0 0 no-repeat;
}
#theme-switcher .box .item.change-color label.btn.color-picker-label:hover {
    background-position: -15px 0;
}
#theme-switcher .box .item.change-color label.btn.color-picker-label .init-color-picker {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
}
#theme-switcher .box .item.change-images label,
#theme-switcher .box .item.change-texture label {
    float: left;
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 5px 5px 0;
}
#theme-switcher .box .item.change-images label.btn,
#theme-switcher .box .item.change-texture label.btn {
    padding: 0;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    box-shadow: none;
}
#theme-switcher .box .item.change-images label.btn:active,
#theme-switcher .box .item.change-texture label.btn:active,
#theme-switcher .box .item.change-images label.btn.active,
#theme-switcher .box .item.change-texture label.btn.active {
    border-color: #fff;
}
#theme-switcher .box .item.change-images label.btn input,
#theme-switcher .box .item.change-texture label.btn input {
    visibility: hidden;
}
#theme-switcher .box .item:last-child {
    border: none;
}
#theme-switcher{
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
#theme-switcher h2 a .fa{
    cursor: pointer;
}
.col_choose_menu, .col_choose_but, .col_choose_menu_under, .col_menu_but_price, .col_bg, .col_menu_ymaps, .col_tit, .col_choose_hover {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    left: 0;
    z-index: 999;
}
.col_choose_menu li, .col_choose_but li, .col_choose_menu_under li, .col_menu_but_price li, .col_bg li, .col_menu_ymaps li, .col_tit li, .col_choose_hover li {
    width: 15px;
    height: 15px;
    margin-right: 3px;
    border: 2px solid rgba(0,0,0,0.0);
    display: inline-block;
    cursor: pointer;
}
#theme-switcher .h2,
#theme-switcher h2 {
	color: #fff;
	font-size: 16px;
	margin: 10px 0;
}
.col_choose_menu li.active, .col_choose_but li.active, .col_choose_menu_under li.active, .col_menu_but_price li.active, .col_bg li.active, .col_menu_ymaps li.active, .col_tit li.active, .col_choose_hover li.active {
    border: 2px solid rgb(255,255,255);
    box-shadow: 0 0 1px rgba(255,255,255,0.3);
}
.ymaps-image-with-content {
    background-repeat: no-repeat;
    background-size: 100% !important;
    width: 67px !important;
    height: 83px !important;
    left: -32px !important;
    top: -75px !important;
}

/* Media Queries */
@media (max-width: 992px) {
	.nav>li>a {
		text-decoration: none;
		text-transform: uppercase;
		color: #858585;
		font-size: 0.8em;
		padding: 14px 8px;
		line-height: 1;
	}
	.field-wrap {
		padding-left: 1em;
		padding-right: 1em;
	}
	.owl-next {
		right: -50px;
	}
	.owl-prev {
		left: -50px;
	}
	.sm-text-center {
		text-align: center;
	}
	.sm-img-center {
		margin: 0 auto;
	}
	.price .owl-next {
		right: -100px;
	}
	.price .owl-prev {
		left: -100px;
	}
}

@media (max-width: 768px) {
	html {
		font-size: 9px;
	}
	.navbar-default {
		background: #fff;
	}
	.btn {
		display: block;
		width: 100%;
	}
	form.visible-xs {
		padding: 10px 0;
	}
	h1, .h1 {
		margin: 15px 0 0;
	}
	.xs-text-center {
		text-align: center;
	}
	.owl-next {
		right: -35px;
	}
	.owl-prev {
		left: -35px;
	}
	.price .owl-next {
		right: -35px;
	}
	.price .owl-prev {
		left: -35px;
	}
	.btn-wrap.pull-right {
		float: none !important;
	}
	.xs-full-width {
		padding-left: 0;
		padding-right: 0;
	}
	.form-wrap {
		padding: 0.65em 1.1em 1em;
		border-radius: 0;
	}
	.footer-box {
		min-height: 3em;
	}
	.h2, h2 {
		margin: 0.6em 0;
	}
	.section {
		padding-bottom: 0.7em;
	}
	.colorful {
		color: #4d515b;
		font-size: 1.1em;
	}
	.review {
		background: #fff;
	}
	#map-contact-landmark {
		background: #EEE9E4;
	}
	.nav-fix {
		height: auto !important;
	}
}

@media (max-width: 360px) {

}

@media (min-width: 768px){
	.modal-dialog {
	    width: 450px;
	}
	.modal:before {
	  display: inline-block;
	  vertical-align: middle;
	  content: " ";
	  height: 100%;
	}
}
/* End */
/* /bitrix/templates/at_1c_landing/template_styles.css?159222808622359 */
