/*	font-family: 'Bad Script', cursive;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Poiret One', cursive;*/
html {
	margin: 0;
	padding: 0;
	width: 100%;
  	height: 100%;
}
body {
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
 	width: 100%;
}
.container {
 	position: relative;
}
[href] {
	cursor: pointer;
}
hr {
	display: block;
	width: 80%;
	height: 1px;
	border: 0px;
	border-top: 1px solid #777;
	margin: 1em auto;
	padding: 0;
}

/*****header*****/
.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	position: absolute;
	top:0;
	z-index: 100;
}
.navbar-header .navbar-brand,
.navbar-toggle {
	color: #f85c37;
	font-weight: bolder;
    font-size: 20px;
    line-height: 18px;
    margin: 0;
}
.navbar-toggle {
	margin-right: 15px;
}
.navbar-header .fa {
    font-size: 26px;
}
.navbar-brand:hover {
	color: #09418c;
}
.navbar-nav a {
	text-decoration: none;
	color: #f85c37;
	padding:10px;	
  	cursor: pointer;
}
.navbar-nav li a:hover,.navbar-nav li a:focus {
	color: #1C85BB;
	background-color: transparent;
}
/* CSS стили для мобильных устройств */
/* Цвет фона кнопки (которая открывает меню) при поднесении к ней курсора мышки или при нахождении её в фокусе */
.navbar-toggle:hover,
.navbar-toggle:focus {
    color: #09418c;
}
@media (max-width: 767px) {
	.navbar-header {
		width: 70%;
		margin: 0 auto !important;
	}
	div#myNavbar {
		text-align: center;
	}
	.navbar-nav {
		margin-top: 0;
	}
	.nav>li {
	    background-color: rgba(255, 255, 255, 0.9);
	    margin: 1px 0;
	}
}
/*****end header*****/

/*****banner*****/
.header-bg {
	width: 100%;
	height: 90vh;
	background-color: #585858;
	background: url('../img-part/11.jpg') no-repeat center bottom;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	z-index: -100;
}
.header-bg_opacity {
	height: 100%;
	background-color: rgba(243,243,243,0.6);
}
.header-bg_center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.jumbotron {
	padding: 0;
}
.jumbotron h1 {
	color: #f87f11;
	font-size: 38px;
}
.jumbotron h3 {
	color: #424242;
	font-weight: bold;
}
blockquote {
	margin: 20px 0;
}
.blockquote-reverse {
  font-size: 24px;
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #0d63d6;
  border-left: 0;
}
@media (max-width: 820px) {
	blockquote {
		margin: 0;
	}
}
@media (max-width: 780px) {
	.jumbotron h3 {
		font-size: 20px;
	}
}
@media (max-width: 610px) {
	.blockquote-reverse {
		font-size: 22px;
	}
}
@media (max-width: 580px) {
	.jumbotron h1 {
		font-size: 32px;
	}
}
@media (max-width: 552px) {
	.blockquote-reverse {
		font-size: 20px;
	}
}
@media (max-width: 420px) {
	.jumbotron h1 {
		font-size: 28px;
	}
	.jumbotron h3 {
		font-size: 18px;
	}
}
@media (max-width: 380px) {
	.blockquote-reverse {
		font-size: 18px;
	}
}

h1 {
	color: #f06060;
}
h2 {   
    color: #666;
 }
h3 {
    color: #ef7f1a ;
}
p{
	color: #777;
	line-height: 28px;
}
a {
	font-size: 16px;
}
a:hover, a:focus {
	color: #09418c;
	text-decoration: none;
	outline: 0;
}

/*****Карусель*****/
#myCarousel {
	margin-top: 50px;
	margin-bottom: 50px;
}
#myCarousel .item{
    background: #333;    
    text-align: center;
    max-width: 100%;
}
.carousel-inner>.item>img {
	width: 100%;
}

/******Пункты выбора*****/
.features {
	margin-top: 50px;
}
.features h2 {
	margin-bottom: 20px; 
}
.features .pre {
	width: 80%;
	margin: 0 auto 20px;
	color: #777;
	font-size: 16px;
	line-height: 28px;
}
.choice {
	margin-top: 60px;
	margin-bottom: 50px;
}
.media {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.media i.fa {
	color: #31708f;
	font-size: 80px;
	transition: all 0.5s linear;
}
.media-body{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 80%;
}
.media-heading {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.media i.fa:hover {
	transform: rotate(360deg);
	color: #ef7f1a;
}
.media .media-body:focus{
	color: #666;
}
@media (max-width: 990px) {
  .features .pre {
		width: 100%;
	}

	.media-body > .text-center {
		margin-bottom: 20px;
	}

	.media-body > .text-center:last-child {
		margin-bottom: 0;
	}
}
@media (max-width: 770px) {
	.features .pre {
		padding: 0 5px;	
	}
}
@media (max-width: 500px) {
	.media i.fa {
		font-size: 60px;
	}
}
 
/*****Части с фото и небольшим рассказом*****/
.part-ul {
	list-style: none;
	margin: 15px;
	padding: 10px;
	box-shadow: 0 0 5px #aaa;
	border-radius: 3px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.img-part {
	width: 45%;
}
.info-part {
	width: 50%;
	margin-left: 1em;
}
.part-ul--p {
	font-size: 16px;
}
.info-part:nth-child(2n+1) {
	margin-left: 0;
}
.img-part:nth-child(even) {
	margin-left: 1em;
}
.img-part>img {
	-webkit-transition: transform .5s linear;
        	transition: transform .5s linear;
}
.img-part>img:hover {
	-webkit-transform: rotate(5deg);
	    -ms-transform: rotate(5deg);
	        transform: rotate(5deg);
}
@media (max-width: 800px) {
	.part-ul--p {
		font-size: 14px;
	}
	.img-part {
		width: 50%;
	}
	.info-part {
		width: 45%;
	}
	.part-ul--h3 {
		font-size: 22px;
	}
}
@media (max-width: 700px) {
	.part-ul {
		flex-direction: column;
	}
	.img-part, .info-part {
		margin: 0;
	}
	.img-part {
		width: 80%;
		margin: 10px 0 !important;
	}
	.info-part {
		width: 95%;
	}
	.part-ul--h3 {
		text-align: center;
	}
}
@media (max-width: 560px) {
	.img-part {
		width: 90%;
	}
}
@media (max-width: 440px) {
	.part-ul--h3 {
		font-size: 20px;
	}	
}


/*About-me*/
.about-me {
	padding: 100px 0;
}
.uppercase {
    text-transform: uppercase;
}
.h-30 {
    height: 30px;
}
.h-10 {
    height: 10px;
}
.social {
	list-style: none;
	display: inline-block;
	padding-left: 0;
}
.social>li {
	margin: 0 10px;
	float: left;
}
.social>li>a {
	font-size: 25px;
	color: #555;
	-webkit-transition: all .3s ease-out;
	        transition: all .3s ease-out;
}
.social>li>a:hover {
	color: #ffbf00;
	font-size: 35px;
}
.about-me img {
	-webkit-transition: transform .3s linear .5s;
	    	transition: transform .3s linear .5s;
}
.about-me img:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	   transform: rotate(90deg);
}

/*подвал*/
.footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #434445;
  width: 100%;
  padding: 20px;
  margin: 0 auto 0;

}
.footer__text {
	color: #fff;
  	font-size: 1em;
  	line-height: 24px;
  	margin: 0;
}
.footer-col .social-bar-wrap a {
  padding: 0 10px;
  font-size: 20px;
  color: #ffbf00;
  opacity: .4;
}
.footer-col .social-bar-wrap a:hover {
  opacity: 1;
  color: #ffbf00;
}
@media (max-width: 640px) {
  footer {flex-direction: column;}
  .footer-col {margin-top: 10px;}
}
@media (max-width: 360px) {
  .footer__text {
    font-size: 14px;
  }
}
/*конец подвал*/ 