html,
body {
	height: 100%;
	font-family: Arial;
}

.wrapper {
	margin: auto;
	min-height: 100%;
}

.footer,
.buffer {
	height: 193px;
}

.footer {
	margin-top: -193px
}

body {
	padding: 0;
	margin: 0;
	font-family: "Arial";
	font-size: 14px;
}

img {
	border: 0;
}

.img-top {
	vertical-align: top;
}

.clear {
	clear: both;
}

.vertical-helper {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

a:link,
a:visited,
a:active {
	color: #22418c;
	text-decoration: underline;
}

a:hover {
	color: #09173a;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a.header__feedback-link,
a.language-picker__link,
.slider__text a,
a.news-column__link,
a.pres-column__link {
	text-decoration: none;
}

a.header-menu__link span,
a.header-submenu__link span,
a span.link-dashed,
.header-menu a,
.news-column__link span,
.footer-menu a,
.row-list-item__text a,
.news-column__pres-link span {
	text-decoration: none;
	border-bottom: 1px dotted #c5cadb;
}

a.header-menu__link,
a.header-submenu__link,
a.header-submenu__link:hover span,
a.header-menu__link:hover span,
a:hover span.link-dashed,
.header-menu a:hover,
.footer-menu a:hover,
.row-list-item__text a:hover,
.news-column__pres-link:hover span {
	border-bottom: none;
}



										/* -------- Index -------- */


.index-list__title {
	text-align: center;
	padding: 5px 20px;
	text-transform: uppercase;
}

.index-list ul {
	list-style: none;
	padding: 0;
	margin: 20px 50px;
	width: 500px;
}

.index-list li {
	border-bottom: 1px solid #ddd;
}

.index-list a {
	padding: 12px;
	display: inline-block;
	width: 50%;
}

.index-list a:hover {
	background-color: #f0f0f0;
}

.index-list span {
	float: right;
	margin: 12px 20px;
}

										/* -------- Fish -------- */


.breadcumps ul {
	padding: 8px 0 0px;
	margin: 0;
	list-style: none;
}

.breadcumps li {
	float: left;
	margin-bottom: 8px;
}

.breadcumps li:after {
	content: "|";
	margin: 0px 8px;
	cursor: default;
}

li.breadcumps_last-child:after {
	content: none;
}

.page-title {
	text-transform: uppercase;
}

.page-title:after {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	background-color: #223f99;
	margin-top: 10px;
	margin-bottom: 30px;
}

.block-wrapper {
	width: 1170px;
	margin: auto;
}

.block-wrapper__left {
	float: left;
	width: 220px;
	padding: 20px 10px;
}

.block-wrapper__right {
	float: right;
	width: 900px;
	padding: 10px 10px;
}

.left-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 13px;
}

.left-menu__item,
.left-submenu__item {
	margin-bottom: 12px;
}

.left-menu__item .left-menu__link:hover,
.left-menu__item .left-menu__link_active,
.left-submenu__item .left-submenu__link:hover,
.left-submenu__item .left-submenu__link_active {
	color: #0EC2F3;
}

.left-submenu ul {
	padding: 0 0 0 0;
	margin: 0 0 0 12px;
	list-style: none;
	font-size: 12px;
}

.list__list-item_submenu-item {
	list-style: none;
}

.list__list-item_submenu-item:after {
	content: none;
}

.bullets__list li {
	position: relative;
	margin-bottom: 10px;
}

.bullets__list li:after {
	content: "";
	display: block;
	width: 6px;
	height: 7px;
	position: absolute;
	top: 7px;
	left: -13px;
	background: transparent url("../img/bullet-dot.png") 0 0 no-repeat;
}

.bullets__list li.bullets__list-item_submenu-item:after {
	content: none;
}

.bullet li {
	position: relative;
	margin-bottom: 10px;
}

.bullet li:after {
	content: "";
	display: block;
	width: 6px;
	height: 7px;
	position: absolute;
	top: 7px;
	left: -13px;
	background: transparent url("../img/bullet-dot.png") 0 0 no-repeat;
}

.bullet li.bullets__list-item_submenu-item:after {
	content: none;
}

.image-float-left {
	float: left;
	margin: 10px 20px 10px 10px;
}

.image-float-right {
	float: right;
	margin: 10px 10px 10px 20px;
}

.image-float-center {
	display: block;
	margin: 15px auto;
}

.col-block__x2 {
	width: 42%;
	float: left;
	margin-right: 8%;
}

.blockquote-question,
.blockquote-alert {
	position: relative;
	width: 700px;
	margin: 50px 40px 50px 80px;
	padding: 5px 15px;
	font-size: 20px;
	font-style: normal;
}

.blockquote-question:before,
.blockquote-alert:before {
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 4px;
	left: -35px;
	background: transparent url("../img/question-icon.png") 0 0 no-repeat;
}

.blockquote-alert:before {
	background: transparent url("../img/exclam-icon.png") 0 0 no-repeat;
}

.color__dark-blue {
	color: #223F99;
}

.color__cyan {
	color: #0EC2F3;
}

.color__light-cyan {
	color: #ABE1FA;
}

.color__yellow {
	color: #FFF200;
}

.color__apricot {
	color: #FDD2B1;
}

.social-likes {
	margin: 30px 0 10px 0;
}

.social-likes h3 {
	display: block;
	font-size: 12px;
	margin: 0 0 2px 8px;
	font-weight: normal;
}

								/* Calc */

.calc {
	padding: 10px 25px;
}

.calc-form__item {
	margin-bottom: 20px;
}

.calc-form-item_year .jq-number__field {
	width: 80px;
}

.calc-form-item .calc-form-item__radio-block label {
	display: inline-block;
	margin: 10px 0;
}

.calc-form-item .calc-form-item__radio-block input {
	display: inline-block;
}

.submit-wrong {
	color: #333;
	font-size: 15px;
	margin: 15px 0;
	color: #ff0000;
}

*:invalid {
	box-shadow: none;
}

*:-moz-submit-invalid {
	box-shadow: none;
}

*:-moz-ui-invalid {
	box-shadow:none;
}


										/* Contacts */

.contacts-data ul {
	padding: 0;
	margin: 0;
}

.contacts-data__item {
	margin-bottom: 10px;
	color: #666;
}

.contacts-data__item_title {
	color: #000;
}

.contacts-form__item {
	margin-bottom: 15px;
}

.contacts-form-item__captcha-image {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	overflow: hidden;
	border-radius: 2px;
	margin-right: 10px;
}

.contacts-form-item__captcha-input {
	display: inline-block;
	float: left;
	width: 248px;
}

.calc label,
.contacts-form-item label {
	display: block;
	margin: 15px 0 10px;
}

.b-form__label_required {
	color: #ff0000; 
}

.b-form__errors {
	color: #ff0000;
	padding-left: 0;
}

.contacts-map {
	display: block;
	width: 570px;
	margin: 20px 0;
}


										/* Partners and Leadership */

.col-img-4-list {
	width: 900px;
}

.col-img-4-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.col-img-4-list__list-item {
	vertical-align: top;
	display: inline-block;
	float: left;
	text-align: center;
	width: 200px;
	margin-right: 25px;
	margin-bottom: 50px;
	height: 300px;
}

.col-img-4-item {
	position: relative;
	margin-bottom: 10px;
}

.col-img-4-item__link {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
}

.col-img-4-item__image,
.col-img-4-item__photo {
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin-bottom: 15px;
}

.col-img-4-item__image img,
.col-img-4-item__photo img {
	width: 100%;
	/*height: 100%; /!* Будет растягиваться по высоте *!/*/
	vertical-align: middle;
}

.col-img-4-item__photo {
	border: 1px solid #aaa;
	/*background: #fff url("../img/no-image.png") -50px -40px no-repeat;*/
}

.col-img-4-item__photo img {
	max-width: 100%;
	font-size: 0;
}

.col-img-4-item__title h3,
.col-img-4-item__name {
	max-height: 40px;
	margin: 0 0 12px 0;
	overflow: hidden;
	font-weight: bold;
	font-size: 16px;
	color: #223F99;
}

.col-img-4-item:hover .col-img-4-item__title h3,
.col-img-4-item:hover .col-img-4-item__name {
	color: #000;
}

.col-img-4-item:hover .col-img-4-item__site span {
	border-bottom: none;
}

.col-img-4-item__site span {
	width: 200px;
	word-break: break-all;
	max-height: 34px;
	overflow: hidden;
	color: #666;
}

.col-img-4-item__name {
	max-height: 60px;
	margin-bottom: 5px;
	line-height: 20px;
}

.col-img-4-item__position {
	color: #666;
	max-height: 51px;
	overflow: hidden;
	line-height: 17px;
}


								/* -------- Leadership-full -------- */

.leadership-full {
	padding: 20px 0;
}

.leadership-full__image {
	width: 300px;
	height: 300px;
	overflow: hidden;
	margin-bottom: 30px;
	border: 1px solid #aaa;
	text-align: center;
	display: inline-block;
	float: left;
	font-size: 0;
	background: #fff url("../img/no-image.png") 0px 0px no-repeat;
}

.leadership-full__image img {
	width: 300px;
	height: 300px;
	vertical-align: middle;
}

.leadership-full__right {
	width: 550px;
	display: inline-block;
	float: left;
	margin: 200px 0 0 30px;
}

.leadership-full__name {
	padding: 0;
	margin: 0 0 2px 0;
	color: #223F99;
	font-weight: normal;
	font-size: 35px;
}

.leadership-full__position {
	font-size: 17px;
	color: #666;
	margin-bottom: 15px;
}

.leadership-full__text {
	display: block;
}

.leadership-full__back:before {
	content: "←";
	padding-right: 3px;
}


								/* -------- News page --------*/

.news  ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.news__item {
	margin-bottom: 30px;
}

.news__date {
	font-size: 11px;
	color: #666;
	margin: 5px 0;
}

.news__title {
	font-size: 18px;
	margin: 5px 0;
}

.news__text {
	margin: 5px 0;
	font-size: 13px;
	color: #333;
}

.news-full__date {
	font-size: 15px;
	color: #666;
	margin: 5px 0;
}

.news-full__text {
	margin: 10px 0;
	font-size: 15px;
	color: #333;
}

.news-full__image {
	margin: 20px 0;
	max-width: 100%;
}

.news-full__image img {
	max-width: 100%;
}

.news-full__back:before {
	content: "←";
	padding-right: 3px;
}

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

.nav-numbers ul{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
}

.nav-numbers li {
	display: inline-block;
	margin-right: 20px;
	font-size: 15px;
}

.nav-numbers a {
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}

.nav-numbers__active a {
	background-color: #223F99;
	color: #fff;
}


										/* Questions */

.questions ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.questions__item {
	border-bottom: 1px solid #223F99;
	padding-bottom: 15px;
	margin: 30px 0;
}

.question__question {
	position: relative;
	cursor: pointer;
	margin: 5px 0 5px 25px;
	font-size: 15px;
	font-weight: bold;
	color: #223F99;
	line-height: 1.5;
}

.question__question:before,
.question__item__opened:before {
	content: "";
	display: block;
	position: absolute;
	height: 20px;
	width: 20px;
	top: 4px;
	left: -24px;
	background: transparent url("../img/dropdown-arrow-right.png") 8px 0px no-repeat;
}

.question__question_opened:before {
	background: transparent url("../img/dropdown-arrow-down.png") 0px 8px no-repeat;
}

.question__answer {
	display: none;
	margin: 5px 0 5px 25px;
	line-height: 1.5;
}

										/* Header */

.header__wrapper {
	width: 1170px;
	margin: auto;
}

.header__top {
	padding-top: 9px;
	padding-bottom: 11px;
}

.header__logo {
	float: left;
	width: 190px;
	height: 60px;
}

.header__logo img {
	width: 100%;
	height: 100%;
}

.header__contacts {
	margin-left: 36px;
	margin-top: 8px;
	float: left;
	font-size: 40px;
	width: 215px;
	overflow: hidden;
	white-space: nowrap;
	color: #a5afc7;
}

.header__contacts sup {
	font-size: 14px;
	margin-right: 10px;
	vertical-align: top;
	line-height: 29px;
}

.header__feedback {
	float: left;
	margin-left: 6px;
	margin-top: 22px;
}

.header__feedback-link,
.header__feedback-link:visited {
	text-decoration: none;
	padding-left: 22px;
	background: transparent url("../img/mail-icon.png") 0 3px no-repeat;
}

.header__language {
	float: right;
	font-size: 12px;
	margin-top: 12px;
	margin-right: 3px;
	max-width: 110px;
	white-space: nowrap;
	overflow: hidden;
}

.language-picker ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.language-picker__link {
	display: block;
	padding-left: 23px;
	margin-bottom: 5px;
}

.language-picker__link_kg {
	background: #fff url("../img/kg-flag.png") 0 3px no-repeat;
}

.language-picker__link_en {
	background: #fff url("../img/en-flag.png") 0 3px no-repeat;
}

.language-picker__link_ru {
	background: #fff url("../img/ru-flag.png") 0 3px no-repeat;
}

.header__search {
	float: right;
	margin-top: 15px;
	margin-right: 82px;
}

.header-search {
	position: relative;
}

.header-search__input-text {
	padding: 5px 40px 6px 12px;
	border: 1px solid #e1e1e1;
	border-radius: 20px;
	font: 14px Arial, sans-serif;
	font-style: italic;
	color: #333;
	height: 18px;
	width: 153px;
	-webkit-appearance: none;
}

.header-search__input-text:hover {
	border: 1px solid #B7B7B7;
}

.header-search__input-text:focus {
	border: 1px solid #223F99;
	outline: none;
}

.header-search__loupe {
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: visible;
	display: block;
	width: 30px;
	height: 31px;
	background: transparent url("../img/search-icon.png") 4px 10px no-repeat;
	border: none;
	cursor: pointer;
	outline: none;
}

.header-search__loupe:active {
	background: transparent url("../img/search-icon.png") 3px 9px no-repeat;
}

.header__social {
	float: right;
	margin-top: 18px;
	margin-right: 81px;
}

.social__facebook {
	display: inline-block;
	height: 25px;
	width: 25px;
	background: transparent url("../img/facebook-logo.png") 0 0 no-repeat;
	margin-right: 12px;
}

.social__twitter {
	display: inline-block;
	height: 25px;
	width: 25px;
	background: transparent url("../img/twitter-logo.png") 0 2px no-repeat;
}

.header__menu {
	background-color: #223f99;
	min-width: 1170px;
}

.header-menu table {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border: none;
}

.header-menu__item-container {
	vertical-align: middle;
	margin: 0;
	/*padding: 11px 4px 9px 4px;*/
	border: none;
	text-align: center;
}

.header-menu__item {
	margin: 0;
	padding: 0;
	color: #fff;
}

.header-menu__link span {
	color: #ffffff;
}

.header-menu__link,
.header-menu__link:visited {
	display: block;
	font-weight: bold;
	font-size: 16px;
	/*padding: 10px 10px 18px 10px;*/
	padding: 10px;
	color: #ffffff;
}

.header-menu__item:hover .header-menu__link span,
.header-menu__item:hover .header-menu__link {
	background-color: #fff;
	color: #223F99;
	border: none;
}

.ky .header-menu__link {
	font-size:14px;
}

.header-submenu {
	display: none;
}

.header-menu__item:hover .header-submenu {
	display: block;
}

.header-submenu ul {
	padding: 0;
	margin: 0;
	position: absolute;
	display: block;
	background-color: #fff;
	z-index: 9999;
    -webkit-box-shadow: 0 2px 22px 7px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0 2px 22px 7px rgba(50, 50, 50, 0.35);
    box-shadow: 0 2px 11px -3px rgba(50, 50, 50, 0.35)
}

.header-submenu__item {
	display: block;
	text-align: left;
}

.header-submenu__link,
.header-submenu__link:visited {
	display: block;
	padding: 9px 30px 6px 18px;
	min-width: 200px;
	max-width: 300px;
}

.header-submenu__item:last-child .header-submenu__link{
	padding-bottom: 18px;	
}	

										/* Slider */


.slider {
	width: 1400px;
	max-width: 100%;
	margin: auto;
	position: relative;
	margin-bottom: -165px;
	z-index: 3;
}

.slider__item {
	text-align: left;
	width: 1400px;
	height: 800px;
	overflow: hidden;
}

.slider__item img {
	margin: auto;
	width: 1400px;
}

.slider__text {
	top: 60px;
	margin-left: 60px;
	font-size: 40px;
	font-weight: bold;
	color: #8d6a42;
	/*text-transform: uppercase;*/
	position: absolute;
	font-family: 'Brushtype';
	/*left: 50%;*/
	/*margin: 0 0 0 -500px;*/
	width: 560px;
	height: 155px;
	overflow: hidden;
}

.slider__text a:focus {
	outline: none;
}

.slider__text a,
.slider__text a:visited {
	color: #8d6a42;
	font-family: 'Brushtype';
}

.slick-dots {
	list-style: none;
	position: absolute;
	top: 511px;
	left: 50%;
	margin-left: -61px;
	padding: 10px;
	z-index: 10000;

}

.slick-dots li {
	display: inline-block;
	margin: 0px 13px 0 0px;
}

.slick-dots li button {
	display: inline-block;
	background: transparent url("../img/slider-dot.png") 1px 1px no-repeat;
	width: 11px;
	height: 11px;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 0;
	cursor: pointer;
	outline: none;
	position: relative;
}

.slick-dots li.slick-active button {
	background: transparent url("../img/slider-dot_active.png") 1px 1px no-repeat;
}


										/* Content */

.content_gray {
	background-color: #eef2f3;
}

.content__wrapper {
	width: 1222px;
	margin: auto;
}

.content__wrapper-relative {
	position: relative;
	top: -40px;
	background-color: #fff;
	border-radius: 8px;
	padding: 5px 5px 5px;
	z-index: 5;
}

.five-list {
	padding: 44px 0 61px 0;
}

.five-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.five-list__item {
	display: inline-block;
	width: 200px;
	vertical-align: top;
	margin-right: 51px;
	overflow: hidden;
}

.five-list__item_last {
	margin-right: 0;
}

.row-list-item {
	position: relative;
	text-align: center;
}

.row-list-item__link {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.row-list-item__image {
	width: 200px;
	height: 90px;
	margin-bottom: 27px;
}

.five-list__item:hover .row-list-item__text span {
	border-bottom: none;
}

.row-list-item__image img {
	max-width: 100%;
	vertical-align: middle;
}

.row-list-item__text {
	margin: 0;
	line-height: 1;
}

.row-list-item__text span {
	color: #22418c;
	border-bottom: 1px dotted #c5cadb;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}


									/* News - homepage */


.content__block_bottom {
	box-shadow: inset 0px 7px 3px -4px #e4e4e4;
	background-color: #fafafa;
	padding: 35px 10px 8px 10px;
	border-radius: 2px
}

.news-column__news {
	width: 360px;
	padding: 0 15px;
	float: left;
}

.news-column__title,
.pres-column__title {
	font-weight: normal;
	font-size: 28px;
	color: #000;
	margin: 0 0 28px 0;
}

.news-column__video-block {
	margin-top: 10px;
	margin-left: 25px;
	float: left;
}

.news-column__list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news-column__list-item {
	display: block;
	margin-bottom: 24px;
}

.news-column__text {
	float: right;
	width: 300px;
	line-height: 1.5;
}

.news-column__link,
.news-column__link:visited {
	display: block;
	height: 100%;
}

.news-column__link:hover span {
	color: #000;
	background-color: #fdf4b5;
	border-bottom: none;
}

.news-column__date {
	display: block;
	float: left;
	width: 50px;
}

.news-column__day {
	font-size: 22px;
	color: #a5afc7;
}

.news-column__month {
	font-size: 22px;
	color: #a5afc7;
	font-size: 10px;
	vertical-align: top;
	line-height: 15px;
}

.news-column__month:before {
	content: "/ ";
}

.pres-column {
	width: 350px;
	padding-right: 26px;
	float: right;
}

.pres-column__news {
	float: left;
}

.pres-column__title {
	margin: 5px 0 24px 0;
}

.pres-column__list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pres-column__list-item {
	display: block;
	margin-bottom: 32px !important;
}

.pres-column__list .bullet li::after {
	background: none !important;
}

.pres-column__link {
	display: block;
	padding-left: 47px;
	min-height: 35px;
}
.pres-column__link span{
	border-bottom: 1px dotted #c5cadb;
	line-height: 1.4;
}

.pres-column__link:hover span{
	color: #000;
	background-color: #fdf4b5;
	border-bottom: none;
}

.pres-column__link_question {
	background: transparent url("../img/question-icon.png") 0px 0 no-repeat;
}

.pres-column__link_exclam {
	background: transparent url("../img/exclam-icon.png") 0px 0 no-repeat;
}

.pres-column__link_diagram {
	background: transparent url("../img/diagram-icon.png") 0px 0 no-repeat;
}

.video-block {
	position: relative;
	overflow: hidden;
	width: 367px;
	height: 231px;
	border: 3px solid #fff;
}

.video-block__link {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 100000;
}

.video-block__video {
	min-width: 100%
}

.video-block__play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -39px;
	margin-left: -39px;
}

										/* Footer */

.footer {
	background-color: #fff;
	box-shadow: 0 -4px 4px #EEF2F3;
}

.footer__wrapper {
	width: 1170px;
	margin: auto;
}

.footer-menu table {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border: none;
}

.footer-menu td {
	border: none;
}

.footer-menu__item {
	vertical-align: top;
	padding: 22px 18px 23px;
}

.footer-menu__item a {
	color: #000;		/* для Explorer */
}

.footer-menu__item:first-child {
	padding-left: 0;
}

.footer-menu__item:last-child {
	padding-right: 0;
}

.footer-menu__link,
.footer-menu__link:visited {
	color: #000;
	font-weight: bold;
	font-size: 16px;
}

.footer__bottom {
	padding: 13px 0;
	font-size: 12px;
	color: #222222;
	line-height: 1.4;
	border-top: 1px solid #fafafa;
}

.footer__logo {
	float: left;
	margin-top: 0;
}

.footer__title {
	margin-top: 10px;
	width: 300px;
	float: left;
	margin-left: 13px;
}

.footer__contacts {
	width: 350px;
	float: left;
	margin-top: 10px;
	margin-left: 42px;
}
.footer__weltkind {
	width: 240px;
	text-align: right;
	margin-top: 11px;
	margin-right: 6px;
	float: right;
}

.footer__weltkind img {
	margin-right: 3px;
	margin-bottom: -4px;
	width: 16px;
	height: 16px;
}

.footer__weltkind .link-weltkind {
	text-decoration: none;
	color: #222222;
}

.link-weltkind:hover {
	border-bottom: none;
}

/*						VIDEO PAGE */

.b-gallery-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.b-gallery-list__item {
	width: 350px;
	height: 290px;
	margin-right: 50px;
	margin-bottom: 60px;
	overflow: hidden;
	float: left;
	vertical-align: top;
}

.b-gallery-list-item__image {
	width: 350px;
	height: 240px;
	overflow: hidden;
}

.b-gallery-list-item__image img {
	width: 100%;
	max-height: 100%;
}

.b-gallery-list-item__title {
	margin: 10px 0;
	display: block;
	height: 35px;
	overflow: hidden;
}

.b-gallery-list-item__title a,
.b-gallery-list-item__title a:visited {
	display: inline-block;
}

.b-video-full__preview {
	margin: 15px 0 25px 0;
}

/***********************************************
flat-page
***********************************************/

.sort__item {
	display: inline-block;
	margin-right: 10px;
}

.sort {
	margin-bottom: 50px;
}

.flat-table__photo {
	width: 150px;
}

.gallery {
	width: 130px;
}

.gallery__big-img {
	width: 130px;
	height: 130px;
	overflow: hidden;
	margin-bottom: 8px;
	outline: 1px solid #e8ebef;
}

.gallery__list-imgs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.gallery__big-img img {
	width: auto;
	height: 100%;
}

.gallery__item-imgs {
	padding: 0;
	margin: 0;
	width: 30%;
	height: 38px;
	list-style: none;
	margin-bottom: 16px;
	margin-right: 6px;
	float: left;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	cursor: pointer;
	outline: 1px solid #e8ebef;
}

.gallery__item-imgs:nth-child(3) {
	margin-right: 0;
}

.gallery__item-imgs img {
	width: 100%;
	height: 100%;
}

.flat-table__phone {
	display: block;
	padding-bottom: 10px;
}

.flat-table td {
	vertical-align: middle;
	padding-top: 10px;
}

.flat-table thead td {
	background: #2749AE;
	color: #fff;
	text-align: center;
}

.flat-table tbody td {
	text-align: center;
}


.flat-table__num {
	font-weight: 700;
}

.flat-table__adress {
	width: 200px;
	text-align: left;
}

.flat-table tr {
	border-bottom: 1px solid #ccc;
}

.flat-table tr:last-child {
	border-bottom: none;
}

.som {
	display: inline-block;
	border-bottom: 2px solid #FFF;
	font-weight: bold;
}