/*!/wp-content/plugins/faq-schema-block-to-accordion/assets/css/style.min.css*/
.wp-block-yoast-faq-block .schema-faq-section{border:1px solid #d1dfee;margin-bottom:20px;background-color:#fdfeff}.wp-block-yoast-faq-block .schema-faq-question{font-size:14px;font-weight:700;text-decoration:none;margin:0;padding:15px 40px 15px 15px;line-height:1.4;cursor:pointer;position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block}.wp-block-yoast-faq-block .schema-faq-question.faq-q-open{border-bottom:1px solid #d1dfee}.wp-block-yoast-faq-block .schema-faq-question:after{content:"+";position:absolute;top:0;right:15px;text-align:center;font-weight:700;color:#000;font-size:20px;height:100%;display:flex;flex-direction:column;justify-content:center}.wp-block-yoast-faq-block .schema-faq-question.faq-q-open:after{content:"-"}.wp-block-yoast-faq-block p.schema-faq-answer{margin:0;padding:15px;background-color:#fff;font-size:16px;line-height:1.4;border-bottom:1px solid #dedee0;display:none}
/*!/wp-content/plugins/wp-data-access/public/../assets/css/wpda_public.css*/
#wpadminbar li.wpda-wpdp-toolbar > .ab-item:before {
    content: "\f17d";
    top: 3px;
}
/*!/wp-content/plugins/youtube-embed/css/main.min.css*/
.ye-container{position:relative;padding-bottom:56.25%;padding-top:0;height:0;overflow:hidden;}.ye-container iframe,.ye-container object,.ye-container embed{position:absolute;top:0;left:0;width:100%;height:100%;}
/*!/wp-content/themes/reco-child/assets/css/my-style.css*/
/***** My Style *****/


#wrapper{
  display: flex;
  flex-direction: column;
} 
main {
	width: 100%;
}
#single.my-grid-container,
#page.my-grid-container {
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 1200px;
	width: 100%;
	padding-left:0;
	padding-right:0;
	margin-left:auto;
	margin-right:auto;
}

/***** New Header *****/

#header.my_header{
	max-height: 144px;
}
#header.my_header div.menu-wrapper {
padding: 0;
  position: fixed;
  width: 100%;
  height: 144px;
  z-index: 999;
  background-color: #21327f;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#header.my_header ul.menu-header-panel {
  max-width: 1216px;
  margin-right: -12px;
}
#header.my_header .header-top-menu__btn-icon {
  margin-right: 11px;
}
#header.my_header .menu-header-panel .pll-parent-menu-item > a > img {
  width: 40px;
  min-width: 40px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-top: 1px;
}
#header.my_header ul.menu-header-panel li.menu-item-has-children > a::after {
  padding-left: 27px;
  background-repeat: no-repeat;
 
  margin-right: -3px;
}
#header.my_header ul.menu-header-panel li.text_menu a span::after {
  padding-right: 10px;
}
#header.my_header ul.menu-header-panel li.text_menu a {
  word-spacing: -0.05em;
}
#header.my_header .logo {
  display: flex;
  align-content: center;
  max-width: 216px;
  width: 100%;
  margin: 0;
  padding: 0;
}
#header.my_header .logo a {
  display: flex !important;
  align-items: center;
  width: 100%;
  text-decoration: none;
}
#header.my_header .logo .logo-icon {
  flex-shrink: 0;
  max-width: 40px;
  width: 100%;
  height: 40px;
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 100%;
  outline: none;
  margin-right: 5px;
}
#header.my_header .logo img {
  max-width: 100%;
}
#header.my_header .logo a .logo-text {
  color: #f5f7fa;
  font-weight: 700;
  font-size: 28px;
  width: 100%;
  letter-spacing: 0;
}
#header.my_header .my-grid-container{
	max-width: 1216px;
  width: 100%;
  display: flex;
  padding: 0;
  height: 88px;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
}

#header.my_header nav {
  position: relative;
  z-index: 100;
  text-align: right;
  float: right;
  width: 100%;
  display: flex;
}
#header.my_header .header-content {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
#header.my_header .menu {
  display: grid;
  grid-template-columns: repeat(6,auto);
  justify-content: center;
  column-gap: 24px;
  margin-right: 25px;
  margin-left: auto;
}
#header.my_header .header-content .login-wrap,
#header.my_header .mobile-menu .login-wrap {
  display: flex;
  align-items: center;
}
#header.my_header #menu-toggle-wrapper, 
#header.my_header .sub-menu--feature-hub-mobile-list {
  display: none;
}
#header.my_header .menu .menu-item-box {
  position: relative;
}
#header.my_header .menu a {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}
#header.my_header .menu a {
  transition-duration: .3s;
  transition-timing-function: ease-out;
}
#header.my_header .menu a:hover::after {
	background: #fff;
  left: 0;
  right: auto;
  width: 100%;
}
#header.my_header .menu .has-submenu::after, 
#header.my_header .menu a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 2px;
  /* background: #0f1638; */
  background: #fff;
  color: #fff;
  right: 0;
  width: 0;
  transition-property: width;
  transition-duration: .3s;
  transition-timing-function: ease-out;
}
#header.my_header .menu .has-submenu::before, 
#header.my_header .menu .has-submenu:hover::before {
  border-color: transparent transparent #fff;
}
#header.my_header .menu div.has-submenu::before {
  content: "";
  border-style: solid;
  border-width: 0 5px 5px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  transition: all .3s;
}
#header.my_header .menu .has-submenu {
  color: #fff;
}
#header.my_header .menu div.has-submenu {
  padding-right: 20px;
  cursor: pointer;
}
#header.my_header .menu .has-submenu {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  position: relative;
  padding-top: 1px;
}
#header.my_header .menu div.has-submenu:hover::before {
  transform: translateY(-50%) rotate(0);
}
#header.my_header .menu .menu-item-box .sub-menu {
  z-index: 2;
}
#header.my_header .menu .menu-item-box .sub-menu--full {
  width: 654px;
}
#header.my_header .menu .menu-item-box .sub-menu {
	min-width: 200px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 6px;
  box-shadow: 0 4px 30px 0 rgba(21,16,80,.16);
  transition: opacity .3s;
  overflow: hidden;
  display: flex;
  transform: translateY(100%) translateX(-1000%);
  opacity: 0;
}
#header.my_header .header-content .login-wrap, 
#header.my_header .mobile-menu .login-wrap {
  display: flex;
  align-items: center;
}
#header.my_header .login-wrap a {
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
}
#header.my_header .header-free-account-btn.red, 
#header.my_header .header-new-free-account-btn {
   background: linear-gradient(135deg,#ef7059 0,#e04a2f 100%);
}
#header.my_header .header-free-account-btn, 
#header.my_header .header-new-free-account-btn {
  padding: 8px 24px 7px 24px;
  font-weight: 600;
  color: #f5f7fa;
  border-radius: 28px;
}
#header.my_header .header-new-free-account-btn:hover {
	color:#f5f7fa;
}
#header.my_header .login-wrap {
	margin-top:2px;
}
#header.my_header #menu-toggle-wrapper, 
.sub-menu--feature-hub-mobile-list {
  display: none;
}
#header.my_header .menu .menu-item-box:hover div.has-submenu + .sub-menu {
  opacity: 1;
  transform: translateY(100%);
}
#header.my_header .menu .menu-item-box .sub-menu--full .sub-menu__item {
  min-width: 200px;
  border-right: 1px solid #f5f7fa;
}
#header.my_header .menu .menu-item-box .sub-menu--full .sub-menu__item:last-child {
  border-right: none;
}
#header.my_header .menu a::after, 
#header.my_header .menu .has-submenu::after {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 2px;
  right: 0;
  width: 0;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header.my_header .menu a, .header .header-wrap .menu .has-submenu {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  position: relative;
}
#header.my_header .sub-menu__header {
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #f5f7fa;
  transition: 0.1s linear;
}
#header.my_header .sub-menu__header:hover {
  background-color: #f5f7fa;
  transition: 0.1s linear;
}
#header.my_header .sub-menu__header-icon {
  margin-right: 8px;
}
#header.my_header .sub-menu__header-title {
  color: #384daf;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
#header.my_header .sub-menu__header-description {
  color: #384daf;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  padding-right: 8px;
}
#header.my_header .menu .menu-item-box .sub-menu .sub-menu-item {
  transition: background-color 0.3s;
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgb(56, 77, 175);
  padding: 8px 12px;
  width: 100%;
  float: left;
}
#featureHubList .sub-menu__content {
  width: 50%;
}
#header.my_header .menu .menu-item-box .sub-menu .sub-menu-item:hover {
  background-color: #f5f7fa;
}
#header.my_header .sub-menu__item--hide {
  display: none;
}
#header.my_header .menu .menu-item-box .sub-menu-item::after, 
#header.my_header .menu .menu-item-box .sub-menu-item::before {
  display: none;
}
#header.my_header #featureHubList {
  float: right;
  justify-content: flex-end;
  border-radius: 6px;
  padding:0;
}
#header.my_header div#featureHubItem {
  text-align: left;
  display: flex !important;
  max-width: 177px;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 6px;
}
#header.my_header div#resourcesMenu{
	overflow: visible;
}
#header.my_header div#featureHubItem:hover ~ div#featureHubList,
#header.my_header div#featureHubList:hover {
  display: flex;
  position: absolute;
  width: 400px;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
}
#header.my_header div#featureHubItem:hover path{
	fill: #384daf;
}
#header.my_header .menu a {
  max-width: 200px;
}
#header.my_header #resourcesMenu .sub-menu__item .sub-menu__content a.sub-menu-item {
	max-width: 176px;
}
#header.my_header .menu a.sub-menu__header {
  max-width: 100%;
}
#featureHubList .sub-menu__content a:first-child {
	border-top-right-radius: 6px;
}
#featureHubList .sub-menu__content a:last-child {
	border-bottom-right-radius: 6px;
}
#header.my_header  .menu .menu-item-box:hover div.has-submenu + .sub-menu {
  opacity: 1;
  transform: translateY(100%);
}
#header.my_header #featureHubItem span.svg::before {
  content: "";
  border-style: solid;
  border-width: 0 5px 5px;
  position: absolute;
  right: 8px;
  transform: translateY(-50%) rotate(90deg);
  transition: all .3s;
  border-color: transparent transparent #384daf;
  cursor: pointer;
}
#header.my_header .my_flex {
	display: flex;
}
#header.my_header.fixed-header {
  margin-top: -56px;
  transition: all .5s;
}
#header.my_header {
  margin-top: 0;
  transition: all .5s;
}
#header.my_header.has-sticky-logo.is-sticky .logo {
	display: flex;
	white-space: nowrap;	
}
#header.my_header.has-sticky-logo.is-sticky .logo a {
	white-space: nowrap;	
}
#header-animation-wave.header-animation {
  position: fixed;
  background-color: transparent;
  width: 100%;
  height: 140px;
  top: 140px;
  transition: all .7s;
}

#header-animation-wave.header-animation .wave-1 {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 73px;
  background-image: url(https://sellersonar.com/blog/wp-content/themes/reco-child/assets/images/animation-1.png);
  background-size: 1780px 73px;
  animation: animateWave1 50s linear infinite;
  z-index: 1;
}

#header-animation-wave.header-animation .wave-2 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 142px;
  background-image: url(https://sellersonar.com/blog/wp-content/themes/reco-child/assets/images/animation-2.png);
  background-size: 1920px 142px;
  animation: animateWave2 50s linear infinite; /* Разная длительность для отличия движения */
}

#header-animation-wave {
  top: 140px;
  transition: all .7s;
}

#header-animation-wave.fixed-header {
  top: -20px;
  transition: all .7s;
}

/* Определение анимаций */
@keyframes animateWave1 {
  0% {
    background-position-x: 0;
  }
  50% {
    background-position-x: 1780px; /* Полный размер фона для смещения вправо */
  }
  100% {
    background-position-x: 0; /* Возврат в начальную позицию */
  }
}

@keyframes animateWave2 {
  0% {
    background-position-x: 0;
  }
  50% {
    background-position-x: -1920px; /* Смещение влево для второй волны */
  }
  100% {
    background-position-x: 0; /* Возврат в начальную позицию */
  }
}


/***** Page Glossary *****/		
#page.glossary .my_title {
	position:relative;
	font-family: Poppins;
	font-weight: 700;
	font-size: 42px;
	line-height: 52.5px;
	letter-spacing: 0%;
	color: rgba(15, 22, 56, 1);
	margin-top:0;
}
#page.glossary .my_excerpt {
	position:relative;
	font-family: Lato;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	max-width:576px;
	color: rgba(33, 50, 127, 1);
	margin-top:32px;
}
#page.glossary .content,
#page.glossary .center.content{
  border-radius:16px;			
}
#page.glossary .epcl-page-wrapper.clearfix {
  background-color: #dae0ff;
  background-image: url(https://sellersonar.com/blog/wp-content/themes/reco-child/assets/images/glossary_bg.svg);
  background-position: bottom center;
	background-repeat: no-repeat;
	border-radius: 16px;
}
#page.glossary .post-content {
	padding-bottom: 0;
	padding:42px;
	padding-bottom:56px; 
}
#page.glossary .post-content .text{
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	color: rgba(8, 27, 122, 1);	
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 32px;			
}
#page.glossary div.text img {
  float: left;
  margin: 20px 20px 0 0;
}
#page.glossary .my-content {
	/* padding: 42px; */
}
#page.glossary .center.my_top {
	display:flex;
	margin-top: 98px;
}
#page.glossary .my_left_glossary{
	width:50%;
	max-width: 50%;
}
#page.glossary .my_right_glossary{
	min-height: 422px;
	width: 50%;
}
#page.glossary .center.content{
	margin-top: 72px;
}
#page.glossary .my_search {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 43px;
	width: 100%;
	max-width: 576px;
	margin-top:32px;
	background-color:#fff;
	border-radius:6px;
}
#page.glossary .my_search .search_btn_my {
	display: flex;
	justify-content:center;
	align-items:center;
	background: linear-gradient(135deg, #384DAF 0%, #4059CE 100%);
	font-family: Poppins;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	width: 100%;
	height:100%;
	max-width:146px;
	color:#fff;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	cursor: help;
}
#page.glossary .my_letters{
	display: flex;
	max-width: 576px;
	margin-top:32px;
	background-color:rgba(226, 231, 242, 1);
	border-radius:6px;
}
#page.glossary .my_letters ul.letters-categories{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;			
	gap:16px;
	margin:12px;
}
#page.glossary .my_letters ul.letters-categories li{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:rgba(255, 255, 255, 0.4);
	height: 40px;
	min-width:40px;
	border-radius:4px;
	list-style: unset;
}
#page.glossary div.text ul li {
	 list-style: unset;
 }
#page.glossary .my_letters ul.letters-categories li a{
	display: flex;
	align-items: center;
	justify-content: center;
	height:100%;
	width:100%;
	padding-left:11px;
	padding-right:11px;
	font-family: Poppins;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0%;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-offset: 0%;
	text-decoration-thickness: 0%;
	text-decoration-skip-ink: auto;
	color:rgba(56, 77, 175, 1);
	opacity: 1;
}
#page.glossary .my_letters ul.letters-categories li a:hover{
	opacity: 0.3;
}
#page.glossary .my_ul_wrap{
	/* display: flex; */
	background-color: rgba(255, 255, 255, 0.3);
	border-radius:12px;
	padding:24px 58px; 
	/* margin-bottom: 32px;*/			
}
#page.glossary .my_ul_wrap ul{
	display: inline-grid;
	width:48%;
	max-width: 576px;
	/*padding:31px 48px 0 0;*/
	list-style-type: none;
	margin:0;
	padding:0;
}
#page.glossary h2{
	font-family: Poppins;
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0%;
	color:rgba(15, 22, 56, 1);
}
#page.glossary .breadcrumbs {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
#page.glossary .breadcrumbs__link {
  background: rgba(255,255,255,.8);
  color: #21327f;
  font-size: 12px;
  font-weight: 500;
  align-items: center;
  display: flex;
  padding: 0 8px;
  border-radius: 9px;
  line-height: normal;
  transition: .3s ease-in-out;
  text-decoration: none;
  box-sizing: inherit;
}
#page.glossary .breadcrumbs__link svg {
  margin-right: 4px;
}
#page.glossary .breadcrumbs__divider {
  color: rgba(255,255,255,.8);
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin: 0 4px;
}
#page.glossary .breadcrumbs__current-page {
  background: rgba(255,255,255,.5);
  color: rgba(33,50,127,.6);
  font-size: 12px;
  font-weight: 400;
  padding: 0 8px;
  border-radius: 9px;
  line-height: normal;
}
#page.glossary .search-container {
	position: relative;
}
#search-input {
	width: 100%;
	background: inherit;
	border: none;
	height: auto;
	margin: 0;
	border-radius: inherit;
}
#suggestions {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: white;
	border: 1px solid #ccc;
	border-radius: 4px;
	max-height: 200px;
	overflow-y: auto;
	display: none;
	z-index: 10;
}
#page.glossary #suggestions .suggestion-item {
	padding: 10px;
	cursor: pointer;
}
#page.glossary #suggestions .suggestion-item:hover {
	background: #f0f0f0;
}
#page.glossary .highlight {
	background-color: #ff4b67 !important;
	font-weight: bold;
	color: white;
}
#page.glossary .suggestion-highlight {
	font-weight: bold;
}

/*****  Single Glossary *****/
/* #single.glossary.my-grid-container{
	
	display:flex;
	max-width:1280px;
} */
#single.glossary .my_title {
	position:relative;
	font-family: Poppins;
	font-weight: 700;
	font-size: 42px;
	line-height: 52.5px;
	letter-spacing: 0%;
	color: rgba(15, 22, 56, 1);
	margin-top:98px;
}
#single.glossary .my_excerpt {
	position:relative;
	font-family: Lato;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	max-width:576px;
	color: rgba(33, 50, 127, 1);
	margin-top:32px;
}
#single.glossary .center.content{
  border-radius:16px;			
}
#single.glossary .epcl-page-wrapper.clearfix {
  background-color: #dae0ff;
  background-image: url(https://sellersonar.com/blog/wp-content/themes/reco-child/assets/images/glossary_bg.svg);
  background-position: bottom center;
	background-repeat: no-repeat;
	border-radius: 16px;
}
#single.glossary .post-content {
  padding-bottom: 0;
}
#single.glossary .post-content .text{
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	color: rgba(8, 27, 122, 1);			
}
#single.glossary div.text img {
  float: left;
  margin: 20px 20px 0 0;
}
#single.glossary .my-content {
	padding: 48px 100px 56px 100px;
}
#single.glossary .breadcrumbs {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
#single.glossary .breadcrumbs__link {
  background: rgba(255,255,255,.8);
  color: #21327f;
  font-size: 12px;
  font-weight: 500;
  align-items: center;
  display: flex;
  padding: 0 8px;
  border-radius: 9px;
  line-height: normal;
  transition: .3s ease-in-out;
  text-decoration: none;
  box-sizing: inherit;
}
#single.glossary .breadcrumbs__link svg {
  margin-right: 4px;
}
#single.glossary .breadcrumbs__divider {
  color: rgba(255,255,255,.8);
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin: 0 4px;
}
#single.glossary .breadcrumbs__current-page {
  background: rgba(255,255,255,.5);
  color: rgba(33,50,127,.6);
  font-size: 12px;
  font-weight: 400;
  padding: 0 8px;
  border-radius: 9px;
  line-height: normal;
}
#single.glossary .post-content .text table{
	border-radius: 4px;
	background-color: #fff;
} 
#single.glossary .post-content .text hr, 
#single.glossary .post-content .text pre, 
#single.glossary .post-content .text tr, 
#single.glossary .post-content .text td{
	border: 2px solid #384daf;
}
#single.glossary .post-content .text th {
	background-color: #384daf;
	color: #fff;
	font-weight: 700;
}

#single.glossary .post-content .text blockquote{
	color:#081b7a;
}



/***** New Footer *****/
#footer.new_footer {
	background: #0f1638;
	padding-top: 44px;
	line-height: 1.15;
	letter-spacing: 0px;
}
#footer.new_footer .container {
	max-width: 1216px;
	width: 100%;
	margin: 0 auto;
}
#footer.new_footer .footer-copyright {
	background-color: #21327f;
	padding: 22px 0;
}
#footer.new_footer .footer-box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	column-gap: 24px;
	margin-bottom: 32px;
}
#footer.new_footer .footer-item-tools {
	display: flex;
	justify-content: space-around;
	padding: 12px 6px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.05);
	margin-bottom: 30px;
}
#footer.new_footer .footer-box .footer-item:first-child {
	margin-right: 55px;
}
#footer.new_footer .footer-item-head {
	color: #384daf;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 16px;
}
#footer.new_footer .footer-item-head a {
	color: #384daf;
	transition: 0.1s linear;
}
#footer.new_footer .footer-box .footer-item .footer-nav li {
	margin-bottom: 12px;
	line-height: 21px;
}
#footer.new_footer .footer-box .footer-item .footer-nav .menu-item {
	font-size: 14px;
	color: #f5f7fa;
	white-space: nowrap;
}
#footer.new_footer .footer-item-logo {
	display: flex;
	align-items: center;
}
#footer.new_footer .footer-new-logo::before {
	content: none;
	position: absolute;
	background: conic-gradient(from 45deg at 54% 50%, #0f206f 0deg, rgba(0, 0, 0, 0) 360deg);
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100%;
}
#footer.new_footer .footer-new-logo {
	position: relative;
	width: 24px;
	height: 24px;
	display: flex;
	margin-right: 12px;
}
#footer.new_footer .footer-box .footer-item .footer-nav li {
  line-height: 21px;
}
#footer.new_footer .footer-item-head a {
	color: #384daf;
}
#footer.new_footer .footer-new-logo img {
	width: 100%;
}
#footer.new_footer .footer-item-main-wrap {
	padding-left: 32px;
}
#footer.new_footer .footer-item-contacts-list li {
	margin-bottom: 12px;
	line-height: 21px;
}
#footer.new_footer .footer-item-contacts-list a, 
#footer.new_footer .footer-item-contacts-list p {
	color: #f5f7fa !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 12px;
	transition: 0.1s linear;
}
#footer.new_footer .pt-3 {
	padding-top: 12px;
}
#footer.new_footer .facebook-link {
  margin-right: 16px;
}
#footer.new_footer .social-link {
  display: inline-block;
}
#footer.new_footer a {
	background-color: transparent;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
#footer.new_footer .footer-item-logo .logo-text {
  color: #384daf;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
#footer.new_footer .footer-item-tools .footer-item-tool {
	display: flex;
	align-items: center;
	color: #a9c3f9;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 6px 12px;
	/*margin-bottom: 18px;*/
	border-radius: 4px;
	/*transition: 0.1s linear;*/
}
#footer.new_footer .footer-item-tool {
	margin-bottom: 0 !important;
}
#footer.new_footer .footer-item-tool:hover {
  background: rgba(255, 255, 255, 0.04);
  transition: 0.1s linear;
}
#footer.new_footer .footer-item-tools .footer-item-tool svg {
	margin-right: 8px;
}
#footer.new_footer .footer-copyright {
  background-color: #21327f;
  padding: 22px 0;
}
#footer.new_footer .footer-copyright-content {
  display: flex;
  justify-content: space-between;
}
#footer.new_footer .footer-privacy-terms {
  display: flex;
}
#footer.new_footer .footer-link:first-child {
  margin-right: 34px;
}
#footer.new_footer .footer-link {
  color: #aabbe2;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  text-decoration: underline;
}
#footer.new_footer .footer-link:hover {
  text-decoration: none;
}
#footer.new_footer .footer-copyright-text {
  color: #aabbe2;
  font-size: 12px;
  line-height: normal;
}
#footer.new_footer .footer-copyright-content .widget_text .textwidget {
	margin-top: inherit;
}


/***** MOBILE *****/
@media (max-width: 1280px) {

	#header.my_header ul.menu-header-panel {
	  margin-right: inherit;
	  max-width: 90%;
	}
	#single.my-grid-container,
	#page.my-grid-container {
		display:flex;
		flex-direction: column;
		justify-content: space-between;
		max-width: 1140px;
		width: 100%;
		padding-left:0;
		padding-right:0;
		margin-left:0;
		margin-right:0;
	}
	#header.my_header nav {
		max-width: max-content;
	}
	#single{
		/* max-width:1180px;*/
	}
}
@media (max-width: 1180px) {
  
}
@media (max-width: 960px) {
  
}
@media (max-width: 768px) {
  
}
@media (max-width: 620px) {
  
}
@media (max-width: 435px) {
  
}
/*!/wp-content/plugins/simple-lightbox/client/css/app.css*/
html.slb_overlay object,html.slb_overlay embed,html.slb_overlay iframe{visibility:hidden}html.slb_overlay #slb_viewer_wrap object,html.slb_overlay #slb_viewer_wrap embed,html.slb_overlay #slb_viewer_wrap iframe{visibility:visible}