body {
  font-family: 'Open Sans', Arial, Helvetica, 'Helvetica Neue', sans-serif;
  background: #f5f5f5 url("../images/bg.jpg") repeat;
  color: #445161;
}

h1,h2,h3,h4,h5,h6 {
  color: #283341;
  margin-top: 0;
}

h2 small {
  color: #bec3ca;
  text-shadow: 0 1px 0 #fff;  
}

.page-header {
  margin-top: 0;
  border-bottom: 1px solid #d9e0e9;
}

a {
  color: #597fad;
  text-decoration: underline;
}

a:hover {
  color: #e77474;
}

/*Preloader*/
#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 100500;
}

#page-preloader .spinner {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("../images/preloader.gif") no-repeat 50% 50%;
  margin: -16px 0 0 -16px;
}

/*Form components*/
.btn-default {
  background-color: #445161;
  color: white;
}

.btn-default:hover {
  background-color: #5e7086;
  color: white;
}

.btn-danger {
  background-color: #e77474;
  border: 0;
}

.btn-danger:hover {
  background-color: #ff8383;
}

.text-muted {
  color: #999;
}

.form-control {
  border: 2px solid #c5ced9;
  transition: none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
  border: 2px solid #eeaeae;
}

.btn {
  padding: 6px 12px;
  text-transform: uppercase;
  border: 0;
  text-decoration: none;
  webkit-transition: background-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: background-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: background-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-group input {height: 30px !important;}

.placeholder {
  color: #aaa;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #aaa;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #aaa;
    opacity:  1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #aaa;
    opacity:  1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #aaa;
}

/*Effects for animation*/
.delay1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}

.delay2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}

.delay3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}

.delay4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}

/*Social icons*/
@font-face {
    font-family: 'Socialico';
    src: url('../fonts/Socialico.eot');
    src: url('../fonts/Socialicod41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Socialico.ttf') format('truetype'),
         url('../fonts/Socialico.svg#Socialico') format('svg');
    font-weight: normal;
    font-style: normal;
}

.social-icons a {
  text-decoration: none;
}

.ico {
    font-family: "Socialico";
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    color: #a4afbc;
    color: rgba(68,81,97,0.4);
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    line-height: 24px;
}

a:hover .ico {
    color: #445161;
}

/*Back to top*/
.back-top .btn {
  border-radius: 0;
}

/*Footer*/
.footer {
  background-color: #fff;
  padding: 30px 0;
}

.footer p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
}

.section {
  padding: 25px 0;
}

.section h2 {
  text-align: center;
  text-shadow: 0 1px 0 #fff; 
}

.section h2::first-letter {
  color: #e77474;
}

/*Other*/
.scrinshots .media,
.contacts-form,
.contacts p,
.pluses p,
.buy .price {
  margin-bottom: 15px;
}

.buy {
  background: #445161 url("../images/bg-buy.jpg") left bottom no-repeat;
}

.presentation,
.buy,
.presentation h1,
.buy h2,
.buy h3,
.buy h2 small {
  color: white;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

.buy h2 small {
  color: #bec3ca;
}

.about,
.scrinshots,
.subscribe {
  background-color: #fff;
}

.scrinshots {
  border-top: 1px solid #cfd5dc;  
}

.contacts,
.reviews,
.pluses {
  box-shadow: inset 0 5px 5px rgba(0,0,0,0.10);
}

/*Presentation*/
.presentation {
  background: #2f3f4e url("../images/bg-header.jpg") right bottom no-repeat;
}

.presentation h1 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    font-size: 22px;
    text-align: center;
    line-height: 58px;
}

.presentation p.lead {
	/*  background: rgba(226,72,72,0.7);*/
	padding-top: 15px;
	/*  border-radius: 5px;*/
	border-top: 2px solid rgba(255,255,255,0.3);
	line-height: normal;
	font-size: 21px;
	margin-bottom: 12px;
	text-align: center;
}

.lead_2 {
    padding-top: 10px;
    border-top: 2px solid rgba(255,255,255,0.3);
    text-align: center;
    font-size: 16px;
}

.presentation .check-list {
  padding-left: 20px;
}

.presentation .check-list li>span {
  margin-right: 10px;
  color: #e77474;
}

/*About*/
.about .main-img>img {
  margin: 0 auto;
  border-radius: 10px;
}

/*Pluses*/
.pluses p {
  padding-left: 40px;
  padding-bottom: 12px;
  background: url("../images/plus.jpg") left 5px no-repeat;
}

/*Scrinshots*/
.scrinshots .media .pull-left {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
}

.scrinshots .media .pull-left>img {
  width: 100px;
  height: auto;
  border-radius: 5px;
}

/*Reviews*/
.reviews .review-item {
  margin-bottom: 30px;
}

.reviews .review-item .ava {
  width: 75px;
  height: 75px;
  border-radius: 75px;
  overflow: hidden;
  background: url("../images/ava.png") left top no-repeat;
}

.reviews .review-item .ava>img {
  height: 75px;
  width: auto;
}

.reviews .review-body {
  border-radius: 5px;
  background-color: #fff;
  padding: 10px;
  margin-left: 100px;
  position: relative;
  border: 3px solid #c5ced9;
}

.reviews .review-body:before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #c5ced9;
  left: -13px;
  top: 28px;
}

.reviews .review-body blockquote,
.reviews .review-body p {
  font-size: 14px;
  line-height: 18px;
}

.reviews .review-body p.text-muted {
  margin-bottom: 0;
}

.reviews .review-body blockquote {
  padding: 0;
  border-left: 0;
  margin-bottom: 10px;
  font-style: italic;
}

/*Buy*/
.buy .price .head {
  text-align: center;
  text-transform: uppercase;
  color: white;
  padding: 10px 0;
  background: #e77474 url("../images/bg-buy.png") repeat;
  border-radius: 5px 5px 0 0;
}

.buy .price .head h3 {
  margin-bottom: 0;
}

.buy .price .head h3 span {
  font-size: 20px;
}

.buy .price .body {
  font-size: 14px;
  padding: 15px;
  background-color: #fff;
  color: #666;
  text-shadow: none;
  border-radius: 0 0 5px 5px;
}

/*Contacts*/
.contacts {
  background: url("") repeat;
}

.contacts address {
  font-size: 12px;
}

.contacts address a {
  color: #e77474;
  text-decoration: none;
}

.contacts address a:hover {
  text-decoration: underline;
}

@media (min-width: 1024px) {

  body {
    font-size: 16px;
    line-height: 1.6;
  }

  h1 {
    font-size: 46px;
    margin-bottom: 30px;
  }

  h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }

  h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .page-header {
    margin-bottom: 35px;
    padding-bottom: 20px;
  }

  p {
    margin-bottom: 20px;
  }

  .form-group {
    margin-bottom: 20px;
  }

  .form-control {
    font-size: 16px;
    height: 40px;
  }

  .btn {
    font-size: 16px;
    padding: 9px 20px;
  }

  .section {
    padding: 20px 0;
  }

  .scrinshots .media,
  .contacts-form,
  .contacts p,
  .pluses p,
  .buy .price {
    margin-bottom: 30px;
  }

  .presentation .check-list {
    font-size: 20px;
    margin-bottom: 35px;
  }

  .presentation .check-list li {
    margin-bottom: 15px;
  }

  .scrinshots .media .pull-left>img {
    width: 200px;
  }

  .buy .price .head {
    font-size: 30px;
    padding: 15px 0;
  }

  .buy .price .head h3 span {
    font-size: 40px;
  }

  .buy .price .body .btn {
    font-size: 18px;
  }

  .subscribe-form input[type="email"] {
    width: 300px;
  }

  .contacts address {
    font-size: 14px;
  }

}
.overlay{
	background:url(/files/images/over.png) repeat;
	position: fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:9998;
}
.overlay-access{
	background:url(/files/images/accessoverlay.png) repeat;
	position: fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:9998;
}

.ex {
	top: 20px;
    right: 22px;
    position: absolute;
    font-size: 20px;
    display: block;
    width: 22px;
    height: 22px;
    text-align: center;
    text-decoration: none;
    background: #445161;
    border-radius: 50px;
    line-height: 21px;
	cursor: pointer;
	color: #fff;
}

.ex:hover {
	text-decoration: none;
}

.modal_ok {
    position: absolute;
	top: 0;
    left: 0;
	width: 100%;
    max-height: 300px;
    overflow: overlay;
    display: none;
	border-radius: 6px;
}
.modal_ok:target {
    display: flex;
} 
.modal_body {
	width: 100%;
	height: 287px;
    padding: 15px 15px 0 15px;
    background: #FFF;
}

.row li {
    padding-bottom: 10px;
}

#top_bar.normal {
	margin-bottom: 20px;
	text-align: center;
    width: 100%;
}

#top_bar.fix {
	position: fixed;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #364555;
    z-index: 99;
}

.top_bar_menu {
	display: block;
    margin: 0;
}
.top_bar_menu li {
	display: inline-block;
	position: relative;
	border-right: 1px solid #545454;
}

.top_bar_menu li img {
	vertical-align: top;
	display: inline-block;
}

.top_bar_menu li a {
    text-decoration: none;
    padding: 10px;
    display: block;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.top_bar_menu li:last-child {
	border: none;
}

.top_bar_menu li a:hover, 
.top_bar_menu li:hover > a{
	color:#e77474;
}

.top_bar_menu ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 150px;
	position: absolute;
	top: 39px;
	left: 0px;
	background: #ffffff;
}

.top_bar_menu ul li {
	display:block;
	float: none;
	background:none;
}

.top_bar_menu ul li a {
	font-size:12px;
	font-weight:normal;
	display:block;
	color:#797979;
	border-left:3px solid #ffffff;
	background:#ffffff;
}
.top_bar_menu ul li a:hover, .top_bar_menu ul li:hover > a{
	background:#f0f0f0;
	border-left:3px solid #4787cb;
	color:#797979;
}

.top_bar_menu li:hover > ul{
	display: block;
}
.top_bar_menu ul ul {
	left: 149px;
	top: 0px;
}

#menu-icon {
	display:none;
}

.video-wrap {
    padding: 20px 20px 15px;
    background: rgba(0,0,0,0.3);
    border-radius: 10px;
}

.youtube {
    width: 540px;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    cursor: pointer;
}

.standart .body>iframe {
	width: 100%;
    height: auto;
}

.youtube .play {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ+CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.owl-item .youtube, .standart .youtube, .owl-item iframe {
	width: 100%;
}
.video-wrap .youtube, .video-wrap iframe {
	width: 100%;
    height: 295px;
	background-position-y: center;
}

p.lead_color {
    padding: 0 3px;
}

.text_red {
    color: #e77474;
}

@media screen and (max-width: 1024px){
	.unisite-cb-container {display: none;}
}

@media screen and (max-width: 500px){
#menu-icon{
	width: 100%;
	height:45px;
	background: #474d59 url("https://ege-ok.ru/video/templates/default/images/menu.png") no-repeat left 12px center;
	cursor:pointer;
	display:block;
	float: left;
	color: #fff;
	line-height: 45px;
}

#menu-icon b {
	padding: 0 0 0 36px;
	color: #eceff4;
	line-height: 46px;
}

.top_bar_menu {
	clear: both;
	z-index: 100;
	display: none;
}

.top_bar_menu li{
	display:block;
	margin:0;
}

.top_bar_menu li a {
	background:#ffffff;
	color:#797979;
	border-top:1px solid #e0e0e0;
	border-left:3px solid #ffffff;
}

.top_bar_menu li a img {
	display: none;
}

.top_bar_menu ul {
	display:block;
	position:relative;
	top:0;
	left:0;
	width:100%;
}

.top_bar_menu ul ul {
	left:0;
}	
}