/* Css */
/* ======================================================================== */
/* ! Buttons
/* ======================================================================== */
 .btn {
 	border: none;
	font-size: 16px;
 	display: inline-block;
 	text-align: center;
 	font-family: 'Roboto';
 	text-shadow: none;
 	-webkit-box-shadow: none;
	box-shadow: none;
 }
.btn:hover,
.btn:active {
	text-decoration: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	color: #fff;
}
.btn-large,
.btn-small,
.btn-mini {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid;
}
.btn-large {
	padding: 15px 50px;
}
.btn-large.width-p {
	width:200px;
	padding: 15px 40px;
}
.btn-tomato,
.btn-tomato:focus, 
.btn-tomato:active,
.btn-tomato.active, 
.btn-tomato.disabled, 
.btn-tomato[disabled] {
	background: none repeat scroll 0 0 #EA8E05;
	color: #fff;
	border: 2px solid;
}
.btn-tomato:hover,
.btn-tomato-dark:hover {
	background: #09B551 none repeat scroll 0 0;
}
.btn-turquoise,
.btn-turquoise:focus, 
.btn-turquoise:active,
.btn-turquoise.active, 
.btn-turquoise.disabled, 
.btn-turquoise[disabled] {
	background: #5079C5 none;
	color: #fff;
}
.btn-turquoise:hover {
	background: #3EC9C4 none;
}
.btn-transparent,
.btn-transparent:focus, 
.btn-transparent:active,
.btn-transparent.active, 
.btn-transparent.disabled, 
.btn-transparent[disabled] {
	background: rgba(255,255,255,.2) none;
	-webkit-box-shadow: inset 0px 0px 0px 1px #fff;
	-moz-box-shadow: inset 0px 0px 0px 1px #fff;
	box-shadow: inset 0px 0px 0px 1px #fff;
	color: #fff;
}
.btn-transparent:hover {
	background: rgba(255,255,255,.5) none;
}
/* ======================================================================== */
/* ! Margins
/* ======================================================================== */
.mar-t10 { margin-top: 10px; }
.mar-t20 { margin-top: 20px; }
.mar-t30 { margin-top: 30px; }
.mar-t40 { margin-top: 40px; }
.mar-t50 { margin-top: 50px; }
.mar-t60 { margin-top: 60px; }
.mar-t-50 { margin-top: -50px; }
.mar-b10 { margin-bottom: 10px; }
.mar-b20 { margin-bottom: 20px; }
.mar-b30 { margin-bottom: 30px; }
.mar-b40 { margin-bottom: 40px; }
.mar-b50 { margin-bottom: 50px; }
.mar-b60 { margin-bottom: 60px; }
/* ======================================================================== */
/* ! General
/* ======================================================================== */
body {
	font: 15px/20px "Roboto", Arial, Helvetica,  sans-serif;
/*	background: url("../images/universe_bg.jpg") scroll 50% 42%;*/
    background: none;
    background-size: contain;
	color: #222a31;
	padding-top: 60px;
}
a {
	color: #5079C5;
}
a:hover {
	color: #ea8e05;
	text-decoration: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
.colored a {
	color: #fff;
}
.colored a:hover {
	color: rgba(255,255,255,.5);
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
.bold,
strong {
	font-family: 'Roboto';
}
.light {
	font-family: 'Roboto';
}
.uppercase {
	text-transform: uppercase;
}
.wrapper {
	min-height: 700px;
	box-sizing: border-box;
	position: relative;
	padding: 60px 0;
}
.wrapper.first-bg {
    background: url(images/find-study-buddy.png) no-repeat;
    background-size: cover;
}
.mini-wrapper {
	min-height: 310px;
	position: relative;
	padding: 60px 0 90px;
}
.anchor {
	position: absolute;
	top: -80px;
}
.bordered {
	border: 5px solid #fff;
	display: inline-block;
}
.full-rounded {
	border-radius: 1000px;
	-moz-border-radius: 1000px;
	-webkit-border-radius: 1000px;
	-ms-border-radius: 1000px;
}
header,
section,
footer {
	z-index: 2;
}
/* ======================================================================== */
/* ! Typography
/* ======================================================================== */
h1, h2, h3, h4, h5, h6, p { margin: 0 0 20px; letter-spacing: 0; }
h2 { font: 100 52px/52px "Roboto", Arial, Helvetica,  sans-serif;     text-shadow: 0px 1px #444;}
.bg-turquoise h2 {color: #fff;}
.bg-white h2 {color: #EF8F00;}
h3 { font: 100 24px/30px "Roboto", Arial, Helvetica,  sans-serif; }
h3 { font: 100 24px/30px "Roboto", Arial, Helvetica,  sans-serif; }
h4 { font: 100 30px/36px "Roboto", Arial, Helvetica,  sans-serif; }
h5 { font: 100 18px/24px "Roboto", Arial, Helvetica,  sans-serif; }
h6 { font: 100 14px/20px "Roboto", Arial, Helvetica,  sans-serif; }
.colored p, .colored ul { color: #EEEEEE; }
p, ul { color: #4A4E52; }
/* ======================================================================== */
/* ! Nav
/* ======================================================================== */
.navbar .brand {
	color: #222a31;
	padding: 6px 0 0 20px;
	font-size: 30px;
}
.nav {
	font: normal 16px/16px "Roboto", Arial, Helvetica,  sans-serif;
	text-shadow: none;	
}
.navbar-inner {
	background: #fff;
	background-image: none;
}
.navbar .nav > li > a {
	color: #fff;
	padding: 20px 10px;
	text-shadow: 0 1px 0 #000;
}
.navbar .nav > li > a:focus, 
.navbar .nav > li > a:hover {
	text-shadow: none;
}
.navbar-fixed-top .navbar-inner, 
.navbar-static-top .navbar-inner {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	background: none repeat scroll 0 0 #4c5a75;
}
/* ======================================================================== */
/* ! Row1
/* ======================================================================== */
.main-title {
	margin: 20px auto 40px;
}
.main-title h1 {    
    /*font: 700 72px / 65px UkrainianFuturisBold;
    letter-spacing: 0;
    margin: 0 0 20px;
    text-shadow: 1px 3px 5px rgba(0, 1, 1, 0.22);
    transform: scale(0.846,0.846);*/
    font: 400 30px / 38.998px Roboto;
    width: 610px;
    margin-left: auto;
    margin-right: auto;
}
.main-title h2 {
	font-size: 48px;
	margin: 0 0 10px;
	text-shadow: 1px 1px 0 #777;
}
.main-title h3 {
    font: 400 35px / 22px Roboto;
    text-shadow: 1px 1px 0 #777;
}
.main-title h4 {
/*	font: 100 22px/36px "Roboto",Arial,sans-serif;*/
    font: 400 30px / 38.998px Roboto;
    width: 610px;
    margin-left: auto;
    margin-right: auto;
}
/* ======================================================================== */
/* ! Pricing table
/* ======================================================================== */
.pricing-table {
	-webkit-box-shadow: inset 0 0 0 1px #ebebeb;
	-moz-box-shadow: inset 0 0 0 1px #ebebeb;
	box-shadow: inset 0 0 0 1px #ebebeb;
	padding: 30px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
.pricing-table:hover {
	top: -10px;
	position: relative;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	cursor: pointer;
}
.pricing-table h4 {
	padding: 0 0 30px;
	margin: 0 0 30px;
	border-bottom: 1px solid #ebebeb;
}
.pricing-action .bg-tomato {
	font-family: 'Roboto-Bold', Arial, sans-serif;
	display: block;
	padding: 20px 0;
	font-size: 16px;
}
.pricing-action .bg-tomato:hover {
	background: #ff805f none;
	color: #fff;
	text-decoration: none;
}
.price {
	font-size: 88px;
	font-family: 'Roboto-Bold', Arial, sans-serif;
}
.decimal {
	font-family: 'Roboto-Bold', Arial, sans-serif;
	font-size: 44px;
}
.pricing-price {
	padding: 40px 0;
	position: relative;
}
.pricing-features {
	padding: 0 10px 40px;
}
.focus {
	margin-top: -30px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.focus .pricing-price {
	padding: 70px 0;
}
.focus .bg-tomato {
	background: rgba(255,255,255,.2);
}
.focus .pricing-features {
	color: #fff;
}
/* ======================================================================== */
/* ! Tabs
/* ======================================================================== */
.colored .nav-tabs.nav-stacked > li > a {
	border: 1px solid #fff;
	font: 100 18px/36px "Roboto", Arial, Helvetica,  sans-serif !important;
	padding: 10px 20px;
}
.colored .nav-tabs > .active > a, 
.colored .nav-tabs > .active > a:hover, 
.colored .nav-tabs > .active > a:focus {
	background: #445069;
	color: #fff;
}
.colored .nav-tabs.nav-stacked > li > a:hover, 
.colored .nav-tabs.nav-stacked > li > a:focus {
	border: 1px solid #fff;
	background: rgba(255,255,255,.5);
	color: #445069;
}
.nav-tabs.nav-stacked > li:first-child > a {
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px; 
}
.nav-tabs.nav-stacked > li:last-child > a {
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}
.tab-pane h4 { 
	font: 100 24px/30px "Roboto", Arial, Helvetica,  sans-serif; 
	color: #e39f1a;
}
/* ======================================================================== */
/* ! Testimonial
/* ======================================================================== */
#testimonial-slider .thumbnail {
	display: inline-block;
	margin: 0 auto 10px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	position: relative;
	box-shadow: none;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
}
.carousel-indicators {
	position: relative;
	right: auto;
	left: auto;
	top: 0;
	text-align: center;
}
.carousel-indicators li {
	text-indent: 0;
	height: auto;
	cursor: pointer;
	background: none;
	opacity: 0.5;
}
.carousel-indicators li.active,
.carousel-indicators li:hover {
	background: none;
	opacity: 1;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-inner .item blockquote {
	clear: both;
	border: none;
	position: relative;
	padding: 30px 30px 30px 90px;
	border-radius: 5px;
	background: #bbcae1 url('../images/blockquote.png') no-repeat 22px 35px;
	font-size: 20px;
	font-style: italic;
	line-height: 25px;
}
.carousel-indicators li.active .arrow,
.carousel-indicators li.active:hover .arrow {
	width: 0;
	height: 0;
	margin: 10px auto 0;
	display: block;
	border-bottom: 30px solid transparent;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom-color: #bbcae1;
}
.carousel-indicators li .arrow,
.carousel-indicators li:hover .arrow {
	border-bottom-color: transparent;
	width: 0;
	height: 0;
	margin: 10px auto 0;
	display: block;
	border-bottom: 30px solid transparent;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
}
.carousel-control {
	border: none;
	background: none;
	font-size: 30px;
	top: 80px;
}
.carousel-control.left {
	left: -10px;
}
.carousel-control.right {
	right: -10px;
}
/* ======================================================================== */
/* ! Footer
/* ======================================================================== */
footer * {
	margin: 0;
	padding: 0;
}
footer {
	background: #222a31;
	color: #fff;
	padding: 20px 0;

	position: absolute;
	width: 100%;
}
footer a {
	color: #fff;
}
/* ======================================================================== */
/* ! Slideshow
/* ======================================================================== */
.bannercontainer {
	position:relative;
}
.banner {
	height:580px;
	position:relative;
	overflow:hidden;
}
.tp-leftarrow.round-old,
.tp-rightarrow.round-old,
.tp-bullets.simplebullets.round-old .bullet {
	background: none;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	margin: 0 10px 0 0;
}
.tp-bullets.simplebullets.round-old .bullet.selected {
	background: #fff;
}
.tparrows {
	display: none;
}
/* ======================================================================== */
/* ! Animations
/* ======================================================================== */
@keyframes animatedBackground {
	from { background-position: center 550px; }
	to { background-position: center bottom; }
}
@-webkit-keyframes animatedBackground {
	from { background-position: center 550px; }
	to { background-position: center bottom; }
}
@-ms-keyframes animatedBackground {
	from { background-position: center 550px; }
	to { background-position: center bottom; }
}
@-moz-keyframes animatedBackground {
	from { background-position: center 550px; }
	to { background-position: center bottom; }
}
.home {
    background: url(images/mac.png);
	background-position: center bottom;
	background-repeat: no-repeat;

	animation: animatedBackground 1s ease-in-out;
	-ms-animation: animatedBackground 1s ease-in-out;
	-moz-animation: animatedBackground 1s ease-in-out;
	-webkit-animation: animatedBackground 1s ease-in-out;
}

@keyframes animatedBody {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-webkit-keyframes animatedBody {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-ms-keyframes animatedBody {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-moz-keyframes animatedBody {
	from { opacity: 0; }
	to { opacity: 1; }
}
body {
	animation: animatedBody 1s linear;
	-ms-animation: animatedBody 1s linear;
	-moz-animation: animatedBody 1s linear;
	-webkit-animation: animatedBody 1s linear;
}
#back {
	position: fixed;
	width: 1920px;
	height: 1920px;
	z-index: 1;
	top: -400px;

	
	-webkit-animation-name: rotate;
	-webkit-animation-duration:700s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	-moz-animation-name: rotate;
	-moz-animation-duration:700s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:linear;
	animation-name: rotate;
	animation-duration:700s;
	animation-iteration-count:infinite;
	animation-timing-function:linear;

	background: url("../images/universe_icons.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
@-webkit-keyframes rotate {
  from { -webkit-transform:rotate(-180deg);}
  to {  -webkit-transform:rotate(180deg);}
}

@-moz-keyframes rotate {
  from { -moz-transform:rotate(0deg); }
  to { -moz-transform:rotate(360deg); }
}


@-moz-keyframes rotate {
  from { transform:rotate(0deg); }
  to { transform:rotate(360deg); }
}
/* ======================================================================== */
/* ! Bootstrap resetting elements for flat design
/* ======================================================================== */
.btn {
	background-image: none;
}
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

.min-hght172 {
	min-height: 172px;
}

.min-hght190 {
	min-height: 190px;
}

.text-block-slide {
  display: block;
  height: 350px;
  width: 300px;
}

.title-slide {
  font-family: Roboto;
  font-size: 25px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
}

p.text-block-content {
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #2c2f38;
  font-weight: 300;
  height: 57px;
  width: 100%;
}

.ml60 {
	margin-left: 60%;
}

.ml30 {
	margin-left: 30%;
}

.mar-t60 {
  margin-top: 60px;
}

.familiarity-text>.span6>p {
	display: block;
	font-size: 14px;
	line-height: 21px;
	color: #2c2f38;
	font-weight: 300;
	width: 100%;
}
.mar-left0 {
	margin-left: 0 !important;
}
.familiarity-text .span5 p {
	color: #EEEEEE;
}

h3.color-dark {
	color: #D0D7EE;	
}

.min-hght172 .span2.text-center img {
	width: 60px;
}
.pad-b30 {
	padding-bottom: 30px !important;
}

.img-mag2 {
	float: right;
	margin: 0 10px 0 30px;
	width: 20%;
}
.transparent {
	background-color: transparent;
	border: 1px solid #fff;
    padding: 1px 50px;
    color: #fff;
}
.transparent:hover {
    background: #ff805f none;
    /*border: 0;*/
    padding: 15px 50px;
}
.m-b10{
	margin-bottom: 10px;
}
.mission-block {
	font-size: 22px;
    line-height: initial;
}
.min-height-mission-block {
	min-height: 500px;
}
.overflow-x-hidd{
    overflow-x: hidden;
}

.span12 {
    margin: 0 20px;
    width: 1170px;
}

.min-height-735 {
	min-height: 735px;
}
.m-t25 {
	margin-top: 25px;
}
.block-title {
    color: #ffe175 !important;
    font: 700 32px Roboto;
    text-shadow: 1px 2px 1px rgba(0, 1, 3, 0.29);
    
}
.block-title-small {
    font: 400 32px Roboto;
    color: #ffffff;
    text-shadow: 1px 2px 1px rgba(0, 1, 3, 0.29);
}
.block-title-smaller {
    font: 400 26px Roboto;
    color: #ffffff;
    text-shadow: 1px 2px 1px rgba(0, 1, 3, 0.29);
}
.bg-slider {
	background-color: #96b2d8;
}

.carousel-inner {
	min-height: 475px;
}

.carousel-inner > .item > img {
	margin: 0 auto;
}
.slide-content {
    color: #435984;
    font: 400 32px Roboto;
    margin: 20px auto;
    text-align: center;
}
.indicator {
	display: inline-block;
    border-color: #c4c4c4;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    height: 26px;
    width: 26px;
    background: url(images/indic1.png);
    margin-right: 12px;
    cursor: pointer;
}

.indicator.active {
    background: url(images/indic2.png);
}
.carousel-control.left {
    background: url(images/left.png) no-repeat 50%;
    cursor: pointer;
    top: 150px;
    width: 63px;
    height: 63px;
}
.carousel-control.right {
    background: url(images/right.png) no-repeat 50%;  
    cursor: pointer;
    top: 150px;
    width: 63px;
    height: 63px; 
}
.min-h675 {
	min-height: 675px;
}
.m-b5 {
	margin-bottom: 5px;
}
.results-info {
    margin-bottom: 55px;   
}
.fa-arrow-small {
    background: url(images/arr1.png) no-repeat;
    height: 58px;
    width: 164px;
    display: inline-block;
    padding-left: 35px;
}

.fa-arrow-normal {
    background: url(images/arr3.png) no-repeat;  
    height: 58px;
    width: 278px;
    display: inline-block;
    padding-left: 35px;
}
.fa-arrow-large {
    background: url(images/arr2.png) no-repeat;   
    height: 58px;
    width: 280px;
    display: inline-block;
    padding-left: 17px;
}
.number-title {
    color: #ffe075;
    font: 700 55px / 56px Roboto;   
    display: inline-block;
    position: relative;
}
.number-content {
    color: #ffffff;
    font: 300 17px / 20px Roboto;   
    display: inline-block;
	vertical-align: top;
}
.bold-content {
    color: #ffffff;
    font: 700 15px / 20px Roboto;   
}
.sub {
    font: 500 22px / 56px Roboto;
    /*position: absolute;
    bottom: -11px;
    left: -18px;*/
}
.m-l10 {
	margin-left: 10px;
}
.m-l35 {
	margin-left: 35px;
}
.padd-t5 {
	padding-top: 5px;
}
.m-l100 {
	margin-left: 100px;
}
.m-l5 {
	margin-left: 5px;
}
.m-l0{
	margin-left: 0 !important;
}
.percent {
    color: #ffffff;
    font: 700 50px / 56px Roboto;
    transform: scale(0.85,0.848);
    letter-spacing: 0;
    margin: 0 0 20px;
}
.percent-content {
    color: #ffffff;
    font: 300 17px / 20px Roboto;
    transform: scale(0.85,0.848);
}
.alliance img {
    margin-left: 20px;
    width: 956px;
    height: 31px;
}

.bg-solution {
    background-color: rgba(157, 176, 213, 0.1);
    min-height: 850px;
}
.solution-title {
    color: #647aa4;
    font: 600 32px / 42px Roboto;   
    text-align: center;
}
.solution-title2 {
    color: #647aa4;
    font: 600 24px / 42px Roboto;   
    text-align: center;
}
.dark-orange {
    color: #d86e1b;   
}
.solution-block {
	text-align: center;
    position: relative;
}
.solution-box {
    background-color: #ffffff;
    border-color: #eceff5;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    height: 660px;
    width: 308px;
    margin-right: 18px;
    vertical-align: top;
}
.bord-grey {
    border-top: 9px solid #c4c8cd;
}
.bord-blue {
    border-top: 9px solid #a4bbdc;
}
.bord-orange {
    border-top: 9px solid #d86e1b;
}
.solution-box img {
	margin-top: 10px;
	margin-bottom: 20px;
}
.solution-title {
    text-transform: uppercase;
}
.blue {
    color: #4c5a75;
}
.grey {
    color: #a9aaac;   
}
.bg-grey li, .bg-blue li, .bg-violet li, .bg-green li, .bg-pink li {
	position: relative;
    padding: 9px 3px 9px 40px;
	list-style: none;
}
.minus li:before {
    background: url(images/minus.png) no-repeat 0 50%;
    position: absolute;
    top: 50%;
    left: 12px;
    width: 15px;
    height: 5px;
    display: table;
    content: "";
    line-height: 0;
}
.minus li.min-h-li:before {
    top: 28px;
}
.plus li:before {
    background: url(images/plus.png) no-repeat 0 50%;
    position: absolute;
    top: 33%;
    left: 8px;
    width: 24px;
    height: 18px;
    display: table;
    content: "";
    line-height: 0;
}

ul.bg-grey {
    /*height: 100%;*/
	background-color: rgba(196, 199, 204, 0.16);
	background-size: auto;
	min-height: 481px;
	padding-top: 4px;
	border-bottom-right-radius: 8px; 
    border-bottom-left-radius: 8px;
}
ul.bg-grey li:nth-child(odd), ul.bg-blue li:nth-child(odd), ul.bg-pink li:nth-child(odd), ul.bg-violet li:nth-child(odd), ul.bg-green li:nth-child(odd) {
	background-color: #ffffff; 
}

ul.bg-blue {
    /*height: 100%;*/
    background-color: rgba(169, 186, 218, 0.16); 
	background-size: auto;
	min-height: 465px;
	border-bottom-right-radius: 8px; 
    border-bottom-left-radius: 8px;
}
ul.bg-pink {
    /*height: 100%;*/
    background-color: rgba(216, 110, 27, 0.16);
	background-size: auto;
	min-height: 483px;
	border-bottom-right-radius: 8px; 
    border-bottom-left-radius: 8px;
}
ul.bg-violet {
    /*height: 100%;*/
    background-color: rgba(197,81,240, 0.16);
	background-size: auto;
	min-height: 450px;
	border-bottom-right-radius: 8px; 
    border-bottom-left-radius: 8px;
}
ul.bg-green {
    /*height: 100%;*/
    background-color: rgba(120,203,67, 0.16);
	background-size: auto;
	min-height: 450px;
	border-bottom-right-radius: 8px; 
    border-bottom-left-radius: 8px;
}

.m-t15 {
	margin-top: 15px !important;
}
.mar0 {
	margin: 0;
}
.m-t7{
	margin-top: 7px !important;
}
.min-h-li {
	height: 60px;
}
.bg-turquoise-img {
    /*background: url(images/icons-pattern.png) no-repeat;*/
    background: url(images/bg-img3.png) no-repeat;
    min-height: 800px;
}
.padd0 {
	padding:0;
}
.font-size28 {
    font: 400 28px / 42px Roboto;   
}
.advantages-block {
    margin: 0 auto;
    /*width: 790px;*/
}
.advantages-box {
    height: 242px;
    width: 241px;
    display: inline-block;
    margin: 0;
    padding: 15px 0px 0 15px;
    position: relative;
}
.orange {
    background-color: #f08f43;
}
.dark-blue {
    background-color: #678ac9;   
}
.dark-grey {
    background-color: #4c5a75;
}
.advantages-box h3 {
    color: #ffffff;
    font: 700 22px / 30px Roboto;
    position: relative;
}

.advantages-box p {
    color: #ffffff;
    font: 400 16px / 18px  Roboto;
    position: relative;
}
.advantages-box i {
    background: url(images/line.png) no-repeat;
    height: 2px;
    width: 61px;
    position: absolute;
    display: block;
    top:30px;
}
.displ-t-cell {
	display: table-cell;
}
.displ-t-col {
	display: table-column;
}
img.img-block1 {
	float: right;
	margin-top: 16px;
}
img.img-block2 {
	float: right;
	margin-top: 14px;
}
img.img-block3 {
	float: right;
    margin-right: 15px;
    margin-top: 30px;
}
img.img-block4 {
    margin: 10px 0 0px -8px;
    width: 239px;
    height: 119px;
}
img.img-block5 {
    float: right;
    margin-top: 16px;
    margin-right: 16px;
    width: 129px;
}
img.img-block6 {
    margin: 10px 0 0px -8px;
    width: 239px;
    height: 119px;
}

.bg-light-blue {
    background-color: #f2f5f9;   
}

.h2-title {
    font: 700 32px / 42px Roboto;  
    text-align: center; 
}
.h3-title {
    font: 400 28px / 42px Roboto;   
}
.color-orange {
    color: #ea7c26 !important;
}
.color-bright-blue {
	color: #00a3fa !important;
}
.color-violet {
	color: #8923AE !important;
}
.color-green {
	color: #5CAB28 !important;
}
.bord-color-orange {
	border-top: 15px solid #ea7c26 !important; 
}
.method-img {
    margin: 0 auto;
}
.large-picture {
    margin-left: 170px;
    margin-top: 20px;
}
.price-block {
    margin: 30px auto;  
    display: table;
}
.opportunities-box {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 2px 1px 0.00px rgba(0, 1, 1, 0.16);
    height: 710px;
    width: 305px;
    display: inline-block;
    margin-right: 17px;
    vertical-align: bottom;
    
}
.price-box {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 2px 1px 0.00px rgba(0, 1, 1, 0.16);
    height: 680px;
    width: 306px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: bottom;
}
.price-box.zno-th {
    height:745px;
}
.price-box.zno-th .bg-zno-img {
    height:277px;
}
.price-box.math {
    
}
.price-box.ua {
    
}
.opportunities-title {
    color: #484949;
    font: 700 27.7px / 27px Roboto;
    padding: 36px 56px 16px;
}
.opportunities-box ul li {
	border-top: 1px solid #c4c8cd;
    font: 500 16px Roboto;
    color: #343437;
	line-height: 1.24;
} 
.opportunities-box .bg-grey li ul li {
	padding: 0;
	position: relative;
    background-color: transparent;
    border:0; 
    font: 400 17px / 20px Roboto;
}
.opportunities-box li ul li:before {
    display: table;
    content: "-";
    line-height: 0;
    position: absolute;
    left: -15px;
    top: 50%;
}
.opportunities-box .bg-grey li {
    padding: 9px 3px 9px 20px;
}
.heigth32 {
    height: 32px;
}
.m-t-3 {
    margin-top: -3px;
}
.bg-img-0 {
    background: url(images/0000.png); 
    display: block;
    text-align: center;
}
.bg-img-math {
    background: url(images/bg-math.png); 
    display: block;
    text-align: center;
}
.bg-img-ua {
    background: url(images/bg-ua.png); 
    display: block;
    text-align: center;
}
.bg-img-200 {
    display: block;
    text-align: center;
    background: url(images/2002.png);
    height: 295px;
    
}
.bg-img-0 img {
    margin-top: -17px;
    margin-bottom: 15px;
    width: 114px;
    height: 134px;
}
.bg-img-math img {
    margin-top: -17px;
    margin-bottom: 15px;
    width: 114px;
    height: 134px;
}
.bg-img-ua img {
    margin-top: -17px;
    margin-bottom: 15px;
    width: 114px;
    height: 134px;
}
.bg-img-200 img {
    margin-top: -29px;
    margin-bottom: 13px;
    width:155px;
}

.bord-bright-blue {
	border-top: 9px solid #0086dc;
}
.bord-violet {
	border-top: 9px solid #9E14CF;
}
.bord-green {
	border-top: 9px solid #5CAB28;
}

.bg-zno-img {
    background-color: #ea7c26;
    padding-bottom: 18px;
    position: relative;
}
.bg-free-img {
    background-color: #00a3fa;
    padding-bottom: 18px;
    position: relative;
}
.bg-math-img {
    background-color: #C551F0;
    padding-bottom: 18px;
    position: relative;
}
.bg-ua-img {
    background-color: #78CB43;
    padding-bottom: 18px;
    position: relative;
}
.price-title-bold {
    font: 700 24px / 40px Roboto;
    color: #ffffff;
    text-shadow: 1px 2px 1px rgba(0, 1, 3, 0.51);
    transform: scale(0.866,0.867);
    margin:0;
    text-transform: uppercase;
 	width: 343px;
    margin-left: -19px;
}
.price-title {
    font: 400 24px / 40px Roboto;
    color: #1a1b1d;
    text-shadow: 1px 2px 1px rgba(0, 1, 3, 0.51);
    transform: scale(0.866,0.867);
    text-transform: uppercase;
    margin: 0;
}
.price-box .bg-blue li, .price-box .bg-violet li, .price-box .bg-green li, .price-box .bg-pink li  {
	text-align: center;
}
.price-box .bg-blue li, .price-box .bg-violet li, .price-box .bg-green li, .price-box .bg-pink li {
	padding: 9px 3px 9px 3px;
    font: 500 17px / 20px Roboto;
    color: #343437;
}
.price-box .bg-blue li b, .price-box .bg-violet li b, .price-box .bg-green li b, .price-box .bg-pink li b {
	font-size:26px;
}
.price-box .bg-blue li:nth-child(1),
.price-box .bg-violet li:nth-child(1),
.price-box .bg-green li:nth-child(1),
.price-box .bg-pink li:nth-child(1) {
    height: 36px;
    padding-top: 14px;
}
.price-box .bg-blue li:nth-child(4),
.price-box .bg-violet li:nth-child(4),
.price-box .bg-green li:nth-child(4),
.price-box .bg-pink li:nth-child(4) {
    padding-top: 17px;
}

.price-box .bg-blue li:nth-child(10),
.price-box .bg-violet li:nth-child(10),
.price-box .bg-green li:nth-child(10),
.price-box .bg-pink li:nth-child(10) {
    font-size: 30px;
} 
.price-box .bg-blue li:nth-child(7),
.price-box .bg-pink li:nth-child(7) {
	height: 38px;
    padding-top: 30px;
}
.price-box .bg-blue li:nth-child(8),
.price-box .bg-pink li:nth-child(8) {
    height: 43px;
    padding-top: 9px 3px;
}
.price-box .bg-blue li:nth-child(9),
.price-box .bg-violet li:nth-child(9),
.price-box .bg-green li:nth-child(9),
.price-box .bg-pink li:nth-child(9) {
    height: 35px;
    padding-top: 25px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.price-box .bg-blue li:nth-child(9) b,
.price-box .bg-violet li:nth-child(9) b,
.price-box .bg-green li:nth-child(9) b,
.price-box .bg-pink li:nth-child(9) b {
        font-size: 32px;
}

.price-box .bg-blue li:nth-child(10),
.price-box .bg-violet li:nth-child(10),
.price-box .bg-green li:nth-child(10),
.price-box .bg-pink li:nth-child(10) {
    font-size: 24px;
}

.price-box .bg-blue li:nth-child(11),
.price-box .bg-violet li:nth-child(11),
.price-box .bg-green li:nth-child(11),
.price-box .bg-pink li:nth-child(11) {
    font-size: 40px;
    text-shadow: 0px 1px 1.98px rgba(0, 1, 1, 0.22);
    transform: scale(0.866,0.867);
    text-transform: none;
    padding-top: 15px;
    height: 28px;
}
.triangle {
	border: 20px solid transparent;
    border-top: 15px solid #00a3fa;
    position: absolute;
    bottom: -34px;
    left: 135px;
    z-index: 1;
}
.triangle.bord-color-violet {
    border-top: 15px solid #C551F0;
    
}
.triangle.bord-color-green {
    border-top: 15px solid #78CB43;
}
.tape1 {
    background: url(images/tape1.png) no-repeat;
    position: absolute;
    height: 210px;
    width: 161px;
    top: -31px;
    right: -32px;
    z-index: 2;
}
.tape2 {
    background: url(images/tape2.png) no-repeat;
    height: 72px;
    width: 68px;
    position: absolute;
    top: -42px;
    z-index: -1;
    right: 79px;
}
.tape3 {
    background: url(images/tape3.png) no-repeat;
    height: 68px;
    width: 77px;
    position: absolute;
    top: 100px;
    z-index: 1;
    right: -33px;
}
.link-registr {
    color: #4c5a75;
    font: 500 19px / 24px Roboto;
    text-decoration: underline;
}
.mini-wrapper-bg-result {
    background: url(images/bg-res.png) no-repeat;
    background-size: cover;

}
.h3-result {
    font: 500 27px / 17px Roboto; 
}
.percent-small {
    font: 400 20px / 22px Roboto;  
}
.line-height24 {
     line-height: 24px;    
}
.percent-line .span3 {
    padding: 12px 0 0 0;
}
.percent-line .span9 {
    min-height: 80px;
}
#myCarousel-mini .carousel-inner {
	min-height: 210px;
}
.indicator-mini {
    /*background: url(images/elips1.png) no-repeat;*/
    /*background-color: #ffffff;*/
    margin-top: 10px;
    height: 0;
    width: 0;
    border: 0;
    line-height: 1.4;
    margin-right: 10px;
    margin-left: 10px;
    display: none;
    font-size: 15px;
}
.indicator-mini.active {
    /*background: url(images/elips2.png) no-repeat; */
    /*background-color: #e8e8e8;*/
    height: 0;
    width: 0;
    border: 0;
	line-height: 1.4;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 15px;
}
.displ-block {
	display: inline-block;
	float: right;
	 color: #AFAFAF;
	 font-weight: bold;
}
.displ-block-text {
	display: inline-block;
	font-size: 12px;
	margin-left: 15px;
	position: absolute;
	top: 3px;
	right: 30px;
	 color: #AFAFAF;


}
.width-caros {
	width: 85px;
	margin: 0 auto;
}
.carousel-control.left.left-mini {
    background: url(images/arr-min-left.png) no-repeat; 
    width: 20px;
    height: 21px;
    top: 240px;
    left: 90px;
    cursor: pointer;
    z-index: 10;
}
.carousel-control.right.right-mini {
    background: url(images/arr-min-right.png) no-repeat;
    height: 21px;
    width: 20px;
    top: 240px;
    right: 80px;
    cursor: pointer;
    z-index: 10;
}


/*carousel-fade*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
.item {
	text-align: center;
}

.btn-register {
	background-color: #f6f7f8;
	border-color: #aeaeae;
	border-radius: 8px;
	border-style: solid;
	border-width: 2px;
	box-shadow: 1px 2px 1px 0.00px rgba(0, 0, 0, 0.16);
	color: #464747;
    font: 500 24px/24px Roboto;
    margin-right: 12px;
    padding: 15px 89px;
  	cursor: pointer;
}

.btn-register:hover {
	background-color: #fff;
	color: #ff9852;
	text-decoration: none;
}
.btn-pay {
	position: relative;
	background-color: #ff9852;
	border-color: #e74e01;
	border-radius: 8px;
	border-style: solid;
	border-width: 2px;
	box-shadow: 1px 2px 1px 0.00px rgba(0, 0, 0, 0.16);
	color: #ffffff;
    font: 500 24px/24px Roboto;
    padding: 15px 96px;
	cursor: pointer;
		
}
.btn-pay:hover {
	background-color: #fff;
	color: #ff9852;
	text-decoration: none;
}
.pay-200 {
	background: url(images/pay-200-btn.png) no-repeat;   
	display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    background-size: cover;
}
.pay-200:hover {
	-webkit-filter: invert(1);
	filter: invert(1);
}
.btn-pay-group {
	text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.width480 {
	display: inline-block;
}
.carousel-control.left.prev.left-mini, .carousel-control.right.next.right-mini {
	opacity: 1;
    -webkit-filter: brightness(500%);
    filter: brightness(5);
}

.navbar .nav > li.start {
	
}

.navbar .nav > li.start  a{
    color: #FF7F00;
    font-size: 18px;
    text-shadow: none;
}

.navbar .nav > li.start  a:hover{
	background: #ff9800;
	color: #fff;
	text-shadow: none;
}
.main-title.white img {
	width: 960px;
	height: 83px;
}
.call-block {
    padding: 20px 67px 0px;
    margin-bottom: 0;
}
.phone {
    color: #ffffff;
    font: 500 17px / 5px Roboto;
    transform: scale(1.075,1.075);
    display: block;
}
.order-call {
    color: #ffffff;
    font: 100 11px / 5px Roboto;
    border-bottom: 1px #ffffff dashed;
}
.question {
	display: block;
	color: #fff;
	font-size: 16px;
	text-decoration: underline;
}

/*tabs price*/

.tabs-menu {
    height: 30px;
    clear: both;
    list-style: none;
    text-align: center;

}

.tabs-menu li {
    display: inline-block;
	width: 278px;
	height: 58px;
	background-color: #aab7d0;
	border-color: #151516;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	margin-right: 19px;
	position: relative;
	cursor: pointer;
}
.tabs-menu li:last-child {
	margin-right: 0;
}

.tabs-menu li.current {
    position: relative;
    z-index: 5;
	background-color: #ea7c26;

}
.tabs-menu li.current:before {
    content: "";
    border: 15px solid transparent;
    border-top: 13px solid #151516;
    position: absolute;
    bottom: -28px;
    left: 44%;
}
.tabs-menu li.current:after {
	content: "";
	border: 15px solid transparent;
	border-top: 13px solid #ea7c26;
	position: absolute;
    bottom: -27px;
    left: 44%;
}
.tabs-menu li.current .current-triangle:before {
	content: "";
	background: url(images/arr_down.png) no-repeat;
    height: 6px;
    width: 11px;
    position: absolute;
    top: 58px;
    left: 131.8px;
    z-index: 1;
}
.tabs-menu li a {
    color: #ffffff;
    font: 700 22px/60px Roboto;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 50px; 
}
.tabs-menu li:nth-child(1) img {
	position: absolute;
    top: -30px;
    left: 20px;
}
.tabs-menu li:nth-child(2) img {
	position: absolute;
    top: -21px;
    left: 3px;
    width: 65px;
    height: 82px;
}
.tabs-menu li:nth-child(3) img {
	position: absolute;
	top: -12px;
	left: 11px;
}
.tabs-menu li:nth-child(3) a {
    margin-left: 20px;
}
.tab {
    display: block;
    margin-bottom: 20px;
    width: auto;
    margin-top: 60px;
    position: relative;
}

.tab-content {
    /*display: none;*/
    text-align: left;
}

#tab-1 {
	display: block; 
	position: relative;
}
.tab:before {
    display: block;
    content: "";
    background: url(images/tab-1bg.png) no-repeat;
    height: 302px;
    width: 100%;
    position: absolute;
    top: 43px;
    left: 0;
}
.bg-tabs-block {
	background-color: #eaedf6;
}
.price-block-title {
	color: #ea7c26;
	font: 700 32px / 42px Roboto;
	margin-bottom: 34px;
	text-align: center;
}
.tab-content-img-box {
	display: inline-block;
	width: 280px;
	vertical-align: top;
	margin-left: 25px;
	position: relative;
	bottom: -20px;
}
.tab-img {
	background: url(images/bd-img-tab.png) no-repeat;
	height: 218px;
	width: 218px;
	margin: 0 auto;
}
.tab-img p {
	text-shadow: -1px -1px #FFF,
				-2px -2px #FFF,
				-1px 1px #FFF,
				-2px 2px #FFF,
				1px 1px #FFF,
				2px 2px #FFF,
				1px -1px #FFF,
				2px -2px #FFF,
				-3px -3px 2px #BBB,
				-3px 3px 2px #BBB,
				3px 3px 2px #BBB,
				3px -3px 2px #BBB;
	color: #647aa4;
	font: 700 22px / 24px Roboto;
}
.tab-img p span {
	color: #ea7c26;
	font: 700 22px / 24px Roboto;
	text-transform: uppercase;
}

.tab-content-info {
	text-align: center;
	margin-top: 50px;
}
.tab-content-info-box {
	display: inline-block;
	width: 19%;
	vertical-align: bottom;

}
.mar-b0 {
	margin-bottom: 0 !important;
}
.tab-content-info-box p {
	color: #485877;
	font: 400 18px / 22px Roboto;
	width: 169px;
	margin: 0 auto;
	min-height: 40px;
}
.end-date-block {
	text-align: center;
}
.end-date-title {
	color: #647aa4;
	font: 700 32px / 42px Roboto;
	margin-bottom: 7px;
}

.end-date-title-content {
	color: #647aa4;
	font: 400 22px / 24px Roboto;
}

.end-date-bonus {
	color: #ea7c26;
	font: 500 28px / 30px Roboto;
	    margin-bottom: 0;
    margin-top: 26px;
}
.end-date-bonus-content {
	color: #647aa4;
	font: 500 25px / 30px Roboto;
}
.end-date-friend-bonus {
	color: #000000;
	font: 400 21.86px / 21.857px Roboto;
	margin-bottom: 0;
	margin-top: 26px;
	text-shadow:0 0 0 #fff;
}

.end-date-friend-bonus-content {
	color: #888888;
	font: 400 16.39px / 21.857px Roboto;
	margin-bottom: 20px;
}
.end-date-title-content span {
	color: #ea7c26;
}
.end-date-bonus-content span {
	color: #ea7c26;
}
.end-date-friend-bonus span {
	color: #647aa4;
}
.end-date-title span {
	color: #ea7c26;
}

#tab-1 .tab-content-img-box:nth-child(1) .tab-img p {
    margin-top: -22px;
}
#tab-1 .tab-content-img-box:nth-child(1) .tab-img img {
	margin-top: 24px;
    margin-left: -12px;
}
#tab-1 .tab-content-img-box:nth-child(2) .tab-img p {
    margin-top: 4px;
}
#tab-1 .tab-content-img-box:nth-child(2) .tab-img img {
	margin-top: 24px;
    margin-left: -12px;
}
#tab-1 .tab-content-img-box:nth-child(3) .tab-img p {
    margin-top: -4px;
}
#tab-1 .tab-content-img-box:nth-child(3) .tab-img img {
    margin-top: -13px;
    margin-left: 0;
    width: 209px;
    height: 188px;
}

#tab-2 .tab-content-img-box:nth-child(1) .tab-img p {
    margin-top: -22px;
}
#tab-2 .tab-content-img-box:nth-child(1) .tab-img img {
    margin-top: -8px;
    margin-left: 0;
}
#tab-2 .tab-content-img-box:nth-child(2) .tab-img p {
    margin-top: 4px;
}
#tab-2 .tab-content-img-box:nth-child(2) .tab-img img {
	margin-top: 24px;
    margin-left: -12px;
}
#tab-2 .tab-content-img-box:nth-child(3) .tab-img p {
    margin-top: -4px;
}
#tab-2 .tab-content-img-box:nth-child(3) .tab-img img {
    margin-top: -6px;
    margin-left: 0;
}

#tab-3 .tab-content-img-box:nth-child(1) .tab-img p {
    margin-top: -22px;
}
#tab-3 .tab-content-img-box:nth-child(1) .tab-img img {
    margin-top: 24px;
    margin-left: 0;
}
#tab-3 .tab-content-img-box:nth-child(2) .tab-img p {
    margin-top: 4px;
}
#tab-3 .tab-content-img-box:nth-child(2) .tab-img img {
	margin-top: 24px;
    margin-left: -12px;
}
#tab-3 .tab-content-img-box:nth-child(3) .tab-img p {
    margin-top: -4px;
}
#tab-3 .tab-content-img-box:nth-child(3) .tab-img img {
    margin-top: 20px;
    margin-left: 0;
}
*{outline: 0!important;}
#arrow-down {
    background: url(images/arrow-down.png) no-repeat 50%;
    position: absolute;
    cursor: pointer;
    margin-top: 50px;
    margin-left: -13px;
    width: 42px;
    height: 42px;
    opacity: 0.5;
}
#arrow-down:hover {
	color: rgba(255,255,255,.5);
    text-decoration: none;
    opacity: 1;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.m-l-50 {
	margin-left:-50px;
}
.color-white {
	color:#fff;
}
.block-title.color-white {
	color:#fff!important;
}
.color-yellow {
	color:#FFE16E;
}
.h2-title.color-yellow {
	color:#FFE16E;
}
#table-zno-left {
	position: absolute;
    top: 450px;
    z-index: 1;
    margin-left: 4px;
}
#table-zno-right {
	position: absolute;
    top: 450px;
    z-index: 1;
    margin-left: 1017px;
}
.uppcsnone {
	text-transform: none;
}
#econom {
	position: relative;
    margin-top: -93px;
    width: 99px;
    margin-left: 208px;
}
.dhelp-text {
	font-size:12px;
	color:#fff;
	position: absolute;
}
.dhelp-text.dt1 {
    margin-top: 125px;
    margin-left: -690px;
}
.dhelp-text.dt2 {
	margin-top: 125px;
    margin-left: -510px;
}
.dhelp-text.dt3 {
    margin-top: 125px;
    margin-left: -330px;
}
.dhelp-text.dt4 {
	margin-top: 230px;
    margin-left: -665px;
}
.dhelp-text.dt5 {
	margin-top: 230px;
    margin-left: -410px;
}
.bg-problem {
    background: url(../images/group45.png) no-repeat 50% top;
    height: 74px;
    color:#6B89B0;
    padding-top: 60px;
}
.bg-problem .span3 {
    width: 19%;
}
.bg-problem .span3.bp1 {
    margin-left: 115px;
}
.bg-problem .span3.bp2 {
    margin-left: 17px;
}
.bg-problem .span3.bp3 {
    margin-left: 16px;
}
.bg-problem .span3.bp4 {
    margin-left: 17px;
}
.bg-problem .color-light-orange {
	font-size: 16px;
    font-weight: 600;
}
.color-light-orange {
	color:#FFB334;
}
.team-item {
    float: left;
    width: 33%;
    text-align: center;
}.team-item img {
    height: 175px;
    display: block;
    margin: 0 auto;
}
.team-item-name {
color: #fff;
font-size: 1.1em;
margin-bottom: 15px;
}
.team-item-name span {
	
display: block;
	
font-style: italic;
	
font-size: 0.8em;
	
margin-bottom: 10px;
	
color: #ffab7a;
}
.team-staff {
    font-size: 1.1em;
    font-weight: 800;
    padding-top: 10px;
    margin-bottom: 5px;
}
.team-item-info span {
    display: block;
    padding: 4px 0;
    font-size: 0.9em;
}
.team-item-info span a {
    text-decoration: underline;
}

.team-item-info span a:hover {
    text-decoration: none;
}
.contacts-details i {
    font-size: 21px;
    color: #F16D20;
    margin-right: 9px;
    line-height: 24px;
}

.location-about, .phones-about, .modes-work {
    width: 33%;
    float: left;
    margin-right: 28px;
}
.modes-work {
	margin-right: 0;
	width: 23%;
}
.team-wrapper {
    margin-bottom: 70px;
}

.contacts-details {
    padding-left: 50px;
    margin-bottom: 40px;
}
.location-about span {
    font-size: 1.1em;
    font-weight: 800;
    margin-bottom: 10px;
    display: inline-block;
    color: #ffab7a;
}
ul.loc-office li {
    padding: 5px 0;
}
ul.phones-sn {
	list-style: none;
}
ul.phones-sn li {
    padding: 5px 0 5px 0px;
}

ul.phones-sn li:first-of-type {
    padding-top: 0;
}
ul.phones-sn .icon-mail-forward, ul.phones-sn .icon-globe {
    font-size: 18px;
}
.schedule-work {
    font-size: 1.1em;
    font-weight: 800;
    margin-bottom: 10px;
    color: #ffab7a;
}

.modes-work span {
    display: block;
    padding: 3px 0;
}
.logo-svg {
	background: url(../images/svg_main/logo.svg) center no-repeat;
	width: 250px;
	margin-top: 10px;
	height: 61px;
}
.phones-wrapper {
    color: #fff;
    padding: 8px 0 8px 32px;
    margin-left: 39%;
    z-index: 5;
    border-radius: 0 0 0 34px;
    background: #2b364b;
    overflow: visible;
    position: relative;
}

span.phone-number {
    margin-right: 17%;
}

span.phone-number:last-of-type {
    margin-right: 0;
}
.phones-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    background: #2b364b;
    height: 36px;
    z-index: 1;
}

span.phone-number img {
    margin-right: 5px;
}

.google-map.active {
	display: block;
}
section.wrapper.bg-turquoise.colored.min-height-735 {
    padding-bottom: 0;
    margin-bottom: -5px;
}
@media screen and (min-height:1250px) {
    section.wrapper.bg-turquoise.colored.min-height-735 {
    	min-height: 1101px;
    	}
    footer {
    min-height: 10%;
}
}
.typeform-share.button.history {
    position: fixed;
    bottom: 0;
    left: 5%;
    z-index: 3;
    max-width: 180px;
    cursor: pointer;
    height: 151px;
}

.team-teacher.active {
    margin-bottom: 50px;
}
.modal-content.teaser, .modal-footer.teaser {
    text-align: center;
    background: none;
    box-shadow: none;
}

.modal-header.teaser-hist {
    border: none;
}
.modal.fade.teaser {
    width: 980px;
    height: 563px;
    left: 40%;
    background: url(../images/history-popup.png) center no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.modal-header.teaser-hist img {
    display: inline-block;
    margin-top: 30px;
}
.modal-body.teaser {
    font-size: 17px;line-height: 22px;
}
a.btn-orange-primary.teaser {
 -webkit-box-shadow: 3px 11px 43px -1px rgba(172,127,109,0.93);
 -moz-box-shadow: 3px 11px 43px -1px rgba(172,127,109,0.93);
 box-shadow: 3px 11px 64px -1px rgba(172,127,109,0.63);
}
a.btn-orange-primary {
    background: #ff8400;
    color: #fff;
    padding: 11px;
    border-radius: 4px;
    transition: background 200ms linear 0s;
}

a.btn-orange-primary:hover {
    background: #b55d00;
}
span.close-pr-popup {
    width: 52px;
    height: 52px;
    display: inline-block;
    position: absolute;
    top: -25px;
    right: -25px;
    background: url(/main/images/close-btn.png) center no-repeat;
}
button.close.teaser {
    opacity: 1;
}
button.close.teaser:hover {
    opacity: 0.4;
}