@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
body{
	font-family: 'Lora';
}
section{
	padding: 100px 0 70px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.title-box{
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 60px;
}
.title-box:after{
	content: '';
	width: 50px;
	height: 3px;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 25px);
	background-color: #30ADDD;
}
#team .title-box {
	color: white;
}
.section-title{
	margin-top: 0;
}
.section-subtitle{
	/*margin-bottom: 0;*/
}

.c-table{
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
}
.ct-cell{
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}

.overlay-light, .overlay-dark{
	position: relative;
}
.overlay-light div, .overlay-dark div{
	z-index: 2;
}
.overlay-light:after, .overlay-dark:after{
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.overlay-light:after{
	background-color: rgba(255, 255, 255, 0.8);
}
.overlay-dark:after{
	background-color: rgba(0, 0, 0, 0.5);
}

.img-full{
	width: 100%;
}

.tel_list{
	list-style-type: none;
	color: white;
	    font-size: medium;
	    font-family: serif;
}


/*navbar*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #fff;
	background-color: #161c28;
}
.navbar-default .navbar-nav>li>a{
	color: #fff;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #fff;
}
.navbar-default{
	background-color: #10141e;
	border-color: transparent;
}
.navbar-brand img{
	width: 60px;
	transition: all 0.4s ease-in-out;
}
.navbar-toggle{
	border-radius: 0;
}
@media (min-width: 768px){
	.navbar-brand img{
		width: 110px;
	}
	.navbar-nav>li>a{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}





/**********************
		Header
**********************/
.header{
	background: url(../images/header.jpg) center center / cover no-repeat;
	height: 100vh;
	position: relative;
}
.intro-box{
	height: 100vh;
}
.intro h1{
	position: relative;
	color: #fff;
	font-size: 46px;
	text-transform: uppercase;
	line-height: 1;
}
.intro h1:after, .intro h1:before{
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #fff;
}
.intro h1:after{
	bottom: -5px;
}
.intro h1:before{
	top: -5px;
}
.btn-header{
	position: absolute;
	bottom: 100px;
	text-transform: uppercase;
	font-size: 12px;
	padding: 12px 50px;
	left: calc(50% - 89px);
	border-radius: 0;
}
@media (max-width: 991px){
	.btn-header{
		bottom: 30px;
	}
}





/**********************
		Fun
**********************/
.fun{
	text-align: center;
	text-transform: uppercase;
}
.fun-box{
	margin-bottom: 30px;
}
.fun-number{
	font-size: 50px;
}
.fun-title{
	font-size: 18px;
}







/**********************
		CTA
**********************/
.cta{
	color: #fff;
	text-align: center;
	padding: 0;
}
.cta-bg{
	background-color: #253250;
	padding: 100px 0;
}
.cta h1{
	text-transform: uppercase;
}
.cta-btn{
	margin-top: 20px;
	display: inline-block;
	font-size: 30px;
	padding: 10px 30px;
	border: 3px solid #fff;
}
.cta-btn a{
	color: #fff;
	text-decoration: none;
}


/**********************
		Choose
**********************/
.choose{
	text-align: center;
	background-image: url(../images/choose.webp);
}
.choose-box{
	margin-bottom: 30px;
}
.choose-icon{
	color: #4c4c4c;
	font-size: 72px;
}
.choose-title{
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.choose-detail{

}






/**********************
		Practice
**********************/
.practice{
	text-transform: uppercase;
}
.practice-box{
	position: relative;
	margin-bottom: 30px;
	font-family: 'Roboto';
}
.practice-box:hover .overlay{
	opacity: 1;
}
.overlay{
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all 0.4s ease-in-out;
	background-color: rgba(0, 84, 166, 0.7);
}
.paractice-icon{
	font-size: 72px;
}
.practice-title{
	font-size: 20px;
	margin: 0;
}






/**********************
		Consultation
**********************/
.consultation{
	background-color: #F2EEED;
}
.consultation-form .form-control{
	margin-bottom: 30px;
	border-radius: 0;
}
.consultation-form  .bootstrap-select .btn, .consultation-form .dropdown-menu{
	border-radius: 0;
}
.btn-cn{
	background-color: #455579;
	border-radius: 0;
	color: #fff;
}
.btn-cn:hover{
	border-color: #455579;
	background-color: transparent;
	color: #455579;
}








/**********************
		Slider
**********************/
.slider-1{
	text-align: center;
	background-image: url(../images/familly-back.jpg);
}
#slider_1{
	background-color: #39496D;
}
.slider-1-item-box{
	color: #fff;
	padding: 50px;
}
.slider-1-item-box h2{
	margin:10px auto 20px;
	text-transform: uppercase;
}
.slider-icon{
	font-size: 72px;
}
.slider-1-item-box p{
	line-height: 1.5;
	font-size: 16px;
}
.slider_1{
	position: relative;
}
.slider_1 .owl-controls .owl-dots{
	bottom: 40px;
    position: relative;
}
.mb0{
	margin-bottom: -70px;
}


/**********************
		Team
**********************/
.team{
	background-color: #000;
}
.team-box{
	padding: 10px;
	margin-bottom: 30px;
	/*background-color: #fff;*/
	transition: all 0.4s ease-in-out;
}
.team-box:hover{
	box-shadow: 0px 0px 28px #0054A6;
}
.team-detail{
	background-color: #e1e1e1;
	color: #4b4b4b;
	padding: 20px;
}
.team-box ul{
	text-align: center;
	padding-left: 0;
}
.team-box ul li{
	list-style-type: none;
}
.team-box h3{
	/*font-weight: 700;*/
}





/**********************
		Clients
**********************/
.client-box{
	margin-bottom: 30px;
}
.client-box img{
	opacity: 0.5;
	transition: all 0.4s ease-in-out;
}
@media (min-width: 768px){
	.client-box img{
		padding: 50px 0;
	}
}
.client-box:hover img{
	opacity: 1;
}







/**********************
		Testimonial
**********************/
.testimonial{
	padding: 0;
}
#test-slider{
	background-color: #455579;
	color: #fff;
	padding: 60px;
}
.testimonial p{
	position: relative;
	padding: 0 20px 0 40px;
	font-style: italic;
	margin: 100px 0;
	line-height: 2;
}
.testimonial .item span{
	padding-left: 40px;
}
.testimonial p:after, .testimonial p:before{
	position: absolute;
	font-size: 24px;
}
.testimonial p:after{
	content: '"';
	right: 20px;
	bottom: -10px;
}
.testimonial p:before{
	content: '"';
	left: 20px;
	top: -10px;
}



/**********************
		FAQ
**********************/
.faq{
	background-image: url(../images/faq.jpg);
}
.faq .panel-group .panel{
	margin-bottom: 20px;
}
.faq .panel-default>.panel-heading{
	background-color: #455579;
}
.faq .panel-body{
	background-color: #5B6B8D;
	color: #bcbcbc;
}
.faq .panel-default>.panel-heading a{
	color: #fff;
	text-transform: uppercase;
}
.faq .panel-heading, .faq .panel-body, .faq .panel-group .panel{
	border-radius: 0;
}



/**********************
		Contact
**********************/
.contact{
	background-color: #F2EEED;
	color: #969595;
}
.contact-logo{
	margin-bottom: 30px;
}
.contact ul{
	padding-left: 0;
}
.contact ul li{
	list-style-type: none;
}
.contact ul li span{
	padding-right: 10px;
}
.contact ul, .contact p{
	line-height: 1.7;
	font-family: 'Roboto';
}
.input-group-addon, .form-control{
	background-color: #fff;
	border-color: transparent;
}
.contact .input-group{
	padding-bottom: 20px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle{
	border-radius: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){
	border-radius: 0;
}
.contact button{
	background-color: #435174;
	border-radius: 0;
	color: #fff;
}
.contact button{
	padding: 8px;
}





.subscribe{
	border-bottom: 3px solid #2C3447;
	background-color: #10182D;
	color: #969595;
}
.subscribe h2{
	color: #fff;
}
.subscribe-form{
	margin-top: 30px;
}




/*Footer*/
.footer{
	background-color: #10182D;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #969595;
}

.footer .footer-social {
  font-size: 24px;
}
.footer .footer-social a {
  color: #969595;
  margin: 8px;
}
@media (min-width: 768px){
	.footer .footer-social{
		float: right;
	}
}
@media (max-width: 767px){
	footer, .subscribe{
		text-align: center;
	}
}

[class*=mobo-] {
text-indent: 5px;
background-position: 0 0;
background-repeat: no-repeat;
margin-top: 5px;
//display:inline;
//zoom:1;
vertical-align:middle;
margin-right:3px;
}

/*Київстар*/
.mobo-kyivstar-16{
line-height:16px;
padding-left:16px;
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACHUlEQVQ4T6WSTUhUURiGn+/ecx3FcEahINAWE/SDhFHRMhfRQiqipKB2WbpKnVxUtBKCiP4oR00X0SZoIbSpRVIiRFQ7S9DcCRIYRWYZjjP35/RpTlMqgnQuFy73fOf53vc9n7Da6sztIqSab94j2iVYqVRWBaSjYSxJSuUwZ2Rw7YCe6ANIFTGOclqerx3Qa0dVwab/AYwpoJIi6mmQ/pUVdGar8U0Dnn2H9V/xsniCPgkXijvCh2phLyVyhEZRO7pu2wqKsrsJvH1YOy50+21gruAxQ2i/ENghnOg+rnnNNOsxrNNnnAwbMVEjYvdjnEocSZC1E8K1qThl8VasdjHsQESYCwfIuGe5KB8Xu5bgRU24cl1fo40+YaNnEPUUrrHJetTonduoTju8J8cALZL94/uW3UIsqsdosDl3UPd+zO+tPAfHrasoKQyP1W812S65pUEuBzywxXwPajGmnA08ZpSACn8PobMV3Becl8m/IUsA2qkrOIDr3tQwE8w4NZQyixPewHFOaup3FJTOy19uIZ3dhudd1YTrNIt7TDqXGenzqT12CNfpwuEnoVziM0/z9goKum25pprSwyklv8X3W2mOjf2eh69lmEQKIxd0sN7oXopzsZF/FXTZ7frjrspMarYt6r+fE4sDtQCZ24yr6qwcVHWnaHafaJ16zq9evcaMvxMCh+mSoeWJa21HNknoVmFnh2mLT80f/QXGWMYor/rODQAAAABJRU5ErkJggg==);
}

/*Vodafone*/
.mobo-vodafone-16{
line-height:16px;
padding-left:16px;
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAADE0lEQVQ4T1VTS0wTURQ9b6SEdgoNEaHVFEUMENg2IWyMurAbNwYTjRrdycJg3ChuCApGo9GtQtjpzggrNQIiLjRx0ehCTP2UhBb6CS2U0k6n02k7nleR4E1e5s1795577r3nCeyyQCBgczqdhxsaGk7bbLaT5XL5kFUuI6dpkY10eq68Z89ULbDk8/nMf2FCbizLEsvLyy0Oh+OC3W6/CiEO5dfXRT6ZhDY1BWt1FdrZs5azrS2ylck8yWazz/1+f0IIYVUBFhcX3V6v9wYPBsqWperRKHKBABrn5+H49g3fh4ZQ190NXdNQNM28ruuTBHnQ398fF5I2g6+pqnqnVCqpGoOLnz+jJRhE3cwM4qaJyOvXUNJpGATQCwUYhpGnjWUymcciGAx2EGCWwQcNXYf+4QP2fvwI9c0bsC5sNjcjdv48Nnw+5D0eGNlsFaRQKKySiV9Eo9Ehl8t1v2AYQguFUPf2LZpYt/LjB1AswmKJBbsd6z09CJ05g7WODuhbW7wqolKpjIhkMjlPnxMl6cjMrvFxNH75AqRSsrs7MzIVBcvHjuErQTZramBVKvLuk0ilUiGitUuHCmtuGh2FMxIBWPtukwniXi8Cly5hrb29yo62IhKJxBIBDptCwJqbQ9PwMFyx2H/Zpad0j7nd+Hr5MtY6OyGYgONfEeFw+D0Fc7xESvrPn2gaG4OHU6jOd9tkIVkmWOrqwq9z55Devx8K/QnwSVADtyige3lNExpp1b54gbbJSTRsbFQbWOYyGJyor0fo1CnEjx6tsqFmZBNvi4WFhS6PxzOjaVqrQQCN83a+eoUDs7Ool5qgc5KjXO3tRbKvDzlVhfK3uVHTNP1VIZHKda4RgqgcJ7RcDgrLqQ2HUeFb0PftQ44NLNpsEKTO7Hn63+X3UbVUsnDz5yYVdoUKUykQ5MmmWCrJOqGQruBe0qbJ4Elmfzg4OBjbeUzT09MS5CIVdpWrlQ4cy7YO/gbKnxWup5zaMwbH5dnuZmNiYsKmKMoRTqWflye5b5UvlRZmw97x7CX3vwcGBnZE8gdrHsSPc0dSBgAAAABJRU5ErkJggg==);
}

/*Lifecell*/
.mobo-lifecell-16{
line-height:16px;
padding-left:16px;
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAC0ElEQVQ4T21TXUgUURT+7sy4P+ZmgksPauhTZERkkg/10g9WitCL4FMgPfQkSVES1lPZg4GwCZI9RFL5EJZQBkVFUqKJVhISFEUiiVtbKtruzO7s3Nt3JzckmmFm75zznXO+c76zAmsupWBiGsV2FvtFFoeFQpkCDAjMSQvPRBqPwjbiYi+yuTCROyxMonAdUE9wK21blECSzgDPpo9RsPj+JBW6XQ+D62vwU5v9BGoEkXQIx3k8IQQirDolPLwQFjYxoI62oJ9CQZClTX9vKIyY2IoFoe7AzFTgCCt2EVhE4BwBrfc/42njDljpZfTTXku7zLFVkkkU2kO/0CfUOxSlM3hgGKiUEu89D7c8EwPrq/FDBziv0c0EzTx6eh6ci2YtyWYm6+CQSL5Fnemhj4YBw8J1z0VYGNhO8DSh5USfY4JiftsMG5MCXw2FWtpKeW4RqTF0GSYM10FHMIQSZeI826kREin+Bplgg+6f5YeZoCWrkAqYaKStnUlGhDOF2Pwi2qJhFFp5rAYcZWUW5FvfEiYHOcS+Y/m7MKrbSo6j2jRxkyhbTPYib2ge3tl6NCgD11Yn7s+cQaOU7HRBAWaTDiqsLBzbRiIUwRm22Uyl4r6MK28QtSQucZBNDPRYMUHHFWp31fFQSjnbaG8idImPzeCNei+Uhyd+AmcCm0l2kI4SyvOFalyYS2CoLIoS2mOE7KPPze3N6k4EyPYUVYFwxrGHCjwkOM7gzkWgP7yCAKn2kFWDlnBNsG5PP/GUi4N6s4Q9jt1McFuzcAU6IlVI2BM4RnU6CdWr/Hfl/c1VyDDBRbbY4zuWn6M4L4J6yvYhfydeLb1EEVf1LmlX/RtMhi4lvhEM47LYhm9//gtkMTOMYHkEnqiGS2lrSbqHPUZz6+sPTeE797mXHfSxUJx+1vzP5YzhACd/Upqo5JAMBs8S+Dgjca/AwEddJBf2G3kFHrOqhHDQAAAAAElFTkSuQmCC);
}


/**************************\
  Basic Modal Styles
\**************************/

.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.photo-pointer{
	cursor: pointer;
}

table {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  border-collapse: collapse;
  color: #686461;
  margin: 0 auto;
}
caption {
  padding: 10px;
  color: white;
  background: #8FD4C1;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
}
th {
  border-bottom: 3px solid #B9B29F;
  padding: 10px;
  text-align: center;
}
td {
  padding: 10px;
  text-align: left;
}
tr:nth-child(odd) {
  background: white;
}
tr:nth-child(even) {
  background: #f7f7f7;
}
.bullet {
margin-left: 0;
list-style: none;
counter-reset: li;
}
.bullet li {
position: relative;
margin-bottom: 1.5em;
border: 3px solid #CADFCF;
padding: 0.6em;
border-radius: 4px;
background: #FEFEFE;
color: #231F20;
font-family: "Trebuchet MS", "Lucida Sans";
}
.bullet li:before {
position: absolute;
top: -0.7em;
padding-left: 0.4em;
padding-right: 0.4em;
font-size: 16px;
font-weight: bold;
color: #DCC24B;
background: #FEFEFE;
border-radius: 50%;
counter-increment: li;
content: counter(li);
}
.pans{
color: gray;
}

/* LIST #3 */
#list3 { }
#list3 ul { list-style-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ5LiSb6BNPo2xAcedsvwRcr6rkCxha2XQsLdG6bQHzBc1nuP4raQ"); color:#eee;
font-size:18px; }
#list3 ul li { line-height:30px; }