body {
	font-family: 'Fira Sans', sans-serif;
}
*, *:focus, *:active {
	outline: none !important;
}
a:hover, a:focus {
	text-decoration: none;
}

.header-line{
	min-height: 100px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.header-line > .row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-menu{
	padding: 0px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-menu li{
	float: left;
	list-style-type: none;
	line-height: 50px;
}
.logo-class a:hover{
	text-decoration: none;
}
.logo_top{
	font-family: 'Fira Sans', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: black;
	margin:0px;
	padding: 0px;
	line-height: 24px;
}
.logo_top_blue{
	color: #23a1e3;
}
.logo_down{
	font-size: 10px;
	text-align: left;
	color: black;
	font-family: 'Fira Sans', sans-serif;
}
.main-menu li a{
	color: black;
	font-family: 'Fira Sans', sans-serif;
	font-size: 18px;
}
.main-menu li a:hover {
	color: #23a1e3;
}
.phone_inside_wrapper {
	white-space: nowrap;
}
.phone_top_text{
	font-size: 16px;
	text-align: left;
	color: black;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
}
.phone_top_text:before {

	content: url(../images/phone.png);
	margin: 0px 5px 0 0;
}
.phone_text_down{
	font-size: 12px;
	color: black;
	margin-left: 20px;

}
.phone_class a:hover{
	text-decoration: none;
}

/************************************************/
.btn-mmenu {
	font-size: 32px;
	text-decoration: none;
	outline: none;
	vertical-align: middle;
	line-height: 40px;
	height: 40px;
	margin-left: 40px;
}
.btn-mmenu, .btn-mmenu:focus, .btn-mmenu:active, .btn-mmenu:hover {
	color: #161616;
}
.btn-mmenu > .forclose {
	visibility: hidden;
	transition: visibility 0s linear 0.25s, transform 0.25s ease-in;
}
body.open-menu .btn-mmenu > .forclose {
	visibility:visible;
	transform: rotate(180deg);
	transition: visibility 0s linear 0.25s, transform 0.25s ease-out;
}
.btn-mmenu > .foropen {
	visibility:visible;
	transition: visibility 0s linear 0.25s, transform 0.25s ease-in;
}
body.open-menu .btn-mmenu > .foropen {
	visibility:hidden;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: visibility 0s linear 0.25s, transform 0.25s ease-in;
}
#mob-menu {
	position: fixed;
	top: 60px;
	bottom: 100vh;
	right: 0px;
	left: 0;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding: 0 30px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 4;
	color: #161616;
}
body.open-menu #mob-menu {
	bottom: 0px;
	padding: 30px;
}
.mob-menu .main-menu {
	display: block;
	flex-direction: column;
	align-items: flex-start;
	margin: 0;
}


.screen1{
	width: 100%;
	background-image: url(../images/screen1.jpg);
	background-position: top center;
	background-size: cover;
	padding-top: 180px;
	padding-bottom: 75px;
}
.screen1 .btn-green {
	width: 360px;
}
.title_screen1{
	font-family: 'Fira Sans', sans-serif;
	font-size: 44px;
	color: #ededed;
	text-transform: uppercase;
}
.screen1_line_2{
	border-bottom: 3px solid #ededed;
	width: 70%;
	text-transform: uppercase;
}
.screen1_text{
	font-family: 'Fira Sans', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	color: #ededed;
	margin-top: 10px;
}
.screen1_title2{
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	font-size: 26px;
	color: #ededed;
	text-transform: uppercase;
	margin-top: 30px;
}
.screen1_text2{
	font-family: 'Fira Sans', sans-serif;
	font-size: 18px;
	color: #ededed;

}
.button_green{
	background-color: #62bb27;
	font-family: 'Fira Sans', sans-serif;
	font-size: 18px;
	max-width: 360px;
	width: 80%;
	border-radius: 25px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
}
.button_green a{
	color: white;
}
.button_green a:hover{
	text-decoration: none;
}
.screen2{
	padding-bottom: 150px;
	width: 100%;
	background-image: url(../images/screen2.jpg);
	background-position: top center;
	background-size: cover;
}
.title_screen2{
	color: black;
	text-align: center;
	font-family: 'Fira Sans', sans-serif;
	font-size: 26px;
	margin-top: 120px;
}
.screen2_button{
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 80%;
	min-width: 440px;
}

.screen2_text{
	font-family: 'Fira Sans', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: black;
	text-align: center;
}

.screen3{
	min-height: 340px;
	height: auto;
	width: 100%;
	background-image: url(../images/screen3.jpg);
	background-position: top center;
	background-size: cover;
}
.title_screen3{
	font-family: 'Fira Sans', sans-serif;
	font-size: 28px;
	color: black;
	text-align: center;
	margin-top: 45px;
}
.blue_line_screen3{
	width: 50px;
	margin: 0 auto;
	border-bottom: 4px solid #23a1e3;
	border-radius: 2px;
	margin-top: 10px;
	margin-bottom: 100px;
}
.screen3_big_number{
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	font-size: 176px;
	color: #23a1e3;
	text-align: center;
	line-height: 180px;
}
.screen3_number_text_title{
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	font-size: 24px;
	color: #23a1e3;
	text-align: left;
	min-height: 68px;
}

.screen3_number_text{
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	color: black;
	text-align: left;
}
.screen3_text_wrapper{
	float: right;
	margin-left: 175px;
	margin-bottom: 25px;
}

.screen4-slider {
	padding: 0 77px;
	margin-top: -30px;
	margin-bottom: 60px;
}
.screen4-slider-item {
	font-family: 'Fira Sans', sans-serif;
	margin: 0 38px;
	text-align: center;
}
.screen4-slider-item > img {
	width: 100%;
	display: block;
	box-shadow: 0 0 35px rgba(0,0,0,0.16);
	margin-bottom: 10px;
}
.screen4-slider-item-title,
.screen4-slider-item-result {
	font-size: 16px;
	font-weight: 600;
}
.screen4-slider-item-price {
	font-weight: 900;
	color: #20b5e6;
	font-size: 28px;
}

.screen4-slider-item-result-b {
	font-size: 16px;
	font-weight: 600;
	color: #20b5e6;
	margin-bottom: 5px;
}
.btn-green {
	font-weight: 600;
	font-size: 18px;
	color: #fff !important;
	background: #62bb27;
	min-height: 45px;
	line-height: 43px;
	text-align: center;
	box-shadow: 0 10px 16px rgba(0,0,0,0.34);
	display: inline-block;
	border-radius: 50px;
	padding: 5px 24px;
	text-decoration: none !important;
	border: none;
}
.btn-green:hover {
	background: #57ad1d;
}
.btn-green:active {
	background: #57ad1d;
}
.btn-transparent {
	font-weight: normal;
	font-size: 18px;
	color: #333333 !important;
	background: transparent;
	min-height: 45px;
	line-height: 43px;
	text-align: center;
	box-shadow: none;
	display: inline-block;
	border-radius: 50px;
	padding: 5px 24px;
	text-decoration: none !important;
	border: none;
}
.screen4-slider-item-btn {
	width: 100%;
}
.screen4-slider .slick-list  {
	padding: 30px 0;
}
.slick-arrow {
	width: 67px;
	height: 31px;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 2;
	background: no-repeat url(../images/slick-arrow-blue.png) transparent;
	border: none;
	-webkit-box-shadow: none   ;
	-moz-box-shadow: none   ;
	box-shadow: none   ;
}
.slick-arrow.slick-prev {
	background-position: left top;
	left: 0px;
}
.slick-arrow.slick-prev:hover {
	background-position: left bottom;
}
.slick-arrow.slick-next {
	background-position: right top;
	right: 0px;
}
.slick-arrow.slick-next:hover {
	background-position: right bottom;
}
.screen4-slider .slick-arrow {
	margin-top: -88px;
}

.screen5 {
	background: no-repeat url(../images/screen5.jpg) center / cover;
	padding-bottom: 80px;
}
.screen5-item {
	text-align: center;
}
.screen5-item > img {
	max-width: 100%;
}
.screen5-item-title {
	margin-top: -13px;
	font-size: 24px;
	font-weight: 600;
}
.screen5-item-title > small {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.screen5 .blue_line_screen3 {
	margin-bottom: 80px;
}

.screen6 {
	padding-bottom: 100px;
}
.screen6-item {
	text-align: center;
	margin-bottom: 30px;
}
.screen6-item-img {
	height: 0;
	padding-top: 50%;
	border: 2px solid #20b5e6;
	border-radius: 13px;
	background-repeat: no-repeat;
	background-position: center;
	width: 50%;
	margin: 0 auto;
}
.screen6-item-title {
	margin-top: 20px;
	font-size: 24px;
	font-weight: 600;
}
.screen6-item-title > small {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
}
.screen6 .blue_line_screen3 {
	margin-bottom: 90px;
}

.screen7 {
	background: no-repeat url(../images/screen7.jpg) center top / cover #60a6d2;
	padding: 60px 0;
	color: #fff;
}
.title_screen7 {
	color: #fff;
	border-bottom: 5px solid #fff;
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 30px;
	display: inline-block;
	padding-right: 30px;
}
.screen7-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
}
.screen7-list li {
	padding: 10px 0 10px 35px;
	background: no-repeat url(../images/screen7-list-item.png) 3px 8px;
}

.screen8 {}
.screen8 .blue_line_screen3 {
	margin-bottom: 50px;
}
.screen8-item {
	position: relative;
	padding-left: 100px;
	margin-bottom: 60px;
}
.screen8-item-num {
	position: absolute;
	font-size: 125px;
	font-weight: 900;
	color: #20b5e6;
	top: 0;
	left: 0;
	line-height: 88px;
}
.screen8-item-ico {
	display: block;
	margin-bottom: 10px;
}

.screen9 {
	padding-bottom: 50px;
}
.screen9 .blue_line_screen3 {
	margin-bottom: 15px;
}
.screen9-photo {
	width: 100%;
	max-width: 360px;
	box-shadow: 0 0 35px rgba(0,0,0,0.16);
	display: block;
	margin: 0 auto 20px;
}
.screen9-bossname {
	font-size: 24px;
	font-weight: 600;
}
.screen9-bossname > small {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.screen9-quote {
	font-size: 16px;
	padding: 100px 0 80px;
	position: relative;
	z-index: 2;
}
.screen9-quote:before {
	content: '';
	background: no-repeat url(../images/quote-before.png) 0 0;
	width: 130px;
	height: 106px;
	position: absolute;
	z-index: -1;
	left: -96px;
	top: 20px;
}
.screen9-quote:after {
	content: '';
	background: no-repeat url(../images/quote-after.png) 0 0;
	width: 130px;
	height: 106px;
	position: absolute;
	z-index: -1;
	right: -90px;
	bottom: 5px;
}

.screen10 {
	padding: 140px 0 100px;
	background: no-repeat url(../images/screen10.jpg) center / cover #47b0d2;
	color: #fff;
	font-size: 18px;
}
.title_screen10 {
	margin-bottom: 25px;
	font-size: 42px;
	font-weight: bold;
}

footer > div > .row {
	padding: 40px 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-bulgar {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-bulgar > img {
	margin-right: 10px;
}

/********************************************/
.fancybox-bg {
	background: #1e6e82;
}
.fancybox-container--ready .fancybox-bg {
	opacity: 0.85;
}
.fancybox-slide>* {
	padding: 55px 15px 50px;
	border-radius: 10px;
	width: 90%;
}
.fancybox-close-small:after {
	font-size: 46px;
	top: 8px;
	right: 8px;
	color: #3493ab !important;
}
.fancybox-close-small:hover:after {
	color: #3493ab !important;
	background: none;
}
.form-control {
	height: 50px;
	padding: 6px 20px;
	font-size: 18px;
	line-height: 1.42857143;
	color: #161616;
	background-color: transparent;
	background-image: none;
	border: 2px solid #d8d8d8;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .1);
	box-shadow: inset 0 5px 5px rgba(0, 0, 0, .1);
}
.form-group {
	margin-bottom: 20px;
}
#callback {
	max-width: 360px;
}
.popup-title {
	color: #3493ab;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.popup-title > small {
	display: block;
	text-align: center;
	font-size: 18px;
}
#success {
	max-width: 360px;
	font-size: 22px;
	text-align: center;
}
#callanket {
	max-width: 720px;
}
.form-step {
	padding: 0 85px;
}
.radio label, .checkbox label {
	font-size: 18px;
	color: #333333;
	padding-left: 35px;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	margin-left: -35px;
}
.checkbox input[type="checkbox"]:after {
	content: "";
	position: absolute;
	top: -7px;
	left: -7px;
	width: 27px;
	height: 27px;
	background: no-repeat url(../images/checkbox.png) center top;
}
.checkbox input[type="checkbox"]:checked:after {
	background-position: center bottom;
}
.radio input[type="radio"]:after {
	content: "";
	position: absolute;
	top: -7px;
	left: -7px;
	width: 27px;
	height: 27px;
	background: no-repeat url(../images/radio.png) center top;
}
.radio input[type="radio"]:checked:after {
	background-position: center bottom;
}

.footer_container a{
	color: black;
}












