*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

html, body {
	position: relative;
	height: 100%;
}

body {
	font-size: 15px;
	line-height: 1.6;
	font-family: 'Ubuntu',  sans-serif;
	margin: 0;
	padding: 0;
}

.bold, strong{
	font-weight: 700;
}

button:focus{
	outline: none;
}

.gray{
	color:#999999;
}

.hidden {
	display: none;
}

.center{
    text-align:center;
}

h1{
    font-weight: 100;
    font-size:46px;
    text-align:center;
    margin:40px 0 50px 0; 
    color:#262626;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: 5px solid #eee;
    font-style: italic;
}

.navbar-default .navbar-nav>li>a{
    padding-left:0px;
}

.shadow-slide-01 .contact-button-wrapper{
    position:relative; 
    bottom:-320px; 
    border-radius: 50px; 
    padding:15px 35px; 
    background:linear-gradient(to top, #168247, #14a340); 
    color:#fff;
    display: inline-block;
}

.btn-green{
    position:relative; 
    border-radius: 50px; 
    padding:15px 35px; 
    background:linear-gradient(to top, #168247, #14a340); 
    color:#fff;
    display: inline-block;
    cursor:pointer;
}

.shadow-slide-01 .contact-button-wrapper:hover, .shadow-slide-01 .contact-button-wrapper:focus{
    text-decoration:none;
    cursor: pointer;
    background:linear-gradient(to top, #14a340, #168247);
    display: inline-block;
}

.btn-photo a:hover,.btn-photo a:focus{
    text-decoration:none!important;
    background:linear-gradient(to top, #14a340, #168247)!important;
}

.icon-wrp{
    padding-left:20px ;
    padding-right:20px;
    padding-bottom:1px;
    background-color:rgba(19, 22, 43, 0.6);
    margin-bottom:30px;
}

.icon-clear{
    clear:left;
}

.zayavka>.contact-button-wrapper{
    cursor: pointer;
    position:relative; 
    border-radius: 50px; 
    padding:15px 35px; 
    background:linear-gradient(to top, #168247, #14a340); 
    color:#fff;
    display: inline-block;
}

.zayavka>.contact-button-wrapper:hover, .zayavka>.contact-button-wrapper:focus{
    text-decoration:none;
    cursor: pointer;
    background:linear-gradient(to top, #14a340, #168247);
}

.plans>.contact-button-wrapper{
    position:relative; 
    cursor: pointer;
    border-radius: 50px; 
    padding:15px 35px; 
    background:linear-gradient(to top, #168247, #14a340); 
    color:#fff;
}

.plans>.contact-button-wrapper:hover, .plans>.contact-button-wrapper:focus{
    text-decoration:none;
    cursor: pointer;
    background:linear-gradient(to top, #14a340, #168247);
}


.modal-dialog {
    z-index: 99999;
}


.navbar-default .navbar-nav>li>a.isactive {
    color: #14a040;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #14a040;
    background-color: #f8f8f8;
}
/*
 .container{
    min-width:360px;
}
*/

.swiper-pagination-bullet {
    margin: 2px;
    outline: none;
}
