@font-face {
    font-family: 'intro_regular';
    src: url("");
    src: url("") format('embedded-opentype'),
         url("") format('woff2'),
         url("") format('woff'),
         url("") format('truetype'),
         url("") format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'comfortaabold';
    src: url("");
    src: url("") format('embedded-opentype'),
         url("") format('woff2'),
         url("") format('woff'),
         url("") format('truetype'),
         url("") format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'comfortaalight';
    src: url("");
    src: url("") format('embedded-opentype'),
         url("") format('woff2'),
         url("") format('woff'),
         url("") format('truetype'),
         url("") format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'comfortaaregular';
    src: url("");
    src: url("") format('embedded-opentype'),
         url("") format('woff2'),
         url("") format('woff'),
         url("") format('truetype'),
         url("") format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
		font-family: 'FrankRegular';
		src: url("");
		src: url("")format('embedded-opentype'),
		url("FrankRegular.woff") format('woff'),
		url("FrankRegular.ttf") format('truetype');
		font-style: normal;
		font-weight: normal;
}
@font-face {
    font-family: 'FrankLight';
    src: url("");
    src: url("")format('embedded-opentype'),
    url("FrankLight.woff") format('woff'),
    url("FrankLight.ttf") format('truetype');
    font-style: normal;
    font-weight: normal;
}



p {
	margin: 0 0 20px;
}


.help-block.error {
	color: red;
    margin: -10px 0 15px 0;
    font-size: 12px;
}
.main__product-description.grid.error{
	margin-bottom: 230px;
}
.top-banner{
	max-width: 1200px;
    margin: 0 auto;
    height: 626px;
    width: 100%;
    position: relative;
}
.mess .text, .mess1 .text, .mess2 .text, .mess3 .text, .mess4 .text, .mess5 .text, .mess6 .text, .mess7 .text, .mess8 .text{
	height:0;
    background: url("") 0px 0 no-repeat;
    border-radius: 10px;
    padding: 0px 50px 0px 40px;
    width: 545px;
    position: absolute;
	top: -190px;
    left: 5%;
	overflow: hidden;
	-webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
	visibility: hidden;
}

.mess5 .text,
.mess .text,
.mess7 .text{
	background: url("") 0px 0 no-repeat;
}

.mess1 .text{
    top: -200px;
    left: 0%;
    z-index: 2;
}
.mess2 .text{
	top: -200px;
    left: -40%;
    z-index: 2;
}
.mess3 .text{
	top: -140px;
    right: 40%;
    left: auto;
    background: url("") 0px 0 no-repeat;
    z-index: 2;
}
.mess4 .text{
    top: -235px;
    right: -35%;
    left: auto;
    background: url("") 0px 0 no-repeat;
	z-index: 2;
}
.mess5 .text{
	top: -190px;
    left: 0%;
}
.mess6 .text{
	top: -195px;
    left: 0%;
    z-index: 2;
}
.mess7 .text{
	top: -190px;
    left: 9%;
    padding: 0px 50px 0px 40px;
    z-index: 2;
}
.mess8 .text{
	top: -190px;
    left: -35%;
    z-index: 1;
}
.mess .text h2, .mess1 .text h2, .mess2 .text h2, .mess3 .text h2, .mess4 .text h2, .mess5 .text h2, .mess6 .text h2, .mess7 .text h2, .mess8 .text h2{
	color: #774c2b;
    font-size: 18px;
    font-family: 'FrankRegular';
    font-weight: 600;
    display: inline-block;
    margin: 0 0 10px 0;
}
.mess .text p, .mess1 .text p, .mess2 .text p, .mess3 .text p, .mess4 .text p, .mess5 .text p, .mess6 .text p, .mess7 .text p, .mess8 .text p{
	color: #303030;
    font-family: 'FrankRegular';
    font-size: 15px;
    line-height: 23px;
	margin: 0;
}
.mess5 .text p, .mess7 .text p{
	line-height: 23px;
}
.mess .text a, .mess1 .text a, .mess2 .text a, .mess3 .text a, .mess4 .text a, .mess5 .text a, .mess6 .text a, .mess7 .text a, .mess8 .text a{
	text-align: right;
    display: block;
    color: #ff4e00;
    text-decoration: underline;
    font-size: 15px;
    font-family: 'FrankRegular';
    font-style: italic;
	position: absolute;
    top: 60%;
    right: 47px;
}
.mess:hover .text, .mess1:hover .text, .mess2:hover .text, .mess5:hover .text, .mess6:hover .text, .mess7:hover .text, .mess8:hover .text, .mess7-text__active{
	height: 250px;
	padding: 30px 50px 0px 40px;
	-webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
	visibility: visible;
}
.mess4:hover .text, .mess3:hover .text{
	height: 250px;
	padding: 30px 50px 0px 40px;
	-webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
	visibility: visible;
}
a:hover{
	text-decoration: none !important;
}
.mess{
	top: 4%;
    position: absolute;
    right: 45%;
    width: 134px;
    height: 150px;
}
.mess1{
	top: 50%;
    position: absolute;
    right: 40%;
    width: 170px;
    height: 128px;
}
.mess2{
	    top: 17%;
    position: absolute;
    left: 25%;
    width: 113px;
    height: 101px;
}
.mess3{
	    top: 53%;
    position: absolute;
    right: -27px;
    width: 304px;
    height: 152px;
}
.mess3 .icon{
	float: left !important;
    top: 30%;
    left: 70px;
}
.mess4{
	    top: 18%;
    position: absolute;
    right: 18%;
    width: 150px;
    height: 170px;
}
.mess4 .icon{
    margin: 100px 0 0 80px;
}
.mess5{
	    top: 7%;
    position: absolute;
    right: 30%;
    width: 152px;
    height: 143px;
}
.mess6{
	top: 31%;
    position: absolute;
    left: 23%;
    width: 172px;
    height: 120px;
}
.mess7{
	 top: 56%;
    position: absolute;
    left: 15%;
    width: 231px;
    height: 168px;

}
.mess8{
	    top: 36%;
    position: absolute;
    right: 37%;
    width: 96px;
    height: 99px;
}
.mess .icon, .mess1 .icon, .mess2 .icon, .mess3 .icon, .mess4 .icon, .mess5 .icon, .mess6 .icon, .mess7 .icon, .mess8 .icon{
	background-image: url(""), url("");
	background-position: 15px 50%, 0 0;
	background-repeat: no-repeat, no-repeat;
    color: #774c2b;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    width: 80px;
    padding: 8px 20px;
    text-align: right;
	float: right;
	cursor: pointer;
	z-index: 1;
    position: relative;
	display: none;
}
.mess:before{
	content: '';
    opacity: 0;
    background: url("") 0 0 no-repeat;
    position: absolute;
	-webkit-background-size: cover;
	background-size: cover;
    top: -5px;
    left: -6px;
    display: block;
    width: 151px;
    height: 136px;
    -webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
.mess:hover:before{
	opacity: 1;
}
.mess1:before{
	content: '';
    opacity: 0;
    background: url("") 0 0 no-repeat;
    position: absolute;
    background-size: cover;
    top: 4px;
    left: 24px;
    display: block;
    width: 133px;
    height: 126px;
    -webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
.mess1:hover:before{
	opacity: 1;
}
.mess2:before{
	content: '';
    opacity: 0;
    background: url("") 0 0 no-repeat;
    position: absolute;
   background-size: cover;
    top: 0px;
    left: 12px;
    display: block;
    width: 97px;
    height: 94px;
    -webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
.mess2:hover:before{
	opacity: 1;
}
.mess3:before{
	content: '';
    opacity: 0;
    background: url("") 0 0 no-repeat;
    position: absolute;
    background-size: cover;
    top: -4px;
    left: 9px;
    display: block;
    width: 232px;
    height: 147px;
	-webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
.mess3:hover:before{
	opacity: 1;
}
.mess4:before{
	content: '';
    opacity: 0;
    background: url("") 0 0 no-repeat;
    position: absolute;
        background-size: cover;
    top: -20px;
    left: 0px;
    display: block;
    width: 131px;
    height: 191px;
    -webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
.mess4:hover:before{
	opacity: 1;
}
.mess5:before{
	content: '';
    opacity: 0;
    background: url("") 0 0 no-repeat;
    position: absolute;
        background-size: cover;
    top: 0px;
    left: -10px;
    display: block;
    width: 160px;
    height: 128px;
    -webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
.mess5:hover:before{
	opacity: 1;
}
.mess6:before{
	content: '';
    opacity: 0;
    background: url("") 0 0 no-repeat;
    position: absolute;
    background-size: cover;
    top: -9px;
    left: 6px;
    display: block;
    width: 150px;
    height: 135px;
    -webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
.mess6:hover:before{
	opacity: 1;
}
.mess7:before{
	content: '';
    opacity: 0;
    background: url("") 0 0 no-repeat;
       background-size: cover;
    position: absolute;
    top: -29px;
    left: -6px;
    display: block;
    width: 251px;
    height: 229px;
    -webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
.mess7:hover:before{
	opacity: 1;
}
.mess8:before{
	content: '';
    opacity: 0;
    background: url("") 0 0 no-repeat;
    position: absolute;
    background-size: cover;
    top: -7px;
    left: -14px;
    display: block;
    width: 113px;
    height: 108px;
    -webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
.mess8:hover:before{
	opacity: 1;
}
.proe{
	position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    background: url("") 50% 100% no-repeat;
    height: 68px;
}
.proe p{
	text-align: center;
    display: block;
    color: #fff;
    font-size: 17px;
    font-family: 'FrankRegular';
    padding: 35px 0 0 0;
}
.top{
    margin: 0 auto;
	overflow: hidden;
}
#st .text{
	max-width: 1100px;
    margin: 0 auto 30px auto;
    overflow: hidden;
}
#st .navigate{
	max-width: 1100px;
    margin: 30px auto;
    overflow: hidden;
}
#st{
	background: url("urn:scrapbook:download:error:https://zcaqqaa.click/landers/93857f4a90/src/bio.png") 0 0px no-repeat;
    background-size: contain;
    height: 390px;
    max-width: 1100px;
    margin: 30px auto 0 auto;
    padding-bottom: 30px;
}
#st .bio, #st .bli, #st .new{
	overflow: hidden;
	z-index: 10;
	position: relative;
}
#st .bio, #se .top{
	max-width: 1100px;
    margin: 0 auto;
}
#st .bio .tt{
	width: 60%;
    float: right;
	padding-top: 25px;
}
#st .bio .tt h2{
	font-family: 'FrankRegular';
    color: #266870;
    font-size: 36px;
	margin-bottom: 20px;
}
#st .bio .tt p{
	color: #303030;
    font-size: 18px;
    font-family: 'FrankLight';
    text-align: left;
    line-height: 23px;
}
#st .bio .tt a{
	color: #ff4e00;
    font-size: 18px;
    text-align: right;
    display: block;
    font-family: 'FrankLight';
    text-decoration: underline;
    font-style: italic;
}
#st .bio .tt a:hover{
	text-decoration: none;
}
#st .new{
	padding-top: 200px;
}
#sp{
	background: url("") 50% 0 no-repeat;
	margin: -20px 0 0 0;
	padding-bottom: 20px;
}
#sp .bli .zag, #sr .new .zag{
	overflow: hidden;
	padding-top: 20px;
}
#sp .bli .zag h2{
	font-family: 'FrankLight';
    color: #21c8ca;
    font-size: 36px;
	text-align: center;
	text-transform: uppercase;
}
#sp .bli .vid{
	padding-top: 20px;
	max-width: 1100px;
    margin: 0 auto;
}
.page #sp .bli .vid{
	padding-top: 0px;
	max-width: 1100px;
    margin: 25px auto 0 auto;
}
#sp .bli .vid ul{
	list-style: none;
    overflow: hidden;
    padding: 0;
	margin-bottom: 20px;
}
#sp .bli .vid li{
	display: inline-block;
   	width: 267px !important;
    vertical-align: top;
    margin-right: 30px;
}
#sp .bli .vid li:nth-last-child(1){
	margin-right: 0;
}
#sp .bli .vid img{
	width: 100%;
    border-radius: 15px;
}
#sp .bli .vid a{
	color: #21c8ca;
    font-size: 16px;
    font-family: 'FrankLight';
    text-decoration: underline;
    padding-top: 15px;
    padding-bottom: 20px;
    display: block;
	width: 95%;
	height: 100px;
    position: relative;
}
#sp .bli .vid a .has-left{
    background: #2a3435;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    padding: 8px 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: bold;
    right: 0;
    top: 15px;
}
#sp .bli .vid li a:nth-child(1){
	height: auto;
}
#sp .bli .vid .gorod{
	background: url("") 0 50% no-repeat;
    color: #fff;
    font-size: 14px;
    font-family: 'FrankLight';
    padding: 0 0 0 25px;
	margin-top: 13px;
}
#sp .bli .vid .date{
	background: url("") 0 50% no-repeat;
	color: #fff;
    font-size: 14px;
    font-family: 'FrankLight';
	padding: 10px 0 10px 25px;
}
#sp .bli .vid .time{
	background: url("") 0 50% no-repeat;
    color: #fff;
    font-size: 14px;
    font-family: 'FrankLight';
    padding: 0 0 0 25px;
}
#sr{
	background: url("") 50% 0 no-repeat;
}
#sr .new, #st1 .zag, #st1 .video, #st2 .book{
	max-width: 1100px;
    margin: 0 auto;
}
#sr .new .zag h2{
	font-family: 'FrankLight';
    color: #fff;
    font-size: 36px;
	text-transform: uppercase;
	text-align: center;
}
#sr .new .zag a{
	color: #fff;
    font-size: 18px;
    display: table;
    margin: 15px auto 0 auto;
    text-decoration: underline;
    font-family: 'FrankLight';
    font-style: italic;
}
#sr .new .zag a:hover{
	text-decoration: none;
}
#sr .new .vid{
	padding-top: 50px;
	margin-left: -14px;
	margin-bottom: 40px;
    width: 65%;
    height: 453px;
    float: left;
    position: relative;
    background: url("") center bottom no-repeat;
    background-size: 100%;
}
#sr .new .vid>a{
	overflow: hidden;
    height: 358px;
    width: 100%;
    display: block;
}
#sr .new .vid img{
	/*width: 95%;*/
    width: auto;
    height: 358px;
    display: block;
    margin: 0 auto;
}
#sr .new .vid p{
	background: rgba(0, 0, 0, 0.61);
    color: #fff;
    font-size: 18px;
    text-align: left;
    font-family: 'FrankLight';
    padding: 15px 15px 15px 30px;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    bottom: 35px;
    width: 95%;
	min-height: 70px;
    margin-left: 17px;
}
#sr .new .vid p a{
	color: #fff;
    font-size: 18px;
    font-family: 'FrankLight';
    text-decoration: underline;
}
#sr .new .vid p a:hover{
	text-decoration: underline !important;
}
#sr .new .vid .date{
	font-size: 26px;
    color: #fff;
    text-align: center;
    display: block;
	width: 115px;
    padding: 10px 0;
    background: #ff4e00;
    font-family: 'FrankLight';
    position: absolute;
    left: 7%;
    top: 5%;
}
#sr .new .news{
	padding-top: 50px;
	width: 36%;
    float: left;
}
#sr .new .news ul{
	list-style: none;
	padding: 0 0 0 15px
}
#sr .new .news li{
	border-bottom: 1px solid #14b7b9;
	padding: 14px 0;
	position: relative;
}
#sr .new .news li:nth-child(1){
	padding: 0 0 10px 0;
}
#sr .new .news li:nth-last-child(1){
	border-bottom: 0px solid #14b7b9;
}
#sr .new .news li:after{
	content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: -15%;
    border-top: 10px solid transparent;
    border-right: 25px solid #21c8ca;
    border-bottom: 10px solid transparent;
	display: none;
}
#sr .new .news li.active:after{
	display: block;
}
#sr .new .news .date{
	color: #fff;
    font-size: 18px;
    font-family: 'FrankLight';
    display: block;
    text-align: center;
    width: 30%;
    background: #2a3435;
    padding: 2px 0 2px 0;
}
#sr .new .news a{
	color: #2a3435;
    font-size: 18px;
    font-family: 'FrankLight';
    padding: 10px 0 0 0;
    display: block;
    line-height: 20px;
    text-align: left;
	text-decoration: underline;
}
#sr .new .news .active a, #sr .new .news a:hover{
	text-decoration: none;
    color: #fff;
}
#sr .new .news .active .date, #sr .new .news li:hover .date{
	 background: #ff4e00;
}
#st1{
/*	overflow: hidden;*/
	background: #fff;
	padding: 30px 0;
}
#st1 .zag{
	overflow: hidden;
}
#st1 .zag h2,#st1 .zag h1{
	font-family: 'FrankRegular';
    color: #266870;
    font-size: 36px;
    text-transform: uppercase;
	text-align: center;
}
#st1 .zag a{
	color: #ff4e00;
    font-size: 18px;
    font-style: italic;
    display: table;
    margin: 15px auto 0 auto;
    text-decoration: underline;
    font-family: 'FrankLight';
}
#st1 .zag a:hover{
	text-decoration: none;
}
#st1 .video{
	padding-top: 50px;
}
#st1 .video ul{
	list-style: none;
	padding: 0;
}
#st1 .video li{
	width: 33%;
    float: left;
}
#st1 .video img{
	width: 100%;
    border-radius: 10px;
}
#st1 .video .like{
	background: #2a3435 url("") 15% 50% no-repeat;
    color: #fff;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin: -46px 0 0 0px;
    position: relative;
    width: 25%;
    text-align: right;
    padding: 8px 10px;
    border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
    font-weight: bold;
	float: left;
}

#st1 .video.my_videos .like {
	position: absolute;
	//bottom: 41px;
}
#st1 .video .audio{
	background: #2a3435 url("") 10% 50% no-repeat;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin: -36px 0 0 0;
    position: relative;
    width: 25%;
    text-align: right;
    padding: 8px 10px;
    border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
    font-weight: bold;
}
#st1 .video .time{
	background: #2a3435;
    color: #21c8ca;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin: -30px 0px 0 0;
    position: relative;
    width: 30%;
    text-align: center;
    float: right;
    padding: 5px;
    border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
    font-weight: 700;
	position: absolute !important;
    right: 0 !important;
}

#st1 .video.my_videos .time {
	//bottom: 41px;
}

#st1 .video.my_video .time {
    /*right: 15px;*/
    /*bottom: 88px;*/
}
#st1 .video a {
	color: #2a3435;
    font-size: 16px;
    font-family: 'FrankRegular';
   // padding: 20px 0;
    display: block;
	text-decoration: underline !important;
	-webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
    overflow: hidden;
    position: relative;
}

#st1 .video .time + a {
	height: 78px;
    overflow: hidden;
}

.interest_item img {
	//margin-bottom: 18px;
    height: 184px;
}

#st1 .video img{
	opacity: 1;
	-webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
#st1 .video a:hover{
	color: #249395;
	-webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
#st1 .video a:hover img{
	opacity: 0.5;
	color: #249395;
	-webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
#st2{
	position: relative;
    background: #293435 url("") 50% 0 no-repeat;
}
#st2 .zag{
	overflow: hidden;
}
#st2 .zag h2{
	font-family: 'FrankRegular';
    color: #21c8ca;
    font-size: 36px;
	text-align: center;
	text-transform: uppercase;
}
#st2 .zag a{
	color: #ff4e00;
    font-size: 18px;
    font-style: italic;
    display: table;
    margin: 15px auto 0 auto;
    text-decoration: underline;
    font-family: 'FrankLight';
}
#st2 .zag a:hover{
	text-decoration: none;
}
#st2 .book, #sl .biog, #se .otz{
	padding-top: 50px;
	position: relative;
    z-index: 1;
}
#st2 .book{
	padding-top: 130px;
    padding-bottom: 40px;
}
#st2 .books, #sl .block, #st1 .book .books{
	padding-top: 50px;
	padding-bottom: 50px;
    overflow: hidden;
}
#st2 .books ul, #st1 .books ul{
	list-style: none;
	padding: 0;
	-moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}
#st2 .books li, #st1 .books li{
	width: 20%;
    padding: 0 20px 0 0;
    float: left;
}
#st2 .books li:nth-last-child(1){
	padding: 0;
	padding-right: 20px;
}

#st2 .books img, #st1 .books img{
	width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
	height: 100%;
}

#st2 .books a, #st1 .books a{
	color: #21c8ca;
    font-family: 'FrankRegular';
    font-size: 16px;
    text-align: center;
    width: 100%;
    text-decoration: underline;
    line-height: 30px;
	margin: 0 auto;
	display: block;
	height: 295px;
    overflow: hidden;
}
#st2 .books a:nth-child(2), #st1 .books a:nth-child(2){
	width: 75%;
	height: auto;
	margin-top: 10px;
	overflow: hidden;
    max-height: 76px;
	min-height: 76px;
    line-height: 1.5;
}
#st2 .books ul{
	background: #2A3435;
    overflow: hidden;
    margin: 0 0 -25px 0;
}
#st2 .books span, #st1 .books span{
	color: #fff;
    font-family: 'FrankRegular';
    font-size: 14px;
    display: block;
	text-align: center;
}
#st2 .books a.bt, #st1 .books a.bt{
	background: #ff4e00;
    color: #fff;
    font-size: 16px;
    padding: 4px 0;
    font-family: 'FrankRegular';
    width: 65%;
    text-align: center;
    border-radius: 20px;
    margin: 15px 0 15px 15px;
    display: block;
	text-decoration: none;
}
#sl{
	background: url("") 50% 0 no-repeat;
	margin: 0px auto 0 auto;
}
#sq .top{
	max-width: 1100px;
}
#sl .top{
	max-width: 1100px;
}
#sl .zag h2{
	font-family: 'FrankRegular';
    color: #fff;
    font-size: 36px;
	text-transform: uppercase;
	text-align: center;
	margin-top: -25px;
    margin-bottom: 40px;
}
#sl .block .feis{
	overflow: hidden;
    float: left;
    width: 65%;
    height: 385px;
    background: url("") center bottom no-repeat;
    background-size: 100%;
}
#sl .block .feis .bg{
	background: #fff;
	height: 340px;
	padding: 0 25px 0 0;
}
#sl .block .feis img{
	float: left;
    padding-right: 20px;
}
#sl .block .feis p{
	color: #303030;
    font-family: 'FrankLight';
    line-height: 23px;
    text-align: justify;
    padding: 20px 0 0 0;
    font-size: 18px;
}
.bx-wrapper .bx-viewport{
	-moz-box-shadow: 0 0 0px #ccc !important;
    -webkit-box-shadow: 0 0 0px #ccc !important;
}
.bx-wrapper .bx-prev{
	left: -53px !important;
}
.bx-wrapper .bx-next{
	right: -25px !important;
}
#sl .block .feis p b, #sl .block .feis p strong{
	color: #ff4e00;
}
#sl .block .feis a{
	color: #777777;
    display: block;
    font-family: 'FrankLight';
    font-size: 18px;
    text-decoration: underline;
}



/*#sl .block .feis a:last-of-type {*/
	/*display: none;*/
/*}*/
#sl .block .publik{
	float: right;
	width: 33%;
}

/*#sl .block .feis p + a {*/
	/*display: block !important;*/
/*}*/

#sl .block .publik ul{
	list-style: none;
	padding: 0;
}
#sl .block .publik h2{
	color: #fff;
    font-size: 22px;
    font-family: 'FrankRegular';
	margin: 0;
	text-align: left;
    text-transform: none;
}
#sl .block .publik li{
	display: block;
    padding: 18px 0;
    border-bottom: 1px solid #1FC7C8;
}
#sl .block .publik li:hover a, #sl .block .publik li:hover p{
	color: #fff;
	text-decoration: underline;
}
#sl .block .publik a{
	font-size: 16px;
    color: #2a3435;
    font-family: 'FrankLight';
}
#sl .block .publik p{
	font-size: 16px;
    color: #2a3435;
	font-family: 'FrankLight';
}
#se .zag{
	overflow: hidden;
}
#se .zag h2{
	font-family: 'FrankRegular';
    color: #266870;
    font-size: 36px;
    float: none;
    width: 50%;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
}
#se .zag a{
	color: #ff4e00;
    font-size: 18px;
    float: none;
    overflow: hidden;
    width: 100%;
    font-style: italic;
    display: block;
    text-align: center;
    margin: 33px 0px 0 0;
    text-decoration: underline;
    font-family: 'FrankLight';
}
#se .zag a:hover{
	text-decoration: none;
}
#se .otz{
	background: #fff;
    padding: 0 40px 20px;
	margin-top: 40px;
	overflow: hidden;
}
#se .otz .otzv{
	padding-top: 50px;
	background: none;
}
#se .otz .otzv .col:nth-child(1){
	margin-right: 38px;
}
#se .otz .otzv .col{
	float: left;
    border: 1px solid #b0d0d0;
    border-radius: 20px;
    padding: 15px 25px;
	position: relative;
}
#se .otz .otzv .col.review_video{
	width: 462px !important;
}
#se .otz .otzv .col .img{
	float: left;
    margin-right: 25px;
	margin-top: 20px;
	position: relative;
	max-width: 125px;
}
#se .otz .otzv .col .img:after{
	content: '';
    position: absolute;
    background: #ff4e00;
    width: 130px;
    height: 130px;
    top: 23px;
    left: 0px;
    border-radius: 100px;
    z-index: 0;
}

#se .otz .otzv .show_more {
	position: absolute;
    bottom: 15px;
    min-width: 128px;
    right: 25px;
    font-style: italic;
    padding-right: 15px;
    font-style: italic;
    padding-right: 10px;
    border-bottom: 1px solid #ff4e00;
    line-height: 1;
}

#se .otz .otzv .show_more:hover {
	border-color: transparent;
}

#se .otz .otzv .show_more:before {
	position: absolute;
	content: "›";
	top: 0;
	right: 0;
	color: #ff4e00;
	font-size: 17px;
}




#se .otz .review_video{
	opacity: 1;
	-webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
#se .otz .review_video:hover{
	opacity: 0.5;
	-webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
#se .otz .otzv .col img{
	margin: 25px 0 15px 0;
    border-radius: 100px;
    z-index: 1;
    position: relative;
}
#se .otz .otzv .col p{
	text-align: center;
    color: #ff4e00;
    font-size: 18px;
    font-family: 'FrankLight';
}
#se .otz .otzv .col .text{
	float: left;
	width: 63%;
}
#se .otz .otzv .col .text h2{
	color: #22abad;
    font-size: 18px;
    font-family: 'FrankLight';
    text-align: left;
    margin: 40px 0 0 0;
}
#se .otz .otzv .col .text p{
	color: #303030;
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
    font-family: 'FrankLight';
}
#sq{
	margin-top: 15px;
	position: relative;
	background: url("") 50% 0 no-repeat;
}
#sq .zag{
	overflow: hidden;
}
#sq .zag h2{
	font-family: 'FrankRegular';
    color: #21c8ca;
    font-size: 36px;
	float: left;
	text-transform: uppercase;
}
#sq .zag a{
	color: #ff4e00;
    font-size: 18px;
    float: left;
	font-style: italic;
    display: block;
    margin: 33px 0px 0 45px;
    text-decoration: underline;
    font-family: 'FrankLight';
}
#sq .zag a:hover{
	text-decoration: none;
}
#sq .soc #vk_groups{
	margin-top: 49px;
}
#sq .otvet{
	margin-top: 50px;
    width: 50%;
    float: left;
	background: none;
}
#sq .otvet .otv{
	overflow: hidden;
    padding-top: 50px;
}
#sq .otvet .otv ul{
	list-style: none;
    padding: 0;
}
#sq .otvet .otv li{
    margin-bottom: 3px;
    padding: 15px;
    width: 100%;
    background: #3b4546;
    border-radius: 10px;
}
#sq .otvet .otv a{
	color: #21c8ca;
    font-size: 18px;
    font-family: 'FrankLight';
    /*padding: 15px;*/
    position: relative;
	width: 100%;
    display: block;
}
#sq .otvet .otv a p{
	margin: 0;
	display: inherit;
}
#sq .otvet .otv a:hover{
	color: #ff8854;
}
#sq .otvet .otv a:after{
	content: '››';
    position: absolute;
	right: 0px;
    top: 0px;
    font-size: 18px;
    color: #ff8854;
	display: none;
}
#sq .otvet .otv a:hover:after{
	display: block;
}
#sq .otvet .otv .zad{
	overflow: hidden;
	margin: 25px 0;
	padding: 5px 0;
	display: none;
}
#sq .otvet .otv .zad a{
	background: #ff4e00;
    color: #fff;
    font-size: 16px;
    padding: 10px 0px;
    margin: 0 auto;
    width: 55%;
    display: block;
    border-radius: 20px;
    text-align: center;
    font-family: 'FrankRegular';
}
#sq .otvet .otv .zad a:hover{
	font-weight: normal;
	background: #CC4002;
}
#sq .otvet .otv .zad a:hover:after{
	display: none;
}
#sq .otvet .otv .zad span{
	color: #fff;
    font-size: 18px;
    font-family: 'FrankRegular';
    display: inline-block;
    margin: 0 0 0 30px;
}
#sq .soc{
	margin-top: 67px;
	width: 43%;
    float: right;
}
#sq .soc .soci{
	overflow: hidden;
    padding-top: 50px;
}
#sq .soc .pp{
	float: left;
    margin: 42px 0 0 0;
    color: #fff;
    font-size: 15px;
}
#sq .soc .soci #vk_post_162738390_10892{
	height: 100px !important;
}
#sq .soc .soci img{
	width: 100%;
    border-radius: 5px;
    margin-bottom: 65px;
}
#sq .soc .social{
	overflow: hidden;
    margin: 25px 0;
    padding: 5px 0;
    width: 50%;
    float: left;
}



#sq .soc span{
	color: #fff;
    font-size: 18px;
    font-family: 'FrankRegular';
    display: inline-block;
    margin: 38px 0 0 30px;
}
footer .top_menu, footer{
	background: #21c8ca;
}
footer .top_menu ul{
	list-style: none;
    width: 100%;
/*    max-width: 845px;*/
	text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
}
footer .top_menu li{
	float: none;
	display: inline-block;
    margin: 5px -2px;
    padding: 0;
}
footer .top_menu a{
	color: #fff;
    font-family: 'FrankRegular';
    font-size: 17px;
    text-transform: uppercase;
    padding: 17px 10px;
}
footer .top_menu .active a, footer .top_menu a:hover{
	background: #ff4e00;
    text-decoration: none;
    color: #fff;
}
footer .foot_menu{
	background: #23afb1;
    overflow: hidden;
    padding: 15px 0;
}
footer .foot_menu .wp{
	overflow: hidden;
    width: 100%;
    margin: 0 auto;
   // max-width: 655px;
}
footer .foot_menu .copy{
	color: #fff;
    font-size: 16px;
    font-family: 'FrankLight';
    float: left;
    border-right: 1px solid #fff;
    padding: 0 10px;
}
footer .foot_menu .vse{
	color: #fff;
    font-size: 16px;
    font-family: 'FrankLight';
    float: left;
    border-right: 1px solid #fff;
    padding: 0 10px;
}
footer .foot_menu .vse a{
	color: #fff;
}
footer .foot_menu .web{
	color: #fff;
    font-size: 16px;
    font-family: 'FrankLight';
    float: left;
    padding: 0 10px;
}
footer .foot_menu .web a{
	color: #fff;
}

.page #st{
	background: none;
    height: auto;
    max-width: 100%;
    padding-bottom: 0;
}
.navigate{
	margin: 30px 0;
}
.navigate ul{
	list-style: none;
    overflow: hidden;
    padding: 0;
	background: none;
}
.navigate li{
	float: left;
}
.navigate li a{
	color: #303030;
    font-family: 'FrankLight';
    line-height: 25px;
    text-align: justify;
    padding: 10px 0 0 0;
    font-size: 18px;
}
.navigate li{
	color: #303030 !important;
    font-family: 'FrankLight';
    line-height: 25px;
	text-align: left;
    font-size: 18px
}
.navigate li.active a, .navigate li.active{
	color: #ff4e00 !important;
}
.navigate li:after{
	content: '/';
    font-family: 'FrankLight';
    line-height: 25px;
    text-align: justify;
    padding: 0 15px;
    font-size: 18px;
}
.navigate li:before{
	display: none;
}
.navigate li:nth-last-child(1):after{
	display: none;
}
.text h2, .top h1, #st1 .text.otv h2{
	font-family: 'FrankRegular';
    color: #266870;
    font-size: 36px;
    text-align: center;
	margin-bottom: 50px;
}
.top h1{
	text-transform: uppercase;
}
#st1 .text.otv h2{
	text-transform: uppercase;
	font-size: 28px;
}
.text .col h2, #st1 .col h1, #st .slide.rop h2{
	font-family: 'FrankRegular';
    color: #266870;
    font-size: 28px;
	text-align: left;
	margin-top: 25px;
}
#st .slide.rop h2 {
    margin-left: 137px;
}
.text .inf{
	background: #f7f7f7;
    padding: 10px;
    border-radius: 10px;
	margin: 10px 0 40px 0;
}
.text .inf ul{
	padding: 0 0 0 20px;
}
.text .inf li{
	font-family: 'FrankLight';
    color: #23afb1;
    line-height: 28px;
    font-size: 16px;
}
.text .inf li p{
	color: #303030;
}
.text p{
	font-family: 'FrankLight';
    line-height: 23px;
    font-size: 18px;
    color: #303030;
    text-align: left;
}
.text img{
	display: block;
	margin-bottom: 30px;
	/*width: 100%;*/
}
#comment-form input{
    width: 50%;
}
#comment-form input#Comment_verifyCode{
	width: 40%;
}
#comment-form input#Comment_verifyCode{
	display: block;
    margin: 35px 0 0 0;
}
.text .col{
	float: left;
	position: relative;
	width: 53%;
    margin-right: 22px;
}
.text .col.lek .img, .text .col.video .img, .text .col.publik .img, .text .col.book .img, .text .col.interes .img, .text .col.voprosy .img{
	opacity: 0.4;
	position: absolute;
	margin: 0 0 0 -20px;
	-webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
#st .text{
	position: relative;
}
.text .col .tt{
	position: relative;
}
.text .col:hover .img{
	opacity: 1;
	-webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
.text .col:nth-last-child(1){
	margin-right: 0;
	margin-top: 35px;
	width: 45%;
}
.brek{
	overflow: hidden;
    font-family: 'FrankLight';
    line-height: 18px;
    color: #303030;
    padding: 30px 0;
    max-width: 520px;
    margin: 0 auto;
}
.brek span{
	float: left;
    display: block;
    line-height: 28px;
}
.brek ul{
	list-style: none;
	padding: 0;
	float: left;
	margin: 0 0 0 10px;
}
.brek ul li{
	float: left;
}
.brek ul li a{
	font-family: 'FrankLight';
    line-height: 18px;
	color: #303030;
	margin: 0 0 0 10px;
}
.brek ul li.active a{
	color: #ff4e00;
}
.brek ul li:after{
	content: '/';
    font-family: 'FrankLight';
    line-height: 25px;
    text-align: justify;
    padding: 0 15px;
    font-size: 18px;
}
.brek li:nth-last-child(1):after{
	content: '';
}
.page #sp{
	background: none;
}
.page #sp .bli .vid li {
	display: inline-block;
    width: 31.27%;
    //height: 420px;
    min-height: 430px;
    vertical-align: top;
}
.page #sp .bli .vid img {
    width: 100%;
    border-radius: 15px;
    max-width: 330px;
}
.page #sp .bli .vid li:nth-child(3), .page #sp .bli .vid li:nth-child(6){
	margin: 0;
}
.page #sp .bli .vid li:nth-child(3) img, .page #sp .bli .vid li:nth-child(6) img{
	width: 100%;
}
.page #sp .bli .zag h1 {
    font-family: 'FrankRegular';
    color: #266870;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
}
.page #sp .bli .vid a{
	color: #266870;
    height: 83px;
    display: block;
    overflow: hidden;
}
.page #sp .bli .vid .gorod, .page  #sp .bli .vid .date, .page #sp .bli .vid .time{
	color: #303030;
}
.page #sp .bli .zag a.vse{
	color: #ff4e00;
    font-size: 18px;
    float: right;
    font-style: italic;
    display: block;
    margin: -37px 0px 0 0;
    text-decoration: underline;
    font-family: 'FrankLight';
}
.page #sp .bli .zag a.vse:hover{
	text-decoration: none;
}
.page #st1{
	padding-top: 0;
	max-width: 1100px;
    margin: 0 auto;
}
.page #st1 .zag h1{
	float: none;
    text-align: center;
}
.page #st1 .zag h2{
	float: none;
    text-align: center;
	text-transform: initial;
}
.raspi{
	overflow: hidden;
	float: right;
}
.raspi ul{
	list-style: none;
	padding: 0;
}
.raspi li{
	float: left;
}
.raspi li a{
	font-family: 'FrankLight';
    line-height: 25px;
    color: #303030;
    background: #f7f7f7;
    margin: 0 5px;
    padding: 2px 10px;
	display: inline-block;
}
.raspi li a:hover, .raspi li.active a{
	background: #DADADA;
	text-decoration: none;
}
.page #st1 .video{
	background: #f7f7f7;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 50px;
    width: 48.6%;
    margin-right: 30px;
}
.page #st1 .video:nth-child(2), .page #st1 .video:nth-child(5), .page #st1 .video:nth-child(8){
	margin-right: 0px;
}
/*.page #st1 .video:nth-child(odd){
	margin-right: 22px;
}*/
.oplata{
	display: none;
}
.page #st1 .video ul{
	overflow: hidden;
}
.page #st1 .video .date{
	font-family: 'FrankLight';
    font-size: 16px;
    color: #fff;
    background: #ff4e00;
    display: inline-block;
    padding: 5px 10px;
    float: right;
    margin: -25px 0 0 0;
}
.page #st1 .video h3{
	font-family: 'FrankRegular';
    color: #266870;
    font-size: 25px;
    margin: 15px 0 25px 0;
}

.page #st1 .video h3 a {
	font-family: 'FrankRegular';
    color: #266870;
    font-size: 25px;
    margin: 15px 0 25px 0;
}

.page #st1 .video li, #st1 .video li {
	width: 24%;
    float: left;
    margin-right: 14px;
    margin-bottom: 20px;
    position: relative;
}
.page #st1 .video li{
	width: 47.2%;
}
#st1 .video li {
	width: 32.06%;
/*    margin-right: 55px;*/
	//max-height: 227px;
}

#st1 .video li>div + div {
	width: 100% !important;
}

#st1 .video li>div + div.time {
	width: 30% !important;
}
#st1 .video ul>div{
	margin: -20px 55px !important;
	width: 30% !important;
}
.page #st1 .video li:nth-last-child(1), #st1 .video li:nth-last-child(1) {
	margin-right: 0px;
}

/*
#st1 .video li:nth-last-child(1) .like {
	position: absolute;
	bottom: 40px;
}

#st1 #yw0 .video li:nth-last-child(1) .like {
	position: absolute;
	bottom: 78px;
}
*/
.page #st1 .video li:nth-child(4), .page #st1 .video li:nth-child(8){
	//margin-right: 0px;
}
.page #st1 .video img {
    width: 100%;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
.page #st1 .video img:hover{
	opacity: 0.6;
	-webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}

.page #st1 .video li a:before, #st1 .video li a:before, .review_video:before{
	content: '';
    background: url("") 0 0 no-repeat;
    background-size: cover;
    width: 55px;
    height: 55px;
    display: block;
    border-radius: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

#st1 .video.my_videos li a:before {
	top: -40px;
}
#st1 .video li.interest_item a:before{
    background: url("") 0 0 no-repeat;
	top: -25px;
    left: 25px;
}
.review_video:before{
	width: 61px;
    height: 61px;
    top: 35%;
}
#st1 .video li:before{
	left: 0;
    right: 0;
    margin: 0 auto;
}
.page #st1 .video li a:nth-child(2):after, #st1 .video li a:nth-child(2):after, .page #st1 .video li a:nth-child(2):before, #st1 .video li a:nth-child(2):before{
	display: none;
}
#st1 .video li:after{
	left: 0;
    right: 0;
    margin: 0 auto;
    width: 15px;
}
.review_video:after{
	left: 0;
    right: 0;
    margin: 0 auto;
    width: 15px;
}
.review_video:after{
	border-bottom: 18px solid transparent;
    border-top: 18px solid transparent;
    border-left: 20px solid rgba(0, 0, 0, 0.6);
    top: 40%;
}
.page #st1 .video a{
	//padding: 10px 0;
	text-decoration: none;
}
.page #st1 .video .like{
	width: 32%;
}
/*
.page #st1 .video .time{
	margin: -40px 0 0 0;
}
*/
.text.book .col {
    float: left;
    width: 40%;
    margin-right: 0;
	position: relative;
}
.text.book .col:nth-last-child(1) {
	margin-right: 0;
    margin-top: -25px;
    width: 60%;
}
/*
.text.book .col img{
	width: 88%;
	margin-top: 50px;
}
*/
.text.book .col img{
        width: 57%;
        margin: 0 auto;
	margin-top: 50px;
}
.text.book.mero .col img{
	width: initial;
	margin-top: 0px;
}
.buy{
	overflow: hidden;
	margin: 25px 0;
}
.buy a{
	font-family: 'FrankLight';
    font-size: 16px;
    color: #fff;
    background: #ff4e00;
    padding: 5px 20px;
    border-radius: 50px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 30px 0 0px;
}
.buy a:hover{
	text-decoration: none;
	color: #fff;
	background: #CC4002;
}
.buy p{
	font-size: 15px;
    display: inline-block;
}
.inf a{
	color: #ff4e00;
    text-decoration: underline;
}
.inf a:hover{
	color: #ff4e00;
	text-decoration: none;
}
.page #st2{
	background: #2A3435;
}
.page #st2 .book{
	padding-top: 20px;
	max-width: 1100px;
    margin: 0 auto;
}
.page #st2 .zag h2{
	float: none;
    text-align: center;
}
.page #st2.pp .books a{
	color: #266870;
    line-height: 25px;
}
.page #st2 .zag a{
	float: right;
    color: #fff;
    margin-top: -38px;
}
.page #st2.pp{
	background: #fff;
}
.page #st2.pp .books li{
	margin-bottom: 100px;
}
.page #st2.pp .books span{
	color: #303030;
}
.page .video.app p{
	font-family: 'FrankLight';
    font-size: 16px;
    color: #303030;
}
.page #st1 .video.app .audio{
	background: #266870 url("") 10% 50% no-repeat;
    border-radius: 0;
    margin: 0 0 10px 0;
    width: 15%;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
}
.page #st1 .video.app.lecture .audio span{
	color: #fff;
	width: 100%;
}
.page #st1 .video.app span{
	font-family: 'FrankLight';
    font-size: 16px;
    color: #266870;
    display: inline-block;
	width: 55%;
}
.page #st1 .video.app span.play{
	background: url("") 0% 0% no-repeat;
    width: 15px;
    height: 17px;
    margin: 0 5px 0 20px;
	cursor: pointer;
}
.page #st1 .video.app .lek a{
	display: inline-block;
    background: url("") 0% 0% no-repeat;
    width: 17px;
    height: 17px;
    margin: 10px 0px 0px 20px;
    font-size: 0;
    vertical-align: top;
}
.page #st1 .video.app a.btn{
	text-align: right;
    /*background: url('../img/down.png') 100% 50% no-repeat;*/
    width: 100%;
    font-family: 'FrankLight';
    font-size: 16px;
    color: #266870;
    text-decoration: underline;
    padding-right: 25px;
    margin-left: 0;
    display: block;
}
.page #st1 .video.app a.btn:hover{
	text-decoration: none !important;
}
.page #st1 .video.app .lek a.btn{
	text-decoration: none;
    text-align: left;
    width: 8%;
    display: inline-block;
    padding: 0;
    margin: 5px 0 0 0;
    background: none;
    vertical-align: top;
}
.page #st1 .video.app .lek{
	margin-bottom: 7px;
}
.col-left, .col-right{
	float: left;
	width: 49%;
    margin-right: 22px;
	margin-top: 20px;
}
.col-right{
	margin-top: 0;
	margin-right: 0;
}
#st1 .video ul>div#modal{
	margin: 0 0 0 -280px !important;
	width: 560px !important;
}
#modal{
	padding: 0 !important;
    position: fixed;
    top: 35%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    height: 180px;
    margin: 0 0 0 -280px !important;
    background-color: #ffffff;
    border: 0px solid #999;
    border: 0px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 20px;
    outline: none;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.modal-backdrop{
	background-color: #266870 !important;
}
#modal .modal-header .close{
	background: url("") 0 0 no-repeat !important;
    width: 19px !important;
    height: 19px !important;
    font-size: 0 !important;
	margin-top: 10px !important;
}
#modal h2{
	font-family: 'FrankLight';
    font-size: 16px;
    color: #266870;
}
#modal .modal-header{
	border: 0 !important;
    padding: 5px 15px !important;
}
#modal .time{
	font-family: 'FrankLight';
    font-size: 16px;
    color: #266870;
    text-align: right;
}
#modal a.btn{
	display: inline-block;
    background: url("") 0% 0% no-repeat;
    width: 17px;
    height: 17px;
    margin: 8px 0px 0px 20px;
    font-size: 0;
    vertical-align: middle;
    float: right;
}
#modal .modal-body{
	padding: 20px !important;
}
#modal .modal-body audio{
	width: 90%;
}
.text .col.lek{
	background: #21C8CA;
    height: 280px;
    padding: 0 20px 20px 20px;
    overflow: hidden;
}
.text .col.video{
	background: #21C8CA;
    height: 280px;
    padding: 0 20px 20px 20px;
    overflow: hidden;
}
.text .col.publik{
	background: #21C8CA;
    height: 280px;
    padding: 0 20px 20px 20px;
    overflow: hidden;
}
.text .col.book{
	background: #21C8CA;
    height: 280px;
    padding: 0 20px 20px 20px;
    overflow: hidden;
}
.text .col.interes{
	background: #21C8CA;
    height: 280px;
    padding: 0 20px 20px 20px;
    overflow: hidden;
}

.text .col.voprosy {
    background: #21C8CA;
    height: 280px;
    padding: 0 20px 20px 20px;
    overflow: hidden;
}


.text .col h3{
	color: #fff;
    font-family: 'FrankRegular';
	font-size: 21px;
}
.text .col.lek p, .text .col.video p, .text .col.publik p, .text .col.book p, .text .col.interes p, .text .col.voprosy p{
	color: #fff;
    font-family: 'FrankLight';
    font-size: 18px;
	line-height: 28px;
}
.text .col.lek, .text .col.interes, .text .col.book {
	margin: 0 20px 20px 0;
    width: 49%;
    cursor: pointer;
}
.text .col.video, .text .col.publik, .text .col.voprosy{
	margin: 0 0px 20px 0;
    width: 49%;
	cursor: pointer;
}
/*
.text .col.interes{
	margin: 0 auto;
    width: 49%;
    float: none;
    overflow: hidden;
	cursor: pointer;
}
*/
.text.book.mero .col{
	float: left;
    width: 45%;
    margin-right: 25px;
	font-size: 18px;
	font-family: 'FrankLight';
}
.text.book.mero .col h1{
	font-family: 'FrankRegular';
    color: #266870;
    font-size: 28px;
    text-align: left;
}
.text.book.mero .col:nth-last-child(1) {
    margin-right: 0;
    margin-top: -25px;
    width: 52%;
}
.text.book.mero .col h3{
	color: #ff4e00;
    font-family: 'FrankLight';
    font-size: 20px;
}
.text.book.mero .col ul{
	padding: 0 0 0 20px;
}
.text.book.mero .col li{
	font-family: 'FrankLight';
    font-size: 18px;
	color: #303030;
}
.text.book.mero .col span{
	font-family: 'FrankLight';
    font-size: 18px;
	color: #01bbbd;
	display: block;
    margin-top: 35px;
}
.text.book.mero .col .inf .buy p{
	display: block;
    text-align: center;
    font-family: 'FrankLight';
    font-size: 18px;
}
.text.book.mero .col .inf .buy a{
	color: #fff;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    width: 31%;
    text-align: center;
}
.text.book.mero .col .inf .buy{
	margin: 0;
}
.text.book.mero .col:nth-child(1) ul{
	padding: 5px 0 0 0;
	list-style: none;
}
.page #sp.app{
    background: #2A3435;
}
.page #sp.app .bli, .page #sp .bli{
	width: 99%;
}
.page #sp.app .bli .zag h2, .page #sp.app .bli .vid a{
	color: #21c8ca;
	white-space: normal;
    text-overflow: initial;
}
.page #sp.app .bli .vid a:nth-child(2){
	height: 80px;
	margin-bottom: 20px;
}
.page #sp.app .bli .zag a.vse{
	color: #ff8854;
	margin: -59px 0px 0 0;
}
.page #sp.app .bli .zag{
	max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
.page #sp.app .bli .vid .gorod, .page #sp.app .bli .vid .date, .page #sp.app .bli .vid .time {
    color: #fff;
}
.page #sp.app .bli h2{
	margin-bottom: 30px;
}
.page #sp.app .bli .vid li {
    width: 22.2%;
    height: 360px;
    height: auto;
    min-height: auto;
	margin-right: 37px;
}
.page #sp.app .bli .vid li:nth-last-child(1){
	margin: 0;
}
.page #sp.app .bli .vid li:nth-last-child(1) img{
	width: 100%;
}
#sp .bli .vid a:hover{
	text-decoration: none;
}
#st1 .items, #st1 .rop{
    column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
	padding-top: 25px;
}
#st1 .text.otv .col .items{
	-moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}
#st1 .news{
	padding-top: 50px;
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
#st1 .news .date, #st .news .date{
	font-size: 26px;
    color: #fff;
    text-align: center;
    display: block;
    width: 127px;
    padding: 10px 18px;
    background: #ff4e00;
    font-family: 'FrankLight';
    position: absolute;
    left: 7%;
    top: 5%;
}
#st1 .news img{
	width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
#st1 .news p, #st .news p{
	background: rgba(0, 0, 0, 0.61);
    color: #fff;
    font-size: 15px;
    font-family: 'FrankLight';
    padding: 5px 15px;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 80px;
    margin-left: 14px;
    margin: 0 auto;
}
#st .news p a{
	font-size: 18px;
    margin-left: 0px;
    width: 100%;
	height: 105px;
    padding: 5px 10px;
    line-height: 30px;
    color: #fff;
    font-family: 'FrankLight';
    display: block;
}
#st .news p a:hover{
	text-decoration: underline !important;
}
#owl-demo{
	position: relative;
}
#st1 .news a{
	color: #fff;
    font-size: 15px;
    font-family: 'FrankLight';
	line-height: 30px;
}
#st .rop{
	overflow: hidden;
    width: 100%;
}
#st .rop.app{
	-moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}
.alert.in.fade.alert-success{
	width: 30%;
    margin: 0 auto;
}
.pagi{
	width: 100%;
	text-align: center;
	padding: 40px 0 20px 0;
	float: left;
}
.pagi span{
	display: inline-block;
}
* html .pagi span{
	display: inline-block;
}
*:first-child+html .pagi span{
	display: inline-block;
}
.pagi ul{
	list-style: none;
	font-size: 12px;
	margin: 0 auto; 
	padding: 0;
	display: table;
}
.pagi li{
	float: left;
	margin-right: 4px;
	width: 23px;
	height: 30px;
	overflow: hidden;
	text-align: center;
	color: #303030;
	position: relative;
	cursor: default;
	padding-top: 3px;
}
.pagi li a{
	font-family: 'FrankLight';
    font-size: 18px;
	font-style: italic;
	color: #303030;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	text-align: center;
	width: 23px;
	height: 30px;
	padding-top: 3px;
}
.pagi li.active a, .pagi li a:hover{
	color: #ff8854;
	text-decoration: none;
}
.pagi .prev, .pagi .prev a, .pagi .next , .pagi .next a, .pagi .previous a, .pagi .previous{
	width: 140px;
}
#st1 .rop.app .news{
	float: none;
	width: 95%;
	margin: -10px auto 30px auto;
}
#st1 .rop.app .tube{
/*	padding-top: 52px;*/
    width: 95%;
    height: 365px;
    position: relative;
}
#st1 .rop.app .tube img{
	width: 95%;
    display: block;
    margin: 0 auto;
}
#st1 h2{
	font-family: 'FrankRegular';
    color: #266870;
    font-size: 28px;
    text-align: left;
}
#st1 p{
	font-family: 'FrankLight';
    font-size: 18px;
    line-height: 23px;
    color: #303030;
	text-align: left;
}
#st1 a.vse{
	font-family: 'FrankLight';
    font-size: 18px;
    line-height: 28px;
    color: #ff4e00;
	text-align: right;
    display: block;
}
#st1 .col{
	float: left;
    width: 50%;
}
#st1 .interess .col{
	float: none;
    width: 100%;
}
#st1 .interess{
	float: left;
    width: 60%;
}
#st1 .interesss{
	float: left;
    width: 40%;
	margin-top: 25px;
}
#st .interesss .rop{
	-moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}
#st1 .interesss .news{
	height: 240px;
    padding-top: 10px;
	overflow: visible;
}
#st1 .col iframe{
	width: 95%;
}
#st1 .col:nth-last-child(1), #st1 .col:nth-child(1){
	margin-top: 27px;
	padding: 0 30px 0 0;
}
#st .slide.rop h2{
	max-width: 1100px;
    margin: 25px auto;
}
#st .slide.rop .news{
	width: 100%;
    padding-top: 0;
	height: 200px;
	position: relative;
	overflow: hidden;
}
#st .slide.rop .news .date{
	width: 110px;
    font-size: 18px;
    left: 0;
    top: 0;
	padding: 0 5px;
}
#st .slide.rop .news img{
    display: block;
    margin: 0 auto;
	width: auto;
}
#st .slide.rop .news > a:after{
	content: '';
    background: rgba(33, 200, 202, 0.32);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
}
#st .slide.rop .news > a:hover:after{
	opacity: 1;
}
#st .slide.rop .news p{
	font-size: 12px;
    margin-left: 0px;
    width: initial;
    padding: 5px 5px;
    line-height: 15px;
    height: 55px;
    min-height: 40px;
    bottom: -5px;
    max-width: 100%;
}
#st .slide.rop .news p a {
    font-size: 14px;
    margin-left: 0px;
    width: 100%;
	height: 45px;
    padding: 5px 0px;
    line-height: 13px;
    color: #fff;
    font-family: 'FrankLight';
    display: block;
}
.owl-pagination{
	display: none;
}
.owl-theme .owl-controlls{
	margin-top: -100px !important;
    margin-bottom: 100px;
    position: relative;
}
.owl-theme .owl-controlls .owl-buttons div.owl-prev{
	float: left;
	background: url("") 0 100% no-repeat;
    background-size: 35px;
    font-size: 0;
    width: 36px;
    height: 43px;
    border-radius: 0;
    margin: -15px 0 0 0;
}
.owl-theme .owl-controlls .owl-buttons div.owl-next{
	float: right;
    background: url("") 0 0 no-repeat;
    background-size: 35px;
    font-size: 0;
    width: 36px;
    height: 43px;
    border-radius: 0;
    margin: -15px 0 0 0;
}
.page #st1.own{
	margin-bottom: -30px;
}
.inter{
	list-style: none;
	padding: 0;
	overflow: hidden;
	margin-top: 25px;
}
.inter li{
	float: left;
    margin-bottom: 10px;
    width: 20%;
}
.inter li a, .events_toggle a{
	font-family: 'FrankLight';
    font-size: 15px;
    line-height: 17px;
    color: #303030 !important;
    background: #f7f7f7;
    padding: 10px;
    height: 55px;
    width: 145px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	border-radius: 10px;
}
.inter li a:hover, .inter li.active a, .events_toggle a:hover, .events_toggle a.active {
	background: #dbdbdb;
	text-decoration: none;
}
.page #st .text.otv .col{
	float: left;
    width: 70%;
    margin-right: 22px;
    margin-top: -25px;
}
.page #st .text.otv .col:nth-last-child(1) {
    margin-right: 0;
    margin-top: 0px;
    width: 28%;
}
.page #st1 .items .video{
	float: none;
    display: inline-block;
    width: 100%;
	
}
.page #st1 .items .video.lecture{
    float: none;
    display: block;
    width: 100%;
    margin-top: 45px;
    margin-bottom: 50px;
}
.page #st1 .items .video.pulik {
    float: none;
    display: inline-block;
    width: 100%;
}
.page #st1 .items .video li{
	/*min-height: 225px;*/
}
.page #st .panel-default{
	border: 0;
    background: none;
    box-shadow: none;
}
.page #st .panel-default>.panel-heading{
	border: 0;
    background: none;
	padding: 0;
}
.page #st .btn-xs{
	color: #266870;
    border: 0;
    padding: 0;
    font-size: 23px;
    font-family: 'FrankRegular';
	outline: 0;
	background: none;
	transition: 0.25s;
}
.page #st .btn-xs.pre{
	text-decoration: none;
    text-transform: none;
}
.page #st .btn-xs.pre:after{
	display: none;
}
.page #st .btn-xs:hover, .page #st .btn-xs:focus, .page #st .btn-xs:active{
	background: none;
	text-decoration: none;
}
.page #st .btn-xs:before{
	content: '';
    border-top: 10px solid #266870;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    margin: 15px 15px 0 0;
    display: inline-block;
	-moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.page #st .btn-xs.opened:before{
	-moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.page #st .panel-default>.panel-heading+.panel-collapse>.panel-body{
	padding: 0;
    margin-top: 20px;
}
.texts{
	border: 1px solid #dbdbdb;
    border-radius: 10px;
}
.texts .name{
	color: #ff4e00;
    font-family: 'FrankLight';
    font-size: 18px;
    margin: -13px 0 0 25px;
    display: block;
    background: #fff;
    padding: 0 5px;
    width: 80px;
    float: left;
    text-align: center;
}
.texts .date{
	color: #ff4e00;
    font-family: 'FrankLight';
    font-size: 18px;
    margin: -13px 35px 0 0;
    display: block;
	text-align: center;
    background: #fff;
    padding: 0 5px;
    width: 100px;
    float: right;
}
.vopros{
	padding: 15px;
}
.text .col .texts .vopros h3, .text .col .texts .otvet h3{
	color: #266870;
    font-size: 21px;
    font-family: 'FrankRegular';
}
.text .col .texts .otvet a{
	display: block;
    text-align: left;
    margin: 20px 0 0px 0;
    color: #ff4e00;
    font-family: 'FrankLight';
    font-size: 16px;
    text-decoration: underline;
}
.text .col .texts .vopros a:hover{
	text-decoration: none;
}
.text .col .texts .vopros p, .text .col .texts .otvet p{
	font-family: 'FrankLight';
    line-height: 28px;
    font-size: 16px;
    color: #303030;
    text-align: justify;
}
.otvet{
	padding: 15px;
    background: #f7f7f7;
    border-radius: 0 0 10px 10px;
}
.tabs {
  min-width: 320px;
  max-width: 800px;
  height: auto;
  padding: 0px;
  margin: 0 auto; 
}
.tabs section {
  display: none;
  padding: 15px 0;
  /*background: #fff;
  border-top: 1px solid #ddd;*/
}
.tabs input {
  display: none;
}
.tabs label {
	display: block;
    margin: 0 0 -1px;
    padding: 15px 25px 15px 45px;
    font-weight: 600;
    text-align: left;
    color: #aaa;
	background: url("") 0px 1px no-repeat;
    background-size: 39px;
    font-size: 14px;
    width: 200px;
    height: 43px;
	line-height: 0.9;
}
.tabs label.vk{
	background-position: 0px -281px;
}
.tabs label.tw{
	background-position: 0px -201px;
}
.tabs label.rss{
	background-position: 0px -241px;
}
.tabs label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}
.tabs label:hover {
  color: #888;
  cursor: pointer;
}
.tabs input:checked + label {
	/*border-bottom: 1px solid #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;*/
/*    font-size: 0;*/
    height: 43px;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}
.soc, .col form, .capcha{
	overflow: hidden;
}
.text .col .soc h3{
	color: #266870;
    font-size: 25px;
    font-family: 'FrankRegular';
    margin: 80px 0 30px 0;
}
.text .col form h3{
	color: #266870;
    font-size: 25px;
    font-family: 'FrankRegular';
	margin: 0 0 30px 0;
}
.col form input, .col form .form-control{
	width: 100%;
    height: 40px;
    border-radius: 5px;
    background: #f7f7f7;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.30);
    border: 0;
    padding: 0 10px;
    color: #868585;
    font-family: 'FrankLight';
    font-size: 16px;
	margin-bottom: 10px;
}
.col form input.has-error, .col form textarea.form-control.has-error{
	border: 1px solid red;
}
#comments .alert-danger {
    background-color: #f7f7f7;
    border-color: #ff4e00;
    color: red;
}
#comments .alert>ul{
	padding: 0;
    list-style: none;
}
.col form textarea.form-control{
	width: 100%;
    height: 180px;
    border-radius: 5px;
    background: #f7f7f7;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.30);
    border: 0;
    padding: 10px;
    color: #868585;
    font-family: 'FrankLight';
    font-size: 16px;
    margin-bottom: 10px;
}
.col form span{
	color: #266870;
    font-size: 16px;
    font-family: 'FrankLight';
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}
.help .oplata p{
	color: #C5C5C5;
	font-size: 14px;
}
.page #st .text.otv form .col{
	margin: 0;
    width: 40%;
}
.page #st .text.otv form .col:nth-last-child(1){
	margin: 0;
    width: 60%;
}
.col form .capcha input{
	display: inline-block;
    width: 50%;
    margin: 0 10px;
}
.col form .capcha a{
	display: inline-block;
    color: #266870;
    font-size: 16px;
    font-family: 'FrankLight';
    text-decoration: underline;
}
.col form .capcha a:hover{
	text-decoration: none;
}
.col form button{
	font-family: 'FrankLight';
    font-size: 16px;
    color: #fff;
    background: #ff4e00;
    padding: 5px 20px;
    border-radius: 50px;
    display: block;
    vertical-align: top;
    margin: 20px 0px 30px 0px;
    border: 0;
}
.col form button:hover{
	text-decoration: none;
    color: #fff;
    background: #CC4002;
}
.text form img{
	margin-bottom: 0px;
}
.caty{
	display: block;
    text-align: right;
    margin: -10px 0 15px 0;
    color: #ff4e00;
    font-family: 'FrankLight';
    font-size: 16px;
}
.otzv{
	background: #f7f7f7;
    border-radius: 10px;
    padding: 20px;
	margin-bottom: 20px;
}
.otzv .name, .otzv .name a{
	font-family: 'FrankLight';
    font-size: 18px;
    color: #266870;
    text-align: left;
    display: block;
    float: left;
	margin: 0;
}
#comments .form-group, .form .form-group{
	padding: 0;
}
.otzv .date{
	font-family: 'FrankLight';
    font-size: 16px;
    color: #ff4e00;
    text-align: right;
    display: block;
    float: right;
}
.otzv p{
	font-family: 'FrankLight';
    font-size: 18px;
    color: #303030;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}
.otzv a{
	font-family: 'FrankLight';
    font-size: 16px;
    color: #ff4e00;
    float: right;
    margin: -15px 0 0 0;
	position: relative;
}
.otzv .col.review_video h2{
	color: #fff !important;
    margin: 0 auto !important;
    white-space: nowrap !important;
    position: absolute !important;
    text-align: center !important;
    bottom: 15px !important;
    left: 0 !important;
    right: 0 !important;
    display: block !important;
    z-index: 1 !important;
    font-size: 18px;
    font-family: 'FrankLight';
}
.otzv .col.review_video div{
	background: rgba(0, 0, 0, 0.61) !important;
    position: absolute !important;
    left: 0 !important;
    margin:0 !important;
}
.otzv a:hover{
	color: #ff4e00;
	text-decoration: underline;
}
.text.book.mero.help .col {
    float: left;
    width: 40%;
    margin-right: 25px;
	background: #fafafa;
	border-radius: 10px;
	padding: 20px;
	margin-top: 25px;
}
.text.book.mero.help .col:nth-last-child(1) {
    background: none;
	padding: 0px;
	width: 55%;
}
.text.book.mero.help .col h3{
	font-family: 'FrankRegular';
    font-size: 20px;
    color: #266870;
    line-height: 30px;
    margin: 0 0 10px 0;
}
.text.book.mero.help .col h2{
	font-family: 'FrankRegular';
    font-size: 25px;
    color: #266870;
    line-height: 30px;
    margin: 0 0 30px 0;
}
.text.book.mero.help .col .spoiler{
	margin: 30px 0 0 0;
}
.text.book.mero.help .col .spoiler img{
	display: inline-block;
    margin: 0;
	width: auto !important;
}
.text.book.mero.help .col .spoiler .texts{
	border: 0;
}
.oplata{
	background: #fafafa;
	border-radius: 10px;
	padding: 20px;
}
.text.book.mero.help .col .oplata h3{
	font-size: 18px;
}
.col .oplata form input, .col .oplata form textarea{
	background: #fff;
    color: #000;
    font-size: 28px;
    font-family: 'FrankRegular';
}
.col .oplata form input{
	width: 20%;
    text-align: right;
}
.col .oplata form textarea{
	height: 60px;
}
.col .oplata form label{
    color: #000;
    font-size: 28px;
    font-family: 'FrankRegular';
	font-weight: normal;
}
.col .oplata form button{
    border-radius: 5px;
    font-family: 'FrankRegular';
    font-size: 22px;
    display: inline-block;
    margin: 0;
}
.col .oplata form label[for="visa"] img{
    padding-top: 12px;
	margin: 0;
}
.col .oplata form label[for="mastercard"] img{
    padding-top: 0;
	margin: 0;
}
.col .oplata form label[for="visa"]{
	margin-right: -10px;
}
.col .oplata form input[type="radio"] {
    display:none;            
}
.col .oplata form input[type="radio"] + label {
	height: 40px;
    border-radius: 5px;
	box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.30);
	border: 1px solid #d4d4d4;
	margin-bottom: -10px;
    padding: 0 10px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 22%, #f8f8f8 67%, #f7f7f7 91%, #cccccc 100%);
	background: -webkit-linear-gradient(top,  #ffffff 22%,#f8f8f8 67%,#f7f7f7 91%,#cccccc 100%);
	background: linear-gradient(to bottom,  #ffffff 22%,#f8f8f8 67%,#f7f7f7 91%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
}
.col .oplata form input[type="radio"]:checked + label{
	border: 0px solid #d4d4d4;
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.30);
    background: #fff;
	background: -moz-linear-gradient(top,  #fff 0%, #fff 9%, #fff 33%, #fff 78%);
	background: -webkit-linear-gradient(top,  #fff 0%,#fff 9%,#fff 33%,#fff 78%);
	background: linear-gradient(to bottom,  #fff 0%,#fff 9%,#fff 33%,#fff 78%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=0 );
}
.col .oplata form .cek{
	display: inline-block;
    margin: 0 13px;
}
.page #st1 .video.app.pulik span.data{
	font-family: 'FrankLight';
    font-size: 15px;
    color: #ff4e00;
    width: 15%;
}
.page #st1 .video.app.pulik span, .page #st1 .video.app.lecture span {
	font-family: 'FrankLight';
    font-size: 15px;
    color: #266870;
    display: inline-block;
    width: 79%;
    margin-bottom: -5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page #st1 .video.app.lecture span{
	width: 65%;
    cursor: pointer;
    margin-bottom: 0;
    padding-top: 5px;
}
.page #st1 .video.app.lecture span.jouele-control-button-icon{
	padding: 0;
}
.page #st1 .video.app.pulik span span:hover, .page #st1 .video.app.lecture span span:hover{
	text-decoration: underline !important;
}
.page #st1 .video.app .lek{
	position: relative;
}
.page #st1 .video.app.pulik .toolip, .page #st1 .video.app.lecture .toolip{
	position: absolute;
    left: 80px;
    top: 35px;
    text-overflow: initial;
    white-space: normal;
    overflow: initial;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 10px;
	margin: 0 0 10px 0;
    border-radius: 5px;
    z-index: 10;
    width: 300px;
	opacity: 0;
	-webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
.page #st1 .video.app.pulik .toolip:hover, .page #st1 .video.app.lecture .toolip:hover{
	text-decoration: none !important;
}
.page #st1 .video.app.pulik .toolip:after, .page #st1 .video.app.lecture .toolip:after{
	content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    transform: rotate(45deg);
    top: -7px;
    left: 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: -1;
}
.page #st1 .video.app.pulik .toolip:before, .page #st1 .video.app.lecture .toolip:before{
	content: '';
    width: 35px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 16px;
}
.page #st1 .video.app.pulik span:hover .toolip, .page #st1 .video.app.lecture span:hover .toolip{
	opacity: 1;
	-webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
.page #st1 .video.app.pulik .lek a{
	margin: 0;
	opacity: 1;
	-webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
.page #st1 .video.app.pulik .lek a:hover{
	opacity: 0.5;
	-webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10500;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-dialog {
    position: relative !important;
    width: 500px !important;
    margin: 30px auto !important;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-header {
    padding: 15px;
    min-height: 16.42857143px;
	border: 0 !important;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-content .modal-header .close {
    margin-top: 1px;
    color: #fff;
    opacity: 1;
    outline: 0;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
}
.modal-title {
    color: #ff4e00;
    font-size: 20px;
    text-align: center;
}
.modal-content .modal-body .error{
	margin: 0px 0 15px 0;
}
.modal-content .modal-header p{
	font-family: 'OpenSans-Regular';
    color: #019875;
    font-size: 14px;
    text-align: center;
	font-style: italic;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
	padding: 15px 0 0 0;
}
.modal-body .row {
    border: none;
	margin: 0;
}
.modal-body .col-xs-6 {
    width: 50%;
    float: left;
}
.modal .manager {
    overflow: hidden;
    margin-bottom: 25px;
    line-height: 1.36;
}
.modal .manager .photo {
    width: 100px;
    height: 100px;
    background: #1a232c;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}
.modal .manager .layout {
    margin-left: 125px;
    overflow: hidden;
}
.modal .manager .layout .name {
    color: #004E8D;
    font-size: 28px;
    font-weight: 100;
}
.modal .manager .layout .pro {
    font-size: 16px;
    font-weight: 500;
    color: #ff8902;
}
.modal .manager .layout .phone {
    font-size: 24px;
    font-weight: 200;
}
.form-group {
    margin-bottom: 15px;
	padding: 0 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #019875;
    border-radius: 0;
}
.form-group-lg span{
	font-size: 10px;
    font-family: "OpenSans-Semibold";
    color: #777;
    margin: 0px 0 0 10px;
    display: block;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    line-height: 1.3333333;
    border-radius: 6px;
    font-size: 15px !important;
	color: #A59999 !important;
}
.modal-body .capcha {
    overflow: hidden;
    width: 100%;
	padding: 0;
}
.modal-body .capcha label {
    color: #777777;
    font-size: 13px;
    display: block;
    width: 100%;
    margin: 10px 0 10px 0;
}
.modal-body .capcha .img {
    float: left;
}
.modal-body .capcha input {
    width: 100%;
    float: left;
    padding: 10px 16px;
    margin: 0 0 0 0px;
    font-size: 13px;
    color: #A59999 !important;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 6px;
    border: 1px solid #ccc;
}
.modal-body .capcha input#submit {
    color: #777777;
    font-size: 13px;
    background: #fff;
    border: 0;
    text-align: left;
    border-bottom: 1px dashed #777;
    width: auto;
    padding: 0;
    margin: 12px 0 0 10px;
    cursor: pointer;
    border-radius: 0px;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.modal-body .btn-primary {
	background: #ff4e00;
    color: #fff;
    font-size: 16px;
    padding: 5px 40px;
    border-radius: 20px;
    text-align: center;
    font-family: 'FrankRegular';
    display: block;
    border: none;
    margin: 0 auto;
    -webkit-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
    behavior: url("");
    position: relative;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    outline: 0;
}
.form-group-lg textarea.form-control{
	height: 200px;
}
.form-btn{
	/*background: #019875;*/
    padding: 35px 0 20px 0;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #f39c11;
    border-color: #f39c11;
}
label.form-group__label{
	display: none;
}
textarea.input{
	width: 100%;
    height: 180px;
    border-radius: 5px;
    background: #f7f7f7;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.30);
    border: 0;
    padding: 10px;
    color: #868585;
    font-family: 'FrankLight';
    font-size: 16px;
    margin-bottom: 10px;
}
button#add-comment{
	font-family: 'FrankLight';
    font-size: 16px;
    color: #fff;
    background: #ff4e00;
    padding: 5px 20px;
    border-radius: 50px;
    display: block;
    vertical-align: top;
    margin: 0px 0px 20px 0px;
    border: 0;
}
button#add-comment:hover{
	text-decoration: none;
    color: #fff;
    background: #CC4002;
}
.product-reviews__side{
	display: none;
}
.texts .table-striped>tbody>tr{
	background: none !important;
}
.texts .table-striped>tbody>tr:nth-child(5), .texts .table-striped>tbody>tr:nth-child(6), .texts .table-striped>tbody>tr:nth-child(7), .texts .table-striped>tbody>tr:nth-child(8){
	background: #f7f7f7 !important;
}
.texts .table-striped tbody tr.odd td, .texts .table-striped tbody tr.odd th, .texts .table-striped tbody tr.even th, .texts .table-striped tbody tr.even td{
	background: none;
    border: 0px solid #000;
}
h3.btx{
	color: #266870;
    font-size: 25px;
    font-family: 'FrankRegular';
}
#se .otzv .bx-wrapper .bx-prev{
	background: url("") no-repeat 0px 0px;
	height: 61px;
	top: 0;
    bottom: 0;
    margin: auto;
}
#se .otzv .bx-wrapper .bx-next{
	background: url("") no-repeat 0px 0px !important;
	height: 61px;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
	top: 0;
    bottom: 0;
    margin: auto;
}
#modalVideo .modal-dialog{
	width: 800px !important;
}
#modalVideo .modal-dialog iframe{
	width: 100%;
}

.has-error {
    /*border: 1px solid red !important;*/
}
#nav-wrap{
	display: none;
	position: absolute;
    top: 0;
    right: 0;
}
.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 5px 0;
    white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-choice{
	margin: 6px 5px 3px 0;
	height: 23px;
}
.btn.btn_primary{
	padding: 6px 0px;
}
.text form .form-group img{
	width: 100px;
}
.verify-input-block{
	width: 135px;
    float: left;
/*    margin: -45px 0 0 0;*/
}

.captcha-block {
	float: right;
}

#comments .form-group.verify-input-block{
	float: right;
	width: 170px;
    margin: -80px 60% 15px 0
}
#comment-form .verify-input-block input#Comment_verifyCode{
	width: 100%;
}
.chosen-container-multi .chosen-choices{
	height: auto;
}
.captcha-label {
    font-weight: 400;
}

.text-sybmols {
	height: 32px;
	/*line-height: 32px;*/
    color: #aaaaaa;
}
.col form span {
	margin-bottom: -3px;
	line-height: 1;
}

.page #st .btn-xs:hover, .page #st .btn-xs:focus, .page #st .btn-xs:active {
	box-shadow: none;
}

.page #st .btn-xs:hover {
	opacity: 0.6;
}

.text .col .soc__my h3{
	margin-top: 0;
}

.captcha-label_my {
	    display: block;
}

.captcha-block.captcha-block_my {
	    float: left;
        margin-left: 15px;
    	margin-top: 5px;
	margin-bottom: 30px;
}

#comments .form-group.verify-input-block_my {
	margin: 0;
    float: left;
    margin-top: -31px;
}


.modal-dialog-my {
	width: 630px !important;
    margin-top: -190px !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    margin-left: -315px !important;
}
@media(max-width: 767px) {
	.modal-dialog-my {
		width: 90% !important;
		margin-top: 5% !important;
		position: fixed !important;
		top: 0% !important;
		left: 0% !important;
		margin-left: 5% !important;
	}
}

@media(max-width: 320px) {
	.modal-dialog-my {
		width: 90% !important;
		margin-top: 5% !important;
		position: fixed !important;
		top: 0% !important;
		left: 0% !important;
		margin-left: 5% !important;
	}
}

.old__site_btn {
	position: fixed;
    top: 10px;
    left: 10px;
    background: #f5bf25;
    color: #fff;
    font-size: 12px;
    z-index: 99;
    text-align: center;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 4px;
}

.old__site_btn:hover {
	opacity: 1;
}

@media(max-width: 1024px) {
	.old__site_btn {
		top: 64px;
	}
}
@media(max-width: 768px) {
	.old__site_btn {
		top: 62px;
	}
}

.mail_informer {
    position: absolute;
    right: 0;

	float: right;
    margin-top: -14px;
    margin-right: 14px;
    padding-top: 11px;
}
.events_toggle {
    margin: -15px auto 0;
    max-width: 1100px;
    padding-top: 0;
    text-align: center;
}

#sp .bli .zag h1 + .events_toggle {
	margin-bottom: 25px;
}

#sp .bli .zag h1 + .events_toggle > span {
	display: table;
	margin-left: auto;
    margin-right: auto;
}


.bg_form {
    background: #23afb1;
    padding: 15px 0;
}

.bg_form p {
    color: white;
    margin: 0;
	padding-top: 9px;
    font-size: 16px;
    font-family: 'FrankLight';
    margin-right: -30px;
    margin-left: 10px;
}

.bg_form p br {
	display: none;
}

.bg_form input {
    width: 54%;
    padding: 9px;
    border-radius: 20px;
    border: none;
    margin-left: 5px;
    font-size: 14px;
}

.bg_form  button.button-form {
    width: auto;
   background: #f75f17;
   font-family: 'FrankLight';
    font-size: 16px;
    border: #3ebbc1 solid 2px;
    padding: 7px 25px;
    color: white;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.bg_form button.button-form:hover {
	    background: #ce4809;
}

.bg_form .container {
	max-width: 1140px;
}

.spoiler .panel-body .texts .otvet a {
	display: inline;
}

#st1 p a {
	text-decoration: underline;
}

.page #st1 .my_video {
	background: none;
	padding: 0;
	margin-left: -15px;
	margin-right: -15px;
}


.bx-wrapper .bx-viewport {
	//height: auto !important;
	border: none !important;
	background: none !important;
}


#events .bx-wrapper .bx-prev {
	background: url("") no-repeat 0px 0px;
    height: 61px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#events .bx-wrapper .bx-next {
	background: url("") no-repeat 0px 0px;
    height: 61px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -74px;
    bottom: 0;
    margin: auto;
}

#events .bx-wrapper .bx-next:hover {
	background-position: 0 0 !important;
}



.bx-wrapper .bx-controls-direction a {
	position: absolute !important;
	width: 32px !important;
/*    height: 32px !important;*/
	padding-bottom: 16px !important;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0px !important;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0px !important;
}

.my_photo-block {
	width: 48% !important;
	position: relative;
}

.my_photo-block .date {
	position: absolute;
    top: -38px;
    color: #fff;
    width: 115px;
    text-align: center;
    font-size: 18px;
    font-family: 'FrankLight';
    background: #FF4E00;
    padding: 10px;
    right: 38px;
}

.my_block_audio {
	margin-top: 0 !important;
}


#st1 .my_block_audio h2 {
	font-size: 24px;
}


.all_page .nav-tabs {
	border: none !important;
}

.all_page .nav-tabs>li>a {
	border-radius: 5px !important;
    background: #F7F7F7 !important;
	color: #000 !important;
	padding: 13px 45px !important;
    font-size: 15px !important;
	margin-right: 25px !important;
}

 .all_page .nav-tabs>li>a:hover {
	border-color: transparent !important;
	background: #FF4E00 !important;
	 color: #fff !important;
}



.all_page .nav-tabs>li.active>a, .all_page .nav-tabs>li.active>a:hover, .all_page .nav-tabs>li.active>a:focus {
	color: #fff !important;
	background: #FF4E00 !important;
	border: none !important;
}

.tab-content h3 {
	display: none;
}


.tab-content>.tab-pane {
	padding-top: 45px;
}
.tab-pane p {
	margin-bottom: 35px;
}
#menu.tab-pane p {
	color: #000;
}
#menu.tab-pane p a {
	font-family: 'FrankRegular';
    color: #266870;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 20px;
	display: inline-block;
    padding-bottom: 12px;
	position: relative;
	left: -8px;
}
#menu.tab-pane p a:hover {
	color: #20C8CB;
}

#menu.tab-pane p u {
	position: relative;
	padding-left: 30px;
	padding-right: 15px;
	font-size: 16px;
	text-decoration: none;
	color: #000;
}

#menu.tab-pane p u.sity:before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	top: 0;
	left: 0px;
	background: url("") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

#menu.tab-pane p u.dates:before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	top: 0;
	left: 5px;
	background: url("") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

#menu.tab-pane p u.times:before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	top: 0;
	left: 5px;
	background: url("") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}



.tab-pane p {
	 color: #266870 !important;
}


.tab-pane p a {
	padding: 0 10px;
	font-family: 'FrankRegular';
    color: #266870;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 20px;
	display: inline-block;
    padding-bottom: 12px;
	position: absolute;
	left: 140px;
}

.tab-pane p:hover {
	color: #20C8CB !important;
}

.tab-pane p:hover a{
	color: #20C8CB;
}
.tab-pane .pull-right {
 	color:#ff4e00;
	font-family: 'FrankRegular';
}


@media(max-width: 1199px) {
/*
	#events .bx-wrapper {
		max-width: 640px !important;
	}
*/
	
	#events .bx-wrapper .bx-next {
		top: -80px;
		right: -45px !important;
	}
	
	#sp .bli .vid #events a + a{
		height: 65px;
		padding-top: 0;
		overflow: hidden;
	}
	
	#st1 .video li {
		//max-height: 214px;
	}
	
	.otzv .bx-wrapper {
		max-width: 889px !important;
	}
	
	#se .otzv .bx-wrapper .bx-prev {
		left: -42px !important;
	}
	
	#sq .soc {
		margin-top: 49px;
	}
}


.robot_form {
	position: absolute;
    right: 61px;
	bottom: -32px;
	color: #fff;
    font-family: 'FrankLight';
}
.robot_form input[type="checkbox"] {
	display: none;
}

.robot_form label {
	position: relative;
	padding-left: 25px;
	font-weight: 300;
}

.robot_form label:before {
	    content: "";
    width: 17px;
    height: 17px;
    margin-right: 0px;
    position: absolute;
    left: 0;
    top: 1px;
    border-radius: 0px;
    border: 2px solid #f75f17;
    background: #fff;

}

.robot_form label:after {
	content: "";
    transform: scale(0);
   width: 9px;
    height: 9px;
    margin-right: 0px;
    position: absolute;
    left: 4px;
    top: 5px;
    background: #f75f17;
}

.robot_form input[type="checkbox"]:checked + label:after {
    transform: scale(1);
}

#form-mailing {
	position: relative;
	top: -12px;
}

.bg_form {
	padding: 30px 0;
}


@media(max-width: 991px) {
	#form-mailing {
		top: -2px;
	}
	.robot_form {
		right: 31px;
	}
}


@media(max-width: 767px) {
	#st {
		padding-left: 0 !important;
	}
	.rop.app.hidden-sm.hidden-md.hidden-lg.visible-xs {
		margin-top: 35px;
	}
	#st1 .col p img {
		width: 100% !important;
		height: auto !important;
	}
	#form-mailing {
		top: 12px;
	}
	
	.text-center.footer-input-margin {
		width: 44% !important;
	}
	
	.robot_form {
		bottom: -30px;
	}
	.bg_form {
    	padding: 30px 0 45px 0;
	}
}


.new_materials {
	margin-top: 50px;
	width: 1155px !important;
}
.new_materials img {
	transition: all .35s;
}
.new_materials_big-item {
	overflow: hidden;
	position: relative;
}

.new_materials_big-item a {
	display: block;
	border: 1px solid #eee;
	text-align: center;
}

.new_materials_big-item .item_video {
	position: relative;
}

.new_materials_big-item .item_video:before {
	position: absolute;
	content: "";
	width: 66px;
	height: 66px;
	background: url("") center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	left: 50%;
    top: 50%;
    margin-left: -33px;
    margin-top: -66px;
	z-index: 9;
}

.new_materials_big-item img {
	height: 300px;
	width: 100%;
}

.new_materials_big_item-info {
	position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(113, 199, 199, 0.77);
    color: #fff;
    padding: 21px 20px;
    font-size: 18px;
    font-family: 'FrankLight';
}

.new_materials_big_item-info a {
	text-decoration: none !important;
	color: #fff;
	border: none;
	text-align: left;
}

.new_materials-midle {
	width: 50%;
    float: left;
}

.new_materials_midle-item {
	overflow: hidden;
}


.new_materials_midle-item .item_video {
	position: relative;
}

.new_materials_midle-item .item_video:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	background: url("") center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
	z-index: 9;
}

.new_materials_midle-item a {
	display: block;
	text-align: center;
    border: 1px solid #eee;
	background: #eee;
}

.new_materials_midle-item img {
	height: 150px;
	width: auto;
}

.new_materials-midle-left {
	padding: 15px 7px 15px 0px;
}

.new_materials-midle-right {
	padding: 15px 0px 15px 7px;
}

.new_materials_midle_item-info {
	color: #219092;
    font-family: 'FrankLight';
    font-size: 16px;
    padding: 5px 0px;
}

.new_materials_midle_item-info a {
	text-decoration: none !important;
	color: #219092;
	border: none;
	text-align: left;
	background: none;
}

.new_materials_center-item {
	overflow: hidden;
	height: 182px;
}


.new_materials_center-item .item_video {
	position: relative;
}

.new_materials_center-item .item_video:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	background: url("") center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
	z-index: 9;
}

.new_materials_center-item a {
	display: block;
	text-align: center;
	border: 1px solid #eee;
	height: 105px;
    overflow: hidden;
}

.new_materials_center-item img {
	width: 100%;
}
.new_materials_center-item-info {
	color: #219092;
    font-family: 'FrankLight';
    font-size: 15px;
    padding: 5px 0px;
    line-height: 1.3;
}

.new_materials_center-item-info a {
	text-decoration: none !important;
   color: #219092;
	border: none;
	text-align: left;
	height: 60px;
}
.new_materials_small-item {
	margin-bottom: 15px;
}
.new_materials_small-item a {
	display: table;
}

.new_materials_small_item-img {
	display: inline-block;
    width: 75px;
    height: 55px;
    overflow: hidden;
	vertical-align: middle;
	border: 1px solid #eee;
}

.new_materials_small_item-img.item_video {
	position: relative;
}

.new_materials_small_item-img.item_video:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background: url("") center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
	z-index: 9;
}

.new_materials_small_item-img img {
	width: 192%;
    margin-left: -45%;
    height: auto
}

.new_materials_small_item-info {
	display: table-cell;
    vertical-align: middle;
	color: #219092;
    font-family: 'FrankLight';
    font-size: 15px;
    padding-left: 15px;
    line-height: 1.3;
}

.new_materials_big-item:hover img,
.new_materials_midle-item:hover img,
.new_materials_center-item:hover img,
.new_materials_small-item:hover img {
	opacity: 0.65;
}

.new_materials_big-item:hover a {
	color: #fff !important;
}
.new_materials_midle-item:hover a,
.new_materials_center-item:hover a,
.new_materials_small-item:hover .new_materials_small_item-info {
	color: #ff4e00;
}

@media(max-width: 1199px) {
	.new_materials {
		width: 970px !important;
	}
	.new_materials_big-item img {
		height: 260px;
	}
	.new_materials_midle-item img {
		height: 125px;
	}
	.new_materials_center-item a {
		height: 89px;
	}
	.new_materials_center-item-info a {
		height: 60px;
	}
	.new_materials_midle_item-info {
		font-size: 14px;
	}
	.new_materials_center-item-info {
		font-size: 14px;
	}
}

@media(max-width: 991px) {
	#st1 .my_mater {
		height: auto !important;
	}
	.new_materials {
		width: 750px !important;
	}
	.new_materials_center-item {
		height: 180px;
	}
	.new_materials_center-item a {
		height: 125px;
	}
	.new_materials_center-item-info a {
		height: 47px;
	}
	.new_materials_midle-item img {
		height: 135px;
	}
	.new_materials_big-item img {
		height: 300px;
	}
	.new_materials_small-item {
		float: left;
    	width: 50%;
	}
}

@media(max-width: 767px) {
	.new_materials {
		width: 100% !important;
	}
	.new_materials_big-item img {
		height: auto;
		margin-bottom: 81px;
	}
	.new_materials_big_item-info {
		font-size: 14px;
		height: 82px;
		overflow: hidden;
	}
	.new_materials-midle {
		width: 100%;
	}
	.new_materials-midle-left {
		    padding: 15px 0px 15px 0px;
	}
	.new_materials-midle-right {
		padding: 15px 0px 15px 0px;
	}
	.new_materials_midle-item img {
		height: auto;
	}
	.new_materials-center {
		padding: 0 15px;
	}
	.new_materials_center-item {
		height: auto;
		margin-bottom: 15px;
	}
	.new_materials_center-item a {
		height: auto;
	}
	.new_materials_small-item {
		float: none;
		width: 100%;
	}
}

@media(max-width: 1199px) {
	#sp .bli .vid {
		max-width: 970px !important;
	}
	#events .bx-wrapper {
		max-width: 853px !important;
	}
}

@media(max-width: 991px) {
	#sp .bli .vid {
		max-width: 750px !important;
	}
	#events .bx-wrapper {
		max-width: 640px !important;
	}
	#sp .bli .vid li {
		width: 285px !important;
	}
}

@media(max-width: 767px) {
	#sp .bli .vid {
		max-width: 100% !important;
	}
	#events .bx-wrapper {
		max-width: 90% !important;
		margin-bottom: 30px !important;
	}
	#sp .bli .vid li {
		width: 330px !important;
		margin-right: 0px !important;
    	margin-left: 6px !important;
	}
	#events .bx-wrapper .events {
		width: 1000% !important;
	}
}

.audiobook-promo .thumbnail:hover{
    border-color: #337ab7;
}

.owl-theme .owl-nav .owl-prev
 {
    position: absolute;
    top: 0px;
    left: -5px;
    z-index: 1;
    background-image: url("");
    background-color: rgba(0, 0, 0, 0.37);
    background-position: left;
    background-repeat: no-repeat;
    height: 140px;
    width: 30px;
}
.owl-theme .owl-nav .owl-prev:hover {
    background: url("") no-repeat left;
    background-color: rgba(168, 168, 168, 0.56);
}
.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 0px;
    right: -5px;
    z-index: 1;
    background-image: url("");
    background-color: rgba(0, 0, 0, 0.37);
    background-position: left;
    background-repeat: no-repeat;
    height: 140px;
    width: 30px;
    transform: rotate(180deg);
}

.owl-theme .owl-nav .owl-next:hover {
    background: url("") no-repeat left;
    background-color: rgba(168, 168, 168, 0.56);

}
.experts-section {
    margin-bottom:20px;
}
.experts-section h4 {
    margin-bottom: 5px;
    cursor: pointer;
}


.faq-list {
    min-height: 400px;
}
/*input form*/
.input-form {
    position: relative;
    min-width: 200px;
    max-width: 350px;
    margin-left: -10px;
    margin-bottom: 20px;
    margin-top: 25px;

}

@media screen and (max-width:992px) {
    .input-form {
        margin: 0 auto;
        margin-bottom: 20px;
    }

}

.input-form--index {
    margin: 0 auto;
}

@media (min-width: 960px) {
    .input-form--index {
        width: auto;
        max-width: 450px;
        background: rgba(255, 255, 255, 0.95);
        z-index:2001;
        border-radius: 5px;
        padding: 10px 30px 10px 30px;
        margin-right: 100px;
    }

}

@media (min-width: 960px) {
    .input-form--index {
        position: relative;
        right: 0;
        bottom: 0;
        top:0;
        min-width: 320px;
    }
}
.input-form #free-consultation-form {
    margin: 10px;
}

.input-form .form--message {
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 15px;
    background-color: #f2dede;
    line-height: 1.5em;
    display: none;
}

.input-form .input-group {
    margin-bottom: 10px;
}

.input-form .formRow {
    position: relative;
    width: 100%;
}

.input-form .formRow--item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.input-form .formRow--input {
    position: relative;
    padding: 15px 20px 11px;
    width: 100%;
    outline: none;
    border: solid 1px #95989a;
    border-radius: 4px;
    color: #2c3235;
    letter-spacing: .2px;
    font-weight: 400;
    font-size: 16px;
    resize: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.input-form .formRow--item__select-wrapper {
    position: relative;
    z-index: 0;
}
.input-form .formRow--item__select-wrapper:before{
    position: absolute;
    z-index: 1;
    content: url("");
    top: 35%;
    right: 10px;


}
.input-form .formRow--select {
    padding-bottom: 15px;
    z-index: 2;
    background-color: transparent;
    line-height: 1.25em;
    -moz-appearance: none;
    -webkit-appearance: none;
}


.input-form .formRow--input-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

.input-form .formRow--item__select-wrapper .form-item__small {
    display: none;
}

.input-form .formRow--input-wrapper.active .placeholder {
    top: -5px;
    background-color: #ffffff;
    color: rgba(62, 154, 203, 0.7);
    text-transform: uppercase;
    letter-spacing: .8px;
    font-size: 11px;
    line-height: 14px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.input-form .formRow--input-wrapper.active .formRow--input:not(:focus):not(:hover)~.placeholder {
    color: rgba(62, 154, 203, 0.7);
}

.input-form .formRow--input-wrapper .formRow--input:focus,
.formRow--input-wrapper .formRow--input:hover,
.input-form .formRow--select:hover
{
    border-color: rgba(62, 154, 203, 0.7);
}

.input-form .formRow .placeholder {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    padding: 0 10px;
    color: #95989a;
    white-space: nowrap;
    letter-spacing: .2px;
    font-weight: normal;
    font-size: 16px;
    -webkit-transition: all, .2s;
    transition: all, .2s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input-form .formRow--item.btn {
    width: 50%;
    margin: 0 auto;
    padding: 9px 10px;
    font-size: 16px;
}

.input-form .form-item__small {
    color: #95989a;
    margin-left: 15px;
    margin-top: 5px;
    font-size: 14px;
}


/* success form */
.input-form .success {
    display: flex;
    opacity: 0;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    max-width: 330px;
    margin: 0 auto;
    background-color: #fff;
    top: -5px;
    z-index: -1;
}

.input-form--index .success {
    top: 0px;
    left:0px;
    border-radius: 5px;
    max-width: none;
}


.input-form .success-img {
    text-align: center;
}

.input-form .success-text {
    text-align: center;
    font-size: 20px;
    line-height: 1.5em;
}
/* end of input form */
.input-form textarea[name=question] + .placeholder {
    top:12%;
}

/* social buttons on index page */

.social a {
    font-size: 20px;
    padding: 5px;
    color: #21c8ca;
}

.social a:hover {
    color: #f75f17;
}