body
{
	font-family: "Co Headline Corp";
	font-size: 15px;
}
.clearfix:after
{
	content: " ";
	display: table;
	width: 100%;
}
img
{
	max-width: 100%;
	height: auto;
}
/* ----------------------------------------- header ----------------------------------------- */
h1
{
	font-size: 20px;
	color: #fff;
}
h2
{
	font-family: "NFS Font";
	font-size: 30px;
	text-transform: uppercase;
}
h2::before
{
	content: '';
	width: 45px;
	height: 4px;
	background-color: #ff3333;
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
}
h2 span
{
	color: #ff3333;
}
p
{
	margin-bottom: 0px;
}
section
{
	padding-top: 80px;
	padding-bottom: 80px;
}
ul
{
	padding-left: 0px;
}
header
{

}
.top_line
{
	background-color: #ece9e9;
	height: 30px;
}
.header_info
{
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #fff;
}
.logo
{
	margin-right: 30px;
}
.location i, .working_time i
{
	color: #cccccc;
	font-size: 30px;
}
.location__icon
{
	margin-right: 15px;
}
.working_time__icon
{
	margin-right: 15px;
}
.working_time__hours p
{
	font-size: 13px;
	margin-bottom: 0px;
	color: #ff2832;
}
.working_time__weekends p
{
	font-size: 13px;
	color: #cccccc;
}
.header_signup
{
	display: inline-block;
	float: right;
}
.header_signup__phone
{
	margin-bottom: 20px;
	display: inline-block;
}
.header_signup__phone p
{
	text-align: center;
	margin-bottom: 0px;
}
.header_signup__phone p a
{
	font-size: 25px;
	text-decoration: none;
	color: #330000;
	display: block;
	transition: all 0.3s;
}
.header_signup
{
	cursor: pointer;
}
.header_signup:hover .header_signup__phone p a
{
	transform: scale(1.1);
	color: #ff3333;
	transition: all 0.3s;

}
/*.header_signup__phone p a:hover
{
	font-size: 27px;
	transform: scale(1.1);
	color: #ff3333;
	transition: all 0.3s;
}*/
.header_signup__btn
{
	text-align: center;
}
.header_signup__btn a
{
	display: inline-block;
	border: 2px solid #ff2832;
	border-radius: 10px;
	padding: 10px 20px;
	color: #ff2832;
	text-decoration: none;
	transition: all 0.3s;
	font-size: 14px;
}
.header_signup__btn a:hover
{
	color: #fff;
	background-color: #ff2832;
	border: 2px solid #fff;
	transition: all 0.3s;
}
.top_menu
{
	background-color: #ff2832;
	/*position: fixed;*/
	/*top: 0;*/
	/*z-index: 100;
	width: 100%;*/
}
.top_menu__items
{
	min-height: 52.5px;
}
.menu_but
{
	cursor: pointer;
}
.top_menu__items i
{
	display: none;
	font-size: 25px;
	color: #fff;
}
.top_menu__items ul
{
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.top_menu__items ul li
{
	float: left;
	min-height: 54.9px;
}
/*.top_menu__items ul li::after
{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #fff;
	display: none;
}*/
.top_menu__items ul li a
{
	padding: 15px 20px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	box-sizing: border-box;	

}
.top_menu__items ul li a:hover
{
	background-color: #e62f3f;
	border-bottom: 3px solid #fff;
	box-sizing: border-box;	
}
.header_content
{
	background: url(../img/header_bg.png) no-repeat center center / cover;
	text-align: center;
	padding-top: 225px;
	padding-bottom: 80px;
}
.header_content__btn
{
	margin-top: 100px;
}
.header_content__btn a
{
	display: inline-block;
	padding: 13px 5px;
	background-color: rgba(255,52,52,0.5);
	border-radius: 5px;
}
.header_content__btn a:hover
{
	background-color: #ff3333;
}
/* ----------------------------------------- services ----------------------------------------- */
.services
{
	background: url(../img/services_img.png) no-repeat center center;
}
.services_item__title
{
	margin-left: 70px;
}
.services_item__mod
{
	margin-left: 0px;
}
.services_item__title h3
{
	line-height: 42px;
	display: inline-block;
}
.services_title
{
	margin-bottom: 80px;
	text-align: center;
}
.services_title h2
{
	position: relative;
	display: inline-block;
}
.services_item
{
	margin-bottom: 50px;
	min-height: 209px;
}

.services_item__list ul
{
	list-style-type: none;
	display: block;
	padding-left: 0px;
}
.services_item__list ul li
{
	margin-bottom: 15px;
	font-size: 14px;
	color: #999999;
}
.services_item__list___mod
{
	margin-left: 25%;
}
.services_item__list ul li::before
{
	content: "\f111";
	color: #ff3333;
	font-family: "FontAwesome";
	font-size: 12px;
	margin-right: 15px;
}
.services_item__icon
{
	margin-right: 15px;
}
.services_item__title
{
	margin-bottom: 30px;
}
.services_item__title h3
{
	font-size: 18px;
}
/* ----------------------------------------- advantages ----------------------------------------- */
.advantages
{
	background: url(../img/advantages_bg.png) no-repeat center center / cover;
}
.advantages_title
{
	text-align: center;
	margin-bottom: 100px;
}
.advantages_title h2
{
	color: #fff;
	position: relative;
	display: inline-block;
}
.advantages_img
{
	margin-right: 80px;
}
.advantages_list ul
{
	color: #fff;
	font-size: 18px;
	list-style-type: none;
	display: block;
}
.advantages_list ul li
{
	margin-bottom: 35px;
}
.advantages_list ul li::before
{
	content: "\f058";
	font-family: "FontAwesome";
	color: #e32d2d;
	margin-right: 20px;
	font-size: 25px;
}
.advantages_content
{
	margin-bottom: 80px;
}
.advantages_flag
{
	text-align: center;
}
/* ----------------------------------------- how_work ----------------------------------------- */
.howwork
{
	background: url(../img/how_work_bg.png) no-repeat center center / cover;
	padding-bottom: 200px;
}

.how_work__title
{
	margin-bottom: 100px;
	text-align: center;
}
.how_work__title h2
{
	position: relative;
	display: inline-block;
}
.how_work__items
{
	position: relative;
}
.how_work__items::before
{
	content:"";
	width: 100%;
	height: 2px;
	background-color: #1c1a1a;
	position: absolute;
	margin-top: 50px;
}
.step_circle
{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #1c1a1a;
	margin-bottom: 40px;
	margin: 0px auto;
	cursor: pointer;
	transition: all 0.3s;
}
.step_circle:hover
{
	background-color: #ff3333; 
	transition: all 0.3s;
}
.step_circle p
{
	text-align: center;
	color: #fff;
	font-size: 60px;
	margin-bottom: 0px;
}
.step_title
{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}
.step_title p
{
	font-size: 16px;
	text-transform: uppercase;
	color: #ff3333;
}
.step_desc
{
	text-align: center;

}
.step_desc p
{
	color: #999999;
}
/* ----------------------------------------- consultation ----------------------------------------- */
.consultation
{
	position: relative;
	height: 0;
}
.consultation_form
{
	border: 2px solid #ff3333;
	border-radius: 7px;
	padding-top: 35px;
	position: absolute;
	top: -100px;
	left: 5%;
	background-color: #fff;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 20px;
}
.consultation_form__title
{
	text-align: center;
	margin-bottom: 25px;
}
.consultation_form__title h2
{
	font-size: 20px;
}
.consultation_form__title h2::before
{
	display: none;
}
.consultation_form form
{
	text-align: center;
	position: relative;
}
.consultation_form form button
{
	border-radius: 5px;
	outline: none;
	border: none;
	background-color: #ff3333;
	color: #fff; 
	padding: 10px 30px;
	position: absolute;
	right: 40%;
	bottom: -40px;
	transition: all 0.3s;
	cursor: pointer;
}
.consultation_form form button:hover
{
	background-color:  #e62f3f;
	transition: all 0.3s; 
}
.consultation_fields
{
	margin-bottom: 0px;
}
.consultation_fields input
{
	background-color: #e7e5e5;
	border: none;
	border-radius: 5px;
	min-width: 260px;
	min-height: 40px;
	padding-left: 30px;
	transition: all 0.3s;
}
.consultation_fields input:focus
{
	border: 1px solid #ff3333;
	box-shadow: 0 0 10px #ff3333;
	transition: all 0.3s;
	background-color: #fff;
}
.personal_data
{
	text-align: center;
}
.personal_data
{
	font-size: 13px;
}
.personal_data__check input
{
	min-width: 0px;
	min-height: 0px;
	margin-right: 15px;
}
.consultation_form form input::-webkit-input-placeholder 
{
	color:#999999;
	font-size: 14px;
}
.consultation_form form input::-moz-placeholder /* Firefox 19+ */          
{
	color:#999999;
	font-size: 14px;
}
.consultation_form form input:-moz-placeholder /* Firefox 18- */           
{
	color:#999999;
	font-size: 14px;
}
.consultation_form form input:-ms-input-placeholder      
{
	color:#999999;
	font-size: 14px;
}
.consultation_fields
{
	position: relative;
	margin-bottom: 0px;
}
.input_wrap
{
	position: relative;
	margin-bottom: 0px;
}
.input_wrap i
{
	position: absolute;
	left: 8px;
	margin-top: 11.5px;
	color: #999999;
}
.consultation_fields input:first-child
{
	margin-right: 75px;
}
#step_tel
{
	margin-right: 0px;
}
.consultation_form form p
{
	color: #999999;
	padding-bottom: 30px;
}
.consultation_img
{
	position: absolute;
	right: -100px;
	top: -100px;
}
/* ----------------------------------------- masters ----------------------------------------- */
.masters
{
	background: url(../img/masters_bg.png) no-repeat center center / cover;
	padding-top: 190px;
}
.masters_title
{
	text-align: center;
	margin-bottom: 115px;
}
.masters_title h2
{
	color: #fff;
	position: relative;
	display: inline-block;
}
.masters_item
{
	background-color: #fff;
	border-radius: 7px;
	border: 2px solid #ff3333;
	position: relative;
}
.masters_items
{
	margin-bottom: 100px;
}
.masters_item__photo
{
	text-align: center;
	margin-top: 70px;
	margin-bottom: 25px;
}
.masters_item__name
{
	text-align: center;
	margin-bottom: 15px;
}
.masters_item__name p
{
	color: #330000;
	font-size: 20px;
}
.masters_item__spec
{
	text-align: center;
	margin-bottom: 30px;
}
.masters_item__spec p
{
	color: #999999;
	font-size: 18px;
}
.masters_item__icon
{
	position: absolute;
	top: -50px;
	left: 70px;
}
.masters_list
{
	color: #fff;
	font-size: 18px;
}
.masters_list ul
{
	list-style-type: none;
	padding-left: 0px;
	display: block;
}
.masters_list ul li::before
{
	content: "\f058";
	font-family: "FontAwesome";
	color: #e32d2d;
	margin-right: 20px;
	font-size: 25px;
}
.masters_list ul li
{
	margin-bottom: 30px;
}
.masters_img
{
	text-align: center;
	position: absolute;
	margin-top: 10px;
	left: 40%;
}
/* ----------------------------------------- gallery ----------------------------------------- */
.gallery
{
	background-color: #fff;
	padding-top: 200px;
	padding-bottom: 200px;
}
.gallery_title
{
	text-align: center;
	margin-bottom: 100px;
}
.gallery_title h2
{
	position: relative;
	display: inline-block;
}
.gallery_item
{
	box-shadow: 0 0 20px #ff3333; 
}
.gallery_item:hover
{
	background-color: #000;
}

/* ----------------------------------------- contacts ----------------------------------------- */
.contacts
{
	background: rgb(51,51,51);
	background: -moz-radial-gradient(circle, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(255,51,51,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(255,51,51,1) 100%);
	background: radial-gradient(circle, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(255,51,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#ff3333",GradientType=1);
}
.contacts_title
{
	text-align: center;
	margin-bottom: 70px;
}
.contacts_title h2
{
	color: #fff;
	position: relative;
	display: inline-block;
}
.contacts_forms
{
	position: relative;
	margin-top: -100px;
}
.contacts_forms__record
{
	background-color: #ff3333;
	box-shadow: 0 0 20px #ff3333;
	padding: 35px;
	border-radius: 7px;
	min-height: 439.05px
}
.form_modal
{
	display: none;
}
.contacts_record__icon
{
	text-align: center;
	position: absolute;
	top: -70px;
	left: 30%;
}
.contacts_record__title
{
	text-align: center;
	margin-bottom: 30px;
	margin-top: 50px;
}
.contacts_record__title h3
{
	font-size: 24px;
	color: #fff;
}
.contacts_record__form
{
	text-align: center;
	position: relative;
}
.contacts_record__fields
{
	margin-bottom: 30px;
}
.contacts_record__fields input
{
	background-color: #e7e5e5;
	border: none;
	border-radius: 5px;
	width: 100%;
	min-height: 40px;
	padding-left: 30px;
	transition: all 0.3s;
	margin-bottom: 30px;
}
.contacts_record__fields input:nth-child(2)
{
	margin-bottom: 0px;
}
.contacts_record__fields input:focus
{
	border: 1px solid #ff3333;
	box-shadow: 0 0 10px #fff;
	transition: all 0.3s;
	background-color: #fff;
}
.contacts_record__form .personal_data
{
	margin-bottom: 30px;
}
.contacts_record__form .personal_data p
{
	font-size: 12px;
	color: #fff;
}
.contacts_record__form button
{
	background-color: #fff;
	border-radius: 5px;
	color: #ff3333;
	padding: 10px 30px;
	font-size: 14px;
	border: none;
	outline: none;
	transition: all 0.3s;
	cursor: pointer;
}
.contacts_record__form button:hover
{
	box-shadow: 0 0 10px #fff;
	transition: all 0.3s;
	/*transform: scale(1.1);*/
}
.contacts_forms__info
{
	background-color: #fff;
	padding: 35px;
	border-radius: 7px;
}
.contacts_info__logo
{
	margin-bottom: 40px;
	text-align: center;
}
.contacts_data__item
{
	margin-bottom: 30px;
}
.contacts_data__item p
{
	font-size: 14px;
	color: #999999;
}
.contacts_data__item p span
{
	color: #ff3333;
}
.contacts__span_mod
{
	color: #333333;
}
.contacts_data__icon
{
	margin-right: 15px;
	min-width: 25px;
	text-align: center;
}
.contacts_data__icon i
{
	font-size: 25px;
	color: #ff3333;
}
.contacts_data__icon_mod
{
	margin-right: 15px;
	min-width: 25px;
	text-align: center;
}
.contacts_data__icon_mod i
{
	font-size: 35px;
	color: #ff3333;
}
/* ----------------------------------------- about ----------------------------------------- */
.about_title
{
	text-align: center;
}
.about_title h2
{
	position: relative;
	display: inline-block;
	margin-bottom: 70px;
}
.about_content__text
{
	margin-bottom: 100px;
}
.about_content__text p
{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
}
.about_content__text p span
{
	color: #ff3333;
}
.about_slider
{
	width: 100%;
}
.about_slider__item
{
	text-align: center;
}
footer
{
	background-color: #1c1a1a;
	padding-top: 80px;
	padding-bottom: 20px;
}
.footer_about__logo
{
	margin-bottom: 30px;
}
.footer_about__desc p
{
	text-align: center;
	color: #999999;
	font-size: 13px;
}
.footer_title
{
	margin-bottom: 40px;
}
.footer_title h3
{
	font-size: 20px;
	color: #fff;
}
.footer_links, .footer_contacts
{
	margin-top: 20px;
}
.footer_list ul
{
	list-style-type: none;
}
.footer_list ul li, .footer_list__item p
{
	color: #fff;
	font-size: 13px;
	margin-bottom: 15px;
}
.span_mod
{
	color: #ff3333 !important;	
}
.footer_list__item p a
{
	font-size: 13px;
	color: #ff3333;
	transition: all 0.3s;
}
.footer_list__item span
{
	color: #999999;
}
.footer_list__item p a:hover
{
	color: #ff0033;
	transition: all 0.3s;
}
.footer_list ul li:before
{
	content: "\f111";
	color: #ff3333;
	font-family: "FontAwesome";
	font-size: 7px;
	margin-right: 10px;
}
.footer_list ul li a
{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	transition: all 0.3s;
}
.footer_list ul li a:hover
{
	color: #ff3333;
	text-decoration: underline;
	transition: all 0.3s;
}
.footer_list__icon
{
	margin-top: -4px;
}
.footer_list__icon i
{
	font-size: 7px;
	color: #ff3333;
	margin-right: 10px;
}
.footer_top
{
	margin-bottom: 30px;
}
.footer_bottom
{
	position: relative;
	right: 0px;
}
.footer_bottom::before
{
	content: "";
	height: 0.5px;
	background-color: #999999;
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.footer_bottom p
{
	color: #999999;
	font-size: 11px;
}
.footer_bottom__links ul
{
	display: inline-block;
}
.footer_bottom__links ul
{
	list-style-type: none;
}
.footer_bottom__links ul li
{
	float: left;
}
.footer_bottom__links ul li a
{
	text-decoration: none;
	color: #999999;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	margin-left: 15px;
	transition: all 0.3s;
}
.footer_mod
{
	justify-content: center;
}
.footer_bottom__links ul li a:hover
{
	color: #fff;
	text-decoration: underline;
	transition: all 0.3s;
}
.top_btn a
{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 7px;
	background-color: #ff3333;
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	right: 0px;
	margin-bottom: -30px;
}
.top_btn a:hover
{
	background-color: #e62f3f; 
}
.top_btn a i
{
	font-size: 25px;
}