/*!
Theme Name: Papillon
Theme URI: https://papillon.ru
Author: the Papillon
Author URI: https://papillon.ru
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmls
Tags: 
Text Domain: papillon

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
* {
    font-family: 'Open Sans', Arial,sans-serif;
    margin: 0; 
    font-size: 16px;
    overflow-wrap: break-word;
  	word-wrap: break-word;
/*  word-break: break-all; */
 	word-break: break-word;
  	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

main {
	position: relative;
}
.untranslated-parent {
	padding-top: 40px !important;
	padding-bottom: 0 !important;
}
.untranslated {
	color: #333 !important;
	padding: 10px;
	border-radius: 8px;
	background-color: gold;
	font-weight: bold;
}

.untranslated-card {
	position: absolute;

	z-index: 1;
	left: 40px;
}
.untranslated-card:before {
	content: 'Pronto disponible en español';
	font-size: 14px;
		padding: 10px;
    width: max-content;
	background-color: gold;
		position: absolute;
	font-weight: bold;
}

.h3 {
	font-size: 24px;
	display: block;
}

html {
  scroll-behavior: smooth;
}

input[type="search" i] {
	padding: 6px;
	margin-bottom: 15px;
	flex-grow: 10;
}

.screen-reader-text {
	margin-bottom: 10px;
}

.search-form {
	display: flex;
	width: 100%;
}

.search-submit {
	color: #ffffff !important;
    padding: 15px;
    background-color: #00789B !important;
    border-bottom: 2px solid #003F51 !important;
    text-decoration: none !important;
    margin-left: 15px !important;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
	flex-grow: 1;
}

.hidden {
	display: none !important;
}

/* .tags__count {
    position: absolute;
    left: 95%;
    width: 16px;
    height: 16px;
	font-weight: 700;
    background-color: #e3a748;
	color: #333;
    top: 0;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10pc;
	font-style: oblique;
} */

.content {
	padding-top: 90px;
}

.search-submit:hover {
    background-color: #e3a748 !important;
    border-color: #e3a748 !important;
    color: #ffffff !important;
}

body {
    color: #333333;
	background-color: #fff;
}

/* main>div:nth-last-child(1)::after {
	content: '';
	background-color: #fff;
	padding-bottom: 80px;
} */

header {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 2;
}

figcaption {
	margin-top: 30px;
}

p {
	text-decoration: none;
}

a {
    color: #00789B;
	transition: .3s;

}

a:hover {
    color: #e3a748;
	transition: .3s;
}

span {
/* 	transition: .3s; */
}

/* span:hover {
	transition: .3s;
} */

.fa-file-pdf {
    color: #e31d23;
}

.fa-file-powerpoint {
    color: #ec5300;
}

.fa-file-image {
	color: #00789B;	
}

.fa-file-word {
	color: #1754b7;
}

.fa-file-video {
	color: #c2b202;
}

.fa-file-excel {
	color: #15844a;
}

.fa-youtube {
    color: #ff0000;
}

.fa-file-archive {
    color: #774ea2;
}

.fa-window-restore {
	color: #00789b;
}

.fa-thumbs-up {
	color: #00789b;
}

h1 {
    font-size: 30px;
    font-weight: 400;
	line-height: 1;
}

.description h1 {
	padding-top: 20px !important;
}

h1 span {
    font-size: 30px;
    font-weight: 400;
	line-height: 1;
}

h2 {
    font-size: 30px;
    font-weight: 400;
}

h2 span {
	font-size: 30px;
    font-weight: 400;
}

h3 {
    font-size: 24px;
    font-weight: 400;
}

h3 span {
	font-size: 20px;
    font-weight: 400;
}

h3 a {
    font-size: 20px;
    font-weight: 400;
	line-height: 1.2;
}

h4 {
	font-size: 20px;
    font-weight: 400;
	padding-top: 20px;
}


.h1 {
    font-size: 30px;
    font-weight: 400;
	line-height: 1;
}

.description .h1 {
	padding-top: 20px !important;
}

.h1 span {
    font-size: 30px;
    font-weight: 400;
	line-height: 1;
}

.h2 {
    font-size: 30px;
    font-weight: 400;
}

.h2 span {
	font-size: 30px;
    font-weight: 400;
}

.h3 {
    font-size: 24px;
    font-weight: 400;
}

.h3 span {
	font-size: 20px;
    font-weight: 400;
}

.h3 a {
    font-size: 20px;
    font-weight: 400;
	line-height: 1.2;
}

.h4 {
	font-size: 20px;
    font-weight: 400;
	padding-top: 20px;
}

.social-icons {
	display: flex !important;
	flex-direction: row !important;
	align-items: center  !important;
}

.social-icons a {
/* 	display: inline-block;
	text-decoration: none;	 */
	
	display: flex !important;
	flex-direction: row !important;
	align-items: center  !important;
	text-decoration: none;
	margin: 0;
	margin-right: 10px;
}

.social-icons .footer__btn {
	margin-right: 15px;
}

.social-icons a i {
	margin-right: 5px;
	font-size: 24px;
	color: #fff;
	transition: .3s;
}

.social-icons a i:hover {
	color: #e3a748;
}

.slider {
    position: relative;
    overflow: hidden;
  }



/* .slider_vertical .slider__control {
	display: none !important;
} */

  .slider__wrapper {
/*     display: flex; */
    transition: transform 0.3s ease;
  }

  .slider__items {
    display: flex;
    transition: transform 0.3s ease;
  }


.slider__wrapper_vertical {
	flex-direction: column;
}

/* .slider__wrapper_vertical1 {
	flex-direction: column;
} */

/* .slider__wrapper_vertical .main-header__slide {
	padding: 0 0 80px;
	min-height: auto;
} */
/* 
.slider__wrapper_vertical .main-header__slide:nth-child(1) {
	padding: 80px 0 80px;
} */

/* .slider__wrapper_vertical .main-header__slide {
	padding: 60px 0 60px;
}

.slider__wrapper_vertical .main-header__slide:nth-child(1) {
	padding: 120px 0 60px;
} */


.slider__indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
/* 	z-index: 15; */ /*перекрывают меню*/ 
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
	z-index: 5;
}

.advantage__areas .slider__indicators {
	display: none !important;
}

.slider__indicators li {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	margin-left: 5px;
	text-indent: -999px;
	cursor: pointer;
	border: 2px solid #fff;
	background-clip: padding-box;
	transition: opacity .3s ease;
	border-radius: 10pc;
}

.result__slider_cards .slider__indicators li {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 10px;
	height: 10px;
	max-height: 10px;
	max-width: 10px;
	margin-right: 5px;
	margin-left: 5px;
	text-indent: -999px;
	cursor: pointer;
	border: 2px solid #bbb;
	background-clip: padding-box;
	transition: opacity .3s ease;
	border-radius: 10pc;
}

.result__slider_cards blockquote {
	display: none;
}

.result__slide-description blockquote {
	display: none;
}

.circle-paginator {
  width: 50px;
  aspect-ratio: 1;
  position: relative;
  display: inline-grid;
  place-content: center;
/*   margin: 5px; */
	margin-top: 10px;
  font-weight: bold;
  font-family: sans-serif;
}

.circle-paginator:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  inset: 0;
  background: conic-gradient(var(--c) calc(var(--p) * 100%), rgba(0,0,0,.1) 0);
  -webkit-mask: radial-gradient(
    farthest-side,
    #0000 calc(99% - var(--b)),
    #000 calc(100% - var(--b))
  );
  mask: radial-gradient(
    farthest-side,
    #0000 calc(99% - var(--b)),
    #000 calc(100% - var(--b))
  );
}

.slider__indicators_vertical {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
/* 	z-index: 15; */ /*перекрывают меню*/ 
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
	
	margin-top: 0;
	margin-bottom: 20px;
}

.advantage__areas .slider__indicators_vertical {
	display: none !important;
}

.slider__indicators_vertical li {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	margin-left: 5px;
	text-indent: -999px;
	cursor: pointer;
	border: 2px solid #fff;
	background-clip: padding-box;
	transition: opacity .3s ease;
	border-radius: 10pc;
}

.slider__indicators li.active {
	background-color: #e3a748;
	border: 2px solid #e3a748;
}

.slider__indicators_vertical li.active {
	background-color: #e3a748;
}

.result__slider_cards .slider__indicators_vertical li {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 10px;
	height: 10px;
	max-height: 10px;
	max-width: 10px;
	margin-right: 5px;
	margin-left: 5px;
	text-indent: -999px;
	cursor: pointer;
	border: 2px solid #333;
	background-clip: padding-box;
	transition: opacity .3s ease;
	border-radius: 10pc;
}

#myVideo {
   position: fixed;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -1000;
	top: 0;
} 

#BackgroundForVideo {
	position: fixed;
    width: 100%;
    height: 100vh !important;
    object-fit: cover;
    z-index: -1001;
	top: 0;
}

.head {
	background-color: #fff;
}

.main-header__slider #myVideo {
    position: fixed;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -1000;
}

.main-header__slider #BackgroundForVideo  {
	position: fixed;
}

.slider_vertical #myVideo {
    position: fixed;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -1000;
}

.content 
	padding-top: 80px;
	width: 100%;
/* 	background-color: #fff; */
	padding-bottom: 0 !important;
}

.content__item {
	padding-bottom: 80px;
}


.breadcrumbs {
    padding: 40px 5vw;
    /*margin: 0 20px; */ 
    font-size: 12px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.breadcrumbs a {
    font-size: 12px;
    white-space: nowrap;
}

.breadcrumbs a:nth-child(1) {
    margin-left: 0;
}

.breadcrumbs a:nth-last-child(1) {
    margin-right: 0;
}

.breadcrumbs__separator {
	margin: 0 5px;
}

.breadcrumbs span {
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.breadcrumbs__technology {
	margin-right: 10px !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: max-content;
}

.breadcrumbs__technology:nth-last-child(1) {
	margin-right: 0 !important;
}

.breadcrumbs__technology:nth-child(1) {
	margin-left: 30px !important;
}

.breadcrumbs__technology:nth-child(1) {
	margin-left: 0 !important;
}

.breadcrumbs__link:nth-last-child(1) {
	margin-right: 20px !important;
}

.breadcrumbs__technology img {
	width: 24px;
	margin-right: 5px;
}

.btn_small {
	color: #00789B;
    padding: 5px 10px;
    border: 1px solid #00789b;
    border-bottom: 2px solid #00789b;
    text-decoration: none;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
	white-space: nowrap;
	display: block;
	margin-top: 10px;
}

.btn_small_white {
	color: #fff;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-bottom: 2px solid #fff;
    text-decoration: none;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
	white-space: nowrap;
	display: block;
	margin-top: 10px;
}

.btn_small:hover {
    background-color: #e3a748;
    border-color: #e3a748;
    color: #ffffff !important;
}

.menu {
    position: relative;
	background-color: #fff;
}



.menu__hamburger {
    position: fixed; /* фиксированное положение */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0,63,81); /* цвет фона */
    z-index: 1050;
    opacity: 0; /* по умолчанию модальное окно прозрачно */
/*    -webkit-transition: 1s ease-in; 
    -moz-transition: 1s ease-in;
    transition: 1s ease-in;  анимация перехода */
    pointer-events: none; /* элемент невидим для событий мыши */
    margin: 0;
    padding: 0;
/*     display: none; */
	transition: .3s;

}
.menu__hamburger::-webkit-scrollbar { width: 0; }

.menu__hamburger { -ms-overflow-style: none; }

.menu__hamburger { overflow: -moz-scrollbars-none; }

.menu__hamburger:target {
/* 	display: block; */
    opacity: 1; /* делаем окно видимым */
	pointer-events: auto; /* элемент видим для событий мыши */
    overflow-y: auto; /* добавляем прокрутку по y, когда элемент не помещается на страницу */
}


.menu__hamburger-content {
    margin: 30px 5vw 80px;
    /*margin: 0 20px; */
    color: #fff;
    line-height: 1.5;
	position: relative;
}

.menu__hamburger-content h3 {
    margin-bottom: 10px;
    color: white;
	display: flex;
	align-items: center;
}

.menu__hamburger-content h3 a {
    margin-bottom: 0;
}

.menu__hamburger-content h3 i {
	margin-right: 5px;
}

.menu__hamburger-content .h3 {
    margin-bottom: 10px;
    color: white;
	display: flex;
	align-items: center;
}

.menu__hamburger-content .h3 a {
    margin-bottom: 0;
}

.menu__hamburger-content .h3 i {
	margin-right: 5px;
}

.menu__menu h5>a {
	font-weight: 400;	
	opacity: .6;
/* 	color: #99b2b9 !important; */
}

.footer__content h5>a {
	font-weight: 400;	
	opacity: .6;
/* 	color: #99b2b9 !important; */
}

.menu__menu .h5>a {
	font-weight: 400;	
	opacity: .6;
/* 	color: #99b2b9 !important; */
}

.footer__content .h5>a {
	font-weight: 400;	
	opacity: .6;
/* 	color: #99b2b9 !important; */
}

.menu__hamburger-content a {
    color: #fff;
    margin-bottom: 10px;
}

/* .menu__menu>div>a {
	display: block;
} */

.menu__hamburger-content a:hover {
    color: #e3a748;
}

.menu__block {
    -webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	column-break-inside: avoid;
	break-inside: avoid-column;
	page-break-inside: avoid;
	break-inside: avoid;
	display: table; 
    flex-direction: column;
/*     padding-bottom: 40px; */
}

.menu__block h3 i {
	align-self: flex-start !important;
}

.menu__block .h3 i {
	align-self: flex-start !important;
}

.menu__menu {
	-moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
	column-gap: 80px;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
}

.menu__row-img img {
	  align-self: flex-start;
}

.menu__menu>div>a {
	display: flex;
	align-items: center;
}

.menu__menu a img {
	width: 24px;
	margin-right: 5px;
}

.menu__close {
    position: absolute;
	right: 0;
	top: 0;
    font-family: sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.menu__close:focus, .close:hover {
    color: #e3a748;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}

.menu_white .menu__item>a {
    color: white;
}

.menu_white .menu__item>a:hover {
    color: #e3a748;
}

.menu__search {
	position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

.menu__search input[type="search"] {
    outline: none;
    border: none;
    background: none;
    border-bottom: 1px solid #ffffff;
    padding: 10px 0;
    width: 100%;
    color: #ffffff;
}

#menu__search-btn {
    display: none;
}

.menu__search label {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
}

.menu__content {
    padding: 30px 5vw;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
/*     align-items: center; */
	
}

.menu_white {
    color: white;
	background-color: rgba(0,0,0,0);
}

.menu_white .logo__language-item {
    color: #fff;
	background-color: rgba(0,0,0,0);
	position: relative;
}

.menu_white .logo__language_inactive:hover {
    color: #e3a748;
}

.menu__left {
    margin-right: auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    // align-items: center;
	align-self: flex-start;
/* 	width: 100%; */

}

.menu__center {
    margin: auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.menu__right {
    margin-left: auto;
	display: -webkit-flex;
    display: -ms-flex;
    display: flex;
/*     align-items: center; */
	
}

.menu__right-block {
	display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	margin-right: 10px;
	//margin-top: 9px;
	align-self: flex-start;
}

.menu__right-block .menu__item {
	margin-bottom: 10px;
}

.menu__right-block--wrap {
	flex-wrap: wrap;
}

.menu__right-block:nth-last-child(1) {
	margin-right: 0;
/* 	width: 164px; */
}

.menu__right-block--column {
	flex-direction: column;
}

.menu__item {
    margin-right: 20px;
/*     align-items: center; */
    position: relative;
	width: max-content;
	word-wrap: normal;
}

.menu__item:nth-last-child(1) {
	margin-right: 0;
}

.menu__item:hover .menu__submenu {
    visibility: visible;
    opacity: 1;
}

.menu__submenu:hover .menu__link {
	color: #e3a748;
}

.menu__link--small {
	font-size: 12px;
	text-decoration: none;
}

.menu__submenu {
    list-style: none !important;
    color: #333333;
    position: absolute;
    height: max-content;
    top: 30px;
    right: 0;
    z-index: 2;
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
    transition-delay: 0.15s;
    line-height: 1.5;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25);
	display: flex;
	flex-direction: row;
}

.menu__submenu-content {
    padding: 20px;
    line-height: 1.5;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
	max-width: 500px;
	-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
}

.menu__submenu-content--flag {
	padding: 5px 10px;
}

.menu__submenu-content--flag .menu__link {
	margin: 0;
}

.menu__submenu-headline {
/* 	page-break-inside: avoid; */
	column-span: all;
	margin: 0 !important;
	padding: 20px;
	padding-bottom: 0;
}

.menu__submenu-content:nth-last-child(1) {
	border-right: none;
}

.menu__submenu-content_mini {
	-moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
	column-gap: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
}

.menu__submenu-content div {
    -webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	column-break-inside: avoid;
	break-inside: avoid-column;
	page-break-inside: avoid;
	break-inside: avoid;
	display: table; 
    flex-direction: column;
    margin-bottom: 20px;
}

.menu__submenu-content_mini div {
	margin-bottom: 0;
}

.menu__submenu-content a:hover img {
	-webkit-transform: scale(1);
 	-moz-transform: scale(1);
 	-o-transform: scale(1);
	 transition: 0;
	cursor: pointer;
}

.menu__submenu-content div a {
    margin-bottom: 8px;
	display: block;
}

.menu__submenu-content div h3 {
    margin-bottom: 8px;
}

.menu__submenu-content div .h3 {
    margin-bottom: 8px;
}
	
.menu__menu {
	padding-top: 55px;
}

.menu__submenu-headline {
	font-size: 12px;
	line-height: 1.2;
}

.menu__row-img {
	display: flex;
	flex-direction: row !important;
}

.fa-sort-down {
    margin-left: 5px;
}

.logo__img {
    margin-right: 10px;
}

.main-header {
/* 	padding-bottom: 80px; */
/* 	z-index: -1000; */
}

.main-header__content h2 {
    margin-bottom: 20px;
}

.main-header__content .h2 {
    margin-bottom: 20px;
}

.main-header__content--promo {
	margin-left: 0;
}

.main-header .breadcrumbs {
/*     padding: 0 5vw 30px; */
    /*margin: 0 20px; */ 
	padding-bottom: 20px;
    font-size: 12px;
    color: #fff;
	background-color: rgba(0,0,0,0)
}

.page-title {
	padding-top: 79px;
}

.page-title span {
	font-size: 36px;
	
}

.main-header a {
    color: #fff;
}

.main-header__description em {
	margin-bottom: 24px;
}

.main-header__description .head__btn_first {
	color: #fff;	
	font-size: 16px;
}

.main-header__description .head__btn_first:hover {
	color: #fff;	
}

.main-header__description>h3>p>img {
	object-fit:  none !important;
	width: auto !important;
	overflow:  none !important;
	background-color: rgba(0,0,0,0) !important;
	height: auto !important;
}

.main-header__description>.h3>p>img {
	object-fit:  none !important;
	width: auto !important;
	overflow:  none !important;
	background-color: rgba(0,0,0,0) !important;
	height: auto !important;
}
	
.main-header a:hover {
    color: #e3a748;
}

.main-header__slider {
/*     background-color: #000; */
    overflow: hidden;
    color: #ffffff !important;
   	animation-delay
	height: max-content;
    height: -moz-max-content;
    height: -webkit-max-content;
    height: intrinsic;
/* 	height: 100vh; */
	position: relative;
/* 	z-index: -1; */
}

.main-header__slide {
/* 	padding: 100px 0 80px; */
/*  min-height: 70vh; */
/* 	overflow: hidden; */
/* 	height: max-content;
    height: -moz-max-content;
    height: -webkit-max-content;
    height: intrinsic;
	position: relative;*/
/* 	height: 100% !important; */
	min-height: 100vh;
	position: relative;
/* 	z-index: 1; */
}

.main-header__comments {
	text-decoration: underline;
}

.main-header__content {
    padding: 80px 5vw 60px;
    /*margin: 0 20px; */
	margin: auto;
	display: flex;
}

.main-header__date {
    color: #fff;
    font-size: 12px !important;
	margin-bottom: 10px;
}


.main-header__description {
    width: 100%;
}

.main-header__description p {
    line-height: 1.5;
	margin-bottom: 24px;
	font-size: 20px;
}

.main-header__description p a {
	font-size: 24px;
}

.main-header__description h3 {
	display: flex;
	flex-direction: column;
}

.main-header__description .h3 {
	display: flex;
	flex-direction: column;
}

.main-header__description br {
    margin-bottom: 10px;
}

.main-header__description h3 {
    margin-bottom: 20px;
	color: #fff;
	line-height: 1.5;
}

.main-header__description h1 {
    margin-bottom: 20px;
    font-size: 30px;
	color: #fff;
}

.main-header__description_homepage h1 {
	font-size: 40px;
}

.main-header__description .h3 {
    margin-bottom: 20px;
	color: #fff;
	line-height: 1.5;
}

.main-header__description .h1 {
    margin-bottom: 20px;
    font-size: 30px;
	color: #fff;
}

.main-header__description_homepage .h1 {
	font-size: 40px;
}

.main-header__description_homepage h3>p {
	font-size: 20px;
}

.main-header__description>h3>a {
    color: #ffffff;
    font-size: 16px;
}

.main-header__description>h1>a {
    color: #ffffff;
    font-size: 48px;
}


.main-header__description>.h1>a {
    color: #ffffff;
    font-size: 48px;
}

.main-header__description>h3>a:hover {
    color: #ffffff;
}

.main-header__description>.h3>a:hover {
    color: #ffffff;
}


.main-header__description .head__btn_second {
	border-color: #fff;
	font-size: 16px;
}

.main-header__description .head__btn_second:hover {
	color: #fff;
}

.main-header__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -3;	
	background-position: top;
/* 	background-color: #000; */
/* 	opacity: .7; */
}

.main-header__slide .info__href {
	font-size: 18px !important;
	line-height: 1.4;
}

.main-header__slide .info__item h3 {
	font-size: 18px !important;
}

.main-header__slide .info__item h3 a {
	font-size: 18px !important;
}

.main-header__slide .info__item .h3 {
	font-size: 18px !important;
}

.main-header__slide .info__item .h3 a {
	font-size: 18px !important;
}

.main-header__slide  .info__item {
	font-size: 18px !important;
}

.main-header__slide .info__item p a {
	font-size: 18px !important;
}

.main-header__slide .info__item p {
	font-size: 18px !important;
}


.main-header__background {
/* 	background-color: #000; */
	background-position: top;
/*     z-index: -1; */
    object-fit: cover;
    width: 100%;
    height: 100%;
	min-height: 100%;
    object-fit: cover;
	position: absolute;
/* 	position: fixed; */
    top: 0;
    z-index: -2;
	will-change: transform;
}

.main-header__background img {
	z-index: -10000;
}

.main-header__background:after {
	content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	background-color: rgba(0,0,0,.5);
}

.main-header__background--lighter:after {
	background-color: rgba(0,0,0,.2);
}
	
/* .main-header__background {
	z-index: -1;
	background-color: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    right: 0;
    bottom: 0;
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: fixed;
    background-size: cover;
} */

.main-header__background_fixed {
	position: fixed;
}

/* .main-header {
	position: relative;
	z-index: -1;
} */

.logo {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    // align-items: center;
    position: relative;
}

.logo__name {
/*     display: none; */
	cursor: pointer;
	text-decoration: none !important;
	width: max-content;
	display: flex;
	flex-wrap: wrap;
	margin-right: 20px !important;
}

.logo__img {
    width: 48px;
    height: 48px;
	transform: translateY(-12px) !important;
}

.logo__mini-link {
	font-size: 10px;
    overflow-wrap: normal;
    word-wrap: normal;
    word-break: keep-all;
    word-break: keep-all;
    hyphens: none;
	margin-left: 5px;
	margin-top: -15px;
}


/* .logo__mini-link-item {
    margin: 0 3px;
    font-size: 9px;
    overflow-wrap: normal;
    word-wrap: normal;
    word-break: keep-all;
    word-break: keep-all;
    hyphens: none;   
} */


.logo__language {
/*     position: absolute; */
    top: 2px;
    left: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-left: 10px;
    font-size: 12px;
    overflow-wrap: normal;
    word-wrap: normal;
    word-break: keep-all;
    word-break: keep-all;
    hyphens: none;
}

.logo__language_active {
 	color: grey !important;
}

.logo__language_inactive {

}

.logo__language-item {
    margin: 0 3px;
    font-size: 12px;
    overflow-wrap: normal;
    word-wrap: normal;
    word-break: keep-all;
    word-break: keep-all;
    hyphens: none;   
}

.logo__language-item:nth-last-child(1) {
    margin-right: 0;
}

.logo__language-item:nth-child(1) {
    margin-left: 0;
}

.head__content {
    padding: 50px 5vw 80px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
}

.head__status-new {
	padding: 3px;
	background-color: #7eaa49;
	color: #fff;
	white-space: nowrap;
	font-size: 14px;
	width: max-content;
	line-height: 0 !important;
}

.head__description>h1>p {
	line-height: 1.4;
	margin: 10px 0 0 0;
}

.head__description>.h1>p {
	line-height: 1.4;
	margin: 10px 0 0 0;
}

.head__status-close {
	padding: 3px;
	background-color: #c35b6c;
	color: #fff;
	white-space: nowrap;
	font-size: 14px;
}

.head__img-block {
    margin-bottom: 30px;
}

.head__description {
    margin: 0 30px 0 0;
    width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.head__description img {
	order: 2;
	width: auto;
	height: auto; 
	max-width: max-content;
	max-height: max-content;
	margin-bottom: 30px;
}

.head__description h1{
    margin-bottom: 30px;
	order: 1;
}

.head__description .h1{
    margin-bottom: 30px;
	order: 1;
}

.head__description p {
    margin-bottom: 20px;
    line-height: 1.5;
	order: 3;
}

.head__btn-block {
	order: 4;
    margin-top: 20px;
    flex-direction: column;
	display: flex;
	align-items: center;
}

.head__btn-block .head__btn_first {
    color: #ffffff;
    padding: 15px;
    background-color: #00789B;
    border-bottom: 2px solid #003F51;
    text-decoration: none;
/*     margin: 0 auto 20px; */
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
	white-space: nowrap;
/* 	display: block; */
	margin-bottom: 15px;
}

.head__btn_first:hover {
    background-color: #e3a748;
    border-color: #e3a748;
    color: #ffffff;
}

.head__btn-block .head__btn_second {
    color: #00789B;
    padding: 15px;
    border: 1px solid #00789b;
    border-bottom: 2px solid #00789b;
    text-decoration: none;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
	white-space: nowrap;
/* 	display: block; */
/* 	margin: auto;
	margin: 0 auto 20px; */
	margin-bottom: 15px;
}

.head__btn-block .head__btn_second:nth-last-child(1) {
/* 	margin: 0 auto 0; */
	margin-bottom: 0;
}

.head__btn_second:hover {
    background-color: #e3a748;
    border-color: #e3a748;
    color: #ffffff;
}

.head__btn_second:hover i {
    color: #ffffff !important;
}

.head__img-block {
    order: 1;
}

.head__img-block img {
    width: 100%;
}

.info {
    background-color: #F9F9F9;
	position: relative;
}

.info_usual {
    background-color: #fff;
}

.info_bg {
    background-color:  rgba(0,0,0,.3);
	color: #fff;
}

.info__bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
	background-image: url(/wp-content/themes/papillon/img/img/03-background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	background-size: cover;
}



.info__block {
    margin-bottom: 40px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	column-break-inside: avoid;
	break-inside: avoid-column;
	page-break-inside: avoid;
	break-inside: avoid;
	display: table;
}

.info__block img {
    width: 36px;
    min-width: 36px;
}

.info__block i {
    margin-right: 10px;
	display: flex;
	font-size: 24px;
	min-width: 36px;
    min-height: 36px;
	justify-content: center;
	align-items: center;
}

.info__block h3 {
	margin-bottom: 15px;
}

.info__block .h3 {
	margin-bottom: 15px;
}

.info__item {
    display: -webkit-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    margin-top: 10px;
    align-items: center;
	flex-direction: row !important;
}

.info__icon {
	width: 30px;
	height: 30px;
	padding: 6px;
	background-color: #fff;
	border-radius: 10pc;
	text-align: center;
	margin-right: 10px;
}

.info__icon img {
	object-fit: contain;
	width: 30px !important;
	height: 30px !important;
	min-width: 30px;
	min-height: 30px;
}

.info__item img {
    margin-right: 10px;
/* 	align-self: flex-start; */
}

.info__content_usual .info__block img {
    width: 56px;
    min-width: 56px;
}

.info__content {
    padding: 80px 5vw 80px;
    /*margin: 0 20px; */ 
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    column-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
	z-index: 1;
}

.info__content_usual {
	padding: 0 5vw 80px;
}

.info__content_menu {
	
}

.info__content_menu img {
	width: 18px;
    min-width: 18px;
	align-self: flex-start;
	margin-top: 3px;
}
.info__content_menu a {
	margin-bottom: 0 !important;
}

.info__content_menu .info__item {
	margin: 8px !important;
}

.custom-form {
      	width: 90%;
		max-width: 700px;
    }

.custom-form h2 {
	margin-top: 10px !important;
}

.custom-form .h2 {
	margin-top: 10px !important;
}

.custom-form__btn-block {
	display: flex;
}

.custom-form__button {
	padding: 15px 20px;
/* 	min-height: 52px; */
	flex-grow: 1;
	display: flex;
	text-align: center;
	background-color: #00789B;
	color: #fff;
	text-decoration: none;
	margin-left: 20px;
}

.custom-form__button:hover {
	color: #fff;
	background-color: #e3a748;
}

/* .custom-form__button--second {
	background-color: #00789B;
}  */

.custom-form__button:nth-child(1) {
	margin-left: 0;
}

   .custom-form__select,
    .custom-form__textarea,
    .custom-form__input[type]:not([type='checkbox']):not([type='radio']):not([type='button']):not([type='submit']):not([type='reset']):not([type='range']):not([type='file']):not([type='image']) {
      width: 100%;
      height: 33px;
      border: 1px solid #e8e8e8;
      border-radius: 3px;
      background-color: rgba(0, 0, 0, 0);
      z-index: 1;
		margin: 0;
    }

    .custom-form__select,
    .custom-form__textarea,
    .custom-form__input[type]:not([type='checkbox']):not([type='radio']):not([type='button']):not([type='submit']):not([type='reset']):not([type='range']):not([type='file']):not([type='image']) {
      background-color: transparent;
      transition: 0.3;
      outline: none;
      padding: 17px 10px 0;
      letter-spacing: -0.3px;
		margin: 0;
    }
.custom-form__select {
	height: 52px;
	padding-left: 6px !important;
}

.custom-form__textarea {
	height: 152px;
}



    /* .custom-form__select {
      width: 208px;
      height: 36px;
      border: 2px solid #bbb;
      border-radius: 3px;
      padding: 0 30px 0 0;
    } */

    .custom-form__group {
      display: flex;
	
      flex-direction: row;
      width: 100%;
      height: auto;
      align-items: center;
      position: relative;
      margin: 15px 0;
      transition: 0.3s;
    }

    .custom-form__label {
      /* width: 200px; */
      position: absolute;
      left: 10px;
      top: 15px;
      z-index: 1;
      transition: 0.3s;
      color: #7f7f7f;
		
		pointer-events: none;
    }

    .custom-form__input:focus,
    .custom-form__select:focus {
      border: 1px solid #006eaa !important;
      background-color: rgba(0, 0, 0, 0) !important;
      transition: 0.3;
      outline: none;
      padding: 17px 10px 0;
      letter-spacing: -0.3px;
	
    }

    .custom-form__input:focus ~ .custom-form__alarm {
      display: none !important;
    }

    .custom-form__select:focus ~ .custom-form__label,
 	.custom-form__textarea:focus ~ .custom-form__label,
 	.custom-form__textarea:not(:placeholder-shown) ~ .custom-form__label,
 	.custom-form__input:focus ~ .custom-form__label,
    .custom-form__input:not(.custom-form__select):not(:placeholder-shown) ~ .custom-form__label, 
	.custom-form__label--valid
	{
      top: 4px !important;
      color: #999;
      font-size: 12px !important;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 95%;
    }



    .custom-form__alarm:before {
      content: '';
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      left: 3px;
      top: 3px;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3LjAxNiAxMi45MTJsLTYuODgtMTEuNDU4Yy0uNTMtLjg4LTEuNzkzLS44OC0yLjMxMSAwTC45NDUgMTIuOTEyYy0uNTQuOTAyLjExMyAyLjA0MSAxLjE2MiAyLjA0MWgxMy43NThhMS4zNDcgMS4zNDcgMCAwMDEuMTUtMi4wNDF6TTcuOTk0IDUuNDQ2YS45MS45MSAwIDAxLjkxMy0uOTEzaC4xMjRhLjkxLjkxIDAgMDEuOTE0LjkxM3YzLjQxN2EuOTEuOTEgMCAwMS0uOTE0LjkxNGgtLjEyNGEuOTEuOTEgMCAwMS0uOTEzLS45MTRWNS40NDZ6bTIuMTMxIDYuNjMxYzAgLjYzMi0uNTE4IDEuMTUtMS4xNSAxLjE1LS42MzIgMC0xLjE1LS41MTgtMS4xNS0xLjE1IDAtLjYzMS41MTgtMS4xNSAxLjE1LTEuMTUuNjMyIDAgMS4xNS41MTkgMS4xNSAxLjE1eiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
        no-repeat center;
      width: 15px;
      height: 15px;
      background-size: contain;
    }

    .custom-form__alarm {
      position: absolute;
      top: calc(100% - 3px);
      left: 12px;
      background: #f25830;
      z-index: 10;
      border-radius: 0 2px 2px 2px;
      padding: 2px 4px 2px 22px;
      font: 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
      color: #fff;
      display: none;
    }

    .custom-form__alarm:after {
      content: '';
      display: block;
      height: 6px;
      width: 6px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 3px solid #f25830;
      border-top-color: transparent;
      border-right-color: transparent;
      position: absolute;
      left: 0;
      bottom: 100%;
    }

    .custom-form__group--alarm {
      margin-bottom: 24px;
    }

    .custom-form__group--alarm .custom-form__alarm {
      display: block !important;
    }

    .custom-form__group--alarm .custom-form__input, .custom-form__group--alarm .custom-form__select {
      background-color: rgba(242, 88, 48, 0.08) !important;
      border-color: rgba(242, 88, 48, 0.25) !important;
    }

.custom-form__notice {
	border-radius: 10px; 
	padding: 10px 20px; 
	max-width: 90%;
	width: max-content;
	color: #fff;
	box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
	margin: 30px 0 10px !important;
	
}

.custom-form__notice--hidden {
	display: none;
}

.custom-form__notice--negative {
	background: #f25830; 
}

.custom-form__notice--positive {
	background: #a0be47;
	
}

.custom-form__checkbox-container input {
	width: auto !important;
	height: auto !important;
}

.advantage {
    color: #ffffff;
    position: relative;
    background-color: rgba(0, 0, 0, .5);
}

.advantage__bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.advantage__content {
    padding: 80px 5vw 80px;
    /*margin: 0 20px; */ 
}

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

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

.advantage__bullet {
    position: relative;
    transition: transform 0.3s ease;
/*     overflow: hidden; */
}

.advantage__bullet-wrapper {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 80px;
}

.advantage__bullet-item {
    flex: 0 0 100%;
    max-width: 100%;
}

.advantage__bullet-item>div {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    line-height: 1.5;
}

.advantage__bullet-item p {
    width: 250px;
}

.advantage__bullet-item:nth-last-child(1) {
    margin-right: 0;
}

.advantage__areas {
    position: relative;
    transition: transform 0.3s ease;
/*     overflow: hidden; */
}

.advantage__areas-wrapper {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 80px;
	width: 100%;
}

.advantage__areas-item>div {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    line-height: 1.5;
    align-items: center;
    text-align: center;
}

.advantage__areas-item {
    flex: 0 0 50%;
    max-width: 50%;
}

.advantage__areas-item p {
	padding: 0 10px;
}

.advantage__areas-item a {
	color: #fff;
}

.advantage__areas-item-headline {
	width: 100%;
    align-content: flex-start;
    margin-bottom: 30px;
}

.advantage__areas-item-headline img {
    max-height: 72px;
    max-width: 72px;
    height: max-content;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    margin-right: 10px;
}

.advantage__areas-item-headline  p {
    font-size: 36px;
}

.advantage__areas-item:nth-last-child(1) {
    margin-right: 0;
}

.advantage__areas-item img {
    min-height: 72px;
    max-width: 72px;
    height: max-content;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    margin-bottom: 10px;
}

.advantage__bullet-item-headline {
    width: 100%;
    align-content: flex-start;
    margin-bottom: 30px;
}

.advantage__bullet-item-headline img {
    max-height: 72px;
    max-width: 72px;
    height: max-content;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    margin-right: 10px;
}

.advantage__bullet-item-headline p {
    font-size: 36px;
}

.advantage__bullet-wrapper div {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 10px;
}

.advantage__logos {
    position: relative;
    transition: transform 0.3s ease;
/*     overflow: hidden; */
}

.advantage__logos-wrapper {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 80px;
}

.advantage__logos-item {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
}

.advantage__logos img {
    max-height: 64px;
    max-width: max-content;
}

.result {
    padding-bottom: 80px;
	background-color: #fff;
}

.result__content {
/*     margin: 80px 0 0 0; */
    padding: 0 5vw;
}

.sheet .result {
	background-color: rgba(0,0,0,0) !important;
	padding-bottom: 0 !important;
	margin-right: 0;
}

.sheet .slider__wrapper {
	background-color: #eee !important;
}

.sheet .result__content {
	padding: 0 !important;
}


.sheet .result__content h2 {
	padding: 0 !important;
}

.result__content h2 {
    padding: 0 0 20px;
/* 	color: #fff; */
	display: none;
    font-size: 2em;
}

.sheet .result__content .h2 {
	padding: 0 !important;
}

.result__content .h2 {
    padding: 0 0 20px;
/* 	color: #fff; */
	display: none;
    font-size: 2em;
}

.result__slider {
/*     background-color: #000; */
    width: 100%;
    height: 500px;
    color: #ffffff;
    overflow: hidden;
	z-index: 0;
}

.result__slide {
    position: relative;
    height: 500px;
/*     overflow: hidden; */
	flex: 0 0 100%;
	max-width: 100%;
	z-index: 0;
}

.result__background {
/* 	background-color: #000; */
	background-position: top;
/*     z-index: -1; */
    width: 100%;
    height: 100%;
	min-height: 100%;
    object-fit: cover;
	position: absolute;
/* 	position: fixed; */
    top: 0;
    z-index: -2;
}

.result__background:after {
	content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	background-color: rgba(0,0,0,.5);
}

.result__slide-description {
/*     width: 80%; */
    padding: 30px 30px 60px;
	
	z-index: 4;
}

.result__slide-description p {
    line-height: 1.5;
	display: none;
}

.result__slide-description br {
    margin-bottom: 10px;
}

.result__slide-description h3 {
    margin-bottom: 20px;
	margin-top: 0 !important;
}

.result__slide-description>h3>a {
    color: #ffffff;
    font-size: 24px;
}

.result__slide-description>h3>a:hover {
    color: #ffffff;
}

.result__slide-description .h3 {
    margin-bottom: 20px;
	margin-top: 0 !important;
	display: block;
}

.result__slide-description>.h3>a {
    color: #ffffff;
    font-size: 24px;
}

.result__slide-description>.h3>a:hover {
    color: #ffffff;
}

.result__slide .head__btn_second {
	border-color: #fff;
	color: #fff;
}

.result__slide .head__btn_second:hover {
	border-color: #e3a748;
}




.result__slider_cards {
	height: 100%;
	background-color: rgba(0,0,0,.03);
}

.result__slider_cards p {
	display: none;
}

.result__slider_cards span {
	display: none;
}

.result__slider_cards ul {
	display: none;
}

.result__slider_cards h3 {
	color: #00789B;
}

.result__slider_cards .h3 {
	color: #00789B;
}

.result__icon {
	display: none;
}

.result__slider_cards .result__icon {
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	bottom: 100%;
	padding: 8px;
	background-color: #fff;
	border-radius: 10pc;
	transform: translatey(50%);
	border: 4px solid #f7f7f7;
}

.result__slider_cards .result__icon img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
}


.result__slider_cards .result__background {
	background: #fff;
	display: flex;
	overflow: hidden;
    object-fit: cover;
    width: auto;
    height: 300px;
	min-height: auto;
	position: static;
	z-index: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.result__slider_cards .result__slide img {
    text-align: center;
	object-fit: contain;
	background-color: #fff;
	margin: auto;
	position: absolute;
/*     width: auto; */
    position: static;
	height: 100%;
	z-index:0;
}


.result__slider_cards .result__background:after {
	background-color: rgba(0,0,0,0);
}

.result__slider_cards .result__slide-description {
	padding: 10%;
	padding-top: 40px;
	position: relative;
/* 	height: 100%; */
}

.result__slider_cards .result__slide-description p {
    line-height: 1.5;
}

.result__slider_cards .result__slide-description br {
    margin-bottom: 10px;
}

.result__slider_cards .result__slide-description h3 {
    margin-bottom: 20px;
	margin-top: 0 !important;
}

.result__slider_cards .result__slide-description>h3>a {
    color: #00789B;
    font-size: 24px;
}

.result__slider_cards .result__slide-description>h3>a:hover {
    color: #00789B;
}

.result__slider_cards .result__slide-description .h3 {
    margin-bottom: 20px;
	margin-top: 0 !important;
}

.result__slider_cards .result__slide-description>.h3>a {
    color: #00789B;
    font-size: 24px;
}

.result__slider_cards .result__slide-description>.h3>a:hover {
    color: #00789B;
}


.result__slider_cards .result__slide .head__btn_second {
	border-color: #00789B;
	color: #00789B;
}

.result__slider_cards .result__slide .head__btn_second:hover {
	border-color: #e3a748;
}

.result__slider_cards .result__slide {
/* 	background-color: rgba(0,0,0,.03);  */
	display: flex;
	flex-direction: column;
    position: relative;
	height: 100%;
/*     overflow: hidden; */
	flex: 0 0 100%;
	max-width: 100%;
}

.slider__item-container {
/* 	overflow: hidden; */
}


.btn-block {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-top: 40px; 
    justify-content: center;
    flex-direction: column;
    align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.btn-block__btn_first {
    color: #ffffff;
    padding: 15px;
    background-color: #00789B;
    border-bottom: 2px solid #003F51;
    text-decoration: none;
    margin-right: 15px !important;
	margin-bottom: 15px !important;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
}

.btn-block__btn_first:hover {
    background-color: #e3a748;
    border-color: #e3a748;
    color: #ffffff;
}

.btn-block__btn_second {
    color: #00789B;
    padding: 15px;
    border: 1px solid #00789b;
    border-bottom: 2px solid #00789b;
	margin-right: 15px !important;
	margin-bottom: 15px !important;
    text-decoration: none;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
}


.btn-block__btn_second:nth-last-child(1) {
	margin-right: 0;
}

.btn-block__btn_second:hover {
    background-color: #e3a748;
    border-color: #e3a748;
    color: #ffffff;
}

.description p {
	clear: both;
	padding: 1em 0;
/* 	overflow: hidden; */
	text-decoration: none !important;
	color: #333;
}

.head__btn_first {
	display: inline-block;
	white-space: nowrap;
	margin-right: 15px;
/* 	margin-right: auto;
	margin-left: auto; */
	color: #ffffff;
    padding: 15px;
    background-color: #00789B;
    border-bottom: 2px solid #003F51;
    text-decoration: none;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
	height: max-content;
    height: -moz-max-content;
    height: -webkit-max-content;
	margin-bottom: 15px;
}

.head__btn_second {
	display: inline-block;
	white-space: nowrap;
	margin-right: 15px;
/* 	margin-right: auto;
	margin-left: auto; */
	color: #00789B;
    padding: 15px;
    border: 1px solid #00789b;
    border-bottom: 2px solid #00789b;
    text-decoration: none;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
	margin-bottom: 15px;
}

.head__btn_second:nth-last-child(1) {
	margin-bottom: 0;
}

.head__btn_link {
	display: inline-block;
	white-space: nowrap;
	margin-right: 15px;
/* 	margin-right: auto;
	margin-left: auto; */
	color: #00789B;
    padding: 15px 0;
/* 	padding-right: 15px; */
    text-decoration: underline;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
	margin-bottom: 15px;
	border: 0;
	padding-bottom: 0;
}


.head__btn_link i {
	margin-right: 5px;
}

.description {
    padding: 1px 5vw 80px;
    /*margin: 0 20px; */ 
    line-height: 1.5;
/*     Padding-bottom: 80px; */
	background-color: #fff;
}

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

.description h2 {
    margin-top: 2em;
    clear: both;
    margin-bottom: 20px;
}

.description .h2 {
    margin-top: 2em;
    clear: both;
    margin-bottom: 20px;
}

.description__column {
	width: 100%;
	display: inline-block;
	vertical-align: top;

}

.description__link {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 0 40px;
    align-items: center;
}

.description__link i {
    margin-right: 5px;
}

.description h3 {
    margin-top: 40px;
	margin-bottom: 15px;
}

.description .h3 {
    margin-top: 40px;
	margin-bottom: 15px;
	padding: 0;
}

.description__two-photo {
    margin-bottom: 40px;
}

.description__two-photo img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    overflow: hidden;
    margin-bottom: 30px;
}

.description__three-photo {
    margin-bottom: 40px;
}

.description__photo-item {
    margin-bottom: 30px;
    text-align: center;
}

.description__photo-item:nth-last-child(1) {
    margin-right: 0;
}

.description__photo-item img {
    object-fit: contain;
    width: 100%;
}

.description__photo-item p {
    font-size: 12px;

}

.description__paragraph {
    padding: 20px 0;
}

.description_two-photo img:nth-last-child(1) {
    margin-right: 0;
}

.description__one-photo_center {
    text-align: center;
}

.result__slide img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -3;
}

.comment-block {

}

.characteristic {
    padding: 0 5vw;
    /*margin: 0 20px; */ 
	background-color: #fff;
}

.table {

}

.table__row {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding: 15px;
}

.table__row:nth-child(2n-1) {
    background-color: #F9F9F9;
}

.table__row-name {
    width: 30%;
    color: #9F9F9F;
    margin-right: 20px;
}

.table__discripton {
    width: 70%;
}

.structure {
    padding: 0 5vw;
    /*margin: 0 20px; */ 
    margin-bottom: 80px;
	background-color: #fff;
}

.structure img {
    margin: 40px 0;
    max-width: 100%;
}

.logo-block {
    margin: 40px 0 0;
    padding: 0 5vw;
	background-color: #fff;
}

.logo-block__container {
    position: relative;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.logo-block__container ol {
	display: none;	
}

.logo-block h2 {
    margin-bottom: 20px;
}

.logo-block .h2 {
    margin-bottom: 20px;
}

.logo-block__content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.logo-block__item {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
}

.logo-block img {
    max-height: 64px;
    max-width: max-content;
    text-align: center;
    justify-content: center;
}

.blog {
    padding: 0 5vw;
    /*margin: 0 20px; */ 
    margin-bottom: 80px; 
    line-height: 1.5;
	background-color: #fff;
}

.blog__content {
    padding: 40px 0 0;
    flex-direction: column;
    flex-wrap: wrap;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    column-gap: 60px;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
}

.blog__item {
    display: block;
    margin-bottom: 60px;
}

.blog__item p {
    margin-top: 10px;
}

.blog__item:nth-last-child(1) {
    display: block;
    margin-bottom: 0;
}


.blog__item:nth-child(1) {
    column-span: all;
	-webkit-column-span: all;
	-moz-column-span: all;
    display: block;
} 

.blog__item:nth-child(1) .blog__img {
    margin-right: 0;
    border-radius: 0;
    height: 400px;
    background-color: rgba(0, 0, 0, .4);
    object-fit: cover;
    overflow: hidden;
    
}

.blog__item:nth-child(1) .blog__img>img {
    /* margin-right: 0;
    border-radius: 0;
    background-color: #9F9F9F;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: ; */
}

.blog__item .blog__img {
    margin-right: 0;
    border-radius: 0;
    height: 250px;
    background-color: rgba(0, 0, 0, .4);
    object-fit: cover;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 40px;
    position: relative;
    color: #fff;
}

.blog__item .blog__img a {
    color: #fff;
}

.blog__item .blog__img a:hover {
    color: #e3a748;
}

.blog__item .blog__img>img {
    /* margin-right: 0;
    border-radius: 0;
    background-color: #9F9F9F;
    width: 100%;
    height: 100%;
    object-fit: cover; */
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
}

.blog__date {
    color: #fff;
    font-size: 12px;
}

.newsfeed {
    padding: 0 5vw 80px;
/*  margin: 0 20px; */ 
/*  margin-bottom: 80px;  */
    line-height: 1.5;
	background-color: #fff;
}

.newsfeed__tags {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
/* 	padding-top: 20px; */
}

.newsfeed__tag {
    padding: 5px !important;
    font-size: 14px !important;
    border: 1px solid #EEEEEE !important;
    border-radius: 5px !important;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.newsfeed__tag:hover {
    color: #e3a748 !important;
}

.newsfeed__tag:nth-last-child(1) {
    margin-right: 0 !important;
}


.newsfeed__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newsfeed__item {
    display: block;
    margin-bottom: 40px;
    width: 100%;
    justify-self: start;
	position: relative;
    overflow: hidden;
    background: #000000;
/* 	background-blend-mode: screen;	 */
}

.newsfeed__item:nth-last-child(1) {
	margin-bottom: 0;
}

.newsfeed__item_main {
	width: 100%;
}

.newsfeed__item .newsfeed__img {
    margin-right: 0;
    border-radius: 0;
    height: 300px;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    color: #fff;
}

.newsfeed__item .newsfeed__img a {
    color: #fff;
}

.newsfeed__item .newsfeed__img a:hover {
    color: #e3a748;
}

.newsfeed__item .newsfeed__img>img {
    /* margin-right: 0;
    border-radius: 0;
    background-color: #9F9F9F;
    width: 100%;
    height: 100%;
    object-fit: cover; */
/*     z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .7; */
	width: 100%;
    height: 100%;
    object-fit: cover;  
    opacity: .7; 
    transition: .3s;
}

.newsfeed__link {
    position: absolute;
    font-weight: 400;
    top: 40px;
    left: 40px;
    bottom: 40px;
    right: 40px;
	text-overflow: ellipsis;
}

.newsfeed__date {
    color: #fff;
    font-size: 12px;
/* 	transition: .3s; */
}


.searchfeed {
/* 	-moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; */
	display: flex;
	position: relative;
	padding: 0 5vw 80px;
	justify-content: space-between;
	flex-wrap: wrap;
}

#tags-top {
	display: flex;
	align-items: center;
	margin-top: 40px;
	width: 100%;
	max-width: max-content;
	overflow: hidden;
	flex-wrap: nowrap;
}

#tags-open i {
	color: #00789B;
	transition: .3s;
}

#tags-open:hover i {
	color: #e3a748;
}

#tags-top i {
	color: #00789B;
	transition: .3s;
}

#tags-top:hover i {
	color: #e3a748;
}

#tags-top:hover .searchfeed__tags-headline {
	color: #e3a748;
	border-color: rgba(227,167,72,1);
}

#tags-open:hover .searchfeed__tags-headline {
	color: #e3a748;
	border-color: rgba(227,167,72,1);
}

#tags-open {
	display: flex;
	align-items: center;
	margin-top: 40px;
	width: 100%;
	max-width: max-content;
	overflow: hidden;
	flex-wrap: nowrap;
} 

#tags-top:after {
	content: "";
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .7), white 100%);
	pointer-events: none;
}

/* .searchfeed__tags-hidden:after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 1.2em;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 100%);
	pointer-events: none;
} */

#tags-top .searchfeed__tagfilter {
	margin-bottom: 0;
}

.searchfeed:after {
  content: "";
  width: 31%;
}

/* .searchfeed:before {
  content: "";
  width: 31%;
} */

.searchfeed__item {
	width: 100%;
	background-color: #fafafa;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;	
/* 	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	column-break-inside: avoid;
	break-inside: avoid-column;
	page-break-inside: avoid;
	break-inside: avoid;
	display: table; */
	position: relative;
	border-radius: 10px;
	transition: .3s;
}


.searchfeed__item:hover {
	transform: scale(1.03);
	background-color: #fff;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	
}


.searchfeed__item p {
	margin-bottom: 4px;
}

.searchfeed__icon {
	width: 48px;
	height: 48px;
	position: absolute;
	bottom: 100%;
	padding: 8px;
	background-color: #fff;
	border-radius: 10pc;
	transform: translatey(50%);
	border: 4px solid #fafafa;
}

.searchfeed__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.searchfeed__icon_center {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	padding: 8px;
	background-color: #fff;
	border-radius: 10pc;
	transform: translatey(50%);
	margin: auto;
}

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

.searchfeed__content {
	padding: 40px;
	// padding-top: 40px;
	position: relative;
}

.searchfeed__content a {
	text-decoration:none;
}

p.searchfeed__date {display: block}

.searchfeed__date {
	font-size: 12px;
	color: #9f9f9f !important;
	text-decoration: underline;
}

.searchfeed__date a {
	font-size: 12px;
	color: #9f9f9f;
	white-space: nowrap;
}

.searchfeed__img-container {
	// background: #fff;
	display: flex;
	overflow: hidden;
	height: 250px;
	border-radius: 10px 10px 0 0;
}

.searchfeed__img {
	text-align: center;
	max-width: 100%;
	object-fit: contain;
	max-height: 100%;
	//background-color: #fff;
	margin: auto;
	mix-blend-mode: darken;
}

.searchfeed__img--full {
	width: 100%;
	object-fit: cover;
/* 	height: 100%; */
	margin: 0;
}

.searchfeed__headline {
	font-size: 24px;
	line-height: 1.3;
}

a.searchfeed__headline {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

.searchfeed__headline img {
	width: 24px;
	transform: translateY(5px);
}

.searchfeed__comment {
	float: right;
	font-size: 12px;
	text-decoration: none;
}

.searchfeed__readmore {
    color: #00789B;
    padding: 8px 12px;
    border: 1px solid #00789b;
    border-bottom: 2px solid #00789b;
    text-decoration: none;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
	white-space: nowrap;
	display: block;
/* 	margin: auto;
	margin: 0 auto 20px; */
	margin: 15px 0 20px;
}


.searchfeed__readmore:hover {
    background-color: #e3a748;
    border-color: #e3a748;
    color: #ffffff;
}

.searchfeed__tags {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
	position: relative;
/*     padding-top: 20px; */
	width: 100%;
}

.searchfeed__tags-hidden {
	overflow: hidden;
    height: 100%;
	-webkit-transition: all .5s ease;;
  	-moz-transition: all .5s ease;;
  	-o-transition: all .5s ease;;
  	transition: all .5s ease;
	max-height: 100%;
	position: relative;
}

.searchfeed__tags-display {
	height: 100%;
	-webkit-transition: all .1s ease;;
  	-moz-transition: all .1s ease;;
  	-o-transition: all .1s ease;;
  	transition: all .1s ease;
}

.searchfeed__tags-show {
	-webkit-transition: all 1s ease;;
  	-moz-transition: all 1s ease;;
  	-o-transition: all 1s ease;;
  	transition: all 1s ease;
}

.searchfeed__tags-hidden-btn {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	cursor: pointer !important;
}
    
.searchfeed__tags-headline {
	margin-bottom: 0 !important;
	color: #00789B;
/* 	display: flex; */
	min-width: max-content;
	margin-top: 0 !important;
	margin-right: 10px;
	border-bottom: 1px dashed;
    border-color: rgba(0,120,155,.7);
	transition: .3s;
	cursor: pointer  !important;
}

.searchfeed__tags-headline--link {
	cursor: pointer;
/* 	width: 100%; */
}

.searchfeed__tagfilter {
    padding: 1px 5px;
    font-size: 14px;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #333333;
    text-decoration: none;
/* 	displat: flex;
	align-items: center; */
	height: max-content;
	min-width: max-content;
}

.searchfeed__tagfilter:hover {
    color: #e3a748;
}

.searchfeed__tagfilter--target {
	background-color: #e3a748;
	border-color: #e3a748 !important;
	color: #fff !important;
}

.searchfeed__closetag {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.searchfeed__closetag:hover {
/* 	font-size: 16px; */
	color: #fff;
}

/*.searchfeed {
    padding: 0 5vw;
    /*margin: 0 20px;  
	margin-bottom: 80px; 
	background-color: #fff;
}

.searchfeed__headline {
    font-size: 24px;
    margin-bottom: 5px;
}

.searchfeed__content {
    margin: 40px 0 80px;
    width: 100%;
}

.searchfeed__item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-right: 30px;
    margin-bottom: 40px;
    flex-direction: column;
}

.searchfeed__link {
    display: flex;
    flex-direction: column;
}

.searchfeed__breadcrumbs a {
    font-size: 14px;
}

.searchfeed__img {
	display: flex;
    margin-right: 15px;
    position: relative;
    min-width: 96px;
	width: 96px;
    height: 96px;
    margin-bottom: 10px;
	max-width: auto;
	flex-basis: 96px;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.searchfeed p {
    line-height: 1.5;
}

.searchfeed__img-news {
	background-color: #F9F9F9;
	border-radius: 10pc;
}

.searchfeed__img-news img {
    border-radius: 10pc;
    object-fit: cover;
    overflow: hidden;
    width: 96px;
	min-width: 96px;
    height: 96px;
	max-width: none;
}

.searchfeed__img-products img {
    object-fit: scale-down;
    overflow: hidden;
    min-width: 96px;
    height: 96px;
}

.searchfeed__date { 
	padding: 0 !important;
}

.searchfeed__date, .searchfeed__date a {
    color: #9f9f9f !important;
    font-size: 12px !important;
    text-decoration: none;
}

.searchfeed__img {
    margin-right: 15px;
}

.searchfeed__comments {
    width: 24px;
    height: 24px;
    background-color: #003F51;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 2pc;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
}

.searchfeed__comments:before {
    content: "";
    width: 0; 
    height: 0;
    left: 3px;
    top: 70%;
    position: absolute;  
    border-top: 10px solid #003F51;
    border-right: 15px solid transparent;
}

.searchfeed__comments:hover {
    background-color: #e3a748;
    color: #fff;
}

.searchfeed__comments:hover:before {
    border-top: 10px solid #e3a748;
}
*/ 

.decision {
    padding: 40px 5vw 0;
	margin-bottom: 80px; 
}

.decision__content {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    column-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    margin-top: 40px;
}

.decision__item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 20px;
}

.decision__img img {
    margin-right: 15px;
	width: 96px;
	height: 96px;
	border-radius: 10pc;
	object-fit: cover;
}

.news {
    padding: 0 5vw 80px;
	background-color: #fff;
}

.news__content {
    margin-top: 40px;
	display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news__content::after {
	content: "";
	width: 31%;
}

.news__item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 30px;
}

.news__img {
    margin-right: 15px;
}

.news__img img {
    border-radius: 10pc;
    object-fit: cover;
    overflow: hidden;
    width: 96px;
    height: 96px;
}

.news__date {
    margin-bottom: 5px;
    color: #9f9f9f;
    font-size: 12px;
}

.news__date {
	text-decoration: underline #fff;
}



.tags {
	padding-top: 20px;
/*     padding: 0 5vw 80px; */
    background-color: #fff;
	display: flex;
}



#tags-headline {
	position: relative;
	width: max-content;
	cursor: pointer;
/* 	border-bottom: 2px dashed #333; */
/* 	color: #00789b; */
	
	padding: 3px 5px;
    font-size: 14px;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #333333;
    text-decoration: none;
	transition: .3s;
}

#tags-headline span {
	font-size: 14px;
}

#tags-headline:hover {
	background-color: #e3a748;
	border-color: #e3a748;
	color: #fff;
}

.tags__content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
/*     padding-top: 20px; */
}

.tags__tag {
    padding: 3px 5px;
    font-size: 14px;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #333333;
    text-decoration: none;
}

.tags__tag:hover {
    color: #e3a748;
}

.tags__tag:nth-last-child(1) {
    margin-right: 0;
}

.companion {
    padding: 0 5vw;
    /*margin: 0 20px; */ 
}

.companion__content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 80px;
}

.companion__item {
    width: 46%;
    margin-right: 15px;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    align-items: center;
}

.companion__item a {
    text-align: center;
}

.companion__item img {
    max-height: 90px;
    max-width: 72px;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    margin-bottom: 10px;
}

.companion__item:nth-child(2n) {
    margin-right: 0;
}

.companion h2 {
    margin-bottom: 20px;
}


.companion .h2 {
    margin-bottom: 20px;
}

.body__item { 
    padding-top: 60px;
}

.footer {
    background-color: #333333;
    padding: 80px 0 160px;
	position: relative;
}

.footer__content {
    padding: 0 5vw;
    margin: auto;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    column-gap: 50px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    color: #ffffff;
    line-height: 1.5;
	position: relative;
}

.footer__content h3 {
    margin-bottom: 10px;
    color: white;
}

.footer__content .h3 {
    margin-bottom: 10px;
    color: white;
}

.footer__content a {
    margin-bottom: 10px;
    color: #ffffff;
}

.footer__content a:hover {
    color: #e3a748;
}

.footer__btn {
	
}

.footer__item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	column-break-inside: avoid;
	break-inside: avoid-column;
	page-break-inside: avoid;
	break-inside: avoid;
	display: table; 
}

.footer__item a {
	display: block;
}

.footer__item:nth-last-child {
	margin-bottom: 0;
}

.footer__search {
/* 	position: absolute; */
    top: 0;
	min-width: 90%;
	
}

.footer__search-desktop {
	display: none;
}

.footer__made-in-russia {
/* 	position: absolute; */
    top: 80px;
	min-width: 90%;
}

.footer__search form {
	position: relative;	
}

.footer__search input[type="search"] {
    outline: none;
    border: none;
    background: none;
    border-bottom: 1px solid #ffffff;
    padding: 10px 0;
    width: 100%;
    color: #ffffff;
}

#footer-search-btn {
    display: none;
}

.footer__search label {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -3px;
    padding: 10px;
}

.footer__copywriting {
    color: #ffffff;
    margin-top: 10px;
}

.footer__copywriting img {
    margin-right: 10px;
    width: 18px;
}

.footer__copywriting a {
    margin-bottom: 10px;
    color: #ffffff;
}

.footer__copywriting a:hover {
    color: #00789B;
}

.comments {
	padding: 0 5vw 80px;
	/*margin: 0 20px; */
	background-color: #fff;
}

.share {
	padding: 0 5vw 80px;
	/*margin: 0 20px; */
	background-color: #fff !important;
	display: flex;
	flex-direction: column;
}

/* comment */

.comment-author img {
	height: 16px;
    width: 16px;
    border-radius: 2pc;
	margin-right: .5rem;
}

.comment-author {
	display: flex;
    align-items: center;
    vertical-align: middle;
    padding-bottom: .5rem;
}

.comment-author .fn {
	font-weight: 400;
}

.author-and-date {
	display: flex;
}

.author-and-date cite {
	font-size: .8rem;
	font-style: normal;
	margin-right: .5rem;
}

.author-and-date time {
	color: #909090;
}

.comment-text p {
	font-size: 1rem;
}

.comment-list {
	padding: 0;
}

.comment-list li:before {
	content: none;
}

#comments ol {
	list-style-type:none;
}

#comments {
	outline: none;
}

.comment-list .children {
	padding-left: 1.5rem;
	border-left: solid #ececec 1px;
}

.comment-body {
	margin: 0;
	padding: 1rem 0;
}

.reply a:nth-child(1) {
	margin-right: .5rem;
}

#respond textarea {
	max-width: none;
}

#addinfo {
	width: 97%;
}

.comment-reply-title {
        padding-top: 0em !important;
	font-size: 1.5rem;
}

.comment-reply-title small {
	font-size: .8rem !important;
	display: flex;
}

.comment-respond {
	margin-top: 0rem;
}

.comment-respond small {
	font-size: 1rem;
}

#respond #cancel-comment-reply-link::before {
	display: flex;
	flex-direction: row;
}

#cancel-comment-reply-link {
	font-size: .8rem;
	display: flex;
	flex-direction: row;
	align-self: flex-end;
	text-decoration: none;
}

/* #post-navigation {
	margin-top: 2rem;
} */

.comment-body .comment-respond {
	margin-top: 1rem;
}

.comment-respond input[type="text"] {
	width: 90%;
	max-width: 300px;
	margin-bottom: 10px;
	padding: .5rem;
	border: 2px solid#717171;
}

.comment-respond input[type="email"] {
	width: 90%;
	max-width: 300px;
}

.comment-meta {
	padding: 0;
	background: none;
}

.comment-list a {
	color: #00789B;
}

.comment-list a:hover {
	color: #e3a748;
}

textarea#comment {
    border: 2px solid#717171;
    background: rgba(0, 0, 0, 0);
    outline: none; 
    margin: .5rem 0;
    font-size: 1rem;
    padding: .5rem;
    height: 3.5rem;
    width: 100%;
    font-weight: 400;
}

input#submit {
	border: 0;
	color: #ffffff;
    padding: 15px;
    background-color: #00789B;
    border-bottom: 2px solid #003F51;
    text-decoration: none;
    margin-bottom: 15px;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
	cursor: pointer;
}

input#submit:hover {
	background-color: #e3a748;
    border-color: #e3a748;
    color: #ffffff;
}

input[type="submit"] {
	border: 0;
	color: #ffffff;
    padding: 15px;
    background-color: #00789B;
    border-bottom: 2px solid #003F51;
    text-decoration: none;
    margin-bottom: 15px;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
	cursor: pointer;
}

input[type="submit"]:hover {
	background-color: #e3a748;
    border-color: #e3a748;
    color: #ffffff;
}

.comment-metadata .edit-link {
    margin-left: .5rem;
}

.comment-content p {
	margin-bottom: 16px;
}

.comment-metadata {
	margin-bottom: 12px;
}

.comment-metadata time {
	font-size: 12px;
}

.comment-metadata a {
	font-size: 12px;
}

/* end comment */

.mosaic {
    display: flex;
    padding: 0 5vw;
    /*margin: 0 20px; */ margin-bottom: 80px; 
    flex-wrap: wrap;
    justify-content: space-between;
/* 	-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    column-gap: 4%;
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%; */
}

.mosaic h3 {
    line-height: 1.2;
}

.mosaic .h3 {
    line-height: 1.2;
}

.mosaic:after {
	content:'';
	width: 31%;
}

.mosaic__item {
    -webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	column-break-inside: avoid;
	break-inside: avoid-column;
	page-break-inside: avoid;
	break-inside: avoid;
	display: flex; 
    width: 100%;
    margin-bottom: 40px;
}

.mosaic__item p {
	line-height: 1.5;
}

.mosaic__item.two-columns {
    width: 100%;
}

.mosaic__item.three-columns {
    width: 100%;
}

/* .mosaic__item h3 {
	margin: 10px 0 0;
} */

.dept-info h4 {
	margin-bottom: 10px;
}

.mosaic h4 {
    font-size: 16px; 
    font-weight: 400;
    line-height: 1;
    padding-bottom: 10px;
}

.dept-info .h4 {
	margin-bottom: 10px;
}

.mosaic .h4 {
    font-size: 16px; 
    font-weight: 400;
    line-height: 1;
    padding-bottom: 10px;
}

.mosaic__headline {
    padding-left: 64px;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    height: 64px;
}

.mosaic__headline_mini {
    padding-left: 0;
}

.mosaic__headline img {
    position: absolute;
    left: 0;
    -webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	column-break-inside: avoid;
	break-inside: avoid-column;
	page-break-inside: avoid;
	break-inside: avoid;
	display: table; 
	width: 56px;
}

.mosaic__content-item {
    padding-bottom: 20px;
    -webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	column-break-inside: avoid;
	break-inside: avoid-column;
	page-break-inside: avoid;
	break-inside: avoid;
	display: table; 
    padding-left: 64px;
}

.mosaic__content-list {
    position: relative;
    padding-bottom: 20px;
}

.mosaic__content-list p {
    padding-bottom: 10px;
}

.mosaic__content-list img {
    position: absolute;
    left: -30px;
}

.mosaic__content-list_full {
	display: flex;
	align-items: center;
}

.mosaic__full-img {
	position: absolute !important;
    right: 103% !important;
	left: auto !important;
	width: 48px;
}

.mosaic__content-item_mini {
    padding-left: 0;
}


.pagination {
    padding: 0 5vw 80px;
    /*margin: 0 20px; */
}
.pagination h2 {
    font-size: 24px !important;
    font-weight: 400;
}

.pagination .h2 {
    font-size: 24px !important;
    font-weight: 400;
}

.pagination__content {
    display: flex;
/* 	margin-top: 15px; */
	border: 1px solid #9f9f9f;;
	width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: intrinsic;
	border-radius: 9px;
	overflow: hidden;
	border-right: 0;
}

.pagination__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-right: 1px solid #9f9f9f;
    text-decoration: none;
	font-size: 14px;
}


.pagination__item:nth-child(1) {
    border-radius: 7px 0 0 7px;
}
/* 

.pagination__item:nth-last-child(1) {
    border-right: 1px solid #9f9f9f;
    border-radius: 0 7px 7px 0;
} */

.pagination__item:hover {
    background-color: #00789b;
    color: #fff;
    border-color: #00789b;
}

.pagination__item_active {
    border-color: #e3a748;
    background-color: #e3a748;
    color: #fff;
}

.pagination__item_active:hover {
    background-color: #e3a748;
    border-color: #e3a748;
    color: #fff;
}

.pagination__cursor {
	width: 96px;
	display: none;
}

.pagination__item_inactive {
    border-color: #9f9f9f;
    background-color: rgba(0, 0, 0, 0);
    color: #333;
}

.pagination__item_inactive:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #9f9f9f;
    color: #333;
}

.solution {
    padding: 0 5vw;
    /*margin: 0 20px; */ 
    margin-bottom: 80px; 
    line-height: 1.5;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.solution a {
	color: #fff;
	text-decoration: none;
}

.solution a:hover {
	color: #e3a748 !important;
}

.solution__content {
    padding:  0 0 40px;
    flex-direction: column;
    flex-wrap: wrap;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    column-gap: 4%;
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
	position: relative;
}

.solution__content_mini {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    width: 100%;
}

.solution__item {
    display: block;
    margin-bottom: 8%;
    -webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	column-break-inside: avoid;
	break-inside: avoid-column;
	page-break-inside: avoid;
	break-inside: avoid;
	display: table; 
}

.solution__item p {
    margin-top: 10px;
}

.solution__text {
    z-index: 1;
}

.solution__item:nth-last-child(1) {
    display: block;
    margin-bottom: 0;
}


.sulution__item_main {
    column-span: all;
	-webkit-column-span: all;
	-moz-column-span: all;
    display: block;
} 

.solution__item .solution__img {
    height: max-content;
    height: -moz-max-content;
    height: -webkit-max-content;
    height: intrinsic;
    background: rgba(0, 0, 0, .6);
    padding: 40px;
    margin-bottom: 10px;
    position: relative;
    min-height: 200px;
	overflow: hidden;
	transition: .3s;
}

.solution__item h3 {
	text-decoration: underline;
}

.solution__item .h3 {
	text-decoration: underline;
}

.solution a:hover .solution__img {
	background: rgba(0, 0, 0, .8);
	transition: .3s;
}

.solution__item .solution__img>img {
    /* margin-right: 0;
    border-radius: 0;
    background-color: #9F9F9F;
    width: 100%;
    height: 100%;
    object-fit: cover; */
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.solution__date {
    color: #fff;
    font-size: 12px;
}

.solution__headline {
    padding-left: 64px;
    position: relative;
    padding-bottom: 20px;
    display: flex;
    align-items: flex-end;
    height: 64px;
    -webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	column-break-inside: avoid;
	break-inside: avoid-column;
	page-break-inside: avoid;
	break-inside: avoid;
/* 	display: table;  */
    column-span: all;
	-webkit-column-span: all;
	-moz-column-span: all;
    line-height: 1;
}

.solution__headline img {
    position: absolute;
    left: 0;
    -webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	column-break-inside: avoid;
	break-inside: avoid-column;
	page-break-inside: avoid;
	break-inside: avoid;
	display: table; 
	width: 56px;
}

.headline {
    padding: 0 5vw 20px;
	background-color: #fff;
}

.headline:nth-child(2) {
	margin-top: 20px;
}

.gallery-columns-2 {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 100%;
	margin: .5rem 0;
}

.gallery-columns-2 .gallery-item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.gallery-columns-4 {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.gallery-columns-4 .gallery-item {
	width: 100%;
	margin: .5rem 0;
	height: auto !important;
}

.gallery-columns-4 .gallery-item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}


.gallery-icon {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.dept-entity {
	display: flex;
	flex-direction: row;
}

.dept-photo {
	margin-right: 15px;
}

.dept-photo img {
	border-radius: 10pc;
	object-fit: cover;
	overflow: hidden;
	width: 72px;
}

.fa-map-marker-alt {
	color: #00789b;
}

.fa-map-marker-alt:hover {
	color: #e3a748;
}

.sendform {
	
}

.sendform input {
	width: 100%;
}

.sendform input[type="submit"] {
	width: max-content;
	margin-top: 20px;
	color: #ffffff;
    padding: 15px;
    background-color: #00789B;
    border-bottom: 2px solid #003F51;
}

.sendform input[type="submit"]:hover {
	background-color: #e3a748;
    border-color: #e3a748;
    color: #ffffff;
}

.sendform input[type="text"] {
	width: 100%;
}
 
.sendform input[type="number"] {
	max-width: 100px;
}

.sendform__string {
	display: flex;
/* 	align-items: center; */
	margin-bottom: 5px;
	flex-direction: column;
}

.sendform__string_row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.sendform__string_row input {
	width: auto;
}

.sendform__headline>h2>p {
	margin: 0;
	padding: 0;
}

.sendform__headline>.h2>p {
	margin: 0;
	padding: 0;
}

.sendform__name {
	margin-right: 10px;
}

span.sendform__name {
	padding: 10px 0 0;
}

.sendform__group { 
	display: flex;
	flex-direction: row;
}

.sendform__group>.sendform__string {
	margin-right: 20px;
}

.sendform__group>.sendform__string:nth-last-child(1) {
	margin-right: 0;
}

.sendform textarea {
	width: 100%;
}

input::-moz-placeholder { color: #d0d0d0; }
input::-webkit-input-placeholder { color: #d0d0d0; }

.menu__full-menu {
    display: none;
}

.sheet__teaser {
	max-width: 100%; 
	width: 100%;
	height: 200px;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 10px 20px 10px 0 !important;
	perspective: 70px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	transition: .3s;
}

.sheet__teaser:hover {
	border-color: #e3a748;
}

.sheet__teaser.newsfeed__item .newsfeed__img {
	height: 100% !important;
	transition: .3s;
}

.sheet__teaser:hover.newsfeed__item .newsfeed__img {
	background-color: rgba(0,0,0,.5);
}

.sheet__teaser--double {
	max-width: 100%; 
	width: 100%;
	height: auto;
	max-height: none;
	float: left;
	height: 300px;    
	padding: 0;
	margin: 10px 20px 10px 0 !important;
	border: none !important;
	background-color: rgba(0,0,0,1) !important;
	overflow: hidden;
}

.sheet__teaser--double:hover {
/* 	max-width: 100%; 
	width: 100%;
	height: auto;
	max-height: none;
	float: left;
	height: 300px;    
	padding: 0;
	margin: 10px 20px 10px 0 !important;
	border: none !important;
	background-color: rgba(0,0,0,1) !important; */
}

.sheet__teaser--slider {
	height: 100% !important;
	min-height: 0 !important;
}

.sheet__teaser--slider .result__slide-description h3>a {
	font-size: 20px;
}


.sheet__teaser--slider .result__slide-description .h3>a {
	font-size: 20px;
}

.sheet__teaser--double.newsfeed__item .newsfeed__img img {
	display: block !important;
}

.sheet__teaser--short {
	height: 130px !important;  
	min-height: 130px !important;
}

.sheet__teaser--social {
	display: flex !important; 
	flex-wrap: wrap;
/* 	height: max-content !important; */
/* 	max-height: none; */
	flex-direction: row;
	height: 100px !important;	
	min-height: 0 !important;
}

.sheet__teaser-block {
	-webkit-box-flex: 1;
    -webkit-flex: 1 20%;
    -moz-box-flex: 1;
    -ms-flex: 1 20%;
    flex: 1 20%;
/* 	width: 20%; */
    overflow: hidden;
    cursor: pointer;
    padding: 0 0 20%;
    position: relative;
}

.sheet__teaser-block a {
	border-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    width: 100%;
    padding: 0;
	text-decoration: none;
}

.sheet__teaser_block--instagram {
	background: url(/wp-content/uploads/instagram-bg.png) no-repeat;
    background-size: cover;
}

.sheet__teaser_block--fb {
	background: #4267b2
}

.sheet__teaser_block--vk {
	background: #2787f5;
}

.sheet__teaser_block--tw {
	background: #1da1f2;
}

.sheet__teaser_block--youtube {
	background: red;
}


.sheet__teaser-block a i {
	font-size: 54px;
	transition: .2s;
	color: #fff;
}

.sheet__teaser-block a:hover i {
	transform: scale(1.1);	
}

.sheet__teaser-block:hover {
	background-color: rgba:(0,0,0,.3);
}

.sheet__teaser.newsfeed__item {
	background-color: rgba(0,0,0,0);
}

.sheet__teaser.newsfeed__item .newsfeed__img img {
	display: none;
}

.sheet__teaser--2.newsfeed__item {
	background: rgba(0,0,0,0);
	background: linear-gradient(135deg, rgba(65,150,255,0.8), rgba(200,140,255,0.2));
}

.sheet__teaser--3.newsfeed__item {
	background: rgba(0,0,0,0);
	background: linear-gradient(135deg, rgba(65,255,233,0.8), rgba(140,157,255,0.2));
}

.sheet__teaser--4.newsfeed__item {
	background: rgba(0,0,0,0);
	background: linear-gradient(135deg, rgba(255,237,140,0.8), rgba(255,65,87,0.2));
}

.sheet__teaser--5.newsfeed__item {
	background: rgba(0,0,0,0);
	background: linear-gradient(135deg, rgba(140,255,164,0.8), rgba(207,255,65,0.2));
}

.sheet__teaser--1.newsfeed__item .newsfeed__img img {
	display: block;
}

.sheet__teaser {
	border: 3px solid #fff;
}

.sheet__teaser--2, .sheet__teaser--3, .sheet__teaser--4, .sheet__teaser--5 {
	border: none;
}



.sheet__teaser--1 {
	border: none;
}

.sheet__teaser:hover .newsfeed__img>img {
	opacity: .3;
}

.sheet__teaser:hover .newsfeed__date {
	color: #e3a748;
}

.sheet__teaser--1.newsfeed__item {
	background: rgba(0,0,0,1);
}

.sheet__teaser--1:hover.newsfeed__item {
/* 	background: rgba(0,0,0,0); */
/* 	background: linear-gradient(140deg, (rgba(59,187,206,0.8), (rgba(232,129,216,0.2));
	background-blend-mode: screen; */
/* 	background: rgba(0,0,0,0); */
/* 	background: linear-gradient(135deg, rgba(20,45,77,0.8), rgba(59,42,77,0.2)); */
	transition: .3s;
}

.sheet__teaser--1:hover {
	border-color: #e3a748;
}

.sheet__teaser .newsfeed__link {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sheet__teaser .newsfeed__underline {
	border-bottom: 1px solid;
	border-color: hsla(0,0%,100%,.3);
	font-size: 18px;
	
}
.sheet__teaser:hover .newsfeed__underline {
	border-bottom: 1px solid;
	border-color: hsla(37, 73%, 59%, .3);
}

.sheet__teaser:hover .newsfeed__link {
	color: #e3a748;
}

.sheet__teaser .newsfeed__link {
	top: 20px !important;
	left: 20px !important;
	bottom: 20px !important;
	right: 20px !important;
}

/* .sheet__teaser--double {
	max-width: 100%; 
	width:  100%;
	height: auto;
	max-height: none;
	float: left;
	height: 300px;    
	padding: 0;
	margin: 10px 20px 10px 0 !important;
} */

 .sheet__teaser--double .newsfeed__underline {
	font-size: 18px;
}


.sheet {
	clear: both;
	max-width: 100%;
	margin-left: 0;
	padding: 80px 5vw 80px;
	z-index: 1;	
    overflow: hidden;
	z-index: 1;
	background: linear-gradient(#57a9bd, #997ca7);
/*     background-size: cover; */
}
	
.sheet::-webkit-scrollbar { width: 0; }

.custom-list li {
	position: relative;
	list-style-type: none;
	padding-bottom: 30px;
}

.custom-list li::marker {
	
	color: #00789b;
	font-size: 20px;
	margin-top: 10px;
	border: 3px solid #00789b;
	border-radius: 10px;
	width: 10px;
	height: 10px;
	background-color: #fff;
	z-index: 2;
}

.custom-list li:before {
	content: ' ';
	width: 20px;
	height: 20px;
	border: 4px solid #00789b;
	border-radius: 20px;
	position: absolute;
	left: -40px;
	top: 2px;
	background-color: #fff;
}

.custom-list li:after {
	content: '';
	height: 100%;
	border: 2px solid #00789b;
	position: absolute;
	left: -28px;
	top: 30px;
	z-index: 0;
}

.custom-list li:last-child:after  {
 	content: '';
	height: 50%;
	border: 2px solid #fff;
	position: absolute;
	left: -28px;
	top: 30px;
	z-index: 0;
}

.custom-quote {
	padding: 30px 30px 30px 60px;
	margin-top: 20px;
	background-color: #f2f2f2;
	position: relative;
	overflow: hidden;
}

.custom-quote:after {
	content: '\00AB';
	font-size: 240px;
	color: #e9e9e9;
	position: absolute;
	top: -160px;
	font-style: italic;
	left: -50px;
	mix-blend-mode: multiply;
}

@media only screen and (min-width : 440px) {

    .logo__name {
        display: block;
    }
    
   
    .companion__item {
        width: 30%;
    }

    .companion__item:nth-child(2n) {
        margin-right: 15px;
    }

    .companion__item:nth-child(3n) {
        margin-right: 0;
    }

    .advantage__areas-item {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .advantage__logos-item {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    
	.logo-block__item {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
	
	h1 {
    	font-size: 48px;
    	font-weight: 400;
	}

	h2 {
		font-size: 30px;
		font-weight: 400;
    }
	
	.h1 {
    	font-size: 48px;
    	font-weight: 400;
	}

	.h2 {
		font-size: 30px;
		font-weight: 400;
    }
	
    .gallery-columns-2 .gallery-item {
/*         height: 250px; */
		margin: 0;
		object-fit: cover;
/*         overflow: hidden; */
		width: 50%;
    }
    
    .gallery-columns-2 .gallery-item:nth-last-child(1) {
        margin-right: 0;
    }
	
	.gallery-columns-2 {
		display: -webkit-flex;
        display: -ms-flex;
        display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.gallery-columns-2 .gallery-item {
		width: 48%;
		flex-basis: 48%;
	}
	
	.gallery-columns-2 .gallery-item:nth-child(2n+1) {
		margin-right: 4%;
	}
	
	.gallery-columns-2 .gallery-item:nth-child(2n) {
		margin-left: 0;
	}
	
	
	
	.gallery-columns-4 .gallery-item:nth-last-child(1) {
        margin-right: 0;
    }
	
	.gallery-columns-4 {
		display: -webkit-flex;
        display: -ms-flex;
        display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.gallery-columns-4 .gallery-item {
		width: 48%;
		flex-basis: 48%;
	}
	
	.gallery-columns-4 .gallery-item {
		margin-right: 4% !important;
	}
	
	.gallery-columns-4 .gallery-item:nth-child(2n) {
		margin-left: 0;
		margin-right: 0 !important;
	}
	.custom-quote {
		padding: 40px 40px 40px 80px;
	}
}

@media only screen and (min-width : 620px) {
	* {
  		word-wrap: normal;
/*  		word-break: break-all; */
  		hyphens: none;
		-webkit-hyphens: none;
		-ms-hyphens: none;
		-moz-hyphens: none;
		hyphens: none;
}
/* 	.main-header__slide {
		padding-top: 170px;
	} */
	
	.main-header__content {
		padding-top: 80px;
	}
	
/*     .searchfeed__item {
        flex-direction: row;
    } */

/*     .searchfeed__img {
        margin-bottom: 0;
    } */
	
	.pagination {
		font-size: 16px;
	}
	
	.pagination__cursor {
		display: flex;
	}
	
	h1 {
    	font-size: 36px;
   		font-weight: 400;
		line-height: 1;
	}

	h2 {
    	font-size: 30px;
    	font-weight: 400;
	}

	h3 {
    	font-size: 24px;
    	font-weight: 400;
	}

	h3 a {
    	font-size: 24px;
    	font-weight: 400;
		line-height: 1;
	}

	h4 {
		font-size: 20px;
    	font-weight: 400;
	}

	
	.main-header__description h1 {
    	font-size: 48px;
	}

	.main-header__description>h3>a {
    	font-size: 24px;
	}
	
	.h1 {
    	font-size: 36px;
   		font-weight: 400;
		line-height: 1;
	}

	.h2 {
    	font-size: 30px;
    	font-weight: 400;
	}

	.h3 {
    	font-size: 24px;
    	font-weight: 400;
	}

	.h3 a {
    	font-size: 24px;
    	font-weight: 400;
		line-height: 1;
	}

	.h4 {
		font-size: 20px;
    	font-weight: 400;
	}

	
	.main-header__description .h1 {
    	font-size: 48px;
	}

	.main-header__description>.h3>a {
    	font-size: 24px;
	}
	
	.main-header .breadcrumbs {
/*     	padding: 0 5vw 60px; */
		padding-bottom: 20px;
	}
	
	 .head__btn-block {
        flex-direction: row;
    }
	
	.head__btn {
		margin-right: 15px;
	}
	
	.head__btn:nth-last-child(1) {
		margin-right: 15px;
	}

    .head__btn-block .head__btn_first {
        margin-bottom: 0;
		display: inline;
		margin-right: 15px;
		margin-left: 0;
    }
	
	.head__btn-block .head__btn_second {
		display: inline;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 0;
	}
	
	.head__btn-block .head__btn_second:nth-last-child(1) {
		margin-right: 0;
	}

    .btn-block {
        flex-direction: row;
    }

     .btn-block__btn_first {
        margin-bottom: 0;
        margin-right: 20px;
    }
	
	.head__btn_first {
/* 		display: inline; */
		margin-right: 15px;
	}

	.head__btn_second {
/* 		display: inline; */
/* 		margin-left: 15px; */
	}
	.head__btn_second:nth-last-child(1) {
/* 		display: inline; */
		margin-left: 0;
	}
/* 	.card__item {
		width: 48%;
	} */
	
/* 	.searchfeed {
		-moz-column-count: 2;
    	-webkit-column-count: 2;
    	column-count: 2;
		column-gap: 4%;
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
	} */
	
	.searchfeed__item {
		width: 48%;
	}
	
	.result__slide {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.result__slider_cards .result__slide {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.result__line {
		position: absolute;
		width: 3px;
		height: 400%;
		right: 0;
		background-color: #fff;
	}
	
	.news__item {
		width: 48%;
	}
	

	.main-header__description_homepage h3>p {
		font-size: 26px !important;
	}
	
	
	.main-header__description_homepage .h3>p {
		font-size: 26px !important;
	}
	
	.gallery-columns-4 .gallery-item:nth-last-child(1) {
        margin-right: 0;
    }
		
	.gallery-columns-4 .gallery-item {
		width: 31%;
		flex-basis: 31%;
	}
	
	.gallery-columns-4 .gallery-item {
		margin-right: 3.5% !important;
	}
	
	.gallery-columns-4 .gallery-item:nth-child(2n) {
		margin-left: 0;
		margin-right: 3.5% !important;
	}
	
	.gallery-columns-4 .gallery-item:nth-child(3n+3) {
		margin-left: 0;
		margin-right: 0 !important;
	}
	
}

@media only screen and (min-width : 708px) {
    .menu__full-menu {
        display: inherit;
    }
	
	.menu__mini-menu {
		display: none;
	}
	
	.menu__menu {
		-moz-column-count: 2;
    	-webkit-column-count: 2;
		column-count: 2;
	}

    .description__three-photo {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        margin-bottom: 40px;
    }
    
    .description__photo-item {
        width: 25%;
        margin-right: 30px;
        text-align: center;
        margin-bottom: 0;
    }

    .footer__content {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
		position: relative;
    }
	
	
	.footer__search {
		min-width: 30%;
	}
	
	.footer__search-desktop {
		display: block;
	}
	
	.footer__search-mobile {
		display: none;
	}
	
	.footer__made-in-russia {
/* 		position: absolute; */
    	top: 0;
		min-width: auto;
		margin-left: auto;
		margin-right: 0;
	}

    .info__content {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
	
	.main-header__description_homepage .info__content {
		-webkit-column-gap: 60px;
    }

    .decision__content {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .result__slide-description {
/*         width: 50%; */
        padding: 10%;
    }

    .companion__item {
        width: 23%;
    }

    .companion__item:nth-child(3n) {
        margin-right: 15px;
    }

    .companion__item:nth-child(4n) {
        margin-right: 0;
    }

    .advantage__areas-item {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .advantage__logos-item {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .logo-block__item {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .advantage__bullet-item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mosaic__content.two-columns {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .mosaic__content.three-columns {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .mosaic__item {
        width: 48%;
    }
    
    .mosaic__item.two-columns {
        width: 100%;
    }

    .solution__content {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .solution__content_mini {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        width: 48%;
    }
	
	.sulution__item_main {
		margin-bottom: 4%;
	} 
	
	.menu__search {
		width: 50%;
	}
	
/* 	.gallery-columns-2 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.gallery-columns-2 .gallery-item {
		width: 50%;
		flex-basis: 50%;
	} */
	
/* 	.gallery-columns-2 .gallery-item:nth-child(2n+1) {
		padding-right: .5rem;
	}
	
	.gallery-columns-2 .gallery-item:nth-child(2n) {
		padding-left: .5rem;
	} */
	
	.sheet__teaser {
		max-width: calc(50% - 40px); 
		width: calc(50% - 40px);
		height: 200px;
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 10px 20px 10px 0 !important;
		perspective: 70px;
		-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
   	 	box-sizing: border-box;
		transition: .3s;
	}
	
	.sheet__teaser--double {
		max-width: calc(100% - 55px); 
		width: calc(100% - 55px);
	}

	.sheet {
		padding-right: 5vw;
	}

}

@media only screen and (min-width : 940px) {
	
    .decision__content {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

    .head__content {
        flex-direction: row;
    }

    .head__img-block {
        margin-bottom: 0;
    }
	
	.head__description {
		display: block;
	}
	
	.head__description img {
		float: right;
		max-width: 50%;
		margin-left: 50px;
	}
		
/* 	.head__description p{
    	margin-bottom: 50px;
	} */

	.head__btn-block {
		margin-top: 50px;
	}
	
    .companion__item {
        width: 18%;
    }

    .companion__item:nth-child(4n) {
        margin-right: 15px;
    }

    .companion__item:nth-child(5n) {
        margin-right: 0;
    }

    .advantage__areas-item {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .advantage__logos-item {
        flex: 0 0 16.6666%;
        max-width: 16.6666%;
    }

    .logo-block__item {
        flex: 0 0 16.6666%;
        max-width: 16.6666%;
    }

    .advantage__bullet-item {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .blog__content {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .newsfeed__item {
        width: 48%;
    }
	
	.newsfeed__item:nth-last-child(2) {
		margin-bottom: 0;
	}
	
	.newsfeed__item_main {
		width: 100%;
	}

	.gallery-columns-2 .gallery-item {
        height: 350px;
    }
	
	.description__column {
		width: 48%;
	}
	
	.description__column:nth-child(2n) {
		margin-right: 3.50%;
	}
	
	.result__slide {
		flex: 0 0 33.333333333%;
		max-width: 33.333333333%;
	}
	
	.result__slider_cards .result__slide {
		flex: 0 0 33.333333333%;
		max-width: 33.333333333%;
	}
	
	.sheet .result__slider_cards .result__slide {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.main-header__description p {
		line-height: 1.5;
		margin-bottom: 24px;
		font-size: 20px;
	}
	
	.gallery-columns-4 .gallery-item:nth-last-child(1) {
        margin-right: 0;
    }
		
	.gallery-columns-4 .gallery-item {
		width: 23.5%;
		flex-basis: 23.5%;
	}
	
	.gallery-columns-4 .gallery-item {
		margin-right: 2% !important;
	}
	
	.gallery-columns-4 .gallery-item:nth-child(2n) {
		margin-left: 0;
		margin-right: 2% !important;
	}
	
	.gallery-columns-4 .gallery-item:nth-child(3n+3) {
		margin-right: 2% !important;
	}
	
	.gallery-columns-4 .gallery-item:nth-child(4n+4) {
		margin-left: 0;
		margin-right: 0 !important;
	}
}

@media only screen and (min-width : 992px) {
/* 	.share {
		flex-direction: row;
	}
	
	.tags { 
		padding-top: 0;
		padding-left: 20px;
	} */
	
	.mosaic__content.three-columns {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

    .mosaic__content.two-columns {
        column-gap: 12%;
    }
	
	.footer__content {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
	
	.menu__menu {
		-moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
	}
	
	.info__content {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
	
	.main-header__description_homepage .info__content {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
	.sheet {
		clear: both;
    	max-width: 375px;
		margin-left: auto;
		padding: 80vh 0;
		padding-right: 5vw;
	}
	
	.sheet__teaser {
/* 		height: auto; */
		min-height: 200px;
		width: 100%;
		max-width: none;
	}
	
	.main-header__description {
		width: 60%;
	}
	
	#main-header {
		position: fixed;
	}
	
	.main-header__description {
		width: 50%;
	}
	
	.sheet {
		padding-right: 5vw;
		background: rgba(0,0,0,0);
	}
	
	.sheet__teaser--double {
		max-width: 100%; 
		width: 100%;
	}
}

@media only screen and (min-width : 1220px) {
 
	.main-header__description_homepage h1 {
		font-size: 72px  !important;
	}
	
	.main-header__description_homepage .h1 {
		font-size: 72px  !important;
	}
	
    .companion__item {
        width: 15%;
    }

    .companion__item:nth-child(5n) {
        margin-right: 15px;
    }

    .companion__item:nth-child(6n) {
        margin-right: 0;
    }

    .advantage__areas-item {
        flex: 0 0 16.6666%;
        max-width: 16.6666%;
    }

    .advantage__logos-item {
        flex: 0 0 10%;
        max-width: 10%;
    }

    .logo-block__item {
        flex: 0 0 10%;
        max-width: 10%;
    }

    .mosaic__item {
        width: 31%;
    }

    .mosaic__item.two-columns {
        width: 62%;
    }

	.news__item {
		width: 31%;
	}

    .newsfeed__item {
        width: 31%;
    }
	
	.newsfeed__item:nth-last-child(3) {
		margin-bottom: 0;
	}
	
	.newsfeed__item_main {
		width: 65.5%;
	}

/*     .searchfeed__content {
        width: 80%;
    } */
		
	.menu__search {
		width: 30%;
	}
/* 	.card__item {
		width: 31%;
	} */
/* 	.searchfeed {
		-moz-column-count: 3;
    	-webkit-column-count: 3;
    	column-count: 3;
		    column-gap: 4%;
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
	} */
	
	.searchfeed__item {
		width: 31%;
	}
	
	.searchfeed__item--blog {
		max-width: 65.5%;
	}
	
	.sheet__teaser {
/* 		height: auto; */
		min-height: 200px;
		width: 100%;
		max-width: none;
	}
	
}

	
@media only screen and (min-width : 1360px) {
	
	.main-header__description {
		width: 50%;
	}
	
	.sheet__teaser {
		height: 255px;
	    width: 255px;
		float: left;
		display: inline-block;
		vertical-align: top;
		margin: 10px 20px 10px 0 !important;
		perspective: 70px;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
		transition: .3s;
	}
	
	.sheet__teaser.newsfeed__item .newsfeed__img {
		height: 100% !important;
	}
/* 	
	.sheet__teaser:nth-child(3n) {
		max-width: 530px; 
		width: 530px;
	} */
		
		
	.sheet__teaser--double {
		max-width: 530px; 
		width: 530px;
		height: auto;
		float: left;
		height: 300px;    
		padding: 0;
		margin: 10px 20px 10px 0 !important;
	}
	
	.sheet__teaser--btn-block {
		max-width: 530px; 
		width: 530px;
	}
	
	
	.sheet__teaser--double .newsfeed__underline {
		font-size: 24px;
	}
	
	
	.sheet {
		clear: both;
    	max-width: 550px;
		margin-left: auto;
		padding: 80vh 0;
		padding-right: 5vw;
	}
}

@media only screen and (min-width : 1560px) {

	.info__content {
        padding: 80px 10vw 80px;
    }
	
	 .footer__content {
        padding: 0 10vw;
    }
	
	
	
	.menu__hamburger-content {
		margin: 30px 10vw 80px;
	}
	
	
    .breadcrumbs {
        padding: 80px 10vw 0;
    }
	
	.comments {
		padding: 0 10vw 80px;
	}

	.share {
		padding: 0 10vw 80px;
		background-color: #fff;
	}
	
    .main-header .breadcrumbs {
/*         padding: 0 10vw 60px; */
		padding-bottom: 20px;
    }
    
    .menu__content {
        padding: 30px 10vw;
    }
       
    .main-header__content {
        padding-left: 10vw;
		padding-right: 10vw;
    }
	.main-header__content--promo {
		margin-left: -6.25%;
	}
    
    .head__content {
        padding: 50px 10vw 80px;
    } 
	
	.info__content_usual {
		padding: 0 10vw 80px;
	}
    
    .advantage__content {
        padding: 80px 10vw 80px;
    }
    
    .advantage__bullet-item {
        width: 30%;
    }
    
    .result__content {
        padding: 0 10vw;
    }    
    
    .description {
        padding: 1px 10vw 80px;
    }
    
    .characteristic {
        padding: 0 10vw;
    }
    
    .structure {
        padding: 0 10vw; 
        margin-bottom: 80px;
    }
    
    .logo-block {
        padding: 0 10vw;
    }
    
    .blog {
        padding: 0 10vw;
    }

    .newsfeed {
        padding: 0 10vw 80px;
    }

    .searchfeed {
        padding: 0 10vw 80px;
    }
    
    .decision {
        padding: 40px 10vw 0;
    }
    
    .news {
        padding: 0 10vw 80px; 
    }
    
    .tags {
/*         padding: 0 10vw 80px; */
    }
    
    .companion {
        padding: 80px 10vw 0;
    }
    

    .mosaic {
        padding: 0 10vw;
    }

    .pagination {
        padding: 0 10vw 80px;
    }

    .solution {
        padding: 0 10vw;
    }

    .headline {
        padding: 0 10vw 20px;
    }
	
	.card {
		padding: 0 10vw;
	}
	
		
	.footer__search {
		min-width: 25%;
	}
	    
}

@media only screen and (min-width : 1700px) {
	
/* 	.menu__menu {
		-moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
	} */
	
}	
	

@media only screen and (min-width : 1900px) {

    .breadcrumbs {
        padding: 80px 20vw 0;
    }
	
    .main-header .breadcrumbs {
/*         padding: 0 20vw 60px; */
		padding-bottom: 20px;
    }
    
    .menu__content {
        padding: 30px 20vw;
		
    }
    
    .main-header__content {
        padding-right: 20vw;
		padding-left: 20vw;
    }
	
	.main-header__content--promo {
		margin-left: -12.5%;
	}
    
    .head__content {
        padding: 50px 20vw 80px;
    }
    
    .mosaic {
        padding: 0 20vw;
    }

    .info__content {
        padding: 80px 20vw 80px;
    }
	
	.info__content_usual {
		padding: 0 20vw 80px;
	}
    
    .advantage__content {
        padding: 80px 20vw 80px;
    }
    
    .advantage__bullet-item {
        width: 30%;
    }
    
    .result__content {
        padding: 0 20vw;
    }
    
    .description {
        padding: 1px 20vw 80px;
    }
    
    .characteristic {
        padding: 0 20vw;
    }
    
    .table__row-name {
        width: 30%;
        color: #9F9F9F;
    }
    
    .table__discripton {
        width: 70%;
    }
    
    .structure {
        padding: 0 20vw;
        margin-bottom: 80px;
    }
    
    .blog {
        padding: 0 20vw;
    }

    .newsfeed {
        padding: 0 20vw 80px;
    }

    .searchfeed {
        padding: 0 20vw 80px;
    }
    
    .decision {
        padding: 40px 20vw 0;
    }
    
    .news {
        padding: 0 20vw 80px;
    }
    
    .tags {
/*         padding: 0 20vw 80px; */
    }
    
    .companion {
        padding: 0 20vw;
    }

    .footer__content {
        padding: 0 20vw;
		position: relative;
    }
	
	.menu__hamburger-content {
		margin: 30px 20vw 80px;
	}

    .logo-block {
        padding: 0 20vw;
    }
	
    .comments {
		padding: 0 20vw 80px;
	}
	
	.share {
		padding: 0 20vw 80px;
    }
    
    .pagination {
        padding: 0 20vw 80px;
    }

    .solution {
        padding: 0 20vw;
    }

    .headline {
        padding: 0 20vw 20px;
    }
	
	.card {
		padding: 0 20vw;
	}
	
	.footer__search {
		min-width: 20%;
	}
}
.slider__control {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: #fff;
  text-align: center;
  height: 50px;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
}

.slider__control_hide {
  display: none;
}

.slider__control[data-slide='prev'] {
  left: 0;
}

.slider__control[data-slide='next'] {
  right: 0;
}

.slider__control:hover,
.slider__control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background: rgba(0, 0, 0, 0.3);
}

.slider__control::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.slider__control[data-slide='prev']::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.slider__control[data-slide='next']::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

@supports not (column-span: all) {
    .solution__headline {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
	
	.solution__content {
		padding-top: 85px;
	}
	
	.sulution__item_main {
		margin-bottom: 0;
		right: 0;
		left: 0;
	}
	
	.solution__item {
		margin-bottom: 8%;
	}
}

img {
	 transition: .3s;
}

a:hover img {
	-webkit-transform: scale(1);
 	-moz-transform: scale(1);
 	-o-transform: scale(1);
	 transition: .3s;
	cursor: pointer;
}

/* .gallery-item img {
	-webkit-transform: scale(1.03);
 	-moz-transform: scale(1.03);
 	-o-transform: scale(1.03);
} */

.search-submit {width: 6em!important; flex-grow: 0; padding: 8px!important;}
.search-field {width: 45vw;}






.wpview .wpview-content > iframe {
	max-width: 100%;
	background: transparent;
}

.wpview-error {
	border: 1px solid #ddd;
	padding: 1em 0;
	margin: 0;
	word-wrap: break-word;
}

.wpview[data-mce-selected] .wpview-error {
	border-color: transparent;
}

.wpview-error .dashicons,
.loading-placeholder .dashicons {
	display: block;
	margin: 0 auto;
	width: 32px;
	height: 32px;
	font-size: 32px;
}

.wpview-error p {
	margin: 0;
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Montserrat, Cantarell, "Helvetica Neue", sans-serif;
}

.wpview-type-gallery:after {
	content: "";
	display: table;
	clear: both;
}

.gallery img[data-mce-selected]:focus {
	outline: none;
}

.gallery a {
	cursor: default;
}

.gallery {
	line-height: 1;
/* 	padding-bottom: 30px; */
}

.ie7 .gallery,
.ie8 .gallery {
	margin: auto;
}

.gallery .gallery-item {
/* 	float: left; */
	margin: .5rem 0;
/* 	text-align: center; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.ie7 .gallery .gallery-item,
.ie8 .gallery .gallery-item {
	padding: 6px 0;
}

.gallery .gallery-caption,
.gallery .gallery-icon {
	margin: 0;
}

.gallery .gallery-caption {
	font-size: 13px;
	margin: 15px 0;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-3 .gallery-item {
	width: 33.333%;
}

.ie8 .gallery-columns-3 .gallery-item,
.ie7 .gallery-columns-3 .gallery-item {
	width: 33%;
}

/* .gallery-columns-4 .gallery-item {
	width: 25%;
} */

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.665%;
}

.gallery-columns-7 .gallery-item {
	width: 14.285%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.111%;
}

.gallery img {
	max-width: 100%;
	height: auto;
	border: none;
	padding: 0;
	object-fit: cover;
}

img.wp-oembed {
	border: 1px dashed #888;
	background: #f7f5f2 url(images/embedded.png) no-repeat scroll center center;
	width: 300px;
	height: 250px;
	outline: 0;
}

/* rtl */
.rtl .gallery .gallery-item {
	float: right;
}

.profile form>img {
	width: 100%;
}

form {
	width: 90%;
}

.form {
	width: 100%;
	min-width: 350px;
}

#comment-image-reloaded-wrapper {display: none!important}

::-ms-clear {
    display: none !important;
}

::-ms-reveal {
   display: none;
}

::-webkit-search-decoration { 
	display: none; 
}

::-webkit-search-cancel-button { 
	display: none; 
}
::-webkit-search-results-button { 
	display: none; 
}
::-webkit-search-results-decoration { 
	display: none; 
}

.result__content_inner {
	padding: 0;
}


/* .searchfeed__description {
	text-decoration: none !important;
	color: #333;
	padding: 0 !important;
} */

.accordion {
	position: relative;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-height: 30px;
    transition: max-height .5s cubic-bezier(0, 1, 0, 1);
}

.mosaic__item .accordion {
	width: 100%;
}

.accordion__header-container {
	background-color: #fff;
	padding-bottom: 20px;
	position: relative;
  	top: 0;
}

.accordion--open {
    transition: max-height 1s;
    max-height: 10000px;
}

.accordion__headline {
	color: rgb(0, 120, 155) !important;
	line-height: 1.1;
	max-width: max-content; 
    white-space: nowrap; 
    overflow: hidden;
    margin-left: 30px;
	margin-top: 0 !important;
    border-bottom: 1px solid;
    border-color: rgba(76, 0, 255, 0.3);    
    text-overflow: ellipsis;
	cursor: pointer;
}

.accordion--open .accordion__headline {
    white-space: wrap; 
    display: inline;
}

.accordion__arrow {
    position: absolute;
    left: 5px;
    top: 2px;
	font-size: 1.5rem;
	transform: rotate(0deg);
    transition: transform 0.5s;
}

.accordion--open .accordion__arrow {
    transform: rotate(-180deg);
    transition: transform 0.5s;
}


.accordion__content {
    padding-bottom: 20px;
}

blockquote {
	padding: 10px 20px;
	border-radius: 5px;
/* 	border: 3px solid rgba(0,0,0,.06); */
	margin-bottom: 20px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1); /* Параметры тени */
}

blockquote:nth-last-child(1) {
	margin-bottom: 0;
}

.dashed {
	border-bottom: 1px dashed;
	border-color: rgba(0, 120, 155, .5);
	font-size: 24px;
    font-weight: 400;
}

.blockquote-headline {
	margin: 0 !important;
	margin-bottom: 5px !important;
	text-decoration: none;
	color: #00789B;
	cursor: pointer;
	position: relative;
	line-height: 1;
	border: 0;
	width: 100%;
	text-align: left;
	background: rgba(0,0,0,0);
	background-color: rgba(0,0,0,0);
}

.blockquote-headline:hover {
	color: #00789B;
	border: none;
	background: rgba(0,0,0,0);
	background-color: rgba(0,0,0,0);
}

.blockquote-headline .fas {
	position: absolute;
	right: 0;
	top: 6px;
	font-size: 24px;
}

.main-header__description .breadcrumbs {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.description .result {
	padding-bottom: 0; 
	background-color: #fff;
}

.description .result__content {
	padding: 0 !important; 
}

.homepage__h1 {
	font-size: 70px !imaportant;
}

.homepage__h3 p {
	font-size: 26px !imaportant;
}

.menu__dropblock {
    min-width: 160px;
    z-index: 1;
}

.menu__dropblock-container {
	padding-left: 20px;
	border-left: 1px solid rgba(255,255,255,0.2);
}

.menu__dropblock div {
	flex-direction: column;
	display: flex;
}

.menu__dropblock h3 {
	cursor: pointer;
}

.menu__dropblock h4 {
	cursor: pointer;
	margin-bottom: 5px;
}

.menu__dropblock .h3 {
	cursor: pointer;
}

.menu__dropblock .h4 {
	cursor: pointer;
	margin-bottom: 5px;
}

.menu__dropblock a>img {
	margin-bottom: -5px;
}

.content>.breadcrumbs{
	padding-bottom: 0;
}

.feedbackform__background {
	background-position: top;
    object-fit: cover;
    width: 100%;
    height: 100%;
	min-height: 100%;
    object-fit: cover;
	position: fixed; 
    top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -4;
}

.feedbackform__background img { 
	object-fit: cover;
	width: 100%;
    height: 100%;
}

.GuestsSelectControl_control label {
	border-radius: 1pc;
}

#commentform p {width: fit-content; text-align: left; max-width: 100%;}

#commentform img {
	margin: 0 !important;
	padding-top: 10px;
}

#commentform span {
	text-align: left !important;
	padding: 10px 0;
}

img#captcha {
	margin: 0;
}

.ya-share2 {
	min-width: 110px;
}

.tags-headline-main {
	background-color: #e3a748;
	border-color: #e3a748 !important;
	color: #fff !important;
	transition: .3s;
}

.absolut-button {
	position: fixed;
	right: 55px;
	bottom: 130px;
	border-radius: 10pc;
	background-color: #00789B;
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.absolut-button i {
	color: #fff;
	font-size: 24px;
}

.absolut-button:hover {
	background-color: #e3a748;
	transition: .3s;
}

.b24-widget-button-inner-block:hover {
	background-color: #e3a748 !important;
	background: #e3a748 !important;
	transition: .3s;
}

.b24-widget-button-pulse b24-widget-button-pulse-animate:hover {
	border-color: #00789b !important;
	transition: .3s;
}

.b24-widget-button-inner-block:hover {
	background: #e3a748 !important;
	transition: .3s;
}


.searchfeed__item--blog {
	width: 100% !important;
	flex-direction: row;
}

.searchfeed__item--blog .searchfeed__img-container {
	height: 100%;
	width: 200px;
}

.searchfeed__item--blog .searchfeed__img--full {
	object-fit: cover;
}

.searchfeed__paragraph {
	line-height: 24px;
	margin: 20px 0;
}

.searchfeed--blog {
	flex-direction: column;
}

/* стили для битрикса */

.description .b24-form-wrapper {
	margin: 0 !important;
}

.description .b24-form-padding-side {
	padding: 0 !important;
}

.description .b24-form-content {
	padding: 0 !important;
}

.b24-form-header {
	text-align: left !important;
}

.b24-form-btn:hover {
	background-color: #e3a748 !important;
	color: #fff !important;
}

.b24-form-btn {
		border-radius: 0 !important;
}

/* end стили для ибитрикса */

.background-yellow {background-color: yellow}

.info__bignumber {
	font-size: 36px !important;
	line-height: 1 !important;
	padding-top: 40px;
	font-stretch: ultra-condensed;
	font-style: oblique;
	font-size-adjust: 0.7;
	margin-bottom: 10px !important;
}

.info__bignumber img {
	height: max-content !important;
	width: max-content !important;
}

.sheet__teaser--btn-block {
	width: 100%;
	border: none !important;
	height: auto;
	height: 100%;
	min-height: 0;
}

.sheet__teaser--btn-block .btn-block__btn_second {
	border-color: #fff;
	color: #fff;
}

.sheet__teaser--btn-block .btn-block__btn_second:hover {
	border-color: #e3a748;
	color: #fff;
}


.grouped_tags {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0 10px !important;
}

.grouped_tags:nth-child(1) {
	margin-top: 20px;
}

.grouped_headline {
	flex: 0 0 100%;
	padding-bottom: 5px;
	font-size: 12px;
	color: #aaa !important;
}


.wp-caption {
	max-width: 100%;
}

.notification-bar {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 150px;
background-color: rgba(0, 0, 0, 0.8);
color: white;
display: none;

justify-content: center;}
 
.notification-bar p {
margin-top: 1em;
text-align: center;}
 
#agreeButton {
background-color: #1e90ff;
color: white;
border: none;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
position: absolute;
right: 50%;
bottom: 1em}


@media (max-width: 767px)
{
	.notification-bar p {font-size: 0.6em;}
	.notification-bar {align-items: none;}
}