body {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	color: #404040;
	/* font: normal 18px/31px 'Times New Roman', 'Arial', sans-serif; */
	font: normal 18px/31px 'Montserrat', 'Arial', sans-serif;
	overflow-x: hidden;
}
a {
	color: #000000;
	text-decoration: underline;
	transition: all .5s ease;
}
a:active,
a:hover {
	color: #000000;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-weight: 500;
}
h1 {
	margin: 0 0 30px 0;
	font-size: 55px;
	line-height: 71px;
}
h2 {
	margin: 0 0 30px 0;
	font-size: 34px;
	line-height: 42px;
}
h3,
h4,
h5,
h6 {
	margin: 0 0 15px 0;
}
p,
ul,
ol {
	margin: 0 0 30px 0;
}
.cl {
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
}
img[src$=".svg"] {
	width: 100%;
}
.cms-editor-image.border {
	border: 1px solid #999;
}
.swiper-pagination-bullets {
	height: 20px;
	bottom: 28px !important;
	line-height: 20px;
}
.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	margin: 0 6px;
	background: #fff;
	border: 6px solid #fff;
	box-shadow: none;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background-color: #000000;
}

/* bootstrap basics */
.container-fluid {
	padding-right: 0;
	padding-left: 0;
}
.row.form-filter {
	background: #e6e6e6;
	padding: 15px;
	border-radius: 0;
	margin-bottom: 20px;
}
.row-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* buttons */
.btn,
.btn:active,
.btn:focus {
	padding: 18px 55px 18px 55px;
	position: relative;
	background-color: #c8968a;
	border-color: #c8968a;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	outline: none;
	overflow: hidden;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.5s ease;
}
.btn:hover,
.btn-invert,
.btn-invert:active,
.btn-invert:focus,
.btn-invert:hover {
	background-color: #fff;
	border-color: #fff;
	color: #000000;
}
.btn .glyphicon-over {
	margin-left: 10px;
}

/* alerts */
.alert {
	border-radius: 0;
	font-family: 'Montserrat', 'Arial', sans-serif;
}
.alert-search {
	clear: both;
}

@media (min-width: 992px) {
	.alert-search {
		max-width: 75%;
	}
}

/* modal dialog */
.modal-content {
	border-radius: 0;
}
.modal-header {
	background-color: #000000;
	color: #fff;
}
.modal-header .close {
	color: #fff;
	opacity: 1;
	outline: none;
}
.modal-body p {
	margin-bottom: 20px;
}
.modal-body p:last-of-type {
	margin-bottom: 0;
}
.modal-body .alert:last-of-type {
	margin-bottom: 0;
}

/* form */
.form-control {
	border-radius: 0;
}
textarea.form-control {
	height: 150px;
}
.form-control:focus {
	border-color: #000000;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(239, 125, 25, .6);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(239, 125, 25, .6);
}

/* header */
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	background-color: #fff;
}
.navbar {
	display: flex;
	flex-direction: column;
	min-height: 0;
	margin: 0;
	padding: 40px 45px;
	background: none;
	border: 0;
	border-radius: 0;
}
.navbar-header {
	display: flex;
	align-items: center;
	float: left;
}
.navbar-header img {
	float: left;
	height: auto;
}
.navbar-header img.svg {
	max-width: 258px;
}
.navbar-header .podlogo {
	margin: 0 0 0 75px;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #000000;
	text-transform: uppercase;
}
.header-top {
	display: flex;
	align-items: center;
}
.navbar-collapse {
	padding: 13px 0 0 0;
	float: right;
}
.navbar-nav {
	margin: 0;
	font-size: 16px;
	line-height: 1;
}
.navbar-toggle {
	padding: 13px 10px;
	float: right;
	margin: 0;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	margin-left: auto;
	background-color: #000000;
	border: 0;
	border-radius: 0;
	color: #fff;
}
.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-nav > li > a {
	padding: 10px 20px 6px 20px;
	color: #858585;
	font-family: 'Montserrat', 'Arial', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .5s ease;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #fff;
	color: #000000;
}
.navbar-default .navbar-nav > li > a:hover .caret,
.navbar-default .navbar-nav > li > a:focus .caret,
.navbar-default .navbar-nav > li.active > a .caret,
.navbar-default .navbar-nav > li.active > a:hover .caret,
.navbar-default .navbar-nav > li.active > a:focus .caret,
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
	background-image: url('../images/icon-arrow-down-blue.svg') !important;
}
.nav > li > a {
	padding: 0;
	margin: 0 12px;
	line-height: 30px;
}
.nav > li.lang {
	margin-right: 12px;
	margin-left: 12px;
}
.navbar-nav .dropdown-menu,
.lang .dropdown-menu {
	font-size: 16px;
	right: -12px;
	text-transform: uppercase;
}
.navbar-nav .dropdown-menu a,
.lang .dropdown-menu a {
	text-decoration: none;
	color: #858585;
}
.navbar-nav .dropdown-menu a:hover,
.lang .dropdown-menu a:hover {
	background-color: #fff;
	color: #000000;
}
.navbar-nav .dropdown-menu,
.lang .dropdown-menu {
	min-width: 0;
}
.navbar-nav .dropdown-menu>.active>a,
.navbar-nav .dropdown-menu>.active>a:hover,
.navbar-nav .dropdown-menu>.active>a:focus {
	color: #000000;
	background:none
}
.nav > li.lang > a {
	margin-right: 0;
}
.nav > li:last-child > a {
	margin-right: 0;
}
.navbar-nav .header-ico {
	position: relative;
	top: 0;
}
.navbar-nav .header-ico.active span {
	color: #000000;
}
.navbar-nav .user-name {
	display: block;
	padding: 3px 20px 10px 20px;
	line-height: 24px;
}
.lang-wrap-desktop {
	display: none;
}
.dropdown-menu > li > a {
	white-space: normal;
}

/* donate button */
.navbar-default .navbar-nav > li.donatebutton a {
	padding: 10px;
	background: #e30000;
	color: #fff;
}
.header-ico {
	font-size: 24px;
	top: -5px;
}
.search-head {
	position: relative;
}
.search {
	display: none;
	position: absolute;
	top: -17px;
	right: -14px;
	width: 235px;
	border: 1px solid #c8968a;
	background: #fff;
	border-radius: 0;
	overflow: hidden;
}
.search input[type="text"],
.search input[type="text"]:focus {
	width: 182px;
	border: 0;
	background: none;
	height: 50px;
	box-shadow: none;
}
.search .btn,
.search .btn:active,
.search .btn:focus,
.search .btn:hover {
	width: 51px;
	height: 50px;
	padding: 0;
	background-image: url('../images/icon-search-white.svg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 23px 23px;
	border: 0 !important;
	border-left: 1px solid #c8968a !important;
	border-radius: 0;
	line-height: 38px;
	outline: none;
	text-align: center;
}
.search .btn:active,
.search .btn:focus,
.search .btn:hover {
	background-color: #000000;
}

/* slider */
.slider .swiper-container {
	height: 444px;
}
.slider .swiper-slide {
	background-size: cover;
	background-position: center center;
	color: #fff;
	text-shadow: 0 0 8px rgba(0,0,0,1);
	display: block;
	width: 100%;
	float: left;
	text-decoration: none;
	transition: none;
}
.slider h2 {
	color: #fff;
	margin: 0 0 30px 0;
	font-size: 40px;
	line-height: 50px;
}
.slider h2.colored-label {
	color: #000000;
}
.slider .container-out {
	width: 100%;
	height: 100%;
	transition: all .5s ease;
}
.slider .swiper-slide:hover .container-out {
	background: rgba(0,0,0,.2);
}
.slider .container {
	height: 100%;
	position: relative;
	z-index: 20;
	transform: translateY(-100%);
}
.slider .inside {
	padding-top: 75px;
	position: relative;
}
.slider .inside .text {
	margin-bottom: 40px;
}
.slider .inside .text > *:last-child {
	margin-bottom: 0;
}
.slider .shadow {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0, 33, 62, 0.38);
}
.slider .swiper-button-next,
.slider .swiper-button-prev {
	width: 44px;
	background: url('../images/icon-arrow-right-slider.svg') no-repeat 50% 50%;
	background-size: 26px 24px;
}
.slider .swiper-button-prev {
	transform: rotate(180deg);
}
.slider .swiper-button-disabled {
	display: none;
}

/* content */
.block {
	padding-top: 60px;
	padding-bottom: 60px;
}
.block-color {
	color: #fff;
	background-color: #000000;
}
.block-gray {
	background: #eaeaea;
}
.block-color h2 {
	color: #fff;
	font-size: 42px;
	margin: 0 0 .8em 0;
}
.block-help {
	text-align: center;
	background-repeat: repeat;
	background-position: center -20px;
}
.block-help .buttons a {
	margin: 10px 30px 5px 30px;
	padding: 15px 60px 15px 20px;
	max-width: 100%;
	font-size: 24px;
}
.tiles {
	padding-bottom: 60px;
	padding-top: 60px;
}
.tiles-article {
	padding-top: 60px;
}
.tiles .item,
.tiles-gallery .item {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 8px rgba(0,0,0,1);
	overflow: hidden;
}
.tiles-article .item {
	color: #000000;
	text-shadow: none;
}
.tiles .item:hover {
	text-shadow: none;
}
.text > p:last-child {
	margin-bottom: 0;
}
.tiles .item .square-box,
.tiles-gallery .item .square-box {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 15px 0;
	line-height: 1.4;
}
.tiles .item:hover .square-box {
	background-image: none !important;
}
.square-box:before {
	content: '';
	display: block;
	padding-top: 100%;
}
.tiles.small .in2 .up {
	font-size: 18px;
	padding: 15px 0 18px 0;
}
.tiles.small .square-box:before {
	padding-top: 33.33%;
}
.tiles.small .square-box .down {
	display: none;
}
.square-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: all 0.5s ease;
}
.tiles-article .square-content {
	padding: 0;
}
.tiles .item:hover .square-content,
.tiles .square-box.no-image .square-content {
	background-color: #000000;
}
.tiles-article .item:hover .square-content {
	background: none;
}
.square-content .in {
	display: table;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
}
.square-content .in2 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.tiles-article .square-content .in2 {
	text-align: left;
	vertical-align: top;
}
.tiles-article .in3 {
	padding-top: 15px;
	font-size: 15px;
	line-height: 1.35;
}
.tiles-article .in3 .date {
	color: #858585;
	font-size: 16px;
}
.tiles-article .in3 h2 {
	margin: 0 0 .5em 0;
	font-size: 26px;
	line-height: 1.2;
}
.tiles-article .item:hover .in3 h2 {
	color: #858585;
}
.tiles-article .in3 p {
	margin: 0;
}
.square-content .in2 .up {
	font-size: 28px;
	line-height: 1.3;
	padding: 10px 0 18px 0;
	display: inline-block;
	transition: all 0.5s ease;
}
.tiles-course {
	padding-top: 0;
}
.tiles-course .row > div:nth-child(3n+1) {
	clear: left;
}
.tiles-course .item {
	display: block;
}
.tiles-course .item:hover {
	border-bottom: 1px solid transparent;
}
.tiles-course .item .perex {
	margin-bottom: 10px;
	color: #858585;
}
.tiles-course .terms {
	float: left;
	padding-left: 30px;
	position: relative;
	width: 230px;
}
.tiles-course .date {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 5px 0;
	width: 45px;
	border: 1px solid #d0d0d0;
}
.tiles-course .date span {
	white-space: nowrap;
	letter-spacing: 0;
	display: block;
	font-size: 13px;
}
.tiles-course .date span + span {
	font-size: 11px;
}
.tiles-course .date.more {
	line-height: 25px;
	font-weight: bold;
	height: 43px;
}
.tiles-course .btn-more {
	float: right;
}
.tiles-course .square-box::before {
	padding-top: 75%;
}
.btn-filter {
	margin-top: 30px;
}
.course .course-terms {
	margin: 0 -15px 30px -15px;
}
.course .course-terms::after {
	clear: both;
	display: table;
	content: '';
}
.course .detail-content h2 {
	margin-top: 15px;
}
.course .info-row {
	margin: 0;
}
.course .course-info {
	margin: 30px 0 50px 0;
	padding: 30px 30px 0 30px;
	clear: both;
	background: #f5f5f5;
	border-radius: 0;
}
.course .course-info h3 {
	margin-bottom: 5px;
}
.course .course-info p {
	margin-bottom: 10px;
}
.course .info-item-course {
	min-height: 0;
}
.course-info .info-item {
	padding: 0 15px 0 0;
}
.course-info .info-item:nth-of-type(2n) {
	padding: 0 0 0 15px;
}
.course .icon {
	margin-bottom: 0;
	color: #c3c3c3;
	font-size: 100px;
	text-align: center;
}
.course .icon.active {
	color: #000000;
}
.course .tooltip {
	opacity: 1;
}
.course .tooltip > .tooltip-inner {
	padding: 20px;
	background: #999;
	color: #fff;
	font-size: 14px;
	opacity: 1;
}
.course .tooltip > .tooltip-arrow {
	border-top-color: #999;
}
.course .term {
	margin-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}
.course .term::after {
	content: '';
	display: table;
	clear: both;
}
.course .term .btn.btn-default {
	padding-right: 15px;
}
.course .date {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 90px;
	margin:  0;
	padding: 10px 0;
	border: 1px solid #cccccc;
	float: left;
}
.course .date span {
	white-space: nowrap;
	letter-spacing: 0;
	line-height: 40px;
	display: block;
	font-size: 25px;
}
.course .date span + span {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 5px;
}
.course .place {
	font-size: 18px;
	line-height: 35px;
	display: block;
	margin-bottom: 9px;
	margin-top: 5px;
}
.course .place-wrap {
	float: left;
	margin-left: 10px;
}
.course video {
	width: 100%;
	max-width: 100%;
}
.course .yt-video-wrap {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}
.course .yt-video-wrap iframe,
.course .yt-video-wrap .video-js {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}
.tiles .item .square-content .in2 .down {
	display: inline-block;
	padding: 0 20px;
	position: absolute;
	bottom: -350px;
	width: 100%;
	left: 0;
	transition: all 0.5s ease;
}
.tiles .item:hover .square-content .in2 .down {
	position: relative;
	bottom: 0;
}
.tiles.small .item:hover .square-content .in2 .down{
	position: absolute;
}
.seo-text .text {
	text-align: center;
}
.block-info a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition: .3s;
}
.block-info a:hover {
	color: #000000;
}
.block-info h2 {
	color: #858585;
	font-size: 42px;
	margin: 0 0 .6em 0;
	text-align: center;
}
.block-info .item {
	text-align: center;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.block-info span {
	display: block;
	line-height: 1.3;
}
.block-info .big {
	font-size: 180%;
	font-weight: bold;
	line-height: 1.3;
	color: #000000;
}
.article-img {
	float: left;
	position: relative;
	width: 100%;
	margin: 0 0 12px 0;
}
.article-img img {
	width: 100%;
}
.square-box .article-img img{
	max-height: 240px;
}
.article-img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .5s ease;
}
.tiles-article .item:hover .article-img:after {
	background: rgba(0,0,0,.2);
}
.info-row {
	margin: 0 0 15px -15px;
}
.info-row .col-md-3,
.info-row .col-md-4,
.info-row .col-md-6,
.info-row .col-md-8 {
	margin: 0 0 15px 0;
}
.info-row .col-md-4:last-child {
	margin-bottom: 0;
}
.info-item {
	background: none;
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 80%;
	min-height: 150px;
}
.info-item.info-item-height {
	min-height: 0;
}
.info-item.info-item-image {
	background: none;
	text-align: center;
}
.info-item-gallery-photo {
	float: left;
}
.info-item h2 {
	font-weight: normal;
	color: #000000;
	font-size: 140%;
	margin: 0 0 10px 0;
}
.info-item h3 {
	font-weight: normal;
	color: #000000;
	font-size: 120%;
	margin: 0 0 10px 0;
}
.info-item ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.info-item li {
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
}
.info-item:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}
.info-item .object {
	font-weight: bold;
}
.info-item-map {
	width: 100%;
	height: 300px;
}
.info-item.info-text {
	margin-top: 30px;
	margin-bottom: 30px;
}
.info-item.info-text p {
	margin-bottom: 15px;
}
.info-item.info-text > *:last-child {
	margin-bottom: 0;
}
.form-finish {
	font-size: 150%;
}
.form-finish-ok {
	color: #00A050;
	font-weight: normal;
}
.form-finish-error {
	color: #CC3366;
	font-weight: normal;
}
.detail {
	margin-bottom: 15px;
}
.detail-date {
	margin: 0 0 5px 0;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 60%;
}
.detail-image {
	float: left;
	margin: 5px 30px 15px 0;
	max-width: 50%;
}
.detail-perex {
	font-size: 130%;
	margin-bottom: 30px;
}
.detail-content {
	margin-bottom: 30px;
}
.hidden {
	display: none;
}
.form-element-error {
	color: #CC3366;
}
.form-element-message {
	font-size: 80%;
}
.form-element-message-error {
	color: #CC3366;
}
.two-cols {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	clear: both;
}
.block-blue {
	background: #e0f2fb;
}
.block-blue-color {
	visibility: hidden;
	color: #000000;
}
.breadcrumb {
	margin: -60px 0 60px 0;
	padding: 8px 0;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	background: none;
}

/* custom form */
.custom-form {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
	clear: both;
	border: 0;
	box-sizing: border-box;
}

@media (min-width: 992px) {
	.custom-form.is-search {
		max-width: 75%;
	}
}

.custom-form2 {
	padding-right: 15px;
}

/* form row */
.custom-form .formrow {
	margin-bottom: 20px;
	clear: both;
}
.custom-form .formrow h2 {
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}
.custom-form .formrow.sm {
	width: calc(50% - 0.75%);
	float: left;
}
.custom-form .formrow.ssm {
	width: 32.333%;
	margin-right: 1.5%;
	float: left;
}

/* form block */
.custom-form .formblock {
	width: 100%;
	float: left;
	clear: both;
}
.custom-form .input-sm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: auto;
	padding: 0;
	border-radius: 0;
	font-size: inherit;
	line-height: inherit;
}
.custom-form .input-sm .formrow.sm,
.custom-form .input-ssm .formrow.ssm,
.custom-form .textarea-sm .formrow.sm,
.custom-form .textarea-ssm .formrow.ssm {
	clear: none;
}
.custom-form .input-sm .formrow.sm:nth-of-type(2n),
.custom-form .textarea-sm .formrow.sm:nth-of-type(2n) {
	margin-left: auto;
}
.custom-form .input-ssm .formrow.ssm:nth-of-type(3n),
.custom-form .input-ssm .formrow.ssm:last-of-type,
.custom-form .textarea-ssm .formrow.ssm:nth-of-type(3n),
.custom-form .textarea-ssm .formrow.ssm:last-of-type {
	margin-right: 0;
}

/* select */
.custom-form select[multiple],
.custom-form select[size] {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* file input */
.custom-form input[type="file"],
.custom-form input[type=file]::-webkit-file-upload-button {
	height: auto;
	cursor: pointer;
}

/* cherad */
.custom-form .cherad {
	width: 100%;
	height: auto;
	padding: 8px 12px;
	clear: both;
	border: 1px solid #ccc;
	border-radius: 0;
	outline: none;
	font-size: 16px;
}
.custom-form .cherad div {
	display: inline-block;
	padding-right: 15px;
	font-family: 'Montserrat', 'Arial', sans-serif;
}
.custom-form .cherad div:last-of-type {
	padding-right: 0;
}
.custom-form .cherad label {
	display: inline-block;
	margin: 0 5px 0 0;
	font-weight: normal;
}
.custom-form .cherad input {
	display: inline-block;
	margin: 0;
	position: relative;
}
.custom-form .cherad input.checkbox {
	top: 1px;
}
.custom-form .cherad input[type="text"] {
	width: 95px;
	height: 25px;
	margin-left: 6px;
	padding: 0 5px;
	top: 0;
	font-size: 13px;
	line-height: 25px;
}

/* text note */
.custom-form .text-note {
	width: 100%;
	margin: 0;
	float: left;
}

/* notice */
.custom-form .customFormNotice {
	margin: 0 0 5px 0;
	clear: both;
	color: #777;
	font-size: 85%;
}

/* required */
.custom-form .required {
	margin-left: 3px;
	position: relative;
	top: -1px;
	color: #ff0000;
	cursor: help;
	font-weight: bold;
}

/* captcha */
.custom-form .g-recaptcha {
	width: 100%;
	margin: 30px 0;
	float: left;
	clear: both;
}
.custom-form label {
	margin-bottom: 0;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-weight: 600;
}

/* note */
.custom-form .note {
	width: 50%;
	margin: 0 0 20px 0;
	float: left;
	line-height: 60px;
}
.custom-form .note .required {
	margin-left: 0;
}

/* submit button */
.custom-form .submit {
	margin: 0 0 20px 0;
	padding: 18px 55px 18px 55px;
	float: right;
	background: #000000;
	border: 1px solid #000000;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.5s ease;
}
.custom-form .submit:hover {
	border: 1px solid #000000;
	color: #000000;
	background: #fff;
}
.custom-form .form-control {
	border-radius: 0;
	font-size: 16px;
}
.custom-form input[type="text"].form-control,
.custom-form input[type="number"].form-control,
.custom-form select.form-control {
	height: 40px;
}
.custom-form select.form-control[multiple="multiple"] {
	height: 100px;
}
.form-control:focus {
	box-shadow: none;
}
.addthis-in {
	padding-bottom: 1em;
}
.addthis-in a {
	border: 0;
}
.service-detail {
	padding-top: 25px;
	line-height: 2;
}
.obr-gal .col-md-3 {
	padding-left: 0;
}
.service-detail2,
.service-detail3 {
	line-height: 2;
}
.gallery .row .col-md-4:nth-of-type(1) {
	margin-left: -15px;
}

/* tables */
table {
	border-collapse: collapse;
	font-size: 1em;
}
table td p,
table th p {
	margin: 0;
	font-size: 1em;
}
table.cms-editor-table,
table.cms-editor-table.highlighted {
	border: none;
	margin: 0.4em 0 1.5em 0;
}
table.cms-editor-table td,
table.cms-editor-table.highlighted td,
table.cms-editor-table th,
table.cms-editor-table.highlighted th {
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	padding: .4em .6em;
	text-align: left;
	font-size: 1em;
}
table.cms-editor-table tr:last-child td,
table.cms-editor-table.highlighted tr:last-child td {
	border-bottom: none;
}
table.cms-editor-table tr td:last-child,
table.cms-editor-table.highlighted tr td:last-child,
table.cms-editor-table tr th:last-child,
table.cms-editor-table.highlighted tr th:last-child  {
	border-right: none;
}
table.cms-editor-table th,
table.cms-editor-table.highlighted th {
	font-weight: 600;
	background: none;
}
table.cms-editor-table.highlighted th {
	color: #000000;
}
table.cms-editor-table.highlighted td,
table.cms-editor-table.highlighted th {
	border-color: #000000;
}
ul.group-list {
	margin-left: 0;
	padding-left: 0;
	border: 1px solid rgba(133,133,133, 0.3);
}
ul.group-list li {
	position: relative;
	list-style: none;
	margin-left: 0;
	background: rgba(133,133,133, 0.1);
	border-bottom: 1px solid rgba(133,133,133, 0.3);
}
ul.group-list li:last-child {
	border-bottom: none;
}
ul.group-list li .icon {
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 15px;
	background: #fff;
	border: none;
	line-height: 20px;
	width: 50px;
}
ul.group-list .icon img {
	vertical-align: middle;
}
ul.group-list li .icon-label {
	display: inline-block;
	vertical-align: middle;
	line-height: 25px;
	padding-right: 10px;
	width: calc(100% - 60px);
}
.partners-item {
	transition: all .5s ease;
}
.partners-item:hover {
	background: rgba(0, 0, 0, 0.1);
}
.partners-img {
	width: 100%;
	position: relative;
	padding-bottom: 75%;
}
.partners-img img {
	max-width: calc(100% - 80px);
	position: absolute;
	max-height: calc(100% - 80px);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.partners-item .in3 {
	text-align: center;
}
.fancybox-overlay {
	background: rgba(0, 0, 0, 0.8);
}
.swiper-image {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	background-position: 50% 50%;
	background-size: cover;
}
.swiper-image-desktop {
	display: block;
}
.swiper-image-mobile,
.swiper-image-mobile-small {
	display: none;
}
.slider .container-out {
	position: relative;
}

/* changes */
body.homepage .tiles.small .square-box {
	height: 100%;
	max-height: 120px;
}
body.homepage .tiles.small .square-content {
	padding: 0;
}
body.homepage .tiles.small .square-content .in {
	display: block;
}
body.homepage .tiles.small .square-content .in2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 10%;
}

/* calcaptcha */
.form-calCaptcha {
	width: 100%;
	margin: 0 0 20px 0;
	clear: both;
	font-family: 'Montserrat', 'Arial', sans-serif;
}
.form-calCaptcha strong {
	font-weight: 600;
}
.form-calCaptcha-ex-1,
.form-calCaptcha-ex-2 {
	color: #000000;
}
.form-calCaptcha-operator {
	margin: 0 3px;
	color: #ce9b8d;
}
.form-calCaptcha-rovnitko {
	display: inline-block;
	margin: 0 10px;
}
.form-calCaptcha input {
	display: inline-block;
	width: 60px;
	height: 40px;
	margin-top: 0;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-radius: 0;
	font-size: 16px;
	font-weight: bold;
	outline: none;
	text-align: center;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-calCaptcha input:focus {
	border-color: #000000;
}

/* others */
.content-text .new-password,
.content-text .register {
	display: inline-block;
	margin-right: 20px;
	transition: color .5s;
}
.content-text .new-password:hover,
.content-text .register:hover {
	border-bottom: 1px solid #fff;
}

/* header registration */
.header-registration {
	padding: 15px 20px 10px 20px;
}
.header-registration .form-control {
	margin-bottom: 5px;
	border-radius: 0;
	box-shadow: none;
}
.header-registration .btn {
	margin-top: 5px;
	padding: 6px 12px 4px 12px;
	font-size: 16px;
	outline: none;
}

/* google search */
input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
	height: auto !important;
}
.content-text a.gsst_a {
	border: 0 !important;
}
.gsib_a {
	padding: 0 !important;
}
.gsc-search-button-v2 {
	width: auto !important;
	height: 27px!important;
	padding: 4px ​27px !important;
}
.gsc-input {
	text-indent: 5px !important;
}
.gcsc-branding-clickable {
	border: 0 !important;
}

/* articles detail */
.detail-article .detail-image {
	width: 100%;
	max-width: 100%;
	margin: 60px 0;
	float: none;
	text-align: center;
}
.detail-article .detail-image img.main {
	max-width: 555px;
	margin-bottom: 20px;
}
.detail-article .detail-perex {
	font-size: 26px;
}
.detail-article .detail-label {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 14px;
	font-style: italic;
}
.detail-article .detail-label span {
	text-transform: uppercase;
}
.cms-editor-html {
	max-width: 100%;
	overflow: auto;
}

/* blue button */
.btn-blue,
.content-text a.btn-blue {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 12px 24px;
	background: #000000;
	border: 1px solid #000000;
	border-radius: 0;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	transition: background-color 0.6s, color 0.6s;
}
.btn-blue:hover,
.content-text a.btn-blue:hover {
	background-color: #fff;
	border-bottom: 1px solid #000000;
	color: #000000;
}

/* responsive tables */
.table-responsive {
	margin: 0.4em 0 1.5em 0;
	border: 0;
}
.table-responsive table {
	margin: 0;
}

/* map */
.map {
	width: 100%;
	height: 400px;
}
.map-content {
	margin: 15px 0;
}
.map-list {
	font-size: 65%;
	letter-spacing: 0;
	width: 100%;
	margin: 15px 0;
	border: 1px solid gray;
	border-collapse: collapse;
	color: #333;
}
.map-list tr:hover {
	background: #eee;
}
.map-list th,
.map-list td {
	border: 1px solid #ddd;
	padding: 7px;
}
.map-list th {
	background: #000000;
	color: #fff;
}
.map-list-gift {
	text-align: center;
}
.form-gps-googlemap-search {
	position: absolute;
	margin-top: 10px;
	padding: 10px;
	width: 30%;
	font-size: 130%;
	border: 1px solid #f2f2f2;
}
.map-popup {
	letter-spacing: 0;
}
.map-popup .map-popup-label {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}
.map-popup .map-popup-address {
	margin-bottom: 10px;
}
.map-popup .map-popup-mobile {
	margin-bottom: 10px;
	color: #000000;
}
.map-popup .map-popup-gift {
	font-size: 14px;
	text-align: center;
	background: #000000;
	color: #fff;
	display: inline-block;
	padding: 10px;
}

/* gift */
.gift-form,
.gift-row {
	margin-top: 45px;
}
.tiles-gift .item:hover .article-img:after {
	display: none;
}
.tiles-gift .item .article-img .shadow {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .4);
	color: #fff;
	opacity: 0;
	transition: 0.3s;
}
.tiles-gift .item:hover .article-img .shadow {
	opacity: 1;
}
.tiles-gift .item .article-img .shadow .plus {
	font-size: 44px;
}
.tiles-gift .item .article-img .shadow .label {
	padding: 0;
	font-size: 30px;
	font-weight: normal;
}
.instituion-detail-gift {
	background: #000000;
	color: #fff;
	padding: 5px 15px;
	font-size: 70%;
	float: left;
	margin-bottom: 15px;
}
.map-list tr.status-inactive,
.map-list tr.status-inactive a {
	color: #b7b7b7;
}
.map-list span.text-inactive {
	margin-left: 15px;
	color: #d48f8f;
}
.map-text-empty {
	font-style: italic;
	display: none;
	font-size: 16px;
	text-align: center;
	margin: 25px 0;
}
.map-www {
	float: right;
	font-size: 90%;
}
.project-tab {
	display: none;
}
.project-tab-active {
	display: block;
}

/* gift form */
.panel-gift,
.panel-gift .panel-footer {
	width: 100%;
	float: left;
	clear: both;
}
.panel-gift .gift-form {
	margin-top: 15px;
	margin-bottom: 15px;
}
.panel-gift .price-wrap {
	display: flex;
	justify-content: space-between;
}
.panel-gift .price {
	width: 25%;
	border: 1px solid #000000;
	cursor: pointer;
}
.panel-gift .price:not(:last-child) {
	border-right: 0;
}
.panel-gift .price:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel-gift .price:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.panel-gift .price input {
	display: none;
}
.panel-gift .price input + label {
	display: flex;
	align-items: center;
	flex-direction: column;
	height: 100%;
	padding: 15px 5px;
	background-color: rgba(0, 158, 224, 0.15);
	color: #000000;
	cursor: pointer;
	text-align: center;
	transition: all 0.5s ease;
}
.panel-gift .price input + label .name {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.panel-gift .price input:checked + label {
	background-color: #000000;
	color: #fff;
}
.panel-gift .btn-group {
	width: 100%;
}
.panel-gift .btn-group .btn {
	padding-right: 15px;
	border-radius: 0 !important;
	text-align: center;
}
.panel-gift .btn-group .btn-right {
	float: right;
}
.panel-gift .panel-footer {
	font-size: 16px;
	line-height: 24px;
}
.panel-gift .form-element-message {
	padding-top: 5px;
	font-size: 16px;
}
.ownprice {
	margin-top: 20px;
}
.one-limit input[type="radio"] {
	display: none;
}
.one-limit label .sum {
	color: #000000;
	font-weight: bold;
}
.one-limit label .name {
	color: #000000;
	font-weight: normal;
	margin-bottom: 5px;
}
.one-limit-empty p {
	color: #a94442;
}

/* fancybox */
.fancybox-opened .fancybox-skin {
	border-radius: 0;
	box-shadow: none;
	color: #fff;
}
.fancybox-wrap {
	max-width: 1300px;
}
.fancybox-close {
	top: -15px;
	right: -15px;
}
.fancybox-nav {
	width: 36px;
}
.fancybox-nav span {
	left: 0;
	visibility: visible;
}
.fancybox-prev {
	left: -36px;
}
.fancybox-next {
	right: -36px;
}
.fancybox-title {
	padding: 0;
}
.fancybox-title-float-wrap {
	right: 0;
	bottom: -35px;
	margin: 0;
	width: 100%;
	text-align: left;
}
.fancybox-title-float-wrap .child {
	margin: 0;
	background: none;
}
.fancybox-type-iframe .fancybox-iframe {
	background-color: #000;
}
.fancybox-type-iframe .fancybox-inner {
	min-height: 600px;
}

/* backgrounds */
.block-help {
	background-image: url('../images/bg01.png');
}
.block-help-bg02 {
	background-image: url('../images/bg02.png');
}
.tiles .item:hover .square-content .in,
.tiles .square-box.no-image .square-content .in {
	background: url('../images/tile.png') no-repeat right bottom;
}

/* tiles list new */
.tiles-list-new-wrap {
	background: url('../images/back-tiles.jpg') no-repeat 50% 50%;
	background-size: cover;
}
.tiles-list-new {
	padding-top: 90px;
	padding-bottom: 90px;
}
.tiles-list-new .row-inside {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -45px;
}
.tiles-list-new .item {
	margin-bottom: 45px;
}
.tiles-list-new .item-inside {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0 0 50px 0;
	background-color: #fff;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	transition: 0.3s border-color;
}
.tiles-list-new.tiles-list-new-small .item-inside {
	padding-top: 50px;
}
.tiles-list-new .item-inside:hover {
	border-color: #c8968a;
}
.tiles-list-new .item-image {
	margin: 0;
}
.tiles-list-new.tiles-list-new-small .item-image {
	display: none;
}
.tiles-list-new .item-label {
	margin: 25px 0 0 0;
	padding: 0 25px;
	color: #000000;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	transition: 0.5s color;
}
.tiles-list-new .item-inside:hover .item-label {
	color: #c8968a;
}

/* tiles list new */
.articles-list-new {
	padding-top: 90px;
	padding-bottom: 90px;
}
.articles-list-new .row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -45px;
}
.articles-list-new .item {
	margin-bottom: 45px;
}
.articles-list-new .item-inside {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 23px 23px 23px 23px;
	background-color: #f2f2f2;
	text-decoration: none;
}
.articles-list-new .item-image {
	max-width: calc(100% + 46px);
	margin: -23px -23px 25px -23px;
}
.articles-list-new .item-label {
	height: 56px;
	margin: 0 0 25px 0;
	color: #000000;
	font-size: 17px;
	font-weight: 700;
	line-height: 28px;
	overflow: hidden;
	transition: 0.5s color;
}
.articles-list-new .item-inside:hover .item-label {
	color: #c8968a;
}
.articles-list-new .item-date,
.articles-list-new .item-web {
	margin: 0 0 25px 0;
	color: #404040;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 28px;
}
.articles-list-new .item-date + .item-web {
	margin-top: -25px;
}
.articles-list-new .item-text {
	margin: 0 0 35px 0;
	color: #404040;
	font-size: 14px;
	line-height: 24px;
}
.articles-list-new .item-text > *:last-child {
	margin-bottom: 0;
}
.articles-list-new .item-inside .btn {
	margin: auto auto 0 0;
	padding: 0 0 7px 0;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #000000;
	color: #000000;
}
.articles-list-new .item-inside:hover .btn {
	border-color: #c8968a;
	color: #c8968a;
}
.articles-list-new .btn-wrap {
	padding-top: 45px;
	text-align: center;
}
body.page .articles-list-new {
	padding-top: 30px;
	padding-bottom: 0;
}
body.page .articles-list-new.galleries-list-new {
	padding-top: 0;
}
.articles-list-new.galleries-list-new .item-title {
	margin-top: 60px;
	margin-bottom: 30px;
	font-size: 34px;
	line-height: 42px;
}
.articles-list-new.galleries-list-new .item-image {
	margin-bottom: -23px;
}

/* help new */
.help-new-wrap {
	background: url('../images/back-help.jpg') no-repeat 50% 50%;
	background-size: cover;
}
.help-new {
	padding-top: 90px;
	padding-bottom: 90px;
	color: #fff;
	text-align: center;
}
.help-new .help-title {
	margin: 0 0 35px 0;;
	color: #fff;
}
.help-new .help-text {
	margin: 0 0 90px 0;
}
.help-new .help-text > *:last-child {
	margin-bottom: 0;
}
.help-new .help-buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: -30px;
}
.help-new .help-buttons .btn {
	margin: 0 15px 30px 15px;
	background-color: #fff;
	border-color: #fff;
	color: #404040;
}
.help-new .help-buttons .btn:active,
.help-new .help-buttons .btn:focus,
.help-new .help-buttons .btn:hover {
	background-color: #c8968a;
	border-color: #c8968a;
	color: #fff;
}

/* footer */
.footer {
	padding-top: 60px;
	padding-bottom: 50px;
	position: relative;
	background: #f1f1f1;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer a {
	color: #fff;
}
.footer:after {
	content: '';
	width: calc(50% + 198px);
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	z-index: 0;
	background: #c8968a;
	transform: translateX(-198px);
}
.footer .row {
	position: relative;
	z-index: 10;
}
.footer-menu {
	margin: 0 0 35px 0;
	padding: 0;
	list-style: none;
}
.footer-menu li {
	padding: 0 0 10px 0;
}
.footer-menu li a {
	color: #c8968a;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	text-decoration: none;
}
.footer-menu li a:hover {
	text-decoration: underline;
}
.footer-socials {
	display: flex;
	align-items: center;
}
.footer-socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #c8968a;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	border-radius: 100%;
	color: #fff;
	text-decoration: none;
}
.footer-socials a:not(:last-child) {
	margin-right: 20px;
}
.footer-title {
	display: block;
	margin: 0 0 35px 0;
	color: #fff;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 25px;
	font-weight: 500;
	line-height: 30px;
}
.footer-text {
	color: #fff;
	font-size: 17px;
	line-height: 25px;
}
.footer-text > *:last-child {
	margin-bottom: 0;
}

/* footer bottom */
.footer-bottom {
	padding-top: 30px;
	padding-bottom: 45px;
	color: #5d5d5d;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
}
.footer-bottom a {
	color: #5d5d5d;
}

/* others */
.cms-editor-table.invisible {
	visibility: visible;
}
.pagination {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 45px 0 0 0;
	border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
	border-radius: 0 !important;
	font-family: 'Montserrat', 'Arial', sans-serif;
	line-height: 20px;
}


/**************
 * RESPONSIVE *
 **************/
 /* responsive */
@media (max-width: 1199px) {
	.tiles .item .square-box {
		line-height: 1.2;
		font-size: 16px;
	}
	.square-content .in2 .up {
		font-size: 20px;
		line-height: 1;
	}
	.square-box .article-img img {
		max-height: 195.328px;
	}
	body.homepage .tiles.small .square-box-wrap {
		margin: 0 0 20px 0;
	}
}

@media (min-width: 768px) {
	.container {
		width: 100%;
		max-width: 763px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 100%;
		max-width: 983px;
	}
	.navbar {
		padding: 0;
	}
	.header-top {
		padding: 40px 45px;
		border-bottom: 1px solid #f2f2f2;
	}
	.lang-wrap-desktop {
		display: block;
		margin-left: auto;
	}
	.search-head-desktop {
		display: block;
	}
	.search-head-desktop .search-ico {
		width: 30px;
		height: 30px;
		margin: 0 70px 0 0;
		background: url('../images/icon-search-beige.svg') no-repeat 50% 50%;
		background-size: 23px 23px;
		transition: none;
	}
	.search {
		top: -11px;
		z-index: 10;
	}
	.nav > li.lang.lang-desktop {
		display: flex;
		align-items: center;
		height: 30px;
	}
	.nav > li.lang.lang-desktop,
	.nav > li.lang.lang-desktop a {
		margin: 0;
		font-family: 'Montserrat', 'Arial', sans-serif;
		font-size: 16px;
		font-weight: 500;
		line-height: 19px;
	}
	.nav > li.lang.lang-desktop .selected {
		display: flex;
		align-items: center;
		color: #c8968a;
	}
	.nav > li.lang.lang-desktop .selected:after {
		content: '';
		display: block;
		width: 9px;
		height: 5px;
		margin-left: 5px;
		background: url('../images/icon-arrow-down-beige.svg') no-repeat 50% 50%;
		background-size: 9px 5px;
	}
	.nav > li.lang.lang-desktop .dropdown-menu {
		right: -6px;
		left: -6px;
	}
	.nav > li.lang.lang-desktop .dropdown-menu > li > a {
		padding: 5px;
		text-align: center;
	}
	.nav > li.lang.lang-desktop .dropdown-menu > li > a:focus,
	.nav > li.lang.lang-desktop .dropdown-menu > li > a:hover {
		color: #c8968a;
	}
	.nav > li.lang.lang-desktop.is-user {
		margin-right: 70px;
	}
	.nav > li.lang.lang-desktop.is-user .dropdown-menu {
		min-width: 200px;
	}
	.nav > li.lang.lang-desktop.is-user .dropdown-menu > li > a {
		padding: 5px 20px;
		text-align: left;
	}
	.navbar-collapse {
		width: 100%;
		padding: 15px 45px !important;
	}
	.navbar-collapse .navbar-nav {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}
	.navbar-collapse .navbar-nav > li {
		padding: 0 30px;
	}
	.navbar-collapse .navbar-nav > li > a {
		margin: 0;
		padding: 10px 0;
		color: #c8968a;
		font-family: 'Montserrat', 'Arial', sans-serif;
		font-size: 18px;
		font-weight: 600;
		line-height: 22px;
		text-transform: none;
	}
	.navbar-collapse .navbar-nav > li > a .caret {
		display: none;
	}
	.navbar-nav > li > .dropdown-menu {
		min-width: 330px;
		padding: 5px 0 10px 0;
		border: 0;
		border-radius: 0;
	}
	.navbar-nav > li > .dropdown-menu a {
		padding: 6px 15px;
		font-family: 'Montserrat', 'Arial', sans-serif;
		font-size: 16px;
		font-weight: 600;
		line-height: 20px;
		text-transform: none;
	}
	.nav > li.lang-mobile,
	.navbar-nav > li.search-head-mobile {
		display: none;
	}
	.navbar-default .navbar-nav > li.lang .dropdown-menu {
		min-width: 0;
	}
	.navbar-default .navbar-nav > li.lang > a {
		padding: 0;
	}
	.slider .swiper-container {
		height: 488px;
	}
	.block {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	/* header.fixed .header-top,
	header.fixed .navbar-collapse {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	} */
}

@media (min-width: 1200px) {
	.container {
		width: 100%;
		max-width: 1320px;
	}
	.help-new .help-buttons .btn {
		margin-right: 60px;
		margin-left: 60px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.tiles-course .square-box::before {
		padding-top: 110%;
	}
	.tiles-course .terms {
		float: none;
	}
	.tiles-course .btn-more {
		float: none;
		clear: both;
		margin: 5px 0;
	}
	.footer:after {
		width: calc(55% + 198px);
		left: 55%;
	}
}

@media (max-width: 991px) {
	.nav > li.lang {
		margin-right: 0;
	}
	.navbar {
		max-height: 100vh;
		padding: 20px;
		overflow: auto;
	}
	.navbar-default .navbar-collapse {
		width: 100%;
		float: left;
		clear: both;
		border: 0;
		padding: 0;
	}
	.navbar-nav {
		padding-top: 10px;
		clear: both;
	}
	.navbar-nav li {
		clear: both;
	}
	.nav > li > a {
		background: #eaeaea;
		width: 100%;
		float: left;
		margin: 0 0 2px 0;
		padding: 8px 2.5%;
	}
	.nav > li > a.search-ico {
		display: none;
	}
	.navbar-nav .open .dropdown-menu {
		clear: both;
	}
	.navbar-default .navbar-nav > li.donatebutton > a {
		padding: 8px 2.5%;
		margin: 0;
		border-radius: 0;
	}
	.dropdown-menu {
		margin-bottom: 5px;
	}
	.dropdown-menu > li > a {
		font-family: 'Montserrat', 'Arial', sans-serif;
		text-transform: none;
	}
	.search-head {
		clear: both;
	}
	.search {
		display: block;
		position: relative;
		top: 0;
		width: 100%;
		float: left;
		clear: both;
		margin: 10px 0 20px 0;
		right: 0;
	}
	.search .container {
		width: 100%;
	}
	.search .input-group {
		display: block;
	}
	.search input[type="text"],
	.search input[type="text"]:focus {
		width: calc(100% - 41px);
		height: 40px;
	}
	.search .btn {
		width: 41px;
		height: 40px;
		line-height: 38px;
	}
	.navbar-header img {
		float: left;
		width: 100%;
		max-width: 220px;
		height: auto;
	}
	.podlogo2 {
		clear: both;
		background: #000000;
		color: white;
		display: block;
		width: 100%;
		float: left;
		margin: 0 0 -1px -2.5%;
		box-sizing: content-box;
		padding: 10px 2.5%;
		font-size: 22px;
		line-height: 1.2;
	}
	.navbar-default .navbar-nav > li > a .caret {
		width: 46px;
		height: 46px;
		margin: -8px 0 -8px 10px;
		position: relative;
		top: -2px;
		font-size: 16px;
		background: url('../images/icon-arrow-down-gray.svg') no-repeat 50% 50%;
		background-size: 18px auto;
		border: 0;
	}
	.slider-logo {
		display: none;
	}
	.btn-filter {
		margin-top: 10px;
	}
	.block-info .item:nth-of-type(1),
	.block-info .item:nth-of-type(2) {
		margin-bottom: 3em;
	}
	.info-item.info-text {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.swiper-image-desktop {
		display: none;
	}
	.swiper-image-mobile {
		display: block;
	}
	.gallery .row .col-md-4 {
		margin-left: -15px;
	}
	.info-item.info-item-image {
		min-height: 0;
		margin-bottom: 20px;
	}
	body.homepage .tiles.small .square-box-wrap {
		margin-bottom: 30px;
	}
	body.homepage .tiles.small .square-box {
		max-height: 100%;
		margin-bottom: 30px;
	}
	.nav > li.lang {
		margin-left: 0;
	}
	.header-registration {
		padding: 0 20px 10px 20px;
	}
	.navbar-nav .user-name,
	.search-head > .dropdown-menu > li > a {
		padding-right: 2.5% !important;
		padding-left: 2.5% !important;
	}
	.fancybox-type-iframe .fancybox-inner {
		min-height: 500px;
	}
	.tiles-list-new,
	.help-new,
	.articles-list-new {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.footer {
		padding-top: 35px;
		padding-bottom: 0;
	}
	.footer:after {
		display: none;
	}
	.footer-text-wrap {
		margin-top: 35px;
		padding-top: 35px;
		padding-bottom: 35px;
		background-color: #c8968a;
	}
	.footer-bottom {
		padding-bottom: 30px;
	}
	.navbar-header .podlogo {
		margin-right: 30px;
		margin-left: 30px;
	}
	.breadcrumb {
		margin: -45px 0 45px 0;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 3px 20px;
	}
	.search .btn,
	.search .btn:active,
	.search .btn:focus,
	.search .btn:hover {
		width: 41px;
		height: 40px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.tiles .item .square-box {
		line-height: 1.2;
		font-size: 14px;
	}
	.square-content .in2 .up {
		font-size: 18px;
		line-height: 1;
	}
	.tiles-course .row > div:nth-child(3n+1) {
		clear: none;
	}
	.tiles-course .row > div:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.tiles-article .in3 h2 {
		font-size: 18px;
		line-height: 1.2;
	}
}

@media (max-width: 767px) {
	h2 {
		font-size: 30px;
		line-height: 38px;
	}
	.btn,
	.btn:active,
	.btn:focus {
		padding-right: 18px;
		padding-left: 18px;
		white-space: normal;
	}
	.slider .inside {
		max-width: 100%;
		padding: 25px 20px 60px 20px;
	}
	.swiper-slide h2 {
		font-size: 30px;
		line-height: 38px;
	}
	.slider .inside p {
		font-size: 16px;
		line-height: 1.35;
	}
	.swiper-pagination-fraction,
	.swiper-pagination-custom {
		bottom: -3px;
	}
	.slider .btn {
		font-size: 14px;
	}
	.slider .swiper-button-next,
	.slider .swiper-button-prev {
		display: none;
	}
	.block {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.tiles {
		padding-bottom: 15px;
	}
	.block-help h2 {
		font-size: 32px;
	}
	.block-help .buttons a {
		margin: 10px 10px 5px 10px;
		padding: 15px 60px 15px 20px;
		font-size: 20px;
	}
	.tiles .item {
		text-shadow: none;
		line-height: 1.3;
	}
	.tiles .item .square-box {
		background: #000000 !important;
		margin-bottom: 0;
	}
	.tiles-article .item .square-box {
		background: none !important;
		margin-bottom: 15px;
	}
	.square-box:before,
	.tiles .item:hover .square-content .in2 .down	 {
		display: none;
	}
  .tiles-gallery .square-box:before {
		display: block;
	}
	.square-content {
		position: relative;
		padding: 10% 15px;
		text-align: center;
	}
	.square-content .in {
		display: block;
		height: auto;
	}
	.square-content .in2 {
		display: inline;
	}
	.square-content .in2 .up {
		padding: 0;
	}
	.tiles {
		padding-top: 15px;
		padding-bottom: 30px;
	}
	.tiles-article .in3 p {
		display: block;
	}
	.tiles-article .in3 h2 {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: .4em;
	}
	.block-info h2 {
		font-size: 32px;
	}
	.square-box .article-img img{
		max-height: 100%;
	}
	.detail-image {
		max-width: 100%;
	}
	.two-cols {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.content-text h1 {
		font-size: 26px;
		line-height: 34px;
	}
	.course .course-info {
		padding-bottom: 20px;
	}
	.course-info .info-item,
	.course-info .info-item:nth-of-type(2n) {
		padding: 0;
	}
	.custom-form .formrow.sm,
	.custom-form .formrow.ssm {
		width: 100%;
		margin-right: 0;
	}
	.custom-form .captcha-help {
		width: 100%;
		margin-bottom: 20px;
	}
	.custom-form .captcha-navi,
	.custom-form .note,
	.custom-form .submit {
		width: 100%;
	}
	.custom-form .captcha-image, .custom-form .captcha-number {
		float: left;
	}
	.custom-form .captcha-image img {
		margin: 0;
	}
	.custom-form .captcha-number {
		width: calc(50% - 10px);
	}
	.custom-form .captcha-number input[type="text"] {
		width: 100%;
	}
	.custom-form .note {
		line-height: inherit;
	}
	.custom-form label {
		min-height: 0;
	}
	ul.group-list li .icon-label {
		line-height: 16px;
	}
	.partners {
		width: 345px;
		margin: 0 auto;
	}
	.partners-item {
		max-width: 345px;
	}
	body.homepage .tiles.small .square-box-wrap {
		margin-bottom: 0;
	}
	body.homepage .tiles.small .square-box {
		max-height: calc(100% - 15px);
	}
	.detail-article .detail-image img.main {
		max-width: 100%;
		margin-bottom: 10px;
	}
	.detail-article .detail-perex {
		font-size: 20px;
	}
	.fancybox-type-iframe .fancybox-inner {
		min-height: 400px;
	}
	.tiles .item:hover .square-content .in,
	.tiles .square-box.no-image .square-content .in {
		background-image: none;
	}
	.tiles-list-new,
	.help-new,
	.articles-list-new {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.tiles-list-new .item-inside {
		padding-bottom: 25px;
	}
	.tiles-list-new.tiles-list-new-small .item-inside {
		padding-top: 25px;
	}
	.help-new .help-title {
		font-size: 30px;
		line-height: 38px;
	}
	.help-new .help-text {
		margin-bottom: 60px;
	}
	.articles-list-new .btn-wrap {
		padding-top: 30px;
	}
	.footer {
		padding-top: 30px;
	}
	.footer-text-wrap {
		margin-top: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.breadcrumb {
		margin: -20px 0 30px 0;
	}
	.tiles-list-new .row-inside,
	.articles-list-new .row {
		margin-bottom: -30px;
	}
	.tiles-list-new .item,
	.articles-list-new .item {
		margin-bottom: 30px;
	}
	.pagination {
		margin-top: 30px;
	}
	.detail-article .detail-image {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.articles-list-new.galleries-list-new .item-title {
		font-size: 28px;
		line-height: 34px;
	}
}

@media (max-width: 500px) {
	.swiper-image-mobile-small {
		display: block;
	}
	.swiper-image-mobile {
		display: none;
	}
	.fancybox-type-iframe .fancybox-inner {
		min-height: 300px;
	}
	.navbar-header .podlogo {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (max-width: 479px) {
	.custom-form #rc-imageselect,
	.custom-form .g-recaptcha {
		transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	.panel-gift .price-wrap {
		flex-direction: column;
	}
	.panel-gift .price,
	.panel-gift .price:first-child,
	.panel-gift .price:last-child,
	.panel-gift .price:not(:last-child) {
		width: 100%;
		border-radius: 0;
		border-right: 1px solid #000000;
		border-bottom: 0;
	}
	.panel-gift .price:last-child {
		border-bottom: 1px solid #000000;
	}
}

@media (max-width: 400px) {
	.tiles-gift .item .article-img .shadow .plus {
		font-size: 30px;
	}
	.tiles-gift .item .article-img .shadow .label {
		font-size: 24px;
	}
	.fancybox-type-iframe .fancybox-inner {
		min-height: 0;
	}
	.navbar-header .podlogo {
		margin-right: 15px;
		margin-left: 15px;
		font-size: 14px;
		line-height: 18px;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	img[src$=".svg"] {
		width: 100%;
	}
}

.cms-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
}
.cms-grid + .cms-grid {
	margin-top: -20px;
}
.cms-grid .inside {
	height: 100%;
	border: 2px dashed #e4e4e4;
}
.cms-grid .inside > *:last-child {
	margin-bottom: 0;
}
body.homepage .cms-grid .inside,
body.page .cms-grid .inside {
	border: 0;
}

@media (max-width: 799px) {
	.cms-grid {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.cms-grid .col-xs-12 {
		margin-bottom: 20px;
	}
}

.pagination > li > a,
.pagination > li > span {
	min-width: 38px;
	height: 38px;
	line-height: 24px;
}
.pagination .pager-item-first a,
.pagination .pager-item-prev a,
.pagination .pager-item-next a,
.pagination .pager-item-last a {
	padding: 8px 12px 4px 12px;
}

/* WP import */
.alignleft {
	margin: 7px 24px 7px 0;
	float: left;
}

.alignright {
	margin: 7px 0 7px 24px;
	float: right;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

img.aligncenter, .wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}







