@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&family=Roboto+Flex:opsz,wght@8..144,400;8..144,500;8..144,700&display=swap");
a {
	text-decoration: none;
}
body a, body a:hover, body a:visited {
    text-decoration: none;
    color: inherit;
    font-family: "Inter", sans-serif;
}
.modal-backdrop {
    z-index: 1030;
}
#setupNews .modal-dialog {
    max-width: 80vw;
}
#setupNews .modal-content {
    padding: 10px;
    border: 1px solid #b71852;
    box-shadow: 0 0 0 10px white;
    border-radius: 0;
}
#supportFilter {
    z-index: 1040;
}
#supportFilter .modal-dialog {
    width: 50vw;
    max-width: 820px;
}
#supportFilter .modal-dialog .modal-content {
    padding: 1.5rem;
}
.modal-dialog .modal-header {
    border: none;
}
#support-header {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #b71852;
    padding: 0;
}
#supportFilter .border-box {
    border: 1px solid #c6c6c6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px 30px;
}
#supportFilter .right-panel .panel-header {
    margin-top: -9px;
}

#supportFilter .panel-header {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    background-color: #ffffff;
    padding: 0 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.btn-main {
    background-color: #ffffff;
    color: #b71852;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 2px;
    cursor: pointer !important;
    -webkit-transition: all 0.5s ease-in-out;
}
.btn-main:hover, .btn-main[checked="checked"] {
    color: #ffffff;
    background-color: #b71852;
}
.period-btn {
    cursor: pointer !important;
    padding: 5px 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.period-btn label {
    cursor: pointer !important;
}


.box-title {
    color: #ffffff;
	height: 33px;
    font-size: 14px;
    line-height: 17px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 8px 20px 8px 12px;
	background-image: url(/local/templates/retail_new/images/arrow_right_white.png);
    background-repeat: no-repeat;
    background-position: right;
    background-origin: padding-box;
    background-color: #b71852;
    border-right: 10px solid #b71852;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
	}
.box-title:hover {
	-webkit-box-shadow: 2px 3px 10px #aab0a8;
    box-shadow: 2px 3px 10px #aab0a8;
}
h1 {
    font-size: 36px;
    font-weight: 700;
    color: #b71852;
    margin: 0;
    padding: 0px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
h3.rubrik-name {
	font-size: 14px;
    font-weight: bold;
	text-transform: uppercase;
}
.subtitle {
    line-height: 1.286;
    font-weight: 700;
    font-size: 16px;
	padding-right: 8px;
}	

/* header */
@-webkit-keyframes burger-hover {
  0% {
    width: 40px;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 40px;
  }
}
@keyframes burger-hover {
  0% {
    width: 40px;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 40px;
  }
}
#header-line {
	background: #b71852;
}

#humburger:hover > .top-burger {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate;
  animation: burger-hover 1s infinite ease-in-out alternate;
}
#humburger:hover > .middle-burger {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}
#humburger:hover > .bottom-burger {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}
#humburger .burger-stripe {
  width: 40px;
  height: 4px;
  background-color: #ffffff;
}
#humburger .burger-stripe:not(:last-of-type) {
  margin-bottom: 8px;
}


#header #burger {
  border-left: 1px solid rgba(58, 130, 51, 0.3);
  border-right: 1px solid rgba(58, 130, 51, 0.3);
  min-width: 70px;
  height: 80px;
}
#burger:hover {
  cursor: pointer;
}
.close-menu.close img {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  cursor: pointer;
}
.close-menu.close:hover img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


#header-menu {
	height: 40px;
	background-color: #000000;
	color: #ffffff;
}
#top-menu {
	height: 40px;
	line-height: 40px;
}
/**Top menu**/
#ituka_main_multilevel, 
#ituka_main_multilevel ul
{
	margin-bottom: 0;
	padding: 0;
}
.top-menu-item {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 40px;
	color: #000;
	text-transform: uppercase;
}
#ituka_main_multilevel
{
	margin-left: 5px;
	line-height: 15px;
}
#ituka_main_multilevel a
{
	color: #fff;
	text-decoration:none;
}
/*
#ituka_main_multilevel a.selected 
{
	color: #fba552;
	font-weight: bold;
}
*/
#ituka_main_multilevel li
{
	list-style-type:none;
	text-transform:uppercase;
	padding: 0 10px;
	height: 40px;
}
#ituka_main_multilevel li:hover, 
#ituka_main_multilevel li.jshover,
#ituka_main_multilevel li.selected
{
	background: #fba552;
	color: #fff;
}
#ituka_main_multilevel li.top-menu-item {
	position: relative;
}

/*Child-items selected*/
#ituka_main_multilevel li:hover li
{
	background: #fba552;
	color: #fff;
}

/*Sub-menu box*/
#ituka_main_multilevel li ul
{
	position:absolute;
	top:40px;
	display:none;
	z-index: 500;
	opacity: 0;
	height:auto;
	width:auto;
	background: #fff;
	padding:0;
	margin:0;
}

/*Sub-menu item box*/
#ituka_main_multilevel li li
{
	width:100%;
	height: 32px;
	line-height: 32px;
	padding: 0 5px;
}

/*Item link*/
#ituka_main_multilevel li ul a
{
	text-align:left;
}

/*Items text color & size */

/*Items text color & size: hover*/

#ituka_main_multilevel li ul ul
{
	margin:-27px 0 0 132px;
}


#ituka_main_multilevel li:hover ul,
#ituka_main_multilevel li.jshover ul
{
	display:block;
	opacity: 1;
	transition: all 0.3s ease-out 10s;
	
}

div.menu-clear-left
{
	clear:left;
}

#ituka_main_multilevel .root-item:after {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 1.28571rem;
    -webkit-transform: scaleX(.5);
    -ms-transform: scaleX(.5);
    transform: scaleX(.5);
    content: "";
    border-left: 0.42857rem solid transparent;
    border-right: 0.42857rem solid transparent;
    border-top: 0.42857rem solid #fba552;
}
#ituka_main_multilevel .root-item.selected:after,
#ituka_main_multilevel li:hover .root-item:after
{
    border-top: 0.42857rem solid #000000;
}


#header-middle {
	background-color: #b71852;
}
#main-header_soc a,
#main-footer_soc a
 {
	color: #fff;
}
#main-header_soc a>i, 
#main-footer_soc a>i {
	font-size: 24px;
	margin-left: 15px;
	
}
#search-block {
	background-color: #ffffff;
}
#header-serach-form .search-button>input {
    height: 24px;
    background-color: white;
}
#sub-menu {
	background-color: #ffffff;
	height: 46px;
	text-transform: uppercase;
	padding: 0 0.6vw;
    font-family: "Fira Sans", sans-serif !important;
    font-size: 12px;
    color: #272727;
    text-transform: uppercase;
    line-height: 46px;
	margin: 0 auto;
    text-align: center;
    background-color: white;
//    border-radius: 20px;
//    margin-top: -15px;
//    box-shadow: 0px 4px 10px 0.1px rgba(0,0,0,0.2);
    padding-top: 0px;
    padding-bottom: 0px;	
}
.popup-menu-column a {
	text-decoration: none;
}
#popup-menu-header {
  margin-bottom: 50px;
}
.popup-menu_column_header {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #ff00aa;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.popup-menu_column_header:hover {
  color: #85ff90;
}
.popup-menu_line {
  color: #fff;
  opacity: 1;
}

#popup-menu-main form {
  margin: 0;
}
#popup-menu-main a {
  color: #fff;
  font-weight: 500;
}
#popup-menu_middle {
  margin: 70px 0 0;
}
/*

#popup-menu_place,
#popup-menu_subscribe {
  padding-right: 15px;
  border-right: 1px solid #fff;
}

#popup-menu_subscribe,
#popup-menu_contact {
  padding-left: 15px;
}
*/
.popup-menu-column {
  width: 20%;
}
.popup-menu-column:not(:last-of-type),
.popup-menu-column-twice {
  margin-right: 60px;
}
#HL-block .bullet {
  margin: 0 3px 0 2px;
  color: #a7a7a7;
  font-size: 26px;
  line-height: 0;
}

#menuModal .modal-dialog {
  width: 95vw;
  max-width: 1320px;
}

.news__link_add:after {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: 0.64286rem;
    top: 1.28571rem;
    -webkit-transform: scaleX(.5);
    -ms-transform: scaleX(.5);
    transform: scaleX(.5);
    content: "";
    border-left: 0.42857rem solid transparent;
    border-right: 0.42857rem solid transparent;
    border-top: 0.42857rem solid #fba552;
}
#socblock.right-side img {
	height: 40px;
}

/* !header */






/* main-page */
.news-date-time {
	color: #939393;
    font-family: "Fira Sans", sans-serif;
    font-size: .85714rem;
}
h2.page-subheader {
	font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #b71852;
}
h2.page-subheader:hover {
	color: #801139;
}
#filter-desktop>div {
    border: 1px dashed #b71852;
}

#slide-block,
#main-slider,
#main-carousel {
  height: 496px;
  background-clip: content-box;
}
#main-slider {
  background-clip: content-box;
  font-size: 150%;
  /*	width:100%; */
  /*	height:510px; */
  /*	min-width:733px;*/
  /*	min-height:510px;*/
}
#main-carousel .carousel-indicators {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 10px;
  margin-top: 10px;
}
#main-carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background-color: transparent;
  background-clip: border-box;
  opacity: 1;
  -webkit-transition: background-color 0.6s ease;
  -o-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}
#main-carousel .carousel-indicators .active {
  background-color: #ffffff;
}

#main-carousel .carousel-inner .item-slide-image {
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 496px;
}
#main-slider .item-text {
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(4, 4, 4, 0.5);
  min-height: 90px;
  padding: 16px;
}

.carousel-control-prev-icon {
  background-image: none;
  border-radius: 0px 4px 4px 0px;
}
.carousel-control-next-icon {
  background-image: none;
  border-radius: 4px 0 0 4px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 120% 120%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 100%;
  padding: 0;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}



#plus-news {
    border: 1px solid #3a8233;
}

#main-bottom-block {
	height: 1000px;
	background-color: beige;
}

#keisy-block {
	min-height: 300px;
	min-width: 100%;
	border-top: 1px solid #b71852;
	border-bottom: 2px solid #b71852;
}
#keisy-carousel .item-lr {
/*	outline: #b71852 solid 1px;*/
	background-color: #fd8db62e;
}
.themes-list .item_header {
	font-size: 1.42857rem;
	font-weight: 700;
	line-height: 1.22;
	margin-bottom: 0.85714rem;
	font-family: "Fira Sans", sans-serif;
}
.themes-list .expert-block {
	height:450px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.themes-list .expert-block:hover {
	
}
.themes-list .expert-block img {
	border-radius: 150px;
	margin: auto;
}
.themes-list .rubrik-item {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.themes-list .rubrik-item:hover {
	color: #b71852;
}


/* !main-page */

#scroller {
  position: fixed;
  bottom: 200px;
  right: 30px;
  width: 70px;
  height: 50px;
  cursor: pointer;
  display: none;
  background: #fd8db62e;
  padding: 10px 15px;
  z-index: 9999;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#scroller:hover {
  background: #fd8db6;
}






/* news-line-detail */
#news-line-detail img,
#news-line-detail iframe
 {
	max-width: 832px;
}
#article-footer .rubrics-name {
	background-color: #fd8db680;
	font-family: Inter;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}
#article-footer .rubrics-name span {
	color: #b71852;
}

#news-line-detail h1,
h1.page-header,
h2.page-header {
  font-family: Inter;
  font-weight: bold;
  font-size: 36px;
  line-height: 46px;
  color: #b71852;
}
/*
h2.page-subheader  {
	font-family: Inter;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	color: #3A8233;
}
*/
#news-line-detail h2,
.news-detail h2,
#vacancies h2
 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 29px;
  line-height: 40px;
  color: #b71852;
  margin-top: 50px;
}
#news-line-detail h3,
.news-line-detail h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #b71852;
  margin-top: 25px;
}

#breadcrumb-line {
  font-size: 14px;
  line-height: 17px;
}
#breadcrumb-line a {
  color: #b71852;
}
#breadcrumb-line .news-line-breadcrumb > span:last-of-type {
  color: #999999;
}
#time-line .eye-count {
  color: #b71852;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
}
#news-line-preview,
.news-line-preview {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}
#news-line-detail,
.news-line-detail {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 27px;
}

#article-footer .rubrics-title,
#article-footer .tags-title {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #7a7a7a;
}
/*#news-line-detail > */
.card-block {
    display: flex;
    flex-direction: column;
    position: relative;
}
#scroll-icon {
    z-index: 11;
    position: absolute;
    right: 10px;
    top: 60px;
    background-color: rgba(255, 255, 255, 0.73);
    width: 50px;
    height: 50px;
    border-radius: 30px;
}


















#footer {
	color: #fff;
	background-color: #b71852;
	padding-top: 2.5rem;
}
.footer-menu-item>a {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}



/* 1140px        */
@media (max-width: 1399px) {
#news-line-detail img,
#news-line-detail iframe
 {
	max-width: 712px;
}
	
	
	
	
}
/* 960px        */
@media (max-width: 1199px) {
#rubrik-list .subtitle {
    font-size: 14px;
}	
#rubrik-list .themes-list .item_header {
	font-size: 20px;
    line-height: 1.1;
}
#rubrik-list .item_preview_text	{
	font-size: 14px;	
}
#rubrik-list .themes-list .expert-block	{
	height: inherit;
}
#news-line-detail img,
#news-line-detail iframe
{
	max-width: 632px;
}




}


/* 720px        */
@media (max-width: 991px) {
#news-line-detail img,
#news-line-detail iframe
{
	max-width: 472px;
}
	
	
	
	
}






	
/* 540px        */
@media screen and (max-width: 767px) {

#expert-body { 
    z-index: 10;
    overflow-x: auto;
}
#expert-body .card-panel {
	width: 280px;
}
#news-line-detail img,
#news-line-detail iframe
{
	max-width: 540px;
}



}
@media screen and (max-width: 575px) {
.box-title {
    width: 100%;
}
#news-line-detail img,
#news-line-detail iframe
{
	max-width: 100%;
}
#news-line-detail h1, 
h1.page-header, 
h2.page-header 
{
    font-size: 24px;
    line-height: normal;
}






}