

/* Start:/local/templates/yulia/css/jquery.bxslider.css?17551626344074*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
	
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
	
}

/* PAGER */

.bx-wrapper .bx-pager {
	display: none;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	right: 31px;
	background: url(/local/templates/yulia/css/../img/main-slider-icon-sprites.png) no-repeat -63px center, #edeef4;
}

.bx-wrapper .bx-next {
	right: 0;
	background: url(/local/templates/yulia/css/../img/main-slider-icon-sprites.png) no-repeat -92px center, #edeef4;
}

.main-pictures .bx-wrapper .bx-prev {
	left: 0;
	top: 50%;
	background: url(/local/templates/yulia/css/../img/main-slider-icon-sprites.png) no-repeat -92px center, #5b5e78;
	background-position: -1px 1px;
}

.main-pictures .bx-wrapper .bx-next {
	top: 50%;
	right: 0;
	background: url(/local/templates/yulia/css/../img/main-slider-icon-sprites.png) no-repeat -92px center, #5b5e78;
	background-position: -29px center;
}

.bx-wrapper .bx-prev:hover {
	background: url(/local/templates/yulia/css/../img/main-slider-icon-sprites.png) no-repeat -92px center, #5b5e78;
	background-position: -1px 1px;
}

.bx-wrapper .bx-next:hover {
	background: url(/local/templates/yulia/css/../img/main-slider-icon-sprites.png) no-repeat -92px center, #5b5e78;
	background-position: -29px center;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 100%;
	margin-top: -31px;
	outline: 0;
	width: 31px;
	height: 31px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/local/templates/yulia/css/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/local/templates/yulia/css/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* End */


/* Start:/local/templates/yulia/css/style.css?175516263415919*/
* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

a:hover {
	text-decoration: none;
}

body {
	font: 300 16px 'Helvetica', Arial;
	color: #5a5d77;
	width: 100%;
	height: 100%;
}

html {
	min-height: 100%;
}

.wrap {
	position: relative;
	overflow: hidden;
}

.header {
	background-color: #f4f4f4;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.17);
	font-size: 0;
}

.social-fixed {
	position: fixed;
	right: 0;
	top: 25%;
	display: block;
	height: 260px;
	width: 47px;
	z-index: 10000;
}


.social-fixed a {
	display: block;
	width: 47px;
	height: 55px;
	background: url(/local/templates/yulia/css/../img/fixed-social-sprite.jpg) no-repeat top center;
}

.social-fixed .vk {
	height: 55px;
}

.social-fixed .fb {
	height: 55px;
	background-position: center -55px;
}

.social-fixed .mail {
	height: 48px;
	background-position: center -108px;
}

.social-fixed .star {
	height: 48px;
	background-position: center -158px;
}

.social-fixed .plus {
	height: 54px;
	background-position: center -207px;
}

.main {
	margin: 0 auto;
	min-height: 720px;
	margin-bottom: 108px;
	position: relative;
}

.main-texts {
	min-height: 270px;
}

.main-texts-full {
	min-height: 400px;
}

.main-video {
	min-height: 280px;
}

.main:before,
.texts:before,
.video:before,
.main-pictures:before {
	content: '';
	position: absolute;
	bottom: -108px;
	left: 0;
	width: 100%;
	height: 108px;
	background: url(/local/templates/yulia/css/../img/main-shadow.png) top left repeat-x;
}

.main-bg-mobile {
	display: none;
}

.container {
	margin: 0 auto;
}

.text-format {
	color: #000000;
	text-indent: 40px;
	text-align: justify;
}

.text-format h2 {
	font-size: 31px;
	text-align: center;
}

.text-format p {
	font-size: 17px;
	margin-top: 0.5em; /* Отступ сверху */
	margin-bottom: 1em; /* Отступ снизу */
}

.left,
.right,
.left-texts,
.right-texts {
	width: 50%;
	float: left;
}

.left {
	min-height: 720px;
	background: url(/local/templates/yulia/css/../img/main-bg.jpg) left top no-repeat;
/*	background-color: black; */
	background-size: cover;
	position: relative;
 
}

.left-texts {
	min-height: 270px;
	background: url(/local/templates/yulia/css/../img/texts-bg.jpg) left top no-repeat;
	background-size: cover;
}

.main-texts-full .left-texts {
	min-height: 400px;
	background: url(/local/templates/yulia/css/../img/text-full-bg.jpg) left top no-repeat;
	background-size: cover;
}

.main-video .left {
	min-height: 280px;
	background: url(/local/templates/yulia/css/../img/video-main-bg2.jpg) left top no-repeat;
	background-size: cover;
}

.main-video .left:before {
	display: none;
}

.left:before {
	content: '';
	min-height: 720px;
	background-color: #595c75;
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
}

.right,
.right-texts {
	float: right;
	font-size: 0;
	position: relative;
	min-height: 720px;
	background-color: #595c75;
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
}

.right-texts {
	min-height: 100px;
	color: #edeef4;
	font-size: 19px;
	font-weight: 300;
	line-height: 30px;
	padding-top: 70px;
}

.main-texts-full .right-texts {
	min-height: 330px;
	color: #edeef4;
	font-size: 19px;
	font-weight: 300;
	line-height: 30px;
	padding-top: 70px;
}

.main-video .right-texts {
	min-height: 210px;
}

.right-texts p {
	padding: 0 25px 40px 90px;
	max-width: 340px;
}

.right .right-content {
	max-width: 460px;
}

.right .menu-cont {
	background: #f4f4f4;
}

.right .menu-main {
	background: #f4f4f4;
	max-width: 460px;
	padding-left: 30px;
	margin-bottom: 40px;
}

.menu-main li {
	list-style: none;
	display: inline-block;
}

.menu-main li .index-li {
	display: none;
}

.logo {
	height: 64px;
	float: left;
	margin-right: 40px;
}

.logo img {
	display: block;
	padding-top: 9px;
	height: 43px;
}

.menu-main li a {
	display: block;
	color: #4e5157;
	font-size: 16px;
	font-weight: 400;
	line-height: 64px;
	padding: 0 16px;
	background: #f4f4f4;
	text-decoration: none;
	text-align: center;
	transition: .3s linear;
	-moz-transition: .3s linear;
	-o-transition: .3s linear;
	-webkit-transition: .3s linear;
}

.menu-main li a {
	background-color: #f4f4f4;
}

.menu-main li a:hover,
.menu-main li a.active {
	background: #595c75;
	color: #fff;
}

.right .title {
	padding-left: 65px;
	padding-right: 65px;
}

.right .title p {
	height: 49px;
	font-size: 16px;
	font-weight: 300;
	line-height: 46px;
	color: #fff;
	background: url(/local/templates/yulia/css/../img/title-bg.png) left center repeat-x;
}

.right .title p span {
	padding-right: 20px;
}

.right h1 {
	color: white;
	font-size: 77px;
	font-weight: 300;
	line-height: 65px;
	margin-bottom: 20px;
}

.right .slider {
	max-height: 365px;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 55%;
	left: 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.right .slider ul li {
	list-style: none;
	padding: 30px 20px 0 65px;
	max-width: 100%;
}

.right .slider ul li .slide-title {
	color: #5b5e78;
	font-size: 35px;
	font-weight: 300;
	margin-bottom: 10px;
	padding-right: 20px;
	overflow: hidden;
}

.right .slider ul li .slider-image {
	position: relative;
	overflow: hidden;
	max-height: 240px;
}

.right .slider ul li .slider-image img {
	max-height: 240px;
}

.right .slider ul li .more {
	position: absolute;
	left: 0;
	top: 20px;
	;
	color: #5b5e78;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	padding-right: 32px;
	line-height: 30px;
	display: inline-block;
	background: url(/local/templates/yulia/css/../img/slider-more-icon.png) right center no-repeat;
}

.clear {
	clear: both;
}

.news {
	clear: both;
}

h3 {
	color: #5b5e78;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 20px;
}

.news .news-item {
	width: 30%;
	float: left;
	padding-right: 35px;
}

.news .news-item .image {
	width: 128px;
	height: 85px;
	overflow: hidden;
	margin-right: 25px;
	float: left;
}

.news .news-item .text a {
	color: #5b5e78;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
}

.news .news-item .text p {
	margin-top: 10px;
	color: #999;
	font-size: 11px;
	font-weight: 400;
}

.news .search {
	width: 30%;
	float: left;
	padding-left: 10px;
}

.news .search form {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}

.news .search input {
	width: 90%;
	height: 41px;
	background-color: #edeef4;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.13);
	color: #5b5e78;
	font-size: 14px;
	font-weight: 400;
	text-indent: 20px;
	padding-right: 31px;
}

.news .search button {
	width: 41px;
	height: 41px;
	background: url(/local/templates/yulia/css/../img/search-icon.png) center center no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.news .search .social {
	font-size: 0;
	color: #7a7a7a;
	font-weight: 400;
	padding-left: 10px;
}

.news .search .social span {
	font-size: 13px;
	line-height: 30px;
	vertical-align: middle;
}

.news .search .social a {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-left: 4px
}

.news .search .social .fb {
	margin-left: 8px;
}

.news .search .social .twitter {
}

.news .search .social .youtube {
}

.news .search .social .instagram {
}

.news .search .social .lj {
}

.news .container {
	padding-bottom: 35px;
	border-bottom: 1px solid #d5d5d5;
}

.footer {
	padding: 25px 0 30px 0;
	color: #a8a8a8;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
}

.texts,
.video {
	padding-top: 60px;
	position: relative;
	margin-bottom: 60px;
}

h2 {
	color: #5a5d77;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 35px;
}

.texts-full .left-item p {
/*	color: #5a5d77; */
	color: black;
	font-weight: 300;
	line-height: 28px;
/*	margin-bottom: 25px; */
  margin-top: 0.5em; /* Отступ сверху */
	margin-bottom: 1em; /* Отступ снизу */
	text-indent: 40px;
	text-align: justify;
}

.texts-full {
	padding-top: 40px;
  color: black;
  font-size: 17px;
}

.texts-full h1 {
  text-align: center;
  margin-bottom: 35px;
}

.texts-full h2 {
  color: black;
  font-size: 31px;
  text-align: center;
}

.texts-full .books ul {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.texts-full .books {
	position: relative;
}

.texts-full .books ul {
	position: absolute;
	top: -100px;
	width: 280px;
	min-height: 260px;
	right: 0;
}

.video .books ul {
	position: relative;
	width: 280px;
	top: 40px;
	float: right;
}

.texts-full .books ul li {
	list-style: none;
	padding-left: 35px;
}

.texts-full .books ul li:first-child {
	color: #5a5d77;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 1px solid #cbccd3;
	background: #fff;
	line-height: 57px;
	display: block;
	padding-left: 35px;
}

.texts-full .books ul li a {
	display: block;
	color: #5a5d77;
	font-size: 16px;
	position: relative;
	text-decoration: none;
	height: 25px;
	padding-top: 20px;
}

.texts-full .books ul li a span {
	color: #ccc;
	font-size: 12px;
	margin-left: 5px;
}

.texts-full .books ul li a:before {
	content: '';
	width: 15px;
	height: 6px;
	position: absolute;
	background: url(/local/templates/yulia/css/../img/book-title-arrow-icon.png) left center no-repeat;
	left: -25px;
	top: 26px;
	display: none;
}

.texts-full .books ul li a:hover:before,
.texts-full .books ul li a.active:before {
	display: block;
}

.texts-full .books ul li a:hover,
.texts-full .books ul li a.active {
	color: #ff6800;
}

.texts-full .left-item {
	width: 65%;
}

.texts-full .right-item {
	width: 35%;
}

.video .left-item h2 {
	padding-right: 40px;
	margin-bottom: 10px;
}

.video .left-item .description {
	color: #5a5d77;
	font-size: 16px;
	line-height: 22px;
}

.video .left-item .date-post {
	color: #5a5d77;
	font-size: 13px;
	margin-bottom: 5px;
}

.post {
	border-bottom: 1px solid #b6b6b6;
	margin-bottom: 40px;
}

.player {
	margin-bottom: 25px;
	max-width: 640px;
}

.player iframe {
	width: 100%;
	height: 390px;
}

.item-text {
	margin-bottom: 50px;
}

#tabs {
	width: 280px;
	border: 1px solid #dddddd;
	min-height: 250px;
	float: right;
	margin-top: 60px;
	padding: 5px;
}

#tabs ul li {
	list-style: none;
	display: inline-block;
}

#tabs ul li a {
	color: #767676;
	display: block;
	padding: 0 12px;
	line-height: 30px;
	background: #f9f9f9;
	text-decoration: none;
	border: 1px solid #dddddd;
	font-weight: 600;
	font-size: 15px;
}

#tabs ul li a:hover,
#tabs ul li a:focus,
#tabs ul li a:active {
	color: #7db8e0;
	background: #fff;
	border-bottom: none;
}

.left-item,
.right-item {
	width: 50%;
	float: left;
}

.item-text li {
	list-style-position: inside;
	padding-right: 10px;
}

.item-text li a {
/*	color: #5a5d77; */
	color:	black;
	font-size: 17px;
	font-weight: 300;
	line-height: 28px;
	text-decoration: none;
}

.item-text li:first-child {
	list-style: none;
	color: #5a5d77;
	font-size: 30px;
	font-weight: 300;
	padding-bottom: 30px;
	border-bottom: 1px solid #b4b4b4;
	margin-right: 30px;
	margin-bottom: 10px;
}

.main-pictures {
	padding-top: 30px;
	padding-bottom: 40px;
	position: relative;
	margin-bottom: 60px;
}

#g-tabs {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#g-tabs li {
	padding: 2px;
	border: 2px solid rgba(0, 0, 0, .1);
}

#g-tabs li.ui-tabs-active
{
	border: 2px solid;;
}

#g-slider li a {
	text-align: center;
	text-decoration: none;
	color: #5f5f5f;
	font-size: 12px;
	font-weight: 400;
}

#g-slider {
	height: 230px;
	padding: 10px;
	position: relative;
}

#g-slider li img {
	max-height: 145px;
	margin: 0 auto;
}

#g-slider li a span {
	margin-bottom: 10px;
	display: block;
}

.picture {
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

.picture:before {
	position: absolute;
	content: '';
	width: 1000%;
	background: url(/local/templates/yulia/css/../img/galery-shadow.png) top left repeat-x;
	height: 40px;
	top: 103%;
	left: -70%;
}

.picture .btn {
	display: inline-block;
	color: #cbcff0;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 31px;
	background-color: #595c75;
	text-decoration: none;
	padding: 0 40px;
	margin-left: 50px;
	margin-bottom: 20px;
}

.picture span {
	width: 80%;
	margin: 0 auto;
	text-align: left;
	line-height: 30px;
}

.picture img {
	max-height: 690px;
	max-width: 650px;
}

.picture .description {
	    width: 100%;
    display: inline-block;
    text-align: center;
	margin-top: 30px;
}

.texts-full .all_texts p, .texts-full .all_texts {
    color: #5a5d77;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 25px;
}

.map
{
	width: 100%;
	height: 300px;
	margin-bottom: 70px;
}


.pagination
{
    margin-top: 30px;
	margin-bottom: 60px;
    text-align: center;
}

.pagination span
{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #0b8fff;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
}

.pagination a
{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #333333;
    background: transparent;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
    text-decoration: none;
    /*border-bottom: 1px solid #d8d8d8;*/
}

.pagination a:hover
{
    color: #fff;
    background: #0b8fff;
}

.catalog-item-image img
{
	max-width: 100%;
}

.catalog-item-desc
{
	margin-top: 30px;
	color: #5a5d77;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 25px;
	    color: #5a5d77;
    font-size: 16px;
    line-height: 22px;
}

.catalog-item-desc p
{
	    color: #5a5d77;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 25px;
	    color: #5a5d77;
    font-size: 16px;
    line-height: 22px;

}


#my_popup .form button
{
	cursor: pointer;
}



#my_popup .form button:hover
{
	background: #000;
}


#my_popup2 .form button
{
	cursor: pointer;
}



#my_popup2 .form button:hover
{
	background: #000;
}


input.error
{
    outline: none!important;
    border: 1px solid red;
}

label.error
{
    display: none!important;
}

.ok_msg
{
	color: green;
	font-size: 14px;
}


.read_more a
{
	color: #5a5d77;
	margin-bottom: 20px;
    font-size: 16px;
	display: inline-block;
}

.search-tags-cloud
{
	width: 280px;
    border: 1px solid #dddddd;
    min-height: 250px;
    float: right;
    margin-top: 60px;
    padding: 5px;
}

.search-tags-cloud a
{
	color: #A3AFC8!important;
}

.search-tags-cloud a.active
{
	color: #4C7CE1!important;
}



.container img
{
	max-width: 100%;
}

.right-item .search-tags-chain
{
	display: none;
}

#g-slider li .img_text
{
	color: #5f5f5f;
    font-size: 12px;
}


.right_slider
{
	position: absolute;
    top: 30%;
	right: 0;
	cursor: pointer;
	 -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}

.left_slider
{
	position: absolute;
    top: 30%;
	left: 0;
	cursor: pointer;
}

.p_btn_block
{
	margin: 50px 0;
	text-align: center;
}

.p_btn_block a
{
    color: #cbcff0;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 31px;
    background-color: #595c75;
	cursor: pointer;
    text-decoration: none;
    padding: 15px 40px;
}

.p_btn_block a:hover
{
	background-color: #000;
	color: #fff;
}

.form textarea
{
    font: 13.3333px Arial;
    background-color: #edeef4;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.13);
    color: #232323;
    font-size: 18px;
    font-weight: 400;
    text-indent: 20px;
    padding-right: 31px;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
    resize: none;
    height: 120px;
    padding-top: 10px;
}






/* End */


/* Start:/local/templates/yulia/css/fonts.css?17551626341399*/

@font-face {
  font-family: 'Helvetica';
  src: url('/local/templates/yulia/css/../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),  url('/local/templates/yulia/css/../fonts/HelveticaNeue.woff') format('woff'), url('/local/templates/yulia/css/../fonts/HelveticaNeue.ttf')  format('truetype'), url('/local/templates/yulia/css/../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url('/local/templates/yulia/css/../fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),  url('/local/templates/yulia/css/../fonts/HelveticaNeue-Light.woff') format('woff'), url('/local/templates/yulia/css/../fonts/HelveticaNeue-Light.ttf')  format('truetype'), url('/local/templates/yulia/css/../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}


@font-face {
  font-family: 'FontAwesome';
  src: url('/local/templates/yulia/css/../fonts/fontawesome-webfont.eot?v=4.6.2');
  src: url('/local/templates/yulia/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.6.2') format('embedded-opentype'), url('/local/templates/yulia/css/../fonts/fontawesome-webfont.woff2?v=4.6.2') format('woff2'), url('/local/templates/yulia/css/../fonts/fontawesome-webfont.woff?v=4.6.2') format('woff'), url('/local/templates/yulia/css/../fonts/fontawesome-webfont.ttf?v=4.6.2') format('truetype'), url('/local/templates/yulia/css/../fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family:FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* End */


/* Start:/local/templates/yulia/css/popup.css?17551626343018*/
#my_popup,
#my_popup2 {
	position: relative;
	background: #fff;
	font-size: 0;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	width: 600px;
}

#my_popup .image,
#my_popup2 .image {
	display: inline-block;
	background-color: #f5f6ff;
	padding: 25px;
	width: 140px;
	height: 310px;
	float: left;
}

#my_popup img,
#my_popup2 img {
	margin-bottom: 10px;
	max-width: 100%;
}

#my_popup .image p,
#my_popup .image span,
#my_popup2 .image p,
#my_popup2 .image span {
	margin-bottom: 10px;
	color: #5f5f5f;
	font-size: 14px;
	font-weight: 300;
}

#my_popup .image span,
#my_popup2 .image span {
	margin-bottom: 10px;
}

#my_popup .form,
#my_popup2 .form {
	padding: 25px;
	display: inline-block;
	width: 360px;
}

#my_popup .title,
#my_popup2 .title  {
	color: #595c75;
	font-size: 28px;
	font-weight: 300;
	line-height: 48px;
	margin-bottom: 40px;
}

#my_popup .form label,
#my_popup2 .form label {
	display: block;
	color: #595c75;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}

#my_popup .form button,
#my_popup2 .form button  {
	display: block;
	color: #fff;
	background-color: #595c75;
	color: #cbcff0;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 42px;
	padding: 0 35px;
	float: right;
}

#my_popup .form span,
#my_popup2 .form span {
	color: #999;
	font-size: 11px;
	font-weight: 400;
	line-height: 26px;
	text-align: right;
	float: right;
}

.my_popup_close,
.my_popup2_close {
	position: absolute;
	height: 15px;
	width: 15px;
	background: url("/local/templates/yulia/css/../img/close-icon.png") center center no-repeat;
	right: 3px;
	top: 3px;
	cursor: pointer;
}

#my_popup input,
#my_popup2 input {
	height: 41px;
	background-color: #edeef4;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.13);
	color: #232323;
	font-size: 18px;
	font-weight: 400;
	text-indent: 20px;
	padding-right: 31px;
	width: 330px;
	margin-bottom: 10px;
}

@media screen and (max-width: 790px) {
	#my_popup,
	#my_popup2	{
		width: 300px;
	}
	#my_popup .image,
	#my_popup2 .image	{
		width: 250px;
		height: 100px;
	}
	#my_popup img,
	#my_popup2 img
	{
		width: 100px;
		float: left;
		margin-right: 10px;
	}
	#my_popup .form,
	#my_popup2 .form	{
		width: 250px;
	}
	#my_popup .form .title,
	#my_popup2 .form .title	{
		margin-bottom: 20px;
	}
	#my_popup .form input,
	#my_popup2 .form input	{
		width: 220px;
	}
}

@media screen and (max-width: 380px) {
	#my_popup,
	#my_popup2	{
		width: 270px;
	}
	#my_popup .image,
	#my_popup2 .image	{
		width: 220px;
		height: 60px;
	}
	#my_popup img,
	#my_popup2 img{
		width: 70px;
	}
	#my_popup .form,
	#my_popup2 .form{
		width: 220px;
	}
	#my_popup .form .title,
	#my_popup2 .form .title{
		margin-bottom: 20px;
		font-size: 20px;
	}
	#my_popup .form input,
	#my_popup2 .form input{
		width: 190px;
		font-size: 14px;
		margin-bottom: 20px;
	}
	#my_popup .form button,
	#my_popup2 .form button{
		font-size: 14px;
		float: none;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	#my_popup .form span,
	#my_popup2 .form span{
		float: none;
		line-height: 14px;
		text-align: center;
	}
}
/* End */


/* Start:/local/templates/yulia/css/media-queries.css?17551626346802*/
@media screen and (min-width: 320px) {
	.container {
		min-width: 300px;
		padding: 0 10px;
	}
}

@media screen and (min-width: 480px) {
	.container {
		min-width: 460px;
		padding: 0 15px;
	}
}

@media screen and (min-width: 790px) {
	.container {
		min-width: 770px;
	}
}

@media screen and (min-width: 990px) {
	.container {
		width: 964px;
	}
}

@media screen and (max-width: 992px) {
	.left,
	.left-texts {
		width: 40%;
	}
	.right,
	.right-texts {
		width: 60%;
	}
	.news .news-item {
		width: 50%;
		float: left;
		padding-right: 35px;
	}
	.news .item-2 {
		display: none;
	}
	.news .search {
		width: 40%;
		float: right;
		padding-left: 10px;
	}
}

@media screen and (max-width: 790px) 
{
	.search-tags-cloud
	{
	    position: absolute;
		right: 50%;
		margin-right: -140px;
		bottom: -280px;
	}
	.logo {
		display: none;
	}
	.menu-main li .index-li {
		display: inline-block;
	}
	.texts {
		clear: both;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
		margin-bottom: 20px;
		padding-top: 10px;
	}
	.main {
		margin-bottom: 0;
	}
	.main:before {
		display: none;
	}
	.texts:before {
		display: none;
	}
	.left {
		display: none;
	}
	.left:before {
		display: none;
	}
	.left-texts {
		width: 100%;
	}
	.right {
		width: 100%;
		margin-bottom: 450px;
	}
	.right-texts {
		width: 100%;
		margin-bottom: 0px;
	}
	.right-texts p {
		margin: 0 auto;
		padding: 0 10px 50px;
	}
	.right .right-content {
		max-width: 100%;
	}
	.right .menu-main {
		max-width: 100%;
	}
	.right .title p {
		margin-bottom: 40px;
	}
	.texts-full {
		position: relative;
	}
	.texts-full .books {
		position: absolute;
		right: 50%;
		margin-right: -140px;
		top: 300px;
	}
	.video .books {
		position: absolute;
		right: 50%;
		margin-right: -140px;
		top: -100px;
	}
	.video #tabs {
		position: absolute;
		right: 50%;
		margin-right: -145px;
		bottom: 20px;
	}
	.main:before, .texts:before, .video:before, .main-pictures:before
	{
		bottom: -422px;
	}
	.video {
		padding-top: 150px;
		padding-bottom: 280px;
		    margin-bottom: 330px;
	}
	.texts-full .left-item {
		width: 100%;
		padding-top: 70px;
		margin-bottom: 20px;
	}
	.main-bg-mobile {
		display: block;
		min-height: 600px;
		background: url(/local/templates/yulia/css/../img/main-bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;

	}
	.right .slider {
		max-height: 425px;
		width: 100%;
		background: #fff;
		position: absolute;
		top: 100%;
		left: 0;
	}
	.right .slider .slider-image {
		padding-top: 20px;
	}
	.right .slider .more {
		top: 0;
	}
	.right .slider ul li {
		list-style: none;
		padding: 30px 20px 0 60px;
		max-width: 399px;
		left: 50%;
		margin-left: -240px;
	}
	.right .slider ul li .slide-title {
		color: #5b5e78;
		font-size: 30px;
		padding-right: 80px;
	}
	.news .news-item {
		margin-bottom: 20px;
		width: 100%;
		max-width: 420px;
	}
	.news .search {
		width: 100%;
		text-align: center;
		float: none;
		clear: both;
		margin-left: 0;
		padding-left: 0;
	}
	.news .search form {
		width: 100%;
		max-width: 420px;
		margin-bottom: 15px;
	}
	.news .search input {
		padding-right: 0;
		width: 100%;
	}
	.news .search .social {
		text-align: left;
	}
	.main-pictures {
		padding-top: 30px;
		padding-bottom: 40px;
		position: relative;
		margin-bottom: 60px;
	}
	#g-tabs {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	#g-tabs li {
		padding: 2px;
		border: 2px solid rgba(0, 0, 0, .1);
	}
	#g-slider li a {
		text-align: center;
		text-decoration: none;
		color: #5f5f5f;
		font-size: 12px;
		font-weight: 400;
	}
	.picture {
		max-width: 100%;
		height: auto;
		min-height: 400px;
		max-height: 400px;
		margin: 0 auto;
		text-align: center;
		position: relative;
		margin-bottom: 70px;
	}
	.picture .btn {
		display: inline-block;
		color: #cbcff0;
		font-size: 12px;
		font-weight: 400;
		text-transform: uppercase;
		line-height: 31px;
		background-color: #595c75;
		text-decoration: none;
		padding: 0 40px;
		float: right;
		margin-bottom: 20px;
	}
	.picture span {
		width: 70%;
	}
	.picture img {
		max-width: 100%;
		max-height: 400px;
	}
	.picture .description {
		position: absolute;
		top: 101%;
		width: 100%;
	}
	.picture:before {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.right-texts p {
		margin: 0 auto;
		padding: 0 10px 50px 30px;
		font-size: 16px;
		line-height: 20px;
	}
	.right .menu-main {
		background: #f4f4f4;
		max-width: 460px;
		padding-left: 10px;
		font-size: 0;
	}
	.right h1 {
		font-size: 56px;
		line-height: 56px;
	}
	.right .menu-main li a,
	.header .menu-main li a {
		font-size: 13px;
		line-height: 64px;
		padding: 0 9px;
	}
	.left-item {
                width: 100%;
        }
	.right-item {
		width: 100%;
/*		display: none; */
	}
	.left-item ul {
		margin: 20px auto;
	}
	.texts-full .left-item {
		padding-top: 50px;
		width: 94%;
	}
	.texts-full .right-item {
	display: none;
	}
	.right .title {
		padding-left: 10px;
		padding-right: 10px;
	}
	.main-bg-mobile {
		background-position: -25px top;
	}
	.right .slider {
		padding-left: 0;
	}
	.right .slider ul li {
		list-style: none;
		padding: 30px 20px 0 0px;
		max-width: 399px;
		position: relative;
		left: 60%;
	}
	.right .slider ul li .slide-title {
		padding-right: 20px;
	}
	.news {
		padding-left: 20px;
	}
	.news .news-item {
		width: 100%;
		max-width: 380px;
	}
	.news .search {
		width: 100%;
		max-width: 380px;
	}
	.news .search form {
		width: 100%;
		max-width: 380px;
	}
	.news .search input {
		width: 100%;
		max-width: 380px;
	}
	.news .search button {
		right: 11px;
	}
	.video .left-item {
		padding-right: 10px;
	}
	.player iframe {
		width: 95%;
		height: 300px;
	}
	.picture {
		margin-bottom: 100px;
		max-height: 400px;
		min-height: 400px;
	}
	.picture span {
		width: 50%;
		line-height: 20px;
		font-size: 14px;
	}
}

@media screen and (max-width: 380px) {
	.texts-full .left-item {
		padding-top: 90px;
	}
	.left:before {
		display: none;
	}
	.left-item,
	.right-item {
		padding: 0 10px;
	}
	.right,
	.right-texts p {
		font-size: 14px;
		padding-left: 10px;
	}
	.right .slider {
		padding: 0;
	}
	.right .slider ul li {
		list-style: none;
		padding: 30px 30px 0px 40px;
		max-width: 440px;
		position: relative;
		left: 70%;
	}
	.right .slider ul li .slide-title {
		padding-right: 0px;
	}
	.news {
		padding-left: 10px;
	}
	.news .news-item {
		width: 90%;
		max-width: 280px;
		padding: 0;
	}
	.news .search {
		width: 100%;
		max-width: 280px;
	}
	.news .search input {
		width: 90%;
		max-width: 280px;
	}
	.news .search .social {
		padding-left: 0px;
	}
	.player iframe {
		width: 94%;
		height: 250px;
	}
	#tabs {
		max-width: 240px;
		margin-left: -120px;
		;
		left: 50%;
	}
	#tabs ul li a {
		padding: 0 5px;
	}
	#tabs-1,
	#tabs-2,
	#tabs-3 {
		max-width: 240px;
	}
	.picture {
		margin-bottom: 100px;
		max-height: 370px;
		min-height: 370px;
	}
}

/* End */


/* Start:/local/templates/yulia/components/bitrix/main.feedback/AboutFeedback/style.css?17551626342881*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

.i_btn_block a
{
    color: #cbcff0;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 31px;
    background-color: #595c75;
	cursor: pointer;
    text-decoration: none;
    padding: 15px 40px;
}

.i_btn_block input:hover
{
	background-color: #000;
	color: #fff;
}

overlay { 
 background-color: rgba(0, 0, 0, 0.7); 
 bottom: 0; 
 cursor: default; 
 left: 0; 
 opacity: 0; 
 position: fixed; 
 right: 0; 
 top: 0; 
 visibility: hidden; 
 z-index: 1; 
 -webkit-transition: opacity .5s; 
 -moz-transition: opacity .5s; 
 -ms-transition: opacity .5s; 
 -o-transition: opacity .5s; 
 transition: opacity .5s; 
 } 
 .overlay:target { 
 visibility: visible; 
 opacity: 1; 
 } 
 .popup { 
 background-color: #fff; 
 border: 3px solid #fff; 
 display: inline-block; 
 left: 50%; 
 opacity: 0; 
 padding: 15px; 
 position: fixed; 
 text-align: justify; 
	font: 14px Helvetica, Arial, Sans-Serif; 
 top: 40%; 
 visibility: hidden; 
 z-index: 10; 

 -webkit-transform: translate(-50%, -50%); 
 -moz-transform: translate(-50%, -50%); 
 -ms-transform: translate(-50%, -50%); 
 -o-transform: translate(-50%, -50%); 
 transform: translate(-50%, -50%); 

 -webkit-border-radius: 10px; 
 -moz-border-radius: 10px; 
 -ms-border-radius: 10px; 
 -o-border-radius: 10px; 
 border-radius: 10px; 

 -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset; 
 -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset; 
 -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset; 
 -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset; 
 box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset; 

 -webkit-transition: opacity .5s, top .5s; 
 -moz-transition: opacity .5s, top .5s; 
 -ms-transition: opacity .5s, top .5s; 
 -o-transition: opacity .5s, top .5s; 
 transition: opacity .5s, top .5s; 
 } 
 .overlay:target+.popup { 
 top: 50%; 
 opacity: 1; 
 visibility: visible; 
 } 
 .close { 
 background-color: rgba(0, 0, 0, 0.8); 
 border: 2px solid #ccc; 
 height: 24px; 
 line-height: 24px; 
 position: absolute; 
 right: -13px; 
 font-weight: bold; 
 text-align: center; 
 text-decoration: none; 
 top: -15px; 
 width: 24px; 
 -webkit-border-radius: 15px; 
 -moz-border-radius: 15px; 
 -ms-border-radius: 15px; 
 -o-border-radius: 15px; 
 border-radius: 15px; 
 -moz-box-shadow: 1px 1px 3px #000; 
 -webkit-box-shadow: 1px 1px 3px #000; 
 box-shadow: 1px 1px 3px #000; 
 } 
 .close:before { 
 color: rgba(255, 255, 255, 0.9); 
 content: "X"; 
 font-size: 14px; 
 text-shadow: 0 -1px rgba(0, 0, 0, 0.9); 
 } 
 .close:hover { 
 background-color: rgba(64, 128, 128, 0.8); 
 } 

/* End */


/* Start:/local/templates/yulia/styles.css?17551626343*/
﻿
/* End */


/* Start:/local/templates/yulia/template_styles.css?1755162634589*/
/* Персональный раздел пользователя, стилизация */
.personal_s { font-size:14px; line-height: 25px;}
.personal_s input[type="text"], .personal_s input[type="password"] { padding: 0px 10px; height: 30px; border:1px #ddd solid; border-radius: 3px; width: 250px; };
/* margin: 10px 0px;} */
.personal_s a {color: green;}
.personal_s input[type="submit"] { background: #ffa03a; height: 35px; color: #fff; border-radius: 3px; margin: 10px 0px;cursor:pointer; padding:0px 10px;}
.personal_s input[type="submit"].btn-default { height: 45px; width: 200px;}

/* End */
/* /local/templates/yulia/css/jquery.bxslider.css?17551626344074 */
/* /local/templates/yulia/css/style.css?175516263415919 */
/* /local/templates/yulia/css/fonts.css?17551626341399 */
/* /local/templates/yulia/css/popup.css?17551626343018 */
/* /local/templates/yulia/css/media-queries.css?17551626346802 */
/* /local/templates/yulia/components/bitrix/main.feedback/AboutFeedback/style.css?17551626342881 */
/* /local/templates/yulia/styles.css?17551626343 */
/* /local/templates/yulia/template_styles.css?1755162634589 */
