body {
	font-family: 'Open Sans', sans-serif;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-position: inside;
}

.wrapper--normal {
	padding: 40px 0;
}

.wrapper--thin {
	padding: 10px 0;
}

.wrapper--gray {
	background: #F2F2F2;
}

.wrapper--bottom-border {
	border-bottom: 1px solid #DDDDDD;
}

html,
body {
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 100%;
}

body {
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	position: relative;
}

.header,
.footer {
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.content {
	-webkit-flex: 1 0 auto;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}

.small {
	font-size: 12px;
}

h5 {
	font-weight: bold;
	margin-bottom: 30px;
}

.text-brand {
	color: #0E9877;
}

.colorbox {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	z-index: 1000;
	cursor: pointer;
}

.colorbox__content {
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background: #FFFFFF;
	max-width: 80vw;
	max-height: 80vh;
}

.colorbox__content .arrow {
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: rgba(255,255,255,0.8);
	padding-top: 15px;
	font-size: 2.5em;
}

.colorbox__content .arrow--left {
	left: -70px;
	padding-left: 14px;
}

.colorbox__content .arrow--right {
	right: -70px;
	padding-left: 20px;
}

.colorbox__content .times {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	top: -50px;
	right: -50px;
	background: rgba(255,255,255,0.8);
	padding-top: 7px;
	padding-left: 10px;
	font-size: 1.8em;
}

.header {
	position: relative;
}

.header__coat {
	position: absolute;
	width: 92px;
	height: 103px;
	left: 15px;
	top: -13px;
	z-index: 1;
}

.header__topmenu {
	height: 54px;
}

.header__topmenu--black {
	background: #242424;
	color: #FFFFFF;
	fill: #FFFFFF;
}

.header__title {
	font-size: 26px;
	margin: 50px 0 22px;
	text-transform: uppercase;
}

.header__menu > *.submenu {
	position: relative;
	padding-right: 40px;
}

.header__menu > *.submenu:after {
	display: block;
	position: absolute;
	font-family: FontAwesome;
	content: '\f078';
	font-size: 11px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 27px;
	transition: -webkit-transform 350 ms linear;
	transition:         transform 350 ms linear;
}

.header__menu > *.submenu a + ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
}

.header__menu > *.submenu a + ul li {
	list-style: none;
}

.header__menu > *.submenu a + ul a {
	display: block;
	width: auto;
	background: #242424;
}

.topmenu {
	text-align: right;
	position: relative;
}

.topmenu > * {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.topmenu > a,
.topmenu > span {
	cursor: pointer;
}

.topmenu > a:not(:last-child),
.topmenu > span:not(:last-child) {
	padding: 17px 15px;
}


.topmenu > a:last-child,
.topmenu > span:last-child {
	padding: 17px 0 17px 35px;
}

.topmenu__link {
	color: #FFFFFF;
	text-decoration: none;
}

.topmenu__link:hover,
.topmenu__link:focus {
	color: inherit;
	text-decoration: none;
}

.topmenu__link > .topmenu__search {
	visibility: none;
	pointer-events: none;
	opacity: 0;
	transition: opacity 350ms;
}

.topmenu__link:hover > .topmenu__search {
	visibility: visible;
	pointer-events: auto;
	opacity: 1;
}

.topmenu__link svg {
	height: 15px;
	width: 15px;
	position: relative;
	top: 3px;
	margin-right: 18px;
	fill: #FFFFFF;
}

.topmenu-accessibility {
	display: none;
}

.menu {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.menu__hamburger {
	cursor: pointer;
	margin: 17px 0 0 15px;
	border: none;
	background: transparent;
}

.menu__hamburger span {
	display: block;
	width: 25px;
	height: 2px;
	background: #FFFFFF;
	border-radius: 1px;
}

.menu__hamburger span:not(:last-child) {
	margin-bottom: 7px;
}

.menu ul {
	display: none;
}

.menu > ul {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	top: 54px;
	background: rgba(36,36,36,0.95);
	z-index: 100;
}

.menu a {
	color: #FFFFFF;
}

.footer {
	padding-top: 42px;
}

.footer--gray {
	background: #F2F2F2;
}

.footer__bottom-line {
	padding: 19px 0 22px;
	border-top: 1px solid #DDDDDD;
	margin-top: 47px;
}

.footer__column {
	float: left;
	width: calc(33% - 30px * 2 / 3);
}

.footer__column:not(:last-child) {
	margin-right: 30px;
}

.footer__column a {
	display: block;
	color: #242424;
	margin-bottom: 0.8em;
}

.footer__column a + h5 {
	margin-top: 30px;
}

.breadcrumbs {
	font-size: 12px;
}

.breadcrumbs__link {
	display: inline-block;
	color: #242424;
}

.breadcrumbs__link:first-of-type:before {
	display: inline-block;
	font-family: FontAwesome;
	content: '\f015';
	margin-right: 10px;
}

.breadcrumbs__separator {
	display: inline-block;
	margin: 0 14px;
	font-size: 9px;
}

.breadcrumbs__current {
	display: inline-block;
}

.button {
	display: inline-block;
	position: relative;
	height: 36px;
	padding: 7px 17px;
}

.button:hover {
	text-decoration: none;
}

.button--small {
	font-size: 12px;
	padding: 9px 17px;
}

.button--brand {
	background: #0E9877;
	color: #FFFFFF;
	transition: background 350ms, color 350ms;
}

.button--brand:hover {
	background: #F2F2F2;
	color: #242424;
}

.button--white {
	color: #242424;
	transition: color 350ms;
}

.button--bordered {
	border: 1px solid #E1E1E1;
}

.button--right {
	float: right;
}

.button--rounded {
	border-radius: 18px;
}

.languages {
	position: relative;
	text-align: left;
}

.languages img {
	width: 16px;
	height: 12px;
}

.languages__list {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	z-index: 100 !important;
	pointer-events: none;
	transition: opacity 350ms;
	display: none;
}

.languages__list li {
	list-style: none;
}

.languages__list a {
	display: block;
	width: 100%;
}

.languages__list--header {
	top: 100%;
}

.languages__list--header a {
	background: #242424;
	padding: 8px 35px;
}

.languages__list--footer {
	bottom: 100%;
}

.languages__list--footer a {
	padding: 3px 20px;
	background: #F2F2F2;
}

.languages__current {
	display: inline-block;
	text-align: left;
}

.languages__current:after {
	position: absolute;
	font-family: FontAwesome;
	display: block;
}

.languages__current--header {
	width: 190px;
	padding: 17px 35px;
}

.languages__current--header:after {
	top: 15px;
	left: 13px;
	content: '\f078';
}

.languages__current--footer {
	padding: 0 20px;
}

.languages__current--footer:after {
	top: 0;
	left: 0;
	content: '\f077';
}

.languages--header a {
	color: #FFFFFF;
	text-decoration: none;
}

.languages--footer a {
	color: #242424;
	text-decoration: none;
}

.languages img {
	margin-right: 10px;
	position: relative;
	top: -2px;
}

.languages:hover .languages__list {
	pointer-events: auto;
	opacity: 1;
	display: block;
}

.search {
	display: inline-block;
	top: 0;
	right: 0;
	position: absolute;
	background: #FFFFFF;
	height: 34px;
	border-radius: 17px;
	margin: 10px 0;
	vertical-align: top;
	padding-right: 5px;
}

.search__input {
	background: none;
	border: none;
	padding: 7px 17px;
	color: #242424;
	width: 250px;
}

.search__search,
.search__close {
	color: #242424;
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden; /* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	box-sizing: content-box;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	        transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	        flex-shrink: 0;
	width: 100%;
	height: 100%;
	positon: relative;
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	    touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 42px;
	height: 42px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
	background-position: center;
	border-radius: 50%;
	background-repeat: no-repeat;
	transition: color 350ms, background 350ms;
	color: #242424;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	content: '';
	display: block;
	position: absolute;
	font-family: FontAwesome;
	font-size: 17px;
	padding: 10px 15px;
}

.swiper-button-prev.swiper-button-small,
.swiper-button-next.swiper-button-small {
	width: 20px;
	height: 20px;
}

.swiper-button-prev.swiper-button-small:after,
.swiper-button-next.swiper-button-small:after {
	font-size: 13px;
	padding: 1px 5px;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 0;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: '\f053';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: '\f054';
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50%;
	background: #757575;
	cursor: pointer;
	border: 1px solid rgba(36,36,36,0.5);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #FFFFFF;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #FFFFFF;
}

.swiper-pagination-bullet-active {
	background: #FFFFFF;
	cursor: default;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #242424;
}

.swiper-container-vertical > .swiper-pagination {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	        transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
	margin: 5px 0;
	display: block;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-container-horizontal > .swiper-pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	        perspective: 1200px;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	        transform-origin: 100% 0;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	        filter: blur(50px);
	z-index: 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,0.1);
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	        transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	        animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%236c6c6c\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%23fff\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.slider__item {
	position: relative;
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.slider__text {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 12px 13px 30px;
	background: rgba(36,36,36,0.44);
	color: #FFFFFF;
	text-align: center;
}

.slider__outside-pagination {
	position: relative;
	bottom: -5px !important;
}

.slider__ribbon {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	padding: 10px;
	background: #0E9877;
	color: #FFFFFF;
}

.slider__ribbon:hover {
	color: #FFFFFF;
}

.slider--multiply .slider__item {
	display: inline-block;
	float: left;
}

.slider--multiply .slider__item img {
	width: auto;
	height: auto;
	display: table;
	margin-left: auto;
	margin-right: auto;
	max-width: 150px;
}

.slider--arrow-outside {
	padding-left: 60px;
	padding-right: 60px;
}

.slider--arrow-outside:before,
.slider--arrow-outside:after {
	display: block;
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	width: 60px;
	background: #FFFFFF;
	z-index: 2;
}

.slider--arrow-outside:before {
	left: 0;
}

.slider--arrow-outside:after {
	right: 0;
}

.slider--text img {
	display: none;
}

.slider--news {
	height: 40px;
	max-width: 300px;
}

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

.slider-text {
	background: #FBFBFB;
	border-radius: 0 4px 4px 0;
}

.slider-text__tab:not(:first-child) {
	display: none;
}

.slider-text__item {
	padding: 10px;
	cursor: pointer;
	background: #FBFBFB;
}

.slider-text__item:not(:last-child) {
	border-bottom: 1px solid #F2F2F2;
}

.slider-text__item:first-child {
	border-top-right-radius: 4px;
}

.slider-text__item:last-child {
	border-bottom-right-radius: 4px;
}

.slider-text__item:hover,
.slider-text__item.active {
	background: #FFFFFF;
}

.slider-text__item .data {
	color: #0E9877;
}

.news-panel__tabs {
	position: relative;
	margin-top: 30px;
	overflow: hidden;
}

.news-panel__tabs ul {
	position: relative;
	border: none;
	height: 36px;
	margin-bottom: 10px;
	text-align: center;
}

.news-panel__tabs ul:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.news-panel__tab a {
	display: inline-block;
	background: #FFFFFF;
	height: 36px;
	border-radius: 18px;
	padding: 5px 19px;
	border: 2px solid transparent;
	text-decoration: none;
	transition: background 350ms, color 350ms, border-color 350ms;
}

.news-panel__tab.active a {
	background: #0E9877;
	border-color: #DDDDDD;
	color: #FFFFFF;
}

.news-panel__tab:hover a {
	background: #242424;
	color: #FFFFFF;
	border-color: transparent;
}

.news-panel__tab_a a {
	display: inline-block;
	background: #FFFFFF;
	height: 36px;
	border-radius: 18px;
	padding: 5px 19px;
	border: 2px solid transparent;
	text-decoration: none;
	transition: background 350ms, color 350ms, border-color 350ms;
}

.news-panel__tab_a.active a {
	background: #0E9877;
	border-color: #DDDDDD;
	color: #FFFFFF;
}

.news-panel__tab_a:hover a {
	background: #242424;
	color: #FFFFFF;
	border-color: transparent;
}

.news-panel__item {
	padding: 10px;
	background: transparent;
	transition: background 350ms;
}

.news-panel__item:hover {
	background: #FFFFFF;
}

.news-panel__item .data {
	color: #0E9877;
}

.news-panel .slider__arrow {
	position: absolute;
	top: 5px;
}

.news-panel .slider__arrow--prev {
	left: 0;
}

.news-panel .slider__arrow--next {
	right: 0;
}

.news h1 + .news__item {
	margin-top: 30px;
}

.news__item {
	padding: 30px;
	box-shadow: 0 0 2px 1px #F5F5F5;
	border-radius: 4px;
	margin-bottom: 28px;
}

.news__item h3 {
	margin-top: 0;
	color: #242424;
	margin-bottom: 15px;
}

.news__item .data {
	color: #CCCCCC;
	margin: 0 0 20px;
}

.news__item .text {
	color: #242424;
}

.news__direction > * {
	display: inline-block;
	vertical-align: middle;
}

.news__direction > a {
	display: inline-block;
	margin-left: 40px;
	color: #242424;
	text-decoration: underline;
	font-weight: 600;
}

.post-page__data {
	color: #0E9877;
}

.post-page__text {
	margin-top: 35px;
	font-size: 16px;
}

.post-page__text p:not(:last-child) {
	margin-bottom: 30px;
}

.post-page__photos {
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	        justify-content: flex-start;
	margin-top: 20px;
	margin-left: -15px;
	margin-right: -15px;
}

.post-page__photos a {
	display: block;
	padding: 0 15px;
	margin-bottom: 15px;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	text-align: center;
}

.post-page__photos a img {
	max-width: 100%;
}

.other-news {
	background: #F2F2F2;
	padding-top: 30px;
}

.other-news h2 {
	padding: 30px 30px 20px;
}

.other-news h3 {
	margin: 8px 35px 0;
}

.other-news__texts {
	padding-top: 20px;
}

.other-news__item {
	padding: 20px 30px;
	font-size: 16px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	transition: background 350ms, border-color 350ms;
}

.other-news__item:hover {
	background: #FFFFFF;
	border-top-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
}

.other-news__item .data {
	font-size: 12px;
	color: #0E9877;
	margin-bottom: 9px;
}

.other-news__item a {
	color: #242424;
}

.other-news__list {
	padding: 0 30px;
	font-size: 16px;
}

.other-news__tab:not(:first-child) {
	display: none;
}

.static h2 {
	margin: 30px 0;
}

.static__symbols .coat-of-arms {
	display: inline-block;
	margin-right: 19px;
	width: 37px;
	height: 43px;
	background: url('../images/eao-symbols.png') no-repeat left top;
}

.static__symbols .flag {
	display: inline-block;
	width: 60px;
	height: 43px;
	background: url('../images/eao-symbols.png') no-repeat right top;
}

.person {
	clear: both;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.person:before {
	display: block;
	position: absolute;
	content: '';
	width: 132px;
	height: 1px;
	background: #242424;
	left: 0;
	bottom: 0;
}

.person__photo {
	float: left;
	margin-right: 20px;
}

.person__description {
	margin-left: 132px;
}

.children__data {
	font-size: 16px;
	font-weight: 600;
	margin: 30px 0;
}

.children__data .data {
	color: #0E9877;
	margin-left: 1em;
}

.children__info {
	box-shadow: 0 0 2px 1px #F5F5F5;
	padding: 16px 24px;
}

.children-info {
	height: 180px;
	margin: 0 0 30px;
	position: relative;
}

.children-info__image {
	width: 85px;
	height: 85px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	border: 4px solid #FFFFFF;
	box-shadow: 0 0 1px 1px #242424;
	overflow: hidden;
	text-align: center;
}

.children-info__image:after {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
}

.children-info__image img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.children-info__name-age {
	display: inline-block;
	vertical-align: middle;
	calc: 5%;
	margin-left: 10px;
}

.children-info__name-age .name {
	font-size: 18px;
	font-weight: 600;
}

.children-info__name-age .age {
	font-size: 16px;
	color: #0E9877;
}

.children-info__description {
	position: absolute;
	top: 110px;
	left: 0;
	right: 0;
	background: #FFFFFF;
	z-index: 10;
	box-shadow: 0 0 2px 1px #F5F5F5;
}

.children-info__description:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -3px;
	height: 6px;
	background: #FFFFFF;
}

.children-info__description .text {
	padding: 0 24px;
	height: 42px;
	overflow: hidden;
}

.children-info__description .text.expanded {
	height: auto;
}

.children-info__description .switch {
	background: #F2F2F2;
	padding: 5px 24px;
	cursor: pointer;
}

.children-info__description .switch .open {
	display: none;
}

.section__person {
	margin-top: 60px;
}

.section__person:nth-child(2n+1) {
	clear: both;
}

.section__contacts {
	box-shadow: 0 0 2px 1px #F5F5F5;
	padding: 25px;
	border-radius: 4px;
	margin-top: 60px;
}

.section__docs {
	margin-top: 60px;
	font-size: 14px;
}

.section__docs li {
	list-style-position: inside;
	margin: 0 0 20px;
	font-weight: 400;
}

.section__docs a {
	color: #242424;
	text-decoration: underline;
}

.section__docs a:hover {
	color: #0E9877;
}

.section__authority {
	margin-top: 40px;
}

.section__authority .title {
	background: #0E9877;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 70px;
	position: relative;
	cursor: pointer;
}

.section__authority .title:before {
	content: '\f054';
	display: block;
	position: absolute;
	font-family: FontAwesome;
	width: 32px;
	height: 32px;
	border: 3px solid #FFFFFF;
	border-radius: 50%;
	left: 22px;
	top: 15px;
	padding: 3px 8px;
}

.section__authority .description {
	padding: 20px;
	display: none;
}

.section__authority.collapsed .title:before {
	content: '\f077';
	padding: 1px 5px;
}

.section__other {
	margin-top: 40px;
	margin-bottom: 40px;
}

.section__other h2 {
	margin-bottom: 40px;
}

.section__other a {
	font-size: 14px;
	display: list-item;
	color: #242424;
	text-decoration: underline;
	list-style-position: inside;
	margin: 0 0 20px;
	font-weight: 400;
	line-height: 1.6;
}

.section__other a:hover {
	color: #0E9877;
}

.section__slider {
	margin: 40px 0;
}

.section__news {
	margin-top: 40px;
	position: relative;
}

.section__news .all-news {
	position: absolute;
	right: 15px;
	top: 0;
	color: #242424;
	text-decoration: underline;
}

.section-person__image {
	width: 95px;
	display: inline-block;
	vertical-align: top;
}

.section-person__image img {
	display: block;
	border-radius: 50%;
	border: 4px solid #FFFFFF;
	box-shadow: 0 0 1px 1px #0E9877;
}

.section-person__card {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 100px);
	font-size: 16px;
}

.section-person__card .position {
	color: #7F7F7F;
	margin-bottom: 5px;
}

.section-person__card .name {
	color: #242424;
}

.section-news {
	box-shadow: 0 0 2px 1px #F5F5F5;
	padding: 25px;
	border-radius: 4px;
	margin-top: 25px;
}

.section-news .title {
	font-size: 16px;
	font-weight: bold;
}

.section-news .data {
	color: #7F7F7F;
	margin: 10px 0;
}

.section-news .text {
	font-size: 16px;
}

.input {
	font-size: 14px;
}

.input__button {
	color: #FFFFFF;
	background: #0E9877;
	border: 4px solid #138369;
	border-radius: 19px;
	height: 38px;
	padding: 0 16px;
	transition: 350ms;
}

.input__button:hover {
	background: #0C7B60;
}

.input__select select {
	display: none;
}

.input__select > div {
	display: block;
	max-width: 200px;
	border: 1px solid #D3D3D3;
	border-radius: 15px;
	outline: none;
	transition: 350ms;
	overflow: hidden;
}

.input__select > div.cs-active {
	border-color: #0E9877;
}

.input__select > div.cs-active .cs-options {
	display: block;
}

.input__select > div.cs-active .cs-placeholder:after {
	color: #0E9877;
	transition: color 350ms;
}

.input__select > div .cs-options {
	display: none;
}

.input__select > div .cs-placeholder {
	display: block;
	padding: 4px 26px 4px 16px;
	position: relative;
	font-size: 14px;
	color: #8E8E8E;
}

.input__select > div .cs-placeholder:after {
	display: block;
	position: absolute;
	content: '\f078';
	font-family: FontAwesome;
	font-size: 7px;
	right: 16px;
	top: 9px;
	color: #D3D3D3;
}

.input__select > div li {
	display: block;
	padding: 4px 16px;
	transition: 350ms;
	color: #000000;
}

.input__select > div li:hover {
	background: #0E9877;
	color: #FFFFFF;
}

.input__checkbox span {
	display: block;
	position: relative;
	padding-left: 23px;
	color: #8E8E8E;
	font-weight: normal;
	transition: 350ms;
}

.input__checkbox span:before {
	display: block;
	content: '\f00c';
	position: absolute;
	font-family: FontAwesome;
	width: 14px;
	height: 14px;
	font-size: 9px;
	padding-left: 2px;
	top: 3px;
	left: 0;
	border: 1px solid #138468;
	border-radius: 2px;
	color: #FFFFFF;
	transition: 350ms;
}

.input__checkbox input {
	display: none;
}

.input__checkbox input:checked + span {
	color: #010101;
}

.input__checkbox input:checked + span:before {
	background: #0E9877;
}

.input__radio span {
	display: block;
	position: relative;
	padding-left: 23px;
	color: #8E8E8E;
	font-size: 14px;
	font-weight: normal;
	transition: 350ms;
}

.input__radio span:before {
	display: block;
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	font-size: 7px;
	top: 3px;
	left: 0;
	border: 1px solid #138468;
	border-radius: 50%;
	color: #FFFFFF;
	transition: 350ms;
}

.input__radio input {
	display: none;
}

.input__radio input:checked + span {
	color: #010101;
}

.input__radio input:checked + span:before {
	border-width: 5px;
}

.input__text {
	display: block;
	max-width: 200px;
	border-radius: 15px;
	height: 30px;
	box-shadow: inset 0 2px 4px #EBEBEB;
	border: 1px solid #D6D6D6;
	padding: 0 16px;
	color: #000000;
}

.input__text:-webkit-input-placeholder {
	color: #8E8E8E;
}

.input__text:-moz-placeholder {
	color: #8E8E8E;
}

.input__text::-moz-placeholder {
	color: #8E8E8E;
}

.input__text:-ms-input-placeholder {
	color: #8E8E8E;
}

.input__text:disabled {
	box-shadow: none;
	background: transparent;
}

.input__text:disabled:-webkit-input-placeholder {
	color: #D6D6D6;
}

.input__text:disabled:-moz-placeholder {
	color: #D6D6D6;
}

.input__text:disabled::-moz-placeholder {
	color: #D6D6D6;
}

.input__text:disabled:-ms-input-placeholder {
	color: #D6D6D6;
}

textarea {
	display: block;
	max-width: 200px;
	border-radius: 15px;
	box-shadow: inset 0 2px 4px #EBEBEB;
	border: 1px solid #D6D6D6;
	padding: 0 16px;
	color: #000000;
	resize: vertical;
}

textarea:-webkit-input-placeholder {
	color: #8E8E8E;
}

textarea:-moz-placeholder {
	color: #8E8E8E;
}

textarea::-moz-placeholder {
	color: #8E8E8E;
}

textarea:-ms-input-placeholder {
	color: #8E8E8E;
}

textarea:disabled {
	box-shadow: none;
	background: transparent;
	resize: none;
}

textarea:disabled:-webkit-input-placeholder {
	color: #D6D6D6;
}

textarea:disabled:-moz-placeholder {
	color: #D6D6D6;
}

textarea:disabled::-moz-placeholder {
	color: #D6D6D6;
}

textarea:disabled:-ms-input-placeholder {
	color: #D6D6D6;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.slider--multiply .slider__item {
		width: 33.333333333333336%;
	}

	.section__other [class^='col-']:nth-child(2n+2) {
		clear: both;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.post-page__photos a {
		width: 20%;
	}
}

@media screen and (min-width: 992px) {
	.header__title {
		margin: 22px 100px;
	}

	.header:after {
		display: block;
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		height: 31px;
		background: #F2F2F2;
		z-index: -1;
	}

	.menu {
		position: static;
		border: 1px solid #E2E3E4;
		border-radius: 31px;
		height: 62px;
		padding: 0 7px;
		background: #FFFFFF;
		position: relative;
		top: 0;
	}

	.menu > ul {
		display: inline-block;
		position: static;
		background: none;
		text-align: justify;
		width: 100%;
	}

	.menu > ul:after {
		display: inline-block;
		width: 100%;
		content: '';
	}

	.menu__top-item {
		display: inline-block;
		position: relative;
		padding: 7px 0;
	}

	.menu__top-item > a {
		display: inline-block;
		padding: 13px 14px;
		color: #242424;
		transition: background 350ms, color 350ms;
		text-decoration: none;
		font-weight: bold;
		border-radius: 23px;
	}

	.menu__top-item > a.active {
		background: #0E9877;
		color: #FFFFFF;
	}

	.menu__top-item > a:focus {
		outline: none;
	}

	.menu__top-item:hover > a {
		background: #242424;
		color: #FFFFFF;
	}

	.menu__top-item--submenu > a {
		padding-right: 25px;
	}

	.menu__top-item--submenu > a:after {
		display: block;
		position: absolute;
		font-family: FontAwesome;
		content: '\f078';
		font-size: 10px;
		top: 23px;
		right: 12px;
		transition: -webkit-transform 200ms linear, top 200ms linear;
		transition:         transform 200ms linear, top 200ms linear;
	}

	.menu__top-item--submenu:hover > a:after {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
		top: 25px;
	}

	.menu__hamburger {
		display: none;
	}

	.menu__item {
		display: block;
		width: 100%;
		position: relative;
		width: 300px;
	}

	.menu__item a {
		display: block;
		background: #242424;
		padding: 10px 30px 10px 18px;
		color: #FFFFFF;
		text-decoration: none;
		width: 100%;
		text-align: initial;
	}

	.menu__item a:hover {
		background: #0E9877;
	}

	.menu__item--submenu > a {
		padding-right: 30px;
	}

	.menu__item--submenu > a:after {
		position: absolute;
		display: block;
		content: '\f054';
		font-family: FontAwesome;
		font-size: 10px;
		top: 14px;
		right: 15px;
	}

	.menu__submenu {
		position: absolute;
		z-index: 1000;
		padding: 10px 0;
		background: #242424;
		opacity: 0;
		transition: opacity 350ms;
		display: none;
	}

	.menu__submenu--1 {
		left: 0;
		top: 100%;
	}

	.menu__submenu--2 {
		left: 100%;
		top: 0;
	}

	.menu__top-item:nth-last-child(-n+3) .menu__item a {
		padding: 10px 18px 10px 30px;
	}

	.menu__top-item:nth-last-child(-n+3) .menu__item--submenu > a:after {
		right: auto;
		left: 15px;
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
	}

	.menu__top-item:nth-last-child(-n+3) .menu__submenu--1 {
		left: auto;
		right: 0;
	}

	.menu__top-item:nth-last-child(-n+3) .menu__submenu--2 {
		left: auto;
		right: 100%;
	}

	.menu *:hover > .menu__submenu {
		opacity: 1;
		display: block;
	}

	.swiper-button-prev,
	.swiper-button-next {
		background-color: rgba(0,0,0,0.44);
		color: #F2F2F2;
	}

	.swiper-button-prev:hover,
	.swiper-button-next:hover {
		background-color: #0E9877;
	}

	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 10px;
	}

	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 10px;
	}

	.slider--text {
		max-width: calc(50% - 15px);
		min-width: calc(50% - 15px);
		float: left;
	}

	.slider--text img {
		display: block;
	}

	.slider-text {
		margin-left: calc(50% - 15px);
	}

	.news-panel__tabs {
		margin-top: 0;
	}

	.news-panel__tabs ul {
		text-align: justify;
	}

	.news-panel__tabs ul:before {
		display: block;
		content: '';
		position: absolute;
		height: 2px;
		background: #DDDDDD;
		left: 0;
		right: 0;
		top: 18px;
	}

	.news-panel__tabs ul ~ .slider__arrow,
	.news-panel__tabs ul ~ .slider__nav {
		display: none;
	}

	.news-panel__tab {
		display: inline-block;
		position: relative;
		z-index: 1;
	}	

	.news-panel__tab_a {
		display: inline-block;
		position: relative;
		z-index: 1;
	}
	

	.section__other [class^='col-']:nth-child(4n+2) {
		clear: both;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.slider--multiply .slider__item {
		width: 25%;
	}

	.news-panel__tab a {
		padding: 5px;
	}
}

@media screen and (min-width: 1200px) {
	.search__input {
		width: 340px;
	}

	.slider--multiply .slider__item {
		width: 20%;
	}

	.post-page__photos a {
		width: 16.666666666666668%;
	}
}

@media screen and (max-width: 991px) {
	.no-mobile-relative {
		position: static;
	}

	.header__coat {
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		top: 0;
		width: 70px;
		height: 78px;
	}

	.menu a {
		display: block;
	}

	.menu__top-item {
		display: block;
		border-bottom: 1px solid #FFFFFF;
		font-weight: bold;
	}

	.menu__top-item a {
		padding: 9px 10px;
	}

	.menu__submenu {
		margin-left: 2em;
		margin-left: 2em;
	}

	.menu__submenu a {
		padding: 3px 8px;
	}

	.languages {
		font-size: 0.01px;
		position: relative;
		z-index: 100;
	}

	.languages__current {
		width: auto;
	}

	.languages__current:after {
		font-size: 14px;
	}

	.languages__current--header:after {
		top: 11px;
		left: 10px;
	}

	.languages__current--footer:after {
		top: -5px;
		left: 3px;
	}

	.languages img {
		margin: 0;
	}

	.slider__outside-mobile-pagination {
		position: relative;
		bottom: -5px !important;
	}

	.slider--text .slider__text {
		position: relative;
		bottom: 0;
		display: table;
		margin-left: auto;
		margin-right: auto;
		background: #0E9877;
		color: #FFFFFF;
		height: 30px;
		border-radius: 15px;
		padding: 4px 15px;
		font-size: 15px;
		font-weight: bold;
	}

	.slider-text {
		margin-top: 10px;
	}
	
	.news-panel__tab_a {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	html[class^='minitable'] h1,
	html[class^='minitable'] h2,
	html[class^='minitable'] h3,
	html[class^='minitable'] p,
	html[class^='minitable'] table,
	html[class^='minitable'] header,
	html[class^='minitable'] footer {
		display: none;
	}

	html[class^='minitable'] .wrapper {
		background: transparent;
		padding: 0;
	}

	html[class^='minitable'] table[class^='minitable'] {
		position: relative;
	}

	html[class^='minitable'] table[class^='minitable'] p {
		display: inline;
		font-size: 1em;
	}

	html[class^='minitable'] table[class^='minitable'] th,
	html[class^='minitable'] table[class^='minitable'] td {
		height: auto;
	}

	html:not([class^='minitable']) table[class^='minitable'] {
		font-size: 0;
		padding: 0;
		height: 0.5em;
		position: relative;
		cursor: pointer;
	}

	html:not([class^='minitable']) table[class^='minitable'] th,
	html:not([class^='minitable']) table[class^='minitable'] td {
		background: #7C7C7C;
	}

	html:not([class^='minitable']) table[class^='minitable']:before {
		content: 'Нажмите, чтобы увеличить таблицу';
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		z-index: 1;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		font-size: 18px;
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
		color: #FFFFFF;
	}
}

@media screen and (max-width: 767px) {
	.slider--multiply .slider__item {
		width: 100%;
	}
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
