

/* Start:/index_files/style.css?15662077076500*/
.lending-block-1-wrapper {
	background: url(/index_files/images/general2.jpg);
	background-size: cover;
}

.lending-block-1 {
	background-color: rgba(0, 132, 179, 0.9);
	height: 100%;
	min-height: 500px;
}

.lending-block-1 h2 {
	line-height: 1.5;
	margin: 0 0 20px;
}

.lending-block-1 .text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.lending-block-1 ul {
	margin: 0 0 20px;
}

.index-block-3 {
	height: 100%;
	background-color: rgba(0, 132, 179, 0.9);
}

.index-block-3 h2 {
	font-weight: normal;
	font-size: 40px;
}

.index-block-3-wrapper {
	background: url('/index_files/images/block-3/bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	min-height: 500px;
}

.index-block-3-list {
	list-style: none;
	padding-left: 0;
	padding-bottom: 30px;
	max-width: 350px;
}

.index-block-3-list li {
	height: 80px;
	margin-bottom: 10px;
}

.index-block-3-list__icon {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 15px;
}

.index-block-3-list__text {
	float: left;
	width: calc(100% - 65px);
}

.index-block-3-list__text a {
	color: #FFF;
	text-decoration: underline;
}

.lending-block-3-wrapper {
	min-height: 500px;
	background: url(/about/tarif/files/images/bg-3.jpg);
	background-size: cover;
	position: relative;
}

.lending-block-3-wrapper > div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.lending-block-3-wrapper h2 {
	font-weight: normal;
	font-size: 40px;
}

.lending-block-3 {
	display: flex;
	justify-content: center;
}

.lending-block-3__element {
	flex-basis: 18%;
}

.lending-block-3__element span {
	font-size: 20px;
	display: block;
}

.lending-block-3__separator {
	align-self: center;
	padding-left: 15px;
	padding-right: 15px;
}

.c-slider {
	position: relative;
}

.c-slider__element {
	width: auto;

}


.c-slider__header {
	font-size: 20px;
	color: #0084b3;
	margin-bottom: 30px;
	height: 80px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.c-slider__date {
	font-size: 16px;
	padding-bottom: 30px;
}

.c-slider__preview {
	padding-bottom: 30px;
}

.c-slider__description {
	font-size: 16px;
	padding-bottom: 30px;
}

.c-slider__link {
	padding-bottom: 10px;
}

.c-slider__link a, .c-slider__links a {
	text-decoration: underline;
	color: #0084b3;
}

.c-slider__like {
	display: flex;
	align-items: center;
}

.c-slider__like-icon {
	width: 15px;
	height: 15px;
	background: url('/index_files/images/block-4/like.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 5px;
}

.c-slider__like-count {
	font-size: 14px;
	color: #959595;
}

.c-slider__prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -40px;
	cursor: pointer;
}

.c-slider__next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -40px;
	cursor: pointer;
}

.c-slider__links {
	text-align: right;
	padding-right: 0px;
}

.b-epic {

}

.b-epic__element-inner {
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 250px;
}

.b-epic__element {
	position: relative;
	overflow: hidden;
	text-align: center;
	min-height: 350px;
	margin-bottom: 30px;
}

.b-epic__element-image {
	width: 250px;
	height: 250px;
	transition: all 0.4s ease-in-out 0.5s;
}

.b-epic__element-header {
	padding-top: 15px;
}

.b-epic__element-text {

}

.b-epic__element-mask {
	width: 250px;
	height: 250px;

	border-radius: 50%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
cursor:pointer;
	background-color: rgba(0, 180, 255, 0.5);
	opacity: 0;
	transition: all 0.3s ease-in 0.4s;
}

.b-epic__element:hover .b-epic__element-mask {
	opacity: 1;
	transition-delay: 0s;
}

.b-epic__element-mask-inner {
	width: 250px;
	height: 250px;

	position: absolute;
	top: 50%;
	left: 0;
	right: 0;

	transform: translateY(-50%) scale(10);
	opacity: 0;
	transition: all 0.3s ease-in-out 0.2s;
}

.b-epic__element:hover .b-epic__element-mask-inner {
	opacity: 1;
	transform: scale(1);
	transition-delay: 0.2s;
}

.b-epic__element-mask-inner a {

color: #FFF;
	font-size: 20px;
	text-decoration: none;
}

.b-epic__element-mask-inner a:hover {
	color: #FFF;
	text-decoration: none;
}

.index-block-5-wrapper {
	background-color: #0084b3;
}

.b-icon-list {
	display: flex;
	align-items: center;
	margin-bottom: 45px;
}

.b-icon-list__icon {
	height: 35px;
	width: 35px;
	margin-right: 35px;
}

.b-icon-list__icon img {
	width: 100%;
}

.b-icon-list__text {
	font-size: 20px;
	color: #FFF;
}

.b-video-list__item {
	padding: 10px;
	cursor: pointer;
	position: relative;
}

.b-video-list__item-inner {
	background: url('/index_files/images/block-6/video1.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 250px;
	width: 100%;
}

.b-video-list__item-inner2 {
	background: url('/index_files/images/block-6/video2.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 250px;
	width: 100%;
}

.b-video-list__item-inner3 {
	background: url('/index_files/images/block-6/video3.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 250px;
	width: 100%;
}


.b-video-list__item-play {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(calc(-50% + 5px));
	margin: 0 auto;

	background: url('/index_files/images/block-6/play-hover.png');
	background-repeat: no-repeat;
	background-size: cover;

	height: 55px;
	width: 55px;
}

.b-video-list__item:hover .b-video-list__item-play {
	background: url('/index_files/images/block-6/video_.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.b-video-list_item-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	max-width: 90%;
}
.c-fnt-h2 {
	font-size: 30px;
	line-height: 1.5;
    margin: 0 0 20px;
}

@media only screen and (max-device-width: 480px) {
	.lending-block-3 {
		flex-direction: column;
	}
	.lending-block-3__separator {
		display: none;
	}
	.lending-block-3__element {
		padding-bottom: 25px;
	}
	.lending-block-3-wrapper {
		min-height: 800px;
	}
	.c-fnt-h2, .index-block-3 h2, .lending-block-3-wrapper h2, h2 {
		font-size: 28px;
	}
	.index-block-3 .col-xs-12 {
		padding:0;
	}
	.c-slider__header {
		margin-bottom: 0;
	}
	.c-slider__prev {
		left: -60px;
	}
	.c-slider__next {
		right: -60px;
	}
	.c-slider__preview img {
		max-width: 100%
	}
	..c-slider__date {
		padding-bottom: 0;
	}
	.c-slider__links {
		text-align: left;
	}
	.index-block-6-wrapper h2 {
		margin-bottom: 0;
	}
}
/* End */


/* Start:/local/templates/main/css/module/video-block.css?15635402331539*/
.b-video-list__item {
    padding: 10px;
    cursor: pointer;
    position: relative;
}

.b-video-list__item-inner {
    background: url('/index_files/images/block-6/video1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 250px;
    width: 100%;
}

.b-video-list__item-inner2 {
    background: url('/index_files/images/block-6/video2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 250px;
    width: 100%;
}

.b-video-list__item-inner3 {
    background: url('/index_files/images/block-6/video3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 250px;
    width: 100%;
}


.b-video-list__item-play {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(calc(-50% + 5px));
    margin: 0 auto;

    background: url('/index_files/images/block-6/play-hover.png');
    background-repeat: no-repeat;
    background-size: cover;

    height: 55px;
    width: 55px;
}

.b-video-list__item:hover .b-video-list__item-play {
    background: url('/index_files/images/block-6/video_.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.b-video-list_item-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    max-width: 90%;
}
/* End */


/* Start:/local/templates/main/css/page/seminar.css?16553006541194*/
.tb-demonstration-form {
    background: #ffffff00 !important;
}
.pdt{
padding-top: 30px;
}
.lending-block-price {
    background-color: #eaf7ff;
}
.top-block-demonstration {
    background: url(/upload/demo-fns/bg-5.jpg) center no-repeat;
    background-size: cover !importanti;
    height: auto !importanti;
   
}
.container h1{
font-size:38px !important;
}
@media (max-width: 768px){
	.container h1{
font-size:28px !important;
}
.pdt{
padding-top: 0;
}
}
@media (max-width: 600px){
	.container h1{
font-size:20px !important;
}
}
@media (max-width: 600px){
	.container h1{
font-size:20px !important;
}
}

.top-block-demonstration > .container > h1  {
padding-top: 5px !important
}
.index-block-3-list {
	max-width: 1000px;
}
.index-block-3-list__text {
    padding-top: 10px;
}
.play_video {
	cursor: pointer;
}
.modal-dialog {
	margin: 300px auto !important;
}
.modal-header button{
padding-right: 10px;
}
	@media (min-width: 1200px) {
		.col-lg-6 {
		   width: 40%;
		}
	}
	@media (max-width: 991px) {
	.top-block-demonstration > .container > h1 {
	    width: 100% !important;
		}
	}
@media (max-width: 450px) {
	..container h1{
		font-size:22px;
}
		}

.block-height {

    height: auto;
}
/* End */
/* /index_files/style.css?15662077076500 */
/* /local/templates/main/css/module/video-block.css?15635402331539 */
/* /local/templates/main/css/page/seminar.css?16553006541194 */
