@charset "utf-8";
/* ITB */
body {
	margin: 0;
	font-family: 'Roboto';
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.clearfix {
	width: 100%;
	display: table;
	clear: both;
}
.wrapper {
	margin: 0 auto;
	width: 960px;
}
#head-map {
	height: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}
#head-map #map {
	height: 350px;
}
#head-map.active {
	height: 350px;
}
#head-line {
	background: #3d3d3d url(head-line.png);
}
#head-line ul {
	padding: 0;
	margin: 0;
}
#head-line ul li {
	display: inline-block;
	vertical-align: middle;
}
#head-line ul li a {
	padding: 0 15px;
	height: 36px;
	line-height: 36px;
	display: block;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	position: relative;
}
#head-line ul li a span {
	border-bottom: 2px solid #b0b0b0;
}
#head-line ul li a:hover span {
	border-bottom: 0;
}
#head-line ul li a.call-service {
	background: #ff6e69;
	background: -moz-linear-gradient(top,  #ff6e69 0%, #ff4841 100%);
	background: -webkit-linear-gradient(top,  #ff6e69 0%,#ff4841 100%);
	background: linear-gradient(to bottom,  #ff6e69 0%,#ff4841 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e69', endColorstr='#ff4841',GradientType=0 );
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#head-line ul li a.call-service:hover {
	background: #ff4841;
	background: -moz-linear-gradient(top,  #ff4841 0%, #ff6e69 100%);
	background: -webkit-linear-gradient(top,  #ff4841 0%,#ff6e69 100%);
	background: linear-gradient(to bottom,  #ff4841 0%,#ff6e69 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4841', endColorstr='#ff6e69',GradientType=0 );
}
#head-line ul li a.call-service span {
	border-bottom: 0;
}
#head-line ul li a.head-map-toggle {
	padding-left: 20px;
}
#head-line ul li a.head-map-toggle:before {
	content: '';
	width: 10px;
	height: 16px;
	background: url(icon-mark.png) center no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 3px;
}
#header {
	padding-top: 30px;
}
#header .left-side #logo {
	width: 425px;
	height: 180px;
	background: url(logo.png) left top no-repeat;
	display: block;
}
#header .right-side {
	text-align: right;
	margin-top: 15px;
}
#header .right-side .work-time {
	font-size: 13px;
	color: #898989;
	margin-bottom: 15px;
}
#header .right-side .work-time span {
	color: #008100;
}
#header .right-side .work-time strong {
	font-size: 16px;
	color: #666666;
}
#header .phones {
	color: #898989;
	font-size: 16px;
	position: relative;
}
#header .phones .phone {
	margin-left: 10px;
}
#header .phones .phone strong {
	font-size: 24px;
	color: #000000;
}
#menu-top {
	margin-top: 20px;
	margin-bottom: 60px;
}
#menu-top ul {
	padding: 0;
	margin: 0;
	text-align: center;
}
#menu-top ul li {
	display: inline-block;
	vertical-align: middle;
}
#menu-top ul li a {
	margin: 0 20px;
	height: 46px;
	line-height: 46px;
	display: block;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #484848;
	position: relative;
	border-top: 2px solid #ffa39f;
	border-bottom: 2px solid #ffa39f;
}
#menu-top ul li a:before {
	content: '';
	width: 20px;
	height: 50px;
	background: url(a-left.png);
	position: absolute;
	right: 100%;
    top: -2px;
}
#menu-top ul li a:after {
	content: '';
	width: 20px;
	height: 50px;
	background: url(a-right.png);
	position: absolute;
	left: 100%;
    top: -2px;
}
#menu-top ul li.active a,
#menu-top ul li a:hover {
	background: url(a-hover.png);
	border-top: 0;
	border-bottom: 0;
	height: 50px;
	line-height: 50px;
	color: #fff;
}
#menu-top ul li.active a:before,
#menu-top ul li a:hover:before {
	top: 0;
	background: url(a-left-hover.png);
}
#menu-top ul li.active a:after,
#menu-top ul li a:hover:after {
	top: 0;
	background: url(a-right-hover.png);
}
#slider .wrapper {
	position: relative;
}
#services-list {
	margin: 60px 0 0 0;
}
#services-list .services-item {
	float: left;
	width: 300px;
	margin-right: 30px;
	margin-bottom: 55px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#services-list .services-item:nth-child(3n) {
	margin-right: 0;
}
#services-list .services-item .media {
	margin-bottom: 15px;
	overflow: hidden;
}
#services-list .services-item a {
	text-decoration: none;
}
#services-list .services-item .title {
	font-size: 18px;
	font-weight: bold;
	color: #464646;
	text-align: center;
	text-transform: uppercase;
    padding: 0 50px;
    min-height: 45px;
    margin-bottom: 10px;
}
#services-list .services-item .text {
	font-size: 12px;
	color: #9a9a9a;
}
#services-list:hover .services-item:not(:hover) {
	opacity: 0.8;
}
#services-list:hover .services-item:hover {
	opacity: 1;
}
#content {
	font-size: 15px;
	color: #666666;
	margin-bottom: 50px;
}
#content p {
	margin: 15px 0;
}
h1 {
	margin-top: 0;
	font-size: 30px;
	color: #000000;
}
#content .left-side {
	width: 280px;
}
#content .right-side {
	width: 650px;
}
#footer {
	padding: 35px 0;
	background: #3d3d3d url(head-line.png);
}
#footer .menu {
	margin: 0;
	padding: 0;
}
#footer .menu li {
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
}
#footer .menu li a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#footer .menu li a:hover {
	text-decoration: underline;
}
#footer .copyright {
	color: #fff;
	font-size: 14px;
}
#footer .copyright-text {
	font-size: 11px;
	color: #9a9a9a;
}
#site-counters {
	padding: 10px 0;
}
.mega-copyright {
	margin-top: 8px;
	color: #b8b8b8;
	font-size: 12px;
}
.itb-copyright {
	margin-top: 8px;
	color: #b8b8b8;
	font-size: 12px;
	margin-right: 30px;
}
.itb-copyright a {
	color: #666666;
}
.fancy-content {
	padding: 35px 40px 50px;
}
.fancy-content h1 {
    font-size: 22px;
    margin: 0 0 10px 0;
    color: #404040;
    text-align: center;
}
.fancy-content .fancy-text {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 300;
    text-align: center;
    line-height: 21px;
}
.fancy-content .s3_form_item_type_text input[type=text] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    margin-bottom: 20px;
    font-family: 'Roboto';
    color: #b2b2b2;
    font-size: 15px;
    border: 1px solid #d9d9d9;
    font-weight: 300;
}
.fancy-content .s3_form_item_type_calendar input[type=text] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	border: 1px solid #bcbcbc;
	padding: 0 15px;
	margin-bottom: 10px;
}
.fancy-content .s3_form_item_type_textarea textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    resize: none;
    padding: 10px 15px;
    font-family: 'Roboto';
    color: #b2b2b2;
    font-size: 15px;
    border: 1px solid #d9d9d9;
    font-weight: 300;
}
.fancy-content .success_note {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 230px;
}
.fancy-content input.s3_form_submit {
	height: 45px;
    background: #f0f0f0;
    border: 0;
    border-bottom: 3px solid #f43c30;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    color: #999999;
    padding: 0 0;
    font-weight: 500;
    margin: 0 auto;
    width: 180px;
    display: block;
    text-align: center;
}
.fancy-content input.s3_form_submit:hover {
background: #f43c30;
color: #fff;
    border: 0;
}
.page-path {
	font-size: 14px;
	margin-bottom: 30px;
}
.page-path a,
.page-path a span {
	color: #9a9a9a;
}
.page-path span {
	color: #000000;
}
#content .left-side ul.submenu {
	padding: 40px 25px;
	margin: 0 0 30px 0;
	background: #ff6e69;
	background: -moz-linear-gradient(top,  #ff6e69 0%, #ff4740 100%);
	background: -webkit-linear-gradient(top,  #ff6e69 0%,#ff4740 100%);
	background: linear-gradient(to bottom,  #ff6e69 0%,#ff4740 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e69', endColorstr='#ff4740',GradientType=0 );
	position: relative;
}
#content .left-side ul.submenu:before {
	content: '';
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    left: -15px;
    top: -15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#content .left-side ul.submenu:after {
	content: '';
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    right: -15px;
    bottom: -15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#content .left-side ul.submenu li {
	padding-left: 20px;
	position: relative;
	list-style: none;
	margin-bottom: 20px;
}
#content .left-side ul.submenu li:last-child {
	margin-bottom: 0;
}
#content .left-side ul.submenu li:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 10px;
	background: #fff;
	left: 0;
	top: 50%;
}
#content .left-side ul.submenu li a {
	color: #fff;
	font-size: 14px;
}
#content .left-side ul.submenu li a:hover {
	text-decoration: none;
}
#content .left-side ul.submenu li a b {
	font-weight: normal;
}
#content .inner a {
	color: #ff4740;
}
#content .inner a:hover {
	text-decoration: none;
}
#content .inner  input[type=text] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 230px;
	height: 40px;
	border: 1px solid #bcbcbc;
	padding: 0 15px;
	margin-bottom: 10px;
}
#content .inner textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 120px;
	resize: none;
	padding: 10px 15px;
	font-family: 'Arial';
}
#content .inner input[type=submit] {
	width: 230px;
	height: 60px;
	background: #ff6e69;
	background: -moz-linear-gradient(top,  #ff6e69 0%, #ff4740 100%);
	background: -webkit-linear-gradient(top,  #ff6e69 0%,#ff4740 100%);
	background: linear-gradient(to bottom,  #ff6e69 0%,#ff4740 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e69', endColorstr='#ff4740',GradientType=0 );
	border: 0;
	font-size: 20px;
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
}
#content .inner input[type=submit]:hover {
	background: #ff4740;
	background: -moz-linear-gradient(top,  #ff4740 0%, #ff6e69 100%);
	background: -webkit-linear-gradient(top,  #ff4740 0%,#ff6e69 100%);
	background: linear-gradient(to bottom,  #ff4740 0%,#ff6e69 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4740', endColorstr='#ff6e69',GradientType=0 );
}
#content .left-side #flamp-widget {
	width: 228px;
	margin: 0 auto;
}
a.flamp-widget {
	display: none;
}
#content .right-side ul li {
	margin-bottom: 10px;
}
#content .right-side ul li a {
	font-size: 16px;
}

.price 
{
	color:#ff6e69;
	
}

.img-indent 
{
	float:left;
    margin: 0 7px 7px 0;
	
}
.policy-privacy
{
font-size: 13px;
    color: #b2b2b2;
        margin: 8px 0 25px;
}
.policy-privacy a {
	    color: #f43c30;
    text-decoration: none;
    border-bottom: 1px solid;
}
.fancybox-inner
{
	height: 625px !important;
}


@media all and (max-width: 380px) {
	.fancy-content {
		padding: 10px !important;
	}
	.fancy-content input.s3_form_submit{
		bottom: -10px;
	}
}

#s3_form_6650806 .s3_form_item:nth-child(2) {
	float: left;
    width: 48%;
}

#s3_form_6650806 .s3_form_item:nth-child(3) {
	float: right;
    width: 48%;
}

#s3_form_6650606 .s3_form_item:nth-child(2) {
	float: left;
    width: 48%;
}

#s3_form_6650606 .s3_form_item:nth-child(3) {
	float: right;
    width: 48%;
}

#s3_form_6650606 .s3_form_item:nth-child(4) {
	float: left;
    width: 48%;
    position: relative;
}

#s3_form_6650606 .s3_form_item:nth-child(4) img {
	position: absolute;
    right: 10px;
    top: 12px;
}

#s3_form_6650606 .s3_form_item:nth-child(5) {
	float: right;
    width: 48%;
}

.s3_form_field:has( label input[type=checkbox]),
.form-main .container form>label:has(input[type=checkbox]),
.form-block label:has(input[type=checkbox]){display: flex;gap: 10px;}
.s3_form_field:has( label input[type=checkbox]) .policy-privacy{
	margin-bottom: 20px;
	margin-top: 20px;
}
.header__top-buttons-wapp a svg {
    max-width: 28px;
}

/* END ITB */