@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,600,700,800,900');

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

body
{	width: 100%;
	overflow-x: auto !important;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
	
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 2.14;
	font-weight: 500;
	color: #828282;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}


h1{font-size: 60px;}
h2{font-size: 48px;}
h3{font-size: 36px;}
h4{font-size: 24px;}
h5{font-size: 18px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.2;
	color: #1F71A7;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
.home_buttons > div:not(:last-child)
{
	margin-right: 10px;
}
.button
{
	height: 46px;
	border-radius: 20px;
}
.button a
{
	display: block;
	padding-left: 40px;
	padding-right: 36px;
	line-height: 42px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}
.button_1
{
	background: #80C001;
	border: solid 2px transparent;
}
.button_1 a
{
	color: #FFFFFF;
}
.button_1:hover
{
	background: transparent;
	border: solid 2px #80C001;
}
.button_1:hover a
{
	color: #80C001;
}
.button_2
{
	background: transparent;
	border: solid 2px #1F71A7;
}
.button_2 a
{
	color: #1F71A7;
}
.button_2:hover
{
	background: #1F71A7;
}
.button_2:hover a
{
	color: #FFFFFF;
}
hr{
	width: 100px;
	margin: 20px auto;
	border: 2px solid #80C001;
}
#wrapper{
	max-width: 1366px;
	margin: 0 auto;
	overflow: hidden;
}
/*****
HEADER
*****/
header{
	background-color: #fff;
	border-bottom: 2px solid #80C001;
}
#header h2{
	background: rgba(255,255,255,0.5);
	border-top: 1px solid #1F71A7;
	border-bottom: 1px solid #1F71A7;
}
#header .button_2{
	background: #1F71A7;
	border: solid 2px #1F71A7;
}
#header .button_2 a{
	color: #fff;
}
#header .button_2:hover{
	background: transparent;
}
#header .button_2:hover>a{
	color: #1F71A7;
}
.top{
	display: block;
	height: 130px;
	border-bottom: 2px solid #1F71A7;
	z-index: 1;
}
.top h5{
	font-size: 20px;
}
.logo {
	margin: 5px 0 0 10px;
}
.title, .phone, .time, .social{
	margin-top: 25%;
}
.slogan{
	font-size: 12px;
	color: #80C001;
}

.phone:before{
	font-family: FontAwesome, "Font Awesome 5 Free";
	content: "\f095";
	color: #80C001;
	font-weight: 900;
}
.phone a{
	color: #1F71A7;
}
.time:before{
	font-family: FontAwesome, "Font Awesome 5 Free";
	content: "\f017";
	color: #80C001;
}
.social:before{
	font-family: FontAwesome, "Font Awesome 5 Free";
	content: "\f14d";
	color: #80C001;
	font-weight: 900;
}
.top_social ul li
{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #e6ebf1;
	margin-top: 20%;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.top_social ul li:hover
{
	background: #1F71A7;
}
.top_social ul li:hover a i
{
	color: #FFFFFF;
}
.top_social ul li:not(:last-of-type)
{
	margin-right: 15px;
}
.top_social ul li a
{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 34px;
	text-align: center;
}
.top_social ul li a i
{
	font-size: 16px;
	color: #404040;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header{
	display: block;
	color: #fff;
}
.static_header{
	width: 100%!important;
	height: auto;
}
.static_header img{
	width: 100%;
}
.sub{
	display: block;
	padding-top: 50px;
}
.breaker{
	padding-left: 60px;
}
/*****
MENU
******/


#navbar {
  /**overflow: hidden;**/
  background-color: #333;
  z-index: 999;
}

/* Navbar links */
#navbar a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-weight: 600;
}
#navbar a:hover{
	color: #80C001;
}
.submenu  {
	background: #333;
	position:absolute;
	padding: 10px;
	display: none;
	transition: all 1s;
	margin-top: 40px;
	text-align: left;
	transition: all 1s ease;
	z-index:9999;
	}
.submenu li {
	margin-top: 10px;
	
}
.submenu li a{
	text-align: left!important;
}
.parent:hover .submenu {
	display: block;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}


/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

/*********
CTA BUTTON
*********/
#cta_button{
	position: fixed;
	width: 292px;
	left: 0px;
	background: #1F71A7;
	margin: 20% 0 0 -292px;
	padding: 5px;
	border-radius: 5px;
	transition: all 500ms ease;
	box-shadow: 1px 2px 6px #000;
}
#cta_button:hover{
	margin-left: -15px!important;
}
.sticky #cta_button{
	margin-left: -228px;
}
#cta_button a{
	border: 1px solid #80C001;
	padding: 5px 5px 5px 15px;
}
#cta_button h4{
	float: left;
	color: #fff;
	margin-top: 15px;
	transition: all 500ms ease;
}
#cta_button img{
	width: 50px;
	margin-left: 20px;
}
/******
SERVICES
*******/
#services {
	background: #fff;
	padding-bottom: 50px;
	z-index: 9;
}

.section_title_container{
	margin: 50px 0;
}
.service{
	margin-top: 50px;
}
.icon {
	width: 120px;
	height: 120px;
}
.icon img{
	width: 80px;
	height: 80px;
	transition: all 500ms ease;
}
.service:hover>.icon_container .icon img{
	width: 110px;
	height: 110px;
}
.service_title
{	display: block;
	height: 50px;
	font-size: 20px;
	font-weight: 600;
	color: #404040;
	line-height: 1.2;
	margin-top: 17px;
}
.service_text
{	
	display: block;
	
	margin-top: 21px;
}
.service_text p{
	display: block;
    text-overflow: ellipsis; /* will make [...] at the end */
    height: 90px; /* change to your preferences */
    overflow:hidden; /* older browsers */
}
/**********
CALLBACK
**********/
#callback .parallax-window {
    min-height: 700px;
    background: transparent;
	padding-bottom: 50px;
}
/**********
ABOUT US
**********/
.about_section_title_container h2{
	color: #fff;
}

#why {
	margin-bottom: 40px;
}

.why_list
{
	margin-top: 37px;
}
.why_list ul li:not(:last-of-type)
{
	margin-bottom: 20px;
}
.why_list h5
{
	color: #fff;
}
.wicon{
	padding-bottom: 10px;
	margin-right: 10px;
}
.wicon img{
	width: 30px;
}
/**********
FORM
**********/
#form{
	padding-top: 100px;
}
.intro_col{
	width: 100%;
}
.intro_form_container
{
	width: 100%;
	background: #FFFFFF;
	padding-left: 33px;
	padding-right: 34px;
	padding-bottom: 63px;
	padding-top: 136px;
	box-shadow: 2px 4px 8px #000;
}
.intro_form_title
{
	position: absolute;
	top: 0;
	left: 15px;
	width: 336px;
	height: 80px;
	background: #1F71A7;
	line-height: 80px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
}
.intro_form
{
	width: 100%;
}
.intro_input
{
	width: calc((100% - 15px) / 2);
	height: 62px;
	background: transparent;
	border: solid 2px #e6ebf1;
	margin-bottom: 18px;
	padding-left: 25px;
	outline: none;
	font-size: 15px;
	color: #404040;
	font-weight: 500;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.intro_select
{
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
	cursor: pointer;
}
.intro_select.selected
{
	font-size: 15px !important;
	color: #404040 !important;
	font-weight: 500 !important;
	font-style: normal !important;
}
.intro_select option
{
	color: #404040;
}
.intro_input:focus,
.intro_input:hover
{
	border: solid 2px #1F71A7;
}
.intro_input::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
}
.intro_input:-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
}
.intro_input::-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
} 
.intro_input:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
}
.intro_input::input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
}
.intro_button
{
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	border: solid 2px transparent;
	cursor: pointer;
}
.intro_button:hover
{
	background: transparent;
	border: solid 2px #80C001;
	color: #80C001;
}

#captcha{
	padding-right: 0 !important;
	padding-left: 0 !important;
	margin-bottom: 15px;
}
.err, .ok{
	position:absolute;
	padding: 10px;
	background: #fff;
	color: #1F71A7;
	border: 2px solid #1F71A7;
	font-size: 18px;
	text-align: center;
}
.ok{
	position:absolute;
	padding: 10px;
	background: #fff;
	color: #1F71A7;
	border: 2px solid #1F71A7;
	font-size: 30px;
}

/************
MILESTONES
*************/
#milestones{
	padding: 50px 0;
}
.intro_text p{
	text-align: justify;
}
.milestones
{
	margin-top: 56px;
	margin-bottom: 50px;
}
.milestone_counter
{
	font-size: 36px;
	font-weight: 700;
	color: #80C001;
	line-height: 0.75;
	text-align: center;
}
.milestone_text
{
	font-size: 18px;
	font-weight: 600;
	color: #1F71A7;
	line-height: 1.5;
	margin-top: 5px;
	text-align: center;
}
.partners{
	overflow: hidden;
    height: 300px;
}
#ticker li{
	margin-bottom: 80px;
}
/**********
DISCOUNT
**********/
#discount .parallax-window{
	min-height: 400px;
    background: transparent;
	padding-bottom: 50px;
}
#discount_container{
	padding-top: 120px;
}
.dsc{
	width: 250px;
	height: 300px;
	padding: 10px;
	margin-bottom: 40px;
	background: #fff;
	box-shadow: 2px 4px 8px #000;
	border: 2px solid #1F71A7;
}
.inside {
	width: 100%;
	height: 100%;
	padding: 10px;
	border: 2px solid #80C001;
	text-align: center;
}
.inside h5{
	font-weight: 800;
}
.inside p{
	height: 60px;
	font-size: 14px;
	color: #ff0000;
}
/**********
TESTIMONIALS
**********/
#testimonials{
	padding: 50px 0;
}

#slides {
    position: relative;
    min-height: 300px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.showing {
    opacity: 1;
    z-index: 2;
}


.slide {
    font-size: 40px;
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
    color: #333;
}
.slide span{
	font-size: 12px;
	font-weight: 100;
	font-style: italic;
}

/**********
CTA
**********/

.cta
{
	width: 100%;
	background: #80C001;
	padding-top: 49px;
	padding-bottom: 46px;
}
.cta_title
{
	font-size: 36px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.2;
}
.cta_text
{
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 2;
	margin-top: -1px;
}
.cta_phone
{
	height: 59px;
	padding-left: 24px;
	padding-right: 25px;
	line-height: 59px;
	text-align: center;
	font-size: 30px !important;
	font-weight: 600;
	color: #fff !important;
	background: #1F71A7;
	border-radius: 19px;
	white-space: nowrap;
}

/**********
FOOTER
**********/
#contact{
	background: #26292d;
}

.footer_container{
	padding: 20px;
}
.logo_dsc{
	color: #80C001;
}
.footer_about_text{
	margin-top: 18%;
}
.footer_about_text p{
	color: #1F71A7;
}
.footer_title{
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1.2;
}
.contact_list .phone{
	font-size: 15px;
	font-weight: 500;
	color: #1F71A7;
}
.mail{
	font-size: 15px;
	font-weight: 500;
	color: #1F71A7;
}
.contact_list .mail:before{
	font-family: FontAwesome, "Font Awesome 5 Free";
	content: "\f0e0";
	color: #80C001;
}
.location_title, .location_text{
	font-weight: 600;
}
.footer_bar_content{
	width: 100%;
	height: 40px;
	padding: 0 20px;
	background: #333;
}
.copyright
{
	font-size: 12px;
	font-weight: 500;
	color: #646464;
}
.footer_nav ul li:not(:last-child)
{
	margin-right: 29px;
}
.footer_nav ul li a
{
	font-size: 12px;
	font-weight: 500;
	color: #818181;
}
.footer_nav ul li a:hover
{
	color: #1F71A7;
}

/********
SINGLE
********/
.top_image{
	height: 400px;
	background: url(../img/bg1.jpg) fixed center no-repeat #fff;
}
.single_header{
	width: 100%;
}

/**********
INTRO TEXT
**********/
.service_desc{
	list-style-type: none;
	font-size: 16px;
	color: #828282;
}
.service_desc li:before{
	font-family: FontAwesome, "Font Awesome 5 Free";
	color: #1F71A7; /* Цвет маркера */
    content: "\f05d "; /* Сам маркер */
    padding-right: 10px;
}
.service_desc li{
	margin: 20px 0;
}

/*************
GALLERY
*************/
#gallery {
	margin-top: 50px;
}
#gallery .crop{
	display: block;
	padding: 0 10px;
	height: 200px;
	margin: 10px 0;
    overflow: hidden;
	border-left: 2px solid #80C001;
}
#gallery .crop:hover{
	border-left: 2px solid #1F71A7;
}
.crop img{
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.before_and_after_row{
	overflow: hidden;
	max-height: 500px;
}