.bk-captcha {
  background-color: #ECEEF2;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  width: 300px;
  font-size: 0;
  box-sizing: border-box;
  user-select: none;
}

.bk-captcha * {
  box-sizing: border-box !important;
}

.bk-captcha_full {
  width: 100%;
}

.bk-captcha_check {
  padding: 16px;
}

.bk-captcha__check-icon-container {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  align-self: flex-start;
}

.bk-captcha__check-item {
  /*display: inline-block;*/
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.bk-captcha__check-item.active {
  pointer-events: none;
  cursor: default;
}

.bk-captcha__check-item:hover .bk-captcha__check-icon {
  box-shadow: 0px 0px 0px 1px #8FD08F;
  border-color: #8FD08F;
}

.bk-captcha__input-check {
  position: absolute;
  top: 8px;
  left: 9px;
  opacity: 0;
}

.bk-captcha__input-check:focus  ~ .bk-captcha__check-icon {
  box-shadow: 0px 0px 0px 1px #8FD08F;
  border-color: #8FD08F;
}

.bk-captcha__check-item:hover .bk-captcha__check-icon.bk-captcha__check-icon_fail {
  box-shadow: none;
  border-color: #DA2929;
  background-color: #DA2929;
}

.bk-captcha__input-check:focus  ~ .bk-captcha__check-icon.bk-captcha__check-icon_fail {
  box-shadow: none;
  border-color: #DA2929;
  background-color: #DA2929;
}

.bk-captcha__check-icon {
  width: 30px;
  height: 30px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: #fff;
  transition: all 150ms linear;
  position: absolute;
}

.bk-captcha__check-icon.bk-captcha__check-icon_load {
  border-radius: 50%;
  border-top-color: transparent;
  animation: bk-spinner-rotate 1.6s linear infinite, spinner-colored 8s linear infinite;
  border-width: 2px;
  background-color: transparent;
  box-shadow: none !important;
}

.bk-captcha__check-icon.bk-captcha__check-icon_load:hover,
.bk-captcha__check-icon.bk-captcha__check-icon_checked:hover,
.bk-captcha__check-icon.bk-captcha__check-icon_fail:hover {
  box-shadow: none;
}

.bk-captcha__check-icon.bk-captcha__check-icon_checked {
  border-color: #1EA01E !important;
  background-color: #1EA01E;
  pointer-events: none;
}

.bk-captcha__check-icon.bk-captcha__check-icon_fail {
  border-radius: 50%;
  background-color: #FF4545;
  border-color: #FF4545 !important;
}

.bk-captcha__check-icon.bk-captcha__check-icon_fail::before {
  content: '';
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZyBpZD0iQ2FudmFzIiBmaWxsPSJub25lIj48ZyBpZD0icmVib290IiBjbGlwLXBhdGg9InVybCgjY2xpcDApIj48ZyBpZD0iVmVjdG9yIj48cGF0aCBkPSJNIDE1LjIgMEwgMTMuMTc1IDIuMDE1NTVDIDExLjc2NTYgMC44MjQyNjEgOS45NzgxMiAwLjA3NDY1MDEgOCAwLjA3NDY1MDFDIDMuNTcxODggMC4wNzQ2NTAxIDAgMy42Mjk4NiAwIDguMDM3MzJDIDAgMTIuNDQ0OCAzLjU3MTg4IDE2IDggMTZDIDEyLjQyODEgMTYgMTYgMTIuNDQ0OCAxNiA4LjAzNzMyTCAxNC40IDguMDM3MzJDIDE0LjQgMTEuNTkyNSAxMS41NzE5IDE0LjQwNzUgOCAxNC40MDc1QyA0LjQyODEyIDE0LjQwNzUgMS42IDExLjU5MjUgMS42IDguMDM3MzJDIDEuNiA0LjQ4MjExIDQuNDI4MTIgMS42NjcxOSA4IDEuNjY3MTlDIDkuNTM3NSAxLjY2NzE5IDEwLjkyODEgMi4yMjA4NCAxMi4wNSAzLjEzNTNMIDEwLjMyNSA0Ljg1MjI1TCAxNS4yIDQuODUyMjVMIDE1LjIgMFoiIGZpbGw9IndoaXRlIi8+PC9nPjwvZz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMCI+PHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}

.bk-captcha__check-icon .icon-check-custom-svg {
  display: none;
  position: absolute;
}

.bk-captcha__check-icon.bk-captcha__check-icon_checked .icon-check-custom-svg {
  display: block;
}

.bk-captcha__check-icon:hover {
  box-shadow: 0px 0px 0px 1px #8FD08F;
  border-color: #8FD08F;
}

.bk-captcha__check-text {
  display: inline-block;
  vertical-align: middle;
  font-family: "PT Sans", "Arial";
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-left: 16px;
  color: #000;
}

.bk-captcha__check-container {
  /*display: inline-block;*/
  vertical-align: middle;
  /*width: 65%;*/
}

.bk-captcha__text-container {
  /*display: inline-block;*/
  vertical-align: middle;
  /*width: 35%;*/
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
  justify-content: flex-end;
  margin-top: 6px;
}

.bk-captcha__text {
  font-family: "PT Sans", "Arial";
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  /*color: rgba(0,0,0,0.4);*/
  text-align: right;
  color: #005FBF;
  text-decoration: underline;
}

.bk-captcha__img {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 58px;
  margin-right: 10px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.bk-captcha__img img {
  width: 100%;
  height: 100%;
  transition: opacity 250ms linear;
}

.bk-captcha__img .bk-spinner {
  opacity: 0;
  transition: opacity 250ms linear;
}

.bk-captcha__img.active img {
  opacity: 0;
}

.bk-captcha__img.active .bk-spinner {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.bk-captcha__input-container {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 130px);
  position: relative;
}

.bk-captcha__label {
  display: block;
  position: relative;
}

.bk-captcha__input {
  width: 100%;
  height: 40px;
  padding-left: 13px;
  padding-right: 13px;
  font-family: 'PT Sans', 'Arial';
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-appearance: none !important;
  outline: none;
  transition: box-shadow 150ms linear, border-color 150ms linear;
}

.bk-captcha__input:hover {
  box-shadow: 0px 0px 0px 1px #8FD08F;
  border-color: #8FD08F;
}

.bk-captcha__input:focus {
  box-shadow: 0px 0px 0px 1px #8FD08F;
  border-color: #8FD08F;
}

.bk-captcha__input.bk-input-text_error {
  background-color: #F7E3CA;
  padding-right: 35px;
}

.bk-captcha__icon-err {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZyBpZD0iQ2FudmFzIiBmaWxsPSJub25lIj48ZyBpZD0iY29tcGxhaW50IiBjbGlwLXBhdGg9InVybCgjY2xpcDApIj48ZyBpZD0iVmVjdG9yIj48cGF0aCBkPSJNIDIgMTYuMDA4OEMgMiAxNi41NjExIDIuNDQ3NzIgMTcuMDA4OCAzIDE3LjAwODhMIDE4LjA2MjIgMTcuMDA4OEMgMTguMjM4MiAxNy4wMDg4IDE4LjQxMSAxNi45NjI0IDE4LjU2MzIgMTYuODc0MkMgMTkuMDQxMiAxNi41OTc1IDE5LjIwNDQgMTUuOTg1NyAxOC45Mjc2IDE1LjUwNzdMIDExLjM5NjUgMi40OTk0NkMgMTEuMzA5IDIuMzQ4MjUgMTEuMTgzNCAyLjIyMjYyIDExLjAzMjEgMi4xMzUwN0MgMTAuNTU0MiAxLjg1ODM2IDkuOTQyMzkgMi4wMjE1IDkuNjY1NjggMi40OTk0NkwgMi4xMzQ1NyAxNS41MDc3QyAyLjA0NjQyIDE1LjY2IDIgMTUuODMyOCAyIDE2LjAwODhaTSAwLjQwMzcyMSAxNC41MDU3TCA3LjkzNDgzIDEuNDk3MzlDIDguNzY0OTcgMC4wNjM1MDM1IDEwLjYwMDMgLTAuNDI1OTI1IDEyLjAzNDIgMC40MDQyMTlDIDEyLjQ4NzggMC42NjY4NDkgMTIuODY0OCAxLjA0Mzc1IDEzLjEyNzQgMS40OTczOUwgMjAuNjU4NSAxNC41MDU3QyAyMS40ODg2IDE1LjkzOTUgMjAuOTk5MiAxNy43NzQ5IDE5LjU2NTMgMTguNjA1QyAxOS4xMDg1IDE4Ljg2OTUgMTguNTkgMTkuMDA4OCAxOC4wNjIyIDE5LjAwODhMIDMgMTkuMDA4OEMgMS4zNDMxNSAxOS4wMDg4IDMuMDg2ODJlLTA4IDE3LjY2NTYgMy4wODY4MmUtMDggMTYuMDA4OEMgMy4wODY4MmUtMDggMTUuNDgwOSAwLjEzOTI2IDE0Ljk2MjUgMC40MDM3MjEgMTQuNTA1N1pNIDEwLjUzMTEgNS4wMDg3N0MgOS45Nzg4MiA1LjAwODc3IDkuNTMxMTEgNS40NTY0OSA5LjUzMTExIDYuMDA4NzdMIDkuNTMxMTEgMTIuMDA4OEMgOS41MzExMSAxMi41NjExIDkuOTc4ODIgMTMuMDA4OCAxMC41MzExIDEzLjAwODhDIDExLjA4MzQgMTMuMDA4OCAxMS41MzExIDEyLjU2MTEgMTEuNTMxMSAxMi4wMDg4TCAxMS41MzExIDYuMDA4NzdDIDExLjUzMTEgNS40NTY0OSAxMS4wODM0IDUuMDA4NzcgMTAuNTMxMSA1LjAwODc3Wk0gMTAuNTMxMSAxNC4wMDg4QyA5Ljk3ODgyIDE0LjAwODggOS41MzExMSAxNC40NTY1IDkuNTMxMTEgMTUuMDA4OEMgOS41MzExMSAxNS41NjExIDkuOTc4ODIgMTYuMDA4OCAxMC41MzExIDE2LjAwODhDIDExLjA4MzQgMTYuMDA4OCAxMS41MzExIDE1LjU2MTEgMTEuNTMxMSAxNS4wMDg4QyAxMS41MzExIDE0LjQ1NjUgMTEuMDgzNCAxNC4wMDg4IDEwLjUzMTEgMTQuMDA4OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMikiIGZpbGw9IiNGQTk2MUUiLz48L2c+PC9nPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IndoaXRlIi8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
  display: none;
  position: absolute;
  width: 24px;
  height: 24px;
  background-size: cover;
  right: 6px;
  top: 9px;
}

.bk-captcha__input.bk-input-text_error ~ .bk-captcha__icon-err {
  display: block;
}

.bk-captcha__btn {
  display: block;
  font-family: 'PT Sans', 'Arial';
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  margin-top: 1px;
}

@keyframes bk-captcha-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 360px) {
  .bk-captcha {
    width: 100%;
  }

  /*.bk-captcha_check {*/

  /*    padding: 20px 15px;*/

  /*}*/

  .bk-captcha__img {
    width: 110px;
  }

  .bk-captcha__input-container {
    width: calc(100% - 120px);
  }

  .bk-captcha__btn {
    font-size: 13px;
  }

  .bk-captcha__check-text {
    font-size: 16px;
  }

  .bk-captcha__text {
    font-size: 13px;
  }
}

.bk-captcha_narrow {
  width: 100%;
}

.bk-captcha_narrow .bk-captcha__img {
  width: 110px;
}

.bk-captcha_narrow .bk-captcha__input-container {
  width: calc(100% - 120px);
}

.bk-captcha_narrow .bk-captcha__btn {
  font-size: 13px;
}

.bk-captcha_narrow.bk-captcha_check {
  padding: 20px 15px;
}

.bk-captcha_narrow.bk-captcha_check .bk-captcha__check-text {
  font-size: 16px;
}

.bk-captcha_narrow.bk-captcha_check .bk-captcha__text {
  font-size: 13px;
}

.new-boss .support_new .controls input.bk-captcha__input {
  height: 40px;
  padding-left: 13px;
  padding-right: 13px;
  line-height: 26px;
  font-family: "PT Sans", "Arial";
}
.bk-slider-container {
  overflow: hidden;
}

.bk-slider-container .bk-slider-track {
  font-size: 0;
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 50px;
  margin-bottom: -50px;
  -webkit-overflow-scrolling: touch;
  overflow: -moz-scrollbars-none !important;
  -ms-overflow-style: none;
}

.bk-slider-container .bk-slider-track::-webkit-scrollbar {
  height: 0;
}

.bk-slider-container .bk-slider-track.bk-slider-track-off-scroll {
  overflow-x: visible;
  transition: transform 400ms linear;
}

.bk-slider-container .bk-slider-track .bk-slider-item {
  display: inline-block;
  vertical-align: top;
  float: none;
  white-space: normal;
}

@media (-moz-touch-enabled: 1) {
  .bk-slider-container .bk-slider-track {
    overflow-x: auto !important;
  }
}
/* jQuery UI - v1.12.0-rc.2 - 2016-04-21
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

/* workarounds */

/* Support: Firefox 5 - 40 */

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */

.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em );
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  /*display: none;*/
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

/* positioning */

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */

.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .003;
  filter: Alpha(Opacity=.3);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}
/* normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `issue`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: none;
  padding: 0;
  margin: 0;
  /*border: 1px solid #c0c0c0;*/
  /*margin: 0 2px;*/
  /*padding: 0.35em 0.625em 0.75em;*/
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

/*button,*/

/*input,*/

/*select,*/

/*textarea {*/

/*font-family: inherit; !* 1 *!*/

/*font-size: 100%; !* 2 *!*/

/*margin: 0; !* 3 *!*/

/*}*/

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-btn,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

button {
  outline: none;
}

/*новые селекты*/

.select-box {
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  padding-left: 5px;
  border: 1px solid #cccccc;
}

.select-box:focus {
  border-color: #1ea01e;
  box-shadow: 0 0 10px rgba(30, 160, 30, 0.4);
}

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
input,
pre {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:focus {
  outline: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

textarea {
  resize: vertical;
}

.breadcrumbs {
  width: auto;
  overflow: initial;
  padding-top: 0;
  clear: inherit;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.5;
}

.breadcrumbs__link {
  user-select: none;
  margin-right: 15px;
  float: left;
  position: relative;
}

.breadcrumbs__link a:hover {
  text-decoration: underline;
}

.breadcrumbs__link:last-child {
  margin-right: 0;
}

.breadcrumbs__link:last-child:after {
  content: none;
}

.breadcrumbs__link:after {
  content: "";
  width: 4px;
  height: 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  right: -9px;
  background-color: #000000;
}

.breadcrumbs__link_img {
  margin-top: -2px;
  margin-right: 10px;
}

.breadcrumbs__link_img:after {
  content: none;
}

.breadcrumbs__link_white {
  color: #ffffff;
}

.breadcrumbs__link_white:after {
  background-color: #ffffff;
}

.breadcrumbs__link_grey {
  color: #aaaaaa;
}

.breadcrumbs__link_grey:after {
  background-color: #aaaaaa;
}

.breadcrumbs-link-img {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.breadcrumbs_txt-small {
  font-size: 15px;
}

.breadcrumbs_txt-small .breadcrumbs__link:after {
  top: 9px;
}

.breadcrumbs_block {
  display: table;
}

/*for IE*/

.list-item.glob-link:hover > .list-item__txt,
.list-item.link-green:hover > .list-item__txt,
.list-item.link-red:hover > .list-item__txt {
  text-decoration: underline;
}

.edit-new__new-view .edit-new__button-body_new {
  display: block;
}

.edit-new__new-view .edit-new__switch_full .edit-new__button-body {
  display: none;
}

.edit-new__new-view .edit-new-correction_new {
  display: block;
}

.edit-new__new-view .edit-new-correction {
  display: none;
}

.edit-new__new-view .edit-new__item {
  padding: 32px 9px 0;
  width: 100%;
}

.edit-new__new-view .edit-new__txt {
  font-size: 1rem;
  line-height: 24px;
}

.edit-new__new-view .edit-new__subtitle {
  font-size: 1.375rem;
}

.edit-new__new-view .edit-new__title {
  font-size: 2rem;
}

.edit-new__new-view .edit-new__mb-m1 {
  margin-top: 32px;
}

.edit-new__new-view .edit-video__body {
  margin-bottom: 16px;
}

.edit-new__new-view .white {
  color: #000000;
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.edit-new__new-view .white:focus,
.edit-new__new-view .white:active,
.edit-new__new-view .white:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
  border: none;
}

.edit-new__new-view .white i {
  display: inline-block;
  vertical-align: middle;
  opacity: .2;
}

.edit-new__new-view .white span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-left: 8px;
}

.edit-new__new-view .white:hover i {
  opacity: .5;
}

.edit-new__border {
  width: 100%;
  margin: 0;
}

.edit-new__button-body_new {
  display: none;
}

.edit-new__button-body_new .white:first-of-type {
  padding: 13px 8px 13px 13px;
  color: #000000;
  pointer-events: none;
}

.edit-new__button-body_new .white:first-of-type:focus,
.edit-new__button-body_new .white:first-of-type:active,
.edit-new__button-body_new .white:first-of-type:active:focus,
.edit-new__button-body_new .white:first-of-type:focus:active {
  box-shadow: none;
  border: 1px transparent solid;
}

.edit-new__button-body_new .white:first-of-type span:nth-child(2) {
  display: none;
}

.edit-new__button-body_new .white:not(:first-of-type) {
  padding: 13px 8px;
  color: #000000;
}

.edit-new__button-body_new .white:not(:first-of-type):focus,
.edit-new__button-body_new .white:not(:first-of-type):active,
.edit-new__button-body_new .white:not(:first-of-type):active:focus,
.edit-new__button-body_new .white:not(:first-of-type):focus:active {
  box-shadow: none;
  border: 1px transparent solid;
}

.edit-new__button-body_new .white:not(:first-of-type) span {
  margin-left: 8px;
}

.edit-new-correction_new {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all .4s;
  position: absolute;
  top: 0;
  width: calc(100% - 24px);
}

.edit-new-correction_new__body {
  position: relative;
  z-index: 10;
}

.edit-new-correction_new__btn {
  position: relative;
  height: 16px;
  cursor: pointer;
}

.edit-new-correction_new__btn hr {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 16px 0;
}

.edit-new-correction_new__btn:hover .edit-new-correction_new__btn-svg span {
  background-color: rgba(0, 0, 0, 0.5);
}

.edit-new-correction_new__btn-svg {
  position: absolute;
  top: -12px;
  left: calc(50% - 12px);
  background-color: #FFFFFF;
}

.edit-new-correction_new__btn-svg span {
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  border-radius: 50%;
  position: relative;
}

.edit-new-correction_new__btn-svg span:before {
  content: "";
  width: 2px;
  height: 12px;
  border-radius: 8px;
  background-color: #ffffff;
  position: absolute;
  top: 6px;
  left: 11px;
}

.edit-new-correction_new__btn-svg span:after {
  content: "";
  width: 12px;
  height: 2px;
  border-radius: 8px;
  background-color: #ffffff;
  position: absolute;
  top: 11px;
  left: 6px;
}

.edit-new-correction_new__add {
  display: none;
  padding: 0 8px;
  background-color: #FFFFFF;
  box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  position: absolute;
  left: calc(50% - 188px);
}

.edit-new-correction_new__add .white {
  padding: 12px 8px;
}

.edit-new-correction_new__obj {
  display: none;
  position: absolute;
  right: 0;
}

.edit-new-correction_new__obj .white {
  border-radius: 50%;
  padding: 11px;
  box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.15);
}

.edit-new-correction_new__obj .white + .white {
  margin-left: 16px;
}

.edit-new-correction_new__obj .white:hover {
  box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.25);
}

.active .edit-new-correction_new .edit-new-correction_new__add,
.active .edit-new-correction_new .edit-new-correction_new__obj {
  display: block;
}

.edit-new__item {
  position: relative;
}

.edit-new__item:hover .edit-new-correction_new {
  visibility: visible;
  opacity: 1;
  transition: all .4s;
}

.status {
  background: none;
  border: 0;
  display: inline-block;
}

.status__body {
  *zoom: 1;
}

.status__body:before,
.status__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.status__obj {
  width: 33%;
}

.status__obj_left {
  float: left;
  padding-right: 10px;
}

.status__obj_right {
  float: right;
  padding-left: 10px;
}

.status__obj_center {
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 auto;
}

.status-obj__title {
  position: absolute;
  top: 20px;
  left: 20px;
}

.status-obj-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
}

.status-obj__img {
  position: relative;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.status-obj-img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.status-obj__icon {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 0;
}

.status-obj-txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.boss-personal__check {
  position: relative;
}

.boss-personal__check input[type="checkbox"] + div:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 160, 30, 0.4);
}

.boss-personal__check input[type="checkbox"] {
  display: none;
}

.boss-personal__check input[type="checkbox"]:checked + div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0088cc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.boss-personal__check input[type="checkbox"]:checked + div .opacity02 {
  opacity: 1;
}

.boss-personal__check_user-interest {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#log-in-controls__prev {
  margin-right: 10px;
}

#log-in-controls__prev,
#log-in-controls__next {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  cursor: pointer;
  position: relative;
}

*,
*:after,
*:before {
  -webkit-tap-highlight-color: transparent;
}

/*Добавление объекта блок проверки номера*/

.ob-num-check {
  margin-top: 15px;
  padding: 15px 20px 20px 20px;
  background: #E9F6E9;
  border-radius: 6px;
  user-select: none;
}

.ob-num-check__title {
  font-size: 21px;
  line-height: 1.2;
  padding-bottom: 0 !important;
}

.ob-num-check__text {
  font-size: 18px;
  line-height: 1.2;
  padding-top: 15px !important;
  padding-bottom: 0 !important;
}

.ob-num-check__icon span,
.ob-num-check__icon i {
  vertical-align: middle;
}

.ob-num-check__link i {
  opacity: 0.2;
}

.ob-num-check__link:hover i {
  opacity: 0.6;
}

.ob-num-check__label {
  font-size: 0;
  height: 50px;
  margin-right: 10px;
}

.ob-num-check__label .bk-input-text {
  margin-top: 20px;
  vertical-align: bottom;
}

.ob-num-check__btn {
  display: inline-block !important;
  margin-top: 10px !important;
}

.ready__header {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.alert {
  padding: 0 !important;
  border: none !important;
}

.alert-success {
  background: none !important;
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.button {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding: 2px 15px 4px;
  margin: 0;
  border: 1px solid transparent;
  background-color: transparent;
  display: table;
  border-radius: 6px;
  cursor: pointer;
  outline: none;
  text-align: center;
  border-spacing: 0;
  color: rgba(0, 0, 0, 0.5);
  user-select: none;
  transition: all 150ms linear;
  /*button для pro activated*/
  /*button для upload-file*/
  /*--- --- ---*/
  /*---*/
  /*button переключатель*/
  /*---*/
  /*button квадратный*/
  /*disabled классом, а не атрибутом, без opacity*/
  /*--- --- ---*/
  /*Удалить это как-нибудь*/
  /*Для old-boss*/
}

.button:hover {
  background-color: rgba(30, 160, 30, 0.1);
  color: #000;
}

.button:hover .icon-n {
  display: none;
}

.button:hover .icon-h {
  display: block;
}

.button:hover .icon-a {
  display: none;
}

.button:active {
  background-color: #C8EAC8;
  color: #000;
}

.button:active .icon-n {
  display: none;
}

.button:active .icon-h {
  display: none;
}

.button:active .icon-a {
  display: block;
}

.button.active .icon-n {
  display: none;
}

.button.active .icon-h {
  display: none;
}

.button.active .icon-a {
  display: block;
}

.button.active:hover .icon-n {
  display: none;
}

.button.active:hover .icon-h {
  display: none;
}

.button.active:hover .icon-a {
  display: block;
}

.button.active:active .icon-n {
  display: none;
}

.button.active:active .icon-h {
  display: none;
}

.button.active:active .icon-a {
  display: block;
}

.button.green {
  color: #1ea01e;
  border-color: #1ea01e;
}

.button.green:hover {
  color: #1ea01e;
  background-color: #E9F6E9;
  box-shadow: 0 0 0 1px #1ea01e;
}

.button.green:hover .black-white {
  color: #ffffff;
}

.button.green:active {
  color: #1ea01e;
  background-color: #C8EAC8;
  box-shadow: 0 0 0 1px #1ea01e;
}

.button.green.paint {
  background-color: #1ea01e;
}

.button.green.paint:hover {
  border-color: #198219;
  background-color: #198219;
  box-shadow: 0 0 0 1px #198219;
}

.button.green.paint:active {
  border-color: #146414;
  background-color: #146414;
  box-shadow: none;
}

.button .green {
  color: #1ea01e;
}

.button.blue {
  border-color: #00b4f0;
  color: #00b4f0;
}

.button.blue:hover {
  color: #00b4f0;
  background-color: #E6F8FE;
  box-shadow: 0 0 0 1px #00b4f0;
}

.button.blue:active {
  color: #00b4f0;
  background-color: #BFECFB;
  box-shadow: 0 0 0 1px #00b4f0;
}

.button.blue.paint {
  background-color: #00b4f0;
}

.button.blue.paint:hover {
  border-color: #0088cc;
  background-color: #0088cc;
  box-shadow: 0 0 0 1px #0088cc;
}

.button.blue.paint:active {
  border-color: #006e91;
  background-color: #006e91;
  box-shadow: none;
}

.button.blue.like.big {
  padding-top: 6px;
  padding-bottom: 7px;
}

.button.blue.like:hover {
  border-color: #006e91;
  background-color: #006e91;
  color: #ffffff;
  box-shadow: 0 0 0 1px #006e91;
}

.button.blue.like:active {
  border-color: #0088cc;
  background-color: #0088cc;
  color: #ffffff;
  box-shadow: 0 0 0 1px #0088cc;
}

.button.blue.like.active {
  border-color: #0088cc;
  background-color: #0088cc;
  color: #ffffff;
}

.button.blue.like.active:hover {
  border-color: #006e91;
  background-color: #006e91;
  color: #ffffff;
  box-shadow: 0 0 0 1px #006e91;
}

.button .blue {
  color: #0088cc;
}

.button.grey {
  border-color: #c8c8c8;
  color: #c8c8c8;
}

.button.grey:hover {
  border-color: #b4b4b4;
  background-color: #b4b4b4;
  color: #ffffff;
}

.button.grey:hover .green {
  color: #ffffff;
}

.button.grey:active {
  border-color: #a9a9a9;
  background-color: #a9a9a9;
  color: #ffffff;
}

.button.grey.paint {
  background-color: #c8c8c8;
}

.button.grey.paint:hover {
  border-color: #b4b4b4;
  background-color: #b4b4b4;
}

.button.grey.paint:active {
  border-color: #a9a9a9;
  background-color: #a9a9a9;
}

.button.grey.lite {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.button.grey.lite:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.button.grey.lite:active {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}

.button.grey[disabled]:hover {
  background-color: transparent !important;
}

.button.grey[disabled]:active {
  background-color: transparent !important;
}

.button.light-grey {
  border-color: #f0f2f5;
}

.button.light-grey:hover {
  border-color: #f0f2ff;
  background-color: #f0f2ff;
}

.button.light-grey:active {
  border-color: #f0f2ff;
  background-color: #f0f2ff;
}

.button.light-grey.paint {
  background-color: #f0f2f5;
}

.button.light-grey.paint:hover {
  border-color: #f0f2ff;
  background-color: #f0f2ff;
}

.button.light-grey.paint:active {
  border-color: #f0f2ff;
  background-color: #f0f2ff;
}

.button.light-grey[disabled]:hover {
  background-color: transparent !important;
}

.button.light-grey[disabled]:active {
  background-color: transparent !important;
}

.button.red {
  color: #ff4545;
  border-color: #ff4545;
}

.button.red:hover {
  color: #ff4545;
  background-color: #FFECEC;
  box-shadow: 0 0 0 1px #ff4545;
}

.button.red:active {
  color: #ff4545;
  background-color: #FFD0D0;
  box-shadow: 0 0 0 1px #ff4545;
}

.button.red.paint {
  background-color: #ff4545;
}

.button.red.paint:hover {
  border-color: #cc3737;
  background-color: #cc3737;
  box-shadow: 0 0 0 1px #cc3737;
}

.button.red.paint:active {
  border-color: #992929;
  background-color: #992929;
  box-shadow: none;
}

.button.orange {
  color: #fa961e;
  border-color: #fa961e;
}

.button.orange:hover {
  border-color: #fa961e;
  background-color: #fa961e;
  color: #ffffff;
}

.button.orange:active {
  border-color: #965a14;
  background-color: #965a14;
  color: #ffffff;
}

.button.orange.paint {
  background-color: #fa961e;
}

.button.orange.paint:hover {
  border-color: #c87819;
  background-color: #c87819;
}

.button.orange.paint:active {
  border-color: #965a14;
  background-color: #965a14;
}

.button.paint {
  color: #ffffff;
}

.button.paint:hover {
  color: #ffffff;
}

.button.paint:active {
  color: #ffffff;
}

.button.white {
  border-color: #ffffff;
  color: #ffffff;
}

.button.white:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 1px #ffffff;
}

.button.white:active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 1px #ffffff;
}

.button.white.paint {
  color: #1ea01e;
  background-color: #ffffff;
}

.button.white.paint:hover {
  color: #1ea01e;
  border-color: #E9F6E9;
  background-color: #E9F6E9;
  box-shadow: 0 0 0 1px #E9F6E9;
}

.button.white.paint:active {
  color: #1ea01e;
  border-color: #C8EAC8;
  background-color: #C8EAC8;
  box-shadow: none;
}

.button.white.color-black {
  color: #000000 !important;
}

.button .white {
  color: #fff;
}

.button .black {
  color: #000000;
}

.button .black-white {
  color: #000000;
}

.button.color {
  /*Подвергнуть удалению*/
}

.button.color-black {
  color: #000000;
}

.button.color-green {
  color: #1ea01e !important;
}

.button.color-blue {
  color: #0088cc !important;
}

.button.color_black {
  color: #000;
}

.button.color_green {
  color: #1ea01e;
}

.button.color_blue {
  color: #0088cc;
}

.button.vk {
  border-color: #4D7198;
  background-color: #4D7198;
  color: #ffffff;
}

.button.vk:hover {
  border-color: rgba(77, 117, 163, 0.9);
  background-color: rgba(77, 117, 163, 0.9);
  color: #ffffff;
  box-shadow: 0 0 0 1px rgba(77, 117, 163, 0.9);
}

.button.vk:active {
  border-color: #4D7198;
  background-color: #4D7198;
  color: #ffffff;
}

.button.fb {
  border-color: #3B5998;
  background-color: #3B5998;
  color: #ffffff;
}

.button.fb:hover {
  border-color: rgba(61, 89, 153, 0.9);
  background-color: rgba(61, 89, 153, 0.9);
  color: #ffffff;
  box-shadow: 0 0 0 1px rgba(61, 89, 153, 0.9);
}

.button.fb:active {
  border-color: #3B5998;
  background-color: #3B5998;
  color: #ffffff;
}

.button.border {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.54);
}

.button.border:hover {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.button.border:active {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.87);
}

.button .body {
  display: table;
  margin: 0 auto;
}

.button .bk-item {
  justify-content: center;
}

.button.pro-activated {
  border: 1px solid #7f7e7c;
  color: #1ea01e;
  cursor: default;
}

.button.pro-activated.paint {
  border: 1px solid #e3e6e9;
  background-color: #e3e6e9;
  color: #1ea01e;
  cursor: default;
}

.button.pro-activated.full {
  padding-left: 5px;
  padding-right: 5px;
}

.button.upload-file-grey {
  background-color: #e3e3e3;
  border-color: #8a8884;
  color: #878888;
}

.button.upload-file-grey:hover {
  border-color: #1ea01e;
  color: #1ea01e;
}

.button.no-text_h40 {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.button.switch_two-horizontal:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  display: inline-flex;
  width: 50%;
  vertical-align: middle;
  justify-content: center;
}

.button.switch_two-horizontal:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: inline-flex;
  width: 50%;
  vertical-align: middle;
  justify-content: center;
}

.button.square {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.button.square_30 {
  width: 30px;
  height: 30px;
}

.button.square_40 {
  width: 40px;
  height: 40px;
}

.button.square_50 {
  width: 50px;
  height: 50px;
}

.button .icon {
  font-size: 0;
}

.button .icon-h {
  display: none;
}

.button .icon-a {
  display: none;
}

.button .icon.left {
  font-size: 0;
  float: left;
  margin-bottom: -5px;
  margin-right: 5px;
}

.button .icon.right {
  font-size: 0;
  float: right;
  margin-bottom: -5px;
  margin-left: 5px;
}

.button.rounded-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.button.rounded-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.button.rounded-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.button.rounded-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.button.small {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  padding-top: 6px;
  padding-bottom: 6px;
}

.button.middle {
  padding-top: 5px;
  padding-bottom: 6px;
}

.button.big {
  padding: 7px 20px 9px;
}

.button.big.only-icon {
  height: 40px;
}

.button.great {
  padding: 12px 30px 14px;
}

.button.high {
  font-size: 18px;
  font-weight: bold;
  padding: 11px 30px 12px;
}

.button.high.only-icon {
  height: 50px;
}

.button.high .bk-item__txt {
  font-size: 18px;
}

.button.large {
  font-size: 18px;
  padding: 16px 30px 17px;
}

.button.upper {
  text-transform: uppercase;
}

.button.full {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.button.only-icon {
  font-size: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
  height: 30px;
}

.button.only-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.button .bk-item__txt {
  line-height: 1.4;
}

.button.disabled {
  cursor: default;
}

.button.disabled:hover {
  background-color: inherit;
  color: inherit;
  cursor: default;
}

.button[disabled] {
  cursor: default !important;
  pointer-events: none;
  opacity: .2;
}

.button[disabled] .icon-norm {
  display: block;
}

.button[disabled] .icon-hover {
  display: none;
}

.button[disabled] .icon-active {
  display: none;
}

.button[disabled]:hover .icon-norm {
  display: block;
}

.button[disabled]:hover .icon-hover {
  display: none;
}

.button[disabled]:hover .icon-active {
  display: none;
}

.button[disabled]:active .icon-norm {
  display: block;
}

.button[disabled]:active .icon-hover {
  display: none;
}

.button[disabled]:active .icon-active {
  display: none;
}

.button.pe-none {
  pointer-events: none;
}

.button .txt-hide {
  display: none;
}

.button .txt-desktop {
  display: block;
}

.button .txt-tablet {
  display: none;
}

.button .txt-mobile {
  display: none;
}

.button.m-r20 {
  margin-right: 20px;
}

.button.important {
  font-size: 16px !important;
  line-height: 1.4 !important;
  padding: 2px 15px 4px !important;
  border: 1px solid transparent !important;
  display: table;
  border-radius: 6px !important;
  cursor: pointer !important;
  outline: none !important;
  text-align: center !important;
  text-shadow: none !important;
  background: none !important;
  box-sizing: border-box !important;
  height: auto;
}

.button.important:hover {
  background-color: #E9F6E9 !important;
}

.button.important:hover .icon-n {
  display: none !important;
}

.button.important:hover .icon-h {
  display: block !important;
}

.button.important:hover .icon-a {
  display: none !important;
}

.button.important:active {
  background-color: #C8EAC8 !important;
}

.button.important:active .icon-n {
  display: none !important;
}

.button.important:active .icon-h {
  display: none !important;
}

.button.important:active .icon-a {
  display: block !important;
}

.button.important.active .icon-n {
  display: none !important;
}

.button.important.active .icon-h {
  display: none !important;
}

.button.important.active .icon-a {
  display: block !important;
}

.button.important.active:hover .icon-n {
  display: none !important;
}

.button.important.active:hover .icon-h {
  display: none !important;
}

.button.important.active:hover .icon-a {
  display: block !important;
}

.button.important.active:active .icon-n {
  display: none;
}

.button.important.active:active .icon-h {
  display: none;
}

.button.important.active:active .icon-a {
  display: block;
}

.button.important.green {
  color: #1ea01e !important;
  border-color: #1ea01e !important;
}

.button.important.green:hover {
  color: #1ea01e !important;
  border-color: #1ea01e !important;
  background-color: #E9F6E9 !important;
  box-shadow: 0 0 0 1px #1ea01e !important;
  text-decoration: none !important;
}

.button.important.green:active {
  color: #1ea01e !important;
  border-color: #1ea01e !important;
  background-color: #C8EAC8 !important;
  box-shadow: 0 0 0 1px #1ea01e !important;
}

.button.important.green.paint {
  color: #ffffff !important;
  background-color: #1ea01e !important;
}

.button.important.green.paint:hover {
  color: #ffffff !important;
  border-color: #198219 !important;
  background-color: #198219 !important;
  box-shadow: 0 0 0 1px #198219 !important;
}

.button.important.green.paint:active {
  color: #ffffff !important;
  border-color: #146414 !important;
  background-color: #146414 !important;
  box-shadow: none !important;
}

.button.important.blue {
  border-color: #00b4f0 !important;
  color: #00b4f0 !important;
}

.button.important.blue:hover {
  border-color: #0088cc !important;
  background-color: #0088cc !important;
  color: #ffffff !important;
}

.button.important.blue:active {
  border-color: #006e91 !important;
  background-color: #006e91 !important;
  color: #ffffff !important;
}

.button.important.blue.paint {
  background-color: #00b4f0 !important;
  color: #ffffff !important;
}

.button.important.blue.paint:hover {
  border-color: #0088cc !important;
  background-color: #0088cc !important;
  color: #ffffff !important;
}

.button.important.blue.paint:active {
  border-color: #006e91 !important;
  background-color: #006e91 !important;
  color: #ffffff !important;
}

.button.important.blue.like:hover {
  border-color: #006e91 !important;
  background-color: #006e91 !important;
  color: #ffffff !important;
}

.button.important.blue.like:active {
  border-color: #0088cc !important;
  background-color: #0088cc !important;
  color: #ffffff !important;
}

.button.important.blue.like.active {
  border-color: #0088cc !important;
  background-color: #0088cc !important;
  color: #ffffff !important;
}

.button.important.blue.like.active:hover {
  border-color: #006e91 !important;
  background-color: #006e91 !important;
  color: #ffffff !important;
}

.button.important.grey {
  border-color: #c8c8c8 !important;
  color: #c8c8c8 !important;
}

.button.important.grey:hover {
  border-color: #b4b4b4 !important;
  background-color: #b4b4b4 !important;
  color: #ffffff !important;
}

.button.important.grey:hover .green {
  color: #ffffff !important;
}

.button.important.grey:active {
  border-color: #a9a9a9 !important;
  background-color: #a9a9a9 !important;
  color: #ffffff !important;
}

.button.important.grey.paint {
  background-color: #c8c8c8 !important;
  color: #ffffff !important;
}

.button.important.grey.paint:hover {
  border-color: #b4b4b4 !important;
  background-color: #b4b4b4 !important;
  color: #ffffff !important;
}

.button.important.grey.paint:active {
  border-color: #a9a9a9 !important;
  background-color: #a9a9a9 !important;
  color: #ffffff !important;
}

.button.important.grey.lite {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.button.important.grey.lite:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.button.important.grey.lite:active {
  background-color: rgba(0, 0, 0, 0.1) !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.button.important.grey[disabled]:hover {
  background-color: transparent !important;
}

.button.important.grey[disabled]:active {
  background-color: transparent !important;
}

.button.important.white {
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.button.important.white:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  text-decoration: none !important;
}

.button.important.white:active {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.button.important.white.paint {
  background-color: #ffffff !important;
  color: #1ea01e !important;
}

.button.important.white.paint:hover {
  border-color: #e9e9e9 !important;
  background-color: #e9e9e9 !important;
}

.button.important.white.paint:active {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.button.important.orange {
  color: #fa961e !important;
  border-color: #fa961e !important;
}

.button.important.orange:hover {
  border-color: #fa961e !important;
  background-color: #fa961e !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.button.important.orange:active {
  border-color: #965a14 !important;
  background-color: #965a14 !important;
  color: #ffffff !important;
}

.button.important.orange.paint {
  background-color: #fa961e !important;
  color: #ffffff !important;
}

.button.important.orange.paint:hover {
  border-color: #c87819 !important;
  background-color: #c87819 !important;
  color: #ffffff !important;
}

.button.important.orange.paint:active {
  border-color: #965a14 !important;
  background-color: #965a14 !important;
  color: #ffffff !important;
}

.button.important.small {
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: normal !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.button.important.big {
  padding: 7px 20px 9px !important;
}

.button.important.high {
  height: auto !important;
  padding: 11px 30px 12px !important;
  font-size: 18px !important;
  font-weight: bold !important;
}

.button.important.great {
  padding: 12px 30px 14px !important;
}

.button.important.large {
  height: auto !important;
  font-size: 18px !important;
  padding: 16px 30px 17px !important;
}

.button.important.full {
  width: 100% !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.button.important .icon-n {
  display: block !important;
}

.button.important .icon-h {
  display: none !important;
}

.button.important .icon-a {
  display: none !important;
}

.file_side .file__icon {
  float: left;
}

.file_side .file__link:hover .file__center {
  text-decoration: underline;
}

.file_side .file__txt {
  margin-left: 60px;
  min-height: 50px;
  font-size: 0;
  color: #0088cc;
  word-break: break-word;
}

.file_side .file__txt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  min-height: inherit;
  height: inherit;
}

.file_side .file__center {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.file__body {
  *zoom: 1;
}

.file__body:before,
.file__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.file__item {
  margin-bottom: 10px;
}

.file__item:last-child {
  margin-bottom: 0;
}

.fonts {
  /* font-family: "PTSansRegular"; */
  /* font-family: "PTSansItalic"; */
  /* font-family: "PTSansBold"; */
  /* font-family: "PTSansBoldItalic"; */
  /* font-family: "PTSansCaptionRegular"; */
  /* font-family: "PTSansCaptionBold"; */
  /* font-family: "EncodeSansBlack"; */
}

@font-face {
  font-family: "PT Sans";
  font-display: fallback;
  src: url("../fonts/PTSansRegular/PTSansRegular.eot");
  src: url("../fonts/PTSansRegular/PTSansRegular.woff2") format("woff2"), url("../fonts/PTSansRegular/PTSansRegular.woff") format("woff"), url("../fonts/PTSansRegular/PTSansRegular.eot?#iefix") format("embedded-opentype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "PT Sans";
  font-display: fallback;
  src: url("../fonts/PTSansItalic/PTSansItalic.eot");
  src: url("../fonts/PTSansItalic/PTSansItalic.woff2") format("woff2"), url("../fonts/PTSansItalic/PTSansItalic.woff") format("woff"), url("../fonts/PTSansItalic/PTSansItalic.eot?#iefix") format("embedded-opentype");
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: "PT Sans";
  font-display: fallback;
  src: url("../fonts/PTSansBold/PTSansBold.eot");
  src: url("../fonts/PTSansBold/PTSansBold.woff2") format("woff2"), url("../fonts/PTSansBold/PTSansBold.woff") format("woff"), url("../fonts/PTSansBold/PTSansBold.eot?#iefix") format("embedded-opentype");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "PT Sans";
  font-display: fallback;
  src: url("../fonts/PTSansBoldItalic/PTSansBoldItalic.eot");
  src: url("../fonts/PTSansBoldItalic/PTSansBoldItalic.woff2") format("woff2"), url("../fonts/PTSansBoldItalic/PTSansBoldItalic.woff") format("woff"), url("../fonts/PTSansBoldItalic/PTSansBoldItalic.eot?#iefix") format("embedded-opentype");
  font-style: italic;
  font-weight: bold;
}

@font-face {
  font-family: "PT Sans Caption";
  font-display: fallback;
  src: url("../fonts/PTSansCaptionRegular/PTSansCaptionRegular.eot");
  src: url("../fonts/PTSansCaptionRegular/PTSansCaptionRegular.woff2") format("woff2"), url("../fonts/PTSansCaptionRegular/PTSansCaptionRegular.woff") format("woff"), url("../fonts/PTSansCaptionRegular/PTSansCaptionRegular.eot?#iefix") format("embedded-opentype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "PT Sans Caption";
  font-display: fallback;
  src: url("../fonts/PTSansCaptionBold/PTSansCaptionBold.eot");
  src: url("../fonts/PTSansCaptionBold/PTSansCaptionBold.woff2") format("woff2"), url("../fonts/PTSansCaptionBold/PTSansCaptionBold.woff") format("woff"), url("../fonts/PTSansCaptionBold/PTSansCaptionBold.eot?#iefix") format("embedded-opentype");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "Encode Sans";
  font-display: fallback;
  src: url("../fonts/EncodeSansBlack/EncodeSansBlack.eot");
  src: url("../fonts/EncodeSansBlack/EncodeSansBlack.woff2") format("woff2"), url("../fonts/EncodeSansBlack/EncodeSansBlack.woff") format("woff"), url("../fonts/EncodeSansBlack/EncodeSansBlack.eot?#iefix") format("embedded-opentype");
  font-style: normal;
  font-weight: bold;
}

.drop_block {
  position: relative;
}

.drop__body {
  position: relative;
}

.drop__position {
  position: absolute;
}

.drop__position.top_center .drop__hide {
  top: -10px;
  left: 50%;
  transform: translate(-50%, -100%);
}

.drop__position.top_right .drop__hide {
  top: -10px;
  left: 0;
  transform: translate(0%, -100%);
  white-space: nowrap;
}

.drop__position.right_center .drop__hide {
  top: 5px;
  transform: translate(30px, -50%);
  width: 350px;
  padding: 15px 0 12px;
}

.drop__info {
  position: absolute;
  z-index: 5;
  font-size: 9px;
  line-height: 9px;
  border: 1px solid;
  border-color: grey;
  border-radius: 2px;
  width: 11px;
  height: 11px;
  cursor: pointer;
  text-align: center;
}

.drop__info:hover ~ .drop__hide {
  display: block;
}

.drop__hide {
  display: none;
  position: absolute;
  padding: 10px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.drop__triangle:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: rotate(45deg);
  z-index: -1;
}

.drop__triangle.left:before {
  top: 50%;
  left: -11px;
  margin-top: -11px;
}

.drop__hide {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.drop__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.drop__txt.blue {
  color: #0088cc;
}

.drop__txt.green {
  color: #0088cc;
}

.drop__txt.link {
  cursor: pointer;
}

.drop__txt.link:hover {
  text-decoration: underline;
}

.drop__stext {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  display: block;
  padding: 0 15px;
  background-color: #ffffff;
}

.drop.top_right .drop__position {
  top: -6px;
  right: -3px;
}

.drop.in .drop__body {
  display: table;
}

.drop.block .drop__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.drop.block .drop__body:hover .drop__hide {
  display: block;
}

.drop.block .drop__position {
  width: 100%;
  height: 100%;
}

.likes__body {
  *zoom: 1;
}

.likes__body:before,
.likes__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.likes__item {
  margin-right: 10px;
  position: relative;
  float: left;
}

.likes__item:last-child {
  margin-right: 0;
}

.likes__item:hover .likes__value {
  display: block;
}

.likes__btn {
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  padding: 4px;
  display: block;
}

.likes__overall {
  font-size: 16px;
  font-weight: 900;
  color: #aaaaaa;
}

.likes__value {
  display: none;
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  padding: 2px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  z-index: 10;
}

.likes.norm .likes__overall {
  margin-top: 4px;
}

.likes.grey .likes__overall {
  color: #aaaaaa;
}

.likes .red .likes__overall {
  color: #FF4545;
}

.likes .green .likes__overall {
  color: #0088cc;
}

.open-close_active {
  height: auto !important;
}

.open-close_active .blackout {
  display: none;
}

.open-close_btn .txt {
  display: none;
}

.open-close_btn .txt-hide {
  display: block;
}

.sort__body {
  *zoom: 1;
}

.sort__body:before,
.sort__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.sort__item {
  float: left;
  border: 1px solid;
  cursor: pointer;
  padding-top: 6px;
  padding-bottom: 6px;
}

.sort__item:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
}

.sort__item:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0;
}

.sort__item_center {
  text-align: center;
}

.sort__btn {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.sort_three .sort__item {
  width: 33.33%;
}

.sort_green .sort__item {
  border-color: #1ea01e;
}

.sort_green .sort__item:hover {
  background-color: #1ea01e;
  border-color: #1ea01e;
}

.sort_green .sort__item:active {
  background-color: #198219;
  border-color: #198219;
}

.sort_green .sort__item_active {
  background-color: #1ea01e;
  border-color: #1ea01e;
}

.sort_minus-20 {
  margin-bottom: -20px;
}

.sort_left {
  float: left;
}

.sort_right {
  float: right;
}

.sort_show-mb {
  display: none;
}

.sort_show-sm {
  display: none;
}

.sort_show-xs {
  display: none;
}

.sort_hide-mb {
  display: block;
}

.sort_hide-sm {
  display: block;
}

.sort_hide-xs {
  display: block;
}

.select_big .select__data {
  height: 40px;
}

.select_white {
  color: white;
}

.select__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

.select__data {
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-left: 5px;
  border: 1px solid #a9a9a9;
}

.group_r-30 .group__item {
  margin-right: 30px;
}

.group__body {
  *zoom: 1;
}

.group__body:before,
.group__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.group__row {
  *zoom: 1;
}

.group__row:before,
.group__row:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.group__col {
  *zoom: 1;
}

.group__col:before,
.group__col:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

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

.group__item:last-child {
  margin-right: 0;
}

.group__item_right {
  float: right;
  margin-right: 0;
}

.preview {
  margin-bottom: 20px;
}

.preview__img {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.preview__img img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.preview__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.preview__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 25px;
}

.invest {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.invest__body {
  flex-grow: 1;
}

.invest__content {
  position: relative;
}

.invest__next {
  margin-bottom: 40px;
  position: relative;
}

.invest__next.disable {
  opacity: .5;
}

.invest__next.disable:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.b__container {
  max-width: 1004px;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.b__container_white {
  background-color: #fff;
}

.b__content {
  position: relative;
  padding-top: 20px;
  *zoom: 1;
}

.b__content:before,
.b__content:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.b__item {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.b__item:first-child {
  margin-top: 0;
}

.b__item:last-child {
  margin-bottom: 0;
}

.b__side-part .issue__item {
  margin-bottom: 20px;
}

.b__side-part .issue__item:last-of-type .b_bor-bot-g {
  display: none;
}

.b__side-part .b__item {
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}

.b__side-part .b__item:last-of-type {
  margin-bottom: -20px;
}

.b__side-part .b__item:last-of-type .b_bor-bot-g {
  display: none;
}

.b__super-title {
  font-size: 55px;
  line-height: 1.2;
  font-weight: normal;
}

.b__super-title_b {
  font-weight: bold;
}

.b__big-title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
}

.b__big-title_b {
  font-weight: bold;
}

.b__title {
  *zoom: 1;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
  /*выпадающий список со способами сортировки*/
}

.b__title:before,
.b__title:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.b__title h1 {
  display: inline-block;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 30px;
}

.b__title h2 {
  display: inline-block;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 30px;
}

.b__title h3 {
  display: inline-block;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 30px;
}

.b__title_link .link {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-left: 5px;
  text-transform: none;
  float: right;
}

.b__title_link .link:hover {
  text-decoration: underline;
}

.b__title-edit {
  float: right;
  cursor: pointer;
}

.b__title-edit:hover .txt {
  text-decoration: underline;
}

.b__title-edit:hover .txt_grey {
  color: #0088cc;
}

.b__title-edit .icon {
  position: relative;
  top: 4px;
  margin-right: 10px;
}

.b__title-edit .txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  text-transform: none;
  color: #0088cc;
}

.b__title-edit .txt_dark {
  color: #006cb0;
}

.b__title-edit .txt_green {
  color: #1ea01e;
}

.b__title-edit .txt_blue {
  color: #0088cc;
}

.b__title-edit .txt_grey {
  color: #aaa;
}

.b__title-txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-left: 20px;
}

.b__title.grey {
  color: #aaaaaa;
}

.b__title_big {
  font-size: 35px;
}

.b__title_small {
  font-size: 16px;
  margin-bottom: 0;
}

.b__title .bus-search__drop-down drop-down-side-indent {
  display: none;
}

.b__subtitle {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-left: 20px;
}

.b__issue.bor-bot-g .b__item {
  border-bottom: 1px solid;
  border-color: #dadada;
}

.b__issue.bor-bot-g .b__item:last-child {
  border-color: transparent;
}

.b_uper {
  text-transform: uppercase;
}

.b_bor-top-g {
  border-top: 1px solid #cccccc;
}

.b_bor-bot-g {
  border-bottom: 1px solid #cccccc;
}

.b_bor-g {
  border: 1px solid #cccccc;
}

.b_mt-0 {
  margin-top: 0;
}

.b_mt-5 {
  margin-top: 5px;
}

.b_mt-10 {
  margin-top: 10px;
}

.b_mt-15 {
  margin-top: 15px;
}

.b_mt-20 {
  margin-top: 20px;
}

.b_mt-25 {
  margin-top: 25px;
}

.b_mt-30 {
  margin-top: 30px;
}

.b_mt-35 {
  margin-top: 35px;
}

.b_mt-40 {
  margin-top: 40px;
}

.b_mt-45 {
  margin-top: 45px;
}

.b_mt-50 {
  margin-top: 50px;
}

.b_mt-55 {
  margin-top: 55px;
}

.b_mt-60 {
  margin-top: 60px;
}

.b_mt-65 {
  margin-top: 65px;
}

.b_mt-70 {
  margin-top: 70px;
}

.b_mb-0 {
  margin-bottom: 0;
}

.b_mb-10 {
  margin-bottom: 10px;
}

.b_mb-15 {
  margin-bottom: 15px;
}

.b_mb-20 {
  margin-bottom: 20px;
}

.b_mb-30 {
  margin-bottom: 30px;
}

.b_mb-35 {
  margin-bottom: 35px;
}

.b_mb-40 {
  margin-bottom: 40px;
}

.b_mb-45 {
  margin-bottom: 45px;
}

.b_mb-50 {
  margin-bottom: 50px;
}

.b_bgc-grey {
  background-color: #f0f2f5;
}

.b__row {
  *zoom: 1;
}

.b__row:before,
.b__row:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.b__col {
  float: left;
}

.b__col.col_l {
  padding-left: 0;
  padding-right: 25px;
}

.b__col.col_l-680 {
  max-width: 705px;
}

.b__col.col_r {
  padding-left: 25px;
  padding-right: 0;
}

.b__col.col_s12 {
  width: 100%;
}

.b__col.col_m8 {
  width: 66.66%;
}

.b__col.col_m4 {
  width: 33.33%;
}

.b__col.col_l9 {
  width: 75%;
}

.b__col.col_l3 {
  width: 25%;
}

.b__col.col_center {
  float: none;
  margin: 0 auto;
}

.b__col.col_fixl {
  width: calc(100% - 305px);
}

.b__col.col_fixr {
  width: 305px;
}

.b__col.left {
  float: left;
}

.b__col.right {
  float: right;
}

.b_rad-5 {
  border-radius: 5px;
}

.b__block {
  border-radius: 6px;
}

.b__block_side-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.b_back-g {
  background-color: #e9e9e9;
}

.b_back-w {
  background-color: #ffffff;
}

.b_pad-10 {
  padding: 10px;
}

.b_pad-20 {
  padding: 20px;
}

.b_pad-30 {
  padding: 30px;
}

.b_pad-top-15 {
  padding-top: 15px;
}

.b_pad-top-20 {
  padding-top: 20px;
}

.b_pad-top-25 {
  padding-top: 25px;
}

.b_pad-top-30 {
  padding-top: 30px;
}

.b_pad-top-40 {
  padding-top: 40px;
}

.b_projection-lr20 {
  margin-left: -20px;
  margin-right: -20px;
}

.b_relative {
  position: relative;
}

.b .size-34 {
  font-size: 34px;
}

.b_calendar {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

.b_calendar .b__body {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

.b_title-lh .b__title {
  margin-bottom: 10px;
}

.b_title-lh .b__title h2 {
  line-height: 1.2;
}

.coloring__body {
  *zoom: 1;
}

.coloring__body:before,
.coloring__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.coloring_grey {
  background-color: #aaaaaa;
  opacity: .3;
}

.coloring_turquoise {
  background-color: #0088cc;
  opacity: .3;
}

.coloring__title {
  width: 60%;
  height: 25px;
  margin-bottom: 20px;
}

.coloring__txt {
  height: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
}

.coloring__txt_one {
  width: 76%;
}

.coloring__txt_two {
  width: 62%;
}

.coloring__txt_three {
  width: 93%;
}

.coloring__txt_four {
  width: 43%;
}

.coloring__txt_five {
  width: 55%;
}

.coloring__txt_six {
  width: 30%;
  margin-top: 20px;
  clear: left;
}

.coloring__footer {
  clear: left;
  padding-top: 20px;
}

.coloring__footer-left {
  float: left;
}

.coloring__footer-right {
  float: right;
}

.coloring_footer-one {
  width: 30px;
}

.coloring_footer-two {
  width: 23px;
}

.coloring_footer-three {
  width: 45px;
}

.coloring_footer-four {
  width: 50px;
}

.n-btn {
  background-color: transparent;
  cursor: pointer;
  outline: 0;
  display: table;
  border-radius: 5px;
  border: 1px solid;
  border-color: transparent;
  padding: 4px 10px;
}

.n-btn-big {
  background-color: transparent;
  cursor: pointer;
  outline: 0;
  display: table;
  border-radius: 5px;
  border: 1px solid;
  border-color: transparent;
  padding: 9px 10px;
}

.n-btn_green {
  border-color: #1ea01e;
  background-color: transparent;
}

.n-btn_green .n-btn-t {
  border-color: #1ea01e;
  color: #ffffff;
}

.n-btn_green:hover {
  border-color: #198219;
  background-color: #198219;
}

.n-btn_green:hover .n-btn-t {
  color: #ffffff;
}

.n-btn_green:active {
  border-color: #146414;
  background-color: #146414;
}

.n-btn_green:active .n-btn-t {
  color: #ffffff;
}

.n-btn_green-paint {
  border-color: #1ea01e;
  background-color: #1ea01e;
}

.n-btn_green-paint .n-btn-t {
  color: #ffffff;
}

.n-btn_green-paint:hover {
  border-color: #198219;
  background-color: #198219;
}

.n-btn_green-paint:hover .n-btn-t {
  color: #ffffff;
}

.n-btn_green-paint:active {
  border-color: #146414;
  background-color: #146414;
}

.n-btn_green-paint:active .n-btn-t {
  color: #ffffff;
}

.n-btn_green-t .n-btn-t {
  color: #1ea01e;
}

.n-btn_green-t:hover .n-btn-t {
  color: #ffffff;
}

.n-btn_white {
  border-color: #ffffff;
  background-color: transparent;
}

.n-btn_white .n-btn-t {
  border-color: #ffffff;
  color: #ffffff;
}

.n-btn_white:hover {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}

.n-btn_white:hover .n-btn-t {
  color: #ffffff;
}

.n-btn_white:active {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}

.n-btn_white:active .n-btn-t {
  color: #ffffff;
}

.n-btn_white-paint {
  border-color: #ffffff;
  background-color: #ffffff;
}

.n-btn_white-paint .n-btn-t {
  color: #ffffff;
}

.n-btn_white-paint:hover {
  border-color: #ffffff;
  background-color: #ffffff;
}

.n-btn_white-paint:hover .n-btn-t {
  color: #ffffff;
}

.n-btn_white-paint:active {
  border-color: #ffffff;
  background-color: #ffffff;
}

.n-btn_white-paint:active .n-btn-t {
  color: #ffffff;
}

.n-btn_white-t .n-btn-t {
  color: #1ea01e;
}

.n-btn_white-t:hover .n-btn-t {
  color: #ffffff;
}

.n-btn-i {
  float: left;
  font-size: 0;
  margin-right: 5px;
}

.n-btn-t {
  font-size: 15px;
  float: left;
  line-height: 1.3;
}

.n-btn-t_no {
  padding: 4px 5px;
}

.n-btn-t_no .n-btn-i {
  margin-right: 0;
}

.n-btn-t_no .n-btn-t {
  display: none;
}

.n-btn-n {
  display: inline-block;
}

.n-btn-h {
  display: none;
}

.n-btn:hover .n-btn-i .n-btn-n {
  display: none;
}

.n-btn:hover .n-btn-i .n-btn-h {
  display: inline-block;
}

.n-btn:active .n-btn-i .n-btn-n {
  display: none;
}

.n-btn:active .n-btn-i .n-btn-h {
  display: inline-block;
}

.new-boss {
  font-family: PT Sans, Arial;
  box-sizing: border-box;
  padding-top: 60px;
  /*убираем gif кнопку закрыть в тех местах, где есть svg*/
}

.new-boss input,
.new-boss textarea,
.new-boss button {
  -webkit-appearance: none;
}

.new-boss input,
.new-boss textarea,
.new-boss select,
.new-boss button {
  font-family: inherit;
}

.new-boss_bg-grey {
  background-color: #f0f2f5;
}

.new-boss * {
  box-sizing: border-box;
}

.new-boss img {
  vertical-align: top;
  user-select: none;
}

.new-boss input[type=number] {
  -moz-appearance: textfield;
  /*for ie*/
}

.new-boss input[type=number]::-webkit-inner-spin-button,
.new-boss input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.new-boss input[type=number]::-ms-clear {
  display: none;
}

.new-boss input[type=text] {
  /*for ie*/
}

.new-boss input[type=text]::-ms-clear {
  display: none;
}

.new-boss input::placeholder,
.new-boss textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.new-boss input::-webkit-input-placeholder,
.new-boss textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.new-boss input::-ms-input-placeholder,
.new-boss textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.new-boss input:-ms-input-placeholder,
.new-boss textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.new-boss input::-moz-placeholder,
.new-boss textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.new-boss input:-moz-placeholder,
.new-boss textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.new-boss #wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.new-boss .wrap-hidden {
  overflow: hidden !important;
  height: 100%;
}

.new-boss #main {
  flex: 1 0 auto;
  position: static;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}

.new-boss .footer__body {
  flex: 0 0 auto;
}

.new-boss .b-paginator.paginator {
  font-size: 0;
  margin-top: 30px;
  margin-bottom: 10px;
}

.new-boss .b-paginator.paginator .b-paginator__item {
  user-select: none;
}

.new-boss .b-paginator.b-paginator_default {
  margin: 0;
  font-size: 0;
}

.new-boss .b-paginator.b-paginator_default .b-paginator__item {
  user-select: none;
  cursor: pointer;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 10px;
}

.new-boss .b-paginator.b-paginator_default .b-paginator__item:last-child {
  margin-right: 0;
}

.new-boss .b-paginator.b-paginator_default .b-paginator__item_type_active .b-paginator__link {
  background: none;
  box-shadow: none;
  background-color: #1EA01E;
  color: #ffffff;
}

.new-boss .b-paginator.b-paginator_default .b-paginator__item_type_dote {
  vertical-align: baseline;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-left: 3.8px;
  padding-right: 3.8px;
}

.new-boss .b-paginator.b-paginator_default .b-paginator__link {
  display: block;
  min-width: 40px;
  text-align: center;
  padding: 8px 10px;
  border: 1px #1EA01E solid;
  color: #1EA01E;
}

.new-boss .b-paginator.b-paginator_default.m-b10 {
  margin-bottom: 10px;
}

.new-boss .b-paginator.b-paginator_default.m-b30 {
  margin-bottom: 30px;
}

.new-boss .b-paginator__item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}

.new-boss .b-paginator__item_type_dote {
  font-size: 8px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 0;
  vertical-align: middle;
}

.new-boss .b-paginator__item_type_active {
  pointer-events: none;
}

.new-boss .b-paginator__item_type_active .b-paginator__link {
  background: none;
  box-shadow: none;
  border: 2px solid #1EA01E;
}

.new-boss .b-paginator__link {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  border: 1px #d2d2d2 solid;
  box-shadow: none;
  background: none;
  color: #000;
  padding: 7px 14.6px 9px;
  border-radius: 5px;
}

.new-boss .b-paginator__link:hover {
  border: 1px solid #1EA01E;
  box-shadow: 0 0 0 1px #1EA01E;
  background-color: #E9F6E9;
}

.new-boss .b-paginator__link:active {
  background-color: #C8EAC8;
  border: 1px solid #1EA01E;
  box-shadow: 0 0 0 1px #1EA01E;
}

.new-boss .notification_center {
  visibility: hidden;
  width: 360px;
  padding: 18px 20px;
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: 0 0 12px rgba(50, 50, 50, 0.5);
  position: absolute;
  z-index: 1001;
}

.new-boss .notification_center .jspContainer:focus {
  outline: none;
}

.new-boss .notification_center .jspPane {
  box-sizing: content-box;
}

.new-boss .notification_center .jspVerticalBar {
  top: 10px;
  right: 4px;
  width: 8px;
  height: calc(100% - 10px);
  background-color: #dde;
}

.new-boss .notification_center .jspHorizontalBar {
  display: none;
}

.new-boss .notification_center .jspDrag {
  background-color: #b9b9c5;
}

.new-boss .notification_center__scroll_content {
  height: 422px;
  padding-right: 14px;
  overflow: auto;
}

.new-boss .notification_center p {
  font-size: 16px;
}

.new-boss .notification_center a {
  font-size: 16px;
}

.new-boss .notification_center__block .button {
  margin-right: 10px;
}

.new-boss .notification_center__head {
  color: #000000;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 7px;
}

.new-boss .notification_center__subtxt {
  color: #000000;
  line-height: 1.2;
  padding-bottom: 10px;
  white-space: normal;
}

.new-boss .notification_center__subtxt .count {
  font-weight: bold;
}

.new-boss .l-default_type_notifcenter {
  padding-bottom: 10px;
}

.new-boss .l-default_type_notifcenter .l-default__item {
  line-height: 1.25;
}

.new-boss .l-default_type_notifcenter p {
  display: block;
  position: relative;
  color: #000000;
  line-height: 1.25;
  padding-bottom: 0;
}

.new-boss .l-default_type_notifcenter .date {
  font-size: 14px;
  color: #898989;
  position: absolute;
  left: 0;
  top: 0;
}

.new-boss .l-default_type_notifcenter a {
  display: inline-block;
  line-height: 1.2;
  padding-left: 85px;
  zoom: 1;
  color: #0088cc;
}

.new-boss .l-default_type_notifcenter a:hover {
  text-decoration: underline;
}

.new-boss .notification_center-item-hide {
  margin-left: 10px;
}

.new-boss .notification_center__shadow {
  background: url(../img/notification-block/item-shadow.png) no-repeat 0 0;
  background-size: contain;
  max-width: 355px;
  width: 100%;
  height: 8px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 7px;
}

.new-boss .notification_center__layout1 {
  padding-top: 6px;
  float: left;
}

.new-boss .notification_center__layout2 {
  padding-top: 3px;
  margin-left: 100px;
}

.new-boss .notification_center__layout2 .notification_center__head {
  padding-bottom: 1px;
}

.new-boss .notification_center__layout2 .notification_center__subtxt {
  line-height: 1.25;
}

.new-boss .notification_center__hightlight-scroll {
  position: absolute;
  background: url(../img/notification-block/bottom-shadow.png) repeat-x 0 top;
  height: 80px;
  width: 400px;
  left: 0;
  bottom: 5px;
}

.new-boss .notification_center__hightlight-scroll-arrow {
  position: absolute;
  background: url(../img/notification-block/need_scroll.png) no-repeat 0 0;
  height: 25px;
  width: 32px;
  left: 50%;
  margin-left: -16px;
  bottom: 8px;
}

.new-boss .notification_center__close {
  background: url(../img/notification-block/close.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  right: 4px;
  display: block;
}

.new-boss .notification_center__arrow {
  background: url(../img/notification-block/arrow.png) no-repeat 0 0;
  width: 11px;
  height: 9px;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -6px;
}

.new-boss .notification-block-icon {
  position: relative;
  padding-right: 3px;
  top: 4px;
  border: 0 !important;
  text-decoration: none;
}

.new-boss .popup {
  position: fixed;
  z-index: 1002;
}

.new-boss .popup-fon {
  padding: 15px;
  background: url(../img/popup_fon.png) 0 0 repeat;
  float: left;
}

.new-boss .popup-in {
  background: #fff;
  overflow: hidden;
  position: relative;
}

.new-boss .popup h2 {
  padding: 10px 20px;
}

.new-boss .popup h3 {
  padding: 0 20px 10px;
}

.new-boss .close {
  width: 20px;
  /*width: 20px*/
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../img/close.gif) 0 0 no-repeat;
  display: block;
  cursor: pointer;
}

.new-boss .mfp-content .close {
  background: none;
}

.new-boss .mini-close {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../img/mini-close.gif) 0 0 no-repeat;
  display: block;
  cursor: pointer;
}

.new-boss .popup fieldset {
  border: 0;
  padding: 10px 20px 20px;
}

.new-boss .popup .message {
  margin: -10px 0 10px 0;
}

.new-boss .link-friend {
  width: 700px;
}

.new-boss .link-friend dt {
  width: 100px;
}

.new-boss .link-friend p {
  clear: both;
  padding-bottom: 10px;
}

.new-boss .link-friend label input,
.new-boss .link-friend i input,
.new-boss .link-friend textarea {
  width: 300px;
}

.new-boss .link-friend textarea {
  height: 95px;
}

.new-boss .status-message {
  width: 600px;
}

.new-boss .status-message p {
  padding: 0 20px 20px;
}

.new-boss .zayavka-manager {
  width: 900px;
}

.new-boss .category-list li {
  margin-right: 10px;
  display: inline;
  margin-bottom: 4px;
}

.new-boss .category-list {
  padding: 5px 0;
  clear: both;
  width: 860px;
}

.new-boss .vybor {
  margin: 0 20px;
  border-bottom: 1px solid #e8e9ec;
}

.new-boss .vybor p {
  padding-bottom: 20px;
}

.new-boss .vybor h4 {
  padding-bottom: 10px;
}

.new-boss .create-folder {
  width: 500px;
}

.new-boss .create-folder fieldset {
  padding-top: 0;
}

.new-boss .create-folder label .input-text {
  width: 220px;
  margin-bottom: 20px;
}

.new-boss .create-folder label input {
  display: block;
  margin-top: 3px;
}

.new-boss .protect {
  padding-top: 20px;
  overflow: hidden;
}

.new-boss .save-kriteriy {
  width: 600px;
}

.new-boss .save-kriteriy label .input-text {
  width: 220px;
}

.new-boss .popup .save-kriteriy dt {
  width: 80px;
  text-align: left;
}

.new-boss .popup .save-kriteriy dd {
  width: 200px;
  float: left;
}

.new-boss .popup .save-kriteriy dl {
  float: left;
  width: 400px;
}

.new-boss .save-kriteriy p {
  padding: 10px 0 10px;
  float: left;
  width: 500px;
}

.new-boss .save-kriteriy span {
  clear: both;
  float: left;
  padding-top: 5px;
}

.new-boss .we {
  padding: 0 20px 10px;
  border-bottom: 1px dashed #e8e9ec;
}

.new-boss .thanks {
  padding: 20px 0;
}

.new-boss .popup-category label {
  display: block;
  float: left;
  width: 215px;
  padding: 0 0 10px 0;
  display: inline;
}

.new-boss .b-category {
  padding: 20px 0 10px 0;
  float: left;
  clear: both;
}

.new-boss dd.b-category {
  padding: 10px 0 10px 0;
}

.new-boss .b-category input {
  float: left;
  margin-right: 15px;
}

.new-boss .b-category a,
.new-boss .b-category p {
  top: 3px;
  position: relative;
}

.new-boss .add-face {
  width: 500px;
}

.new-boss .add-face .input-text {
  width: 220px;
  margin-top: 2px;
}

.new-boss .popup .add-face dt {
  display: none;
}

.new-boss .popup .add-face dl {
  padding: 0;
}

.new-boss .popup .add-face .btn {
  margin-top: 10px;
  margin-bottom: -20px;
}

.new-boss .popup-sell .radio {
  top: 3px;
}

.new-boss .edit-load-file {
  width: 500px;
}

.new-boss .edit-load-file dt {
  width: 100px;
}

.new-boss .edit-load-file select {
  width: 220px;
}

.new-boss .edit-load-file .input-text {
  width: 300px;
}

.new-boss .edit-load-file .f-button a {
  top: 4px;
  position: relative;
}

.new-boss .email-list {
  width: 600px;
}

.new-boss .email-list table {
  margin-bottom: 15px;
  width: 540px;
}

.new-boss .scroll-table {
  height: 300px;
  width: 560px;
  overflow: auto;
  position: relative;
}

.new-boss .list-head a {
  margin-right: 20px;
}

.new-boss .popup .check {
  width: 10px;
}

.new-boss .list-head {
  background: #e8e9ec;
  padding: 10px 0 10px 15px;
}

.new-boss .popup .add-email {
  padding-top: 0;
}

.new-boss .add-email .input-text {
  float: left;
  margin: 5px 20px 0 0;
}

.new-boss .email-list h2 {
  padding-left: 0;
}

.new-boss .wrap-scroll-table {
  height: 300px;
  position: relative;
}

.new-boss .popup .contact-face {
  padding-bottom: 0;
}

.new-boss .contact-face p span {
  padding-left: 20px;
}

.new-boss .atten {
  background: url(../img/error.gif) 0 0 no-repeat;
  padding-left: 25px;
}

.new-boss .popup-nomer {
  width: 933px;
  height: 230px;
}

.new-boss .b-load {
  margin-top: -100px;
  margin-left: -170px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  width: 340px;
}

.new-boss .loader {
  margin-bottom: 60px;
}

.new-boss .body-fon {
  background: #fff;
}

.new-boss .forma {
  clear: both;
  position: relative;
}

.new-boss .forma fieldset {
  display: block;
  padding: 0 0 10px;
}

.new-boss .forma .fieldset-last {
  border-bottom: 1px solid #e8e9ec;
}

.new-boss #wrap .forma fieldset h3 {
  padding: 20px 0 15px 20px;
}

.new-boss .forma p {
  clear: both;
}

.new-boss .forma dl {
  clear: both;
}

.new-boss .forma dt {
  float: left;
  text-align: right;
  padding-right: 15px;
  padding-top: 1px;
}

.new-boss .forma dd {
  padding-bottom: 15px;
  float: left;
}

.new-boss .forma .select-block dd {
  padding-bottom: 5px;
}

.new-boss .forma dd span {
  display: block;
  padding-top: 3px;
  clear: both;
}

.new-boss .forma dd i {
  display: block;
  position: relative;
}

.new-boss .forma dd i input {
  float: left;
}

.new-boss .forma dd i b {
  position: relative;
  top: 3px;
  width: 310px;
  display: inline-block;
  padding-left: 15px;
}

.new-boss .forma dd i b a {
  float: left;
}

.new-boss .forma dd i b input {
  display: inline;
  width: 60px;
  margin: -3px 0 0 10px;
}

.new-boss #wrap .forma dd.tlf-block input,
.new-boss .popup .forma dd.tlf-block input {
  width: 55px;
  display: block;
}

.new-boss #wrap .forma dd.tlf-block label,
.new-boss .popup .forma dd.tlf-block label {
  width: 65px;
  float: left;
}

.new-boss #wrap .forma dd.tlf-block .nomer-tlf input,
.new-boss #wrap .forma dd.tlf-block .nomer-tlf,
.new-boss .popup .forma dd.tlf-block .nomer-tlf input,
.new-boss .popup .forma dd.tlf-block .nomer-tlf {
  width: 90px;
}

.new-boss #wrap #main .forma dd .checkbox {
  width: auto;
  margin: 0 3px 0 0;
  top: 2px;
}

.new-boss #wrap #main .forma dd b label {
  width: auto;
}

.new-boss #wrap .forma dd.tlf-block .nomer-tlf,
.new-boss .popup .forma dd.tlf-block .nomer-tlf {
  margin-right: 10px;
}

.new-boss #wrap .forma select {
  width: 225px;
  margin-right: -5px;
}

.new-boss .forma .select-block select {
  display: block;
  clear: both;
  margin-bottom: 10px;
  float: left;
}

.new-boss #wrap .forma .select-goriz select {
  width: auto;
  margin-right: 0;
}

.new-boss #wrap .forma dd .mult {
  float: left;
  width: 230px;
  margin-right: 8px;
}

.new-boss .forma h4 {
  margin: 10px 0 10px;
}

.new-boss .forma h4 img {
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.new-boss #wrap .er {
  position: absolute;
  left: 225px;
}

.new-boss .popup .er {
  position: absolute;
  left: 310px;
}

.new-boss .forma .forma-fon {
  background: #f7f7f7;
  border-bottom: 1px solid #e8e9ec;
  border-top: 1px solid #e8e9ec;
}

.new-boss .reg-button input {
  margin: 25px 0 10px;
}

.new-boss .reg-button label a {
  position: relative;
  top: -21px;
  left: 15px;
}

.new-boss .zapros {
  width: 170px;
  height: 30px;
  background: #419639;
  position: absolute;
  right: 0;
  top: -20px;
}

.new-boss #wrap .zapros p {
  padding: 5px 10px;
}

.new-boss .board-form dt {
  width: 250px;
}

.new-boss .board-form .form-radio label {
  padding-right: 20px;
}

.new-boss .board-form dd .input-text,
.new-boss .board-form dd textarea {
  width: 400px;
}

.new-boss .board-form .reg-button {
  padding-left: 265px;
}

.new-boss #wrap .board-form fieldset h3 {
  padding-top: 0;
}

.new-boss .vert-col-radio label {
  width: 200px;
  padding-bottom: 10px;
  padding-top: 3px;
}

.new-boss .b-textarea {
  height: 100px;
}

.new-boss .pattern {
  float: right;
  margin-top: -35px;
}

.new-boss #wrap .pattern h3 {
  padding-bottom: 5px;
  padding-left: 15px;
}

.new-boss #wrap .from-email {
  padding-bottom: 5px;
}

.new-boss #wrap .nic-name .input-text {
  width: 220px;
}

.new-boss .registration {
  width: 950px;
}

.new-boss .registration fieldset {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
}

.new-boss .registration dd .input-text,
.new-boss .registration dd textarea,
.new-boss .registration dd select,
.new-boss .new-pay-men dd .input-text,
.new-boss .new-pay-men dd select {
  width: 220px;
}

.new-boss .registration dt {
  width: 250px;
}

.new-boss .registration dd {
  width: 650px;
}

.new-boss .registration .reg-button {
  padding-left: 265px;
}

.new-boss .registration dd.captcha input {
  width: 80px;
}

.new-boss .registration dd.captcha img {
  display: block;
  margin-bottom: 15px;
}

.new-boss #wrap .twostring,
.new-boss .popup .twostring {
  top: -3px;
}

.new-boss #wrap dt .twostring {
  position: relative;
  top: -8px;
}

.new-boss #wrap .reg,
.new-boss .popup .reg {
  white-space: nowrap;
  display: inline-block;
  padding-top: 0;
}

.new-boss #wrap .reg i,
.new-boss .popup .reg i {
  display: inline-block;
}

.new-boss .control_group::before,
.new-boss .control_group::after {
  content: "";
  display: table;
}

.new-boss .control_group::after {
  clear: both;
}

.new-boss .control_group {
  margin-bottom: 18px;
  position: relative;
}

.new-boss .control_label {
  display: block;
  margin-bottom: 5px;
  float: left;
  text-align: right;
  width: 190px;
}

.new-boss .controls {
  margin-left: 210px;
}

.new-boss .star {
  padding-right: 5px;
  color: #419639;
}

.new-boss .support_new__block {
  width: 830px;
  margin: 0 auto;
}

.new-boss .support_new {
  box-sizing: content-box;
}

.new-boss .support_new * {
  box-sizing: content-box;
  line-height: 1.12;
}

.new-boss .support_new .controls input,
.new-boss .support_new .controls textarea {
  padding: 1px 5px;
}

.new-boss .support_new .controls input {
  height: 24px;
}

.new-boss .support_new .controls textarea {
  width: 379px;
  height: 80px;
}

.new-boss .support_new .control_label {
  font-size: 16px;
  line-height: 28px;
}

.new-boss .support_new .button {
  font-size: 16px;
  height: 28px;
}

.new-boss .support_new__captcha_support_updater {
  position: absolute;
  font-size: 14px;
  top: 10px;
  left: 320px;
  width: 100px;
  display: block;
  text-align: left;
}

.new-boss .support_new__close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../img/close.gif) 0 0 no-repeat;
  display: block;
  cursor: pointer;
}

.new-boss .support_new {
  width: 800px;
  font-family: Arial;
}

.new-boss .support_new__header {
  padding: 30px 40px 0 40px;
  overflow: hidden;
}

.new-boss .support_new__body {
  padding: 0 40px 50px 40px;
}

.new-boss .support_new__title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.new-boss .support_new__description {
  font-size: 16px;
  margin-bottom: 25px;
}

.new-boss .support_new__contacts {
  width: 100%;
}

.new-boss .support_new__contacts__item {
  display: inline-block;
  margin-right: 27px;
  vertical-align: middle;
}

.new-boss .support_new__contacts__item:last-child {
  margin-right: 0;
}

.new-boss .support_new__contacts__mobile {
  display: inline-block;
  margin-right: 1px;
}

.new-boss .support_new__contacts__mobile:last-child {
  margin-right: 0;
}

.new-boss .support_new__contacts__phone,
.new-boss .support_new__contacts__times {
  font-size: 20px;
  font-weight: bold;
}

.new-boss .support_new__contacts__phone_description,
.new-boss .support_new__contacts__times_description {
  font-size: 14px;
  line-height: 20px;
}

.new-boss .support_new__contacts__divider {
  width: 4px;
  height: 53px;
  background-color: #1ea01e;
}

.new-boss .support_new__feedback {
  margin-top: 30px;
}

.new-boss .support_new__feedback__item {
  display: inline-block;
  margin-right: auto;
  padding: 20px;
  height: 130px;
  width: 310px;
  color: #ffffff;
  text-decoration: none;
}

.new-boss .support_new__feedback__item:hover {
  color: #ffffff;
}

.new-boss .support_new__feedback__phone {
  background: rgba(0, 0, 0, 0) url("../img/support_new/call.png") repeat scroll 0 0;
  margin-right: 15px;
}

.new-boss .support_new__feedback__message {
  background: rgba(0, 0, 0, 0) url("../img/support_new/message.png") repeat scroll 0 0;
}

.new-boss .support_new__feedback__title {
  font-size: 16px;
  margin-bottom: 10px;
}

.new-boss .support_new__feedback__button {
  font-size: 22px;
  line-height: 36px;
  color: #ffffff;
}

.new-boss .support_new__feedback__button {
  text-decoration: underline;
}

.new-boss .support_new__feedback__item:hover .support_new__feedback__button {
  color: #b6b6b6 !important;
  text-decoration: underline;
}

.new-boss .support_new__errors {
  display: none;
}

.new-boss .support_new__back {
  display: block;
  margin-bottom: 15px;
  color: #08c;
}

.new-boss .support_new__back:hover {
  text-decoration: underline;
}

.new-boss .support_new__call .support_new__header,
.new-boss .support_new__message .support_new__header {
  background-color: #f3f3f3;
  padding-bottom: 10px;
}

.new-boss .support_new__call .support_new__body,
.new-boss .support_new__message .support_new__body {
  padding: 20px 40px 10px 40px;
}

.new-boss .support_new__call__radio input {
  height: auto;
  vertical-align: middle;
  margin: 0;
}

.new-boss .support_new__call__radio {
  font-size: 12px;
  margin-right: 10px;
}

.new-boss .support_new__call__radio_span {
  display: inline-block;
  vertical-align: middle;
}

.new-boss a.btn_registration:link {
  background: url("../img/btn/btn_registration.png") no-repeat;
  background-position: 0 0;
  display: block;
  width: 173px;
  height: 29px;
}

.new-boss a.btn_registration:visited {
  background: url("../img/btn/btn_registration.png") no-repeat;
  background-position: 0 0;
  display: block;
  width: 173px;
  height: 29px;
}

.new-boss a.btn_registration:hover {
  background: url("../img/btn/btn_registration.png") no-repeat;
  background-position: 0 -30px;
  display: block;
  width: 173px;
  height: 29px;
}

.new-boss a.btn_registration:active {
  background: url("../img/btn/btn_registration.png") no-repeat;
  background-position: 0 -60px;
  display: block;
  width: 173px;
  height: 29px;
}

.new-boss a.btn_close_block:link {
  background: url("../img/blocks/registration-popup/close.png") no-repeat;
  background-position: 0 0;
  display: block;
  width: 15px;
  height: 16px;
}

.new-boss a.btn_close_block:visited {
  background: url("../img/blocks/registration-popup/close.png") no-repeat;
  background-position: 0 0;
  display: block;
  width: 15px;
  height: 16px;
}

.new-boss a.btn_close_block:hover {
  background: url("../img/blocks/registration-popup/close.png") no-repeat;
  background-position: 0 0;
  display: block;
  width: 15px;
  height: 16px;
}

.new-boss a.btn_close_block:active {
  background: url("../img/blocks/registration-popup/close.png") no-repeat;
  background-position: 0 0;
  display: block;
  width: 15px;
  height: 16px;
}

.new-boss div.block-for-blocking-screen {
  display: none;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=40);
  background-color: #999999;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

.new-boss div.block-registration-popup {
  box-sizing: content-box;
  display: none;
  width: 510px;
  left: 50%;
  position: fixed;
  padding: 20px 24px 28px 24px;
  background-color: #fff;
  z-index: 200;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.new-boss div.block-registration-popup p.block-registration-popup-about {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 19px;
}

.new-boss div.block-registration-popup h3.block-registration-popup-name {
  color: #000000;
  font-size: 24px;
  margin-bottom: 12px;
}

.new-boss div.block-registration-popup p.block-registration-popup-login-with-help {
  clear: both;
  font-size: 14px;
  color: #000000;
  margin-bottom: 7px;
}

.new-boss div.block-registration-popup p.block-registration-popup-rules a:link {
  color: #000;
}

.new-boss div.block-registration-popup p.block-registration-popup-rules a:visited {
  color: #000;
}

.new-boss div.block-registration-popup p.block-registration-popup-rules a:hover {
  color: #419639;
}

.new-boss div.block-registration-popup p {
  line-height: 1.2;
}

.new-boss div.block-registration-popup * {
  box-sizing: content-box;
  line-height: 1.12;
}

.new-boss div.block-registration-popup dl {
  margin: 0;
}

.new-boss div.block-registration-popup label {
  line-height: 1.34;
}

.new-boss p.block-registration-popup-rules {
  font-size: 14px;
  color: #000000;
  margin-bottom: 21px;
}

.new-boss div.block-registration-popup-input-element {
  left: -37px;
  width: 509px;
  background-color: #ebebeb;
  padding: 2px 37px 7px 38px;
  position: relative;
  margin-bottom: 16px;
}

.new-boss img.block-registration-popup-input-element-left-hook {
  display: block;
  position: absolute;
  bottom: -11px;
  left: 0;
}

.new-boss img.block-registration-popup-input-element-right-hook {
  display: block;
  position: absolute;
  bottom: -11px;
  right: 0;
}

.new-boss div.block-registration-popup-input-element dt {
  float: left;
  margin-top: 14px;
}

.new-boss div.block-registration-popup-input-element dt:first-child {
  margin-top: 0;
}

.new-boss div.block-registration-popup-input-element dt label {
  font-size: 16px;
}

.new-boss div.block-registration-popup-input-element dd {
  margin-left: 84px;
  margin-top: 14px;
}

.new-boss div.block-registration-popup-input-element dd input[type="text"] {
  padding: 0 5px;
  border: 1px solid #abadb3;
  width: 212px;
  height: 20px;
}

.new-boss div.block-registration-popup-input-element dd label.desc {
  padding-left: 5px;
  font-size: 12px;
  color: #999999;
  padding-top: 2px;
  display: inline-block;
}

.new-boss .ajax-load p {
  font-size: 14px;
  text-align: center;
}

.new-boss .ajax-load {
  padding: 20px 0;
  text-align: center;
}

.new-boss .ajax-load img {
  margin: 0 auto 10px;
}

.new-boss div#block_screen {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #7f7f7f;
  top: 0;
  left: 0;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.new-boss .social-share {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 16px;
  display: inline-block !important;
  margin-bottom: 20px;
}

.new-boss #wrap .social-popup__htext,
.new-boss .social-popup__htext {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 38px;
}

.new-boss #wrap .social-popup__text,
.new-boss .social-popup__text {
  font-size: 16px;
  text-align: center;
}

.new-boss .social-share_big {
  background: none;
}

.new-boss .social-popup-items {
  text-align: center;
  margin-bottom: 22px;
}

.new-boss .social-popup-items .social-share {
  margin-left: 9px;
  margin-right: 9px;
}

.new-boss .social-share_big .social-share_txt {
  color: inherit;
  display: block;
  font-size: 16px;
  text-decoration: underline;
  padding: 0;
}

.new-boss .social-share_big .icon-social {
  display: block;
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
}

.new-boss .social-share_big .icon-social_vk {
  background: url("../img/rating/2016/vk_big.png") no-repeat 0 0;
}

.new-boss .social-share_big .icon-social_face {
  background: url("../img/rating/2016/face_big.png") no-repeat 0 0;
}

.new-boss .social-share_big .icon-social_tw {
  background: url("../img/rating/2016/tw_big.png") no-repeat 0 0;
}

.new-boss .social-share_big .icon-social_class {
  background: url("../img/rating/2016/class_big.png") no-repeat 0 0;
}

.new-boss .social-share_big .icon-social_mail {
  background: url("../img/rating/2016/mail_big.png") no-repeat 0 0;
}

.new-boss .m-popoup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
}

.new-boss .social-popup {
  padding-top: 9px;
  padding-bottom: 18px;
}

.new-boss .b-kn-issue-layout__right-franchise-person {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  width: 278px;
}

.new-boss .b-kn-issue-layout__right-franchise-person-content {
  position: relative;
  width: 278px;
}

.new-boss .b-kn-issue-layout__right-franchise-person-header-bg {
  background: url(../img/kn/expert/header.png);
  width: 278px;
  height: 13px;
}

.new-boss .b-kn-issue-layout__right-franchise-person-header {
  background: url(../img/kn/expert/header-bg.png) repeat-y;
  width: 238px;
  padding: 0 20px 10px 20px;
}

.new-boss #wrap .b-kn-issue-layout__right-franchise-person-header h4 {
  color: black;
  font-size: 14px;
  padding: 0;
}

.new-boss #wrap .b-kn-issue-layout__right-franchise-person-header p {
  color: black;
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}

.new-boss #wrap .b-kn-issue-layout__right-franchise-person-header p a {
  color: #396ea9;
  text-decoration: underline;
}

.new-boss .b-kn-issue-layout__right-franchise-person-info {
  width: 238px;
  padding: 15px 20px 15px 20px;
  background: url(../img/kn/expert/person-bg.png) repeat-y;
}

.new-boss #wrap .b-kn-issue-layout__right-franchise-person-info img {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.new-boss #wrap .b-kn-issue-layout__right-franchise-person-info p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}

.new-boss #wrap .b-kn-issue-layout__right-franchise-person-info span {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-style: italic;
}

.new-boss .b-kn-issue-layout__right-franchise-person-button {
  width: 238px;
  padding: 0 20px 5px 20px;
  background: url(../img/kn/expert/person-bg.png) repeat-y;
  text-align: center;
}

.new-boss .b-kn-issue-layout__right-franchise-person-bottom-bg {
  background: url(../img/kn/expert/bottom.png);
  width: 278px;
  height: 30px;
}

.new-boss .contact-city-expert-form__header {
  padding: 20px;
  width: 570px;
}

.new-boss .contact-city-expert-form__image {
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  width: 145px;
  float: left;
  margin-right: 20px;
}

.new-boss #wrap .contact-city-expert-form__h2 {
  clear: none;
  padding-top: 0;
  font-weight: normal;
}

.new-boss #wrap .contact-city-expert-form__p {
  font-size: 14px;
  line-height: 1.2;
}

.new-boss #wrap .contact-city-expert-form__p a {
  color: #396ea9;
  text-decoration: underline;
}

.new-boss .contact-city-expert-form__header-profile {
  float: left;
  width: 300px;
}

.new-boss #wrap .contact-city-expert-form__header-profile img {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.new-boss #wrap .contact-city-expert-form__header-profile p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}

.new-boss #wrap .contact-city-expert-form__header-profile span {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-style: italic;
}

.new-boss .contact-city-expert-form__content {
  padding: 20px;
  width: 570px;
  background: #f3f3f3;
}

.new-boss .contact-city-expert-form__content-left {
  width: 230px;
  margin-right: 20px;
  float: left;
}

.new-boss .contact-city-expert-form__content-left input {
  width: 230px;
  margin-bottom: 10px;
}

.new-boss .contact-city-expert-form__content-right textarea {
  width: 300px;
  height: 83px;
}

.new-boss #wrap .contact-city-expert-form__content-left label,
.new-boss .contact-city-expert-form__content-right label {
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
}

.new-boss .contact-city-expert-form__content-right {
  width: 300px;
  float: left;
}

.new-boss .utl-mobile-padding {
  display: none;
}

.new-boss .baron__scroller {
  min-width: calc(100% + 17px) !important;
  max-width: calc(100% + 17px) !important;
  width: calc(100% + 17px) !important;
  padding-right: 17px !important;
  margin-right: -17px !important;
  -moz-box-sizing: content-box !important;
}

.new-boss .height-viewport {
  height: 100%;
}

.new-boss .height-viewport .container {
  height: 100%;
}

.new-boss .new-boss-old-style {
  /*смена заголовков h1*/
  /**/
  /*второй cat-title*/
  /* new online */
  /*Премия начало*/
  /*для 2017 года*/
  /*Главная страница Франшизы*/
  /*Вставка с old*/
  /*Конец вставки с old*/
  /*первый лменю в олстайл*/
}

.new-boss .new-boss-old-style * {
  box-sizing: content-box;
}

.new-boss .new-boss-old-style h2 {
  padding: 20px 0 15px;
  clear: both;
}

.new-boss .new-boss-old-style h3 {
  padding: 0 0 15px 0;
}

.new-boss .new-boss-old-style h2 {
  padding: 0 0 15px 0;
}

.new-boss .new-boss-old-style h4 {
  padding: 0 0 3px 0;
}

.new-boss .new-boss-old-style h4.slogan {
  padding: 0 0 30px 0;
}

.new-boss .new-boss-old-style p {
  padding-bottom: 20px;
}

.new-boss .new-boss-old-style h3 span a {
  margin-left: 10px;
}

.new-boss .new-boss-old-style .clear {
  height: 1px;
  clear: both;
}

.new-boss .new-boss-old-style .close {
  background: url(../img/close.gif) 0 0 no-repeat;
}

.new-boss .new-boss-old-style .category {
  float: left;
  padding-bottom: 50px;
  display: inline;
  position: relative;
}

.new-boss .new-boss-old-style .category h3 {
  clear: both;
  font-weight: bold;
  margin-bottom: 8px;
}

.new-boss .new-boss-old-style .category ul {
  float: left;
  display: inline;
}

.new-boss .new-boss-old-style .category ul li a {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.6;
}

.new-boss .new-boss-old-style .category ul li a {
  display: inline;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
}

.new-boss .new-boss-old-style .category-b a {
  margin-right: 10px;
}

.new-boss .new-boss-old-style .category-wrap {
  padding-top: 15px;
}

.new-boss .new-boss-old-style .new-fransh {
  background: #fff4b5;
  border: 0;
  padding: 12px 12px 14px;
  float: right;
  width: 239px;
}

.new-boss .new-boss-old-style .new-fransh__about {
  margin-left: 125px;
}

.new-boss .new-boss-old-style .new-fransh h3 {
  padding-bottom: 12px;
  font-weight: bold;
}

.new-boss .new-boss-old-style .new-fransh p {
  font-size: 13px;
}

.new-boss .new-boss-old-style .new-fransh h4 {
  font-size: 13px;
}

.new-boss .new-boss-old-style .new-fransh h4 a {
  font-size: 13px;
  font-weight: normal;
}

.new-boss .new-boss-old-style .new-fransh p {
  padding-bottom: 3px;
  font-size: 12px;
}

.new-boss .new-boss-old-style .new-fransh img {
  float: left;
  margin-top: 2px;
}

.new-boss .new-boss-old-style .new-fransh-catalog {
  margin-top: -10px;
}

.new-boss .new-boss-old-style .new-fransh div.sep {
  height: 0;
  font-size: 0;
  line-height: 0;
  border-top: 1px solid #969696;
  border-bottom: 1px solid white;
  margin: 12px -6px 7px;
}

.new-boss .new-boss-old-style #wrap .button,
.new-boss .new-boss-old-style #wrap .button-group .button,
.new-boss .new-boss-old-style .button {
  margin: 0;
  cursor: pointer;
  border: 0;
  height: 25px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  padding: 0 11px;
  *display: inline;
  white-space: nowrap;
  position: relative;
  behavior: url(http://www.beboss.ru/css/border-radius.htc);
  text-decoration: none;
  color: #fff;
  line-height: 25px;
  text-shadow: 0 1px 2px #444;
  -webkit-filter: dropshadow(color=#000, offx=0, offy=1);
  filter: dropshadow(color=#000, offx=0, offy=1);
  font-size: 14px;
  background: #59bd4e;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #59bd4e), color-stop(100%, #388131));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #59bd4e 0%, #388131 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #59bd4e 0%, #388131 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59bd4e', endColorstr='#388131', GradientType=0);
  /* IE6-9 */
  /* Firefox */
  /* Safari, Chrome */
  border-radius: 3px;
  /* CSS3 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.new-boss .new-boss-old-style #wrap .button:link,
.new-boss .new-boss-old-style #wrap .button-group .button,
.new-boss .new-boss-old-style .button:link,
.new-boss .new-boss-old-style .button-group .button {
  margin: 0;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  position: relative;
  behavior: url(http://www.beboss.ru/css/border-radius.htc);
  color: #fff;
  text-shadow: 0 1px 2px #444;
  -webkit-filter: dropshadow(color=#000, offx=0, offy=1);
  filter: dropshadow(color=#000, offx=0, offy=1);
  line-height: 25px;
  background: #59bd4e;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #59bd4e), color-stop(100%, #388131));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #59bd4e 0%, #388131 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #59bd4e 0%, #388131 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59bd4e', endColorstr='#388131', GradientType=0);
  /* IE6-9 */
}

.new-boss .new-boss-old-style #wrap .button:visited,
.new-boss .new-boss-old-style #wrap .button-group:visited .button {
  margin: 0;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  position: relative;
  behavior: url(http://www.beboss.ru/css/border-radius.htc);
  color: #fff;
  text-shadow: 0 1px 2px #444;
  -webkit-filter: dropshadow(color=#000, offx=0, offy=1);
  filter: dropshadow(color=#000, offx=0, offy=1);
  line-height: 25px;
  background: #59bd4e;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #59bd4e), color-stop(100%, #388131));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #59bd4e 0%, #388131 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #59bd4e 0%, #388131 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59bd4e', endColorstr='#388131', GradientType=0);
  /* IE6-9 */
}

.new-boss .new-boss-old-style #wrap .button:hover,
.new-boss .new-boss-old-style #wrap .button-group:hover .button,
.new-boss .new-boss-old-style .button:hover,
.new-boss .new-boss-old-style .button-group:hover .button {
  margin: 0;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  position: relative;
  behavior: url(http://www.beboss.ru/css/border-radius.htc);
  color: #fff;
  text-shadow: 0 1px 2px #444;
  -webkit-filter: dropshadow(color=#000, offx=0, offy=1);
  filter: dropshadow(color=#000, offx=0, offy=1);
  line-height: 25px;
  background: #4ddc4d;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4ddc4d), color-stop(100%, #268a26));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4ddc4d 0%, #268a26 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #4ddc4d 0%, #268a26 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ddc4d', endColorstr='#268a26', GradientType=0);
  /* IE6-9 */
}

.new-boss .new-boss-old-style #wrap .button:active,
.new-boss .new-boss-old-style #wrap .button-group:active .button,
.new-boss .new-boss-old-style .button:active,
.new-boss .new-boss-old-style .button-group:active .button {
  cursor: pointer;
  border: 0;
  text-decoration: none;
  position: relative;
  behavior: url(http://www.beboss.ru/css/border-radius.htc);
  color: #fff;
  text-shadow: 0 1px 2px #444;
  -webkit-filter: dropshadow(color=#000, offx=0, offy=1);
  filter: dropshadow(color=#000, offx=0, offy=1);
  line-height: 25px;
  background: #388131;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #388131), color-stop(100%, #5abf4f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #388131 0%, #5abf4f 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #388131 0%, #5abf4f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#388131', endColorstr='#5abf4f', GradientType=0);
  /* IE6-9 */
}

.new-boss .new-boss-old-style #wrap .button.button_type_disabled:hover,
.new-boss .new-boss-old-style #wrap .button.button_type_disabled:link,
.new-boss .new-boss-old-style #wrap .button.button_type_disabled,
.new-boss .new-boss-old-style #wrap .button.button_type_disabled:visited,
.new-boss .new-boss-old-style #wrap .button.button_type_disabled:active {
  background: #dfdfdf;
  color: #9c9c9c;
  text-shadow: 0 1px 2px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=0, offy=1);
  filter: dropshadow(color=#fff, offx=0, offy=1);
  cursor: default;
}

.new-boss .new-boss-old-style #wrap .button.alert,
.new-boss .new-boss-old-style #wrap .button.alert:visited,
.new-boss .new-boss-old-style #wrap .button.alert:link {
  background: #eaea3a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaea3a), color-stop(100%, #c0c02e));
  background: -webkit-linear-gradient(top, #eaea3a 0%, #c0c02e 100%);
  background: linear-gradient(to bottom, #eaea3a 0%, #c0c02e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaea3a', endColorstr='#c0c02e', GradientType=0);
}

.new-boss .new-boss-old-style #wrap .button.alert:hover {
  background: #eaef5c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaef5c), color-stop(100%, #a9ad23));
  background: -webkit-linear-gradient(top, #eaef5c 0%, #a9ad23 100%);
  background: linear-gradient(to bottom, #eaef5c 0%, #a9ad23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaef5c', endColorstr='#a9ad23', GradientType=0);
}

.new-boss .new-boss-old-style #wrap .button.alert:active {
  background: #eaea3a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaea3a), color-stop(100%, #c0c02e));
  background: -webkit-linear-gradient(top, #eaea3a 0%, #c0c02e 100%);
  background: linear-gradient(to bottom, #eaea3a 0%, #c0c02e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaea3a', endColorstr='#c0c02e', GradientType=0);
}

.new-boss .new-boss-old-style #wrap .button_pad_left {
  margin-left: 16px !important;
}

.new-boss .new-boss-old-style #wrap .button_pad_right {
  margin-right: 16px !important;
}

.new-boss .new-boss-old-style .franchise-online {
  position: relative;
  background: #f3f3f3 url(../img/fr/new_index/shadow.png) no-repeat left top;
  width: 963px;
  margin-left: -20px;
  padding: 0 20px 25px;
}

.new-boss .new-boss-old-style .franchise-online__header:after {
  content: "\00A0";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/fr/new_index/shadow_r.png) no-repeat left top;
  height: 47px;
  width: 100%;
}

.new-boss .new-boss-old-style .franchise-online__title-img {
  position: relative;
  top: 7px;
  margin-right: 8px;
}

.new-boss .new-boss-old-style .franchise-online__title {
  clear: none;
  float: left;
  padding-bottom: 19px;
}

.new-boss .new-boss-old-style .franchise-online__navigation {
  float: left;
  margin: 36px 0 0 26px;
}

.new-boss .new-boss-old-style .franchise-online__item {
  float: left;
  padding-left: 17px;
}

.new-boss .new-boss-old-style .franchise-online__news-list-item-img .franchise-online__news-text {
  position: absolute;
  color: #fff;
  left: 0;
  padding: 0 15px;
  bottom: 13px;
  z-index: 4;
}

.new-boss .new-boss-old-style .franchise-online__news-list-item-img .franchise-online__news-text a {
  color: #fff;
  padding: 0;
}

.new-boss .new-boss-old-style .franchise-online__news-list-item-img img {
  display: block;
  position: relative;
  z-index: 2;
}

.new-boss .new-boss-old-style .franchise-online__news-list-item-img {
  width: 325px;
  position: relative;
  border-radius: 5px;
  margin-bottom: 12px;
}

.new-boss .new-boss-old-style .franchise-online__news-list-item-img__shadow {
  bottom: 0;
  background: url("../img/fr/new_index/2015/shadow_for-news.png?v=2") no-repeat 0 0;
  position: absolute;
  width: 325px;
  height: 120px;
  z-index: 3;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.new-boss .new-boss-old-style .franchise-online__item:first-child {
  float: left;
  padding-left: 0;
}

.new-boss .new-boss-old-style .franchise-online__link {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.new-boss .new-boss-old-style .franchise-online__link_navigation {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.new-boss .new-boss-old-style .franchise-online__separate {
  width: 100%;
  height: 1px;
  background: #d1d1d1;
  margin: 6px 0 10px 0;
}

.new-boss .new-boss-old-style .franchise-online__live-img {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
}

.new-boss .new-boss-old-style .franchise-online__content {
  overflow: hidden;
}

.new-boss .new-boss-old-style .franchise-online__content-left {
  float: left;
  width: 963px;
}

.new-boss .new-boss-old-style .franchise-online__content-subleft {
  float: left;
  width: 325px;
  margin-right: 20px;
  margin-bottom: 27px;
}

.new-boss .new-boss-old-style .franchise-online__content-subright {
  float: left;
  width: 325px;
  margin-right: 20px;
  margin-bottom: 27px;
}

.new-boss .new-boss-old-style .franchise-online__cat-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  padding: 15px 0 18px 0;
  color: #000;
  letter-spacing: 0.6px;
}

.new-boss .new-boss-old-style .franchise-online__cat-stitle {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  padding: 15px 0 16px 0;
  color: #000;
}

.new-boss .new-boss-old-style .franchise-online__main-news-images {
  float: left;
  margin-right: 15px;
}

.new-boss .new-boss-old-style .franchise-online__main-news-image {
  margin: 3px 0 18px 0;
}

.new-boss .new-boss-old-style .franchise-online__main-news-about {
  margin-left: 125px;
}

.new-boss .new-boss-old-style .franchise-online__news-text {
  padding-bottom: 10px;
  line-height: 1.6;
}

.new-boss .new-boss-old-style .franchise-online__news-text-date {
  color: #898989;
}

.new-boss .new-boss-old-style .franchise-online__news-list {
  margin-bottom: 18px;
}

.new-boss .new-boss-old-style .franchise-online__news-slist {
  margin-bottom: 24px;
}

.new-boss .new-boss-old-style .franchise-online__news-slist .franchise-online__news-list-item {
  margin-top: 3px;
}

.new-boss .new-boss-old-style .franchise-online__news-list_horiz325 {
  clear: both;
  margin-bottom: 12px;
  overflow: hidden;
}

.new-boss .new-boss-old-style .franchise-online__news-list_horiz325:last-child {
  margin-bottom: 18px;
}

.new-boss .new-boss-old-style .franchise-online__news-list_horiz325 .franchise-online__news-list-item {
  float: left;
  width: 325px;
  margin-left: 20px;
  margin-top: 0;
}

.new-boss .new-boss-old-style .franchise-online__news-list_horiz325 .franchise-online__news-list-item:first-child {
  margin-left: 0;
}

.new-boss .new-boss-old-style .franchise-online__news-comments-icon {
  background: url(../img/fr/new_index/comments.png) no-repeat 1px 2px;
  padding-left: 15px;
  color: #898989;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  margin-left: 8px;
}

.new-boss .new-boss-old-style .franchise-online__main-news .franchise-online__news-list {
  margin-bottom: 11px;
}

.new-boss .new-boss-old-style .franchise-online__news-list-item {
  margin-top: 12px;
  position: relative;
}

.new-boss .new-boss-old-style .franchise-online__news-list-item .franchise-online__news-text-date {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #898989;
  line-height: 1.5;
}

.new-boss .new-boss-old-style .franchise-online__news-list-item .franchise-online__news-text-link {
  display: block;
  zoom: 1;
  padding: 0 0 4px 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.new-boss .new-boss-old-style .franchise-online__news-list-item:first-child {
  margin-top: 0;
}

.new-boss .new-boss-old-style .franchise-online__news-list-item .franchise-online__news-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-bottom: 0;
  line-height: 1.5;
}

.new-boss .new-boss-old-style .franchise-online__news-list.franchise-online__news-list_optional .franchise-online__news-text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.5;
}

.new-boss .new-boss-old-style .franchise-online__news-list_no-link .franchise-online__news-list-item .franchise-online__news-text {
  padding-left: 40px;
}

.new-boss .new-boss-old-style .franchise-online__text {
  line-height: 1.6;
}

.new-boss .new-boss-old-style .franchise-online__content-right {
  float: left;
  width: 273px;
}

.new-boss .new-boss-old-style .franchise-online__important {
  border: 1px solid #dcdcdc;
  padding: 12px 15px;
  background: #fff;
  position: relative;
  margin-bottom: 14px;
}

.new-boss .new-boss-old-style .franchise-online__important:after {
  background: url(../img/fr/new_index/block_shadow.png) no-repeat center center;
  height: 14px;
  width: 100%;
  display: block;
  content: "\00A0";
  position: absolute;
  bottom: -15px;
  left: 0;
}

.new-boss .new-boss-old-style .franchise-online__important-clickable {
  text-decoration: none;
  display: block;
  content: "\00A0";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.new-boss .new-boss-old-style .franchise-online__important-header {
  background: #0d972b;
  width: 100%;
  padding: 0 16px;
  margin: -13px -16px 12px -16px;
}

.new-boss .new-boss-old-style .franchise-online__important-header-icon {
  background: #027d1d url(../img/fr/new_index/discount_symbol.png) no-repeat center center;
  width: 50px;
  height: 40px;
  float: left;
  margin: 0 10px 0 -15px;
}

.new-boss .new-boss-old-style .franchise-online__important-header-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #fff;
  padding: 8px 0 10px 0;
}

.new-boss .new-boss-old-style .franchise-online__important-header-title-link {
  color: #fff;
}

.new-boss .new-boss-old-style .franchise-online__important-header-title-link:hover {
  text-decoration: none;
  color: #fff;
}

.new-boss .new-boss-old-style .franchise-online__persona {
  overflow: hidden;
}

.new-boss .new-boss-old-style .franchise-online__persona.franchise-online__persona_singletone {
  margin-bottom: 16px;
}

.new-boss .new-boss-old-style .franchise-online__persona-item {
  margin-top: 11px;
}

.new-boss .new-boss-old-style .franchise-online__persona-item:first-child {
  margin-top: 0;
}

.new-boss .new-boss-old-style .franchise-online__persona-item .franchise-online__img-float {
  float: left;
  margin-top: 4px;
}

.new-boss .new-boss-old-style .franchise-online__persona-item .franchise-online__text {
  padding-left: 60px;
  padding-bottom: 0;
}

.new-boss .new-boss-old-style .franchise-online__persona-item .franchise-online__text_mini {
  padding-left: 44px;
}

.new-boss .new-boss-old-style .franchise-online__cat-l {
  position: relative;
  margin: 22px 0 11px 0;
  padding: 0;
}

.new-boss .new-boss-old-style .franchise-online__cat-l-icon {
  position: absolute;
  top: 3px;
}

.new-boss .new-boss-old-style .franchise-online__cat-l-link {
  margin-left: 23px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.new-boss .new-boss-old-style .franchise-online__poll {
  margin-bottom: 18px;
}

.new-boss .new-boss-old-style .franchise-online__poll-item {
  margin-top: 2px;
}

.new-boss .new-boss-old-style .franchise-online__poll-item:first-child {
  margin-top: 0;
  margin-bottom: 8px;
}

.new-boss .new-boss-old-style .franchise-online__poll-item input[type="radio"] {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.new-boss .new-boss-old-style .franchise-online__poll-item .franchise-online__text {
  padding-bottom: 0;
}

.new-boss .new-boss-old-style .franchise-online__text {
  padding-bottom: 18px;
}

.new-boss .new-boss-old-style .franchise-online__text-link_arrow {
  white-space: nowrap;
}

.new-boss .new-boss-old-style .franchise-online__text-link_arrow:hover {
  text-decoration: underline;
}

.new-boss .new-boss-old-style .franchise-online__text-link_arrow:after {
  position: absolute;
  /* Prevent underline of arrow */
  padding-left: 2px;
  /* Add a little space between text and arrow */
  content: "\00A0\2192";
  /* Unicode hex for &raquo; */
}

.new-boss .new-boss-old-style .franchise-online__brand-image {
  display: block;
  position: relative;
}

.new-boss .new-boss-old-style .franchise-online__brand-image img {
  display: block;
  border-radius: 5px;
}

.new-boss .new-boss-old-style .franchise-online_btn {
  font-size: 13px !important;
  margin-bottom: 25px !important;
}

.new-boss .new-boss-old-style .franchise-online__separate.franchise-online__separate_type_news {
  margin: 0 0 10px 0;
}

.new-boss .new-boss-old-style .franchise-online__mobile-banner {
  padding-top: 8px;
  display: block;
  position: relative;
  top: 15px;
}

.new-boss .new-boss-old-style .franchise-online__mobile-banner img {
  display: block;
}

.new-boss .new-boss-old-style .franshis-vitrina p,
.new-boss .new-boss-old-style .new-fransh p {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.25;
  position: relative;
}

.new-boss .new-boss-old-style .fr-idx-head {
  margin-top: 20px;
  margin-bottom: 25px;
}

.new-boss .new-boss-old-style .fr-idx-head__left {
  margin-right: 275px;
}

.new-boss .new-boss-old-style .fr-idx-head__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #000000;
  padding-bottom: 0;
}

.new-boss .new-boss-old-style .fr-idx-head__right {
  width: 265px;
  float: right;
}

.new-boss .new-boss-old-style .fr-idx-main__left {
  width: 270px;
  float: left;
}

.new-boss .new-boss-old-style .fr-idx-main__right {
  width: 673px;
  float: left;
  margin-left: 20px;
}

.new-boss .new-boss-old-style .b-menu {
  border: 1px solid #cacaca;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.new-boss .new-boss-old-style .b-menu__group {
  padding: 17px 0 15px;
}

.new-boss .new-boss-old-style .b-menu__group_head {
  padding: 8px 0 10px;
}

.new-boss .new-boss-old-style .b-menu__group_gws {
  background: #f7f7f7;
  position: relative;
  border-radius: 5px;
}

.new-boss .new-boss-old-style .b-menu__group_gws:after {
  background: #f7f7f7;
  position: absolute;
  width: 268px;
  height: 46px;
  bottom: 0;
  left: 0;
  background: url("../img/fr/new_index/2015/shadows.png") no-repeat 0 -46px;
  content: ' ';
}

.new-boss .new-boss-old-style .b-menu__group_gws:before {
  background: #f7f7f7;
  position: absolute;
  width: 268px;
  height: 46px;
  top: 0;
  left: 0;
  background: url("../img/fr/new_index/2015/shadows.png") no-repeat 0 0;
  content: ' ';
}

.new-boss .new-boss-old-style .l-menu {
  position: relative;
  z-index: 3;
}

.new-boss .new-boss-old-style .l-menu__item:first-child {
  margin-top: 0;
}

.new-boss .new-boss-old-style .l-menu_2icon .l-menu__item {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.6;
}

.new-boss .new-boss-old-style .l-menu_2icon .l-menu__item:first-child {
  margin-top: 0;
}

.new-boss .new-boss-old-style .l-menu_2icon .l-menu__item .l-menu__link {
  padding: 4px 20px;
  padding-left: 42px;
}

.new-boss .new-boss-old-style .l-menu__item_newicon:before {
  background: url("../img/fr/new_index/2015/icons-menu.png") no-repeat 0 0;
  width: 12px;
  height: 12px;
  content: ' ';
  display: block;
  position: absolute;
  left: 20px;
  top: 7px;
}

.new-boss .new-boss-old-style .l-menu__item_approveicon:before {
  background: url("../img/fr/new_index/2015/icons-menu.png") no-repeat 0 -26px;
  width: 15px;
  height: 12px;
  content: ' ';
  display: block;
  position: absolute;
  left: 20px;
  top: 7px;
}

.new-boss .new-boss-old-style .l-menu__item_prif:before {
  background: url("../img/fr/new_index/2016/prif.png") no-repeat 0 0;
  width: 15px;
  height: 13px;
  content: ' ';
  display: block;
  position: absolute;
  left: 20px;
  top: 7px;
}

.new-boss .new-boss-old-style .l-menu__item_akciya:before {
  background: url("../img/fr/new_index/2016/akciya.png") no-repeat 0 0;
  width: 15px;
  height: 13px;
  content: ' ';
  display: block;
  position: absolute;
  left: 20px;
  top: 7px;
}

.new-boss .new-boss-old-style .l-menu__item_head a {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  float: right;
  text-transform: none;
  padding-top: 3px;
}

.new-boss .new-boss-old-style .l-menu__item_head:after,
.new-boss .new-boss-old-style .l-menu__item_shead:after,
.new-boss .new-boss-old-style .l-menu__item_hr:after {
  content: '';
  background: none;
}

.new-boss .new-boss-old-style .l-menu__item_hr {
  background: #c6c6c6;
  height: 1px;
  border-bottom: 1px solid #FFFFFF;
  margin: 8px 20px 10px;
}

.new-boss .new-boss-old-style .l-menu__item_shead {
  margin-top: 15px;
}

.new-boss .new-boss-old-style .l-menu__link {
  margin: 0 -20px;
  padding: 2px 20px;
  display: block;
}

.new-boss .new-boss-old-style .l-menu__link:after {
  background: url("../img/fr/new_index/2015/icons-menu.png") no-repeat 0 -51px;
  width: 7px;
  height: 13px;
  content: ' ';
  display: block;
  position: absolute;
  right: 20px;
  top: 7px;
}

.new-boss .new-boss-old-style .l-menu__link:hover {
  background: #e1e0e1;
}

.new-boss .new-boss-old-style .fr-idx-showcase {
  clear: both;
}

.new-boss .new-boss-old-style .fr-idx-showcase__item {
  float: left;
  margin-left: 14px;
  margin-bottom: 14px;
}

.new-boss .new-boss-old-style .fr-idx-showcase__img {
  display: block;
}

.new-boss .new-boss-old-style .fr-idx-showcase__hgh {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  text-align: right;
  padding-top: 1px;
  clear: both;
  padding-bottom: 17px;
}

.new-boss .new-boss-old-style .fr-idx-banner {
  clear: both;
  margin-bottom: 9px;
}

.new-boss .new-boss-old-style .fr-idx-banner__img {
  display: block;
}

.new-boss .new-boss-old-style .fr-idx-widgets {
  clear: both;
}

.new-boss .new-boss-old-style .fr-idx-widgets_2col .fr-idx-widgets__col {
  width: 325px;
  float: left;
  margin-left: 20px;
}

.new-boss .new-boss-old-style .fr-idx-widgets_2col .fr-idx-widgets__col:nth-child(2n+1) {
  margin-left: 0;
  clear: both;
}

.new-boss .new-boss-old-style .fr-idx-widgets_3mcol .fr-idx-widgets__col {
  width: 325px;
  float: left;
  margin-left: 20px;
}

.new-boss .new-boss-old-style .fr-idx-widgets_3mcol .fr-idx-widgets__col:nth-child(2n+1) {
  width: 270px;
  margin-left: 0;
}

.new-boss .new-boss-old-style .fr-idx-hr {
  width: 100%;
  height: 1px;
  background: #d1d1d1;
  margin-bottom: 8px;
}

.new-boss .new-boss-old-style .fr-idx-hr_b {
  margin-bottom: 10px;
}

.new-boss .new-boss-old-style .l-openmap {
  position: relative;
}

.new-boss .new-boss-old-style .l-openmap img {
  position: absolute;
  left: -13px;
  top: 3px;
}

.new-boss .new-boss-old-style .button_green,
.new-boss .new-boss-old-style .button_green {
  background: #0d972b;
  text-align: center;
  text-shadow: none;
  font-size: 20px;
  padding: 13px 10px 12px;
  width: 300px;
  height: 49px;
}

.new-boss .new-boss-old-style .button_green:link,
.new-boss .new-boss-old-style .button_green:link {
  background: #0d972b;
  text-align: center;
  text-shadow: none;
  font-size: 20px;
  padding: 13px 10px 12px;
  width: 300px;
  height: 49px;
}

.new-boss .new-boss-old-style .button_green:visited,
.new-boss .new-boss-old-style .button_green:visited {
  background: #0d972b;
  text-align: center;
  text-shadow: none;
  font-size: 20px;
  padding: 13px 10px 12px;
  width: 300px;
  height: 49px;
}

.new-boss .new-boss-old-style .button_green:hover,
.new-boss .new-boss-old-style .button_green:hover {
  background: #0d972b;
  text-align: center;
  text-shadow: none;
  font-size: 20px;
  padding: 13px 10px 12px;
  width: 300px;
  height: 49px;
}

.new-boss .new-boss-old-style .button_green:active,
.new-boss .new-boss-old-style .button_green:active {
  background: #0d972b;
  text-align: center;
  text-shadow: none;
  font-size: 20px;
  padding: 13px 10px 12px;
  width: 300px;
  height: 49px;
}

.new-boss .new-boss-old-style .profile-l {
  padding: 50px;
}

.new-boss .new-boss-old-style .profile-l__left {
  float: left;
  width: 250px;
}

.new-boss .new-boss-old-style .profile-l__right {
  margin-left: 298px;
  overflow: hidden;
}

.new-boss .new-boss-old-style .profile-avatar {
  position: relative;
  width: 250px;
  height: 250px;
  margin-bottom: 30px;
}

.new-boss .new-boss-old-style .profile-avatar__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -33px;
  margin-left: -33px;
  z-index: 2;
  display: block;
}

.new-boss .new-boss-old-style .profile-avatar__logo2 {
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
}

.new-boss .new-boss-old-style .profile-site-info__item {
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  padding-left: 25px;
  padding-bottom: 11px;
}

.new-boss .new-boss-old-style .profile-site-info__item span {
  color: #898989;
}

.new-boss .new-boss-old-style .profile-site-info__item:before {
  content: ' ';
  background: url("../img/profile/icons.png") no-repeat 0 0;
  left: 0;
  position: absolute;
}

.new-boss .new-boss-old-style .profile-site-info__item_vip:before {
  width: 16px;
  height: 13px;
  top: 5px;
}

.new-boss .new-boss-old-style .profile-site-info__item_ok:before {
  background-position: 0 -15px;
  width: 15px;
  height: 12px;
  top: 5px;
}

.new-boss .new-boss-old-style .profile-site-info__item_birthday:before {
  background-position: 0 -29px;
  width: 14px;
  height: 15px;
  top: 3px;
}

.new-boss .new-boss-old-style .profile-site-info__item_uptime:before {
  background-position: 0 -47px;
  width: 15px;
  height: 15px;
  top: 2px;
}

.new-boss .new-boss-old-style .profile-info {
  padding-top: 5px;
}

.new-boss .new-boss-old-style .profile-info__status {
  color: #898989;
  font-size: 14px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 16px;
}

.new-boss .new-boss-old-style .profile-info__status:before {
  content: '•';
  font-size: 40px;
  line-height: 1;
  vertical-align: top;
  color: #898989;
  position: absolute;
  left: 0;
  top: -10px;
  width: 10px;
  height: 10px;
  display: block;
}

.new-boss .new-boss-old-style .profile-info__status_active {
  color: #00b4f0;
}

.new-boss .new-boss-old-style .profile-info__status_active:before {
  color: #00b4f0;
}

.new-boss .new-boss-old-style .profile-info__name {
  font-size: 34px;
  font-weight: bold;
  color: #000;
  padding-bottom: 14px;
  line-height: 1.3;
}

.new-boss .new-boss-old-style .profile-info__from {
  font-size: 16px;
  padding-bottom: 22px;
}

.new-boss .new-boss-old-style .profile-info__plenum {
  font-size: 16px;
  margin-left: 18px;
}

.new-boss .new-boss-old-style .profile-info__btn {
  margin-bottom: 30px;
}

.new-boss .new-boss-old-style .profile-info__btn:link {
  margin-bottom: 30px;
}

.new-boss .new-boss-old-style .profile-info__btn:visited {
  margin-bottom: 30px;
}

.new-boss .new-boss-old-style .profile-info__btn:hover {
  margin-bottom: 30px;
}

.new-boss .new-boss-old-style .profile-info__btn:active {
  margin-bottom: 30px;
}

.new-boss .new-boss-old-style .button_new,
.new-boss .new-boss-old-style .button_new {
  font-size: 16px;
  height: auto;
  width: auto;
  padding: 7px 15px 8px !important;
}

.new-boss .new-boss-old-style .button_new:link,
.new-boss .new-boss-old-style .button_new:link {
  font-size: 16px;
  height: auto;
  width: auto;
}

.new-boss .new-boss-old-style .button_new:visited,
.new-boss .new-boss-old-style .button_new:visited {
  font-size: 16px;
  height: auto;
  width: auto;
}

.new-boss .new-boss-old-style .button_new:hover,
.new-boss .new-boss-old-style .button_new:hover {
  font-size: 16px;
  height: auto;
  width: auto;
}

.new-boss .new-boss-old-style .button_new:active,
.new-boss .new-boss-old-style .button_new:active {
  font-size: 16px;
  height: auto;
  width: auto;
}

.new-boss .new-boss-old-style .profile-nav:before,
.new-boss .new-boss-old-style .profile-nav:after,
.new-boss .new-boss-old-style .profile-fifo__dl:before,
.new-boss .new-boss-old-style .profile-fifo__dl:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.new-boss .new-boss-old-style .profile-nav:after,
.new-boss .new-boss-old-style .profile-fifo__dl:after {
  clear: both;
}

.new-boss .new-boss-old-style .profile-nav,
.new-boss .new-boss-old-style .profile-fifo__dl {
  zoom: 1;
}

.new-boss .new-boss-old-style .profile-nav {
  margin-bottom: 22px;
  border-bottom: 1px solid #c9c9c9;
}

.new-boss .new-boss-old-style .profile-nav__item {
  font-size: 16px;
  float: left;
  position: relative;
  margin-bottom: -1px;
}

.new-boss .new-boss-old-style .profile-nav__item a {
  display: block;
  padding: 11px 16px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid transparent;
}

.new-boss .new-boss-old-style .profile-nav__item a:hover {
  border: inherit;
  border: 1px solid transparent;
}

.new-boss .new-boss-old-style .profile-nav__item-active a {
  cursor: default;
  text-decoration: none;
  color: #000;
  background-color: #FFFFFF;
  border: 1px solid #c9c9c9;
  border-bottom: 1px solid transparent;
}

.new-boss .new-boss-old-style .profile-nav__item-active a:hover {
  cursor: default;
  text-decoration: none;
  color: #000;
  background-color: #FFFFFF;
  border: 1px solid #c9c9c9;
  border-bottom: 1px solid transparent;
}

.new-boss .new-boss-old-style .profile-fifo {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
  margin-bottom: 23px;
}

.new-boss .new-boss-old-style .profile-fifo:last-child {
  border-bottom: 1px solid transparent;
}

.new-boss .new-boss-old-style .profile-fifo__htext {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
  color: #000;
  text-transform: uppercase;
}

.new-boss .new-boss-old-style .profile-fifo__text {
  font-size: 16px;
  padding-bottom: 11px;
}

.new-boss .new-boss-old-style .profile-fifo__dt {
  font-size: 16px;
  float: left;
  width: 152px;
}

.new-boss .new-boss-old-style .profile-fifo__dd {
  margin-left: 162px;
  font-size: 16px;
  margin-bottom: 15px;
}

.new-boss .new-boss-old-style .profile-comment {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 17px;
}

.new-boss .new-boss-old-style .profile-comment:last-child {
  border-bottom: 1px solid transparent;
}

.new-boss .new-boss-old-style .profile-comment__text {
  font-size: 16px;
  line-height: 1.2;
  padding-bottom: 4px;
}

.new-boss .new-boss-old-style .profile-comment__where {
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 13px;
}

.new-boss .new-boss-old-style .profile-comment__when {
  font-size: 12px;
  line-height: 1.2;
  color: #898989;
  padding-bottom: 0;
}

.new-boss .new-boss-old-style .profile-request {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 17px;
}

.new-boss .new-boss-old-style .profile-request:last-child {
  border-bottom: 1px solid transparent;
}

.new-boss .new-boss-old-style .profile-request__htext {
  font-size: 16px;
  line-height: 1.2;
  padding-bottom: 10px;
}

.new-boss .new-boss-old-style .profile-request__text {
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 11px;
}

.new-boss .new-boss-old-style .profile-request__where {
  font-size: 12px;
  line-height: 1.2;
  color: #898989;
  padding-bottom: 0;
}

.new-boss .new-boss-old-style .profile-avatar_editable:hover .profile-avatar-uploader {
  display: block;
}

.new-boss .new-boss-old-style .profile-avatar-uploader {
  cursor: pointer;
  display: none;
  background: url("../img/profile/upload.png") no-repeat 0 0;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.new-boss .new-boss-old-style .profile-avatar-uploader input {
  position: relative;
  left: -1000px;
}

.new-boss .new-boss-old-style .profile-avatar-uploader__text {
  font-size: 16px;
  line-height: 1.2;
  color: #FFFFFF;
  text-decoration: underline;
  text-align: center;
  display: block;
  margin-top: 128px;
}

.new-boss .new-boss-old-style .profile-menu {
  background: #f7f7f7;
  margin-bottom: 30px;
  border: 1px solid #cacaca;
  border-radius: 5px;
  padding: 12px 0;
}

.new-boss .new-boss-old-style .profile-menu__item {
  font-size: 14px;
}

.new-boss .new-boss-old-style .profile-menu__item a {
  padding: 3px 20px;
  display: block;
}

.new-boss .new-boss-old-style .profile-objects-head {
  background: #319639;
  position: relative;
  padding: 10px 0 13px;
  margin-bottom: 20px;
  cursor: pointer;
}

.new-boss .new-boss-old-style .profile-objects-head a {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  border-bottom: 1px dashed #FFFFFF;
  margin-left: 40px;
}

.new-boss .new-boss-old-style .profile-objects-head a:hover {
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  border-bottom: 1px dashed #FFFFFF;
}

.new-boss .new-boss-old-style .profile-objects-head:before {
  background: url('../img/profile/arrows.png') no-repeat 0 -20px;
  width: 20px;
  height: 20px;
  content: ' ';
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
}

.new-boss .new-boss-old-style .profile-objects-head.active:before {
  background: url('../img/profile/arrows.png') no-repeat 0 0;
}

.new-boss .new-boss-old-style .profile-object:after,
.new-boss .new-boss-old-style .profile-object:before {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.new-boss .new-boss-old-style .profile-object:after {
  clear: both;
}

.new-boss .new-boss-old-style .profile-object {
  zoom: 1;
}

.new-boss .new-boss-old-style .profile-objects .profile-object {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

.new-boss .new-boss-old-style .profile-objects .profile-object:last-child {
  border-bottom: 1px solid transparent;
}

.new-boss .new-boss-old-style .profile-object-l {
  width: 140px;
  float: left;
  padding-top: 5px;
}

.new-boss .new-boss-old-style .profile-object-r {
  margin-left: 162px;
}

.new-boss .new-boss-old-style .profile-object__img {
  display: block;
}

.new-boss .new-boss-old-style .profile-object__htext {
  font-size: 16px;
  color: #000000;
  padding-bottom: 10px;
}

.new-boss .new-boss-old-style .profile-object__text {
  font-size: 14px;
  color: #000000;
  padding-bottom: 8px;
}

.new-boss .new-boss-old-style .profile-object__stext {
  font-size: 12px;
  color: #000000;
  padding-bottom: 8px;
}

.new-boss .new-boss-old-style .profile-object p:last-child {
  padding-bottom: 0;
}

.new-boss .new-boss-old-style .profile__h1 {
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
  padding-bottom: 21px;
}

.new-boss .new-boss-old-style .profile-sinfo:after,
.new-boss .new-boss-old-style .profile-sinfo:before {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.new-boss .new-boss-old-style .profile-sinfo:after {
  clear: both;
}

.new-boss .new-boss-old-style .profile-sinfo {
  zoom: 1;
}

.new-boss .new-boss-old-style .profile-sinfo__img {
  float: left;
  width: 66px;
}

.new-boss .new-boss-old-style .profile-sinfo__user {
  margin-left: 86px;
}

.new-boss .new-boss-old-style .profile-sinfo__name {
  font-size: 24px;
  line-height: 1;
}

.new-boss .new-boss-old-style .profile-sinfo .profile-info__status {
  padding-bottom: 9px;
}

.new-boss .new-boss-old-style .form_profile_send_message {
  margin-top: 18px;
}

.new-boss .new-boss-old-style .form_profile_send_message .form_label {
  color: #898989;
}

.new-boss .new-boss-old-style .form_button {
  padding: 6px 18px 9px;
}

.new-boss .new-boss-old-style .form_button:link {
  padding: 6px 18px 9px;
}

.new-boss .new-boss-old-style .form_button:visited {
  padding: 6px 18px 9px;
}

.new-boss .new-boss-old-style .form_button:hover {
  padding: 6px 18px 9px;
}

.new-boss .new-boss-old-style .form_button:active {
  padding: 6px 18px 9px;
}

.new-boss .new-boss-old-style .form_vertical .form_dl {
  margin-bottom: 21px !important;
}

.new-boss .new-boss-old-style .form_vertical .form_dt {
  float: none !important;
  text-align: left !important;
  padding-top: 0 !important;
  width: auto !important;
  padding-bottom: 9px !important;
}

.new-boss .new-boss-old-style .form_vertical .form_dd {
  margin-left: 0 !important;
}

.new-boss .new-boss-old-style .form_full .form_textarea,
.new-boss .new-boss-old-style .form_full .form_input {
  width: 100%;
  box-sizing: border-box;
}

.new-boss .new-boss-old-style .profile-plenum {
  border: 1px solid #d3cb39;
  border-radius: 5px;
  padding: 14px 15px 6px;
  margin-bottom: 20px;
}

.new-boss .new-boss-old-style .profile-plenum__text {
  font-size: 14px;
  padding-bottom: 12px;
}

.new-boss .new-boss-old-style .profile-plenum__text span {
  font-size: 18px;
  font-weight: bold;
}

.new-boss .new-boss-old-style .profile-plenum-progress {
  width: 100%;
  height: 5px;
  background-color: #e2e2e2;
  margin-bottom: 11px;
}

.new-boss .new-boss-old-style .profile-plenum-progress__bar {
  width: 0%;
  height: 5px;
  background-color: #0d972b;
}

.new-boss .new-boss-old-style .profile-edit_l {
  width: 608px;
  float: left;
}

.new-boss .new-boss-old-style .profile-edit_r {
  margin-left: 684px;
}

.new-boss .new-boss-old-style .profile-edit__h1 {
  font-size: 24px;
  color: #000000;
  padding-top: 20px;
  padding-bottom: 14px;
}

.new-boss .new-boss-old-style .form__rule {
  font-size: 13px;
}

.new-boss .new-boss-old-style .form__rule span {
  font-size: 13px;
  color: #0d972b;
}

.new-boss .new-boss-old-style .form__hr {
  background: #e5e5e5;
  height: 1px;
  margin-bottom: 25px;
}

.new-boss .new-boss-old-style .form__hr_form_between {
  margin-top: 30px;
}

.new-boss .new-boss-old-style .form__head {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 23px;
}

.new-boss .new-boss-old-style .form_label_important {
  font-weight: bold;
}

.new-boss .new-boss-old-style .form_base .form_dt {
  text-align: left;
  width: 171px;
}

.new-boss .new-boss-old-style .form_base .form_dd {
  margin-left: 191px;
}

.new-boss .new-boss-old-style .form_input_s1 {
  width: 80px;
}

.new-boss .new-boss-old-style .form_input_s2 {
  width: 93px;
}

.new-boss .new-boss-old-style .form_input_s3 {
  width: 70px;
}

.new-boss .new-boss-old-style .form_input_s3 {
  width: 70px;
}

.new-boss .new-boss-old-style .form_textarea_s1 {
  width: 230px;
}

.new-boss .new-boss-old-style .form_textarea_s2 {
  width: 421px;
}

.new-boss .new-boss-old-style .form_select {
  width: 252px;
}

.new-boss .new-boss-old-style .form_input-tools {
  padding-top: 4px;
}

.new-boss .new-boss-old-style .form_input-tools_more {
  padding-top: 10px;
}

.new-boss .new-boss-old-style .form_input-tools_s1 {
  width: 252px;
}

.new-boss .new-boss-old-style .form_label_chеckbox {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}

.new-boss .new-boss-old-style .form_label_chеckbox .form_checkbox {
  position: absolute;
  left: 0;
  top: 2px;
}

.new-boss .new-boss-old-style .form_checkbox {
  padding: 0;
  margin: 0;
}

.new-boss .new-boss-old-style .form_add-link {
  font-size: 14px;
  border-bottom: 1px dashed #396ea9;
  text-decoration: none;
  position: relative;
}

.new-boss .new-boss-old-style .form_add-link:before {
  content: '+';
  font-size: 14px;
  position: absolute;
  left: -12px;
}

.new-boss .new-boss-old-style .form_input-tools .form_add-link {
  float: right;
  position: relative;
  top: 2px;
}

.new-boss .new-boss-old-style .form_input-tools_right .js-form_input-tools-other-links {
  float: left;
  margin-left: 10px;
}

.new-boss .new-boss-old-style .form__text {
  font-size: 16px;
  line-height: 1.35;
  padding-bottom: 14px;
}

.new-boss .new-boss-old-style .form_label_radio {
  font-size: 14px;
  margin-right: 20px;
}

.new-boss .new-boss-old-style .form_label_radio .form_radio {
  position: relative;
  top: 3px;
}

.new-boss .new-boss-old-style .form_radio {
  margin-right: 5px;
}

.new-boss .new-boss-old-style .form_dd_radio {
  margin-top: 5px;
}

.new-boss .new-boss-old-style .form_tooltip {
  display: none;
  padding: 7px 10px;
  position: absolute;
  background-color: #fff4b3;
  border: 1px solid #ffdb16;
  font-size: 12px;
  line-height: 1.3;
}

.new-boss .new-boss-old-style .form_tooltip:before {
  left: -7px;
  top: 8px;
  position: absolute;
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 7px 6.5px 0;
  border-color: transparent #ffdc16 transparent transparent;
}

.new-boss .new-boss-old-style .form_tooltip:after {
  left: -5px;
  top: 9px;
  position: absolute;
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 5px 5.5px 0;
  border-color: transparent #fff4b3 transparent transparent;
}

.new-boss .new-boss-old-style .js-form-social {
  display: none;
}

.new-boss .new-boss-old-style .form_error {
  background: #f9aaaa;
  border-color: #f9aaaa;
  outline-color: transparent;
}

.new-boss .new-boss-old-style .form_error-text {
  color: #d25050;
  font-size: 14px;
  padding-left: 10px;
}

.new-boss .new-boss-old-style .form_icon_error,
.new-boss .new-boss-old-style .form_icon_success {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 2px;
  background: url("../img/forms/icon.png") no-repeat 0 0;
}

.new-boss .new-boss-old-style .form_icon_error,
.new-boss .new-boss-old-style .form_icon_success {
  position: relative;
}

.new-boss .new-boss-old-style .form_icon_error {
  width: 15px;
  height: 15px;
  background-position: 0 0;
}

.new-boss .new-boss-old-style .form_icon_success {
  width: 18px;
  height: 13px;
  background-position: 0 -18px;
}

.new-boss .new-boss-old-style .profile-plenum_edit {
  padding-bottom: 7px;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 21px;
}

.new-boss .new-boss-old-style .profile-plenum_edit .profile-plenum__text {
  position: relative;
  padding-left: 97px;
  line-height: 1.3;
  padding-bottom: 18px;
}

.new-boss .new-boss-old-style .profile-plenum_edit .profile-plenum__text span {
  font-size: 40px;
  position: absolute;
  left: 0;
  top: -1px;
  line-height: 1;
}

.new-boss .new-boss-old-style .form-error {
  background: #eef0e5;
  border-radius: 5px;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 14px;
  padding-bottom: 12px;
}

.new-boss .new-boss-old-style .form-error__htext {
  font-size: 18px;
  line-height: 1.25;
  position: relative;
  padding-left: 55px;
  padding-bottom: 9px;
}

.new-boss .new-boss-old-style .form-error__htext:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: ' ';
  background: url("../img/forms/icon.png") no-repeat 0 -32px;
  width: 38px;
  height: 39px;
  display: block;
}

.new-boss .new-boss-old-style .form-errors__item {
  padding-bottom: 7px;
  position: relative;
  padding-left: 20px;
}

.new-boss .new-boss-old-style .form-errors__item:before {
  content: '—';
  position: absolute;
  left: 0;
  top: 2px;
}

.new-boss .new-boss-old-style .form-errors__label {
  cursor: pointer;
  font-size: 14px;
  line-height: 1.2;
  color: #326ea8;
  border-bottom: 1px dashed #326ea8;
}

.new-boss .new-boss-old-style .form-errors__label:hover {
  color: #008D1F;
  border-color: #008D1F;
}

.new-boss .new-boss-old-style #main .fr-idx-widgets__col.fr-index-public-request {
  padding-bottom: 10px;
}

.new-boss .new-boss-old-style .fr-index-public-request-avatar {
  float: left;
  width: 66px;
  margin-right: 10px;
  border-radius: 5px;
}

.new-boss .new-boss-old-style .fr-index-public-request-info {
  padding-left: 76px;
}

.new-boss .new-boss-old-style .fr-index-public-request-info p {
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 21px;
  margin-bottom: 5px;
}

.new-boss .new-boss-old-style .fr-index-public-request-info_name {
  font-size: 12px;
  color: #898989;
  line-height: 20px;
}

.new-boss .new-boss-old-style .form_input-full {
  width: 100%;
  box-sizing: border-box;
}

.new-boss .new-boss-old-style .revocation-form__h2 {
  font-size: 24px;
}

.new-boss .new-boss-old-style .revocation-form__attension {
  font-size: 12px;
}

.new-boss .new-boss-old-style .form_block-text {
  font-size: 14px;
  font-weight: bold;
}

.new-boss .new-boss-old-style .form_adapt-s2 .form_dt {
  width: 18%;
}

.new-boss .new-boss-old-style .form_adapt-s2 .form_dd {
  margin-left: 20%;
}

.new-boss .new-boss-old-style .form .form_adapt_input-s2 {
  width: 250px;
}

.new-boss .new-boss-old-style .form_label-stext {
  font-size: 12px;
  color: #898989;
  display: block;
}

.new-boss .new-boss-old-style .icon-date {
  background: url("../img/forms/icon-date.png") no-repeat 0 0;
  width: 16px;
  height: 16px;
}

.new-boss .new-boss-old-style .form-control .icon-date {
  top: 6px;
}

.new-boss .new-boss-old-style .form-control_right .form_input {
  padding-left: 10px;
  padding-right: 30px;
}

.new-boss .new-boss-old-style .form-control_right .icon {
  left: auto;
  right: 5px;
}

.new-boss .new-boss-old-style .form_uploads__item {
  display: block;
  margin: 0 10px 10px 0;
  padding: 0;
  width: 176px;
  height: 132px;
  border-radius: 3px;
  border: 0;
  float: left;
  overflow: hidden;
  position: relative;
}

.new-boss .new-boss-old-style .form_upload-img {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
  width: 174px;
  height: 130px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  background: url('../img/kn/add/photo-plus.png') center center no-repeat;
}

.new-boss .new-boss-old-style .form_upload-img input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

.new-boss .new-boss-old-style .form_upload-loader {
  display: block;
  margin: 0 10px 10px 0;
  padding: 0;
  width: 174px;
  height: 130px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  background: #f0f2f3 url('../img/kn/add/photo-preloader.gif') center center no-repeat;
}

.new-boss .new-boss-old-style .form_uploads__shadow {
  position: absolute;
  background: black;
  opacity: 0.3;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.new-boss .new-boss-old-style .form_uploads__rotate {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url('../img/kn/add/photo-rotate.png') center center no-repeat;
  z-index: 3;
  top: 0;
  left: 0;
}

.new-boss .new-boss-old-style .form_uploads__delete {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url('../img/kn/add/photo-delete.png') center center no-repeat;
  z-index: 3;
  top: 0;
  right: 0;
}

.new-boss .new-boss-old-style .form_uploads__setmain {
  color: white;
  border-bottom: 1px dashed white;
  font-size: 12px;
  text-decoration: none;
  position: absolute;
  bottom: 5px;
  z-index: 3;
  display: none;
  left: 32px;
}

.new-boss .new-boss-old-style .form_uploads__main {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: white;
  font-size: 12px;
  text-align: center;
  padding: 5px 0;
  z-index: 3;
  display: none;
  font-weight: bold;
  background: url("../img/popup_fon.png");
}

.new-boss .new-boss-old-style .form_uploads .form_upload-uploaded:first-child .form_uploads__shadow {
  display: block;
}

.new-boss .new-boss-old-style .form_uploads .form_upload-uploaded:first-child .form_uploads__main {
  display: block;
}

.new-boss .new-boss-old-style .form_uploads .form_upload-uploaded:hover:not(:first-child) .form_uploads__shadow {
  display: block;
}

.new-boss .new-boss-old-style .form_uploads .form_upload-uploaded:hover:not(:first-child) .form_uploads__setmain {
  display: block;
}

.new-boss .new-boss-old-style .r2016nom-content {
  padding: 0 100px;
}

.new-boss .new-boss-old-style .r2016nom-head {
  background: url("../img/rating/2016/land/1.jpg") no-repeat top center;
  margin: 0 -80px;
  padding: 50px 80px 40px;
}

.new-boss .new-boss-old-style .r2016nom-head__content {
  border: 20px solid rgba(236, 191, 91, 0.3);
  padding: 42px 30px 41px;
  text-align: center;
}

.new-boss .new-boss-old-style .r2016nom-head__h1 {
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding-bottom: 39px;
}

.new-boss .new-boss-old-style .r2016nom-head__htext {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  text-align: center;
  padding-bottom: 8px;
}

.new-boss .new-boss-old-style .r2016nom-head__text {
  font-size: 16px;
  color: #000000;
  text-align: center;
  padding-bottom: 0;
}

.new-boss .new-boss-old-style .r2016nom-head__social {
  margin-bottom: 61px;
  text-align: center;
  display: inline-block;
}

.new-boss .new-boss-old-style .r2016nom-head__social a {
  text-decoration: none;
}

.new-boss .new-boss-old-style .r2016nom-head__social:before,
.new-boss .new-boss-old-style .r2016nom-head__social:after {
  content: " ";
  display: table;
}

.new-boss .new-boss-old-style .r2016nom-head__social:after {
  clear: both;
}

.new-boss .new-boss-old-style .r2016nom-head__social {
  *zoom: 1;
}

.new-boss .new-boss-old-style .r2016nom-head__social .social-share-wrap {
  display: block;
  margin-left: 18px;
  float: left;
}

.new-boss .new-boss-old-style .r2016nom-head__social .social-share-wrap:first-child:not(:last-child) {
  margin-left: 0;
}

.new-boss .new-boss-old-style .icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.new-boss .new-boss-old-style .icon-social {
  width: 45px;
  height: 45px;
}

.new-boss .new-boss-old-style .icon-social_vk {
  background: url("../img/rating/2016/vk.png") no-repeat 0 0;
}

.new-boss .new-boss-old-style .icon-social_face {
  background: url("../img/rating/2016/face.png") no-repeat 0 0;
}

.new-boss .new-boss-old-style .icon-social_tw {
  background: url("../img/rating/2016/tw.png") no-repeat 0 0;
}

.new-boss .new-boss-old-style .icon-social_class {
  background: url("../img/rating/2016/class.png") no-repeat 0 0;
}

.new-boss .new-boss-old-style .icon-social_mail {
  background: url("../img/rating/2016/mail.png") no-repeat 0 0;
}

.new-boss .new-boss-old-style .social-share-wrap {
  text-align: left;
}

.new-boss .new-boss-old-style .social-share {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 16px;
  display: inline-block !important;
  margin-bottom: 20px;
}

.new-boss .new-boss-old-style .social-share .icon-social {
  margin-right: 0;
}

.new-boss .new-boss-old-style .social-share_txt {
  padding: 0 15px;
  vertical-align: middle;
}

.new-boss .new-boss-old-style .social-share_vk {
  background: rgba(76, 117, 163, 0.5);
}

.new-boss .new-boss-old-style .social-share_face {
  background: rgba(55, 101, 163, 0.5);
}

.new-boss .new-boss-old-style .social-share_tw {
  background: rgba(97, 170, 223, 0.5);
}

.new-boss .new-boss-old-style .social-share_class {
  background: rgba(239, 120, 0, 0.5);
}

.new-boss .new-boss-old-style .social-share_mail {
  background: rgba(61, 108, 176, 0.5);
}

.new-boss .new-boss-old-style .social-share_vk:hover {
  background: rgba(76, 117, 163, 0.8);
}

.new-boss .new-boss-old-style .social-share_face:hover {
  background: rgba(55, 101, 163, 0.8);
}

.new-boss .new-boss-old-style .social-share_tw:hover {
  background: rgba(97, 170, 223, 0.8);
}

.new-boss .new-boss-old-style .social-share_class:hover {
  background: rgba(239, 120, 0, 0.8);
}

.new-boss .new-boss-old-style .social-share_mail:hover {
  background: rgba(61, 108, 176, 0.8);
}

.new-boss .new-boss-old-style .r2016nom-item {
  background: url('img/rating/2016/land/1.jpg') no-repeat center center;
  clear: both;
}

.new-boss .new-boss-old-style .r2016nom-item__content {
  background: #ffffff;
  padding: 6px 6px 60px;
}

.new-boss .new-boss-old-style .r2016nom-item__content-brd {
  border: 20px solid transparent;
}

.new-boss .new-boss-old-style .r2016nom-item__h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 13px;
}

.new-boss .new-boss-old-style .r2016nom-item__text {
  font-size: 16px;
  text-align: center;
}

.new-boss .new-boss-old-style .r2016nom-list {
  margin-bottom: 20px;
  clear: both;
}

.new-boss .new-boss-old-style .r2016nom-list__img {
  margin: 0 auto;
  margin-bottom: 13px;
  display: block;
  border-radius: 5px;
  -webkit-box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.2);
}

.new-boss .new-boss-old-style .r2016nom-list__text {
  font-size: 16px;
  font-weight: bold;
  height: 61px;
  text-align: center;
  padding-bottom: 0;
}

.new-boss .new-boss-old-style .r2016nom-item_pos {
  margin-top: -67px;
  margin-left: -50px;
  margin-right: -50px;
}

.new-boss .new-boss-old-style .button_adapt-new {
  width: 100% !important;
  box-sizing: border-box;
}

.new-boss .new-boss-old-style .button_transparent {
  background: transparent !important;
  color: #0d972b;
  border: 1px solid #0d972b;
  filter: none;
}

.new-boss .new-boss-old-style .button_transparent:active {
  background: transparent !important;
  color: #0d972b;
  border: 1px solid #0d972b;
  filter: none;
}

.new-boss .new-boss-old-style .button_transparent:visited {
  background: transparent !important;
  color: #0d972b;
  border: 1px solid #0d972b;
  filter: none;
}

.new-boss .new-boss-old-style .button_transparent:link {
  background: transparent !important;
  color: #0d972b;
  border: 1px solid #0d972b;
  filter: none;
}

.new-boss .new-boss-old-style .button_transparent:hover {
  background: #0d972b !important;
  color: #ffffff;
  border: 1px solid #0d972b;
  filter: none;
}

.new-boss .new-boss-old-style .r2016nom-head__nomcell {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  padding-bottom: 32px;
}

.new-boss .new-boss-old-style .r2016nom-head__nomcell a {
  color: inherit;
}

.new-boss .new-boss-old-style .r2016nom-head__bh1 {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  padding-bottom: 4px;
}

.new-boss .new-boss-old-style .r2016nom-head__ah1 {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  padding-bottom: 41px;
}

.new-boss .new-boss-old-style .r2016nom-head_nom {
  padding-top: 34px;
  padding-bottom: 32px;
}

.new-boss .new-boss-old-style .r2016nom-head__content_nom {
  padding-top: 44px;
}

.new-boss .new-boss-old-style .r2016nom-head__content_nom .r2016nom-head__h1 {
  padding-bottom: 8px;
  font-size: 24px !important;
  font-weight: bold;
  line-height: 1.2;
}

.new-boss .new-boss-old-style .r2016nom-head__content_nom .r2016nom-head__social {
  margin-bottom: 23px;
}

.new-boss .new-boss-old-style .r2016nom__text {
  font-size: 16px;
  padding-bottom: 41px;
}

.new-boss .new-boss-old-style .r2016nom-item_pos_nom {
  margin-left: -50px;
  margin-right: -50px;
}

.new-boss .new-boss-old-style .r2016nom-other__htext {
  font-size: 24px;
  font-weight: bold;
}

.new-boss .new-boss-old-style .r2016nom-other {
  background: #f7f7f7;
  padding: 33px 0 35px;
  clear: both;
}

.new-boss .new-boss-old-style .r2016nom-other__htext {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 8px;
}

.new-boss .new-boss-old-style .links__item {
  font-size: 16px;
}

.new-boss .new-boss-old-style .links__stext {
  color: #898998;
}

.new-boss .new-boss-old-style .r2016nom-cover_candie {
  background-image: url("../img/rating/2016/covers/candie.jpg");
}

.new-boss .new-boss-old-style .r2016nom-cover_health {
  background-image: url("../img/rating/2016/covers/health.jpg");
}

.new-boss .new-boss-old-style .r2016nom-cover_import {
  background-image: url("../img/rating/2016/covers/import.jpg");
}

.new-boss .new-boss-old-style .r2016nom-cover_innovation {
  background-image: url("../img/rating/2016/covers/innovation.jpg");
}

.new-boss .new-boss-old-style .r2016nom-cover_popular {
  background-image: url("../img/rating/2016/covers/popular.jpg");
}

.new-boss .new-boss-old-style .r2016nom-cover_specialist {
  background-image: url("../img/rating/2016/covers/specialist.jpg");
}

.new-boss .new-boss-old-style .r2016nom-brd_candie {
  border-color: rgba(156, 151, 11, 0.3);
}

.new-boss .new-boss-old-style .r2016nom-brd_health {
  border-color: rgba(220, 73, 172, 0.3);
}

.new-boss .new-boss-old-style .r2016nom-brd_import {
  border-color: rgba(141, 197, 87, 0.3);
}

.new-boss .new-boss-old-style .r2016nom-brd_innovation {
  border-color: rgba(0, 180, 240, 0.3);
}

.new-boss .new-boss-old-style .r2016nom-brd_popular {
  border-color: rgba(65, 205, 157, 0.3);
}

.new-boss .new-boss-old-style .r2016nom-brd_specialist {
  border-color: rgba(207, 96, 96, 0.3);
}

.new-boss .new-boss-old-style .r2016nom-brd_rise {
  border-color: rgba(156, 151, 11, 0.3);
}

.new-boss .new-boss-old-style .r2016nom-brd_prif {
  border-color: rgba(65, 205, 157, 0.3);
}

.new-boss .new-boss-old-style .r2016nom-brd_talisman {
  border-color: rgba(220, 73, 172, 0.3);
}

.new-boss .new-boss-old-style .r2016nom-brd_sport {
  border-color: rgba(141, 197, 87, 0.3);
}

.new-boss .new-boss-old-style .r2016nom-brd_strong {
  border-color: rgba(0, 180, 240, 0.3);
}

.new-boss .new-boss-old-style .r2016nom-result {
  padding: 8px 15px 8px;
  text-align: center;
  background: #f3f3f3;
  font-size: 16px;
  color: #000000;
  border-radius: 5px;
}

.new-boss .new-boss-old-style .r2016nom-result_active {
  background: #eddb63;
  font-size: 16px;
  font-weight: bold;
}

.new-boss .new-boss-old-style .r2016nom-list_specialist .r2016nom-list__text {
  height: auto;
  padding-bottom: 0;
}

.new-boss .new-boss-old-style .r2016nom-list_talisman .r2016nom-list__text {
  height: auto;
  padding-bottom: 0;
}

.new-boss .new-boss-old-style .r2016nom-list__stext {
  font-size: 14px;
  height: 82px;
  text-align: center;
}

.new-boss .new-boss-old-style .rlist__img {
  margin-bottom: 20px;
}

.new-boss .new-boss-old-style .rlist-nomitaion {
  text-align: center;
  padding: 5px 5px 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 5px;
  background: #00b4f0;
}

.new-boss .new-boss-old-style a.rlist-nomitaion:hover {
  color: #ffffff;
  background: #00607d;
}

.new-boss .new-boss-old-style .rimage {
  margin-bottom: 35px;
}

.new-boss .new-boss-old-style .rimage img {
  display: block;
  margin: 0 auto;
}

.new-boss .new-boss-old-style .rlist__nomination {
  padding-left: 40px;
  padding-top: 17px;
  font-size: 14px;
  background: url("../img/rating/2016/kubok.png") no-repeat 0 24px;
  color: #0d972b;
}

.new-boss .new-boss-old-style .rlist__nomination a {
  color: #0d972b;
}

.new-boss .new-boss-old-style .icon-nomination {
  background: url("../img/rating/2016/kubok16.png") no-repeat 0 0;
  width: 16px;
  height: 16px;
  background-size: cover;
  position: relative;
  top: -1px;
}

.new-boss .new-boss-old-style .icon-nomination-3030 {
  background: url("../img/rating/2016/kubok.png") no-repeat 0 0;
  width: 30px;
  height: 30px;
  background-size: cover;
  position: relative;
}

.new-boss .new-boss-old-style .akciya-info_nomination {
  border-color: #8fe1fd;
  background: #dcf3fb;
}

.new-boss .new-boss-old-style .grid5 .col:nth-of-type(5n+1),
.new-boss .new-boss-old-style .grid4 .col:nth-of-type(4n+1),
.new-boss .new-boss-old-style .grid3 .col:nth-of-type(3n+1),
.new-boss .new-boss-old-style .grid2 .col:nth-of-type(2n+1) {
  margin-left: 0;
  clear: left;
}

.new-boss .new-boss-old-style .col {
  float: left;
  margin-left: 3.2%;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.new-boss .new-boss-old-style .grid5 .col {
  width: 18.5%;
  margin-left: 1.8%;
}

.new-boss .new-boss-old-style .grid4 .col {
  width: 22.6%;
}

.new-boss .new-boss-old-style .grid3 .col {
  width: 31.2%;
}

.new-boss .new-boss-old-style .grid2 .col {
  width: 48.4%;
}

.new-boss .new-boss-old-style .uptl_container {
  z-index: 1000;
}

.new-boss .new-boss-old-style .fr-idx-widgets {
  clear: both;
}

.new-boss .new-boss-old-style .fr-idx-widgets_2col .fr-idx-widgets__col {
  width: 325px;
  float: left;
  margin-left: 20px;
}

.new-boss .new-boss-old-style .fr-idx-widgets_2col .fr-idx-widgets__col:nth-child(2n+1) {
  margin-left: 0;
  clear: both;
}

.new-boss .new-boss-old-style .fr-idx-widgets__col.fr-index-public-request {
  padding-bottom: 10px;
}

.new-boss .new-boss-old-style .fr-index-public-request-avatar {
  float: left;
  width: 66px;
  margin-right: 10px;
  border-radius: 5px;
}

.new-boss .new-boss-old-style .fr-index-public-request-info {
  padding-left: 76px;
}

.new-boss .new-boss-old-style .fr-index-public-request-info_name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #898989;
}

.new-boss .new-boss-old-style .fr-index-public-request-info p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}

.new-boss .new-boss-old-style .new-fransh > p {
  padding-bottom: 9px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.7px;
}

.new-boss .new-boss-old-style .new-fransh h3 {
  padding-bottom: 9px;
}

.new-boss .new-boss-old-style .new-fransh__title a {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.new-boss .new-boss-old-style .new-fransh__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.new-boss .new-boss-old-style .fr-idx-showcase__hgh {
  position: relative;
  top: -22px;
  text-align: right;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.new-boss .new-boss-old-style .franchise-online__cat-stitle {
  padding-bottom: 9px;
}

.new-boss .new-boss-old-style .fr-index-public-request-avatar {
  width: 120px;
  height: 120px;
  margin-right: 15px;
}

.new-boss .new-boss-old-style .fr-index-public-request-info_link {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 6px;
}

.new-boss .new-boss-old-style .fr-index-public-request-info_text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.new-boss .new-boss-old-style #main .fr-idx-widgets__col.fr-index-public-request {
  padding-bottom: 22px;
}

.new-boss .new-boss-old-style .franchise-online__news-list-item .franchise-online__news-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.new-boss .new-boss-old-style .franchise-online__news-list-item .franchise-online__news-text-link {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-bottom: 0;
}

.new-boss .new-boss-old-style .franchise-online__news-list-item .franchise-online__news-text-date {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #696969;
}

.new-boss .new-boss-old-style .franchise-online__news-list-item-img__shadow {
  background-size: cover;
  width: 100%;
  height: 57%;
  opacity: 0.6;
}

.new-boss .new-boss-old-style .franchise-online__news-list-item-img .franchise-online__news-text-date {
  color: #ffffff;
}

.new-boss .new-boss-old-style .fr-idx-head {
  margin-top: 50px;
  margin-bottom: 28px;
  /*второй htext*/
}

.new-boss .new-boss-old-style .fr-idx-head__right {
  width: 320px;
  float: right;
}

.new-boss .new-boss-old-style .fr-idx-head__left {
  width: 730px;
  margin-right: 0;
  float: left;
}

.new-boss .new-boss-old-style .fr-idx-head__htext {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
  padding-bottom: 8px;
}

.new-boss .new-boss-old-style .new-fransh {
  width: 100%;
  min-height: 180px;
  padding: 8px 10px 0 12px;
  background-color: #fff4b5;
  /*замена заголовков h1*/
}

.new-boss .new-boss-old-style .new-fransh img {
  display: block;
  width: 161px;
  height: 121px;
  float: left;
}

.new-boss .new-boss-old-style .new-fransh h2 {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.7px;
}

.new-boss .new-boss-old-style .new-fransh h3 {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.7px;
}

.new-boss .new-boss-old-style .new-fransh__about {
  margin-left: 175px;
}

.new-boss .new-boss-old-style .new-fransh__title {
  line-height: 20px;
  margin-bottom: 4px;
}

.new-boss .new-boss-old-style .new-fransh__type {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
}

.new-boss .new-boss-old-style .new-fransh__text {
  line-height: 20px;
  margin-bottom: 11px;
  padding-left: 0 !important;
}

.new-boss .new-boss-old-style .fr-idx-main__left {
  width: 204px;
  float: left;
}

.new-boss .new-boss-old-style .fr-idx-main__right {
  width: 920px;
  margin-top: 7px;
  float: right;
}

.new-boss .new-boss-old-style .fr-idx-showcase__item {
  position: relative;
  width: 200px;
  height: 150px;
  margin: 0 0 30px 30px;
  float: left;
  z-index: 1;
}

.new-boss .new-boss-old-style .fr-idx-showcase__item:hover .fr-idx-showcase__img {
  opacity: 1;
  width: 110%;
  height: 110%;
}

.new-boss .new-boss-old-style .fr-idx-showcase__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all ease 0.2s;
  width: 100%;
  height: 100%;
}

.new-boss .new-boss-old-style .b-menu {
  border: none;
  box-shadow: none;
}

.new-boss .new-boss-old-style .b-menu__group {
  padding: 19px 0 0;
}

.new-boss .new-boss-old-style .b-menu__group_head {
  padding: 0;
}

.new-boss .new-boss-old-style .b-menu__group_gws {
  background: none;
  padding: 10px 0 0;
}

.new-boss .new-boss-old-style .b-menu__group_gws:before {
  content: none;
}

.new-boss .new-boss-old-style .b-menu__group_gws:after {
  content: none;
}

.new-boss .new-boss-old-style .l-menu_2icon .l-menu__item .l-menu__link {
  padding: 0;
}

.new-boss .new-boss-old-style .l-menu__item {
  position: relative;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.6;
  padding: 0;
  /*второй item_head*/
}

.new-boss .new-boss-old-style .l-menu__item:before {
  content: none;
}

.new-boss .new-boss-old-style .l-menu__item_head {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 13px;
  border-bottom: 1px solid #dadada;
}

.new-boss .new-boss-old-style .l-menu__item_shead {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 24px;
  padding-bottom: 10px;
}

.new-boss .new-boss-old-style .l-menu__item_video {
  height: 115px;
  margin-top: 10px;
}

.new-boss .new-boss-old-style .l-menu__item_video:nth-of-type(2) {
  margin-top: 20px;
}

.new-boss .new-boss-old-style .l-menu__link {
  margin: 0;
  padding: 0;
}

.new-boss .new-boss-old-style .l-menu__link:after {
  content: none;
}

.new-boss .new-boss-old-style .l-menu__link:hover {
  background: none;
}

.new-boss .new-boss-old-style .fr-idx-banner {
  width: calc(100% - 30px);
  margin-bottom: 25px;
  float: right;
}

.new-boss .new-boss-old-style .fr-idx-banner a img {
  width: 100%;
}

.new-boss .new-boss-old-style .fr-idx-widgets {
  margin-left: 30px;
}

.new-boss .new-boss-old-style .fr-idx-widgets_2col .fr-idx-widgets__col {
  width: calc(50% - 10px);
  float: left;
}

.new-boss .new-boss-old-style .fr-idx-widgets_3mcol .fr-idx-widgets__col {
  width: calc(33.33% - 13.4px);
}

.new-boss .new-boss-old-style .fr-idx-widgets_3mcol .fr-idx-widgets__col:nth-child(2n+1) {
  width: calc(33.33% - 13.3px);
  margin-left: 20px;
}

.new-boss .new-boss-old-style .fr-idx-widgets_3mcol .fr-idx-widgets__col:first-child {
  margin-left: 0;
}

.new-boss .new-boss-old-style .fr-idx-widgets_3mcol .franchise-online__news-list-item {
  margin-bottom: 0;
}

.new-boss .new-boss-old-style .fr-idx-widgets_indent {
  margin-bottom: 36px;
}

.new-boss .new-boss-old-style .fr-idx-widgets_border-t {
  padding-top: 20px;
  border-top: 1px solid #dadada;
}

.new-boss .new-boss-old-style .fr-idx-widgets.fr-idx-widgets_3mcol {
  margin-left: 0;
}

.new-boss .new-boss-old-style .fr-index-public-request-info {
  padding-left: 135px;
}

.new-boss .new-boss-old-style .fr-index-public-request-info_name {
  position: relative;
  top: -5px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.new-boss .new-boss-old-style .fr-index-public-request-info_link {
  margin-top: -2px;
}

.new-boss .new-boss-old-style .franchise-online__news-list-item {
  margin-bottom: 10px;
}

.new-boss .new-boss-old-style .franchise-online__news-list-item-img {
  width: 100%;
  overflow: hidden;
}

.new-boss .new-boss-old-style .franchise-online__news-list-item-img .franchise-online__news-text {
  padding: 0 18px;
}

.new-boss .new-boss-old-style .franchise-online__news-list_horiz325 {
  padding-top: 15px;
  margin-bottom: 0;
}

.new-boss .new-boss-old-style .franchise-online__news-list_horiz325 .franchise-online__news-list-item {
  width: calc(50% - 10px);
}

.new-boss .new-boss-old-style .franchise-online__brand-image:hover img {
  transform: scale(1.1);
}

.new-boss .new-boss-old-style .franchise-online__brand-image img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform ease 0.5s;
}

.new-boss .new-boss-old-style .franchise-online__news-slist {
  margin-bottom: 0;
}

.new-boss .new-boss-old-style .franchise-online__news-slist .franchise-online__news-list-item {
  margin-top: 0;
}

.new-boss .new-boss-old-style .b-index-htext {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin: 40px 0 20px;
}

.new-boss .new-boss-old-style .fr-index-category__list {
  width: calc(25% - 22.5px);
  margin-left: 30px;
  padding-right: 0;
  line-height: 24px;
}

.new-boss .new-boss-old-style .fr-index-category__list:first-child {
  margin-left: 0;
}

.new-boss .new-boss-old-style .fr-index-category__list li a {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.pers_profile-hide {
  margin-bottom: 120px;
}

.pers img {
  width: 100%;
  vertical-align: bottom;
}

.pers-data__head {
  background-color: #0088cc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 20px;
}

.pers-data__obj {
  width: 820px;
}

.pers-data__obj_manage {
  width: 340px;
}

.pers-data__title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
}

.pers-data__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.pers-data__choise {
  *zoom: 1;
  display: table;
  margin: 20px auto 0;
}

.pers-data__choise:before,
.pers-data__choise:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.pers-data__icon {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  float: left;
  margin-right: 10px;
  padding-top: 16px;
  padding-left: 15px;
  cursor: pointer;
  position: relative;
}

.pers-data__icon_active {
  background-color: rgba(0, 0, 0, 0.3);
}

.pers-data__icon:last-child {
  margin-right: 0;
}

.pers-data__icon:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.pers-data__icon:hover .pers-data__help {
  display: inline-block;
}

.pers-data__help {
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  background-color: #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pers-data__help-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  white-space: nowrap;
}

.pers-data__tabs {
  margin-top: 20px;
}

.pers-data__body {
  padding: 30px;
  min-height: 240px;
  background-color: #ffffff;
  *zoom: 1;
}

.pers-data__body:before,
.pers-data__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.pers-data__footer {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #f0f2f5;
}

.pers-data__btn {
  display: table;
  margin: 0 auto;
  font-size: 0;
}

.pers-data__about-me {
  margin-top: 20px;
}

.pers-data_form {
  display: table;
  margin: 0 auto;
}

.pers-data_form .form__txt {
  width: 125px;
  padding-right: 20px;
  text-align: right;
}

.pers-data_form .form__input {
  width: 340px;
}

.pers-data_textarea {
  height: 100px;
}

.pers-data .pers-data_input {
  border: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.pers-data .pers-data_input-about-me {
  padding-left: 0;
}

.pers-data .pers-data_input:focus {
  border-radius: 0;
  box-shadow: 0 0 0 0;
}

.pers-data-manage__item {
  margin-bottom: 10px;
  *zoom: 1;
}

.pers-data-manage__item:before,
.pers-data-manage__item:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.pers-data-manage__item:last-child {
  margin-bottom: 0;
}

.pers-data-manage__icon {
  float: right;
}

.pers-data-manage__txt {
  float: left;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.pers-data-manage__txt_grey {
  color: #aaaaaa;
}

.pers-data-gallery__body {
  *zoom: 1;
}

.pers-data-gallery__body:before,
.pers-data-gallery__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.pers-data-gallery__item {
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
  float: left;
  width: 12.5%;
}

.pers-data-gallery__obj {
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.pers-data-gallery__obj:hover:before {
  content: "";
}

.pers-data-gallery__obj:hover .pers-data-gallery__icon {
  display: block;
}

.pers-data-gallery__obj:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.pers-data-gallery-img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.pers-data-gallery__icon {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
}

.pers-data_radio .radio__item {
  display: table;
  margin-bottom: 20px;
}

.pers-data_radio .radio__item:last-child {
  margin-bottom: 0;
}

.pers-public__item {
  *zoom: 1;
  margin-bottom: 30px;
}

.pers-public__item:before,
.pers-public__item:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.pers-public__item:last-child {
  margin-bottom: 0;
}

.pers-public__img {
  width: 160px;
  height: 160px;
  float: left;
}

.pers-public-img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.pers-public__icon {
  margin-left: 5px;
}

.pers-public__obj {
  margin-left: 180px;
}

.pers-public__date {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
}

.pers-public__title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

.pers-public__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.pers-blog__img {
  height: 260px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.pers-blog__description {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  color: #0088cc;
  margin-bottom: 10px;
}

.pers-blog__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 20px;
}

.pers-empty__body {
  height: 200px;
  border: 1px dashed;
  border-color: #aaaaaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 0;
}

.pers-empty__title {
  margin-top: 60px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 20px;
}

.pers-empty__btn {
  display: inline-block;
}

.pers-spec__body {
  *zoom: 1;
}

.pers-spec__body:before,
.pers-spec__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.pers-spec__percent {
  float: left;
  width: 200px;
  height: 200px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.pers-spec__obj {
  margin-left: 240px;
  margin-top: 35px;
}

.pers-spec__item {
  padding: 8px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.pers-spec__item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.pers-spec__num {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  text-transform: uppercase;
  float: right;
}

.pers-spec__type {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  text-transform: uppercase;
  padding-left: 20px;
  position: relative;
}

.pers-spec__type:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.pers-spec__type_gobiz:before {
  background-color: #0088cc;
}

.pers-spec__type_boss:before {
  background-color: #0088cc;
}

.pers-spec__type_fff:before {
  background-color: #6e5096;
}

.pers-issue__title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 5px;
}

.pers-issue__subtitle {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #aaaaaa;
  margin-bottom: 10px;
}

.pers-issue__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 5px;
}

.pers-issue__txt:last-child {
  margin-bottom: 0;
}

.pers-issue__img {
  width: 160px;
  float: left;
}

.pers-issue__img-biogr {
  height: 250px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}

.pers-issue-img-biogr {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.pers-issue_img .pers-issue__obj {
  margin-left: 180px;
}

.pers-issue__line {
  position: relative;
  height: 5px;
  background-color: #f0f2f5;
  margin-top: 20px;
  margin-bottom: 40px;
}

.pers-issue__line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 0;
  height: 0;
  border-top: 25px solid #f0f2f5;
  border-left: 30px solid transparent;
}

.pers-issue__line:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 15px;
  width: 0;
  height: 0;
  border-top: 25px solid white;
  border-left: 30px solid transparent;
}

.pers-issue__add {
  font-size: 0;
  text-align: center;
  border: 1px dashed;
  border-color: #aaaaaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.pers-issue__add_begin {
  margin-bottom: 0;
}

.pers-issue__add-obj {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pers-issue__add-icon {
  float: left;
  margin-top: 2px;
}

.pers-issue__add-txt {
  margin-left: 25px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.pers-welcome__obj {
  width: 780px;
}

.pers-welcome__head {
  position: relative;
  background-image: url("/img/pers-welcom.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.pers-welcome__img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
}

.pers-welcome-img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.pers-welcome__name {
  font-size: 32px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 35px;
}

.pers-welcome__body {
  padding: 35px 50px 45px;
  text-align: center;
  background-color: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pers-welcome__txt {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

.pers-welcome__link {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 30px;
  display: inline-block;
}

.pers__draft {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.pers-head__rating-container {
  display: flex;
  margin-bottom: 30px;
}

.pers-head__rating-title {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
  color: #ffffff;
}

.pers-head__rating-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #ffffff;
  margin-top: 5px;
}

.pers-head__rating-icon {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 15px;
  margin-top: 5px;
}

.pers-head__top-container {
  margin-bottom: 30px;
  font-size: 0;
}

.pers-head__lvl {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.pers-head__lvl-tooltip {
  display: none;
  width: 310px;
  position: absolute;
  left: 310px;
  top: 10px;
  padding: 20px;
  border-radius: 10px;
  background-color: #ffffff;
  z-index: 2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.pers-head__lvl-value {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 10px;
  right: 40px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
  line-height: 64px;
  font-weight: bold;
  text-align: center;
  user-select: none;
  cursor: pointer;
}

.pers-head__lvl-value:hover ~ .pers-head__lvl .plcc__bg {
  transform: scale(0.99);
}

.pers-head__lvl-value:hover ~ .pers-head__lvl .plcc__paint-container {
  transform: rotate(45deg) scale(1.01);
}

.pers-head__liga {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding: 9px 15px;
  margin-right: 10px;
  border-radius: 20px;
  font-weight: bold;
  color: #ffffff;
  user-select: none;
}

.pers-head__body {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pers-head__body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.pers-head__body_edit:hover .pers-head__body-btn {
  display: block;
}

.pers-head__body-btn {
  width: 100%;
  display: none;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}

.pers-head__body-btn .group-btn__body {
  display: inline-block;
}

.pers-head__error {
  margin-bottom: 30px;
}

.pers-head__user {
  *zoom: 1;
  padding-top: 190px;
  position: relative;
  min-height: 215px;
}

.pers-head__user:before,
.pers-head__user:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.pers-head__img {
  border-radius: 50%;
  z-index: 1;
}

.pers-head__img-container {
  float: left;
  width: 340px;
  height: 340px;
  padding: 20px;
  position: absolute;
  bottom: -70px;
  z-index: 1;
}

.pers-head-img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.pers-head_load-photo {
  height: 340px;
}

.pers-head .load-photo__body-fon {
  border-width: 2px;
}

.pers-head__info {
  margin-left: 380px;
  padding-top: 30px;
}

.pers-head__online {
  margin-bottom: 30px;
}

.pers-head__stat {
  margin-bottom: 10px;
  font-size: 0;
}

.pers-head__rating {
  display: inline-block;
  vertical-align: middle;
}

.pers-head__league,
.pers-head__voting {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.pers-head__name {
  margin-bottom: 30px;
}

.pers-head__name-txt {
  font-size: 55px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
  font-weight: 100;
  font-weight: bold;
}

.pers-side__btn-vip {
  margin-bottom: 20px;
}

.pers-side__data {
  margin-bottom: 15px;
}

.pers-side__data-title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
}

.pers-side__data-txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.pers-side__data-txt_reg {
  font-size: 15px;
  color: #aaaaaa;
}

.pers-side__type {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 15px;
}

.pers-side__location {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 15px;
}

.pers-side__birthday {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.pers-side__btn {
  font-size: 0;
  margin-bottom: 15px;
}

.pers-side__btn:last-child {
  margin-bottom: 0;
}

.pers-side__obj {
  margin-bottom: 30px;
}

.pers-side__obj_head {
  margin-top: 100px;
}

.pers-side__obj:last-child {
  margin-bottom: 0;
}

.pers-side__obj_edit {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px;
}

.pers-side-obj__head {
  border-bottom: 1px dashed;
  border-color: #aaaaaa;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.pers-side-obj__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  text-transform: uppercase;
}

.pers-side-obj__num {
  padding-left: 16px;
  position: relative;
}

.pers-side-obj__num:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 7px;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #000000;
}

.pers-offer__body {
  padding: 15px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px dashed;
  border-color: #aaaaaa;
  cursor: pointer;
}

.pers-offer__body:hover .pers-offer__txt {
  border-color: #aaaaaa;
}

.pers-offer__icon {
  float: left;
  margin-top: 7px;
}

.pers-offer__txt {
  margin-left: 5px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
  border-bottom: 2px dotted;
  border-color: transparent;
  display: inline-block;
}

.pers-active__body {
  *zoom: 1;
}

.pers-active__body:before,
.pers-active__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.pers-active__item {
  margin-bottom: 10px;
}

.pers-active__link {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #0088cc;
  margin-right: 40px;
}

.pers-active__num {
  float: right;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #000000;
}

.pers-active__reg {
  *zoom: 1;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
}

.pers-active__reg:before,
.pers-active__reg:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.pers-near__body {
  *zoom: 1;
}

.pers-near__body:before,
.pers-near__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.pers-near__item {
  margin-bottom: 20px;
}

.pers__body {
  *zoom: 1;
  margin-bottom: 30px;
}

.pers__body:before,
.pers__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.pers-body__head {
  *zoom: 1;
  margin-bottom: 20px;
}

.pers-body__head:before,
.pers-body__head:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.pers-body__date {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
}

.pers-body__side {
  float: right;
}

.pers-body__side_blog {
  margin-bottom: -20px;
}

.pers-body__item {
  margin-top: 20px;
  position: relative;
}

.pers-body__item:first-child {
  margin-top: 30px;
}

.pers-body__obj {
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
}

.pers-body__obj_interest {
  padding-bottom: 20px;
}

.pers-body__obj:hover .correction__obj {
  display: block;
}

.pers-body__obj_draft {
  background-color: transparent;
  border: 2px dashed;
  border-color: #aaaaaa;
}

.pers-body__obj_empty {
  background-color: transparent;
}

.pers-body__block_indent {
  margin-bottom: 20px;
}

.pers-body__block_indent:last-child {
  margin-bottom: 0;
}

.pers-body__btn {
  margin-top: 20px;
}

.pers .pers-body__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.pers .pers-body__title_border {
  margin-bottom: 30px;
  border-bottom: 1px dashed;
  border-color: #aaaaaa;
}

.pers__img {
  position: relative;
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.pers__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}

.pers__img:hover .pers__img-btn {
  display: block;
}

.pers__img-title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
  position: absolute;
  top: 15px;
  left: 20px;
}

.pers__img-btn {
  position: absolute;
  bottom: 15px;
  left: 20px;
  display: none;
}

.pers__img_height {
  height: 150px;
}

.pers-img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.pers__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.pers-biography__body {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.pers-biography__item {
  *zoom: 1;
  margin-bottom: 15px;
}

.pers-biography__item:before,
.pers-biography__item:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.pers-biography__item:last-child {
  margin-bottom: 0;
}

.pers-biography__date {
  float: left;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #aaaaaa;
}

.pers-biography__obj {
  margin-left: 55px;
}

.pers-biography__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 5px;
}

.pers-biography__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.pers-blog__img {
  margin-bottom: 15px;
}

.pers-blog__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 10px;
}

.pers-company__body {
  *zoom: 1;
}

.pers-company__body:before,
.pers-company__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.pers-company__img {
  float: left;
}

.pers-company__obj {
  margin-left: 180px;
}

.pers-company__title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 5px;
}

.pers-company__txt {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.pers-career__item {
  margin-bottom: 10px;
  *zoom: 1;
}

.pers-career__item:before,
.pers-career__item:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.pers-career__item:last-child {
  margin-bottom: 0;
}

.pers-career__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.pers-career__txt_type {
  float: left;
}

.pers-career__txt_description {
  margin-left: 200px;
}

.pers-percent__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.pers-percent__num {
  margin-left: 10px;
}

.pers-profile__item {
  *zoom: 1;
  margin-bottom: 10px;
}

.pers-profile__item:before,
.pers-profile__item:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.pers-profile__type,
.pers-profile__percent {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.pers-profile__percent {
  float: right;
}

.pers-add__body {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed;
  border-color: #aaaaaa;
}

.pers-add__item {
  margin-bottom: 10px;
}

.pers-add__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.pers-add__link {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.pers-add__link:hover {
  text-decoration: underline;
}

.pers-error__body {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 20px;
  background-color: #e9e9e9;
  display: table;
}

.pers-error__icon {
  float: left;
  margin-top: 2px;
}

.pers-error__txt {
  margin-left: 30px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.pers .close {
  background: none;
}

.publication__body {
  margin-top: 50px;
}

.publication_form {
  margin-top: 30px;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
}

.publication_textarea-plan {
  height: 100px;
}

.publication_textarea-idea {
  height: 350px;
}

.publication__third {
  padding-bottom: 30px;
  border-bottom: 1px solid;
  border-color: #aaaaaa;
}

.publication__data-img {
  width: 90px;
  height: 90px;
  margin-bottom: 25px;
}

.publication__data-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.publication__info {
  margin-top: 30px;
}

.publication-info__head {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 20px;
}

.publication-info__body {
  position: relative;
  overflow: hidden;
}

.publication-info__body_plan {
  height: 245px;
}

.publication-info__item {
  margin-bottom: 20px;
}

.publication-info__title {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 5px;
}

.publication-info__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.publication-info__txt-idea {
  margin-bottom: 30px;
}

.publication-info__icon {
  margin-bottom: 20px;
}

.publication-switch__head-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 25px;
}

.publication-switch__head-title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 20px;
}

.publication-switch__third {
  margin-top: 30px;
}

.publication-switch__img {
  max-height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.publication-switch__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.4);
}

.publication-switch__img:hover .publication-switch__img-btn {
  display: block;
}

.publication-switch__img-txt {
  position: absolute;
  top: 20px;
  left: 20px;
}

.publication-switch__img-sentence {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 5px;
  color: #ffffff;
}

.publication-switch__img-desctiption {
  font-size: 28px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
}

.publication-switch__img-btn {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.publication-switch__img_ok .publication-switch__img-txt {
  top: 30px;
  left: 30px;
}

.publication-switch__img_ok .publication-switch__img-btn {
  bottom: 30px;
  left: 30px;
}

.publication-switch-img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.publication-switch__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.publication-ok__body {
  margin-top: 30px;
  margin-bottom: 50px;
}

.publication-ok__icon {
  float: left;
}

.publication-ok__obj {
  margin-left: 90px;
}

.publication-ok__title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 15px;
}

.publication-ok__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.publication-ok__link {
  color: #0088cc;
}

.publication-ok__article {
  background-color: #f0f2f5;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.bx {
  /* IMAGE CAPTIONS */
}

.bx-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-viewport {
  width: 100% !important;
  height: 100% !important;
}

.bx-controls {
  display: none;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.bx-controls-direction {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.bx-prev,
.bx-next {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.picture_full {
  width: 100% !important;
}

.picture_full img {
  width: 100%;
}

.picture_big img {
  width: 100%;
}

.picture_original .issue-picture__img {
  display: table;
  margin: 0 auto;
  width: auto !important;
}

.picture_original img {
  width: auto;
}

.issue img {
  width: 100%;
}

.issue-img_blog {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.issue__blog {
  font-size: 0;
}

.issue__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.issue__row {
  *zoom: 1;
}

.issue__row:before,
.issue__row:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.issue__col_l {
  float: left;
}

.issue__col_r {
  float: right;
}

.issue__icon {
  float: left;
}

.issue-picture__body {
  position: relative;
}

.issue_vip .issue__body {
  background-color: #fff4b3;
}

.issue_vertical .issue__img {
  max-width: 680px;
  margin-bottom: 15px;
}

.issue_vertical .issue__title {
  margin-bottom: 10px;
}

.issue_vertical .issue__txt {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.issue_vertical .issue__company {
  margin-bottom: 10px;
}

.issue_vertical .issue__name {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
  padding-left: 5px;
}

.issue_vertical .issue__icon {
  width: 18px;
  height: 18px;
}

.issue_vertical-side .issue__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.issue_vertical-side .issue__img {
  max-width: 680px;
  margin-bottom: 10px;
}

.issue_vertical-side .issue__title {
  margin-bottom: 10px;
}

.issue_vertical-side .issue__txt {
  margin-bottom: 10px;
}

.issue_vertical-side .issue__company {
  margin-bottom: 10px;
}

.issue_vertical-side .issue__name {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
  padding-left: 5px;
}

.issue_vertical-side .issue__icon {
  width: 18px;
  height: 18px;
}

.issue_horizon .issue__body {
  *zoom: 1;
  position: relative;
  padding: 20px 20px 15px;
  border-radius: 5px;
}

.issue_horizon .issue__body:before,
.issue_horizon .issue__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.issue_horizon .issue__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background-color: #00b4f0;
}

.issue_horizon .issue__img {
  float: left;
  width: 160px;
  height: 120px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 10px;
}

.issue_horizon .issue__center {
  padding-left: 25px;
  padding-right: 25px;
  overflow: hidden;
}

.issue_horizon .issue__right {
  float: right;
  width: 150px;
}

.issue_horizon .issue__title {
  margin-bottom: 10px;
}

.issue_horizon .issue__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 10px;
}

.issue_horizon .issue__txt_hsmall {
  max-height: 66px;
}

.issue_horizon .issue__txt:last-child {
  margin-bottom: 0;
}

.issue_horizon .issue__btn {
  font-size: 0;
  margin-bottom: 20px;
}

.issue_horizon .issue__btn .btn-big {
  width: 100%;
}

.issue_horizon .issue__btn .btn-txt {
  float: none;
  text-align: center;
}

.issue_horizon .issue__like .statistics {
  margin: 0 auto;
}

.issue_invest .issue__icon {
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
}

.issue_invest .issue__icon:nth-child(2) {
  top: 50px;
}

.issue_invest .issue__icon:nth-child(3) {
  top: 80px;
}

.issue_invest .issue__icon:nth-child(4) {
  top: 110px;
}

.issue_project .issue__body {
  position: relative;
}

.issue_project .issue__link:hover .issue__title {
  text-decoration: underline;
}

.issue_project .issue__img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.issue_project .issue__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.issue_project .issue__title,
.issue_project .issue__txt {
  position: absolute;
  color: #ffffff;
}

.issue_project .issue__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  top: 20px;
  left: 20px;
  position: absolute;
  color: #ffffff;
}

.issue_project .issue__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  bottom: 20px;
  right: 20px;
  position: absolute;
  color: #ffffff;
}

.issue_side-comment .issue__item {
  margin-bottom: 30px;
}

.issue_side-comment .issue__user {
  margin-bottom: 10px;
  *zoom: 1;
}

.issue_side-comment .issue__user:before,
.issue_side-comment .issue__user:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.issue_side-comment .issue__img {
  width: 30px;
  float: left;
}

.issue_side-comment .issue__user-info {
  margin-left: 45px;
}

.issue_side-comment .issue__name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 2px;
}

.issue_side-comment .issue__date {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
}

.issue_side-comment .issue__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 10px;
}

.issue_side-comment .issue__link {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.issue_side-comment .issue__link .link:hover {
  text-decoration: underline;
}

.issue_side-comment .issue__btn .btn-big {
  width: 100%;
}

.issue_side-comment .issue__btn .btn-txt {
  float: none;
  text-align: center;
}

.issue_side-comment .issue__textarea {
  margin-bottom: 20px;
}

.issue_side-comment .textarea {
  height: 130px;
}

.issue_side-comment .center {
  text-align: center;
}

.issue_side-rating .issue__item {
  margin-bottom: 15px;
}

.issue_side-rating .issue__item:last-child {
  margin-bottom: 0;
}

.issue_side-rating .issue__link {
  font-size: 0;
  display: block;
}

.issue_side-rating .issue__link:hover .issue__txt {
  text-decoration: underline;
}

.issue_side-rating .issue__statistics {
  float: right;
}

.issue_side-rating .issue__img {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
}

.issue_side-rating .issue__block {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 50px);
}

.issue_side-rating .issue__txt {
  padding-top: 3px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-left: 10px;
  float: left;
}

.issue_side-glossary .issue__body .issue__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.issue_side-glossary .issue__body .issue_bold {
  font-weight: bold;
}

.issue_side-glossary .issue__body .issue__btn {
  margin-top: 20px;
}

.issue_side-glossary .issue__body .issue__btn .btn-big {
  width: 100%;
}

.issue_side-glossary .issue__body .issue__btn .btn-txt {
  float: none;
  text-align: center;
}

.issue_comment .issue__item {
  margin-bottom: 30px;
}

.issue_comment .issue__user {
  margin-bottom: 10px;
  *zoom: 1;
}

.issue_comment .issue__user:before,
.issue_comment .issue__user:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.issue_comment .issue__img {
  width: 30px;
  float: left;
}

.issue_comment .issue__user-info {
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}

.issue_comment .issue__name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.issue_comment .issue__date {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
}

.issue_comment .issue__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 10px;
}

.issue_comment .issue__link {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.issue_comment .issue__like {
  float: right;
}

.issue_comment .issue__btn .btn-big {
  width: 100%;
}

.issue_comment .issue__btn .btn-txt {
  float: none;
  text-align: center;
}

.issue_comment .issue__act {
  color: #aaaaaa;
  border-bottom: 1px dashed;
  border-color: #aaaaaa;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-right: 10px;
}

.issue_comment .issue__act:last-child {
  margin-right: 0;
}

.issue_comment .issue__act:hover {
  border-color: transparent;
}

.issue_comment .issue__act.delete:hover {
  color: #FF4545;
}

.issue_comment .issue__act.edit:hover {
  color: #0088cc;
}

.issue_comment .issue__textarea {
  margin-bottom: 20px;
}

.issue_comment .issue__message {
  margin-bottom: 20px;
}

.issue_comment .issue__comment > .issue__content + .issue__block {
  margin-left: 50px;
}

.issue_comment .issue__delete {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding: 30px;
  border-radius: 5px;
  border: 2px dashed;
  border-color: #aaaaaa;
  text-align: center;
  background-color: #f9ead6;
  margin-bottom: 20px;
}

.issue_comment .issue__obj {
  margin-bottom: 20px;
}

.issue_comment .issue__reestablish {
  margin-left: 10px;
}

.issue_comment .issue__deleted .issue__delete {
  display: block;
}

.issue_comment .issue__deleted .issue__obj {
  display: none;
}

.issue_comment .textarea {
  height: 80px;
}

.issue-hover_black:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity ease 0.3s;
  z-index: 1;
}

.issue-hover_underline {
  text-decoration: no-underline;
}

.issue-hover:hover .issue-hover_black:before {
  opacity: 1;
}

.issue-hover:hover .issue-hover_underline {
  text-decoration: underline;
}

.toggle-menu__head {
  *zoom: 1;
  margin-bottom: 15px;
}

.toggle-menu__head:before,
.toggle-menu__head:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.toggle-menu__icon {
  float: left;
  margin-top: 2px;
  font-size: 0;
}

.toggle-menu__type {
  margin-left: 30px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.toggle-menu__body {
  position: relative;
}

.toggle-menu__body .toggle-menu__body {
  margin-left: 5px;
}

.toggle-menu__line {
  position: absolute;
  top: 0;
  left: 12px;
  width: 1px;
  height: 100%;
  border-left: 1px dashed;
  border-color: #aaaaaa;
}

.toggle-menu__obj {
  margin-left: 35px;
  margin-top: 20px;
  display: none;
}

.toggle-menu__item {
  font-size: 0;
  margin-bottom: 20px;
}

.toggle-menu__item:last-child {
  margin-bottom: 0;
}

.toggle-menu__item_active > .toggle-menu__btn .icon-show {
  display: none;
}

.toggle-menu__item_active > .toggle-menu__btn .icon-hide {
  display: block;
}

.toggle-menu__item_active > .toggle-menu__obj {
  display: block;
}

.toggle-menu__btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 5;
  user-select: none;
}

.toggle-menu__btn-icon {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f0f2f5;
  float: left;
  padding-top: 7px;
  padding-left: 7px;
}

.toggle-menu__btn-txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1;
  margin-left: 30px;
  margin-top: 4px;
}

.toggle-menu__btn:hover .toggle-menu__btn-txt {
  text-decoration: underline;
}

.toggle-menu__block {
  margin-bottom: 20px;
}

.toggle-menu_btn .toggle-menu__line {
  left: 40px;
}

.toggle-menu_btn .toggle-menu__obj {
  margin-left: 80px;
  margin-top: 30px;
}

.toggle-menu_btn .toggle-menu__item {
  margin-bottom: 30px;
}

.toggle-menu_btn .toggle-menu__item:last-child {
  margin-bottom: 0;
}

.toggle-menu_btn .toggle-menu__item_active > .toggle-menu__btn {
  border-color: #0088cc;
}

.toggle-menu_btn .toggle-menu__item_active > .toggle-menu__btn .toggle-menu__btn-txt {
  color: #0088cc;
}

.toggle-menu_btn .toggle-menu__item_active > .toggle-menu__obj {
  display: block;
}

.toggle-menu_btn .toggle-menu__btn {
  border: 2px solid;
  border-color: #aaaaaa;
  border-radius: 20px;
  background-color: white;
  padding: 6px 20px 9px;
}

.toggle-menu_btn .toggle-menu__btn-txt {
  color: #aaaaaa;
  margin-left: 0;
}

.toggle-menu_btn .toggle-menu__btn:hover {
  border-color: #0088cc;
}

.toggle-menu_btn .toggle-menu__btn:hover .toggle-menu__btn-txt {
  text-decoration: none;
  color: #0088cc;
}

.radio_norm .radio__input:checked + .radio__icon:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.2%22%3E%0D%0A%09%3Cpath%20d%3D%22M12.5%2C1C18.841%2C1%2C24%2C6.159%2C24%2C12.5S18.841%2C24%2C12.5%2C24S1%2C18.841%2C1%2C12.5S6.159%2C1%2C12.5%2C1%20M12.5%2C0C5.596%2C0%2C0%2C5.596%2C0%2C12.5%0D%0A%09%09S5.596%2C25%2C12.5%2C25S25%2C19.404%2C25%2C12.5S19.404%2C0%2C12.5%2C0L12.5%2C0z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Ccircle%20fill%3D%22%2300B4F0%22%20cx%3D%2212.5%22%20cy%3D%2212.5%22%20r%3D%227%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.radio_norm .radio__icon:before {
  padding-right: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.2%22%3E%0D%0A%09%3Cpath%20d%3D%22M12.5%2C1C18.841%2C1%2C24%2C6.159%2C24%2C12.5S18.841%2C24%2C12.5%2C24S1%2C18.841%2C1%2C12.5S6.159%2C1%2C12.5%2C1%20M12.5%2C0C5.596%2C0%2C0%2C5.596%2C0%2C12.5%0D%0A%09%09S5.596%2C25%2C12.5%2C25S25%2C19.404%2C25%2C12.5S19.404%2C0%2C12.5%2C0L12.5%2C0z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.radio_norm .radio__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.radio_norm-green .radio__input:checked + .radio__icon:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.2%22%3E%0D%0A%09%3Cpath%20d%3D%22M12.5%2C1C18.841%2C1%2C24%2C6.159%2C24%2C12.5S18.841%2C24%2C12.5%2C24S1%2C18.841%2C1%2C12.5S6.159%2C1%2C12.5%2C1%20M12.5%2C0C5.596%2C0%2C0%2C5.596%2C0%2C12.5%0D%0A%09%09S5.596%2C25%2C12.5%2C25S25%2C19.404%2C25%2C12.5S19.404%2C0%2C12.5%2C0L12.5%2C0z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Ccircle%20fill%3D%22%231EA01E%22%20cx%3D%2212.5%22%20cy%3D%2212.5%22%20r%3D%227%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.radio_norm-green .radio__icon:before {
  padding-right: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.2%22%3E%0D%0A%09%3Cpath%20d%3D%22M12.5%2C1C18.841%2C1%2C24%2C6.159%2C24%2C12.5S18.841%2C24%2C12.5%2C24S1%2C18.841%2C1%2C12.5S6.159%2C1%2C12.5%2C1%20M12.5%2C0C5.596%2C0%2C0%2C5.596%2C0%2C12.5%0D%0A%09%09S5.596%2C25%2C12.5%2C25S25%2C19.404%2C25%2C12.5S19.404%2C0%2C12.5%2C0L12.5%2C0z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.radio_norm-green .radio__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.radio__input {
  display: none;
}

.radio__item {
  font-size: 0;
}

.radio__icon:before {
  content: "";
}

.radio__label {
  cursor: pointer;
}

.radio__txt {
  vertical-align: top;
}

.tabs-panel {
  display: flex;
  justify-content: center;
}

.tabs-panel_left {
  justify-content: flex-start;
}

.tabs-panel.full .tabs__btn {
  flex-grow: 1;
  flex-shrink: 1;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}

.tabs__btn.button {
  border-radius: 0;
  box-shadow: none !important;
}

.tabs__btn.button.high {
  font-weight: normal;
}

.tabs__btn.button:first-of-type {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.tabs__btn.button:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.tabs__btn.button:not(:last-of-type) {
  border-right: none;
}

.tabs__btn.green {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
  color: #000;
}

.tabs__btn.green.active {
  background-color: #C8EAC8;
  pointer-events: none;
}

.tabs__btn.green:hover {
  background-color: #E9F6E9;
  border-color: rgba(0, 0, 0, 0.2);
  color: #000;
}

.tabs__btn.green:active {
  background-color: #C8EAC8;
  border-color: rgba(0, 0, 0, 0.2);
  color: #000;
}

.tabs__btn.blue.active {
  background-color: #00b4f0;
  color: #fff;
  pointer-events: none;
}

.tabs__btn.grey.active {
  background-color: #c8c8c8;
  color: #fff;
  pointer-events: none;
}

.tabs__btn.red.active {
  background-color: #ff4545;
  color: #fff;
  pointer-events: none;
}

.tabs__btn.white.active {
  background-color: #ffffff;
  color: #1ea01e;
  pointer-events: none;
}

.tabs__btn.orange.active {
  background-color: #fa961e;
  color: #fff;
  pointer-events: none;
}

.tabs-body {
  display: none;
}

.tabs-body.active {
  display: block;
}

.correction__obj {
  display: none;
  *zoom: 1;
  float: right;
  margin-top: 8px;
  font-size: 0;
}

.correction__obj:before,
.correction__obj:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.correction__item {
  float: left;
  margin-right: 5px;
}

.correction__item:last-child {
  margin-right: 0;
}

.correction_underline {
  cursor: pointer;
  display: inline;
  border-bottom: 2px dotted transparent;
}

.correction_underline:hover {
  border-bottom: 2px dotted;
}

.progress-bar__obj {
  position: relative;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #d8d9da;
}

.progress-bar__filling {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  text-align: center;
  color: #fff;
  padding: 0 5px;
}

.progress-bar__text {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  /*Добавил при верстке article_kn*/
  padding-left: 5px;
  /*--- --- ---*/
}

.progress-bar_narrow {
  max-width: 380px;
  width: 100%;
  margin-right: 10px;
  float: left;
}

.progress-bar_narrow .progress-bar__obj {
  height: 20px;
}

.progress-bar_new .progress-bar__obj {
  height: 20px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}

.progress-bar_new .progress-bar__filling {
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}

.progress-bar_small .progress-bar__obj {
  height: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.progress-bar_small .progress-bar__filling {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.progress-bar_xs .progress-bar__obj {
  height: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.progress-bar_xs .progress-bar__filling {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.progress-bar_red .progress-bar__filling {
  background-color: #ff0000;
}

.progress-bar_orange .progress-bar__filling {
  background-color: #fa961e;
}

.progress-bar_light-green .progress-bar__filling {
  background-color: #96c059;
}

.progress-bar_green .progress-bar__filling {
  background-color: #1ea01e;
}

.progress-bar_grey .progress-bar__filling {
  background-color: rgba(0, 0, 0, 0.6);
}

.progress-bar_blue .progress-bar__filling {
  background-color: #00B4F0;
}

.shadow__left {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.2);
  background-color: transparent;
  z-index: -1;
}

.shadow__right {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 100%;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
  background-color: transparent;
  z-index: -1;
}

.shadow__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  background-color: transparent;
  z-index: -1;
}

.shadow__default {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.shadow__big {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.shadow__small {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.feed_bosszone .feed__obj:hover {
  border-color: #0088cc;
}

.feed_bosszone .feed__item_active .feed__obj {
  border-color: #0088cc;
}

.feed_bosszone .feed__drop-down {
  border-color: #0088cc;
}

.feed_white .feed__body {
  background-color: #ffffff;
}

.feed_dot-grey .feed__obj {
  border-bottom: 4px dotted;
  border-color: transparent;
}

.feed_dot-grey .feed__obj:hover {
  border-color: #aaaaaa;
}

.feed_dot-grey .feed__item_active .feed__obj {
  border-color: #aaaaaa;
}

.feed__body {
  *zoom: 1;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.feed__body:before,
.feed__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.feed__item {
  float: left;
  margin-left: 8px;
  margin-right: 8px;
}

.feed__item_more {
  position: relative;
  z-index: 10;
}

.feed__item_more .feed__txt {
  display: inline-block;
}

.feed__item_more:hover .feed__drop-down {
  display: block;
}

.feed__item:first-child {
  margin-left: 0;
}

.feed__item:last-child {
  margin-right: 0;
}

.feed__obj {
  cursor: pointer;
  border-bottom: 4px solid;
  border-color: transparent;
  padding-top: 12px;
  padding-bottom: 9px;
}

.feed__drop-down {
  position: absolute;
  top: 46px;
  right: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 20px 30px;
  background-color: white;
  border-top: 4px solid;
  display: none;
}

.feed__drop-down-txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  white-space: nowrap;
  margin-bottom: 10px;
}

.feed__drop-down-txt:last-child {
  margin-bottom: 0;
}

.feed__drop-down-border {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px dashed;
  border-color: #aaaaaa;
}

.feed__txt {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
  white-space: nowrap;
}

.feed__num {
  position: relative;
  padding-left: 16px;
}

.feed__num:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 7px;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #000000;
}

.feed__icon {
  float: right;
  margin-top: 3px;
  margin-left: 5px;
}

.league_norm .league__body {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.league_norm .league__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 8px;
  height: 40px;
}

.league_norm .league__drop-down {
  bottom: 40px;
}

.league_norm .league__indent {
  padding-top: 11px;
}

.league_new .league__body {
  background-color: #aaaaaa;
}

.league__body {
  display: table;
  position: relative;
}

.league__body:hover .league__drop-down {
  display: block;
}

.league__txt {
  text-transform: uppercase;
}

.league__drop-down {
  display: none;
  position: absolute;
  left: 0;
}

.league__drop-down-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  background-color: #ffffff;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.league__drop-down-txt span {
  white-space: nowrap;
  display: block;
}

.voting_norm .voting__item {
  height: 40px;
  padding-top: 9px;
}

.voting_norm .voting__item_first,
.voting_norm .voting__item_last {
  padding-top: 9px;
}

.voting_norm .voting__txt {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.2;
}

.voting_white .voting__item {
  border-color: #ffffff;
}

.voting_white .voting__item_first,
.voting_white .voting__item_last {
  cursor: pointer;
}

.voting_white .voting__item_first:hover,
.voting_white .voting__item_last:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.voting_white .voting__item_active {
  background-color: rgba(255, 255, 255, 0.3);
}

.voting_white .voting__txt {
  color: #ffffff;
}

.voting__item {
  float: left;
  border-top: 1px solid;
  border-bottom: 1px solid;
  position: relative;
  border-color: transparent;
}

.voting__item_first {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  border-left: 1px solid;
  padding-right: 7px;
  padding-left: 10px;
}

.voting__item_last {
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  border-right: 1px solid;
  padding-left: 7px;
  padding-right: 10px;
}

.voting__item_first,
.voting__item_last {
  cursor: pointer;
}

.voting__item_first:hover,
.voting__item_last:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.voting__item_active {
  background-color: rgba(255, 255, 255, 0.3);
}

.voting__item:hover .voting__drop-down {
  display: block;
}

.voting__txt {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  min-width: 30px;
}

.voting__drop-down {
  position: absolute;
  bottom: 50px;
  left: 0;
  display: none;
}

.voting__drop-down-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  white-space: nowrap;
  background-color: #ffffff;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.voting__drop-down-num {
  padding-left: 16px;
  position: relative;
}

.voting__drop-down-num:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #000000;
}

.vote__star {
  /**/
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAABLCAYAAACFryyfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMzBFMjNCMEE3NTkxMUU3ODkzRUNBODg4M0FENDdBMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMzBFMjNCMUE3NTkxMUU3ODkzRUNBODg4M0FENDdBMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkEzMEUyM0FFQTc1OTExRTc4OTNFQ0E4ODgzQUQ0N0EwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkEzMEUyM0FGQTc1OTExRTc4OTNFQ0E4ODgzQUQ0N0EwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+L6Od5gAAAcVJREFUeNrsmDFLw0AYhpOiokOtg2BBRLAoFMQKDoLiVISCLvkDuvg//C06CHaJoIMgbl0F2yU4iIN1EDqFgpIh8Y18SDiS9C65loBf4OFyl+/63l2+u7zUDILAGPdlTlTEtm3ZPsfgTibQsqzfsqQ4qGVwS6X0pSpyIZTaRRqgSfdNqmsVMUFbaGtTuzaRFtgQ2sL6YR6RcIRlsAlOwVVC3DU4obhy0symIvd1WusWjXBGYpALQhJ44AHcg0fgiCIf4Bws5th34cCOwC64jFsul2YzzLnBh/Q7btI7GVCAl1HAo/6DUS++D7aAryjgU7++bHa9gD1FkX3qp7RPuooiz1k2Y0VRpJJFpKooUs0ispryglXiU0XWhXqHTt5pKjvC83oWkW0qb0ANHIAezaRH9TV6blD6GqPOrrg0Dtf5MyXmLfzKgiVwVgwjwSLFE/G7pmwfaXNXagRs7tjcjdncRVM4i7mLcyt/5g4p7Igi8yhec5q7qLWqQcRlc1dMc5d2QM6CLwWROfCtekCyuWNzx+aORXKJvO9oN3fGyhObOzZ3kzJ3SGHt5g4p7Igi2s0dRNjcFdTc8T93bO7Y3P0nS/QjwAA4kuLSUZ03KAAAAABJRU5ErkJggg==") repeat-x 0 0;
  width: 125px;
  margin: 0 auto;
  height: 25px;
}

.vote__star.md {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSI3MiIgdmlld0JveD0iMCAwIDI0IDcyIj4gIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgIDxwYXRoIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1LjAzMTgxNDYsMTMuMzcwMzI1OCBMMTguNTczMzEzNiwxMC4yNzg1OTM4IEwxMy44Nzg1NTM1LDkuODQ1ODg2MjEgTDExLjk5OTk3MzMsNS41MTA4NzUzNiBMMTAuMTIxMzkzMSw5Ljg0NTg4NjIxIEw1LjQyNjYzMzAzLDEwLjI3ODU5MzggTDguOTY4MTMyMDIsMTMuMzcwMzI1OCBMNy45MjY5ODEzOSwxNy45NjEwMDUzIEwxMS45OTk5NzMzLDE1LjU1NzYzMzMgTDE2LjA3Mjk2NTIsMTcuOTYxMDA1MyBMMTUuMDMxODE0NiwxMy4zNzAzMjU4IFogTTExLjk5OTk3MzMsMTcuODc5ODY0IEw2Ljk0ODY3NDYyLDIwLjg2MDUxMDcgQzYuNDczNjE4OTMsMjEuMTQwODI5MyA1Ljg1OTgzOTEzLDIwLjk4NTM2ODUgNS41Nzc3NTkwNiwyMC41MTMyNzkzIEM1LjQ0NzIyODExLDIwLjI5NDgyMjcgNS40MDU4MTY0LDIwLjAzNDk5MjIgNS40NjIwMjc3MiwxOS43ODcxNDMyIEw2Ljc1MzY2Njc3LDE0LjA5MjAwMDkgTDIuMzQwMTUzNDQsMTAuMjM4OTk5NiBDMS45MjUwNzkwNyw5Ljg3NjYzOTIzIDEuODg0MTkxNzIsOS4yNDg1MDUwNSAyLjI0ODgyOSw4LjgzNjAyMjU4IEMyLjQxNzU2MjgzLDguNjQ1MTQ4NjcgMi42NTM0MzIyLDguNTI1NzE3NjggMi45MDgwMDIwMyw4LjUwMjI1NDQ0IEw4Ljc1NzU3NzU2LDcuOTYzMTA5NjIgTDExLjA4MTE3NSwyLjYwMTE3NzE1IEMxMS4yOTk3MDA2LDIuMDk2OTA3NTIgMTEuODg4MjEwNywxLjg2NDE2MDAzIDEyLjM5NTY0OSwyLjA4MTMyMTA4IEMxMi42MzA0NjMxLDIuMTgxODExMTIgMTIuODE3NjUwMSwyLjM2NzgyOTI0IDEyLjkxODc3MTYsMi42MDExNzcxNSBMMTUuMjQyMzY5MSw3Ljk2MzEwOTYyIEwyMS4wOTE5NDQ2LDguNTAyMjU0NDQgQzIxLjY0MjA3NTIsOC41NTI5NTg5OSAyMi4wNDY2ODE4LDkuMDM3MjQ3MzEgMjEuOTk1NjU4Niw5LjU4Mzk0MjY5IEMyMS45NzIwNDc5LDkuODM2OTIyODcgMjEuODUxODY2NSwxMC4wNzEzMTk0IDIxLjY1OTc5MzIsMTAuMjM4OTk5NiBMMTcuMjQ2Mjc5OSwxNC4wOTIwMDA5IEwxOC41Mzc5MTg5LDE5Ljc4NzE0MzIgQzE4LjY1OTM5MjcsMjAuMzIyNzQ5OSAxOC4zMjA5NDMzLDIwLjg1NDgwNDEgMTcuNzgxOTcwOSwyMC45NzU1MTk0IEMxNy41MzI1NjQ1LDIxLjAzMTM3OTcgMTcuMjcxMTAxMywyMC45OTAyMjY1IDE3LjA1MTI3MiwyMC44NjA1MTA3IEwxMS45OTk5NzMzLDE3Ljg3OTg2NCBaIiBvcGFjaXR5PSIuMiIvPiAgICA8cGF0aCBmaWxsPSIjRkZCRTBBIiBkPSJNMTEuOTk5OTczMyw0MS44Nzk4NjQgTDYuOTQ4Njc0NjIsNDQuODYwNTEwNyBDNi40NzM2MTg5Myw0NS4xNDA4MjkzIDUuODU5ODM5MTMsNDQuOTg1MzY4NSA1LjU3Nzc1OTA2LDQ0LjUxMzI3OTMgQzUuNDQ3MjI4MTEsNDQuMjk0ODIyNyA1LjQwNTgxNjQsNDQuMDM0OTkyMiA1LjQ2MjAyNzcyLDQzLjc4NzE0MzIgTDYuNzUzNjY2NzcsMzguMDkyMDAwOSBMMi4zNDAxNTM0NCwzNC4yMzg5OTk2IEMxLjkyNTA3OTA3LDMzLjg3NjYzOTIgMS44ODQxOTE3MiwzMy4yNDg1MDUgMi4yNDg4MjksMzIuODM2MDIyNiBDMi40MTc1NjI4MywzMi42NDUxNDg3IDIuNjUzNDMyMiwzMi41MjU3MTc3IDIuOTA4MDAyMDMsMzIuNTAyMjU0NCBMOC43NTc1Nzc1NiwzMS45NjMxMDk2IEwxMS4wODExNzUsMjYuNjAxMTc3MSBDMTEuMjk5NzAwNiwyNi4wOTY5MDc1IDExLjg4ODIxMDcsMjUuODY0MTYgMTIuMzk1NjQ5LDI2LjA4MTMyMTEgQzEyLjYzMDQ2MzEsMjYuMTgxODExMSAxMi44MTc2NTAxLDI2LjM2NzgyOTIgMTIuOTE4NzcxNiwyNi42MDExNzcxIEwxNS4yNDIzNjkxLDMxLjk2MzEwOTYgTDIxLjA5MTk0NDYsMzIuNTAyMjU0NCBDMjEuNjQyMDc1MiwzMi41NTI5NTkgMjIuMDQ2NjgxOCwzMy4wMzcyNDczIDIxLjk5NTY1ODYsMzMuNTgzOTQyNyBDMjEuOTcyMDQ3OSwzMy44MzY5MjI5IDIxLjg1MTg2NjUsMzQuMDcxMzE5NCAyMS42NTk3OTMyLDM0LjIzODk5OTYgTDE3LjI0NjI3OTksMzguMDkyMDAwOSBMMTguNTM3OTE4OSw0My43ODcxNDMyIEMxOC42NTkzOTI3LDQ0LjMyMjc0OTkgMTguMzIwOTQzMyw0NC44NTQ4MDQxIDE3Ljc4MTk3MDksNDQuOTc1NTE5NCBDMTcuNTMyNTY0NSw0NS4wMzEzNzk3IDE3LjI3MTEwMTMsNDQuOTkwMjI2NSAxNy4wNTEyNzIsNDQuODYwNTEwNyBMMTEuOTk5OTczMyw0MS44Nzk4NjQgWiIvPiAgICA8cGF0aCBmaWxsPSIjMDAwIiBmaWxsLW9wYWNpdHk9Ii4yIiBkPSJNMTEuOTk5OTczMyw2NS44Nzk4NjQgTDYuOTQ4Njc0NjIsNjguODYwNTEwNyBDNi40NzM2MTg5Myw2OS4xNDA4MjkzIDUuODU5ODM5MTMsNjguOTg1MzY4NSA1LjU3Nzc1OTA2LDY4LjUxMzI3OTMgQzUuNDQ3MjI4MTEsNjguMjk0ODIyNyA1LjQwNTgxNjQsNjguMDM0OTkyMiA1LjQ2MjAyNzcyLDY3Ljc4NzE0MzIgTDYuNzUzNjY2NzcsNjIuMDkyMDAwOSBMMi4zNDAxNTM0NCw1OC4yMzg5OTk2IEMxLjkyNTA3OTA3LDU3Ljg3NjYzOTIgMS44ODQxOTE3Miw1Ny4yNDg1MDUgMi4yNDg4MjksNTYuODM2MDIyNiBDMi40MTc1NjI4Myw1Ni42NDUxNDg3IDIuNjUzNDMyMiw1Ni41MjU3MTc3IDIuOTA4MDAyMDMsNTYuNTAyMjU0NCBMOC43NTc1Nzc1Niw1NS45NjMxMDk2IEwxMS4wODExNzUsNTAuNjAxMTc3MSBDMTEuMjk5NzAwNiw1MC4wOTY5MDc1IDExLjg4ODIxMDcsNDkuODY0MTYgMTIuMzk1NjQ5LDUwLjA4MTMyMTEgQzEyLjYzMDQ2MzEsNTAuMTgxODExMSAxMi44MTc2NTAxLDUwLjM2NzgyOTIgMTIuOTE4NzcxNiw1MC42MDExNzcxIEwxNS4yNDIzNjkxLDU1Ljk2MzEwOTYgTDIxLjA5MTk0NDYsNTYuNTAyMjU0NCBDMjEuNjQyMDc1Miw1Ni41NTI5NTkgMjIuMDQ2NjgxOCw1Ny4wMzcyNDczIDIxLjk5NTY1ODYsNTcuNTgzOTQyNyBDMjEuOTcyMDQ3OSw1Ny44MzY5MjI5IDIxLjg1MTg2NjUsNTguMDcxMzE5NCAyMS42NTk3OTMyLDU4LjIzODk5OTYgTDE3LjI0NjI3OTksNjIuMDkyMDAwOSBMMTguNTM3OTE4OSw2Ny43ODcxNDMyIEMxOC42NTkzOTI3LDY4LjMyMjc0OTkgMTguMzIwOTQzMyw2OC44NTQ4MDQxIDE3Ljc4MTk3MDksNjguOTc1NTE5NCBDMTcuNTMyNTY0NSw2OS4wMzEzNzk3IDE3LjI3MTEwMTMsNjguOTkwMjI2NSAxNy4wNTEyNzIsNjguODYwNTEwNyBMMTEuOTk5OTczMyw2NS44Nzk4NjQgWiIvPiAgPC9nPjwvc3ZnPg==) repeat-x 0 0;
  width: 120px;
  height: 24px;
}

.vote__star.md .label-star {
  width: 24px;
  height: 24px;
}

.vote__star.md .vote-star__bg {
  height: 24px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSI3MiIgdmlld0JveD0iMCAwIDI0IDcyIj4gIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgIDxwYXRoIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1LjAzMTgxNDYsMTMuMzcwMzI1OCBMMTguNTczMzEzNiwxMC4yNzg1OTM4IEwxMy44Nzg1NTM1LDkuODQ1ODg2MjEgTDExLjk5OTk3MzMsNS41MTA4NzUzNiBMMTAuMTIxMzkzMSw5Ljg0NTg4NjIxIEw1LjQyNjYzMzAzLDEwLjI3ODU5MzggTDguOTY4MTMyMDIsMTMuMzcwMzI1OCBMNy45MjY5ODEzOSwxNy45NjEwMDUzIEwxMS45OTk5NzMzLDE1LjU1NzYzMzMgTDE2LjA3Mjk2NTIsMTcuOTYxMDA1MyBMMTUuMDMxODE0NiwxMy4zNzAzMjU4IFogTTExLjk5OTk3MzMsMTcuODc5ODY0IEw2Ljk0ODY3NDYyLDIwLjg2MDUxMDcgQzYuNDczNjE4OTMsMjEuMTQwODI5MyA1Ljg1OTgzOTEzLDIwLjk4NTM2ODUgNS41Nzc3NTkwNiwyMC41MTMyNzkzIEM1LjQ0NzIyODExLDIwLjI5NDgyMjcgNS40MDU4MTY0LDIwLjAzNDk5MjIgNS40NjIwMjc3MiwxOS43ODcxNDMyIEw2Ljc1MzY2Njc3LDE0LjA5MjAwMDkgTDIuMzQwMTUzNDQsMTAuMjM4OTk5NiBDMS45MjUwNzkwNyw5Ljg3NjYzOTIzIDEuODg0MTkxNzIsOS4yNDg1MDUwNSAyLjI0ODgyOSw4LjgzNjAyMjU4IEMyLjQxNzU2MjgzLDguNjQ1MTQ4NjcgMi42NTM0MzIyLDguNTI1NzE3NjggMi45MDgwMDIwMyw4LjUwMjI1NDQ0IEw4Ljc1NzU3NzU2LDcuOTYzMTA5NjIgTDExLjA4MTE3NSwyLjYwMTE3NzE1IEMxMS4yOTk3MDA2LDIuMDk2OTA3NTIgMTEuODg4MjEwNywxLjg2NDE2MDAzIDEyLjM5NTY0OSwyLjA4MTMyMTA4IEMxMi42MzA0NjMxLDIuMTgxODExMTIgMTIuODE3NjUwMSwyLjM2NzgyOTI0IDEyLjkxODc3MTYsMi42MDExNzcxNSBMMTUuMjQyMzY5MSw3Ljk2MzEwOTYyIEwyMS4wOTE5NDQ2LDguNTAyMjU0NDQgQzIxLjY0MjA3NTIsOC41NTI5NTg5OSAyMi4wNDY2ODE4LDkuMDM3MjQ3MzEgMjEuOTk1NjU4Niw5LjU4Mzk0MjY5IEMyMS45NzIwNDc5LDkuODM2OTIyODcgMjEuODUxODY2NSwxMC4wNzEzMTk0IDIxLjY1OTc5MzIsMTAuMjM4OTk5NiBMMTcuMjQ2Mjc5OSwxNC4wOTIwMDA5IEwxOC41Mzc5MTg5LDE5Ljc4NzE0MzIgQzE4LjY1OTM5MjcsMjAuMzIyNzQ5OSAxOC4zMjA5NDMzLDIwLjg1NDgwNDEgMTcuNzgxOTcwOSwyMC45NzU1MTk0IEMxNy41MzI1NjQ1LDIxLjAzMTM3OTcgMTcuMjcxMTAxMywyMC45OTAyMjY1IDE3LjA1MTI3MiwyMC44NjA1MTA3IEwxMS45OTk5NzMzLDE3Ljg3OTg2NCBaIiBvcGFjaXR5PSIuMiIvPiAgICA8cGF0aCBmaWxsPSIjRkZCRTBBIiBkPSJNMTEuOTk5OTczMyw0MS44Nzk4NjQgTDYuOTQ4Njc0NjIsNDQuODYwNTEwNyBDNi40NzM2MTg5Myw0NS4xNDA4MjkzIDUuODU5ODM5MTMsNDQuOTg1MzY4NSA1LjU3Nzc1OTA2LDQ0LjUxMzI3OTMgQzUuNDQ3MjI4MTEsNDQuMjk0ODIyNyA1LjQwNTgxNjQsNDQuMDM0OTkyMiA1LjQ2MjAyNzcyLDQzLjc4NzE0MzIgTDYuNzUzNjY2NzcsMzguMDkyMDAwOSBMMi4zNDAxNTM0NCwzNC4yMzg5OTk2IEMxLjkyNTA3OTA3LDMzLjg3NjYzOTIgMS44ODQxOTE3MiwzMy4yNDg1MDUgMi4yNDg4MjksMzIuODM2MDIyNiBDMi40MTc1NjI4MywzMi42NDUxNDg3IDIuNjUzNDMyMiwzMi41MjU3MTc3IDIuOTA4MDAyMDMsMzIuNTAyMjU0NCBMOC43NTc1Nzc1NiwzMS45NjMxMDk2IEwxMS4wODExNzUsMjYuNjAxMTc3MSBDMTEuMjk5NzAwNiwyNi4wOTY5MDc1IDExLjg4ODIxMDcsMjUuODY0MTYgMTIuMzk1NjQ5LDI2LjA4MTMyMTEgQzEyLjYzMDQ2MzEsMjYuMTgxODExMSAxMi44MTc2NTAxLDI2LjM2NzgyOTIgMTIuOTE4NzcxNiwyNi42MDExNzcxIEwxNS4yNDIzNjkxLDMxLjk2MzEwOTYgTDIxLjA5MTk0NDYsMzIuNTAyMjU0NCBDMjEuNjQyMDc1MiwzMi41NTI5NTkgMjIuMDQ2NjgxOCwzMy4wMzcyNDczIDIxLjk5NTY1ODYsMzMuNTgzOTQyNyBDMjEuOTcyMDQ3OSwzMy44MzY5MjI5IDIxLjg1MTg2NjUsMzQuMDcxMzE5NCAyMS42NTk3OTMyLDM0LjIzODk5OTYgTDE3LjI0NjI3OTksMzguMDkyMDAwOSBMMTguNTM3OTE4OSw0My43ODcxNDMyIEMxOC42NTkzOTI3LDQ0LjMyMjc0OTkgMTguMzIwOTQzMyw0NC44NTQ4MDQxIDE3Ljc4MTk3MDksNDQuOTc1NTE5NCBDMTcuNTMyNTY0NSw0NS4wMzEzNzk3IDE3LjI3MTEwMTMsNDQuOTkwMjI2NSAxNy4wNTEyNzIsNDQuODYwNTEwNyBMMTEuOTk5OTczMyw0MS44Nzk4NjQgWiIvPiAgICA8cGF0aCBmaWxsPSIjMDAwIiBmaWxsLW9wYWNpdHk9Ii4yIiBkPSJNMTEuOTk5OTczMyw2NS44Nzk4NjQgTDYuOTQ4Njc0NjIsNjguODYwNTEwNyBDNi40NzM2MTg5Myw2OS4xNDA4MjkzIDUuODU5ODM5MTMsNjguOTg1MzY4NSA1LjU3Nzc1OTA2LDY4LjUxMzI3OTMgQzUuNDQ3MjI4MTEsNjguMjk0ODIyNyA1LjQwNTgxNjQsNjguMDM0OTkyMiA1LjQ2MjAyNzcyLDY3Ljc4NzE0MzIgTDYuNzUzNjY2NzcsNjIuMDkyMDAwOSBMMi4zNDAxNTM0NCw1OC4yMzg5OTk2IEMxLjkyNTA3OTA3LDU3Ljg3NjYzOTIgMS44ODQxOTE3Miw1Ny4yNDg1MDUgMi4yNDg4MjksNTYuODM2MDIyNiBDMi40MTc1NjI4Myw1Ni42NDUxNDg3IDIuNjUzNDMyMiw1Ni41MjU3MTc3IDIuOTA4MDAyMDMsNTYuNTAyMjU0NCBMOC43NTc1Nzc1Niw1NS45NjMxMDk2IEwxMS4wODExNzUsNTAuNjAxMTc3MSBDMTEuMjk5NzAwNiw1MC4wOTY5MDc1IDExLjg4ODIxMDcsNDkuODY0MTYgMTIuMzk1NjQ5LDUwLjA4MTMyMTEgQzEyLjYzMDQ2MzEsNTAuMTgxODExMSAxMi44MTc2NTAxLDUwLjM2NzgyOTIgMTIuOTE4NzcxNiw1MC42MDExNzcxIEwxNS4yNDIzNjkxLDU1Ljk2MzEwOTYgTDIxLjA5MTk0NDYsNTYuNTAyMjU0NCBDMjEuNjQyMDc1Miw1Ni41NTI5NTkgMjIuMDQ2NjgxOCw1Ny4wMzcyNDczIDIxLjk5NTY1ODYsNTcuNTgzOTQyNyBDMjEuOTcyMDQ3OSw1Ny44MzY5MjI5IDIxLjg1MTg2NjUsNTguMDcxMzE5NCAyMS42NTk3OTMyLDU4LjIzODk5OTYgTDE3LjI0NjI3OTksNjIuMDkyMDAwOSBMMTguNTM3OTE4OSw2Ny43ODcxNDMyIEMxOC42NTkzOTI3LDY4LjMyMjc0OTkgMTguMzIwOTQzMyw2OC44NTQ4MDQxIDE3Ljc4MTk3MDksNjguOTc1NTE5NCBDMTcuNTMyNTY0NSw2OS4wMzEzNzk3IDE3LjI3MTEwMTMsNjguOTkwMjI2NSAxNy4wNTEyNzIsNjguODYwNTEwNyBMMTEuOTk5OTczMyw2NS44Nzk4NjQgWiIvPiAgPC9nPjwvc3ZnPg==) repeat-x 0 -24px;
}

.vote__star.sm {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDE2IDQ4Ij4gIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgIDxwYXRoIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTEyLjE0NzI5MTYsMTMuNzk0NTcyNCBMMTEuMDg3MzIyNSw5LjE4MjQxMzE5IEwxNC42ODM5NTk1LDYuMDgzODU5NyBMOS45MTU1NzQzNSw1LjY1MDE0OTA2IEw3Ljk5OTk3ODY1LDEuMjg3ODg0NzUgTDYuMDg0MzgyOTUsNS42NTAxNDkwNiBMMS4zMTU5OTc4Myw2LjA4Mzg1OTcgTDQuOTEyNjM0ODQsOS4xODI0MTMxOSBMMy44NTI2NjU3MywxMy43OTQ1NzI0IEw3Ljk5OTk3ODY1LDExLjM3OTU0NTggTDEyLjE0NzI5MTYsMTMuNzk0NTcyNCBaIE03Ljk5OTk3ODY1LDEyLjUzNjczNDcgTDMuOTU4OTM5NywxNC44ODk4NzY5IEMzLjU3ODg5NTE1LDE1LjExMTE4MSAzLjA4Nzg3MTMsMTQuOTg4NDQ4OCAyLjg2MjIwNzI1LDE0LjYxNTc0NjggQzIuNzU3NzgyNDksMTQuNDQzMjgxMSAyLjcyNDY1MzEyLDE0LjIzODE1MTcgMi43Njk2MjIxNywxNC4wNDI0ODE1IEwzLjgwMjkzMzQyLDkuNTQ2MzE2NDkgTDAuMjcyMTIyNzUyLDYuNTA0NDczMzMgQy0wLjA1OTkzNjc0NDgsNi4yMTgzOTkzOSAtMC4wOTI2NDY2MjA4LDUuNzIyNTAzOTggMC4xOTkwNjMxOTksNS4zOTY4NTk5MyBDMC4zMzQwNTAyNjEsNS4yNDYxNyAwLjUyMjc0NTc2NCw1LjE1MTg4MjM4IDAuNzI2NDAxNjI0LDUuMTMzMzU4NzcgTDUuNDA2MDYyMDQsNC43MDc3MTgxMiBMNy4yNjQ5Mzk5OSwwLjQ3NDYxMzUzOSBDNy40Mzk3NjA0OSwwLjA3NjUwNTkzNDIgNy45MTA1Njg1MiwtMC4xMDcyNDIwODUgOC4zMTY1MTkxNiwwLjA2NDIwMDg1MDUgQzguNTA0MzcwNTEsMC4xNDM1MzUwOTUgOC42NTQxMjAxMSwwLjI5MDM5MTUwNiA4LjczNTAxNzMsMC40NzQ2MTM1MzkgTDEwLjU5Mzg5NTMsNC43MDc3MTgxMiBMMTUuMjczNTU1Nyw1LjEzMzM1ODc3IEMxNS43MTM2NjAyLDUuMTczMzg4NjcgMTYuMDM3MzQ1NCw1LjU1NTcyMTU2IDE1Ljk5NjUyNjksNS45ODczMjMxNyBDMTUuOTc3NjM4NCw2LjE4NzA0NDM3IDE1Ljg4MTQ5MzIsNi4zNzIwOTQyNCAxNS43Mjc4MzQ1LDYuNTA0NDczMzMgTDEyLjE5NzAyMzksOS41NDYzMTY0OSBMMTMuMjMwMzM1MSwxNC4wNDI0ODE1IEMxMy4zMjc1MTQyLDE0LjQ2NTMyODkgMTMuMDU2NzU0NiwxNC44ODUzNzE2IDEyLjYyNTU3NjcsMTQuOTgwNjczMiBDMTIuNDI2MDUxNiwxNS4wMjQ3NzM0IDEyLjIxNjg4MTEsMTQuOTkyMjg0MSAxMi4wNDEwMTc2LDE0Ljg4OTg3NjkgTDcuOTk5OTc4NjUsMTIuNTM2NzM0NyBaIiBvcGFjaXR5PSIuMiIvPiAgICA8cGF0aCBmaWxsPSIjRkZCRTBBIiBkPSJNNy45OTk5Nzg2NSwyOC41MzY3MzQ3IEwzLjk1ODkzOTcsMzAuODg5ODc2OSBDMy41Nzg4OTUxNSwzMS4xMTExODEgMy4wODc4NzEzLDMwLjk4ODQ0ODggMi44NjIyMDcyNSwzMC42MTU3NDY4IEMyLjc1Nzc4MjQ5LDMwLjQ0MzI4MTEgMi43MjQ2NTMxMiwzMC4yMzgxNTE3IDIuNzY5NjIyMTcsMzAuMDQyNDgxNSBMMy44MDI5MzM0MiwyNS41NDYzMTY1IEwwLjI3MjEyMjc1MiwyMi41MDQ0NzMzIEMtMC4wNTk5MzY3NDQ4LDIyLjIxODM5OTQgLTAuMDkyNjQ2NjIwOCwyMS43MjI1MDQgMC4xOTkwNjMxOTksMjEuMzk2ODU5OSBDMC4zMzQwNTAyNjEsMjEuMjQ2MTcgMC41MjI3NDU3NjQsMjEuMTUxODgyNCAwLjcyNjQwMTYyNCwyMS4xMzMzNTg4IEw1LjQwNjA2MjA0LDIwLjcwNzcxODEgTDcuMjY0OTM5OTksMTYuNDc0NjEzNSBDNy40Mzk3NjA0OSwxNi4wNzY1MDU5IDcuOTEwNTY4NTIsMTUuODkyNzU3OSA4LjMxNjUxOTE2LDE2LjA2NDIwMDkgQzguNTA0MzcwNTEsMTYuMTQzNTM1MSA4LjY1NDEyMDExLDE2LjI5MDM5MTUgOC43MzUwMTczLDE2LjQ3NDYxMzUgTDEwLjU5Mzg5NTMsMjAuNzA3NzE4MSBMMTUuMjczNTU1NywyMS4xMzMzNTg4IEMxNS43MTM2NjAyLDIxLjE3MzM4ODcgMTYuMDM3MzQ1NCwyMS41NTU3MjE2IDE1Ljk5NjUyNjksMjEuOTg3MzIzMiBDMTUuOTc3NjM4NCwyMi4xODcwNDQ0IDE1Ljg4MTQ5MzIsMjIuMzcyMDk0MiAxNS43Mjc4MzQ1LDIyLjUwNDQ3MzMgTDEyLjE5NzAyMzksMjUuNTQ2MzE2NSBMMTMuMjMwMzM1MSwzMC4wNDI0ODE1IEMxMy4zMjc1MTQyLDMwLjQ2NTMyODkgMTMuMDU2NzU0NiwzMC44ODUzNzE2IDEyLjYyNTU3NjcsMzAuOTgwNjczMiBDMTIuNDI2MDUxNiwzMS4wMjQ3NzM0IDEyLjIxNjg4MTEsMzAuOTkyMjg0MSAxMi4wNDEwMTc2LDMwLjg4OTg3NjkgTDcuOTk5OTc4NjUsMjguNTM2NzM0NyBaIi8+ICAgIDxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik03Ljk5OTk3ODY1LDQ0LjUzNjczNDcgTDMuOTU4OTM5Nyw0Ni44ODk4NzY5IEMzLjU3ODg5NTE1LDQ3LjExMTE4MSAzLjA4Nzg3MTMsNDYuOTg4NDQ4OCAyLjg2MjIwNzI1LDQ2LjYxNTc0NjggQzIuNzU3NzgyNDksNDYuNDQzMjgxMSAyLjcyNDY1MzEyLDQ2LjIzODE1MTcgMi43Njk2MjIxNyw0Ni4wNDI0ODE1IEwzLjgwMjkzMzQyLDQxLjU0NjMxNjUgTDAuMjcyMTIyNzUyLDM4LjUwNDQ3MzMgQy0wLjA1OTkzNjc0NDgsMzguMjE4Mzk5NCAtMC4wOTI2NDY2MjA4LDM3LjcyMjUwNCAwLjE5OTA2MzE5OSwzNy4zOTY4NTk5IEMwLjMzNDA1MDI2MSwzNy4yNDYxNyAwLjUyMjc0NTc2NCwzNy4xNTE4ODI0IDAuNzI2NDAxNjI0LDM3LjEzMzM1ODggTDUuNDA2MDYyMDQsMzYuNzA3NzE4MSBMNy4yNjQ5Mzk5OSwzMi40NzQ2MTM1IEM3LjQzOTc2MDQ5LDMyLjA3NjUwNTkgNy45MTA1Njg1MiwzMS44OTI3NTc5IDguMzE2NTE5MTYsMzIuMDY0MjAwOSBDOC41MDQzNzA1MSwzMi4xNDM1MzUxIDguNjU0MTIwMTEsMzIuMjkwMzkxNSA4LjczNTAxNzMsMzIuNDc0NjEzNSBMMTAuNTkzODk1MywzNi43MDc3MTgxIEwxNS4yNzM1NTU3LDM3LjEzMzM1ODggQzE1LjcxMzY2MDIsMzcuMTczMzg4NyAxNi4wMzczNDU0LDM3LjU1NTcyMTYgMTUuOTk2NTI2OSwzNy45ODczMjMyIEMxNS45Nzc2Mzg0LDM4LjE4NzA0NDQgMTUuODgxNDkzMiwzOC4zNzIwOTQyIDE1LjcyNzgzNDUsMzguNTA0NDczMyBMMTIuMTk3MDIzOSw0MS41NDYzMTY1IEwxMy4yMzAzMzUxLDQ2LjA0MjQ4MTUgQzEzLjMyNzUxNDIsNDYuNDY1MzI4OSAxMy4wNTY3NTQ2LDQ2Ljg4NTM3MTYgMTIuNjI1NTc2Nyw0Ni45ODA2NzMyIEMxMi40MjYwNTE2LDQ3LjAyNDc3MzQgMTIuMjE2ODgxMSw0Ni45OTIyODQxIDEyLjA0MTAxNzYsNDYuODg5ODc2OSBMNy45OTk5Nzg2NSw0NC41MzY3MzQ3IFoiIG9wYWNpdHk9Ii4yIi8+ICA8L2c+PC9zdmc+) repeat-x 0 0;
  width: 80px;
  height: 16px;
}

.vote__star.sm .label-star {
  width: 16px;
  height: 16px;
}

.vote__star.sm .vote-star__bg {
  height: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDE2IDQ4Ij4gIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgIDxwYXRoIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTEyLjE0NzI5MTYsMTMuNzk0NTcyNCBMMTEuMDg3MzIyNSw5LjE4MjQxMzE5IEwxNC42ODM5NTk1LDYuMDgzODU5NyBMOS45MTU1NzQzNSw1LjY1MDE0OTA2IEw3Ljk5OTk3ODY1LDEuMjg3ODg0NzUgTDYuMDg0MzgyOTUsNS42NTAxNDkwNiBMMS4zMTU5OTc4Myw2LjA4Mzg1OTcgTDQuOTEyNjM0ODQsOS4xODI0MTMxOSBMMy44NTI2NjU3MywxMy43OTQ1NzI0IEw3Ljk5OTk3ODY1LDExLjM3OTU0NTggTDEyLjE0NzI5MTYsMTMuNzk0NTcyNCBaIE03Ljk5OTk3ODY1LDEyLjUzNjczNDcgTDMuOTU4OTM5NywxNC44ODk4NzY5IEMzLjU3ODg5NTE1LDE1LjExMTE4MSAzLjA4Nzg3MTMsMTQuOTg4NDQ4OCAyLjg2MjIwNzI1LDE0LjYxNTc0NjggQzIuNzU3NzgyNDksMTQuNDQzMjgxMSAyLjcyNDY1MzEyLDE0LjIzODE1MTcgMi43Njk2MjIxNywxNC4wNDI0ODE1IEwzLjgwMjkzMzQyLDkuNTQ2MzE2NDkgTDAuMjcyMTIyNzUyLDYuNTA0NDczMzMgQy0wLjA1OTkzNjc0NDgsNi4yMTgzOTkzOSAtMC4wOTI2NDY2MjA4LDUuNzIyNTAzOTggMC4xOTkwNjMxOTksNS4zOTY4NTk5MyBDMC4zMzQwNTAyNjEsNS4yNDYxNyAwLjUyMjc0NTc2NCw1LjE1MTg4MjM4IDAuNzI2NDAxNjI0LDUuMTMzMzU4NzcgTDUuNDA2MDYyMDQsNC43MDc3MTgxMiBMNy4yNjQ5Mzk5OSwwLjQ3NDYxMzUzOSBDNy40Mzk3NjA0OSwwLjA3NjUwNTkzNDIgNy45MTA1Njg1MiwtMC4xMDcyNDIwODUgOC4zMTY1MTkxNiwwLjA2NDIwMDg1MDUgQzguNTA0MzcwNTEsMC4xNDM1MzUwOTUgOC42NTQxMjAxMSwwLjI5MDM5MTUwNiA4LjczNTAxNzMsMC40NzQ2MTM1MzkgTDEwLjU5Mzg5NTMsNC43MDc3MTgxMiBMMTUuMjczNTU1Nyw1LjEzMzM1ODc3IEMxNS43MTM2NjAyLDUuMTczMzg4NjcgMTYuMDM3MzQ1NCw1LjU1NTcyMTU2IDE1Ljk5NjUyNjksNS45ODczMjMxNyBDMTUuOTc3NjM4NCw2LjE4NzA0NDM3IDE1Ljg4MTQ5MzIsNi4zNzIwOTQyNCAxNS43Mjc4MzQ1LDYuNTA0NDczMzMgTDEyLjE5NzAyMzksOS41NDYzMTY0OSBMMTMuMjMwMzM1MSwxNC4wNDI0ODE1IEMxMy4zMjc1MTQyLDE0LjQ2NTMyODkgMTMuMDU2NzU0NiwxNC44ODUzNzE2IDEyLjYyNTU3NjcsMTQuOTgwNjczMiBDMTIuNDI2MDUxNiwxNS4wMjQ3NzM0IDEyLjIxNjg4MTEsMTQuOTkyMjg0MSAxMi4wNDEwMTc2LDE0Ljg4OTg3NjkgTDcuOTk5OTc4NjUsMTIuNTM2NzM0NyBaIiBvcGFjaXR5PSIuMiIvPiAgICA8cGF0aCBmaWxsPSIjRkZCRTBBIiBkPSJNNy45OTk5Nzg2NSwyOC41MzY3MzQ3IEwzLjk1ODkzOTcsMzAuODg5ODc2OSBDMy41Nzg4OTUxNSwzMS4xMTExODEgMy4wODc4NzEzLDMwLjk4ODQ0ODggMi44NjIyMDcyNSwzMC42MTU3NDY4IEMyLjc1Nzc4MjQ5LDMwLjQ0MzI4MTEgMi43MjQ2NTMxMiwzMC4yMzgxNTE3IDIuNzY5NjIyMTcsMzAuMDQyNDgxNSBMMy44MDI5MzM0MiwyNS41NDYzMTY1IEwwLjI3MjEyMjc1MiwyMi41MDQ0NzMzIEMtMC4wNTk5MzY3NDQ4LDIyLjIxODM5OTQgLTAuMDkyNjQ2NjIwOCwyMS43MjI1MDQgMC4xOTkwNjMxOTksMjEuMzk2ODU5OSBDMC4zMzQwNTAyNjEsMjEuMjQ2MTcgMC41MjI3NDU3NjQsMjEuMTUxODgyNCAwLjcyNjQwMTYyNCwyMS4xMzMzNTg4IEw1LjQwNjA2MjA0LDIwLjcwNzcxODEgTDcuMjY0OTM5OTksMTYuNDc0NjEzNSBDNy40Mzk3NjA0OSwxNi4wNzY1MDU5IDcuOTEwNTY4NTIsMTUuODkyNzU3OSA4LjMxNjUxOTE2LDE2LjA2NDIwMDkgQzguNTA0MzcwNTEsMTYuMTQzNTM1MSA4LjY1NDEyMDExLDE2LjI5MDM5MTUgOC43MzUwMTczLDE2LjQ3NDYxMzUgTDEwLjU5Mzg5NTMsMjAuNzA3NzE4MSBMMTUuMjczNTU1NywyMS4xMzMzNTg4IEMxNS43MTM2NjAyLDIxLjE3MzM4ODcgMTYuMDM3MzQ1NCwyMS41NTU3MjE2IDE1Ljk5NjUyNjksMjEuOTg3MzIzMiBDMTUuOTc3NjM4NCwyMi4xODcwNDQ0IDE1Ljg4MTQ5MzIsMjIuMzcyMDk0MiAxNS43Mjc4MzQ1LDIyLjUwNDQ3MzMgTDEyLjE5NzAyMzksMjUuNTQ2MzE2NSBMMTMuMjMwMzM1MSwzMC4wNDI0ODE1IEMxMy4zMjc1MTQyLDMwLjQ2NTMyODkgMTMuMDU2NzU0NiwzMC44ODUzNzE2IDEyLjYyNTU3NjcsMzAuOTgwNjczMiBDMTIuNDI2MDUxNiwzMS4wMjQ3NzM0IDEyLjIxNjg4MTEsMzAuOTkyMjg0MSAxMi4wNDEwMTc2LDMwLjg4OTg3NjkgTDcuOTk5OTc4NjUsMjguNTM2NzM0NyBaIi8+ICAgIDxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik03Ljk5OTk3ODY1LDQ0LjUzNjczNDcgTDMuOTU4OTM5Nyw0Ni44ODk4NzY5IEMzLjU3ODg5NTE1LDQ3LjExMTE4MSAzLjA4Nzg3MTMsNDYuOTg4NDQ4OCAyLjg2MjIwNzI1LDQ2LjYxNTc0NjggQzIuNzU3NzgyNDksNDYuNDQzMjgxMSAyLjcyNDY1MzEyLDQ2LjIzODE1MTcgMi43Njk2MjIxNyw0Ni4wNDI0ODE1IEwzLjgwMjkzMzQyLDQxLjU0NjMxNjUgTDAuMjcyMTIyNzUyLDM4LjUwNDQ3MzMgQy0wLjA1OTkzNjc0NDgsMzguMjE4Mzk5NCAtMC4wOTI2NDY2MjA4LDM3LjcyMjUwNCAwLjE5OTA2MzE5OSwzNy4zOTY4NTk5IEMwLjMzNDA1MDI2MSwzNy4yNDYxNyAwLjUyMjc0NTc2NCwzNy4xNTE4ODI0IDAuNzI2NDAxNjI0LDM3LjEzMzM1ODggTDUuNDA2MDYyMDQsMzYuNzA3NzE4MSBMNy4yNjQ5Mzk5OSwzMi40NzQ2MTM1IEM3LjQzOTc2MDQ5LDMyLjA3NjUwNTkgNy45MTA1Njg1MiwzMS44OTI3NTc5IDguMzE2NTE5MTYsMzIuMDY0MjAwOSBDOC41MDQzNzA1MSwzMi4xNDM1MzUxIDguNjU0MTIwMTEsMzIuMjkwMzkxNSA4LjczNTAxNzMsMzIuNDc0NjEzNSBMMTAuNTkzODk1MywzNi43MDc3MTgxIEwxNS4yNzM1NTU3LDM3LjEzMzM1ODggQzE1LjcxMzY2MDIsMzcuMTczMzg4NyAxNi4wMzczNDU0LDM3LjU1NTcyMTYgMTUuOTk2NTI2OSwzNy45ODczMjMyIEMxNS45Nzc2Mzg0LDM4LjE4NzA0NDQgMTUuODgxNDkzMiwzOC4zNzIwOTQyIDE1LjcyNzgzNDUsMzguNTA0NDczMyBMMTIuMTk3MDIzOSw0MS41NDYzMTY1IEwxMy4yMzAzMzUxLDQ2LjA0MjQ4MTUgQzEzLjMyNzUxNDIsNDYuNDY1MzI4OSAxMy4wNTY3NTQ2LDQ2Ljg4NTM3MTYgMTIuNjI1NTc2Nyw0Ni45ODA2NzMyIEMxMi40MjYwNTE2LDQ3LjAyNDc3MzQgMTIuMjE2ODgxMSw0Ni45OTIyODQxIDEyLjA0MTAxNzYsNDYuODg5ODc2OSBMNy45OTk5Nzg2NSw0NC41MzY3MzQ3IFoiIG9wYWNpdHk9Ii4yIi8+ICA8L2c+PC9zdmc+) repeat-x 0 -16px;
}

.vote__star.block.md {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSI3MiIgdmlld0JveD0iMCAwIDI0IDcyIj4gIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgIDxwYXRoIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1LjAzMTgxNDYsMTMuMzcwMzI1OCBMMTguNTczMzEzNiwxMC4yNzg1OTM4IEwxMy44Nzg1NTM1LDkuODQ1ODg2MjEgTDExLjk5OTk3MzMsNS41MTA4NzUzNiBMMTAuMTIxMzkzMSw5Ljg0NTg4NjIxIEw1LjQyNjYzMzAzLDEwLjI3ODU5MzggTDguOTY4MTMyMDIsMTMuMzcwMzI1OCBMNy45MjY5ODEzOSwxNy45NjEwMDUzIEwxMS45OTk5NzMzLDE1LjU1NzYzMzMgTDE2LjA3Mjk2NTIsMTcuOTYxMDA1MyBMMTUuMDMxODE0NiwxMy4zNzAzMjU4IFogTTExLjk5OTk3MzMsMTcuODc5ODY0IEw2Ljk0ODY3NDYyLDIwLjg2MDUxMDcgQzYuNDczNjE4OTMsMjEuMTQwODI5MyA1Ljg1OTgzOTEzLDIwLjk4NTM2ODUgNS41Nzc3NTkwNiwyMC41MTMyNzkzIEM1LjQ0NzIyODExLDIwLjI5NDgyMjcgNS40MDU4MTY0LDIwLjAzNDk5MjIgNS40NjIwMjc3MiwxOS43ODcxNDMyIEw2Ljc1MzY2Njc3LDE0LjA5MjAwMDkgTDIuMzQwMTUzNDQsMTAuMjM4OTk5NiBDMS45MjUwNzkwNyw5Ljg3NjYzOTIzIDEuODg0MTkxNzIsOS4yNDg1MDUwNSAyLjI0ODgyOSw4LjgzNjAyMjU4IEMyLjQxNzU2MjgzLDguNjQ1MTQ4NjcgMi42NTM0MzIyLDguNTI1NzE3NjggMi45MDgwMDIwMyw4LjUwMjI1NDQ0IEw4Ljc1NzU3NzU2LDcuOTYzMTA5NjIgTDExLjA4MTE3NSwyLjYwMTE3NzE1IEMxMS4yOTk3MDA2LDIuMDk2OTA3NTIgMTEuODg4MjEwNywxLjg2NDE2MDAzIDEyLjM5NTY0OSwyLjA4MTMyMTA4IEMxMi42MzA0NjMxLDIuMTgxODExMTIgMTIuODE3NjUwMSwyLjM2NzgyOTI0IDEyLjkxODc3MTYsMi42MDExNzcxNSBMMTUuMjQyMzY5MSw3Ljk2MzEwOTYyIEwyMS4wOTE5NDQ2LDguNTAyMjU0NDQgQzIxLjY0MjA3NTIsOC41NTI5NTg5OSAyMi4wNDY2ODE4LDkuMDM3MjQ3MzEgMjEuOTk1NjU4Niw5LjU4Mzk0MjY5IEMyMS45NzIwNDc5LDkuODM2OTIyODcgMjEuODUxODY2NSwxMC4wNzEzMTk0IDIxLjY1OTc5MzIsMTAuMjM4OTk5NiBMMTcuMjQ2Mjc5OSwxNC4wOTIwMDA5IEwxOC41Mzc5MTg5LDE5Ljc4NzE0MzIgQzE4LjY1OTM5MjcsMjAuMzIyNzQ5OSAxOC4zMjA5NDMzLDIwLjg1NDgwNDEgMTcuNzgxOTcwOSwyMC45NzU1MTk0IEMxNy41MzI1NjQ1LDIxLjAzMTM3OTcgMTcuMjcxMTAxMywyMC45OTAyMjY1IDE3LjA1MTI3MiwyMC44NjA1MTA3IEwxMS45OTk5NzMzLDE3Ljg3OTg2NCBaIiBvcGFjaXR5PSIuMiIvPiAgICA8cGF0aCBmaWxsPSIjRkZCRTBBIiBkPSJNMTEuOTk5OTczMyw0MS44Nzk4NjQgTDYuOTQ4Njc0NjIsNDQuODYwNTEwNyBDNi40NzM2MTg5Myw0NS4xNDA4MjkzIDUuODU5ODM5MTMsNDQuOTg1MzY4NSA1LjU3Nzc1OTA2LDQ0LjUxMzI3OTMgQzUuNDQ3MjI4MTEsNDQuMjk0ODIyNyA1LjQwNTgxNjQsNDQuMDM0OTkyMiA1LjQ2MjAyNzcyLDQzLjc4NzE0MzIgTDYuNzUzNjY2NzcsMzguMDkyMDAwOSBMMi4zNDAxNTM0NCwzNC4yMzg5OTk2IEMxLjkyNTA3OTA3LDMzLjg3NjYzOTIgMS44ODQxOTE3MiwzMy4yNDg1MDUgMi4yNDg4MjksMzIuODM2MDIyNiBDMi40MTc1NjI4MywzMi42NDUxNDg3IDIuNjUzNDMyMiwzMi41MjU3MTc3IDIuOTA4MDAyMDMsMzIuNTAyMjU0NCBMOC43NTc1Nzc1NiwzMS45NjMxMDk2IEwxMS4wODExNzUsMjYuNjAxMTc3MSBDMTEuMjk5NzAwNiwyNi4wOTY5MDc1IDExLjg4ODIxMDcsMjUuODY0MTYgMTIuMzk1NjQ5LDI2LjA4MTMyMTEgQzEyLjYzMDQ2MzEsMjYuMTgxODExMSAxMi44MTc2NTAxLDI2LjM2NzgyOTIgMTIuOTE4NzcxNiwyNi42MDExNzcxIEwxNS4yNDIzNjkxLDMxLjk2MzEwOTYgTDIxLjA5MTk0NDYsMzIuNTAyMjU0NCBDMjEuNjQyMDc1MiwzMi41NTI5NTkgMjIuMDQ2NjgxOCwzMy4wMzcyNDczIDIxLjk5NTY1ODYsMzMuNTgzOTQyNyBDMjEuOTcyMDQ3OSwzMy44MzY5MjI5IDIxLjg1MTg2NjUsMzQuMDcxMzE5NCAyMS42NTk3OTMyLDM0LjIzODk5OTYgTDE3LjI0NjI3OTksMzguMDkyMDAwOSBMMTguNTM3OTE4OSw0My43ODcxNDMyIEMxOC42NTkzOTI3LDQ0LjMyMjc0OTkgMTguMzIwOTQzMyw0NC44NTQ4MDQxIDE3Ljc4MTk3MDksNDQuOTc1NTE5NCBDMTcuNTMyNTY0NSw0NS4wMzEzNzk3IDE3LjI3MTEwMTMsNDQuOTkwMjI2NSAxNy4wNTEyNzIsNDQuODYwNTEwNyBMMTEuOTk5OTczMyw0MS44Nzk4NjQgWiIvPiAgICA8cGF0aCBmaWxsPSIjMDAwIiBmaWxsLW9wYWNpdHk9Ii4yIiBkPSJNMTEuOTk5OTczMyw2NS44Nzk4NjQgTDYuOTQ4Njc0NjIsNjguODYwNTEwNyBDNi40NzM2MTg5Myw2OS4xNDA4MjkzIDUuODU5ODM5MTMsNjguOTg1MzY4NSA1LjU3Nzc1OTA2LDY4LjUxMzI3OTMgQzUuNDQ3MjI4MTEsNjguMjk0ODIyNyA1LjQwNTgxNjQsNjguMDM0OTkyMiA1LjQ2MjAyNzcyLDY3Ljc4NzE0MzIgTDYuNzUzNjY2NzcsNjIuMDkyMDAwOSBMMi4zNDAxNTM0NCw1OC4yMzg5OTk2IEMxLjkyNTA3OTA3LDU3Ljg3NjYzOTIgMS44ODQxOTE3Miw1Ny4yNDg1MDUgMi4yNDg4MjksNTYuODM2MDIyNiBDMi40MTc1NjI4Myw1Ni42NDUxNDg3IDIuNjUzNDMyMiw1Ni41MjU3MTc3IDIuOTA4MDAyMDMsNTYuNTAyMjU0NCBMOC43NTc1Nzc1Niw1NS45NjMxMDk2IEwxMS4wODExNzUsNTAuNjAxMTc3MSBDMTEuMjk5NzAwNiw1MC4wOTY5MDc1IDExLjg4ODIxMDcsNDkuODY0MTYgMTIuMzk1NjQ5LDUwLjA4MTMyMTEgQzEyLjYzMDQ2MzEsNTAuMTgxODExMSAxMi44MTc2NTAxLDUwLjM2NzgyOTIgMTIuOTE4NzcxNiw1MC42MDExNzcxIEwxNS4yNDIzNjkxLDU1Ljk2MzEwOTYgTDIxLjA5MTk0NDYsNTYuNTAyMjU0NCBDMjEuNjQyMDc1Miw1Ni41NTI5NTkgMjIuMDQ2NjgxOCw1Ny4wMzcyNDczIDIxLjk5NTY1ODYsNTcuNTgzOTQyNyBDMjEuOTcyMDQ3OSw1Ny44MzY5MjI5IDIxLjg1MTg2NjUsNTguMDcxMzE5NCAyMS42NTk3OTMyLDU4LjIzODk5OTYgTDE3LjI0NjI3OTksNjIuMDkyMDAwOSBMMTguNTM3OTE4OSw2Ny43ODcxNDMyIEMxOC42NTkzOTI3LDY4LjMyMjc0OTkgMTguMzIwOTQzMyw2OC44NTQ4MDQxIDE3Ljc4MTk3MDksNjguOTc1NTE5NCBDMTcuNTMyNTY0NSw2OS4wMzEzNzk3IDE3LjI3MTEwMTMsNjguOTkwMjI2NSAxNy4wNTEyNzIsNjguODYwNTEwNyBMMTEuOTk5OTczMyw2NS44Nzk4NjQgWiIvPiAgPC9nPjwvc3ZnPg==) repeat-x 0 -48px;
}

.vote__star.block.md .vote-star__bg {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSI3MiIgdmlld0JveD0iMCAwIDI0IDcyIj4gIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgIDxwYXRoIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1LjAzMTgxNDYsMTMuMzcwMzI1OCBMMTguNTczMzEzNiwxMC4yNzg1OTM4IEwxMy44Nzg1NTM1LDkuODQ1ODg2MjEgTDExLjk5OTk3MzMsNS41MTA4NzUzNiBMMTAuMTIxMzkzMSw5Ljg0NTg4NjIxIEw1LjQyNjYzMzAzLDEwLjI3ODU5MzggTDguOTY4MTMyMDIsMTMuMzcwMzI1OCBMNy45MjY5ODEzOSwxNy45NjEwMDUzIEwxMS45OTk5NzMzLDE1LjU1NzYzMzMgTDE2LjA3Mjk2NTIsMTcuOTYxMDA1MyBMMTUuMDMxODE0NiwxMy4zNzAzMjU4IFogTTExLjk5OTk3MzMsMTcuODc5ODY0IEw2Ljk0ODY3NDYyLDIwLjg2MDUxMDcgQzYuNDczNjE4OTMsMjEuMTQwODI5MyA1Ljg1OTgzOTEzLDIwLjk4NTM2ODUgNS41Nzc3NTkwNiwyMC41MTMyNzkzIEM1LjQ0NzIyODExLDIwLjI5NDgyMjcgNS40MDU4MTY0LDIwLjAzNDk5MjIgNS40NjIwMjc3MiwxOS43ODcxNDMyIEw2Ljc1MzY2Njc3LDE0LjA5MjAwMDkgTDIuMzQwMTUzNDQsMTAuMjM4OTk5NiBDMS45MjUwNzkwNyw5Ljg3NjYzOTIzIDEuODg0MTkxNzIsOS4yNDg1MDUwNSAyLjI0ODgyOSw4LjgzNjAyMjU4IEMyLjQxNzU2MjgzLDguNjQ1MTQ4NjcgMi42NTM0MzIyLDguNTI1NzE3NjggMi45MDgwMDIwMyw4LjUwMjI1NDQ0IEw4Ljc1NzU3NzU2LDcuOTYzMTA5NjIgTDExLjA4MTE3NSwyLjYwMTE3NzE1IEMxMS4yOTk3MDA2LDIuMDk2OTA3NTIgMTEuODg4MjEwNywxLjg2NDE2MDAzIDEyLjM5NTY0OSwyLjA4MTMyMTA4IEMxMi42MzA0NjMxLDIuMTgxODExMTIgMTIuODE3NjUwMSwyLjM2NzgyOTI0IDEyLjkxODc3MTYsMi42MDExNzcxNSBMMTUuMjQyMzY5MSw3Ljk2MzEwOTYyIEwyMS4wOTE5NDQ2LDguNTAyMjU0NDQgQzIxLjY0MjA3NTIsOC41NTI5NTg5OSAyMi4wNDY2ODE4LDkuMDM3MjQ3MzEgMjEuOTk1NjU4Niw5LjU4Mzk0MjY5IEMyMS45NzIwNDc5LDkuODM2OTIyODcgMjEuODUxODY2NSwxMC4wNzEzMTk0IDIxLjY1OTc5MzIsMTAuMjM4OTk5NiBMMTcuMjQ2Mjc5OSwxNC4wOTIwMDA5IEwxOC41Mzc5MTg5LDE5Ljc4NzE0MzIgQzE4LjY1OTM5MjcsMjAuMzIyNzQ5OSAxOC4zMjA5NDMzLDIwLjg1NDgwNDEgMTcuNzgxOTcwOSwyMC45NzU1MTk0IEMxNy41MzI1NjQ1LDIxLjAzMTM3OTcgMTcuMjcxMTAxMywyMC45OTAyMjY1IDE3LjA1MTI3MiwyMC44NjA1MTA3IEwxMS45OTk5NzMzLDE3Ljg3OTg2NCBaIiBvcGFjaXR5PSIuMiIvPiAgICA8cGF0aCBmaWxsPSIjRkZCRTBBIiBkPSJNMTEuOTk5OTczMyw0MS44Nzk4NjQgTDYuOTQ4Njc0NjIsNDQuODYwNTEwNyBDNi40NzM2MTg5Myw0NS4xNDA4MjkzIDUuODU5ODM5MTMsNDQuOTg1MzY4NSA1LjU3Nzc1OTA2LDQ0LjUxMzI3OTMgQzUuNDQ3MjI4MTEsNDQuMjk0ODIyNyA1LjQwNTgxNjQsNDQuMDM0OTkyMiA1LjQ2MjAyNzcyLDQzLjc4NzE0MzIgTDYuNzUzNjY2NzcsMzguMDkyMDAwOSBMMi4zNDAxNTM0NCwzNC4yMzg5OTk2IEMxLjkyNTA3OTA3LDMzLjg3NjYzOTIgMS44ODQxOTE3MiwzMy4yNDg1MDUgMi4yNDg4MjksMzIuODM2MDIyNiBDMi40MTc1NjI4MywzMi42NDUxNDg3IDIuNjUzNDMyMiwzMi41MjU3MTc3IDIuOTA4MDAyMDMsMzIuNTAyMjU0NCBMOC43NTc1Nzc1NiwzMS45NjMxMDk2IEwxMS4wODExNzUsMjYuNjAxMTc3MSBDMTEuMjk5NzAwNiwyNi4wOTY5MDc1IDExLjg4ODIxMDcsMjUuODY0MTYgMTIuMzk1NjQ5LDI2LjA4MTMyMTEgQzEyLjYzMDQ2MzEsMjYuMTgxODExMSAxMi44MTc2NTAxLDI2LjM2NzgyOTIgMTIuOTE4NzcxNiwyNi42MDExNzcxIEwxNS4yNDIzNjkxLDMxLjk2MzEwOTYgTDIxLjA5MTk0NDYsMzIuNTAyMjU0NCBDMjEuNjQyMDc1MiwzMi41NTI5NTkgMjIuMDQ2NjgxOCwzMy4wMzcyNDczIDIxLjk5NTY1ODYsMzMuNTgzOTQyNyBDMjEuOTcyMDQ3OSwzMy44MzY5MjI5IDIxLjg1MTg2NjUsMzQuMDcxMzE5NCAyMS42NTk3OTMyLDM0LjIzODk5OTYgTDE3LjI0NjI3OTksMzguMDkyMDAwOSBMMTguNTM3OTE4OSw0My43ODcxNDMyIEMxOC42NTkzOTI3LDQ0LjMyMjc0OTkgMTguMzIwOTQzMyw0NC44NTQ4MDQxIDE3Ljc4MTk3MDksNDQuOTc1NTE5NCBDMTcuNTMyNTY0NSw0NS4wMzEzNzk3IDE3LjI3MTEwMTMsNDQuOTkwMjI2NSAxNy4wNTEyNzIsNDQuODYwNTEwNyBMMTEuOTk5OTczMyw0MS44Nzk4NjQgWiIvPiAgICA8cGF0aCBmaWxsPSIjMDAwIiBmaWxsLW9wYWNpdHk9Ii4yIiBkPSJNMTEuOTk5OTczMyw2NS44Nzk4NjQgTDYuOTQ4Njc0NjIsNjguODYwNTEwNyBDNi40NzM2MTg5Myw2OS4xNDA4MjkzIDUuODU5ODM5MTMsNjguOTg1MzY4NSA1LjU3Nzc1OTA2LDY4LjUxMzI3OTMgQzUuNDQ3MjI4MTEsNjguMjk0ODIyNyA1LjQwNTgxNjQsNjguMDM0OTkyMiA1LjQ2MjAyNzcyLDY3Ljc4NzE0MzIgTDYuNzUzNjY2NzcsNjIuMDkyMDAwOSBMMi4zNDAxNTM0NCw1OC4yMzg5OTk2IEMxLjkyNTA3OTA3LDU3Ljg3NjYzOTIgMS44ODQxOTE3Miw1Ny4yNDg1MDUgMi4yNDg4MjksNTYuODM2MDIyNiBDMi40MTc1NjI4Myw1Ni42NDUxNDg3IDIuNjUzNDMyMiw1Ni41MjU3MTc3IDIuOTA4MDAyMDMsNTYuNTAyMjU0NCBMOC43NTc1Nzc1Niw1NS45NjMxMDk2IEwxMS4wODExNzUsNTAuNjAxMTc3MSBDMTEuMjk5NzAwNiw1MC4wOTY5MDc1IDExLjg4ODIxMDcsNDkuODY0MTYgMTIuMzk1NjQ5LDUwLjA4MTMyMTEgQzEyLjYzMDQ2MzEsNTAuMTgxODExMSAxMi44MTc2NTAxLDUwLjM2NzgyOTIgMTIuOTE4NzcxNiw1MC42MDExNzcxIEwxNS4yNDIzNjkxLDU1Ljk2MzEwOTYgTDIxLjA5MTk0NDYsNTYuNTAyMjU0NCBDMjEuNjQyMDc1Miw1Ni41NTI5NTkgMjIuMDQ2NjgxOCw1Ny4wMzcyNDczIDIxLjk5NTY1ODYsNTcuNTgzOTQyNyBDMjEuOTcyMDQ3OSw1Ny44MzY5MjI5IDIxLjg1MTg2NjUsNTguMDcxMzE5NCAyMS42NTk3OTMyLDU4LjIzODk5OTYgTDE3LjI0NjI3OTksNjIuMDkyMDAwOSBMMTguNTM3OTE4OSw2Ny43ODcxNDMyIEMxOC42NTkzOTI3LDY4LjMyMjc0OTkgMTguMzIwOTQzMyw2OC44NTQ4MDQxIDE3Ljc4MTk3MDksNjguOTc1NTE5NCBDMTcuNTMyNTY0NSw2OS4wMzEzNzk3IDE3LjI3MTEwMTMsNjguOTkwMjI2NSAxNy4wNTEyNzIsNjguODYwNTEwNyBMMTEuOTk5OTczMyw2NS44Nzk4NjQgWiIvPiAgPC9nPjwvc3ZnPg==) repeat-x 0 -48px;
}

.vote__star.block.md .label-star.star-3 {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4gIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTcsOCBMNyw2IEM3LDMuMjQgOS4yNCwxIDEyLDEgQzE0Ljc2LDEgMTcsMy4yNCAxNyw2IEwxNyw4IEwxOCw4IEMxOS4xMDUsOCAyMCw4Ljg5NSAyMCwxMCBMMjAsMjAgQzIwLDIxLjEwNDk5OTUgMTkuMTA1LDIyIDE4LDIyIEw2LDIyIEM0Ljg5NSwyMiA0LDIxLjEwNDk5OTUgNCwyMCBMNCwxMCBDNCw4Ljg5NSA0Ljg5NSw4IDYsOCBMNyw4IFogTTksOCBMMTUsOCBMMTUsNiBDMTUsNC4yOSAxMy43MSwyLjkgMTIsMi45IEMxMC4yOSwyLjkgOSw0LjI5IDksNiBMOSw4IFogTTE4LDIwIEwxOCwxMCBMNiwxMCBMNiwyMCBMMTgsMjAgWiBNMTIsMTcgQzEwLjg5NSwxNyAxMCwxNi4xMDUgMTAsMTUgQzEwLDEzLjg5NSAxMC44OTUsMTMgMTIsMTMgQzEzLjEwNSwxMyAxNCwxMy44OTUgMTQsMTUgQzE0LDE2LjEwNSAxMy4xMDUsMTcgMTIsMTcgWiIgb3BhY2l0eT0iLjIiLz48L3N2Zz4=) no-repeat #fff;
}

.vote__star.block.sm {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDE2IDQ4Ij4gIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgIDxwYXRoIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTEyLjE0NzI5MTYsMTMuNzk0NTcyNCBMMTEuMDg3MzIyNSw5LjE4MjQxMzE5IEwxNC42ODM5NTk1LDYuMDgzODU5NyBMOS45MTU1NzQzNSw1LjY1MDE0OTA2IEw3Ljk5OTk3ODY1LDEuMjg3ODg0NzUgTDYuMDg0MzgyOTUsNS42NTAxNDkwNiBMMS4zMTU5OTc4Myw2LjA4Mzg1OTcgTDQuOTEyNjM0ODQsOS4xODI0MTMxOSBMMy44NTI2NjU3MywxMy43OTQ1NzI0IEw3Ljk5OTk3ODY1LDExLjM3OTU0NTggTDEyLjE0NzI5MTYsMTMuNzk0NTcyNCBaIE03Ljk5OTk3ODY1LDEyLjUzNjczNDcgTDMuOTU4OTM5NywxNC44ODk4NzY5IEMzLjU3ODg5NTE1LDE1LjExMTE4MSAzLjA4Nzg3MTMsMTQuOTg4NDQ4OCAyLjg2MjIwNzI1LDE0LjYxNTc0NjggQzIuNzU3NzgyNDksMTQuNDQzMjgxMSAyLjcyNDY1MzEyLDE0LjIzODE1MTcgMi43Njk2MjIxNywxNC4wNDI0ODE1IEwzLjgwMjkzMzQyLDkuNTQ2MzE2NDkgTDAuMjcyMTIyNzUyLDYuNTA0NDczMzMgQy0wLjA1OTkzNjc0NDgsNi4yMTgzOTkzOSAtMC4wOTI2NDY2MjA4LDUuNzIyNTAzOTggMC4xOTkwNjMxOTksNS4zOTY4NTk5MyBDMC4zMzQwNTAyNjEsNS4yNDYxNyAwLjUyMjc0NTc2NCw1LjE1MTg4MjM4IDAuNzI2NDAxNjI0LDUuMTMzMzU4NzcgTDUuNDA2MDYyMDQsNC43MDc3MTgxMiBMNy4yNjQ5Mzk5OSwwLjQ3NDYxMzUzOSBDNy40Mzk3NjA0OSwwLjA3NjUwNTkzNDIgNy45MTA1Njg1MiwtMC4xMDcyNDIwODUgOC4zMTY1MTkxNiwwLjA2NDIwMDg1MDUgQzguNTA0MzcwNTEsMC4xNDM1MzUwOTUgOC42NTQxMjAxMSwwLjI5MDM5MTUwNiA4LjczNTAxNzMsMC40NzQ2MTM1MzkgTDEwLjU5Mzg5NTMsNC43MDc3MTgxMiBMMTUuMjczNTU1Nyw1LjEzMzM1ODc3IEMxNS43MTM2NjAyLDUuMTczMzg4NjcgMTYuMDM3MzQ1NCw1LjU1NTcyMTU2IDE1Ljk5NjUyNjksNS45ODczMjMxNyBDMTUuOTc3NjM4NCw2LjE4NzA0NDM3IDE1Ljg4MTQ5MzIsNi4zNzIwOTQyNCAxNS43Mjc4MzQ1LDYuNTA0NDczMzMgTDEyLjE5NzAyMzksOS41NDYzMTY0OSBMMTMuMjMwMzM1MSwxNC4wNDI0ODE1IEMxMy4zMjc1MTQyLDE0LjQ2NTMyODkgMTMuMDU2NzU0NiwxNC44ODUzNzE2IDEyLjYyNTU3NjcsMTQuOTgwNjczMiBDMTIuNDI2MDUxNiwxNS4wMjQ3NzM0IDEyLjIxNjg4MTEsMTQuOTkyMjg0MSAxMi4wNDEwMTc2LDE0Ljg4OTg3NjkgTDcuOTk5OTc4NjUsMTIuNTM2NzM0NyBaIiBvcGFjaXR5PSIuMiIvPiAgICA8cGF0aCBmaWxsPSIjRkZCRTBBIiBkPSJNNy45OTk5Nzg2NSwyOC41MzY3MzQ3IEwzLjk1ODkzOTcsMzAuODg5ODc2OSBDMy41Nzg4OTUxNSwzMS4xMTExODEgMy4wODc4NzEzLDMwLjk4ODQ0ODggMi44NjIyMDcyNSwzMC42MTU3NDY4IEMyLjc1Nzc4MjQ5LDMwLjQ0MzI4MTEgMi43MjQ2NTMxMiwzMC4yMzgxNTE3IDIuNzY5NjIyMTcsMzAuMDQyNDgxNSBMMy44MDI5MzM0MiwyNS41NDYzMTY1IEwwLjI3MjEyMjc1MiwyMi41MDQ0NzMzIEMtMC4wNTk5MzY3NDQ4LDIyLjIxODM5OTQgLTAuMDkyNjQ2NjIwOCwyMS43MjI1MDQgMC4xOTkwNjMxOTksMjEuMzk2ODU5OSBDMC4zMzQwNTAyNjEsMjEuMjQ2MTcgMC41MjI3NDU3NjQsMjEuMTUxODgyNCAwLjcyNjQwMTYyNCwyMS4xMzMzNTg4IEw1LjQwNjA2MjA0LDIwLjcwNzcxODEgTDcuMjY0OTM5OTksMTYuNDc0NjEzNSBDNy40Mzk3NjA0OSwxNi4wNzY1MDU5IDcuOTEwNTY4NTIsMTUuODkyNzU3OSA4LjMxNjUxOTE2LDE2LjA2NDIwMDkgQzguNTA0MzcwNTEsMTYuMTQzNTM1MSA4LjY1NDEyMDExLDE2LjI5MDM5MTUgOC43MzUwMTczLDE2LjQ3NDYxMzUgTDEwLjU5Mzg5NTMsMjAuNzA3NzE4MSBMMTUuMjczNTU1NywyMS4xMzMzNTg4IEMxNS43MTM2NjAyLDIxLjE3MzM4ODcgMTYuMDM3MzQ1NCwyMS41NTU3MjE2IDE1Ljk5NjUyNjksMjEuOTg3MzIzMiBDMTUuOTc3NjM4NCwyMi4xODcwNDQ0IDE1Ljg4MTQ5MzIsMjIuMzcyMDk0MiAxNS43Mjc4MzQ1LDIyLjUwNDQ3MzMgTDEyLjE5NzAyMzksMjUuNTQ2MzE2NSBMMTMuMjMwMzM1MSwzMC4wNDI0ODE1IEMxMy4zMjc1MTQyLDMwLjQ2NTMyODkgMTMuMDU2NzU0NiwzMC44ODUzNzE2IDEyLjYyNTU3NjcsMzAuOTgwNjczMiBDMTIuNDI2MDUxNiwzMS4wMjQ3NzM0IDEyLjIxNjg4MTEsMzAuOTkyMjg0MSAxMi4wNDEwMTc2LDMwLjg4OTg3NjkgTDcuOTk5OTc4NjUsMjguNTM2NzM0NyBaIi8+ICAgIDxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik03Ljk5OTk3ODY1LDQ0LjUzNjczNDcgTDMuOTU4OTM5Nyw0Ni44ODk4NzY5IEMzLjU3ODg5NTE1LDQ3LjExMTE4MSAzLjA4Nzg3MTMsNDYuOTg4NDQ4OCAyLjg2MjIwNzI1LDQ2LjYxNTc0NjggQzIuNzU3NzgyNDksNDYuNDQzMjgxMSAyLjcyNDY1MzEyLDQ2LjIzODE1MTcgMi43Njk2MjIxNyw0Ni4wNDI0ODE1IEwzLjgwMjkzMzQyLDQxLjU0NjMxNjUgTDAuMjcyMTIyNzUyLDM4LjUwNDQ3MzMgQy0wLjA1OTkzNjc0NDgsMzguMjE4Mzk5NCAtMC4wOTI2NDY2MjA4LDM3LjcyMjUwNCAwLjE5OTA2MzE5OSwzNy4zOTY4NTk5IEMwLjMzNDA1MDI2MSwzNy4yNDYxNyAwLjUyMjc0NTc2NCwzNy4xNTE4ODI0IDAuNzI2NDAxNjI0LDM3LjEzMzM1ODggTDUuNDA2MDYyMDQsMzYuNzA3NzE4MSBMNy4yNjQ5Mzk5OSwzMi40NzQ2MTM1IEM3LjQzOTc2MDQ5LDMyLjA3NjUwNTkgNy45MTA1Njg1MiwzMS44OTI3NTc5IDguMzE2NTE5MTYsMzIuMDY0MjAwOSBDOC41MDQzNzA1MSwzMi4xNDM1MzUxIDguNjU0MTIwMTEsMzIuMjkwMzkxNSA4LjczNTAxNzMsMzIuNDc0NjEzNSBMMTAuNTkzODk1MywzNi43MDc3MTgxIEwxNS4yNzM1NTU3LDM3LjEzMzM1ODggQzE1LjcxMzY2MDIsMzcuMTczMzg4NyAxNi4wMzczNDU0LDM3LjU1NTcyMTYgMTUuOTk2NTI2OSwzNy45ODczMjMyIEMxNS45Nzc2Mzg0LDM4LjE4NzA0NDQgMTUuODgxNDkzMiwzOC4zNzIwOTQyIDE1LjcyNzgzNDUsMzguNTA0NDczMyBMMTIuMTk3MDIzOSw0MS41NDYzMTY1IEwxMy4yMzAzMzUxLDQ2LjA0MjQ4MTUgQzEzLjMyNzUxNDIsNDYuNDY1MzI4OSAxMy4wNTY3NTQ2LDQ2Ljg4NTM3MTYgMTIuNjI1NTc2Nyw0Ni45ODA2NzMyIEMxMi40MjYwNTE2LDQ3LjAyNDc3MzQgMTIuMjE2ODgxMSw0Ni45OTIyODQxIDEyLjA0MTAxNzYsNDYuODg5ODc2OSBMNy45OTk5Nzg2NSw0NC41MzY3MzQ3IFoiIG9wYWNpdHk9Ii4yIi8+ICA8L2c+PC9zdmc+) repeat-x 0 -32px;
}

.vote__star.block.sm .vote-star__bg {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDE2IDQ4Ij4gIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgIDxwYXRoIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTEyLjE0NzI5MTYsMTMuNzk0NTcyNCBMMTEuMDg3MzIyNSw5LjE4MjQxMzE5IEwxNC42ODM5NTk1LDYuMDgzODU5NyBMOS45MTU1NzQzNSw1LjY1MDE0OTA2IEw3Ljk5OTk3ODY1LDEuMjg3ODg0NzUgTDYuMDg0MzgyOTUsNS42NTAxNDkwNiBMMS4zMTU5OTc4Myw2LjA4Mzg1OTcgTDQuOTEyNjM0ODQsOS4xODI0MTMxOSBMMy44NTI2NjU3MywxMy43OTQ1NzI0IEw3Ljk5OTk3ODY1LDExLjM3OTU0NTggTDEyLjE0NzI5MTYsMTMuNzk0NTcyNCBaIE03Ljk5OTk3ODY1LDEyLjUzNjczNDcgTDMuOTU4OTM5NywxNC44ODk4NzY5IEMzLjU3ODg5NTE1LDE1LjExMTE4MSAzLjA4Nzg3MTMsMTQuOTg4NDQ4OCAyLjg2MjIwNzI1LDE0LjYxNTc0NjggQzIuNzU3NzgyNDksMTQuNDQzMjgxMSAyLjcyNDY1MzEyLDE0LjIzODE1MTcgMi43Njk2MjIxNywxNC4wNDI0ODE1IEwzLjgwMjkzMzQyLDkuNTQ2MzE2NDkgTDAuMjcyMTIyNzUyLDYuNTA0NDczMzMgQy0wLjA1OTkzNjc0NDgsNi4yMTgzOTkzOSAtMC4wOTI2NDY2MjA4LDUuNzIyNTAzOTggMC4xOTkwNjMxOTksNS4zOTY4NTk5MyBDMC4zMzQwNTAyNjEsNS4yNDYxNyAwLjUyMjc0NTc2NCw1LjE1MTg4MjM4IDAuNzI2NDAxNjI0LDUuMTMzMzU4NzcgTDUuNDA2MDYyMDQsNC43MDc3MTgxMiBMNy4yNjQ5Mzk5OSwwLjQ3NDYxMzUzOSBDNy40Mzk3NjA0OSwwLjA3NjUwNTkzNDIgNy45MTA1Njg1MiwtMC4xMDcyNDIwODUgOC4zMTY1MTkxNiwwLjA2NDIwMDg1MDUgQzguNTA0MzcwNTEsMC4xNDM1MzUwOTUgOC42NTQxMjAxMSwwLjI5MDM5MTUwNiA4LjczNTAxNzMsMC40NzQ2MTM1MzkgTDEwLjU5Mzg5NTMsNC43MDc3MTgxMiBMMTUuMjczNTU1Nyw1LjEzMzM1ODc3IEMxNS43MTM2NjAyLDUuMTczMzg4NjcgMTYuMDM3MzQ1NCw1LjU1NTcyMTU2IDE1Ljk5NjUyNjksNS45ODczMjMxNyBDMTUuOTc3NjM4NCw2LjE4NzA0NDM3IDE1Ljg4MTQ5MzIsNi4zNzIwOTQyNCAxNS43Mjc4MzQ1LDYuNTA0NDczMzMgTDEyLjE5NzAyMzksOS41NDYzMTY0OSBMMTMuMjMwMzM1MSwxNC4wNDI0ODE1IEMxMy4zMjc1MTQyLDE0LjQ2NTMyODkgMTMuMDU2NzU0NiwxNC44ODUzNzE2IDEyLjYyNTU3NjcsMTQuOTgwNjczMiBDMTIuNDI2MDUxNiwxNS4wMjQ3NzM0IDEyLjIxNjg4MTEsMTQuOTkyMjg0MSAxMi4wNDEwMTc2LDE0Ljg4OTg3NjkgTDcuOTk5OTc4NjUsMTIuNTM2NzM0NyBaIiBvcGFjaXR5PSIuMiIvPiAgICA8cGF0aCBmaWxsPSIjRkZCRTBBIiBkPSJNNy45OTk5Nzg2NSwyOC41MzY3MzQ3IEwzLjk1ODkzOTcsMzAuODg5ODc2OSBDMy41Nzg4OTUxNSwzMS4xMTExODEgMy4wODc4NzEzLDMwLjk4ODQ0ODggMi44NjIyMDcyNSwzMC42MTU3NDY4IEMyLjc1Nzc4MjQ5LDMwLjQ0MzI4MTEgMi43MjQ2NTMxMiwzMC4yMzgxNTE3IDIuNzY5NjIyMTcsMzAuMDQyNDgxNSBMMy44MDI5MzM0MiwyNS41NDYzMTY1IEwwLjI3MjEyMjc1MiwyMi41MDQ0NzMzIEMtMC4wNTk5MzY3NDQ4LDIyLjIxODM5OTQgLTAuMDkyNjQ2NjIwOCwyMS43MjI1MDQgMC4xOTkwNjMxOTksMjEuMzk2ODU5OSBDMC4zMzQwNTAyNjEsMjEuMjQ2MTcgMC41MjI3NDU3NjQsMjEuMTUxODgyNCAwLjcyNjQwMTYyNCwyMS4xMzMzNTg4IEw1LjQwNjA2MjA0LDIwLjcwNzcxODEgTDcuMjY0OTM5OTksMTYuNDc0NjEzNSBDNy40Mzk3NjA0OSwxNi4wNzY1MDU5IDcuOTEwNTY4NTIsMTUuODkyNzU3OSA4LjMxNjUxOTE2LDE2LjA2NDIwMDkgQzguNTA0MzcwNTEsMTYuMTQzNTM1MSA4LjY1NDEyMDExLDE2LjI5MDM5MTUgOC43MzUwMTczLDE2LjQ3NDYxMzUgTDEwLjU5Mzg5NTMsMjAuNzA3NzE4MSBMMTUuMjczNTU1NywyMS4xMzMzNTg4IEMxNS43MTM2NjAyLDIxLjE3MzM4ODcgMTYuMDM3MzQ1NCwyMS41NTU3MjE2IDE1Ljk5NjUyNjksMjEuOTg3MzIzMiBDMTUuOTc3NjM4NCwyMi4xODcwNDQ0IDE1Ljg4MTQ5MzIsMjIuMzcyMDk0MiAxNS43Mjc4MzQ1LDIyLjUwNDQ3MzMgTDEyLjE5NzAyMzksMjUuNTQ2MzE2NSBMMTMuMjMwMzM1MSwzMC4wNDI0ODE1IEMxMy4zMjc1MTQyLDMwLjQ2NTMyODkgMTMuMDU2NzU0NiwzMC44ODUzNzE2IDEyLjYyNTU3NjcsMzAuOTgwNjczMiBDMTIuNDI2MDUxNiwzMS4wMjQ3NzM0IDEyLjIxNjg4MTEsMzAuOTkyMjg0MSAxMi4wNDEwMTc2LDMwLjg4OTg3NjkgTDcuOTk5OTc4NjUsMjguNTM2NzM0NyBaIi8+ICAgIDxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik03Ljk5OTk3ODY1LDQ0LjUzNjczNDcgTDMuOTU4OTM5Nyw0Ni44ODk4NzY5IEMzLjU3ODg5NTE1LDQ3LjExMTE4MSAzLjA4Nzg3MTMsNDYuOTg4NDQ4OCAyLjg2MjIwNzI1LDQ2LjYxNTc0NjggQzIuNzU3NzgyNDksNDYuNDQzMjgxMSAyLjcyNDY1MzEyLDQ2LjIzODE1MTcgMi43Njk2MjIxNyw0Ni4wNDI0ODE1IEwzLjgwMjkzMzQyLDQxLjU0NjMxNjUgTDAuMjcyMTIyNzUyLDM4LjUwNDQ3MzMgQy0wLjA1OTkzNjc0NDgsMzguMjE4Mzk5NCAtMC4wOTI2NDY2MjA4LDM3LjcyMjUwNCAwLjE5OTA2MzE5OSwzNy4zOTY4NTk5IEMwLjMzNDA1MDI2MSwzNy4yNDYxNyAwLjUyMjc0NTc2NCwzNy4xNTE4ODI0IDAuNzI2NDAxNjI0LDM3LjEzMzM1ODggTDUuNDA2MDYyMDQsMzYuNzA3NzE4MSBMNy4yNjQ5Mzk5OSwzMi40NzQ2MTM1IEM3LjQzOTc2MDQ5LDMyLjA3NjUwNTkgNy45MTA1Njg1MiwzMS44OTI3NTc5IDguMzE2NTE5MTYsMzIuMDY0MjAwOSBDOC41MDQzNzA1MSwzMi4xNDM1MzUxIDguNjU0MTIwMTEsMzIuMjkwMzkxNSA4LjczNTAxNzMsMzIuNDc0NjEzNSBMMTAuNTkzODk1MywzNi43MDc3MTgxIEwxNS4yNzM1NTU3LDM3LjEzMzM1ODggQzE1LjcxMzY2MDIsMzcuMTczMzg4NyAxNi4wMzczNDU0LDM3LjU1NTcyMTYgMTUuOTk2NTI2OSwzNy45ODczMjMyIEMxNS45Nzc2Mzg0LDM4LjE4NzA0NDQgMTUuODgxNDkzMiwzOC4zNzIwOTQyIDE1LjcyNzgzNDUsMzguNTA0NDczMyBMMTIuMTk3MDIzOSw0MS41NDYzMTY1IEwxMy4yMzAzMzUxLDQ2LjA0MjQ4MTUgQzEzLjMyNzUxNDIsNDYuNDY1MzI4OSAxMy4wNTY3NTQ2LDQ2Ljg4NTM3MTYgMTIuNjI1NTc2Nyw0Ni45ODA2NzMyIEMxMi40MjYwNTE2LDQ3LjAyNDc3MzQgMTIuMjE2ODgxMSw0Ni45OTIyODQxIDEyLjA0MTAxNzYsNDYuODg5ODc2OSBMNy45OTk5Nzg2NSw0NC41MzY3MzQ3IFoiIG9wYWNpdHk9Ii4yIi8+ICA8L2c+PC9zdmc+) repeat-x 0 -32px;
}

.vote__star.block.sm .label-star.star-3 {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4gIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgIDxwb2x5Z29uIHBvaW50cz0iMCAwIDI0IDAgMjQgMjQgMCAyNCIvPiAgICA8cGF0aCBmaWxsPSIjMDAwIiBkPSJNNCw2IEw0LDQuNSBDNCwyLjUgNS41LDEgOCwxIEMxMC41LDEgMTIsMi41IDEyLDQuNSBMMTIsNiBMMTMsNiBDMTMuNSw2IDE0LDYuNSAxNCw3IEwxNCwxMy41IEMxNCwxNC41IDEzLjUsMTUgMTIuNSwxNSBMMy41LDE1IEMyLjUsMTUgMiwxNC41IDIsMTMuNSBMMiw3LjUgQzIsNi41IDIuNSw2IDMuNSw2IEw0LDYgWiBNNiw2IEwxMCw2IEwxMCw1IEMxMCw0IDkuNSwzIDgsMyBDNi41LDMgNiwzLjk5NDExNzY1IDYsNSBMNiw2IFogTTEyLDEzIEwxMiw4IEw0LDggTDQsMTMgTDEyLDEzIFogTTgsMTIgQzcuMTcxMjUsMTIgNi41LDExLjMyODc1IDYuNSwxMC41IEM2LjUsOS42NzEyNSA3LjE3MTI1LDkgOCw5IEM4LjgyODc1LDkgOS41LDkuNjcxMjUgOS41LDEwLjUgQzkuNSwxMS4zMjg3NSA4LjgyODc1LDEyIDgsMTIgWiIgb3BhY2l0eT0iLjIiLz4gIDwvZz48L3N2Zz4=) no-repeat #fff;
}

.vote__star.paint.md {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSI3MiIgdmlld0JveD0iMCAwIDI0IDcyIj4gIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgIDxwYXRoIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1LjAzMTgxNDYsMTMuMzcwMzI1OCBMMTguNTczMzEzNiwxMC4yNzg1OTM4IEwxMy44Nzg1NTM1LDkuODQ1ODg2MjEgTDExLjk5OTk3MzMsNS41MTA4NzUzNiBMMTAuMTIxMzkzMSw5Ljg0NTg4NjIxIEw1LjQyNjYzMzAzLDEwLjI3ODU5MzggTDguOTY4MTMyMDIsMTMuMzcwMzI1OCBMNy45MjY5ODEzOSwxNy45NjEwMDUzIEwxMS45OTk5NzMzLDE1LjU1NzYzMzMgTDE2LjA3Mjk2NTIsMTcuOTYxMDA1MyBMMTUuMDMxODE0NiwxMy4zNzAzMjU4IFogTTExLjk5OTk3MzMsMTcuODc5ODY0IEw2Ljk0ODY3NDYyLDIwLjg2MDUxMDcgQzYuNDczNjE4OTMsMjEuMTQwODI5MyA1Ljg1OTgzOTEzLDIwLjk4NTM2ODUgNS41Nzc3NTkwNiwyMC41MTMyNzkzIEM1LjQ0NzIyODExLDIwLjI5NDgyMjcgNS40MDU4MTY0LDIwLjAzNDk5MjIgNS40NjIwMjc3MiwxOS43ODcxNDMyIEw2Ljc1MzY2Njc3LDE0LjA5MjAwMDkgTDIuMzQwMTUzNDQsMTAuMjM4OTk5NiBDMS45MjUwNzkwNyw5Ljg3NjYzOTIzIDEuODg0MTkxNzIsOS4yNDg1MDUwNSAyLjI0ODgyOSw4LjgzNjAyMjU4IEMyLjQxNzU2MjgzLDguNjQ1MTQ4NjcgMi42NTM0MzIyLDguNTI1NzE3NjggMi45MDgwMDIwMyw4LjUwMjI1NDQ0IEw4Ljc1NzU3NzU2LDcuOTYzMTA5NjIgTDExLjA4MTE3NSwyLjYwMTE3NzE1IEMxMS4yOTk3MDA2LDIuMDk2OTA3NTIgMTEuODg4MjEwNywxLjg2NDE2MDAzIDEyLjM5NTY0OSwyLjA4MTMyMTA4IEMxMi42MzA0NjMxLDIuMTgxODExMTIgMTIuODE3NjUwMSwyLjM2NzgyOTI0IDEyLjkxODc3MTYsMi42MDExNzcxNSBMMTUuMjQyMzY5MSw3Ljk2MzEwOTYyIEwyMS4wOTE5NDQ2LDguNTAyMjU0NDQgQzIxLjY0MjA3NTIsOC41NTI5NTg5OSAyMi4wNDY2ODE4LDkuMDM3MjQ3MzEgMjEuOTk1NjU4Niw5LjU4Mzk0MjY5IEMyMS45NzIwNDc5LDkuODM2OTIyODcgMjEuODUxODY2NSwxMC4wNzEzMTk0IDIxLjY1OTc5MzIsMTAuMjM4OTk5NiBMMTcuMjQ2Mjc5OSwxNC4wOTIwMDA5IEwxOC41Mzc5MTg5LDE5Ljc4NzE0MzIgQzE4LjY1OTM5MjcsMjAuMzIyNzQ5OSAxOC4zMjA5NDMzLDIwLjg1NDgwNDEgMTcuNzgxOTcwOSwyMC45NzU1MTk0IEMxNy41MzI1NjQ1LDIxLjAzMTM3OTcgMTcuMjcxMTAxMywyMC45OTAyMjY1IDE3LjA1MTI3MiwyMC44NjA1MTA3IEwxMS45OTk5NzMzLDE3Ljg3OTg2NCBaIiBvcGFjaXR5PSIuMiIvPiAgICA8cGF0aCBmaWxsPSIjRkZCRTBBIiBkPSJNMTEuOTk5OTczMyw0MS44Nzk4NjQgTDYuOTQ4Njc0NjIsNDQuODYwNTEwNyBDNi40NzM2MTg5Myw0NS4xNDA4MjkzIDUuODU5ODM5MTMsNDQuOTg1MzY4NSA1LjU3Nzc1OTA2LDQ0LjUxMzI3OTMgQzUuNDQ3MjI4MTEsNDQuMjk0ODIyNyA1LjQwNTgxNjQsNDQuMDM0OTkyMiA1LjQ2MjAyNzcyLDQzLjc4NzE0MzIgTDYuNzUzNjY2NzcsMzguMDkyMDAwOSBMMi4zNDAxNTM0NCwzNC4yMzg5OTk2IEMxLjkyNTA3OTA3LDMzLjg3NjYzOTIgMS44ODQxOTE3MiwzMy4yNDg1MDUgMi4yNDg4MjksMzIuODM2MDIyNiBDMi40MTc1NjI4MywzMi42NDUxNDg3IDIuNjUzNDMyMiwzMi41MjU3MTc3IDIuOTA4MDAyMDMsMzIuNTAyMjU0NCBMOC43NTc1Nzc1NiwzMS45NjMxMDk2IEwxMS4wODExNzUsMjYuNjAxMTc3MSBDMTEuMjk5NzAwNiwyNi4wOTY5MDc1IDExLjg4ODIxMDcsMjUuODY0MTYgMTIuMzk1NjQ5LDI2LjA4MTMyMTEgQzEyLjYzMDQ2MzEsMjYuMTgxODExMSAxMi44MTc2NTAxLDI2LjM2NzgyOTIgMTIuOTE4NzcxNiwyNi42MDExNzcxIEwxNS4yNDIzNjkxLDMxLjk2MzEwOTYgTDIxLjA5MTk0NDYsMzIuNTAyMjU0NCBDMjEuNjQyMDc1MiwzMi41NTI5NTkgMjIuMDQ2NjgxOCwzMy4wMzcyNDczIDIxLjk5NTY1ODYsMzMuNTgzOTQyNyBDMjEuOTcyMDQ3OSwzMy44MzY5MjI5IDIxLjg1MTg2NjUsMzQuMDcxMzE5NCAyMS42NTk3OTMyLDM0LjIzODk5OTYgTDE3LjI0NjI3OTksMzguMDkyMDAwOSBMMTguNTM3OTE4OSw0My43ODcxNDMyIEMxOC42NTkzOTI3LDQ0LjMyMjc0OTkgMTguMzIwOTQzMyw0NC44NTQ4MDQxIDE3Ljc4MTk3MDksNDQuOTc1NTE5NCBDMTcuNTMyNTY0NSw0NS4wMzEzNzk3IDE3LjI3MTEwMTMsNDQuOTkwMjI2NSAxNy4wNTEyNzIsNDQuODYwNTEwNyBMMTEuOTk5OTczMyw0MS44Nzk4NjQgWiIvPiAgICA8cGF0aCBmaWxsPSIjMDAwIiBmaWxsLW9wYWNpdHk9Ii4yIiBkPSJNMTEuOTk5OTczMyw2NS44Nzk4NjQgTDYuOTQ4Njc0NjIsNjguODYwNTEwNyBDNi40NzM2MTg5Myw2OS4xNDA4MjkzIDUuODU5ODM5MTMsNjguOTg1MzY4NSA1LjU3Nzc1OTA2LDY4LjUxMzI3OTMgQzUuNDQ3MjI4MTEsNjguMjk0ODIyNyA1LjQwNTgxNjQsNjguMDM0OTkyMiA1LjQ2MjAyNzcyLDY3Ljc4NzE0MzIgTDYuNzUzNjY2NzcsNjIuMDkyMDAwOSBMMi4zNDAxNTM0NCw1OC4yMzg5OTk2IEMxLjkyNTA3OTA3LDU3Ljg3NjYzOTIgMS44ODQxOTE3Miw1Ny4yNDg1MDUgMi4yNDg4MjksNTYuODM2MDIyNiBDMi40MTc1NjI4Myw1Ni42NDUxNDg3IDIuNjUzNDMyMiw1Ni41MjU3MTc3IDIuOTA4MDAyMDMsNTYuNTAyMjU0NCBMOC43NTc1Nzc1Niw1NS45NjMxMDk2IEwxMS4wODExNzUsNTAuNjAxMTc3MSBDMTEuMjk5NzAwNiw1MC4wOTY5MDc1IDExLjg4ODIxMDcsNDkuODY0MTYgMTIuMzk1NjQ5LDUwLjA4MTMyMTEgQzEyLjYzMDQ2MzEsNTAuMTgxODExMSAxMi44MTc2NTAxLDUwLjM2NzgyOTIgMTIuOTE4NzcxNiw1MC42MDExNzcxIEwxNS4yNDIzNjkxLDU1Ljk2MzEwOTYgTDIxLjA5MTk0NDYsNTYuNTAyMjU0NCBDMjEuNjQyMDc1Miw1Ni41NTI5NTkgMjIuMDQ2NjgxOCw1Ny4wMzcyNDczIDIxLjk5NTY1ODYsNTcuNTgzOTQyNyBDMjEuOTcyMDQ3OSw1Ny44MzY5MjI5IDIxLjg1MTg2NjUsNTguMDcxMzE5NCAyMS42NTk3OTMyLDU4LjIzODk5OTYgTDE3LjI0NjI3OTksNjIuMDkyMDAwOSBMMTguNTM3OTE4OSw2Ny43ODcxNDMyIEMxOC42NTkzOTI3LDY4LjMyMjc0OTkgMTguMzIwOTQzMyw2OC44NTQ4MDQxIDE3Ljc4MTk3MDksNjguOTc1NTE5NCBDMTcuNTMyNTY0NSw2OS4wMzEzNzk3IDE3LjI3MTEwMTMsNjguOTkwMjI2NSAxNy4wNTEyNzIsNjguODYwNTEwNyBMMTEuOTk5OTczMyw2NS44Nzk4NjQgWiIvPiAgPC9nPjwvc3ZnPg==) repeat-x 0 -48px;
}

.vote__star.paint.sm {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDE2IDQ4Ij4gIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgIDxwYXRoIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTEyLjE0NzI5MTYsMTMuNzk0NTcyNCBMMTEuMDg3MzIyNSw5LjE4MjQxMzE5IEwxNC42ODM5NTk1LDYuMDgzODU5NyBMOS45MTU1NzQzNSw1LjY1MDE0OTA2IEw3Ljk5OTk3ODY1LDEuMjg3ODg0NzUgTDYuMDg0MzgyOTUsNS42NTAxNDkwNiBMMS4zMTU5OTc4Myw2LjA4Mzg1OTcgTDQuOTEyNjM0ODQsOS4xODI0MTMxOSBMMy44NTI2NjU3MywxMy43OTQ1NzI0IEw3Ljk5OTk3ODY1LDExLjM3OTU0NTggTDEyLjE0NzI5MTYsMTMuNzk0NTcyNCBaIE03Ljk5OTk3ODY1LDEyLjUzNjczNDcgTDMuOTU4OTM5NywxNC44ODk4NzY5IEMzLjU3ODg5NTE1LDE1LjExMTE4MSAzLjA4Nzg3MTMsMTQuOTg4NDQ4OCAyLjg2MjIwNzI1LDE0LjYxNTc0NjggQzIuNzU3NzgyNDksMTQuNDQzMjgxMSAyLjcyNDY1MzEyLDE0LjIzODE1MTcgMi43Njk2MjIxNywxNC4wNDI0ODE1IEwzLjgwMjkzMzQyLDkuNTQ2MzE2NDkgTDAuMjcyMTIyNzUyLDYuNTA0NDczMzMgQy0wLjA1OTkzNjc0NDgsNi4yMTgzOTkzOSAtMC4wOTI2NDY2MjA4LDUuNzIyNTAzOTggMC4xOTkwNjMxOTksNS4zOTY4NTk5MyBDMC4zMzQwNTAyNjEsNS4yNDYxNyAwLjUyMjc0NTc2NCw1LjE1MTg4MjM4IDAuNzI2NDAxNjI0LDUuMTMzMzU4NzcgTDUuNDA2MDYyMDQsNC43MDc3MTgxMiBMNy4yNjQ5Mzk5OSwwLjQ3NDYxMzUzOSBDNy40Mzk3NjA0OSwwLjA3NjUwNTkzNDIgNy45MTA1Njg1MiwtMC4xMDcyNDIwODUgOC4zMTY1MTkxNiwwLjA2NDIwMDg1MDUgQzguNTA0MzcwNTEsMC4xNDM1MzUwOTUgOC42NTQxMjAxMSwwLjI5MDM5MTUwNiA4LjczNTAxNzMsMC40NzQ2MTM1MzkgTDEwLjU5Mzg5NTMsNC43MDc3MTgxMiBMMTUuMjczNTU1Nyw1LjEzMzM1ODc3IEMxNS43MTM2NjAyLDUuMTczMzg4NjcgMTYuMDM3MzQ1NCw1LjU1NTcyMTU2IDE1Ljk5NjUyNjksNS45ODczMjMxNyBDMTUuOTc3NjM4NCw2LjE4NzA0NDM3IDE1Ljg4MTQ5MzIsNi4zNzIwOTQyNCAxNS43Mjc4MzQ1LDYuNTA0NDczMzMgTDEyLjE5NzAyMzksOS41NDYzMTY0OSBMMTMuMjMwMzM1MSwxNC4wNDI0ODE1IEMxMy4zMjc1MTQyLDE0LjQ2NTMyODkgMTMuMDU2NzU0NiwxNC44ODUzNzE2IDEyLjYyNTU3NjcsMTQuOTgwNjczMiBDMTIuNDI2MDUxNiwxNS4wMjQ3NzM0IDEyLjIxNjg4MTEsMTQuOTkyMjg0MSAxMi4wNDEwMTc2LDE0Ljg4OTg3NjkgTDcuOTk5OTc4NjUsMTIuNTM2NzM0NyBaIiBvcGFjaXR5PSIuMiIvPiAgICA8cGF0aCBmaWxsPSIjRkZCRTBBIiBkPSJNNy45OTk5Nzg2NSwyOC41MzY3MzQ3IEwzLjk1ODkzOTcsMzAuODg5ODc2OSBDMy41Nzg4OTUxNSwzMS4xMTExODEgMy4wODc4NzEzLDMwLjk4ODQ0ODggMi44NjIyMDcyNSwzMC42MTU3NDY4IEMyLjc1Nzc4MjQ5LDMwLjQ0MzI4MTEgMi43MjQ2NTMxMiwzMC4yMzgxNTE3IDIuNzY5NjIyMTcsMzAuMDQyNDgxNSBMMy44MDI5MzM0MiwyNS41NDYzMTY1IEwwLjI3MjEyMjc1MiwyMi41MDQ0NzMzIEMtMC4wNTk5MzY3NDQ4LDIyLjIxODM5OTQgLTAuMDkyNjQ2NjIwOCwyMS43MjI1MDQgMC4xOTkwNjMxOTksMjEuMzk2ODU5OSBDMC4zMzQwNTAyNjEsMjEuMjQ2MTcgMC41MjI3NDU3NjQsMjEuMTUxODgyNCAwLjcyNjQwMTYyNCwyMS4xMzMzNTg4IEw1LjQwNjA2MjA0LDIwLjcwNzcxODEgTDcuMjY0OTM5OTksMTYuNDc0NjEzNSBDNy40Mzk3NjA0OSwxNi4wNzY1MDU5IDcuOTEwNTY4NTIsMTUuODkyNzU3OSA4LjMxNjUxOTE2LDE2LjA2NDIwMDkgQzguNTA0MzcwNTEsMTYuMTQzNTM1MSA4LjY1NDEyMDExLDE2LjI5MDM5MTUgOC43MzUwMTczLDE2LjQ3NDYxMzUgTDEwLjU5Mzg5NTMsMjAuNzA3NzE4MSBMMTUuMjczNTU1NywyMS4xMzMzNTg4IEMxNS43MTM2NjAyLDIxLjE3MzM4ODcgMTYuMDM3MzQ1NCwyMS41NTU3MjE2IDE1Ljk5NjUyNjksMjEuOTg3MzIzMiBDMTUuOTc3NjM4NCwyMi4xODcwNDQ0IDE1Ljg4MTQ5MzIsMjIuMzcyMDk0MiAxNS43Mjc4MzQ1LDIyLjUwNDQ3MzMgTDEyLjE5NzAyMzksMjUuNTQ2MzE2NSBMMTMuMjMwMzM1MSwzMC4wNDI0ODE1IEMxMy4zMjc1MTQyLDMwLjQ2NTMyODkgMTMuMDU2NzU0NiwzMC44ODUzNzE2IDEyLjYyNTU3NjcsMzAuOTgwNjczMiBDMTIuNDI2MDUxNiwzMS4wMjQ3NzM0IDEyLjIxNjg4MTEsMzAuOTkyMjg0MSAxMi4wNDEwMTc2LDMwLjg4OTg3NjkgTDcuOTk5OTc4NjUsMjguNTM2NzM0NyBaIi8+ICAgIDxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik03Ljk5OTk3ODY1LDQ0LjUzNjczNDcgTDMuOTU4OTM5Nyw0Ni44ODk4NzY5IEMzLjU3ODg5NTE1LDQ3LjExMTE4MSAzLjA4Nzg3MTMsNDYuOTg4NDQ4OCAyLjg2MjIwNzI1LDQ2LjYxNTc0NjggQzIuNzU3NzgyNDksNDYuNDQzMjgxMSAyLjcyNDY1MzEyLDQ2LjIzODE1MTcgMi43Njk2MjIxNyw0Ni4wNDI0ODE1IEwzLjgwMjkzMzQyLDQxLjU0NjMxNjUgTDAuMjcyMTIyNzUyLDM4LjUwNDQ3MzMgQy0wLjA1OTkzNjc0NDgsMzguMjE4Mzk5NCAtMC4wOTI2NDY2MjA4LDM3LjcyMjUwNCAwLjE5OTA2MzE5OSwzNy4zOTY4NTk5IEMwLjMzNDA1MDI2MSwzNy4yNDYxNyAwLjUyMjc0NTc2NCwzNy4xNTE4ODI0IDAuNzI2NDAxNjI0LDM3LjEzMzM1ODggTDUuNDA2MDYyMDQsMzYuNzA3NzE4MSBMNy4yNjQ5Mzk5OSwzMi40NzQ2MTM1IEM3LjQzOTc2MDQ5LDMyLjA3NjUwNTkgNy45MTA1Njg1MiwzMS44OTI3NTc5IDguMzE2NTE5MTYsMzIuMDY0MjAwOSBDOC41MDQzNzA1MSwzMi4xNDM1MzUxIDguNjU0MTIwMTEsMzIuMjkwMzkxNSA4LjczNTAxNzMsMzIuNDc0NjEzNSBMMTAuNTkzODk1MywzNi43MDc3MTgxIEwxNS4yNzM1NTU3LDM3LjEzMzM1ODggQzE1LjcxMzY2MDIsMzcuMTczMzg4NyAxNi4wMzczNDU0LDM3LjU1NTcyMTYgMTUuOTk2NTI2OSwzNy45ODczMjMyIEMxNS45Nzc2Mzg0LDM4LjE4NzA0NDQgMTUuODgxNDkzMiwzOC4zNzIwOTQyIDE1LjcyNzgzNDUsMzguNTA0NDczMyBMMTIuMTk3MDIzOSw0MS41NDYzMTY1IEwxMy4yMzAzMzUxLDQ2LjA0MjQ4MTUgQzEzLjMyNzUxNDIsNDYuNDY1MzI4OSAxMy4wNTY3NTQ2LDQ2Ljg4NTM3MTYgMTIuNjI1NTc2Nyw0Ni45ODA2NzMyIEMxMi40MjYwNTE2LDQ3LjAyNDc3MzQgMTIuMjE2ODgxMSw0Ni45OTIyODQxIDEyLjA0MTAxNzYsNDYuODg5ODc2OSBMNy45OTk5Nzg2NSw0NC41MzY3MzQ3IFoiIG9wYWNpdHk9Ii4yIi8+ICA8L2c+PC9zdmc+) repeat-x 0 -32px;
}

.vote__star input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.vote__star input[type="radio"].star-5:checked ~ .vote-star__bg {
  width: 100% !important;
}

.vote__star input[type="radio"].star-4:checked ~ .vote-star__bg {
  width: 80% !important;
}

.vote__star input[type="radio"].star-3:checked ~ .vote-star__bg {
  width: 60% !important;
}

.vote__star input[type="radio"].star-2:checked ~ .vote-star__bg {
  width: 40% !important;
}

.vote__star input[type="radio"].star-1:checked ~ .vote-star__bg {
  width: 20% !important;
}

.vote__star .label-star {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
}

.vote__star.vote__star_hover .label-star {
  cursor: pointer;
}

.vote__star.vote__star_hover .label-star:hover ~ .vote-star__bg {
  background-position: 0 -25px;
}

.vote__star.vote__star_hover .label-star.star-5:hover ~ .vote-star__bg {
  width: 100% !important;
}

.vote__star.vote__star_hover .label-star.star-4:hover ~ .vote-star__bg {
  width: 80% !important;
}

.vote__star.vote__star_hover .label-star.star-3:hover ~ .vote-star__bg {
  width: 60% !important;
}

.vote__star.vote__star_hover .label-star.star-2:hover ~ .vote-star__bg {
  width: 40% !important;
}

.vote__star.vote__star_hover .label-star.star-1:hover ~ .vote-star__bg {
  width: 20% !important;
}

.vote__star .vote-star__bg {
  display: block;
  padding-left: 0;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 25px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAABLCAYAAACFryyfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMzBFMjNCMEE3NTkxMUU3ODkzRUNBODg4M0FENDdBMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMzBFMjNCMUE3NTkxMUU3ODkzRUNBODg4M0FENDdBMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkEzMEUyM0FFQTc1OTExRTc4OTNFQ0E4ODgzQUQ0N0EwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkEzMEUyM0FGQTc1OTExRTc4OTNFQ0E4ODgzQUQ0N0EwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+L6Od5gAAAcVJREFUeNrsmDFLw0AYhpOiokOtg2BBRLAoFMQKDoLiVISCLvkDuvg//C06CHaJoIMgbl0F2yU4iIN1EDqFgpIh8Y18SDiS9C65loBf4OFyl+/63l2+u7zUDILAGPdlTlTEtm3ZPsfgTibQsqzfsqQ4qGVwS6X0pSpyIZTaRRqgSfdNqmsVMUFbaGtTuzaRFtgQ2sL6YR6RcIRlsAlOwVVC3DU4obhy0symIvd1WusWjXBGYpALQhJ44AHcg0fgiCIf4Bws5th34cCOwC64jFsul2YzzLnBh/Q7btI7GVCAl1HAo/6DUS++D7aAryjgU7++bHa9gD1FkX3qp7RPuooiz1k2Y0VRpJJFpKooUs0ispryglXiU0XWhXqHTt5pKjvC83oWkW0qb0ANHIAezaRH9TV6blD6GqPOrrg0Dtf5MyXmLfzKgiVwVgwjwSLFE/G7pmwfaXNXagRs7tjcjdncRVM4i7mLcyt/5g4p7Igi8yhec5q7qLWqQcRlc1dMc5d2QM6CLwWROfCtekCyuWNzx+aORXKJvO9oN3fGyhObOzZ3kzJ3SGHt5g4p7Igi2s0dRNjcFdTc8T93bO7Y3P0nS/QjwAA4kuLSUZ03KAAAAABJRU5ErkJggg==") repeat-x 0 -50px;
  transition: width 0.5s;
}

.two__body {
  *zoom: 1;
}

.two__body:before,
.two__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.two__item {
  width: 50%;
  float: left;
}

.two__item:first-child {
  padding-right: 15px;
}

.two__item:last-child {
  padding-left: 15px;
}

.reward-get__body {
  *zoom: 1;
}

.reward-get__body:before,
.reward-get__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.reward-get__img {
  float: left;
}

.reward-get-img {
  width: 80px;
  height: 80px;
}

.reward-get__obj {
  margin-left: 100px;
}

.reward-get__type {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
}

.reward-get__subtype {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

.reward-get__description {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.reward_personal .reward__body {
  height: 80px;
}

.reward_personal .reward__item {
  width: 16.5%;
  padding-right: 15px;
}

.reward_personal .reward__item_noactive {
  opacity: .3;
}

.reward_personal .reward__add {
  padding-top: 10px;
  font-size: 0;
}

.reward_personal .reward__add-txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1;
  color: #0088cc;
}

.reward_pers .reward__body {
  min-height: 70px;
}

.reward_pers .reward__item {
  width: 25%;
  padding-right: 15px;
  padding-bottom: 15px;
}

.reward_pers .reward__item_add {
  width: auto;
}

.reward_pers .reward__add {
  padding-top: 10px;
  font-size: 0;
}

.reward_pers .reward__add-txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1;
  color: #0088cc;
}

.reward_received .reward__item {
  margin-right: 20px;
}

.reward_toggle-menu .reward__item {
  display: block;
  margin-bottom: 20px;
}

.reward_toggle-menu .reward__item:last-child {
  margin-bottom: 0;
}

.reward_toggle-menu .reward__img {
  width: 70px;
  height: 70px;
  float: left;
}

.reward_toggle-menu .reward__obj {
  margin-left: 85px;
}

.reward_toggle-menu .reward__type {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.reward_toggle-menu .reward__exp {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.reward_toggle-menu .reward__date {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
}

.reward__body {
  *zoom: 1;
}

.reward__body:before,
.reward__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.reward__body {
  *zoom: 1;
  font-size: 0;
}

.reward__body:before,
.reward__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.reward__item {
  display: inline-block;
  vertical-align: middle;
  *zoom: 1;
}

.reward__item:before,
.reward__item:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.reward__item_noactive {
  opacity: .3;
}

.reward__img {
  float: left;
}

.reward__icon {
  display: inline-block;
  margin-bottom: 5px;
}

.reward__add {
  text-align: center;
}

.fonts {
  /* font-family: "PTSansRegular"; */
  /* font-family: "PTSansItalic"; */
  /* font-family: "PTSansBold"; */
  /* font-family: "PTSansBoldItalic"; */
  /* font-family: "PTSansCaptionRegular"; */
  /* font-family: "PTSansCaptionBold"; */
  /* font-family: "EncodeSansBlack"; */
  /* font-family: "PTSansRegular"; */
  /* font-family: "PTSansItalic"; */
  /* font-family: "PTSansBold"; */
  /* font-family: "PTSansBoldItalic"; */
  /* font-family: "PTSansCaptionRegular"; */
  /* font-family: "PTSansCaptionBold"; */
  /* font-family: "EncodeSansBlack"; */
}

@font-face {
  font-family: "PT Sans";
  font-display: fallback;
  src: url("../fonts/PTSansRegular/PTSansRegular.eot");
  src: url("../fonts/PTSansRegular/PTSansRegular.woff2") format("woff2"), url("../fonts/PTSansRegular/PTSansRegular.woff") format("woff"), url("../fonts/PTSansRegular/PTSansRegular.eot?#iefix") format("embedded-opentype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "PT Sans";
  font-display: fallback;
  src: url("../fonts/PTSansItalic/PTSansItalic.eot");
  src: url("../fonts/PTSansItalic/PTSansItalic.woff2") format("woff2"), url("../fonts/PTSansItalic/PTSansItalic.woff") format("woff"), url("../fonts/PTSansItalic/PTSansItalic.eot?#iefix") format("embedded-opentype");
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: "PT Sans";
  font-display: fallback;
  src: url("../fonts/PTSansBold/PTSansBold.eot");
  src: url("../fonts/PTSansBold/PTSansBold.woff2") format("woff2"), url("../fonts/PTSansBold/PTSansBold.woff") format("woff"), url("../fonts/PTSansBold/PTSansBold.eot?#iefix") format("embedded-opentype");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "PT Sans";
  font-display: fallback;
  src: url("../fonts/PTSansBoldItalic/PTSansBoldItalic.eot");
  src: url("../fonts/PTSansBoldItalic/PTSansBoldItalic.woff2") format("woff2"), url("../fonts/PTSansBoldItalic/PTSansBoldItalic.woff") format("woff"), url("../fonts/PTSansBoldItalic/PTSansBoldItalic.eot?#iefix") format("embedded-opentype");
  font-style: italic;
  font-weight: bold;
}

@font-face {
  font-family: "PT Sans Caption";
  font-display: fallback;
  src: url("../fonts/PTSansCaptionRegular/PTSansCaptionRegular.eot");
  src: url("../fonts/PTSansCaptionRegular/PTSansCaptionRegular.woff2") format("woff2"), url("../fonts/PTSansCaptionRegular/PTSansCaptionRegular.woff") format("woff"), url("../fonts/PTSansCaptionRegular/PTSansCaptionRegular.eot?#iefix") format("embedded-opentype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "PT Sans Caption";
  font-display: fallback;
  src: url("../fonts/PTSansCaptionBold/PTSansCaptionBold.eot");
  src: url("../fonts/PTSansCaptionBold/PTSansCaptionBold.woff2") format("woff2"), url("../fonts/PTSansCaptionBold/PTSansCaptionBold.woff") format("woff"), url("../fonts/PTSansCaptionBold/PTSansCaptionBold.eot?#iefix") format("embedded-opentype");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "Encode Sans";
  font-display: fallback;
  src: url("../fonts/EncodeSansBlack/EncodeSansBlack.eot");
  src: url("../fonts/EncodeSansBlack/EncodeSansBlack.woff2") format("woff2"), url("../fonts/EncodeSansBlack/EncodeSansBlack.woff") format("woff"), url("../fonts/EncodeSansBlack/EncodeSansBlack.eot?#iefix") format("embedded-opentype");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "PT Sans";
  font-display: fallback;
  src: url("../fonts/PTSansRegular/PTSansRegular.eot");
  src: url("../fonts/PTSansRegular/PTSansRegular.woff2") format("woff2"), url("../fonts/PTSansRegular/PTSansRegular.woff") format("woff"), url("../fonts/PTSansRegular/PTSansRegular.eot?#iefix") format("embedded-opentype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "PT Sans";
  font-display: fallback;
  src: url("../fonts/PTSansItalic/PTSansItalic.eot");
  src: url("../fonts/PTSansItalic/PTSansItalic.woff2") format("woff2"), url("../fonts/PTSansItalic/PTSansItalic.woff") format("woff"), url("../fonts/PTSansItalic/PTSansItalic.eot?#iefix") format("embedded-opentype");
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: "PT Sans";
  font-display: fallback;
  src: url("../fonts/PTSansBold/PTSansBold.eot");
  src: url("../fonts/PTSansBold/PTSansBold.woff2") format("woff2"), url("../fonts/PTSansBold/PTSansBold.woff") format("woff"), url("../fonts/PTSansBold/PTSansBold.eot?#iefix") format("embedded-opentype");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "PT Sans";
  font-display: fallback;
  src: url("../fonts/PTSansBoldItalic/PTSansBoldItalic.eot");
  src: url("../fonts/PTSansBoldItalic/PTSansBoldItalic.woff2") format("woff2"), url("../fonts/PTSansBoldItalic/PTSansBoldItalic.woff") format("woff"), url("../fonts/PTSansBoldItalic/PTSansBoldItalic.eot?#iefix") format("embedded-opentype");
  font-style: italic;
  font-weight: bold;
}

@font-face {
  font-family: "PT Sans Caption";
  font-display: fallback;
  src: url("../fonts/PTSansCaptionRegular/PTSansCaptionRegular.eot");
  src: url("../fonts/PTSansCaptionRegular/PTSansCaptionRegular.woff2") format("woff2"), url("../fonts/PTSansCaptionRegular/PTSansCaptionRegular.woff") format("woff"), url("../fonts/PTSansCaptionRegular/PTSansCaptionRegular.eot?#iefix") format("embedded-opentype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "PT Sans Caption";
  font-display: fallback;
  src: url("../fonts/PTSansCaptionBold/PTSansCaptionBold.eot");
  src: url("../fonts/PTSansCaptionBold/PTSansCaptionBold.woff2") format("woff2"), url("../fonts/PTSansCaptionBold/PTSansCaptionBold.woff") format("woff"), url("../fonts/PTSansCaptionBold/PTSansCaptionBold.eot?#iefix") format("embedded-opentype");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "Encode Sans";
  font-display: fallback;
  src: url("../fonts/EncodeSansBlack/EncodeSansBlack.eot");
  src: url("../fonts/EncodeSansBlack/EncodeSansBlack.woff2") format("woff2"), url("../fonts/EncodeSansBlack/EncodeSansBlack.woff") format("woff"), url("../fonts/EncodeSansBlack/EncodeSansBlack.eot?#iefix") format("embedded-opentype");
  font-style: normal;
  font-weight: bold;
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotateY(0deg);
  }

  to {
    -ms-transform: rotateY(360deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotateY(0deg);
  }

  to {
    -moz-transform: rotateY(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotateY(0deg);
  }

  to {
    -webkit-transform: rotateY(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotateY(0deg) translateZ(0px);
  }

  to {
    transform: rotateY(360deg) translateZ(0px);
  }
}

.switch-menu {
  font-size: 0;
  border-bottom: 1px solid grey;
}

.switch-menu-body {
  padding: 11px;
}

.switch-menu-body .active {
  display: block;
}

.switch-menu__item {
  display: none;
}

.switch-menu__button {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: -1px;
  cursor: pointer;
  border: 1px solid;
  border-color: transparent;
}

.switch-menu-text {
  font-size: 14px;
  line-height: 1;
}

.switch-menu .active {
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  border-top: 1px solid grey;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #ffffff;
}

.switch-menu .active-body {
  display: block;
}

.switch__item {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid;
  border-color: inherit;
  cursor: pointer;
  background-color: #ffffff;
}

.switch__item:hover {
  background-color: #f0f2f5;
}

.switch__item:first-child {
  border-color: transparent;
}

.zakladka input[type="checkbox"]:checked + .zakladka__obj {
  background-color: #f0f2f5;
}

.zakladka input[type="checkbox"]:checked + .zakladka__obj .zakladka__icon .icon-norm {
  display: none;
}

.zakladka input[type="checkbox"]:checked + .zakladka__obj .zakladka__icon .icon-active {
  display: block;
}

.zakladka input[type="checkbox"]:checked + .zakladka__icon .icon-norm {
  display: none;
}

.zakladka input[type="checkbox"]:checked + .zakladka__icon .icon-active {
  display: block;
}

.zakladka__body {
  margin-bottom: 30px;
  *zoom: 1;
}

.zakladka__body:before,
.zakladka__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.zakladka-body__side {
  margin-top: 15px;
  padding-left: 0;
}

.zakladka-menu-attached__head {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed;
  border-color: #aaaaaa;
}

.zakladka-menu-attached__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
}

.zakladka-menu-attached__item {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.zakladka-menu-attached__item:last-child {
  margin-bottom: 0;
}

.zakladka-menu-attached__item_active .zakladka-menu-attached__txt {
  color: #000000;
  font-weight: 700;
}

.zakladka-menu-attached__item_active .zakladka-menu-attached__num {
  color: #000000;
}

.zakladka-menu-attached__item_clear .zakladka-menu-attached__txt {
  color: #aaaaaa;
}

.zakladka-menu-attached__txt {
  float: left;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #0088cc;
}

.zakladka-menu-attached__num {
  float: right;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
}

.zakladka .zakladka__icon .icon-norm {
  display: block;
}

.zakladka .zakladka__icon .icon-active {
  display: none;
}

.zakladka__obj {
  *zoom: 1;
  position: relative;
  padding: 20px 20px 20px 60px;
}

.zakladka__obj:before,
.zakladka__obj:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.zakladka__obj:hover {
  background-color: #f0f2f5;
}

.zakladka__obj .zakladka__icon {
  position: absolute;
  top: 20px;
  left: 20px;
}

.zakladka__obj_delete {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #f0f2f5;
}

.zakladka__delete {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.zakladka__all {
  float: left;
  margin-top: 8px;
  margin-bottom: 8px;
}

.zakladka__all .zakladka__icon {
  float: left;
}

.zakladka__all-txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-left: 40px;
}

.zakladka__checkbox {
  display: none;
}

.zakladka__item_head {
  display: table;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 0;
  border-bottom: 1px dashed;
  border-color: #aaaaaa;
  position: relative;
}

.zakladka__item_like .give__btn {
  display: block;
}

.zakladka__item_like .give__btn .btn-body {
  padding: 0 5px;
  background-color: #1ea01e;
}

.zakladka__item_like .give__btn .icon_left {
  margin-right: 0;
}

.zakladka__item_like .give__btn .btn-txt {
  display: none;
}

.zakladka__item_like .give__btn .icon-norm,
.zakladka__item_like .give__btn .icon-hover {
  display: none;
}

.zakladka__item_like .give__btn .icon-active {
  display: block;
}

.zakladka__item_like .give__btn .btn:hover .icon-norm,
.zakladka__item_like .give__btn .btn:hover .icon-hover {
  display: none;
}

.zakladka__item_like .give__btn .btn:hover .icon-active {
  display: block;
}

.zakladka__img {
  width: 140px;
  height: 140px;
  float: left;
}

.zakladka-img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.zakladka__block {
  margin-left: 160px;
  margin-right: 130px;
}

.zakladka__block_comment {
  margin-left: 0;
}

.zakladka__title {
  margin-bottom: 10px;
  display: table;
}

.zakladka-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  color: #55913c;
  border-bottom: 1px solid;
  border-color: transparent;
  margin-bottom: -1px;
}

.zakladka__txt {
  margin-bottom: 10px;
}

.zakladka-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.zakladka__switch {
  float: right;
  margin-top: 10px;
}

.zakladka__btn {
  float: right;
}

.zakladka__btn_all {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
}

.zakladka__btn_all .btn-big .icon {
  display: none;
}

.zakladka__no {
  margin-top: 15px;
}

.zakladka-no-info__body {
  display: table;
  width: 620px;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
  border-color: #aaaaaa;
}

.zakladka-no-info__img {
  float: left;
  width: 125px;
  height: 125px;
  background-color: #f0f2f5;
}

.zakladka-no-info__obj {
  margin-left: 145px;
}

.zakladka-no-info__btn {
  float: right;
}

.zakladka-no-info__btn .btn,
.zakladka-no-info__btn .icon-norm,
.zakladka-no-info__btn .icon-hover,
.zakladka-no-info__btn .icon-active {
  cursor: default;
}

.zakladka-no-info__title {
  height: 20px;
  background-color: #0088cc;
  opacity: .2;
  margin-bottom: 25px;
  width: 50%;
}

.zakladka-no-info__txt {
  height: 20px;
  background-color: #f0f2f5;
  margin-bottom: 10px;
}

.zakladka-no-info__txt_60 {
  width: 60%;
}

.zakladka-no-info__txt_80 {
  width: 80%;
}

.zakladka-no-info__txt_40 {
  width: 40%;
}

.zakladka-no-info__txt_5 {
  width: 5%;
}

.zakladka-no-info__txt_10 {
  width: 10%;
}

.zakladka-no-info__txt_20 {
  width: 20%;
}

.zakladka-no-info__footer {
  margin-top: 25px;
  display: table;
  width: 100%;
}

.zakladka-no-info__footer .zakladka-no-info__txt {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}

.zakladka-no-info__footer .zakladka-no-info__txt_footer-last {
  margin-right: 0;
  float: right;
}

.zakladka-no__block {
  margin-top: 30px;
}

.zakladka-no__title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

.zakladka-no__txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

.pop-up {
  /*общие стили для pop-up publication*/
}

.pop-up__obj {
  *zoom: 1;
  position: relative;
  display: inline-block;
}

.pop-up__obj:before,
.pop-up__obj:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.pop-up__obj_message {
  width: 780px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 40px;
}

.pop-up__obj_pers {
  width: 820px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
}

.pop-up__head_pers {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #0088cc;
  padding: 20px;
}

.pop-up__body_pers {
  min-height: 240px;
}

.pop-up__footer_pers {
  background-color: #f0f2f5;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pop-up-message__title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 30px;
}

.pop-up-message__user {
  margin-bottom: 20px;
  *zoom: 1;
}

.pop-up-message__user:before,
.pop-up-message__user:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.pop-up-message__user-dialog {
  float: right;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 8px;
}

.pop-up-message__btn {
  margin-top: 25px;
}

.pop-up__title {
  padding: 15px 45px 15px 20px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.pop-up__title .bk-switch__help {
  vertical-align: bottom;
  margin-left: 5px;
}

.pop-up__subtitle {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding: 0 20px 15px 20px;
}

.articl__obj {
  *zoom: 1;
}

.articl__obj:before,
.articl__obj:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.articl__head {
  margin-bottom: 20px;
}

.articl__head_interest {
  margin-bottom: 30px;
  margin-top: 30px;
}

.articl__head_pdf {
  margin-top: 0;
  padding-top: 25px;
  border-top: 1px dashed;
  border-color: #aaaaaa;
}

.articl__head_bus-plan {
  border-bottom: 1px dashed;
  border-color: #aaaaaa;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.articl-head-txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
  user-select: none;
}

.articl-head-txt_interest {
  font-size: 35px;
  text-transform: none;
}

.articl__block_pdf {
  padding-bottom: 20px;
}

.articl__title {
  margin-bottom: 5px;
}

.articl__title_adapt {
  display: none;
}

.articl-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
}

.articl-txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
}

.articl__img {
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}

.articl__img:hover .articl-img-txt {
  text-decoration: underline;
}

.articl__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.articl__img_interisting {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  height: 140px;
}

.articl__img_interisting-1,
.articl__img_interisting-2,
.articl__img_interisting-3,
.articl__img_interisting-4 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.articl-img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.articl-img__txt {
  position: absolute;
  bottom: 15px;
  left: 20px;
}

.articl-img-txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
  padding-right: 20px;
}

.articl__info {
  margin-top: 10px;
}

.categories {
  overflow: hidden;
}

.categories_border {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

.categories_border .categories__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  padding: 20px 20px;
}

.categories_border .categories__body {
  padding: 0 20px 20px 20px;
}

.categories_border .categories__body:first-child {
  margin-top: 0;
}

.categories_num ul {
  padding-left: 18px;
}

.categories_num li {
  list-style: inherit;
  list-style-type: decimal;
  color: #0088cc;
}

.categories_open .categories__body {
  display: block;
}

.categories_open .categories__title {
  border-color: transparent;
}

.categories_open .categories__toggle .categories-icon {
  display: none;
}

.categories_open .categories__toggle .categories-icon_hide {
  display: block;
}

.categories_home .categories__title {
  padding-left: 0;
  padding-right: 0;
}

.categories_home .categories__body {
  padding: 0;
}

.categories_right .categories__border {
  margin-left: 20px;
  margin-right: 20px;
}

.categories_grey-block {
  background-color: #eceef2;
  border-radius: 5px;
}

.categories_grey-block .categories__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  padding: 20px 20px;
}

.categories_grey-block .categories__body {
  padding: 0 20px 20px 20px;
}

.categories_grey-block .categories__body:first-child {
  margin-top: 0;
}

.categories__title {
  padding: 20px;
}

.categories-title {
  user-select: none;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.categories-title_adapt {
  display: none;
}

.categories__body {
  padding: 20px;
  *zoom: 1;
}

.categories__body:before,
.categories__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.categories__toggle {
  float: right;
  font-size: 0;
  display: none;
  margin-top: 5px;
}

.categories__toggle .categories-icon_hide {
  display: none;
}

.categories-link {
  margin-top: -4px;
}

.categories__link {
  margin-top: 10px;
}

.categories__link_active {
  color: #000000 !important;
}

.categories__link_active .categories-txt {
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}

.categories__link_active .categories__num {
  color: #000000;
}

.categories__link_passive .categories-txt {
  color: #aaaaaa;
}

.categories__link_passive:hover .categories-txt {
  text-decoration: none;
  cursor: default;
}

.categories__link:first-child {
  margin-top: 0;
}

.categories__num {
  float: right;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.5;
  color: #aaaaaa;
}

.categories-txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.5;
}

.categories_article {
  background-color: transparent;
  border: 1px solid;
  border-color: #0088cc;
}

.categories__border {
  border-width: 0;
  border-top: 1px dashed;
  border-color: #aaaaaa;
  margin: 0;
}

.blackout {
  position: absolute;
}

.blackout_bot-white {
  width: 100%;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 80px 50px white;
}

.blackout_bot-grey {
  width: 100%;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 80px 50px #f0f2f5;
}

.blackout_left-white {
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 0 80px 50px white;
}

.blackout_left-grey {
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: -3px 0 8px 5px #f0f2f5;
}

.blackout_tabs-white {
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 0 80px 50px white;
}

.blackout_tabs-grey {
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: -3px 0 8px 5px #f0f2f5;
}

.half__body {
  *zoom: 1;
}

.half__body:before,
.half__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.half__item {
  width: 50%;
  float: left;
}

.half__item:first-child {
  padding-right: 20px;
}

.half__item:last-child {
  padding-left: 20px;
}

.offer__block {
  margin-bottom: 40px;
}

.offer__block_last {
  margin-bottom: 0;
}

.offer__background-center {
  padding: 45px 100px;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.offer__background-center:hover .offer__background-title {
  text-decoration: underline;
}

.offer__background-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

.offer__background-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.offer__background-img_compose {
  background-image: url("/img/home-head-offer1.jpg");
}

.offer__background-img_presentation {
  background-image: url("/img/home-head-offer2.jpg");
}

.offer__background-img_from-scratch {
  background-image: url("/img/home-background-idea1.jpg");
}

.offer__background-img_attachments {
  background-image: url("/img/home-background-idea2.jpg");
}

.offer__background-img_city {
  background-image: url("/img/home-background-idea3.jpg");
}

.offer__background-title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 10px;
}

.offer__background-txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #ffffff;
}

.offer__img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.offer__img img {
  width: 100%;
}

.offer__subtitle {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  color: #0088cc;
  margin-bottom: 10px;
}

.offer__link {
  cursor: pointer;
}

.offer__link:hover .offer__subtitle {
  text-decoration: underline;
}

.offer__link_txt-left {
  text-align: left;
}

.offer__txt {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
}

.offer__block-grey {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 15px;
  background-color: #f0f2f5;
}

.offer__indent {
  height: 20px;
}

.offer__for {
  margin-bottom: 30px;
}

.offer__for-body {
  border: 1px solid;
  border-color: #aaaaaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.offer__for-left {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
  background-color: #f0f2f5;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.offer__for-right {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
}

.offer__for-block {
  padding: 25px 30px;
}

.offer__for-block:hover .offer__for-title {
  text-decoration: underline;
}

.offer__for-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  color: #0088cc;
  margin-bottom: 10px;
}

.offer__for-txt {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
}

.offer__for-txt-whom {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
  color: #0088cc;
  padding-top: 10px;
  margin-left: 70px;
  cursor: pointer;
}

.offer__for-txt-whom:hover {
  text-decoration: underline;
}

.offer__for-user {
  margin-bottom: 20px;
  *zoom: 1;
}

.offer__for-user:before,
.offer__for-user:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.offer__for-user_last {
  margin-bottom: 0;
}

.offer__for-img {
  width: 60px;
  height: 60px;
  float: left;
}

.offer__for-img img {
  width: 100%;
}

.pdf__body {
  font-size: 0;
  *zoom: 1;
}

.pdf__body:before,
.pdf__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.pdf__obj {
  float: left;
}

.pdf__icon {
  float: left;
  margin-top: 1px;
}

.pdf__txt {
  margin-left: 25px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #0088cc;
}

.data__body {
  font-size: 0;
}

.data__item {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

.rating_pers .rating__drop-down {
  bottom: 19px;
}

.rating_txt-white .rating__txt {
  color: #ffffff;
}

.rating__body {
  position: relative;
}

.rating__body:hover .rating__drop-down {
  display: block;
}

.rating__icon {
  float: left;
}

.rating__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.3;
  padding-left: 5px;
  float: left;
}

.rating__num {
  margin-left: 5px;
}

.rating__drop-down {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 0;
}

.rating__drop-down-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  white-space: nowrap;
  background-color: #ffffff;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.gallery-image-gif__body {
  width: 350px;
  margin: 0 auto 30px;
}

.gallery-image-gif__body .user-message-img {
  width: 100% !important;
  height: auto !important;
}

.gallery-image-gif__body .gallery-image {
  width: 100% !important;
  height: auto !important;
}

.gallery-image-gif__body .gallery-image img {
  width: 100% !important;
  height: auto !important;
}

.gallery-image-gif__body .gallery-image canvas {
  width: 100% !important;
  height: auto !important;
}

.turn-active .turn__body {
  display: block !important;
}

.turn__btn {
  display: none;
}

.icon-100x62_logo_beboss {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22100%22%20height%3D%2262%22%20viewBox%3D%220%200%20100%2062%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M55.557%200V11.1111H44.4446V22.2222H33.3335V0H55.557Z%22%20fill%3D%22%23FA961E%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M55.5571%200H66.6665V22.2222H55.5571V0Z%22%20fill%3D%22%23FFCE08%22%2F%3E%0D%0A%3Cpath%20d%3D%22M44.4446%2022.2222H33.3335V33.3333H44.4446V22.2222Z%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M44.4448%2011.1111H55.5559V22.2222H66.667V33.3333H55.5559H44.4448V11.1111Z%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3Cpath%20d%3D%22M0%2059.9846V46.1186V45.2796H0.841649H11.9141H12.7558L12.3979%2048.1935H11.6974H3.25572V50.6049H7.82683C8.88519%2050.6049%209.7974%2050.6753%2010.5433%2050.7908C13.4865%2051.243%2014.1165%2053.0315%2014.1165%2055.7143C14.1165%2059.3767%2012.8868%2060.5674%209.3035%2060.7784C8.82975%2060.8186%208.34593%2060.8337%207.83187%2060.8337H0.841649H0V59.9846ZM99.1432%2060.0851C98.8156%2060.2409%2098.4427%2060.3815%2098.0143%2060.5122C97.601%2060.6378%2097.1727%2060.7382%2096.6989%2060.8387C94.5973%2061.2356%2091.1551%2061.2909%2089.2148%2060.3715V60.3564C88.7713%2060.1555%2088.3732%2059.9043%2088.0153%2059.5878C87.6575%2059.2763%2087.3299%2058.9045%2087.0426%2058.4674C86.7705%2058.0555%2086.5437%2057.5732%2086.3572%2057.0356C86.1708%2056.5081%2086.0448%2055.9153%2085.944%2055.2471C85.8583%2054.5789%2085.8129%2053.8404%2085.8129%2053.0617C85.8129%2051.4439%2085.9843%2050.1226%2086.3572%2049.0877C86.5437%2048.5502%2086.7705%2048.0679%2087.0426%2047.6559C87.3299%2047.2138%2087.6575%2046.847%2088.0153%2046.5356C88.3732%2046.2241%2088.7713%2045.9678%2089.2148%2045.7568C91.7448%2044.5662%2096.6435%2044.8927%2098.9316%2045.9578L99.7883%2046.3547L99.2894%2047.1635L98.5737%2048.299L98.2159%2048.8667L97.5708%2048.6557C97.1576%2048.515%2096.5981%2048.3592%2095.9127%2048.1734C95.6002%2048.103%2095.2575%2048.0327%2094.8846%2047.9875C93.9119%2047.8719%2091.8708%2047.887%2090.9535%2048.2839C90.7368%2048.3844%2090.5403%2048.4949%2090.3538%2048.6506C90.1824%2048.7913%2090.0262%2048.9923%2089.8801%2049.2033C89.7238%2049.4444%2089.5928%2049.7408%2089.4668%2050.0825C89.3509%2050.4392%2089.2501%2050.8511%2089.1946%2051.3334C89.1392%2051.8157%2089.109%2052.3985%2089.109%2053.0667C89.109%2053.7198%2089.1392%2054.3026%2089.1946%2054.81C89.2652%2055.3074%2089.3509%2055.7193%2089.4668%2056.0609C89.5978%2056.4026%2089.7238%2056.699%2089.8801%2056.9401C90.0212%2057.1511%2090.1824%2057.337%2090.3538%2057.4777C90.5252%2057.6184%2090.7267%2057.749%2090.9535%2057.8444C92.652%2058.583%2095.5549%2058.1258%2097.4549%2057.5028C97.4851%2057.4877%2097.596%2057.4626%2097.7825%2057.3873L98.4276%2057.1612L98.7854%2057.7289L99.5011%2058.8794L100%2059.6732L99.1432%2060.0851ZM35.3745%2059.9846V46.1186V45.2796H36.2161H47.2886H48.1302L47.7875%2048.1884H47.0719H38.6302V50.5999H43.2013C44.2597%2050.5999%2045.1719%2050.6703%2045.9178%2050.7858C48.861%2051.238%2049.491%2053.0265%2049.491%2055.7093C49.491%2059.3717%2048.2613%2060.5624%2044.678%2060.7734C44.2193%2060.8136%2043.7204%2060.8287%2043.2063%2060.8287H36.2161H35.3745V59.9846ZM44.1589%2053.5289C43.9321%2053.5289%2043.6297%2053.5289%2043.2466%2053.5289H38.6302V57.9148H43.2466C43.6347%2057.9148%2043.9321%2057.9148%2044.1589%2057.8997C46.074%2057.8294%2046.1597%2057.1763%2046.1597%2055.7696C46.1597%2054.3779%2046.1143%2053.6143%2044.1589%2053.5289ZM83.4291%2060.0851C83.1015%2060.2409%2082.7286%2060.3815%2082.3002%2060.5122C81.902%2060.6378%2081.4585%2060.7382%2080.9848%2060.8387C78.8832%2061.2356%2075.441%2061.2909%2073.5007%2060.3715V60.3564C73.0572%2060.1555%2072.659%2059.9043%2072.3012%2059.5878C71.9434%2059.2763%2071.6158%2058.9045%2071.3285%2058.4674C71.0715%2058.0555%2070.8296%2057.5732%2070.6431%2057.0356C70.4566%2056.5081%2070.3306%2055.9153%2070.2298%2055.2471C70.1441%2054.5789%2070.0988%2053.8404%2070.0988%2053.0617C70.0988%2051.4439%2070.2853%2050.1226%2070.6431%2049.0877C70.8296%2048.5502%2071.0715%2048.0679%2071.3285%2047.6559C71.6158%2047.2138%2071.9434%2046.847%2072.3012%2046.5356C72.659%2046.2241%2073.0572%2045.9678%2073.5007%2045.7568C76.0306%2044.5662%2080.9293%2044.8927%2083.2174%2045.9578L84.0742%2046.3547L83.5752%2047.1635L82.8596%2048.299L82.5018%2048.8667L81.8567%2048.6557C81.4434%2048.515%2080.884%2048.3592%2080.2137%2048.1734C79.8861%2048.103%2079.5434%2048.0327%2079.1704%2047.9875C78.1978%2047.8719%2076.1566%2047.887%2075.2394%2048.2839C75.0227%2048.3844%2074.8261%2048.4949%2074.6397%2048.6506C74.4683%2048.7913%2074.3121%2048.9923%2074.1659%2049.2033C74.0097%2049.4444%2073.8786%2049.7408%2073.7526%2050.0825C73.6367%2050.4392%2073.5511%2050.8511%2073.4805%2051.3334C73.4251%2051.8157%2073.3948%2052.3985%2073.3948%2053.0667C73.3948%2053.7198%2073.4251%2054.3026%2073.4956%2054.81C73.5511%2055.3074%2073.6367%2055.7193%2073.7526%2056.0609C73.8837%2056.4026%2074.0097%2056.699%2074.1659%2056.9401C74.307%2057.1511%2074.4683%2057.337%2074.6397%2057.4777C74.811%2057.6184%2075.0126%2057.749%2075.2394%2057.8444C76.9378%2058.583%2079.8407%2058.1258%2081.7408%2057.5028C81.771%2057.4877%2081.8819%2057.4626%2082.0683%2057.3873L82.7134%2057.1612L83.0713%2057.7289L83.7869%2058.8794L84.2859%2059.6732L83.4291%2060.0851ZM59.7168%2047.892C59.0162%2047.892%2058.3611%2047.9222%2057.7613%2047.9774C57.2624%2048.0327%2056.834%2048.1884%2056.461%2048.4748C56.1032%2048.7461%2055.8059%2049.2133%2055.5589%2049.8815C55.4279%2050.2382%2055.3321%2050.6602%2055.2716%2051.1727C55.2011%2051.7002%2055.1709%2052.3081%2055.1709%2053.0315C55.1709%2053.981%2055.2263%2054.7648%2055.3573%2055.3877C55.4279%2055.7143%2055.4984%2055.9956%2055.574%2056.2267C55.6446%2056.4528%2055.7303%2056.6538%2055.8462%2056.8346C55.9319%2057.0205%2056.0327%2057.1612%2056.1335%2057.2868C56.2343%2057.4023%2056.3502%2057.4978%2056.461%2057.5832C56.577%2057.6686%2056.703%2057.754%2056.8491%2057.8243C56.9902%2057.8796%2057.1364%2057.9399%2057.2775%2057.9801C57.4337%2058.0203%2057.6051%2058.0504%2057.7916%2058.0806C57.9931%2058.1208%2058.1796%2058.1358%2058.3611%2058.1509C58.603%2058.1509%2058.8197%2058.166%2059.0313%2058.166C59.1624%2058.181%2059.3892%2058.1811%2059.7168%2058.1811C60.0292%2058.1811%2060.2459%2058.181%2060.3871%2058.166C60.5887%2058.166%2060.8003%2058.1509%2061.0422%2058.1509C61.2136%2058.1358%2061.4152%2058.1208%2061.6017%2058.0806H61.6168C61.8032%2058.0504%2061.9746%2058.0253%2062.1308%2057.9801C62.2871%2057.9399%2062.4332%2057.8796%2062.5743%2057.8243C62.7054%2057.754%2062.8314%2057.6837%2062.9725%2057.5832C63.0884%2057.4978%2063.1892%2057.3973%2063.285%2057.2868C63.3857%2057.1612%2063.4865%2057.0155%2063.5873%2056.8346C63.6881%2056.6538%2063.7738%2056.4528%2063.8595%2056.2267C63.93%2056.0007%2064.0006%2055.7143%2064.0762%2055.3877C64.1921%2054.7648%2064.2627%2053.981%2064.2627%2053.0315C64.2627%2052.3231%2064.2173%2051.6951%2064.1619%2051.1727C64.0913%2050.6602%2063.9905%2050.2382%2063.8595%2049.8815C63.6176%2049.2284%2063.3001%2048.7612%2062.9322%2048.4748C62.7457%2048.3341%2062.5441%2048.2186%2062.3324%2048.1482C62.1157%2048.0628%2061.8889%2048.0076%2061.647%2047.9774C61.3345%2047.9473%2061.017%2047.9372%2060.7046%2047.9222C60.4173%2047.9071%2060.0897%2047.892%2059.7168%2047.892ZM51.8748%2053.0315C51.8748%2051.3837%2052.0764%2050.0372%2052.4897%2048.9872C52.6913%2048.4497%2052.9483%2047.9774%2053.2204%2047.5705C53.5228%2047.1434%2053.8655%2046.7767%2054.2334%2046.4652C54.9743%2045.8674%2055.8462%2045.4705%2056.834%2045.2745C57.2624%2045.1891%2057.7361%2045.1188%2058.2351%2045.0736C58.734%2045.0334%2059.2329%2045.0032%2059.7218%2045.0032C60.2107%2045.0032%2060.7096%2045.0334%2061.2085%2045.0736C61.7075%2045.1138%2062.1812%2045.1891%2062.6096%2045.2745C63.5974%2045.4755%2064.4542%2045.8724%2065.195%2046.4652C65.5831%2046.7767%2065.9107%2047.1485%2066.208%2047.5705C66.4953%2047.9824%2066.7372%2048.4497%2066.9489%2048.9872C67.3622%2050.0372%2067.5638%2051.3837%2067.5638%2053.0315C67.5638%2054.6894%2067.3622%2056.0408%2066.9489%2057.0909C66.7322%2057.6184%2066.4903%2058.1007%2066.208%2058.5076C65.9057%2058.9346%2065.5781%2059.3014%2065.195%2059.6129C64.4542%2060.2107%2063.5974%2060.6076%2062.6096%2060.8035C62.1812%2060.889%2061.7075%2060.9442%2061.2085%2060.9894C60.7096%2061.0447%2060.2107%2061.0598%2059.7218%2061.0598C59.2329%2061.0598%2058.734%2061.0447%2058.2351%2060.9894C57.7361%2060.9492%2057.2624%2060.889%2056.834%2060.8035C55.8462%2060.6026%2054.9793%2060.2057%2054.2334%2059.6129C53.8605%2059.3014%2053.5178%2058.9296%2053.2204%2058.5076C52.9483%2058.0956%2052.6913%2057.6133%2052.4897%2057.0909C52.0714%2056.0408%2051.8748%2054.6894%2051.8748%2053.0315ZM28.1272%2059.9846V50.9164L20.3407%2060.8337H19.8972H18.1837H17.3269V59.9846V46.1186V45.2796H18.1837H19.6402H20.4818V46.1186V55.1717L28.2885%2045.2796H28.7169H30.4606H31.3023V46.1186V59.9846V60.8337H30.4606H28.989H28.1322V59.9846H28.1272ZM8.7844%2053.5289C8.55761%2053.5289%208.25522%2053.5289%207.87219%2053.5289H3.25572V57.9148H7.87219C8.26026%2057.9148%208.55761%2057.9148%208.7844%2057.8997C10.6995%2057.8294%2010.7852%2057.1763%2010.7852%2055.7696C10.7852%2054.3779%2010.7449%2053.6143%208.7844%2053.5289Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3CclipPath%20id%3D%22clip0%22%3E%0D%0A%3Crect%20width%3D%22100%22%20height%3D%2261.1111%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2FclipPath%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100px;
  height: 62px;
}

.icon-10_black_edit {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2012%2012%22%20enable-background%3D%22new%200%200%2012%2012%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%234E6EA6%22%20d%3D%22M9.052%2C1.294l1.794%2C1.794L5.303%2C8.632L2.611%2C9.529l0.897-2.692L9.052%2C1.294%20M9.052-0.12L2.635%2C6.297%0D%0A%09L1.03%2C11.11l4.813-1.604l6.417-6.417L9.052-0.12L9.052-0.12z%22%2F%3E%0D%0A%3Crect%20y%3D%2211%22%20fill%3D%22%234E6EA6%22%20width%3D%229%22%20height%3D%221%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
}

.icon-10_minus_black {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2010%2010%22%20enable-background%3D%22new%200%200%2010%2010%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20x%3D%224%22%20y%3D%220%22%20transform%3D%22matrix(4.365556e-011%201%20-1%204.365556e-011%2010%20-2.169136e-010)%22%20width%3D%222%22%20height%3D%2210%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
}

.icon-10_plus_black {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2010%2010%22%20enable-background%3D%22new%200%200%2010%2010%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20x%3D%224%22%20y%3D%220%22%20transform%3D%22matrix(4.365556e-011%201%20-1%204.365556e-011%2010%20-2.187326e-010)%22%20width%3D%222%22%20height%3D%2210%22%2F%3E%0D%0A%3Crect%20x%3D%224%22%20y%3D%220%22%20width%3D%222%22%20height%3D%2210%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
}

.icon-10_plus_white {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2010%2010%22%20enable-background%3D%22new%200%200%2010%2010%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20x%3D%224%22%20y%3D%220%22%20transform%3D%22matrix(4.365556e-011%201%20-1%204.365556e-011%2010%20-2.187326e-010)%22%20fill%3D%22%23FFFFFF%22%20width%3D%222%22%20height%3D%2210%22%2F%3E%0D%0A%3Crect%20x%3D%224%22%20fill%3D%22%23FFFFFF%22%20width%3D%222%22%20height%3D%2210%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
}

.icon-15_orange_pro {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2215px%22%20height%3D%2212.9px%22%20viewBox%3D%220%200%2015%2012.9%22%20style%3D%22enable-background%3Anew%200%200%2015%2012.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23FA961E%3B%22%20points%3D%226.1%2C11.5%207.5%2C12.9%2015%2C4.8%2012.6%2C0%202.4%2C0%200%2C4.9%204.8%2C10.1%2010.1%2C4.7%207.4%2C4.7%204.9%2C7.3%202.3%2C4.5%20%0D%0A%093.6%2C2%2011.4%2C2%2012.6%2C4.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 12.9px;
}

.icon-15_orange_star {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2215.6px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2015.6%2015%22%20style%3D%22enable-background%3Anew%200%200%2015.6%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23FA961E%3B%22%20points%3D%227.8%2C0%2010.6%2C4.3%2015.6%2C5.7%2012.4%2C9.8%2012.6%2C15%207.8%2C13.2%203%2C15%203.2%2C9.8%200%2C5.7%205%2C4.3%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 15.6px;
  height: 15px;
}

.icon-15_white_power {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3E%26%23208%3B%26%23191%3B%26%23208%3B%26%23176%3B%26%23209%3B%26%23131%3B%26%23209%3B%26%23141%3B%26%23209%3B%26%23128%3B%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-380%20-3017)%22%3E%0D%0A%3Cg%20id%3D%22%26%23208%3B%26%23191%3B%26%23208%3B%26%23176%3B%26%23209%3B%26%23131%3B%26%23209%3B%26%23141%3B%26%23209%3B%26%23128%3B%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(387%203017)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_stroke%22%20transform%3D%22translate(381%203019)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%202%200L%200%200L%200%208L%202%208L%202%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_stroke%22%20d%3D%22M%203.35279%20-0.894427C%200.824031%200.36995%20-1%203.11014%20-1%206.2L%201%206.2C%201%203.88986%202.37597%201.83005%204.24721%200.894427L%203.35279%20-0.894427ZM%20-1%206.2C%20-1%2010.69%202.58619%2014%207%2014L%207%2012C%203.61381%2012%201%209.51001%201%206.2L%20-1%206.2ZM%207%2014C%2011.4138%2014%2015%2010.69%2015%206.2L%2013%206.2C%2013%209.51001%2010.3862%2012%207%2012L%207%2014ZM%2015%206.2C%2015%203.10449%2013.1694%200.359482%2010.5315%20-0.902134L%209.66854%200.902134C%2011.6306%201.84052%2013%203.89551%2013%206.2L%2015%206.2Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.icon-17_green_plus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2217px%22%20height%3D%2217px%22%20viewBox%3D%220%200%2017%2017%22%20style%3D%22enable-background%3Anew%200%200%2017%2017%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%231EA01E%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Crect%20x%3D%227%22%20y%3D%220%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%2217%22%2F%3E%0D%0A%3Crect%20x%3D%227%22%20y%3D%220%22%20transform%3D%22matrix(-1.836970e-16%201%20-1%20-1.836970e-16%2017%206.838974e-13)%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%2217%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 17px;
  height: 17px;
}

.icon-17_grey_plus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2217px%22%20height%3D%2217px%22%20viewBox%3D%220%200%2017%2017%22%20style%3D%22enable-background%3Anew%200%200%2017%2017%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23AFAFAE%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Crect%20x%3D%227%22%20y%3D%220%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%2217%22%2F%3E%0D%0A%3Crect%20x%3D%227%22%20y%3D%220%22%20transform%3D%22matrix(-1.836970e-16%201%20-1%20-1.836970e-16%2017%206.838974e-13)%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%2217%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 17px;
  height: 17px;
}

.icon-18_logo {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%200H12V6H6V12H0V5.98726V0H6Z%22%20fill%3D%22%23FA961E%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%200H18V6V12H12V6V0Z%22%20fill%3D%22%23FFBE0A%22%2F%3E%0D%0A%3Cpath%20d%3D%22M6%2012H0V18H6V12Z%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%206H12V12H18V18H12H6V12.0127V6Z%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.icon-18_white_hashtag {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EGroup%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(4889%20-1957)%22%3E%0D%0A%3Cg%20id%3D%22Group%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(-4885.84%201957)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22matrix(6.12323e-17%201%20-1%206.12323e-17%20-4871%201961)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22matrix(6.12323e-17%201%20-1%206.12323e-17%20-4871%201968)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%203.34256%200C%204.08404%200%204.68513%200.601086%204.68513%201.34256C%204.68513%201.3921%204.68239%201.44159%204.67692%201.49083L%203.00821%2016.5092C%202.91391%2017.3579%202.19652%2018%201.34256%2018C%200.601086%2018%208.40124e-08%2017.3989%208.40124e-08%2016.6574C%208.40124e-08%2016.6079%200.00274157%2016.5584%200.0082117%2016.5092L%201.67692%201.49083C%201.77122%200.642096%202.48861%200%203.34256%200ZM%2010.3426%200C%2011.084%200%2011.6851%200.601086%2011.6851%201.34256C%2011.6851%201.3921%2011.6824%201.44159%2011.6769%201.49083L%2010.0082%2016.5092C%209.91391%2017.3579%209.19652%2018%208.34256%2018C%207.60109%2018%207%2017.3989%207%2016.6574C%207%2016.6079%207.00274%2016.5584%207.00821%2016.5092L%208.67692%201.49083C%208.77122%200.642096%209.48861%200%2010.3426%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20d%3D%22M%203%201.5C%203%200.671573%202.32843%200%201.5%200C%200.671573%200%200%200.671573%200%201.5L%200%2016.5C%200%2017.3284%200.671573%2018%201.5%2018C%202.32843%2018%203%2017.3284%203%2016.5L%203%201.5Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.icon-20_black_action {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpolygon%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%228.6%2C17.5%206.5%2C16.5%208.2%2C12.1%204%2C10.3%20%0D%0A%09%097.6%2C2.5%2014.6%2C4.6%2010.9%2C8.9%2015%2C11%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_apart {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%223%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20width%3D%229%22%20height%3D%229%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2212%2C12%2012%2C17%203%2C17%203%2C8%208%2C8%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_area {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20x1%3D%223.6%22%20y1%3D%227.7%22%20x2%3D%2216.9%22%20y2%3D%2211.1%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229.1%22%20y1%3D%223.3%22%20x2%3D%226.3%22%20y2%3D%2216.3%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2214.3%22%20y1%3D%223.8%22%20x2%3D%2210.2%22%20y2%3D%2216.5%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M9.3%2C4.1l5.3%2C0.8l1.2%2C5.9l-3.7%2C4.5l-4.9%2C0.6l-3.2-3.2l0.4-5.8L9.3%2C4.1%20M8.9%2C2L2.6%2C5.6L2%2C13.4L6.6%2C18l6.6-0.8l4.8-5.9%0D%0A%09%09%09l-1.7-8.2L8.9%2C2L8.9%2C2z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_attachment {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.6%2C6.9l-3.4%2C5.3%0D%0A%09%09c-0.7%2C1-2.1%2C1.2-2.9%2C0.6c-0.8-0.6-1.1-1.8-0.5-2.8l2.8-4.4c2-3.2%2C4.5-2.8%2C6.1-1.8c1.4%2C0.9%2C2.7%2C3.1%2C0.8%2C5.9l-3%2C4.7%0D%0A%09%09c-1.5%2C2.4-4.9%2C3.2-7.1%2C2.2%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_back {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2049.1%20(51147)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0D%0A%20%20%20%20%3Ctitle%3EArtboard%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Artboard%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.70711%2C1.292893%20C14.0976%2C1.683417%2014.0976%2C2.31658%2013.70711%2C2.70711%20L6.41421%2C10%20L13.70711%2C17.2929%20C14.0976%2C17.6834%2014.0976%2C18.3166%2013.70711%2C18.7071%20C13.31658%2C19.0976%2012.68342%2C19.0976%2012.29289%2C18.7071%20L4.292893%2C10.70711%20C3.9023689%2C10.31658%203.9023689%2C9.68342%204.292893%2C9.29289%20L12.29289%2C1.292893%20C12.68342%2C0.9023689%2013.31658%2C0.9023689%2013.70711%2C1.292893%20Z%22%20id%3D%22path0_fill%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_calendar {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M16%2C8v8H4V8H16%20M18%2C6H2v12h16V6L18%2C6z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%2216%22%20height%3D%225%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%222%22%20x2%3D%2210%22%20y2%3D%226%22%2F%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2215%22%20y1%3D%222%22%20x2%3D%2215%22%20y2%3D%226%22%2F%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%225%22%20y1%3D%222%22%20x2%3D%225%22%20y2%3D%226%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_check_round {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3ESubtract%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-2740%20-110)%22%3E%0D%0A%3Cg%20id%3D%22Subtract%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(2740%20110)%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%209%2018C%2013.9705%2018%2018%2013.9706%2018%209C%2018%204.02943%2013.9705%200%209%200C%204.02954%200%200%204.02943%200%209C%200%2013.9706%204.02954%2018%209%2018ZM%207.48047%2014L%2015%206.62515L%2013.5605%205L%207.48926%2010.9547L%204.44849%207.93699L%203%209.55315L%207.48047%2014Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.icon-20_black_citata {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M15.7%2C5l0.5%2C1c-0.4%2C0.1-0.8%2C0.3-1.1%2C0.6c-0.3%2C0.3-0.6%2C0.6-0.9%2C0.9c-0.3%2C0.3-0.4%2C0.7-0.6%2C1.1c-0.1%2C0.4-0.2%2C0.8-0.2%2C1.2v0.3%0D%0A%09%09%09l0%2C0c0.2%2C0%2C0.4-0.1%2C0.5-0.1c1.3%2C0%2C2.4%2C1.1%2C2.4%2C2.4c0%2C1.4-1.1%2C2.5-2.4%2C2.5c-2.4%2C0-2.7-2.2-2.7-3.6c0-0.8%2C0.2-1.9%2C0.4-2.6%0D%0A%09%09%09c0.2-0.7%2C0.6-1.2%2C1-1.7c0.4-0.5%2C0.9-0.9%2C1.4-1.3C14.6%2C5.4%2C15.2%2C5.2%2C15.7%2C5%20M16.8%2C2.6l-1.5%2C0.4c-0.8%2C0.2-1.5%2C0.5-2.2%2C1%0D%0A%09%09%09c-0.7%2C0.5-1.3%2C1-1.8%2C1.7c-0.5%2C0.7-1%2C1.5-1.3%2C2.3C9.6%2C9%2C9.4%2C10.4%2C9.4%2C11.4c0%2C4.2%2C2.5%2C5.6%2C4.7%2C5.6c2.4%2C0%2C4.4-2%2C4.4-4.5%0D%0A%09%09%09c0-1.7-1-3.2-2.4-4c0.1-0.1%2C0.3-0.3%2C0.4-0.4C16.6%2C8%2C16.8%2C8%2C16.9%2C7.9l2.2-0.8L18%2C5.1l-0.5-1L16.8%2C2.6L16.8%2C2.6z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M7.9%2C5l0.5%2C1C8%2C6.1%2C7.7%2C6.3%2C7.3%2C6.6C7%2C6.9%2C6.7%2C7.2%2C6.5%2C7.6C6.2%2C7.9%2C6%2C8.3%2C5.9%2C8.7C5.7%2C9.1%2C5.7%2C9.5%2C5.7%2C9.9v0.3l0%2C0%0D%0A%09%09%09c0.2%2C0%2C0.4-0.1%2C0.5-0.1c1.3%2C0%2C2.4%2C1.1%2C2.4%2C2.4c0%2C1.4-1.1%2C2.5-2.4%2C2.5c-2.4%2C0-2.7-2.2-2.7-3.6c0-0.8%2C0.2-1.9%2C0.4-2.6%0D%0A%09%09%09c0.2-0.7%2C0.6-1.2%2C1-1.7c0.4-0.5%2C0.9-0.9%2C1.4-1.3C6.8%2C5.4%2C7.3%2C5.2%2C7.9%2C5%20M8.9%2C2.6L7.4%2C3.1c-0.8%2C0.2-1.5%2C0.5-2.2%2C1%0D%0A%09%09%09c-0.7%2C0.5-1.3%2C1-1.8%2C1.7c-0.5%2C0.7-1%2C1.5-1.3%2C2.3C1.7%2C9%2C1.5%2C10.4%2C1.5%2C11.4C1.5%2C15.5%2C4%2C17%2C6.2%2C17c2.4%2C0%2C4.4-2%2C4.4-4.5%0D%0A%09%09%09c0-1.7-1-3.2-2.4-4c0.1-0.1%2C0.3-0.3%2C0.4-0.4C8.8%2C8%2C8.9%2C8%2C9.1%2C7.9l2.2-0.8l-1.1-2.1l-0.5-1L8.9%2C2.6L8.9%2C2.6z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_close {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpolygon%20points%3D%220%200%2020%200%2020%2020%200%2020%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M8.58578644%2C10%20L3.29289322%2C4.70710678%20C2.90236893%2C4.31658249%202.90236893%2C3.68341751%203.29289322%2C3.29289322%20C3.68341751%2C2.90236893%204.31658249%2C2.90236893%204.70710678%2C3.29289322%20L10%2C8.58578644%20L15.2928932%2C3.29289322%20C15.6834175%2C2.90236893%2016.3165825%2C2.90236893%2016.7071068%2C3.29289322%20C17.0976311%2C3.68341751%2017.0976311%2C4.31658249%2016.7071068%2C4.70710678%20L11.4142136%2C10%20L16.7071068%2C15.2928932%20C17.0976311%2C15.6834175%2017.0976311%2C16.3165825%2016.7071068%2C16.7071068%20C16.3165825%2C17.0976311%2015.6834175%2C17.0976311%2015.2928932%2C16.7071068%20L10%2C11.4142136%20L4.70710678%2C16.7071068%20C4.31658249%2C17.0976311%203.68341751%2C17.0976311%203.29289322%2C16.7071068%20C2.90236893%2C16.3165825%202.90236893%2C15.6834175%203.29289322%2C15.2928932%20L8.58578644%2C10%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_comment {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20d%3D%22M16%2C4v7h-6H8v2v1.4l-4-2.5V4H16%20M18%2C2H2v11l8%2C5v-5h8V2L18%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_dashboard {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20d%3D%22M16%2C4v12H4V4H16%20M18%2C2H2v16h16V2L18%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%228%22%20height%3D%222%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%226%22%20y%3D%229%22%20width%3D%228%22%20height%3D%222%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%226%22%20y%3D%2212%22%20width%3D%228%22%20height%3D%222%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_dislike {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7%2C16.3c0.4-0.6%2C1.3-1.6%2C1.9-2c1.5-1.1%2C2.8-2.1%2C3.7-3.1c0.5-0.6%2C3.6%2C1%2C4.2%2C0.3%0D%0A%09%09%09c0.6-0.4%2C1.2-6%2C0.1-8.2c-0.5-0.9-3.8%2C0.9-4.5%2C0.4c-1.2-0.7-5.1-2-6.7-1.8C4.9%2C2.1%2C3.3%2C4.5%2C2.8%2C6.7C2.5%2C7.6%2C2.2%2C11%2C3.2%2C11.6%0D%0A%09%09%09c1%2C0.6%2C2.4%2C0.4%2C3.3%2C0.8c0%2C0.3-0.5%2C0.9-0.7%2C1.1c-0.3%2C0.4-0.4%2C0.6-0.7%2C1.1C4.4%2C16.1%2C4.3%2C20.3%2C7%2C16.3L7%2C16.3z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_edit {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20d%3D%22M10.4%2C4.8l4.8%2C4.8L8.8%2C16H4v-4.8L10.4%2C4.8%20M10.4%2C2L2%2C10.4V18h7.6L18%2C9.6L10.4%2C2L10.4%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%224.6%22%20y1%3D%229.4%22%20x2%3D%2210.3%22%20y2%3D%2215.1%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_eye {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20d%3D%22M11.5%2C10.5c-1.1%2C0-2-0.9-2-2c0-0.9%2C0.6-1.6%2C1.4-1.9c-0.3-0.1-0.6-0.1-0.9-0.1c-1.9%2C0-3.5%2C1.6-3.5%2C3.5s1.6%2C3.5%2C3.5%2C3.5%0D%0A%09s3.5-1.6%2C3.5-3.5c0-0.3%2C0-0.6-0.1-0.9C13.1%2C9.9%2C12.4%2C10.5%2C11.5%2C10.5z%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20d%3D%22M10%2C5c5%2C0%2C7%2C5%2C7%2C5s-2%2C5-7%2C5s-7-5-7-5S5%2C5%2C10%2C5%20M10%2C3C3.8%2C3%2C1.3%2C9%2C1.1%2C9.2L0.8%2C10l0.3%2C0.8C1.3%2C11%2C3.8%2C17%2C10%2C17%0D%0A%09%09s8.7-6%2C8.9-6.2l0.3-0.8l-0.3-0.8C18.7%2C9%2C16.2%2C3%2C10%2C3L10%2C3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_fair {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M9.3%2C5.2c0%2C0.5%2C0.1%2C1%2C0.3%2C1.6c0.3%2C1%2C0.8%2C1.7%2C1.4%2C2c0.5%2C0.3%2C1.1%2C0.5%2C1.7%2C0.5c0.2%2C0%2C0.4%2C0%2C0.6-0.1c0.5-0.1%2C0.9-0.3%2C1.2-0.4%0D%0A%09%09%09c0.2%2C0.4%2C0.3%2C0.9%2C0.3%2C1.3c0.1%2C0.8%2C0.1%2C1.6-0.1%2C2.3c-0.4%2C1.6-1.7%2C2.8-3.4%2C3.4c-0.6%2C0.2-1.2%2C0.3-1.8%2C0.3c-0.3%2C0-0.5%2C0-0.8-0.1%0D%0A%09%09%09c-0.9-0.1-1.7-0.5-2.4-1C4.9%2C13.8%2C4.1%2C12%2C4%2C9.6c0%2C0%2C0.1%2C0%2C0.1%2C0l0.1%2C0c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0.2c0.1%2C0%2C0.2%2C0.1%2C0.3%2C0.1l2.5%2C1.3%0D%0A%09%09%09l0.4-2.8C7.8%2C7.6%2C8%2C6.9%2C8.4%2C6.3C8.6%2C5.8%2C8.9%2C5.5%2C9.3%2C5.2%20M11.5%2C2L9.7%2C2.7C8.3%2C3.2%2C7.3%2C4.1%2C6.6%2C5.3C6.2%2C6.1%2C5.9%2C7.1%2C5.7%2C8.2%0D%0A%09%09%09C5.5%2C8.1%2C5.3%2C8%2C5.1%2C7.9C4.4%2C7.5%2C3.8%2C7.3%2C3.4%2C7.3c0%2C0-0.1%2C0-0.1%2C0C2.5%2C7.2%2C2%2C7.6%2C2%2C8.5c-0.1%2C4%2C1.2%2C6.6%2C3.2%2C8.1%0D%0A%09%09%09c1%2C0.8%2C2.2%2C1.2%2C3.3%2C1.4C8.9%2C18%2C9.3%2C18%2C9.6%2C18c0.8%2C0%2C1.6-0.1%2C2.4-0.4c2.2-0.7%2C4.1-2.4%2C4.7-4.8c0.3-1.1%2C0.3-2.1%2C0.2-3.1%0D%0A%09%09%09c-0.2-1.1-0.5-2.1-1-3L15%2C5.4l-1%2C1.3c-0.1%2C0.2-0.5%2C0.4-1%2C0.5c-0.1%2C0-0.2%2C0-0.2%2C0c-0.2%2C0-0.5-0.1-0.8-0.2c-0.2-0.1-0.4-0.4-0.5-0.8%0D%0A%09%09%09c-0.2-0.8-0.3-1.8-0.2-2.3L11.5%2C2L11.5%2C2z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_file {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%224%2C18%204%2C3%2011%2C3%2016%2C8%2016%2C17%204%2C17%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpolygon%20points%3D%2216%2C9%2010%2C9%2010%2C3%20%09%09%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_folder {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20d%3D%22M7.8%2C4l2.4%2C2.5l0.6%2C0.6h0.8H16V16H4V4H7.8%20M8.6%2C2H2v16h16V5.1h-6.4L8.6%2C2L8.6%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%223%22%20y1%3D%2210%22%20x2%3D%2217%22%20y2%3D%2210%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_gif {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%222%22%20y%3D%225%22%20width%3D%222%22%20height%3D%2210%22%2F%3E%0D%0A%09%3Crect%20x%3D%2210%22%20y%3D%223%22%20width%3D%222%22%20height%3D%2214%22%2F%3E%0D%0A%09%3Crect%20x%3D%2213%22%20y%3D%223%22%20width%3D%222%22%20height%3D%2214%22%2F%3E%0D%0A%09%3Crect%20x%3D%224%22%20y%3D%223%22%20width%3D%223%22%20height%3D%222%22%2F%3E%0D%0A%09%3Crect%20x%3D%2215%22%20y%3D%223%22%20width%3D%223%22%20height%3D%222%22%2F%3E%0D%0A%09%3Crect%20x%3D%2215%22%20y%3D%2210%22%20width%3D%222%22%20height%3D%222%22%2F%3E%0D%0A%09%3Crect%20x%3D%224%22%20y%3D%2215%22%20width%3D%223%22%20height%3D%222%22%2F%3E%0D%0A%09%3Crect%20x%3D%227%22%20y%3D%2212%22%20width%3D%222%22%20height%3D%223%22%2F%3E%0D%0A%09%3Crect%20x%3D%227%22%20y%3D%225%22%20width%3D%222%22%20height%3D%222%22%2F%3E%0D%0A%09%3Crect%20x%3D%226%22%20y%3D%2210%22%20width%3D%223%22%20height%3D%222%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_header {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20d%3D%22M7.9%2C14h-3l-0.6%2C3H2L5.2%2C3h2.3l3.2%2C14H8.6L7.9%2C14z%20M5.4%2C11.8h2.1l-1-5h0L5.4%2C11.8z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M15.8%2C17c-0.1-0.2-0.1-0.4-0.2-0.6c-0.1-0.2-0.1-0.4-0.1-0.6c-0.2%2C0.4-0.3%2C0.5-0.6%2C0.8c-0.3%2C0.3-0.6%2C0.4-1%2C0.4%0D%0A%09%09c-0.7%2C0-1.6-0.1-2-0.6c-0.4-0.6-0.6-1.3-0.6-2.3c0-1%2C0.3-1.8%2C0.8-2.4c0.5-0.6%2C1.3-0.8%2C2.4-0.8h0.8V10c0-0.5-0.1-0.9-0.2-1.2%0D%0A%09%09c-0.2-0.3-0.4-0.4-0.7-0.4c-0.3%2C0-0.4%2C0.1-0.6%2C0.3c-0.1%2C0.2-0.2%2C0.5-0.2%2C1l-2.2%2C0l0-0.1c0-0.9%2C0.2-1.7%2C0.8-2.3%0D%0A%09%09c0.6-0.6%2C1.3-0.9%2C2.3-0.9c0.9%2C0%2C1.6%2C0.2%2C2.2%2C0.9c0.6%2C0.6%2C0.6%2C1.5%2C0.6%2C2.7v4.2c0%2C0.5-0.1%2C1.7%2C0.6%2C2.7H15.8z%20M14.3%2C15.1%0D%0A%09%09c0.2%2C0%2C0.4-0.1%2C0.6-0.2c0.2-0.1%2C0.3-0.3%2C0.5-0.6v-1.9h-0.8c-0.3%2C0-0.6%2C0.1-0.7%2C0.4s-0.2%2C0.7-0.2%2C1.1c0%2C0.3%2C0.1%2C0.6%2C0.2%2C0.8%0D%0A%09%09C13.9%2C15%2C14.1%2C15.1%2C14.3%2C15.1z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_heart {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M13.4%2C5c0.2%2C0%2C0.3%2C0%2C0.5%2C0c0.4%2C0.1%2C0.8%2C0.3%2C1.1%2C0.6c0.4%2C0.4%2C0.7%2C0.9%2C0.9%2C1.6c0.3%2C1.2-0.2%2C3-1.4%2C4.5%0D%0A%09%09%09c-1.1%2C1.5-2.7%2C2.6-4.5%2C3.1c-2.3-0.7-3.7-2.1-4.5-3.1c-1.2-1.5-1.7-3.3-1.4-4.6C4.3%2C6.5%2C4.6%2C6%2C5%2C5.6C5.3%2C5.4%2C5.7%2C5.2%2C6.1%2C5%0D%0A%09%09%09c0.2%2C0%2C0.3%2C0%2C0.5%2C0c0.2%2C0%2C0.5%2C0%2C0.8%2C0.1c0.5%2C0.2%2C1%2C0.4%2C1.4%2C0.7L10%2C6.9l1.3-1.1c0.4-0.3%2C0.8-0.6%2C1.3-0.7C12.9%2C5%2C13.2%2C5%2C13.4%2C5%0D%0A%09%09%09%20M13.4%2C3c-0.4%2C0-0.9%2C0.1-1.3%2C0.2c-0.7%2C0.2-1.4%2C0.6-2.1%2C1.1C9.3%2C3.7%2C8.6%2C3.4%2C7.9%2C3.2C7.4%2C3.1%2C7%2C3%2C6.6%2C3C6.3%2C3%2C6%2C3%2C5.7%2C3.1%0D%0A%09%09%09c-0.7%2C0.2-1.4%2C0.5-2%2C1C3%2C4.7%2C2.4%2C5.6%2C2.1%2C6.7C1.7%2C8.5%2C2.3%2C10.9%2C3.9%2C13c1.3%2C1.7%2C3.3%2C3.2%2C5.8%2C3.9L10%2C17l0.3-0.1%0D%0A%09%09%09c2.5-0.7%2C4.5-2.2%2C5.8-3.9c1.6-2.1%2C2.2-4.5%2C1.7-6.3c-0.3-1.1-0.8-2-1.5-2.6c-0.5-0.5-1.2-0.8-2-1C14%2C3%2C13.7%2C3%2C13.4%2C3L13.4%2C3z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_idea {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ctitle%3Elamp_idea1%3C%2Ftitle%3E%3Cpath%20d%3D%22M10%2C3.38c2.76%2C0%2C5%2C1.79%2C5%2C4%2C0%2C3.1-3%2C5.62-5%2C5.62S5%2C10.48%2C5%2C7.38c0-2.21%2C2.24-4%2C5-4m0-2c-3.87%2C0-7%2C2.68-7%2C6S6.13%2C15%2C10%2C15s7-4.31%2C7-7.62-3.13-6-7-6Z%22%2F%3E%3Cpolygon%20points%3D%2213%2016%207%2016%207%2018%2013%2018%2013%2016%2013%2016%22%2F%3E%3Cpolygon%20points%3D%228%207%207%207%209%2014%2010%2014%208%207%208%207%22%2F%3E%3Cpolygon%20points%3D%2213%207%2012%207%2010%2014%2011%2014%2013%207%2013%207%22%2F%3E%3Cpolygon%20points%3D%2213%2018%207%2018%208.5%2019%2011.5%2019%2013%2018%2013%2018%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_key {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20d%3D%22M7.5%2C9c1.9%2C0%2C3.5%2C1.6%2C3.5%2C3.5S9.4%2C16%2C7.5%2C16S4%2C14.4%2C4%2C12.5S5.6%2C9%2C7.5%2C9%20M7.5%2C7C4.5%2C7%2C2%2C9.5%2C2%2C12.5S4.5%2C18%2C7.5%2C18%0D%0A%09%09s5.5-2.5%2C5.5-5.5S10.5%2C7%2C7.5%2C7L7.5%2C7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229.8%22%20y1%3D%229.4%22%20x2%3D%2216.7%22%20y2%3D%222.5%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2217%22%20y1%3D%228%22%20x2%3D%2214%22%20y2%3D%225%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_letter {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M16%2C5v10H4V5H16%20M18%2C3H2v14h16V3L18%2C3z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%223%2C8%2010%2C11%2017%2C8%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_like {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M13.5%2C4c0.6%2C0%2C0.4%2C1.7%2C0.1%2C2.5c-0.2%2C0.3-0.3%2C0.5-0.5%2C0.8c-0.1%2C0.2-0.5%2C0.7-0.5%2C0.8c0.7%2C0.3%2C1.7%2C0.2%2C2.4%2C0.6%0D%0A%09%09%09c0.8%2C0.4%2C0.5%2C3%2C0.3%2C3.6c-0.4%2C1.7-1.6%2C3.5-2.1%2C3.5c-0.1%2C0-0.2%2C0-0.3%2C0c-1.3%2C0-3.8-0.9-4.7-1.4c-0.1%2C0-0.1%2C0-0.2%2C0%0D%0A%09%09%09c-0.6%2C0-1.9%2C0.6-2.6%2C0.6c-0.2%2C0-0.4-0.1-0.5-0.2C4.1%2C13.3%2C4.6%2C9.1%2C5%2C8.8c0.1-0.1%2C0.2-0.1%2C0.4-0.1c0.6%2C0%2C1.8%2C0.5%2C2.4%2C0.5%0D%0A%09%09%09c0.1%2C0%2C0.2%2C0%2C0.3-0.1c0.7-0.7%2C1.6-1.5%2C2.7-2.3c0.4-0.3%2C1.1-1.1%2C1.4-1.5C12.8%2C4.3%2C13.2%2C4%2C13.5%2C4%20M13.5%2C2c-1.3%2C0-2.2%2C1.1-2.9%2C2.1%0D%0A%09%09%09c-0.2%2C0.3-0.6%2C0.8-0.9%2C1.1C8.6%2C5.9%2C7.9%2C6.5%2C7.3%2C7C7.2%2C7%2C7.2%2C7%2C7.1%2C7C6.6%2C6.9%2C6%2C6.7%2C5.4%2C6.7c-1.1%2C0-1.7%2C0.6-2%2C0.9l0%2C0%0D%0A%09%09%09c-1.3%2C1.8-1.1%2C6.5-0.3%2C8.2l0%2C0.1l0%2C0.1c0.4%2C0.8%2C1.3%2C1.2%2C2.2%2C1.2c0.7%2C0%2C1.4-0.2%2C2-0.4c0.1%2C0%2C0.2-0.1%2C0.4-0.1%0D%0A%09%09%09c1.3%2C0.6%2C3.5%2C1.4%2C5.1%2C1.4c0.2%2C0%2C0.4%2C0%2C0.5%2C0c2.2-0.3%2C3.5-3.8%2C3.8-5c0%2C0%2C1.1-4.5-1.2-5.8c-0.1-0.1-0.3-0.2-0.4-0.2%0D%0A%09%09%09c0.3-1%2C0.6-2.7-0.1-3.8C15%2C2.4%2C14.3%2C2%2C13.5%2C2L13.5%2C2z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_like_active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13%2C3.7c-0.4%2C0.6-1.3%2C1.6-1.9%2C2C9.6%2C6.8%2C8.3%2C7.8%2C7.4%2C8.8c-0.5%2C0.6-3.6-1-4.2-0.3%0D%0A%09%09%09c-0.6%2C0.4-1.2%2C6-0.1%2C8.2c0.5%2C0.9%2C3.8-0.9%2C4.5-0.4c1.2%2C0.7%2C5.1%2C2%2C6.7%2C1.8c0.8-0.1%2C2.3-2.5%2C2.9-4.7c0.2-0.9%2C0.6-4.3-0.4-4.8%0D%0A%09%09%09c-1-0.6-2.4-0.4-3.3-0.8c0-0.3%2C0.5-0.9%2C0.7-1.1c0.3-0.4%2C0.4-0.6%2C0.7-1.1C15.6%2C3.9%2C15.7-0.3%2C13%2C3.7L13%2C3.7z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_list {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20d%3D%22M9%2C4c2.8%2C0%2C5%2C2.2%2C5%2C5s-2.2%2C5-5%2C5s-5-2.2-5-5S6.2%2C4%2C9%2C4%20M9%2C2C5.1%2C2%2C2%2C5.1%2C2%2C9s3.1%2C7%2C7%2C7s7-3.1%2C7-7S12.9%2C2%2C9%2C2L9%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%2213.2%22%20y%3D%2212.8%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-6.2477%2015.0832)%22%20width%3D%223.8%22%20height%3D%224.5%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_location {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20d%3D%22M10%2C4c2.9%2C0%2C5%2C2.1%2C5%2C5c0%2C3-2.4%2C5.9-5%2C7.6C7.4%2C14.8%2C5%2C12%2C5%2C9C5%2C6.1%2C7.1%2C4%2C10%2C4%20M10%2C2C6.1%2C2%2C3%2C4.8%2C3%2C9s3.5%2C8%2C7%2C10%0D%0A%09%09c3.5-1.9%2C7-5.8%2C7-10S13.9%2C2%2C10%2C2L10%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%229%22%20r%3D%223%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_mark {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20d%3D%22M16%2C4v10.8l-5.1-2.6L10%2C11.8l-0.9%2C0.4L4%2C14.8V4H16%20M18%2C2H2v16l8-4l8%2C4V2L18%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_metro {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M10%2C4c1.5%2C0%2C2.9%2C0.5%2C4.1%2C1.5c0.9%2C0.7%2C1.6%2C1.7%2C2.1%2C2.8c0.5%2C1.1%2C0.8%2C2.3%2C0.8%2C3.5c0%2C1.6-0.5%2C3.1-1.4%2C4.3H4.4%0D%0A%09%09%09C3.2%2C14.5%2C3%2C12.8%2C3%2C11.7c0-1.2%2C0.3-2.4%2C0.8-3.5c0.5-1.1%2C1.2-2%2C2.1-2.8C7%2C4.5%2C8.5%2C4%2C10%2C4%20M10%2C2C7.9%2C2%2C6.1%2C2.8%2C4.6%2C4%0D%0A%09%09%09c-1.1%2C0.9-2%2C2.1-2.6%2C3.5C1.3%2C8.8%2C1%2C10.2%2C1%2C11.7c0%2C2%2C0.6%2C4.1%2C2%2C5.8L3.4%2C18H4h12h0.6l0.4-0.5c1.4-1.7%2C2-3.8%2C2-5.8%0D%0A%09%09%09c0-1.5-0.3-3-0.9-4.3c-0.6-1.3-1.5-2.5-2.6-3.5C13.9%2C2.8%2C12.1%2C2%2C10%2C2L10%2C2z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpolygon%20fill%3D%22%23141515%22%20points%3D%227.2%2C7%208.4%2C7%208.7%2C7%208.8%2C7.3%2010%2C10.8%2011.3%2C7.3%2011.4%2C7%2011.6%2C7%2012.8%2C7%2013.1%2C7%2013.1%2C7.3%2014.4%2C13.7%20%0D%0A%09%0914.5%2C14.1%2014.1%2C14.1%2012.9%2C14.1%2012.6%2C14.1%2012.6%2C13.8%2011.9%2C11%2010.9%2C13.9%2010.8%2C14.1%2010.5%2C14.1%209.5%2C14.1%209.2%2C14.1%209.1%2C13.9%208.1%2C11%20%0D%0A%09%097.5%2C13.9%207.4%2C14.1%207.1%2C14.1%205.9%2C14.1%205.5%2C14.1%205.6%2C13.7%206.9%2C7.3%207%2C7%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_mobile_phone {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M15%2C3v14H5V3H15%20M17%2C1H3v18h14V1L17%2C1z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%228%22%20height%3D%2210%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%228.4%22%20y%3D%2215%22%20width%3D%223.2%22%20height%3D%224%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_people {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20d%3D%22M16.9%2C15.5c-0.2-0.8-1.3-1.6-2-1.9l-0.7-0.3c-1.1-0.5-2.4-0.3-2.4-1.2c0-0.5%2C0.5-0.9%2C1-2.1c0.1-0.2%2C0.3-0.3%2C0.4-0.5%0D%0A%09%09c0.4-0.5%2C0.5-1%2C0.5-1.6c0-0.4-0.2-0.5-0.1-0.8c0.2-0.7%2C0.2-2%2C0-2.7l-0.3-0.7c-0.1-0.2-0.3-0.5-0.5-0.6l-0.1%2C0c0%2C0-0.1-0.1-0.2-0.1%0D%0A%09%09c-0.3-0.1-0.6-0.1-0.9-0.1c-0.2%2C0-0.3-0.2-0.6-0.4c-0.1-0.1-0.2-0.1-0.4-0.1c0%2C0%2C0%2C0%2C0%2C0l-0.2-0.1C9.7%2C1.9%2C8.7%2C2%2C8.2%2C2.3%0D%0A%09%09C8%2C2.4%2C8.1%2C2.3%2C8%2C2.4C7.9%2C2.5%2C7.8%2C2.6%2C7.7%2C2.6L7.2%2C3.2C7.2%2C3.2%2C7.1%2C3.3%2C7%2C3.4C6.9%2C3.6%2C6.8%2C3.9%2C6.7%2C4.1c-0.2%2C0.5-0.5%2C2-0.2%2C2.6%0D%0A%09%09c0.1%2C0.2%2C0.2%2C0.4%2C0.1%2C0.7C6.4%2C7.5%2C6.4%2C7.5%2C6.4%2C7.7c0%2C0.3%2C0%2C0.4%2C0.1%2C0.7c0%2C0.2%2C0%2C0.2%2C0.1%2C0.3l0%2C0.1c0%2C0%2C0%2C0%2C0%2C0%0D%0A%09%09C6.6%2C9%2C6.7%2C9.2%2C6.8%2C9.3c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0L7%2C9.6c0.4%2C0.3%2C0.2%2C0.3%2C0.5%2C0.8c0.4%2C0.9%2C0.5%2C0.9%2C0.7%2C1.2l0.1%2C0.2%0D%0A%09%09c0.1%2C0.9-0.8%2C1-1.2%2C1.1L6.5%2C13c-1.4%2C0.3-2.6%2C1.1-3.3%2C2.2c-0.2%2C0.4-0.2%2C0.6-0.1%2C1C3.3%2C17.9%2C9.3%2C18%2C9.9%2C18c1.2%2C0%2C6.7-0.4%2C7-1.7%0D%0A%09%09C17%2C16.1%2C17%2C15.7%2C16.9%2C15.5%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_peoples {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20d%3D%22M19%2C12.4c-0.1-0.6-0.8-1.1-1.3-1.3l-0.5-0.2c-0.7-0.3-1.5-0.2-1.5-0.8c0-0.4%2C0.4-0.6%2C0.6-1.4c0-0.2%2C0.2-0.2%2C0.3-0.4%0D%0A%09%09c0.2-0.3%2C0.3-0.7%2C0.3-1.1c0-0.3-0.1-0.3-0.1-0.5c0.1-0.5%2C0.1-1.3%2C0-1.8l-0.2-0.5c-0.1-0.2-0.2-0.3-0.3-0.4l0%2C0c0%2C0-0.1%2C0-0.1-0.1%0D%0A%09%09c-0.2-0.1-0.4-0.1-0.6-0.1c-0.1%2C0-0.2-0.1-0.4-0.3c-0.1%2C0-0.1%2C0-0.2-0.1c0%2C0%2C0%2C0%2C0%2C0l-0.1%2C0c-0.4-0.1-1%2C0-1.4%2C0.1%0D%0A%09%09c-0.1%2C0%2C0%2C0-0.1%2C0.1c-0.1%2C0-0.1%2C0.1-0.2%2C0.1L12.7%2C4c0%2C0.1-0.1%2C0.1-0.1%2C0.2c0%2C0%2C0%2C0%2C0%2C0c0.1%2C0.4%2C0.1%2C0.9%2C0.1%2C1.3c0%2C0.5%2C0%2C1-0.1%2C1.4%0D%0A%09%09c0%2C0.2%2C0.1%2C0.4%2C0.1%2C0.7c0%2C0.2%2C0%2C0.5%2C0%2C0.7c0.2%2C0.1%2C0.1%2C0.2%2C0.2%2C0.5c0.2%2C0.6%2C0.3%2C0.6%2C0.4%2C0.8l0%2C0.2c0%2C0.6-0.5%2C0.7-0.8%2C0.7l-0.3%2C0.1%0D%0A%09%09c-0.2%2C0-0.5%2C0.1-0.7%2C0.2c-0.1%2C0.2-0.1%2C0.3-0.2%2C0.4c0.3%2C0.1%2C0.6%2C0.2%2C0.9%2C0.3l0.7%2C0.3l0.1%2C0c0.5%2C0.3%2C1.2%2C0.7%2C1.7%2C1.2%0D%0A%09%09c0.2%2C0.2%2C0.5%2C0.5%2C0.7%2C0.8c1.3-0.1%2C3.5-0.4%2C3.6-1.1C19%2C12.8%2C19%2C12.6%2C19%2C12.4%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M14.2%2C15.5c-0.2-0.8-1.2-1.6-1.9-1.9l-0.7-0.3c-1-0.5-2.3-0.3-2.3-1.2c0-0.5%2C0.5-0.9%2C0.9-2.1c0.1-0.2%2C0.3-0.3%2C0.4-0.5%0D%0A%09%09c0.4-0.5%2C0.5-1%2C0.4-1.6c0-0.4-0.2-0.5-0.1-0.8c0.2-0.7%2C0.2-2%2C0-2.7l-0.3-0.7c-0.1-0.2-0.3-0.5-0.5-0.6l-0.1%2C0c0%2C0-0.1-0.1-0.2-0.1%0D%0A%09%09C9.6%2C2.7%2C9.4%2C2.7%2C9%2C2.7c-0.2%2C0-0.2-0.2-0.6-0.4C8.4%2C2.3%2C8.2%2C2.2%2C8.1%2C2.2c0%2C0%2C0%2C0%2C0%2C0L7.9%2C2.1C7.3%2C1.9%2C6.4%2C2%2C5.9%2C2.3%0D%0A%09%09c-0.1%2C0.1%2C0%2C0-0.1%2C0.1C5.6%2C2.5%2C5.5%2C2.6%2C5.4%2C2.6L5%2C3.1C4.9%2C3.2%2C4.9%2C3.3%2C4.8%2C3.4C4.7%2C3.6%2C4.6%2C3.9%2C4.5%2C4.1C4.3%2C4.6%2C4%2C6.1%2C4.3%2C6.7%0D%0A%09%09c0.1%2C0.2%2C0.2%2C0.5%2C0%2C0.7C4.2%2C7.5%2C4.2%2C7.5%2C4.2%2C7.7c0%2C0.3%2C0%2C0.5%2C0.1%2C0.7c0%2C0.1%2C0%2C0.2%2C0.1%2C0.3l0%2C0.1c0%2C0%2C0%2C0%2C0%2C0C4.4%2C9%2C4.5%2C9.2%2C4.6%2C9.3%0D%0A%09%09c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0l0.2%2C0.2C5.2%2C9.8%2C5%2C9.9%2C5.2%2C10.3c0.3%2C0.9%2C0.5%2C0.9%2C0.7%2C1.2l0%2C0.2c0%2C0.9-0.8%2C1-1.2%2C1.1L4.3%2C13%0D%0A%09%09c-1.3%2C0.3-2.4%2C1.1-3.2%2C2.2C1%2C15.6%2C1%2C15.8%2C1%2C16.2C1.3%2C17.9%2C6.9%2C18%2C7.5%2C18c1.1%2C0%2C6.3-0.4%2C6.6-1.7C14.2%2C16.1%2C14.2%2C15.8%2C14.2%2C15.5%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_photo {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20d%3D%22M12%2C5l1.4%2C2.1L13.9%2C8L15%2C8l1%2C0v8h-6H4V8h1h1.1l0.6-0.9L8.1%2C5H10H12%20M13%2C3h-3H7L5%2C6H2v12h8h8V6l-3%2C0L13%2C3L13%2C3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2211.5%22%20r%3D%223%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_planet {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20d%3D%22M10%2C4c3.3%2C0%2C6%2C2.7%2C6%2C6s-2.7%2C6-6%2C6s-6-2.7-6-6S6.7%2C4%2C10%2C4%20M10%2C2c-4.4%2C0-8%2C3.6-8%2C8s3.6%2C8%2C8%2C8s8-3.6%2C8-8S14.4%2C2%2C10%2C2L10%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpath%20d%3D%22M12.7%2C5.1c-1.6%2C0.8-0.3-0.1-2%2C0.1C9.2%2C5.3%2C9.6%2C6%2C8.5%2C6C8.3%2C6.1%2C8.4%2C6.5%2C8.6%2C6.5c0%2C0.1-0.5%2C0.6-0.3%2C0.7%0D%0A%09C8.5%2C7.4%2C9.5%2C7%2C9.7%2C7.1c0.6%2C0.4%2C0.9%2C0.7%2C0.9%2C0.8c0%2C0.1-2-0.7-2.4%2C0.1C8%2C8.5%2C7%2C9.9%2C7.8%2C10.7c0.5%2C0.6%2C1.1%2C0.2%2C2%2C0.3%0D%0A%09c0.3%2C1.3%2C0.5%2C2.5%2C0.9%2C3.1c1.2%2C0%2C0.5%2C0.1%2C1.2-0.5c0.3-0.2%2C0-0.1%2C0.4-0.3c0.4-0.2%2C1.3%2C0.1%2C0.8-0.9c-0.2-0.5-0.3-0.6-0.1-0.8%0D%0A%09c0.7-0.9%2C1.1-0.8%2C0.2-1.5c-0.4-0.4-0.6-0.5-0.6-1.3c1.5%2C2.2%2C2.1-1.9%2C2.2%2C0.1C14.7%2C9%2C14.8%2C6.3%2C12.7%2C5.1z%22%2F%3E%0D%0A%3Cpath%20d%3D%22M7%2C13c-1.3-2.5-4.2-2-4-2c0%2C0.1%2C0.3%2C2.1%2C1%2C3c0.5%2C0.6%2C3.5%2C2.4%2C4%2C3c1.2%2C0%2C1.5%2C0%2C1-1C8.8%2C15.5%2C8.1%2C14.3%2C7%2C13z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_portfel {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M16%2C8v8H4V8H16%20M18%2C6H2v12h16V6L18%2C6z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M12.1%2C4l0.7%2C2H7.3l0.7-2H12.1%20M13.5%2C2h-7l-2%2C6h11L13.5%2C2L13.5%2C2z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%222%22%20y1%3D%2213%22%20x2%3D%2218%22%20y2%3D%2213%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_power {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20x%3D%229%22%20y%3D%222%22%20width%3D%222%22%20height%3D%228%22%2F%3E%0D%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6.8%2C4C4.6%2C5.1%2C3%2C7.5%2C3%2C10.2c0%2C3.8%2C3.1%2C6.8%2C7%2C6.8%0D%0A%09s7-2.9%2C7-6.8c0-2.7-1.6-5.1-3.9-6.2%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_question2 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpolygon%20points%3D%220%200%2020%200%2020%2020%200%2020%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20d%3D%22M10%2C20%20C4.47705%2C20%200%2C15.5228%200%2C10%20C0%2C4.47717%204.47705%2C0%2010%2C0%20C15.5229%2C0%2020%2C4.47717%2020%2C10%20C20%2C15.5228%2015.5229%2C20%2010%2C20%20Z%20M9%2C15%20C9%2C15.5523%209.44775%2C16%2010%2C16%20C10.5527%2C16%2011%2C15.5523%2011%2C15%20C11%2C14.4477%2010.5527%2C14%2010%2C14%20C9.44775%2C14%209%2C14.4477%209%2C15%20Z%20M10%2C6%20C11.1602%2C6%2012%2C6.74689%2012%2C8%20C12%2C8.65778%2011.7271%2C9.02185%2010.9453%2C9.54297%20L10.6724%2C9.72144%20L10.3945%2C9.90234%20C9.46924%2C10.5193%209%2C11.0725%209%2C12%20C9%2C12.5523%209.44775%2C13%2010%2C13%20C10.5527%2C13%2011%2C12.5523%2011%2C12%20C11%2C11.9485%2011.0903%2C11.8423%2011.5039%2C11.5664%20C11.5811%2C11.5153%2011.9502%2C11.277%2012.0547%2C11.207%20C13.3359%2C10.3531%2014%2C9.46722%2014%2C8%20C14%2C5.58643%2012.2153%2C4%2010%2C4%20C8.24854%2C4%206.8623%2C5.03979%206.10596%2C6.5528%20C5.85889%2C7.04675%206.05908%2C7.64746%206.55322%2C7.89441%20C7.04688%2C8.14142%207.64746%2C7.94116%207.89453%2C7.4472%20C8.33838%2C6.56024%209.08496%2C6%2010%2C6%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_settings_2 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20d%3D%22M19%2C5H1C0.4%2C5%2C0%2C4.6%2C0%2C4l0%2C0c0-0.6%2C0.4-1%2C1-1h18c0.6%2C0%2C1%2C0.4%2C1%2C1l0%2C0C20%2C4.6%2C19.6%2C5%2C19%2C5z%22%2F%3E%0D%0A%3Cpath%20d%3D%22M19%2C11H1c-0.6%2C0-1-0.4-1-1l0%2C0c0-0.6%2C0.4-1%2C1-1h18c0.6%2C0%2C1%2C0.4%2C1%2C1l0%2C0C20%2C10.6%2C19.6%2C11%2C19%2C11z%22%2F%3E%0D%0A%3Cpath%20d%3D%22M19%2C17H1c-0.6%2C0-1-0.4-1-1l0%2C0c0-0.6%2C0.4-1%2C1-1h18c0.6%2C0%2C1%2C0.4%2C1%2C1l0%2C0C20%2C16.6%2C19.6%2C17%2C19%2C17z%22%2F%3E%0D%0A%3Ccircle%20cx%3D%225%22%20cy%3D%224%22%20r%3D%223%22%2F%3E%0D%0A%3Ccircle%20cx%3D%2215%22%20cy%3D%2210%22%20r%3D%223%22%2F%3E%0D%0A%3Ccircle%20cx%3D%225%22%20cy%3D%2216%22%20r%3D%223%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_square {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%222%22%20y%3D%222%22%20width%3D%223%22%20height%3D%226%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%222%22%20y%3D%222%22%20width%3D%226%22%20height%3D%223%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%2212%22%20y%3D%222%22%20width%3D%226%22%20height%3D%223%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%2215%22%20y%3D%222%22%20width%3D%223%22%20height%3D%226%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%2215%22%20y%3D%2212%22%20width%3D%223%22%20height%3D%226%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%2212%22%20y%3D%2215%22%20width%3D%226%22%20height%3D%223%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%222%22%20y%3D%2215%22%20width%3D%226%22%20height%3D%223%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%222%22%20y%3D%2212%22%20width%3D%223%22%20height%3D%226%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_star {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.0032%2014.9814L5.79382%2017.48C5.39794%2017.715%204.88645%2017.5846%204.65139%2017.1889C4.54261%2017.0058%204.5081%2016.788%204.55494%2016.5802L5.63131%2011.8062L1.95338%208.57643C1.60749%208.27268%201.57341%207.74614%201.87728%207.40038C2.01789%207.24038%202.21445%207.14026%202.42659%207.1206L7.30124%206.66865L9.23757%202.17398C9.41967%201.75128%209.9101%201.55618%2010.333%201.73821C10.5286%201.82245%2010.6846%201.97838%2010.7689%202.17398L12.7052%206.66865L17.5799%207.1206C18.0383%207.1631%2018.3755%207.56906%2018.333%208.02733C18.3133%208.23939%2018.2131%208.43587%2018.0531%208.57643L14.3752%2011.8062L15.4515%2016.5802C15.5527%2017.0292%2015.2707%2017.4752%2014.8216%2017.5764C14.6137%2017.6232%2014.3958%2017.5887%2014.2126%2017.48L10.0032%2014.9814Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_star_active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20d%3D%22M10%2C6.3L10.9%2C8l0.4%2C0.9l0.9%2C0.2l1.9%2C0.4L12.7%2C11l-0.6%2C0.7l0.1%2C0.9l0.3%2C2l-1.7-0.8l-0.9-0.4L9%2C13.7l-1.5%2C0.8l0.2-2.1%0D%0A%09%09l0.1-0.9l-0.6-0.7L5.9%2C9.4l2-0.4l0.9-0.2l0.4-0.9L10%2C6.3%20M10%2C2L7.4%2C7L2%2C8.1l3.7%2C4.1L5.1%2C18l4.9-2.5l5%2C2.5l-0.7-5.7L18%2C8.1l-5.3-1%0D%0A%09%09L10%2C2L10%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_text {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229.5%22%20y1%3D%223%22%20x2%3D%229.5%22%20y2%3D%2216%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20x1%3D%223.5%22%20y1%3D%223%22%20x2%3D%223.5%22%20y2%3D%228%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2215.5%22%20y1%3D%223%22%20x2%3D%2215.5%22%20y2%3D%228%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2216.5%22%20y1%3D%224.5%22%20x2%3D%222.5%22%20y2%3D%224.5%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2213%22%20y1%3D%2216.5%22%20x2%3D%226%22%20y2%3D%2216.5%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_time {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20points%3D%2215.6%2C6%2010%2C10.5%205.8%2C8.3%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20d%3D%22M10%2C4c3.3%2C0%2C6%2C2.7%2C6%2C6s-2.7%2C6-6%2C6s-6-2.7-6-6S6.7%2C4%2C10%2C4%20M10%2C2c-4.4%2C0-8%2C3.6-8%2C8s3.6%2C8%2C8%2C8s8-3.6%2C8-8S14.4%2C2%2C10%2C2L10%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%222%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_black_video {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20points%3D%227%2C6%207%2C14%2013%2C10%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20d%3D%22M15%2C4c1.1%2C0%2C2%2C0.9%2C2%2C2v8c0%2C1.1-0.9%2C2-2%2C2H5c-1.1%2C0-2-0.9-2-2V6c0-1.1%2C0.9-2%2C2-2H15%20M15%2C2H5C2.8%2C2%2C1%2C3.8%2C1%2C6v8%0D%0A%09%09c0%2C2.2%2C1.8%2C4%2C4%2C4h10c2.2%2C0%2C4-1.8%2C4-4V6C19%2C3.8%2C17.2%2C2%2C15%2C2L15%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_blue_action {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpolygon%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%228.6%2C17.5%206.5%2C16.5%208.2%2C12.1%204%2C10.3%20%0D%0A%09%097.6%2C2.5%2014.6%2C4.6%2010.9%2C8.9%2015%2C11%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_blue_apart {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%223%22%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20width%3D%229%22%20height%3D%229%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2212%2C12%2012%2C17%203%2C17%203%2C8%208%2C8%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_blue_calendar {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M16%2C8v8H4V8H16%20M18%2C6H2v12h16V6L18%2C6z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%222%22%20y%3D%224%22%20fill%3D%22%2300B4F0%22%20width%3D%2216%22%20height%3D%225%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%222%22%20x2%3D%2210%22%20y2%3D%226%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2215%22%20y1%3D%222%22%20x2%3D%2215%22%20y2%3D%226%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%225%22%20y1%3D%222%22%20x2%3D%225%22%20y2%3D%226%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_blue_citata {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M15.7%2C5l0.5%2C1c-0.4%2C0.1-0.8%2C0.3-1.1%2C0.6c-0.3%2C0.3-0.6%2C0.6-0.9%2C0.9c-0.3%2C0.3-0.4%2C0.7-0.6%2C1.1%0D%0A%09%09%09c-0.1%2C0.4-0.2%2C0.8-0.2%2C1.2v0.3l0%2C0c0.2%2C0%2C0.4-0.1%2C0.5-0.1c1.3%2C0%2C2.4%2C1.1%2C2.4%2C2.4c0%2C1.4-1.1%2C2.5-2.4%2C2.5c-2.4%2C0-2.7-2.2-2.7-3.6%0D%0A%09%09%09c0-0.8%2C0.2-1.9%2C0.4-2.6c0.2-0.7%2C0.6-1.2%2C1-1.7c0.4-0.5%2C0.9-0.9%2C1.4-1.3C14.6%2C5.4%2C15.2%2C5.2%2C15.7%2C5%20M16.8%2C2.6l-1.5%2C0.4%0D%0A%09%09%09c-0.8%2C0.2-1.5%2C0.5-2.2%2C1c-0.7%2C0.5-1.3%2C1-1.8%2C1.7c-0.5%2C0.7-1%2C1.5-1.3%2C2.3C9.6%2C9%2C9.4%2C10.4%2C9.4%2C11.4c0%2C4.2%2C2.5%2C5.6%2C4.7%2C5.6%0D%0A%09%09%09c2.4%2C0%2C4.4-2%2C4.4-4.5c0-1.7-1-3.2-2.4-4c0.1-0.1%2C0.3-0.3%2C0.4-0.4C16.6%2C8%2C16.8%2C8%2C16.9%2C7.9l2.2-0.8L18%2C5.1l-0.5-1L16.8%2C2.6L16.8%2C2.6%0D%0A%09%09%09z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M7.9%2C5l0.5%2C1C8%2C6.1%2C7.7%2C6.3%2C7.3%2C6.6C7%2C6.9%2C6.7%2C7.2%2C6.5%2C7.6C6.2%2C7.9%2C6%2C8.3%2C5.9%2C8.7C5.7%2C9.1%2C5.7%2C9.5%2C5.7%2C9.9%0D%0A%09%09%09v0.3l0%2C0c0.2%2C0%2C0.4-0.1%2C0.5-0.1c1.3%2C0%2C2.4%2C1.1%2C2.4%2C2.4c0%2C1.4-1.1%2C2.5-2.4%2C2.5c-2.4%2C0-2.7-2.2-2.7-3.6c0-0.8%2C0.2-1.9%2C0.4-2.6%0D%0A%09%09%09c0.2-0.7%2C0.6-1.2%2C1-1.7c0.4-0.5%2C0.9-0.9%2C1.4-1.3C6.8%2C5.4%2C7.3%2C5.2%2C7.9%2C5%20M8.9%2C2.6L7.4%2C3.1c-0.8%2C0.2-1.5%2C0.5-2.2%2C1%0D%0A%09%09%09c-0.7%2C0.5-1.3%2C1-1.8%2C1.7c-0.5%2C0.7-1%2C1.5-1.3%2C2.3C1.7%2C9%2C1.5%2C10.4%2C1.5%2C11.4C1.5%2C15.5%2C4%2C17%2C6.2%2C17c2.4%2C0%2C4.4-2%2C4.4-4.5%0D%0A%09%09%09c0-1.7-1-3.2-2.4-4c0.1-0.1%2C0.3-0.3%2C0.4-0.4C8.8%2C8%2C8.9%2C8%2C9.1%2C7.9l2.2-0.8l-1.1-2.1l-0.5-1L8.9%2C2.6L8.9%2C2.6z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_blue_comment {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M16%2C4v7h-6H8v2v1.4l-4-2.5V4H16%20M18%2C2H2v11l8%2C5v-5h8V2L18%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_blue_dashboard {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M16%2C4v12H4V4H16%20M18%2C2H2v16h16V2L18%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%226.5%22%20y%3D%226.5%22%20width%3D%227%22%20height%3D%221%22%2F%3E%0D%0A%09%09%3Cpolygon%20fill%3D%22%2300B4F0%22%20points%3D%2214%2C6%206%2C6%206%2C8%2014%2C8%2014%2C6%20%09%09%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%226.5%22%20y%3D%229.5%22%20width%3D%227%22%20height%3D%221%22%2F%3E%0D%0A%09%09%3Cpolygon%20fill%3D%22%2300B4F0%22%20points%3D%2214%2C9%206%2C9%206%2C11%2014%2C11%2014%2C9%20%09%09%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%226.5%22%20y%3D%2212.5%22%20width%3D%227%22%20height%3D%221%22%2F%3E%0D%0A%09%09%3Cpolygon%20fill%3D%22%2300B4F0%22%20points%3D%2214%2C12%206%2C12%206%2C14%2014%2C14%2014%2C12%20%09%09%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_blue_dislike {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2300B4F0%22%20d%3D%22M7%2C16.3c0.4-0.6%2C1.3-1.6%2C1.9-2c1.5-1.1%2C2.8-2.1%2C3.7-3.1%0D%0A%09%09%09c0.5-0.6%2C3.6%2C1%2C4.2%2C0.3c0.6-0.4%2C1.2-6%2C0.1-8.2c-0.5-0.9-3.8%2C0.9-4.5%2C0.4c-1.2-0.7-5.1-2-6.7-1.8C4.9%2C2.1%2C3.3%2C4.5%2C2.8%2C6.7%0D%0A%09%09%09C2.5%2C7.6%2C2.2%2C11%2C3.2%2C11.6c1%2C0.6%2C2.4%2C0.4%2C3.3%2C0.8c0%2C0.3-0.5%2C0.9-0.7%2C1.1c-0.3%2C0.4-0.4%2C0.6-0.7%2C1.1C4.4%2C16.1%2C4.3%2C20.3%2C7%2C16.3L7%2C16.3%0D%0A%09%09%09z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_blue_edit {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M10.4%2C4.8l4.8%2C4.8L8.8%2C16H4v-4.8L10.4%2C4.8%20M10.4%2C2L2%2C10.4V18h7.6L18%2C9.6L10.4%2C2L10.4%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%224.6%22%20y1%3D%229.4%22%20x2%3D%2210.3%22%20y2%3D%2215.1%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_blue_edit_new {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2217.1px%22%20viewBox%3D%220%200%2020%2017.1%22%20style%3D%22enable-background%3Anew%200%200%2020%2017.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%222%22%20y%3D%225.1%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-2.07%209.1448)%22%20style%3D%22fill%3A%23006DB1%3B%22%20width%3D%2216%22%20height%3D%224%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23006DB1%3B%22%20points%3D%222%2C15%204.8%2C14.6%202.5%2C12.3%20%09%22%2F%3E%0D%0A%09%3Crect%20y%3D%2216.1%22%20style%3D%22fill%3A%23006DB1%3B%22%20width%3D%2220%22%20height%3D%221%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 17.1px;
}

.icon-20_blue_eye {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M11.5%2C10.5c-1.1%2C0-2-0.9-2-2c0-0.9%2C0.6-1.6%2C1.4-1.9c-0.3-0.1-0.6-0.1-0.9-0.1c-1.9%2C0-3.5%2C1.6-3.5%2C3.5%0D%0A%09s1.6%2C3.5%2C3.5%2C3.5s3.5-1.6%2C3.5-3.5c0-0.3%2C0-0.6-0.1-0.9C13.1%2C9.9%2C12.4%2C10.5%2C11.5%2C10.5z%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M10%2C5c5%2C0%2C7%2C5%2C7%2C5s-2%2C5-7%2C5s-7-5-7-5S5%2C5%2C10%2C5%20M10%2C3C3.8%2C3%2C1.3%2C9%2C1.1%2C9.2L0.8%2C10l0.3%2C0.8%0D%0A%09%09C1.3%2C11%2C3.8%2C17%2C10%2C17s8.7-6%2C8.9-6.2l0.3-0.8l-0.3-0.8C18.7%2C9%2C16.2%2C3%2C10%2C3L10%2C3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_blue_file {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%224%2C18%204%2C3%2011%2C3%2016%2C8%2016%2C17%204%2C17%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpolygon%20fill%3D%22%2300B4F0%22%20points%3D%2216%2C9%2010%2C9%2010%2C3%20%09%09%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_blue_folder {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M7.8%2C4l2.4%2C2.5l0.6%2C0.6h0.8H16V16H4V4H7.8%20M8.6%2C2H2v16h16V5.1h-6.4L8.6%2C2L8.6%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%223%22%20y1%3D%2210%22%20x2%3D%2217%22%20y2%3D%2210%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_blue_heart_active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M9.7%2C16.9c-2.5-0.7-4.5-2.2-5.8-3.9c-1.6-2.1-2.2-4.5-1.7-6.3c0.3-1.1%2C0.8-2%2C1.5-2.6c0.6-0.5%2C1.2-0.8%2C2-1%0D%0A%09%09%09l0%2C0C6.4%2C2.9%2C7.1%2C3%2C7.9%2C3.2C8.6%2C3.4%2C9.3%2C3.7%2C10%2C4.3c0.7-0.6%2C1.4-0.9%2C2.1-1.1c0.8-0.2%2C1.5-0.2%2C2.2-0.1l0%2C0c0.7%2C0.2%2C1.4%2C0.5%2C2%2C1%0D%0A%09%09%09c0.7%2C0.6%2C1.2%2C1.5%2C1.5%2C2.6c0.5%2C1.8-0.2%2C4.2-1.7%2C6.3c-1.3%2C1.7-3.3%2C3.2-5.8%2C3.9L10%2C17L9.7%2C16.9z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_blue_key {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M7.5%2C9c1.9%2C0%2C3.5%2C1.6%2C3.5%2C3.5S9.4%2C16%2C7.5%2C16S4%2C14.4%2C4%2C12.5S5.6%2C9%2C7.5%2C9%20M7.5%2C7C4.5%2C7%2C2%2C9.5%2C2%2C12.5%0D%0A%09%09S4.5%2C18%2C7.5%2C18s5.5-2.5%2C5.5-5.5S10.5%2C7%2C7.5%2C7L7.5%2C7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229.8%22%20y1%3D%229.4%22%20x2%3D%2216.7%22%20y2%3D%222.5%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2217%22%20y1%3D%228%22%20x2%3D%2214%22%20y2%3D%225%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_blue_letter {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M16%2C5v10H4V5H16%20M18%2C3H2v14h16V3L18%2C3z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%223%2C8%2010%2C11%2017%2C8%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_blue_like {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M13.5%2C4c0.6%2C0%2C0.4%2C1.7%2C0.1%2C2.5c-0.2%2C0.3-0.3%2C0.5-0.5%2C0.8c-0.1%2C0.2-0.5%2C0.7-0.5%2C0.8%0D%0A%09%09%09c0.7%2C0.3%2C1.7%2C0.2%2C2.4%2C0.6c0.8%2C0.4%2C0.5%2C3%2C0.3%2C3.6c-0.4%2C1.7-1.6%2C3.5-2.1%2C3.5c-0.1%2C0-0.2%2C0-0.3%2C0c-1.3%2C0-3.8-0.9-4.7-1.4%0D%0A%09%09%09c-0.1%2C0-0.1%2C0-0.2%2C0c-0.6%2C0-1.9%2C0.6-2.6%2C0.6c-0.2%2C0-0.4-0.1-0.5-0.2C4.1%2C13.3%2C4.6%2C9.1%2C5%2C8.8c0.1-0.1%2C0.2-0.1%2C0.4-0.1%0D%0A%09%09%09c0.6%2C0%2C1.8%2C0.5%2C2.4%2C0.5c0.1%2C0%2C0.2%2C0%2C0.3-0.1c0.7-0.7%2C1.6-1.5%2C2.7-2.3c0.4-0.3%2C1.1-1.1%2C1.4-1.5C12.8%2C4.3%2C13.2%2C4%2C13.5%2C4%20M13.5%2C2%0D%0A%09%09%09c-1.3%2C0-2.2%2C1.1-2.9%2C2.1c-0.2%2C0.3-0.6%2C0.8-0.9%2C1.1C8.6%2C5.9%2C7.9%2C6.5%2C7.3%2C7C7.2%2C7%2C7.2%2C7%2C7.1%2C7C6.6%2C6.9%2C6%2C6.7%2C5.4%2C6.7%0D%0A%09%09%09c-1.1%2C0-1.7%2C0.6-2%2C0.9l0%2C0c-1.3%2C1.8-1.1%2C6.5-0.3%2C8.2l0%2C0.1l0%2C0.1c0.4%2C0.8%2C1.3%2C1.2%2C2.2%2C1.2c0.7%2C0%2C1.4-0.2%2C2-0.4%0D%0A%09%09%09c0.1%2C0%2C0.2-0.1%2C0.4-0.1c1.3%2C0.6%2C3.5%2C1.4%2C5.1%2C1.4c0.2%2C0%2C0.3%2C0%2C0.5%2C0c2.2-0.3%2C3.5-3.8%2C3.8-5c0%2C0%2C1.1-4.5-1.3-5.8%0D%0A%09%09%09c-0.1-0.1-0.3-0.2-0.4-0.2c0.3-1%2C0.6-2.7-0.1-3.8C15%2C2.4%2C14.3%2C2%2C13.5%2C2L13.5%2C2z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_blue_like_active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2300B4F0%22%20d%3D%22M13%2C3.7c-0.4%2C0.6-1.3%2C1.6-1.9%2C2C9.6%2C6.8%2C8.3%2C7.8%2C7.4%2C8.8%0D%0A%09%09%09c-0.5%2C0.6-3.6-1-4.2-0.3c-0.6%2C0.4-1.2%2C6-0.1%2C8.2c0.5%2C0.9%2C3.8-0.9%2C4.5-0.4c1.2%2C0.7%2C5.1%2C2%2C6.7%2C1.8c0.8-0.1%2C2.3-2.5%2C2.9-4.7%0D%0A%09%09%09c0.2-0.9%2C0.6-4.3-0.4-4.8c-1-0.6-2.4-0.4-3.3-0.8c0-0.3%2C0.5-0.9%2C0.7-1.1c0.3-0.4%2C0.4-0.6%2C0.7-1.1C15.6%2C3.9%2C15.7-0.3%2C13%2C3.7L13%2C3.7%0D%0A%09%09%09z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_blue_mess_received {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M1.19133309%2C10.5881659%20C0.866497163%2C10.1415177%200.965246493%2C9.51610692%201.41189589%2C9.19127185%20C1.85854528%2C8.86643678%202.4839577%2C8.96518585%202.80879363%2C9.41183407%20L6.0186899%2C13.8254299%20L13.2045511%2C4.39401177%20C13.5392571%2C3.95471127%2014.1667143%2C3.86991998%2014.606016%2C4.20462512%20C15.0453176%2C4.53933027%2015.1301091%2C5.16678581%2014.7954031%2C5.60608631%20L7.6095419%2C15.0375044%20C7.49179365%2C15.1920486%207.35215432%2C15.3286105%207.19502484%2C15.4428862%20C6.30172605%2C16.0925563%205.0509012%2C15.8950582%204.40122936%2C15.0017617%20L1.19133309%2C10.5881659%20Z%20M11.2999965%2C15.5999451%20C10.968628%2C16.0417685%2010.3418312%2C16.1313107%209.90000657%2C15.7999431%20C9.45818194%2C15.4685755%209.36863954%2C14.8417803%209.700008%2C14.3999568%20L17.1999541%2C4.40005493%20C17.5313226%2C3.95823146%2018.1581194%2C3.86868929%2018.599944%2C4.20005689%20C19.0417686%2C4.53142449%2019.1313111%2C5.15821969%2018.7999426%2C5.60004316%20L11.2999965%2C15.5999451%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_blue_people {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M16.9%2C15.5c-0.2-0.8-1.3-1.6-2-1.9l-0.7-0.3c-1.1-0.5-2.4-0.3-2.4-1.2c0-0.5%2C0.5-0.9%2C1-2.1%0D%0A%09%09c0.1-0.2%2C0.3-0.3%2C0.4-0.5c0.4-0.5%2C0.5-1%2C0.5-1.6c0-0.4-0.2-0.5-0.1-0.8c0.2-0.7%2C0.2-2%2C0-2.7l-0.3-0.7c-0.1-0.2-0.3-0.5-0.5-0.6%0D%0A%09%09l-0.1%2C0c0%2C0-0.1-0.1-0.2-0.1c-0.3-0.1-0.6-0.1-0.9-0.1c-0.2%2C0-0.3-0.2-0.6-0.4c-0.1-0.1-0.2-0.1-0.4-0.1c0%2C0%2C0%2C0%2C0%2C0l-0.2-0.1%0D%0A%09%09C9.7%2C1.9%2C8.7%2C2%2C8.2%2C2.3C8%2C2.4%2C8.1%2C2.3%2C8%2C2.4C7.9%2C2.5%2C7.8%2C2.6%2C7.7%2C2.6L7.2%2C3.2C7.2%2C3.2%2C7.1%2C3.3%2C7%2C3.4C6.9%2C3.6%2C6.8%2C3.9%2C6.7%2C4.1%0D%0A%09%09c-0.2%2C0.5-0.5%2C2-0.2%2C2.6c0.1%2C0.2%2C0.2%2C0.4%2C0.1%2C0.7C6.4%2C7.5%2C6.4%2C7.5%2C6.4%2C7.7c0%2C0.3%2C0%2C0.4%2C0.1%2C0.7c0%2C0.2%2C0%2C0.2%2C0.1%2C0.3l0%2C0.1%0D%0A%09%09c0%2C0%2C0%2C0%2C0%2C0C6.6%2C9%2C6.7%2C9.2%2C6.8%2C9.3c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0L7%2C9.6c0.4%2C0.3%2C0.2%2C0.3%2C0.5%2C0.8c0.4%2C0.9%2C0.5%2C0.9%2C0.7%2C1.2l0.1%2C0.2%0D%0A%09%09c0.1%2C0.9-0.8%2C1-1.2%2C1.1L6.5%2C13c-1.4%2C0.3-2.6%2C1.1-3.3%2C2.2c-0.2%2C0.4-0.2%2C0.6-0.1%2C1C3.3%2C17.9%2C9.3%2C18%2C9.9%2C18c1.2%2C0%2C6.7-0.4%2C7-1.7%0D%0A%09%09C17%2C16.1%2C17%2C15.7%2C16.9%2C15.5%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_blue_photo {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M12%2C5l1.4%2C2.1L13.9%2C8L15%2C8l1%2C0v8h-6H4V8h1h1.1l0.6-0.9L8.1%2C5H10H12%20M13%2C3h-3H7L5%2C6H2v12h8h8V6l-3%2C0L13%2C3%0D%0A%09%09L13%2C3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Ccircle%20fill%3D%22%2300B4F0%22%20cx%3D%2210%22%20cy%3D%2211.5%22%20r%3D%223%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_blue_planet {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M10%2C4c3.3%2C0%2C6%2C2.7%2C6%2C6s-2.7%2C6-6%2C6s-6-2.7-6-6S6.7%2C4%2C10%2C4%20M10%2C2c-4.4%2C0-8%2C3.6-8%2C8s3.6%2C8%2C8%2C8s8-3.6%2C8-8%0D%0A%09%09S14.4%2C2%2C10%2C2L10%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M12.7%2C5.1c-1.6%2C0.8-0.3-0.1-2%2C0.1C9.2%2C5.3%2C9.6%2C6%2C8.5%2C6C8.3%2C6.1%2C8.4%2C6.5%2C8.6%2C6.5c0%2C0.1-0.5%2C0.6-0.3%2C0.7%0D%0A%09C8.5%2C7.4%2C9.5%2C7%2C9.7%2C7.1c0.6%2C0.4%2C0.9%2C0.7%2C0.9%2C0.8c0%2C0.1-2-0.7-2.4%2C0.1C8%2C8.5%2C7%2C9.9%2C7.8%2C10.7c0.5%2C0.6%2C1.1%2C0.2%2C2%2C0.3%0D%0A%09c0.3%2C1.3%2C0.5%2C2.5%2C0.9%2C3.1c1.2%2C0%2C0.5%2C0.1%2C1.2-0.5c0.3-0.2%2C0-0.1%2C0.4-0.3c0.4-0.2%2C1.3%2C0.1%2C0.8-0.9c-0.2-0.5-0.3-0.6-0.1-0.8%0D%0A%09c0.7-0.9%2C1.1-0.8%2C0.2-1.5c-0.4-0.4-0.6-0.5-0.6-1.3c1.5%2C2.2%2C2.1-1.9%2C2.2%2C0.1C14.7%2C9%2C14.8%2C6.3%2C12.7%2C5.1z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M7%2C13c-1.3-2.5-4.2-2-4-2c0%2C0.1%2C0.3%2C2.1%2C1%2C3c0.5%2C0.6%2C3.5%2C2.4%2C4%2C3c1.2%2C0%2C1.5%2C0%2C1-1C8.8%2C15.5%2C8.1%2C14.3%2C7%2C13z%22%0D%0A%09%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_blue_power {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20x%3D%229%22%20y%3D%222%22%20fill%3D%22%2300B4F0%22%20width%3D%222%22%20height%3D%228%22%2F%3E%0D%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6.8%2C4C4.6%2C5.1%2C3%2C7.5%2C3%2C10.2c0%2C3.8%2C3.1%2C6.8%2C7%2C6.8%0D%0A%09s7-2.9%2C7-6.8c0-2.7-1.6-5.1-3.9-6.2%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_blue_share {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%09%3Ctitle%3EPolygon%3C%2Ftitle%3E%0D%0A%09%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%09%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(373%20-466)%22%3E%0D%0A%09%09%3Cg%20id%3D%22Polygon%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23path0_stroke%22%20transform%3D%22translate(-372%20469)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Cpath%20id%3D%22path0_stroke%22%20d%3D%22M%2017.5%207L%2018.1823%207.73106L%2018.9656%207L%2018.1823%206.26894L%2017.5%207ZM%2010%2014L%209%2014L%209%2016.3012L%2010.6823%2014.7311L%2010%2014ZM%2010%200L%2010.6823%20-0.731055L%209%20-2.30122L%209%200L%2010%200ZM%2010%203.5L%2010.0499%204.49875L%2011%204.45125L%2011%203.5L%2010%203.5ZM%2010%2010.5L%2011%2010.5L%2011%209.75597L%2010.2873%209.54217L%2010%2010.5ZM%200%2013.5L%20-1%2013.5L%20-1%2015.7454L%200.668965%2014.2433L%200%2013.5ZM%2016.8177%206.26894L%209.31768%2013.2689L%2010.6823%2014.7311L%2018.1823%207.73106L%2016.8177%206.26894ZM%209.31768%200.731055L%2016.8177%207.73106L%2018.1823%206.26894L%2010.6823%20-0.731055L%209.31768%200.731055ZM%2011%203.5L%2011%200L%209%200L%209%203.5L%2011%203.5ZM%2011%2014L%2011%2010.5L%209%2010.5L%209%2014L%2011%2014ZM%2010%2010.5C%2010.2873%209.54217%2010.2868%209.54201%2010.2863%209.54185C%2010.286%209.54179%2010.2855%209.54161%2010.2851%209.54149C%2010.2846%209.54134%2010.2833%209.54096%2010.2823%209.54067C%2010.281%209.54029%2010.278%209.5394%2010.2754%209.53864C%2010.2715%209.53753%2010.2636%209.53527%2010.256%209.53311C%2010.2435%209.5296%2010.2203%209.52325%2010.1954%209.51674C%2010.1515%209.50527%2010.0764%209.48672%209.99025%209.46769C%209.83012%209.43256%209.57166%209.38359%209.26815%209.3441C%208.68751%209.27003%207.79263%209.21895%206.7755%209.31746C%204.71545%209.52347%202.00809%2010.3474%20-0.668965%2012.7567L%200.668965%2014.2433C%202.99191%2012.1526%205.28455%2011.4765%206.9745%2011.3075C%207.83237%2011.2186%208.49999%2011.2612%209.0131%2011.3278C%209.25647%2011.3586%209.42769%2011.3917%209.56053%2011.421C%209.62091%2011.4342%209.6581%2011.4435%209.68982%2011.4518C%209.7028%2011.4551%209.70831%2011.4567%209.71502%2011.4586C%209.71697%2011.4591%209.71836%2011.4595%209.71734%2011.4592C%209.71753%2011.4593%209.71579%2011.4588%209.71588%2011.4588C%209.71627%2011.4589%209.7143%2011.4583%209.71449%2011.4584C%209.71422%2011.4583%209.71376%2011.4582%209.71363%2011.4581C%209.71315%2011.458%209.71265%2011.4578%2010%2010.5ZM%201%2013.5C%201%209.1993%203.21894%207.00199%205.46483%205.8229C%206.6225%205.20928%207.7403%204.89257%208.64145%204.70554C%209.08006%204.61369%209.42716%204.56374%209.68736%204.53317C%209.81195%204.51841%209.90154%204.51012%209.96909%204.50462C%2010.0003%204.50206%2010.0202%204.50066%2010.0365%204.4996C%2010.0434%204.49915%2010.0467%204.49895%2010.0502%204.49875C%2010.0513%204.49868%2010.0524%204.49862%2010.0518%204.49865C%2010.0519%204.49865%2010.0513%204.49868%2010.0513%204.49868C%2010.0512%204.49869%2010.0508%204.49871%2010.0507%204.49871C%2010.0504%204.49873%2010.0499%204.49875%2010%203.5C%209.95006%202.50125%209.94956%202.50127%209.94902%202.5013C%209.94879%202.50131%209.94821%202.50134%209.94775%202.50137C%209.94714%202.5014%209.94575%202.50147%209.94452%202.50154C%209.94268%202.50164%209.93897%202.50184%209.93531%202.50205C%209.92922%202.5024%209.91818%202.50307%209.90613%202.50385C%209.88456%202.50526%209.84838%202.50783%209.8063%202.51125C%209.72736%202.51772%209.60211%202.52945%209.45327%202.54691C%209.16659%202.58079%208.73244%202.64413%208.23355%202.74758C%207.2597%202.95118%205.8775%203.35322%204.53517%204.0521C%201.78106%205.49801%20-1%208.3007%20-1%2013.5L%201%2013.5Z%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_blue_star {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.0032%2014.9814L5.79382%2017.48C5.39794%2017.715%204.88645%2017.5846%204.65139%2017.1889C4.54261%2017.0058%204.5081%2016.788%204.55494%2016.5802L5.63131%2011.8062L1.95338%208.57643C1.60749%208.27268%201.57341%207.74614%201.87728%207.40038C2.01789%207.24038%202.21445%207.14026%202.42659%207.1206L7.30124%206.66865L9.23757%202.17398C9.41967%201.75128%209.9101%201.55618%2010.333%201.73821C10.5286%201.82245%2010.6846%201.97838%2010.7689%202.17398L12.7052%206.66865L17.5799%207.1206C18.0383%207.1631%2018.3755%207.56906%2018.333%208.02733C18.3133%208.23939%2018.2131%208.43587%2018.0531%208.57643L14.3752%2011.8062L15.4515%2016.5802C15.5527%2017.0292%2015.2707%2017.4752%2014.8216%2017.5764C14.6137%2017.6232%2014.3958%2017.5887%2014.2126%2017.48L10.0032%2014.9814Z%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_blue_star_active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M10%2C6.3L10.9%2C8l0.4%2C0.9l0.9%2C0.2l1.9%2C0.4L12.7%2C11l-0.6%2C0.7l0.1%2C0.9l0.3%2C2l-1.7-0.8l-0.9-0.4L9%2C13.7l-1.5%2C0.8%0D%0A%09%09l0.2-2.1l0.1-0.9l-0.6-0.7L5.9%2C9.4l2-0.4l0.9-0.2l0.4-0.9L10%2C6.3%20M10%2C2L7.4%2C7L2%2C8.1l3.7%2C4.1L5.1%2C18l4.9-2.5l5%2C2.5l-0.7-5.7L18%2C8.1%0D%0A%09%09l-5.3-1L10%2C2L10%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_close_red_circle {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3E%26%23208%3B%26%23186%3B%26%23209%3B%26%23128%3B%26%23208%3B%26%23181%3B%26%23209%3B%26%23129%3B%26%23209%3B%26%23130%3B%26%23208%3B%26%23184%3B%26%23208%3B%26%23186%3B%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(7415%201738)%22%3E%0D%0A%3Cg%20id%3D%22%26%23208%3B%26%23186%3B%26%23209%3B%26%23128%3B%26%23208%3B%26%23181%3B%26%23209%3B%26%23129%3B%26%23209%3B%26%23130%3B%26%23208%3B%26%23184%3B%26%23208%3B%26%23186%3B%22%3E%0D%0A%3Cg%20id%3D%22Ellipse%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(-7415%20-1738)%22%20fill%3D%22%23FF0000%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_stroke%22%20transform%3D%22translate(-7409%20-1732)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path2_stroke%22%20transform%3D%22translate(-7409%20-1732)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2020%2010C%2020%2015.5228%2015.5228%2020%2010%2020C%204.47715%2020%200%2015.5228%200%2010C%200%204.47715%204.47715%200%2010%200C%2015.5228%200%2020%204.47715%2020%2010Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_stroke%22%20d%3D%22M%208.70711%207.29289L%200.707107%20-0.707107L%20-0.707107%200.707107L%207.29289%208.70711L%208.70711%207.29289Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path2_stroke%22%20d%3D%22M%207.29289%20-0.707107L%20-0.707107%207.29289L%200.707107%208.70711L%208.70711%200.707107L%207.29289%20-0.707107Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_dark-blue_folder {
  background-image: url("data:image/svg+xml;charset=UTF-8,%EF%BB%BF%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%230088cc%22%20d%3D%22M7.8%2C4l2.4%2C2.5l0.6%2C0.6h0.8H16V16H4V4H7.8%20M8.6%2C2H2v16h16V5.1h-6.4L8.6%2C2L8.6%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%230088cc%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%223%22%20y1%3D%2210%22%20x2%3D%2217%22%20y2%3D%2210%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_dark-blue_heart_active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%EF%BB%BF%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%230088cc%22%20d%3D%22M9.7%2C16.9c-2.5-0.7-4.5-2.2-5.8-3.9c-1.6-2.1-2.2-4.5-1.7-6.3c0.3-1.1%2C0.8-2%2C1.5-2.6c0.6-0.5%2C1.2-0.8%2C2-1%0D%0A%09%09%09l0%2C0C6.4%2C2.9%2C7.1%2C3%2C7.9%2C3.2C8.6%2C3.4%2C9.3%2C3.7%2C10%2C4.3c0.7-0.6%2C1.4-0.9%2C2.1-1.1c0.8-0.2%2C1.5-0.2%2C2.2-0.1l0%2C0c0.7%2C0.2%2C1.4%2C0.5%2C2%2C1%0D%0A%09%09%09c0.7%2C0.6%2C1.2%2C1.5%2C1.5%2C2.6c0.5%2C1.8-0.2%2C4.2-1.7%2C6.3c-1.3%2C1.7-3.3%2C3.2-5.8%2C3.9L10%2C17L9.7%2C16.9z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_dark-blue_share {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%09%3Ctitle%3EPolygon%3C%2Ftitle%3E%0D%0A%09%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%09%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(373%20-466)%22%3E%0D%0A%09%09%3Cg%20id%3D%22Polygon%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23path0_stroke%22%20transform%3D%22translate(-372%20469)%22%20fill%3D%22%230088cc%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Cpath%20id%3D%22path0_stroke%22%20d%3D%22M%2017.5%207L%2018.1823%207.73106L%2018.9656%207L%2018.1823%206.26894L%2017.5%207ZM%2010%2014L%209%2014L%209%2016.3012L%2010.6823%2014.7311L%2010%2014ZM%2010%200L%2010.6823%20-0.731055L%209%20-2.30122L%209%200L%2010%200ZM%2010%203.5L%2010.0499%204.49875L%2011%204.45125L%2011%203.5L%2010%203.5ZM%2010%2010.5L%2011%2010.5L%2011%209.75597L%2010.2873%209.54217L%2010%2010.5ZM%200%2013.5L%20-1%2013.5L%20-1%2015.7454L%200.668965%2014.2433L%200%2013.5ZM%2016.8177%206.26894L%209.31768%2013.2689L%2010.6823%2014.7311L%2018.1823%207.73106L%2016.8177%206.26894ZM%209.31768%200.731055L%2016.8177%207.73106L%2018.1823%206.26894L%2010.6823%20-0.731055L%209.31768%200.731055ZM%2011%203.5L%2011%200L%209%200L%209%203.5L%2011%203.5ZM%2011%2014L%2011%2010.5L%209%2010.5L%209%2014L%2011%2014ZM%2010%2010.5C%2010.2873%209.54217%2010.2868%209.54201%2010.2863%209.54185C%2010.286%209.54179%2010.2855%209.54161%2010.2851%209.54149C%2010.2846%209.54134%2010.2833%209.54096%2010.2823%209.54067C%2010.281%209.54029%2010.278%209.5394%2010.2754%209.53864C%2010.2715%209.53753%2010.2636%209.53527%2010.256%209.53311C%2010.2435%209.5296%2010.2203%209.52325%2010.1954%209.51674C%2010.1515%209.50527%2010.0764%209.48672%209.99025%209.46769C%209.83012%209.43256%209.57166%209.38359%209.26815%209.3441C%208.68751%209.27003%207.79263%209.21895%206.7755%209.31746C%204.71545%209.52347%202.00809%2010.3474%20-0.668965%2012.7567L%200.668965%2014.2433C%202.99191%2012.1526%205.28455%2011.4765%206.9745%2011.3075C%207.83237%2011.2186%208.49999%2011.2612%209.0131%2011.3278C%209.25647%2011.3586%209.42769%2011.3917%209.56053%2011.421C%209.62091%2011.4342%209.6581%2011.4435%209.68982%2011.4518C%209.7028%2011.4551%209.70831%2011.4567%209.71502%2011.4586C%209.71697%2011.4591%209.71836%2011.4595%209.71734%2011.4592C%209.71753%2011.4593%209.71579%2011.4588%209.71588%2011.4588C%209.71627%2011.4589%209.7143%2011.4583%209.71449%2011.4584C%209.71422%2011.4583%209.71376%2011.4582%209.71363%2011.4581C%209.71315%2011.458%209.71265%2011.4578%2010%2010.5ZM%201%2013.5C%201%209.1993%203.21894%207.00199%205.46483%205.8229C%206.6225%205.20928%207.7403%204.89257%208.64145%204.70554C%209.08006%204.61369%209.42716%204.56374%209.68736%204.53317C%209.81195%204.51841%209.90154%204.51012%209.96909%204.50462C%2010.0003%204.50206%2010.0202%204.50066%2010.0365%204.4996C%2010.0434%204.49915%2010.0467%204.49895%2010.0502%204.49875C%2010.0513%204.49868%2010.0524%204.49862%2010.0518%204.49865C%2010.0519%204.49865%2010.0513%204.49868%2010.0513%204.49868C%2010.0512%204.49869%2010.0508%204.49871%2010.0507%204.49871C%2010.0504%204.49873%2010.0499%204.49875%2010%203.5C%209.95006%202.50125%209.94956%202.50127%209.94902%202.5013C%209.94879%202.50131%209.94821%202.50134%209.94775%202.50137C%209.94714%202.5014%209.94575%202.50147%209.94452%202.50154C%209.94268%202.50164%209.93897%202.50184%209.93531%202.50205C%209.92922%202.5024%209.91818%202.50307%209.90613%202.50385C%209.88456%202.50526%209.84838%202.50783%209.8063%202.51125C%209.72736%202.51772%209.60211%202.52945%209.45327%202.54691C%209.16659%202.58079%208.73244%202.64413%208.23355%202.74758C%207.2597%202.95118%205.8775%203.35322%204.53517%204.0521C%201.78106%205.49801%20-1%208.3007%20-1%2013.5L%201%2013.5Z%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_gray_close {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2048.2%20(47327)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0D%0A%20%20%20%20%3Ctitle%3Eclose%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22gd-android%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22close%22%20fill%3D%22%23979797%22%20fill-rule%3D%22nonzero%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10%2C9.29751434%20L16.363961%2C2.93355331%20C16.5592232%2C2.73829117%2016.8758057%2C2.73829117%2017.0710678%2C2.93355331%20C17.26633%2C3.12881546%2017.26633%2C3.44539795%2017.0710678%2C3.6406601%20L10.7071068%2C10.0046211%20L17.0710678%2C16.3685822%20C17.26633%2C16.5638443%2017.26633%2C16.8804268%2017.0710678%2C17.0756889%20C16.8758057%2C17.2709511%2016.5592232%2C17.2709511%2016.363961%2C17.0756889%20L10%2C10.7117279%20L3.63603897%2C17.0756889%20C3.44077682%2C17.2709511%203.12419433%2C17.2709511%202.92893219%2C17.0756889%20C2.73367004%2C16.8804268%202.73367004%2C16.5638443%202.92893219%2C16.3685822%20L9.29289322%2C10.0046211%20L2.92893219%2C3.6406601%20C2.73367004%2C3.44539795%202.73367004%2C3.12881546%202.92893219%2C2.93355331%20C3.12419433%2C2.73829117%203.44077682%2C2.73829117%203.63603897%2C2.93355331%20L10%2C9.29751434%20Z%22%20id%3D%22Combined-Shape%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_green_area {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20x1%3D%223.6%22%20y1%3D%227.7%22%20x2%3D%2216.9%22%20y2%3D%2211.1%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229.1%22%20y1%3D%223.3%22%20x2%3D%226.3%22%20y2%3D%2216.3%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2214.3%22%20y1%3D%223.8%22%20x2%3D%2210.2%22%20y2%3D%2216.5%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M9.3%2C4.1l5.3%2C0.8l1.2%2C5.9l-3.7%2C4.5l-4.9%2C0.6l-3.2-3.2l0.4-5.8L9.3%2C4.1%20M8.9%2C2L2.6%2C5.6L2%2C13.4L6.6%2C18%0D%0A%09%09%09l6.6-0.8l4.8-5.9l-1.7-8.2L8.9%2C2L8.9%2C2z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_green_attachment {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.6%2C6.9l-3.4%2C5.3%0D%0A%09%09c-0.7%2C1-2.1%2C1.2-2.9%2C0.6c-0.8-0.6-1.1-1.8-0.5-2.8l2.8-4.4c2-3.2%2C4.5-2.8%2C6.1-1.8c1.4%2C0.9%2C2.7%2C3.1%2C0.8%2C5.9l-3%2C4.7%0D%0A%09%09c-1.5%2C2.4-4.9%2C3.2-7.1%2C2.2%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_green_citata {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M15.7%2C5l0.5%2C1c-0.4%2C0.1-0.8%2C0.3-1.1%2C0.6c-0.3%2C0.3-0.6%2C0.6-0.9%2C0.9c-0.3%2C0.3-0.4%2C0.7-0.6%2C1.1%0D%0A%09%09%09c-0.1%2C0.4-0.2%2C0.8-0.2%2C1.2v0.3l0%2C0c0.2%2C0%2C0.4-0.1%2C0.5-0.1c1.3%2C0%2C2.4%2C1.1%2C2.4%2C2.4c0%2C1.4-1.1%2C2.5-2.4%2C2.5c-2.4%2C0-2.7-2.2-2.7-3.6%0D%0A%09%09%09c0-0.8%2C0.2-1.9%2C0.4-2.6c0.2-0.7%2C0.6-1.2%2C1-1.7c0.4-0.5%2C0.9-0.9%2C1.4-1.3C14.6%2C5.4%2C15.2%2C5.2%2C15.7%2C5%20M16.8%2C2.6l-1.5%2C0.4%0D%0A%09%09%09c-0.8%2C0.2-1.5%2C0.5-2.2%2C1c-0.7%2C0.5-1.3%2C1-1.8%2C1.7c-0.5%2C0.7-1%2C1.5-1.3%2C2.3C9.6%2C9%2C9.4%2C10.4%2C9.4%2C11.4c0%2C4.2%2C2.5%2C5.6%2C4.7%2C5.6%0D%0A%09%09%09c2.4%2C0%2C4.4-2%2C4.4-4.5c0-1.7-1-3.2-2.4-4c0.1-0.1%2C0.3-0.3%2C0.4-0.4C16.6%2C8%2C16.8%2C8%2C16.9%2C7.9l2.2-0.8L18%2C5.1l-0.5-1L16.8%2C2.6L16.8%2C2.6%0D%0A%09%09%09z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M7.9%2C5l0.5%2C1C8%2C6.1%2C7.7%2C6.3%2C7.3%2C6.6C7%2C6.9%2C6.7%2C7.2%2C6.5%2C7.6C6.2%2C7.9%2C6%2C8.3%2C5.9%2C8.7C5.7%2C9.1%2C5.7%2C9.5%2C5.7%2C9.9%0D%0A%09%09%09v0.3l0%2C0c0.2%2C0%2C0.4-0.1%2C0.5-0.1c1.3%2C0%2C2.4%2C1.1%2C2.4%2C2.4c0%2C1.4-1.1%2C2.5-2.4%2C2.5c-2.4%2C0-2.7-2.2-2.7-3.6c0-0.8%2C0.2-1.9%2C0.4-2.6%0D%0A%09%09%09c0.2-0.7%2C0.6-1.2%2C1-1.7c0.4-0.5%2C0.9-0.9%2C1.4-1.3C6.8%2C5.4%2C7.3%2C5.2%2C7.9%2C5%20M8.9%2C2.6L7.4%2C3.1c-0.8%2C0.2-1.5%2C0.5-2.2%2C1%0D%0A%09%09%09c-0.7%2C0.5-1.3%2C1-1.8%2C1.7c-0.5%2C0.7-1%2C1.5-1.3%2C2.3C1.7%2C9%2C1.5%2C10.4%2C1.5%2C11.4C1.5%2C15.5%2C4%2C17%2C6.2%2C17c2.4%2C0%2C4.4-2%2C4.4-4.5%0D%0A%09%09%09c0-1.7-1-3.2-2.4-4c0.1-0.1%2C0.3-0.3%2C0.4-0.4C8.8%2C8%2C8.9%2C8%2C9.1%2C7.9l2.2-0.8l-1.1-2.1l-0.5-1L8.9%2C2.6L8.9%2C2.6z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_green_dog {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%231EA01E%3B%22%20d%3D%22M18.8%2C6.9c-0.5-3.2-2.5-5-3.7-5.7c-1.2-0.7-4.7-1.7-7.7-0.7s-5.1%2C4-5.7%2C5.9c-0.7%2C2.2-1%2C7.2%2C0.5%2C9.7%0D%0A%09s3.7%2C4%2C6.7%2C4s4.7-0.7%2C4.7-0.7l-0.5-1.7c0%2C0-2%2C0.5-3.7%2C0.5s-3.7-0.7-5.2-2.7S2.9%2C8.8%2C3.6%2C6.6s3.2-4.7%2C6.7-4.7s5.1%2C1.9%2C5.1%2C1.9%0D%0A%09c1.5%2C1.2%2C1.7%2C4.2%2C1.5%2C6.9c-0.2%2C2.7-3.2%2C3.2-3.6%2C2.4c-0.5-1%2C0.2-7.7%2C0.2-7.7S12.7%2C4.9%2C11%2C4.8C8.8%2C4.6%2C7%2C6%2C6.2%2C8.5S5.7%2C14.7%2C8%2C15.2%0D%0A%09c2.2%2C0.5%2C3.5-1.2%2C3.5-1.2s0.9%2C1.4%2C2.4%2C1.4c1%2C0%2C2.5-0.2%2C3.7-1.5C18.8%2C12.6%2C19.2%2C9.8%2C18.8%2C6.9z%20M10.1%2C13.3c-1.7%2C0.5-3-1.1-2-4.2%0D%0A%09c1-3.2%2C3.5-2.5%2C3.5-2.5S11.8%2C12.8%2C10.1%2C13.3z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_green_edit {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M10.4%2C4.8l4.8%2C4.8L8.8%2C16H4v-4.8L10.4%2C4.8%20M10.4%2C2L2%2C10.4V18h7.6L18%2C9.6L10.4%2C2L10.4%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%224.6%22%20y1%3D%229.4%22%20x2%3D%2210.3%22%20y2%3D%2215.1%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_green_eye {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M11.5%2C10.5c-1.1%2C0-2-0.9-2-2c0-0.9%2C0.6-1.6%2C1.4-1.9c-0.3-0.1-0.6-0.1-0.9-0.1c-1.9%2C0-3.5%2C1.6-3.5%2C3.5%0D%0A%09s1.6%2C3.5%2C3.5%2C3.5s3.5-1.6%2C3.5-3.5c0-0.3%2C0-0.6-0.1-0.9C13.1%2C9.9%2C12.4%2C10.5%2C11.5%2C10.5z%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M10%2C5c5%2C0%2C7%2C5%2C7%2C5s-2%2C5-7%2C5s-7-5-7-5S5%2C5%2C10%2C5%20M10%2C3C3.8%2C3%2C1.3%2C9%2C1.1%2C9.2L0.8%2C10l0.3%2C0.8%0D%0A%09%09C1.3%2C11%2C3.8%2C17%2C10%2C17s8.7-6%2C8.9-6.2l0.3-0.8l-0.3-0.8C18.7%2C9%2C16.2%2C3%2C10%2C3L10%2C3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_green_gif {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%222%22%20y%3D%225%22%20fill%3D%22%231EA01E%22%20width%3D%222%22%20height%3D%2210%22%2F%3E%0D%0A%09%3Crect%20x%3D%2210%22%20y%3D%223%22%20fill%3D%22%231EA01E%22%20width%3D%222%22%20height%3D%2214%22%2F%3E%0D%0A%09%3Crect%20x%3D%2213%22%20y%3D%223%22%20fill%3D%22%231EA01E%22%20width%3D%222%22%20height%3D%2214%22%2F%3E%0D%0A%09%3Crect%20x%3D%224%22%20y%3D%223%22%20fill%3D%22%231EA01E%22%20width%3D%223%22%20height%3D%222%22%2F%3E%0D%0A%09%3Crect%20x%3D%2215%22%20y%3D%223%22%20fill%3D%22%231EA01E%22%20width%3D%223%22%20height%3D%222%22%2F%3E%0D%0A%09%3Crect%20x%3D%2215%22%20y%3D%2210%22%20fill%3D%22%231EA01E%22%20width%3D%222%22%20height%3D%222%22%2F%3E%0D%0A%09%3Crect%20x%3D%224%22%20y%3D%2215%22%20fill%3D%22%231EA01E%22%20width%3D%223%22%20height%3D%222%22%2F%3E%0D%0A%09%3Crect%20x%3D%227%22%20y%3D%2212%22%20fill%3D%22%231EA01E%22%20width%3D%222%22%20height%3D%223%22%2F%3E%0D%0A%09%3Crect%20x%3D%227%22%20y%3D%225%22%20fill%3D%22%231EA01E%22%20width%3D%222%22%20height%3D%222%22%2F%3E%0D%0A%09%3Crect%20x%3D%226%22%20y%3D%2210%22%20fill%3D%22%231EA01E%22%20width%3D%223%22%20height%3D%222%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_green_header {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M7.9%2C14h-3l-0.6%2C3H2L5.2%2C3h2.3l3.2%2C14H8.6L7.9%2C14z%20M5.4%2C11.8h2.1l-1-5h0L5.4%2C11.8z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M15.8%2C17c-0.1-0.2-0.1-0.4-0.2-0.6c-0.1-0.2-0.1-0.4-0.1-0.6c-0.2%2C0.4-0.3%2C0.5-0.6%2C0.8%0D%0A%09%09c-0.3%2C0.3-0.6%2C0.4-1%2C0.4c-0.7%2C0-1.6-0.1-2-0.6c-0.4-0.6-0.6-1.3-0.6-2.3c0-1%2C0.3-1.8%2C0.8-2.4c0.5-0.6%2C1.3-0.8%2C2.4-0.8h0.8V10%0D%0A%09%09c0-0.5-0.1-0.9-0.2-1.2c-0.2-0.3-0.4-0.4-0.7-0.4c-0.3%2C0-0.4%2C0.1-0.6%2C0.3c-0.1%2C0.2-0.2%2C0.5-0.2%2C1l-2.2%2C0l0-0.1%0D%0A%09%09c0-0.9%2C0.2-1.7%2C0.8-2.3c0.6-0.6%2C1.3-0.9%2C2.3-0.9c0.9%2C0%2C1.6%2C0.2%2C2.2%2C0.9c0.6%2C0.6%2C0.6%2C1.5%2C0.6%2C2.7v4.2c0%2C0.5-0.1%2C1.7%2C0.6%2C2.7H15.8z%0D%0A%09%09%20M14.3%2C15.1c0.2%2C0%2C0.4-0.1%2C0.6-0.2c0.2-0.1%2C0.3-0.3%2C0.5-0.6v-1.9h-0.8c-0.3%2C0-0.6%2C0.1-0.7%2C0.4s-0.2%2C0.7-0.2%2C1.1%0D%0A%09%09c0%2C0.3%2C0.1%2C0.6%2C0.2%2C0.8C13.9%2C15%2C14.1%2C15.1%2C14.3%2C15.1z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_green_key {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M7.5%2C9c1.9%2C0%2C3.5%2C1.6%2C3.5%2C3.5S9.4%2C16%2C7.5%2C16S4%2C14.4%2C4%2C12.5S5.6%2C9%2C7.5%2C9%20M7.5%2C7C4.5%2C7%2C2%2C9.5%2C2%2C12.5%0D%0A%09%09S4.5%2C18%2C7.5%2C18s5.5-2.5%2C5.5-5.5S10.5%2C7%2C7.5%2C7L7.5%2C7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229.8%22%20y1%3D%229.4%22%20x2%3D%2216.7%22%20y2%3D%222.5%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2217%22%20y1%3D%228%22%20x2%3D%2214%22%20y2%3D%225%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_green_letter {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M16%2C5v10H4V5H16%20M18%2C3H2v14h16V3L18%2C3z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%223%2C8%2010%2C11%2017%2C8%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_green_like_active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%231EA01E%22%20d%3D%22M13%2C3.7c-0.4%2C0.6-1.3%2C1.6-1.9%2C2C9.6%2C6.8%2C8.3%2C7.8%2C7.4%2C8.8%0D%0A%09%09%09c-0.5%2C0.6-3.6-1-4.2-0.3c-0.6%2C0.4-1.2%2C6-0.1%2C8.2c0.5%2C0.9%2C3.8-0.9%2C4.5-0.4c1.2%2C0.7%2C5.1%2C2%2C6.7%2C1.8c0.8-0.1%2C2.3-2.5%2C2.9-4.7%0D%0A%09%09%09c0.2-0.9%2C0.6-4.3-0.4-4.8c-1-0.6-2.4-0.4-3.3-0.8c0-0.3%2C0.5-0.9%2C0.7-1.1c0.3-0.4%2C0.4-0.6%2C0.7-1.1C15.6%2C3.9%2C15.7-0.3%2C13%2C3.7L13%2C3.7%0D%0A%09%09%09z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_green_list {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M9%2C4c2.8%2C0%2C5%2C2.2%2C5%2C5s-2.2%2C5-5%2C5s-5-2.2-5-5S6.2%2C4%2C9%2C4%20M9%2C2C5.1%2C2%2C2%2C5.1%2C2%2C9s3.1%2C7%2C7%2C7s7-3.1%2C7-7%0D%0A%09%09S12.9%2C2%2C9%2C2L9%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%2213.2%22%20y%3D%2212.8%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-6.2477%2015.0832)%22%20fill%3D%22%231EA01E%22%20width%3D%223.8%22%20height%3D%224.5%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_green_marker {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2021%2025%22%20enable-background%3D%22new%200%200%2021%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%230D972B%22%20d%3D%22M18.857%2C1.431c0.394%2C0%2C0.714%2C0.32%2C0.714%2C0.714V18.86c0%2C0.394-0.32%2C0.714-0.714%2C0.714h-2.684%0D%0A%09c-0.954%2C0-1.851%2C0.371-2.525%2C1.046l-2.643%2C2.643c-0.182%2C0.182-0.395%2C0.209-0.505%2C0.209s-0.323-0.027-0.505-0.209L7.352%2C20.62%0D%0A%09c-0.675-0.675-1.571-1.046-2.525-1.046H2.143c-0.394%2C0-0.714-0.32-0.714-0.714V2.145c0-0.394%2C0.32-0.714%2C0.714-0.714H18.857%0D%0A%09%20M18.857%2C0.003H2.143C0.959%2C0.003%2C0%2C0.962%2C0%2C2.145V18.86c0%2C1.183%2C0.959%2C2.143%2C2.143%2C2.143h2.684c0.568%2C0%2C1.113%2C0.226%2C1.515%2C0.628%0D%0A%09l2.643%2C2.643c0.418%2C0.418%2C0.967%2C0.628%2C1.515%2C0.628s1.097-0.209%2C1.515-0.628l2.643-2.643c0.402-0.402%2C0.947-0.628%2C1.515-0.628h2.684%0D%0A%09c1.183%2C0%2C2.143-0.959%2C2.143-2.143V2.145C21%2C0.962%2C20.041%2C0.003%2C18.857%2C0.003L18.857%2C0.003z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 21px;
  height: 25px;
}

.icon-20_green_mobile_phone {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M15%2C3v14H5V3H15%20M17%2C1H3v18h14V1L17%2C1z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%226%22%20y%3D%224%22%20fill%3D%22%231EA01E%22%20width%3D%228%22%20height%3D%2210%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%228.4%22%20y%3D%2215%22%20fill%3D%22%231EA01E%22%20width%3D%223.2%22%20height%3D%224%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_green_people {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M16.9%2C15.5c-0.2-0.8-1.3-1.6-2-1.9l-0.7-0.3c-1.1-0.5-2.4-0.3-2.4-1.2c0-0.5%2C0.5-0.9%2C1-2.1%0D%0A%09%09c0.1-0.2%2C0.3-0.3%2C0.4-0.5c0.4-0.5%2C0.5-1%2C0.5-1.6c0-0.4-0.2-0.5-0.1-0.8c0.2-0.7%2C0.2-2%2C0-2.7l-0.3-0.7c-0.1-0.2-0.3-0.5-0.5-0.6%0D%0A%09%09l-0.1%2C0c0%2C0-0.1-0.1-0.2-0.1c-0.3-0.1-0.6-0.1-0.9-0.1c-0.2%2C0-0.3-0.2-0.6-0.4c-0.1-0.1-0.2-0.1-0.4-0.1c0%2C0%2C0%2C0%2C0%2C0l-0.2-0.1%0D%0A%09%09C9.7%2C1.9%2C8.7%2C2%2C8.2%2C2.3C8%2C2.4%2C8.1%2C2.3%2C8%2C2.4C7.9%2C2.5%2C7.8%2C2.6%2C7.7%2C2.6L7.2%2C3.2C7.2%2C3.2%2C7.1%2C3.3%2C7%2C3.4C6.9%2C3.6%2C6.8%2C3.9%2C6.7%2C4.1%0D%0A%09%09c-0.2%2C0.5-0.5%2C2-0.2%2C2.6c0.1%2C0.2%2C0.2%2C0.4%2C0.1%2C0.7C6.4%2C7.5%2C6.4%2C7.5%2C6.4%2C7.7c0%2C0.3%2C0%2C0.4%2C0.1%2C0.7c0%2C0.2%2C0%2C0.2%2C0.1%2C0.3l0%2C0.1%0D%0A%09%09c0%2C0%2C0%2C0%2C0%2C0C6.6%2C9%2C6.7%2C9.2%2C6.8%2C9.3c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0L7%2C9.6c0.4%2C0.3%2C0.2%2C0.3%2C0.5%2C0.8c0.4%2C0.9%2C0.5%2C0.9%2C0.7%2C1.2l0.1%2C0.2%0D%0A%09%09c0.1%2C0.9-0.8%2C1-1.2%2C1.1L6.5%2C13c-1.4%2C0.3-2.6%2C1.1-3.3%2C2.2c-0.2%2C0.4-0.2%2C0.6-0.1%2C1C3.3%2C17.9%2C9.3%2C18%2C9.9%2C18c1.2%2C0%2C6.7-0.4%2C7-1.7%0D%0A%09%09C17%2C16.1%2C17%2C15.7%2C16.9%2C15.5%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_green_photo {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M12%2C5l1.4%2C2.1L13.9%2C8L15%2C8l1%2C0v8h-6H4V8h1h1.1l0.6-0.9L8.1%2C5H10H12%20M13%2C3h-3H7L5%2C6H2v12h8h8V6l-3%2C0L13%2C3%0D%0A%09%09L13%2C3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Ccircle%20fill%3D%22%231EA01E%22%20cx%3D%2210%22%20cy%3D%2211.5%22%20r%3D%223%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_green_planet {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M10%2C4c3.3%2C0%2C6%2C2.7%2C6%2C6s-2.7%2C6-6%2C6s-6-2.7-6-6S6.7%2C4%2C10%2C4%20M10%2C2c-4.4%2C0-8%2C3.6-8%2C8s3.6%2C8%2C8%2C8s8-3.6%2C8-8%0D%0A%09%09S14.4%2C2%2C10%2C2L10%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M12.7%2C5.1c-1.6%2C0.8-0.3-0.1-2%2C0.1C9.2%2C5.3%2C9.6%2C6%2C8.5%2C6C8.3%2C6.1%2C8.4%2C6.5%2C8.6%2C6.5c0%2C0.1-0.5%2C0.6-0.3%2C0.7%0D%0A%09C8.5%2C7.4%2C9.5%2C7%2C9.7%2C7.1c0.6%2C0.4%2C0.9%2C0.7%2C0.9%2C0.8c0%2C0.1-2-0.7-2.4%2C0.1C8%2C8.5%2C7%2C9.9%2C7.8%2C10.7c0.5%2C0.6%2C1.1%2C0.2%2C2%2C0.3%0D%0A%09c0.3%2C1.3%2C0.5%2C2.5%2C0.9%2C3.1c1.2%2C0%2C0.5%2C0.1%2C1.2-0.5c0.3-0.2%2C0-0.1%2C0.4-0.3c0.4-0.2%2C1.3%2C0.1%2C0.8-0.9c-0.2-0.5-0.3-0.6-0.1-0.8%0D%0A%09c0.7-0.9%2C1.1-0.8%2C0.2-1.5c-0.4-0.4-0.6-0.5-0.6-1.3c1.5%2C2.2%2C2.1-1.9%2C2.2%2C0.1C14.7%2C9%2C14.8%2C6.3%2C12.7%2C5.1z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M7%2C13c-1.3-2.5-4.2-2-4-2c0%2C0.1%2C0.3%2C2.1%2C1%2C3c0.5%2C0.6%2C3.5%2C2.4%2C4%2C3c1.2%2C0%2C1.5%2C0%2C1-1C8.8%2C15.5%2C8.1%2C14.3%2C7%2C13z%22%0D%0A%09%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_green_square {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%222%22%20y%3D%222%22%20fill%3D%22%231EA01E%22%20width%3D%223%22%20height%3D%226%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%222%22%20y%3D%222%22%20fill%3D%22%231EA01E%22%20width%3D%226%22%20height%3D%223%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%2212%22%20y%3D%222%22%20fill%3D%22%231EA01E%22%20width%3D%226%22%20height%3D%223%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%2215%22%20y%3D%222%22%20fill%3D%22%231EA01E%22%20width%3D%223%22%20height%3D%226%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%2215%22%20y%3D%2212%22%20fill%3D%22%231EA01E%22%20width%3D%223%22%20height%3D%226%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%2212%22%20y%3D%2215%22%20fill%3D%22%231EA01E%22%20width%3D%226%22%20height%3D%223%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%222%22%20y%3D%2215%22%20fill%3D%22%231EA01E%22%20width%3D%226%22%20height%3D%223%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%222%22%20y%3D%2212%22%20fill%3D%22%231EA01E%22%20width%3D%223%22%20height%3D%226%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_green_text {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229.5%22%20y1%3D%223%22%20x2%3D%229.5%22%20y2%3D%2216%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20x1%3D%223.5%22%20y1%3D%223%22%20x2%3D%223.5%22%20y2%3D%228%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2215.5%22%20y1%3D%223%22%20x2%3D%2215.5%22%20y2%3D%228%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2216.5%22%20y1%3D%224.5%22%20x2%3D%222.5%22%20y2%3D%224.5%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2213%22%20y1%3D%2216.5%22%20x2%3D%226%22%20y2%3D%2216.5%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_green_video {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%231EA01E%22%20points%3D%227%2C6%207%2C14%2013%2C10%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M15%2C4c1.1%2C0%2C2%2C0.9%2C2%2C2v8c0%2C1.1-0.9%2C2-2%2C2H5c-1.1%2C0-2-0.9-2-2V6c0-1.1%2C0.9-2%2C2-2H15%20M15%2C2H5C2.8%2C2%2C1%2C3.8%2C1%2C6%0D%0A%09%09v8c0%2C2.2%2C1.8%2C4%2C4%2C4h10c2.2%2C0%2C4-1.8%2C4-4V6C19%2C3.8%2C17.2%2C2%2C15%2C2L15%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_all {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20x%3D%222%22%20y%3D%222%22%20style%3D%22fill%3A%23BABEC4%3B%22%20width%3D%224%22%20height%3D%224%22%2F%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%222%22%20style%3D%22fill%3A%23BABEC4%3B%22%20width%3D%224%22%20height%3D%224%22%2F%3E%0D%0A%3Crect%20x%3D%2214%22%20y%3D%222%22%20style%3D%22fill%3A%23BABEC4%3B%22%20width%3D%224%22%20height%3D%224%22%2F%3E%0D%0A%3Crect%20x%3D%222%22%20y%3D%228%22%20style%3D%22fill%3A%23BABEC4%3B%22%20width%3D%224%22%20height%3D%224%22%2F%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%228%22%20style%3D%22fill%3A%23BABEC4%3B%22%20width%3D%224%22%20height%3D%224%22%2F%3E%0D%0A%3Crect%20x%3D%2214%22%20y%3D%228%22%20style%3D%22fill%3A%23BABEC4%3B%22%20width%3D%224%22%20height%3D%224%22%2F%3E%0D%0A%3Crect%20x%3D%222%22%20y%3D%2214%22%20style%3D%22fill%3A%23BABEC4%3B%22%20width%3D%224%22%20height%3D%224%22%2F%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%2214%22%20style%3D%22fill%3A%23BABEC4%3B%22%20width%3D%224%22%20height%3D%224%22%2F%3E%0D%0A%3Crect%20x%3D%2214%22%20y%3D%2214%22%20style%3D%22fill%3A%23BABEC4%3B%22%20width%3D%224%22%20height%3D%224%22%2F%3E%0D%0A%3Crect%20style%3D%22fill%3Anone%3B%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_at {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2216%22%20viewBox%3D%220%200%2020%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2%200H18C19.105%200%2020%200.895%2020%202V14C20%2015.105%2019.105%2016%2018%2016H2C0.895%2016%200%2015.105%200%2014V2C0%200.895%200.895%200%202%200ZM5.75%209.319V10.222C5.59081%2010.74%205.16854%2010.9296%204.69358%2011.1427C4.0527%2011.4304%203.31589%2011.7611%203%2013H11.001C10.6851%2011.7611%209.9483%2011.4304%209.30742%2011.1427C8.83246%2010.9296%208.41019%2010.74%208.251%2010.222V9.319C8.439%209.219%208.975%208.527%209.031%207.987C9.178%207.975%209.41%207.828%209.478%207.249C9.514%206.938%209.368%206.763%209.28%206.708C9.28%206.708%209.5%206.255%209.5%205.708C9.5%204.612%209.103%203.677%208.25%203.677C8.25%203.677%207.954%203%207%203C5.233%203%204.5%204.228%204.5%205.708C4.5%206.207%204.72%206.708%204.72%206.708C4.632%206.763%204.486%206.938%204.522%207.249C4.591%207.828%204.823%207.975%204.97%207.987C5.026%208.527%205.562%209.219%205.75%209.319ZM14%209H16C16.552%209%2017%208.552%2017%208C17%207.448%2016.552%207%2016%207H14C13.448%207%2013%207.448%2013%208C13%208.552%2013.448%209%2014%209ZM14%205H16C16.552%205%2017%204.552%2017%204C17%203.448%2016.552%203%2016%203H14C13.448%203%2013%203.448%2013%204C13%204.552%2013.448%205%2014%205ZM14%2013H16C16.552%2013%2017%2012.552%2017%2012C17%2011.448%2016.552%2011%2016%2011H14C13.448%2011%2013%2011.448%2013%2012C13%2012.552%2013.448%2013%2014%2013Z%22%20fill%3D%22%23666666%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 16px;
}

.icon-20_grey_auto {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M10.1%2C4.5c3.2%2C0%2C5.8%2C2.6%2C5.8%2C5.8s-2.6%2C5.8-5.8%2C5.8s-5.8-2.6-5.8-5.8S6.9%2C4.5%2C10.1%2C4.5%20M10.1%2C2%0D%0A%09%09c-4.6%2C0-8.3%2C3.7-8.3%2C8.3s3.7%2C8.3%2C8.3%2C8.3s8.3-3.7%2C8.3-8.3S14.7%2C2%2C10.1%2C2L10.1%2C2z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M12.7%2C10.9c0-0.2%2C0.1-0.3%2C0.1-0.5c0-0.2%2C0-0.3-0.1-0.5l1.9-1.1L15.1%2C9l-0.3-0.4L13.9%2C7l-0.3-0.4%0D%0A%09%09l0%2C0.6l-1.9%2C1.1C11.6%2C8.1%2C11.3%2C8%2C11%2C7.9V5.7l0.5-0.3H11H9.2H8.7l0.5%2C0.3v2.2C8.9%2C8%2C8.7%2C8.1%2C8.4%2C8.3L6.6%2C7.2l0-0.6L6.3%2C7L5.4%2C8.6%0D%0A%09%09L5.1%2C9l0.5-0.3l1.9%2C1.1c0%2C0.2-0.1%2C0.3-0.1%2C0.5c0%2C0.2%2C0%2C0.3%2C0.1%2C0.5L5.6%2C12l-0.5-0.3l1.4%2C2.4l0-0.6l1.9-1.1c0.2%2C0.2%2C0.5%2C0.3%2C0.8%2C0.4%0D%0A%09%09V15l-0.5%2C0.3h2.8L11%2C15v-2.2c0.3-0.1%2C0.5-0.2%2C0.8-0.4l1.9%2C1.1l0%2C0.6l1.4-2.4L14.6%2C12L12.7%2C10.9z%20M10.1%2C11.7c-0.7%2C0-1.3-0.6-1.3-1.3%0D%0A%09%09S9.4%2C9%2C10.1%2C9s1.3%2C0.6%2C1.3%2C1.3S10.8%2C11.7%2C10.1%2C11.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20style%3D%22fill%3Anone%3B%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_b2b-services {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M16.1%2C5.3h-2.7V4.4V4.1V3.8c0-0.5-0.4-1-1-1H7.7c-0.5%2C0-1%2C0.4-1%2C1v0.3v0.3v0.9H3.8%0D%0A%09%09c-1.2%2C0-2.2%2C1-2.2%2C2.2v8.2c0%2C1.2%2C1%2C2.2%2C2.2%2C2.2h12.2c1.2%2C0%2C2.2-1%2C2.2-2.2V7.5C18.2%2C6.3%2C17.3%2C5.3%2C16.1%2C5.3z%20M8.3%2C4.4h3.5v0.9H8.3%0D%0A%09%09V4.4z%20M16.6%2C11.6c0%2C0.7-0.6%2C1.3-1.3%2C1.3H4.6c-0.7%2C0-1.3-0.6-1.3-1.3V8.2c0-0.7%2C0.6-1.3%2C1.3-1.3h10.7c0.7%2C0%2C1.3%2C0.6%2C1.3%2C1.3V11.6z%22%0D%0A%09%09%2F%3E%0D%0A%09%3Ccircle%20style%3D%22fill%3A%23BABEC4%3B%22%20cx%3D%229.9%22%20cy%3D%2211.1%22%20r%3D%220.8%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20style%3D%22fill%3Anone%3B%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_beauty {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M10%2C2C5.6%2C2%2C2.1%2C5.4%2C1.8%2C9.7l0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0.1%2C0%2C0.3%2C0%2C0.4c0%2C4.5%2C3.7%2C8.2%2C8.2%2C8.2%0D%0A%09s8.2-3.7%2C8.2-8.2C18.2%2C5.7%2C14.5%2C2%2C10%2C2z%20M16.1%2C9c-0.7%2C0.3-1.9%2C0.7-3.4%2C1c0.1-1.4%2C1.2-2.8%2C2.1-3.7C15.4%2C7.1%2C15.9%2C8%2C16.1%2C9z%20M9.1%2C10.1%0D%0A%09c-0.1-3.2%2C1-5.3%2C1.5-6.1c1%2C0.1%2C1.8%2C0.4%2C2.6%2C0.9c-1.1%2C1.1-2.6%2C3.1-2.6%2C5.2C10.2%2C10.2%2C9.7%2C10.2%2C9.1%2C10.1z%20M7.1%2C9.9%0D%0A%09c-0.1%2C0-0.2%2C0-0.3-0.1c0-1.8-0.5-3.3-0.9-4.2C6.5%2C5%2C7.4%2C4.5%2C8.3%2C4.3C7.7%2C5.5%2C7.1%2C7.4%2C7.1%2C9.9z%20M4.7%2C9.2C4.4%2C9.1%2C4.2%2C9%2C3.9%2C8.8%0D%0A%09c0.1-0.5%2C0.3-0.9%2C0.5-1.3C4.6%2C8%2C4.7%2C8.6%2C4.7%2C9.2z%20M4.6%2C11.3c-0.1%2C0.6-0.2%2C1.1-0.3%2C1.5c-0.3-0.6-0.4-1.2-0.5-1.8%0D%0A%09C4.1%2C11.1%2C4.4%2C11.2%2C4.6%2C11.3z%20M6.6%2C11.8c0.2%2C0%2C0.4%2C0.1%2C0.6%2C0.1c0.2%2C1.8%2C0.5%2C3.2%2C0.8%2C4.2c-0.9-0.3-1.6-0.7-2.3-1.3%0D%0A%09C6%2C14.2%2C6.4%2C13.2%2C6.6%2C11.8z%20M9.3%2C12.2c0.3%2C0%2C0.6%2C0%2C0.9%2C0c0.3%2C0%2C0.5%2C0%2C0.7%2C0c0.5%2C1.7%2C1.5%2C2.9%2C2%2C3.5c-0.8%2C0.4-1.7%2C0.7-2.7%2C0.7%0D%0A%09C10%2C15.7%2C9.5%2C14.4%2C9.3%2C12.2z%20M14.6%2C14.4c-0.3-0.3-1.1-1.2-1.6-2.5c1.3-0.2%2C2.3-0.5%2C3.2-0.8C16%2C12.4%2C15.4%2C13.5%2C14.6%2C14.4z%22%2F%3E%0D%0A%3Crect%20y%3D%220%22%20style%3D%22fill%3Anone%3B%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_bow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2218px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2018%2012%22%20style%3D%22enable-background%3Anew%200%200%2018%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23B9BDC7%3B%22%20d%3D%22M8%2C7.7c0%2C0%2C2.4-1.7%2C0-3.3L2.4%2C0.5c0%2C0-2.4-1.7-2.4%2C1.1v8.7c0%2C0%2C0%2C2.8%2C2.4%2C1.1L8%2C7.7z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23B9BDC7%3B%22%20d%3D%22M10%2C4.3c0%2C0-2.4%2C1.7%2C0%2C3.3l5.6%2C3.8c0%2C0%2C2.4%2C1.7%2C2.4-1.1V1.7c0%2C0%2C0-2.8-2.4-1.1L10%2C4.3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23B9BDC7%3B%22%20d%3D%22M9%2C10c1.9%2C0%2C3.5-1.8%2C3.5-4c0-2.2-1.6-4-3.5-4S5.5%2C3.8%2C5.5%2C6C5.5%2C8.2%2C7.1%2C10%2C9%2C10%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 12px;
}

.icon-20_grey_calendar2 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20x%3D%222%22%20y%3D%220.1%22%20style%3D%22fill%3A%23B9BDC7%3B%22%20width%3D%222%22%20height%3D%223.9%22%2F%3E%0D%0A%3Crect%20x%3D%2216%22%20y%3D%220.1%22%20style%3D%22fill%3A%23B9BDC7%3B%22%20width%3D%222%22%20height%3D%223.9%22%2F%3E%0D%0A%3Crect%20x%3D%229%22%20y%3D%220.1%22%20style%3D%22fill%3A%23B9BDC7%3B%22%20width%3D%222%22%20height%3D%223.9%22%2F%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23B9BDC7%3B%22%20d%3D%22M0%2C4v16h20V4H0z%20M18%2C18H2V9h16V18z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_children {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M5.9%2C10.3c0%2C0%2C0.2-1%2C0.8-1.4s0.7-0.9%2C0.2-1S3%2C7.8%2C1.1%2C11.2c-1.6%2C2.8-0.1%2C6%2C1.2%2C7.1%0D%0A%09%09c1.2%2C1%2C4.7%2C2.7%2C7.9%2C0.4c3.1-2.2%2C2-5.7%2C1.9-5.7c0%2C0-0.7%2C1.1-1.1%2C1.2c-0.4%2C0.1-0.9%2C0.2-0.9%2C0.2s-0.3%2C3.4-3.9%2C3.1%0D%0A%09%09c-3.3-0.2-3.8-3.5-3.1-5.2C3.3%2C11.2%2C4.9%2C10.2%2C5.9%2C10.3z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M11.4%2C6.2l2.6%2C2.6c0%2C0%2C0.7-0.9%2C1.3-0.9s3%2C0%2C4.1-2.6c1-2.7-2.1-5-4-4.5s-2.8%2C2.1-2.9%2C2.8%0D%0A%09%09s0%2C1.7-0.3%2C1.9C12%2C5.7%2C11.4%2C6.2%2C11.4%2C6.2z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M8.2%2C8.6C8.3%2C8.2%2C8%2C7.7%2C7.6%2C7.1c-0.5-0.6-1.7-2.4-1-3.4S7.7%2C3%2C7.9%2C3.3s2.5%2C3.3%2C3.8%2C4.5%0D%0A%09%09s5.6%2C4.4%2C5.6%2C5c0%2C0.6-1.3%2C1.2-2.1%2C0.9s-2.8-1.9-3.2-1.9c-0.4%2C0.1-1.6%2C1.8-2.3%2C1.6c-0.9-0.2-2.8-2.1-2.9-3C6.8%2C9.6%2C7.9%2C9.3%2C8.2%2C8.6z%0D%0A%09%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%220%22%20style%3D%22fill%3Anone%3B%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_clothes {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M18.3%2C7l-4.9-4.2c0%2C0-0.7%2C0.5-1.4%2C0.6c-0.8%2C0.2-2%2C0.2-2%2C0.2s-1.2%2C0-2-0.2C7.3%2C3.3%2C6.6%2C2.8%2C6.6%2C2.8%0D%0A%09L1.7%2C7l2.5%2C3L5%2C9.3v6.9c0%2C0.9%2C0.7%2C1.5%2C1.5%2C1.5h6.9c0.9%2C0%2C1.5-0.7%2C1.5-1.5V9.3l0.8%2C0.7L18.3%2C7z%22%2F%3E%0D%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20style%3D%22fill%3Anone%3B%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_construction {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M9%2C7.9l3%2C3l-7.7%2C7.8c-0.4%2C0.4-0.9%2C0.4-1.3%2C0l-1.7-1.7c-0.4-0.4-0.4-0.9%2C0-1.3L9%2C7.9z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M5.3%2C1.4c0.6-0.4%2C5.2-0.7%2C7.2%2C1.2s3.8%2C3.8%2C3.8%2C3.8l-0.6%2C0.7l0.7%2C0.8h1c0.2%2C0%2C0.4%2C0.1%2C0.5%2C0.2%0D%0A%09%09l1.4%2C1.4c0.3%2C0.3%2C0.3%2C0.8%2C0%2C1.1l-2.6%2C2.6c-0.3%2C0.3-0.8%2C0.3-1.1%2C0l-1.4-1.4C14%2C11.5%2C14%2C11.3%2C14%2C11.1l0.1-0.9l-0.7-0.7l-0.8%2C0.8l-3-3%0D%0A%09%09c0%2C0%2C0.7-0.8%2C0.7-1c0-0.2-1.4-2.1-2.3-2.8S4.8%2C1.7%2C5.3%2C1.4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%220%22%20style%3D%22fill%3Anone%3B%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_contact {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2218%22%20height%3D%2220%22%20viewBox%3D%220%200%2018%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M18%209.27202C17.9095%2013.6364%2015.2373%2015.5469%2013.2783%2015.3622C12.7459%2015.2734%2011.4098%2015.2734%2010.6965%2013.9098C9.98321%2014.8189%209.09245%2015.3622%207.93378%2015.3622C5.6199%2015.3622%204.99359%2013.0895%204.9066%2012.5462C4.81613%2011.9105%204.72915%2011.2713%204.81613%2010.5469C4.9066%209.63778%205.79736%204.63778%209.89274%204.63778C11.8552%204.63778%2013.0104%205.63565%2013.1913%205.81676L12.6555%2011.9993C12.6555%2012.2727%2012.478%2013.4553%2013.6367%2013.4553C15.5052%2013.4553%2015.7731%209.90767%2015.7731%209.27202C15.8636%208.18182%2016.041%201.81818%209.53783%201.81818C3.39301%201.81818%202.50226%208.54403%202.41179%2010.1811C1.96641%2017.9084%207.75632%2017.9084%208.82453%2017.9084C10.3381%2017.9084%2012.1196%2017.2727%2012.3006%2017.1804L12.6555%2018.9986C12.3875%2019.1832%2010.874%2020%208.73754%2020C6.7751%2020%20-0.260472%2019.6378%200.00744962%2010.1811C0.275373%208.27415%201.43057%200%209.6283%200C17.8225%200%2018%207.36506%2018%209.27202ZM7.40141%2010.4545C7.31094%2011.3636%207.40141%2012.0916%207.57887%2012.5462C7.75632%2013.0007%208.11123%2013.2741%208.64707%2013.2741C8.73754%2013.2741%208.915%2013.2741%209.00199%2013.1818C9.18292%2013.0895%209.26991%2013.0895%209.44736%2012.9084C9.6283%2012.8196%209.71528%2012.6349%209.89274%2012.3651C10.0737%2012.1804%2010.1607%2011.8182%2010.2511%2011.456L10.6965%206.54474C10.5191%206.45597%2010.2511%206.45597%2010.0737%206.45597C9.6283%206.45597%209.26991%206.54474%209.00199%206.72585C8.73754%206.91051%208.46962%207.1804%208.2017%207.45384C8.02424%207.8196%207.84679%208.18182%207.66585%208.63636C7.4884%209.09091%207.4884%209.81889%207.40141%2010.4545Z%22%20fill%3D%22%23666666%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 20px;
}

.icon-20_grey_cup {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2224%22%20height%3D%2224%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20style%3D%22clip-path%3Aurl(%23SVGID_2_)%3Bfill%3A%23EEC434%3B%22%20d%3D%22M12%2C17L12%2C17c-3.3%2C0-6-2.7-6-6V0h12v11C18%2C14.3%2C15.3%2C17%2C12%2C17%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23EEC434%3B%22%20points%3D%225%2C24%2019%2C24%2012%2C20%20%22%2F%3E%0D%0A%3Crect%20x%3D%2210%22%20y%3D%2214%22%20style%3D%22fill%3A%23EEC434%3B%22%20width%3D%224%22%20height%3D%228%22%2F%3E%0D%0A%3Crect%20y%3D%221%22%20style%3D%22fill%3A%23EEC434%3B%22%20width%3D%2224%22%20height%3D%222%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_3_%22%20width%3D%2224%22%20height%3D%2224%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_4_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_3_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20style%3D%22clip-path%3Aurl(%23SVGID_4_)%3Bfill%3A%23EEC434%3B%22%20d%3D%22M21.5%2C2v0.5c0%2C3.9-1.8%2C7.2-5.5%2C7.9V12c4.4%2C0%2C8-3.6%2C8-8V2H21.5z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22clip-path%3Aurl(%23SVGID_4_)%3Bfill%3A%23EEC434%3B%22%20d%3D%22M2.5%2C2v0.5c0%2C3.9%2C1.8%2C7.2%2C5.5%2C7.9V12c-4.4%2C0-8-3.6-8-8V2H2.5z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-20_grey_date {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2217px%22%20height%3D%2217px%22%20viewBox%3D%220%200%2017%2017%22%20style%3D%22enable-background%3Anew%200%200%2017%2017%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20x%3D%221%22%20y%3D%220.1%22%20style%3D%22fill%3A%23B9BDC7%3B%22%20width%3D%222%22%20height%3D%223.9%22%2F%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%220.1%22%20style%3D%22fill%3A%23B9BDC7%3B%22%20width%3D%222%22%20height%3D%223.9%22%2F%3E%0D%0A%3Crect%20x%3D%2210%22%20y%3D%220.1%22%20style%3D%22fill%3A%23B9BDC7%3B%22%20width%3D%222%22%20height%3D%223.9%22%2F%3E%0D%0A%3Crect%20x%3D%2214%22%20y%3D%220.1%22%20style%3D%22fill%3A%23B9BDC7%3B%22%20width%3D%222%22%20height%3D%223.9%22%2F%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23B9BDC7%3B%22%20d%3D%22M0%2C3v14h17V3H0z%20M15%2C15H2V7h13V15z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 17px;
  height: 17px;
}

.icon-20_grey_dog {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M18.8%2C6.9c-0.5-3.2-2.5-5-3.7-5.7c-1.2-0.7-4.7-1.7-7.7-0.7s-5.1%2C4-5.7%2C5.9c-0.7%2C2.2-1%2C7.2%2C0.5%2C9.7%0D%0A%09s3.7%2C4%2C6.7%2C4s4.7-0.7%2C4.7-0.7l-0.5-1.7c0%2C0-2%2C0.5-3.7%2C0.5s-3.7-0.7-5.2-2.7S2.9%2C8.8%2C3.6%2C6.6s3.2-4.7%2C6.7-4.7s5.1%2C1.9%2C5.1%2C1.9%0D%0A%09c1.5%2C1.2%2C1.7%2C4.2%2C1.5%2C6.9c-0.2%2C2.7-3.2%2C3.2-3.6%2C2.4c-0.5-1%2C0.2-7.7%2C0.2-7.7S12.7%2C4.9%2C11%2C4.8C8.8%2C4.6%2C7%2C6%2C6.2%2C8.5S5.7%2C14.7%2C8%2C15.2%0D%0A%09c2.2%2C0.5%2C3.5-1.2%2C3.5-1.2s0.9%2C1.4%2C2.4%2C1.4c1%2C0%2C2.5-0.2%2C3.7-1.5C18.8%2C12.6%2C19.2%2C9.8%2C18.8%2C6.9z%20M10.1%2C13.3c-1.7%2C0.5-3-1.1-2-4.2%0D%0A%09c1-3.2%2C3.5-2.5%2C3.5-2.5S11.8%2C12.8%2C10.1%2C13.3z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_entertainment {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M10%2C4c3.5%2C0%2C6.3%2C2.8%2C6.3%2C6.3c0%2C3.5-2.8%2C6.3-6.3%2C6.3s-6.3-2.8-6.3-6.3C3.7%2C6.8%2C6.5%2C4%2C10%2C4%20M10%2C2%0D%0A%09c-4.6%2C0-8.3%2C3.7-8.3%2C8.3s3.7%2C8.3%2C8.3%2C8.3c4.6%2C0%2C8.3-3.7%2C8.3-8.3S14.6%2C2%2C10%2C2L10%2C2z%22%2F%3E%0D%0A%3Ccircle%20style%3D%22fill%3A%23BABEC4%3B%22%20cx%3D%227.6%22%20cy%3D%228.6%22%20r%3D%221.7%22%2F%3E%0D%0A%3Ccircle%20style%3D%22fill%3A%23BABEC4%3B%22%20cx%3D%2212.5%22%20cy%3D%228.6%22%20r%3D%221.7%22%2F%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M10%2C15.6c-2.8%2C0-4.2-2.2-4.3-2.3l1.7-1.1l-0.8%2C0.5l0.8-0.5c0%2C0.1%2C0.9%2C1.4%2C2.6%2C1.4%0D%0A%09c1.7%2C0%2C2.5-1.2%2C2.5-1.2l1.7%2C1.1C14.1%2C13.5%2C12.8%2C15.6%2C10%2C15.6z%22%2F%3E%0D%0A%3Crect%20y%3D%220%22%20style%3D%22fill%3Anone%3B%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_feedback {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M15.6%2C16H4.4C2.5%2C16%2C1%2C14.5%2C1%2C12.6V4.4C1%2C2.5%2C2.5%2C1%2C4.4%2C1h11.2C17.5%2C1%2C19%2C2.5%2C19%2C4.4v8.2%0D%0A%09C19%2C14.5%2C17.5%2C16%2C15.6%2C16z%22%2F%3E%0D%0A%3Crect%20x%3D%224.7%22%20y%3D%2213.8%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-9.299%209.5503)%22%20style%3D%22fill%3A%23BABEC4%3B%22%20width%3D%224.4%22%20height%3D%224.4%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_finances {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M16.3%2C4.4H3.6c-1.1%2C0-2%2C0.9-2%2C2v8.5c0%2C1.1%2C0.9%2C2%2C2%2C2h12.7c1.1%2C0%2C2-0.9%2C2-2V6.4%0D%0A%09C18.3%2C5.3%2C17.4%2C4.4%2C16.3%2C4.4z%20M3.6%2C6.4h12.7c0%2C0%2C0%2C0%2C0%2C0v1.3H3.5L3.6%2C6.4C3.5%2C6.4%2C3.6%2C6.4%2C3.6%2C6.4z%20M16.3%2C14.9H3.6c0%2C0%2C0%2C0%2C0%2C0v-4.6%0D%0A%09h12.8L16.3%2C14.9C16.3%2C14.9%2C16.3%2C14.9%2C16.3%2C14.9z%22%2F%3E%0D%0A%3Crect%20x%3D%220%22%20style%3D%22fill%3Anone%3B%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_food {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M6.9%2C3l1.2-2.7c0%2C0%2C4.4%2C0.8%2C7.4%2C3.8c3%2C3%2C4.5%2C7.9%2C4.5%2C7.9l-2.8%2C1.3c0%2C0-1.1-4-4.1-6.7%0D%0A%09%09C9.9%2C3.9%2C6.9%2C3%2C6.9%2C3z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M12.3%2C7.2C9.1%2C4.3%2C6.6%2C3.9%2C6.6%2C3.9L0.3%2C19.5c-0.1%2C0.3%2C0.2%2C0.6%2C0.5%2C0.5l15.5-6.3%0D%0A%09%09C16.3%2C13.7%2C15.5%2C10%2C12.3%2C7.2z%20M3.7%2C16.3c-0.5%2C0-0.9-0.3-1.1-0.8L3.2%2C14c0.1-0.1%2C0.3-0.1%2C0.5-0.1c0.7%2C0%2C1.2%2C0.5%2C1.2%2C1.2%0D%0A%09%09C4.9%2C15.8%2C4.4%2C16.3%2C3.7%2C16.3z%20M5.1%2C9.5l1.1-2.7c0.2-0.1%2C0.5-0.1%2C0.7-0.1c1.1%2C0%2C2%2C0.9%2C2%2C2c0%2C1.1-0.9%2C2-2%2C2%0D%0A%09%09C6.1%2C10.7%2C5.4%2C10.2%2C5.1%2C9.5z%20M9.6%2C15.5l-1.7%2C0.7c-0.7-0.2-1.2-0.8-1.2-1.5c0-0.9%2C0.7-1.6%2C1.6-1.6s1.6%2C0.7%2C1.6%2C1.6%0D%0A%09%09C9.9%2C15%2C9.8%2C15.3%2C9.6%2C15.5z%20M12%2C13.7c-0.8%2C0-1.5-0.7-1.5-1.5c0-0.6%2C0.3-1.1%2C0.8-1.3c-0.1-0.2-0.2-0.4-0.2-0.7%0D%0A%09%09c0-0.7%2C0.5-1.2%2C1.2-1.2s1.2%2C0.5%2C1.2%2C1.2c0%2C0.4-0.2%2C0.7-0.4%2C0.9c0.3%2C0.3%2C0.4%2C0.6%2C0.4%2C1.1C13.5%2C13.1%2C12.8%2C13.7%2C12%2C13.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%220%22%20style%3D%22fill%3Anone%3B%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_geo {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EVector%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-122%20-3008)%22%3E%0D%0A%3Crect%20x%3D%22122%22%20y%3D%223008%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23E5E5E5%22%2F%3E%0D%0A%3CclipPath%20id%3D%22clip-0%22%20clip-rule%3D%22evenodd%22%3E%0D%0A%3Cpath%20d%3D%22M%20-440%202612L%20960%202612L%20960%203512L%20-440%203512L%20-440%202612Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2FclipPath%3E%0D%0A%3Cg%20id%3D%22%26%23209%3B%26%23136%3B%26%23208%3B%26%23176%3B%26%23208%3B%26%23179%3B%20%20%26%23208%3B%26%23179%3B%26%23208%3B%26%23190%3B%26%23209%3B%26%23128%3B%26%23208%3B%26%23190%3B%26%23208%3B%26%23180%3B%22%20clip-path%3D%22url(%23clip-0)%22%3E%0D%0A%3Cpath%20d%3D%22M%20-440%202612L%20960%202612L%20960%203512L%20-440%203512L%20-440%202612Z%22%20fill%3D%22%23ECEEF2%22%2F%3E%0D%0A%3Cg%20id%3D%22Rectangle%22%20filter%3D%22url(%23filter0_d)%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(-40%202802)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22geo%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(122%203008)%22%20fill%3D%22%23000000%22%20fill-opacity%3D%220.2%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cfilter%20id%3D%22filter0_d%22%20filterUnits%3D%22userSpaceOnUse%22%20x%3D%22-80%22%20y%3D%222772%22%20width%3D%22680%22%20height%3D%22600%22%20color-interpolation-filters%3D%22sRGB%22%3E%0D%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0D%0A%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20255%200%22%2F%3E%0D%0A%3CfeOffset%20dx%3D%220%22%20dy%3D%2210%22%2F%3E%0D%0A%3CfeGaussianBlur%20stdDeviation%3D%2220%22%2F%3E%0D%0A%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.15%200%22%2F%3E%0D%0A%3CfeBlend%20mode%3D%22normal%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow%22%2F%3E%0D%0A%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow%22%20result%3D%22shape%22%2F%3E%0D%0A%3C%2Ffilter%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%200%200L%20600%200L%20600%20510C%20600%20515.523%20595.523%20520%20590%20520L%2010%20520C%204.47715%20520%200%20515.523%200%20510L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20d%3D%22M%2010%206.36364C%207.99091%206.36364%206.36364%207.99091%206.36364%2010C%206.36364%2012.0091%207.99091%2013.6364%2010%2013.6364C%2012.0091%2013.6364%2013.6364%2012.0091%2013.6364%2010C%2013.6364%207.99091%2012.0091%206.36364%2010%206.36364ZM%2018.1273%209.09091C%2017.7091%205.3%2014.7%202.29091%2010.9091%201.87273L%2010.9091%200L%209.09091%200L%209.09091%201.87273C%205.3%202.29091%202.29091%205.3%201.87273%209.09091L%200%209.09091L%200%2010.9091L%201.87273%2010.9091C%202.29091%2014.7%205.3%2017.7091%209.09091%2018.1273L%209.09091%2020L%2010.9091%2020L%2010.9091%2018.1273C%2014.7%2017.7091%2017.7091%2014.7%2018.1273%2010.9091L%2020%2010.9091L%2020%209.09091L%2018.1273%209.09091ZM%2010%2016.3636C%206.48636%2016.3636%203.63636%2013.5136%203.63636%2010C%203.63636%206.48636%206.48636%203.63636%2010%203.63636C%2013.5136%203.63636%2016.3636%206.48636%2016.3636%2010C%2016.3636%2013.5136%2013.5136%2016.3636%2010%2016.3636Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_gifts {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M16.7%2C5.3h-0.7c0.1%2C0%2C0.1-0.1%2C0.2-0.1c0.5-0.5%2C0.7-1.6%2C0.4-2.5c-0.3-0.9-1.1-1.5-2.1-1.5%0D%0A%09%09c-1.1%2C0-2.4%2C0.8-3.3%2C1.6H9C8%2C2%2C6.8%2C1.1%2C5.6%2C1.2c-1%2C0-1.7%2C0.6-2.1%2C1.5c-0.3%2C0.9-0.2%2C2%2C0.4%2C2.5c0%2C0%2C0.1%2C0.1%2C0.2%2C0.1H3.3%0D%0A%09%09C2.4%2C5.3%2C1.6%2C6.1%2C1.6%2C7v1.6h6.7V6.1h3.4v2.4h6.6V7C18.3%2C6.1%2C17.6%2C5.3%2C16.7%2C5.3z%20M14.3%2C2.7C14.3%2C2.7%2C14.3%2C2.7%2C14.3%2C2.7%0D%0A%09%09c0.2%2C0%2C0.5%2C0.1%2C0.7%2C0.4c0.2%2C0.4%2C0.2%2C0.8%2C0.1%2C1c-0.4%2C0.1-1.9%2C0.2-3.4%2C0.2C12.6%2C3.5%2C13.6%2C2.7%2C14.3%2C2.7z%20M5%2C3.1%0D%0A%09%09c0.2-0.4%2C0.5-0.4%2C0.7-0.4c0.6%2C0%2C1.7%2C0.8%2C2.6%2C1.6c-1.5%2C0-2.9-0.1-3.4-0.2C4.9%2C3.9%2C4.8%2C3.5%2C5%2C3.1z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M15.8%2C18.6c1%2C0%2C1.7-0.8%2C1.7-1.7V9.4h-5.8v9.2H15.8z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M2.5%2C9.4v7.5c0%2C1%2C0.8%2C1.7%2C1.7%2C1.7h4.1V9.4H2.5z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%220%22%20style%3D%22fill%3Anone%3B%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_health {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M15.8%2C4.2C12.3%2C2.4%2C10%2C5.3%2C10%2C5.3S7.7%2C2.4%2C4.2%2C4.2s-2.5%2C5.7-0.6%2C8c1.9%2C2.3%2C6.5%2C6.3%2C6.5%2C6.3%0D%0A%09s4.6-4%2C6.5-6.3C18.4%2C9.9%2C19.3%2C5.9%2C15.8%2C4.2z%20M10%2C13.6l-3.2-3.1L8.2%2C9l1.8%2C1.8l5-4.9l1.4%2C1.4L10%2C13.6z%22%2F%3E%0D%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20style%3D%22fill%3Anone%3B%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_home-biz {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M18.1%2C10.3L9.9%2C1.6l-8.2%2C8.7h1.5v6c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5h3.5v-5.9h3.4v5.9h3.5%0D%0A%09c0.8%2C0%2C1.5-0.7%2C1.5-1.5v-6H18.1z%22%2F%3E%0D%0A%3Crect%20x%3D%220%22%20style%3D%22fill%3Anone%3B%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_hotels {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M16.1%2C3.3H3.8c-1.2%2C0-2.2%2C1-2.2%2C2.2v8.9c0%2C1%2C0.7%2C1.9%2C1.7%2C2.1v0.9H5v-0.8h10v0.8h1.7v-0.9%0D%0A%09c0.9-0.3%2C1.6-1.1%2C1.6-2.1V5.5C18.3%2C4.3%2C17.4%2C3.3%2C16.1%2C3.3z%20M3.8%2C5h12.3c0.3%2C0%2C0.5%2C0.2%2C0.5%2C0.5v2.8h-0.8V8c0-0.8-0.6-1.4-1.4-1.4%0D%0A%09h-2.2c-0.8%2C0-1.4%2C0.6-1.4%2C1.4v0.3H9.2V8c0-0.8-0.6-1.4-1.4-1.4H5.5C4.7%2C6.6%2C4.1%2C7.2%2C4.1%2C8v0.3H3.3V5.5C3.3%2C5.3%2C3.5%2C5%2C3.8%2C5z%20M3.3%2C10%0D%0A%09h13.3v4.5c0%2C0.3-0.2%2C0.5-0.5%2C0.5H3.8c-0.3%2C0-0.5-0.2-0.5-0.5V10z%22%2F%3E%0D%0A%3Crect%20y%3D%220%22%20style%3D%22fill%3Anone%3B%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_household {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M16.8%2C2.7c-0.4-0.4-0.9-0.6-1.5-0.6c0%2C0%2C0.1%2C0.1%2C0.2%2C0.1c1.4%2C1.4%2C0.5%2C4.7-2.1%2C7.3S7.5%2C13%2C6.1%2C11.6%0D%0A%09%09c0%2C0-0.1-0.1-0.1-0.2c0%2C0.6%2C0.2%2C1.1%2C0.6%2C1.5c0%2C0%2C0.1%2C0%2C0.1%2C0.1c-0.2%2C0.5-0.7%2C1.3-1.7%2C1.9c-1.7%2C1-2.9%2C2.6-2%2C3.6%0D%0A%09%09c0.9%2C0.9%2C2.4-0.4%2C3.8-2.3c0.5-0.7%2C1.6-1.9%2C2.4-2.7c1.6-0.3%2C3.5-1.4%2C5.2-3C17.1%2C7.6%2C18.2%2C4.1%2C16.8%2C2.7z%22%2F%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%2212.4%22%20y%3D%222.8%22%20transform%3D%22matrix(0.7071%200.7071%20-0.7071%200.7071%206.3355%20-8.7493)%22%20style%3D%22fill%3A%23BABEC4%3B%22%20width%3D%222.7%22%20height%3D%220.9%22%2F%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%2212.3%22%20y%3D%225.2%22%20transform%3D%22matrix(0.7071%200.7071%20-0.7071%200.7071%207.9577%20-7.8958)%22%20style%3D%22fill%3A%23BABEC4%3B%22%20width%3D%222.4%22%20height%3D%220.9%22%2F%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%226.6%22%20y%3D%229.6%22%20transform%3D%22matrix(0.7071%200.7071%20-0.7071%200.7071%209.415%20-2.5805)%22%20style%3D%22fill%3A%23BABEC4%3B%22%20width%3D%222.4%22%20height%3D%220.9%22%2F%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%2210.8%22%20y%3D%227%22%20transform%3D%22matrix(0.7071%200.7071%20-0.7071%200.7071%208.7435%20-6.2198)%22%20style%3D%22fill%3A%23BABEC4%3B%22%20width%3D%222.2%22%20height%3D%220.9%22%2F%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%229.1%22%20y%3D%228.7%22%20transform%3D%22matrix(0.7071%200.7071%20-0.7071%200.7071%209.4554%20-4.5011)%22%20style%3D%22fill%3A%23BABEC4%3B%22%20width%3D%222.2%22%20height%3D%220.9%22%2F%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%226.7%22%20y%3D%227%22%20transform%3D%22matrix(0.7071%200.7071%20-0.7071%200.7071%207.4699%20-3.1295)%22%20style%3D%22fill%3A%23BABEC4%3B%22%20width%3D%221.5%22%20height%3D%220.9%22%2F%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%228.4%22%20y%3D%225.4%22%20transform%3D%22matrix(0.7071%200.7071%20-0.7071%200.7071%206.8359%20-4.7512)%22%20style%3D%22fill%3A%23BABEC4%3B%22%20width%3D%221.5%22%20height%3D%220.9%22%2F%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%2210.1%22%20y%3D%223.7%22%20transform%3D%22matrix(0.7071%200.7071%20-0.7071%200.7071%206.0901%20-6.4632)%22%20style%3D%22fill%3A%23BABEC4%3B%22%20width%3D%221.5%22%20height%3D%220.9%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20style%3D%22fill%3Anone%3B%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_it {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M14.2%2C1.8H5.6C4.7%2C1.8%2C4%2C2.5%2C4%2C3.4v13.5c0%2C0.9%2C0.7%2C1.6%2C1.6%2C1.6h8.6c0.9%2C0%2C1.6-0.7%2C1.6-1.6V3.4%0D%0A%09C15.8%2C2.5%2C15.1%2C1.8%2C14.2%2C1.8z%20M9.8%2C17.6c-0.4%2C0-0.7-0.3-0.7-0.7c0-0.4%2C0.3-0.7%2C0.7-0.7c0.4%2C0%2C0.7%2C0.3%2C0.7%2C0.7%0D%0A%09C10.5%2C17.3%2C10.2%2C17.6%2C9.8%2C17.6z%20M13.8%2C15.2H6V4.4h7.8V15.2z%22%2F%3E%0D%0A%3Crect%20style%3D%22fill%3Anone%3B%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_jewelry {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M16.5%2C1.9H3.4c-1%2C0-1.8%2C0.8-1.8%2C1.8v13.1c0%2C1%2C0.8%2C1.8%2C1.8%2C1.8h13.1c1%2C0%2C1.8-0.8%2C1.8-1.8V3.7%0D%0A%09C18.3%2C2.7%2C17.5%2C1.9%2C16.5%2C1.9z%20M10%2C10.5c1.2%2C0%2C2.2%2C0.6%2C2.7%2C1.5H7.3C7.8%2C11.1%2C8.8%2C10.5%2C10%2C10.5z%20M16.7%2C12h-1.9%0D%0A%09c-0.5-1.8-2.2-3.2-4.2-3.5l1.7-1.7l-1.6-1.6H10H9.2L7.6%2C6.9l1.7%2C1.7c-2%2C0.3-3.6%2C1.6-4.2%2C3.5H3.3V3.6h13.4V12z%22%2F%3E%0D%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20style%3D%22fill%3Anone%3B%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_list2 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2219px%22%20height%3D%2219px%22%20viewBox%3D%220%200%2019%2019%22%20style%3D%22enable-background%3Anew%200%200%2019%2019%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20style%3D%22fill%3A%23B9BDC7%3B%22%20width%3D%225%22%20height%3D%225%22%2F%3E%0D%0A%3Crect%20y%3D%227%22%20style%3D%22fill%3A%23B9BDC7%3B%22%20width%3D%225%22%20height%3D%225%22%2F%3E%0D%0A%3Crect%20y%3D%2214%22%20style%3D%22fill%3A%23B9BDC7%3B%22%20width%3D%225%22%20height%3D%225%22%2F%3E%0D%0A%3Crect%20x%3D%2214%22%20style%3D%22fill%3A%23B9BDC7%3B%22%20width%3D%225%22%20height%3D%225%22%2F%3E%0D%0A%3Crect%20x%3D%2214%22%20y%3D%227%22%20style%3D%22fill%3A%23B9BDC7%3B%22%20width%3D%225%22%20height%3D%225%22%2F%3E%0D%0A%3Crect%20x%3D%2214%22%20y%3D%2214%22%20style%3D%22fill%3A%23B9BDC7%3B%22%20width%3D%225%22%20height%3D%225%22%2F%3E%0D%0A%3Crect%20x%3D%227%22%20style%3D%22fill%3A%23B9BDC7%3B%22%20width%3D%225%22%20height%3D%225%22%2F%3E%0D%0A%3Crect%20x%3D%227%22%20y%3D%227%22%20style%3D%22fill%3A%23B9BDC7%3B%22%20width%3D%225%22%20height%3D%225%22%2F%3E%0D%0A%3Crect%20x%3D%227%22%20y%3D%2214%22%20style%3D%22fill%3A%23B9BDC7%3B%22%20width%3D%225%22%20height%3D%225%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 19px;
  height: 19px;
}

.icon-20_grey_logo_beboss {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20x%3D%2214%22%20y%3D%220%22%20style%3D%22fill%3A%23BABEC4%3B%22%20width%3D%226%22%20height%3D%2213%22%2F%3E%0D%0A%3Crect%20x%3D%220%22%20y%3D%2214%22%20style%3D%22fill%3A%23BABEC4%3B%22%20width%3D%226%22%20height%3D%226%22%2F%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23BABEC4%3B%22%20points%3D%2213%2C14%2013%2C7%207%2C7%207%2C20%2011.3%2C20%2012.5%2C20%2020%2C20%2020%2C14%20%22%2F%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23BABEC4%3B%22%20points%3D%2213%2C0%205.6%2C0%203.8%2C0%200%2C0%200%2C13%206%2C13%206%2C6%2013%2C6%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_low-cost {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M12.5%2C5.6C12.3%2C5.5%2C12%2C5.4%2C12%2C5.4H8.5v3h3.7c0.2%2C0%2C0.9-0.2%2C0.9-1.6C13%2C5.9%2C12.6%2C5.7%2C12.5%2C5.6z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M16.4%2C1.8H3.6c-1.1%2C0-2%2C0.9-2%2C2v12.8c0%2C1.1%2C0.9%2C2%2C2%2C2h12.8c1.1%2C0%2C2-0.9%2C2-2V3.8%0D%0A%09%09C18.4%2C2.7%2C17.5%2C1.8%2C16.4%2C1.8z%20M12.2%2C10.4l-3.7%2C0v1.3h3.1v2H8.5v3.1h-2v-3.1H5.1v-2h1.4v-1.3H5.1v-2h1.4v-5H12h0%0D%0A%09%09c0.1%2C0%2C0.8%2C0%2C1.5%2C0.4c0.7%2C0.4%2C1.5%2C1.3%2C1.5%2C3C15%2C9.6%2C13.2%2C10.4%2C12.2%2C10.4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20y%3D%220%22%20style%3D%22fill%3Anone%3B%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_menu_balance {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M17%2C19H2c-1.1%2C0-2-0.9-2-2V7c0-1.1%2C0.9-2%2C2-2h15c1.1%2C0%2C2%2C0.9%2C2%2C2v10C19%2C18.1%2C18.1%2C19%2C17%2C19z%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M15.6%2C13.5c-0.6%2C0-1.1-0.5-1.1-1.1v-0.9c0-0.6%2C0.5-1.1%2C1.1-1.1h2.9c0.6%2C0%2C1.1%2C0.5%2C1.1%2C1.1v0.9%0D%0A%09%09c0%2C0.6-0.5%2C1.1-1.1%2C1.1H15.6z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M18.4%2C11c0.3%2C0%2C0.6%2C0.3%2C0.6%2C0.6v0.9c0%2C0.3-0.3%2C0.6-0.6%2C0.6h-2.9c-0.3%2C0-0.6-0.3-0.6-0.6v-0.9%0D%0A%09%09c0-0.3%2C0.3-0.6%2C0.6-0.6H18.4%20M18.4%2C10h-2.9c-0.9%2C0-1.6%2C0.7-1.6%2C1.6v0.9c0%2C0.9%2C0.7%2C1.6%2C1.6%2C1.6h2.9c0.9%2C0%2C1.6-0.7%2C1.6-1.6v-0.9%0D%0A%09%09C20%2C10.7%2C19.3%2C10%2C18.4%2C10L18.4%2C10z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpolygon%20style%3D%22fill%3Anone%3Bstroke%3A%23BABEC4%3Bstroke-miterlimit%3A10%3B%22%20points%3D%222.9%2C5%2016%2C3%2017%2C6%202.5%2C10.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_menu_bj {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M11.9%2C1.3c1.8-0.2%2C3.9-0.9%2C5-1.3c0.3-0.1%2C0.5%2C0.2%2C0.4%2C0.4l-7.2%2C14.7c-0.1%2C0.1-0.1%2C0.2-0.2%2C0.3%0D%0A%09c-0.4%2C0.3-1.4%2C0.8-2.7%2C0.9c-2.5%2C0.1-3.6-0.1-3.6-0.1s1.3%2C0.7%2C5%2C1c1.5%2C0.1%2C2.3%2C0.1%2C2.8%2C0.1c0.2%2C0%2C0.5-0.2%2C0.6-0.4l6.9-14.1%0D%0A%09c0.1-0.1%2C0.2-0.2%2C0.3-0.1l0.2%2C0.2c0.1%2C0.1%2C0.1%2C0.3%2C0.1%2C0.5l-6.9%2C14.2c-0.1%2C0.2-0.2%2C0.3-0.4%2C0.3c-0.4%2C0.1-1.2%2C0.2-2.3%2C0.2%0D%0A%09c-1.9%2C0-3.6-0.3-3.6-0.3s1.3%2C0.6%2C4.8%2C1.2c1.3%2C0.2%2C2.3%2C0.2%2C2.7%2C0.2c0.2%2C0%2C0.4-0.1%2C0.5-0.3l5.4-11.2c0.1-0.1%2C0.2-0.1%2C0.3-0.1l0.2%2C0.1%0D%0A%09C20%2C7.8%2C20%2C8%2C20%2C8.1l-5.5%2C11.4C14.3%2C19.8%2C14%2C20%2C13.6%2C20c-1.2%2C0-4-0.2-7.1-1.2c-3.1-1-5.3-2.5-6.2-3.3C0%2C15.4-0.1%2C15%2C0.1%2C14.7%0D%0A%09L6.7%2C1.8C6.8%2C1.7%2C6.9%2C1.6%2C7%2C1.6C7.6%2C1.6%2C9.5%2C1.6%2C11.9%2C1.3z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_menu_fr {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M18.7%2C5H13V2.3C13%2C1.6%2C12.4%2C1%2C11.7%2C1H8.3C7.6%2C1%2C7%2C1.6%2C7%2C2.3V5H1.3C0.6%2C5%2C0%2C5.6%2C0%2C6.3v11.3%0D%0A%09c0%2C0.7%2C0.6%2C1.3%2C1.3%2C1.3h17.4c0.7%2C0%2C1.3-0.6%2C1.3-1.3V6.3C20%2C5.6%2C19.4%2C5%2C18.7%2C5z%20M8.9%2C4.8V3h2.2v1.8V6H8.9V4.8z%20M7%2C8h9v2H7V8z%20M7%2C13h8%0D%0A%09v1H7V13z%20M6%2C14H2V8h4V14z%20M17%2C16H7v-1h10V16z%20M18%2C12H7v-1h11V12z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_menu_kn {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M20%2C8.8L20%2C8.8c0-0.2-0.1-0.4-0.1-0.6l-1.4-6.6c-0.2-0.9-1.1-1.6-2-1.6h-6.4H3.8c-1%2C0-1.8%2C0.7-2%2C1.6%0D%0A%09L0%2C8.5l0%2C0c0%2C0.1%2C0%2C0.2%2C0%2C0.4C0%2C10%2C0.9%2C11%2C2.1%2C11c0.9%2C0%2C1.7-0.6%2C2-1.4C4.4%2C10.4%2C5.1%2C11%2C6%2C11s1.7-0.6%2C2-1.4c0.3%2C0.8%2C1.1%2C1.4%2C2%2C1.4%0D%0A%09s1.7-0.6%2C2-1.4c0.3%2C0.8%2C1.1%2C1.4%2C2%2C1.4s1.7-0.6%2C2-1.4c0.3%2C0.8%2C1.1%2C1.4%2C2%2C1.4C19.1%2C11%2C20%2C10%2C20%2C8.9C20%2C8.8%2C20%2C8.8%2C20%2C8.8L20%2C8.8z%22%2F%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M17%2C12v6h-5v-6H9v3H3v-3H1v5.6C1%2C18.9%2C2.1%2C20%2C3.4%2C20h13.3c1.3%2C0%2C2.4-1.1%2C2.4-2.4V12H17z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_menu_message {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23BABEC4%3B%22%20points%3D%2210%2C11%200%2C4.9%200%2C16.9%2020%2C16.9%2020%2C4.9%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23BABEC4%3B%22%20points%3D%2219.7%2C3.1%2010%2C3.1%200.3%2C3.1%2010%2C9%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_mess_received {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M1.19133309%2C10.5881659%20C0.866497163%2C10.1415177%200.965246493%2C9.51610692%201.41189589%2C9.19127185%20C1.85854528%2C8.86643678%202.4839577%2C8.96518585%202.80879363%2C9.41183407%20L6.0186899%2C13.8254299%20L13.2045511%2C4.39401177%20C13.5392571%2C3.95471127%2014.1667143%2C3.86991998%2014.606016%2C4.20462512%20C15.0453176%2C4.53933027%2015.1301091%2C5.16678581%2014.7954031%2C5.60608631%20L7.6095419%2C15.0375044%20C7.49179365%2C15.1920486%207.35215432%2C15.3286105%207.19502484%2C15.4428862%20C6.30172605%2C16.0925563%205.0509012%2C15.8950582%204.40122936%2C15.0017617%20L1.19133309%2C10.5881659%20Z%20M11.2999965%2C15.5999451%20C10.968628%2C16.0417685%2010.3418312%2C16.1313107%209.90000657%2C15.7999431%20C9.45818194%2C15.4685755%209.36863954%2C14.8417803%209.700008%2C14.3999568%20L17.1999541%2C4.40005493%20C17.5313226%2C3.95823146%2018.1581194%2C3.86868929%2018.599944%2C4.20005689%20C19.0417686%2C4.53142449%2019.1313111%2C5.15821969%2018.7999426%2C5.60004316%20L11.2999965%2C15.5999451%20Z%22%20opacity%3D%22.2%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_mess_sent {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M3.19133277%2C10.6853509%20C2.86649738%2C10.2321136%202.96524655%2C9.59747656%203.41189521%2C9.26784941%20C3.85854387%2C8.93822226%204.48395526%2C9.03842811%204.80879065%2C9.49166544%20L8.01868164%2C13.9703721%20L15.204531%2C4.39981856%20C15.5392365%2C3.95403736%2016.1666926%2C3.8679952%2016.6059936%2C4.20763802%20C17.0452945%2C4.54728085%2017.1300859%2C5.18399282%2016.7953804%2C5.62977403%20L9.60953102%2C15.2003275%20C9.49178297%2C15.3571516%209.35214387%2C15.4957281%209.19501464%2C15.6116896%20C8.30171732%2C16.2709439%207.05089454%2C16.0705322%206.40122376%2C15.1640576%20L3.19133277%2C10.6853509%20Z%22%20opacity%3D%22.2%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_new_fr {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M19.8%2C10l-2.3-2.6L18%2C3.8l-3.3-0.7L13%2C0L9.9%2C1.5L6.9%2C0L5.2%2C3.1L1.9%2C3.8l0.4%2C3.5L0%2C10l2.3%2C2.6%0D%0A%09l-0.4%2C3.5l3.3%2C0.7L6.9%2C20l3.1-1.5L13%2C20l1.7-3.1l3.3-0.7l-0.4-3.5L19.8%2C10z%20M13.7%2C15h-1.3L9.2%2C9.9C8.5%2C8.8%2C7.8%2C7.7%2C7.3%2C6.6l0%2C0%0D%0A%09c0.1%2C1.3%2C0.1%2C2.5%2C0.1%2C4.1V15H6.2V5h1.4l3.2%2C5.1c0.7%2C1.2%2C1.3%2C2.2%2C1.8%2C3.2l0%2C0c-0.1-1.3-0.1-2.6-0.1-4.1V5h1.2V15z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_phone {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M15%2C0H5C3.9%2C0%2C3%2C0.9%2C3%2C2V18c0%2C1.1%2C0.9%2C2%2C2%2C2H15c1.1%2C0%2C2-0.9%2C2-2V2C17%2C0.9%2C16.1%2C0%2C15%2C0z%20M10%2C18.8%0D%0A%09c-0.6%2C0-1-0.4-1-1s0.4-1%2C1-1c0.6%2C0%2C1%2C0.4%2C1%2C1S10.6%2C18.8%2C10%2C18.8z%20M15%2C16H5V3h10V16z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_prif {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M17.2%2C2.5c-2.4-2.4-6.3-2.4-8.7%2C0C6.8%2C4.2%2C6.3%2C6.7%2C7%2C8.8l-6%2C6v5h4.5v-2.2h2.2v-2.2h2.2v-2.2l0.5-0.6%0D%0A%09c2.2%2C1%2C4.9%2C0.5%2C6.8-1.3C19.6%2C8.8%2C19.6%2C4.9%2C17.2%2C2.5z%20M3.4%2C16.4l-0.8-0.8L8.1%2C10l0.8%2C0.8L3.4%2C16.4z%20M16%2C5.7c-0.5%2C0.5-1.4%2C0.5-2%2C0%0D%0A%09s-0.5-1.4%2C0-2s1.4-0.5%2C2%2C0C16.6%2C4.3%2C16.6%2C5.2%2C16%2C5.7z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_production {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M18.6%2C0.5C18.5%2C0.2%2C18.3%2C0%2C18%2C0h-2.2c-0.3%2C0-0.5%2C0.2-0.6%2C0.5L13.8%2C15V9.3h-1.4V6.8%0D%0A%09c0-0.6-0.7-1-1.2-0.6l-4.6%2C3H6.1V6.9c0-0.6-0.7-1-1.2-0.6L0.4%2C9.4C0.1%2C9.6%2C0%2C9.9%2C0%2C10.1v9C0%2C19.6%2C0.4%2C20%2C0.9%2C20h18.2%0D%0A%09c0.5%2C0%2C0.9-0.4%2C0.9-0.9L18.6%2C0.5z%20M3.8%2C17H2.3v-2.4h1.6V17z%20M3.8%2C13.1H2.3v-2.4h1.6V13.1z%20M7.7%2C17H6.1v-2.4h1.6V17z%20M7.7%2C13.1H6.1%0D%0A%09v-2.4h1.6V13.1z%20M11.5%2C17H10v-2.4h1.6V17z%20M11.5%2C13.1H10v-2.4h1.6V13.1z%22%2F%3E%0D%0A%3Crect%20y%3D%220%22%20style%3D%22fill%3Anone%3B%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_rating {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M13%2C11V5.8c0-1-0.8-1.8-1.8-1.8H8.8C7.8%2C4%2C7%2C4.8%2C7%2C5.8V8H2.8C1.8%2C8%2C1%2C8.8%2C1%2C9.8V17h6h6h6v-4.3%0D%0A%09%09c0-1-0.8-1.8-1.8-1.8H13z%22%2F%3E%0D%0A%09%3Crect%20style%3D%22fill%3Anone%3B%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_restaurants {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M10.1%2C17.2H8.8H2.3V18c0%2C0%2C0.9%2C1.4%2C3%2C1.4c1.2%2C0%2C2.5%2C0%2C3.5%2C0c0.8%2C0%2C1.3%2C0%2C1.3%2C0c1%2C0%2C2.3%2C0%2C3.5%2C0%0D%0A%09%09c2.1%2C0%2C3-1.4%2C3-1.4v-0.8H10.1z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M17.7%2C10.1c0-0.7-0.5-1.2-1.2-1.2h-1.3V8.4c0-0.3-0.2-0.5-0.5-0.5H4.5C4.2%2C7.9%2C4%2C8.1%2C4%2C8.4v2.7v1.4%0D%0A%09%09c0%2C0.2%2C0%2C0.4%2C0%2C0.7c0%2C1.7%2C1.8%2C3.1%2C1.8%2C3.1h3.8h3.8c0%2C0%2C1.2-1%2C1.6-2.3c0.3%2C0%2C1.3-0.1%2C2-1.1C17.7%2C11.9%2C17.7%2C10.6%2C17.7%2C10.1z%0D%0A%09%09%20M16.2%2C12.2c-0.4%2C0.5-0.8%2C0.6-1.1%2C0.7c0-0.2%2C0-0.3%2C0-0.4v-1.4V9.9h1.3c0.1%2C0%2C0.2%2C0%2C0.2%2C0c0%2C0%2C0%2C0.1%2C0%2C0.2%0D%0A%09%09C16.7%2C10.6%2C16.7%2C11.6%2C16.2%2C12.2z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M8.1%2C7.1c-0.2%2C0-0.4-0.1-0.5-0.3c0-0.1-0.1-0.4-0.1-1.1c0-1%2C0.8-1.7%2C1.7-2.6C10%2C2.3%2C9.8%2C1.3%2C9.8%2C1.3%0D%0A%09%09C9.8%2C1%2C9.9%2C0.7%2C10.2%2C0.7c0.3-0.1%2C0.5%2C0.1%2C0.6%2C0.4c0%2C0.1%2C0.3%2C1.6-0.8%2C2.7C9.1%2C4.6%2C8.6%2C5.1%2C8.6%2C5.6c0%2C0.6%2C0.1%2C0.8%2C0.1%2C0.8%0D%0A%09%09C8.7%2C6.7%2C8.5%2C7%2C8.3%2C7C8.2%2C7%2C8.2%2C7.1%2C8.1%2C7.1z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M11%2C7.3c-0.2%2C0-0.4-0.1-0.5-0.3c0-0.1-0.1-0.3-0.1-0.8c0-0.7%2C0.6-1.2%2C1.2-1.8c0.4-0.4%2C0.3-0.9%2C0.3-1%0D%0A%09%09c-0.1-0.3%2C0.1-0.5%2C0.4-0.6c0.3-0.1%2C0.5%2C0.1%2C0.6%2C0.4c0%2C0%2C0.2%2C1.1-0.6%2C1.9c-0.4%2C0.4-0.9%2C0.8-0.9%2C1.1c0%2C0.4%2C0%2C0.5%2C0%2C0.5%0D%0A%09%09c0.1%2C0.3-0.1%2C0.5-0.3%2C0.6C11.1%2C7.3%2C11%2C7.3%2C11%2C7.3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20style%3D%22fill%3Anone%3B%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_retail {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M19.3%2C8.6h-4.3l-3.7-4.9c-0.3-0.4-0.7-0.6-1.2-0.6c-0.5%2C0-0.9%2C0.2-1.2%2C0.6L4.9%2C8.6H0.7%0D%0A%09C0.4%2C8.6%2C0.1%2C9%2C0.2%2C9.3L2.9%2C17c0.2%2C0.5%2C0.6%2C0.8%2C1.1%2C0.8h11.8c0.5%2C0%2C0.9-0.3%2C1.1-0.8l2.9-7.7C19.9%2C9%2C19.6%2C8.6%2C19.3%2C8.6z%20M10%2C5.4%0D%0A%09l2.4%2C3.2h-5L10%2C5.4z%20M10%2C14.7c-1%2C0-1.8-0.8-1.8-1.8S9%2C11.1%2C10%2C11.1s1.8%2C0.8%2C1.8%2C1.8S11%2C14.7%2C10%2C14.7z%22%2F%3E%0D%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20style%3D%22fill%3Anone%3B%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_sale_fr {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cline%20style%3D%22fill%3Anone%3Bstroke%3A%23BABEC4%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3B%22%20x1%3D%223%22%20y1%3D%2217%22%20x2%3D%2217%22%20y2%3D%223%22%2F%3E%0D%0A%3Ccircle%20style%3D%22fill%3Anone%3Bstroke%3A%23BABEC4%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%22%20cx%3D%225%22%20cy%3D%225%22%20r%3D%223%22%2F%3E%0D%0A%3Ccircle%20style%3D%22fill%3Anone%3Bstroke%3A%23BABEC4%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%22%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%223%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_services {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Ccircle%20style%3D%22fill%3A%23BABEC4%3B%22%20cx%3D%224.5%22%20cy%3D%225.6%22%20r%3D%222.1%22%2F%3E%0D%0A%09%3Ccircle%20style%3D%22fill%3A%23BABEC4%3B%22%20cx%3D%2215.3%22%20cy%3D%225.6%22%20r%3D%222.1%22%2F%3E%0D%0A%09%3Ccircle%20style%3D%22fill%3A%23BABEC4%3B%22%20cx%3D%2210%22%20cy%3D%224.4%22%20r%3D%222.4%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M16.5%2C9c-1.2-0.7-2.7%2C0-2.7%2C0c0.4%2C0.8%2C0.3%2C1.9%2C0.3%2C1.9V11C14%2C10.9%2C12.7%2C7.9%2C10%2C7.9%0D%0A%09%09C7.2%2C7.9%2C5.8%2C11%2C5.8%2C11v-0.2c0%2C0-0.1-1%2C0.3-1.9c0%2C0-1.5-0.7-2.7%2C0s-1.7%2C2-1.7%2C3.1s0%2C4.4%2C0%2C4.4s0.2%2C1.2%2C1.7%2C1.2s2.5%2C0%2C2.5%2C0%0D%0A%09%09s1.3-1.6%2C4.2-1.6c2.8%2C0%2C4.1%2C1.5%2C4.1%2C1.6v0c0%2C0%2C1.1%2C0%2C2.5%2C0s1.7-1.2%2C1.7-1.2s0-3.4%2C0-4.4S17.7%2C9.7%2C16.5%2C9z%20M10%2C15.3%0D%0A%09%09c-1.2%2C0-2.2-1-2.2-2.2c0-1.2%2C1-2.2%2C2.2-2.2s2.2%2C1%2C2.2%2C2.2C12.2%2C14.3%2C11.2%2C15.3%2C10%2C15.3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20style%3D%22fill%3Anone%3B%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_settings {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M19%2C5H1C0.4%2C5%2C0%2C4.6%2C0%2C4l0%2C0c0-0.6%2C0.4-1%2C1-1h18c0.6%2C0%2C1%2C0.4%2C1%2C1v0C20%2C4.6%2C19.6%2C5%2C19%2C5z%22%2F%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M19%2C11H1c-0.6%2C0-1-0.4-1-1l0%2C0c0-0.6%2C0.4-1%2C1-1h18c0.6%2C0%2C1%2C0.4%2C1%2C1v0C20%2C10.6%2C19.6%2C11%2C19%2C11z%22%2F%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M19%2C17H1c-0.6%2C0-1-0.4-1-1l0%2C0c0-0.6%2C0.4-1%2C1-1h18c0.6%2C0%2C1%2C0.4%2C1%2C1v0C20%2C16.6%2C19.6%2C17%2C19%2C17z%22%2F%3E%0D%0A%3Ccircle%20style%3D%22fill%3A%23BABEC4%3B%22%20cx%3D%225%22%20cy%3D%224%22%20r%3D%223%22%2F%3E%0D%0A%3Ccircle%20style%3D%22fill%3A%23BABEC4%3B%22%20cx%3D%2215%22%20cy%3D%2210%22%20r%3D%223%22%2F%3E%0D%0A%3Ccircle%20style%3D%22fill%3A%23BABEC4%3B%22%20cx%3D%225%22%20cy%3D%2216%22%20r%3D%223%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_share {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EPolygon%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(373%20-466)%22%3E%0D%0A%3Cg%20id%3D%22Polygon%22%20opacity%3D%220.2%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_stroke%22%20transform%3D%22translate(-372%20469)%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_stroke%22%20d%3D%22M%2017.5%207L%2018.1823%207.73106L%2018.9656%207L%2018.1823%206.26894L%2017.5%207ZM%2010%2014L%209%2014L%209%2016.3012L%2010.6823%2014.7311L%2010%2014ZM%2010%200L%2010.6823%20-0.731055L%209%20-2.30122L%209%200L%2010%200ZM%2010%203.5L%2010.0499%204.49875L%2011%204.45125L%2011%203.5L%2010%203.5ZM%2010%2010.5L%2011%2010.5L%2011%209.75597L%2010.2873%209.54217L%2010%2010.5ZM%200%2013.5L%20-1%2013.5L%20-1%2015.7454L%200.668965%2014.2433L%200%2013.5ZM%2016.8177%206.26894L%209.31768%2013.2689L%2010.6823%2014.7311L%2018.1823%207.73106L%2016.8177%206.26894ZM%209.31768%200.731055L%2016.8177%207.73106L%2018.1823%206.26894L%2010.6823%20-0.731055L%209.31768%200.731055ZM%2011%203.5L%2011%200L%209%200L%209%203.5L%2011%203.5ZM%2011%2014L%2011%2010.5L%209%2010.5L%209%2014L%2011%2014ZM%2010%2010.5C%2010.2873%209.54217%2010.2868%209.54201%2010.2863%209.54185C%2010.286%209.54179%2010.2855%209.54161%2010.2851%209.54149C%2010.2846%209.54134%2010.2833%209.54096%2010.2823%209.54067C%2010.281%209.54029%2010.278%209.5394%2010.2754%209.53864C%2010.2715%209.53753%2010.2636%209.53527%2010.256%209.53311C%2010.2435%209.5296%2010.2203%209.52325%2010.1954%209.51674C%2010.1515%209.50527%2010.0764%209.48672%209.99025%209.46769C%209.83012%209.43256%209.57166%209.38359%209.26815%209.3441C%208.68751%209.27003%207.79263%209.21895%206.7755%209.31746C%204.71545%209.52347%202.00809%2010.3474%20-0.668965%2012.7567L%200.668965%2014.2433C%202.99191%2012.1526%205.28455%2011.4765%206.9745%2011.3075C%207.83237%2011.2186%208.49999%2011.2612%209.0131%2011.3278C%209.25647%2011.3586%209.42769%2011.3917%209.56053%2011.421C%209.62091%2011.4342%209.6581%2011.4435%209.68982%2011.4518C%209.7028%2011.4551%209.70831%2011.4567%209.71502%2011.4586C%209.71697%2011.4591%209.71836%2011.4595%209.71734%2011.4592C%209.71753%2011.4593%209.71579%2011.4588%209.71588%2011.4588C%209.71627%2011.4589%209.7143%2011.4583%209.71449%2011.4584C%209.71422%2011.4583%209.71376%2011.4582%209.71363%2011.4581C%209.71315%2011.458%209.71265%2011.4578%2010%2010.5ZM%201%2013.5C%201%209.1993%203.21894%207.00199%205.46483%205.8229C%206.6225%205.20928%207.7403%204.89257%208.64145%204.70554C%209.08006%204.61369%209.42716%204.56374%209.68736%204.53317C%209.81195%204.51841%209.90154%204.51012%209.96909%204.50462C%2010.0003%204.50206%2010.0202%204.50066%2010.0365%204.4996C%2010.0434%204.49915%2010.0467%204.49895%2010.0502%204.49875C%2010.0513%204.49868%2010.0524%204.49862%2010.0518%204.49865C%2010.0519%204.49865%2010.0513%204.49868%2010.0513%204.49868C%2010.0512%204.49869%2010.0508%204.49871%2010.0507%204.49871C%2010.0504%204.49873%2010.0499%204.49875%2010%203.5C%209.95006%202.50125%209.94956%202.50127%209.94902%202.5013C%209.94879%202.50131%209.94821%202.50134%209.94775%202.50137C%209.94714%202.5014%209.94575%202.50147%209.94452%202.50154C%209.94268%202.50164%209.93897%202.50184%209.93531%202.50205C%209.92922%202.5024%209.91818%202.50307%209.90613%202.50385C%209.88456%202.50526%209.84838%202.50783%209.8063%202.51125C%209.72736%202.51772%209.60211%202.52945%209.45327%202.54691C%209.16659%202.58079%208.73244%202.64413%208.23355%202.74758C%207.2597%202.95118%205.8775%203.35322%204.53517%204.0521C%201.78106%205.49801%20-1%208.3007%20-1%2013.5L%201%2013.5Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_shit_border {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EGroup%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-1917%20-392)%22%3E%0D%0A%3Cg%20id%3D%22Group%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_stroke%22%20transform%3D%22translate(1919.96%20395.68)%22%20fill%3D%22%23CCCCCC%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_stroke%22%20d%3D%22M%208.11983%20-7.6294e-08L%208.65888%20-0.842271C%208.31101%20-1.06491%207.86206%20-1.05078%207.52887%20-0.806707C%207.19569%20-0.562634%207.04684%20-0.138841%207.15421%200.259973L%208.11983%20-7.6294e-08ZM%209.15983%201.56L%208.16077%201.60344L%209.15983%201.56ZM%208.63983%203.12L%207.88725%202.4615C%207.61397%202.77382%207.56199%203.22247%207.75663%203.589C%207.95127%203.95553%208.35206%204.16375%208.76386%204.11228L%208.63983%203.12ZM%2010.6398%205.08L%209.682%204.79265C%209.53321%205.28863%209.78765%205.81616%2010.2684%206.00848L%2010.6398%205.08ZM%2011.7998%207.72L%2010.8879%207.30964C%2010.7671%207.5781%2010.7707%207.88616%2010.8978%208.1517C%2011.0249%208.41725%2011.2625%208.61331%2011.5474%208.68762L%2011.7998%207.72ZM%200.319827%2011.8L%201.15744%2011.2537C%201.14817%2011.2395%201.13854%2011.2255%201.12856%2011.2118L%200.319827%2011.8ZM%200.599827%208.64L%201.39983%209.24C%201.40697%209.23048%201.41394%209.22083%201.42073%209.21106L%200.599827%208.64ZM%202.11983%207.56L%202.29871%208.54387C%202.31302%208.54127%202.32727%208.53836%202.34145%208.53513L%202.11983%207.56ZM%203.23983%207.28L%203.55606%208.22868C%203.91223%208.10996%204.1719%207.80173%204.22843%207.43056C%204.28495%207.05939%204.12882%206.68784%203.82413%206.46846L%203.23983%207.28ZM%202.47983%205.6L%201.51216%205.34757L%201.50968%205.35746L%202.47983%205.6ZM%204.23983%204.72L%204.21352%205.71965C%204.53949%205.72823%204.84918%205.57734%205.04331%205.31533C%205.23744%205.05333%205.29163%204.71313%205.18851%204.40377L%204.23983%204.72ZM%204.43983%202.68L%203.58563%202.16005C%203.58238%202.16538%203.57919%202.17074%203.57605%202.17613L%204.43983%202.68ZM%207.19983%201.44L%207.08298%200.446823L%207.07579%200.447722L%207.19983%201.44ZM%208.11983%20-7.6294e-08C%207.58077%200.842271%207.58052%200.842106%207.58026%200.841944C%207.58018%200.841893%207.57993%200.841732%207.57977%200.84163C%207.57992%200.841722%207.57857%200.840854%207.57886%200.841041C%207.57909%200.84119%207.57681%200.839721%207.57728%200.840023C%207.57751%200.840174%207.57462%200.838293%207.57511%200.838615C%207.57468%200.838335%207.5739%200.837804%207.57458%200.838269C%207.57883%200.84111%207.58008%200.841928%207.58738%200.847103C%207.60796%200.861545%207.62536%200.874054%207.65773%200.89979C%207.73512%200.960474%207.80328%201.01743%207.89156%201.11494C%208.07996%201.31812%208.15583%201.48985%208.16077%201.60344L%2010.1589%201.51656C%2010.1238%200.710146%209.67969%200.101882%209.3581%20-0.244939C%209.19137%20-0.422432%209.00703%20-0.582974%208.89567%20-0.67104C%208.83367%20-0.719679%208.77263%20-0.764358%208.73837%20-0.788509C%208.71825%20-0.802631%208.69797%20-0.816461%208.68755%20-0.823445C%208.6809%20-0.827892%208.67364%20-0.832688%208.67028%20-0.834887C%208.66789%20-0.836448%208.66502%20-0.838315%208.66383%20-0.839088C%208.66288%20-0.839702%208.66164%20-0.840503%208.66116%20-0.840807C%208.66075%20-0.841072%208.66018%20-0.841439%208.65997%20-0.841571C%208.65978%20-0.841693%208.65951%20-0.841868%208.65942%20-0.841929C%208.65915%20-0.842101%208.65888%20-0.842271%208.11983%20-7.6294e-08ZM%208.16077%201.60344C%208.18949%201.8813%208.12456%202.03069%208.01716%202.24433C%207.97461%202.33428%207.94563%202.37789%207.9065%202.43355C%207.89233%202.45422%207.8884%202.45913%207.87893%202.47106C%207.87683%202.47377%207.87639%202.47419%207.87776%202.47255C%207.87714%202.47328%207.88133%202.46833%207.88107%202.46864C%207.88029%202.46955%207.88417%202.46504%207.88378%202.46548C%207.88327%202.46607%207.88568%202.4633%207.88542%202.46359C%207.88513%202.46392%207.88646%202.4624%207.88631%202.46257C%207.88646%202.46239%207.8867%202.46213%207.88678%202.46204C%207.88701%202.46177%207.88725%202.4615%208.63983%203.12C%209.3924%203.7785%209.39265%203.77823%209.39289%203.77795C%209.39298%203.77785%209.39322%203.77757%209.39339%203.77737C%209.39357%203.77717%209.39408%203.77659%209.39443%203.77618C%209.39483%203.77573%209.3959%203.77449%209.39668%203.77359C%209.3976%203.77252%209.39996%203.76978%209.4018%203.76763C%209.40418%203.76484%209.40974%203.75826%209.41445%203.75262C%209.42126%203.74443%209.43555%203.72693%209.44869%203.71035C%209.46969%203.68369%209.5092%203.6314%209.5469%203.5777C%209.61152%203.48461%209.72005%203.31072%209.81249%203.12567C%209.9751%202.78931%2010.1702%202.1587%2010.1589%201.51656L%208.16077%201.60344ZM%208.63983%203.12C%208.76386%204.11228%208.76351%204.11232%208.76316%204.11237C%208.76304%204.11238%208.7627%204.11242%208.76247%204.11245C%208.76268%204.11242%208.76073%204.11266%208.76116%204.11261C%208.76153%204.11257%208.75803%204.11299%208.75877%204.1129C%208.75928%204.11284%208.75385%204.11347%208.75492%204.11335C%208.7551%204.11333%208.75027%204.11385%208.7508%204.11379C%208.74787%204.1141%208.75117%204.11369%208.75599%204.11338C%208.77396%204.112%208.78339%204.11131%208.81233%204.11117C%208.88823%204.10993%208.94462%204.11046%209.04545%204.12801C%209.28736%204.1626%209.3973%204.17262%209.53272%204.34711L%2010.9469%202.93289C%2010.4424%202.46738%209.75229%202.2174%209.3542%202.15199C%209.13503%202.11954%208.91143%202.11007%208.78733%202.11133C%208.71627%202.11244%208.64569%202.11612%208.60866%202.11881C%208.58598%202.12053%208.56217%202.12268%208.55072%202.12383C%208.54301%202.12461%208.53413%202.12557%208.53028%202.126C%208.52738%202.12633%208.52372%202.12676%208.52228%202.12693C%208.52108%202.12707%208.51945%202.12727%208.51885%202.12735C%208.51831%202.12741%208.51754%202.12751%208.51727%202.12754C%208.51702%202.12757%208.51665%202.12762%208.51652%202.12763C%208.51615%202.12768%208.51579%202.12772%208.63983%203.12ZM%209.53272%204.34711C%209.64448%204.45887%209.67523%204.57137%209.68237%204.67125C%209.68984%204.73408%209.68638%204.74567%209.67797%204.79951C%209.67609%204.81489%209.67167%204.83147%209.67428%204.82048C%209.67426%204.82025%209.67584%204.81424%209.67603%204.81359C%209.67543%204.81577%209.67867%204.804%209.6784%204.80499C%209.67791%204.80671%209.68028%204.79846%209.68003%204.7993C%209.67973%204.80032%209.68112%204.79559%209.68097%204.7961C%209.68081%204.79665%209.68156%204.79413%209.68148%204.79441C%209.68156%204.79412%209.68169%204.79368%209.68174%204.79354C%209.68187%204.7931%209.682%204.79265%2010.6398%205.08C%2011.5977%205.36735%2011.5978%205.3669%2011.5979%205.36644C%2011.598%205.36629%2011.5981%205.36583%2011.5982%205.36552C%2011.5983%205.3652%2011.5986%205.36426%2011.5988%205.36361C%2011.599%205.36291%2011.5996%205.36094%2011.6%205.35953C%2011.6004%205.35792%2011.6017%205.35363%2011.6026%205.35038C%2011.6037%205.34632%2011.6065%205.33633%2011.6087%205.32813C%2011.6117%205.31675%2011.6182%205.29117%2011.6235%205.26827C%2011.6315%205.23302%2011.6461%205.16011%2011.6567%205.09049C%2011.6733%204.97433%2011.6898%204.74592%2011.6773%204.52875C%2011.6444%204.06863%2011.4752%203.46113%2010.9469%202.93289L%209.53272%204.34711ZM%2010.6398%205.08C%2010.2684%206.00848%2010.2681%206.00836%2010.2678%206.00824C%2010.2677%206.0082%2010.2675%206.00808%2010.2673%206.00801C%2010.2674%206.00808%2010.2658%206.00742%2010.2662%206.00756C%2010.2665%206.00769%2010.2635%206.0065%2010.2642%206.00675C%2010.2646%206.00693%2010.26%206.00507%2010.2609%206.00543C%2010.2611%206.0055%2010.2571%206.00384%2010.2575%206.00401C%2010.2551%206.00298%2010.258%206.00416%2010.2621%206.00603C%2010.277%206.01277%2010.2856%206.01668%2010.3095%206.02932C%2010.3719%206.06148%2010.4224%206.08924%2010.5036%206.14873C%2010.6972%206.28444%2010.8128%206.37055%2010.8961%206.58809L%2012.7036%205.73191C%2012.4268%205.18945%2011.9625%204.73556%2011.6661%204.52127C%2011.5022%204.40576%2011.3302%204.30602%2011.2314%204.25443C%2011.1747%204.2252%2011.118%204.19817%2011.0878%204.18444C%2011.0692%204.17607%2011.0497%204.16757%2011.0403%204.16354C%2011.0339%204.16084%2011.0265%204.15777%2011.0233%204.15645C%2011.0209%204.15545%2011.0179%204.15421%2011.0167%204.15372C%2011.0156%204.15331%2011.0143%204.15276%2011.0138%204.15255C%2011.0133%204.15237%2011.0127%204.15211%2011.0125%204.15202C%2011.0122%204.15194%2011.0119%204.15181%2011.0118%204.15177C%2011.0115%204.15165%2011.0112%204.15152%2010.6398%205.08ZM%2010.8961%206.58809C%2011.0042%206.75939%2010.9827%206.85438%2010.9463%207.0742C%2010.934%207.1652%2010.9202%207.21061%2010.8991%207.27512C%2010.8915%207.29904%2010.8891%207.30512%2010.8834%207.31974C%2010.882%207.32323%2010.8814%207.32447%2010.8823%207.32231C%2010.882%207.32305%2010.8843%207.31767%2010.8842%207.31797C%2010.8838%207.31901%2010.886%207.31381%2010.8858%207.31431C%2010.8855%207.315%2010.887%207.31176%2010.8868%207.3121C%2010.8866%207.31249%2010.8874%207.31071%2010.8873%207.3109C%2010.8874%207.3107%2010.8876%207.31038%2010.8876%207.31028C%2010.8878%207.30996%2010.8879%207.30964%2011.7998%207.72C%2012.7117%208.13036%2012.7119%208.13004%2012.712%208.1297C%2012.7121%208.12959%2012.7122%208.12925%2012.7124%208.12902C%2012.7125%208.12878%2012.7128%208.12809%2012.713%208.1276C%2012.7132%208.12707%2012.7139%208.1256%2012.7144%208.12452C%2012.7149%208.12324%2012.7164%208.11997%2012.7175%208.11739C%2012.719%208.11402%2012.7224%208.10614%2012.7252%208.09935C%2012.7294%208.08943%2012.738%208.06841%2012.7458%208.04854C%2012.7583%208.01644%2012.7812%207.95408%2012.8018%207.89113C%2012.8369%207.78189%2012.8906%207.5798%2012.9234%207.3758C%2012.977%207.00562%2012.9555%206.32061%2012.7036%205.73191L%2010.8961%206.58809ZM%2011.7998%207.72C%2011.5474%208.68762%2011.547%208.68752%2011.5467%208.68743C%2011.5466%208.6874%2011.5462%208.6873%2011.546%208.68724C%2011.5462%208.6873%2011.5442%208.68676%2011.5446%208.68688C%2011.545%208.68698%2011.5413%208.68601%2011.5421%208.68622C%2011.5427%208.68637%2011.537%208.68482%2011.5381%208.68513C%2011.5383%208.6852%2011.5331%208.68373%2011.5337%208.6839C%2011.5309%208.68311%2011.5341%208.68395%2011.539%208.68555C%2011.5571%208.69124%2011.5693%208.69521%2011.6011%208.70752C%2011.6817%208.73801%2011.7629%208.77202%2011.8919%208.84339C%2012.1865%209.00212%2012.4958%209.20771%2012.8491%209.62063L%2014.3505%208.29937C%2013.8238%207.71229%2013.2332%207.29788%2012.8478%207.08661C%2012.6367%206.97298%2012.433%206.88449%2012.3136%206.83873C%2012.2453%206.81291%2012.1788%206.79032%2012.1431%206.77898C%2012.1212%206.77206%2012.0982%206.76519%2012.0871%206.76198C%2012.0795%206.7598%2012.0707%206.75735%2012.0669%206.75631C%2012.064%206.75552%2012.0603%206.75452%2012.0589%206.75414C%2012.0577%206.75381%2012.056%206.75337%2012.0554%206.75321C%2012.0548%206.75306%2012.0541%206.75285%2012.0538%206.75278C%2012.0535%206.75271%2012.0531%206.75261%2012.053%206.75258C%2012.0526%206.75248%2012.0522%206.75238%2011.7998%207.72ZM%2012.8491%209.62063C%2013.0549%209.85442%2013.1178%2010.1419%2013.0887%2010.4721C%2013.058%2010.8198%2012.9296%2011.1153%2012.8857%2011.1944L%2014.634%2012.1656C%2014.7901%2011.8847%2015.0216%2011.3202%2015.081%2010.6479C%2015.1418%209.95813%2015.0248%209.06558%2014.3505%208.29937L%2012.8491%209.62063ZM%2012.8857%2011.1944C%2012.8052%2011.3392%2012.7324%2011.44%2012.6491%2011.506C%2012.5902%2011.5526%2012.4942%2011.6101%2012.2833%2011.6009L%2012.1964%2013.5991C%2013.7114%2013.6649%2014.3866%2012.611%2014.634%2012.1656L%2012.8857%2011.1944ZM%2012.2833%2011.6009C%2011.4124%2011.5643%2010.8307%2011.4825%208.59983%2011.48L%208.59983%2013.48C%2010.6889%2013.4775%2011.2273%2013.5557%2012.1964%2013.5991L%2012.2833%2011.6009ZM%208.59983%2011.48C%206.44729%2011.48%203.741%2011.4402%202.94727%2011.4814L%203.05239%2013.4786C%203.77865%2013.4398%206.43236%2013.48%208.59983%2013.48L%208.59983%2011.48ZM%202.94727%2011.4814C%202.53619%2011.5035%202.1021%2011.56%201.71897%2011.5071C%201.36439%2011.4646%201.22892%2011.3633%201.15744%2011.2537L%20-0.517784%2012.3463C%200.0107351%2013.1567%200.835267%2013.4154%201.48068%2013.4929C%202.09755%2013.56%202.70346%2013.4965%203.05239%2013.4786L%202.94727%2011.4814ZM%201.12856%2011.2118C%201.03563%2011.084%200.954438%2010.7738%201.02876%2010.2783C%201.10066%209.79901%201.28253%209.39639%201.39983%209.24L%20-0.200174%208.04C%20-0.56288%208.52361%20-0.841009%209.26099%20-0.94911%209.98166C%20-1.05478%2010.6862%20-1.03597%2011.636%20-0.48891%2012.3882L%201.12856%2011.2118ZM%200.599827%208.64C%201.42073%209.21106%201.42058%209.21129%201.42042%209.21151C%201.42038%209.21157%201.42023%209.21179%201.42013%209.21193C%201.42022%209.2118%201.41941%209.21296%201.41958%209.21271C%201.41972%209.21252%201.41838%209.21443%201.41865%209.21404C%201.41877%209.21387%201.41716%209.21615%201.41742%209.21578C%201.41708%209.21627%201.41688%209.21654%201.41748%209.21572C%201.42046%209.21158%201.42177%209.20976%201.42728%209.2025C%201.44208%209.18285%201.45603%209.16474%201.48268%209.13287C%201.54443%209.0583%201.60772%208.98627%201.70923%208.89376C%201.92068%208.69798%202.13106%208.57435%202.29871%208.54387L%201.94094%206.57613C%201.22859%206.70565%200.678971%207.12202%200.350419%207.42624C%200.181929%207.58373%200.0302241%207.7517%20-0.0555318%207.85463C%20-0.10263%207.91151%20-0.14555%207.96653%20-0.169188%207.99781C%20-0.182902%208.01602%20-0.1962%208.03412%20-0.203019%208.04354C%20-0.207321%208.0495%20-0.211911%208.05592%20-0.214043%208.05893C%20-0.215542%208.06104%20-0.217319%208.06356%20-0.218063%208.06462C%20-0.218647%208.06545%20-0.219406%208.06654%20-0.219696%208.06695C%20-0.219947%208.06731%20-0.220294%208.06781%20-0.220419%208.06799C%20-0.220534%208.06815%20-0.220699%208.06839%20-0.220757%208.06847C%20-0.220919%208.06871%20-0.221079%208.06893%200.599827%208.64ZM%202.34145%208.53513C%202.79192%208.43269%203.08905%208.35845%203.26572%208.3117C%203.35876%208.28704%203.42894%208.26723%203.46985%208.25525C%203.49315%208.24841%203.51395%208.24208%203.52505%208.23863C%203.53216%208.23641%203.5397%208.23401%203.54323%208.23288C%203.54582%208.23204%203.54897%208.23102%203.55027%208.23059C%203.55134%208.23024%203.55277%208.22977%203.55331%208.22959C%203.5538%208.22943%203.55448%208.22921%203.55472%208.22913C%203.55495%208.22905%203.55528%208.22894%203.5554%208.2289C%203.55551%208.22886%203.55567%208.22881%203.55573%208.22879C%203.55589%208.22874%203.55606%208.22868%203.23983%207.28C%202.9236%206.33132%202.92376%206.33126%202.92392%206.33121C%202.92397%206.33119%202.92413%206.33114%202.92423%206.33111C%202.92413%206.33114%202.92504%206.33084%202.92484%206.3309C%202.92466%206.33096%202.92635%206.3304%202.92598%206.33052C%202.92568%206.33062%202.92854%206.32968%202.92795%206.32988C%202.92761%206.32999%202.93122%206.32882%202.9306%206.32902C%202.93102%206.32888%202.93171%206.32867%202.93055%206.32903C%202.92507%206.33074%202.92025%206.33222%202.90731%206.336C%202.87571%206.34527%202.83089%206.35796%202.75393%206.37829C%202.59061%206.42155%202.32773%206.48731%201.89821%206.58487L%202.34145%208.53513ZM%203.23983%207.28C%203.82413%206.46846%203.82442%206.46868%203.82471%206.46888C%203.8248%206.46895%203.82509%206.46916%203.82527%206.46929C%203.8251%206.46917%203.82666%206.4703%203.82633%206.47005C%203.82605%206.46985%203.82875%206.47182%203.82819%206.47141C%203.82786%206.47116%203.83164%206.47393%203.83095%206.47343C%203.83117%206.47359%203.833%206.47497%203.83276%206.47477C%203.82901%206.47194%203.82925%206.47217%203.82313%206.4672C%203.80409%206.452%203.79107%206.44138%203.76305%206.41535C%203.6927%206.35135%203.64221%206.30287%203.57623%206.20864C%203.44196%206.02553%203.43231%205.91317%203.44997%205.84254L%201.50968%205.35746C%201.28734%206.24683%201.6577%206.97447%201.96342%207.39136C%202.11744%207.59713%202.30196%207.78865%202.4116%207.88965C%202.47358%207.94612%202.53681%207.99925%202.57153%208.02717C%202.59228%208.04377%202.61377%208.0604%202.62455%208.06858C%202.63158%208.0739%202.63944%208.07976%202.64298%208.08238C%202.64556%208.08429%202.64873%208.0866%202.65001%208.08754C%202.65106%208.0883%202.65244%208.08931%202.65296%208.08969C%202.65342%208.09002%202.65406%208.09048%202.65429%208.09065C%202.6545%208.0908%202.65481%208.09102%202.65492%208.0911C%202.65522%208.09132%202.65552%208.09153%203.23983%207.28ZM%203.44744%205.85242C%203.4208%205.95454%203.3614%205.86992%203.69792%205.78374C%203.83896%205.7454%203.94828%205.73414%204.07104%205.7255C%204.12477%205.7214%204.15721%205.72046%204.19077%205.71994C%204.20402%205.71969%204.20905%205.7197%204.21659%205.71976C%204.21868%205.71976%204.22013%205.7198%204.21895%205.71978C%204.21917%205.71978%204.21715%205.71974%204.21724%205.71974C%204.21769%205.71975%204.21542%205.7197%204.21564%205.71971C%204.21595%205.71971%204.21449%205.71968%204.21464%205.71968C%204.21447%205.71968%204.21419%205.71967%204.2141%205.71967C%204.21381%205.71966%204.21352%205.71965%204.23983%204.72C%204.26613%203.72035%204.26583%203.72034%204.26552%203.72033C%204.26541%203.72033%204.26509%203.72032%204.26487%203.72031C%204.26462%203.72031%204.26395%203.72029%204.26346%203.72028C%204.26287%203.72027%204.26138%203.72023%204.2602%203.72021C%204.25865%203.72017%204.25507%203.7201%204.25197%203.72005C%204.24739%203.71998%204.2379%203.71986%204.22881%203.71979C%204.21397%203.71971%204.1861%203.71977%204.15732%203.72022C%204.10682%203.7211%204.01863%203.72422%203.92612%203.73075C%203.75637%203.74336%203.47069%203.7796%203.20174%203.84626C%202.71826%203.97008%201.77885%204.32546%201.51221%205.34758L%203.44744%205.85242ZM%204.23983%204.72C%205.18851%204.40377%205.18862%204.40411%205.18873%204.40444C%205.18877%204.40455%205.18888%204.40487%205.18895%204.40509C%205.18888%204.40489%205.18948%204.4067%205.18935%204.40631C%205.18924%204.40598%205.19028%204.40915%205.19007%204.40848C%205.18993%204.40808%205.1914%204.41262%205.19113%204.41177C%205.19118%204.41193%205.19194%204.41435%205.1919%204.4142C%205.19063%204.41009%205.19073%204.41054%205.18876%204.40333C%205.18249%204.38097%205.17794%204.36406%205.16997%204.326C%205.14962%204.23263%205.13398%204.14702%205.12851%204.00879C%205.10956%203.69324%205.11127%203.46782%205.30361%203.18387L%203.57605%202.17613C%203.20838%202.85218%203.1101%203.64676%203.13114%204.11121C%203.14567%204.36298%203.18504%204.60737%203.21468%204.7465C%203.23171%204.82469%203.25092%204.89965%203.26214%204.9401C%203.26892%204.9643%203.27621%204.98889%203.27994%205.00108C%203.28241%205.00907%203.28522%205.01799%203.28649%205.02197C%203.28743%205.02489%203.28859%205.02849%203.28907%205.02994C%203.28946%205.03113%203.28998%205.03271%203.29017%205.0333C%203.29034%205.03382%203.29059%205.03455%203.29067%205.03482C%203.29075%205.03506%203.29087%205.03541%203.29091%205.03554C%203.29103%205.03588%203.29114%205.03623%204.23983%204.72ZM%205.29402%203.19995C%205.38937%203.04332%205.64333%202.85225%206.11393%202.69102C%206.56486%202.53199%207.01382%202.47098%207.32386%202.43228L%207.07579%200.447722C%206.74583%200.489018%206.09479%200.588012%205.46573%200.798977C%204.85632%201.00775%204.05029%201.39668%203.58563%202.16005L%205.29402%203.19995ZM%207.31667%202.43315C%207.73343%202.38412%208.36241%202.24047%208.79378%201.71324C%209.26276%201.14004%209.26693%200.41412%209.08544%20-0.259974L%207.15421%200.259973C%207.2022%200.438218%207.19813%200.522627%207.19612%200.540532C%207.19536%200.54723%207.19577%200.536985%207.2043%200.515952C%207.21311%200.494204%207.22703%200.469792%207.24587%200.446762C%207.28462%200.399397%207.31511%200.392128%207.28991%200.40248C%207.26076%200.414452%207.19658%200.433485%207.08299%200.446849L%207.31667%202.43315Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_shoes {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M17.2%2C2.4c0%2C0%2C0.8%2C2.3-0.3%2C3.8s-0.9%2C1.6-1.5%2C1.8c-0.6%2C0.2-1.4%2C0.1-1.8%2C0.6s0%2C1.1-0.5%2C1.6%0D%0A%09%09s-2.8%2C2.1-3.6%2C2.8s-1.3%2C1.4-2.1%2C1.7S6.1%2C16%2C5.7%2C16.3s-1.1%2C0.4-1.1%2C0.4s0.9%2C2.8%2C2.9%2C1.4s2.4-3.8%2C4-5.1s3.8-2.5%2C4.9-3.9s2-3%2C2-4.2%0D%0A%09%09S17.8%2C2.8%2C17.2%2C2.4z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M1.9%2C11.2c0.4-0.1%2C1.6%2C0.4%2C2.7-0.6s1.3-2.4%2C0.9-2.9C5.1%2C7.3%2C3%2C5.3%2C4.8%2C5.3s4.8%2C0.2%2C6.7-0.8%0D%0A%09%09s2.8-2.5%2C4.4-2.4s0.4%2C3.8%2C0%2C4.3S14.6%2C7.4%2C14%2C7.6S13%2C8.2%2C12.8%2C9s-1.3%2C1.4-2.4%2C2.3S7.9%2C13.6%2C7%2C14.1s-1.3%2C1.2-1.9%2C1.6%0D%0A%09%09s-0.8%2C0.5-1.6-0.5S0.6%2C11.6%2C1.9%2C11.2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%220%22%20style%3D%22fill%3Anone%3B%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_study {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M10%2C14.4l-5.9-3.2v3.4h0c0%2C1.7%2C2.6%2C3.2%2C5.9%2C3.2s5.9-1.4%2C5.9-3.2h0v-3.4L10%2C14.4z%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23BABEC4%3B%22%20points%3D%2210%2C8.7%2010%2C7.8%2018.9%2C7.8%2010%2C2.9%201%2C7.8%204.1%2C9.6%2010%2C12.8%2015.9%2C9.6%2017.6%2C8.7%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23BABEC4%3B%22%20points%3D%2217.6%2C8.7%2019.2%2C7.8%2019.2%2C14.4%2017.6%2C14.4%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20style%3D%22fill%3Anone%3B%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_grey_video {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M16.3%2C20H3.8C1.7%2C20%2C0%2C18.3%2C0%2C16.3V3.8C0%2C1.7%2C1.7%2C0%2C3.8%2C0h12.5C18.3%2C0%2C20%2C1.7%2C20%2C3.8v12.5%0D%0A%09%09C20%2C18.3%2C18.3%2C20%2C16.3%2C20z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%2216%2C10%206%2C4.2%206%2C15.8%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_horn_white {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2222.1px%22%20height%3D%2219px%22%20viewBox%3D%220%200%2022.1%2019%22%20style%3D%22enable-background%3Anew%200%200%2022.1%2019%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M8%2C13.5H0v-8h8V13.5z%20M1.6%2C11.9h4.8V7.1H1.6V11.9z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M20.7%2C19l-1.3-1c0%2C0-2.6-2-5.8-3.2c-3.2-1.2-6.4-1.3-6.5-1.3l-0.8%2C0l0-7.9l0.8%2C0%0D%0A%09%09c0%2C0%2C3.3-0.1%2C6.5-1.3C16.8%2C3%2C19.4%2C1%2C19.4%2C1l1.3-1V19z%20M8%2C11.9c1.2%2C0.1%2C3.7%2C0.4%2C6.2%2C1.4c2%2C0.8%2C3.8%2C1.8%2C4.9%2C2.5V3.2%0D%0A%09%09c-1.1%2C0.7-2.9%2C1.8-4.9%2C2.5c-2.5%2C1-5%2C1.3-6.2%2C1.4V11.9z%22%2F%3E%0D%0A%09%3Cellipse%20style%3D%22fill%3A%23FFFFFF%3B%22%20cx%3D%2220.6%22%20cy%3D%229.5%22%20rx%3D%221.5%22%20ry%3D%222.1%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M6.5%2C19H1.9L0%2C13.5l4.6-1.6L6.5%2C19z%20M3.1%2C17.4h1.3l-1.1-3.9H1.7L3.1%2C17.4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 22.1px;
  height: 19px;
}

.icon-20_orange_attention {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FA961E%22%20d%3D%22M10%2C4c3.3%2C0%2C6%2C2.7%2C6%2C6s-2.7%2C6-6%2C6s-6-2.7-6-6S6.7%2C4%2C10%2C4%20M10%2C2c-4.4%2C0-8%2C3.6-8%2C8s3.6%2C8%2C8%2C8s8-3.6%2C8-8%0D%0A%09%09S14.4%2C2%2C10%2C2L10%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FA961E%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2211%22%20x2%3D%2210%22%20y2%3D%226%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FA961E%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2214%22%20x2%3D%2210%22%20y2%3D%2212%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_orange_eye {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23FA961E%22%20d%3D%22M11.5%2C10.5c-1.1%2C0-2-0.9-2-2c0-0.9%2C0.6-1.6%2C1.4-1.9c-0.3-0.1-0.6-0.1-0.9-0.1c-1.9%2C0-3.5%2C1.6-3.5%2C3.5%0D%0A%09s1.6%2C3.5%2C3.5%2C3.5s3.5-1.6%2C3.5-3.5c0-0.3%2C0-0.6-0.1-0.9C13.1%2C9.9%2C12.4%2C10.5%2C11.5%2C10.5z%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FA961E%22%20d%3D%22M10%2C5c5%2C0%2C7%2C5%2C7%2C5s-2%2C5-7%2C5s-7-5-7-5S5%2C5%2C10%2C5%20M10%2C3C3.8%2C3%2C1.3%2C9%2C1.1%2C9.2L0.8%2C10l0.3%2C0.8%0D%0A%09%09C1.3%2C11%2C3.8%2C17%2C10%2C17s8.7-6%2C8.9-6.2l0.3-0.8l-0.3-0.8C18.7%2C9%2C16.2%2C3%2C10%2C3L10%2C3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_orange_fair {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FA961E%22%20d%3D%22M9.3%2C5.2c0%2C0.5%2C0.1%2C1%2C0.3%2C1.6c0.3%2C1%2C0.8%2C1.7%2C1.4%2C2c0.5%2C0.3%2C1.1%2C0.5%2C1.7%2C0.5c0.2%2C0%2C0.4%2C0%2C0.6-0.1%0D%0A%09%09%09c0.5-0.1%2C0.9-0.3%2C1.2-0.4c0.2%2C0.4%2C0.3%2C0.9%2C0.3%2C1.3c0.1%2C0.8%2C0.1%2C1.6-0.1%2C2.3c-0.4%2C1.6-1.7%2C2.8-3.4%2C3.4c-0.6%2C0.2-1.2%2C0.3-1.8%2C0.3%0D%0A%09%09%09c-0.3%2C0-0.5%2C0-0.8-0.1c-0.9-0.1-1.7-0.5-2.4-1C4.9%2C13.8%2C4.1%2C12%2C4%2C9.6c0%2C0%2C0.1%2C0%2C0.1%2C0l0.1%2C0c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0.2%0D%0A%09%09%09c0.1%2C0%2C0.2%2C0.1%2C0.3%2C0.1l2.5%2C1.3l0.4-2.8C7.8%2C7.6%2C8%2C6.9%2C8.4%2C6.3C8.6%2C5.8%2C8.9%2C5.5%2C9.3%2C5.2%20M11.5%2C2L9.7%2C2.7C8.3%2C3.2%2C7.3%2C4.1%2C6.6%2C5.3%0D%0A%09%09%09C6.2%2C6.1%2C5.9%2C7.1%2C5.7%2C8.2C5.5%2C8.1%2C5.3%2C8%2C5.1%2C7.9C4.4%2C7.5%2C3.8%2C7.3%2C3.4%2C7.3c0%2C0-0.1%2C0-0.1%2C0C2.5%2C7.2%2C2%2C7.6%2C2%2C8.5%0D%0A%09%09%09c-0.1%2C4%2C1.2%2C6.6%2C3.2%2C8.1c1%2C0.8%2C2.2%2C1.2%2C3.3%2C1.4C8.9%2C18%2C9.3%2C18%2C9.6%2C18c0.8%2C0%2C1.6-0.1%2C2.4-0.4c2.2-0.7%2C4.1-2.4%2C4.7-4.8%0D%0A%09%09%09c0.3-1.1%2C0.3-2.1%2C0.2-3.1c-0.2-1.1-0.5-2.1-1-3L15%2C5.4l-1%2C1.3c-0.1%2C0.2-0.5%2C0.4-1%2C0.5c-0.1%2C0-0.2%2C0-0.2%2C0c-0.2%2C0-0.5-0.1-0.8-0.2%0D%0A%09%09%09c-0.2-0.1-0.4-0.4-0.5-0.8c-0.2-0.8-0.3-1.8-0.2-2.3L11.5%2C2L11.5%2C2z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_orange_pro {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23FA961E%22%20points%3D%2215.5%2C3%204.5%2C3%202%2C8.2%207.2%2C14%2012.9%2C8%2010.2%2C8%207.2%2C11.1%204.3%2C7.9%205.7%2C5%2014.3%2C5%2015.7%2C7.9%208.6%2C15.6%209.9%2C17%20%0D%0A%0918%2C8.2%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_orange_vip {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2020%2016%22%20style%3D%22enable-background%3Anew%200%200%2020%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA961E%3B%7D%0D%0A%09.st1%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%2216.9%2C0%203.1%2C0%200%2C5.9%206.5%2C12.6%2013.6%2C5.7%2010.3%2C5.7%206.5%2C9.3%202.9%2C5.6%204.6%2C2.3%2015.4%2C2.3%2017.1%2C5.6%208.3%2C14.4%20%0D%0A%099.9%2C16%2020%2C5.9%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 16px;
}

.icon-20_red_dislike {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23e52521%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%D0%9C%D0%BE%D0%BD%D1%82%D0%B0%D0%B6%D0%BD%D0%B0%D1%8F%20%D0%BE%D0%B1%D0%BB%D0%B0%D1%81%D1%82%D1%8C%201%3C%2Ftitle%3E%3Cg%20id%3D%22Canvas%22%3E%3Cg%20id%3D%22Vector%22%3E%3Cpath%20id%3D%22path0_fill%22%20data-name%3D%22path0%20fill%22%20class%3D%22cls-1%22%20d%3D%22M7.09%2C16.59a9%2C9%2C0%2C0%2C1%2C1.9-2%2C25.05%2C25.05%2C0%2C0%2C0%2C3.7-3.1c.5-.6%2C3.6%2C1%2C4.2.3.6-.4%2C1.2-6%2C.1-8.2-.5-.9-3.8.9-4.5.4-1.2-.7-5.1-2-6.7-1.8-.8.1-2.3%2C2.5-2.9%2C4.7-.2.9-.6%2C4.3.4%2C4.8.9.7%2C2.3.6%2C3.3%2C1%2C0%2C.3-.5.9-.7%2C1.1a10.54%2C10.54%2C0%2C0%2C0-.7%2C1.1C4.49%2C16.39%2C4.39%2C20.59%2C7.09%2C16.59Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_apart {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%223%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20width%3D%229%22%20height%3D%229%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2212%2C12%2012%2C17%203%2C17%203%2C8%208%2C8%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_attachment {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.6%2C6.9l-3.4%2C5.3%0D%0A%09%09c-0.7%2C1-2.1%2C1.2-2.9%2C0.6c-0.8-0.6-1.1-1.8-0.5-2.8l2.8-4.4c2-3.2%2C4.5-2.8%2C6.1-1.8c1.4%2C0.9%2C2.7%2C3.1%2C0.8%2C5.9l-3%2C4.7%0D%0A%09%09c-1.5%2C2.4-4.9%2C3.2-7.1%2C2.2%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_bulb_min {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20style%3D%22enable-background%3Anew%200%200%2025%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M14.6%2C20H9.9v-3.5h4.7V20z%20M10.9%2C19h2.8v-1.6h-2.8V19z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M14.5%2C17.5H10l-0.1-0.4c-0.2-0.9-0.5-1.7-1-2.4l-0.8-1.1c-0.7-0.9-1-2-1-3.1c0-2.9%2C2.4-5.2%2C5.2-5.2%0D%0A%09%09s5.2%2C2.4%2C5.2%2C5.2c0%2C1.1-0.4%2C2.2-1.1%2C3.1l-0.2%2C0.2l-0.6%2C0.9c-0.5%2C0.7-0.9%2C1.5-1%2C2.4L14.5%2C17.5z%20M10.8%2C16.5h3%0D%0A%09%09c0.2-0.9%2C0.6-1.7%2C1.1-2.4l0.8-1.1c0.6-0.8%2C0.9-1.7%2C0.9-2.6c0-2.4-1.9-4.3-4.3-4.3S8%2C8%2C8%2C10.4c0%2C0.9%2C0.3%2C1.8%2C0.9%2C2.6l0.2%2C0.3%0D%0A%09%09l0.6%2C0.8C10.2%2C14.8%2C10.6%2C15.7%2C10.8%2C16.5z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cellipse%20style%3D%22fill%3A%23FFFFFF%3B%22%20cx%3D%2212.3%22%20cy%3D%2220%22%20rx%3D%221%22%20ry%3D%220.6%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%226.5%22%20y%3D%224.8%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-1.9728%206.6024)%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%220.9%22%20height%3D%221.7%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%223.9%22%20y%3D%2210.5%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%221.7%22%20height%3D%220.9%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%226%22%20y%3D%2215.8%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-9.5133%209.6577)%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%221.7%22%20height%3D%220.9%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%2216.8%22%20y%3D%225.2%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%201.1543%2014.1522)%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%221.7%22%20height%3D%220.9%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%2219%22%20y%3D%2210.5%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%221.7%22%20height%3D%220.9%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%2217.3%22%20y%3D%2215.5%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-6.3378%2017.3253)%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%220.9%22%20height%3D%221.7%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-20_white_calendar {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M16%2C8v8H4V8H16%20M18%2C6H2v12h16V6L18%2C6z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%222%22%20y%3D%224%22%20fill%3D%22%23FFFFFF%22%20width%3D%2216%22%20height%3D%225%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%222%22%20x2%3D%2210%22%20y2%3D%226%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2215%22%20y1%3D%222%22%20x2%3D%2215%22%20y2%3D%226%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%225%22%20y1%3D%222%22%20x2%3D%225%22%20y2%3D%226%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_calendar2 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20x%3D%222%22%20y%3D%220.1%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%222%22%20height%3D%223.9%22%2F%3E%0D%0A%3Crect%20x%3D%2216%22%20y%3D%220.1%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%222%22%20height%3D%223.9%22%2F%3E%0D%0A%3Crect%20x%3D%229%22%20y%3D%220.1%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%222%22%20height%3D%223.9%22%2F%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0%2C4v16h20V4H0z%20M18%2C18H2V9h16V18z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_catalog {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M17%2C3v14H3V3H17%20M19%2C1H1v18h18V1L19%2C1z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%225%22%20y%3D%225%22%20fill%3D%22%23FFFFFF%22%20width%3D%228%22%20height%3D%222%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%225%22%20y%3D%229%22%20fill%3D%22%23FFFFFF%22%20width%3D%2210%22%20height%3D%222%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%225%22%20y%3D%2213%22%20fill%3D%22%23FFFFFF%22%20width%3D%225%22%20height%3D%222%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_citata {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M15.7%2C5l0.5%2C1c-0.4%2C0.1-0.8%2C0.3-1.1%2C0.6c-0.3%2C0.3-0.6%2C0.6-0.9%2C0.9c-0.3%2C0.3-0.4%2C0.7-0.6%2C1.1%0D%0A%09%09%09c-0.1%2C0.4-0.2%2C0.8-0.2%2C1.2v0.3l0%2C0c0.2%2C0%2C0.4-0.1%2C0.5-0.1c1.3%2C0%2C2.4%2C1.1%2C2.4%2C2.4c0%2C1.4-1.1%2C2.5-2.4%2C2.5c-2.4%2C0-2.7-2.2-2.7-3.6%0D%0A%09%09%09c0-0.8%2C0.2-1.9%2C0.4-2.6c0.2-0.7%2C0.6-1.2%2C1-1.7c0.4-0.5%2C0.9-0.9%2C1.4-1.3C14.6%2C5.4%2C15.2%2C5.2%2C15.7%2C5%20M16.8%2C2.6l-1.5%2C0.4%0D%0A%09%09%09c-0.8%2C0.2-1.5%2C0.5-2.2%2C1c-0.7%2C0.5-1.3%2C1-1.8%2C1.7c-0.5%2C0.7-1%2C1.5-1.3%2C2.3C9.6%2C9%2C9.4%2C10.4%2C9.4%2C11.4c0%2C4.2%2C2.5%2C5.6%2C4.7%2C5.6%0D%0A%09%09%09c2.4%2C0%2C4.4-2%2C4.4-4.5c0-1.7-1-3.2-2.4-4c0.1-0.1%2C0.3-0.3%2C0.4-0.4C16.6%2C8%2C16.8%2C8%2C16.9%2C7.9l2.2-0.8L18%2C5.1l-0.5-1L16.8%2C2.6L16.8%2C2.6%0D%0A%09%09%09z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M7.9%2C5l0.5%2C1C8%2C6.1%2C7.7%2C6.3%2C7.3%2C6.6C7%2C6.9%2C6.7%2C7.2%2C6.5%2C7.6C6.2%2C7.9%2C6%2C8.3%2C5.9%2C8.7C5.7%2C9.1%2C5.7%2C9.5%2C5.7%2C9.9%0D%0A%09%09%09v0.3l0%2C0c0.2%2C0%2C0.4-0.1%2C0.5-0.1c1.3%2C0%2C2.4%2C1.1%2C2.4%2C2.4c0%2C1.4-1.1%2C2.5-2.4%2C2.5c-2.4%2C0-2.7-2.2-2.7-3.6c0-0.8%2C0.2-1.9%2C0.4-2.6%0D%0A%09%09%09c0.2-0.7%2C0.6-1.2%2C1-1.7c0.4-0.5%2C0.9-0.9%2C1.4-1.3C6.8%2C5.4%2C7.3%2C5.2%2C7.9%2C5%20M8.9%2C2.6L7.4%2C3.1c-0.8%2C0.2-1.5%2C0.5-2.2%2C1%0D%0A%09%09%09c-0.7%2C0.5-1.3%2C1-1.8%2C1.7c-0.5%2C0.7-1%2C1.5-1.3%2C2.3C1.7%2C9%2C1.5%2C10.4%2C1.5%2C11.4C1.5%2C15.5%2C4%2C17%2C6.2%2C17c2.4%2C0%2C4.4-2%2C4.4-4.5%0D%0A%09%09%09c0-1.7-1-3.2-2.4-4c0.1-0.1%2C0.3-0.3%2C0.4-0.4C8.8%2C8%2C8.9%2C8%2C9.1%2C7.9l2.2-0.8l-1.1-2.1l-0.5-1L8.9%2C2.6L8.9%2C2.6z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_comment {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M16%2C4v7h-6H8v2v1.4l-4-2.5V4H16%20M18%2C2H2v11l8%2C5v-5h8V2L18%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_crown {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M10%2C5.9L11.3%2C8l1.3%2C2.2l1.8-1.8L16%2C6.8V16H4V6.8l1.6%2C1.6l1.8%2C1.8L8.7%2C8L10%2C5.9%20M18%2C2l-5%2C5l-3-5L7%2C7L2%2C2v16%0D%0A%09%09h16V2L18%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%2213.1%22%20x2%3D%222%22%20y2%3D%2213.1%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_dislike {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M7%2C16.3c0.4-0.6%2C1.3-1.6%2C1.9-2c1.5-1.1%2C2.8-2.1%2C3.7-3.1%0D%0A%09%09%09c0.5-0.6%2C3.6%2C1%2C4.2%2C0.3c0.6-0.4%2C1.2-6%2C0.1-8.2c-0.5-0.9-3.8%2C0.9-4.5%2C0.4c-1.2-0.7-5.1-2-6.7-1.8C4.9%2C2.1%2C3.3%2C4.5%2C2.8%2C6.7%0D%0A%09%09%09C2.5%2C7.6%2C2.2%2C11%2C3.2%2C11.6c1%2C0.6%2C2.4%2C0.4%2C3.3%2C0.8c0%2C0.3-0.5%2C0.9-0.7%2C1.1c-0.3%2C0.4-0.4%2C0.6-0.7%2C1.1C4.4%2C16.1%2C4.3%2C20.3%2C7%2C16.3L7%2C16.3%0D%0A%09%09%09z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_edit_invest {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2217.1px%22%20viewBox%3D%220%200%2020%2017.1%22%20style%3D%22enable-background%3Anew%200%200%2020%2017.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%222%22%20y%3D%225.1%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-2.07%209.1448)%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%2216%22%20height%3D%224%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%222%2C15%204.8%2C14.6%202.5%2C12.3%20%09%22%2F%3E%0D%0A%09%3Crect%20y%3D%2216.1%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%2220%22%20height%3D%221%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 17.1px;
}

.icon-20_white_eye {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M11.5%2C10.5c-1.1%2C0-2-0.9-2-2c0-0.9%2C0.6-1.6%2C1.4-1.9c-0.3-0.1-0.6-0.1-0.9-0.1c-1.9%2C0-3.5%2C1.6-3.5%2C3.5%0D%0A%09s1.6%2C3.5%2C3.5%2C3.5s3.5-1.6%2C3.5-3.5c0-0.3%2C0-0.6-0.1-0.9C13.1%2C9.9%2C12.4%2C10.5%2C11.5%2C10.5z%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M10%2C5c5%2C0%2C7%2C5%2C7%2C5s-2%2C5-7%2C5s-7-5-7-5S5%2C5%2C10%2C5%20M10%2C3C3.8%2C3%2C1.3%2C9%2C1.1%2C9.2L0.8%2C10l0.3%2C0.8%0D%0A%09%09C1.3%2C11%2C3.8%2C17%2C10%2C17s8.7-6%2C8.9-6.2l0.3-0.8l-0.3-0.8C18.7%2C9%2C16.2%2C3%2C10%2C3L10%2C3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_fair {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M9.3%2C5.2c0%2C0.5%2C0.1%2C1%2C0.3%2C1.6c0.3%2C1%2C0.8%2C1.7%2C1.4%2C2c0.5%2C0.3%2C1.1%2C0.5%2C1.7%2C0.5c0.2%2C0%2C0.4%2C0%2C0.6-0.1%0D%0A%09%09%09c0.5-0.1%2C0.9-0.3%2C1.2-0.4c0.2%2C0.4%2C0.3%2C0.9%2C0.3%2C1.3c0.1%2C0.8%2C0.1%2C1.6-0.1%2C2.3c-0.4%2C1.6-1.7%2C2.8-3.4%2C3.4c-0.6%2C0.2-1.2%2C0.3-1.8%2C0.3%0D%0A%09%09%09c-0.3%2C0-0.5%2C0-0.8-0.1c-0.9-0.1-1.7-0.5-2.4-1C4.9%2C13.8%2C4.1%2C12%2C4%2C9.6c0%2C0%2C0.1%2C0%2C0.1%2C0l0.1%2C0c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0.2%0D%0A%09%09%09c0.1%2C0%2C0.2%2C0.1%2C0.3%2C0.1l2.5%2C1.3l0.4-2.8C7.8%2C7.6%2C8%2C6.9%2C8.4%2C6.3C8.6%2C5.8%2C8.9%2C5.5%2C9.3%2C5.2%20M11.5%2C2L9.7%2C2.7C8.3%2C3.2%2C7.3%2C4.1%2C6.6%2C5.3%0D%0A%09%09%09C6.2%2C6.1%2C5.9%2C7.1%2C5.7%2C8.2C5.5%2C8.1%2C5.3%2C8%2C5.1%2C7.9C4.4%2C7.5%2C3.8%2C7.3%2C3.4%2C7.3c0%2C0-0.1%2C0-0.1%2C0C2.5%2C7.2%2C2%2C7.6%2C2%2C8.5%0D%0A%09%09%09c-0.1%2C4%2C1.2%2C6.6%2C3.2%2C8.1c1%2C0.8%2C2.2%2C1.2%2C3.3%2C1.4C8.9%2C18%2C9.3%2C18%2C9.6%2C18c0.8%2C0%2C1.6-0.1%2C2.4-0.4c2.2-0.7%2C4.1-2.4%2C4.7-4.8%0D%0A%09%09%09c0.3-1.1%2C0.3-2.1%2C0.2-3.1c-0.2-1.1-0.5-2.1-1-3L15%2C5.4l-1%2C1.3c-0.1%2C0.2-0.5%2C0.4-1%2C0.5c-0.1%2C0-0.2%2C0-0.2%2C0c-0.2%2C0-0.5-0.1-0.8-0.2%0D%0A%09%09%09c-0.2-0.1-0.4-0.4-0.5-0.8c-0.2-0.8-0.3-1.8-0.2-2.3L11.5%2C2L11.5%2C2z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_folder {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M7.8%2C4l2.4%2C2.5l0.6%2C0.6h0.8H16V16H4V4H7.8%20M8.6%2C2H2v16h16V5.1h-6.4L8.6%2C2L8.6%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%223%22%20y1%3D%2210%22%20x2%3D%2217%22%20y2%3D%2210%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_header_razdel {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%222%22%20y%3D%222%22%20fill%3D%22%23FFFFFF%22%20width%3D%224%22%20height%3D%224%22%2F%3E%0D%0A%09%3Crect%20x%3D%222%22%20y%3D%228%22%20fill%3D%22%23FFFFFF%22%20width%3D%224%22%20height%3D%224%22%2F%3E%0D%0A%09%3Crect%20x%3D%222%22%20y%3D%2214%22%20fill%3D%22%23FFFFFF%22%20width%3D%224%22%20height%3D%224%22%2F%3E%0D%0A%09%3Crect%20x%3D%228%22%20y%3D%222%22%20fill%3D%22%23FFFFFF%22%20width%3D%224%22%20height%3D%224%22%2F%3E%0D%0A%09%3Crect%20x%3D%228%22%20y%3D%228%22%20fill%3D%22%23FFFFFF%22%20width%3D%224%22%20height%3D%224%22%2F%3E%0D%0A%09%3Crect%20x%3D%228%22%20y%3D%2214%22%20fill%3D%22%23FFFFFF%22%20width%3D%224%22%20height%3D%224%22%2F%3E%0D%0A%09%3Crect%20x%3D%2214%22%20y%3D%222%22%20fill%3D%22%23FFFFFF%22%20width%3D%224%22%20height%3D%224%22%2F%3E%0D%0A%09%3Crect%20x%3D%2214%22%20y%3D%228%22%20fill%3D%22%23FFFFFF%22%20width%3D%224%22%20height%3D%224%22%2F%3E%0D%0A%09%3Crect%20x%3D%2214%22%20y%3D%2214%22%20fill%3D%22%23FFFFFF%22%20width%3D%224%22%20height%3D%224%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_idea_active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Elamp_idea2%3C%2Ftitle%3E%3Crect%20class%3D%22cls-1%22%20x%3D%227%22%20y%3D%2216%22%20width%3D%226%22%20height%3D%222%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M10%2C1.38c-3.87%2C0-7%2C2.68-7%2C6%2C0%2C3%2C2.6%2C6.84%2C6%2C7.51L6%2C7%2C8%2C6l2%2C9h0l2-9%2C2%2C1-3%2C7.89c3.37-.67%2C6-4.5%2C6-7.51C17%2C4.06%2C13.87%2C1.38%2C10%2C1.38Z%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2211.5%2019%208.5%2019%207%2018%2013%2018%2011.5%2019%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_info {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M10%2C4c3.3%2C0%2C6%2C2.7%2C6%2C6s-2.7%2C6-6%2C6s-6-2.7-6-6S6.7%2C4%2C10%2C4%20M10%2C2c-4.4%2C0-8%2C3.6-8%2C8s3.6%2C8%2C8%2C8s8-3.6%2C8-8%0D%0A%09%09S14.4%2C2%2C10%2C2L10%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%229%22%20x2%3D%2210%22%20y2%3D%2214%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%226%22%20x2%3D%2210%22%20y2%3D%228%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_letter {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M16%2C5v10H4V5H16%20M18%2C3H2v14h16V3L18%2C3z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%223%2C8%2010%2C11%2017%2C8%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_like {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M13.5%2C4c0.6%2C0%2C0.4%2C1.7%2C0.1%2C2.5c-0.2%2C0.3-0.3%2C0.5-0.5%2C0.8c-0.1%2C0.2-0.5%2C0.7-0.5%2C0.8%0D%0A%09%09%09c0.7%2C0.3%2C1.7%2C0.2%2C2.4%2C0.6c0.8%2C0.4%2C0.5%2C3%2C0.3%2C3.6c-0.4%2C1.7-1.6%2C3.5-2.1%2C3.5c-0.1%2C0-0.2%2C0-0.3%2C0c-1.3%2C0-3.8-0.9-4.7-1.4%0D%0A%09%09%09c-0.1%2C0-0.1%2C0-0.2%2C0c-0.6%2C0-1.9%2C0.6-2.6%2C0.6c-0.2%2C0-0.4-0.1-0.5-0.2C4.1%2C13.3%2C4.6%2C9.1%2C5%2C8.8c0.1-0.1%2C0.2-0.1%2C0.4-0.1%0D%0A%09%09%09c0.6%2C0%2C1.8%2C0.5%2C2.4%2C0.5c0.1%2C0%2C0.2%2C0%2C0.3-0.1c0.7-0.7%2C1.6-1.5%2C2.7-2.3c0.4-0.3%2C1.1-1.1%2C1.4-1.5C12.8%2C4.3%2C13.2%2C4%2C13.5%2C4%20M13.5%2C2%0D%0A%09%09%09c-1.3%2C0-2.2%2C1.1-2.9%2C2.1c-0.2%2C0.3-0.6%2C0.8-0.9%2C1.1C8.6%2C5.9%2C7.9%2C6.5%2C7.3%2C7C7.2%2C7%2C7.2%2C7%2C7.1%2C7C6.6%2C6.9%2C6%2C6.7%2C5.4%2C6.7%0D%0A%09%09%09c-1.1%2C0-1.7%2C0.6-2%2C0.9l0%2C0c-1.3%2C1.8-1.1%2C6.5-0.3%2C8.2l0%2C0.1l0%2C0.1c0.4%2C0.8%2C1.3%2C1.2%2C2.2%2C1.2c0.7%2C0%2C1.4-0.2%2C2-0.4%0D%0A%09%09%09c0.1%2C0%2C0.2-0.1%2C0.4-0.1c1.3%2C0.6%2C3.5%2C1.4%2C5.1%2C1.4c0.2%2C0%2C0.3%2C0%2C0.5%2C0c2.2-0.3%2C3.5-3.8%2C3.8-5c0%2C0%2C1.1-4.5-1.3-5.8%0D%0A%09%09%09c-0.1-0.1-0.3-0.2-0.4-0.2c0.3-1%2C0.6-2.7-0.1-3.8C15%2C2.4%2C14.3%2C2%2C13.5%2C2L13.5%2C2z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_like_active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M13%2C3.7c-0.4%2C0.6-1.3%2C1.6-1.9%2C2C9.6%2C6.8%2C8.3%2C7.8%2C7.4%2C8.8%0D%0A%09%09%09c-0.5%2C0.6-3.6-1-4.2-0.3c-0.6%2C0.4-1.2%2C6-0.1%2C8.2c0.5%2C0.9%2C3.8-0.9%2C4.5-0.4c1.2%2C0.7%2C5.1%2C2%2C6.7%2C1.8c0.8-0.1%2C2.3-2.5%2C2.9-4.7%0D%0A%09%09%09c0.2-0.9%2C0.6-4.3-0.4-4.8c-1-0.6-2.4-0.4-3.3-0.8c0-0.3%2C0.5-0.9%2C0.7-1.1c0.3-0.4%2C0.4-0.6%2C0.7-1.1C15.6%2C3.9%2C15.7-0.3%2C13%2C3.7L13%2C3.7%0D%0A%09%09%09z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_list {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M9%2C4c2.8%2C0%2C5%2C2.2%2C5%2C5s-2.2%2C5-5%2C5s-5-2.2-5-5S6.2%2C4%2C9%2C4%20M9%2C2C5.1%2C2%2C2%2C5.1%2C2%2C9s3.1%2C7%2C7%2C7s7-3.1%2C7-7%0D%0A%09%09S12.9%2C2%2C9%2C2L9%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%2213.2%22%20y%3D%2212.8%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-6.2477%2015.0832)%22%20fill%3D%22%23FFFFFF%22%20width%3D%223.8%22%20height%3D%224.5%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_list2 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2219px%22%20height%3D%2219px%22%20viewBox%3D%220%200%2019%2019%22%20style%3D%22enable-background%3Anew%200%200%2019%2019%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%225%22%20height%3D%225%22%2F%3E%0D%0A%3Crect%20y%3D%227%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%225%22%20height%3D%225%22%2F%3E%0D%0A%3Crect%20y%3D%2214%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%225%22%20height%3D%225%22%2F%3E%0D%0A%3Crect%20x%3D%2214%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%225%22%20height%3D%225%22%2F%3E%0D%0A%3Crect%20x%3D%2214%22%20y%3D%227%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%225%22%20height%3D%225%22%2F%3E%0D%0A%3Crect%20x%3D%2214%22%20y%3D%2214%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%225%22%20height%3D%225%22%2F%3E%0D%0A%3Crect%20x%3D%227%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%225%22%20height%3D%225%22%2F%3E%0D%0A%3Crect%20x%3D%227%22%20y%3D%227%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%225%22%20height%3D%225%22%2F%3E%0D%0A%3Crect%20x%3D%227%22%20y%3D%2214%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%225%22%20height%3D%225%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 19px;
  height: 19px;
}

.icon-20_white_menu_message {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%2210%2C11%200%2C4.9%200%2C16.9%2020%2C16.9%2020%2C4.9%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%2219.7%2C3.1%2010%2C3.1%200.3%2C3.1%2010%2C9%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_mess_received {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpolygon%20points%3D%220%200%2020%200%2020%2020%200%2020%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffffff%22%20fill-rule%3D%22nonzero%22%20d%3D%22M1.19133309%2C10.5881659%20C0.866497163%2C10.1415177%200.965246493%2C9.51610692%201.41189589%2C9.19127185%20C1.85854528%2C8.86643678%202.4839577%2C8.96518585%202.80879363%2C9.41183407%20L6.0186899%2C13.8254299%20L13.2045511%2C4.39401177%20C13.5392571%2C3.95471127%2014.1667143%2C3.86991998%2014.606016%2C4.20462512%20C15.0453176%2C4.53933027%2015.1301091%2C5.16678581%2014.7954031%2C5.60608631%20L7.6095419%2C15.0375044%20C7.49179365%2C15.1920486%207.35215432%2C15.3286105%207.19502484%2C15.4428862%20C6.30172605%2C16.0925563%205.0509012%2C15.8950582%204.40122936%2C15.0017617%20L1.19133309%2C10.5881659%20Z%20M11.2999965%2C15.5999451%20C10.968628%2C16.0417685%2010.3418312%2C16.1313107%209.90000657%2C15.7999431%20C9.45818194%2C15.4685755%209.36863954%2C14.8417803%209.700008%2C14.3999568%20L17.1999541%2C4.40005493%20C17.5313226%2C3.95823146%2018.1581194%2C3.86868929%2018.599944%2C4.20005689%20C19.0417686%2C4.53142449%2019.1313111%2C5.15821969%2018.7999426%2C5.60004316%20L11.2999965%2C15.5999451%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_mess_sent {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpolygon%20points%3D%220%200%2020%200%2020%2020%200%2020%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffffff%22%20fill-rule%3D%22nonzero%22%20d%3D%22M3.19133277%2C10.6853509%20C2.86649738%2C10.2321136%202.96524655%2C9.59747656%203.41189521%2C9.26784941%20C3.85854387%2C8.93822226%204.48395526%2C9.03842811%204.80879065%2C9.49166544%20L8.01868164%2C13.9703721%20L15.204531%2C4.39981856%20C15.5392365%2C3.95403736%2016.1666926%2C3.8679952%2016.6059936%2C4.20763802%20C17.0452945%2C4.54728085%2017.1300859%2C5.18399282%2016.7953804%2C5.62977403%20L9.60953102%2C15.2003275%20C9.49178297%2C15.3571516%209.35214387%2C15.4957281%209.19501464%2C15.6116896%20C8.30171732%2C16.2709439%207.05089454%2C16.0705322%206.40122376%2C15.1640576%20L3.19133277%2C10.6853509%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_mobile_phone {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M15%2C3v14H5V3H15%20M17%2C1H3v18h14V1L17%2C1z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%226%22%20y%3D%224%22%20fill%3D%22%23FFFFFF%22%20width%3D%228%22%20height%3D%2210%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%228.4%22%20y%3D%2215%22%20fill%3D%22%23FFFFFF%22%20width%3D%223.2%22%20height%3D%224%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_money_min {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20style%3D%22enable-background%3Anew%200%200%2025%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M12.5%2C19.4C12.5%2C19.4%2C12.5%2C19.4%2C12.5%2C19.4c-0.3%2C0-2.1%2C0-3.9-0.5c-1.2-0.3-2.1-0.9-2.6-1.8%0D%0A%09%09c-0.6-1-0.7-2.4-0.2-4.1c0.8-2.9%2C3.2-4.5%2C4.3-5L8.9%2C5.8l0.4-0.2c0%2C0%2C0.7-0.4%2C1.4-0.5c1.1-0.2%2C1.8-0.2%2C1.8-0.2c0%2C0%2C0.7%2C0%2C1.8%2C0.2%0D%0A%09%09c0.7%2C0.2%2C1.4%2C0.5%2C1.4%2C0.5l0.4%2C0.2l-1.2%2C2.3c1%2C0.5%2C3.5%2C2.1%2C4.3%2C5c0.5%2C1.7%2C0.4%2C3-0.2%2C4.1c-0.5%2C0.9-1.4%2C1.5-2.6%2C1.8%0D%0A%09%09C14.5%2C19.4%2C12.8%2C19.4%2C12.5%2C19.4z%20M12.5%2C18.5c0%2C0%2C1.8%2C0%2C3.6-0.4c0.9-0.2%2C1.6-0.7%2C2-1.4c0.5-0.8%2C0.5-1.9%2C0.1-3.3%0D%0A%09%09c-0.9-3.2-4.2-4.6-4.2-4.6l-0.5-0.2l1.2-2.3C14.6%2C6.1%2C14.3%2C6%2C14.1%2C6c-1-0.2-1.6-0.2-1.6-0.2c0%2C0-0.6%2C0-1.6%2C0.2%0D%0A%09%09c-0.3%2C0.1-0.5%2C0.1-0.7%2C0.2l1.2%2C2.3L11%2C8.7c0%2C0-3.3%2C1.4-4.2%2C4.6c-0.4%2C1.4-0.3%2C2.5%2C0.1%2C3.3c0.4%2C0.7%2C1.1%2C1.1%2C2%2C1.4%0D%0A%09%09C10.7%2C18.5%2C12.5%2C18.5%2C12.5%2C18.5z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M18.7%2C10.4c0%2C0-2-1.3-3.3-1.5c-1.4-0.2-4.6-0.1-4.6-0.1l0-0.9c0.1%2C0%2C3.3%2C0%2C4.8%2C0.2%0D%0A%09%09c1.5%2C0.2%2C3.6%2C1.6%2C3.7%2C1.7L18.7%2C10.4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M12.7%2C17.1c-1.2%2C0-2.4-1.1-2.4-3.5c0-2.8%2C1.4-3.3%2C2.3-3.3c1.2-0.1%2C2%2C1%2C2.1%2C1l-0.7%2C0.6%0D%0A%09%09c0%2C0-0.5-0.7-1.3-0.6c-0.9%2C0.1-1.4%2C0.9-1.4%2C2.4c0%2C1.6%2C0.7%2C2.5%2C1.5%2C2.5c0.7%2C0%2C1.2-0.5%2C1.2-0.5l0.7%2C0.6%0D%0A%09%09C14.6%2C16.3%2C13.9%2C17.1%2C12.7%2C17.1z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%229.6%22%20y%3D%2212.4%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%223.5%22%20height%3D%220.9%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%229.6%22%20y%3D%2213.9%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%223.5%22%20height%3D%220.9%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-20_white_notification {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%2210%22%20cy%3D%223%22%20r%3D%222%22%2F%3E%0D%0A%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%2210%22%20cy%3D%2217%22%20r%3D%222%22%2F%3E%0D%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M15.8%2C16H4.2c0%2C0-1.8-11.5%2C5.8-11.5h0%0D%0A%09C17.5%2C4.5%2C15.8%2C16%2C15.8%2C16z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_people {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M16.9%2C15.5c-0.2-0.8-1.3-1.6-2-1.9l-0.7-0.3c-1.1-0.5-2.4-0.3-2.4-1.2c0-0.5%2C0.5-0.9%2C1-2.1%0D%0A%09%09c0.1-0.2%2C0.3-0.3%2C0.4-0.5c0.4-0.5%2C0.5-1%2C0.5-1.6c0-0.4-0.2-0.5-0.1-0.8c0.2-0.7%2C0.2-2%2C0-2.7l-0.3-0.7c-0.1-0.2-0.3-0.5-0.5-0.6%0D%0A%09%09l-0.1%2C0c0%2C0-0.1-0.1-0.2-0.1c-0.3-0.1-0.6-0.1-0.9-0.1c-0.2%2C0-0.3-0.2-0.6-0.4c-0.1-0.1-0.2-0.1-0.4-0.1c0%2C0%2C0%2C0%2C0%2C0l-0.2-0.1%0D%0A%09%09C9.7%2C1.9%2C8.7%2C2%2C8.2%2C2.3C8%2C2.4%2C8.1%2C2.3%2C8%2C2.4C7.9%2C2.5%2C7.8%2C2.6%2C7.7%2C2.6L7.2%2C3.2C7.2%2C3.2%2C7.1%2C3.3%2C7%2C3.4C6.9%2C3.6%2C6.8%2C3.9%2C6.7%2C4.1%0D%0A%09%09c-0.2%2C0.5-0.5%2C2-0.2%2C2.6c0.1%2C0.2%2C0.2%2C0.4%2C0.1%2C0.7C6.4%2C7.5%2C6.4%2C7.5%2C6.4%2C7.7c0%2C0.3%2C0%2C0.4%2C0.1%2C0.7c0%2C0.2%2C0%2C0.2%2C0.1%2C0.3l0%2C0.1%0D%0A%09%09c0%2C0%2C0%2C0%2C0%2C0C6.6%2C9%2C6.7%2C9.2%2C6.8%2C9.3c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0L7%2C9.6c0.4%2C0.3%2C0.2%2C0.3%2C0.5%2C0.8c0.4%2C0.9%2C0.5%2C0.9%2C0.7%2C1.2l0.1%2C0.2%0D%0A%09%09c0.1%2C0.9-0.8%2C1-1.2%2C1.1L6.5%2C13c-1.4%2C0.3-2.6%2C1.1-3.3%2C2.2c-0.2%2C0.4-0.2%2C0.6-0.1%2C1C3.3%2C17.9%2C9.3%2C18%2C9.9%2C18c1.2%2C0%2C6.7-0.4%2C7-1.7%0D%0A%09%09C17%2C16.1%2C17%2C15.7%2C16.9%2C15.5%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_people_min {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20style%3D%22enable-background%3Anew%200%200%2025%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M19.4%2C19.5H5.5V19c0-1.1%2C0.6-2.4%2C2.1-3c2-0.8%2C2.6-1.5%2C2.6-1.7l0-0.9c-0.1-0.1-0.2-0.3-0.4-0.6%0D%0A%09%09c-0.2-0.4-0.3-0.8-0.3-1c-0.2-0.2-0.5-0.6-0.7-1.1c-0.1-0.5%2C0-1%2C0.1-1.2C8.9%2C9%2C8.7%2C7.2%2C9.7%2C6c1.1-1.4%2C3.4-1.3%2C3.5-1.3l0.3%2C0%0D%0A%09%09l0.3%2C0.8c0.5%2C0.2%2C1.6%2C0.7%2C2%2C1.9c0.3%2C1.1%2C0.1%2C1.9-0.1%2C2.3c0.1%2C0.2%2C0.2%2C0.5%2C0.2%2C0.9c0%2C0.6-0.3%2C1.3-0.8%2C1.4c0%2C0.1%2C0%2C0.3%2C0%2C0.4%0D%0A%09%09c0%2C0.4-0.3%2C0.8-0.4%2C1.1v0.9c0%2C0.4%2C0.3%2C0.5%2C1.5%2C1c0.3%2C0.1%2C0.7%2C0.3%2C1.1%2C0.5c2.2%2C1%2C2.2%2C3%2C2.2%2C3.1L19.4%2C19.5z%20M6.5%2C18.6h11.9%0D%0A%09%09c-0.1-0.5-0.5-1.3-1.5-1.8c-0.4-0.2-0.8-0.3-1.1-0.5c-1.3-0.5-2.1-0.9-2.1-1.9v-1.2l0.1-0.1c0.2-0.3%2C0.4-0.6%2C0.4-0.7%0D%0A%09%09c0-0.4%2C0-1.2%2C0.7-1.3c0.1-0.1%2C0.2-0.3%2C0.2-0.5c0-0.2-0.1-0.5-0.2-0.6l-0.2-0.3l0.2-0.3c0%2C0%2C0.5-0.7%2C0.1-1.8%0D%0A%09%09c-0.3-1.1-1.5-1.3-1.5-1.3l-0.2-0.1l-0.3-0.7c-0.6%2C0-1.8%2C0.2-2.5%2C1C9.7%2C7.5%2C9.8%2C9%2C9.9%2C9.5l0%2C0.2L9.9%2C9.8c0%2C0.1-0.2%2C0.4-0.1%2C0.7%0D%0A%09%09c0.1%2C0.3%2C0.4%2C0.7%2C0.5%2C0.8l0.1%2C0.1l0%2C0.2c0%2C0.1%2C0.1%2C0.6%2C0.2%2C0.8c0.2%2C0.3%2C0.4%2C0.5%2C0.4%2C0.5l0.1%2C0.1l0%2C1.3c0%2C1.2-2.3%2C2.2-3.3%2C2.5%0D%0A%09%09C7%2C17.3%2C6.7%2C18%2C6.5%2C18.6z%20M14.8%2C11.1L14.8%2C11.1L14.8%2C11.1z%20M14.8%2C11.1L14.8%2C11.1L14.8%2C11.1z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M21.9%2C18.2h-3.2v-0.9H21c0-0.1%2C0-0.2-0.1-0.3c-0.1-0.2-0.4-0.5-0.8-0.7c-2.7-1.1-2.7-1.5-2.7-1.8%0D%0A%09%09c0-0.2%2C0-0.4%2C0-0.6c0-0.1%2C0-0.3%2C0-0.4c0-0.4%2C0.2-0.8%2C0.6-1.3c0.2-0.3%2C0.4-0.6%2C0.4-0.6l0.1-0.2l0.1%2C0c0%2C0%2C0-0.1%2C0.1-0.2%0D%0A%09%09c0-0.2%2C0-0.6-0.1-0.8l0-0.1l0-0.1c0-0.5%2C0-1.4-0.2-1.8c-0.1-0.3-0.7-0.5-1-0.5L17%2C8l-0.1-0.4c-0.2%2C0-0.5%2C0-0.7%2C0%0D%0A%09%09c-0.3%2C0-0.7%2C0.1-0.8%2C0.2l-0.3-0.9c0.1%2C0%2C0.6-0.2%2C1.1-0.2c0.4%2C0%2C1.1%2C0%2C1.1%2C0l0.4%2C0l0.1%2C0.5c0.4%2C0.1%2C1.1%2C0.4%2C1.4%2C1%0D%0A%09%09c0.3%2C0.7%2C0.3%2C1.8%2C0.2%2C2.1c0%2C0.2%2C0.1%2C0.6%2C0%2C1c-0.1%2C0.3-0.2%2C0.6-0.3%2C0.7c-0.1%2C0.1-0.2%2C0.4-0.5%2C0.8c-0.4%2C0.5-0.4%2C0.7-0.4%2C0.7%0D%0A%09%09c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0%2C0.2%2C0%2C0.3%2C0%2C0.5c0.2%2C0.1%2C0.8%2C0.5%2C2.1%2C1.1c0.6%2C0.2%2C1.1%2C0.7%2C1.3%2C1.2c0.1%2C0.4%2C0.1%2C1%2C0.1%2C1.1L21.9%2C18.2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M6.3%2C18.4H2.9l0-0.4c0-0.1%2C0-0.8%2C0.2-1.3c0.2-0.3%2C0.5-1.1%2C1.7-1.4c0.9-0.2%2C1.7-0.9%2C1.8-1%0D%0A%09%09c0-0.1%2C0.1-0.5%2C0.1-0.7c0%2C0-0.1-0.1-0.1-0.1c-0.1-0.1-0.2-0.2-0.3-0.4c-0.2-0.3-0.3-0.6-0.3-0.8c-0.2-0.1-0.4-0.4-0.5-0.8%0D%0A%09%09c-0.1-0.5%2C0.1-0.9%2C0.2-1.2c0-0.3-0.1-1-0.1-1.3c0-0.4%2C0.2-1.1%2C1.1-1.7c0.7-0.5%2C2-0.6%2C2.1-0.6l0.2%2C0l0.7%2C0.6L9%2C8L8.6%2C7.6%0D%0A%09%09C8.2%2C7.6%2C7.5%2C7.7%2C7.2%2C8C6.6%2C8.4%2C6.4%2C8.8%2C6.4%2C9c0%2C0.3%2C0%2C0.9%2C0.1%2C1.3l0%2C0.2l-0.1%2C0.1c-0.1%2C0.2-0.2%2C0.5-0.2%2C0.6%0D%0A%09%09c0.1%2C0.2%2C0.3%2C0.3%2C0.3%2C0.3l0.2%2C0.1l0%2C0.2c0%2C0.2%2C0.1%2C0.5%2C0.2%2C0.7c0.1%2C0.1%2C0.2%2C0.2%2C0.2%2C0.3c0.1%2C0.2%2C0.3%2C0.3%2C0.3%2C0.6%0D%0A%09%09c0%2C0%2C0.1%2C0.9-0.2%2C1.3c-0.2%2C0.3-1.3%2C1.1-2.3%2C1.4c-0.8%2C0.2-1%2C0.7-1.1%2C0.9c0%2C0.1-0.1%2C0.2-0.1%2C0.4h2.5V18.4z%20M6.5%2C14.2L6.5%2C14.2%0D%0A%09%09L6.5%2C14.2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-20_white_phone {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M3.5%2C4c0%2C0.8%2C0.4%2C2.3%2C0.6%2C3c0.9%2C3%2C1.8%2C5.1%2C4%2C7.4c0.8%2C0.8%2C4.7%2C4%2C5.8%2C3.6c1.2-0.4%2C2.4-1.5%2C2.5-2.4%0D%0A%09%09c0.1-0.9-2.4-3.5-3.3-3.1c-0.5%2C0.2-1.1%2C0.6-2%2C0.8c-0.8%2C0.2-2.3-1.9-2.6-2.3c-0.5-0.7-1.1-1.6-1.3-2.5C7.1%2C7.6%2C8.7%2C7%2C9.1%2C6.6%0D%0A%09%09c0.7-0.9-0.8-3.7-1.6-4.4C6.7%2C1.5%2C3.4%2C2.7%2C3.5%2C4%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_photo {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M12%2C5l1.4%2C2.1L13.9%2C8L15%2C8l1%2C0v8h-6H4V8h1h1.1l0.6-0.9L8.1%2C5H10H12%20M13%2C3h-3H7L5%2C6H2v12h8h8V6l-3%2C0L13%2C3%0D%0A%09%09L13%2C3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%2210%22%20cy%3D%2211.5%22%20r%3D%223%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_planet {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M10%2C4c3.3%2C0%2C6%2C2.7%2C6%2C6s-2.7%2C6-6%2C6s-6-2.7-6-6S6.7%2C4%2C10%2C4%20M10%2C2c-4.4%2C0-8%2C3.6-8%2C8s3.6%2C8%2C8%2C8s8-3.6%2C8-8%0D%0A%09%09S14.4%2C2%2C10%2C2L10%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M12.7%2C5.1c-1.6%2C0.8-0.3-0.1-2%2C0.1C9.2%2C5.3%2C9.6%2C6%2C8.5%2C6C8.3%2C6.1%2C8.4%2C6.5%2C8.6%2C6.5c0%2C0.1-0.5%2C0.6-0.3%2C0.7%0D%0A%09C8.5%2C7.4%2C9.5%2C7%2C9.7%2C7.1c0.6%2C0.4%2C0.9%2C0.7%2C0.9%2C0.8c0%2C0.1-2-0.7-2.4%2C0.1C8%2C8.5%2C7%2C9.9%2C7.8%2C10.7c0.5%2C0.6%2C1.1%2C0.2%2C2%2C0.3%0D%0A%09c0.3%2C1.3%2C0.5%2C2.5%2C0.9%2C3.1c1.2%2C0%2C0.5%2C0.1%2C1.2-0.5c0.3-0.2%2C0-0.1%2C0.4-0.3c0.4-0.2%2C1.3%2C0.1%2C0.8-0.9c-0.2-0.5-0.3-0.6-0.1-0.8%0D%0A%09c0.7-0.9%2C1.1-0.8%2C0.2-1.5c-0.4-0.4-0.6-0.5-0.6-1.3c1.5%2C2.2%2C2.1-1.9%2C2.2%2C0.1C14.7%2C9%2C14.8%2C6.3%2C12.7%2C5.1z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M7%2C13c-1.3-2.5-4.2-2-4-2c0%2C0.1%2C0.3%2C2.1%2C1%2C3c0.5%2C0.6%2C3.5%2C2.4%2C4%2C3c1.2%2C0%2C1.5%2C0%2C1-1C8.8%2C15.5%2C8.1%2C14.3%2C7%2C13z%22%0D%0A%09%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_portfel {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M16%2C8v8H4V8H16%20M18%2C6H2v12h16V6L18%2C6z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M12.1%2C4l0.7%2C2H7.3l0.7-2H12.1%20M13.5%2C2h-7l-2%2C6h11L13.5%2C2L13.5%2C2z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%222%22%20y1%3D%2213%22%20x2%3D%2218%22%20y2%3D%2213%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_remaining {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpolygon%20points%3D%220%200%2020%200%2020%2020%200%2020%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M10%2C3%20C13.866%2C3%2017%2C6.13379%2017%2C10%20C17%2C13.8662%2013.866%2C17%2010%2C17%20C6.13403%2C17%203%2C13.8662%203%2C10%20C3%2C6.13379%206.13403%2C3%2010%2C3%20Z%20M5%2C10%20C5%2C12.76123%207.23853%2C15%2010%2C15%20C12.76147%2C15%2015%2C12.76123%2015%2C10%20C15%2C7.23877%2012.76147%2C5%2010%2C5%20C7.23853%2C5%205%2C7.23877%205%2C10%20Z%20M9%2C7%20C9%2C6.44775%209.44775%2C6%2010%2C6%20C10.55225%2C6%2011%2C6.44775%2011%2C7%20L11%2C9%20L12%2C9%20C12.55225%2C9%2013%2C9.44775%2013%2C10%20C13%2C10.55225%2012.55225%2C11%2012%2C11%20L10%2C11%20C9.44775%2C11%209%2C10.55225%209%2C10%20L9%2C7%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_replacement_min {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20style%3D%22enable-background%3Anew%200%200%2025%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M9.3%2C18C8%2C18%2C7%2C17%2C7%2C15.7s1-2.3%2C2.3-2.3s2.3%2C1%2C2.3%2C2.3S10.6%2C18%2C9.3%2C18z%20M9.3%2C14.3%0D%0A%09%09c-0.7%2C0-1.3%2C0.6-1.3%2C1.3S8.6%2C17%2C9.3%2C17s1.3-0.6%2C1.3-1.3S10%2C14.3%2C9.3%2C14.3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M10.6%2C22H8.1L8%2C20.1c-0.3-0.1-0.6-0.2-0.8-0.3L5.8%2C21L4%2C19.3l1.3-1.4C5.1%2C17.6%2C5%2C17.3%2C4.9%2C17L3%2C16.9%0D%0A%09%09v-2.5l1.9-0.1c0.1-0.3%2C0.2-0.6%2C0.3-0.8L4%2C12.1l1.8-1.8l1.4%2C1.3c0.3-0.1%2C0.5-0.3%2C0.8-0.3l0.1-1.9h2.5l0.1%2C1.9%0D%0A%09%09c0.3%2C0.1%2C0.6%2C0.2%2C0.8%2C0.3l1.4-1.3l1.8%2C1.8l-1.3%2C1.4c0.1%2C0.3%2C0.3%2C0.5%2C0.3%2C0.8l1.9%2C0.1v2.5L13.7%2C17c-0.1%2C0.3-0.2%2C0.6-0.3%2C0.8l1.3%2C1.4%0D%0A%09%09L12.9%2C21l-1.4-1.3c-0.3%2C0.1-0.5%2C0.3-0.8%2C0.3L10.6%2C22z%20M9%2C21h0.7l0.1-1.7l0.4-0.1c0.4-0.1%2C0.8-0.3%2C1.2-0.5l0.3-0.2l1.3%2C1.2l0.5-0.5%0D%0A%09%09L12.2%2C18l0.2-0.3c0.2-0.4%2C0.4-0.8%2C0.5-1.2l0.1-0.4l1.7-0.1v-0.7l-1.7-0.1l-0.1-0.4c-0.1-0.4-0.3-0.8-0.5-1.2l-0.2-0.3l1.2-1.3%0D%0A%09%09l-0.5-0.5l-1.3%2C1.2l-0.3-0.2c-0.4-0.2-0.8-0.4-1.2-0.5L9.7%2C12l-0.1-1.7H9L8.9%2C12l-0.4%2C0.1c-0.4%2C0.1-0.8%2C0.3-1.2%2C0.5L7%2C12.8%0D%0A%09%09l-1.3-1.2l-0.5%2C0.5l1.2%2C1.3l-0.2%2C0.3c-0.2%2C0.4-0.4%2C0.8-0.5%2C1.2l-0.1%2C0.4L4%2C15.3V16l1.7%2C0.1l0.1%2C0.4c0.1%2C0.4%2C0.3%2C0.8%2C0.5%2C1.2L6.4%2C18%0D%0A%09%09l-1.2%2C1.3l0.5%2C0.5L7%2C18.6l0.3%2C0.2c0.4%2C0.2%2C0.8%2C0.4%2C1.2%2C0.5l0.4%2C0.1L9%2C21z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M16.9%2C9.4c-0.2%2C0-0.4%2C0-0.6-0.1c-0.4-0.2-0.7-0.5-0.9-0.9c-0.4-0.8%2C0-1.8%2C0.9-2.2%0D%0A%09%09c0.4-0.2%2C0.9-0.2%2C1.3%2C0c0.4%2C0.2%2C0.7%2C0.5%2C0.9%2C0.9h0c0.4%2C0.8%2C0%2C1.8-0.9%2C2.2C17.4%2C9.4%2C17.2%2C9.4%2C16.9%2C9.4z%20M16.9%2C7%0D%0A%09%09c-0.1%2C0-0.2%2C0-0.3%2C0.1c-0.4%2C0.2-0.5%2C0.6-0.4%2C0.9c0.1%2C0.2%2C0.2%2C0.3%2C0.4%2C0.4c0.2%2C0.1%2C0.4%2C0.1%2C0.5%2C0c0.4-0.2%2C0.5-0.6%2C0.4-0.9%0D%0A%09%09c-0.1-0.2-0.2-0.3-0.4-0.4C17.1%2C7.1%2C17%2C7%2C16.9%2C7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M16.1%2C12.6l-2-0.8l0.5-1.4c-0.1-0.1-0.3-0.2-0.4-0.4l-1.4%2C0.5l-0.8-2L13.4%2C8c0-0.2%2C0-0.4%2C0-0.5%0D%0A%09%09l-1.3-0.6l0.8-2l1.4%2C0.5c0.1-0.1%2C0.2-0.3%2C0.4-0.4l-0.5-1.4l2-0.8l0.6%2C1.3c0.2%2C0%2C0.3%2C0%2C0.5%2C0l0.6-1.3l2%2C0.8l-0.5%2C1.4%0D%0A%09%09c0.1%2C0.1%2C0.2%2C0.2%2C0.4%2C0.4L21%2C4.9l0.8%2C2l-1.3%2C0.6c0%2C0.2%2C0%2C0.3%2C0%2C0.5l1.3%2C0.6l-0.8%2C2L19.7%2C10c-0.1%2C0.1-0.2%2C0.3-0.4%2C0.4l0.5%2C1.4%0D%0A%09%09l-2%2C0.8l-0.6-1.3c-0.2%2C0-0.3%2C0-0.5%2C0L16.1%2C12.6z%20M15.4%2C11.3l0.3%2C0.1l0.5-1.1l0.4%2C0.1c0.3%2C0.1%2C0.6%2C0.1%2C0.9%2C0l0.4-0.1l0.5%2C1.1%0D%0A%09%09l0.3-0.1l-0.4-1.2l0.3-0.2c0.3-0.2%2C0.5-0.4%2C0.6-0.7l0.2-0.3l1.2%2C0.4l0.1-0.3l-1.2-0.5l0.1-0.4c0.1-0.3%2C0.1-0.6%2C0-0.9l-0.1-0.4%0D%0A%09%09l1.2-0.5l-0.1-0.3l-1.2%2C0.4l-0.2-0.3c-0.2-0.2-0.4-0.5-0.6-0.6l-0.3-0.2l0.4-1.2l-0.3-0.1l-0.5%2C1.2l-0.4-0.1%0D%0A%09%09c-0.3-0.1-0.6-0.1-0.9%2C0l-0.4%2C0.1l-0.5-1.1l-0.3%2C0.1l0.4%2C1.2l-0.3%2C0.2C15.2%2C5.8%2C15%2C6%2C14.8%2C6.3l-0.2%2C0.3l-1.2-0.4l-0.1%2C0.3l1.1%2C0.5%0D%0A%09%09l-0.1%2C0.4c-0.1%2C0.3-0.1%2C0.6%2C0%2C0.9l0.1%2C0.4l-1.1%2C0.5l0.1%2C0.3l1.2-0.4l0.2%2C0.3c0.2%2C0.3%2C0.4%2C0.5%2C0.7%2C0.7l0.3%2C0.2L15.4%2C11.3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-20_white_roulette {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3E%26%23208%3B%26%23160%3B%26%23209%3B%26%23131%3B%26%23208%3B%26%23187%3B%26%23208%3B%26%23181%3B%26%23209%3B%26%23130%3B%26%23208%3B%26%23186%3B%26%23208%3B%26%23176%3B%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-1875%20-854)%22%3E%0D%0A%3Cg%20id%3D%22%26%23208%3B%26%23160%3B%26%23209%3B%26%23131%3B%26%23208%3B%26%23187%3B%26%23208%3B%26%23181%3B%26%23209%3B%26%23130%3B%26%23208%3B%26%23186%3B%26%23208%3B%26%23176%3B%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(1875%20854)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(1875%20854)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path2_fill%22%20transform%3D%22translate(1875%20854)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path3_fill%22%20transform%3D%22translate(1875%20854)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path4_fill%22%20transform%3D%22translate(1875%20854)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path5_fill%22%20transform%3D%22translate(1875%20854)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path6_fill%22%20transform%3D%22translate(1875%20854)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path7_fill%22%20transform%3D%22translate(1875%20854)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path8_fill%22%20transform%3D%22translate(1875%20854)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path9_fill%22%20transform%3D%22translate(1875%20854)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path10_fill%22%20transform%3D%22translate(1875%20854)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path11_fill%22%20transform%3D%22translate(1875%20854)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path12_fill%22%20transform%3D%22translate(1875%20854)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path13_fill%22%20transform%3D%22translate(1875%20854)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path14_fill%22%20transform%3D%22translate(1875%20854)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path15_fill%22%20transform%3D%22translate(1875%20854)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path16_fill%22%20transform%3D%22translate(1875%20854)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path17_fill%22%20transform%3D%22translate(1875%20854)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%200.558123%2014.3674L%200.572252%2014.3615L%201.59935%2013.9357L%2017.9732%207.14664L%2019.0003%206.72078L%2019.0142%206.71502L%2019.4415%207.7351L%2019.4277%207.74085L%2018.4006%208.16671L%202.02666%2014.9557L%200.999563%2015.3816L%200.985445%2015.3875L%200.558123%2014.3674Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20d%3D%22M%2013.3331%2020.4445L%2013.3273%2020.4307L%2012.8993%2019.4088L%206.07523%203.11895L%205.64718%202.09712L%205.6413%202.0831L%206.66664%201.65797L%206.67251%201.67197L%207.10057%202.6938L%2013.9246%2018.9837L%2014.3527%2020.0056L%2014.3584%2020.0194L%2013.3331%2020.4445Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path2_fill%22%20d%3D%22M%206.08023%2019.2748L%206.17993%2019.0338L%2012.936%202.70667L%2013.0381%202.45995L%2014.0653%202.88064L%2013.9595%203.13623L%207.21079%2019.4457L%207.10742%2019.6955L%206.08023%2019.2748Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path3_fill%22%20d%3D%22M%2018.6228%2015.1803L%2017.9901%2014.9212L%201.58705%208.20323L%200.979117%207.95424L%201.40198%206.93233L%202.00992%207.18131L%2018.413%2013.8993L%2019.0457%2014.1584L%2018.6228%2015.1803Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path4_fill%22%20d%3D%22M%2017.7756%2011.0512C%2017.7756%2011.3564%2017.5269%2011.6038%2017.2202%2011.6038C%2016.9134%2011.6038%2016.6648%2011.3564%2016.6648%2011.0512C%2016.6648%2010.7461%2016.9134%2010.4987%2017.2202%2010.4987C%2017.5269%2010.4987%2017.7756%2010.7461%2017.7756%2011.0512Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path5_fill%22%20d%3D%22M%203.33491%2011.0512C%203.33491%2011.3564%203.08624%2011.6038%202.77949%2011.6038C%202.47275%2011.6038%202.22408%2011.3564%202.22408%2011.0512C%202.22408%2010.7461%202.47275%2010.4987%202.77949%2010.4987C%203.08624%2010.4987%203.33491%2010.7461%203.33491%2011.0512Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path6_fill%22%20d%3D%22M%2010.5552%2018.2345C%2010.5552%2018.5397%2010.3066%2018.7871%209.99983%2018.7871C%209.69309%2018.7871%209.44442%2018.5397%209.44442%2018.2345C%209.44442%2017.9294%209.69309%2017.682%209.99983%2017.682C%2010.3066%2017.682%2010.5552%2017.9294%2010.5552%2018.2345Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path7_fill%22%20d%3D%22M%2010.5552%203.86794C%2010.5552%204.17311%2010.3066%204.4205%209.99983%204.4205C%209.69309%204.4205%209.44442%204.17311%209.44442%203.86794C%209.44442%203.56277%209.69309%203.31538%209.99983%203.31538C%2010.3066%203.31538%2010.5552%203.56277%2010.5552%203.86794Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path8_fill%22%20d%3D%22M%2015.5539%206.07817C%2015.5539%206.38334%2015.3053%206.63073%2014.9985%206.63073C%2014.6918%206.63073%2014.4431%206.38334%2014.4431%206.07817C%2014.4431%205.773%2014.6918%205.52561%2014.9985%205.52561C%2015.3053%205.52561%2015.5539%205.773%2015.5539%206.07817Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path9_fill%22%20d%3D%22M%205.55655%206.07817C%205.55655%206.38334%205.30788%206.63073%205.00114%206.63073C%204.69439%206.63073%204.44573%206.38334%204.44573%206.07817C%204.44573%205.773%204.69439%205.52561%205.00114%205.52561C%205.30788%205.52561%205.55655%205.773%205.55655%206.07817Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path10_fill%22%20d%3D%22M%205.55655%2016.0243C%205.55655%2016.3295%205.30788%2016.5768%205.00114%2016.5768C%204.69439%2016.5768%204.44573%2016.3295%204.44573%2016.0243C%204.44573%2015.7191%204.69439%2015.4717%205.00114%2015.4717C%205.30788%2015.4717%205.55655%2015.7191%205.55655%2016.0243Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path11_fill%22%20d%3D%22M%2015.5539%2016.0243C%2015.5539%2016.3295%2015.3053%2016.5768%2014.9985%2016.5768C%2014.6918%2016.5768%2014.4431%2016.3295%2014.4431%2016.0243C%2014.4431%2015.7191%2014.6918%2015.4717%2014.9985%2015.4717C%2015.3053%2015.4717%2015.5539%2015.7191%2015.5539%2016.0243Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path12_fill%22%20d%3D%22M%206.67251%201.67197L%207.10057%202.6938C%207.51793%202.55005%207.93964%202.43914%208.36265%202.35983L%207.87018%201.33174C%207.46873%201.41929%207.06882%201.53242%206.67251%201.67197Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path13_fill%22%20d%3D%22M%201.59935%2013.9357C%200.932068%2012.018%200.968877%2010.0083%201.58705%208.20323L%200.979117%207.95424L%201.40198%206.93233L%202.00992%207.18131C%202.8483%205.46641%204.24431%204.01343%206.07523%203.11895L%205.64718%202.09712C%201.06592%204.29643%20-1.12487%209.59084%200.572252%2014.3615L%201.59935%2013.9357Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path14_fill%22%20d%3D%22M%2012.936%202.70667L%2013.0381%202.45995L%2014.0653%202.88064L%2013.9595%203.13623C%2015.6529%203.9738%2017.0863%205.34968%2017.9732%207.14664L%2019.0003%206.72078C%2017.6231%203.88132%2015.0384%201.9649%2012.1258%201.33174L%2011.6329%202.35983C%2012.0762%202.44269%2012.5119%202.55883%2012.936%202.70667Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path15_fill%22%20d%3D%22M%2018.4006%208.16671C%2019.0679%2010.0844%2019.0311%2012.0942%2018.413%2013.8993L%2019.0457%2014.1584L%2018.6228%2015.1803L%2017.9901%2014.9212C%2017.1517%2016.6362%2015.7556%2018.0892%2013.9246%2018.9837L%2014.3527%2020.0056C%2018.9341%2017.8063%2021.125%2012.5116%2019.4277%207.74085L%2018.4006%208.16671Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path16_fill%22%20d%3D%22M%2012.8993%2019.4088C%2010.9977%2020.0638%209.00614%2020.037%207.21079%2019.4457L%207.10742%2019.6955L%206.08023%2019.2748L%206.17993%2019.0338C%204.42575%2018.2037%202.93787%2016.8019%202.02666%2014.9557L%200.999563%2015.3816C%203.21016%2019.9395%208.53196%2022.1191%2013.3273%2020.4307L%2012.8993%2019.4088Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path17_fill%22%20d%3D%22M%2010.2403%202.90095C%2010.1334%203.08514%209.86622%203.08514%209.75933%202.90095L%208.31633%200.414421C%208.20945%200.230234%208.34306%201.07841e-16%208.55683%200L%2011.4428%200C%2011.6566%20-1.07841e-16%2011.7902%200.230234%2011.6833%200.414421L%2010.2403%202.90095Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 21px;
}

.icon-20_white_settings {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M13.5%2C5.4c0.4%2C0.3%2C0.8%2C0.7%2C1.2%2C1.2l2.6%2C0L18%2C9.4l-2.3%2C1.3%0D%0A%09%09%09c0%2C0.3-0.1%2C0.5-0.2%2C0.8c-0.1%2C0.3-0.2%2C0.5-0.3%2C0.8l1.3%2C2.3l-2%2C2l-2.3-1.3c-0.5%2C0.2-1%2C0.4-1.6%2C0.4L9.4%2C18l-2.8-0.7l0-2.6%0D%0A%09%09%09c-0.4-0.3-0.8-0.7-1.2-1.2l-2.6%2C0L2%2C10.6l2.3-1.3c0-0.3%2C0.1-0.5%2C0.2-0.8C4.5%2C8.2%2C4.6%2C8%2C4.7%2C7.7L3.4%2C5.4l2-2l2.3%2C1.3%0D%0A%09%09%09c0.5-0.2%2C1-0.4%2C1.6-0.4L10.6%2C2l2.8%2C0.8L13.5%2C5.4z%20M10.8%2C7.1C9.2%2C6.7%2C7.5%2C7.6%2C7.1%2C9.2c-0.4%2C1.6%2C0.5%2C3.2%2C2.1%2C3.7%0D%0A%09%09%09c1.6%2C0.4%2C3.2-0.5%2C3.7-2.1C13.3%2C9.2%2C12.4%2C7.5%2C10.8%2C7.1L10.8%2C7.1z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_shit {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EGroup%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(168%20-757)%22%3E%0D%0A%3Cg%20id%3D%22Group%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(-165.04%20760.68)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%208.11983%20-7.6294e-08C%208.11983%20-7.6294e-08%209.11983%200.64%209.15983%201.56C%209.19983%202.48%208.63983%203.12%208.63983%203.12C%208.63983%203.12%209.59983%203%2010.2398%203.64C%2010.8798%204.28%2010.6398%205.08%2010.6398%205.08C%2010.6398%205.08%2011.4398%205.4%2011.7998%206.16C%2012.1598%206.92%2011.7998%207.72%2011.7998%207.72C%2011.7998%207.72%2012.7198%207.96%2013.5998%208.96C%2014.4798%209.96%2013.9598%2011.32%2013.7598%2011.68C%2013.5598%2012.04%2013.1598%2012.64%2012.2398%2012.6C%2011.3198%2012.56%2010.7598%2012.48%208.59983%2012.48C%206.43983%2012.48%203.75983%2012.44%202.99983%2012.48C%202.23983%2012.52%200.919827%2012.72%200.319827%2011.8C%20-0.320173%2010.92%200.119827%209.28%200.599827%208.64C%200.599827%208.64%201.23983%207.72%202.11983%207.56C%202.99983%207.36%203.23983%207.28%203.23983%207.28C%203.23983%207.28%202.23983%206.56%202.47983%205.6C%202.71983%204.68%204.23983%204.72%204.23983%204.72C%204.23983%204.72%203.87983%203.64%204.43983%202.68C%204.99983%201.76%206.55983%201.52%207.19983%201.44C%207.87983%201.36%208.39983%201.04%208.11983%20-7.6294e-08Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_star {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2210%2C2%207.4%2C7%202%2C8.1%205.7%2C12.2%205.1%2C18%209.9%2C15.5%2014.9%2C18%2014.2%2C12.3%2018%2C8.1%2012.7%2C7.1%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_star_active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M10%2C6.3L10.9%2C8l0.4%2C0.9l0.9%2C0.2l1.9%2C0.4L12.7%2C11l-0.6%2C0.7l0.1%2C0.9l0.3%2C2l-1.7-0.8l-0.9-0.4L9%2C13.7l-1.5%2C0.8%0D%0A%09%09l0.2-2.1l0.1-0.9l-0.6-0.7L5.9%2C9.4l2-0.4l0.9-0.2l0.4-0.9L10%2C6.3%20M10%2C2L7.4%2C7L2%2C8.1l3.7%2C4.1L5.1%2C18l4.9-2.5l5%2C2.5l-0.7-5.7L18%2C8.1%0D%0A%09%09l-5.3-1L10%2C2L10%2C2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_tc {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2221%22%20viewBox%3D%220%200%2014%2021%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EGroup%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-9209%20-1222)%22%3E%0D%0A%3Cg%20id%3D%22Group%22%3E%0D%0A%3Cg%20id%3D%22Rectangle%2023%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(9209%201229)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2023%22%3E%0D%0A%3Cmask%20id%3D%22mask0_outline_ins%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20fill%3D%22white%22%20transform%3D%22translate(9211%201222)%22%2F%3E%0D%0A%3C%2Fmask%3E%0D%0A%3Cg%20mask%3D%22url(%23mask0_outline_ins)%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path2_stroke_2x%22%20transform%3D%22translate(9211%201222)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%200%200L%2014%200L%2014%2014L%200%2014L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20d%3D%22M%200%205C%200%202.23858%202.23858%200%205%200C%207.76142%200%2010%202.23858%2010%205L%2010%208L%200%208L%200%205Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path2_stroke_2x%22%20d%3D%22M%2010%208L%2010%209L%2011%209L%2011%208L%2010%208ZM%200%208L%20-1%208L%20-1%209L%200%209L%200%208ZM%209%205L%209%208L%2011%208L%2011%205L%209%205ZM%2010%207L%200%207L%200%209L%2010%209L%2010%207ZM%201%208L%201%205L%20-1%205L%20-1%208L%201%208ZM%205%20-1C%201.68629%20-1%20-1%201.68629%20-1%205L%201%205C%201%202.79086%202.79086%201%205%201L%205%20-1ZM%205%201C%207.20914%201%209%202.79086%209%205L%2011%205C%2011%201.68629%208.31371%20-1%205%20-1L%205%201Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  height: 21px;
}

.icon-20_white_telegram {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3Etel%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-12708%20-4608)%22%3E%0D%0A%3CclipPath%20id%3D%22clip-0%22%20clip-rule%3D%22evenodd%22%3E%0D%0A%3Cpath%20d%3D%22M%2012708%204608L%2012728%204608L%2012728%204628L%2012708%204628L%2012708%204608Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2FclipPath%3E%0D%0A%3Cg%20id%3D%22tel%22%20clip-path%3D%22url(%23clip-0)%22%3E%0D%0A%3Cg%20id%3D%22Telegram_logo%22%3E%0D%0A%3Cg%20id%3D%22Union%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(12709%204610)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%207.05147%2010.5589L%2014.727%203.21833C%2015.0636%202.90123%2014.654%202.74682%2014.2067%203.0345L%204.73379%209.36768L%200.642473%208.01428C%20-0.24171%207.72751%20-0.247862%207.08413%200.840227%206.62136L%2016.7845%200.105739C%2017.5131%20-0.244444%2018.2162%200.291401%2017.9376%201.47247L%2015.2227%2015.0331C%2015.0328%2015.9968%2014.4835%2016.227%2013.7224%2015.7822L%209.58537%2012.5432L%207.59816%2014.5915L%207.57882%2014.6112C%207.35646%2014.8406%207.17276%2015.0304%206.77022%2015.0304L%207.05147%2010.5589Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-20_white_vip {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2020%2016%22%20style%3D%22enable-background%3Anew%200%200%2020%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FA961E%3B%7D%0D%0A%09.st1%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpolygon%20class%3D%22st1%22%20points%3D%2216.9%2C0%203.1%2C0%200%2C5.9%206.5%2C12.6%2013.6%2C5.7%2010.3%2C5.7%206.5%2C9.3%202.9%2C5.6%204.6%2C2.3%2015.4%2C2.3%2017.1%2C5.6%208.3%2C14.4%20%0D%0A%099.9%2C16%2020%2C5.9%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 16px;
}

.icon-24_black_3dot {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2C4%20C13.1045695%2C4%2014%2C4.8954305%2014%2C6%20C14%2C7.1045695%2013.1045695%2C8%2012%2C8%20C10.8954305%2C8%2010%2C7.1045695%2010%2C6%20C10%2C4.8954305%2010.8954305%2C4%2012%2C4%20Z%20M12%2C10%20C13.1045695%2C10%2014%2C10.8954305%2014%2C12%20C14%2C13.1045695%2013.1045695%2C14%2012%2C14%20C10.8954305%2C14%2010%2C13.1045695%2010%2C12%20C10%2C10.8954305%2010.8954305%2C10%2012%2C10%20Z%20M12%2C16%20C13.1045695%2C16%2014%2C16.8954305%2014%2C18%20C14%2C19.1045695%2013.1045695%2C20%2012%2C20%20C10.8954305%2C20%2010%2C19.1045695%2010%2C18%20C10%2C16.8954305%2010.8954305%2C16%2012%2C16%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_answer {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7%202C4.23853%202%202%204.23877%202%207V17C2%2019.7612%204.23853%2022%207%2022H17C19.7615%2022%2022%2019.7612%2022%2017V16C22%2013.2388%2019.7615%2011%2017%2011H15H10.4143L13.707%207.70703C14.0977%207.31641%2014.0977%206.68359%2013.707%206.29297C13.3167%205.90234%2012.6833%205.90234%2012.293%206.29297L7.29297%2011.293C7.15112%2011.4351%207.06079%2011.6089%207.02197%2011.7915C6.95386%2012.1113%207.04419%2012.4585%207.29297%2012.707L12.293%2017.707C12.6833%2018.0977%2013.3167%2018.0977%2013.707%2017.707C13.8806%2017.5337%2013.9771%2017.312%2013.9963%2017.0854C14.0205%2016.8018%2013.9241%2016.5103%2013.707%2016.293L10.4143%2013H15H17C18.6567%2013%2020%2014.3433%2020%2016V17C20%2018.6567%2018.6567%2020%2017%2020H7C5.34326%2020%204%2018.6567%204%2017V7C4%205.34326%205.34326%204%207%204H17C18.6567%204%2020%205.34326%2020%207C20%207.55225%2020.4478%208%2021%208C21.5522%208%2022%207.55225%2022%207C22%204.23877%2019.7615%202%2017%202H7Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_arrow_down {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M11%204C11%203.44772%2011.4477%203%2012%203C12.5523%203%2013%203.44772%2013%204L13%2020C13%2020.5523%2012.5523%2021%2012%2021C11.4477%2021%2011%2020.5523%2011%2020L11%204ZM19.2929%2011.7071C19.6834%2011.3166%2020.3166%2011.3166%2020.7071%2011.7071C21.0976%2012.0976%2021.0976%2012.7308%2020.7071%2013.1213L13.4142%2020.4142C12.6332%2021.1953%2011.3668%2021.1953%2010.5858%2020.4142L3.29289%2013.1213C2.90237%2012.7308%202.90237%2012.0976%203.29289%2011.7071C3.68342%2011.3166%204.31658%2011.3166%204.70711%2011.7071L12%2019L19.2929%2011.7071Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_arrow_left {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M20%2011C20.5523%2011%2021%2011.4477%2021%2012C21%2012.5523%2020.5523%2013%2020%2013H4C3.44772%2013%203%2012.5523%203%2012C3%2011.4477%203.44772%2011%204%2011H20ZM12.2929%2019.2929C12.6834%2019.6834%2012.6834%2020.3166%2012.2929%2020.7071C11.9024%2021.0976%2011.2692%2021.0976%2010.8787%2020.7071L3.58579%2013.4142C2.80474%2012.6332%202.80474%2011.3668%203.58579%2010.5858L10.8787%203.29289C11.2692%202.90237%2011.9024%202.90237%2012.2929%203.29289C12.6834%203.68342%2012.6834%204.31658%2012.2929%204.70711L5%2012L12.2929%2019.2929Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_arrow_right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M4%2013C3.44772%2013%203%2012.5523%203%2012C3%2011.4477%203.44772%2011%204%2011L20%2011C20.5523%2011%2021%2011.4477%2021%2012C21%2012.5523%2020.5523%2013%2020%2013L4%2013ZM11.7071%204.70711C11.3166%204.31658%2011.3166%203.68342%2011.7071%203.29289C12.0976%202.90237%2012.7308%202.90237%2013.1213%203.29289L20.4142%2010.5858C21.1953%2011.3668%2021.1953%2012.6332%2020.4142%2013.4142L13.1213%2020.7071C12.7308%2021.0976%2012.0976%2021.0976%2011.7071%2020.7071C11.3166%2020.3166%2011.3166%2019.6834%2011.7071%2019.2929L19%2012L11.7071%204.70711Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_arrow_top {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M13%2020C13%2020.5523%2012.5523%2021%2012%2021C11.4477%2021%2011%2020.5523%2011%2020L11%204C11%203.44772%2011.4477%203%2012%203C12.5523%203%2013%203.44772%2013%204V20ZM4.70711%2012.2929C4.31658%2012.6834%203.68342%2012.6834%203.29289%2012.2929C2.90237%2011.9024%202.90237%2011.2692%203.29289%2010.8787L10.5858%203.58579C11.3668%202.80474%2012.6332%202.80474%2013.4142%203.58579L20.7071%2010.8787C21.0976%2011.2692%2021.0976%2011.9024%2020.7071%2012.2929C20.3166%2012.6834%2019.6834%2012.6834%2019.2929%2012.2929L12%205L4.70711%2012.2929Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_arrows_sort {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M6%204C6%203.44772%206.44772%203%207%203C7.55228%203%208%203.44772%208%204V20C8%2020.5523%207.55228%2021%207%2021C6.44772%2021%206%2020.5523%206%2020L6%204ZM10.2929%2015.7071C10.6834%2015.3166%2011.3166%2015.3166%2011.7071%2015.7071C12.0976%2016.0976%2012.0976%2016.7308%2011.7071%2017.1213L8.41421%2020.4142C7.63316%2021.1953%206.36684%2021.1953%205.58579%2020.4142L2.29289%2017.1213C1.90237%2016.7308%201.90237%2016.0976%202.29289%2015.7071C2.68342%2015.3166%203.31658%2015.3166%203.70711%2015.7071L7%2019L10.2929%2015.7071Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M18%2020C18%2020.5523%2017.5523%2021%2017%2021C16.4477%2021%2016%2020.5523%2016%2020V4C16%203.44772%2016.4477%203%2017%203C17.5523%203%2018%203.44772%2018%204V20ZM13.7071%208.29289C13.3166%208.68342%2012.6834%208.68342%2012.2929%208.29289C11.9024%207.90237%2011.9024%207.2692%2012.2929%206.87868L15.5858%203.58579C16.3668%202.80474%2017.6332%202.80474%2018.4142%203.58579L21.7071%206.87868C22.0976%207.2692%2022.0976%207.90237%2021.7071%208.29289C21.3166%208.68342%2020.6834%208.68342%2020.2929%208.29289L17%205L13.7071%208.29289Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_attach {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M10.989019%2C6.97786385%20C10.989019%2C6.4255791%2011.4367343%2C5.97786385%2011.989019%2C5.97786385%20C12.5413038%2C5.97786385%2012.989019%2C6.4255791%2012.989019%2C6.97786385%20L12.989019%2C15.5762864%20C12.989019%2C16.8263361%2012.3299245%2C17.9837694%2011.254863%2C18.6216308%20C10.1738331%2C19.2630334%208.82949151%2C19.265659%207.74596442%2C18.628484%20C6.65427627%2C17.9865098%205.98901902%2C16.8235423%205.98901902%2C15.5666858%20L5.98901902%2C7.41839827%20C5.98901902%2C5.23745211%207.11021387%2C3.20966836%208.95729298%2C2.05000249%20C10.8109185%2C0.88622653%2013.1671195%2C0.88622653%2015.0207451%2C2.05000249%20C16.8678242%2C3.20966836%2017.989019%2C5.23745211%2017.989019%2C7.41839844%20L17.9890176%2C15.6367897%20C17.9890176%2C16.8908773%2017.6521088%2C18.1219358%2017.0135153%2C19.2012568%20C15.7516596%2C21.3339865%2014.1372752%2C22.6343487%2012.1859911%2C23.0263774%20C11.6445261%2C23.135162%2011.1173946%2C22.7844053%2011.0086099%2C22.2429404%20C10.8998252%2C21.7014754%2011.2505819%2C21.1743438%2011.7920469%2C21.0655592%20C13.1387469%2C20.7949963%2014.300265%2C19.8594111%2015.2922303%2C18.1828374%20C15.7483685%2C17.4118939%2015.9890176%2C16.5325665%2015.9890176%2C15.6367896%20L15.989019%2C7.41839827%20C15.989019%2C5.92558286%2015.2215829%2C4.53760415%2013.957293%2C3.74383532%20C12.753872%2C2.98828226%2011.2241661%2C2.98828226%2010.0207451%2C3.74383532%20C8.75645518%2C4.53760415%207.98901902%2C5.92558286%207.98901902%2C7.41839827%20L7.98901902%2C15.5666858%20C7.98901902%2C16.1147189%208.2790943%2C16.6218131%208.75149976%2C16.8996142%20C9.21510777%2C17.1722418%209.78004253%2C17.1711385%2010.2343254%2C16.9016008%20C10.7021853%2C16.6240076%2010.989019%2C16.1203%2010.989019%2C15.5762864%20L10.989019%2C6.97786385%20Z%22%20transform%3D%22rotate(30%2011.989%2012.112)%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_back {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2051%20(57462)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0D%0A%20%20%20%20%3Ctitle%3Eback%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22back%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-19%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2224%22%20height%3D%2224%22%3E%3C%2Frect%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6%2C8%20L14.5%2C8%20C18.0898509%2C8%2021%2C10.9101491%2021%2C14.5%20C21%2C18.0898509%2018.0898509%2C21%2014.5%2C21%20L6%2C21%20C5.44771525%2C21%205%2C20.5522847%205%2C20%20C5%2C19.4477153%205.44771525%2C19%206%2C19%20L14.5%2C19%20C16.9852814%2C19%2019%2C16.9852814%2019%2C14.5%20C19%2C12.0147186%2016.9852814%2C10%2014.5%2C10%20L6%2C10%20L9.29289322%2C13.2928932%20C9.68341751%2C13.6834175%209.68341751%2C14.3165825%209.29289322%2C14.7071068%20C8.90236893%2C15.0976311%208.26920395%2C15.0976311%207.87867966%2C14.7071068%20L3.58578644%2C10.4142136%20C2.80473785%2C9.63316498%202.80473785%2C8.36683502%203.58578644%2C7.58578644%20L7.87867966%2C3.29289322%20C8.26920395%2C2.90236893%208.90236893%2C2.90236893%209.29289322%2C3.29289322%20C9.68341751%2C3.68341751%209.68341751%2C4.31658249%209.29289322%2C4.70710678%20L6%2C8%20Z%22%20id%3D%22Combined-Shape%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_balance {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%0D%0A%20%20%20%20%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%2012C7%2015%209%2017%2012%2017%2014.9712513%2017%2017%2015%2017%2012%2017%2010%2016.1620371%209.10524106%2014.9712513%208.14300173M12%2011L17%206%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_big_arrow_left {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M15.3074133%2C3.29289322%20C15.6946159%2C2.90236893%2016.3223954%2C2.90236893%2016.709598%2C3.29289322%20C17.0968007%2C3.68341751%2017.0968007%2C4.31658249%2016.709598%2C4.70710678%20L8.98298865%2C12.5%20L16.709598%2C20.2928932%20C17.0968007%2C20.6834175%2017.0968007%2C21.3165825%2016.709598%2C21.7071068%20C16.3223954%2C22.0976311%2015.6946159%2C22.0976311%2015.3074133%2C21.7071068%20L7.58080393%2C13.9142136%20C6.80639869%2C13.133165%206.80639869%2C11.866835%207.58080393%2C11.0857864%20L15.3074133%2C3.29289322%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_big_arrow_right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M15.3074133%2C3.29289322%20C15.6946159%2C2.90236893%2016.3223954%2C2.90236893%2016.709598%2C3.29289322%20C17.0968007%2C3.68341751%2017.0968007%2C4.31658249%2016.709598%2C4.70710678%20L8.98298865%2C12.5%20L16.709598%2C20.2928932%20C17.0968007%2C20.6834175%2017.0968007%2C21.3165825%2016.709598%2C21.7071068%20C16.3223954%2C22.0976311%2015.6946159%2C22.0976311%2015.3074133%2C21.7071068%20L7.58080393%2C13.9142136%20C6.80639869%2C13.133165%206.80639869%2C11.866835%207.58080393%2C11.0857864%20L15.3074133%2C3.29289322%20Z%22%20transform%3D%22rotate(180%2012%2012.5)%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_block {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpolygon%20points%3D%220%200%2024%200%2024%2024%200%2024%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M7.09435615%2C18.3198574%20C8.44903985%2C19.3729184%2010.1512885%2C20%2012%2C20%20C16.418278%2C20%2020%2C16.418278%2020%2C12%20C20%2C10.1512885%2019.3729184%2C8.44903985%2018.3198574%2C7.09435615%20L7.09435615%2C18.3198574%20Z%20M5.68014258%2C16.9056439%20L16.9056439%2C5.68014258%20C15.5509601%2C4.62708161%2013.8487115%2C4%2012%2C4%20C7.581722%2C4%204%2C7.581722%204%2C12%20C4%2C13.8487115%204.62708161%2C15.5509601%205.68014258%2C16.9056439%20Z%20M12%2C22%20C6.4771525%2C22%202%2C17.5228475%202%2C12%20C2%2C6.4771525%206.4771525%2C2%2012%2C2%20C17.5228475%2C2%2022%2C6.4771525%2022%2C12%20C22%2C17.5228475%2017.5228475%2C22%2012%2C22%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_blog {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M13.7092623%2C9.74695167%20C13.318738%2C9.35642738%2013.318738%2C8.7232624%2013.7092623%2C8.33273811%20C14.0997866%2C7.94221382%2014.7329516%2C7.94221382%2015.1234759%2C8.33273811%20L18.1234759%2C11.3327381%20C18.5140002%2C11.7232624%2018.5140002%2C12.3564274%2018.1234759%2C12.7469517%20C17.7329516%2C13.137476%2017.0997866%2C13.137476%2016.7092623%2C12.7469517%20L13.7092623%2C9.74695167%20Z%20M21.043786%2C8.40380593%20C21.4343103%2C8.79433019%2021.4343103%2C9.4274952%2021.043786%2C9.81801949%20L10.315864%2C20.5459415%20C10.1283276%2C20.7334779%209.87397367%2C20.8388347%209.60875722%2C20.8388348%20L2.95190295%2C20.8388348%20L2.95190295%2C14.1819805%20C2.95190297%2C13.916764%203.0572598%2C13.6624101%203.24479618%2C13.4748737%20L13.9727182%2C2.74695168%20C14.3632425%2C2.35642738%2014.9964075%2C2.35642738%2015.3869318%2C2.74695168%20L21.043786%2C8.40380593%20Z%20M14.679825%2C4.86827202%20L4.95190292%2C14.5961941%20L4.95190293%2C18.8388348%20L9.19454361%2C18.8388348%20L18.9224657%2C9.11091271%20L14.679825%2C4.86827202%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_bplan {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M12%2C1%20C10.699219%2C1%209.585938%2C1.800781%209.1875%2C3%20L6%2C3%20C4.34314575%2C3%203%2C4.34314575%203%2C6%20L3%2C20%20C3%2C21.6568542%204.34314575%2C23%206%2C23%20L18%2C23%20C19.6568542%2C23%2021%2C21.6568542%2021%2C20%20L21%2C6%20C21%2C4.34314575%2019.6568542%2C3%2018%2C3%20L14.8125%2C3%20C14.414063%2C1.800781%2013.300781%2C1%2012%2C1%20Z%20M12%2C3%20C12.601563%2C3%2013%2C3.398438%2013%2C4%20C13%2C4.601563%2012.601563%2C5%2012%2C5%20C11.398438%2C5%2011%2C4.601563%2011%2C4%20C11%2C3.398438%2011.398438%2C3%2012%2C3%20Z%20M6%2C5%20L7%2C5%20L7%2C6%20C7%2C6.55228475%207.44771525%2C7%208%2C7%20L16%2C7%20C16.5522847%2C7%2017%2C6.55228475%2017%2C6%20L17%2C5%20L18%2C5%20C18.5522847%2C5%2019%2C5.44771525%2019%2C6%20L19%2C20%20C19%2C20.5522847%2018.5522847%2C21%2018%2C21%20L6%2C21%20C5.44771525%2C21%205%2C20.5522847%205%2C20%20L5%2C6%20C5%2C5.44771525%205.44771525%2C5%206%2C5%20Z%20M15.9452575%2C10.2422425%20L11%2C15.1875%20L9.05474251%2C13.2422425%20C8.75265145%2C12.9401514%208.26286506%2C12.9401514%207.96077399%2C13.2422425%20C7.95820615%2C13.2448104%207.95565642%2C13.2473962%207.953125%2C13.25%20L7.953125%2C13.25%20C7.6498564%2C13.5619334%207.653361%2C14.059611%207.96099251%2C14.3672425%20L10.2928932%2C16.6991432%20C10.6834175%2C17.0896675%2011.3165825%2C17.0896675%2011.7071068%2C16.6991432%20L17.0390075%2C11.3672425%20C17.346639%2C11.059611%2017.3501436%2C10.5619334%2017.046875%2C10.25%20L17.046875%2C10.25%20C16.7490683%2C9.94368451%2016.2593305%2C9.9367868%2015.953015%2C10.2345935%20C15.9504112%2C10.2371249%2015.9478253%2C10.2396747%2015.9452575%2C10.2422425%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_buy {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M8.00002%203C7.62125%203%207.27499%203.214%207.10559%203.55279L4.38199%209H3.00001C2.70042%209%202.41661%209.13432%202.22667%209.36601C2.03673%209.5977%201.96067%209.90234%202.01943%2010.1961L4.01943%2020.1961C4.11291%2020.6635%204.52333%2021%205.00001%2021H13V19H5.81981L4.21981%2011H4.97835C4.9923%2011.0003%205.00623%2011.0003%205.02014%2011H13V9H6.61805L8.61805%205H15.382L17.382%209H16.5L18.5%2011H18.9799C18.9938%2011.0003%2019.0077%2011.0003%2019.0217%2011H19.7802L19.5668%2012.0668L21.2665%2013.7665L21.9806%2010.1961C22.0393%209.90234%2021.9633%209.5977%2021.7734%209.36601C21.5834%209.13432%2021.2996%209%2021%209H19.6181L16.8944%203.55279C16.7251%203.214%2016.3788%203%2016%203H8.00002Z%22%20fill%3D%22black%22%20fill-opacity%3D%221%22%2F%3E%0D%0A%3Cpath%20d%3D%22M15%2020V10L22%2017H19.5L21.5%2021.5L19%2022.5L17%2018L15%2020Z%22%20fill%3D%22black%22%20fill-opacity%3D%221%22%2F%3E%0D%0A%3Cpath%20d%3D%22M8.00002%2013C8.5523%2013%209.00002%2013.4477%209.00002%2014V16C9.00002%2016.5523%208.5523%2017%208.00002%2017C7.44773%2017%207.00002%2016.5523%207.00002%2016V14C7.00002%2013.4477%207.44773%2013%208.00002%2013Z%22%20fill%3D%22black%22%20fill-opacity%3D%221%22%2F%3E%0D%0A%3Cpath%20d%3D%22M13%2014C13%2013.4477%2012.5523%2013%2012%2013C11.4477%2013%2011%2013.4477%2011%2014V16C11%2016.5523%2011.4477%2017%2012%2017C12.5523%2017%2013%2016.5523%2013%2016V14Z%22%20fill%3D%22black%22%20fill-opacity%3D%221%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_calendar {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M2%2C7%20L2%2C19%20C2%2C20.6568542%203.34314575%2C22%205%2C22%20L19%2C22%20C20.6568542%2C22%2022%2C20.6568542%2022%2C19%20L22%2C7%20C22%2C5.34314575%2020.6568542%2C4%2019%2C4%20L5%2C4%20C3.34314575%2C4%202%2C5.34314575%202%2C7%20Z%20M5%2C6%20L19%2C6%20C19.5522847%2C6%2020%2C6.44771525%2020%2C7%20L20%2C19%20C20%2C19.5522847%2019.5522847%2C20%2019%2C20%20L5%2C20%20C4.44771525%2C20%204%2C19.5522847%204%2C19%20L4%2C7%20C4%2C6.44771525%204.44771525%2C6%205%2C6%20Z%20M8%2C2%20L8%2C2%20C7.44771525%2C2%207%2C2.44771525%207%2C3%20L7%2C7%20C7%2C7.55228475%207.44771525%2C8%208%2C8%20L8%2C8%20C8.55228475%2C8%209%2C7.55228475%209%2C7%20L9%2C3%20C9%2C2.44771525%208.55228475%2C2%208%2C2%20Z%20M16%2C2%20L16%2C2%20C15.4477153%2C2%2015%2C2.44771525%2015%2C3%20L15%2C7%20C15%2C7.55228475%2015.4477153%2C8%2016%2C8%20L16%2C8%20C16.5522847%2C8%2017%2C7.55228475%2017%2C7%20L17%2C3%20C17%2C2.44771525%2016.5522847%2C2%2016%2C2%20Z%20M6%2C17%20L6%2C17%20C6%2C17.5522847%206.44771525%2C18%207%2C18%20L17%2C18%20C17.5522847%2C18%2018%2C17.5522847%2018%2C17%20L18%2C17%20C18%2C16.4477153%2017.5522847%2C16%2017%2C16%20L7%2C16%20C6.44771525%2C16%206%2C16.4477153%206%2C17%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_check {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M6.25670585%2C11.1689647%20C5.88724683%2C10.7584547%205.92052525%2C10.1261649%206.33103527%2C9.75670585%20C6.74154529%2C9.38724683%207.37383513%2C9.42052525%207.74329415%2C9.83103527%20L11.3994477%2C13.8934282%20L18.6790948%2C3.42893551%20C18.994485%2C2.97556209%2019.6176911%2C2.86370459%2020.0710645%2C3.1790948%20C20.5244379%2C3.49448501%2020.6362954%2C4.11769106%2020.3209052%2C4.57106449%20L13.0412581%2C15.0355571%20C12.9535298%2C15.1616666%2012.8515639%2C15.2772485%2012.7373772%2C15.3800164%20C11.9163572%2C16.1189345%2010.6517775%2C16.0523777%209.91285945%2C15.2313576%20L6.25670585%2C11.1689647%20Z%20M15.3162278%2C2.5513167%20C15.8401711%2C2.72596447%2016.1233311%2C3.29228445%2015.9486833%2C3.81622777%20C15.7740355%2C4.34017108%2015.2077156%2C4.62333107%2014.6837722%2C4.4486833%20C14.5267915%2C4.39635637%2014.2309015%2C4.31181638%2013.8455695%2C4.22618706%20C13.208107%2C4.08452872%2012.5741416%2C4%2012%2C4%20C7.40354267%2C4%204%2C7.67582608%204%2C12%20C4%2C16.3241739%207.40354267%2C20%2012%2C20%20C16.5964573%2C20%2020%2C16.3241739%2020%2C12%20C20%2C11.2073977%2019.916427%2C10.5388135%2019.7798575%2C9.99253563%20C19.7041801%2C9.68982621%2019.6360832%2C9.50823445%2019.6055728%2C9.4472136%20C19.3585836%2C8.9532351%2019.5588079%2C8.35256206%2020.0527864%2C8.10557281%20C20.5467649%2C7.85858356%2021.1474379%2C8.05880791%2021.3944272%2C8.5527864%20C21.4889168%2C8.74176555%2021.6083199%2C9.06017379%2021.7201425%2C9.50746437%20C21.896073%2C10.2111865%2022%2C11.0426023%2022%2C12%20C22%2C17.3958261%2017.736876%2C22%2012%2C22%20C6.263124%2C22%202%2C17.3958261%202%2C12%20C2%2C6.60417392%206.263124%2C2%2012%2C2%20C12.7383584%2C2%2013.510643%2C2.10297128%2014.2794305%2C2.27381294%20C14.7378485%2C2.37568362%2015.0982085%2C2.47864363%2015.3162278%2C2.5513167%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_check1 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M1.25260139%2C11.6644007%20C0.885683376%2C11.2516179%200.922864104%2C10.6195455%201.33564687%2C10.2526275%20C1.74842964%2C9.88570949%202.38050201%2C9.92289022%202.74742003%2C10.335673%20L9.17211151%2C17.5634509%20C9.53902953%2C17.9762337%2010.1711019%2C18.0134144%2010.5838847%2C17.6464964%20C10.6261169%2C17.6089566%2010.6650914%2C17.5679049%2010.7003896%2C17.5237821%20L21.2191419%2C4.37534178%20C21.5641515%2C3.94407984%2022.1934438%2C3.87415847%2022.6247058%2C4.21916801%20C23.0559677%2C4.56417756%2023.1258891%2C5.19346994%2022.7808795%2C5.62473187%20L12.2621273%2C18.7731722%20C12.1562324%2C18.9055407%2012.039309%2C19.0286958%2011.9126123%2C19.141315%20C10.674264%2C20.2420691%208.77804692%2C20.1305269%207.67729287%2C18.8921786%20L1.25260139%2C11.6644007%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_clock {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M12%2C4%20C7.581722%2C4%204%2C7.581722%204%2C12%20C4%2C16.418278%207.581722%2C20%2012%2C20%20C16.418278%2C20%2020%2C16.418278%2020%2C12%20C20%2C7.581722%2016.418278%2C4%2012%2C4%20Z%20M13.7324356%2C11%20C13.5567963%2C10.696372%2013.303628%2C10.4432037%2013%2C10.2675644%20L13%2C6%20C13%2C5.44771525%2012.5522847%2C5%2012%2C5%20C11.4477153%2C5%2011%2C5.44771525%2011%2C6%20L11%2C10.2675644%20C10.4021986%2C10.6133738%2010%2C11.2597176%2010%2C12%20C10%2C13.1045695%2010.8954305%2C14%2012%2C14%20C12.7402824%2C14%2013.3866262%2C13.5978014%2013.7324356%2C13%20L16%2C13%20C16.5522847%2C13%2017%2C12.5522847%2017%2C12%20C17%2C11.4477153%2016.5522847%2C11%2016%2C11%20L13.7324356%2C11%20Z%20M12%2C2%20C17.5228475%2C2%2022%2C6.4771525%2022%2C12%20C22%2C17.5228475%2017.5228475%2C22%2012%2C22%20C6.4771525%2C22%202%2C17.5228475%202%2C12%20C2%2C6.4771525%206.4771525%2C2%2012%2C2%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_close {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M10.5857864%2C12%20L3.29289322%2C4.70710678%20C2.90236893%2C4.31658249%202.90236893%2C3.68341751%203.29289322%2C3.29289322%20C3.68341751%2C2.90236893%204.31658249%2C2.90236893%204.70710678%2C3.29289322%20L12%2C10.5857864%20L19.2928932%2C3.29289322%20C19.6834175%2C2.90236893%2020.3165825%2C2.90236893%2020.7071068%2C3.29289322%20C21.0976311%2C3.68341751%2021.0976311%2C4.31658249%2020.7071068%2C4.70710678%20L13.4142136%2C12%20L20.7071068%2C19.2928932%20C21.0976311%2C19.6834175%2021.0976311%2C20.3165825%2020.7071068%2C20.7071068%20C20.3165825%2C21.0976311%2019.6834175%2C21.0976311%2019.2928932%2C20.7071068%20L12%2C13.4142136%20L4.70710678%2C20.7071068%20C4.31658249%2C21.0976311%203.68341751%2C21.0976311%203.29289322%2C20.7071068%20C2.90236893%2C20.3165825%202.90236893%2C19.6834175%203.29289322%2C19.2928932%20L10.5857864%2C12%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_collection {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2C11%20L4%2C17%20C4%2C17.5522847%204.44771525%2C18%205%2C18%20L13%2C18%20C13.5522847%2C18%2014%2C17.5522847%2014%2C17%20L14%2C11%20C14%2C10.4477153%2013.5522847%2C10%2013%2C10%20L5%2C10%20C4.44771525%2C10%204%2C10.4477153%204%2C11%20Z%20M5%2C8%20L13%2C8%20C14.6568542%2C8%2016%2C9.34314575%2016%2C11%20L16%2C19%20C16%2C20.6568542%2014.6568542%2C22%2013%2C22%20L5%2C22%20C3.34314575%2C22%202%2C20.6568542%202%2C19%20L2%2C11%20C2%2C9.34314575%203.34314575%2C8%205%2C8%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M6%2C7%20C5.44771525%2C7%205%2C6.55228475%205%2C6%20C5%2C5.44771525%205.44771525%2C5%206%2C5%20L15%2C5%20C17.209139%2C5%2019%2C6.790861%2019%2C9%20L19%2C19%20C19%2C19.5522847%2018.5522847%2C20%2018%2C20%20C17.4477153%2C20%2017%2C19.5522847%2017%2C19%20L17%2C9%20C17%2C7.8954305%2016.1045695%2C7%2015%2C7%20L6%2C7%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M10%2C4%20C9.44771525%2C4%209%2C3.55228475%209%2C3%20C9%2C2.44771525%209.44771525%2C2%2010%2C2%20L16%2C2%20C19.3137085%2C2%2022%2C4.6862915%2022%2C8%20L22%2C15%20C22%2C15.5522847%2021.5522847%2C16%2021%2C16%20C20.4477153%2C16%2020%2C15.5522847%2020%2C15%20L20%2C8%20C20%2C5.790861%2018.209139%2C4%2016%2C4%20L10%2C4%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_comment {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M5%2C2%20C3.355469%2C2%202%2C3.355469%202%2C5%20L2%2C22%20L4%2C22%20L8%2C17%20L19%2C17%20C20.644531%2C17%2022%2C15.644531%2022%2C14%20L22%2C5%20C22%2C3.355469%2020.644531%2C2%2019%2C2%20L5%2C2%20Z%20M5%2C4%20L19%2C4%20C19.566406%2C4%2020%2C4.433594%2020%2C5%20L20%2C14%20C20%2C14.566406%2019.566406%2C15%2019%2C15%20L7%2C15%20L4%2C18.667969%20L4%2C5%20C4%2C4.433594%204.433594%2C4%205%2C4%20Z%20M8.5%2C8%20C7.67157288%2C8%207%2C8.67157288%207%2C9.5%20C7%2C10.3284271%207.67157288%2C11%208.5%2C11%20C9.32842712%2C11%2010%2C10.3284271%2010%2C9.5%20C10%2C8.67157288%209.32842712%2C8%208.5%2C8%20Z%20M12.5%2C8%20C11.6715729%2C8%2011%2C8.67157288%2011%2C9.5%20C11%2C10.3284271%2011.6715729%2C11%2012.5%2C11%20C13.3284271%2C11%2014%2C10.3284271%2014%2C9.5%20C14%2C8.67157288%2013.3284271%2C8%2012.5%2C8%20Z%20M16.5%2C8%20C15.6715729%2C8%2015%2C8.67157288%2015%2C9.5%20C15%2C10.3284271%2015.6715729%2C11%2016.5%2C11%20C17.3284271%2C11%2018%2C10.3284271%2018%2C9.5%20C18%2C8.67157288%2017.3284271%2C8%2016.5%2C8%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_community {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M12%2C7%20C12%2C5.34314475%2010.6568553%2C4%209%2C4%20C7.34314475%2C4%206%2C5.34314475%206%2C7%20C6%2C8.65685525%207.34314475%2C10%209%2C10%20C10.6568553%2C10%2012%2C8.65685525%2012%2C7%20Z%20M14%2C7%20C14%2C9.76142475%2011.7614247%2C12%209%2C12%20C6.23857525%2C12%204%2C9.76142475%204%2C7%20C4%2C4.23857525%206.23857525%2C2%209%2C2%20C11.7614247%2C2%2014%2C4.23857525%2014%2C7%20Z%20M21%2C7.5%20C21%2C9.43979633%2019.4500543%2C11%2017.5%2C11%20C15.5499457%2C11%2014%2C9.43979633%2014%2C7.5%20C14%2C5.56020367%2015.5499457%2C4%2017.5%2C4%20C19.4500543%2C4%2021%2C5.56020367%2021%2C7.5%20Z%20M19%2C7.5%20C19%2C6.66183065%2018.3425207%2C6%2017.5%2C6%20C16.6574793%2C6%2016%2C6.66183065%2016%2C7.5%20C16%2C8.33816935%2016.6574793%2C9%2017.5%2C9%20C18.3425207%2C9%2019%2C8.33816935%2019%2C7.5%20Z%20M15.9063819%2C18.9283316%20C16.0283926%2C20.6085255%2014.6453195%2C22%2012.957109%2C22%20L4.95675903%2C22%20C3.26848896%2C22%201.8854206%2C20.6085375%202.00744607%2C18.9283354%20C2.28672764%2C15.0828256%204.26686302%2C13%209%2C13%20C13.7238702%2C13%2015.6246924%2C15.0498721%2015.9063819%2C18.9283316%20Z%20M13.9116353%2C19.0731963%20C13.7016431%2C16.1819058%2012.6056758%2C15%209%2C15%20C5.3726022%2C15%204.20913078%2C16.2238092%204.00219239%2C19.0732047%20C3.96659809%2C19.5633123%204.4006514%2C20%204.95675903%2C20%20L12.957109%2C20%20C13.5131578%2C20%2013.9472249%2C19.5632962%2013.9116353%2C19.0731963%20Z%20M17.4999992%2C19%20C16.9477144%2C18.9999995%2016.4999995%2C18.5522839%2016.5%2C17.9999992%20C16.5000005%2C17.4477144%2016.9477161%2C16.9999995%2017.5000008%2C17%20L19.9834696%2C16.9999999%20C19.9377951%2C16.0137336%2019.8023196%2C15.3246329%2019.6055728%2C14.9472136%20C19.1620744%2C14.0602168%2018.4151187%2C13.5%2017.5%2C13.5%20C16.5431642%2C13.5%2016.2940295%2C13.6177728%2015.7900063%2C14.1238973%20C15.7498428%2C14.1642692%2015.7498428%2C14.1642692%2015.7071068%2C14.2071068%20C15.3165825%2C14.5976311%2014.6834175%2C14.5976311%2014.2928932%2C14.2071068%20C13.9023689%2C13.8165825%2013.9023689%2C13.1834175%2014.2928932%2C12.7928932%20C14.3317813%2C12.7539126%2014.3317813%2C12.7539126%2014.3728539%2C12.7126286%20C15.23105%2C11.8508546%2015.9732426%2C11.5%2017.5%2C11.5%20C19.251548%2C11.5%2020.6379256%2C12.5397832%2021.3865848%2C14.037434%20C21.7372613%2C14.7095639%2021.9233852%2C15.6562891%2021.9813284%2C16.907478%20C21.9831127%2C16.9537225%2021.9831127%2C16.9537225%2021.9834696%2C17%20C21.9834696%2C18.1045706%2021.0880382%2C19.000002%2019.9834668%2C19.000002%20L17.4999992%2C19%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_company {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M8%2C5%20L8%2C7%20L10%2C7%20L10%2C5%20C10%2C4.44771525%2010.4477153%2C4%2011%2C4%20L19%2C4%20C19.5522847%2C4%2020%2C4.44771525%2020%2C5%20L20%2C18%20C20%2C18.5522847%2019.5522847%2C19%2019%2C19%20L16%2C19%20L16%2C21%20L19%2C21%20C20.6568542%2C21%2022%2C19.6568542%2022%2C18%20L22%2C5%20C22%2C3.34314575%2020.6568542%2C2%2019%2C2%20L11%2C2%20C9.34314575%2C2%208%2C3.34314575%208%2C5%20Z%20M12%2C6%20L12%2C8%20L14%2C8%20L14%2C6%20L12%2C6%20Z%20M16%2C6%20L16%2C8%20L18%2C8%20L18%2C6%20L16%2C6%20Z%20M12%2C10%20L12%2C12%20L14%2C12%20L14%2C10%20L12%2C10%20Z%20M16%2C10%20L16%2C12%20L18%2C12%20L18%2C10%20L16%2C10%20Z%20M12%2C14%20L12%2C16%20L14%2C16%20L14%2C14%20L12%2C14%20Z%20M16%2C14%20L16%2C16%20L18%2C16%20L18%2C14%20L16%2C14%20Z%20M8%2C16%20C10.2905289%2C16%2011.9418607%2C16.7585404%2012.9851431%2C18.0407367%20C13.628176%2C18.8310256%2013.914026%2C19.6267577%2013.991399%2C20.2128761%20L14%2C20.34375%20C14%2C21.8107564%2012.8107564%2C23%2011.34375%2C23%20L4.65625%2C23%20C3.18924363%2C23%202%2C21.8107564%202%2C20.34375%20L2.00860097%2C20.2128761%20C2.08597404%2C19.6267577%202.37182402%2C18.8310256%203.01485691%2C18.0407367%20C4.05813927%2C16.7585404%205.70947112%2C16%208%2C16%20Z%20M11.4338024%2C19.3030133%20C10.7766454%2C18.4953658%209.69824087%2C18%208%2C18%20C6.30175913%2C18%205.22335461%2C18.4953658%204.56619759%2C19.3030133%20C4.22141537%2C19.7267514%204.054266%2C20.1459424%204.00288217%2C20.4056616%20C4.03407974%2C20.7390638%204.31469241%2C21%204.65625%2C21%20L11.34375%2C21%20C11.6853076%2C21%2011.9659203%2C20.7390638%2011.9971178%2C20.4056616%20C11.945734%2C20.1459424%2011.7785846%2C19.7267514%2011.4338024%2C19.3030133%20Z%20M8%2C11%20C7.44771525%2C11%207%2C11.4477153%207%2C12%20C7%2C12.5522847%207.44771525%2C13%208%2C13%20C8.55228475%2C13%209%2C12.5522847%209%2C12%20C9%2C11.4477153%208.55228475%2C11%208%2C11%20Z%20M8%2C9%20C9.65685425%2C9%2011%2C10.3431458%2011%2C12%20C11%2C13.6568542%209.65685425%2C15%208%2C15%20C6.34314575%2C15%205%2C13.6568542%205%2C12%20C5%2C10.3431458%206.34314575%2C9%208%2C9%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_contact {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M6%2C2%20C4.898438%2C2%204%2C2.898438%204%2C4%20L4%2C20%20C4%2C21.101563%204.898438%2C22%206%2C22%20L19%2C22%20C19.5522847%2C22%2020%2C21.5522847%2020%2C21%20L20%2C21%20C20%2C20.4477153%2019.5522847%2C20%2019%2C20%20L6%2C20%20L6%2C19%20L20%2C19%20L20%2C4%20C20%2C2.8954305%2019.1045695%2C2%2018%2C2%20L6%2C2%20Z%20M6%2C4%20L18%2C4%20L18%2C17%20L6%2C17%20L6%2C4%20Z%20M12%2C6%20C10.9000007%2C6%2010%2C6.90000071%2010%2C8%20C10%2C9.10000071%2010.9000007%2C10%2012%2C10%20C13.1000007%2C10%2014%2C9.10000071%2014%2C8%20C14%2C6.90000071%2013.1000007%2C6%2012%2C6%20Z%20M12%2C11%20C9.19791733%2C11%208%2C12.84375%208%2C12.84375%20L8%2C15%20L16%2C15%20L16%2C12.84375%20C16%2C12.84375%2014.802084%2C11%2012%2C11%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_copy {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%3E%0D%0A%3Cpath%20d%3D%22M7%206C6.44772%206%206%206.44772%206%207V19C6%2019.5523%206.44772%2020%207%2020H15C15.5523%2020%2016%2019.5523%2016%2019V7C16%206.44772%2015.5523%206%2015%206H7ZM12%204V3C12%202.44772%2011.5523%202%2011%202H3C2.44772%202%202%202.44772%202%203V15C2%2015.5523%202.44772%2016%203%2016H4V7C4%205.34315%205.34315%204%207%204H12ZM14%204H15C16.6569%204%2018%205.34315%2018%207V19C18%2020.6569%2016.6569%2022%2015%2022H7C5.34315%2022%204%2020.6569%204%2019V18H3C1.34315%2018%200%2016.6569%200%2015V3C0%201.34315%201.34315%200%203%200H11C12.6569%200%2014%201.34315%2014%203V4Z%22%20transform%3D%22translate(3%201)%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_cross_eye {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.70703%2020.7071L20.707%204.70709C21.0977%204.31659%2021.0977%203.68341%2020.707%203.29291C20.3164%202.90234%2019.6836%202.90234%2019.293%203.29291L3.29297%2019.2929C2.90234%2019.6834%202.90234%2020.3166%203.29297%2020.7071C3.68359%2021.0977%204.31641%2021.0977%204.70703%2020.7071ZM12%204C13.0269%204%2014.062%204.27417%2015.0562%204.70117L12.708%207.04974C12.4766%207.01697%2012.2402%207%2012%207C9.23877%207%207%209.23859%207%2012C7%2012.2403%207.01751%2012.4765%207.0498%2012.7078L3.87109%2015.8867C3.06787%2015.1646%202.37744%2014.4658%201.85352%2013.9064C0.839843%2012.8242%200.847656%2011.1714%201.86572%2010.0967C2.83691%209.07159%204.37207%207.57404%206.12793%206.32556C7.85059%205.10046%209.94287%204%2012%204ZM12%2017C11.7598%2017%2011.5234%2016.983%2011.292%2016.9503L8.9331%2019.3093C9.92676%2019.7306%2010.9644%2020%2012%2020C14.0869%2020%2016.1846%2018.9049%2017.9082%2017.6786C19.6616%2016.4308%2021.1836%2014.9334%2022.146%2013.9064C23.1597%2012.8242%2023.1523%2011.1714%2022.1343%2010.0967C21.6079%209.54126%2020.916%208.84717%2020.1133%208.12909L16.9502%2011.2922C16.9829%2011.5234%2017%2011.7597%2017%2012C17%2014.7614%2014.7612%2017%2012%2017Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_crown {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cg%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M16.3031358%2C8.65192812%20L20.4855042%2C6.14250707%20C21.2118491%2C5.70670017%2022.1171727%2C6.31485065%2021.9883717%2C7.15205718%20L19.9883717%2C20.1520572%20C19.9133207%2C20.6398889%2019.4935711%2C21%2019%2C21%20L5%2C21%20C4.50642892%2C21%204.08667933%2C20.6398889%204.0116283%2C20.1520572%20L2.0116283%2C7.15205718%20C1.8828273%2C6.31485065%202.78815092%2C5.70670017%203.51449576%2C6.14250707%20L7.69686416%2C8.65192812%20L11.1679497%2C3.4452998%20C11.5637718%2C2.85156673%2012.4362282%2C2.85156673%2012.8320503%2C3.4452998%20L16.3031358%2C8.65192812%20Z%20M5.85791896%2C19%20L18.142081%2C19%20L19.6876841%2C8.9535799%20L16.5144958%2C10.8574929%20C16.0567723%2C11.132127%2015.4640446%2C10.9988425%2015.1679497%2C10.5547002%20L12%2C5.80277564%20L8.83205029%2C10.5547002%20C8.53595541%2C10.9988425%207.94322766%2C11.132127%207.48550424%2C10.8574929%20L4.31231586%2C8.9535799%20L5.85791896%2C19%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M8%2C17%20C7.44771525%2C17%207%2C16.5522847%207%2C16%20C7%2C15.4477153%207.44771525%2C15%208%2C15%20L16%2C15%20C16.5522847%2C15%2017%2C15.4477153%2017%2C16%20C17%2C16.5522847%2016.5522847%2C17%2016%2C17%20L8%2C17%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_cup {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2051%20(57462)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0D%0A%20%20%20%20%3Ctitle%3Ecup%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22cup%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Rectangle-19%22%20points%3D%220%200%2024%200%2024%2024%200%2024%22%3E%3C%2Fpolygon%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2%2C2%20L2%2C3%20C2%2C5.7666667%203.1395226%2C7.7620178%204.1679688%2C9.304688%20C5.1964149%2C10.847357%206%2C11.944444%206%2C13%20L8%2C13%20C8%2C12.983831%207.9962584%2C12.96922%207.9960938%2C12.953125%20C8.97458%2C15.166161%2010%2C16%2010%2C16%20L14%2C16%20C14%2C16%2015.02542%2C15.166161%2016.003906%2C12.953125%20C16.003742%2C12.96922%2016%2C12.983831%2016%2C13%20L18%2C13%20C18%2C11.944444%2018.803585%2C10.847356%2019.832031%2C9.304688%20C20.860477%2C7.7620178%2022%2C5.7666667%2022%2C3%20L22%2C2%20L2%2C2%20Z%20M4.1914062%2C4%20L6.2734375%2C4%20C6.337283%2C6.4080712%206.6187571%2C8.3802374%207.0078125%2C9.974609%20C6.6365749%2C9.366787%206.2230927%2C8.7819045%205.8320312%2C8.1953125%20C5.0286664%2C6.9902652%204.4191868%2C5.6549795%204.1914062%2C4%20Z%20M8.3027344%2C4%20L15.697266%2C4%20L15.697266%2C5%20L15.693359%2C5%20C15.5139676%2C8.09378496%2014.8555694%2C10.7451017%2013.7181643%2C12.9539502%20L13.7181621%2C12.9539491%20C13.3873951%2C13.596301%2012.725441%2C14%2012.0029295%2C14%20L12.0029295%2C14%20C11.2811119%2C14%2010.6198134%2C13.5966263%2010.2894695%2C12.954837%20C9.14603188%2C10.7333371%208.48508358%2C8.08172756%208.3066406%2C5%20L8.3027344%2C5%20L8.3027344%2C4%20Z%20M17.726562%2C4%20L19.808594%2C4%20C19.580813%2C5.6549795%2018.971334%2C6.9902652%2018.167969%2C8.1953125%20C17.776907%2C8.7819045%2017.363425%2C9.366787%2016.992188%2C9.974609%20C17.381243%2C8.3802374%2017.662717%2C6.4080712%2017.726562%2C4%20Z%20M7%2C21%20L7%2C21%20C7%2C21.5522847%207.44771525%2C22%208%2C22%20L16%2C22%20C16.5522847%2C22%2017%2C21.5522847%2017%2C21%20L17%2C21%20C17%2C20.4477153%2016.5522847%2C20%2016%2C20%20L8%2C20%20C7.44771525%2C20%207%2C20.4477153%207%2C21%20Z%20M14.5%2C15.5%20L9.5%2C15.5%20L11%2C20%20L13%2C20%20L14.5%2C15.5%20Z%22%20id%3D%22Shape%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_deadline_time {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M12%207C8.13401%207%205%2010.134%205%2014C5%2017.866%208.13401%2021%2012%2021C15.866%2021%2019%2017.866%2019%2014C19%2010.134%2015.866%207%2012%207ZM19.0319%208.38231C20.2635%209.92198%2021%2011.875%2021%2014C21%2018.9706%2016.9706%2023%2012%2023C7.02944%2023%203%2018.9706%203%2014C3%209.36745%206.50005%205.55237%2011%205.05493V3H10C9.44772%203%209%202.55228%209%202C9%201.44772%209.44772%201%2010%201H14C14.5523%201%2015%201.44772%2015%202C15%202.55228%2014.5523%203%2014%203H13V5.05493C14.7359%205.24682%2016.3229%205.93238%2017.6177%206.9681L19.4142%205.17157C19.8047%204.78105%2020.4379%204.78105%2020.8284%205.17157C21.219%205.5621%2021.219%206.19526%2020.8284%206.58579L19.0319%208.38231ZM11%2010V15C11%2015.5523%2011.4477%2016%2012%2016C12.5523%2016%2013%2015.5523%2013%2015V10C13%209.44771%2012.5523%209%2012%209C11.4477%209%2011%209.44771%2011%2010Z%22%20fill%3D%22black%22%20fill-opacity%3D%221%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_desktop {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M2%2C5%20L2%2C15%20C2%2C16.6568542%203.34314575%2C18%205%2C18%20L19%2C18%20C20.6568542%2C18%2022%2C16.6568542%2022%2C15%20L22%2C5%20C22%2C3.34314575%2020.6568542%2C2%2019%2C2%20L5%2C2%20C3.34314575%2C2%202%2C3.34314575%202%2C5%20Z%20M5%2C4%20L19%2C4%20C19.5522847%2C4%2020%2C4.44771525%2020%2C5%20L20%2C13%20C20%2C13.5522847%2019.5522847%2C14%2019%2C14%20L5%2C14%20C4.44771525%2C14%204%2C13.5522847%204%2C13%20L4%2C5%20C4%2C4.44771525%204.44771525%2C4%205%2C4%20Z%20M10%2C19%20L10%2C20%20L8%2C20%20C7.44771525%2C20%207%2C20.4477153%207%2C21%20L7%2C21%20C7%2C21.5522847%207.44771525%2C22%208%2C22%20L16%2C22%20C16.5522847%2C22%2017%2C21.5522847%2017%2C21%20L17%2C21%20C17%2C20.4477153%2016.5522847%2C20%2016%2C20%20L14%2C20%20L14%2C19%20L10%2C19%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_dislike {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M3.00748643%2C12.9987952%20C3.00271817%2C13.0109808%203.00022269%2C13.6780491%203%2C15%20L11.7761457%2C15%20L11.272711%2C17.409106%20L10.6598191%2C20.3417682%20L14.9910671%2C16.010573%20C14.9964386%2C16.005127%2014.9994162%2C12.6682693%2015%2C6%20L6.00064073%2C6%20L3.00748643%2C12.9987952%20Z%20M8.89705685%2C19%20L8.98254836%2C18.590894%20L9.315%2C17%20L7.68974065%2C17%20L7.27179749%2C17%20L3%2C17%20C1.895%2C17%201%2C16.105%201%2C15%20L1%2C13%20C1%2C12.745%201.055%2C12.5%201.1449995%2C12.27%20L4.16%2C5.22%20C4.46%2C4.505%205.17%2C4%206%2C4%20L15%2C4%20C16.105%2C4%2017%2C4.895%2017%2C6%20L17%2C16%20C17%2C16.55%2016.775%2C17.05%2016.415%2C17.415%20L10.890012%2C22.939988%20C10.3037765%2C23.5262235%209.35399408%2C23.5284634%208.765%2C22.9449995%20C8.495%2C22.674999%208.325%2C22.300001%208.325%2C21.885%20C8.325%2C21.7749995%208.34%2C21.67%208.36%2C21.5699995%20L8.89705685%2C19%20Z%20M19%2C4%20L23%2C4%20L23%2C16%20L19%2C16%20L19%2C4%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_dislike_full {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15%2C4%20L6%2C4%20C5.17%2C4%204.46%2C4.505%204.16%2C5.22%20L1.1449995%2C12.27%20C1.055%2C12.5%201%2C12.745%201%2C13%20L1%2C15%20C1%2C16.105%201.895%2C17%203%2C17%20L9.315%2C17%20L8.36%2C21.5699995%20C8.34%2C21.67%208.325%2C21.7749995%208.325%2C21.885%20C8.325%2C22.300001%208.495%2C22.674999%208.765%2C22.9449995%20L8.765%2C22.9449995%20C9.35399408%2C23.5284634%2010.3037765%2C23.5262235%2010.890012%2C22.939988%20L16.415%2C17.415%20C16.775%2C17.05%2017%2C16.55%2017%2C16%20L17%2C6%20C17%2C4.895%2016.105%2C4%2015%2C4%20Z%20M19%2C4%20L19%2C16%20L23%2C16%20L23%2C4%20L19%2C4%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_doc_download {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7%204C6.44775%204%206%204.44775%206%205V15C6%2015.5524%205.55225%2016%205%2016C4.44775%2016%204%2015.5524%204%2015V5C4%203.34314%205.34326%202%207%202H12.0298C12.8403%202%2013.6162%202.32776%2014.1812%202.90881L19.1509%208.02075C19.6953%208.58069%2020%209.33093%2020%2010.1119V15C20%2015.5524%2019.5522%2016%2019%2016C18.4478%2016%2018%2015.5524%2018%2015V11H14C12.3433%2011%2011%209.65686%2011%208V4H7ZM13%204.56311L17.3135%209H14C13.4478%209%2013%208.55225%2013%208V4.56311Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M12%2012C12.5522%2012%2013%2012.4478%2013%2013V18.5858L15.293%2016.2928C15.6836%2015.9023%2016.3164%2015.9023%2016.707%2016.2928C17.0977%2016.6833%2017.0977%2017.3165%2016.707%2017.7072L12.707%2021.7072C12.5225%2021.8917%2012.2734%2021.9966%2012.0127%2021.9999L12%2022C11.9912%2022%2011.9829%2021.9999%2011.9741%2021.9996C11.7178%2021.9933%2011.4746%2021.8888%2011.293%2021.7072L7.29297%2017.7072C6.90234%2017.3167%206.90234%2016.6835%207.29297%2016.2928C7.68359%2015.9023%208.31641%2015.9023%208.70703%2016.2928L11%2018.5858V13C11%2012.4478%2011.4478%2012%2012%2012Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_earth_planet {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M12%202C6.489%202%202%206.489%202%2012C2%2017.511%206.489%2022%2012%2022C17.511%2022%2022%2017.511%2022%2012C22%206.489%2017.511%202%2012%202ZM15%204.58398C17.9351%205.76736%2020%208.63265%2020%2012C20%2014.0878%2019.2006%2015.9783%2017.8984%2017.4004C17.6426%2016.5907%2016.8946%2016%2016%2016H15V13C15%2012.448%2014.552%2012%2014%2012H9V10H10C10.552%2010%2011%209.552%2011%209V7H13C14.105%207%2015%206.105%2015%205V4.58398ZM4.20703%2010.207L6%2012L9%2015V16C9%2017.105%209.895%2018%2011%2018V19.9316C7.04577%2019.4412%204%2016.0907%204%2012C4%2011.3822%204.07552%2010.784%204.20703%2010.207Z%22%20fill%3D%22black%22%20fill-opacity%3D%221%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_end_of_time {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M4%203.5C4%202.67157%204.67157%202%205.5%202H18.5C19.3284%202%2020%202.67157%2020%203.5C20%204.32843%2019.3284%205%2018.5%205H18V7C18%209.08594%2016.9297%2010.9258%2015.3125%2012C16.9297%2013.0742%2018%2014.9141%2018%2017V19H18.5C19.3284%2019%2020%2019.6716%2020%2020.5C20%2021.3284%2019.3284%2022%2018.5%2022H5.5C4.67157%2022%204%2021.3284%204%2020.5C4%2019.6716%204.67157%2019%205.5%2019H6V17C6%2014.9141%207.07031%2013.0742%208.6875%2012C7.07031%2010.9258%206%209.08594%206%207V5H5.5C4.67157%205%204%204.32843%204%203.5ZM8%205V7C8%208.07524%208.75241%209.22101%2010.2572%2010.4373C10.727%2010.817%2011%2011.3887%2011%2011.9928L11%2012.0073C11%2012.6113%2010.727%2013.183%2010.2572%2013.5627C8.75241%2014.779%208%2015.9248%208%2017V19H9C9%2017.3438%2010.3438%2016%2012%2016C13.6562%2016%2015%2017.3438%2015%2019H16V17C16%2015.9248%2015.2476%2014.779%2013.7428%2013.5627C13.273%2013.183%2013%2012.6113%2013%2012.0072L13%2011.9927C13%2011.3887%2013.273%2010.817%2013.7428%2010.4373C15.2476%209.221%2016%208.07523%2016%207V5H8Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_error {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M3.46889457%2C18%20C3.46889457%2C18.5522847%203.91660982%2C19%204.46889457%2C19%20L19.5311054%2C19%20C19.707048%2C19%2019.8798764%2C18.9535799%2020.0321417%2C18.8654263%20C20.5101034%2C18.5887116%2020.6732464%2C17.9769255%2020.3965317%2C17.4989637%20L12.8654263%2C4.49069071%20C12.7778828%2C4.33947919%2012.6522478%2C4.21384421%2012.5010363%2C4.1263007%20C12.0230745%2C3.84958601%2011.4112884%2C4.01272897%2011.1345737%2C4.49069071%20L3.60346828%2C17.4989637%20C3.51531466%2C17.6512291%203.46889457%2C17.8240574%203.46889457%2C18%20Z%20M1.87261571%2C16.4968912%20L9.40372114%2C3.48861817%20C10.2338652%2C2.05473295%2012.0692236%2C1.56530405%2013.5031088%2C2.39544813%20C13.9567434%2C2.65807866%2014.3336483%2C3.03498361%2014.5962789%2C3.48861817%20L22.1273843%2C16.4968912%20C22.9575284%2C17.9307764%2022.4680995%2C19.7661348%2021.0342142%2C20.5962789%20C20.5774182%2C20.8607397%2020.0589332%2C21%2019.5311054%2C21%20L4.46889457%2C21%20C2.81204032%2C21%201.46889457%2C19.6568542%201.46889457%2C18%20C1.46889457%2C17.4721722%201.60815485%2C16.9536872%201.87261571%2C16.4968912%20Z%20M12%2C7%20C11.4477153%2C7%2011%2C7.44771525%2011%2C8%20L11%2C14%20C11%2C14.5522847%2011.4477153%2C15%2012%2C15%20C12.5522847%2C15%2013%2C14.5522847%2013%2C14%20L13%2C8%20C13%2C7.44771525%2012.5522847%2C7%2012%2C7%20Z%20M12%2C16%20C11.4477153%2C16%2011%2C16.4477153%2011%2C17%20C11%2C17.5522847%2011.4477153%2C18%2012%2C18%20C12.5522847%2C18%2013%2C17.5522847%2013%2C17%20C13%2C16.4477153%2012.5522847%2C16%2012%2C16%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_exit {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cg%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Crect%20width%3D%229%22%20height%3D%222%22%20x%3D%229%22%20y%3D%2211%22%20rx%3D%221%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill-rule%3D%22nonzero%22%20d%3D%22M12.3325076%2C7.74461759%20C11.9212718%2C7.37596662%2011.8867499%2C6.74374346%2012.2554009%2C6.33250762%20C12.6240519%2C5.92127179%2013.256275%2C5.88674994%2013.6675109%2C6.25540091%20L18.2989504%2C10.5107926%20C19.1214221%2C11.2480945%2019.1904658%2C12.5125408%2018.4531638%2C13.3350125%20C18.4046024%2C13.3891835%2018.3531214%2C13.4406645%2018.2989504%2C13.4892259%20L13.6675109%2C17.7446176%20C13.256275%2C18.1132686%2012.6240519%2C18.0787467%2012.2554009%2C17.6675109%20C11.8867499%2C17.256275%2011.9212718%2C16.6240519%2012.3325076%2C16.2554009%20L16.9639472%2C12.0000092%20L12.3325076%2C7.74461759%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill-rule%3D%22nonzero%22%20d%3D%22M20%2C7%20C20%2C7.55228475%2019.5522847%2C8%2019%2C8%20C18.4477153%2C8%2018%2C7.55228475%2018%2C7%20L18%2C5%20C18%2C4.44771525%2017.5522847%2C4%2017%2C4%20L7%2C4%20C6.44771525%2C4%206%2C4.44771525%206%2C5%20L6%2C19%20C6%2C19.5522847%206.44771525%2C20%207%2C20%20L17%2C20%20C17.5522847%2C20%2018%2C19.5522847%2018%2C19%20L18%2C17%20C18%2C16.4477153%2018.4477153%2C16%2019%2C16%20C19.5522847%2C16%2020%2C16.4477153%2020%2C17%20L20%2C19%20C20%2C20.6568542%2018.6568542%2C22%2017%2C22%20L7%2C22%20C5.34314575%2C22%204%2C20.6568542%204%2C19%20L4%2C5%20C4%2C3.34314575%205.34314575%2C2%207%2C2%20L17%2C2%20C18.6568542%2C2%2020%2C3.34314575%2020%2C5%20L20%2C7%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_eye {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%204C9.94287%204%207.85059%205.10046%206.12793%206.32556C4.37207%207.57404%202.83692%209.07159%201.86573%2010.0967C0.847659%2011.1714%200.839847%2012.8242%201.85352%2013.9064C2.81592%2014.9334%204.33789%2016.4308%206.0918%2017.6786C7.81494%2018.9049%209.9126%2020%2012%2020C14.0869%2020%2016.1846%2018.9049%2017.9082%2017.6786C19.6616%2016.4308%2021.1836%2014.9334%2022.146%2013.9064C23.1597%2012.8242%2023.1523%2011.1714%2022.1343%2010.0967C21.1631%209.07159%2019.6274%207.57404%2017.8721%206.32556C16.1494%205.10046%2014.0571%204%2012%204ZM17%2012C17%2014.7614%2014.7612%2017%2012%2017C9.23877%2017%207%2014.7614%207%2012C7%209.23859%209.23877%207%2012%207C14.7612%207%2017%209.23859%2017%2012ZM12%2015C13.6567%2015%2015%2013.6569%2015%2012C15%2010.3431%2013.6567%209%2012%209C10.3433%209%209%2010.3431%209%2012C9%2013.6569%2010.3433%2015%2012%2015Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_favorites {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M21%2C8%20C21%2C5.73495862%2019.1411158%2C4%2017%2C4%20C15.6745572%2C4%2014.2621927%2C4.84741869%2012.7682213%2C6.6401844%20C12.3684262%2C7.11993853%2011.6315738%2C7.11993853%2011.2317787%2C6.6401844%20C9.73780729%2C4.84741869%208.32544282%2C4%207%2C4%20C4.85888424%2C4%203%2C5.73495862%203%2C8%20C3%2C10.5086623%205.9865039%2C14.4765912%2012%2C19.6825544%20C18.0134961%2C14.4765912%2021%2C10.5086623%2021%2C8%20Z%20M17%2C2%20C20.2160271%2C2%2023%2C4.59837471%2023%2C7.99999999%20C23%2C11.4028489%2019.5342409%2C15.9083357%2012.6476484%2C21.7619393%20C12.2742199%2C22.0793536%2011.7257801%2C22.0793536%2011.3523516%2C21.7619393%20C4.46575909%2C15.9083357%201%2C11.4028489%201%2C7.99999999%20C1%2C4.59837471%203.7839729%2C2%207%2C2%20C8.73006508%2C2%2010.3955985%2C2.85568988%2012%2C4.5044262%20C13.6044015%2C2.85568988%2015.2699349%2C2%2017%2C2%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_feed {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M2%2C5%20L2%2C19%20C2%2C20.6568542%203.34314575%2C22%205%2C22%20L19%2C22%20C20.644531%2C22%2022%2C20.644531%2022%2C19%20L22%2C8%20C22%2C6.8954305%2021.1045695%2C6%2020%2C6%20L18%2C6%20L18%2C5%20C18%2C3.34314575%2016.6568542%2C2%2015%2C2%20L5%2C2%20C3.34314575%2C2%202%2C3.34314575%202%2C5%20Z%20M5%2C4%20L15%2C4%20C15.5522847%2C4%2016%2C4.44771525%2016%2C5%20L16%2C19%20C16%2C19.386719%2016.269531%2C19.660156%2016.40625%2C20%20L5%2C20%20C4.433594%2C20%204%2C19.566406%204%2C19%20L4%2C5%20C4%2C4.44771525%204.44771525%2C4%205%2C4%20Z%20M6%2C8.5%20L6%2C8.5%20C6%2C9.32842712%206.67157288%2C10%207.5%2C10%20L12.5%2C10%20C13.3284271%2C10%2014%2C9.32842712%2014%2C8.5%20L14%2C8.5%20C14%2C7.67157288%2013.3284271%2C7%2012.5%2C7%20L7.5%2C7%20C6.67157288%2C7%206%2C7.67157288%206%2C8.5%20Z%20M18%2C8%20L20%2C8%20L20%2C19%20C20%2C19.566406%2019.566406%2C20%2019%2C20%20C18.433594%2C20%2018%2C19.566406%2018%2C19%20L18%2C8%20Z%20M6%2C13%20L6%2C13%20C6%2C13.5522847%206.44771525%2C14%207%2C14%20L13%2C14%20C13.5522847%2C14%2014%2C13.5522847%2014%2C13%20L14%2C13%20C14%2C12.4477153%2013.5522847%2C12%2013%2C12%20L7%2C12%20C6.44771525%2C12%206%2C12.4477153%206%2C13%20Z%20M6%2C16%20L6%2C16%20C6%2C16.5522847%206.44771525%2C17%207%2C17%20L13%2C17%20C13.5522847%2C17%2014%2C16.5522847%2014%2C16%20L14%2C16%20C14%2C15.4477153%2013.5522847%2C15%2013%2C15%20L7%2C15%20C6.44771525%2C15%206%2C15.4477153%206%2C16%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_file {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M19%2C8.82842712%20L13.1715729%2C3%20L6%2C3%20C5.44771525%2C3%205%2C3.44771525%205%2C4%20L5%2C20%20C5%2C20.5522847%205.44771525%2C21%206%2C21%20L18%2C21%20C18.5522847%2C21%2019%2C20.5522847%2019%2C20%20L19%2C8.82842712%20Z%20M6%2C1%20L14%2C1%20L21%2C8%20L21%2C20%20C21%2C21.6568542%2019.6568542%2C23%2018%2C23%20L6%2C23%20C4.34314575%2C23%203%2C21.6568542%203%2C20%20L3%2C4%20C3%2C2.34314575%204.34314575%2C1%206%2C1%20Z%20M7%2C18%20C7%2C18.5522847%207.44771525%2C19%208%2C19%20L13%2C19%20C13.5522847%2C19%2014%2C18.5522847%2014%2C18%20C14%2C17.4477153%2013.5522847%2C17%2013%2C17%20L8%2C17%20C7.44771525%2C17%207%2C17.4477153%207%2C18%20Z%20M7%2C10%20C7%2C10.5522847%207.44771525%2C11%208%2C11%20L10%2C11%20C10.5522847%2C11%2011%2C10.5522847%2011%2C10%20C11%2C9.44771525%2010.5522847%2C9%2010%2C9%20L8%2C9%20C7.44771525%2C9%207%2C9.44771525%207%2C10%20Z%20M7%2C14%20C7%2C14.5522847%207.44771525%2C15%208%2C15%20L16%2C15%20C16.5522847%2C15%2017%2C14.5522847%2017%2C14%20C17%2C13.4477153%2016.5522847%2C13%2016%2C13%20L8%2C13%20C7.44771525%2C13%207%2C13.4477153%207%2C14%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20d%3D%22M13%2C3%20L13%2C8%20C13%2C9.1045695%2013.8954305%2C10%2015%2C10%20L20%2C10%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_filter {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5%202C3.89543%202%203%202.89543%203%204V5L9%2012H15L21%205V4C21%202.89543%2020.1046%202%2019%202H5ZM5%204H19V4.28125L17.5%206H6.5L5%204.28125V4ZM9%2013V16.2025C9%2017.6252%209.75565%2018.9408%2010.9845%2019.6576L15%2022V13H9ZM11%2015H13V18.5312L11.9789%2017.925C11.372%2017.5646%2011%2016.9111%2011%2016.2053V15Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_follow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M20%2C10%20L22%2C10%20C22.5522847%2C10%2023%2C10.4477153%2023%2C11%20C23%2C11.5522847%2022.5522847%2C12%2022%2C12%20L20%2C12%20L20%2C14%20C20%2C14.5522847%2019.5522847%2C15%2019%2C15%20C18.4477153%2C15%2018%2C14.5522847%2018%2C14%20L18%2C12%20L16%2C12%20C15.4477153%2C12%2015%2C11.5522847%2015%2C11%20C15%2C10.4477153%2015.4477153%2C10%2016%2C10%20L18%2C10%20L18%2C8%20C18%2C7.44771525%2018.4477153%2C7%2019%2C7%20C19.5522847%2C7%2020%2C7.44771525%2020%2C8%20L20%2C10%20Z%20M14.9999442%2C7%20C14.9999442%2C9.76142475%2012.761369%2C12%209.99994422%2C12%20C7.23851947%2C12%204.99994422%2C9.76142475%204.99994422%2C7%20C4.99994422%2C4.23857525%207.23851947%2C2%209.99994422%2C2%20C12.761369%2C2%2014.9999442%2C4.23857525%2014.9999442%2C7%20Z%20M12.9999442%2C7%20C12.9999442%2C5.34314475%2011.6567995%2C4%209.99994422%2C4%20C8.34308897%2C4%206.99994422%2C5.34314475%206.99994422%2C7%20C6.99994422%2C8.65685525%208.34308897%2C10%209.99994422%2C10%20C11.6567995%2C10%2012.9999442%2C8.65685525%2012.9999442%2C7%20Z%20M18.9063819%2C18.9283316%20C19.0283926%2C20.6085255%2017.6453195%2C22%2015.957109%2C22%20L3.95675903%2C22%20C2.26848896%2C22%200.885420601%2C20.6085375%201.00744607%2C18.9283354%20C1.28672764%2C15.0828256%205.26686302%2C13%2010%2C13%20C14.7238702%2C13%2018.6246924%2C15.0498721%2018.9063819%2C18.9283316%20Z%20M16.9114297%2C19.0731963%20C16.7014375%2C16.1819058%2013.6054702%2C15%209.99979441%2C15%20C6.37239661%2C15%203.2089252%2C16.2238092%203.0019868%2C19.0732047%20C2.9663925%2C19.5633123%203.40044581%2C20%203.95655344%2C20%20L15.9569034%2C20%20C16.5129522%2C20%2016.9470193%2C19.5632962%2016.9114297%2C19.0731963%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_forward {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7%202C4.23853%202%202%204.23877%202%207V17C2%2019.7612%204.23853%2022%207%2022H17C19.7615%2022%2022%2019.7612%2022%2017C22%2016.772%2021.9236%2016.5615%2021.7949%2016.3931C21.6123%2016.1543%2021.3242%2016%2021%2016C20.4478%2016%2020%2016.4478%2020%2017C20%2018.6567%2018.6567%2020%2017%2020H7C5.34326%2020%204%2018.6567%204%2017V13H16.5857L13.2927%2016.293C12.9023%2016.6836%2012.9023%2017.3164%2013.2927%2017.707C13.4778%2017.8921%2013.717%2017.9893%2013.9592%2017.999C14.2285%2018.0103%2014.5015%2017.9126%2014.707%2017.707L19.707%2012.707C20.0977%2012.3164%2020.0977%2011.6836%2019.707%2011.293L14.707%206.29297C14.3164%205.90234%2013.6833%205.90234%2013.2927%206.29297C13.1152%206.4707%2013.0186%206.69824%2013.0024%206.93018C12.9829%207.20898%2013.0798%207.49414%2013.2927%207.70703L16.5857%2011H4V7C4%205.34326%205.34326%204%207%204H17C18.6567%204%2020%205.34326%2020%207C20%207.27002%2020.1069%207.51465%2020.2805%207.69434C20.4624%207.88281%2020.7175%208%2021%208C21.5522%208%2022%207.55225%2022%207C22%204.23877%2019.7615%202%2017%202H7Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_fr {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M10%2C3%20C9.476563%2C3%208.941406%2C3.183594%208.5625%2C3.5625%20C8.183594%2C3.941406%208%2C4.476563%208%2C5%20L8%2C6%20L5%2C6%20C3.34314575%2C6%202%2C7.34314575%202%2C9%20L2%2C18%20C2%2C19.6568542%203.34314575%2C21%205%2C21%20L19%2C21%20C20.6568542%2C21%2022%2C19.6568542%2022%2C18%20L22%2C9%20C22%2C7.34314575%2020.6568542%2C6%2019%2C6%20L16%2C6%20L16%2C5%20C16%2C4.476563%2015.816406%2C3.941406%2015.4375%2C3.5625%20C15.058594%2C3.183594%2014.523438%2C3%2014%2C3%20L10%2C3%20Z%20M10%2C5%20L14%2C5%20L14%2C6%20L10%2C6%20L10%2C5%20Z%20M4%2C14%20L20%2C14%20L20%2C18%20C20%2C18.5522847%2019.5522847%2C19%2019%2C19%20L5%2C19%20C4.44771525%2C19%204%2C18.5522847%204%2C18%20L4%2C14%20Z%20M5%2C8%20L19%2C8%20C19.5522847%2C8%2020%2C8.44771525%2020%2C9%20L20%2C12%20L4%2C12%20L4%2C9%20C4%2C8.44771525%204.44771525%2C8%205%2C8%20Z%20M12%2C9%20C11.449219%2C9%2011%2C9.449219%2011%2C10%20C11%2C10.550781%2011.449219%2C11%2012%2C11%20C12.550781%2C11%2013%2C10.550781%2013%2C10%20C13%2C9.449219%2012.550781%2C9%2012%2C9%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_gb {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M13%2C18%20L13%2C20%20L16%2C20%20C17.105469%2C20%2018%2C20.894531%2018%2C22%20L6%2C22%20C6%2C20.894531%206.894531%2C20%208%2C20%20L11%2C20%20L11%2C18%20L7.16255418%2C18%20C6.08445253%2C18%205.08925401%2C17.4215139%204.55570261%2C16.4846969%20L2.44443994%2C12.7777092%20C1.46294385%2C11.061561%202.37231957%2C8.88101568%204.28871229%2C8.40485802%20C4.47763733%2C8.35762633%204.63551039%2C8.32729864%204.80062951%2C8.31526666%20C4.94304171%2C8.30435012%205.0847831%2C8.30389269%205.22492377%2C8.31340003%20C5.04546683%2C7.38522025%205.06756255%2C6.2524208%205.35181298%2C5.28092408%20C5.94139886%2C3.26586736%207.53002928%2C2%2010%2C2%20L14%2C2%20C16.4699707%2C2%2018.0586011%2C3.26586736%2018.648187%2C5.28092408%20C18.9334291%2C6.25580989%2018.9546841%2C7.3931258%2018.7731908%2C8.32310648%20C19.0826189%2C8.30102055%2019.3985035%2C8.32666268%2019.7098842%2C8.40450821%20C21.6276811%2C8.88101548%2022.5370563%2C11.0615607%2021.5564505%2C12.776149%20L19.4442974%2C16.4846969%20C18.910746%2C17.4215139%2017.9155475%2C18%2016.8374458%2C18%20L13%2C18%20Z%20M16.5636708%2C8.64887656%20L16.6321767%2C8.50312705%20C16.8952205%2C8.04370274%2017.0063748%2C6.79170277%2016.7286642%2C5.84255766%20C16.3820074%2C4.65777144%2015.5565214%2C4%2014%2C4%20L10%2C4%20C8.44347857%2C4%207.61799262%2C4.65777144%207.27133577%2C5.84255766%20C6.9936252%2C6.79170277%207.10477952%2C8.04370274%207.3678233%2C8.50312705%20L7.43632918%2C8.64887656%20L8.69300047%2C12%20L15.3069995%2C12%20L16.5636708%2C8.64887656%20Z%20M4.95248689%2C10.3094934%20C4.92190618%2C10.3116974%204.8604459%2C10.3234772%204.77238436%2C10.3454917%20C4.15080998%2C10.4999319%203.85347847%2C11.2128879%204.18145052%2C11.786351%20L6.29360365%2C15.494899%20C6.47145412%2C15.8071713%206.80318696%2C16%207.16255418%2C16%20L16.8374458%2C16%20C17.196813%2C16%2017.5285459%2C15.8071713%2017.7063963%2C15.494899%20L19.8194399%2C11.7847908%20C20.1465218%2C11.2128875%2019.8491906%2C10.499932%2019.2262141%2C10.3451424%20C18.7966006%2C10.2377389%2018.3340314%2C10.4324443%2018.1567211%2C10.7342307%20L16.6434091%2C13.9878515%20L7.35302398%2C14.1659199%20L5.86009047%2C10.7729769%20C5.66150601%2C10.4605057%205.30933458%2C10.281759%204.95248689%2C10.3094934%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_geo {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%201C11.4477%201%2011%201.44775%2011%202V3.05493C6.82838%203.51611%203.51608%206.82837%203.05493%2011H2C1.44772%2011%201%2011.4478%201%2012C1%2012.5522%201.44772%2013%202%2013H3.05493C3.51608%2017.1716%206.82838%2020.4839%2011%2020.9451V22C11%2022.5522%2011.4477%2023%2012%2023C12.5523%2023%2013%2022.5522%2013%2022V20.9451C17.1716%2020.4839%2020.4839%2017.1716%2020.9451%2013H22C22.5523%2013%2023%2012.5522%2023%2012C23%2011.4478%2022.5523%2011%2022%2011H20.9451C20.4839%206.82837%2017.1716%203.51611%2013%203.05493V2C13%201.44775%2012.5523%201%2012%201ZM12%2019C8.134%2019%205%2015.866%205%2012C5%208.13403%208.134%205%2012%205C15.866%205%2019%208.13403%2019%2012C19%2015.866%2015.866%2019%2012%2019ZM12%2017C14.7614%2017%2017%2014.7615%2017%2012C17%209.23853%2014.7614%207%2012%207C9.23857%207%207%209.23853%207%2012C7%2014.7615%209.23857%2017%2012%2017Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_help {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M12%2C2%20C6.488281%2C2%202%2C6.488281%202%2C12%20C2%2C17.511719%206.488281%2C22%2012%2C22%20C17.511719%2C22%2022%2C17.511719%2022%2C12%20C22%2C6.488281%2017.511719%2C2%2012%2C2%20Z%20M12%2C4%20C16.429688%2C4%2020%2C7.570313%2020%2C12%20C20%2C16.429688%2016.429688%2C20%2012%2C20%20C7.570313%2C20%204%2C16.429688%204%2C12%20C4%2C7.570313%207.570313%2C4%2012%2C4%20Z%20M12%2C16%20C11.4477153%2C16%2011%2C16.4477153%2011%2C17%20C11%2C17.5522847%2011.4477153%2C18%2012%2C18%20C12.5522847%2C18%2013%2C17.5522847%2013%2C17%20C13%2C16.4477153%2012.5522847%2C16%2012%2C16%20Z%20M9.89442719%2C9.4472136%20C10.3379256%2C8.56021682%2011.0848813%2C8%2012%2C8%20C13.1597342%2C8%2014%2C8.7469029%2014%2C10%20C14%2C10.6577751%2013.7269383%2C11.0218574%2012.9452998%2C11.5429497%20C12.8568273%2C11.6019314%2012.4876867%2C11.8402126%2012.3945186%2C11.9023247%20C11.4689823%2C12.5193489%2011%2C13.0725075%2011%2C14%20C11%2C14.5522847%2011.4477153%2C15%2012%2C15%20C12.5522847%2C15%2013%2C14.5522847%2013%2C14%20C13%2C13.9485262%2013.0900021%2C13.8423698%2013.5039189%2C13.5664253%20C13.5806727%2C13.5152561%2013.9498133%2C13.2769749%2014.0547002%2C13.2070503%20C15.3355617%2C12.3531426%2016%2C11.4672249%2016%2C10%20C16%2C7.58643043%2014.2152658%2C6%2012%2C6%20C10.248452%2C6%208.86207442%2C7.03978318%208.10557281%2C8.5527864%20C7.85858356%2C9.0467649%208.05880791%2C9.64743794%208.5527864%2C9.89442719%20C9.0467649%2C10.1414164%209.64743794%2C9.94119209%209.89442719%2C9.4472136%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_hourglass {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M4%2C3.5%20L4%2C3.5%20C4%2C4.32842712%204.67157288%2C5%205.5%2C5%20L6%2C5%20L6%2C7%20C6%2C9.085938%207.070313%2C10.925781%208.6875%2C12%20C7.070313%2C13.074219%206%2C14.914063%206%2C17%20L6%2C19%20L5.5%2C19%20C4.67157288%2C19%204%2C19.6715729%204%2C20.5%20L4%2C20.5%20C4%2C21.3284271%204.67157288%2C22%205.5%2C22%20L18.5%2C22%20C19.3284271%2C22%2020%2C21.3284271%2020%2C20.5%20L20%2C20.5%20C20%2C19.6715729%2019.3284271%2C19%2018.5%2C19%20L18%2C19%20L18%2C17%20C18%2C14.914063%2016.929688%2C13.074219%2015.3125%2C12%20C16.929688%2C10.925781%2018%2C9.085938%2018%2C7%20L18%2C5%20L18.5%2C5%20C19.3284271%2C5%2020%2C4.32842712%2020%2C3.5%20L20%2C3.5%20C20%2C2.67157288%2019.3284271%2C2%2018.5%2C2%20L5.5%2C2%20C4.67157288%2C2%204%2C2.67157288%204%2C3.5%20Z%20M8%2C5%20L16%2C5%20L16%2C7%20C16%2C8.07523194%2015.2475929%2C9.22100204%2013.7427788%2C10.4373103%20L13.7427761%2C10.4373069%20C13.2729997%2C10.8170168%2013%2C11.3887029%2013%2C11.9927472%20L12.9999824%2C12.0072266%20C12.9999824%2C12.6112758%2013.2729847%2C13.1829664%2013.7427654%2C13.5626788%20C15.2475885%2C14.7789911%2016%2C15.9247648%2016%2C17%20L16%2C19%20L15%2C19%20C15%2C17.34375%2013.65625%2C16%2012%2C16%20C10.34375%2C16%209%2C17.34375%209%2C19%20L8%2C19%20L8%2C17%20C8%2C15.9247681%208.75240705%2C14.778998%2010.2572212%2C13.5626897%20L10.2572239%2C13.5626931%20C10.7270003%2C13.1829832%2011%2C12.6112971%2011%2C12.0072528%20L11.0000176%2C11.9927734%20C11.0000176%2C11.3887242%2010.7270153%2C10.8170336%2010.2572346%2C10.4373212%20C8.75241154%2C9.22100888%208%2C8.07523515%208%2C7%20L8%2C5%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_idea {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M12%2C2%20C7.59375%2C2%204%2C5.59375%204%2C10%20C4%2C12.363281%205.195313%2C13.980469%206.21875%2C15.21875%20C7.242188%2C16.457031%208%2C17.320313%208%2C18.3125%20L8%2C20%20C8%2C21.105469%208.894531%2C22%2010%2C22%20L10.28125%2C22%20C10.628906%2C22.597656%2011.261719%2C23%2012%2C23%20C12.738281%2C23%2013.371094%2C22.597656%2013.71875%2C22%20L14%2C22%20C15.105469%2C22%2016%2C21.105469%2016%2C20%20L16%2C18.3125%20C16%2C17.339844%2016.753906%2C16.496094%2017.78125%2C15.25%20C18.808594%2C14.003906%2020%2C12.355469%2020%2C10%20C20%2C5.59375%2016.40625%2C2%2012%2C2%20Z%20M12%2C4%20C15.324219%2C4%2018%2C6.675781%2018%2C10%20C18%2C11.699219%2017.191406%2C12.785156%2016.21875%2C13.96875%20C15.304688%2C15.074219%2014.144531%2C16.296875%2014%2C18%20L10%2C18%20C9.855469%2C16.285156%208.695313%2C15.070313%207.78125%2C13.96875%20C6.804688%2C12.792969%206%2C11.707031%206%2C10%20C6%2C6.675781%208.675781%2C4%2012%2C4%20Z%20M2.75%2C4.15625%20C2.359375%2C4.160156%202.003906%2C4.398438%201.84375%2C4.78125%20C1.632813%2C5.292969%201.863281%2C5.882813%202.375%2C6.09375%20C2.886719%2C6.304688%203.476563%2C6.042969%203.6875%2C5.53125%20C3.898438%2C5.019531%203.667969%2C4.429688%203.15625%2C4.21875%20C3.027344%2C4.164063%202.878906%2C4.15625%202.75%2C4.15625%20Z%20M21.3125%2C4.15625%20C21.183594%2C4.15625%2021.066406%2C4.164063%2020.9375%2C4.21875%20C20.425781%2C4.429688%2020.164063%2C5.019531%2020.375%2C5.53125%20C20.585938%2C6.042969%2021.175781%2C6.304688%2021.6875%2C6.09375%20C22.199219%2C5.882813%2022.460938%2C5.292969%2022.25%2C4.78125%20C22.089844%2C4.398438%2021.703125%2C4.160156%2021.3125%2C4.15625%20Z%20M2%2C9%20C1.445313%2C9%201%2C9.445313%201%2C10%20C1%2C10.554688%201.445313%2C11%202%2C11%20C2.554688%2C11%203%2C10.554688%203%2C10%20C3%2C9.445313%202.554688%2C9%202%2C9%20Z%20M22%2C9%20C21.449219%2C9%2021%2C9.449219%2021%2C10%20C21%2C10.550781%2021.449219%2C11%2022%2C11%20C22.550781%2C11%2023%2C10.550781%2023%2C10%20C23%2C9.449219%2022.550781%2C9%2022%2C9%20Z%20M21.21875%2C13.8125%20C20.828125%2C13.816406%2020.472656%2C14.054688%2020.3125%2C14.4375%20C20.101563%2C14.949219%2020.332031%2C15.539063%2020.84375%2C15.75%20C21.355469%2C15.960938%2021.945313%2C15.730469%2022.15625%2C15.21875%20C22.367188%2C14.707031%2022.136719%2C14.117188%2021.625%2C13.90625%20C21.496094%2C13.851563%2021.347656%2C13.8125%2021.21875%2C13.8125%20Z%20M2.78125%2C13.84375%20C3.171875%2C13.847656%203.527344%2C14.085938%203.6875%2C14.46875%20C3.898438%2C14.980469%203.667969%2C15.570313%203.15625%2C15.78125%20C2.644531%2C15.992188%202.054688%2C15.730469%201.84375%2C15.21875%20C1.632813%2C14.707031%201.863281%2C14.117188%202.375%2C13.90625%20C2.503906%2C13.851563%202.652344%2C13.84375%202.78125%2C13.84375%20Z%20M14%2C18%20L13.0131917%2C18%20L13%2C16%20C13%2C14.4971007%2013.5863359%2C12.2430005%2014.4598784%2C11.0200411%20L15.0933822%2C10.1331358%20C15.3070686%2C9.83397481%2015.2731525%2C9.42417428%2015.0131917%2C9.16421356%20C14.7942403%2C8.94526215%2014.4392499%2C8.94526215%2014.2202985%2C9.16421356%20L13.7202985%2C9.66421356%20C12.8346804%2C10.5498316%2011.3988098%2C10.5498316%2010.5131917%2C9.66421356%20L10.0131917%2C9.16421356%20C9.79424032%2C8.94526215%209.43924993%2C8.94526215%209.22029852%2C9.16421356%20C8.9603378%2C9.42417428%208.92642167%2C9.83397481%209.14010806%2C10.1331358%20L9.77361186%2C11.0200411%20C10.6471543%2C12.2430005%2011.0131917%2C14.4971007%2011.0131917%2C16%20L11.0131917%2C18%20L10.0131917%2C18%20L10.0131917%2C16%20C10.0131917%2C14.7055237%209.71227746%2C12.654638%208.95987839%2C11.6012793%20L8.32637459%2C10.714374%20C7.82855622%2C10.0174282%207.90756954%2C9.06272898%208.51319174%2C8.45710678%20C9.12266744%2C7.84763107%2010.1108228%2C7.84763107%2010.7202985%2C8.45710678%20L11.2202985%2C8.95710678%20C11.7153923%2C9.45220057%2012.5180979%2C9.45220057%2013.0131917%2C8.95710678%20L13.5131917%2C8.45710678%20C14.1226674%2C7.84763107%2015.1108228%2C7.84763107%2015.7202985%2C8.45710678%20C16.3259207%2C9.06272898%2016.404934%2C10.0174282%2015.9071157%2C10.714374%20L15.2736119%2C11.6012793%20C14.5212128%2C12.654638%2014%2C14.7055237%2014%2C16%20L14%2C18%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_idea_good {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M12.2588461%2C15.9999999%20L14.518241%2C7.86617807%20C14.5921489%2C7.60010994%2014.8677538%2C7.44433323%2015.1338219%2C7.51824105%20C15.3998901%2C7.59214886%2015.5556668%2C7.86775381%2015.481759%2C8.13382193%20L13.2967095%2C16%20L13.824241%2C16%20C14.5305071%2C16%2015.1844088%2C15.6274995%2015.5445979%2C15.0199821%20C17.1895146%2C12.2455882%2018%2C10.2062843%2018%2C9%20C18%2C5.55228475%2015.4477153%2C3%2012%2C3%20C8.55228475%2C3%206%2C5.55228475%206%2C9%20C6%2C10.206285%206.81048625%2C12.2455903%208.45540464%2C15.0199864%20C8.81559478%2C15.6274999%209.46949672%2C15.9999998%2010.1757613%2C15.9999998%20L10.7032905%2C15.9999998%20L8.51824105%2C8.13382193%20C8.44433323%2C7.86775381%208.60010994%2C7.59214886%208.86617807%2C7.51824105%20C9.13224619%2C7.44433323%209.40785114%2C7.60010994%209.48175895%2C7.86617807%20L11.7411539%2C15.9999999%20L12.2588461%2C15.9999999%20Z%20M12%2C1%20C16.5522847%2C1%2020%2C4.44771525%2020%2C9%20C20%2C10.6640476%2019.0803363%2C12.9780606%2017.2649568%2C16.0399651%20C16.5445801%2C17.2549972%2015.2367738%2C18%2013.8242409%2C18%20L10.1757612%2C17.9999998%20C8.76323211%2C17.9999998%207.45542815%2C17.2549999%206.73504783%2C16.0399729%20C4.91966457%2C12.9780628%204%2C10.6640484%204%2C9%20C4%2C4.44771525%207.44771525%2C1%2012%2C1%20Z%20M9%2C19%20L15%2C19%20C15.5522847%2C19%2016%2C19.4477153%2016%2C20%20C16%2C21.6568542%2014.6568542%2C23%2013%2C23%20L11%2C23%20C9.34314575%2C23%208%2C21.6568542%208%2C20%20C8%2C19.4477153%208.44771525%2C19%209%2C19%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_idea_shit {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M17.1982373%2C11.4996384%20C15.2097033%2C11.4946052%2014.364563%2C11.4344172%2013.2574644%2C11.1576425%20C11.7753612%2C10.7871167%2010.3953221%2C10.04781%208.8598156%2C8.76822128%20C8.80633452%2C8.72365371%208.75868402%2C8.67468484%208.7169521%2C8.62228261%20C8.36256605%2C8.48944284%207.98734818%2C8.46646716%207.62461082%2C8.55406195%20C7.0859022%2C8.68422198%206.60802754%2C9.03781544%206.30710433%2C9.54334575%20C5.94948072%2C10.178523%205.79042177%2C10.9344997%205.88283208%2C11.6935397%20C5.89622475%2C11.8177019%205.92770463%2C11.9586603%205.97844509%2C12.1216653%20C6.03479548%2C12.1524393%206.08899157%2C12.189118%206.1401844%2C12.2317787%20C8.69097664%2C14.3574389%2014.4580829%2C14.7898331%2018.8670809%2C13.1227467%20C18.6416744%2C12.3401009%2018.0741007%2C11.7460805%2017.3842334%2C11.567802%20C17.3189587%2C11.5509334%2017.2568018%2C11.5279602%2017.1982373%2C11.4996384%20Z%20M16.7067302%2C9.49685455%20C16.6624465%2C9.01282302%2016.491434%2C8.58024754%2016.2233678%2C8.21965736%20C16.0782203%2C8.02441235%2015.9077649%2C7.84196976%2015.6941068%2C7.64747812%20C15.6104923%2C7.57136427%2015.521214%2C7.49410957%2015.4119807%2C7.40268246%20C15.349542%2C7.35042191%2015.1354004%2C7.17371597%2015.1153303%2C7.15703825%20C14.5728323%2C6.70796601%2014.2359066%2C6.36745363%2014.0043146%2C5.97542223%20C13.749363%2C5.54384705%2013.6400418%2C5.11176256%2013.6727381%2C4.58526803%20C12.7681713%2C4.97905673%2012.1445466%2C5.37050398%2011.7191608%2C5.78158949%20C11.3710124%2C6.11803491%2011.1599552%2C6.5043862%2011.0425317%2C6.92998891%20C11.0279528%2C6.98121335%2010.8747704%2C7.56011303%2010.8274302%2C7.69225215%20C10.8197601%2C7.71366143%2010.8118807%2C7.73463366%2010.8038018%2C7.75509578%20C11.8406765%2C8.52399412%2012.7709134%2C8.97445195%2013.7425356%2C9.2173575%20C14.5564797%2C9.42084352%2015.2373936%2C9.48327598%2016.7067302%2C9.49685455%20Z%20M20.4856217%2C14.6147377%20C15.3439834%2C16.9557937%208.2024454%2C16.5537461%204.8598156%2C13.7682213%20C4.85908121%2C13.7676093%204.85834792%2C13.7669965%204.85761572%2C13.7663828%20C4.77574338%2C13.7787792%204.70210278%2C13.7948721%204.63325379%2C13.8152895%20C4.08240755%2C13.9763369%203.60331371%2C14.3582631%203.31072926%2C14.8857226%20C2.67743807%2C16.05096%203.05620851%2C17.5397319%204.12119889%2C18.171041%20C4.60826275%2C18.4521922%205.38736441%2C18.8162002%206.40372246%2C19.146663%20C8.0506231%2C19.6821419%209.92466385%2C20%2012.0012572%2C20%20C14.085099%2C20%2015.9602627%2C19.6884559%2017.5956654%2C19.163445%20C18.6712096%2C18.8168064%2019.4601071%2C18.4499177%2019.8760289%2C18.1748901%20C20.9424232%2C17.5318612%2021.3211328%2C16.0602138%2020.6965279%2C14.9369053%20C20.6342259%2C14.8217879%2020.5636698%2C14.7142737%2020.4856217%2C14.6147377%20Z%20M9.11672423%2C6.39036033%20C9.32146961%2C5.64804018%209.70409528%2C4.94762409%2010.3293267%2C4.34340963%20C11.0312477%2C3.66508527%2012.0080679%2C3.08591055%2013.3890622%2C2.53783551%20L14.5838095%2C2.06908551%20C15.3116748%2C1.78351311%2016.070969%2C2.4061735%2015.9334603%2C3.1758688%20L15.6975899%2C4.49596776%20C15.6447458%2C4.77910839%2015.6539047%2C4.83563869%2015.7262894%2C4.95816959%20C15.807436%2C5.09553187%2016.0157591%2C5.30607268%2016.3920527%2C5.61756545%20C16.4086475%2C5.63135347%2016.6267615%2C5.81133733%2016.6956561%2C5.86900142%20C16.8245097%2C5.97685058%2016.9337897%2C6.07141324%2017.0404263%2C6.16848388%20C17.343076%2C6.44398405%2017.5993151%2C6.71824308%2017.8284299%2C7.02643672%20C18.3931203%2C7.78603168%2018.7181823%2C8.72277007%2018.7181823%2C9.75%20C18.7181823%2C9.81865377%2018.7169467%2C9.88631509%2018.7144937%2C9.95317872%20C19.6131966%2C10.4279665%2020.3123836%2C11.2487547%2020.6814088%2C12.2424777%20C21.4239863%2C12.6241835%2022.0406895%2C13.2186194%2022.4499431%2C13.9749262%20C23.5889965%2C16.0231884%2022.9041653%2C18.6844101%2020.9455588%2C19.8643314%20C20.4054505%2C20.2229532%2019.4512953%2C20.6666975%2018.2080831%2C21.0673733%20C16.3796237%2C21.6543618%2014.2992494%2C22%2012.0012572%2C22%20C9.70687842%2C22%207.62547719%2C21.6469712%205.78530302%2C21.0486508%20C4.62295361%2C20.6707197%203.72094856%2C20.2492894%203.11139465%2C19.8973557%20C1.09575113%2C18.702661%200.414744262%2C16.0259372%201.55760561%2C13.9231821%20C2.08038963%2C12.9805931%202.9197208%2C12.2830821%203.89912845%2C11.9501977%20C3.75252116%2C10.7449395%204.00143002%2C9.56192361%204.5761991%2C8.54164357%20C5.16379725%2C7.55344966%206.09166176%2C6.86689553%207.15501839%2C6.60997272%20C7.78250954%2C6.45844446%208.4309458%2C6.46696562%209.050717%2C6.63181542%20C9.07795164%2C6.5310033%209.10328791%2C6.43752487%209.11672423%2C6.39036033%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_incognito {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.99909%206.85127C8.23331%206.22668%209.00177%206.00216%209.53542%206.40239L10.2%206.90083C11.2667%207.70083%2012.7333%207.70083%2013.8%206.90083L14.4646%206.40239C14.9982%206.00216%2015.7667%206.22668%2016.0009%206.85127L17.557%2011.0008H6.443L7.99909%206.85127ZM17.8736%206.14902L19.693%2011.0008H21C21.5523%2011.0008%2022%2011.4485%2022%2012.0008C22%2012.5531%2021.5523%2013.0008%2021%2013.0008H19H5H3C2.44772%2013.0008%202%2012.5531%202%2012.0008C2%2011.4485%202.44772%2011.0008%203%2011.0008H4.307L6.12643%206.14902C6.82909%204.27527%209.13448%203.60169%2010.7354%204.80239L11.4%205.30083C11.7556%205.5675%2012.2444%205.5675%2012.6%205.30083L13.2646%204.80239C14.8655%203.60169%2017.1709%204.27527%2017.8736%206.14902ZM6%2017.5008C6%2016.6724%206.67157%2016.0008%207.5%2016.0008C8.32843%2016.0008%209%2016.6724%209%2017.5008C9%2018.3293%208.32843%2019.0008%207.5%2019.0008C6.67157%2019.0008%206%2018.3293%206%2017.5008ZM7.5%2014.0008C5.567%2014.0008%204%2015.5678%204%2017.5008C4%2019.4338%205.567%2021.0008%207.5%2021.0008C9.433%2021.0008%2011%2019.4338%2011%2017.5008C11%2017.3311%2010.9879%2017.1641%2010.9646%2017.0008H13.0354C13.0121%2017.1641%2013%2017.3311%2013%2017.5008C13%2019.4338%2014.567%2021.0008%2016.5%2021.0008C18.433%2021.0008%2020%2019.4338%2020%2017.5008C20%2015.5678%2018.433%2014.0008%2016.5%2014.0008C15.5463%2014.0008%2014.6818%2014.3822%2014.0505%2015.0008H9.94949C9.31822%2014.3822%208.45365%2014.0008%207.5%2014.0008ZM16.5%2016.0008C15.6716%2016.0008%2015%2016.6724%2015%2017.5008C15%2018.3293%2015.6716%2019.0008%2016.5%2019.0008C17.3284%2019.0008%2018%2018.3293%2018%2017.5008C18%2016.6724%2017.3284%2016.0008%2016.5%2016.0008Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_info {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M12%2C2%20C6.488281%2C2%202%2C6.488281%202%2C12%20C2%2C17.511719%206.488281%2C22%2012%2C22%20C17.511719%2C22%2022%2C17.511719%2022%2C12%20C22%2C6.488281%2017.511719%2C2%2012%2C2%20Z%20M12%2C4%20C16.429688%2C4%2020%2C7.570313%2020%2C12%20C20%2C16.429688%2016.429688%2C20%2012%2C20%20C7.570313%2C20%204%2C16.429688%204%2C12%20C4%2C7.570313%207.570313%2C4%2012%2C4%20Z%20M12%2C7%20C11.4477153%2C7%2011%2C7.44771525%2011%2C8%20C11%2C8.55228475%2011.4477153%2C9%2012%2C9%20C12.5522847%2C9%2013%2C8.55228475%2013%2C8%20C13%2C7.44771525%2012.5522847%2C7%2012%2C7%20Z%20M12%2C10%20C11.4477153%2C10%2011%2C10.4477153%2011%2C11%20L11%2C16%20C11%2C16.5522847%2011.4477153%2C17%2012%2C17%20C12.5522847%2C17%2013%2C16.5522847%2013%2C16%20L13%2C11%20C13%2C10.4477153%2012.5522847%2C10%2012%2C10%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_interest {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M6%202H18C19.1046%202%2020%202.89543%2020%204V19H6V20H19C19.5523%2020%2020%2020.4477%2020%2021C20%2021.5523%2019.5523%2022%2019%2022H6C4.89844%2022%204%2021.1016%204%2020V4C4%202.89844%204.89844%202%206%202ZM6%204V17H18V4H6ZM12%206C13.1%206%2014%206.9%2014%208C14%209.1%2013.1%2010%2012%2010C10.9%2010%2010%209.1%2010%208C10%206.9%2010.9%206%2012%206ZM12%2011C14.8021%2011%2016%2012.8438%2016%2012.8438V15H8V12.8438C8%2012.8438%209.19792%2011%2012%2011Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_invest {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M11.0006037%2C16.9649229%20C9.76115496%2C16.8685084%208.94679789%2C16.5681428%208%2C16%20L7.5527864%2C15.8944272%20C7.05880791%2C15.6474379%206.85858356%2C15.0467649%207.10557281%2C14.5527864%20C7.35256206%2C14.0588079%207.9532351%2C13.8585836%208%2C14%20L8.4472136%2C14.1055728%20C9.82045833%2C14.7921952%2010.5131411%2C15%2012%2C15%20C13.9%2C15%2015%2C14.5416667%2015%2C14%20C15%2C13.4583333%2013.9%2C13%2012.0189684%2C12.9998201%20C9.17244218%2C13.0538237%207%2C12.1349011%207%2C10%20C7%2C8.12792111%208.62985781%2C7.22599568%2011.0007019%2C7.03781846%20C11.0002354%2C7.02527004%2011%2C7.0126625%2011%2C7%20L11%2C6.5%20C11%2C5.94771525%2011.4477153%2C5.5%2012%2C5.5%20C12.5522847%2C5.5%2013%2C5.94771525%2013%2C6.5%20L13%2C7%20C13%2C7.01192121%2012.9997914%2C7.0237937%2012.9993776%2C7.03561401%20C14.2546313%2C7.13501984%2015.1402458%2C7.45208892%2016.4472136%2C8.10557281%20C16.9411921%2C8.35256206%2017.1414164%2C8.9532351%2016.8944272%2C9.4472136%20C16.6474379%2C9.94119209%2016.0467649%2C10.1414164%2015.5527864%2C9.89442719%20C14.1795417%2C9.20780482%2013.4868589%2C9%2012%2C9%20C10.1%2C9%209%2C9.45833333%209%2C10%20C9%2C10.5570612%2010.1305807%2C11.0352862%2012%2C11%20C14.9%2C11%2017%2C11.875%2017%2C14%20C17%2C15.8720789%2015.3701422%2C16.7740043%2012.9992981%2C16.9621815%20C12.9997646%2C16.97473%2013%2C16.9873375%2013%2C17%20L13%2C17.5%20C13%2C18.0522847%2012.5522847%2C18.5%2012%2C18.5%20C11.4477153%2C18.5%2011%2C18.0522847%2011%2C17.5%20L11%2C17%20C11%2C16.9882593%2011.0002023%2C16.9765658%2011.0006037%2C16.9649229%20Z%20M12%2C23%20C5.92486775%2C23%201%2C18.0751322%201%2C12%20C1%2C5.92486775%205.92486775%2C1%2012%2C1%20C18.0751322%2C1%2023%2C5.92486775%2023%2C12%20C23%2C18.0751322%2018.0751322%2C23%2012%2C23%20Z%20M12%2C21%20C16.9705627%2C21%2021%2C16.9705627%2021%2C12%20C21%2C7.02943725%2016.9705627%2C3%2012%2C3%20C7.02943725%2C3%203%2C7.02943725%203%2C12%20C3%2C16.9705627%207.02943725%2C21%2012%2C21%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_invoice {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5.00009%203C3.34331%203%202.00019%204.34303%202.00012%205.99982C1.99996%209.99994%201.99996%2014.0001%202.00012%2018.0002C2.00019%2019.657%203.34331%2021%205.00009%2021H19.0002C20.6571%2021%2022.0002%2019.6569%2022.0002%2018C22.0002%2014%2022.0002%2010%2022.0002%205.99999C22.0002%204.34314%2020.6571%203%2019.0002%203H5.00009ZM4.00022%206C4.00022%205.44772%204.44794%205%205.00022%205H19.0004C19.5526%205%2020.0003%205.44763%2020.0004%205.99986L20.002%2017.9999C20.0021%2018.5522%2019.5544%2019%2019.002%2019H5.00022C4.44794%2019%204.00022%2018.5523%204.00022%2018V6ZM7.00022%207C6.44794%207%206.00022%207.44772%206.00022%208C6.00022%208.55228%206.44794%209%207.00022%209H12.0002C12.5525%209%2013.0002%208.55228%2013.0002%208C13.0002%207.44772%2012.5525%207%2012.0002%207H7.00022ZM16.0002%207C15.4479%207%2015.0002%207.44772%2015.0002%208C15.0002%208.55228%2015.4479%209%2016.0002%209H17.0002C17.5525%209%2018.0002%208.55228%2018.0002%208C18.0002%207.44772%2017.5525%207%2017.0002%207H16.0002ZM7.00022%2011C6.44794%2011%206.00022%2011.4477%206.00022%2012C6.00022%2012.5523%206.44794%2013%207.00022%2013H12.0002C12.5525%2013%2013.0002%2012.5523%2013.0002%2012C13.0002%2011.4477%2012.5525%2011%2012.0002%2011H7.00022ZM16.0002%2011C15.4479%2011%2015.0002%2011.4477%2015.0002%2012C15.0002%2012.5523%2015.4479%2013%2016.0002%2013H17.0002C17.5525%2013%2018.0002%2012.5523%2018.0002%2012C18.0002%2011.4477%2017.5525%2011%2017.0002%2011H16.0002ZM14.0002%2015C13.4479%2015%2013.0002%2015.4477%2013.0002%2016C13.0002%2016.5523%2013.4479%2017%2014.0002%2017H17.0002C17.5525%2017%2018.0002%2016.5523%2018.0002%2016C18.0002%2015.4477%2017.5525%2015%2017.0002%2015H14.0002Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_iphone {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.3076923%2C1%20L7.69230769%2C1%20C6.20615385%2C1%205%2C2.12%205%2C3.5%20L5%2C20.5%20C5%2C21.879999%206.20615385%2C23%207.69230769%2C23%20L16.3076923%2C23%20C17.7938462%2C23%2019%2C21.879999%2019%2C20.5%20L19%2C3.5%20C19%2C2.12%2017.7938462%2C1%2016.3076923%2C1%20Z%20M12%2C22%20C11.17%2C22%2010.5%2C21.33%2010.5%2C20.5%20C10.5%2C19.67%2011.17%2C19%2012%2C19%20C12.83%2C19%2013.5%2C19.67%2013.5%2C20.5%20C13.5%2C21.33%2012.83%2C22%2012%2C22%20Z%20M17%2C18%20L7%2C18%20L7%2C4%20L17%2C4%20L17%2C18%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_kn {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M6.99807863%2C9.0625%20L8.00192137%2C9.0625%20C8.03418365%2C9.58567061%208.46870592%2C10%209%2C10%20C9.53129408%2C10%209.96581635%2C9.58567061%209.99807863%2C9.0625%20L11.0019214%2C9.0625%20C11.0341836%2C9.58567061%2011.4687059%2C10%2012%2C10%20C12.5312941%2C10%2012.9658164%2C9.58567061%2012.9980786%2C9.0625%20L14.0019214%2C9.0625%20C14.0341836%2C9.58567061%2014.4687059%2C10%2015%2C10%20C15.5312941%2C10%2015.9658164%2C9.58567061%2015.9980786%2C9.0625%20L17.0019214%2C9.0625%20C17.0341836%2C9.58567061%2017.4687059%2C10%2018%2C10%20C18.5522847%2C10%2019%2C9.55228475%2019%2C9%20C19%2C8.93189412%2018.9931916%2C8.86537843%2018.9802183%2C8.80109641%20C19.3094624%2C8.50084902%2019.4075471%2C8.00535027%2019.1889692%2C7.59361055%20L17.5631976%2C4.53111055%20C17.3897072%2C4.20430314%2017.0499434%2C4%2016.6799407%2C4%20L7.32005929%2C4%20C6.95005659%2C4%206.61029278%2C4.20430314%206.43680242%2C4.53111055%20L4.81103082%2C7.59361055%20C4.73437221%2C7.73801397%204.69428768%2C7.89901028%204.69428768%2C8.0625%20C4.69428768%2C8.35489204%204.81977703%2C8.61797447%205.019836%2C8.80082756%20C5.0068274%2C8.86519296%205%2C8.93179917%205%2C9%20C5%2C9.55228475%205.44771525%2C10%206%2C10%20C6.53129408%2C10%206.96581635%2C9.58567061%206.99807863%2C9.0625%20Z%20M4.73610952%2C3.13262197%20C5.06936027%2C2.44023692%205.76982528%2C2%206.53823475%2C2%20L17.4617652%2C2%20C18.2301747%2C2%2018.9306397%2C2.44023692%2019.2638905%2C3.13262197%20L21.9375%2C8.6875%20L22%2C8.84375%20L22%2C9%20C22%2C9.878906%2021.609375%2C10.667969%2021%2C11.21875%20L21%2C19%20C21%2C20.6568542%2019.6568542%2C22%2018%2C22%20L6%2C22%20C4.34314575%2C22%203%2C20.6568542%203%2C19%20L3%2C11.21875%20C2.390625%2C10.667969%202%2C9.878906%202%2C9%20L2%2C8.84375%20L2.0625%2C8.6875%20L4.73610952%2C3.13262197%20Z%20M13%2C12%20L13%2C20%20L18%2C20%20C18.5522847%2C20%2019%2C19.5522847%2019%2C19%20L19%2C12%20L13%2C12%20Z%20M5%2C12%20L5%2C19%20C5%2C19.5522847%205.44771525%2C20%206%2C20%20L11%2C20%20L11%2C12%20L5%2C12%20Z%20M10%2C15%20C9.449219%2C15%209%2C15.449219%209%2C16%20C9%2C16.550781%209.449219%2C17%2010%2C17%20L10%2C15%20Z%20M14%2C15%20L14%2C17%20C14.550781%2C17%2015%2C16.550781%2015%2C16%20C15%2C15.449219%2014.550781%2C15%2014%2C15%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2051%20(57462)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0D%0A%20%20%20%20%3Ctitle%3Emark%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22mark%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Rectangle-19%22%20points%3D%220%200%2024%200%2024%2024%200%2024%22%3E%3C%2Fpolygon%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20%2C12%20C20%2C16.4183%2016.4185%2C20%2012%2C20%20C7.58154%2C20%204%2C16.4183%204%2C12%20C4%2C7.58167%207.58154%2C4%2012%2C4%20C16.4185%2C4%2020%2C7.58167%2020%2C12%20Z%20M22%2C12%20C22%2C17.5228%2017.5229%2C22%2012%2C22%20C6.47705%2C22%202%2C17.5228%202%2C12%20C2%2C6.47717%206.47705%2C2%2012%2C2%20C17.5229%2C2%2022%2C6.47717%2022%2C12%20Z%20M15%2C12%20C15%2C13.6569%2013.6567%2C15%2012%2C15%20C10.3433%2C15%209%2C13.6569%209%2C12%20C9%2C10.3431%2010.3433%2C9%2012%2C9%20C13.6567%2C9%2015%2C10.3431%2015%2C12%20Z%20M17%2C12%20C17%2C14.7615%2014.7612%2C17%2012%2C17%20C9.23877%2C17%207%2C14.7615%207%2C12%20C7%2C9.23853%209.23877%2C7%2012%2C7%20C14.7612%2C7%2017%2C9.23853%2017%2C12%20Z%22%20id%3D%22Shape%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_letter {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M4%2C3%20C2.5%2C3%201%2C4.5%201%2C6%20L1%2C18%20C1%2C19.5%202.5%2C21%204%2C21%20L20%2C21%20C21.5%2C21%2023%2C19.5%2023%2C18%20L23%2C6%20C23%2C4.5%2021.5%2C3%2020%2C3%20L4%2C3%20Z%20M21%2C8.35341439%20L12%2C12.4034144%20L3%2C8.35341439%20L3%2C6%20C3%2C5.44771525%203.44771525%2C5%204%2C5%20L20%2C5%20C20.5522847%2C5%2021%2C5.44771525%2021%2C6%20L21%2C8.35341439%20Z%20M21%2C10.5465856%20L21%2C18%20C21%2C18.5522847%2020.5522847%2C19%2020%2C19%20L4%2C19%20C3.44771525%2C19%203%2C18.5522847%203%2C18%20L3%2C10.5465856%20L11.1792706%2C14.2272574%20C11.7012173%2C14.4621334%2012.2987827%2C14.4621334%2012.8207294%2C14.2272574%20L21%2C10.5465856%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_lightning {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M9.74606%2015.0002H5.97499C5.54916%2015.0002%205.13445%2014.8643%204.79122%2014.6122C3.90091%2013.9585%203.70916%2012.7067%204.36294%2011.8164L11.6332%201.9159C12.0863%201.29885%2012.8519%200.994591%2013.605%201.13229C14.6915%201.33098%2015.4113%202.37287%2015.2126%203.45942L14.1994%209.0002H17.9812C18.419%209.0002%2018.8448%209.14389%2019.1931%209.40922C20.0718%2010.0785%2020.2415%2011.3335%2019.5721%2012.2121L12.0467%2022.0913C11.5714%2022.7152%2010.7753%2023.0038%2010.0107%2022.8293C8.93381%2022.5835%208.26007%2021.5113%208.50584%2020.4344L9.74606%2015.0002ZM5.97499%2013.0002H12.2539L10.4557%2020.8794L17.9812%2011.0002H11.8006L13.2452%203.09967L5.97499%2013.0002Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_like {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M3.00748643%2C9.61765997%20C3.00271817%2C9.6298456%203.00022269%2C10.2969139%203%2C11.6188648%20L11.7761457%2C11.6188648%20L11.272711%2C14.0279707%20L10.6598191%2C16.960633%20L14.9910671%2C12.6294378%20C14.9964386%2C12.6239917%2014.9994162%2C9.28713406%2015%2C2.61886478%20L6.00064073%2C2.61886478%20L3.00748643%2C9.61765997%20Z%20M8.89705685%2C15.6188648%20L8.98254836%2C15.2097588%20L9.315%2C13.6188648%20L7.68974065%2C13.6188648%20L7.27179749%2C13.6188648%20L3%2C13.6188648%20C1.895%2C13.6188648%201%2C12.7238648%201%2C11.6188648%20L1%2C9.61886478%20C1%2C9.36386478%201.055%2C9.11886478%201.1449995%2C8.88886478%20L4.16%2C1.83886478%20C4.46%2C1.12386478%205.17%2C0.61886478%206%2C0.61886478%20L15%2C0.61886478%20C16.105%2C0.61886478%2017%2C1.51386478%2017%2C2.61886478%20L17%2C12.6188648%20C17%2C13.1688648%2016.775%2C13.6688648%2016.415%2C14.0338648%20L10.890012%2C19.5588527%20C10.3037765%2C20.1450882%209.35399408%2C20.1473282%208.765%2C19.5638643%20C8.495%2C19.2938638%208.325%2C18.9188658%208.325%2C18.5038648%20C8.325%2C18.3938643%208.34%2C18.2888648%208.36%2C18.1888643%20L8.89705685%2C15.6188648%20Z%20M19%2C0.61886478%20L23%2C0.61886478%20L23%2C12.6188648%20L19%2C12.6188648%20L19%2C0.61886478%20Z%22%20transform%3D%22rotate(180%2012%2010.31)%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_like_full {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15%2C0.61886478%20L6%2C0.61886478%20C5.17%2C0.61886478%204.46%2C1.12386478%204.16%2C1.83886478%20L1.1449995%2C8.88886478%20C1.055%2C9.11886478%201%2C9.36386478%201%2C9.61886478%20L1%2C11.6188648%20C1%2C12.7238648%201.895%2C13.6188648%203%2C13.6188648%20L9.315%2C13.6188648%20L8.36%2C18.1888643%20C8.34%2C18.2888648%208.325%2C18.3938643%208.325%2C18.5038648%20C8.325%2C18.9188658%208.495%2C19.2938638%208.765%2C19.5638643%20L8.765%2C19.5638643%20C9.35399408%2C20.1473282%2010.3037765%2C20.1450882%2010.890012%2C19.5588527%20L16.415%2C14.0338648%20C16.775%2C13.6688648%2017%2C13.1688648%2017%2C12.6188648%20L17%2C2.61886478%20C17%2C1.51386478%2016.105%2C0.61886478%2015%2C0.61886478%20Z%20M19%2C0.61886478%20L19%2C12.6188648%20L23%2C12.6188648%20L23%2C0.61886478%20L19%2C0.61886478%20Z%22%20transform%3D%22rotate(180%2012%2010.31)%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_link_horizontal {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14%208C14%207.44769%2014.4478%207%2015%207H18C20.7612%207%2023%209.23859%2023%2012C23%2014.7614%2020.7612%2017%2018%2017H15C14.4478%2017%2014%2016.5523%2014%2016C14%2015.4477%2014.4478%2015%2015%2015H18C19.6567%2015%2021%2013.6569%2021%2012C21%2010.3431%2019.6567%209%2018%209H15C14.4478%209%2014%208.55231%2014%208ZM10%2016.0002C10%2016.5525%209.55225%2017.0002%209%2017.0002H6C3.23877%2017.0002%201%2014.7616%201%2012.0002C1%209.23877%203.23877%207.00018%206%207.00018H9C9.55225%207.00018%2010%207.44788%2010%208.00018C10%208.55249%209.55225%209.00018%209%209.00018H6C4.34326%209.00018%203%2010.3433%203%2012.0002C3%2013.657%204.34326%2015.0002%206%2015.0002H9C9.55225%2015.0002%2010%2015.4479%2010%2016.0002ZM7%2011.0001C6.44775%2011.0001%206%2011.4478%206%2012.0001C6%2012.5524%206.44775%2013.0001%207%2013.0001H17C17.5522%2013.0001%2018%2012.5524%2018%2012.0001C18%2011.4478%2017.5522%2011.0001%2017%2011.0001H7Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_list_edit {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2051%20(57462)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0D%0A%20%20%20%20%3Ctitle%3Elist%20edit%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22list-edit%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Rectangle-19%22%20points%3D%220%200%2024%200%2024%2024%200%2024%22%3E%3C%2Fpolygon%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5%2C6%20C4.44772%2C6%204%2C6.44772%204%2C7%20L4%2C19%20C4%2C19.5523%204.44772%2C20%205%2C20%20L17%2C20%20C17.5523%2C20%2018%2C19.5523%2018%2C19%20L18%2C16%20C18%2C15.4477%2018.4477%2C15%2019%2C15%20C19.5523%2C15%2020%2C15.4477%2020%2C16%20L20%2C19%20C20%2C20.6569%2018.6569%2C22%2017%2C22%20L5%2C22%20C3.34315%2C22%202%2C20.6569%202%2C19%20L2%2C7%20C2%2C5.34315%203.34315%2C4%205%2C4%20L8%2C4%20C8.55228%2C4%209%2C4.44772%209%2C5%20C9%2C5.55228%208.55228%2C6%208%2C6%20L5%2C6%20Z%20M19.1216%2C2.707%20L21.293%2C4.87863%20C22.4648%2C6.05014%2022.4648%2C7.94968%2021.293%2C9.12119%20L12.4141%2C18%20L6%2C18%20L6%2C11.5857%20L14.8789%2C2.707%20C16.0503%2C1.53549%2017.9497%2C1.53549%2019.1216%2C2.707%20Z%20M9.45703%2C10.957%20L13.043%2C14.5429%20L18.5859%2C8.99997%20L15%2C5.41403%20L9.45703%2C10.957%20Z%20M8%2C12.5%20L8%2C16%20L11.5%2C16%20L8%2C12.5%20Z%22%20id%3D%22Combined-Shape%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_load {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%202C12.5523%202%2013%202.44772%2013%203V12.5858L16.2929%209.29289C16.6834%208.90237%2017.3166%208.90237%2017.7071%209.29289C18.0976%209.68342%2018.0976%2010.3166%2017.7071%2010.7071L12.7071%2015.7071C12.3166%2016.0976%2011.6834%2016.0976%2011.2929%2015.7071L6.29289%2010.7071C5.90237%2010.3166%205.90237%209.68342%206.29289%209.29289C6.68342%208.90237%207.31658%208.90237%207.70711%209.29289L11%2012.5858V3C11%202.44772%2011.4477%202%2012%202ZM3%2012C3.55228%2012%204%2012.4477%204%2013V17C4%2018.6569%205.34315%2020%207%2020H17C18.6569%2020%2020%2018.6569%2020%2017V13C20%2012.4477%2020.4477%2012%2021%2012C21.5523%2012%2022%2012.4477%2022%2013V17C22%2019.7614%2019.7614%2022%2017%2022H7C4.23858%2022%202%2019.7614%202%2017V13C2%2012.4477%202.44772%2012%203%2012Z%22%20fill%3D%22%23000000%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_loupe {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M10.5%2C16%20C13.5375661%2C16%2016%2C13.5375661%2016%2C10.5%20C16%2C7.46243388%2013.5375661%2C5%2010.5%2C5%20C7.46243388%2C5%205%2C7.46243388%205%2C10.5%20C5%2C13.5375661%207.46243388%2C16%2010.5%2C16%20Z%20M16.5003109%2C15.0003173%20L20.7071068%2C19.2928932%20C21.0976311%2C19.6834175%2021.0976311%2C20.3165825%2020.7071068%2C20.7071068%20C20.3165825%2C21.0976311%2019.6834175%2C21.0976311%2019.2928932%2C20.7071068%20L15.0003173%2C16.5003109%20C13.7467721%2C17.4419886%2012.1885513%2C18%2010.5%2C18%20C6.35786438%2C18%203%2C14.6421356%203%2C10.5%20C3%2C6.35786438%206.35786438%2C3%2010.5%2C3%20C14.6421356%2C3%2018%2C6.35786438%2018%2C10.5%20C18%2C12.1885513%2017.4419886%2C13.7467721%2016.5003109%2C15.0003173%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_m2 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cg%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M2.66381%2C6.0582%20C3.06188%2C5.9161%203.50631%2C6.03962%203.77396%2C6.36675%20L8.51903%2C12.0005%20L13.226%2C6.36675%20C13.4937%2C6.03962%2013.9381%2C5.9161%2014.3362%2C6.0582%20C14.7343%2C6.20029%2015%2C6.57732%2015%2C6.99999%20L15%2C21%20C15%2C21.5523%2014.5523%2C22%2014%2C22%20C13.4477%2C22%2013%2C21.5523%2013%2C21%20L13%2C9.8014%20L9.29299%2C14.2129%20C9.10306%2C14.4451%208.81896%2C14.5797%208.51903%2C14.5797%20C8.2191%2C14.5797%207.935%2C14.4451%207.74507%2C14.2129%20L4%2C9.8014%20L4%2C21%20C4%2C21.5523%203.55228%2C22%203%2C22%20C2.44772%2C22%202%2C21.5523%202%2C21%20L2%2C6.99999%20C2%2C6.57732%202.26574%2C6.20029%202.66381%2C6.0582%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M18.4059%2C3.34338%20C18.1693%2C3.53274%2018%2C3.81035%2018%2C4.25003%20C18%2C4.80231%2017.5523%2C5.25003%2017%2C5.25003%20C16.4477%2C5.25003%2016%2C4.80231%2016%2C4.25003%20C16%2C3.18969%2016.4557%2C2.34229%2017.1566%2C1.78164%20C17.8319%2C1.24133%2018.6886%2C1%2019.5%2C1%20C20.3114%2C0.999997%2021.1681%2C1.24132%2021.8434%2C1.78163%20C22.5443%2C2.34227%2023%2C3.18967%2023%2C4.25%20C23%2C5.25483%2022.4829%2C6.00249%2021.8945%2C6.54184%20C21.3247%2C7.06413%2020.5966%2C7.47566%2019.9819%2C7.81372%20C19.6465%2C7.9982%2019.1936%2C7.9982%2019.1936%2C7.9982%20L22%2C7.9982%20C22.5523%2C7.9982%2023%2C8.44591%2023%2C8.9982%20C23%2C9.55048%2022.5523%2C9.9982%2022%2C9.9982%20L17%2C9.9982%20C16.4477%2C9.9982%2016%2C9.55048%2016%2C8.9982%20C16%2C8.03073%2016.6167%2C7.61849%2017.1646%2C7.18934%20C17.6511%2C6.80827%2018.2703%2C6.47001%2018.8116%2C6.1743%20L18.8117%2C6.1743%20L18.8128%2C6.17369%20C18.8827%2C6.13551%2018.9512%2C6.09805%2019.0181%2C6.06129%20C19.6534%2C5.71184%2020.1753%2C5.40462%2020.543%2C5.06753%20C20.8921%2C4.74751%2021%2C4.49517%2021%2C4.25%20C21%2C3.81033%2020.8307%2C3.53272%2020.5941%2C3.34337%20C20.3319%2C3.13367%2019.9386%2C3%2019.5%2C3%20C19.0614%2C3%2018.6681%2C3.13368%2018.4059%2C3.34338%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_map_pin {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M12%2C1%20C17.0981392%2C1%2021%2C4.9943951%2021%2C10.2727273%20C21%2C13.4748914%2018.7050477%2C17.4145934%2014.1794654%2C22.1990585%20C14.1412561%2C22.2394536%2014.1019311%2C22.2787786%2014.061536%2C22.3169879%20C12.8578455%2C23.4555476%2010.9590762%2C23.4027462%209.82052953%2C22.1990532%20C5.29495064%2C17.4145904%203%2C13.4748902%203%2C10.2727273%20C3%2C4.9943951%206.90186085%2C1%2012%2C1%20Z%20M12%2C3%20C8.01705807%2C3%205%2C6.08860886%205%2C10.2727273%20C5%2C12.8273774%207.06972801%2C16.380442%2011.2735111%2C20.8247007%20C11.6530262%2C21.2259313%2012.2859476%2C21.2435317%2012.6871787%2C20.864011%20C12.7006438%2C20.8512745%2012.7137521%2C20.8381661%2012.7264887%2C20.824701%20C16.9302703%2C16.3804448%2019%2C12.8273784%2019%2C10.2727273%20C19%2C6.08860886%2015.9829419%2C3%2012%2C3%20Z%20M12%2C7%20C10.4168687%2C7%209%2C8.41686875%209%2C10%20C9%2C11.5831313%2010.4168687%2C13%2012%2C13%20C13.5831313%2C13%2015%2C11.5831313%2015%2C10%20C15%2C8.41686875%2013.5831313%2C7%2012%2C7%20Z%20M12%2C5%20C14.6877007%2C5%2017%2C7.31229925%2017%2C10%20C17%2C12.6877007%2014.6877007%2C15%2012%2C15%20C9.31229925%2C15%207%2C12.6877007%207%2C10%20C7%2C7.31229925%209.31229925%2C5%2012%2C5%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_marker {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M6.49158242%2C20%20L21%2C20%20C21.5522847%2C20%2022%2C20.4477153%2022%2C21%20C22%2C21.5522847%2021.5522847%2C22%2021%2C22%20L5%2C22%20C4.44771525%2C22%204%2C21.5522847%204%2C21%20C4%2C20.689039%204.1419344%2C20.4112285%204.36455302%2C20.2278188%20C4.05511091%2C20.1271804%203.76111648%2C19.9675971%203.5%2C19.75%20C2.63225614%2C19.0268801%202.40832882%2C17.7854246%202.96874225%2C16.8047011%20L3.87110715%2C15.2255625%20C3.7244515%2C14.6869917%203.72810539%2C14.1082899%203.89834824%2C13.5550006%20L5.39813325%2C8.6806993%20C5.54203486%2C8.21301909%205.79814961%2C7.78763683%206.14414994%2C7.4416365%20L11.2928932%2C2.29289322%20C11.6834175%2C1.90236893%2012.3165825%2C1.90236893%2012.7071068%2C2.29289322%20C13.0976311%2C2.68341751%2013.0976311%2C3.31658249%2012.7071068%2C3.70710678%20L8.41421356%2C8%20L15%2C14.5857864%20L19.2928932%2C10.2928932%20C19.6834175%2C9.90236893%2020.3165825%2C9.90236893%2020.7071068%2C10.2928932%20C21.0976311%2C10.6834175%2021.0976311%2C11.3165825%2020.7071068%2C11.7071068%20L15.5583635%2C16.8558501%20C15.2123632%2C17.2018504%2014.7869809%2C17.4579651%2014.3193007%2C17.6018667%20L9.44499941%2C19.1016518%20C8.89957203%2C19.2694756%208.32944919%2C19.275411%207.79741988%2C19.1350534%20L6.62463014%2C19.9169132%20C6.58089344%2C19.946071%206.53652271%2C19.9737655%206.49158242%2C20%20Z%20M13.383162%2C15.7973755%20L7.20262449%2C9.61683805%20L5.80990626%2C14.1431723%20C5.70097399%2C14.4972022%205.79665923%2C14.8824457%206.05857848%2C15.1443649%20L7.85563508%2C16.9414215%20C8.11755433%2C17.2033408%208.50279784%2C17.299026%208.85682771%2C17.1900937%20L13.383162%2C15.7973755%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_message {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23000%22%20d%3D%22M19.5820547%2C20.0197804%20C19.5482831%2C20.4096643%2019.400871%2C20.7810742%2019.1580804%2C21.0879988%20C18.4727984%2C21.9543003%2017.2149915%2C22.1010457%2016.3486803%2C21.4157562%20C15.6275463%2C20.8452937%2014.8942044%2C20.3737601%2014.1485348%2C20%20L9.5%2C20%20C4.80557963%2C20%201%2C16.1944204%201%2C11.5%20C1%2C6.80557963%204.80557963%2C3%209.5%2C3%20L14.5%2C3%20C19.1944204%2C3%2023%2C6.80557963%2023%2C11.5%20C23%2C14.1014484%2021.8221285%2C16.5081246%2019.8485028%2C18.106721%20C19.7290653%2C18.7112141%2019.6401668%2C19.3488926%2019.5820547%2C20.0197804%20Z%20M17.9691521%2C17.3245004%20L18.0503651%2C16.9585978%20L18.3520712%2C16.736216%20C20.0054775%2C15.5175216%2021%2C13.5925932%2021%2C11.5%20C21%2C7.91014913%2018.0898509%2C5%2014.5%2C5%20L9.5%2C5%20C5.91014913%2C5%203%2C7.91014913%203%2C11.5%20C3%2C15.0898509%205.91014913%2C18%209.5%2C18%20L14.6058783%2C18%20L14.8099857%2C18.09727%20C15.7628629%2C18.5513759%2016.6894249%2C19.1351845%2017.5894945%2C19.8471963%20C17.6663495%2C18.9601636%2017.7927544%2C18.1192546%2017.9691521%2C17.3245004%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_mic {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M11%2C21%20L11%2C18.9433413%20C6.95220527%2C18.4791241%204%2C15.2124717%204%2C11%20C4%2C10.4477153%204.44771525%2C10%205%2C10%20C5.55228475%2C10%206%2C10.4477153%206%2C11%20C6%2C14.4477153%208.55228475%2C17%2012%2C17%20C15.4477153%2C17%2018%2C14.4477153%2018%2C11%20C18%2C10.4477153%2018.4477153%2C10%2019%2C10%20C19.5522847%2C10%2020%2C10.4477153%2020%2C11%20C20%2C15.2124717%2017.0477947%2C18.4791241%2013%2C18.9433413%20L13%2C21%20L16%2C21%20C16.5522847%2C21%2017%2C21.4477153%2017%2C22%20C17%2C22.5522847%2016.5522847%2C23%2016%2C23%20L8%2C23%20C7.44771525%2C23%207%2C22.5522847%207%2C22%20C7%2C21.4477153%207.44771525%2C21%208%2C21%20L11%2C21%20Z%20M12%2C1%20C14.209139%2C1%2016%2C2.790861%2016%2C5%20L16%2C11%20C16%2C13.209139%2014.209139%2C15%2012%2C15%20C9.790861%2C15%208%2C13.209139%208%2C11%20L8%2C5%20C8%2C2.790861%209.790861%2C1%2012%2C1%20Z%20M12%2C3%20C10.8954305%2C3%2010%2C3.8954305%2010%2C5%20L10%2C11%20C10%2C12.1045695%2010.8954305%2C13%2012%2C13%20C13.1045695%2C13%2014%2C12.1045695%2014%2C11%20L14%2C5%20C14%2C3.8954305%2013.1045695%2C3%2012%2C3%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_moderation {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M6%2C1%20C4.5%2C1%203%2C2.5%203%2C4%20L3%2C17%20C3%2C18.5%204.5%2C20%206%2C20%20L7.8125%2C20%20C8.36478475%2C20%208.8125%2C19.5522847%208.8125%2C19%20L8.8125%2C19%20C8.8125%2C18.4477153%208.36478475%2C18%207.8125%2C18%20L6%2C18%20C5.44771525%2C18%205%2C17.5522847%205%2C17%20L5%2C4%20C5%2C3.44771525%205.44771525%2C3%206%2C3%20L16%2C3%20C16.5522847%2C3%2017%2C3.44771525%2017%2C4%20L17%2C9%20C17%2C9.55228475%2017.4477153%2C10%2018%2C10%20L18%2C10%20C18.5522847%2C10%2019%2C9.55228475%2019%2C9%20L19%2C4%20C19%2C2.5%2017.5%2C1%2016%2C1%20L6%2C1%20Z%20M15%2C11%20C12.253906%2C11%2010%2C13.253906%2010%2C16%20C10%2C18.746094%2012.253906%2C21%2015%2C21%20C16.015625%2C21%2016.957031%2C20.714844%2017.75%2C20.1875%20L19.8867511%2C22.3007703%20C20.2778461%2C22.6875675%2020.907923%2C22.685827%2021.296875%2C22.296875%20L21.296875%2C22.296875%20C21.685827%2C21.907923%2021.6875675%2C21.2778461%2021.3007703%2C20.8867511%20L19.1875%2C18.75%20C19.714844%2C17.957031%2020%2C17.015625%2020%2C16%20C20%2C13.253906%2017.746094%2C11%2015%2C11%20Z%20M15%2C13%20C16.65625%2C13%2018%2C14.34375%2018%2C16%20C18%2C17.65625%2016.65625%2C19%2015%2C19%20C13.34375%2C19%2012%2C17.65625%2012%2C16%20C12%2C14.34375%2013.34375%2C13%2015%2C13%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_news_post {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M2%202L4%204L6%202L8%204L10%202L12%204L14%202L16%204L18%202L20%204L22%202V16L16%2022H4C2.89844%2022%202%2021.1016%202%2020V2ZM6%204.5C6%204.5%204.9375%206%204%206V20H16V16H20V6C19.0312%206%2018%204.5%2018%204.5C18%204.5%2016.9375%206%2016%206C15.0312%206%2014%204.5%2014%204.5C14%204.5%2012.9688%206%2012%206C10.9688%206%2010%204.5%2010%204.5C10%204.5%208.96875%206%208%206C7%206%206%204.5%206%204.5ZM5%208C5%207.44772%205.44772%207%206%207H18C18.5523%207%2019%207.44772%2019%208C19%208.55228%2018.5523%209%2018%209H6C5.44772%209%205%208.55228%205%208ZM5%2010.5C5%2010.2239%205.22386%2010%205.5%2010H15.5C15.7761%2010%2016%2010.2239%2016%2010.5C16%2010.7761%2015.7761%2011%2015.5%2011H5.5C5.22386%2011%205%2010.7761%205%2010.5ZM5%2016.5C5%2016.2239%205.22386%2016%205.5%2016H11.5C11.7761%2016%2012%2016.2239%2012%2016.5C12%2016.7761%2011.7761%2017%2011.5%2017H5.5C5.22386%2017%205%2016.7761%205%2016.5ZM5%2012.5C5%2012.2239%205.22386%2012%205.5%2012H17.5C17.7761%2012%2018%2012.2239%2018%2012.5C18%2012.7761%2017.7761%2013%2017.5%2013H5.5C5.22386%2013%205%2012.7761%205%2012.5ZM5%2018.5C5%2018.2239%205.22386%2018%205.5%2018H13.5C13.7761%2018%2014%2018.2239%2014%2018.5C14%2018.7761%2013.7761%2019%2013.5%2019H5.5C5.22386%2019%205%2018.7761%205%2018.5ZM5%2014.5C5%2014.2239%205.22386%2014%205.5%2014H13.5C13.7761%2014%2014%2014.2239%2014%2014.5C14%2014.7761%2013.7761%2015%2013.5%2015H5.5C5.22386%2015%205%2014.7761%205%2014.5Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_notifications_off {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.47312%202.90088C10.8448%201.94266%2013.569%202.60748%2015.2358%204.52172L13.8163%205.94121C12.5982%204.44179%2010.4388%204.00761%208.71422%205.00332L6.33072%206.37943C4.42504%207.47967%203.76591%209.91256%204.85558%2011.8243C5.25147%2012.5189%205.61351%2013.1825%205.94164%2013.8158L4.45425%2015.3032C4.06877%2014.5313%203.6234%2013.7014%203.11801%2012.8147C1.58634%2010.1275%202.35818%206.75381%204.81362%204.98189C4.31656%204.56918%204.00004%203.94655%204.00004%203.25C4.00004%202.00736%205.0074%201%206.25004%201C7.37394%201%208.30537%201.82403%208.47312%202.90088ZM18.6318%209.61073L17.2074%2011.0351C18.0788%2012.1471%2018.8972%2012.9903%2019.6686%2013.5674C20.0563%2013.8347%2019.9466%2014.6841%2019.2856%2015.0657L9.75933%2020.5657C9.10613%2020.9429%208.31954%2020.6094%208.27163%2020.1606C8.26503%2020.1052%208.25774%2020.0493%208.24978%2019.9928L6.71437%2021.5282C7.53139%2022.6881%209.32004%2023.1288%2010.7593%2022.2978L11.4341%2021.9082C11.8843%2022.5673%2012.6416%2023%2013.5%2023C14.8808%2023%2016%2021.8807%2016%2020.5C16%2020.1111%2015.9113%2019.743%2015.7529%2019.4148L20.2856%2016.7978C22.1437%2015.725%2022.4859%2013.077%2020.8338%2011.9424C20.185%2011.4565%2019.4475%2010.6774%2018.6318%209.61073ZM20.7071%203.29289C21.0976%203.68342%2021.0976%204.31658%2020.7071%204.70711L4.70711%2020.7071C4.31658%2021.0976%203.68342%2021.0976%203.29289%2020.7071C2.90237%2020.3166%202.90237%2019.6834%203.29289%2019.2929L19.2929%203.29289C19.6834%202.90237%2020.3166%202.90237%2020.7071%203.29289Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_obj {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M5%2C15.765864%20C4.49125549%2C15.3105718%204.14583862%2C14.6885897%204.03683947%2C13.999334%20C4.02461434%2C13.9997767%204.01233324%2C14%204%2C14%20L3%2C14%20C2.44771525%2C14%202%2C13.5522847%202%2C13%20L2%2C9%20C2%2C8.44771525%202.44771525%2C8%203%2C8%20L4%2C8%20C4.01233324%2C8%204.02461434%2C8.00022327%204.03683947%2C8.00066599%20C4.21277821%2C6.88811819%205.00468289%2C5.95084568%206.10517502%2C5.60694189%20L18.105175%2C1.85694189%20C18.3948264%2C1.76642585%2018.6965349%2C1.72038183%2019%2C1.72038183%20C20.6568542%2C1.72038183%2022%2C3.06352758%2022%2C4.72038183%20L22%2C17.2796182%20C22%2C17.5830833%2021.953956%2C17.8847918%2021.8634399%2C18.1744432%20C21.3692417%2C19.7558774%2019.6866092%2C20.6372563%2018.105175%2C20.1430581%20L11%2C17.9226909%20L11%2C19.4384472%20C11%2C19.6518138%2010.9738325%2C19.864375%2010.9220835%2C20.071371%20C10.5725293%2C21.4695877%209.15568109%2C22.3196967%207.75746437%2C21.9701425%20L7.27239312%2C21.8488747%20C5.93689212%2C21.5149994%205%2C20.3150501%205%2C18.9384472%20L5%2C15.765864%20Z%20M11%2C15.8273091%20L18.701725%2C18.2340982%20C19.2288697%2C18.3988309%2019.7897472%2C18.1050379%2019.95448%2C17.5778932%20C19.984652%2C17.4813427%2020%2C17.3807732%2020%2C17.2796182%20L20%2C4.72038183%20C20%2C4.16809708%2019.5522847%2C3.72038183%2019%2C3.72038183%20C18.898845%2C3.72038183%2018.7982755%2C3.73572983%2018.701725%2C3.76590185%20L6.70172501%2C7.51590185%20C6.28424981%2C7.64636285%206%2C8.03299686%206%2C8.47038183%20L6%2C13.5296182%20C6%2C13.6861803%206.03642048%2C13.8362397%206.10233492%2C13.9703751%20L11%2C15.8069995%20L11%2C15.8273091%20Z%20M7%2C18.9384472%20C7%2C19.3973148%207.31229737%2C19.7972979%207.75746437%2C19.9085897%20L8.24253563%2C20.0298575%20C8.56916252%2C20.1115142%208.90014179%2C19.9129267%208.98179852%2C19.5862998%20C8.99388721%2C19.537945%209%2C19.4882901%209%2C19.4384472%20L9%2C17.1930005%20L7%2C16.4430005%20L7%2C18.9384472%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_opt {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M4.90284729%2C2.85307546%20L2.36153606%2C6.48352077%20C2.12621917%2C6.81968782%202%2C7.22010117%202%2C7.63044532%20L2%2C19.0000038%20C2%2C20.6568581%203.34314575%2C22.0000038%205%2C22.0000038%20L19.0000191%2C22.0000076%20C20.6568733%2C22.0000076%2022.0000191%2C20.6568619%2022.0000191%2C19.0000076%20C22.0000191%2C19.0000064%2022.0000191%2C19.0000051%2022.0000191%2C19.0000038%20L22.0000008%2C7.63044392%20C22.0000003%2C7.22010064%2021.8737811%2C6.81968825%2021.6384647%2C6.48352192%20L19.0971527%2C2.85307546%20C18.7228954%2C2.31842202%2018.1113164%2C2%2017.4586888%2C2%20L6.54131124%2C2%20C5.88868358%2C2%205.27710463%2C2.31842202%204.90284729%2C2.85307546%20Z%20M7%2C4%20L11.5%2C4%20L11.5%2C6%20L5%2C6%20L6.2%2C4.4%20C6.38885438%2C4.14819416%206.6852427%2C4%207%2C4%20Z%20M12.5%2C4%20L17%2C4%20C17.3147573%2C4%2017.6111456%2C4.14819416%2017.8%2C4.4%20L19%2C6%20L12.5%2C6%20L12.5%2C4%20Z%20M5%2C8%20L19%2C8%20C19.5522847%2C8%2020%2C8.44771525%2020%2C9%20L20%2C19%20C20%2C19.5522847%2019.5522847%2C20%2019%2C20%20L5%2C20%20C4.44771525%2C20%204%2C19.5522847%204%2C19%20L4%2C9%20C4%2C8.44771525%204.44771525%2C8%205%2C8%20Z%20M9%2C11%20L9%2C11%20C9%2C11.5522847%209.44771525%2C12%2010%2C12%20L14%2C12%20C14.5522847%2C12%2015%2C11.5522847%2015%2C11%20L15%2C11%20C15%2C10.4477153%2014.5522847%2C10%2014%2C10%20L10%2C10%20C9.44771525%2C10%209%2C10.4477153%209%2C11%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_order {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M7%203C5.34315%203%204%204.34315%204%206V15C2.89543%2015%202%2015.8954%202%2017V18C2%2019.654%203.346%2021%205%2021H18C19.645%2021%2021%2019.645%2021%2018V6C21%204.34315%2019.6569%203%2018%203H7ZM6%206C6%205.44772%206.44772%205%207%205H18C18.5523%205%2019%205.44772%2019%206V18C19%2018.565%2018.565%2019%2018%2019C17.448%2019%2017%2018.551%2017%2018V17C17%2015.8954%2016.1046%2015%2015%2015H6V6ZM9%207C8.44772%207%208%207.44772%208%208C8%208.55228%208.44772%209%209%209C9.55228%209%2010%208.55228%2010%208C10%207.44772%209.55228%207%209%207ZM13%207C12.4477%207%2012%207.44772%2012%208C12%208.55228%2012.4477%209%2013%209H16C16.5523%209%2017%208.55228%2017%208C17%207.44772%2016.5523%207%2016%207H13ZM9%2011C8.44772%2011%208%2011.4477%208%2012C8%2012.5523%208.44772%2013%209%2013C9.55228%2013%2010%2012.5523%2010%2012C10%2011.4477%209.55228%2011%209%2011ZM13%2011C12.4477%2011%2012%2011.4477%2012%2012C12%2012.5523%2012.4477%2013%2013%2013H16C16.5523%2013%2017%2012.5523%2017%2012C17%2011.4477%2016.5523%2011%2016%2011H13ZM4%2017H15V18C15%2018.35%2015.0609%2018.687%2015.1719%2019H5C4.449%2019%204%2018.551%204%2018V17Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_pay_card {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%203C2.5%203%201%204.5%201%206V18C1%2019.5%202.5%2021%204%2021H20C21.5%2021%2023%2019.5%2023%2018V6C23%204.5%2021.5%203%2020%203H4ZM3%207V6C3%205.44772%203.44772%205%204%205H20C20.5523%205%2021%205.44772%2021%206V7H3ZM3%2012V18C3%2018.5523%203.44772%2019%204%2019H20C20.5523%2019%2021%2018.5523%2021%2018V12H3Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_percent {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2051%20(57462)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0D%0A%20%20%20%20%3Ctitle%3Epercent%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22percent%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Rectangle-19%22%20points%3D%220%200%2024%200%2024%2024%200%2024%22%3E%3C%2Fpolygon%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7%2C9%20C8.10449%2C9%209%2C8.10455%209%2C7%20C9%2C5.89545%208.10449%2C5%207%2C5%20C5.89551%2C5%205%2C5.89545%205%2C7%20C5%2C8.10455%205.89551%2C9%207%2C9%20Z%20M7%2C11%20C9.20898%2C11%2011%2C9.20917%2011%2C7%20C11%2C4.79083%209.20898%2C3%207%2C3%20C4.79102%2C3%203%2C4.79083%203%2C7%20C3%2C9.20917%204.79102%2C11%207%2C11%20Z%20M17%2C19%20C18.1045%2C19%2019%2C18.1046%2019%2C17%20C19%2C15.8954%2018.1045%2C15%2017%2C15%20C15.8955%2C15%2015%2C15.8954%2015%2C17%20C15%2C18.1046%2015.8955%2C19%2017%2C19%20Z%20M17%2C21%20C19.209%2C21%2021%2C19.2092%2021%2C17%20C21%2C14.7908%2019.209%2C13%2017%2C13%20C14.791%2C13%2013%2C14.7908%2013%2C17%20C13%2C19.2092%2014.791%2C21%2017%2C21%20Z%20M19.707%2C5.70709%20C20.0977%2C5.31659%2020.0977%2C4.68341%2019.707%2C4.29291%20C19.3164%2C3.902344%2018.6836%2C3.902344%2018.293%2C4.29291%20L4.29297%2C18.2929%20C3.902344%2C18.6834%203.902344%2C19.3166%204.29297%2C19.7071%20C4.68359%2C20.0977%205.31641%2C20.0977%205.70703%2C19.7071%20L19.707%2C5.70709%20Z%22%20id%3D%22Shape%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_phone {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.10701%208.99366C5.90554%208.29544%205.5026%206.79927%205.5026%206.00131C5.40186%204.70462%208.72612%203.50768%209.532%204.2059C10.3379%204.80437%2011.8489%207.69697%2011.1438%208.59468C11.0318%208.7055%2010.8266%208.83173%2010.5929%208.97548C9.98531%209.34923%209.18502%209.84149%209.33053%2010.4898C9.47244%2011.0519%209.81426%2011.6634%2010.1448%2012.2548C10.2835%2012.503%2010.4202%2012.7476%2010.5393%2012.9835C10.5565%2013.0061%2010.5775%2013.0342%2010.6021%2013.067C11.0107%2013.6127%2012.3983%2015.4658%2013.1585%2015.2776C13.7906%2015.1385%2014.2758%2014.9025%2014.6824%2014.7047C14.8589%2014.6188%2015.0207%2014.5401%2015.1732%2014.4797C16.0798%2014.0807%2018.5982%2016.6741%2018.4974%2017.5718C18.3967%2018.4695%2017.1879%2019.5667%2015.979%2019.9656C14.871%2020.3646%2010.9423%2017.1728%2010.1364%2016.3748C7.92024%2014.0807%207.01362%2011.986%206.10701%208.99366ZM16.624%2021.8589C15.9608%2022.0873%2015.3401%2021.9891%2014.9844%2021.9054C14.5786%2021.8098%2014.189%2021.6512%2013.8521%2021.4908C13.1736%2021.1677%2012.4517%2020.7117%2011.8039%2020.2621C10.5144%2019.3669%209.23494%2018.2968%208.7292%2017.796L8.71341%2017.7804L8.69797%2017.7644C6.17447%2015.1521%205.14684%2012.7221%204.19293%209.57358L4.18908%209.56088L4.1854%209.54814C4.07911%209.17977%203.916%208.58866%203.77779%207.97285C3.65479%207.4248%203.5128%206.69442%203.50312%206.06824C3.44739%204.88095%204.15033%204.03538%204.62643%203.59985C5.1625%203.10947%205.81948%202.7488%206.4235%202.50302C7.03465%202.25432%207.72311%202.0698%208.38683%202.01605C8.89836%201.97463%209.94132%201.96057%2010.779%202.64177C11.2432%203.00303%2011.6245%203.51083%2011.8918%203.91562C12.2022%204.38552%2012.501%204.93645%2012.7426%205.49977C12.9786%206.04995%2013.1968%206.69714%2013.2846%207.34596C13.3598%207.90127%2013.409%208.9486%2012.7166%209.83011L12.6396%209.92814L12.551%2010.0159C12.3723%2010.1927%2012.1862%2010.3257%2012.0717%2010.4042C11.9462%2010.4901%2011.8147%2010.5718%2011.7122%2010.635C11.6896%2010.649%2011.6677%2010.6625%2011.6465%2010.6755C11.6241%2010.6893%2011.6026%2010.7026%2011.5817%2010.7155C11.595%2010.7408%2011.6088%2010.7669%2011.6231%2010.7936C11.6764%2010.8933%2011.7549%2011.0344%2011.843%2011.1928C11.9707%2011.4222%2012.1184%2011.6878%2012.2383%2011.9151C12.4395%2012.1829%2012.7616%2012.6072%2013.1165%2012.9843C13.175%2013.0465%2013.229%2013.1015%2013.2782%2013.1497C13.3468%2013.1217%2013.4156%2013.0916%2013.4856%2013.0596C13.5908%2013.0115%2013.6847%2012.9658%2013.7957%2012.9119C13.8293%2012.8955%2013.8644%2012.8784%2013.9019%2012.8603C14.0395%2012.7937%2014.2199%2012.7074%2014.4113%2012.6303C15.0349%2012.3701%2015.6264%2012.4227%2016.0136%2012.5086C16.4202%2012.5988%2016.7784%2012.7633%2017.0602%2012.9198C17.6264%2013.2342%2018.1644%2013.6745%2018.6079%2014.1061C19.0574%2014.5436%2019.4925%2015.0526%2019.8248%2015.5636C19.9902%2015.818%2020.1578%2016.1152%2020.2835%2016.4367C20.3956%2016.7236%2020.5498%2017.2168%2020.4849%2017.7948C20.3561%2018.9426%2019.6211%2019.8534%2019.021%2020.4154C18.3678%2021.0272%2017.5227%2021.5589%2016.624%2021.8589ZM13.5806%2013.4079C13.5806%2013.408%2013.5789%2013.407%2013.5756%2013.4049C13.5789%2013.4068%2013.5806%2013.4078%2013.5806%2013.4079Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_photo {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M6.03162505%2C5%20L8.53162505%2C2%20L15.4683749%2C2%20L17.9683749%2C5%20L20%2C5%20C21.6572847%2C5%2023%2C6.34271525%2023%2C8%20L23%2C19%20C23%2C20.6572844%2021.6572846%2C22%2020%2C22%20L4%2C22%20C2.34271538%2C22%201%2C20.6572844%201%2C19%20L1%2C8%20C1%2C6.34271525%202.34271525%2C5%204%2C5%20L6.03162505%2C5%20Z%20M9.46837495%2C4%20L6.96837495%2C7%20L4%2C7%20C3.44728475%2C7%203%2C7.44728475%203%2C8%20L3%2C19%20C3%2C19.552715%203.44728496%2C20%204%2C20%20L20%2C20%20C20.552715%2C20%2021%2C19.552715%2021%2C19%20L21%2C8%20C21%2C7.44728475%2020.5527153%2C7%2020%2C7%20L17.0316251%2C7%20L14.5316251%2C4%20L9.46837495%2C4%20Z%20M12%2C18%20C9.24%2C18%207%2C15.76%207%2C13%20C7%2C10.24%209.24%2C8%2012%2C8%20C14.76%2C8%2017%2C10.24%2017%2C13%20C17%2C15.76%2014.76%2C18%2012%2C18%20Z%20M15.2%2C13%20C15.2%2C11.23269%2013.76731%2C9.8%2012%2C9.8%20C10.23269%2C9.8%208.8%2C11.23269%208.8%2C13%20C8.8%2C14.76731%2010.23269%2C16.2%2012%2C16.2%20C13.76731%2C16.2%2015.2%2C14.76731%2015.2%2C13%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_pin_off {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2051%20(57462)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0D%0A%20%20%20%20%3Ctitle%3Epin%20off%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22pin-off%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Rectangle-19%22%20points%3D%220%200%2024%200%2024%2024%200%2024%22%3E%3C%2Fpolygon%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.49994605%2C16.9141596%20L3.7070295%2C21.7071145%20C3.3164095%2C22.0977145%202.6835895%2C22.0977145%202.2929695%2C21.7071145%20C1.9023435%2C21.3166145%201.9023435%2C20.6834145%202.2929695%2C20.2929145%20L7.08585439%2C15.500068%20L3.29289322%2C11.7071068%20C2.84667601%2C11.2608896%202.92023744%2C10.5179913%203.4452998%2C10.1679497%20L6.4452998%2C8.16794971%20C6.60956732%2C8.05843803%206.80257501%2C8%207%2C8%20L10.5857864%2C8%20L14.125968%2C4.45981849%20L15.0513167%2C1.68377223%20C15.2863947%2C0.978538126%2016.1814563%2C0.767242751%2016.7071068%2C1.29289322%20L22.7071068%2C7.29289322%20C23.2327572%2C7.81854369%2023.0214619%2C8.71360526%2022.3162278%2C8.9486833%20L19.5401815%2C9.87403205%20L16%2C13.4142136%20L16%2C17%20C16%2C17.197425%2015.941562%2C17.3904327%2015.8320503%2C17.5547002%20L13.8320503%2C20.5547002%20C13.4820087%2C21.0797626%2012.7391104%2C21.153324%2012.2928932%2C20.7071068%20L8.49994605%2C16.9141596%20Z%20M14%2C16.6972244%20L14%2C13%20C14%2C12.7347835%2014.1053568%2C12.4804296%2014.2928932%2C12.2928932%20L18.2928932%2C8.29289322%20C18.4026681%2C8.18311836%2018.5364938%2C8.10040951%2018.6837722%2C8.0513167%20L20.1487704%2C7.56298398%20L16.437016%2C3.85122959%20L15.9486833%2C5.31622777%20C15.8995905%2C5.4635062%2015.8168816%2C5.59733192%2015.7071068%2C5.70710678%20L11.7071068%2C9.70710678%20C11.5195704%2C9.89464316%2011.2652165%2C10%2011%2C10%20L7.30277564%2C10%20L5.56963839%2C11.1554248%20L12.8445752%2C18.4303616%20L14%2C16.6972244%20Z%22%20id%3D%22Path-8%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_pin_on {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M6.78%2016H17.2184L16.5963%2013.5112L14.2921%2011.2071C14.1046%2011.0196%2013.9992%2010.7652%2013.9992%2010.5V5C13.9992%204.80258%2014.0577%204.60957%2014.1672%204.4453L15.1307%203H8.86774L9.83127%204.4453C9.94079%204.60957%209.99922%204.80258%209.99922%205V10.5C9.99922%2010.7652%209.89387%2011.0196%209.70633%2011.2071L7.40219%2013.5112L6.78%2016ZM13%2018V23H11V18H5.50049C4.84992%2018%204.37256%2017.3886%204.53035%2016.7575L5.53035%2012.7575C5.57431%2012.5816%205.66523%2012.4211%205.79339%2012.2929L8.00049%2010.0858V5.30278L6.16844%202.5547C5.72541%201.89015%206.2018%201%207.00049%201H17.0005C17.7992%201%2018.2756%201.89015%2017.8325%202.5547L16.0005%205.30278V10.0858L18.2076%2012.2929C18.3358%2012.4211%2018.4267%2012.5816%2018.4706%2012.7575L19.4706%2016.7575C19.6284%2017.3886%2019.1511%2018%2018.5005%2018H13Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_play {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M12%2C2%20C6.488281%2C2%202%2C6.488281%202%2C12%20C2%2C17.511719%206.488281%2C22%2012%2C22%20C17.511719%2C22%2022%2C17.511719%2022%2C12%20C22%2C6.488281%2017.511719%2C2%2012%2C2%20Z%20M12%2C4%20C16.429688%2C4%2020%2C7.570313%2020%2C12%20C20%2C16.429688%2016.429688%2C20%2012%2C20%20C7.570313%2C20%204%2C16.429688%204%2C12%20C4%2C7.570313%207.570313%2C4%2012%2C4%20Z%20M9%2C8.69951446%20L9%2C15.3004855%20C9%2C15.8527703%209.44771525%2C16.3004855%2010%2C16.3004855%20C10.1699442%2C16.3004855%2010.3370849%2C16.257175%2010.4856429%2C16.1746428%20L16.4265169%2C12.8741573%20C16.9093006%2C12.6059441%2017.0832444%2C11.9971408%2016.8150312%2C11.5143571%20C16.7243423%2C11.351117%2016.589757%2C11.2165316%2016.4265169%2C11.1258427%20L10.4856429%2C7.82535718%20C10.0028592%2C7.557144%209.39405591%2C7.7310878%209.12584272%2C8.21387153%20C9.0433105%2C8.36242953%209%2C8.52957021%209%2C8.69951446%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_plus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13%2C11%20L21%2C11%20C21.5522847%2C11%2022%2C11.4477153%2022%2C12%20C22%2C12.5522847%2021.5522847%2C13%2021%2C13%20L13%2C13%20L13%2C21%20C13%2C21.5522847%2012.5522847%2C22%2012%2C22%20C11.4477153%2C22%2011%2C21.5522847%2011%2C21%20L11%2C13%20L3%2C13%20C2.44771525%2C13%202%2C12.5522847%202%2C12%20C2%2C11.4477153%202.44771525%2C11%203%2C11%20L11%2C11%20L11%2C3%20C11%2C2.44771525%2011.4477153%2C2%2012%2C2%20C12.5522847%2C2%2013%2C2.44771525%2013%2C3%20L13%2C11%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_profile_card {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4%205H20C20.5523%205%2021%205.44772%2021%206V18C21%2018.5523%2020.5523%2019%2020%2019H4C3.44772%2019%203%2018.5523%203%2018V6C3%205.44772%203.44772%205%204%205ZM1%206C1%204.34315%202.34315%203%204%203H20C21.6569%203%2023%204.34315%2023%206V18C23%2019.6569%2021.6569%2021%2020%2021H4C2.34315%2021%201%2019.6569%201%2018V6ZM8%2011C9.10457%2011%2010%2010.1046%2010%209C10%207.89543%209.10457%207%208%207C6.89543%207%206%207.89543%206%209C6%2010.1046%206.89543%2011%208%2011ZM11.8334%2014.6026C12.4124%2015.8137%2011.3902%2017%2010.1843%2017H8H5.81572C4.60976%2017%203.58757%2015.8137%204.16665%2014.6026C4.90818%2013.0517%206.34682%2012%208%2012C9.65318%2012%2011.0918%2013.0517%2011.8334%2014.6026ZM13%208C13%207.44772%2013.4477%207%2014%207H18C18.5523%207%2019%207.44772%2019%208C19%208.55228%2018.5523%209%2018%209H14C13.4477%209%2013%208.55228%2013%208ZM13%2012C13%2011.4477%2013.4477%2011%2014%2011H18C18.5523%2011%2019%2011.4477%2019%2012C19%2012.5523%2018.5523%2013%2018%2013H14C13.4477%2013%2013%2012.5523%2013%2012ZM14%2015C13.4477%2015%2013%2015.4477%2013%2016C13%2016.5523%2013.4477%2017%2014%2017H17C17.5523%2017%2018%2016.5523%2018%2016C18%2015.4477%2017.5523%2015%2017%2015H14Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_qa {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M12%2C1%20C18.0751322%2C1%2023%2C5.92486775%2023%2C12%20C23%2C18.0751322%2018.0751322%2C23%2012%2C23%20C5.92486775%2C23%201%2C18.0751322%201%2C12%20C1%2C5.92486775%205.92486775%2C1%2012%2C1%20Z%20M12%2C3%20C7.02943725%2C3%203%2C7.02943725%203%2C12%20C3%2C16.9705627%207.02943725%2C21%2012%2C21%20C16.9705627%2C21%2021%2C16.9705627%2021%2C12%20C21%2C7.02943725%2016.9705627%2C3%2012%2C3%20Z%20M10%2C16%20C10.5522847%2C16%2011%2C16.4477153%2011%2C17%20C11%2C17.5522847%2010.5522847%2C18%2010%2C18%20C9.44771525%2C18%209%2C17.5522847%209%2C17%20C9%2C16.4477153%209.44771525%2C16%2010%2C16%20Z%20M15%2C16%20C15.5522847%2C16%2016%2C16.4477153%2016%2C17%20C16%2C17.5522847%2015.5522847%2C18%2015%2C18%20C14.4477153%2C18%2014%2C17.5522847%2014%2C17%20C14%2C16.4477153%2014.4477153%2C16%2015%2C16%20Z%20M15%2C6%20C15.5522847%2C6%2016%2C6.44771525%2016%2C7%20L16%2C14%20C16%2C14.5522847%2015.5522847%2C15%2015%2C15%20C14.4477153%2C15%2014%2C14.5522847%2014%2C14%20L14%2C7%20C14%2C6.44771525%2014.4477153%2C6%2015%2C6%20Z%20M8.5%2C9.5%20C8.5%2C10.0522847%208.05228475%2C10.5%207.5%2C10.5%20C6.94771525%2C10.5%206.5%2C10.0522847%206.5%2C9.5%20C6.5%2C7.44771525%207.94771525%2C6%2010%2C6%20C11.6608656%2C6%2013%2C7.56232345%2013%2C9.5%20C13%2C10.823511%2012.5977299%2C11.7286187%2011.7808688%2C12.749695%20C11.7641738%2C12.7705638%2011.3994403%2C13.2160597%2011.3139502%2C13.3282654%20C11.0788149%2C13.6368806%2011%2C13.8142141%2011%2C14%20C11%2C14.5522847%2010.5522847%2C15%2010%2C15%20C9.44771525%2C15%209%2C14.5522847%209%2C14%20C9%2C13.2968971%209.24711106%2C12.7408972%209.7230868%2C12.116179%20C9.83367513%2C11.9710318%2010.2219373%2C11.4967973%2010.2191312%2C11.500305%20C10.7772701%2C10.8026313%2011%2C10.301489%2011%2C9.5%20C11%2C8.60434321%2010.4819915%2C8%2010%2C8%20C9.05228475%2C8%208.5%2C8.55228475%208.5%2C9.5%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_reboot {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M17.7093428%2C6%20C19.15593%2C7.61689008%2019.9997987%2C9.7352583%2019.9997987%2C11.9999053%20C19.9997987%2C16.9705722%2015.9704368%2C21%2010.9998934%2C21%20C6.02938299%2C21%201.99998816%2C16.9706052%201.99998816%2C12.0000947%20C1.99998816%2C8.78600685%203.69952486%2C5.86556336%206.41251684%2C4.25544692%20C7.78992797%2C3.4379759%209.36405533%2C3%2010.9998934%2C3%20C11.5521782%2C3%2011.9998934%2C3.44771525%2011.9998934%2C4%20C11.9998934%2C4.55228475%2011.5521782%2C5%2010.9998934%2C5%20C9.72577444%2C5%208.5038378%2C5.33998444%207.43325566%2C5.97535745%20C5.32128228%2C7.22877917%203.99998816%2C9.4992596%203.99998816%2C12.0000947%20C3.99998816%2C15.8660357%207.13395249%2C19%2010.9998934%2C19%20C14.86586%2C19%2017.9997987%2C15.86601%2017.9997987%2C11.9999053%20C17.9997987%2C10.1269291%2017.2585089%2C8.38352318%2016%2C7.09991354%20L16%2C11%20C16%2C11.5522847%2015.5522847%2C12%2015%2C12%20C14.4477153%2C12%2014%2C11.5522847%2014%2C11%20L14%2C5%20C14%2C4.44771525%2014.4477153%2C4%2015%2C4%20L21%2C4%20C21.5522847%2C4%2022%2C4.44771525%2022%2C5%20C22%2C5.55228475%2021.5522847%2C6%2021%2C6%20L17.7093428%2C6%20Z%22%20transform%3D%22matrix(-1%200%200%201%2024%200)%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_receipt {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M8%2C2%20L5%2C3.5%20L5%2C9%20C3.347656%2C9%202%2C10.347656%202%2C12%20L2%2C21%20C2%2C21.5522847%202.44771525%2C22%203%2C22%20L3%2C22%20C3.55228475%2C22%204%2C21.5522847%204%2C21%20L4%2C12%20C4%2C11.449219%204.449219%2C11%205%2C11%20L5%2C12%20C5%2C13.6568542%206.34314575%2C15%208%2C15%20L16%2C15%20C17.6568542%2C15%2019%2C13.6568542%2019%2C12%20L19%2C11%20C19.550781%2C11%2020%2C11.449219%2020%2C12%20L20%2C21%20C20%2C21.5522847%2020.4477153%2C22%2021%2C22%20L21%2C22%20C21.5522847%2C22%2022%2C21.5522847%2022%2C21%20L22%2C12%20C22%2C10.347656%2020.652344%2C9%2019%2C9%20L19%2C3.5%20L16%2C2%20L14%2C3%20L12%2C2%20L10%2C3%20L8%2C2%20Z%20M8%2C4%20L10%2C5%20L12%2C4%20L14%2C5%20L16%2C4%20L17%2C4.75%20L17%2C12%20C17%2C12.5522847%2016.5522847%2C13%2016%2C13%20L8%2C13%20C7.44771525%2C13%207%2C12.5522847%207%2C12%20L7%2C4.75%20L8%2C4%20Z%20M8%2C7%20L8%2C9%20L16%2C9%20L16%2C7%20L8%2C7%20Z%20M8%2C10%20L8%2C12%20L13%2C12%20L13%2C10%20L8%2C10%20Z%20M6%2C19%20L6%2C19%20C6%2C20.6568542%207.34314575%2C22%209%2C22%20L15%2C22%20C16.6568542%2C22%2018%2C20.6568542%2018%2C19%20L18%2C19%20C18%2C17.3431458%2016.6568542%2C16%2015%2C16%20L9%2C16%20C7.34314575%2C16%206%2C17.3431458%206%2C19%20Z%20M9%2C18%20L15%2C18%20C15.5522847%2C18%2016%2C18.4477153%2016%2C19%20L16%2C19%20C16%2C19.5522847%2015.5522847%2C20%2015%2C20%20L9%2C20%20C8.44771525%2C20%208%2C19.5522847%208%2C19%20L8%2C19%20C8%2C18.4477153%208.44771525%2C18%209%2C18%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_req {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M11.9289322%2C14%20L13.9289322%2C12%20L8%2C12%20C7.44771525%2C12%207%2C11.5522847%207%2C11%20C7%2C10.4477153%207.44771525%2C10%208%2C10%20L14%2C10%20C14.5291793%2C10%2014.9623557%2C10.4110376%2014.9976743%2C10.9312579%20L16.0208153%2C9.90811691%20C16.4113396%2C9.51759261%2017.0445045%2C9.51759261%2017.4350288%2C9.90811691%20L22.0918831%2C14.5649712%20C22.4824073%2C14.9554954%2022.4824074%2C15.5886604%2022.0918831%2C15.9791847%20L16.3639611%2C21.7071068%20C16.1764247%2C21.8946431%2015.9220707%2C21.9999999%2015.6568543%2C22%20L10%2C22%20L10%2C16.3431457%20C10%2C16.224956%2010.0209229%2C16.1089234%2010.0607175%2C16%20L8%2C16%20C7.44771525%2C16%207%2C15.5522847%207%2C15%20C7%2C14.4477153%207.44771525%2C14%208%2C14%20L11.9289322%2C14%20Z%20M16.727922%2C12.0294372%20L12%2C16.7573593%20L12%2C20%20L15.2426407%2C20%20L19.9705627%2C15.2720779%20L16.727922%2C12.0294372%20Z%20M6%2C2%20L16%2C2%20C17.5%2C2%2019%2C3.5%2019%2C5%20L19%2C7%20C19%2C7.55228475%2018.5522847%2C8%2018%2C8%20C17.4477153%2C8%2017%2C7.55228475%2017%2C7%20L17%2C5%20C17%2C4.44771525%2016.5522847%2C4%2016%2C4%20L6%2C4%20C5.44771525%2C4%205%2C4.44771525%205%2C5%20L5%2C18%20C5%2C18.5522847%205.44771525%2C19%206%2C19%20L7%2C19%20C7.55228475%2C19%208%2C19.4477153%208%2C20%20C8%2C20.5522847%207.55228475%2C21%207%2C21%20L6%2C21%20C4.5%2C21%203%2C19.5%203%2C18%20L3%2C5%20C3%2C3.5%204.5%2C2%206%2C2%20Z%20M7%2C7%20C7%2C6.44771525%207.44771525%2C6%208%2C6%20L14%2C6%20C14.5522847%2C6%2015%2C6.44771525%2015%2C7%20C15%2C7.55228475%2014.5522847%2C8%2014%2C8%20L8%2C8%20C7.44771525%2C8%207%2C7.55228475%207%2C7%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_roadmap {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M18.0001%202C15.8009%202%2014.0001%203.80078%2014.0001%206C14.0001%208.19922%2018.0001%2013%2018.0001%2013C18.0001%2013%2022.0001%208.19922%2022.0001%206C22.0001%203.80078%2020.1994%202%2018.0001%202ZM16%2019.382L20%2017.382V13C20%2012.4477%2020.4477%2012%2021%2012C21.5523%2012%2022%2012.4477%2022%2013V17.382C22%2018.1395%2021.572%2018.832%2020.8944%2019.1708L15.8944%2021.6708C15.3314%2021.9523%2014.6686%2021.9523%2014.1056%2021.6708L9%2019.118L4.89443%2021.1708C4.61672%2021.3097%204.31049%2021.382%204%2021.382C2.89543%2021.382%202%2020.4865%202%2019.382V6.61803C2%205.86049%202.428%205.16796%203.10557%204.82918L8.1823%202.29081C8.65674%202.0536%209.20597%202.01456%209.70919%202.1823L12.3162%203.05132C12.8402%203.22596%2013.1233%203.79228%2012.9487%204.31623C12.774%204.84017%2012.2077%205.12333%2011.6838%204.94868L10%204.38743V17.382L14%2019.382V14C14%2013.4477%2014.4477%2013%2015%2013C15.5523%2013%2016%2013.4477%2016%2014V19.382ZM8%204.61803L4%206.61803V19.382L8%2017.382V4.61803ZM18.0001%204.5C18.8009%204.5%2019.5001%205.19922%2019.5001%206C19.5001%206.80078%2018.8009%207.5%2018.0001%207.5C17.1994%207.5%2016.5001%206.80078%2016.5001%206C16.5001%205.19922%2017.1994%204.5%2018.0001%204.5Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_ruble {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2051%20(57462)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0D%0A%20%20%20%20%3Ctitle%3Eruble%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22ruble%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Rectangle-19%22%20points%3D%220%200%2024%200%2024%2024%200%2024%22%3E%3C%2Fpolygon%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7%2C3%20C7%2C2.447715%207.44772%2C2%208%2C2%20L13.5%2C2%20C16.5376%2C2%2019%2C4.46243%2019%2C7.5%20C19%2C10.53757%2016.5376%2C13%2013.5%2C13%20L9%2C13%20L9%2C15%20L16%2C15%20C16.5523%2C15%2017%2C15.4477%2017%2C16%20C17%2C16.5523%2016.5523%2C17%2016%2C17%20L9%2C17%20L9%2C21%20C9%2C21.5523%208.55228%2C22%208%2C22%20C7.44772%2C22%207%2C21.5523%207%2C21%20L7%2C17%20L5%2C17%20C4.447715%2C17%204%2C16.5523%204%2C16%20C4%2C15.4477%204.447715%2C15%205%2C15%20L7%2C15%20L7%2C13%20L5%2C13%20C4.447715%2C13%204%2C12.5523%204%2C12%20C4%2C11.44771%204.447715%2C11%205%2C11%20L7%2C11%20L7%2C3%20Z%20M9%2C11%20L13.5%2C11%20C15.433%2C11%2017%2C9.433%2017%2C7.5%20C17%2C5.567%2015.433%2C4%2013.5%2C4%20L9%2C4%20L9%2C11%20Z%22%20id%3D%22Shape%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_security_close {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%2C8%20L7%2C6%20C7%2C3.24%209.24%2C1%2012%2C1%20C14.76%2C1%2017%2C3.24%2017%2C6%20L17%2C8%20L18%2C8%20C19.105%2C8%2020%2C8.895%2020%2C10%20L20%2C20%20C20%2C21.1049995%2019.105%2C22%2018%2C22%20L6%2C22%20C4.895%2C22%204%2C21.1049995%204%2C20%20L4%2C10%20C4%2C8.895%204.895%2C8%206%2C8%20L7%2C8%20Z%20M9%2C8%20L15%2C8%20L15%2C6%20C15%2C4.29%2013.71%2C2.9%2012%2C2.9%20C10.29%2C2.9%209%2C4.29%209%2C6%20L9%2C8%20Z%20M18%2C20%20L18%2C10%20L6%2C10%20L6%2C20%20L18%2C20%20Z%20M12%2C17%20C10.895%2C17%2010%2C16.105%2010%2C15%20C10%2C13.895%2010.895%2C13%2012%2C13%20C13.105%2C13%2014%2C13.895%2014%2C15%20C14%2C16.105%2013.105%2C17%2012%2C17%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_send {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M3.82482633%2C2.82946651%20L21.9971937%2C11.0896335%20C22.4999753%2C11.3181706%2022.7222943%2C11.9110214%2022.4937573%2C12.4138029%20C22.3937082%2C12.6339108%2022.2173016%2C12.8103174%2021.9971937%2C12.9103665%20L3.82482633%2C21.1705335%20C3.3220448%2C21.3990705%202.72919396%2C21.1767515%202.5006569%2C20.67397%20C2.4108681%2C20.4764346%202.38776578%2C20.255054%202.43483632%2C20.0432366%20L3.83834749%2C14.5%20C3.93426457%2C14.0683731%204.30225527%2C13.750974%204.7432875%2C13.7194717%20L18%2C12%20L4.7432875%2C10.2805283%20C4.30225527%2C10.249026%203.93426457%2C9.9316269%203.83834749%2C9.5%20L2.43483632%2C3.95676345%20C2.31502894%2C3.41763022%202.6549597%2C2.88345331%203.19409292%2C2.76364593%20C3.40591035%2C2.71657539%203.62729095%2C2.7396777%203.82482633%2C2.82946651%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_settings {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M8.70405021%2C3.20912%20C8.82699021%2C2.491612%209.45589021%2C2%2010.1523102%2C2%20L13.8533002%2C2%20C14.5497002%2C2%2015.1786002%2C2.49161%2015.3016002%2C3.20912%20L15.3039002%2C3.22249%20L15.5699002%2C5.07604%20C15.8436002%2C5.21244%2016.1049002%2C5.36378%2016.3501002%2C5.52133%20L18.1599002%2C4.81435%20C18.8066002%2C4.55917%2019.5867002%2C4.80047%2019.9545002%2C5.44%20L21.8068002%2C8.55694%20L21.8129002%2C8.56789%20C22.1560002%2C9.17967%2022.0263002%2C9.97494%2021.4387002%2C10.42612%20L21.4304002%2C10.43249%20L19.9260002%2C11.56287%20C19.9357002%2C11.70843%2019.9417002%2C11.8554%2019.9422002%2C12%20C19.9417002%2C12.1391%2019.9361002%2C12.2793%2019.9270002%2C12.417%20L21.4387002%2C13.5739%20C22.0263002%2C14.0251%2022.1560002%2C14.8203%2021.8129002%2C15.4321%20L21.8068002%2C15.4431%20L19.9546002%2C18.5598%20C19.5697002%2C19.2298%2018.7839002%2C19.407%2018.1923002%2C19.1978%20L18.1754002%2C19.1918%20L16.3520002%2C18.4723%20C16.1043002%2C18.6324%2015.8425002%2C18.7835%2015.5705002%2C18.92%20L15.3039002%2C20.7775%20L15.3016002%2C20.7909%20C15.1786002%2C21.5084%2014.5497002%2C22%2013.8533002%2C22%20L10.1523102%2C22%20C9.45589021%2C22%208.82699021%2C21.5084%208.70405021%2C20.7909%20L8.70176021%2C20.7775%20L8.43563021%2C18.9235%20C8.16149021%2C18.7864%207.89898021%2C18.6335%207.65222021%2C18.4729%20L5.83016021%2C19.1918%20L5.81327021%2C19.1978%20C5.22173021%2C19.407%204.43597021%2C19.2298%204.05101021%2C18.5599%20L2.20710221%2C15.457%20C1.81174221%2C14.8002%202.01026751%2C14.0013%202.56687521%2C13.5739%20L4.07862021%2C12.417%20C4.06953021%2C12.2793%204.06391021%2C12.1391%204.06344021%2C12%20C4.06390021%2C11.8554%204.06990021%2C11.70843%204.07956021%2C11.56287%20L2.56684221%2C10.42616%20C2.01024671%2C9.99874%201.81175021%2C9.19979%202.20707521%2C8.54306%20L4.05110021%2C5.43995%20C4.41893021%2C4.80045%205.19904021%2C4.55917%205.84574021%2C4.81436%20L7.65547021%2C5.52133%20C7.90073021%2C5.36378%208.16204021%2C5.21244%208.43570021%2C5.07604%20L8.70176021%2C3.22249%20L8.70405021%2C3.20912%20Z%20M10.6106502%2C4%20L10.2539602%2C6.48496%20L9.70744021%2C6.69591%20C9.20744021%2C6.88452%208.82108021%2C7.125%208.37304021%2C7.45287%20L7.93029021%2C7.77587%20L5.54353021%2C6.84349%20L4.18058021%2C9.13706%20L6.19026021%2C10.6472%20L6.12098021%2C11.22007%20C6.08551021%2C11.51257%206.06236021%2C11.74958%206.06344021%2C12%20C6.06229021%2C12.249%206.08494021%2C12.4733%206.12005021%2C12.7455%20L6.19349021%2C13.317%20L4.17831021%2C14.8591%20L5.54272021%2C17.1552%20L7.93586021%2C16.2109%20L8.38277021%2C16.5453%20C8.82610021%2C16.8784%209.20744021%2C17.1155%209.70744021%2C17.3041%20L10.2539602%2C17.515%20L10.6106502%2C20%20L13.3950002%2C20%20L13.7504002%2C17.5239%20L14.2857002%2C17.309%20C14.7981002%2C17.1065%2015.1850002%2C16.8747%2015.6228002%2C16.5453%20L16.0697002%2C16.2109%20L18.4629002%2C17.1552%20L19.8273002%2C14.8591%20L17.8121002%2C13.317%20L17.8856002%2C12.7455%20C17.9207002%2C12.4733%2017.9433002%2C12.249%2017.9422002%2C12%20C17.9432002%2C11.74958%2017.9201002%2C11.51257%2017.8846002%2C11.22007%20L17.8153002%2C10.6472%20L19.8250002%2C9.13706%20L18.4621002%2C6.84349%20L16.0753002%2C7.77587%20L15.6326002%2C7.45287%20C15.1845002%2C7.125%2014.7982002%2C6.88452%2014.2982002%2C6.69591%20L13.7516002%2C6.48496%20L13.3950002%2C4%20L10.6106502%2C4%20Z%20M16%2C12%20C16%2C14.20914%2014.20914%2C16%2012%2C16%20C9.79086%2C16%208%2C14.20914%208%2C12%20C8%2C9.79086%209.79086%2C8%2012%2C8%20C14.20914%2C8%2016%2C9.79086%2016%2C12%20Z%20M14%2C12%20C14%2C10.8954295%2013.1045705%2C10%2012%2C10%20C10.8954295%2C10%2010%2C10.8954295%2010%2C12%20C10%2C13.1045705%2010.8954295%2C14%2012%2C14%20C13.1045705%2C14%2014%2C13.1045705%2014%2C12%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_share {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M11%205.3252C11%204.81347%2011.1962%204.3212%2011.5481%203.94971C12.3078%203.14785%2013.5736%203.11363%2014.3755%203.87329C18.7671%207.93183%2020.9752%209.97418%2021%2010.0003C22.1395%2011.2031%2022.2028%2012.8608%2021%2014.0003L14.3755%2020.1274C14.004%2020.4793%2013.5117%2020.6755%2013%2020.6755C11.8954%2020.6755%2011%2019.78%2011%2018.6755V17.0003C8.27789%2016.9126%205.82335%2017.6328%203.6%2019.3003L2%2020.5003V18.5003C2%2012.2941%205.06754%208.27047%2011%207.00033V5.3252ZM4.11934%2016.5854C6.54648%2015.2458%209.21517%2014.7169%2012.0995%2015.0053L13%2015.0953V18.6755L19.2797%2012.7263C19.6806%2012.3465%2019.6977%2011.7135%2019.3179%2011.3126C19.3096%2011.3039%2017.2037%209.30807%2013%205.3252V8.84746L12.1644%208.98673C7.32007%209.79411%204.69062%2012.2687%204.11934%2016.5854Z%22%20fill%3D%22%23000000%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_shop {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23000%22%20d%3D%22M7%2C18%20C5.894531%2C18%205%2C18.894531%205%2C20%20C5%2C21.105469%205.894531%2C22%207%2C22%20C8.105469%2C22%209%2C21.105469%209%2C20%20C9%2C18.894531%208.105469%2C18%207%2C18%20Z%20M18%2C18%20C19.105469%2C18%2020%2C18.894531%2020%2C20%20C20%2C21.105469%2019.105469%2C22%2018%2C22%20C16.894531%2C22%2016%2C21.105469%2016%2C20%20C16%2C18.894531%2016.894531%2C18%2018%2C18%20Z%20M19%2C15%20C19.5522847%2C15%2020%2C15.4477153%2020%2C16%20C20%2C16.5522847%2019.5522847%2C17%2019%2C17%20L7%2C17%20C5.8954305%2C17%205%2C16.1045695%205%2C15%20C5%2C14.5672596%205.14035574%2C14.1461923%205.4%2C13.8%20L7.2%2C11.4%20C7.53137085%2C10.9581722%208.1581722%2C10.8686292%208.6%2C11.2%20C9.0418278%2C11.5313708%209.13137085%2C12.1581722%208.8%2C12.6%20L7%2C15%20L19%2C15%20Z%20M4.27924078%2C4%20L3%2C4%20C2.44771525%2C4%202%2C3.55228475%202%2C3%20C2%2C2.44771525%202.44771525%2C2%203%2C2%20L5%2C2%20C5.43043041%2C2%205.81256925%2C2.27543009%205.9486833%2C2.68377223%20L6.38742589%2C4%20L19.483461%2C4%20C19.7543145%2C4%2020.0223459%2C4.0550155%2020.2712996%2C4.16170994%20C21.2865591%2C4.59682118%2021.7568623%2C5.77257903%2021.321751%2C6.7878386%20L19.1788939%2C11.7878386%20C18.8637363%2C12.5232063%2018.1406601%2C13%2017.3406038%2C13%20L8%2C13%20C7.56956959%2C13%207.18743075%2C12.7245699%207.0513167%2C12.3162278%20L4.27924078%2C4%20Z%20M7.05409255%2C6%20L8.72075922%2C11%20L17.3406038%2C11%20L19.483461%2C6%20L7.05409255%2C6%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_small_arrow_down {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M12%2C14.2426407%20L16.9497475%2C9.29289322%20C17.3402718%2C8.90236893%2017.9734367%2C8.90236893%2018.363961%2C9.29289322%20C18.7544853%2C9.68341751%2018.7544853%2C10.3165825%2018.363961%2C10.7071068%20L12.7071068%2C16.363961%20C12.3165825%2C16.7544853%2011.6834175%2C16.7544853%2011.2928932%2C16.363961%20L5.63603897%2C10.7071068%20C5.24551468%2C10.3165825%205.24551468%2C9.68341751%205.63603897%2C9.29289322%20C6.02656326%2C8.90236893%206.65972824%2C8.90236893%207.05025253%2C9.29289322%20L12%2C14.2426407%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_small_arrow_left {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M9.75735931%2C12%20L14.7071068%2C16.9497475%20C15.0976311%2C17.3402718%2015.0976311%2C17.9734367%2014.7071068%2C18.363961%20C14.3165825%2C18.7544853%2013.6834175%2C18.7544853%2013.2928932%2C18.363961%20L7.63603897%2C12.7071068%20C7.24551468%2C12.3165825%207.24551468%2C11.6834175%207.63603897%2C11.2928932%20L13.2928932%2C5.63603897%20C13.6834175%2C5.24551468%2014.3165825%2C5.24551468%2014.7071068%2C5.63603897%20C15.0976311%2C6.02656326%2015.0976311%2C6.65972824%2014.7071068%2C7.05025253%20L9.75735931%2C12%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_small_arrow_right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M14.2426407%2C12%20L9.29289322%2C7.05025253%20C8.90236893%2C6.65972824%208.90236893%2C6.02656326%209.29289322%2C5.63603897%20C9.68341751%2C5.24551468%2010.3165825%2C5.24551468%2010.7071068%2C5.63603897%20L16.363961%2C11.2928932%20C16.7544853%2C11.6834175%2016.7544853%2C12.3165825%2016.363961%2C12.7071068%20L10.7071068%2C18.363961%20C10.3165825%2C18.7544853%209.68341751%2C18.7544853%209.29289322%2C18.363961%20C8.90236893%2C17.9734367%208.90236893%2C17.3402718%209.29289322%2C16.9497475%20L14.2426407%2C12%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_small_arrow_up {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M12%2C9.75735931%20L7.05025253%2C14.7071068%20C6.65972824%2C15.0976311%206.02656326%2C15.0976311%205.63603897%2C14.7071068%20C5.24551468%2C14.3165825%205.24551468%2C13.6834175%205.63603897%2C13.2928932%20L11.2928932%2C7.63603897%20C11.6834175%2C7.24551468%2012.3165825%2C7.24551468%2012.7071068%2C7.63603897%20L18.363961%2C13.2928932%20C18.7544853%2C13.6834175%2018.7544853%2C14.3165825%2018.363961%2C14.7071068%20C17.9734367%2C15.0976311%2017.3402718%2C15.0976311%2016.9497475%2C14.7071068%20L12%2C9.75735931%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_smart_mail {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M18.5895444%2C20%20L14.2932027%2C15.7074161%20C14.2591322%2C15.6733754%2014.2280307%2C15.6374882%2014.1998983%2C15.6000763%20L13.8%2C15.9%20C12.7333333%2C16.7%2011.2666667%2C16.7%2010.2%2C15.9%20L9.8001017%2C15.6000763%20C9.77196935%2C15.6374882%209.74086785%2C15.6733754%209.70679734%2C15.7074161%20L5.41045558%2C20%20L18.5895444%2C20%20Z%20M20%2C18.5820315%20L20%2C11.25%20L15.8081726%2C14.3938705%20L20%2C18.5820315%20Z%20M4%2C18.5820315%20L8.19182737%2C14.3938705%20L4%2C11.25%20L4%2C18.5820315%20Z%20M4.47483209%2C9.11976996%20C4.51785089%2C9.14304533%204.55969509%2C9.16977132%204.6%2C9.2%20L11.4%2C14.3%20C11.7555556%2C14.5666667%2012.2444444%2C14.5666667%2012.6%2C14.3%20L19.4%2C9.2%20C19.4403049%2C9.16977132%2019.4821491%2C9.14304533%2019.5251679%2C9.11976996%20L12.6139406%2C3.74437095%20C12.2528301%2C3.46350724%2011.7471699%2C3.46350724%2011.3860594%2C3.74437095%20L4.47483209%2C9.11976996%20Z%20M2%2C19%20L2%2C9.97816761%20C2%2C9.05239631%202.42741853%2C8.17847956%203.15817816%2C7.61011096%20L10.1581782%2C2.16566651%20C11.2415096%2C1.32307538%2012.7584904%2C1.32307538%2013.8418218%2C2.16566651%20L20.8418218%2C7.61011096%20C21.5725815%2C8.17847956%2022%2C9.05239631%2022%2C9.97816761%20L22%2C19%20C22%2C20.6568542%2020.6568542%2C22%2019%2C22%20L5%2C22%20C3.34314575%2C22%202%2C20.6568542%202%2C19%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_sorting {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M20%2C16%20L20.9193752%2C16%20C21.4716599%2C16%2021.9193752%2C16.4477153%2021.9193752%2C17%20C21.9193752%2C17.2270715%2021.8420944%2C17.447382%2021.700244%2C17.624695%20L19%2C21%20L16.299756%2C17.624695%20C15.9547465%2C17.1934331%2016.0246679%2C16.5641407%2016.4559298%2C16.2191312%20C16.6332428%2C16.0772808%2016.8535534%2C16%2017.0806248%2C16%20L18%2C16%20L18%2C4%20C18%2C3.44771525%2018.4477153%2C3%2019%2C3%20C19.5522847%2C3%2020%2C3.44771525%2020%2C4%20L20%2C16%20Z%20M3%2C3%20L15%2C3%20C15.5522847%2C3%2016%2C3.44771525%2016%2C4%20C16%2C4.55228475%2015.5522847%2C5%2015%2C5%20L3%2C5%20C2.44771525%2C5%202%2C4.55228475%202%2C4%20C2%2C3.44771525%202.44771525%2C3%203%2C3%20Z%20M3%2C7%20L13%2C7%20C13.5522847%2C7%2014%2C7.44771525%2014%2C8%20C14%2C8.55228475%2013.5522847%2C9%2013%2C9%20L3%2C9%20C2.44771525%2C9%202%2C8.55228475%202%2C8%20C2%2C7.44771525%202.44771525%2C7%203%2C7%20Z%20M3%2C11%20L11%2C11%20C11.5522847%2C11%2012%2C11.4477153%2012%2C12%20C12%2C12.5522847%2011.5522847%2C13%2011%2C13%20L3%2C13%20C2.44771525%2C13%202%2C12.5522847%202%2C12%20C2%2C11.4477153%202.44771525%2C11%203%2C11%20Z%20M3%2C15%20L9%2C15%20C9.55228475%2C15%2010%2C15.4477153%2010%2C16%20C10%2C16.5522847%209.55228475%2C17%209%2C17%20L3%2C17%20C2.44771525%2C17%202%2C16.5522847%202%2C16%20C2%2C15.4477153%202.44771525%2C15%203%2C15%20Z%20M3%2C19%20L7%2C19%20C7.55228475%2C19%208%2C19.4477153%208%2C20%20C8%2C20.5522847%207.55228475%2C21%207%2C21%20L3%2C21%20C2.44771525%2C21%202%2C20.5522847%202%2C20%20C2%2C19.4477153%202.44771525%2C19%203%2C19%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_speed {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15%2C9%20C15%2C8.44771525%2015.4477153%2C8%2016%2C8%20C16.5522847%2C8%2017%2C8.44771525%2017%2C9%20C17%2C9.49185366%2016.6449025%2C9.90076986%2016.1770878%2C9.98436836%20L13.9057223%2C13.3914166%20C13.9669521%2C13.583315%2014%2C13.7877981%2014%2C14%20C14%2C15.1045695%2013.1045695%2C16%2012%2C16%20C10.8954305%2C16%2010%2C15.1045695%2010%2C14%20C10%2C12.8954305%2010.8954305%2C12%2012%2C12%20L15%2C9%20Z%20M8%2C8%20C8.55228475%2C8%209%2C8.44771525%209%2C9%20C9%2C9.55228475%208.55228475%2C10%208%2C10%20C7.44771525%2C10%207%2C9.55228475%207%2C9%20C7%2C8.44771525%207.44771525%2C8%208%2C8%20Z%20M6%2C11%20C6.55228475%2C11%207%2C11.4477153%207%2C12%20C7%2C12.5522847%206.55228475%2C13%206%2C13%20C5.44771525%2C13%205%2C12.5522847%205%2C12%20C5%2C11.4477153%205.44771525%2C11%206%2C11%20Z%20M6%2C15%20C6.55228475%2C15%207%2C15.4477153%207%2C16%20C7%2C16.5522847%206.55228475%2C17%206%2C17%20C5.44771525%2C17%205%2C16.5522847%205%2C16%20C5%2C15.4477153%205.44771525%2C15%206%2C15%20Z%20M12%2C6%20C12.5522847%2C6%2013%2C6.44771525%2013%2C7%20C13%2C7.55228475%2012.5522847%2C8%2012%2C8%20C11.4477153%2C8%2011%2C7.55228475%2011%2C7%20C11%2C6.44771525%2011.4477153%2C6%2012%2C6%20Z%20M18%2C15%20C18.5522847%2C15%2019%2C15.4477153%2019%2C16%20C19%2C16.5522847%2018.5522847%2C17%2018%2C17%20C17.4477153%2C17%2017%2C16.5522847%2017%2C16%20C17%2C15.4477153%2017.4477153%2C15%2018%2C15%20Z%20M18%2C11%20C18.5522847%2C11%2019%2C11.4477153%2019%2C12%20C19%2C12.5522847%2018.5522847%2C13%2018%2C13%20C17.4477153%2C13%2017%2C12.5522847%2017%2C12%20C17%2C11.4477153%2017.4477153%2C11%2018%2C11%20Z%20M4.78086881%2C19.375305%20C5.12587836%2C19.8065669%205.05595698%2C20.4358593%204.62469505%2C20.7808688%20C4.19343311%2C21.1258784%203.56414074%2C21.055957%203.21913119%2C20.624695%20C1.74035872%2C18.7762295%201%2C16.5551533%201%2C14%20C1%2C8.3986409%205.08987947%2C3%2012%2C3%20C18.9101205%2C3%2023%2C8.3986409%2023%2C14%20C23%2C16.5551533%2022.2596413%2C18.7762295%2020.7808688%2C20.624695%20C20.4358593%2C21.055957%2019.8065669%2C21.1258784%2019.375305%2C20.7808688%20C18.944043%2C20.4358593%2018.8741216%2C19.8065669%2019.2191312%2C19.375305%20C20.4070254%2C17.8904372%2021%2C16.1115134%2021%2C14%20C21%2C9.4013591%2017.665637%2C5%2012%2C5%20C6.33436295%2C5%203%2C9.4013591%203%2C14%20C3%2C16.1115134%203.59297461%2C17.8904372%204.78086881%2C19.375305%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_standard {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M3%2C5%20L3%2C19%20C3%2C20.6568542%204.34314575%2C22%206%2C22%20L18%2C22%20C19.6568542%2C22%2021%2C20.6568542%2021%2C19%20L21%2C5%20C21%2C3.34314575%2019.6568542%2C2%2018%2C2%20L6%2C2%20C4.34314575%2C2%203%2C3.34314575%203%2C5%20Z%20M6%2C4%20L18%2C4%20C18.5522847%2C4%2019%2C4.44771525%2019%2C5%20L19%2C19%20C19%2C19.5522847%2018.5522847%2C20%2018%2C20%20L6%2C20%20C5.44771525%2C20%205%2C19.5522847%205%2C19%20L5%2C5%20C5%2C4.44771525%205.44771525%2C4%206%2C4%20Z%20M12%2C6%20L8%2C6%20C7.44771525%2C6%207%2C6.44771525%207%2C7%20L7%2C11%20C7%2C11.5522847%207.44771525%2C12%208%2C12%20L12%2C12%20C12.5522847%2C12%2013%2C11.5522847%2013%2C11%20L13%2C7%20C13%2C6.44771525%2012.5522847%2C6%2012%2C6%20Z%20M16%2C13%20L8%2C13%20C7.44771525%2C13%207%2C13.4477153%207%2C14%20L7%2C14%20C7%2C14.5522847%207.44771525%2C15%208%2C15%20L16%2C15%20C16.5522847%2C15%2017%2C14.5522847%2017%2C14%20L17%2C14%20C17%2C13.4477153%2016.5522847%2C13%2016%2C13%20Z%20M16%2C16%20L8%2C16%20C7.44771525%2C16%207%2C16.4477153%207%2C17%20L7%2C17%20C7%2C17.5522847%207.44771525%2C18%208%2C18%20L16%2C18%20C16.5522847%2C18%2017%2C17.5522847%2017%2C17%20L17%2C17%20C17%2C16.4477153%2016.5522847%2C16%2016%2C16%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_star {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M15.0318%2013.3703L18.5733%2010.2786L13.8786%209.84589L12%205.51088L10.1214%209.84589L5.42663%2010.2786L8.96813%2013.3703L7.92698%2017.961L12%2015.5576L16.073%2017.961L15.0318%2013.3703ZM12%2017.8799L6.94867%2020.8605C6.47362%2021.1408%205.85984%2020.9854%205.57776%2020.5133C5.44723%2020.2948%205.40582%2020.035%205.46203%2019.7871L6.75367%2014.092L2.34015%2010.239C1.92508%209.87664%201.88419%209.2485%202.24883%208.83602C2.41756%208.64515%202.65343%208.52572%202.908%208.50225L8.75758%207.96311L11.0812%202.60118C11.2997%202.09691%2011.8882%201.86416%2012.3956%202.08132C12.6305%202.18181%2012.8177%202.36783%2012.9188%202.60118L15.2424%207.96311L21.0919%208.50225C21.6421%208.55296%2022.0467%209.03725%2021.9957%209.58394C21.972%209.83692%2021.8519%2010.0713%2021.6598%2010.239L17.2463%2014.092L18.5379%2019.7871C18.6594%2020.3228%2018.3209%2020.8548%2017.782%2020.9755C17.5326%2021.0314%2017.2711%2020.9902%2017.0513%2020.8605L12%2017.8799Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_start {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M9.62220537%2C17.6552335%20C8.20688794%2C17.842218%207.32816269%2C17.7423763%206.79289322%2C17.2071068%20C6.23106822%2C16.6452818%206.12107695%2C15.7443984%206.3221339%2C14.3752799%20L1.61250415%2C13.8519877%20L2.06367082%2C12.6488766%20C3.39878203%2C9.08858001%206.5676369%2C7.54101912%209.38711142%2C7.50080582%20C9.8071504%2C6.75359107%2010.2165916%2C6.07097446%2010.6120225%2C5.46491956%20C11.211571%2C4.54602522%2011.7701991%2C3.81558733%2012.2928932%2C3.29289322%20C13.6645214%2C1.92126499%2016.1174711%2C1.3320617%2019.6572824%2C1.4061533%20C21.2649499%2C1.4398033%2022.5601846%2C2.73503402%2022.5938465%2C4.34270882%20C22.6679393%2C7.88252492%2022.0787361%2C10.3354774%2020.7071068%2C11.7071068%20C20.1844127%2C12.2298009%2019.4539748%2C12.788429%2018.5350804%2C13.3879775%20C17.9290255%2C13.7834084%2017.2464089%2C14.1928496%2016.4991942%2C14.6128886%20C16.4589809%2C17.4323631%2014.91142%2C20.601218%2011.3511234%2C21.9363292%20L10.1480123%2C22.3874959%20L9.62220537%2C17.6552335%20Z%20M10.5226438%2C15.3922115%20C10.8669328%2C15.2345416%2011.2510063%2C15.0550149%2011.6648101%2C14.8570197%20C12.8462779%2C14.2917154%2014.0273146%2C13.6926917%2015.126442%2C13.087853%20C15.9938%2C12.6105547%2016.7733488%2C12.1493847%2017.4422002%2C11.7129811%20C18.255236%2C11.1825019%2018.8846546%2C10.7011318%2019.2928932%2C10.2928932%20C20.1845216%2C9.40126483%2020.6580288%2C7.42997435%2020.5942846%2C4.38456919%20C20.583064%2C3.84867693%2020.1513177%2C3.41693198%2019.6154297%2C3.40571534%20C16.570022%2C3.34197207%2014.5987343%2C3.81547923%2013.7071068%2C4.70710678%20C13.2988682%2C5.11534537%2012.8174981%2C5.74476403%2012.2870189%2C6.55779977%20C11.8506153%2C7.22665115%2011.3894453%2C8.00619998%2010.912147%2C8.87355803%20C10.3073083%2C9.97268545%209.70828458%2C11.1537221%209.14298033%2C12.3351899%20C8.94498509%2C12.7489937%208.76545838%2C13.1330672%208.60778848%2C13.4773562%20C8.54380217%2C13.6170771%208.49301133%2C13.7291919%208.45647391%2C13.8105512%20C8.24481133%2C14.8292893%208.20752107%2C15.5089904%208.20516873%2C15.7217173%20C8.2791786%2C15.7301474%208.37307426%2C15.7351168%208.4851168%2C15.7351168%20C8.89281061%2C15.7351168%209.46882722%2C15.6702509%2010.2017482%2C15.5379993%20C10.2819678%2C15.5019314%2010.3898346%2C15.4530326%2010.5226438%2C15.3922115%20Z%20M16.875%2C5.125%20C17.386719%2C5.125%2017.890625%2C5.328125%2018.28125%2C5.71875%20C19.0625%2C6.5%2019.0625%2C7.75%2018.28125%2C8.53125%20C17.5%2C9.3125%2016.25%2C9.3125%2015.46875%2C8.53125%20C14.6875%2C7.75%2014.6875%2C6.5%2015.46875%2C5.71875%20C15.859375%2C5.328125%2016.363281%2C5.125%2016.875%2C5.125%20Z%20M7.92134246%2C9.75406145%20C7.57286198%2C9.8553251%207.21419216%2C9.98773739%206.86743358%2C10.1528605%20C5.90987652%2C10.6088401%205.11573701%2C11.266945%204.5314222%2C12.1640041%20L6.85413377%2C12.4220832%20L7.92134246%2C9.75406145%20Z%20M5%2C16%20L5%2C18.9688%20L8%2C18.9688%20C8%2C23%202.0625%2C21.9375%202.0625%2C21.9375%20C2.0625%2C21.9375%201%2C16%205%2C16%20Z%20M11.8359959%2C19.4685778%20C12.733055%2C18.884263%2013.3911599%2C18.0901235%2013.8471395%2C17.1325664%20C14.0122626%2C16.7858078%2014.1446749%2C16.427138%2014.2459386%2C16.0786575%20L11.5779168%2C17.1458662%20L11.8359959%2C19.4685778%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_statistics {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M14%2C2%20C12.894531%2C2%2012%2C2.894531%2012%2C4%20C12%2C4.183594%2012.015625%2C4.363281%2012.0625%2C4.53125%20L9.9375%2C6.25%20C9.65625%2C6.101563%209.339844%2C6%209%2C6%20C8.34375%2C6%207.769531%2C6.320313%207.40625%2C6.8125%20L5.9375%2C6.5%20C5.714844%2C5.636719%204.933594%2C5%204%2C5%20C2.894531%2C5%202%2C5.894531%202%2C7%20C2%2C8.105469%202.894531%2C9%204%2C9%20C4.707031%2C9%205.332031%2C8.644531%205.6875%2C8.09375%20L7.03125%2C8.375%20C7.207031%2C9.300781%208.023438%2C10%209%2C10%20C10.105469%2C10%2011%2C9.105469%2011%2C8%20C11%2C7.816406%2010.984375%2C7.636719%2010.9375%2C7.46875%20L13.0625%2C5.78125%20C13.339844%2C5.925781%2013.664063%2C6%2014%2C6%20C14.324219%2C6%2014.632813%2C5.917969%2014.90625%2C5.78125%20L18.09375%2C8.4375%20C18.039063%2C8.617188%2018%2C8.804688%2018%2C9%20C18%2C10.105469%2018.894531%2C11%2020%2C11%20C21.105469%2C11%2022%2C10.105469%2022%2C9%20C22%2C7.894531%2021.105469%2C7%2020%2C7%20C19.675781%2C7%2019.367188%2C7.082031%2019.09375%2C7.21875%20L15.90625%2C4.5625%20C15.960938%2C4.382813%2016%2C4.195313%2016%2C4%20C16%2C2.894531%2015.105469%2C2%2014%2C2%20Z%20M12%2C12%20L12%2C22%20L16%2C22%20L16%2C12%20L12%2C12%20Z%20M17%2C15%20L17%2C22%20L21%2C22%20L21%2C15%20L17%2C15%20Z%20M2%2C16%20L2%2C22%20L6%2C22%20L6%2C16%20L2%2C16%20Z%20M7%2C17%20L7%2C22%20L11%2C22%20L11%2C17%20L7%2C17%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_suppl {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5%204C4.44772%204%204%204.44772%204%205V20H8V22H2V5C2%203.34315%203.34315%202%205%202H13C14.6569%202%2016%203.34315%2016%205V6L14%207V5C14%204.44772%2013.5523%204%2013%204H5Z%22%20fill%3D%22black%22%20%2F%3E%0D%0A%3Cpath%20d%3D%22M6%206H8V8H6V6Z%22%20fill%3D%22black%22%20%2F%3E%0D%0A%3Cpath%20d%3D%22M8%2010H6V12H8V10Z%22%20fill%3D%22black%22%20%2F%3E%0D%0A%3Cpath%20d%3D%22M6%2014H8V16H6V14Z%22%20fill%3D%22black%22%20%2F%3E%0D%0A%3Cpath%20d%3D%22M12%2010H10V12H12V10Z%22%20fill%3D%22black%22%20%2F%3E%0D%0A%3Cpath%20d%3D%22M10%2014H12V16H10V14Z%22%20fill%3D%22black%22%20%2F%3E%0D%0A%3Cpath%20d%3D%22M12%206H10V8H12V6Z%22%20fill%3D%22black%22%20%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.5%2015C18.433%2015%2020%2013.433%2020%2011.5C20%209.567%2018.433%208%2016.5%208C14.567%208%2013%209.567%2013%2011.5C13%2013.433%2014.567%2015%2016.5%2015ZM16.5%2013C17.3284%2013%2018%2012.3284%2018%2011.5C18%2010.6716%2017.3284%2010%2016.5%2010C15.6716%2010%2015%2010.6716%2015%2011.5C15%2012.3284%2015.6716%2013%2016.5%2013Z%22%20fill%3D%22black%22%20%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.5%2015C19.9375%2015%2023%2017%2023%2019V22H10L10%2019C10%2017%2013.0625%2015%2016.5%2015ZM12%2020L12%2019C12%2019%2012.0004%2019.0004%2012.0015%2018.9962C12.0147%2018.9469%2012.134%2018.5025%2013.0239%2017.9441C13.8924%2017.3992%2015.1474%2017%2016.5%2017C17.8526%2017%2019.1076%2017.3992%2019.9761%2017.9441C20.866%2018.5025%2020.9853%2018.9469%2020.9985%2018.9962C20.9996%2019.0004%2021%2019%2021%2019V20H12Z%22%20fill%3D%22black%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_switch {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23000%22%20d%3D%22M16.4705969%2C5.3646134%20C16.0128874%2C5.0555496%2015.8923862%2C4.43395701%2016.20145%2C3.97624748%20C16.5105138%2C3.51853795%2017.1321064%2C3.39803677%2017.5898159%2C3.70710057%20C20.3253801%2C5.55426297%2022%2C8.63607461%2022%2C12%20C22%2C17.5228475%2017.5228475%2C22%2012%2C22%20C6.4771525%2C22%202%2C17.5228475%202%2C12%20C2%2C8.62666279%203.68405032%2C5.53734936%206.43221224%2C3.69226874%20C6.8907395%2C3.38441942%207.51201046%2C3.50656803%207.81985977%2C3.96509529%20C8.12770908%2C4.42362254%208.00556048%2C5.04489351%207.54703322%2C5.35274282%20C5.34643786%2C6.83019429%204%2C9.30017306%204%2C12%20C4%2C16.418278%207.581722%2C20%2012%2C20%20C16.418278%2C20%2020%2C16.418278%2020%2C12%20C20%2C9.30769447%2018.6611162%2C6.84373968%2016.4705969%2C5.3646134%20Z%20M11%2C3%20C11%2C2.44771525%2011.4477153%2C2%2012%2C2%20C12.5522847%2C2%2013%2C2.44771525%2013%2C3%20L13%2C10%20C13%2C10.5522847%2012.5522847%2C11%2012%2C11%20C11.4477153%2C11%2011%2C10.5522847%2011%2C10%20L11%2C3%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_table {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M5%2C4%20C4.44771525%2C4%204%2C4.44771525%204%2C5%20L4%2C8%20C4%2C8.55228475%204.44771525%2C9%205%2C9%20L8%2C9%20C8.55228475%2C9%209%2C8.55228475%209%2C8%20L9%2C5%20C9%2C4.44771525%208.55228475%2C4%208%2C4%20L5%2C4%20Z%20M5%2C2%20L8%2C2%20C9.65685425%2C2%2011%2C3.34314575%2011%2C5%20L11%2C8%20C11%2C9.65685425%209.65685425%2C11%208%2C11%20L5%2C11%20C3.34314575%2C11%202%2C9.65685425%202%2C8%20L2%2C5%20C2%2C3.34314575%203.34314575%2C2%205%2C2%20Z%20M5%2C15%20C4.44771525%2C15%204%2C15.4477153%204%2C16%20L4%2C19%20C4%2C19.5522847%204.44771525%2C20%205%2C20%20L8%2C20%20C8.55228475%2C20%209%2C19.5522847%209%2C19%20L9%2C16%20C9%2C15.4477153%208.55228475%2C15%208%2C15%20L5%2C15%20Z%20M5%2C13%20L8%2C13%20C9.65685425%2C13%2011%2C14.3431458%2011%2C16%20L11%2C19%20C11%2C20.6568542%209.65685425%2C22%208%2C22%20L5%2C22%20C3.34314575%2C22%202%2C20.6568542%202%2C19%20L2%2C16%20C2%2C14.3431458%203.34314575%2C13%205%2C13%20Z%20M16%2C4%20C15.4477153%2C4%2015%2C4.44771525%2015%2C5%20L15%2C8%20C15%2C8.55228475%2015.4477153%2C9%2016%2C9%20L19%2C9%20C19.5522847%2C9%2020%2C8.55228475%2020%2C8%20L20%2C5%20C20%2C4.44771525%2019.5522847%2C4%2019%2C4%20L16%2C4%20Z%20M16%2C2%20L19%2C2%20C20.6568542%2C2%2022%2C3.34314575%2022%2C5%20L22%2C8%20C22%2C9.65685425%2020.6568542%2C11%2019%2C11%20L16%2C11%20C14.3431458%2C11%2013%2C9.65685425%2013%2C8%20L13%2C5%20C13%2C3.34314575%2014.3431458%2C2%2016%2C2%20Z%20M16%2C15%20C15.4477153%2C15%2015%2C15.4477153%2015%2C16%20L15%2C19%20C15%2C19.5522847%2015.4477153%2C20%2016%2C20%20L19%2C20%20C19.5522847%2C20%2020%2C19.5522847%2020%2C19%20L20%2C16%20C20%2C15.4477153%2019.5522847%2C15%2019%2C15%20L16%2C15%20Z%20M16%2C13%20L19%2C13%20C20.6568542%2C13%2022%2C14.3431458%2022%2C16%20L22%2C19%20C22%2C20.6568542%2020.6568542%2C22%2019%2C22%20L16%2C22%20C14.3431458%2C22%2013%2C20.6568542%2013%2C19%20L13%2C16%20C13%2C14.3431458%2014.3431458%2C13%2016%2C13%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_text {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M2%204C2%203.44772%202.44772%203%203%203H21C21.5523%203%2022%203.44772%2022%204C22%204.55228%2021.5523%205%2021%205L3%205C2.44772%205%202%204.55229%202%204Z%22%20fill%3D%22black%22%20fill-opacity%3D%221%22%2F%3E%0D%0A%3Cpath%20d%3D%22M2%208C2%207.44772%202.44772%207%203%207L17%207C17.5523%207%2018%207.44772%2018%208C18%208.55229%2017.5523%209%2017%209L3%209C2.44772%209%202%208.55229%202%208Z%22%20fill%3D%22black%22%20fill-opacity%3D%221%22%2F%3E%0D%0A%3Cpath%20d%3D%22M3%2011C2.44772%2011%202%2011.4477%202%2012C2%2012.5523%202.44772%2013%203%2013L19%2013C19.5523%2013%2020%2012.5523%2020%2012C20%2011.4477%2019.5523%2011%2019%2011L3%2011Z%22%20fill%3D%22black%22%20fill-opacity%3D%221%22%2F%3E%0D%0A%3Cpath%20d%3D%22M2%2016C2%2015.4477%202.44772%2015%203%2015H11C11.5523%2015%2012%2015.4477%2012%2016C12%2016.5523%2011.5523%2017%2011%2017L3%2017C2.44772%2017%202%2016.5523%202%2016Z%22%20fill%3D%22black%22%20fill-opacity%3D%221%22%2F%3E%0D%0A%3Cpath%20d%3D%22M3%2019C2.44772%2019%202%2019.4477%202%2020C2%2020.5523%202.44772%2021%203%2021H15C15.5523%2021%2016%2020.5523%2016%2020C16%2019.4477%2015.5523%2019%2015%2019L3%2019Z%22%20fill%3D%22black%22%20fill-opacity%3D%221%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_toup {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13%2013V6L15.2929%208.29289C15.6834%208.68342%2016.3166%208.68342%2016.7071%208.29289C17.0976%207.90237%2017.0976%207.2692%2016.7071%206.87868L13.4142%203.58579C13.0245%203.19603%2012.5138%203.00077%2012.003%203L12%203L11.997%203C11.4862%203.00077%2010.9755%203.19603%2010.5858%203.58579L7.29289%206.87868C6.90237%207.2692%206.90237%207.90237%207.29289%208.29289C7.68342%208.68342%208.31658%208.68342%208.70711%208.29289L11%206V13L4%2013C2.89543%2013%202%2013.8954%202%2015V19C2%2020.1046%202.89543%2021%204%2021L20%2021C21.1046%2021%2022%2020.1046%2022%2019V15C22%2013.8954%2021.1046%2013%2020%2013L13%2013ZM4%2019L20%2019V15H12L4%2015L4%2019Z%22%20fill%3D%22black%22%20fill-opacity%3D%221%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_trash {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M4%2C6%20L20%2C6%20L20%2C19%20C20%2C20.9348839%2018.0465118%2C23%2016.125%2C23%20L8%2C23%20C5.94771525%2C23%204%2C21.0522847%204%2C19%20L4%2C6%20Z%20M6%2C8%20L6%2C19%20C6%2C19.9477153%207.05228475%2C21%208%2C21%20L16.125%2C21%20C16.9163261%2C21%2018%2C19.8544019%2018%2C19%20L18%2C8%20L6%2C8%20Z%20M9%2C10%20C9.55228475%2C10%2010%2C10.4477153%2010%2C11%20L10%2C18%20C10%2C18.5522847%209.55228475%2C19%209%2C19%20C8.44771525%2C19%208%2C18.5522847%208%2C18%20L8%2C11%20C8%2C10.4477153%208.44771525%2C10%209%2C10%20Z%20M12%2C10%20C12.5522847%2C10%2013%2C10.4477153%2013%2C11%20L13%2C18%20C13%2C18.5522847%2012.5522847%2C19%2012%2C19%20C11.4477153%2C19%2011%2C18.5522847%2011%2C18%20L11%2C11%20C11%2C10.4477153%2011.4477153%2C10%2012%2C10%20Z%20M15%2C10%20C15.5522847%2C10%2016%2C10.4477153%2016%2C11%20L16%2C18%20C16%2C18.5522847%2015.5522847%2C19%2015%2C19%20C14.4477153%2C19%2014%2C18.5522847%2014%2C18%20L14%2C11%20C14%2C10.4477153%2014.4477153%2C10%2015%2C10%20Z%20M10%2C2%20L14%2C2%20L15%2C3%20L19%2C3%20C19.5522847%2C3%2020%2C3.44771525%2020%2C4%20C20%2C4.55228475%2019.5522847%2C5%2019%2C5%20L5%2C5%20C4.44771525%2C5%204%2C4.55228475%204%2C4%20C4%2C3.44771525%204.44771525%2C3%205%2C3%20L9%2C3%20L10%2C2%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_unfollow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M12.9999442%2C7%20C12.9999442%2C5.34314475%2011.6567995%2C4%209.99994422%2C4%20C8.34308897%2C4%206.99994422%2C5.34314475%206.99994422%2C7%20C6.99994422%2C8.65685525%208.34308897%2C10%209.99994422%2C10%20C11.6567995%2C10%2012.9999442%2C8.65685525%2012.9999442%2C7%20Z%20M14.9999442%2C7%20C14.9999442%2C9.76142475%2012.761369%2C12%209.99994422%2C12%20C7.23851947%2C12%204.99994422%2C9.76142475%204.99994422%2C7%20C4.99994422%2C4.23857525%207.23851947%2C2%209.99994422%2C2%20C12.761369%2C2%2014.9999442%2C4.23857525%2014.9999442%2C7%20Z%20M18.9063819%2C18.9283316%20C19.0283926%2C20.6085255%2017.6453195%2C22%2015.957109%2C22%20L3.95675903%2C22%20C2.26848896%2C22%200.885420601%2C20.6085375%201.00744607%2C18.9283354%20C1.28672764%2C15.0828256%205.26686302%2C13%2010%2C13%20C14.7238702%2C13%2018.6246924%2C15.0498721%2018.9063819%2C18.9283316%20Z%20M16.9114297%2C19.0731963%20C16.7014375%2C16.1819058%2013.6054702%2C15%209.99979441%2C15%20C6.37239661%2C15%203.2089252%2C16.2238092%203.0019868%2C19.0732047%20C2.9663925%2C19.5633123%203.40044581%2C20%203.95655344%2C20%20L15.9569034%2C20%20C16.5129522%2C20%2016.9470193%2C19.5632962%2016.9114297%2C19.0731963%20Z%20M18.0829189%2C11.5028676%20L21.2928932%2C8.29289322%20C21.6834175%2C7.90236893%2022.3165825%2C7.90236893%2022.7071068%2C8.29289322%20C23.0976311%2C8.68341751%2023.0976311%2C9.31658249%2022.7071068%2C9.70710678%20L18.7071068%2C13.7071068%20C18.2856632%2C14.1285504%2017.5914565%2C14.0901017%2017.2191312%2C13.624695%20L15.2191312%2C11.124695%20C14.8741216%2C10.6934331%2014.944043%2C10.0641407%2015.375305%2C9.71913119%20C15.8065669%2C9.37412164%2016.4358593%2C9.44404302%2016.7808688%2C9.87530495%20L18.0829189%2C11.5028676%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_unlink_horizontal {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M20.7071%204.70711C21.0976%204.31658%2021.0976%203.68342%2020.7071%203.29289C20.3166%202.90237%2019.6834%202.90237%2019.2929%203.29289L3.29289%2019.2929C2.90237%2019.6834%202.90237%2020.3166%203.29289%2020.7071C3.68342%2021.0976%204.31658%2021.0976%204.70711%2020.7071L20.7071%204.70711ZM7.00008%2011.0001H9.46438L7.46438%2013.0001H7.00008C6.44783%2013.0001%206.00008%2012.5524%206.00008%2012.0001C6.00008%2011.4478%206.44783%2011.0001%207.00008%2011.0001ZM3.9174%2016.5471L5.50498%2014.9595C4.08379%2014.7235%203.00008%2013.4884%203.00008%2012.0001C3.00008%2010.3433%204.34334%209.00015%206.00008%209.00015H9.00008C9.55233%209.00015%2010.0001%208.55246%2010.0001%208.00015C10.0001%207.44785%209.55233%207.00015%209.00008%207.00015H6.00008C3.23885%207.00015%201.00008%209.23874%201.00008%2012.0001C1.00008%2014.0183%202.19584%2015.7572%203.9174%2016.5471ZM16.5354%2011.0001L14.5354%2013.0001H17.0001C17.5523%2013.0001%2018.0001%2012.5524%2018.0001%2012.0001C18.0001%2011.4478%2017.5523%2011.0001%2017.0001%2011.0001H16.5354ZM21.0001%2012C21.0001%2010.5117%2019.9162%209.27653%2018.4949%209.0406L20.0825%207.45299C21.8042%208.24283%2023.0001%209.98177%2023.0001%2012C23.0001%2014.7614%2020.7613%2017%2018.0001%2017H15.0001C14.4479%2017%2014.0001%2016.5523%2014.0001%2016C14.0001%2015.4477%2014.4479%2015%2015.0001%2015H18.0001C19.6568%2015%2021.0001%2013.6568%2021.0001%2012Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_up {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cg%20transform%3D%22translate(2%202)%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M7.49995403%2C14%20C6.94766928%2C14%206.49995403%2C13.5522847%206.49995403%2C13%20C6.49995403%2C12.4477153%206.94766928%2C12%207.49995403%2C12%20L12.499954%2C12%20C13.0522387%2C12%2013.499954%2C12.4477153%2013.499954%2C13%20C13.499954%2C13.5522847%2013.0522387%2C14%2012.499954%2C14%20L7.49995403%2C14%20Z%20M10%2C7.26686158%20L7.11394061%2C9.2893522%20C6.67799342%2C9.6284223%206.04971782%2C9.5498878%205.71064778%2C9.1139406%20C5.37157774%2C8.6779934%205.45011219%2C8.0497178%205.88605939%2C7.71064778%20L10%2C4.73313842%20L14.1139406%2C7.71064778%20C14.5498878%2C8.0497178%2014.6284223%2C8.6779934%2014.2893522%2C9.1139406%20C13.9502822%2C9.5498878%2013.3220066%2C9.6284223%2012.8860594%2C9.2893522%20L10%2C7.26686158%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M10%2C20%20C4.4771525%2C20%200%2C15.5228475%200%2C10%20C0%2C4.4771525%204.4771525%2C0%2010%2C0%20C15.5228475%2C0%2020%2C4.4771525%2020%2C10%20C20%2C15.5228475%2015.5228475%2C20%2010%2C20%20Z%20M10%2C18%20C14.418278%2C18%2018%2C14.418278%2018%2C10%20C18%2C5.581722%2014.418278%2C2%2010%2C2%20C5.581722%2C2%202%2C5.581722%202%2C10%20C2%2C14.418278%205.581722%2C18%2010%2C18%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M11%2C12%20C11%2C12.5522847%2010.5522847%2C13%2010%2C13%20C9.4477153%2C13%209%2C12.5522847%209%2C12%20L9%2C6%20C9%2C5.44771525%209.4477153%2C5%2010%2C5%20C10.5522847%2C5%2011%2C5.44771525%2011%2C6%20L11%2C12%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_user {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M14.9999442%2C7%20C14.9999442%2C5.34314475%2013.6567995%2C4%2011.9999442%2C4%20C10.343089%2C4%208.99994422%2C5.34314475%208.99994422%2C7%20C8.99994422%2C8.65685525%2010.343089%2C10%2011.9999442%2C10%20C13.6567995%2C10%2014.9999442%2C8.65685525%2014.9999442%2C7%20Z%20M16.9999442%2C7%20C16.9999442%2C9.76142475%2014.761369%2C12%2011.9999442%2C12%20C9.23851947%2C12%206.99994422%2C9.76142475%206.99994422%2C7%20C6.99994422%2C4.23857525%209.23851947%2C2%2011.9999442%2C2%20C14.761369%2C2%2016.9999442%2C4.23857525%2016.9999442%2C7%20Z%20M20.9063819%2C18.9283316%20C21.0283926%2C20.6085255%2019.6453195%2C22%2017.957109%2C22%20L5.95675903%2C22%20C4.26848896%2C22%202.8854206%2C20.6085375%203.00744607%2C18.9283354%20C3.28672764%2C15.0828256%207.26686302%2C13%2012%2C13%20C16.7238702%2C13%2020.6246924%2C15.0498721%2020.9063819%2C18.9283316%20Z%20M18.9114297%2C19.0731963%20C18.7014375%2C16.1819058%2015.6054702%2C15%2011.9997944%2C15%20C8.37239661%2C15%205.2089252%2C16.2238092%205.0019868%2C19.0732047%20C4.9663925%2C19.5633123%205.40044581%2C20%205.95655344%2C20%20L17.9569034%2C20%20C18.5129522%2C20%2018.9470193%2C19.5632962%2018.9114297%2C19.0731963%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_vip {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23000%22%20d%3D%22M15.3486843%2C9.29018761%20C15.7407029%2C8.90116333%2016.3738632%2C8.90359066%2016.7628875%2C9.29560922%20C17.1519118%2C9.68762777%2017.1494845%2C10.3207881%2016.7574659%2C10.7098124%20L11.1236575%2C16.3005893%20C9.9478561%2C17.4675427%208.04874339%2C17.4605847%206.88156943%2C16.2850921%20L1.89396862%2C11.2625852%20C0.959058265%2C10.3210117%200.75374074%2C8.87711902%201.38912143%2C7.71225443%20L3.1066546%2C4.56344361%20C3.63235411%2C3.59966118%204.64250866%2C3%205.74034132%2C3%20L18.3658089%2C3%20C19.4636416%2C3%2020.4737961%2C3.59966118%2020.9994956%2C4.56344361%20L22.71438%2C7.7073983%20C23.3516487%2C8.87572426%2023.1430495%2C10.3242392%2022.2020136%2C11.265275%20L12.7601819%2C20.7071068%20C12.3696576%2C21.0976311%2011.7364926%2C21.0976311%2011.3459683%2C20.7071068%20C10.9554441%2C20.3165825%2010.9554441%2C19.6834175%2011.3459683%2C19.2928932%20L20.7878001%2C9.85106148%20C21.1014787%2C9.53738286%2021.1710118%2C9.05454455%2020.9585889%2C8.66510256%20L19.2437045%2C5.52114787%20C19.0684713%2C5.19988706%2018.7317531%2C5%2018.3658089%2C5%20L5.74034132%2C5%20C5.3743971%2C5%205.03767892%2C5.19988706%204.86244575%2C5.52114787%20L3.14491257%2C8.66995869%20C2.93311901%2C9.05824689%203.00155819%2C9.53954443%203.31315%2C9.853357%20L8.30075081%2C14.8758639%20C8.68982379%2C15.2677098%209.32286136%2C15.2700292%209.71483557%2C14.8810046%20L15.3486843%2C9.29018761%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_black_wallet {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M19%2C9%20L5%2C9%20C4.6045695%2C9%204%2C9.6045695%204%2C10%20L4%2C18.992188%20C4%2C19.3278124%204.68806198%2C19.992188%205%2C19.992188%20L19%2C19.992188%20C19.3988162%2C19.992188%2020%2C19.3920478%2020%2C18.992188%20L20%2C9.992188%20C20%2C9.60404616%2019.3949034%2C9%2019%2C9%20Z%20M4.72009399%2C7.01709325%20L16.3083137%2C2.43053713%20C17.7273889%2C1.90495374%2019.3038461%2C2.62927193%2019.8294295%2C4.04834708%20C19.9422443%2C4.35294691%2020%2C4.67517971%2020%2C5%20C20%2C5.55228475%2019.5522847%2C6%2019%2C6%20C18.4477153%2C6%2018%2C5.55228475%2018%2C5%20C18%2C4.91227193%2017.9844012%2C4.82524269%2017.953932%2C4.7429758%20C17.8119815%2C4.35970932%2017.3862089%2C4.1640841%2017.0029425%2C4.30603465%20L9.72923601%2C7%20L19%2C7%20C20.5%2C7%2022%2C8.5%2022%2C9.992188%20L22%2C18.992188%20C22%2C20.5%2020.5%2C21.992188%2019%2C21.992188%20L5%2C21.992188%20C3.652344%2C21.992188%202%2C20.5%202%2C18.992188%20L2%2C10%20C2%2C8.5934228%203.31897294%2C7.1868456%204.72009399%2C7.01709325%20Z%20M17.5%2C16%20C18.328125%2C16%2019%2C15.328125%2019%2C14.5%20C19%2C13.671875%2018.328125%2C13%2017.5%2C13%20C16.671875%2C13%2016%2C13.671875%2016%2C14.5%20C16%2C15.328125%2016.671875%2C16%2017.5%2C16%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_blue_answer {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7%202C4.23853%202%202%204.23877%202%207V17C2%2019.7612%204.23853%2022%207%2022H17C19.7615%2022%2022%2019.7612%2022%2017V16C22%2013.2388%2019.7615%2011%2017%2011H15H10.4143L13.707%207.70703C14.0977%207.31641%2014.0977%206.68359%2013.707%206.29297C13.3167%205.90234%2012.6833%205.90234%2012.293%206.29297L7.29297%2011.293C7.15112%2011.4351%207.06079%2011.6089%207.02197%2011.7915C6.95386%2012.1113%207.04419%2012.4585%207.29297%2012.707L12.293%2017.707C12.6833%2018.0977%2013.3167%2018.0977%2013.707%2017.707C13.8806%2017.5337%2013.9771%2017.312%2013.9963%2017.0854C14.0205%2016.8018%2013.9241%2016.5103%2013.707%2016.293L10.4143%2013H15H17C18.6567%2013%2020%2014.3433%2020%2016V17C20%2018.6567%2018.6567%2020%2017%2020H7C5.34326%2020%204%2018.6567%204%2017V7C4%205.34326%205.34326%204%207%204H17C18.6567%204%2020%205.34326%2020%207C20%207.55225%2020.4478%208%2021%208C21.5522%208%2022%207.55225%2022%207C22%204.23877%2019.7615%202%2017%202H7Z%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_blue_blog {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M4%2021H3V20V14C3%2013.7348%203.10536%2013.4804%203.29289%2013.2929L14.2929%202.29289C14.6834%201.90237%2015.3166%201.90237%2015.7071%202.29289L21.7071%208.29289C22.0976%208.68342%2022.0976%209.31658%2021.7071%209.70711L10.7071%2020.7071C10.5196%2020.8946%2010.2652%2021%2010%2021H4ZM18%2010.5858L19.5858%209L15%204.41421L5%2014.4142V19H9.58579L16.5858%2012L13.7929%209.20711C13.4024%208.81658%2013.4024%208.18342%2013.7929%207.79289C14.1834%207.40237%2014.8166%207.40237%2015.2071%207.79289L18%2010.5858Z%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_blue_collection {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%230088CC%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2C11%20L4%2C17%20C4%2C17.5522847%204.44771525%2C18%205%2C18%20L13%2C18%20C13.5522847%2C18%2014%2C17.5522847%2014%2C17%20L14%2C11%20C14%2C10.4477153%2013.5522847%2C10%2013%2C10%20L5%2C10%20C4.44771525%2C10%204%2C10.4477153%204%2C11%20Z%20M5%2C8%20L13%2C8%20C14.6568542%2C8%2016%2C9.34314575%2016%2C11%20L16%2C19%20C16%2C20.6568542%2014.6568542%2C22%2013%2C22%20L5%2C22%20C3.34314575%2C22%202%2C20.6568542%202%2C19%20L2%2C11%20C2%2C9.34314575%203.34314575%2C8%205%2C8%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%230088CC%22%20fill-rule%3D%22nonzero%22%20d%3D%22M6%2C7%20C5.44771525%2C7%205%2C6.55228475%205%2C6%20C5%2C5.44771525%205.44771525%2C5%206%2C5%20L15%2C5%20C17.209139%2C5%2019%2C6.790861%2019%2C9%20L19%2C19%20C19%2C19.5522847%2018.5522847%2C20%2018%2C20%20C17.4477153%2C20%2017%2C19.5522847%2017%2C19%20L17%2C9%20C17%2C7.8954305%2016.1045695%2C7%2015%2C7%20L6%2C7%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%230088CC%22%20fill-rule%3D%22nonzero%22%20d%3D%22M10%2C4%20C9.44771525%2C4%209%2C3.55228475%209%2C3%20C9%2C2.44771525%209.44771525%2C2%2010%2C2%20L16%2C2%20C19.3137085%2C2%2022%2C4.6862915%2022%2C8%20L22%2C15%20C22%2C15.5522847%2021.5522847%2C16%2021%2C16%20C20.4477153%2C16%2020%2C15.5522847%2020%2C15%20L20%2C8%20C20%2C5.790861%2018.209139%2C4%2016%2C4%20L10%2C4%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_blue_follow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M20%2C10%20L22%2C10%20C22.5522847%2C10%2023%2C10.4477153%2023%2C11%20C23%2C11.5522847%2022.5522847%2C12%2022%2C12%20L20%2C12%20L20%2C14%20C20%2C14.5522847%2019.5522847%2C15%2019%2C15%20C18.4477153%2C15%2018%2C14.5522847%2018%2C14%20L18%2C12%20L16%2C12%20C15.4477153%2C12%2015%2C11.5522847%2015%2C11%20C15%2C10.4477153%2015.4477153%2C10%2016%2C10%20L18%2C10%20L18%2C8%20C18%2C7.44771525%2018.4477153%2C7%2019%2C7%20C19.5522847%2C7%2020%2C7.44771525%2020%2C8%20L20%2C10%20Z%20M14.9999442%2C7%20C14.9999442%2C9.76142475%2012.761369%2C12%209.99994422%2C12%20C7.23851947%2C12%204.99994422%2C9.76142475%204.99994422%2C7%20C4.99994422%2C4.23857525%207.23851947%2C2%209.99994422%2C2%20C12.761369%2C2%2014.9999442%2C4.23857525%2014.9999442%2C7%20Z%20M12.9999442%2C7%20C12.9999442%2C5.34314475%2011.6567995%2C4%209.99994422%2C4%20C8.34308897%2C4%206.99994422%2C5.34314475%206.99994422%2C7%20C6.99994422%2C8.65685525%208.34308897%2C10%209.99994422%2C10%20C11.6567995%2C10%2012.9999442%2C8.65685525%2012.9999442%2C7%20Z%20M18.9063819%2C18.9283316%20C19.0283926%2C20.6085255%2017.6453195%2C22%2015.957109%2C22%20L3.95675903%2C22%20C2.26848896%2C22%200.885420601%2C20.6085375%201.00744607%2C18.9283354%20C1.28672764%2C15.0828256%205.26686302%2C13%2010%2C13%20C14.7238702%2C13%2018.6246924%2C15.0498721%2018.9063819%2C18.9283316%20Z%20M16.9114297%2C19.0731963%20C16.7014375%2C16.1819058%2013.6054702%2C15%209.99979441%2C15%20C6.37239661%2C15%203.2089252%2C16.2238092%203.0019868%2C19.0732047%20C2.9663925%2C19.5633123%203.40044581%2C20%203.95655344%2C20%20L15.9569034%2C20%20C16.5129522%2C20%2016.9470193%2C19.5632962%2016.9114297%2C19.0731963%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_blue_forward {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7%202C4.23853%202%202%204.23877%202%207V17C2%2019.7612%204.23853%2022%207%2022H17C19.7615%2022%2022%2019.7612%2022%2017C22%2016.772%2021.9236%2016.5615%2021.7949%2016.3931C21.6123%2016.1543%2021.3242%2016%2021%2016C20.4478%2016%2020%2016.4478%2020%2017C20%2018.6567%2018.6567%2020%2017%2020H7C5.34326%2020%204%2018.6567%204%2017V13H16.5857L13.2927%2016.293C12.9023%2016.6836%2012.9023%2017.3164%2013.2927%2017.707C13.4778%2017.8921%2013.717%2017.9893%2013.9592%2017.999C14.2285%2018.0103%2014.5015%2017.9126%2014.707%2017.707L19.707%2012.707C20.0977%2012.3164%2020.0977%2011.6836%2019.707%2011.293L14.707%206.29297C14.3164%205.90234%2013.6833%205.90234%2013.2927%206.29297C13.1152%206.4707%2013.0186%206.69824%2013.0024%206.93018C12.9829%207.20898%2013.0798%207.49414%2013.2927%207.70703L16.5857%2011H4V7C4%205.34326%205.34326%204%207%204H17C18.6567%204%2020%205.34326%2020%207C20%207.27002%2020.1069%207.51465%2020.2805%207.69434C20.4624%207.88281%2020.7175%208%2021%208C21.5522%208%2022%207.55225%2022%207C22%204.23877%2019.7615%202%2017%202H7Z%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_blue_load {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%202C12.5523%202%2013%202.44772%2013%203V12.5858L16.2929%209.29289C16.6834%208.90237%2017.3166%208.90237%2017.7071%209.29289C18.0976%209.68342%2018.0976%2010.3166%2017.7071%2010.7071L12.7071%2015.7071C12.3166%2016.0976%2011.6834%2016.0976%2011.2929%2015.7071L6.29289%2010.7071C5.90237%2010.3166%205.90237%209.68342%206.29289%209.29289C6.68342%208.90237%207.31658%208.90237%207.70711%209.29289L11%2012.5858V3C11%202.44772%2011.4477%202%2012%202ZM3%2012C3.55228%2012%204%2012.4477%204%2013V17C4%2018.6569%205.34315%2020%207%2020H17C18.6569%2020%2020%2018.6569%2020%2017V13C20%2012.4477%2020.4477%2012%2021%2012C21.5523%2012%2022%2012.4477%2022%2013V17C22%2019.7614%2019.7614%2022%2017%2022H7C4.23858%2022%202%2019.7614%202%2017V13C2%2012.4477%202.44772%2012%203%2012Z%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_blue_obj {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5%2015.7659C4.49126%2015.3106%204.14584%2014.6887%204.03684%2013.9994C4.02461%2013.9999%204.01233%2014.0001%204%2014.0001H3C2.44772%2014.0001%202%2013.5524%202%2013.0001V9.00008C2%208.44779%202.44772%208.00008%203%208.00008H4C4.01233%208.00008%204.02461%208.0003%204.03684%208.00074C4.21278%206.8882%205.00468%205.95092%206.10518%205.60702L18.1052%201.85702C18.3948%201.7665%2018.6965%201.72046%2019%201.72046C20.6569%201.72046%2022%203.0636%2022%204.72046V17.2797C22%2017.5832%2021.954%2017.8849%2021.8634%2018.1745C21.3692%2019.756%2019.6866%2020.6373%2018.1052%2020.1431L11%2017.9228V19.4385C11%2019.6519%2010.9738%2019.8645%2010.9221%2020.0714C10.5725%2021.4697%209.15568%2022.3198%207.75746%2021.9702L7.27239%2021.849C5.93689%2021.5151%205%2020.3151%205%2018.9385V15.7659ZM11%2015.8274L18.7017%2018.2342C19.2289%2018.3989%2019.7897%2018.1051%2019.9545%2017.578C19.9847%2017.4814%2020%2017.3808%2020%2017.2797V4.72046C20%204.16817%2019.5523%203.72046%2019%203.72046C18.8988%203.72046%2018.7983%203.73581%2018.7017%203.76598L6.70173%207.51598C6.28425%207.64644%206%208.03307%206%208.47046V13.5297C6%2013.6863%206.03642%2013.8363%206.10233%2013.9705L11%2015.8071V15.8274ZM7%2018.9385C7%2019.3974%207.3123%2019.7974%207.75746%2019.9087L8.24254%2020.0299C8.56916%2020.1116%208.90014%2019.913%208.9818%2019.5864C8.99389%2019.538%209%2019.4884%209%2019.4385V17.1931L7%2016.4431V18.9385Z%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_blue_plus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%2300B4F0%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13%2C11%20L21%2C11%20C21.5522847%2C11%2022%2C11.4477153%2022%2C12%20C22%2C12.5522847%2021.5522847%2C13%2021%2C13%20L13%2C13%20L13%2C21%20C13%2C21.5522847%2012.5522847%2C22%2012%2C22%20C11.4477153%2C22%2011%2C21.5522847%2011%2C21%20L11%2C13%20L3%2C13%20C2.44771525%2C13%202%2C12.5522847%202%2C12%20C2%2C11.4477153%202.44771525%2C11%203%2C11%20L11%2C11%20L11%2C3%20C11%2C2.44771525%2011.4477153%2C2%2012%2C2%20C12.5522847%2C2%2013%2C2.44771525%2013%2C3%20L13%2C11%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_blue_share {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M11%205.3252C11%204.81347%2011.1962%204.3212%2011.5481%203.94971C12.3078%203.14785%2013.5736%203.11363%2014.3755%203.87329C18.7671%207.93183%2020.9752%209.97418%2021%2010.0003C22.1395%2011.2031%2022.2028%2012.8608%2021%2014.0003L14.3755%2020.1274C14.004%2020.4793%2013.5117%2020.6755%2013%2020.6755C11.8954%2020.6755%2011%2019.78%2011%2018.6755V17.0003C8.27789%2016.9126%205.82335%2017.6328%203.6%2019.3003L2%2020.5003V18.5003C2%2012.2941%205.06754%208.27047%2011%207.00033V5.3252ZM4.11934%2016.5854C6.54648%2015.2458%209.21517%2014.7169%2012.0995%2015.0053L13%2015.0953V18.6755L19.2797%2012.7263C19.6806%2012.3465%2019.6977%2011.7135%2019.3179%2011.3126C19.3096%2011.3039%2017.2037%209.30807%2013%205.3252V8.84746L12.1644%208.98673C7.32007%209.79411%204.69062%2012.2687%204.11934%2016.5854Z%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_blue_top {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11%205.41422V15C11%2015.5523%2011.4478%2016%2012%2016C12.5522%2016%2013%2015.5523%2013%2015V5.41422L16.293%208.70718C16.6836%209.09769%2017.3164%209.09769%2017.707%208.70718C18.0977%208.31656%2018.0977%207.6835%2017.707%207.29288L12.707%202.29288C12.3164%201.90237%2011.6836%201.90237%2011.293%202.29288L6.29297%207.29288C5.90234%207.6835%205.90234%208.31656%206.29297%208.70718C6.68359%209.09769%207.31641%209.09769%207.70703%208.70718L11%205.41422ZM4%2013C4%2012.4478%203.55225%2012%203%2012C2.44775%2012%202%2012.4478%202%2013V17C2%2019.7615%204.23877%2022%207%2022H17C19.7612%2022%2022%2019.7615%2022%2017V13C22%2012.4478%2021.5522%2012%2021%2012C20.4478%2012%2020%2012.4478%2020%2013V17C20%2018.6569%2018.6567%2020%2017%2020H7C5.34326%2020%204%2018.6569%204%2017V13Z%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_blue_up {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cg%20transform%3D%22translate(2%202)%22%20fill%3D%22%2300B4F0%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M7.49995403%2C14%20C6.94766928%2C14%206.49995403%2C13.5522847%206.49995403%2C13%20C6.49995403%2C12.4477153%206.94766928%2C12%207.49995403%2C12%20L12.499954%2C12%20C13.0522387%2C12%2013.499954%2C12.4477153%2013.499954%2C13%20C13.499954%2C13.5522847%2013.0522387%2C14%2012.499954%2C14%20L7.49995403%2C14%20Z%20M10%2C7.26686158%20L7.11394061%2C9.2893522%20C6.67799342%2C9.6284223%206.04971782%2C9.5498878%205.71064778%2C9.1139406%20C5.37157774%2C8.6779934%205.45011219%2C8.0497178%205.88605939%2C7.71064778%20L10%2C4.73313842%20L14.1139406%2C7.71064778%20C14.5498878%2C8.0497178%2014.6284223%2C8.6779934%2014.2893522%2C9.1139406%20C13.9502822%2C9.5498878%2013.3220066%2C9.6284223%2012.8860594%2C9.2893522%20L10%2C7.26686158%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M10%2C20%20C4.4771525%2C20%200%2C15.5228475%200%2C10%20C0%2C4.4771525%204.4771525%2C0%2010%2C0%20C15.5228475%2C0%2020%2C4.4771525%2020%2C10%20C20%2C15.5228475%2015.5228475%2C20%2010%2C20%20Z%20M10%2C18%20C14.418278%2C18%2018%2C14.418278%2018%2C10%20C18%2C5.581722%2014.418278%2C2%2010%2C2%20C5.581722%2C2%202%2C5.581722%202%2C10%20C2%2C14.418278%205.581722%2C18%2010%2C18%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M11%2C12%20C11%2C12.5522847%2010.5522847%2C13%2010%2C13%20C9.4477153%2C13%209%2C12.5522847%209%2C12%20L9%2C6%20C9%2C5.44771525%209.4477153%2C5%2010%2C5%20C10.5522847%2C5%2011%2C5.44771525%2011%2C6%20L11%2C12%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_blue_verification {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.83115%201.95801C10.9949%200.680662%2013.0051%200.680663%2014.1689%201.95801C14.4146%202.22777%2014.795%202.32969%2015.1427%202.21896C16.7893%201.69463%2018.5301%202.6997%2018.8993%204.38781C18.9772%204.74431%2019.2557%205.02276%2019.6122%205.10073C21.3003%205.46992%2022.3054%207.21074%2021.781%208.85729C21.6703%209.20501%2021.7722%209.58537%2022.042%209.83115C23.3193%2010.9949%2023.3193%2013.0051%2022.042%2014.1689C21.7722%2014.4146%2021.6703%2014.795%2021.781%2015.1427C22.3054%2016.7893%2021.3003%2018.5301%2019.6122%2018.8993C19.2557%2018.9772%2018.9772%2019.2557%2018.8993%2019.6122C18.5301%2021.3003%2016.7893%2022.3054%2015.1427%2021.781C14.795%2021.6703%2014.4146%2021.7722%2014.1689%2022.042C13.0051%2023.3193%2010.9949%2023.3193%209.83115%2022.042C9.58537%2021.7722%209.20501%2021.6703%208.85729%2021.781C7.21074%2022.3054%205.46992%2021.3003%205.10073%2019.6122C5.02276%2019.2557%204.74431%2018.9772%204.38781%2018.8993C2.6997%2018.5301%201.69463%2016.7893%202.21896%2015.1427C2.32969%2014.795%202.22777%2014.4146%201.95801%2014.1689C0.680663%2013.0051%200.680662%2010.9949%201.95801%209.83115C2.22777%209.58537%202.32969%209.20501%202.21896%208.85729C1.69463%207.21074%202.6997%205.46992%204.38781%205.10073C4.74431%205.02276%205.02276%204.74431%205.10073%204.38781C5.46992%202.6997%207.21074%201.69463%208.85729%202.21896C9.20501%202.32969%209.58537%202.22777%209.83115%201.95801ZM12.6904%203.30498C12.32%202.89834%2011.68%202.89834%2011.3096%203.30498C10.5375%204.15234%209.34271%204.47249%208.25044%204.12467C7.72626%203.95775%207.17208%204.27771%207.05454%204.81512C6.80963%205.93497%205.93497%206.80963%204.81512%207.05454C4.27771%207.17208%203.95775%207.72626%204.12467%208.25044C4.47249%209.34271%204.15234%2010.5375%203.30498%2011.3096C2.89834%2011.68%202.89834%2012.32%203.30498%2012.6904C4.15234%2013.4625%204.47249%2014.6573%204.12467%2015.7496C3.95775%2016.2737%204.27771%2016.8279%204.81512%2016.9455C5.93497%2017.1904%206.80963%2018.065%207.05454%2019.1849C7.17208%2019.7223%207.72626%2020.0422%208.25044%2019.8753C9.34271%2019.5275%2010.5375%2019.8477%2011.3096%2020.695C11.68%2021.1017%2012.32%2021.1017%2012.6904%2020.695C13.4625%2019.8477%2014.6573%2019.5275%2015.7496%2019.8753C16.2737%2020.0422%2016.8279%2019.7223%2016.9455%2019.1849C17.1904%2018.065%2018.065%2017.1904%2019.1849%2016.9455C19.7223%2016.8279%2020.0422%2016.2737%2019.8753%2015.7496C19.5275%2014.6573%2019.8477%2013.4625%2020.695%2012.6904C21.1017%2012.32%2021.1017%2011.68%2020.695%2011.3096C19.8477%2010.5375%2019.5275%209.34271%2019.8753%208.25044C20.0422%207.72626%2019.7223%207.17208%2019.1849%207.05454C18.065%206.80963%2017.1904%205.93497%2016.9455%204.81512C16.8279%204.27771%2016.2737%203.95775%2015.7496%204.12467C14.6573%204.47249%2013.4625%204.15234%2012.6904%203.30498Z%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3Cpath%20d%3D%22M10.5869%2014.0348L16.1472%208.59844C16.487%208.26624%2017.0303%208.26758%2017.3684%208.60145C17.7149%208.94361%2017.7137%209.50339%2017.3657%209.84402L11.2689%2015.8114C10.8786%2016.1935%2010.254%2016.1917%209.86588%2015.8074L7.39604%2013.3621C7.05371%2013.0232%207.04922%2012.4715%207.38598%2012.127C7.72446%2011.7808%208.2796%2011.7748%208.6255%2012.1136L10.5869%2014.0348Z%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_color_google {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M6.1862%2012C6.1862%2011.3506%206.29636%2010.7276%206.49318%2010.1438L3.04939%207.56995C2.35644%208.9481%201.99735%2010.464%202.00001%2012C2.00001%2013.5924%202.37796%2015.0937%203.04809%2016.4266L6.49013%2013.8485C6.28921%2013.252%206.18662%2012.628%206.1862%2012Z%22%20fill%3D%22%23FBBC05%22%2F%3E%0D%0A%3Cpath%20d%3D%22M12.2329%206.09088C13.6746%206.09088%2014.977%206.59116%2016.0002%207.40932L18.9768%204.50014C17.1628%202.95458%2014.8372%202.00005%2012.2329%202.00005C8.33614%201.98795%204.77267%204.14933%203.0498%207.56997L6.49315%2010.1438C7.31003%207.72065%209.62567%206.08573%2012.2329%206.09131%22%20fill%3D%22%23EB4335%22%2F%3E%0D%0A%3Cpath%20d%3D%22M12.233%2017.9091C9.62574%2017.9147%207.3101%2016.2798%206.49322%2013.8566L3.04944%2016.4296C4.77218%2019.8504%208.33567%2022.012%2012.2326%2021.9999C14.7284%2021.9999%2017.1115%2021.1323%2018.8998%2019.5075L15.6311%2017.0343C14.7088%2017.6031%2013.5471%2017.9091%2012.233%2017.9091Z%22%20fill%3D%22%2334A853%22%2F%3E%0D%0A%3Cpath%20d%3D%22M21.9999%2011.9999C21.9999%2011.4089%2021.9071%2010.7727%2021.7673%2010.1816H12.2328V14.0453H17.7209C17.4466%2015.3625%2016.6994%2016.3754%2015.6309%2017.0342L18.8996%2019.5075C20.7781%2017.8012%2021.9999%2015.2594%2021.9999%2011.9999Z%22%20fill%3D%22%234285F4%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_gold_arrow_up {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M13%2020C13%2020.5523%2012.5523%2021%2012%2021C11.4477%2021%2011%2020.5523%2011%2020V4C11%203.44772%2011.4477%203%2012%203C12.5523%203%2013%203.44772%2013%204V20ZM7.70711%209.29289C7.31658%209.68342%206.68342%209.68342%206.29289%209.29289C5.90237%208.90237%205.90237%208.2692%206.29289%207.87868L10.5858%203.58579C11.3668%202.80474%2012.6332%202.80474%2013.4142%203.58579L17.7071%207.87868C18.0976%208.2692%2018.0976%208.90237%2017.7071%209.29289C17.3166%209.68342%2016.6834%209.68342%2016.2929%209.29289L12%205L7.70711%209.29289Z%22%20fill%3D%22%23FFBE0A%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_gold_check {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20opacity%3D%220.5%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M20.692%206.27814C21.0907%206.66034%2021.1041%207.29336%2020.7219%207.69204L10.1764%2018.692C9.98755%2018.889%209.72638%2019.0003%209.45347%2019C9.18056%2018.9997%208.91963%2018.8879%208.73119%2018.6905L3.27665%2012.9762C2.89531%2012.5767%202.91003%2011.9437%203.30953%2011.5624C3.70902%2011.181%204.34202%2011.1957%204.72336%2011.5952L9.45611%2016.5534L19.2781%206.30797C19.6603%205.90929%2020.2934%205.89594%2020.692%206.27814Z%22%20fill%3D%22%23FFBE0A%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_gray-arrow-right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M4%2013C3.44772%2013%203%2012.5523%203%2012C3%2011.4477%203.44772%2011%204%2011L20%2011C20.5523%2011%2021%2011.4477%2021%2012C21%2012.5523%2020.5523%2013%2020%2013L4%2013ZM11.7071%204.70711C11.3166%204.31658%2011.3166%203.68342%2011.7071%203.29289C12.0976%202.90237%2012.7308%202.90237%2013.1213%203.29289L20.4142%2010.5858C21.1953%2011.3668%2021.1953%2012.6332%2020.4142%2013.4142L13.1213%2020.7071C12.7308%2021.0976%2012.0976%2021.0976%2011.7071%2020.7071C11.3166%2020.3166%2011.3166%2019.6834%2011.7071%2019.2929L19%2012L11.7071%204.70711Z%22%20fill%3D%22black%22%20fill-opacity%3D%221.0%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_gray_file {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20opacity%3D%220.2%22%3E%0D%0A%3Cpath%20d%3D%22M19%208.82843L13.1716%203H6C5.44772%203%205%203.44772%205%204V20C5%2020.5523%205.44772%2021%206%2021H18C18.5523%2021%2019%2020.5523%2019%2020V8.82843ZM6%201H14L21%208V20C21%2021.6569%2019.6569%2023%2018%2023H6C4.34315%2023%203%2021.6569%203%2020V4C3%202.34315%204.34315%201%206%201ZM7%2018C7%2018.5523%207.44772%2019%208%2019H13C13.5523%2019%2014%2018.5523%2014%2018C14%2017.4477%2013.5523%2017%2013%2017H8C7.44772%2017%207%2017.4477%207%2018ZM7%2010C7%2010.5523%207.44772%2011%208%2011H10C10.5523%2011%2011%2010.5523%2011%2010C11%209.44771%2010.5523%209%2010%209H8C7.44772%209%207%209.44771%207%2010ZM7%2014C7%2014.5523%207.44772%2015%208%2015H16C16.5523%2015%2017%2014.5523%2017%2014C17%2013.4477%2016.5523%2013%2016%2013H8C7.44772%2013%207%2013.4477%207%2014Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M13%203V8C13%209.10457%2013.8954%2010%2015%2010H20%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_gray_like {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3Elike%200%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(14592%20-5367)%22%3E%0D%0A%3CclipPath%20id%3D%22clip-0%22%20clip-rule%3D%22evenodd%22%3E%0D%0A%3Cpath%20d%3D%22M%20-14592%205367L%20-14568%205367L%20-14568%205391L%20-14592%205391L%20-14592%205367Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2FclipPath%3E%0D%0A%3Cg%20id%3D%22like%200%22%20opacity%3D%220.2%22%20clip-path%3D%22url(%23clip-0)%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22matrix(-1%201.22465e-16%20-1.22465e-16%20-1%20-14569%205388.38)%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%202.00749%208.99879C%202.00272%209.01098%202.00022%209.67805%202%2011L%2010.7761%2011L%2010.2727%2013.4091L%209.65982%2016.3418L%2013.9911%2012.0106C%2013.9964%2012.0051%2013.9994%208.66827%2014%202L%205.00064%202L%202.00749%208.99879ZM%207.89706%2015L%207.98255%2014.5909L%208.315%2013L%206.68974%2013L%206.2718%2013L%202%2013C%200.895%2013%200%2012.105%200%2011L%200%209C%200%208.745%200.055%208.5%200.145%208.27L%203.16%201.22C%203.46%200.505%204.17%20-5.29602e-09%205%20-5.29602e-09L%2014%20-5.29602e-09C%2015.105%20-5.29602e-09%2016%200.895%2016%202L%2016%2012C%2016%2012.55%2015.775%2013.05%2015.415%2013.415L%209.89001%2018.94C%209.30378%2019.5262%208.35399%2019.5285%207.765%2018.945C%207.495%2018.675%207.325%2018.3%207.325%2017.885C%207.325%2017.775%207.34%2017.67%207.36%2017.57L%207.89706%2015ZM%2018%20-5.29602e-09L%2022%20-5.29602e-09L%2022%2012L%2018%2012L%2018%20-5.29602e-09Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_gray_small_arrow_down {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23aaa%22%20d%3D%22M12%2C14.2426407%20L16.9497475%2C9.29289322%20C17.3402718%2C8.90236893%2017.9734367%2C8.90236893%2018.363961%2C9.29289322%20C18.7544853%2C9.68341751%2018.7544853%2C10.3165825%2018.363961%2C10.7071068%20L12.7071068%2C16.363961%20C12.3165825%2C16.7544853%2011.6834175%2C16.7544853%2011.2928932%2C16.363961%20L5.63603897%2C10.7071068%20C5.24551468%2C10.3165825%205.24551468%2C9.68341751%205.63603897%2C9.29289322%20C6.02656326%2C8.90236893%206.65972824%2C8.90236893%207.05025253%2C9.29289322%20L12%2C14.2426407%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_gray_small_arrow_up {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23aaa%22%20d%3D%22M12%2C9.75735931%20L7.05025253%2C14.7071068%20C6.65972824%2C15.0976311%206.02656326%2C15.0976311%205.63603897%2C14.7071068%20C5.24551468%2C14.3165825%205.24551468%2C13.6834175%205.63603897%2C13.2928932%20L11.2928932%2C7.63603897%20C11.6834175%2C7.24551468%2012.3165825%2C7.24551468%2012.7071068%2C7.63603897%20L18.363961%2C13.2928932%20C18.7544853%2C13.6834175%2018.7544853%2C14.3165825%2018.363961%2C14.7071068%20C17.9734367%2C15.0976311%2017.3402718%2C15.0976311%2016.9497475%2C14.7071068%20L12%2C9.75735931%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_ar-down {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M11%205C11%204.44772%2011.4477%204%2012%204C12.5523%204%2013%204.44772%2013%205V19C13%2019.5523%2012.5523%2020%2012%2020C11.4477%2020%2011%2019.5523%2011%2019L11%205ZM3.29289%2012.6752C2.90237%2012.292%202.90237%2011.6706%203.29289%2011.2874C3.68342%2010.9042%204.31658%2010.9042%204.70711%2011.2874L11.2929%2017.75C11.6834%2018.1332%2012.3166%2018.1332%2012.7071%2017.75L19.2929%2011.2874C19.6834%2010.9042%2020.3166%2010.9042%2020.7071%2011.2874C21.0976%2011.6706%2021.0976%2012.292%2020.7071%2012.6752L14.1213%2019.1378C12.9497%2020.2874%2011.0503%2020.2874%209.87868%2019.1378L3.29289%2012.6752Z%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_arrow_down {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M11%204C11%203.44772%2011.4477%203%2012%203C12.5523%203%2013%203.44772%2013%204L13%2020C13%2020.5523%2012.5523%2021%2012%2021C11.4477%2021%2011%2020.5523%2011%2020L11%204ZM19.2929%2011.7071C19.6834%2011.3166%2020.3166%2011.3166%2020.7071%2011.7071C21.0976%2012.0976%2021.0976%2012.7308%2020.7071%2013.1213L13.4142%2020.4142C12.6332%2021.1953%2011.3668%2021.1953%2010.5858%2020.4142L3.29289%2013.1213C2.90237%2012.7308%202.90237%2012.0976%203.29289%2011.7071C3.68342%2011.3166%204.31658%2011.3166%204.70711%2011.7071L12%2019L19.2929%2011.7071Z%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_arrow_left {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M20%2011C20.5523%2011%2021%2011.4477%2021%2012C21%2012.5523%2020.5523%2013%2020%2013H4C3.44772%2013%203%2012.5523%203%2012C3%2011.4477%203.44772%2011%204%2011H20ZM12.2929%2019.2929C12.6834%2019.6834%2012.6834%2020.3166%2012.2929%2020.7071C11.9024%2021.0976%2011.2692%2021.0976%2010.8787%2020.7071L3.58579%2013.4142C2.80474%2012.6332%202.80474%2011.3668%203.58579%2010.5858L10.8787%203.29289C11.2692%202.90237%2011.9024%202.90237%2012.2929%203.29289C12.6834%203.68342%2012.6834%204.31658%2012.2929%204.70711L5%2012L12.2929%2019.2929Z%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_arrow_right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M4%2013C3.44772%2013%203%2012.5523%203%2012C3%2011.4477%203.44772%2011%204%2011L20%2011C20.5523%2011%2021%2011.4477%2021%2012C21%2012.5523%2020.5523%2013%2020%2013L4%2013ZM11.7071%204.70711C11.3166%204.31658%2011.3166%203.68342%2011.7071%203.29289C12.0976%202.90237%2012.7308%202.90237%2013.1213%203.29289L20.4142%2010.5858C21.1953%2011.3668%2021.1953%2012.6332%2020.4142%2013.4142L13.1213%2020.7071C12.7308%2021.0976%2012.0976%2021.0976%2011.7071%2020.7071C11.3166%2020.3166%2011.3166%2019.6834%2011.7071%2019.2929L19%2012L11.7071%204.70711Z%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_arrows_sort {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M6%204C6%203.44772%206.44772%203%207%203C7.55228%203%208%203.44772%208%204V20C8%2020.5523%207.55228%2021%207%2021C6.44772%2021%206%2020.5523%206%2020L6%204ZM10.2929%2015.7071C10.6834%2015.3166%2011.3166%2015.3166%2011.7071%2015.7071C12.0976%2016.0976%2012.0976%2016.7308%2011.7071%2017.1213L8.41421%2020.4142C7.63316%2021.1953%206.36684%2021.1953%205.58579%2020.4142L2.29289%2017.1213C1.90237%2016.7308%201.90237%2016.0976%202.29289%2015.7071C2.68342%2015.3166%203.31658%2015.3166%203.70711%2015.7071L7%2019L10.2929%2015.7071Z%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3Cpath%20d%3D%22M18%2020C18%2020.5523%2017.5523%2021%2017%2021C16.4477%2021%2016%2020.5523%2016%2020V4C16%203.44772%2016.4477%203%2017%203C17.5523%203%2018%203.44772%2018%204V20ZM13.7071%208.29289C13.3166%208.68342%2012.6834%208.68342%2012.2929%208.29289C11.9024%207.90237%2011.9024%207.2692%2012.2929%206.87868L15.5858%203.58579C16.3668%202.80474%2017.6332%202.80474%2018.4142%203.58579L21.7071%206.87868C22.0976%207.2692%2022.0976%207.90237%2021.7071%208.29289C21.3166%208.68342%2020.6834%208.68342%2020.2929%208.29289L17%205L13.7071%208.29289Z%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_attach {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M10.989019%2C6.97786385%20C10.989019%2C6.4255791%2011.4367343%2C5.97786385%2011.989019%2C5.97786385%20C12.5413038%2C5.97786385%2012.989019%2C6.4255791%2012.989019%2C6.97786385%20L12.989019%2C15.5762864%20C12.989019%2C16.8263361%2012.3299245%2C17.9837694%2011.254863%2C18.6216308%20C10.1738331%2C19.2630334%208.82949151%2C19.265659%207.74596442%2C18.628484%20C6.65427627%2C17.9865098%205.98901902%2C16.8235423%205.98901902%2C15.5666858%20L5.98901902%2C7.41839827%20C5.98901902%2C5.23745211%207.11021387%2C3.20966836%208.95729298%2C2.05000249%20C10.8109185%2C0.88622653%2013.1671195%2C0.88622653%2015.0207451%2C2.05000249%20C16.8678242%2C3.20966836%2017.989019%2C5.23745211%2017.989019%2C7.41839844%20L17.9890176%2C15.6367897%20C17.9890176%2C16.8908773%2017.6521088%2C18.1219358%2017.0135153%2C19.2012568%20C15.7516596%2C21.3339865%2014.1372752%2C22.6343487%2012.1859911%2C23.0263774%20C11.6445261%2C23.135162%2011.1173946%2C22.7844053%2011.0086099%2C22.2429404%20C10.8998252%2C21.7014754%2011.2505819%2C21.1743438%2011.7920469%2C21.0655592%20C13.1387469%2C20.7949963%2014.300265%2C19.8594111%2015.2922303%2C18.1828374%20C15.7483685%2C17.4118939%2015.9890176%2C16.5325665%2015.9890176%2C15.6367896%20L15.989019%2C7.41839827%20C15.989019%2C5.92558286%2015.2215829%2C4.53760415%2013.957293%2C3.74383532%20C12.753872%2C2.98828226%2011.2241661%2C2.98828226%2010.0207451%2C3.74383532%20C8.75645518%2C4.53760415%207.98901902%2C5.92558286%207.98901902%2C7.41839827%20L7.98901902%2C15.5666858%20C7.98901902%2C16.1147189%208.2790943%2C16.6218131%208.75149976%2C16.8996142%20C9.21510777%2C17.1722418%209.78004253%2C17.1711385%2010.2343254%2C16.9016008%20C10.7021853%2C16.6240076%2010.989019%2C16.1203%2010.989019%2C15.5762864%20L10.989019%2C6.97786385%20Z%22%20transform%3D%22rotate(30%2011.989%2012.112)%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_blog {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M13.7092623%2C9.74695167%20C13.318738%2C9.35642738%2013.318738%2C8.7232624%2013.7092623%2C8.33273811%20C14.0997866%2C7.94221382%2014.7329516%2C7.94221382%2015.1234759%2C8.33273811%20L18.1234759%2C11.3327381%20C18.5140002%2C11.7232624%2018.5140002%2C12.3564274%2018.1234759%2C12.7469517%20C17.7329516%2C13.137476%2017.0997866%2C13.137476%2016.7092623%2C12.7469517%20L13.7092623%2C9.74695167%20Z%20M21.043786%2C8.40380593%20C21.4343103%2C8.79433019%2021.4343103%2C9.4274952%2021.043786%2C9.81801949%20L10.315864%2C20.5459415%20C10.1283276%2C20.7334779%209.87397367%2C20.8388347%209.60875722%2C20.8388348%20L2.95190295%2C20.8388348%20L2.95190295%2C14.1819805%20C2.95190297%2C13.916764%203.0572598%2C13.6624101%203.24479618%2C13.4748737%20L13.9727182%2C2.74695168%20C14.3632425%2C2.35642738%2014.9964075%2C2.35642738%2015.3869318%2C2.74695168%20L21.043786%2C8.40380593%20Z%20M14.679825%2C4.86827202%20L4.95190292%2C14.5961941%20L4.95190293%2C18.8388348%20L9.19454361%2C18.8388348%20L18.9224657%2C9.11091271%20L14.679825%2C4.86827202%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_calendar {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M2%2C7%20L2%2C19%20C2%2C20.6568542%203.34314575%2C22%205%2C22%20L19%2C22%20C20.6568542%2C22%2022%2C20.6568542%2022%2C19%20L22%2C7%20C22%2C5.34314575%2020.6568542%2C4%2019%2C4%20L5%2C4%20C3.34314575%2C4%202%2C5.34314575%202%2C7%20Z%20M5%2C6%20L19%2C6%20C19.5522847%2C6%2020%2C6.44771525%2020%2C7%20L20%2C19%20C20%2C19.5522847%2019.5522847%2C20%2019%2C20%20L5%2C20%20C4.44771525%2C20%204%2C19.5522847%204%2C19%20L4%2C7%20C4%2C6.44771525%204.44771525%2C6%205%2C6%20Z%20M8%2C2%20L8%2C2%20C7.44771525%2C2%207%2C2.44771525%207%2C3%20L7%2C7%20C7%2C7.55228475%207.44771525%2C8%208%2C8%20L8%2C8%20C8.55228475%2C8%209%2C7.55228475%209%2C7%20L9%2C3%20C9%2C2.44771525%208.55228475%2C2%208%2C2%20Z%20M16%2C2%20L16%2C2%20C15.4477153%2C2%2015%2C2.44771525%2015%2C3%20L15%2C7%20C15%2C7.55228475%2015.4477153%2C8%2016%2C8%20L16%2C8%20C16.5522847%2C8%2017%2C7.55228475%2017%2C7%20L17%2C3%20C17%2C2.44771525%2016.5522847%2C2%2016%2C2%20Z%20M6%2C17%20L6%2C17%20C6%2C17.5522847%206.44771525%2C18%207%2C18%20L17%2C18%20C17.5522847%2C18%2018%2C17.5522847%2018%2C17%20L18%2C17%20C18%2C16.4477153%2017.5522847%2C16%2017%2C16%20L7%2C16%20C6.44771525%2C16%206%2C16.4477153%206%2C17%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_check1 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M1.25260139%2C11.6644007%20C0.885683376%2C11.2516179%200.922864104%2C10.6195455%201.33564687%2C10.2526275%20C1.74842964%2C9.88570949%202.38050201%2C9.92289022%202.74742003%2C10.335673%20L9.17211151%2C17.5634509%20C9.53902953%2C17.9762337%2010.1711019%2C18.0134144%2010.5838847%2C17.6464964%20C10.6261169%2C17.6089566%2010.6650914%2C17.5679049%2010.7003896%2C17.5237821%20L21.2191419%2C4.37534178%20C21.5641515%2C3.94407984%2022.1934438%2C3.87415847%2022.6247058%2C4.21916801%20C23.0559677%2C4.56417756%2023.1258891%2C5.19346994%2022.7808795%2C5.62473187%20L12.2621273%2C18.7731722%20C12.1562324%2C18.9055407%2012.039309%2C19.0286958%2011.9126123%2C19.141315%20C10.674264%2C20.2420691%208.77804692%2C20.1305269%207.67729287%2C18.8921786%20L1.25260139%2C11.6644007%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_close {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M10.5857864%2C12%20L3.29289322%2C4.70710678%20C2.90236893%2C4.31658249%202.90236893%2C3.68341751%203.29289322%2C3.29289322%20C3.68341751%2C2.90236893%204.31658249%2C2.90236893%204.70710678%2C3.29289322%20L12%2C10.5857864%20L19.2928932%2C3.29289322%20C19.6834175%2C2.90236893%2020.3165825%2C2.90236893%2020.7071068%2C3.29289322%20C21.0976311%2C3.68341751%2021.0976311%2C4.31658249%2020.7071068%2C4.70710678%20L13.4142136%2C12%20L20.7071068%2C19.2928932%20C21.0976311%2C19.6834175%2021.0976311%2C20.3165825%2020.7071068%2C20.7071068%20C20.3165825%2C21.0976311%2019.6834175%2C21.0976311%2019.2928932%2C20.7071068%20L12%2C13.4142136%20L4.70710678%2C20.7071068%20C4.31658249%2C21.0976311%203.68341751%2C21.0976311%203.29289322%2C20.7071068%20C2.90236893%2C20.3165825%202.90236893%2C19.6834175%203.29289322%2C19.2928932%20L10.5857864%2C12%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_cross_eye {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.70703%2020.7071L20.707%204.70709C21.0977%204.31659%2021.0977%203.68341%2020.707%203.29291C20.3164%202.90234%2019.6836%202.90234%2019.293%203.29291L3.29297%2019.2929C2.90234%2019.6834%202.90234%2020.3166%203.29297%2020.7071C3.68359%2021.0977%204.31641%2021.0977%204.70703%2020.7071ZM12%204C13.0269%204%2014.062%204.27417%2015.0562%204.70117L12.708%207.04974C12.4766%207.01697%2012.2402%207%2012%207C9.23877%207%207%209.23859%207%2012C7%2012.2403%207.01751%2012.4765%207.0498%2012.7078L3.87109%2015.8867C3.06787%2015.1646%202.37744%2014.4658%201.85352%2013.9064C0.839843%2012.8242%200.847656%2011.1714%201.86572%2010.0967C2.83691%209.07159%204.37207%207.57404%206.12793%206.32556C7.85059%205.10046%209.94287%204%2012%204ZM12%2017C11.7598%2017%2011.5234%2016.983%2011.292%2016.9503L8.9331%2019.3093C9.92676%2019.7306%2010.9644%2020%2012%2020C14.0869%2020%2016.1846%2018.9049%2017.9082%2017.6786C19.6616%2016.4308%2021.1836%2014.9334%2022.146%2013.9064C23.1597%2012.8242%2023.1523%2011.1714%2022.1343%2010.0967C21.6079%209.54126%2020.916%208.84717%2020.1133%208.12909L16.9502%2011.2922C16.9829%2011.5234%2017%2011.7597%2017%2012C17%2014.7614%2014.7612%2017%2012%2017Z%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_crown {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cg%20fill%3D%22%231EA01E%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M16.3031358%2C8.65192812%20L20.4855042%2C6.14250707%20C21.2118491%2C5.70670017%2022.1171727%2C6.31485065%2021.9883717%2C7.15205718%20L19.9883717%2C20.1520572%20C19.9133207%2C20.6398889%2019.4935711%2C21%2019%2C21%20L5%2C21%20C4.50642892%2C21%204.08667933%2C20.6398889%204.0116283%2C20.1520572%20L2.0116283%2C7.15205718%20C1.8828273%2C6.31485065%202.78815092%2C5.70670017%203.51449576%2C6.14250707%20L7.69686416%2C8.65192812%20L11.1679497%2C3.4452998%20C11.5637718%2C2.85156673%2012.4362282%2C2.85156673%2012.8320503%2C3.4452998%20L16.3031358%2C8.65192812%20Z%20M5.85791896%2C19%20L18.142081%2C19%20L19.6876841%2C8.9535799%20L16.5144958%2C10.8574929%20C16.0567723%2C11.132127%2015.4640446%2C10.9988425%2015.1679497%2C10.5547002%20L12%2C5.80277564%20L8.83205029%2C10.5547002%20C8.53595541%2C10.9988425%207.94322766%2C11.132127%207.48550424%2C10.8574929%20L4.31231586%2C8.9535799%20L5.85791896%2C19%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M8%2C17%20C7.44771525%2C17%207%2C16.5522847%207%2C16%20C7%2C15.4477153%207.44771525%2C15%208%2C15%20L16%2C15%20C16.5522847%2C15%2017%2C15.4477153%2017%2C16%20C17%2C16.5522847%2016.5522847%2C17%2016%2C17%20L8%2C17%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_desktop {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M2%205V15C2%2016.6569%203.34315%2018%205%2018H19C20.6569%2018%2022%2016.6569%2022%2015V5C22%203.34315%2020.6569%202%2019%202H5C3.34315%202%202%203.34315%202%205ZM5%204H19C19.5523%204%2020%204.44772%2020%205V13C20%2013.5523%2019.5523%2014%2019%2014H5C4.44772%2014%204%2013.5523%204%2013V5C4%204.44772%204.44772%204%205%204ZM10%2019V20H8C7.44772%2020%207%2020.4477%207%2021C7%2021.5523%207.44772%2022%208%2022H16C16.5523%2022%2017%2021.5523%2017%2021C17%2020.4477%2016.5523%2020%2016%2020H14V19H10Z%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_eye {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%204C9.94287%204%207.85059%205.10046%206.12793%206.32556C4.37207%207.57404%202.83692%209.07159%201.86573%2010.0967C0.847659%2011.1714%200.839847%2012.8242%201.85352%2013.9064C2.81592%2014.9334%204.33789%2016.4308%206.0918%2017.6786C7.81494%2018.9049%209.9126%2020%2012%2020C14.0869%2020%2016.1846%2018.9049%2017.9082%2017.6786C19.6616%2016.4308%2021.1836%2014.9334%2022.146%2013.9064C23.1597%2012.8242%2023.1523%2011.1714%2022.1343%2010.0967C21.1631%209.07159%2019.6274%207.57404%2017.8721%206.32556C16.1494%205.10046%2014.0571%204%2012%204ZM17%2012C17%2014.7614%2014.7612%2017%2012%2017C9.23877%2017%207%2014.7614%207%2012C7%209.23859%209.23877%207%2012%207C14.7612%207%2017%209.23859%2017%2012ZM12%2015C13.6567%2015%2015%2013.6569%2015%2012C15%2010.3431%2013.6567%209%2012%209C10.3433%209%209%2010.3431%209%2012C9%2013.6569%2010.3433%2015%2012%2015Z%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_geo {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%231ea01e%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2C1%20C12.5523%2C1%2013%2C1.447754%2013%2C2%20L13%2C3.05493%20C17.1716%2C3.51611%2020.4839%2C6.82837%2020.9451%2C11%20L22%2C11%20C22.5523%2C11%2023%2C11.4478%2023%2C12%20C23%2C12.5522%2022.5523%2C13%2022%2C13%20L20.9451%2C13%20C20.4839%2C17.1716%2017.1716%2C20.4839%2013%2C20.9451%20L13%2C22%20C13%2C22.5522%2012.5523%2C23%2012%2C23%20C11.4477%2C23%2011%2C22.5522%2011%2C22%20L11%2C20.9451%20C6.82838%2C20.4839%203.51608%2C17.1716%203.05493%2C13%20L2%2C13%20C1.447716%2C13%201%2C12.5522%201%2C12%20C1%2C11.4478%201.447716%2C11%202%2C11%20L3.05493%2C11%20C3.51608%2C6.82837%206.82838%2C3.51611%2011%2C3.05493%20L11%2C2%20C11%2C1.447754%2011.4477%2C1%2012%2C1%20Z%20M12%2C19%20C15.866%2C19%2019%2C15.866%2019%2C12%20C19%2C8.13403%2015.866%2C5%2012%2C5%20C8.134%2C5%205%2C8.13403%205%2C12%20C5%2C15.866%208.134%2C19%2012%2C19%20Z%20M12%2C17%20C9.23857%2C17%207%2C14.7615%207%2C12%20C7%2C9.23853%209.23857%2C7%2012%2C7%20C14.7614%2C7%2017%2C9.23853%2017%2C12%20C17%2C14.7615%2014.7614%2C17%2012%2C17%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_letter {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M4%203C2.5%203%201%204.5%201%206V18C1%2019.5%202.5%2021%204%2021H20C21.5%2021%2023%2019.5%2023%2018V6C23%204.5%2021.5%203%2020%203H4ZM21%208.35341L12%2012.4034L3%208.35341V6C3%205.44772%203.44772%205%204%205H20C20.5523%205%2021%205.44772%2021%206V8.35341ZM21%2010.5466V18C21%2018.5523%2020.5523%2019%2020%2019H4C3.44772%2019%203%2018.5523%203%2018V10.5466L11.1793%2014.2273C11.7012%2014.4621%2012.2988%2014.4621%2012.8207%2014.2273L21%2010.5466Z%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_like {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M3.00748643%2C9.61765997%20C3.00271817%2C9.6298456%203.00022269%2C10.2969139%203%2C11.6188648%20L11.7761457%2C11.6188648%20L11.272711%2C14.0279707%20L10.6598191%2C16.960633%20L14.9910671%2C12.6294378%20C14.9964386%2C12.6239917%2014.9994162%2C9.28713406%2015%2C2.61886478%20L6.00064073%2C2.61886478%20L3.00748643%2C9.61765997%20Z%20M8.89705685%2C15.6188648%20L8.98254836%2C15.2097588%20L9.315%2C13.6188648%20L7.68974065%2C13.6188648%20L7.27179749%2C13.6188648%20L3%2C13.6188648%20C1.895%2C13.6188648%201%2C12.7238648%201%2C11.6188648%20L1%2C9.61886478%20C1%2C9.36386478%201.055%2C9.11886478%201.1449995%2C8.88886478%20L4.16%2C1.83886478%20C4.46%2C1.12386478%205.17%2C0.61886478%206%2C0.61886478%20L15%2C0.61886478%20C16.105%2C0.61886478%2017%2C1.51386478%2017%2C2.61886478%20L17%2C12.6188648%20C17%2C13.1688648%2016.775%2C13.6688648%2016.415%2C14.0338648%20L10.890012%2C19.5588527%20C10.3037765%2C20.1450882%209.35399408%2C20.1473282%208.765%2C19.5638643%20C8.495%2C19.2938638%208.325%2C18.9188658%208.325%2C18.5038648%20C8.325%2C18.3938643%208.34%2C18.2888648%208.36%2C18.1888643%20L8.89705685%2C15.6188648%20Z%20M19%2C0.61886478%20L23%2C0.61886478%20L23%2C12.6188648%20L19%2C12.6188648%20L19%2C0.61886478%20Z%22%20transform%3D%22rotate(180%2012%2010.31)%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_like_full {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M15%2C0.61886478%20L6%2C0.61886478%20C5.17%2C0.61886478%204.46%2C1.12386478%204.16%2C1.83886478%20L1.1449995%2C8.88886478%20C1.055%2C9.11886478%201%2C9.36386478%201%2C9.61886478%20L1%2C11.6188648%20C1%2C12.7238648%201.895%2C13.6188648%203%2C13.6188648%20L9.315%2C13.6188648%20L8.36%2C18.1888643%20C8.34%2C18.2888648%208.325%2C18.3938643%208.325%2C18.5038648%20C8.325%2C18.9188658%208.495%2C19.2938638%208.765%2C19.5638643%20L8.765%2C19.5638643%20C9.35399408%2C20.1473282%2010.3037765%2C20.1450882%2010.890012%2C19.5588527%20L16.415%2C14.0338648%20C16.775%2C13.6688648%2017%2C13.1688648%2017%2C12.6188648%20L17%2C2.61886478%20C17%2C1.51386478%2016.105%2C0.61886478%2015%2C0.61886478%20Z%20M19%2C0.61886478%20L19%2C12.6188648%20L23%2C12.6188648%20L23%2C0.61886478%20L19%2C0.61886478%20Z%22%20transform%3D%22rotate(180%2012%2010.31)%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_list_edit {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2051%20(57462)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0D%0A%20%20%20%20%3Ctitle%3Elist%20edit%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22list-edit%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Rectangle-19%22%20points%3D%220%200%2024%200%2024%2024%200%2024%22%3E%3C%2Fpolygon%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M5%2C6%20C4.44772%2C6%204%2C6.44772%204%2C7%20L4%2C19%20C4%2C19.5523%204.44772%2C20%205%2C20%20L17%2C20%20C17.5523%2C20%2018%2C19.5523%2018%2C19%20L18%2C16%20C18%2C15.4477%2018.4477%2C15%2019%2C15%20C19.5523%2C15%2020%2C15.4477%2020%2C16%20L20%2C19%20C20%2C20.6569%2018.6569%2C22%2017%2C22%20L5%2C22%20C3.34315%2C22%202%2C20.6569%202%2C19%20L2%2C7%20C2%2C5.34315%203.34315%2C4%205%2C4%20L8%2C4%20C8.55228%2C4%209%2C4.44772%209%2C5%20C9%2C5.55228%208.55228%2C6%208%2C6%20L5%2C6%20Z%20M19.1216%2C2.707%20L21.293%2C4.87863%20C22.4648%2C6.05014%2022.4648%2C7.94968%2021.293%2C9.12119%20L12.4141%2C18%20L6%2C18%20L6%2C11.5857%20L14.8789%2C2.707%20C16.0503%2C1.53549%2017.9497%2C1.53549%2019.1216%2C2.707%20Z%20M9.45703%2C10.957%20L13.043%2C14.5429%20L18.5859%2C8.99997%20L15%2C5.41403%20L9.45703%2C10.957%20Z%20M8%2C12.5%20L8%2C16%20L11.5%2C16%20L8%2C12.5%20Z%22%20id%3D%22Combined-Shape%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_load {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%202C12.5523%202%2013%202.44772%2013%203V12.5858L16.2929%209.29289C16.6834%208.90237%2017.3166%208.90237%2017.7071%209.29289C18.0976%209.68342%2018.0976%2010.3166%2017.7071%2010.7071L12.7071%2015.7071C12.3166%2016.0976%2011.6834%2016.0976%2011.2929%2015.7071L6.29289%2010.7071C5.90237%2010.3166%205.90237%209.68342%206.29289%209.29289C6.68342%208.90237%207.31658%208.90237%207.70711%209.29289L11%2012.5858V3C11%202.44772%2011.4477%202%2012%202ZM3%2012C3.55228%2012%204%2012.4477%204%2013V17C4%2018.6569%205.34315%2020%207%2020H17C18.6569%2020%2020%2018.6569%2020%2017V13C20%2012.4477%2020.4477%2012%2021%2012C21.5523%2012%2022%2012.4477%2022%2013V17C22%2019.7614%2019.7614%2022%2017%2022H7C4.23858%2022%202%2019.7614%202%2017V13C2%2012.4477%202.44772%2012%203%2012Z%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_m2 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cg%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M2.66381%2C6.0582%20C3.06188%2C5.9161%203.50631%2C6.03962%203.77396%2C6.36675%20L8.51903%2C12.0005%20L13.226%2C6.36675%20C13.4937%2C6.03962%2013.9381%2C5.9161%2014.3362%2C6.0582%20C14.7343%2C6.20029%2015%2C6.57732%2015%2C6.99999%20L15%2C21%20C15%2C21.5523%2014.5523%2C22%2014%2C22%20C13.4477%2C22%2013%2C21.5523%2013%2C21%20L13%2C9.8014%20L9.29299%2C14.2129%20C9.10306%2C14.4451%208.81896%2C14.5797%208.51903%2C14.5797%20C8.2191%2C14.5797%207.935%2C14.4451%207.74507%2C14.2129%20L4%2C9.8014%20L4%2C21%20C4%2C21.5523%203.55228%2C22%203%2C22%20C2.44772%2C22%202%2C21.5523%202%2C21%20L2%2C6.99999%20C2%2C6.57732%202.26574%2C6.20029%202.66381%2C6.0582%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M18.4059%2C3.34338%20C18.1693%2C3.53274%2018%2C3.81035%2018%2C4.25003%20C18%2C4.80231%2017.5523%2C5.25003%2017%2C5.25003%20C16.4477%2C5.25003%2016%2C4.80231%2016%2C4.25003%20C16%2C3.18969%2016.4557%2C2.34229%2017.1566%2C1.78164%20C17.8319%2C1.24133%2018.6886%2C1%2019.5%2C1%20C20.3114%2C0.999997%2021.1681%2C1.24132%2021.8434%2C1.78163%20C22.5443%2C2.34227%2023%2C3.18967%2023%2C4.25%20C23%2C5.25483%2022.4829%2C6.00249%2021.8945%2C6.54184%20C21.3247%2C7.06413%2020.5966%2C7.47566%2019.9819%2C7.81372%20C19.6465%2C7.9982%2019.1936%2C7.9982%2019.1936%2C7.9982%20L22%2C7.9982%20C22.5523%2C7.9982%2023%2C8.44591%2023%2C8.9982%20C23%2C9.55048%2022.5523%2C9.9982%2022%2C9.9982%20L17%2C9.9982%20C16.4477%2C9.9982%2016%2C9.55048%2016%2C8.9982%20C16%2C8.03073%2016.6167%2C7.61849%2017.1646%2C7.18934%20C17.6511%2C6.80827%2018.2703%2C6.47001%2018.8116%2C6.1743%20L18.8117%2C6.1743%20L18.8128%2C6.17369%20C18.8827%2C6.13551%2018.9512%2C6.09805%2019.0181%2C6.06129%20C19.6534%2C5.71184%2020.1753%2C5.40462%2020.543%2C5.06753%20C20.8921%2C4.74751%2021%2C4.49517%2021%2C4.25%20C21%2C3.81033%2020.8307%2C3.53272%2020.5941%2C3.34337%20C20.3319%2C3.13367%2019.9386%2C3%2019.5%2C3%20C19.0614%2C3%2018.6681%2C3.13368%2018.4059%2C3.34338%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_map_pin {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M12%2C1%20C17.0981392%2C1%2021%2C4.9943951%2021%2C10.2727273%20C21%2C13.4748914%2018.7050477%2C17.4145934%2014.1794654%2C22.1990585%20C14.1412561%2C22.2394536%2014.1019311%2C22.2787786%2014.061536%2C22.3169879%20C12.8578455%2C23.4555476%2010.9590762%2C23.4027462%209.82052953%2C22.1990532%20C5.29495064%2C17.4145904%203%2C13.4748902%203%2C10.2727273%20C3%2C4.9943951%206.90186085%2C1%2012%2C1%20Z%20M12%2C3%20C8.01705807%2C3%205%2C6.08860886%205%2C10.2727273%20C5%2C12.8273774%207.06972801%2C16.380442%2011.2735111%2C20.8247007%20C11.6530262%2C21.2259313%2012.2859476%2C21.2435317%2012.6871787%2C20.864011%20C12.7006438%2C20.8512745%2012.7137521%2C20.8381661%2012.7264887%2C20.824701%20C16.9302703%2C16.3804448%2019%2C12.8273784%2019%2C10.2727273%20C19%2C6.08860886%2015.9829419%2C3%2012%2C3%20Z%20M12%2C7%20C10.4168687%2C7%209%2C8.41686875%209%2C10%20C9%2C11.5831313%2010.4168687%2C13%2012%2C13%20C13.5831313%2C13%2015%2C11.5831313%2015%2C10%20C15%2C8.41686875%2013.5831313%2C7%2012%2C7%20Z%20M12%2C5%20C14.6877007%2C5%2017%2C7.31229925%2017%2C10%20C17%2C12.6877007%2014.6877007%2C15%2012%2C15%20C9.31229925%2C15%207%2C12.6877007%207%2C10%20C7%2C7.31229925%209.31229925%2C5%2012%2C5%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_marker {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M6.492%2020H21.0004C21.5527%2020%2022.0004%2020.4477%2022.0004%2021C22.0004%2021.5523%2021.5527%2022%2021.0004%2022H5.00042C4.44813%2022%204.00042%2021.5523%204.00042%2021C4.00042%2020.689%204.14235%2020.4112%204.36497%2020.2278C4.05553%2020.1272%203.76153%2019.9676%203.50042%2019.75C2.63267%2019.0269%202.40874%2017.7854%202.96916%2016.8047L3.87152%2015.2256C3.72487%2014.687%203.72852%2014.1083%203.89876%2013.555L5.39855%208.6807C5.54245%208.21302%205.79857%207.78764%206.14457%207.44164L11.2933%202.29289C11.6838%201.90237%2012.317%201.90237%2012.7075%202.29289C13.098%202.68342%2013.098%203.31658%2012.7075%203.70711L8.41463%208L15.0004%2014.5858L19.2933%2010.2929C19.6838%209.90237%2020.317%209.90237%2020.7075%2010.2929C21.098%2010.6834%2021.098%2011.3166%2020.7075%2011.7071L15.5588%2016.8559C15.2128%2017.2019%2014.7874%2017.458%2014.3197%2017.6019L9.44542%2019.1017C8.89999%2019.2695%208.32986%2019.2754%207.79784%2019.1351L6.62505%2019.9169C6.58131%2019.9461%206.53694%2019.9738%206.492%2020ZM13.3836%2015.7974L7.20304%209.61684L5.81032%2014.1432C5.70139%2014.4972%205.79708%2014.8824%206.05899%2015.1444L7.85605%2016.9414C8.11797%2017.2033%208.50321%2017.299%208.85724%2017.1901L13.3836%2015.7974Z%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_notifications_on {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M11.4341%2021.9082L10.7593%2022.2978C8.91332%2023.3636%206.49263%2022.3375%206.28431%2020.3851C6.0853%2018.7165%205.03217%2016.173%203.11801%2012.8147C1.58634%2010.1275%202.35818%206.75381%204.81362%204.98189C4.31656%204.56918%204.00004%203.94655%204.00004%203.25C4.00004%202.00736%205.0074%201%206.25004%201C7.37394%201%208.30537%201.82403%208.47312%202.90088C11.1909%201.80279%2014.3718%202.83615%2015.8937%205.43866C17.8449%208.77551%2019.5211%2010.9593%2020.8338%2011.9424C22.4859%2013.077%2022.1437%2015.725%2020.2856%2016.7978L15.7529%2019.4148C15.9113%2019.743%2016%2020.1111%2016%2020.5C16%2021.8807%2014.8808%2023%2013.5%2023C12.6416%2023%2011.8843%2022.5673%2011.4341%2021.9082ZM6.33072%206.37943C4.42504%207.47967%203.76591%209.91256%204.85558%2011.8243C6.89148%2015.3962%208.032%2018.1508%208.27163%2020.1606C8.31954%2020.6094%209.10613%2020.9429%209.75933%2020.5657L19.2856%2015.0657C19.9466%2014.6841%2020.0563%2013.8347%2019.6686%2013.5674C18.0578%2012.3623%2016.2425%209.99732%2014.1672%206.44825C13.0564%204.54871%2010.6199%203.90308%208.71422%205.00332L6.33072%206.37943Z%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_obj {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5%2015.7659C4.49126%2015.3106%204.14584%2014.6887%204.03684%2013.9994C4.02461%2013.9999%204.01233%2014.0001%204%2014.0001H3C2.44772%2014.0001%202%2013.5524%202%2013.0001V9.00008C2%208.44779%202.44772%208.00008%203%208.00008H4C4.01233%208.00008%204.02461%208.0003%204.03684%208.00074C4.21278%206.8882%205.00468%205.95092%206.10518%205.60702L18.1052%201.85702C18.3948%201.7665%2018.6965%201.72046%2019%201.72046C20.6569%201.72046%2022%203.0636%2022%204.72046V17.2797C22%2017.5832%2021.954%2017.8849%2021.8634%2018.1745C21.3692%2019.756%2019.6866%2020.6373%2018.1052%2020.1431L11%2017.9228V19.4385C11%2019.6519%2010.9738%2019.8645%2010.9221%2020.0714C10.5725%2021.4697%209.15568%2022.3198%207.75746%2021.9702L7.27239%2021.849C5.93689%2021.5151%205%2020.3151%205%2018.9385V15.7659ZM11%2015.8274L18.7017%2018.2342C19.2289%2018.3989%2019.7897%2018.1051%2019.9545%2017.578C19.9847%2017.4814%2020%2017.3808%2020%2017.2797V4.72046C20%204.16817%2019.5523%203.72046%2019%203.72046C18.8988%203.72046%2018.7983%203.73581%2018.7017%203.76598L6.70173%207.51598C6.28425%207.64644%206%208.03307%206%208.47046V13.5297C6%2013.6863%206.03642%2013.8363%206.10233%2013.9705L11%2015.8071V15.8274ZM7%2018.9385C7%2019.3974%207.3123%2019.7974%207.75746%2019.9087L8.24254%2020.0299C8.56916%2020.1116%208.90014%2019.913%208.9818%2019.5864C8.99389%2019.538%209%2019.4884%209%2019.4385V17.1931L7%2016.4431V18.9385Z%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_percent {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2051%20(57462)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0D%0A%20%20%20%20%3Ctitle%3Epercent%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22percent%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Rectangle-19%22%20points%3D%220%200%2024%200%2024%2024%200%2024%22%3E%3C%2Fpolygon%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7%2C9%20C8.10449%2C9%209%2C8.10455%209%2C7%20C9%2C5.89545%208.10449%2C5%207%2C5%20C5.89551%2C5%205%2C5.89545%205%2C7%20C5%2C8.10455%205.89551%2C9%207%2C9%20Z%20M7%2C11%20C9.20898%2C11%2011%2C9.20917%2011%2C7%20C11%2C4.79083%209.20898%2C3%207%2C3%20C4.79102%2C3%203%2C4.79083%203%2C7%20C3%2C9.20917%204.79102%2C11%207%2C11%20Z%20M17%2C19%20C18.1045%2C19%2019%2C18.1046%2019%2C17%20C19%2C15.8954%2018.1045%2C15%2017%2C15%20C15.8955%2C15%2015%2C15.8954%2015%2C17%20C15%2C18.1046%2015.8955%2C19%2017%2C19%20Z%20M17%2C21%20C19.209%2C21%2021%2C19.2092%2021%2C17%20C21%2C14.7908%2019.209%2C13%2017%2C13%20C14.791%2C13%2013%2C14.7908%2013%2C17%20C13%2C19.2092%2014.791%2C21%2017%2C21%20Z%20M19.707%2C5.70709%20C20.0977%2C5.31659%2020.0977%2C4.68341%2019.707%2C4.29291%20C19.3164%2C3.902344%2018.6836%2C3.902344%2018.293%2C4.29291%20L4.29297%2C18.2929%20C3.902344%2C18.6834%203.902344%2C19.3166%204.29297%2C19.7071%20C4.68359%2C20.0977%205.31641%2C20.0977%205.70703%2C19.7071%20L19.707%2C5.70709%20Z%22%20id%3D%22Shape%22%20fill%3D%22%231EA01E%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_phone {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.10701%208.99366C5.90554%208.29544%205.5026%206.79927%205.5026%206.00131C5.40186%204.70462%208.72612%203.50768%209.532%204.2059C10.3379%204.80437%2011.8489%207.69697%2011.1438%208.59468C11.0318%208.7055%2010.8266%208.83173%2010.5929%208.97548C9.98531%209.34923%209.18502%209.84149%209.33053%2010.4898C9.47244%2011.0519%209.81426%2011.6634%2010.1448%2012.2548C10.2835%2012.503%2010.4202%2012.7476%2010.5393%2012.9835C10.5565%2013.0061%2010.5775%2013.0342%2010.6021%2013.067C11.0107%2013.6127%2012.3983%2015.4658%2013.1585%2015.2776C13.7906%2015.1385%2014.2758%2014.9025%2014.6824%2014.7047C14.8589%2014.6188%2015.0207%2014.5401%2015.1732%2014.4797C16.0798%2014.0807%2018.5982%2016.6741%2018.4974%2017.5718C18.3967%2018.4695%2017.1879%2019.5667%2015.979%2019.9656C14.871%2020.3646%2010.9423%2017.1728%2010.1364%2016.3748C7.92024%2014.0807%207.01362%2011.986%206.10701%208.99366ZM16.624%2021.8589C15.9608%2022.0873%2015.3401%2021.9891%2014.9844%2021.9054C14.5786%2021.8098%2014.189%2021.6512%2013.8521%2021.4908C13.1736%2021.1677%2012.4517%2020.7117%2011.8039%2020.2621C10.5144%2019.3669%209.23494%2018.2968%208.7292%2017.796L8.71341%2017.7804L8.69797%2017.7644C6.17447%2015.1521%205.14684%2012.7221%204.19293%209.57358L4.18908%209.56088L4.1854%209.54814C4.07911%209.17977%203.916%208.58866%203.77779%207.97285C3.65479%207.4248%203.5128%206.69442%203.50312%206.06824C3.44739%204.88095%204.15033%204.03538%204.62643%203.59985C5.1625%203.10947%205.81948%202.7488%206.4235%202.50302C7.03465%202.25432%207.72311%202.0698%208.38683%202.01605C8.89836%201.97463%209.94132%201.96057%2010.779%202.64177C11.2432%203.00303%2011.6245%203.51083%2011.8918%203.91562C12.2022%204.38552%2012.501%204.93645%2012.7426%205.49977C12.9786%206.04995%2013.1968%206.69714%2013.2846%207.34596C13.3598%207.90127%2013.409%208.9486%2012.7166%209.83011L12.6396%209.92814L12.551%2010.0159C12.3723%2010.1927%2012.1862%2010.3257%2012.0717%2010.4042C11.9462%2010.4901%2011.8147%2010.5718%2011.7122%2010.635C11.6896%2010.649%2011.6677%2010.6625%2011.6465%2010.6755C11.6241%2010.6893%2011.6026%2010.7026%2011.5817%2010.7155C11.595%2010.7408%2011.6088%2010.7669%2011.6231%2010.7936C11.6764%2010.8933%2011.7549%2011.0344%2011.843%2011.1928C11.9707%2011.4222%2012.1184%2011.6878%2012.2383%2011.9151C12.4395%2012.1829%2012.7616%2012.6072%2013.1165%2012.9843C13.175%2013.0465%2013.229%2013.1015%2013.2782%2013.1497C13.3468%2013.1217%2013.4156%2013.0916%2013.4856%2013.0596C13.5908%2013.0115%2013.6847%2012.9658%2013.7957%2012.9119C13.8293%2012.8955%2013.8644%2012.8784%2013.9019%2012.8603C14.0395%2012.7937%2014.2199%2012.7074%2014.4113%2012.6303C15.0349%2012.3701%2015.6264%2012.4227%2016.0136%2012.5086C16.4202%2012.5988%2016.7784%2012.7633%2017.0602%2012.9198C17.6264%2013.2342%2018.1644%2013.6745%2018.6079%2014.1061C19.0574%2014.5436%2019.4925%2015.0526%2019.8248%2015.5636C19.9902%2015.818%2020.1578%2016.1152%2020.2835%2016.4367C20.3956%2016.7236%2020.5498%2017.2168%2020.4849%2017.7948C20.3561%2018.9426%2019.6211%2019.8534%2019.021%2020.4154C18.3678%2021.0272%2017.5227%2021.5589%2016.624%2021.8589ZM13.5806%2013.4079C13.5806%2013.408%2013.5789%2013.407%2013.5756%2013.4049C13.5789%2013.4068%2013.5806%2013.4078%2013.5806%2013.4079Z%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_pin_on {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M2.28%2015H12.7184L12.0963%2012.5112L9.79212%2010.2071C9.60458%2010.0196%209.49922%209.76522%209.49922%209.5V4C9.49922%203.80258%209.55766%203.60957%209.66717%203.4453L10.6307%202H4.36774L5.33127%203.4453C5.44079%203.60957%205.49922%203.80258%205.49922%204V9.5C5.49922%209.76522%205.39387%2010.0196%205.20633%2010.2071L2.90219%2012.5112L2.28%2015ZM8.5%2017V22H6.5V17H1.00049C0.349921%2017%20-0.127437%2016.3886%200.0303501%2015.7575L1.03035%2011.7575C1.07431%2011.5816%201.16523%2011.4211%201.29339%2011.2929L3.50049%209.08579V4.30278L1.66844%201.5547C1.22541%200.890145%201.7018%200%202.50049%200H12.5005C13.2992%200%2013.7756%200.890145%2013.3325%201.5547L11.5005%204.30278V9.08579L13.7076%2011.2929C13.8358%2011.4211%2013.9267%2011.5816%2013.9706%2011.7575L14.9706%2015.7575C15.1284%2016.3886%2014.6511%2017%2014.0005%2017H8.5Z%22%20transform%3D%22translate(4.5%201)%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_plus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13%2011H21C21.5523%2011%2022%2011.4477%2022%2012C22%2012.5523%2021.5523%2013%2021%2013H13V21C13%2021.5523%2012.5523%2022%2012%2022C11.4477%2022%2011%2021.5523%2011%2021V13H3C2.44772%2013%202%2012.5523%202%2012C2%2011.4477%202.44772%2011%203%2011H11V3C11%202.44772%2011.4477%202%2012%202C12.5523%202%2013%202.44772%2013%203V11Z%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_ruble {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2051%20(57462)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0D%0A%20%20%20%20%3Ctitle%3Eruble%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22ruble%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Rectangle-19%22%20points%3D%220%200%2024%200%2024%2024%200%2024%22%3E%3C%2Fpolygon%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M7%2C3%20C7%2C2.447715%207.44772%2C2%208%2C2%20L13.5%2C2%20C16.5376%2C2%2019%2C4.46243%2019%2C7.5%20C19%2C10.53757%2016.5376%2C13%2013.5%2C13%20L9%2C13%20L9%2C15%20L16%2C15%20C16.5523%2C15%2017%2C15.4477%2017%2C16%20C17%2C16.5523%2016.5523%2C17%2016%2C17%20L9%2C17%20L9%2C21%20C9%2C21.5523%208.55228%2C22%208%2C22%20C7.44772%2C22%207%2C21.5523%207%2C21%20L7%2C17%20L5%2C17%20C4.447715%2C17%204%2C16.5523%204%2C16%20C4%2C15.4477%204.447715%2C15%205%2C15%20L7%2C15%20L7%2C13%20L5%2C13%20C4.447715%2C13%204%2C12.5523%204%2C12%20C4%2C11.44771%204.447715%2C11%205%2C11%20L7%2C11%20L7%2C3%20Z%20M9%2C11%20L13.5%2C11%20C15.433%2C11%2017%2C9.433%2017%2C7.5%20C17%2C5.567%2015.433%2C4%2013.5%2C4%20L9%2C4%20L9%2C11%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_security_close {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7%208V6C7%203.24%209.24%201%2012%201C14.76%201%2017%203.24%2017%206V8H18C19.105%208%2020%208.895%2020%2010V20C20%2021.105%2019.105%2022%2018%2022H6C4.895%2022%204%2021.105%204%2020V10C4%208.895%204.895%208%206%208H7ZM9%208H15V6C15%204.29%2013.71%202.9%2012%202.9C10.29%202.9%209%204.29%209%206V8ZM18%2020V10H6V20H18ZM12%2017C10.895%2017%2010%2016.105%2010%2015C10%2013.895%2010.895%2013%2012%2013C13.105%2013%2014%2013.895%2014%2015C14%2016.105%2013.105%2017%2012%2017Z%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_send {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M3.82482633%2C2.82946651%20L21.9971937%2C11.0896335%20C22.4999753%2C11.3181706%2022.7222943%2C11.9110214%2022.4937573%2C12.4138029%20C22.3937082%2C12.6339108%2022.2173016%2C12.8103174%2021.9971937%2C12.9103665%20L3.82482633%2C21.1705335%20C3.3220448%2C21.3990705%202.72919396%2C21.1767515%202.5006569%2C20.67397%20C2.4108681%2C20.4764346%202.38776578%2C20.255054%202.43483632%2C20.0432366%20L3.83834749%2C14.5%20C3.93426457%2C14.0683731%204.30225527%2C13.750974%204.7432875%2C13.7194717%20L18%2C12%20L4.7432875%2C10.2805283%20C4.30225527%2C10.249026%203.93426457%2C9.9316269%203.83834749%2C9.5%20L2.43483632%2C3.95676345%20C2.31502894%2C3.41763022%202.6549597%2C2.88345331%203.19409292%2C2.76364593%20C3.40591035%2C2.71657539%203.62729095%2C2.7396777%203.82482633%2C2.82946651%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_small_arrow_down {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M12%2C14.2426407%20L16.9497475%2C9.29289322%20C17.3402718%2C8.90236893%2017.9734367%2C8.90236893%2018.363961%2C9.29289322%20C18.7544853%2C9.68341751%2018.7544853%2C10.3165825%2018.363961%2C10.7071068%20L12.7071068%2C16.363961%20C12.3165825%2C16.7544853%2011.6834175%2C16.7544853%2011.2928932%2C16.363961%20L5.63603897%2C10.7071068%20C5.24551468%2C10.3165825%205.24551468%2C9.68341751%205.63603897%2C9.29289322%20C6.02656326%2C8.90236893%206.65972824%2C8.90236893%207.05025253%2C9.29289322%20L12%2C14.2426407%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_speed {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%231EA01E%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15%2C9%20C15%2C8.44771525%2015.4477153%2C8%2016%2C8%20C16.5522847%2C8%2017%2C8.44771525%2017%2C9%20C17%2C9.49185366%2016.6449025%2C9.90076986%2016.1770878%2C9.98436836%20L13.9057223%2C13.3914166%20C13.9669521%2C13.583315%2014%2C13.7877981%2014%2C14%20C14%2C15.1045695%2013.1045695%2C16%2012%2C16%20C10.8954305%2C16%2010%2C15.1045695%2010%2C14%20C10%2C12.8954305%2010.8954305%2C12%2012%2C12%20L15%2C9%20Z%20M8%2C8%20C8.55228475%2C8%209%2C8.44771525%209%2C9%20C9%2C9.55228475%208.55228475%2C10%208%2C10%20C7.44771525%2C10%207%2C9.55228475%207%2C9%20C7%2C8.44771525%207.44771525%2C8%208%2C8%20Z%20M6%2C11%20C6.55228475%2C11%207%2C11.4477153%207%2C12%20C7%2C12.5522847%206.55228475%2C13%206%2C13%20C5.44771525%2C13%205%2C12.5522847%205%2C12%20C5%2C11.4477153%205.44771525%2C11%206%2C11%20Z%20M6%2C15%20C6.55228475%2C15%207%2C15.4477153%207%2C16%20C7%2C16.5522847%206.55228475%2C17%206%2C17%20C5.44771525%2C17%205%2C16.5522847%205%2C16%20C5%2C15.4477153%205.44771525%2C15%206%2C15%20Z%20M12%2C6%20C12.5522847%2C6%2013%2C6.44771525%2013%2C7%20C13%2C7.55228475%2012.5522847%2C8%2012%2C8%20C11.4477153%2C8%2011%2C7.55228475%2011%2C7%20C11%2C6.44771525%2011.4477153%2C6%2012%2C6%20Z%20M18%2C15%20C18.5522847%2C15%2019%2C15.4477153%2019%2C16%20C19%2C16.5522847%2018.5522847%2C17%2018%2C17%20C17.4477153%2C17%2017%2C16.5522847%2017%2C16%20C17%2C15.4477153%2017.4477153%2C15%2018%2C15%20Z%20M18%2C11%20C18.5522847%2C11%2019%2C11.4477153%2019%2C12%20C19%2C12.5522847%2018.5522847%2C13%2018%2C13%20C17.4477153%2C13%2017%2C12.5522847%2017%2C12%20C17%2C11.4477153%2017.4477153%2C11%2018%2C11%20Z%20M4.78086881%2C19.375305%20C5.12587836%2C19.8065669%205.05595698%2C20.4358593%204.62469505%2C20.7808688%20C4.19343311%2C21.1258784%203.56414074%2C21.055957%203.21913119%2C20.624695%20C1.74035872%2C18.7762295%201%2C16.5551533%201%2C14%20C1%2C8.3986409%205.08987947%2C3%2012%2C3%20C18.9101205%2C3%2023%2C8.3986409%2023%2C14%20C23%2C16.5551533%2022.2596413%2C18.7762295%2020.7808688%2C20.624695%20C20.4358593%2C21.055957%2019.8065669%2C21.1258784%2019.375305%2C20.7808688%20C18.944043%2C20.4358593%2018.8741216%2C19.8065669%2019.2191312%2C19.375305%20C20.4070254%2C17.8904372%2021%2C16.1115134%2021%2C14%20C21%2C9.4013591%2017.665637%2C5%2012%2C5%20C6.33436295%2C5%203%2C9.4013591%203%2C14%20C3%2C16.1115134%203.59297461%2C17.8904372%204.78086881%2C19.375305%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_star {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5%202C3.35547%202%202%203.35547%202%205V22H4L8%2018H19C20.6445%2018%2022%2016.6445%2022%2015V5C22%203.35547%2020.6445%202%2019%202H5ZM5%204H19C19.5664%204%2020%204.43359%2020%205V15C20%2015.5664%2019.5664%2016%2019%2016H7L4%2018.668V5C4%204.43359%204.43359%204%205%204ZM12%205L10.5977%208.47656L7%208.78906L9.69922%2011.3164L9%2015L12%2013L15%2015L14.3008%2011.3164L17%208.78906L13.4023%208.47656L12%205Z%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_green_user {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M15%207C15%205.34314%2013.6569%204%2012%204C10.3431%204%209%205.34314%209%207C9%208.65686%2010.3431%2010%2012%2010C13.6569%2010%2015%208.65686%2015%207ZM17%207C17%209.76143%2014.7614%2012%2012%2012C9.23857%2012%207%209.76143%207%207C7%204.23858%209.23857%202%2012%202C14.7614%202%2017%204.23858%2017%207ZM21%2018.9283C21.122%2020.6085%2019.7389%2022%2018.0507%2022L5.95681%2022C4.26854%2022%202.88548%2020.6085%203.0075%2018.9283C3.28678%2015.0828%207.26692%2013%2012.0001%2013C16.7239%2013%2020.7183%2015.0499%2021%2018.9283ZM19.005%2019.0732C18.7951%2016.1819%2015.6055%2015%2011.9998%2015C8.37245%2015%205.20898%2016.2238%205.00204%2019.0732C4.96645%2019.5633%205.4005%2020%205.95661%2020L18.0505%2020C18.6066%2020%2019.0406%2019.5633%2019.005%2019.0732Z%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_grey_collection {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2C11%20L4%2C17%20C4%2C17.5522847%204.44771525%2C18%205%2C18%20L13%2C18%20C13.5522847%2C18%2014%2C17.5522847%2014%2C17%20L14%2C11%20C14%2C10.4477153%2013.5522847%2C10%2013%2C10%20L5%2C10%20C4.44771525%2C10%204%2C10.4477153%204%2C11%20Z%20M5%2C8%20L13%2C8%20C14.6568542%2C8%2016%2C9.34314575%2016%2C11%20L16%2C19%20C16%2C20.6568542%2014.6568542%2C22%2013%2C22%20L5%2C22%20C3.34314575%2C22%202%2C20.6568542%202%2C19%20L2%2C11%20C2%2C9.34314575%203.34314575%2C8%205%2C8%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M6%2C7%20C5.44771525%2C7%205%2C6.55228475%205%2C6%20C5%2C5.44771525%205.44771525%2C5%206%2C5%20L15%2C5%20C17.209139%2C5%2019%2C6.790861%2019%2C9%20L19%2C19%20C19%2C19.5522847%2018.5522847%2C20%2018%2C20%20C17.4477153%2C20%2017%2C19.5522847%2017%2C19%20L17%2C9%20C17%2C7.8954305%2016.1045695%2C7%2015%2C7%20L6%2C7%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M10%2C4%20C9.44771525%2C4%209%2C3.55228475%209%2C3%20C9%2C2.44771525%209.44771525%2C2%2010%2C2%20L16%2C2%20C19.3137085%2C2%2022%2C4.6862915%2022%2C8%20L22%2C15%20C22%2C15.5522847%2021.5522847%2C16%2021%2C16%20C20.4477153%2C16%2020%2C15.5522847%2020%2C15%20L20%2C8%20C20%2C5.790861%2018.209139%2C4%2016%2C4%20L10%2C4%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_grey_comment {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20opacity%3D%220.2%22%20d%3D%22M5%2C2%20C3.355469%2C2%202%2C3.355469%202%2C5%20L2%2C22%20L4%2C22%20L8%2C17%20L19%2C17%20C20.644531%2C17%2022%2C15.644531%2022%2C14%20L22%2C5%20C22%2C3.355469%2020.644531%2C2%2019%2C2%20L5%2C2%20Z%20M5%2C4%20L19%2C4%20C19.566406%2C4%2020%2C4.433594%2020%2C5%20L20%2C14%20C20%2C14.566406%2019.566406%2C15%2019%2C15%20L7%2C15%20L4%2C18.667969%20L4%2C5%20C4%2C4.433594%204.433594%2C4%205%2C4%20Z%20M8.5%2C8%20C7.67157288%2C8%207%2C8.67157288%207%2C9.5%20C7%2C10.3284271%207.67157288%2C11%208.5%2C11%20C9.32842712%2C11%2010%2C10.3284271%2010%2C9.5%20C10%2C8.67157288%209.32842712%2C8%208.5%2C8%20Z%20M12.5%2C8%20C11.6715729%2C8%2011%2C8.67157288%2011%2C9.5%20C11%2C10.3284271%2011.6715729%2C11%2012.5%2C11%20C13.3284271%2C11%2014%2C10.3284271%2014%2C9.5%20C14%2C8.67157288%2013.3284271%2C8%2012.5%2C8%20Z%20M16.5%2C8%20C15.6715729%2C8%2015%2C8.67157288%2015%2C9.5%20C15%2C10.3284271%2015.6715729%2C11%2016.5%2C11%20C17.3284271%2C11%2018%2C10.3284271%2018%2C9.5%20C18%2C8.67157288%2017.3284271%2C8%2016.5%2C8%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_grey_eye {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20opacity%3D%220.2%22%20d%3D%22M12%2C5%20C6%2C5%201.386719%2C11.105469%201.1875%2C11.40625%20C0.886719%2C11.804688%200.886719%2C12.195313%201.1875%2C12.59375%20C1.386719%2C12.894531%206%2C19%2012%2C19%20C18%2C19%2022.613281%2C12.894531%2022.8125%2C12.59375%20C23.113281%2C12.195313%2023.113281%2C11.804688%2022.8125%2C11.40625%20C22.613281%2C11.105469%2018%2C5%2012%2C5%20Z%20M12%2C7%20C14.800781%2C7%2017%2C9.199219%2017%2C12%20C17%2C14.800781%2014.800781%2C17%2012%2C17%20C9.199219%2C17%207%2C14.800781%207%2C12%20C7%2C9.199219%209.199219%2C7%2012%2C7%20Z%20M12%2C9.5%20C10.621094%2C9.5%209.5%2C10.621094%209.5%2C12%20C9.5%2C13.378906%2010.621094%2C14.5%2012%2C14.5%20C13.378906%2C14.5%2014.5%2C13.378906%2014.5%2C12%20C14.5%2C10.621094%2013.378906%2C9.5%2012%2C9.5%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_grey_favorites {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M21%2C8%20C21%2C5.73495862%2019.1411158%2C4%2017%2C4%20C15.6745572%2C4%2014.2621927%2C4.84741869%2012.7682213%2C6.6401844%20C12.3684262%2C7.11993853%2011.6315738%2C7.11993853%2011.2317787%2C6.6401844%20C9.73780729%2C4.84741869%208.32544282%2C4%207%2C4%20C4.85888424%2C4%203%2C5.73495862%203%2C8%20C3%2C10.5086623%205.9865039%2C14.4765912%2012%2C19.6825544%20C18.0134961%2C14.4765912%2021%2C10.5086623%2021%2C8%20Z%20M17%2C2%20C20.2160271%2C2%2023%2C4.59837471%2023%2C7.99999999%20C23%2C11.4028489%2019.5342409%2C15.9083357%2012.6476484%2C21.7619393%20C12.2742199%2C22.0793536%2011.7257801%2C22.0793536%2011.3523516%2C21.7619393%20C4.46575909%2C15.9083357%201%2C11.4028489%201%2C7.99999999%20C1%2C4.59837471%203.7839729%2C2%207%2C2%20C8.73006508%2C2%2010.3955985%2C2.85568988%2012%2C4.5044262%20C13.6044015%2C2.85568988%2015.2699349%2C2%2017%2C2%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_grey_message {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill-opacity%3D%22.2%22%20d%3D%22M19.5820547%2C20.0197804%20C19.5482831%2C20.4096643%2019.400871%2C20.7810742%2019.1580804%2C21.0879988%20C18.4727984%2C21.9543003%2017.2149915%2C22.1010457%2016.3486803%2C21.4157562%20C15.6275463%2C20.8452937%2014.8942044%2C20.3737601%2014.1485348%2C20%20L9.5%2C20%20C4.80557963%2C20%201%2C16.1944204%201%2C11.5%20C1%2C6.80557963%204.80557963%2C3%209.5%2C3%20L14.5%2C3%20C19.1944204%2C3%2023%2C6.80557963%2023%2C11.5%20C23%2C14.1014484%2021.8221285%2C16.5081246%2019.8485028%2C18.106721%20C19.7290653%2C18.7112141%2019.6401668%2C19.3488926%2019.5820547%2C20.0197804%20Z%20M17.9691521%2C17.3245004%20L18.0503651%2C16.9585978%20L18.3520712%2C16.736216%20C20.0054775%2C15.5175216%2021%2C13.5925932%2021%2C11.5%20C21%2C7.91014913%2018.0898509%2C5%2014.5%2C5%20L9.5%2C5%20C5.91014913%2C5%203%2C7.91014913%203%2C11.5%20C3%2C15.0898509%205.91014913%2C18%209.5%2C18%20L14.6058783%2C18%20L14.8099857%2C18.09727%20C15.7628629%2C18.5513759%2016.6894249%2C19.1351845%2017.5894945%2C19.8471963%20C17.6663495%2C18.9601636%2017.7927544%2C18.1192546%2017.9691521%2C17.3245004%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_grey_message_new {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M13.3414114%2C3%20C13.1203084%2C3.62555785%2013%2C4.29872915%2013%2C5%20L9.5%2C5%20C5.91014913%2C5%203%2C7.91014913%203%2C11.5%20C3%2C15.0898509%205.91014913%2C18%209.5%2C18%20L14.6058783%2C18%20L14.8099857%2C18.09727%20C15.7628629%2C18.5513759%2016.6894249%2C19.1351845%2017.5894945%2C19.8471963%20C17.6663495%2C18.9601636%2017.7927544%2C18.1192546%2017.9691521%2C17.3245004%20L18.0503651%2C16.9585978%20L18.3520712%2C16.736216%20C20.0054775%2C15.5175216%2021%2C13.5925932%2021%2C11.5%20C21%2C11.2210749%2020.9824314%2C10.9462532%2020.9483404%2C10.6765811%20C21.627963%2C10.4433709%2022.2524784%2C10.0915465%2022.7971727%2C9.64582146%20C22.9299636%2C10.2426684%2023%2C10.8631553%2023%2C11.5%20C23%2C14.1014484%2021.8221285%2C16.5081246%2019.8485028%2C18.106721%20C19.7290653%2C18.7112141%2019.6401668%2C19.3488926%2019.5820547%2C20.0197804%20C19.5482831%2C20.4096643%2019.400871%2C20.7810742%2019.1580804%2C21.0879988%20C18.4727984%2C21.9543003%2017.2149915%2C22.1010457%2016.3486803%2C21.4157562%20C15.6275463%2C20.8452937%2014.8942044%2C20.3737601%2014.1485348%2C20%20L9.5%2C20%20C4.80557963%2C20%201%2C16.1944204%201%2C11.5%20C1%2C6.80557963%204.80557963%2C3%209.5%2C3%20L13.3414114%2C3%20Z%22%20opacity%3D%22.2%22%2F%3E%0D%0A%20%20%20%20%3Ccircle%20cx%3D%2219%22%20cy%3D%225%22%20r%3D%224%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_grey_notification {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M11.4340497%2C21.90821%20L10.7592816%2C22.2977875%20C8.91327751%2C23.3635785%206.49258174%2C22.3374691%206.28426816%2C20.385127%20C6.08525343%2C18.7164885%205.03212558%2C16.1729639%203.1179678%2C12.8146927%20C1.58629785%2C10.1274727%202.35813977%2C6.75380821%204.81357421%2C4.98189091%20C4.31651904%2C4.56917618%204%2C3.94655158%204%2C3.25%20C4%2C2.00735931%205.00735931%2C1%206.25%2C1%20C7.37389567%2C1%208.30532783%2C1.82403425%208.47307776%2C2.90088404%20C11.1908934%2C1.80278858%2014.3717469%2C2.83614648%2015.8936142%2C5.43866387%20C17.8448846%2C8.77551121%2019.5210785%2C10.9593105%2020.8337361%2C11.9423788%20C22.4858569%2C13.0770181%2022.1436997%2C15.7249907%2020.285561%2C16.7977875%20L15.7528102%2C19.4147724%20C15.911215%2C19.7430012%2016%2C20.1111322%2016%2C20.5%20C16%2C21.8807119%2014.8807119%2C23%2013.5%2C23%20C12.6415774%2C23%2011.884206%2C22.5673487%2011.4340497%2C21.90821%20Z%20M6.33067251%2C6.37942765%20C4.42499231%2C7.47967263%203.76587006%2C9.91255919%204.85553498%2C11.8243088%20C6.89143087%2C15.3961619%208.03195593%2C18.1507692%208.27158239%2C20.1605628%20C8.31949404%2C20.6094312%209.10608549%2C20.9428597%209.75928156%2C20.5657367%20L19.285561%2C15.0657367%20C19.9465294%2C14.6841265%2020.0562893%2C13.8346884%2019.6685685%2C13.5674153%20C18.0577999%2C12.3623446%2016.2425017%2C9.99731578%2014.167134%2C6.44825086%20C13.0563419%2C4.54870571%2010.6198464%2C3.90308186%208.71417316%2C5.00332282%20L6.33067251%2C6.37942765%20Z%22%20opacity%3D%22.2%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_grey_notification_new {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15.7528102%2C19.4147724%20C15.911215%2C19.7430012%2016%2C20.1111322%2016%2C20.5%20C16%2C21.8807119%2014.8807119%2C23%2013.5%2C23%20C12.6415774%2C23%2011.884206%2C22.5673487%2011.4340497%2C21.90821%20L10.7592816%2C22.2977875%20C8.91327751%2C23.3635785%206.49258174%2C22.3374691%206.28426816%2C20.385127%20C6.08525343%2C18.7164885%205.03212558%2C16.1729639%203.1179678%2C12.8146927%20C1.58629785%2C10.1274727%202.35813977%2C6.75380821%204.81357421%2C4.98189091%20C4.31651904%2C4.56917618%204%2C3.94655158%204%2C3.25%20C4%2C2.00735931%205.00735931%2C1%206.25%2C1%20C7.37389567%2C1%208.30532783%2C1.82403425%208.47307776%2C2.90088404%20C10.0724668%2C2.25467322%2011.8322118%2C2.3466115%2013.3198458%2C3.06210388%20C13.1124968%2C3.67003119%2013%2C4.32187808%2013%2C5%20C13%2C5.06213092%2013.0009444%2C5.12404128%2013.0028195%2C5.18571749%20C11.769236%2C4.32658358%2010.1011189%2C4.20256935%208.71417316%2C5.00332282%20L6.33067251%2C6.37942765%20C4.42499231%2C7.47967263%203.76587006%2C9.91255919%204.85553498%2C11.8243088%20C6.89143087%2C15.3961619%208.03195593%2C18.1507692%208.27158239%2C20.1605628%20C8.31949404%2C20.6094312%209.10608549%2C20.9428597%209.75928156%2C20.5657367%20L19.285561%2C15.0657367%20C19.9465294%2C14.6841265%2020.0562893%2C13.8346884%2019.6685685%2C13.5674153%20C18.803262%2C12.9200501%2017.8789312%2C11.9379384%2016.8869661%2C10.6173475%20C17.5441909%2C10.8646908%2018.2562939%2C11%2019%2C11%20C19.2561552%2C11%2019.5085613%2C10.9839479%2019.7562672%2C10.9527948%20C20.1382338%2C11.3607267%2020.497884%2C11.6908542%2020.8337361%2C11.9423788%20C22.4858569%2C13.0770181%2022.1436997%2C15.7249907%2020.285561%2C16.7977875%20L15.7528102%2C19.4147724%20Z%22%20opacity%3D%22.2%22%2F%3E%0D%0A%20%20%20%20%3Ccircle%20cx%3D%2219%22%20cy%3D%225%22%20r%3D%224%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_grey_photo {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20opacity%3D%220.2%22%20d%3D%22M6.03162505%2C5%20L8.53162505%2C2%20L15.4683749%2C2%20L17.9683749%2C5%20L20%2C5%20C21.6572847%2C5%2023%2C6.34271525%2023%2C8%20L23%2C19%20C23%2C20.6572844%2021.6572846%2C22%2020%2C22%20L4%2C22%20C2.34271538%2C22%201%2C20.6572844%201%2C19%20L1%2C8%20C1%2C6.34271525%202.34271525%2C5%204%2C5%20L6.03162505%2C5%20Z%20M9.46837495%2C4%20L6.96837495%2C7%20L4%2C7%20C3.44728475%2C7%203%2C7.44728475%203%2C8%20L3%2C19%20C3%2C19.552715%203.44728496%2C20%204%2C20%20L20%2C20%20C20.552715%2C20%2021%2C19.552715%2021%2C19%20L21%2C8%20C21%2C7.44728475%2020.5527153%2C7%2020%2C7%20L17.0316251%2C7%20L14.5316251%2C4%20L9.46837495%2C4%20Z%20M12%2C18%20C9.24%2C18%207%2C15.76%207%2C13%20C7%2C10.24%209.24%2C8%2012%2C8%20C14.76%2C8%2017%2C10.24%2017%2C13%20C17%2C15.76%2014.76%2C18%2012%2C18%20Z%20M15.2%2C13%20C15.2%2C11.23269%2013.76731%2C9.8%2012%2C9.8%20C10.23269%2C9.8%208.8%2C11.23269%208.8%2C13%20C8.8%2C14.76731%2010.23269%2C16.2%2012%2C16.2%20C13.76731%2C16.2%2015.2%2C14.76731%2015.2%2C13%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_grey_roul {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill-opacity%3D%22.2%22%20d%3D%22M12.8461538%2C4.52285832%20L12.8461538%2C9.80335775%20L17.8092445%2C4.84026715%20L13.7070028%2C3.09896888%20L14.6902065%2C1.47233217%20C14.7404778%2C1.38916206%2014.7781192%2C1.29950989%2014.8023142%2C1.20630483%20C19.5201222%2C2.4455205%2023%2C6.73945267%2023%2C11.8461538%20C23%2C17.9212861%2018.0751322%2C22.8461538%2012%2C22.8461538%20C5.92486775%2C22.8461538%201%2C17.9212861%201%2C11.8461538%20C1%2C6.73954428%204.47975293%2C2.44567455%209.19743196%2C1.20637152%20C9.22120348%2C1.29779281%209.25843233%2C1.38735897%209.3097935%2C1.47233217%20L10.3091862%2C3.12575247%20L6.15474435%2C4.80425595%20L11.1538462%2C9.80335775%20L11.1538462%2C4.52285198%20C11.2367887%2C4.65454166%2011.3493758%2C4.76513094%2011.4827132%2C4.84572535%20C11.950106%2C5.12823604%2012.5564592%2C4.98317075%2012.8461538%2C4.52285832%20Z%20M6.19075555%2C18.8520405%20L11.1538462%2C20.9587475%20L11.1538462%2C13.8889499%20L6.19075555%2C18.8520405%20Z%20M12.8461538%2C20.90782%20L17.8452557%2C18.8880517%20L12.8461538%2C13.8889499%20L12.8461538%2C20.90782%20Z%20M19.0058867%2C17.6553983%20L21.1125937%2C12.6923077%20L14.0427961%2C12.6923077%20L19.0058867%2C17.6553983%20Z%20M21.0616661%2C11%20L19.0418979%2C6.00089819%20L14.0427961%2C11%20L21.0616661%2C11%20Z%20M4.9941133%2C6.0369094%20L2.88740633%2C11%20L9.95720391%2C11%20L4.9941133%2C6.0369094%20Z%20M2.91397684%2C12.6923077%20L4.97689029%2C17.6726213%20L9.95720391%2C12.6923077%20L2.91397684%2C12.6923077%20Z%20M11.1412737%2C2.80080787%20L10.3697294%2C1.514327%20C10.0856745%2C1.04069083%2010.2393604%2C0.426460802%2010.7129966%2C0.142405844%20C10.868373%2C0.0492215498%2011.0461464%2C-7.77406021e-17%2011.2273236%2C-1.11022302e-16%20L12.7704121%2C-3.33066907e-16%20C13.3226968%2C-4.3451997e-16%2013.7704121%2C0.44771525%2013.7704121%2C1%20C13.7704121%2C1.18117714%2013.7211905%2C1.35895055%2013.6280063%2C1.514327%20L12.856462%2C2.80080787%20C12.572407%2C3.27444404%2011.958177%2C3.42812999%2011.4845408%2C3.14407503%20C11.3436604%2C3.05958446%2011.2257642%2C2.94168831%2011.1412737%2C2.80080787%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_grey_share {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M11%205.3252C11%204.81347%2011.1962%204.3212%2011.5481%203.94971C12.3078%203.14785%2013.5736%203.11363%2014.3755%203.87329C18.7671%207.93183%2020.9752%209.97418%2021%2010.0003C22.1395%2011.2031%2022.2028%2012.8608%2021%2014.0003L14.3755%2020.1274C14.004%2020.4793%2013.5117%2020.6755%2013%2020.6755C11.8954%2020.6755%2011%2019.78%2011%2018.6755V17.0003C8.27789%2016.9126%205.82335%2017.6328%203.6%2019.3003L2%2020.5003V18.5003C2%2012.2941%205.06754%208.27047%2011%207.00033V5.3252ZM4.11934%2016.5854C6.54648%2015.2458%209.21517%2014.7169%2012.0995%2015.0053L13%2015.0953V18.6755L19.2797%2012.7263C19.6806%2012.3465%2019.6977%2011.7135%2019.3179%2011.3126C19.3096%2011.3039%2017.2037%209.30807%2013%205.3252V8.84746L12.1644%208.98673C7.32007%209.79411%204.69062%2012.2687%204.11934%2016.5854Z%22%20fill%3D%22%23000000%22%20opacity%3D%220.2%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_grey_small_arrow_right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23b7b7b7%22%20d%3D%22M14.2426407%2C12%20L9.29289322%2C7.05025253%20C8.90236893%2C6.65972824%208.90236893%2C6.02656326%209.29289322%2C5.63603897%20C9.68341751%2C5.24551468%2010.3165825%2C5.24551468%2010.7071068%2C5.63603897%20L16.363961%2C11.2928932%20C16.7544853%2C11.6834175%2016.7544853%2C12.3165825%2016.363961%2C12.7071068%20L10.7071068%2C18.363961%20C10.3165825%2C18.7544853%209.68341751%2C18.7544853%209.29289322%2C18.363961%20C8.90236893%2C17.9734367%208.90236893%2C17.3402718%209.29289322%2C16.9497475%20L14.2426407%2C12%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_grey_vip {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M15.3486843%2C9.29018761%20C15.7407029%2C8.90116333%2016.3738632%2C8.90359066%2016.7628875%2C9.29560922%20C17.1519118%2C9.68762777%2017.1494845%2C10.3207881%2016.7574659%2C10.7098124%20L11.1236575%2C16.3005893%20C9.9478561%2C17.4675427%208.04874339%2C17.4605847%206.88156943%2C16.2850921%20L1.89396862%2C11.2625852%20C0.959058265%2C10.3210117%200.75374074%2C8.87711902%201.38912143%2C7.71225443%20L3.1066546%2C4.56344361%20C3.63235411%2C3.59966118%204.64250866%2C3%205.74034132%2C3%20L18.3658089%2C3%20C19.4636416%2C3%2020.4737961%2C3.59966118%2020.9994956%2C4.56344361%20L22.71438%2C7.7073983%20C23.3516487%2C8.87572426%2023.1430495%2C10.3242392%2022.2020136%2C11.265275%20L12.7601819%2C20.7071068%20C12.3696576%2C21.0976311%2011.7364926%2C21.0976311%2011.3459683%2C20.7071068%20C10.9554441%2C20.3165825%2010.9554441%2C19.6834175%2011.3459683%2C19.2928932%20L20.7878001%2C9.85106148%20C21.1014787%2C9.53738286%2021.1710118%2C9.05454455%2020.9585889%2C8.66510256%20L19.2437045%2C5.52114787%20C19.0684713%2C5.19988706%2018.7317531%2C5%2018.3658089%2C5%20L5.74034132%2C5%20C5.3743971%2C5%205.03767892%2C5.19988706%204.86244575%2C5.52114787%20L3.14491257%2C8.66995869%20C2.93311901%2C9.05824689%203.00155819%2C9.53954443%203.31315%2C9.853357%20L8.30075081%2C14.8758639%20C8.68982379%2C15.2677098%209.32286136%2C15.2700292%209.71483557%2C14.8810046%20L15.3486843%2C9.29018761%20Z%22%20opacity%3D%22.2%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_lightgreen_loupe {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%236FC26F%20%22%20d%3D%22M10.5%2C16%20C13.5375661%2C16%2016%2C13.5375661%2016%2C10.5%20C16%2C7.46243388%2013.5375661%2C5%2010.5%2C5%20C7.46243388%2C5%205%2C7.46243388%205%2C10.5%20C5%2C13.5375661%207.46243388%2C16%2010.5%2C16%20Z%20M16.5003109%2C15.0003173%20L20.7071068%2C19.2928932%20C21.0976311%2C19.6834175%2021.0976311%2C20.3165825%2020.7071068%2C20.7071068%20C20.3165825%2C21.0976311%2019.6834175%2C21.0976311%2019.2928932%2C20.7071068%20L15.0003173%2C16.5003109%20C13.7467721%2C17.4419886%2012.1885513%2C18%2010.5%2C18%20C6.35786438%2C18%203%2C14.6421356%203%2C10.5%20C3%2C6.35786438%206.35786438%2C3%2010.5%2C3%20C14.6421356%2C3%2018%2C6.35786438%2018%2C10.5%20C18%2C12.1885513%2017.4419886%2C13.7467721%2016.5003109%2C15.0003173%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_orange_gb {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M5.15268%208.23294C5.04723%207.71222%204.99986%207.16713%204.99986%206.5C4.99986%204.29286%207.08427%202%209.49986%202H14.4999C16.9154%202%2018.9999%204.29286%2018.9999%206.5C18.9999%207.14235%2018.9476%207.69628%2018.8372%208.23422C19.2632%208.24062%2019.6965%208.33825%2020.1102%208.53132C21.7019%209.27408%2022.3243%2011.0872%2021.3943%2012.9472C21.4123%2012.9111%2020.753%2014.4734%2020.4242%2015.0891C19.4576%2016.8992%2018.2283%2018%2016.4999%2018H12.9999V20H15.9999C16.9999%2020%2017.9999%2021%2017.9999%2022H5.99986C5.99986%2021%206.99986%2020%207.99986%2020H10.9999V18H7.49986C5.77144%2018%204.54214%2016.8992%203.57551%2015.0891C3.24668%2014.4734%202.58736%2012.9111%202.60543%2012.9472C1.67542%2011.0872%202.29784%209.27408%203.88947%208.53132C4.30022%208.33963%204.73036%208.24202%205.15268%208.23294ZM7.91272%2010.0898C8.02308%2010.3125%208.11487%2010.5164%208.30694%2010.955C8.56697%2011.5489%208.68216%2011.7956%208.80899%2012.0128C8.81545%2012.0239%208.82175%2012.0345%208.82787%2012.0447H15.1719C15.2426%2011.9274%2015.3274%2011.7632%2015.427%2011.5498C15.499%2011.3955%2015.5582%2011.2623%2015.6928%2010.955C15.8954%2010.4922%2015.9864%2010.2908%2016.0714%2010.1286L16.072%2010.1271C16.111%2010.0297%2016.3673%209.39605%2016.4334%209.22838C16.5511%208.92998%2016.6356%208.69941%2016.7055%208.48207C16.9095%207.84803%2016.9999%207.27704%2016.9999%206.5C16.9999%205.35714%2015.7661%204%2014.4999%204H9.49986C8.23362%204%206.99986%205.35714%206.99986%206.5C6.99986%207.23199%207.06442%207.72992%207.21431%208.24655C7.28139%208.47777%207.36815%208.72427%207.49664%209.05354C7.56688%209.23357%207.84136%209.91283%207.91272%2010.0898ZM18.66%2014.147C18.9351%2013.6318%2019.5803%2012.103%2019.6054%2012.0528C20.0338%2011.196%2019.8322%2010.6086%2019.2645%2010.3437C18.7218%2010.0904%2018.1667%2010.2755%2017.8943%2010.9472C17.796%2011.1437%2017.7133%2011.3269%2017.5249%2011.7572C17.3838%2012.0794%2017.3205%2012.2217%2017.2394%2012.3956C16.6967%2013.5585%2016.3479%2014.0447%2015.4999%2014.0447H8.49986C7.83747%2014.0447%207.45778%2013.6653%207.08176%2013.0211C6.90054%2012.7107%206.76929%2012.4297%206.47484%2011.7572C6.28646%2011.3269%206.20368%2011.1437%206.07138%2010.8714C5.83302%2010.2755%205.27788%2010.0904%204.73524%2010.3437C4.16751%2010.6086%203.96588%2011.196%204.39428%2012.0528C4.4194%2012.103%205.06458%2013.6318%205.33971%2014.147C5.99523%2015.3745%206.69374%2016%207.49986%2016H16.4999C17.306%2016%2018.0045%2015.3745%2018.66%2014.147Z%22%20fill%3D%22%23FFBE0A%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_orange_star {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M15.0318%2013.3703L18.5733%2010.2786L13.8786%209.84589L12%205.51088L10.1214%209.84589L5.42663%2010.2786L8.96813%2013.3703L7.92698%2017.961L12%2015.5576L16.073%2017.961L15.0318%2013.3703ZM12%2017.8799L6.94867%2020.8605C6.47362%2021.1408%205.85984%2020.9854%205.57776%2020.5133C5.44723%2020.2948%205.40582%2020.035%205.46203%2019.7871L6.75367%2014.092L2.34015%2010.239C1.92508%209.87664%201.88419%209.2485%202.24883%208.83602C2.41756%208.64515%202.65343%208.52572%202.908%208.50225L8.75758%207.96311L11.0812%202.60118C11.2997%202.09691%2011.8882%201.86416%2012.3956%202.08132C12.6305%202.18181%2012.8176%202.36783%2012.9188%202.60118L15.2424%207.96311L21.0919%208.50225C21.6421%208.55296%2022.0467%209.03725%2021.9957%209.58394C21.972%209.83692%2021.8519%2010.0713%2021.6598%2010.239L17.2463%2014.092L18.5379%2019.7871C18.6594%2020.3228%2018.3209%2020.8548%2017.782%2020.9755C17.5326%2021.0314%2017.2711%2020.9902%2017.0513%2020.8605L12%2017.8799Z%22%20fill%3D%22%23FA961E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_orange_star_paint {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.0039%2017.9778L6.95258%2020.976C6.47753%2021.258%205.86375%2021.1016%205.58167%2020.6267C5.45113%2020.407%205.40972%2020.1456%205.46593%2019.8963L6.75757%2014.1675L2.34406%2010.2918C1.92899%209.92725%201.8881%209.29541%202.25274%208.88049C2.42147%208.68849%202.65734%208.56835%202.91191%208.54475L8.76148%208.00242L11.0851%202.60882C11.3036%202.10157%2011.8921%201.86745%2012.3996%202.08589C12.6344%202.18697%2012.8216%202.37409%2012.9227%202.60882L15.2463%208.00242L21.0958%208.54475C21.646%208.59576%2022.0506%209.0829%2021.9996%209.63283C21.976%209.8873%2021.8558%2010.1231%2021.6637%2010.2918L17.2502%2014.1675L18.5418%2019.8963C18.6633%2020.4351%2018.3249%2020.9703%2017.7859%2021.0917C17.5365%2021.1479%2017.275%2021.1065%2017.0552%2020.976L12.0039%2017.9778Z%22%20fill%3D%22%23FFBE0A%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_orange_table {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FA961E%22%20d%3D%22M5%2C4%20C4.44771525%2C4%204%2C4.44771525%204%2C5%20L4%2C8%20C4%2C8.55228475%204.44771525%2C9%205%2C9%20L8%2C9%20C8.55228475%2C9%209%2C8.55228475%209%2C8%20L9%2C5%20C9%2C4.44771525%208.55228475%2C4%208%2C4%20L5%2C4%20Z%20M5%2C2%20L8%2C2%20C9.65685425%2C2%2011%2C3.34314575%2011%2C5%20L11%2C8%20C11%2C9.65685425%209.65685425%2C11%208%2C11%20L5%2C11%20C3.34314575%2C11%202%2C9.65685425%202%2C8%20L2%2C5%20C2%2C3.34314575%203.34314575%2C2%205%2C2%20Z%20M5%2C15%20C4.44771525%2C15%204%2C15.4477153%204%2C16%20L4%2C19%20C4%2C19.5522847%204.44771525%2C20%205%2C20%20L8%2C20%20C8.55228475%2C20%209%2C19.5522847%209%2C19%20L9%2C16%20C9%2C15.4477153%208.55228475%2C15%208%2C15%20L5%2C15%20Z%20M5%2C13%20L8%2C13%20C9.65685425%2C13%2011%2C14.3431458%2011%2C16%20L11%2C19%20C11%2C20.6568542%209.65685425%2C22%208%2C22%20L5%2C22%20C3.34314575%2C22%202%2C20.6568542%202%2C19%20L2%2C16%20C2%2C14.3431458%203.34314575%2C13%205%2C13%20Z%20M16%2C4%20C15.4477153%2C4%2015%2C4.44771525%2015%2C5%20L15%2C8%20C15%2C8.55228475%2015.4477153%2C9%2016%2C9%20L19%2C9%20C19.5522847%2C9%2020%2C8.55228475%2020%2C8%20L20%2C5%20C20%2C4.44771525%2019.5522847%2C4%2019%2C4%20L16%2C4%20Z%20M16%2C2%20L19%2C2%20C20.6568542%2C2%2022%2C3.34314575%2022%2C5%20L22%2C8%20C22%2C9.65685425%2020.6568542%2C11%2019%2C11%20L16%2C11%20C14.3431458%2C11%2013%2C9.65685425%2013%2C8%20L13%2C5%20C13%2C3.34314575%2014.3431458%2C2%2016%2C2%20Z%20M16%2C15%20C15.4477153%2C15%2015%2C15.4477153%2015%2C16%20L15%2C19%20C15%2C19.5522847%2015.4477153%2C20%2016%2C20%20L19%2C20%20C19.5522847%2C20%2020%2C19.5522847%2020%2C19%20L20%2C16%20C20%2C15.4477153%2019.5522847%2C15%2019%2C15%20L16%2C15%20Z%20M16%2C13%20L19%2C13%20C20.6568542%2C13%2022%2C14.3431458%2022%2C16%20L22%2C19%20C22%2C20.6568542%2020.6568542%2C22%2019%2C22%20L16%2C22%20C14.3431458%2C22%2013%2C20.6568542%2013%2C19%20L13%2C16%20C13%2C14.3431458%2014.3431458%2C13%2016%2C13%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_orange_up {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cg%20fill%3D%22%23FA961E%22%20transform%3D%22translate(2%202)%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M7.49995403%2C14%20C6.94766928%2C14%206.49995403%2C13.5522847%206.49995403%2C13%20C6.49995403%2C12.4477153%206.94766928%2C12%207.49995403%2C12%20L12.499954%2C12%20C13.0522387%2C12%2013.499954%2C12.4477153%2013.499954%2C13%20C13.499954%2C13.5522847%2013.0522387%2C14%2012.499954%2C14%20L7.49995403%2C14%20Z%20M10%2C7.26686158%20L7.11394061%2C9.2893522%20C6.67799342%2C9.6284223%206.04971782%2C9.5498878%205.71064778%2C9.1139406%20C5.37157774%2C8.6779934%205.45011219%2C8.0497178%205.88605939%2C7.71064778%20L10%2C4.73313842%20L14.1139406%2C7.71064778%20C14.5498878%2C8.0497178%2014.6284223%2C8.6779934%2014.2893522%2C9.1139406%20C13.9502822%2C9.5498878%2013.3220066%2C9.6284223%2012.8860594%2C9.2893522%20L10%2C7.26686158%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M10%2C20%20C4.4771525%2C20%200%2C15.5228475%200%2C10%20C0%2C4.4771525%204.4771525%2C0%2010%2C0%20C15.5228475%2C0%2020%2C4.4771525%2020%2C10%20C20%2C15.5228475%2015.5228475%2C20%2010%2C20%20Z%20M10%2C18%20C14.418278%2C18%2018%2C14.418278%2018%2C10%20C18%2C5.581722%2014.418278%2C2%2010%2C2%20C5.581722%2C2%202%2C5.581722%202%2C10%20C2%2C14.418278%205.581722%2C18%2010%2C18%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M11%2C12%20C11%2C12.5522847%2010.5522847%2C13%2010%2C13%20C9.4477153%2C13%209%2C12.5522847%209%2C12%20L9%2C6%20C9%2C5.44771525%209.4477153%2C5%2010%2C5%20C10.5522847%2C5%2011%2C5.44771525%2011%2C6%20L11%2C12%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_orange_vip {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FA961E%22%20d%3D%22M15.3486843%2C9.29018761%20C15.7407029%2C8.90116333%2016.3738632%2C8.90359066%2016.7628875%2C9.29560922%20C17.1519118%2C9.68762777%2017.1494845%2C10.3207881%2016.7574659%2C10.7098124%20L11.1236575%2C16.3005893%20C9.9478561%2C17.4675427%208.04874339%2C17.4605847%206.88156943%2C16.2850921%20L1.89396862%2C11.2625852%20C0.959058265%2C10.3210117%200.75374074%2C8.87711902%201.38912143%2C7.71225443%20L3.1066546%2C4.56344361%20C3.63235411%2C3.59966118%204.64250866%2C3%205.74034132%2C3%20L18.3658089%2C3%20C19.4636416%2C3%2020.4737961%2C3.59966118%2020.9994956%2C4.56344361%20L22.71438%2C7.7073983%20C23.3516487%2C8.87572426%2023.1430495%2C10.3242392%2022.2020136%2C11.265275%20L12.7601819%2C20.7071068%20C12.3696576%2C21.0976311%2011.7364926%2C21.0976311%2011.3459683%2C20.7071068%20C10.9554441%2C20.3165825%2010.9554441%2C19.6834175%2011.3459683%2C19.2928932%20L20.7878001%2C9.85106148%20C21.1014787%2C9.53738286%2021.1710118%2C9.05454455%2020.9585889%2C8.66510256%20L19.2437045%2C5.52114787%20C19.0684713%2C5.19988706%2018.7317531%2C5%2018.3658089%2C5%20L5.74034132%2C5%20C5.3743971%2C5%205.03767892%2C5.19988706%204.86244575%2C5.52114787%20L3.14491257%2C8.66995869%20C2.93311901%2C9.05824689%203.00155819%2C9.53954443%203.31315%2C9.853357%20L8.30075081%2C14.8758639%20C8.68982379%2C15.2677098%209.32286136%2C15.2700292%209.71483557%2C14.8810046%20L15.3486843%2C9.29018761%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_red_block {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpolygon%20points%3D%220%200%2024%200%2024%2024%200%2024%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FF4545%22%20fill-rule%3D%22nonzero%22%20d%3D%22M7.09435615%2C18.3198574%20C8.44903985%2C19.3729184%2010.1512885%2C20%2012%2C20%20C16.418278%2C20%2020%2C16.418278%2020%2C12%20C20%2C10.1512885%2019.3729184%2C8.44903985%2018.3198574%2C7.09435615%20L7.09435615%2C18.3198574%20Z%20M5.68014258%2C16.9056439%20L16.9056439%2C5.68014258%20C15.5509601%2C4.62708161%2013.8487115%2C4%2012%2C4%20C7.581722%2C4%204%2C7.581722%204%2C12%20C4%2C13.8487115%204.62708161%2C15.5509601%205.68014258%2C16.9056439%20Z%20M12%2C22%20C6.4771525%2C22%202%2C17.5228475%202%2C12%20C2%2C6.4771525%206.4771525%2C2%2012%2C2%20C17.5228475%2C2%2022%2C6.4771525%2022%2C12%20C22%2C17.5228475%2017.5228475%2C22%2012%2C22%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_red_close {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ff0000%22%20d%3D%22M10.5857864%2C12%20L3.29289322%2C4.70710678%20C2.90236893%2C4.31658249%202.90236893%2C3.68341751%203.29289322%2C3.29289322%20C3.68341751%2C2.90236893%204.31658249%2C2.90236893%204.70710678%2C3.29289322%20L12%2C10.5857864%20L19.2928932%2C3.29289322%20C19.6834175%2C2.90236893%2020.3165825%2C2.90236893%2020.7071068%2C3.29289322%20C21.0976311%2C3.68341751%2021.0976311%2C4.31658249%2020.7071068%2C4.70710678%20L13.4142136%2C12%20L20.7071068%2C19.2928932%20C21.0976311%2C19.6834175%2021.0976311%2C20.3165825%2020.7071068%2C20.7071068%20C20.3165825%2C21.0976311%2019.6834175%2C21.0976311%2019.2928932%2C20.7071068%20L12%2C13.4142136%20L4.70710678%2C20.7071068%20C4.31658249%2C21.0976311%203.68341751%2C21.0976311%203.29289322%2C20.7071068%20C2.90236893%2C20.3165825%202.90236893%2C19.6834175%203.29289322%2C19.2928932%20L10.5857864%2C12%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_red_close_circle {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2211%22%20fill%3D%22%23F00%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M10.5857864%2C12%20L7.29289322%2C8.70710678%20C6.90236893%2C8.31658249%206.90236893%2C7.68341751%207.29289322%2C7.29289322%20C7.68341751%2C6.90236893%208.31658249%2C6.90236893%208.70710678%2C7.29289322%20L12%2C10.5857864%20L15.2928932%2C7.29289322%20C15.6834175%2C6.90236893%2016.3165825%2C6.90236893%2016.7071068%2C7.29289322%20C17.0976311%2C7.68341751%2017.0976311%2C8.31658249%2016.7071068%2C8.70710678%20L13.4142136%2C12%20L16.7071068%2C15.2928932%20C17.0976311%2C15.6834175%2017.0976311%2C16.3165825%2016.7071068%2C16.7071068%20C16.3165825%2C17.0976311%2015.6834175%2C17.0976311%2015.2928932%2C16.7071068%20L12%2C13.4142136%20L8.70710678%2C16.7071068%20C8.31658249%2C17.0976311%207.68341751%2C17.0976311%207.29289322%2C16.7071068%20C6.90236893%2C16.3165825%206.90236893%2C15.6834175%207.29289322%2C15.2928932%20L10.5857864%2C12%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_red_cross_eye {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.70699%2020.7071L20.707%204.70711C21.0976%204.3166%2021.0976%203.68343%2020.707%203.29292C20.3164%202.90236%2019.6836%202.90236%2019.2929%203.29292L3.29293%2019.2929C2.9023%2019.6834%202.9023%2020.3166%203.29293%2020.7071C3.68355%2021.0977%204.31636%2021.0977%204.70699%2020.7071ZM12%204.00002C13.0268%204.00002%2014.062%204.27419%2015.0561%204.70119L12.708%207.04976C12.4765%207.01698%2012.2402%207.00002%2012%207.00002C9.23873%207.00002%206.99996%209.2386%206.99996%2012C6.99996%2012.2403%207.01746%2012.4765%207.04976%2012.7078L3.87105%2015.8867C3.06783%2015.1646%202.3774%2014.4658%201.85347%2013.9064C0.839801%2012.8242%200.847614%2011.1714%201.86568%2010.0967C2.83687%209.07161%204.37203%207.57405%206.12789%206.32558C7.85054%205.10048%209.94283%204.00002%2012%204.00002ZM12%2017C11.7597%2017%2011.5234%2016.983%2011.2919%2016.9503L8.93306%2019.3093C9.92672%2019.7306%2010.9643%2020%2012%2020C14.0869%2020%2016.1845%2018.9049%2017.9082%2017.6786C19.6616%2016.4308%2021.1836%2014.9334%2022.146%2013.9064C23.1596%2012.8242%2023.1523%2011.1714%2022.1342%2010.0967C21.6079%209.54128%2020.916%208.84718%2020.1132%208.1291L16.9502%2011.2922C16.9829%2011.5235%2017%2011.7597%2017%2012C17%2014.7614%2014.7612%2017%2012%2017Z%22%20fill%3D%22%23FF4545%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_red_dislike {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FF0000%22%20d%3D%22M3.00748643%2C12.9987952%20C3.00271817%2C13.0109808%203.00022269%2C13.6780491%203%2C15%20L11.7761457%2C15%20L11.272711%2C17.409106%20L10.6598191%2C20.3417682%20L14.9910671%2C16.010573%20C14.9964386%2C16.005127%2014.9994162%2C12.6682693%2015%2C6%20L6.00064073%2C6%20L3.00748643%2C12.9987952%20Z%20M8.89705685%2C19%20L8.98254836%2C18.590894%20L9.315%2C17%20L7.68974065%2C17%20L7.27179749%2C17%20L3%2C17%20C1.895%2C17%201%2C16.105%201%2C15%20L1%2C13%20C1%2C12.745%201.055%2C12.5%201.1449995%2C12.27%20L4.16%2C5.22%20C4.46%2C4.505%205.17%2C4%206%2C4%20L15%2C4%20C16.105%2C4%2017%2C4.895%2017%2C6%20L17%2C16%20C17%2C16.55%2016.775%2C17.05%2016.415%2C17.415%20L10.890012%2C22.939988%20C10.3037765%2C23.5262235%209.35399408%2C23.5284634%208.765%2C22.9449995%20C8.495%2C22.674999%208.325%2C22.300001%208.325%2C21.885%20C8.325%2C21.7749995%208.34%2C21.67%208.36%2C21.5699995%20L8.89705685%2C19%20Z%20M19%2C4%20L23%2C4%20L23%2C16%20L19%2C16%20L19%2C4%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_red_dislike_full {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FF0000%22%20d%3D%22M15%2C4%20L6%2C4%20C5.17%2C4%204.46%2C4.505%204.16%2C5.22%20L1.1449995%2C12.27%20C1.055%2C12.5%201%2C12.745%201%2C13%20L1%2C15%20C1%2C16.105%201.895%2C17%203%2C17%20L9.315%2C17%20L8.36%2C21.5699995%20C8.34%2C21.67%208.325%2C21.7749995%208.325%2C21.885%20C8.325%2C22.300001%208.495%2C22.674999%208.765%2C22.9449995%20L8.765%2C22.9449995%20C9.35399408%2C23.5284634%2010.3037765%2C23.5262235%2010.890012%2C22.939988%20L16.415%2C17.415%20C16.775%2C17.05%2017%2C16.55%2017%2C16%20L17%2C6%20C17%2C4.895%2016.105%2C4%2015%2C4%20Z%20M19%2C4%20L19%2C16%20L23%2C16%20L23%2C4%20L19%2C4%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_red_error {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%20%3D%22%23FF0000%22%20d%3D%22M3.46889457%2C18%20C3.46889457%2C18.5522847%203.91660982%2C19%204.46889457%2C19%20L19.5311054%2C19%20C19.707048%2C19%2019.8798764%2C18.9535799%2020.0321417%2C18.8654263%20C20.5101034%2C18.5887116%2020.6732464%2C17.9769255%2020.3965317%2C17.4989637%20L12.8654263%2C4.49069071%20C12.7778828%2C4.33947919%2012.6522478%2C4.21384421%2012.5010363%2C4.1263007%20C12.0230745%2C3.84958601%2011.4112884%2C4.01272897%2011.1345737%2C4.49069071%20L3.60346828%2C17.4989637%20C3.51531466%2C17.6512291%203.46889457%2C17.8240574%203.46889457%2C18%20Z%20M1.87261571%2C16.4968912%20L9.40372114%2C3.48861817%20C10.2338652%2C2.05473295%2012.0692236%2C1.56530405%2013.5031088%2C2.39544813%20C13.9567434%2C2.65807866%2014.3336483%2C3.03498361%2014.5962789%2C3.48861817%20L22.1273843%2C16.4968912%20C22.9575284%2C17.9307764%2022.4680995%2C19.7661348%2021.0342142%2C20.5962789%20C20.5774182%2C20.8607397%2020.0589332%2C21%2019.5311054%2C21%20L4.46889457%2C21%20C2.81204032%2C21%201.46889457%2C19.6568542%201.46889457%2C18%20C1.46889457%2C17.4721722%201.60815485%2C16.9536872%201.87261571%2C16.4968912%20Z%20M12%2C7%20C11.4477153%2C7%2011%2C7.44771525%2011%2C8%20L11%2C14%20C11%2C14.5522847%2011.4477153%2C15%2012%2C15%20C12.5522847%2C15%2013%2C14.5522847%2013%2C14%20L13%2C8%20C13%2C7.44771525%2012.5522847%2C7%2012%2C7%20Z%20M12%2C16%20C11.4477153%2C16%2011%2C16.4477153%2011%2C17%20C11%2C17.5522847%2011.4477153%2C18%2012%2C18%20C12.5522847%2C18%2013%2C17.5522847%2013%2C17%20C13%2C16.4477153%2012.5522847%2C16%2012%2C16%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_red_favorites_full {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%20%3D%22%23FF0000%22%20d%3D%22M17%2C2%20C20.2160271%2C2%2023%2C4.59837471%2023%2C7.99999999%20C23%2C11.4028489%2019.5342409%2C15.9083357%2012.6476484%2C21.7619393%20C12.2742199%2C22.0793536%2011.7257801%2C22.0793536%2011.3523516%2C21.7619393%20C4.46575909%2C15.9083357%201%2C11.4028489%201%2C7.99999999%20C1%2C4.59837471%203.7839729%2C2%207%2C2%20C8.73006508%2C2%2010.3955985%2C2.85568988%2012%2C4.5044262%20C13.6044015%2C2.85568988%2015.2699349%2C2%2017%2C2%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_red_switch {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FF0000%22%20d%3D%22M16.4705969%2C5.3646134%20C16.0128874%2C5.0555496%2015.8923862%2C4.43395701%2016.20145%2C3.97624748%20C16.5105138%2C3.51853795%2017.1321064%2C3.39803677%2017.5898159%2C3.70710057%20C20.3253801%2C5.55426297%2022%2C8.63607461%2022%2C12%20C22%2C17.5228475%2017.5228475%2C22%2012%2C22%20C6.4771525%2C22%202%2C17.5228475%202%2C12%20C2%2C8.62666279%203.68405032%2C5.53734936%206.43221224%2C3.69226874%20C6.8907395%2C3.38441942%207.51201046%2C3.50656803%207.81985977%2C3.96509529%20C8.12770908%2C4.42362254%208.00556048%2C5.04489351%207.54703322%2C5.35274282%20C5.34643786%2C6.83019429%204%2C9.30017306%204%2C12%20C4%2C16.418278%207.581722%2C20%2012%2C20%20C16.418278%2C20%2020%2C16.418278%2020%2C12%20C20%2C9.30769447%2018.6611162%2C6.84373968%2016.4705969%2C5.3646134%20Z%20M11%2C3%20C11%2C2.44771525%2011.4477153%2C2%2012%2C2%20C12.5522847%2C2%2013%2C2.44771525%2013%2C3%20L13%2C10%20C13%2C10.5522847%2012.5522847%2C11%2012%2C11%20C11.4477153%2C11%2011%2C10.5522847%2011%2C10%20L11%2C3%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M9.69259%2021.2071C9.30538%2021.5976%208.6776%2021.5976%208.2904%2021.2071C7.9032%2020.8166%207.9032%2020.1834%208.2904%2019.7929L16.017%2012L8.2904%204.20711C7.9032%203.81658%207.9032%203.18342%208.2904%202.79289C8.6776%202.40237%209.30538%202.40237%209.69259%202.79289L17.4192%2010.5858C18.1936%2011.3668%2018.1936%2012.6332%2017.4192%2013.4142L9.69259%2021.2071Z%22%20fill%3D%22black%22%20fill-opacity%3D%221%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_3dot {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12%2C4%20C13.1045695%2C4%2014%2C4.8954305%2014%2C6%20C14%2C7.1045695%2013.1045695%2C8%2012%2C8%20C10.8954305%2C8%2010%2C7.1045695%2010%2C6%20C10%2C4.8954305%2010.8954305%2C4%2012%2C4%20Z%20M12%2C10%20C13.1045695%2C10%2014%2C10.8954305%2014%2C12%20C14%2C13.1045695%2013.1045695%2C14%2012%2C14%20C10.8954305%2C14%2010%2C13.1045695%2010%2C12%20C10%2C10.8954305%2010.8954305%2C10%2012%2C10%20Z%20M12%2C16%20C13.1045695%2C16%2014%2C16.8954305%2014%2C18%20C14%2C19.1045695%2013.1045695%2C20%2012%2C20%20C10.8954305%2C20%2010%2C19.1045695%2010%2C18%20C10%2C16.8954305%2010.8954305%2C16%2012%2C16%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_answer {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7%202C4.23853%202%202%204.23877%202%207V17C2%2019.7612%204.23853%2022%207%2022H17C19.7615%2022%2022%2019.7612%2022%2017V16C22%2013.2388%2019.7615%2011%2017%2011H15H10.4143L13.707%207.70703C14.0977%207.31641%2014.0977%206.68359%2013.707%206.29297C13.3167%205.90234%2012.6833%205.90234%2012.293%206.29297L7.29297%2011.293C7.15112%2011.4351%207.06079%2011.6089%207.02197%2011.7915C6.95386%2012.1113%207.04419%2012.4585%207.29297%2012.707L12.293%2017.707C12.6833%2018.0977%2013.3167%2018.0977%2013.707%2017.707C13.8806%2017.5337%2013.9771%2017.312%2013.9963%2017.0854C14.0205%2016.8018%2013.9241%2016.5103%2013.707%2016.293L10.4143%2013H15H17C18.6567%2013%2020%2014.3433%2020%2016V17C20%2018.6567%2018.6567%2020%2017%2020H7C5.34326%2020%204%2018.6567%204%2017V7C4%205.34326%205.34326%204%207%204H17C18.6567%204%2020%205.34326%2020%207C20%207.55225%2020.4478%208%2021%208C21.5522%208%2022%207.55225%2022%207C22%204.23877%2019.7615%202%2017%202H7Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_arrow_down {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M11%204C11%203.44772%2011.4477%203%2012%203C12.5523%203%2013%203.44772%2013%204L13%2020C13%2020.5523%2012.5523%2021%2012%2021C11.4477%2021%2011%2020.5523%2011%2020L11%204ZM19.2929%2011.7071C19.6834%2011.3166%2020.3166%2011.3166%2020.7071%2011.7071C21.0976%2012.0976%2021.0976%2012.7308%2020.7071%2013.1213L13.4142%2020.4142C12.6332%2021.1953%2011.3668%2021.1953%2010.5858%2020.4142L3.29289%2013.1213C2.90237%2012.7308%202.90237%2012.0976%203.29289%2011.7071C3.68342%2011.3166%204.31658%2011.3166%204.70711%2011.7071L12%2019L19.2929%2011.7071Z%22%20fill%3D%22%23ffffff%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_arrow_left {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M20%2011C20.5523%2011%2021%2011.4477%2021%2012C21%2012.5523%2020.5523%2013%2020%2013H4C3.44772%2013%203%2012.5523%203%2012C3%2011.4477%203.44772%2011%204%2011H20ZM12.2929%2019.2929C12.6834%2019.6834%2012.6834%2020.3166%2012.2929%2020.7071C11.9024%2021.0976%2011.2692%2021.0976%2010.8787%2020.7071L3.58579%2013.4142C2.80474%2012.6332%202.80474%2011.3668%203.58579%2010.5858L10.8787%203.29289C11.2692%202.90237%2011.9024%202.90237%2012.2929%203.29289C12.6834%203.68342%2012.6834%204.31658%2012.2929%204.70711L5%2012L12.2929%2019.2929Z%22%20fill%3D%22%23ffffff%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_arrow_right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M4%2013C3.44772%2013%203%2012.5523%203%2012C3%2011.4477%203.44772%2011%204%2011L20%2011C20.5523%2011%2021%2011.4477%2021%2012C21%2012.5523%2020.5523%2013%2020%2013L4%2013ZM11.7071%204.70711C11.3166%204.31658%2011.3166%203.68342%2011.7071%203.29289C12.0976%202.90237%2012.7308%202.90237%2013.1213%203.29289L20.4142%2010.5858C21.1953%2011.3668%2021.1953%2012.6332%2020.4142%2013.4142L13.1213%2020.7071C12.7308%2021.0976%2012.0976%2021.0976%2011.7071%2020.7071C11.3166%2020.3166%2011.3166%2019.6834%2011.7071%2019.2929L19%2012L11.7071%204.70711Z%22%20fill%3D%22%23ffffff%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_arrows_sort {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C11%20C15.5522847%2C11%2016%2C11.4477153%2016%2C12%20C16%2C12.5522847%2015.5522847%2C13%2015%2C13%20L-1%2C13%20C-1.55228475%2C13%20-2%2C12.5522847%20-2%2C12%20C-2%2C11.4477153%20-1.55228475%2C11%20-1%2C11%20L15%2C11%20Z%20M3.29289322%2C15.2928932%20C3.68341751%2C15.6834175%203.68341751%2C16.3165825%203.29289322%2C16.7071068%20C2.90236893%2C17.0976311%202.26920395%2C17.0976311%201.87867966%2C16.7071068%20L-1.41421356%2C13.4142136%20C-2.19526215%2C12.633165%20-2.19526215%2C11.366835%20-1.41421356%2C10.5857864%20L1.87867966%2C7.29289322%20C2.26920395%2C6.90236893%202.90236893%2C6.90236893%203.29289322%2C7.29289322%20C3.68341751%2C7.68341751%203.68341751%2C8.31658249%203.29289322%2C8.70710678%20L0%2C12%20L3.29289322%2C15.2928932%20Z%22%20transform%3D%22rotate(-90%207%2012)%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22nonzero%22%20d%3D%22M25%2C11%20C25.5522847%2C11%2026%2C11.4477153%2026%2C12%20C26%2C12.5522847%2025.5522847%2C13%2025%2C13%20L9%2C13%20C8.44771525%2C13%208%2C12.5522847%208%2C12%20C8%2C11.4477153%208.44771525%2C11%209%2C11%20L25%2C11%20Z%20M13.2928932%2C15.2928932%20C13.6834175%2C15.6834175%2013.6834175%2C16.3165825%2013.2928932%2C16.7071068%20C12.9023689%2C17.0976311%2012.2692039%2C17.0976311%2011.8786797%2C16.7071068%20L8.58578644%2C13.4142136%20C7.80473785%2C12.633165%207.80473785%2C11.366835%208.58578644%2C10.5857864%20L11.8786797%2C7.29289322%20C12.2692039%2C6.90236893%2012.9023689%2C6.90236893%2013.2928932%2C7.29289322%20C13.6834175%2C7.68341751%2013.6834175%2C8.31658249%2013.2928932%2C8.70710678%20L10%2C12%20L13.2928932%2C15.2928932%20Z%22%20transform%3D%22rotate(90%2017%2012)%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_back {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2051%20(57462)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0D%0A%20%20%20%20%3Ctitle%3Eback%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22back%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-19%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2224%22%20height%3D%2224%22%3E%3C%2Frect%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6%2C8%20L14.5%2C8%20C18.0898509%2C8%2021%2C10.9101491%2021%2C14.5%20C21%2C18.0898509%2018.0898509%2C21%2014.5%2C21%20L6%2C21%20C5.44771525%2C21%205%2C20.5522847%205%2C20%20C5%2C19.4477153%205.44771525%2C19%206%2C19%20L14.5%2C19%20C16.9852814%2C19%2019%2C16.9852814%2019%2C14.5%20C19%2C12.0147186%2016.9852814%2C10%2014.5%2C10%20L6%2C10%20L9.29289322%2C13.2928932%20C9.68341751%2C13.6834175%209.68341751%2C14.3165825%209.29289322%2C14.7071068%20C8.90236893%2C15.0976311%208.26920395%2C15.0976311%207.87867966%2C14.7071068%20L3.58578644%2C10.4142136%20C2.80473785%2C9.63316498%202.80473785%2C8.36683502%203.58578644%2C7.58578644%20L7.87867966%2C3.29289322%20C8.26920395%2C2.90236893%208.90236893%2C2.90236893%209.29289322%2C3.29289322%20C9.68341751%2C3.68341751%209.68341751%2C4.31658249%209.29289322%2C4.70710678%20L6%2C8%20Z%22%20id%3D%22Combined-Shape%22%20fill%3D%22%23fff%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_beboss_logo {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%0D%0A%20%20%20%20%3Crect%20width%3D%226%22%20height%3D%226%22%20x%3D%222%22%20y%3D%2216%22%20fill%3D%22%23fff%22%20fill-rule%3D%22nonzero%22%2F%3E%0D%0A%20%20%20%20%3Crect%20width%3D%226%22%20height%3D%2213%22%20x%3D%2216%22%20y%3D%222%22%20fill%3D%22%23fff%22%20fill-rule%3D%22nonzero%22%2F%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20fill-rule%3D%22nonzero%22%20points%3D%229%209%2015%209%2015%2016%2022%2016%2022%2022%209%2022%22%2F%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20fill-rule%3D%22nonzero%22%20points%3D%222%202%208%202%208%209%2015%209%2015%2015%202%2015%22%20transform%3D%22rotate(90%208.5%208.5)%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_blog {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M13.7092623%2C9.74695167%20C13.318738%2C9.35642738%2013.318738%2C8.7232624%2013.7092623%2C8.33273811%20C14.0997866%2C7.94221382%2014.7329516%2C7.94221382%2015.1234759%2C8.33273811%20L18.1234759%2C11.3327381%20C18.5140002%2C11.7232624%2018.5140002%2C12.3564274%2018.1234759%2C12.7469517%20C17.7329516%2C13.137476%2017.0997866%2C13.137476%2016.7092623%2C12.7469517%20L13.7092623%2C9.74695167%20Z%20M21.043786%2C8.40380593%20C21.4343103%2C8.79433019%2021.4343103%2C9.4274952%2021.043786%2C9.81801949%20L10.315864%2C20.5459415%20C10.1283276%2C20.7334779%209.87397367%2C20.8388347%209.60875722%2C20.8388348%20L2.95190295%2C20.8388348%20L2.95190295%2C14.1819805%20C2.95190297%2C13.916764%203.0572598%2C13.6624101%203.24479618%2C13.4748737%20L13.9727182%2C2.74695168%20C14.3632425%2C2.35642738%2014.9964075%2C2.35642738%2015.3869318%2C2.74695168%20L21.043786%2C8.40380593%20Z%20M14.679825%2C4.86827202%20L4.95190292%2C14.5961941%20L4.95190293%2C18.8388348%20L9.19454361%2C18.8388348%20L18.9224657%2C9.11091271%20L14.679825%2C4.86827202%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_bplan {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M12%2C1%20C10.699219%2C1%209.585938%2C1.800781%209.1875%2C3%20L6%2C3%20C4.34314575%2C3%203%2C4.34314575%203%2C6%20L3%2C20%20C3%2C21.6568542%204.34314575%2C23%206%2C23%20L18%2C23%20C19.6568542%2C23%2021%2C21.6568542%2021%2C20%20L21%2C6%20C21%2C4.34314575%2019.6568542%2C3%2018%2C3%20L14.8125%2C3%20C14.414063%2C1.800781%2013.300781%2C1%2012%2C1%20Z%20M12%2C3%20C12.601563%2C3%2013%2C3.398438%2013%2C4%20C13%2C4.601563%2012.601563%2C5%2012%2C5%20C11.398438%2C5%2011%2C4.601563%2011%2C4%20C11%2C3.398438%2011.398438%2C3%2012%2C3%20Z%20M6%2C5%20L7%2C5%20L7%2C6%20C7%2C6.55228475%207.44771525%2C7%208%2C7%20L16%2C7%20C16.5522847%2C7%2017%2C6.55228475%2017%2C6%20L17%2C5%20L18%2C5%20C18.5522847%2C5%2019%2C5.44771525%2019%2C6%20L19%2C20%20C19%2C20.5522847%2018.5522847%2C21%2018%2C21%20L6%2C21%20C5.44771525%2C21%205%2C20.5522847%205%2C20%20L5%2C6%20C5%2C5.44771525%205.44771525%2C5%206%2C5%20Z%20M15.9452575%2C10.2422425%20L11%2C15.1875%20L9.05474251%2C13.2422425%20C8.75265145%2C12.9401514%208.26286506%2C12.9401514%207.96077399%2C13.2422425%20C7.95820615%2C13.2448104%207.95565642%2C13.2473962%207.953125%2C13.25%20L7.953125%2C13.25%20C7.6498564%2C13.5619334%207.653361%2C14.059611%207.96099251%2C14.3672425%20L10.2928932%2C16.6991432%20C10.6834175%2C17.0896675%2011.3165825%2C17.0896675%2011.7071068%2C16.6991432%20L17.0390075%2C11.3672425%20C17.346639%2C11.059611%2017.3501436%2C10.5619334%2017.046875%2C10.25%20L17.046875%2C10.25%20C16.7490683%2C9.94368451%2016.2593305%2C9.9367868%2015.953015%2C10.2345935%20C15.9504112%2C10.2371249%2015.9478253%2C10.2396747%2015.9452575%2C10.2422425%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_buy {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M8.00002%203C7.62125%203%207.27499%203.214%207.10559%203.55279L4.38199%209H3.00001C2.70042%209%202.41661%209.13432%202.22667%209.36601C2.03673%209.5977%201.96067%209.90234%202.01943%2010.1961L4.01943%2020.1961C4.11291%2020.6635%204.52333%2021%205.00001%2021H13V19H5.81981L4.21981%2011H4.97835C4.9923%2011.0003%205.00623%2011.0003%205.02014%2011H13V9H6.61805L8.61805%205H15.382L17.382%209H16.5L18.5%2011H18.9799C18.9938%2011.0003%2019.0077%2011.0003%2019.0217%2011H19.7802L19.5668%2012.0668L21.2665%2013.7665L21.9806%2010.1961C22.0393%209.90234%2021.9633%209.5977%2021.7734%209.36601C21.5834%209.13432%2021.2996%209%2021%209H19.6181L16.8944%203.55279C16.7251%203.214%2016.3788%203%2016%203H8.00002Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M15%2020V10L22%2017H19.5L21.5%2021.5L19%2022.5L17%2018L15%2020Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M8.00002%2013C8.5523%2013%209.00002%2013.4477%209.00002%2014V16C9.00002%2016.5523%208.5523%2017%208.00002%2017C7.44773%2017%207.00002%2016.5523%207.00002%2016V14C7.00002%2013.4477%207.44773%2013%208.00002%2013Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M13%2014C13%2013.4477%2012.5523%2013%2012%2013C11.4477%2013%2011%2013.4477%2011%2014V16C11%2016.5523%2011.4477%2017%2012%2017C12.5523%2017%2013%2016.5523%2013%2016V14Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_calendar {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M2%2C7%20L2%2C19%20C2%2C20.6568542%203.34314575%2C22%205%2C22%20L19%2C22%20C20.6568542%2C22%2022%2C20.6568542%2022%2C19%20L22%2C7%20C22%2C5.34314575%2020.6568542%2C4%2019%2C4%20L5%2C4%20C3.34314575%2C4%202%2C5.34314575%202%2C7%20Z%20M5%2C6%20L19%2C6%20C19.5522847%2C6%2020%2C6.44771525%2020%2C7%20L20%2C19%20C20%2C19.5522847%2019.5522847%2C20%2019%2C20%20L5%2C20%20C4.44771525%2C20%204%2C19.5522847%204%2C19%20L4%2C7%20C4%2C6.44771525%204.44771525%2C6%205%2C6%20Z%20M8%2C2%20L8%2C2%20C7.44771525%2C2%207%2C2.44771525%207%2C3%20L7%2C7%20C7%2C7.55228475%207.44771525%2C8%208%2C8%20L8%2C8%20C8.55228475%2C8%209%2C7.55228475%209%2C7%20L9%2C3%20C9%2C2.44771525%208.55228475%2C2%208%2C2%20Z%20M16%2C2%20L16%2C2%20C15.4477153%2C2%2015%2C2.44771525%2015%2C3%20L15%2C7%20C15%2C7.55228475%2015.4477153%2C8%2016%2C8%20L16%2C8%20C16.5522847%2C8%2017%2C7.55228475%2017%2C7%20L17%2C3%20C17%2C2.44771525%2016.5522847%2C2%2016%2C2%20Z%20M6%2C17%20L6%2C17%20C6%2C17.5522847%206.44771525%2C18%207%2C18%20L17%2C18%20C17.5522847%2C18%2018%2C17.5522847%2018%2C17%20L18%2C17%20C18%2C16.4477153%2017.5522847%2C16%2017%2C16%20L7%2C16%20C6.44771525%2C16%206%2C16.4477153%206%2C17%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_check1 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.25260139%2C11.6644007%20C0.885683376%2C11.2516179%200.922864104%2C10.6195455%201.33564687%2C10.2526275%20C1.74842964%2C9.88570949%202.38050201%2C9.92289022%202.74742003%2C10.335673%20L9.17211151%2C17.5634509%20C9.53902953%2C17.9762337%2010.1711019%2C18.0134144%2010.5838847%2C17.6464964%20C10.6261169%2C17.6089566%2010.6650914%2C17.5679049%2010.7003896%2C17.5237821%20L21.2191419%2C4.37534178%20C21.5641515%2C3.94407984%2022.1934438%2C3.87415847%2022.6247058%2C4.21916801%20C23.0559677%2C4.56417756%2023.1258891%2C5.19346994%2022.7808795%2C5.62473187%20L12.2621273%2C18.7731722%20C12.1562324%2C18.9055407%2012.039309%2C19.0286958%2011.9126123%2C19.141315%20C10.674264%2C20.2420691%208.77804692%2C20.1305269%207.67729287%2C18.8921786%20L1.25260139%2C11.6644007%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_close {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.5857864%2C12%20L3.29289322%2C4.70710678%20C2.90236893%2C4.31658249%202.90236893%2C3.68341751%203.29289322%2C3.29289322%20C3.68341751%2C2.90236893%204.31658249%2C2.90236893%204.70710678%2C3.29289322%20L12%2C10.5857864%20L19.2928932%2C3.29289322%20C19.6834175%2C2.90236893%2020.3165825%2C2.90236893%2020.7071068%2C3.29289322%20C21.0976311%2C3.68341751%2021.0976311%2C4.31658249%2020.7071068%2C4.70710678%20L13.4142136%2C12%20L20.7071068%2C19.2928932%20C21.0976311%2C19.6834175%2021.0976311%2C20.3165825%2020.7071068%2C20.7071068%20C20.3165825%2C21.0976311%2019.6834175%2C21.0976311%2019.2928932%2C20.7071068%20L12%2C13.4142136%20L4.70710678%2C20.7071068%20C4.31658249%2C21.0976311%203.68341751%2C21.0976311%203.29289322%2C20.7071068%20C2.90236893%2C20.3165825%202.90236893%2C19.6834175%203.29289322%2C19.2928932%20L10.5857864%2C12%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_collection {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%2C11%20L4%2C17%20C4%2C17.5522847%204.44771525%2C18%205%2C18%20L13%2C18%20C13.5522847%2C18%2014%2C17.5522847%2014%2C17%20L14%2C11%20C14%2C10.4477153%2013.5522847%2C10%2013%2C10%20L5%2C10%20C4.44771525%2C10%204%2C10.4477153%204%2C11%20Z%20M5%2C8%20L13%2C8%20C14.6568542%2C8%2016%2C9.34314575%2016%2C11%20L16%2C19%20C16%2C20.6568542%2014.6568542%2C22%2013%2C22%20L5%2C22%20C3.34314575%2C22%202%2C20.6568542%202%2C19%20L2%2C11%20C2%2C9.34314575%203.34314575%2C8%205%2C8%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M6%2C7%20C5.44771525%2C7%205%2C6.55228475%205%2C6%20C5%2C5.44771525%205.44771525%2C5%206%2C5%20L15%2C5%20C17.209139%2C5%2019%2C6.790861%2019%2C9%20L19%2C19%20C19%2C19.5522847%2018.5522847%2C20%2018%2C20%20C17.4477153%2C20%2017%2C19.5522847%2017%2C19%20L17%2C9%20C17%2C7.8954305%2016.1045695%2C7%2015%2C7%20L6%2C7%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M10%2C4%20C9.44771525%2C4%209%2C3.55228475%209%2C3%20C9%2C2.44771525%209.44771525%2C2%2010%2C2%20L16%2C2%20C19.3137085%2C2%2022%2C4.6862915%2022%2C8%20L22%2C15%20C22%2C15.5522847%2021.5522847%2C16%2021%2C16%20C20.4477153%2C16%2020%2C15.5522847%2020%2C15%20L20%2C8%20C20%2C5.790861%2018.209139%2C4%2016%2C4%20L10%2C4%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_comment {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M5%2C2%20C3.355469%2C2%202%2C3.355469%202%2C5%20L2%2C22%20L4%2C22%20L8%2C17%20L19%2C17%20C20.644531%2C17%2022%2C15.644531%2022%2C14%20L22%2C5%20C22%2C3.355469%2020.644531%2C2%2019%2C2%20L5%2C2%20Z%20M5%2C4%20L19%2C4%20C19.566406%2C4%2020%2C4.433594%2020%2C5%20L20%2C14%20C20%2C14.566406%2019.566406%2C15%2019%2C15%20L7%2C15%20L4%2C18.667969%20L4%2C5%20C4%2C4.433594%204.433594%2C4%205%2C4%20Z%20M8.5%2C8%20C7.67157288%2C8%207%2C8.67157288%207%2C9.5%20C7%2C10.3284271%207.67157288%2C11%208.5%2C11%20C9.32842712%2C11%2010%2C10.3284271%2010%2C9.5%20C10%2C8.67157288%209.32842712%2C8%208.5%2C8%20Z%20M12.5%2C8%20C11.6715729%2C8%2011%2C8.67157288%2011%2C9.5%20C11%2C10.3284271%2011.6715729%2C11%2012.5%2C11%20C13.3284271%2C11%2014%2C10.3284271%2014%2C9.5%20C14%2C8.67157288%2013.3284271%2C8%2012.5%2C8%20Z%20M16.5%2C8%20C15.6715729%2C8%2015%2C8.67157288%2015%2C9.5%20C15%2C10.3284271%2015.6715729%2C11%2016.5%2C11%20C17.3284271%2C11%2018%2C10.3284271%2018%2C9.5%20C18%2C8.67157288%2017.3284271%2C8%2016.5%2C8%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_community {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M12%2C7%20C12%2C5.34314475%2010.6568553%2C4%209%2C4%20C7.34314475%2C4%206%2C5.34314475%206%2C7%20C6%2C8.65685525%207.34314475%2C10%209%2C10%20C10.6568553%2C10%2012%2C8.65685525%2012%2C7%20Z%20M14%2C7%20C14%2C9.76142475%2011.7614247%2C12%209%2C12%20C6.23857525%2C12%204%2C9.76142475%204%2C7%20C4%2C4.23857525%206.23857525%2C2%209%2C2%20C11.7614247%2C2%2014%2C4.23857525%2014%2C7%20Z%20M21%2C7.5%20C21%2C9.43979633%2019.4500543%2C11%2017.5%2C11%20C15.5499457%2C11%2014%2C9.43979633%2014%2C7.5%20C14%2C5.56020367%2015.5499457%2C4%2017.5%2C4%20C19.4500543%2C4%2021%2C5.56020367%2021%2C7.5%20Z%20M19%2C7.5%20C19%2C6.66183065%2018.3425207%2C6%2017.5%2C6%20C16.6574793%2C6%2016%2C6.66183065%2016%2C7.5%20C16%2C8.33816935%2016.6574793%2C9%2017.5%2C9%20C18.3425207%2C9%2019%2C8.33816935%2019%2C7.5%20Z%20M15.9063819%2C18.9283316%20C16.0283926%2C20.6085255%2014.6453195%2C22%2012.957109%2C22%20L4.95675903%2C22%20C3.26848896%2C22%201.8854206%2C20.6085375%202.00744607%2C18.9283354%20C2.28672764%2C15.0828256%204.26686302%2C13%209%2C13%20C13.7238702%2C13%2015.6246924%2C15.0498721%2015.9063819%2C18.9283316%20Z%20M13.9116353%2C19.0731963%20C13.7016431%2C16.1819058%2012.6056758%2C15%209%2C15%20C5.3726022%2C15%204.20913078%2C16.2238092%204.00219239%2C19.0732047%20C3.96659809%2C19.5633123%204.4006514%2C20%204.95675903%2C20%20L12.957109%2C20%20C13.5131578%2C20%2013.9472249%2C19.5632962%2013.9116353%2C19.0731963%20Z%20M17.4999992%2C19%20C16.9477144%2C18.9999995%2016.4999995%2C18.5522839%2016.5%2C17.9999992%20C16.5000005%2C17.4477144%2016.9477161%2C16.9999995%2017.5000008%2C17%20L19.9834696%2C16.9999999%20C19.9377951%2C16.0137336%2019.8023196%2C15.3246329%2019.6055728%2C14.9472136%20C19.1620744%2C14.0602168%2018.4151187%2C13.5%2017.5%2C13.5%20C16.5431642%2C13.5%2016.2940295%2C13.6177728%2015.7900063%2C14.1238973%20C15.7498428%2C14.1642692%2015.7498428%2C14.1642692%2015.7071068%2C14.2071068%20C15.3165825%2C14.5976311%2014.6834175%2C14.5976311%2014.2928932%2C14.2071068%20C13.9023689%2C13.8165825%2013.9023689%2C13.1834175%2014.2928932%2C12.7928932%20C14.3317813%2C12.7539126%2014.3317813%2C12.7539126%2014.3728539%2C12.7126286%20C15.23105%2C11.8508546%2015.9732426%2C11.5%2017.5%2C11.5%20C19.251548%2C11.5%2020.6379256%2C12.5397832%2021.3865848%2C14.037434%20C21.7372613%2C14.7095639%2021.9233852%2C15.6562891%2021.9813284%2C16.907478%20C21.9831127%2C16.9537225%2021.9831127%2C16.9537225%2021.9834696%2C17%20C21.9834696%2C18.1045706%2021.0880382%2C19.000002%2019.9834668%2C19.000002%20L17.4999992%2C19%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_company {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M8%2C5%20L8%2C7%20L10%2C7%20L10%2C5%20C10%2C4.44771525%2010.4477153%2C4%2011%2C4%20L19%2C4%20C19.5522847%2C4%2020%2C4.44771525%2020%2C5%20L20%2C18%20C20%2C18.5522847%2019.5522847%2C19%2019%2C19%20L16%2C19%20L16%2C21%20L19%2C21%20C20.6568542%2C21%2022%2C19.6568542%2022%2C18%20L22%2C5%20C22%2C3.34314575%2020.6568542%2C2%2019%2C2%20L11%2C2%20C9.34314575%2C2%208%2C3.34314575%208%2C5%20Z%20M12%2C6%20L12%2C8%20L14%2C8%20L14%2C6%20L12%2C6%20Z%20M16%2C6%20L16%2C8%20L18%2C8%20L18%2C6%20L16%2C6%20Z%20M12%2C10%20L12%2C12%20L14%2C12%20L14%2C10%20L12%2C10%20Z%20M16%2C10%20L16%2C12%20L18%2C12%20L18%2C10%20L16%2C10%20Z%20M12%2C14%20L12%2C16%20L14%2C16%20L14%2C14%20L12%2C14%20Z%20M16%2C14%20L16%2C16%20L18%2C16%20L18%2C14%20L16%2C14%20Z%20M8%2C16%20C10.2905289%2C16%2011.9418607%2C16.7585404%2012.9851431%2C18.0407367%20C13.628176%2C18.8310256%2013.914026%2C19.6267577%2013.991399%2C20.2128761%20L14%2C20.34375%20C14%2C21.8107564%2012.8107564%2C23%2011.34375%2C23%20L4.65625%2C23%20C3.18924363%2C23%202%2C21.8107564%202%2C20.34375%20L2.00860097%2C20.2128761%20C2.08597404%2C19.6267577%202.37182402%2C18.8310256%203.01485691%2C18.0407367%20C4.05813927%2C16.7585404%205.70947112%2C16%208%2C16%20Z%20M11.4338024%2C19.3030133%20C10.7766454%2C18.4953658%209.69824087%2C18%208%2C18%20C6.30175913%2C18%205.22335461%2C18.4953658%204.56619759%2C19.3030133%20C4.22141537%2C19.7267514%204.054266%2C20.1459424%204.00288217%2C20.4056616%20C4.03407974%2C20.7390638%204.31469241%2C21%204.65625%2C21%20L11.34375%2C21%20C11.6853076%2C21%2011.9659203%2C20.7390638%2011.9971178%2C20.4056616%20C11.945734%2C20.1459424%2011.7785846%2C19.7267514%2011.4338024%2C19.3030133%20Z%20M8%2C11%20C7.44771525%2C11%207%2C11.4477153%207%2C12%20C7%2C12.5522847%207.44771525%2C13%208%2C13%20C8.55228475%2C13%209%2C12.5522847%209%2C12%20C9%2C11.4477153%208.55228475%2C11%208%2C11%20Z%20M8%2C9%20C9.65685425%2C9%2011%2C10.3431458%2011%2C12%20C11%2C13.6568542%209.65685425%2C15%208%2C15%20C6.34314575%2C15%205%2C13.6568542%205%2C12%20C5%2C10.3431458%206.34314575%2C9%208%2C9%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_contact {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M6%2C2%20C4.898438%2C2%204%2C2.898438%204%2C4%20L4%2C20%20C4%2C21.101563%204.898438%2C22%206%2C22%20L19%2C22%20C19.5522847%2C22%2020%2C21.5522847%2020%2C21%20L20%2C21%20C20%2C20.4477153%2019.5522847%2C20%2019%2C20%20L6%2C20%20L6%2C19%20L20%2C19%20L20%2C4%20C20%2C2.8954305%2019.1045695%2C2%2018%2C2%20L6%2C2%20Z%20M6%2C4%20L18%2C4%20L18%2C17%20L6%2C17%20L6%2C4%20Z%20M12%2C6%20C10.9000007%2C6%2010%2C6.90000071%2010%2C8%20C10%2C9.10000071%2010.9000007%2C10%2012%2C10%20C13.1000007%2C10%2014%2C9.10000071%2014%2C8%20C14%2C6.90000071%2013.1000007%2C6%2012%2C6%20Z%20M12%2C11%20C9.19791733%2C11%208%2C12.84375%208%2C12.84375%20L8%2C15%20L16%2C15%20L16%2C12.84375%20C16%2C12.84375%2014.802084%2C11%2012%2C11%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_crown {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cg%20fill%3D%22%23ffffff%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M16.3031358%2C8.65192812%20L20.4855042%2C6.14250707%20C21.2118491%2C5.70670017%2022.1171727%2C6.31485065%2021.9883717%2C7.15205718%20L19.9883717%2C20.1520572%20C19.9133207%2C20.6398889%2019.4935711%2C21%2019%2C21%20L5%2C21%20C4.50642892%2C21%204.08667933%2C20.6398889%204.0116283%2C20.1520572%20L2.0116283%2C7.15205718%20C1.8828273%2C6.31485065%202.78815092%2C5.70670017%203.51449576%2C6.14250707%20L7.69686416%2C8.65192812%20L11.1679497%2C3.4452998%20C11.5637718%2C2.85156673%2012.4362282%2C2.85156673%2012.8320503%2C3.4452998%20L16.3031358%2C8.65192812%20Z%20M5.85791896%2C19%20L18.142081%2C19%20L19.6876841%2C8.9535799%20L16.5144958%2C10.8574929%20C16.0567723%2C11.132127%2015.4640446%2C10.9988425%2015.1679497%2C10.5547002%20L12%2C5.80277564%20L8.83205029%2C10.5547002%20C8.53595541%2C10.9988425%207.94322766%2C11.132127%207.48550424%2C10.8574929%20L4.31231586%2C8.9535799%20L5.85791896%2C19%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M8%2C17%20C7.44771525%2C17%207%2C16.5522847%207%2C16%20C7%2C15.4477153%207.44771525%2C15%208%2C15%20L16%2C15%20C16.5522847%2C15%2017%2C15.4477153%2017%2C16%20C17%2C16.5522847%2016.5522847%2C17%2016%2C17%20L8%2C17%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_cup {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2051%20(57462)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0D%0A%20%20%20%20%3Ctitle%3Ecup%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22cup%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Rectangle-19%22%20points%3D%220%200%2024%200%2024%2024%200%2024%22%3E%3C%2Fpolygon%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2%2C2%20L2%2C3%20C2%2C5.7666667%203.1395226%2C7.7620178%204.1679688%2C9.304688%20C5.1964149%2C10.847357%206%2C11.944444%206%2C13%20L8%2C13%20C8%2C12.983831%207.9962584%2C12.96922%207.9960938%2C12.953125%20C8.97458%2C15.166161%2010%2C16%2010%2C16%20L14%2C16%20C14%2C16%2015.02542%2C15.166161%2016.003906%2C12.953125%20C16.003742%2C12.96922%2016%2C12.983831%2016%2C13%20L18%2C13%20C18%2C11.944444%2018.803585%2C10.847356%2019.832031%2C9.304688%20C20.860477%2C7.7620178%2022%2C5.7666667%2022%2C3%20L22%2C2%20L2%2C2%20Z%20M4.1914062%2C4%20L6.2734375%2C4%20C6.337283%2C6.4080712%206.6187571%2C8.3802374%207.0078125%2C9.974609%20C6.6365749%2C9.366787%206.2230927%2C8.7819045%205.8320312%2C8.1953125%20C5.0286664%2C6.9902652%204.4191868%2C5.6549795%204.1914062%2C4%20Z%20M8.3027344%2C4%20L15.697266%2C4%20L15.697266%2C5%20L15.693359%2C5%20C15.5139676%2C8.09378496%2014.8555694%2C10.7451017%2013.7181643%2C12.9539502%20L13.7181621%2C12.9539491%20C13.3873951%2C13.596301%2012.725441%2C14%2012.0029295%2C14%20L12.0029295%2C14%20C11.2811119%2C14%2010.6198134%2C13.5966263%2010.2894695%2C12.954837%20C9.14603188%2C10.7333371%208.48508358%2C8.08172756%208.3066406%2C5%20L8.3027344%2C5%20L8.3027344%2C4%20Z%20M17.726562%2C4%20L19.808594%2C4%20C19.580813%2C5.6549795%2018.971334%2C6.9902652%2018.167969%2C8.1953125%20C17.776907%2C8.7819045%2017.363425%2C9.366787%2016.992188%2C9.974609%20C17.381243%2C8.3802374%2017.662717%2C6.4080712%2017.726562%2C4%20Z%20M7%2C21%20L7%2C21%20C7%2C21.5522847%207.44771525%2C22%208%2C22%20L16%2C22%20C16.5522847%2C22%2017%2C21.5522847%2017%2C21%20L17%2C21%20C17%2C20.4477153%2016.5522847%2C20%2016%2C20%20L8%2C20%20C7.44771525%2C20%207%2C20.4477153%207%2C21%20Z%20M14.5%2C15.5%20L9.5%2C15.5%20L11%2C20%20L13%2C20%20L14.5%2C15.5%20Z%22%20id%3D%22Shape%22%20fill%3D%22%23fff%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_desktop {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M2%2C5%20L2%2C15%20C2%2C16.6568542%203.34314575%2C18%205%2C18%20L19%2C18%20C20.6568542%2C18%2022%2C16.6568542%2022%2C15%20L22%2C5%20C22%2C3.34314575%2020.6568542%2C2%2019%2C2%20L5%2C2%20C3.34314575%2C2%202%2C3.34314575%202%2C5%20Z%20M5%2C4%20L19%2C4%20C19.5522847%2C4%2020%2C4.44771525%2020%2C5%20L20%2C13%20C20%2C13.5522847%2019.5522847%2C14%2019%2C14%20L5%2C14%20C4.44771525%2C14%204%2C13.5522847%204%2C13%20L4%2C5%20C4%2C4.44771525%204.44771525%2C4%205%2C4%20Z%20M10%2C19%20L10%2C20%20L8%2C20%20C7.44771525%2C20%207%2C20.4477153%207%2C21%20L7%2C21%20C7%2C21.5522847%207.44771525%2C22%208%2C22%20L16%2C22%20C16.5522847%2C22%2017%2C21.5522847%2017%2C21%20L17%2C21%20C17%2C20.4477153%2016.5522847%2C20%2016%2C20%20L14%2C20%20L14%2C19%20L10%2C19%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_dzen {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20clip-path%3D%22url(%23clip0_10992_271)%22%3E%0D%0A%3Cpath%20d%3D%22M12.3%202C12.35%206.05417%2012.6292%208.33333%2014.15%209.85C15.6709%2011.3708%2017.95%2011.6458%2022.0042%2011.7C21.8459%206.4125%2017.5875%202.15417%2012.3%202Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M9.85417%209.85C11.375%208.33333%2011.65%206.05417%2011.7%202C6.4125%202.15417%202.15417%206.4125%202%2011.7C6.05417%2011.65%208.33333%2011.3708%209.85417%209.85Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M2.00002%2012.3C2.15418%2017.5875%206.41252%2021.8458%2011.7%2022C11.65%2017.9458%2011.3709%2015.6667%209.85002%2014.15C8.32918%2012.6292%206.05002%2012.3542%201.99585%2012.3H2.00002Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M22.0001%2012.3C17.9459%2012.35%2015.6667%2012.6292%2014.1459%2014.15C12.6251%2015.6708%2012.3501%2017.95%2012.2959%2022C17.5834%2021.8458%2021.8417%2017.5875%2021.9959%2012.3H22.0001Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3CclipPath%20id%3D%22clip0_10992_271%22%3E%0D%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%20transform%3D%22translate(2%202)%22%2F%3E%0D%0A%3C%2FclipPath%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_eye {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%204C9.94287%204%207.85059%205.10046%206.12793%206.32556C4.37207%207.57404%202.83692%209.07159%201.86573%2010.0967C0.847659%2011.1714%200.839847%2012.8242%201.85352%2013.9064C2.81592%2014.9334%204.33789%2016.4308%206.0918%2017.6786C7.81494%2018.9049%209.9126%2020%2012%2020C14.0869%2020%2016.1846%2018.9049%2017.9082%2017.6786C19.6616%2016.4308%2021.1836%2014.9334%2022.146%2013.9064C23.1597%2012.8242%2023.1523%2011.1714%2022.1343%2010.0967C21.1631%209.07159%2019.6274%207.57404%2017.8721%206.32556C16.1494%205.10046%2014.0571%204%2012%204ZM17%2012C17%2014.7614%2014.7612%2017%2012%2017C9.23877%2017%207%2014.7614%207%2012C7%209.23859%209.23877%207%2012%207C14.7612%207%2017%209.23859%2017%2012ZM12%2015C13.6567%2015%2015%2013.6569%2015%2012C15%2010.3431%2013.6567%209%2012%209C10.3433%209%209%2010.3431%209%2012C9%2013.6569%2010.3433%2015%2012%2015Z%22%20fill%3D%22%23ffffff%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_fav {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M21%2C8%20C21%2C5.73495862%2019.1411158%2C4%2017%2C4%20C15.6745572%2C4%2014.2621927%2C4.84741869%2012.7682213%2C6.6401844%20C12.3684262%2C7.11993853%2011.6315738%2C7.11993853%2011.2317787%2C6.6401844%20C9.73780729%2C4.84741869%208.32544282%2C4%207%2C4%20C4.85888424%2C4%203%2C5.73495862%203%2C8%20C3%2C10.5086623%205.9865039%2C14.4765912%2012%2C19.6825544%20C18.0134961%2C14.4765912%2021%2C10.5086623%2021%2C8%20Z%20M17%2C2%20C20.2160271%2C2%2023%2C4.59837471%2023%2C7.99999999%20C23%2C11.4028489%2019.5342409%2C15.9083357%2012.6476484%2C21.7619393%20C12.2742199%2C22.0793536%2011.7257801%2C22.0793536%2011.3523516%2C21.7619393%20C4.46575909%2C15.9083357%201%2C11.4028489%201%2C7.99999999%20C1%2C4.59837471%203.7839729%2C2%207%2C2%20C8.73006508%2C2%2010.3955985%2C2.85568988%2012%2C4.5044262%20C13.6044015%2C2.85568988%2015.2699349%2C2%2017%2C2%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_fb {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M17%2C5.5%20L15.5%2C5.5%20C14.5%2C5.5%2014%2C6%2014%2C7%20L14%2C8.57366%20L16.5%2C8.57366%20L16.5%2C12%20L14%2C12%20L14%2C22%20L10%2C22%20L10%2C12%20L8%2C12%20L8%2C8.57366%20L10%2C8.57366%20L10%2C6.5%20C10%2C4%2011%2C2%2014%2C2%20L17%2C2%20L17%2C5.5%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_feed {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M2%2C5%20L2%2C19%20C2%2C20.6568542%203.34314575%2C22%205%2C22%20L19%2C22%20C20.644531%2C22%2022%2C20.644531%2022%2C19%20L22%2C8%20C22%2C6.8954305%2021.1045695%2C6%2020%2C6%20L18%2C6%20L18%2C5%20C18%2C3.34314575%2016.6568542%2C2%2015%2C2%20L5%2C2%20C3.34314575%2C2%202%2C3.34314575%202%2C5%20Z%20M5%2C4%20L15%2C4%20C15.5522847%2C4%2016%2C4.44771525%2016%2C5%20L16%2C19%20C16%2C19.386719%2016.269531%2C19.660156%2016.40625%2C20%20L5%2C20%20C4.433594%2C20%204%2C19.566406%204%2C19%20L4%2C5%20C4%2C4.44771525%204.44771525%2C4%205%2C4%20Z%20M6%2C8.5%20L6%2C8.5%20C6%2C9.32842712%206.67157288%2C10%207.5%2C10%20L12.5%2C10%20C13.3284271%2C10%2014%2C9.32842712%2014%2C8.5%20L14%2C8.5%20C14%2C7.67157288%2013.3284271%2C7%2012.5%2C7%20L7.5%2C7%20C6.67157288%2C7%206%2C7.67157288%206%2C8.5%20Z%20M18%2C8%20L20%2C8%20L20%2C19%20C20%2C19.566406%2019.566406%2C20%2019%2C20%20C18.433594%2C20%2018%2C19.566406%2018%2C19%20L18%2C8%20Z%20M6%2C13%20L6%2C13%20C6%2C13.5522847%206.44771525%2C14%207%2C14%20L13%2C14%20C13.5522847%2C14%2014%2C13.5522847%2014%2C13%20L14%2C13%20C14%2C12.4477153%2013.5522847%2C12%2013%2C12%20L7%2C12%20C6.44771525%2C12%206%2C12.4477153%206%2C13%20Z%20M6%2C16%20L6%2C16%20C6%2C16.5522847%206.44771525%2C17%207%2C17%20L13%2C17%20C13.5522847%2C17%2014%2C16.5522847%2014%2C16%20L14%2C16%20C14%2C15.4477153%2013.5522847%2C15%2013%2C15%20L7%2C15%20C6.44771525%2C15%206%2C15.4477153%206%2C16%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_file {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M16%209H12C10.3431%209%209%207.65685%209%206V2H3C2.44772%202%202%202.44772%202%203V19C2%2019.5523%202.44772%2020%203%2020H15C15.5523%2020%2016%2019.5523%2016%2019V9ZM11%202.82843V6C11%206.55228%2011.4477%207%2012%207H15.1716L11%202.82843ZM3%200H11L18%207V19C18%2020.6569%2016.6569%2022%2015%2022H3C1.34315%2022%200%2020.6569%200%2019V3C0%201.34315%201.34315%200%203%200ZM4%2017C4%2016.4477%204.44772%2016%205%2016H10C10.5523%2016%2011%2016.4477%2011%2017C11%2017.5523%2010.5523%2018%2010%2018H5C4.44772%2018%204%2017.5523%204%2017ZM4%209C4%208.44771%204.44772%208%205%208H7C7.55228%208%208%208.44771%208%209C8%209.55228%207.55228%2010%207%2010H5C4.44772%2010%204%209.55228%204%209ZM4%2013C4%2012.4477%204.44772%2012%205%2012H13C13.5523%2012%2014%2012.4477%2014%2013C14%2013.5523%2013.5523%2014%2013%2014H5C4.44772%2014%204%2013.5523%204%2013Z%22%20transform%3D%22translate(3%201)%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_filter {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M19%2C6%20L19%2C4%20L5%2C4%20L5%2C6.17157288%20C5%2C6.43678937%205.10535684%2C6.69114328%205.29289322%2C6.87867966%20L11%2C12.5857864%20L11%2C18%20C11%2C18.3147573%2011.1481942%2C18.6111456%2011.4%2C18.8%20L13%2C20%20L13%2C12.5857864%20L17.5857864%2C8%20L11%2C8%20C10.4477153%2C8%2010%2C7.55228475%2010%2C7%20C10%2C6.44771525%2010.4477153%2C6%2011%2C6%20L19%2C6%20Z%20M9%2C13.4142136%20L3.87867966%2C8.29289322%20C3.31607052%2C7.73028408%203%2C6.96722234%203%2C6.17157288%20L3%2C4%20C3%2C2.8954305%203.8954305%2C2%205%2C2%20L19%2C2%20C20.1045695%2C2%2021%2C2.8954305%2021%2C4%20L21%2C6.17157288%20C21%2C6.96722234%2020.6839295%2C7.73028408%2020.1213203%2C8.29289322%20L15%2C13.4142136%20L15%2C20%20C15%2C21.1045695%2014.1045695%2C22%2013%2C22%20C12.5672596%2C22%2012.1461923%2C21.8596443%2011.8%2C21.6%20L10.2%2C20.4%20C9.44458247%2C19.8334369%209%2C18.9442719%209%2C18%20L9%2C13.4142136%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_folder {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M4%2C11%20L4%2C19%20C4%2C19.5522847%204.44771525%2C20%205%2C20%20L19%2C20%20C19.5522847%2C20%2020%2C19.5522847%2020%2C19%20L20%2C11%20L4%2C11%20Z%20M4%2C9%20L20%2C9%20L20%2C8%20C20%2C7.44771525%2019.5522847%2C7%2019%2C7%20L12.0316251%2C7%20L9.83147139%2C4.3598156%20C9.64147756%2C4.13182301%209.36002995%2C4%209.06325011%2C4%20L5%2C4%20C4.44771525%2C4%204%2C4.44771525%204%2C5%20L4%2C9%20Z%20M12.9683749%2C5%20L19%2C5%20C20.6568542%2C5%2022%2C6.34314575%2022%2C8%20L22%2C19%20C22%2C20.6568542%2020.6568542%2C22%2019%2C22%20L5%2C22%20C3.34314575%2C22%202%2C20.6568542%202%2C19%20L2%2C5%20C2%2C3.34314575%203.34314575%2C2%205%2C2%20L9.06325011%2C2%20C9.95358964%2C2%2010.7979325%2C2.39546903%2011.3679139%2C3.0794468%20L12.9683749%2C5%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_follow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M20%2C10%20L22%2C10%20C22.5522847%2C10%2023%2C10.4477153%2023%2C11%20C23%2C11.5522847%2022.5522847%2C12%2022%2C12%20L20%2C12%20L20%2C14%20C20%2C14.5522847%2019.5522847%2C15%2019%2C15%20C18.4477153%2C15%2018%2C14.5522847%2018%2C14%20L18%2C12%20L16%2C12%20C15.4477153%2C12%2015%2C11.5522847%2015%2C11%20C15%2C10.4477153%2015.4477153%2C10%2016%2C10%20L18%2C10%20L18%2C8%20C18%2C7.44771525%2018.4477153%2C7%2019%2C7%20C19.5522847%2C7%2020%2C7.44771525%2020%2C8%20L20%2C10%20Z%20M14.9999442%2C7%20C14.9999442%2C9.76142475%2012.761369%2C12%209.99994422%2C12%20C7.23851947%2C12%204.99994422%2C9.76142475%204.99994422%2C7%20C4.99994422%2C4.23857525%207.23851947%2C2%209.99994422%2C2%20C12.761369%2C2%2014.9999442%2C4.23857525%2014.9999442%2C7%20Z%20M12.9999442%2C7%20C12.9999442%2C5.34314475%2011.6567995%2C4%209.99994422%2C4%20C8.34308897%2C4%206.99994422%2C5.34314475%206.99994422%2C7%20C6.99994422%2C8.65685525%208.34308897%2C10%209.99994422%2C10%20C11.6567995%2C10%2012.9999442%2C8.65685525%2012.9999442%2C7%20Z%20M18.9063819%2C18.9283316%20C19.0283926%2C20.6085255%2017.6453195%2C22%2015.957109%2C22%20L3.95675903%2C22%20C2.26848896%2C22%200.885420601%2C20.6085375%201.00744607%2C18.9283354%20C1.28672764%2C15.0828256%205.26686302%2C13%2010%2C13%20C14.7238702%2C13%2018.6246924%2C15.0498721%2018.9063819%2C18.9283316%20Z%20M16.9114297%2C19.0731963%20C16.7014375%2C16.1819058%2013.6054702%2C15%209.99979441%2C15%20C6.37239661%2C15%203.2089252%2C16.2238092%203.0019868%2C19.0732047%20C2.9663925%2C19.5633123%203.40044581%2C20%203.95655344%2C20%20L15.9569034%2C20%20C16.5129522%2C20%2016.9470193%2C19.5632962%2016.9114297%2C19.0731963%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_forward {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7%202C4.23853%202%202%204.23877%202%207V17C2%2019.7612%204.23853%2022%207%2022H17C19.7615%2022%2022%2019.7612%2022%2017C22%2016.772%2021.9236%2016.5615%2021.7949%2016.3931C21.6123%2016.1543%2021.3242%2016%2021%2016C20.4478%2016%2020%2016.4478%2020%2017C20%2018.6567%2018.6567%2020%2017%2020H7C5.34326%2020%204%2018.6567%204%2017V13H16.5857L13.2927%2016.293C12.9023%2016.6836%2012.9023%2017.3164%2013.2927%2017.707C13.4778%2017.8921%2013.717%2017.9893%2013.9592%2017.999C14.2285%2018.0103%2014.5015%2017.9126%2014.707%2017.707L19.707%2012.707C20.0977%2012.3164%2020.0977%2011.6836%2019.707%2011.293L14.707%206.29297C14.3164%205.90234%2013.6833%205.90234%2013.2927%206.29297C13.1152%206.4707%2013.0186%206.69824%2013.0024%206.93018C12.9829%207.20898%2013.0798%207.49414%2013.2927%207.70703L16.5857%2011H4V7C4%205.34326%205.34326%204%207%204H17C18.6567%204%2020%205.34326%2020%207C20%207.27002%2020.1069%207.51465%2020.2805%207.69434C20.4624%207.88281%2020.7175%208%2021%208C21.5522%208%2022%207.55225%2022%207C22%204.23877%2019.7615%202%2017%202H7Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_fr {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M10%2C3%20C9.476563%2C3%208.941406%2C3.183594%208.5625%2C3.5625%20C8.183594%2C3.941406%208%2C4.476563%208%2C5%20L8%2C6%20L5%2C6%20C3.34314575%2C6%202%2C7.34314575%202%2C9%20L2%2C18%20C2%2C19.6568542%203.34314575%2C21%205%2C21%20L19%2C21%20C20.6568542%2C21%2022%2C19.6568542%2022%2C18%20L22%2C9%20C22%2C7.34314575%2020.6568542%2C6%2019%2C6%20L16%2C6%20L16%2C5%20C16%2C4.476563%2015.816406%2C3.941406%2015.4375%2C3.5625%20C15.058594%2C3.183594%2014.523438%2C3%2014%2C3%20L10%2C3%20Z%20M10%2C5%20L14%2C5%20L14%2C6%20L10%2C6%20L10%2C5%20Z%20M4%2C14%20L20%2C14%20L20%2C18%20C20%2C18.5522847%2019.5522847%2C19%2019%2C19%20L5%2C19%20C4.44771525%2C19%204%2C18.5522847%204%2C18%20L4%2C14%20Z%20M5%2C8%20L19%2C8%20C19.5522847%2C8%2020%2C8.44771525%2020%2C9%20L20%2C12%20L4%2C12%20L4%2C9%20C4%2C8.44771525%204.44771525%2C8%205%2C8%20Z%20M12%2C9%20C11.449219%2C9%2011%2C9.449219%2011%2C10%20C11%2C10.550781%2011.449219%2C11%2012%2C11%20C12.550781%2C11%2013%2C10.550781%2013%2C10%20C13%2C9.449219%2012.550781%2C9%2012%2C9%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_fullscreen {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19%2C19%20L19%2C15%20C19%2C14.4477153%2019.4477153%2C14%2020%2C14%20C20.5522847%2C14%2021%2C14.4477153%2021%2C15%20L21%2C20%20C21%2C20.5522847%2020.5522847%2C21%2020%2C21%20L15%2C21%20C14.4477153%2C21%2014%2C20.5522847%2014%2C20%20C14%2C19.4477153%2014.4477153%2C19%2015%2C19%20L19%2C19%20Z%20M19%2C5%20L15%2C5%20C14.4477153%2C5%2014%2C4.55228475%2014%2C4%20C14%2C3.44771525%2014.4477153%2C3%2015%2C3%20L20%2C3%20C20.5522847%2C3%2021%2C3.44771525%2021%2C4%20L21%2C9%20C21%2C9.55228475%2020.5522847%2C10%2020%2C10%20C19.4477153%2C10%2019%2C9.55228475%2019%2C9%20L19%2C5%20Z%20M5%2C19%20L9%2C19%20C9.55228475%2C19%2010%2C19.4477153%2010%2C20%20C10%2C20.5522847%209.55228475%2C21%209%2C21%20L4%2C21%20C3.44771525%2C21%203%2C20.5522847%203%2C20%20L3%2C15%20C3%2C14.4477153%203.44771525%2C14%204%2C14%20C4.55228475%2C14%205%2C14.4477153%205%2C15%20L5%2C19%20Z%20M5%2C5%20L5%2C9%20C5%2C9.55228475%204.55228475%2C10%204%2C10%20C3.44771525%2C10%203%2C9.55228475%203%2C9%20L3%2C4%20C3%2C3.44771525%203.44771525%2C3%204%2C3%20L9%2C3%20C9.55228475%2C3%2010%2C3.44771525%2010%2C4%20C10%2C4.55228475%209.55228475%2C5%209%2C5%20L5%2C5%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M13%2C18%20L13%2C20%20L16%2C20%20C17.105469%2C20%2018%2C20.894531%2018%2C22%20L6%2C22%20C6%2C20.894531%206.894531%2C20%208%2C20%20L11%2C20%20L11%2C18%20L7.16255418%2C18%20C6.08445253%2C18%205.08925401%2C17.4215139%204.55570261%2C16.4846969%20L2.44443994%2C12.7777092%20C1.46294385%2C11.061561%202.37231957%2C8.88101568%204.28871229%2C8.40485802%20C4.47763733%2C8.35762633%204.63551039%2C8.32729864%204.80062951%2C8.31526666%20C4.94304171%2C8.30435012%205.0847831%2C8.30389269%205.22492377%2C8.31340003%20C5.04546683%2C7.38522025%205.06756255%2C6.2524208%205.35181298%2C5.28092408%20C5.94139886%2C3.26586736%207.53002928%2C2%2010%2C2%20L14%2C2%20C16.4699707%2C2%2018.0586011%2C3.26586736%2018.648187%2C5.28092408%20C18.9334291%2C6.25580989%2018.9546841%2C7.3931258%2018.7731908%2C8.32310648%20C19.0826189%2C8.30102055%2019.3985035%2C8.32666268%2019.7098842%2C8.40450821%20C21.6276811%2C8.88101548%2022.5370563%2C11.0615607%2021.5564505%2C12.776149%20L19.4442974%2C16.4846969%20C18.910746%2C17.4215139%2017.9155475%2C18%2016.8374458%2C18%20L13%2C18%20Z%20M16.5636708%2C8.64887656%20L16.6321767%2C8.50312705%20C16.8952205%2C8.04370274%2017.0063748%2C6.79170277%2016.7286642%2C5.84255766%20C16.3820074%2C4.65777144%2015.5565214%2C4%2014%2C4%20L10%2C4%20C8.44347857%2C4%207.61799262%2C4.65777144%207.27133577%2C5.84255766%20C6.9936252%2C6.79170277%207.10477952%2C8.04370274%207.3678233%2C8.50312705%20L7.43632918%2C8.64887656%20L8.69300047%2C12%20L15.3069995%2C12%20L16.5636708%2C8.64887656%20Z%20M4.95248689%2C10.3094934%20C4.92190618%2C10.3116974%204.8604459%2C10.3234772%204.77238436%2C10.3454917%20C4.15080998%2C10.4999319%203.85347847%2C11.2128879%204.18145052%2C11.786351%20L6.29360365%2C15.494899%20C6.47145412%2C15.8071713%206.80318696%2C16%207.16255418%2C16%20L16.8374458%2C16%20C17.196813%2C16%2017.5285459%2C15.8071713%2017.7063963%2C15.494899%20L19.8194399%2C11.7847908%20C20.1465218%2C11.2128875%2019.8491906%2C10.499932%2019.2262141%2C10.3451424%20C18.7966006%2C10.2377389%2018.3340314%2C10.4324443%2018.1567211%2C10.7342307%20L16.6434091%2C13.9878515%20L7.35302398%2C14.1659199%20L5.86009047%2C10.7729769%20C5.66150601%2C10.4605057%205.30933458%2C10.281759%204.95248689%2C10.3094934%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_agriculrure {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12.0008903%2C22.5826388%20C11.2495843%2C23.0841234%2010.2523836%2C23.1465121%209.4272576%2C22.700141%20L7.14788161%2C21.4681323%20C5.21322631%2C20.4224234%204%2C18.464941%204%2C16.3223%20L4%2C15.3888%20C4%2C14.9170232%204.14027778%2C14.4590733%204.39929647%2C14.0685861%20C4.58210076%2C13.7932036%204.81145613%2C13.5671963%205.07021387%2C13.3934273%20C4.38617328%2C12.4329395%204%2C11.2830313%204%2C10.07414%20L4%2C9.14064%20C4%2C8.6687366%204.14035933%2C8.21067958%204.39914153%2C7.82072959%20C5.11305209%2C6.74494377%206.53719048%2C6.42252875%207.64970222%2C7.02385894%20L7.72477589%2C7.06443849%20C7.54881426%2C5.42567102%208.08210345%2C3.71984819%209.36650402%2C2.40659053%20L9.87789705%2C1.88360288%20C10.9360324%2C0.801450546%2012.6758264%2C0.70343658%2013.8566533%2C1.64391341%20C13.9500158%2C1.71825958%2014.0387111%2C1.7983093%2014.122086%2C1.88358553%20L14.6333557%2C2.40644707%20C15.9178329%2C3.71978311%2016.4511564%2C5.42564919%2016.2752061%2C7.06443941%20L16.3507742%2C7.02359235%20C16.7163768%2C6.82610575%2017.1251427%2C6.7241%2017.5385%2C6.7241%20C18.8548566%2C6.7241%2020%2C7.75771151%2020%2C9.14064%20L20%2C10.07414%20C20%2C11.2833358%2019.6136296%2C12.4335198%2018.9292495%2C13.3941632%20C19.567822%2C13.821436%2020%2C14.539215%2020%2C15.3888%20L20%2C16.3223%20C20%2C18.4649365%2018.7867705%2C20.4224187%2016.8521024%2C21.468141%20L14.5740258%2C22.6994466%20C14.2077679%2C22.8977555%2013.7982915%2C22.9999%2013.38462%2C22.9999%20C12.8799256%2C22.9999%2012.4003786%2C22.8479591%2012.0008903%2C22.5826388%20Z%20M12.71447%2C9.54064%20C14.62736%2C8.11804%2014.85151%2C5.48988%2013.20352%2C3.804864%20L12.69211%2C3.281859%20C12.66672%2C3.25589%2012.63956%2C3.231376%2012.61078%2C3.208458%20C12.22854%2C2.9040206%2011.64521%2C2.9368827%2011.30789%2C3.281859%20L10.79648%2C3.804864%20C9.14849%2C5.48988%209.37264%2C8.11804%2011.28553%2C9.54064%20L11.41311%2C9.63548%20C11.75399%2C9.8889%2012.24601%2C9.8889%2012.58689%2C9.63548%20L12.71447%2C9.54064%20Z%20M15.02196%2C10.01534%20C13.72227%2C10.71787%2012.92308%2C12.00729%2012.92308%2C13.4018%20L12.92308%2C14.3353%20C12.92308%2C14.5653%2013.12971%2C14.7518%2013.38462%2C14.7518%20C13.46814%2C14.7518%2013.5501%2C14.7314%2013.62176%2C14.6926%20L15.90112%2C13.4606%20C17.2008%2C12.75804%2018%2C11.46863%2018%2C10.07414%20L18%2C9.14064%20C18%2C8.91059%2017.7934%2C8.7241%2017.5385%2C8.7241%20C17.4549%2C8.7241%2017.373%2C8.74455%2017.3013%2C8.78328%20L15.02196%2C10.01534%20Z%20M12.92308%2C19.6499%20L12.92308%2C20.5834%20C12.92308%2C20.8134%2013.12971%2C20.9999%2013.38462%2C20.9999%20C13.46814%2C20.9999%2013.5501%2C20.9795%2013.62176%2C20.9407%20L15.90112%2C19.7087%20C17.2008%2C19.0062%2018%2C17.7167%2018%2C16.3223%20L18%2C15.3888%20C18%2C15.1587%2017.7934%2C14.9722%2017.5385%2C14.9722%20C17.4549%2C14.9722%2017.373%2C14.9927%2017.3013%2C15.0314%20L15.02196%2C16.2635%20C13.72227%2C16.966%2012.92308%2C18.2554%2012.92308%2C19.6499%20Z%20M8.97804%2C10.01534%20L6.698683%2C8.78328%20C6.480003%2C8.66508%206.196555%2C8.72925%206.0655834%2C8.92661%20C6.0226665%2C8.99128%206%2C9.06525%206%2C9.14064%20L6%2C10.07414%20C6%2C11.46863%206.799192%2C12.75804%208.09888%2C13.4606%20L10.37824%2C14.6926%20C10.59692%2C14.8108%2010.88037%2C14.7467%2011.01134%2C14.5493%20C11.05426%2C14.4846%2011.07692%2C14.4107%2011.07692%2C14.3353%20L11.07692%2C13.4018%20C11.07692%2C12.00729%2010.27773%2C10.71787%208.97804%2C10.01534%20Z%20M8.97804%2C16.2635%20L6.698683%2C15.0314%20C6.480003%2C14.9132%206.196555%2C14.9774%206.0655834%2C15.1747%20C6.0226665%2C15.2394%206%2C15.3134%206%2C15.3888%20L6%2C16.3223%20C6%2C17.7167%206.799192%2C19.0062%208.09888%2C19.7087%20L10.37824%2C20.9407%20C10.59692%2C21.059%2010.88037%2C20.9948%2011.01134%2C20.7974%20C11.05426%2C20.7327%2011.07692%2C20.6588%2011.07692%2C20.5834%20L11.07692%2C19.6499%20C11.07692%2C18.2554%2010.27773%2C16.966%208.97804%2C16.2635%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_auto {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M16%2C19%20L8%2C19%20L8%2C21%20C8%2C21.5522847%207.55228475%2C22%207%2C22%20L5%2C22%20C4.44771525%2C22%204%2C21.5522847%204%2C21%20L4%2C19%20C4%2C18.9434818%204.0046887%2C18.8880587%204.01369835%2C18.8340984%20C2.84135601%2C18.4261546%202%2C17.3113319%202%2C16%20L2%2C10.9066729%20C2%2C10.3071132%202.10783463%2C9.71244099%202.31835411%2C9.1510557%20L3.78335645%2C5.24438279%20C4.51517594%2C3.29286417%206.38077954%2C2%208.46500234%2C2%20L15.5349977%2C2%20C17.6192205%2C2%2019.4848241%2C3.29286417%2020.2166435%2C5.24438279%20L21.6816459%2C9.1510557%20C21.8921654%2C9.71244099%2022%2C10.3071132%2022%2C10.9066729%20L22%2C16%20C22%2C17.3113319%2021.158644%2C18.4261546%2019.9863016%2C18.8340984%20C19.9953113%2C18.8880587%2020%2C18.9434818%2020%2C19%20L20%2C21%20C20%2C21.5522847%2019.5522847%2C22%2019%2C22%20L17%2C22%20C16.4477153%2C22%2016%2C21.5522847%2016%2C21%20L16%2C19%20Z%20M4%2C10.9066729%20L4%2C16%20C4%2C16.5522847%204.44771525%2C17%205%2C17%20L19%2C17%20C19.5522847%2C17%2020%2C16.5522847%2020%2C16%20L20%2C10.9533365%20L20%2C11%20L4%2C11%20L4%2C10.9066729%20Z%20M4.51100094%2C9%20L19.4889991%2C9%20L18.3439852%2C5.94662968%20C17.9048935%2C4.7757185%2016.7855313%2C4%2015.5349977%2C4%20L8.46500234%2C4%20C7.21446866%2C4%206.0951065%2C4.7757185%205.65601481%2C5.94662968%20L4.51100094%2C9%20Z%20M6.5%2C12%20L7.5%2C12%20C8.32842712%2C12%209%2C12.6715729%209%2C13.5%20C9%2C14.3284271%208.32842712%2C15%207.5%2C15%20L6.5%2C15%20C5.67157288%2C15%205%2C14.3284271%205%2C13.5%20C5%2C12.6715729%205.67157288%2C12%206.5%2C12%20Z%20M16.5%2C12%20L17.5%2C12%20C18.3284271%2C12%2019%2C12.6715729%2019%2C13.5%20C19%2C14.3284271%2018.3284271%2C15%2017.5%2C15%20L16.5%2C15%20C15.6715729%2C15%2015%2C14.3284271%2015%2C13.5%20C15%2C12.6715729%2015.6715729%2C12%2016.5%2C12%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_autoservice {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17%2C2%20C16.4028%2C2%2015.8728%2C2.382141%2015.6838%2C2.948669%20L14.8777%2C5.36755%20C14.5337%2C6.39917%2015.0754%2C7.45764%2016%2C7.84558%20L16%2C13.2359%20C15.3418%2C13.56567%2014.8652%2C14.212%2014.7791%2C14.9878%20L14.3313%2C19.0184%20C14.1545%2C20.6089%2015.3994%2C22%2017%2C22%20C18.6003%2C22%2019.8452%2C20.6089%2019.6687%2C19.0184%20L19.2207%2C14.9878%20C19.1345%2C14.212%2018.658%2C13.5658%2018%2C13.23602%20L18%2C7.8457%20C18.9248%2C7.45782%2019.4666%2C6.39923%2019.1226%2C5.36755%20L18.3164%2C2.948669%20C18.1274%2C2.382141%2017.5974%2C2%2017%2C2%20Z%20M5.23145%2C3.0979%20C4.472412%2C3.82843%204%2C4.85541%204%2C5.99017%20C4%2C7.49683%204.833008%2C8.81342%206.06348%2C9.49847%20C6.02197%2C9.65875%206%2C9.82678%206%2C10%20L6%2C20%20C6%2C21.1046%206.89551%2C22%208%2C22%20C9.10449%2C22%2010%2C21.1046%2010%2C20%20L10%2C10%20C10%2C9.82678%209.97803%2C9.65875%209.93652%2C9.49847%20C11.16699%2C8.81342%2012%2C7.49683%2012%2C5.99017%20C12%2C3.91577%2010.4209%2C2.201538%208.39917%2C2.00012207%20L9.37231%2C4.56812%20C9.7002%2C5.43347%209.26514%2C6.40192%208.40015%2C6.7312%20C7.5354%2C7.06055%206.56836%2C6.62598%206.24048%2C5.76062%20L5.23145%2C3.0979%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_autowash {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11%2C2%20L13%2C2%20L13%2C3%20L14%2C3%20L15%2C5%20L9%2C5%20L10%2C3%20L11%2C3%20L11%2C2%20Z%20M12%2C14%20L14.5674%2C14%20L15.6675%2C16%20L8.33252%2C16%20L9.43262%2C14%20L12%2C14%20Z%20M12%2C12%20L14.5674%2C12%20C15.2969%2C12%2015.9685%2C12.3971%2016.3198%2C13.0361%20L17.7524%2C15.6408%20C17.9148%2C15.9361%2018%2C16.2676%2018%2C16.6046%20L18%2C19%20C18%2C19.7402%2017.5979%2C20.3866%2017%2C20.7324%20L17%2C21%20C17%2C21.5523%2016.5522%2C22%2016%2C22%20C15.4478%2C22%2015%2C21.5523%2015%2C21%20L9%2C21%20C9%2C21.5523%208.55225%2C22%208%2C22%20C7.44775%2C22%207%2C21.5523%207%2C21%20L7%2C20.7324%20C6.4021%2C20.3866%206%2C19.7402%206%2C19%20L6%2C16.6046%20C6%2C16.2676%206.08521%2C15.9361%206.24756%2C15.6408%20L7.68018%2C13.0361%20C8.03149%2C12.3971%208.70312%2C12%209.43262%2C12%20L12%2C12%20Z%20M12%2C8%20C12.5522%2C8%2013%2C7.55231%2013%2C7%20C13%2C6.44769%2012.5522%2C6%2012%2C6%20C11.44775%2C6%2011%2C6.44769%2011%2C7%20C11%2C7.55231%2011.44775%2C8%2012%2C8%20Z%20M16%2C7%20C16%2C7.55231%2015.5522%2C8%2015%2C8%20C14.4478%2C8%2014%2C7.55231%2014%2C7%20C14%2C6.44769%2014.4478%2C6%2015%2C6%20C15.5522%2C6%2016%2C6.44769%2016%2C7%20Z%20M9%2C8%20C9.55225%2C8%2010%2C7.55231%2010%2C7%20C10%2C6.44769%209.55225%2C6%209%2C6%20C8.44775%2C6%208%2C6.44769%208%2C7%20C8%2C7.55231%208.44775%2C8%209%2C8%20Z%20M13%2C10%20C13%2C10.55231%2012.5522%2C11%2012%2C11%20C11.44775%2C11%2011%2C10.55231%2011%2C10%20C11%2C9.44769%2011.44775%2C9%2012%2C9%20C12.5522%2C9%2013%2C9.44769%2013%2C10%20Z%20M17%2C11%20C17.5522%2C11%2018%2C10.55231%2018%2C10%20C18%2C9.44769%2017.5522%2C9%2017%2C9%20C16.4478%2C9%2016%2C9.44769%2016%2C10%20C16%2C10.55231%2016.4478%2C11%2017%2C11%20Z%20M8%2C10%20C8%2C10.55231%207.55225%2C11%207%2C11%20C6.44775%2C11%206%2C10.55231%206%2C10%20C6%2C9.44769%206.44775%2C9%207%2C9%20C7.55225%2C9%208%2C9.44769%208%2C10%20Z%20M20%2C13%20C20%2C13.5523%2019.5522%2C14%2019%2C14%20C18.4478%2C14%2018%2C13.5523%2018%2C13%20C18%2C12.4477%2018.4478%2C12%2019%2C12%20C19.5522%2C12%2020%2C12.4477%2020%2C13%20Z%20M5%2C14%20C5.55225%2C14%206%2C13.5523%206%2C13%20C6%2C12.4477%205.55225%2C12%205%2C12%20C4.44775%2C12%204%2C12.4477%204%2C13%20C4%2C13.5523%204.44775%2C14%205%2C14%20Z%20M22%2C16%20C22%2C16.5523%2021.5522%2C17%2021%2C17%20C20.4478%2C17%2020%2C16.5523%2020%2C16%20C20%2C15.4477%2020.4478%2C15%2021%2C15%20C21.5522%2C15%2022%2C15.4477%2022%2C16%20Z%20M3%2C17%20C3.55225%2C17%204%2C16.5523%204%2C16%20C4%2C15.4477%203.55225%2C15%203%2C15%20C2.447754%2C15%202%2C15.4477%202%2C16%20C2%2C16.5523%202.447754%2C17%203%2C17%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_baby {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15.1892%2C11.56201%20L12.4319%2C8.82317%20C12.4319%2C8.82317%2013.0042%2C8.2965%2013.3267%2C8.05425%20C13.5464%2C7.88915%2013.5681%2C7.39648%2013.5925%2C6.84264%20L13.5928%2C6.83904%20C13.604%2C6.58111%2013.6162%2C6.31005%2013.6492%2C6.05279%20C14.0015%2C4.56378%2015.1599%2C3.407342%2016.6355%2C3.0717099%20C18.6333%2C2.545038%2021.8379%2C4.99938%2020.7974%2C7.81194%20C20.145%2C9.58825%2018.4204%2C10.72222%2016.5522%2C10.60345%20C15.928%2C10.60345%2015.1892%2C11.56201%2015.1892%2C11.56201%20Z%20M9.05054%2C11.34075%20C9.22729%2C10.90887%208.89429%2C10.35058%208.42627%2C9.73962%20C7.95801%2C9.12866%206.66772%2C7.26415%207.38574%2C6.18969%20C8.10352%2C5.11529%208.55103%2C5.45233%208.81128%2C5.81048%20C9.07129%2C6.16863%2011.43311%2C9.32879%2012.7131%2C10.60339%20C13.1858%2C11.07403%2014.0979%2C11.82476%2015.062%2C12.61791%20L15.0637%2C12.61926%20C16.7097%2C13.9738%2018.5059%2C15.4519%2018.519%2C15.8704%20C18.5398%2C16.534%2017.1768%2C17.1133%2016.3547%2C16.8184%20C15.9714%2C16.6808%2015.303%2C16.2295%2014.6619%2C15.7965%20C13.928%2C15.301%2013.23%2C14.8296%2013.0356%2C14.8802%20C12.9092%2C14.9131%2012.6746%2C15.147%2012.3894%2C15.4311%20C11.85425%2C15.9647%2011.14111%2C16.6756%2010.63208%2C16.5656%20C9.85156%2C16.397%207.6665%2C14.3956%207.64575%2C13.4054%20C7.63354%2C12.81799%208.02393%2C12.46417%208.40649%2C12.11736%20C8.66895%2C11.87951%208.92773%2C11.64501%209.05054%2C11.34075%20Z%20M4%2C16.5%20C4%2C18.433%205.56689%2C20%207.5%2C20%20C8.92676%2C20%2010.1543%2C19.1462%2010.69922%2C17.9216%20C10.81543%2C17.6603%2011.00342%2C17.4308%2011.2627%2C17.3099%20L11.57739%2C17.1632%20C12.2405%2C16.8541%2012.9846%2C17.3469%2012.7788%2C18.0489%20C12.1101%2C20.3323%209.99976%2C22%207.5%2C22%20C4.4624%2C22%202%2C19.5376%202%2C16.5%20C2%2C14.0002%203.66772%2C11.89001%205.95117%2C11.22112%20C6.65308%2C11.0155%207.14575%2C11.75958%206.83667%2C12.42254%20L6.68994%2C12.7373%20C6.56909%2C12.99658%206.3396%2C13.1844%206.07837%2C13.3008%20C4.85376%2C13.8458%204%2C15.0732%204%2C16.5%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_beauty {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M13%2C20%20L18%2C20%20C18.5522847%2C20%2019%2C20.4477153%2019%2C21%20C19%2C21.5522847%2018.5522847%2C22%2018%2C22%20L6%2C22%20C5.44771525%2C22%205%2C21.5522847%205%2C21%20C5%2C20.4477153%205.44771525%2C20%206%2C20%20L11%2C20%20L11%2C18.9506247%20C5.9466795%2C18.4488998%202%2C14.1853454%202%2C9%20C2%2C8.44771525%202.44771525%2C8%203%2C8%20L5%2C8%20C5.02371485%2C8%205.04723689%2C8.0008255%205.07053895%2C8.00244933%20C5.55471433%2C4.60896116%208.4726794%2C2%2012%2C2%20C15.5273206%2C2%2018.4452857%2C4.60896116%2018.929461%2C8.00244933%20C18.9527631%2C8.0008255%2018.9762852%2C8%2019%2C8%20L21%2C8%20C21.5522847%2C8%2022%2C8.44771525%2022%2C9%20C22%2C14.1853592%2018.0533419%2C18.4489037%2013%2C18.9506253%20L13%2C20%20Z%20M4.06189387%2C10%20C4.55399254%2C13.9463095%207.92038507%2C17%2012%2C17%20C16.0796395%2C17%2019.4460127%2C13.9463204%2019.9381069%2C10%20L19%2C10%20C18.9762852%2C10%2018.9527631%2C9.9991745%2018.929461%2C9.99755067%20C18.4452857%2C13.3910388%2015.5273206%2C16%2012%2C16%20C8.4726794%2C16%205.55471433%2C13.3910388%205.07053895%2C9.99755067%20C5.04723689%2C9.9991745%205.02371485%2C10%205%2C10%20L4.06189387%2C10%20Z%20M12%2C14%20C14.7614237%2C14%2017%2C11.7614237%2017%2C9%20C17%2C6.23857625%2014.7614237%2C4%2012%2C4%20C9.23857625%2C4%207%2C6.23857625%207%2C9%20C7%2C11.7614237%209.23857625%2C14%2012%2C14%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_build {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.37335%2C2.353527%20L5.36676%2C2.357067%20L5.35992%2C2.360729%20C5.1131%2C2.495861%204.76471%2C2.74696%204.51422%2C3.185682%20C4.2442%2C3.658582%204.19342%2C4.164802%204.26837%2C4.595962%20C4.38971%2C5.294202%204.82404%2C5.732922%204.94073%2C5.850842%20C5.2674%2C6.180802%205.70563%2C6.461922%205.98151%2C6.634902%20C6.26862%2C6.814712%206.52179%2C6.965712%206.74567%2C7.099012%20L6.74884%2C7.100842%20L6.75397%2C7.103892%20C7.10626%2C7.313612%207.38556%2C7.479992%207.60895%2C7.648572%20C8.19806%2C8.157602%208.71783%2C8.740372%209.15607%2C9.381852%20L9.1275%2C9.600472%20C9.11725%2C9.677872%209.10699%2C9.754402%209.09698%2C9.827522%20L8.15363%2C10.686412%20L0.897522%2C17.292242%20L0.862854%2C17.323742%20L0.829651%2C17.356842%20C-0.27655%2C18.462742%20-0.27655%2C20.253442%200.829651%2C21.359342%20L0.838928%2C21.368542%20L0.848206%2C21.377542%20L2.36334%2C22.853642%20C3.46954%2C23.937342%205.24323%2C23.935842%206.34772%2C22.849042%20L6.38971%2C22.807742%20L6.42902%2C22.764042%20L12.9844%2C15.505742%20L13.3013%2C15.154942%20C13.4271%2C15.386042%2013.5865%2C15.600342%2013.7769%2C15.790442%20L13.7908%2C15.804442%20L13.805%2C15.818042%20L15.2986%2C17.252042%20C16.3775%2C18.301542%2018.0984%2C18.297842%2019.1727%2C17.240942%20L19.1785%2C17.235242%20L19.1841%2C17.229542%20L21.7943%2C14.619542%20L21.8001%2C14.613642%20L21.8057%2C14.607942%20C22.8663%2C13.529942%2022.8663%2C11.800672%2021.8057%2C10.722672%20L21.8001%2C10.716812%20L21.7943%2C10.711072%20L20.4244%2C9.341072%20L20.4171%2C9.333872%20L20.4097%2C9.326672%20C20.2767%2C9.196302%2020.1319%2C9.080702%2019.9778%2C8.980842%20L18.7554%2C7.702892%20L18.7535%2C7.700942%20L18.7491%2C7.696422%20L18.733%2C7.679572%20L18.6714%2C7.615612%20L18.44%2C7.375862%20C18.2403%2C7.169932%2017.9539%2C6.875862%2017.6043%2C6.521252%20C16.9063%2C5.813122%2015.9527%2C4.859262%2014.9351%2C3.882462%20C13.4124%2C2.420666%2011.1722%2C1.986584%209.58185%2C1.8706171%20C8.72931%2C1.8083612%207.92096%2C1.82777039%207.25885%2C1.8917352%20C6.92828%2C1.9237177%206.61261%2C1.968762%206.33185%2C2.027477%20C6.10431%2C2.074963%205.72345%2C2.165539%205.37335%2C2.353527%20Z%20M11.22%2C8.905282%20C10.5992%2C7.843882%209.80499%2C6.894052%208.86993%2C6.095352%20C8.7608%2C6.010392%208.63531%2C5.922372%208.49957%2C5.832652%20C8.29059%2C5.694592%208.05792%2C5.552622%207.82306%2C5.411632%20L7.62848%2C5.295052%20C7.24713%2C5.067152%206.87726%2C4.846082%206.61481%2C4.654062%20L6.60602%2C4.647712%20C6.28473%2C4.411262%206.12897%2C4.219742%206.32013%2C4.115242%20C6.55621%2C3.988412%207.27521%2C3.862802%208.19489%2C3.837292%20C8.47955%2C3.829482%208.78326%2C3.831192%209.09796%2C3.845352%20C10.6526%2C3.915542%2012.4727%2C4.291032%2013.5501%2C5.325332%20C15.5501%2C7.245252%2017.3101%2C9.085342%2017.3101%2C9.085342%20L16.72%2C9.765272%20L17.47%2C10.535292%20L17.6075%2C10.535292%20L18.47%2C10.535292%20C18.5401%2C10.535172%2018.6094%2C10.544692%2018.6758%2C10.563002%20C18.8006%2C10.597422%2018.9158%2C10.663102%2019.0101%2C10.755262%20L20.3799%2C12.125242%20C20.6749%2C12.424942%2020.6749%2C12.905642%2020.3799%2C13.205342%20L17.7701%2C15.815342%20C17.4703%2C16.110142%2016.9898%2C16.110142%2016.69%2C15.815342%20L15.19%2C14.375242%20C15.0872%2C14.272442%2015.0167%2C14.144042%2014.9844%2C14.005842%20C14.9639%2C13.918342%2014.9586%2C13.826842%2014.97%2C13.735242%20L14.9898%2C13.584642%20L15.0901%2C12.815342%20L14.3699%2C12.095342%20L13.2244%2C12.571942%20L13.098%2C12.624542%20L13.0001%2C12.665342%20L11.0001%2C10.665292%20C11.0001%2C10.665292%2011.22%2C9.115242%2011.22%2C8.905282%20Z%20M4.94489%2C21.423642%20C4.61725%2C21.745842%204.08893%2C21.745842%203.76154%2C21.423642%20L2.24371%2C19.945042%20C1.91876%2C19.620142%201.91876%2C19.096042%202.24371%2C18.771142%20L9.50006%2C12.165342%20L11.5001%2C14.165342%20L4.94489%2C21.423642%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_business {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M10%2C3%20C9.476563%2C3%208.941406%2C3.183594%208.5625%2C3.5625%20C8.183594%2C3.941406%208%2C4.476563%208%2C5%20L8%2C6%20L5%2C6%20C3.34314575%2C6%202%2C7.34314575%202%2C9%20L2%2C18%20C2%2C19.6568542%203.34314575%2C21%205%2C21%20L19%2C21%20C20.6568542%2C21%2022%2C19.6568542%2022%2C18%20L22%2C9%20C22%2C7.34314575%2020.6568542%2C6%2019%2C6%20L16%2C6%20L16%2C5%20C16%2C4.476563%2015.816406%2C3.941406%2015.4375%2C3.5625%20C15.058594%2C3.183594%2014.523438%2C3%2014%2C3%20L10%2C3%20Z%20M10%2C5%20L14%2C5%20L14%2C6%20L10%2C6%20L10%2C5%20Z%20M4%2C14%20L20%2C14%20L20%2C18%20C20%2C18.5522847%2019.5522847%2C19%2019%2C19%20L5%2C19%20C4.44771525%2C19%204%2C18.5522847%204%2C18%20L4%2C14%20Z%20M5%2C8%20L19%2C8%20C19.5522847%2C8%2020%2C8.44771525%2020%2C9%20L20%2C12%20L4%2C12%20L4%2C9%20C4%2C8.44771525%204.44771525%2C8%205%2C8%20Z%20M12%2C9%20C11.449219%2C9%2011%2C9.449219%2011%2C10%20C11%2C10.550781%2011.449219%2C11%2012%2C11%20C12.550781%2C11%2013%2C10.550781%2013%2C10%20C13%2C9.449219%2012.550781%2C9%2012%2C9%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_cafe {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.70679%2C1.292862%20C8.31641%2C0.902359%207.68311%2C0.902359%207.29272%2C1.292984%20C6.9021%2C1.683487%206.90234%2C2.31667%207.29272%2C2.70717%20C7.68384%2C3.09816%207.75%2C3.3589%207.75%2C3.50002%20C7.75%2C3.64125%207.68384%2C3.90187%207.29297%2C4.29286%20C6.68457%2C4.90114%206.24756%2C5.64284%206.25293%2C6.50612%20C6.2583%2C7.3694%206.7041%2C8.10866%207.32568%2C8.71559%20C7.72095%2C9.10133%208.354%2C9.09377%208.73999%2C8.69862%20C9.12573%2C8.30336%209.11816%2C7.6703%208.7229%2C7.28444%20C8.32007%2C6.89137%208.25366%2C6.63063%208.25293%2C6.49391%20C8.2522%2C6.35719%208.31519%2C6.09889%208.70703%2C5.70717%20C9.31616%2C5.09816%209.75%2C4.35878%209.75%2C3.50002%20C9.75%2C2.64113%209.31592%2C1.901871%208.70679%2C1.292862%20Z%20M12.707%2C2.29286%20C12.3167%2C1.902359%2011.68335%2C1.902359%2011.29297%2C2.29286%20C10.90234%2C2.68349%2010.90234%2C3.31654%2011.29297%2C3.70717%20C11.45337%2C3.86757%2011.52051%2C3.99416%2011.5498%2C4.07655%20C11.57837%2C4.157%2011.58228%2C4.22731%2011.57251%2C4.29604%20C11.55005%2C4.45412%2011.44409%2C4.64162%2011.29297%2C4.79286%20C10.94434%2C5.14162%2010.55005%2C5.70412%2010.44751%2C6.42104%20C10.33643%2C7.19801%2010.59082%2C8.00514%2011.29272%2C8.70717%20C11.68335%2C9.09767%2012.3164%2C9.09767%2012.707%2C8.70717%20C13.0977%2C8.31654%2013.0977%2C7.68349%2012.707%2C7.29286%20C12.5466%2C7.13246%2012.4795%2C7.006%2012.4502%2C6.92348%20C12.4216%2C6.84303%2012.4175%2C6.77272%2012.4275%2C6.70399%20C12.45%2C6.54591%2012.5557%2C6.35841%2012.707%2C6.20717%20C13.0559%2C5.85841%2013.45%2C5.29591%2013.5525%2C4.57899%20C13.6633%2C3.80202%2013.4089%2C2.99477%2012.707%2C2.29286%20Z%20M17%2C14%20L19%2C14%20C19%2C15.1046%2018.1045%2C16%2017%2C16%20L17%2C14%20Z%20M17%2C18%20L16.4648%2C18%20C15.7732%2C19.1956%2014.4807%2C20%2013%2C20%20L7%2C20%20C4.79077%2C20%203%2C18.2092%203%2C16%20L3%2C12%20C3%2C10.89546%203.89551%2C10.00002%205%2C10.00002%20L15%2C10.00002%20C16.1045%2C10.00002%2017%2C10.89546%2017%2C12%20L19%2C12%20L21%2C12%20L21%2C14%20C21%2C16.2092%2019.2092%2C18%2017%2C18%20Z%20M15%2C12%20L5%2C12%20L5%2C16%20C5%2C17.1046%205.89551%2C18%207%2C18%20L13%2C18%20C14.1045%2C18%2015%2C17.1046%2015%2C16%20L15%2C14%20L15%2C12%20Z%20M2%2C22%20C2%2C21.4478%202.477539%2C21%203.06665%2C21%20L16.9333%2C21%20C17.5225%2C21%2018%2C21.4478%2018%2C22%20C18%2C22.5523%2017.5225%2C23%2016.9333%2C23%20L3.06665%2C23%20C2.477539%2C23%202%2C22.5523%202%2C22%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_clothes {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.3081648%2C12.2721164%20L19.5527864%2C11.8944272%20C19.3175477%2C11.7768078%2019.1433098%2C11.7177183%2019.0312157%2C11.6982129%20C19.0127962%2C11.7820712%2018.9998689%2C11.9127384%2018.9999996%2C12.0633805%20C19.0013632%2C13.5148756%2019.001127%2C16.1469872%2018.9998999%2C18.9643552%20C18.9993009%2C20.6506544%2017.6917648%2C22.01146%2016%2C22.01146%20L8%2C22.01146%20C6.31040648%2C22.01146%205.01616675%2C20.6653031%205.01257228%2C18.9809941%20C5.00626556%2C16.025824%205.0015089%2C13.4987557%205.00000053%2C12.0653501%20C4.99987019%2C11.8895075%204.99059028%2C11.7740711%204.96214041%2C11.6709034%20C4.93157152%2C11.5600515%205.03453227%2C11.6009298%204.44701624%2C11.8945258%20L3.68684689%2C12.2744009%20L3.18930947%2C11.5854749%20L1.41301866%2C9.12528232%20C0.753447592%2C8.2617131%200.899056024%2C7.03761919%201.74040813%2C6.34914695%20L6.48485028%2C2.46677719%20C7.23961497%2C1.84915791%208.30955034%2C1.86309567%209.12507433%2C2.39098742%20C10.7373352%2C3.4346048%2013.2604447%2C3.43526581%2014.8738035%2C2.39252374%20C15.6918561%2C1.86382393%2016.7652311%2C1.85196411%2017.5197663%2C2.47405502%20L22.2655312%2C6.38707157%20C23.100978%2C7.076039%2023.2440319%2C8.2937797%2022.5901591%2C9.15419841%20L20.3081648%2C12.2721164%20Z%20M19.0553198%2C11.6194284%20C19.0576745%2C11.6166623%2019.0598645%2C11.6138817%2019.0618645%2C11.6110994%20C19.0611978%2C11.6120269%2019.0605327%2C11.6130095%2019.0598694%2C11.6140465%20L19.0553198%2C11.6194284%20Z%20M20.9824426%2C7.96451039%20L16.2474608%2C4.01718133%20C16.2121901%2C3.98810174%2016.0874696%2C3.98947979%2015.9594124%2C4.072242%20C13.6849505%2C5.54226653%2010.3114802%2C5.54138275%208.03828379%2C4.06994136%20C7.91074771%2C3.98738678%207.78666935%2C3.98577044%207.75143187%2C4.01460505%20L3.00698917%2C7.89697526%20C3.00159086%2C7.90139266%203.45352224%2C8.53384112%204.36278331%2C9.79432065%20C5.63754208%2C9.46063408%206.57694581%2C10.0033626%206.89017437%2C11.1392221%20C6.97886305%2C11.4608335%206.99974625%2C11.7206078%206.99999402%2C12.056773%20C7.00150676%2C13.49567%207.0062626%2C16.0223054%207.01256772%2C18.9767259%20C7.01384716%2C19.5762476%207.43227472%2C20.01146%208%2C20.01146%20L16%2C20.01146%20C16.5690463%2C20.01146%2016.9996871%2C19.5632748%2016.9999001%2C18.9635645%20C17.0011268%2C16.1470301%2017.0013629%2C13.5155345%2017.0000004%2C12.0651871%20C16.999451%2C11.4315575%2017.0777923%2C10.944685%2017.4379105%2C10.4437206%20C17.9325992%2C9.75555349%2018.7124385%2C9.54467499%2019.6435123%2C9.79390783%20L20.9824426%2C7.96451039%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_eat {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.2533%2C10.336569%20L4.80327%2C4.803209%20L10.29698%2C17.164039%20C13.2679%2C15.396239%2015.4771%2C13.254939%2017.2533%2C10.336569%20Z%20M19.482%2C10.480849%20C17.28%2C14.452239%2014.4269%2C17.200839%2010.43842%2C19.385839%20C9.85112%2C19.707539%209.12171%2C19.444139%208.84973%2C18.832139%20L2.105199%2C3.656979%20C1.667945%2C2.673162%202.673223%2C1.667884%203.65704%2C2.105138%20L18.9311%2C8.893609%20C19.543%2C9.165579%2019.8067%2C9.895189%2019.482%2C10.480849%20Z%20M21.98556%2C10.625845%20C22.46836%2C10.894058%2022.64236%2C11.50286%2022.37406%2C11.98565%20C19.78341%2C16.64889%2016.64883%2C19.78347%2011.98559%2C22.37412%20C11.5028%2C22.64242%2010.893998%2C22.46842%2010.625785%2C21.98562%20C10.357572%2C21.50282%2010.5315155%2C20.89402%2011.014299%2C20.62582%20C15.35106%2C18.21653%2018.21647%2C15.35112%2020.62576%2C11.014359%20C20.89396%2C10.5315755%2021.50276%2C10.357632%2021.98556%2C10.625845%20Z%20M9%2C8%20C9%2C7.447715%208.55228%2C7%208%2C7%20C7.447715%2C7%207%2C7.447715%207%2C8%20C7%2C8.55228%207.447715%2C9%208%2C9%20C8.55228%2C9%209%2C8.55228%209%2C8%20Z%20M11%2C10%20C11%2C9.447715%2010.55228%2C9%2010%2C9%20C9.447715%2C9%209%2C9.447715%209%2C10%20C9%2C10.55228%209.447715%2C11%2010%2C11%20C10.55228%2C11%2011%2C10.55228%2011%2C10%20Z%20M15%2C11%20C15%2C10.447715%2014.55228%2C10%2014%2C10%20C13.447715%2C10%2013%2C10.447715%2013%2C11%20C13%2C11.55228%2013.447715%2C12%2014%2C12%20C14.55228%2C12%2015%2C11.55228%2015%2C11%20Z%20M13%2C13.5%20C13%2C12.671573%2012.32843%2C12%2011.5%2C12%20C10.671573%2C12%2010%2C12.671573%2010%2C13.5%20C10%2C14.32843%2010.671573%2C15%2011.5%2C15%20C12.32843%2C15%2013%2C14.32843%2013%2C13.5%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_factory {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M17.953%2C4%20C17.4194%2C4%2016.9798%2C4.416232%2016.9529%2C4.94914%20C16.8743%2C6.50362%2016.7125%2C9.57653%2016.5859%2C11.15104%20C16.5465%2C11.64155%2016.1375%2C12%2015.6454%2C12%20L13.99657%2C12%20C13.44618%2C12%2013%2C11.55382%2013%2C11.00343%20C13%2C10.18032%2012.05875%2C9.71147%2011.40143%2C10.20688%20C10.54559%2C10.85191%209.58572%2C11.57325%209.17876%2C11.87156%20C9.06259%2C11.95672%208.92306%2C12%208.77901%2C12%20C8.35833%2C12%208.01001%2C11.64243%208.01063%2C11.22176%20C8.01077%2C11.13251%208.01077%2C11.03908%208.01066%2C10.94317%20C8.00978%2C10.13767%207.09009%2C9.68243%206.44569%2C10.16573%20L4.4%2C11.7%20C4.148194%2C11.88885%204%2C12.18524%204%2C12.5%20L4%2C19%20C4%2C19.5523%204.447715%2C20%205%2C20%20L18.9394%2C20%20C19.5148%2C20%2019.9715%2C19.5157%2019.9377%2C18.9413%20L19.0554%2C4.941278%20C19.0243%2C4.412715%2018.5866%2C4%2018.0571%2C4%20L17.953%2C4%20Z%20M10.19767%2C8.60970691%20C11.7755329%2C7.42050063%2013.8974038%2C8.08045981%2014.6869517%2C9.65530447%20C14.769619%2C8.37424883%2014.8629612%2C6.67733823%2014.9554431%2C4.84831286%20C15.0360915%2C3.2506121%2016.3547843%2C2%2017.953%2C2%20L18.0571%2C2%20C19.6455356%2C2%2020.9586474%2C3.23812273%2021.0514401%2C4.8154849%20L21.9342463%2C18.8238152%20C22.0356466%2C20.5470187%2020.6655314%2C22%2018.9394%2C22%20L5%2C22%20C3.34314496%2C22%202%2C20.656869%202%2C19%20L2%2C12.5%20C2%2C11.5557214%202.44458662%2C10.6665465%203.19999875%2C10.1000009%20L5.24569%2C8.56573%20C6.66161057%2C7.50378958%208.51698773%2C7.93444091%209.4390462%2C9.18083799%20C9.67234759%2C9.00542737%209.92620877%2C8.81430198%2010.19767%2C8.60970691%20Z%20M8%2C17%20L8%2C15%20C8%2C14.447715%207.55228%2C14%207%2C14%20C6.447715%2C14%206%2C14.447715%206%2C15%20L6%2C17%20C6%2C17.55228%206.447715%2C18%207%2C18%20C7.55228%2C18%208%2C17.55228%208%2C17%20Z%20M11%2C17%20L11%2C15%20C11%2C14.447715%2010.55228%2C14%2010%2C14%20C9.447715%2C14%209%2C14.447715%209%2C15%20L9%2C17%20C9%2C17.55228%209.447715%2C18%2010%2C18%20C10.55228%2C18%2011%2C17.55228%2011%2C17%20Z%20M13.96905%2C17.02303%20L13.99228%2C15.00382%20C13.99653%2C14.450677%2013.54931%2C14%2012.996154%2C14%20C12.445993%2C14%2012%2C14.445993%2012%2C14.996154%20L12%2C17.01546%20C12%2C17.55921%2012.440794%2C18%2012.984541%2C18%20C13.52533%2C18%2013.96489%2C17.56381%2013.96905%2C17.02303%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_finance {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M3%2C6%20L3%2C18%20L21%2C18%20L21%2C6%20L3%2C6%20Z%20M3%2C4%20L21%2C4%20C22.1045695%2C4%2023%2C4.8954305%2023%2C6%20L23%2C18%20C23%2C19.1045695%2022.1045695%2C20%2021%2C20%20L3%2C20%20C1.8954305%2C20%201%2C19.1045695%201%2C18%20L1%2C6%20C1%2C4.8954305%201.8954305%2C4%203%2C4%20Z%20M3%2C10%20L21%2C10%20L21%2C8%20L3%2C8%20L3%2C10%20Z%20M6%2C16%20L12%2C16%20C12.5522847%2C16%2013%2C15.5522847%2013%2C15%20C13%2C14.4477153%2012.5522847%2C14%2012%2C14%20L6%2C14%20C5.44771525%2C14%205%2C14.4477153%205%2C15%20C5%2C15.5522847%205.44771525%2C16%206%2C16%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_fun {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2C2%20C6.47705%2C2%202%2C6.47717%202%2C12%20C2%2C17.5228%206.47705%2C22%2012%2C22%20C17.5229%2C22%2022%2C17.5228%2022%2C12%20C22%2C6.47717%2017.5229%2C2%2012%2C2%20Z%20M12%2C4%20C16.4182%2C4%2020%2C7.58167%2020%2C12%20C20%2C16.4183%2016.4182%2C20%2012%2C20%20C7.58179%2C20%204%2C16.4183%204%2C12%20C4.00708%2C7.58459%207.58472%2C4.00696%2012%2C4%20Z%20M11%2C9%20C11%2C10.10461%2010.10449%2C11%209%2C11%20C7.89551%2C11%207%2C10.10461%207%2C9%20C7%2C7.89539%207.89551%2C7%209%2C7%20C10.10449%2C7%2011%2C7.89539%2011%2C9%20Z%20M17%2C9%20C17%2C10.10461%2016.1045%2C11%2015%2C11%20C13.8955%2C11%2013%2C10.10461%2013%2C9%20C13%2C7.89539%2013.8955%2C7%2015%2C7%20C16.1045%2C7%2017%2C7.89539%2017%2C9%20Z%20M7.24878%2C14.34%20C7.61328%2C13.925%208.24536%2C13.8843%208.66016%2C14.2488%20C9.54443%2C15.026%2010.71338%2C15.5%2012%2C15.5%20C13.2866%2C15.5%2014.4556%2C15.026%2015.3398%2C14.2488%20C15.7549%2C13.8843%2016.3867%2C13.925%2016.7512%2C14.34%20C17.1157%2C14.7548%2017.075%2C15.3866%2016.6602%2C15.7512%20C15.4214%2C16.8396%2013.7869%2C17.5%2012%2C17.5%20C10.21313%2C17.5%208.57861%2C16.8396%207.33984%2C15.7512%20C6.92505%2C15.3866%206.88428%2C14.7548%207.24878%2C14.34%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_hotel {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M19.3716%2C3%20L4.62842%2C3%20C3.17676%2C3%202.00000256%2C4.25122%202.00000256%2C5.79462%20L2.00000256%2C17.1383%20C1.99829358%2C18.4482%202.852542%2C19.5836%204.05493%2C19.8694%20L4.05493%2C21%20L6.06201%2C21%20L6.06201%2C19.9457%20L18.0095%2C19.9457%20L18.0095%2C21%20L20.0405%2C21%20L20.0405%2C19.8314%20C21.1919%2C19.5091%2021.9959%2C18.4042%2022%2C17.1383%20L22%2C5.80731%20C22.0032%2C5.06396%2021.7275%2C4.34985%2021.2344%2C3.822998%20C20.7412%2C3.296143%2020.0708%2C3%2019.3716%2C3%20Z%20M20%2C6%20L20%2C9%20L19%2C9.00006%20L18.99999%2C9.00003%20C18.99999%2C7.89546441%2018.1045656%2C7.00003552%2017%2C7.00003%20L15%2C7%20C13.8954305%2C6.99999448%2012.9999955%2C7.8954205%2012.99999%2C8.99999%20C12.99999%2C8.99999333%2012.99999%2C8.99999667%2012.99999%2C9%20L13%2C9.00006%20L11%2C9.00006%20L11%2C9.00003%20C11%2C7.8954605%2010.1045695%2C7.00003%209%2C7.00003%20L7%2C7.00003%20C5.8954305%2C7.00003%205%2C7.8954605%205%2C9.00003%20L5%2C9.00006%20L3.99999187%2C9.00006%20L3.99999187%2C6%20C3.99999187%2C5.44771525%204.44770712%2C5%204.99999187%2C5%20L19%2C5%20C19.5522847%2C5%2020%2C5.44771525%2020%2C6%20Z%20M20%2C11%20L4%2C11%20L4%2C17%20C4%2C17.5522847%204.44771525%2C18%205%2C18%20L19%2C18%20C19.5522847%2C18%2020%2C17.5522847%2020%2C17%20L20%2C11%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_insta {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6%2C8%20C7.65674%2C8%209%2C6.65686%209%2C5%20C9%2C3.34314%207.65674%2C2%206%2C2%20C4.34326%2C2%203%2C3.34314%203%2C5%20C3%2C6.65686%204.34326%2C8%206%2C8%20Z%20M13%2C3%20C12.4478%2C3%2012%2C3.44769%2012%2C4%20C12%2C4.55231%2012.4478%2C5%2013%2C5%20L21%2C5%20C21.5522%2C5%2022%2C4.55231%2022%2C4%20C22%2C3.44769%2021.5522%2C3%2021%2C3%20L13%2C3%20Z%20M6%2C9%20C3.79077%2C9%202%2C10.79083%202%2C13%20L10%2C13%20C10%2C10.79083%208.20923%2C9%206%2C9%20Z%20M13%2C7%20C12.4478%2C7%2012%2C7.44769%2012%2C8%20C12%2C8.55231%2012.4478%2C9%2013%2C9%20L21%2C9%20C21.5522%2C9%2022%2C8.55231%2022%2C8%20C22%2C7.44769%2021.5522%2C7%2021%2C7%20L13%2C7%20Z%20M12%2C12%20C12%2C11.44769%2012.4478%2C11%2013%2C11%20L21%2C11%20C21.5522%2C11%2022%2C11.44769%2022%2C12%20C22%2C12.5523%2021.5522%2C13%2021%2C13%20L13%2C13%20C12.4478%2C13%2012%2C12.5523%2012%2C12%20Z%20M5.5%2C15%20C3.56689%2C15%202%2C16.567%202%2C18.5%20C2%2C20.433%203.56689%2C22%205.5%2C22%20L18.5%2C22%20C20.4331%2C22%2022%2C20.433%2022%2C18.5%20C22%2C16.567%2020.4331%2C15%2018.5%2C15%20L5.5%2C15%20Z%20M4%2C18.5%20C4%2C17.6716%204.67163%2C17%205.5%2C17%20L18.5%2C17%20C19.3284%2C17%2020%2C17.6716%2020%2C18.5%20C20%2C19.3284%2019.3284%2C20%2018.5%2C20%20L5.5%2C20%20C4.67163%2C20%204%2C19.3284%204%2C18.5%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_it {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16.8946%2C1.00067659%20L7.17314%2C1.00067659%20C6.59966%2C0.9863944%206.04448%2C1.198736%205.634815%2C1.589239%20C5.225391%2C1.979742%204.99614286%2C2.51502%205.00004912%2C3.07252%20L5.00004912%2C20.9407%20C4.99980497%2C21.4959%205.230518%2C22.0277%205.639698%2C22.4153%20C6.04888%2C22.803%206.60186%2C23.0136%207.17314%2C22.9993%20L16.8812%2C22.9993%20C18.0513%2C22.9993%2018.9998%2C22.0776%2018.9998%2C20.9407%20L18.9998%2C3.07252%20C19.0035%2C2.52656%2018.7837%2C2.00153%2018.389%2C1.612981%20C17.9942%2C1.224431%2017.4566%2C1.0041556%2016.8946%2C1.00067659%20Z%20M12.00005%2C22%20C11.4478%2C22%2011.00005%2C21.5523%2011.00005%2C21%20C11.00005%2C20.4477%2011.4478%2C20%2012.00005%2C20%20C12.5523%2C20%2013.00005%2C20.4477%2013.00005%2C21%20C13.00005%2C21.5523%2012.5523%2C22%2012.00005%2C22%20Z%20M7.00005%2C19%20L17%2C19%20L16.9231%2C3.00001%20L7.00005%2C3.00001%20L7.00005%2C19%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_learn {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M22.99994%2C9.5173%20C23.00624%2C9.21481%2022.84444%2C8.90939%2022.51434%2C8.75229%20L12.98284%2C4.220551%20C12.36424%2C3.9264832%2011.63614%2C3.9264832%2011.01754%2C4.220551%20L1.486019%2C8.75229%20C0.838314%2C9.06039%200.838314%2C9.93954%201.486019%2C10.24765%20L11.01754%2C14.7794%20C11.63614%2C15.0735%2012.36424%2C15.0735%2012.98284%2C14.7794%20L20.99994%2C10.96762%20L20.99994%2C15%20C20.99994%2C15.5522%2021.44764%2C16%2021.99994%2C16%20C22.55214%2C16%2022.99994%2C15.5522%2022.99994%2C15%20L22.99994%2C9.5173%20Z%20M18.69064%2C9.02426%20C19.10294%2C9.22018%2019.10294%2C9.77975%2018.69064%2C9.97568%20L12.62544%2C12.85959%20C12.23164%2C13.04672%2011.76824%2C13.04672%2011.37444%2C12.85959%20L5.30926%2C9.97568%20C4.89691%2C9.77975%204.89691%2C9.22018%205.30926%2C9.02426%20L11.37444%2C6.14035%20C11.76824%2C5.95322%2012.23164%2C5.95322%2012.62544%2C6.14035%20L18.69064%2C9.02426%20Z%20M4.99993%2C16.5%20L4.99993%2C13.49997%20L6.99993%2C14.5%20L6.99993%2C16.2142%20C6.99993%2C16.3802%207.04779%2C16.5465%207.13812%2C16.7093%20C7.16424%2C16.7564%207.19403%2C16.8032%207.22699%2C16.8496%20L7.21478%2C16.8435%20C7.22967%2C16.8612%207.24578%2C16.8794%207.26287%2C16.8982%20C7.9328%2C17.7704%209.80658%2C18.5%2011.99994%2C18.5%20C14.19034%2C18.5%2016.05684%2C17.7762%2016.73094%2C16.9039%20C16.74974%2C16.8834%2016.76724%2C16.8636%2016.78334%2C16.8443%20L16.77044%2C16.8508%20C16.80364%2C16.8043%2016.83344%2C16.7574%2016.85954%2C16.7102%20C16.95014%2C16.5472%2016.99874%2C16.3808%2016.99994%2C16.2142%20L16.99994%2C14.5%20L18.99994%2C13.49997%20L18.99994%2C16.5%20C18.98794%2C18.5018%2015.85174%2C20.5%2011.99994%2C20.5%20C8.14813%2C20.5%204.99993%2C18.4904%204.99993%2C16.5%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_medic {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2C2%20C12.2818%2C2%2012.5506%2C2.118896%2012.74%2C2.327271%20L22.74%2C12.3273%20C23.0061%2C12.6202%2023.0747%2C13.0426%2022.9146%2C13.4045%20C22.7544%2C13.7665%2022.3958%2C14%2022%2C14%20L20%2C14%20L20%2C21%20C20%2C21.5522%2019.5523%2C22%2019%2C22%20L5.00004%2C22%20C4.44779%2C22%204.00004%2C21.5522%204.00004%2C21%20L4.00004%2C14%20L2.00004%2C14%20C1.604285%2C14%201.245642%2C13.7665%201.0854858%2C13.4045%20C0.9253296%2C13.0426%200.99393308%2C12.6202%201.260046%2C12.3273%20L11.26%2C2.327271%20C11.4497%2C2.118896%2011.7183%2C2%2012%2C2%20Z%20M4.26053%2C12%20L5.00004%2C12%20C5.55228%2C12%206.00004%2C12.4478%206.00004%2C13%20L6.00004%2C20%20L18%2C20%20L18%2C13%20C18%2C12.4478%2018.4478%2C12%2019%2C12%20L19.7395%2C12%20L12%2C4.48657%20L4.26053%2C12%20Z%20M12%2C19%20C14.7615%2C19%2017%2C16.7615%2017%2C14%20C17%2C11.23853%2014.7615%2C9%2012%2C9%20C9.23856%2C9%207.00004%2C11.23853%207.00004%2C14%20C7.00004%2C16.7615%209.23856%2C19%2012%2C19%20Z%20M11%2C12%20C11%2C11.44775%2011.4478%2C11%2012%2C11%20C12.5523%2C11%2013%2C11.44775%2013%2C12%20L13%2C13%20L14%2C13%20C14.5523%2C13%2015%2C13.4478%2015%2C14%20C15%2C14.5522%2014.5523%2C15%2014%2C15%20L13%2C15%20L13%2C16%20C13%2C16.5522%2012.5523%2C17%2012%2C17%20C11.4478%2C17%2011%2C16.5522%2011%2C16%20L11%2C15%20L10.00004%2C15%20C9.44779%2C15%209.00004%2C14.5522%209.00004%2C14%20C9.00004%2C13.4478%209.44779%2C13%2010.00004%2C13%20L11%2C13%20L11%2C12%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_online_store {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.81177%2C5%20L20.3879%2C5%20C21.0139%2C5%2021.4858%2C5.5683%2021.3711%2C6.18347%20L20.251%2C12.18347%20C20.1626%2C12.65686%2019.7495%2C13%2019.2681%2C13%20L11.9316%2C13%20C11.4502%2C13%2011.0371%2C12.65686%2010.94873%2C12.18347%20L9.82861%2C6.18347%20C9.71387%2C5.5683%2010.18579%2C5%2010.81177%2C5%20Z%20M7.86255%2C6.55048%20C7.51807%2C4.70496%208.93433%2C3%2010.81177%2C3%20L20.3879%2C3%20C22.2654%2C3%2023.6816%2C4.70496%2023.3372%2C6.55048%20L22.217%2C12.55048%20C21.9521%2C13.9705%2020.7126%2C15%2019.2681%2C15%20L11.9316%2C15%20C10.48706%2C15%209.2478%2C13.9705%208.98267%2C12.55048%20L7.86255%2C6.55048%20Z%20M20.9998%2C18.4%20C21.552%2C18.4%2021.9998%2C17.9523%2021.9998%2C17.4%20C21.9998%2C16.8478%2021.552%2C16.4%2020.9998%2C16.4%20L10.479%2C16.4%20C9.04907%2C16.4%207.81787%2C15.3907%207.53735%2C13.9884%20L5.78052%2C5.20392%20C5.68701%2C4.73651%205.27661%2C4.40002%204.7998%2C4.40002%20L2%2C4.40002%20C1.447754%2C4.40002%201%2C4.84772%201%2C5.40002%20C1%2C5.95233%201.447754%2C6.40002%202%2C6.40002%20L3.97998%2C6.40002%20L5.57617%2C14.3806%20C5.86548%2C15.8275%206.76221%2C17.0234%207.96875%2C17.7245%20C7.50391%2C18.0499%207.19995%2C18.5895%207.19995%2C19.2%20C7.19995%2C20.1942%208.00586%2C21%209%2C21%20C9.99414%2C21%2010.80005%2C20.1942%2010.80005%2C19.2%20C10.80005%2C18.9127%2010.73291%2C18.641%2010.61304%2C18.4%20L16.9871%2C18.4%20C16.8672%2C18.641%2016.8%2C18.9127%2016.8%2C19.2%20C16.8%2C20.1942%2017.606%2C21%2018.6001%2C21%20C19.5942%2C21%2020.4001%2C20.1942%2020.4001%2C19.2%20C20.4001%2C18.9127%2020.333%2C18.641%2020.2131%2C18.4%20L20.9998%2C18.4%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_populations {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12%2C7%20C12%2C5.34314475%2010.6568553%2C4%209%2C4%20C7.34314475%2C4%206%2C5.34314475%206%2C7%20C6%2C8.65685525%207.34314475%2C10%209%2C10%20C10.6568553%2C10%2012%2C8.65685525%2012%2C7%20Z%20M14%2C7%20C14%2C9.76142475%2011.7614247%2C12%209%2C12%20C6.23857525%2C12%204%2C9.76142475%204%2C7%20C4%2C4.23857525%206.23857525%2C2%209%2C2%20C11.7614247%2C2%2014%2C4.23857525%2014%2C7%20Z%20M21%2C7.5%20C21%2C9.43979633%2019.4500543%2C11%2017.5%2C11%20C15.5499457%2C11%2014%2C9.43979633%2014%2C7.5%20C14%2C5.56020367%2015.5499457%2C4%2017.5%2C4%20C19.4500543%2C4%2021%2C5.56020367%2021%2C7.5%20Z%20M19%2C7.5%20C19%2C6.66183065%2018.3425207%2C6%2017.5%2C6%20C16.6574793%2C6%2016%2C6.66183065%2016%2C7.5%20C16%2C8.33816935%2016.6574793%2C9%2017.5%2C9%20C18.3425207%2C9%2019%2C8.33816935%2019%2C7.5%20Z%20M15.9063819%2C18.9283316%20C16.0283926%2C20.6085255%2014.6453195%2C22%2012.957109%2C22%20L4.95675903%2C22%20C3.26848896%2C22%201.8854206%2C20.6085375%202.00744607%2C18.9283354%20C2.28672764%2C15.0828256%204.26686302%2C13%209%2C13%20C13.7238702%2C13%2015.6246924%2C15.0498721%2015.9063819%2C18.9283316%20Z%20M13.9116353%2C19.0731963%20C13.7016431%2C16.1819058%2012.6056758%2C15%209%2C15%20C5.3726022%2C15%204.20913078%2C16.2238092%204.00219239%2C19.0732047%20C3.96659809%2C19.5633123%204.4006514%2C20%204.95675903%2C20%20L12.957109%2C20%20C13.5131578%2C20%2013.9472249%2C19.5632962%2013.9116353%2C19.0731963%20Z%20M17.4999992%2C19%20C16.9477144%2C18.9999995%2016.4999995%2C18.5522839%2016.5%2C17.9999992%20C16.5000005%2C17.4477144%2016.9477161%2C16.9999995%2017.5000008%2C17%20L19.9834696%2C16.9999999%20C19.9377951%2C16.0137336%2019.8023196%2C15.3246329%2019.6055728%2C14.9472136%20C19.1620744%2C14.0602168%2018.4151187%2C13.5%2017.5%2C13.5%20C16.5431642%2C13.5%2016.2940295%2C13.6177728%2015.7900063%2C14.1238973%20C15.7498428%2C14.1642692%2015.7498428%2C14.1642692%2015.7071068%2C14.2071068%20C15.3165825%2C14.5976311%2014.6834175%2C14.5976311%2014.2928932%2C14.2071068%20C13.9023689%2C13.8165825%2013.9023689%2C13.1834175%2014.2928932%2C12.7928932%20C14.3317813%2C12.7539126%2014.3317813%2C12.7539126%2014.3728539%2C12.7126286%20C15.23105%2C11.8508546%2015.9732426%2C11.5%2017.5%2C11.5%20C19.251548%2C11.5%2020.6379256%2C12.5397832%2021.3865848%2C14.037434%20C21.7372613%2C14.7095639%2021.9233852%2C15.6562891%2021.9813284%2C16.907478%20C21.9831127%2C16.9537225%2021.9831127%2C16.9537225%2021.9834696%2C17%20C21.9834696%2C18.1045706%2021.0880382%2C19.000002%2019.9834668%2C19.000002%20L17.4999992%2C19%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_product {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14%2C2%20C13.4478%2C2%2013%2C2.447754%2013%2C3%20C13%2C3.55225%2013.4478%2C4%2014%2C4%20L18%2C4%20C18.5522%2C4%2019%2C3.55225%2019%2C3%20C19%2C2.447754%2018.5522%2C2%2018%2C2%20L14%2C2%20Z%20M19%2C21%20C21.2085%2C21%2023%2C19.2108%2023%2C17.0011%20L23%2C12%20C23%2C10.84277%2022.5598%2C9.73474%2022.0574%2C8.80579%20C21.5771%2C7.91821%2020.9878%2C7.10193%2020.5347%2C6.47485%20L20.4614%2C6.37341%20C19.8723%2C5.55688%2018.9092%2C5%2017.8406%2C5%20L14.2361%2C5%20C13.0999%2C5%2012.061%2C5.64209%2011.5527%2C6.65845%20L11.1057%2C7.55286%20C10.85864%2C8.04688%2011.0588%2C8.64746%2011.553%2C8.89453%20C12.0469%2C9.14148%2012.6475%2C8.94116%2012.8945%2C8.44714%20L13.3418%2C7.55286%20C13.511%2C7.21399%2013.8574%2C7%2014.2361%2C7%20L17.8406%2C7%20C18.2061%2C7%2018.5896%2C7.19714%2018.8396%2C7.5437%20L18.896%2C7.6217%20L18.8979%2C7.62451%20L18.8992%2C7.62634%20C19.3633%2C8.26917%2019.8831%2C8.98914%2020.2981%2C9.7572%20C20.7356%2C10.5658%2021%2C11.32715%2021%2C12%20L21%2C17.0011%20C21%2C18.1052%2020.105%2C19%2019%2C19%20L15%2C19%20C14.4478%2C19%2014%2C19.4478%2014%2C20%20C14%2C20.5522%2014.4478%2C21%2015%2C21%20L19%2C21%20Z%20M3.96118%2C12.0022%20L3.92236%2C12.0007%20C3.72461%2C11.99304%203.59961%2C12.0378%203.44043%2C12.2657%20C3.22974%2C12.5674%203%2C13.1899%203%2C14.1929%20C3%2C16.3845%203.25903%2C17.7126%203.60718%2C18.5134%20C3.91333%2C19.217%204.28174%2C19.5129%204.74243%2C19.6971%20C5.23267%2C19.8931%205.93823%2C20%207%2C20%20C8.06177%2C20%208.76733%2C19.8931%209.25757%2C19.6971%20C9.71826%2C19.5129%2010.08667%2C19.217%2010.39282%2C18.5134%20C10.74097%2C17.7126%2011%2C16.3845%2011%2C14.1929%20C11%2C13.2159%2010.76562%2C12.6136%2010.55054%2C12.3142%20C10.37305%2C12.067%2010.20898%2C12.0022%2010%2C12.0022%20C9.61743%2C12.0022%209.42969%2C12.0664%209.1084%2C12.1881%20L9.0293%2C12.2184%20C8.61816%2C12.376%207.9458%2C12.6337%207%2C12.6337%20C6.03613%2C12.6337%205.40674%2C12.36%205.04883%2C12.2042%20L4.94897%2C12.1613%20L4.93115%2C12.1537%20C4.7666%2C12.0841%204.573%2C12.0022%204%2C12.0022%20L3.96118%2C12.0022%20Z%20M4%2C10.0022%20C2.1355%2C9.92981%201%2C11.65967%201%2C14.1929%20C1%2C18.8011%202.06177%2C20.7792%204%2C21.5542%20C4.84033%2C21.8901%205.84521%2C22%207%2C22%20C8.15479%2C22%209.15967%2C21.8901%2010%2C21.5542%20C11.9382%2C20.7792%2013%2C18.8011%2013%2C14.1929%20C13%2C11.65967%2011.8%2C10.0022%2010%2C10.0022%20C9.22949%2C10.0022%208.77197%2C10.17627%208.3374%2C10.34167%20C7.94409%2C10.49121%207.56982%2C10.63367%207%2C10.63367%20C6.46069%2C10.63367%206.16357%2C10.5061%205.83667%2C10.3656%20C5.43628%2C10.1936%204.99097%2C10.0022%204%2C10.0022%20Z%20M6.98169%2C8.17346%20C6.89941%2C7.53638%206.66113%2C6.66113%206%2C6%20C5.33569%2C5.33569%204.46021%2C5.10315%203.82642%2C5.02649%20C3.34937%2C4.96863%202.96875%2C5.34949%203.02637%2C5.82654%20C3.10327%2C6.46008%203.33569%2C7.33569%204%2C8%20C4.66113%2C8.66113%205.53662%2C8.89941%206.17358%2C8.98157%20C6.65698%2C9.04382%207.04395%2C8.65686%206.98169%2C8.17346%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_rest {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M7%2C20%20L10%2C20%20C10.5522847%2C20%2011%2C20.4477153%2011%2C21%20C11%2C21.5522847%2010.5522847%2C22%2010%2C22%20L2%2C22%20C1.44771525%2C22%201%2C21.5522847%201%2C21%20C1%2C20.4477153%201.44771525%2C20%202%2C20%20L5%2C20%20L5%2C15.8999807%20C2.71776202%2C15.4367058%201%2C13.4189367%201%2C11%20L1%2C4%20C1%2C3.447715%201.447715%2C3%202%2C3%20L10%2C3%20C10.55229%2C3%2011%2C3.447715%2011%2C4%20L11%2C11%20C11%2C13.4189367%209.28223798%2C15.4367058%207%2C15.8999807%20L7%2C20%20Z%20M16.9091831%2C12.9081647%20C14.5711107%2C12.4915387%2013.338813%2C10.6871696%2013.0607744%2C8.1071455%20C12.9417207%2C7.00240109%2013.0025615%2C5.84229786%2013.1748967%2C4.71717659%20C13.2408495%2C4.28659161%2013.3078118%2C3.95762824%2013.3551559%2C3.76329733%20C13.4858831%2C3.22670733%2014.0268507%2C2.89769059%2014.5634407%2C3.02841786%20C15.1000307%2C3.15914514%2015.4290474%2C3.70011267%2015.2983201%2C4.23670267%20C15.2639795%2C4.37765917%2015.2084147%2C4.65063004%2015.1518404%2C5.01998557%20C15.0035746%2C5.98796587%2014.9513315%2C6.98412893%2015.0492611%2C7.8928545%20C15.2257167%2C9.53025207%2015.8130895%2C10.5377296%2017%2C10.8741488%20L17%2C4%20C17%2C3.44771525%2017.4477153%2C3%2018%2C3%20C18.5522847%2C3%2019%2C3.44771525%2019%2C4%20L19%2C10.8741488%20C20.1869103%2C10.5377296%2020.7742827%2C9.5302522%2020.9507379%2C7.89285474%20C21.0486672%2C6.9841295%2020.9964239%2C5.98796679%2020.848158%2C5.01998672%20C20.7915836%2C4.65063079%2020.7360187%2C4.37765958%2020.7016779%2C4.2367029%20C20.5709505%2C3.70011293%2020.8999671%2C3.15914532%2021.4365571%2C3.02841792%20C21.9731471%2C2.89769052%2022.5141147%2C3.22670714%2022.6448421%2C3.7632971%20C22.6921862%2C3.95762823%2022.7591487%2C4.28659196%2022.8251017%2C4.71717738%20C22.997437%2C5.84229837%2023.0582781%2C7.00240122%2022.9392246%2C8.10714526%20C22.6611867%2C10.6871694%2021.4288893%2C12.4915387%2019.0908169%2C12.9081647%20L19.80099%2C20.00993%20C19.90754%2C21.07543%2019.07082%2C22%2018%2C22%20C16.929179%2C22%2016.0924568%2C21.07543%2016.199007%2C20.00993%20L16.9091831%2C12.9081647%20Z%20M3%2C5%20L3%2C11%20C3%2C12.6568386%204.34315764%2C14%206%2C14%20C7.65684236%2C14%209%2C12.6568386%209%2C11%20L9%2C5%20L3%2C5%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_retail {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M3.97718995%2C10%20C3.88427343%2C10%203.79181029%2C10.0129499%203.70246882%2C10.0384761%20C3.17143381%2C10.1902003%202.86394172%2C10.7436861%203.015666%2C11.2747211%20L5.30138029%2C19.2747211%20C5.42403788%2C19.7040227%205.81642388%2C20%206.26290424%2C20%20L17.7370958%2C20%20C18.1835761%2C20%2018.5759621%2C19.7040227%2018.6986197%2C19.2747211%20L20.984334%2C11.2747211%20C21.0098601%2C11.1853797%2021.02281%2C11.0929165%2021.02281%2C11%20C21.02281%2C10.4477153%2020.5750948%2C10%2020.02281%2C10%20L3.97718995%2C10%20Z%20M6.4%2C8%20L9.54230424%2C3.51099395%20C10.4924478%2C2.15364606%2012.3630391%2C1.82354169%2013.720387%2C2.77368522%20C14.007311%2C2.97453199%2014.256849%2C3.22406998%2014.4576958%2C3.51099395%20L17.6%2C8%20L20.02281%2C8%20C21.6796643%2C8%2023.02281%2C9.34314575%2023.02281%2C11%20C23.02281%2C11.2787496%2022.9839603%2C11.556139%2022.9073819%2C11.8241634%20L20.6216676%2C19.8241634%20C20.2536948%2C21.1120681%2019.0765368%2C22%2017.7370958%2C22%20L6.26290424%2C22%20C4.92346316%2C22%203.74630516%2C21.1120681%203.3783324%2C19.8241634%20L1.09261811%2C11.8241634%20C0.637445241%2C10.2310583%201.55992153%2C8.57060103%203.15302657%2C8.11542816%20C3.42105097%2C8.03884976%203.69844037%2C8%203.97718995%2C8%20L6.4%2C8%20Z%20M12.8192319%2C4.65791863%20C12.752283%2C4.56227731%2012.6691037%2C4.47909798%2012.5734623%2C4.41214906%20C12.121013%2C4.09543455%2011.4974826%2C4.20546934%2011.1807681%2C4.65791863%20L8.84131112%2C8%20L15.1586889%2C8%20L12.8192319%2C4.65791863%20Z%20M12%2C12%20C10.3431458%2C12%209%2C13.3431458%209%2C15%20C9%2C16.6568542%2010.3431458%2C18%2012%2C18%20C13.6568542%2C18%2015%2C16.6568542%2015%2C15%20C15%2C13.3431458%2013.6568542%2C12%2012%2C12%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_site {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5%2C4%20L19%2C4%20C19.5522%2C4%2020%2C4.44769%2020%2C5%20L20%2C15%20C20%2C15.5523%2019.5522%2C16%2019%2C16%20L5%2C16%20C4.44775%2C16%204%2C15.5523%204%2C15%20L4%2C5%20C4%2C4.44769%204.44775%2C4%205%2C4%20Z%20M2%2C5%20C2%2C3.34314%203.34326%2C2%205%2C2%20L19%2C2%20C20.6567%2C2%2022%2C3.34314%2022%2C5%20L22%2C15%20C22%2C16.6569%2020.6567%2C18%2019%2C18%20L15%2C18%20L15%2C19%20L16.5%2C19%20C17.3284%2C19%2018%2C19.6716%2018%2C20.5%20C18%2C21.3284%2017.3284%2C22%2016.5%2C22%20L7.5%2C22%20C6.67163%2C22%206%2C21.3284%206%2C20.5%20C6%2C19.6716%206.67163%2C19%207.5%2C19%20L9%2C19%20L9%2C18%20L5%2C18%20C3.34326%2C18%202%2C16.6569%202%2C15%20L2%2C5%20Z%20M6%2C7%20C6%2C6.44769%206.44775%2C6%207%2C6%20L17%2C6%20C17.5522%2C6%2018%2C6.44769%2018%2C7%20C18%2C7.55231%2017.5522%2C8%2017%2C8%20L7%2C8%20C6.44775%2C8%206%2C7.55231%206%2C7%20Z%20M7%2C9%20C6.44775%2C9%206%2C9.44769%206%2C10%20C6%2C10.55231%206.44775%2C11%207%2C11%20L12%2C11%20C12.5525%2C11%2013%2C10.55231%2013%2C10%20C13%2C9.44769%2012.5525%2C9%2012%2C9%20L7%2C9%20Z%20M7%2C12%20C6.44775%2C12%206%2C12.44769%206%2C13%20C6%2C13.55231%206.44775%2C14%207%2C14%20L15%2C14%20C15.5525%2C14%2016%2C13.55231%2016%2C13%20C16%2C12.44769%2015.5525%2C12%2015%2C12%20L7%2C12%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_smi {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M19.2098198%2C13.5905129%20C18.9394697%2C15.1768602%2018.4802132%2C16.5824558%2017.8320503%2C17.5547002%20L17.5351838%2C18%20L17%2C18%20C14.699806%2C18%2011.4842691%2C17.5748737%208.47676745%2C16.8722691%20L9.67829199%2C20.1158797%20C9.88065715%2C20.662184%209.53605955%2C21.2484692%208.9118776%2C21.4198286%20L6.97074854%2C21.9527348%20C6.33954644%2C22.1260203%205.67002597%2C21.8074691%205.49033008%2C21.2483691%20L3.60065984%2C15.3688824%20C3.22845193%2C15.215232%202.87771171%2C15.0568898%202.5527864%2C14.8944272%20L2.25464401%2C14.745356%20L2.10557281%2C14.4472136%20C0.964809064%2C12.1656861%200.964809064%2C7.8343139%202.10557281%2C5.5527864%20L2.25464401%2C5.25464401%20L2.5527864%2C5.10557281%20C6.16862458%2C3.29765372%2012.9813066%2C2%2017%2C2%20L17.5351838%2C2%20L17.8320503%2C2.4452998%20C18.4802135%2C3.41754466%2018.9394702%2C4.82314124%2019.2098202%2C6.4094896%20C19.2452782%2C6.41720433%2019.2807858%2C6.42692828%2019.31623%2C6.438743%20L21.31623%2C7.10541%20C21.72457%2C7.24152%2022%2C7.62366%2022%2C8.05409%20L22%2C11.94591%20C22%2C12.37634%2021.72457%2C12.75848%2021.31623%2C12.89459%20L19.31623%2C13.56126%20C19.2807856%2C13.5730745%2019.2452779%2C13.5827983%2019.2098198%2C13.5905129%20Z%20M3.76259146%2C13.2575575%20C6.98221559%2C14.7547063%2012.7596922%2C15.8808099%2016.4307229%2C15.9911168%20C17.8564257%2C13.1713372%2017.8564257%2C6.8286628%2016.4307229%2C4.00888317%20C12.7596922%2C4.1191901%206.98221559%2C5.24529375%203.76259146%2C6.74244247%20C3.07913618%2C8.45299538%203.07913618%2C11.5470046%203.76259146%2C13.2575575%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_sport {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.1111944%2C6.83705947%20C17.6530713%2C8.16658012%2017.3207208%2C9.69992729%2017.2089754%2C11%20L19.9381062%2C11%20C19.7415991%2C9.4241397%2019.0867561%2C7.99062703%2018.1111944%2C6.83705947%20Z%20M16.5150387%2C5.39496408%20C15.4898023%2C4.69278807%2014.2927939%2C4.22310642%2013%2C4.06189482%20L13%2C11%20L15.2028756%2C11%20C15.3343489%2C9.22868947%2015.8272392%2C7.10330353%2016.5150387%2C5.39496408%20Z%20M18.2687202%2C16.9707121%20C19.1571741%2C15.8517629%2019.75237%2C14.4894624%2019.9381055%2C13%20L17.2299287%2C13%20C17.3697826%2C14.313871%2017.7394529%2C15.7538565%2018.2687202%2C16.9707121%20Z%20M16.7498859%2C18.4379055%20C15.9310082%2C16.8265513%2015.3848617%2C14.8126961%2015.2202052%2C13%20L13%2C13%20L13%2C19.9381047%20C14.3928172%2C19.7644189%2015.6744536%2C19.2326814%2016.7498859%2C18.4379055%20Z%20M5.98105514%2C17.2700896%20C6.46521556%2C15.9289089%206.82218515%2C14.3477887%206.94928412%2C13%20L4.06189432%2C13%20C4.26453343%2C14.6250209%204.9545547%2C16.0986801%205.98105514%2C17.2700896%20Z%20M7.58202383%2C18.6704724%20C8.58544777%2C19.3363945%209.7477903%2C19.7819536%2011%2C19.9381049%20L11%2C13%20L8.95668882%2C13%20C8.80869358%2C14.8100484%208.2926255%2C16.9681007%207.58202383%2C18.6704724%20Z%20M5.87355983%2C6.86324231%20C4.90886261%2C8.01216271%204.26072822%2C9.43583449%204.06341576%2C11%20L6.94897631%2C11%20C6.81621669%2C9.63653343%206.43115389%2C8.12536257%205.87355983%2C6.86324231%20Z%20M7.41535299%2C5.44927701%20C8.25197001%2C7.0934222%208.80445432%2C9.15777342%208.95708003%2C11%20L11%2C11%20L11%2C4.06339357%20C9.67767628%2C4.23017577%208.45575298%2C4.71917759%207.41535299%2C5.44927701%20Z%20M12%2C2%20C17.5229%2C2%2022%2C6.47717%2022%2C12%20C22%2C17.5228%2017.5229%2C22%2012%2C22%20C6.47705%2C22%202%2C17.5228%202%2C12%20C2%2C6.47717%206.47705%2C2%2012%2C2%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gb_star {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2221%22%20height%3D%2220%22%20viewBox%3D%220%200%2021%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.0039%2015.9778L4.95258%2018.9761C4.47753%2019.258%203.86375%2019.1017%203.58167%2018.6268C3.45113%2018.407%203.40972%2018.1457%203.46593%2017.8964L4.75757%2012.1676L0.34406%208.29182C-0.0710146%207.92732%20-0.111902%207.29547%200.252735%206.88055C0.421469%206.68855%200.657338%206.56841%200.911908%206.54481L6.76148%206.00248L9.08508%200.608878C9.30361%200.10163%209.89212%20-0.132492%2010.3996%200.0859517C10.6344%200.187035%2010.8216%200.374152%2010.9227%200.608878L13.2463%206.00248L19.0958%206.54481C19.646%206.59582%2020.0506%207.08297%2019.9996%207.63289C19.976%207.88736%2019.8558%208.12315%2019.6637%208.29182L15.2502%2012.1676L16.5418%2017.8964C16.6633%2018.4351%2016.3249%2018.9703%2015.7859%2019.0918C15.5365%2019.1479%2015.275%2019.1065%2015.0552%2018.9761L10.0039%2015.9778Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 21px;
  height: 20px;
}

.icon-24_white_gb_transport {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3%2C6%20L14%2C6%20L14%2C10%20L14%2C11%20L10%2C11%20C9.44775%2C11%209%2C11.44769%209%2C12%20C9%2C12.55231%209.44775%2C13%2010%2C13%20L14%2C13%20L14%2C16%20L8%2C16%20L3%2C16%20L3%2C6%20Z%20M16%2C11%20L20.4648712%2C11%20C19.7732524%2C9.80439726%2018.4805647%2C9%2017%2C9%20L16%2C9%20L16%2C11%20Z%20M16%2C13%20L16%2C16%20L21%2C16%20L21%2C13%20L16%2C13%20Z%20M16%2C7%20L17%2C7%20C20.3137085%2C7%2023%2C9.6862915%2023%2C13%20L23%2C16%20C23%2C17.1046%2022.1045%2C18%2021%2C18%20L20%2C18%20C20%2C19.1046%2019.1045%2C20%2018%2C20%20C16.8955%2C20%2016%2C19.1046%2016%2C18%20L8%2C18%20C8%2C19.1046%207.10449%2C20%206%2C20%20C4.89551%2C20%204%2C19.1046%204%2C18%20L3%2C18%20C1.895508%2C18%201%2C17.1046%201%2C16%20L1%2C6%20C1%2C4.895447%201.895508%2C4%203%2C4%20L14%2C4%20C15.1045%2C4%2016%2C4.895447%2016%2C6%20L16%2C7%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_geo {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2C1%20C12.5523%2C1%2013%2C1.447754%2013%2C2%20L13%2C3.05493%20C17.1716%2C3.51611%2020.4839%2C6.82837%2020.9451%2C11%20L22%2C11%20C22.5523%2C11%2023%2C11.4478%2023%2C12%20C23%2C12.5522%2022.5523%2C13%2022%2C13%20L20.9451%2C13%20C20.4839%2C17.1716%2017.1716%2C20.4839%2013%2C20.9451%20L13%2C22%20C13%2C22.5522%2012.5523%2C23%2012%2C23%20C11.4477%2C23%2011%2C22.5522%2011%2C22%20L11%2C20.9451%20C6.82838%2C20.4839%203.51608%2C17.1716%203.05493%2C13%20L2%2C13%20C1.447716%2C13%201%2C12.5522%201%2C12%20C1%2C11.4478%201.447716%2C11%202%2C11%20L3.05493%2C11%20C3.51608%2C6.82837%206.82838%2C3.51611%2011%2C3.05493%20L11%2C2%20C11%2C1.447754%2011.4477%2C1%2012%2C1%20Z%20M12%2C19%20C15.866%2C19%2019%2C15.866%2019%2C12%20C19%2C8.13403%2015.866%2C5%2012%2C5%20C8.134%2C5%205%2C8.13403%205%2C12%20C5%2C15.866%208.134%2C19%2012%2C19%20Z%20M12%2C17%20C9.23857%2C17%207%2C14.7615%207%2C12%20C7%2C9.23853%209.23857%2C7%2012%2C7%20C14.7614%2C7%2017%2C9.23853%2017%2C12%20C17%2C14.7615%2014.7614%2C17%2012%2C17%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_google {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M12.2047%2C10.23828%20L12.2047%2C14.0586%20L17.7553%2C14.0586%20C17.0301%2C16.375%2015.0577%2C18.0312%2012.2047%2C18.0312%20C8.80578%2C18.0312%206.0484%2C15.332%206.0484%2C12%20C6.0484%2C8.66797%208.80578%2C5.96875%2012.2047%2C5.96875%20C13.7308%2C5.96875%2015.1254%2C6.51562%2016.2013%2C7.42188%20L19.0742%2C4.60547%20C17.2612%2C2.988281%2014.8505%2C2%2012.2047%2C2%20C6.56641%2C2%202%2C6.47656%202%2C12%20C2%2C17.5234%206.56641%2C22%2012.2047%2C22%20C20.7677%2C22%2022.6564%2C14.1484%2021.8196%2C10.25391%20L12.2047%2C10.23828%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_gray {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M12%202C6.48828%202%202%206.48828%202%2012C2%2017.5117%206.48828%2022%2012%2022C17.5117%2022%2022%2017.5117%2022%2012C22%206.48828%2017.5117%202%2012%202ZM12%204C16.4297%204%2020%207.57031%2020%2012C20%2016.4297%2016.4297%2020%2012%2020C7.57031%2020%204%2016.4297%204%2012C4%207.57031%207.57031%204%2012%204ZM12%2016C11.4477%2016%2011%2016.4477%2011%2017C11%2017.5523%2011.4477%2018%2012%2018C12.5523%2018%2013%2017.5523%2013%2017C13%2016.4477%2012.5523%2016%2012%2016ZM9.89443%209.44721C10.3379%208.56022%2011.0849%208%2012%208C13.1597%208%2014%208.7469%2014%2010C14%2010.6578%2013.7269%2011.0219%2012.9453%2011.5429C12.8568%2011.6019%2012.4877%2011.8402%2012.3945%2011.9023C11.469%2012.5193%2011%2013.0725%2011%2014C11%2014.5523%2011.4477%2015%2012%2015C12.5523%2015%2013%2014.5523%2013%2014C13%2013.9485%2013.09%2013.8424%2013.5039%2013.5664C13.5807%2013.5153%2013.9498%2013.277%2014.0547%2013.2071C15.3356%2012.3531%2016%2011.4672%2016%2010C16%207.58643%2014.2153%206%2012%206C10.2485%206%208.86207%207.03978%208.10557%208.55279C7.85858%209.04677%208.05881%209.64744%208.55279%209.89443C9.04677%2010.1414%209.64744%209.94119%209.89443%209.44721Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.2%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_help {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3Ehelp%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(5730%20-1275)%22%3E%0D%0A%3CclipPath%20id%3D%22clip-0%22%20clip-rule%3D%22evenodd%22%3E%0D%0A%3Cpath%20d%3D%22M%20-5730%201275L%20-5706%201275L%20-5706%201299L%20-5730%201299L%20-5730%201275Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2FclipPath%3E%0D%0A%3Cg%20id%3D%22help%22%20clip-path%3D%22url(%23clip-0)%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(-5728%201277)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2010%200C%204.48828%200%200%204.48828%200%2010C%200%2015.5117%204.48828%2020%2010%2020C%2015.5117%2020%2020%2015.5117%2020%2010C%2020%204.48828%2015.5117%200%2010%200ZM%2010%202C%2014.4297%202%2018%205.57031%2018%2010C%2018%2014.4297%2014.4297%2018%2010%2018C%205.57031%2018%202%2014.4297%202%2010C%202%205.57031%205.57031%202%2010%202ZM%2010%2014C%209.44772%2014%209%2014.4477%209%2015C%209%2015.5523%209.44772%2016%2010%2016C%2010.5523%2016%2011%2015.5523%2011%2015C%2011%2014.4477%2010.5523%2014%2010%2014ZM%207.89443%207.44721C%208.33793%206.56022%209.08488%206%2010%206C%2011.1597%206%2012%206.7469%2012%208C%2012%208.65777%2011.7269%209.02186%2010.9453%209.54295C%2010.8568%209.60193%2010.4877%209.84021%2010.3945%209.90232C%209.46898%2010.5193%209%2011.0725%209%2012C%209%2012.5523%209.44772%2013%2010%2013C%2010.5523%2013%2011%2012.5523%2011%2012C%2011%2011.9485%2011.09%2011.8424%2011.5039%2011.5664C%2011.5807%2011.5153%2011.9498%2011.277%2012.0547%2011.2071C%2013.3356%2010.3531%2014%209.46723%2014%208C%2014%205.58643%2012.2153%204%2010%204C%208.24845%204%206.86207%205.03978%206.10557%206.55279C%205.85858%207.04677%206.05881%207.64744%206.55279%207.89443C%207.04677%208.14142%207.64744%207.94119%207.89443%207.44721Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_help_center {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M12%2C2%20C7.554688%2C2%203.546875%2C4.566406%204.03125%2C10.5625%20C4.023438%2C10.710938%204%2C10.847656%204%2C11%20C4%2C11.195313%204.046875%2C11.441406%204.0625%2C11.65625%20C3.488281%2C12.089844%203%2C12.671875%203%2C13.5%20C3%2C14.675781%203.875%2C15.511719%204.96875%2C15.78125%20C5.5625%2C17.324219%206.394531%2C18.789063%207.5%2C19.90625%20C8.71875%2C21.140625%2010.265625%2C22%2012%2C22%20C12.492188%2C22%2013.203125%2C21.917969%2013.875%2C21.84375%20C14.546875%2C21.769531%2015.125%2C21.6875%2015.125%2C21.6875%20L14.875%2C19.71875%20C14.875%2C19.71875%2014.308594%2C19.769531%2013.65625%2C19.84375%20C13.003906%2C19.917969%2012.207031%2C20%2012%2C20%20C10.933594%2C20%209.894531%2C19.46875%208.9375%2C18.5%20C7.980469%2C17.53125%207.164063%2C16.160156%206.65625%2C14.6875%20L6.40625%2C14%20L5.5%2C14%20C5.285156%2C14%205%2C13.714844%205%2C13.5%20C5%2C13.277344%205.121094%2C13.15625%205.40625%2C13.0625%20L6.28125%2C12.75%20L6.0625%2C11.84375%20C6.042969%2C11.773438%206.039063%2C11.71875%206.03125%2C11.65625%20C6.097656%2C10.277344%206.539063%2C8.460938%207%2C8%20C7%2C8%209.300781%2C9%2012%2C9%20C14.699219%2C9%2017%2C8%2017%2C8%20C17%2C8%2018%2C9.398438%2018%2C12%20L18%2C16%20L18.6875%2C16%20C18.632813%2C16.257813%2018.585938%2C16.480469%2018.53125%2C16.65625%20C18.472656%2C16.84375%2018.453125%2C16.898438%2018.40625%2C17%20L13.90625%2C17%20C13.703125%2C16.414063%2013.15625%2C16%2012.5%2C16%20C11.671875%2C16%2011%2C16.671875%2011%2C17.5%20C11%2C18.328125%2011.671875%2C19%2012.5%2C19%20C12.574219%2C19%2012.648438%2C18.980469%2012.71875%2C18.96875%20C12.808594%2C18.992188%2012.90625%2C19.003906%2013%2C19%20L19%2C19%20C19.242188%2C19%2019.476563%2C18.910156%2019.65625%2C18.75%20C19.65625%2C18.75%2019.890625%2C18.519531%2020.03125%2C18.28125%20C20.171875%2C18.042969%2020.324219%2C17.726563%2020.46875%2C17.25%20C20.582031%2C16.882813%2020.695313%2C16.402344%2020.78125%2C15.84375%20C21.5%2C15.539063%2022%2C14.824219%2022%2C14%20L22%2C12%20C22%2C10.898438%2021.101563%2C10%2020%2C10%20C20.144531%2C4.40625%2016.304688%2C2%2012%2C2%20Z%20M9.5%2C11%20C8.671875%2C11%208%2C11.671875%208%2C12.5%20C8%2C13.328125%208.671875%2C14%209.5%2C14%20C10.328125%2C14%2011%2C13.328125%2011%2C12.5%20C11%2C11.671875%2010.328125%2C11%209.5%2C11%20Z%20M14.5%2C11%20C13.671875%2C11%2013%2C11.671875%2013%2C12.5%20C13%2C13.328125%2013.671875%2C14%2014.5%2C14%20C15.328125%2C14%2016%2C13.328125%2016%2C12.5%20C16%2C11.671875%2015.328125%2C11%2014.5%2C11%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_idea {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M12%2C2%20C7.59375%2C2%204%2C5.59375%204%2C10%20C4%2C12.363281%205.195313%2C13.980469%206.21875%2C15.21875%20C7.242188%2C16.457031%208%2C17.320313%208%2C18.3125%20L8%2C20%20C8%2C21.105469%208.894531%2C22%2010%2C22%20L10.28125%2C22%20C10.628906%2C22.597656%2011.261719%2C23%2012%2C23%20C12.738281%2C23%2013.371094%2C22.597656%2013.71875%2C22%20L14%2C22%20C15.105469%2C22%2016%2C21.105469%2016%2C20%20L16%2C18.3125%20C16%2C17.339844%2016.753906%2C16.496094%2017.78125%2C15.25%20C18.808594%2C14.003906%2020%2C12.355469%2020%2C10%20C20%2C5.59375%2016.40625%2C2%2012%2C2%20Z%20M12%2C4%20C15.324219%2C4%2018%2C6.675781%2018%2C10%20C18%2C11.699219%2017.191406%2C12.785156%2016.21875%2C13.96875%20C15.304688%2C15.074219%2014.144531%2C16.296875%2014%2C18%20L10%2C18%20C9.855469%2C16.285156%208.695313%2C15.070313%207.78125%2C13.96875%20C6.804688%2C12.792969%206%2C11.707031%206%2C10%20C6%2C6.675781%208.675781%2C4%2012%2C4%20Z%20M2.75%2C4.15625%20C2.359375%2C4.160156%202.003906%2C4.398438%201.84375%2C4.78125%20C1.632813%2C5.292969%201.863281%2C5.882813%202.375%2C6.09375%20C2.886719%2C6.304688%203.476563%2C6.042969%203.6875%2C5.53125%20C3.898438%2C5.019531%203.667969%2C4.429688%203.15625%2C4.21875%20C3.027344%2C4.164063%202.878906%2C4.15625%202.75%2C4.15625%20Z%20M21.3125%2C4.15625%20C21.183594%2C4.15625%2021.066406%2C4.164063%2020.9375%2C4.21875%20C20.425781%2C4.429688%2020.164063%2C5.019531%2020.375%2C5.53125%20C20.585938%2C6.042969%2021.175781%2C6.304688%2021.6875%2C6.09375%20C22.199219%2C5.882813%2022.460938%2C5.292969%2022.25%2C4.78125%20C22.089844%2C4.398438%2021.703125%2C4.160156%2021.3125%2C4.15625%20Z%20M2%2C9%20C1.445313%2C9%201%2C9.445313%201%2C10%20C1%2C10.554688%201.445313%2C11%202%2C11%20C2.554688%2C11%203%2C10.554688%203%2C10%20C3%2C9.445313%202.554688%2C9%202%2C9%20Z%20M22%2C9%20C21.449219%2C9%2021%2C9.449219%2021%2C10%20C21%2C10.550781%2021.449219%2C11%2022%2C11%20C22.550781%2C11%2023%2C10.550781%2023%2C10%20C23%2C9.449219%2022.550781%2C9%2022%2C9%20Z%20M21.21875%2C13.8125%20C20.828125%2C13.816406%2020.472656%2C14.054688%2020.3125%2C14.4375%20C20.101563%2C14.949219%2020.332031%2C15.539063%2020.84375%2C15.75%20C21.355469%2C15.960938%2021.945313%2C15.730469%2022.15625%2C15.21875%20C22.367188%2C14.707031%2022.136719%2C14.117188%2021.625%2C13.90625%20C21.496094%2C13.851563%2021.347656%2C13.8125%2021.21875%2C13.8125%20Z%20M2.78125%2C13.84375%20C3.171875%2C13.847656%203.527344%2C14.085938%203.6875%2C14.46875%20C3.898438%2C14.980469%203.667969%2C15.570313%203.15625%2C15.78125%20C2.644531%2C15.992188%202.054688%2C15.730469%201.84375%2C15.21875%20C1.632813%2C14.707031%201.863281%2C14.117188%202.375%2C13.90625%20C2.503906%2C13.851563%202.652344%2C13.84375%202.78125%2C13.84375%20Z%20M14%2C18%20L13.0131917%2C18%20L13%2C16%20C13%2C14.4971007%2013.5863359%2C12.2430005%2014.4598784%2C11.0200411%20L15.0933822%2C10.1331358%20C15.3070686%2C9.83397481%2015.2731525%2C9.42417428%2015.0131917%2C9.16421356%20C14.7942403%2C8.94526215%2014.4392499%2C8.94526215%2014.2202985%2C9.16421356%20L13.7202985%2C9.66421356%20C12.8346804%2C10.5498316%2011.3988098%2C10.5498316%2010.5131917%2C9.66421356%20L10.0131917%2C9.16421356%20C9.79424032%2C8.94526215%209.43924993%2C8.94526215%209.22029852%2C9.16421356%20C8.9603378%2C9.42417428%208.92642167%2C9.83397481%209.14010806%2C10.1331358%20L9.77361186%2C11.0200411%20C10.6471543%2C12.2430005%2011.0131917%2C14.4971007%2011.0131917%2C16%20L11.0131917%2C18%20L10.0131917%2C18%20L10.0131917%2C16%20C10.0131917%2C14.7055237%209.71227746%2C12.654638%208.95987839%2C11.6012793%20L8.32637459%2C10.714374%20C7.82855622%2C10.0174282%207.90756954%2C9.06272898%208.51319174%2C8.45710678%20C9.12266744%2C7.84763107%2010.1108228%2C7.84763107%2010.7202985%2C8.45710678%20L11.2202985%2C8.95710678%20C11.7153923%2C9.45220057%2012.5180979%2C9.45220057%2013.0131917%2C8.95710678%20L13.5131917%2C8.45710678%20C14.1226674%2C7.84763107%2015.1108228%2C7.84763107%2015.7202985%2C8.45710678%20C16.3259207%2C9.06272898%2016.404934%2C10.0174282%2015.9071157%2C10.714374%20L15.2736119%2C11.6012793%20C14.5212128%2C12.654638%2014%2C14.7055237%2014%2C16%20L14%2C18%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_incognito {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.99909%206.85127C8.23331%206.22668%209.00177%206.00216%209.53542%206.40239L10.2%206.90083C11.2667%207.70083%2012.7333%207.70083%2013.8%206.90083L14.4646%206.40239C14.9982%206.00216%2015.7667%206.22668%2016.0009%206.85127L17.557%2011.0008H6.443L7.99909%206.85127ZM17.8736%206.14902L19.693%2011.0008H21C21.5523%2011.0008%2022%2011.4485%2022%2012.0008C22%2012.5531%2021.5523%2013.0008%2021%2013.0008H19H5H3C2.44772%2013.0008%202%2012.5531%202%2012.0008C2%2011.4485%202.44772%2011.0008%203%2011.0008H4.307L6.12643%206.14902C6.82909%204.27527%209.13448%203.60169%2010.7354%204.80239L11.4%205.30083C11.7556%205.5675%2012.2444%205.5675%2012.6%205.30083L13.2646%204.80239C14.8655%203.60169%2017.1709%204.27527%2017.8736%206.14902ZM6%2017.5008C6%2016.6724%206.67157%2016.0008%207.5%2016.0008C8.32843%2016.0008%209%2016.6724%209%2017.5008C9%2018.3293%208.32843%2019.0008%207.5%2019.0008C6.67157%2019.0008%206%2018.3293%206%2017.5008ZM7.5%2014.0008C5.567%2014.0008%204%2015.5678%204%2017.5008C4%2019.4338%205.567%2021.0008%207.5%2021.0008C9.433%2021.0008%2011%2019.4338%2011%2017.5008C11%2017.3311%2010.9879%2017.1641%2010.9646%2017.0008H13.0354C13.0121%2017.1641%2013%2017.3311%2013%2017.5008C13%2019.4338%2014.567%2021.0008%2016.5%2021.0008C18.433%2021.0008%2020%2019.4338%2020%2017.5008C20%2015.5678%2018.433%2014.0008%2016.5%2014.0008C15.5463%2014.0008%2014.6818%2014.3822%2014.0505%2015.0008H9.94949C9.31822%2014.3822%208.45365%2014.0008%207.5%2014.0008ZM16.5%2016.0008C15.6716%2016.0008%2015%2016.6724%2015%2017.5008C15%2018.3293%2015.6716%2019.0008%2016.5%2019.0008C17.3284%2019.0008%2018%2018.3293%2018%2017.5008C18%2016.6724%2017.3284%2016.0008%2016.5%2016.0008Z%22%20fill%3D%22%23ffffff%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_inst {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M8%2C3%20C5.23828%2C3%203%2C5.23828%203%2C8%20L3%2C16%20C3%2C18.7617%205.23828%2C21%208%2C21%20L16%2C21%20C18.7617%2C21%2021%2C18.7617%2021%2C16%20L21%2C8%20C21%2C5.23828%2018.7617%2C3%2016%2C3%20L8%2C3%20Z%20M18%2C5%20C18.5508%2C5%2019%2C5.44922%2019%2C6%20C19%2C6.55078%2018.5508%2C7%2018%2C7%20C17.4492%2C7%2017%2C6.55078%2017%2C6%20C17%2C5.44922%2017.4492%2C5%2018%2C5%20Z%20M12%2C7%20C14.7617%2C7%2017%2C9.23828%2017%2C12%20C17%2C14.7617%2014.7617%2C17%2012%2C17%20C9.23828%2C17%207%2C14.7617%207%2C12%20C7%2C9.23828%209.23828%2C7%2012%2C7%20Z%20M12%2C9%20C10.34375%2C9%209%2C10.34375%209%2C12%20C9%2C13.6562%2010.34375%2C15%2012%2C15%20C13.6562%2C15%2015%2C13.6562%2015%2C12%20C15%2C10.34375%2013.6562%2C9%2012%2C9%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_invest {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M11.0006037%2C16.9649229%20C9.76115496%2C16.8685084%208.94679789%2C16.5681428%208%2C16%20L7.5527864%2C15.8944272%20C7.05880791%2C15.6474379%206.85858356%2C15.0467649%207.10557281%2C14.5527864%20C7.35256206%2C14.0588079%207.9532351%2C13.8585836%208%2C14%20L8.4472136%2C14.1055728%20C9.82045833%2C14.7921952%2010.5131411%2C15%2012%2C15%20C13.9%2C15%2015%2C14.5416667%2015%2C14%20C15%2C13.4583333%2013.9%2C13%2012.0189684%2C12.9998201%20C9.17244218%2C13.0538237%207%2C12.1349011%207%2C10%20C7%2C8.12792111%208.62985781%2C7.22599568%2011.0007019%2C7.03781846%20C11.0002354%2C7.02527004%2011%2C7.0126625%2011%2C7%20L11%2C6.5%20C11%2C5.94771525%2011.4477153%2C5.5%2012%2C5.5%20C12.5522847%2C5.5%2013%2C5.94771525%2013%2C6.5%20L13%2C7%20C13%2C7.01192121%2012.9997914%2C7.0237937%2012.9993776%2C7.03561401%20C14.2546313%2C7.13501984%2015.1402458%2C7.45208892%2016.4472136%2C8.10557281%20C16.9411921%2C8.35256206%2017.1414164%2C8.9532351%2016.8944272%2C9.4472136%20C16.6474379%2C9.94119209%2016.0467649%2C10.1414164%2015.5527864%2C9.89442719%20C14.1795417%2C9.20780482%2013.4868589%2C9%2012%2C9%20C10.1%2C9%209%2C9.45833333%209%2C10%20C9%2C10.5570612%2010.1305807%2C11.0352862%2012%2C11%20C14.9%2C11%2017%2C11.875%2017%2C14%20C17%2C15.8720789%2015.3701422%2C16.7740043%2012.9992981%2C16.9621815%20C12.9997646%2C16.97473%2013%2C16.9873375%2013%2C17%20L13%2C17.5%20C13%2C18.0522847%2012.5522847%2C18.5%2012%2C18.5%20C11.4477153%2C18.5%2011%2C18.0522847%2011%2C17.5%20L11%2C17%20C11%2C16.9882593%2011.0002023%2C16.9765658%2011.0006037%2C16.9649229%20Z%20M12%2C23%20C5.92486775%2C23%201%2C18.0751322%201%2C12%20C1%2C5.92486775%205.92486775%2C1%2012%2C1%20C18.0751322%2C1%2023%2C5.92486775%2023%2C12%20C23%2C18.0751322%2018.0751322%2C23%2012%2C23%20Z%20M12%2C21%20C16.9705627%2C21%2021%2C16.9705627%2021%2C12%20C21%2C7.02943725%2016.9705627%2C3%2012%2C3%20C7.02943725%2C3%203%2C7.02943725%203%2C12%20C3%2C16.9705627%207.02943725%2C21%2012%2C21%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_iphone {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M16.3076923%2C1%20L7.69230769%2C1%20C6.20615385%2C1%205%2C2.12%205%2C3.5%20L5%2C20.5%20C5%2C21.879999%206.20615385%2C23%207.69230769%2C23%20L16.3076923%2C23%20C17.7938462%2C23%2019%2C21.879999%2019%2C20.5%20L19%2C3.5%20C19%2C2.12%2017.7938462%2C1%2016.3076923%2C1%20Z%20M12%2C22%20C11.17%2C22%2010.5%2C21.33%2010.5%2C20.5%20C10.5%2C19.67%2011.17%2C19%2012%2C19%20C12.83%2C19%2013.5%2C19.67%2013.5%2C20.5%20C13.5%2C21.33%2012.83%2C22%2012%2C22%20Z%20M17%2C18%20L7%2C18%20L7%2C4%20L17%2C4%20L17%2C18%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_kn {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M6.99807863%2C9.0625%20L8.00192137%2C9.0625%20C8.03418365%2C9.58567061%208.46870592%2C10%209%2C10%20C9.53129408%2C10%209.96581635%2C9.58567061%209.99807863%2C9.0625%20L11.0019214%2C9.0625%20C11.0341836%2C9.58567061%2011.4687059%2C10%2012%2C10%20C12.5312941%2C10%2012.9658164%2C9.58567061%2012.9980786%2C9.0625%20L14.0019214%2C9.0625%20C14.0341836%2C9.58567061%2014.4687059%2C10%2015%2C10%20C15.5312941%2C10%2015.9658164%2C9.58567061%2015.9980786%2C9.0625%20L17.0019214%2C9.0625%20C17.0341836%2C9.58567061%2017.4687059%2C10%2018%2C10%20C18.5522847%2C10%2019%2C9.55228475%2019%2C9%20C19%2C8.93189412%2018.9931916%2C8.86537843%2018.9802183%2C8.80109641%20C19.3094624%2C8.50084902%2019.4075471%2C8.00535027%2019.1889692%2C7.59361055%20L17.5631976%2C4.53111055%20C17.3897072%2C4.20430314%2017.0499434%2C4%2016.6799407%2C4%20L7.32005929%2C4%20C6.95005659%2C4%206.61029278%2C4.20430314%206.43680242%2C4.53111055%20L4.81103082%2C7.59361055%20C4.73437221%2C7.73801397%204.69428768%2C7.89901028%204.69428768%2C8.0625%20C4.69428768%2C8.35489204%204.81977703%2C8.61797447%205.019836%2C8.80082756%20C5.0068274%2C8.86519296%205%2C8.93179917%205%2C9%20C5%2C9.55228475%205.44771525%2C10%206%2C10%20C6.53129408%2C10%206.96581635%2C9.58567061%206.99807863%2C9.0625%20Z%20M4.73610952%2C3.13262197%20C5.06936027%2C2.44023692%205.76982528%2C2%206.53823475%2C2%20L17.4617652%2C2%20C18.2301747%2C2%2018.9306397%2C2.44023692%2019.2638905%2C3.13262197%20L21.9375%2C8.6875%20L22%2C8.84375%20L22%2C9%20C22%2C9.878906%2021.609375%2C10.667969%2021%2C11.21875%20L21%2C19%20C21%2C20.6568542%2019.6568542%2C22%2018%2C22%20L6%2C22%20C4.34314575%2C22%203%2C20.6568542%203%2C19%20L3%2C11.21875%20C2.390625%2C10.667969%202%2C9.878906%202%2C9%20L2%2C8.84375%20L2.0625%2C8.6875%20L4.73610952%2C3.13262197%20Z%20M13%2C12%20L13%2C20%20L18%2C20%20C18.5522847%2C20%2019%2C19.5522847%2019%2C19%20L19%2C12%20L13%2C12%20Z%20M5%2C12%20L5%2C19%20C5%2C19.5522847%205.44771525%2C20%206%2C20%20L11%2C20%20L11%2C12%20L5%2C12%20Z%20M10%2C15%20C9.449219%2C15%209%2C15.449219%209%2C16%20C9%2C16.550781%209.449219%2C17%2010%2C17%20L10%2C15%20Z%20M14%2C15%20L14%2C17%20C14.550781%2C17%2015%2C16.550781%2015%2C16%20C15%2C15.449219%2014.550781%2C15%2014%2C15%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_letter {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M4%2C3%20C2.5%2C3%201%2C4.5%201%2C6%20L1%2C18%20C1%2C19.5%202.5%2C21%204%2C21%20L20%2C21%20C21.5%2C21%2023%2C19.5%2023%2C18%20L23%2C6%20C23%2C4.5%2021.5%2C3%2020%2C3%20L4%2C3%20Z%20M21%2C8.35341439%20L12%2C12.4034144%20L3%2C8.35341439%20L3%2C6%20C3%2C5.44771525%203.44771525%2C5%204%2C5%20L20%2C5%20C20.5522847%2C5%2021%2C5.44771525%2021%2C6%20L21%2C8.35341439%20Z%20M21%2C10.5465856%20L21%2C18%20C21%2C18.5522847%2020.5522847%2C19%2020%2C19%20L4%2C19%20C3.44771525%2C19%203%2C18.5522847%203%2C18%20L3%2C10.5465856%20L11.1792706%2C14.2272574%20C11.7012173%2C14.4621334%2012.2987827%2C14.4621334%2012.8207294%2C14.2272574%20L21%2C10.5465856%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_lightning {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M9.74606114%2C15%20L5.97498775%2C15%20C5.5491592%2C15%205.13444566%2C14.8640866%204.79121823%2C14.6120452%20C3.90091025%2C13.9582673%203.70916469%2C12.7065385%204.36294255%2C11.8162305%20L11.6331735%2C1.91570448%20C12.0862937%2C1.29865003%2012.8518965%2C0.994391632%2013.6049649%2C1.13209435%20C14.6915187%2C1.33077671%2015.4112807%2C2.37266646%2015.2125983%2C3.45922023%20L14.1994361%2C9%20L17.9811664%2C9%20C18.4190243%2C9%2018.8447838%2C9.14369061%2019.1930961%2C9.40901715%20C20.0717716%2C10.0783474%2020.2414795%2C11.3332541%2019.5721492%2C12.2119297%20L12.0466868%2C22.091118%20C11.5714224%2C22.71503%2010.7753435%2C23.0035642%2010.0106946%2C22.8290515%20C8.9338149%2C22.5832797%208.26006884%2C21.5110587%208.5058407%2C20.434179%20L9.74606114%2C15%20Z%20M5.97498775%2C13%20L12.2539389%2C13%20L10.455704%2C20.8791883%20L17.9811664%2C11%20L11.8005639%2C11%20L13.2452187%2C3.09947399%20L5.97498775%2C13%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_like {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3.00748643%2C9.61765997%20C3.00271817%2C9.6298456%203.00022269%2C10.2969139%203%2C11.6188648%20L11.7761457%2C11.6188648%20L11.272711%2C14.0279707%20L10.6598191%2C16.960633%20L14.9910671%2C12.6294378%20C14.9964386%2C12.6239917%2014.9994162%2C9.28713406%2015%2C2.61886478%20L6.00064073%2C2.61886478%20L3.00748643%2C9.61765997%20Z%20M8.89705685%2C15.6188648%20L8.98254836%2C15.2097588%20L9.315%2C13.6188648%20L7.68974065%2C13.6188648%20L7.27179749%2C13.6188648%20L3%2C13.6188648%20C1.895%2C13.6188648%201%2C12.7238648%201%2C11.6188648%20L1%2C9.61886478%20C1%2C9.36386478%201.055%2C9.11886478%201.1449995%2C8.88886478%20L4.16%2C1.83886478%20C4.46%2C1.12386478%205.17%2C0.61886478%206%2C0.61886478%20L15%2C0.61886478%20C16.105%2C0.61886478%2017%2C1.51386478%2017%2C2.61886478%20L17%2C12.6188648%20C17%2C13.1688648%2016.775%2C13.6688648%2016.415%2C14.0338648%20L10.890012%2C19.5588527%20C10.3037765%2C20.1450882%209.35399408%2C20.1473282%208.765%2C19.5638643%20C8.495%2C19.2938638%208.325%2C18.9188658%208.325%2C18.5038648%20C8.325%2C18.3938643%208.34%2C18.2888648%208.36%2C18.1888643%20L8.89705685%2C15.6188648%20Z%20M19%2C0.61886478%20L23%2C0.61886478%20L23%2C12.6188648%20L19%2C12.6188648%20L19%2C0.61886478%20Z%22%20transform%3D%22rotate(180%2012%2010.31)%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_link_horizontal {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14%208C14%207.44769%2014.4478%207%2015%207H18C20.7612%207%2023%209.23859%2023%2012C23%2014.7614%2020.7612%2017%2018%2017H15C14.4478%2017%2014%2016.5523%2014%2016C14%2015.4477%2014.4478%2015%2015%2015H18C19.6567%2015%2021%2013.6569%2021%2012C21%2010.3431%2019.6567%209%2018%209H15C14.4478%209%2014%208.55231%2014%208ZM10%2016.0002C10%2016.5525%209.55225%2017.0002%209%2017.0002H6C3.23877%2017.0002%201%2014.7616%201%2012.0002C1%209.23877%203.23877%207.00018%206%207.00018H9C9.55225%207.00018%2010%207.44788%2010%208.00018C10%208.55249%209.55225%209.00018%209%209.00018H6C4.34326%209.00018%203%2010.3433%203%2012.0002C3%2013.657%204.34326%2015.0002%206%2015.0002H9C9.55225%2015.0002%2010%2015.4479%2010%2016.0002ZM7%2011.0001C6.44775%2011.0001%206%2011.4478%206%2012.0001C6%2012.5524%206.44775%2013.0001%207%2013.0001H17C17.5522%2013.0001%2018%2012.5524%2018%2012.0001C18%2011.4478%2017.5522%2011.0001%2017%2011.0001H7Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_list {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2C4%20L21%2C4%20C21.5522847%2C4%2022%2C4.44771525%2022%2C5%20C22%2C5.55228475%2021.5522847%2C6%2021%2C6%20L10%2C6%20C9.44771525%2C6%209%2C5.55228475%209%2C5%20C9%2C4.44771525%209.44771525%2C4%2010%2C4%20Z%20M10%2C11%20L21%2C11%20C21.5522847%2C11%2022%2C11.4477153%2022%2C12%20C22%2C12.5522847%2021.5522847%2C13%2021%2C13%20L10%2C13%20C9.44771525%2C13%209%2C12.5522847%209%2C12%20C9%2C11.4477153%209.44771525%2C11%2010%2C11%20Z%20M10%2C18%20L21%2C18%20C21.5522847%2C18%2022%2C18.4477153%2022%2C19%20C22%2C19.5522847%2021.5522847%2C20%2021%2C20%20L10%2C20%20C9.44771525%2C20%209%2C19.5522847%209%2C19%20C9%2C18.4477153%209.44771525%2C18%2010%2C18%20Z%20M5%2C2%20C6.65685425%2C2%208%2C3.34314575%208%2C5%20C8%2C6.65685425%206.65685425%2C8%205%2C8%20C3.34314575%2C8%202%2C6.65685425%202%2C5%20C2%2C3.34314575%203.34314575%2C2%205%2C2%20Z%20M5%2C4%20C4.44771525%2C4%204%2C4.44771525%204%2C5%20C4%2C5.55228475%204.44771525%2C6%205%2C6%20C5.55228475%2C6%206%2C5.55228475%206%2C5%20C6%2C4.44771525%205.55228475%2C4%205%2C4%20Z%20M5%2C9%20C6.65685425%2C9%208%2C10.3431458%208%2C12%20C8%2C13.6568542%206.65685425%2C15%205%2C15%20C3.34314575%2C15%202%2C13.6568542%202%2C12%20C2%2C10.3431458%203.34314575%2C9%205%2C9%20Z%20M5%2C11%20C4.44771525%2C11%204%2C11.4477153%204%2C12%20C4%2C12.5522847%204.44771525%2C13%205%2C13%20C5.55228475%2C13%206%2C12.5522847%206%2C12%20C6%2C11.4477153%205.55228475%2C11%205%2C11%20Z%20M5%2C16%20C6.65685425%2C16%208%2C17.3431458%208%2C19%20C8%2C20.6568542%206.65685425%2C22%205%2C22%20C3.34314575%2C22%202%2C20.6568542%202%2C19%20C2%2C17.3431458%203.34314575%2C16%205%2C16%20Z%20M5%2C18%20C4.44771525%2C18%204%2C18.4477153%204%2C19%20C4%2C19.5522847%204.44771525%2C20%205%2C20%20C5.55228475%2C20%206%2C19.5522847%206%2C19%20C6%2C18.4477153%205.55228475%2C18%205%2C18%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_load {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%202C12.5523%202%2013%202.44772%2013%203V12.5858L16.2929%209.29289C16.6834%208.90237%2017.3166%208.90237%2017.7071%209.29289C18.0976%209.68342%2018.0976%2010.3166%2017.7071%2010.7071L12.7071%2015.7071C12.3166%2016.0976%2011.6834%2016.0976%2011.2929%2015.7071L6.29289%2010.7071C5.90237%2010.3166%205.90237%209.68342%206.29289%209.29289C6.68342%208.90237%207.31658%208.90237%207.70711%209.29289L11%2012.5858V3C11%202.44772%2011.4477%202%2012%202ZM3%2012C3.55228%2012%204%2012.4477%204%2013V17C4%2018.6569%205.34315%2020%207%2020H17C18.6569%2020%2020%2018.6569%2020%2017V13C20%2012.4477%2020.4477%2012%2021%2012C21.5523%2012%2022%2012.4477%2022%2013V17C22%2019.7614%2019.7614%2022%2017%2022H7C4.23858%2022%202%2019.7614%202%2017V13C2%2012.4477%202.44772%2012%203%2012Z%22%20fill%3D%22%23ffffff%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_loupe {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M10.5%2C16%20C13.5375661%2C16%2016%2C13.5375661%2016%2C10.5%20C16%2C7.46243388%2013.5375661%2C5%2010.5%2C5%20C7.46243388%2C5%205%2C7.46243388%205%2C10.5%20C5%2C13.5375661%207.46243388%2C16%2010.5%2C16%20Z%20M16.5003109%2C15.0003173%20L20.7071068%2C19.2928932%20C21.0976311%2C19.6834175%2021.0976311%2C20.3165825%2020.7071068%2C20.7071068%20C20.3165825%2C21.0976311%2019.6834175%2C21.0976311%2019.2928932%2C20.7071068%20L15.0003173%2C16.5003109%20C13.7467721%2C17.4419886%2012.1885513%2C18%2010.5%2C18%20C6.35786438%2C18%203%2C14.6421356%203%2C10.5%20C3%2C6.35786438%206.35786438%2C3%2010.5%2C3%20C14.6421356%2C3%2018%2C6.35786438%2018%2C10.5%20C18%2C12.1885513%2017.4419886%2C13.7467721%2016.5003109%2C15.0003173%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_map_pin {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M12%2C1%20C17.0981392%2C1%2021%2C4.9943951%2021%2C10.2727273%20C21%2C13.4748914%2018.7050477%2C17.4145934%2014.1794654%2C22.1990585%20C14.1412561%2C22.2394536%2014.1019311%2C22.2787786%2014.061536%2C22.3169879%20C12.8578455%2C23.4555476%2010.9590762%2C23.4027462%209.82052953%2C22.1990532%20C5.29495064%2C17.4145904%203%2C13.4748902%203%2C10.2727273%20C3%2C4.9943951%206.90186085%2C1%2012%2C1%20Z%20M12%2C3%20C8.01705807%2C3%205%2C6.08860886%205%2C10.2727273%20C5%2C12.8273774%207.06972801%2C16.380442%2011.2735111%2C20.8247007%20C11.6530262%2C21.2259313%2012.2859476%2C21.2435317%2012.6871787%2C20.864011%20C12.7006438%2C20.8512745%2012.7137521%2C20.8381661%2012.7264887%2C20.824701%20C16.9302703%2C16.3804448%2019%2C12.8273784%2019%2C10.2727273%20C19%2C6.08860886%2015.9829419%2C3%2012%2C3%20Z%20M12%2C7%20C10.4168687%2C7%209%2C8.41686875%209%2C10%20C9%2C11.5831313%2010.4168687%2C13%2012%2C13%20C13.5831313%2C13%2015%2C11.5831313%2015%2C10%20C15%2C8.41686875%2013.5831313%2C7%2012%2C7%20Z%20M12%2C5%20C14.6877007%2C5%2017%2C7.31229925%2017%2C10%20C17%2C12.6877007%2014.6877007%2C15%2012%2C15%20C9.31229925%2C15%207%2C12.6877007%207%2C10%20C7%2C7.31229925%209.31229925%2C5%2012%2C5%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_map_pin_2 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.0001389%2C2%20C15.8009199%2C2%2014.0001389%2C3.800781%2014.0001389%2C6%20C14.0001389%2C8.199219%2018.0001389%2C13%2018.0001389%2C13%20C18.0001389%2C13%2022.0001389%2C8.199219%2022.0001389%2C6%20C22.0001389%2C3.800781%2020.1993579%2C2%2018.0001389%2C2%20Z%20M16%2C19.381966%20L20%2C17.381966%20L20%2C13%20C20%2C12.4477153%2020.4477153%2C12%2021%2C12%20C21.5522847%2C12%2022%2C12.4477153%2022%2C13%20L22%2C17.381966%20C22%2C18.1395101%2021.5719952%2C18.8320364%2020.8944272%2C19.1708204%20L15.8944272%2C21.6708204%20C15.3313722%2C21.9523479%2014.6686278%2C21.9523479%2014.1055728%2C21.6708204%20L9%2C19.118034%20L4.89442719%2C21.1708204%20C4.61671632%2C21.3096758%204.31049019%2C21.381966%204%2C21.381966%20C2.8954305%2C21.381966%202%2C20.4865355%202%2C19.381966%20L2%2C6.61803399%20C2%2C5.86048987%202.42800475%2C5.16796364%203.10557281%2C4.82917961%20L8.18230253%2C2.29081475%20C8.65673621%2C2.05359791%209.20597235%2C2.0145649%209.70918525%2C2.18230253%20L12.3162278%2C3.0513167%20C12.8401711%2C3.22596447%2013.1233311%2C3.79228445%2012.9486833%2C4.31622777%20C12.7740355%2C4.84017108%2012.2077156%2C5.12333107%2011.6837722%2C4.9486833%20L10%2C4.38742589%20L10%2C17.381966%20L14%2C19.381966%20L14%2C14%20C14%2C13.4477153%2014.4477153%2C13%2015%2C13%20C15.5522847%2C13%2016%2C13.4477153%2016%2C14%20L16%2C19.381966%20Z%20M8%2C4.61803399%20L4%2C6.61803399%20L4%2C19.381966%20L8%2C17.381966%20L8%2C4.61803399%20Z%20M18.0001389%2C4.5%20C18.8009199%2C4.5%2019.5001389%2C5.199219%2019.5001389%2C6%20C19.5001389%2C6.800781%2018.8009199%2C7.5%2018.0001389%2C7.5%20C17.1993579%2C7.5%2016.5001389%2C6.800781%2016.5001389%2C6%20C16.5001389%2C5.199219%2017.1993579%2C4.5%2018.0001389%2C4.5%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_marker {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M6.49158242%2C20%20L21%2C20%20C21.5522847%2C20%2022%2C20.4477153%2022%2C21%20C22%2C21.5522847%2021.5522847%2C22%2021%2C22%20L5%2C22%20C4.44771525%2C22%204%2C21.5522847%204%2C21%20C4%2C20.689039%204.1419344%2C20.4112285%204.36455302%2C20.2278188%20C4.05511091%2C20.1271804%203.76111648%2C19.9675971%203.5%2C19.75%20C2.63225614%2C19.0268801%202.40832882%2C17.7854246%202.96874225%2C16.8047011%20L3.87110715%2C15.2255625%20C3.7244515%2C14.6869917%203.72810539%2C14.1082899%203.89834824%2C13.5550006%20L5.39813325%2C8.6806993%20C5.54203486%2C8.21301909%205.79814961%2C7.78763683%206.14414994%2C7.4416365%20L11.2928932%2C2.29289322%20C11.6834175%2C1.90236893%2012.3165825%2C1.90236893%2012.7071068%2C2.29289322%20C13.0976311%2C2.68341751%2013.0976311%2C3.31658249%2012.7071068%2C3.70710678%20L8.41421356%2C8%20L15%2C14.5857864%20L19.2928932%2C10.2928932%20C19.6834175%2C9.90236893%2020.3165825%2C9.90236893%2020.7071068%2C10.2928932%20C21.0976311%2C10.6834175%2021.0976311%2C11.3165825%2020.7071068%2C11.7071068%20L15.5583635%2C16.8558501%20C15.2123632%2C17.2018504%2014.7869809%2C17.4579651%2014.3193007%2C17.6018667%20L9.44499941%2C19.1016518%20C8.89957203%2C19.2694756%208.32944919%2C19.275411%207.79741988%2C19.1350534%20L6.62463014%2C19.9169132%20C6.58089344%2C19.946071%206.53652271%2C19.9737655%206.49158242%2C20%20Z%20M13.383162%2C15.7973755%20L7.20262449%2C9.61683805%20L5.80990626%2C14.1431723%20C5.70097399%2C14.4972022%205.79665923%2C14.8824457%206.05857848%2C15.1443649%20L7.85563508%2C16.9414215%20C8.11755433%2C17.2033408%208.50279784%2C17.299026%208.85682771%2C17.1900937%20L13.383162%2C15.7973755%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_message {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M19.5820547%2C20.0197804%20C19.5482831%2C20.4096643%2019.400871%2C20.7810742%2019.1580804%2C21.0879988%20C18.4727984%2C21.9543003%2017.2149915%2C22.1010457%2016.3486803%2C21.4157562%20C15.6275463%2C20.8452937%2014.8942044%2C20.3737601%2014.1485348%2C20%20L9.5%2C20%20C4.80557963%2C20%201%2C16.1944204%201%2C11.5%20C1%2C6.80557963%204.80557963%2C3%209.5%2C3%20L14.5%2C3%20C19.1944204%2C3%2023%2C6.80557963%2023%2C11.5%20C23%2C14.1014484%2021.8221285%2C16.5081246%2019.8485028%2C18.106721%20C19.7290653%2C18.7112141%2019.6401668%2C19.3488926%2019.5820547%2C20.0197804%20Z%20M17.9691521%2C17.3245004%20L18.0503651%2C16.9585978%20L18.3520712%2C16.736216%20C20.0054775%2C15.5175216%2021%2C13.5925932%2021%2C11.5%20C21%2C7.91014913%2018.0898509%2C5%2014.5%2C5%20L9.5%2C5%20C5.91014913%2C5%203%2C7.91014913%203%2C11.5%20C3%2C15.0898509%205.91014913%2C18%209.5%2C18%20L14.6058783%2C18%20L14.8099857%2C18.09727%20C15.7628629%2C18.5513759%2016.6894249%2C19.1351845%2017.5894945%2C19.8471963%20C17.6663495%2C18.9601636%2017.7927544%2C18.1192546%2017.9691521%2C17.3245004%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_message_new {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M13.3414114%2C3%20C13.1203084%2C3.62555785%2013%2C4.29872915%2013%2C5%20L9.5%2C5%20C5.91014913%2C5%203%2C7.91014913%203%2C11.5%20C3%2C15.0898509%205.91014913%2C18%209.5%2C18%20L14.6058783%2C18%20L14.8099857%2C18.09727%20C15.7628629%2C18.5513759%2016.6894249%2C19.1351845%2017.5894945%2C19.8471963%20C17.6663495%2C18.9601636%2017.7927544%2C18.1192546%2017.9691521%2C17.3245004%20L18.0503651%2C16.9585978%20L18.3520712%2C16.736216%20C20.0054775%2C15.5175216%2021%2C13.5925932%2021%2C11.5%20C21%2C11.2210749%2020.9824314%2C10.9462532%2020.9483404%2C10.6765811%20C21.627963%2C10.4433709%2022.2524784%2C10.0915465%2022.7971727%2C9.64582146%20C22.9299636%2C10.2426684%2023%2C10.8631553%2023%2C11.5%20C23%2C14.1014484%2021.8221285%2C16.5081246%2019.8485028%2C18.106721%20C19.7290653%2C18.7112141%2019.6401668%2C19.3488926%2019.5820547%2C20.0197804%20C19.5482831%2C20.4096643%2019.400871%2C20.7810742%2019.1580804%2C21.0879988%20C18.4727984%2C21.9543003%2017.2149915%2C22.1010457%2016.3486803%2C21.4157562%20C15.6275463%2C20.8452937%2014.8942044%2C20.3737601%2014.1485348%2C20%20L9.5%2C20%20C4.80557963%2C20%201%2C16.1944204%201%2C11.5%20C1%2C6.80557963%204.80557963%2C3%209.5%2C3%20L13.3414114%2C3%20Z%22%2F%3E%0D%0A%20%20%20%20%3Ccircle%20cx%3D%2219%22%20cy%3D%225%22%20r%3D%224%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_moderation {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6%2C1%20C4.5%2C1%203%2C2.5%203%2C4%20L3%2C17%20C3%2C18.5%204.5%2C20%206%2C20%20L7.8125%2C20%20C8.36478475%2C20%208.8125%2C19.5522847%208.8125%2C19%20L8.8125%2C19%20C8.8125%2C18.4477153%208.36478475%2C18%207.8125%2C18%20L6%2C18%20C5.44771525%2C18%205%2C17.5522847%205%2C17%20L5%2C4%20C5%2C3.44771525%205.44771525%2C3%206%2C3%20L16%2C3%20C16.5522847%2C3%2017%2C3.44771525%2017%2C4%20L17%2C9%20C17%2C9.55228475%2017.4477153%2C10%2018%2C10%20L18%2C10%20C18.5522847%2C10%2019%2C9.55228475%2019%2C9%20L19%2C4%20C19%2C2.5%2017.5%2C1%2016%2C1%20L6%2C1%20Z%20M15%2C11%20C12.253906%2C11%2010%2C13.253906%2010%2C16%20C10%2C18.746094%2012.253906%2C21%2015%2C21%20C16.015625%2C21%2016.957031%2C20.714844%2017.75%2C20.1875%20L19.8867511%2C22.3007703%20C20.2778461%2C22.6875675%2020.907923%2C22.685827%2021.296875%2C22.296875%20L21.296875%2C22.296875%20C21.685827%2C21.907923%2021.6875675%2C21.2778461%2021.3007703%2C20.8867511%20L19.1875%2C18.75%20C19.714844%2C17.957031%2020%2C17.015625%2020%2C16%20C20%2C13.253906%2017.746094%2C11%2015%2C11%20Z%20M15%2C13%20C16.65625%2C13%2018%2C14.34375%2018%2C16%20C18%2C17.65625%2016.65625%2C19%2015%2C19%20C13.34375%2C19%2012%2C17.65625%2012%2C16%20C12%2C14.34375%2013.34375%2C13%2015%2C13%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_notification {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M11.4340497%2C21.90821%20L10.7592816%2C22.2977875%20C8.91327751%2C23.3635785%206.49258174%2C22.3374691%206.28426816%2C20.385127%20C6.08525343%2C18.7164885%205.03212558%2C16.1729639%203.1179678%2C12.8146927%20C1.58629785%2C10.1274727%202.35813977%2C6.75380821%204.81357421%2C4.98189091%20C4.31651904%2C4.56917618%204%2C3.94655158%204%2C3.25%20C4%2C2.00735931%205.00735931%2C1%206.25%2C1%20C7.37389567%2C1%208.30532783%2C1.82403425%208.47307776%2C2.90088404%20C11.1908934%2C1.80278858%2014.3717469%2C2.83614648%2015.8936142%2C5.43866387%20C17.8448846%2C8.77551121%2019.5210785%2C10.9593105%2020.8337361%2C11.9423788%20C22.4858569%2C13.0770181%2022.1436997%2C15.7249907%2020.285561%2C16.7977875%20L15.7528102%2C19.4147724%20C15.911215%2C19.7430012%2016%2C20.1111322%2016%2C20.5%20C16%2C21.8807119%2014.8807119%2C23%2013.5%2C23%20C12.6415774%2C23%2011.884206%2C22.5673487%2011.4340497%2C21.90821%20Z%20M6.33067251%2C6.37942765%20C4.42499231%2C7.47967263%203.76587006%2C9.91255919%204.85553498%2C11.8243088%20C6.89143087%2C15.3961619%208.03195593%2C18.1507692%208.27158239%2C20.1605628%20C8.31949404%2C20.6094312%209.10608549%2C20.9428597%209.75928156%2C20.5657367%20L19.285561%2C15.0657367%20C19.9465294%2C14.6841265%2020.0562893%2C13.8346884%2019.6685685%2C13.5674153%20C18.0577999%2C12.3623446%2016.2425017%2C9.99731578%2014.167134%2C6.44825086%20C13.0563419%2C4.54870571%2010.6198464%2C3.90308186%208.71417316%2C5.00332282%20L6.33067251%2C6.37942765%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_notification_new {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15.7528102%2C19.4147724%20C15.911215%2C19.7430012%2016%2C20.1111322%2016%2C20.5%20C16%2C21.8807119%2014.8807119%2C23%2013.5%2C23%20C12.6415774%2C23%2011.884206%2C22.5673487%2011.4340497%2C21.90821%20L10.7592816%2C22.2977875%20C8.91327751%2C23.3635785%206.49258174%2C22.3374691%206.28426816%2C20.385127%20C6.08525343%2C18.7164885%205.03212558%2C16.1729639%203.1179678%2C12.8146927%20C1.58629785%2C10.1274727%202.35813977%2C6.75380821%204.81357421%2C4.98189091%20C4.31651904%2C4.56917618%204%2C3.94655158%204%2C3.25%20C4%2C2.00735931%205.00735931%2C1%206.25%2C1%20C7.37389567%2C1%208.30532783%2C1.82403425%208.47307776%2C2.90088404%20C10.0724668%2C2.25467322%2011.8322118%2C2.3466115%2013.3198458%2C3.06210388%20C13.1124968%2C3.67003119%2013%2C4.32187808%2013%2C5%20C13%2C5.06213092%2013.0009444%2C5.12404128%2013.0028195%2C5.18571749%20C11.769236%2C4.32658358%2010.1011189%2C4.20256935%208.71417316%2C5.00332282%20L6.33067251%2C6.37942765%20C4.42499231%2C7.47967263%203.76587006%2C9.91255919%204.85553498%2C11.8243088%20C6.89143087%2C15.3961619%208.03195593%2C18.1507692%208.27158239%2C20.1605628%20C8.31949404%2C20.6094312%209.10608549%2C20.9428597%209.75928156%2C20.5657367%20L19.285561%2C15.0657367%20C19.9465294%2C14.6841265%2020.0562893%2C13.8346884%2019.6685685%2C13.5674153%20C18.803262%2C12.9200501%2017.8789312%2C11.9379384%2016.8869661%2C10.6173475%20C17.5441909%2C10.8646908%2018.2562939%2C11%2019%2C11%20C19.2561552%2C11%2019.5085613%2C10.9839479%2019.7562672%2C10.9527948%20C20.1382338%2C11.3607267%2020.497884%2C11.6908542%2020.8337361%2C11.9423788%20C22.4858569%2C13.0770181%2022.1436997%2C15.7249907%2020.285561%2C16.7977875%20L15.7528102%2C19.4147724%20Z%22%2F%3E%0D%0A%20%20%20%20%3Ccircle%20cx%3D%2219%22%20cy%3D%225%22%20r%3D%224%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_obj {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M5%2C15.765864%20C4.49125549%2C15.3105718%204.14583862%2C14.6885897%204.03683947%2C13.999334%20C4.02461434%2C13.9997767%204.01233324%2C14%204%2C14%20L3%2C14%20C2.44771525%2C14%202%2C13.5522847%202%2C13%20L2%2C9%20C2%2C8.44771525%202.44771525%2C8%203%2C8%20L4%2C8%20C4.01233324%2C8%204.02461434%2C8.00022327%204.03683947%2C8.00066599%20C4.21277821%2C6.88811819%205.00468289%2C5.95084568%206.10517502%2C5.60694189%20L18.105175%2C1.85694189%20C18.3948264%2C1.76642585%2018.6965349%2C1.72038183%2019%2C1.72038183%20C20.6568542%2C1.72038183%2022%2C3.06352758%2022%2C4.72038183%20L22%2C17.2796182%20C22%2C17.5830833%2021.953956%2C17.8847918%2021.8634399%2C18.1744432%20C21.3692417%2C19.7558774%2019.6866092%2C20.6372563%2018.105175%2C20.1430581%20L11%2C17.9226909%20L11%2C19.4384472%20C11%2C19.6518138%2010.9738325%2C19.864375%2010.9220835%2C20.071371%20C10.5725293%2C21.4695877%209.15568109%2C22.3196967%207.75746437%2C21.9701425%20L7.27239312%2C21.8488747%20C5.93689212%2C21.5149994%205%2C20.3150501%205%2C18.9384472%20L5%2C15.765864%20Z%20M11%2C15.8273091%20L18.701725%2C18.2340982%20C19.2288697%2C18.3988309%2019.7897472%2C18.1050379%2019.95448%2C17.5778932%20C19.984652%2C17.4813427%2020%2C17.3807732%2020%2C17.2796182%20L20%2C4.72038183%20C20%2C4.16809708%2019.5522847%2C3.72038183%2019%2C3.72038183%20C18.898845%2C3.72038183%2018.7982755%2C3.73572983%2018.701725%2C3.76590185%20L6.70172501%2C7.51590185%20C6.28424981%2C7.64636285%206%2C8.03299686%206%2C8.47038183%20L6%2C13.5296182%20C6%2C13.6861803%206.03642048%2C13.8362397%206.10233492%2C13.9703751%20L11%2C15.8069995%20L11%2C15.8273091%20Z%20M7%2C18.9384472%20C7%2C19.3973148%207.31229737%2C19.7972979%207.75746437%2C19.9085897%20L8.24253563%2C20.0298575%20C8.56916252%2C20.1115142%208.90014179%2C19.9129267%208.98179852%2C19.5862998%20C8.99388721%2C19.537945%209%2C19.4882901%209%2C19.4384472%20L9%2C17.1930005%20L7%2C16.4430005%20L7%2C18.9384472%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_ok {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M12.0000004%2C5%20C13.1029104%2C5%2014.0000004%2C5.89796%2014.0000004%2C7.00194%20C14.0000004%2C8.10204%2013.1029104%2C9%2012.0000004%2C9%20C10.8970904%2C9%2010.0000004%2C8.10204%2010.0000004%2C7.00194%20C10.0000004%2C5.89796%2010.8970904%2C5%2012.0000004%2C5%20Z%20M12.0019504%2C12%20C14.7608504%2C12%2017.0000004%2C9.76084%2017.0000004%2C7.00195%20C17.0000004%2C4.24306%2014.7608504%2C2%2012.0019504%2C2%20C9.24306035%2C2%207.00000035%2C4.24306%207.00000035%2C7.00195%20C7.00000035%2C9.75694%209.24306035%2C12%2012.0019504%2C12%20Z%20M14.1648104%2C16.2431%20C15.2526404%2C15.9941%2016.3018004%2C15.5573%2017.2692004%2C14.937%20C18.0002004%2C14.4697%2018.2194004%2C13.4869%2017.7594004%2C12.7443%20C17.2993004%2C12.0018%2016.3319004%2C11.77465%2015.6009104%2C12.2464%20C13.4080604%2C13.6441%2010.5917504%2C13.6441%208.40320035%2C12.2464%20C7.66794035%2C11.77465%206.70050935%2C12.0018%206.24044035%2C12.7443%20C5.78037035%2C13.4869%205.99965643%2C14.4697%206.73490735%2C14.937%20C7.69804035%2C15.5573%208.75147035%2C15.9941%209.83930035%2C16.2431%20L6.84669935%2C19.2831%20C6.23614135%2C19.9034%206.23614135%2C20.9124%206.85100035%2C21.5326%20C7.15628035%2C21.8428%207.55615035%2C22%207.95603035%2C22%20C8.35590035%2C22%208.76007035%2C21.8428%209.06535035%2C21.5326%20L12.0020504%2C18.5493%20L14.9430604%2C21.5326%20C15.5536204%2C22.1529%2016.5426004%2C22.1529%2017.1574004%2C21.5326%20C17.7680004%2C20.9124%2017.7680004%2C19.9034%2017.1574004%2C19.2831%20L14.1648104%2C16.2431%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_opt {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M4.90284729%2C2.85307546%20L2.36153606%2C6.48352077%20C2.12621917%2C6.81968782%202%2C7.22010117%202%2C7.63044532%20L2%2C19.0000038%20C2%2C20.6568581%203.34314575%2C22.0000038%205%2C22.0000038%20L19.0000191%2C22.0000076%20C20.6568733%2C22.0000076%2022.0000191%2C20.6568619%2022.0000191%2C19.0000076%20C22.0000191%2C19.0000064%2022.0000191%2C19.0000051%2022.0000191%2C19.0000038%20L22.0000008%2C7.63044392%20C22.0000003%2C7.22010064%2021.8737811%2C6.81968825%2021.6384647%2C6.48352192%20L19.0971527%2C2.85307546%20C18.7228954%2C2.31842202%2018.1113164%2C2%2017.4586888%2C2%20L6.54131124%2C2%20C5.88868358%2C2%205.27710463%2C2.31842202%204.90284729%2C2.85307546%20Z%20M7%2C4%20L11.5%2C4%20L11.5%2C6%20L5%2C6%20L6.2%2C4.4%20C6.38885438%2C4.14819416%206.6852427%2C4%207%2C4%20Z%20M12.5%2C4%20L17%2C4%20C17.3147573%2C4%2017.6111456%2C4.14819416%2017.8%2C4.4%20L19%2C6%20L12.5%2C6%20L12.5%2C4%20Z%20M5%2C8%20L19%2C8%20C19.5522847%2C8%2020%2C8.44771525%2020%2C9%20L20%2C19%20C20%2C19.5522847%2019.5522847%2C20%2019%2C20%20L5%2C20%20C4.44771525%2C20%204%2C19.5522847%204%2C19%20L4%2C9%20C4%2C8.44771525%204.44771525%2C8%205%2C8%20Z%20M9%2C11%20L9%2C11%20C9%2C11.5522847%209.44771525%2C12%2010%2C12%20L14%2C12%20C14.5522847%2C12%2015%2C11.5522847%2015%2C11%20L15%2C11%20C15%2C10.4477153%2014.5522847%2C10%2014%2C10%20L10%2C10%20C9.44771525%2C10%209%2C10.4477153%209%2C11%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_people_plus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M20.0001%2010H22.0001C22.5523%2010%2023.0001%2010.4477%2023.0001%2011C23.0001%2011.5523%2022.5523%2012%2022.0001%2012H20.0001V14C20.0001%2014.5523%2019.5523%2015%2019.0001%2015C18.4478%2015%2018.0001%2014.5523%2018.0001%2014V12H16.0001C15.4478%2012%2015.0001%2011.5523%2015.0001%2011C15.0001%2010.4477%2015.4478%2010%2016.0001%2010H18.0001V8C18.0001%207.44772%2018.4478%207%2019.0001%207C19.5523%207%2020.0001%207.44772%2020.0001%208V10ZM15%207C15%209.76143%2012.7614%2012%2010%2012C7.23857%2012%205%209.76143%205%207C5%204.23858%207.23857%202%2010%202C12.7614%202%2015%204.23858%2015%207ZM13%207C13%205.34314%2011.6569%204%2010%204C8.34314%204%207%205.34314%207%207C7%208.65686%208.34314%2010%2010%2010C11.6569%2010%2013%208.65686%2013%207ZM18.9064%2018.9283C19.0284%2020.6085%2017.6454%2022%2015.9572%2022H3.95681C2.26854%2022%200.885476%2020.6085%201.0075%2018.9283C1.28678%2015.0828%205.26692%2013%2010.0001%2013C14.7239%2013%2018.6247%2015.0499%2018.9064%2018.9283ZM16.9115%2019.0732C16.7015%2016.1819%2013.6055%2015%209.99985%2015C6.37245%2015%203.20898%2016.2238%203.00204%2019.0732C2.96645%2019.5633%203.4005%2020%203.95661%2020H15.957C16.513%2020%2016.9471%2019.5633%2016.9115%2019.0732Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_photo {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6.03162505%2C5%20L8.53162505%2C2%20L15.4683749%2C2%20L17.9683749%2C5%20L20%2C5%20C21.6572847%2C5%2023%2C6.34271525%2023%2C8%20L23%2C19%20C23%2C20.6572844%2021.6572846%2C22%2020%2C22%20L4%2C22%20C2.34271538%2C22%201%2C20.6572844%201%2C19%20L1%2C8%20C1%2C6.34271525%202.34271525%2C5%204%2C5%20L6.03162505%2C5%20Z%20M9.46837495%2C4%20L6.96837495%2C7%20L4%2C7%20C3.44728475%2C7%203%2C7.44728475%203%2C8%20L3%2C19%20C3%2C19.552715%203.44728496%2C20%204%2C20%20L20%2C20%20C20.552715%2C20%2021%2C19.552715%2021%2C19%20L21%2C8%20C21%2C7.44728475%2020.5527153%2C7%2020%2C7%20L17.0316251%2C7%20L14.5316251%2C4%20L9.46837495%2C4%20Z%20M12%2C18%20C9.24%2C18%207%2C15.76%207%2C13%20C7%2C10.24%209.24%2C8%2012%2C8%20C14.76%2C8%2017%2C10.24%2017%2C13%20C17%2C15.76%2014.76%2C18%2012%2C18%20Z%20M15.2%2C13%20C15.2%2C11.23269%2013.76731%2C9.8%2012%2C9.8%20C10.23269%2C9.8%208.8%2C11.23269%208.8%2C13%20C8.8%2C14.76731%2010.23269%2C16.2%2012%2C16.2%20C13.76731%2C16.2%2015.2%2C14.76731%2015.2%2C13%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_play {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M12%2C2%20C6.488281%2C2%202%2C6.488281%202%2C12%20C2%2C17.511719%206.488281%2C22%2012%2C22%20C17.511719%2C22%2022%2C17.511719%2022%2C12%20C22%2C6.488281%2017.511719%2C2%2012%2C2%20Z%20M12%2C4%20C16.429688%2C4%2020%2C7.570313%2020%2C12%20C20%2C16.429688%2016.429688%2C20%2012%2C20%20C7.570313%2C20%204%2C16.429688%204%2C12%20C4%2C7.570313%207.570313%2C4%2012%2C4%20Z%20M9%2C8.69951446%20L9%2C15.3004855%20C9%2C15.8527703%209.44771525%2C16.3004855%2010%2C16.3004855%20C10.1699442%2C16.3004855%2010.3370849%2C16.257175%2010.4856429%2C16.1746428%20L16.4265169%2C12.8741573%20C16.9093006%2C12.6059441%2017.0832444%2C11.9971408%2016.8150312%2C11.5143571%20C16.7243423%2C11.351117%2016.589757%2C11.2165316%2016.4265169%2C11.1258427%20L10.4856429%2C7.82535718%20C10.0028592%2C7.557144%209.39405591%2C7.7310878%209.12584272%2C8.21387153%20C9.0433105%2C8.36242953%209%2C8.52957021%209%2C8.69951446%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_plus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13%2C11%20L21%2C11%20C21.5522847%2C11%2022%2C11.4477153%2022%2C12%20C22%2C12.5522847%2021.5522847%2C13%2021%2C13%20L13%2C13%20L13%2C21%20C13%2C21.5522847%2012.5522847%2C22%2012%2C22%20C11.4477153%2C22%2011%2C21.5522847%2011%2C21%20L11%2C13%20L3%2C13%20C2.44771525%2C13%202%2C12.5522847%202%2C12%20C2%2C11.4477153%202.44771525%2C11%203%2C11%20L11%2C11%20L11%2C3%20C11%2C2.44771525%2011.4477153%2C2%2012%2C2%20C12.5522847%2C2%2013%2C2.44771525%2013%2C3%20L13%2C11%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_qa {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12%2C1%20C18.0751322%2C1%2023%2C5.92486775%2023%2C12%20C23%2C18.0751322%2018.0751322%2C23%2012%2C23%20C5.92486775%2C23%201%2C18.0751322%201%2C12%20C1%2C5.92486775%205.92486775%2C1%2012%2C1%20Z%20M12%2C3%20C7.02943725%2C3%203%2C7.02943725%203%2C12%20C3%2C16.9705627%207.02943725%2C21%2012%2C21%20C16.9705627%2C21%2021%2C16.9705627%2021%2C12%20C21%2C7.02943725%2016.9705627%2C3%2012%2C3%20Z%20M10%2C16%20C10.5522847%2C16%2011%2C16.4477153%2011%2C17%20C11%2C17.5522847%2010.5522847%2C18%2010%2C18%20C9.44771525%2C18%209%2C17.5522847%209%2C17%20C9%2C16.4477153%209.44771525%2C16%2010%2C16%20Z%20M15%2C16%20C15.5522847%2C16%2016%2C16.4477153%2016%2C17%20C16%2C17.5522847%2015.5522847%2C18%2015%2C18%20C14.4477153%2C18%2014%2C17.5522847%2014%2C17%20C14%2C16.4477153%2014.4477153%2C16%2015%2C16%20Z%20M15%2C6%20C15.5522847%2C6%2016%2C6.44771525%2016%2C7%20L16%2C14%20C16%2C14.5522847%2015.5522847%2C15%2015%2C15%20C14.4477153%2C15%2014%2C14.5522847%2014%2C14%20L14%2C7%20C14%2C6.44771525%2014.4477153%2C6%2015%2C6%20Z%20M8.5%2C9.5%20C8.5%2C10.0522847%208.05228475%2C10.5%207.5%2C10.5%20C6.94771525%2C10.5%206.5%2C10.0522847%206.5%2C9.5%20C6.5%2C7.44771525%207.94771525%2C6%2010%2C6%20C11.6608656%2C6%2013%2C7.56232345%2013%2C9.5%20C13%2C10.823511%2012.5977299%2C11.7286187%2011.7808688%2C12.749695%20C11.7641738%2C12.7705638%2011.3994403%2C13.2160597%2011.3139502%2C13.3282654%20C11.0788149%2C13.6368806%2011%2C13.8142141%2011%2C14%20C11%2C14.5522847%2010.5522847%2C15%2010%2C15%20C9.44771525%2C15%209%2C14.5522847%209%2C14%20C9%2C13.2968971%209.24711106%2C12.7408972%209.7230868%2C12.116179%20C9.83367513%2C11.9710318%2010.2219373%2C11.4967973%2010.2191312%2C11.500305%20C10.7772701%2C10.8026313%2011%2C10.301489%2011%2C9.5%20C11%2C8.60434321%2010.4819915%2C8%2010%2C8%20C9.05228475%2C8%208.5%2C8.55228475%208.5%2C9.5%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_reboot {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M17.7093428%2C6%20C19.15593%2C7.61689008%2019.9997987%2C9.7352583%2019.9997987%2C11.9999053%20C19.9997987%2C16.9705722%2015.9704368%2C21%2010.9998934%2C21%20C6.02938299%2C21%201.99998816%2C16.9706052%201.99998816%2C12.0000947%20C1.99998816%2C8.78600685%203.69952486%2C5.86556336%206.41251684%2C4.25544692%20C7.78992797%2C3.4379759%209.36405533%2C3%2010.9998934%2C3%20C11.5521782%2C3%2011.9998934%2C3.44771525%2011.9998934%2C4%20C11.9998934%2C4.55228475%2011.5521782%2C5%2010.9998934%2C5%20C9.72577444%2C5%208.5038378%2C5.33998444%207.43325566%2C5.97535745%20C5.32128228%2C7.22877917%203.99998816%2C9.4992596%203.99998816%2C12.0000947%20C3.99998816%2C15.8660357%207.13395249%2C19%2010.9998934%2C19%20C14.86586%2C19%2017.9997987%2C15.86601%2017.9997987%2C11.9999053%20C17.9997987%2C10.1269291%2017.2585089%2C8.38352318%2016%2C7.09991354%20L16%2C11%20C16%2C11.5522847%2015.5522847%2C12%2015%2C12%20C14.4477153%2C12%2014%2C11.5522847%2014%2C11%20L14%2C5%20C14%2C4.44771525%2014.4477153%2C4%2015%2C4%20L21%2C4%20C21.5522847%2C4%2022%2C4.44771525%2022%2C5%20C22%2C5.55228475%2021.5522847%2C6%2021%2C6%20L17.7093428%2C6%20Z%22%20transform%3D%22matrix(-1%200%200%201%2024%200)%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_req {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M11.9289322%2C14%20L13.9289322%2C12%20L8%2C12%20C7.44771525%2C12%207%2C11.5522847%207%2C11%20C7%2C10.4477153%207.44771525%2C10%208%2C10%20L14%2C10%20C14.5291793%2C10%2014.9623557%2C10.4110376%2014.9976743%2C10.9312579%20L16.0208153%2C9.90811691%20C16.4113396%2C9.51759261%2017.0445045%2C9.51759261%2017.4350288%2C9.90811691%20L22.0918831%2C14.5649712%20C22.4824073%2C14.9554954%2022.4824074%2C15.5886604%2022.0918831%2C15.9791847%20L16.3639611%2C21.7071068%20C16.1764247%2C21.8946431%2015.9220707%2C21.9999999%2015.6568543%2C22%20L10%2C22%20L10%2C16.3431457%20C10%2C16.224956%2010.0209229%2C16.1089234%2010.0607175%2C16%20L8%2C16%20C7.44771525%2C16%207%2C15.5522847%207%2C15%20C7%2C14.4477153%207.44771525%2C14%208%2C14%20L11.9289322%2C14%20Z%20M16.727922%2C12.0294372%20L12%2C16.7573593%20L12%2C20%20L15.2426407%2C20%20L19.9705627%2C15.2720779%20L16.727922%2C12.0294372%20Z%20M6%2C2%20L16%2C2%20C17.5%2C2%2019%2C3.5%2019%2C5%20L19%2C7%20C19%2C7.55228475%2018.5522847%2C8%2018%2C8%20C17.4477153%2C8%2017%2C7.55228475%2017%2C7%20L17%2C5%20C17%2C4.44771525%2016.5522847%2C4%2016%2C4%20L6%2C4%20C5.44771525%2C4%205%2C4.44771525%205%2C5%20L5%2C18%20C5%2C18.5522847%205.44771525%2C19%206%2C19%20L7%2C19%20C7.55228475%2C19%208%2C19.4477153%208%2C20%20C8%2C20.5522847%207.55228475%2C21%207%2C21%20L6%2C21%20C4.5%2C21%203%2C19.5%203%2C18%20L3%2C5%20C3%2C3.5%204.5%2C2%206%2C2%20Z%20M7%2C7%20C7%2C6.44771525%207.44771525%2C6%208%2C6%20L14%2C6%20C14.5522847%2C6%2015%2C6.44771525%2015%2C7%20C15%2C7.55228475%2014.5522847%2C8%2014%2C8%20L8%2C8%20C7.44771525%2C8%207%2C7.55228475%207%2C7%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_rutube {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%3E%0D%0A%20%20%20%20%3Cg%20clip-path%3D%22url(%23a)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22b%22%20width%3D%2220%22%20height%3D%2220%22%20x%3D%222%22%20y%3D%222%22%20maskUnits%3D%22userSpaceOnUse%22%20style%3D%22mask-type%3Aluminance%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23fff%22%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M17.152%202H6.847A4.85%204.85%200%200%200%202%206.848v10.304A4.85%204.85%200%200%200%206.848%2022h10.304A4.85%204.85%200%200%200%2022%2017.151V6.848A4.85%204.85%200%200%200%2017.151%202%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23fff%22%20mask%3D%22url(%23b)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.352%2011.543H8.443V9.205h5.91c.344%200%20.584.06.705.165.12.106.195.3.195.585v.84c0%20.3-.075.494-.195.6-.12.104-.36.15-.706.15zm.405-4.542h-8.82V17h2.506v-3.253h4.618L15.253%2017h2.806l-2.416-3.268c.89-.132%201.29-.405%201.62-.855s.496-1.17.496-2.13v-.749c0-.57-.06-1.019-.166-1.364a2.3%202.3%200%200%200-.54-.914%202.44%202.44%200%200%200-.93-.555C15.763%207.06%2015.312%207%2014.757%207%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M32%202c0%205.523-4.477%2010-10%2010a10%2010%200%200%201-3.21-.526%208%208%200%200%200%20.031-.726v-.75c0-.636-.067-1.198-.212-1.673a3.3%203.3%200%200%200-.784-1.334l-.02-.021-.021-.02a3.5%203.5%200%200%200-1.324-.79l-.019-.007-.02-.006q-.72-.209-1.662-.208H13.7v.001h-.893A10%2010%200%200%201%2012%202c0-5.523%204.477-10%2010-10S32-3.523%2032%202%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%23fff%22%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M6.77%202.5h10.46a4.27%204.27%200%200%201%204.27%204.27v10.46a4.27%204.27%200%200%201-4.27%204.27H6.77a4.27%204.27%200%200%201-4.27-4.27V6.77A4.27%204.27%200%200%201%206.77%202.5Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22a%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2%202h20v20H2z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2FclipPath%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_security_close {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7%2C8%20L7%2C6%20C7%2C3.24%209.24%2C1%2012%2C1%20C14.76%2C1%2017%2C3.24%2017%2C6%20L17%2C8%20L18%2C8%20C19.105%2C8%2020%2C8.895%2020%2C10%20L20%2C20%20C20%2C21.1049995%2019.105%2C22%2018%2C22%20L6%2C22%20C4.895%2C22%204%2C21.1049995%204%2C20%20L4%2C10%20C4%2C8.895%204.895%2C8%206%2C8%20L7%2C8%20Z%20M9%2C8%20L15%2C8%20L15%2C6%20C15%2C4.29%2013.71%2C2.9%2012%2C2.9%20C10.29%2C2.9%209%2C4.29%209%2C6%20L9%2C8%20Z%20M18%2C20%20L18%2C10%20L6%2C10%20L6%2C20%20L18%2C20%20Z%20M12%2C17%20C10.895%2C17%2010%2C16.105%2010%2C15%20C10%2C13.895%2010.895%2C13%2012%2C13%20C13.105%2C13%2014%2C13.895%2014%2C15%20C14%2C16.105%2013.105%2C17%2012%2C17%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_settings {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M8.70405021%2C3.20912%20C8.82699021%2C2.491612%209.45589021%2C2%2010.1523102%2C2%20L13.8533002%2C2%20C14.5497002%2C2%2015.1786002%2C2.49161%2015.3016002%2C3.20912%20L15.3039002%2C3.22249%20L15.5699002%2C5.07604%20C15.8436002%2C5.21244%2016.1049002%2C5.36378%2016.3501002%2C5.52133%20L18.1599002%2C4.81435%20C18.8066002%2C4.55917%2019.5867002%2C4.80047%2019.9545002%2C5.44%20L21.8068002%2C8.55694%20L21.8129002%2C8.56789%20C22.1560002%2C9.17967%2022.0263002%2C9.97494%2021.4387002%2C10.42612%20L21.4304002%2C10.43249%20L19.9260002%2C11.56287%20C19.9357002%2C11.70843%2019.9417002%2C11.8554%2019.9422002%2C12%20C19.9417002%2C12.1391%2019.9361002%2C12.2793%2019.9270002%2C12.417%20L21.4387002%2C13.5739%20C22.0263002%2C14.0251%2022.1560002%2C14.8203%2021.8129002%2C15.4321%20L21.8068002%2C15.4431%20L19.9546002%2C18.5598%20C19.5697002%2C19.2298%2018.7839002%2C19.407%2018.1923002%2C19.1978%20L18.1754002%2C19.1918%20L16.3520002%2C18.4723%20C16.1043002%2C18.6324%2015.8425002%2C18.7835%2015.5705002%2C18.92%20L15.3039002%2C20.7775%20L15.3016002%2C20.7909%20C15.1786002%2C21.5084%2014.5497002%2C22%2013.8533002%2C22%20L10.1523102%2C22%20C9.45589021%2C22%208.82699021%2C21.5084%208.70405021%2C20.7909%20L8.70176021%2C20.7775%20L8.43563021%2C18.9235%20C8.16149021%2C18.7864%207.89898021%2C18.6335%207.65222021%2C18.4729%20L5.83016021%2C19.1918%20L5.81327021%2C19.1978%20C5.22173021%2C19.407%204.43597021%2C19.2298%204.05101021%2C18.5599%20L2.20710221%2C15.457%20C1.81174221%2C14.8002%202.01026751%2C14.0013%202.56687521%2C13.5739%20L4.07862021%2C12.417%20C4.06953021%2C12.2793%204.06391021%2C12.1391%204.06344021%2C12%20C4.06390021%2C11.8554%204.06990021%2C11.70843%204.07956021%2C11.56287%20L2.56684221%2C10.42616%20C2.01024671%2C9.99874%201.81175021%2C9.19979%202.20707521%2C8.54306%20L4.05110021%2C5.43995%20C4.41893021%2C4.80045%205.19904021%2C4.55917%205.84574021%2C4.81436%20L7.65547021%2C5.52133%20C7.90073021%2C5.36378%208.16204021%2C5.21244%208.43570021%2C5.07604%20L8.70176021%2C3.22249%20L8.70405021%2C3.20912%20Z%20M10.6106502%2C4%20L10.2539602%2C6.48496%20L9.70744021%2C6.69591%20C9.20744021%2C6.88452%208.82108021%2C7.125%208.37304021%2C7.45287%20L7.93029021%2C7.77587%20L5.54353021%2C6.84349%20L4.18058021%2C9.13706%20L6.19026021%2C10.6472%20L6.12098021%2C11.22007%20C6.08551021%2C11.51257%206.06236021%2C11.74958%206.06344021%2C12%20C6.06229021%2C12.249%206.08494021%2C12.4733%206.12005021%2C12.7455%20L6.19349021%2C13.317%20L4.17831021%2C14.8591%20L5.54272021%2C17.1552%20L7.93586021%2C16.2109%20L8.38277021%2C16.5453%20C8.82610021%2C16.8784%209.20744021%2C17.1155%209.70744021%2C17.3041%20L10.2539602%2C17.515%20L10.6106502%2C20%20L13.3950002%2C20%20L13.7504002%2C17.5239%20L14.2857002%2C17.309%20C14.7981002%2C17.1065%2015.1850002%2C16.8747%2015.6228002%2C16.5453%20L16.0697002%2C16.2109%20L18.4629002%2C17.1552%20L19.8273002%2C14.8591%20L17.8121002%2C13.317%20L17.8856002%2C12.7455%20C17.9207002%2C12.4733%2017.9433002%2C12.249%2017.9422002%2C12%20C17.9432002%2C11.74958%2017.9201002%2C11.51257%2017.8846002%2C11.22007%20L17.8153002%2C10.6472%20L19.8250002%2C9.13706%20L18.4621002%2C6.84349%20L16.0753002%2C7.77587%20L15.6326002%2C7.45287%20C15.1845002%2C7.125%2014.7982002%2C6.88452%2014.2982002%2C6.69591%20L13.7516002%2C6.48496%20L13.3950002%2C4%20L10.6106502%2C4%20Z%20M16%2C12%20C16%2C14.20914%2014.20914%2C16%2012%2C16%20C9.79086%2C16%208%2C14.20914%208%2C12%20C8%2C9.79086%209.79086%2C8%2012%2C8%20C14.20914%2C8%2016%2C9.79086%2016%2C12%20Z%20M14%2C12%20C14%2C10.8954295%2013.1045705%2C10%2012%2C10%20C10.8954295%2C10%2010%2C10.8954295%2010%2C12%20C10%2C13.1045705%2010.8954295%2C14%2012%2C14%20C13.1045705%2C14%2014%2C13.1045705%2014%2C12%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_share {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M11%205.3252C11%204.81347%2011.1962%204.3212%2011.5481%203.94971C12.3078%203.14785%2013.5736%203.11363%2014.3755%203.87329C18.7671%207.93183%2020.9752%209.97418%2021%2010.0003C22.1395%2011.2031%2022.2028%2012.8608%2021%2014.0003L14.3755%2020.1274C14.004%2020.4793%2013.5117%2020.6755%2013%2020.6755C11.8954%2020.6755%2011%2019.78%2011%2018.6755V17.0003C8.27789%2016.9126%205.82335%2017.6328%203.6%2019.3003L2%2020.5003V18.5003C2%2012.2941%205.06754%208.27047%2011%207.00033V5.3252ZM4.11934%2016.5854C6.54648%2015.2458%209.21517%2014.7169%2012.0995%2015.0053L13%2015.0953V18.6755L19.2797%2012.7263C19.6806%2012.3465%2019.6977%2011.7135%2019.3179%2011.3126C19.3096%2011.3039%2017.2037%209.30807%2013%205.3252V8.84746L12.1644%208.98673C7.32007%209.79411%204.69062%2012.2687%204.11934%2016.5854Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_shop {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M7%2C18%20C5.894531%2C18%205%2C18.894531%205%2C20%20C5%2C21.105469%205.894531%2C22%207%2C22%20C8.105469%2C22%209%2C21.105469%209%2C20%20C9%2C18.894531%208.105469%2C18%207%2C18%20Z%20M18%2C18%20C19.105469%2C18%2020%2C18.894531%2020%2C20%20C20%2C21.105469%2019.105469%2C22%2018%2C22%20C16.894531%2C22%2016%2C21.105469%2016%2C20%20C16%2C18.894531%2016.894531%2C18%2018%2C18%20Z%20M19%2C15%20C19.5522847%2C15%2020%2C15.4477153%2020%2C16%20C20%2C16.5522847%2019.5522847%2C17%2019%2C17%20L7%2C17%20C5.8954305%2C17%205%2C16.1045695%205%2C15%20C5%2C14.5672596%205.14035574%2C14.1461923%205.4%2C13.8%20L7.2%2C11.4%20C7.53137085%2C10.9581722%208.1581722%2C10.8686292%208.6%2C11.2%20C9.0418278%2C11.5313708%209.13137085%2C12.1581722%208.8%2C12.6%20L7%2C15%20L19%2C15%20Z%20M4.27924078%2C4%20L3%2C4%20C2.44771525%2C4%202%2C3.55228475%202%2C3%20C2%2C2.44771525%202.44771525%2C2%203%2C2%20L5%2C2%20C5.43043041%2C2%205.81256925%2C2.27543009%205.9486833%2C2.68377223%20L6.38742589%2C4%20L19.483461%2C4%20C19.7543145%2C4%2020.0223459%2C4.0550155%2020.2712996%2C4.16170994%20C21.2865591%2C4.59682118%2021.7568623%2C5.77257903%2021.321751%2C6.7878386%20L19.1788939%2C11.7878386%20C18.8637363%2C12.5232063%2018.1406601%2C13%2017.3406038%2C13%20L8%2C13%20C7.56956959%2C13%207.18743075%2C12.7245699%207.0513167%2C12.3162278%20L4.27924078%2C4%20Z%20M7.05409255%2C6%20L8.72075922%2C11%20L17.3406038%2C11%20L19.483461%2C6%20L7.05409255%2C6%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_small_arrow_right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M14.2426407%2C12%20L9.29289322%2C7.05025253%20C8.90236893%2C6.65972824%208.90236893%2C6.02656326%209.29289322%2C5.63603897%20C9.68341751%2C5.24551468%2010.3165825%2C5.24551468%2010.7071068%2C5.63603897%20L16.363961%2C11.2928932%20C16.7544853%2C11.6834175%2016.7544853%2C12.3165825%2016.363961%2C12.7071068%20L10.7071068%2C18.363961%20C10.3165825%2C18.7544853%209.68341751%2C18.7544853%209.29289322%2C18.363961%20C8.90236893%2C17.9734367%208.90236893%2C17.3402718%209.29289322%2C16.9497475%20L14.2426407%2C12%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_smart_mail {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M18.5895444%2C20%20L14.2932027%2C15.7074161%20C14.2591322%2C15.6733754%2014.2280307%2C15.6374882%2014.1998983%2C15.6000763%20L13.8%2C15.9%20C12.7333333%2C16.7%2011.2666667%2C16.7%2010.2%2C15.9%20L9.8001017%2C15.6000763%20C9.77196935%2C15.6374882%209.74086785%2C15.6733754%209.70679734%2C15.7074161%20L5.41045558%2C20%20L18.5895444%2C20%20Z%20M20%2C18.5820315%20L20%2C11.25%20L15.8081726%2C14.3938705%20L20%2C18.5820315%20Z%20M4%2C18.5820315%20L8.19182737%2C14.3938705%20L4%2C11.25%20L4%2C18.5820315%20Z%20M4.47483209%2C9.11976996%20C4.51785089%2C9.14304533%204.55969509%2C9.16977132%204.6%2C9.2%20L11.4%2C14.3%20C11.7555556%2C14.5666667%2012.2444444%2C14.5666667%2012.6%2C14.3%20L19.4%2C9.2%20C19.4403049%2C9.16977132%2019.4821491%2C9.14304533%2019.5251679%2C9.11976996%20L12.6139406%2C3.74437095%20C12.2528301%2C3.46350724%2011.7471699%2C3.46350724%2011.3860594%2C3.74437095%20L4.47483209%2C9.11976996%20Z%20M2%2C19%20L2%2C9.97816761%20C2%2C9.05239631%202.42741853%2C8.17847956%203.15817816%2C7.61011096%20L10.1581782%2C2.16566651%20C11.2415096%2C1.32307538%2012.7584904%2C1.32307538%2013.8418218%2C2.16566651%20L20.8418218%2C7.61011096%20C21.5725815%2C8.17847956%2022%2C9.05239631%2022%2C9.97816761%20L22%2C19%20C22%2C20.6568542%2020.6568542%2C22%2019%2C22%20L5%2C22%20C3.34314575%2C22%202%2C20.6568542%202%2C19%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_speed {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15%2C9%20C15%2C8.44771525%2015.4477153%2C8%2016%2C8%20C16.5522847%2C8%2017%2C8.44771525%2017%2C9%20C17%2C9.49185366%2016.6449025%2C9.90076986%2016.1770878%2C9.98436836%20L13.9057223%2C13.3914166%20C13.9669521%2C13.583315%2014%2C13.7877981%2014%2C14%20C14%2C15.1045695%2013.1045695%2C16%2012%2C16%20C10.8954305%2C16%2010%2C15.1045695%2010%2C14%20C10%2C12.8954305%2010.8954305%2C12%2012%2C12%20L15%2C9%20Z%20M8%2C8%20C8.55228475%2C8%209%2C8.44771525%209%2C9%20C9%2C9.55228475%208.55228475%2C10%208%2C10%20C7.44771525%2C10%207%2C9.55228475%207%2C9%20C7%2C8.44771525%207.44771525%2C8%208%2C8%20Z%20M6%2C11%20C6.55228475%2C11%207%2C11.4477153%207%2C12%20C7%2C12.5522847%206.55228475%2C13%206%2C13%20C5.44771525%2C13%205%2C12.5522847%205%2C12%20C5%2C11.4477153%205.44771525%2C11%206%2C11%20Z%20M6%2C15%20C6.55228475%2C15%207%2C15.4477153%207%2C16%20C7%2C16.5522847%206.55228475%2C17%206%2C17%20C5.44771525%2C17%205%2C16.5522847%205%2C16%20C5%2C15.4477153%205.44771525%2C15%206%2C15%20Z%20M12%2C6%20C12.5522847%2C6%2013%2C6.44771525%2013%2C7%20C13%2C7.55228475%2012.5522847%2C8%2012%2C8%20C11.4477153%2C8%2011%2C7.55228475%2011%2C7%20C11%2C6.44771525%2011.4477153%2C6%2012%2C6%20Z%20M18%2C15%20C18.5522847%2C15%2019%2C15.4477153%2019%2C16%20C19%2C16.5522847%2018.5522847%2C17%2018%2C17%20C17.4477153%2C17%2017%2C16.5522847%2017%2C16%20C17%2C15.4477153%2017.4477153%2C15%2018%2C15%20Z%20M18%2C11%20C18.5522847%2C11%2019%2C11.4477153%2019%2C12%20C19%2C12.5522847%2018.5522847%2C13%2018%2C13%20C17.4477153%2C13%2017%2C12.5522847%2017%2C12%20C17%2C11.4477153%2017.4477153%2C11%2018%2C11%20Z%20M4.78086881%2C19.375305%20C5.12587836%2C19.8065669%205.05595698%2C20.4358593%204.62469505%2C20.7808688%20C4.19343311%2C21.1258784%203.56414074%2C21.055957%203.21913119%2C20.624695%20C1.74035872%2C18.7762295%201%2C16.5551533%201%2C14%20C1%2C8.3986409%205.08987947%2C3%2012%2C3%20C18.9101205%2C3%2023%2C8.3986409%2023%2C14%20C23%2C16.5551533%2022.2596413%2C18.7762295%2020.7808688%2C20.624695%20C20.4358593%2C21.055957%2019.8065669%2C21.1258784%2019.375305%2C20.7808688%20C18.944043%2C20.4358593%2018.8741216%2C19.8065669%2019.2191312%2C19.375305%20C20.4070254%2C17.8904372%2021%2C16.1115134%2021%2C14%20C21%2C9.4013591%2017.665637%2C5%2012%2C5%20C6.33436295%2C5%203%2C9.4013591%203%2C14%20C3%2C16.1115134%203.59297461%2C17.8904372%204.78086881%2C19.375305%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_standard {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M3%2C5%20L3%2C19%20C3%2C20.6568542%204.34314575%2C22%206%2C22%20L18%2C22%20C19.6568542%2C22%2021%2C20.6568542%2021%2C19%20L21%2C5%20C21%2C3.34314575%2019.6568542%2C2%2018%2C2%20L6%2C2%20C4.34314575%2C2%203%2C3.34314575%203%2C5%20Z%20M6%2C4%20L18%2C4%20C18.5522847%2C4%2019%2C4.44771525%2019%2C5%20L19%2C19%20C19%2C19.5522847%2018.5522847%2C20%2018%2C20%20L6%2C20%20C5.44771525%2C20%205%2C19.5522847%205%2C19%20L5%2C5%20C5%2C4.44771525%205.44771525%2C4%206%2C4%20Z%20M12%2C6%20L8%2C6%20C7.44771525%2C6%207%2C6.44771525%207%2C7%20L7%2C11%20C7%2C11.5522847%207.44771525%2C12%208%2C12%20L12%2C12%20C12.5522847%2C12%2013%2C11.5522847%2013%2C11%20L13%2C7%20C13%2C6.44771525%2012.5522847%2C6%2012%2C6%20Z%20M16%2C13%20L8%2C13%20C7.44771525%2C13%207%2C13.4477153%207%2C14%20L7%2C14%20C7%2C14.5522847%207.44771525%2C15%208%2C15%20L16%2C15%20C16.5522847%2C15%2017%2C14.5522847%2017%2C14%20L17%2C14%20C17%2C13.4477153%2016.5522847%2C13%2016%2C13%20Z%20M16%2C16%20L8%2C16%20C7.44771525%2C16%207%2C16.4477153%207%2C17%20L7%2C17%20C7%2C17.5522847%207.44771525%2C18%208%2C18%20L16%2C18%20C16.5522847%2C18%2017%2C17.5522847%2017%2C17%20L17%2C17%20C17%2C16.4477153%2016.5522847%2C16%2016%2C16%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_statistics {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M14%2C2%20C12.894531%2C2%2012%2C2.894531%2012%2C4%20C12%2C4.183594%2012.015625%2C4.363281%2012.0625%2C4.53125%20L9.9375%2C6.25%20C9.65625%2C6.101563%209.339844%2C6%209%2C6%20C8.34375%2C6%207.769531%2C6.320313%207.40625%2C6.8125%20L5.9375%2C6.5%20C5.714844%2C5.636719%204.933594%2C5%204%2C5%20C2.894531%2C5%202%2C5.894531%202%2C7%20C2%2C8.105469%202.894531%2C9%204%2C9%20C4.707031%2C9%205.332031%2C8.644531%205.6875%2C8.09375%20L7.03125%2C8.375%20C7.207031%2C9.300781%208.023438%2C10%209%2C10%20C10.105469%2C10%2011%2C9.105469%2011%2C8%20C11%2C7.816406%2010.984375%2C7.636719%2010.9375%2C7.46875%20L13.0625%2C5.78125%20C13.339844%2C5.925781%2013.664063%2C6%2014%2C6%20C14.324219%2C6%2014.632813%2C5.917969%2014.90625%2C5.78125%20L18.09375%2C8.4375%20C18.039063%2C8.617188%2018%2C8.804688%2018%2C9%20C18%2C10.105469%2018.894531%2C11%2020%2C11%20C21.105469%2C11%2022%2C10.105469%2022%2C9%20C22%2C7.894531%2021.105469%2C7%2020%2C7%20C19.675781%2C7%2019.367188%2C7.082031%2019.09375%2C7.21875%20L15.90625%2C4.5625%20C15.960938%2C4.382813%2016%2C4.195313%2016%2C4%20C16%2C2.894531%2015.105469%2C2%2014%2C2%20Z%20M12%2C12%20L12%2C22%20L16%2C22%20L16%2C12%20L12%2C12%20Z%20M17%2C15%20L17%2C22%20L21%2C22%20L21%2C15%20L17%2C15%20Z%20M2%2C16%20L2%2C22%20L6%2C22%20L6%2C16%20L2%2C16%20Z%20M7%2C17%20L7%2C22%20L11%2C22%20L11%2C17%20L7%2C17%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_switch {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M16.4705969%2C5.3646134%20C16.0128874%2C5.0555496%2015.8923862%2C4.43395701%2016.20145%2C3.97624748%20C16.5105138%2C3.51853795%2017.1321064%2C3.39803677%2017.5898159%2C3.70710057%20C20.3253801%2C5.55426297%2022%2C8.63607461%2022%2C12%20C22%2C17.5228475%2017.5228475%2C22%2012%2C22%20C6.4771525%2C22%202%2C17.5228475%202%2C12%20C2%2C8.62666279%203.68405032%2C5.53734936%206.43221224%2C3.69226874%20C6.8907395%2C3.38441942%207.51201046%2C3.50656803%207.81985977%2C3.96509529%20C8.12770908%2C4.42362254%208.00556048%2C5.04489351%207.54703322%2C5.35274282%20C5.34643786%2C6.83019429%204%2C9.30017306%204%2C12%20C4%2C16.418278%207.581722%2C20%2012%2C20%20C16.418278%2C20%2020%2C16.418278%2020%2C12%20C20%2C9.30769447%2018.6611162%2C6.84373968%2016.4705969%2C5.3646134%20Z%20M11%2C3%20C11%2C2.44771525%2011.4477153%2C2%2012%2C2%20C12.5522847%2C2%2013%2C2.44771525%2013%2C3%20L13%2C10%20C13%2C10.5522847%2012.5522847%2C11%2012%2C11%20C11.4477153%2C11%2011%2C10.5522847%2011%2C10%20L11%2C3%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_table {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M5%2C4%20C4.44771525%2C4%204%2C4.44771525%204%2C5%20L4%2C8%20C4%2C8.55228475%204.44771525%2C9%205%2C9%20L8%2C9%20C8.55228475%2C9%209%2C8.55228475%209%2C8%20L9%2C5%20C9%2C4.44771525%208.55228475%2C4%208%2C4%20L5%2C4%20Z%20M5%2C2%20L8%2C2%20C9.65685425%2C2%2011%2C3.34314575%2011%2C5%20L11%2C8%20C11%2C9.65685425%209.65685425%2C11%208%2C11%20L5%2C11%20C3.34314575%2C11%202%2C9.65685425%202%2C8%20L2%2C5%20C2%2C3.34314575%203.34314575%2C2%205%2C2%20Z%20M5%2C15%20C4.44771525%2C15%204%2C15.4477153%204%2C16%20L4%2C19%20C4%2C19.5522847%204.44771525%2C20%205%2C20%20L8%2C20%20C8.55228475%2C20%209%2C19.5522847%209%2C19%20L9%2C16%20C9%2C15.4477153%208.55228475%2C15%208%2C15%20L5%2C15%20Z%20M5%2C13%20L8%2C13%20C9.65685425%2C13%2011%2C14.3431458%2011%2C16%20L11%2C19%20C11%2C20.6568542%209.65685425%2C22%208%2C22%20L5%2C22%20C3.34314575%2C22%202%2C20.6568542%202%2C19%20L2%2C16%20C2%2C14.3431458%203.34314575%2C13%205%2C13%20Z%20M16%2C4%20C15.4477153%2C4%2015%2C4.44771525%2015%2C5%20L15%2C8%20C15%2C8.55228475%2015.4477153%2C9%2016%2C9%20L19%2C9%20C19.5522847%2C9%2020%2C8.55228475%2020%2C8%20L20%2C5%20C20%2C4.44771525%2019.5522847%2C4%2019%2C4%20L16%2C4%20Z%20M16%2C2%20L19%2C2%20C20.6568542%2C2%2022%2C3.34314575%2022%2C5%20L22%2C8%20C22%2C9.65685425%2020.6568542%2C11%2019%2C11%20L16%2C11%20C14.3431458%2C11%2013%2C9.65685425%2013%2C8%20L13%2C5%20C13%2C3.34314575%2014.3431458%2C2%2016%2C2%20Z%20M16%2C15%20C15.4477153%2C15%2015%2C15.4477153%2015%2C16%20L15%2C19%20C15%2C19.5522847%2015.4477153%2C20%2016%2C20%20L19%2C20%20C19.5522847%2C20%2020%2C19.5522847%2020%2C19%20L20%2C16%20C20%2C15.4477153%2019.5522847%2C15%2019%2C15%20L16%2C15%20Z%20M16%2C13%20L19%2C13%20C20.6568542%2C13%2022%2C14.3431458%2022%2C16%20L22%2C19%20C22%2C20.6568542%2020.6568542%2C22%2019%2C22%20L16%2C22%20C14.3431458%2C22%2013%2C20.6568542%2013%2C19%20L13%2C16%20C13%2C14.3431458%2014.3431458%2C13%2016%2C13%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_tg {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M10%2C15.5%20L18.3635%2C7.41939%20C18.7378%2C7.08274%2018.2818%2C6.91858%2017.7849%2C7.22393%20L7.2597%2C13.95328%20L2.713393%2C12.51526%20C1.731592%2C12.21061%201.724541%2C11.5269%202.93382%2C11.03535%20L20.6497%2C4.112461%20C21.4589%2C3.740183%2022.2398%2C4.30941%2021.931%2C5.56445%20L18.9139%2C19.9726%20C18.7032%2C20.9965%2018.0928%2C21.2414%2017.247%2C20.7684%20L13.1%2C17.7536%20L11.09091%2C19.5097%20C10.78645%2C19.7758%2010.54545%2C20%2010%2C20%20L10%2C15.5%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_top {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11%205.41422V15C11%2015.5523%2011.4478%2016%2012%2016C12.5522%2016%2013%2015.5523%2013%2015V5.41422L16.293%208.70718C16.6836%209.09769%2017.3164%209.09769%2017.707%208.70718C18.0977%208.31656%2018.0977%207.6835%2017.707%207.29288L12.707%202.29288C12.3164%201.90237%2011.6836%201.90237%2011.293%202.29288L6.29297%207.29288C5.90234%207.6835%205.90234%208.31656%206.29297%208.70718C6.68359%209.09769%207.31641%209.09769%207.70703%208.70718L11%205.41422ZM4%2013C4%2012.4478%203.55225%2012%203%2012C2.44775%2012%202%2012.4478%202%2013V17C2%2019.7615%204.23877%2022%207%2022H17C19.7612%2022%2022%2019.7615%2022%2017V13C22%2012.4478%2021.5522%2012%2021%2012C20.4478%2012%2020%2012.4478%2020%2013V17C20%2018.6569%2018.6567%2020%2017%2020H7C5.34326%2020%204%2018.6569%204%2017V13Z%22%20fill%3D%22%23ffffff%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_trash {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M4%2C6%20L20%2C6%20L20%2C19%20C20%2C20.9348839%2018.0465118%2C23%2016.125%2C23%20L8%2C23%20C5.94771525%2C23%204%2C21.0522847%204%2C19%20L4%2C6%20Z%20M6%2C8%20L6%2C19%20C6%2C19.9477153%207.05228475%2C21%208%2C21%20L16.125%2C21%20C16.9163261%2C21%2018%2C19.8544019%2018%2C19%20L18%2C8%20L6%2C8%20Z%20M9%2C10%20C9.55228475%2C10%2010%2C10.4477153%2010%2C11%20L10%2C18%20C10%2C18.5522847%209.55228475%2C19%209%2C19%20C8.44771525%2C19%208%2C18.5522847%208%2C18%20L8%2C11%20C8%2C10.4477153%208.44771525%2C10%209%2C10%20Z%20M12%2C10%20C12.5522847%2C10%2013%2C10.4477153%2013%2C11%20L13%2C18%20C13%2C18.5522847%2012.5522847%2C19%2012%2C19%20C11.4477153%2C19%2011%2C18.5522847%2011%2C18%20L11%2C11%20C11%2C10.4477153%2011.4477153%2C10%2012%2C10%20Z%20M15%2C10%20C15.5522847%2C10%2016%2C10.4477153%2016%2C11%20L16%2C18%20C16%2C18.5522847%2015.5522847%2C19%2015%2C19%20C14.4477153%2C19%2014%2C18.5522847%2014%2C18%20L14%2C11%20C14%2C10.4477153%2014.4477153%2C10%2015%2C10%20Z%20M10%2C2%20L14%2C2%20L15%2C3%20L19%2C3%20C19.5522847%2C3%2020%2C3.44771525%2020%2C4%20C20%2C4.55228475%2019.5522847%2C5%2019%2C5%20L5%2C5%20C4.44771525%2C5%204%2C4.55228475%204%2C4%20C4%2C3.44771525%204.44771525%2C3%205%2C3%20L9%2C3%20L10%2C2%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_tw {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20.0022%2C8.00112%20C20.0022%2C8.14063%2020.0022%2C8.28571%2020.0022%2C8.57031%20C20.0022%2C14%2015.856%2C20.2835%208.28348%2C20.2835%20C6.00112%2C20.2835%203.85826%2C19.5692%202%2C18.4308%20C2.284599%2C18.4308%202.714286%2C18.4308%202.998884%2C18.4308%20C4.85714%2C18.4308%206.7154%2C17.7165%208.14397%2C16.7121%20C6.28571%2C16.7121%204.85714%2C15.4286%204.28795%2C13.85491%20C4.57254%2C13.85491%204.85714%2C14%205.00223%2C14%20C5.42634%2C14%205.71652%2C14%206.14063%2C13.85491%20C4.28795%2C13.4308%202.859376%2C11.85714%202.859376%2C9.85938%20C3.42857%2C10.14397%203.99777%2C10.28348%204.71205%2C10.42857%20C3.57366%2C9.42969%202.859376%2C8.28571%202.859376%2C6.85714%20C2.859376%2C6.14286%202.998884%2C5.42857%203.42857%2C4.859375%20C5.42634%2C7.28683%208.42857%2C9%2011.85491%2C9.14509%20C11.85491%2C8.85491%2011.7154%2C8.57031%2011.7154%2C8.14063%20C11.7154%2C5.85826%2013.5737%2C4%2015.856%2C4%20C17%2C4%2018.144%2C4.429687%2018.8583%2C5.28348%20C19.8571%2C5.14397%2020.7165%2C4.714285%2021.4308%2C4.284598%20C21.1406%2C5.28348%2020.4263%2C5.99777%2019.5725%2C6.57254%20C20.4263%2C6.42746%2021.1406%2C6.28795%2022%2C5.85826%20C21.4308%2C6.71205%2020.7165%2C7.42634%2020.0022%2C8.00112%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_unlink_horizontal {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M20.7071%204.70711C21.0976%204.31658%2021.0976%203.68342%2020.7071%203.29289C20.3166%202.90237%2019.6834%202.90237%2019.2929%203.29289L3.29289%2019.2929C2.90237%2019.6834%202.90237%2020.3166%203.29289%2020.7071C3.68342%2021.0976%204.31658%2021.0976%204.70711%2020.7071L20.7071%204.70711ZM7.00008%2011.0001H9.46438L7.46438%2013.0001H7.00008C6.44783%2013.0001%206.00008%2012.5524%206.00008%2012.0001C6.00008%2011.4478%206.44783%2011.0001%207.00008%2011.0001ZM3.9174%2016.5471L5.50498%2014.9595C4.08379%2014.7235%203.00008%2013.4884%203.00008%2012.0001C3.00008%2010.3433%204.34334%209.00015%206.00008%209.00015H9.00008C9.55233%209.00015%2010.0001%208.55246%2010.0001%208.00015C10.0001%207.44785%209.55233%207.00015%209.00008%207.00015H6.00008C3.23885%207.00015%201.00008%209.23874%201.00008%2012.0001C1.00008%2014.0183%202.19584%2015.7572%203.9174%2016.5471ZM16.5354%2011.0001L14.5354%2013.0001H17.0001C17.5523%2013.0001%2018.0001%2012.5524%2018.0001%2012.0001C18.0001%2011.4478%2017.5523%2011.0001%2017.0001%2011.0001H16.5354ZM21.0001%2012C21.0001%2010.5117%2019.9162%209.27653%2018.4949%209.0406L20.0825%207.45299C21.8042%208.24283%2023.0001%209.98177%2023.0001%2012C23.0001%2014.7614%2020.7613%2017%2018.0001%2017H15.0001C14.4479%2017%2014.0001%2016.5523%2014.0001%2016C14.0001%2015.4477%2014.4479%2015%2015.0001%2015H18.0001C19.6568%2015%2021.0001%2013.6568%2021.0001%2012Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_up {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cg%20fill%3D%22%23ffffff%22%20transform%3D%22translate(2%202)%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M7.49995403%2C14%20C6.94766928%2C14%206.49995403%2C13.5522847%206.49995403%2C13%20C6.49995403%2C12.4477153%206.94766928%2C12%207.49995403%2C12%20L12.499954%2C12%20C13.0522387%2C12%2013.499954%2C12.4477153%2013.499954%2C13%20C13.499954%2C13.5522847%2013.0522387%2C14%2012.499954%2C14%20L7.49995403%2C14%20Z%20M10%2C7.26686158%20L7.11394061%2C9.2893522%20C6.67799342%2C9.6284223%206.04971782%2C9.5498878%205.71064778%2C9.1139406%20C5.37157774%2C8.6779934%205.45011219%2C8.0497178%205.88605939%2C7.71064778%20L10%2C4.73313842%20L14.1139406%2C7.71064778%20C14.5498878%2C8.0497178%2014.6284223%2C8.6779934%2014.2893522%2C9.1139406%20C13.9502822%2C9.5498878%2013.3220066%2C9.6284223%2012.8860594%2C9.2893522%20L10%2C7.26686158%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M10%2C20%20C4.4771525%2C20%200%2C15.5228475%200%2C10%20C0%2C4.4771525%204.4771525%2C0%2010%2C0%20C15.5228475%2C0%2020%2C4.4771525%2020%2C10%20C20%2C15.5228475%2015.5228475%2C20%2010%2C20%20Z%20M10%2C18%20C14.418278%2C18%2018%2C14.418278%2018%2C10%20C18%2C5.581722%2014.418278%2C2%2010%2C2%20C5.581722%2C2%202%2C5.581722%202%2C10%20C2%2C14.418278%205.581722%2C18%2010%2C18%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M11%2C12%20C11%2C12.5522847%2010.5522847%2C13%2010%2C13%20C9.4477153%2C13%209%2C12.5522847%209%2C12%20L9%2C6%20C9%2C5.44771525%209.4477153%2C5%2010%2C5%20C10.5522847%2C5%2011%2C5.44771525%2011%2C6%20L11%2C12%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_user {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3Eprofile%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(5558%20-1275)%22%3E%0D%0A%3CclipPath%20id%3D%22clip-0%22%20clip-rule%3D%22evenodd%22%3E%0D%0A%3Cpath%20d%3D%22M%20-5558%201275L%20-5534%201275L%20-5534%201299L%20-5558%201299L%20-5558%201275Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2FclipPath%3E%0D%0A%3Cg%20id%3D%22profile%22%20clip-path%3D%22url(%23clip-0)%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(-5555%201277)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2012%205C%2012%203.34314%2010.6569%202%209%202C%207.34314%202%206%203.34314%206%205C%206%206.65686%207.34314%208%209%208C%2010.6569%208%2012%206.65686%2012%205ZM%2014%205C%2014%207.76143%2011.7614%2010%209%2010C%206.23857%2010%204%207.76143%204%205C%204%202.23858%206.23857%200%209%200C%2011.7614%200%2014%202.23858%2014%205ZM%2017.9064%2016.9283C%2018.0284%2018.6085%2016.6454%2020%2014.9572%2020L%202.95681%2020C%201.26854%2020%20-0.114524%2018.6085%200.00750182%2016.9283C%200.286783%2013.0828%204.26692%2011%209.00006%2011C%2013.7239%2011%2017.6247%2013.0499%2017.9064%2016.9283ZM%2015.9115%2017.0732C%2015.7015%2014.1819%2012.6055%2013%208.99985%2013C%205.37245%2013%202.20898%2014.2238%202.00204%2017.0732C%201.96645%2017.5633%202.4005%2018%202.95661%2018L%2014.957%2018C%2015.513%2018%2015.9471%2017.5633%2015.9115%2017.0732Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_vip {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M15.3486843%2C9.29018761%20C15.7407029%2C8.90116333%2016.3738632%2C8.90359066%2016.7628875%2C9.29560922%20C17.1519118%2C9.68762777%2017.1494845%2C10.3207881%2016.7574659%2C10.7098124%20L11.1236575%2C16.3005893%20C9.9478561%2C17.4675427%208.04874339%2C17.4605847%206.88156943%2C16.2850921%20L1.89396862%2C11.2625852%20C0.959058265%2C10.3210117%200.75374074%2C8.87711902%201.38912143%2C7.71225443%20L3.1066546%2C4.56344361%20C3.63235411%2C3.59966118%204.64250866%2C3%205.74034132%2C3%20L18.3658089%2C3%20C19.4636416%2C3%2020.4737961%2C3.59966118%2020.9994956%2C4.56344361%20L22.71438%2C7.7073983%20C23.3516487%2C8.87572426%2023.1430495%2C10.3242392%2022.2020136%2C11.265275%20L12.7601819%2C20.7071068%20C12.3696576%2C21.0976311%2011.7364926%2C21.0976311%2011.3459683%2C20.7071068%20C10.9554441%2C20.3165825%2010.9554441%2C19.6834175%2011.3459683%2C19.2928932%20L20.7878001%2C9.85106148%20C21.1014787%2C9.53738286%2021.1710118%2C9.05454455%2020.9585889%2C8.66510256%20L19.2437045%2C5.52114787%20C19.0684713%2C5.19988706%2018.7317531%2C5%2018.3658089%2C5%20L5.74034132%2C5%20C5.3743971%2C5%205.03767892%2C5.19988706%204.86244575%2C5.52114787%20L3.14491257%2C8.66995869%20C2.93311901%2C9.05824689%203.00155819%2C9.53954443%203.31315%2C9.853357%20L8.30075081%2C14.8758639%20C8.68982379%2C15.2677098%209.32286136%2C15.2700292%209.71483557%2C14.8810046%20L15.3486843%2C9.29018761%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_vk {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M21.0846089%2C17.9541969%20L18.4170077%2C17.9893969%20C18.4170077%2C17.9893969%2017.8421074%2C18.1065969%2017.0887071%2C17.561697%20C16.0898066%2C16.8410972%2015.1466061%2C14.9663377%2014.4099058%2C15.2123976%20C13.6677054%2C15.4643175%2013.6900055%2C17.1457971%2013.6900055%2C17.1457971%20C13.6900055%2C17.1457971%2013.6956055%2C17.444497%2013.5281054%2C17.637897%20C13.3440053%2C17.8487969%2012.9812051%2C17.8253969%2012.9812051%2C17.8253969%20L11.7869146%2C17.8253969%20C11.7869146%2C17.8253969%209.1471633%2C18.0537969%206.82552221%2C15.5111875%20C4.29181101%2C12.7400582%202.05388045%2C7.26221961%202.05388045%2C7.26221961%20C2.05388045%2C7.26221961%201.92552019%2C6.9165587%202.06504146%2C6.74080075%20C2.22130603%2C6.5474638%202.65103223%2C6.5416058%202.65103223%2C6.5416058%20L5.50843158%2C6.5298898%20C5.50843158%2C6.5298898%205.77632171%2C6.57675879%205.9716518%2C6.72322475%20C6.12791188%2C6.84625572%206.21720192%2C7.08059966%206.21720192%2C7.08059966%20C6.21720192%2C7.08059966%206.68042214%2C8.30505935%207.29431243%2C9.41819907%20C8.48862299%2C11.5917585%209.04670326%2C12.0663084%209.44852345%2C11.8319585%20C10.0401037%2C11.4921585%209.86151364%2C8.76788923%209.86151364%2C8.76788923%20C9.86151364%2C8.76788923%209.87267365%2C7.77777948%209.5657235%2C7.3383796%20C9.32574339%2C6.99272068%208.87370317%2C6.89312471%208.67836308%2C6.86383172%20C8.51652301%2C6.84039672%208.77882313%2C6.44786782%209.11925329%2C6.27210887%20C9.63269353%2C6.00846877%2010.542374%2C5.99089408%2011.6139045%2C6.00261062%20C12.4510049%2C6.01432863%2012.691005%2C6.06705612%2013.0203051%2C6.1490759%20C14.0025056%2C6.40099883%2013.6732054%2C7.36767959%2013.6732054%2C9.681839%20C13.6732054%2C10.4258888%2013.5449054%2C11.4687285%2014.0527056%2C11.8143885%20C14.2704057%2C11.9667084%2014.806206%2C11.8378185%2016.1456066%2C9.44748906%20C16.7818069%2C8.31091935%2017.2562071%2C6.98100469%2017.2562071%2C6.98100469%20C17.2562071%2C6.98100469%2017.3622072%2C6.74665875%2017.5240073%2C6.64120177%20C17.6859073%2C6.5357478%2017.9091074%2C6.57089879%2017.9091074%2C6.57089879%20L20.9172089%2C6.5533238%20C20.9172089%2C6.5533238%2021.8213093%2C6.43615082%2021.9664094%2C6.86968971%20C22.1227094%2C7.3208096%2021.6315092%2C8.36949933%2020.4038086%2C10.0919489%20C18.3835077%2C12.9158082%2018.1603076%2C12.6521682%2019.8345084%2C14.2867378%20C21.4362091%2C15.8509974%2021.7711093%2C16.6125972%2021.8213093%2C16.7063972%20C22.4854096%2C17.8604969%2021.0846089%2C17.9541969%2021.0846089%2C17.9541969%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_vk_video {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M21.824%206.333c-.176-1.307-.527-2.224-1.23-2.927s-1.62-1.055-2.927-1.23a13%2013%200%200%200-.378-.045C16.037%202%2014.451%202%2012.4%202h-.8c-2.202%200-3.868%200-5.16.162-1.365.17-2.312.522-3.034%201.244-.703.703-1.055%201.62-1.23%202.927a13%2013%200%200%200-.045.378C2%207.963%202%209.549%202%2011.6v.8c0%202.202%200%203.868.162%205.16.17%201.365.522%202.312%201.244%203.034.604.604%201.367.949%202.4%201.145C7.174%2022%209.018%2022%2011.6%2022h.8c2.263%200%203.96%200%205.267-.176s2.224-.527%202.927-1.23c.604-.604.949-1.367%201.145-2.4C22%2016.826%2022%2014.982%2022%2012.4v-.8c0-2.263%200-3.96-.176-5.267M10.506%208.312c-.246.336-.246.92-.246%202.088v3.2c0%201.166%200%201.75.246%202.088.214.294.542.484.904.522.414.044.916-.246%201.92-.825l2.809-1.623c.992-.573%201.49-.861%201.659-1.24a1.28%201.28%200%200%200%200-1.044c-.17-.38-.674-.672-1.686-1.256l-2.77-1.6c-1.012-.584-1.518-.876-1.932-.832-.362.038-.69.228-.904.522m-3.08%2012.815a15%2015%200%200%201-.986-.096c-1.219-.163-1.939-.473-2.468-1.003-.53-.53-.84-1.25-1.003-2.468-.167-1.241-.169-2.875-.169-5.16v-.8c0-2.285.002-3.919.169-5.16.163-1.219.473-1.939%201.003-2.468.53-.53%201.25-.84%202.468-1.003q.45-.061.978-.095c-.248.15-.472.324-.678.53-1.406%201.406-1.406%203.668-1.406%208.194v.8c0%204.526%200%206.788%201.406%208.194q.311.31.687.535%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_wallet {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19%2C9%20L5%2C9%20C4.6045695%2C9%204%2C9.6045695%204%2C10%20L4%2C18.992188%20C4%2C19.3278124%204.68806198%2C19.992188%205%2C19.992188%20L19%2C19.992188%20C19.3988162%2C19.992188%2020%2C19.3920478%2020%2C18.992188%20L20%2C9.992188%20C20%2C9.60404616%2019.3949034%2C9%2019%2C9%20Z%20M4.72009399%2C7.01709325%20L16.3083137%2C2.43053713%20C17.7273889%2C1.90495374%2019.3038461%2C2.62927193%2019.8294295%2C4.04834708%20C19.9422443%2C4.35294691%2020%2C4.67517971%2020%2C5%20C20%2C5.55228475%2019.5522847%2C6%2019%2C6%20C18.4477153%2C6%2018%2C5.55228475%2018%2C5%20C18%2C4.91227193%2017.9844012%2C4.82524269%2017.953932%2C4.7429758%20C17.8119815%2C4.35970932%2017.3862089%2C4.1640841%2017.0029425%2C4.30603465%20L9.72923601%2C7%20L19%2C7%20C20.5%2C7%2022%2C8.5%2022%2C9.992188%20L22%2C18.992188%20C22%2C20.5%2020.5%2C21.992188%2019%2C21.992188%20L5%2C21.992188%20C3.652344%2C21.992188%202%2C20.5%202%2C18.992188%20L2%2C10%20C2%2C8.5934228%203.31897294%2C7.1868456%204.72009399%2C7.01709325%20Z%20M17.5%2C16%20C18.328125%2C16%2019%2C15.328125%2019%2C14.5%20C19%2C13.671875%2018.328125%2C13%2017.5%2C13%20C16.671875%2C13%2016%2C13.671875%2016%2C14.5%20C16%2C15.328125%2016.671875%2C16%2017.5%2C16%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_white_yt {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M12.0446%2C4.5%20C8.81021%2C4.5%204.61225%2C4.762716%204.61225%2C4.762716%20C3.12859%2C4.995813%202%2C6.18717%202%2C7.63604%20L2%2C11.99929%20L2%2C16.3625%20C2.00296952%2C17.7934%203.109%2C19.009%204.60923%2C19.2316%20C4.61225%2C19.2359%208.81021%2C19.5%2012.0446%2C19.5%20C15.2789%2C19.5%2019.4769%2C19.2359%2019.4769%2C19.2359%20C20.9803%2C19.0123%2021.9984%2C17.7942%2022%2C16.3632%20L22%2C12%20L22%2C7.63533%20C21.9978%2C6.20536%2020.9807%2C4.98971%2019.4799%2C4.766977%20C19.4769%2C4.762716%2015.2789%2C4.5%2012.0446%2C4.5%20Z%20M10%2C8.5%20L16%2C12%20L10%2C15.5%20L10%2C8.5%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-24_yellow_crown {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cg%20fill%3D%22%23FFBE0A%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M16.3031358%2C8.65192812%20L20.4855042%2C6.14250707%20C21.2118491%2C5.70670017%2022.1171727%2C6.31485065%2021.9883717%2C7.15205718%20L19.9883717%2C20.1520572%20C19.9133207%2C20.6398889%2019.4935711%2C21%2019%2C21%20L5%2C21%20C4.50642892%2C21%204.08667933%2C20.6398889%204.0116283%2C20.1520572%20L2.0116283%2C7.15205718%20C1.8828273%2C6.31485065%202.78815092%2C5.70670017%203.51449576%2C6.14250707%20L7.69686416%2C8.65192812%20L11.1679497%2C3.4452998%20C11.5637718%2C2.85156673%2012.4362282%2C2.85156673%2012.8320503%2C3.4452998%20L16.3031358%2C8.65192812%20Z%20M5.85791896%2C19%20L18.142081%2C19%20L19.6876841%2C8.9535799%20L16.5144958%2C10.8574929%20C16.0567723%2C11.132127%2015.4640446%2C10.9988425%2015.1679497%2C10.5547002%20L12%2C5.80277564%20L8.83205029%2C10.5547002%20C8.53595541%2C10.9988425%207.94322766%2C11.132127%207.48550424%2C10.8574929%20L4.31231586%2C8.9535799%20L5.85791896%2C19%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M8%2C17%20C7.44771525%2C17%207%2C16.5522847%207%2C16%20C7%2C15.4477153%207.44771525%2C15%208%2C15%20L16%2C15%20C16.5522847%2C15%2017%2C15.4477153%2017%2C16%20C17%2C16.5522847%2016.5522847%2C17%2016%2C17%20L8%2C17%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-26_calculator_grey {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2226%22%20viewBox%3D%220%200%2020%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-3014%20-1185)%22%3E%0D%0A%3Cg%20id%3D%22Subtract%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(3014%201185)%22%20fill%3D%22%23BABFC6%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%200%203C%200%201.34314%201.34326%200%203%200L%2017%200C%2018.6567%200%2020%201.34314%2020%203L%2020%2023C%2020%2024.6569%2018.6567%2026%2017%2026L%203%2026C%201.34326%2026%200%2024.6569%200%2023L%200%203ZM%202%204C%202%202.89539%202.89551%202%204%202L%2016%202C%2017.1045%202%2018%202.89539%2018%204C%2018%205.10461%2017.1045%206%2016%206L%204%206C%202.89551%206%202%205.10461%202%204ZM%2016%2012C%2017.1045%2012%2018%2011.1046%2018%2010C%2018%208.89539%2017.1045%208%2016%208C%2014.8955%208%2014%208.89539%2014%2010C%2014%2011.1046%2014.8955%2012%2016%2012ZM%2012%2010C%2012%2011.1046%2011.1045%2012%2010%2012C%208.89551%2012%208%2011.1046%208%2010C%208%208.89539%208.89551%208%2010%208C%2011.1045%208%2012%208.89539%2012%2010ZM%204%2012C%205.10449%2012%206%2011.1046%206%2010C%206%208.89539%205.10449%208%204%208C%202.89551%208%202%208.89539%202%2010C%202%2011.1046%202.89551%2012%204%2012ZM%206%2016C%206%2017.1046%205.10449%2018%204%2018C%202.89551%2018%202%2017.1046%202%2016C%202%2014.8954%202.89551%2014%204%2014C%205.10449%2014%206%2014.8954%206%2016ZM%2010%2018C%2011.1045%2018%2012%2017.1046%2012%2016C%2012%2014.8954%2011.1045%2014%2010%2014C%208.89551%2014%208%2014.8954%208%2016C%208%2017.1046%208.89551%2018%2010%2018ZM%2018%2016C%2018%2017.1046%2017.1045%2018%2016%2018C%2014.8955%2018%2014%2017.1046%2014%2016C%2014%2014.8954%2014.8955%2014%2016%2014C%2017.1045%2014%2018%2014.8954%2018%2016ZM%204%2024C%205.10449%2024%206%2023.1046%206%2022C%206%2020.8954%205.10449%2020%204%2020C%202.89551%2020%202%2020.8954%202%2022C%202%2023.1046%202.89551%2024%204%2024ZM%2018%2022C%2018%2023.1046%2017.1045%2024%2016%2024C%2014.8955%2024%2014%2023.1046%2014%2022C%2014%2020.8954%2014.8955%2020%2016%2020C%2017.1045%2020%2018%2020.8954%2018%2022ZM%2010%2024C%2011.1045%2024%2012%2023.1046%2012%2022C%2012%2020.8954%2011.1045%2020%2010%2020C%208.89551%2020%208%2020.8954%208%2022C%208%2023.1046%208.89551%2024%2010%2024Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 26px;
}

.icon-26_date_grey {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-2693%20-1185)%22%3E%0D%0A%3Cg%20id%3D%22Union%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(2693%201185)%22%20fill%3D%22%23BABFC6%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%203%201.5C%203%200.671631%203.67139%200%204.5%200C%205.32861%200%206%200.671631%206%201.5L%206%206L%2020%206L%2020%201.5C%2020%200.671631%2020.6714%200%2021.5%200C%2022.3286%200%2023%200.671631%2023%201.5L%2023%206C%2024.6567%206%2026%207.34314%2026%209L%2026%2023C%2026%2024.6569%2024.6567%2026%2023%2026L%203%2026C%201.34326%2026%200%2024.6569%200%2023L%200%209C%200%207.34314%201.34326%206%203%206L%203%201.5ZM%203%2014C%203%2012.8954%203.89551%2012%205%2012L%2021%2012C%2022.1045%2012%2023%2012.8954%2023%2014L%2023%2021C%2023%2022.1046%2022.1045%2023%2021%2023L%205%2023C%203.89551%2023%203%2022.1046%203%2021L%203%2014Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 26px;
  height: 26px;
}

.icon-26_marker_grey {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2218%22%20height%3D%2226%22%20viewBox%3D%220%200%2018%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-2829%20-1185)%22%3E%0D%0A%3Cg%20id%3D%22Subtract%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(2829%201185)%22%20fill%3D%22%23BABFC6%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%209%2026C%209%2026%2018%2013.9706%2018%209C%2018%204.02942%2013.9707%200%209%200C%204.0293%200%200%204.02942%200%209C%200%2013.9706%209%2026%209%2026ZM%209%2013C%2011.209%2013%2013%2011.2091%2013%209C%2013%206.79089%2011.209%205%209%205C%206.79102%205%205%206.79089%205%209C%205%2011.2091%206.79102%2013%209%2013Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 26px;
}

.icon-30_check_off {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M29%2015C29%2022.732%2022.732%2029%2015%2029C7.26801%2029%201%2022.732%201%2015C1%207.26801%207.26801%201%2015%201C22.732%201%2029%207.26801%2029%2015Z%22%20stroke%3D%22black%22%20stroke-opacity%3D%220.2%22%20stroke-width%3D%222%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-30_check_on {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M30%2015C30%2023.2843%2023.2843%2030%2015%2030C6.71573%2030%200%2023.2843%200%2015C0%206.71573%206.71573%200%2015%200C23.2843%200%2030%206.71573%2030%2015Z%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3Cpath%20d%3D%22M6.40083%2010.7175L5.70001%2011.4308L6.39669%2012.1153L7.09741%2011.435L6.40083%2010.7175ZM7.71484e-08%205.83082L5.70001%2011.4308L7.10165%2010.0041L1.40164%204.40414L7.71484e-08%205.83082ZM7.09741%2011.435L17.3974%201.43496L16.0042%202.01538e-07L5.70425%2010L7.09741%2011.435Z%22%20transform%3D%22translate(6.29932%209.28253)%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-30_gray_plus_circle {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%3E%0D%0A%20%20%20%20%3Cpath%20stroke%3D%22%23CCC%22%20d%3D%22M29.5%2C15%20C29.5%2C6.99186186%2023.0081471%2C0.5%2015%2C0.5%20C6.99187237%2C0.5%200.5%2C6.99187237%200.5%2C15%20C0.5%2C23.0081471%206.99186186%2C29.5%2015%2C29.5%20C23.0081576%2C29.5%2029.5%2C23.0081576%2029.5%2C15%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23CCC%22%20points%3D%2216%2023%2016%207%2014%207%2014%2023%22%2F%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23CCC%22%20points%3D%2223%2014%207%2014%207%2016%2023%2016%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-30_white_check_green_circle {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M30%2C15%20C30%2C23.2843%2023.2843%2C30%2015%2C30%20C6.71573%2C30%200%2C23.2843%200%2C15%20C0%2C6.71573%206.71573%2C0%2015%2C0%20C23.2843%2C0%2030%2C6.71573%2030%2C15%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12.70001%2C20%20L11.99919%2C20.7133%20L12.69587%2C21.3978%20L13.39659%2C20.7175%20L12.70001%2C20%20Z%20M6.299179%2C15.11334%20L11.99919%2C20.7133%20L13.40083%2C19.28666%20L7.700821%2C13.68666%20L6.299179%2C15.11334%20Z%20M13.39659%2C20.7175%20L23.6966%2C10.717478%20L22.3034%2C9.282522%20L12.00343%2C19.28252%20L13.39659%2C20.7175%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-32_articles {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.333%2028H4v-9.333c0-.354.14-.693.39-.943L19.058%203.057c.52-.52%201.365-.52%201.886%200l8%208c.52.52.52%201.365%200%201.886L14.276%2027.61c-.25.25-.589.39-.943.39h-8zM24%2014.114L26.114%2012%2020%205.886%206.667%2019.219v6.114h6.114L22.114%2016l-3.724-3.724a1.334%201.334%200%200%201%201.886-1.886L24%2014.114z%22%20fill%3D%22%23FFBE0A%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-32_bplan {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16%201.333c1.734%200%203.219%201.068%203.75%202.667H24a4%204%200%200%201%204%204v18.667a4%204%200%200%201-4%204H8a4%204%200%200%201-4-4V8a4%204%200%200%201%204-4h4.25c.531-1.599%202.016-2.667%203.75-2.667zM16%204c-.802%200-1.333.531-1.333%201.333%200%20.802.53%201.334%201.333%201.334.802%200%201.333-.532%201.333-1.334S16.803%204%2016%204zM8%206.667c-.736%200-1.333.597-1.333%201.333v18.667C6.667%2027.403%207.264%2028%208%2028h16c.736%200%201.333-.597%201.333-1.333V8c0-.736-.597-1.333-1.333-1.333h-1.333V8c0%20.736-.597%201.333-1.334%201.333H10.667A1.333%201.333%200%200%201%209.333%208V6.667H8zm13.26%206.99l.01-.01a1.031%201.031%200%200%201%201.46.02c.404.416.399%201.08-.011%201.49l-7.11%207.108c-.52.521-1.364.521-1.885%200l-3.11-3.109a1.06%201.06%200%200%201%200-1.5%201.031%201.031%200%200%201%201.459%200l2.594%202.594%206.593-6.594z%22%20fill%3D%22%231197C3%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-32_companies {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.667%206.667v2.666h2.666V6.667c0-.737.597-1.334%201.334-1.334h10.666c.737%200%201.334.597%201.334%201.334V24c0%20.736-.597%201.333-1.334%201.333h-4V28h4a4%204%200%200%200%204-4V6.667a4%204%200%200%200-4-4H14.667a4%204%200%200%200-4%204zM16%208v2.667h2.667V8H16zm5.333%200v2.667H24V8h-2.667zM16%2013.333V16h2.667v-2.667H16zm5.333%200V16H24v-2.667h-2.667zM16%2018.667v2.666h2.667v-2.666H16zm5.333%200v2.666H24v-2.666h-2.667zm-10.666%202.666c3.054%200%205.256%201.012%206.647%202.721.857%201.054%201.238%202.115%201.341%202.897l.012.174a3.542%203.542%200%200%201-3.542%203.542H6.208a3.542%203.542%200%200%201-3.541-3.542l.011-.174c.103-.782.485-1.843%201.342-2.897%201.39-1.71%203.593-2.72%206.647-2.72zm4.578%204.404C14.37%2024.661%2012.931%2024%2010.667%2024c-2.265%200-3.702.66-4.579%201.737-.46.565-.682%201.124-.75%201.47a.875.875%200%200%200%20.87.793h8.917c.456%200%20.83-.348.871-.792-.068-.347-.291-.906-.75-1.47zm-4.578-11.07a1.333%201.333%200%201%200%200%202.666%201.333%201.333%200%200%200%200-2.666zm0-2.667a4%204%200%201%201%200%208%204%204%200%200%201%200-8z%22%20fill%3D%22%23FA961E%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-32_franchises {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.333%204c-.698%200-1.411.245-1.917.75-.505.505-.75%201.219-.75%201.917V8h-4a4%204%200%200%200-4%204v12a4%204%200%200%200%204%204h18.667a4%204%200%200%200%204-4V12a4%204%200%200%200-4-4h-4V6.667c0-.698-.245-1.412-.75-1.917-.505-.505-1.219-.75-1.916-.75h-5.334zm0%202.667h5.333V8h-5.333V6.667zm-8%2012h21.333V24c0%20.736-.596%201.333-1.333%201.333H6.667A1.333%201.333%200%200%201%205.332%2024v-5.333zm1.333-8h18.667c.737%200%201.334.597%201.334%201.333v4H5.332v-4c0-.736.597-1.333%201.333-1.333zM16%2012c-.735%200-1.334.599-1.334%201.333%200%20.735.6%201.334%201.334%201.334.734%200%201.333-.6%201.333-1.334C17.333%2012.6%2016.734%2012%2016%2012z%22%20fill%3D%22%23FFBE0A%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-32_gb {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.87%2010.977c-.14-.694-.203-1.42-.203-2.31%200-2.943%202.779-6%206-6h6.666c3.221%200%206%203.057%206%206%200%20.856-.07%201.595-.216%202.312a4.16%204.16%200%200%201%201.697.396c2.122.99%202.952%203.408%201.712%205.888.024-.048-.855%202.035-1.294%202.856C25.944%2022.532%2024.305%2024%2022%2024h-4.667v2.667h4C22.667%2026.667%2024%2028%2024%2029.333H8c0-1.333%201.333-2.666%202.667-2.666h4V24H10c-2.305%200-3.944-1.468-5.232-3.881-.439-.821-1.318-2.904-1.294-2.856-1.24-2.48-.41-4.898%201.712-5.888a4.194%204.194%200%200%201%201.684-.398zm3.68%202.476c.148.297.27.569.526%201.154.347.792.5%201.12.67%201.41l.025.043h8.458c.095-.157.208-.376.34-.66.097-.206.175-.384.355-.793.27-.617.391-.886.505-1.102v-.002c.053-.13.394-.975.482-1.198.157-.398.27-.706.363-.996.272-.845.393-1.606.393-2.642%200-1.524-1.645-3.334-3.334-3.334h-6.666c-1.689%200-3.334%201.81-3.334%203.334%200%20.976.086%201.64.286%202.328.09.309.205.637.377%201.076.093.24.46%201.146.554%201.382zm14.33%205.41c.367-.687%201.227-2.726%201.26-2.793.572-1.142.303-1.925-.454-2.278-.723-.338-1.464-.091-1.827.804-.13.262-.241.506-.492%201.08-.189.43-.273.62-.381.851-.724%201.551-1.189%202.2-2.32%202.2h-9.333c-.883%200-1.39-.507-1.89-1.366-.242-.413-.417-.788-.81-1.685a28.673%2028.673%200%200%200-.538-1.18c-.317-.795-1.058-1.042-1.781-.704-.757.353-1.026%201.136-.455%202.278.034.067.894%202.106%201.26%202.793.875%201.636%201.806%202.47%202.881%202.47h12c1.075%200%202.006-.834%202.88-2.47z%22%20fill%3D%22%23A01EAA%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-32_idea {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16%202.667c5.875%200%2010.667%204.791%2010.667%2010.666%200%203.141-1.589%205.339-2.959%207-1.37%201.662-2.374%202.787-2.374%204.084v2.25a2.665%202.665%200%200%201-2.667%202.666h-.375A2.642%202.642%200%200%201%2016%2030.667a2.642%202.642%200%200%201-2.291-1.334h-.375a2.665%202.665%200%200%201-2.667-2.666v-2.25c0-1.323-1.01-2.474-2.375-4.125-1.365-1.651-2.958-3.808-2.958-6.959C5.333%207.458%2010.125%202.667%2016%202.667zm0%202.666c-4.432%200-8%203.568-8%208%200%202.276%201.073%203.724%202.375%205.292%201.219%201.469%202.766%203.088%202.959%205.375h5.333c.192-2.27%201.74-3.901%202.958-5.375C22.922%2017.047%2024%2015.599%2024%2013.333c0-4.432-3.567-8-8-8zm-12.333.209c.172%200%20.37.01.542.083.682.281.99%201.068.708%201.75-.281.682-1.068%201.031-1.75.75-.682-.281-.99-1.068-.708-1.75.213-.51.687-.828%201.208-.833zm24.75%200c.52.005%201.036.323%201.25.833.281.682-.068%201.469-.75%201.75-.683.281-1.469-.068-1.75-.75-.281-.682.067-1.469.75-1.75.172-.073.328-.083.5-.083zM2.667%2012C3.407%2012%204%2012.594%204%2013.333a1.33%201.33%200%200%201-1.333%201.334%201.33%201.33%200%200%201-1.333-1.334c0-.74.593-1.333%201.333-1.333zm26.666%200c.735%200%201.334.599%201.334%201.333%200%20.735-.6%201.334-1.334%201.334A1.336%201.336%200%200%201%2028%2013.333C28%2012.6%2028.6%2012%2029.334%2012zm-1.041%206.417c.172%200%20.37.052.541.125.683.28.99%201.067.709%201.75-.281.682-1.068.99-1.75.708-.683-.281-.99-1.068-.709-1.75.214-.51.688-.828%201.209-.833zm-24.584.041c.521.006.995.323%201.209.834.281.682-.026%201.468-.708%201.75-.683.28-1.47-.068-1.75-.75-.282-.683.026-1.47.708-1.75.172-.073.37-.084.542-.084zM18.668%2024H17.35l-.017-2.667c0-2.003.781-5.009%201.946-6.64l.845-1.182c.285-.399.24-.945-.107-1.292a.747.747%200%200%200-1.057%200l-.667.667a3.024%203.024%200%200%201-4.276%200l-.667-.667a.747.747%200%200%200-1.057%200%201.003%201.003%200%200%200-.107%201.292l.845%201.182c1.164%201.631%201.652%204.636%201.652%206.64V24h-1.333v-2.667c0-1.726-.401-4.46-1.404-5.865l-.845-1.182a2.336%202.336%200%200%201%20.25-3.01%202.08%202.08%200%200%201%202.942%200l.667.667c.66.66%201.73.66%202.39%200l.667-.667a2.08%202.08%200%200%201%202.943%200c.807.808.912%202.08.249%203.01l-.845%201.182c-1.003%201.405-1.698%204.14-1.698%205.865V24z%22%20fill%3D%22%23FF4545%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-32_invest {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.668%2022.62c-1.653-.129-2.739-.53-4.001-1.287l-.597-.14a1.333%201.333%200%200%201-.596-1.79c.33-.658%201.13-.925%201.193-.736l.596.14C13.094%2019.723%2014.018%2020%2016%2020c2.534%200%204-.611%204-1.333%200-.723-1.466-1.334-3.974-1.334-3.796.072-6.692-1.153-6.692-4%200-2.496%202.173-3.698%205.334-3.95l-.001-.05v-.666a1.333%201.333%200%200%201%202.667%200v.666l-.001.048c1.673.132%202.854.555%204.597%201.426a1.333%201.333%200%200%201-1.193%202.386C18.907%2012.277%2017.983%2012%2016%2012c-2.533%200-4%20.611-4%201.333%200%20.743%201.508%201.38%204%201.334%203.867%200%206.667%201.166%206.667%204%200%202.496-2.173%203.698-5.334%203.95V23.332a1.333%201.333%200%201%201-2.666%200v-.666-.047zM16%2030.667C7.9%2030.667%201.334%2024.1%201.334%2016S7.9%201.333%2016%201.333C24.1%201.333%2030.667%207.9%2030.667%2016S24.1%2030.667%2016%2030.667zM16%2028c6.628%200%2012-5.373%2012-12S22.628%204%2016%204C9.373%204%204%209.373%204%2016s5.373%2012%2012%2012z%22%20fill%3D%22%23008B8B%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-32_kn {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.33%2012.083h1.34a1.333%201.333%200%200%200%202.66%200h1.34a1.333%201.333%200%200%200%202.66%200h1.34a1.333%201.333%200%200%200%202.66%200h1.34a1.333%201.333%200%201%200%202.637-.348c.439-.4.57-1.061.278-1.61L23.417%206.04a1.333%201.333%200%200%200-1.177-.708H9.76c-.493%200-.946.273-1.178.708l-2.167%204.084a1.333%201.333%200%200%200%20.278%201.61%201.333%201.333%200%200%200%202.638.349zM6.316%204.177a2.667%202.667%200%200%201%202.402-1.51h14.565c1.025%200%201.959.587%202.403%201.51l3.565%207.406.083.209V12c0%201.172-.52%202.224-1.333%202.958v10.375a4%204%200%200%201-4%204H8a4%204%200%200%201-4-4V14.958A3.985%203.985%200%200%201%202.667%2012v-.208l.083-.209%203.565-7.406zM17.333%2016v10.667H24c.736%200%201.333-.597%201.333-1.334V16h-8zM6.667%2016v9.333c0%20.737.596%201.334%201.333%201.334h6.666V16h-8zm6.666%204C12.6%2020%2012%2020.599%2012%2021.333c0%20.735.599%201.334%201.333%201.334V20zm5.333%200v2.667c.735%200%201.334-.6%201.334-1.334C20%2020.6%2019.4%2020%2018.666%2020z%22%20fill%3D%22%231EA01E%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-32_opt {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.537%203.804a2.667%202.667%200%200%201%202.185-1.137h14.556c.87%200%201.686.424%202.185%201.137l3.388%204.84c.314.449.482.983.482%201.53v15.16a4%204%200%200%201-4%204H6.667a4%204%200%200%201-4-4v-15.16c0-.547.168-1.081.482-1.53l3.388-4.84zm2.796%201.53c-.42%200-.814.197-1.066.533L6.667%208h8V5.333H9.333zm8%200V8h8l-1.6-2.133a1.333%201.333%200%200%200-1.066-.534h-5.334zM6.667%2010.666c-.737%200-1.334.597-1.334%201.333v13.333c0%20.737.597%201.334%201.334%201.334h18.666c.737%200%201.334-.597%201.334-1.334V12c0-.736-.597-1.333-1.334-1.333H6.667zm5.333%204c0-.737.597-1.334%201.333-1.334h5.334a1.333%201.333%200%200%201%200%202.667h-5.334A1.333%201.333%200%200%201%2012%2014.667z%22%20fill%3D%22%233CB371%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-32_qa {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16%201.333C24.1%201.333%2030.667%207.9%2030.667%2016S24.1%2030.667%2016%2030.667%201.333%2024.1%201.333%2016%207.9%201.333%2016%201.333zM16%204C9.373%204%204%209.373%204%2016s5.373%2012%2012%2012%2012-5.373%2012-12S22.627%204%2016%204zm-2.667%2017.333a1.333%201.333%200%201%201%200%202.667%201.333%201.333%200%200%201%200-2.667zm6.667%200A1.333%201.333%200%201%201%2020%2024a1.333%201.333%200%200%201%200-2.667zM20%208c.736%200%201.333.597%201.333%201.333v9.334a1.333%201.333%200%200%201-2.666%200V9.333C18.667%208.597%2019.263%208%2020%208zm-8.667%204.667a1.333%201.333%200%200%201-2.666%200C8.667%209.93%2010.597%208%2013.333%208c2.215%200%204%202.083%204%204.667%200%201.764-.536%202.971-1.625%204.333-.023.027-.509.621-.623.771-.313.412-.418.648-.418.896a1.333%201.333%200%200%201-2.667%200c0-.938.33-1.68.964-2.512.147-.194.665-.826.661-.821.745-.93%201.042-1.599%201.042-2.667%200-1.194-.691-2-1.334-2-1.263%200-2%20.736-2%202z%22%20fill%3D%22%23FA961E%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-32_requests {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15.905%2018.667L18.572%2016h-7.905a1.333%201.333%200%201%201%200-2.667h8c.705%200%201.283.548%201.33%201.242l1.364-1.364c.52-.52%201.365-.52%201.886%200l6.209%206.209c.52.52.52%201.365%200%201.886l-7.637%207.637c-.25.25-.59.39-.943.39h-7.543v-7.542c0-.158.028-.312.081-.458h-2.747a1.333%201.333%200%201%201%200-2.666h5.238zm6.399-2.628L16%2022.343v4.324h4.323l6.304-6.304-4.323-4.324zM8%202.667h13.333c2%200%204%202%204%204v2.666a1.333%201.333%200%201%201-2.666%200V6.667c0-.737-.597-1.334-1.334-1.334H8c-.736%200-1.333.597-1.333%201.334V24c0%20.736.597%201.333%201.333%201.333h1.333a1.333%201.333%200%200%201%200%202.667H8c-2%200-4-2-4-4V6.667c0-2%202-4%204-4zm1.333%206.666C9.333%208.597%209.93%208%2010.667%208h8a1.333%201.333%200%200%201%200%202.667h-8a1.333%201.333%200%200%201-1.334-1.334z%22%20fill%3D%22%2300B4F0%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-32_start {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.83%2023.54c-1.888.25-3.06.117-3.773-.597-.749-.75-.896-1.95-.628-3.776l-6.28-.698.602-1.604c1.78-4.747%206.006-6.81%209.765-6.864a48.451%2048.451%200%200%201%201.633-2.714c.8-1.226%201.545-2.2%202.241-2.896%201.83-1.83%205.1-2.615%209.82-2.516a4%204%200%200%201%203.915%203.915c.099%204.72-.687%207.99-2.516%209.82-.697.696-1.67%201.441-2.896%202.24A48.428%2048.428%200%200%201%2022%2019.485c-.054%203.76-2.117%207.984-6.864%209.764l-1.604.602-.702-6.31zm1.2-3.017a100.637%20100.637%200%200%200%206.139-3.072%2048.571%2048.571%200%200%200%203.087-1.834c1.084-.707%201.923-1.349%202.468-1.893%201.189-1.189%201.82-3.817%201.735-7.878a1.333%201.333%200%200%200-1.305-1.305c-4.06-.085-6.69.546-7.878%201.735-.544.544-1.186%201.384-1.893%202.468a48.573%2048.573%200%200%200-1.834%203.087%2092.52%2092.52%200%200%200-2.358%204.616%20101.69%20101.69%200%200%200-.916%201.967c-.282%201.358-.332%202.265-.335%202.548.099.012.224.018.373.018.544%200%201.312-.086%202.29-.263l.427-.194zm8.47-13.69c.682%200%201.354.271%201.875.792a2.64%202.64%200%200%201%200%203.75%202.64%202.64%200%200%201-3.75%200%202.64%202.64%200%200%201%200-3.75%202.645%202.645%200%200%201%201.875-.792zm-11.938%206.172a9.37%209.37%200%200%200-1.406.532c-1.276.608-2.335%201.486-3.114%202.682l3.097.344%201.423-3.558zm-3.895%208.328v3.959h4c0%205.375-7.917%203.958-7.917%203.958s-1.417-7.917%203.917-7.917zm9.114%204.625c1.196-.779%202.074-1.838%202.682-3.115.22-.462.396-.94.531-1.405l-3.557%201.423.344%203.097z%22%20fill%3D%22%231EA01E%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-32_yellow_sad_smile {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16%2030C23.732%2030%2030%2023.732%2030%2016C30%208.26801%2023.732%202%2016%202C8.26801%202%202%208.26801%202%2016C2%2023.732%208.26801%2030%2016%2030Z%22%20fill%3D%22%23FA961E%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.0001%2019C13.3656%2019%2011.6646%2020.306%2010.8322%2021.5547C10.5258%2022.0142%209.90494%2022.1384%209.44541%2021.832C8.98588%2021.5257%208.8617%2020.9048%209.16806%2020.4453C10.3356%2018.694%2012.6346%2017%2016.0001%2017C19.3656%2017%2021.6646%2018.694%2022.8322%2020.4453C23.1385%2020.9048%2023.0143%2021.5257%2022.5548%2021.832C22.0953%2022.1384%2021.4744%2022.0142%2021.1681%2021.5547C20.3356%2020.306%2018.6346%2019%2016.0001%2019Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Ccircle%20cx%3D%2211.5%22%20cy%3D%2212.5%22%20r%3D%222.5%22%20fill%3D%22black%22%2F%3E%0D%0A%3Ccircle%20cx%3D%2220.5%22%20cy%3D%2212.5%22%20r%3D%222.5%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-32_yellow_star {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.0052%2023.9701L9.27011%2027.9678C8.6367%2028.3437%207.81833%2028.1352%207.44222%2027.5021C7.26818%2027.2091%207.21296%2026.8606%207.28791%2026.5282L9.0101%2018.8898L3.12541%2013.7221C2.57198%2013.2361%202.51746%2012.3936%203.00365%2011.8404C3.22863%2011.5844%203.54312%2011.4242%203.88254%2011.3928L11.682%2010.6697L14.7801%203.47818C15.0715%202.80185%2015.8562%202.48969%2016.5327%202.78094C16.8458%202.91572%2017.0954%203.16521%2017.2302%203.47818L20.3284%2010.6697L28.1278%2011.3928C28.8613%2011.4608%2029.4008%2012.1103%2029.3328%2012.8435C29.3013%2013.1828%2029.141%2013.4972%2028.8849%2013.7221L23.0002%2018.8898L24.7224%2026.5282C24.8844%2027.2465%2024.4331%2027.9601%2023.7145%2028.122C23.382%2028.1969%2023.0333%2028.1417%2022.7402%2027.9678L16.0052%2023.9701Z%22%20fill%3D%22%23FFBE0A%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-35_agreement_green {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--Generated%20by%20IJSVG%20(https%3A%2F%2Fgithub.com%2Fcurthard89%2FIJSVG)--%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22%231EA01E%22%20transform%3D%22translate(6%2C%205)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M34.4137%2C23.785l-8.1371%2C9.2389c-1.0862%2C1.2303%20-2.6562%2C1.9363%20-4.3069%2C1.9369h-12.2571l-2.12868%2C2.1068l-7.5839%2C-7.3171l5.43615%2C-5.3463c2.25183%2C-2.2142%205.58385%2C-2.9606%208.57955%2C-1.9218l1.1979%2C0.4153h7.3397c0.6259%2C-0.0003%201.2252%2C0.2506%201.6609%2C0.6953c0.4357%2C0.4448%200.6706%2C1.0453%200.6509%2C1.6645c-0.0714%2C1.2575%20-1.1309%2C2.2362%20-2.4033%2C2.22h-4.4138c-0.3349%2C-0.0216%20-0.6542%2C0.143%20-0.8283%2C0.427c-0.1741%2C0.2841%20-0.1741%2C0.6403%200%2C0.9244c0.1741%2C0.284%200.4934%2C0.4486%200.8283%2C0.427h4.4138c2.238%2C0.0027%204.0844%2C-1.7333%204.1963%2C-3.9456c0%2C0%200%2C-0.0377%200%2C-0.0566l4.0781%2C-4.5307c0.8605%2C-0.9882%202.3536%2C-1.1328%203.3914%2C-0.3285c0.4987%2C0.4079%200.8102%2C0.9975%200.8641%2C1.6356c0.0538%2C0.6381%20-0.1546%2C1.2708%20-0.578%2C1.7549Zm-3.1778%2C-19.7087v0.4795c0%2C0.52481%200%2C1.06472%200.0229%2C1.64239c0.0496%2C2.54099%200.103%2C5.51991%20-0.763%2C8.30631c-1.2013%2C3.7723%20-4.7358%2C6.3376%20-8.7321%2C6.3376c-3.9963%2C0%20-7.5309%2C-2.5653%20-8.7322%2C-6.3376c-0.8736%2C-2.7826%20-0.8202%2C-5.75777%20-0.763%2C-8.30631c0%2C-0.57389%200.0229%2C-1.13268%200.0229%2C-1.64239v-0.4795c0%2C-0.39411%200.3228%2C-0.7136%200.721%2C-0.7136h0.4845c3.1434%2C0%205.4362%2C-0.85328%207.4389%2C-2.76752l0.3396%2C-0.324703c0.28%2C-0.270503%200.727%2C-0.270503%201.0071%2C0l0.3395%2C0.324703c1.9723%2C1.91424%204.265%2C2.76752%207.416%2C2.76752h0.4845c0.3953%2C0.00414%200.7134%2C0.32242%200.7134%2C0.7136Zm-5.1577%2C4.39858l-0.946%2C-0.9439c-0.247%2C-0.24286%20-0.6457%2C-0.24286%20-0.8927%2C0l-3.5554%2C3.51892l-1.3886%2C-1.36682c-0.2495%2C-0.23685%20-0.6433%2C-0.23685%20-0.8927%2C0l-0.9537%2C0.95522c-0.2454%2C0.2444%20-0.2454%2C0.6391%200%2C0.8835l2.781%2C2.7524c0.247%2C0.2429%200.6457%2C0.2429%200.8927%2C0l4.9593%2C-4.90827c0.1197%2C-0.11823%200.1866%2C-0.27894%200.1859%2C-0.44631c-0.0007%2C-0.16738%20-0.069%2C-0.32752%20-0.1898%2C-0.44474Z%22%20transform%3D%22translate(0%2C%20-0.0676258)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 48px;
  height: 48px;
}

.icon-35_white_bulb {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2235px%22%20height%3D%2235px%22%20viewBox%3D%220%200%2035%2035%22%20style%3D%22enable-background%3Anew%200%200%2035%2035%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M20.5%2C28h-6.5v-4.8h6.5V28z%20M15.2%2C26.6h3.9v-2.2h-3.9V26.6z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M20.3%2C24.5H14l-0.1-0.5c-0.2-1.2-0.7-2.4-1.5-3.4L11.3%2C19c-1-1.3-1.5-2.8-1.5-4.4%0D%0A%09%09c0-4%2C3.3-7.3%2C7.3-7.3s7.3%2C3.3%2C7.3%2C7.3c0%2C1.6-0.5%2C3.1-1.5%2C4.4l-0.2%2C0.3l-0.9%2C1.2c-0.7%2C1-1.2%2C2.2-1.5%2C3.4L20.3%2C24.5z%20M15.1%2C23.1h4.2%0D%0A%09%09c0.3-1.2%2C0.8-2.4%2C1.6-3.4l1.1-1.6c0.8-1.1%2C1.2-2.3%2C1.2-3.6c0-3.3-2.7-6-6-6s-6%2C2.7-6%2C6c0%2C1.3%2C0.4%2C2.6%2C1.2%2C3.6l0.3%2C0.5l0.8%2C1.1%0D%0A%09%09C14.3%2C20.8%2C14.8%2C21.9%2C15.1%2C23.1z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cellipse%20style%3D%22fill%3A%23FFFFFF%3B%22%20cx%3D%2217.2%22%20cy%3D%2228%22%20rx%3D%221.5%22%20ry%3D%220.8%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%229.1%22%20y%3D%226.7%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-2.7619%209.2434)%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%221.3%22%20height%3D%222.4%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%225.5%22%20y%3D%2214.7%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%222.4%22%20height%3D%221.3%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%228.5%22%20y%3D%2222.2%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-13.3187%2013.5208)%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%222.4%22%20height%3D%221.3%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%2223.5%22%20y%3D%227.3%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%201.6161%2019.8131)%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%222.4%22%20height%3D%221.3%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%2226.6%22%20y%3D%2214.7%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%222.4%22%20height%3D%221.3%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%2224.2%22%20y%3D%2221.6%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-8.8729%2024.2554)%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%221.3%22%20height%3D%222.4%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 35px;
  height: 35px;
}

.icon-35_white_money {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2235px%22%20height%3D%2235px%22%20viewBox%3D%220%200%2035%2035%22%20style%3D%22enable-background%3Anew%200%200%2035%2035%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M17.5%2C27.2C17.5%2C27.2%2C17.5%2C27.2%2C17.5%2C27.2c-0.4%2C0-2.9%2C0-5.4-0.7c-1.7-0.4-2.9-1.3-3.6-2.5%0D%0A%09%09c-0.8-1.5-0.9-3.4-0.3-5.7c1.1-4.1%2C4.5-6.3%2C6-7l-1.7-3.2l0.6-0.3c0%2C0%2C0.9-0.5%2C1.9-0.7c1.5-0.3%2C2.5-0.3%2C2.5-0.3c0%2C0%2C1%2C0%2C2.5%2C0.3%0D%0A%09%09c1%2C0.2%2C1.9%2C0.7%2C1.9%2C0.7l0.6%2C0.3l-1.7%2C3.2c1.5%2C0.8%2C4.9%2C2.9%2C6%2C7c0.6%2C2.3%2C0.5%2C4.2-0.3%2C5.7c-0.7%2C1.2-2%2C2.1-3.6%2C2.5%0D%0A%09%09C20.4%2C27.2%2C17.9%2C27.2%2C17.5%2C27.2z%20M17.5%2C25.9c0%2C0%2C2.6%2C0%2C5-0.6c1.3-0.3%2C2.3-1%2C2.8-1.9c0.7-1.1%2C0.7-2.7%2C0.2-4.7%0D%0A%09%09c-1.2-4.5-5.8-6.4-5.9-6.5L19%2C11.9l1.7-3.3c-0.3-0.1-0.6-0.2-1-0.3C18.4%2C8%2C17.5%2C8%2C17.5%2C8c0%2C0-0.9%2C0-2.2%2C0.3c-0.4%2C0.1-0.7%2C0.2-1%2C0.3%0D%0A%09%09l1.7%2C3.3l-0.7%2C0.3c0%2C0-4.7%2C2-5.9%2C6.5c-0.5%2C2-0.5%2C3.5%2C0.2%2C4.7c0.5%2C0.9%2C1.5%2C1.6%2C2.8%2C1.9C14.9%2C25.9%2C17.5%2C25.9%2C17.5%2C25.9z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M26.2%2C14.6c0%2C0-2.8-1.9-4.6-2.1c-1.9-0.3-6.4-0.2-6.5-0.2l0-1.3c0.2%2C0%2C4.6-0.1%2C6.7%2C0.2%0D%0A%09%09c2.2%2C0.3%2C5%2C2.3%2C5.2%2C2.4L26.2%2C14.6z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M17.8%2C23.9c-1.6%2C0-3.4-1.5-3.4-4.8c0-3.9%2C2-4.6%2C3.2-4.7c1.7-0.1%2C2.8%2C1.3%2C2.9%2C1.4l-1%2C0.8%0D%0A%09%09c0%2C0-0.8-0.9-1.8-0.9c-1.3%2C0.1-1.9%2C1.2-1.9%2C3.4c0%2C2.3%2C1%2C3.5%2C2.1%2C3.5c1%2C0%2C1.6-0.7%2C1.6-0.7l1%2C0.9C20.4%2C22.8%2C19.4%2C23.9%2C17.8%2C23.9z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%2213.4%22%20y%3D%2217.4%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%224.9%22%20height%3D%221.3%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%2213.4%22%20y%3D%2219.4%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%224.9%22%20height%3D%221.3%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 35px;
  height: 35px;
}

.icon-35_white_people {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2235px%22%20height%3D%2235px%22%20viewBox%3D%220%200%2035%2035%22%20style%3D%22enable-background%3Anew%200%200%2035%2035%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M27.4%2C27.3H7.9v-0.7c0-1.5%2C0.8-3.4%2C3-4.3c2.7-1.1%2C3.7-2.1%2C3.7-2.3l0-1.3c-0.1-0.2-0.3-0.4-0.6-0.8%0D%0A%09%09c-0.3-0.5-0.4-1.1-0.5-1.4c-0.3-0.3-0.8-0.9-0.9-1.5c-0.2-0.7%2C0-1.4%2C0.1-1.7c-0.1-0.7-0.4-3.3%2C1-4.9c1.6-1.9%2C4.8-1.9%2C4.9-1.9l0.4%2C0%0D%0A%09%09l0.5%2C1.1c0.7%2C0.2%2C2.2%2C0.9%2C2.8%2C2.6c0.5%2C1.5%2C0.1%2C2.7-0.1%2C3.2c0.1%2C0.3%2C0.3%2C0.7%2C0.3%2C1.2c0%2C0.8-0.4%2C1.8-1.2%2C2c0%2C0.2-0.1%2C0.4-0.1%2C0.6%0D%0A%09%09c0%2C0.5-0.4%2C1.2-0.6%2C1.5v1.3c0%2C0.5%2C0.4%2C0.7%2C2.2%2C1.5c0.5%2C0.2%2C1%2C0.4%2C1.6%2C0.7c3.1%2C1.4%2C3%2C4.3%2C3%2C4.4L27.4%2C27.3z%20M9.3%2C26H26%0D%0A%09%09c-0.2-0.7-0.7-1.8-2.2-2.5c-0.6-0.3-1.1-0.5-1.5-0.7c-1.8-0.7-3-1.2-3-2.7v-1.7l0.1-0.2c0.3-0.4%2C0.5-0.8%2C0.5-1c0-0.5%2C0.1-1.6%2C1-1.8%0D%0A%09%09c0.1-0.1%2C0.3-0.4%2C0.3-0.8c0-0.3-0.2-0.7-0.3-0.8l-0.3-0.4l0.3-0.4c0%2C0%2C0.6-1%2C0.2-2.5c-0.5-1.5-2.1-1.8-2.1-1.8l-0.3-0.1l-0.4-0.9%0D%0A%09%09c-0.8%2C0.1-2.6%2C0.3-3.5%2C1.4c-1%2C1.2-0.8%2C3.3-0.7%2C4l0%2C0.2L14%2C13.7c-0.1%2C0.1-0.2%2C0.6-0.1%2C1c0.1%2C0.4%2C0.6%2C0.9%2C0.7%2C1.1l0.2%2C0.2l0%2C0.2%0D%0A%09%09c0%2C0.2%2C0.1%2C0.8%2C0.3%2C1.2c0.3%2C0.5%2C0.5%2C0.8%2C0.5%2C0.8l0.2%2C0.2l0%2C1.8c0%2C1.6-3.2%2C3-4.6%2C3.6C10%2C24.2%2C9.5%2C25.3%2C9.3%2C26z%20M20.9%2C15.5L20.9%2C15.5%0D%0A%09%09L20.9%2C15.5z%20M20.9%2C15.5L20.9%2C15.5L20.9%2C15.5z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M30.8%2C25.5h-4.5v-1.3h3.2c0-0.1%2C0-0.3-0.1-0.4c-0.1-0.3-0.5-0.7-1.1-0.9c-3.8-1.5-3.8-2.1-3.8-2.6%0D%0A%09%09c0-0.3%2C0-0.5%2C0-0.8c0-0.2%2C0-0.4%2C0-0.6c0-0.5%2C0.3-1.1%2C0.8-1.8c0.3-0.5%2C0.5-0.9%2C0.5-0.9l0.1-0.2l0.1%2C0c0%2C0%2C0.1-0.2%2C0.1-0.3%0D%0A%09%09c0-0.3%2C0-0.8-0.1-1.1l0-0.1l0-0.1c0-0.7%2C0-1.9-0.2-2.5c-0.2-0.4-1-0.7-1.4-0.8L24%2C11.2l-0.2-0.6c-0.3%2C0-0.7%2C0-0.9%2C0%0D%0A%09%09c-0.4%2C0-1%2C0.2-1.2%2C0.2l-0.4-1.3c0.1%2C0%2C0.9-0.3%2C1.5-0.3c0.5%2C0%2C1.5%2C0%2C1.5%2C0l0.5%2C0L25%2C10c0.6%2C0.2%2C1.6%2C0.6%2C1.9%2C1.4%0D%0A%09%09c0.4%2C0.9%2C0.4%2C2.6%2C0.3%2C3c0%2C0.2%2C0.1%2C0.9%2C0.1%2C1.4c-0.1%2C0.5-0.2%2C0.8-0.4%2C0.9c-0.1%2C0.2-0.3%2C0.6-0.6%2C1.1c-0.5%2C0.7-0.6%2C0.9-0.6%2C1%0D%0A%09%09c0%2C0.1%2C0%2C0.3%2C0%2C0.5c0%2C0.2%2C0%2C0.5%2C0%2C0.7c0.2%2C0.2%2C1.1%2C0.7%2C3%2C1.5c0.9%2C0.3%2C1.6%2C1%2C1.8%2C1.7c0.2%2C0.6%2C0.2%2C1.4%2C0.2%2C1.5L30.8%2C25.5z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M8.9%2C25.8H4.2l0-0.6c0-0.2-0.1-1.2%2C0.2-1.8c0.2-0.5%2C0.7-1.5%2C2.4-2C8%2C21%2C9.1%2C20.1%2C9.3%2C19.9%0D%0A%09%09c0.1-0.2%2C0.1-0.6%2C0.1-0.9c0%2C0-0.1-0.1-0.1-0.1c-0.1-0.1-0.3-0.3-0.4-0.6c-0.2-0.4-0.4-0.9-0.5-1.2c-0.2-0.2-0.6-0.6-0.7-1.1%0D%0A%09%09c-0.2-0.6%2C0.1-1.3%2C0.3-1.7c0-0.4-0.1-1.3-0.1-1.8C7.9%2C12%2C8.2%2C11%2C9.4%2C10.1c1-0.7%2C2.8-0.8%2C3-0.8l0.3%2C0l1%2C0.9l-0.9%2C1l-0.6-0.5%0D%0A%09%09c-0.5%2C0-1.5%2C0.2-2%2C0.6c-0.8%2C0.6-1%2C1.2-1%2C1.5c0%2C0.4%2C0%2C1.3%2C0.1%2C1.8l0%2C0.2l-0.1%2C0.2C9%2C15%2C8.9%2C15.5%2C8.9%2C15.7C9%2C16%2C9.3%2C16.1%2C9.3%2C16.1%0D%0A%09%09l0.2%2C0.2l0.1%2C0.3c0%2C0.2%2C0.2%2C0.7%2C0.3%2C0.9c0.1%2C0.2%2C0.2%2C0.3%2C0.3%2C0.4c0.2%2C0.2%2C0.4%2C0.5%2C0.5%2C0.8c0%2C0%2C0.1%2C1.3-0.3%2C1.9%0D%0A%09%09c-0.3%2C0.5-1.8%2C1.6-3.2%2C2c-1.1%2C0.3-1.4%2C0.9-1.6%2C1.3c-0.1%2C0.1-0.1%2C0.3-0.1%2C0.5h3.4V25.8z%20M9.3%2C19.9L9.3%2C19.9L9.3%2C19.9z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 35px;
  height: 35px;
}

.icon-35_white_replacement {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2235px%22%20height%3D%2235px%22%20viewBox%3D%220%200%2035%2035%22%20style%3D%22enable-background%3Anew%200%200%2035%2035%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M13%2C25.2c-1.8%2C0-3.2-1.4-3.2-3.2s1.4-3.2%2C3.2-3.2s3.2%2C1.4%2C3.2%2C3.2S14.8%2C25.2%2C13%2C25.2z%20M13%2C20.1%0D%0A%09%09c-1%2C0-1.9%2C0.8-1.9%2C1.9s0.8%2C1.9%2C1.9%2C1.9s1.9-0.8%2C1.9-1.9S14.1%2C20.1%2C13%2C20.1z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M14.8%2C30.8h-3.5l-0.1-2.7c-0.4-0.1-0.8-0.3-1.2-0.5l-2%2C1.8L5.5%2C27L7.3%2C25c-0.2-0.4-0.4-0.8-0.5-1.2%0D%0A%09%09l-2.6-0.1v-3.5l2.6-0.1c0.1-0.4%2C0.3-0.8%2C0.5-1.2L5.5%2C17l2.5-2.5l2%2C1.8c0.4-0.2%2C0.8-0.4%2C1.2-0.5l0.1-2.7h3.5l0.1%2C2.7%0D%0A%09%09c0.4%2C0.1%2C0.8%2C0.3%2C1.1%2C0.5l2-1.8l2.5%2C2.5l-1.8%2C2c0.2%2C0.4%2C0.4%2C0.7%2C0.5%2C1.1l2.7%2C0.1v3.5l-2.7%2C0.1c-0.1%2C0.4-0.3%2C0.8-0.5%2C1.1l1.8%2C2%0D%0A%09%09L18%2C29.5l-2-1.8c-0.4%2C0.2-0.7%2C0.4-1.1%2C0.5L14.8%2C30.8z%20M12.6%2C29.5h1l0.1-2.4l0.5-0.1c0.6-0.1%2C1.1-0.4%2C1.7-0.7l0.4-0.3l1.8%2C1.6%0D%0A%09%09l0.7-0.7L17%2C25.1l0.3-0.4c0.3-0.5%2C0.6-1.1%2C0.7-1.7l0.1-0.5l2.4-0.1v-1l-2.4-0.1L18%2C20.9c-0.1-0.6-0.4-1.1-0.7-1.7L17%2C18.8l1.6-1.8%0D%0A%09%09L18%2C16.3l-1.8%2C1.6l-0.4-0.3c-0.5-0.3-1.1-0.6-1.7-0.7l-0.5-0.1l-0.1-2.4h-1l-0.1%2C2.4L12%2C17c-0.6%2C0.1-1.2%2C0.4-1.7%2C0.7l-0.4%2C0.3%0D%0A%09%09l-1.8-1.6L7.4%2C17L9%2C18.8l-0.3%2C0.4c-0.3%2C0.5-0.6%2C1.1-0.7%2C1.7l-0.1%2C0.5l-2.4%2C0.1v1l2.4%2C0.1L8%2C23c0.1%2C0.6%2C0.4%2C1.2%2C0.7%2C1.7L9%2C25.2%0D%0A%09%09l-1.6%2C1.8l0.7%2C0.7L9.8%2C26l0.4%2C0.3c0.5%2C0.3%2C1.1%2C0.6%2C1.7%2C0.7l0.5%2C0.1L12.6%2C29.5z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M23.7%2C13.2c-0.3%2C0-0.6-0.1-0.9-0.2c-0.6-0.2-1-0.7-1.3-1.2c-0.5-1.2%2C0.1-2.5%2C1.2-3%0D%0A%09%09c0.6-0.2%2C1.2-0.2%2C1.8%2C0c0.6%2C0.2%2C1%2C0.7%2C1.3%2C1.2h0c0.5%2C1.2-0.1%2C2.5-1.2%2C3C24.3%2C13.1%2C24%2C13.2%2C23.7%2C13.2z%20M23.7%2C9.9%0D%0A%09%09c-0.1%2C0-0.3%2C0-0.4%2C0.1c-0.5%2C0.2-0.7%2C0.8-0.5%2C1.3c0.1%2C0.2%2C0.3%2C0.4%2C0.5%2C0.5s0.5%2C0.1%2C0.8%2C0c0.5-0.2%2C0.7-0.8%2C0.5-1.3%0D%0A%09%09c-0.1-0.2-0.3-0.4-0.5-0.5C24%2C9.9%2C23.8%2C9.9%2C23.7%2C9.9z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M22.6%2C17.7l-2.7-1.1l0.7-1.9c-0.2-0.2-0.4-0.3-0.5-0.5l-1.9%2C0.7l-1.2-2.7l1.8-0.9c0-0.2%2C0-0.5%2C0-0.7%0D%0A%09%09l-1.8-0.8L18%2C6.9l1.9%2C0.7c0.2-0.2%2C0.3-0.4%2C0.5-0.5l-0.7-1.9L22.5%2C4l0.9%2C1.9c0.2%2C0%2C0.5%2C0%2C0.7%2C0L24.9%2C4l2.7%2C1.1L27%2C7.1%0D%0A%09%09c0.2%2C0.2%2C0.3%2C0.3%2C0.5%2C0.5l1.9-0.7l1.2%2C2.7l-1.9%2C0.9c0%2C0.2%2C0%2C0.5%2C0%2C0.7l1.9%2C0.9l-1.1%2C2.7l-1.9-0.7c-0.2%2C0.2-0.3%2C0.4-0.5%2C0.5l0.7%2C1.9%0D%0A%09%09L25%2C17.6l-0.9-1.8c-0.2%2C0-0.5%2C0-0.7%2C0L22.6%2C17.7z%20M21.5%2C15.8l0.4%2C0.2l0.7-1.6l0.5%2C0.1c0.4%2C0.1%2C0.9%2C0.1%2C1.3%2C0l0.5-0.1l0.7%2C1.6%0D%0A%09%09l0.4-0.2l-0.6-1.7l0.4-0.3c0.4-0.2%2C0.7-0.6%2C0.9-0.9l0.3-0.4l1.7%2C0.6l0.2-0.4L27.2%2C12l0.1-0.5c0.1-0.4%2C0.1-0.9%2C0-1.3l-0.1-0.5%0D%0A%09%09l1.6-0.8l-0.2-0.4L27%2C9.2l-0.3-0.4c-0.2-0.3-0.6-0.6-0.9-0.9l-0.4-0.3L26%2C5.9l-0.4-0.2l-0.7%2C1.6l-0.5-0.1c-0.4-0.1-0.9-0.1-1.3%2C0%0D%0A%09%09l-0.5%2C0.1l-0.7-1.6l-0.4%2C0.2l0.6%2C1.6l-0.4%2C0.3c-0.4%2C0.2-0.7%2C0.6-0.9%2C0.9l-0.3%2C0.4l-1.6-0.6L18.6%2C9l1.6%2C0.7l-0.1%2C0.5%0D%0A%09%09c-0.1%2C0.4-0.1%2C0.9%2C0%2C1.3l0.1%2C0.5l-1.6%2C0.7l0.2%2C0.4l1.6-0.6l0.3%2C0.4c0.3%2C0.4%2C0.6%2C0.7%2C0.9%2C0.9l0.4%2C0.3L21.5%2C15.8z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 35px;
  height: 35px;
}

.icon-36_new_grey {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-2092%20-819)%22%3E%0D%0A%3Cg%20id%3D%22Group%22%3E%0D%0A%3Cg%20id%3D%22Star%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(2092%20819)%22%20fill%3D%22%23BABFC6%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22new%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(2098%20830)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2016.5962%201.54712C%2017.3485%200.718063%2018.6515%200.718063%2019.4038%201.54712C%2020.0016%202.20591%2020.977%202.36041%2021.7491%201.91858C%2022.7208%201.36256%2023.9601%201.76524%2024.4193%202.78619C%2024.7843%203.59745%2025.6642%204.04582%2026.535%203.8642C%2027.631%203.63565%2028.6852%204.40159%2028.8065%205.51448C%2028.9028%206.39881%2029.6012%207.09716%2030.4855%207.19353C%2031.5984%207.31482%2032.3643%208.36905%2032.1358%209.46495C%2031.9542%2010.3358%2032.4025%2011.2157%2033.2138%2011.5807C%2034.2348%2012.0399%2034.6374%2013.2792%2034.0814%2014.2509C%2033.6396%2015.023%2033.7941%2015.9984%2034.4529%2016.5962C%2035.2819%2017.3485%2035.2819%2018.6515%2034.4529%2019.4038C%2033.7941%2020.0016%2033.6396%2020.977%2034.0814%2021.7491C%2034.6374%2022.7208%2034.2348%2023.9601%2033.2138%2024.4193C%2032.4025%2024.7843%2031.9542%2025.6642%2032.1358%2026.535C%2032.3643%2027.631%2031.5984%2028.6852%2030.4855%2028.8065C%2029.6012%2028.9028%2028.9028%2029.6012%2028.8065%2030.4855C%2028.6852%2031.5984%2027.631%2032.3643%2026.535%2032.1358C%2025.6642%2031.9542%2024.7843%2032.4025%2024.4193%2033.2138C%2023.9601%2034.2348%2022.7208%2034.6374%2021.7491%2034.0814C%2020.977%2033.6396%2020.0016%2033.7941%2019.4038%2034.4529C%2018.6515%2035.2819%2017.3485%2035.2819%2016.5962%2034.4529C%2015.9984%2033.7941%2015.023%2033.6396%2014.2509%2034.0814C%2013.2792%2034.6374%2012.0399%2034.2348%2011.5807%2033.2138C%2011.2157%2032.4025%2010.3358%2031.9542%209.46495%2032.1358C%208.36905%2032.3643%207.31482%2031.5984%207.19353%2030.4855C%207.09716%2029.6012%206.39881%2028.9028%205.51448%2028.8065C%204.40159%2028.6852%203.63565%2027.631%203.8642%2026.535C%204.04582%2025.6642%203.59745%2024.7843%202.78619%2024.4193C%201.76524%2023.9601%201.36256%2022.7208%201.91858%2021.7491C%202.36041%2020.977%202.20591%2020.0016%201.54712%2019.4038C%200.718063%2018.6515%200.718063%2017.3485%201.54712%2016.5962C%202.20591%2015.9984%202.36041%2015.023%201.91858%2014.2509C%201.36256%2013.2792%201.76524%2012.0399%202.78619%2011.5807C%203.59745%2011.2157%204.04582%2010.3358%203.8642%209.46495C%203.63565%208.36905%204.40159%207.31482%205.51448%207.19353C%206.39881%207.09716%207.09716%206.39881%207.19353%205.51448C%207.31482%204.40159%208.36905%203.63565%209.46495%203.8642C%2010.3358%204.04582%2011.2157%203.59745%2011.5807%202.78619C%2012.0399%201.76524%2013.2792%201.36256%2014.2509%201.91858C%2015.023%202.36041%2015.9984%202.20591%2016.5962%201.54712Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20d%3D%22M%202.808%207.62L%202.148%206.3L%202.088%206.3L%202.28%207.62L%202.28%2012L%200.72%2012L%200.72%203.54L%201.92%203.54L%205.1%208.016L%205.736%209.3L%205.796%209.3L%205.604%208.016L%205.604%203.6L%207.164%203.6L%207.164%2012.06L%205.964%2012.06L%202.808%207.62ZM%208.60672%203.6L%2013.5867%203.6L%2013.5867%205.064L%2010.2507%205.064L%2010.2507%207.02L%2013.2867%207.02L%2013.2867%208.484L%2010.2507%208.484L%2010.2507%2010.536L%2013.6467%2010.536L%2013.6467%2012L%208.60672%2012L%208.60672%203.6ZM%2017.0602%208.292L%2017.2162%209.78L%2017.2643%209.78L%2017.4323%208.268L%2018.8963%203.6L%2019.9763%203.6L%2021.4163%208.292L%2021.5843%209.78L%2021.6323%209.78L%2021.8123%208.268L%2022.8322%203.6L%2024.5002%203.6L%2022.1843%2012.06L%2021.0803%2012.06L%2019.5802%207.392L%2019.3763%206.108L%2019.3163%206.108L%2019.1122%207.404L%2017.6243%2012.06L%2016.4603%2012.06L%2014.1562%203.6L%2015.9443%203.6L%2017.0602%208.292Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 36px;
  height: 36px;
}

.icon-40_color_telegram {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%0D%0A%20%20%3Cdefs%3E%0D%0A%20%20%20%20%3ClinearGradient%20id%3D%22mess-telegram-a%22%20x1%3D%2250%25%22%20x2%3D%2250%25%22%20y1%3D%220%25%22%20y2%3D%2299.635%25%22%3E%0D%0A%20%20%20%20%20%20%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%2342BCE8%22%2F%3E%0D%0A%20%20%20%20%20%20%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%2323A7DC%22%2F%3E%0D%0A%20%20%20%20%3C%2FlinearGradient%3E%0D%0A%20%20%3C%2Fdefs%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%20fill%3D%22url(%23mess-telegram-a)%22%20fill-rule%3D%22nonzero%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M30.176%2C10.811%20L26.359%2C30.303%20C26.359%2C30.303%2025.825%2C31.655%2024.357%2C31.006%20L15.548%2C24.166%20L12.345%2C22.598%20L6.953%2C20.76%20C6.953%2C20.76%206.125%2C20.463%206.045%2C19.814%20C5.965%2C19.165%206.979%2C18.814%206.979%2C18.814%20L28.415%2C10.298%20C28.414%2C10.297%2030.176%2C9.513%2030.176%2C10.811%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23D2E5F1%22%20fill-rule%3D%22nonzero%22%20d%3D%22M14.87%2C30.083%20C14.87%2C30.083%2014.613%2C30.059%2014.292%2C29.031%20C13.972%2C28.004%2012.343%2C22.597%2012.343%2C22.597%20L25.29%2C14.27%20C25.29%2C14.27%2026.037%2C13.81%2026.011%2C14.27%20C26.011%2C14.27%2026.144%2C14.351%2025.744%2C14.73%20C25.344%2C15.109%2015.573%2C24.003%2015.573%2C24.003%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23B5CFE4%22%20fill-rule%3D%22nonzero%22%20d%3D%22M18.925%2C26.788%20L15.441%2C30.005%20C15.441%2C30.005%2015.169%2C30.214%2014.871%2C30.083%20L15.538%2C24.107%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.icon-40_color_viber {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23885DA9%22%20d%3D%22M37.8211197%2C8.83207668%20C37.1157681%2C6.40684856%2035.7191718%2C4.4911218%2033.6736519%2C3.1358468%20C31.0920648%2C1.4205243%2028.1225347%2C0.815915063%2025.5585812%2C0.445677307%20C22.0106618%2C-0.0638249257%2018.7977857%2C-0.13515496%2015.733032%2C0.224893412%20C12.8622511%2C0.564561277%2010.7003485%2C1.10463253%208.72889035%2C1.9775796%20C4.8635632%2C3.68950564%202.54295575%2C6.45779809%201.83407755%2C10.2043349%20C1.48845569%2C12.0249546%201.25568918%2C13.6689471%201.12167282%2C15.2382131%20C0.811318083%2C18.8658659%201.09345875%2C22.075727%201.98220185%2C25.0512175%20C2.84978396%2C27.9519806%204.36276306%2C30.023955%206.60930881%2C31.3860229%20C7.18064321%2C31.7324846%207.91420894%2C31.9838384%208.62308715%2C32.2250028%20C9.02513805%2C32.3608699%209.41660845%2C32.4933406%209.73754278%2C32.6393971%20C10.0337905%2C32.7718678%2010.0337905%2C32.7956448%2010.030264%2C33.0334119%20C10.0055764%2C35.095196%2010.030264%2C39.1372441%2010.030264%2C39.1372441%20L10.0373179%2C40%20L11.6455197%2C40%20L11.9064994%2C39.7554391%20C12.0793103%2C39.5991924%2016.0645477%2C35.8900193%2017.4858316%2C34.3954807%20L17.6798026%2C34.1882826%20C17.9231496%2C33.9165483%2017.9231496%2C33.9165483%2018.1735488%2C33.9131519%20C20.0921053%2C33.8757882%2022.0529829%2C33.8044581%2023.9997535%2C33.7025582%20C26.3591556%2C33.5802778%2029.0923926%2C33.359493%2031.6669266%2C32.3269027%20C34.0228012%2C31.37923%2035.7438593%2C29.8745012%2036.7771993%2C27.8568736%20C37.8563878%2C25.7509328%2038.4947308%2C23.4717621%2038.7345504%2C20.886889%20C39.1577614%2C16.3421334%2038.8579871%2C12.3985897%2037.8211197%2C8.83207668%20Z%20M29.3357396%2C26.5049959%20C28.7432442%2C27.432289%2027.8615542%2C28.0776584%2026.8211602%2C28.4954492%20C26.0593804%2C28.8011507%2025.2834936%2C28.7366136%2024.5322943%2C28.4309129%20C18.2440839%2C25.8664203%2013.3101497%2C21.8277696%2010.051425%2C16.0194487%20C9.37781388%2C14.8238178%208.91228178%2C13.5194932%208.37621451%2C12.2559288%20C8.26688478%2C11.9977812%208.27393875%2C11.6920805%208.22456368%2C11.4067595%20C8.27041131%2C9.36535501%209.89624759%2C8.2138816%2011.5397165%2C7.86741995%20C12.16748%2C7.7315528%2012.7247073%2C7.94554377%2013.1902394%2C8.37692218%20C14.4810334%2C9.55896635%2015.5002664%2C10.934621%2016.2690992%2C12.4767127%20C16.6041415%2C13.1526519%2016.4524907%2C13.7504674%2015.8811563%2C14.2531758%20C15.761246%2C14.3584731%2015.6378102%2C14.4535801%2015.5073194%2C14.5486871%20C14.2024193%2C15.4929633%2014.0119739%2C16.2096627%2014.706746%2C17.6328713%20C15.8917368%2C20.054703%2017.8596675%2C21.6817122%2020.40246%2C22.6905256%20C21.0725446%2C22.955467%2021.7038345%2C22.8229963%2022.2152143%2C22.2999073%20C22.2857494%2C22.2319738%2022.3633377%2C22.1640402%2022.4127127%2C22.0825199%20C23.4143121%2C20.4724946%2024.8708631%2C20.6321388%2026.2145578%2C21.5492416%20C27.0962478%2C22.1538508%2027.9532503%2C22.7924264%2028.824359%2C23.407225%20C30.1539475%2C24.3481048%2030.143367%2C25.2312412%2029.3357396%2C26.5049959%20Z%20M20.9949554%2C10.435309%20C20.6987077%2C10.435309%2020.40246%2C10.459086%2020.1097398%2C10.506639%20C19.6159936%2C10.5847629%2019.153988%2C10.2654755%2019.0693458%2C9.7899405%20C18.9882302%2C9.31780195%2019.3197459%2C8.86944037%2019.8134921%2C8.79131654%20C20.201435%2C8.72677943%2020.5999585%2C8.69620954%2020.9949554%2C8.69620954%20C24.9061311%2C8.69620954%2028.0872667%2C11.7600141%2028.0872667%2C15.5269305%20C28.0872667%2C15.910755%2028.0555261%2C16.2945795%2027.9885175%2C16.6648181%20C27.9144558%2C17.0894027%2027.5335659%2C17.3917069%2027.0997744%2C17.3917069%20C27.0504002%2C17.3917069%2027.0010251%2C17.3883104%2026.9481235%2C17.3781202%20C26.4579048%2C17.2999963%2026.1263891%2C16.8516348%2026.2075047%2C16.3794971%20C26.2568789%2C16.100969%2026.2815664%2C15.815648%2026.2815664%2C15.5269305%20C26.2815664%2C12.7212735%2023.9080583%2C10.435309%2020.9949554%2C10.435309%20Z%20M25.3787163%2C15.6526074%20C25.3787163%2C16.1315389%2024.9731388%2C16.5221572%2024.4758661%2C16.5221572%20C23.9785934%2C16.5221572%2023.573016%2C16.1315389%2023.573016%2C15.6526074%20C23.573016%2C14.2158121%2022.3562846%2C13.0439582%2020.8644656%2C13.0439582%20C20.3671929%2C13.0439582%2019.9616155%2C12.6533399%2019.9616155%2C12.1744085%20C19.9616155%2C11.695477%2020.3671929%2C11.3048587%2020.8644656%2C11.3048587%20C23.3543574%2C11.3048587%2025.3787163%2C13.2545527%2025.3787163%2C15.6526074%20Z%20M30.5348374%2C17.5853174%20C30.4396147%2C17.9895223%2030.0657779%2C18.2612566%2029.6531474%2C18.2612566%20C29.5861388%2C18.2612566%2029.519131%2C18.2544637%2029.4521224%2C18.240877%20C28.9654293%2C18.1321833%2028.6621285%2C17.6668376%2028.7714583%2C17.1980964%20C28.9019481%2C16.6444376%2028.9689567%2C16.0703991%2028.9689567%2C15.4929633%20C28.9689567%2C11.2674951%2025.3963498%2C7.8266598%2021.0090625%2C7.8266598%20C20.409514%2C7.8266598%2019.8134921%2C7.89119691%2019.2386302%2C8.01687381%20C18.7519371%2C8.12556752%2018.2687715%2C7.83005626%2018.1594417%2C7.36131504%20C18.0465855%2C6.89257295%2018.3534137%2C6.4272282%2018.8401068%2C6.32193094%20C19.5454584%2C6.16568416%2020.2754967%2C6.08756033%2021.0090625%2C6.08756033%20C26.3944227%2C6.08756033%2030.774657%2C10.3062357%2030.774657%2C15.4929633%20C30.774657%2C16.1994725%2030.6935413%2C16.9025852%2030.5348374%2C17.5853174%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.icon-40_color_whatsapp {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M10.9466851%2C36.6690506%20L11.1061964%2C36.7540343%20C13.8346382%2C38.2076808%2016.9062488%2C38.972656%2020.015625%2C38.972656%20C30.4785686%2C38.972656%2038.9961947%2C30.4573878%2039.0000001%2C19.9918126%20C39.0038056%2C14.9225785%2037.0299652%2C10.15504%2033.4431341%2C6.56820974%20C29.8586504%2C2.97992016%2025.0918533%2C1.00380802%2020.015625%2C1%20C9.54936457%2C1%201.03114953%2C9.51467897%201.027344%2C19.980469%20C1.027344%2C23.2410138%201.86790594%2C26.4576291%203.45935086%2C29.2902479%20L3.55347876%2C29.4577865%20L3.5111688%2C29.6452408%20L1.48273911%2C38.6299765%20L10.9466851%2C36.6690506%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23CFD8DC%22%20fill-rule%3D%22nonzero%22%20d%3D%22M10.9466851%2C36.6690506%20L11.1061964%2C36.7540343%20C13.8346382%2C38.2076808%2016.9062488%2C38.972656%2020.015625%2C38.972656%20C30.4785686%2C38.972656%2038.9961947%2C30.4573878%2039.0000001%2C19.9918126%20C39.0038056%2C14.9225785%2037.0299652%2C10.15504%2033.4431341%2C6.56820974%20C29.8586504%2C2.97992016%2025.0918533%2C1.00380802%2020.015625%2C1%20C9.54936457%2C1%201.03114953%2C9.51467897%201.027344%2C19.980469%20C1.027344%2C23.2410138%201.86790594%2C26.4576291%203.45935086%2C29.2902479%20L3.55347876%2C29.4577865%20L3.5111688%2C29.6452408%20L1.48273911%2C38.6299765%20L10.9466851%2C36.6690506%20Z%20M1.7409356%2C39.5956624%20C1.65389046%2C39.6194023%201.56959877%2C39.632813%201.480469%2C39.632813%20C1.21749504%2C39.632813%200.969062018%2C39.5277839%200.766050141%2C39.3324483%20C0.51829784%2C39.0769542%200.42416275%2C38.7111109%200.512269196%2C38.3899152%20L2.49370723%2C29.6111521%20C0.878983498%2C26.670251%200.0273440006%2C23.3478279%200.0273440331%2C19.9802872%20C0.0313503678%2C8.96216109%208.99723336%2C-1.49880108e-15%2020.0160001%2C1.40677283e-07%20C25.3576191%2C0.00400710051%2030.378661%2C2.08551833%2034.1504283%2C5.86129056%20C37.9247396%2C9.63560078%2040.0040047%2C14.657778%2040%2C19.9923698%20C39.9959939%2C31.0098747%2031.0307307%2C39.972656%2020.015625%2C39.972656%20C16.8033936%2C39.972656%2013.6297098%2C39.1971459%2010.7967648%2C37.7212954%20L1.7409356%2C39.5956624%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%2340C351%22%20fill-rule%3D%22nonzero%22%20d%3D%22M31.175781%2C8.832031%20C28.195313%2C5.851563%2024.234375%2C4.207031%2020.019531%2C4.207031%20C11.316406%2C4.207031%204.234375%2C11.28125%204.230469%2C19.980469%20C4.230469%2C22.960938%205.066406%2C25.863281%206.644531%2C28.375%20L7.019531%2C28.972656%20L5.425781%2C34.792969%20L11.398438%2C33.226563%20L11.976563%2C33.570313%20C14.398438%2C35.007813%2017.175781%2C35.769531%2020.007813%2C35.769531%20L20.015625%2C35.769531%20C28.710938%2C35.769531%2035.789063%2C28.691406%2035.792969%2C19.992188%20C35.796875%2C15.777344%2034.15625%2C11.8125%2031.175781%2C8.832031%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M15.269531%2C12.046875%20C14.914063%2C11.253906%2014.539063%2C11.238281%2014.199219%2C11.226563%20C13.921875%2C11.214844%2013.605469%2C11.214844%2013.289063%2C11.214844%20C12.976563%2C11.214844%2012.460938%2C11.332031%2012.027344%2C11.808594%20C11.589844%2C12.28125%2010.363281%2C13.429688%2010.363281%2C15.765625%20C10.363281%2C18.097656%2012.066406%2C20.355469%2012.300781%2C20.671875%20C12.539063%2C20.984375%2015.585938%2C25.929688%2020.40625%2C27.832031%20C24.414063%2C29.410156%2025.230469%2C29.097656%2026.097656%2C29.019531%20C26.96875%2C28.9375%2028.90625%2C27.871094%2029.300781%2C26.761719%20C29.695313%2C25.65625%2029.695313%2C24.707031%2029.578125%2C24.507813%20C29.460938%2C24.308594%2029.144531%2C24.191406%2028.667969%2C23.953125%20C28.195313%2C23.714844%2025.863281%2C22.570313%2025.425781%2C22.410156%20C24.992188%2C22.253906%2024.675781%2C22.175781%2024.359375%2C22.648438%20C24.042969%2C23.121094%2023.132813%2C24.191406%2022.855469%2C24.507813%20C22.578125%2C24.824219%2022.304688%2C24.863281%2021.828125%2C24.628906%20C21.355469%2C24.390625%2019.828125%2C23.890625%2018.015625%2C22.273438%20C16.605469%2C21.015625%2015.652344%2C19.464844%2015.375%2C18.988281%20C15.097656%2C18.515625%2015.34375%2C18.257813%2015.582031%2C18.019531%20C15.796875%2C17.808594%2016.058594%2C17.464844%2016.296875%2C17.1875%20C16.53125%2C16.910156%2016.609375%2C16.714844%2016.769531%2C16.398438%20C16.925781%2C16.082031%2016.847656%2C15.804688%2016.730469%2C15.566406%20C16.613281%2C15.328125%2015.691406%2C12.984375%2015.269531%2C12.046875%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.icon-40_round_fb {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3Ef%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(602%2015)%22%3E%0D%0A%3Cg%20id%3D%22f%22%3E%0D%0A%3Cg%20id%3D%22Ellipse%204%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(-602%20-15)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(-602%20-15)%22%20fill%3D%22%233B5998%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2040%2020C%2040%2031.0457%2031.0457%2040%2020%2040C%208.95431%2040%200%2031.0457%200%2020C%200%208.95431%208.95431%200%2020%200C%2031.0457%200%2040%208.95431%2040%2020Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20d%3D%22M%2020%201.24176e-08C%208.95417%201.24176e-08%201.24176e-08%208.95417%201.24176e-08%2020C%201.24176e-08%2031.0458%208.95417%2040%2020%2040C%2031.0458%2040%2040%2031.0458%2040%2020C%2040%208.95417%2031.0458%201.24176e-08%2020%201.24176e-08ZM%2024.7375%2013.8208L%2021.7313%2013.8208C%2021.375%2013.8208%2020.9792%2014.2896%2020.9792%2014.9125L%2020.9792%2017.0833L%2024.7396%2017.0833L%2024.1708%2020.1792L%2020.9792%2020.1792L%2020.9792%2029.4729L%2017.4313%2029.4729L%2017.4313%2020.1792L%2014.2125%2020.1792L%2014.2125%2017.0833L%2017.4313%2017.0833L%2017.4313%2015.2625C%2017.4313%2012.65%2019.2438%2010.5271%2021.7313%2010.5271L%2024.7375%2010.5271L%2024.7375%2013.8208Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.icon-40_round_google {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2049%20(51002)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0D%0A%20%20%20%20%3Ctitle%3EArtboard%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Artboard%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M32.0001%2C20.26331%20C32.0001%2C19.27666%2031.9184%2C18.556657%2031.7416%2C17.8100001%20L20.2450003%2C17.8100001%20L20.2450003%2C22.26328%20L26.99325%2C22.26328%20C26.85724%2C23.36998%2026.12255%2C25.03666%2024.48987%2C26.15659%20L24.46698%2C26.30569%20L28.10199%2C29.0654%20L28.35383%2C29.09%20C30.6667%2C26.99664%2032.0001%2C23.91663%2032.0001%2C20.26331%22%20id%3D%22path0_fill%22%20fill%3D%22%234285F4%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20.2448%2C31.99666%20C23.5509%2C31.99666%2026.3264%2C30.92994%2028.3536%2C29.09%20L24.4897%2C26.1566%20C23.4557%2C26.86327%2022.0679%2C27.35659%2020.2448%2C27.35659%20C17.00673%2C27.35659%2014.25845%2C25.26333%2013.27877%2C22.3699996%20L13.13517%2C22.3819494%20L9.3554298%2C25.24862%20L9.30600002%2C25.38328%20C11.31958%2C29.30325%2015.45565%2C31.99666%2020.2448%2C31.99666%20Z%22%20id%3D%22path1_fill%22%20fill%3D%22%2334A853%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.27886%2C22.36843%20C13.02036%2C21.62177%2012.87076%2C20.82171%2012.87076%2C19.99509%20C12.87076%2C19.16837%2013.02036%2C18.3684%2013.26526%2C17.62174%20L13.25841%2C17.46272%20L9.43131%2C14.5499997%20L9.30609%2C14.6083683%20C8.476196%2C16.23506%208%2C18.06176%208%2C19.99509%20C8%2C21.92841%208.476196%2C23.75502%209.30609%2C25.3817%20L13.27886%2C22.36843%22%20id%3D%22path2_fill%22%20fill%3D%22%23FBBC05%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20.2448%2C12.63997%20C22.5441%2C12.63997%2024.0951%2C13.6133%2024.9795%2C14.42669%20L28.4352%2C11.12%20C26.3129%2C9.18667%2023.5509%2C8%2020.2448%2C8%20C15.45565%2C8%2011.31958%2C10.69331%209.30600002%2C14.61328%20L13.26517%2C17.62666%20C14.25845%2C14.73333%2017.00673%2C12.63997%2020.2448%2C12.63997%22%20id%3D%22path3_fill%22%20fill%3D%22%23EB4335%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.icon-40_round_vk {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3Ev%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(602%2071)%22%3E%0D%0A%3Cg%20id%3D%22v%22%3E%0D%0A%3Cg%20id%3D%22Ellipse%204%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(-602%20-71)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(-602%20-71)%22%20fill%3D%22%234D7198%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2040%2020C%2040%2031.0457%2031.0457%2040%2020%2040C%208.95431%2040%200%2031.0457%200%2020C%200%208.95431%208.95431%200%2020%200C%2031.0457%200%2040%208.95431%2040%2020Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20d%3D%22M%2020%201.24176e-08C%208.95417%201.24176e-08%201.24176e-08%208.95417%201.24176e-08%2020C%201.24176e-08%2031.0458%208.95417%2040%2020%2040C%2031.0458%2040%2040%2031.0458%2040%2020C%2040%208.95417%2031.0458%201.24176e-08%2020%201.24176e-08ZM%2027.6917%2022.5646C%2027.6917%2022.5646%2029.4604%2024.3104%2029.8958%2025.1208C%2029.9083%2025.1375%2029.9146%2025.1542%2029.9187%2025.1625C%2030.0958%2025.4604%2030.1375%2025.6917%2030.05%2025.8646C%2029.9042%2026.1521%2029.4042%2026.2938%2029.2333%2026.3063C%2029.2333%2026.3063%2026.1958%2026.3063%2026.1083%2026.3063C%2025.8917%2026.3063%2025.4375%2026.25%2024.8875%2025.8708C%2024.4646%2025.575%2024.0479%2025.0896%2023.6417%2024.6167C%2023.0354%2023.9125%2022.5104%2023.3042%2021.9813%2023.3042C%2021.9146%2023.3042%2021.8458%2023.3146%2021.7833%2023.3354C%2021.3833%2023.4646%2020.8708%2024.0354%2020.8708%2025.5562C%2020.8708%2026.0312%2020.4958%2026.3042%2020.2313%2026.3042C%2020.2313%2026.3042%2018.8667%2026.3042%2018.8%2026.3042C%2018.3125%2026.3042%2015.7729%2026.1333%2013.5229%2023.7604C%2010.7687%2020.8542%208.28958%2015.025%208.26875%2014.9708C%208.1125%2014.5937%208.43542%2014.3917%208.7875%2014.3917L%2011.9437%2014.3917C%2012.3646%2014.3917%2012.5021%2014.6479%2012.5979%2014.875C%2012.7104%2015.1396%2013.1229%2016.1917%2013.8%2017.375C%2014.8979%2019.3042%2015.5708%2020.0875%2016.1104%2020.0875C%2016.2125%2020.0875%2016.3062%2020.0604%2016.4%2020.0125C%2017.1042%2019.6208%2016.9729%2017.1104%2016.9417%2016.5896C%2016.9417%2016.4917%2016.9396%2015.4667%2016.5792%2014.975C%2016.3208%2014.6187%2015.8812%2014.4833%2015.6146%2014.4333C%2015.6833%2014.3312%2015.8375%2014.175%2016.0292%2014.0812C%2016.5125%2013.8396%2017.3833%2013.8042%2018.2479%2013.8042L%2018.7292%2013.8042C%2019.6667%2013.8167%2019.9083%2013.8771%2020.2479%2013.9625C%2020.9354%2014.1271%2020.95%2014.5708%2020.8896%2016.0896C%2020.8708%2016.5208%2020.8521%2017.0083%2020.8521%2017.5833C%2020.8521%2017.7083%2020.8458%2017.8417%2020.8458%2017.9833C%2020.825%2018.7562%2020.8%2019.6333%2021.3458%2019.9937C%2021.4167%2020.0375%2021.4979%2020.0625%2021.5833%2020.0625C%2021.7729%2020.0625%2022.3437%2020.0625%2023.8896%2017.4104C%2024.5667%2016.2396%2025.0917%2014.8583%2025.1292%2014.7562C%2025.1604%2014.7021%2025.2521%2014.5354%2025.3604%2014.4708C%2025.4458%2014.4208%2025.5604%2014.4104%2025.6187%2014.4104L%2029.3292%2014.4104C%2029.7333%2014.4104%2030.0104%2014.4708%2030.0625%2014.6271C%2030.1542%2014.875%2030.0458%2015.6312%2028.3521%2017.925C%2028.0667%2018.3042%2027.8146%2018.6354%2027.5958%2018.9229C%2026.0604%2020.9354%2026.0604%2021.0375%2027.6917%2022.5646Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.icon-42_notification-new {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2243%22%20height%3D%2242%22%20viewBox%3D%220%200%2043%2042%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M28.5765%2033.966C28.8537%2034.5404%2029.0091%2035.1847%2029.0091%2035.8652C29.0091%2038.2814%2027.0503%2040.2402%2024.6341%2040.2402C23.1318%2040.2402%2021.8064%2039.4831%2021.0187%2038.3296L19.8378%2039.0113C16.6073%2040.8765%2012.3711%2039.0808%2012.0065%2035.6642C11.6583%2032.744%209.81529%2028.2929%206.46551%2022.4159C3.78509%2017.7133%205.13581%2011.8094%209.43282%208.7085C8.56297%207.98625%208.00907%206.89666%208.00907%205.67769C8.00907%203.50307%209.77194%201.74019%2011.9466%201.74019C13.9134%201.74019%2015.5434%203.18225%2015.837%205.06674C18.6359%203.93587%2021.7154%204.09676%2024.3188%205.34888C23.9559%206.41275%2023.7591%207.55348%2023.7591%208.74019C23.7591%208.84892%2023.7607%208.95727%2023.764%209.0652C21.6052%207.56171%2018.686%207.34469%2016.2589%208.74601L12.0877%2011.1542C8.7528%2013.0796%207.59934%2017.3372%209.50625%2020.6827C13.0691%2026.9335%2015.065%2031.754%2015.4843%2035.2712C15.5682%2036.0567%2016.9447%2036.6402%2018.0878%2035.9802L34.7588%2026.3552C35.9155%2025.6874%2036.1076%2024.2009%2035.4291%2023.7332C33.9148%2022.6003%2032.2972%2020.8816%2030.5613%2018.5706C31.7114%2019.0034%2032.9576%2019.2402%2034.2591%2019.2402C34.7073%2019.2402%2035.149%2019.2121%2035.5825%2019.1576C36.251%2019.8715%2036.8804%2020.4492%2037.4681%2020.8894C40.3593%2022.875%2039.7605%2027.5089%2036.5088%2029.3863L28.5765%2033.966Z%22%20fill%3D%22%230C0C0C%22%2F%3E%0D%0A%3Cpath%20d%3D%22M34.248%2015.75C38.114%2015.75%2041.2481%2012.616%2041.2481%208.75C41.2481%204.88401%2038.114%201.75%2034.248%201.75C30.3821%201.75%2027.248%204.88401%2027.248%208.75C27.248%2012.616%2030.3821%2015.75%2034.248%2015.75Z%22%20fill%3D%22%23ECAE02%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 43px;
  height: 42px;
}

.icon-48_ps_american {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M6.84275%2021.8178V16L9.08294%2016.0086L10.3859%2019.7596L11.6577%2016H13.88V21.8178H12.4725V17.531L10.9806%2021.8178H9.74627L8.25019%2017.531V21.8178H6.84275Z%22%20fill%3D%22%23016FD0%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.42136%2016.001L0%2021.8188H1.57643L2.0232%2020.6538H4.62048L5.06494%2021.8188H6.67609L4.25705%2016.001H2.42136ZM3.31721%2017.355L4.10889%2019.3907H2.52321L3.31721%2017.355Z%22%20fill%3D%22%23016FD0%22%2F%3E%0D%0A%3Cpath%20d%3D%22M14.8429%2016V21.8178H19.4357V20.5547H16.2652V19.5213H19.3616V18.2965H16.2652V17.3014H19.4357V16H14.8429Z%22%20fill%3D%22%23016FD0%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M20.2505%2016.001V21.8188H21.6579V19.7519H22.2505L23.9381%2021.8188H25.658L23.8061%2019.6754C24.5662%2019.6091%2025.3501%2018.935%2025.3501%2017.8884C25.3501%2016.6642%2024.4203%2016.001%2023.3825%2016.001H20.2505ZM21.6579%2017.3023H23.2668C23.6527%2017.3023%2023.9334%2017.6143%2023.9334%2017.9147C23.9334%2018.3013%2023.5697%2018.5271%2023.2876%2018.5271H21.6579V17.3023Z%22%20fill%3D%22%23016FD0%22%2F%3E%0D%0A%3Cpath%20d%3D%22M25.9247%2021.8178H27.3618V16H25.9247V21.8178Z%22%20fill%3D%22%23016FD0%22%2F%3E%0D%0A%3Cpath%20d%3D%22M30.7693%2021.8178H30.4591C28.9582%2021.8178%2028.047%2020.5959%2028.047%2018.9328C28.047%2017.2287%2028.948%2016%2030.8433%2016H32.3989V17.3779H30.7865C30.0171%2017.3779%2029.4729%2017.9984%2029.4729%2018.9472C29.4729%2020.0739%2030.0951%2020.5471%2030.9915%2020.5471H31.3619L30.7693%2021.8178Z%22%20fill%3D%22%23016FD0%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M31.4105%2021.8188L33.8318%2016.001H35.6675L38.0866%2021.8188H36.4754L36.031%2020.6538H33.4337L32.9869%2021.8188H31.4105ZM35.5194%2019.3907L34.7277%2017.355L33.9337%2019.3907H35.5194Z%22%20fill%3D%22%23016FD0%22%2F%3E%0D%0A%3Cpath%20d%3D%22M38.2509%2021.8178V16H40.0403L42.3251%2019.6553V16H43.7325V21.8178H42.001L39.6584%2018.0669V21.8178H38.2509Z%22%20fill%3D%22%23016FD0%22%2F%3E%0D%0A%3Cpath%20d%3D%22M10.2502%2026.1812V31.999H14.8429V30.7359H11.6725V29.7025H14.7689V28.4777H11.6725V27.4826H14.8429V26.1812H10.2502Z%22%20fill%3D%22%23016FD0%22%2F%3E%0D%0A%3Cpath%20d%3D%22M37.3472%2031.999H32.7545V26.1812H37.3472V27.4826H34.1767V28.4777H37.2583V29.7025H34.1767V30.7359H37.3472V31.999Z%22%20fill%3D%22%23016FD0%22%2F%3E%0D%0A%3Cpath%20d%3D%22M17.2573%2029.126L15.0212%2031.999H16.7689L18.0606%2030.2073L19.3845%2031.999H21.1574L18.9171%2029.0901L21.1764%2026.1812H19.4727L18.1046%2028.0017L16.7411%2026.1812H14.9679L17.2573%2029.126Z%22%20fill%3D%22%23016FD0%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.3246%2026.1822V32H22.7691V30.1628H24.2506C25.5042%2030.1628%2026.4544%2029.4755%2026.4544%2028.139C26.4544%2027.0318%2025.7091%2026.1822%2024.4335%2026.1822H21.3246ZM22.7691%2027.4979H24.3293C24.7343%2027.4979%2025.0238%2027.7544%2025.0238%2028.1677C25.0238%2028.556%2024.7357%2028.8375%2024.3247%2028.8375H22.7691V27.4979Z%22%20fill%3D%22%23016FD0%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M28.4729%2031.999H27.0655V26.1812H30.1975C31.2353%2026.1812%2032.1651%2026.8444%2032.1651%2028.0686C32.1651%2029.1152%2031.3812%2029.7893%2030.6211%2029.8556L32.473%2031.999H30.7531L29.0655%2029.9322H28.4729V31.999ZM30.0818%2027.4826H28.4729V28.7074H30.1026C30.3847%2028.7074%2030.7484%2028.4815%2030.7484%2028.095C30.7484%2027.7945%2030.4677%2027.4826%2030.0818%2027.4826Z%22%20fill%3D%22%23016FD0%22%2F%3E%0D%0A%3Cpath%20d%3D%22M37.9991%2031.999V30.7359H40.8158C41.2326%2030.7359%2041.413%2030.5032%2041.413%2030.2479C41.413%2030.0034%2041.2331%2029.7561%2040.8158%2029.7561H39.5429C38.4365%2029.7561%2037.8204%2029.0595%2037.8204%2028.0136C37.8204%2027.0808%2038.3846%2026.1812%2040.0287%2026.1812H42.7695L42.1769%2027.4902H39.8065C39.3534%2027.4902%2039.2139%2027.7359%2039.2139%2027.9706C39.2139%2028.2117%2039.3863%2028.4777%2039.7324%2028.4777H41.0658C42.2992%2028.4777%2042.8344%2029.2007%2042.8344%2030.1475C42.8344%2031.1653%2042.238%2031.999%2040.9987%2031.999H37.9991Z%22%20fill%3D%22%23016FD0%22%2F%3E%0D%0A%3Cpath%20d%3D%22M43.1647%2030.7359V31.999H46.1643C47.4036%2031.999%2048%2031.1653%2048%2030.1475C48%2029.2007%2047.4648%2028.4777%2046.2314%2028.4777H44.8981C44.5519%2028.4777%2044.3795%2028.2117%2044.3795%2027.9706C44.3795%2027.7359%2044.519%2027.4902%2044.9721%2027.4902H47.3426L47.9352%2026.1812H45.1944C43.5503%2026.1812%2042.986%2027.0808%2042.986%2028.0136C42.986%2029.0595%2043.6022%2029.7561%2044.7086%2029.7561H45.9814C46.3988%2029.7561%2046.5787%2030.0034%2046.5787%2030.2479C46.5787%2030.5032%2046.3982%2030.7359%2045.9814%2030.7359H43.1647Z%22%20fill%3D%22%23016FD0%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 48px;
  height: 48px;
}

.icon-48_ps_card_default {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M4%2013H44V23H4V13Z%22%20fill%3D%22%2393C3D3%22%2F%3E%0D%0A%3Cpath%20d%3D%22M4%2026H29V29H4V26Z%22%20fill%3D%22%2393C3D3%22%2F%3E%0D%0A%3Cpath%20d%3D%22M36%2032H4V35H36V32Z%22%20fill%3D%22%2393C3D3%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 48px;
  height: 48px;
}

.icon-48_ps_maestro {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M15.594%2039.9291V37.7365C15.6068%2037.5525%2015.5802%2037.368%2015.516%2037.1952C15.4519%2037.0223%2015.3516%2036.8651%2015.222%2036.7341C15.0923%2036.603%2014.9362%2036.5011%2014.764%2036.4351C14.5919%2036.3691%2014.4076%2036.3406%2014.2236%2036.3515C13.9821%2036.3356%2013.7407%2036.3849%2013.5247%2036.4942C13.3087%2036.6035%2013.126%2036.7687%2012.9957%2036.9727C12.8769%2036.7748%2012.7069%2036.6127%2012.5037%2036.5034C12.3005%2036.394%2012.0715%2036.3415%2011.8409%2036.3515C11.64%2036.3413%2011.4398%2036.3838%2011.2603%2036.4749C11.0808%2036.5659%2010.9283%2036.7022%2010.8177%2036.8704V36.4392H10.0576V39.9291H10.825V37.9959C10.808%2037.8763%2010.8178%2037.7545%2010.8537%2037.6391C10.8896%2037.5238%2010.9506%2037.4179%2011.0325%2037.329C11.1143%2037.2402%2011.2149%2037.1707%2011.3269%2037.1255C11.4389%2037.0803%2011.5596%2037.0605%2011.6802%2037.0677C12.1845%2037.0677%2012.4403%2037.3966%2012.4403%2037.9886V39.9291H13.2077V37.9959C13.192%2037.8766%2013.2028%2037.7552%2013.2391%2037.6405C13.2755%2037.5258%2013.3366%2037.4204%2013.4182%2037.3319C13.4998%2037.2433%2013.5998%2037.1738%2013.7111%2037.1282C13.8225%2037.0825%2013.9426%2037.0619%2014.0628%2037.0677C14.5817%2037.0677%2014.8302%2037.3966%2014.8302%2037.9886V39.9291H15.594ZM19.8696%2038.1859V36.4428H19.1022V36.8667C18.9733%2036.7004%2018.8066%2036.5672%2018.6159%2036.4782C18.4252%2036.3893%2018.2161%2036.3471%2018.0059%2036.3551C17.5213%2036.3551%2017.0565%2036.5476%2016.7138%2036.8903C16.3712%2037.2329%2016.1787%2037.6977%2016.1787%2038.1823C16.1787%2038.6669%2016.3712%2039.1316%2016.7138%2039.4743C17.0565%2039.817%2017.5213%2040.0095%2018.0059%2040.0095C18.2161%2040.0175%2018.4252%2039.9753%2018.6159%2039.8863C18.8066%2039.7974%2018.9733%2039.6642%2019.1022%2039.4979V39.9218H19.8623L19.8696%2038.1859ZM17.0448%2038.1859C17.0569%2037.9803%2017.1289%2037.7827%2017.2519%2037.6175C17.3749%2037.4522%2017.5435%2037.3266%2017.737%2037.2559C17.9306%2037.1853%2018.1405%2037.1729%2018.341%2037.2201C18.5415%2037.2673%2018.7239%2037.3721%2018.8656%2037.5216C19.0073%2037.6711%2019.1022%2037.8588%2019.1385%2038.0616C19.1749%2038.2643%2019.1512%2038.4733%2019.0703%2038.6628C18.9894%2038.8522%2018.8549%2039.0139%2018.6833%2039.1279C18.5117%2039.2418%2018.3105%2039.3031%2018.1045%2039.3042C17.9591%2039.3076%2017.8145%2039.2806%2017.6801%2039.2249C17.5456%2039.1692%2017.4243%2039.0861%2017.3239%2038.9808C17.2234%2038.8756%2017.1461%2038.7505%2017.0968%2038.6136C17.0474%2038.4767%2017.0272%2038.3311%2017.0374%2038.1859H17.0448ZM36.1096%2036.3588C36.3598%2036.3581%2036.6079%2036.4052%2036.8404%2036.4976C37.0624%2036.5865%2037.2648%2036.7181%2037.4361%2036.885C37.6052%2037.0503%2037.7394%2037.2479%2037.8308%2037.466C38.0217%2037.9346%2038.0217%2038.4592%2037.8308%2038.9278C37.7395%2039.1459%2037.6052%2039.3435%2037.4361%2039.5088C37.2648%2039.6757%2037.0624%2039.8073%2036.8404%2039.8962C36.3585%2040.0834%2035.824%2040.0834%2035.3421%2039.8962C35.1212%2039.8074%2034.92%2039.6757%2034.7501%2039.5088C34.5827%2039.3429%2034.4498%2039.1454%2034.3591%2038.9278C34.1686%2038.4592%2034.1686%2037.9347%2034.3591%2037.466C34.4498%2037.2484%2034.5827%2037.0509%2034.7501%2036.885C34.92%2036.7181%2035.1212%2036.5864%2035.3421%2036.4976C35.5831%2036.3978%2035.8414%2036.3468%2036.1022%2036.3478L36.1096%2036.3588ZM36.1096%2037.0896C35.9607%2037.0876%2035.813%2037.1149%2035.6747%2037.17C35.5444%2037.2222%2035.4263%2037.3006%2035.3275%2037.4003C35.2267%2037.5052%2035.1484%2037.6295%2035.0973%2037.7657C34.9857%2038.0575%2034.9857%2038.3802%2035.0973%2038.672C35.1483%2038.8082%2035.2267%2038.9326%2035.3275%2039.0374C35.4262%2039.1371%2035.5444%2039.2155%2035.6747%2039.2676C35.9531%2039.3766%2036.2624%2039.3766%2036.5408%2039.2676C36.6773%2039.2172%2036.8017%2039.1388%2036.9062%2039.0374C37.0072%2038.9327%2037.0856%2038.8083%2037.1364%2038.672C37.2481%2038.3802%2037.2481%2038.0575%2037.1364%2037.7657C37.0856%2037.6294%2037.0072%2037.505%2036.9062%2037.4003C36.8017%2037.2989%2036.6773%2037.2205%2036.5408%2037.17C36.4029%2037.1069%2036.2538%2037.0721%2036.1022%2037.0677L36.1096%2037.0896ZM23.999%2038.1859C23.999%2037.0896%2023.3193%2036.3588%2022.3436%2036.3588C22.1036%2036.3621%2021.8667%2036.4127%2021.6463%2036.5076C21.4259%2036.6026%2021.2263%2036.74%2021.0591%2036.912C20.8918%2037.0841%2020.76%2037.2874%2020.6713%2037.5103C20.5826%2037.7333%2020.5386%2037.9716%2020.542%2038.2115C20.5453%2038.4515%2020.5959%2038.6884%2020.6908%2038.9088C20.7858%2039.1292%2020.9232%2039.3288%2021.0952%2039.496C21.2673%2039.6633%2021.4706%2039.7951%2021.6936%2039.8838C21.9165%2039.9725%2022.1548%2040.0165%2022.3947%2040.0131C22.915%2040.0309%2023.4236%2039.8566%2023.8236%2039.5234L23.4581%2038.9607C23.1696%2039.1921%2022.8121%2039.3207%2022.4422%2039.3261C22.191%2039.3477%2021.9412%2039.2705%2021.746%2039.1108C21.5509%2038.9511%2021.4257%2038.7215%2021.3971%2038.471H23.988C23.999%2038.3796%2023.999%2038.2883%2023.999%2038.1859ZM21.4008%2037.879C21.4149%2037.647%2021.5183%2037.4295%2021.6893%2037.2721C21.8603%2037.1147%2022.0856%2037.0297%2022.318%2037.0348C22.4317%2037.0324%2022.5448%2037.0524%2022.6509%2037.0937C22.7569%2037.135%2022.8537%2037.1968%2022.9358%2037.2755C23.0179%2037.3542%2023.0837%2037.4484%2023.1295%2037.5526C23.1752%2037.6567%2023.2%2037.7689%2023.2024%2037.8826L21.4008%2037.879ZM27.1966%2037.3308C26.8628%2037.1387%2026.4853%2037.0355%2026.1003%2037.0312C25.6837%2037.0312%2025.4352%2037.1846%2025.4352%2037.4404C25.4352%2037.6963%2025.6983%2037.7401%2026.0272%2037.784L26.3926%2037.8351C27.1527%2037.9448%2027.6132%2038.2663%2027.6132%2038.8803C27.6132%2039.4942%2027.0285%2040.0204%2026.0235%2040.0204C25.4849%2040.0348%2024.9559%2039.8759%2024.5143%2039.5673L24.8797%2038.9753C25.2151%2039.2241%2025.6244%2039.3528%2026.0418%2039.3407C26.5607%2039.3407%2026.8384%2039.1872%2026.8384%2038.9168C26.8384%2038.7195%2026.6411%2038.6098%2026.2245%2038.5514L25.8591%2038.5002C25.077%2038.3906%2024.6531%2038.0398%2024.6531%2037.4697C24.6531%2036.7754%2025.2232%2036.3515%2026.1149%2036.3515C26.6139%2036.3347%2027.1073%2036.4616%2027.5364%2036.7169L27.1966%2037.3308ZM30.8509%2037.1335H29.6121V38.7085C29.6121%2039.0739%2029.7363%2039.2932%2030.1164%2039.2932C30.3536%2039.2854%2030.585%2039.2175%2030.7888%2039.0959L31.0081%2039.7464C30.7231%2039.9242%2030.3938%2040.0179%2030.0579%2040.0168C29.1589%2040.0168%2028.8447%2039.5344%2028.8447%2038.7231V37.1335H28.1357V36.4392H28.8447V35.3794H29.6121V36.4392H30.8509V37.1335ZM33.4784%2036.3515C33.6628%2036.3522%2033.8457%2036.3843%2034.0193%2036.4465L33.7854%2037.1773C33.6343%2037.1171%2033.4729%2037.0873%2033.3103%2037.0896C32.8133%2037.0896%2032.5794%2037.4112%2032.5794%2037.9886V39.9437H31.8193V36.4538H32.5721V36.8777C32.6654%2036.7175%2032.8002%2036.5853%2032.9623%2036.4953C33.1243%2036.4053%2033.3077%2036.3606%2033.493%2036.3661L33.4784%2036.3515Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M18.2437%209.81348H29.7549V30.5008H18.2437V9.81348Z%22%20fill%3D%22%237673C0%22%2F%3E%0D%0A%3Cpath%20d%3D%22M18.9743%2020.159C18.9722%2018.1664%2019.4235%2016.1994%2020.2941%2014.407C21.1646%2012.6146%2022.4316%2011.0438%2023.9991%209.8135C22.0583%208.28825%2019.7275%207.33979%2017.2732%207.07651C14.8189%206.81324%2012.34%207.24577%2010.1199%208.32468C7.89973%209.40359%206.02793%2011.0854%204.71838%2013.1778C3.40883%2015.2701%202.71436%2017.6888%202.71436%2020.1572C2.71436%2022.6256%203.40883%2025.0442%204.71838%2027.1366C6.02793%2029.229%207.89973%2030.9107%2010.1199%2031.9897C12.34%2033.0686%2014.8189%2033.5011%2017.2732%2033.2378C19.7275%2032.9745%2022.0583%2032.0261%2023.9991%2030.5008C22.4321%2029.2709%2021.1654%2027.7007%2020.2949%2025.909C19.4243%2024.1173%2018.9728%2022.151%2018.9743%2020.159Z%22%20fill%3D%22%23EB001B%22%2F%3E%0D%0A%3Cpath%20d%3D%22M45.282%2020.1591C45.2814%2022.627%2044.5866%2025.045%2043.277%2027.1368C41.9674%2029.2287%2040.0958%2030.9099%2037.8761%2031.9886C35.6563%2033.0672%2033.1779%2033.4997%2030.724%2033.2366C28.2701%2032.9735%2025.9397%2032.0255%2023.999%2030.5009C25.5654%2029.2699%2026.8317%2027.6992%2027.7025%2025.9074C28.5733%2024.1156%2029.0257%2022.1494%2029.0257%2020.1572C29.0257%2018.165%2028.5733%2016.1988%2027.7025%2014.407C26.8317%2012.6152%2025.5654%2011.0446%2023.999%209.81356C25.9397%208.28783%2028.2704%207.33891%2030.7249%207.07525C33.1794%206.8116%2035.6585%207.24386%2037.8789%208.32262C40.0993%209.40138%2041.9714%2011.0831%2043.2812%2013.1756C44.591%2015.268%2045.2856%2017.6868%2045.2857%2020.1554L45.282%2020.1591Z%22%20fill%3D%22%2300A1DF%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 48px;
  height: 48px;
}

.icon-48_ps_mastercard {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M10.4594%2039.9292V37.7366C10.4722%2037.5522%2010.4456%2037.3672%2010.3812%2037.1939C10.3169%2037.0206%2010.2164%2036.863%2010.0864%2036.7316C9.95636%2036.6002%209.79984%2036.498%209.62724%2036.4319C9.45465%2036.3657%209.26993%2036.3371%209.0854%2036.3479C8.84387%2036.3321%208.60251%2036.3814%208.38653%2036.4907C8.17055%2036.5999%207.98786%2036.7652%207.85754%2036.9692C7.73875%2036.7713%207.56877%2036.6092%207.36554%2036.4998C7.1623%2036.3905%206.93333%2036.338%206.70276%2036.3479C6.50178%2036.3378%206.30163%2036.3803%206.12215%2036.4713C5.94267%2036.5623%205.79009%2036.6987%205.67954%2036.8668V36.4356H4.91943V39.9292H5.68685V38.007C5.67053%2037.8875%205.6808%2037.7659%205.71693%2037.6509C5.75306%2037.5359%205.81415%2037.4302%205.89585%2037.3415C5.97755%2037.2529%206.07783%2037.1833%206.18952%2037.1379C6.30122%2037.0925%206.42157%2037.0723%206.54197%2037.0788C7.04627%2037.0788%207.30208%2037.4077%207.30208%2037.9997V39.9438H8.06949V38.007C8.05384%2037.8876%208.06458%2037.7663%208.10095%2037.6516C8.13733%2037.5368%208.19845%2037.4315%208.28001%2037.3429C8.36157%2037.2544%208.46157%2037.1849%208.57296%2037.1392C8.68434%2037.0936%208.80438%2037.073%208.92461%2037.0788C9.44353%2037.0788%209.69203%2037.4077%209.69203%2037.9997V39.9438L10.4594%2039.9292ZM21.8135%2036.4356H20.5638V35.3759H19.7963V36.4356H19.102V37.13H19.811V38.7379C19.811%2039.5491%2020.1252%2040.0315%2021.0242%2040.0315C21.3601%2040.0326%2021.6894%2039.9389%2021.9743%2039.7611L21.7551%2039.1106C21.5512%2039.2322%2021.3199%2039.3001%2021.0827%2039.3079C20.7172%2039.3079%2020.5784%2039.0741%2020.5784%2038.7233V37.13H21.8209L21.8135%2036.4356ZM28.2964%2036.3479C28.1111%2036.3425%2027.9277%2036.3871%2027.7656%2036.4772C27.6035%2036.5672%2027.4688%2036.6993%2027.3755%2036.8595V36.4356H26.6227V39.9292H27.3828V37.9705C27.3828%2037.3931%2027.6313%2037.0715%2028.1137%2037.0715C28.2762%2037.0693%2028.4377%2037.0991%2028.5887%2037.1592L28.8226%2036.4283C28.649%2036.3662%2028.4661%2036.3341%2028.2818%2036.3333L28.2964%2036.3479ZM18.4954%2036.7134C18.0651%2036.4575%2017.5704%2036.3307%2017.0702%2036.3479C16.1858%2036.3479%2015.6084%2036.7718%2015.6084%2037.4662C15.6084%2038.0362%2016.0323%2038.3871%2016.8144%2038.4967L17.1798%2038.5478C17.5964%2038.6063%2017.7937%2038.7159%2017.7937%2038.9133C17.7937%2039.1837%2017.516%2039.3372%2016.9971%2039.3372C16.5797%2039.3493%2016.1704%2039.2205%2015.835%2038.9717L15.4696%2039.5638C15.9123%2039.8729%2016.4427%2040.0318%2016.9825%2040.0169C17.9911%2040.0169%2018.5758%2039.5418%2018.5758%2038.8767C18.5758%2038.2116%2018.1153%2037.9412%2017.3552%2037.8316L16.9898%2037.7804C16.6609%2037.7366%2016.3978%2037.6708%2016.3978%2037.4369C16.3978%2037.203%2016.6463%2037.0276%2017.0629%2037.0276C17.4479%2037.0321%2017.8254%2037.1353%2018.1592%2037.3273L18.4954%2036.7134ZM38.8538%2036.3479C38.6685%2036.3425%2038.4851%2036.3871%2038.3231%2036.4772C38.161%2036.5672%2038.0262%2036.6993%2037.9329%2036.8595V36.4356H37.1801V39.9292H37.9402V37.9705C37.9402%2037.3931%2038.1887%2037.0715%2038.6711%2037.0715C38.8337%2037.0693%2038.9951%2037.0991%2039.1462%2037.1592L39.3801%2036.4283C39.2065%2036.3662%2039.0236%2036.3341%2038.8392%2036.3333L38.8538%2036.3479ZM29.0601%2038.1751C29.0511%2038.4206%2029.0934%2038.6653%2029.1844%2038.8935C29.2753%2039.1217%2029.4129%2039.3284%2029.5883%2039.5004C29.7638%2039.6724%2029.9732%2039.8059%2030.2031%2039.8923C30.4331%2039.9787%2030.6786%2040.0162%2030.9239%2040.0023C31.3802%2040.0255%2031.8288%2039.8769%2032.181%2039.5857L31.8155%2038.9717C31.5528%2039.1721%2031.2324%2039.2823%2030.9019%2039.286C30.621%2039.2633%2030.3589%2039.1356%2030.1678%2038.9284C29.9766%2038.7212%2029.8705%2038.4497%2029.8705%2038.1678C29.8705%2037.8859%2029.9766%2037.6144%2030.1678%2037.4072C30.3589%2037.2%2030.621%2037.0723%2030.9019%2037.0496C31.2324%2037.0532%2031.5528%2037.1635%2031.8155%2037.3638L32.181%2036.7499C31.8288%2036.4587%2031.3802%2036.3101%2030.9239%2036.3333C30.6786%2036.3194%2030.4331%2036.3569%2030.2031%2036.4433C29.9732%2036.5297%2029.7638%2036.6632%2029.5883%2036.8352C29.4129%2037.0071%2029.2753%2037.2139%2029.1844%2037.4421C29.0934%2037.6703%2029.0511%2037.915%2029.0601%2038.1605V38.1751ZM36.1788%2038.1751V36.4356H35.4187V36.8595C35.2896%2036.6934%2035.1229%2036.5604%2034.9323%2036.4715C34.7417%2036.3825%2034.5326%2036.3402%2034.3224%2036.3479C33.8378%2036.3479%2033.3731%2036.5404%2033.0304%2036.8831C32.6877%2037.2258%2032.4952%2037.6905%2032.4952%2038.1751C32.4952%2038.6597%2032.6877%2039.1244%2033.0304%2039.4671C33.3731%2039.8098%2033.8378%2040.0023%2034.3224%2040.0023C34.5326%2040.01%2034.7417%2039.9677%2034.9323%2039.8787C35.1229%2039.7898%2035.2896%2039.6568%2035.4187%2039.4907V39.9146H36.1788V38.1751ZM33.3504%2038.1751C33.3625%2037.9695%2033.4345%2037.7718%2033.5575%2037.6066C33.6805%2037.4414%2033.8491%2037.3157%2034.0427%2037.2451C34.2362%2037.1745%2034.4461%2037.162%2034.6466%2037.2092C34.8472%2037.2564%2035.0295%2037.3612%2035.1712%2037.5108C35.3129%2037.6603%2035.4078%2037.848%2035.4442%2038.0507C35.4805%2038.2535%2035.4568%2038.4625%2035.3759%2038.6519C35.295%2038.8414%2035.1605%2039.003%2034.9889%2039.117C34.8173%2039.231%2034.6161%2039.2923%2034.4101%2039.2933C34.2654%2039.2952%2034.1219%2039.267%2033.9886%2039.2107C33.8553%2039.1544%2033.7351%2039.0711%2033.6356%2038.9661C33.5361%2038.861%2033.4593%2038.7365%2033.4102%2038.6004C33.3612%2038.4643%2033.3408%2038.3195%2033.3504%2038.1751ZM24.1779%2036.3479C23.6933%2036.3547%2023.2313%2036.5537%2022.8934%2036.9012C22.5555%2037.2486%2022.3695%2037.7161%2022.3763%2038.2007C22.3831%2038.6853%2022.5821%2039.1473%2022.9296%2039.4852C23.277%2039.8231%2023.7445%2040.0091%2024.2291%2040.0023C24.7548%2040.0293%2025.2719%2039.86%2025.6799%2039.5272L25.3144%2038.9644C25.0259%2039.1959%2024.6684%2039.3245%2024.2985%2039.3299C24.0473%2039.3515%2023.7975%2039.2742%2023.6023%2039.1145C23.4071%2038.9548%2023.2819%2038.7253%2023.2534%2038.4748H25.848C25.848%2038.3797%2025.848%2038.2847%2025.848%2038.1824C25.848%2037.0861%2025.1682%2036.3552%2024.1889%2036.3552L24.1779%2036.3479ZM24.1779%2037.0276C24.2917%2037.0252%2024.4048%2037.0452%2024.5108%2037.0865C24.6168%2037.1278%2024.7136%2037.1896%2024.7957%2037.2683C24.8779%2037.3471%2024.9437%2037.4412%2024.9894%2037.5454C25.0351%2037.6495%2025.0599%2037.7617%2025.0623%2037.8754H23.2351C23.2483%2037.6409%2023.3529%2037.4208%2023.5264%2037.2623C23.6998%2037.1039%2023.9285%2037.0196%2024.1633%2037.0276H24.1779ZM43.2208%2038.1824V35.0323H42.4899V36.8595C42.3608%2036.6934%2042.1941%2036.5604%2042.0035%2036.4715C41.8129%2036.3825%2041.6038%2036.3402%2041.3936%2036.3479C40.909%2036.3479%2040.4443%2036.5404%2040.1016%2036.8831C39.7589%2037.2258%2039.5664%2037.6905%2039.5664%2038.1751C39.5664%2038.6597%2039.7589%2039.1244%2040.1016%2039.4671C40.4443%2039.8098%2040.909%2040.0023%2041.3936%2040.0023C41.6038%2040.01%2041.8129%2039.9677%2042.0035%2039.8787C42.1941%2039.7898%2042.3608%2039.6568%2042.4899%2039.4907V39.9146H43.2208V38.1824ZM40.4106%2038.1824C40.4227%2037.9768%2040.4947%2037.7792%2040.6177%2037.6139C40.7407%2037.4487%2040.9094%2037.323%2041.1029%2037.2524C41.2964%2037.1818%2041.5063%2037.1693%2041.7069%2037.2165C41.9074%2037.2637%2042.0897%2037.3686%2042.2314%2037.5181C42.3731%2037.6676%2042.468%2037.8553%2042.5044%2038.0581C42.5408%2038.2608%2042.517%2038.4698%2042.4362%2038.6592C42.3553%2038.8487%2042.2207%2039.0104%2042.0491%2039.1243C41.8775%2039.2383%2041.6763%2039.2996%2041.4703%2039.3006C41.3257%2039.3025%2041.1822%2039.2743%2041.0489%2039.218C40.9156%2039.1617%2040.7954%2039.0784%2040.6958%2038.9734C40.5963%2038.8683%2040.5196%2038.7438%2040.4705%2038.6077C40.4214%2038.4716%2040.401%2038.3268%2040.4106%2038.1824ZM14.746%2038.1824V36.4356H13.9859V36.8595C13.8568%2036.6934%2013.6901%2036.5604%2013.4995%2036.4715C13.3088%2036.3825%2013.0998%2036.3402%2012.8896%2036.3479C12.405%2036.3479%2011.9402%2036.5404%2011.5976%2036.8831C11.2549%2037.2258%2011.0624%2037.6905%2011.0624%2038.1751C11.0624%2038.6597%2011.2549%2039.1244%2011.5976%2039.4671C11.9402%2039.8098%2012.405%2040.0023%2012.8896%2040.0023C13.0998%2040.01%2013.3088%2039.9677%2013.4995%2039.8787C13.6901%2039.7898%2013.8568%2039.6568%2013.9859%2039.4907V39.9146H14.746V38.1824ZM11.9175%2038.1824C11.9297%2037.9768%2012.0017%2037.7792%2012.1247%2037.6139C12.2477%2037.4487%2012.4163%2037.323%2012.6098%2037.2524C12.8034%2037.1818%2013.0133%2037.1693%2013.2138%2037.2165C13.4143%2037.2637%2013.5967%2037.3686%2013.7384%2037.5181C13.8801%2037.6676%2013.975%2037.8553%2014.0113%2038.0581C14.0477%2038.2608%2014.024%2038.4698%2013.9431%2038.6592C13.8622%2038.8487%2013.7277%2039.0104%2013.5561%2039.1243C13.3845%2039.2383%2013.1833%2039.2996%2012.9773%2039.3006C12.832%2039.3035%2012.6877%2039.2761%2012.5535%2039.2202C12.4194%2039.1644%2012.2983%2039.0812%2012.1979%2038.9761C12.0976%2038.871%2012.0202%2038.7461%2011.9707%2038.6095C11.9212%2038.4729%2011.9006%2038.3274%2011.9102%2038.1824H11.9175Z%22%20fill%3D%22%23231F20%22%2F%3E%0D%0A%3Cpath%20d%3D%22M29.7549%209.8136H18.2437V30.5009H29.7549V9.8136Z%22%20fill%3D%22%23FF5F00%22%2F%3E%0D%0A%3Cpath%20d%3D%22M18.9743%2020.159C18.9722%2018.1664%2019.4235%2016.1994%2020.2941%2014.407C21.1646%2012.6146%2022.4316%2011.0438%2023.9991%209.8135C22.0583%208.28825%2019.7275%207.33979%2017.2732%207.07651C14.8189%206.81324%2012.34%207.24578%2010.1199%208.32469C7.89973%209.4036%206.02792%2011.0854%204.71837%2013.1778C3.40882%2015.2701%202.71436%2017.6888%202.71436%2020.1572C2.71436%2022.6256%203.40882%2025.0442%204.71837%2027.1366C6.02792%2029.229%207.89973%2030.9107%2010.1199%2031.9897C12.34%2033.0686%2014.8189%2033.5011%2017.2732%2033.2378C19.7275%2032.9746%2022.0583%2032.0261%2023.9991%2030.5008C22.4321%2029.2709%2021.1654%2027.7007%2020.2949%2025.909C19.4243%2024.1173%2018.9728%2022.151%2018.9743%2020.159Z%22%20fill%3D%22%23EB001B%22%2F%3E%0D%0A%3Cpath%20d%3D%22M45.2857%2020.1591C45.2856%2022.6276%2044.591%2025.0464%2043.2812%2027.1389C41.9714%2029.2313%2040.0993%2030.9131%2037.8789%2031.9918C35.6585%2033.0706%2033.1794%2033.5029%2030.7249%2033.2392C28.2704%2032.9755%2025.9397%2032.0266%2023.999%2030.5009C25.5654%2029.2699%2026.8317%2027.6992%2027.7025%2025.9074C28.5733%2024.1156%2029.0257%2022.1494%2029.0257%2020.1572C29.0257%2018.165%2028.5733%2016.1989%2027.7025%2014.407C26.8317%2012.6152%2025.5654%2011.0446%2023.999%209.81356C25.9397%208.28783%2028.2704%207.33891%2030.7249%207.07525C33.1794%206.8116%2035.6585%207.24386%2037.8789%208.32262C40.0993%209.40138%2041.9714%2011.0831%2043.2812%2013.1756C44.591%2015.268%2045.2856%2017.6868%2045.2857%2020.1554V20.1591Z%22%20fill%3D%22%23F79E1B%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 48px;
  height: 48px;
}

.icon-48_ps_mir {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.2505%2017.9688V17.9745C13.2447%2017.9745%2011.4291%2017.9688%2010.945%2019.7063C10.5012%2021.2995%209.25045%2025.6981%209.21587%2025.8193H8.87004C8.87004%2025.8193%207.5905%2021.3226%207.14093%2019.7005C6.65677%2017.963%204.83543%2017.9688%204.83543%2017.9688H0.685547V31.1877H4.83543V23.3372H5.00835H5.18126L7.60202%2031.1877H10.4839L12.9047%2023.3429H13.2505V31.1877H17.4004V17.9688H13.2505Z%22%20fill%3D%22%234DB45E%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M28.4095%2017.9688C28.4095%2017.9688%2027.1933%2018.0784%2026.6227%2019.3541L23.6832%2025.8193H23.3374V17.9688H19.1875V31.1877H23.1068C23.1068%2031.1877%2024.3806%2031.0723%2024.9512%2029.8023L27.8331%2023.3372H28.1789V31.1877H32.3288V17.9688H28.4095Z%22%20fill%3D%22%234DB45E%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M34.1729%2023.972V31.1876H38.3227V26.9737H42.8185C44.7781%2026.9737%2046.4381%2025.7211%2047.0548%2023.972H34.1729Z%22%20fill%3D%22%234DB45E%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M42.8185%2017.9688H33.5908C34.0519%2020.4855%2035.9367%2022.5059%2038.3747%2023.164C38.928%2023.3141%2039.5102%2023.3949%2040.1096%2023.3949H47.222C47.2854%2023.0947%2047.3143%2022.7888%2047.3143%2022.4713C47.3143%2019.9833%2045.3027%2017.9688%2042.8185%2017.9688Z%22%20fill%3D%22url(%23paint0_linear)%22%2F%3E%0D%0A%3Cdefs%3E%0D%0A%3ClinearGradient%20id%3D%22paint0_linear%22%20x1%3D%2233.5919%22%20y1%3D%2220.6818%22%20x2%3D%2247.3143%22%20y2%3D%2220.6818%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0D%0A%3Cstop%20offset%3D%220.3%22%20stop-color%3D%22%2300B4E6%22%2F%3E%0D%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23088CCB%22%2F%3E%0D%0A%3C%2FlinearGradient%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 48px;
  height: 48px;
}

.icon-48_ps_union {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M9.38276%209.00061H21.3412C23.0105%209.00061%2024.0488%2010.3612%2023.6594%2012.0361L18.0918%2035.9396C17.6989%2037.6086%2016.0276%2038.9704%2014.3571%2038.9704H2.39982C0.732852%2038.9704%20-0.307726%2037.6086%200.0816888%2035.9396L5.65155%2012.0361C6.04096%2010.3612%207.71143%209.00061%209.38276%209.00061Z%22%20fill%3D%22%23E21836%22%2F%3E%0D%0A%3Cpath%20d%3D%22M20.3464%209.00012H34.0983C35.7673%209.00012%2035.0147%2010.3607%2034.6221%2012.0356L29.0555%2035.9391C28.6649%2037.6081%2028.7867%2038.9699%2027.1142%2038.9699H13.3623C11.6898%2038.9699%2010.6547%2037.6081%2011.0476%2035.9391L16.614%2012.0356C17.0092%2010.3607%2018.6762%209.00012%2020.3464%209.00012Z%22%20fill%3D%22%2300447C%22%2F%3E%0D%0A%3Cpath%20d%3D%22M33.5528%209.00012H45.5113C47.1829%209.00012%2048.2212%2010.3607%2047.8286%2012.0356L42.2619%2035.9391C41.869%2037.6081%2040.1965%2038.9699%2038.5252%2038.9699H26.5722C24.8997%2038.9699%2023.8623%2037.6081%2024.2541%2035.9391L29.8216%2012.0356C30.211%2010.3607%2031.8803%209.00012%2033.5528%209.00012Z%22%20fill%3D%22%23007B84%22%2F%3E%0D%0A%3Cpath%20d%3D%22M12.5062%2016.6606C11.2764%2016.6731%2010.9132%2016.6606%2010.7972%2016.6332C10.7526%2016.8451%209.92279%2020.6731%209.92045%2020.6763C9.74178%2021.4508%209.61178%2022.0028%209.17019%2022.3593C8.91952%2022.5665%208.62687%2022.6665%208.28759%2022.6665C7.74223%2022.6665%207.42452%2022.3957%207.37118%2021.8822L7.36098%2021.7058C7.36098%2021.7058%207.52712%2020.6684%207.52712%2020.6626C7.52712%2020.6626%208.39806%2017.1742%208.554%2016.7131C8.56216%2016.6868%208.5645%2016.6731%208.56654%2016.6606C6.8713%2016.6755%206.57078%2016.6606%206.55009%2016.6332C6.53872%2016.6708%206.49675%2016.8871%206.49675%2016.8871L5.60745%2020.8188L5.53108%2021.1523L5.3833%2022.243C5.3833%2022.5665%205.44684%2022.8306%205.57334%2023.0539C5.9785%2023.7619%207.13421%2023.868%207.788%2023.868C8.63037%2023.868%209.42057%2023.689%209.95456%2023.3623C10.8815%2022.8146%2011.124%2021.9585%2011.3402%2021.1978L11.4405%2020.8075C11.4405%2020.8075%2012.3377%2017.1844%2012.4901%2016.7131C12.496%2016.6868%2012.4983%2016.6731%2012.5062%2016.6606ZM15.5587%2019.5834C15.3424%2019.5834%2014.9472%2019.6358%2014.5922%2019.8099C14.4633%2019.876%2014.3415%2019.9524%2014.213%2020.0285L14.329%2019.6096L14.2654%2019.5391C13.5125%2019.6915%2013.3441%2019.7119%2012.6486%2019.8099L12.5903%2019.8486C12.5096%2020.5182%2012.4379%2021.0215%2012.1385%2022.3376C12.0245%2022.8226%2011.9062%2023.3123%2011.7876%2023.7961L11.8196%2023.8576C12.5323%2023.82%2012.7486%2023.82%2013.368%2023.8302L13.4181%2023.7757C13.4968%2023.3726%2013.507%2023.2782%2013.6813%2022.4617C13.7632%2022.0746%2013.934%2021.2241%2014.0183%2020.9213C14.173%2020.8496%2014.3258%2020.779%2014.4715%2020.779C14.8187%2020.779%2014.7764%2021.0819%2014.763%2021.2025C14.7481%2021.4051%2014.6216%2022.0668%2014.4919%2022.6349L14.4053%2023.0016C14.345%2023.2723%2014.2788%2023.5355%2014.2185%2023.804L14.2447%2023.8576C14.9472%2023.82%2015.1614%2023.82%2015.7613%2023.8302L15.8318%2023.7757C15.9403%2023.1461%2015.972%2022.9776%2016.1644%2022.0609L16.2612%2021.6398C16.4492%2020.8155%2016.5436%2020.3975%2016.4014%2020.057C16.251%2019.6755%2015.8901%2019.5834%2015.5587%2019.5834ZM18.9688%2020.4464C18.5954%2020.5181%2018.3573%2020.5659%2018.1206%2020.5968C17.8859%2020.6344%2017.6571%2020.6685%2017.2963%2020.7187L17.2677%2020.7446L17.2415%2020.7653C17.2039%2021.034%2017.1777%2021.2664%2017.1278%2021.5395C17.0855%2021.8219%2017.0205%2022.1428%2016.9147%2022.6039C16.8328%2022.9569%2016.7906%2023.0799%2016.7439%2023.2041C16.6985%2023.3283%2016.6483%2023.4489%2016.5562%2023.7961L16.5778%2023.8282L16.5959%2023.8576C16.9331%2023.8416%2017.1538%2023.8302%2017.3805%2023.8282C17.607%2023.82%2017.8416%2023.8282%2018.2048%2023.8302L18.2366%2023.8043L18.2707%2023.7757C18.3232%2023.4626%2018.331%2023.3784%2018.3631%2023.2257C18.3949%2023.0619%2018.4497%2022.8351%2018.584%2022.2294C18.6476%2021.9449%2018.7184%2021.6613%2018.7843%2021.371C18.8528%2021.0818%2018.9245%2020.7971%2018.9927%2020.5126L18.9825%2020.4782L18.9688%2020.4464ZM18.9767%2019.2828C18.6375%2019.0825%2018.042%2019.1461%2017.6412%2019.4227C17.2416%2019.6938%2017.1961%2020.0785%2017.5342%2020.2814C17.8677%2020.4761%2018.4655%2020.4181%2018.8628%2020.1391C19.2615%2019.8622%2019.3114%2019.481%2018.9767%2019.2828ZM21.0286%2023.9203C21.715%2023.9203%2022.4187%2023.7312%2022.9483%2023.1698C23.3558%2022.7145%2023.5426%2022.0371%2023.6073%2021.7582C23.8181%2020.8336%2023.654%2020.4019%2023.4479%2020.139C23.1348%2019.7382%2022.5816%2019.6097%2022.0077%2019.6097C21.6626%2019.6097%2020.8406%2019.6438%2020.1985%2020.2358C19.7374%2020.6628%2019.5243%2021.2422%2019.3957%2021.7978C19.266%2022.3639%2019.1168%2023.3829%2020.0539%2023.7621C20.343%2023.8862%2020.7599%2023.9203%2021.0286%2023.9203ZM20.975%2021.8401C21.1332%2021.1399%2021.3201%2020.5523%2021.7969%2020.5523C22.1706%2020.5523%2022.1977%2020.9895%2022.0316%2021.692C22.0019%2021.8479%2021.8654%2022.4277%2021.6809%2022.6746C21.5521%2022.8567%2021.3997%2022.9672%2021.2312%2022.9672C21.1811%2022.9672%2020.8829%2022.9672%2020.8782%2022.5245C20.8759%2022.3059%2020.9205%2022.0826%2020.975%2021.8401ZM25.3233%2023.8303L25.3769%2023.7758C25.453%2023.3727%2025.4655%2023.278%2025.634%2022.4618C25.7182%2022.0747%2025.8925%2021.2242%2025.9744%2020.9214C26.1295%2020.8494%2026.2796%2020.7788%2026.43%2020.7788C26.7748%2020.7788%2026.7328%2021.0817%2026.7191%2021.2023C26.7066%2021.4052%2026.5801%2022.0666%2026.4481%2022.6347L26.3662%2023.0013C26.3035%2023.2724%2026.2353%2023.5353%2026.1749%2023.8041L26.2012%2023.8577C26.906%2023.8201%2027.1121%2023.8201%2027.7154%2023.8303L27.7883%2023.7758C27.8941%2023.1459%2027.9227%2022.9774%2028.1209%2022.061L28.2153%2021.6396C28.4042%2020.8153%2028.4998%2020.3976%2028.3599%2020.0571C28.2051%2019.6756%2027.8419%2019.5835%2027.5152%2019.5835C27.2986%2019.5835%2026.9013%2019.6356%2026.5483%2019.8099C26.4221%2019.8761%2026.2956%2019.9522%2026.1715%2020.0286L26.2796%2019.6097L26.2216%2019.5389C25.469%2019.6916%2025.297%2019.712%2024.6024%2019.8099L24.5491%2019.8487C24.4648%2020.5182%2024.3963%2021.0213%2024.097%2022.3377C23.983%2022.8227%2023.8647%2023.3124%2023.7464%2023.7962L23.7781%2023.8577C24.492%2023.8201%2024.705%2023.8201%2025.3233%2023.8303ZM30.5015%2023.8576C30.5458%2023.6413%2030.809%2022.3594%2030.8114%2022.3594C30.8114%2022.3594%2031.0355%2021.4188%2031.0492%2021.3847C31.0492%2021.3847%2031.1197%2021.2867%2031.1903%2021.248H31.294C32.2731%2021.248%2033.3787%2021.248%2034.2453%2020.6105C34.8349%2020.1733%2035.238%2019.5277%2035.4179%2018.743C35.4645%2018.5506%2035.4989%2018.3218%2035.4989%2018.093C35.4989%2017.7925%2035.4386%2017.4952%2035.2643%2017.2629C34.8224%2016.6446%2033.9424%2016.6333%2032.9266%2016.6286C32.9234%2016.6286%2032.4258%2016.6333%2032.4258%2016.6333C31.1256%2016.6493%2030.6041%2016.6446%2030.3899%2016.6184C30.3718%2016.7131%2030.3377%2016.8816%2030.3377%2016.8816C30.3377%2016.8816%2029.8719%2019.0403%2029.8719%2019.0438C29.8719%2019.0438%2028.7573%2023.6334%2028.7048%2023.8497C29.8401%2023.836%2030.3056%2023.836%2030.5015%2023.8576ZM31.3646%2020.0229C31.3646%2020.0229%2031.8598%2017.8686%2031.8575%2017.8767L31.8735%2017.7662L31.8805%2017.682L32.0784%2017.7024C32.0784%2017.7024%2033.0997%2017.7902%2033.1236%2017.7925C33.5268%2017.9484%2033.6929%2018.3504%2033.5769%2018.875C33.4711%2019.3545%2033.1601%2019.7576%2032.7605%2019.9523C32.4314%2020.1173%2032.0283%2020.131%2031.6129%2020.131H31.3442L31.3646%2020.0229ZM34.448%2021.88C34.3171%2022.4379%2034.1667%2023.4569%2035.0991%2023.8201C35.3964%2023.9466%2035.6628%2023.9842%2035.9336%2023.9705C36.2196%2023.955%2036.4845%2023.8116%2036.7299%2023.6052C36.7078%2023.6901%2036.6856%2023.7749%2036.6635%2023.86L36.7057%2023.9145C37.3764%2023.8862%2037.5846%2023.8862%2038.3112%2023.8918L38.3771%2023.8416C38.4832%2023.2179%2038.5832%2022.6122%2038.8589%2021.4189C38.9933%2020.8473%2039.1273%2020.2812%2039.2652%2019.712L39.2436%2019.6493C38.4934%2019.7883%2038.2928%2019.8181%2037.5711%2019.9204L37.5163%2019.965C37.5091%2020.023%2037.5015%2020.0786%2037.4945%2020.1343C37.3823%2019.953%2037.2196%2019.7982%2036.9687%2019.7018C36.6477%2019.5755%2035.894%2019.7382%2035.246%2020.3281C34.7907%2020.7493%2034.5721%2021.3265%2034.448%2021.88ZM36.0237%2021.9141C36.1843%2021.2265%2036.3688%2020.6447%2036.8468%2020.6447C37.1491%2020.6447%2037.3082%2020.9236%2037.2759%2021.3993C37.2502%2021.518%2037.2225%2021.643%2037.1896%2021.7844C37.1418%2021.9887%2037.0899%2022.1913%2037.0395%2022.3941C36.9882%2022.5329%2036.9284%2022.6638%2036.8629%2022.7509C36.7398%2022.9252%2036.4472%2023.0334%2036.2787%2023.0334C36.2309%2023.0334%2035.9359%2023.0334%2035.9257%2022.5985C35.9234%2022.3819%2035.968%2022.1589%2036.0237%2021.9141ZM44.2523%2019.6437L44.1943%2019.5776C43.4519%2019.728%2043.3175%2019.7519%2042.6354%2019.844L42.5853%2019.8941C42.583%2019.9023%2042.5809%2019.9148%2042.5774%2019.9262L42.5751%2019.9148C42.0673%2021.0862%2042.0822%2020.8335%2041.6689%2021.7558C41.6666%2021.7138%2041.6666%2021.6876%2041.6642%2021.643L41.5608%2019.6437L41.4958%2019.5776C40.7181%2019.728%2040.6997%2019.7519%2039.9815%2019.844L39.9256%2019.8941C39.9177%2019.918%2039.9177%2019.9442%2039.913%2019.9728L39.9177%2019.983C40.0075%2020.4418%2039.9859%2020.3395%2040.076%2021.0635C40.1179%2021.4188%2040.1739%2021.7762%2040.2159%2022.1271C40.2867%2022.7144%2040.3263%2023.0036%2040.4129%2023.8999C39.9279%2024.7003%2039.813%2025.0031%2039.3461%2025.7056L39.3493%2025.7126L39.0205%2026.2326C38.9829%2026.2874%2038.9488%2026.325%2038.901%2026.341C38.8485%2026.367%2038.7803%2026.3716%2038.6856%2026.3716H38.5034L38.2327%2027.2723L39.1616%2027.2883C39.7069%2027.286%2040.0497%2027.0309%2040.2342%2026.6882L40.8184%2025.6872H40.809L40.8705%2025.6167C41.2634%2024.7708%2044.2523%2019.6437%2044.2523%2019.6437ZM34.4479%2031.4726H34.0538L35.5124%2026.6484H35.9963L36.1499%2026.1514L36.1647%2026.7041C36.1467%2027.0457%2036.4154%2027.3485%2037.1214%2027.2984H37.9378L38.2188%2026.3694H37.9116C37.7349%2026.3694%2037.653%2026.3248%2037.6632%2026.2292L37.6484%2025.667H36.1365V25.6699C35.6476%2025.6801%2034.1879%2025.7168%2033.8924%2025.7955C33.5347%2025.8876%2033.1578%2026.1587%2033.1578%2026.1587L33.3059%2025.6611H31.8917L31.597%2026.6484L30.1189%2031.5464H29.8321L29.5508%2032.4686H32.3676L32.2732%2032.7761H33.6612L33.7533%2032.4686H34.1427L34.4479%2031.4726ZM33.2922%2027.6286C33.0657%2027.6913%2032.6443%2027.8813%2032.6443%2027.8813L33.0191%2026.6484H34.1427L33.8717%2027.5467C33.8717%2027.5467%2033.5245%2027.5671%2033.2922%2027.6286ZM33.3138%2029.39C33.3138%2029.39%2032.9608%2029.4343%2032.7285%2029.4868C32.4997%2029.5562%2032.0706%2029.7748%2032.0706%2029.7748L32.4577%2028.4917H33.5872L33.3138%2029.39ZM32.6842%2031.484H31.557L31.8838%2030.4012H33.0074L32.6842%2031.484ZM35.3986%2028.4917H37.0233L36.7898%2029.2478H35.1436L34.8964%2030.0744H36.3369L35.2462%2031.6102C35.1698%2031.723%2035.1013%2031.763%2035.0252%2031.7947C34.9489%2031.8335%2034.8486%2031.879%2034.7326%2031.879H34.333L34.0584%2032.7843H35.1036C35.6469%2032.7843%2035.9679%2032.5371%2036.2048%2032.2127L36.9528%2031.189L37.1134%2032.2284C37.1475%2032.4232%2037.2874%2032.5371%2037.3821%2032.5814C37.4868%2032.6339%2037.5949%2032.724%2037.7476%2032.7374C37.9114%2032.7444%2038.0298%2032.7499%2038.1085%2032.7499H38.6221L38.9305%2031.7367H38.7279C38.6116%2031.7367%2038.4113%2031.7172%2038.3772%2031.6808C38.3431%2031.6365%2038.3431%2031.5682%2038.3248%2031.4645L38.1618%2030.4227H37.4946L37.7873%2030.0744H39.4303L39.683%2029.2478H38.1618L38.3988%2028.4917H39.9154L40.1966%2027.5593H35.6752L35.3986%2028.4917ZM21.6763%2031.6945L22.0555%2030.433H23.6141L23.8989%2029.4948H22.3389L22.577%2028.7183H24.1014L24.3839%2027.8097H20.5696L20.293%2028.7183H21.1595L20.9284%2029.4948H20.0595L19.7715%2030.4491H20.6378L20.1324%2032.1181C20.0642%2032.339%2020.1644%2032.4232%2020.228%2032.5258C20.293%2032.6258%2020.3588%2032.692%2020.5069%2032.7296C20.6597%2032.7637%2020.7643%2032.7841%2020.9065%2032.7841H22.6636L22.9766%2031.7447L22.1978%2031.8516C22.0474%2031.8516%2021.6309%2031.8336%2021.6763%2031.6945ZM21.8551%2025.6555L21.4601%2026.3693C21.3756%2026.5252%2021.2995%2026.622%2021.231%2026.6666C21.1707%2026.7042%2021.0512%2026.7199%2020.8781%2026.7199H20.672L20.3965%2027.6331H21.0809C21.41%2027.6331%2021.6627%2027.5125%2021.7834%2027.4521C21.9131%2027.3828%2021.9472%2027.4224%2022.0475%2027.3256L22.2786%2027.1254H24.4157L24.6993%2026.1746H23.135L23.4081%2025.6555H21.8551ZM25.0102%2031.7129C24.9737%2031.6604%2025%2031.568%2025.0556%2031.3756L25.6398%2029.4423H27.7177C28.0206%2029.4379%2028.2392%2029.4344%2028.3814%2029.4242C28.5341%2029.4082%2028.7003%2029.3537%2028.8813%2029.2557C29.0681%2029.1531%2029.1637%2029.045%2029.2445%2028.9208C29.3345%2028.7969%2029.4791%2028.5259%2029.6033%2028.1079L30.3375%2025.6612L28.1812%2025.6737C28.1812%2025.6737%2027.5172%2025.7717%2027.2248%2025.8798C26.9298%2026.0005%2026.5084%2026.3374%2026.5084%2026.3374L26.7031%2025.6667H25.371L23.5061%2031.8516C23.44%2032.0918%2023.3957%2032.2661%2023.3855%2032.3707C23.382%2032.4835%2023.5277%2032.5952%2023.6222%2032.6794C23.7338%2032.7637%2023.8988%2032.75%2024.057%2032.7637C24.2235%2032.7762%2024.4602%2032.7841%2024.7869%2032.7841H25.8106L26.1248%2031.7231L25.2084%2031.8096C25.1104%2031.8096%2025.0396%2031.7572%2025.0102%2031.7129ZM26.0166%2028.1364H28.1992L28.0605%2028.5713C28.041%2028.5815%2027.9943%2028.5498%2027.7722%2028.576H25.8823L26.0166%2028.1364ZM26.4539%2026.6779H28.6548L28.4965%2027.2017C28.4965%2027.2017%2027.4592%2027.1915%2027.293%2027.2221C26.562%2027.3486%2026.135%2027.7392%2026.135%2027.7392L26.4539%2026.6779ZM28.1093%2030.0276C28.0913%2030.0926%2028.0627%2030.1323%2028.0228%2030.162C27.9785%2030.1906%2027.9068%2030.2008%2027.7998%2030.2008H27.4888L27.5072%2029.6712H26.2136L26.1611%2032.2604C26.1591%2032.4472%2026.1771%2032.5553%2026.3138%2032.6419C26.4505%2032.75%2026.8717%2032.7637%2027.4387%2032.7637H28.2493L28.5419%2031.7946L27.8362%2031.8333L27.6016%2031.847C27.5695%2031.8333%2027.5389%2031.8208%2027.5048%2031.7867C27.4751%2031.7573%2027.425%2031.7753%2027.4331%2031.5885L27.4387%2030.9248L28.1787%2030.8942C28.5783%2030.8942%2028.7491%2030.7642%2028.8949%2030.6403C29.0339%2030.5217%2029.0794%2030.3853%2029.1319%2030.2008L29.256%2029.6132H28.2391L28.1093%2030.0276Z%22%20fill%3D%22%23FEFEFE%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 48px;
  height: 48px;
}

.icon-48_ps_visa {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.0165%2031.2271H14.1177L18.487%2016.9086H22.3859L18.0165%2031.2271Z%22%20fill%3D%22%230033AB%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.3759%2016.9115L7.20389%2026.1832H7.15108L6.76161%2016.9115H0.0679903L0%2017.5331C2.1883%2017.5331%202.65258%2017.8688%202.92807%2019.5913L4.24028%2031.228H8.27889L16.4455%2016.9115H12.3759Z%22%20fill%3D%22%230033AB%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M37.6789%2029.173L36.7197%2031.2284H32.4883L40.1611%2016.9352H45.3562L46.656%2031.2284H43.7696L43.7707%2031.2521H42.5613L42.4677%2029.173H37.6789ZM39.0467%2026.4013H42.3437L42.043%2019.72L39.0467%2026.4013Z%22%20fill%3D%22%230033AB%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M26.479%2031.6362C23.7269%2031.6362%2021.9003%2030.768%2020.5967%2029.9939L22.4529%2027.1749C23.6238%2027.8261%2024.5433%2028.577%2026.6579%2028.577C27.3382%2028.577%2027.9927%2028.4016%2028.3648%2027.7606C28.9068%2026.8292%2028.2401%2026.3283%2026.7175%2025.4709L25.966%2024.9843C23.7084%2023.4513%2022.7314%2021.9952%2023.7936%2019.4527C24.4747%2017.8266%2026.2672%2016.5938%2029.2263%2016.5938C31.267%2016.5938%2033.1801%2017.4707%2034.2944%2018.3281L32.1599%2020.8171C31.0717%2019.9427%2030.1706%2019.5005%2029.1378%2019.5005C28.3156%2019.5005%2027.6903%2019.8156%2027.4749%2020.2413C27.0687%2021.0414%2027.6063%2021.5854%2028.7927%2022.3185L29.6872%2022.8845C32.4276%2024.6019%2033.0802%2026.4035%2032.3938%2028.0887C31.212%2030.9879%2028.8986%2031.6362%2026.479%2031.6362Z%22%20fill%3D%22%230033AB%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 48px;
  height: 48px;
}

.icon-50_black_citata_close {
  background-image: url("data:image/svg+xml;charset=UTF-8,%EF%BB%BF%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_3_%22%20x%3D%224%22%20y%3D%222%22%20width%3D%2242%22%20height%3D%2246%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_3_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20d%3D%22M24.6%2C45.1c-0.2%2C0.5-0.3%2C0.9-0.3%2C1.2c0%2C0.4%2C0.2%2C0.7%2C0.6%2C0.9c0.3%2C0.3%2C0.9%2C0.5%2C1.6%2C0.6%0D%0A%09%09c0.7%2C0.1%2C1.7%2C0.2%2C2.9%2C0.2c1%2C0%2C1.8%2C0%2C2.4-0.1c0.6-0.1%2C1.1-0.2%2C1.5-0.3c0.4-0.1%2C0.7-0.3%2C0.9-0.5c0.2-0.2%2C0.4-0.5%2C0.6-0.8l10.4-18.4%0D%0A%09%09c0.5-0.9%2C0.8-1.7%2C0.8-2.5c0-0.8-0.2-1.6-0.6-2.3l-11-19.3c-0.2-0.3-0.4-0.6-0.6-0.8c-0.2-0.2-0.5-0.4-0.9-0.5%0D%0A%09%09c-0.4-0.1-0.9-0.2-1.5-0.3C30.8%2C2%2C30%2C2%2C29.1%2C2c-1.2%2C0-2.2%2C0.1-2.9%2C0.2c-0.7%2C0.1-1.2%2C0.3-1.6%2C0.6c-0.3%2C0.2-0.5%2C0.6-0.5%2C0.9%0D%0A%09%09c0%2C0.4%2C0.1%2C0.8%2C0.3%2C1.2l9.8%2C20.3L24.6%2C45.1z%20M14.2%2C25.3L4.9%2C44.1c-0.2%2C0.5-0.3%2C0.9-0.3%2C1.2c0%2C0.3%2C0.2%2C0.6%2C0.6%2C0.8%0D%0A%09%09c0.4%2C0.2%2C0.9%2C0.4%2C1.6%2C0.5c0.7%2C0.1%2C1.7%2C0.2%2C2.9%2C0.2c0.9%2C0%2C1.7%2C0%2C2.3-0.1c0.6-0.1%2C1.1-0.1%2C1.4-0.3c0.4-0.1%2C0.7-0.3%2C0.9-0.5%0D%0A%09%09c0.2-0.2%2C0.4-0.5%2C0.6-0.8L25%2C27.8c0.5-0.9%2C0.8-1.8%2C0.8-2.5c0-0.8-0.2-1.5-0.6-2.2L14.3%2C4.8C14.2%2C4.4%2C14%2C4.2%2C13.8%2C4%0D%0A%09%09c-0.2-0.2-0.5-0.3-0.9-0.4c-0.4-0.1-0.9-0.2-1.5-0.2C10.8%2C3.3%2C10%2C3.3%2C9%2C3.3c-1.2%2C0-2.1%2C0.1-2.9%2C0.2C5.4%2C3.5%2C4.9%2C3.7%2C4.6%2C3.9%0D%0A%09%09C4.2%2C4.1%2C4%2C4.4%2C4%2C4.7c0%2C0.3%2C0%2C0.7%2C0.2%2C1.1L14.2%2C25.3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-50_black_citata_open {
  background-image: url("data:image/svg+xml;charset=UTF-8,%EF%BB%BF%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%224%22%20y%3D%222%22%20width%3D%2242%22%20height%3D%2246%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20d%3D%22M25.4%2C4.9c0.2-0.5%2C0.3-0.9%2C0.3-1.2c0-0.4-0.2-0.7-0.6-0.9c-0.3-0.3-0.9-0.5-1.6-0.6%0D%0A%09%09C22.7%2C2.1%2C21.8%2C2%2C20.6%2C2c-1%2C0-1.8%2C0-2.4%2C0.1c-0.6%2C0.1-1.1%2C0.2-1.5%2C0.3c-0.4%2C0.1-0.7%2C0.3-0.9%2C0.5c-0.2%2C0.2-0.4%2C0.5-0.6%2C0.8L4.8%2C22.1%0D%0A%09%09C4.3%2C23%2C4%2C23.8%2C4%2C24.6c0%2C0.8%2C0.2%2C1.6%2C0.6%2C2.3l11%2C19.3c0.2%2C0.3%2C0.4%2C0.6%2C0.6%2C0.8c0.2%2C0.2%2C0.5%2C0.4%2C0.9%2C0.5c0.4%2C0.1%2C0.9%2C0.2%2C1.5%2C0.3%0D%0A%09%09C19.2%2C48%2C20%2C48%2C20.9%2C48c1.2%2C0%2C2.2-0.1%2C2.9-0.2c0.7-0.1%2C1.2-0.3%2C1.6-0.6c0.3-0.2%2C0.5-0.6%2C0.5-0.9c0-0.4-0.1-0.8-0.3-1.2l-9.8-20.3%0D%0A%09%09L25.4%2C4.9z%20M35.8%2C24.7l9.3-18.8c0.2-0.5%2C0.3-0.9%2C0.3-1.2c0-0.3-0.2-0.6-0.6-0.8c-0.4-0.2-0.9-0.4-1.6-0.5c-0.7-0.1-1.7-0.2-2.9-0.2%0D%0A%09%09c-0.9%2C0-1.7%2C0-2.3%2C0.1c-0.6%2C0.1-1.1%2C0.1-1.4%2C0.3c-0.4%2C0.1-0.7%2C0.3-0.9%2C0.5c-0.2%2C0.2-0.4%2C0.5-0.6%2C0.8L25%2C22.2%0D%0A%09%09c-0.5%2C0.9-0.8%2C1.8-0.8%2C2.5c0%2C0.8%2C0.2%2C1.5%2C0.6%2C2.2l10.9%2C18.3c0.2%2C0.3%2C0.3%2C0.6%2C0.6%2C0.7c0.2%2C0.2%2C0.5%2C0.3%2C0.9%2C0.4%0D%0A%09%09c0.4%2C0.1%2C0.9%2C0.2%2C1.5%2C0.2c0.6%2C0%2C1.4%2C0.1%2C2.3%2C0.1c1.2%2C0%2C2.1-0.1%2C2.9-0.2c0.7-0.1%2C1.3-0.3%2C1.6-0.5c0.3-0.2%2C0.5-0.5%2C0.6-0.8%0D%0A%09%09c0-0.3%2C0-0.7-0.2-1.1L35.8%2C24.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-50_black_loupe {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20d%3D%22M23%2C7c4.274%2C0%2C8.292%2C1.664%2C11.314%2C4.686C37.336%2C14.708%2C39%2C18.726%2C39%2C23s-1.664%2C8.292-4.686%2C11.314%0D%0A%09%09C31.292%2C37.336%2C27.274%2C39%2C23%2C39c-4.274%2C0-8.292-1.664-11.314-4.686C8.664%2C31.292%2C7%2C27.274%2C7%2C23s1.664-8.292%2C4.686-11.314%0D%0A%09%09C14.708%2C8.664%2C18.726%2C7%2C23%2C7%20M23%2C4c-4.863%2C0-9.725%2C1.855-13.435%2C5.565c-7.42%2C7.42-7.42%2C19.45%2C0%2C26.87%0D%0A%09%09C13.275%2C40.145%2C18.137%2C42%2C23%2C42s9.725-1.855%2C13.435-5.565c7.42-7.42%2C7.42-19.45%2C0-26.87C32.725%2C5.855%2C27.863%2C4%2C23%2C4L23%2C4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%225%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2235%22%20y1%3D%2235%22%20x2%3D%2243.839%22%20y2%3D%2243.839%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-50_blue_ai {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23B5E2F7%22%20fill-rule%3D%22nonzero%22%20d%3D%22M16%2C5%20C12.6835%2C5%2010%2C7.6835%2010%2C11%20L10%2C59%20C10%2C62.3165%2012.6835%2C65%2016%2C65%20L54%2C65%20C57.3165%2C65%2060%2C62.3165%2060%2C59%20L60%2C25%20L40%2C5%20L16%2C5%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%236EA3BD%22%20d%3D%22M35.1650391%2C55%20L34.4731445%2C52.8164062%20L31.2548828%2C52.8164062%20L30.550293%2C55%20L28.6269531%2C55%20L31.8071289%2C45.840332%20L34.0605469%2C45.840332%20L37.2407227%2C55%20L35.1650391%2C55%20Z%20M32.8164062%2C47.7446289%20L31.6674805%2C51.3374023%20L34.0668945%2C51.3374023%20L32.9306641%2C47.7446289%20L32.8164062%2C47.7446289%20Z%20M40.7192383%2C55%20L38.8022461%2C55%20L38.8022461%2C45.840332%20L40.7192383%2C45.840332%20L40.7192383%2C55%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%2388B9D1%22%20d%3D%22M40%2C5%20L60%2C25%20L46%2C25%20C42.6862915%2C25%2040%2C22.3137085%2040%2C19%20L40%2C5%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-50_blue_cdr {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23B5E2F7%22%20fill-rule%3D%22nonzero%22%20d%3D%22M16%2C5%20C12.6835%2C5%2010%2C7.6835%2010%2C11%20L10%2C59%20C10%2C62.3165%2012.6835%2C65%2016%2C65%20L54%2C65%20C57.3165%2C65%2060%2C62.3165%2060%2C59%20L60%2C25%20L40%2C5%20L16%2C5%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%236EA3BD%22%20d%3D%22M25.8149414%2C55.2348633%20C23.1616211%2C55.2348633%2021.5175781%2C53.4003906%2021.5175781%2C50.4169922%20C21.5175781%2C47.4399414%2023.1552734%2C45.6054688%2025.8149414%2C45.6054688%20C27.9858398%2C45.6054688%2029.6489258%2C47.0463867%2029.7885742%2C49.0395508%20L27.9223633%2C49.0395508%20C27.7382812%2C47.9858398%2026.9067383%2C47.2939453%2025.8149414%2C47.2939453%20C24.3740234%2C47.2939453%2023.4790039%2C48.4873047%2023.4790039%2C50.4169922%20C23.4790039%2C52.3466797%2024.3740234%2C53.5463867%2025.8212891%2C53.5463867%20C26.9194336%2C53.5463867%2027.7446289%2C52.8989258%2027.9287109%2C51.8896484%20L29.7949219%2C51.8896484%20C29.6362305%2C53.8701172%2028.0239258%2C55.2348633%2025.8149414%2C55.2348633%20Z%20M31.5595703%2C45.8339844%20L35.1650391%2C45.8339844%20C37.8881836%2C45.8339844%2039.4624023%2C47.484375%2039.4624023%2C50.3535156%20C39.4624023%2C53.3305664%2037.9072266%2C55%2035.1650391%2C55%20L31.5595703%2C55%20L31.5595703%2C45.8339844%20Z%20M33.4765625%2C47.4716797%20L33.4765625%2C53.3623047%20L34.8603516%2C53.3623047%20C36.5551758%2C53.3623047%2037.5073242%2C52.3212891%2037.5073242%2C50.3852539%20C37.5073242%2C48.5317383%2036.5234375%2C47.4716797%2034.8603516%2C47.4716797%20L33.4765625%2C47.4716797%20Z%20M43.1884766%2C47.3891602%20L43.1884766%2C50.2075195%20L44.8706055%2C50.2075195%20C45.8354492%2C50.2075195%2046.4003906%2C49.6870117%2046.4003906%2C48.8046875%20C46.4003906%2C47.9350586%2045.8037109%2C47.3891602%2044.8515625%2C47.3891602%20L43.1884766%2C47.3891602%20Z%20M43.1884766%2C51.6801758%20L43.1884766%2C55%20L41.2714844%2C55%20L41.2714844%2C45.840332%20L45.1181641%2C45.840332%20C47.1303711%2C45.840332%2048.3681641%2C46.9575195%2048.3681641%2C48.7792969%20C48.3681641%2C49.9472656%2047.7587891%2C50.9628906%2046.7050781%2C51.3818359%20L48.6347656%2C55%20L46.4638672%2C55%20L44.7563477%2C51.6801758%20L43.1884766%2C51.6801758%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%2388B9D1%22%20d%3D%22M40%2C5%20L60%2C25%20L46%2C25%20C42.6862915%2C25%2040%2C22.3137085%2040%2C19%20L40%2C5%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-50_blue_csv {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23B5E2F7%22%20fill-rule%3D%22nonzero%22%20d%3D%22M16%2C5%20C12.6835%2C5%2010%2C7.6835%2010%2C11%20L10%2C59%20C10%2C62.3165%2012.6835%2C65%2016%2C65%20L54%2C65%20C57.3165%2C65%2060%2C62.3165%2060%2C59%20L60%2C25%20L40%2C5%20L16%2C5%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%236EA3BD%22%20d%3D%22M26.1862793%2C55.2348633%20C23.532959%2C55.2348633%2021.888916%2C53.4003906%2021.888916%2C50.4169922%20C21.888916%2C47.4399414%2023.5266113%2C45.6054688%2026.1862793%2C45.6054688%20C28.3571777%2C45.6054688%2030.0202637%2C47.0463867%2030.1599121%2C49.0395508%20L28.2937012%2C49.0395508%20C28.1096191%2C47.9858398%2027.2780762%2C47.2939453%2026.1862793%2C47.2939453%20C24.7453613%2C47.2939453%2023.8503418%2C48.4873047%2023.8503418%2C50.4169922%20C23.8503418%2C52.3466797%2024.7453613%2C53.5463867%2026.192627%2C53.5463867%20C27.2907715%2C53.5463867%2028.1159668%2C52.8989258%2028.3000488%2C51.8896484%20L30.1662598%2C51.8896484%20C30.0075684%2C53.8701172%2028.3952637%2C55.2348633%2026.1862793%2C55.2348633%20Z%20M31.5183105%2C52.4545898%20L33.3718262%2C52.4545898%20C33.4606934%2C53.1972656%2034.2097168%2C53.6733398%2035.2888184%2C53.6733398%20C36.2854004%2C53.6733398%2036.9899902%2C53.190918%2036.9899902%2C52.4990234%20C36.9899902%2C51.9150391%2036.532959%2C51.5786133%2035.4094238%2C51.3374023%20L34.2160645%2C51.0834961%20C32.5466309%2C50.734375%2031.7277832%2C49.8647461%2031.7277832%2C48.4682617%20C31.7277832%2C46.7416992%2033.1179199%2C45.6054688%2035.2316895%2C45.6054688%20C37.2502441%2C45.6054688%2038.6784668%2C46.7353516%2038.7355957%2C48.3666992%20L36.9328613%2C48.3666992%20C36.8439941%2C47.6430664%2036.1711426%2C47.1606445%2035.2443848%2C47.1606445%20C34.2858887%2C47.1606445%2033.651123%2C47.6049805%2033.651123%2C48.3032227%20C33.651123%2C48.8681641%2034.0891113%2C49.1918945%2035.1618652%2C49.4204102%20L36.2663574%2C49.6552734%20C38.1071777%2C50.0424805%2038.9006348%2C50.8359375%2038.9006348%2C52.2578125%20C38.9006348%2C54.1049805%2037.4851074%2C55.2348633%2035.1872559%2C55.2348633%20C33.0036621%2C55.2348633%2031.5881348%2C54.1621094%2031.5183105%2C52.4545898%20Z%20M45.3117676%2C55%20L42.994873%2C55%20L39.8972168%2C45.840332%20L42.0617676%2C45.840332%20L44.1437988%2C52.8417969%20L44.2580566%2C52.8417969%20L46.302002%2C45.840332%20L48.3649902%2C45.840332%20L45.3117676%2C55%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%2388B9D1%22%20d%3D%22M40%2C5%20L60%2C25%20L46%2C25%20C42.6862915%2C25%2040%2C22.3137085%2040%2C19%20L40%2C5%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-50_blue_doc {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23B5E2F7%22%20fill-rule%3D%22nonzero%22%20d%3D%22M16%2C5%20C12.6835%2C5%2010%2C7.6835%2010%2C11%20L10%2C59%20C10%2C62.3165%2012.6835%2C65%2016%2C65%20L54%2C65%20C57.3165%2C65%2060%2C62.3165%2060%2C59%20L60%2C25%20L40%2C5%20L16%2C5%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%236EA3BD%22%20d%3D%22M21.3271484%2C45.8339844%20L24.9326172%2C45.8339844%20C27.6557617%2C45.8339844%2029.2299805%2C47.484375%2029.2299805%2C50.3535156%20C29.2299805%2C53.3305664%2027.6748047%2C55%2024.9326172%2C55%20L21.3271484%2C55%20L21.3271484%2C45.8339844%20Z%20M23.2441406%2C47.4716797%20L23.2441406%2C53.3623047%20L24.6279297%2C53.3623047%20C26.3227539%2C53.3623047%2027.2749023%2C52.3212891%2027.2749023%2C50.3852539%20C27.2749023%2C48.5317383%2026.2910156%2C47.4716797%2024.6279297%2C47.4716797%20L23.2441406%2C47.4716797%20Z%20M35.0444336%2C45.6054688%20C37.7485352%2C45.6054688%2039.4433594%2C47.4526367%2039.4433594%2C50.4169922%20C39.4433594%2C53.3876953%2037.7548828%2C55.2348633%2035.0444336%2C55.2348633%20C32.3276367%2C55.2348633%2030.6328125%2C53.3876953%2030.6328125%2C50.4169922%20C30.6328125%2C47.4462891%2032.3530273%2C45.6054688%2035.0444336%2C45.6054688%20Z%20M35.0444336%2C47.2875977%20C33.559082%2C47.2875977%2032.5942383%2C48.5%2032.5942383%2C50.4169922%20C32.5942383%2C52.3276367%2033.5400391%2C53.5527344%2035.0444336%2C53.5527344%20C36.5361328%2C53.5527344%2037.4882812%2C52.3276367%2037.4882812%2C50.4169922%20C37.4882812%2C48.5%2036.5361328%2C47.2875977%2035.0444336%2C47.2875977%20Z%20M45.1499023%2C55.2348633%20C42.496582%2C55.2348633%2040.8525391%2C53.4003906%2040.8525391%2C50.4169922%20C40.8525391%2C47.4399414%2042.4902344%2C45.6054688%2045.1499023%2C45.6054688%20C47.3208008%2C45.6054688%2048.9838867%2C47.0463867%2049.1235352%2C49.0395508%20L47.2573242%2C49.0395508%20C47.0732422%2C47.9858398%2046.2416992%2C47.2939453%2045.1499023%2C47.2939453%20C43.7089844%2C47.2939453%2042.8139648%2C48.4873047%2042.8139648%2C50.4169922%20C42.8139648%2C52.3466797%2043.7089844%2C53.5463867%2045.15625%2C53.5463867%20C46.2543945%2C53.5463867%2047.0795898%2C52.8989258%2047.2636719%2C51.8896484%20L49.1298828%2C51.8896484%20C48.9711914%2C53.8701172%2047.3588867%2C55.2348633%2045.1499023%2C55.2348633%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%2388B9D1%22%20d%3D%22M40%2C5%20L60%2C25%20L46%2C25%20C42.6862915%2C25%2040%2C22.3137085%2040%2C19%20L40%2C5%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-50_blue_docx {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23B5E2F7%22%20fill-rule%3D%22nonzero%22%20d%3D%22M16%2C5%20C12.6835%2C5%2010%2C7.6835%2010%2C11%20L10%2C59%20C10%2C62.3165%2012.6835%2C65%2016%2C65%20L54%2C65%20C57.3165%2C65%2060%2C62.3165%2060%2C59%20L60%2C25%20L40%2C5%20L16%2C5%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%236EA3BD%22%20d%3D%22M16.7124023%2C45.8339844%20L20.3178711%2C45.8339844%20C23.0410156%2C45.8339844%2024.6152344%2C47.484375%2024.6152344%2C50.3535156%20C24.6152344%2C53.3305664%2023.0600586%2C55%2020.3178711%2C55%20L16.7124023%2C55%20L16.7124023%2C45.8339844%20Z%20M18.6293945%2C47.4716797%20L18.6293945%2C53.3623047%20L20.0131836%2C53.3623047%20C21.7080078%2C53.3623047%2022.6601562%2C52.3212891%2022.6601562%2C50.3852539%20C22.6601562%2C48.5317383%2021.6762695%2C47.4716797%2020.0131836%2C47.4716797%20L18.6293945%2C47.4716797%20Z%20M30.4296875%2C45.6054688%20C33.1337891%2C45.6054688%2034.8286133%2C47.4526367%2034.8286133%2C50.4169922%20C34.8286133%2C53.3876953%2033.1401367%2C55.2348633%2030.4296875%2C55.2348633%20C27.7128906%2C55.2348633%2026.0180664%2C53.3876953%2026.0180664%2C50.4169922%20C26.0180664%2C47.4462891%2027.7382812%2C45.6054688%2030.4296875%2C45.6054688%20Z%20M30.4296875%2C47.2875977%20C28.9443359%2C47.2875977%2027.9794922%2C48.5%2027.9794922%2C50.4169922%20C27.9794922%2C52.3276367%2028.925293%2C53.5527344%2030.4296875%2C53.5527344%20C31.9213867%2C53.5527344%2032.8735352%2C52.3276367%2032.8735352%2C50.4169922%20C32.8735352%2C48.5%2031.9213867%2C47.2875977%2030.4296875%2C47.2875977%20Z%20M40.5351562%2C55.2348633%20C37.8818359%2C55.2348633%2036.237793%2C53.4003906%2036.237793%2C50.4169922%20C36.237793%2C47.4399414%2037.8754883%2C45.6054688%2040.5351562%2C45.6054688%20C42.7060547%2C45.6054688%2044.3691406%2C47.0463867%2044.5087891%2C49.0395508%20L42.6425781%2C49.0395508%20C42.4584961%2C47.9858398%2041.6269531%2C47.2939453%2040.5351562%2C47.2939453%20C39.0942383%2C47.2939453%2038.1992188%2C48.4873047%2038.1992188%2C50.4169922%20C38.1992188%2C52.3466797%2039.0942383%2C53.5463867%2040.5415039%2C53.5463867%20C41.6396484%2C53.5463867%2042.4648438%2C52.8989258%2042.6489258%2C51.8896484%20L44.5151367%2C51.8896484%20C44.3564453%2C53.8701172%2042.7441406%2C55.2348633%2040.5351562%2C55.2348633%20Z%20M45.4736328%2C55%20L48.3999023%2C50.3852539%20L45.4926758%2C45.840332%20L47.7460938%2C45.840332%20L49.6567383%2C49.0458984%20L49.7709961%2C49.0458984%20L51.7006836%2C45.840332%20L53.8461914%2C45.840332%20L50.8310547%2C50.4169922%20L53.8017578%2C55%20L51.6181641%2C55%20L49.6503906%2C51.8959961%20L49.5361328%2C51.8959961%20L47.5429688%2C55%20L45.4736328%2C55%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%2388B9D1%22%20d%3D%22M40%2C5%20L60%2C25%20L46%2C25%20C42.6862915%2C25%2040%2C22.3137085%2040%2C19%20L40%2C5%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-50_blue_empty {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23B5E2F7%22%20fill-rule%3D%22nonzero%22%20d%3D%22M16%2C5%20C12.6835%2C5%2010%2C7.6835%2010%2C11%20L10%2C59%20C10%2C62.3165%2012.6835%2C65%2016%2C65%20L54%2C65%20C57.3165%2C65%2060%2C62.3165%2060%2C59%20L60%2C25%20L40%2C5%20L16%2C5%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%2388B9D1%22%20d%3D%22M40%2C5%20L60%2C25%20L46%2C25%20C42.6862915%2C25%2040%2C22.3137085%2040%2C19%20L40%2C5%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-50_blue_pdf {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23B5E2F7%22%20fill-rule%3D%22nonzero%22%20d%3D%22M16%2C5%20C12.6835%2C5%2010%2C7.6835%2010%2C11%20L10%2C59%20C10%2C62.3165%2012.6835%2C65%2016%2C65%20L54%2C65%20C57.3165%2C65%2060%2C62.3165%2060%2C59%20L60%2C25%20L40%2C5%20L16%2C5%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%236EA3BD%22%20d%3D%22M22.9902344%2C45.840332%20L26.8115234%2C45.840332%20C28.6967773%2C45.840332%2029.9853516%2C47.1035156%2029.9853516%2C49.0078125%20C29.9853516%2C50.8930664%2028.6459961%2C52.15625%2026.7163086%2C52.15625%20L24.9072266%2C52.15625%20L24.9072266%2C55%20L22.9902344%2C55%20L22.9902344%2C45.840332%20Z%20M24.9072266%2C47.4145508%20L24.9072266%2C50.6010742%20L26.2973633%2C50.6010742%20C27.3955078%2C50.6010742%2028.0366211%2C50.0424805%2028.0366211%2C49.0141602%20C28.0366211%2C47.9731445%2027.4082031%2C47.4145508%2026.3037109%2C47.4145508%20L24.9072266%2C47.4145508%20Z%20M31.75%2C45.8339844%20L35.3554688%2C45.8339844%20C38.0786133%2C45.8339844%2039.652832%2C47.484375%2039.652832%2C50.3535156%20C39.652832%2C53.3305664%2038.0976562%2C55%2035.3554688%2C55%20L31.75%2C55%20L31.75%2C45.8339844%20Z%20M33.6669922%2C47.4716797%20L33.6669922%2C53.3623047%20L35.0507812%2C53.3623047%20C36.7456055%2C53.3623047%2037.6977539%2C52.3212891%2037.6977539%2C50.3852539%20C37.6977539%2C48.5317383%2036.7138672%2C47.4716797%2035.0507812%2C47.4716797%20L33.6669922%2C47.4716797%20Z%20M43.3789062%2C55%20L41.4619141%2C55%20L41.4619141%2C45.840332%20L47.4604492%2C45.840332%20L47.4604492%2C47.4780273%20L43.3789062%2C47.4780273%20L43.3789062%2C49.8647461%20L47.1049805%2C49.8647461%20L47.1049805%2C51.4326172%20L43.3789062%2C51.4326172%20L43.3789062%2C55%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%2388B9D1%22%20d%3D%22M40%2C5%20L60%2C25%20L46%2C25%20C42.6862915%2C25%2040%2C22.3137085%2040%2C19%20L40%2C5%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-50_blue_pps {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23B5E2F7%22%20fill-rule%3D%22nonzero%22%20d%3D%22M16%2C5%20C12.6835%2C5%2010%2C7.6835%2010%2C11%20L10%2C59%20C10%2C62.3165%2012.6835%2C65%2016%2C65%20L54%2C65%20C57.3165%2C65%2060%2C62.3165%2060%2C59%20L60%2C25%20L40%2C5%20L16%2C5%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%236EA3BD%22%20d%3D%22M22.9616699%2C45.840332%20L26.782959%2C45.840332%20C28.6682129%2C45.840332%2029.9567871%2C47.1035156%2029.9567871%2C49.0078125%20C29.9567871%2C50.8930664%2028.6174316%2C52.15625%2026.6877441%2C52.15625%20L24.8786621%2C52.15625%20L24.8786621%2C55%20L22.9616699%2C55%20L22.9616699%2C45.840332%20Z%20M24.8786621%2C47.4145508%20L24.8786621%2C50.6010742%20L26.2687988%2C50.6010742%20C27.3669434%2C50.6010742%2028.0080566%2C50.0424805%2028.0080566%2C49.0141602%20C28.0080566%2C47.9731445%2027.3796387%2C47.4145508%2026.2751465%2C47.4145508%20L24.8786621%2C47.4145508%20Z%20M31.7214355%2C45.840332%20L35.5427246%2C45.840332%20C37.4279785%2C45.840332%2038.7165527%2C47.1035156%2038.7165527%2C49.0078125%20C38.7165527%2C50.8930664%2037.3771973%2C52.15625%2035.4475098%2C52.15625%20L33.6384277%2C52.15625%20L33.6384277%2C55%20L31.7214355%2C55%20L31.7214355%2C45.840332%20Z%20M33.6384277%2C47.4145508%20L33.6384277%2C50.6010742%20L35.0285645%2C50.6010742%20C36.126709%2C50.6010742%2036.7678223%2C50.0424805%2036.7678223%2C49.0141602%20C36.7678223%2C47.9731445%2036.1394043%2C47.4145508%2035.0349121%2C47.4145508%20L33.6384277%2C47.4145508%20Z%20M40.0686035%2C52.4545898%20L41.9221191%2C52.4545898%20C42.0109863%2C53.1972656%2042.7600098%2C53.6733398%2043.8391113%2C53.6733398%20C44.8356934%2C53.6733398%2045.5402832%2C53.190918%2045.5402832%2C52.4990234%20C45.5402832%2C51.9150391%2045.083252%2C51.5786133%2043.9597168%2C51.3374023%20L42.7663574%2C51.0834961%20C41.0969238%2C50.734375%2040.2780762%2C49.8647461%2040.2780762%2C48.4682617%20C40.2780762%2C46.7416992%2041.6682129%2C45.6054688%2043.7819824%2C45.6054688%20C45.8005371%2C45.6054688%2047.2287598%2C46.7353516%2047.2858887%2C48.3666992%20L45.4831543%2C48.3666992%20C45.3942871%2C47.6430664%2044.7214355%2C47.1606445%2043.7946777%2C47.1606445%20C42.8361816%2C47.1606445%2042.201416%2C47.6049805%2042.201416%2C48.3032227%20C42.201416%2C48.8681641%2042.6394043%2C49.1918945%2043.7121582%2C49.4204102%20L44.8166504%2C49.6552734%20C46.6574707%2C50.0424805%2047.4509277%2C50.8359375%2047.4509277%2C52.2578125%20C47.4509277%2C54.1049805%2046.0354004%2C55.2348633%2043.7375488%2C55.2348633%20C41.5539551%2C55.2348633%2040.1384277%2C54.1621094%2040.0686035%2C52.4545898%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%2388B9D1%22%20d%3D%22M40%2C5%20L60%2C25%20L46%2C25%20C42.6862915%2C25%2040%2C22.3137085%2040%2C19%20L40%2C5%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-50_blue_ppt {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23B5E2F7%22%20fill-rule%3D%22nonzero%22%20d%3D%22M16%2C5%20C12.6835%2C5%2010%2C7.6835%2010%2C11%20L10%2C59%20C10%2C62.3165%2012.6835%2C65%2016%2C65%20L54%2C65%20C57.3165%2C65%2060%2C62.3165%2060%2C59%20L60%2C25%20L40%2C5%20L16%2C5%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%236EA3BD%22%20d%3D%22M23.0600586%2C45.840332%20L26.8813477%2C45.840332%20C28.7666016%2C45.840332%2030.0551758%2C47.1035156%2030.0551758%2C49.0078125%20C30.0551758%2C50.8930664%2028.7158203%2C52.15625%2026.7861328%2C52.15625%20L24.9770508%2C52.15625%20L24.9770508%2C55%20L23.0600586%2C55%20L23.0600586%2C45.840332%20Z%20M24.9770508%2C47.4145508%20L24.9770508%2C50.6010742%20L26.3671875%2C50.6010742%20C27.465332%2C50.6010742%2028.1064453%2C50.0424805%2028.1064453%2C49.0141602%20C28.1064453%2C47.9731445%2027.4780273%2C47.4145508%2026.3735352%2C47.4145508%20L24.9770508%2C47.4145508%20Z%20M31.8198242%2C45.840332%20L35.6411133%2C45.840332%20C37.5263672%2C45.840332%2038.8149414%2C47.1035156%2038.8149414%2C49.0078125%20C38.8149414%2C50.8930664%2037.4755859%2C52.15625%2035.5458984%2C52.15625%20L33.7368164%2C52.15625%20L33.7368164%2C55%20L31.8198242%2C55%20L31.8198242%2C45.840332%20Z%20M33.7368164%2C47.4145508%20L33.7368164%2C50.6010742%20L35.1269531%2C50.6010742%20C36.2250977%2C50.6010742%2036.8662109%2C50.0424805%2036.8662109%2C49.0141602%20C36.8662109%2C47.9731445%2036.237793%2C47.4145508%2035.1333008%2C47.4145508%20L33.7368164%2C47.4145508%20Z%20M44.7182617%2C55%20L42.8012695%2C55%20L42.8012695%2C47.4780273%20L40.0527344%2C47.4780273%20L40.0527344%2C45.840332%20L47.4667969%2C45.840332%20L47.4667969%2C47.4780273%20L44.7182617%2C47.4780273%20L44.7182617%2C55%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%2388B9D1%22%20d%3D%22M40%2C5%20L60%2C25%20L46%2C25%20C42.6862915%2C25%2040%2C22.3137085%2040%2C19%20L40%2C5%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-50_blue_pptx {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23B5E2F7%22%20fill-rule%3D%22nonzero%22%20d%3D%22M16%2C5%20C12.6835%2C5%2010%2C7.6835%2010%2C11%20L10%2C59%20C10%2C62.3165%2012.6835%2C65%2016%2C65%20L54%2C65%20C57.3165%2C65%2060%2C62.3165%2060%2C59%20L60%2C25%20L40%2C5%20L16%2C5%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%236EA3BD%22%20d%3D%22M18.3183594%2C45.840332%20L22.1396484%2C45.840332%20C24.0249023%2C45.840332%2025.3134766%2C47.1035156%2025.3134766%2C49.0078125%20C25.3134766%2C50.8930664%2023.9741211%2C52.15625%2022.0444336%2C52.15625%20L20.2353516%2C52.15625%20L20.2353516%2C55%20L18.3183594%2C55%20L18.3183594%2C45.840332%20Z%20M20.2353516%2C47.4145508%20L20.2353516%2C50.6010742%20L21.6254883%2C50.6010742%20C22.7236328%2C50.6010742%2023.3647461%2C50.0424805%2023.3647461%2C49.0141602%20C23.3647461%2C47.9731445%2022.7363281%2C47.4145508%2021.6318359%2C47.4145508%20L20.2353516%2C47.4145508%20Z%20M27.078125%2C45.840332%20L30.8994141%2C45.840332%20C32.784668%2C45.840332%2034.0732422%2C47.1035156%2034.0732422%2C49.0078125%20C34.0732422%2C50.8930664%2032.7338867%2C52.15625%2030.8041992%2C52.15625%20L28.9951172%2C52.15625%20L28.9951172%2C55%20L27.078125%2C55%20L27.078125%2C45.840332%20Z%20M28.9951172%2C47.4145508%20L28.9951172%2C50.6010742%20L30.3852539%2C50.6010742%20C31.4833984%2C50.6010742%2032.1245117%2C50.0424805%2032.1245117%2C49.0141602%20C32.1245117%2C47.9731445%2031.4960938%2C47.4145508%2030.3916016%2C47.4145508%20L28.9951172%2C47.4145508%20Z%20M39.9765625%2C55%20L38.0595703%2C55%20L38.0595703%2C47.4780273%20L35.3110352%2C47.4780273%20L35.3110352%2C45.840332%20L42.7250977%2C45.840332%20L42.7250977%2C47.4780273%20L39.9765625%2C47.4780273%20L39.9765625%2C55%20Z%20M43.8676758%2C55%20L46.7939453%2C50.3852539%20L43.8867188%2C45.840332%20L46.1401367%2C45.840332%20L48.0507812%2C49.0458984%20L48.1650391%2C49.0458984%20L50.0947266%2C45.840332%20L52.2402344%2C45.840332%20L49.2250977%2C50.4169922%20L52.1958008%2C55%20L50.012207%2C55%20L48.0444336%2C51.8959961%20L47.9301758%2C51.8959961%20L45.9370117%2C55%20L43.8676758%2C55%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%2388B9D1%22%20d%3D%22M40%2C5%20L60%2C25%20L46%2C25%20C42.6862915%2C25%2040%2C22.3137085%2040%2C19%20L40%2C5%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-50_blue_rar {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23B5E2F7%22%20fill-rule%3D%22nonzero%22%20d%3D%22M16%2C5%20C12.6835%2C5%2010%2C7.6835%2010%2C11%20L10%2C59%20C10%2C62.3165%2012.6835%2C65%2016%2C65%20L54%2C65%20C57.3165%2C65%2060%2C62.3165%2060%2C59%20L60%2C25%20L40%2C5%20L16%2C5%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%236EA3BD%22%20d%3D%22M24.2407227%2C47.3891602%20L24.2407227%2C50.2075195%20L25.9228516%2C50.2075195%20C26.8876953%2C50.2075195%2027.4526367%2C49.6870117%2027.4526367%2C48.8046875%20C27.4526367%2C47.9350586%2026.855957%2C47.3891602%2025.9038086%2C47.3891602%20L24.2407227%2C47.3891602%20Z%20M24.2407227%2C51.6801758%20L24.2407227%2C55%20L22.3237305%2C55%20L22.3237305%2C45.840332%20L26.1704102%2C45.840332%20C28.1826172%2C45.840332%2029.4204102%2C46.9575195%2029.4204102%2C48.7792969%20C29.4204102%2C49.9472656%2028.8110352%2C50.9628906%2027.7573242%2C51.3818359%20L29.6870117%2C55%20L27.5161133%2C55%20L25.8085937%2C51.6801758%20L24.2407227%2C51.6801758%20Z%20M37.234375%2C55%20L36.5424805%2C52.8164062%20L33.3242188%2C52.8164062%20L32.6196289%2C55%20L30.6962891%2C55%20L33.8764648%2C45.840332%20L36.1298828%2C45.840332%20L39.3100586%2C55%20L37.234375%2C55%20Z%20M34.8857422%2C47.7446289%20L33.7368164%2C51.3374023%20L36.1362305%2C51.3374023%20L35%2C47.7446289%20L34.8857422%2C47.7446289%20Z%20M42.7885742%2C47.3891602%20L42.7885742%2C50.2075195%20L44.4707031%2C50.2075195%20C45.4355469%2C50.2075195%2046.0004883%2C49.6870117%2046.0004883%2C48.8046875%20C46.0004883%2C47.9350586%2045.4038086%2C47.3891602%2044.4516602%2C47.3891602%20L42.7885742%2C47.3891602%20Z%20M42.7885742%2C51.6801758%20L42.7885742%2C55%20L40.871582%2C55%20L40.871582%2C45.840332%20L44.7182617%2C45.840332%20C46.7304688%2C45.840332%2047.9682617%2C46.9575195%2047.9682617%2C48.7792969%20C47.9682617%2C49.9472656%2047.3588867%2C50.9628906%2046.3051758%2C51.3818359%20L48.2348633%2C55%20L46.0639648%2C55%20L44.3564453%2C51.6801758%20L42.7885742%2C51.6801758%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%2388B9D1%22%20d%3D%22M40%2C5%20L60%2C25%20L46%2C25%20C42.6862915%2C25%2040%2C22.3137085%2040%2C19%20L40%2C5%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-50_blue_txt {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23B5E2F7%22%20fill-rule%3D%22nonzero%22%20d%3D%22M16%2C5%20C12.6835%2C5%2010%2C7.6835%2010%2C11%20L10%2C59%20C10%2C62.3165%2012.6835%2C65%2016%2C65%20L54%2C65%20C57.3165%2C65%2060%2C62.3165%2060%2C59%20L60%2C25%20L40%2C5%20L16%2C5%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%236EA3BD%22%20d%3D%22M26.9257812%2C55%20L25.0087891%2C55%20L25.0087891%2C47.4780273%20L22.2602539%2C47.4780273%20L22.2602539%2C45.840332%20L29.6743164%2C45.840332%20L29.6743164%2C47.4780273%20L26.9257812%2C47.4780273%20L26.9257812%2C55%20Z%20M30.8168945%2C55%20L33.7431641%2C50.3852539%20L30.8359375%2C45.840332%20L33.0893555%2C45.840332%20L35%2C49.0458984%20L35.1142578%2C49.0458984%20L37.0439453%2C45.840332%20L39.1894531%2C45.840332%20L36.1743164%2C50.4169922%20L39.1450195%2C55%20L36.9614258%2C55%20L34.9936523%2C51.8959961%20L34.8793945%2C51.8959961%20L32.8862305%2C55%20L30.8168945%2C55%20Z%20M44.9912109%2C55%20L43.0742188%2C55%20L43.0742188%2C47.4780273%20L40.3256836%2C47.4780273%20L40.3256836%2C45.840332%20L47.7397461%2C45.840332%20L47.7397461%2C47.4780273%20L44.9912109%2C47.4780273%20L44.9912109%2C55%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%2388B9D1%22%20d%3D%22M40%2C5%20L60%2C25%20L46%2C25%20C42.6862915%2C25%2040%2C22.3137085%2040%2C19%20L40%2C5%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-50_blue_xls {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23B5E2F7%22%20fill-rule%3D%22nonzero%22%20d%3D%22M16%2C5%20C12.6835%2C5%2010%2C7.6835%2010%2C11%20L10%2C59%20C10%2C62.3165%2012.6835%2C65%2016%2C65%20L54%2C65%20C57.3165%2C65%2060%2C62.3165%2060%2C59%20L60%2C25%20L40%2C5%20L16%2C5%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%236EA3BD%22%20d%3D%22M22.5617676%2C55%20L25.4880371%2C50.3852539%20L22.5808105%2C45.840332%20L24.8342285%2C45.840332%20L26.744873%2C49.0458984%20L26.8591309%2C49.0458984%20L28.7888184%2C45.840332%20L30.9343262%2C45.840332%20L27.9191895%2C50.4169922%20L30.8898926%2C55%20L28.7062988%2C55%20L26.7385254%2C51.8959961%20L26.6242676%2C51.8959961%20L24.6311035%2C55%20L22.5617676%2C55%20Z%20M38.5895996%2C53.3305664%20L38.5895996%2C55%20L32.5974121%2C55%20L32.5974121%2C45.840332%20L34.5144043%2C45.840332%20L34.5144043%2C53.3305664%20L38.5895996%2C53.3305664%20Z%20M39.9162598%2C52.4545898%20L41.7697754%2C52.4545898%20C41.8586426%2C53.1972656%2042.607666%2C53.6733398%2043.6867676%2C53.6733398%20C44.6833496%2C53.6733398%2045.3879395%2C53.190918%2045.3879395%2C52.4990234%20C45.3879395%2C51.9150391%2044.9309082%2C51.5786133%2043.807373%2C51.3374023%20L42.6140137%2C51.0834961%20C40.9445801%2C50.734375%2040.1257324%2C49.8647461%2040.1257324%2C48.4682617%20C40.1257324%2C46.7416992%2041.5158691%2C45.6054688%2043.6296387%2C45.6054688%20C45.6481934%2C45.6054688%2047.076416%2C46.7353516%2047.1335449%2C48.3666992%20L45.3308105%2C48.3666992%20C45.2419434%2C47.6430664%2044.5690918%2C47.1606445%2043.642334%2C47.1606445%20C42.6838379%2C47.1606445%2042.0490723%2C47.6049805%2042.0490723%2C48.3032227%20C42.0490723%2C48.8681641%2042.4870605%2C49.1918945%2043.5598145%2C49.4204102%20L44.6643066%2C49.6552734%20C46.505127%2C50.0424805%2047.298584%2C50.8359375%2047.298584%2C52.2578125%20C47.298584%2C54.1049805%2045.8830566%2C55.2348633%2043.5852051%2C55.2348633%20C41.4016113%2C55.2348633%2039.986084%2C54.1621094%2039.9162598%2C52.4545898%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%2388B9D1%22%20d%3D%22M40%2C5%20L60%2C25%20L46%2C25%20C42.6862915%2C25%2040%2C22.3137085%2040%2C19%20L40%2C5%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-50_blue_xlsx {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23B5E2F7%22%20fill-rule%3D%22nonzero%22%20d%3D%22M16%2C5%20C12.6835%2C5%2010%2C7.6835%2010%2C11%20L10%2C59%20C10%2C62.3165%2012.6835%2C65%2016%2C65%20L54%2C65%20C57.3165%2C65%2060%2C62.3165%2060%2C59%20L60%2C25%20L40%2C5%20L16%2C5%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%236EA3BD%22%20d%3D%22M17.9152832%2C55%20L20.8415527%2C50.3852539%20L17.9343262%2C45.840332%20L20.1877441%2C45.840332%20L22.0983887%2C49.0458984%20L22.2126465%2C49.0458984%20L24.142334%2C45.840332%20L26.2878418%2C45.840332%20L23.2727051%2C50.4169922%20L26.2434082%2C55%20L24.0598145%2C55%20L22.092041%2C51.8959961%20L21.9777832%2C51.8959961%20L19.9846191%2C55%20L17.9152832%2C55%20Z%20M33.9431152%2C53.3305664%20L33.9431152%2C55%20L27.9509277%2C55%20L27.9509277%2C45.840332%20L29.8679199%2C45.840332%20L29.8679199%2C53.3305664%20L33.9431152%2C53.3305664%20Z%20M35.2697754%2C52.4545898%20L37.123291%2C52.4545898%20C37.2121582%2C53.1972656%2037.9611816%2C53.6733398%2039.0402832%2C53.6733398%20C40.0368652%2C53.6733398%2040.7414551%2C53.190918%2040.7414551%2C52.4990234%20C40.7414551%2C51.9150391%2040.2844238%2C51.5786133%2039.1608887%2C51.3374023%20L37.9675293%2C51.0834961%20C36.2980957%2C50.734375%2035.479248%2C49.8647461%2035.479248%2C48.4682617%20C35.479248%2C46.7416992%2036.8693848%2C45.6054688%2038.9831543%2C45.6054688%20C41.001709%2C45.6054688%2042.4299316%2C46.7353516%2042.4870605%2C48.3666992%20L40.6843262%2C48.3666992%20C40.595459%2C47.6430664%2039.9226074%2C47.1606445%2038.9958496%2C47.1606445%20C38.0373535%2C47.1606445%2037.4025879%2C47.6049805%2037.4025879%2C48.3032227%20C37.4025879%2C48.8681641%2037.8405762%2C49.1918945%2038.9133301%2C49.4204102%20L40.0178223%2C49.6552734%20C41.8586426%2C50.0424805%2042.6520996%2C50.8359375%2042.6520996%2C52.2578125%20C42.6520996%2C54.1049805%2041.2365723%2C55.2348633%2038.9387207%2C55.2348633%20C36.755127%2C55.2348633%2035.3395996%2C54.1621094%2035.2697754%2C52.4545898%20Z%20M43.7185059%2C55%20L46.6447754%2C50.3852539%20L43.7375488%2C45.840332%20L45.9909668%2C45.840332%20L47.9016113%2C49.0458984%20L48.0158691%2C49.0458984%20L49.9455566%2C45.840332%20L52.0910645%2C45.840332%20L49.0759277%2C50.4169922%20L52.0466309%2C55%20L49.8630371%2C55%20L47.8952637%2C51.8959961%20L47.7810059%2C51.8959961%20L45.7878418%2C55%20L43.7185059%2C55%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%2388B9D1%22%20d%3D%22M40%2C5%20L60%2C25%20L46%2C25%20C42.6862915%2C25%2040%2C22.3137085%2040%2C19%20L40%2C5%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-50_blue_zip {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23B5E2F7%22%20fill-rule%3D%22nonzero%22%20d%3D%22M16%2C5%20C12.6835%2C5%2010%2C7.6835%2010%2C11%20L10%2C59%20C10%2C62.3165%2012.6835%2C65%2016%2C65%20L54%2C65%20C57.3165%2C65%2060%2C62.3165%2060%2C59%20L60%2C25%20L40%2C5%20L16%2C5%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%236EA3BD%22%20d%3D%22M25.0151367%2C55%20L25.0151367%2C53.7050781%20L29.6235352%2C47.5922852%20L29.6235352%2C47.4780273%20L25.1230469%2C47.4780273%20L25.1230469%2C45.840332%20L31.9594727%2C45.840332%20L31.9594727%2C47.1289062%20L27.3637695%2C53.2480469%20L27.3637695%2C53.3623047%20L32.0864258%2C53.3623047%20L32.0864258%2C55%20L25.0151367%2C55%20Z%20M35.9711914%2C55%20L34.0541992%2C55%20L34.0541992%2C45.840332%20L35.9711914%2C45.840332%20L35.9711914%2C55%20Z%20M38.1928711%2C45.840332%20L42.0141602%2C45.840332%20C43.8994141%2C45.840332%2045.1879883%2C47.1035156%2045.1879883%2C49.0078125%20C45.1879883%2C50.8930664%2043.8486328%2C52.15625%2041.9189453%2C52.15625%20L40.1098633%2C52.15625%20L40.1098633%2C55%20L38.1928711%2C55%20L38.1928711%2C45.840332%20Z%20M40.1098633%2C47.4145508%20L40.1098633%2C50.6010742%20L41.5%2C50.6010742%20C42.5981445%2C50.6010742%2043.2392578%2C50.0424805%2043.2392578%2C49.0141602%20C43.2392578%2C47.9731445%2042.6108398%2C47.4145508%2041.5063477%2C47.4145508%20L40.1098633%2C47.4145508%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%2388B9D1%22%20d%3D%22M40%2C5%20L60%2C25%20L46%2C25%20C42.6862915%2C25%2040%2C22.3137085%2040%2C19%20L40%2C5%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-50_green_check {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20style%3D%22enable-background%3Anew%200%200%2050%2050%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2250%22%20height%3D%2250%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20style%3D%22clip-path%3Aurl(%23SVGID_2_)%3Bfill%3A%231FA01F%3B%22%20d%3D%22M25%2C50c13.8%2C0%2C25-11.2%2C25-25S38.8%2C0%2C25%2C0S0%2C11.2%2C0%2C25S11.2%2C50%2C25%2C50%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%2212.1%2C20%2012.1%2C20%208.3%2C23.8%2022.4%2C38%2026.3%2C34.1%20%22%2F%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%2218.6%2C34.1%2018.6%2C34.1%2022.4%2C38%2041.7%2C18.7%2037.9%2C14.9%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-50_green_ok {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M25%2C5C13.954%2C5%2C5%2C13.954%2C5%2C25c0%2C11.046%2C8.954%2C20%2C20%2C20s20-8.954%2C20-20C45%2C13.954%2C36.046%2C5%2C25%2C5z%0D%0A%09%09%20M21.571%2C34.592l-9.617-9.35l2.091-2.151l7.526%2C7.317l14.383-13.984l2.091%2C2.151L21.571%2C34.592z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-50_green_play {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M12%2C9.379L37.291%2C25L12%2C40.621V9.379%20M9%2C4v42l34-21L9%2C4L9%2C4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-50_green_smile_happy {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2250%22%20height%3D%2250%22%20rx%3D%2225%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.909506%200.121667C1.67095%20-0.204666%202.55277%200.148061%202.8791%200.909506C4.12321%203.81241%207.04924%206.00038%2011.5004%206.00038C15.9515%206.00038%2018.8776%203.81241%2020.1217%200.909506C20.448%200.148061%2021.3298%20-0.204666%2022.0913%200.121667C22.8527%200.448%2023.2054%201.32982%2022.8791%202.09126C21.1232%206.18836%2017.0492%209.00038%2011.5004%209.00038C5.95152%209.00038%201.87756%206.18836%200.121667%202.09126C-0.204666%201.32982%200.148061%200.448%200.909506%200.121667Z%22%20transform%3D%22translate(13.4995%2029.4996)%22%20fill%3D%22white%22%2F%3E%0D%0A%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(12%2015)%22%20fill%3D%22white%22%2F%3E%0D%0A%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(30%2015)%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-50_orange_errors {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FA961E%22%20d%3D%22M25%2C8c9.374%2C0%2C17%2C7.626%2C17%2C17s-7.626%2C17-17%2C17S8%2C34.374%2C8%2C25S15.626%2C8%2C25%2C8%20M25%2C5C13.954%2C5%2C5%2C13.954%2C5%2C25%0D%0A%09%09s8.954%2C20%2C20%2C20s20-8.954%2C20-20S36.046%2C5%2C25%2C5L25%2C5z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%2214%22%20y%3D%2221%22%20fill%3D%22%23FA961E%22%20width%3D%2222%22%20height%3D%228%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-50_red_smile_sad {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2250%22%20height%3D%2250%22%20rx%3D%2225%22%20fill%3D%22%23FF0000%22%2F%3E%0D%0A%3Cpath%20d%3D%22M0%200C1.5%203.5%205%206%2010%206C15%206%2018.5%203.5%2020%200%22%20transform%3D%22translate(35%2037)%20rotate(-180)%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(12%2015)%22%20fill%3D%22white%22%2F%3E%0D%0A%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(30%2015)%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-50_white_arrow_left {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2250%22%20height%3D%2270%22%20viewBox%3D%220%200%2050%2070%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M0.467664%203.28527C-0.242146%202.43896%20-0.131489%201.17747%200.714823%200.467664C1.56113%20-0.242146%202.82262%20-0.13149%203.53243%200.714822L29.5324%2031.7148C30.1559%2032.4582%2030.1559%2033.5419%2029.5324%2034.2853L3.53243%2065.2853C2.82262%2066.1316%201.56113%2066.2422%200.714823%2065.5324C-0.131489%2064.8226%20-0.242146%2063.5611%200.467664%2062.7148L25.3897%2033L0.467664%203.28527Z%22%20transform%3D%22translate(40%2068)%20rotate(180)%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 70px;
}

.icon-50_white_arrow_right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2250%22%20height%3D%2270%22%20viewBox%3D%220%200%2050%2070%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M0.467664%203.28527C-0.242146%202.43896%20-0.131489%201.17747%200.714823%200.467664C1.56113%20-0.242146%202.82262%20-0.13149%203.53243%200.714822L29.5324%2031.7148C30.1559%2032.4582%2030.1559%2033.5419%2029.5324%2034.2853L3.53243%2065.2853C2.82262%2066.1316%201.56113%2066.2422%200.714823%2065.5324C-0.131489%2064.8226%20-0.242146%2063.5611%200.467664%2062.7148L25.3897%2033L0.467664%203.28527Z%22%20transform%3D%22translate(10%202)%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 70px;
}

.icon-50_white_play {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M12%2C9.379L37.291%2C25L12%2C40.621V9.379%20M9%2C4v42l34-21L9%2C4L9%2C4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-50_white_purse {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2265.197px%22%20height%3D%2253.858px%22%20viewBox%3D%220%200%2065.197%2053.858%22%20enable-background%3D%22new%200%200%2065.197%2053.858%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M58.972%2C21.848v-5.975c0-4.469-3.636-8.106-8.106-8.106h-2.492L46.678%2C0L11.115%2C7.767h-3.01%0D%0A%09%09C3.636%2C7.767%2C0%2C11.403%2C0%2C15.872v29.88c0%2C4.469%2C3.636%2C8.106%2C8.106%2C8.106h42.761c4.469%2C0%2C8.106-3.636%2C8.106-8.106v-8.078%0D%0A%09%09c3.313-1.107%2C5.711-4.233%2C5.711-7.913S62.286%2C22.955%2C58.972%2C21.848z%20M58.972%2C32.952c-0.587%2C0.486-1.311%2C0.809-2.103%2C0.912%0D%0A%09%09c-0.175%2C0.023-0.352%2C0.038-0.532%2C0.038h-1.571H44.753c-2.283%2C0-4.14-1.857-4.14-4.14s1.857-4.14%2C4.14-4.14h10.013h1.571%0D%0A%09%09c0.181%2C0%2C0.358%2C0.016%2C0.532%2C0.038c0.792%2C0.102%2C1.516%2C0.426%2C2.103%2C0.912c0.919%2C0.76%2C1.505%2C1.908%2C1.505%2C3.191%0D%0A%09%09C60.477%2C31.044%2C59.891%2C32.192%2C58.972%2C32.952z%20M54.766%2C45.753c0%2C2.15-1.749%2C3.9-3.9%2C3.9H8.106c-2.15%2C0-3.9-1.749-3.9-3.9v-29.88%0D%0A%09%09c0-0.821%2C0.257-1.583%2C0.692-2.212c0.449-0.649%2C1.09-1.153%2C1.839-1.435c0.427-0.161%2C0.887-0.253%2C1.369-0.253h3.463h33.42h2.152%0D%0A%09%09h2.153h1.573c2.15%2C0%2C3.9%2C1.749%2C3.9%2C3.9v5.542h-3.411h-5.499h-1.104c-1.546%2C0-2.99%2C0.43-4.233%2C1.166%0D%0A%09%09c-1.156%2C0.684-2.13%2C1.636-2.842%2C2.773c-0.801%2C1.281-1.272%2C2.789-1.272%2C4.408c0%2C4.602%2C3.744%2C8.346%2C8.346%2C8.346h10.013V45.753z%0D%0A%09%09%20M43.467%2C5.006l0.603%2C2.76H30.827L43.467%2C5.006z%22%2F%3E%0D%0A%09%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%2245.363%22%20cy%3D%2229.761%22%20r%3D%222.708%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 65.197px;
  height: 53.858px;
}

.icon-50_yellow_smile_neutral {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2250%22%20height%3D%2250%22%20rx%3D%2225%22%20fill%3D%22%23FFF500%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%201.5C0%200.671573%200.671573%201.19209e-07%201.5%200H21.5C22.3284%200%2023%200.671573%2023%201.5C23%202.32843%2022.3284%203%2021.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20transform%3D%22translate(36.5%2035.5)%20rotate(-180)%22%20fill%3D%22black%22%2F%3E%0D%0A%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(12%2015)%22%20fill%3D%22black%22%2F%3E%0D%0A%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(30%2015)%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-60_blue_plus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20viewBox%3D%220%200%2060%2060%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EGroup%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(12457%20-2249)%22%3E%0D%0A%3Cg%20id%3D%22Group%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(-12431%202249)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22matrix(6.12323e-17%201%20-1%206.12323e-17%20-12397%202275)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%208%200L%200%200L%200%2060L%208%2060L%208%200Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.icon-60_fb_round {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EFacebook%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-2600%20-4360)%22%3E%0D%0A%3Cg%20id%3D%22Facebook%22%3E%0D%0A%3Cg%20id%3D%22back%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(2600%204360)%22%20fill%3D%22%233B5998%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Shape%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(2623%204375)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%200%2030C%200%2013.4315%2013.4315%200%2030%200C%2046.5685%200%2060%2013.4315%2060%2030C%2060%2046.5685%2046.5685%2060%2030%2060C%2013.4315%2060%200%2046.5685%200%2030Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2010.1269%2032.6393L%2010.1269%2016.3178L%2014.6324%2016.3178L%2015.2295%2010.6933L%2010.1269%2010.6933L%2010.1346%207.87813C%2010.1346%206.41117%2010.274%205.62514%2012.381%205.62514L%2015.1976%205.62514L%2015.1976%200L%2010.6915%200C%205.27892%200%203.37384%202.72849%203.37384%207.31696L%203.37384%2010.6939L%200%2010.6939L%200%2016.3184L%203.37384%2016.3184L%203.37384%2032.6393L%2010.1269%2032.6393Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.icon-60_google_plus_round {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2030C0%2013.4315%2013.4315%200%2030%200C46.5685%200%2060%2013.4315%2060%2030C60%2046.5685%2046.5685%2060%2030%2060C13.4315%2060%200%2046.5685%200%2030Z%22%20fill%3D%22%23DC4E41%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M24.5455%2032.3999V29.1431H33.5591C33.6133%2029.4575%2033.6615%2029.772%2033.6879%2030.1299C33.7014%2030.3125%2033.7091%2030.5063%2033.7091%2030.7173C33.7091%2036.1455%2030.0546%2040%2024.5455%2040C19.2682%2040%2015%2035.752%2015%2030.5C15%2025.248%2019.2682%2021%2024.5455%2021C27.1227%2021%2029.2773%2021.9365%2030.9409%2023.4834L28.35%2025.9673C27.6409%2025.2886%2026.4%2024.5015%2024.5455%2024.5015C21.2864%2024.5015%2018.6273%2027.1885%2018.6273%2030.5C18.6273%2033.8115%2021.2864%2036.4985%2024.5455%2036.4985C28.3228%2036.4985%2029.7409%2033.7979%2029.9591%2032.3999H24.5455ZM42.2727%2029.1431H45V31.8574H42.2727V34.5718H39.5455V31.8574H36.8182V29.1431H39.5455V26.4287H42.2727V29.1431Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.icon-60_google_round {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2262%22%20height%3D%2262%22%20viewBox%3D%220%200%2062%2062%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M1%2031C1%2014.4315%2014.4315%201%2031%201C47.5685%201%2061%2014.4315%2061%2031C61%2047.5685%2047.5685%2061%2031%2061C14.4315%2061%201%2047.5685%201%2031Z%22%20fill%3D%22white%22%20stroke%3D%22black%22%20stroke-opacity%3D%220.2%22%2F%3E%0D%0A%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M46.36%2031.3635C46.36%2030.229%2046.2582%2029.1381%2046.0691%2028.0908H31V34.2799H39.6109C39.24%2036.2799%2038.1127%2037.9745%2036.4182%2039.109V43.1235H41.5891C44.6145%2040.3381%2046.36%2036.2363%2046.36%2031.3635Z%22%20fill%3D%22%234285F4%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M30.9998%2047C35.3198%2047%2038.9417%2045.5673%2041.5889%2043.1237L36.418%2039.1091C34.9853%2040.0691%2033.1526%2040.6364%2030.9998%2040.6364C26.8326%2040.6364%2023.3053%2037.8219%2022.0471%2034.04H16.7017V38.1855C19.3344%2043.4146%2024.7453%2047%2030.9998%2047Z%22%20fill%3D%22%2334A853%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M22.0473%2034.0404C21.7273%2033.0804%2021.5455%2032.0549%2021.5455%2031.0004C21.5455%2029.9459%2021.7273%2028.9204%2022.0473%2027.9604V23.8149H16.7018C15.6182%2025.9749%2015%2028.4186%2015%2031.0004C15%2033.5822%2015.6182%2036.0259%2016.7018%2038.1859L22.0473%2034.0404Z%22%20fill%3D%22%23FBBC05%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M30.9998%2021.3636C33.3489%2021.3636%2035.458%2022.1709%2037.1162%2023.7564L41.7053%2019.1673C38.9344%2016.5855%2035.3126%2015%2030.9998%2015C24.7453%2015%2019.3344%2018.5855%2016.7017%2023.8145L22.0471%2027.96C23.3053%2024.1782%2026.8326%2021.3636%2030.9998%2021.3636Z%22%20fill%3D%22%23EA4335%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3CclipPath%20id%3D%22clip0%22%3E%0D%0A%3Crect%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22white%22%20transform%3D%22translate(15%2015)%22%2F%3E%0D%0A%3C%2FclipPath%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 62px;
  height: 62px;
}

.icon-60_green_mail_round {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2030C0%2013.4315%2013.4315%200%2030%200C46.5685%200%2060%2013.4315%2060%2030C60%2046.5685%2046.5685%2060%2030%2060C13.4315%2060%200%2046.5685%200%2030Z%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3Cpath%20d%3D%22M22%2021C20.5%2021%2019%2022.5%2019%2024V36C19%2037.5%2020.5%2039%2022%2039H38C39.5%2039%2041%2037.5%2041%2036V24C41%2022.5%2039.5%2021%2038%2021H22ZM39%2026.3534L30%2030.4034L21%2026.3534V24C21%2023.4477%2021.4477%2023%2022%2023H38C38.5523%2023%2039%2023.4477%2039%2024V26.3534ZM39%2028.5466V36C39%2036.5523%2038.5523%2037%2038%2037H22C21.4477%2037%2021%2036.5523%2021%2036V28.5466L29.1793%2032.2273C29.7012%2032.4621%2030.2988%2032.4621%2030.8207%2032.2273L39%2028.5466Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.icon-60_mail_round {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EMail%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-2950%20-4360)%22%3E%0D%0A%3Cg%20id%3D%22Mail%22%3E%0D%0A%3Cg%20id%3D%22Oval%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(2950%204360)%22%20fill%3D%22%23000000%22%20fill-opacity%3D%220.4%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Shape%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(2966%204378)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2030%2060C%2046.5685%2060%2060%2046.5685%2060%2030C%2060%2013.4315%2046.5685%200%2030%200C%2013.4315%200%200%2013.4315%200%2030C%200%2046.5685%2013.4315%2060%2030%2060Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2014.418%2010.3163C%2012.0744%2010.3163%200%203.4692%200%203.4692L%200%202.4C%200%201.0752%201.0752%200%202.4024%200L%2026.4336%200C%2027.762%200%2028.8372%201.0752%2028.8372%202.4L%2028.818%203.6C%2028.818%203.6%2016.8744%2010.3163%2014.418%2010.3163ZM%2014.418%2013.6165C%2016.9872%2013.6165%2028.818%207.2002%2028.818%207.2002L%2028.8372%2021.6002C%2028.8372%2022.925%2027.762%2024.0002%2026.4336%2024.0002L%202.4024%2024.0002C%201.0764%2024.0002%200%2022.925%200%2021.6002L%200.0192%207.2002C%200.018%207.2002%2012.0744%2013.6165%2014.418%2013.6165Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.icon-60_mail_ru_round {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2030C0%2013.4315%2013.4315%200%2030%200C46.5685%200%2060%2013.4315%2060%2030C60%2046.5685%2046.5685%2060%2030%2060C13.4315%2060%200%2046.5685%200%2030Z%22%20fill%3D%22%23168DE2%22%2F%3E%0D%0A%3Cpath%20d%3D%22M45.6235%2033.2941C45.8118%2032.2588%2046%2031.1294%2046%2030C46%2021.1529%2038.8471%2014%2030%2014C21.1529%2014%2014%2021.1529%2014%2030C14%2038.8471%2021.1529%2046%2030%2046C33.2%2046%2036.4%2045.0588%2039.0353%2043.1765L36.9647%2040.7294C34.8941%2042.0471%2032.5412%2042.8%2030.0941%2042.8C22.9412%2042.8%2017.2%2037.0588%2017.2%2030C17.2%2022.9412%2022.9412%2017.2%2030%2017.2C37.0588%2017.2%2042.8%2022.9412%2042.8%2030C42.8%2030.9412%2042.7059%2031.8824%2042.5176%2032.7294C42.1412%2034.4235%2040.9176%2034.8941%2040.0706%2034.8941C39.2235%2034.8%2038.1882%2034.1412%2038.0941%2032.6353V30C38.0941%2025.5765%2034.5176%2021.9059%2030%2021.9059C25.4824%2021.9059%2021.9059%2025.5765%2021.9059%2030C21.9059%2034.4235%2025.4824%2038.0941%2030%2038.0941C32.2588%2038.0941%2034.3294%2037.1529%2035.7412%2035.6471C36.5882%2037.0588%2038%2037.9059%2039.7882%2038.0941C39.9765%2038.0941%2040.0706%2038.0941%2040.2588%2038.0941C41.3882%2038.0941%2042.5176%2037.7176%2043.4588%2036.9647C44.4%2036.2118%2045.1529%2035.1765%2045.5294%2033.9529C45.5294%2033.8588%2045.6235%2033.7647%2045.6235%2033.6706C45.6235%2033.5765%2045.6235%2033.4824%2045.6235%2033.2941ZM30%2034.8941C27.2706%2034.8941%2025.1059%2032.7294%2025.1059%2030C25.1059%2027.2706%2027.2706%2025.1059%2030%2025.1059C32.7294%2025.1059%2034.8941%2027.2706%2034.8941%2030C34.8941%2032.7294%2032.7294%2034.8941%2030%2034.8941Z%22%20fill%3D%22url(%23paint0_linear)%22%2F%3E%0D%0A%3Cpath%20d%3D%22M45.6235%2033.2941C45.8118%2032.2588%2046%2031.1294%2046%2030C46%2021.1529%2038.8471%2014%2030%2014C21.1529%2014%2014%2021.1529%2014%2030C14%2038.8471%2021.1529%2046%2030%2046C33.2%2046%2036.4%2045.0588%2039.0353%2043.1765L36.9647%2040.7294C34.8941%2042.0471%2032.5412%2042.8%2030.0941%2042.8C22.9412%2042.8%2017.2%2037.0588%2017.2%2030C17.2%2022.9412%2022.9412%2017.2%2030%2017.2C37.0588%2017.2%2042.8%2022.9412%2042.8%2030C42.8%2030.9412%2042.7059%2031.8824%2042.5176%2032.7294C42.1412%2034.4235%2040.9176%2034.8941%2040.0706%2034.8941C39.2235%2034.8%2038.1882%2034.1412%2038.0941%2032.6353V30C38.0941%2025.5765%2034.5176%2021.9059%2030%2021.9059C25.4824%2021.9059%2021.9059%2025.5765%2021.9059%2030C21.9059%2034.4235%2025.4824%2038.0941%2030%2038.0941C32.2588%2038.0941%2034.3294%2037.1529%2035.7412%2035.6471C36.5882%2037.0588%2038%2037.9059%2039.7882%2038.0941C39.9765%2038.0941%2040.0706%2038.0941%2040.2588%2038.0941C41.3882%2038.0941%2042.5176%2037.7176%2043.4588%2036.9647C44.4%2036.2118%2045.1529%2035.1765%2045.5294%2033.9529C45.5294%2033.8588%2045.6235%2033.7647%2045.6235%2033.6706C45.6235%2033.5765%2045.6235%2033.4824%2045.6235%2033.2941ZM30%2034.8941C27.2706%2034.8941%2025.1059%2032.7294%2025.1059%2030C25.1059%2027.2706%2027.2706%2025.1059%2030%2025.1059C32.7294%2025.1059%2034.8941%2027.2706%2034.8941%2030C34.8941%2032.7294%2032.7294%2034.8941%2030%2034.8941Z%22%20fill%3D%22%23FFA930%22%2F%3E%0D%0A%3Cdefs%3E%0D%0A%3ClinearGradient%20id%3D%22paint0_linear%22%20x1%3D%2239.3757%22%20y1%3D%2241.9171%22%20x2%3D%2221.0007%22%20y2%3D%2218.5612%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0D%0A%3Cstop%20stop-color%3D%22%23FF7E00%22%2F%3E%0D%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FFAC00%22%2F%3E%0D%0A%3C%2FlinearGradient%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.icon-60_ok_round {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EOK%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-2740%20-4360)%22%3E%0D%0A%3Cg%20id%3D%22OK%22%3E%0D%0A%3Cg%20id%3D%22back%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(2740%204360)%22%20fill%3D%22%23F68634%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Shape%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(2761%204375)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%200%2030C%200%2013.4315%2013.4315%200%2030%200C%2046.5685%200%2060%2013.4315%2060%2030C%2060%2046.5685%2046.5685%2060%2030%2060C%2013.4315%2060%200%2046.5685%200%2030Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2012.3003%207.74219C%2012.3003%205.97461%2010.8108%204.53711%208.97951%204.53711C%207.14992%204.53711%205.65896%205.97461%205.65896%207.74219C%205.65896%209.5083%207.14992%2010.9463%208.97951%2010.9463C%2010.8108%2010.9463%2012.3003%209.5083%2012.3003%207.74219ZM%2016.9995%207.74219C%2016.9995%2012.0098%2013.4036%2015.4814%208.97976%2015.4814C%204.55666%2015.4814%200.959738%2012.0098%200.959738%207.74219C%200.959738%203.47266%204.55666%200%208.97976%200C%2013.4036%200%2016.9995%203.47266%2016.9995%207.74219ZM%2016.9021%2019.939C%2015.4519%2020.8179%2013.8775%2021.4414%2012.2449%2021.8003L%2016.7283%2026.1289C%2017.6467%2027.0132%2017.6467%2028.4502%2016.7283%2029.3359C%2015.8108%2030.2217%2014.3238%2030.2217%2013.4072%2029.3359L%208.99929%2025.0825L%204.59499%2029.3359C%204.13576%2029.7783%203.53396%2029.9995%202.93239%2029.9995C%202.33156%2029.9995%201.73073%2029.7783%201.27151%2029.3359C%200.354025%2028.4502%200.354025%2027.0142%201.27053%2026.1289L%205.75442%2021.8003C%204.12185%2021.4414%202.54738%2020.8169%201.09743%2019.939C%202.08919e-05%2019.271%20-0.329813%2017.8716%200.361593%2016.8115C%201.05129%2015.7495%202.50149%2015.4302%203.60085%2016.0981C%206.88405%2018.0918%2011.1135%2018.0923%2014.3987%2016.0981C%2015.4981%2015.4302%2016.9475%2015.7495%2017.6387%2016.8115C%2018.3301%2017.8706%2017.9995%2019.271%2016.9021%2019.939Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.icon-60_pocket_round {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EPocket%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-2880%20-4360)%22%3E%0D%0A%3Cg%20id%3D%22Pocket%22%3E%0D%0A%3Cg%20id%3D%22back%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(2880%204360)%22%20fill%3D%22%23E84352%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22path9-6%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(2892%204375)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%200%2030C%200%2013.4315%2013.4315%200%2030%200C%2046.5685%200%2060%2013.4315%2060%2030C%2060%2046.5685%2046.5685%2060%2030%2060C%2013.4315%2060%200%2046.5685%200%2030Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%204.72461%200L%2031.2754%200C%2033.8826%200%2036%202.13184%2036%204.76123L%2036%2017.9507C%2036%2018.1953%2035.9807%2018.436%2035.9453%2018.6709C%2035.9807%2019.022%2036%2019.3774%2036%2019.7358C%2036%2027.2964%2027.9412%2033.4277%2017.9998%2033.4277C%208.05835%2033.4277%200%2027.2964%200%2019.7358C%200%2019.3774%200.0175781%2019.022%200.0544434%2018.6709C%200.0183105%2018.436%200%2018.1953%200%2017.9507L%200%204.76123C%200%202.13232%202.11523%200%204.72461%200ZM%2019.7412%2022.5557L%2029.0383%2013.2598C%2029.9724%2012.3247%2029.9724%2010.8135%2029.0383%209.87988C%2028.1067%208.94873%2026.5896%208.94629%2025.6587%209.87988L%2018%2017.5386L%2010.342%209.87988C%209.40674%208.94482%207.89502%208.94629%206.9624%209.87988C%206.03052%2010.812%206.02832%2012.3262%206.9624%2013.2598L%2016.2571%2022.5557C%2016.7458%2023.0444%2017.3909%2023.2773%2018.0293%2023.2554C%2018.6484%2023.2607%2019.269%2023.0278%2019.7412%2022.5557Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.icon-60_tw_round {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3ETwitter%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-2810%20-4360)%22%3E%0D%0A%3Cg%20id%3D%22Twitter%22%3E%0D%0A%3Cg%20id%3D%22back%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(2810%204360)%22%20fill%3D%22%2355ACEE%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Shape%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(2825%204378)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%200%2030C%200%2013.4315%2013.4315%200%2030%200C%2046.5685%200%2060%2013.4315%2060%2030C%2060%2046.5685%2046.5685%2060%2030%2060C%2013.4315%2060%200%2046.5685%200%2030Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2014.1015%206.38438L%2014.1645%207.42244L%2013.1152%207.29533C%209.29608%206.80808%205.95956%205.15564%203.12667%202.3804L%201.7417%201.00337L%201.38497%202.02025C%200.629531%204.28706%201.11217%206.68097%202.686%208.29103C%203.52538%209.1808%203.33652%209.30791%201.88859%208.77829C%201.38497%208.60881%200.944297%208.4817%200.902328%208.54525C%200.755438%208.69355%201.25906%2010.6214%201.65777%2011.384C%202.20336%2012.4433%203.31553%2013.4814%204.53263%2014.0957L%205.56086%2014.583L%204.34377%2014.6042C%203.16864%2014.6042%203.12667%2014.6254%203.25258%2015.0702C%203.67227%2016.4473%205.33003%2017.909%207.17666%2018.5446L%208.47769%2018.9895L%207.34453%2019.6674C%205.66578%2020.6419%203.69325%2021.1927%201.72072%2021.2351C%200.776422%2021.2563%200%2021.341%200%2021.4046C%200%2021.6164%202.56009%2022.8028%204.04999%2023.2689C%208.51966%2024.6459%2013.8287%2024.0527%2017.8157%2021.7012C%2020.6486%2020.0276%2023.4815%2016.7015%2024.8035%2013.4814C%2025.517%2011.7654%2026.2305%208.62999%2026.2305%207.12585C%2026.2305%206.15134%2026.2934%206.02423%2027.4686%204.85905C%2028.161%204.18113%2028.8116%203.43965%2028.9375%203.2278C%2029.1473%202.82529%2029.1263%202.82529%2028.0561%203.18543C%2026.2724%203.82098%2026.0206%203.73624%2026.902%202.78292C%2027.5525%202.10499%2028.3289%200.876262%2028.3289%200.516116C%2028.3289%200.45256%2028.0141%200.558486%2027.6574%200.749151C%2027.2797%200.961002%2026.4403%201.27878%2025.8108%201.46944L%2024.6776%201.82959L%2023.6494%201.13048C%2023.0828%200.749151%2022.2854%200.32545%2021.8657%200.19834C%2020.7955%20-0.098251%2019.1587%20-0.0558809%2018.1935%200.28308C%2015.5704%201.23641%2013.9126%203.69387%2014.1015%206.38438Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.icon-60_vk_round {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EVK%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-2670%20-4360)%22%3E%0D%0A%3Cg%20id%3D%22VK%22%3E%0D%0A%3Cg%20id%3D%22back%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(2670%204360)%22%20fill%3D%22%234C6C91%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Shape%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(2684%204382)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%200%2030C%200%2013.4315%2013.4315%200%2030%200C%2046.5685%200%2060%2013.4315%2060%2030C%2060%2046.5685%2046.5685%2060%2030%2060C%2013.4315%2060%200%2046.5685%200%2030Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2017.5693%2017.8451C%2017.5693%2017.8451%2018.1469%2017.7821%2018.4427%2017.4702C%2018.7134%2017.1845%2018.704%2016.6452%2018.704%2016.6452C%2018.704%2016.6452%2018.668%2014.1272%2019.8591%2013.7554C%2021.0329%2013.3898%2022.5402%2016.1905%2024.1397%2017.2674C%2025.348%2018.0817%2026.2651%2017.9035%2026.2651%2017.9035L%2030.5395%2017.8451C%2030.5395%2017.8451%2032.7745%2017.7099%2031.7149%2015.9846C%2031.6272%2015.8433%2031.0967%2014.7079%2028.5377%2012.3758C%2025.8566%209.9346%2026.2166%2010.3294%2029.4439%206.1061C%2031.4097%203.5343%2032.1954%201.96419%2031.9497%201.29281C%2031.7165%200.650634%2030.2703%200.821165%2030.2703%200.821165L%2025.4591%200.850355C%2025.4591%200.850355%2025.1023%200.802729%2024.8378%200.957897C%2024.5795%201.10999%2024.412%201.46488%2024.412%201.46488C%2024.412%201.46488%2023.6514%203.45441%2022.6356%205.14744C%2020.493%208.71784%2019.6369%208.9068%2019.2863%208.68557C%2018.4708%208.16784%2018.6743%206.60847%2018.6743%205.50079C%2018.6743%202.03946%2019.2096%200.596863%2017.6335%200.223537C%2017.1107%200.0990956%2016.7257%200.0176708%2015.3875%200.00384392C%2013.6706%20-0.0130556%2012.2182%200.00998917%2011.3949%200.404823C%2010.8471%200.667533%2010.4245%201.25441%2010.6828%201.28821C%2011.0005%201.32969%2011.7205%201.47871%2012.1024%201.98877C%2012.5954%202.64785%2012.5782%204.12578%2012.5782%204.12578C%2012.5782%204.12578%2012.8614%208.2001%2011.9161%208.70555C%2011.2681%209.05275%2010.3792%208.34451%208.46815%205.10442C%207.48995%203.4452%206.75121%201.61083%206.75121%201.61083C%206.75121%201.61083%206.60878%201.26823%206.35367%201.08388C%206.04534%200.861109%205.61493%200.791975%205.61493%200.791975L%201.04321%200.821165C%201.04321%200.821165%200.356125%200.839601%200.104141%201.13304C%20-0.119672%201.39268%200.0869242%201.93192%200.0869242%201.93192C%200.0869242%201.93192%203.66636%2010.1528%207.72002%2014.2962C%2011.4372%2018.094%2015.6567%2017.8451%2015.6567%2017.8451L%2017.5693%2017.8451Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.icon-60_yandex_round {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2030C0%2013.4315%2013.4315%200%2030%200C46.5685%200%2060%2013.4315%2060%2030C60%2046.5685%2046.5685%2060%2030%2060C13.4315%2060%200%2046.5685%200%2030Z%22%20fill%3D%22%23ED1F24%22%2F%3E%0D%0A%3Cpath%20d%3D%22M36.5095%2014H31.4291C26.4371%2014%2022.2036%2017.6265%2022.2036%2024.6671C22.2036%2028.8908%2024.2537%2032.005%2027.9075%2033.5412L21.0894%2045.3174C20.8662%2045.7018%2021.0894%2046%2021.4457%2046H24.6102C24.8773%2046%2025.0565%2045.9149%2025.1455%2045.7018L31.3401%2034.1387H33.5683V45.7018C33.5683%2045.829%2033.7015%2046%2033.8798%2046H36.6435C36.9106%2046%2037%2045.872%2037%2045.6596V14.4267C36.9999%2014.128%2036.8216%2014%2036.5095%2014ZM33.5682%2031.4084H31.6965C28.7553%2031.4084%2025.9032%2029.3604%2025.9032%2024.2405C25.9032%2018.9063%2028.577%2016.7304%2031.2952%2016.7304H33.5683V31.4084H33.5682Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.icon-66_red_heart {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20viewBox%3D%220%200%2066%2060%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EVector%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(10650%20-5347)%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(-10650%205347)%22%20fill%3D%22%23FF0000%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2047.4375%200C%2041.4595%200%2036.3032%202.91333%2033%207.7065C%2029.6968%202.91333%2024.3391%200%2018.5625%200C%208.25%200%200%208.33311%200%2018.7495C%200%2033.3324%2033%2060%2033%2060C%2033%2060%2066%2033.3324%2066%2018.7495C%2066%208.33311%2057.75%200%2047.4375%200Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 66px;
  height: 60px;
}

.icon-70_black_label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M35%2059C48.2548%2059%2059%2048.2548%2059%2035C59%2021.7452%2048.2548%2011%2035%2011C21.7452%2011%2011%2021.7452%2011%2035C11%2048.2548%2021.7452%2059%2035%2059ZM35%2065C51.5685%2065%2065%2051.5685%2065%2035C65%2018.4315%2051.5685%205%2035%205C18.4315%205%205%2018.4315%205%2035C5%2051.5685%2018.4315%2065%2035%2065Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M35%2044C39.9706%2044%2044%2039.9706%2044%2035C44%2030.0294%2039.9706%2026%2035%2026C30.0294%2026%2026%2030.0294%2026%2035C26%2039.9706%2030.0294%2044%2035%2044ZM35%2050C43.2843%2050%2050%2043.2843%2050%2035C50%2026.7157%2043.2843%2020%2035%2020C26.7157%2020%2020%2026.7157%2020%2035C20%2043.2843%2026.7157%2050%2035%2050Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-70_black_null {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cg%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate(3%203)%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M62%2C32%20C62%2C48.5685312%2048.5685313%2C62%2032%2C62%20C15.4314688%2C62%202%2C48.5685312%202%2C32%20C2%2C15.4314687%2015.4314688%2C2%2032%2C2%20C48.5685313%2C2%2062%2C15.4314687%2062%2C32%20Z%20M53%2C32%20C53%2C20.402036%2043.597964%2C11%2032%2C11%20C20.402036%2C11%2011%2C20.402036%2011%2C32%20C11%2C43.597964%2020.402036%2C53%2032%2C53%20C43.597964%2C53%2053%2C43.597964%2053%2C32%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpolygon%20points%3D%2227.05%20-8.305%2036.95%20-8.305%2036.95%2072.305%2027.05%2072.305%22%20transform%3D%22rotate(45%2032%2032)%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-70_blue_round_play {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M34%2C2%20L36%2C2%20C53.673112%2C2%2068%2C16.326888%2068%2C34%20L68%2C36%20C68%2C53.673112%2053.673112%2C68%2036%2C68%20L34%2C68%20C16.326888%2C68%202%2C53.673112%202%2C36%20L2%2C34%20C2%2C16.326888%2016.326888%2C2%2034%2C2%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M49.5514178%2C37.5161122%20L29.536956%2C49.4558382%20C28.1140571%2C50.3046755%2026.272451%2C49.8393067%2025.4236137%2C48.4164078%20C25.1463734%2C47.9516722%2025%2C47.4206001%2025%2C46.8794519%20L25%2C23%20C25%2C21.3431458%2026.3431458%2C20%2028%2C20%20C28.5411482%2C20%2029.0722204%2C20.1463734%2029.536956%2C20.4236137%20L49.5514178%2C32.3633396%20C50.9743166%2C33.212177%2051.4396855%2C35.053783%2050.5908481%2C36.4766819%20C50.3359316%2C36.9039963%2049.9787322%2C37.2611957%2049.5514178%2C37.5161122%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-70_check {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2270px%22%20height%3D%2270px%22%20viewBox%3D%220%200%2070%2070%22%20enable-background%3D%22new%200%200%2070%2070%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2255.5%2C13.5%2030.7%2C37.9%2014.5%2C21.9%205%2C31.3%2030.7%2C56.5%2065%2C22.8%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-70_check2 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2270px%22%20height%3D%2270px%22%20viewBox%3D%220%200%2070%2070%22%20enable-background%3D%22new%200%200%2070%2070%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2250.376%2C19%2031.783%2C37.134%2019.623%2C25.286%2012.5%2C32.232%2031.762%2C51%2057.5%2C25.946%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-70_check_green_round {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Ctitle%3Echeck%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-6225%20-922)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22check%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Ellipse%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(6225%20922)%22%20fill%3D%22%23ECEEF2%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%26%23208%3B%26%23179%3B%26%23208%3B%26%23176%3B%26%23208%3B%26%23187%3B%26%23208%3B%26%23190%3B%26%23209%3B%26%23135%3B%26%23208%3B%26%23186%3B%26%23208%3B%26%23176%3B%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path1_stroke%22%20transform%3D%22translate(6246%20948.25)%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2070%2035C%2070%2054.33%2054.33%2070%2035%2070C%2015.67%2070%200%2054.33%200%2035C%200%2015.67%2015.67%200%2035%200C%2054.33%200%2070%2015.67%2070%2035Z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22path1_stroke%22%20d%3D%22M%201.80866%206.7441C%200.855472%205.7452%20-0.727007%205.70815%20-1.7259%206.66134C%20-2.7248%207.61453%20-2.76185%209.19701%20-1.80866%2010.1959L%201.80866%206.7441ZM%2030.6734%201.73659C%2031.6325%200.743352%2031.6048%20-0.839318%2030.6116%20-1.79841C%2029.6184%20-2.7575%2028.0357%20-2.72982%2027.0766%20-1.73659L%2030.6734%201.73659ZM%2012.4577%2017.0018L%2014.2561%2018.7384L%2012.4577%2017.0018ZM%20-1.80866%2010.1959L%206.32051%2018.7149L%209.93784%2015.2631L%201.80866%206.7441L%20-1.80866%2010.1959ZM%2014.2561%2018.7384L%2030.6734%201.73659L%2027.0766%20-1.73659L%2010.6593%2015.2652L%2014.2561%2018.7384ZM%206.32051%2018.7149C%208.47843%2020.9763%2012.0848%2020.987%2014.2561%2018.7384L%2010.6593%2015.2652C%2010.4619%2015.4696%2010.134%2015.4687%209.93784%2015.2631L%206.32051%2018.7149Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-70_check_green_round_white {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3E%26%23208%3B%26%23179%3B%26%23208%3B%26%23176%3B%26%23208%3B%26%23187%3B%26%23208%3B%26%23190%3B%26%23209%3B%26%23135%3B%26%23208%3B%26%23186%3B%26%23208%3B%26%23176%3B%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-3850%20-2233)%22%3E%0D%0A%3Cg%20id%3D%22%26%23208%3B%26%23179%3B%26%23208%3B%26%23176%3B%26%23208%3B%26%23187%3B%26%23208%3B%26%23190%3B%26%23209%3B%26%23135%3B%26%23208%3B%26%23186%3B%26%23208%3B%26%23176%3B%22%3E%0D%0A%3Cg%20id%3D%22Ellipse%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(3850%202233)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22%26%23208%3B%26%23179%3B%26%23208%3B%26%23176%3B%26%23208%3B%26%23187%3B%26%23208%3B%26%23190%3B%26%23209%3B%26%23135%3B%26%23208%3B%26%23186%3B%26%23208%3B%26%23176%3B%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_stroke%22%20transform%3D%22translate(3871%202259.25)%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2070%2035C%2070%2054.33%2054.33%2070%2035%2070C%2015.67%2070%200%2054.33%200%2035C%200%2015.67%2015.67%200%2035%200C%2054.33%200%2070%2015.67%2070%2035Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_stroke%22%20d%3D%22M%201.80866%206.7441C%200.855472%205.7452%20-0.727007%205.70815%20-1.7259%206.66134C%20-2.7248%207.61453%20-2.76185%209.19701%20-1.80866%2010.1959L%201.80866%206.7441ZM%2030.6734%201.73659C%2031.6325%200.743352%2031.6048%20-0.839318%2030.6116%20-1.79841C%2029.6184%20-2.7575%2028.0357%20-2.72982%2027.0766%20-1.73659L%2030.6734%201.73659ZM%2012.4577%2017.0018L%2014.2561%2018.7384L%2012.4577%2017.0018ZM%20-1.80866%2010.1959L%206.32051%2018.7149L%209.93784%2015.2631L%201.80866%206.7441L%20-1.80866%2010.1959ZM%2014.2561%2018.7384L%2030.6734%201.73659L%2027.0766%20-1.73659L%2010.6593%2015.2652L%2014.2561%2018.7384ZM%206.32051%2018.7149C%208.47843%2020.9763%2012.0848%2020.987%2014.2561%2018.7384L%2010.6593%2015.2652C%2010.4619%2015.4696%2010.134%2015.4687%209.93784%2015.2631L%206.32051%2018.7149Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-70_color_analysis {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2270%22%20height%3D%2270%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%2F%3E%0D%0A%3Crect%20width%3D%2252.4998%22%20height%3D%2265.625%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%20transform%3D%22translate(8.75%201.45825)%22%2F%3E%0D%0A%3Cpath%20d%3D%22M46.6667%207.2915H35C35%208.89795%2033.5417%2011.6665%2030.625%2011.6665C27.7083%2011.6665%2026.25%208.89795%2026.25%207.2915H14.5833C11.3591%207.2915%208.75%209.90055%208.75%2013.1248V56.8748C8.75%2060.0991%2011.3591%2062.7082%2014.5833%2062.7082H46.6667C49.891%2062.7082%2052.5%2060.0991%2052.5%2056.8748V13.1248C52.5%209.90055%2049.891%207.2915%2046.6667%207.2915Z%22%20fill%3D%22%23455A64%22%2F%3E%0D%0A%3Cpath%20d%3D%22M46.6667%2058.3332H14.5833C13.7801%2058.3332%2013.125%2057.6781%2013.125%2056.8748V13.1248C13.125%2012.3216%2013.7801%2011.6665%2014.5833%2011.6665H46.6667C47.4699%2011.6665%2048.125%2012.3216%2048.125%2013.1248V56.8748C48.125%2057.6781%2047.4699%2058.3332%2046.6667%2058.3332Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M36.4583%207.29159C36.4583%204.073%2033.8436%201.45825%2030.625%201.45825C27.4064%201.45825%2024.7917%204.073%2024.7917%207.29159H17.5V13.1249C17.5%2014.7371%2018.8045%2016.0416%2020.4167%2016.0416H40.8333C42.4455%2016.0416%2043.75%2014.7371%2043.75%2013.1249V7.29159H36.4583ZM30.625%204.37492C32.2314%204.37492%2033.5417%205.67944%2033.5417%207.29159C33.5417%208.89803%2032.2314%2010.2083%2030.625%2010.2083C29.0129%2010.2083%2027.7083%208.89803%2027.7083%207.29159C27.7083%205.67944%2029.0129%204.37492%2030.625%204.37492Z%22%20fill%3D%22%2390A4AE%22%2F%3E%0D%0A%3Cpath%20d%3D%22M36.7311%2067.0832H58.0592C59.8195%2067.0832%2061.2494%2065.6533%2061.2494%2063.8931V32.3566C61.2494%2030.5964%2059.8195%2029.1665%2058.0592%2029.1665H36.7311C34.9709%2029.1665%2033.541%2030.5964%2033.541%2032.3566V63.8931C33.541%2065.6533%2034.9709%2067.0832%2036.7311%2067.0832Z%22%20fill%3D%22%23616161%22%2F%3E%0D%0A%3Cpath%20d%3D%22M26.25%2029.1665H23.3333V21.8748H26.25V29.1665ZM20.4167%2020.4165H17.5V29.1665H20.4167V20.4165Z%22%20fill%3D%22%231565C0%22%2F%3E%0D%0A%3Cpath%20d%3D%22M23.3327%2029.1666H20.416V24.7916H23.3327V29.1666ZM29.166%2023.3333H26.2493V29.1666H29.166V23.3333Z%22%20fill%3D%22%2364B5F6%22%2F%3E%0D%0A%3Cpath%20d%3D%22M55.6901%2048.125H53.6849C53.0298%2048.125%2052.5%2047.5952%2052.5%2046.9401V44.9349C52.5%2044.2798%2053.0298%2043.75%2053.6849%2043.75H55.6901C56.3452%2043.75%2056.875%2044.2798%2056.875%2044.9349V46.9401C56.875%2047.5952%2056.3452%2048.125%2055.6901%2048.125Z%22%20fill%3D%22%23FF5252%22%2F%3E%0D%0A%3Cpath%20d%3D%22M41.1061%2048.125H39.1009C38.4458%2048.125%2037.916%2047.5952%2037.916%2046.9401V44.9349C37.916%2044.2798%2038.4458%2043.75%2039.1009%2043.75H41.1061C41.7612%2043.75%2042.291%2044.2798%2042.291%2044.9349V46.9401C42.291%2047.5952%2041.7612%2048.125%2041.1061%2048.125ZM49.5827%2046.9401V44.9349C49.5827%2044.2798%2049.0529%2043.75%2048.3978%2043.75H46.3926C45.7375%2043.75%2045.2077%2044.2798%2045.2077%2044.9349V46.9401C45.2077%2047.5952%2045.7375%2048.125%2046.3926%2048.125H48.3978C49.0529%2048.125%2049.5827%2047.5952%2049.5827%2046.9401ZM42.291%2054.2318V52.2266C42.291%2051.5715%2041.7612%2051.0417%2041.1061%2051.0417H39.1009C38.4458%2051.0417%2037.916%2051.5715%2037.916%2052.2266V54.2318C37.916%2054.8869%2038.4458%2055.4167%2039.1009%2055.4167H41.1061C41.7612%2055.4167%2042.291%2054.8869%2042.291%2054.2318ZM49.5827%2054.2318V52.2266C49.5827%2051.5715%2049.0529%2051.0417%2048.3978%2051.0417H46.3926C45.7375%2051.0417%2045.2077%2051.5715%2045.2077%2052.2266V54.2318C45.2077%2054.8869%2045.7375%2055.4167%2046.3926%2055.4167H48.3978C49.0529%2055.4167%2049.5827%2054.8869%2049.5827%2054.2318ZM56.8743%2054.2318V52.2266C56.8743%2051.5715%2056.3446%2051.0417%2055.6895%2051.0417H53.6842C53.0291%2051.0417%2052.4993%2051.5715%2052.4993%2052.2266V54.2318C52.4993%2054.8869%2053.0291%2055.4167%2053.6842%2055.4167H55.6895C56.3446%2055.4167%2056.8743%2054.8869%2056.8743%2054.2318ZM42.291%2061.5234V59.5182C42.291%2058.8631%2041.7612%2058.3333%2041.1061%2058.3333H39.1009C38.4458%2058.3333%2037.916%2058.8631%2037.916%2059.5182V61.5234C37.916%2062.1785%2038.4458%2062.7083%2039.1009%2062.7083H41.1061C41.7612%2062.7083%2042.291%2062.1785%2042.291%2061.5234ZM49.5827%2061.5234V59.5182C49.5827%2058.8631%2049.0529%2058.3333%2048.3978%2058.3333H46.3926C45.7375%2058.3333%2045.2077%2058.8631%2045.2077%2059.5182V61.5234C45.2077%2062.1785%2045.7375%2062.7083%2046.3926%2062.7083H48.3978C49.0529%2062.7083%2049.5827%2062.1785%2049.5827%2061.5234ZM56.8743%2061.5234V59.5182C56.8743%2058.8631%2056.3446%2058.3333%2055.6895%2058.3333H53.6842C53.0291%2058.3333%2052.4993%2058.8631%2052.4993%2059.5182V61.5234C52.4993%2062.1785%2053.0291%2062.7083%2053.6842%2062.7083H55.6895C56.3446%2062.7083%2056.8743%2062.1785%2056.8743%2061.5234Z%22%20fill%3D%22%23E0E0E0%22%2F%3E%0D%0A%3Cpath%20d%3D%22M61.2494%2040.8332V32.3566C61.2494%2030.5964%2059.8195%2029.1665%2058.0592%2029.1665H36.7311C34.9709%2029.1665%2033.541%2030.5964%2033.541%2032.3566V40.8332H61.2494Z%22%20fill%3D%22%23424242%22%2F%3E%0D%0A%3Cpath%20d%3D%22M36.459%2032.0833H58.334V37.9166H36.459V32.0833Z%22%20fill%3D%22%239CCC65%22%2F%3E%0D%0A%3Cpath%20d%3D%22M30.6243%2043.7499C30.6243%2047.7774%2027.3602%2051.0416%2023.3327%2051.0416C19.3052%2051.0416%2016.041%2047.7774%2016.041%2043.7499C16.041%2039.7224%2019.3052%2036.4583%2023.3327%2036.4583C27.3602%2036.4583%2030.6243%2039.7224%2030.6243%2043.7499Z%22%20fill%3D%22%23CDDC39%22%2F%3E%0D%0A%3Cpath%20d%3D%22M30.6256%2043.7499C30.6256%2039.7224%2027.3615%2036.4583%2023.334%2036.4583V43.7499H30.6256Z%22%20fill%3D%22%234CAF50%22%2F%3E%0D%0A%3Cpath%20d%3D%22M53.959%2033.5415H56.8757V36.4582H53.959V33.5415Z%22%20fill%3D%22%2333691E%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-70_color_archive {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Crect%20width%3D%226%22%20height%3D%224%22%20x%3D%229%22%20y%3D%2262%22%20fill%3D%22%234F595B%22%2F%3E%0D%0A%20%20%20%20%3Crect%20width%3D%226%22%20height%3D%224%22%20x%3D%2255%22%20y%3D%2262%22%20fill%3D%22%234F595B%22%2F%3E%0D%0A%20%20%20%20%3Crect%20width%3D%2260%22%20height%3D%2258%22%20x%3D%225%22%20y%3D%225%22%20fill%3D%22%23727681%22%20rx%3D%225%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23B1BBC4%22%20d%3D%22M13%2C10%20L57%2C10%20C58.6568542%2C10%2060%2C11.3431458%2060%2C13%20L60%2C24%20L10%2C24%20L10%2C13%20C10%2C11.3431458%2011.3431458%2C10%2013%2C10%20Z%22%2F%3E%0D%0A%20%20%20%20%3Crect%20width%3D%2250%22%20height%3D%2214%22%20x%3D%2210%22%20y%3D%2227%22%20fill%3D%22%23B1BBC4%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23B1BBC4%22%20d%3D%22M10%2C44%20L60%2C44%20L60%2C55%20C60%2C56.6568542%2058.6568542%2C58%2057%2C58%20L13%2C58%20C11.3431458%2C58%2010%2C56.6568542%2010%2C55%20L10%2C44%20Z%22%2F%3E%0D%0A%20%20%20%20%3Crect%20width%3D%2218%22%20height%3D%224%22%20x%3D%2226%22%20y%3D%2232%22%20fill%3D%22%23727681%22%20rx%3D%222%22%2F%3E%0D%0A%20%20%20%20%3Crect%20width%3D%2218%22%20height%3D%224%22%20x%3D%2226%22%20y%3D%2249%22%20fill%3D%22%23727681%22%20rx%3D%222%22%2F%3E%0D%0A%20%20%20%20%3Crect%20width%3D%2218%22%20height%3D%224%22%20x%3D%2226%22%20y%3D%2215%22%20fill%3D%22%23727681%22%20rx%3D%222%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-70_color_chart {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2270%22%20height%3D%2270%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%2F%3E%0D%0A%3Crect%20width%3D%2255.4165%22%20height%3D%2252.5%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%20transform%3D%22translate(7.29102%208.75)%22%2F%3E%0D%0A%3Cpath%20d%3D%22M53.957%2026.25H62.707V61.25H53.957V26.25Z%22%20fill%3D%22%2300BCD4%22%2F%3E%0D%0A%3Cpath%20d%3D%22M42.291%2037.9167H51.041V61.2501H42.291V37.9167Z%22%20fill%3D%22%2300BCD4%22%2F%3E%0D%0A%3Cpath%20d%3D%22M30.625%2032.0833H39.375V61.2499H30.625V32.0833Z%22%20fill%3D%22%2300BCD4%22%2F%3E%0D%0A%3Cpath%20d%3D%22M18.957%2046.6667H27.707V61.2501H18.957V46.6667Z%22%20fill%3D%22%2300BCD4%22%2F%3E%0D%0A%3Cpath%20d%3D%22M7.29102%2040.8333H16.041V61.2499H7.29102V40.8333Z%22%20fill%3D%22%2300BCD4%22%2F%3E%0D%0A%3Cpath%20d%3D%22M16.041%2023.3333C16.041%2025.7486%2014.0814%2027.7083%2011.666%2027.7083C9.25065%2027.7083%207.29102%2025.7486%207.29102%2023.3333C7.29102%2020.9179%209.25065%2018.9583%2011.666%2018.9583C14.0814%2018.9583%2016.041%2020.9179%2016.041%2023.3333Z%22%20fill%3D%22%233F51B5%22%2F%3E%0D%0A%3Cpath%20d%3D%22M27.707%2026.25C27.707%2028.6654%2025.7474%2030.625%2023.332%2030.625C20.9167%2030.625%2018.957%2028.6654%2018.957%2026.25C18.957%2023.8346%2020.9167%2021.875%2023.332%2021.875C25.7474%2021.875%2027.707%2023.8346%2027.707%2026.25Z%22%20fill%3D%22%233F51B5%22%2F%3E%0D%0A%3Cpath%20d%3D%22M39.375%2016.0417C39.375%2018.4571%2037.4154%2020.4167%2035%2020.4167C32.5846%2020.4167%2030.625%2018.4571%2030.625%2016.0417C30.625%2013.6264%2032.5846%2011.6667%2035%2011.6667C37.4154%2011.6667%2039.375%2013.6264%2039.375%2016.0417Z%22%20fill%3D%22%233F51B5%22%2F%3E%0D%0A%3Cpath%20d%3D%22M51.041%2018.9583C51.041%2021.3736%2049.0814%2023.3333%2046.666%2023.3333C44.2507%2023.3333%2042.291%2021.3736%2042.291%2018.9583C42.291%2016.5429%2044.2507%2014.5833%2046.666%2014.5833C49.0814%2014.5833%2051.041%2016.5429%2051.041%2018.9583Z%22%20fill%3D%22%233F51B5%22%2F%3E%0D%0A%3Cpath%20d%3D%22M62.707%2013.125C62.707%2015.5404%2060.7474%2017.5%2058.332%2017.5C55.9167%2017.5%2053.957%2015.5404%2053.957%2013.125C53.957%2010.7096%2055.9167%208.75%2058.332%208.75C60.7474%208.75%2062.707%2010.7096%2062.707%2013.125Z%22%20fill%3D%22%233F51B5%22%2F%3E%0D%0A%3Cpath%20d%3D%22M57.0231%2010.4988L46.3761%2015.8935L34.2708%2012.8344L22.6042%2023.0427L12.3958%2020.5647L10.9375%2026.1018L24.0625%2029.4571L35.7292%2019.2488L46.9572%2022.023L59.6436%2015.7511L57.0231%2010.4988Z%22%20fill%3D%22%233F51B5%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-70_color_court {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2270%22%20height%3D%2270%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%2F%3E%0D%0A%3Crect%20width%3D%2252.5%22%20height%3D%2252.4971%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%20transform%3D%22translate(8.75%208.75)%22%2F%3E%0D%0A%3Cpath%20d%3D%22M39.3744%2058.3305V53.9555C39.3744%2052.3433%2038.0698%2051.0388%2036.4577%2051.0388H14.5827C12.9705%2051.0388%2011.666%2052.3433%2011.666%2053.9555V58.3305H39.3744Z%22%20fill%3D%22%235D4037%22%2F%3E%0D%0A%3Cpath%20d%3D%22M14.0309%2022.271C14.6006%2022.8407%2014.6006%2023.7635%2014.0309%2024.3332C13.4613%2024.9028%2012.5384%2025.0623%2011.9688%2024.4927L21.2428%2033.7668C20.6732%2033.1971%2020.6732%2032.1147%2021.2428%2031.5451C21.8125%2030.9754%2022.7354%2030.9754%2023.305%2031.5451L14.0309%2022.271Z%22%20fill%3D%22%235D4037%22%2F%3E%0D%0A%3Cpath%20d%3D%22M24.4154%2011.886C24.985%2012.4556%2024.9053%2013.4526%2024.3356%2014.0222C23.7659%2014.5976%2022.8431%2014.5976%2022.2734%2014.0222L31.5532%2023.302C30.9779%2022.7323%2030.9836%2021.8095%2031.5532%2021.2398C32.1172%2020.6702%2033.1255%2020.5904%2033.6951%2021.1601L24.4154%2011.886Z%22%20fill%3D%22%235D4037%22%2F%3E%0D%0A%3Cpath%20d%3D%22M30.0038%2015.5716C32.5672%2018.1294%2035.3358%2019.5194%2036.1846%2018.6649C37.0391%2017.8104%2035.6548%2015.0418%2033.097%2012.4783C30.5335%209.91487%2027.765%208.5306%2026.9105%209.38509C26.0617%2010.2396%2027.4403%2013.0081%2030.0038%2015.5716Z%22%20fill%3D%22%235D4037%22%2F%3E%0D%0A%3Cpath%20d%3D%22M12.4808%2033.0946C15.0442%2035.6523%2017.8128%2037.0423%2018.6673%2036.1878C19.5218%2035.3333%2018.1375%2032.5648%2015.574%2030.0013C13.0162%2027.4378%2010.2477%2026.0535%209.39319%2026.908C8.5387%2027.7625%209.92298%2030.5311%2012.4808%2033.0946Z%22%20fill%3D%22%235D4037%22%2F%3E%0D%0A%3Cpath%20d%3D%22M42.2917%2061.2472V56.8722C42.2917%2055.2601%2040.9871%2053.9556%2039.375%2053.9556H11.6667C10.0545%2053.9556%208.75%2055.2601%208.75%2056.8722V61.2472H42.2917Z%22%20fill%3D%22%23795548%22%2F%3E%0D%0A%3Cpath%20d%3D%22M30.5221%2026.3953C31.0918%2026.965%2031.0861%2027.8879%2030.5221%2028.4575L28.46%2030.5197C27.8903%2031.0894%2026.9674%2031.0894%2026.3978%2030.5197L25.3667%2029.4886C24.797%2028.9189%2024.797%2027.9961%2025.3667%2027.4264L27.4289%2025.3643C27.9985%2024.7946%2028.9157%2024.7946%2029.491%2025.3643L30.5221%2026.3953Z%22%20fill%3D%22%23795548%22%2F%3E%0D%0A%3Cpath%20d%3D%22M36.1908%2017.6339C37.0396%2018.4884%2037.0396%2019.8726%2036.1908%2020.7271C35.3363%2021.5816%2033.9521%2021.5759%2033.0976%2020.7271L24.8489%2012.4784C23.9944%2011.6296%2023.9944%2010.2397%2024.8489%209.39087C25.7034%208.53638%2027.0876%208.53638%2027.9421%209.39087L36.1908%2017.6339Z%22%20fill%3D%22%23795548%22%2F%3E%0D%0A%3Cpath%20d%3D%22M20.7295%2033.0945C21.584%2033.949%2021.584%2035.3332%2020.7295%2036.1877C19.875%2037.0365%2018.4908%2037.0365%2017.6363%2036.1877L9.38757%2027.939C8.53878%2027.0845%208.53878%2025.7003%209.38757%2024.8458C10.2421%2023.9913%2011.632%2023.997%2012.4808%2024.8458L20.7295%2033.0945Z%22%20fill%3D%22%23795548%22%2F%3E%0D%0A%3Cpath%20d%3D%22M59.7237%2055.6019C60.863%2056.7355%2061.8941%2059.6123%2060.7548%2060.7516C59.6155%2061.8909%2056.7387%2060.8599%2055.6051%2059.7205C55.6051%2059.7205%2028.3525%2032.6844%2029.4918%2031.5508L31.554%2029.4886C32.6876%2028.3493%2059.7237%2055.6019%2059.7237%2055.6019Z%22%20fill%3D%22%23795548%22%2F%3E%0D%0A%3Cpath%20d%3D%22M14.0312%2022.2708L22.2743%2014.0278L31.5483%2023.3019L23.3053%2031.5449L14.0312%2022.2708Z%22%20fill%3D%22%23FFC107%22%2F%3E%0D%0A%3Cpath%20d%3D%22M28.4609%2030.5197L30.5231%2028.4575L31.5485%2029.4886L29.492%2031.5451L28.4609%2030.5197Z%22%20fill%3D%22%23FFC107%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-70_color_letter {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2270%22%20height%3D%2270%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%2F%3E%0D%0A%3Crect%20width%3D%2258.3333%22%20height%3D%2259.7917%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%20transform%3D%22translate(5.83398%204.375)%22%2F%3E%0D%0A%3Cpath%20d%3D%22M58.334%2064.1667H11.6673C8.44303%2064.1667%205.83398%2061.5576%205.83398%2058.3333V27.828C5.83398%2025.9253%206.76253%2024.1423%208.3234%2023.0542L35.0007%204.375L61.6779%2023.0542C63.2388%2024.1423%2064.1673%2025.9253%2064.1673%2027.828V58.3333C64.1673%2061.5576%2061.5583%2064.1667%2058.334%2064.1667Z%22%20fill%3D%22%2378909C%22%2F%3E%0D%0A%3Cpath%20d%3D%22M17.5%2020.4167H52.5V52.5001H17.5V20.4167Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M58.334%2064.1668H11.6673C8.44303%2064.1668%205.83398%2061.5577%205.83398%2058.3334V29.1667L35.0007%2048.1251L64.1673%2029.1667V58.3334C64.1673%2061.5577%2061.5583%2064.1668%2058.334%2064.1668Z%22%20fill%3D%22%23CFD8DC%22%2F%3E%0D%0A%3Cpath%20d%3D%22M21.875%2027.7083H48.125V30.6249H21.875V27.7083Z%22%20fill%3D%22%232196F3%22%2F%3E%0D%0A%3Cpath%20d%3D%22M21.875%2033.5417H39.375V36.4584H21.875V33.5417Z%22%20fill%3D%22%232196F3%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-70_color_monitor {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2270%22%20height%3D%2270%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%2F%3E%0D%0A%3Crect%20width%3D%2255.4167%22%20height%3D%2255.4167%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%20transform%3D%22translate(7.29102%207.29175)%22%2F%3E%0D%0A%3Cpath%20d%3D%22M30.625%2042.2917H39.375V61.2501H30.625V42.2917Z%22%20fill%3D%22%2337474F%22%2F%3E%0D%0A%3Cpath%20d%3D%22M8.75%2010.2085H61.25V42.2918H8.75V10.2085Z%22%20fill%3D%22%234CAF50%22%2F%3E%0D%0A%3Cpath%20d%3D%22M61.2493%2043.75H8.74935C7.94613%2043.75%207.29102%2043.1006%207.29102%2042.2917V10.2083C7.29102%209.39941%207.94613%208.75%208.74935%208.75H61.2493C62.0526%208.75%2062.7077%209.39941%2062.7077%2010.2083V42.2917C62.7077%2043.1006%2062.0526%2043.75%2061.2493%2043.75ZM10.2077%2040.8333H59.791V11.6667H10.2077V40.8333Z%22%20fill%3D%22%23CFD8DC%22%2F%3E%0D%0A%3Cpath%20d%3D%22M36.4583%2014.5835H33.5417L28.4375%2032.9608L30.625%2040.8335H39.375L41.5625%2032.9608L36.4583%2014.5835Z%22%20fill%3D%22%23D4E157%22%2F%3E%0D%0A%3Cpath%20d%3D%22M23.3333%2014.5835H20.4167L13.125%2040.8335H26.25L28.4375%2032.9608L23.3333%2014.5835Z%22%20fill%3D%22%23D4E157%22%2F%3E%0D%0A%3Cpath%20d%3D%22M49.5833%2014.5835H46.6667L41.5625%2032.9608L43.75%2040.8335H56.875L49.5833%2014.5835Z%22%20fill%3D%22%23D4E157%22%2F%3E%0D%0A%3Cpath%20d%3D%22M26.25%2040.8334H30.625L28.4375%2032.9607L26.25%2040.8334Z%22%20fill%3D%22%23FFF9C4%22%2F%3E%0D%0A%3Cpath%20d%3D%22M39.375%2040.8334H43.75L41.5625%2032.9607L39.375%2040.8334Z%22%20fill%3D%22%23FFF9C4%22%2F%3E%0D%0A%3Cpath%20d%3D%22M20.416%207.29175H23.3327V13.1251H20.416V7.29175Z%22%20fill%3D%22%23455A64%22%2F%3E%0D%0A%3Cpath%20d%3D%22M33.541%207.29175H36.4577V13.1251H33.541V7.29175Z%22%20fill%3D%22%23455A64%22%2F%3E%0D%0A%3Cpath%20d%3D%22M46.666%207.29175H49.5827V13.1251H46.666V7.29175Z%22%20fill%3D%22%23455A64%22%2F%3E%0D%0A%3Cpath%20d%3D%22M18.957%2014.5834C18.957%2012.9713%2020.2616%2011.6667%2021.8737%2011.6667C23.4858%2011.6667%2024.7904%2012.9713%2024.7904%2014.5834H18.957Z%22%20fill%3D%22%23455A64%22%2F%3E%0D%0A%3Cpath%20d%3D%22M32.082%2014.5834C32.082%2012.9713%2033.3866%2011.6667%2034.9987%2011.6667C36.6108%2011.6667%2037.9154%2012.9713%2037.9154%2014.5834H32.082Z%22%20fill%3D%22%23455A64%22%2F%3E%0D%0A%3Cpath%20d%3D%22M45.207%2014.5834C45.207%2012.9713%2046.5116%2011.6667%2048.1237%2011.6667C49.7358%2011.6667%2051.0404%2012.9713%2051.0404%2014.5834H45.207Z%22%20fill%3D%22%23455A64%22%2F%3E%0D%0A%3Cpath%20d%3D%22M26.25%2059.7917H43.75V62.7084H26.25V59.7917Z%22%20fill%3D%22%23546E7A%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-70_color_search {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M50.2673%2057.2865C50.2673%2060.6002%2047.581%2063.2865%2044.2673%2063.2865H10C6.68629%2063.2865%204%2060.6002%204%2057.2865V6C4%202.68629%206.68629%200%2010%200H32.8966C34.4961%200%2036.0293%200.638628%2037.1559%201.77405L48.5266%2013.2344C49.6416%2014.3583%2050.2673%2015.8773%2050.2673%2017.4604V57.2865Z%22%20fill%3D%22%2390CAF9%22%2F%3E%0D%0A%3Cpath%20d%3D%22M47.7876%2016.6547H33.7422V2.49854L47.7876%2016.6547Z%22%20fill%3D%22%23E1F5FE%22%2F%3E%0D%0A%3Cpath%20d%3D%22M52.7656%2055.9222L56.0382%2052.6304L67.8242%2064.469L64.5517%2067.7673L52.7656%2055.9222Z%22%20fill%3D%22%23616161%22%2F%3E%0D%0A%3Cpath%20d%3D%22M60.181%2041.6362C60.181%2051.7524%2052.0416%2059.9559%2042.0046%2059.9559C31.9675%2059.9559%2023.8281%2051.7524%2023.8281%2041.6362C23.8281%2031.52%2031.9675%2023.3164%2042.0046%2023.3164C52.0416%2023.3164%2060.181%2031.52%2060.181%2041.6362Z%22%20fill%3D%22%23616161%22%2F%3E%0D%0A%3Cpath%20d%3D%22M56.8761%2041.6359C56.8761%2049.911%2050.2148%2056.6248%2042.0045%2056.6248C33.7941%2056.6248%2027.1328%2049.911%2027.1328%2041.6359C27.1328%2033.3608%2033.7941%2026.647%2042.0045%2026.647C50.2148%2026.647%2056.8761%2033.3608%2056.8761%2041.6359Z%22%20fill%3D%22%2390CAF9%22%2F%3E%0D%0A%3Cpath%20d%3D%22M56.5625%2059.7539L59.835%2056.4556L68.3778%2065.0657C69.2764%2065.9714%2069.2764%2067.4324%2068.3778%2068.3381C67.4691%2069.254%2065.9882%2069.254%2065.0795%2068.3381L56.5625%2059.7539Z%22%20fill%3D%22%2337474F%22%2F%3E%0D%0A%3Cpath%20d%3D%22M45.3122%2048.2982C45.3122%2046.4586%2043.8209%2044.9673%2041.9813%2044.9673H29.2852C29.9435%2047.6346%2031.4346%2049.9636%2033.4162%2051.629H41.9813C43.8209%2051.629%2045.3122%2050.1377%2045.3122%2048.2982Z%22%20fill%3D%22%231976D2%22%2F%3E%0D%0A%3Cpath%20d%3D%22M29.2852%2038.3048H41.9813C43.8209%2038.3048%2045.3122%2036.8135%2045.3122%2034.9739C45.3122%2033.1343%2043.8209%2031.6431%2041.9813%2031.6431H33.2483C31.2668%2033.3085%2029.9435%2035.6375%2029.2852%2038.3048Z%22%20fill%3D%22%231976D2%22%2F%3E%0D%0A%3Cpath%20d%3D%22M28.9535%2026.647H15.5795C14.6597%2026.647%2013.9141%2027.3926%2013.9141%2028.3124C13.9141%2029.2322%2014.6597%2029.9778%2015.5795%2029.9778H25.9779C26.8041%2028.8133%2027.7917%2027.6488%2028.9535%2026.647Z%22%20fill%3D%22%231976D2%22%2F%3E%0D%0A%3Cpath%20d%3D%22M23.9963%2033.3086H15.5795C14.6597%2033.3086%2013.9141%2034.0542%2013.9141%2034.974C13.9141%2035.8938%2014.6597%2036.6395%2015.5795%2036.6395H22.8345C23.1701%2035.475%2023.4993%2034.3105%2023.9963%2033.3086Z%22%20fill%3D%22%231976D2%22%2F%3E%0D%0A%3Cpath%20d%3D%22M22.1761%2041.6352C22.1761%2041.1342%2022.1761%2040.4707%2022.3439%2039.9697H15.5795C14.6597%2039.9697%2013.9141%2040.7154%2013.9141%2041.6352C13.9141%2042.555%2014.6597%2043.3006%2015.5795%2043.3006H22.3439C22.1761%2042.7997%2022.1761%2042.1361%2022.1761%2041.6352Z%22%20fill%3D%22%231976D2%22%2F%3E%0D%0A%3Cpath%20d%3D%22M22.8345%2046.6323H15.5795C14.6597%2046.6323%2013.9141%2047.378%2013.9141%2048.2978C13.9141%2049.2176%2014.6597%2049.9632%2015.5795%2049.9632H23.9963C23.4993%2048.9613%2023.1701%2047.7968%2022.8345%2046.6323Z%22%20fill%3D%22%231976D2%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-70_color_smile_sad {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFCA28%22%20fill-rule%3D%22nonzero%22%20d%3D%22M67%2C34.5%20C67%2C51.8943%2052.8943%2C66%2035.5%2C66%20C18.1057%2C66%204%2C51.8943%204%2C34.5%20C4%2C17.1057%2018.1057%2C3%2035.5%2C3%20C52.8943%2C3%2067%2C17.1057%2067%2C34.5%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23F44336%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.9242986%2C26.1312177%20C11.4621332%2C24.420007%2011.3049659%2C22.9976612%2011.4434599%2C21.86889%20C11.58351%2C20.7401189%2012.0752414%2C19.5328519%2012.9202104%2C18.2439491%20C13.7589549%2C16.9566163%2014.2818087%2C15.9502988%2014.4825472%2C15.2328462%20C14.6832856%2C14.5153937%2014.6895101%2C13.8167801%2014.507445%2C13.129156%20C13.9488006%2C11.0568641%2012.721028%2C10.2828945%2010.8116783%2C10.8103869%20C9.90602091%2C11.0552942%209.25556598%2C11.5341192%208.86653791%2C12.2390124%20C8.47128539%2C12.9439056%208.39192366%2C13.7900915%208.63000884%2C14.77757%20L3.31744149%2C16.2313141%20C2.70900158%2C13.8889963%202.9766529%2C11.8528126%204.10794653%2C10.1227628%20C5.23924016%2C8.39271306%207.080121%2C7.18544604%209.65237461%2C6.48055281%20C12.2417455%2C5.76937991%2014.4234149%2C5.84944573%2016.1864901%2C6.70819093%20C17.9557898%2C7.57321581%2019.1462157%2C9.14941358%2019.76088%2C11.4367843%20C20.0409802%2C12.4729302%2020.0767708%2C13.5153558%2019.8589151%2C14.5640611%20C19.6395033%2C15.6190461%2019.1057568%2C16.8702708%2018.2483389%2C18.3114556%20L17.1419431%2C20.1325606%20C16.4556975%2C21.2786008%2016.2004951%2C22.4685988%2016.3887847%2C23.7072641%20L16.6190893%2C24.8485946%20L11.9242986%2C26.1312177%20Z%20M12.9030932%2C31.8896773%20C12.6774569%2C31.0795996%2012.7817164%2C30.3260389%2013.1956423%2C29.6446944%20C13.6095682%2C28.96335%2014.2475742%2C28.5033639%2015.1158849%2C28.2647364%20C15.9857516%2C28.0261088%2016.7700322%2C28.099895%2017.4625022%2C28.4735355%20C18.1611966%2C28.8534557%2018.623362%2C29.4484546%2018.8427738%2C30.2648121%20C19.0621856%2C31.0686101%2018.9641505%2C31.8096115%2018.5626736%2C32.4783966%20C18.1611966%2C33.1534614%2017.5107417%2C33.6134474%2016.6175332%2C33.8583546%20C15.7305492%2C34.0969821%2014.9400442%2C34.0357553%2014.2522425%2C33.6621148%20C13.565997%2C33.2884743%2013.1162806%2C32.699755%2012.9030932%2C31.8896773%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%236D4C41%22%20fill-rule%3D%22nonzero%22%20d%3D%22M38%2C29.5%20C38%2C33.092875%2035.092875%2C36%2031.5%2C36%20C27.907125%2C36%2025%2C33.092875%2025%2C29.5%20C25%2C25.907125%2027.907125%2C23%2031.5%2C23%20C35.092875%2C23%2038%2C25.907125%2038%2C29.5%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M32%2C27.5%20C32%2C28.88%2030.88%2C30%2029.5%2C30%20C28.12%2C30%2027%2C28.88%2027%2C27.5%20C27%2C26.12%2028.12%2C25%2029.5%2C25%20C30.88%2C25%2032%2C26.12%2032%2C27.5%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%236D4C41%22%20fill-rule%3D%22nonzero%22%20d%3D%22M60%2C29.5%20C60%2C33.092875%2057.092875%2C36%2053.5%2C36%20C49.907125%2C36%2047%2C33.092875%2047%2C29.5%20C47%2C25.907125%2049.907125%2C23%2053.5%2C23%20C57.092875%2C23%2060%2C25.907125%2060%2C29.5%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M54%2C27.5%20C54%2C28.88%2052.88%2C30%2051.5%2C30%20C50.12%2C30%2049%2C28.88%2049%2C27.5%20C49%2C26.12%2050.12%2C25%2051.5%2C25%20C52.88%2C25%2054%2C26.12%2054%2C27.5%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23B76C09%22%20fill-rule%3D%22nonzero%22%20d%3D%22M29.7250015%2C55.0121115%20L26.2749985%2C52.9878885%20C26.4570228%2C52.6776537%2026.783173%2C52.179495%2027.2488097%2C51.5547749%20C28.0137001%2C50.528562%2028.9072243%2C49.5041721%2029.9279902%2C48.5435381%20C32.9236012%2C45.7243946%2036.3970958%2C44%2040.3076923%2C44%20C43.3325844%2C44%2045.795466%2C45.124406%2047.673827%2C46.9754756%20C48.7957963%2C48.0811433%2049.4891013%2C49.1942369%2049.8393861%2C50.0147236%20L46.1606139%2C51.5852764%20C46.1349446%2C51.5251499%2046.0469997%2C51.3530118%2045.8940097%2C51.1073882%20C45.6228385%2C50.6720258%2045.2802232%2C50.2325587%2044.866173%2C49.8245244%20C43.7003032%2C48.675594%2042.2204926%2C48%2040.3076923%2C48%20C37.5561734%2C48%2034.9866872%2C49.2756054%2032.6693175%2C51.4564619%20C31.8305401%2C52.2458279%2031.0885955%2C53.096438%2030.4559499%2C53.9452251%20C30.083065%2C54.445505%2029.8363426%2C54.8223463%2029.7250015%2C55.0121115%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-70_color_spy {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2270%22%20height%3D%2270%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%2F%3E%0D%0A%3Crect%20width%3D%2255.4167%22%20height%3D%2255.4167%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%20transform%3D%22translate(7.29102%207.29175)%22%2F%3E%0D%0A%3Cpath%20d%3D%22M52.938%2049.5835H17.0607L7.29102%2042.2918C7.29102%2042.2918%2012.1388%2032.0835%2034.9993%2032.0835C57.8599%2032.0835%2062.7077%2042.2918%2062.7077%2042.2918L52.938%2049.5835Z%22%20fill%3D%22%23455A64%22%2F%3E%0D%0A%3Cpath%20d%3D%22M53.126%2048.125H16.8727L11.666%2058.3333L34.9993%2062.7083L58.3327%2058.3333L53.126%2048.125Z%22%20fill%3D%22%23455A64%22%2F%3E%0D%0A%3Cpath%20d%3D%22M34.9987%2061.25C34.9987%2061.25%2023.332%2056.8579%2023.332%2051.0417C23.332%2049.5719%2023.332%2040.6055%2023.332%2040.6055H46.6654C46.6654%2040.6055%2046.6654%2049.6118%2046.6654%2051.0417C46.6654%2056.9149%2034.9987%2061.25%2034.9987%2061.25Z%22%20fill%3D%22%23263238%22%2F%3E%0D%0A%3Cpath%20d%3D%22M24.7917%2037.1876C24.7917%2039.1985%2023.1567%2040.8334%2021.1458%2040.8334C19.1349%2040.8334%2017.5%2039.1985%2017.5%2037.1876C17.5%2035.1767%2019.1349%2033.5417%2021.1458%2033.5417C23.1567%2033.5417%2024.7917%2035.1767%2024.7917%2037.1876Z%22%20fill%3D%22%23FFA726%22%2F%3E%0D%0A%3Cpath%20d%3D%22M52.4987%2037.1876C52.4987%2039.1985%2050.8638%2040.8334%2048.8529%2040.8334C46.842%2040.8334%2045.207%2039.1985%2045.207%2037.1876C45.207%2035.1767%2046.842%2033.5417%2048.8529%2033.5417C50.8638%2033.5417%2052.4987%2035.1767%2052.4987%2037.1876Z%22%20fill%3D%22%23FFA726%22%2F%3E%0D%0A%3Cpath%20d%3D%22M49.5827%2030.9498C49.5827%2018.5768%2020.416%2022.8948%2020.416%2030.9498C20.416%2032.6588%2020.416%2040.5828%2020.416%2042.2918C20.416%2050.3468%2026.9443%2056.8751%2034.9994%2056.8751C43.0544%2056.8751%2049.5827%2050.3468%2049.5827%2042.2918C49.5827%2040.5828%2049.5827%2032.6588%2049.5827%2030.9498Z%22%20fill%3D%22%23FFB74D%22%2F%3E%0D%0A%3Cpath%20d%3D%22M49.582%2026.25H53.957V34.362L49.582%2039.375V26.25Z%22%20fill%3D%22%23424242%22%2F%3E%0D%0A%3Cpath%20d%3D%22M20.416%2026.25H16.041V34.362L20.416%2039.375V26.25Z%22%20fill%3D%22%23424242%22%2F%3E%0D%0A%3Cpath%20d%3D%22M38.3553%2037.3244C37.8711%2037.3757%2035.9342%2037.9168%2035%2037.9168C34.0658%2037.9168%2032.1289%2037.3757%2031.6447%2037.3244L21.875%2036.4585L22.9517%2041.2721C23.2422%2042.5539%2024.091%2043.6362%2025.2645%2044.2287C26.2785%2044.7414%2027.6286%2045.2085%2029.1781%2045.2085C32.5732%2045.2085%2033.5417%2042.1266%2033.5417%2040.8677V40.8335C33.5417%2040.0303%2034.1968%2039.3752%2035%2039.3752C35.8032%2039.3752%2036.4583%2040.0303%2036.4583%2040.8335V40.8677C36.4583%2042.1266%2037.4268%2045.2085%2040.8219%2045.2085C42.3714%2045.2085%2043.7215%2044.7414%2044.7355%2044.2287C45.909%2043.6362%2046.7578%2042.5539%2047.0483%2041.2721L48.125%2036.4585L38.3553%2037.3244Z%22%20fill%3D%22%23263238%22%2F%3E%0D%0A%3Cpath%20d%3D%22M23.3333%2039.3752L17.5%2035.0002V32.0835L23.3333%2036.4585L24.7917%2037.7801L23.3333%2039.3752Z%22%20fill%3D%22%23263238%22%2F%3E%0D%0A%3Cpath%20d%3D%22M46.6654%2039.3752L52.4987%2035.0002V32.0835L46.6654%2036.4585L45.207%2037.9909L46.6654%2039.3752Z%22%20fill%3D%22%23263238%22%2F%3E%0D%0A%3Cpath%20d%3D%22M62.7077%2029.1667C62.7077%2024.336%2050.3005%2020.4167%2034.9993%2020.4167C19.6982%2020.4167%207.29102%2024.336%207.29102%2029.1667C7.29102%2033.9975%2019.6982%2037.9168%2034.9993%2037.9168C50.3005%2037.9168%2062.7077%2033.9975%2062.7077%2029.1667Z%22%20fill%3D%22%23546E7A%22%2F%3E%0D%0A%3Cpath%20d%3D%22M41.8176%207.29175C39.2085%207.29175%2037.8071%208.75008%2034.9987%208.75008C32.1903%208.75008%2030.9883%207.29175%2028.1799%207.29175C23.1668%207.29175%2020.7629%2017.2779%2018.957%2025.3557C18.957%2030.289%2029.0173%2030.6251%2034.9987%2030.6251C40.9801%2030.6251%2051.0404%2030.5111%2051.0404%2025.3557C48.8358%2016.8279%2046.8306%207.29175%2041.8176%207.29175Z%22%20fill%3D%22%23607D8B%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-70_color_vip_lock {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M48.6691%2027.2366C47.5403%2026.0387%2045.7033%2026.0313%2044.5658%2027.22L28.2196%2044.3031C27.0823%2045.4918%2025.2456%2045.4847%2024.1167%2044.2874L9.6455%2028.9408C8.74143%2027.9819%208.54286%2026.5113%209.15737%2025.3249L14.1407%2015.7035C14.6491%2014.7219%2015.6261%2014.1111%2016.6878%2014.1111H53.3198C54.3816%2014.1111%2055.3586%2014.7219%2055.867%2015.7035L60.8426%2025.31C61.459%2026.5%2061.2572%2027.9753%2060.3471%2028.9338L58.978%2030.3756C61.0989%2030.9346%2062.8464%2032.0801%2064.1629%2033.5577L64.4503%2033.255C67.1807%2030.3796%2067.7859%2025.9536%2065.9369%2022.3837L60.9613%2012.7772C59.436%209.8323%2056.5051%208%2053.3198%208H16.6878C13.5025%208%2010.5716%209.8323%209.04636%2012.7772L4.06305%2022.3986C2.21953%2025.9579%202.81525%2030.3698%205.52783%2033.2468L19.999%2048.5933C23.3855%2052.1851%2028.8957%2052.2064%2032.3072%2048.6407L48.6533%2031.5578C49.7907%2030.3691%2049.7978%2028.4344%2048.6691%2027.2366Z%22%20fill%3D%22%23FA961E%22%2F%3E%0D%0A%3Cpath%20d%3D%22M42%2048.2555V56.8979L37.0555%2062.1051C35.9224%2063.2983%2034.0853%2063.2983%2032.9522%2062.1051C31.8191%2060.9118%2031.8191%2058.9771%2032.9522%2057.7838L42%2048.2555Z%22%20fill%3D%22%23FA961E%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M48%2043V41C48%2037%2051%2033%2056%2033C61%2033%2064%2037%2064%2041V43H65C66.105%2043%2067%2043.895%2067%2045V61C67%2062.105%2066.105%2063%2065%2063H47C45.895%2063%2045%2062.105%2045%2061V45C45%2043.895%2045.895%2043%2047%2043H48ZM52%2043H60V41C60%2039%2058.5%2037%2056%2037C53.5%2037%2052%2039%2052%2041V43ZM63%2059V47H49V59H63ZM56%2055C54.895%2055%2054%2054.105%2054%2053C54%2051.895%2054.895%2051%2056%2051C57.105%2051%2058%2051.895%2058%2053C58%2054.105%2057.105%2055%2056%2055Z%22%20fill%3D%22%23A01EAA%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-70_color_web {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2270%22%20height%3D%2270%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%2F%3E%0D%0A%3Crect%20width%3D%2258.3335%22%20height%3D%2258.3333%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%20transform%3D%22translate(5.83398%205.83325)%22%2F%3E%0D%0A%3Cpath%20d%3D%22M38.5%2036.3095L39.8256%2027.7083H43.75L40.654%2042.2916H37.1875L35.0073%2033.632L32.8198%2042.2916H29.3533L26.25%2027.7083H30.1802L31.4796%2036.5093L33.5708%2027.7083H36.4277L38.5%2036.3095Z%22%20fill%3D%22%233F51B5%22%2F%3E%0D%0A%3Cpath%20d%3D%22M18.084%2036.3095L19.4096%2027.7083H23.334L20.2379%2042.2916H16.7715L14.5913%2033.632L12.4038%2042.2916H8.93732L5.83398%2027.7083H9.76419L11.0636%2036.5093L13.1548%2027.7083H16.0117L18.084%2036.3095Z%22%20fill%3D%22%233F51B5%22%2F%3E%0D%0A%3Cpath%20d%3D%22M58.918%2036.3095L60.2436%2027.7083H64.168L61.0719%2042.2916H57.6055L55.4253%2033.632L53.2378%2042.2916H49.7713L46.668%2027.7083H50.5982L51.8975%2036.5093L53.9888%2027.7083H56.8457L58.918%2036.3095Z%22%20fill%3D%22%233F51B5%22%2F%3E%0D%0A%3Cpath%20d%3D%22M57.6048%2017.5H12.3965V20.4167H57.6048V17.5Z%22%20fill%3D%22%232196F3%22%2F%3E%0D%0A%3Cpath%20d%3D%22M57.6048%2017.5H12.3965V20.4167H57.6048V17.5Z%22%20fill%3D%22%232196F3%22%2F%3E%0D%0A%3Cpath%20d%3D%22M57.6048%2049.5833H12.3965V52.4999H57.6048V49.5833Z%22%20fill%3D%22%232196F3%22%2F%3E%0D%0A%3Crect%20width%3D%2254.5737%22%20height%3D%2258.3333%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%20transform%3D%22translate(7.71387%205.83325)%22%2F%3E%0D%0A%3Cpath%20d%3D%22M10.8303%2024.7916C13.871%2017.6297%2020.0018%2012.0837%2027.5457%209.84367C24.6801%2013.1949%2022.4707%2018.4449%2021.3143%2024.7916H24.301C25.9241%2016.4514%2029.4328%2010.2053%2033.5424%208.98909V24.7916H36.4591V8.98909C40.5687%2010.2039%2044.0774%2016.4514%2045.7005%2024.7916H48.6872C47.5307%2018.4449%2045.3214%2013.1949%2042.4557%209.84367C49.9997%2012.0837%2056.1305%2017.6297%2059.1712%2024.7916H62.2876C58.1372%2013.736%2047.4885%205.83325%2035.0007%205.83325C22.513%205.83325%2011.8643%2013.736%207.71387%2024.7916H10.8303Z%22%20fill%3D%22%232196F3%22%2F%3E%0D%0A%3Cpath%20d%3D%22M59.1712%2045.2083C56.1305%2052.3701%2049.9997%2057.9162%2042.4557%2060.1562C45.3214%2056.8049%2047.5307%2051.5549%2048.6872%2045.2083H45.7005C44.0774%2053.5485%2040.5687%2059.7945%2036.4591%2061.0108V45.2083H33.5424V61.0108C29.4328%2059.796%2025.9241%2053.5485%2024.301%2045.2083H21.3143C22.4707%2051.5549%2024.6801%2056.8049%2027.5457%2060.1562C20.0018%2057.9162%2013.871%2052.3701%2010.8303%2045.2083H7.71387C11.8643%2056.2639%2022.513%2064.1666%2035.0007%2064.1666C47.4885%2064.1666%2058.1372%2056.2639%2062.2876%2045.2083H59.1712Z%22%20fill%3D%22%232196F3%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-70_files_pdf {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2257px%22%20height%3D%2270px%22%20viewBox%3D%220%200%2057%2070%22%20version%3D%221.1%22%3E%0D%0A%3Cg%20id%3D%22surface1%22%3E%0D%0A%3Cpath%20style%3D%22%20stroke%3Anone%3Bfill-rule%3Anonzero%3Bfill%3Argb(100%25%2C12.941176%25%2C8.627451%25)%3Bfill-opacity%3A1%3B%22%20d%3D%22M%207.234375%200%20C%203.246094%200%200%203.246094%200%207.234375%20L%200%2062.792969%20C%200%2066.777344%203.246094%2070.027344%207.234375%2070.027344%20L%2049.730469%2070.027344%20C%2053.71875%2070.027344%2056.964844%2066.777344%2056.964844%2062.792969%20L%2056.964844%2017.109375%20C%2056.964844%2017.109375%2057.078125%2015.769531%2056.5%2014.46875%20C%2055.953125%2013.25%2055.066406%2012.398438%2055.066406%2012.398438%20C%2055.066406%2012.398438%2055.0625%2012.394531%2055.058594%2012.390625%20L%2044.515625%202.050781%20C%2044.511719%202.046875%2044.503906%202.039062%2044.5%202.035156%20C%2044.5%202.035156%2043.597656%201.175781%2042.265625%200.605469%20C%2040.691406%20-0.0703125%2039.074219%200.00390625%2039.074219%200.00390625%20L%2039.097656%200%20Z%20M%207.234375%200%20%22%2F%3E%0D%0A%3Cpath%20style%3D%22%20stroke%3Anone%3Bfill-rule%3Anonzero%3Bfill%3Argb(96.078431%25%2C96.078431%25%2C96.078431%25)%3Bfill-opacity%3A1%3B%22%20d%3D%22M%207.234375%202.375%20L%2039.097656%202.375%20C%2039.105469%202.375%2039.113281%202.375%2039.121094%202.375%20C%2039.121094%202.375%2040.394531%202.390625%2041.328125%202.789062%20C%2042.226562%203.171875%2042.859375%203.757812%2042.867188%203.761719%20C%2042.867188%203.761719%2042.871094%203.765625%2042.871094%203.765625%20L%2053.386719%2014.078125%20C%2053.386719%2014.078125%2054.019531%2014.746094%2054.328125%2015.4375%20C%2054.574219%2015.992188%2054.589844%2017.007812%2054.589844%2017.007812%20C%2054.589844%2017.023438%2054.589844%2017.042969%2054.589844%2017.058594%20L%2054.589844%2062.792969%20C%2054.589844%2065.503906%2052.445312%2067.648438%2049.730469%2067.648438%20L%207.234375%2067.648438%20C%204.523438%2067.648438%202.378906%2065.503906%202.378906%2062.792969%20L%202.378906%207.234375%20C%202.378906%204.523438%204.523438%202.375%207.234375%202.375%20Z%20M%207.234375%202.375%20%22%2F%3E%0D%0A%3Cpath%20style%3D%22%20stroke%3Anone%3Bfill-rule%3Anonzero%3Bfill%3Argb(100%25%2C12.941176%25%2C8.627451%25)%3Bfill-opacity%3A1%3B%22%20d%3D%22M%2014.222656%2041.695312%20C%2012.589844%2040.058594%2014.359375%2037.8125%2019.160156%2035.425781%20L%2022.183594%2033.925781%20L%2023.359375%2031.351562%20C%2024.007812%2029.933594%2024.972656%2027.621094%2025.507812%2026.214844%20L%2026.476562%2023.65625%20L%2025.808594%2021.761719%20C%2024.984375%2019.429688%2024.691406%2015.929688%2025.214844%2014.671875%20C%2025.921875%2012.964844%2028.234375%2013.140625%2029.152344%2014.96875%20C%2029.867188%2016.394531%2029.792969%2018.980469%2028.945312%2022.242188%20L%2028.25%2024.914062%20L%2028.863281%2025.953125%20C%2029.199219%2026.527344%2030.183594%2027.882812%2031.050781%2028.96875%20L%2032.675781%2030.992188%20L%2034.703125%2030.730469%20C%2041.132812%2029.890625%2043.335938%2031.316406%2043.335938%2033.359375%20C%2043.335938%2035.941406%2038.285156%2036.15625%2034.042969%2033.175781%20C%2033.089844%2032.507812%2032.433594%2031.839844%2032.433594%2031.839844%20C%2032.433594%2031.839844%2029.777344%2032.382812%2028.46875%2032.734375%20C%2027.121094%2033.097656%2026.445312%2033.328125%2024.46875%2033.992188%20C%2024.46875%2033.992188%2023.773438%2035%2023.320312%2035.734375%20C%2021.636719%2038.457031%2019.675781%2040.71875%2018.269531%2041.539062%20C%2016.699219%2042.460938%2015.054688%2042.523438%2014.222656%2041.695312%20Z%20M%2016.789062%2040.777344%20C%2017.710938%2040.207031%2019.570312%2038.007812%2020.859375%2035.964844%20L%2021.378906%2035.140625%20L%2019.007812%2036.332031%20C%2015.339844%2038.175781%2013.660156%2039.914062%2014.53125%2040.964844%20C%2015.023438%2041.554688%2015.609375%2041.507812%2016.789062%2040.777344%20Z%20M%2040.613281%2034.09375%20C%2041.511719%2033.460938%2041.382812%2032.195312%2040.367188%2031.683594%20C%2039.574219%2031.285156%2038.9375%2031.203125%2036.882812%2031.230469%20C%2035.617188%2031.316406%2033.589844%2031.574219%2033.242188%2031.648438%20C%2033.242188%2031.648438%2034.359375%2032.421875%2034.855469%2032.703125%20C%2035.515625%2033.082031%2037.117188%2033.78125%2038.285156%2034.136719%20C%2039.441406%2034.492188%2040.109375%2034.453125%2040.613281%2034.09375%20Z%20M%2031.035156%2030.113281%20C%2030.492188%2029.539062%2029.566406%2028.347656%2028.980469%2027.460938%20C%2028.210938%2026.453125%2027.828125%2025.742188%2027.828125%2025.742188%20C%2027.828125%2025.742188%2027.265625%2027.546875%2026.804688%2028.632812%20L%2025.371094%2032.179688%20L%2024.953125%2032.984375%20C%2024.953125%2032.984375%2027.167969%2032.257812%2028.292969%2031.964844%20C%2029.484375%2031.652344%2031.90625%2031.179688%2031.90625%2031.179688%20Z%20M%2027.949219%2017.734375%20C%2028.085938%2016.570312%2028.144531%2015.410156%2027.769531%2014.824219%20C%2026.734375%2013.6875%2025.480469%2014.632812%2025.691406%2017.332031%20C%2025.765625%2018.238281%2025.988281%2019.789062%2026.289062%2020.746094%20L%2026.839844%2022.484375%20L%2027.226562%2021.175781%20C%2027.4375%2020.453125%2027.761719%2018.90625%2027.949219%2017.734375%20Z%20M%2027.949219%2017.734375%20%22%2F%3E%0D%0A%3Cpath%20style%3D%22%20stroke%3Anone%3Bfill-rule%3Anonzero%3Bfill%3Argb(17.254902%25%2C17.254902%25%2C17.254902%25)%3Bfill-opacity%3A1%3B%22%20d%3D%22M%2017.003906%2049.265625%20L%2019.660156%2049.265625%20C%2020.507812%2049.265625%2021.199219%2049.347656%2021.726562%2049.507812%20C%2022.257812%2049.664062%2022.699219%2050.019531%2023.0625%2050.570312%20C%2023.421875%2051.113281%2023.605469%2051.769531%2023.605469%2052.539062%20C%2023.605469%2053.246094%2023.457031%2053.855469%2023.164062%2054.363281%20C%2022.871094%2054.871094%2022.476562%2055.234375%2021.976562%2055.460938%20C%2021.484375%2055.6875%2020.726562%2055.800781%2019.699219%2055.800781%20L%2018.78125%2055.800781%20L%2018.78125%2059.984375%20L%2017.003906%2059.984375%20Z%20M%2018.78125%2050.640625%20L%2018.78125%2054.378906%20L%2019.660156%2054.378906%20C%2020.445312%2054.378906%2020.988281%2054.230469%2021.285156%2053.9375%20C%2021.589844%2053.644531%2021.742188%2053.167969%2021.742188%2052.507812%20C%2021.742188%2052.015625%2021.644531%2051.617188%2021.445312%2051.316406%20C%2021.246094%2051.003906%2021.023438%2050.816406%2020.785156%2050.75%20C%2020.546875%2050.675781%2020.175781%2050.640625%2019.660156%2050.640625%20Z%20M%2018.78125%2050.640625%20%22%2F%3E%0D%0A%3Cpath%20style%3D%22%20stroke%3Anone%3Bfill-rule%3Anonzero%3Bfill%3Argb(17.254902%25%2C17.254902%25%2C17.254902%25)%3Bfill-opacity%3A1%3B%22%20d%3D%22M%2024.964844%2049.265625%20L%2027.375%2049.265625%20C%2028.542969%2049.265625%2029.476562%2049.472656%2030.171875%2049.886719%20C%2030.875%2050.300781%2031.402344%2050.914062%2031.757812%2051.730469%20C%2032.121094%2052.546875%2032.300781%2053.453125%2032.300781%2054.449219%20C%2032.300781%2055.496094%2032.140625%2056.429688%2031.8125%2057.253906%20C%2031.496094%2058.070312%2031.003906%2058.726562%2030.335938%2059.230469%20C%2029.675781%2059.734375%2028.734375%2059.984375%2027.507812%2059.984375%20L%2024.964844%2059.984375%20Z%20M%2026.738281%2050.6875%20L%2026.738281%2058.5625%20L%2027.476562%2058.5625%20C%2028.507812%2058.5625%2029.257812%2058.207031%2029.722656%2057.496094%20C%2030.191406%2056.777344%2030.421875%2055.824219%2030.421875%2054.628906%20C%2030.421875%2052%2029.441406%2050.6875%2027.476562%2050.6875%20Z%20M%2026.738281%2050.6875%20%22%2F%3E%0D%0A%3Cpath%20style%3D%22%20stroke%3Anone%3Bfill-rule%3Anonzero%3Bfill%3Argb(17.254902%25%2C17.254902%25%2C17.254902%25)%3Bfill-opacity%3A1%3B%22%20d%3D%22M%2034.007812%2049.265625%20L%2039.960938%2049.265625%20L%2039.960938%2050.6875%20L%2035.78125%2050.6875%20L%2035.78125%2053.890625%20L%2039.128906%2053.890625%20L%2039.128906%2055.3125%20L%2035.78125%2055.3125%20L%2035.78125%2059.984375%20L%2034.007812%2059.984375%20Z%20M%2034.007812%2049.265625%20%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 57px;
  height: 70px;
}

.icon-70_files_xls {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Crect%20width%3D%2270%22%20height%3D%2270%22%20fill%3D%22url(%23pattern0)%22%2F%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpattern%20id%3D%22pattern0%22%20patternContentUnits%3D%22objectBoundingBox%22%20width%3D%221%22%20height%3D%221%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23image0%22%20transform%3D%22scale(0.00390625)%22%2F%3E%0D%0A%3C%2Fpattern%3E%0D%0A%3Cimage%20id%3D%22image0%22%20width%3D%22256%22%20height%3D%22256%22%20xlink%3Ahref%3D%22data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAP%2BElEQVR4Ae3db4wV1RnH8XM3aAsKXUsLVptFuxTbCoWmtSimIC%2BAtAkJVn1BG5u2JJD2VTX0RU1MX9j0lSDRV2tC07RFTaSavlx5IZDUWmmjFIrVsBZwQXcTWYEiUOre5iw7d4e7M3Nm5sy95zxzvjfZ3Lnz58yZzzP3d2fvnTtXKW4IIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggg4I1Aw5uedKgj%2FX19mzvUNM06Fmj09Lx99NixvY67IXr1PaJ7T%2BeDFmiOjy9aeMst9wSNYLnxBIAlIIu7FSAE7Pxn2C0ua%2Bmjx48PyOoxvW0XeHbXMxOjRt8feeupJ3ds1w8mQ0Dx70C7lvkxRwBmI%2BbwUGDejfNve%2F3QoceirnEkEEkUuycAinkxt0cCs%2BfMmUcI2BWEALDzY2nHAoSAXQEIADs%2FlvZAgBAoXwQCoLwdS3okQAiUKwYBUM6NpTwUIASKF4UAKG7GEh4LEALFikMAFPNibgEChED%2BIhEA%2Ba2YU5AAIZCvWARAPifmEihACJiLRgCYjZhDsAAhkF08AiDbh6k1ECAE0otIAKTbMKVGAoRAcjEJgGQXxtZQgBCYXlQCYLoJY2osQAhcXVwC4GoPHgUgQAhMFZkAmLJgKCABQuBKsQmAgHZ6NvVqAUJAqaAuCXZ1%2Bcs%2FGhjw68piW7ZsMW5MXfp88PU3Wtu68fvfaw2XHYhC4GtLljyq2wjt8mIcAZTdc1iuNgJRCEQbFNLlxQiAqOrcBy0QaggQAEHv9mx8XCDEECAA4nsAw8ELhBYCBEDwuzwA7QIhhQAB0F59HiOglAolBAgAdncEUgRCCAECIKX4jEZAC9Q9BAgA9nMEDAJ1DgECwFB8JiOgBeoaAgQA%2BzcCOQXqGAIEQM7iMxsCWqBuIUAAsF8jUFCgTiFAABQsPrMjoAXqEgIEAPszAiUF6hACBEDJ4rMYAlpAeggQAOzHCFgKSA6BhuW2e794f1%2Ff5qiTR48f9%2BtSPlHHuM8t8OyuZ1rzVnFFoFZjFQycO3t2NLqykG6u0dPz9tFjx%2FZW0HTHmuAIoGO0NByagMQjAQIgtL2U7e2ogLQQIAA6ujvQeIgCkkKAAAhxD2WbOy4gJQQIgI7vCqwgVAEJIUAAhLp3st1dEfA9BAiAruwGrCRkAZ9DgAAIec9k27sm4GsIcCJQiV1A4s9s%2Ffrl35bY0s4t8sjqHxobT%2Brzv%2Fb%2B3bhcp2b49qK7rJsefX%2Fkraee3LE9amjoxImno2EX9xwBuFBnncEKzLtx%2Fm0%2BbTwB4FM16AsCXRbg14G7DM7q7AS%2BdM%2FX7RqwWHrjavtfI9arf%2FSRX1j0otpFOQKo1pPWEBAlQACIKhedRaBaAQKgWk9aQ0CUAAEgqlx0FoFqBQiAaj1pDQFRAgSAqHLRWQSqFSAAqvWkNQRECRAAospFZxGoVoAAqNaT1hAQJUAAiCoXnUWgWgECoFpPWkNAlAABIKpcdBaBagUIgGo9aQ0BUQIEgKhy0VkEqhXgikDVetIaAkaBhQsWbIlm4opAkQT3CCDQdQEuCNJ18upWeO7ieXXk5DvqzMVz6sjwkDp74bw6cmrqXq%2Fp2LbB6lZIS7UTIAA8LmmeJ7jH3adrAgQIAIdF4gnuEJ9VTwgQAB3cEU6Ojarh0yOZh%2BgdXD1NI2AUIACMROkzRE%2Fwd8feU8MfjKjhsZGJJ3x0n74kUxDwQ4AAyKgDT%2FAMHCbVQiDoAOAJXot9mI2wEKh1ANz68Lql4wdHFzVnXztXzZoxd%2Btzjwd7iJ70M1sW%2B431omV%2FGsx6xRYN5OmzRfNOFhUdAPoJ3myO9473qGWq2ehtKH3f7FWNxjKlVO%2B4aiq19LMt2N0H9rSGGUAAAaW8DoBcT%2FBGQzWasVI2an92c2xjGUTATsBpAPAEtyseSyNgK%2BA0AMZV8w3FK7htDVkegdICfB24NB0LIiBfgACQX0O2AIHSAgRAaToWREC%2BAAEgv4ZsAQKlBQiA0nQsiIB8AQJAfg3ZAgRKCxAApelYEAH5AgSA%2FBqyBQiUFiAAStOxIALyBQgA%2BTVkCxAoLUAAlKZjQQTkCxAA8mvIFiBQWoAAKE3HggjIF3D6bUD5fHK2QOLVbCT2Wc4ecaWnHAFIqxj9RaBCAQKgQkyaQkCaAAEgrWL0F4EKBQiACjFpCgFpAgSAtIrRXwQqFCAAKsSkKQSkCRAA0ipGfxGoUIAAqBCTphCQJsCJQNIqVrK%2F%2FDRYSbjYYnU8MYkjgFiBGUQgNAECILSKs70IxAQIgBgGgwiEJkAAhFZxtheBmAABEMNgEIHQBAiA0CrO9iIQEyAAYhgMIhCaAOcBVFTx5f1LElv6yk39as7M69WrQwfVX4cOJc7DSARcCQQZAD%2F61gb1yw0%2FyTR%2F%2FsBL6ufPbcucJ5p43zfWqG0bt0YPE%2B%2Fv%2FtVLieMZiYBLgSD%2FBdh9YI86e%2BE%2Fme7rFq9Qsz95XeY80cQHvrk2Gky812Fycmw0cRojEXApEGQAnLt4XuknZdZNH7avXbwia5aJaTffME%2Fd2f%2FVzPl2G9aVuTATEeigQJABoD1%2Fs%2F9FI%2BvaJXcZ5%2Fnxynsz53l16B%2F8758pxESXAsEGgD4kNx0FrFt8t9Kv8Gk3%2FS%2FCA3dkH%2F4%2FMfi7tMUZj4BzgWADQMvnOTTP%2BjdAT9P%2FKqTdhk%2BP8OqfhsN4LwSCDgD9sZw%2BRM%2B6Zb3Bt2lV9uH%2FE4O%2Fz2qaaQg4Fwg6ALT%2B869lvxmoP8f%2F8k1fmFYoPU5PS7vpV%2F8%2F%2Fm1P2mTGI%2BCFQPABoJ%2Bk%2Bsmadbv%2FjjXTJpve%2FOPVfxoZIzwUCPJEoPY67Nz%2FQuaJQfrNwMf%2BNNBaTL%2F5p88TSLvpcwxeOvxK2mQn4yVezUZin50U12KlwR8BaDvTiUGf%2F%2FR8teb2qY8E9RFB1pt%2FO%2Fe%2FqPS5BtwQ8F2AAFBq4slq%2Bkhw7ZKpV%2FxNK7%2BbWlf96p%2FnHIPUBpiAQBcFCIBJbNOTNjo1WH%2FpRx8RpN10kPDqn6bDeN8ECIDJiphODIpODb7fcOKPKUh82wHoT9gCBECs%2FqYTg%2FQ5AVln%2FulXf770EwNl0HsBAiBWItOJQaYv%2FezgxJ%2BYJoMSBAiAtiqZTgxqm731UJ9RyKt%2Fi4MBIQIEQFuh8pwY1LbIxEO%2B9JOkwjjfBTgRKKFC%2Biw%2B0xV%2B4otJ%2BMovPw0Wr1i54TqemMQRQMK%2BoM%2FiM10xKL7Yzn0vxB8yjIAYAQIgoVT6c3x9Nl%2Bem%2F4ewZ5%2F%2FiXPrMyDgHcCBEBKSbJO9okvMmfmdbmvHRhfjmEEfBAgABKqkOdKP9Fi%2BgQh0zcDo3m5R8A3AQIgoSJFn9CbVt7LUUCCI6P8FyAA2mqkX%2F31E7rILTpNuMgyzIuADwIEQFsV9Kt%2F1ld922ZvPXxo3YOtYQYQkCJAAMQqVebVP1pcv2mofyGIGwKSBAiAWLVMr%2F6mawZwFBDDZFCEAAEwWSbTq78%2BMUj%2FVmDW9QPbrxwkYg%2Bgk0ELEACT5Te9%2BkcnBunrB2bdNq1Kv1pQ1nJMQ8CFAAGg1MRHeKZ3%2FqNrBejrB2bd9FeG034qPGs5piHgQoAAUEqZLvI5ePjPra%2F65vlh0YfW%2FcBFLVknAoUFCAClVNZFPrXo7teuftU3XfZLHwUk%2FZhI4eqwAAIdFgg%2BAPRHd1nn%2FSd92efNU%2B%2BoI6eGMktT9GzCzMaYiECHBIIPANNHd2kf%2Fe3cl%2F1tQX3twKxfFu5QPWkWgUICQQeA6dVfS6Yd7ue5ZsDPODuw0M7IzN0XCPqKQHle%2FdOu8a%2FHDx5%2BJfMqwfooQF8o1IdrBUq8mo3EPnf%2FKWy3xmCPAPK8%2Bkcf%2FaURpx0dxOc3%2FY5AfF6GEei2QLABYHr112%2F%2B6cuEZ93yvBnIV4WzBJnmWiDIAMjz6p%2F3571NbwZywRDXuzjrzxIIMgA2rcr%2Bvn%2BRn%2FfO82YgRwFZuyDTXAoEFwB5PprTb%2B6lvfnXXqw8ZwZywZB2NR77IhDcpwD6HfnvbPtppf47Bv%2Bg9JFA2u3O%2FqVpkxiPgFOB4AKgE9r6KCDrDcOsaZ3oD20ikFcguH8B8sIwHwIhCHAEEEKVlVL8NJh9oet4YhJHAPb7BS0gIFaAABBbOjqOgL0AAWBvSAsIiBUgAMSWjo4jYC9AANgb0gICYgUIALGlo%2BMI2AsQAPaGtICAWAECQGzp6DgC9gIEgL0hLSAgVoAAEFs6Oo6AvQABYG9ICwiIFSAAxJaOjiNgL0AA2BvSAgJiBQgAsaWj4wjYCxAA9oa0gIBYAQJAbOnoOAL2AgSAvSEtICBWgCsCiS1dsY5LvJqNxD4Xq4r7uTkCcF8DeoCAMwECwBk9K0bAvQAB4L4G9AABZwIEgDN6VoyAewECwH0N6AECzgQIAGf0rBgB9wIEgPsa0AMEnAkQAM7oWTEC7gU4Ech9DbrSA34azJ65jicmcQRgv1%2FQAgJiBZweAfSoxrJmc7x3vEctU81Gb0Pp%2B2avajSWKaV6xarScQSECDgNgH9vHzw46bQvyevWh9ctJSCSZBiHQDUCTgPAtAkEhEmI6QjYCXgdAKZNyxMQ6uDog83Z185Vs2bMvW%2F9hvXDp0fU8NiI0vfcEAhdQHQAmIqnA6K%2Fr295NN%2Fju7auj4b1%2Fcmx0YkgeHfsPTX8wVQwEBBxJYbrLFDrADAV7uYb5in9t1wtSZw1LSDePHFUnbn8UeIyjERAkkDQAWAqVFpADAwMTCyqQ%2BDM%2Fz5SZy6fnwgE%2FfjD2GNT%2B0xHwLUAAWBRgU9dM0vpPzXzM4mtRAFx6ePLauTSh%2BriuL4%2Foy59%2FN%2BJ%2B8SFGIlAFwUIgA5itwJCKfXF6z83bU2XWoFAQEzDYURXBAiArjAnr%2BQTPdeovsmjBwIi2YixnRUgADrra9V63oBYtWa1OjI8pM5eOK%2BOnJq6t1o5CwchQAAILnMUEGtvX6H0HzcEigrwZaCiYsyPQI0ECIAaFZNNQaCoAAFQVIz5EaiRAAFQo2KyKQgUFWgUXUDa%2FP19fZujPh89fvzKKXzRCO4RcCCwcMGCLdFqh06ceDoadnHPEYALddaJgCcCBIAnhaAbCLgQIABcqLNOBDwRIAA8KQTdQMCFAAHgQp11IuCJAAHgSSHoBgIuBAgAF%2BqsEwFPBAgATwpBNxBwIUAAuFBnnQh4IkAAeFIIuoGACwECwIU660TAEwECwJNC0A0EXAgQAC7UWScCnggQAJ4Ugm4g4EKAAHChzjoR8EQgqIuCxr%2BH7Yk%2F3UDAqQBHAE75WTkCbgUIALf%2BrB0BBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQCB4gf8D%2F7%2FfpuhL5NoAAAAASUVORK5CYII%3D%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-70_lock {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M35%2C4%20C26.475%2C4%2020%2C10.75%2020%2C19%20L20%2C26%20L26%2C26%20L26%2C19%20C26%2C14.0488285%2029.8837894%2C10%2035%2C10%20C40.1162105%2C10%2044%2C14.0488285%2044%2C19%20L44%2C26%20L50%2C26%20L50%2C19%20C50%2C10.75%2043.525%2C4%2035%2C4%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FB8C00%22%20d%3D%22M53.75%2C66%20L16.25%2C66%20C12.8137203%2C66%2010%2C63.2295677%2010%2C59.8461538%20L10%2C32.1538462%20C10%2C28.7704323%2012.8137203%2C26%2016.25%2C26%20L53.75%2C26%20C57.1862797%2C26%2060%2C28.7704323%2060%2C32.1538462%20L60%2C59.8461538%20C60%2C63.2295677%2057.1862797%2C66%2053.75%2C66%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23C76E00%22%20d%3D%22M40%2C46%20C40%2C48.7604167%2037.7604167%2C51%2035%2C51%20C32.2395833%2C51%2030%2C48.7604167%2030%2C46%20C30%2C43.2395833%2032.2395833%2C41%2035%2C41%20C37.7604167%2C41%2040%2C43.2395833%2040%2C46%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-70_main_bi {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2270px%22%20height%3D%2270px%22%20viewBox%3D%220%200%2070%2070%22%20style%3D%22enable-background%3Anew%200%200%2070%2070%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2300B4F0%3B%22%20d%3D%22M63%2C70H7c-3.9%2C0-7-3.1-7-7V7c0-3.9%2C3.1-7%2C7-7h56c3.9%2C0%2C7%2C3.1%2C7%2C7v56C70%2C66.9%2C66.9%2C70%2C63%2C70z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M34.1%2C48.4c-0.8%2C0-1.5-0.1-2.1-0.3s-1.1-0.3-1.4-0.5l0.8-2.4c0.3%2C0.2%2C0.6%2C0.3%2C1.1%2C0.4%0D%0A%09%09c0.5%2C0.1%2C1%2C0.2%2C1.6%2C0.3v-4.3c-0.4-0.2-0.9-0.4-1.3-0.7s-0.8-0.5-1.1-0.9s-0.6-0.7-0.8-1.2s-0.3-1-0.3-1.7c0-1.2%2C0.3-2.1%2C1-2.8%0D%0A%09%09c0.6-0.7%2C1.5-1.1%2C2.6-1.3v-1.9h2.2v1.8c0.6%2C0%2C1.2%2C0.1%2C1.6%2C0.3c0.5%2C0.1%2C0.9%2C0.3%2C1.3%2C0.4l-0.8%2C2.3c-0.2-0.1-0.5-0.2-0.9-0.3%0D%0A%09%09s-0.8-0.2-1.2-0.3v4c0.4%2C0.2%2C0.9%2C0.4%2C1.3%2C0.7c0.4%2C0.2%2C0.8%2C0.5%2C1.2%2C0.9c0.3%2C0.3%2C0.6%2C0.7%2C0.8%2C1.2c0.2%2C0.5%2C0.3%2C1%2C0.3%2C1.6%0D%0A%09%09c0%2C1.3-0.3%2C2.3-1%2C3c-0.7%2C0.7-1.5%2C1.2-2.7%2C1.4v2h-2.2V48.4z%20M33.3%2C37.1c0%2C0.4%2C0.2%2C0.8%2C0.5%2C1.1c0.3%2C0.3%2C0.7%2C0.5%2C1.2%2C0.8v-3.4%0D%0A%09%09c-0.7%2C0-1.1%2C0.2-1.4%2C0.5C33.4%2C36.2%2C33.3%2C36.6%2C33.3%2C37.1z%20M37.2%2C44.1c0-0.4-0.2-0.8-0.5-1.1s-0.8-0.5-1.3-0.8V46%0D%0A%09%09c0.6-0.1%2C1.1-0.3%2C1.4-0.6C37.1%2C45.1%2C37.2%2C44.7%2C37.2%2C44.1z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M40%2C24.1h-5h-5c0%2C0-15.1%2C12.1-15.1%2C22.2%0D%0A%09S35%2C56.4%2C35%2C56.4s20.2%2C0%2C20.2-10.1S40%2C24.1%2C40%2C24.1z%22%2F%3E%0D%0A%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M30%2C24.1l-4-6.1l0%2C0c4.9-3.7%2C11.5-4%2C16.7-0.9%0D%0A%09l1.4%2C0.9l-4%2C6.1H30z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-70_main_bp {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2270px%22%20height%3D%2270px%22%20viewBox%3D%220%200%2070%2070%22%20style%3D%22enable-background%3Anew%200%200%2070%2070%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2300B4F0%3B%22%20d%3D%22M63%2C70H7c-3.9%2C0-7-3.1-7-7V7c0-3.9%2C3.1-7%2C7-7h56c3.9%2C0%2C7%2C3.1%2C7%2C7v56C70%2C66.9%2C66.9%2C70%2C63%2C70z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M35%2C14c-21%2C0-16.1%2C16.7-13.4%2C21.5%0D%0A%09c4.3%2C7.7%2C6.3%2C9.5%2C6.3%2C9.5H35h7.1c0%2C0%2C2-1.8%2C6.3-9.5C51.1%2C30.7%2C56%2C14%2C35%2C14z%22%2F%3E%0D%0A%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M40.9%2C56H29.1c-1.1%2C0-2-0.9-2-2v-9h15.8v9%0D%0A%09C42.9%2C55.1%2C42%2C56%2C40.9%2C56z%22%2F%3E%0D%0A%3Cpolyline%20style%3D%22fill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%22%20points%3D%2227.6%2C31.9%2025.5%2C27.9%2044.5%2C27.9%2042.4%2C31.9%20%0D%0A%09%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-70_main_fr {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2270px%22%20height%3D%2270px%22%20viewBox%3D%220%200%2070%2070%22%20style%3D%22enable-background%3Anew%200%200%2070%2070%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2300B4F0%3B%22%20d%3D%22M63%2C70H7c-3.9%2C0-7-3.1-7-7V7c0-3.9%2C3.1-7%2C7-7h56c3.9%2C0%2C7%2C3.1%2C7%2C7v56C70%2C66.9%2C66.9%2C70%2C63%2C70z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M53.6%2C52H16.4c-2.4%2C0-4.4-1.9-4.4-4.4V26.4%0D%0A%09c0-2.4%2C1.9-4.4%2C4.4-4.4h37.3c2.4%2C0%2C4.4%2C1.9%2C4.4%2C4.4v21.3C58%2C50.1%2C56.1%2C52%2C53.6%2C52z%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%2231%22%20y%3D%2214%22%20style%3D%22fill%3A%2300B4F0%3B%22%20width%3D%228%22%20height%3D%2212%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M38%2C15v10h-6V15H38%20M40%2C13H30v14h10V13L40%2C13z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M23.3%2C35c0%2C0.2%2C0%2C0.4-0.1%2C0.6c-0.1%2C0.2-0.1%2C0.4-0.3%2C0.6c-0.1%2C0.2-0.3%2C0.3-0.5%2C0.4%0D%0A%09%09c-0.2%2C0.1-0.4%2C0.2-0.7%2C0.3V37c0.2%2C0%2C0.5%2C0.1%2C0.7%2C0.2c0.2%2C0.1%2C0.4%2C0.2%2C0.6%2C0.4c0.2%2C0.2%2C0.3%2C0.4%2C0.4%2C0.6s0.1%2C0.5%2C0.1%2C0.8%0D%0A%09%09c0%2C0.4-0.1%2C0.8-0.3%2C1.1c-0.2%2C0.3-0.4%2C0.6-0.7%2C0.8s-0.6%2C0.3-1%2C0.4c-0.4%2C0.1-0.8%2C0.1-1.2%2C0.1c-0.1%2C0-0.3%2C0-0.5%2C0c-0.2%2C0-0.4%2C0-0.7%2C0%0D%0A%09%09s-0.5%2C0-0.7-0.1c-0.2%2C0-0.5-0.1-0.7-0.1v-8.1c0.1%2C0%2C0.3%2C0%2C0.5-0.1c0.2%2C0%2C0.4%2C0%2C0.6-0.1c0.2%2C0%2C0.4%2C0%2C0.7%2C0c0.2%2C0%2C0.5%2C0%2C0.7%2C0%0D%0A%09%09c0.4%2C0%2C0.8%2C0%2C1.1%2C0.1c0.4%2C0.1%2C0.7%2C0.2%2C1%2C0.3c0.3%2C0.1%2C0.5%2C0.4%2C0.7%2C0.6C23.2%2C34.3%2C23.3%2C34.6%2C23.3%2C35z%20M19.8%2C36.6c0.1%2C0%2C0.2%2C0%2C0.4%2C0%0D%0A%09%09c0.1%2C0%2C0.3%2C0%2C0.4%2C0c0.3-0.1%2C0.6-0.2%2C0.8-0.4c0.2-0.2%2C0.3-0.4%2C0.3-0.7c0-0.2%2C0-0.4-0.1-0.5c-0.1-0.1-0.2-0.2-0.3-0.3%0D%0A%09%09c-0.1-0.1-0.3-0.1-0.4-0.2c-0.2%2C0-0.3%2C0-0.5%2C0c-0.2%2C0-0.4%2C0-0.6%2C0c-0.2%2C0-0.3%2C0-0.4%2C0v2.2H19.8z%20M20.3%2C40.1c0.2%2C0%2C0.4%2C0%2C0.6-0.1%0D%0A%09%09c0.2%2C0%2C0.3-0.1%2C0.5-0.2c0.1-0.1%2C0.3-0.2%2C0.3-0.4c0.1-0.1%2C0.1-0.3%2C0.1-0.5c0-0.3-0.1-0.5-0.2-0.6c-0.1-0.1-0.2-0.3-0.4-0.3%0D%0A%09%09c-0.2-0.1-0.3-0.1-0.5-0.2c-0.2%2C0-0.4%2C0-0.6%2C0h-0.8V40c0%2C0%2C0.1%2C0%2C0.2%2C0s0.2%2C0%2C0.3%2C0c0.1%2C0%2C0.2%2C0%2C0.3%2C0%0D%0A%09%09C20.2%2C40.1%2C20.3%2C40.1%2C20.3%2C40.1z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M24.7%2C33.2c0.2%2C0%2C0.4-0.1%2C0.6-0.1c0.2%2C0%2C0.4%2C0%2C0.6-0.1c0.2%2C0%2C0.4%2C0%2C0.6%2C0c0.2%2C0%2C0.4%2C0%2C0.5%2C0%0D%0A%09%09c0.4%2C0%2C0.8%2C0%2C1.1%2C0.1c0.4%2C0.1%2C0.7%2C0.2%2C1%2C0.4c0.3%2C0.2%2C0.5%2C0.4%2C0.7%2C0.7s0.3%2C0.7%2C0.3%2C1.1c0%2C0.7-0.2%2C1.2-0.5%2C1.6%0D%0A%09%09c-0.3%2C0.4-0.7%2C0.7-1.3%2C0.9l0.6%2C0.4l1.9%2C3.1H29l-1.9-3.2L26.3%2C38v3.4h-1.6V33.2z%20M27.2%2C34.4c-0.2%2C0-0.3%2C0-0.5%2C0c-0.2%2C0-0.3%2C0-0.4%2C0%0D%0A%09%09v2.4H27c0.4%2C0%2C0.8-0.1%2C1.1-0.3c0.3-0.2%2C0.4-0.5%2C0.4-1c0-0.4-0.1-0.6-0.3-0.8C27.9%2C34.5%2C27.6%2C34.4%2C27.2%2C34.4z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M35.4%2C39.5h-2.5l-0.6%2C1.8h-1.6l3-8.3h1.2l3%2C8.3h-1.7L35.4%2C39.5z%20M33.3%2C38.2h1.8l-0.6-1.8l-0.2-1.3%0D%0A%09%09h-0.1l-0.2%2C1.3L33.3%2C38.2z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M40.5%2C37.1l-0.6-1.3h-0.1l0.2%2C1.3v4.3h-1.5V33h1.2l3.1%2C4.4l0.6%2C1.3h0.1l-0.2-1.3v-4.3h1.5v8.3h-1.2%0D%0A%09%09L40.5%2C37.1z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M46.2%2C33.1c0.2%2C0%2C0.4%2C0%2C0.6-0.1c0.2%2C0%2C0.4%2C0%2C0.6%2C0c0.2%2C0%2C0.4%2C0%2C0.6%2C0c0.2%2C0%2C0.4%2C0%2C0.6%2C0%0D%0A%09%09c0.7%2C0%2C1.4%2C0.1%2C1.9%2C0.3s0.9%2C0.5%2C1.3%2C0.9s0.6%2C0.8%2C0.7%2C1.3c0.1%2C0.5%2C0.2%2C1.1%2C0.2%2C1.7c0%2C0.6-0.1%2C1.1-0.2%2C1.6c-0.1%2C0.5-0.4%2C1-0.7%2C1.4%0D%0A%09%09c-0.3%2C0.4-0.8%2C0.7-1.3%2C1c-0.5%2C0.2-1.2%2C0.4-2%2C0.4c-0.1%2C0-0.3%2C0-0.5%2C0s-0.4%2C0-0.6%2C0c-0.2%2C0-0.4%2C0-0.6%2C0c-0.2%2C0-0.4%2C0-0.5%2C0V33.1z%0D%0A%09%09%20M48.8%2C34.4c-0.2%2C0-0.3%2C0-0.5%2C0s-0.3%2C0-0.4%2C0V40c0%2C0%2C0.1%2C0%2C0.2%2C0s0.2%2C0%2C0.2%2C0s0.2%2C0%2C0.2%2C0s0.1%2C0%2C0.2%2C0c0.5%2C0%2C0.8-0.1%2C1.1-0.2%0D%0A%09%09c0.3-0.2%2C0.5-0.4%2C0.7-0.6s0.3-0.6%2C0.4-0.9c0.1-0.3%2C0.1-0.7%2C0.1-1.1c0-0.3%2C0-0.6-0.1-1c-0.1-0.3-0.2-0.6-0.3-0.9%0D%0A%09%09c-0.2-0.3-0.4-0.5-0.7-0.6C49.6%2C34.5%2C49.2%2C34.4%2C48.8%2C34.4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-70_main_gb {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2270px%22%20height%3D%2270px%22%20viewBox%3D%220%200%2070%2070%22%20style%3D%22enable-background%3Anew%200%200%2070%2070%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2300B4F0%3B%22%20d%3D%22M63%2C70H7c-3.9%2C0-7-3.1-7-7V7c0-3.9%2C3.1-7%2C7-7h56c3.9%2C0%2C7%2C3.1%2C7%2C7v56C70%2C66.9%2C66.9%2C70%2C63%2C70z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M45%2C21.9H25V16c0-2.2%2C1.8-4%2C4-4h12c2.2%2C0%2C4%2C1.8%2C4%2C4%0D%0A%09V21.9z%22%2F%3E%0D%0A%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M55.5%2C55h-41c-1.4%2C0-2.5-1.1-2.5-2.5v-28%0D%0A%09c0-1.4%2C1.1-2.5%2C2.5-2.5h41c1.4%2C0%2C2.5%2C1.1%2C2.5%2C2.5v28C58%2C53.9%2C56.9%2C55%2C55.5%2C55z%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M55.4%2C23c0.9%2C0%2C1.6%2C0.7%2C1.6%2C1.6v9.8l-7.6%2C2.2c-4.7%2C1.3-9.5%2C2-14.4%2C2s-9.7-0.7-14.4-2L13%2C34.4v-9.8%0D%0A%09%09c0-0.9%2C0.7-1.6%2C1.6-1.6H55.4%20M55.4%2C21H14.6c-2%2C0-3.6%2C1.6-3.6%2C3.6v11.3l9%2C2.6c4.9%2C1.4%2C9.9%2C2.1%2C15%2C2.1s10.1-0.7%2C15-2.1l9-2.6V24.6%0D%0A%09%09C59%2C22.6%2C57.4%2C21%2C55.4%2C21L55.4%2C21z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%2232%22%20y%3D%2236%22%20style%3D%22fill%3A%2300B4F0%3B%22%20width%3D%226%22%20height%3D%227.2%22%2F%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M37%2C37v5.2h-4V37H37%20M39%2C35h-8v9.2h8V35L39%2C35z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-70_main_invest {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2270px%22%20height%3D%2270px%22%20viewBox%3D%220%200%2070%2070%22%20style%3D%22enable-background%3Anew%200%200%2070%2070%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2300B4F0%3B%22%20d%3D%22M63%2C70H7c-3.9%2C0-7-3.1-7-7V7c0-3.9%2C3.1-7%2C7-7h56c3.9%2C0%2C7%2C3.1%2C7%2C7v56C70%2C66.9%2C66.9%2C70%2C63%2C70z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M23.6%2C50.7V40.3l3.5-3.5l2.8-4.1%0D%0A%09c1.6-2.4%2C3.8-4.4%2C6.4-5.7l0%2C0c3.1-1.6%2C6.5-2.4%2C10-2.4h5.5c1.3%2C0%2C2.5%2C0.9%2C2.9%2C2.1l2.8%2C8.3h1.6c1.1%2C0%2C1.9%2C0.9%2C1.9%2C1.9v11.7%0D%0A%09c0%2C0.7-0.4%2C1.3-1.1%2C1.6l0%2C0c-2.2%2C0.9-4.5%2C1.3-6.8%2C1.3H25.4L23.6%2C50.7z%22%2F%3E%0D%0A%3Ccircle%20style%3D%22fill%3A%2300B4F0%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%22%20cx%3D%2228.9%22%20cy%3D%2250.7%22%20r%3D%224.3%22%2F%3E%0D%0A%3Ccircle%20style%3D%22fill%3A%2300B4F0%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%22%20cx%3D%2250.6%22%20cy%3D%2250.7%22%20r%3D%224.3%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M48.4%2C29.2c0.5%2C0%2C1%2C0.3%2C1.2%2C0.8l1.9%2C4.2c0.3%2C0.7%2C0.4%2C1.5%2C0.3%2C2.3l-0.3%2C1.7c0%2C0.1-0.1%2C0.2-0.2%2C0.2%0D%0A%09%09l-7.8%2C0.7L42%2C39.3l-0.3%2C1.4l-1.4%2C5.4h-3.2c-0.7%2C0-1.4-0.4-1.7-1l-2.1-3.4c-0.5-0.8-0.7-1.6-0.7-2.6v-0.7c0-0.6%2C0.2-1.2%2C0.6-1.7%0D%0A%09%09c1.5-1.9%2C3.3-3.6%2C5.2-5c2.1-1.6%2C4.8-2.5%2C7.4-2.5H48.4%20M48.4%2C27.2h-2.6c-3.1%2C0-6.1%2C1-8.6%2C2.9v0c-2.1%2C1.6-3.9%2C3.4-5.6%2C5.4%0D%0A%09%09c-0.7%2C0.8-1%2C1.9-1%2C3v0.7c0%2C1.3%2C0.4%2C2.5%2C1%2C3.6l2.1%2C3.4c0.7%2C1.2%2C2%2C1.9%2C3.4%2C1.9h4.7l1.7-7l7.8-0.7c1-0.1%2C1.9-0.9%2C2-1.9l0.3-1.7%0D%0A%09%09c0.2-1.2%2C0-2.4-0.4-3.4l-1.9-4.2C50.9%2C28%2C49.7%2C27.2%2C48.4%2C27.2L48.4%2C27.2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cline%20style%3D%22fill%3A%2300B4F0%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%22%20x1%3D%2222.9%22%20y1%3D%2250.2%22%20x2%3D%2222.9%22%20y2%3D%2216%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M23.6%2C48.1v2.6L8%2C48.1H23.6%20M25.6%2C46.1h-2H8l-0.3%2C4l15.6%2C2.6l2.3%2C0.4v-2.4v-2.6V46.1L25.6%2C46.1z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M22%2C34v12.1H10V34H22%20M24%2C32H8v16.1h16V32L24%2C32z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-70_main_kn {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2270px%22%20height%3D%2270px%22%20viewBox%3D%220%200%2070%2070%22%20style%3D%22enable-background%3Anew%200%200%2070%2070%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2300B4F0%3B%22%20d%3D%22M63%2C70H7c-3.9%2C0-7-3.1-7-7V7c0-3.9%2C3.1-7%2C7-7h56c3.9%2C0%2C7%2C3.1%2C7%2C7v56C70%2C66.9%2C66.9%2C70%2C63%2C70z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%2216%22%20y%3D%2217%22%20style%3D%22fill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%22%20width%3D%2238%22%20height%3D%2236%22%2F%3E%0D%0A%3Crect%20x%3D%2220.9%22%20y%3D%2232%22%20style%3D%22fill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%22%20width%3D%2215.1%22%20height%3D%2214%22%2F%3E%0D%0A%3Crect%20x%3D%2239.9%22%20y%3D%2232%22%20style%3D%22fill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%22%20width%3D%229.1%22%20height%3D%2221%22%2F%3E%0D%0A%3Crect%20x%3D%2216%22%20y%3D%2226%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%2237.8%22%20height%3D%222%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-70_yellow_attention {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFBE0A%22%20d%3D%22M30.9915627%2C65.3153435%20L5.6846555%2C40.0084366%20C3.43844817%2C37.7567376%203.43844817%2C34.2418895%205.6846555%2C31.9956821%20L30.9915627%2C6.68877524%20C33.2432616%2C4.43707492%2036.7581099%2C4.43707492%2039.0043186%2C6.68877524%20L64.3112258%2C31.9956821%20C66.5629247%2C34.2418895%2066.5629247%2C37.7567376%2064.3112258%2C40.0084366%20L39.0043186%2C65.3153435%20C36.7581099%2C67.5615522%2033.1004716%2C67.5615522%2030.9915627%2C65.3153435%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20d%3D%22M31%2C48%20C31%2C47.4770802%2031.1562496%2C46.9609511%2031.3187488%2C46.4380295%20C31.475%2C45.9151097%2031.8%2C45.5687595%2032.1187488%2C45.222411%20C32.4374992%2C44.86927%2032.9187488%2C44.5229198%2033.4%2C44.353141%20C33.875%2C44.1765696%2034.3562496%2C44%2035%2C44%20C35.6374992%2C44%2036.1187488%2C44.1765696%2036.6%2C44.353141%20C37.075%2C44.5229198%2037.5562496%2C44.86927%2037.875%2C45.222411%20C38.2%2C45.5687595%2038.5187488%2C45.9151097%2038.675%2C46.4380295%20C38.8374992%2C46.9609511%2039%2C47.4770802%2039%2C48%20C39%2C48.5229198%2038.8374992%2C49.0458397%2038.675%2C49.5687612%20C38.5187488%2C50.0848903%2038.2%2C50.4380313%2037.875%2C50.7843797%20C37.5562496%2C51.13073%2037.075%2C51.4770802%2036.6%2C51.6536498%20C36.1187488%2C51.8234304%2035.6374992%2C52%2035%2C52%20C34.3562496%2C52%2033.875%2C51.8234304%2033.4%2C51.6536498%20C32.9187488%2C51.4770802%2032.6%2C51.13073%2032.1187488%2C50.7843797%20C31.8%2C50.4380313%2031.475%2C50.0848903%2031.3187488%2C49.5687612%20C31.1562496%2C49.0458397%2031%2C48.6994912%2031%2C48%20Z%20M38%2C41.2794751%20L32.1367184%2C41.2794751%20L32.1367184%2C20%20L38%2C20%20L38%2C41.2794751%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-72_bi {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2272%22%20height%3D%2272%22%20viewBox%3D%220%200%2072%2072%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M66%2034C66%2050.5685%2052.5685%2064%2036%2064C19.4315%2064%206%2050.5685%206%2034C6%2017.4315%2019.4315%204%2036%204C52.5685%204%2066%2017.4315%2066%2034Z%22%20fill%3D%22%23FFF59D%22%2F%3E%0D%0A%3Cpath%20d%3D%22M22.4825%2047.2083C18.9465%2044.0972%2036.0046%2044%2036.0046%2044V58H26.0061C26.0061%2058%2026.0186%2050.3194%2022.4825%2047.2083Z%22%20fill%3D%22%23FBC02D%22%2F%3E%0D%0A%3Cpath%20d%3D%22M49.5175%2047.2083C53.0535%2044.0972%2035.9954%2044%2035.9954%2044V58H45.9939C45.9939%2058%2045.9814%2050.3194%2049.5175%2047.2083Z%22%20fill%3D%22%23FBC02D%22%2F%3E%0D%0A%3Cpath%20d%3D%22M55%2034C55%2044.4934%2046.4934%2053%2036%2053C25.5066%2053%2017%2044.4934%2017%2034C17%2023.5066%2025.5066%2015%2036%2015C46.4934%2015%2055%2023.5066%2055%2034Z%22%20fill%3D%22%23FBC02D%22%2F%3E%0D%0A%3Cpath%20d%3D%22M38.7012%2048.1984C38.7012%2044.3735%2040.0557%2040.6723%2042.5245%2037.751L43.5249%2036.5673C44.0811%2035.8685%2043.9708%2034.9038%2043.3077%2034.3768C42.5698%2033.7903%2041.4989%2033.8985%2040.8931%2034.6207L40.3825%2035.2293C40.1681%2035.4849%2039.9317%2035.7213%2039.6761%2035.9357C37.2554%2037.9663%2033.6467%2037.6501%2031.6161%2035.2293L31.1055%2034.6207C30.4997%2033.8985%2029.4288%2033.7903%2028.6909%2034.3768C28.0082%2034.9528%2027.927%2035.9204%2028.4737%2036.5673L29.474%2037.751C31.9429%2040.6723%2033.2974%2044.3735%2033.2974%2048.1984V58.0001H38.7012V48.1984ZM29.2974%2048.1984C29.2974%2045.3188%2028.2776%2042.5322%2026.4189%2040.3329L25.4186%2039.1492C23.4459%2036.815%2023.739%2033.3236%2026.0732%2031.351C26.1371%2031.2975%2026.1371%2031.2975%2026.2021%2031.2453C28.6373%2029.31%2032.171%2029.6668%2034.1701%2032.05L34.6806%2032.6586C35.2915%2033.3869%2036.3772%2033.482%2037.1054%2032.8711C37.1823%2032.8066%2037.2534%2032.7355%2037.318%2032.6586L37.8285%2032.05C39.8276%2029.6668%2043.3613%2029.31%2045.7965%2031.2453C48.189%2033.1468%2048.5871%2036.6277%2046.6857%2039.0203C46.6335%2039.0853%2046.6335%2039.0853%2046.58%2039.1492L45.5797%2040.3329C43.7209%2042.5322%2042.7012%2045.3188%2042.7012%2048.1984V62.0001H29.2974V48.1984Z%22%20fill%3D%22%23FFF59D%22%2F%3E%0D%0A%3Cpath%20d%3D%22M32%2065C32%2063.8954%2032.8954%2063%2034%2063H38C39.1046%2063%2040%2063.8954%2040%2065C40%2066.1046%2039.1046%2067%2038%2067H34C32.8954%2067%2032%2066.1046%2032%2065Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M27%2063.5C27%2062.6716%2027.6716%2062%2028.5%2062H43.5C44.3284%2062%2045%2062.6716%2045%2063.5C45%2064.3284%2044.3284%2065%2043.5%2065H28.5C27.6716%2065%2027%2064.3284%2027%2063.5Z%22%20fill%3D%22%239FA8DA%22%2F%3E%0D%0A%3Cpath%20d%3D%22M26%2060.5C26%2059.6716%2026.6716%2059%2027.5%2059H44.5C45.3284%2059%2046%2059.6716%2046%2060.5C46%2061.3284%2045.3284%2062%2044.5%2062H27.5C26.6716%2062%2026%2061.3284%2026%2060.5Z%22%20fill%3D%22%237184E3%22%2F%3E%0D%0A%3Cpath%20d%3D%22M25%2057.5C25%2056.6716%2025.6716%2056%2026.5%2056H45.5C46.3284%2056%2047%2056.6716%2047%2057.5C47%2058.3284%2046.3284%2059%2045.5%2059H26.5C25.6716%2059%2025%2058.3284%2025%2057.5Z%22%20fill%3D%22%235C6CC0%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 72px;
  height: 72px;
}

.icon-72_fr {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2272%22%20height%3D%2272%22%20viewBox%3D%220%200%2072%2072%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M31%2011C29.8954%2011%2029%2011.8954%2029%2013V17C29%2018.1046%2029.8954%2019%2031%2019H41C42.1046%2019%2043%2018.1046%2043%2017V13C43%2011.8954%2042.1046%2011%2041%2011H31ZM31%207H41C44.3137%207%2047%209.68629%2047%2013V17C47%2020.3137%2044.3137%2023%2041%2023H31C27.6863%2023%2025%2020.3137%2025%2017V13C25%209.68629%2027.6863%207%2031%207Z%22%20fill%3D%22%23424242%22%2F%3E%0D%0A%3Cpath%20d%3D%22M5%2023C5%2018.5817%208.58172%2015%2013%2015H59C63.4183%2015%2067%2018.5817%2067%2023V57C67%2061.4183%2063.4183%2065%2059%2065H13C8.58172%2065%205%2061.4183%205%2057V23Z%22%20fill%3D%22%23E65100%22%2F%3E%0D%0A%3Cpath%20d%3D%22M5%2023C5%2018.5817%208.58172%2015%2013%2015H59C63.4183%2015%2067%2018.5817%2067%2023V34C67%2038.4183%2063.4183%2042%2059%2042H13C8.58172%2042%205%2038.4183%205%2034V23Z%22%20fill%3D%22%23FF6E40%22%2F%3E%0D%0A%3Cpath%20d%3D%22M31%2035C31%2033.3432%2032.3432%2032%2034%2032H38C39.6568%2032%2041%2033.3432%2041%2035C41%2036.6568%2039.6568%2038%2038%2038H34C32.3432%2038%2031%2036.6568%2031%2035Z%22%20fill%3D%22%23FFF3E0%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 72px;
  height: 72px;
}

.icon-72_gb {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2272%22%20height%3D%2272%22%20viewBox%3D%220%200%2072%2072%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M33%2057H39V50H33V57Z%22%20fill%3D%22%238D95C2%22%2F%3E%0D%0A%3Cpath%20d%3D%22M41%2062C41%2064.7614%2038.7614%2067%2036%2067C33.2386%2067%2031%2064.7614%2031%2062C31%2059.2386%2033.2386%2057%2036%2057C38.7614%2057%2041%2059.2386%2041%2062Z%22%20fill%3D%22%238D95C2%22%2F%3E%0D%0A%3Cpath%20d%3D%22M50%2056H22C20.3431%2056%2019%2057.3431%2019%2059C19%2060.6569%2020.3431%2062%2022%2062H50C51.6569%2062%2053%2060.6569%2053%2059C53%2057.3431%2051.6569%2056%2050%2056Z%22%20fill%3D%22%23E3E5F3%22%2F%3E%0D%0A%3Cpath%20d%3D%22M55%2062C55%2064.7614%2052.7614%2067%2050%2067C47.2386%2067%2045%2064.7614%2045%2062C45%2059.2386%2047.2386%2057%2050%2057C52.7614%2057%2055%2059.2386%2055%2062ZM27%2062C27%2064.7614%2024.7614%2067%2022%2067C19.2386%2067%2017%2064.7614%2017%2062C17%2059.2386%2019.2386%2057%2022%2057C24.7614%2057%2027%2059.2386%2027%2062Z%22%20fill%3D%22%238D95C2%22%2F%3E%0D%0A%3Cpath%20d%3D%22M18.0768%2018.9137C17.9802%2018.5015%2017.9692%2018.0731%2018.0755%2017.6634C18.8016%2014.8652%2022.5568%203.6397%2036.0019%204.0089C49.3707%204.376%2053.1592%2014.9283%2053.9156%2017.6519C54.0318%2018.0704%2054.022%2018.5075%2053.9229%2018.9306L49.4868%2037.8658C48.6438%2041.4633%2045.5013%2044%2041.8875%2044H30.1162C26.5024%2044%2023.3599%2041.4633%2022.517%2037.8658L18.0768%2018.9137Z%22%20fill%3D%22%23D50000%22%2F%3E%0D%0A%3Cpath%20d%3D%22M49.4873%2037.8657C48.6444%2041.4632%2045.5019%2043.9999%2041.8881%2043.9999H30.1168C26.5029%2043.9999%2023.3604%2041.4632%2022.5176%2037.8657H49.4873Z%22%20fill%3D%22%23B71C1C%22%2F%3E%0D%0A%3Cpath%20d%3D%22M12.1355%2037.0285C11.5674%2034.8937%2012.8376%2032.7025%2014.9725%2032.1345C17.1073%2031.5665%2019.2985%2032.8366%2019.8665%2034.9715C21.1261%2039.7053%2025.412%2043%2030.3105%2043H41.6914C46.59%2043%2050.8759%2039.7053%2052.1355%2034.9715C52.7035%2032.8366%2054.8946%2031.5665%2057.0295%2032.1345C59.1644%2032.7025%2060.4345%2034.8937%2059.8665%2037.0285C57.6746%2045.2665%2050.216%2051%2041.6914%2051H30.3105C21.786%2051%2014.3274%2045.2665%2012.1355%2037.0285Z%22%20fill%3D%22%23FF5252%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 72px;
  height: 72px;
}

.icon-72_in {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2272%22%20height%3D%2272%22%20viewBox%3D%220%200%2072%2072%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M68%2036C68%2053.6731%2053.6731%2068%2036%2068C18.3269%2068%204%2053.6731%204%2036C4%2018.3269%2018.3269%204%2036%204C53.6731%204%2068%2018.3269%2068%2036Z%22%20fill%3D%22%23C9BA36%22%2F%3E%0D%0A%3Cpath%20d%3D%22M16.9318%2061.7008C9.08444%2055.8691%204%2046.5283%204%2036C4%2018.3269%2018.3269%204%2036%204C46.5205%204%2055.8552%209.07688%2061.6878%2016.9143C55%2024%2023%2055%2016.9318%2061.7008Z%22%20fill%3D%22%23DCCD4F%22%2F%3E%0D%0A%3Cpath%20d%3D%22M61%2036C61%2049.8071%2049.8071%2061%2036%2061C22.1929%2061%2011%2049.8071%2011%2036C11%2022.1929%2022.1929%2011%2036%2011C49.8071%2011%2061%2022.1929%2061%2036Z%22%20fill%3D%22%23E5D53E%22%2F%3E%0D%0A%3Cpath%20d%3D%22M27.5621%2059.5402C17.9068%2056.0789%2011%2046.846%2011%2036C11%2022.1929%2022.1929%2011%2036%2011C46.7721%2011%2055.9529%2017.813%2059.4686%2027.365C56%2031%2030%2057%2027.5621%2059.5402Z%22%20fill%3D%22%23F9EB6A%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M37%2024H43.2C44.5255%2024%2045.6%2025.0745%2045.6%2026.4C45.6%2027.7255%2044.5255%2028.8%2043.2%2028.8H37V33.6H40.8C44.7764%2033.6%2048%2036.8235%2048%2040.8C48%2044.7764%2044.7764%2048%2040.8%2048H37V52C37%2052.5523%2036.5523%2053%2036%2053C35.4477%2053%2035%2052.5523%2035%2052V48H28.8C27.4745%2048%2026.4%2046.9255%2026.4%2045.6C26.4%2044.2745%2027.4745%2043.2%2028.8%2043.2H35V38.4H31.2C27.2236%2038.4%2024%2035.1765%2024%2031.2C24%2027.2236%2027.2236%2024%2031.2%2024H35V20C35%2019.4477%2035.4477%2019%2036%2019C36.5523%2019%2037%2019.4477%2037%2020V24ZM37%2038.4V43.2H40.8C42.1255%2043.2%2043.2%2042.1255%2043.2%2040.8C43.2%2039.4745%2042.1255%2038.4%2040.8%2038.4H37ZM35%2033.6V28.8H31.2C29.8745%2028.8%2028.8%2029.8745%2028.8%2031.2C28.8%2032.5255%2029.8745%2033.6%2031.2%2033.6H35Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.46%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 72px;
  height: 72px;
}

.icon-72_kn {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2272%22%20height%3D%2272%22%20viewBox%3D%220%200%2072%2072%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M9.04883%2027H63.0488V58H9.04883V27Z%22%20fill%3D%22%23CFD8DC%22%2F%3E%0D%0A%3Cpath%20d%3D%22M9.04688%2058H63.0469V61C63.0469%2062.6569%2061.7037%2064%2060.0469%2064H12.0469C10.39%2064%209.04688%2062.6569%209.04688%2061V58Z%22%20fill%3D%22%23B0BEC5%22%2F%3E%0D%0A%3Cpath%20d%3D%22M17%2036H55V64H17V36Z%22%20fill%3D%22%23E3F2FD%22%2F%3E%0D%0A%3Cpath%20d%3D%22M19%2038H35V64H19V38Z%22%20fill%3D%22%2364B5F6%22%2F%3E%0D%0A%3Cpath%20d%3D%22M37%2038H53V64H37V38Z%22%20fill%3D%22%2364B5F6%22%2F%3E%0D%0A%3Cpath%20d%3D%22M19%2038H53L19%2054V38Z%22%20fill%3D%22%232196F3%22%2F%3E%0D%0A%3Cpath%20d%3D%22M35%2038H37V64H35V38Z%22%20fill%3D%22%231976D2%22%2F%3E%0D%0A%3Cpath%20d%3D%22M42%2053.5C42%2054.3284%2041.3284%2055%2040.5%2055C39.6716%2055%2039%2054.3284%2039%2053.5C39%2052.6716%2039.6716%2052%2040.5%2052C41.3284%2052%2042%2052.6716%2042%2053.5ZM33%2053.5C33%2054.3284%2032.3284%2055%2031.5%2055C30.6716%2055%2030%2054.3284%2030%2053.5C30%2052.6716%2030.6716%2052%2031.5%2052C32.3284%2052%2033%2052.6716%2033%2053.5Z%22%20fill%3D%22%231976D2%22%2F%3E%0D%0A%3Cpath%20d%3D%22M9%2011C9%209.34315%2010.3432%208%2012%208H60C61.6569%208%2063%209.34315%2063%2011V16H9V11Z%22%20fill%3D%22%23FF5722%22%2F%3E%0D%0A%3Cpath%20d%3D%22M9%2016H17L14%2028H5L9%2016Z%22%20fill%3D%22%23FFC107%22%2F%3E%0D%0A%3Cpath%20d%3D%22M14%2028C14%2030.4853%2011.9853%2032.5%209.5%2032.5C7.01472%2032.5%205%2030.4853%205%2028C6.875%2028%207.38972%2028%209.875%2028C12.3603%2028%2012.875%2028%2014%2028Z%22%20fill%3D%22%23FFA000%22%2F%3E%0D%0A%3Cpath%20d%3D%22M23%2028C23%2030.4853%2020.9853%2032.5%2018.5%2032.5C16.0147%2032.5%2014%2030.4853%2014%2028C15.875%2028%2016.3897%2028%2018.875%2028C21.3603%2028%2021.875%2028%2023%2028Z%22%20fill%3D%22%23D84315%22%2F%3E%0D%0A%3Cpath%20d%3D%22M32%2028C32%2030.4853%2029.9853%2032.5%2027.5%2032.5C25.0147%2032.5%2023%2030.4853%2023%2028C24.875%2028%2025.3897%2028%2027.875%2028C30.3603%2028%2030.875%2028%2032%2028Z%22%20fill%3D%22%23FFA000%22%2F%3E%0D%0A%3Cpath%20d%3D%22M40%2028C40%2030.4853%2038.2091%2032.5%2036%2032.5C33.7909%2032.5%2032%2030.4853%2032%2028C33.6667%2028%2034.1242%2028%2036.3333%2028C38.5425%2028%2039%2028%2040%2028Z%22%20fill%3D%22%23D84315%22%2F%3E%0D%0A%3Cpath%20d%3D%22M49%2028C49%2030.4853%2046.9853%2032.5%2044.5%2032.5C42.0147%2032.5%2040%2030.4853%2040%2028C41.875%2028%2042.3897%2028%2044.875%2028C47.3603%2028%2047.875%2028%2049%2028Z%22%20fill%3D%22%23FFA000%22%2F%3E%0D%0A%3Cpath%20d%3D%22M58%2028C58%2030.4853%2055.9853%2032.5%2053.5%2032.5C51.0147%2032.5%2049%2030.4853%2049%2028C50.875%2028%2051.3897%2028%2053.875%2028C56.3603%2028%2056.875%2028%2058%2028Z%22%20fill%3D%22%23D84315%22%2F%3E%0D%0A%3Cpath%20d%3D%22M67%2028C67%2030.4853%2064.9853%2032.5%2062.5%2032.5C60.0147%2032.5%2058%2030.4853%2058%2028C59.875%2028%2060.3897%2028%2062.875%2028C65.3603%2028%2065.875%2028%2067%2028Z%22%20fill%3D%22%23FFA000%22%2F%3E%0D%0A%3Cpath%20d%3D%22M17%2016H25L23%2028H14L17%2016Z%22%20fill%3D%22%23FF5722%22%2F%3E%0D%0A%3Cpath%20d%3D%22M25%2016H32V28H23L25%2016Z%22%20fill%3D%22%23FFC107%22%2F%3E%0D%0A%3Cpath%20d%3D%22M32%2016H40V28H32V16Z%22%20fill%3D%22%23FF5722%22%2F%3E%0D%0A%3Cpath%20d%3D%22M40%2016H47L49%2028H40V16Z%22%20fill%3D%22%23FFC107%22%2F%3E%0D%0A%3Cpath%20d%3D%22M47%2016H55L58%2028H49L47%2016Z%22%20fill%3D%22%23FF5722%22%2F%3E%0D%0A%3Cpath%20d%3D%22M55%2016H63L67%2028H58L55%2016Z%22%20fill%3D%22%23FFC107%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 72px;
  height: 72px;
}

.icon-72_op {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2272%22%20height%3D%2272%22%20viewBox%3D%220%200%2072%2072%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M8%2020H52V64H8V20Z%22%20fill%3D%22%23FF9800%22%2F%3E%0D%0A%3Cpath%20d%3D%22M25%2020H34V28H25V20Z%22%20fill%3D%22%23FFB74D%22%2F%3E%0D%0A%3Cpath%20d%3D%22M52%2020L64%207V51L52%2064V20Z%22%20fill%3D%22%23F57C00%22%2F%3E%0D%0A%3Cpath%20d%3D%22M52%2020L64%207H20L8%2020H52Z%22%20fill%3D%22%23FFCC80%22%2F%3E%0D%0A%3Cpath%20d%3D%22M37%207H46L34%2020H25L37%207Z%22%20fill%3D%22%23FFE0B2%22%2F%3E%0D%0A%3Cpath%20d%3D%22M22%2029.5C22%2028.1193%2023.1193%2027%2024.5%2027H34.5C35.8807%2027%2037%2028.1193%2037%2029.5C37%2030.8807%2035.8807%2032%2034.5%2032H24.5C23.1193%2032%2022%2030.8807%2022%2029.5Z%22%20fill%3D%22%23AB5600%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 72px;
  height: 72px;
}

.icon-72_qa {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2272%22%20height%3D%2272%22%20viewBox%3D%220%200%2072%2072%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M70%2053.3186C70%2053.3186%2065.5703%2045.5767%2054%2045.5767C42.4297%2045.5767%2038%2053.3186%2038%2053.3186V59.125H70V53.3186Z%22%20fill%3D%22%23455A64%22%2F%3E%0D%0A%3Cpath%20d%3D%22M34%2044.2095C34%2044.2095%2034%2051.9514%2026%2051.9514C18%2051.9514%2018%2044.2095%2018%2044.2095%22%20fill%3D%22%23FF9800%22%2F%3E%0D%0A%3Cpath%20d%3D%22M50%2057.6368C50%2057.6368%2043.3594%2042.2739%2026%2042.2739C8.64063%2042.2739%202%2057.6368%202%2057.6368V65.4997H50V57.6368Z%22%20fill%3D%22%23607D8B%22%2F%3E%0D%0A%3Cpath%20d%3D%22M42%2027.7582C42%2029.361%2040.6563%2030.6614%2039%2030.6614C37.3438%2030.6614%2036%2029.361%2036%2027.7582C36%2026.1554%2037.3438%2024.855%2039%2024.855C40.6563%2024.855%2042%2026.1554%2042%2027.7582Z%22%20fill%3D%22%23FFA726%22%2F%3E%0D%0A%3Cpath%20d%3D%22M16%2027.7582C16%2029.361%2014.6563%2030.6614%2013%2030.6614C11.3438%2030.6614%2010%2029.361%2010%2027.7582C10%2026.1554%2011.3438%2024.855%2013%2024.855C14.6563%2024.855%2016%2026.1554%2016%2027.7582Z%22%20fill%3D%22%23FFA726%22%2F%3E%0D%0A%3Cpath%20d%3D%22M57.9987%2039.77H49.9987V45.5765C49.9987%2045.5765%2049.7565%2049.4474%2053.9206%2049.4474C58.0847%2049.4474%2057.9987%2045.5765%2057.9987%2045.5765V39.77Z%22%20fill%3D%22%23FF9800%22%2F%3E%0D%0A%3Cpath%20d%3D%22M26%2051.9516C18%2051.9516%2018%2044.2097%2018%2044.2097V36.4678H34V44.2097C34%2044.2097%2034%2051.9516%2026%2051.9516Z%22%20fill%3D%22%23FF9800%22%2F%3E%0D%0A%3Cpath%20d%3D%22M54%2043.6409C48.4844%2043.6409%2044%2039.3012%2044%2033.9635C44%2028.6258%2048.4844%2024.2861%2054%2024.2861C59.5156%2024.2861%2064%2028.6258%2064%2033.9635C64%2039.3012%2059.5156%2043.6409%2054%2043.6409Z%22%20fill%3D%22%23FFB74D%22%2F%3E%0D%0A%3Cpath%20d%3D%22M40%2020.364C40%208.98555%2012%2012.9548%2012%2020.364V28.862C12%2036.2637%2018.2656%2042.2743%2026%2042.2743C33.7344%2042.2743%2040%2036.2637%2040%2028.862V20.364Z%22%20fill%3D%22%23FFB74D%22%2F%3E%0D%0A%3Cpath%20d%3D%22M53.5625%2020.4155C48.6875%2020.8389%2044%2024.1504%2044%2031.2043V33.9639L46%2035.8993V30.0929L58.6172%2025.8364L62%2030.0929V35.8993L64%2033.9639V31.6353C64%2026.9629%2063.7266%2023.5002%2058%2022.351L57.0313%2020.4155H53.5625Z%22%20fill%3D%22%23424242%22%2F%3E%0D%0A%3Cpath%20d%3D%22M26%205.5C16.2813%205.5%2010%2013.8467%2010%2021.3165V24.8548L14%2028.7257V20.9838L32.3985%2015.1774L38%2020.9838V28.7257L42%2024.8548V23.2898C42%2017.0599%2040.3438%2010.1194%2032.3985%208.59223L30.7969%205.5H26Z%22%20fill%3D%22%23424242%22%2F%3E%0D%0A%3Cpath%20d%3D%22M30%2026.7905C30%2027.8565%2030.8984%2028.7259%2032%2028.7259C33.1016%2028.7259%2034%2027.8565%2034%2026.7905C34%2025.7244%2033.1016%2024.855%2032%2024.855C30.8984%2024.855%2030%2025.7244%2030%2026.7905Z%22%20fill%3D%22%23784719%22%2F%3E%0D%0A%3Cpath%20d%3D%22M18%2026.7905C18%2027.8565%2018.8984%2028.7259%2020%2028.7259C21.1016%2028.7259%2022%2027.8565%2022%2026.7905C22%2025.7244%2021.1016%2024.855%2020%2024.855C18.8984%2024.855%2018%2025.7244%2018%2026.7905Z%22%20fill%3D%22%23784719%22%2F%3E%0D%0A%3Cpath%20d%3D%22M56.75%2034.5C56.75%2035.1885%2057.3115%2035.75%2058%2035.75C58.6885%2035.75%2059.25%2035.1885%2059.25%2034.5C59.25%2033.8115%2058.6885%2033.25%2058%2033.25C57.3115%2033.25%2056.75%2033.8115%2056.75%2034.5Z%22%20fill%3D%22%23784719%22%2F%3E%0D%0A%3Cpath%20d%3D%22M48.75%2034.5C48.75%2035.1885%2049.3115%2035.75%2050%2035.75C50.6885%2035.75%2051.25%2035.1885%2051.25%2034.5C51.25%2033.8115%2050.6885%2033.25%2050%2033.25C49.3115%2033.25%2048.75%2033.8115%2048.75%2034.5Z%22%20fill%3D%22%23784719%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 72px;
  height: 72px;
}

.icon-72_site {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2272%22%20height%3D%2272%22%20viewBox%3D%220%200%2072%2072%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M0%2060H72V63H0V60Z%22%20fill%3D%22%23B0BEC5%22%2F%3E%0D%0A%3Cpath%20d%3D%22M0%2060H72L63%2045H9L0%2060Z%22%20fill%3D%22%23CFD8DC%22%2F%3E%0D%0A%3Cpath%20d%3D%22M7%2057H65L60%2048H12L7%2057Z%22%20fill%3D%22%23C4C4C4%22%2F%3E%0D%0A%3Cpath%20d%3D%22M24%2060H48L47%2057H25L24%2060Z%22%20fill%3D%22%2390A4AE%22%2F%3E%0D%0A%3Cpath%20d%3D%22M7%2057H65L60%2048H12L7%2057Z%22%20fill%3D%22%23546E7A%22%2F%3E%0D%0A%3Cpath%20d%3D%22M9%2011C9%209.89543%209.89543%209%2011%209H61C62.1046%209%2063%209.89543%2063%2011V45H9V11Z%22%20fill%3D%22%23455A64%22%2F%3E%0D%0A%3Crect%20x%3D%2212%22%20y%3D%2212%22%20width%3D%2248%22%20height%3D%2230%22%20fill%3D%22%23BBDEFB%22%2F%3E%0D%0A%3Crect%20x%3D%2247%22%20y%3D%2215%22%20width%3D%2210%22%20height%3D%227%22%20fill%3D%22%234E7DA4%22%2F%3E%0D%0A%3Crect%20x%3D%2215%22%20y%3D%2221%22%20width%3D%2227%22%20height%3D%223%22%20fill%3D%22%2381ADD2%22%2F%3E%0D%0A%3Crect%20x%3D%2215%22%20y%3D%2236%22%20width%3D%2227%22%20height%3D%223%22%20fill%3D%22%2381ADD2%22%2F%3E%0D%0A%3Crect%20x%3D%2215%22%20y%3D%2215%22%20width%3D%2230%22%20height%3D%224%22%20fill%3D%22%234E7DA4%22%2F%3E%0D%0A%3Crect%20x%3D%2247%22%20y%3D%2224%22%20width%3D%2210%22%20height%3D%2215%22%20fill%3D%22%2381ADD2%22%2F%3E%0D%0A%3Crect%20x%3D%2215%22%20y%3D%2226%22%20width%3D%2230%22%20height%3D%223%22%20fill%3D%22%2381ADD2%22%2F%3E%0D%0A%3Crect%20x%3D%2215%22%20y%3D%2231%22%20width%3D%2216%22%20height%3D%223%22%20fill%3D%22%2381ADD2%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 72px;
  height: 72px;
}

.icon-72_za {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2272%22%20height%3D%2272%22%20viewBox%3D%220%200%2072%2072%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M17%206C13.6835%206%2011%208.6835%2011%2012V60C11%2063.3165%2013.6835%2066%2017%2066H55C58.3165%2066%2061%2063.3165%2061%2060V26L41%206H17Z%22%20fill%3D%22%23B5E2F7%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18%2017C18%2015.8954%2018.8954%2015%2020%2015H34C35.1045%2015%2036%2015.8954%2036%2017C36%2018.1046%2035.1045%2019%2034%2019H20C18.8954%2019%2018%2018.1046%2018%2017ZM18%2024C18%2022.8954%2018.8954%2022%2020%2022H34C35.1045%2022%2036%2022.8954%2036%2024C36%2025.1046%2035.1045%2026%2034%2026H20C18.8954%2026%2018%2025.1046%2018%2024ZM18%2031C18%2029.8954%2018.8954%2029%2020%2029H52C53.1045%2029%2054%2029.8954%2054%2031C54%2032.1046%2053.1045%2033%2052%2033H20C18.8954%2033%2018%2032.1046%2018%2031ZM18%2038C18%2036.8954%2018.8954%2036%2020%2036H40C41.1045%2036%2042%2036.8954%2042%2038C42%2039.1046%2041.1045%2040%2040%2040H20C18.8954%2040%2018%2039.1046%2018%2038ZM18%2045C18%2043.8954%2018.8954%2043%2020%2043H34C35.1045%2043%2036%2043.8954%2036%2045C36%2046.1046%2035.1045%2047%2034%2047H20C18.8954%2047%2018%2046.1046%2018%2045ZM18%2052C18%2050.8954%2018.8954%2050%2020%2050H27C28.1045%2050%2029%2050.8954%2029%2052C29%2053.1046%2028.1045%2054%2027%2054H20C18.8954%2054%2018%2053.1046%2018%2052Z%22%20fill%3D%22%2388B9D1%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M41%206L61%2026H47C43.6863%2026%2041%2023.3137%2041%2020V6Z%22%20fill%3D%22%2388B9D1%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M31%2066V59.4853C31%2057.894%2031.6321%2056.3679%2032.7574%2055.2426L49%2039L60%2050L43.7574%2066.2426C42.6321%2067.3679%2041.106%2068%2039.5147%2068H33C31.8954%2068%2031%2067.1046%2031%2066Z%22%20fill%3D%22%23506BDB%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M55.7109%2046.9155L59.3971%2050.6017L43.4992%2066.4996L39.3131%2063.3133L55.7109%2046.9155Z%22%20fill%3D%22%23092055%22%2F%3E%0D%0A%3Cpath%20d%3D%22M56.0376%2047.2426L51.7949%2043L35.897%2058.8979L40.1397%2063.1405L56.0376%2047.2426Z%22%20fill%3D%22%232B43A9%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M31%2066V59.1213C31%2057.7631%2031.5396%2056.4604%2032.5%2055.5L43.5%2066.5C42.5396%2067.4604%2041.2369%2068%2039.8787%2068H33C31.8954%2068%2031%2067.1046%2031%2066Z%22%20fill%3D%22%23DAB167%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M31%2066V62L37%2068H33C31.8954%2068%2031%2067.1046%2031%2066Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M49.0156%2038.9849L50.4651%2037.5355C52.4177%2035.5829%2055.5835%2035.5829%2057.5361%2037.5355L61.4651%2041.4644C63.4177%2043.4171%2063.4177%2046.5829%2061.4651%2048.5355L60.1829%2049.8177L49.0156%2038.9849Z%22%20fill%3D%22%23B18F51%22%2F%3E%0D%0A%3Cpath%20d%3D%22M49.7072%2038.2931L48.293%2039.7073L59.2927%2050.707L60.7069%2049.2928L49.7072%2038.2931Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 72px;
  height: 72px;
}

.icon-about_business_idea {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2251px%22%20height%3D%2291px%22%20viewBox%3D%220%200%2051%2091%22%20style%3D%22enable-background%3Anew%200%200%2051%2091%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M36.2%2C61.4H14.8l0-0.8c-0.1-6.5-2.7-12.5-7.3-17C2.6%2C38.7%2C0%2C32.2%2C0%2C25.3c0.1-6.8%2C2.8-13.2%2C7.7-18%0D%0A%09%09C12.6%2C2.5%2C19.1-0.1%2C25.9%2C0c6.7%2C0.1%2C13%2C2.8%2C17.7%2C7.6c4.7%2C4.8%2C7.3%2C11.2%2C7.3%2C17.9c0%2C6.8-2.7%2C13.2-7.5%2C18.1c-4.6%2C4.6-7.2%2C10.7-7.3%2C17.1%0D%0A%09%09L36.2%2C61.4z%20M16.4%2C59.8h18.2c0.3-6.5%2C3-12.7%2C7.8-17.4c4.5-4.5%2C7-10.5%2C7-16.9c0-13-10.6-23.7-23.5-23.9C19.5%2C1.5%2C13.4%2C3.9%2C8.8%2C8.4%0D%0A%09%09c-4.6%2C4.5-7.2%2C10.5-7.2%2C16.9c0%2C6.5%2C2.5%2C12.6%2C7.1%2C17.2C13.4%2C47.1%2C16.1%2C53.3%2C16.4%2C59.8z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M32.7%2C87.6H18.3c-0.6%2C0-1.2-0.3-1.6-0.8L14.1%2C83h22.8l-2.6%2C3.8C34%2C87.3%2C33.4%2C87.6%2C32.7%2C87.6z%20M17.1%2C84.6%0D%0A%09%09l0.9%2C1.3c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0.1h14.5c0.1%2C0%2C0.2-0.1%2C0.3-0.1l0.9-1.3H17.1z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M25.5%2C89.7c-2.4%2C0-4.7-0.8-6.2-2.3l-1.5-1.4h15.3l-1.5%2C1.4C30.2%2C88.9%2C27.9%2C89.7%2C25.5%2C89.7z%20M22.7%2C87.6%0D%0A%09%09c1.7%2C0.6%2C3.9%2C0.6%2C5.7%2C0H22.7z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M14.1%2C65.5v-2.9l-0.6-0.6c-0.4-0.3-0.5-0.9-0.3-1.3c0.2-0.5%2C0.6-0.8%2C1.1-0.8h22.5c0.5%2C0%2C0.9%2C0.3%2C1.1%2C0.8%0D%0A%09%09c0.2%2C0.5%2C0.1%2C1-0.3%2C1.3l-0.6%2C0.6v1.7L14.1%2C65.5z%20M15.2%2C61.4l0.4%2C0.4v2l19.7-1.1v-0.9l0.4-0.4H15.2z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M14.4%2C70.4L12.7%2C67l1.7-3.2l22.2-1.2l1.7%2C2.8l-1.6%2C3.4L14.4%2C70.4z%20M14.5%2C67.1l0.9%2C1.7l20.3-1.4l0.9-1.8%0D%0A%09%09l-0.8-1.3l-20.3%2C1.1L14.5%2C67.1z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M35.5%2C84.6h-20c-0.8%2C0-1.4-0.6-1.4-1.4v-5.9l22.8-1.6v7.5C36.9%2C84%2C36.3%2C84.6%2C35.5%2C84.6z%20M15.7%2C83h19.7v-5.6%0D%0A%09%09l-19.7%2C1.3V83z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M14.1%2C73.9v-5l22.8-1.6v5.4L14.1%2C73.9z%20M15.7%2C70.4v1.9l19.7-1.1V69L15.7%2C70.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M14.4%2C78.9l-1.7-3.4l1.7-3.2l22.2-1.2l1.7%2C2.8l-1.6%2C3.4L14.4%2C78.9z%20M14.5%2C75.5l0.9%2C1.7l20.3-1.4l0.9-1.8%0D%0A%09%09l-0.8-1.3l-20.3%2C1.1L14.5%2C75.5z%22%2F%3E%0D%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%2218.4%2C60.8%209.3%2C26.1%2013.4%2C29.1%2016.8%2C26.2%2020%2C28.5%2024.8%2C26.3%2028.3%2C28.6%2033.4%2C26.2%2035%2C28.3%2039.9%2C25.7%20%0D%0A%09%0933.4%2C60.8%2031.9%2C60.5%2037.7%2C28.7%2034.5%2C30.4%2032.9%2C28.2%2028.2%2C30.4%2024.7%2C28.1%2019.8%2C30.4%2016.9%2C28.2%2013.4%2C31.2%2012%2C30.1%2019.9%2C60.4%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 51px;
  height: 91px;
}

.icon-about_business_plan {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2268px%22%20height%3D%2286px%22%20viewBox%3D%220%200%2068%2086%22%20style%3D%22enable-background%3Anew%200%200%2068%2086%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M68%2C76.3H57.9V24.9l-13-13.6H8.5V0.1h45.6L68%2C14.5V76.3z%20M59.5%2C74.7h6.8V15.1l-13-13.4H10.1v7.9h35.4%0D%0A%09%09l13.9%2C14.5V74.7z%22%2F%3E%0D%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%2267.2%2C15.8%2052.9%2C15.8%2052.9%2C0.9%2054.5%2C0.9%2054.5%2C14.2%2067.2%2C14.2%20%09%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M59.5%2C85.9H0V9.7h45.6L59.5%2C24V85.9z%20M1.6%2C84.2h56.2V24.7l-13-13.4H1.6V84.2z%22%2F%3E%0D%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%2258.7%2C25.4%2044.4%2C25.4%2044.4%2C10.5%2046.1%2C10.5%2046.1%2C23.7%2058.7%2C23.7%20%09%22%2F%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M25.5%2C37.1v2.3h-9.1v5.7c0.7-0.1%2C1.9-0.2%2C2.6-0.2c2%2C0%2C4%2C0.4%2C5.4%2C1.4c1.6%2C1%2C2.7%2C2.7%2C2.7%2C5.2%0D%0A%09%09%09c0%2C2-0.7%2C3.5-1.8%2C4.6c-1.7%2C1.7-4.6%2C2.3-7.4%2C2.3c-1.9%2C0-3.3-0.1-4.3-0.3v-21H25.5z%20M16.4%2C56.1c0.6%2C0.1%2C1.3%2C0.2%2C2.3%2C0.2%0D%0A%09%09%09c1.7%2C0%2C3.4-0.5%2C4.4-1.6c0.7-0.8%2C1.2-1.8%2C1.2-3.1c0-1.6-0.7-2.7-1.7-3.4c-1.1-0.8-2.5-1.1-4-1.1c-0.6%2C0-1.5%2C0.1-2.2%2C0.1V56.1z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M45.9%2C37.1v21.1h-2.7V39.4h-9.8v18.8h-2.7V37.1H45.9z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 68px;
  height: 86px;
}

.icon-about_business_sale {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2291px%22%20height%3D%2286px%22%20viewBox%3D%220%200%2091%2086%22%20style%3D%22enable-background%3Anew%200%200%2091%2086%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M84.5%2C85.8h-78c-3.6%2C0-6.5-2.9-6.5-6.5V46.2L1.2%2C47c11.1%2C7.3%2C27.2%2C11.5%2C44.3%2C11.5c17.1%2C0%2C33.2-4.2%2C44.3-11.5%0D%0A%09%09l1.2-0.8v33.1C91%2C82.9%2C88.1%2C85.8%2C84.5%2C85.8z%20M1.6%2C49.1v30.2c0%2C2.7%2C2.2%2C4.9%2C4.9%2C4.9h78c2.7%2C0%2C4.9-2.2%2C4.9-4.9V49.1%0D%0A%09%09c-11.3%2C7-27.2%2C11-43.9%2C11S12.8%2C56.1%2C1.6%2C49.1z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M45.5%2C60.1c-17.4%2C0-33.8-4.3-45.2-11.7L0%2C48.1V26.3c0-3.6%2C2.9-6.5%2C6.5-6.5h78c3.6%2C0%2C6.5%2C2.9%2C6.5%2C6.5v21.8%0D%0A%09%09l-0.4%2C0.2C79.3%2C55.8%2C62.9%2C60.1%2C45.5%2C60.1z%20M1.6%2C47.3c11.1%2C7.2%2C27.1%2C11.2%2C43.9%2C11.2s32.9-4.1%2C43.9-11.2V26.3c0-2.7-2.2-4.9-4.9-4.9%0D%0A%09%09h-78c-2.7%2C0-4.9%2C2.2-4.9%2C4.9V47.3z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M50.3%2C54.6h-9.6c-1.4%2C0-2.5-1.1-2.5-2.5v-2.6c0-1.4%2C1.1-2.5%2C2.5-2.5h9.6c1.4%2C0%2C2.5%2C1.1%2C2.5%2C2.5V52%0D%0A%09%09C52.8%2C53.4%2C51.7%2C54.6%2C50.3%2C54.6z%20M40.7%2C48.5c-0.5%2C0-1%2C0.4-1%2C1V52c0%2C0.5%2C0.4%2C1%2C1%2C1h9.6c0.5%2C0%2C1-0.4%2C1-1v-2.6c0-0.5-0.4-1-1-1H40.7z%22%0D%0A%09%09%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M63.5%2C21.4h-5.7v-11c0-2.6-2.1-4.7-4.7-4.7H37.9c-2.6%2C0-4.7%2C2.1-4.7%2C4.7v11h-5.7V9.6c0-5.3%2C4.3-9.6%2C9.6-9.6H54%0D%0A%09%09c5.3%2C0%2C9.6%2C4.3%2C9.6%2C9.6V21.4z%20M59.3%2C19.8h2.6V9.6c0-4.4-3.6-8-8-8H37.1c-4.4%2C0-8%2C3.6-8%2C8v10.3h2.6v-9.5c0-3.4%2C2.8-6.2%2C6.2-6.2h15.2%0D%0A%09%09c3.4%2C0%2C6.2%2C2.8%2C6.2%2C6.2V19.8z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 91px;
  height: 86px;
}

.icon-about_franchises {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2290px%22%20height%3D%2282px%22%20viewBox%3D%220%200%2090%2082%22%20style%3D%22enable-background%3Anew%200%200%2090%2082%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23ffffff%22%20d%3D%22M85.3%2C82H4.7V40L6%2C40.7c1.1%2C0.6%2C2.4%2C0.9%2C3.7%2C0.9c0.1%2C0%2C0.1%2C0%2C0.2%2C0l1.1-0.1v34.9h23.8v-40l0-0.1%0D%0A%09%09c0.3-0.9%2C0.5-1.8%2C0.5-2.7h1.7c0%2C2.6%2C1.3%2C5.1%2C3.5%2C6.6l0.4%2C0.3v21.1h38.1V41.5l1%2C0.1c0.2%2C0%2C0.3%2C0%2C0.5%2C0c1.3%2C0%2C2.5-0.3%2C3.7-0.9%0D%0A%09%09l1.2-0.6V82z%20M6.4%2C80.3h77.2V42.7c-1%2C0.3-2%2C0.5-3%2C0.5v20H39.1V41.3c-1.1-0.8-2-1.9-2.7-3.1v39.8H9.2V43.3c-1%2C0-1.9-0.2-2.8-0.5%0D%0A%09%09V80.3z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23ffffff%22%20d%3D%22M54.6%2C34.8h-1.8l0-0.9c0%2C0%2C0-0.1%2C0-0.1c0%2C0%2C0-0.1%2C0-0.1h0.8V33l0%2C0.6h0.8c0%2C0%2C0%2C0.1%2C0%2C0.1c0%2C0.1%2C0%2C0.1%2C0%2C0.2%0D%0A%09%09L54.6%2C34.8z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23ffffff%22%20d%3D%22M19.3%2C34.8h-1.8l0-0.9c0%2C0%2C0-0.1%2C0-0.1c0%2C0%2C0-0.1%2C0-0.1h0.8V33l0%2C0.6h0.8c0%2C0%2C0%2C0.1%2C0%2C0.1c0%2C0.1%2C0%2C0.1%2C0%2C0.2%0D%0A%09%09L19.3%2C34.8z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23ffffff%22%20d%3D%22M36.4%2C78.1H9.2V41.6l0.8%2C0c4.1-0.2%2C7.4-3.6%2C7.6-7.7l0-0.8h1.7l0.1%2C0.8c0.1%2C4.3%2C3.6%2C7.7%2C8%2C7.7%0D%0A%09%09c3.4%2C0%2C6.4-2.1%2C7.5-5.3l1.7-4.6V78.1z%20M10.9%2C76.4h23.8V39.8c-1.8%2C2.2-4.5%2C3.5-7.4%2C3.5c-3.9%2C0-7.3-2.3-8.8-5.7%0D%0A%09%09c-1.4%2C3-4.2%2C5.2-7.5%2C5.6V76.4z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23ffffff%22%20d%3D%22M80.6%2C63.3H39.1v-24l1.3%2C0.9c1.3%2C0.9%2C2.9%2C1.4%2C4.5%2C1.4c4.3%2C0%2C7.8-3.4%2C8-7.7l0-0.8h1.7l0.1%2C0.8%0D%0A%09%09c0.1%2C4.3%2C3.6%2C7.7%2C8%2C7.7s7.8-3.4%2C8-7.7l0-0.8h1.9l0%2C0.8c0.1%2C4.1%2C3.3%2C7.4%2C7.4%2C7.7l0.8%2C0.1V63.3z%20M40.8%2C61.6h38.1V43.2%0D%0A%09%09c-3.4-0.5-6.2-2.8-7.4-5.8c-1.4%2C3.5-4.9%2C5.9-8.9%2C5.9c-3.9%2C0-7.3-2.3-8.8-5.7c-1.5%2C3.4-4.9%2C5.7-8.8%2C5.7c-1.4%2C0-2.8-0.3-4.1-0.9V61.6%0D%0A%09%09z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23ffffff%22%20d%3D%22M9.6%2C43.3c-1.6%2C0-3.1-0.4-4.5-1.1C2%2C40.5%2C0%2C37.2%2C0%2C33.6l0-0.1L1.9%2C7.1C2.2%2C3.1%2C5.5%2C0%2C9.5%2C0h11.4l-0.5%2C10.5H12%0D%0A%09%09v19.2h7.5l-0.2%2C4c0%2C0%2C0%2C0.1%2C0%2C0.2l0%2C0.1c-0.2%2C5-4.2%2C9.1-9.2%2C9.3l-0.1%2C0C9.8%2C43.3%2C9.7%2C43.3%2C9.6%2C43.3z%20M1.7%2C33.7c0%2C3%2C1.7%2C5.7%2C4.3%2C7%0D%0A%09%09c1.1%2C0.6%2C2.4%2C0.9%2C3.7%2C0.9c0.1%2C0%2C0.1%2C0%2C0.2%2C0l0.2%2C0c4.1-0.2%2C7.4-3.6%2C7.6-7.7c0-0.1%2C0-0.1%2C0-0.2c0%2C0%2C0-0.1%2C0-0.1l0.1-2.3h-7.4V8.8%0D%0A%09%09h8.5l0.3-7.1H9.5c-3.1%2C0-5.7%2C2.4-5.9%2C5.5L1.7%2C33.7z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23ffffff%22%20d%3D%22M37.5%2C10.5H18.7L19.2%2C0h18.5L37.5%2C10.5z%20M20.5%2C8.8h15.3L36%2C1.7H20.8L20.5%2C8.8z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23ffffff%22%20d%3D%22M27.3%2C43.3c-5.2%2C0-9.5-4.1-9.7-9.4l0-0.1c0-0.1%2C0-0.1%2C0-0.2l0.2-4H37l-0.1%2C4c0%2C1.1-0.2%2C2.2-0.6%2C3.2%0D%0A%09%09C35%2C40.7%2C31.3%2C43.3%2C27.3%2C43.3z%20M19.3%2C33.7C19.3%2C33.7%2C19.3%2C33.7%2C19.3%2C33.7c0%2C0.1%2C0%2C0.2%2C0%2C0.2c0.1%2C4.3%2C3.6%2C7.7%2C8%2C7.7%0D%0A%09%09c3.4%2C0%2C6.4-2.1%2C7.5-5.3c0.3-0.9%2C0.5-1.8%2C0.5-2.7l0.1-2.3H19.4L19.3%2C33.7C19.3%2C33.7%2C19.3%2C33.7%2C19.3%2C33.7z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23ffffff%22%20d%3D%22M44.9%2C43.3c-2%2C0-3.8-0.6-5.4-1.7c-2.6-1.8-4.2-4.8-4.2-8l0.1-4h19.1l0.1%2C4c0%2C0.1%2C0%2C0.2%2C0%2C0.2l0%2C0.1%0D%0A%09%09C54.4%2C39.2%2C50.1%2C43.3%2C44.9%2C43.3z%20M37%2C31.3l-0.1%2C2.3c0%2C2.6%2C1.3%2C5.1%2C3.5%2C6.6c1.3%2C0.9%2C2.9%2C1.4%2C4.5%2C1.4c4.3%2C0%2C7.8-3.4%2C8-7.7%0D%0A%09%09c0-0.1%2C0-0.1%2C0-0.2c0%2C0%2C0-0.1%2C0-0.1l-0.1-2.3H37z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23ffffff%22%20d%3D%22M54%2C10.5H35.8L36%2C0h17.7L54%2C10.5z%20M37.5%2C8.8h14.7l-0.2-7.1H37.7L37.5%2C8.8z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23ffffff%22%20d%3D%22M62.5%2C43.3c-5.2%2C0-9.5-4.1-9.7-9.4l0-0.1c0-0.1%2C0-0.1%2C0-0.2l-0.1-4H72l0.2%2C3.9c0%2C0.1%2C0%2C0.2%2C0%2C0.3l0%2C0.1%0D%0A%09%09C72%2C39.2%2C67.8%2C43.3%2C62.5%2C43.3z%20M54.5%2C31.3l0.1%2C2.3c0%2C0%2C0%2C0.1%2C0%2C0.1c0%2C0.1%2C0%2C0.1%2C0%2C0.2c0.1%2C4.3%2C3.6%2C7.7%2C8%2C7.7s7.8-3.4%2C8-7.7%0D%0A%09%09c0-0.1%2C0-0.1%2C0-0.2c0%2C0%2C0-0.1%2C0-0.1l-0.1-2.3H54.5z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23ffffff%22%20d%3D%22M71.1%2C10.5H52.3L52.1%2C0h18.5L71.1%2C10.5z%20M54%2C8.8h15.3L69%2C1.7H53.8L54%2C8.8z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23ffffff%22%20d%3D%22M80.4%2C43.3c-0.2%2C0-0.4%2C0-0.6%2C0l-0.1%2C0c-5-0.3-8.8-4.4-9-9.3l0-0.1c0-0.1%2C0-0.1%2C0-0.2l-0.2-4h7.9V10.5h-8.8%0D%0A%09%09L69.1%2C0h12c3.6%2C0%2C6.7%2C2.8%2C7%2C6.5l2%2C27.1c0%2C3.6-2%2C6.9-5.2%2C8.6C83.4%2C42.9%2C81.9%2C43.3%2C80.4%2C43.3z%20M72.3%2C31.3l0.1%2C2.2c0%2C0.1%2C0%2C0.1%2C0%2C0.1%0D%0A%09%09c0%2C0.1%2C0%2C0.1%2C0%2C0.2c0.1%2C4.1%2C3.3%2C7.4%2C7.4%2C7.7l0.1%2C0c0.2%2C0%2C0.3%2C0%2C0.5%2C0c1.3%2C0%2C2.5-0.3%2C3.7-0.9c2.6-1.4%2C4.3-4.1%2C4.3-7l-2-27.1%0D%0A%09%09c-0.2-2.7-2.5-4.9-5.3-4.9H70.9l0.3%2C7.1h8.9v22.6H72.3z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23ffffff%22%20d%3D%22M80.1%2C31.3H10.3V8.8h69.8V31.3z%20M12%2C29.6h66.4V10.5H12V29.6z%22%2F%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20style%3D%22fill%3A%23ffffff%22%20d%3D%22M16.3%2C14.1H21c0.9%2C0%2C1.6%2C0%2C2.1%2C0.1c0.5%2C0.1%2C0.9%2C0.2%2C1.2%2C0.5c0.4%2C0.2%2C0.7%2C0.6%2C0.9%2C1c0.2%2C0.4%2C0.4%2C0.9%2C0.4%2C1.4%0D%0A%09%09%09c0%2C0.6-0.1%2C1.1-0.4%2C1.5c-0.3%2C0.5-0.7%2C0.8-1.2%2C1c0.7%2C0.2%2C1.3%2C0.6%2C1.7%2C1.1c0.4%2C0.5%2C0.6%2C1.1%2C0.6%2C1.8c0%2C0.5-0.1%2C1.1-0.4%2C1.6%0D%0A%09%09%09c-0.3%2C0.5-0.6%2C0.9-1%2C1.2c-0.4%2C0.3-1%2C0.5-1.6%2C0.6c-0.4%2C0-1.4%2C0.1-2.9%2C0.1h-4V14.1z%20M18.7%2C16.1v2.7h1.6c0.9%2C0%2C1.5%2C0%2C1.7%2C0%0D%0A%09%09%09c0.4%2C0%2C0.7-0.2%2C1-0.4s0.4-0.5%2C0.4-0.9c0-0.4-0.1-0.7-0.3-0.9c-0.2-0.2-0.5-0.4-0.9-0.4c-0.2%2C0-0.9%2C0-2%2C0H18.7z%20M18.7%2C20.8V24h2.2%0D%0A%09%09%09c0.9%2C0%2C1.4%2C0%2C1.6-0.1c0.4-0.1%2C0.6-0.2%2C0.9-0.5c0.2-0.3%2C0.3-0.6%2C0.3-1c0-0.4-0.1-0.7-0.3-0.9c-0.2-0.2-0.4-0.4-0.7-0.5%0D%0A%09%09%09c-0.3-0.1-1-0.2-2.1-0.2H18.7z%22%2F%3E%0D%0A%09%09%3Cpath%20style%3D%22fill%3A%23ffffff%22%20d%3D%22M28.3%2C26V14.1h5c1.3%2C0%2C2.2%2C0.1%2C2.8%2C0.3c0.6%2C0.2%2C1%2C0.6%2C1.4%2C1.1c0.3%2C0.5%2C0.5%2C1.2%2C0.5%2C1.9c0%2C0.9-0.3%2C1.6-0.8%2C2.2%0D%0A%09%09%09c-0.5%2C0.6-1.3%2C0.9-2.3%2C1.1c0.5%2C0.3%2C0.9%2C0.6%2C1.3%2C1c0.3%2C0.4%2C0.8%2C1%2C1.4%2C1.9l1.4%2C2.3H36l-1.7-2.6c-0.6-0.9-1-1.5-1.3-1.7%0D%0A%09%09%09c-0.2-0.2-0.5-0.4-0.7-0.5c-0.3-0.1-0.7-0.1-1.2-0.1h-0.5v5H28.3z%20M30.6%2C19.1h1.8c1.1%2C0%2C1.9%2C0%2C2.2-0.1c0.3-0.1%2C0.5-0.3%2C0.7-0.5%0D%0A%09%09%09c0.2-0.2%2C0.2-0.5%2C0.2-0.9c0-0.4-0.1-0.7-0.3-1c-0.2-0.2-0.5-0.4-0.9-0.5c-0.2%2C0-0.8%2C0-1.7%2C0h-1.9V19.1z%22%2F%3E%0D%0A%09%09%3Cpath%20style%3D%22fill%3A%23ffffff%22%20d%3D%22M50.9%2C26h-2.6l-1-2.7h-4.7l-1%2C2.7H39l4.6-11.9h2.5L50.9%2C26z%20M46.5%2C21.3l-1.6-4.4l-1.6%2C4.4H46.5z%22%2F%3E%0D%0A%09%09%3Cpath%20style%3D%22fill%3A%23ffffff%22%20d%3D%22M52.2%2C26V14.1h2.3l4.9%2C7.9v-7.9h2.2V26h-2.4l-4.8-7.7V26H52.2z%22%2F%3E%0D%0A%09%09%3Cpath%20style%3D%22fill%3A%23ffffff%22%20d%3D%22M64.1%2C14.1h4.4c1%2C0%2C1.7%2C0.1%2C2.3%2C0.2c0.7%2C0.2%2C1.3%2C0.6%2C1.8%2C1.1c0.5%2C0.5%2C0.9%2C1.2%2C1.1%2C1.9s0.4%2C1.7%2C0.4%2C2.8%0D%0A%09%09%09c0%2C1-0.1%2C1.8-0.4%2C2.5c-0.3%2C0.9-0.7%2C1.6-1.3%2C2.1c-0.4%2C0.4-1%2C0.7-1.7%2C0.9c-0.5%2C0.2-1.2%2C0.3-2.1%2C0.3h-4.5V14.1z%20M66.5%2C16.1V24h1.8%0D%0A%09%09%09c0.7%2C0%2C1.2%2C0%2C1.4-0.1c0.4-0.1%2C0.7-0.3%2C1-0.5c0.3-0.2%2C0.5-0.6%2C0.6-1.1c0.2-0.5%2C0.2-1.3%2C0.2-2.2c0-0.9-0.1-1.6-0.2-2.1%0D%0A%09%09%09c-0.2-0.5-0.4-0.9-0.7-1.1c-0.3-0.3-0.7-0.5-1.1-0.6c-0.3-0.1-1-0.1-2-0.1H66.5z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 90px;
  height: 82px;
}

.icon-about_object_property {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2293px%22%20height%3D%22103px%22%20viewBox%3D%220%200%2093%20103%22%20style%3D%22enable-background%3Anew%200%200%2093%20103%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M26%2C102.5H0V36.4h26V102.5z%20M1.7%2C100.9h22.7V38.1H1.7V100.9z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M47.6%2C102.5H24.4V50.7h23.2V102.5z%20M26%2C100.9h20V52.3H26V100.9z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M70.3%2C102.5H46V36.4h24.3V102.5z%20M47.6%2C100.9h21.1V38.1H47.6V100.9z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M93%2C102.5H68.7V72.3H93V102.5z%20M70.3%2C100.9h21.1v-27H70.3V100.9z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M67.6%2C38.1H48.7V16.9h18.9V38.1z%20M50.3%2C36.4H66V18.5H50.3V36.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M65.2%2C18.5H51.1V0h14.1V18.5z%20M52.8%2C16.9h10.8V1.7H52.8V16.9z%22%2F%3E%0D%0A%09%3Crect%20x%3D%223.8%22%20y%3D%2243.6%22%20class%3D%22st0%22%20width%3D%223.9%22%20height%3D%223.4%22%2F%3E%0D%0A%09%3Crect%20x%3D%2216.3%22%20y%3D%2256.3%22%20class%3D%22st0%22%20width%3D%223.9%22%20height%3D%223.4%22%2F%3E%0D%0A%09%3Crect%20x%3D%226.5%22%20y%3D%2270.4%22%20class%3D%22st0%22%20width%3D%223.9%22%20height%3D%223.4%22%2F%3E%0D%0A%09%3Crect%20x%3D%2212.6%22%20y%3D%2270.4%22%20class%3D%22st0%22%20width%3D%223.9%22%20height%3D%223.4%22%2F%3E%0D%0A%09%3Crect%20x%3D%2213%22%20y%3D%2287.8%22%20class%3D%22st0%22%20width%3D%223.9%22%20height%3D%223.4%22%2F%3E%0D%0A%09%3Crect%20x%3D%2232.1%22%20y%3D%2257%22%20class%3D%22st0%22%20width%3D%223.9%22%20height%3D%223.4%22%2F%3E%0D%0A%09%3Crect%20x%3D%2238.9%22%20y%3D%2267.5%22%20class%3D%22st0%22%20width%3D%223.9%22%20height%3D%223.4%22%2F%3E%0D%0A%09%3Crect%20x%3D%2228.6%22%20y%3D%2288.8%22%20class%3D%22st0%22%20width%3D%223.9%22%20height%3D%223.4%22%2F%3E%0D%0A%09%3Crect%20x%3D%2262.9%22%20y%3D%2245.3%22%20class%3D%22st0%22%20width%3D%223.9%22%20height%3D%223.4%22%2F%3E%0D%0A%09%3Crect%20x%3D%2252.3%22%20y%3D%2229.3%22%20class%3D%22st0%22%20width%3D%223.9%22%20height%3D%223.4%22%2F%3E%0D%0A%09%3Crect%20x%3D%2259.4%22%20y%3D%2222.4%22%20class%3D%22st0%22%20width%3D%223.9%22%20height%3D%223.4%22%2F%3E%0D%0A%09%3Crect%20x%3D%2256.2%22%20y%3D%225.9%22%20class%3D%22st0%22%20width%3D%223.9%22%20height%3D%223.4%22%2F%3E%0D%0A%09%3Crect%20x%3D%2254.3%22%20y%3D%2252.8%22%20class%3D%22st0%22%20width%3D%223.9%22%20height%3D%223.4%22%2F%3E%0D%0A%09%3Crect%20x%3D%2250.4%22%20y%3D%2287.4%22%20class%3D%22st0%22%20width%3D%223.9%22%20height%3D%223.4%22%2F%3E%0D%0A%09%3Crect%20x%3D%2261%22%20y%3D%2276%22%20class%3D%22st0%22%20width%3D%223.9%22%20height%3D%223.4%22%2F%3E%0D%0A%09%3Crect%20x%3D%2272.8%22%20y%3D%2278.3%22%20class%3D%22st0%22%20width%3D%223.9%22%20height%3D%223.4%22%2F%3E%0D%0A%09%3Crect%20x%3D%2284.3%22%20y%3D%2289.1%22%20class%3D%22st0%22%20width%3D%223.9%22%20height%3D%223.4%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 93px;
  height: 103px;
}

.icon-about_offers {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22118%22%20height%3D%2271%22%20viewBox%3D%220%200%20118%2071%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFF%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M97.8%2064.1h-.9c-8.8-.1-23.4-.3-31.2-.4h-.8v-.8c-.2-3.2-2.8-5.7-6-5.7-2.4%200-4.6%201.4-5.5%203.7l-.4%201-.9-.6c-2.1-1.4-3-3.9-3-8.4%200-8.9%201.5-21.9%2014-31.8%2011.9-9.3%2031.4-8.2%2041-6.1%209.1%202%2014.1%2024.5%2013.3%2033-.4%205-2.9%209.9-6.6%2013l-.9.8-.5-1.1c-1-2.2-3.1-3.6-5.5-3.6-3.3%200-6%202.7-6%206v1zm-31.4-2.2c7.8.1%2021%20.3%2029.6.4.4-3.9%203.7-6.9%207.8-6.9%202.7%200%205.1%201.4%206.5%203.6%202.9-2.9%204.8-6.9%205.2-11.1.8-8.7-4.5-29.5-11.9-31.1-9.3-2.1-28.2-3.2-39.5%205.7-12%209.4-13.3%2021.8-13.3%2030.4%200%203.7.6%205.3%201.4%206.3%201.4-2.3%203.9-3.7%206.6-3.7%203.8-.1%207%202.7%207.6%206.4z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M58.7%2071c-4.3%200-7.8-3.5-7.8-7.8%200-1%20.2-2.1.6-3%201.2-2.9%204-4.8%207.2-4.8%204.1%200%207.6%203.2%207.8%207.4v.4c0%204.3-3.5%207.8-7.8%207.8zm0-13.8c-2.4%200-4.6%201.4-5.5%203.7-.3.7-.5%201.5-.5%202.3%200%203.3%202.7%206%206%206s6-2.7%206-6V62.9c-.1-3.2-2.8-5.7-6-5.7zM103.8%2071c-4.3%200-7.8-3.5-7.8-7.7v-.1c0-4.3%203.5-7.8%207.8-7.8%203.1%200%205.9%201.8%207.1%204.6.5%201%20.7%202.1.7%203.2%200%204.3-3.5%207.8-7.8%207.8zm-6-7.8c0%203.4%202.7%206%206%206s6-2.7%206-6c0-.8-.2-1.7-.5-2.5-1-2.2-3.1-3.6-5.5-3.6-3.3.1-6%202.8-6%206.1zM50.1%2057.2h-5.8V42.7h5.8v1.8h-4v10.9h4zM78.1%2057.4c-4%200-7.1-.4-8.6-2-1.2-1.3-1.7-3.6-2.2-6.1-.5-2.5-1.1-5.1-2.3-6.3-1.1-1.1-2.7-1.7-4.1-2.3-1.7-.7-3.5-1.4-3-3.1.8-2.7%206.7-14.3%2019-16.9%2012-2.5%2022.5-1%2024.7%202%202.2%202.9%202.7%2012.2%201.4%2015.5-.6%201.5-1.9%202.2-3.2%203-1.8%201-3.8%202.1-5.3%205.5-.9%202-1.2%203.7-1.4%205.2-.5%203.2-1%205.2-6.3%205.3-1.2%200-2.4.1-3.6.1-1.9%200-3.5.1-5.1.1zM59.6%2038.1c.2.3%201.3.7%202%201%201.5.6%203.3%201.3%204.7%202.7%201.6%201.6%202.2%204.5%202.8%207.2.4%202.1.9%204.3%201.7%205.3%201.5%201.6%207%201.4%2012.2%201.3%201.2%200%202.4-.1%203.6-.1%204.1-.1%204.2-1%204.6-3.8.2-1.5.5-3.4%201.5-5.7%201.8-3.9%204.3-5.3%206.1-6.4%201.2-.7%202-1.2%202.4-2.1%201.1-2.7.6-11.3-1.1-13.7-1.6-2.2-11.4-3.8-22.9-1.4-11.4%202.4-17%2013.5-17.6%2015.7z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M46.1%2064.1h-5.7V0h5.7v64.1zm-3.9-1.8h2.1V1.8h-2.1v60.5z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M41.3%2063.3s-.1%200%200%200l-38.2-3c-.5%200-.9-.5-.9-1s.4-.9.9-.9h38.1c.5%200%20.9.4.9.9v3.4l-.3.3c-.1.2-.3.3-.5.3zm-16.9-3.1l16%201.3v-1.3h-16zM3.2%2058.5z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M37.2%2059.8H6v-28h31.2v28zM7.8%2058h27.6V33.6H7.8V58z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M32.8%2033.6H0V.8h32.8v32.8zm-31-1.8h29.3V2.5H1.8v29.3z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M26.5%2027.2H6.3V7h20.2v20.2zM8.1%2025.4h16.6V8.7H8.1v16.7zM31.2%2054.4H12V37.7h19.2v16.7zm-17.4-1.7h15.6V39.5H13.8v13.2z%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 118px;
  height: 71px;
}

.icon-about_rating_auditory {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2259.4px%22%20height%3D%2273px%22%20viewBox%3D%220%200%2059.4%2073%22%20style%3D%22enable-background%3Anew%200%200%2059.4%2073%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFCFAE%3Bstroke%3A%234D4D4D%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M16.6%2C28.5L16.6%2C28.5c-4.7%2C0-8.5-3.8-8.5-8.5V8.5h17V20%0D%0A%09%09C25.1%2C24.6%2C21.3%2C28.5%2C16.6%2C28.5z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%235E4631%3Bstroke%3A%234D4D4D%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M8.1%2C17c0%2C0-4-7.5%2C0-13.5s14-1%2C14-1s5-1%2C5%2C5s-2%2C8.8-2%2C8.8%0D%0A%09%09s-1.5-2.3-3-4.8c-0.5-0.9-1-2-1-2s-2%2C0.3-8%2C1C8.6%2C11%2C8.1%2C17%2C8.1%2C17z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23E6E6E6%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M26.6%2C36.2c-2.8-2.3-6.3-3.6-10.1-3.6h0%0D%0A%09%09c-3.8%2C0-7.2%2C1.3-10%2C3.5L16.6%2C55L26.6%2C36.2z%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20points%3D%226.6%2C36%209.6%2C32%2016.6%2C37%2013.6%2C42%20%0D%0A%09%09%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20points%3D%2226.6%2C36%2023.6%2C32%2016.6%2C37%20%0D%0A%09%0919.6%2C42%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23CCCCCC%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20points%3D%229.6%2C32%2023.6%2C32%2016.6%2C37%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%2393CE46%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20points%3D%2214.3%2C40.8%2015.6%2C43%2017.6%2C43%20%0D%0A%09%0918.9%2C40.8%2016.6%2C37%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%2393CE46%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20points%3D%2215.6%2C43%2013.9%2C49.8%2016.6%2C55%20%0D%0A%09%0919.4%2C49.8%2017.6%2C43%20%09%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFCFAE%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M16.6%2C55L6.5%2C36c0%2C0%2C0%2C0%2C0%2C0l0.1%2C0.1%0D%0A%09%09L16.6%2C55z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23606060%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M30.7%2C41.2L29.6%2C45l-4%2C2l2%2C3l-11%2C5%0D%0A%09%09l-11-5l2-3l-4-2l-1.1-4c-1.2%2C2.3-2%2C4.8-2%2C7.6v24h32v-24C32.5%2C45.9%2C31.8%2C43.4%2C30.7%2C41.2z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%237C7C7C%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M25.6%2C47l4-2l1.1-3.8%0D%0A%09%09c-1-1.9-2.4-3.6-4.1-5L16.6%2C55l11-5L25.6%2C47z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%237C7C7C%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M7.6%2C47l-2%2C3l11%2C5l-10-18.8l-0.1-0.1%0D%0A%09%09c-1.6%2C1.3-3%2C3-4%2C4.9l1.1%2C4L7.6%2C47z%22%2F%3E%0D%0A%09%3Cline%20style%3D%22fill%3A%23FFCFAE%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20x1%3D%2216.6%22%20y1%3D%2255%22%20x2%3D%2216.6%22%20y2%3D%2272.5%22%2F%3E%0D%0A%09%3Ccircle%20style%3D%22fill%3A%23606060%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20cx%3D%2221.1%22%20cy%3D%2259.5%22%20r%3D%222.5%22%2F%3E%0D%0A%09%3Ccircle%20style%3D%22fill%3A%23606060%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20cx%3D%2221.1%22%20cy%3D%2266.5%22%20r%3D%222.5%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFCFAE%3Bstroke%3A%234D4D4D%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M48.3%2C21.2L48.3%2C21.2c-3.1%2C0-5.7-2.6-5.7-5.7V7.8H54v7.7%0D%0A%09%09C54%2C18.7%2C51.4%2C21.2%2C48.3%2C21.2z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%235E4631%3Bstroke%3A%234D4D4D%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M42.6%2C13.5c0%2C0-2.7-5%2C0-9S52%2C3.8%2C52%2C3.8s3.4-0.7%2C3.4%2C3.4%0D%0A%09%09S54%2C13%2C54%2C13s-1-1.5-2-3.2c-0.3-0.6-0.7-1.3-0.7-1.3s-1.4%2C0.2-5.4%2C0.7C42.9%2C9.5%2C42.6%2C13.5%2C42.6%2C13.5z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23E6E6E6%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M55%2C27.1c-1.8-1.5-4.2-2.4-6.8-2.4h0%0D%0A%09%09c-2.5%2C0-4.9%2C0.9-6.7%2C2.4l6.8%2C12.7L55%2C27.1z%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20points%3D%2241.6%2C26.9%2043.6%2C24.3%2048.3%2C27.6%20%0D%0A%09%0946.3%2C31%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20points%3D%2255%2C26.9%2053%2C24.3%2048.3%2C27.6%20%0D%0A%09%0950.3%2C31%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23CCCCCC%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20points%3D%2243.6%2C24.3%2053%2C24.3%2048.3%2C27.6%20%09%0D%0A%09%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23F15A24%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20points%3D%2246.7%2C30.2%2047.6%2C31.6%2049%2C31.6%20%0D%0A%09%0949.8%2C30.2%2048.3%2C27.6%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23F15A24%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20points%3D%2247.6%2C31.6%2046.5%2C36.2%2048.3%2C39.7%20%0D%0A%09%0950.1%2C36.2%2049%2C31.6%20%09%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFCFAE%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M48.3%2C39.7L41.5%2C27c0%2C0%2C0%2C0%2C0%2C0l0.1%2C0.1%0D%0A%09%09L48.3%2C39.7z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%233D5672%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M57.7%2C30.4L57%2C33l-2.7%2C1.3l1.3%2C2%0D%0A%09%09l-7.4%2C3.4l-7.4-3.4l1.3-2L39.6%2C33l-0.8-2.7c-0.8%2C1.5-1.3%2C3.2-1.3%2C5.1v16.1h21.4V35.4C58.9%2C33.6%2C58.5%2C31.9%2C57.7%2C30.4z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%235C7C99%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M54.3%2C34.3L57%2C33l0.7-2.5%0D%0A%09%09c-0.7-1.3-1.6-2.4-2.7-3.4l-6.7%2C12.6l7.4-3.4L54.3%2C34.3z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%235C7C99%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M42.3%2C34.3l-1.3%2C2l7.4%2C3.4l-6.7-12.6%0D%0A%09%09L41.5%2C27c-1.1%2C0.9-2%2C2-2.7%2C3.3l0.8%2C2.7L42.3%2C34.3z%22%2F%3E%0D%0A%09%3Cline%20style%3D%22fill%3A%23FFCFAE%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20x1%3D%2248.3%22%20y1%3D%2239.7%22%20x2%3D%2248.3%22%20y2%3D%2251.5%22%2F%3E%0D%0A%09%3Ccircle%20style%3D%22fill%3A%23606060%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20cx%3D%2251.3%22%20cy%3D%2242.7%22%20r%3D%221.7%22%2F%3E%0D%0A%09%3Ccircle%20style%3D%22fill%3A%23606060%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20cx%3D%2251.3%22%20cy%3D%2247.4%22%20r%3D%221.7%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 59.4px;
  height: 73px;
}

.icon-about_rating_goal {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2270px%22%20height%3D%2270px%22%20viewBox%3D%220%200%2070%2070%22%20style%3D%22enable-background%3Anew%200%200%2070%2070%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FBB03B%3B%22%20d%3D%22M33.5%2C69.5v-5l-0.5%2C0C18.3%2C63.5%2C6.5%2C51.7%2C5.6%2C37l0-0.5h-5v-3h5l0-0.5C6.5%2C18.3%2C18.3%2C6.5%2C33%2C5.6%0D%0A%09%09l0.5%2C0v-5h3v5l0.5%2C0c14.7%2C1%2C26.5%2C12.8%2C27.5%2C27.5l0%2C0.5h5v3h-5l0%2C0.5c-1%2C14.7-12.8%2C26.5-27.5%2C27.5l-0.5%2C0v5H33.5z%20M35%2C9.5%0D%0A%09%09C20.9%2C9.5%2C9.5%2C20.9%2C9.5%2C35S20.9%2C60.5%2C35%2C60.5S60.5%2C49.1%2C60.5%2C35S49.1%2C9.5%2C35%2C9.5z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%234D4D4D%3B%22%20d%3D%22M36%2C1v4.1V6l0.9%2C0.1c14.4%2C1%2C26%2C12.6%2C27%2C27L64%2C34h0.9H69v2h-4.1H64l-0.1%2C0.9c-1%2C14.4-12.6%2C26-27%2C27%0D%0A%09%09L36%2C64v0.9V69h-2v-4.1V64l-0.9-0.1c-14.4-1-26-12.6-27-27L6%2C36H5.1H1v-2h4.1H6l0.1-0.9c1-14.4%2C12.6-26%2C27-27L34%2C6V5.1V1H36%20M35%2C61%0D%0A%09%09c14.3%2C0%2C26-11.7%2C26-26S49.3%2C9%2C35%2C9S9%2C20.7%2C9%2C35S20.7%2C61%2C35%2C61%20M37%2C0h-4v5.1C18%2C6.1%2C6.1%2C18%2C5.1%2C33H0v4h5.1c1%2C15%2C13%2C26.9%2C27.9%2C27.9%0D%0A%09%09V70h4v-5.1c15-1%2C26.9-13%2C27.9-27.9H70v-4h-5.1C63.9%2C18%2C52%2C6.1%2C37%2C5.1V0L37%2C0z%20M35%2C60c-13.8%2C0-25-11.2-25-25s11.2-25%2C25-25%0D%0A%09%09s25%2C11.2%2C25%2C25S48.8%2C60%2C35%2C60L35%2C60z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FBB03B%3B%22%20d%3D%22M35%2C53.5c-4.9%2C0-9.6-1.9-13.1-5.4c-7.2-7.2-7.2-18.9%2C0-26.2c3.5-3.5%2C8.1-5.4%2C13.1-5.4%0D%0A%09%09s9.6%2C1.9%2C13.1%2C5.4c7.2%2C7.2%2C7.2%2C18.9%2C0%2C26.2C44.6%2C51.6%2C39.9%2C53.5%2C35%2C53.5z%20M25.9%2C46.3l0.5%2C0.3c2.5%2C1.9%2C5.5%2C2.9%2C8.7%2C2.9%0D%0A%09%09s6.1-1%2C8.7-2.9l0.5-0.3l-5.6-5.6l2.1-2.1l5.6%2C5.6l0.3-0.5c3.8-5.1%2C3.8-12.2%2C0-17.3l-0.3-0.5l-5.6%2C5.6l-2.1-2.1l5.6-5.6l-0.5-0.3%0D%0A%09%09c-2.5-1.9-5.5-2.9-8.7-2.9c-3.1%2C0-6.1%2C1-8.7%2C2.9l-0.5%2C0.3l5.6%2C5.6l-2.1%2C2.1l-5.6-5.6l-0.3%2C0.5c-3.8%2C5.1-3.8%2C12.2%2C0%2C17.3l0.3%2C0.5%0D%0A%09%09l5.6-5.6l2.1%2C2.1L25.9%2C46.3z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%234D4D4D%3B%22%20d%3D%22M35%2C17c4.8%2C0%2C9.3%2C1.9%2C12.7%2C5.3c7%2C7%2C7%2C18.4%2C0%2C25.5C44.3%2C51.1%2C39.8%2C53%2C35%2C53c-4.8%2C0-9.3-1.9-12.7-5.3%0D%0A%09%09c-7-7-7-18.4%2C0-25.5C25.7%2C18.9%2C30.2%2C17%2C35%2C17%20M30.8%2C29.3l-1.4%2C1.4l-4.8-4.8l-0.8-0.8L23%2C26c-4%2C5.3-4%2C12.7%2C0%2C17.9l0.7%2C0.9l0.8-0.8%0D%0A%09%09l4.8-4.8l1.4%2C1.4l-4.8%2C4.8l-0.8%2C0.8L26%2C47c2.6%2C2%2C5.7%2C3%2C9%2C3c3.3%2C0%2C6.4-1%2C9-3l0.9-0.7l-0.8-0.8l-4.8-4.8l1.4-1.4l4.8%2C4.8l0.8%2C0.8%0D%0A%09%09L47%2C44c4-5.3%2C4-12.7%2C0-17.9l-0.7-0.9l-0.8%2C0.8l-4.8%2C4.8l-1.4-1.4l4.8-4.8l0.8-0.8L44%2C23c-2.6-2-5.7-3-9-3c-3.3%2C0-6.4%2C1-9%2C3%0D%0A%09%09l-0.9%2C0.7l0.8%2C0.8L30.8%2C29.3%20M35%2C16c-4.9%2C0-9.7%2C1.9-13.4%2C5.6c-7.4%2C7.4-7.4%2C19.5%2C0%2C26.9C25.3%2C52.1%2C30.1%2C54%2C35%2C54%0D%0A%09%09c4.9%2C0%2C9.7-1.9%2C13.4-5.6c7.4-7.4%2C7.4-19.5%2C0-26.9C44.7%2C17.9%2C39.9%2C16%2C35%2C16L35%2C16z%20M29.3%2C32.2l2.8-2.8l-5.5-5.5C29%2C22%2C31.9%2C21%2C35%2C21%0D%0A%09%09s6%2C1%2C8.4%2C2.8l-5.5%2C5.5l2.8%2C2.8l5.5-5.5c3.7%2C4.9%2C3.7%2C11.8%2C0%2C16.7l-5.5-5.5l-2.8%2C2.8l5.5%2C5.5C41%2C48%2C38.1%2C49%2C35%2C49s-6-1-8.4-2.8%0D%0A%09%09l5.5-5.5l-2.8-2.8l-5.5%2C5.5c-3.7-4.9-3.7-11.8%2C0-16.7L29.3%2C32.2L29.3%2C32.2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-about_rating_methodology {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2271px%22%20height%3D%2276.9px%22%20viewBox%3D%220%200%2071%2076.9%22%20style%3D%22enable-background%3Anew%200%200%2071%2076.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23E2DCC3%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20points%3D%2261.5%2C54.2%2035.5%2C54.2%209.5%2C54.2%20%0D%0A%09%090.5%2C76.4%2035.5%2C76.4%2070.5%2C76.4%20%09%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23E2D1B3%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M24.5%2C64.5l18.2-8.8L18.3%2C39l-1.7%2C20.1%0D%0A%09%09c1.5%2C0.3%2C3.1%2C1%2C4.4%2C1.9C22.5%2C62%2C23.6%2C63.1%2C24.5%2C64.5z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%234D4D4D%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M24.5%2C64.5c-0.9-1.3-2-2.5-3.4-3.5%0D%0A%09%09c-1.4-0.9-2.9-1.6-4.4-1.9l-0.8%2C9.5L24.5%2C64.5z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23F9DD8C%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M43%2C16.1L21.3%2C47.7%0D%0A%09%09c1.7-2.5%2C5.9-2.7%2C9.2-0.4s4.7%2C6.2%2C3%2C8.7l21.7-31.6L43%2C16.1z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23E8C967%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M42.7%2C55.7l18.5-27l-6.1-4.2L33.4%2C56.1%0D%0A%09%09C35.2%2C53.5%2C39.3%2C53.4%2C42.7%2C55.7z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23E8C967%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M36.9%2C11.9L18.3%2C39%0D%0A%09%09c3.4%2C2.3%2C4.7%2C6.2%2C3%2C8.7L43%2C16.1L36.9%2C11.9z%22%2F%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%2234.3%22%20y%3D%2213.9%22%20transform%3D%22matrix(0.8244%200.566%20-0.566%200.8244%2018.9121%20-25.6939)%22%20style%3D%22fill%3A%23ABB7BA%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20width%3D%2233.2%22%20height%3D%227.4%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23F15A24%3Bstroke%3A%234D4D4D%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M62.8%2C6.8l-6.1-4.2%0D%0A%09%09C51.2-1.1%2C43.8%2C0.2%2C40%2C5.7l0%2C0l25.9%2C17.8l0%2C0C69.6%2C18%2C68.3%2C10.5%2C62.8%2C6.8z%22%2F%3E%0D%0A%09%0D%0A%09%09%3Cline%20style%3D%22fill%3A%23E6E6E6%3Bstroke%3A%234D4D4D%3Bstroke-width%3A2%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20x1%3D%2215%22%20y1%3D%2273.4%22%20x2%3D%2216%22%20y2%3D%2268.4%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 71px;
  height: 76.9px;
}

.icon-add_favorite_hurt_love {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2218px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2018%2015%22%20style%3D%22enable-background%3Anew%200%200%2018%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23AAAAAA%3B%7D%0D%0A%09.st1%7Bfill%3A%2300B4F0%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M13.6%2C0C11.4%2C0%2C10%2C1%2C9%2C2C8%2C1%2C6.6%2C0%2C4.4%2C0C2.2%2C0-0.7%2C1.4%2C0.2%2C6.7C0.9%2C11.3%2C5.9%2C14.1%2C9%2C15%0D%0A%09c3.1-0.9%2C8.1-3.7%2C8.8-8.3C18.7%2C1.4%2C15.8%2C0%2C13.6%2C0z%20M16.8%2C6.6c-0.3%2C2-1.6%2C3.6-3.2%2C4.9c-1.5%2C1.2-3.2%2C2-4.7%2C2.5%0D%0A%09c-1.4-0.4-3.1-1.2-4.7-2.5c-1.6-1.3-2.9-2.9-3.2-4.9C0.7%2C4.1%2C1.2%2C2.7%2C1.9%2C2c0.6-0.7%2C1.6-1%2C2.5-1c1.9%2C0%2C3%2C0.8%2C3.9%2C1.7L9%2C3.4l0.7-0.7%0D%0A%09C10.6%2C1.8%2C11.8%2C1%2C13.6%2C1c0.9%2C0%2C1.9%2C0.3%2C2.5%2C1C16.8%2C2.7%2C17.3%2C4.1%2C16.8%2C6.6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 15px;
}

.icon-added_favorite_hurt_love {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2218px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2018%2015%22%20style%3D%22enable-background%3Anew%200%200%2018%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23AAAAAA%3B%7D%0D%0A%09.st1%7Bfill%3A%2300B4F0%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st1%22%20d%3D%22M13.6%2C0C11.4%2C0%2C10%2C1%2C9%2C2C8%2C1%2C6.6%2C0%2C4.4%2C0C2.2%2C0-0.7%2C1.4%2C0.2%2C6.7C0.9%2C11.3%2C5.9%2C14.1%2C9%2C15%0D%0A%09c3.1-0.9%2C8.1-3.7%2C8.8-8.3C18.7%2C1.4%2C15.8%2C0%2C13.6%2C0z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 15px;
}

.icon-app_android_34x40 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2235%22%20height%3D%2240%22%20viewBox%3D%220%200%2035%2040%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EVector%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-3805%20-1448)%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(3805%201448)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%209.9%200.3C%209.9%200.6%2010.2%200.9%2010.4%201.2L%2012%203.5C%2011.9%203.5%2011.6%203.7%2011.4%203.7C%2011.3%203.8%2011.2%203.8%2011.1%203.8C%2011%203.9%2010.9%204%2010.8%204C%2010%204.5%209.6%204.9%208.9%205.5C%208.8%205.6%208.4%206.1%208.2%206.3L%207.8%206.8C%207.4%207.4%207.2%207.7%206.9%208.4C%206.6%209.1%206.2%2010.3%206.2%2011.1L%2027.7%2011.1C%2027.7%2010.5%2027.6%2010.1%2027.5%209.6C%2027.3%208.9%2026.9%207.9%2026.5%207.3C%2026%206.6%2025.3%205.6%2024.6%205.1C%2024.1%204.7%2023.8%204.4%2023.2%204C%2023.1%204%2023%204%2023%203.9C%2022.8%203.8%2022.3%203.5%2022.2%203.5C%2022.2%203.4%2022.6%202.9%2022.7%202.7L%2023.8%201.1C%2023.9%201%2024.3%200.5%2024.3%200.3C%2024.2%200.1%2024%200%2023.8%200C%2023.6%200%2023.5%200.2%2023.4%200.3L%2022.6%201.5C%2022.4%201.8%2022.2%202%2022%202.3C%2021.9%202.4%2021.5%203%2021.4%203.1C%2021.3%203.1%2021.1%203%2020.9%203C%2018.2%202.1%2015.6%202.1%2012.9%203C%2012.8%203%2012.6%203.1%2012.4%203.1L%2010.5%200.3C%2010.4%200.1%2010.4%200%2010.1%200C%2010%200%209.9%200.1%209.9%200.3ZM%2012.5%208C%2011.3%208%2010.9%206.6%2011.6%206C%2012%205.7%2012.6%205.6%2013%205.8C%2014.1%206.4%2013.7%208%2012.5%208ZM%2021.7%208C%2021%208%2020.5%207.5%2020.5%206.9C%2020.5%206.5%2020.6%206.2%2020.8%205.9C%2021.1%205.6%2021.7%205.5%2022.1%205.7C%2022.2%205.8%2022.3%205.8%2022.4%206C%2023.2%206.7%2022.7%208%2021.7%208ZM%200%2015.1L%200%2024.6C%200%2025.3%200.2%2026%200.7%2026.5C%201%2026.7%201.4%2027%201.9%2027.1C%202.9%2027.3%203.9%2026.9%204.5%2026C%204.8%2025.5%204.9%2025.1%204.9%2024.5L%204.9%2015.3C%204.9%2014.4%204.7%2014%204.3%2013.4C%204%2013%203.3%2012.6%202.6%2012.6C%201.8%2012.6%201.2%2012.8%200.7%2013.4C%200.5%2013.6%200.4%2013.9%200.2%2014.2C%200.1%2014.4%200%2014.7%200%2015.1ZM%2029.2%2014.9L%2029.2%2024.8C%2029.2%2025.1%2029.3%2025.5%2029.4%2025.8C%2030%2027%2031.3%2027.6%2032.6%2027C%2033.4%2026.7%2034.1%2025.7%2034.1%2024.8L%2034.1%2015C%2034.1%2014.3%2033.8%2013.7%2033.4%2013.3C%2032.6%2012.6%2031.6%2012.3%2030.6%2012.8C%2029.7%2013.2%2029.2%2014%2029.2%2014.9ZM%206.3%2012.7L%206.3%2030C%206.3%2031.3%207%2032.2%208.4%2032.2L%2010.4%2032.2L%2010.4%2037.7C%2010.4%2038.9%2011.5%2040%2012.8%2040C%2014.1%2040%2015.2%2038.9%2015.2%2037.5L%2015.2%2032.1L%2018.9%2032.1L%2018.9%2037.5C%2018.9%2038.2%2019.2%2038.8%2019.6%2039.2C%2020%2039.6%2020.6%2039.9%2021.2%2039.9L%2021.4%2039.9C%2021.7%2039.9%2022%2039.8%2022.3%2039.7C%2022.4%2039.6%2022.5%2039.6%2022.7%2039.5C%2023.1%2039.2%2023.3%2039%2023.5%2038.5C%2023.6%2038.3%2023.7%2037.9%2023.7%2037.5L%2023.7%2032L%2025.7%2032C%2026.8%2032%2027.8%2031.2%2027.8%2030.1L%2027.8%2012.6L%206.3%2012.7C%206.3%2012.6%206.3%2012.6%206.3%2012.7Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 35px;
  height: 40px;
}

.icon-app_android_w {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2234px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2034%2040%22%20enable-background%3D%22new%200%200%2034%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M9.875%2C0.31c0%2C0.297%2C0.279%2C0.578%2C0.476%2C0.876L11.927%2C3.5c-0.148%2C0-0.443%2C0.182-0.558%2C0.248%0D%0A%09%09c-0.083%2C0.066-0.165%2C0.099-0.263%2C0.149c-0.099%2C0.049-0.164%2C0.099-0.263%2C0.165c-0.771%2C0.463-1.231%2C0.859-1.871%2C1.421%0D%0A%09%09C8.791%2C5.649%2C8.381%2C6.161%2C8.2%2C6.36L7.855%2C6.822C7.461%2C7.401%2C7.248%2C7.748%2C6.952%2C8.409C6.657%2C9.07%2C6.279%2C10.293%2C6.279%2C11.07h21.49%0D%0A%09%09c0-0.562-0.115-0.992-0.246-1.471c-0.18-0.744-0.591-1.653-0.985-2.281c-0.46-0.727-1.215-1.669-1.871-2.198%0D%0A%09%09c-0.526-0.43-0.821-0.694-1.445-1.058c-0.082-0.05-0.148-0.099-0.246-0.149c-0.165-0.099-0.69-0.38-0.821-0.413%0D%0A%09%09c0.032-0.132%2C0.394-0.628%2C0.492-0.777l1.067-1.554c0.083-0.132%2C0.477-0.644%2C0.477-0.81c0-0.247-0.148-0.347-0.362-0.347%0D%0A%09%09c-0.197%2C0-0.279%2C0.182-0.377%2C0.298l-0.821%2C1.223c-0.197%2C0.281-0.378%2C0.529-0.558%2C0.81c-0.099%2C0.132-0.526%2C0.727-0.559%2C0.826%0D%0A%09%09c-0.131%2C0-0.328-0.099-0.459-0.132c-2.693-0.909-5.319-0.909-8.012-0.016c-0.148%2C0.049-0.345%2C0.148-0.492%2C0.148l-1.938-2.842%0D%0A%09%09c-0.147-0.199-0.164-0.315-0.443-0.315C10.006%2C0.012%2C9.875%2C0.144%2C9.875%2C0.31%20M12.534%2C8.045c-1.182%2C0-1.559-1.388-0.87-2.049%0D%0A%09%09c0.361-0.331%2C0.919-0.43%2C1.346-0.215C14.16%2C6.392%2C13.683%2C8.045%2C12.534%2C8.045%20M21.711%2C8.045c-0.656%2C0-1.165-0.545-1.165-1.091%0D%0A%09%09c0-0.396%2C0.066-0.694%2C0.344-0.958c0.345-0.331%2C0.92-0.43%2C1.347-0.215c0.131%2C0.083%2C0.213%2C0.149%2C0.328%2C0.264%0D%0A%09%09C23.271%2C6.756%2C22.762%2C8.045%2C21.711%2C8.045%20M0.024%2C15.103v9.455c0%2C0.71%2C0.23%2C1.372%2C0.706%2C1.851c0.328%2C0.331%2C0.723%2C0.579%2C1.215%2C0.678%0D%0A%09%09c1.018%2C0.231%2C2.036-0.231%2C2.561-1.091C4.785%2C25.533%2C4.9%2C25.07%2C4.9%2C24.459v-9.24c0-0.859-0.18-1.289-0.64-1.851%0D%0A%09%09c-0.296-0.38-1.002-0.827-1.675-0.827c-0.755%2C0-1.412%2C0.215-1.904%2C0.777c-0.197%2C0.232-0.345%2C0.48-0.46%2C0.76%0D%0A%09%09C0.106%2C14.376%2C0.024%2C14.69%2C0.024%2C15.103%20M29.181%2C14.888v9.868c0%2C0.348%2C0.099%2C0.728%2C0.214%2C0.959%0D%0A%09%09c0.591%2C1.223%2C1.888%2C1.769%2C3.168%2C1.223c0.821-0.33%2C1.461-1.273%2C1.461-2.182v-9.768c0-0.711-0.328-1.339-0.689-1.703%0D%0A%09%09c-0.755-0.744-1.839-0.975-2.775-0.512C29.772%2C13.17%2C29.181%2C13.996%2C29.181%2C14.888%20M6.312%2C12.69v17.322%0D%0A%09%09c0%2C1.34%2C0.739%2C2.166%2C2.101%2C2.166h1.954v5.521c0%2C1.156%2C1.084%2C2.313%2C2.414%2C2.313c1.329%2C0%2C2.429-1.124%2C2.429-2.462v-5.372h3.743v5.421%0D%0A%09%09c0%2C0.695%2C0.345%2C1.339%2C0.706%2C1.686c0.443%2C0.446%2C1.034%2C0.711%2C1.626%2C0.727h0.196c0.296-0.016%2C0.608-0.082%2C0.904-0.231%0D%0A%09%09c0.131-0.066%2C0.246-0.116%2C0.361-0.215c0.394-0.297%2C0.591-0.512%2C0.821-0.975c0.098-0.215%2C0.23-0.628%2C0.23-0.959v-5.454h1.986%0D%0A%09%09c1.149%2C0%2C2.052-0.794%2C2.052-1.851V12.608H6.394C6.328%2C12.608%2C6.312%2C12.624%2C6.312%2C12.69%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 34px;
  height: 40px;
}

.icon-app_apple_32x40 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2240%22%20viewBox%3D%220%200%2032%2040%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3Eapple%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-4025%20-1448)%22%3E%0D%0A%3Cg%20id%3D%22apple%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(4025%201457.57)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(4025%201457.57)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(4041.11%201448)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(4041.11%201448)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path2_fill%22%20transform%3D%22translate(4041.2%201453.6)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(4041.11%201448)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2027.063%2011.5307C%2027.063%206.53067%2031.163%204.13067%2031.363%203.93067C%2029.063%200.530665%2025.363%200.0306656%2024.063%200.0306656C%2020.963%20-0.269334%2018.063%201.73067%2016.463%201.73067C%2014.863%201.73067%2013.463%200.0306656%209.86305%200.0306656C%206.46305%200.0306656%203.36305%202.13067%201.66305%205.23067C%20-1.83695%2011.3307%200.763048%2020.3307%204.16305%2025.2307C%205.86305%2027.6307%208.06305%2030.3307%2010.663%2030.2307C%2013.163%2030.1307%2014.063%2028.8307%2017.163%2028.8307C%2020.163%2028.8307%2020.863%2030.2307%2023.463%2030.2307C%2026.163%2030.1307%2027.863%2027.7307%2029.563%2025.3307C%2031.463%2022.5307%2031.863%2019.8307%2031.863%2019.6307C%2031.963%2019.5307%2027.163%2017.5307%2027.063%2011.5307Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20d%3D%22M%205.9498%206.3C%207.3498%204.6%208.2498%202.3%208.0498%200C%206.0498%200.1%203.6498%201.3%202.1498%203C%200.849803%204.5%20-0.250197%206.9%200.0498027%209.1C%202.3498%209.3%204.5498%208%205.9498%206.3Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path2_fill%22%20d%3D%22M%200.265685%202.3C%200.165685%201.8%200.165685%201.3%200.165685%200.8C%20-0.0343153%201.6%20-0.0343138%202.4%200.0656862%203.2C%202.26569%203.3%204.56569%202%205.86569%200.2C%205.96569%200.1%205.96569%200.0999999%206.06569%20-9.53674e-08C%204.46569%201.4%202.36568%202.4%200.265685%202.3Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 40px;
}

.icon-app_apple_w {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2234px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2034%2040%22%20enable-background%3D%22new%200%200%2034%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M28.09%2C21.247c-0.044-5.063%2C4.133-7.498%2C4.322-7.612c-2.35-3.443-6.009-3.914-7.313-3.97%0D%0A%09%09%09c-3.118-0.316-6.081%2C1.664-7.662%2C1.664c-1.578%2C0-3.015-1.753-6.6-1.753c-3.398%2C0-6.527%2C2.158-8.275%2C5.199%0D%0A%09%09%09c-3.526%2C6.122-0.899%2C15.188%2C2.536%2C20.154c1.681%2C2.43%2C3.934%2C5.163%2C6.566%2C5.063c2.536-0.1%2C3.459-1.417%2C6.522-1.417%0D%0A%09%09%09c3.063%2C0%2C3.703%2C1.417%2C6.38%2C1.37c2.727-0.053%2C4.455-2.477%2C6.125-4.916c1.928-2.818%2C2.297-5.548%2C2.341-5.69%0D%0A%09%09%09C32.979%2C29.314%2C28.146%2C27.3%2C28.09%2C21.247%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M28.09%2C21.247c-0.044-5.063%2C4.133-7.498%2C4.322-7.612c-2.35-3.443-6.009-3.914-7.313-3.97%0D%0A%09%09%09c-3.118-0.316-6.081%2C1.664-7.662%2C1.664c-1.578%2C0-3.015-1.753-6.6-1.753c-3.398%2C0-6.527%2C2.158-8.275%2C5.199%0D%0A%09%09%09c-3.526%2C6.122-0.899%2C15.188%2C2.536%2C20.154c1.681%2C2.43%2C3.934%2C5.163%2C6.566%2C5.063c2.536-0.1%2C3.459-1.417%2C6.522-1.417%0D%0A%09%09%09c3.063%2C0%2C3.703%2C1.417%2C6.38%2C1.37c2.727-0.053%2C4.455-2.477%2C6.125-4.916c1.928-2.818%2C2.297-5.548%2C2.341-5.69%0D%0A%09%09%09C32.979%2C29.314%2C28.146%2C27.3%2C28.09%2C21.247%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M23.058%2C6.38c1.398-1.689%2C2.336-4.045%2C2.081-6.386c-2.014%2C0.081-4.45%2C1.34-5.892%2C3.032%0D%0A%09%09%09c-1.298%2C1.495-2.43%2C3.889-2.125%2C6.186C19.369%2C9.385%2C21.66%2C8.072%2C23.058%2C6.38%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M23.058%2C6.38c1.398-1.689%2C2.336-4.045%2C2.081-6.386c-2.014%2C0.081-4.45%2C1.34-5.892%2C3.032%0D%0A%09%09%09c-1.298%2C1.495-2.43%2C3.889-2.125%2C6.186C19.369%2C9.385%2C21.66%2C8.072%2C23.058%2C6.38%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M17.421%2C7.9c-0.083-0.502-0.106-1.01-0.078-1.517c-0.183%2C0.807-0.236%2C1.64-0.105%2C2.458%0D%0A%09%09%09c2.247%2C0.116%2C4.505-1.257%2C5.859-2.979c0.058-0.072%2C0.111-0.144%2C0.166-0.219C21.643%2C7.052%2C19.527%2C8.011%2C17.421%2C7.9%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M23.058%2C6.38c1.398-1.689%2C2.336-4.045%2C2.081-6.386c-2.014%2C0.081-4.45%2C1.34-5.892%2C3.032%0D%0A%09%09%09c-1.298%2C1.495-2.43%2C3.889-2.125%2C6.186C19.369%2C9.385%2C21.66%2C8.072%2C23.058%2C6.38%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 34px;
  height: 40px;
}

.icon-app_windows_36x40 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2236%22%20height%3D%2240%22%20viewBox%3D%220%200%2036%2040%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EVector%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-4230%20-1448)%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(4230%201448)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2014.9%2035.8L%2036%2040L%2036%2021.2L%2014.9%2020.8L%2014.9%2035.8ZM%200%2032.8L%2013.2%2035.4L%2013.2%2020.8L%200%2020.7L%200%2032.8ZM%200%207.2L%200%2019.2L%2013.2%2019L%2013.2%204.6L%200%207.2ZM%2036%200L%2014.9%204.1L%2014.9%2019.1L%2036%2018.7L%2036%200Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 36px;
  height: 40px;
}

.icon-app_wp_w {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2236px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2036%2040%22%20enable-background%3D%22new%200%200%2036%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M14.92%2C35.806l21.068%2C4.206V21.195L14.92%2C20.843V35.806z%20M-0.012%2C32.785l13.193%2C2.633V20.843l-13.193-0.16%0D%0A%09V32.785z%20M-0.012%2C7.237v12.032l13.193-0.159V4.606L-0.012%2C7.237z%20M35.988%2C0.012L14.92%2C4.146V19.11l21.068-0.353V0.012z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 36px;
  height: 40px;
}

.icon-ar_black_check {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%222%2C9.4%207.7%2C15%2018%2C5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_black_check_check {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%221.5%2C10%206.5%2C15%2017.5%2C4%20%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%228.5%2C12%2011.5%2C15%2018.5%2C8%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_black_cross {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2216.5%22%20y1%3D%2216.5%22%20x2%3D%223.5%22%20y2%3D%223.5%22%2F%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2216.5%22%20y1%3D%223.5%22%20x2%3D%223.5%22%20y2%3D%2216.5%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_black_down {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2215%22%20x2%3D%2210%22%20y2%3D%223%22%2F%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%223%2C10%2010%2C16%2017%2C10%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_black_exit {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2210%22%20x2%3D%222%22%20y2%3D%2210%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%225%2C17%2010%2C10%205%2C3%20%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2210%2C4%2017%2C4%2017%2C16%2010%2C16%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_black_komment_minus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2215%22%20x2%3D%2210%22%20y2%3D%223%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%225.5%2C13%2010%2C16%2014.5%2C13%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_black_komment_plus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%225%22%20x2%3D%2210%22%20y2%3D%2217%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2214.5%2C7%2010%2C4%205.5%2C7%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_black_left {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%225%22%20y1%3D%2210%22%20x2%3D%2217%22%20y2%3D%2210%22%2F%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2210%2C3%204%2C10%2010%2C17%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_black_menu_down {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%224.5%2C7.5%2010%2C12.5%2015.5%2C7.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_black_menu_up {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2215.5%2C12.5%2010%2C7.5%204.5%2C12.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_black_moving_top_down {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%229.8%22%20r%3D%222.5%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2215.5%2C7%2010%2C3%204.5%2C7%20%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%224.5%2C13%2010%2C17%2015.5%2C13%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_black_plus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2218%22%20x2%3D%2210%22%20y2%3D%222%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%2210%22%20x2%3D%222%22%20y2%3D%2210%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_black_righ {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2215%22%20y1%3D%2210%22%20x2%3D%223%22%20y2%3D%2210%22%2F%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2210%2C17%2016%2C10%2010%2C3%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_black_share {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2213%2C15%204%2C10%2013%2C5%20%22%2F%3E%0D%0A%3Ccircle%20cx%3D%2214%22%20cy%3D%225%22%20r%3D%223%22%2F%3E%0D%0A%3Ccircle%20cx%3D%2214%22%20cy%3D%2215%22%20r%3D%223%22%2F%3E%0D%0A%3Ccircle%20cx%3D%225%22%20cy%3D%2210%22%20r%3D%223%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_black_slide_left {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2020%2030%22%20enable-background%3D%22new%200%200%2020%2030%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%2216%2C1%204%2C15%2016%2C29%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 30px;
}

.icon-ar_black_slide_right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2020%2030%22%20enable-background%3D%22new%200%200%2020%2030%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%224%2C29%2016%2C15%204%2C1%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 30px;
}

.icon-ar_black_top {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%225%22%20x2%3D%2210%22%20y2%3D%2217%22%2F%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2217%2C10%2010%2C4%203%2C10%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_blue_check {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%222%2C9.4%207.7%2C15%2018%2C5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_blue_cross {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2216.5%22%20y1%3D%2216.5%22%20x2%3D%223.5%22%20y2%3D%223.5%22%2F%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2216.5%22%20y1%3D%223.5%22%20x2%3D%223.5%22%20y2%3D%2216.5%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_blue_down {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2215%22%20x2%3D%2210%22%20y2%3D%223%22%2F%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%223%2C10%2010%2C16%2017%2C10%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_blue_exit {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%229%22%20y1%3D%2210%22%20x2%3D%222%22%20y2%3D%2210%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%225%2C17%2010%2C10%205%2C3%20%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2210%2C4%2017%2C4%2017%2C16%2010%2C16%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_blue_komment_minus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2215%22%20x2%3D%2210%22%20y2%3D%223%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%225.5%2C13%2010%2C16%2014.5%2C13%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_blue_left {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%225%22%20y1%3D%2210%22%20x2%3D%2217%22%20y2%3D%2210%22%2F%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2210%2C3%204%2C10%2010%2C17%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_blue_moving_top_down {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Ccircle%20fill%3D%22%2300B4F0%22%20cx%3D%2210%22%20cy%3D%229.8%22%20r%3D%222.5%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2215.5%2C7%2010%2C3%204.5%2C7%20%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%224.5%2C13%2010%2C17%2015.5%2C13%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_blue_plus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2218%22%20x2%3D%2210%22%20y2%3D%222%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%2210%22%20x2%3D%222%22%20y2%3D%2210%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_blue_righ {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2215%22%20y1%3D%2210%22%20x2%3D%223%22%20y2%3D%2210%22%2F%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2210%2C17%2016%2C10%2010%2C3%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_gray_slide_left_sm {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2210%22%20height%3D%2218%22%20viewBox%3D%220%200%2010%2018%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EVector%2013%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-8175%20-5327)%22%3E%0D%0A%3Cg%20id%3D%22Vector%2013%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_stroke%22%20transform%3D%22matrix(0.707107%200.707107%20-0.707107%200.707107%208183.87%205327.74)%22%20fill%3D%22%23BABFC6%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_stroke%22%20d%3D%22M%200%2011.5L%20-0.5%2011.5L%20-0.5%2012L%200%2012L%200%2011.5ZM%20-0.5%200L%20-0.5%2011.5L%200.5%2011.5L%200.5%200L%20-0.5%200ZM%200%2012L%2011.5%2012L%2011.5%2011L%200%2011L%200%2012Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 10px;
  height: 18px;
}

.icon-ar_gray_slide_right_sm {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2210%22%20height%3D%2218%22%20viewBox%3D%220%200%2010%2018%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EVector%2013%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-9315%20-5327)%22%3E%0D%0A%3Cg%20id%3D%22Vector%2013%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_stroke%22%20transform%3D%22matrix(-0.707107%20-0.707107%200.707107%20-0.707107%209316.13%205344.26)%22%20fill%3D%22%23BABFC6%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_stroke%22%20d%3D%22M%200%2011.5L%20-0.5%2011.5L%20-0.5%2012L%200%2012L%200%2011.5ZM%20-0.5%200L%20-0.5%2011.5L%200.5%2011.5L%200.5%200L%20-0.5%200ZM%200%2012L%2011.5%2012L%2011.5%2011L%200%2011L%200%2012Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 10px;
  height: 18px;
}

.icon-ar_green_check {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%222%2C9.4%207.7%2C15%2018%2C5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_green_cross {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2216.5%22%20y1%3D%2216.5%22%20x2%3D%223.5%22%20y2%3D%223.5%22%2F%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2216.5%22%20y1%3D%223.5%22%20x2%3D%223.5%22%20y2%3D%2216.5%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_green_down {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2215%22%20x2%3D%2210%22%20y2%3D%223%22%2F%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%223%2C10%2010%2C16%2017%2C10%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_green_komment_plus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%225%22%20x2%3D%2210%22%20y2%3D%2217%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2214.5%2C7%2010%2C4%205.5%2C7%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_green_left {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%225%22%20y1%3D%2210%22%20x2%3D%2217%22%20y2%3D%2210%22%2F%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2210%2C3%204%2C10%2010%2C17%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_green_menu_down {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%224.5%2C7.5%2010%2C12.5%2015.5%2C7.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_green_plus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2218%22%20x2%3D%2210%22%20y2%3D%222%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%2210%22%20x2%3D%222%22%20y2%3D%2210%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_green_share {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2213%2C15%204%2C10%2013%2C5%20%22%2F%3E%0D%0A%3Ccircle%20fill%3D%22%231EA01E%22%20cx%3D%2214%22%20cy%3D%225%22%20r%3D%223%22%2F%3E%0D%0A%3Ccircle%20fill%3D%22%231EA01E%22%20cx%3D%2214%22%20cy%3D%2215%22%20r%3D%223%22%2F%3E%0D%0A%3Ccircle%20fill%3D%22%231EA01E%22%20cx%3D%225%22%20cy%3D%2210%22%20r%3D%223%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_green_slide_right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2020%2030%22%20enable-background%3D%22new%200%200%2020%2030%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%224%2C29%2016%2C15%204%2C1%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 30px;
}

.icon-ar_green_top {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%225%22%20x2%3D%2210%22%20y2%3D%2217%22%2F%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2217%2C10%2010%2C4%203%2C10%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_orange_cross {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FA961E%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2216.5%22%20y1%3D%2216.5%22%20x2%3D%223.5%22%20y2%3D%223.5%22%2F%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FA961E%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2216.5%22%20y1%3D%223.5%22%20x2%3D%223.5%22%20y2%3D%2216.5%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_white_check {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%222%2C9.4%207.7%2C15%2018%2C5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_white_cross {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2216.5%22%20y1%3D%2216.5%22%20x2%3D%223.5%22%20y2%3D%223.5%22%2F%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2216.5%22%20y1%3D%223.5%22%20x2%3D%223.5%22%20y2%3D%2216.5%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_white_komment_minus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2215%22%20x2%3D%2210%22%20y2%3D%223%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%225.5%2C13%2010%2C16%2014.5%2C13%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_white_komment_plus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%225%22%20x2%3D%2210%22%20y2%3D%2217%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2214.5%2C7%2010%2C4%205.5%2C7%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_white_left {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%225%22%20y1%3D%2210%22%20x2%3D%2217%22%20y2%3D%2210%22%2F%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2210%2C3%204%2C10%2010%2C17%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_white_menu_down {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%224.5%2C7.5%2010%2C12.5%2015.5%2C7.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_white_menu_up {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2215.5%2C12.5%2010%2C7.5%204.5%2C12.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_white_plus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2218%22%20x2%3D%2210%22%20y2%3D%222%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%2210%22%20x2%3D%222%22%20y2%3D%2210%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_white_righ {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2215%22%20y1%3D%2210%22%20x2%3D%223%22%20y2%3D%2210%22%2F%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2210%2C17%2016%2C10%2010%2C3%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-ar_white_slide_left {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2020%2030%22%20enable-background%3D%22new%200%200%2020%2030%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%2216%2C1%204%2C15%2016%2C29%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 30px;
}

.icon-ar_white_slide_left_sm {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%229%22%20height%3D%2215%22%20viewBox%3D%220%200%209%2015%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EGroup%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-8726%20-4972)%22%3E%0D%0A%3Cg%20id%3D%22Group%22%3E%0D%0A%3Cg%20id%3D%22Rectangle%2048%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22matrix(0.707107%20-0.707107%200.707107%200.707107%208726%204979.07)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2048%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22matrix(-0.707107%20-0.707107%200.707107%20-0.707107%208727.41%204980.49)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%200%200L%202%200L%202%2010L%200%2010L%200%200Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 9px;
  height: 15px;
}

.icon-ar_white_slide_right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2020%2030%22%20enable-background%3D%22new%200%200%2020%2030%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%224%2C29%2016%2C15%204%2C1%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 30px;
}

.icon-ar_white_slide_right_sm {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%229%22%20height%3D%2215%22%20viewBox%3D%220%200%209%2015%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EGroup%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-8748%20-4972)%22%3E%0D%0A%3Cg%20id%3D%22Group%22%3E%0D%0A%3Cg%20id%3D%22Rectangle%2048%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22matrix(-0.707107%200.707107%20-0.707107%20-0.707107%208756.49%204979.07)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2048%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22matrix(0.707107%200.707107%20-0.707107%200.707107%208755.07%204977.66)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%200%200L%202%200L%202%2010L%200%2010L%200%200Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 9px;
  height: 15px;
}

.icon-ar_white_top {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%225%22%20x2%3D%2210%22%20y2%3D%2217%22%2F%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2217%2C10%2010%2C4%203%2C10%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-beboss_pro_logo {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22115%22%20height%3D%2230%22%20viewBox%3D%220%200%20115%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EGroup%202%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-9706%2015286)%22%3E%0D%0A%3Cg%20id%3D%22Group%202%22%3E%0D%0A%3Cg%20id%3D%22%26%23208%3B%26%23145%3B%26%23208%3B%26%23152%3B%26%23208%3B%26%23145%3B%26%23208%3B%26%23158%3B%26%23208%3B%26%23161%3B%26%23208%3B%26%23161%3B%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(9746%20-15284)%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Group%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(9706%20-15286)%22%20fill%3D%22%23FA961E%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path2_fill%22%20transform%3D%22translate(9725.99%20-15286)%22%20fill%3D%22%23FFCD05%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path3_fill%22%20transform%3D%22translate(9706%20-15266)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path4_fill%22%20transform%3D%22translate(9716.01%20-15276)%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%201.26%206.3L%2010.311%206.3L%2010.311%208.862L%204.137%208.862L%204.137%2011.928C%204.375%2011.886%204.662%2011.844%204.998%2011.802C%205.348%2011.76%205.691%2011.739%206.027%2011.739C%206.811%2011.739%207.532%2011.816%208.19%2011.97C%208.848%2012.124%209.408%2012.383%209.87%2012.747C%2010.346%2013.097%2010.717%2013.566%2010.983%2014.154C%2011.249%2014.728%2011.382%2015.435%2011.382%2016.275C%2011.382%2017.101%2011.242%2017.822%2010.962%2018.438C%2010.696%2019.054%2010.304%2019.565%209.786%2019.971C%209.282%2020.377%208.666%2020.685%207.938%2020.895C%207.224%2021.105%206.419%2021.21%205.523%2021.21C%205.285%2021.21%204.984%2021.203%204.62%2021.189C%204.27%2021.175%203.892%2021.154%203.486%2021.126C%203.094%2021.098%202.702%2021.063%202.31%2021.021C%201.918%2020.979%201.568%2020.923%201.26%2020.853L%201.26%206.3ZM%205.733%2018.837C%206.097%2018.837%206.433%2018.795%206.741%2018.711C%207.063%2018.613%207.343%2018.473%207.581%2018.291C%207.819%2018.095%208.008%2017.85%208.148%2017.556C%208.288%2017.262%208.358%2016.905%208.358%2016.485C%208.358%2015.981%208.281%2015.575%208.127%2015.267C%207.973%2014.959%207.763%2014.721%207.497%2014.553C%207.231%2014.371%206.923%2014.252%206.573%2014.196C%206.237%2014.14%205.873%2014.112%205.481%2014.112C%205.285%2014.112%205.04%2014.133%204.746%2014.175C%204.452%2014.203%204.249%2014.231%204.137%2014.259L%204.137%2018.732C%204.291%2018.774%204.522%2018.802%204.83%2018.816C%205.152%2018.83%205.453%2018.837%205.733%2018.837ZM%2021.8046%2012.852L%2021.9726%2010.941L%2021.8676%2010.941L%2020.8806%2012.915L%2015.3996%2021L%2013.2366%2021L%2013.2366%206.3L%2016.1136%206.3L%2016.1136%2014.301L%2015.9036%2016.275L%2016.0296%2016.275L%2017.0586%2014.238L%2022.5396%206.3L%2024.6816%206.3L%2024.6816%2021L%2021.8046%2021L%2021.8046%2012.852ZM%2027.2229%206.3L%2036.2739%206.3L%2036.2739%208.862L%2030.0999%208.862L%2030.0999%2011.928C%2030.3379%2011.886%2030.6249%2011.844%2030.9609%2011.802C%2031.3109%2011.76%2031.6539%2011.739%2031.9899%2011.739C%2032.7739%2011.739%2033.4949%2011.816%2034.1529%2011.97C%2034.8109%2012.124%2035.3709%2012.383%2035.8329%2012.747C%2036.3089%2013.097%2036.6799%2013.566%2036.9459%2014.154C%2037.2119%2014.728%2037.3449%2015.435%2037.3449%2016.275C%2037.3449%2017.101%2037.2049%2017.822%2036.9249%2018.438C%2036.6589%2019.054%2036.2669%2019.565%2035.7489%2019.971C%2035.2449%2020.377%2034.6289%2020.685%2033.9009%2020.895C%2033.1869%2021.105%2032.3819%2021.21%2031.4859%2021.21C%2031.2479%2021.21%2030.9469%2021.203%2030.5829%2021.189C%2030.2329%2021.175%2029.8549%2021.154%2029.4489%2021.126C%2029.0569%2021.098%2028.6649%2021.063%2028.2729%2021.021C%2027.8809%2020.979%2027.5309%2020.923%2027.2229%2020.853L%2027.2229%206.3ZM%2031.6959%2018.837C%2032.0599%2018.837%2032.3959%2018.795%2032.7039%2018.711C%2033.0259%2018.613%2033.3059%2018.473%2033.5439%2018.291C%2033.7819%2018.095%2033.9709%2017.85%2034.1109%2017.556C%2034.2509%2017.262%2034.3209%2016.905%2034.3209%2016.485C%2034.3209%2015.981%2034.2439%2015.575%2034.0899%2015.267C%2033.9359%2014.959%2033.7259%2014.721%2033.4599%2014.553C%2033.1939%2014.371%2032.8859%2014.252%2032.5359%2014.196C%2032.1999%2014.14%2031.8359%2014.112%2031.4439%2014.112C%2031.2479%2014.112%2031.0029%2014.133%2030.7089%2014.175C%2030.4149%2014.203%2030.2119%2014.231%2030.0999%2014.259L%2030.0999%2018.732C%2030.2539%2018.774%2030.4849%2018.802%2030.7929%2018.816C%2031.1149%2018.83%2031.4159%2018.837%2031.6959%2018.837ZM%2038.7375%2013.65C%2038.7375%2011.2%2039.2765%209.317%2040.3545%208.001C%2041.4325%206.671%2042.9725%206.006%2044.9745%206.006C%2046.0245%206.006%2046.9415%206.188%2047.7255%206.552C%2048.5095%206.916%2049.1605%207.434%2049.6785%208.106C%2050.1965%208.778%2050.5815%209.583%2050.8335%2010.521C%2051.0855%2011.459%2051.2115%2012.502%2051.2115%2013.65C%2051.2115%2016.1%2050.6655%2017.99%2049.5735%2019.32C%2048.4955%2020.636%2046.9625%2021.294%2044.9745%2021.294C%2043.9105%2021.294%2042.9865%2021.112%2042.2025%2020.748C%2041.4185%2020.384%2040.7675%2019.866%2040.2495%2019.194C%2039.7455%2018.522%2039.3675%2017.717%2039.1155%2016.779C%2038.8635%2015.841%2038.7375%2014.798%2038.7375%2013.65ZM%2041.7615%2013.65C%2041.7615%2014.392%2041.8245%2015.078%2041.9505%2015.708C%2042.0765%2016.324%2042.2655%2016.856%2042.5175%2017.304C%2042.7835%2017.752%2043.1195%2018.102%2043.5255%2018.354C%2043.9315%2018.606%2044.4145%2018.732%2044.9745%2018.732C%2045.9965%2018.732%2046.7875%2018.333%2047.3475%2017.535C%2047.9075%2016.737%2048.1875%2015.442%2048.1875%2013.65C%2048.1875%2012.936%2048.1245%2012.271%2047.9985%2011.655C%2047.8865%2011.039%2047.7045%2010.5%2047.4525%2010.038C%2047.2005%209.576%2046.8715%209.219%2046.4655%208.967C%2046.0595%208.701%2045.5625%208.568%2044.9745%208.568C%2043.9525%208.568%2043.1615%208.981%2042.6015%209.807C%2042.0415%2010.619%2041.7615%2011.9%2041.7615%2013.65ZM%2063.2218%2020.391C%2062.7738%2020.713%2062.1998%2020.944%2061.4998%2021.084C%2060.8138%2021.224%2060.1068%2021.294%2059.3788%2021.294C%2058.4968%2021.294%2057.6568%2021.161%2056.8588%2020.895C%2056.0748%2020.615%2055.3818%2020.174%2054.7798%2019.572C%2054.1778%2018.956%2053.6948%2018.165%2053.3308%2017.199C%2052.9808%2016.219%2052.8058%2015.036%2052.8058%2013.65C%2052.8058%2012.208%2053.0018%2011.004%2053.3938%2010.038C%2053.7998%209.058%2054.3178%208.274%2054.9478%207.686C%2055.5918%207.084%2056.3058%206.657%2057.0898%206.405C%2057.8738%206.139%2058.6578%206.006%2059.4418%206.006C%2060.2818%206.006%2060.9888%206.062%2061.5628%206.174C%2062.1508%206.286%2062.6338%206.419%2063.0118%206.573L%2062.4448%209.009C%2062.1228%208.855%2061.7378%208.743%2061.2898%208.673C%2060.8558%208.603%2060.3238%208.568%2059.6938%208.568C%2058.5318%208.568%2057.5938%208.981%2056.8798%209.807C%2056.1798%2010.633%2055.8298%2011.914%2055.8298%2013.65C%2055.8298%2014.406%2055.9138%2015.099%2056.0818%2015.729C%2056.2498%2016.345%2056.5018%2016.877%2056.8378%2017.325C%2057.1878%2017.759%2057.6148%2018.102%2058.1188%2018.354C%2058.6368%2018.592%2059.2318%2018.711%2059.9038%2018.711C%2060.5338%2018.711%2061.0658%2018.648%2061.4998%2018.522C%2061.9338%2018.396%2062.3118%2018.235%2062.6338%2018.039L%2063.2218%2020.391ZM%2074.255%2020.391C%2073.807%2020.713%2073.233%2020.944%2072.533%2021.084C%2071.847%2021.224%2071.14%2021.294%2070.412%2021.294C%2069.53%2021.294%2068.69%2021.161%2067.892%2020.895C%2067.108%2020.615%2066.415%2020.174%2065.813%2019.572C%2065.211%2018.956%2064.728%2018.165%2064.364%2017.199C%2064.014%2016.219%2063.839%2015.036%2063.839%2013.65C%2063.839%2012.208%2064.035%2011.004%2064.427%2010.038C%2064.833%209.058%2065.351%208.274%2065.981%207.686C%2066.625%207.084%2067.339%206.657%2068.123%206.405C%2068.907%206.139%2069.691%206.006%2070.475%206.006C%2071.315%206.006%2072.022%206.062%2072.596%206.174C%2073.184%206.286%2073.667%206.419%2074.045%206.573L%2073.478%209.009C%2073.156%208.855%2072.771%208.743%2072.323%208.673C%2071.889%208.603%2071.357%208.568%2070.727%208.568C%2069.565%208.568%2068.627%208.981%2067.913%209.807C%2067.213%2010.633%2066.863%2011.914%2066.863%2013.65C%2066.863%2014.406%2066.947%2015.099%2067.115%2015.729C%2067.283%2016.345%2067.535%2016.877%2067.871%2017.325C%2068.221%2017.759%2068.648%2018.102%2069.152%2018.354C%2069.67%2018.592%2070.265%2018.711%2070.937%2018.711C%2071.567%2018.711%2072.099%2018.648%2072.533%2018.522C%2072.967%2018.396%2073.345%2018.235%2073.667%2018.039L%2074.255%2020.391Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20d%3D%22M%200%200L%200%2010.0125L%200%2019.9875L%2010.0125%2019.9875L%2010.0125%2010.0125L%2019.9875%2010.0125L%2019.9875%200L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path2_fill%22%20d%3D%22M%20-2.86102e-07%200L%20-2.86102e-07%2010.0125L%20-2.86102e-07%2019.9875L%2010.0125%2019.9875L%2010.0125%200L%20-2.86102e-07%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path3_fill%22%20d%3D%22M%2010.0125%200L%200%200L%200%2010.0125L%2010.0125%2010.0125L%2010.0125%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path4_fill%22%20d%3D%22M%202.86102e-07%202.86102e-07L%202.86102e-07%209.975L%202.86102e-07%2019.9875L%209.975%2019.9875L%2019.9875%2019.9875L%2019.9875%209.975L%209.975%209.975L%209.975%202.86102e-07L%202.86102e-07%202.86102e-07Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 115px;
  height: 30px;
}

.icon-bk_checkbox_off_hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2020%20%2F%20Checkbox%20%2F%20Off%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%202%22%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Crect%20id%3D%22Rectangle%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2218%22%20height%3D%2218%22%20rx%3D%225%22%20stroke%3D%22%238FD08F%22%20stroke-width%3D%222%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-bk_checkbox_off_hover_30 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2030%20%2F%20Checkbox%20%2F%20Off%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%202%22%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Crect%20id%3D%22Rectangle%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2228%22%20height%3D%2228%22%20rx%3D%225%22%20stroke%3D%22%238FD08F%22%20stroke-width%3D%222%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-bk_checkbox_off_normal {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2020%20%2F%20Checkbox%20%2F%20Off%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%202%22%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Crect%20id%3D%22Rectangle%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2218%22%20height%3D%2218%22%20rx%3D%225%22%20stroke%3D%22black%22%20stroke-opacity%3D%220.2%22%20stroke-width%3D%222%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-bk_checkbox_off_normal_30 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2030%20%2F%20Checkbox%20%2F%20Off%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%202%22%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Crect%20id%3D%22Rectangle%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2228%22%20height%3D%2228%22%20rx%3D%225%22%20stroke%3D%22black%22%20stroke-opacity%3D%220.2%22%20stroke-width%3D%222%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-bk_checkbox_off_plus_hover_30 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2030%20%2F%20Checkbox%20%2F%20Off_Plus%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%202%22%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cg%20id%3D%22Rectangle%22%3E%0D%0A%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2228%22%20height%3D%2228%22%20rx%3D%225%22%20stroke%3D%22%238FD08F%22%20stroke-width%3D%222%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpath%20id%3D%22Vector%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%207H15C15.5523%207%2016%207.44772%2016%208C16%208.55228%2015.5523%209%2015%209H9V15C9%2015.5523%208.55228%2016%208%2016C7.44772%2016%207%2015.5523%207%2015V9H1C0.447715%209%200%208.55228%200%208C0%207.44772%200.447715%207%201%207H7V1C7%200.447715%207.44772%200%208%200C8.55228%200%209%200.447715%209%201V7Z%22%20transform%3D%22translate(7%207)%22%20fill%3D%22%238FD08F%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-bk_checkbox_off_plus_normal_30 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2030%20%2F%20Checkbox%20%2F%20Off_Plus%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%202%22%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cg%20id%3D%22Rectangle%22%3E%0D%0A%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2228%22%20height%3D%2228%22%20rx%3D%225%22%20stroke%3D%22black%22%20stroke-opacity%3D%220.2%22%20stroke-width%3D%222%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpath%20id%3D%22Vector%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%207H15C15.5523%207%2016%207.44772%2016%208C16%208.55228%2015.5523%209%2015%209H9V15C9%2015.5523%208.55228%2016%208%2016C7.44772%2016%207%2015.5523%207%2015V9H1C0.447715%209%200%208.55228%200%208C0%207.44772%200.447715%207%201%207H7V1C7%200.447715%207.44772%200%208%200C8.55228%200%209%200.447715%209%201V7Z%22%20transform%3D%22translate(7%207)%22%20fill%3D%22black%22%20fill-opacity%3D%220.2%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-bk_checkbox_on_hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2020%20%2F%20Checkbox%20%2F%20On%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%22%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%226%22%20fill%3D%22%238FD08F%22%2F%3E%0D%0A%3Cpath%20id%3D%22Subtract%22%20d%3D%22M3.58789%206.03479L9.14817%200.598441C9.48794%200.26624%2010.0312%200.267579%2010.3694%200.60145C10.7159%200.94361%2010.7147%201.50339%2010.3667%201.84402L4.26536%207.81587C3.87686%208.19614%203.25573%208.19637%202.86693%207.8164L0.627929%205.62821C0.281153%205.2893%200.274826%204.73343%200.613799%204.38671C0.950452%204.04237%201.50166%204.03353%201.84918%204.3669L3.58789%206.03479Z%22%20transform%3D%22translate(5%206)%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-bk_checkbox_on_hover_30 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2030%20%2F%20Checkbox%20%2F%20On%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%22%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22%238FD08F%22%2F%3E%0D%0A%3Cpath%20id%3D%22%26%23208%3B%26%23179%3B%26%23208%3B%26%23176%3B%26%23208%3B%26%23187%3B%26%23208%3B%26%23190%3B%26%23209%3B%26%23135%3B%26%23208%3B%26%23186%3B%26%23208%3B%26%23176%3B%20(Stroke)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.7008%200.717478C17.0855%201.11373%2017.0762%201.74682%2016.6799%202.13154L7.09741%2011.435C6.70777%2011.8133%206.08741%2011.8114%205.70001%2011.4308L0.713337%206.53164C0.319372%206.14458%200.313768%205.51144%200.700821%205.11748C1.08787%204.72351%201.72101%204.71791%202.11498%205.10496L6.40497%209.31969L15.2868%200.696581C15.683%200.31187%2016.3161%200.321226%2016.7008%200.717478Z%22%20transform%3D%22translate(6.29907%209.28247)%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-bk_checkbox_on_multiple_hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%2F%3E%0D%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%226%22%20fill%3D%22%231EA01E%22%20fill-opacity%3D%220.5%22%2F%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%229%22%20width%3D%2210%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-bk_checkbox_on_multiple_hover_30 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%2F%3E%0D%0A%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22%231EA01E%22%20fill-opacity%3D%220.5%22%2F%3E%0D%0A%3Crect%20x%3D%227%22%20y%3D%2214%22%20width%3D%2216%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-bk_checkbox_on_multiple_normal {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%2F%3E%0D%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%226%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%229%22%20width%3D%2210%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-bk_checkbox_on_multiple_normal_30 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%2F%3E%0D%0A%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3Crect%20x%3D%227%22%20y%3D%2214%22%20width%3D%2216%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-bk_checkbox_on_normal {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2020%20%2F%20Checkbox%20%2F%20On%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%22%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%226%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3Cpath%20id%3D%22Subtract%22%20d%3D%22M3.58789%206.03479L9.14817%200.598441C9.48794%200.26624%2010.0312%200.267579%2010.3694%200.60145C10.7159%200.94361%2010.7147%201.50339%2010.3667%201.84402L4.26536%207.81587C3.87686%208.19614%203.25573%208.19637%202.86693%207.8164L0.627929%205.62821C0.281153%205.2893%200.274826%204.73343%200.613799%204.38671C0.950452%204.04237%201.50166%204.03353%201.84918%204.3669L3.58789%206.03479Z%22%20transform%3D%22translate(5%206)%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-bk_checkbox_on_normal_30 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2030%20%2F%20Checkbox%20%2F%20On%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%22%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3Cpath%20id%3D%22%26%23208%3B%26%23179%3B%26%23208%3B%26%23176%3B%26%23208%3B%26%23187%3B%26%23208%3B%26%23190%3B%26%23209%3B%26%23135%3B%26%23208%3B%26%23186%3B%26%23208%3B%26%23176%3B%20(Stroke)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.7008%200.717478C17.0855%201.11373%2017.0762%201.74682%2016.6799%202.13154L7.09741%2011.435C6.70777%2011.8133%206.08741%2011.8114%205.70001%2011.4308L0.713337%206.53164C0.319372%206.14458%200.313768%205.51144%200.700821%205.11748C1.08787%204.72351%201.72101%204.71791%202.11498%205.10496L6.40497%209.31969L15.2868%200.696581C15.683%200.31187%2016.3161%200.321226%2016.7008%200.717478Z%22%20transform%3D%22translate(6.29907%209.28247)%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-bk_radio_off_hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3E%20CheckradioOffHover%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-4796%20-666)%22%3E%0D%0A%3Cg%20id%3D%22buttons%20%2F%20C%26%2338%3BR%20%2F%2020%20%2F%20CheckradioOffHover%22%3E%0D%0A%3Cg%20id%3D%22Ellipse%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(4796%20666)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Ellipse%20(Stroke)%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(4796%20666)%22%20fill%3D%22%238FD08F%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2020%2010C%2020%2015.5228%2015.5228%2020%2010%2020C%204.47715%2020%200%2015.5228%200%2010C%200%204.47715%204.47715%200%2010%200C%2015.5228%200%2020%204.47715%2020%2010Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2010%2018C%2014.4183%2018%2018%2014.4183%2018%2010C%2018%205.58172%2014.4183%202%2010%202C%205.58172%202%202%205.58172%202%2010C%202%2014.4183%205.58172%2018%2010%2018ZM%2010%2020C%2015.5228%2020%2020%2015.5228%2020%2010C%2020%204.47715%2015.5228%200%2010%200C%204.47715%200%200%204.47715%200%2010C%200%2015.5228%204.47715%2020%2010%2020Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-bk_radio_off_hover_30 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3E%20CheckradioOffHover%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-4796%20-880)%22%3E%0D%0A%3Cg%20id%3D%22buttons%20%2F%20C%26%2338%3BR%20%2F%2030%20%2F%20CheckradioOffHover%22%3E%0D%0A%3Cg%20id%3D%22Ellipse%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(4796%20880)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Ellipse%20(Stroke)%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(4796%20880)%22%20fill%3D%22%238FD08F%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2030%2015C%2030%2023.2843%2023.2843%2030%2015%2030C%206.71573%2030%200%2023.2843%200%2015C%200%206.71573%206.71573%200%2015%200C%2023.2843%200%2030%206.71573%2030%2015Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2015%2028C%2022.1797%2028%2028%2022.1797%2028%2015C%2028%207.8203%2022.1797%202%2015%202C%207.8203%202%202%207.8203%202%2015C%202%2022.1797%207.8203%2028%2015%2028ZM%2015%2030C%2023.2843%2030%2030%2023.2843%2030%2015C%2030%206.71573%2023.2843%200%2015%200C%206.71573%200%200%206.71573%200%2015C%200%2023.2843%206.71573%2030%2015%2030Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-bk_radio_off_normal {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3E%20CheckradioOff%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-4630%20-666)%22%3E%0D%0A%3Cg%20id%3D%22buttons%20%2F%20C%26%2338%3BR%20%2F%2020%20%2F%20CheckradioOff%22%3E%0D%0A%3Cg%20id%3D%22Ellipse%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(4630%20666)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Ellipse%20(Stroke)%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(4630%20666)%22%20fill%3D%22%23CCCCCC%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2020%2010C%2020%2015.5228%2015.5228%2020%2010%2020C%204.47715%2020%200%2015.5228%200%2010C%200%204.47715%204.47715%200%2010%200C%2015.5228%200%2020%204.47715%2020%2010Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2010%2018C%2014.4183%2018%2018%2014.4183%2018%2010C%2018%205.58172%2014.4183%202%2010%202C%205.58172%202%202%205.58172%202%2010C%202%2014.4183%205.58172%2018%2010%2018ZM%2010%2020C%2015.5228%2020%2020%2015.5228%2020%2010C%2020%204.47715%2015.5228%200%2010%200C%204.47715%200%200%204.47715%200%2010C%200%2015.5228%204.47715%2020%2010%2020Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-bk_radio_off_normal_30 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3E%20CheckradioOff%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-4630%20-880)%22%3E%0D%0A%3Cg%20id%3D%22buttons%20%2F%20C%26%2338%3BR%20%2F%2030%20%2F%20CheckradioOff%22%3E%0D%0A%3Cg%20id%3D%22Ellipse%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(4630%20880)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Ellipse%20(Stroke)%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(4630%20880)%22%20fill%3D%22%23000000%22%20fill-opacity%3D%220.2%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2030%2015C%2030%2023.2843%2023.2843%2030%2015%2030C%206.71573%2030%200%2023.2843%200%2015C%200%206.71573%206.71573%200%2015%200C%2023.2843%200%2030%206.71573%2030%2015Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2015%2028C%2022.1797%2028%2028%2022.1797%2028%2015C%2028%207.8203%2022.1797%202%2015%202C%207.8203%202%202%207.8203%202%2015C%202%2022.1797%207.8203%2028%2015%2028ZM%2015%2030C%2023.2843%2030%2030%2023.2843%2030%2015C%2030%206.71573%2023.2843%200%2015%200C%206.71573%200%200%206.71573%200%2015C%200%2023.2843%206.71573%2030%2015%2030Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-bk_radio_on_hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3E%20RadioonHover%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-4796%20-620)%22%3E%0D%0A%3Cg%20id%3D%22buttons%20%2F%20C%26%2338%3BR%20%2F%2020%20%2F%20RadioonHover%22%3E%0D%0A%3Cg%20id%3D%22Ellipse%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(4796%20620)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Union%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(4796%20620)%22%20fill%3D%22%238FD08F%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2020%2010C%2020%2015.5228%2015.5228%2020%2010%2020C%204.47715%2020%200%2015.5228%200%2010C%200%204.47715%204.47715%200%2010%200C%2015.5228%200%2020%204.47715%2020%2010Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2010%2018C%2014.4185%2018%2018%2014.4183%2018%2010C%2018%205.58173%2014.4185%202%2010%202C%205.58154%202%202%205.58173%202%2010C%202%2014.4183%205.58154%2018%2010%2018ZM%2010%2020C%2015.5229%2020%2020%2015.5228%2020%2010C%2020%204.47717%2015.5229%200%2010%200C%204.47705%200%200%204.47717%200%2010C%200%2015.5228%204.47705%2020%2010%2020ZM%2015%2010C%2015%2012.7614%2012.7612%2015%2010%2015C%207.23877%2015%205%2012.7614%205%2010C%205%207.23859%207.23877%205%2010%205C%2012.7612%205%2015%207.23859%2015%2010Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-bk_radio_on_hover_30 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3E%20RadioOnHover%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-4796%20-768)%22%3E%0D%0A%3Cg%20id%3D%22buttons%20%2F%20C%26%2338%3BR%20%2F%2030%20%2F%20RadioOnHover%22%3E%0D%0A%3Cg%20id%3D%22Ellipse%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(4796%20768)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Union%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(4796%20768)%22%20fill%3D%22%238FD08F%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2030%2015C%2030%2023.2843%2023.2843%2030%2015%2030C%206.71573%2030%200%2023.2843%200%2015C%200%206.71573%206.71573%200%2015%200C%2023.2843%200%2030%206.71573%2030%2015Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2028%2015C%2028%2022.1797%2022.1797%2028%2015%2028C%207.82031%2028%202%2022.1797%202%2015C%202%207.82031%207.82031%202%2015%202C%2022.1797%202%2028%207.82031%2028%2015ZM%2030%2015C%2030%2023.2843%2023.2842%2030%2015%2030C%206.71582%2030%200%2023.2843%200%2015C%200%206.71573%206.71582%200%2015%200C%2023.2842%200%2030%206.71573%2030%2015ZM%2015%2023C%2019.4185%2023%2023%2019.4183%2023%2015C%2023%2010.5817%2019.4185%207%2015%207C%2010.5815%207%207%2010.5817%207%2015C%207%2019.4183%2010.5815%2023%2015%2023Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-bk_radio_on_normal {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3E%20Radioon%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-4630%20-620)%22%3E%0D%0A%3Cg%20id%3D%22buttons%20%2F%20C%26%2338%3BR%20%2F%2020%20%2F%20Radioon%22%3E%0D%0A%3Cg%20id%3D%22Ellipse%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(4630%20620)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Union%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(4630%20620)%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2020%2010C%2020%2015.5228%2015.5228%2020%2010%2020C%204.47715%2020%200%2015.5228%200%2010C%200%204.47715%204.47715%200%2010%200C%2015.5228%200%2020%204.47715%2020%2010Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2010%2018C%2014.4185%2018%2018%2014.4183%2018%2010C%2018%205.58173%2014.4185%202%2010%202C%205.58154%202%202%205.58173%202%2010C%202%2014.4183%205.58154%2018%2010%2018ZM%2010%2020C%2015.5229%2020%2020%2015.5228%2020%2010C%2020%204.47717%2015.5229%200%2010%200C%204.47705%200%200%204.47717%200%2010C%200%2015.5228%204.47705%2020%2010%2020ZM%2015%2010C%2015%2012.7614%2012.7612%2015%2010%2015C%207.23877%2015%205%2012.7614%205%2010C%205%207.23859%207.23877%205%2010%205C%2012.7612%205%2015%207.23859%2015%2010Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-bk_radio_on_normal_30 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3E%20RadioOn%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-4630%20-768)%22%3E%0D%0A%3Cg%20id%3D%22buttons%20%2F%20C%26%2338%3BR%20%2F%2030%20%2F%20RadioOn%22%3E%0D%0A%3Cg%20id%3D%22Ellipse%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(4630%20768)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Union%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(4630%20768)%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2030%2015C%2030%2023.2843%2023.2843%2030%2015%2030C%206.71573%2030%200%2023.2843%200%2015C%200%206.71573%206.71573%200%2015%200C%2023.2843%200%2030%206.71573%2030%2015Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2028%2015C%2028%2022.1797%2022.1797%2028%2015%2028C%207.82031%2028%202%2022.1797%202%2015C%202%207.82031%207.82031%202%2015%202C%2022.1797%202%2028%207.82031%2028%2015ZM%2030%2015C%2030%2023.2843%2023.2842%2030%2015%2030C%206.71582%2030%200%2023.2843%200%2015C%200%206.71573%206.71582%200%2015%200C%2023.2842%200%2030%206.71573%2030%2015ZM%2015%2023C%2019.4185%2023%2023%2019.4183%2023%2015C%2023%2010.5817%2019.4185%207%2015%207C%2010.5815%207%207%2010.5817%207%2015C%207%2019.4183%2010.5815%2023%2015%2023Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-black_cross_14 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2214.1px%22%20height%3D%2214.1px%22%20viewBox%3D%220%200%2014.1%2014.1%22%20style%3D%22enable-background%3Anew%200%200%2014.1%2014.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%22-1.3%22%20y%3D%225.4%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-2.9222%207.0499)%22%20width%3D%2216.7%22%20height%3D%223.3%22%2F%3E%0D%0A%09%3Crect%20x%3D%225.4%22%20y%3D%22-1.3%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-2.9225%207.05)%22%20width%3D%223.3%22%20height%3D%2216.7%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 14.1px;
  height: 14.1px;
}

.icon-black_cross_22 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2222.2px%22%20height%3D%2221.5px%22%20viewBox%3D%220%200%2022.2%2021.5%22%20style%3D%22enable-background%3Anew%200%200%2022.2%2021.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20x%3D%22-1.6%22%20y%3D%228%22%20transform%3D%22matrix(0.7225%200.6913%20-0.6913%200.7225%2010.5051%20-4.6774)%22%20width%3D%2225.3%22%20height%3D%225.4%22%2F%3E%0D%0A%3Crect%20x%3D%22-1.6%22%20y%3D%228%22%20transform%3D%22matrix(0.7286%20-0.685%200.685%200.7286%20-4.3552%2010.5072)%22%20width%3D%2225.3%22%20height%3D%225.4%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 22.2px;
  height: 21.5px;
}

.icon-black_download {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2213px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2013%2013%22%20style%3D%22enable-background%3Anew%200%200%2013%2013%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20x%3D%221%22%20y%3D%225%22%20transform%3D%22matrix(6.123234e-17%20-1%201%206.123234e-17%201.01%2012.01)%22%20style%3D%22fill%3A%2348443E%3B%22%20width%3D%2211%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20y%3D%2212%22%20style%3D%22fill%3A%2348443E%3B%22%20width%3D%2213%22%20height%3D%221%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%222.6%22%20y%3D%229.4%22%20transform%3D%22matrix(-0.7071%20-0.7071%200.7071%20-0.7071%201.6967%2020.4602)%22%20style%3D%22fill%3A%2348443E%3B%22%20width%3D%225%22%20height%3D%221%22%2F%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%225.4%22%20y%3D%229.4%22%20transform%3D%22matrix(-0.7071%200.7071%20-0.7071%20-0.7071%2020.4957%2011.2678)%22%20style%3D%22fill%3A%2348443E%3B%22%20width%3D%225%22%20height%3D%221%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 13px;
  height: 13px;
}

.icon-blue-quote {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22icon-quote%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2041.9%2039%22%20style%3D%22enable-background%3Anew%200%200%2041.9%2039%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23D5E2E7%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Ctitle%3Equote%3C%2Ftitle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M0.4%2C19.7V39h16.5V19.7H8.6c0%2C0%2C0-9.7%2C8.2-9.7V0.4C16.9%2C0.4%2C0.4%2C0.4%2C0.4%2C19.7z%20M41.6%2C10V0.4%0D%0A%09c0%2C0-16.5%2C0-16.5%2C19.3V39h16.5V19.7h-8.2C33.3%2C19.7%2C33.3%2C10%2C41.6%2C10z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 41.9px;
  height: 39px;
}

.icon-blue_big_letter {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2070%2070%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--Generated%20by%20IJSVG%20(https%3A%2F%2Fgithub.com%2Fcurthard89%2FIJSVG)--%3E%0D%0A%20%20%20%20%3Cg%20transform%3D%22translate(1%2C%2010)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%2300A3D9%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C0h68v50h-33.15h-34.85Z%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%2300B4F0%22%20transform%3D%22rotate(180%2C%2034%2C%2025)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C0l34%2C26.25l-34%2C23.75Z%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M0%2C0l34%2C23.75l-34%2C26.25Z%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%2330C9FC%22%20d%3D%22M0%2C0h68v13.333l-34%2C19.167l-34%2C-19.167Z%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-blue_packet_1 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2240%22%20height%3D%2248%22%20viewBox%3D%220%200%2040%2048%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EGroup%203%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(8154%20-1640)%22%3E%0D%0A%3Cg%20id%3D%22Group%203%22%3E%0D%0A%3Cg%20id%3D%22Rectangle%2069%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_stroke%22%20transform%3D%22translate(-8153%201641)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(-8150.41%201646.11)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.1%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(-8150.41%201649.52)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.10%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path2_fill%22%20transform%3D%22translate(-8150.41%201669.96)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.11%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path3_fill%22%20transform%3D%22translate(-8150.41%201681.04)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.12%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path4_fill%22%20transform%3D%22translate(-8134%201681.04)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.2%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path5_fill%22%20transform%3D%22translate(-8150.41%201652.93)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.3%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path5_fill%22%20transform%3D%22translate(-8150.41%201656.33)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.4%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path5_fill%22%20transform%3D%22translate(-8150.41%201659.74)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.5%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path5_fill%22%20transform%3D%22translate(-8150.41%201663.15)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.6%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path5_fill%22%20transform%3D%22translate(-8150.41%201666.56)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_stroke%22%20d%3D%22M%200%200L%200%20-0.5L%20-0.5%20-0.5L%20-0.5%200L%200%200ZM%2030.0833%208.40409L%2029.5833%208.40409L%2029.5833%208.90409L%2030.0833%208.90409L%2030.0833%208.40409ZM%2038%2046L%2038%2046.5L%2038.5%2046.5L%2038.5%2046L%2038%2046ZM%200%2046L%20-0.5%2046L%20-0.5%2046.5L%200%2046.5L%200%2046ZM%2038%208.40409L%2038.5%208.40409L%2038.5%208.20568L%2038.3639%208.06125L%2038%208.40409ZM%2030.0833%200L%2030.4473%20-0.342842L%2030.2992%20-0.5L%2030.0833%20-0.5L%2030.0833%200ZM%2038%2045.5L%200%2045.5L%200%2046.5L%2038%2046.5L%2038%2045.5ZM%200.5%2046L%200.5%200L%20-0.5%200L%20-0.5%2046L%200.5%2046ZM%2030.0833%208.90409L%2038%208.90409L%2038%207.90409L%2030.0833%207.90409L%2030.0833%208.90409ZM%2037.5%208.40409L%2037.5%2046L%2038.5%2046L%2038.5%208.40409L%2037.5%208.40409ZM%200%200.5L%2030.0833%200.5L%2030.0833%20-0.5L%200%20-0.5L%200%200.5ZM%2029.5833%200L%2029.5833%208.40409L%2030.5833%208.40409L%2030.5833%200L%2029.5833%200ZM%2038.3639%208.06125L%2030.4473%20-0.342842L%2029.7194%200.342842L%2037.6361%208.74693L%2038.3639%208.06125Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20d%3D%22M%200%200L%2024.5519%200L%2024.5519%200.851852L%200%200.851852L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path2_fill%22%20d%3D%22M%200%200L%2023.6883%200L%2023.6883%200.851852L%200%200.851852L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path3_fill%22%20d%3D%22M%200%200L%2011.2273%200L%2011.2273%200.851852L%200%200.851852L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path4_fill%22%20d%3D%22M%200%200L%2016.4091%200L%2016.4091%200.851852L%200%200.851852L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path5_fill%22%20d%3D%22M%200%200L%2032.8182%200L%2032.8182%200.851852L%200%200.851852L%200%200Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 48px;
}

.icon-blue_packet_2 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2250%22%20height%3D%2248%22%20viewBox%3D%220%200%2050%2048%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EGroup%204%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(7224%20-1640)%22%3E%0D%0A%3Cg%20id%3D%22Group%204%22%3E%0D%0A%3Cg%20id%3D%22Group%203%22%3E%0D%0A%3Cg%20id%3D%22Rectangle%2069%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_stroke%22%20transform%3D%22translate(-7188.5%201646)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.12%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(-7185%201677)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.2%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path2_fill%22%20transform%3D%22translate(-7185%201656)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.3%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path2_fill%22%20transform%3D%22translate(-7185%201658.82)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.4%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path2_fill%22%20transform%3D%22translate(-7185%201661.65)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.5%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path2_fill%22%20transform%3D%22translate(-7185%201664.47)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.6%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path2_fill%22%20transform%3D%22translate(-7185%201667.29)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Group%203.1%22%3E%0D%0A%3Cg%20id%3D%22Rectangle%2069%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path3_stroke%22%20transform%3D%22translate(-7223%201641)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path4_fill%22%20transform%3D%22translate(-7220.41%201646.11)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.1%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path4_fill%22%20transform%3D%22translate(-7220.41%201649.52)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.10%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path5_fill%22%20transform%3D%22translate(-7220.41%201669.96)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.11%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path6_fill%22%20transform%3D%22translate(-7220.41%201681.04)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.12%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path7_fill%22%20transform%3D%22translate(-7204%201681.04)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.2%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path8_fill%22%20transform%3D%22translate(-7220.41%201652.93)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.3%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path8_fill%22%20transform%3D%22translate(-7220.41%201656.33)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.4%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path8_fill%22%20transform%3D%22translate(-7220.41%201659.74)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.5%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path8_fill%22%20transform%3D%22translate(-7220.41%201663.15)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.6%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path8_fill%22%20transform%3D%22translate(-7220.41%201666.56)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_stroke%22%20d%3D%22M%207.25%206.57711L%206.75%206.57711L%206.75%207.07711L%207.25%207.07711L%207.25%206.57711ZM%2013.5%2036L%2013.5%2036.5L%2014%2036.5L%2014%2036L%2013.5%2036ZM%2013.5%206.57711L%2014%206.57711L%2014%206.37744L%2013.8625%206.23269L%2013.5%206.57711ZM%207.25%200L%207.61245%20-0.344425L%207.46461%20-0.5L%207.25%20-0.5L%207.25%200ZM%207.25%207.07711L%2013.5%207.07711L%2013.5%206.07711L%207.25%206.07711L%207.25%207.07711ZM%2013%206.57711L%2013%2036L%2014%2036L%2014%206.57711L%2013%206.57711ZM%206.75%200L%206.75%206.57711L%207.75%206.57711L%207.75%200L%206.75%200ZM%2013.8625%206.23269L%207.61245%20-0.344425L%206.88755%200.344425L%2013.1375%206.92154L%2013.8625%206.23269ZM%200%200.5L%207.25%200.5L%207.25%20-0.5L%200%20-0.5L%200%200.5ZM%2013.5%2035.5L%203.5%2035.5L%203.5%2036.5L%2013.5%2036.5L%2013.5%2035.5Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20d%3D%22M%200%200L%205%200L%205%201L%200%201L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path2_fill%22%20d%3D%22M%200%200L%207%200L%207%200.705888L%200%200.705888L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path3_stroke%22%20d%3D%22M%200%200L%200%20-0.5L%20-0.5%20-0.5L%20-0.5%200L%200%200ZM%2030.0833%208.40409L%2029.5833%208.40409L%2029.5833%208.90409L%2030.0833%208.90409L%2030.0833%208.40409ZM%2038%2046L%2038%2046.5L%2038.5%2046.5L%2038.5%2046L%2038%2046ZM%200%2046L%20-0.5%2046L%20-0.5%2046.5L%200%2046.5L%200%2046ZM%2038%208.40409L%2038.5%208.40409L%2038.5%208.20568L%2038.3639%208.06125L%2038%208.40409ZM%2030.0833%200L%2030.4473%20-0.342842L%2030.2992%20-0.5L%2030.0833%20-0.5L%2030.0833%200ZM%2038%2045.5L%200%2045.5L%200%2046.5L%2038%2046.5L%2038%2045.5ZM%200.5%2046L%200.5%200L%20-0.5%200L%20-0.5%2046L%200.5%2046ZM%2030.0833%208.90409L%2038%208.90409L%2038%207.90409L%2030.0833%207.90409L%2030.0833%208.90409ZM%2037.5%208.40409L%2037.5%2046L%2038.5%2046L%2038.5%208.40409L%2037.5%208.40409ZM%200%200.5L%2030.0833%200.5L%2030.0833%20-0.5L%200%20-0.5L%200%200.5ZM%2029.5833%200L%2029.5833%208.40409L%2030.5833%208.40409L%2030.5833%200L%2029.5833%200ZM%2038.3639%208.06125L%2030.4473%20-0.342842L%2029.7194%200.342842L%2037.6361%208.74693L%2038.3639%208.06125Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path4_fill%22%20d%3D%22M%200%200L%2024.5519%200L%2024.5519%200.851852L%200%200.851852L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path5_fill%22%20d%3D%22M%200%200L%2023.6883%200L%2023.6883%200.851852L%200%200.851852L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path6_fill%22%20d%3D%22M%200%200L%2011.2273%200L%2011.2273%200.851852L%200%200.851852L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path7_fill%22%20d%3D%22M%200%200L%2016.4091%200L%2016.4091%200.851852L%200%200.851852L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path8_fill%22%20d%3D%22M%200%200L%2032.8182%200L%2032.8182%200.851852L%200%200.851852L%200%200Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 48px;
}

.icon-blue_packet_3 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2256%22%20height%3D%2248%22%20viewBox%3D%220%200%2056%2048%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EGroup%204%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(6289%20-1640)%22%3E%0D%0A%3Cg%20id%3D%22Group%204%22%3E%0D%0A%3Cg%20id%3D%22Group%203%22%3E%0D%0A%3Cg%20id%3D%22Rectangle%2069%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_stroke%22%20transform%3D%22translate(-6253.5%201646)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.12%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(-6250%201677)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.2%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path2_fill%22%20transform%3D%22translate(-6250%201656)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.3%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path2_fill%22%20transform%3D%22translate(-6250%201658.82)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.4%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path2_fill%22%20transform%3D%22translate(-6250%201661.65)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.5%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path2_fill%22%20transform%3D%22translate(-6250%201664.47)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.6%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path2_fill%22%20transform%3D%22translate(-6250%201667.29)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Group%203.2%22%3E%0D%0A%3Cg%20id%3D%22Rectangle%2069%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path3_stroke%22%20transform%3D%22translate(-6242.5%201650)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.12%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path4_fill%22%20transform%3D%22translate(-6239.93%201668.94)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.2%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path5_fill%22%20transform%3D%22translate(-6239.93%201656.11)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.3%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path5_fill%22%20transform%3D%22translate(-6239.93%201657.84)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.4%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path5_fill%22%20transform%3D%22translate(-6239.93%201659.56)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.5%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path5_fill%22%20transform%3D%22translate(-6239.93%201661.29)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.6%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path5_fill%22%20transform%3D%22translate(-6239.93%201663.01)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Group%203.1%22%3E%0D%0A%3Cg%20id%3D%22Rectangle%2069%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path6_stroke%22%20transform%3D%22translate(-6288%201641)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path7_fill%22%20transform%3D%22translate(-6285.41%201646.11)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.1%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path7_fill%22%20transform%3D%22translate(-6285.41%201649.52)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.10%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path8_fill%22%20transform%3D%22translate(-6285.41%201669.96)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.11%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path9_fill%22%20transform%3D%22translate(-6285.41%201681.04)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.12%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path10_fill%22%20transform%3D%22translate(-6269%201681.04)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.2%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path11_fill%22%20transform%3D%22translate(-6285.41%201652.93)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.3%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path11_fill%22%20transform%3D%22translate(-6285.41%201656.33)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.4%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path11_fill%22%20transform%3D%22translate(-6285.41%201659.74)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.5%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path11_fill%22%20transform%3D%22translate(-6285.41%201663.15)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2070.6%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path11_fill%22%20transform%3D%22translate(-6285.41%201666.56)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_stroke%22%20d%3D%22M%207.25%206.57711L%206.75%206.57711L%206.75%207.07711L%207.25%207.07711L%207.25%206.57711ZM%2013.5%2036L%2013.5%2036.5L%2014%2036.5L%2014%2036L%2013.5%2036ZM%2013.5%206.57711L%2014%206.57711L%2014%206.37744L%2013.8625%206.23269L%2013.5%206.57711ZM%207.25%200L%207.61245%20-0.344425L%207.46461%20-0.5L%207.25%20-0.5L%207.25%200ZM%207.25%207.07711L%2013.5%207.07711L%2013.5%206.07711L%207.25%206.07711L%207.25%207.07711ZM%2013%206.57711L%2013%2036L%2014%2036L%2014%206.57711L%2013%206.57711ZM%206.75%200L%206.75%206.57711L%207.75%206.57711L%207.75%200L%206.75%200ZM%2013.8625%206.23269L%207.61245%20-0.344425L%206.88755%200.344425L%2013.1375%206.92154L%2013.8625%206.23269ZM%200%200.5L%207.25%200.5L%207.25%20-0.5L%200%20-0.5L%200%200.5ZM%2013.5%2035.5L%203.5%2035.5L%203.5%2036.5L%2013.5%2036.5L%2013.5%2035.5Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20d%3D%22M%200%200L%205%200L%205%201L%200%201L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path2_fill%22%20d%3D%22M%200%200L%207%200L%207%200.705888L%200%200.705888L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path3_stroke%22%20d%3D%22M%204.7963%204.01935L%204.2963%204.01935L%204.2963%204.51935L%204.7963%204.51935L%204.7963%204.01935ZM%208.5%2022L%208.5%2022.5L%209%2022.5L%209%2022L%208.5%2022ZM%208.5%204.01935L%209%204.01935L%209%203.82411L%208.8677%203.68053L%208.5%204.01935ZM%204.7963%200L%205.16399%20-0.338821L%205.01547%20-0.5L%204.7963%20-0.5L%204.7963%200ZM%204.7963%204.51935L%208.5%204.51935L%208.5%203.51935L%204.7963%203.51935L%204.7963%204.51935ZM%208%204.01935L%208%2022L%209%2022L%209%204.01935L%208%204.01935ZM%204.2963%200L%204.2963%204.01935L%205.2963%204.01935L%205.2963%200L%204.2963%200ZM%208.8677%203.68053L%205.16399%20-0.338821L%204.4286%200.338821L%208.1323%204.35817L%208.8677%203.68053ZM%200%200.5L%204.7963%200.5L%204.7963%20-0.5L%200%20-0.5L%200%200.5ZM%208.5%2021.5L%202.57407%2021.5L%202.57407%2022.5L%208.5%2022.5L%208.5%2021.5Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path4_fill%22%20d%3D%22M%200%200L%202.96296%200L%202.96296%200.611111L%200%200.611111L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path5_fill%22%20d%3D%22M%200%200L%204.14815%200L%204.14815%200.431376L%200%200.431376L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path6_stroke%22%20d%3D%22M%200%200L%200%20-0.5L%20-0.5%20-0.5L%20-0.5%200L%200%200ZM%2030.0833%208.40409L%2029.5833%208.40409L%2029.5833%208.90409L%2030.0833%208.90409L%2030.0833%208.40409ZM%2038%2046L%2038%2046.5L%2038.5%2046.5L%2038.5%2046L%2038%2046ZM%200%2046L%20-0.5%2046L%20-0.5%2046.5L%200%2046.5L%200%2046ZM%2038%208.40409L%2038.5%208.40409L%2038.5%208.20568L%2038.3639%208.06125L%2038%208.40409ZM%2030.0833%200L%2030.4473%20-0.342842L%2030.2992%20-0.5L%2030.0833%20-0.5L%2030.0833%200ZM%2038%2045.5L%200%2045.5L%200%2046.5L%2038%2046.5L%2038%2045.5ZM%200.5%2046L%200.5%200L%20-0.5%200L%20-0.5%2046L%200.5%2046ZM%2030.0833%208.90409L%2038%208.90409L%2038%207.90409L%2030.0833%207.90409L%2030.0833%208.90409ZM%2037.5%208.40409L%2037.5%2046L%2038.5%2046L%2038.5%208.40409L%2037.5%208.40409ZM%200%200.5L%2030.0833%200.5L%2030.0833%20-0.5L%200%20-0.5L%200%200.5ZM%2029.5833%200L%2029.5833%208.40409L%2030.5833%208.40409L%2030.5833%200L%2029.5833%200ZM%2038.3639%208.06125L%2030.4473%20-0.342842L%2029.7194%200.342842L%2037.6361%208.74693L%2038.3639%208.06125Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path7_fill%22%20d%3D%22M%200%200L%2024.5519%200L%2024.5519%200.851852L%200%200.851852L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path8_fill%22%20d%3D%22M%200%200L%2023.6883%200L%2023.6883%200.851852L%200%200.851852L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path9_fill%22%20d%3D%22M%200%200L%2011.2273%200L%2011.2273%200.851852L%200%200.851852L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path10_fill%22%20d%3D%22M%200%200L%2016.4091%200L%2016.4091%200.851852L%200%200.851852L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path11_fill%22%20d%3D%22M%200%200L%2032.8182%200L%2032.8182%200.851852L%200%200.851852L%200%200Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 56px;
  height: 48px;
}

.icon-box-archive {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22136.1px%22%20height%3D%22156.9px%22%20viewBox%3D%220%200%20136.1%20156.9%22%20style%3D%22enable-background%3Anew%200%200%20136.1%20156.9%3B%22%20xml%3Aspace%3D%22preserve%22%0D%0A%09%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23D5B189%3B%7D%0D%0A%09.st1%7Bfill%3A%23E0BE99%3B%7D%0D%0A%09.st2%7Bfill%3A%23EFCCA6%3B%7D%0D%0A%09.st3%7Bopacity%3A0.5%3Bfill%3A%239F876D%3B%7D%0D%0A%09.st4%7Bfill%3A%235A4736%3B%7D%0D%0A%09.st5%7Bfill%3A%2374624C%3B%7D%0D%0A%09.st6%7Benable-background%3Anew%20%20%20%20%3B%7D%0D%0A%09.st7%7Bclip-path%3Aurl(%23SVGID_2_)%3B%7D%0D%0A%09.st8%7Bfill%3A%23644F43%3B%7D%0D%0A%09.st9%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%22135.8%2C39.3%20136.1%2C117.6%2067.9%2C156.9%2067.9%2C78.5%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20class%3D%22st1%22%20points%3D%220%2C39.2%2067.9%2C78.5%2067.9%2C156.9%200%2C117.6%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20class%3D%22st2%22%20points%3D%2267.9%2C0%20135.8%2C39.3%2067.9%2C78.5%200%2C39.2%20%09%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st3%22%20d%3D%22M91.6%2C84.9c2.8%2C0%2C3.3-2.3%2C6.3-4.3c3-2%2C2.5-2.6%2C5.3-2.2c2.8%2C0.4%2C5.3%2C1.6%2C6-0.1c0.8-1.8%2C4.1-4.5%2C4.1-4.5V52.3%0D%0A%09%09L45.3%2C13.1L22.5%2C26.2l68.1%2C39.2L91.6%2C84.9z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st4%22%20d%3D%22M24.2%2C71.6L44%2C83.1c0.7%2C0.4%2C1.2%2C1.2%2C1.2%2C2v6.8c0%2C0.8-0.9%2C1.4-1.6%2C0.9L23.7%2C81.4c-0.7-0.4-1.2-1.2-1.2-2.1%0D%0A%09%09l0.1-6.8C22.6%2C71.7%2C23.5%2C71.2%2C24.2%2C71.6z%22%2F%3E%0D%0A%09%3Cpolygon%20class%3D%22st5%22%20points%3D%2233.4%2C20%20101.5%2C59.2%20103.4%2C58.1%2035.1%2C19.1%20%09%22%2F%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cg%20class%3D%22st6%22%3E%0D%0A%09%09%09%09%3Cdefs%3E%0D%0A%09%09%09%09%09%3Cpolygon%20id%3D%22SVGID_1_%22%20class%3D%22st6%22%20points%3D%2274.9%2C132.9%2074.9%2C120.6%20130.3%2C88.5%20130.4%2C100.9%20%09%09%09%09%09%22%2F%3E%0D%0A%09%09%09%09%3C%2Fdefs%3E%0D%0A%09%09%09%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0D%0A%09%09%09%09%3C%2FclipPath%3E%0D%0A%09%09%09%09%3Cg%20class%3D%22st7%22%3E%0D%0A%09%09%09%09%09%3Cg%3E%0D%0A%09%09%09%09%09%09%3Cg%3E%0D%0A%09%09%09%09%09%09%09%3Cg%3E%0D%0A%09%09%09%09%09%09%09%09%3Cpath%20class%3D%22st8%22%20d%3D%22M80%2C125.4l0.5-3.4l0.5%2C2.8L80%2C125.4%20M83%2C116L78%2C119l-3%2C13.8l4.3-2.5l0.3-1.9l1.9-1.1l0.3%2C1.5l4.3-2.5%0D%0A%09%09%09%09%09%09%09%09%09L83%2C116%22%2F%3E%0D%0A%09%09%09%09%09%09%09%09%3Cpath%20class%3D%22st8%22%20d%3D%22M91.1%2C116.4l0-1.9l0.6-0.3c0.5-0.3%2C0.9-0.1%2C0.9%2C0.4c0%2C0.5-0.4%2C1.2-0.9%2C1.5L91.1%2C116.4%20M91.6%2C110.9%0D%0A%09%09%09%09%09%09%09%09%09c-2.4%2C1.4-4.5%2C2.8-4.5%2C2.8l0%2C12l3.9-2.2l0-3.9c0%2C0%2C0.7-0.3%2C1.3-0.7c2.5-1.5%2C4-4%2C4-6.5C96.4%2C109.9%2C94.9%2C109%2C91.6%2C110.9%22%2F%3E%0D%0A%09%09%09%09%09%09%09%09%3Cpolyline%20class%3D%22st8%22%20points%3D%22107.6%2C101.8%20103.1%2C104.4%20102.1%2C108.3%20101.1%2C105.6%2096.6%2C108.2%2099.4%2C112.6%2096.5%2C120.3%20%0D%0A%09%09%09%09%09%09%09%09%09100.9%2C117.7%20102.1%2C113.4%20103.3%2C116.4%20107.8%2C113.8%20104.8%2C109.5%20107.6%2C101.8%20%09%09%09%09%09%09%09%09%22%2F%3E%0D%0A%09%09%09%09%09%09%09%09%3Cpolyline%20class%3D%22st8%22%20points%3D%22119%2C95.3%20114.8%2C97.7%20112.4%2C104.9%20112.4%2C99.1%20108.5%2C101.3%20108.6%2C113.3%20112.7%2C110.9%20%0D%0A%09%09%09%09%09%09%09%09%09115.1%2C103.7%20115.1%2C109.5%20119%2C107.3%20119%2C95.3%20%09%09%09%09%09%09%09%09%22%2F%3E%0D%0A%09%09%09%09%09%09%09%09%3Cpath%20class%3D%22st8%22%20d%3D%22M124.7%2C101.1l0-1.7l0.6-0.3c0.6-0.3%2C0.9-0.2%2C0.9%2C0.3c0%2C0.5-0.3%2C1-0.9%2C1.4%0D%0A%09%09%09%09%09%09%09%09%09C125%2C100.9%2C124.7%2C101.1%2C124.7%2C101.1%20M124.7%2C96.5l0-1.5l0.5-0.3c0.5-0.3%2C0.8-0.1%2C0.8%2C0.3c0%2C0.4-0.3%2C0.9-0.8%2C1.2L124.7%2C96.5%0D%0A%09%09%09%09%09%09%09%09%09%20M125.2%2C91.5c-2.3%2C1.3-4.4%2C2.7-4.4%2C2.7l0%2C12c0%2C0%2C2.1-1%2C4.5-2.4c3.7-2.2%2C5.1-4.5%2C5.1-6.4c0-2.6-2.4-1.6-2.4-1.6l0-0.1%0D%0A%09%09%09%09%09%09%09%09%09c0%2C0%2C1.9-1.6%2C1.9-3.6C129.9%2C90.4%2C128.6%2C89.6%2C125.2%2C91.5%22%2F%3E%0D%0A%09%09%09%09%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cpolygon%20class%3D%22st9%22%20points%3D%220%2C117.6%201.7%2C113%202.8%2C44.2%2047%2C69.3%2067.9%2C78.5%206.1%2C39.3%2065.6%2C1.3%200%2C39.2%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20class%3D%22st5%22%20points%3D%2267.4%2C78.1%2067.9%2C78.5%20135.8%2C39.3%20135.3%2C38.9%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 136.1px;
  height: 156.9px;
}

.icon-business-blog {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2090%2090%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--Generated%20by%20IJSVG%20(https%3A%2F%2Fgithub.com%2Fcurthard89%2FIJSVG)--%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22path-1%22%20d%3D%22M0%2C0h8v35h-8Z%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20transform%3D%22translate(9%2C%206)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23CFD8DC%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C6c0%2C-3.31371%202.68629%2C-6%206%2C-6h60c3.3137%2C0%206%2C2.68629%206%2C6v46c0%2C3.3137%20-2.6863%2C6%20-6%2C6h-60c-3.31371%2C0%20-6%2C-2.6863%20-6%2C-6v-46Z%22%20transform%3D%22translate(0%2C%206)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C0h17l-17%2C14Z%22%20transform%3D%22translate(12%2C%2064)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%2390A4AE%22%20d%3D%22M0%2C0h52v10c0%2C3.3137%20-2.6863%2C6%20-6%2C6h-37l-9%2C-16Z%22%20transform%3D%22translate(20%2C%2048)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%234CAF50%22%20transform%3D%22translate(12%2C%200)%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23388E3C%22%20transform%3D%22translate(20%2C%200)%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M0%2C2.51504c6.17362%2C-2.5119%209.67675%2C-2.51504%2016%2C0l-8%2C12.9999l-8%2C-12.9999Z%22%20transform%3D%22translate(12%2C%2032.48)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M0%2C0.84478c2.31511%2C-0.843766%204.62878%2C-0.84478%207%2C4.1e-05l-3.5%2C5.49994l-3.5%2C-5.49998Z%22%20transform%3D%22translate(16.5%2C%2041.6584)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 90px;
  height: 90px;
}

.icon-business-community {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2070%2070%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--Generated%20by%20IJSVG%20(https%3A%2F%2Fgithub.com%2Fcurthard89%2FIJSVG)--%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22path-1%22%20d%3D%22M0%2C6c0%2C-3.31371%202.68629%2C-6%206%2C-6h21c3.3137%2C0%206%2C2.68629%206%2C6v10c0%2C3.3137%20-2.6863%2C6%20-6%2C6h-17l-10%2C8v-24Z%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22path-2%22%20d%3D%22M14%2C7c0%2C3.866%20-3.134%2C7%20-7%2C7c-3.86599%2C0%20-7%2C-3.134%20-7%2C-7c0%2C-3.86599%203.13401%2C-7%207%2C-7c3.866%2C0%207%2C3.13401%207%2C7Z%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22path-3%22%20d%3D%22M26%2C9c0%2C0%20-5.8203%2C0%20-13%2C0c-7.1797%2C0%20-13%2C0%20-13%2C0c0%2C-4.97056%205.8203%2C-9%2013%2C-9c7.1797%2C0%2013%2C4.02944%2013%2C9Z%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20transform%3D%22translate(6%2C%206)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%232196F3%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%231565C0%22%20transform%3D%22translate(83%2C%200)%20scale(-1%2C%201)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20transform%3D%22translate(25%2C%203)%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23FFA726%22%20transform%3D%22translate(38%2C%2032)%22%20xlink%3Ahref%3D%22%23path-2%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23607D8B%22%20transform%3D%22translate(32%2C%2049)%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23FFA726%22%20transform%3D%22translate(6%2C%2032)%22%20xlink%3Ahref%3D%22%23path-2%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23607D8B%22%20transform%3D%22translate(0%2C%2049)%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-business-dialog {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2090%2090%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--Generated%20by%20IJSVG%20(https%3A%2F%2Fgithub.com%2Fcurthard89%2FIJSVG)--%3E%0D%0A%20%20%20%20%3Cg%20transform%3D%22translate(3%2C%2012)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23FFA726%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M32%2C16c0%2C8.8366%20-7.1634%2C16%20-16%2C16c-8.83656%2C0%20-16%2C-7.1634%20-16%2C-16c0%2C-8.83656%207.16344%2C-16%2016%2C-16c8.8366%2C0%2016%2C7.16344%2016%2C16Z%22%20transform%3D%22translate(10%2C%209)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23607D8B%22%20d%3D%22M52%2C20c-7%2C0%20-11.6406%2C0%20-26%2C0c-14.3594%2C0%20-17%2C0%20-26%2C0c-2.91891e-11%2C-15%2011.6406%2C-20%2026%2C-20c14.3594%2C0%2026%2C5%2026%2C20Z%22%20transform%3D%22translate(-8.52651e-14%2C%2047)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%232196F3%22%20d%3D%22M0%2C6c0%2C-3.31371%202.68629%2C-6%206%2C-6h20c3.3137%2C0%206%2C2.68629%206%2C6v17c0%2C3.3137%20-2.6863%2C6%20-6%2C6h-20c-3.31371%2C0%20-6%2C-2.6863%20-6%2C-6v-17Z%22%20transform%3D%22translate(52%2C%200)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%232196F3%22%20d%3D%22M0%2C0h17l-17%2C14Z%22%20transform%3D%22translate(52%2C%2022)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 90px;
  height: 90px;
}

.icon-check-business {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3Eicon%20proverka%20shield%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(8802%20-199)%22%3E%0D%0A%3Cg%20id%3D%22icon%20proverka%20shield%22%3E%0D%0A%3Cg%20id%3D%22Union%22%3E%0D%0A%3Cmask%20id%3D%22mask0_outline_ins%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20fill%3D%22white%22%20transform%3D%22translate(-8795.89%20202)%22%2F%3E%0D%0A%3C%2Fmask%3E%0D%0A%3Cg%20mask%3D%22url(%23mask0_outline_ins)%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_stroke_2x%22%20transform%3D%22translate(-8795.89%20202)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Subtract%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path2_fill%22%20transform%3D%22translate(-8784%20220)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2026%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path3_stroke%22%20transform%3D%22translate(-8781%20213)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2018.8916%200C%2018.8916%200%2011.8623%205.5%200%205C%200%2029%205.8916%2039%2018.8916%2044C%2031.9658%2039%2037.8916%2029%2037.8916%205C%2025.9609%205.5%2018.8916%200%2018.8916%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_stroke_2x%22%20d%3D%22M%200%205L%200.0842259%203.00177L%20-2%202.91392L%20-2%205L%200%205ZM%2018.8916%200L%2020.1197%20-1.57853L%2018.8881%20-2.53672L%2017.6592%20-1.57514L%2018.8916%200ZM%2018.8916%2044L%2018.1736%2045.8667L%2018.8896%2046.142L%2019.606%2045.8681L%2018.8916%2044ZM%2037.8916%205L%2039.8916%205L%2039.8916%202.91443L%2037.8079%203.00175L%2037.8916%205ZM%20-0.0842259%206.99823C%206.14734%207.23828%2011.2866%205.89733%2014.6451%204.54119C%2016.3645%203.84148%2017.7529%203.09755%2018.6387%202.56547C%2019.0986%202.28834%2019.4739%202.03981%2019.7064%201.87864C%2019.8304%201.79248%2019.9357%201.71635%2019.9979%201.67046C%2020.0327%201.64474%2020.0645%201.62084%2020.0818%201.60763C%2020.0923%201.59964%2020.1029%201.5915%2020.1082%201.58746C%2020.1117%201.58475%2020.1157%201.58166%2020.1174%201.5803C%2020.1187%201.57928%2020.1204%201.57798%2020.1211%201.57747C%2020.1216%201.57704%2020.1224%201.57646%2020.1226%201.57624C%2020.1234%201.57568%2020.1241%201.57514%2018.8916%200C%2017.6592%20-1.57514%2017.6598%20-1.57564%2017.6604%20-1.57612C%2017.6606%20-1.57625%2017.6612%20-1.5767%2017.6615%20-1.57697C%2017.6613%20-1.57679%2017.6637%20-1.57866%2017.6632%20-1.5783C%2017.6632%20-1.57827%2017.6648%20-1.57956%2017.6647%20-1.57949C%2017.6664%20-1.58074%2017.6635%20-1.57851%2017.6603%20-1.57611C%2017.6504%20-1.56854%2017.6412%20-1.56161%2017.6216%20-1.54717C%2017.575%20-1.51273%2017.5177%20-1.47119%2017.4264%20-1.40793C%2017.2282%20-1.27028%2016.9616%20-1.09302%2016.5771%20-0.862343C%2015.7743%20-0.378803%2014.6639%200.221017%2013.1433%200.833811C%2010.0215%202.10267%205.71497%203.26172%200.0842259%203.00177L%20-0.0842259%206.99823ZM%2019.6096%2042.1333C%2013.3838%2039.7635%209.21881%2036.4862%206.35551%2030.7223C%203.46743%2025.0122%202%2016.8843%202%205L%20-2%205C%20-2%2017.1157%20-0.521626%2025.9878%202.78609%2032.5277C%206.11859%2039.0138%2011.3994%2043.2365%2018.1736%2045.8667L%2019.6096%2042.1333ZM%2019.606%2045.8681C%2026.4169%2043.2388%2031.7256%2039.0177%2035.077%2032.5318C%2038.4045%2025.9906%2039.8916%2017.1166%2039.8916%205L%2035.8916%205C%2035.8916%2016.8834%2034.4158%2025.0094%2031.5118%2030.7182C%2028.6318%2036.4823%2024.4405%2039.7612%2018.1772%2042.1319L%2019.606%2045.8681ZM%2037.8079%203.00175C%2032.1413%203.26159%2027.8056%202.1016%2024.6648%200.832325C%2023.1347%200.219169%2022.0168%20-0.381214%2021.2091%20-0.864927C%2020.8221%20-1.09576%2020.5538%20-1.27324%2020.3543%20-1.41096C%2020.2623%20-1.47428%2020.2046%20-1.51592%2020.1577%20-1.55039C%2020.1379%20-1.56486%2020.1287%20-1.57183%2020.1186%20-1.57942C%2020.1154%20-1.58183%2020.1125%20-1.58409%2020.1141%20-1.58284C%2020.1141%20-1.58291%2020.1157%20-1.58164%2020.1157%20-1.58167C%2020.1152%20-1.58203%2020.1176%20-1.58017%2020.1174%20-1.58035C%2020.1177%20-1.58009%2020.1183%20-1.57963%2020.1185%20-1.5795C%2020.1191%20-1.57902%2020.1197%20-1.57853%2018.8916%200C%2017.6635%201.57853%2017.6642%201.57907%2017.6649%201.57963C%2017.6652%201.57984%2017.6659%201.58042%2017.6665%201.58085C%2017.6671%201.58136%2017.6688%201.58265%2017.6701%201.58367C%2017.6719%201.58503%2017.6759%201.5881%2017.6794%201.59081C%2017.6847%201.59484%2017.6953%201.60296%2017.7058%201.61094C%2017.7233%201.62413%2017.7552%201.64799%2017.7901%201.67368C%2017.8526%201.71953%2017.9584%201.79557%2018.083%201.88166C%2018.3168%202.04277%2018.6939%202.29107%2019.1561%202.56805C%2020.0467%203.09996%2021.4419%203.84333%2023.1704%204.54267C%2026.5469%205.8984%2031.7112%207.23841%2037.9753%206.99825L%2037.8079%203.00175Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path2_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%200%202C%200%200.895416%200.895508%200%202%200L%2012%200C%2013.1045%200%2014%200.895416%2014%202L%2014%209C%2014%2010.1046%2013.1045%2011%2012%2011L%202%2011C%200.895508%2011%200%2010.1046%200%209L%200%202ZM%207.74316%205.85745C%208.47949%205.5625%209%204.84201%209%204C%209%202.89542%208.10449%202%207%202C%205.89551%202%205%202.89542%205%204C%205%204.84201%205.52051%205.5625%206.25684%205.85745L%205%209L%209%209L%207.74316%205.85745Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path3_stroke%22%20d%3D%22M%207%209C%207%209.55229%207.44772%2010%208%2010C%208.55229%2010%209%209.55229%209%209L%207%209ZM%207%204L%207%209L%209%209L%209%204L%207%204ZM%204%201C%205.65685%201%207%202.34315%207%204L%209%204C%209%201.23858%206.76142%20-1%204%20-1L%204%201ZM%204%20-1C%201.23858%20-1%20-1%201.23858%20-1%204L%201%204C%201%202.34315%202.34315%201%204%201L%204%20-1Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-check-in-circle_green {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2230%22%20height%3D%2230%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20style%3D%22clip-path%3Aurl(%23SVGID_2_)%3Bfill%3Anone%3Bstroke%3A%2350975F%3B%22%20d%3D%22M15%2C29.5c8%2C0%2C14.5-6.5%2C14.5-14.5S23%2C0.5%2C15%2C0.5S0.5%2C7%2C0.5%2C15%0D%0A%09%09S7%2C29.5%2C15%2C29.5z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22clip-path%3Aurl(%23SVGID_2_)%3Bfill%3A%2350975F%3B%22%20d%3D%22M6.9%2C13.2c0%2C0-0.7%2C0.7%2C0%2C1.4l5.7%2C5.7c0%2C0%2C0.7%2C0.7%2C1.4%2C0c0%2C0%2C0.7-0.7%2C0-1.4%0D%0A%09%09l-5.7-5.7C8.3%2C13.2%2C7.6%2C12.5%2C6.9%2C13.2%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22clip-path%3Aurl(%23SVGID_2_)%3Bfill%3A%2350975F%3B%22%20d%3D%22M12.5%2C20.3c0%2C0%2C0.7%2C0.7%2C1.4%2C0l9.2-9.2c0%2C0%2C0.7-0.7%2C0-1.4%0D%0A%09%09c0%2C0-0.7-0.7-1.4%2C0l-9.2%2C9.2C12.5%2C18.9%2C11.8%2C19.6%2C12.5%2C20.3%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-check-list {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23455A64%22%20fill-rule%3D%22nonzero%22%20d%3D%22M39.0434783%2C8%20C39.0434783%2C9.6575%2036.6575%2C12.0344828%2035%2C12.0344828%20C33.3425%2C12.0344828%2030.9565217%2C9.6575%2030.9565217%2C8%20L17%2C8%20C13.6835%2C8%2011%2C10.6835%2011%2C14%20L11%2C62%20C11%2C65.3165%2013.6835%2C68%2017%2C68%20L53%2C68%20C56.3165%2C68%2059%2C65.3165%2059%2C62%20L59%2C14%20C59%2C10.6835%2056.3165%2C8%2053%2C8%20L39.0434783%2C8%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M52.5384615%2C63%20L17.4615385%2C63%20C16.6562308%2C63%2016%2C62.3397059%2016%2C61.5294118%20L16%2C14.4705882%20C16%2C13.6602941%2016.6562308%2C13%2017.4615385%2C13%20L52.5384615%2C13%20C53.3437692%2C13%2054%2C13.6602941%2054%2C14.4705882%20L54%2C61.5294118%20C54%2C62.3397059%2053.3437692%2C63%2052.5384615%2C63%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%2390A4AE%22%20fill-rule%3D%22nonzero%22%20d%3D%22M38.8888889%2C8%20C38.8888889%2C9.6575%2036.5961111%2C12%2035%2C12%20C33.4038889%2C12%2031.1111111%2C9.6575%2031.1111111%2C8%20L22%2C8%20L22%2C14%20C22%2C15.5%2023.5%2C17%2025%2C17%20L45%2C17%20C46.5%2C17%2048%2C15.5%2048%2C14%20L48%2C8%20L38.8888889%2C8%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%2390A4AE%22%20fill-rule%3D%22nonzero%22%20d%3D%22M35%2C2%20C31.6895%2C2%2029%2C4.6895%2029%2C8%20C29%2C11.3105%2031.6895%2C14%2035%2C14%20C38.3105%2C14%2041%2C11.3105%2041%2C8%20C41%2C4.6895%2038.3105%2C2%2035%2C2%20M35%2C11%20C33.3425%2C11%2032%2C9.6575%2032%2C8%20C32%2C6.3425%2033.3425%2C5%2035%2C5%20C36.6575%2C5%2038%2C6.3425%2038%2C8%20C38%2C9.6575%2036.6575%2C11%2035%2C11%22%2F%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%2303A9F4%22%20fill-rule%3D%22nonzero%22%20points%3D%2221%2030%2034%2030%2034%2033%2021%2033%22%2F%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%2303A9F4%22%20fill-rule%3D%22nonzero%22%20points%3D%2221%2048%2034%2048%2034%2051%2021%2051%22%2F%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23F50057%22%20fill-rule%3D%22nonzero%22%20points%3D%2238%2046%2040%2044%2048%2052%2046%2054%22%2F%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23F50057%22%20fill-rule%3D%22nonzero%22%20points%3D%2238%2052%2046%2044%2048%2046%2040%2054%22%2F%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%2343A047%22%20fill-rule%3D%22nonzero%22%20points%3D%2244.446%2033.895%2042.308%2036.015%2037%2030.753%2039.138%2028.633%2042.308%2031.775%22%2F%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%2343A047%22%20fill-rule%3D%22nonzero%22%20points%3D%2249.09%2029.292%2042.308%2036.015%2040.17%2033.895%2042.308%2031.775%2046.952%2027.172%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-chess-king {
  background-image: url("data:image/svg+xml;charset=UTF-8,%EF%BB%BF%3Csvg%20width%3D%2246%22%20height%3D%2282%22%20viewBox%3D%220%200%2046%2082%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EGroup%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-2497%20251)%22%3E%0D%0A%3Cg%20id%3D%22Group%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_stroke%22%20transform%3D%22translate(2509.5%20-222.9)%22%20fill%3D%22%2300B6F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_stroke%22%20transform%3D%22translate(2498%20-178.4)%22%20fill%3D%22%2300B6F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path2_stroke%22%20transform%3D%22translate(2498%20-181)%22%20fill%3D%22%2300B6F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path3_stroke%22%20transform%3D%22translate(2498.7%20-220.2)%22%20fill%3D%22%2300B6F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path4_stroke%22%20transform%3D%22translate(2517.6%20-250)%22%20fill%3D%22%2300B6F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path5_stroke%22%20transform%3D%22translate(2511.5%20-245.4)%22%20fill%3D%22%2300B6F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path6_stroke%22%20transform%3D%22translate(2508.6%20-244.4)%22%20fill%3D%22%2300B6F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_stroke%22%20d%3D%22M%2020.1%20-0.5L%201.3%20-0.5L%201.3%200.5L%2020.1%200.5L%2020.1%20-0.5ZM%201.3%20-0.5C%200.323858%20-0.5%20-0.5%200.323856%20-0.5%201.3L%200.5%201.3C%200.5%200.876142%200.876142%200.5%201.3%200.5L%201.3%20-0.5ZM%20-0.5%201.3C%20-0.5%202.27614%200.323857%203.1%201.3%203.1L%201.3%202.1C%200.876143%202.1%200.5%201.72386%200.5%201.3L%20-0.5%201.3ZM%201.3%203.1L%2020.1%203.1L%2020.1%202.1L%201.3%202.1L%201.3%203.1ZM%2020.1%203.1C%2021.0761%203.1%2021.9%202.27614%2021.9%201.3L%2020.9%201.3C%2020.9%201.72386%2020.5239%202.1%2020.1%202.1L%2020.1%203.1ZM%2021.9%201.3C%2021.9%200.323855%2021.0761%20-0.5%2020.1%20-0.5L%2020.1%200.5C%2020.5239%200.5%2020.9%200.876144%2020.9%201.3L%2021.9%201.3Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_stroke%22%20d%3D%22M%2042.7%200L%2043.1903%20-0.0980581C%2043.1435%20-0.33177%2042.9383%20-0.5%2042.7%20-0.5L%2042.7%200ZM%201.7%200L%201.7%20-0.5C%201.46166%20-0.5%201.25645%20-0.33177%201.20971%20-0.0980581L%201.7%200ZM%200%208.5L%20-0.49029%208.40194C%20-0.519668%208.54883%20-0.48164%208.70115%20-0.386671%208.81699C%20-0.291702%208.93284%20-0.149797%209%200%209L%200%208.5ZM%2044.4%208.5L%2044.4%209C%2044.5498%209%2044.6917%208.93284%2044.7867%208.81699C%2044.8816%208.70115%2044.9197%208.54883%2044.8903%208.40194L%2044.4%208.5ZM%2042.7%20-0.5L%201.7%20-0.5L%201.7%200.5L%2042.7%200.5L%2042.7%20-0.5ZM%201.20971%20-0.0980581L%20-0.49029%208.40194L%200.49029%208.59806L%202.19029%200.0980581L%201.20971%20-0.0980581ZM%200%209L%2044.4%209L%2044.4%208L%200%208L%200%209ZM%2044.8903%208.40194L%2043.1903%20-0.0980581L%2042.2097%200.0980581L%2043.9097%208.59806L%2044.8903%208.40194Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path2_stroke%22%20d%3D%22M%2044.3%201.3L%2043.8039%201.23798C%2043.8013%201.25855%2043.8%201.27926%2043.8%201.3L%2044.3%201.3ZM%2043.1%20-0.499998L%201.3%20-0.499998L%201.3%200.500002L%2043.1%200.500002L%2043.1%20-0.499998ZM%201.3%20-0.499998C%200.32386%20-0.499998%20-0.5%200.323852%20-0.5%201.3L%200.5%201.3C%200.5%200.876142%200.87614%200.500002%201.3%200.500002L%201.3%20-0.499998ZM%20-0.5%201.3C%20-0.5%202.27614%200.323856%203.1%201.3%203.1L%201.3%202.1C%200.876144%202.1%200.5%201.72386%200.5%201.3L%20-0.5%201.3ZM%201.3%203.1L%2043%203.1L%2043%202.1L%201.3%202.1L%201.3%203.1ZM%2043%203.1C%2043.9761%203.1%2044.8%202.27614%2044.8%201.3L%2043.8%201.3C%2043.8%201.72386%2043.4239%202.1%2043%202.1L%2043%203.1ZM%2044.7961%201.36201C%2044.8645%200.815427%2044.6922%200.335108%2044.3535%20-0.00355519C%2044.0235%20-0.333631%2043.5657%20-0.499998%2043.1%20-0.499998L%2043.1%200.500002C%2043.3343%200.500002%2043.5265%200.583632%2043.6464%200.703554C%2043.7578%200.814888%2043.8355%200.984567%2043.8039%201.23798L%2044.7961%201.36201Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path3_stroke%22%20d%3D%22M%2032%2023.1L%2032.4773%2022.9508L%2032.4751%2022.9441L%2032%2023.1ZM%2028.2%207.62939e-07L%2028.6974%20-0.0506358C%2028.6714%20-0.305852%2028.4565%20-0.499999%2028.2%20-0.499999L%2028.2%207.62939e-07ZM%2014.8%207.62939e-07L%2014.8%20-0.499999C%2014.5435%20-0.499999%2014.3286%20-0.305852%2014.3026%20-0.0506358L%2014.8%207.62939e-07ZM%204.76837e-08%2035.6L%20-0.282674%2035.1876C%20-0.420248%2035.2819%20-0.501747%2035.4385%20-0.499972%2035.6053C%20-0.498196%2035.7721%20-0.413379%2035.927%20-0.273829%2036.0184L%204.76837e-08%2035.6ZM%205.5%2039.2L%205.22617%2039.6184C%205.30756%2039.6716%205.40272%2039.7%205.5%2039.7L%205.5%2039.2ZM%2037.5%2039.2L%2037.5%2039.7C%2037.5973%2039.7%2037.6924%2039.6716%2037.7738%2039.6184L%2037.5%2039.2ZM%2043%2035.6L%2043.2738%2036.0184C%2043.4588%2035.8973%2043.5423%2035.669%2043.4792%2035.4571C%2043.416%2035.2452%2043.2211%2035.1%2043%2035.1L%2043%2035.6ZM%2032.4751%2022.9441C%2031.4357%2019.7811%2030.4944%2014.0502%2029.8078%209.08155C%2029.4646%206.5981%2029.1872%204.31617%2028.9951%202.65206C%2028.8992%201.82053%2028.8248%201.14505%2028.7743%200.676476C%2028.749%200.442435%2028.7298%200.260697%2028.7169%200.137071C%2028.7104%200.0753744%2028.7056%200.0284568%2028.7023%20-0.00321838C%2028.7007%20-0.018999%2028.6995%20-0.0308512%2028.6986%20-0.0388452C%2028.6982%20-0.0428141%2028.6979%20-0.0457612%2028.6977%20-0.0477587C%2028.6976%20-0.0487434%2028.6975%20-0.0494626%2028.6975%20-0.0499566C%2028.6975%20-0.0501967%2028.6975%20-0.0503664%2028.6974%20-0.0504867C%2028.6974%20-0.050593%2028.6974%20-0.0506358%2028.2%207.62939e-07C%2027.7026%200.0506373%2027.7026%200.0507219%2027.7026%200.05087C%2027.7026%200.0510042%2027.7026%200.0512159%2027.7027%200.0514838C%2027.7027%200.0520059%2027.7028%200.0528092%2027.7029%200.0538502C%2027.7031%200.0559041%2027.7034%200.0590212%2027.7038%200.0631036C%2027.7047%200.0712122%2027.7059%200.0834109%2027.7076%200.0994235C%2027.7109%200.131335%2027.7158%200.178973%2027.7223%200.241153C%2027.7353%200.365281%2027.7547%200.548582%2027.78%200.783682C%2027.8307%201.25339%2027.9055%201.93259%2028.0017%202.76669C%2028.1941%204.43383%2028.4729%206.7269%2028.8172%209.21844C%2029.5056%2014.1998%2030.4643%2020.0189%2031.5249%2023.2559L%2032.4751%2022.9441ZM%2028.2%20-0.499999L%2021.5%20-0.499999L%2021.5%200.500001L%2028.2%200.500001L%2028.2%20-0.499999ZM%2021.5%20-0.499999L%2014.8%20-0.499999L%2014.8%200.500001L%2021.5%200.500001L%2021.5%20-0.499999ZM%2014.8%207.62939e-07C%2014.3026%20-0.0506358%2014.3026%20-0.050593%2014.3026%20-0.0504866C%2014.3025%20-0.0503664%2014.3025%20-0.0501966%2014.3025%20-0.0499566C%2014.3025%20-0.0494625%2014.3024%20-0.0487434%2014.3023%20-0.0477586C%2014.3021%20-0.0457612%2014.3018%20-0.042814%2014.3014%20-0.0388452C%2014.3005%20-0.0308511%2014.2993%20-0.018999%2014.2977%20-0.00321835C%2014.2944%200.0284568%2014.2896%200.0753744%2014.2831%200.137071C%2014.2702%200.260697%2014.251%200.442436%2014.2257%200.676476C%2014.1752%201.14505%2014.1008%201.82053%2014.0049%202.65206C%2013.8128%204.31617%2013.5354%206.5981%2013.1922%209.08155C%2012.5056%2014.0502%2011.5643%2019.7811%2010.5249%2022.9441L%2011.4751%2023.2559C%2012.5357%2020.0189%2013.4944%2014.1998%2014.1828%209.21844C%2014.5271%206.7269%2014.8059%204.43383%2014.9983%202.76669C%2015.0945%201.93259%2015.1693%201.25339%2015.22%200.783682C%2015.2453%200.548581%2015.2647%200.365281%2015.2777%200.241153C%2015.2842%200.178973%2015.2891%200.131335%2015.2924%200.0994235C%2015.2941%200.0834109%2015.2953%200.0712122%2015.2962%200.0631036C%2015.2966%200.0590212%2015.2969%200.0559041%2015.2971%200.0538501C%2015.2972%200.0528092%2015.2973%200.0520059%2015.2973%200.0514838C%2015.2974%200.0512158%2015.2974%200.0510042%2015.2974%200.05087C%2015.2974%200.0507219%2015.2974%200.0506373%2014.8%207.62939e-07ZM%2010.5249%2022.9441C%209.51656%2026.0172%206.8479%2029.0697%204.37108%2031.3847C%203.13969%2032.536%201.97931%2033.4837%201.11721%2034.1516C%200.688019%2034.4842%200.338608%2034.7427%200.09316%2034.9205C%20-0.0286847%2035.0088%20-0.122522%2035.0755%20-0.187317%2035.1211C%20-0.21929%2035.1436%20-0.243101%2035.1602%20-0.259576%2035.1716C%20-0.267606%2035.1772%20-0.273374%2035.1812%20-0.277451%2035.184C%20-0.279386%2035.1853%20-0.28069%2035.1862%20-0.281666%2035.1869C%20-0.282103%2035.1872%20-0.282355%2035.1874%20-0.282574%2035.1875C%20-0.282658%2035.1876%20-0.282683%2035.1876%20-0.282725%2035.1876C%20-0.282717%2035.1876%20-0.282674%2035.1876%204.76837e-08%2035.6C%200.282674%2036.0124%200.282785%2036.0124%200.282929%2036.0123C%200.283022%2036.0122%200.283201%2036.0121%200.283387%2036.0119C%200.283709%2036.0117%200.284268%2036.0113%200.284911%2036.0109C%200.286093%2036.0101%200.288018%2036.0088%200.290368%2036.0071C%200.294863%2036.004%200.301893%2035.9992%200.310767%2035.993C%200.328099%2035.981%200.35452%2035.9625%200.388245%2035.9388C%200.454846%2035.8919%200.554271%2035.8213%200.679887%2035.7303C%200.929361%2035.5495%201.29167%2035.2814%201.72967%2034.9421C%202.60194%2034.2663%203.79781%2033.289%205.05392%2032.1153C%207.5521%2029.7803%2010.3834%2026.5828%2011.4751%2023.2559L%2010.5249%2022.9441ZM%20-0.273829%2036.0184L%205.22617%2039.6184L%205.77383%2038.7817L%200.27383%2035.1817L%20-0.273829%2036.0184ZM%205.5%2039.7L%2021.5%2039.7L%2021.5%2038.7L%205.5%2038.7L%205.5%2039.7ZM%2021.5%2039.7L%2037.5%2039.7L%2037.5%2038.7L%2021.5%2038.7L%2021.5%2039.7ZM%2037.7738%2039.6184L%2043.2738%2036.0184L%2042.7262%2035.1817L%2037.2262%2038.7817L%2037.7738%2039.6184ZM%2043%2035.1C%2043.0675%2035.1%2043.1186%2035.1141%2043.1343%2035.1185C%2043.1198%2035.1142%2043.1915%2035.1384%2043.1823%2035.1349C%2043.1714%2035.1303%2043.2207%2035.1524%2043.216%2035.1501C%2043.213%2035.1485%2043.2249%2035.1549%2043.22%2035.152C%2043.2056%2035.1436%2043.1865%2035.1316%2043.1544%2035.1107C%2043.0869%2035.0668%2042.9921%2035.0028%2042.8669%2034.9154C%2042.6135%2034.7386%2042.2585%2034.4816%2041.8238%2034.1495C%2040.9501%2033.4823%2039.7848%2032.5356%2038.5539%2031.3847C%2036.0778%2029.0704%2033.4363%2026.02%2032.4772%2022.9509L%2031.5228%2023.2491C%2032.5637%2026.58%2035.3722%2029.7796%2037.8711%2032.1153C%2039.1277%2033.2894%2040.3312%2034.2677%2041.2168%2034.9442C%2041.6618%2035.284%2042.0341%2035.5536%2042.2945%2035.7354C%2042.4261%2035.8273%2042.5347%2035.9006%2042.6095%2035.9492C%2042.6486%2035.9745%2042.6854%2035.9976%2042.7107%2036.0126C%2042.7256%2036.0214%2042.7473%2036.0335%2042.7618%2036.041C%2042.7724%2036.0463%2042.7951%2036.0568%2042.8098%2036.0629C%2042.8208%2036.0672%2042.8468%2036.0762%2042.8626%2036.0809C%2042.8874%2036.0873%2042.9558%2036.0981%2043%2036.1L%2043%2035.1Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path4_stroke%22%20d%3D%22M%203.7%204.7L%203.7%205.2C%203.77762%205.2%203.85418%205.18193%203.92361%205.14721L%203.7%204.7ZM%201.3%204.7L%201.07639%205.14721C%201.14582%205.18193%201.22238%205.2%201.3%205.2L%201.3%204.7ZM%203.92361%205.14721C%204.90212%204.65796%205.5%203.67897%205.5%202.5L%204.5%202.5C%204.5%203.32103%204.09788%203.94204%203.47639%204.25279L%203.92361%205.14721ZM%205.5%202.5C%205.5%200.823858%204.17614%20-0.5%202.5%20-0.5L%202.5%200.5C%203.62386%200.5%204.5%201.37614%204.5%202.5L%205.5%202.5ZM%202.5%20-0.5C%200.823858%20-0.5%20-0.5%200.823858%20-0.5%202.5L%200.5%202.5C%200.5%201.37614%201.37614%200.5%202.5%200.5L%202.5%20-0.5ZM%20-0.5%202.5C%20-0.5%203.56735%200.0881497%204.65309%201.07639%205.14721L%201.52361%204.25279C%200.911849%203.94691%200.5%203.23265%200.5%202.5L%20-0.5%202.5ZM%201.3%205.2C%201.78009%205.19354%202.08009%205.09354%202.4%205.1L%202.4%204.1C%201.91991%204.10646%201.61991%204.20646%201.3%204.2L%201.3%205.2ZM%202.4%205.1C%202.57235%205.09923%202.76978%205.12194%202.99478%205.14694C%203.21978%205.17194%203.47235%205.19923%203.7%205.2L%203.7%204.2C%203.52765%204.20077%203.33022%204.17806%203.10522%204.15306C%202.88022%204.12806%202.62765%204.10077%202.4%204.1L%202.4%205.1Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path5_stroke%22%20d%3D%22M%209.8%200.0999999L%209.85842%20-0.396575C%209.83903%20-0.398857%209.81952%20-0.4%209.8%20-0.4L%209.8%200.0999999ZM%207.6%200.0999999L%207.65842%200.596575C%207.69232%200.592587%207.72573%200.585137%207.75811%200.574342L%207.6%200.0999999ZM%201.77636e-15%205.5L%20-0.450276%205.28263C%20-0.556098%205.50183%20-0.48869%205.76539%20-0.290619%205.90687L%201.77636e-15%205.5ZM%202.8%207.5L%202.50938%207.90687C%202.71574%208.05427%202.99978%208.02383%203.17023%207.83605L%202.8%207.5ZM%208.7%201L%209.07023%200.663947C%208.97546%200.559539%208.84101%200.5%208.7%200.5C%208.559%200.5%208.42454%200.559539%208.32977%200.663947L%208.7%201ZM%2014.6%207.5L%2014.2298%207.83605C%2014.4002%208.02383%2014.6843%208.05427%2014.8906%207.90687L%2014.6%207.5ZM%2017.4%205.5L%2017.6906%205.90687C%2017.8887%205.76539%2017.9561%205.50183%2017.8503%205.28263L%2017.4%205.5ZM%209.8%20-0.4C%209.48009%20-0.393544%209.18009%20-0.493544%208.7%20-0.5L%208.7%200.5C%209.01991%200.493544%209.31991%200.593544%209.8%200.6L%209.8%20-0.4ZM%208.7%20-0.5C%208.32835%20-0.5%207.83566%20-0.5056%207.44189%20-0.374342L%207.75811%200.574342C%207.96434%200.5056%208.27165%200.5%208.7%200.5L%208.7%20-0.5ZM%207.54158%20-0.396575C%203.96754%200.0239005%201.02214%202.23263%20-0.450276%205.28263L%200.450276%205.71737C%201.77786%202.96737%204.43247%200.976099%207.65842%200.596575L%207.54158%20-0.396575ZM%20-0.290619%205.90687L%202.50938%207.90687L%203.09062%207.09313L%200.290619%205.09313L%20-0.290619%205.90687ZM%203.17023%207.83605L%209.07023%201.33605L%208.32977%200.663947L%202.42977%207.16395L%203.17023%207.83605ZM%208.32977%201.33605L%2014.2298%207.83605L%2014.9702%207.16395L%209.07023%200.663947L%208.32977%201.33605ZM%2014.8906%207.90687L%2017.6906%205.90687L%2017.1094%205.09313L%2014.3094%207.09313L%2014.8906%207.90687ZM%2017.8503%205.28263C%2016.3779%202.23263%2013.4325%200.0239005%209.85842%20-0.396575L%209.74158%200.596575C%2012.9675%200.976099%2015.6221%202.96737%2016.9497%205.71737L%2017.8503%205.28263Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path6_stroke%22%20d%3D%22M%2020.4%204.5L%2020.6839%204.91166L%2020.6906%204.90687L%2020.4%204.5ZM%2017.5%206.5L%2017.1298%206.83605C%2017.2981%207.02151%2017.5777%207.0538%2017.7839%206.91161L%2017.5%206.5ZM%2011.6%200L%2011.9702%20-0.336053C%2011.8759%20-0.439922%2011.7424%20-0.499409%2011.6021%20-0.499996C%2011.4618%20-0.500583%2011.3277%20-0.442216%2011.2326%20-0.33914L%2011.6%200ZM%205.6%206.5L%205.30938%206.90687C%205.51445%207.05334%205.79647%207.02432%205.9674%206.83914L%205.6%206.5ZM%202.8%204.5L%202.50938%204.90687L%202.50938%204.90687L%202.8%204.5ZM%203.8147e-07%202.5L%200.29062%202.09313C%200.124844%201.97472%20-0.0961961%201.96873%20-0.268145%202.07798C%20-0.440093%202.18724%20-0.528562%202.38989%20-0.491784%202.59026L%203.8147e-07%202.5ZM%202.9%2018.3L%202.40822%2018.3903C%202.41672%2018.4366%202.43172%2018.4815%202.45279%2018.5236L%202.9%2018.3ZM%204.5%2021.5L%204.05279%2021.7236C%204.13748%2021.893%204.31061%2022%204.5%2022L%204.5%2021.5ZM%2018.7%2021.5L%2018.7%2022C%2018.894%2022%2019.0704%2021.8878%2019.1527%2021.7122L%2018.7%2021.5ZM%2020.2%2018.3L%2020.6527%2018.5122C%2020.6705%2018.4743%2020.6834%2018.4344%2020.6912%2018.3933L%2020.2%2018.3ZM%2023.2%202.5L%2023.6912%202.59327C%2023.7293%202.39258%2023.6415%202.18888%2023.4694%202.0788C%2023.2973%201.96873%2023.0756%201.9744%2022.9094%202.09313L%2023.2%202.5ZM%2020.1161%204.08839L%2017.2161%206.08839L%2017.7839%206.91161L%2020.6839%204.91161L%2020.1161%204.08839ZM%2017.8702%206.16395L%2011.9702%20-0.336053L%2011.2298%200.336053L%2017.1298%206.83605L%2017.8702%206.16395ZM%2011.2326%20-0.33914L%205.2326%206.16086L%205.9674%206.83914L%2011.9674%200.33914L%2011.2326%20-0.33914ZM%205.89062%206.09313L%203.09062%204.09313L%202.50938%204.90687L%205.30938%206.90687L%205.89062%206.09313ZM%203.09062%204.09313L%200.29062%202.09313L%20-0.290619%202.90687L%202.50938%204.90687L%203.09062%204.09313ZM%20-0.491784%202.59026L%202.40822%2018.3903L%203.39178%2018.2097L%200.491785%202.40974L%20-0.491784%202.59026ZM%202.45279%2018.5236L%204.05279%2021.7236L%204.94721%2021.2764L%203.34721%2018.0764L%202.45279%2018.5236ZM%204.5%2022L%2011.6%2022L%2011.6%2021L%204.5%2021L%204.5%2022ZM%2011.6%2022L%2018.7%2022L%2018.7%2021L%2011.6%2021L%2011.6%2022ZM%2019.1527%2021.7122L%2020.6527%2018.5122L%2019.7473%2018.0878L%2018.2473%2021.2878L%2019.1527%2021.7122ZM%2020.6912%2018.3933L%2023.6912%202.59327L%2022.7088%202.40673L%2019.7088%2018.2067L%2020.6912%2018.3933ZM%2022.9094%202.09313L%2020.1094%204.09313L%2020.6906%204.90687L%2023.4906%202.90687L%2022.9094%202.09313Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 46px;
  height: 82px;
}

.icon-chess-pawn {
  background-image: url("data:image/svg+xml;charset=UTF-8,%EF%BB%BF%3Csvg%20width%3D%2246%22%20height%3D%2260%22%20viewBox%3D%220%200%2046%2060%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EGroup%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-3017%20240)%22%3E%0D%0A%3Cg%20id%3D%22Group%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_stroke%22%20transform%3D%22translate(3018%20-189.6)%22%20fill%3D%22%2300B6F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_stroke%22%20transform%3D%22translate(3018%20-192.3)%22%20fill%3D%22%2300B6F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path2_stroke%22%20transform%3D%22translate(3031.3%20-239)%22%20fill%3D%22%2300B6F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path3_stroke%22%20transform%3D%22translate(3029.5%20-223.6)%22%20fill%3D%22%2300B6F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path4_stroke%22%20transform%3D%22translate(3018.8%20-220.9)%22%20fill%3D%22%2300B6F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_stroke%22%20d%3D%22M%2042.7%201.52588e-06L%2043.1903%20-0.0980566C%2043.1435%20-0.331769%2042.9383%20-0.499998%2042.7%20-0.499998L%2042.7%201.52588e-06ZM%201.7%201.52588e-06L%201.7%20-0.499998C%201.46166%20-0.499998%201.25645%20-0.331769%201.20971%20-0.0980565L%201.7%201.52588e-06ZM%200%208.5L%20-0.49029%208.40194C%20-0.519668%208.54883%20-0.48164%208.70115%20-0.386671%208.817C%20-0.291702%208.93284%20-0.149797%209%20-5.44332e-17%209L%200%208.5ZM%2044.4%208.5L%2044.4%209C%2044.5498%209%2044.6917%208.93284%2044.7867%208.817C%2044.8816%208.70115%2044.9197%208.54883%2044.8903%208.40194L%2044.4%208.5ZM%2042.7%20-0.499998L%201.7%20-0.499998L%201.7%200.500002L%2042.7%200.500002L%2042.7%20-0.499998ZM%201.20971%20-0.0980565L%20-0.49029%208.40194L%200.49029%208.59806L%202.19029%200.0980596L%201.20971%20-0.0980565ZM%200%209L%2044.4%209L%2044.4%208L%200%208L%200%209ZM%2044.8903%208.40194L%2043.1903%20-0.0980566L%2042.2097%200.0980596L%2043.9097%208.59806L%2044.8903%208.40194Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_stroke%22%20d%3D%22M%2044.3%201.3L%2043.805%201.22929C%2043.8017%201.25271%2043.8%201.27634%2043.8%201.3L%2044.3%201.3ZM%2043.1%20-0.499999L%201.3%20-0.499999L%201.3%200.500001L%2043.1%200.500001L%2043.1%20-0.499999ZM%201.3%20-0.499999C%200.323858%20-0.499999%20-0.5%200.323857%20-0.5%201.3L%200.5%201.3C%200.5%200.876143%200.876142%200.500001%201.3%200.500001L%201.3%20-0.499999ZM%20-0.5%201.3C%20-0.5%202.27614%200.323858%203.1%201.3%203.1L%201.3%202.1C%200.876142%202.1%200.5%201.72386%200.5%201.3L%20-0.5%201.3ZM%201.3%203.1L%2043%203.1L%2043%202.1L%201.3%202.1L%201.3%203.1ZM%2043%203.1C%2043.9761%203.1%2044.8%202.27614%2044.8%201.3L%2043.8%201.3C%2043.8%201.72386%2043.4239%202.1%2043%202.1L%2043%203.1ZM%2044.795%201.37071C%2044.9442%200.326103%2044.0587%20-0.499999%2043.1%20-0.499999L%2043.1%200.500001C%2043.5413%200.500001%2043.8558%200.873897%2043.805%201.22929L%2044.795%201.37071Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path2_stroke%22%20d%3D%22M%202.8%2015.4L%202.44645%2015.7536C%202.54022%2015.8473%202.66739%2015.9%202.8%2015.9L%202.8%2015.4ZM%2015.1%2015.4L%2015.1%2015.9C%2015.2326%2015.9%2015.3598%2015.8473%2015.4536%2015.7536L%2015.1%2015.4ZM%2018.3%208.9C%2018.3%203.72386%2014.0761%20-0.5%208.9%20-0.5L%208.9%200.5C%2013.5239%200.5%2017.3%204.27614%2017.3%208.9L%2018.3%208.9ZM%208.9%20-0.5C%203.72386%20-0.5%20-0.5%203.72386%20-0.5%208.9L%200.5%208.9C%200.5%204.27614%204.27614%200.5%208.9%200.5L%208.9%20-0.5ZM%20-0.5%208.9C%20-0.5%2011.5497%200.665532%2013.9726%202.44645%2015.7536L%203.15355%2015.0464C%201.53447%2013.4274%200.5%2011.2503%200.5%208.9L%20-0.5%208.9ZM%202.8%2015.9L%2015.1%2015.9L%2015.1%2014.9L%202.8%2014.9L%202.8%2015.9ZM%2015.4536%2015.7536C%2017.1396%2014.0675%2018.3%2011.6432%2018.3%208.9L%2017.3%208.9C%2017.3%2011.3568%2016.2604%2013.5325%2014.7464%2015.0464L%2015.4536%2015.7536Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path3_stroke%22%20d%3D%22M%2020.1%20-0.5L%2016.8%20-0.5L%2016.8%200.5L%2020.1%200.5L%2020.1%20-0.5ZM%2016.8%20-0.5L%204.6%20-0.5L%204.6%200.5L%2016.8%200.5L%2016.8%20-0.5ZM%204.6%20-0.5L%201.3%20-0.5L%201.3%200.5L%204.6%200.5L%204.6%20-0.5ZM%201.3%20-0.5C%200.323857%20-0.5%20-0.5%200.323859%20-0.5%201.3L%200.5%201.3C%200.5%200.876143%200.876143%200.5%201.3%200.5L%201.3%20-0.5ZM%20-0.5%201.3C%20-0.5%202.27614%200.323858%203.1%201.3%203.1L%201.3%202.1C%200.876142%202.1%200.5%201.72386%200.5%201.3L%20-0.5%201.3ZM%201.3%203.1L%2020.1%203.1L%2020.1%202.1L%201.3%202.1L%201.3%203.1ZM%2020.1%203.1C%2021.0761%203.1%2021.9%202.27615%2021.9%201.3L%2020.9%201.3C%2020.9%201.72386%2020.5239%202.1%2020.1%202.1L%2020.1%203.1ZM%2021.9%201.3C%2021.9%200.323857%2021.0761%20-0.5%2020.1%20-0.5L%2020.1%200.5C%2020.5239%200.5%2020.9%200.876144%2020.9%201.3L%2021.9%201.3Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path4_stroke%22%20d%3D%22M%2028.1%203.8147e-07L%2028.5982%20-0.0420192C%2028.5764%20-0.300953%2028.3599%20-0.5%2028.1%20-0.5L%2028.1%203.8147e-07ZM%2014.7%203.8147e-07L%2014.7%20-0.5C%2014.4424%20-0.5%2014.227%20-0.304343%2014.2023%20-0.0479701L%2014.7%203.8147e-07ZM%2011.9%2014.7L%2012.3751%2014.8559L%2012.3772%2014.8491L%2011.9%2014.7ZM%20-4.76837e-08%2025.1L%20-0.188949%2024.6371C%20-0.360978%2024.7073%20-0.479883%2024.8671%20-0.497697%2025.0521C%20-0.515511%2025.237%20-0.429295%2025.4166%20-0.27383%2025.5184L%20-4.76837e-08%2025.1ZM%205.5%2028.7L%205.22617%2029.1183C%205.30756%2029.1716%205.40272%2029.2%205.5%2029.2L%205.5%2028.7ZM%2037.5%2028.7L%2037.5%2029.2C%2037.5973%2029.2%2037.6924%2029.1716%2037.7738%2029.1183L%2037.5%2028.7ZM%2043%2025.1L%2043.2738%2025.5184C%2043.4588%2025.3973%2043.5423%2025.169%2043.4792%2024.9571C%2043.416%2024.7452%2043.2211%2024.6%2043%2024.6L%2043%2025.1ZM%2031.3751%2014.5441C%2030.3341%2011.375%2029.6428%207.7406%2029.2068%204.87478C%2028.9891%203.44418%2028.8372%202.21645%2028.7391%201.34117C%2028.6901%200.904645%2028.655%200.559125%2028.6318%200.320836C%2028.6203%200.202212%2028.6119%200.11156%2028.6063%200.0497363C%2028.6036%200.0190758%2028.6015%20-0.00384856%2028.6002%20-0.019495C%2028.5995%20-0.0271949%2028.599%20-0.0328224%2028.5987%20-0.0367125C%2028.5985%20-0.0385964%2028.5984%20-0.0399222%2028.5983%20-0.0408693C%2028.5983%20-0.0413124%2028.5983%20-0.0415997%2028.5982%20-0.0418219C%2028.5982%20-0.0419179%2028.5982%20-0.0419671%2028.5982%20-0.0420152C%2028.5982%20-0.042033%2028.5982%20-0.0420192%2028.1%203.8147e-07C%2027.6018%200.04202%2027.6018%200.0420971%2027.6018%200.0422058C%2027.6018%200.0422842%2027.6018%200.0424246%2027.6018%200.0425814C%2027.6018%200.0428645%2027.6019%200.0433347%2027.6019%200.0438999C%2027.602%200.0449694%2027.6022%200.0466637%2027.6023%200.0487936C%2027.6027%200.0529312%2027.6033%200.0593063%2027.604%200.067506C%2027.6054%200.0836589%2027.6075%200.108122%2027.6104%200.139815C%2027.6161%200.202699%2027.6248%200.296617%2027.6365%200.417446C%2027.6599%200.658063%2027.6958%201.01098%2027.7453%201.45258C%2027.8441%202.33355%2027.9984%203.58082%2028.2182%205.02522C%2028.6572%207.9094%2029.3659%2011.625%2030.4249%2014.8559L%2031.3751%2014.5441ZM%2028.1%20-0.5L%2021.4%20-0.5L%2021.4%200.5L%2028.1%200.5L%2028.1%20-0.5ZM%2021.4%20-0.5L%2014.7%20-0.5L%2014.7%200.5L%2021.4%200.5L%2021.4%20-0.5ZM%2014.7%203.8147e-07C%2014.2023%20-0.0479701%2014.2023%20-0.0479786%2014.2023%20-0.0479555C%2014.2023%20-0.0479057%2014.2023%20-0.0478511%2014.2023%20-0.0477516C%2014.2023%20-0.0475258%2014.2022%20-0.0472279%2014.2022%20-0.0467777C%2014.2021%20-0.0458235%2014.202%20-0.0444762%2014.2018%20-0.042578C%2014.2014%20-0.0386736%2014.2008%20-0.0330025%2014.2001%20-0.0252736C%2014.1985%20-0.00959763%2014.1962%200.0134163%2014.1931%200.0441369C%2014.1868%200.106022%2014.1774%200.196865%2014.1646%200.315617C%2014.1389%200.554041%2014.1002%200.899991%2014.0474%201.33681C%2013.9414%202.21242%2013.7801%203.44129%2013.556%204.87268C%2013.1074%207.73955%2012.415%2011.3785%2011.4228%2014.5509L%2012.3772%2014.8491C%2013.385%2011.6215%2014.0926%207.91045%2014.544%205.02732C%2014.7699%203.58371%2014.9336%202.33758%2015.0401%201.45694C%2015.0935%201.01563%2015.133%200.663147%2015.1588%200.422665C%2015.1718%200.301964%2015.1816%200.208236%2015.188%200.145415C%2015.1912%200.113782%2015.1936%200.089408%2015.1952%200.0732846C%2015.196%200.0651139%2015.1966%200.0587823%2015.197%200.0546591C%2015.1972%200.0525435%2015.1974%200.0508707%2015.1975%200.0498083C%2015.1976%200.0492502%2015.1976%200.0487907%2015.1976%200.0485111C%2015.1977%200.0483579%2015.1977%200.0482228%2015.1977%200.0481461C%2015.1977%200.0480427%2015.1977%200.0479709%2014.7%203.8147e-07ZM%2011.4249%2014.5441C%2010.4303%2017.5755%207.57965%2020.0959%204.88604%2021.8834C%203.54857%2022.7715%202.28474%2023.4565%201.34075%2023.9276C%200.871464%2024.162%200.48992%2024.3388%200.22079%2024.4593C%200.0874955%2024.519%20-0.0147493%2024.5634%20-0.0857323%2024.5937C%20-0.120613%2024.6086%20-0.146373%2024.6194%20-0.164362%2024.6269C%20-0.173058%2024.6305%20-0.179194%2024.6331%20-0.183612%2024.6349C%20-0.185673%2024.6357%20-0.187005%2024.6363%20-0.188044%2024.6367C%20-0.188491%2024.6369%20-0.188716%2024.637%20-0.188941%2024.6371C%20-0.189016%2024.6371%20-0.189018%2024.6371%20-0.189056%2024.6371C%20-0.189021%2024.6371%20-0.188949%2024.6371%20-4.76837e-08%2025.1C%200.188949%2025.5629%200.189096%2025.5629%200.18928%2025.5628C%200.189391%2025.5627%200.189613%2025.5627%200.189836%2025.5626C%200.190207%2025.5624%200.190875%2025.5621%200.191616%2025.5618C%200.192953%2025.5613%200.195176%2025.5604%200.197834%2025.5593C%200.202852%2025.5572%200.210805%2025.5539%200.220716%2025.5498C%200.23994%2025.5417%200.269466%2025.5293%200.306875%2025.5134C%200.380472%2025.4819%200.490825%2025.4341%200.629601%2025.3719C%200.904611%2025.2487%201.3051%2025.063%201.78738%2024.8224C%202.74651%2024.3435%204.06393%2023.6285%205.43896%2022.7166C%208.17035%2020.9041%2011.2697%2018.2245%2012.3751%2014.8559L%2011.4249%2014.5441ZM%20-0.27383%2025.5184L%205.22617%2029.1183L%205.77383%2028.2816L%200.273829%2024.6817L%20-0.27383%2025.5184ZM%205.5%2029.2L%2021.5%2029.2L%2021.5%2028.2L%205.5%2028.2L%205.5%2029.2ZM%2021.5%2029.2L%2037.5%2029.2L%2037.5%2028.2L%2021.5%2028.2L%2021.5%2029.2ZM%2037.7738%2029.1183L%2043.2738%2025.5184L%2042.7262%2024.6817L%2037.2262%2028.2816L%2037.7738%2029.1183ZM%2043%2024.6C%2043.0422%2024.6%2043.0738%2024.6057%2043.0816%2024.6071C%2043.0743%2024.6057%2043.1086%2024.6129%2043.1055%2024.6122C%2043.1043%2024.6118%2043.1114%2024.6138%2043.1049%2024.6117C%2043.0871%2024.6062%2043.0651%2024.5984%2043.028%2024.5847C%2042.9498%2024.5557%2042.8429%2024.5134%2042.7018%2024.4544C%2042.4157%2024.3347%2042.0209%2024.1591%2041.5384%2023.9251C%2040.5676%2023.4545%2039.2867%2022.7702%2037.9372%2021.8822C%2035.2199%2020.0955%2032.3696%2017.575%2031.3751%2014.5441L%2030.4249%2014.8559C%2031.5304%2018.225%2034.6301%2020.9045%2037.3878%2022.7178C%2038.7758%2023.6298%2040.1136%2024.3455%2041.1022%2024.8249C%2041.5994%2025.0659%2042.0194%2025.2528%2042.3158%2025.3769C%2042.4659%2025.4397%2042.5921%2025.4896%2042.6805%2025.5224C%2042.7267%2025.5394%2042.7712%2025.555%2042.8025%2025.5649C%2042.8204%2025.5706%2042.8451%2025.5777%2042.8618%2025.582C%2042.8667%2025.5832%2042.9275%2025.6%2043%2025.6L%2043%2024.6Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 46px;
  height: 60px;
}

.icon-chess-rook {
  background-image: url("data:image/svg+xml;charset=UTF-8,%EF%BB%BF%3Csvg%20width%3D%2246%22%20height%3D%2265%22%20viewBox%3D%220%200%2046%2065%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EGroup%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-2756%20242)%22%3E%0D%0A%3Cg%20id%3D%22Group%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_stroke%22%20transform%3D%22translate(2768.5%20-225.6)%22%20fill%3D%22%2300B6F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_stroke%22%20transform%3D%22translate(2757%20-186.6)%22%20fill%3D%22%2300B6F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path2_stroke%22%20transform%3D%22translate(2757.1%20-189.2)%22%20fill%3D%22%2300B6F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path3_stroke%22%20transform%3D%22translate(2757.7%20-222.9)%22%20fill%3D%22%2300B6F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path4_stroke%22%20transform%3D%22translate(2766.6%20-241)%22%20fill%3D%22%2300B6F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_stroke%22%20d%3D%22M%2020.1%20-0.5L%201.3%20-0.5L%201.3%200.5L%2020.1%200.5L%2020.1%20-0.5ZM%201.3%20-0.5C%200.323857%20-0.5%20-0.5%200.323859%20-0.5%201.3L%200.5%201.3C%200.5%200.876143%200.876143%200.5%201.3%200.5L%201.3%20-0.5ZM%20-0.5%201.3C%20-0.5%202.27614%200.323858%203.1%201.3%203.1L%201.3%202.1C%200.876142%202.1%200.5%201.72386%200.5%201.3L%20-0.5%201.3ZM%201.3%203.1L%2020.1%203.1L%2020.1%202.1L%201.3%202.1L%201.3%203.1ZM%2020.1%203.1C%2021.0761%203.1%2021.9%202.27615%2021.9%201.3L%2020.9%201.3C%2020.9%201.72386%2020.5239%202.1%2020.1%202.1L%2020.1%203.1ZM%2021.9%201.3C%2021.9%200.323857%2021.0761%20-0.5%2020.1%20-0.5L%2020.1%200.5C%2020.5239%200.5%2020.9%200.876144%2020.9%201.3L%2021.9%201.3Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_stroke%22%20d%3D%22M%2042.7%201.52588e-06L%2043.1903%20-0.0980566C%2043.1435%20-0.331769%2042.9383%20-0.499998%2042.7%20-0.499998L%2042.7%201.52588e-06ZM%201.7%201.52588e-06L%201.7%20-0.499998C%201.46166%20-0.499998%201.25645%20-0.331769%201.20971%20-0.0980565L%201.7%201.52588e-06ZM%200%208.5L%20-0.49029%208.40194C%20-0.519668%208.54883%20-0.48164%208.70115%20-0.386671%208.817C%20-0.291702%208.93284%20-0.149797%209%20-5.44332e-17%209L%200%208.5ZM%2044.4%208.5L%2044.4%209C%2044.5498%209%2044.6917%208.93284%2044.7867%208.817C%2044.8816%208.70115%2044.9197%208.54883%2044.8903%208.40194L%2044.4%208.5ZM%2042.7%20-0.499998L%201.7%20-0.499998L%201.7%200.500002L%2042.7%200.500002L%2042.7%20-0.499998ZM%201.20971%20-0.0980565L%20-0.49029%208.40194L%200.49029%208.59806L%202.19029%200.0980596L%201.20971%20-0.0980565ZM%200%209L%2044.4%209L%2044.4%208L%200%208L%200%209ZM%2044.8903%208.40194L%2043.1903%20-0.0980566L%2042.2097%200.0980596L%2043.9097%208.59806L%2044.8903%208.40194Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path2_stroke%22%20d%3D%22M%2043%20-0.500001L%201.3%20-0.500001L%201.3%200.499999L%2043%200.499999L%2043%20-0.500001ZM%201.3%20-0.500001C%200.323858%20-0.500001%20-0.5%200.323856%20-0.5%201.3L%200.5%201.3C%200.5%200.876141%200.876142%200.499999%201.3%200.499999L%201.3%20-0.500001ZM%20-0.5%201.3C%20-0.5%202.27614%200.323856%203.1%201.3%203.1L%201.3%202.1C%200.876144%202.1%200.5%201.72386%200.5%201.3L%20-0.5%201.3ZM%201.3%203.1L%2043%203.1L%2043%202.1L%201.3%202.1L%201.3%203.1ZM%2043%203.1C%2043.9761%203.1%2044.8%202.27614%2044.8%201.3L%2043.8%201.3C%2043.8%201.72386%2043.4239%202.1%2043%202.1L%2043%203.1ZM%2044.8%201.3C%2044.8%200.323854%2043.9761%20-0.500001%2043%20-0.500001L%2043%200.499999C%2043.4239%200.499999%2043.8%200.876143%2043.8%201.3L%2044.8%201.3Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path3_stroke%22%20d%3D%22M%2032%2017.6L%2032.4773%2017.4508L%2032.4751%2017.4441L%2032%2017.6ZM%2028.2%203.8147e-07L%2028.6943%20-0.0750331C%2028.6572%20-0.319401%2028.4472%20-0.5%2028.2%20-0.5L%2028.2%203.8147e-07ZM%2014.8%203.8147e-07L%2014.8%20-0.5C%2014.5528%20-0.5%2014.3428%20-0.319401%2014.3057%20-0.0750331L%2014.8%203.8147e-07ZM%204.76837e-08%2030.1L%20-0.282674%2029.6876C%20-0.420248%2029.7819%20-0.501747%2029.9385%20-0.499972%2030.1053C%20-0.498196%2030.2721%20-0.413379%2030.427%20-0.27383%2030.5184L%204.76837e-08%2030.1ZM%205.5%2033.7L%205.22617%2034.1184C%205.30756%2034.1716%205.40272%2034.2%205.5%2034.2L%205.5%2033.7ZM%2037.5%2033.7L%2037.5%2034.2C%2037.5973%2034.2%2037.6924%2034.1716%2037.7738%2034.1184L%2037.5%2033.7ZM%2043%2030.1L%2043.2738%2030.5184C%2043.4588%2030.3973%2043.5423%2030.169%2043.4792%2029.9571C%2043.416%2029.7452%2043.2211%2029.6%2043%2029.6L%2043%2030.1ZM%2032.4751%2017.4441C%2031.4326%2014.2691%2030.49%209.90034%2029.8036%206.30621C%2029.4606%204.51029%2029.1835%202.91598%2028.9916%201.76758C%2028.8957%201.19398%2028.8215%200.733501%2028.771%200.415381C%2028.7458%200.256596%2028.7266%200.134031%2028.7137%200.0507191C%2028.7073%200.00919551%2028.7024%20-0.0222336%2028.6992%20-0.0434868C%2028.6975%20-0.0540486%2028.6963%20-0.061933%2028.6955%20-0.0672756C%2028.6951%20-0.0699149%2028.6948%20-0.0718538%2028.6946%20-0.0731812C%2028.6945%20-0.073829%2028.6944%20-0.0742918%2028.6944%20-0.0746167C%2028.6944%20-0.0747712%2028.6944%20-0.0748753%2028.6943%20-0.0749527C%2028.6943%20-0.0750142%2028.6943%20-0.0750331%2028.2%203.8147e-07C%2027.7057%200.0750339%2027.7057%200.0751004%2027.7057%200.0752095C%2027.7057%200.0753028%2027.7057%200.0754546%2027.7058%200.075641C%2027.7058%200.0759978%2027.7059%200.0765565%2027.706%200.0772683C%2027.7062%200.0786599%2027.7065%200.0807921%2027.707%200.0835606C%2027.7078%200.0890334%2027.7091%200.097311%2027.7107%200.108136C%2027.714%200.129656%2027.719%200.161899%2027.7255%200.203969C%2027.7385%200.287845%2027.7579%200.412155%2027.7833%200.57212C%2027.834%200.8915%2027.909%201.35602%2028.0053%201.93242C%2028.1977%203.08402%2028.4769%204.68971%2028.8214%206.49379C%2029.51%2010.0997%2030.4674%2014.5309%2031.5249%2017.7559L%2032.4751%2017.4441ZM%2028.2%20-0.5L%2021.5%20-0.5L%2021.5%200.5L%2028.2%200.5L%2028.2%20-0.5ZM%2021.5%20-0.5L%2014.8%20-0.5L%2014.8%200.5L%2021.5%200.5L%2021.5%20-0.5ZM%2014.8%203.8147e-07C%2014.3057%20-0.0750331%2014.3057%20-0.0750142%2014.3056%20-0.0749526C%2014.3056%20-0.0748752%2014.3056%20-0.0747712%2014.3056%20-0.0746167C%2014.3055%20-0.0742918%2014.3055%20-0.073829%2014.3054%20-0.0731812C%2014.3052%20-0.0718537%2014.3049%20-0.0699149%2014.3045%20-0.0672756C%2014.3037%20-0.0619329%2014.3025%20-0.0540485%2014.3008%20-0.0434867C%2014.2976%20-0.0222336%2014.2927%200.00919555%2014.2863%200.0507192C%2014.2734%200.134031%2014.2542%200.256596%2014.229%200.415381C%2014.1785%200.733501%2014.1043%201.19398%2014.0084%201.76758C%2013.8165%202.91598%2013.5394%204.51029%2013.1964%206.30621C%2012.51%209.90034%2011.5674%2014.2691%2010.5249%2017.4441L%2011.4751%2017.7559C%2012.5326%2014.5309%2013.49%2010.0997%2014.1786%206.49379C%2014.5231%204.68971%2014.8023%203.08402%2014.9947%201.93242C%2015.091%201.35602%2015.166%200.8915%2015.2167%200.57212C%2015.2421%200.412155%2015.2615%200.287845%2015.2745%200.203969C%2015.281%200.161899%2015.286%200.129656%2015.2893%200.108136C%2015.2909%200.097311%2015.2922%200.0890333%2015.293%200.0835605C%2015.2935%200.0807921%2015.2938%200.0786599%2015.294%200.0772682C%2015.2941%200.0765565%2015.2942%200.0759977%2015.2942%200.0756409C%2015.2943%200.0754546%2015.2943%200.0753028%2015.2943%200.0752095C%2015.2943%200.0751004%2015.2943%200.0750338%2014.8%203.8147e-07ZM%2010.5249%2017.4441C%209.51656%2020.5172%206.8479%2023.5697%204.37108%2025.8847C%203.13969%2027.036%201.97931%2027.9837%201.11721%2028.6516C%200.688019%2028.9842%200.338608%2029.2427%200.0931602%2029.4205C%20-0.0286846%2029.5088%20-0.122522%2029.5754%20-0.187317%2029.6211C%20-0.21929%2029.6436%20-0.243101%2029.6602%20-0.259576%2029.6716C%20-0.267606%2029.6772%20-0.273374%2029.6812%20-0.277451%2029.684C%20-0.279386%2029.6853%20-0.28069%2029.6862%20-0.281666%2029.6869C%20-0.282103%2029.6872%20-0.282354%2029.6874%20-0.282574%2029.6875C%20-0.282658%2029.6876%20-0.282683%2029.6876%20-0.282725%2029.6876C%20-0.282717%2029.6876%20-0.282674%2029.6876%204.76837e-08%2030.1C%200.282674%2030.5124%200.282785%2030.5124%200.282929%2030.5123C%200.283022%2030.5122%200.2832%2030.5121%200.283387%2030.5119C%200.283709%2030.5117%200.284268%2030.5113%200.284911%2030.5109C%200.286093%2030.5101%200.288018%2030.5088%200.290368%2030.5071C%200.294863%2030.504%200.301893%2030.4992%200.310767%2030.493C%200.328099%2030.481%200.35452%2030.4625%200.388244%2030.4388C%200.454846%2030.3919%200.554271%2030.3213%200.679887%2030.2303C%200.929361%2030.0495%201.29167%2029.7814%201.72967%2029.4421C%202.60194%2028.7663%203.79781%2027.789%205.05392%2026.6153C%207.5521%2024.2803%2010.3834%2021.0828%2011.4751%2017.7559L%2010.5249%2017.4441ZM%20-0.27383%2030.5184L%205.22617%2034.1184L%205.77383%2033.2817L%200.27383%2029.6817L%20-0.27383%2030.5184ZM%205.5%2034.2L%2021.5%2034.2L%2021.5%2033.2L%205.5%2033.2L%205.5%2034.2ZM%2021.5%2034.2L%2037.5%2034.2L%2037.5%2033.2L%2021.5%2033.2L%2021.5%2034.2ZM%2037.7738%2034.1184L%2043.2738%2030.5184L%2042.7262%2029.6817L%2037.2262%2033.2817L%2037.7738%2034.1184ZM%2043%2029.6C%2043.0675%2029.6%2043.1186%2029.6141%2043.1343%2029.6185C%2043.1198%2029.6142%2043.1915%2029.6384%2043.1823%2029.6349C%2043.1714%2029.6303%2043.2207%2029.6524%2043.216%2029.6501C%2043.213%2029.6485%2043.2249%2029.6549%2043.22%2029.652C%2043.2056%2029.6436%2043.1865%2029.6316%2043.1544%2029.6107C%2043.0869%2029.5668%2042.9921%2029.5028%2042.8669%2029.4154C%2042.6135%2029.2386%2042.2585%2028.9816%2041.8238%2028.6495C%2040.9501%2027.9823%2039.7848%2027.0356%2038.5539%2025.8847C%2036.0778%2023.5704%2033.4363%2020.52%2032.4772%2017.4509L%2031.5228%2017.7491C%2032.5637%2021.08%2035.3722%2024.2796%2037.8711%2026.6153C%2039.1277%2027.7894%2040.3312%2028.7677%2041.2168%2029.4442C%2041.6618%2029.784%2042.0341%2030.0536%2042.2945%2030.2354C%2042.4261%2030.3273%2042.5347%2030.4006%2042.6095%2030.4492C%2042.6486%2030.4745%2042.6854%2030.4976%2042.7107%2030.5126C%2042.7256%2030.5214%2042.7473%2030.5335%2042.7618%2030.541C%2042.7724%2030.5463%2042.7951%2030.5568%2042.8098%2030.5629C%2042.8208%2030.5672%2042.8468%2030.5762%2042.8626%2030.5809C%2042.8874%2030.5873%2042.9558%2030.5981%2043%2030.6L%2043%2029.6Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path4_stroke%22%20d%3D%22M%2022.2%200L%2022.6835%20-0.127463C%2022.6256%20-0.347013%2022.4271%20-0.5%2022.2%20-0.5L%2022.2%200ZM%2020%200L%2020%20-0.5C%2019.8625%20-0.5%2019.731%20-0.443365%2019.6366%20-0.343418C%2019.5421%20-0.243471%2019.493%20-0.109037%2019.5008%200.0282566L%2020%200ZM%2020.3%205.3L%2020.3%205.8C%2020.4375%205.8%2020.569%205.74336%2020.6634%205.64342C%2020.7579%205.54347%2020.807%205.40904%2020.7992%205.27174L%2020.3%205.3ZM%2016.7%205.3L%2016.2166%205.4277C%2016.2745%205.64713%2016.473%205.8%2016.7%205.8L%2016.7%205.3ZM%2015.3%200L%2015.7834%20-0.127696C%2015.7255%20-0.347131%2015.527%20-0.5%2015.3%20-0.5L%2015.3%200ZM%209.9%200L%209.9%20-0.5C%209.67304%20-0.5%209.47454%20-0.347131%209.41658%20-0.127696L%209.9%200ZM%208.5%205.3L%208.5%205.8C%208.72696%205.8%208.92546%205.64713%208.98342%205.4277L%208.5%205.3ZM%204.8%205.3L%204.30142%205.26237C%204.29095%205.40112%204.33877%205.53796%204.43338%205.63999C%204.528%205.74202%204.66085%205.8%204.8%205.8L%204.8%205.3ZM%205.2%200L%205.69858%200.0376289C%205.70905%20-0.101123%205.66123%20-0.237963%205.56662%20-0.339989C%205.472%20-0.442016%205.33915%20-0.5%205.2%20-0.5L%205.2%200ZM%203%200L%203%20-0.5C%202.77452%20-0.5%202.57695%20-0.349089%202.51762%20-0.131559L%203%200ZM%203.8147e-07%2011L%20-0.482382%2010.8684C%20-0.540311%2011.0808%20-0.452485%2011.3062%20-0.266085%2011.4233L%203.8147e-07%2011ZM%207%2015.4L%206.73391%2015.8233C%206.81362%2015.8734%206.90585%2015.9%207%2015.9L%207%2015.4ZM%2018.2%2015.4L%2018.2%2015.9C%2018.2952%2015.9%2018.3885%2015.8728%2018.4688%2015.8216L%2018.2%2015.4ZM%2025.1%2011L%2025.3688%2011.4216C%2025.5521%2011.3047%2025.6389%2011.0828%2025.5835%2010.8725L%2025.1%2011ZM%2022.2%20-0.5L%2020%20-0.5L%2020%200.5L%2022.2%200.5L%2022.2%20-0.5ZM%2019.5008%200.0282566L%2019.8008%205.32826L%2020.7992%205.27174L%2020.4992%20-0.0282566L%2019.5008%200.0282566ZM%2020.3%204.8L%2016.7%204.8L%2016.7%205.8L%2020.3%205.8L%2020.3%204.8ZM%2017.1834%205.1723L%2015.7834%20-0.127696L%2014.8166%200.127696L%2016.2166%205.4277L%2017.1834%205.1723ZM%2015.3%20-0.5L%2012.6%20-0.5L%2012.6%200.5L%2015.3%200.5L%2015.3%20-0.5ZM%2012.6%20-0.5L%209.9%20-0.5L%209.9%200.5L%2012.6%200.5L%2012.6%20-0.5ZM%209.41658%20-0.127696L%208.01658%205.1723L%208.98342%205.4277L%2010.3834%200.127696L%209.41658%20-0.127696ZM%208.5%204.8L%204.8%204.8L%204.8%205.8L%208.5%205.8L%208.5%204.8ZM%205.29858%205.33763L%205.69858%200.0376289L%204.70142%20-0.0376289L%204.30142%205.26237L%205.29858%205.33763ZM%205.2%20-0.5L%203%20-0.5L%203%200.5L%205.2%200.5L%205.2%20-0.5ZM%202.51762%20-0.131559L%20-0.482382%2010.8684L%200.482382%2011.1316L%203.48238%200.131559L%202.51762%20-0.131559ZM%20-0.266085%2011.4233L%206.73391%2015.8233L%207.26609%2014.9767L%200.266086%2010.5767L%20-0.266085%2011.4233ZM%207%2015.9L%2012.6%2015.9L%2012.6%2014.9L%207%2014.9L%207%2015.9ZM%2012.6%2015.9L%2018.2%2015.9L%2018.2%2014.9L%2012.6%2014.9L%2012.6%2015.9ZM%2018.4688%2015.8216L%2025.3688%2011.4216L%2024.8312%2010.5784L%2017.9312%2014.9784L%2018.4688%2015.8216ZM%2025.5835%2010.8725L%2022.6835%20-0.127463L%2021.7165%200.127463L%2024.6165%2011.1275L%2025.5835%2010.8725Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 46px;
  height: 65px;
}

.icon-documents_ai {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23F28F00%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%2241.5%2C19.5%2026.5%2C19.5%2026.5%2C5.5%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23F28F00%22%20d%3D%22M26.8%2C7L39%2C19.2V43H11V7H26.8%20M28%2C4H8v42h34V18L28%2C4L28%2C4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%2227%22%20fill%3D%22%23F28F00%22%20width%3D%2226%22%20height%3D%2212%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M17.6%2C34.6h-2l-0.4%2C1.2H14l2-5.7h1.2l1.9%2C5.7H18L17.6%2C34.6z%20M15.9%2C33.8h1.4l-0.7-2.2h0L15.9%2C33.8z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M20.9%2C35.9h-1.1v-5.7h1.1V35.9z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-documents_cdr {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23A7CC36%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%2241.5%2C19.5%2026.5%2C19.5%2026.5%2C5.5%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23A7CC36%22%20d%3D%22M26.8%2C7L39%2C19.2V43H11V7H26.8%20M28%2C4H8v42h34V18L28%2C4L28%2C4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%2227%22%20fill%3D%22%23A7CC36%22%20width%3D%2226%22%20height%3D%2212%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M18.8%2C33.9L18.8%2C33.9c0%2C0.6-0.2%2C1.1-0.6%2C1.5c-0.4%2C0.4-0.9%2C0.5-1.6%2C0.5c-0.7%2C0-1.2-0.2-1.7-0.7%0D%0A%09%09%09c-0.4-0.4-0.6-1-0.6-1.7v-1.1c0-0.7%2C0.2-1.3%2C0.6-1.7c0.4-0.4%2C1-0.7%2C1.6-0.7c0.7%2C0%2C1.3%2C0.2%2C1.6%2C0.5c0.4%2C0.4%2C0.6%2C0.9%2C0.6%2C1.5l0%2C0%0D%0A%09%09%09h-1.1c0-0.4-0.1-0.7-0.3-0.9S17%2C31%2C16.6%2C31c-0.3%2C0-0.6%2C0.1-0.8%2C0.4c-0.2%2C0.3-0.3%2C0.6-0.3%2C1.1v1.1c0%2C0.4%2C0.1%2C0.8%2C0.3%2C1.1%0D%0A%09%09%09c0.2%2C0.3%2C0.5%2C0.4%2C0.9%2C0.4c0.4%2C0%2C0.6-0.1%2C0.8-0.3c0.2-0.2%2C0.3-0.5%2C0.3-0.9H18.8z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M19.6%2C35.9v-5.7h2c0.7%2C0%2C1.3%2C0.2%2C1.7%2C0.7c0.5%2C0.4%2C0.7%2C1%2C0.7%2C1.7v0.9c0%2C0.7-0.2%2C1.3-0.7%2C1.7%0D%0A%09%09%09c-0.5%2C0.4-1%2C0.7-1.7%2C0.7H19.6z%20M20.8%2C31.1V35h0.8c0.4%2C0%2C0.7-0.1%2C1-0.4c0.2-0.3%2C0.3-0.6%2C0.3-1.1v-0.9c0-0.4-0.1-0.8-0.3-1.1%0D%0A%09%09%09c-0.2-0.3-0.6-0.4-1-0.4H20.8z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M26%2C33.6v2.3h-1.1v-5.7H27c0.6%2C0%2C1.2%2C0.1%2C1.5%2C0.4c0.4%2C0.3%2C0.5%2C0.7%2C0.5%2C1.2c0%2C0.3-0.1%2C0.5-0.2%2C0.8%0D%0A%09%09%09c-0.2%2C0.2-0.4%2C0.4-0.7%2C0.5c0.3%2C0.1%2C0.6%2C0.3%2C0.7%2C0.5c0.1%2C0.2%2C0.2%2C0.5%2C0.2%2C0.9v0.4c0%2C0.2%2C0%2C0.3%2C0.1%2C0.5s0.1%2C0.3%2C0.2%2C0.4v0.1h-1.2%0D%0A%09%09%09c-0.1-0.1-0.2-0.2-0.2-0.4s0-0.4%2C0-0.6v-0.4c0-0.3-0.1-0.5-0.2-0.7c-0.2-0.2-0.4-0.2-0.7-0.2H26z%20M26%2C32.7h1%0D%0A%09%09%09c0.3%2C0%2C0.6-0.1%2C0.7-0.2c0.2-0.1%2C0.2-0.3%2C0.2-0.6c0-0.3-0.1-0.5-0.2-0.6c-0.2-0.2-0.4-0.2-0.7-0.2h-1V32.7z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-documents_csv {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23B3DA73%22%20d%3D%22M26.757%2C7L39%2C19.243V43H11V7H26.757%20M28%2C4H8v42h34V18L28%2C4L28%2C4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%2227%22%20fill%3D%22%23B3DA73%22%20width%3D%2226%22%20height%3D%2212%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23B3DA73%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%2241.5%2C19.5%2026.5%2C19.5%2026.521%2C5.5%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M18.281%2C34.063c-0.044%2C0.612-0.27%2C1.094-0.678%2C1.445s-0.945%2C0.527-1.611%2C0.527%0D%0A%09%09c-0.729%2C0-1.303-0.245-1.721-0.736s-0.627-1.165-0.627-2.021v-0.348c0-0.547%2C0.096-1.028%2C0.289-1.445s0.468-0.736%2C0.826-0.959%0D%0A%09%09s0.774-0.334%2C1.248-0.334c0.656%2C0%2C1.185%2C0.176%2C1.586%2C0.527s0.633%2C0.845%2C0.695%2C1.48h-1.172c-0.029-0.367-0.131-0.634-0.307-0.799%0D%0A%09%09s-0.443-0.248-0.803-0.248c-0.391%2C0-0.683%2C0.14-0.877%2C0.42s-0.293%2C0.714-0.299%2C1.303v0.43c0%2C0.614%2C0.093%2C1.063%2C0.279%2C1.348%0D%0A%09%09s0.48%2C0.426%2C0.881%2C0.426c0.362%2C0%2C0.632-0.083%2C0.811-0.248s0.281-0.421%2C0.307-0.768H18.281z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M22%2C34.466c0-0.222-0.078-0.392-0.234-0.51s-0.438-0.243-0.844-0.375s-0.728-0.261-0.965-0.389%0D%0A%09%09c-0.646-0.349-0.969-0.819-0.969-1.41c0-0.308%2C0.086-0.581%2C0.26-0.822s0.422-0.429%2C0.746-0.564s0.688-0.203%2C1.092-0.203%0D%0A%09%09c0.406%2C0%2C0.768%2C0.073%2C1.086%2C0.221s0.564%2C0.354%2C0.74%2C0.623s0.264%2C0.573%2C0.264%2C0.914h-1.172c0-0.261-0.082-0.463-0.246-0.607%0D%0A%09%09s-0.395-0.217-0.691-0.217c-0.287%2C0-0.509%2C0.061-0.668%2C0.182s-0.238%2C0.28-0.238%2C0.479c0%2C0.185%2C0.093%2C0.34%2C0.279%2C0.465%0D%0A%09%09s0.46%2C0.242%2C0.822%2C0.352c0.667%2C0.2%2C1.152%2C0.449%2C1.457%2C0.746s0.457%2C0.667%2C0.457%2C1.109c0%2C0.492-0.186%2C0.878-0.559%2C1.158%0D%0A%09%09s-0.874%2C0.42-1.504%2C0.42c-0.438%2C0-0.836-0.08-1.195-0.24s-0.633-0.38-0.822-0.658s-0.283-0.602-0.283-0.969h1.176%0D%0A%09%09c0%2C0.628%2C0.375%2C0.941%2C1.125%2C0.941c0.279%2C0%2C0.496-0.057%2C0.652-0.17S22%2C34.669%2C22%2C34.466z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M26.07%2C34.548l1.289-4.277h1.305l-1.98%2C5.688h-1.223l-1.973-5.688h1.301L26.07%2C34.548z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-documents_doc {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%232E5596%22%20d%3D%22M26.8%2C7L39%2C19.2V43H11V7H26.8%20M28%2C4H8v42h34V18L28%2C4L28%2C4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%2227%22%20fill%3D%22%232E5596%22%20width%3D%2226%22%20height%3D%2212%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M14.5%2C35.9v-5.7h2c0.7%2C0%2C1.3%2C0.2%2C1.7%2C0.7s0.7%2C1%2C0.7%2C1.7v0.9c0%2C0.7-0.2%2C1.3-0.7%2C1.7s-1%2C0.7-1.7%2C0.7H14.5z%0D%0A%09%09%09%20M15.7%2C31.1V35h0.8c0.4%2C0%2C0.7-0.1%2C1-0.4c0.2-0.3%2C0.3-0.6%2C0.3-1.1v-0.9c0-0.4-0.1-0.8-0.3-1.1c-0.2-0.3-0.6-0.4-1-0.4H15.7z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M24.3%2C33.5c0%2C0.7-0.2%2C1.3-0.7%2C1.7S22.7%2C36%2C22%2C36c-0.7%2C0-1.3-0.2-1.7-0.7s-0.7-1-0.7-1.7v-1%0D%0A%09%09%09c0-0.7%2C0.2-1.3%2C0.7-1.7s1-0.7%2C1.7-0.7c0.7%2C0%2C1.3%2C0.2%2C1.7%2C0.7s0.7%2C1%2C0.7%2C1.7V33.5z%20M23.2%2C32.5c0-0.4-0.1-0.8-0.3-1.1S22.3%2C31%2C22%2C31%0D%0A%09%09%09s-0.7%2C0.1-0.9%2C0.4s-0.3%2C0.6-0.3%2C1.1v1c0%2C0.5%2C0.1%2C0.8%2C0.3%2C1.1s0.5%2C0.4%2C0.9%2C0.4c0.4%2C0%2C0.7-0.1%2C0.9-0.4s0.3-0.7%2C0.3-1.1V32.5z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M29.5%2C33.9L29.5%2C33.9c0%2C0.6-0.2%2C1.1-0.6%2C1.5S28.1%2C36%2C27.4%2C36c-0.7%2C0-1.2-0.2-1.7-0.7s-0.6-1-0.6-1.7v-1.1%0D%0A%09%09%09c0-0.7%2C0.2-1.3%2C0.6-1.7s1-0.7%2C1.6-0.7c0.7%2C0%2C1.3%2C0.2%2C1.6%2C0.5s0.6%2C0.9%2C0.6%2C1.5l0%2C0h-1.1c0-0.4-0.1-0.7-0.3-0.9S27.7%2C31%2C27.3%2C31%0D%0A%09%09%09c-0.3%2C0-0.6%2C0.1-0.8%2C0.4c-0.2%2C0.3-0.3%2C0.6-0.3%2C1.1v1.1c0%2C0.4%2C0.1%2C0.8%2C0.3%2C1.1c0.2%2C0.3%2C0.5%2C0.4%2C0.9%2C0.4c0.4%2C0%2C0.6-0.1%2C0.8-0.3%0D%0A%09%09%09s0.3-0.5%2C0.3-0.9H29.5z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%232E5596%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%2241.5%2C19.5%2026.5%2C19.5%2026.5%2C5.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-documents_docx {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%232E5596%22%20d%3D%22M26.757%2C7L39%2C19.243V43H11V7H26.757%20M28%2C4H8v42h34V18L28%2C4L28%2C4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%2227%22%20fill%3D%22%232E5596%22%20width%3D%2226%22%20height%3D%2212%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%232E5596%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%2241.5%2C19.5%2026.5%2C19.5%2026.521%2C5.5%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M10.988%2C35.958v-5.688h1.75c0.5%2C0%2C0.947%2C0.112%2C1.342%2C0.338s0.703%2C0.546%2C0.924%2C0.961%0D%0A%09%09s0.332%2C0.888%2C0.332%2C1.416v0.262c0%2C0.528-0.109%2C0.999-0.326%2C1.41s-0.524%2C0.73-0.92%2C0.957s-0.842%2C0.341-1.34%2C0.344H10.988z%0D%0A%09%09%20M12.16%2C31.22v3.797h0.566c0.458%2C0%2C0.809-0.149%2C1.051-0.449s0.366-0.728%2C0.371-1.285v-0.301c0-0.578-0.12-1.017-0.359-1.314%0D%0A%09%09s-0.59-0.447-1.051-0.447H12.16z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M20.859%2C33.243c0%2C0.56-0.099%2C1.051-0.297%2C1.473s-0.481%2C0.747-0.85%2C0.977s-0.791%2C0.344-1.268%2C0.344%0D%0A%09%09c-0.471%2C0-0.892-0.113-1.262-0.34s-0.656-0.55-0.859-0.971s-0.306-0.904-0.309-1.451v-0.281c0-0.56%2C0.101-1.053%2C0.303-1.479%0D%0A%09%09s0.487-0.753%2C0.855-0.98s0.79-0.342%2C1.264-0.342s0.895%2C0.114%2C1.264%2C0.342s0.654%2C0.555%2C0.855%2C0.98s0.303%2C0.917%2C0.303%2C1.475V33.243z%0D%0A%09%09%20M19.672%2C32.985c0-0.597-0.107-1.05-0.32-1.359s-0.518-0.465-0.914-0.465c-0.393%2C0-0.697%2C0.153-0.91%2C0.459%0D%0A%09%09s-0.322%2C0.755-0.324%2C1.346v0.277c0%2C0.581%2C0.107%2C1.031%2C0.32%2C1.352s0.521%2C0.48%2C0.922%2C0.48c0.393%2C0%2C0.695-0.154%2C0.906-0.463%0D%0A%09%09s0.318-0.759%2C0.32-1.35V32.985z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M26.176%2C34.063c-0.044%2C0.612-0.27%2C1.094-0.678%2C1.445s-0.945%2C0.527-1.611%2C0.527%0D%0A%09%09c-0.729%2C0-1.303-0.245-1.721-0.736s-0.627-1.165-0.627-2.021v-0.348c0-0.547%2C0.096-1.028%2C0.289-1.445s0.468-0.736%2C0.826-0.959%0D%0A%09%09s0.774-0.334%2C1.248-0.334c0.656%2C0%2C1.185%2C0.176%2C1.586%2C0.527s0.633%2C0.845%2C0.695%2C1.48h-1.172c-0.029-0.367-0.131-0.634-0.307-0.799%0D%0A%09%09s-0.443-0.248-0.803-0.248c-0.391%2C0-0.683%2C0.14-0.877%2C0.42s-0.293%2C0.714-0.299%2C1.303v0.43c0%2C0.614%2C0.093%2C1.063%2C0.279%2C1.348%0D%0A%09%09s0.48%2C0.426%2C0.881%2C0.426c0.362%2C0%2C0.632-0.083%2C0.811-0.248s0.281-0.421%2C0.307-0.768H26.176z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M28.98%2C32.231l1.066-1.961h1.348l-1.656%2C2.82l1.699%2C2.867h-1.363l-1.094-1.992l-1.094%2C1.992h-1.363%0D%0A%09%09l1.699-2.867l-1.656-2.82h1.348L28.98%2C32.231z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-documents_eps {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2325AEB6%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%2241.5%2C19.5%2026.5%2C19.5%2026.5%2C5.5%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%2325AEB6%22%20d%3D%22M26.8%2C7L39%2C19.2V43H11V7H26.8%20M28%2C4H8v42h34V18L28%2C4L28%2C4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%2227%22%20fill%3D%22%2325AEB6%22%20width%3D%2226%22%20height%3D%2212%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M18%2C33.4h-2.4V35h2.8v0.9h-3.9v-5.7h3.9v0.9h-2.7v1.4H18V33.4z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M20.3%2C33.8v2.1h-1.1v-5.7h2.3c0.7%2C0%2C1.2%2C0.2%2C1.5%2C0.5s0.6%2C0.8%2C0.6%2C1.3s-0.2%2C1-0.6%2C1.3s-0.9%2C0.5-1.5%2C0.5%0D%0A%09%09%09H20.3z%20M20.3%2C32.9h1.1c0.3%2C0%2C0.6-0.1%2C0.7-0.3s0.2-0.4%2C0.2-0.7c0-0.3-0.1-0.5-0.2-0.7c-0.2-0.2-0.4-0.3-0.7-0.3h-1.1V32.9z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M27.4%2C34.4c0-0.2-0.1-0.4-0.2-0.5c-0.2-0.1-0.4-0.3-0.8-0.4c-0.7-0.2-1.2-0.4-1.5-0.7%0D%0A%09%09%09c-0.3-0.3-0.5-0.6-0.5-1.1s0.2-0.8%2C0.6-1.1c0.4-0.3%2C0.9-0.4%2C1.5-0.4c0.6%2C0%2C1.1%2C0.2%2C1.5%2C0.5c0.4%2C0.3%2C0.6%2C0.7%2C0.6%2C1.2l0%2C0h-1.1%0D%0A%09%09%09c0-0.3-0.1-0.5-0.3-0.6S26.7%2C31%2C26.4%2C31c-0.3%2C0-0.5%2C0.1-0.7%2C0.2c-0.2%2C0.1-0.3%2C0.3-0.3%2C0.5c0%2C0.2%2C0.1%2C0.4%2C0.3%2C0.5%0D%0A%09%09%09c0.2%2C0.1%2C0.5%2C0.3%2C0.9%2C0.4c0.6%2C0.2%2C1.1%2C0.4%2C1.4%2C0.7c0.3%2C0.3%2C0.5%2C0.7%2C0.5%2C1.1c0%2C0.5-0.2%2C0.9-0.6%2C1.2c-0.4%2C0.3-0.9%2C0.4-1.5%2C0.4%0D%0A%09%09%09c-0.6%2C0-1.2-0.2-1.6-0.5s-0.7-0.8-0.7-1.3l0%2C0h1.1c0%2C0.3%2C0.1%2C0.6%2C0.3%2C0.7s0.5%2C0.2%2C0.9%2C0.2c0.3%2C0%2C0.5-0.1%2C0.7-0.2%0D%0A%09%09%09S27.4%2C34.6%2C27.4%2C34.4z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-documents_jpeg {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2397C142%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%2241.5%2C19.5%2026.5%2C19.5%2026.5%2C5.5%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%2397C142%22%20d%3D%22M26.8%2C7L39%2C19.2V43H11V7H26.8%20M28%2C4H8v42h34V18L28%2C4L28%2C4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%2227%22%20fill%3D%22%2397C142%22%20width%3D%2226%22%20height%3D%2212%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M16.9%2C30.2h1.1v4c0%2C0.5-0.2%2C1-0.5%2C1.3S16.7%2C36%2C16.2%2C36c-0.6%2C0-1.1-0.1-1.4-0.4s-0.5-0.7-0.5-1.3l0%2C0h1.1%0D%0A%09%09%09c0%2C0.3%2C0.1%2C0.5%2C0.2%2C0.7s0.3%2C0.2%2C0.6%2C0.2c0.2%2C0%2C0.4-0.1%2C0.5-0.2c0.1-0.2%2C0.2-0.4%2C0.2-0.7V30.2z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M20.2%2C33.8v2.1h-1.1v-5.7h2.3c0.7%2C0%2C1.2%2C0.2%2C1.5%2C0.5s0.6%2C0.8%2C0.6%2C1.3s-0.2%2C1-0.6%2C1.3s-0.9%2C0.5-1.5%2C0.5%0D%0A%09%09%09H20.2z%20M20.2%2C32.9h1.1c0.3%2C0%2C0.6-0.1%2C0.7-0.3s0.2-0.4%2C0.2-0.7c0-0.3-0.1-0.5-0.2-0.7s-0.4-0.3-0.7-0.3h-1.1V32.9z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M28.7%2C35.1c-0.2%2C0.2-0.4%2C0.4-0.8%2C0.6S27.1%2C36%2C26.5%2C36c-0.7%2C0-1.3-0.2-1.7-0.6s-0.7-1-0.7-1.7v-1.2%0D%0A%09%09%09c0-0.7%2C0.2-1.2%2C0.6-1.7s1-0.7%2C1.6-0.7c0.7%2C0%2C1.2%2C0.2%2C1.6%2C0.5s0.6%2C0.8%2C0.6%2C1.3l0%2C0h-1.1c0-0.3-0.1-0.5-0.3-0.7S26.8%2C31%2C26.5%2C31%0D%0A%09%09%09c-0.3%2C0-0.6%2C0.1-0.8%2C0.4c-0.2%2C0.3-0.3%2C0.6-0.3%2C1v1.2c0%2C0.4%2C0.1%2C0.8%2C0.3%2C1.1c0.2%2C0.3%2C0.5%2C0.4%2C0.9%2C0.4c0.3%2C0%2C0.5%2C0%2C0.6-0.1%0D%0A%09%09%09s0.3-0.1%2C0.4-0.2v-1.1h-1V33h2.1V35.1z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-documents_mp3 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23905095%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%2241.5%2C19.5%2026.5%2C19.5%2026.5%2C5.5%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23905095%22%20d%3D%22M26.8%2C7L39%2C19.2V43H11V7H26.8%20M28%2C4H8v42h34V18L28%2C4L28%2C4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%2227%22%20fill%3D%22%23905095%22%20width%3D%2226%22%20height%3D%2212%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M16%2C30.2l1.4%2C4.2h0l1.5-4.2h1.5v5.7h-1.1v-1.7l0.1-2.5l0%2C0l-1.5%2C4.2h-0.8l-1.5-4.2l0%2C0l0.1%2C2.5v1.7h-1.1%0D%0A%09%09%09v-5.7H16z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M22.7%2C33.8v2.1h-1.1v-5.7h2.3c0.7%2C0%2C1.2%2C0.2%2C1.5%2C0.5s0.6%2C0.8%2C0.6%2C1.3s-0.2%2C1-0.6%2C1.3s-0.9%2C0.5-1.5%2C0.5%0D%0A%09%09%09H22.7z%20M22.7%2C32.9h1.1c0.3%2C0%2C0.6-0.1%2C0.7-0.3s0.2-0.4%2C0.2-0.7c0-0.3-0.1-0.5-0.2-0.7c-0.2-0.2-0.4-0.3-0.7-0.3h-1.1V32.9z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M27.7%2C32.5h0.6c0.3%2C0%2C0.5-0.1%2C0.6-0.2c0.1-0.1%2C0.2-0.3%2C0.2-0.6c0-0.2-0.1-0.4-0.2-0.6%0D%0A%09%09%09c-0.1-0.1-0.3-0.2-0.6-0.2c-0.2%2C0-0.4%2C0.1-0.5%2C0.2c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5h-1.1l0%2C0c0-0.4%2C0.2-0.8%2C0.5-1.1%0D%0A%09%09%09c0.4-0.3%2C0.8-0.4%2C1.3-0.4c0.6%2C0%2C1.1%2C0.1%2C1.4%2C0.4c0.3%2C0.3%2C0.5%2C0.7%2C0.5%2C1.2c0%2C0.2-0.1%2C0.5-0.2%2C0.7s-0.4%2C0.4-0.6%2C0.5%0D%0A%09%09%09c0.3%2C0.1%2C0.6%2C0.3%2C0.7%2C0.5c0.2%2C0.2%2C0.2%2C0.5%2C0.2%2C0.8c0%2C0.5-0.2%2C0.9-0.6%2C1.2S29%2C36%2C28.4%2C36c-0.5%2C0-1-0.1-1.4-0.4s-0.6-0.7-0.5-1.2%0D%0A%09%09%09l0%2C0h1.1c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5c0.2%2C0.1%2C0.4%2C0.2%2C0.6%2C0.2c0.3%2C0%2C0.5-0.1%2C0.6-0.2s0.2-0.3%2C0.2-0.6c0-0.3-0.1-0.5-0.2-0.7%0D%0A%09%09%09c-0.2-0.1-0.4-0.2-0.7-0.2h-0.6V32.5z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-documents_no {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.2%22%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M26.8%2C7L39%2C19.2V43H11V7H26.8%20M28%2C4H8v42h34V18L28%2C4L28%2C4z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%2241.5%2C19.5%2026.5%2C19.5%2026.5%2C5.5%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-documents_pdf {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23BA2938%22%20d%3D%22M26.8%2C7L39%2C19.2V43H11V7H26.8%20M28%2C4H8v42h34V18L28%2C4L28%2C4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%2227%22%20fill%3D%22%23BA2938%22%20width%3D%2226%22%20height%3D%2212%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M15.7%2C33.8v2.1h-1.1v-5.7h2.3c0.7%2C0%2C1.2%2C0.2%2C1.5%2C0.5s0.6%2C0.8%2C0.6%2C1.3s-0.2%2C1-0.6%2C1.3s-0.9%2C0.5-1.5%2C0.5%0D%0A%09%09%09H15.7z%20M15.7%2C32.9h1.1c0.3%2C0%2C0.6-0.1%2C0.7-0.3s0.2-0.4%2C0.2-0.7c0-0.3-0.1-0.5-0.2-0.7s-0.4-0.3-0.7-0.3h-1.1V32.9z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M19.7%2C35.9v-5.7h2c0.7%2C0%2C1.3%2C0.2%2C1.7%2C0.7s0.7%2C1%2C0.7%2C1.7v0.9c0%2C0.7-0.2%2C1.3-0.7%2C1.7s-1%2C0.7-1.7%2C0.7H19.7z%0D%0A%09%09%09%20M20.9%2C31.1V35h0.8c0.4%2C0%2C0.7-0.1%2C1-0.4c0.2-0.3%2C0.3-0.6%2C0.3-1.1v-0.9c0-0.4-0.1-0.8-0.3-1.1c-0.2-0.3-0.6-0.4-1-0.4H20.9z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M28.5%2C33.5h-2.4v2.4H25v-5.7h3.9v0.9h-2.8v1.6h2.4V33.5z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23BA2938%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%2241.5%2C19.5%2026.5%2C19.5%2026.5%2C5.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-documents_pdf_blue {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2222%22%20height%3D%2232%22%20viewBox%3D%220%200%2022%2032%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%09%3Ctitle%3E%26%23208%3B%26%23184%3B%26%23208%3B%26%23186%3B%26%23208%3B%26%23190%3B%26%23208%3B%26%23189%3B%26%23208%3B%26%23186%3B%26%23208%3B%26%23176%3B%3C%2Ftitle%3E%0D%0A%09%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%09%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-2925%20419)%22%3E%0D%0A%09%09%3Cg%20id%3D%22%26%23208%3B%26%23184%3B%26%23208%3B%26%23186%3B%26%23208%3B%26%23190%3B%26%23208%3B%26%23189%3B%26%23208%3B%26%23186%3B%26%23208%3B%26%23176%3B%22%3E%0D%0A%09%09%09%3Cg%20id%3D%22Vector%22%3E%0D%0A%09%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23path0_stroke%22%20transform%3D%22translate(2926%20-418)%22%20fill%3D%22%2300B6F0%22%2F%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%3Cg%20id%3D%22Vector%22%3E%0D%0A%09%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23path1_stroke%22%20transform%3D%22translate(2938%20-418)%22%20fill%3D%22%2300B6F0%22%2F%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%3Cg%20id%3D%22Group%22%3E%0D%0A%09%09%09%09%3Cg%20id%3D%22Vector%22%3E%0D%0A%09%09%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23path2_stroke%22%20transform%3D%22translate(2928.9%20-402.7)%22%20fill%3D%22%2300B6F0%22%2F%3E%0D%0A%09%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%09%3Cg%20id%3D%22Vector%22%3E%0D%0A%09%09%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23path3_stroke%22%20transform%3D%22translate(2928.9%20-402.7)%22%20fill%3D%22%2300B6F0%22%2F%3E%0D%0A%09%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%09%3Cg%20id%3D%22Vector%22%3E%0D%0A%09%09%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23path4_stroke%22%20transform%3D%22translate(2934.1%20-402.5)%22%20fill%3D%22%2300B6F0%22%2F%3E%0D%0A%09%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%09%3Cg%20id%3D%22Vector%22%3E%0D%0A%09%09%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23path5_stroke%22%20transform%3D%22translate(2939.7%20-402.7)%22%20fill%3D%22%2300B6F0%22%2F%3E%0D%0A%09%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%09%3Cg%20id%3D%22Vector%22%3E%0D%0A%09%09%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23path6_stroke%22%20transform%3D%22translate(2939.7%20-399.5)%22%20fill%3D%22%2300B6F0%22%2F%3E%0D%0A%09%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Cpath%20id%3D%22path0_stroke%22%20d%3D%22M%2020%2030L%2020%2030.5C%2020.2761%2030.5%2020.5%2030.2761%2020.5%2030L%2020%2030ZM%200%2030L%20-0.5%2030C%20-0.5%2030.2761%20-0.276142%2030.5%201.11022e-16%2030.5L%200%2030ZM%200%200L%200%20-0.5C%20-0.276142%20-0.5%20-0.5%20-0.276142%20-0.5%201.11022e-16L%200%200ZM%2012%200L%2012.368%20-0.338437C%2012.2734%20-0.441404%2012.1399%20-0.5%2012%20-0.5L%2012%200ZM%2020%208.7L%2020.5%208.7C%2020.5%208.57463%2020.4529%208.45384%2020.368%208.36156L%2020%208.7ZM%2020%2029.5L%200%2029.5L%200%2030.5L%2020%2030.5L%2020%2029.5ZM%200.5%2030L%200.5%200L%20-0.5%200L%20-0.5%2030L%200.5%2030ZM%200%200.5L%2012%200.5L%2012%20-0.5L%200%20-0.5L%200%200.5ZM%2011.632%200.338437L%2019.632%209.03844L%2020.368%208.36156L%2012.368%20-0.338437L%2011.632%200.338437ZM%2019.5%208.7L%2019.5%2030L%2020.5%2030L%2020.5%208.7L%2019.5%208.7Z%22%2F%3E%0D%0A%09%09%3Cpath%20id%3D%22path1_stroke%22%20d%3D%22M%200%208.4L%20-0.5%208.4C%20-0.5%208.67614%20-0.276142%208.9%201.11022e-16%208.9L%200%208.4ZM%20-0.5%200L%20-0.5%208.4L%200.5%208.4L%200.5%200L%20-0.5%200ZM%200%208.9L%208%208.9L%208%207.9L%200%207.9L%200%208.9Z%22%2F%3E%0D%0A%09%09%3Cpath%20id%3D%22path2_stroke%22%20d%3D%22M%20-0.5%206.2C%20-0.5%206.47614%20-0.276142%206.7%209.53674e-08%206.7C%200.276142%206.7%200.5%206.47614%200.5%206.2L%20-0.5%206.2ZM%200.5%201.90735e-07C%200.5%20-0.276142%200.276142%20-0.5%209.53674e-08%20-0.5C%20-0.276142%20-0.5%20-0.5%20-0.276142%20-0.5%201.90735e-07L%200.5%201.90735e-07ZM%200.5%206.2L%200.5%201.90735e-07L%20-0.5%201.90735e-07L%20-0.5%206.2L%200.5%206.2Z%22%2F%3E%0D%0A%09%09%3Cpath%20id%3D%22path3_stroke%22%20d%3D%22M%209.53674e-08%203.1L%20-0.5%203.1C%20-0.5%203.37614%20-0.276142%203.6%209.53674e-08%203.6L%209.53674e-08%203.1ZM%209.53674e-08%201.90735e-07L%209.53674e-08%20-0.5C%20-0.276142%20-0.5%20-0.5%20-0.276142%20-0.5%201.90735e-07L%209.53674e-08%201.90735e-07ZM%201.7%202.6L%209.53674e-08%202.6L%209.53674e-08%203.6L%201.7%203.6L%201.7%202.6ZM%200.5%203.1L%200.5%201.90735e-07L%20-0.5%201.90735e-07L%20-0.5%203.1L%200.5%203.1ZM%209.53674e-08%200.5L%201.7%200.5L%201.7%20-0.5L%209.53674e-08%20-0.5L%209.53674e-08%200.5ZM%201.7%200.5C%202.22386%200.5%202.7%200.976142%202.7%201.5L%203.7%201.5C%203.7%200.423857%202.77614%20-0.5%201.7%20-0.5L%201.7%200.5ZM%202.7%201.5L%202.7%201.7L%203.7%201.7L%203.7%201.5L%202.7%201.5ZM%202.7%201.7C%202.7%202.10219%202.24603%202.6%201.7%202.6L%201.7%203.6C%202.75397%203.6%203.7%202.69781%203.7%201.7L%202.7%201.7Z%22%2F%3E%0D%0A%09%09%3Cpath%20id%3D%22path4_stroke%22%20d%3D%22M%203.8147e-07%206L%20-0.5%206C%20-0.5%206.27614%20-0.276142%206.5%203.8147e-07%206.5L%203.8147e-07%206ZM%203.8147e-07%200L%203.8147e-07%20-0.5C%20-0.276142%20-0.5%20-0.5%20-0.276142%20-0.5%201.11022e-16L%203.8147e-07%200ZM%200.9%205.5L%203.8147e-07%205.5L%203.8147e-07%206.5L%200.9%206.5L%200.9%205.5ZM%200.5%206L%200.5%200L%20-0.5%200L%20-0.5%206L%200.5%206ZM%203.8147e-07%200.5L%200.9%200.5L%200.9%20-0.5L%203.8147e-07%20-0.5L%203.8147e-07%200.5ZM%200.9%200.5C%202.02386%200.5%203%201.47614%203%202.6L%204%202.6C%204%200.923858%202.57614%20-0.5%200.9%20-0.5L%200.9%200.5ZM%203%202.6L%203%203.4L%204%203.4L%204%202.6L%203%202.6ZM%203%203.4C%203%204.61137%202.03651%205.5%200.9%205.5L%200.9%206.5C%202.56349%206.5%204%205.18863%204%203.4L%203%203.4Z%22%2F%3E%0D%0A%09%09%3Cpath%20id%3D%22path5_stroke%22%20d%3D%22M%20-0.5%206.2C%20-0.5%206.47614%20-0.276143%206.7%20-1.90735e-07%206.7C%200.276142%206.7%200.5%206.47614%200.5%206.2L%20-0.5%206.2ZM%20-1.90735e-07%201.90735e-07L%20-1.90735e-07%20-0.5C%20-0.276143%20-0.5%20-0.5%20-0.276142%20-0.5%201.90735e-07L%20-1.90735e-07%201.90735e-07ZM%203.4%200.5C%203.67614%200.5%203.9%200.276143%203.9%201.90735e-07C%203.9%20-0.276142%203.67614%20-0.5%203.4%20-0.5L%203.4%200.5ZM%200.5%206.2L%200.5%201.90735e-07L%20-0.5%201.90735e-07L%20-0.5%206.2L%200.5%206.2ZM%20-1.90735e-07%200.5L%203.4%200.5L%203.4%20-0.5L%20-1.90735e-07%20-0.5L%20-1.90735e-07%200.5Z%22%2F%3E%0D%0A%09%09%3Cpath%20id%3D%22path6_stroke%22%20d%3D%22M%202.6%200.5C%202.87614%200.5%203.1%200.276142%203.1%200C%203.1%20-0.276142%202.87614%20-0.5%202.6%20-0.5L%202.6%200.5ZM%20-1.90735e-07%20-0.5C%20-0.276143%20-0.5%20-0.5%20-0.276142%20-0.5%200C%20-0.5%200.276142%20-0.276143%200.5%20-1.90735e-07%200.5L%20-1.90735e-07%20-0.5ZM%202.6%20-0.5L%20-1.90735e-07%20-0.5L%20-1.90735e-07%200.5L%202.6%200.5L%202.6%20-0.5Z%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 32px;
}

.icon-documents_png {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2329A36F%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%2241.5%2C19.5%2026.5%2C19.5%2026.5%2C5.5%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%2329A36F%22%20d%3D%22M26.8%2C7L39%2C19.2V43H11V7H26.8%20M28%2C4H8v42h34V18L28%2C4L28%2C4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%2227%22%20fill%3D%22%2329A36F%22%20width%3D%2226%22%20height%3D%2212%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M15.7%2C33.8v2.1h-1.1v-5.7h2.3c0.7%2C0%2C1.2%2C0.2%2C1.5%2C0.5s0.6%2C0.8%2C0.6%2C1.3s-0.2%2C1-0.6%2C1.3s-0.9%2C0.5-1.5%2C0.5%0D%0A%09%09%09H15.7z%20M15.7%2C32.9h1.1c0.3%2C0%2C0.6-0.1%2C0.7-0.3s0.2-0.4%2C0.2-0.7c0-0.3-0.1-0.5-0.2-0.7s-0.4-0.3-0.7-0.3h-1.1V32.9z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M24.3%2C35.9h-1.1L20.9%2C32l0%2C0v3.9h-1.1v-5.7h1.1l2.3%2C3.9l0%2C0v-3.9h1.1V35.9z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M29.8%2C35.1c-0.2%2C0.2-0.4%2C0.4-0.8%2C0.6S28.2%2C36%2C27.6%2C36c-0.7%2C0-1.3-0.2-1.7-0.6s-0.7-1-0.7-1.7v-1.2%0D%0A%09%09%09c0-0.7%2C0.2-1.2%2C0.6-1.7s1-0.7%2C1.6-0.7c0.7%2C0%2C1.2%2C0.2%2C1.6%2C0.5s0.6%2C0.8%2C0.6%2C1.3l0%2C0h-1.1c0-0.3-0.1-0.5-0.3-0.7S27.9%2C31%2C27.6%2C31%0D%0A%09%09%09c-0.3%2C0-0.6%2C0.1-0.8%2C0.4c-0.2%2C0.3-0.3%2C0.6-0.3%2C1v1.2c0%2C0.4%2C0.1%2C0.8%2C0.3%2C1.1c0.2%2C0.3%2C0.5%2C0.4%2C0.9%2C0.4c0.3%2C0%2C0.5%2C0%2C0.6-0.1%0D%0A%09%09%09s0.3-0.1%2C0.4-0.2v-1.1h-1V33h2.1V35.1z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-documents_pps {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23D34848%22%20d%3D%22M26.757%2C7L39%2C19.243V43H11V7H26.757%20M28%2C4H8v42h34V18L28%2C4L28%2C4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%2227%22%20fill%3D%22%23D34848%22%20width%3D%2226%22%20height%3D%2212%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23D34848%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%2241.5%2C19.5%2026.5%2C19.5%2026.521%2C5.5%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M15.061%2C33.954v2.004h-1.172v-5.688h2.219c0.427%2C0%2C0.803%2C0.078%2C1.127%2C0.234s0.574%2C0.378%2C0.748%2C0.666%0D%0A%09%09s0.262%2C0.615%2C0.262%2C0.982c0%2C0.558-0.191%2C0.997-0.572%2C1.318s-0.91%2C0.482-1.584%2C0.482H15.061z%20M15.061%2C33.005h1.047%0D%0A%09%09c0.31%2C0%2C0.546-0.073%2C0.709-0.219s0.244-0.354%2C0.244-0.625c0-0.278-0.082-0.504-0.246-0.676s-0.391-0.261-0.68-0.266h-1.074V33.005z%0D%0A%09%09%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M20.221%2C33.954v2.004h-1.172v-5.688h2.219c0.427%2C0%2C0.803%2C0.078%2C1.127%2C0.234s0.574%2C0.378%2C0.748%2C0.666%0D%0A%09%09s0.262%2C0.615%2C0.262%2C0.982c0%2C0.558-0.191%2C0.997-0.572%2C1.318s-0.91%2C0.482-1.584%2C0.482H20.221z%20M20.221%2C33.005h1.047%0D%0A%09%09c0.31%2C0%2C0.546-0.073%2C0.709-0.219s0.244-0.354%2C0.244-0.625c0-0.278-0.082-0.504-0.246-0.676s-0.391-0.261-0.68-0.266h-1.074V33.005z%0D%0A%09%09%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M27.158%2C34.466c0-0.222-0.078-0.392-0.234-0.51s-0.438-0.243-0.844-0.375s-0.728-0.261-0.965-0.389%0D%0A%09%09c-0.646-0.349-0.969-0.819-0.969-1.41c0-0.308%2C0.086-0.581%2C0.26-0.822s0.422-0.429%2C0.746-0.564s0.688-0.203%2C1.092-0.203%0D%0A%09%09c0.406%2C0%2C0.768%2C0.073%2C1.086%2C0.221s0.564%2C0.354%2C0.74%2C0.623s0.264%2C0.573%2C0.264%2C0.914h-1.172c0-0.261-0.082-0.463-0.246-0.607%0D%0A%09%09s-0.395-0.217-0.691-0.217c-0.287%2C0-0.509%2C0.061-0.668%2C0.182s-0.238%2C0.28-0.238%2C0.479c0%2C0.185%2C0.093%2C0.34%2C0.279%2C0.465%0D%0A%09%09s0.46%2C0.242%2C0.822%2C0.352c0.667%2C0.2%2C1.152%2C0.449%2C1.457%2C0.746s0.457%2C0.667%2C0.457%2C1.109c0%2C0.492-0.186%2C0.878-0.559%2C1.158%0D%0A%09%09s-0.874%2C0.42-1.504%2C0.42c-0.438%2C0-0.836-0.08-1.195-0.24s-0.633-0.38-0.822-0.658s-0.283-0.602-0.283-0.969h1.176%0D%0A%09%09c0%2C0.628%2C0.375%2C0.941%2C1.125%2C0.941c0.279%2C0%2C0.496-0.057%2C0.652-0.17S27.158%2C34.669%2C27.158%2C34.466z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-documents_ppsx {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23D34848%22%20d%3D%22M26.757%2C7L39%2C19.243V43H11V7H26.757%20M28%2C4H8v42h34V18L28%2C4L28%2C4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%2227%22%20fill%3D%22%23D34848%22%20width%3D%2226%22%20height%3D%2212%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23D34848%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%2241.5%2C19.5%2026.5%2C19.5%2026.521%2C5.5%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M12.52%2C33.954v2.004h-1.172v-5.688h2.219c0.427%2C0%2C0.803%2C0.078%2C1.127%2C0.234s0.574%2C0.378%2C0.748%2C0.666%0D%0A%09%09s0.262%2C0.615%2C0.262%2C0.982c0%2C0.558-0.191%2C0.997-0.572%2C1.318s-0.91%2C0.482-1.584%2C0.482H12.52z%20M12.52%2C33.005h1.047%0D%0A%09%09c0.31%2C0%2C0.546-0.073%2C0.709-0.219s0.244-0.354%2C0.244-0.625c0-0.278-0.082-0.504-0.246-0.676s-0.391-0.261-0.68-0.266H12.52V33.005z%22%0D%0A%09%09%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M17.68%2C33.954v2.004h-1.172v-5.688h2.219c0.427%2C0%2C0.803%2C0.078%2C1.127%2C0.234s0.574%2C0.378%2C0.748%2C0.666%0D%0A%09%09s0.262%2C0.615%2C0.262%2C0.982c0%2C0.558-0.191%2C0.997-0.572%2C1.318s-0.91%2C0.482-1.584%2C0.482H17.68z%20M17.68%2C33.005h1.047%0D%0A%09%09c0.31%2C0%2C0.546-0.073%2C0.709-0.219s0.244-0.354%2C0.244-0.625c0-0.278-0.082-0.504-0.246-0.676s-0.391-0.261-0.68-0.266H17.68V33.005z%22%0D%0A%09%09%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M24.617%2C34.466c0-0.222-0.078-0.392-0.234-0.51s-0.438-0.243-0.844-0.375s-0.728-0.261-0.965-0.389%0D%0A%09%09c-0.646-0.349-0.969-0.819-0.969-1.41c0-0.308%2C0.086-0.581%2C0.26-0.822s0.422-0.429%2C0.746-0.564s0.688-0.203%2C1.092-0.203%0D%0A%09%09c0.406%2C0%2C0.768%2C0.073%2C1.086%2C0.221s0.564%2C0.354%2C0.74%2C0.623s0.264%2C0.573%2C0.264%2C0.914h-1.172c0-0.261-0.082-0.463-0.246-0.607%0D%0A%09%09s-0.395-0.217-0.691-0.217c-0.287%2C0-0.509%2C0.061-0.668%2C0.182s-0.238%2C0.28-0.238%2C0.479c0%2C0.185%2C0.093%2C0.34%2C0.279%2C0.465%0D%0A%09%09s0.46%2C0.242%2C0.822%2C0.352c0.667%2C0.2%2C1.152%2C0.449%2C1.457%2C0.746s0.457%2C0.667%2C0.457%2C1.109c0%2C0.492-0.186%2C0.878-0.559%2C1.158%0D%0A%09%09s-0.874%2C0.42-1.504%2C0.42c-0.438%2C0-0.836-0.08-1.195-0.24s-0.633-0.38-0.822-0.658s-0.283-0.602-0.283-0.969h1.176%0D%0A%09%09c0%2C0.628%2C0.375%2C0.941%2C1.125%2C0.941c0.279%2C0%2C0.496-0.057%2C0.652-0.17S24.617%2C34.669%2C24.617%2C34.466z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M28.621%2C32.231l1.066-1.961h1.348l-1.656%2C2.82l1.699%2C2.867h-1.363l-1.094-1.992l-1.094%2C1.992h-1.363%0D%0A%09%09l1.699-2.867l-1.656-2.82h1.348L28.621%2C32.231z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-documents_ppt {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23D34848%22%20d%3D%22M26.8%2C7L39%2C19.2V43H11V7H26.8%20M28%2C4H8v42h34V18L28%2C4L28%2C4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%2227%22%20fill%3D%22%23D34848%22%20width%3D%2226%22%20height%3D%2212%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M15.7%2C33.8v2.1h-1.1v-5.7h2.3c0.7%2C0%2C1.2%2C0.2%2C1.5%2C0.5s0.6%2C0.8%2C0.6%2C1.3s-0.2%2C1-0.6%2C1.3s-0.9%2C0.5-1.5%2C0.5%0D%0A%09%09%09H15.7z%20M15.7%2C32.9h1.1c0.3%2C0%2C0.6-0.1%2C0.7-0.3s0.2-0.4%2C0.2-0.7c0-0.3-0.1-0.5-0.2-0.7s-0.4-0.3-0.7-0.3h-1.1V32.9z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M20.9%2C33.8v2.1h-1.1v-5.7H22c0.7%2C0%2C1.2%2C0.2%2C1.5%2C0.5s0.6%2C0.8%2C0.6%2C1.3s-0.2%2C1-0.6%2C1.3s-0.9%2C0.5-1.5%2C0.5H20.9%0D%0A%09%09%09z%20M20.9%2C32.9H22c0.3%2C0%2C0.6-0.1%2C0.7-0.3S23%2C32.3%2C23%2C32c0-0.3-0.1-0.5-0.2-0.7s-0.4-0.3-0.7-0.3h-1.1V32.9z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M28.9%2C31.1h-1.6v4.8h-1.1v-4.8h-1.6v-0.9h4.4V31.1z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23D34848%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%2241.5%2C19.5%2026.5%2C19.5%2026.5%2C5.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-documents_pptx {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23D34848%22%20d%3D%22M26.757%2C7L39%2C19.243V43H11V7H26.757%20M28%2C4H8v42h34V18L28%2C4L28%2C4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%2227%22%20fill%3D%22%23D34848%22%20width%3D%2226%22%20height%3D%2212%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23D34848%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%2241.5%2C19.5%2026.5%2C19.5%2026.521%2C5.5%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M12.504%2C33.954v2.004h-1.172v-5.688h2.219c0.427%2C0%2C0.803%2C0.078%2C1.127%2C0.234s0.574%2C0.378%2C0.748%2C0.666%0D%0A%09%09s0.262%2C0.615%2C0.262%2C0.982c0%2C0.558-0.191%2C0.997-0.572%2C1.318s-0.91%2C0.482-1.584%2C0.482H12.504z%20M12.504%2C33.005h1.047%0D%0A%09%09c0.31%2C0%2C0.546-0.073%2C0.709-0.219s0.244-0.354%2C0.244-0.625c0-0.278-0.082-0.504-0.246-0.676s-0.391-0.261-0.68-0.266h-1.074V33.005z%0D%0A%09%09%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M17.664%2C33.954v2.004h-1.172v-5.688h2.219c0.427%2C0%2C0.803%2C0.078%2C1.127%2C0.234s0.574%2C0.378%2C0.748%2C0.666%0D%0A%09%09s0.262%2C0.615%2C0.262%2C0.982c0%2C0.558-0.191%2C0.997-0.572%2C1.318s-0.91%2C0.482-1.584%2C0.482H17.664z%20M17.664%2C33.005h1.047%0D%0A%09%09c0.31%2C0%2C0.546-0.073%2C0.709-0.219s0.244-0.354%2C0.244-0.625c0-0.278-0.082-0.504-0.246-0.676s-0.391-0.261-0.68-0.266h-1.074V33.005z%0D%0A%09%09%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M25.934%2C31.22h-1.742v4.738H23.02V31.22h-1.719v-0.949h4.633V31.22z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M28.637%2C32.231l1.066-1.961h1.348l-1.656%2C2.82l1.699%2C2.867H29.73l-1.094-1.992l-1.094%2C1.992H26.18%0D%0A%09%09l1.699-2.867l-1.656-2.82h1.348L28.637%2C32.231z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-documents_psd {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%230090FF%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%2241.5%2C19.5%2026.5%2C19.5%2026.5%2C5.5%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%230090FF%22%20d%3D%22M26.8%2C7L39%2C19.2V43H11V7H26.8%20M28%2C4H8v42h34V18L28%2C4L28%2C4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%2227%22%20fill%3D%22%230090FF%22%20width%3D%2226%22%20height%3D%2212%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M15.7%2C33.8v2.1h-1.1v-5.7h2.3c0.7%2C0%2C1.2%2C0.2%2C1.5%2C0.5s0.6%2C0.8%2C0.6%2C1.3s-0.2%2C1-0.6%2C1.3s-0.9%2C0.5-1.5%2C0.5%0D%0A%09%09%09H15.7z%20M15.7%2C32.9h1.1c0.3%2C0%2C0.6-0.1%2C0.7-0.3s0.2-0.4%2C0.2-0.7c0-0.3-0.1-0.5-0.2-0.7c-0.2-0.2-0.4-0.3-0.7-0.3h-1.1V32.9z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M22.8%2C34.4c0-0.2-0.1-0.4-0.2-0.5c-0.2-0.1-0.4-0.3-0.8-0.4c-0.7-0.2-1.2-0.4-1.5-0.7%0D%0A%09%09%09c-0.3-0.3-0.5-0.6-0.5-1.1s0.2-0.8%2C0.6-1.1c0.4-0.3%2C0.9-0.4%2C1.5-0.4c0.6%2C0%2C1.1%2C0.2%2C1.5%2C0.5c0.4%2C0.3%2C0.6%2C0.7%2C0.6%2C1.2l0%2C0h-1.1%0D%0A%09%09%09c0-0.3-0.1-0.5-0.3-0.6S22.1%2C31%2C21.8%2C31c-0.3%2C0-0.5%2C0.1-0.7%2C0.2c-0.2%2C0.1-0.3%2C0.3-0.3%2C0.5c0%2C0.2%2C0.1%2C0.4%2C0.3%2C0.5%0D%0A%09%09%09c0.2%2C0.1%2C0.5%2C0.3%2C0.9%2C0.4c0.6%2C0.2%2C1.1%2C0.4%2C1.4%2C0.7c0.3%2C0.3%2C0.5%2C0.7%2C0.5%2C1.1c0%2C0.5-0.2%2C0.9-0.6%2C1.2C23%2C35.8%2C22.5%2C36%2C21.9%2C36%0D%0A%09%09%09c-0.6%2C0-1.2-0.2-1.6-0.5s-0.7-0.8-0.7-1.3l0%2C0h1.1c0%2C0.3%2C0.1%2C0.6%2C0.3%2C0.7s0.5%2C0.2%2C0.9%2C0.2c0.3%2C0%2C0.5-0.1%2C0.7-0.2%0D%0A%09%09%09S22.8%2C34.6%2C22.8%2C34.4z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M24.8%2C35.9v-5.7h2c0.7%2C0%2C1.3%2C0.2%2C1.7%2C0.7c0.5%2C0.4%2C0.7%2C1%2C0.7%2C1.7v0.9c0%2C0.7-0.2%2C1.3-0.7%2C1.7%0D%0A%09%09%09c-0.5%2C0.4-1%2C0.7-1.7%2C0.7H24.8z%20M26%2C31.1V35h0.8c0.4%2C0%2C0.7-0.1%2C1-0.4c0.2-0.3%2C0.3-0.6%2C0.3-1.1v-0.9c0-0.4-0.1-0.8-0.3-1.1%0D%0A%09%09%09c-0.2-0.3-0.6-0.4-1-0.4H26z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-documents_rar {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%238B4E94%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%2241.5%2C19.5%2026.5%2C19.5%2026.5%2C5.5%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%238B4E94%22%20d%3D%22M26.8%2C7L39%2C19.2V43H11V7H26.8%20M28%2C4H8v42h34V18L28%2C4L28%2C4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%2227%22%20fill%3D%22%238B4E94%22%20width%3D%2226%22%20height%3D%2212%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M15.7%2C33.6v2.3h-1.1v-5.7h2.1c0.6%2C0%2C1.2%2C0.1%2C1.5%2C0.4s0.5%2C0.7%2C0.5%2C1.2c0%2C0.3-0.1%2C0.5-0.2%2C0.8%0D%0A%09%09%09s-0.4%2C0.4-0.7%2C0.5c0.3%2C0.1%2C0.6%2C0.3%2C0.7%2C0.5s0.2%2C0.5%2C0.2%2C0.9v0.4c0%2C0.2%2C0%2C0.3%2C0.1%2C0.5s0.1%2C0.3%2C0.2%2C0.4v0.1h-1.2%0D%0A%09%09%09c-0.1-0.1-0.2-0.2-0.2-0.4s0-0.4%2C0-0.6v-0.4c0-0.3-0.1-0.5-0.2-0.7s-0.4-0.2-0.7-0.2H15.7z%20M15.7%2C32.7h1c0.3%2C0%2C0.6-0.1%2C0.7-0.2%0D%0A%09%09%09s0.2-0.3%2C0.2-0.6c0-0.3-0.1-0.5-0.2-0.6s-0.4-0.2-0.7-0.2h-1V32.7z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M22.9%2C34.6h-2l-0.4%2C1.2h-1.2l2-5.7h1.2l1.9%2C5.7h-1.2L22.9%2C34.6z%20M21.2%2C33.8h1.4l-0.7-2.2h0L21.2%2C33.8z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M26.1%2C33.6v2.3h-1.1v-5.7h2.1c0.6%2C0%2C1.2%2C0.1%2C1.5%2C0.4s0.5%2C0.7%2C0.5%2C1.2c0%2C0.3-0.1%2C0.5-0.2%2C0.8%0D%0A%09%09%09s-0.4%2C0.4-0.7%2C0.5c0.3%2C0.1%2C0.6%2C0.3%2C0.7%2C0.5s0.2%2C0.5%2C0.2%2C0.9v0.4c0%2C0.2%2C0%2C0.3%2C0.1%2C0.5s0.1%2C0.3%2C0.2%2C0.4v0.1h-1.2%0D%0A%09%09%09c-0.1-0.1-0.2-0.2-0.2-0.4s0-0.4%2C0-0.6v-0.4c0-0.3-0.1-0.5-0.2-0.7s-0.4-0.2-0.7-0.2H26.1z%20M26.1%2C32.7h1c0.3%2C0%2C0.6-0.1%2C0.7-0.2%0D%0A%09%09%09s0.2-0.3%2C0.2-0.6c0-0.3-0.1-0.5-0.2-0.6s-0.4-0.2-0.7-0.2h-1V32.7z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-documents_txt {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23667E8E%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%2241.5%2C19.5%2026.5%2C19.5%2026.5%2C5.5%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23667E8E%22%20d%3D%22M26.8%2C7L39%2C19.2V43H11V7H26.8%20M28%2C4H8v42h34V18L28%2C4L28%2C4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%2227%22%20fill%3D%22%23667E8E%22%20width%3D%2226%22%20height%3D%2212%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M18.5%2C31.1h-1.6v4.8h-1.1v-4.8h-1.6v-0.9h4.4V31.1z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M21.1%2C32.2l1.1-2h1.3L21.8%2C33l1.8%2C2.9h-1.4l-1.1-2.1L20%2C35.9h-1.3l1.7-2.9l-1.7-2.8h1.3L21.1%2C32.2z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M28.1%2C31.1h-1.6v4.8h-1.1v-4.8h-1.6v-0.9h4.4V31.1z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-documents_xls {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%231B7245%22%20d%3D%22M26.8%2C7L39%2C19.2V43H11V7H26.8%20M28%2C4H8v42h34V18L28%2C4L28%2C4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%2227%22%20fill%3D%22%231B7245%22%20width%3D%2226%22%20height%3D%2212%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M16.5%2C32.2l1.1-2h1.3L17.2%2C33l1.8%2C2.9h-1.4l-1.1-2.1l-1.1%2C2.1h-1.3l1.7-2.9l-1.7-2.8h1.3L16.5%2C32.2z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M20.8%2C35h2.5v0.9h-3.7v-5.7h1.1V35z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M27%2C34.4c0-0.2-0.1-0.4-0.2-0.5s-0.4-0.3-0.8-0.4c-0.7-0.2-1.2-0.4-1.5-0.7s-0.5-0.6-0.5-1.1%0D%0A%09%09%09s0.2-0.8%2C0.6-1.1s0.9-0.4%2C1.5-0.4c0.6%2C0%2C1.1%2C0.2%2C1.5%2C0.5s0.6%2C0.7%2C0.6%2C1.2l0%2C0H27c0-0.3-0.1-0.5-0.3-0.6S26.3%2C31%2C26%2C31%0D%0A%09%09%09c-0.3%2C0-0.5%2C0.1-0.7%2C0.2s-0.3%2C0.3-0.3%2C0.5c0%2C0.2%2C0.1%2C0.4%2C0.3%2C0.5s0.5%2C0.3%2C0.9%2C0.4c0.6%2C0.2%2C1.1%2C0.4%2C1.4%2C0.7s0.5%2C0.7%2C0.5%2C1.1%0D%0A%09%09%09c0%2C0.5-0.2%2C0.9-0.6%2C1.2S26.7%2C36%2C26.1%2C36c-0.6%2C0-1.2-0.2-1.6-0.5s-0.7-0.8-0.7-1.3l0%2C0h1.1c0%2C0.3%2C0.1%2C0.6%2C0.3%2C0.7s0.5%2C0.2%2C0.9%2C0.2%0D%0A%09%09%09c0.3%2C0%2C0.5-0.1%2C0.7-0.2S27%2C34.6%2C27%2C34.4z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%231B7245%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%2241.5%2C19.5%2026.5%2C19.5%2026.5%2C5.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-documents_xlsx {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%231B7245%22%20d%3D%22M26.757%2C7L39%2C19.243V43H11V7H26.757%20M28%2C4H8v42h34V18L28%2C4L28%2C4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%2227%22%20fill%3D%22%231B7245%22%20width%3D%2226%22%20height%3D%2212%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%231B7245%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%2241.5%2C19.5%2026.5%2C19.5%2026.521%2C5.5%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M13.836%2C32.231l1.066-1.961h1.348l-1.656%2C2.82l1.699%2C2.867H14.93l-1.094-1.992l-1.094%2C1.992h-1.363%0D%0A%09%09l1.699-2.867l-1.656-2.82h1.348L13.836%2C32.231z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M18.055%2C35.017h2.488v0.941h-3.66v-5.688h1.172V35.017z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M24.164%2C34.466c0-0.222-0.078-0.392-0.234-0.51s-0.438-0.243-0.844-0.375s-0.728-0.261-0.965-0.389%0D%0A%09%09c-0.646-0.349-0.969-0.819-0.969-1.41c0-0.308%2C0.086-0.581%2C0.26-0.822s0.422-0.429%2C0.746-0.564s0.688-0.203%2C1.092-0.203%0D%0A%09%09c0.406%2C0%2C0.768%2C0.073%2C1.086%2C0.221s0.564%2C0.354%2C0.74%2C0.623s0.264%2C0.573%2C0.264%2C0.914h-1.172c0-0.261-0.082-0.463-0.246-0.607%0D%0A%09%09s-0.395-0.217-0.691-0.217c-0.287%2C0-0.509%2C0.061-0.668%2C0.182s-0.238%2C0.28-0.238%2C0.479c0%2C0.185%2C0.093%2C0.34%2C0.279%2C0.465%0D%0A%09%09s0.46%2C0.242%2C0.822%2C0.352c0.667%2C0.2%2C1.152%2C0.449%2C1.457%2C0.746s0.457%2C0.667%2C0.457%2C1.109c0%2C0.492-0.186%2C0.878-0.559%2C1.158%0D%0A%09%09s-0.874%2C0.42-1.504%2C0.42c-0.438%2C0-0.836-0.08-1.195-0.24s-0.633-0.38-0.822-0.658s-0.283-0.602-0.283-0.969h1.176%0D%0A%09%09c0%2C0.628%2C0.375%2C0.941%2C1.125%2C0.941c0.279%2C0%2C0.496-0.057%2C0.652-0.17S24.164%2C34.669%2C24.164%2C34.466z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M28.168%2C32.231l1.066-1.961h1.348l-1.656%2C2.82l1.699%2C2.867h-1.363l-1.094-1.992l-1.094%2C1.992h-1.363%0D%0A%09%09l1.699-2.867l-1.656-2.82h1.348L28.168%2C32.231z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-documents_zip {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23474645%22%20d%3D%22M26.8%2C7L39%2C19.2V43H11V7H26.8%20M28%2C4H8v42h34V18L28%2C4L28%2C4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23474645%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%2241.5%2C19.5%2026.5%2C19.5%2026.5%2C5.5%20%22%2F%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%2227%22%20fill%3D%22%23474645%22%20width%3D%2226%22%20height%3D%2212%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M15.7%2C35h2.8v0.9h-4.2v-0.6l2.7-4.2h-2.7v-0.9h4.1v0.6L15.7%2C35z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M20.5%2C35.9h-1.1v-5.7h1.1V35.9z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M22.7%2C33.8v2.1h-1.1v-5.7h2.3c0.7%2C0%2C1.2%2C0.2%2C1.5%2C0.5S26%2C31.5%2C26%2C32s-0.2%2C1-0.6%2C1.3s-0.9%2C0.5-1.5%2C0.5H22.7z%0D%0A%09%09%09%20M22.7%2C32.9h1.1c0.3%2C0%2C0.6-0.1%2C0.7-0.3s0.2-0.4%2C0.2-0.7c0-0.3-0.1-0.5-0.2-0.7s-0.4-0.3-0.7-0.3h-1.1V32.9z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-fb {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20id%3D%22XMLID_19_%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M16.163%2C12.71v-1.386c0-0.675%2C0.45-0.833%2C0.767-0.833c0.316%2C0%2C1.944%2C0%2C1.944%2C0v-2.97%0D%0A%09%09L16.196%2C7.51c-2.972%2C0-3.648%2C2.215-3.648%2C3.633v1.567h-1.719v2.094v1.372h1.734c0%2C3.929%2C0%2C8.667%2C0%2C8.667h3.466c0%2C0%2C0-4.786%2C0-8.667%0D%0A%09%09h2.573l0.124-1.361l0.192-2.105H16.163z%22%2F%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M19.996%2C1.01c2.206%2C0%2C4%2C1.794%2C4%2C4v15c0%2C2.206-1.794%2C4-4%2C4h-15c-2.206%2C0-4-1.794-4-4v-15%0D%0A%09%09%09c0-2.206%2C1.794-4%2C4-4H19.996%20M19.996%2C0.01h-15c-2.761%2C0-5%2C2.239-5%2C5v15c0%2C2.761%2C2.239%2C5%2C5%2C5h15c2.761%2C0%2C5-2.239%2C5-5v-15%0D%0A%09%09%09C24.996%2C2.248%2C22.757%2C0.01%2C19.996%2C0.01L19.996%2C0.01z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-fb_h {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%236081C4%22%20d%3D%22M19.99%2C24.99H5c-2.761%2C0-5-2.239-5-5V5c0-2.761%2C2.239-5%2C5-5h14.99c2.761%2C0%2C5%2C2.239%2C5%2C5v14.99%0D%0A%09%09%09C24.99%2C22.752%2C22.752%2C24.99%2C19.99%2C24.99z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cpath%20id%3D%22XMLID_6_%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M16.161%2C12.695V11.31c0-0.675%2C0.45-0.832%2C0.766-0.832c0.316%2C0%2C1.944%2C0%2C1.944%2C0V7.508%0D%0A%09%09l-2.677-0.011c-2.971%2C0-3.646%2C2.215-3.646%2C3.632v1.566h-1.718v2.093v1.371h1.733c0%2C3.927%2C0%2C8.663%2C0%2C8.663h3.465%0D%0A%09%09c0%2C0%2C0-4.784%2C0-8.663h2.572l0.124-1.361l0.191-2.104H16.161z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-form_20_check_hov_no {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.1%22%3E%0D%0A%09%3Ccircle%20cx%3D%2212.5%22%20cy%3D%2212.5%22%20r%3D%2210%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-form_20_check_hov_yes {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.1%22%3E%0D%0A%09%3Ccircle%20cx%3D%2212.5%22%20cy%3D%2212.5%22%20r%3D%2210%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Ccircle%20fill%3D%22%231EA01E%22%20cx%3D%2212.5%22%20cy%3D%2212.5%22%20r%3D%225.5%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-form_20_check_no {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.2%22%3E%0D%0A%09%3Cpath%20d%3D%22M12.5%2C3.5c4.963%2C0%2C9%2C4.037%2C9%2C9s-4.037%2C9-9%2C9s-9-4.037-9-9S7.537%2C3.5%2C12.5%2C3.5%20M12.5%2C2.5c-5.523%2C0-10%2C4.477-10%2C10%0D%0A%09%09s4.477%2C10%2C10%2C10s10-4.477%2C10-10S18.023%2C2.5%2C12.5%2C2.5L12.5%2C2.5z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-form_20_check_no_border {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EEllipse%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-1706%20-7086)%22%3E%0D%0A%3Cg%20id%3D%22Ellipse%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(1706%207086)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3Cmask%20id%3D%22mask0_outline_ins%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20fill%3D%22white%22%20transform%3D%22translate(1706%207086)%22%2F%3E%0D%0A%3C%2Fmask%3E%0D%0A%3Cg%20mask%3D%22url(%23mask0_outline_ins)%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_stroke_2x%22%20transform%3D%22translate(1706%207086)%22%20fill%3D%22%23000000%22%20fill-opacity%3D%220.1%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2020%2010C%2020%2015.5228%2015.5228%2020%2010%2020C%204.47715%2020%200%2015.5228%200%2010C%200%204.47715%204.47715%200%2010%200C%2015.5228%200%2020%204.47715%2020%2010Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_stroke_2x%22%20d%3D%22M%2016%2010C%2016%2013.3137%2013.3137%2016%2010%2016L%2010%2024C%2017.732%2024%2024%2017.732%2024%2010L%2016%2010ZM%2010%2016C%206.68629%2016%204%2013.3137%204%2010L%20-4%2010C%20-4%2017.732%202.26801%2024%2010%2024L%2010%2016ZM%204%2010C%204%206.68629%206.68629%204%2010%204L%2010%20-4C%202.26801%20-4%20-4%202.26801%20-4%2010L%204%2010ZM%2010%204C%2013.3137%204%2016%206.68629%2016%2010L%2024%2010C%2024%202.26801%2017.732%20-4%2010%20-4L%2010%204Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-form_20_check_yes {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.2%22%3E%0D%0A%09%3Cpath%20d%3D%22M12.5%2C3.5c4.963%2C0%2C9%2C4.037%2C9%2C9s-4.037%2C9-9%2C9s-9-4.037-9-9S7.537%2C3.5%2C12.5%2C3.5%20M12.5%2C2.5c-5.523%2C0-10%2C4.477-10%2C10%0D%0A%09%09s4.477%2C10%2C10%2C10s10-4.477%2C10-10S18.023%2C2.5%2C12.5%2C2.5L12.5%2C2.5z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Ccircle%20fill%3D%22%231EA01E%22%20cx%3D%2212.5%22%20cy%3D%2212.5%22%20r%3D%225.5%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-form_20_flag_hov_no {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.1%22%3E%0D%0A%09%3Cpath%20d%3D%22M17.5%2C22.5h-10c-2.761%2C0-5-2.239-5-5v-10c0-2.761%2C2.239-5%2C5-5h10c2.761%2C0%2C5%2C2.239%2C5%2C5v10%0D%0A%09%09C22.5%2C20.261%2C20.261%2C22.5%2C17.5%2C22.5z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-form_20_flag_no {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2025%2025%22%20style%3D%22enable-background%3Anew%200%200%2025%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23C6C6C6%3B%7D%0D%0A%09.st1%7Bfill%3A%23FFFFFE%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%20id%3D%22XMLID_1_%22%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M22.5%2C7.5v10c0%2C2.8-2.2%2C5-5%2C5h-10c-2.8%2C0-5-2.2-5-5v-10c0-2.8%2C2.2-5%2C5-5h10C20.3%2C2.5%2C22.5%2C4.7%2C22.5%2C7.5z%0D%0A%09%09%09%09%09%20M21.5%2C17.5v-10c0-2.2-1.8-4-4-4h-10c-2.2%2C0-4%2C1.8-4%2C4v10c0%2C2.2%2C1.8%2C4%2C4%2C4h10C19.7%2C21.5%2C21.5%2C19.7%2C21.5%2C17.5z%22%2F%3E%0D%0A%09%09%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M21.5%2C7.5v10c0%2C2.2-1.8%2C4-4%2C4h-10c-2.2%2C0-4-1.8-4-4v-10c0-2.2%2C1.8-4%2C4-4h10C19.7%2C3.5%2C21.5%2C5.3%2C21.5%2C7.5z%22%2F%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-form_20_flag_yes {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2025%2025%22%20style%3D%22enable-background%3Anew%200%200%2025%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23C6C6C6%3B%7D%0D%0A%09.st1%7Bfill%3A%23FFFFFE%3B%7D%0D%0A%09.st2%7Bfill%3Anone%3Bstroke%3A%231EA01E%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%20id%3D%22XMLID_1_%22%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M22.5%2C7.5v10c0%2C2.8-2.2%2C5-5%2C5h-10c-2.8%2C0-5-2.2-5-5v-10c0-2.8%2C2.2-5%2C5-5h10C20.3%2C2.5%2C22.5%2C4.7%2C22.5%2C7.5z%0D%0A%09%09%09%09%20M21.5%2C17.5v-10c0-2.2-1.8-4-4-4h-10c-2.2%2C0-4%2C1.8-4%2C4v10c0%2C2.2%2C1.8%2C4%2C4%2C4h10C19.7%2C21.5%2C21.5%2C19.7%2C21.5%2C17.5z%22%2F%3E%0D%0A%09%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M21.5%2C7.5v10c0%2C2.2-1.8%2C4-4%2C4h-10c-2.2%2C0-4-1.8-4-4v-10c0-2.2%2C1.8-4%2C4-4h10C19.7%2C3.5%2C21.5%2C5.3%2C21.5%2C7.5z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpolyline%20class%3D%22st2%22%20points%3D%226%2C12.1%2010.6%2C16.5%2019%2C8.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-form_25_check_no {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.2%22%3E%0D%0A%09%3Cpath%20d%3D%22M12.5%2C1C18.841%2C1%2C24%2C6.159%2C24%2C12.5S18.841%2C24%2C12.5%2C24S1%2C18.841%2C1%2C12.5S6.159%2C1%2C12.5%2C1%20M12.5%2C0C5.596%2C0%2C0%2C5.596%2C0%2C12.5%0D%0A%09%09S5.596%2C25%2C12.5%2C25S25%2C19.404%2C25%2C12.5S19.404%2C0%2C12.5%2C0L12.5%2C0z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-form_25_check_yes {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.2%22%3E%0D%0A%09%3Cpath%20d%3D%22M12.5%2C1C18.841%2C1%2C24%2C6.159%2C24%2C12.5S18.841%2C24%2C12.5%2C24S1%2C18.841%2C1%2C12.5S6.159%2C1%2C12.5%2C1%20M12.5%2C0C5.596%2C0%2C0%2C5.596%2C0%2C12.5%0D%0A%09%09S5.596%2C25%2C12.5%2C25S25%2C19.404%2C25%2C12.5S19.404%2C0%2C12.5%2C0L12.5%2C0z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Ccircle%20fill%3D%22%231EA01E%22%20cx%3D%2212.5%22%20cy%3D%2212.5%22%20r%3D%227%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-form_25_flag_no {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.2%22%3E%0D%0A%09%3Cpath%20d%3D%22M20%2C1c2.206%2C0%2C4%2C1.794%2C4%2C4v15c0%2C2.206-1.794%2C4-4%2C4H5c-2.206%2C0-4-1.794-4-4V5c0-2.206%2C1.794-4%2C4-4H20%20M20%2C0H5%0D%0A%09%09C2.239%2C0%2C0%2C2.239%2C0%2C5v15c0%2C2.761%2C2.239%2C5%2C5%2C5h15c2.761%2C0%2C5-2.239%2C5-5V5C25%2C2.239%2C22.761%2C0%2C20%2C0L20%2C0z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-form_25_flag_yes {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.2%22%3E%0D%0A%09%3Cpath%20d%3D%22M20%2C1c2.206%2C0%2C4%2C1.794%2C4%2C4v15c0%2C2.206-1.794%2C4-4%2C4H5c-2.206%2C0-4-1.794-4-4V5c0-2.206%2C1.794-4%2C4-4H20%20M20%2C0H5%0D%0A%09%09C2.239%2C0%2C0%2C2.239%2C0%2C5v15c0%2C2.761%2C2.239%2C5%2C5%2C5h15c2.761%2C0%2C5-2.239%2C5-5V5C25%2C2.239%2C22.761%2C0%2C20%2C0L20%2C0z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%224.5%2C11.944%2010.214%2C17.5%2020.5%2C7.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-form_30_check_yes_circle {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Ctitle%3EGroup%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-1611%20-7081)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Ellipse%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(1611%207081)%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%26%23208%3B%26%23179%3B%26%23208%3B%26%23176%3B%26%23208%3B%26%23187%3B%26%23208%3B%26%23190%3B%26%23209%3B%26%23135%3B%26%23208%3B%26%23186%3B%26%23208%3B%26%23176%3B%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path1_stroke%22%20transform%3D%22translate(1618%207091)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2030%2015C%2030%2023.2843%2023.2843%2030%2015%2030C%206.71573%2030%200%2023.2843%200%2015C%200%206.71573%206.71573%200%2015%200C%2023.2843%200%2030%206.71573%2030%2015Z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22path1_stroke%22%20d%3D%22M%205.70001%2010L%204.99919%2010.7133L%205.69587%2011.3978L%206.39659%2010.7175L%205.70001%2010ZM%20-0.700821%205.11334L%204.99919%2010.7133L%206.40083%209.28666L%200.700821%203.68666L%20-0.700821%205.11334ZM%206.39659%2010.7175L%2016.6966%200.717478L%2015.3034%20-0.717478L%205.00343%209.28252L%206.39659%2010.7175Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-form_blue_20_flag_no {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.2%22%3E%0D%0A%09%3Cpath%20d%3D%22M17.5%2C3.5c2.206%2C0%2C4%2C1.794%2C4%2C4v10c0%2C2.206-1.794%2C4-4%2C4h-10c-2.206%2C0-4-1.794-4-4v-10c0-2.206%2C1.794-4%2C4-4H17.5%20M17.5%2C2.5%0D%0A%09%09h-10c-2.761%2C0-5%2C2.239-5%2C5v10c0%2C2.761%2C2.239%2C5%2C5%2C5h10c2.761%2C0%2C5-2.239%2C5-5v-10C22.5%2C4.739%2C20.261%2C2.5%2C17.5%2C2.5L17.5%2C2.5z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-form_blue_20_flag_yes {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.2%22%3E%0D%0A%09%3Cpath%20d%3D%22M17.5%2C3.5c2.206%2C0%2C4%2C1.794%2C4%2C4v10c0%2C2.206-1.794%2C4-4%2C4h-10c-2.206%2C0-4-1.794-4-4v-10c0-2.206%2C1.794-4%2C4-4H17.5%20M17.5%2C2.5%0D%0A%09%09h-10c-2.761%2C0-5%2C2.239-5%2C5v10c0%2C2.761%2C2.239%2C5%2C5%2C5h10c2.761%2C0%2C5-2.239%2C5-5v-10C22.5%2C4.739%2C20.261%2C2.5%2C17.5%2C2.5L17.5%2C2.5z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%226%2C12.056%2010.643%2C16.5%2019%2C8.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-form_blue_25_check_no {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.2%22%3E%0D%0A%09%3Cpath%20d%3D%22M12.5%2C1C18.841%2C1%2C24%2C6.159%2C24%2C12.5S18.841%2C24%2C12.5%2C24S1%2C18.841%2C1%2C12.5S6.159%2C1%2C12.5%2C1%20M12.5%2C0C5.596%2C0%2C0%2C5.596%2C0%2C12.5%0D%0A%09%09S5.596%2C25%2C12.5%2C25S25%2C19.404%2C25%2C12.5S19.404%2C0%2C12.5%2C0L12.5%2C0z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-form_blue_25_check_yes {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.2%22%3E%0D%0A%09%3Cpath%20d%3D%22M12.5%2C1C18.841%2C1%2C24%2C6.159%2C24%2C12.5S18.841%2C24%2C12.5%2C24S1%2C18.841%2C1%2C12.5S6.159%2C1%2C12.5%2C1%20M12.5%2C0C5.596%2C0%2C0%2C5.596%2C0%2C12.5%0D%0A%09%09S5.596%2C25%2C12.5%2C25S25%2C19.404%2C25%2C12.5S19.404%2C0%2C12.5%2C0L12.5%2C0z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Ccircle%20fill%3D%22%2300B4F0%22%20cx%3D%2212.5%22%20cy%3D%2212.5%22%20r%3D%227%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-form_blue_25_flag_no {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.2%22%3E%0D%0A%09%3Cpath%20d%3D%22M20%2C1c2.206%2C0%2C4%2C1.794%2C4%2C4v15c0%2C2.206-1.794%2C4-4%2C4H5c-2.206%2C0-4-1.794-4-4V5c0-2.206%2C1.794-4%2C4-4H20%20M20%2C0H5%0D%0A%09%09C2.239%2C0%2C0%2C2.239%2C0%2C5v15c0%2C2.761%2C2.239%2C5%2C5%2C5h15c2.761%2C0%2C5-2.239%2C5-5V5C25%2C2.239%2C22.761%2C0%2C20%2C0L20%2C0z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-form_blue_25_flag_yes {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.2%22%3E%0D%0A%09%3Cpath%20d%3D%22M20%2C1c2.206%2C0%2C4%2C1.794%2C4%2C4v15c0%2C2.206-1.794%2C4-4%2C4H5c-2.206%2C0-4-1.794-4-4V5c0-2.206%2C1.794-4%2C4-4H20%20M20%2C0H5%0D%0A%09%09C2.239%2C0%2C0%2C2.239%2C0%2C5v15c0%2C2.761%2C2.239%2C5%2C5%2C5h15c2.761%2C0%2C5-2.239%2C5-5V5C25%2C2.239%2C22.761%2C0%2C20%2C0L20%2C0z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%224.5%2C11.944%2010.214%2C17.5%2020.5%2C7.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-gift {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2254px%22%20height%3D%2252px%22%20viewBox%3D%220%200%2054%2052%22%20style%3D%22enable-background%3Anew%200%200%2054%2052%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23F4970A%3B%22%20d%3D%22M41.9%2C9.4c0.2-0.3%2C0.4-0.7%2C0.5-1.2c0.9-2.8-0.6-8-6.3-7.9S27%2C6.5%2C27%2C6.5s-3.6-6.2-9.2-6.3%0D%0A%09s-7.2%2C5.1-6.3%2C7.9c0.2%2C0.5%2C0.4%2C0.9%2C0.5%2C1.2H0v1.1v3.3v4.4v4.1v0.3h2.3v24.9v3.9V52h49.5v-0.6v-3.9V22.7H54v-0.3v-4.1v-4.4v-3.3V9.4%0D%0A%09H41.9z%20M36%2C4.6c3.6-0.1%2C2.7%2C3.4%2C1.7%2C4.2c-0.2%2C0.2-0.5%2C0.4-0.8%2C0.6h-6.3C31.3%2C8%2C33.1%2C4.7%2C36%2C4.6z%20M16.3%2C8.8c-1-0.8-1.9-4.3%2C1.7-4.2%0D%0A%09c2.8%2C0.1%2C4.7%2C3.4%2C5.3%2C4.8h-6.3C16.8%2C9.2%2C16.6%2C9.1%2C16.3%2C8.8z%20M47.3%2C47.6H29.2V25h-4.4v22.5H6.7V22.7h40.6V47.6z%20M49.6%2C18.2H29.2v-2.5%0D%0A%09h-4.4v2.5H4.4v-4.4h45.1V18.2z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 54px;
  height: 52px;
}

.icon-gift-adv {
  background-image: url("data:image/svg+xml;charset=UTF-8,%EF%BB%BF%3Csvg%20width%3D%2228%22%20height%3D%2233%22%20viewBox%3D%220%200%2028%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EGroup%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-2410%20-1878)%22%3E%0D%0A%3Cg%20id%3D%22Group%22%3E%0D%0A%3Cg%20id%3D%22Rectangle%2017%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(2412%201901)%22%20fill%3D%22%23E19532%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2017%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22matrix(1%200%200%20-1%202410%201897)%22%20fill%3D%22%23E19532%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2017%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22matrix(-1%200%200%20-1%202438%201897)%22%20fill%3D%22%23E19532%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2017%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22matrix(-1%200%200%201%202436%201901)%22%20fill%3D%22%23E19532%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2019%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path2_fill%22%20transform%3D%22translate(2421%201881)%22%20fill%3D%22%23E19532%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%202%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path3_fill%22%20transform%3D%22translate(2414%201878)%22%20fill%3D%22%23E19532%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%202%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path4_fill%22%20transform%3D%22matrix(-1%200%200%201%202434%201878)%22%20fill%3D%22%23E19532%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%200%200L%2010%200L%2010%2010L%205%2010C%202.23858%2010%200%207.76142%200%205L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20d%3D%22M%200%200L%2012%200L%2012%2012L%205%2012C%202.23858%2012%200%209.76142%200%207L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path2_fill%22%20d%3D%22M%200%203C%200%201.34315%201.34315%200%203%200C%204.65685%200%206%201.34315%206%203L%206%204L%200%204L%200%203Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path3_fill%22%20d%3D%22M%202.8243%200.124775C%206.41743%20-0.721826%208.43857%202.94678%209%204.88691L%208%207C%206.8772%207.35275%204.05944%208.37915%202.26287%207.53255C%200.0171583%206.4743%20-1.66712%201.18303%202.8243%200.124775Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path4_fill%22%20d%3D%22M%202.8243%200.127012C%206.41743%20-0.73477%208.43857%202.99962%209%204.97454L%208%207.12552C%206.8772%207.4846%204.05944%208.5294%202.26287%207.66762C%200.0171583%206.59039%20-1.66712%201.20424%202.8243%200.127012Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 28px;
  height: 33px;
}

.icon-golden_cup {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2090%2090%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--Generated%20by%20IJSVG%20(https%3A%2F%2Fgithub.com%2Fcurthard89%2FIJSVG)--%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22path-1%22%20d%3D%22M37%2C45c-24.6667%2C-4%20-37%2C-14.3333%20-37%2C-31c0%2C-12.7637%2012%2C-14%2016%2C-10c4%2C4%20-1%2C14%20-9%2C6%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20transform%3D%22translate(8%2C%202)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23E5A24A%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(0%2C%204)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23E5A24A%22%20stroke-width%3D%224%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20transform%3D%22translate(0%2C%20-1.97474)%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23E5A24A%22%20stroke-width%3D%224%22%20transform%3D%22translate(111%2C%200)%20scale(-1%2C%201)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20transform%3D%22translate(37%2C%20-1.97474)%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C0h8l-2%2C15h-4Z%22%20transform%3D%22translate(33%2C%2048)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FFBA57%22%20d%3D%22M40%2C0c0%2C27.6143%20-6%2C49.9999%20-20%2C49.9999c-14%2C0%20-20%2C-22.3856%20-20%2C-49.9999c5.5%2C0.000149011%209.9543%2C0%2021%2C0c11.0457%2C0%2012.5%2C6.43147e-05%2019%2C0Z%22%20transform%3D%22translate(17%2C%200)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23FFBA57%22%20transform%3D%22translate(0%2C%20132)%20scale(1%2C%20-1)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20%2C0c0%2C4.41829%20-3%2C8%20-10%2C8c-7%2C0%20-10%2C-3.58171%20-10%2C-8c2.75%2C2.38e-05%204.97715%2C0%2010.5%2C0c5.5228%2C0%206.25%2C1.03e-05%209.5%2C0Z%22%20transform%3D%22translate(27%2C%2062)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%237A534B%22%20d%3D%22M0%2C0h32v16h-32Z%22%20transform%3D%22translate(21%2C%2070)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FFE082%22%20d%3D%22M0%2C0h22v6h-22Z%22%20transform%3D%22translate(26%2C%2075)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FFECB3%22%20d%3D%22M8%2C19h-4v-14.5l-4%2C1v-3.353l7.591%2C-2.147h0.409Z%22%20transform%3D%22translate(32%2C%2012)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 90px;
  height: 90px;
}

.icon-goo {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20id%3D%22XMLID_27_%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M19.442%2C11.549c-0.118%2C0-0.233%2C0-0.353%2C0c0-0.024%2C0-0.047%2C0-0.07c0-0.092%2C0-0.169%2C0-0.245%0D%0A%09%09%09c0.001-0.449%2C0.007-0.897-0.004-1.346c-0.002-0.073-0.077-0.206-0.123-0.207c-0.41-0.016-0.82-0.01-1.254-0.01%0D%0A%09%09%09c0%2C0.538%2C0%2C1.048%2C0%2C1.567c0%2C0.103%2C0%2C0.205%2C0%2C0.307c-0.628%2C0-1.232%2C0-1.88%2C0c0%2C0.14-0.004%2C0.236%2C0%2C0.33%0D%0A%09%09%09c0.014%2C0.34%2C0.03%2C0.679%2C0.045%2C1.018c0.331%2C0.012%2C0.663%2C0.027%2C0.995%2C0.034c0.277%2C0.005%2C0.554%2C0%2C0.861%2C0c0%2C0.646%2C0%2C1.247%2C0%2C1.849%0D%0A%09%09%09c0.461%2C0%2C0.889%2C0%2C1.355%2C0c0-0.613%2C0-1.215%2C0-1.853c0.638%2C0%2C1.24%2C0%2C1.854%2C0c0-0.357%2C0-0.694%2C0-1.038c0-0.111%2C0-0.222%2C0-0.335%0D%0A%09%09%09C20.44%2C11.549%2C19.947%2C11.549%2C19.442%2C11.549z%22%2F%3E%0D%0A%09%09%3Cpath%20id%3D%22XMLID_26_%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M14.12%2C11.391c-1.171%2C0.015-2.342%2C0.007-3.513%2C0.007c-0.334%2C0-0.67-0.006-1.004%2C0.007%0D%0A%09%09%09c-0.064%2C0.002-0.178%2C0.078-0.178%2C0.122c-0.012%2C0.674-0.009%2C1.35-0.009%2C2.061c0.966%2C0%2C1.901%2C0%2C2.868%2C0%0D%0A%09%09%09c-0.038%2C0.139-0.062%2C0.24-0.095%2C0.338c-0.44%2C1.304-1.787%2C1.951-3.231%2C1.714c-1.793-0.294-2.909-1.957-2.591-3.753%0D%0A%09%09%09c0.045-0.254%2C0.125-0.495%2C0.228-0.722C7.19%2C9.86%2C8.657%2C9.069%2C10.108%2C9.386c0.52%2C0.113%2C0.963%2C0.365%2C1.347%2C0.699%0D%0A%09%09%09c0.521-0.526%2C1.028-1.037%2C1.568-1.582c-0.035-0.027-0.085-0.063-0.132-0.102c-1.265-1.069-2.719-1.462-4.348-1.195%0D%0A%09%09%09c-2.341%2C0.383-4.025%2C2.226-4.402%2C4.38c-0.161%2C0.921-0.085%2C1.898%2C0.283%2C2.842c0.891%2C2.288%2C3.192%2C3.682%2C5.649%2C3.411%0D%0A%09%09%09c1.2-0.132%2C2.271-0.566%2C3.109-1.459c1.235-1.315%2C1.552-2.906%2C1.356-4.648C14.506%2C11.443%2C14.388%2C11.388%2C14.12%2C11.391z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M20%2C1c2.206%2C0%2C4%2C1.794%2C4%2C4v15c0%2C2.206-1.794%2C4-4%2C4H5c-2.206%2C0-4-1.794-4-4V5c0-2.206%2C1.794-4%2C4-4H20%20M20%2C0%0D%0A%09%09%09H5C2.239%2C0%2C0%2C2.239%2C0%2C5v15c0%2C2.761%2C2.239%2C5%2C5%2C5h15c2.761%2C0%2C5-2.239%2C5-5V5C25%2C2.239%2C22.761%2C0%2C20%2C0L20%2C0z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-goo_h {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23E62B33%22%20d%3D%22M19.996%2C24.988H5c-2.761%2C0-5-2.239-5-5V5c0-2.761%2C2.239-5%2C5-5h14.996c2.761%2C0%2C5%2C2.239%2C5%2C5v14.988%0D%0A%09%09%09C24.996%2C22.75%2C22.758%2C24.988%2C19.996%2C24.988z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20id%3D%22XMLID_5_%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M19.439%2C11.543c-0.118%2C0-0.233%2C0-0.353%2C0c0-0.024%2C0-0.047%2C0-0.07c0-0.092%2C0-0.169%2C0-0.245%0D%0A%09%09%09c0.001-0.448%2C0.007-0.897-0.004-1.346c-0.002-0.073-0.077-0.206-0.123-0.207c-0.41-0.016-0.82-0.01-1.254-0.01%0D%0A%09%09%09c0%2C0.537%2C0%2C1.048%2C0%2C1.566c0%2C0.103%2C0%2C0.204%2C0%2C0.306c-0.628%2C0-1.232%2C0-1.88%2C0c0%2C0.14-0.004%2C0.236%2C0%2C0.33%0D%0A%09%09%09c0.014%2C0.339%2C0.03%2C0.679%2C0.045%2C1.018c0.331%2C0.012%2C0.663%2C0.027%2C0.995%2C0.034c0.277%2C0.005%2C0.554%2C0%2C0.861%2C0c0%2C0.646%2C0%2C1.247%2C0%2C1.848%0D%0A%09%09%09c0.461%2C0%2C0.889%2C0%2C1.355%2C0c0-0.613%2C0-1.215%2C0-1.852c0.638%2C0%2C1.24%2C0%2C1.853%2C0c0-0.357%2C0-0.694%2C0-1.038c0-0.111%2C0-0.222%2C0-0.335%0D%0A%09%09%09C20.436%2C11.543%2C19.943%2C11.543%2C19.439%2C11.543z%22%2F%3E%0D%0A%09%09%3Cpath%20id%3D%22XMLID_4_%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M14.118%2C11.386c-1.171%2C0.015-2.342%2C0.007-3.512%2C0.007c-0.334%2C0-0.67-0.006-1.003%2C0.007%0D%0A%09%09%09c-0.064%2C0.002-0.178%2C0.078-0.178%2C0.122c-0.012%2C0.674-0.009%2C1.349-0.009%2C2.06c0.966%2C0%2C1.901%2C0%2C2.868%2C0%0D%0A%09%09%09c-0.038%2C0.139-0.062%2C0.24-0.095%2C0.337c-0.44%2C1.304-1.787%2C1.95-3.231%2C1.713c-1.793-0.294-2.909-1.956-2.59-3.751%0D%0A%09%09%09c0.045-0.254%2C0.125-0.494%2C0.228-0.722c0.592-1.303%2C2.059-2.094%2C3.51-1.777c0.52%2C0.113%2C0.963%2C0.365%2C1.347%2C0.699%0D%0A%09%09%09c0.521-0.525%2C1.028-1.036%2C1.568-1.581c-0.035-0.027-0.085-0.063-0.131-0.102C11.624%2C7.33%2C10.17%2C6.937%2C8.542%2C7.204%0D%0A%09%09%09c-2.341%2C0.383-4.024%2C2.225-4.401%2C4.378c-0.161%2C0.92-0.085%2C1.897%2C0.283%2C2.841c0.891%2C2.287%2C3.191%2C3.68%2C5.648%2C3.41%0D%0A%09%09%09c1.2-0.132%2C2.271-0.565%2C3.109-1.458c1.235-1.314%2C1.552-2.905%2C1.355-4.646C14.504%2C11.437%2C14.386%2C11.382%2C14.118%2C11.386z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-gray-buy {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M6.00002%200C5.62125%200%205.27499%200.214002%205.10559%200.552786L2.38199%206H1.00001C0.700415%206%200.416605%206.13432%200.226666%206.36601C0.0367278%206.5977%20-0.0393271%206.90234%200.0194279%207.19612L2.01943%2017.1961C2.11291%2017.6635%202.52333%2018%203.00001%2018H11V16H3.81981L2.21981%208H2.97835C2.9923%208.00029%203.00623%208.00029%203.02014%208H11V6H4.61805L6.61805%202H13.382L15.382%206H14.5L16.5%208H16.9799C16.9938%208.00029%2017.0077%208.00029%2017.0217%208H17.7802L17.5668%209.06682L19.2665%2010.7665L19.9806%207.19612C20.0393%206.90234%2019.9633%206.5977%2019.7734%206.36601C19.5834%206.13432%2019.2996%206%2019%206H17.6181L14.8944%200.552786C14.7251%200.214002%2014.3788%200%2014%200H6.00002Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.2%22%2F%3E%0D%0A%3Cpath%20d%3D%22M13%2017V7L20%2014H17.5L19.5%2018.5L17%2019.5L15%2015L13%2017Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.2%22%2F%3E%0D%0A%3Cpath%20d%3D%22M6.00002%2010C6.5523%2010%207.00002%2010.4477%207.00002%2011V13C7.00002%2013.5523%206.5523%2014%206.00002%2014C5.44773%2014%205.00002%2013.5523%205.00002%2013V11C5.00002%2010.4477%205.44773%2010%206.00002%2010Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.2%22%2F%3E%0D%0A%3Cpath%20d%3D%22M11%2011C11%2010.4477%2010.5523%2010%2010%2010C9.44773%2010%209.00002%2010.4477%209.00002%2011V13C9.00002%2013.5523%209.44773%2014%2010%2014C10.5523%2014%2011%2013.5523%2011%2013V11Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.2%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-great_color_search {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22114%22%20height%3D%22120%22%20viewBox%3D%220%200%20114%20120%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M81.0835%2099.5927C81.0835%20105.354%2076.3758%20110.024%2070.5685%20110.024H10.515C4.70773%20110.024%200%20105.354%200%2099.5927V10.431C0%204.67012%204.70773%200%2010.515%200H50.6413C53.4444%200%2056.1314%201.11026%2058.1057%203.08419L78.0329%2023.0081C79.987%2024.9619%2081.0835%2027.6026%2081.0835%2030.3549V99.5927Z%22%20fill%3D%22%2390CAF9%22%2F%3E%0D%0A%3Cpath%20d%3D%22M24.6146%2024.6106H0V0L24.6146%2024.6106Z%22%20transform%3D%22translate(52.123%204.34375)%22%20fill%3D%22%23E1F5FE%22%2F%3E%0D%0A%3Cpath%20d%3D%22M0%205.72286L5.73512%200L26.3902%2020.5815L20.6551%2026.3156L0%205.72286Z%22%20transform%3D%22translate(85.4629%2091.498)%22%20fill%3D%22%23616161%22%2F%3E%0D%0A%3Cpath%20d%3D%22M63.7085%2031.849C63.7085%2049.436%2049.4442%2063.6979%2031.8542%2063.6979C14.2643%2063.6979%200%2049.436%200%2031.849C0%2014.2619%2014.2643%200%2031.8542%200C49.4442%200%2063.7085%2014.2619%2063.7085%2031.849Z%22%20transform%3D%22translate(34.752%2040.5356)%22%20fill%3D%22%23616161%22%2F%3E%0D%0A%3Cpath%20d%3D%22M52.1251%2026.0582C52.1251%2040.4446%2040.4513%2052.1165%2026.0626%2052.1165C11.6739%2052.1165%200%2040.4446%200%2026.0582C0%2011.6719%2011.6739%200%2026.0626%200C40.4513%200%2052.1251%2011.6719%2052.1251%2026.0582Z%22%20transform%3D%22translate(40.541%2046.3262)%22%20fill%3D%22%2390CAF9%22%2F%3E%0D%0A%3Cpath%20d%3D%22M0%205.73417L5.73512%200L20.7063%2014.9687C22.2812%2016.5433%2022.2812%2019.0832%2020.7063%2020.6578C19.1138%2022.25%2016.5186%2022.25%2014.9261%2020.6578L0%205.73417Z%22%20transform%3D%22translate(92.1133%2098.1479)%22%20fill%3D%22%2337474F%22%2F%3E%0D%0A%3Cpath%20d%3D%22M28.0874%205.79072C28.0874%202.59259%2025.4739%200%2022.25%200H0C1.15381%204.6371%203.76686%208.68608%207.2396%2011.5814H22.25C25.4739%2011.5814%2028.0874%208.98884%2028.0874%205.79072Z%22%20transform%3D%22translate(44.3086%2078.1758)%22%20fill%3D%22%231976D2%22%2F%3E%0D%0A%3Cpath%20d%3D%22M0%2011.5814H22.25C25.4739%2011.5814%2028.0874%208.98884%2028.0874%205.79072C28.0874%202.59259%2025.4739%200%2022.25%200H6.94549C3.47275%202.89536%201.15381%206.94434%200%2011.5814Z%22%20transform%3D%22translate(44.3086%2055.0117)%22%20fill%3D%22%231976D2%22%2F%3E%0D%0A%3Cpath%20d%3D%22M26.3567%200H2.91867C1.30674%200%200%201.2963%200%202.89536C0%204.49442%201.30673%205.79072%202.91867%205.79072H21.1419C22.5898%203.76623%2024.3205%201.74174%2026.3567%200Z%22%20transform%3D%22translate(17.377%2046.3262)%22%20fill%3D%22%231976D2%22%2F%3E%0D%0A%3Cpath%20d%3D%22M17.6691%200H2.91867C1.30673%200%200%201.2963%200%202.89536C0%204.49442%201.30673%205.79072%202.91867%205.79072H15.633C16.2212%203.76623%2016.7981%201.74174%2017.6691%200Z%22%20transform%3D%22translate(17.377%2057.9067)%22%20fill%3D%22%231976D2%22%2F%3E%0D%0A%3Cpath%20d%3D%22M14.4792%202.89536C14.4792%202.02449%2014.4792%200.870869%2014.7733%200H2.91867C1.30673%200%200%201.2963%200%202.89536C0%204.49442%201.30673%205.79072%202.91867%205.79072H14.7733C14.4792%204.91985%2014.4792%203.76623%2014.4792%202.89536Z%22%20transform%3D%22translate(17.377%2069.4873)%22%20fill%3D%22%231976D2%22%2F%3E%0D%0A%3Cpath%20d%3D%22M15.633%200H2.91867C1.30674%200%200%201.2963%200%202.89536C0%204.49442%201.30673%205.79072%202.91867%205.79072H17.6691C16.7981%204.04898%2016.2212%202.02449%2015.633%200Z%22%20transform%3D%22translate(17.377%2081.0703)%22%20fill%3D%22%231976D2%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 114px;
  height: 120px;
}

.icon-green-clock-2 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2021%2021%22%20style%3D%22enable-background%3Anew%200%200%2021%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%2358B08D%3B%22%20d%3D%22M11.2%2C11.8C11.2%2C11.8%2C11.2%2C11.9%2C11.2%2C11.8C11.2%2C11.9%2C11.2%2C11.9%2C11.2%2C11.8c0%2C0.1%2C0%2C0.1%2C0%2C0.2v0.1l0%2C0%0D%0A%09c0%2C0%2C0%2C0.1-0.1%2C0.1l0%2C0c0%2C0%2C0%2C0.1-0.1%2C0.1l0%2C0c0%2C0%2C0%2C0-0.1%2C0.1l0%2C0c0%2C0-0.1%2C0-0.1%2C0.1l0%2C0h-0.1l0%2C0h-0.1l0%2C0h-0.1l0%2C0h-0.1l0%2C0%0D%0A%09l-4-1.9C6%2C10.4%2C5.9%2C10%2C6.1%2C9.6c0.2-0.4%2C0.6-0.5%2C1-0.4l3%2C1.4V4.3c0-0.4%2C0.3-0.7%2C0.7-0.7s0.7%2C0.3%2C0.7%2C0.7L11.2%2C11.8L11.2%2C11.8%20M10.5%2C0%0D%0A%09C4.7%2C0%2C0%2C4.7%2C0%2C10.5S4.7%2C21%2C10.5%2C21S21%2C16.3%2C21%2C10.5S16.3%2C0%2C10.5%2C0%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 21px;
  height: 21px;
}

.icon-green-map-marker-21x30 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2021%2030%22%20style%3D%22enable-background%3Anew%200%200%2021%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%231EA01E%3B%7D%0D%0A%09.st1%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M10.5%2C15C8%2C15%2C6%2C13%2C6%2C10.5S8%2C6%2C10.5%2C6S15%2C8%2C15%2C10.5S13%2C15%2C10.5%2C15%20M10.5%2C0C4.5%2C0%2C0%2C3%2C0%2C10.5%0D%0A%09C0%2C19.5%2C10.5%2C30%2C10.5%2C30S21%2C19.5%2C21%2C10.5C21%2C3%2C16.5%2C0%2C10.5%2C0%22%2F%3E%0D%0A%3Cellipse%20class%3D%22st1%22%20cx%3D%2210.5%22%20cy%3D%2210.5%22%20rx%3D%224.5%22%20ry%3D%224.5%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 21px;
  height: 30px;
}

.icon-green-score {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2218px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2018%2014%22%20style%3D%22enable-background%3Anew%200%200%2018%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_17_%22%20width%3D%2218%22%20height%3D%2214%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_17_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20style%3D%22clip-path%3Aurl(%23SVGID_2_)%3Bfill%3A%2358B08D%3B%22%20d%3D%22M2%2C14c1.1%2C0%2C2-0.9%2C2-2s-0.9-2-2-2s-2%2C0.9-2%2C2S0.9%2C14%2C2%2C14%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22clip-path%3Aurl(%23SVGID_2_)%3Bfill%3A%2358B08D%3B%22%20d%3D%22M2%2C9c1.1%2C0%2C2-0.9%2C2-2S3.1%2C5%2C2%2C5S0%2C5.9%2C0%2C7S0.9%2C9%2C2%2C9%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22clip-path%3Aurl(%23SVGID_2_)%3Bfill%3A%2358B08D%3B%22%20d%3D%22M2%2C4c1.1%2C0%2C2-0.9%2C2-2S3.1%2C0%2C2%2C0S0%2C0.9%2C0%2C2S0.9%2C4%2C2%2C4%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22clip-path%3Aurl(%23SVGID_2_)%3Bfill%3A%2358B08D%3B%22%20d%3D%22M7%2C0c0%2C0-1%2C0-1%2C1v2c0%2C0%2C0%2C1%2C1%2C1h10c0%2C0%2C1%2C0%2C1-1V1c0%2C0%2C0-1-1-1H7z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22clip-path%3Aurl(%23SVGID_2_)%3Bfill%3A%2358B08D%3B%22%20d%3D%22M7%2C5c0%2C0-1%2C0-1%2C1v2c0%2C0%2C0%2C1%2C1%2C1h7c0%2C0%2C1%2C0%2C1-1V6c0%2C0%2C0-1-1-1H7z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22clip-path%3Aurl(%23SVGID_2_)%3Bfill%3A%2358B08D%3B%22%20d%3D%22M7%2C10c0%2C0-1%2C0-1%2C1v2c0%2C0%2C0%2C1%2C1%2C1h4c0%2C0%2C1%2C0%2C1-1v-2c0%2C0%2C0-1-1-1H7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 14px;
}

.icon-green-sharp-check {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2217px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2017%2012%22%20style%3D%22enable-background%3Anew%200%200%2017%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%231FA01F%3B%22%20points%3D%2217%2C0%206%2C7%200%2C5%206%2C12%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 17px;
  height: 12px;
}

.icon-green-update-17x19 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2217.3px%22%20height%3D%2219.9px%22%20viewBox%3D%220%200%2017.3%2019.9%22%20style%3D%22enable-background%3Anew%200%200%2017.3%2019.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%231FA01F%3B%22%20d%3D%22M6%2C4.7c2-1.3%2C4.8-1%2C6.5%2C0.8c1.8%2C1.8%2C2%2C4.6%2C0.7%2C6.7l2.7%2C1.8c2.1-3.3%2C1.8-7.9-1.1-10.8%0D%0A%09%09C12%2C0.2%2C7.5-0.2%2C4.2%2C2L6%2C4.7z%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%231FA01F%3B%22%20points%3D%222.6%2C4.9%204.5%2C0%207.8%2C5.4%20%09%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%231FA01F%3B%22%20d%3D%22M11.3%2C15.2c-2%2C1.3-4.8%2C1-6.5-0.8C3%2C12.6%2C2.7%2C9.8%2C4%2C7.7L1.4%2C5.9c-2.1%2C3.3-1.8%2C7.9%2C1.1%2C10.8%0D%0A%09%09c2.9%2C2.9%2C7.3%2C3.3%2C10.6%2C1.2L11.3%2C15.2z%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%231FA01F%3B%22%20points%3D%2212.8%2C19.9%2014.7%2C15%209.5%2C14.5%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 17.3px;
  height: 19.9px;
}

.icon-green_sharp_check_12x9 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%229px%22%20viewBox%3D%220%200%2012%209%22%20style%3D%22enable-background%3Anew%200%200%2012%209%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%231FA01F%3B%22%20points%3D%2211.9%2C0.2%204.8%2C5.8%200%2C3.4%204.8%2C9%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 12px;
  height: 9px;
}

.icon-green_sold {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2012%2012%22%20style%3D%22enable-background%3Anew%200%200%2012%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%231EA01E%3B%22%20d%3D%22M10%2C1.8L10%2C1.8l0.3%2C3.7l-3.2%2C5.2L3.5%2C8.5l3.2-5.2L10%2C1.8L10%2C1.8%20M9.8%2C1c0%2C0-0.1%2C0-0.1%2C0L6.1%2C2.5%0D%0A%09L2.3%2C8.7l5.1%2C3.2l3.7-6.2l-0.3-4C10.8%2C1.2%2C10.3%2C0.8%2C9.8%2C1L9.8%2C1z%22%2F%3E%0D%0A%3Cpolyline%20style%3D%22fill%3Anone%3Bstroke%3A%231EA01E%3Bstroke-miterlimit%3A10%3B%22%20points%3D%220.5%2C2.5%202.5%2C4.5%205.5%2C0.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
}

.icon-grey-arrow-all-parties {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2216px%22%20height%3D%2217.4px%22%20viewBox%3D%220%200%2016%2017.4%22%20style%3D%22enable-background%3Anew%200%200%2016%2017.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%227.3%22%20y%3D%222%22%20style%3D%22fill%3A%23B9C0C7%3B%22%20width%3D%221.9%22%20height%3D%2212.4%22%2F%3E%0D%0A%09%3Crect%20x%3D%222.6%22%20y%3D%227.1%22%20style%3D%22fill%3A%23B9C0C7%3B%22%20width%3D%2210.9%22%20height%3D%221.9%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23B9C0C7%3B%22%20points%3D%225%2C13.4%208.2%2C17.4%2011.4%2C13.4%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23B9C0C7%3B%22%20points%3D%2212.2%2C11.1%2016%2C8.1%2012.2%2C5.1%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23B9C0C7%3B%22%20points%3D%228.3%2C0%205.3%2C3.7%2011.3%2C3.7%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23B9C0C7%3B%22%20points%3D%220%2C8.6%204%2C11.8%204%2C5.4%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 17.4px;
}

.icon-grey-arrow-right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2014%2014.7%22%20style%3D%22enable-background%3Anew%200%200%2014%2014.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23B6BEC6%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Ctitle%3E%D0%A0%D0%B5%D1%81%D1%83%D1%80%D1%81%201%3C%2Ftitle%3E%0D%0A%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%3E%0D%0A%09%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1-2%22%3E%0D%0A%09%09%3Cpolygon%20class%3D%22st0%22%20points%3D%2214%2C6.3%207.7%2C0%206.3%2C1.4%2011.2%2C6.3%200%2C6.3%200%2C8.3%2011.2%2C8.3%206.3%2C13.3%207.7%2C14.7%2014%2C8.3%2014%2C8.3%2014%2C6.3%2014%2C6.3%20%0D%0A%09%09%09%09%09%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  height: 14.7px;
}

.icon-grey-board {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2216px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2016%2015%22%20style%3D%22enable-background%3Anew%200%200%2016%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20style%3D%22fill%3A%23B9C0C7%3B%22%20width%3D%2216%22%20height%3D%229.3%22%2F%3E%0D%0A%09%3Crect%20x%3D%222%22%20y%3D%229.3%22%20style%3D%22fill%3A%23B9C0C7%3B%22%20width%3D%222%22%20height%3D%225.7%22%2F%3E%0D%0A%09%3Crect%20x%3D%2212%22%20y%3D%229.3%22%20style%3D%22fill%3A%23B9C0C7%3B%22%20width%3D%222%22%20height%3D%225.7%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 15px;
}

.icon-grey-interested {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2216px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2016%2012%22%20style%3D%22enable-background%3Anew%200%200%2016%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_13_%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2212%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_13_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20style%3D%22clip-path%3Aurl(%23SVGID_2_)%3Bfill%3A%23B9C0C7%3B%22%20d%3D%22M1%2C8c0%2C0-1%2C0-1%2C1v3h16V9c0%2C0%2C0-1-1-1H1z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22clip-path%3Aurl(%23SVGID_2_)%3Bfill%3A%23B9C0C7%3B%22%20d%3D%22M8%2C7c1.9%2C0%2C3.5-1.6%2C3.5-3.5S9.9%2C0%2C8%2C0S4.5%2C1.6%2C4.5%2C3.5S6.1%2C7%2C8%2C7%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 12px;
}

.icon-grey-map-marker {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2214px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2014%2020%22%20style%3D%22enable-background%3Anew%200%200%2014%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23CBCED5%3B%22%20d%3D%22M7%2C10c-1.7%2C0-3-1.3-3-3c0-1.7%2C1.3-3%2C3-3s3%2C1.3%2C3%2C3C10%2C8.7%2C8.7%2C10%2C7%2C10%20M7%2C0C3%2C0%2C0%2C2%2C0%2C7%0D%0A%09c0%2C6%2C7%2C13%2C7%2C13s7-7%2C7-13C14%2C2%2C11%2C0%2C7%2C0%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  height: 20px;
}

.icon-grey-news {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23B9C0C7%3B%22%20d%3D%22M11%2C0H3c0%2C0-3%2C0-3%2C3v8c0%2C0%2C0%2C3%2C3%2C3h8c0%2C0%2C3%2C0%2C3-3V3C14%2C3%2C14%2C0%2C11%2C0z%20M10.2%2C11.3H9L5.9%2C6.8L5.2%2C5.5%0D%0A%09H5.1l0.2%2C1.3v4.4H3.8V2.7H5l3.2%2C4.5l0.6%2C1.3h0.1L8.7%2C7.2V2.8h1.6V11.3z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
}

.icon-grey-pause {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2213px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2013%2014%22%20style%3D%22enable-background%3Anew%200%200%2013%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20style%3D%22fill%3A%23B9C0C7%3B%22%20width%3D%225%22%20height%3D%2214%22%2F%3E%0D%0A%3Crect%20x%3D%228%22%20style%3D%22fill%3A%23B9C0C7%3B%22%20width%3D%225%22%20height%3D%2214%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 13px;
  height: 14px;
}

.icon-grey-pencil-1 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2215px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2015%2015%22%20style%3D%22enable-background%3Anew%200%200%2015%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%222.6%22%20y%3D%222.8%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-2.3914%207.7727)%22%20style%3D%22fill%3A%23B9C0C7%3B%22%20width%3D%2211.2%22%20height%3D%228%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23B9C0C7%3B%22%20points%3D%220%2C15%207.1%2C13.5%201.4%2C7.9%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
}

.icon-grey-play-triangle-right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2012%2014%22%20style%3D%22enable-background%3Anew%200%200%2012%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23B9C0C7%3B%22%20points%3D%2212%2C7%200%2C14%200%2C0%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 12px;
  height: 14px;
}

.icon-grey-reviews {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2214px%22%20height%3D%2211.8px%22%20viewBox%3D%220%200%2014%2011.8%22%20style%3D%22enable-background%3Anew%200%200%2014%2011.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_15_%22%20y%3D%220%22%20width%3D%2214%22%20height%3D%2211.8%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_15_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20style%3D%22clip-path%3Aurl(%23SVGID_2_)%3Bfill%3A%23B9C0C7%3B%22%20d%3D%22M3%2C0c0%2C0-3%2C0-3%2C3v4c0%2C0%2C0%2C3%2C3%2C3h8c0%2C0%2C3%2C0%2C3-3V3c0%2C0%2C0-3-3-3H3z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Crect%20x%3D%223%22%20y%3D%227%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-4.8851%206.2062)%22%20style%3D%22fill%3A%23B9C0C7%3B%22%20width%3D%224%22%20height%3D%224%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  height: 11.8px;
}

.icon-grey-statistics {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2214px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2014%2010%22%20style%3D%22enable-background%3Anew%200%200%2014%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20y%3D%222%22%20style%3D%22fill%3A%23B9C0C7%3B%22%20width%3D%224%22%20height%3D%228%22%2F%3E%0D%0A%09%3Crect%20x%3D%225%22%20style%3D%22fill%3A%23B9C0C7%3B%22%20width%3D%224%22%20height%3D%2210%22%2F%3E%0D%0A%09%3Crect%20x%3D%2210%22%20y%3D%223%22%20style%3D%22fill%3A%23B9C0C7%3B%22%20width%3D%224%22%20height%3D%227%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  height: 10px;
}

.icon-grey_camera {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2215px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2015%2015%22%20style%3D%22enable-background%3Anew%200%200%2015%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M12.5%2C3H11V2.5C11%2C1.7%2C10.3%2C1%2C9.5%2C1H5.5C4.7%2C1%2C4%2C1.7%2C4%2C2.5V3H2.5C1.1%2C3%2C0%2C4.1%2C0%2C5.5v6%0D%0A%09C0%2C12.9%2C1.1%2C14%2C2.5%2C14h10c1.4%2C0%2C2.5-1.1%2C2.5-2.5v-6C15%2C4.1%2C13.9%2C3%2C12.5%2C3z%20M6%2C2h3v2H6V2z%20M7.5%2C13C5.6%2C13%2C4%2C11.4%2C4%2C9.5S5.6%2C6%2C7.5%2C6%0D%0A%09S11%2C7.6%2C11%2C9.5S9.4%2C13%2C7.5%2C13z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
}

.icon-grey_house_2 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2215px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2015%2015%22%20style%3D%22enable-background%3Anew%200%200%2015%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23BABEC4%3B%22%20d%3D%22M11.2%2C0H3.8C2.8%2C0%2C2%2C0.8%2C2%2C1.8V15h4v-2h3v2h4V1.8C13%2C0.8%2C12.2%2C0%2C11.2%2C0z%20M6%2C12H4v-2h2V12z%20M6%2C8H4V6h2%0D%0A%09V8z%20M6%2C4H4V2h2V4z%20M11%2C12H9v-2h2V12z%20M11%2C8H9V6h2V8z%20M11%2C4H9V2h2V4z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
}

.icon-grey_map_marker_14x17 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2217%22%20viewBox%3D%220%200%2014%2017%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EUnion%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-8264%2015002)%22%3E%0D%0A%3Cg%20id%3D%22Union%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(8264%20-15002)%22%20fill%3D%22%23BABFC6%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2012%207C%2012%204.09961%209.90039%202%207%202C%204.09961%202%202%204.09961%202%207C%202%2010%204.40039%2012.7998%207%2014.5996C%209.59961%2012.9004%2012%2010%2012%207ZM%200%207C%200%202.7998%203.09961%200%207%200C%2010.9004%200%2014%202.7998%2014%207C%2014%2011.2002%2010.5%2015.0996%207%2017C%203.5%2015%200%2011.2002%200%207ZM%2010%207C%2010%208.65723%208.65723%2010%207%2010C%205.34277%2010%204%208.65723%204%207C%204%205.34277%205.34277%204%207%204C%208.65723%204%2010%205.34277%2010%207Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  height: 17px;
}

.icon-grey_purse {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2215px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2015%2013%22%20style%3D%22enable-background%3Anew%200%200%2015%2013%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_5_%22%20width%3D%2215%22%20height%3D%2213%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_5_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20style%3D%22clip-path%3Aurl(%23SVGID_2_)%3Bfill%3A%23B8C1C8%3B%22%20d%3D%22M2%2C3c0%2C0-2%2C0-2%2C2v6c0%2C0%2C0%2C2%2C2%2C2h9c0%2C0%2C2%2C0%2C2-2V5c0%2C0%2C0-2-2-2H2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23B8C1C8%3B%22%20points%3D%2214%2C6.1%2010%2C6.1%209.5%2C6.1%209.5%2C6.6%209.5%2C9.6%209.5%2C10.1%2010%2C10.1%2014%2C10.1%2014.5%2C10.1%2014.5%2C9.6%20%0D%0A%0914.5%2C6.6%2014.5%2C6.1%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_7_%22%20width%3D%2215%22%20height%3D%2213%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_4_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_7_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpolygon%20style%3D%22clip-path%3Aurl(%23SVGID_4_)%3Bfill%3Anone%3Bstroke%3A%23FFFFFF%3B%22%20points%3D%229.5%2C6.6%209.5%2C9.6%209.5%2C10.1%2010%2C10.1%2014%2C10.1%2014.5%2C10.1%20%0D%0A%09%0914.5%2C9.6%2014.5%2C6.6%2014.5%2C6.1%2014%2C6.1%2010%2C6.1%209.5%2C6.1%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23B8C1C8%3B%22%20points%3D%2210%2C0%202%2C2%2011%2C2%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 13px;
}

.icon-grey_star_16x16 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3E%26%23208%3B%26%23183%3B%26%23208%3B%26%23178%3B%26%23208%3B%26%23181%3B%26%23208%3B%26%23183%3B%26%23208%3B%26%23180%3B%26%23208%3B%26%23176%3B%20%26%23208%3B%26%23191%3B%26%23208%3B%26%23190%3B%26%23208%3B%26%23187%3B%26%23208%3B%26%23176%3B%26%23209%3B%26%23143%3B%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-6579%2015195)%22%3E%0D%0A%3Cg%20id%3D%22%26%23208%3B%26%23183%3B%26%23208%3B%26%23178%3B%26%23208%3B%26%23181%3B%26%23208%3B%26%23183%3B%26%23208%3B%26%23180%3B%26%23208%3B%26%23176%3B%20%26%23208%3B%26%23191%3B%26%23208%3B%26%23190%3B%26%23208%3B%26%23187%3B%26%23208%3B%26%23176%3B%26%23209%3B%26%23143%3B%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(6579%20-15195)%22%20fill%3D%22%23CCCCCC%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%208%204.3L%208.9%206L%209.3%206.9L%2010.2%207.1L%2012.1%207.5L%2010.7%209L%2010.1%209.7L%2010.2%2010.6L%2010.5%2012.6L%208.8%2011.8L%207.9%2011.4L%207%2011.7L%205.5%2012.5L%205.7%2010.4L%205.8%209.5L%205.2%208.9L%203.9%207.4L%205.9%207L%206.8%206.8L%207.2%205.9L%208%204.3ZM%208%200L%205.4%205L%200%206.1L%203.7%2010.2L%203.1%2016L%208%2013.5L%2013%2016L%2012.3%2010.3L%2016%206.1L%2010.7%205.1L%208%200Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.icon-grey_star_paint_16x16 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EVector%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-11117%2015280)%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(11117%20-15280)%22%20fill%3D%22%23CCCCCC%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%208%200L%205.4%205L%200%206.1L%203.7%2010.2L%203.1%2016L%208%2013.5L%2013%2016L%2012.3%2010.3L%2016%206.1L%2010.7%205.1L%208%200Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.icon-grey_update_15x17 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2215.1px%22%20height%3D%2217px%22%20viewBox%3D%220%200%2015.1%2017%22%20style%3D%22enable-background%3Anew%200%200%2015.1%2017%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23B9C0C7%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M5.2%2C4C7%2C2.9%2C9.4%2C3.2%2C10.9%2C4.7c1.6%2C1.5%2C1.8%2C3.9%2C0.6%2C5.7l2.4%2C1.5c1.8-2.8%2C1.6-6.7-1-9.2c-2.5-2.6-6.4-2.9-9.3-1%0D%0A%09%09L5.2%2C4z%22%2F%3E%0D%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%222.2%2C4.2%203.9%2C0%206.8%2C4.6%20%09%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M9.9%2C13c-1.8%2C1.1-4.2%2C0.9-5.7-0.7c-1.6-1.5-1.8-3.9-0.7-5.7L1.2%2C5c-1.8%2C2.8-1.6%2C6.7%2C1%2C9.2s6.4%2C2.8%2C9.3%2C1%0D%0A%09%09L9.9%2C13z%22%2F%3E%0D%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%2211.2%2C17%2012.9%2C12.8%208.3%2C12.4%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 15.1px;
  height: 17px;
}

.icon-header_close_w {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2217.8%2C4.3%2015.7%2C2.2%2010%2C7.9%204.3%2C2.2%202.2%2C4.3%207.9%2C10%202.2%2C15.7%204.3%2C17.8%2010%2C12.1%2015.7%2C17.8%2017.8%2C15.7%20%0D%0A%0912.1%2C10%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-header_search_b {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M8.5%2C3c3%2C0%2C5.5%2C2.5%2C5.5%2C5.5S11.5%2C14%2C8.5%2C14S3%2C11.5%2C3%2C8.5S5.5%2C3%2C8.5%2C3%20M8.5%2C0C3.8%2C0%2C0%2C3.8%2C0%2C8.5S3.8%2C17%2C8.5%2C17%0D%0A%09%09%09S17%2C13.2%2C17%2C8.5S13.2%2C0%2C8.5%2C0L8.5%2C0z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Crect%20x%3D%2213.6%22%20y%3D%2213.1%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-6.6734%2016.1109)%22%20width%3D%225%22%20height%3D%226%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-header_search_w {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M8.9%2C5c2.1%2C0%2C3.9%2C1.7%2C3.9%2C3.9s-1.7%2C3.9-3.9%2C3.9S5%2C11%2C5%2C8.9S6.7%2C5%2C8.9%2C5%20M8.9%2C2.5c-3.5%2C0-6.4%2C2.9-6.4%2C6.4%0D%0A%09%09%09s2.9%2C6.4%2C6.4%2C6.4c3.5%2C0%2C6.4-2.9%2C6.4-6.4S12.4%2C2.5%2C8.9%2C2.5L8.9%2C2.5z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%2212.7%22%20y%3D%2212.3%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-6.0406%2014.5832)%22%20fill%3D%22%23FFFFFF%22%20width%3D%223.8%22%20height%3D%224.5%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-header_settings_w {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M13.9%2C4.8c0.5%2C0.4%2C0.9%2C0.8%2C1.3%2C1.3l3%2C0L19%2C9.3l-2.5%2C1.5%0D%0A%09%09%09c0%2C0.3-0.1%2C0.6-0.2%2C0.9c-0.1%2C0.3-0.2%2C0.6-0.3%2C0.9l1.4%2C2.6l-2.3%2C2.3L12.6%2C16c-0.6%2C0.2-1.2%2C0.4-1.8%2C0.5L9.3%2C19l-3.1-0.8l0-3%0D%0A%09%09%09c-0.5-0.4-0.9-0.8-1.3-1.3l-3%2C0L1%2C10.7l2.5-1.5c0-0.3%2C0.1-0.6%2C0.2-0.9C3.8%2C8%2C3.9%2C7.7%2C4%2C7.4L2.6%2C4.9l2.3-2.3L7.4%2C4%0D%0A%09%09%09C8%2C3.8%2C8.6%2C3.6%2C9.2%2C3.5L10.7%2C1l3.1%2C0.8L13.9%2C4.8z%20M10.9%2C6.7C9.1%2C6.3%2C7.2%2C7.3%2C6.7%2C9.1c-0.5%2C1.8%2C0.6%2C3.6%2C2.4%2C4.1%0D%0A%09%09%09c1.8%2C0.5%2C3.6-0.6%2C4.1-2.4C13.7%2C9.1%2C12.7%2C7.2%2C10.9%2C6.7L10.9%2C6.7z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-history_2006 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M24.5%2C5.5l-2.2%2C2.5c2.2%2C2%2C3.5%2C4.8%2C3.5%2C8c0%2C6-4.8%2C10.8-10.8%2C10.8S4.2%2C21.8%2C4.2%2C15.9c0-3.2%2C1.4-6%2C3.6-8L5.5%2C5.5%0D%0A%09C2.7%2C8%2C0.9%2C11.7%2C0.9%2C15.9C0.9%2C23.7%2C7.2%2C30%2C15%2C30s14.1-6.3%2C14.1-14.1C29.1%2C11.8%2C27.3%2C8%2C24.5%2C5.5z%22%2F%3E%0D%0A%3Crect%20x%3D%2213.6%22%20class%3D%22st0%22%20width%3D%223.3%22%20height%3D%2212.7%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-history_2007 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M27.3%2C10.3H10.7C9.2%2C10.3%2C8%2C9.1%2C8%2C7.7v0C8%2C6.2%2C9.2%2C5%2C10.7%2C5h16.7C28.8%2C5%2C30%2C6.2%2C30%2C7.7v0%0D%0A%09C30%2C9.1%2C28.8%2C10.3%2C27.3%2C10.3z%22%2F%3E%0D%0A%3Ccircle%20class%3D%22st0%22%20cx%3D%222.7%22%20cy%3D%227.7%22%20r%3D%222.7%22%2F%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M27.3%2C17.7H10.7C9.2%2C17.7%2C8%2C16.5%2C8%2C15v0c0-1.5%2C1.2-2.7%2C2.7-2.7h16.7c1.5%2C0%2C2.7%2C1.2%2C2.7%2C2.7v0%0D%0A%09C30%2C16.5%2C28.8%2C17.7%2C27.3%2C17.7z%22%2F%3E%0D%0A%3Ccircle%20class%3D%22st0%22%20cx%3D%222.7%22%20cy%3D%2215%22%20r%3D%222.7%22%2F%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M27.3%2C25H10.7C9.2%2C25%2C8%2C23.8%2C8%2C22.3v0c0-1.5%2C1.2-2.7%2C2.7-2.7h16.7c1.5%2C0%2C2.7%2C1.2%2C2.7%2C2.7v0%0D%0A%09C30%2C23.8%2C28.8%2C25%2C27.3%2C25z%22%2F%3E%0D%0A%3Ccircle%20class%3D%22st0%22%20cx%3D%222.7%22%20cy%3D%2222.3%22%20r%3D%222.7%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-history_2008 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M30%2C8.6V8.2L16%2C1.9c0%2C0-0.5-0.2-1%2C0c-0.5%2C0.2-13.8%2C9.2-14.2%2C9.5C0.3%2C11.7%2C0%2C12.1%2C0%2C14c0%2C0.9%2C0.1%2C1.4%2C0.5%2C1.9%0D%0A%09C0.2%2C16.3%2C0%2C16.8%2C0%2C18.4c0%2C1.4%2C0.3%2C1.9%2C1.4%2C2.8c1%2C0.8%2C11%2C6.1%2C12.7%2C6.9c0.2%2C0.1%2C0.4%2C0.1%2C0.5%2C0L30%2C16.6v-0.4L29.5%2C16v-2.6L30%2C13v-0.4%0D%0A%09l-0.3-0.1l0.3-0.2v-0.4l-0.5-0.2V9L30%2C8.6z%20M29.2%2C16.2c0%2C0-14.7%2C10.7-14.9%2C10.7S2.1%2C20.6%2C1.7%2C20.4s-0.9-1-0.9-2.2%0D%0A%09c0-0.9%2C0.1-1.5%2C0.4-1.3c0.3%2C0.2%2C11.2%2C6.2%2C12.9%2C7.2c0.1%2C0.1%2C0.3%2C0.1%2C0.4%2C0l14.6-10.5V16.2z%20M29.2%2C11.8c0%2C0-14.7%2C10.7-14.9%2C10.7%0D%0A%09S2.1%2C16.2%2C1.7%2C16s-0.9-1-0.9-2.2c0-0.9%2C0.1-1.5%2C0.4-1.3c0.3%2C0.2%2C11%2C6%2C12.7%2C7c0.1%2C0.1%2C0.3%2C0.1%2C0.4%2C0L29.2%2C9.2V11.8z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-history_2009 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M13.7%2C3.2l-5.9%2C7.2H1.5c-0.8%2C0-1.5%2C0.7-1.5%2C1.5v6.2c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5h6.3l5.9%2C7.2c0.5%2C0.6%2C1.2%2C1%2C2%2C1h0.2%0D%0A%09V2.3h-0.2C14.9%2C2.3%2C14.2%2C2.6%2C13.7%2C3.2z%22%2F%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M19.8%2C4.8v1.8c4.6%2C0%2C8.4%2C3.8%2C8.4%2C8.4s-3.8%2C8.4-8.4%2C8.4v1.8C25.4%2C25.2%2C30%2C20.6%2C30%2C15S25.4%2C4.8%2C19.8%2C4.8z%22%2F%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M25.3%2C15c0-3.9-3.2-7-7-7v1.8c2.9%2C0%2C5.3%2C2.4%2C5.3%2C5.3s-2.4%2C5.3-5.3%2C5.3V22C22.2%2C22%2C25.3%2C18.9%2C25.3%2C15z%22%2F%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M20.4%2C15c0-1.9-1.5-3.4-3.4-3.4v6.8C18.9%2C18.4%2C20.4%2C16.9%2C20.4%2C15z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-history_2010 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M22.4%2C0H8.3c-1%2C0-1.8%2C0.8-1.8%2C1.8v26.4c0%2C1%2C0.8%2C1.8%2C1.8%2C1.8h14.1c1%2C0%2C1.8-0.8%2C1.8-1.8V1.8%0D%0A%09C24.2%2C0.8%2C23.4%2C0%2C22.4%2C0z%20M16.8%2C28.7h-3c-0.5%2C0-0.9-0.4-0.9-0.9s0.4-0.9%2C0.9-0.9h3c0.5%2C0%2C0.9%2C0.4%2C0.9%2C0.9S17.3%2C28.7%2C16.8%2C28.7z%0D%0A%09%20M22.4%2C25.6H8.2V3h14.3V25.6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-history_2011 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M27.7%2C25.4h-2.6V2.1C25.1%2C0.9%2C24.2%2C0%2C23%2C0H7C5.8%2C0%2C4.9%2C0.9%2C4.9%2C2.1v23.3H2.3c-1.3%2C0-2.3%2C1-2.3%2C2.3%0D%0A%09C0%2C29%2C1%2C30%2C2.3%2C30h25.4c1.3%2C0%2C2.3-1%2C2.3-2.3C30%2C26.4%2C29%2C25.4%2C27.7%2C25.4z%20M8.7%2C3.4h4.1v4.1H8.7V3.4z%20M8.7%2C9.6h4.1v4.1H8.7V9.6z%0D%0A%09%20M8.7%2C15.8h4.1v4.1H8.7V15.8z%20M18%2C28.1h-6.2v-6.2H18V28.1z%20M21.2%2C19.9h-4.1v-4.1h4.1V19.9z%20M21.2%2C13.6h-4.1V9.6h4.1V13.6z%20M21.2%2C7.5%0D%0A%09h-4.1V3.4h4.1V7.5z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-history_2012 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M15%2C25.7l-8.4%2C3.6C6%2C29.5%2C5.4%2C29%2C5.4%2C28.4l0.8-9.1l-6-6.9C-0.2%2C11.9%2C0%2C11.1%2C0.6%2C11l8.9-2.1l4.7-7.8%0D%0A%09c0.3-0.5%2C1.1-0.5%2C1.4%2C0l4.7%2C7.8l8.9%2C2.1c0.6%2C0.1%2C0.9%2C0.9%2C0.4%2C1.4l-6%2C6.9l0.8%2C9.1c0.1%2C0.6-0.6%2C1.1-1.2%2C0.8L15%2C25.7z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-history_2013 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M2.2%2C3L2.2%2C3C1.4%2C3.2%2C1%2C4%2C1.2%2C4.8l7%2C24.3c0.2%2C0.7%2C1%2C1.2%2C1.7%2C1l0%2C0c0.7-0.2%2C1.2-1%2C1-1.7L3.9%2C4%0D%0A%09C3.7%2C3.2%2C2.9%2C2.8%2C2.2%2C3z%22%2F%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M3%2C6C3%2C6%2C5%2C3.3%2C7.5%2C2.8s3.4%2C0.9%2C6.1%2C0.2s2.3-1.9%2C5-2.8c3.9-1.3%2C7.1%2C2.9%2C7.1%2C2.9s-1.1%2C2.1%2C0.6%2C4s2.6%2C2.3%2C2.6%2C3.9%0D%0A%09s-0.7%2C3.1-0.7%2C3.1s-1.9-3-6.3-1.8c-1.8%2C0.5-3.1%2C2.2-5.2%2C2.9c-2.8%2C1-3.8-0.8-6.6%2C0C8.6%2C15.7%2C7%2C18%2C7%2C18L3%2C6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-history_2014 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M27.6%2C9.4h-6.1V7.3c0-1.9-1.6-3.5-3.5-3.5H12c-1.9%2C0-3.5%2C1.6-3.5%2C3.5v2.2H2.4C1.1%2C9.4%2C0%2C10.5%2C0%2C11.8v12.9%0D%0A%09c0%2C1.3%2C1.1%2C2.4%2C2.4%2C2.4h25.2c1.3%2C0%2C2.4-1.1%2C2.4-2.4V11.8C30%2C10.5%2C28.9%2C9.4%2C27.6%2C9.4z%20M10.5%2C7.3c0-0.8%2C0.7-1.5%2C1.5-1.5H18%0D%0A%09c0.8%2C0%2C1.5%2C0.7%2C1.5%2C1.5v2.2h-9.1V7.3z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-history_2015 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M6.8%2C8.4H1.6C0.7%2C8.4%2C0%2C9.1%2C0%2C9.9v16.7c0%2C0.9%2C0.7%2C1.6%2C1.6%2C1.6h5.2c0.9%2C0%2C1.6-0.7%2C1.6-1.6V9.9%0D%0A%09C8.4%2C9.1%2C7.7%2C8.4%2C6.8%2C8.4z%22%2F%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M17.6%2C3.9h-5.2c-0.9%2C0-1.6%2C0.7-1.6%2C1.6v21.1c0%2C0.9%2C0.7%2C1.6%2C1.6%2C1.6h5.2c0.9%2C0%2C1.6-0.7%2C1.6-1.6V5.5%0D%0A%09C19.2%2C4.7%2C18.5%2C3.9%2C17.6%2C3.9z%22%2F%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M28.4%2C12.7h-5.2c-0.9%2C0-1.6%2C0.7-1.6%2C1.6v12.4c0%2C0.9%2C0.7%2C1.6%2C1.6%2C1.6h5.2c0.9%2C0%2C1.6-0.7%2C1.6-1.6V14.3%0D%0A%09C30%2C13.4%2C29.3%2C12.7%2C28.4%2C12.7z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-history_2016 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M19.6%2C0.2c0.6%2C0.3%2C0.4%2C0.6%2C0.3%2C0.7s0%2C0.3-0.1%2C0.3c0%2C0.1-0.3%2C0.2-0.3%2C0.3s0%2C0.2-0.2%2C0.4%0D%0A%09%09c-0.2%2C0.1-0.6%2C0.4-0.5%2C0.9c0%2C0.4%2C0.4%2C2.3%2C0.6%2C3.1s1%2C4.3%2C1.2%2C4.9c0.2%2C0.7%2C1%2C4%2C1.3%2C4.8c0.2%2C0.8%2C0.9%2C3%2C0.9%2C3s0.4%2C0%2C0.8-0.2%0D%0A%09%09c0.4-0.1%2C1.4-0.3%2C2.2-0.1c0.8%2C0.2%2C2%2C0.9%2C2.6%2C2.2c0.6%2C1.3%2C0.7%2C3.6-0.1%2C5.5c-0.8%2C1.9-2.2%2C3.1-3.9%2C3.7c-1.7%2C0.6-3.7%2C0.4-5.5-0.9%0D%0A%09%09c-1.8-1.3-2.6-3.2-2.9-4.6c0%2C0-0.4-2.4%2C0.7-4.2c1-1.7%2C2.5-1.8%2C2.8-1.8s1.2%2C0%2C1.5%2C0.1c0.3%2C0.1%2C0.5%2C0.1%2C0.5%2C0.1s0.2-0.7%2C0-1.9%0D%0A%09%09c-0.2-1.2-0.7-3.2-1-4.3c-0.2-1-0.7-3.2-1-4.4c-0.3-1.2-0.9-3.2-1.2-3.5C18%2C4%2C17.9%2C4.1%2C17.9%2C4.2s-0.3%2C1.4-0.6%2C2.1s-0.7%2C1.3-0.7%2C1.3%0D%0A%09%09l-0.2-0.2c0%2C0-0.2%2C0.6-0.3%2C0.8c-0.1%2C0.2-0.2%2C0.3-0.2%2C0.3s-0.1-0.2-0.1-0.2c0%2C0-0.2%2C0.5-0.4%2C0.8C15.2%2C9.4%2C15%2C9.5%2C15%2C9.5%0D%0A%09%09s-0.1-0.2-0.1-0.1s-0.3%2C0.6-0.5%2C0.8c-0.2%2C0.2-0.4%2C0.3-0.4%2C0.3s0-0.4-0.1-0.3s-0.4%2C0.5-0.5%2C0.7c-0.2%2C0.2-0.6%2C0.4-0.6%2C0.4%0D%0A%09%09s0-0.3-0.1-0.2s-0.3%2C0.4-0.5%2C0.5c-0.2%2C0.1-0.3%2C0.2-0.4%2C0.2c0%2C0%2C0-0.2-0.2-0.2c-0.1%2C0.1-0.3%2C0.3-0.5%2C0.4c-0.1%2C0.1-0.3%2C0.2-0.3%2C0.2%0D%0A%09%09S9.8%2C13.9%2C9.2%2C15s-1%2C2.5-1.1%2C2.9c-0.1%2C0.4-0.1%2C0.7-0.1%2C0.7s0.3%2C0%2C0.7-0.2c0.4-0.2%2C1.4-0.3%2C2.3-0.1c0.9%2C0.2%2C2.3%2C1%2C2.8%2C2.7%0D%0A%09%09c0.5%2C1.7%2C0.3%2C3.8-0.4%2C5.3c-0.7%2C1.5-2.4%2C3.6-5.3%2C3.8s-5.1-1.7-6.3-4.1s-0.3-5.2%2C0.2-6c0.5-0.8%2C1.1-1.4%2C2.1-1.6c1-0.2%2C1.9%2C0%2C2.2%2C0.1%0D%0A%09%09C6.6%2C18.4%2C7%2C18.5%2C7%2C18.5s0.8-2%2C1.3-2.9c0.4-0.9%2C1.9-3.4%2C1.9-3.4s-0.6%2C0.3-0.7%2C0.3s-0.1-0.3-0.1-0.3s-1%2C0.4-1.1%2C0.4%0D%0A%09%09c-0.1%2C0-0.2-0.3-0.2-0.3s-1%2C0.4-1.2%2C0.4c-0.2%2C0-0.1-0.4-0.1-0.4s-0.8%2C0.2-1%2C0.2c-0.3%2C0-0.5-0.1-0.5-0.1l0.1-0.4c0%2C0-0.6%2C0-0.9%2C0%0D%0A%09%09s-0.5-0.1-0.5-0.1L4%2C11.6c0%2C0-0.4%2C0.1-0.9-0.1c-0.6-0.2-1-0.5-1-0.5s0.4-0.3%2C0.6-0.7C2.8%2C10%2C3%2C9.5%2C3.2%2C9.3C3.5%2C9%2C3.7%2C8.8%2C3.7%2C8.8%0D%0A%09%09L3.5%2C8.7c0%2C0%2C0.3-0.4%2C0.5-0.6c0.2-0.2%2C0.4-0.3%2C0.4-0.3L4.2%2C7.6c0%2C0%2C0.3-0.3%2C0.5-0.5C5%2C6.9%2C5.3%2C6.7%2C5.3%2C6.7L5.1%2C6.4%0D%0A%09%09c0%2C0%2C0.2-0.3%2C0.5-0.4C6%2C5.9%2C6.2%2C5.8%2C6.2%2C5.8S6%2C5.6%2C6.1%2C5.5C6.2%2C5.3%2C6.5%2C5.1%2C6.8%2C5s0.8-0.3%2C0.8-0.3L7.3%2C4.5c0%2C0%2C0.5-0.4%2C0.8-0.5%0D%0A%09%09c0.3-0.1%2C1-0.2%2C1-0.2L9%2C3.5c0%2C0%2C0.6-0.2%2C1.2-0.2c0.6%2C0%2C1.2%2C0.1%2C1.2%2C0.1l-0.1-0.3c0%2C0%2C0.5%2C0%2C1.1%2C0.1c0.6%2C0.1%2C0.9%2C0.2%2C0.9%2C0.2l0-0.2%0D%0A%09%09c0%2C0%2C0.9%2C0.2%2C1.3%2C0.3c0.5%2C0.1%2C1.2%2C0.2%2C1.7%2C0.1c0.5%2C0%2C0.9-0.1%2C1-0.3s0.8-1.1%2C0.8-1.4s0-0.6%2C0.1-0.7c0.1-0.1%2C0.2-0.2%2C0.2-0.3%0D%0A%09%09s0.1-0.3%2C0.2-0.4s0.1-0.2%2C0.2-0.3C19%2C0%2C19.1-0.1%2C19.6%2C0.2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-history_2017 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2046.2%20(44496)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0D%0A%20%20%20%20%3Ctitle%3EGroup%207%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22main%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%D0%A0%D0%B5%D1%81%D1%83%D1%80%D1%81-1%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-7%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M25%2C3.55271368e-15%20C10.2777778%2C3.55271368e-15%200.199074074%2C10.8113208%200.199074074%2C24.6603774%20C0.199074074%2C38.8490566%2010.2777778%2C49.9292453%2025%2C49.9292453%20C39.7222222%2C49.9292453%2049.8009259%2C38.8490566%2049.8009259%2C24.6603774%20C49.8009259%2C10.8113208%2039.7222222%2C3.55271368e-15%2025%2C3.55271368e-15%20Z%22%20id%3D%22Combined-Shape%22%20fill%3D%22%23F4EC4E%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M25.2041534%2C42.0166655%20C25.2041534%2C42.0166655%2013.0559845%2C32.9756832%2013.0559845%2C20.3693352%20C12.9546808%2C15.8806637%2015.2470851%2C11.6880751%2019.0464128%2C9.413414%20C22.8457405%2C7.13875291%2027.5561455%2C7.13875291%2031.3554731%2C9.413414%20C35.1548008%2C11.6880751%2037.4472051%2C15.8806637%2037.3459014%2C20.3693352%20C37.3523222%2C32.9756832%2025.2041534%2C42.0166655%2025.2041534%2C42.0166655%20Z%22%20id%3D%22Path%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M25.1656285%2C27.4019372%20C28.9839559%2C27.398325%2032.0767797%2C24.2422662%2032.0744167%2C20.351894%20C32.0720537%2C16.4615219%2028.9753982%2C13.3093658%2025.1570694%2C13.3105687%20C21.3387406%2C13.3117717%2018.2439991%2C16.4658784%2018.2439975%2C20.3562513%20C18.2439975%2C24.2474762%2021.3400425%2C27.4019372%2025.1592077%2C27.4019372%22%20id%3D%22Shape%22%20fill%3D%22%23F4EC4E%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-history_2019 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2234%22%20height%3D%2225%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.401.192a1.03%201.03%200%200%201%201.198%200c2.995%202.14%205.296%204.942%206.981%207.797%202.684-.892%205.71-1.012%208.655-.227a1.03%201.03%200%200%201%20.665%201.439l-5.152%2010.818a1.03%201.03%200%200%201-.93.587H6.182a1.03%201.03%200%200%201-.93-.587L.1%209.2a1.03%201.03%200%200%201%20.665-1.438c2.945-.785%205.971-.665%208.655.227C11.105%205.134%2013.406%202.331%2016.4.192zM17%202.314c2.35%201.817%204.225%204.105%205.659%206.477a13.32%2013.32%200%200%200-1.126.644c-1.964%201.253-3.562%203.014-4.533%205.183-.971-2.17-2.569-3.93-4.533-5.184-.363-.232-.74-.446-1.126-.643C12.775%206.419%2014.65%204.131%2017%202.314zm5.642%208.858c-2.497%201.593-4.255%204.128-4.564%207.373h8.135c-.203-1.896-.926-4.586-2.285-7.409-.087-.18-.177-.36-.268-.542-.352.176-.691.369-1.018.578zm3.142-.93c1.11%202.307%201.85%204.585%202.234%206.517l3.463-7.272a13.035%2013.035%200%200%200-5.897.346c.068.137.135.273.2.41zM8.416%209.833a13.034%2013.034%200%200%200-5.897-.346l3.463%207.272c.384-1.933%201.123-4.21%202.234-6.517.065-.136.132-.272.2-.409zm-.629%208.713c.203-1.896.926-4.587%202.285-7.41.087-.18.177-.361.268-.542.351.176.691.369%201.018.577%202.497%201.594%204.255%204.129%204.563%207.374H7.787zm-1.605%204.12a1.03%201.03%200%201%200%200%202.061h21.636a1.03%201.03%200%201%200%200-2.06H6.182z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 34px;
  height: 25px;
}

.icon-ins {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M12.5%2C6.08c2.091%2C0%2C2.339%2C0.008%2C3.164%2C0.046c0.763%2C0.035%2C1.178%2C0.162%2C1.454%2C0.27%0D%0A%09%09%09c0.366%2C0.142%2C0.626%2C0.312%2C0.9%2C0.586c0.274%2C0.274%2C0.444%2C0.535%2C0.586%2C0.9c0.107%2C0.276%2C0.235%2C0.691%2C0.27%2C1.454%0D%0A%09%09%09c0.038%2C0.826%2C0.046%2C1.073%2C0.046%2C3.164c0%2C2.091-0.008%2C2.339-0.046%2C3.164c-0.035%2C0.764-0.162%2C1.178-0.27%2C1.454%0D%0A%09%09%09c-0.142%2C0.365-0.312%2C0.626-0.586%2C0.9c-0.274%2C0.274-0.535%2C0.444-0.9%2C0.586c-0.276%2C0.107-0.691%2C0.235-1.454%2C0.27%0D%0A%09%09%09c-0.826%2C0.038-1.073%2C0.046-3.164%2C0.046c-2.091%2C0-2.339-0.008-3.164-0.046c-0.763-0.035-1.178-0.162-1.454-0.27%0D%0A%09%09%09c-0.366-0.142-0.626-0.312-0.9-0.586c-0.274-0.274-0.444-0.535-0.586-0.9c-0.107-0.276-0.235-0.691-0.27-1.454%0D%0A%09%09%09C6.088%2C14.839%2C6.08%2C14.591%2C6.08%2C12.5c0-2.091%2C0.008-2.339%2C0.046-3.164c0.035-0.763%2C0.162-1.178%2C0.27-1.454%0D%0A%09%09%09c0.142-0.366%2C0.312-0.626%2C0.586-0.9c0.274-0.274%2C0.535-0.444%2C0.9-0.586c0.276-0.107%2C0.691-0.235%2C1.454-0.27%0D%0A%09%09%09C10.161%2C6.088%2C10.409%2C6.08%2C12.5%2C6.08%20M12.5%2C4.669c-2.127%2C0-2.393%2C0.009-3.229%2C0.047C8.438%2C4.754%2C7.869%2C4.887%2C7.371%2C5.08%0D%0A%09%09%09c-0.515%2C0.2-0.952%2C0.468-1.387%2C0.903C5.548%2C6.419%2C5.28%2C6.856%2C5.08%2C7.37C4.887%2C7.869%2C4.754%2C8.438%2C4.716%2C9.271%0D%0A%09%09%09c-0.038%2C0.835-0.047%2C1.102-0.047%2C3.229c0%2C2.127%2C0.009%2C2.393%2C0.047%2C3.229c0.038%2C0.834%2C0.17%2C1.403%2C0.364%2C1.901%0D%0A%09%09%09c0.2%2C0.515%2C0.468%2C0.952%2C0.903%2C1.387c0.435%2C0.435%2C0.872%2C0.703%2C1.387%2C0.903c0.498%2C0.194%2C1.067%2C0.326%2C1.901%2C0.364%0D%0A%09%09%09c0.835%2C0.038%2C1.102%2C0.047%2C3.229%2C0.047c2.127%2C0%2C2.393-0.009%2C3.229-0.047c0.834-0.038%2C1.403-0.17%2C1.901-0.364%0D%0A%09%09%09c0.515-0.2%2C0.952-0.468%2C1.387-0.903c0.435-0.435%2C0.703-0.872%2C0.903-1.387c0.194-0.498%2C0.326-1.067%2C0.364-1.901%0D%0A%09%09%09c0.038-0.835%2C0.047-1.102%2C0.047-3.229c0-2.127-0.009-2.393-0.047-3.229c-0.038-0.834-0.17-1.403-0.364-1.901%0D%0A%09%09%09c-0.2-0.515-0.468-0.952-0.903-1.387c-0.435-0.435-0.872-0.703-1.387-0.903c-0.498-0.194-1.067-0.326-1.901-0.364%0D%0A%09%09%09C14.893%2C4.678%2C14.627%2C4.669%2C12.5%2C4.669%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M12.5%2C8.479c-2.221%2C0-4.021%2C1.8-4.021%2C4.021c0%2C2.221%2C1.8%2C4.021%2C4.021%2C4.021c2.221%2C0%2C4.021-1.8%2C4.021-4.021%0D%0A%09%09%09C16.521%2C10.279%2C14.721%2C8.479%2C12.5%2C8.479%20M12.5%2C15.11c-1.442%2C0-2.61-1.169-2.61-2.61c0-1.442%2C1.169-2.61%2C2.61-2.61%0D%0A%09%09%09c1.442%2C0%2C2.61%2C1.169%2C2.61%2C2.61C15.11%2C13.942%2C13.942%2C15.11%2C12.5%2C15.11%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M17.62%2C8.32c0%2C0.519-0.421%2C0.94-0.94%2C0.94c-0.519%2C0-0.94-0.421-0.94-0.94c0-0.519%2C0.421-0.94%2C0.94-0.94%0D%0A%09%09%09C17.199%2C7.38%2C17.62%2C7.801%2C17.62%2C8.32%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M20%2C1c2.206%2C0%2C4%2C1.794%2C4%2C4v15c0%2C2.206-1.794%2C4-4%2C4H5c-2.206%2C0-4-1.794-4-4V5c0-2.206%2C1.794-4%2C4-4H20%20M20%2C0%0D%0A%09%09%09H5C2.239%2C0%2C0%2C2.239%2C0%2C5v15c0%2C2.761%2C2.239%2C5%2C5%2C5h15c2.761%2C0%2C5-2.239%2C5-5V5C25%2C2.239%2C22.761%2C0%2C20%2C0L20%2C0z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-ins_h {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3CradialGradient%20id%3D%22SVGID_1_%22%20cx%3D%225.8731%22%20cy%3D%2225.0547%22%20r%3D%2224.449%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0D%0A%09%09%09%3Cstop%20%20offset%3D%220%22%20style%3D%22stop-color%3A%23FFD676%22%2F%3E%0D%0A%09%09%09%3Cstop%20%20offset%3D%220.2463%22%20style%3D%22stop-color%3A%23F2A454%22%2F%3E%0D%0A%09%09%09%3Cstop%20%20offset%3D%220.3793%22%20style%3D%22stop-color%3A%23F05C3C%22%2F%3E%0D%0A%09%09%09%3Cstop%20%20offset%3D%220.6995%22%20style%3D%22stop-color%3A%23C22F86%22%2F%3E%0D%0A%09%09%09%3Cstop%20%20offset%3D%220.9568%22%20style%3D%22stop-color%3A%236666AD%22%2F%3E%0D%0A%09%09%09%3Cstop%20%20offset%3D%220.9852%22%20style%3D%22stop-color%3A%235C6CB2%22%2F%3E%0D%0A%09%09%3C%2FradialGradient%3E%0D%0A%09%09%3Cpath%20fill%3D%22url(%23SVGID_1_)%22%20d%3D%22M19.999%2C24.985H5.007c-2.761%2C0-5-2.239-5-5V4.993c0-2.761%2C2.239-5%2C5-5h14.992c2.761%2C0%2C5%2C2.239%2C5%2C5%0D%0A%09%09%09v14.992C24.999%2C22.747%2C22.76%2C24.985%2C19.999%2C24.985z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M12.503%2C5.806c2.177%2C0%2C2.434%2C0.008%2C3.294%2C0.048c0.795%2C0.036%2C1.226%2C0.169%2C1.514%2C0.281%0D%0A%09%09%09c0.381%2C0.148%2C0.652%2C0.325%2C0.937%2C0.61c0.285%2C0.285%2C0.462%2C0.557%2C0.61%2C0.937c0.112%2C0.287%2C0.244%2C0.719%2C0.281%2C1.514%0D%0A%09%09%09c0.039%2C0.86%2C0.048%2C1.117%2C0.048%2C3.294c0%2C2.177-0.008%2C2.435-0.048%2C3.294c-0.036%2C0.795-0.169%2C1.227-0.281%2C1.514%0D%0A%09%09%09c-0.148%2C0.38-0.324%2C0.652-0.61%2C0.937c-0.285%2C0.285-0.557%2C0.462-0.937%2C0.61c-0.287%2C0.112-0.719%2C0.244-1.514%2C0.281%0D%0A%09%09%09c-0.86%2C0.039-1.117%2C0.048-3.294%2C0.048c-2.177%2C0-2.435-0.008-3.294-0.048c-0.795-0.036-1.226-0.169-1.514-0.281%0D%0A%09%09%09c-0.381-0.148-0.652-0.325-0.937-0.61c-0.285-0.285-0.462-0.557-0.61-0.937c-0.112-0.287-0.244-0.719-0.281-1.514%0D%0A%09%09%09c-0.039-0.86-0.048-1.117-0.048-3.294c0-2.177%2C0.008-2.434%2C0.048-3.294C5.903%2C8.4%2C6.036%2C7.969%2C6.148%2C7.681%0D%0A%09%09%09c0.148-0.381%2C0.325-0.652%2C0.61-0.937c0.285-0.285%2C0.557-0.462%2C0.937-0.61C7.982%2C6.023%2C8.414%2C5.89%2C9.209%2C5.853%0D%0A%09%09%09C10.068%2C5.814%2C10.326%2C5.806%2C12.503%2C5.806%20M12.503%2C4.337c-2.214%2C0-2.492%2C0.009-3.361%2C0.049c-0.868%2C0.04-1.46%2C0.177-1.979%2C0.379%0D%0A%09%09%09c-0.536%2C0.208-0.991%2C0.487-1.444%2C0.94c-0.453%2C0.453-0.732%2C0.908-0.94%2C1.444C4.577%2C7.668%2C4.44%2C8.26%2C4.4%2C9.128%0D%0A%09%09%09c-0.04%2C0.869-0.049%2C1.147-0.049%2C3.361c0%2C2.214%2C0.009%2C2.492%2C0.049%2C3.361c0.04%2C0.868%2C0.177%2C1.46%2C0.379%2C1.979%0D%0A%09%09%09c0.208%2C0.536%2C0.487%2C0.991%2C0.94%2C1.444c0.453%2C0.453%2C0.908%2C0.732%2C1.444%2C0.94c0.519%2C0.202%2C1.111%2C0.339%2C1.979%2C0.379%0D%0A%09%09%09c0.869%2C0.04%2C1.147%2C0.049%2C3.361%2C0.049c2.214%2C0%2C2.492-0.009%2C3.361-0.049c0.868-0.04%2C1.46-0.177%2C1.979-0.379%0D%0A%09%09%09c0.536-0.208%2C0.991-0.487%2C1.444-0.94c0.453-0.453%2C0.732-0.908%2C0.94-1.444c0.202-0.519%2C0.339-1.111%2C0.379-1.979%0D%0A%09%09%09c0.04-0.869%2C0.049-1.147%2C0.049-3.361c0-2.214-0.009-2.492-0.049-3.361c-0.04-0.868-0.177-1.46-0.379-1.979%0D%0A%09%09%09c-0.208-0.536-0.487-0.991-0.94-1.444c-0.453-0.453-0.908-0.732-1.444-0.94c-0.519-0.202-1.111-0.339-1.979-0.379%0D%0A%09%09%09C14.995%2C4.346%2C14.717%2C4.337%2C12.503%2C4.337%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M12.503%2C8.303c-2.312%2C0-4.186%2C1.874-4.186%2C4.186c0%2C2.312%2C1.874%2C4.186%2C4.186%2C4.186%0D%0A%09%09%09c2.312%2C0%2C4.186-1.874%2C4.186-4.186C16.689%2C10.177%2C14.815%2C8.303%2C12.503%2C8.303%20M12.503%2C15.207c-1.501%2C0-2.717-1.217-2.717-2.717%0D%0A%09%09%09s1.217-2.717%2C2.717-2.717c1.501%2C0%2C2.717%2C1.217%2C2.717%2C2.717S14.004%2C15.207%2C12.503%2C15.207%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M17.833%2C8.138c0%2C0.54-0.438%2C0.978-0.978%2C0.978c-0.54%2C0-0.978-0.438-0.978-0.978%0D%0A%09%09%09c0-0.54%2C0.438-0.978%2C0.978-0.978C17.395%2C7.159%2C17.833%2C7.597%2C17.833%2C8.138%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-inst {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2296px%22%20height%3D%2296px%22%20viewBox%3D%220%200%2096%2096%22%20enable-background%3D%22new%200%200%2096%2096%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23F89723%22%20points%3D%2231.994%2C0%2063.988%2C0%2063.988%2C31.994%2031.994%2C31.994%20%0D%0A%09%0931.994%2C63.988%200%2C63.988%200%2C31.994%200%2C0%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFCE08%22%20points%3D%2263.988%2C0%2095.982%2C0%2095.982%2C31.994%2095.982%2C63.988%20%0D%0A%09%0963.988%2C63.988%2063.988%2C31.994%20%09%22%2F%3E%0D%0A%09%3Crect%20y%3D%2263.988%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2325B2E7%22%20width%3D%2231.994%22%20height%3D%2231.994%22%2F%3E%0D%0A%09%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2321A149%22%20points%3D%2231.994%2C31.994%2063.988%2C31.994%2063.988%2C63.988%20%0D%0A%09%0995.982%2C63.988%2095.982%2C95.982%2063.988%2C95.982%2031.994%2C95.982%2031.994%2C63.988%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M47.991%2C18.763c9.519%2C0%2C10.647%2C0.036%2C14.406%2C0.208c3.476%2C0.159%2C5.364%2C0.74%2C6.62%2C1.228%0D%0A%09%09c1.664%2C0.647%2C2.852%2C1.419%2C4.099%2C2.667c1.248%2C1.248%2C2.02%2C2.435%2C2.667%2C4.099c0.488%2C1.256%2C1.069%2C3.144%2C1.228%2C6.62%0D%0A%09%09c0.171%2C3.76%2C0.208%2C4.887%2C0.208%2C14.406c0%2C9.52-0.036%2C10.647-0.208%2C14.406c-0.159%2C3.476-0.74%2C5.364-1.228%2C6.62%0D%0A%09%09c-0.647%2C1.664-1.419%2C2.852-2.667%2C4.099c-1.247%2C1.247-2.435%2C2.02-4.099%2C2.667c-1.256%2C0.488-3.144%2C1.069-6.62%2C1.227%0D%0A%09%09c-3.759%2C0.172-4.886%2C0.208-14.406%2C0.208c-9.52%2C0-10.647-0.036-14.406-0.208c-3.476-0.158-5.364-0.739-6.62-1.227%0D%0A%09%09c-1.664-0.647-2.852-1.419-4.099-2.667c-1.247-1.248-2.02-2.435-2.667-4.099c-0.488-1.256-1.069-3.144-1.228-6.62%0D%0A%09%09c-0.171-3.759-0.208-4.887-0.208-14.406c0-9.519%2C0.036-10.647%2C0.208-14.406c0.159-3.476%2C0.74-5.364%2C1.228-6.62%0D%0A%09%09c0.647-1.664%2C1.419-2.852%2C2.667-4.099c1.247-1.247%2C2.435-2.02%2C4.099-2.667c1.256-0.488%2C3.144-1.069%2C6.62-1.228%0D%0A%09%09C37.344%2C18.799%2C38.472%2C18.763%2C47.991%2C18.763%20M47.991%2C12.339c-9.683%2C0-10.897%2C0.041-14.699%2C0.214%0D%0A%09%09c-3.795%2C0.173-6.386%2C0.776-8.654%2C1.657c-2.345%2C0.911-4.333%2C2.13-6.315%2C4.112c-1.982%2C1.982-3.201%2C3.97-4.112%2C6.315%0D%0A%09%09c-0.882%2C2.268-1.484%2C4.859-1.657%2C8.654c-0.174%2C3.803-0.214%2C5.016-0.214%2C14.699c0%2C9.683%2C0.041%2C10.897%2C0.214%2C14.699%0D%0A%09%09c0.173%2C3.795%2C0.776%2C6.386%2C1.657%2C8.654c0.911%2C2.344%2C2.13%2C4.333%2C4.112%2C6.315c1.982%2C1.982%2C3.97%2C3.201%2C6.315%2C4.112%0D%0A%09%09c2.268%2C0.881%2C4.859%2C1.484%2C8.654%2C1.657c3.803%2C0.173%2C5.017%2C0.214%2C14.699%2C0.214c9.683%2C0%2C10.897-0.041%2C14.699-0.214%0D%0A%09%09c3.795-0.173%2C6.386-0.776%2C8.654-1.657c2.345-0.911%2C4.333-2.13%2C6.315-4.112c1.982-1.982%2C3.201-3.97%2C4.112-6.315%0D%0A%09%09c0.882-2.268%2C1.484-4.859%2C1.657-8.654c0.174-3.803%2C0.214-5.016%2C0.214-14.699c0-9.683-0.041-10.896-0.214-14.699%0D%0A%09%09c-0.173-3.795-0.776-6.386-1.657-8.654c-0.911-2.344-2.13-4.333-4.112-6.315c-1.982-1.982-3.97-3.201-6.315-4.112%0D%0A%09%09c-2.268-0.881-4.859-1.484-8.654-1.657C58.888%2C12.38%2C57.674%2C12.339%2C47.991%2C12.339%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M47.991%2C29.683c-10.111%2C0-18.308%2C8.197-18.308%2C18.308c0%2C10.111%2C8.197%2C18.308%2C18.308%2C18.308%0D%0A%09%09c10.111%2C0%2C18.308-8.196%2C18.308-18.308C66.299%2C37.88%2C58.102%2C29.683%2C47.991%2C29.683%20M47.991%2C59.875%0D%0A%09%09c-6.563%2C0-11.884-5.321-11.884-11.884c0-6.563%2C5.321-11.884%2C11.884-11.884c6.563%2C0%2C11.884%2C5.321%2C11.884%2C11.884%0D%0A%09%09C59.875%2C54.555%2C54.555%2C59.875%2C47.991%2C59.875%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M71.301%2C28.96c0%2C2.363-1.915%2C4.278-4.278%2C4.278c-2.363%2C0-4.278-1.916-4.278-4.278%0D%0A%09%09c0-2.363%2C1.916-4.278%2C4.278-4.278C69.385%2C24.682%2C71.301%2C26.597%2C71.301%2C28.96%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 96px;
  height: 96px;
}

.icon-job_cup {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2276%22%20height%3D%2286%22%20viewBox%3D%220%200%2076%2086%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3E%26%23208%3B%26%23186%3B%26%23209%3B%26%23131%3B%26%23208%3B%26%23177%3B%26%23208%3B%26%23190%3B%26%23208%3B%26%23186%3B%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-3527%20-740)%22%3E%0D%0A%3Cg%20id%3D%22%26%23208%3B%26%23186%3B%26%23209%3B%26%23131%3B%26%23208%3B%26%23177%3B%26%23208%3B%26%23190%3B%26%23208%3B%26%23186%3B%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_stroke%22%20transform%3D%22translate(3529%20744)%22%20fill%3D%22%23E5A24A%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_stroke%22%20transform%3D%22matrix(-1%200%200%201%203601%20744)%22%20fill%3D%22%23E5A24A%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%203%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(3561%20788)%22%20fill%3D%22%23E5A24A%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Ellipse%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path2_fill%22%20transform%3D%22translate(3545%20740)%22%20fill%3D%22%23FFBA57%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%221%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path3_fill%22%20transform%3D%22translate(3560%20752)%22%20fill%3D%22%23FFECB3%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Ellipse%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path4_fill%22%20transform%3D%22matrix(1%200%200%20-1%203555%20810)%22%20fill%3D%22%23FFBA57%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%202%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path5_fill%22%20transform%3D%22translate(3549%20810)%22%20fill%3D%22%237A534B%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%202%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path6_fill%22%20transform%3D%22translate(3554%20815)%22%20fill%3D%22%23FFE082%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_stroke%22%20d%3D%22M%207.5%208.5C%205.66171%209.28784%205.662%209.2885%205.66229%209.28918C%205.66239%209.28943%205.66269%209.29012%205.6629%209.29061C%205.66313%209.29115%205.66377%209.29262%205.66424%209.29371C%205.6648%209.29501%205.66622%209.29829%205.66736%209.3009C%205.66887%209.30437%205.67233%209.31227%205.67538%209.31919C%205.67994%209.32948%205.68936%209.3505%205.69863%209.37083C%205.71392%209.40424%205.74286%209.46597%205.77419%209.53013C%205.82975%209.64335%205.92954%209.83653%206.04476%2010.0392C%206.25875%2010.4122%206.64579%2011.0069%207.10649%2011.5516C%208.03195%2012.6313%209.6619%2014%2012%2014L%2012%2010C%2011.3381%2010%2010.718%209.6187%2010.1435%208.94841C%209.85421%208.61813%209.67875%208.33774%209.51773%208.05459C%209.44546%207.92909%209.40462%207.84883%209.36644%207.77065C%209.35089%207.7391%209.34467%207.72564%209.33653%207.70778C%209.33408%207.70248%209.3321%207.69794%209.3334%207.70089C%209.33328%207.70059%209.33489%207.70427%209.33484%207.70417C%209.33444%207.70324%209.33651%207.70802%209.33631%207.70756C%209.33603%207.7069%209.33738%207.71004%209.33724%207.70971C%209.3374%207.71009%209.33767%207.71071%209.33775%207.7109C%209.33802%207.71152%209.33829%207.71216%207.5%208.5ZM%2012%2014C%2015.9953%2014%2020%2010.7107%2020%206L%2016%206C%2016%208.28926%2014.0047%2010%2012%2010L%2012%2014ZM%2020%206C%2020%203.63026%2018.9647%201.56492%2017.1959%200.133015C%2015.4562%20-1.27528%2013.1074%20-2%2010.5%20-2L%2010.5%202C%2012.3926%202%2013.7938%202.52529%2014.6791%203.24199C%2015.5353%203.93509%2016%204.86975%2016%206L%2020%206ZM%2010.5%20-2C%207.9938%20-2%204.79407%20-1.44753%202.21715%200.895119C%20-0.395137%203.26993%20-2%207.1453%20-2%2013L%202%2013C%202%207.8547%203.39514%205.23007%204.90785%203.85488C%206.45593%202.44753%208.5062%202%2010.5%202L%2010.5%20-2ZM%20-2%2013C%20-2%2025.1371%208.36664%2039.8166%2029.617%2043.963L%2030.383%2040.037C%2010.6334%2036.1834%202%2022.8629%202%2013L%20-2%2013Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20d%3D%22M%200%200L%208%200L%206%2015L%202%2015L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path2_fill%22%20d%3D%22M%2040%200.000149011C%2040%2027.6143%2034%2049.9999%2020%2049.9999C%206%2049.9999%200%2027.6143%200%200.000149011C%205.5%200.000149011%209.9543%200%2021%200C%2032.0457%200%2033.5%206.43147e-05%2040%200.000149011Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path3_fill%22%20d%3D%22M%208%2019L%204%2019L%204%204.5L%200%205.5L%200%202.14706L%207.59131%200L%208%200L%208%2019Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path4_fill%22%20d%3D%22M%2020%202.38418e-05C%2020%204.41829%2017%208%2010%208C%203%208%200%204.41829%200%202.38418e-05C%202.75%202.38418e-05%204.97715%200%2010.5%200C%2016.0228%200%2016.75%201.02904e-05%2020%202.38418e-05Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path5_fill%22%20d%3D%22M%200%200L%2032%200L%2032%2016L%200%2016L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path6_fill%22%20d%3D%22M%200%200L%2022%200L%2022%206L%200%206L%200%200Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 76px;
  height: 86px;
}

.icon-job_gear {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2284%22%20height%3D%2284%22%20viewBox%3D%220%200%2084%2084%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3E%26%23209%3B%26%23136%3B%26%23208%3B%26%23181%3B%26%23209%3B%26%23129%3B%26%23209%3B%26%23130%3B%26%23208%3B%26%23181%3B%26%23209%3B%26%23128%3B%26%23208%3B%26%23181%3B%26%23208%3B%26%23189%3B%26%23208%3B%26%23186%3B%26%23208%3B%26%23176%3B%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-3923%20-741)%22%3E%0D%0A%3Cg%20id%3D%22%26%23209%3B%26%23136%3B%26%23208%3B%26%23181%3B%26%23209%3B%26%23129%3B%26%23209%3B%26%23130%3B%26%23208%3B%26%23181%3B%26%23209%3B%26%23128%3B%26%23208%3B%26%23181%3B%26%23208%3B%26%23189%3B%26%23208%3B%26%23186%3B%26%23208%3B%26%23176%3B%22%3E%0D%0A%3Cg%20id%3D%22Rectangle%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22matrix(0.980716%200.195436%20-0.195436%200.980716%203962.23%20740.641)%22%20fill%3D%22%23FF9800%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22matrix(-0.980716%20-0.195436%200.195436%20-0.980716%203967.77%20825.359)%22%20fill%3D%22%23FF9800%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22matrix(0.321106%200.947043%20-0.947043%200.321106%204000.3%20759.417)%22%20fill%3D%22%23FF9800%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22matrix(-0.321106%20-0.947043%200.947043%20-0.321106%203929.7%20806.583)%22%20fill%3D%22%23FF9800%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22matrix(-0.659611%200.751607%20-0.751607%20-0.659611%204003.07%20801.776)%22%20fill%3D%22%23FF9800%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22matrix(0.659611%20-0.751607%200.751607%200.659611%203926.93%20764.224)%22%20fill%3D%22%23FF9800%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%202%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22matrix(0.760865%200.64891%20-0.64891%200.760865%203978.65%20762.316)%22%20fill%3D%22%23EF6C00%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%202%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22matrix(-0.942405%200.334473%20-0.334473%20-0.942405%203976.65%20807.269)%22%20fill%3D%22%23EF6C00%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%202%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22matrix(0.18154%20-0.983384%200.983384%200.18154%203937.78%20780.951)%22%20fill%3D%22%23EF6C00%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Subtract%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path2_fill%22%20transform%3D%22translate(3932%20750)%22%20fill%3D%22%23FF9800%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Ellipse%202%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path3_fill%22%20transform%3D%22translate(3955%20773)%22%20fill%3D%22%23FF9800%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Ellipse%202%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path4_fill%22%20transform%3D%22translate(3960%20778)%22%20fill%3D%22%23EF6C00%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%201.72147%201.6712C%201.8822%200.706826%202.71658%200%203.69425%200L%2018.3057%200C%2019.2834%200%2020.1178%200.706826%2020.2785%201.6712L%2021.6119%209.6712C%2021.815%2010.8903%2020.875%2012%2019.6391%2012L%202.36092%2012C%201.12504%2012%200.184956%2010.8903%200.388133%209.6712L%201.72147%201.6712Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20d%3D%22M%200%200L%206%200L%206%2025L%200%2025L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path2_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2033%2066C%2051.2253%2066%2066%2051.2254%2066%2033C%2066%2014.7746%2051.2253%200%2033%200C%2014.7747%200%200%2014.7746%200%2033C%200%2051.2254%2014.7747%2066%2033%2066ZM%2033%2055C%2045.1501%2055%2055%2045.1503%2055%2033C%2055%2020.8497%2045.1501%2011%2033%2011C%2020.8499%2011%2011%2020.8497%2011%2033C%2011%2045.1503%2020.8499%2055%2033%2055Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path3_fill%22%20d%3D%22M%2020%2010C%2020%2015.5228%2015.5228%2020%2010%2020C%204.47715%2020%200%2015.5228%200%2010C%200%204.47715%204.47715%200%2010%200C%2015.5228%200%2020%204.47715%2020%2010Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path4_fill%22%20d%3D%22M%2010%205C%2010%207.76142%207.76142%2010%205%2010C%202.23858%2010%200%207.76142%200%205C%200%202.23858%202.23858%200%205%200C%207.76142%200%2010%202.23858%2010%205Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 84px;
  height: 84px;
}

.icon-job_rub {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2290%22%20height%3D%2271%22%20viewBox%3D%220%200%2090%2071%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3E%26%23209%3B%26%23136%3B%26%23208%3B%26%23181%3B%26%23209%3B%26%23129%3B%26%23209%3B%26%23130%3B%26%23208%3B%26%23181%3B%26%23209%3B%26%23128%3B%26%23208%3B%26%23181%3B%26%23208%3B%26%23189%3B%26%23208%3B%26%23186%3B%26%23208%3B%26%23176%3B%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-4320%20-749)%22%3E%0D%0A%3Cg%20id%3D%22%26%23209%3B%26%23136%3B%26%23208%3B%26%23181%3B%26%23209%3B%26%23129%3B%26%23209%3B%26%23130%3B%26%23208%3B%26%23181%3B%26%23209%3B%26%23128%3B%26%23208%3B%26%23181%3B%26%23208%3B%26%23189%3B%26%23208%3B%26%23186%3B%26%23208%3B%26%23176%3B%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(4320%20770.945)%22%20fill%3D%22%234B6666%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(4320%20770.945)%22%20fill%3D%22%2378989E%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path2_fill%22%20transform%3D%22translate(4320%20763.2)%22%20fill%3D%22%236B8A8E%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path3_fill%22%20transform%3D%22translate(4320%20763.2)%22%20fill%3D%22%2393B2BA%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path4_fill%22%20transform%3D%22translate(4320%20749)%22%20fill%3D%22%2393B2BA%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path5_fill%22%20transform%3D%22translate(4395%20749)%22%20fill%3D%22%23B8CED3%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path5_fill%22%20transform%3D%22translate(4320%20749)%22%20fill%3D%22%23B8CED3%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Group%22%3E%0D%0A%3Cg%20id%3D%22Group%22%3E%0D%0A%3Cg%20id%3D%22Group%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path6_fill%22%20transform%3D%22translate(4360%20758.5)%22%20fill%3D%22%23C6D8DB%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path7_fill%22%20transform%3D%22translate(4358%20772)%22%20fill%3D%22%23C6D8DB%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2077%2049.0546C%2077%2049.0546%2061.4571%2033.0546%200%2033.0546C%200%2020.1455%200%206.45455%200%200C%2061.4571%200%2077%207.55457%2077%207.55457L%2077%2049.0546Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20d%3D%22M%200%200C%200%203.35636%200%208.39091%200%2014.2C%2013.6286%2014.2%2032.5286%2014.2%2061.7143%2014.2C%2061.7143%2018.8473%2061.7143%2030.3364%2061.7143%2041.18C%2072.9%2045.1818%2077%2049.0546%2077%2049.0546L%2077%207.55457C%2077%207.55457%2061.4571%200%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path2_fill%22%20d%3D%22M%2083.5%2039.8C%2083.5%2039.8%2061.4571%2032.8%200%2032.8C%200%2019.8909%200%206.45455%200%200C%2061.4571%200%2083.5714%206.45455%2083.5714%206.45455L%2083.5%2039.8Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path3_fill%22%20d%3D%22M%200%200C%200%203.09818%200%207.61636%200%2012.9091C%2010.5429%2012.9091%2031.6286%2012.9091%2068.1429%2012.9091C%2068.1429%2017.1691%2068.1429%2026.98%2068.1429%2036.7909C%2078.8143%2038.4691%2083.5%2040.3%2083.5%2040.3L%2083.5714%206.45455C%2083.5714%206.45455%2061.4571%200%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path4_fill%22%20d%3D%22M%2090%2038C%2090%2038%2061.4571%2038%200%2038C%200%2025.3333%200%206.33333%200%200C%2061.4571%200%2090%200%2090%200L%2090%2038Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path5_fill%22%20d%3D%22M%2015%2038C%2015%2038%2010%2038%200%2038C%200%2025.3333%200%206.33333%200%200C%2010%200%2015%200%2015%200L%2015%2038Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path6_fill%22%20d%3D%22M%202.5%2011L%202.5%2018.5L%200%2018.5L%200%200L%207.5%200C%2010%200%2012%202.50909%2012%205.5C%2012%208.49091%2010%2011%207.5%2011L%202.5%2011ZM%202.5%208.5L%207%208.5C%208.5%208.5%209.5%206.79091%209.5%205.5C%209.5%204.20909%208.5%202.5%207%202.5L%202.5%202.5L%202.5%208.5Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path7_fill%22%20d%3D%22M%2012%200L%200%200L%200%202.5L%2012%202.5L%2012%200Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 90px;
  height: 71px;
}

.icon-lenta_start_franchise {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2250px%22%0D%0A%09%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M25%2C8l8.8%2C7.7L30.6%2C38H19.4l-3.2-22.4L25%2C8%20M25%2C4L13%2C14.4L16.8%2C41h16.5L37%2C14.4L25%2C4L25%2C4z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%2221.5%2C39.5%2022.6%2C44.5%2027.4%2C44.5%2028.5%2C39.5%20%0D%0A%09%09%09%22%2F%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M15%2C29.1l0.8%2C6l-4.7%2C4.6c-0.1-2.2%2C0-4.6%2C0.6-6.3C12.2%2C31.7%2C13.6%2C30.2%2C15%2C29.1%20M17.4%2C24.2%0D%0A%09%09%09c0%2C0-6.9%2C3-8.6%2C8.2c-1.7%2C5.2%2C0%2C13.6%2C0%2C13.6L19%2C36.2L17.4%2C24.2L17.4%2C24.2z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M35%2C29.1c1.5%2C1.1%2C2.9%2C2.6%2C3.4%2C4.2c0.6%2C1.8%2C0.7%2C4.1%2C0.6%2C6.4l-4.8-4.6L35%2C29.1%20M32.7%2C24.2l-1.7%2C12L41.2%2C46%0D%0A%09%09%09c0%2C0%2C1.7-8.3%2C0-13.6C39.6%2C27.2%2C32.7%2C24.2%2C32.7%2C24.2L32.7%2C24.2z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M25%2C16.5c1.1%2C0%2C2%2C0.9%2C2%2C2s-0.9%2C2-2%2C2s-2-0.9-2-2S23.9%2C16.5%2C25%2C16.5%20M25%2C13.5c-2.8%2C0-5%2C2.2-5%2C5s2.2%2C5%2C5%2C5%0D%0A%09%09%09s5-2.2%2C5-5S27.8%2C13.5%2C25%2C13.5L25%2C13.5z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.icon-login_boss_zone_logo {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20enable-background%3D%22new%200%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M30%2C20c0%2C5.523-4.477%2C10-10%2C10s-10-4.477-10-10s4.477-10%2C10-10S30%2C14.477%2C30%2C20%20M40%2C20%0D%0A%09C40%2C8.954%2C31.046%2C0%2C20%2C0S0%2C8.954%2C0%2C20s8.954%2C20%2C20%2C20S40%2C31.046%2C40%2C20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.icon-login_case {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2270px%22%20height%3D%2270px%22%20viewBox%3D%220%200%2070%2070%22%20enable-background%3D%22new%200%200%2070%2070%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20x%3D%2219%22%20y%3D%224%22%20fill%3D%22%237B8234%22%20width%3D%2232%22%20height%3D%226%22%2F%3E%0D%0A%3Crect%20x%3D%2219%22%20y%3D%229%22%20fill%3D%22%237B8234%22%20width%3D%226%22%20height%3D%226%22%2F%3E%0D%0A%3Crect%20x%3D%2245%22%20y%3D%229%22%20fill%3D%22%237B8234%22%20width%3D%226%22%20height%3D%226%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%237B552D%22%20d%3D%22M65%2C66H5c-2.761%2C0-5-2.239-5-5V19c0-2.761%2C2.239-5%2C5-5h60c2.761%2C0%2C5%2C2.239%2C5%2C5v42C70%2C63.761%2C67.761%2C66%2C65%2C66%0D%0A%09z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%237B8234%22%20d%3D%22M70%2C32V19c0-2.761-2.239-5-5-5H5c-2.761%2C0-5%2C2.239-5%2C5v13H70z%22%2F%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%2227%22%20fill%3D%22%23E6D296%22%20width%3D%2214%22%20height%3D%2210%22%2F%3E%0D%0A%3Crect%20x%3D%2248%22%20y%3D%2227%22%20fill%3D%22%23E6D296%22%20width%3D%2214%22%20height%3D%2210%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-login_dialog {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2270px%22%20height%3D%2270px%22%20viewBox%3D%220%200%2070%2070%22%20enable-background%3D%22new%200%200%2070%2070%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23D2D2E1%22%20d%3D%22M65%2C59H5c-2.761%2C0-5-2.239-5-5V12c0-2.761%2C2.239-5%2C5-5h60c2.761%2C0%2C5%2C2.239%2C5%2C5v42C70%2C56.761%2C67.761%2C59%2C65%2C59%0D%0A%09z%22%2F%3E%0D%0A%3Cpolygon%20fill%3D%22%23D2D2E1%22%20points%3D%2260%2C70%2060%2C59%2048%2C59%20%22%2F%3E%0D%0A%3Crect%20x%3D%2210%22%20y%3D%2241%22%20opacity%3D%220.2%22%20width%3D%2244%22%20height%3D%225%22%2F%3E%0D%0A%3Crect%20x%3D%2248%22%20fill%3D%22%23FF0000%22%20width%3D%226%22%20height%3D%2236%22%2F%3E%0D%0A%3Cpolygon%20fill%3D%22%23FFF0AF%22%20points%3D%2254%2C46%2048%2C36%2054%2C36%20%22%2F%3E%0D%0A%3Cpolygon%20fill%3D%22%23E6C8A0%22%20points%3D%2254%2C46%2060%2C36%2054%2C36%20%22%2F%3E%0D%0A%3Crect%20x%3D%2254%22%20fill%3D%22%23D20000%22%20width%3D%226%22%20height%3D%2236%22%2F%3E%0D%0A%3Cpolygon%20points%3D%2251%2C41%2054%2C46%2054%2C41%20%22%2F%3E%0D%0A%3Cpolygon%20points%3D%2257%2C41%2054%2C46%2054%2C41%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-login_fb {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20enable-background%3D%22new%200%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M22%2C40V24.833h4.19L26.36%2C20H22c-0.043-2.111-0.375-3.625%2C0-4c1.174-1.174%2C2.997-0.646%2C4.447-0.43L27%2C11.132%0D%0A%09c-2.941-0.56-6.862-0.905-9.078%2C0.775c-1.023%2C0.819-1.748%2C1.896-1.919%2C3.576C15.918%2C16.432%2C16%2C19.053%2C16%2C20h-3v4.877l3-0.044V40H22z%0D%0A%09%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.icon-login_fb_center {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M22%2C34.7V19.5h4.2l0.2-4.8H22c0-2.1-0.4-3.6%2C0-4c1.2-1.2%2C3-0.6%2C4.4-0.4L27%2C5.8c-2.9-0.6-6.9-0.9-9.1%2C0.8%0D%0A%09c-1%2C0.8-1.7%2C1.9-1.9%2C3.6c-0.1%2C0.9%2C0%2C3.6%2C0%2C4.5h-3v4.9l3%2C0v15.2H22z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.icon-login_gp {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20enable-background%3D%22new%200%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M16.086%2C7.713c-3.11%2C1.085-5.758%2C3.455-7.226%2C6.451c-0.511%2C1.032-0.884%2C2.134-1.109%2C3.267%0D%0A%09%09c-0.564%2C2.824-0.171%2C5.834%2C1.107%2C8.406c0.831%2C1.679%2C2.021%2C3.171%2C3.466%2C4.341c1.363%2C1.107%2C2.951%2C1.925%2C4.635%2C2.382%0D%0A%09%09c2.125%2C0.581%2C4.387%2C0.568%2C6.526%2C0.072c1.933-0.453%2C3.762-1.395%2C5.222-2.769c1.544-1.446%2C2.645-3.35%2C3.227-5.397%0D%0A%09%09c0.636-2.233%2C0.724-4.616%2C0.325-6.902c-4.001-0.002-8.002-0.001-12.004-0.001c0%2C1.691-0.002%2C3.383%2C0.001%2C5.073%0D%0A%09%09c2.317%2C0%2C4.634-0.001%2C6.951%2C0c-0.269%2C1.621-1.214%2C3.103-2.554%2C4.015c-0.843%2C0.577-1.811%2C0.952-2.809%2C1.13%0D%0A%09%09c-1.004%2C0.175-2.042%2C0.197-3.044-0.01c-1.019-0.207-1.991-0.64-2.84-1.25c-1.357-0.971-2.392-2.393-2.924-3.992%0D%0A%09%09c-0.544-1.627-0.548-3.437%2C0.002-5.062c0.382-1.146%2C1.017-2.204%2C1.851-3.065c1.029-1.074%2C2.368-1.842%2C3.809-2.156%0D%0A%09%09c1.235-0.269%2C2.536-0.217%2C3.745%2C0.155c1.027%2C0.318%2C1.974%2C0.892%2C2.75%2C1.647c0.784-0.795%2C1.564-1.594%2C2.347-2.39%0D%0A%09%09c0.411-0.429%2C0.842-0.838%2C1.24-1.279c-1.189-1.121-2.582-2.022-4.105-2.592C21.937%2C6.761%2C18.845%2C6.739%2C16.086%2C7.713L16.086%2C7.713z%22%0D%0A%09%09%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23EA4235%22%20d%3D%22M16.086%2C7.713c2.76-0.973%2C5.851-0.952%2C8.592%2C0.077c1.522%2C0.57%2C2.916%2C1.471%2C4.105%2C2.592%0D%0A%09%09c-0.398%2C0.44-0.829%2C0.85-1.24%2C1.279c-0.783%2C0.796-1.563%2C1.595-2.347%2C2.39c-0.776-0.755-1.723-1.329-2.75-1.647%0D%0A%09%09c-1.209-0.373-2.511-0.424-3.745-0.155c-1.442%2C0.315-2.78%2C1.083-3.809%2C2.156c-0.835%2C0.861-1.47%2C1.919-1.851%2C3.065%0D%0A%09%09c-1.394-1.102-2.787-2.204-4.181-3.306C10.328%2C11.168%2C12.976%2C8.798%2C16.086%2C7.713L16.086%2C7.713z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23FABC05%22%20d%3D%22M7.751%2C17.431c0.224-1.133%2C0.597-2.235%2C1.109-3.267c1.394%2C1.101%2C2.787%2C2.204%2C4.181%2C3.306%0D%0A%09%09c-0.55%2C1.625-0.546%2C3.436-0.002%2C5.062c-1.393%2C1.102-2.785%2C2.205-4.18%2C3.305C7.58%2C23.265%2C7.187%2C20.255%2C7.751%2C17.431L7.751%2C17.431z%22%0D%0A%09%09%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%234286F5%22%20d%3D%22M20.255%2C17.564c4.001-0.001%2C8.002-0.002%2C12.004%2C0.001c0.399%2C2.285%2C0.311%2C4.669-0.325%2C6.902%0D%0A%09%09c-0.583%2C2.047-1.684%2C3.951-3.227%2C5.397c-1.349-1.072-2.704-2.138-4.053-3.21c1.34-0.912%2C2.285-2.395%2C2.554-4.015%0D%0A%09%09c-2.317-0.001-4.634%2C0-6.951%2C0C20.253%2C20.946%2C20.256%2C19.255%2C20.255%2C17.564L20.255%2C17.564z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%2334A853%22%20d%3D%22M8.858%2C25.837c1.395-1.1%2C2.787-2.204%2C4.18-3.305c0.532%2C1.599%2C1.567%2C3.021%2C2.924%2C3.992%0D%0A%09%09c0.848%2C0.61%2C1.821%2C1.042%2C2.84%2C1.25c1.002%2C0.207%2C2.04%2C0.184%2C3.044%2C0.01c0.998-0.178%2C1.966-0.553%2C2.809-1.13%0D%0A%09%09c1.349%2C1.072%2C2.704%2C2.138%2C4.053%2C3.21c-1.46%2C1.374-3.289%2C2.315-5.222%2C2.769c-2.139%2C0.496-4.401%2C0.509-6.526-0.072%0D%0A%09%09c-1.684-0.457-3.272-1.274-4.635-2.382C10.879%2C29.008%2C9.689%2C27.516%2C8.858%2C25.837L8.858%2C25.837z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.icon-login_security {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2236px%22%20height%3D%2243px%22%20viewBox%3D%220%200%2036%2043%22%20enable-background%3D%22new%200%200%2036%2043%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%2300B5F0%22%20d%3D%22M18%2C43C7%2C39.5%2C0%2C31.875%2C0%2C25V6c0%2C0.167%2C18-6%2C18-6V43z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%230094DE%22%20d%3D%22M18%2C43c11-3.5%2C18-11.125%2C18-18V6c0%2C0.167-18-6-18-6V43z%22%2F%3E%0D%0A%3Crect%20x%3D%2212%22%20y%3D%2219%22%20fill%3D%22%23FFFF00%22%20width%3D%226%22%20height%3D%229%22%2F%3E%0D%0A%3Crect%20x%3D%2218%22%20y%3D%2219%22%20fill%3D%22%23FFCC05%22%20width%3D%226%22%20height%3D%229%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M18%2C36.93C10.305%2C34.234%2C5%2C29.088%2C5%2C24.2V10.324c2.145-0.703%2C8.641-2.838%2C13-4.271V3.947%0D%0A%09C12.465%2C5.767%2C3.926%2C8.574%2C3.714%2C8.642L3%2C8.854V24.2c0%2C5.968%2C6.018%2C11.905%2C15%2C14.845V36.93z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23DBDBDB%22%20d%3D%22M18%2C36.93c7.695-2.696%2C13-7.841%2C13-12.73V10.324c-2.145-0.703-8.641-2.838-13-4.271V3.947%0D%0A%09c5.535%2C1.82%2C14.074%2C4.626%2C14.286%2C4.694L33%2C8.854V24.2c0%2C5.968-6.018%2C11.905-15%2C14.845V36.93z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFF00%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M14%2C21.421v-4.509C14%2C14.76%2C15.8%2C13%2C18%2C13%22%2F%3E%0D%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFCC05%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M22%2C21.421v-4.509C22%2C14.76%2C20.2%2C13%2C18%2C13%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 36px;
  height: 43px;
}

.icon-login_star {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2270px%22%20height%3D%2270px%22%20viewBox%3D%220%200%2070%2070%22%20enable-background%3D%22new%200%200%2070%2070%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Ccircle%20fill%3D%22%23FF961E%22%20cx%3D%2235%22%20cy%3D%2235%22%20r%3D%2235%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23F06E28%22%20d%3D%22M10.251%2C59.749C16.585%2C66.082%2C25.335%2C70%2C35%2C70c19.33%2C0%2C35-15.67%2C35-35c0-9.665-3.918-18.415-10.251-24.749%0D%0A%09L10.251%2C59.749z%22%2F%3E%0D%0A%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2235%2C14.958%2041.18%2C27.48%2055%2C29.489%2045%2C39.236%2047.361%2C53%2035%2C46.502%2022.639%2C53%2025%2C39.236%2015%2C29.489%20%0D%0A%0928.82%2C27.48%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-login_strelka {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22125px%22%20height%3D%2240px%22%20viewBox%3D%220%200%20125%2040%22%20enable-background%3D%22new%200%200%20125%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%220%22%20width%3D%22125%22%20height%3D%2240%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%2300B4F0%22%20d%3D%22M124.631%2C35.521c-8.937-16.975-26.65-28.45-45.005-33.074%0D%0A%09%09C54.221-3.951%2C28.2%2C2.708%2C6.463%2C16.481c-3.227%2C2.044-0.24%2C7.178%2C3.009%2C5.12C29.867%2C8.679%2C54.152%2C2.145%2C78.041%2C8.167%0D%0A%09%09c16.948%2C4.272%2C33.185%2C14.665%2C41.442%2C30.348C121.264%2C41.896%2C126.411%2C38.903%2C124.631%2C35.521%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%2300B4F0%22%20d%3D%22M9.714%2C1.882C6.417%2C5.52%2C4.118%2C10.29%2C2.18%2C14.744%0D%0A%09%09c-1.254%2C2.881-3.71%2C7.72-0.85%2C10.408c2.859%2C2.686%2C9.495%2C2.154%2C13.043%2C2.309c6.555%2C0.286%2C13.126%2C0.265%2C19.685%2C0.162%0D%0A%09%09c3.833-0.06%2C3.844-5.991%2C0-5.93c-9.072%2C0.142-18.115-0.728-27.14-0.744c-0.565-0.001-1.41-0.543-1.908-0.418%0D%0A%09%09c1.403-0.353-0.25%2C2.316%2C1.199%2C0.359c0.938-1.268%2C1.318-3.649%2C2.003-5.101c1.544-3.277%2C3.259-7.001%2C5.718-9.714%0D%0A%09%09C16.493%2C3.247%2C12.29-0.96%2C9.714%2C1.882%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 125px;
  height: 40px;
}

.icon-login_vk {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20enable-background%3D%22new%200%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M19.71%2C27.637h1.614c0%2C0%2C0.487-0.054%2C0.737-0.322%0D%0A%09c0.229-0.246%2C0.222-0.709%2C0.222-0.709s-0.032-2.165%2C0.973-2.484c0.991-0.314%2C2.263%2C2.093%2C3.612%2C3.018%0D%0A%09c1.02%2C0.7%2C1.795%2C0.547%2C1.795%2C0.547l3.606-0.05c0%2C0%2C1.886-0.116%2C0.992-1.599c-0.073-0.121-0.521-1.097-2.681-3.102%0D%0A%09c-2.261-2.099-1.958-1.759%2C0.766-5.389c1.659-2.211%2C2.322-3.56%2C2.114-4.138c-0.197-0.551-1.417-0.405-1.417-0.405l-4.06%2C0.025%0D%0A%09c0%2C0-0.301-0.041-0.524%2C0.092c-0.218%2C0.131-0.358%2C0.436-0.358%2C0.436s-0.643%2C1.711-1.499%2C3.165c-1.808%2C3.07-2.531%2C3.232-2.826%2C3.041%0D%0A%09c-0.688-0.444-0.516-1.784-0.516-2.737c0-2.975%2C0.451-4.215-0.879-4.536c-0.441-0.107-0.766-0.177-1.895-0.188%0D%0A%09c-1.449-0.015-2.675%2C0.004-3.369%2C0.344c-0.462%2C0.226-0.818%2C0.73-0.601%2C0.759c0.268%2C0.036%2C0.876%2C0.164%2C1.198%2C0.602%0D%0A%09c0.416%2C0.566%2C0.402%2C1.837%2C0.402%2C1.837s0.239%2C3.502-0.558%2C3.937c-0.547%2C0.298-1.298-0.311-2.91-3.096%0D%0A%09c-0.826-1.426-1.449-3.004-1.449-3.004s-0.12-0.295-0.335-0.452c-0.26-0.191-0.624-0.252-0.624-0.252L7.38%2C13.004%0D%0A%09c0%2C0-0.579%2C0.016-0.792%2C0.268c-0.189%2C0.224-0.015%2C0.687-0.015%2C0.687s3.02%2C7.066%2C6.44%2C10.627C16.15%2C27.851%2C19.71%2C27.637%2C19.71%2C27.637%0D%0A%09L19.71%2C27.637z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.icon-logo-01 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23FFFFFF%3B%7D%0D%0A%09.st1%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%09.st2%7Bopacity%3A0.3%3Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%2217%22%20class%3D%22st0%22%20width%3D%227%22%20height%3D%2215%22%2F%3E%0D%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%2215%2C17%2015%2C9%209%2C9%209%2C17%209%2C24%2015%2C24%2024%2C24%2024%2C17%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%2215%2C0%200%2C0%200%2C2%200%2C7%200%2C15%207%2C15%207%2C7%2015%2C7%20%09%22%2F%3E%0D%0A%09%3Crect%20y%3D%2217%22%20class%3D%22st0%22%20width%3D%227%22%20height%3D%227%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-logo-1 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23F39403%3B%7D%0D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23FFCF00%3B%7D%0D%0A%09.st2%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%2337B0E6%3B%7D%0D%0A%09.st3%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%231B9838%3B%7D%0D%0A%09.st4%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%230D972B%3B%7D%0D%0A%09.st5%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%231D1D1B%3B%7D%0D%0A%09.st6%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23FFCE03%3B%7D%0D%0A%09.st7%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%2322B1E7%3B%7D%0D%0A%09.st8%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23F79523%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpolygon%20class%3D%22st4%22%20points%3D%2225%2C0%200%2C0%200%2C10.8%200%2C12%200%2C25%2012%2C25%2012%2C12%2025%2C12%20%22%2F%3E%0D%0A%3Crect%20y%3D%2228%22%20class%3D%22st4%22%20width%3D%2212%22%20height%3D%2212%22%2F%3E%0D%0A%3Crect%20x%3D%2228%22%20class%3D%22st4%22%20width%3D%2212%22%20height%3D%2225%22%2F%3E%0D%0A%3Cpolygon%20class%3D%22st4%22%20points%3D%2225%2C28%2025%2C15%2015%2C15%2015%2C28%2015%2C40%2025%2C40%2040%2C40%2040%2C28%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.icon-logo-2 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23F39403%3B%7D%0D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23FFCF00%3B%7D%0D%0A%09.st2%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%2337B0E6%3B%7D%0D%0A%09.st3%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%231B9838%3B%7D%0D%0A%09.st4%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%230D972B%3B%7D%0D%0A%09.st5%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%231D1D1B%3B%7D%0D%0A%09.st6%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23FFCE03%3B%7D%0D%0A%09.st7%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%2322B1E7%3B%7D%0D%0A%09.st8%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23F79523%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpolygon%20class%3D%22st5%22%20points%3D%2225%2C0%200%2C0%200%2C10.8%200%2C12%200%2C25%2012%2C25%2012%2C12%2025%2C12%20%22%2F%3E%0D%0A%3Crect%20y%3D%2228%22%20class%3D%22st5%22%20width%3D%2212%22%20height%3D%2212%22%2F%3E%0D%0A%3Crect%20x%3D%2228%22%20y%3D%220%22%20class%3D%22st5%22%20width%3D%2212%22%20height%3D%2225%22%2F%3E%0D%0A%3Cpolygon%20class%3D%22st5%22%20points%3D%2225%2C28%2025%2C15%2015%2C15%2015%2C28%2015%2C40%2025%2C40%2040%2C40%2040%2C28%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.icon-logo-3 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2239%22%20height%3D%2239%22%20viewBox%3D%220%200%2039%2039%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FA961E%22%20d%3D%22M13%2C13%20L13%2C26%20L0%2C26%20L0%2C13%20L0%2C0%20L13%2C0%20L26%2C0%20L26%2C13%20L13%2C13%20Z%22%2F%3E%0D%0A%20%20%20%20%3Crect%20width%3D%2213%22%20height%3D%2213%22%20y%3D%2226%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%231EA01E%22%20d%3D%22M26%2C39%20L13%2C39%20L13%2C26%20L13%2C13%20L26%2C13%20L26%2C26%20L39%2C26%20L39%2C39%20L26%2C39%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFBE0A%22%20d%3D%22M39%2C13%20L39%2C26%20L26%2C26%20L26%2C13%20L26%2C0%20L39%2C0%20L39%2C13%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 39px;
  height: 39px;
}

.icon-logo_square {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20enable-background%3D%22new%200%200%2080%2080%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23FA961E%22%20points%3D%220%2C0%200%2C26.667%200%2C53.334%2026.667%2C53.334%2026.667%2C26.667%2053.332%2C26.667%2053.332%2C0%20%22%2F%3E%0D%0A%3Cpolygon%20fill%3D%22%23FFCD05%22%20points%3D%2253.333%2C0%2053.333%2C26.667%2053.333%2C53.334%2080%2C53.334%2080%2C0%20%22%2F%3E%0D%0A%3Crect%20x%3D%220%22%20y%3D%2253.335%22%20fill%3D%22%2300B4F0%22%20width%3D%2226.667%22%20height%3D%2226.665%22%2F%3E%0D%0A%3Cpolygon%20fill%3D%22%231EA01E%22%20points%3D%2226.667%2C26.667%2026.667%2C53.334%2026.667%2C80%2053.333%2C80%2080%2C80%2080%2C53.334%2053.333%2C53.334%2053.333%2C26.667%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 80px;
  height: 80px;
}

.icon-mobile-app {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2070%2070%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--Generated%20by%20IJSVG%20(https%3A%2F%2Fgithub.com%2Fcurthard89%2FIJSVG)--%3E%0D%0A%20%20%20%20%3Cg%20transform%3D%22translate(8%2C%204)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%2337474F%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C5c0%2C-2.76142%202.23858%2C-5%205%2C-5h34c2.7614%2C0%205%2C2.23858%205%2C5v48c0%2C2.7614%20-2.2386%2C5%20-5%2C5h-34c-2.76142%2C0%20-5%2C-2.2386%20-5%2C-5v-48Z%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23BBDEFB%22%20d%3D%22M0%2C3c0%2C-1.65685%201.34315%2C-3%203%2C-3h30c1.6569%2C0%203%2C1.34315%203%2C3v40c0%2C1.6569%20-1.3431%2C3%20-3%2C3h-30c-1.65685%2C0%20-3%2C-1.3431%20-3%2C-3v-40Z%22%20transform%3D%22translate(4%2C%204)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23E38939%22%20d%3D%22M0%2C5c0%2C-2.76142%202.23858%2C-5%205%2C-5h18c2.7614%2C0%205%2C2.23858%205%2C5v34c0%2C2.7614%20-2.2386%2C5%20-5%2C5h-18c-2.76142%2C0%20-5%2C-2.2386%20-5%2C-5v-34Z%22%20transform%3D%22translate(28%2C%2018)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FFF3E0%22%20d%3D%22M0%2C3c0%2C-1.65685%201.34315%2C-3%203%2C-3h14c1.6569%2C0%203%2C1.34315%203%2C3v26c0%2C1.6569%20-1.3431%2C3%20-3%2C3h-14c-1.65685%2C0%20-3%2C-1.3431%20-3%2C-3v-26Zm8%2C33c0%2C-1.10457%200.895431%2C-2%202%2C-2c1.10457%2C0%202%2C0.895431%202%2C2c0%2C1.10457%20-0.89543%2C2%20-2%2C2c-1.10457%2C0%20-2%2C-0.89543%20-2%2C-2Z%22%20transform%3D%22translate(32%2C%2022)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%2378909C%22%20d%3D%22M0%2C1.5c0%2C-0.828427%200.671573%2C-1.5%201.5%2C-1.5h7c0.82843%2C0%201.5%2C0.671573%201.5%2C1.5c0%2C0.82843%20-0.67157%2C1.5%20-1.5%2C1.5h-7c-0.828427%2C0%20-1.5%2C-0.67157%20-1.5%2C-1.5Z%22%20transform%3D%22translate(17%2C%2052)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-moi {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%229.467%22%20cy%3D%228.556%22%20r%3D%221.432%22%2F%3E%0D%0A%09%09%09%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%2215.534%22%20cy%3D%228.556%22%20r%3D%221.432%22%2F%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M20.284%2C15.964l-1.78-3.051c-0.239-0.409-0.764-0.548-1.174-0.309c-0.41%2C0.239-0.548%2C0.765-0.309%2C1.175%0D%0A%09%09%09%09l0.212%2C0.363c-1.24%2C1.283-2.935%2C2.011-4.738%2C2.011c-1.801%2C0-3.495-0.726-4.734-2.007l0.214-0.367%0D%0A%09%09%09%09c0.239-0.41%2C0.101-0.936-0.309-1.175c-0.41-0.24-0.936-0.101-1.174%2C0.309l-1.78%2C3.051c-0.239%2C0.41-0.101%2C0.936%2C0.309%2C1.175%0D%0A%09%09%09%09c0.136%2C0.079%2C0.285%2C0.117%2C0.432%2C0.117c0.296%2C0%2C0.583-0.153%2C0.742-0.426l0.675-1.156c1.525%2C1.406%2C3.517%2C2.196%2C5.626%2C2.196%0D%0A%09%09%09%09c2.111%2C0%2C4.104-0.791%2C5.63-2.2l0.677%2C1.16c0.16%2C0.274%2C0.447%2C0.426%2C0.742%2C0.426c0.147%2C0%2C0.296-0.038%2C0.432-0.117%0D%0A%09%09%09%09C20.384%2C16.9%2C20.523%2C16.374%2C20.284%2C15.964z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M19.994%2C1c2.206%2C0%2C4%2C1.794%2C4%2C4v14.994c0%2C2.206-1.794%2C4-4%2C4H5c-2.206%2C0-4-1.794-4-4V5c0-2.206%2C1.794-4%2C4-4%0D%0A%09%09%09H19.994%20M19.994%2C0H5C2.239%2C0%2C0%2C2.239%2C0%2C5v14.994c0%2C2.761%2C2.239%2C5%2C5%2C5h14.994c2.761%2C0%2C5-2.239%2C5-5V5%0D%0A%09%09%09C24.994%2C2.239%2C22.756%2C0%2C19.994%2C0L19.994%2C0z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-moi_h {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%233D6CB0%22%20d%3D%22M19.998%2C25.004H5c-2.761%2C0-5-2.239-5-5V5c0-2.761%2C2.239-5%2C5-5h14.998c2.761%2C0%2C5%2C2.239%2C5%2C5v15.004%0D%0A%09%09%09C24.998%2C22.765%2C22.759%2C25.004%2C19.998%2C25.004z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%229.468%22%20cy%3D%228.56%22%20r%3D%221.432%22%2F%3E%0D%0A%09%09%09%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%2215.537%22%20cy%3D%228.56%22%20r%3D%221.432%22%2F%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M20.287%2C15.97l-1.781-3.052c-0.239-0.409-0.765-0.548-1.175-0.309c-0.41%2C0.239-0.548%2C0.765-0.309%2C1.175%0D%0A%09%09%09%09l0.212%2C0.363c-1.24%2C1.283-2.936%2C2.011-4.738%2C2.011c-1.801%2C0-3.495-0.727-4.735-2.008l0.214-0.367%0D%0A%09%09%09%09c0.239-0.41%2C0.101-0.936-0.309-1.175c-0.41-0.24-0.936-0.101-1.175%2C0.309l-1.78%2C3.052c-0.239%2C0.41-0.101%2C0.936%2C0.309%2C1.175%0D%0A%09%09%09%09c0.136%2C0.079%2C0.285%2C0.118%2C0.432%2C0.118c0.296%2C0%2C0.583-0.153%2C0.743-0.427L6.87%2C15.68c1.525%2C1.406%2C3.518%2C2.197%2C5.626%2C2.197%0D%0A%09%09%09%09c2.111%2C0%2C4.105-0.791%2C5.63-2.2l0.677%2C1.16c0.16%2C0.274%2C0.447%2C0.427%2C0.743%2C0.427c0.147%2C0%2C0.296-0.038%2C0.432-0.118%0D%0A%09%09%09%09C20.387%2C16.906%2C20.526%2C16.38%2C20.287%2C15.97z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-new_request_express_request {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2247%22%20height%3D%2249%22%20viewBox%3D%220%200%2047%2049%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EVector%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(96%20-980)%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(-96%20980)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%204.75968%2021.2857L%2010.5772%2023.6895C%209.92123%2025.3396%209.39802%2027.0391%209.01245%2028.7719L%208.79179%2029.7714L%2017.1318%2038.0871L%2018.1348%2037.8722C%2019.8737%2037.488%2021.5792%2036.9666%2023.2352%2036.313L%2025.6474%2042.1101C%2025.6711%2042.1675%2025.7086%2042.2182%2025.7568%2042.2576C%2025.805%2042.297%2025.8622%2042.3238%2025.9234%2042.3357C%2025.9846%2042.3476%2026.0477%2042.3442%2026.1072%2042.3257C%2026.1667%2042.3073%2026.2207%2042.2744%2026.2643%2042.23L%2029.9102%2038.5969C%2030.5052%2038.004%2030.9689%2037.2934%2031.2712%2036.511C%2031.5735%2035.7285%2031.7079%2034.8916%2031.6655%2034.0542L%2031.5351%2031.7204C%2038.2854%2026.7529%2045.1159%2018.0424%2046.9765%202.84021C%2047.0292%202.45906%2046.993%202.07091%2046.8705%201.70603C%2046.748%201.34114%2046.5426%201.00937%2046.2703%200.736576C%2045.998%200.463783%2045.6661%200.257338%2045.3006%200.133332C%2044.9351%200.00932561%2044.5458%20-0.0288912%2044.163%200.0216601C%2028.9122%201.8907%2020.1659%208.7022%2015.181%2015.4088L%2012.844%2015.2888C%2012.0054%2015.2434%2011.1667%2015.3733%2010.3815%2015.6702C%209.59642%2015.9671%208.88236%2016.4245%208.28527%2017.0129L%204.63932%2020.6461C%204.5888%2020.6889%204.55054%2020.7442%204.5284%2020.8065C%204.50626%2020.8688%204.50104%2020.9358%204.51325%2021.0007C%204.52547%2021.0656%204.5547%2021.1262%204.59798%2021.1763C%204.64125%2021.2263%204.69704%2021.2641%204.75968%2021.2857ZM%2028.1499%2012.4303C%2028.7818%2011.8028%2029.586%2011.376%2030.4612%2011.2037C%2031.3363%2011.0315%2032.243%2011.1214%2033.0668%2011.4623C%2033.8907%2011.8032%2034.5947%2012.3797%2035.0899%2013.119C%2035.5852%2013.8583%2035.8495%2014.7273%2035.8495%2015.6162C%2035.8495%2016.5051%2035.5852%2017.374%2035.0899%2018.1133C%2034.5947%2018.8526%2033.8907%2019.4291%2033.0668%2019.77C%2032.243%2020.1109%2031.3363%2020.2008%2030.4612%2020.0286C%2029.586%2019.8563%2028.7818%2019.4295%2028.1499%2018.802C%2027.7291%2018.3842%2027.3953%2017.8877%2027.1675%2017.341C%2026.9397%2016.7943%2026.8224%2016.2081%2026.8224%2015.6162C%2026.8224%2015.0242%2026.9397%2014.4381%2027.1675%2013.8914C%2027.3953%2013.3447%2027.7291%2012.8481%2028.1499%2012.4303ZM%203.67141%2038.7518C%202.70603%2038.4142%201.66934%2038.3315%200.662375%2038.5119C%200.57288%2038.5312%200.479938%2038.5276%200.392234%2038.5013C%200.304531%2038.4751%200.22493%2038.4272%200.160869%2038.362C%200.0814536%2038.2832%200.0282754%2038.1819%200.00854001%2038.072C%20-0.0111954%2037.962%200.00346597%2037.8487%200.0505376%2037.7473C%201.11875%2035.4585%203.95226%2030.8558%209.08266%2034.5739C%209.10946%2034.5978%209.1309%2034.6271%209.14558%2034.6598C%209.16026%2034.6925%209.16785%2034.728%209.16785%2034.7638C%209.16785%2034.7997%209.16026%2034.8351%209.14558%2034.8678C%209.1309%2034.9006%209.10946%2034.9298%209.08266%2034.9537C%208.39581%2035.4927%207.84588%2036.1853%207.47736%2036.9753C%207.10883%2037.7653%206.93204%2038.6307%206.96129%2039.5014C%206.96503%2039.6036%207.00744%2039.7006%207.08%2039.7729C%207.15257%2039.8452%207.24991%2039.8875%207.35247%2039.8912C%208.22254%2039.9261%209.08869%2039.757%209.8813%2039.3977C%2010.6739%2039.0384%2011.3709%2038.4988%2011.9162%2037.8223C%2011.9402%2037.793%2011.9704%2037.7694%2012.0046%2037.7532C%2012.0389%2037.737%2012.0763%2037.7286%2012.1143%2037.7286C%2012.1522%2037.7286%2012.1896%2037.737%2012.2239%2037.7532C%2012.2582%2037.7694%2012.2884%2037.793%2012.3124%2037.8223C%2013.0245%2038.6668%2014.9854%2041.4254%2012.8139%2044.089C%2011.8659%2045.2245%2010.5075%2045.9425%209.03251%2046.088C%206.92619%2046.3129%203.0345%2046.9975%201.44472%2048.8066C%201.38091%2048.882%201.29776%2048.9386%201.20416%2048.9706C%201.11056%2049.0026%201.01%2049.0086%200.913224%2048.9881C%200.816446%2048.9676%200.727071%2048.9212%200.65463%2048.8541C%200.58219%2048.7869%200.529401%2048.7014%200.501893%2048.6067C%20-0.0597939%2046.6977%20-0.932415%2042.4299%203.67141%2038.7518Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 47px;
  height: 49px;
}

.icon-new_request_public_message {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2235%22%20height%3D%2253%22%20viewBox%3D%220%200%2035%2053%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EUnion%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(489%20-980)%22%3E%0D%0A%3Cg%20id%3D%22Union%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(-489%20980.5)%22%20fill%3D%22%2300B4F0%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2017.3913%200C%209.60727%200%203.29709%206.31018%203.29709%2014.0942L%203.29709%2023.812C%201.37405%2024.5085%200%2026.351%200%2028.5145L%200%2047.5C%200%2050.2614%202.23859%2052.5%205%2052.5L%2029.7826%2052.5C%2032.544%2052.5%2034.7826%2050.2614%2034.7826%2047.5L%2034.7826%2028.5145C%2034.7826%2025.7531%2032.544%2023.5145%2029.7826%2023.5145L%208.29709%2023.5145L%208.29709%2014.0942C%208.29709%209.07159%2012.3687%205%2017.3913%205C%2022.4139%205%2026.4855%209.07159%2026.4855%2014.0942L%2026.4855%2019.2064L%2031.4855%2019.2064L%2031.4855%2014.0942C%2031.4855%206.31018%2025.1753%200%2017.3913%200ZM%2021%2033.5C%2021%2035.2759%2019.8427%2036.7815%2018.2411%2037.3037L%2021%2046.5L%2013%2046.5L%2015.7589%2037.3037C%2014.1573%2036.7815%2013%2035.2759%2013%2033.5C%2013%2031.2908%2014.7909%2029.5%2017%2029.5C%2019.2091%2029.5%2021%2031.2908%2021%2033.5Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 35px;
  height: 53px;
}

.icon-notification-edit-pencil {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22158.2px%22%20height%3D%22131.2px%22%20viewBox%3D%220%200%20158.2%20131.2%22%20style%3D%22enable-background%3Anew%200%200%20158.2%20131.2%3B%22%20xml%3Aspace%3D%22preserve%22%0D%0A%09%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpolygon%20style%3D%22fill%3A%23A9C6D8%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20points%3D%22%0D%0A%09%09%09157.6%2C130.6%2052.6%2C130.6%2052.6%2C0.6%20132.6%2C0.6%20157.6%2C26.8%20%09%09%22%2F%3E%0D%0A%09%09%0D%0A%09%09%09%3Crect%20x%3D%2252.6%22%20y%3D%2298.6%22%20style%3D%22fill%3A%2389A1AD%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20width%3D%22105%22%20height%3D%2232%22%2F%3E%0D%0A%09%09%3Cpolygon%20style%3D%22fill%3A%2389A1AD%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20points%3D%22%0D%0A%09%09%09132.6%2C0.6%20132.6%2C26.6%20157.6%2C26.6%20%09%09%22%2F%3E%0D%0A%09%09%3Crect%20x%3D%2264.6%22%20y%3D%2221.6%22%20style%3D%22fill%3A%23F2F2F2%3B%22%20width%3D%2250%22%20height%3D%2232%22%2F%3E%0D%0A%09%09%3Crect%20x%3D%2265.1%22%20y%3D%2259.1%22%20style%3D%22fill%3A%236F8993%3B%22%20width%3D%2256%22%20height%3D%227%22%2F%3E%0D%0A%09%09%3Crect%20x%3D%2265.1%22%20y%3D%2281.1%22%20style%3D%22fill%3A%236F8993%3B%22%20width%3D%2248%22%20height%3D%227%22%2F%3E%0D%0A%09%09%3Crect%20x%3D%2265.1%22%20y%3D%2270.1%22%20style%3D%22fill%3A%236F8993%3B%22%20width%3D%2238%22%20height%3D%227%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%0D%0A%09%09%09%3Crect%20x%3D%228.9%22%20y%3D%2242.8%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-28.5747%2033.6701)%22%20style%3D%22fill%3A%23CCCCCC%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.203%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20width%3D%2235%22%20height%3D%2217%22%2F%3E%0D%0A%09%09%3Cpath%20style%3D%22fill%3A%23F15A24%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.203%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M11.6%2C28.6l-8%2C8%0D%0A%09%09%09c-4.1%2C4.1-4.1%2C10.6%2C0%2C14.7L9%2C56.6L31.7%2C34l-5.4-5.4C22.2%2C24.6%2C15.6%2C24.6%2C11.6%2C28.6z%22%2F%3E%0D%0A%09%09%3Cpath%20style%3D%22fill%3A%23EFC9A3%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.203%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M87%2C103.4%0D%0A%09%09%09l-4.4-18.5l-17.7%2C4.9l-4.9%2C17.7l18.5%2C4.4c1.3-1.5%2C2.6-3%2C4.1-4.4S85.5%2C104.7%2C87%2C103.4z%22%2F%3E%0D%0A%09%09%3Cpath%20style%3D%22fill%3A%234D4D4D%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.203%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M87%2C103.4c-1.5%2C1.3-3%2C2.6-4.4%2C4.1%0D%0A%09%09%09s-2.8%2C2.9-4.1%2C4.4l11.2%2C2.7L87%2C103.4z%22%2F%3E%0D%0A%09%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.203%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M20.7%2C68.3%0D%0A%09%09%09l39.2%2C39.2c2.5-2.5%2C5.7-3.5%2C7.4-2.4l0%2C0L25.6%2C63.3L20.7%2C68.3z%22%2F%3E%0D%0A%09%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.203%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M38.4%2C50.6%0D%0A%09%09%09l41.7%2C41.7l0%2C0c-1.1-1.7-0.1-4.9%2C2.4-7.4L43.3%2C45.7L38.4%2C50.6z%22%2F%3E%0D%0A%09%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.203%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M25.6%2C63.3%0D%0A%09%09%09l41.7%2C41.7l0.1-0.1c-1-1.8%2C0.6-5.5%2C3.8-8.8c3.2-3.2%2C7-4.8%2C8.8-3.8l0.1-0.1L38.4%2C50.6L25.6%2C63.3z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 158.2px;
  height: 131.2px;
}

.icon-notification-payment-fax {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22167.3px%22%20height%3D%22130.9px%22%20viewBox%3D%220%200%20167.3%20130.9%22%20style%3D%22enable-background%3Anew%200%200%20167.3%20130.9%3B%22%20xml%3Aspace%3D%22preserve%22%0D%0A%09%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23A9C6D8%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M161.9%2C130.3H5.4%0D%0A%09%09c-2.7%2C0-4.8-13.8-4.8-16.5L3.5%2C59c0-2.7%2C2.2-4.8%2C4.8-4.8H159c2.7%2C0%2C4.8%2C2.2%2C4.8%2C4.8l2.9%2C55.8C166.7%2C117.5%2C164.5%2C130.3%2C161.9%2C130.3z%0D%0A%09%09%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2389A1AD%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M161.5%2C130.3H5.8%0D%0A%09%09c-2.9%2C0-5.2-2.3-5.2-5.2v-10.4c0-2.9%2C2.3-5.2%2C5.2-5.2h155.7c2.9%2C0%2C5.2%2C2.3%2C5.2%2C5.2v10.4C166.7%2C128%2C164.4%2C130.3%2C161.5%2C130.3z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23425649%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.203%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M70.9%2C100.9H13.4c-1.3%2C0-2.4-1.1-2.4-2.4%0D%0A%09%09l1.2-32.7c0-1.3%2C1.1-2.4%2C2.4-2.4h56.4c1.3%2C0%2C2.4%2C1.1%2C2.4%2C2.4v32.7C73.3%2C99.9%2C72.2%2C100.9%2C70.9%2C100.9z%22%2F%3E%0D%0A%09%3Crect%20x%3D%2238.4%22%20y%3D%2247%22%20style%3D%22fill%3A%234D4D4D%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.203%3Bstroke-miterlimit%3A10%3B%22%20width%3D%2291.1%22%20height%3D%227.2%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M100.8%2C85.4h-8.9%0D%0A%09%09c-1%2C0-1.9-0.8-1.9-1.9l0.6-4.9c0-1%2C0.8-1.9%2C1.9-1.9h7.8c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9l0.6%2C4.9C102.7%2C84.5%2C101.8%2C85.4%2C100.8%2C85.4z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M100.2%2C83.3h-7.7%0D%0A%09%09c-1%2C0-1.9-0.8-1.9-1.9v-2.8c0-1%2C0.8-1.9%2C1.9-1.9h7.7c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9v2.8C102.1%2C82.5%2C101.2%2C83.3%2C100.2%2C83.3z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M116.8%2C85.4h-8.9%0D%0A%09%09c-1%2C0-1.9-0.8-1.9-1.9l0.6-4.9c0-1%2C0.8-1.9%2C1.9-1.9h7.8c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9l0.6%2C4.9C118.7%2C84.5%2C117.8%2C85.4%2C116.8%2C85.4z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M116.2%2C83.3h-7.7%0D%0A%09%09c-1%2C0-1.9-0.8-1.9-1.9v-2.8c0-1%2C0.8-1.9%2C1.9-1.9h7.7c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9v2.8C118.1%2C82.5%2C117.2%2C83.3%2C116.2%2C83.3z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M132.8%2C85.4h-8.9%0D%0A%09%09c-1%2C0-1.9-0.8-1.9-1.9l0.6-4.9c0-1%2C0.8-1.9%2C1.9-1.9h7.8c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9l0.6%2C4.9C134.7%2C84.5%2C133.8%2C85.4%2C132.8%2C85.4z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M132.2%2C83.3h-7.7%0D%0A%09%09c-1%2C0-1.9-0.8-1.9-1.9v-2.8c0-1%2C0.8-1.9%2C1.9-1.9h7.7c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9v2.8C134.1%2C82.5%2C133.2%2C83.3%2C132.2%2C83.3z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M148.8%2C85.4h-8.9%0D%0A%09%09c-1%2C0-1.9-0.8-1.9-1.9l0.6-4.9c0-1%2C0.8-1.9%2C1.9-1.9h7.8c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9l0.6%2C4.9C150.7%2C84.5%2C149.8%2C85.4%2C148.8%2C85.4z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M148.2%2C83.3h-7.7%0D%0A%09%09c-1%2C0-1.9-0.8-1.9-1.9v-2.8c0-1%2C0.8-1.9%2C1.9-1.9h7.7c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9v2.8C150.1%2C82.5%2C149.2%2C83.3%2C148.2%2C83.3z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M100.8%2C73.4h-8.9%0D%0A%09%09c-1%2C0-1.9-0.8-1.9-1.9l0.6-4.9c0-1%2C0.8-1.9%2C1.9-1.9h7.8c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9l0.6%2C4.9C102.7%2C72.5%2C101.8%2C73.4%2C100.8%2C73.4z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M100.2%2C71.3h-7.7%0D%0A%09%09c-1%2C0-1.9-0.8-1.9-1.9v-2.8c0-1%2C0.8-1.9%2C1.9-1.9h7.7c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9v2.8C102.1%2C70.5%2C101.2%2C71.3%2C100.2%2C71.3z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M116.8%2C73.4h-8.9%0D%0A%09%09c-1%2C0-1.9-0.8-1.9-1.9l0.6-4.9c0-1%2C0.8-1.9%2C1.9-1.9h7.8c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9l0.6%2C4.9C118.7%2C72.5%2C117.8%2C73.4%2C116.8%2C73.4z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M116.2%2C71.3h-7.7%0D%0A%09%09c-1%2C0-1.9-0.8-1.9-1.9v-2.8c0-1%2C0.8-1.9%2C1.9-1.9h7.7c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9v2.8C118.1%2C70.5%2C117.2%2C71.3%2C116.2%2C71.3z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M132.8%2C73.4h-8.9%0D%0A%09%09c-1%2C0-1.9-0.8-1.9-1.9l0.6-4.9c0-1%2C0.8-1.9%2C1.9-1.9h7.8c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9l0.6%2C4.9C134.7%2C72.5%2C133.8%2C73.4%2C132.8%2C73.4z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M132.2%2C71.3h-7.7%0D%0A%09%09c-1%2C0-1.9-0.8-1.9-1.9v-2.8c0-1%2C0.8-1.9%2C1.9-1.9h7.7c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9v2.8C134.1%2C70.5%2C133.2%2C71.3%2C132.2%2C71.3z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M148.8%2C73.4h-8.9%0D%0A%09%09c-1%2C0-1.9-0.8-1.9-1.9l0.6-4.9c0-1%2C0.8-1.9%2C1.9-1.9h7.8c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9l0.6%2C4.9C150.7%2C72.5%2C149.8%2C73.4%2C148.8%2C73.4z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M148.2%2C71.3h-7.7%0D%0A%09%09c-1%2C0-1.9-0.8-1.9-1.9v-2.8c0-1%2C0.8-1.9%2C1.9-1.9h7.7c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9v2.8C150.1%2C70.5%2C149.2%2C71.3%2C148.2%2C71.3z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M100.8%2C97.4h-8.9%0D%0A%09%09c-1%2C0-1.9-0.8-1.9-1.9l0.6-4.9c0-1%2C0.8-1.9%2C1.9-1.9h7.8c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9l0.6%2C4.9C102.7%2C96.5%2C101.8%2C97.4%2C100.8%2C97.4z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M100.2%2C95.3h-7.7%0D%0A%09%09c-1%2C0-1.9-0.8-1.9-1.9v-2.8c0-1%2C0.8-1.9%2C1.9-1.9h7.7c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9v2.8C102.1%2C94.5%2C101.2%2C95.3%2C100.2%2C95.3z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M116.8%2C97.4h-8.9%0D%0A%09%09c-1%2C0-1.9-0.8-1.9-1.9l0.6-4.9c0-1%2C0.8-1.9%2C1.9-1.9h7.8c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9l0.6%2C4.9C118.7%2C96.5%2C117.8%2C97.4%2C116.8%2C97.4z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M116.2%2C95.3h-7.7%0D%0A%09%09c-1%2C0-1.9-0.8-1.9-1.9v-2.8c0-1%2C0.8-1.9%2C1.9-1.9h7.7c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9v2.8C118.1%2C94.5%2C117.2%2C95.3%2C116.2%2C95.3z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M132.8%2C97.4h-8.9%0D%0A%09%09c-1%2C0-1.9-0.8-1.9-1.9l0.6-4.9c0-1%2C0.8-1.9%2C1.9-1.9h7.8c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9l0.6%2C4.9C134.7%2C96.5%2C133.8%2C97.4%2C132.8%2C97.4z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M132.2%2C95.3h-7.7%0D%0A%09%09c-1%2C0-1.9-0.8-1.9-1.9v-2.8c0-1%2C0.8-1.9%2C1.9-1.9h7.7c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9v2.8C134.1%2C94.5%2C133.2%2C95.3%2C132.2%2C95.3z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M148.8%2C97.4h-8.9%0D%0A%09%09c-1%2C0-1.9-0.8-1.9-1.9l0.6-4.9c0-1%2C0.8-1.9%2C1.9-1.9h7.8c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9l0.6%2C4.9C150.7%2C96.5%2C149.8%2C97.4%2C148.8%2C97.4z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFD066%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.2033%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20d%3D%22M148.2%2C95.3h-7.7%0D%0A%09%09c-1%2C0-1.9-0.8-1.9-1.9v-2.8c0-1%2C0.8-1.9%2C1.9-1.9h7.7c1%2C0%2C1.9%2C0.8%2C1.9%2C1.9v2.8C150.1%2C94.5%2C149.2%2C95.3%2C148.2%2C95.3z%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23F2F2F2%3Bstroke%3A%234D4D4D%3Bstroke-width%3A1.203%3Bstroke-miterlimit%3A10%3B%22%20points%3D%22105.5%2C5.3%20101.2%2C0.9%2096.8%2C5.3%20%0D%0A%09%0992.5%2C1%2088.1%2C5.4%2083.8%2C1%2079.4%2C5.4%2075.1%2C1.1%2070.7%2C5.5%2066.4%2C1.1%2062%2C5.5%2058.6%2C2%2058.6%2C47%20109.3%2C47%20109.3%2C1.5%20%09%22%2F%3E%0D%0A%09%3Crect%20x%3D%2263.2%22%20y%3D%2211.5%22%20style%3D%22fill%3A%23999999%3B%22%20width%3D%2221%22%20height%3D%222.9%22%2F%3E%0D%0A%09%3Crect%20x%3D%2299.2%22%20y%3D%2211.5%22%20style%3D%22fill%3A%23999999%3B%22%20width%3D%226.3%22%20height%3D%222.9%22%2F%3E%0D%0A%09%3Crect%20x%3D%2263.2%22%20y%3D%2216.2%22%20style%3D%22fill%3A%23999999%3B%22%20width%3D%2230%22%20height%3D%222.9%22%2F%3E%0D%0A%09%3Crect%20x%3D%2299.2%22%20y%3D%2216.2%22%20style%3D%22fill%3A%23999999%3B%22%20width%3D%226.3%22%20height%3D%222.9%22%2F%3E%0D%0A%09%3Crect%20x%3D%2263.2%22%20y%3D%2220.8%22%20style%3D%22fill%3A%23999999%3B%22%20width%3D%2226.8%22%20height%3D%222.9%22%2F%3E%0D%0A%09%3Crect%20x%3D%2299.2%22%20y%3D%2220.8%22%20style%3D%22fill%3A%23999999%3B%22%20width%3D%226.3%22%20height%3D%222.9%22%2F%3E%0D%0A%09%3Crect%20x%3D%2263.2%22%20y%3D%2225.4%22%20style%3D%22fill%3A%23999999%3B%22%20width%3D%2215.9%22%20height%3D%222.9%22%2F%3E%0D%0A%09%3Crect%20x%3D%2299.2%22%20y%3D%2225.4%22%20style%3D%22fill%3A%23999999%3B%22%20width%3D%226.3%22%20height%3D%222.9%22%2F%3E%0D%0A%09%3Crect%20x%3D%2263.2%22%20y%3D%2230%22%20style%3D%22fill%3A%23999999%3B%22%20width%3D%2223.4%22%20height%3D%222.9%22%2F%3E%0D%0A%09%3Crect%20x%3D%2299.2%22%20y%3D%2230%22%20style%3D%22fill%3A%23999999%3B%22%20width%3D%226.3%22%20height%3D%222.9%22%2F%3E%0D%0A%09%3Crect%20x%3D%2263.2%22%20y%3D%2234.6%22%20style%3D%22fill%3A%23999999%3B%22%20width%3D%2230%22%20height%3D%222.9%22%2F%3E%0D%0A%09%3Crect%20x%3D%2299.2%22%20y%3D%2234.6%22%20style%3D%22fill%3A%23999999%3B%22%20width%3D%226.3%22%20height%3D%222.9%22%2F%3E%0D%0A%09%3Crect%20x%3D%2263.2%22%20y%3D%2239.2%22%20style%3D%22fill%3A%23999999%3B%22%20width%3D%2219.3%22%20height%3D%222.9%22%2F%3E%0D%0A%09%3Crect%20x%3D%2299.2%22%20y%3D%2239.2%22%20style%3D%22fill%3A%23999999%3B%22%20width%3D%226.3%22%20height%3D%222.9%22%2F%3E%0D%0A%09%3Crect%20x%3D%2216.5%22%20y%3D%2266.9%22%20style%3D%22fill%3A%2377B28A%3B%22%20width%3D%2238.5%22%20height%3D%222.3%22%2F%3E%0D%0A%09%3Crect%20x%3D%2216.5%22%20y%3D%2271.4%22%20style%3D%22fill%3A%2377B28A%3B%22%20width%3D%2227.2%22%20height%3D%222.3%22%2F%3E%0D%0A%09%3Crect%20x%3D%2216.5%22%20y%3D%2276%22%20style%3D%22fill%3A%2377B28A%3B%22%20width%3D%2235.5%22%20height%3D%222.3%22%2F%3E%0D%0A%09%3Crect%20x%3D%2216.5%22%20y%3D%2280.5%22%20style%3D%22fill%3A%2377B28A%3B%22%20width%3D%2218.1%22%20height%3D%222.3%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 167.3px;
  height: 130.9px;
}

.icon-odn {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M12.5%2C12.779c2.517%2C0%2C4.562-2.046%2C4.562-4.561c0-2.516-2.046-4.563-4.562-4.563%0D%0A%09%09%09c-2.516%2C0-4.562%2C2.047-4.562%2C4.563C7.938%2C10.733%2C9.984%2C12.779%2C12.5%2C12.779z%20M12.5%2C6.329c1.042%2C0%2C1.889%2C0.847%2C1.889%2C1.889%0D%0A%09%09%09c0%2C1.041-0.847%2C1.888-1.889%2C1.888c-1.041%2C0-1.889-0.847-1.889-1.888C10.611%2C7.176%2C11.459%2C6.329%2C12.5%2C6.329z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M14.346%2C16.501c0.929-0.212%2C1.824-0.579%2C2.649-1.097c0.624-0.393%2C0.813-1.219%2C0.419-1.843%0D%0A%09%09%09c-0.393-0.625-1.218-0.814-1.843-0.42c-1.869%2C1.175-4.275%2C1.175-6.143%2C0c-0.625-0.393-1.45-0.205-1.843%2C0.42%0D%0A%09%09%09c-0.393%2C0.625-0.206%2C1.45%2C0.419%2C1.843c0.825%2C0.518%2C1.72%2C0.886%2C2.649%2C1.097l-2.551%2C2.551c-0.521%2C0.522-0.521%2C1.368%2C0.001%2C1.89%0D%0A%09%09%09c0.261%2C0.261%2C0.603%2C0.391%2C0.945%2C0.391c0.342%2C0%2C0.685-0.131%2C0.946-0.391l2.505-2.506l2.507%2C2.506c0.521%2C0.522%2C1.368%2C0.522%2C1.89%2C0%0D%0A%09%09%09c0.523-0.522%2C0.523-1.369%2C0-1.89L14.346%2C16.501z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M20%2C0.994c2.206%2C0%2C4%2C1.794%2C4%2C4v15c0%2C2.206-1.794%2C4-4%2C4H5c-2.206%2C0-4-1.794-4-4v-15c0-2.206%2C1.794-4%2C4-4H20%0D%0A%09%09%09%20M20-0.006H5c-2.761%2C0-5%2C2.239-5%2C5v15c0%2C2.761%2C2.239%2C5%2C5%2C5h15c2.761%2C0%2C5-2.239%2C5-5v-15C25%2C2.233%2C22.761-0.006%2C20-0.006L20-0.006z%22%0D%0A%09%09%09%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-odn_h {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23F58220%22%20d%3D%22M19.998%2C25.024H5c-2.761%2C0-5-2.239-5-5V5c0-2.761%2C2.239-5%2C5-5h14.998c2.761%2C0%2C5%2C2.239%2C5%2C5v15.024%0D%0A%09%09%09C24.998%2C22.785%2C22.759%2C25.024%2C19.998%2C25.024z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M12.499%2C12.797c2.516%2C0%2C4.562-2.048%2C4.562-4.565c0-2.519-2.046-4.567-4.562-4.567%0D%0A%09%09%09c-2.516%2C0-4.562%2C2.048-4.562%2C4.567C7.937%2C10.749%2C9.983%2C12.797%2C12.499%2C12.797z%20M12.499%2C6.341c1.042%2C0%2C1.889%2C0.848%2C1.889%2C1.891%0D%0A%09%09%09c0%2C1.042-0.847%2C1.89-1.889%2C1.89c-1.041%2C0-1.889-0.848-1.889-1.89C10.61%2C7.189%2C11.458%2C6.341%2C12.499%2C6.341z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M14.345%2C16.522c0.929-0.212%2C1.824-0.58%2C2.649-1.098c0.624-0.394%2C0.812-1.22%2C0.419-1.845%0D%0A%09%09%09c-0.393-0.626-1.218-0.814-1.843-0.421c-1.869%2C1.176-4.275%2C1.176-6.142%2C0c-0.625-0.394-1.45-0.205-1.842%2C0.421%0D%0A%09%09%09c-0.393%2C0.625-0.206%2C1.451%2C0.418%2C1.845c0.825%2C0.518%2C1.72%2C0.886%2C2.649%2C1.098l-2.55%2C2.553c-0.521%2C0.522-0.521%2C1.369%2C0.001%2C1.892%0D%0A%09%09%09c0.261%2C0.261%2C0.603%2C0.392%2C0.945%2C0.392c0.342%2C0%2C0.685-0.131%2C0.946-0.392l2.505-2.509l2.507%2C2.509c0.521%2C0.522%2C1.367%2C0.522%2C1.889%2C0%0D%0A%09%09%09c0.522-0.522%2C0.522-1.37%2C0-1.892L14.345%2C16.522z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-orange-search-2 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2012%2012%22%20style%3D%22enable-background%3Anew%200%200%2012%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bclip-path%3Aurl(%23SVGID_2_)%3Bfill%3Anone%3Bstroke%3A%23FB971E%3Bstroke-width%3A2%3B%7D%0D%0A%09.st1%7Bfill%3A%23FB971E%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cdefs%3E%0D%0A%09%09%09%09%0D%0A%09%09%09%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%220.2%22%20y%3D%22-0.4%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-2.1096%205.967)%22%20width%3D%2211.9%22%20height%3D%2211.9%22%2F%3E%0D%0A%09%09%09%3C%2Fdefs%3E%0D%0A%09%09%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0D%0A%09%09%09%3C%2FclipPath%3E%0D%0A%09%09%09%3Cellipse%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-2.296%205.517)%22%20class%3D%22st0%22%20cx%3D%225.5%22%20cy%3D%225.5%22%20rx%3D%224.5%22%20ry%3D%224.5%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cpolygon%20class%3D%22st1%22%20points%3D%227.7%2C9.1%209.1%2C7.7%2012%2C10.6%2010.6%2C12%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
}

.icon-orange_dialog {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2012%2012%22%20style%3D%22enable-background%3Anew%200%200%2012%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23FB971E%3B%22%20d%3D%22M5%2C4c1.1%2C0%2C2%2C0.9%2C2%2C2S6.1%2C8%2C5%2C8H4.2H3.6L3.5%2C8.1L2.6%2C8C1.7%2C7.8%2C1%2C7%2C1%2C6c0-1.1%2C0.9-2%2C2-2H5%20M5%2C3H3%0D%0A%09C1.3%2C3%2C0%2C4.3%2C0%2C6c0%2C1.5%2C1.1%2C2.7%2C2.5%2C2.9c-0.2%2C1.1-1%2C1.6-1%2C1.6s1.9%2C0%2C2.7-1.5H5c1.7%2C0%2C3-1.3%2C3-3S6.7%2C3%2C5%2C3L5%2C3z%22%2F%3E%0D%0A%3Cpath%20style%3D%22fill%3Anone%3B%22%20d%3D%22M8%2C6c0%2C0.4-0.1%2C0.7-0.2%2C1h0h0.6l0.1%2C0.1L9.4%2C7c1-0.2%2C1.6-1%2C1.6-2c0-1.1-0.9-2-2-2H7%0D%0A%09C6.7%2C3%2C6.4%2C3.1%2C6.1%2C3.2C7.2%2C3.7%2C8%2C4.7%2C8%2C6z%22%2F%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23FB971E%3B%22%20d%3D%22M12%2C5c0-1.7-1.3-3-3-3H7C6.1%2C2%2C5.3%2C2.4%2C4.8%2C3H5c0.4%2C0%2C0.8%2C0.1%2C1.1%2C0.2C6.4%2C3.1%2C6.7%2C3%2C7%2C3h2%0D%0A%09c1.1%2C0%2C2%2C0.9%2C2%2C2c0%2C1-0.7%2C1.8-1.6%2C2L8.5%2C7.1L8.4%2C7H7.8h0C7.7%2C7.4%2C7.5%2C7.7%2C7.2%2C8h0.6c0.8%2C1.5%2C2.7%2C1.5%2C2.7%2C1.5S9.7%2C9%2C9.5%2C7.9%0D%0A%09C10.9%2C7.7%2C12%2C6.5%2C12%2C5z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
}

.icon-orange_pencil_edit {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2012%2012%22%20style%3D%22enable-background%3Anew%200%200%2012%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20style%3D%22fill%3Anone%3Bstroke%3A%23FB971E%3Bstroke-width%3A2%3B%22%20points%3D%221.5%2C10.5%201.5%2C7.5%207.5%2C1.5%2010.5%2C4.5%204.5%2C10.5%20%22%2F%3E%0D%0A%3Cline%20style%3D%22fill%3Anone%3Bstroke%3A%23FB971E%3B%22%20x1%3D%225%22%20y1%3D%224%22%20x2%3D%228%22%20y2%3D%227%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
}

.icon-orange_search_10x10 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2010%2010%22%20style%3D%22enable-background%3Anew%200%200%2010%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%2210%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%0D%0A%09%09%3Cellipse%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-1.9203%204.636)%22%20style%3D%22clip-path%3Aurl(%23SVGID_2_)%3Bfill%3Anone%3Bstroke%3A%23FB971E%3Bstroke-width%3A2%3B%22%20cx%3D%224.6%22%20cy%3D%224.6%22%20rx%3D%223.6%22%20ry%3D%223.6%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%227.4%22%20y%3D%226.5%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-3.4015%208.2123)%22%20style%3D%22fill%3A%23FB971E%3B%22%20width%3D%221.7%22%20height%3D%223.4%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
}

.icon-paper-airline {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2280%22%20height%3D%2275%22%20viewBox%3D%220%200%2080%2075%22%3E%0D%0A%20%20%3Cmetadata%3E%3C%3Fxpacket%20begin%3D%22%EF%BB%BF%22%20id%3D%22W5M0MpCehiHzreSzNTczkc9d%22%3F%3E%0D%0A%3Cx%3Axmpmeta%20xmlns%3Ax%3D%22adobe%3Ans%3Ameta%2F%22%20x%3Axmptk%3D%22Adobe%20XMP%20Core%205.6-c138%2079.159824%2C%202016%2F09%2F14-01%3A09%3A01%20%20%20%20%20%20%20%20%22%3E%0D%0A%20%20%20%3Crdf%3ARDF%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%0D%0A%20%20%20%20%20%20%3Crdf%3ADescription%20rdf%3Aabout%3D%22%22%2F%3E%0D%0A%20%20%20%3C%2Frdf%3ARDF%3E%0D%0A%3C%2Fx%3Axmpmeta%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0D%0A%3C%3Fxpacket%20end%3D%22w%22%3F%3E%3C%2Fmetadata%3E%0D%0A%3Cimage%20id%3D%22%D0%92%D0%B5%D0%BA%D1%82%D0%BE%D1%80%D0%BD%D1%8B%D0%B9_%D1%81%D0%BC%D0%B0%D1%80%D1%82-%D0%BE%D0%B1%D1%8A%D0%B5%D0%BA%D1%82%22%20data-name%3D%22%D0%92%D0%B5%D0%BA%D1%82%D0%BE%D1%80%D0%BD%D1%8B%D0%B9%20%D1%81%D0%BC%D0%B0%D1%80%D1%82-%D0%BE%D0%B1%D1%8A%D0%B5%D0%BA%D1%82%22%20width%3D%2280%22%20height%3D%2275%22%20xlink%3Ahref%3D%22data%3Aimg%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAAFAAAABLCAQAAABNCch%2BAAAABGdBTUEAALGPC%2FxhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfhAxgPGg6fCPfGAAAISUlEQVRo3s3a%2BXeU1R3H8dfMJCEkkZCNEFaxCCpE2RehsoMeW6yKCsWe0%2F7gX9Qf21NPLYtaxaqoKAoIVlA2oYCioGyRECAbgSRk6w%2FzZDJDJslkSAKfX%2Ba52%2FO85zv3%2Bd7v%2Fd4JuV8VMsMSw0L3mqMHPWS10biVca9JkqjEKlOC63P3G2CupWYLx8oX7ifATAssNiyh7r6xYEi5FWhJAGx05f4AnGiNEvu0WJNQf15HOM1bDpyKrPcX1%2FxVcwzvVPB5jntrwRxLzPWrv7vkKctjeMc9Bi7cS8AM8zylxfuOC3nagqD%2Bgm0WgWaV9wow5DGr5Nlvn9syPR9YjGu2alUGzmu%2FN4ATrDbOKZ%2BpRa4NxgUtN2zSSAB4gaEHLLDSNJVedx4U26ggaGu2WS2GywcVQw043FPmafKhIzrAROsND1rbvK0SlIKOoQWMmGuJLN%2FYqymoe9Q6kViP7c4GV6NAldtDB%2FioVQr96FPXY3UzPKcrltrjaOw6CngpWhh8wLHWmOCqTc7E1c73TFzpqC%2FjSlHAiqEAHGmFco0%2BcVB7XP1SS%2BNKZ20P5uSQWjDbYguEHbRLY0LLSotRbYQMVHpbW1xrvmw0uzqYgGGzLZPjZztU3dEWxTsjTwbqbdGc0F4EKjttOhiAU61SrNoHfujWFsU77abJaLZJ%2FR09isGVzuJAA5ZZbZJmOx1I%2BOESrXfGs2jzZjf7dlpwUABHWOFxHLFLQ5L2ZRbjF1%2FbCD7wS5JegwSYZbGFMp23w%2BWkPRZaggof%2BbMIdjmWtF%2F0J742kIBhMy2Tp9bnTiY4jC7NsgZVtvqjPByxN2m%2FDPlojK02AwA42WqjtNjtay099Jnm96j2T08bgzO299CzUIi49eYuAUut9hv8z85ub2P8V3hBSL03zFQu6vnae%2BhbCKoHAvABy8wUUuGTTq%2BfVGVeEtFok1IrRD3f7R57RwOtmrsFzPSkRbLc8IVjPcy6qEbaaJgWm%2FGCkNu29GLrAQEMmWG5B7TaZ18vtoAcr8rT7m3VXjNMh38HMd%2BgAXYmdU7ZGX%2BbpMqwQTE%2BdNafFOBjP%2FUxJgpYlx5gZ1Kn0g7nUrD0H4zHLkc9axL2O9jnqChgnJtPFbAzqXPTbkd6fAfjtdR0HLTXHHPxvZ19jonIwy2t%2FQPsTOq02e%2FLLhfaq8otwWmfeNAz%2BNW2FL7WCCESn9AXYDSpk4%2Bf7Ih3oL1qvOdw2btGeFlEva09OvF4PQCJL17vgBOtMQbX7EgI2HtXvvUy1NmCDXK02OpGSiNzSd2CRVZ5BE32%2BDalWRdVpvVyNduswTql2NZD%2BNATYAoWjCZ1wtodttutlOFgrTIdtqnyW9Pwhe9THpsDiRF2d8BoUicbP%2Fu0Ky5LUYuUY5fTpliO4%2Fb1Y3Q2JAa6iYDRpM5IVPssScDelyZbiZO%2BUuwFIRd90K%2Fxw7pXxQNGkzo02%2BdAvC9KUQVeFFLjQ5leka3BW%2F28S1bPgNGkDh2%2B80XSgL0vZXrFcO3e1WSdEm3e6vd9MrtjZuhM6kTQbq8Td%2BxiU9WzRmO%2FSxaYjh0upnUfEtLSGeZaHsswhS21VId61WpcV61GdR8RS1RzzMA1u02wGkdTWHe7KzuZBQ87o0CBAoUKFckUki%2FfpFifBtWq1apRq8aNJPHfJM%2Bg3fuyrBNW6aM0rYeYuQLAdjUJgVO%2BQkWKjVISLD158kyItbepVRPA1qjVYrZVItjtog1GaPNeGq8YglE5iYB3qk5dbL%2BabZQSJUYbH8vkRRQFe9dEnfGVmaaipp%2BuvUu3uwNGeh3Qqs5lZ3znoDbjhFGjSothiVNZlc2ybJSBHPOVaFPb62YgmR42GhHfdP0CqcaDjXb7yauyfeoHhIxUqtQoRbJV2K7J%2FGCSE1GuXKOTTjuXUhwT1c3gc2SXJ4mkPJh6VcpFnARNrjnvlEMOOKUVVXKVxlk20xiPW2icbA135LCSqzA4hj3blVnoDyDXjTbVoR5s0u5Hh9RpMzIOM6LYFAtNVyzDzV5fn2xPgMroEUT%2FAakxR0Mv%2B%2BAWFc5aJIx28ef5OcaabpGpimRpSupdmywGN7rigP7u6ipcNsuBXqf%2FdBFU%2BpsiZcqUGRt7TsgYY4KveslFlariAtRGl4zTmQROC5CD1nowaeKsUzPBTm2qVDmmxGtBS7PrRgXPLFCgHNS56qoGN2UGTrpYKP0M6wlrzO8FcLQxOBs79RhuQ7B4tfiXS8LBIjBKiUJh5Ms3OeEemfLVpgt42zFz5MdvrhM0Gx0%2BC0phLwYJoRZbXEK7qlheNaJYieJgqc2Lm7PD0wfksHnm%2BjxpW6ZyHItF4isC27R5J4nV21yJi9lDcuUarkNdJ156gFdcMMuepA5jmmytdgWl8uDkt8M2p%2Fu8b4eG7hFken8JOCzH9KQts7E%2FyF%2BVWRvU%2Fidw7mkoPcCTbpmfpL7UeLf8F%2BRaH0TIH%2FWQjR5EwFaHlcVFjJ2aQ5AciXg5SATtTCt0vUtADmr35B11wzyh1iGwxkSwJ7DnkAPW%2B97DShLqZsqyRxtmmAf223N3eOkDcoDgHY0qZJ6rjmGs34EjMW94TwAvuuzxwAnDYwrt0iHXyzJw4o5D1iEH5IBw3DxcrMIPwl6Sj9Pe60fCaZAAT7hpVrA%2FeViZ3Tqs9iB%2B8U6So8QhB2zzrbBVCFvpkjOesAAV3uxHmN%2BH%2BhuwJuqKOUar9IhyH8v2irAqb6SYJh4CwFZhk0zzkHYXPC9LtdfT3nQOAiC%2FmiEbIVNkqPePtBJPgwjY7pZHg%2BubXu8KkwZKd%2F8Hx%2BPBFqrJG%2FGnlPcPYIcduG1Tv9PFQ6i1SSKbAdL%2FAaY7YM4gVnRaAAAAAElFTkSuQmCC%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 80px;
  height: 75px;
}

.icon-pdf-06 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2030%2040%22%20style%3D%22enable-background%3Anew%200%200%2030%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M22.2%2C2L28%2C7.8V38H2V2H22.2%20M23%2C0H0v40h30V6.9L23%2C0L23%2C0z%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M5.8%2C23.2V16h2.7c0.5%2C0%2C0.8%2C0%2C1.1%2C0.1c0.4%2C0.1%2C0.6%2C0.2%2C0.9%2C0.3s0.4%2C0.4%2C0.6%2C0.7%0D%0A%09%09c0.1%2C0.3%2C0.2%2C0.6%2C0.2%2C1c0%2C0.6-0.2%2C1.1-0.6%2C1.5s-1.1%2C0.6-2.1%2C0.6H6.7v2.9H5.8z%20M6.7%2C19.4h1.9c0.6%2C0%2C1-0.1%2C1.3-0.3s0.4-0.5%2C0.4-1%0D%0A%09%09c0-0.3-0.1-0.6-0.2-0.8c-0.2-0.2-0.4-0.4-0.6-0.4c-0.2%2C0-0.5-0.1-0.9-0.1H6.7V19.4z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M12.4%2C23.2V16h2.5c0.6%2C0%2C1%2C0%2C1.3%2C0.1c0.4%2C0.1%2C0.8%2C0.3%2C1%2C0.5c0.4%2C0.3%2C0.7%2C0.7%2C0.8%2C1.2%0D%0A%09%09c0.2%2C0.5%2C0.3%2C1.1%2C0.3%2C1.7c0%2C0.5-0.1%2C1-0.2%2C1.4s-0.3%2C0.8-0.5%2C1s-0.4%2C0.5-0.7%2C0.6c-0.2%2C0.2-0.5%2C0.3-0.9%2C0.4c-0.3%2C0.1-0.7%2C0.1-1.1%2C0.1%0D%0A%09%09H12.4z%20M13.4%2C22.3h1.5c0.5%2C0%2C0.8%2C0%2C1.1-0.1c0.3-0.1%2C0.5-0.2%2C0.6-0.4c0.2-0.2%2C0.4-0.5%2C0.5-0.9c0.1-0.4%2C0.2-0.8%2C0.2-1.4%0D%0A%09%09c0-0.7-0.1-1.3-0.4-1.7c-0.2-0.4-0.5-0.7-0.9-0.8c-0.3-0.1-0.7-0.1-1.2-0.1h-1.5V22.3z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M19.7%2C23.2V16h4.8v0.8h-3.9v2.2H24v0.8h-3.4v3.3H19.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 40px;
}

.icon-personal-page {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2070%2070%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--Generated%20by%20IJSVG%20(https%3A%2F%2Fgithub.com%2Fcurthard89%2FIJSVG)--%3E%0D%0A%20%20%20%20%3Cg%20transform%3D%22translate(13%2C%203)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%233BA3F8%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C5c0%2C-2.76142%202.23858%2C-5%205%2C-5h34c2.7614%2C0%205%2C2.23858%205%2C5v54c0%2C2.7614%20-2.2386%2C5%20-5%2C5h-34c-2.76142%2C0%20-5%2C-2.2386%20-5%2C-5v-54Z%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23B9DDFC%22%20d%3D%22M0%2C5c0%2C-2.76142%202.23858%2C-5%205%2C-5h16c2.7614%2C0%205%2C2.23858%205%2C5v16c0%2C2.7614%20-2.2386%2C5%20-5%2C5h-16c-2.76142%2C0%20-5%2C-2.2386%20-5%2C-5v-16Z%22%20transform%3D%22translate(9%2C%209)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M15%2C4c0%2C2.20914%20-1.79086%2C4%20-4%2C4c-2.20914%2C0%20-4%2C-1.79086%20-4%2C-4c0%2C-2.20914%201.79086%2C-4%204%2C-4c2.20914%2C0%204%2C1.79086%204%2C4Zm4%2C12c0%2C0%20-3.5817%2C0%20-8%2C0c-4.41828%2C0%20-8%2C0%20-8%2C0c0%2C-3.31371%203.58172%2C-6%208%2C-6c4.4183%2C0%208%2C2.68629%208%2C6Zm-19%2C11c0%2C-1.10457%200.895431%2C-2%202%2C-2h18c1.1046%2C0%202%2C0.895431%202%2C2c0%2C1.10457%20-0.8954%2C2%20-2%2C2h-18c-1.10457%2C0%20-2%2C-0.89543%20-2%2C-2Zm0%2C6c0%2C-1.10457%200.895431%2C-2%202%2C-2h18c1.1046%2C0%202%2C0.895431%202%2C2c0%2C1.10457%20-0.8954%2C2%20-2%2C2h-18c-1.10457%2C0%20-2%2C-0.89543%20-2%2C-2Zm0%2C6c0%2C-1.10457%200.895431%2C-2%202%2C-2h12c1.1046%2C0%202%2C0.895431%202%2C2c0%2C1.10457%20-0.8954%2C2%20-2%2C2h-12c-1.10457%2C0%20-2%2C-0.89543%20-2%2C-2Z%22%20transform%3D%22translate(11%2C%2014)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-project_bplans {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20enable-background%3D%22new%200%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpolygon%20fill%3D%22%23FFCD05%22%20points%3D%227.7%2C18.3%202.7%2C31.6%2040%2C10.7%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20fill%3D%22%23FFCD05%22%20points%3D%227.1%2C15.6%2037%2C9.8%200%2C7%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20fill%3D%22%23E3980A%22%20points%3D%2211.2%2C26.8%2013.4%2C33%2040%2C10.7%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.icon-project_bplans_mini {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpolygon%20fill%3D%22%23FFCD05%22%20points%3D%223.9%2C9.2%201.3%2C15.8%2020%2C5.4%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20fill%3D%22%23FFCD05%22%20points%3D%223.6%2C7.8%2018.5%2C4.9%200%2C3.5%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20fill%3D%22%23E3980A%22%20points%3D%225.6%2C13.4%206.7%2C16.5%2020%2C5.4%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-project_zone {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20enable-background%3D%22new%200%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2240%22%20height%3D%2240%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%2300B4F0%22%20d%3D%22M30%2C20c0%2C5.5-4.5%2C10-10%2C10s-10-4.5-10-10s4.5-10%2C10-10S30%2C14.5%2C30%2C20%20M40%2C20%0D%0A%09%09C40%2C9%2C31%2C0%2C20%2C0S0%2C9%2C0%2C20s9%2C20%2C20%2C20S40%2C31%2C40%2C20%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.icon-project_zone_mini {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_5_%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_5_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%23FFCD05%22%20d%3D%22M15%2C10c0%2C2.8-2.2%2C5-5%2C5s-5-2.2-5-5s2.2-5%2C5-5S15%2C7.2%2C15%2C10%20M20%2C10%0D%0A%09%09c0-5.5-4.5-10-10-10S0%2C4.5%2C0%2C10s4.5%2C10%2C10%2C10S20%2C15.5%2C20%2C10%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-rate-art_bad {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2234px%22%20height%3D%2241.1px%22%20viewBox%3D%220%200%2034%2041.1%22%20style%3D%22enable-background%3Anew%200%200%2034%2041.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%233F2C1C%3B%22%20d%3D%22M7.2%2C40.9c1.9-0.1%2C8.3%2C0%2C13.5%2C0c5.2%2C0%2C6.6%2C0.1%2C8.8%2C0.2c2.2%2C0.1%2C3.2-1.3%2C3.7-2.2%0D%0A%09%09c0.1-0.2%2C0.3-0.7%2C0.5-1.2c-0.5%2C0.3-1.1%2C0.6-1.5%2C0.8c-2.2%2C1-4.7%2C1.6-5.4%2C1.2c-0.7-0.4-4.5-0.7-7.3-0.6c-2.8%2C0.1-12.8%2C0.6-16.4%2C0%0D%0A%09%09c-1.3-0.2-2.2-1.1-3-2.2c0.1%2C0.9%2C0.3%2C1.7%2C0.7%2C2.4C2.3%2C41.4%2C5.4%2C41%2C7.2%2C40.9z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2359432C%3B%22%20d%3D%22M32.8%2C32.4c-2.1-2.4-4.4-3-4.4-3c-1.8%2C0.4-6.8%2C0.7-12.4%2C0.4c-5.6-0.3-6.7-1-8.3-1.5%0D%0A%09%09c0%2C0-0.6%2C0.2-2.7%2C0.6s-3.7%2C2.6-3.7%2C2.6c-0.7%2C1-1.5%2C3.3-1.4%2C5.2c0.7%2C1.1%2C1.7%2C2%2C3%2C2.2c3.6%2C0.6%2C13.7%2C0.1%2C16.4%2C0%0D%0A%09%09c2.8-0.1%2C6.6%2C0.2%2C7.3%2C0.6c0.7%2C0.4%2C3.3-0.2%2C5.4-1.2c0.5-0.2%2C1-0.5%2C1.5-0.8C34.1%2C36.4%2C34.4%2C34.2%2C32.8%2C32.4z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%233F2C1C%3B%22%20d%3D%22M28.4%2C29.4c0%2C0%2C0.3-0.6%2C0.4-1.5c-0.8%2C0.3-1.7%2C0.5-2.3%2C0.6c-2.3%2C0.2-11-0.5-15.2-0.8%0D%0A%09%09c-2.1-0.1-3.9-1.1-5.3-2c0.4%2C1.6%2C1.8%2C2.6%2C1.8%2C2.6c1.5%2C0.5%2C2.7%2C1.2%2C8.3%2C1.5C21.6%2C30.1%2C26.6%2C29.9%2C28.4%2C29.4z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2359432C%3B%22%20d%3D%22M20.3%2C24.1c2.9%2C0%2C4.5-1%2C5.4-2.3c0-0.7-0.3-1.5-1-2.3c-1.6-1.6-3.9-1.3-3.9-1.3s1.3-1.6%2C1.2-3.8%0D%0A%09%09c0-2.2-2.5-3.8-2.5-3.8c0.7%2C2.4-0.6%2C3.2-2.2%2C3.4c-1.6%2C0.2-5.3%2C0.8-6.7%2C3c-0.8%2C1.3-0.8%2C2.8-0.7%2C3.7C12%2C23%2C15.4%2C24.2%2C20.3%2C24.1z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2359432C%3B%22%20d%3D%22M28.4%2C25.7c-0.9-1.9-2.8-2.6-2.8-2.6s0%2C0%2C0-0.1c-0.9%2C0.7-2%2C1.3-3.6%2C1.7c-3.7%2C0.9-10.5-0.9-11.8-2.7%0D%0A%09%09c0%2C0-3.7%2C0-4.3%2C2.3c-0.1%2C0.5-0.1%2C1%2C0%2C1.5c1.4%2C0.9%2C3.2%2C1.9%2C5.3%2C2c4.2%2C0.3%2C12.9%2C1%2C15.2%2C0.8c0.7-0.1%2C1.5-0.3%2C2.3-0.6%0D%0A%09%09C28.8%2C27.3%2C28.8%2C26.5%2C28.4%2C25.7z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%233F2C1C%3B%22%20d%3D%22M22.1%2C24.7c1.6-0.4%2C2.7-1%2C3.6-1.7c0-0.1%2C0.1-0.6%2C0.1-1.2c-0.9%2C1.3-2.6%2C2.2-5.4%2C2.3%0D%0A%09%09c-5%2C0.1-8.4-1-10.3-3.2c0.1%2C0.7%2C0.2%2C1.1%2C0.2%2C1.1C11.5%2C23.8%2C18.3%2C25.6%2C22.1%2C24.7z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22opacity%3A0.5%3Bfill%3A%233F2C1C%3B%22%20d%3D%22M3.7%2C20.9c0%2C0-2.1-3-1.3-6.3s1.2-3.3%2C1.4-4.6c0.2-1.6-0.8-5.2-0.8-5.2s3.2%2C5%2C1.8%2C8.1%0D%0A%09%09S3.3%2C19.2%2C3.7%2C20.9z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22opacity%3A0.5%3Bfill%3A%233F2C1C%3B%22%20d%3D%22M15.8%2C12.8c0%2C0-1.6-2.4-1-5.1c0.6-2.7%2C1-2.6%2C1.1-3.6C16%2C2.9%2C15.2%2C0%2C15.2%2C0%0D%0A%09%09s2.6%2C4%2C1.5%2C6.4C15.5%2C8.9%2C15.5%2C11.5%2C15.8%2C12.8z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22opacity%3A0.5%3Bfill%3A%233F2C1C%3B%22%20d%3D%22M31.1%2C24.1c0%2C0-2.1-3-1.3-6.3s1.2-3.3%2C1.4-4.6c0.2-1.6-0.8-5.2-0.8-5.2s3.2%2C5%2C1.8%2C8.1%0D%0A%09%09C30.8%2C19.1%2C30.8%2C22.5%2C31.1%2C24.1z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 34px;
  height: 41.1px;
}

.icon-rate-art_bad_small {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221px%22%20height%3D%2225.4px%22%20viewBox%3D%220%200%2021%2025.4%22%20style%3D%22enable-background%3Anew%200%200%2021%2025.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%233F2C1C%3B%22%20d%3D%22M4.5%2C25.2c1.1-0.1%2C5.1%2C0%2C8.3%2C0c3.2%2C0%2C4.1%2C0.1%2C5.4%2C0.2c1.4%2C0.1%2C2-0.8%2C2.3-1.4%0D%0A%09%09c0.1-0.1%2C0.2-0.4%2C0.3-0.7c-0.3%2C0.2-0.7%2C0.4-1%2C0.5c-1.3%2C0.6-2.9%2C1-3.3%2C0.7s-2.8-0.4-4.5-0.4c-1.7%2C0-7.9%2C0.3-10.2%2C0%0D%0A%09%09C1%2C24%2C0.4%2C23.5%2C0%2C22.8c0%2C0.5%2C0.2%2C1.1%2C0.5%2C1.5C1.4%2C25.6%2C3.3%2C25.3%2C4.5%2C25.2z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2359432C%3B%22%20d%3D%22M20.3%2C20c-1.3-1.5-2.7-1.8-2.7-1.8c-1.1%2C0.3-4.2%2C0.4-7.7%2C0.3c-3.4-0.2-4.2-0.6-5.1-0.9%0D%0A%09%09c0%2C0-0.4%2C0.1-1.7%2C0.4s-2.3%2C1.6-2.3%2C1.6c-0.5%2C0.6-0.9%2C2-0.8%2C3.2c0.4%2C0.7%2C1%2C1.2%2C1.8%2C1.4c2.2%2C0.3%2C8.4%2C0%2C10.2%2C0c1.7%2C0%2C4.1%2C0.1%2C4.5%2C0.4%0D%0A%09%09s2-0.1%2C3.3-0.7c0.3-0.1%2C0.6-0.3%2C1-0.5C21.1%2C22.5%2C21.2%2C21.1%2C20.3%2C20z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%233F2C1C%3B%22%20d%3D%22M17.5%2C18.2c0%2C0%2C0.2-0.4%2C0.2-0.9c-0.5%2C0.2-1%2C0.3-1.4%2C0.4c-1.4%2C0.1-6.8-0.3-9.4-0.5%0D%0A%09%09c-1.3-0.1-2.4-0.7-3.3-1.2c0.2%2C1%2C1.1%2C1.6%2C1.1%2C1.6c0.9%2C0.3%2C1.7%2C0.7%2C5.1%2C0.9C13.3%2C18.6%2C16.5%2C18.4%2C17.5%2C18.2z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2359432C%3B%22%20d%3D%22M12.6%2C14.9c1.8%2C0%2C2.8-0.6%2C3.4-1.4c0-0.4-0.2-0.9-0.6-1.4c-1-1-2.4-0.8-2.4-0.8s0.8-1%2C0.8-2.3%0D%0A%09%09c0-1.4-1.5-2.3-1.5-2.3c0.5%2C1.5-0.4%2C2-1.4%2C2.1c-1%2C0.1-3.3%2C0.5-4.1%2C1.9c-0.5%2C0.8-0.5%2C1.7-0.4%2C2.3C7.4%2C14.2%2C9.5%2C14.9%2C12.6%2C14.9z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2359432C%3B%22%20d%3D%22M17.5%2C15.9c-0.5-1.1-1.7-1.6-1.7-1.6s0%2C0%2C0%2C0c-0.5%2C0.4-1.2%2C0.8-2.2%2C1.1c-2.3%2C0.6-6.5-0.6-7.3-1.7%0D%0A%09%09c0%2C0-2.3%2C0-2.6%2C1.4c-0.1%2C0.3-0.1%2C0.6%2C0%2C0.9c0.8%2C0.6%2C2%2C1.2%2C3.3%2C1.2c2.6%2C0.2%2C8%2C0.6%2C9.4%2C0.5c0.4%2C0%2C0.9-0.2%2C1.4-0.4%0D%0A%09%09C17.8%2C16.9%2C17.8%2C16.4%2C17.5%2C15.9z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%233F2C1C%3B%22%20d%3D%22M13.6%2C15.3c1-0.2%2C1.7-0.6%2C2.2-1.1c0-0.1%2C0.1-0.4%2C0.1-0.7c-0.6%2C0.8-1.6%2C1.4-3.4%2C1.4%0D%0A%09%09c-3.1%2C0.1-5.2-0.6-6.4-2c0%2C0.4%2C0.1%2C0.7%2C0.1%2C0.7C7.1%2C14.7%2C11.3%2C15.8%2C13.6%2C15.3z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22opacity%3A0.5%3Bfill%3A%233F2C1C%3B%22%20d%3D%22M2.3%2C12.9c0%2C0-1.3-1.8-0.8-3.9s0.7-2%2C0.8-2.8C2.4%2C5.2%2C1.8%2C3%2C1.8%2C3s2%2C3.1%2C1.1%2C5%0D%0A%09%09S2.1%2C11.9%2C2.3%2C12.9z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22opacity%3A0.5%3Bfill%3A%233F2C1C%3B%22%20d%3D%22M9.8%2C7.9c0%2C0-1-1.5-0.6-3.1c0.4-1.7%2C0.6-1.6%2C0.7-2.2C9.9%2C1.8%2C9.4%2C0%2C9.4%2C0s1.6%2C2.5%2C0.9%2C4%0D%0A%09%09C9.6%2C5.5%2C9.6%2C7.1%2C9.8%2C7.9z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22opacity%3A0.5%3Bfill%3A%233F2C1C%3B%22%20d%3D%22M19.2%2C14.9c0%2C0-1.3-1.8-0.8-3.9s0.7-2%2C0.8-2.8c0.1-1-0.5-3.2-0.5-3.2s2%2C3.1%2C1.1%2C5%0D%0A%09%09C19%2C11.8%2C19%2C13.9%2C19.2%2C14.9z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 21px;
  height: 25.4px;
}

.icon-rate-art_interesting {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3CradialGradient%20id%3D%22SVGID_1_%22%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0D%0A%09%09%3Cstop%20%20offset%3D%220%22%20style%3D%22stop-color%3A%23FFF364%22%2F%3E%0D%0A%09%09%3Cstop%20%20offset%3D%221%22%20style%3D%22stop-color%3A%23F2C544%22%2F%3E%0D%0A%09%3C%2FradialGradient%3E%0D%0A%09%3Ccircle%20style%3D%22fill%3Aurl(%23SVGID_1_)%3B%22%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%2F%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cellipse%20style%3D%22fill%3A%23473321%3B%22%20cx%3D%2213.8%22%20cy%3D%2214%22%20rx%3D%222.3%22%20ry%3D%223.3%22%2F%3E%0D%0A%09%09%3Cellipse%20style%3D%22fill%3A%23473321%3B%22%20cx%3D%2226.2%22%20cy%3D%2214%22%20rx%3D%222.3%22%20ry%3D%223.3%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23473321%3B%22%20d%3D%22M16.6%2C29.1c-3.7-1.1-5.8-3-6.8-4.1c0%2C0%2C0.1%2C0.2%2C0.3%2C0.6c3.9%2C7.9%2C15.2%2C7.9%2C19.1%2C0%0D%0A%09%09c0.2-0.3%2C0.3-0.6%2C0.3-0.6c-0.9%2C1.1-3.1%2C3-6.8%2C4.1C20.7%2C29.6%2C18.5%2C29.6%2C16.6%2C29.1z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.icon-rate-art_interesting_small {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3CradialGradient%20id%3D%22SVGID_1_%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0D%0A%09%09%3Cstop%20%20offset%3D%220%22%20style%3D%22stop-color%3A%23FFF364%22%2F%3E%0D%0A%09%09%3Cstop%20%20offset%3D%221%22%20style%3D%22stop-color%3A%23F2C544%22%2F%3E%0D%0A%09%3C%2FradialGradient%3E%0D%0A%09%3Ccircle%20style%3D%22fill%3Aurl(%23SVGID_1_)%3B%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%2F%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cellipse%20style%3D%22fill%3A%23473321%3B%22%20cx%3D%228.3%22%20cy%3D%228.4%22%20rx%3D%221.4%22%20ry%3D%222%22%2F%3E%0D%0A%09%09%3Cellipse%20style%3D%22fill%3A%23473321%3B%22%20cx%3D%2215.7%22%20cy%3D%228.4%22%20rx%3D%221.4%22%20ry%3D%222%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23473321%3B%22%20d%3D%22M10%2C17.4c-2.2-0.7-3.5-1.8-4.1-2.4c0%2C0%2C0%2C0.1%2C0.2%2C0.3c2.3%2C4.7%2C9.1%2C4.7%2C11.5%2C0%0D%0A%09%09c0.1-0.2%2C0.2-0.3%2C0.2-0.3c-0.6%2C0.6-1.9%2C1.8-4.1%2C2.4C12.4%2C17.8%2C11.1%2C17.8%2C10%2C17.4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-rate-art_middle {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3CradialGradient%20id%3D%22SVGID_1_%22%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0D%0A%09%09%3Cstop%20%20offset%3D%220%22%20style%3D%22stop-color%3A%23FFF364%22%2F%3E%0D%0A%09%09%3Cstop%20%20offset%3D%221%22%20style%3D%22stop-color%3A%23F2C544%22%2F%3E%0D%0A%09%3C%2FradialGradient%3E%0D%0A%09%3Ccircle%20style%3D%22fill%3Aurl(%23SVGID_1_)%3B%22%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23473321%3B%22%20d%3D%22M13.8%2C12.7c-0.7%2C0-1.2-0.4-1.7-1c-0.4%2C0.6-0.6%2C1.4-0.6%2C2.3c0%2C1.8%2C1%2C3.3%2C2.3%2C3.3s2.3-1.5%2C2.3-3.3%0D%0A%09%09c0-0.9-0.2-1.7-0.6-2.3C15%2C12.3%2C14.5%2C12.7%2C13.8%2C12.7z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23473321%3B%22%20d%3D%22M25.2%2C12.7c-0.7%2C0-1.2-0.4-1.7-1c-0.4%2C0.6-0.6%2C1.4-0.6%2C2.3c0%2C1.8%2C1%2C3.3%2C2.3%2C3.3%0D%0A%09%09c1.3%2C0%2C2.3-1.5%2C2.3-3.3c0-0.9-0.2-1.7-0.6-2.3C26.4%2C12.3%2C25.8%2C12.7%2C25.2%2C12.7z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23473321%3B%22%20d%3D%22M22.6%2C27.4c3.7%2C1.1%2C5.8%2C3%2C6.8%2C4.1c0%2C0-0.1-0.2-0.3-0.6C25.3%2C23%2C13.9%2C23%2C10%2C30.9%0D%0A%09%09c-0.2%2C0.3-0.3%2C0.6-0.3%2C0.6c0.9-1.1%2C3.1-3%2C6.8-4.1C18.5%2C26.8%2C20.7%2C26.8%2C22.6%2C27.4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.icon-rate-art_middle_small {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3CradialGradient%20id%3D%22SVGID_1_%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0D%0A%09%09%3Cstop%20%20offset%3D%220%22%20style%3D%22stop-color%3A%23FFF364%22%2F%3E%0D%0A%09%09%3Cstop%20%20offset%3D%221%22%20style%3D%22stop-color%3A%23F2C544%22%2F%3E%0D%0A%09%3C%2FradialGradient%3E%0D%0A%09%3Ccircle%20style%3D%22fill%3Aurl(%23SVGID_1_)%3B%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23473321%3B%22%20d%3D%22M8.3%2C7.6c-0.4%2C0-0.7-0.2-1-0.6C7.1%2C7.4%2C6.9%2C7.8%2C6.9%2C8.4c0%2C1.1%2C0.6%2C2%2C1.4%2C2s1.4-0.9%2C1.4-2%0D%0A%09%09c0-0.5-0.1-1-0.4-1.4C9%2C7.4%2C8.7%2C7.6%2C8.3%2C7.6z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23473321%3B%22%20d%3D%22M15.1%2C7.6c-0.4%2C0-0.7-0.2-1-0.6c-0.2%2C0.4-0.4%2C0.8-0.4%2C1.4c0%2C1.1%2C0.6%2C2%2C1.4%2C2c0.8%2C0%2C1.4-0.9%2C1.4-2%0D%0A%09%09c0-0.5-0.1-1-0.4-1.4C15.9%2C7.4%2C15.5%2C7.6%2C15.1%2C7.6z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23473321%3B%22%20d%3D%22M13.6%2C16.4c2.2%2C0.7%2C3.5%2C1.8%2C4.1%2C2.4c0%2C0%2C0-0.1-0.2-0.3c-2.3-4.7-9.1-4.7-11.5%2C0%0D%0A%09%09c-0.1%2C0.2-0.2%2C0.3-0.2%2C0.3c0.6-0.6%2C1.9-1.8%2C4.1-2.4C11.1%2C16.1%2C12.4%2C16.1%2C13.6%2C16.4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-rate-art_useful {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2239.3px%22%20height%3D%2237px%22%20viewBox%3D%220%200%2039.3%2037%22%20style%3D%22enable-background%3Anew%200%200%2039.3%2037%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23994D46%3B%22%20d%3D%22M8.5%2C35.2c0.1-0.2%2C0.1-0.4%2C0.1-0.6l0-15.1C8.6%2C18.7%2C8%2C18%2C7.2%2C18H1.4c-0.5%2C0-0.9%2C0.2-1.2%2C0.6l0.7%2C5%0D%0A%09%09C1.7%2C28.5%2C4.5%2C32.8%2C8.5%2C35.2z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%237C3835%3B%22%20d%3D%22M0%2C34.6c0%2C0.8%2C0.6%2C1.4%2C1.4%2C1.4h5.8c0.6%2C0%2C1.1-0.3%2C1.3-0.8c-4-2.5-6.8-6.7-7.5-11.6l-0.7-5%0D%0A%09%09C0.1%2C18.9%2C0%2C19.2%2C0%2C19.5L0%2C34.6z%22%2F%3E%0D%0A%09%3Ccircle%20style%3D%22fill%3A%23E8A754%3B%22%20cx%3D%225.6%22%20cy%3D%2232.6%22%20r%3D%221.3%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23E7CCAF%3B%22%20d%3D%22M15.7%2C33.5c4.9%2C2%2C17.2%2C1.1%2C18.3%2C1c0.5-0.1%2C1.8-0.5%2C3.2-1c0.1-0.3%2C0.1-0.6%2C0-1%0D%0A%09%09c-0.1-1.2-0.8-2.1-1.6-2.4l0.9-0.1c1.3-0.1%2C2.3-1.5%2C2.2-3c-0.1-1.3-1.1-2.3-2.2-2.4l0.3%2C0c1.5-0.2%2C2.6-1.5%2C2.5-3%0D%0A%09%09c-0.2-1.5-1.5-2.6-3-2.5l-4.1%2C0.4l0-0.1l3.3-0.3c1.3-0.1%2C2.3-1.5%2C2.1-3c-0.2-1.5-1.4-2.6-2.7-2.5l-10.9%2C1.1l-1.5%2C0%0D%0A%09%09c0%2C0%2C2.2-1%2C0.5-9.1c-1.7-8.1-6.2-5-6.2-5s-0.1%2C6.9-0.3%2C7.9c-0.2%2C0.8-3.8%2C7.9-5.1%2C10.4c-0.3%2C0.6-0.5%2C0.9-0.5%2C0.9%0D%0A%09%09c0%2C0.2-1.3-0.2-1.3%2C0.5v0.4C9.5%2C20.7%2C10.8%2C31.5%2C15.7%2C33.5z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23C19D7A%3B%22%20d%3D%22M9.9%2C35c0.8%2C0.1%2C1.7%2C0.4%2C2.7%2C0.7c1.8%2C0.6%2C4.2%2C1.2%2C7.9%2C1.2c2.5%2C0%2C5.5-0.4%2C8.1-0.8l6.8-0.7%0D%0A%09%09c0.9-0.1%2C1.6-0.9%2C1.8-2c-1.4%2C0.5-2.8%2C1-3.2%2C1c-1.1%2C0.1-13.4%2C1-18.3-1S9.5%2C20.7%2C9.5%2C20.7v13.9C9.5%2C34.8%2C9.6%2C35%2C9.9%2C35z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FCE8D4%3B%22%20d%3D%22M16.6%2C5c0%2C0%2C1.4-0.9%2C1.4-2.5s-0.2-1.9-0.2-1.9l-1.1%2C0L16.6%2C5z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 39.3px;
  height: 37px;
}

.icon-rate-art_useful_small {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225.5px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2025.5%2024%22%20style%3D%22enable-background%3Anew%200%200%2025.5%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23994D46%3B%22%20d%3D%22M5.5%2C22.9c0.1-0.1%2C0.1-0.3%2C0.1-0.4l0-9.8c0-0.5-0.4-0.9-0.9-0.9H0.9c-0.3%2C0-0.6%2C0.2-0.8%2C0.4l0.5%2C3.3%0D%0A%09%09C1.1%2C18.5%2C2.9%2C21.2%2C5.5%2C22.9z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%237C3835%3B%22%20d%3D%22M0%2C22.5c0%2C0.5%2C0.4%2C0.9%2C0.9%2C0.9h3.7c0.4%2C0%2C0.7-0.2%2C0.8-0.5c-2.6-1.6-4.4-4.4-4.9-7.5l-0.5-3.3%0D%0A%09%09C0.1%2C12.2%2C0%2C12.4%2C0%2C12.6L0%2C22.5z%22%2F%3E%0D%0A%09%3Ccircle%20style%3D%22fill%3A%23E8A754%3B%22%20cx%3D%223.6%22%20cy%3D%2221.1%22%20r%3D%220.8%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23E7CCAF%3B%22%20d%3D%22M10.2%2C21.8c3.2%2C1.3%2C11.2%2C0.7%2C11.9%2C0.6c0.3%2C0%2C1.2-0.3%2C2.1-0.7c0-0.2%2C0.1-0.4%2C0-0.6%0D%0A%09%09c-0.1-0.8-0.5-1.4-1.1-1.6l0.6-0.1c0.9-0.1%2C1.5-1%2C1.4-1.9c-0.1-0.8-0.7-1.5-1.4-1.6l0.2%2C0c1-0.1%2C1.7-1%2C1.6-2c-0.1-1-1-1.7-2-1.6%0D%0A%09%09l-2.7%2C0.3l0-0.1l2.1-0.2c0.9-0.1%2C1.5-1%2C1.4-1.9c-0.1-1-0.9-1.7-1.7-1.6l-7.1%2C0.7l-1%2C0c0%2C0%2C1.5-0.7%2C0.3-5.9c-1.1-5.2-4-3.3-4-3.3%0D%0A%09%09s0%2C4.5-0.2%2C5.1c-0.1%2C0.5-2.5%2C5.1-3.3%2C6.8C7.1%2C12.6%2C7%2C12.8%2C7%2C12.8c0%2C0.1-0.9-0.1-0.9%2C0.3v0.2C6.1%2C13.4%2C7%2C20.5%2C10.2%2C21.8z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23C19D7A%3B%22%20d%3D%22M6.4%2C22.7C7%2C22.8%2C7.5%2C23%2C8.2%2C23.2c1.2%2C0.4%2C2.7%2C0.8%2C5.1%2C0.8c1.6%2C0%2C3.6-0.3%2C5.3-0.5L23%2C23%0D%0A%09%09c0.6-0.1%2C1-0.6%2C1.2-1.3c-0.9%2C0.3-1.8%2C0.6-2.1%2C0.7c-0.7%2C0.1-8.7%2C0.6-11.9-0.6s-4-8.3-4-8.3v9C6.1%2C22.5%2C6.2%2C22.7%2C6.4%2C22.7z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FCE8D4%3B%22%20d%3D%22M10.8%2C3.3c0%2C0%2C0.9-0.6%2C0.9-1.6s-0.1-1.2-0.1-1.2l-0.7%2C0L10.8%2C3.3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25.5px;
  height: 24px;
}

.icon-rate-idea_no {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2234%22%20height%3D%2231%22%20viewBox%3D%220%200%2034%2031%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EVector%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(376%20-449)%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(-376%20449)%22%20fill%3D%22%23BDBDBD%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2029.886%2015.9531C%2033.8227%2017.3634%2034.2442%2021.2854%2033.9076%2022.9679C%2032.5911%2029.5482%2022.3419%2030.5683%2017.0116%2030.5682C%2013.0904%2030.5682%208.97065%2030.0388%205.3647%2028.4287C%204.81966%2028.1853%204.28928%2027.9084%203.78038%2027.5963C%201.9488%2026.4732%20-0.0169047%2024.7209%200.000109675%2022.4249C%200.0287065%2018.5671%202.59926%2017.009%205.02711%2015.6127C%205.54427%2017.1747%206.70446%2018.5503%208.2382%2019.3987C%2011.1237%2020.9951%2014.8131%2020.995%2017.5069%2020.995C%2020.5791%2020.995%2025.2218%2020.995%2028.1487%2018.5126C%2028.9926%2017.7969%2029.5818%2016.9204%2029.886%2015.9531ZM%206.69607%2014.6147C%206.61588%2014.2721%206.57691%2013.9354%206.58183%2013.6106C%206.58257%2013.5588%206.57608%2013.5087%206.56872%2013.4591C%206.75732%2011.1537%208.78266%209.4856%2010.8095%208.26945C%2015.0659%205.71565%2017.1332%205.10762%2017.9845%200C%2017.9845%200%2023.3396%202.02796%2021.6825%208.90634C%2020.2836%2012.1766%2016.687%2011.9878%2016.5205%2011.9767C%2016.0092%2011.934%2015.5525%2012.3271%2015.5135%2012.8447C%2015.4739%2013.3634%2015.8625%2013.8157%2016.3812%2013.855C%2016.5141%2013.8651%2016.6566%2013.8706%2016.8075%2013.8706C%2018.7404%2013.8706%2022.0494%2012.9765%2023.4574%209.55047C%2024.4092%209.87452%2025.4008%2010.2583%2025.5217%2010.3206C%2027.3234%2011.2489%2028.3857%2013.0411%2028.2556%2014.7952C%2028.2264%2014.8616%2028.2023%2014.931%2028.1887%2015.0055C%2028.1558%2015.1867%2028.1042%2015.3619%2028.0417%2015.5332C%2027.8327%2016.1063%2027.4629%2016.6243%2026.9301%2017.076C%2024.5306%2019.1115%2020.3037%2019.1115%2017.5069%2019.1115C%2014.8798%2019.1115%2011.6103%2019.1115%209.14962%2017.7506C%207.99816%2017.1135%207.13502%2016.0871%206.78186%2014.9345C%206.74904%2014.8274%206.7209%2014.7208%206.69607%2014.6147Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 34px;
  height: 31px;
}

.icon-rate-idea_no_active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2234%22%20height%3D%2231%22%20viewBox%3D%220%200%2034%2031%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EVector%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(376%20183)%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(-376%20-183)%22%20fill%3D%22%238B572A%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2029.886%2015.9531C%2033.8227%2017.3634%2034.2442%2021.2854%2033.9076%2022.9679C%2032.5911%2029.5482%2022.3419%2030.5683%2017.0116%2030.5682C%2013.0904%2030.5682%208.97065%2030.0388%205.3647%2028.4287C%204.81966%2028.1853%204.28928%2027.9084%203.78038%2027.5963C%201.9488%2026.4732%20-0.0169047%2024.7209%200.000109675%2022.4249C%200.0287065%2018.5671%202.59926%2017.009%205.02711%2015.6127C%205.54427%2017.1747%206.70446%2018.5503%208.2382%2019.3987C%2011.1237%2020.9951%2014.8131%2020.995%2017.5069%2020.995C%2020.5791%2020.995%2025.2218%2020.995%2028.1487%2018.5126C%2028.9926%2017.7969%2029.5818%2016.9204%2029.886%2015.9531ZM%206.69607%2014.6147C%206.61588%2014.2721%206.57691%2013.9354%206.58183%2013.6106C%206.58257%2013.5588%206.57608%2013.5087%206.56872%2013.4591C%206.75732%2011.1537%208.78266%209.4856%2010.8095%208.26945C%2015.0659%205.71565%2017.1332%205.10762%2017.9845%200C%2017.9845%200%2023.3396%202.02796%2021.6825%208.90634C%2020.2836%2012.1766%2016.687%2011.9878%2016.5205%2011.9767C%2016.0092%2011.934%2015.5525%2012.3271%2015.5135%2012.8447C%2015.4739%2013.3634%2015.8625%2013.8157%2016.3812%2013.855C%2016.5141%2013.8651%2016.6566%2013.8706%2016.8075%2013.8706C%2018.7404%2013.8706%2022.0494%2012.9765%2023.4574%209.55047C%2024.4092%209.87452%2025.4008%2010.2583%2025.5217%2010.3206C%2027.3234%2011.2489%2028.3857%2013.0411%2028.2556%2014.7952C%2028.2264%2014.8616%2028.2023%2014.931%2028.1887%2015.0055C%2028.1558%2015.1867%2028.1042%2015.3619%2028.0417%2015.5332C%2027.8327%2016.1063%2027.4629%2016.6243%2026.9301%2017.076C%2024.5306%2019.1115%2020.3037%2019.1115%2017.5069%2019.1115C%2014.8798%2019.1115%2011.6103%2019.1115%209.14962%2017.7506C%207.99816%2017.1135%207.13502%2016.0871%206.78186%2014.9345C%206.74904%2014.8274%206.7209%2014.7208%206.69607%2014.6147Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 34px;
  height: 31px;
}

.icon-rate-idea_yes {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2237%22%20viewBox%3D%220%200%2030%2037%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EVector%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(624%20-444)%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(-623.035%20444.975)%22%20fill%3D%22%23BDBDBD%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2012.6312%2018.1355L%2012.6312%2028C%205.53902%2027.2959%20-2.98471e-09%2021.3121%20-2.98471e-09%2014.0346C%20-2.98471e-09%206.28352%206.28352%20-2.14009e-08%2014.0346%20-2.14009e-08C%2021.7858%20-2.14009e-08%2028.0693%206.28352%2028.0693%2014.0346C%2028.0693%2021.3121%2022.5303%2027.2959%2015.4381%2028L%2015.4381%2018.1355C%2018.1164%2017.6987%2020.0171%2015.9636%2020.9799%2013.075C%2021.2251%2012.3397%2020.8277%2011.5449%2020.0923%2011.2997C%2019.357%2011.0546%2018.5622%2011.452%2018.3171%2012.1874C%2017.5692%2014.4311%2016.2265%2015.4381%2014.0346%2015.4381C%2011.8428%2015.4381%2010.5001%2014.4311%209.75223%2012.1874C%209.50712%2011.452%208.71231%2011.0546%207.97697%2011.2997C%207.24164%2011.5449%206.84423%2012.3397%207.08934%2013.075C%208.05222%2015.9636%209.95288%2017.6987%2012.6312%2018.1355ZM%2012.0347%2035.0247L%2010.0346%2035.0247C%208.3778%2035.0247%207.03465%2033.5166%207.03465%2031.6563L%207.03465%2030.0522C%207.03465%2029.4999%207.48236%2029.0522%208.03465%2029.0522C%208.11177%2029.0522%208.18864%2029.0611%208.26371%2029.0788C%2010.9457%2029.7099%2012.8693%2030.0255%2014.0346%2030.0255C%2015.2%2030.0255%2017.1236%2029.7099%2019.8056%2029.0788L%2019.8056%2029.0788C%2020.3432%2028.9523%2020.8816%2029.2856%2021.0081%2029.8232C%2021.0257%2029.8982%2021.0346%2029.9751%2021.0346%2030.0522L%2021.0346%2031.6563C%2021.0346%2033.5166%2019.6915%2035.0247%2018.0346%2035.0247L%2016.0346%2035.0247C%2016.0346%2035.577%2015.5789%2036.0247%2015.0168%2036.0247L%2013.0525%2036.0247C%2012.4904%2036.0247%2012.0347%2035.577%2012.0347%2035.0247Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 37px;
}

.icon-rate-idea_yes_active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2237%22%20viewBox%3D%220%200%2030%2037%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EVector%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(624%20-444)%22%3E%0D%0A%3Cg%20id%3D%22Vector%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(-623.035%20444.975)%22%20fill%3D%22%23F8E71C%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2012.6312%2018.1355L%2012.6312%2028C%205.53902%2027.2959%20-2.98471e-09%2021.3121%20-2.98471e-09%2014.0346C%20-2.98471e-09%206.28352%206.28352%20-2.14009e-08%2014.0346%20-2.14009e-08C%2021.7858%20-2.14009e-08%2028.0693%206.28352%2028.0693%2014.0346C%2028.0693%2021.3121%2022.5303%2027.2959%2015.4381%2028L%2015.4381%2018.1355C%2018.1164%2017.6987%2020.0171%2015.9636%2020.9799%2013.075C%2021.2251%2012.3397%2020.8277%2011.5449%2020.0923%2011.2997C%2019.357%2011.0546%2018.5622%2011.452%2018.3171%2012.1874C%2017.5692%2014.4311%2016.2265%2015.4381%2014.0346%2015.4381C%2011.8428%2015.4381%2010.5001%2014.4311%209.75223%2012.1874C%209.50712%2011.452%208.71231%2011.0546%207.97697%2011.2997C%207.24164%2011.5449%206.84423%2012.3397%207.08934%2013.075C%208.05222%2015.9636%209.95288%2017.6987%2012.6312%2018.1355ZM%2012.0347%2035.0247L%2010.0346%2035.0247C%208.3778%2035.0247%207.03465%2033.5166%207.03465%2031.6563L%207.03465%2030.0522C%207.03465%2029.4999%207.48236%2029.0522%208.03465%2029.0522C%208.11177%2029.0522%208.18864%2029.0611%208.26371%2029.0788C%2010.9457%2029.7099%2012.8693%2030.0255%2014.0346%2030.0255C%2015.2%2030.0255%2017.1236%2029.7099%2019.8056%2029.0788L%2019.8056%2029.0788C%2020.3432%2028.9523%2020.8816%2029.2856%2021.0081%2029.8232C%2021.0257%2029.8982%2021.0346%2029.9751%2021.0346%2030.0522L%2021.0346%2031.6563C%2021.0346%2033.5166%2019.6915%2035.0247%2018.0346%2035.0247L%2016.0346%2035.0247C%2016.0346%2035.577%2015.5789%2036.0247%2015.0168%2036.0247L%2013.0525%2036.0247C%2012.4904%2036.0247%2012.0347%2035.577%2012.0347%2035.0247Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 37px;
}

.icon-rating_registry-01 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2237px%22%20height%3D%2254px%22%20viewBox%3D%220%200%2037%2054%22%20style%3D%22enable-background%3Anew%200%200%2037%2054%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2323A038%3B%22%20d%3D%22M18.5%2C19c9%2C0%2C16.3%2C7.3%2C16.3%2C16.3s-7.3%2C16.3-16.3%2C16.3S2.2%2C44.3%2C2.2%2C35.3S9.5%2C19%2C18.5%2C19%20M18.5%2C17%0D%0A%09%09C8.4%2C17%2C0.2%2C25.2%2C0.2%2C35.3s8.2%2C18.3%2C18.3%2C18.3s18.3-8.2%2C18.3-18.3S28.6%2C17%2C18.5%2C17L18.5%2C17z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2323A038%3B%22%20d%3D%22M18.5%2C23.7c6.4%2C0%2C11.6%2C5.2%2C11.6%2C11.6s-5.2%2C11.6-11.6%2C11.6S6.9%2C41.7%2C6.9%2C35.3S12.1%2C23.7%2C18.5%2C23.7%0D%0A%09%09%20M18.5%2C21.7c-7.5%2C0-13.6%2C6.1-13.6%2C13.6S11%2C48.9%2C18.5%2C48.9s13.6-6.1%2C13.6-13.6S26%2C21.7%2C18.5%2C21.7L18.5%2C21.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%2215%22%20y%3D%2230%22%20style%3D%22fill%3A%2323A038%3B%22%20width%3D%227%22%20height%3D%222%22%2F%3E%0D%0A%3Crect%20x%3D%2210.6%22%20y%3D%2214%22%20style%3D%22fill%3A%2323A038%3B%22%20width%3D%2215.6%22%20height%3D%222%22%2F%3E%0D%0A%3Crect%20x%3D%220.5%22%20y%3D%226.8%22%20transform%3D%22matrix(-0.4817%20-0.8763%200.8763%20-0.4817%205.5176%2018.8155)%22%20style%3D%22fill%3A%2323A038%3B%22%20width%3D%2215.6%22%20height%3D%222%22%2F%3E%0D%0A%3Crect%20x%3D%2220.7%22%20y%3D%226.8%22%20transform%3D%22matrix(0.4817%20-0.8763%200.8763%200.4817%207.9622%2029.0147)%22%20style%3D%22fill%3A%2323A038%3B%22%20width%3D%2215.6%22%20height%3D%222%22%2F%3E%0D%0A%3Crect%20x%3D%229%22%20y%3D%226.8%22%20transform%3D%22matrix(0.4817%20-0.8763%200.8763%200.4817%201.8885%2018.7452)%22%20style%3D%22fill%3A%2323A038%3B%22%20width%3D%2215.6%22%20height%3D%222%22%2F%3E%0D%0A%3Crect%20x%3D%2214.5%22%20y%3D%222.3%22%20transform%3D%22matrix(-0.4817%20-0.8763%200.8763%20-0.4817%2022.5432%2019.9119)%22%20style%3D%22fill%3A%2323A038%3B%22%20width%3D%225.4%22%20height%3D%222%22%2F%3E%0D%0A%3Crect%20x%3D%2215%22%20y%3D%2239%22%20style%3D%22fill%3A%2323A038%3B%22%20width%3D%226.9%22%20height%3D%221.9%22%2F%3E%0D%0A%3Crect%20x%3D%2214.2%22%20y%3D%2233.8%22%20transform%3D%22matrix(6.123234e-17%20-1%201%206.123234e-17%20-16.7905%2053.7693)%22%20style%3D%22fill%3A%2323A038%3B%22%20width%3D%228.6%22%20height%3D%222.9%22%2F%3E%0D%0A%3Crect%20x%3D%228.6%22%20y%3D%2215.8%22%20transform%3D%22matrix(6.123234e-17%20-1%201%206.123234e-17%20-5.748%2027.7494)%22%20style%3D%22fill%3A%2323A038%3B%22%20width%3D%224.9%22%20height%3D%222%22%2F%3E%0D%0A%3Crect%20x%3D%2223.5%22%20y%3D%2215.8%22%20transform%3D%22matrix(6.123234e-17%20-1%201%206.123234e-17%209.2447%2042.742)%22%20style%3D%22fill%3A%2323A038%3B%22%20width%3D%224.9%22%20height%3D%221.9%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 37px;
  height: 54px;
}

.icon-rating_registry-02 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2247px%22%20height%3D%2249px%22%20viewBox%3D%220%200%2047%2049%22%20style%3D%22enable-background%3Anew%200%200%2047%2049%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20x%3D%220%22%20y%3D%224%22%20style%3D%22fill%3A%2323A038%3B%22%20width%3D%228.9%22%20height%3D%221.9%22%2F%3E%0D%0A%3Crect%20x%3D%2238.1%22%20y%3D%224%22%20style%3D%22fill%3A%2323A038%3B%22%20width%3D%228.9%22%20height%3D%221.9%22%2F%3E%0D%0A%3Crect%20x%3D%2213.6%22%20y%3D%224%22%20style%3D%22fill%3A%2323A038%3B%22%20width%3D%2219.5%22%20height%3D%221.9%22%2F%3E%0D%0A%3Crect%20x%3D%220.6%22%20y%3D%2213.1%22%20style%3D%22fill%3A%2323A038%3B%22%20width%3D%2245.4%22%20height%3D%221.9%22%2F%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%2219%22%20style%3D%22fill%3A%2323A038%3B%22%20width%3D%2230.9%22%20height%3D%221.9%22%2F%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%2241%22%20style%3D%22fill%3A%2323A038%3B%22%20width%3D%2230.6%22%20height%3D%221.8%22%2F%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%2234.1%22%20style%3D%22fill%3A%2323A038%3B%22%20width%3D%2230.6%22%20height%3D%221.9%22%2F%3E%0D%0A%3Crect%20x%3D%228%22%20y%3D%2227%22%20style%3D%22fill%3A%2323A038%3B%22%20width%3D%2230.6%22%20height%3D%221.9%22%2F%3E%0D%0A%3Crect%20x%3D%22-2.8%22%20y%3D%2230.1%22%20transform%3D%22matrix(6.123234e-17%20-1%201%206.123234e-17%20-22.1349%2040.1015)%22%20style%3D%22fill%3A%2323A038%3B%22%20width%3D%2223.5%22%20height%3D%222%22%2F%3E%0D%0A%3Crect%20x%3D%2226.2%22%20y%3D%2230.2%22%20transform%3D%22matrix(6.123234e-17%20-1%201%206.123234e-17%206.8598%2069.0962)%22%20style%3D%22fill%3A%2323A038%3B%22%20width%3D%2223.5%22%20height%3D%221.9%22%2F%3E%0D%0A%3Crect%20x%3D%2219.2%22%20y%3D%2230.2%22%20transform%3D%22matrix(6.123234e-17%20-1%201%206.123234e-17%20-0.1528%2062.0836)%22%20style%3D%22fill%3A%2323A038%3B%22%20width%3D%2223.5%22%20height%3D%221.9%22%2F%3E%0D%0A%3Crect%20x%3D%2211.3%22%20y%3D%2230.2%22%20transform%3D%22matrix(6.123234e-17%20-1%201%206.123234e-17%20-8.0942%2054.1422)%22%20style%3D%22fill%3A%2323A038%3B%22%20width%3D%2223.5%22%20height%3D%221.9%22%2F%3E%0D%0A%3Crect%20x%3D%224.2%22%20y%3D%2230.2%22%20transform%3D%22matrix(6.123234e-17%20-1%201%206.123234e-17%20-15.1255%2047.1109)%22%20style%3D%22fill%3A%2323A038%3B%22%20width%3D%2223.5%22%20height%3D%221.9%22%2F%3E%0D%0A%3Crect%20x%3D%220%22%20y%3D%2247%22%20style%3D%22fill%3A%2323A038%3B%22%20width%3D%2247%22%20height%3D%221.9%22%2F%3E%0D%0A%3Crect%20x%3D%22-21.5%22%20y%3D%2225.5%22%20transform%3D%22matrix(6.123234e-17%20-1%201%206.123234e-17%20-25.534%2027.4809)%22%20style%3D%22fill%3A%2323A038%3B%22%20width%3D%2245%22%20height%3D%221.9%22%2F%3E%0D%0A%3Crect%20x%3D%2223.5%22%20y%3D%2225.6%22%20transform%3D%22matrix(6.123234e-17%20-1%201%206.123234e-17%2019.5312%2072.5461)%22%20style%3D%22fill%3A%2323A038%3B%22%20width%3D%2245%22%20height%3D%221.9%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2323A038%3B%22%20d%3D%22M12%2C2v6h-1.9V2H12%20M14%2C0H8.1v10H14V0L14%2C0z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2323A038%3B%22%20d%3D%22M36%2C2v6H34V2H36%20M38%2C0H32v10H38V0L38%2C0z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 47px;
  height: 49px;
}

.icon-rating_registry-03 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2260px%22%20height%3D%2253px%22%20viewBox%3D%220%200%2060%2053%22%20style%3D%22enable-background%3Anew%200%200%2060%2053%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2323A038%3B%22%20d%3D%22M42.9%2C52.9h-2c0-5.9-4.8-10.7-10.7-10.7c-5.9%2C0-10.7%2C4.8-10.7%2C10.7h-2c0-7%2C5.7-12.7%2C12.7-12.7%0D%0A%09%09C37.2%2C40.2%2C42.9%2C45.9%2C42.9%2C52.9z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2323A038%3B%22%20d%3D%22M30.3%2C39.3c-3.8%2C0-6.8-3.1-6.8-6.8s3.1-6.8%2C6.8-6.8s6.8%2C3.1%2C6.8%2C6.8S34%2C39.3%2C30.3%2C39.3z%20M30.3%2C27.7%0D%0A%09%09c-2.7%2C0-4.8%2C2.2-4.8%2C4.8s2.2%2C4.8%2C4.8%2C4.8s4.8-2.2%2C4.8-4.8S32.9%2C27.7%2C30.3%2C27.7z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2323A038%3B%22%20d%3D%22M30.3%2C13.7c-3.8%2C0-6.8-3.1-6.8-6.8s3.1-6.8%2C6.8-6.8s6.8%2C3.1%2C6.8%2C6.8S34%2C13.7%2C30.3%2C13.7z%20M30.3%2C2.1%0D%0A%09%09c-2.7%2C0-4.8%2C2.2-4.8%2C4.8s2.2%2C4.8%2C4.8%2C4.8s4.8-2.2%2C4.8-4.8S32.9%2C2.1%2C30.3%2C2.1z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2323A038%3B%22%20d%3D%22M47.4%2C18.2c-3.8%2C0-6.8-3.1-6.8-6.8c0-3.8%2C3.1-6.8%2C6.8-6.8c3.8%2C0%2C6.8%2C3.1%2C6.8%2C6.8%0D%0A%09%09C54.2%2C15.1%2C51.2%2C18.2%2C47.4%2C18.2z%20M47.4%2C6.5c-2.7%2C0-4.8%2C2.2-4.8%2C4.8s2.2%2C4.8%2C4.8%2C4.8s4.8-2.2%2C4.8-4.8S50.1%2C6.5%2C47.4%2C6.5z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2323A038%3B%22%20d%3D%22M20%2C23.9l0.9-1.9c1.9-3.2%2C5.3-5.4%2C9.3-5.4c3.9%2C0%2C7.3%2C2.1%2C9.2%2C5.2l0.9%2C1.9l1.7-1.2%0D%0A%09%09c1.6-0.9%2C3.4-1.5%2C5.4-1.5c5.9%2C0%2C10.7%2C4.8%2C10.7%2C10.7h2c0-7-5.7-12.7-12.7-12.7c-2.3%2C0-4.4%2C0.6-6.3%2C1.7c-2.2-3.7-6.3-6.1-10.8-6.1%0D%0A%09%09c-4.6%2C0-8.7%2C2.5-10.9%2C6.2c-1.9-1.1-4.1-1.8-6.5-1.8C5.7%2C19.1%2C0%2C24.8%2C0%2C31.8h2c0-5.9%2C4.8-10.7%2C10.7-10.7c2.1%2C0%2C4%2C0.6%2C5.6%2C1.6%0D%0A%09%09L20%2C23.9z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2323A038%3B%22%20d%3D%22M12.8%2C18.2c-3.8%2C0-6.8-3.1-6.8-6.8c0-3.8%2C3.1-6.8%2C6.8-6.8s6.8%2C3.1%2C6.8%2C6.8%0D%0A%09%09C19.7%2C15.1%2C16.6%2C18.2%2C12.8%2C18.2z%20M12.8%2C6.5C10.2%2C6.5%2C8%2C8.7%2C8%2C11.3s2.2%2C4.8%2C4.8%2C4.8s4.8-2.2%2C4.8-4.8S15.5%2C6.5%2C12.8%2C6.5z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 53px;
}

.icon-red-cross {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FF0000%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Crect%20x%3D%22-1.3%22%20y%3D%225.4%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-2.8995%207)%22%20class%3D%22st0%22%20width%3D%2216.5%22%20height%3D%223.3%22%2F%3E%0D%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%220.1%2C2.3%202.4%2C0%2014%2C11.7%2011.7%2C14%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
}

.icon-red_bold_arrow_up {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2010%2010%22%20style%3D%22enable-background%3Anew%200%200%2010%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FF0000%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Crect%20x%3D%223%22%20y%3D%223%22%20class%3D%22st0%22%20width%3D%224%22%20height%3D%227%22%2F%3E%0D%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%225%2C0%200%2C6%209.9%2C6%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
}

.icon-red_megafon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2214px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2014%2012%22%20style%3D%22enable-background%3Anew%200%200%2014%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20y%3D%223%22%20style%3D%22fill%3A%23E52525%3B%22%20width%3D%221%22%20height%3D%225%22%2F%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23E52525%3B%22%20points%3D%2214%2C10%202%2C8%202%2C3%2014%2C0%20%22%2F%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23E52525%3B%22%20d%3D%22M6%2C7c1.1%2C0%2C2%2C0.9%2C2%2C2s-0.9%2C2-2%2C2s-2-0.9-2-2S4.9%2C7%2C6%2C7%20M6%2C6C4.3%2C6%2C3%2C7.3%2C3%2C9s1.3%2C3%2C3%2C3s3-1.3%2C3-3%0D%0A%09S7.7%2C6%2C6%2C6L6%2C6z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  height: 12px;
}

.icon-red_megafon_20x16 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2217%22%20viewBox%3D%220%200%2020%2017%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EUnion%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-8890%2015219)%22%3E%0D%0A%3Cg%20id%3D%22Union%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(8890%20-15219)%22%20fill%3D%22%23FF0000%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%204.13477%2011.2666L%203%2011L%203%204L%2020%200L%2020%2015L%2010.9834%2012.8779C%2010.8008%2014.6523%209.33301%2016.0654%207.5%2016.1299C%205.49902%2016.0596%203.93262%2014.3809%204%2012.3799C%203.9873%2011.9941%204.03516%2011.6191%204.13477%2011.2666ZM%205.84277%2011.6689C%205.76855%2011.8916%205.73535%2012.1318%205.75098%2012.3799C%205.6875%2013.4131%206.46777%2014.3047%207.50098%2014.3799C%208.50293%2014.3066%209.2666%2013.4658%209.25391%2012.4717L%205.84277%2011.6689ZM%200%204L%202%204L%202%2011L%200%2011L%200%204Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 17px;
}

.icon-red_money_banknote {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2012%2012%22%20style%3D%22enable-background%3Anew%200%200%2012%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23FF0000%3B%22%20points%3D%2212%2C4%2010%2C4%2010%2C5%2012%2C5%2012%2C4%20%22%2F%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23FF0000%3B%22%20points%3D%2212%2C5%2011%2C5%2011%2C10%2012%2C10%2012%2C5%20%22%2F%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23FF0000%3B%22%20points%3D%223%2C8%202%2C8%202%2C10%203%2C10%203%2C8%20%22%2F%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23FF0000%3B%22%20points%3D%2212%2C10%202%2C10%202%2C11%2012%2C11%2012%2C10%20%22%2F%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23FF0000%3B%22%20d%3D%22M11%2C9c-0.6%2C0-1%2C0.4-1%2C1s0.4%2C1%2C1%2C1s1-0.4%2C1-1S11.6%2C9%2C11%2C9L11%2C9z%22%2F%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23FF0000%3B%22%20d%3D%22M3%2C9c-0.6%2C0-1%2C0.4-1%2C1s0.4%2C1%2C1%2C1s1-0.4%2C1-1S3.6%2C9%2C3%2C9L3%2C9z%22%2F%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23FF0000%3B%22%20d%3D%22M11%2C4c-0.6%2C0-1%2C0.4-1%2C1s0.4%2C1%2C1%2C1s1-0.4%2C1-1S11.6%2C4%2C11%2C4L11%2C4z%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FF0000%3B%22%20d%3D%22M5.1%2C8c0.3%2C0.6%2C1%2C1%2C1.9%2C1s1.6-0.4%2C1.9-1H5.1z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23FF0000%3B%22%20d%3D%22M9%2C2v5H1V2H9%20M10%2C1H0v7h10V1L10%2C1z%22%2F%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23FF0000%3B%22%20d%3D%22M1%2C6C0.4%2C6%2C0%2C6.4%2C0%2C7s0.4%2C1%2C1%2C1s1-0.4%2C1-1S1.6%2C6%2C1%2C6L1%2C6z%22%2F%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23FF0000%3B%22%20d%3D%22M1%2C1C0.4%2C1%2C0%2C1.4%2C0%2C2s0.4%2C1%2C1%2C1s1-0.4%2C1-1S1.6%2C1%2C1%2C1L1%2C1z%22%2F%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23FF0000%3B%22%20d%3D%22M9%2C1C8.4%2C1%2C8%2C1.4%2C8%2C2s0.4%2C1%2C1%2C1s1-0.4%2C1-1S9.6%2C1%2C9%2C1L9%2C1z%22%2F%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23FF0000%3B%22%20d%3D%22M9%2C6C8.4%2C6%2C8%2C6.4%2C8%2C7s0.4%2C1%2C1%2C1s1-0.4%2C1-1S9.6%2C6%2C9%2C6L9%2C6z%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cellipse%20style%3D%22fill%3A%23FF0000%3B%22%20cx%3D%225%22%20cy%3D%224.5%22%20rx%3D%222%22%20ry%3D%221.5%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
}

.icon-red_not_for_sale {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2212px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2012%2012%22%20style%3D%22enable-background%3Anew%200%200%2012%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23FF0000%3B%22%20d%3D%22M9%2C1.8L9%2C1.8l0.3%2C3.7l-3.2%2C5.2L2.5%2C8.5l3.2-5.2L9%2C1.8L9%2C1.8%20M8.8%2C1c0%2C0-0.1%2C0-0.1%2C0L5.1%2C2.5L1.3%2C8.7%0D%0A%09l5.1%2C3.2l3.7-6.2l-0.3-4C9.8%2C1.2%2C9.3%2C0.8%2C8.8%2C1L8.8%2C1z%22%2F%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%22-1.1%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-2.4853%206)%22%20style%3D%22fill%3A%23FF0000%3B%22%20width%3D%222%22%20height%3D%2214.1%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
}

.icon-roulette_arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2279%22%20height%3D%2275%22%20viewBox%3D%220%200%2079%2075%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EPolygon%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(88%20588)%22%3E%0D%0A%3Cg%20id%3D%22Polygon%22%20filter%3D%22url(%23filter0_d)%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22matrix(-1%20-1.22465e-16%201.22465e-16%20-1%201%20-513)%22%20fill%3D%22url(%23paint0_linear)%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cfilter%20id%3D%22filter0_d%22%20filterUnits%3D%22userSpaceOnUse%22%20x%3D%22-88%22%20y%3D%22-588%22%20width%3D%2279%22%20height%3D%2275%22%20color-interpolation-filters%3D%22sRGB%22%3E%0D%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0D%0A%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20255%200%22%2F%3E%0D%0A%3CfeOffset%20dx%3D%220%22%20dy%3D%225%22%2F%3E%0D%0A%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1%200%22%2F%3E%0D%0A%3CfeBlend%20mode%3D%22normal%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow%22%2F%3E%0D%0A%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow%22%20result%3D%22shape%22%2F%3E%0D%0A%3C%2Ffilter%3E%0D%0A%3ClinearGradient%20id%3D%22paint0_linear%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%221%22%20y2%3D%220%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22matrix(6.062e-15%2099%20-99%206.062e-15%2099%20-6.062e-15)%22%3E%0D%0A%3Cstop%20offset%3D%220.0165746%22%20stop-color%3D%22%23FFF500%22%2F%3E%0D%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23CD8B27%22%2F%3E%0D%0A%3C%2FlinearGradient%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2045.1699%207.5C%2047.0944%204.16667%2051.9056%204.16667%2053.8301%207.5L%2088.0381%2066.75C%2089.9626%2070.0833%2087.557%2074.25%2083.708%2074.25L%2015.292%2074.25C%2011.443%2074.25%209.03737%2070.0833%2010.9619%2066.75L%2045.1699%207.5Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 79px;
  height: 75px;
}

.icon-roulette_new {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2287%22%20height%3D%2287%22%20viewBox%3D%220%200%2087%2087%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EGroup%203%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-296%20601)%22%3E%0D%0A%3Cg%20id%3D%22Group%203%22%3E%0D%0A%3Cg%20id%3D%22Subtract%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(296.664%20-600.336)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2086%2043C%2086%2019.2518%2066.7482%200%2043%200C%2019.2518%200%200%2019.2518%200%2043C%200%2066.7482%2019.2518%2086%2043%2086C%2066.7482%2086%2086%2066.7482%2086%2043ZM%2024.4481%2043.5759L%2023.1281%2040.936L%2023.0081%2040.936L%2023.3921%2043.5759L%2023.3921%2052.3359L%2020.2721%2052.3359L%2020.2721%2035.416L%2022.6721%2035.416L%2029.0321%2044.368L%2030.3041%2046.936L%2030.4241%2046.936L%2030.0401%2044.368L%2030.0401%2035.5359L%2033.1601%2035.5359L%2033.1601%2052.4559L%2030.7601%2052.4559L%2024.4481%2043.5759ZM%2036.0455%2035.5359L%2046.0055%2035.5359L%2046.0055%2038.4639L%2039.3335%2038.4639L%2039.3335%2042.376L%2045.4055%2042.376L%2045.4055%2045.304L%2039.3335%2045.304L%2039.3335%2049.408L%2046.1255%2049.408L%2046.1255%2052.3359L%2036.0455%2052.3359L%2036.0455%2035.5359ZM%2053.2646%2047.8959L%2052.9526%2044.92L%2050.7206%2035.5359L%2047.1446%2035.5359L%2051.7526%2052.4559L%2054.0806%2052.4559L%2057.0566%2043.144L%2057.4646%2040.5519L%2057.5846%2040.5519L%2057.9926%2043.1199L%2060.9926%2052.4559L%2063.2006%2052.4559L%2067.8326%2035.5359L%2064.4966%2035.5359L%2062.4566%2044.8719L%2062.0966%2047.8959L%2062.0006%2047.8959L%2061.6646%2044.92L%2058.7846%2035.5359L%2056.6246%2035.5359L%2053.6966%2044.8719L%2053.3606%2047.8959L%2053.2646%2047.8959Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 87px;
  height: 87px;
}

.icon-roulette_question {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2287%22%20height%3D%2287%22%20viewBox%3D%220%200%2087%2087%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3ESubtract%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-6%20415)%22%3E%0D%0A%3Cg%20id%3D%22Subtract%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22matrix(0%20-1%201%200%206.62783%20-328.665)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22matrix(0%20-1%201%200%206.62783%20-328.665)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2042.9893%2085.9787C%2066.7317%2085.9787%2085.9787%2066.7317%2085.9787%2042.9893C%2085.9787%2019.247%2066.7317%200%2042.9893%200C%2019.247%200%200%2019.247%200%2042.9893C%200%2066.7317%2019.247%2085.9787%2042.9893%2085.9787ZM%2037.782%2037.0785C%2035.7665%2036.5186%2033.3031%2036.3786%2030.3918%2036.6586L%2030.3918%2045.9803C%2032.7433%2045.9803%2034.6748%2046.3722%2036.1864%2047.156C%2037.698%2047.9398%2039.0137%2048.8915%2040.1334%2050.0113C%2041.3091%2051.131%2042.4008%2052.3627%2043.4086%2053.7063C%2044.4164%2055.05%2045.5641%2056.2817%2046.8517%2057.4014C%2048.1954%2058.5211%2049.791%2059.4449%2051.6385%2060.1727C%2053.5421%2060.9565%2055.9215%2061.3484%2058.7768%2061.3484C%2063.0877%2061.3484%2066.5029%2059.8648%2069.0222%2056.8975C%2071.5976%2053.9303%2072.8853%2049.8153%2072.8853%2044.5526C%2072.8853%2040.6336%2072.4094%2037.2744%2071.4576%2034.4751C%2070.5059%2031.7318%2069.3022%2029.2964%2067.8465%2027.1689L%2059.7845%2031.3679C%2060.2884%2032.0957%2060.7643%2032.9075%2061.2122%2033.8033C%2061.7161%2034.755%2062.136%2035.7348%2062.4719%2036.7425C%2062.8638%2037.7503%2063.1437%2038.758%2063.3117%2039.7658C%2063.5356%2040.7735%2063.6476%2041.7253%2063.6476%2042.6211C%2063.6476%2045.4204%2063.0597%2047.3519%2061.884%2048.4157C%2060.7083%2049.5354%2059.1407%2050.0952%2057.1812%2050.0952C%2055.6696%2050.0952%2054.3539%2049.7313%2053.2342%2049.0035C%2052.1704%2048.2757%2051.1347%2047.3519%2050.1269%2046.2322C%2049.1192%2045.1685%2048.0555%2043.9927%2046.9357%2042.7051C%2045.872%2041.4734%2044.5843%2040.3536%2043.0727%2039.3459C%2041.617%2038.3941%2039.8535%2037.6383%2037.782%2037.0785ZM%2023.0856%2036.8265C%2021.9659%2035.5948%2020.4263%2034.979%2018.4668%2034.979C%2016.5073%2034.979%2014.9397%2035.5948%2013.7639%2036.8265C%2012.5883%2038.0582%2012.0004%2039.6818%2012.0004%2041.6973C%2012.0004%2043.8248%2012.5883%2045.5044%2013.7639%2046.7361C%2014.9397%2047.9678%2016.5073%2048.5836%2018.4668%2048.5836C%2020.4263%2048.5836%2021.9659%2047.9678%2023.0856%2046.7361C%2024.2614%2045.5044%2024.8492%2043.8248%2024.8492%2041.6973C%2024.8492%2039.6818%2024.2614%2038.0582%2023.0856%2036.8265Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 87px;
  height: 87px;
}

.icon-roulette_repeat {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2287%22%20height%3D%2287%22%20viewBox%3D%220%200%2087%2087%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EGroup%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-114%20238)%22%3E%0D%0A%3Cg%20id%3D%22Group%22%3E%0D%0A%3Cg%20id%3D%22Subtract%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22matrix(0%20-1%201%200%20114.543%20-151.636)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2043%2086C%2066.7482%2086%2086%2066.7482%2086%2043C%2086%2019.2518%2066.7482%20-1.96497e-06%2043%201.50418e-13C%2019.2518%201.96497e-06%201.27739e-05%2019.2518%200%2043C%201.96497e-06%2066.7482%2019.2518%2086%2043%2086ZM%2020.5%2043.5C%2020.5%2031.3582%2030.4045%2021.5%2042.6413%2021.5C%2052.5112%2021.5%2060.8682%2027.9161%2063.728%2036.7706C%2063.5661%2036.9505%2063.4615%2037.1535%2063.4028%2037.3417C%2063.3572%2037.4876%2063.3378%2037.6274%2063.3333%2037.7531L%2053.1099%2035.5725C%2052.2997%2035.3997%2051.5028%2035.9164%2051.33%2036.7266C%2051.1572%2037.5368%2051.6739%2038.3337%2052.4841%2038.5065L%2065.6871%2041.3226C%2066.4973%2041.4954%2067.2942%2040.9787%2067.467%2040.1685L%2070.2831%2026.9655C%2070.4559%2026.1553%2069.9392%2025.3584%2069.129%2025.1856C%2068.3188%2025.0128%2067.5219%2025.5295%2067.3491%2026.3397L%2065.7785%2033.7034C%2061.9451%2024.7622%2053.0266%2018.5%2042.6413%2018.5C%2028.7646%2018.5%2017.5%2029.6844%2017.5%2043.5C%2017.5%2057.3156%2028.7646%2068.5%2042.6413%2068.5C%2052.9815%2068.5%2061.8657%2062.2919%2065.7263%2053.4173C%2066.0568%2052.6577%2065.7089%2051.7739%2064.9492%2051.4435C%2064.1896%2051.113%2063.3058%2051.4609%2062.9754%2052.2206C%2059.5772%2060.032%2051.753%2065.5%2042.6413%2065.5C%2030.4045%2065.5%2020.5%2055.6418%2020.5%2043.5Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 87px;
  height: 87px;
}

.icon-section_biz {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2070%2070%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--Generated%20by%20IJSVG%20(https%3A%2F%2Fgithub.com%2Fcurthard89%2FIJSVG)--%3E%0D%0A%20%20%20%20%3Cg%20transform%3D%22translate(5%2C%204)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23FFF59D%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M60%2C30c0%2C16.5685%20-13.4315%2C30%20-30%2C30c-16.5685%2C0%20-30%2C-13.4315%20-30%2C-30c0%2C-16.5685%2013.4315%2C-30%2030%2C-30c16.5685%2C0%2030%2C13.4315%2030%2C30Z%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(11%2C%2011)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23FBC02D%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M3.53604%2C3.20833c-3.53604%2C-3.11111%2013.5221%2C-3.20833%2013.5221%2C-3.20833v14h-9.99848c8.88178e-16%2C0%200.01244%2C-7.68056%20-3.52359%2C-10.7917Z%22%20transform%3D%22translate(1.94649%2C%2029)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23FBC02D%22%20transform%3D%22translate(51.995%2C%200)%20scale(-1%2C%201)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M3.53604%2C3.20833c-3.53604%2C-3.11111%2013.5221%2C-3.20833%2013.5221%2C-3.20833v14h-9.99848c0%2C0%200.01244%2C-7.68056%20-3.52359%2C-10.7917Z%22%20transform%3D%22translate(15.9419%2C%2029)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M38%2C19c0%2C10.4934%20-8.5066%2C19%20-19%2C19c-10.4934%2C0%20-19%2C-8.5066%20-19%2C-19c0%2C-10.4934%208.50659%2C-19%2019%2C-19c10.4934%2C0%2019%2C8.50659%2019%2C19Z%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23FFF59D%22%20stroke-width%3D%224%22%20d%3D%22M5.61094%2C26.1842v-9.53601c0%2C-3.35221%20-1.18715%2C-6.59612%20-3.35094%2C-9.15646l-1.00034%2C-1.18367c-1.25967%2C-1.49053%20-1.07252%2C-3.72001%200.418014%2C-4.97968c0.0271013%2C-0.0229036%200.0545459%2C-0.0453977%200.0823247%2C-0.0674747v0c1.58658%2C-1.26092%203.88887%2C-1.02843%205.19132%2C0.524242l0.510552%2C0.608635c1.32079%2C1.57453%203.66791%2C1.78022%205.24244%2C0.459434c0.166247%2C-0.139456%200.319978%2C-0.293187%200.459434%2C-0.459434l0.510552%2C-0.608635c1.30245%2C-1.55267%203.60474%2C-1.78516%205.19132%2C-0.524242v0c1.5278%2C1.2142%201.78202%2C3.43703%200.567813%2C4.96483c-0.0220769%2C0.0277788%20-0.044571%2C0.0552235%20-0.0674746%2C0.0823247l-1.00034%2C1.18367c-2.16378%2C2.56035%20-3.35094%2C5.80425%20-3.35094%2C9.15646v9.53601v2.26575h-9.40374v-2.26575Z%22%20transform%3D%22translate(8.68719%2C%2016.55)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M0%2C2c0%2C-1.10457%200.895431%2C-2%202%2C-2h4c1.10457%2C0%202%2C0.895431%202%2C2c0%2C1.10457%20-0.89543%2C2%20-2%2C2h-4c-1.10457%2C0%20-2%2C-0.89543%20-2%2C-2Z%22%20transform%3D%22translate(26%2C%2059)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%239FA8DA%22%20d%3D%22M0%2C1.5c0%2C-0.828427%200.671573%2C-1.5%201.5%2C-1.5h15c0.8284%2C0%201.5%2C0.671573%201.5%2C1.5c0%2C0.82843%20-0.6716%2C1.5%20-1.5%2C1.5h-15c-0.828427%2C0%20-1.5%2C-0.67157%20-1.5%2C-1.5Z%22%20transform%3D%22translate(21%2C%2058)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%237184E3%22%20d%3D%22M0%2C1.5c0%2C-0.828427%200.671573%2C-1.5%201.5%2C-1.5h17c0.8284%2C0%201.5%2C0.671573%201.5%2C1.5c0%2C0.82843%20-0.6716%2C1.5%20-1.5%2C1.5h-17c-0.828427%2C0%20-1.5%2C-0.67157%20-1.5%2C-1.5Z%22%20transform%3D%22translate(20%2C%2055)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%235C6CC0%22%20d%3D%22M0%2C1.5c0%2C-0.828427%200.671573%2C-1.5%201.5%2C-1.5h19c0.8284%2C0%201.5%2C0.671573%201.5%2C1.5c0%2C0.82843%20-0.6716%2C1.5%20-1.5%2C1.5h-19c-0.828427%2C0%20-1.5%2C-0.67157%20-1.5%2C-1.5Z%22%20transform%3D%22translate(19%2C%2052)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-section_bp {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%231EA01E%22%20fill-rule%3D%22nonzero%22%20d%3D%22M12%2C15%20C12%2C12.23858%2014.23858%2C10%2017%2C10%20L53%2C10%20C55.7614%2C10%2058%2C12.23858%2058%2C15%20L58%2C62%20C58%2C64.7614%2055.7614%2C67%2053%2C67%20L17%2C67%20C14.23858%2C67%2012%2C64.7614%2012%2C62%20L12%2C15%20Z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%2391B5C4%22%20fill-rule%3D%22nonzero%22%20d%3D%22M17%2C18%20C17%2C16.89543%2017.895431%2C16%2019%2C16%20L51%2C16%20C52.1046%2C16%2053%2C16.895431%2053%2C18%20L53%2C62%20C53%2C63.1046%2052.1046%2C64%2051%2C64%20L19%2C64%20C17.89543%2C64%2017%2C63.1046%2017%2C62%20L17%2C18%20Z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23B3D8E8%22%20fill-rule%3D%22nonzero%22%20d%3D%22M16%2C16%20C16%2C14.89543%2016.895431%2C14%2018%2C14%20L52%2C14%20C53.1046%2C14%2054%2C14.895431%2054%2C16%20L54%2C60%20C54%2C61.1046%2053.1046%2C62%2052%2C62%20L18%2C62%20C16.89543%2C62%2016%2C61.1046%2016%2C60%20L16%2C16%20Z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C15%20C15%2C13.89543%2015.895431%2C13%2017%2C13%20L53%2C13%20C54.1046%2C13%2055%2C13.895431%2055%2C15%20L55%2C58%20C55%2C59.1046%2054.1046%2C60%2053%2C60%20L17%2C60%20C15.89543%2C60%2015%2C59.1046%2015%2C58%20L15%2C15%20Z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%231EA01E%22%20fill-rule%3D%22nonzero%22%20d%3D%22M29%2C26%20C29%2C28.76142%2026.76142%2C31%2024%2C31%20C21.23858%2C31%2019%2C28.76142%2019%2C26%20C19%2C23.23858%2021.23858%2C21%2024%2C21%20C26.76142%2C21%2029%2C23.23858%2029%2C26%20Z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M23.72244%2C27.22106%20L23.42836%2C27.62543%20L23.79787%2C27.89416%20L24.09873%2C27.55031%20L23.72244%2C27.22106%20Z%20M21.48391%2C26.21129%20L23.42836%2C27.62543%20L24.01653%2C26.81669%20L22.07209%2C25.40255%20L21.483918%2C26.21129%20L21.48391%2C26.21129%20Z%20M24.09873%2C27.55031%20L26.82096%2C24.4392%20L26.06838%2C23.780696%20L23.34616%2C26.891806%20L24.09873%2C27.550306%20L24.09873%2C27.55031%20Z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%23000%22%20stroke-opacity%3D%22.2%22%20d%3D%22M28.5%2C52%20C28.5%2C49.5147224%2026.4852776%2C47.5%2024%2C47.5%20C21.5147224%2C47.5%2019.5%2C49.5147224%2019.5%2C52%20C19.5%2C54.4852776%2021.5147224%2C56.5%2024%2C56.5%20C26.4852776%2C56.5%2028.5%2C54.4852776%2028.5%2C52%20Z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%231EA01E%22%20fill-rule%3D%22nonzero%22%20d%3D%22M29%2C39%20C29%2C41.76142%2026.76142%2C44%2024%2C44%20C21.23858%2C44%2019%2C41.76142%2019%2C39%20C19%2C36.23858%2021.23858%2C34%2024%2C34%20C26.76142%2C34%2029%2C36.23858%2029%2C39%20Z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M23.72244%2C40.44106%20L23.42836%2C40.84543%20L23.79787%2C41.11416%20L24.09873%2C40.77031%20L23.72244%2C40.44106%20Z%20M21.48391%2C39.43129%20L23.42836%2C40.84543%20L24.01653%2C40.03669%20L22.07209%2C38.62255%20L21.483918%2C39.43129%20L21.48391%2C39.43129%20Z%20M24.09873%2C40.77031%20L26.82096%2C37.6592%20L26.06838%2C37.000696%20L23.34616%2C40.111806%20L24.09873%2C40.770306%20L24.09873%2C40.77031%20Z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-opacity%3D%22.2%22%20fill-rule%3D%22nonzero%22%20d%3D%22M23.72244%2C53.67106%20L23.42836%2C54.07543%20L23.79787%2C54.34416%20L24.09873%2C54.00031%20L23.72244%2C53.67106%20Z%20M21.48391%2C52.66129%20L23.42836%2C54.07543%20L24.01653%2C53.26669%20L22.07209%2C51.85255%20L21.483918%2C52.66129%20L21.48391%2C52.66129%20Z%20M24.09873%2C54.00031%20L26.82096%2C50.8892%20L26.06838%2C50.230696%20L23.34616%2C53.341806%20L24.09873%2C54.000306%20L24.09873%2C54.00031%20Z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23BCC8E0%22%20fill-rule%3D%22nonzero%22%20d%3D%22M23%2C16.5%20C23%2C15.671573%2023.671573%2C15%2024.5%2C15%20L45.5%2C15%20C46.3284%2C15%2047%2C15.671573%2047%2C16.5%20C47%2C17.32843%2046.3284%2C18%2045.5%2C18%20L24.5%2C18%20C23.671573%2C18%2023%2C17.32843%2023%2C16.5%20Z%20M31%2C22.5%20C31%2C21.671573%2031.671573%2C21%2032.5%2C21%20L48.5%2C21%20C49.3284%2C21%2050%2C21.671573%2050%2C22.5%20C50%2C23.32843%2049.3284%2C24%2048.5%2C24%20L32.5%2C24%20C31.671573%2C24%2031%2C23.32843%2031%2C22.5%20Z%20M32%2C26%20C32%2C25.447715%2032.447715%2C25%2033%2C25%20L42%2C25%20C42.5523%2C25%2043%2C25.447715%2043%2C26%20C43%2C26.55228%2042.5523%2C27%2042%2C27%20L33%2C27%20C32.447715%2C27%2032%2C26.55228%2032%2C26%20Z%20M32%2C29%20C32%2C28.447715%2032.447715%2C28%2033%2C28%20L46%2C28%20C46.5523%2C28%2047%2C28.447715%2047%2C29%20C47%2C29.55228%2046.5523%2C30%2046%2C30%20L33%2C30%20C32.447715%2C30%2032%2C29.55228%2032%2C29%20Z%20M31%2C35.5%20C31%2C34.671573%2031.671573%2C34%2032.5%2C34%20L48.5%2C34%20C49.3284%2C34%2050%2C34.671573%2050%2C35.5%20C50%2C36.32843%2049.3284%2C37%2048.5%2C37%20L32.5%2C37%20C31.671573%2C37%2031%2C36.32843%2031%2C35.5%20Z%20M32%2C39%20C32%2C38.447715%2032.447715%2C38%2033%2C38%20L45%2C38%20C45.5523%2C38%2046%2C38.447715%2046%2C39%20C46%2C39.55228%2045.5523%2C40%2045%2C40%20L33%2C40%20C32.447715%2C40%2032%2C39.55228%2032%2C39%20Z%20M32%2C42%20C32%2C41.447715%2032.447715%2C41%2033%2C41%20L39%2C41%20C39.55228%2C41%2040%2C41.447715%2040%2C42%20C40%2C42.55228%2039.55228%2C43%2039%2C43%20L33%2C43%20C32.447715%2C43%2032%2C42.55228%2032%2C42%20Z%20M31%2C48.5%20C31%2C47.671573%2031.671573%2C47%2032.5%2C47%20L48.5%2C47%20C49.3284%2C47%2050%2C47.671573%2050%2C48.5%20C50%2C49.32843%2049.3284%2C50%2048.5%2C50%20L32.5%2C50%20C31.671573%2C50%2031%2C49.32843%2031%2C48.5%20Z%20M32%2C52%20C32%2C51.447715%2032.447715%2C51%2033%2C51%20L40%2C51%20C40.55229%2C51%2041%2C51.447715%2041%2C52%20C41%2C52.55228%2040.55229%2C53%2040%2C53%20L33%2C53%20C32.447715%2C53%2032%2C52.55228%2032%2C52%20Z%20M32%2C55%20C32%2C54.447715%2032.447715%2C54%2033%2C54%20L44%2C54%20C44.5523%2C54%2045%2C54.447715%2045%2C55%20C45%2C55.55228%2044.5523%2C56%2044%2C56%20L33%2C56%20C32.447715%2C56%2032%2C55.55228%2032%2C55%20Z%20M28%2C12%20C28%2C9.79086%2029.79086%2C8%2032%2C8%20L38%2C8%20C40.2091%2C8%2042%2C9.79086%2042%2C12%20L42%2C13%20L28%2C13%20L28%2C12%20Z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpolygon%20fill%3D%22%238C9AB8%22%20fill-rule%3D%22nonzero%22%20points%3D%2228%2013%2042%2013%2042%2015%2028%2015%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23BCC8E0%22%20fill-rule%3D%22nonzero%22%20d%3D%22M35%2C3%20C37.20911%2C3%2039%2C4.79102%2039%2C7%20C39%2C9.20898%2037.20911%2C11%2035%2C11%20C32.79083%2C11%2031%2C9.20898%2031%2C7%20C31%2C4.79102%2032.79083%2C3%2035%2C3%20Z%20M35%2C5%20C33.89545%2C5%2033%2C5.89551%2033%2C7%20C33%2C8.10449%2033.89545%2C9%2035%2C9%20C36.10455%2C9%2037%2C8.10449%2037%2C7%20C37%2C5.89551%2036.10455%2C5%2035%2C5%20Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-section_dd {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2070%2070%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--Generated%20by%20IJSVG%20(https%3A%2F%2Fgithub.com%2Fcurthard89%2FIJSVG)--%3E%0D%0A%20%20%20%20%3Cg%20transform%3D%22translate(7%2C%207)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23FF9800%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C0h44v44h-44Z%22%20transform%3D%22translate(0%2C%2013)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FFB74D%22%20d%3D%22M0%2C0h9v8h-9Z%22%20transform%3D%22translate(17%2C%2013)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23F57C00%22%20d%3D%22M0%2C13l12%2C-13v44l-12%2C13Z%22%20transform%3D%22translate(44%2C%200)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FFCC80%22%20d%3D%22M44%2C13l12%2C-13h-44l-12%2C13Z%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FFE0B2%22%20d%3D%22M12%2C0h9l-12%2C13h-9Z%22%20transform%3D%22translate(17%2C%200)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23AB5600%22%20d%3D%22M0%2C2.5c0%2C-1.38071%201.11929%2C-2.5%202.5%2C-2.5h10c1.3807%2C0%202.5%2C1.11929%202.5%2C2.5c0%2C1.38071%20-1.1193%2C2.5%20-2.5%2C2.5h-10c-1.38071%2C0%20-2.5%2C-1.11929%20-2.5%2C-2.5Z%22%20transform%3D%22translate(14%2C%2020)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-section_fr {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20transform%3D%22translate(4%206)%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M26%2C2%20C24.8954305%2C2%2024%2C2.8954305%2024%2C4%20L24%2C8%20C24%2C9.1045695%2024.8954305%2C10%2026%2C10%20L36%2C10%20C37.1045695%2C10%2038%2C9.1045695%2038%2C8%20L38%2C4%20C38%2C2.8954305%2037.1045695%2C2%2036%2C2%20L26%2C2%20Z%20M26%2C-2%20L36%2C-2%20C39.3137085%2C-2%2042%2C0.686291501%2042%2C4%20L42%2C8%20C42%2C11.3137085%2039.3137085%2C14%2036%2C14%20L26%2C14%20C22.6862915%2C14%2020%2C11.3137085%2020%2C8%20L20%2C4%20C20%2C0.686291501%2022.6862915%2C-2%2026%2C-2%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23E65100%22%20d%3D%22M0%2C14%20C0%2C9.58172%203.58172%2C6%208%2C6%20L54%2C6%20C58.4183%2C6%2062%2C9.58172%2062%2C14%20L62%2C48%20C62%2C52.4183%2058.4183%2C56%2054%2C56%20L8%2C56%20C3.58172%2C56%200%2C52.4183%200%2C48%20L0%2C14%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FF6E40%22%20d%3D%22M0%2C14%20C0%2C9.58172%203.58172%2C6%208%2C6%20L54%2C6%20C58.4183%2C6%2062%2C9.58172%2062%2C14%20L62%2C25%20C62%2C29.4183%2058.4183%2C33%2054%2C33%20L8%2C33%20C3.58172%2C33%200%2C29.4183%200%2C25%20L0%2C14%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFF3E0%22%20d%3D%22M26%2C26%20C26%2C24.34315%2027.34315%2C23%2029%2C23%20L33%2C23%20C34.65685%2C23%2036%2C24.34315%2036%2C26%20C36%2C27.65685%2034.65685%2C29%2033%2C29%20L29%2C29%20C27.34315%2C29%2026%2C27.65685%2026%2C26%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-section_gb {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cdefs%3E%0D%0A%20%20%20%20%3Cpath%20id%3D%22gb-a%22%20d%3D%22M31.4867612%2C33.8658%20C30.6438453%2C37.4633%2027.5013487%2C40%2023.8875264%2C40%20L12.1162048%2C40%20C8.50235322%2C40%205.35985657%2C37.4633%204.51701885%2C33.8658%20L31.4867612%2C33.8658%20Z%22%2F%3E%0D%0A%20%20%3C%2Fdefs%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate(15%204)%22%3E%0D%0A%20%20%20%20%3Cg%20transform%3D%22translate(1%2046)%22%3E%0D%0A%20%20%20%20%20%20%3Cpolygon%20fill%3D%22%238D95C2%22%20fill-rule%3D%22nonzero%22%20points%3D%2216%207%2022%207%2022%200%2016%200%22%2F%3E%0D%0A%20%20%20%20%20%20%3Cpath%20fill%3D%22%238D95C2%22%20fill-rule%3D%22nonzero%22%20d%3D%22M24%2C12%20C24%2C14.76142%2021.76142%2C17%2019%2C17%20C16.23858%2C17%2014%2C14.76142%2014%2C12%20C14%2C9.23858%2016.23858%2C7%2019%2C7%20C21.76142%2C7%2024%2C9.23858%2024%2C12%20Z%22%2F%3E%0D%0A%20%20%20%20%20%20%3Crect%20width%3D%2234%22%20height%3D%226%22%20x%3D%222%22%20y%3D%226%22%20fill%3D%22%23E3E5F3%22%20rx%3D%223%22%2F%3E%0D%0A%20%20%20%20%20%20%3Cpath%20fill%3D%22%238D95C2%22%20fill-rule%3D%22nonzero%22%20d%3D%22M38%2012C38%2014.76142%2035.76142%2017%2033%2017%2030.23858%2017%2028%2014.76142%2028%2012%2028%209.23858%2030.23858%207%2033%207%2035.76142%207%2038%209.23858%2038%2012zM10%2012C10%2014.76142%207.76142%2017%205%2017%202.23858%2017%200%2014.76142%200%2012%200%209.23858%202.23858%207%205%207%207.76142%207%2010%209.23858%2010%2012z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3Cg%20transform%3D%22translate(2)%22%3E%0D%0A%20%20%20%20%20%20%3Cpath%20fill%3D%22%23D50000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M0.0768312975%2C14.9137%20C-0.019751095%2C14.5015%20-0.0308335485%2C14.0731%200.0754920488%2C13.6634%20C0.801644192%2C10.8652%204.55683488%2C-0.360295%2018.0018656%2C0.00889936%20C31.3707125%2C0.376002%2035.159194%2C10.9283%2035.9155617%2C13.6519%20C36.0318058%2C14.0704%2036.0220374%2C14.5075%2035.922888%2C14.9306%20L31.4867612%2C33.8658%20C30.6438453%2C37.4633%2027.5013487%2C40%2023.8875264%2C40%20L12.1162048%2C40%20C8.50235322%2C40%205.35985657%2C37.4633%204.51701885%2C33.8658%20L0.0768312975%2C14.9137%20Z%22%2F%3E%0D%0A%20%20%20%20%20%20%3Cuse%20fill%3D%22%23B71C1C%22%20fill-rule%3D%22nonzero%22%20xlink%3Ahref%3D%22%23gb-a%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FF5252%22%20fill-rule%3D%22nonzero%22%20d%3D%22M-3.8655082%2C33.0285166%20C-4.43354223%2C30.8936554%20-3.16337782%2C28.7025258%20-1.02851659%2C28.1344918%20C1.10634463%2C27.5664578%203.29747417%2C28.8366222%203.8655082%2C30.9714834%20C5.12506238%2C35.7053079%209.41102249%2C39%2014.3095499%2C39%20L25.6904501%2C39%20C30.5889775%2C39%2034.8749376%2C35.7053079%2036.1344918%2C30.9714834%20C36.7025258%2C28.8366222%2038.8936554%2C27.5664578%2041.0285166%2C28.1344918%20C43.1633778%2C28.7025258%2044.4335422%2C30.8936554%2043.8655082%2C33.0285166%20C41.6735914%2C41.2664706%2034.2150254%2C47%2025.6904501%2C47%20L14.3095499%2C47%20C5.78497456%2C47%20-1.67359139%2C41.2664706%20-3.8655082%2C33.0285166%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-section_is {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2070%2070%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--Generated%20by%20IJSVG%20(https%3A%2F%2Fgithub.com%2Fcurthard89%2FIJSVG)--%3E%0D%0A%20%20%20%20%3Cg%20transform%3D%22translate(3%2C%203)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23C9BA36%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M64%2C32c0%2C17.6731%20-14.3269%2C32%20-32%2C32c-17.6731%2C0%20-32%2C-14.3269%20-32%2C-32c0%2C-17.6731%2014.3269%2C-32%2032%2C-32c17.6731%2C0%2032%2C14.3269%2032%2C32Z%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23DCCD4F%22%20d%3D%22M12.9318%2C57.7008c-7.84739%2C-5.83176%20-12.9318%2C-15.1725%20-12.9318%2C-25.7008c0%2C-17.6731%2014.3269%2C-32%2032%2C-32c10.5205%2C0%2019.8552%2C5.07688%2025.6878%2C12.9143c-6.68782%2C7.08567%20-38.6878%2C38.0857%20-44.756%2C44.7865Z%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(7%2C%207)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23E5D53E%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M50%2C25c0%2C13.8071%20-11.1929%2C25%20-25%2C25c-13.8071%2C0%20-25%2C-11.1929%20-25%2C-25c0%2C-13.8071%2011.1929%2C-25%2025%2C-25c13.8071%2C0%2025%2C11.1929%2025%2C25Z%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23F9EB6A%22%20d%3D%22M16.5621%2C48.5402c-9.65525%2C-3.46133%20-16.5621%2C-12.6942%20-16.5621%2C-23.5402c0%2C-13.8071%2011.1929%2C-25%2025%2C-25c10.7721%2C0%2019.9529%2C6.81295%2023.4686%2C16.365c-3.46861%2C3.63504%20-29.4686%2C29.635%20-31.9065%2C32.1753Z%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22rgba(0%2C%200%2C%200%2C%200.46)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13%2C5h6.2c1.32548%2C0%202.4%2C1.07452%202.4%2C2.4c0%2C1.32548%20-1.07452%2C2.4%20-2.4%2C2.4h-6.2v4.8h3.8c3.97645%2C0%207.2%2C3.22355%207.2%2C7.2c0%2C3.97645%20-3.22355%2C7.2%20-7.2%2C7.2h-3.8v4c0%2C0.552285%20-0.447715%2C1%20-1%2C1c-0.552285%2C0%20-1%2C-0.447715%20-1%2C-1v-4h-6.2c-1.32548%2C0%20-2.4%2C-1.07452%20-2.4%2C-2.4c0%2C-1.32548%201.07452%2C-2.4%202.4%2C-2.4h6.2v-4.8h-3.8c-3.97645%2C0%20-7.2%2C-3.22355%20-7.2%2C-7.2c0%2C-3.97645%203.22355%2C-7.2%207.2%2C-7.2h3.8v-4c0%2C-0.552285%200.447715%2C-1%201%2C-1c0.552285%2C0%201%2C0.447715%201%2C1v4Zm0%2C14.4v4.8h3.8c1.32548%2C0%202.4%2C-1.07452%202.4%2C-2.4c0%2C-1.32548%20-1.07452%2C-2.4%20-2.4%2C-2.4h-3.8Zm-2%2C-4.8v-4.8h-3.8c-1.32548%2C0%20-2.4%2C1.07452%20-2.4%2C2.4c0%2C1.32548%201.07452%2C2.4%202.4%2C2.4h3.8Z%22%20transform%3D%22translate(20%2C%2015)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-section_kn {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2070%2070%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--Generated%20by%20IJSVG%20(https%3A%2F%2Fgithub.com%2Fcurthard89%2FIJSVG)--%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22path-1%22%20d%3D%22M0%2C0h16v26h-16Z%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22path-2%22%20d%3D%22M9%2C4.82e-05c0%2C2.48524%20-2.01472%2C4.49993%20-4.5%2C4.49993c-2.48528%2C0%20-4.5%2C-2.01469%20-4.5%2C-4.49993c1.875%2C-2.45e-05%202.38972%2C-4.82e-05%204.875%2C-4.82e-05c2.48528%2C0%203%2C0%204.125%2C4.82e-05Z%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20transform%3D%22translate(4%2C%207)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(4%2C%2019)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23CFD8DC%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C0h54v31h-54Z%22%20transform%3D%22translate(0.048%2C%200)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23B0BEC5%22%20d%3D%22M0%2C0h54v3c0%2C1.65685%20-1.34315%2C3%20-3%2C3h-48c-1.65685%2C0%20-3%2C-1.34315%20-3%2C-3v-3Z%22%20transform%3D%22translate(0.0469857%2C%2031)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(12%2C%2028)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23E3F2FD%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C0h38v28h-38Z%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%2364B5F6%22%20transform%3D%22translate(2%2C%202)%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%2364B5F6%22%20transform%3D%22translate(20%2C%202)%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%232196F3%22%20d%3D%22M0%2C0h34l-34%2C16Z%22%20transform%3D%22translate(2%2C%202)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%231976D2%22%20d%3D%22M0%2C0h2v26h-2Z%22%20transform%3D%22translate(18%2C%202)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%231976D2%22%20d%3D%22M12%2C1.5c0%2C0.82843%20-0.67157%2C1.5%20-1.5%2C1.5c-0.828427%2C0%20-1.5%2C-0.67157%20-1.5%2C-1.5c0%2C-0.828427%200.671573%2C-1.5%201.5%2C-1.5c0.82843%2C0%201.5%2C0.671573%201.5%2C1.5Zm-9%2C0c0%2C0.82843%20-0.67157%2C1.5%20-1.5%2C1.5c-0.828427%2C0%20-1.5%2C-0.67157%20-1.5%2C-1.5c0%2C-0.828427%200.671573%2C-1.5%201.5%2C-1.5c0.82843%2C0%201.5%2C0.671573%201.5%2C1.5Z%22%20transform%3D%22translate(13%2C%2016)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23FF5722%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C3c0%2C-1.65685%201.34315%2C-3%203%2C-3h48c1.6569%2C0%203%2C1.34315%203%2C3v5h-54v-5Z%22%20transform%3D%22translate(4%2C%200)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FFC107%22%20d%3D%22M4%2C0h8l-3%2C12h-9Z%22%20transform%3D%22translate(0%2C%208)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23FFA000%22%20transform%3D%22translate(0%2C%2020)%22%20xlink%3Ahref%3D%22%23path-2%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23D84315%22%20transform%3D%22translate(9%2C%2020)%22%20xlink%3Ahref%3D%22%23path-2%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23FFA000%22%20transform%3D%22translate(18%2C%2020)%22%20xlink%3Ahref%3D%22%23path-2%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23D84315%22%20d%3D%22M8%2C4.82e-05c0%2C2.48524%20-1.79086%2C4.49993%20-4%2C4.49993c-2.20914%2C0%20-4%2C-2.01469%20-4%2C-4.49993c1.66667%2C-2.45e-05%202.1242%2C-4.82e-05%204.33333%2C-4.82e-05c2.20914%2C0%202.66667%2C0%203.66667%2C4.82e-05Z%22%20transform%3D%22translate(27%2C%2020)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23FFA000%22%20transform%3D%22translate(35%2C%2020)%22%20xlink%3Ahref%3D%22%23path-2%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23D84315%22%20transform%3D%22translate(44%2C%2020)%22%20xlink%3Ahref%3D%22%23path-2%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23FFA000%22%20transform%3D%22translate(53%2C%2020)%22%20xlink%3Ahref%3D%22%23path-2%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M3%2C0h8l-2%2C12h-9Z%22%20transform%3D%22translate(9%2C%208)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FFC107%22%20d%3D%22M2%2C0h7v12h-9Z%22%20transform%3D%22translate(18%2C%208)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C0h8v12h-8Z%22%20transform%3D%22translate(27%2C%208)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FFC107%22%20d%3D%22M0%2C0h7l2%2C12h-9Z%22%20transform%3D%22translate(35%2C%208)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C0h8l3%2C12h-9Z%22%20transform%3D%22translate(42%2C%208)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FFC107%22%20d%3D%22M0%2C0h8l4%2C12h-9Z%22%20transform%3D%22translate(50%2C%208)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-section_qa {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2272%22%20height%3D%2272%22%20viewBox%3D%220%200%2072%2072%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M68%2036C68%2053.6731%2053.6731%2068%2036%2068C18.3269%2068%204%2053.6731%204%2036C4%2018.3269%2018.3269%204%2036%204C53.6731%204%2068%2018.3269%2068%2036Z%22%20fill%3D%22%2367A2D2%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.9318%2061.7008C9.08444%2055.8691%204%2046.5283%204%2036C4%2018.3269%2018.3269%204%2036%204C46.5205%204%2055.8552%209.07688%2061.6878%2016.9143C55%2024%2023%2055%2016.9318%2061.7008Z%22%20fill%3D%22%238AC2EF%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M61%2036C61%2049.8071%2049.8071%2061%2036%2061C22.1929%2061%2011%2049.8071%2011%2036C11%2022.1929%2022.1929%2011%2036%2011C49.8071%2011%2061%2022.1929%2061%2036Z%22%20fill%3D%22%238AC2EF%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M27.5621%2059.5402C17.9068%2056.0789%2011%2046.846%2011%2036C11%2022.1929%2022.1929%2011%2036%2011C46.7721%2011%2055.9529%2017.813%2059.4686%2027.365C56%2031%2030%2057%2027.5621%2059.5402Z%22%20fill%3D%22%23A8D8FF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M26%2030.5C26%2031.8807%2024.8807%2033%2023.5%2033C22.1193%2033%2021%2031.8807%2021%2030.5C21%2025.1193%2025.1193%2021%2030.5%2021C35.8807%2021%2040%2025.1194%2040%2030.5C40%2033.8603%2038.6065%2036.2657%2035.7985%2039.174C35.5597%2039.4213%2034.6059%2040.3864%2034.3827%2040.6189C33.933%2041.0874%2033.6231%2041.4409%2033.3947%2041.7502C33.0971%2042.1533%2033%2042.3875%2033%2042.5C33%2043.8807%2031.8807%2045%2030.5%2045C29.1193%2045%2028%2043.8807%2028%2042.5C28%2041.1619%2028.4948%2039.9689%2029.3721%2038.7806C29.7518%2038.2663%2030.1898%2037.7666%2030.7757%2037.1563C31.031%2036.8904%2031.9915%2035.9185%2032.2015%2035.701C34.1909%2033.6406%2035%2032.2439%2035%2030.5C35%2027.8808%2033.1192%2026%2030.5%2026C27.8807%2026%2026%2027.8807%2026%2030.5ZM30.5%2047C31.8807%2047%2033%2048.1193%2033%2049.5C33%2050.8807%2031.8807%2052%2030.5%2052C29.1193%2052%2028%2050.8807%2028%2049.5C28%2048.1193%2029.1193%2047%2030.5%2047ZM45.5%2047C46.8807%2047%2048%2048.1193%2048%2049.5C48%2050.8807%2046.8807%2052%2045.5%2052C44.1193%2052%2043%2050.8807%2043%2049.5C43%2048.1193%2044.1193%2047%2045.5%2047ZM43%2023.5C43%2022.1193%2044.1193%2021%2045.5%2021C46.8807%2021%2048%2022.1193%2048%2023.5V42.5C48%2043.8807%2046.8807%2045%2045.5%2045C44.1193%2045%2043%2043.8807%2043%2042.5V23.5Z%22%20fill%3D%22%234684B6%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 72px;
  height: 72px;
}

.icon-section_start {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2070%2070%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C!--Generated%20by%20IJSVG%20(https%3A%2F%2Fgithub.com%2Fcurthard89%2FIJSVG)--%3E%0D%0A%20%20%20%20%3Cg%20transform%3D%22translate(6%2C%206)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23FF0000%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.6648%2C12.8062c-0.2168%2C0.3585%20-0.634%2C0.5439%20-1.0453%2C0.4646l-12.5417%2C-2.4201c-0.77144%2C-0.1488%20-1.0778%2C-1.08827%20-0.54241%2C-1.66328l6.55271%2C-7.03762c0.15746%2C-0.16911%200.36863%2C-0.27848%200.59761%2C-0.3095l12.7499%2C-1.72754c0.8326%2C-0.11281%201.4247%2C0.7892%200.9901%2C1.50824l-6.7609%2C11.1852Z%22%20transform%3D%22translate(1.69486%2C%2021.1679)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23CC0000%22%20d%3D%22M3.691%2C13.571l-3.691%2C-0.823l3.691%2C-11.514l7.793%2C-1.234Z%22%20transform%3D%22translate(12.308%2C%2021)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.579745%2C6.50583c-0.376594%2C0.20596%20-0.579745%2C0.62928%20-0.504817%2C1.05192l2.42315%2C13.6683c0.14126%2C0.7968%201.12117%2C1.1046%201.69266%2C0.5316l7.0986%2C-7.1168c0.1553%2C-0.1558%200.255%2C-0.3584%200.2835%2C-0.5765l1.6564%2C-12.6648c0.1061%2C-0.81116%20-0.7537%2C-1.39957%20-1.4714%2C-1.00704l-11.1781%2C6.1133Z%22%20transform%3D%22translate(24.2524%2C%2034.7117)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23CC0000%22%20d%3D%22M0%2C6.991l0.82%2C4.524l11.484%2C-3.29l1.231%2C-8.225Z%22%20transform%3D%22translate(24.202%2C%2034.58)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23BFCBE3%22%20d%3D%22M18.7762%2C4.49268c-8.821%2C7.77208%20-16.4812%2C24.9611%20-18.4652%2C29.6517c-0.310992%2C0.7353%20-0.13304%2C1.5687%200.43074%2C2.134l6.80174%2C6.8192c0.58174%2C0.5832%201.45036%2C0.7541%202.19914%2C0.4108c4.6308%2C-2.1234%2021.132%2C-10.0233%2029.541%2C-18.454c4.813%2C-4.8254%203.3302%2C-17.5132%202.6882%2C-21.681c-0.1261%2C-0.81905%20-0.7579%2C-1.44004%20-1.5789%2C-1.55272c-4.1148%2C-0.564755%20-16.5177%2C-1.82062%20-21.6167%2C2.67206Z%22%20transform%3D%22translate(15.6794%2C%20-0.76036)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23D5DEF0%22%20d%3D%22M18.7762%2C3.27218c-8.821%2C7.77208%20-16.4812%2C24.9611%20-18.4652%2C29.6517c-0.310992%2C0.7353%20-0.13304%2C1.5687%200.43074%2C2.134c3.71925%2C3.65467%206.24554%2C5.482%207.57888%2C5.482c2%2C0%2033%2C-40.5399%2023.7174%2C-40.5399c-4.84456%2C0%20-10.292%2C0.655515%20-13.2618%2C3.27218Z%22%20transform%3D%22translate(15.6794%2C%200.460135)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%2364B5F6%22%20d%3D%22M14%2C7.00001c0%2C3.86604%20-3.13394%2C6.99999%20-6.99999%2C6.99999c-3.866%2C0%20-7.00001%2C-3.13395%20-7.00001%2C-6.99999c0%2C-3.866%203.13401%2C-7.00001%207.00001%2C-7.00001c3.86605%2C0%206.99999%2C3.13401%206.99999%2C7.00001Z%22%20transform%3D%22translate(37%2C%208)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%239BD0FB%22%20d%3D%22M10%2C5.00001c0%2C2.76146%20-2.23853%2C4.99999%20-4.99999%2C4.99999c-2.76143%2C0%20-5.00001%2C-2.23853%20-5.00001%2C-4.99999c0%2C-2.76143%202.23858%2C-5.00001%205.00001%2C-5.00001c2.76146%2C0%204.99999%2C2.23858%204.99999%2C5.00001Z%22%20transform%3D%22translate(39%2C%2010)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.18428%2C4.04755c0.52434%2C0.52569%200.31315%2C1.4193%20-0.39106%2C1.65464l-5.26735%2C1.7603c-0.78156%2C0.26118%20-1.52587%2C-0.48198%20-1.26588%2C-1.26394l1.75578%2C-5.28089c0.23482%2C-0.706271%201.13133%2C-0.917665%201.65694%2C-0.39071l3.51157%2C3.5206Z%22%20transform%3D%22translate(12.9648%2C%2038.1113)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FFBE0A%22%20d%3D%22M17.1912%2C14.8641c-4.1477%2C4.1782%20-13.043%2C2.906%20-15.9417%2C2.906c4.44089e-16%2C-2.9059%20-1.24953%2C-11.8042%202.89816%2C-15.9823c2.36121%2C-1.78777%204.3475%2C-1.45302%207.2459%2C-1.453c-4.34762%2C2.90586%20-2.8984%2C10.1706%20-2.8984%2C10.1706c0%2C0%207.2461%2C1.4529%2010.1445%2C-2.90588c0%2C2.90588%200.409%2C4.91408%20-1.4485%2C7.26458Z%22%20transform%3D%22translate(-0.24939%2C%2040.0601)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-service_banner_1 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2228px%22%20height%3D%2219.4px%22%20viewBox%3D%220%200%2028%2019.4%22%20style%3D%22enable-background%3Anew%200%200%2028%2019.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%220.5%22%20style%3D%22fill%3A%23C8C7C7%3B%22%20width%3D%2226.9%22%20height%3D%223.5%22%2F%3E%0D%0A%09%3Crect%20x%3D%220.5%22%20y%3D%2215.9%22%20style%3D%22fill%3A%23C8C7C7%3B%22%20width%3D%2226.9%22%20height%3D%223.5%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23AFAEAE%3B%22%20points%3D%2228%2C4%200%2C4%200%2C0%201.1%2C0%201.1%2C2.9%2026.9%2C2.9%2026.9%2C0%2028%2C0%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23AFAEAE%3B%22%20points%3D%2228%2C19.4%2026.9%2C19.4%2026.9%2C16.4%201.1%2C16.4%201.1%2C19.4%200%2C19.4%200%2C15.3%2028%2C15.3%20%09%22%2F%3E%0D%0A%09%3Crect%20x%3D%220.5%22%20y%3D%225.9%22%20style%3D%22fill%3A%23E08B44%3B%22%20width%3D%2226.9%22%20height%3D%227.4%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%2350975F%3B%22%20points%3D%2210.9%2C13.3%2015.9%2C5.9%2027.5%2C5.9%2027.5%2C13.3%20%09%22%2F%3E%0D%0A%09%3Crect%20x%3D%224%22%20y%3D%228%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%2220.6%22%20height%3D%221.2%22%2F%3E%0D%0A%09%3Crect%20x%3D%226.6%22%20y%3D%2210%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%2215.5%22%20height%3D%221.2%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 28px;
  height: 19.4px;
}

.icon-service_banner_2 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2223.7px%22%20height%3D%2228px%22%20viewBox%3D%220%200%2023.7%2028%22%20style%3D%22enable-background%3Anew%200%200%2023.7%2028%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%225.1%22%20style%3D%22fill%3A%23C8C7C7%3B%22%20width%3D%2218.1%22%20height%3D%225.2%22%2F%3E%0D%0A%09%3Crect%20y%3D%221.6%22%20style%3D%22fill%3A%23C8C7C7%3B%22%20width%3D%223.2%22%20height%3D%2225.9%22%2F%3E%0D%0A%09%3Crect%20x%3D%225.1%22%20y%3D%227.7%22%20style%3D%22fill%3A%23E08B44%3B%22%20width%3D%2218.1%22%20height%3D%2216.6%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23AFAEAE%3B%22%20points%3D%2223.7%2C5.8%204.5%2C5.8%204.5%2C0%205.6%2C0%205.6%2C4.7%2022.6%2C4.7%2022.6%2C0%2023.7%2C0%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23AFAEAE%3B%22%20points%3D%223.7%2C28%200%2C28%200%2C26.9%202.6%2C26.9%202.6%2C2.2%200%2C2.2%200%2C1%203.7%2C1%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%2350975F%3B%22%20points%3D%225.1%2C20.8%2023.2%2C11.4%2023.2%2C24.3%205.1%2C24.3%20%09%22%2F%3E%0D%0A%09%3Crect%20x%3D%226.7%22%20y%3D%2211.4%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%2214.9%22%20height%3D%221.9%22%2F%3E%0D%0A%09%3Crect%20x%3D%228.3%22%20y%3D%2215%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%2211.7%22%20height%3D%221.4%22%2F%3E%0D%0A%09%3Crect%20x%3D%228.3%22%20y%3D%2218.4%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%2211.7%22%20height%3D%221.4%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 23.7px;
  height: 28px;
}

.icon-service_federal_showcase {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227px%22%20height%3D%2226.7px%22%20viewBox%3D%220%200%2027%2026.7%22%20style%3D%22enable-background%3Anew%200%200%2027%2026.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23C7BA98%3B%22%20d%3D%22M24.7%2C26.7H2.2c-0.6%2C0-1.1-0.5-1.1-1.1V5.7h24.8v19.9C25.8%2C26.2%2C25.3%2C26.7%2C24.7%2C26.7%22%2F%3E%0D%0A%09%3Crect%20x%3D%222.3%22%20y%3D%227.8%22%20style%3D%22fill%3A%23726852%3B%22%20width%3D%2222.4%22%20height%3D%2214.2%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%236CA9DF%3B%22%20d%3D%22M2%2C8.3H1.4C0.6%2C8.3%2C0%2C7.7%2C0%2C6.9V0.7C0%2C0.3%2C0.3%2C0%2C0.7%2C0h2.7v6.9C3.4%2C7.7%2C2.8%2C8.3%2C2%2C8.3%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23E08B44%3B%22%20d%3D%22M5.4%2C8.3H4.8C4%2C8.3%2C3.4%2C7.7%2C3.4%2C6.9V0h3.4v6.9C6.8%2C7.7%2C6.1%2C8.3%2C5.4%2C8.3%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%236CA9DF%3B%22%20d%3D%22M8.7%2C8.3H8.1c-0.8%2C0-1.4-0.6-1.4-1.4V0h3.4v6.9C10.1%2C7.7%2C9.5%2C8.3%2C8.7%2C8.3%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%236CA9DF%3B%22%20d%3D%22M15.5%2C8.3h-0.6c-0.8%2C0-1.4-0.6-1.4-1.4V0h3.4v6.9C16.9%2C7.7%2C16.3%2C8.3%2C15.5%2C8.3%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23E08B44%3B%22%20d%3D%22M18.9%2C8.3h-0.6c-0.8%2C0-1.4-0.6-1.4-1.4V0h3.4v6.9C20.2%2C7.7%2C19.6%2C8.3%2C18.9%2C8.3%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23E08B44%3B%22%20d%3D%22M25.6%2C8.3H25c-0.8%2C0-1.4-0.6-1.4-1.4V0h2.7C26.7%2C0%2C27%2C0.3%2C27%2C0.7v6.2C27%2C7.7%2C26.4%2C8.3%2C25.6%2C8.3%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%236CA9DF%3B%22%20d%3D%22M22.2%2C8.3h-0.6c-0.8%2C0-1.4-0.6-1.4-1.4V0h3.4v6.9C23.6%2C7.7%2C23%2C8.3%2C22.2%2C8.3%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23E08B44%3B%22%20d%3D%22M12.1%2C8.3h-0.6c-0.8%2C0-1.4-0.6-1.4-1.4V0h3.4v6.9C13.5%2C7.7%2C12.9%2C8.3%2C12.1%2C8.3%22%2F%3E%0D%0A%09%3Crect%20x%3D%223.4%22%20y%3D%2210.7%22%20style%3D%22fill%3A%23D3DD4E%3B%22%20width%3D%225.4%22%20height%3D%224.3%22%2F%3E%0D%0A%09%3Crect%20x%3D%2210.4%22%20y%3D%2211.5%22%20style%3D%22fill%3A%23D3DD4E%3B%22%20width%3D%225.4%22%20height%3D%223.5%22%2F%3E%0D%0A%09%3Crect%20x%3D%2215.2%22%20y%3D%2217.4%22%20style%3D%22fill%3A%23D3DD4E%3B%22%20width%3D%224.4%22%20height%3D%223.5%22%2F%3E%0D%0A%09%3Crect%20x%3D%2210.4%22%20y%3D%2215.9%22%20style%3D%22fill%3A%23D3DD4E%3B%22%20width%3D%223.7%22%20height%3D%224.9%22%2F%3E%0D%0A%09%3Crect%20x%3D%2220.6%22%20y%3D%2217%22%20style%3D%22fill%3A%23D3DD4E%3B%22%20width%3D%223.2%22%20height%3D%223.8%22%2F%3E%0D%0A%09%3Crect%20x%3D%2216.9%22%20y%3D%2210.4%22%20style%3D%22fill%3A%23D3DD4E%3B%22%20width%3D%222.7%22%20height%3D%224.5%22%2F%3E%0D%0A%09%3Crect%20x%3D%2220.9%22%20y%3D%2211.9%22%20style%3D%22fill%3A%23D3DD4E%3B%22%20width%3D%222.7%22%20height%3D%223%22%2F%3E%0D%0A%09%3Crect%20x%3D%223.7%22%20y%3D%2218.3%22%20style%3D%22fill%3A%23D3DD4E%3B%22%20width%3D%225.5%22%20height%3D%222.2%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 26.7px;
}

.icon-service_gold_frame {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2227px%22%20height%3D%2223.6px%22%20viewBox%3D%220%200%2027%2023.6%22%20style%3D%22enable-background%3Anew%200%200%2027%2023.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%220.1%22%20y%3D%220%22%20style%3D%22fill%3A%23F8D446%3B%22%20width%3D%2226.9%22%20height%3D%2223.6%22%2F%3E%0D%0A%09%3Crect%20x%3D%221.7%22%20y%3D%226.1%22%20style%3D%22fill%3A%23C5A34C%3B%22%20width%3D%227.4%22%20height%3D%226.2%22%2F%3E%0D%0A%09%3Crect%20x%3D%2211.3%22%20y%3D%226.8%22%20style%3D%22fill%3A%23C5A34C%3B%22%20width%3D%2212.9%22%20height%3D%222%22%2F%3E%0D%0A%09%3Crect%20x%3D%2211.3%22%20y%3D%2210.3%22%20style%3D%22fill%3A%23C5A34C%3B%22%20width%3D%2210.9%22%20height%3D%221%22%2F%3E%0D%0A%09%3Crect%20x%3D%2211.3%22%20y%3D%2213.4%22%20style%3D%22fill%3A%23C5A34C%3B%22%20width%3D%2212.7%22%20height%3D%221%22%2F%3E%0D%0A%09%3Crect%20x%3D%2211.3%22%20y%3D%2214.9%22%20style%3D%22fill%3A%23C5A34C%3B%22%20width%3D%2214.2%22%20height%3D%221%22%2F%3E%0D%0A%09%3Crect%20x%3D%2211.3%22%20y%3D%2211.8%22%20style%3D%22fill%3A%23C5A34C%3B%22%20width%3D%229.2%22%20height%3D%221%22%2F%3E%0D%0A%09%3Crect%20x%3D%2211.3%22%20y%3D%2216.4%22%20style%3D%22fill%3A%23C5A34C%3B%22%20width%3D%229.2%22%20height%3D%221%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%2227%2C0%200.1%2C0%200%2C19.3%200.1%2C19.3%200.1%2C0%2027%2C0%2027%2C1.6%20%09%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FBE283%3B%22%20d%3D%22M27%2C0H0.1v19.3l11.2-7.3v-0.1h0.1l0.8-0.5h-0.9v-1h2.4l2.4-1.6h-4.8v-2h7.8L27%2C1.6V0z%20M1.7%2C6.1h7.4%0D%0A%09%09v6.2H1.7V6.1z%22%2F%3E%0D%0A%09%3Crect%20x%3D%221.7%22%20y%3D%226.1%22%20style%3D%22fill%3A%23DBC27F%3B%22%20width%3D%227.4%22%20height%3D%226.2%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23DBC27F%3B%22%20points%3D%2219.1%2C6.8%2011.3%2C6.8%2011.3%2C8.8%2016.1%2C8.8%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23DBC27F%3B%22%20points%3D%2213.7%2C10.3%2011.3%2C10.3%2011.3%2C11.3%2012.2%2C11.3%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23DBC27F%3B%22%20points%3D%2211.3%2C11.8%2011.3%2C11.9%2011.4%2C11.8%20%09%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FBE283%3B%22%20d%3D%22M27%2C6.8l-2.8%2C2v0.1h-0.1l-2.3%2C1.6h0.4v1h-1.9l-0.7%2C0.5h0.9v1h-2.3l-0.8%2C0.5h4.4l5.2-3V6.8z%0D%0A%09%09%20M20.1%2C14.4H16l-0.8%2C0.5h4L20.1%2C14.4z%20M17.5%2C15.9h-3.8L13%2C16.4h3.6L17.5%2C15.9z%20M14.9%2C17.4h-3.4l-9%2C6.2h1.8L14.9%2C17.4z%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23DBC27F%3B%22%20points%3D%2224.1%2C8.8%2024.2%2C8.8%2024.2%2C8.7%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23DBC27F%3B%22%20points%3D%2222.2%2C10.3%2021.8%2C10.3%2020.4%2C11.3%2022.2%2C11.3%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23DBC27F%3B%22%20points%3D%2221.8%2C13.4%2017.4%2C13.4%2016%2C14.4%2020.1%2C14.4%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23DBC27F%3B%22%20points%3D%2219.2%2C14.9%2015.2%2C14.9%2013.7%2C15.9%2017.5%2C15.9%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23DBC27F%3B%22%20points%3D%2220.5%2C11.8%2019.6%2C11.8%2018.2%2C12.8%2020.5%2C12.8%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23DBC27F%3B%22%20points%3D%2216.6%2C16.4%2013%2C16.4%2011.5%2C17.4%2014.9%2C17.4%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 23.6px;
}

.icon-service_hot_offer {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221.5px%22%20height%3D%2229.5px%22%20viewBox%3D%220%200%2021.5%2029.5%22%20style%3D%22enable-background%3Anew%200%200%2021.5%2029.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Cpath%20id%3D%22SVGID_3_%22%20d%3D%22M8.6%2C2c-1.6%2C2-1.5%2C5-0.6%2C8.4c1%2C3.4-1.6%2C6.3-1.6%2C6.3s0.5-1.8-0.5-4.4C4.8%2C9.7%2C2%2C8.3%2C2%2C8.3s1.2%2C0.7%2C1.4%2C3.4%0D%0A%09%09%09c0.2%2C3.3-2.1%2C4.8-3.4%2C7.9c0%2C0%2C0%2C0.1-0.1%2C0.1v4.9c0.7%2C2%2C2.3%2C3.9%2C5.6%2C4.9h7.7c1.7-0.4%2C3.8-1.2%2C5.3-2.5c2.9-2.5%2C2.4-6.4%2C1.3-8.7%0D%0A%09%09%09c-1.1-2.4-2.6-5.1-2.6-5.1s0.2%2C1.6-0.2%2C4c-0.5%2C2.4-2.5%2C4.3-2.5%2C4.3s1.7-4.3%2C1.6-8.1c-0.2-3.8-2.4-5.3-2.4-5.3s0.6%2C1.1%2C0.7%2C1.8%0D%0A%09%09%09c0.1%2C0.7-0.2%2C1.9-0.2%2C1.9s-1.9-1.2-3.4-4.7C9.3%2C3.6%2C11.2%2C0%2C11.2%2C0S10.2%2C0%2C8.6%2C2%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_3_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%0D%0A%09%09%3ClinearGradient%20id%3D%22SVGID_4_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22145.611%22%20y1%3D%221330.084%22%20x2%3D%22146.611%22%20y2%3D%221330.084%22%20gradientTransform%3D%22matrix(0%20-30.5579%20-30.5579%200%2040655.2969%204479.7798)%22%3E%0D%0A%09%09%3Cstop%20%20offset%3D%220%22%20style%3D%22stop-color%3A%23E9CB51%22%2F%3E%0D%0A%09%09%3Cstop%20%20offset%3D%221%22%20style%3D%22stop-color%3A%23CF714A%22%2F%3E%0D%0A%09%3C%2FlinearGradient%3E%0D%0A%09%3Crect%20style%3D%22clip-path%3Aurl(%23SVGID_2_)%3Bfill%3Aurl(%23SVGID_4_)%3B%22%20width%3D%2221.5%22%20height%3D%2229.5%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 21.5px;
  height: 29.5px;
}

.icon-service_pro {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230px%22%20height%3D%2224.5px%22%20viewBox%3D%220%200%2030%2024.5%22%20style%3D%22enable-background%3Anew%200%200%2030%2024.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23A88C4C%3B%22%20points%3D%224.4%2C21.9%205.4%2C5.3%2015%2C18.6%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23A88C4C%3B%22%20points%3D%2225.6%2C21.9%2024.6%2C5.3%2015%2C18.6%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23F6CF55%3B%22%20points%3D%2215%2C0%207.5%2C13.9%200%2C10.3%205.1%2C23.5%2015%2C23.5%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23C9A74C%3B%22%20points%3D%2215%2C0%2015%2C23.5%2024.9%2C23.5%2030%2C10.3%2022.5%2C13.9%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%2393A4BD%3B%22%20points%3D%224.4%2C23.9%204.4%2C21.9%2015%2C18.6%2015%2C24.5%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%236C7C8D%3B%22%20points%3D%2225.6%2C23.9%2025.6%2C21.9%2015%2C18.6%2015%2C24.5%20%09%22%2F%3E%0D%0A%09%3Ccircle%20style%3D%22fill%3A%23F93838%3B%22%20cx%3D%2215%22%20cy%3D%2221.3%22%20r%3D%221%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 24.5px;
}

.icon-service_smart_dispatch {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2230px%22%20height%3D%2218.4px%22%20viewBox%3D%220%200%2030%2018.4%22%20style%3D%22enable-background%3Anew%200%200%2030%2018.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%233EB4F0%3B%22%20points%3D%220%2C4.9%207.5%2C10.3%2019.7%2C6%209.6%2C12.9%2019.8%2C16.3%2030%2C0%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%235E99AE%3B%22%20points%3D%227.5%2C10.3%208.4%2C18.4%209.6%2C12.9%2019.7%2C6%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23497182%3B%22%20points%3D%228.4%2C18.4%2013.6%2C14.2%209.6%2C12.9%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 18.4px;
}

.icon-social_you {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20enable-background%3D%22new%200%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_19_%22%20width%3D%2240%22%20height%3D%2240%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_19_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%23CC0200%22%20d%3D%22M5%2C0c0%2C0-5%2C0-5%2C5v30c0%2C0%2C0%2C5%2C5%2C5h30c0%2C0%2C5%2C0%2C5-5V5c0%2C0%2C0-5-5-5H5z%22%2F%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M17.4%2C23.2l0-7l6.8%2C3.5L17.4%2C23.2z%20M32.2%2C15c0%2C0-0.2-1.7-1-2.5%0D%0A%09%09c-1-1-2-1-2.5-1.1c-3.5-0.3-8.7-0.3-8.7-0.3h0c0%2C0-5.2%2C0-8.7%2C0.3c-0.5%2C0.1-1.6%2C0.1-2.5%2C1.1c-0.7%2C0.8-1%2C2.5-1%2C2.5s-0.3%2C2-0.3%2C4v1.9%0D%0A%09%09c0%2C2%2C0.3%2C4%2C0.3%2C4s0.2%2C1.7%2C1%2C2.5c1%2C1%2C2.2%2C1%2C2.8%2C1.1c2%2C0.2%2C8.5%2C0.3%2C8.5%2C0.3s5.3%2C0%2C8.8-0.3c0.5-0.1%2C1.6-0.1%2C2.5-1.1%0D%0A%09%09c0.7-0.8%2C1-2.5%2C1-2.5s0.3-2%2C0.3-4V19C32.5%2C17%2C32.2%2C15%2C32.2%2C15%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.icon-sp_idea {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20style%3D%22enable-background%3Anew%200%200%2080%2080%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%2234.8%22%20y%3D%2255.9%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%228.9%22%20height%3D%225%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M39.3%2C19.6c-7.6%2C0-13.7%2C6.2-13.7%2C13.7c0%2C3%2C1%2C5.8%2C2.8%2C8.2l0.8%2C1.1l1.8%2C2.5c1.7%2C2.3%2C2.9%2C4.9%2C3.6%2C7.7%0D%0A%09%09%09H44c0.7-2.8%2C1.9-5.4%2C3.6-7.7l2.6-3.6c1.8-2.5%2C2.8-5.3%2C2.8-8.3C53%2C25.7%2C46.9%2C19.6%2C39.3%2C19.6z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M75%2C0H5C2.3%2C0%2C0%2C2.3%2C0%2C5v70c0%2C2.8%2C2.3%2C5%2C5%2C5h70c2.8%2C0%2C5-2.3%2C5-5V5C80%2C2.3%2C77.8%2C0%2C75%2C0z%20M57.4%2C15.1%0D%0A%09%09%09l2.1%2C2.1l-4%2C4l-2.1-2.1L57.4%2C15.1z%20M21.4%2C15.1l4%2C4l-2.1%2C2.1l-4-4L21.4%2C15.1z%20M18%2C36.7h-5.6v-3H18V36.7z%20M21.2%2C55.2l-2.1-2.1%0D%0A%09%09%09l3.9-3.9l2.1%2C2.1L21.2%2C55.2z%20M52.1%2C44.2l-2%2C2.8c-1.6%2C2.2-2.8%2C4.9-3.3%2C7.6v9.4h-4.2c0%2C0%2C0%2C0%2C0%2C0.1c0%2C1-1.5%2C1.8-3.3%2C1.8%0D%0A%09%09%09c-1.8%2C0-3.3-0.8-3.3-1.8c0%2C0%2C0%2C0%2C0-0.1h-4.1v-9.4c-0.6-2.7-1.7-5.3-3.3-7.6l-2.6-3.6c-2.2-2.9-3.4-6.4-3.4-10%0D%0A%09%09%09c0-9.2%2C7.5-16.8%2C16.8-16.8c9.2%2C0%2C16.8%2C7.5%2C16.8%2C16.8c0%2C3.7-1.2%2C7.1-3.4%2C10.1L52.1%2C44.2z%20M57.6%2C55.2l-3.9-3.9l2.1-2.1l3.9%2C3.9%0D%0A%09%09%09L57.6%2C55.2z%20M66.4%2C36.7h-5.6v-3h5.6V36.7z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 80px;
  height: 80px;
}

.icon-sp_idea_active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20style%3D%22enable-background%3Anew%200%200%2080%2080%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20style%3D%22fill%3Anone%3B%22%20d%3D%22M75%2C80H5c-2.8%2C0-5-2.3-5-5V5c0-2.8%2C2.3-5%2C5-5h70c2.8%2C0%2C5%2C2.3%2C5%2C5v70C80%2C77.8%2C77.8%2C80%2C75%2C80z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M47.3%2C63.5h-15V52.4h15V63.5z%20M35.4%2C60.4h8.9v-5h-8.9V60.4z%22%2F%3E%0D%0A%09%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M47.1%2C55.4H32.6l-0.2-1.2c-0.5-2.8-1.7-5.4-3.4-7.7l-2.6-3.6c-2.2-2.9-3.4-6.4-3.4-10%0D%0A%09%09%09c0-9.2%2C7.5-16.8%2C16.8-16.8s16.8%2C7.5%2C16.8%2C16.8c0%2C3.7-1.2%2C7.1-3.4%2C10.1l-0.6%2C0.8l-2%2C2.8c-1.7%2C2.3-2.8%2C5-3.4%2C7.7L47.1%2C55.4z%0D%0A%09%09%09%20M35.1%2C52.4h9.5c0.7-2.8%2C1.9-5.4%2C3.6-7.7l2.6-3.6c1.8-2.5%2C2.8-5.3%2C2.8-8.3c0-7.6-6.2-13.7-13.7-13.7s-13.7%2C6.2-13.7%2C13.7%0D%0A%09%09%09c0%2C3%2C1%2C5.8%2C2.8%2C8.2l0.8%2C1.1l1.8%2C2.5C33.2%2C47%2C34.4%2C49.7%2C35.1%2C52.4z%22%2F%3E%0D%0A%09%09%3Cellipse%20style%3D%22fill%3A%23FFFFFF%3B%22%20cx%3D%2239.8%22%20cy%3D%2263.5%22%20rx%3D%223.3%22%20ry%3D%221.8%22%2F%3E%0D%0A%09%09%0D%0A%09%09%09%3Crect%20x%3D%2221.4%22%20y%3D%2214.9%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-5.8098%2021.3907)%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%223%22%20height%3D%225.6%22%2F%3E%0D%0A%09%09%3Crect%20x%3D%2213%22%20y%3D%2233.2%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%225.6%22%20height%3D%223%22%2F%3E%0D%0A%09%09%0D%0A%09%09%09%3Crect%20x%3D%2219.9%22%20y%3D%2250.2%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-29.9395%2031.1676)%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%225.5%22%20height%3D%223%22%2F%3E%0D%0A%09%09%0D%0A%09%09%09%3Crect%20x%3D%2254.3%22%20y%3D%2216.2%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%204.197%2045.5501)%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%225.6%22%20height%3D%223%22%2F%3E%0D%0A%09%09%3Crect%20x%3D%2261.4%22%20y%3D%2233.2%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%225.6%22%20height%3D%223%22%2F%3E%0D%0A%09%09%0D%0A%09%09%09%3Crect%20x%3D%2255.8%22%20y%3D%2249%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-19.7776%2055.7038)%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%223%22%20height%3D%225.5%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 80px;
  height: 80px;
}

.icon-sp_team {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20style%3D%22enable-background%3Anew%200%200%2080%2080%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M54.4%2C53.8c-1.3-0.6-2.5-1.1-3.5-1.5c-4.1-1.7-6.8-2.8-6.8-6.1v-3.9l0.3-0.4%0D%0A%09%09%09c0.6-0.8%2C1.1-1.9%2C1.2-2.2c0.1-1.2%2C0.2-3.7%2C2.2-4.1c0.2-0.2%2C0.6-0.9%2C0.6-1.7c0-0.8-0.5-1.6-0.6-1.9L47.1%2C31l0.6-0.9%0D%0A%09%09%09c0-0.1%2C1.5-2.2%2C0.4-5.6c-1.1-3.4-4.8-4.2-4.8-4.2l-0.8-0.2l-0.9-2.1c-1.9%2C0.1-5.9%2C0.7-7.9%2C3.1c-2.2%2C2.7-1.9%2C7.5-1.5%2C9.1l0.1%2C0.5%0D%0A%09%09%09L32%2C31.3c-0.2%2C0.3-0.5%2C1.4-0.3%2C2.3c0.3%2C1%2C1.3%2C2.2%2C1.7%2C2.5l0.4%2C0.4l0.1%2C0.5c0.1%2C0.5%2C0.3%2C1.8%2C0.8%2C2.6c0.6%2C1.1%2C1.2%2C1.7%2C1.3%2C1.7%0D%0A%09%09%09l0.4%2C0.4l0%2C4.1c0%2C3.7-7.3%2C6.9-10.4%2C8.2c-3.2%2C1.3-4.3%2C3.7-4.7%2C5.4h38.1C59%2C57.8%2C57.9%2C55.3%2C54.4%2C53.8z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M33.4%2C45.9l0-2.9c-0.3-0.4-0.8-1-1.3-1.8c-0.7-1.1-1-2.5-1.1-3.3c-0.6-0.7-1.7-2-2.1-3.5%0D%0A%09%09%09c-0.4-1.6%2C0-3.1%2C0.3-3.9c-0.1-0.9-0.4-2.9-0.1-5.1l-1.2-1c-1.2%2C0.1-3.4%2C0.4-4.5%2C1.3c-1.9%2C1.4-2.3%2C2.7-2.4%2C3.3%0D%0A%09%09%09c-0.1%2C0.8%2C0.1%2C2.9%2C0.2%2C4l0.1%2C0.5l-0.3%2C0.4c-0.3%2C0.5-0.7%2C1.5-0.5%2C1.9c0.2%2C0.7%2C0.8%2C1.1%2C0.8%2C1.1l0.6%2C0.4l0.1%2C0.7%0D%0A%09%09%09c0.1%2C0.5%2C0.4%2C1.6%2C0.8%2C2.2c0.2%2C0.3%2C0.5%2C0.6%2C0.7%2C0.9c0.5%2C0.5%2C1%2C1.1%2C1%2C1.9c0%2C0%2C0.2%2C3-0.7%2C4.3c-0.7%2C1-4%2C3.6-7.4%2C4.5%0D%0A%09%09%09c-2.6%2C0.7-3.2%2C2.1-3.6%2C3c-0.1%2C0.3-0.2%2C0.7-0.2%2C1.2h6.9c1.1-1.9%2C2.8-3.6%2C5.4-4.7C31.1%2C48.8%2C33.3%2C46.4%2C33.4%2C45.9z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M64.9%2C52.3c-8.7-3.4-8.7-4.9-8.7-5.8c0-0.7%2C0-1.2-0.1-1.8c0-0.5-0.1-0.9-0.1-1.4%0D%0A%09%09%09c0-1.2%2C0.6-2.4%2C1.9-4.2c0.8-1%2C1.1-1.9%2C1.1-2l0.2-0.5l0.2-0.1c0.1-0.1%2C0.2-0.3%2C0.2-0.8c0.1-0.7%2C0-1.8-0.2-2.4l0-0.2l0-0.2%0D%0A%09%09%09c0.1-1.5%2C0-4.4-0.5-5.7c-0.4-0.9-2.3-1.6-3.1-1.7l-0.9-0.2l-0.3-1.3c-0.7%2C0-1.5%2C0-2.1%2C0c-0.3%2C0-0.8%2C0.1-1.2%2C0.2%0D%0A%09%09%09c0.7%2C3.1%2C0%2C5.4-0.5%2C6.6c0.3%2C0.7%2C0.7%2C1.7%2C0.7%2C2.8c0%2C1.9-1%2C4-2.7%2C4.6c-0.1%2C0.3-0.1%2C1-0.1%2C1.3c-0.1%2C1.2-0.9%2C2.6-1.4%2C3.5v2.9%0D%0A%09%09%09c0%2C1.2%2C1%2C1.7%2C4.9%2C3.3c1.1%2C0.4%2C2.3%2C0.9%2C3.6%2C1.5c2.5%2C1.1%2C4.1%2C2.7%2C5.2%2C4.2h6.6c0-0.3-0.1-0.6-0.2-0.9C67.1%2C53.8%2C66.1%2C52.8%2C64.9%2C52.3z%0D%0A%09%09%09%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M75%2C0H5C2.3%2C0%2C0%2C2.3%2C0%2C5v70c0%2C2.8%2C2.3%2C5%2C5%2C5h70c2.8%2C0%2C5-2.3%2C5-5V5C80%2C2.3%2C77.8%2C0%2C75%2C0z%20M70.5%2C56.9%0D%0A%09%09%09%09l-0.1%2C1.4h-8.2c0.4%2C1.5%2C0.4%2C2.6%2C0.4%2C2.7l-0.1%2C1.4H18.1v-1.5c0-0.7%2C0.1-1.3%2C0.2-2H9.5l-0.1-1.4c0-0.4-0.1-2.7%2C0.5-4.1%0D%0A%09%09%09%09c0.5-1.1%2C1.6-3.5%2C5.6-4.6c2.8-0.8%2C5.3-2.8%2C5.7-3.3c0.1-0.4%2C0.2-1.5%2C0.2-2.1c-0.1-0.1-0.2-0.2-0.3-0.3c-0.3-0.3-0.7-0.7-1-1.3%0D%0A%09%09%09%09c-0.6-0.9-0.9-2-1.1-2.6c-0.5-0.5-1.3-1.3-1.6-2.5c-0.4-1.5%2C0.2-3%2C0.6-3.8c-0.1-1-0.3-3.1-0.2-4.2c0.1-1.2%2C0.7-3.4%2C3.6-5.5%0D%0A%09%09%09%09c2.3-1.7%2C6.4-1.9%2C6.8-1.9l0.6%2C0l0.9%2C0.8c0.4-1%2C0.9-1.9%2C1.6-2.7c3.6-4.3%2C11-4.2%2C11.3-4.2l1%2C0l1%2C2.6c1.3%2C0.4%2C3.7%2C1.5%2C5.3%2C4%0D%0A%09%09%09%09c0.7-0.2%2C1.5-0.3%2C2.2-0.4c1.2-0.1%2C3.4%2C0%2C3.5%2C0l1.1%2C0l0.4%2C1.7c1.3%2C0.4%2C3.6%2C1.3%2C4.4%2C3.3c0.9%2C2.1%2C0.8%2C5.9%2C0.8%2C6.8%0D%0A%09%09%09%09c0.1%2C0.6%2C0.3%2C2.1%2C0.2%2C3.3c-0.2%2C1.1-0.5%2C1.8-0.8%2C2.2c-0.2%2C0.5-0.6%2C1.4-1.5%2C2.5c-1.2%2C1.6-1.3%2C2.2-1.3%2C2.3c0%2C0.3%2C0%2C0.7%2C0.1%2C1.1%0D%0A%09%09%09%09c0%2C0.5%2C0.1%2C1%2C0.1%2C1.7c0.5%2C0.5%2C2.4%2C1.6%2C6.8%2C3.4c1.9%2C0.8%2C3.6%2C2.3%2C4.2%2C3.9C70.6%2C54.8%2C70.6%2C56.6%2C70.5%2C56.9z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 80px;
  height: 80px;
}

.icon-sp_team_active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20style%3D%22enable-background%3Anew%200%200%2080%2080%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M62.5%2C62.5H18.1v-1.5c0-3.4%2C1.8-7.8%2C6.8-9.7c6.2-2.4%2C8.4-4.8%2C8.5-5.3l0-2.9c-0.3-0.4-0.8-1-1.3-1.8%0D%0A%09%09c-0.7-1.1-1-2.5-1.1-3.3c-0.6-0.7-1.7-2-2.1-3.5c-0.4-1.6%2C0-3.1%2C0.3-3.9c-0.3-1.7-0.9-7.4%2C2.2-11.2c3.6-4.3%2C11-4.2%2C11.3-4.2l1%2C0%0D%0A%09%09l1%2C2.6c1.6%2C0.5%2C5.1%2C2.1%2C6.3%2C6c1.1%2C3.5%2C0.3%2C6.1-0.3%2C7.4c0.3%2C0.7%2C0.7%2C1.7%2C0.7%2C2.8c0%2C1.9-1%2C4-2.7%2C4.6c-0.1%2C0.3-0.1%2C1-0.1%2C1.3%0D%0A%09%09c-0.1%2C1.2-0.9%2C2.6-1.4%2C3.5v2.9c0%2C1.2%2C1%2C1.7%2C4.9%2C3.3c1.1%2C0.4%2C2.3%2C0.9%2C3.6%2C1.5c7.2%2C3.2%2C6.9%2C9.7%2C6.9%2C10L62.5%2C62.5z%20M21.3%2C59.4h38.1%0D%0A%09%09c-0.4-1.6-1.5-4.1-5-5.6c-1.3-0.6-2.5-1.1-3.5-1.5c-4.1-1.7-6.8-2.8-6.8-6.1v-3.9l0.3-0.4c0.6-0.8%2C1.1-1.9%2C1.2-2.2%0D%0A%09%09c0.1-1.2%2C0.2-3.7%2C2.2-4.1c0.2-0.2%2C0.6-0.9%2C0.6-1.7c0-0.8-0.5-1.6-0.6-1.9L47.1%2C31l0.6-0.9c0-0.1%2C1.5-2.2%2C0.4-5.6%0D%0A%09%09c-1.1-3.4-4.8-4.2-4.8-4.2l-0.8-0.2l-0.9-2.1c-1.9%2C0.1-5.9%2C0.7-7.9%2C3.1c-2.2%2C2.7-1.9%2C7.5-1.5%2C9.1l0.1%2C0.5L32%2C31.3%0D%0A%09%09c-0.2%2C0.3-0.5%2C1.4-0.3%2C2.3c0.3%2C1%2C1.3%2C2.2%2C1.7%2C2.5l0.4%2C0.4l0.1%2C0.5c0.1%2C0.5%2C0.3%2C1.8%2C0.8%2C2.6c0.6%2C1.1%2C1.2%2C1.7%2C1.3%2C1.7l0.4%2C0.4l0%2C4.1%0D%0A%09%09c0%2C3.7-7.3%2C6.9-10.4%2C8.2C22.7%2C55.3%2C21.7%2C57.7%2C21.3%2C59.4z%20M47.7%2C35.5L47.7%2C35.5L47.7%2C35.5z%20M47.8%2C35.5L47.8%2C35.5L47.8%2C35.5z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M70.5%2C58.3H60.1v-3h7.4c0-0.3-0.1-0.6-0.2-0.9c-0.2-0.6-1.2-1.6-2.4-2.1c-8.7-3.4-8.7-4.9-8.7-5.8%0D%0A%09%09c0-0.7%2C0-1.2-0.1-1.8c0-0.5-0.1-0.9-0.1-1.4c0-1.2%2C0.6-2.4%2C1.9-4.2c0.8-1%2C1.1-1.9%2C1.1-2l0.2-0.5l0.2-0.1c0.1-0.1%2C0.2-0.3%2C0.2-0.8%0D%0A%09%09c0.1-0.7%2C0-1.8-0.2-2.4l0-0.2l0-0.2c0.1-1.5%2C0-4.4-0.5-5.7c-0.4-0.9-2.3-1.6-3.1-1.7l-0.9-0.2l-0.3-1.3c-0.7%2C0-1.5%2C0-2.1%2C0%0D%0A%09%09c-0.8%2C0-2.2%2C0.4-2.7%2C0.5l-0.9-2.9c0.2-0.1%2C2-0.6%2C3.4-0.7c1.2-0.1%2C3.4%2C0%2C3.5%2C0l1.1%2C0l0.4%2C1.7c1.3%2C0.4%2C3.6%2C1.3%2C4.4%2C3.3%0D%0A%09%09c0.9%2C2.1%2C0.8%2C5.9%2C0.8%2C6.8c0.1%2C0.6%2C0.3%2C2.1%2C0.2%2C3.3c-0.2%2C1.1-0.5%2C1.8-0.8%2C2.2c-0.2%2C0.5-0.6%2C1.4-1.5%2C2.5c-1.2%2C1.6-1.3%2C2.2-1.3%2C2.3%0D%0A%09%09c0%2C0.3%2C0%2C0.7%2C0.1%2C1.1c0%2C0.5%2C0.1%2C1%2C0.1%2C1.7c0.5%2C0.5%2C2.4%2C1.6%2C6.8%2C3.4c1.9%2C0.8%2C3.6%2C2.3%2C4.2%2C3.9c0.5%2C1.4%2C0.4%2C3.2%2C0.4%2C3.5L70.5%2C58.3z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M20.4%2C58.9H9.5l-0.1-1.4c0-0.4-0.1-2.7%2C0.5-4.1c0.5-1.1%2C1.6-3.5%2C5.6-4.6c2.8-0.8%2C5.3-2.8%2C5.7-3.3%0D%0A%09%09c0.1-0.4%2C0.2-1.5%2C0.2-2.1c-0.1-0.1-0.2-0.2-0.3-0.3c-0.3-0.3-0.7-0.7-1-1.3c-0.6-0.9-0.9-2-1.1-2.6c-0.5-0.5-1.3-1.3-1.6-2.5%0D%0A%09%09c-0.4-1.5%2C0.2-3%2C0.6-3.8c-0.1-1-0.3-3.1-0.2-4.2c0.1-1.2%2C0.7-3.4%2C3.6-5.5c2.3-1.7%2C6.4-1.9%2C6.8-1.9l0.6%2C0l2.2%2C2l-2%2C2.3l-1.3-1.2%0D%0A%09%09c-1.2%2C0.1-3.4%2C0.4-4.5%2C1.3c-1.9%2C1.4-2.3%2C2.7-2.4%2C3.3c-0.1%2C0.8%2C0.1%2C2.9%2C0.2%2C4l0.1%2C0.5l-0.3%2C0.4c-0.3%2C0.5-0.7%2C1.5-0.5%2C1.9%0D%0A%09%09c0.2%2C0.7%2C0.8%2C1.1%2C0.8%2C1.1l0.6%2C0.4l0.1%2C0.7c0.1%2C0.5%2C0.4%2C1.6%2C0.8%2C2.2c0.2%2C0.3%2C0.5%2C0.6%2C0.7%2C0.9c0.5%2C0.5%2C1%2C1.1%2C1%2C1.9c0%2C0%2C0.2%2C3-0.7%2C4.3%0D%0A%09%09c-0.7%2C1-4%2C3.6-7.4%2C4.5c-2.6%2C0.7-3.2%2C2.1-3.6%2C3c-0.1%2C0.3-0.2%2C0.7-0.2%2C1.2h7.9V58.9z%20M21.3%2C45.5C21.3%2C45.5%2C21.3%2C45.5%2C21.3%2C45.5%0D%0A%09%09L21.3%2C45.5z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 80px;
  height: 80px;
}

.icon-sp_with_profit {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20style%3D%22enable-background%3Anew%200%200%2080%2080%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M75%2C0H5C2.3%2C0%2C0%2C2.3%2C0%2C5v70c0%2C2.8%2C2.3%2C5%2C5%2C5h70c2.8%2C0%2C5-2.3%2C5-5V5C80%2C2.3%2C77.8%2C0%2C75%2C0z%20M60.6%2C54.8%0D%0A%09%09%09%09c-1.6%2C2.8-4.5%2C4.8-8.3%2C5.8c-5.7%2C1.5-11.4%2C1.5-12.2%2C1.5c-0.1%2C0-0.1%2C0-0.2%2C0c-0.7%2C0-6.5-0.1-12.2-1.5c-3.8-1-6.7-3-8.3-5.8%0D%0A%09%09%09%09c-1.9-3.3-2.2-7.7-0.7-13c2.5-9.3%2C10.4-14.3%2C13.7-16l-3.9-7.4l1.3-0.7c0.1%2C0%2C2.1-1.1%2C4.4-1.6c3.4-0.7%2C5.6-0.7%2C5.7-0.7%0D%0A%09%09%09%09c0.1%2C0%2C2.3%2C0%2C5.7%2C0.7c2.3%2C0.5%2C4.3%2C1.6%2C4.4%2C1.6l1.3%2C0.7l-3.6%2C6.9c0.7%2C0.1%2C1.3%2C0.1%2C1.9%2C0.2c4.9%2C0.7%2C11.5%2C5.2%2C11.8%2C5.4l-1.7%2C2.5%0D%0A%09%09%09%09c0%2C0-3.2-2.2-6.5-3.6c3.2%2C2.7%2C6.5%2C6.7%2C7.9%2C12.1C62.7%2C47.1%2C62.5%2C51.5%2C60.6%2C54.8z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M45.5%2C28.2C41.3%2C28%2C36.1%2C28%2C34.9%2C28c-1.6%2C0.7-10.6%2C5.3-13.2%2C14.6c-1.2%2C4.5-1.1%2C8.1%2C0.4%2C10.7%0D%0A%09%09%09%09c1.2%2C2.1%2C3.4%2C3.6%2C6.4%2C4.4c5.6%2C1.5%2C11.4%2C1.4%2C11.5%2C1.4c0.1%2C0%2C5.9%2C0%2C11.5-1.4c3-0.8%2C5.2-2.3%2C6.4-4.4c1.5-2.6%2C1.6-6.2%2C0.4-10.7%0D%0A%09%09%09%09C55.9%2C33.8%2C47.7%2C29.2%2C45.5%2C28.2z%20M41.9%2C39.8v3h-5.8c0%2C0.2%2C0%2C0.4%2C0%2C0.7c0%2C0.3%2C0%2C0.6%2C0%2C0.9h5.8v3h-5.3c0.8%2C2.7%2C2.5%2C4.1%2C4.2%2C4.1%0D%0A%09%09%09%09c2.2%2C0%2C3.7-1.6%2C3.8-1.7l2.2%2C2.1c-0.1%2C0.1-2.5%2C2.6-6%2C2.6c-3%2C0-6.2-2.2-7.4-7.1h-2.8v-3H33c0-0.3%2C0-0.6%2C0-0.9c0-0.2%2C0-0.5%2C0-0.7%0D%0A%09%09%09%09h-2.4v-3h2.7c1.1-5.7%2C4.6-6.8%2C6.9-7c3.9-0.2%2C6.5%2C3%2C6.6%2C3.2l-2.4%2C1.9c0%2C0-1.7-2.1-4-2c-2%2C0.1-3.4%2C1.5-4%2C3.9H41.9z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M44.5%2C25.1l2.8-5.3c-0.6-0.3-1.4-0.5-2.3-0.7C42%2C18.4%2C40%2C18.4%2C40%2C18.4c0%2C0-2%2C0-5.1%2C0.7%0D%0A%09%09%09c-0.8%2C0.2-1.6%2C0.4-2.3%2C0.7l2.8%2C5.2C37.2%2C24.9%2C41%2C24.9%2C44.5%2C25.1z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 80px;
  height: 80px;
}

.icon-sp_with_profit_active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20style%3D%22enable-background%3Anew%200%200%2080%2080%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M40.1%2C62.2c-0.1%2C0-0.1%2C0-0.2%2C0c-0.7%2C0-6.5-0.1-12.2-1.5c-3.8-1-6.7-3-8.3-5.8%0D%0A%09%09c-1.9-3.3-2.2-7.7-0.7-13c2.5-9.3%2C10.4-14.3%2C13.7-16l-3.9-7.4l1.3-0.7c0.1%2C0%2C2.1-1.1%2C4.4-1.6c3.4-0.7%2C5.6-0.7%2C5.7-0.7%0D%0A%09%09c0.1%2C0%2C2.3%2C0%2C5.7%2C0.7c2.3%2C0.5%2C4.3%2C1.6%2C4.4%2C1.6l1.3%2C0.7l-3.9%2C7.4c3.3%2C1.7%2C11.2%2C6.7%2C13.7%2C16c1.4%2C5.3%2C1.2%2C9.7-0.7%2C13%0D%0A%09%09c-1.6%2C2.8-4.5%2C4.8-8.3%2C5.8C46.5%2C62.1%2C40.8%2C62.2%2C40.1%2C62.2z%20M40%2C59.2c0.1%2C0%2C5.9%2C0%2C11.5-1.4c3-0.8%2C5.2-2.3%2C6.4-4.4%0D%0A%09%09c1.5-2.6%2C1.6-6.2%2C0.4-10.7C55.5%2C32.4%2C45%2C27.9%2C44.9%2C27.9l-1.5-0.6l4-7.5c-0.6-0.3-1.4-0.5-2.3-0.7C42%2C18.4%2C40%2C18.4%2C40%2C18.4%0D%0A%09%09c0%2C0-2%2C0-5.1%2C0.7c-0.8%2C0.2-1.6%2C0.4-2.3%2C0.7l4%2C7.5l-1.5%2C0.6c-0.1%2C0-10.6%2C4.5-13.4%2C14.8c-1.2%2C4.5-1.1%2C8.1%2C0.4%2C10.7%0D%0A%09%09c1.2%2C2.1%2C3.4%2C3.6%2C6.4%2C4.4C34.1%2C59.2%2C39.9%2C59.1%2C40%2C59.2z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M59.8%2C33.3c-0.1%2C0-6.3-4.3-10.5-4.9C44.9%2C27.9%2C34.6%2C28%2C34.5%2C28l0-3c0.4%2C0%2C10.5-0.2%2C15.2%2C0.5%0D%0A%09%09c4.9%2C0.7%2C11.5%2C5.2%2C11.8%2C5.4L59.8%2C33.3z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M40.8%2C54.6c-3.7%2C0-7.8-3.5-7.8-11.1c0-8.9%2C4.5-10.5%2C7.3-10.7c3.9-0.2%2C6.5%2C3%2C6.6%2C3.2l-2.4%2C1.9%0D%0A%09%09c0%2C0-1.7-2.1-4-2C37.5%2C36%2C36%2C38.6%2C36%2C43.5c0%2C5.3%2C2.4%2C8%2C4.7%2C8c2.2%2C0%2C3.7-1.6%2C3.8-1.7l2.2%2C2.1C46.7%2C52%2C44.3%2C54.6%2C40.8%2C54.6z%22%2F%3E%0D%0A%09%3Crect%20x%3D%2230.6%22%20y%3D%2239.8%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%2211.3%22%20height%3D%223%22%2F%3E%0D%0A%09%3Crect%20x%3D%2230.6%22%20y%3D%2244.4%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%2211.3%22%20height%3D%223%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 80px;
  height: 80px;
}

.icon-sp_without_profit {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20style%3D%22enable-background%3Anew%200%200%2080%2080%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M41.9%2C33.7l3.6%2C3.6l1.4-3.9c-0.4-0.4-0.8-0.8-1.2-1.2L41.9%2C33.7z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M55.1%2C22.7c-0.3-0.1-0.6-0.2-0.8-0.2c-0.3%2C0-0.6%2C0.1-0.9%2C0.2c-1.1%2C0.5-1.7%2C1.8-1.2%2C2.9%0D%0A%09%09%09c0.2%2C0.6%2C0.7%2C1%2C1.2%2C1.2s1.2%2C0.2%2C1.7%2C0c1.1-0.5%2C1.7-1.8%2C1.2-2.9C56.1%2C23.4%2C55.6%2C22.9%2C55.1%2C22.7z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M75%2C0H5C2.3%2C0%2C0%2C2.3%2C0%2C5v70c0%2C2.8%2C2.3%2C5%2C5%2C5h70c2.8%2C0%2C5-2.3%2C5-5V5C80%2C2.3%2C77.8%2C0%2C75%2C0z%20M67.3%2C33.7%0D%0A%09%09%09%09l-4.4-1.6c-0.4%2C0.4-0.7%2C0.8-1.1%2C1.2l1.6%2C4.4l-6.2%2C2.6l-2-4.2c-0.6%2C0-1.1%2C0-1.7%2C0l-1.9%2C4.2l-5.1-2.1l0.5%2C0.5l-4.2%2C4.5%0D%0A%09%09%09%09c0.4%2C0.8%2C0.8%2C1.7%2C1.1%2C2.6l6.2%2C0.2v8.1l-6.2%2C0.2c-0.3%2C0.9-0.6%2C1.8-1.1%2C2.6l4.2%2C4.5l-5.7%2C5.7l-4.5-4.2c-0.8%2C0.4-1.7%2C0.8-2.6%2C1.1%0D%0A%09%09%09%09l-0.2%2C6.1h-8.1l-0.2-6.1c-0.9-0.3-1.8-0.6-2.7-1.1l-4.5%2C4.1l-5.7-5.7l4.1-4.5c-0.5-0.9-0.8-1.7-1.1-2.7l-6.1-0.2v-8.1l6.1-0.2%0D%0A%09%09%09%09c0.3-0.9%2C0.7-1.8%2C1.1-2.7l-4.1-4.5l5.7-5.7l4.5%2C4.1c0.9-0.5%2C1.7-0.8%2C2.7-1.1l0.2-6.1h8.1l0.2%2C6.1c0.9%2C0.3%2C1.8%2C0.6%2C2.6%2C1.1l4.3-4%0D%0A%09%09%09%09l-2.3-5.6l4.2-2c0-0.6%2C0-1.1%2C0-1.7l-4.2-1.9l2.6-6.3l4.4%2C1.6c0.4-0.4%2C0.8-0.8%2C1.2-1.2l-1.6-4.4l6.2-2.6l2%2C4.2c0.5%2C0%2C1.1%2C0%2C1.6%2C0%0D%0A%09%09%09%09l1.9-4.3l6.3%2C2.6l-1.6%2C4.4c0.4%2C0.4%2C0.8%2C0.7%2C1.2%2C1.1l4.4-1.7l2.6%2C6.2l-4.3%2C2c0%2C0.5%2C0%2C1.1%2C0%2C1.6l4.3%2C1.9L67.3%2C33.7z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M41.2%2C47.7c-0.3-1.3-0.8-2.6-1.6-3.8l-0.6-1l3.8-4.1l-1.6-1.6L37.1%2C41l-1-0.6%0D%0A%09%09%09%09c-1.2-0.8-2.4-1.3-3.8-1.6l-1.1-0.3L30.9%2C33h-2.2l-0.2%2C5.5l-1.2%2C0.2c-1.4%2C0.3-2.6%2C0.8-3.8%2C1.6l-1%2C0.6l-4-3.7l-1.6%2C1.6l3.7%2C4%0D%0A%09%09%09%09l-0.6%2C1c-0.8%2C1.2-1.3%2C2.5-1.6%2C3.8l-0.2%2C1.1l-5.4%2C0.2v2.2l5.4%2C0.2l0.2%2C1.1c0.3%2C1.4%2C0.8%2C2.7%2C1.6%2C3.8l0.6%2C1l-3.7%2C4l1.6%2C1.6l4-3.7%0D%0A%09%09%09%09l1%2C0.6c1.2%2C0.8%2C2.5%2C1.3%2C3.8%2C1.6l1.2%2C0.2l0.2%2C5.5h2.2l0.2-5.5l1.1-0.3c1.3-0.3%2C2.6-0.8%2C3.8-1.6l1-0.6l4.1%2C3.8l1.6-1.6L39%2C57.4%0D%0A%09%09%09%09l0.6-1c0.7-1.2%2C1.3-2.4%2C1.6-3.8l0.2-1.1l5.5-0.2v-2.2l-5.5-0.2L41.2%2C47.7z%20M29.8%2C57.5c-4.1%2C0-7.4-3.3-7.4-7.4%0D%0A%09%09%09%09c0-4.1%2C3.3-7.4%2C7.4-7.4c4.1%2C0%2C7.4%2C3.3%2C7.4%2C7.4C37.1%2C54.2%2C33.8%2C57.5%2C29.8%2C57.5z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Ccircle%20style%3D%22fill%3A%23FFFFFF%3B%22%20cx%3D%2229.8%22%20cy%3D%2250.2%22%20r%3D%224.3%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M62.4%2C26.2c0.2-1%2C0.2-2%2C0-2.9l-0.2-1.2l3.7-1.7l-0.4-0.9L61.7%2C21L61%2C20c-0.6-0.8-1.3-1.5-2.1-2%0D%0A%09%09%09%09l-1-0.7l1.4-3.8l-0.9-0.4l-1.7%2C3.7l-1.2-0.2c-1-0.2-2-0.2-2.9%2C0l-1.2%2C0.2l-1.7-3.6L49%2C13.5l1.4%2C3.8l-1%2C0.7%0D%0A%09%09%09%09c-0.8%2C0.6-1.5%2C1.3-2.1%2C2.1l-0.7%2C1l-3.8-1.4l-0.4%2C0.9l3.6%2C1.7L46%2C23.4c-0.2%2C1-0.2%2C2%2C0%2C3l0.2%2C1.2l-3.6%2C1.7L43%2C30l3.7-1.4l0.7%2C1%0D%0A%09%09%09%09c0.6%2C0.8%2C1.3%2C1.5%2C2.1%2C2.1l1%2C0.7l-1.4%2C3.8l0.9%2C0.4l1.7-3.6l1.2%2C0.2c1%2C0.2%2C2%2C0.2%2C3%2C0l1.2-0.2l1.7%2C3.6l0.9-0.4l-1.4-3.8l1-0.7%0D%0A%09%09%09%09c0.8-0.6%2C1.5-1.3%2C2-2.1l0.7-1l3.8%2C1.4l0.4-0.9l-3.7-1.7L62.4%2C26.2z%20M56.3%2C29.7c-0.7%2C0.3-1.4%2C0.4-2.1%2C0.4c-0.7%2C0-1.3-0.1-2-0.4%0D%0A%09%09%09%09c-1.3-0.5-2.3-1.5-2.9-2.8c-1.1-2.7%2C0.1-5.8%2C2.8-6.9c1.3-0.5%2C2.7-0.6%2C4%2C0c1.3%2C0.5%2C2.3%2C1.5%2C2.9%2C2.8h0C60.2%2C25.4%2C59%2C28.5%2C56.3%2C29.7%0D%0A%09%09%09%09z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 80px;
  height: 80px;
}

.icon-sp_without_profit_active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2280px%22%20height%3D%2280px%22%20viewBox%3D%220%200%2080%2080%22%20style%3D%22enable-background%3Anew%200%200%2080%2080%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M29.8%2C57.5c-4.1%2C0-7.4-3.3-7.4-7.4s3.3-7.4%2C7.4-7.4s7.4%2C3.3%2C7.4%2C7.4S33.8%2C57.5%2C29.8%2C57.5z%0D%0A%09%09%20M29.8%2C45.9c-2.4%2C0-4.3%2C1.9-4.3%2C4.3s1.9%2C4.3%2C4.3%2C4.3s4.3-1.9%2C4.3-4.3S32.1%2C45.9%2C29.8%2C45.9z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M33.9%2C70.4h-8.1l-0.2-6.1c-0.9-0.3-1.8-0.6-2.7-1.1l-4.5%2C4.1l-5.7-5.7l4.1-4.5%0D%0A%09%09c-0.5-0.9-0.8-1.7-1.1-2.7l-6.1-0.2v-8.1l6.1-0.2c0.3-0.9%2C0.7-1.8%2C1.1-2.7l-4.1-4.5l5.7-5.7l4.5%2C4.1c0.9-0.5%2C1.7-0.8%2C2.7-1.1%0D%0A%09%09l0.2-6.1h8.1l0.2%2C6.1c0.9%2C0.3%2C1.8%2C0.6%2C2.6%2C1.1l4.5-4.2l5.7%2C5.7l-4.2%2C4.5c0.4%2C0.8%2C0.8%2C1.7%2C1.1%2C2.6l6.2%2C0.2v8.1l-6.2%2C0.2%0D%0A%09%09c-0.3%2C0.9-0.6%2C1.8-1.1%2C2.6l4.2%2C4.5l-5.7%2C5.7l-4.5-4.2c-0.8%2C0.4-1.7%2C0.8-2.6%2C1.1L33.9%2C70.4z%20M28.7%2C67.3h2.2l0.2-5.5l1.1-0.3%0D%0A%09%09c1.3-0.3%2C2.6-0.8%2C3.8-1.6l1-0.6l4.1%2C3.8l1.6-1.6L39%2C57.4l0.6-1c0.7-1.2%2C1.3-2.4%2C1.6-3.8l0.2-1.1l5.5-0.2v-2.2l-5.5-0.2l-0.2-1.1%0D%0A%09%09c-0.3-1.3-0.8-2.6-1.6-3.8l-0.6-1l3.8-4.1l-1.6-1.6L37.1%2C41l-1-0.6c-1.2-0.8-2.4-1.3-3.8-1.6l-1.1-0.3L30.9%2C33h-2.2l-0.2%2C5.5%0D%0A%09%09l-1.2%2C0.2c-1.4%2C0.3-2.6%2C0.8-3.8%2C1.6l-1%2C0.6l-4-3.7l-1.6%2C1.6l3.7%2C4l-0.6%2C1c-0.8%2C1.2-1.3%2C2.5-1.6%2C3.8l-0.2%2C1.1l-5.4%2C0.2v2.2l5.4%2C0.2%0D%0A%09%09l0.2%2C1.1c0.3%2C1.4%2C0.8%2C2.7%2C1.6%2C3.8l0.6%2C1l-3.7%2C4l1.6%2C1.6l4-3.7l1%2C0.6c1.2%2C0.8%2C2.5%2C1.3%2C3.8%2C1.6l1.2%2C0.2L28.7%2C67.3z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M54.2%2C30.1c-0.7%2C0-1.3-0.1-2-0.4c-1.3-0.5-2.3-1.5-2.9-2.8c-1.1-2.7%2C0.1-5.8%2C2.8-6.9%0D%0A%09%09c1.3-0.5%2C2.7-0.6%2C4%2C0c1.3%2C0.5%2C2.3%2C1.5%2C2.9%2C2.8h0c1.1%2C2.7-0.1%2C5.8-2.8%2C6.9C55.6%2C29.9%2C54.9%2C30.1%2C54.2%2C30.1z%20M54.2%2C22.5%0D%0A%09%09c-0.3%2C0-0.6%2C0.1-0.9%2C0.2c-1.1%2C0.5-1.7%2C1.8-1.2%2C2.9c0.2%2C0.6%2C0.7%2C1%2C1.2%2C1.2c0.6%2C0.2%2C1.2%2C0.2%2C1.7%2C0c1.1-0.5%2C1.7-1.8%2C1.2-2.9%0D%0A%09%09c-0.2-0.6-0.7-1-1.2-1.2C54.8%2C22.6%2C54.5%2C22.5%2C54.2%2C22.5z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M51.6%2C40.4l-6.3-2.6l1.6-4.3c-0.4-0.4-0.8-0.8-1.2-1.2l-4.3%2C1.6l-2.6-6.2l4.2-2c0-0.6%2C0-1.1%2C0-1.7%0D%0A%09%09l-4.2-1.9l2.6-6.3l4.4%2C1.6c0.4-0.4%2C0.8-0.8%2C1.2-1.2l-1.6-4.4l6.2-2.6l2%2C4.2c0.5%2C0%2C1.1%2C0%2C1.6%2C0l1.9-4.3l6.3%2C2.6l-1.6%2C4.4%0D%0A%09%09c0.4%2C0.4%2C0.8%2C0.7%2C1.2%2C1.1l4.4-1.7l2.6%2C6.2l-4.3%2C2c0%2C0.5%2C0%2C1.1%2C0%2C1.6l4.3%2C1.9l-2.6%2C6.3l-4.4-1.6c-0.4%2C0.4-0.7%2C0.8-1.1%2C1.2l1.6%2C4.4%0D%0A%09%09l-6.2%2C2.6l-2-4.2c-0.6%2C0-1.1%2C0-1.7%2C0L51.6%2C40.4z%20M49.1%2C36.1l0.9%2C0.4l1.7-3.6l1.2%2C0.2c1%2C0.2%2C2%2C0.2%2C3%2C0l1.2-0.2l1.7%2C3.6l0.9-0.4%0D%0A%09%09l-1.4-3.8l1-0.7c0.8-0.6%2C1.5-1.3%2C2.1-2.1l0.7-1l3.8%2C1.4l0.4-0.9l-3.7-1.7l0.2-1.2c0.2-1%2C0.2-2%2C0-2.9l-0.2-1.2l3.7-1.7l-0.4-0.9%0D%0A%09%09L61.7%2C21L61%2C20c-0.6-0.8-1.3-1.5-2.1-2l-1-0.7l1.4-3.8l-0.9-0.4l-1.7%2C3.7l-1.2-0.2c-1-0.2-2-0.2-2.9%2C0l-1.2%2C0.2l-1.7-3.6L49%2C13.5%0D%0A%09%09l1.4%2C3.8l-1%2C0.7c-0.8%2C0.6-1.5%2C1.3-2.1%2C2.1l-0.7%2C1l-3.8-1.4l-0.4%2C0.9l3.6%2C1.7L46%2C23.4c-0.2%2C1-0.2%2C2%2C0%2C3l0.2%2C1.2l-3.6%2C1.7L43%2C30%0D%0A%09%09l3.7-1.4l0.7%2C1c0.6%2C0.8%2C1.3%2C1.5%2C2.1%2C2.1l1%2C0.7L49.1%2C36.1z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 80px;
  height: 80px;
}

.icon-stat_arrow_down {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2241.3px%22%20height%3D%2223px%22%20viewBox%3D%220%200%2041.3%2023%22%20style%3D%22enable-background%3Anew%200%200%2041.3%2023%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23FF0000%3B%22%20points%3D%2239.8%2C22.5%2033.7%2C22.5%2033.7%2C21%2038.6%2C21%2019.6%2C2%200%2C2%200%2C0%2020.4%2C0%2039.8%2C19.4%2039.8%2C14.9%2041.3%2C14.9%20%0D%0A%0941.3%2C21%2041.3%2C22.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 41.3px;
  height: 23px;
}

.icon-stat_arrow_no_changes {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2242px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2042%2012%22%20style%3D%22enable-background%3Anew%200%200%2042%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23B3B3B3%3B%22%20points%3D%2240.2%2C4.9%2035.9%2C0.6%2034.9%2C1.7%2038.2%2C5%200%2C5%200%2C7%2038.2%2C7%2034.9%2C10.3%2035.9%2C11.4%2040.2%2C7.1%2041.3%2C6%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 42px;
  height: 12px;
}

.icon-stat_arrow_up {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2241.3px%22%20height%3D%2223px%22%20viewBox%3D%220%200%2041.3%2023%22%20style%3D%22enable-background%3Anew%200%200%2041.3%2023%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%231FA01F%3B%22%20points%3D%2239.8%2C0.5%2033.7%2C0.5%2033.7%2C2%2038.6%2C2%2019.6%2C21%200%2C21%200%2C23%2020.4%2C23%2039.8%2C3.7%2039.8%2C8.1%2041.3%2C8.1%20%0D%0A%0941.3%2C2%2041.3%2C0.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 41.3px;
  height: 23px;
}

.icon-twi {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20id%3D%22XMLID_47_%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M20.15%2C7.823c-0.562%2C0.246-1.167%2C0.411-1.802%2C0.486c0.649-0.382%2C1.145-0.987%2C1.381-1.71%0D%0A%09%09c-0.606%2C0.355-1.279%2C0.612-1.994%2C0.751c-0.572-0.601-1.388-0.976-2.29-0.976c-1.733%2C0-3.138%2C1.384-3.138%2C3.09%0D%0A%09%09c0%2C0.242%2C0.028%2C0.477%2C0.08%2C0.704C9.777%2C10.04%2C7.464%2C8.809%2C5.916%2C6.94c-0.27%2C0.456-0.426%2C0.987-0.426%2C1.553%0D%0A%09%09c0%2C1.072%2C0.555%2C2.017%2C1.397%2C2.572c-0.514-0.016-0.999-0.155-1.422-0.386c0%2C0.013%2C0%2C0.026%2C0%2C0.039c0%2C0.396%2C0.077%2C0.772%2C0.215%2C1.12%0D%0A%09%09c0.383%2C0.969%2C1.246%2C1.701%2C2.304%2C1.911c-0.264%2C0.07-0.541%2C0.108-0.828%2C0.108c-0.202%2C0-0.398-0.02-0.59-0.056%0D%0A%09%09c0.4%2C1.227%2C1.559%2C2.121%2C2.932%2C2.146c-1.075%2C0.829-2.427%2C1.323-3.899%2C1.323c-0.254%2C0-0.503-0.015-0.75-0.043%0D%0A%09%09c1.39%2C0.877%2C3.041%2C1.388%2C4.812%2C1.388c4.907%2C0%2C7.922-3.399%2C8.718-6.926c0.141-0.623%2C0.213-1.251%2C0.213-1.865%0D%0A%09%09c0-0.133-0.002-0.267-0.008-0.4C19.198%2C8.987%2C19.73%2C8.443%2C20.15%2C7.823z%22%2F%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M20%2C0.994c2.206%2C0%2C4%2C1.794%2C4%2C4v15c0%2C2.206-1.794%2C4-4%2C4H5c-2.206%2C0-4-1.794-4-4v-15c0-2.206%2C1.794-4%2C4-4H20%0D%0A%09%09%09%20M20-0.006H5c-2.761%2C0-5%2C2.239-5%2C5v15c0%2C2.761%2C2.239%2C5%2C5%2C5h15c2.761%2C0%2C5-2.239%2C5-5v-15C25%2C2.233%2C22.761-0.006%2C20-0.006L20-0.006z%22%0D%0A%09%09%09%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-twi_h {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%2343BDEF%22%20d%3D%22M19.994%2C25H5c-2.761%2C0-5-2.239-5-5V5.006c0-2.761%2C2.239-5%2C5-5h14.994c2.761%2C0%2C5%2C2.239%2C5%2C5V20%0D%0A%09%09%09C24.994%2C22.761%2C22.756%2C25%2C19.994%2C25z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cpath%20id%3D%22XMLID_1_%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M20.145%2C7.833c-0.562%2C0.246-1.167%2C0.411-1.802%2C0.486c0.649-0.382%2C1.145-0.987%2C1.38-1.709%0D%0A%09%09c-0.606%2C0.355-1.279%2C0.612-1.994%2C0.75c-0.572-0.6-1.387-0.976-2.29-0.976c-1.733%2C0-3.138%2C1.384-3.138%2C3.089%0D%0A%09%09c0%2C0.242%2C0.028%2C0.477%2C0.08%2C0.704c-2.608-0.129-4.92-1.359-6.468-3.228C5.645%2C7.406%2C5.49%2C7.937%2C5.49%2C8.503%0D%0A%09%09c0%2C1.071%2C0.555%2C2.017%2C1.396%2C2.571c-0.514-0.016-0.998-0.155-1.422-0.386c0%2C0.013%2C0%2C0.026%2C0%2C0.038c0%2C0.396%2C0.077%2C0.772%2C0.215%2C1.12%0D%0A%09%09c0.383%2C0.969%2C1.246%2C1.701%2C2.303%2C1.911c-0.264%2C0.07-0.54%2C0.108-0.828%2C0.108c-0.201%2C0-0.398-0.02-0.59-0.056%0D%0A%09%09c0.4%2C1.227%2C1.559%2C2.121%2C2.932%2C2.145c-1.074%2C0.829-2.427%2C1.323-3.898%2C1.323c-0.254%2C0-0.503-0.015-0.749-0.043%0D%0A%09%09c1.39%2C0.876%2C3.04%2C1.388%2C4.811%2C1.388c4.906%2C0%2C7.921-3.399%2C8.716-6.925c0.141-0.623%2C0.213-1.251%2C0.213-1.865%0D%0A%09%09c0-0.133-0.002-0.267-0.008-0.4C19.193%2C8.997%2C19.726%2C8.453%2C20.145%2C7.833z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-update {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%2323A038%3B%22%20points%3D%2223.2%2C12.6%2035.9%2C0.1%2039.9%2C16.8%20%09%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2323A038%3B%22%20d%3D%22M6.1%2C25.4l-4.6%2C2c0.7%2C1.7%2C1.6%2C3.4%2C2.8%2C4.8L8.2%2C29C7.4%2C27.9%2C6.7%2C26.7%2C6.1%2C25.4z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2323A038%3B%22%20d%3D%22M5.1%2C20c0-8.2%2C6.7-14.9%2C14.9-14.9c5.3%2C0%2C9.9%2C2.8%2C12.6%2C6.9l5.7%2C0.1c-3-7.1-10.1-12-18.3-12%0D%0A%09%09C9%2C0.1%2C0.1%2C9%2C0.1%2C20c0%2C1.2%2C0.1%2C2.4%2C0.3%2C3.6l4.9-1C5.2%2C21.8%2C5.1%2C20.9%2C5.1%2C20z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2323A038%3B%22%20d%3D%22M20%2C34.9c-1.3%2C0-2.5-0.2-3.7-0.5l-1%2C4.9c1.5%2C0.4%2C3.1%2C0.6%2C4.7%2C0.6c0.3%2C0%2C0.5%2C0%2C0.8%2C0l-0.1-5%0D%0A%09%09C20.5%2C34.9%2C20.2%2C34.9%2C20%2C34.9z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2323A038%3B%22%20d%3D%22M27.4%2C32.9c-1.2%2C0.7-2.4%2C1.2-3.8%2C1.5l1%2C4.9c1.9-0.4%2C3.6-1.1%2C5.2-2L27.4%2C32.9z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2323A038%3B%22%20d%3D%22M10.2%2C31.1L7%2C35c1.4%2C1.2%2C3%2C2.2%2C4.7%2C3l2.1-4.5C12.4%2C32.8%2C11.2%2C32.1%2C10.2%2C31.1z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%2323A038%3B%22%20d%3D%22M29.7%2C31.3L33%2C35c1.3-1.2%2C2.5-2.5%2C3.5-3.9l-3.9-3.2C31.8%2C29.1%2C30.8%2C30.3%2C29.7%2C31.3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.icon-update-green {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2217.3px%22%20height%3D%2219.9px%22%20viewBox%3D%220%200%2017.3%2019.9%22%20style%3D%22enable-background%3Anew%200%200%2017.3%2019.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%231FA01F%3B%22%20d%3D%22M6%2C4.7c2-1.3%2C4.8-1%2C6.5%2C0.8c1.8%2C1.8%2C2%2C4.6%2C0.7%2C6.7l2.7%2C1.8c2.1-3.3%2C1.8-7.9-1.1-10.8%0D%0A%09%09C12%2C0.2%2C7.5-0.2%2C4.2%2C2L6%2C4.7z%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%231FA01F%3B%22%20points%3D%222.6%2C4.9%204.5%2C0%207.8%2C5.4%20%09%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%231FA01F%3B%22%20d%3D%22M11.3%2C15.2c-2%2C1.3-4.8%2C1-6.5-0.8C3%2C12.6%2C2.7%2C9.8%2C4%2C7.7L1.4%2C5.9c-2.1%2C3.3-1.8%2C7.9%2C1.1%2C10.8%0D%0A%09%09c2.9%2C2.9%2C7.3%2C3.3%2C10.6%2C1.2L11.3%2C15.2z%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%231FA01F%3B%22%20points%3D%2212.8%2C19.9%2014.7%2C15%209.5%2C14.5%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 17.3px;
  height: 19.9px;
}

.icon-vk {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M20.368%2C8.547c-0.199-0.167-0.965-0.161-1.725-0.157c-0.777%2C0.004-1.548%2C0.009-1.726%2C0.079%0D%0A%09%09c-0.165%2C0.065-0.537%2C0.96-1.019%2C1.882c-0.546%2C1.044-1.221%2C2.046-1.647%2C2.04c-0.553-0.009-0.425-1.723-0.392-2.981%0D%0A%09%09c0.022-0.834-0.114-1.095-0.236-1.177c-0.295-0.198-1.098-0.392-1.098-0.392s-2.4-0.182-2.745%2C0.863%0D%0A%09%09c0.457%2C0.06%2C1.246-0.086%2C0.941%2C3.138c-0.015%2C0.156-0.367%2C1.485-1.49-0.313C8.955%2C11.084%2C7.877%2C8.401%2C7.507%2C8.39%0D%0A%09%09C6.262%2C8.356%2C5.041%2C8.305%2C4.605%2C8.547c-0.397%2C0.221%2C0.538%2C2.076%2C2.117%2C4.55c1.292%2C2.023%2C2.66%2C3.604%2C5.019%2C4.001%0D%0A%09%09c0.441%2C0.044%2C1.602%2C0.097%2C1.96-0.078c0.25-0.122-0.054-1.877%2C0.784-2.04c0.377-0.073%2C1.808%2C1.822%2C2.353%2C2.04%0D%0A%09%09c0.33%2C0.132%2C1.058%2C0.181%2C1.803%2C0.157c0.806-0.026%2C1.715%2C0.071%2C1.804-0.471c0.197-1.21-2.43-2.783-2.509-3.531%0D%0A%09%09c-0.057-0.536%2C0.961-1.524%2C1.49-2.274C20.071%2C9.987%2C20.769%2C8.886%2C20.368%2C8.547z%22%2F%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M20%2C1.006c2.206%2C0%2C4%2C1.794%2C4%2C4v15c0%2C2.206-1.794%2C4-4%2C4H5c-2.206%2C0-4-1.794-4-4v-15c0-2.206%2C1.794-4%2C4-4H20%0D%0A%09%09%09%20M20%2C0.006H5c-2.761%2C0-5%2C2.239-5%2C5v15c0%2C2.761%2C2.239%2C5%2C5%2C5h15c2.761%2C0%2C5-2.239%2C5-5v-15C25%2C2.244%2C22.761%2C0.006%2C20%2C0.006L20%2C0.006z%22%0D%0A%09%09%09%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-vk_h {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%234C75A3%22%20d%3D%22M20%2C25H5c-2.761%2C0-5-2.239-5-5V5c0-2.761%2C2.239-5%2C5-5h15c2.761%2C0%2C5%2C2.239%2C5%2C5v15%0D%0A%09%09%09C25%2C22.761%2C22.761%2C25%2C20%2C25z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M20.368%2C8.541c-0.199-0.167-0.965-0.161-1.725-0.157c-0.777%2C0.004-1.548%2C0.009-1.726%2C0.079%0D%0A%09%09c-0.165%2C0.065-0.537%2C0.96-1.019%2C1.882c-0.546%2C1.044-1.221%2C2.046-1.647%2C2.04c-0.553-0.009-0.425-1.723-0.392-2.981%0D%0A%09%09c0.022-0.834-0.114-1.095-0.236-1.177c-0.295-0.198-1.098-0.392-1.098-0.392s-2.4-0.182-2.745%2C0.863%0D%0A%09%09c0.457%2C0.06%2C1.246-0.086%2C0.941%2C3.138c-0.015%2C0.156-0.367%2C1.485-1.49-0.313c-0.277-0.445-1.354-3.128-1.725-3.139%0D%0A%09%09C6.262%2C8.35%2C5.041%2C8.299%2C4.605%2C8.541c-0.397%2C0.221%2C0.538%2C2.076%2C2.117%2C4.55c1.292%2C2.023%2C2.66%2C3.604%2C5.019%2C4.001%0D%0A%09%09c0.441%2C0.044%2C1.602%2C0.097%2C1.96-0.078c0.25-0.122-0.054-1.877%2C0.784-2.04c0.377-0.073%2C1.808%2C1.822%2C2.353%2C2.04%0D%0A%09%09c0.33%2C0.132%2C1.058%2C0.181%2C1.803%2C0.157c0.806-0.026%2C1.715%2C0.071%2C1.804-0.471c0.197-1.21-2.43-2.783-2.509-3.531%0D%0A%09%09c-0.057-0.536%2C0.961-1.524%2C1.49-2.274C20.071%2C9.981%2C20.769%2C8.881%2C20.368%2C8.541z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-white-arrow-right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2215.3px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2015.3%2016%22%20style%3D%22enable-background%3Anew%200%200%2015.3%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20y%3D%225%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%228.7%22%20height%3D%226%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%225.3%2C0%205.3%2C16%2015.3%2C8%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 15.3px;
  height: 16px;
}

.icon-white-check-bg-green-circle {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cdefs%3E%0D%0A%09%09%09%3Crect%20id%3D%22SVGID_1_%22%20width%3D%2240%22%20height%3D%2240%22%2F%3E%0D%0A%09%09%3C%2Fdefs%3E%0D%0A%09%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0D%0A%09%09%3C%2FclipPath%3E%0D%0A%09%09%3Cpath%20style%3D%22clip-path%3Aurl(%23SVGID_2_)%3Bfill%3A%231FA01F%3B%22%20d%3D%22M20%2C40c11%2C0%2C20-9%2C20-20S31%2C0%2C20%2C0S0%2C9%2C0%2C20S9%2C40%2C20%2C40%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%229.8%22%20y%3D%2215.1%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-12.586%2015.7775)%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%226%22%20height%3D%2216%22%2F%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%2211.6%22%20y%3D%2218.2%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-7.9683%2023.0753)%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%2224.4%22%20height%3D%226%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.icon-white-logo-big {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22190px%22%20height%3D%2232px%22%20viewBox%3D%220%200%20190%2032%22%20style%3D%22enable-background%3Anew%200%200%20190%2032%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M42.1%2C26.8V6.1V4.9h1.2h16.4H61l-0.5%2C4.3h-1H46.9v3.6h6.8c1.6%2C0%2C2.9%2C0.1%2C4%2C0.3%0D%0A%09%09c4.4%2C0.7%2C5.3%2C3.3%2C5.3%2C7.3c0%2C5.4-1.8%2C7.2-7.1%2C7.5c-0.7%2C0-1.4%2C0.1-2.2%2C0.1H43.4h-1.2V26.8z%20M188.7%2C26.9c-0.5%2C0.2-1.1%2C0.5-1.7%2C0.7%0D%0A%09%09c-0.6%2C0.2-1.2%2C0.3-1.9%2C0.5l0%2C0c-3.1%2C0.6-8.2%2C0.7-11.1-0.7l0%2C0c-0.7-0.3-1.2-0.7-1.8-1.1c-0.5-0.5-1-1-1.4-1.7%0D%0A%09%09c-0.4-0.6-0.7-1.3-1-2.1c-0.3-0.8-0.5-1.7-0.6-2.7l0%2C0c-0.1-1-0.2-2.1-0.2-3.2c0-2.4%2C0.3-4.4%2C0.8-5.9c0.3-0.8%2C0.6-1.5%2C1-2.1%0D%0A%09%09c0.4-0.6%2C0.9-1.2%2C1.4-1.7c0.5-0.4%2C1.1-0.8%2C1.8-1.1l0%2C0c3.7-1.8%2C11-1.3%2C14.4%2C0.3l1.3%2C0.6l-0.7%2C1.2l-1.1%2C1.7l-0.5%2C0.8l-1-0.3%0D%0A%09%09c-0.6-0.2-1.4-0.4-2.5-0.7c-0.5-0.1-1-0.2-1.5-0.3c-1.4-0.2-4.5-0.2-5.8%2C0.4c-0.3%2C0.1-0.6%2C0.3-0.9%2C0.5c-0.3%2C0.2-0.5%2C0.5-0.7%2C0.8%0D%0A%09%09c-0.2%2C0.4-0.4%2C0.8-0.6%2C1.3c-0.2%2C0.5-0.3%2C1.1-0.4%2C1.9c-0.1%2C0.7-0.1%2C1.6-0.1%2C2.6c0%2C1%2C0%2C1.8%2C0.1%2C2.6c0.1%2C0.7%2C0.2%2C1.4%2C0.4%2C1.9%0D%0A%09%09c0.2%2C0.5%2C0.4%2C1%2C0.6%2C1.3c0.2%2C0.3%2C0.4%2C0.6%2C0.7%2C0.8c0.3%2C0.2%2C0.5%2C0.4%2C0.9%2C0.5c2.5%2C1.1%2C6.8%2C0.4%2C9.6-0.5l0%2C0c0%2C0%2C0.2-0.1%2C0.5-0.2l1-0.3%0D%0A%09%09l0.5%2C0.8l1.1%2C1.7l0.7%2C1.2L188.7%2C26.9z%20M94.4%2C26.8V6.1V4.9h1.2h16.4h1.2l-0.5%2C4.3h-1.1H99.3v3.6h6.8c1.6%2C0%2C2.9%2C0.1%2C4%2C0.3%0D%0A%09%09c4.4%2C0.7%2C5.3%2C3.3%2C5.3%2C7.3c0%2C5.4-1.8%2C7.2-7.1%2C7.5c-0.7%2C0-1.4%2C0.1-2.2%2C0.1H95.7h-1.2V26.8z%20M107.4%2C17.1c-0.3%2C0-0.8%2C0-1.4%2C0h-6.8v6.5%0D%0A%09%09h6.8c0.6%2C0%2C1%2C0%2C1.4%2C0c2.8-0.1%2C3-1.1%2C3-3.2S110.3%2C17.2%2C107.4%2C17.1L107.4%2C17.1z%20M165.5%2C26.9c-0.5%2C0.2-1%2C0.5-1.7%2C0.7%0D%0A%09%09c-0.6%2C0.2-1.2%2C0.3-1.9%2C0.5l0%2C0c-3.1%2C0.6-8.2%2C0.7-11.1-0.7l0%2C0c-0.7-0.3-1.2-0.7-1.8-1.1c-0.5-0.5-1-1-1.4-1.7%0D%0A%09%09c-0.4-0.6-0.7-1.3-1-2.1c-0.3-0.8-0.5-1.7-0.6-2.7l0%2C0c-0.1-1-0.2-2.1-0.2-3.2c0-2.4%2C0.3-4.4%2C0.8-5.9c0.3-0.8%2C0.6-1.5%2C1-2.1%0D%0A%09%09c0.4-0.6%2C0.9-1.2%2C1.4-1.7c0.5-0.4%2C1.1-0.8%2C1.8-1.1l0%2C0c3.7-1.8%2C11-1.3%2C14.4%2C0.3l1.3%2C0.6l-0.7%2C1.2l-1.1%2C1.7l-0.5%2C0.8l-1-0.3%0D%0A%09%09c-0.6-0.2-1.4-0.4-2.4-0.7c-0.5-0.1-1-0.2-1.5-0.3c-1.4-0.2-4.5-0.2-5.8%2C0.4c-0.3%2C0.1-0.6%2C0.3-0.9%2C0.5c-0.3%2C0.2-0.5%2C0.5-0.7%2C0.8%0D%0A%09%09c-0.2%2C0.4-0.4%2C0.8-0.6%2C1.3c-0.2%2C0.5-0.3%2C1.1-0.4%2C1.9c-0.1%2C0.7-0.1%2C1.6-0.1%2C2.6c0%2C1%2C0%2C1.8%2C0.1%2C2.6c0.1%2C0.7%2C0.2%2C1.4%2C0.4%2C1.9%0D%0A%09%09c0.2%2C0.5%2C0.4%2C1%2C0.6%2C1.3c0.2%2C0.3%2C0.4%2C0.6%2C0.7%2C0.8c0.3%2C0.2%2C0.5%2C0.4%2C0.9%2C0.5c2.5%2C1.1%2C6.8%2C0.4%2C9.6-0.5l0%2C0c0%2C0%2C0.2-0.1%2C0.5-0.2l1-0.3%0D%0A%09%09l0.5%2C0.8l1.1%2C1.7l0.7%2C1.2L165.5%2C26.9z%20M130.4%2C8.8c-1%2C0-2%2C0-2.9%2C0.1c-0.7%2C0.1-1.4%2C0.3-1.9%2C0.7c-0.5%2C0.4-1%2C1.1-1.3%2C2.1%0D%0A%09%09c-0.2%2C0.5-0.3%2C1.2-0.4%2C1.9c-0.1%2C0.8-0.1%2C1.7-0.1%2C2.8c0%2C1.4%2C0.1%2C2.6%2C0.3%2C3.5c0.1%2C0.5%2C0.2%2C0.9%2C0.3%2C1.2c0.1%2C0.3%2C0.2%2C0.6%2C0.4%2C0.9%0D%0A%09%09c0.1%2C0.3%2C0.3%2C0.5%2C0.4%2C0.7c0.1%2C0.2%2C0.3%2C0.3%2C0.5%2C0.4c0.2%2C0.1%2C0.4%2C0.3%2C0.6%2C0.3c0.2%2C0.1%2C0.4%2C0.2%2C0.6%2C0.3c0.2%2C0.1%2C0.5%2C0.1%2C0.8%2C0.1%0D%0A%09%09c0.3%2C0%2C0.6%2C0.1%2C0.8%2C0.1c0.4%2C0%2C0.7%2C0%2C1%2C0c0.2%2C0%2C0.5%2C0%2C1%2C0c0.5%2C0%2C0.8%2C0%2C1%2C0c0.3%2C0%2C0.6%2C0%2C1%2C0c0.3%2C0%2C0.5%2C0%2C0.8-0.1h0%0D%0A%09%09c0.3%2C0%2C0.5-0.1%2C0.8-0.1c0.2-0.1%2C0.4-0.1%2C0.7-0.3c0.2-0.1%2C0.4-0.2%2C0.6-0.4l0%2C0c0.2-0.1%2C0.3-0.3%2C0.5-0.4c0.1-0.2%2C0.3-0.4%2C0.4-0.7%0D%0A%09%09c0.1-0.3%2C0.3-0.6%2C0.4-0.9c0.1-0.4%2C0.2-0.8%2C0.3-1.2c0.2-0.9%2C0.3-2.1%2C0.3-3.5c0-1.1-0.1-2-0.1-2.8c-0.1-0.8-0.3-1.4-0.4-1.9%0D%0A%09%09c-0.4-1-0.8-1.7-1.4-2.1c-0.3-0.2-0.6-0.4-0.9-0.5c-0.3-0.1-0.7-0.2-1-0.3c-0.5%2C0-0.9-0.1-1.4-0.1C131.5%2C8.8%2C131%2C8.8%2C130.4%2C8.8%0D%0A%09%09L130.4%2C8.8z%20M118.8%2C16.4c0-2.5%2C0.3-4.5%2C0.9-6c0.3-0.8%2C0.7-1.5%2C1.1-2.1c0.4-0.7%2C1-1.2%2C1.5-1.6c1.1-0.9%2C2.4-1.5%2C3.8-1.8%0D%0A%09%09c0.7-0.1%2C1.4-0.2%2C2.1-0.3c0.7-0.1%2C1.5-0.1%2C2.2-0.1s1.5%2C0%2C2.2%2C0.1c0.7%2C0.1%2C1.4%2C0.2%2C2.1%2C0.3c1.5%2C0.3%2C2.7%2C0.9%2C3.8%2C1.8%0D%0A%09%09c0.6%2C0.4%2C1.1%2C1%2C1.5%2C1.6c0.4%2C0.6%2C0.8%2C1.3%2C1.1%2C2.1c0.6%2C1.5%2C0.9%2C3.6%2C0.9%2C6c0%2C2.5-0.3%2C4.5-0.9%2C6c-0.3%2C0.8-0.7%2C1.5-1.1%2C2.1%0D%0A%09%09c-0.4%2C0.6-0.9%2C1.2-1.5%2C1.6c-1.1%2C0.9-2.4%2C1.5-3.8%2C1.8c-0.7%2C0.1-1.3%2C0.2-2.1%2C0.3c-0.7%2C0.1-1.5%2C0.1-2.2%2C0.1s-1.5%2C0-2.2-0.1%0D%0A%09%09c-0.7-0.1-1.4-0.2-2.1-0.3c-1.4-0.3-2.7-0.9-3.8-1.8c-0.5-0.5-1.1-1-1.5-1.6c-0.4-0.6-0.8-1.3-1.1-2.1%0D%0A%09%09C119.1%2C20.9%2C118.8%2C18.9%2C118.8%2C16.4L118.8%2C16.4z%20M83.7%2C26.8V13.3L72.2%2C28h-0.7H69h-1.3v-1.2V6.1V4.9H69h2.2h1.2v1.2v13.5L84%2C4.9h0.6%0D%0A%09%09h2.6h1.2v1.2v20.6V28h-1.2H85h-1.3V26.8z%20M55.1%2C17.1c-0.3%2C0-0.8%2C0-1.4%2C0h-6.8v6.5h6.8c0.6%2C0%2C1%2C0%2C1.4%2C0c2.8-0.1%2C3-1.1%2C3-3.2%0D%0A%09%09S58%2C17.2%2C55.1%2C17.1L55.1%2C17.1z%22%2F%3E%0D%0A%09%3Crect%20x%3D%2222%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%2210%22%20height%3D%2219.9%22%2F%3E%0D%0A%09%3Crect%20y%3D%2222%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%229%22%20height%3D%2210%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%2220%2C22%2020%2C11%2011%2C11%2011%2C32%2018%2C32%2020%2C32%2032%2C32%2032%2C22%20%09%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%2220%2C0%209%2C0%206%2C0%200%2C0%200%2C19.9%209%2C19.9%209%2C9%2020%2C9%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 190px;
  height: 32px;
}

.icon-white-update {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2214.1px%22%20height%3D%2216.3px%22%20viewBox%3D%220%200%2014.1%2016.3%22%20style%3D%22enable-background%3Anew%200%200%2014.1%2016.3%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M4.9%2C3.8C6.6%2C2.8%2C8.8%2C3%2C10.2%2C4.5c1.5%2C1.5%2C1.6%2C3.8%2C0.6%2C5.5l2.2%2C1.5c1.8-2.7%2C1.5-6.5-0.9-8.9%0D%0A%09%09c-2.3-2.4-6-2.7-8.6-0.9L4.9%2C3.8z%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%223.7%2C0%202.1%2C4%206.3%2C4.4%20%09%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M9.2%2C12.4c-1.7%2C1.1-3.9%2C0.9-5.3-0.6C2.4%2C10.3%2C2.2%2C8%2C3.3%2C6.3L1.1%2C4.8c-1.8%2C2.7-1.5%2C6.5%2C0.9%2C8.9%0D%0A%09%09c2.3%2C2.4%2C6%2C2.7%2C8.6%2C0.9L9.2%2C12.4z%22%2F%3E%0D%0A%09%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%2212%2C12.3%2010.4%2C16.3%207.8%2C11.9%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 14.1px;
  height: 16.3px;
}

.icon-white-update-17x19 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2017.3%2019.9%22%20style%3D%22enable-background%3Anew%200%200%2017.3%2019.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M6%2C4.7c2-1.3%2C4.8-1%2C6.5%2C0.8c1.8%2C1.8%2C2%2C4.6%2C0.7%2C6.7l2.7%2C1.8c2.1-3.3%2C1.8-7.9-1.1-10.8C12%2C0.2%2C7.5-0.2%2C4.2%2C2%0D%0A%09%09L6%2C4.7z%22%2F%3E%0D%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%222.6%2C4.9%204.5%2C0%207.8%2C5.4%20%09%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M11.3%2C15.2c-2%2C1.3-4.8%2C1-6.5-0.8C3%2C12.6%2C2.7%2C9.8%2C4%2C7.7L1.4%2C5.9c-2.1%2C3.3-1.8%2C7.9%2C1.1%2C10.8s7.3%2C3.3%2C10.6%2C1.2%0D%0A%09%09L11.3%2C15.2z%22%2F%3E%0D%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%2212.8%2C19.9%2014.7%2C15%209.5%2C14.5%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 17.3px;
  height: 19.9px;
}

.icon-white-write-letter {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2014%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Email%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1-2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%201%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2220%200%2020%200%2020%200.01%2020%200%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2220%200%200%200%2010%205.83%2020%200%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%220%200%200%200%200%200.01%200%200%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2210%207.97%200%202.14%200%2014%2020%2014%2020%202.14%2010%207.97%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 14px;
}

.icon-white_arrow_right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2214px%22%20height%3D%2214.7px%22%20viewBox%3D%220%200%2014%2014.7%22%20style%3D%22enable-background%3Anew%200%200%2014%2014.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Ctitle%3E%D0%A0%D0%B5%D1%81%D1%83%D1%80%D1%81%201%3C%2Ftitle%3E%0D%0A%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%3E%0D%0A%09%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1-2%22%3E%0D%0A%09%09%3Cpolygon%20class%3D%22st0%22%20points%3D%2214%2C6.3%207.7%2C0%206.3%2C1.4%2011.2%2C6.3%200%2C6.3%200%2C8.3%2011.2%2C8.3%206.3%2C13.3%207.7%2C14.7%2014%2C8.3%2014%2C8.3%2014%2C6.3%20%09%09%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  height: 14.7px;
}

.icon-white_download {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2213px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2013%2013%22%20style%3D%22enable-background%3Anew%200%200%2013%2013%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20x%3D%221%22%20y%3D%225%22%20transform%3D%22matrix(6.123234e-17%20-1%201%206.123234e-17%201.01%2012.01)%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%2211%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20y%3D%2212%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%2213%22%20height%3D%221%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%222.6%22%20y%3D%229.4%22%20transform%3D%22matrix(-0.7071%20-0.7071%200.7071%20-0.7071%201.6967%2020.4602)%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%225%22%20height%3D%221%22%2F%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%225.4%22%20y%3D%229.4%22%20transform%3D%22matrix(-0.7071%200.7071%20-0.7071%20-0.7071%2020.4957%2011.2678)%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%225%22%20height%3D%221%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 13px;
  height: 13px;
}

.icon-white_pencil_1 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2215px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2015%2015%22%20style%3D%22enable-background%3Anew%200%200%2015%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Crect%20x%3D%222.6%22%20y%3D%222.8%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-2.39%207.7956)%22%20class%3D%22st0%22%20width%3D%2211.2%22%20height%3D%228%22%2F%3E%0D%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%220%2C15%207.1%2C13.5%201.4%2C7.9%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
}

.icon-white_plus_11x11 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2211px%22%20height%3D%2211px%22%20viewBox%3D%220%200%2011%2011%22%20style%3D%22enable-background%3Anew%200%200%2011%2011%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Crect%20x%3D%224.6%22%20class%3D%22st0%22%20width%3D%221.9%22%20height%3D%2211%22%2F%3E%0D%0A%3Crect%20x%3D%224.6%22%20transform%3D%22matrix(-1.836970e-16%201%20-1%20-1.836970e-16%2011.0078%208.881784e-16)%22%20class%3D%22st0%22%20width%3D%221.9%22%20height%3D%2211%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 11px;
  height: 11px;
}

.icon-white_soc_fb {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210.4px%22%20height%3D%2222.2px%22%20viewBox%3D%220%200%2010.4%2022.2%22%20style%3D%22enable-background%3Anew%200%200%2010.4%2022.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22XMLID_6_%22%20class%3D%22st0%22%20d%3D%22M6.8%2C6.7V4.9c0-0.9%2C0.6-1.1%2C1-1.1s2.5%2C0%2C2.5%2C0V0L6.9%2C0C3.1%2C0%2C2.2%2C2.8%2C2.2%2C4.7v2H0v2.7v1.8h2.2%0D%0A%09c0%2C5%2C0%2C11.1%2C0%2C11.1h4.4c0%2C0%2C0-6.1%2C0-11.1h3.3l0.2-1.7l0.2-2.7L6.8%2C6.7L6.8%2C6.7z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 10.4px;
  height: 22.2px;
}

.icon-white_soc_moi {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2222.1px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2022.1%2015%22%20style%3D%22enable-background%3Anew%200%200%2022.1%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Ccircle%20class%3D%22st0%22%20cx%3D%226.8%22%20cy%3D%222%22%20r%3D%222%22%2F%3E%0D%0A%09%09%3Ccircle%20class%3D%22st0%22%20cx%3D%2215.3%22%20cy%3D%222%22%20r%3D%222%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M22%2C12.4l-2.5-4.3c-0.3-0.6-1.1-0.8-1.6-0.4s-0.8%2C1.1-0.4%2C1.6l0.3%2C0.5c-1.7%2C1.8-4.1%2C2.8-6.6%2C2.8%0D%0A%09%09%09c-2.5%2C0-4.9-1-6.6-2.8l0.3-0.5C5.1%2C8.7%2C4.9%2C8%2C4.3%2C7.7C3.7%2C7.3%2C3%2C7.5%2C2.7%2C8.1l-2.5%2C4.3C-0.2%2C12.9%2C0%2C13.7%2C0.6%2C14%0D%0A%09%09%09c0.2%2C0.1%2C0.4%2C0.2%2C0.6%2C0.2c0.4%2C0%2C0.8-0.2%2C1-0.6L3.2%2C12c2.1%2C2%2C4.9%2C3.1%2C7.9%2C3.1c3%2C0%2C5.7-1.1%2C7.9-3.1l0.9%2C1.6c0.2%2C0.4%2C0.6%2C0.6%2C1%2C0.6%0D%0A%09%09%09c0.2%2C0%2C0.4-0.1%2C0.6-0.2C22.1%2C13.7%2C22.3%2C13%2C22%2C12.4z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 22.1px;
  height: 15px;
}

.icon-white_soc_ok {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2214.3px%22%20height%3D%2224.7px%22%20viewBox%3D%220%200%2014.3%2024.7%22%20style%3D%22enable-background%3Anew%200%200%2014.3%2024.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M7.2%2C12.8c3.5%2C0%2C6.4-2.9%2C6.4-6.4c0-3.5-2.9-6.4-6.4-6.4S0.8%2C2.9%2C0.8%2C6.4C0.8%2C9.9%2C3.6%2C12.8%2C7.2%2C12.8z%20M7.2%2C3.7%0D%0A%09%09c1.5%2C0%2C2.6%2C1.2%2C2.6%2C2.6C9.8%2C7.8%2C8.6%2C9%2C7.2%2C9C5.7%2C9%2C4.5%2C7.8%2C4.5%2C6.4C4.5%2C4.9%2C5.7%2C3.7%2C7.2%2C3.7z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M9.8%2C18c1.3-0.3%2C2.6-0.8%2C3.7-1.5c0.9-0.6%2C1.1-1.7%2C0.6-2.6c-0.6-0.9-1.7-1.1-2.6-0.6c-2.6%2C1.6-6%2C1.6-8.6%2C0%0D%0A%09%09c-0.9-0.6-2-0.3-2.6%2C0.6c-0.6%2C0.9-0.3%2C2%2C0.6%2C2.6C2%2C17.2%2C3.3%2C17.7%2C4.6%2C18L1%2C21.6c-0.7%2C0.7-0.7%2C1.9%2C0%2C2.6c0.4%2C0.4%2C0.8%2C0.5%2C1.3%2C0.5%0D%0A%09%09s1-0.2%2C1.3-0.5l3.5-3.5l3.5%2C3.5c0.7%2C0.7%2C1.9%2C0.7%2C2.6%2C0c0.7-0.7%2C0.7-1.9%2C0-2.6L9.8%2C18z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 14.3px;
  height: 24.7px;
}

.icon-white_soc_share {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M16.5%2C13c-1%2C0-1.9%2C0.4-2.6%2C1.1l-7-3.5C7%2C10.4%2C7%2C10.2%2C7%2C10s0-0.4-0.1-0.7l7-3.5C14.6%2C6.6%2C15.5%2C7%2C16.5%2C7%0D%0A%09C18.4%2C7%2C20%2C5.4%2C20%2C3.5S18.4%2C0%2C16.5%2C0S13%2C1.6%2C13%2C3.5c0%2C0.2%2C0%2C0.4%2C0.1%2C0.6L6%2C7.6C5.4%2C6.9%2C4.5%2C6.5%2C3.5%2C6.5C1.6%2C6.5%2C0%2C8.1%2C0%2C10%0D%0A%09s1.6%2C3.5%2C3.5%2C3.5c1%2C0%2C1.9-0.4%2C2.5-1.1l7.1%2C3.5c0%2C0.2-0.1%2C0.4-0.1%2C0.6c0%2C1.9%2C1.6%2C3.5%2C3.5%2C3.5s3.5-1.6%2C3.5-3.5S18.4%2C13%2C16.5%2C13z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-white_soc_tw {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2222.6px%22%20height%3D%2218.1px%22%20viewBox%3D%220%200%2022.6%2018.1%22%20style%3D%22enable-background%3Anew%200%200%2022.6%2018.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20id%3D%22XMLID_1_%22%20class%3D%22st0%22%20d%3D%22M22.6%2C2.1c-0.8%2C0.4-1.7%2C0.6-2.7%2C0.7c1-0.6%2C1.7-1.5%2C2-2.5c-0.9%2C0.5-1.9%2C0.9-3%2C1.1%0D%0A%09C18.2%2C0.6%2C17%2C0%2C15.7%2C0C13.1%2C0%2C11%2C2%2C11%2C4.6c0%2C0.4%2C0%2C0.7%2C0.1%2C1c-3.9-0.2-7.3-2-9.6-4.8C1.2%2C1.5%2C0.9%2C2.3%2C0.9%2C3.1c0%2C1.6%2C0.8%2C3%2C2.1%2C3.8%0D%0A%09c-0.8%2C0-1.5-0.2-2.1-0.6c0%2C0%2C0%2C0%2C0%2C0.1C0.9%2C7%2C1%2C7.6%2C1.2%2C8.1c0.6%2C1.4%2C1.8%2C2.5%2C3.4%2C2.8c-0.4%2C0.1-0.8%2C0.2-1.2%2C0.2c-0.3%2C0-0.6%2C0-0.9-0.1%0D%0A%09c0.6%2C1.8%2C2.3%2C3.1%2C4.3%2C3.2c-1.6%2C1.2-3.6%2C2-5.8%2C2c-0.4%2C0-0.7%2C0-1.1-0.1c2.1%2C1.3%2C4.5%2C2.1%2C7.1%2C2.1c7.3%2C0%2C11.7-5%2C12.9-10.3%0D%0A%09c0.2-0.9%2C0.3-1.9%2C0.3-2.8c0-0.2%2C0-0.4%2C0-0.6C21.2%2C3.9%2C22%2C3.1%2C22.6%2C2.1z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 22.6px;
  height: 18.1px;
}

.icon-white_soc_vk {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2222.4px%22%20height%3D%2213.1px%22%20viewBox%3D%220%200%2022.4%2013.1%22%20style%3D%22enable-background%3Anew%200%200%2022.4%2013.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M22.2%2C1c-0.3-0.2-1.4-0.2-2.4-0.2c-1.1%2C0-2.2%2C0-2.4%2C0.1c-0.2%2C0.1-0.8%2C1.3-1.4%2C2.6c-0.8%2C1.5-1.7%2C2.9-2.3%2C2.9%0D%0A%09c-0.8%2C0-0.6-2.4-0.5-4.2c0-1.2-0.2-1.5-0.3-1.6C12.3%2C0.3%2C11.2%2C0%2C11.2%2C0S7.9-0.2%2C7.4%2C1.2C8%2C1.3%2C9.1%2C1.1%2C8.7%2C5.6%0D%0A%09c0%2C0.2-0.5%2C2.1-2.1-0.4C6.2%2C4.6%2C4.7%2C0.8%2C4.2%2C0.8C2.4%2C0.7%2C0.7%2C0.7%2C0.1%2C1c-0.6%2C0.3%2C0.8%2C2.9%2C3%2C6.4c1.8%2C2.8%2C3.7%2C5%2C7%2C5.6%0D%0A%09c0.6%2C0.1%2C2.2%2C0.1%2C2.7-0.1c0.3-0.2-0.1-2.6%2C1.1-2.9c0.5-0.1%2C2.5%2C2.6%2C3.3%2C2.9c0.5%2C0.2%2C1.5%2C0.3%2C2.5%2C0.2c1.1%2C0%2C2.4%2C0.1%2C2.5-0.7%0D%0A%09c0.3-1.7-3.4-3.9-3.5-4.9c-0.1-0.8%2C1.3-2.1%2C2.1-3.2C21.8%2C3%2C22.8%2C1.5%2C22.2%2C1z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 22.4px;
  height: 13.1px;
}

.icon-wswg_arrow_down {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2270px%22%20height%3D%2270px%22%20viewBox%3D%220%200%2070%2070%22%20enable-background%3D%22new%200%200%2070%2070%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M15.329%2C64.47C17.142%2C36.172%2C40.014%2C12.327%2C67.284%2C6.42c2.829-0.613%2C1.632-4.952-1.196-4.339%0D%0A%09%09%09C36.785%2C8.428%2C12.765%2C34.239%2C10.829%2C64.47C10.644%2C67.362%2C15.145%2C67.351%2C15.329%2C64.47L15.329%2C64.47z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M1.453%2C55.807c2.777%2C4.22%2C5.192%2C11.945%2C10.914%2C13.006c2.372%2C0.44%2C4.268-0.793%2C6.185-2.064%0D%0A%09%09%09c3.861-2.561%2C7.477-5.405%2C11.531-7.677c2.527-1.416%2C0.26-5.304-2.271-3.886c-2.837%2C1.59-5.509%2C3.402-8.157%2C5.286%0D%0A%09%09%09c-1.393%2C0.991-3.937%2C3.565-5.677%2C3.768c-3.895%2C0.455-6.831-7.958-8.639-10.705C3.753%2C51.126-0.146%2C53.378%2C1.453%2C55.807%0D%0A%09%09%09L1.453%2C55.807z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-wswg_bold {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20d%3D%22M5%2C16V4h4c1.4%2C0%2C2.6%2C0.3%2C3.4%2C0.8c0.8%2C0.6%2C1.2%2C1.4%2C1.2%2C2.5c0%2C0.6-0.1%2C1.1-0.4%2C1.5c-0.3%2C0.4-0.7%2C0.8-1.2%2C1%0D%0A%09%09c0.7%2C0.2%2C1.2%2C0.5%2C1.5%2C1c0.3%2C0.5%2C0.5%2C1%2C0.5%2C1.7c0%2C1.2-0.4%2C2.1-1.1%2C2.7C12.1%2C15.7%2C11%2C16%2C9.6%2C16H5z%20M7.7%2C9h1.3c0.6%2C0%2C1.1-0.1%2C1.4-0.4%0D%0A%09%09c0.3-0.2%2C0.5-0.6%2C0.5-1c0-0.5-0.2-0.9-0.5-1.1C10.1%2C6.3%2C9.6%2C6.1%2C9%2C6.1H7.7V9z%20M7.7%2C10.8v3h1.9c0.6%2C0%2C1-0.1%2C1.3-0.4s0.4-0.6%2C0.4-1.1%0D%0A%09%09c0-0.5-0.1-0.9-0.4-1.2c-0.2-0.3-0.6-0.4-1.2-0.4H7.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-wswg_cancel {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M5%2C12c1.4-6.5%2C11-9%2C11%2C2%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%224%2C5%204%2C12%2011%2C12%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-wswg_italic {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M12.8%2C15.5l-0.2%2C0.8c-0.6%2C0.2-1%2C0.4-1.4%2C0.5c-0.3%2C0.1-0.7%2C0.2-1.2%2C0.2c-0.7%2C0-1.2-0.2-1.6-0.5c-0.4-0.3-0.6-0.8-0.6-1.3%0D%0A%09%09%09c0-0.2%2C0-0.4%2C0-0.6c0-0.2%2C0.1-0.5%2C0.1-0.7l0.7-2.6c0.1-0.2%2C0.1-0.5%2C0.2-0.7C9%2C10.3%2C9%2C10.1%2C9%2C9.9C9%2C9.5%2C9%2C9.3%2C8.8%2C9.2%0D%0A%09%09%09C8.7%2C9.1%2C8.4%2C9%2C8.1%2C9C7.9%2C9%2C7.7%2C9%2C7.5%2C9.1C7.3%2C9.1%2C7.1%2C9.2%2C7%2C9.2l0.2-0.8c0.5-0.2%2C0.9-0.4%2C1.3-0.5C9%2C7.8%2C9.4%2C7.7%2C9.7%2C7.7%0D%0A%09%09%09c0.7%2C0%2C1.2%2C0.2%2C1.6%2C0.5c0.4%2C0.3%2C0.6%2C0.8%2C0.6%2C1.3c0%2C0.1%2C0%2C0.3%2C0%2C0.6c0%2C0.3-0.1%2C0.5-0.1%2C0.8L11%2C13.5c-0.1%2C0.2-0.1%2C0.4-0.2%2C0.7%0D%0A%09%09%09c0%2C0.3-0.1%2C0.5-0.1%2C0.6c0%2C0.3%2C0.1%2C0.6%2C0.2%2C0.7c0.1%2C0.1%2C0.4%2C0.2%2C0.8%2C0.2c0.2%2C0%2C0.4%2C0%2C0.6-0.1C12.6%2C15.6%2C12.7%2C15.5%2C12.8%2C15.5z%0D%0A%09%09%09%20M13%2C4.6c0%2C0.5-0.2%2C0.8-0.5%2C1.2c-0.3%2C0.3-0.7%2C0.5-1.2%2C0.5s-0.9-0.2-1.2-0.5C9.8%2C5.5%2C9.6%2C5.1%2C9.6%2C4.6c0-0.5%2C0.2-0.8%2C0.5-1.2%0D%0A%09%09%09C10.4%2C3.2%2C10.8%2C3%2C11.3%2C3s0.9%2C0.2%2C1.2%2C0.5C12.8%2C3.8%2C13%2C4.2%2C13%2C4.6z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-wswg_markers {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20x%3D%223%22%20y%3D%2215%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%223%22%20y%3D%2214%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%223%22%20y%3D%2213%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%223%22%20y%3D%2212%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%224%22%20y%3D%2215%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%224%22%20y%3D%2214%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%224%22%20y%3D%2213%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%224%22%20y%3D%2212%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%2215%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%2214%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%2213%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%2212%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%226%22%20y%3D%2215%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%226%22%20y%3D%2214%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%226%22%20y%3D%2213%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%226%22%20y%3D%2212%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%223%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%223%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%223%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%224%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%224%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%224%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%226%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%226%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%2210%22%20y%3D%225%22%20width%3D%227%22%20height%3D%222%22%2F%3E%0D%0A%3Crect%20x%3D%2210%22%20y%3D%2213%22%20width%3D%227%22%20height%3D%222%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-wswg_photo_big_white {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%22-2%22%20transform%3D%22matrix(2.264640e-010%201%20-1%202.264640e-010%2016.9999%20-2.9999)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20width%3D%2210%22%20height%3D%2218%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2216%22%20y1%3D%2218%22%20x2%3D%224%22%20y2%3D%2218%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2216%22%20y1%3D%2215%22%20x2%3D%224%22%20y2%3D%2215%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-wswg_photo_full_white {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20x%3D%222%22%20y%3D%221%22%20transform%3D%22matrix(1.415399e-010%201%20-1%201.415399e-010%2020%20-7.818679e-006)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20width%3D%2216%22%20height%3D%2218%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%227%2C6%205%2C10%207%2C14%20%22%2F%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2213%2C14%2015%2C10%2013%2C6%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-wswg_photo_small_white {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%222%22%20transform%3D%22matrix(1.256922e-010%201%20-1%201.256922e-010%2016.9999%20-2.9999)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20width%3D%2210%22%20height%3D%2210%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%2218%22%20x2%3D%222%22%20y2%3D%2218%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2218%22%20y1%3D%2215%22%20x2%3D%222%22%20y2%3D%2215%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-wswg_tnumbering {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Crect%20x%3D%223%22%20y%3D%2215%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%227%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%227%22%20y%3D%2216%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%2216%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%2211%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%224%22%20y%3D%2211%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%223%22%20y%3D%2212%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%223%22%20y%3D%2211%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%2212%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%2213%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%224%22%20y%3D%2216%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%223%22%20y%3D%2216%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%223%22%20y%3D%2215%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%224%22%20y%3D%2214%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%228%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%227%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%226%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%0D%0A%3Crect%20x%3D%2210%22%20y%3D%225%22%20width%3D%227%22%20height%3D%222%22%2F%3E%0D%0A%3Crect%20x%3D%2210%22%20y%3D%2213%22%20width%3D%227%22%20height%3D%222%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-you {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M20.75%2C9c0%2C0-0.164-1.211-0.668-1.744c-0.641-0.698-1.358-0.703-1.686-0.743%0D%0A%09%09c-2.358-0.177-5.892-0.177-5.892-0.177h-0.008c0%2C0-3.536%2C0-5.892%2C0.177c-0.329%2C0.04-1.046%2C0.044-1.688%2C0.743%0D%0A%09%09C4.412%2C7.79%2C4.247%2C9.001%2C4.247%2C9.001s-0.169%2C1.42-0.169%2C2.842v0.171v1.16c0%2C1.422%2C0.169%2C2.843%2C0.169%2C2.843s0.165%2C1.21%2C0.668%2C1.743%0D%0A%09%09c0.642%2C0.7%2C1.484%2C0.677%2C1.858%2C0.75c1.348%2C0.134%2C5.726%2C0.177%2C5.726%2C0.177s3.538-0.006%2C5.897-0.183%0D%0A%09%09c0.328-0.041%2C1.046-0.044%2C1.686-0.744c0.504-0.532%2C0.668-1.743%2C0.668-1.743s0.169-1.421%2C0.169-2.843v-1.086v-0.245%0D%0A%09%09C20.92%2C10.421%2C20.75%2C9%2C20.75%2C9z%20M15.309%2C12.332l-4.548%2C2.458l-0.001-3.783l0-1.15l2.051%2C1.116L15.309%2C12.332z%22%2F%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M19.999%2C1.012c2.206%2C0%2C4%2C1.794%2C4%2C4v15c0%2C2.206-1.794%2C4-4%2C4h-15c-2.206%2C0-4-1.794-4-4v-15%0D%0A%09%09%09c0-2.206%2C1.794-4%2C4-4H19.999%20M19.999%2C0.012h-15c-2.761%2C0-5%2C2.239-5%2C5v15c0%2C2.761%2C2.239%2C5%2C5%2C5h15c2.761%2C0%2C5-2.239%2C5-5v-15%0D%0A%09%09%09C24.999%2C2.25%2C22.76%2C0.012%2C19.999%2C0.012L19.999%2C0.012z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-you_h {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23F15A4B%22%20d%3D%22M19.997%2C24.997H5c-2.761%2C0-5-2.239-5-5V5c0-2.761%2C2.239-5%2C5-5h14.997c2.761%2C0%2C5%2C2.239%2C5%2C5v14.997%0D%0A%09%09%09C24.997%2C22.758%2C22.758%2C24.997%2C19.997%2C24.997z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M20.749%2C8.988c0%2C0-0.164-1.211-0.668-1.743c-0.641-0.698-1.358-0.703-1.686-0.743%0D%0A%09%09c-2.358-0.177-5.892-0.177-5.892-0.177h-0.008c0%2C0-3.536%2C0-5.891%2C0.177c-0.329%2C0.04-1.046%2C0.044-1.688%2C0.743%0D%0A%09%09C4.412%2C7.777%2C4.248%2C8.988%2C4.248%2C8.988s-0.169%2C1.42-0.169%2C2.842v0.171v1.16c0%2C1.422%2C0.169%2C2.843%2C0.169%2C2.843s0.165%2C1.21%2C0.668%2C1.743%0D%0A%09%09c0.642%2C0.699%2C1.484%2C0.677%2C1.857%2C0.75c1.347%2C0.134%2C5.725%2C0.177%2C5.725%2C0.177s3.538-0.006%2C5.896-0.183%0D%0A%09%09c0.328-0.041%2C1.046-0.044%2C1.686-0.744c0.504-0.532%2C0.668-1.742%2C0.668-1.742s0.169-1.42%2C0.169-2.842v-1.086V11.83%0D%0A%09%09C20.918%2C10.408%2C20.749%2C8.988%2C20.749%2C8.988z%20M15.308%2C12.319l-4.548%2C2.457l-0.001-3.783l0-1.15l2.051%2C1.116L15.308%2C12.319z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.on-page__obj {
  background-color: #f0f2f5;
  position: fixed;
  top: 35px;
  left: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.on-page__body {
  *zoom: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.on-page__body:before,
.on-page__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.on-page__btn {
  font-size: 0;
}

.on-page__btn_left {
  float: left;
}

.on-page__btn_right {
  float: right;
}

.on-page__info {
  display: inline-block;
  margin: 5px auto 0;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #0088cc;
  border-bottom: 1px dashed;
  border-color: #0088cc;
}

.quotes_center {
  text-align: center;
}

.quotes_center .quotes__body {
  display: inline-block;
}

.quotes__obj {
  min-height: 40px;
}

.quotes__body {
  max-width: 750px;
  white-space: nowrap;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}

.quotes__item {
  width: auto;
}

.quotes__item_left,
.quotes__item_right {
  position: absolute;
}

.quotes__item_left {
  width: 40px;
  height: 40px;
  left: 0;
  top: 50%;
  margin-top: -20px;
}

.quotes__item_right {
  width: 40px;
  height: 40px;
  right: 0;
  top: 50%;
  margin-top: -20px;
}

.quotes__item_txt {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.5;
  white-space: normal;
  padding-left: 80px;
  padding-right: 80px;
  margin-bottom: 0;
}

.quotes__item_txt p {
  word-break: break-word;
}

.quotes__item_txt strong {
  font-weight: 600;
}

.message-editor__obj {
  width: 700px;
  position: relative;
}

.message-editor__head {
  min-height: 80px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 22px 30px;
}

.message-editor__head_boss {
  background-color: #0088cc;
}

.message-editor-head {
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff;
}

.message-editor__body {
  padding: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #ffffff;
}

.message-editor__all {
  display: table;
  width: 100%;
}

.message-editor-all-txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.message-editor-all-txt-people {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-left: 5px;
}

.message-editor-all__txt {
  float: left;
}

.message-editor__num {
  float: left;
}

.message-editor__add {
  float: right;
  cursor: pointer;
}

.message-editor-add__txt {
  float: left;
}

.message-editor-add-txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.message-editor-add__icon {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
  font-size: 0;
}

.message-editor__list {
  padding-top: 15px;
  margin-top: 15px;
  *zoom: 1;
  border-top: 1px solid;
  border-color: #aaaaaa;
  max-height: 395px;
  overflow-y: auto;
}

.message-editor__list:before,
.message-editor__list:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.message-editor__item {
  *zoom: 1;
  padding: 10px 15px;
  display: block;
  font-size: 0;
}

.message-editor__item:before,
.message-editor__item:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.message-editor__item_return {
  padding-left: 55px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.message-editor__item_check {
  cursor: pointer;
}

.message-editor__item_deleted .message-editor__block {
  display: none;
}

.message-editor__item_deleted .message-editor__block_first {
  display: block;
  width: 100%;
}

.message-editor__item_deleted .user-message__type {
  display: none;
}

.message-editor__item_deleted .user-message__reestablish {
  display: block;
}

.message-editor__item:hover {
  background-color: #f0f2f5;
}

.message-editor__item:hover .message__delete {
  display: block;
}

.message-editor__photo-load {
  margin-top: 15px;
}

.message-editor__block {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}

.message-editor__block_last {
  width: 20%;
  padding-right: 0;
}

.message-editor-return {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.message-editor__check {
  margin-left: 45px;
}

.message-editor_check {
  width: 22px;
  padding: 0 !important;
  float: left;
  margin-top: 10px;
  margin-left: 7px;
  margin-right: 15px;
}

.message-editor_check-block {
  float: left;
}

.message-editor__btn {
  border-top: 1px solid;
  border-color: #aaaaaa;
  padding-top: 15px;
  margin-top: 15px;
}

.message-editor_photo-load {
  height: 250px;
}

.message__delete {
  display: none;
  cursor: pointer;
  font-size: 0;
  float: right;
}

.message-delete__icon {
  float: left;
  padding-right: 5px;
}

.message-delete__txt {
  float: left;
}

.message-delete-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.message__not-found-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 10px;
}

.message__on {
  float: left;
}

.message-on__body {
  font-size: 0;
  margin-top: 12px;
  margin-right: 20px;
  display: none;
}

.breadcrumbs {
  width: auto;
  overflow: initial;
  padding-top: 0;
  clear: inherit;
  font-size: 17px;
  line-height: 1.5;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.breadcrumbs__link {
  user-select: none;
  margin-right: 15px;
  float: left;
  position: relative;
}

.breadcrumbs__link a:hover {
  text-decoration: underline;
}

.breadcrumbs__link:last-child {
  margin-right: 0;
}

.breadcrumbs__link:last-child:after {
  content: none;
}

.breadcrumbs__link:after {
  content: "";
  width: 4px;
  height: 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  right: -9px;
  background-color: #000000;
}

.breadcrumbs__link_img {
  margin-top: -2px;
  margin-right: 10px;
}

.breadcrumbs__link_img:after {
  content: none;
}

.breadcrumbs__link_white {
  color: #ffffff;
}

.breadcrumbs__link_white:after {
  background-color: #ffffff;
}

.breadcrumbs__link_grey {
  color: #aaaaaa;
}

.breadcrumbs__link_grey:after {
  background-color: #aaaaaa;
}

.breadcrumbs-link-img {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.breadcrumbs_txt-small {
  font-size: 15px;
}

.breadcrumbs_txt-small .breadcrumbs__link:after {
  top: 9px;
}

.breadcrumbs_block {
  display: table;
}

.breadcrumbs__link {
  user-select: none;
  margin-right: 15px;
  float: left;
  position: relative;
}

.breadcrumbs__link a:hover {
  text-decoration: underline;
}

.breadcrumbs__link:last-child {
  margin-right: 0;
}

.breadcrumbs__link:last-child:after {
  content: none;
}

.breadcrumbs__link:after {
  content: "";
  width: 4px;
  height: 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  right: -9px;
  background-color: #000000;
}

.breadcrumbs__link_img {
  margin-top: -2px;
  margin-right: 10px;
}

.breadcrumbs__link_img:after {
  content: none;
}

.breadcrumbs__link_white {
  color: #ffffff;
}

.breadcrumbs__link_white:after {
  background-color: #ffffff;
}

.breadcrumbs__link_grey {
  color: #aaaaaa;
}

.breadcrumbs__link_grey:after {
  background-color: #aaaaaa;
}

.breadcrumbs-link-img {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.breadcrumbs_txt-small {
  font-size: 14px;
}

.breadcrumbs_txt-small .breadcrumbs__link:after {
  top: 8px;
}

.breadcrumbs_block {
  display: table;
}

.breadcrumbs.breadcrumbs_b-container {
  padding: 12px 0;
  line-height: 1.5;
}

.btn {
  position: relative;
  border: 0;
  outline: 0;
  padding: 0;
  border-color: transparent;
  background-color: transparent;
  height: 30px;
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
}

.btn.btn_load .btn-body {
  background-size: 40px;
}

.btn-body {
  border: 1px solid;
  border-color: transparent;
  background-color: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

.btn .btn-txt {
  float: left;
  margin-top: 2px;
  color: #ffffff;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.btn .btn-txt_adapt {
  display: none;
}

.btn .icon {
  float: left;
  margin-top: 4px;
}

.btn_no-txt .btn-body {
  padding: 0 4px;
}

.btn_no-txt .btn-txt {
  display: none;
}

.btn_no-txt .icon_left {
  margin-right: 0;
}

.btn_no-txt.btn_load .btn-body {
  background-size: 90%;
}

.btn.btn_active .btn-txt,
.btn.btn_active .btn__num {
  color: #ffffff;
}

.btn.btn_active .icon-norm {
  display: none;
}

.btn.btn_active .icon-hover {
  display: none;
}

.btn.btn_active .icon-active {
  display: block;
}

.btn.btn_active:hover .icon-norm {
  display: none;
}

.btn.btn_active:hover .icon-hover {
  display: none;
}

.btn.btn_active:hover .icon-active {
  display: block;
}

.btn.btn_active:active .icon-norm {
  display: none;
}

.btn.btn_active:active .icon-hover {
  display: none;
}

.btn.btn_active:active .icon-active {
  display: block;
}

.btn .icon-norm {
  display: block;
}

.btn .icon-hover {
  display: none;
}

.btn .icon-active {
  display: none;
}

.btn:hover .icon-norm {
  display: none;
}

.btn:hover .icon-hover {
  display: block;
}

.btn:hover .icon-active {
  display: none;
}

.btn:active .icon-norm {
  display: none;
}

.btn:active .icon-hover {
  display: block;
}

.btn-big {
  position: relative;
  padding: 0;
  border: 0;
  border-color: transparent;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
  height: 40px;
  display: inline-block;
}

.btn-big .btn-txt {
  float: left;
  margin-top: 8px;
  color: #ffffff;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  font-family: PT Sans, Arial;
}

.btn-big .btn-txt_adapt {
  display: none;
}

.btn-big .btn-body {
  padding-left: 25px;
  padding-right: 25px;
}

.btn-big .btn_load .btn-body {
  background-size: 50px;
}

.btn-big[disabled] {
  cursor: default !important;
}

.btn-big[disabled] .btn-body {
  opacity: .4;
}

.btn-big[disabled] .icon-norm {
  display: block;
}

.btn-big[disabled] .icon-hover {
  display: none;
}

.btn-big[disabled] .icon-active {
  display: none;
}

.btn-big[disabled]:hover .icon-norm {
  display: block;
}

.btn-big[disabled]:hover .icon-hover {
  display: none;
}

.btn-big[disabled]:hover .icon-active {
  display: none;
}

.btn-big[disabled]:active .icon-norm {
  display: block;
}

.btn-big[disabled]:active .icon-hover {
  display: none;
}

.btn-big[disabled]:active .icon-active {
  display: none;
}

.btn-big.btn_no-txt .btn-body {
  padding: 0 9px;
}

.btn-big.btn_no-txt .btn-txt {
  display: none;
}

.btn-big.btn_no-txt .icon_left {
  margin-right: 0;
}

.btn-big.btn_no-txt.btn_load .btn-body {
  background-size: 90%;
}

.btn-big .icon {
  margin-top: 8px;
}

.btn-big .icon-norm {
  display: block;
}

.btn-big .icon-hover {
  display: none;
}

.btn-big .icon-active {
  display: none;
}

.btn-big:hover .icon-norm {
  display: none;
}

.btn-big:hover .icon-hover {
  display: block;
}

.btn-big:active .icon-norm {
  display: none;
}

.btn-big:active .icon-hover {
  display: block;
}

.btn-big.btn_active .btn-txt {
  color: #ffffff;
}

.btn-big.btn_active .icon-norm {
  display: none;
}

.btn-big.btn_active .icon-hover {
  display: none;
}

.btn-big.btn_active .icon-active {
  display: block;
}

.btn-big.btn_active .btn__num {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-big.btn_active:hover .icon-norm {
  display: none;
}

.btn-big.btn_active:hover .icon-hover {
  display: none;
}

.btn-big.btn_active:hover .icon-active {
  display: block;
}

.btn-big.btn_active:active .icon-norm {
  display: none;
}

.btn-big.btn_active:active .icon-hover {
  display: none;
}

.btn-big.btn_active:active .icon-active {
  display: block;
}

.btn-big.btn_active-no-txt .btn-body {
  padding: 0 9px;
}

.btn-big.btn_active-no-txt .btn-txt {
  display: none;
}

.btn-big.btn_active-no-txt .icon_left {
  margin-right: 0;
}

.btn-big.btn_active-no-txt .icon-norm {
  display: none;
}

.btn-big.btn_active-no-txt .icon-hover {
  display: none;
}

.btn-big.btn_active-no-txt .icon-active {
  display: block;
}

.btn-big.btn_active-no-txt:hover .icon-norm {
  display: none;
}

.btn-big.btn_active-no-txt:hover .icon-hover {
  display: none;
}

.btn-big.btn_active-no-txt:hover .icon-active {
  display: block;
}

.btn-big.btn_active-no-txt:active .icon-norm {
  display: none;
}

.btn-big.btn_active-no-txt:active .icon-hover {
  display: none;
}

.btn-big.btn_active-no-txt:active .icon-active {
  display: block;
}

.btn-giant {
  position: relative;
  padding: 0;
  border-color: transparent;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
  display: inline-block;
}

.btn-giant.btn_load .btn-body {
  background-size: 50px;
}

.btn-giant.btn_no-txt .btn-body {
  padding: 0 9px;
}

.btn-giant.btn_no-txt .btn-txt {
  display: none;
}

.btn-giant.btn_no-txt .icon_left {
  margin-right: 0;
}

.btn-giant.btn_no-txt.btn_load .btn-body {
  background-size: 90%;
}

.btn-giant .btn-txt {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 11px;
  margin-bottom: 12px;
  color: #ffffff;
}

.btn-giant .btn-body {
  padding: 0 20px;
}

.btn-giant .icon {
  margin-top: 8px;
}

.btn-giant .icon-norm {
  display: block;
}

.btn-giant .icon-hover {
  display: none;
}

.btn-giant .icon-active {
  display: none;
}

.btn-giant:hover .icon-norm {
  display: none;
}

.btn-giant:hover .icon-hover {
  display: block;
}

.btn-giant:active .icon-norm {
  display: none;
}

.btn-giant:active .icon-hover {
  display: block;
}

.btn-giant.btn_active .btn-txt {
  color: #ffffff;
}

.btn-giant.btn_active .icon-norm {
  display: none;
}

.btn-giant.btn_active .icon-hover {
  display: none;
}

.btn-giant.btn_active .icon-active {
  display: block;
}

.btn-giant.btn_active .btn__num {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-giant.btn_active:hover .icon-norm {
  display: none;
}

.btn-giant.btn_active:hover .icon-hover {
  display: none;
}

.btn-giant.btn_active:hover .icon-active {
  display: block;
}

.btn-giant.btn_active:active .icon-norm {
  display: none;
}

.btn-giant.btn_active:active .icon-hover {
  display: none;
}

.btn-giant.btn_active:active .icon-active {
  display: block;
}

.btn-giant.btn_active-no-txt .btn-body {
  padding: 0 9px;
}

.btn-giant.btn_active-no-txt .btn-txt {
  display: none;
}

.btn-giant.btn_active-no-txt .icon_left {
  margin-right: 0;
}

.btn-giant.btn_active-no-txt .icon-norm {
  display: none;
}

.btn-giant.btn_active-no-txt .icon-hover {
  display: none;
}

.btn-giant.btn_active-no-txt .icon-active {
  display: block;
}

.btn-giant.btn_active-no-txt:hover .icon-norm {
  display: none;
}

.btn-giant.btn_active-no-txt:hover .icon-hover {
  display: none;
}

.btn-giant.btn_active-no-txt:hover .icon-active {
  display: block;
}

.btn-giant.btn_active-no-txt:active .icon-norm {
  display: none;
}

.btn-giant.btn_active-no-txt:active .icon-hover {
  display: none;
}

.btn-giant.btn_active-no-txt:active .icon-active {
  display: block;
}

.btn_welcome {
  height: 60px;
}

.btn_welcome .btn-body {
  padding: 0 20px;
}

.btn_blue.btn_load .btn-body {
  border-color: #00b4f0;
  background-color: #00b4f0;
}

.btn_blue.btn_load .btn-body .btn-txt {
  color: #ffffff;
}

.btn_blue[disabled]:hover .btn-body {
  border-color: #00b4f0;
  background-color: transparent;
}

.btn_blue[disabled]:hover .btn-body .btn-txt {
  color: #00b4f0;
}

.btn_blue[disabled]:active .btn-body {
  color: #00b4f0;
  border-color: #00b4f0;
  background-color: transparent;
}

.btn_blue .btn-body {
  border-color: #00b4f0;
}

.btn_blue .btn-body .btn-txt {
  color: #00b4f0;
}

.btn_blue:hover .btn-body {
  border-color: #0088cc;
  background-color: #0088cc;
}

.btn_blue:hover .btn-body .btn-txt {
  color: #ffffff;
}

.btn_blue:active .btn-body {
  border-color: #006e91;
  background-color: #006e91;
  color: #ffffff;
}

.btn_blue-paint[disabled]:hover .btn-body {
  border-color: #00b4f0;
  background-color: #00b4f0;
  color: #ffffff;
}

.btn_blue-paint[disabled]:active .btn-body {
  border-color: #00b4f0;
  background-color: #00b4f0;
  color: #ffffff;
}

.btn_blue-paint .btn-body {
  border-color: #00b4f0;
  background-color: #00b4f0;
  color: #ffffff;
}

.btn_blue-paint .btn__num {
  background-color: rgba(0, 0, 0, 0.2);
}

.btn_blue-paint:hover .btn-body {
  border-color: #0088cc;
  background-color: #0088cc;
}

.btn_blue-paint:active .btn-body {
  border-color: #006e91;
  background-color: #006e91;
}

.btn_blue-paint.btn_active .btn-body {
  border-color: #006e91;
  background-color: #006e91;
}

.btn_blue-paint.btn_active-no-txt .btn-body {
  border-color: #006e91;
  background-color: #006e91;
}

.btn_blue-txt .btn__num,
.btn_blue-txt .btn-txt {
  color: #00b4f0;
}

.btn_blue-txt:hover .btn__num,
.btn_blue-txt:hover .btn-txt {
  color: #ffffff;
}

.btn_blue-txt:active .btn__num,
.btn_blue-txt:active .btn-txt {
  color: #ffffff;
}

.btn_blue.btn_active .btn-body {
  border-color: #006e91;
  background-color: #006e91;
}

.btn_blue.btn_active-no-txt .btn-body {
  border-color: #006e91;
  background-color: #006e91;
}

.btn_blue-lite[disabled]:hover .btn-body {
  border-color: rgba(0, 180, 240, 0.3);
  background-color: transparent;
}

.btn_blue-lite[disabled]:active .btn-body {
  border-color: rgba(0, 180, 240, 0.3);
  background-color: transparent;
}

.btn_blue-lite .btn-body {
  border-color: rgba(0, 180, 240, 0.3);
  color: #000000;
}

.btn_blue-lite:hover .btn-body {
  border-color: rgba(0, 180, 240, 0.3);
  background-color: rgba(0, 145, 190, 0.3);
}

.btn_blue-lite:active .btn-body {
  border-color: transparent;
  background-color: rgba(0, 110, 145, 0.3);
}

.btn_blue-lite-paint[disabled]:hover .btn-body {
  border-color: rgba(0, 180, 240, 0.3);
  background-color: rgba(0, 180, 240, 0.3);
}

.btn_blue-lite-paint[disabled]:active .btn-body {
  border-color: rgba(0, 180, 240, 0.3);
  background-color: rgba(0, 180, 240, 0.3);
}

.btn_blue-lite-paint .btn-body {
  border-color: rgba(0, 180, 240, 0.3);
  background-color: rgba(0, 180, 240, 0.3);
}

.btn_blue-lite-paint .btn__num {
  background-color: rgba(0, 0, 0, 0.2);
}

.btn_blue-lite-paint:hover .btn-body {
  background-color: rgba(0, 145, 190, 0.3);
}

.btn_blue-lite-paint:active .btn-body {
  background-color: rgba(0, 110, 145, 0.3);
}

.btn_blue-lite.btn_active .btn-body {
  background-color: rgba(0, 180, 240, 0.3);
  border-color: transparent;
}

.btn_blue-lite.btn_active .btn-txt {
  color: #000000;
}

.btn_purple[disabled]:hover .btn-body {
  border-color: #6e5096;
  color: #6e5096;
  background-color: transparent;
}

.btn_purple[disabled]:active .btn-body {
  border-color: #6e5096;
  color: #6e5096;
  background-color: transparent;
}

.btn_purple.btn_load .btn-body {
  border-color: #6e5096;
  background-color: #6e5096;
}

.btn_purple .btn-body {
  border-color: #6e5096;
  color: #6e5096;
}

.btn_purple:hover .btn-body {
  border-color: #0088cc;
  background-color: #0088cc;
}

.btn_purple:active .btn-body {
  border-color: #006e91;
  background-color: #006e91;
}

.btn_purple-paint[disabled]:hover .btn-body {
  border-color: #6e5096;
  background-color: #6e5096;
  color: #ffffff;
}

.btn_purple-paint[disabled]:active .btn-body {
  border-color: #6e5096;
  background-color: #6e5096;
  color: #ffffff;
}

.btn_purple-paint .btn-body {
  border-color: #6e5096;
  background-color: #6e5096;
  color: #ffffff;
}

.btn_purple-paint .btn__num {
  background-color: rgba(0, 0, 0, 0.2);
}

.btn_purple-paint:hover .btn-body {
  border-color: #64468c;
  background-color: #64468c;
}

.btn_purple-paint:active .btn-body {
  border-color: #553c7d;
  background-color: #553c7d;
}

.btn_purple-paint.btn_active .btn-body {
  border-color: #553c7d;
  background-color: #553c7d;
}

.btn_purple-paint.btn_active-no-txt .btn-body {
  border-color: #553c7d;
  background-color: #553c7d;
}

.btn_purple-txt .btn__num,
.btn_purple-txt .btn-txt {
  color: #6e5096;
}

.btn_purple-txt:hover .btn__num,
.btn_purple-txt:hover .btn-txt {
  color: #ffffff;
}

.btn_purple-txt:active .btn__num,
.btn_purple-txt:active .btn-txt {
  color: #ffffff;
}

.btn_purple.btn_active .btn-body {
  border-color: #553c7d;
  background-color: #553c7d;
}

.btn_purple.btn_active-no-txt .btn-body {
  border-color: #553c7d;
  background-color: #553c7d;
}

.btn_grey .btn-body {
  border-color: #c8c8c8;
}

.btn_grey .btn-body .btn-txt {
  color: #c8c8c8;
}

.btn_grey:hover .btn-body {
  background-color: #b4b4b4;
}

.btn_grey:hover .btn-body .btn-txt {
  color: #ffffff;
}

.btn_grey:active .btn-body {
  background-color: #a9a9a9;
}

.btn_grey-paint .btn-body {
  border-color: #c8c8c8;
  background-color: #c8c8c8;
  color: #ffffff;
}

.btn_grey-paint .btn__num {
  background-color: rgba(0, 0, 0, 0.2);
}

.btn_grey-paint:hover .btn-body {
  background-color: #b4b4b4;
  color: #ffffff;
}

.btn_grey-paint:active .btn-body {
  background-color: #a9a9a9;
}

.btn_grey-paint.btn_active .btn-body {
  border-color: #a9a9a9;
  background-color: #a9a9a9;
}

.btn_grey-paint.btn_active-no-txt .btn-body {
  border-color: #a9a9a9;
  background-color: #a9a9a9;
}

.btn_grey-txt .btn__num,
.btn_grey-txt .btn-txt {
  color: #c8c8c8;
}

.btn_grey-txt:hover .btn__num,
.btn_grey-txt:hover .btn-txt {
  color: #ffffff;
}

.btn_grey-txt:active .btn__num,
.btn_grey-txt:active .btn-txt {
  color: #ffffff;
}

.btn_grey.btn_active .btn-body {
  background-color: #c8c8c8;
}

.btn_grey-lite[disabled]:hover .btn-body {
  border-color: rgba(200, 200, 200, 0.3);
  background-color: transparent;
}

.btn_grey-lite[disabled]:active .btn-body {
  border-color: rgba(200, 200, 200, 0.3);
  background-color: transparent;
}

.btn_grey-lite .btn-body {
  border-color: rgba(200, 200, 200, 0.3);
  color: #000000;
}

.btn_grey-lite:hover .btn-body {
  border-color: rgba(180, 180, 180, 0.3);
  background-color: rgba(180, 180, 180, 0.3);
}

.btn_grey-lite:active .btn-body {
  border-color: transparent;
  background-color: rgba(169, 169, 169, 0.3);
}

.btn_grey-lite-paint[disabled]:hover .btn-body {
  border-color: transparent;
  background-color: rgba(200, 200, 200, 0.3);
}

.btn_grey-lite-paint[disabled]:active .btn-body {
  border-color: transparent;
  background-color: rgba(200, 200, 200, 0.3);
}

.btn_grey-lite-paint .btn-body {
  border-color: transparent;
  background-color: rgba(200, 200, 200, 0.3);
}

.btn_grey-lite-paint .btn__num {
  background-color: rgba(0, 0, 0, 0.2);
}

.btn_grey-lite-paint:hover .btn-body {
  background-color: rgba(180, 180, 180, 0.3);
}

.btn_grey-lite-paint:active .btn-body {
  background-color: rgba(169, 169, 169, 0.3);
}

.btn_grey-lite.btn_active .btn-body {
  background-color: rgba(200, 200, 200, 0.3);
  border-color: transparent;
}

.btn_grey-lite.btn_active .btn-txt {
  color: #000000;
}

.btn_orange[disabled]:hover .btn-body {
  border-color: #fa961e;
  color: #fa961e;
  background-color: transparent;
}

.btn_orange[disabled]:active .btn-body {
  border-color: #fa961e;
  color: #fa961e;
  background-color: transparent;
}

.btn_orange .btn-body {
  border-color: #fa961e;
}

.btn_orange .btn-body .btn-txt {
  color: #fa961e;
}

.btn_orange:hover .btn-body {
  background-color: #c87819;
}

.btn_orange:hover .btn-body .btn-txt {
  color: #ffffff;
}

.btn_orange:active .btn-body {
  background-color: #965a14;
}

.btn_orange-paint[disabled]:hover .btn-body {
  border-color: #fa961e;
  background-color: #fa961e;
  color: #ffffff;
}

.btn_orange-paint[disabled]:active .btn-body {
  border-color: #fa961e;
  background-color: #fa961e;
  color: #ffffff;
}

.btn_orange-paint .btn-body {
  border-color: #fa961e;
  background-color: #fa961e;
  color: #ffffff;
}

.btn_orange-paint:hover .btn-body {
  background-color: #c87819;
  color: #ffffff;
}

.btn_orange-paint:active .btn-body {
  background-color: #965a14;
}

.btn_orange-paint.btn_active .btn-body {
  border-color: #965a14;
  background-color: #965a14;
}

.btn_orange-paint.btn_active-no-txt .btn-body {
  border-color: #965a14;
  background-color: #965a14;
}

.btn_orange-txt .btn__num,
.btn_orange-txt .btn-txt {
  color: #fa961e;
}

.btn_orange-txt:hover .btn__num,
.btn_orange-txt:hover .btn-txt {
  color: #ffffff;
}

.btn_orange-txt:active .btn__num,
.btn_orange-txt:active .btn-txt {
  color: #ffffff;
}

.btn_orange.btn_active .btn-body {
  background-color: #965a14;
}

.btn_green[disabled]:hover .btn-body {
  color: #1ea01e;
  border-color: #1ea01e;
  background-color: transparent;
}

.btn_green[disabled]:active .btn-body {
  color: #1ea01e;
  border-color: #1ea01e;
  background-color: transparent;
}

.btn_green .btn-body {
  border-color: #1ea01e;
}

.btn_green .btn-body .btn-txt {
  color: #1ea01e;
}

.btn_green:hover .btn-body {
  background-color: #198219;
  color: #ffffff;
}

.btn_green:hover .btn-body .btn-txt {
  color: #ffffff;
}

.btn_green:active .btn-body {
  background-color: #146414;
}

.btn_green-paint[disabled]:hover .btn-body {
  color: #ffffff;
  border-color: #1ea01e;
  background-color: #1ea01e;
}

.btn_green-paint[disabled]:active .btn-body {
  color: #ffffff;
  border-color: #1ea01e;
  background-color: #1ea01e;
}

.btn_green-paint .btn-body {
  border-color: #1ea01e;
  background-color: #1ea01e;
}

.btn_green-paint .btn-body .btn-txt {
  color: #ffffff;
}

.btn_green-paint .btn__num {
  background-color: rgba(0, 0, 0, 0.2);
}

.btn_green-paint:hover .btn-body {
  border-color: #198219;
  background-color: #198219;
}

.btn_green-paint:active .btn-body {
  border-color: #146414;
  background-color: #146414;
}

.btn_green-paint.btn_active .btn-body {
  border-color: #146414;
  background-color: #146414;
}

.btn_green-paint.btn_active-no-txt .btn-body {
  border-color: #146414;
  background-color: #146414;
}

.btn_green-txt .btn__num,
.btn_green-txt .btn-txt {
  color: #1ea01e;
}

.btn_green-txt:hover .btn__num,
.btn_green-txt:hover .btn-txt {
  color: #ffffff;
}

.btn_green-txt:active .btn__num,
.btn_green-txt:active .btn-txt {
  color: #ffffff;
}

.btn_green.btn_active .btn-body {
  background-color: #146414;
}

.btn_green-lite[disabled]:hover .btn-body {
  border-color: rgba(30, 160, 30, 0.3);
  background-color: transparent;
}

.btn_green-lite[disabled]:active .btn-body {
  border-color: rgba(30, 160, 30, 0.3);
  background-color: transparent;
}

.btn_green-lite .btn-body {
  border-color: rgba(30, 160, 30, 0.3);
  color: #000000;
}

.btn_green-lite:hover .btn-body {
  border-color: rgba(30, 160, 30, 0.3);
  background-color: rgba(25, 130, 25, 0.3);
}

.btn_green-lite:active .btn-body {
  border-color: transparent;
  background-color: rgba(20, 100, 20, 0.3);
}

.btn_green-lite-paint[disabled]:hover .btn-body {
  border-color: rgba(30, 160, 30, 0.3);
  background-color: rgba(30, 160, 30, 0.3);
}

.btn_green-lite-paint[disabled]:active .btn-body {
  border-color: rgba(30, 160, 30, 0.3);
  background-color: rgba(30, 160, 30, 0.3);
}

.btn_green-lite-paint .btn-body {
  border-color: rgba(30, 160, 30, 0.3);
  background-color: rgba(30, 160, 30, 0.3);
}

.btn_green-lite-paint .btn__num {
  background-color: rgba(0, 0, 0, 0.2);
}

.btn_green-lite-paint:hover .btn-body {
  background-color: rgba(25, 130, 25, 0.3);
}

.btn_green-lite-paint:active .btn-body {
  background-color: rgba(20, 100, 20, 0.3);
}

.btn_green-lite.btn_active .btn-body {
  background-color: rgba(30, 160, 30, 0.3);
  border-color: transparent;
}

.btn_green-lite.btn_active .btn-txt {
  color: #000000;
}

.btn_white .btn-body {
  border-color: #ffffff;
  color: #ffffff;
}

.btn_white:hover .btn-body {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn_white:active .btn-body {
  background-color: rgba(255, 255, 255, 0.4);
}

.btn_white-paint .btn-body {
  border-color: #ffffff;
  color: #000000;
  background-color: #ffffff;
}

.btn_white-paint:hover .btn-body {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn_white-paint:active .btn-body {
  background-color: rgba(255, 255, 255, 0.5);
}

.btn_white.btn_active .btn-body {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
}

.btn_white.btn_active-no-txt .btn-body {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
}

.btn__num {
  border-left: 1px solid;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 8px;
  margin-left: 10px;
  margin-right: -10px;
  border-color: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: table;
  float: left;
}

.btn_close {
  padding: 0 7px;
  border-color: #c8c8c8;
  color: #c8c8c8;
}

.btn_close:hover {
  border-color: #b4b4b4;
  color: #b4b4b4;
}

.btn_close:active {
  border-color: #a9a9a9;
  color: #a9a9a9;
}

.btn-close_big {
  padding: 0 11px;
  border-color: #c8c8c8;
  color: #c8c8c8;
}

.btn-close_big:hover {
  border-color: #b4b4b4;
  color: #b4b4b4;
}

.btn-close_big:active {
  border-color: #a9a9a9;
  color: #a9a9a9;
}

.btn_plus {
  padding: 0 7px;
  border-color: #c8c8c8;
  color: #1ea01e;
}

.btn_plus:hover {
  border-color: #b4b4b4;
  color: #198219;
}

.btn_plus:active {
  border-color: #a9a9a9;
  color: #146414;
}

.btn-plus_big {
  padding: 0 11px;
  border-color: #c8c8c8;
  color: #1ea01e;
}

.btn-plus_big:hover {
  border-color: #b4b4b4;
  color: #198219;
}

.btn-plus_big:active {
  border-color: #a9a9a9;
  color: #146414;
}

.btn__add {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.btn-switch_grey .btn-switch__item {
  border-color: #e9e9e9;
}

.btn-switch_grey .btn-switch__item_active {
  background-color: #e9e9e9;
}

.btn-switch_grey .btn-switch__item {
  border-color: #e9e9e9;
}

.btn-switch_grey .btn-switch__item_active {
  background-color: #e9e9e9;
}

.btn-switch_two .btn-switch__body {
  width: 100%;
}

.btn-switch_two .btn-switch__item {
  width: 50%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  float: none;
}

.btn-switch_two .btn-switch__obj-big {
  display: inline-block;
}

.btn-switch__body {
  display: table;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btn-switch__item {
  display: table-cell;
  border-right: 1px solid;
}

.btn-switch__item:last-child {
  border-right: 0;
}

.btn-switch__item:hover {
  background-color: #e9e9e9;
}

.btn-switch__obj {
  padding: 7px 10px;
  cursor: pointer;
}

.btn-switch__obj-big {
  padding: 11px 12px 12px;
  cursor: pointer;
}

.btn-switch__txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1;
}

.btn_full-width {
  width: 100%;
}

.btn_full-width .btn-txt {
  text-align: center;
  width: 100%;
}

.btn_transparent .btn-body {
  border-color: transparent;
}

.btn_transparent:hover .btn-body {
  border-color: #aaaaaa;
}

.btn_transparent:active .btn-body {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.2);
}

.btn_transparent:active .btn-txt {
  color: #ffffff;
}

.btn-right-txt .btn,
.btn-right-txt .btn-big {
  float: left;
}

.btn-right-txt .btn-txt {
  float: left;
  margin-left: 10px;
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.btn-right-txt_green .btn-txt {
  color: #1ea01e;
}

.btn_center {
  display: table;
  margin: 0 auto;
}

.btn-language {
  border: 1px solid;
  border-color: #b4b4b4;
  display: table;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  *zoom: 1;
}

.btn-language .active {
  background-color: #e6e6e6;
}

.btn-language:before,
.btn-language:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.btn-language__item {
  float: left;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid;
  border-color: #b4b4b4;
  padding-top: 12px;
  cursor: pointer;
  display: table;
}

.btn-language__item:hover {
  background-color: #e6e6e6;
}

.btn-language__item:first-child {
  border-color: transparent;
}

.btn-language__icon {
  float: left;
  margin-top: -2px;
}

.btn-language__icon_eye {
  margin-left: 10px;
}

.btn-language__icon_cross {
  margin-left: 5px;
}

.btn-language__icon .icon-norm {
  display: block;
}

.btn-language__icon .icon-hover {
  display: none;
}

.btn-language__icon .icon-active {
  display: none;
}

.btn-language__icon:hover .icon-norm {
  display: none;
}

.btn-language__icon:hover .icon-hover {
  display: block;
}

.btn-language-txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  float: left;
  line-height: 1;
}

.btn-language-txt_num {
  padding-right: 5px;
  padding-left: 5px;
}

.btn-social__icon {
  width: 45px;
  margin-left: 10px;
}

.btn-social .btn-social__txt {
  float: left;
}

.btn-social_vk .btn-social__body {
  background-color: #4d75a3;
}

.btn-social_vk:hover .btn-social__body {
  background-color: rgba(77, 117, 163, 0.9);
}

.btn-social_fb .btn-social__body {
  background-color: #3d5999;
}

.btn-social_fb:hover .btn-social__body {
  background-color: rgba(61, 89, 153, 0.9);
}

.btn-social_gp .btn-social__txt {
  color: #000000;
}

.btn-social_gp .btn-social__body {
  background-color: #f0f2f5;
}

.btn-social_gp:hover .btn-social__body {
  background-color: #e6e8eb;
}

.btn-social__body {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 40px;
}

.btn-social__icon {
  float: left;
}

.btn-social__txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  padding-top: 10px;
  color: #ffffff;
}

.btn-file {
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  opacity: 0;
}

.btn_load .btn-body {
  background-image: url("/img/preloader_button.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.btn_load .btn-txt {
  opacity: 0;
}

.btn_load .icon {
  opacity: 0;
}

.btn-group {
  *zoom: 1;
  font-size: 0;
}

.btn-group:before,
.btn-group:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.btn-group__item_pdf {
  padding-top: 7px;
  margin-left: 10px;
}

.btn-group_vertical .btn-group__item {
  margin-bottom: 10px;
}

.btn-group_vertical .btn-group__item:last-child {
  margin-bottom: 0;
}

.btn-group_horisont .btn-group__item {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

.btn-group_horisont .btn-group__item:last-child {
  margin-right: 0;
}

.btn_adapt-md .btn-txt_adapt,
.btn_adapt-sm .btn-txt_adapt,
.btn_adapt-xs .btn-txt_adapt {
  display: none;
}

.btn-huge {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
  font-family: Arial;
  line-height: 1.5;
  font-weight: 100;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.btn-huge_grey:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.btn-huge_grey:active {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}

.btn-huge[disabled] {
  cursor: default !important;
}

.btn-huge[disabled] .btn-body {
  opacity: .4;
}

.btn-huge[disabled] .icon-norm {
  display: block;
}

.btn-huge[disabled] .icon-hover {
  display: none;
}

.btn-huge[disabled] .icon-active {
  display: none;
}

.btn-huge[disabled]:hover .icon-norm {
  display: block;
}

.btn-huge[disabled]:hover .icon-hover {
  display: none;
}

.btn-huge[disabled]:hover .icon-active {
  display: none;
}

.btn-huge[disabled]:active .icon-norm {
  display: block;
}

.btn-huge[disabled]:active .icon-hover {
  display: none;
}

.btn-huge[disabled]:active .icon-active {
  display: none;
}

.btn_color-green {
  color: #0088cc;
}

.btn_black-txt .btn-txt {
  color: #000000;
}

.btn[disabled] {
  cursor: default !important;
}

.btn[disabled] .btn-body {
  opacity: .4;
}

.btn[disabled] .icon-norm {
  display: block;
}

.btn[disabled] .icon-hover {
  display: none;
}

.btn[disabled] .icon-active {
  display: none;
}

.btn[disabled]:hover .icon-norm {
  display: block;
}

.btn[disabled]:hover .icon-hover {
  display: none;
}

.btn[disabled]:hover .icon-active {
  display: none;
}

.btn[disabled]:active .icon-norm {
  display: block;
}

.btn[disabled]:active .icon-hover {
  display: none;
}

.btn[disabled]:active .icon-active {
  display: none;
}

.btn.btn_active-no-txt .btn-body {
  padding: 0 4px;
}

.btn.btn_active-no-txt .btn-txt {
  display: none;
}

.btn.btn_active-no-txt .icon_left {
  margin-right: 0;
}

.btn.btn_active-no-txt .icon-norm {
  display: none;
}

.btn.btn_active-no-txt .icon-hover {
  display: none;
}

.btn.btn_active-no-txt .icon-active {
  display: block;
}

.btn.btn_active-no-txt:hover .icon-norm {
  display: none;
}

.btn.btn_active-no-txt:hover .icon-hover {
  display: none;
}

.btn.btn_active-no-txt:hover .icon-active {
  display: block;
}

.btn.btn_active-no-txt:active .icon-norm {
  display: none;
}

.btn.btn_active-no-txt:active .icon-hover {
  display: none;
}

.btn.btn_active-no-txt:active .icon-active {
  display: block;
}

.btn_white-blue .btn-body {
  border-color: #ffffff;
}

.btn_white-blue .btn-body .btn-txt {
  color: #ffffff;
}

.btn_white-blue:hover .btn-body {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn_white-blue:active .btn-body {
  background-color: rgba(255, 255, 255, 0.4);
}

.btn_white-blue.btn_active .btn-body {
  border-color: #006e91;
  background-color: #006e91;
}

.btn_white-blue.btn_active-no-txt .btn-body {
  border-color: #006e91;
  background-color: #006e91;
}

.btn-default {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.6;
  color: #ffffff;
  background-color: #1ea01e;
  display: inline-block;
  border-radius: 5px;
  padding: 7px 18px 8px;
  text-decoration: none;
  outline: none;
  border: none;
}

.btn-default:hover {
  background-color: #0b7422;
  text-decoration: none;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

.btn-default[disabled] {
  cursor: default;
  opacity: .4;
}

.btn-default[disabled]:hover {
  color: #fff;
  background-color: #0d972b;
}

.btn-default-small {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  display: inline-block;
  padding: 2px 8px 4px;
  margin-top: 31px;
  background-color: #ffffff;
  border: 1px rgba(0, 0, 0, 0.2) solid;
  cursor: pointer;
}

.btn-default-small:hover {
  background-color: #d1d3d4;
}

.btn-default-small_left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.btn-default-small_right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: none;
}

.btn-default-small_center {
  border-left: none;
}

.btn-default-small_active {
  background-color: #1ea01e;
  border-color: #1ea01e;
  color: #ffffff;
}

.btn-default-small_active:hover {
  background-color: #0d972b;
  cursor: default;
}

.btn-default_wide {
  padding: 3px 37px 5px;
}

.btn-default_recall {
  padding: 4px 15px;
}

.btn-default_search {
  position: absolute;
  top: 20px;
  right: 20px;
}

.btn-default_search-2 {
  top: inherit !important;
  bottom: 20px;
  right: 20px;
}

.btn-default_search_row-input {
  position: absolute;
  top: 53px;
  right: 20px;
}

.btn-default_indent-t15 {
  margin-top: 15px;
}

.btn-default_right {
  float: right;
}

.btn-default_full {
  width: 100%;
  text-align: center;
}

.btn-default_bg-none {
  padding-top: 6px;
  padding-bottom: 7px;
  background-color: transparent;
  border: 1px #0b7422 solid;
  color: #1ea01e;
}

.btn-default_bg-none:hover {
  border: 1px #0b7422 solid;
}

.btn-default_bg-none[disabled]:hover {
  color: #1ea01e;
  background-color: transparent;
}

.btn-default_h50 {
  padding: 8px 0;
}

.btn-default_h60 {
  height: 60px;
}

.btn-default_w180 {
  width: 180px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.btn-default_w280 {
  width: 280px;
  text-align: center;
}

.btn-default_blue {
  background-color: #00b4f0;
}

.btn-default_blue:hover {
  background-color: #008cc6;
}

.btn-default_orange {
  background-color: #fb961e;
}

.btn-default_orange:hover {
  background-color: #ce842f;
}

.btn-default_blue-bg-none {
  line-height: 30px;
  border: 1px solid #1db0e7;
  color: #21afe6;
  background-color: transparent;
}

.btn-default_blue-bg-none:hover {
  border: 1px solid #1db0e7;
  background-color: #1db0e7;
}

.btn-default_fs14 {
  font-size: 14px;
}

.save-friend .icon {
  margin-top: 2px;
  padding-right: 5px;
  float: left;
}

.save-friend .txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  float: left;
  color: #c8c8c8;
}

.save-friend_norm {
  float: left;
  margin-top: 3px;
}

.save-friend_big {
  float: left;
  margin-top: 7px;
}

.save-friend .icon-norm {
  display: block;
}

.save-friend .icon-hover {
  display: none;
}

.save-friend:hover .icon-norm {
  display: none;
}

.save-friend:hover .icon-hover {
  display: block;
}

.error {
  width: 300px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 20px;
  background-color: #f9ead6;
}

.error__header {
  padding-bottom: 15px;
  border-bottom: 1px solid;
  border-color: #c8c8c8;
  font-size: 0;
}

.error-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.error-txt-md {
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
}

.error-txt-green {
  margin-right: 5px;
  color: #1ea01e;
}

.error-header__txt {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  padding-left: 15px;
}

.error-header__icon {
  width: 15%;
  display: inline-block;
  vertical-align: middle;
}

.error-header-icon {
  font-size: 40px;
  color: #fa961e;
}

.error__body {
  padding-top: 15px;
}

.error-body__item {
  margin-left: 10px;
  position: relative;
  margin-bottom: 10px;
}

.error-body__item:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: -10px;
  top: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #000000;
}

.error-body__item:last-child {
  margin-bottom: 0;
}

.error-notify {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
}

.error-notify__obj {
  width: 300px;
  background-color: #f9ead6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 20px;
}

.error-notify__head {
  padding-bottom: 15px;
  border-bottom: 1px solid;
  border-color: #aaaaaa;
  *zoom: 1;
}

.error-notify__head:before,
.error-notify__head:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.error-notify__icon {
  font-size: 0;
  float: left;
}

.error-notify__txt {
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  padding-top: 11px;
  margin-left: 55px;
}

.error-notify__body {
  padding-top: 15px;
}

.error-notify__item {
  margin-bottom: 10px;
}

.error-notify__item .link-green {
  font-weight: 100;
}

.error-notify__item a {
  font-weight: 100;
}

.error-notify__item:last-child {
  margin-bottom: 0;
}

.form {
  /*модификаторы для высоты input(type="text")*/
  /*универсальный класс для загрузки файлов*/
  /*Блоки форм с флексами*/
}

.form__group {
  position: relative;
  font-size: 0;
}

.form__group_horizon .form__txt {
  float: left;
  margin-top: 4px;
}

.form__group_horizon .form__txt_info-reg {
  font-size: 16px;
  width: 165px;
}

.form__group_horizon .form__input {
  float: left;
}

.form__group_horizon-big .form__txt {
  float: left;
  margin-top: 9px;
}

.form__group_horizon-big .form__input {
  float: left;
}

.form__group_vertical .form__txt {
  margin-bottom: 10px;
}

.form__group_icon-big .icon {
  left: 8px;
  top: 10px;
}

.form__group_icon-big .input {
  padding-left: 35px;
}

.form__group_error-bot .input {
  background-color: #f9ead6;
}

.form__group_error-bot .textarea-input {
  background-color: #f9ead6;
}

.form__group_btn {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.form__group_btn-right {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}

.form__group_error .form-error__obj {
  margin-top: -10px;
}

.form__group_size-not-null {
  font-size: initial;
}

.form__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.form__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.form__icon .icon {
  position: absolute;
  cursor: pointer;
}

.form__icon .icon-norm {
  display: block;
}

.form__icon .icon-hover {
  display: none;
}

.form__icon_left .icon {
  left: 10px;
  z-index: 1;
}

.form__icon_right {
  z-index: 10;
}

.form__icon_right .icon {
  right: 10px;
  left: auto;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.form__icon:hover .icon-norm {
  display: none;
}

.form__icon:hover .icon-hover {
  display: block;
}

.form__icon:focus .icon-norm {
  display: none;
}

.form__icon:focus .icon-hover {
  display: block;
}

.form__icon_active .icon .icon-norm {
  display: none;
}

.form__icon_active .icon .icon-hover {
  display: block;
}

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

.form-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.form-txt-b {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.form-txt_breadcrumbs {
  margin-left: 15px;
  position: relative;
  float: left;
  border-bottom: 1px dashed;
  border-color: transparent;
  margin-top: -1px;
}

.form-txt_breadcrumbs:hover {
  border-color: #000000;
}

.form-txt_breadcrumbs:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -8px;
  width: 4px;
  height: 4px;
  background-color: #000000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.form-txt_breadcrumbs:first-child {
  margin-left: 0;
}

.form-txt_breadcrumbs:first-child:before {
  content: none;
}

.form-txt_color {
  color: #55913c;
}

.form-txt_color:hover {
  border-color: #55913c;
}

.form_alias {
  display: block;
  position: relative;
}

.form_alias input {
  padding-right: 80px;
}

.form__alias {
  position: absolute;
  right: 10px;
  top: 12px;
  cursor: pointer;
}

.form__alias-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1;
}

.form__input {
  position: relative;
}

.form__input_obj {
  float: left;
}

.form__input_icon {
  display: block;
}

.form__input_icon .input {
  padding-left: 35px;
}

.form__input_horisont {
  float: left;
  margin-right: 10px;
}

.form__input_horisont:last-child {
  margin-right: 0;
}

.form__input_120 {
  width: 120px;
}

.form__input_dash {
  margin-right: 30px;
}

.form__input_dash:before {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  right: -20px;
  top: 20px;
  background-color: #000000;
}

.form__input_info-reg {
  width: 280px;
}

.form__icon-right-big {
  width: 30px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.form__icon-right-big .icon {
  margin-top: 0;
  margin-left: 0;
}

.form__icon-right-norm {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.form__icon-right-norm .icon {
  margin-top: 5px;
  margin-left: 5px;
}

.form_vertical .form__group {
  *zoom: 1;
  margin-bottom: 15px;
}

.form_vertical .form__group:before,
.form_vertical .form__group:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.form_vertical .form__group:last-child {
  margin-bottom: 0;
}

.form_vertical .form__group:last-child:not(div) {
  margin-bottom: -20px;
}

.form_vertical-min .form__group {
  display: table;
  width: 100%;
  margin-top: 15px;
}

.form_vertical-min .form__group:first-child {
  margin-top: 0;
}

.form_vertical-big .form__group {
  display: table;
  width: 100%;
  margin-top: 25px;
}

.form_vertical-big .form__group:first-child {
  margin-top: 0;
}

.form_info-reg {
  padding: 30px;
  border-radius: 5px;
  background-color: #f6f6f6;
}

.form_info-reg .form__group {
  margin-bottom: 25px;
}

.form_horizon {
  display: flex;
  flex-wrap: wrap;
}

.form_horizon .form__group {
  margin-right: 20px;
  margin-bottom: 15px;
}

.form_horizon .form__group:last-of-type {
  margin-right: 0;
}

.form_horizon .form__title {
  width: 100%;
}

.form_icon-big {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}

.form_icon-norm {
  position: absolute;
  top: 5px;
  left: 10px;
  cursor: pointer;
}

.form_big .form__group_horizon .form__txt {
  margin-top: 8px;
}

.form_big .form__group_vertical .form__txt {
  margin-bottom: 10px;
}

.form__delete,
.form__ok,
.form__checkbox {
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.form__ok_textarea {
  top: 10px;
  transform: translate(100%, 0);
}

.form-error_info-reg {
  float: left;
  clear: left;
}

.form-error__obj {
  display: table;
  margin-top: 10px;
}

.form-error__icon {
  float: left;
}

.form-error__txt {
  margin-left: 25px;
}

.form-error-txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.3;
}

.form-error-txt_grey {
  color: #aaaaaa;
}

.form__obj {
  float: left;
  margin-left: 15px;
}

.form-conditions__body {
  display: table;
}

.form-conditions__icon {
  float: left;
}

.form-conditions__obj {
  margin-left: 50px;
  margin-top: 5px;
}

.form-conditions__txt {
  font-size: 13px;
  line-height: 1.2;
  font-weight: normal;
}

.form-conditions__txt_link {
  color: #0088cc;
}

.form__textarea {
  display: block;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 10px;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.form__attention {
  margin-top: 10px;
}

.form__attention-icon {
  float: left;
  margin-top: 1px;
}

.form__attention-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  margin-left: 25px;
}

.form-input-active .icon .icon-norm {
  display: none;
}

.form-input-active .icon .icon-hover {
  display: block;
}

.form_height-40 .input {
  height: 40px;
}

.form_height-40 .select-box {
  height: 40px;
}

.form_height-50 .input {
  height: 50px;
}

.form_height-50 .select-box {
  height: 50px;
}

.form__upload-file {
  display: inline-block;
}

.form__upload-file .input {
  display: none;
}

.form-block {
  display: flex;
}

.form-block_row {
  flex-direction: row;
}

.form-block_col {
  flex-direction: column;
}

.input {
  width: 100%;
  display: inherit;
  vertical-align: inherit;
  height: 30px;
  padding: 0 10px;
  border: 1px solid;
  border-color: #cccccc;
  cursor: text;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  /*модификаторы для фильтра*/
  /*---*/
}

.input[readonly] {
  cursor: default;
  background-color: #ebebe4;
}

.input:hover {
  border-color: #1ea01e;
}

.input:focus {
  border-color: #1ea01e;
  box-shadow: 0 0 10px rgba(30, 160, 30, 0.4);
  color: #000000;
}

.input:focus .icon-norm {
  display: none;
}

.input:focus .icon-hover {
  display: block;
}

.input_alias {
  padding-right: 80px;
}

.input_big {
  line-height: 38px;
  height: 40px;
}

.input__wrap {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.input__close {
  display: none;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -7px;
  color: #e6e6e6;
  font-size: 14px;
}

.input-icon {
  position: absolute;
  right: -25px;
  display: none !important;
}

.input-icon_ok {
  top: 9px;
}

.input-icon_close {
  top: 10px;
}

.input_info-data {
  width: 480px;
  display: block;
}

.input_file {
  display: none;
}

.label {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.label_big {
  line-height: 38px;
  height: 40px;
  font-size: 16px;
}

.select__wrap {
  float: left;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
}

.select__wrap:hover {
  overflow: inherit;
  z-index: 15;
}

.select__wrap:hover .select__icon .icon:before {
  content: "\e604";
}

.select__wrap select {
  display: none;
}

.select__replacement {
  width: inherit;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 5;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
  border-bottom: 0;
  border-color: #d2d2d2;
  background-color: #ffffff;
}

.select__item {
  width: inherit;
  height: inherit;
  padding: 0 10px;
  border-bottom: 1px solid;
  border-color: #d2d2d2;
  font-size: 13px;
  cursor: pointer;
}

.select__item:hover {
  background-color: #d2d2d2;
}

.select__item:hover:first-child {
  background-color: #ffffff;
}

.select__icon {
  position: absolute;
  right: 10px;
  line-height: 1;
  margin-top: -6px;
  top: 50%;
  z-index: 10;
}

.select__icon .icon {
  font-size: 13px;
  color: #d2d2d2;
}

.select__icon .icon:before {
  content: "\e601";
}

.select-popup {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
  position: absolute;
  z-index: 20;
  background-color: #fff;
  border-radius: 5px;
}

.select-popup a {
  display: block;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.select-popup a:hover {
  background: #f0f5f5;
  border-radius: 2px;
  cursor: pointer;
}

.select-popup__link {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.select-popup__icon_norm {
  margin-top: 2px;
  vertical-align: bottom;
}

.select-popup__icon_norm:hover {
  opacity: 1;
}

.alert {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  right: 20px !important;
  padding: 0 !important;
  border: none !important;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.portlet-placeholder {
  border: 1px dotted black;
  margin: 0 1em 1em 0;
  height: 50px;
}

.group__input {
  position: relative;
}

.group__input:first-child {
  margin-top: 0;
}

.group__input_normal {
  margin-top: 10px;
}

.group__input_big {
  margin-top: 20px;
}

.group__input_big-icon .input {
  padding-left: 35px;
}

.group__input_big-icon .input_password {
  padding-right: 30px;
}

.group__input_big-icon .icon {
  position: absolute;
  top: 10px;
  left: 8px;
  cursor: pointer;
}

.group__input_big-icon .icon-password {
  position: absolute;
  top: 0;
  left: auto;
  right: 38px;
  cursor: pointer;
}

.group-input__txt {
  margin-bottom: 5px;
}

.group-input__input {
  position: relative;
}

.group-input__progressbar {
  margin-top: 15px;
}

.group__checkbox {
  margin-top: 15px;
}

.group__btn {
  margin-top: 20px;
}

.group-btn {
  display: table;
  width: 100%;
}

.group-btn__item {
  font-size: 0;
}

.group-btn_horisont .group-btn__item {
  position: relative;
  float: left;
  margin-right: 15px;
}

.group-btn_horisont .group-btn__item:last-child {
  margin-right: 0;
}

.group-btn_fr-top100-filter .group-btn__item {
  margin-top: 15px;
}

.ui-tooltip {
  background: #666;
  color: white;
  border: none;
  padding: 0;
  opacity: 1;
  min-width: 210px;
  width: 400px;
  z-index: 2000;
}

.ui-tooltip-content {
  position: relative;
  padding: 1em;
}

.ui-tooltip-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
}

.container {
  *zoom: 1;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto 0 320px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.center-container {
  *zoom: 1;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.center-container:before,
.center-container:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.img_rad-5 {
  border-radius: 5px;
}

.img_circle {
  border-radius: 100%;
}

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

.clear {
  *zoom: 1;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.clear-right {
  clear: right;
}

.clear-left {
  clear: left;
}

.clear-button {
  padding: 0;
  border: none;
  background-color: transparent;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.opacity0 {
  opacity: 0;
}

.opacity02 {
  opacity: .2;
}

.opacity04 {
  opacity: .4;
}

.opacity05 {
  opacity: .5;
}

.opacity07 {
  opacity: .7;
}

.show {
  display: block;
}

.hide {
  display: none !important;
  /*--------lg-------*/
  /*--------md-------*/
  /*--------sm-plus-------*/
  /*--------sm-------*/
  /*--------xs-------*/
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.first-last-vertical-radius5px > :first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.first-last-vertical-radius5px > :last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.first-last-horisont-radius5px > :first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.first-last-horisont-radius5px > :last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.background-grey-block {
  min-height: 100%;
  background-color: #f0f2f5;
}

.uppercase {
  text-transform: uppercase;
}

.rgba0002 {
  background-color: rgba(0, 0, 0, 0.2);
}

.text_center {
  text-align: center;
}

.vertical-middle {
  vertical-align: middle;
}

.block_center {
  margin-left: auto;
  margin-right: auto;
}

.blocked {
  position: relative;
  opacity: .5;
  pointer-events: none;
  user-select: none;
}

.blocked::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.clicker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.mfp-hide {
  display: none !important;
  /*--------lg-------*/
  /*--------md-------*/
  /*--------sm-plus-------*/
  /*--------sm-------*/
  /*--------xs-------*/
}

.p-t0i {
  padding-top: 0 !important;
}

.differ del {
  color: red;
  background: #fdd;
  text-decoration: none;
}

.differ ins {
  color: green;
  background: #dfd;
  text-decoration: none;
}

.edit_input-small {
  width: 130px !important;
}

.edit-photo-img__block {
  margin-bottom: 15px;
}

.fr-photo-slider-prev,
.fr-photo-slider-next,
.fr-photo-slider__item {
  cursor: pointer;
}

.text-error {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  color: red;
  margin-top: 5px;
}

.online {
  display: inline-block;
  vertical-align: middle;
}

.online_paint .online__body {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 9px 15px;
}

.online__body {
  display: table;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.online__point {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #00B4F0;
  float: left;
}

.online__txt {
  float: left;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #ffffff;
  margin-left: 8px;
}

.online_big .online__point {
  width: 16px;
  height: 16px;
  margin-top: 4px;
}

.online_off .online__point {
  background-color: rgba(255, 255, 255, 0.4);
}

.online_off .online__txt {
  color: #ffffff;
}

.m-tb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.content_grey {
  background-color: #f0f2f5;
}

.load-spin {
  z-index: 100;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 600ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 600ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 600ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 600ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.bg-gray {
  background-color: #f0f0f0;
}

.not-allocate {
  user-select: none;
}

.background-grey {
  background-color: #f0f2f5;
}

.background-green {
  background-color: #1ea01e;
}

.background-green-05 {
  background-color: rgba(30, 160, 30, 0.5);
}

.background-purple-05 {
  background-color: rgba(160, 30, 170, 0.5);
}

.background-turquoise-05 {
  background-color: rgba(0, 200, 164, 0.5);
}

.background-blue {
  background-color: #0088cc;
}

.background-fixed {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.text-green {
  color: #1ea01e;
}

.text-grey {
  color: #aaaaaa;
}

.txt-gray {
  color: #aaaaaa;
}

.text-yellow {
  color: #c3cd05;
}

.text-orange {
  color: #fa961e;
}

.text-blue {
  color: #00b4f0;
}

.text-dark-blue {
  color: #0088cc;
}

.text-white {
  color: #ffffff;
}

.left-circle {
  position: relative;
  margin-left: 20px;
}

.left-circle:before {
  content: "•";
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -1px;
  border-radius: 100%;
  line-height: 0;
  font-size: 28px;
}

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

.text-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic !important;
}

.normal {
  font-weight: normal !important;
}

.line-through {
  text-decoration: line-through !important;
}

.font-small-r {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.font-normal-r {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.font-normal-2-r {
  font-size: 18px;
  line-height: 1.4;
}

.font-subhead-r {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.font-subhead-2-r {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.font-head-r {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
}

.font-bighead-r {
  font-size: 55px;
  line-height: 1.2;
  font-weight: normal;
}

.font-button-r {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.6;
}

.font-small-b {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.font-normal-b {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
}

.font-normal-2-b {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}

.font-subhead-b {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.font-subhead-2-b {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.font-head-b {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
}

.font-bighead-b {
  font-size: 55px;
  line-height: 1.2;
  font-weight: bold;
}

.font-button-b {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  line-height: 1.6;
}

.border-dashed-grey-1px {
  border-bottom: 1px dashed;
  border-color: #c8c8c8;
}

.border-dashed-grey-2px {
  border-bottom: 2px dashed;
  border-color: #c8c8c8;
}

.border-solid-grey-1px {
  border-bottom: 1px solid;
  border-color: #c8c8c8;
}

.border-solid-grey-2px {
  border-bottom: 2px solid;
  border-color: #c8c8c8;
}

.border-dashed-green-1px {
  border-bottom: 1px dashed;
  border-color: #1ea01e;
}

.border-dashed-green-2px {
  border-bottom: 2px dashed;
  border-color: #1ea01e;
}

.border-solid-green-1px {
  border-bottom: 1px solid;
  border-color: #1ea01e;
}

.border-solid-green-2px {
  border-bottom: 2px solid;
  border-color: #1ea01e;
}

.m-r0 {
  margin-right: 0;
}

.m-r5 {
  margin-right: 5px;
}

.m-r10 {
  margin-right: 10px;
}

.m-r15 {
  margin-right: 15px;
}

.m-r20 {
  margin-right: 20px;
}

.m-l0 {
  margin-left: 0;
}

.m-l5 {
  margin-left: 5px;
}

.m-l10 {
  margin-left: 10px;
}

.m-l15 {
  margin-left: 15px;
}

.m-l20 {
  margin-left: 20px;
}

.m-l35 {
  margin-left: 35px;
}

.m-t0 {
  margin-top: 0;
}

.m-t5 {
  margin-top: 5px;
}

.m-t10 {
  margin-top: 10px;
}

.m-t15 {
  margin-top: 15px;
}

.m-t20 {
  margin-top: 20px;
}

.m-t25 {
  margin-top: 25px;
}

.m-t30 {
  margin-top: 30px;
}

.m-t35 {
  margin-top: 35px;
}

.m-t40 {
  margin-top: 40px;
}

.m-t45 {
  margin-top: 45px;
}

.m-t50 {
  margin-top: 50px;
}

.m-t65 {
  margin-top: 65px;
}

.m-t70 {
  margin-top: 70px;
}

.m-t75 {
  margin-top: 75px;
}

.m-t90 {
  margin-top: 90px;
}

.m-b0 {
  margin-bottom: 0;
}

.m-b5 {
  margin-bottom: 5px;
}

.m-b10 {
  margin-bottom: 10px;
}

.m-b15 {
  margin-bottom: 15px;
}

.m-b20 {
  margin-bottom: 20px;
}

.m-b25 {
  margin-bottom: 25px;
}

.m-b30 {
  margin-bottom: 30px;
}

.m-b35 {
  margin-bottom: 35px;
}

.m-b40 {
  margin-bottom: 40px;
}

.m-b45 {
  margin-bottom: 45px;
}

.m-b50 {
  margin-bottom: 50px;
}

.m-mr5 {
  margin-right: -5px;
}

.m-mr10 {
  margin-right: -10px;
}

.m-mr15 {
  margin-right: -15px;
}

.m-mr20 {
  margin-right: -20px;
}

.m-ml5 {
  margin-left: -5px;
}

.m-ml10 {
  margin-left: -10px;
}

.m-ml15 {
  margin-left: -15px;
}

.m-ml20 {
  margin-left: -20px;
}

.m-mt5 {
  margin-top: -5px;
}

.m-mt10 {
  margin-top: -10px;
}

.m-mt15 {
  margin-top: -15px;
}

.m-mt20 {
  margin-top: -20px;
}

.m-mb5 {
  margin-bottom: -5px;
}

.m-mb10 {
  margin-bottom: -10px;
}

.m-mb15 {
  margin-bottom: -15px;
}

.m-mb20 {
  margin-bottom: -20px;
}

.p-t0 {
  padding-top: 0;
}

.p-t5 {
  padding-top: 5px;
}

.p-t10 {
  padding-top: 10px;
}

.p-t15 {
  padding-top: 15px;
}

.p-t20 {
  padding-top: 20px;
}

.p-t25 {
  padding-top: 25px;
}

.p-t30 {
  padding-top: 30px;
}

.p-l0 {
  padding-left: 0;
}

.p-l5 {
  padding-left: 5px;
}

.p-l10 {
  padding-left: 10px;
}

.p-l15 {
  padding-left: 15px;
}

.p-l20 {
  padding-left: 20px;
}

.p-l60 {
  padding-left: 60px;
}

.p-r0 {
  padding-right: 0;
}

.p-r5 {
  padding-right: 5px;
}

.p-r10 {
  padding-right: 10px;
}

.p-r15 {
  padding-right: 15px;
}

.p-r20 {
  padding-right: 20px;
}

.p-b0 {
  padding-bottom: 0;
}

.p-b5 {
  padding-bottom: 5px;
}

.p-b10 {
  padding-bottom: 10px;
}

.p-b15 {
  padding-bottom: 15px;
}

.p-b20 {
  padding-bottom: 20px;
}

.p-b30 {
  padding-bottom: 30px;
}

.p-b50 {
  padding-bottom: 50px;
}

.dot {
  margin-bottom: 5px;
  padding-left: 10px;
  position: relative;
}

.dot:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #000000;
}

.dot_grey:before {
  background-color: #aaaaaa;
}

.dot_green:before {
  background-color: #55913c;
}

.color {
  /*Перетащил с color.less*/
}

.color_black {
  color: black;
}

.color_white {
  color: white;
}

.color_green {
  color: #1ea01e;
}

.color_blue {
  color: #0088cc;
}

.color_purple {
  color: #6e5096;
}

.color_orange {
  color: #fa961e;
}

.color_yellow {
  color: #ffcd05;
}

.color_grey {
  color: #aaaaaa;
}

.color_red {
  color: #FF4545;
}

.color-green {
  color: #1ea01e;
}

.color-blue {
  color: #0088cc;
}

.color-orange {
  color: #fa961e;
}

.color-red {
  color: #FF4545;
}

.color-black {
  color: #000000;
}

.color-white {
  color: #ffffff;
}

.color-grey {
  color: rgba(0, 0, 0, 0.4);
}

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

.hover-active {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.hover-close {
  background-color: #ffdcc8;
}

.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

.break-word {
  word-wrap: break-word;
  word-break: break-word;
}

.cursor_def {
  cursor: default;
}

.cursor_point {
  cursor: pointer;
}

.pos-relative {
  position: relative;
}

.resize-both {
  resize: both !important;
}

.resize-horizontal {
  resize: horizontal !important;
}

.resize-vertical {
  resize: vertical !important;
}

.resize-none {
  resize: none !important;
}

.p-events-off {
  pointer-events: none;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.circle-img {
  border-radius: 50%;
  overflow: hidden;
}

.nowrap {
  white-space: nowrap;
}

.ready {
  width: 300px;
  background-color: #faf0af;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 20px;
}

.ready__header {
  padding-bottom: 15px;
  border-bottom: 1px solid;
  border-color: #c8c8c8;
  font-size: 0;
}

.ready-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.ready-txt-md {
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
}

.ready-txt-green {
  margin-right: 5px;
  color: #1ea01e;
}

.ready-header__txt {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  padding-left: 15px;
}

.ready-header__icon {
  width: 15%;
  display: inline-block;
  vertical-align: middle;
}

.ready-header-icon {
  font-size: 40px;
  color: #1ea01e;
}

.ready__body {
  padding-top: 15px;
}

.ready__body__item {
  margin-left: 10px;
  position: relative;
  margin-bottom: 10px;
}

.ready__body__item:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: -10px;
  top: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #000000;
}

.ready__body__item:last-child {
  margin-bottom: 0;
}

.wysiwyg {
  /*wysiwyg_pro*/
}

.wysiwyg-new * {
  box-sizing: border-box;
}

.wysiwyg-new a {
  text-decoration: none;
  color: #0088cc;
}

.wysiwyg-new a:focus {
  outline: none;
}

.wysiwyg-new h3 {
  font-weight: 100;
  margin-bottom: 15px;
}

.wysiwyg-new p {
  margin-bottom: 15px;
  padding-bottom: 0;
}

.wysiwyg-new p.wysiwyg-new__title {
  font-size: 35px;
}

.wysiwyg-new .plan-body-title {
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 400;
}

.wysiwyg-new b {
  font-weight: 500;
}

.wysiwyg-new ol {
  list-style-type: none;
  counter-reset: num;
  margin-bottom: 15px;
}

.wysiwyg-new ol li {
  padding-left: 14px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.5;
}

.wysiwyg-new ol li:before {
  content: counter(num) '. ';
  counter-increment: num;
  color: #aaaaaa;
  padding-right: 5px;
}

.wysiwyg-new ol li p {
  margin-left: 8px;
  display: inline;
}

.wysiwyg-new ol li:last-child {
  margin-bottom: 0;
}

.wysiwyg-new ul {
  margin-bottom: 15px;
  /*Убрал отступ у ul, если он идет последний*/
  /*&:last-child {
        margin-bottom: 0;
      }*/
}

.wysiwyg-new ul li {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.5;
}

.wysiwyg-new ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 16px;
  left: -5px;
  margin-top: -5px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #aaaaaa;
}

.wysiwyg-new ul li:last-child {
  margin-bottom: 0;
}

.wysiwyg-new strong {
  font-size: inherit;
  font-weight: bold;
}

.wysiwyg-new table {
  width: 100% !important;
  margin-bottom: 15px;
  overflow-x: auto;
  border: 0;
  border-color: #000000;
}

.wysiwyg-new table p {
  margin-bottom: 0;
  word-break: normal;
  padding-left: 5px;
  padding-right: 5px;
}

.wysiwyg-new img {
  width: 100%;
}

.wysiwyg-new__img {
  display: table;
  margin: 0 auto 30px auto;
}

.wysiwyg-new__img_original img {
  width: auto;
  max-width: 100%;
}

.wysiwyg-new__img_big {
  width: 100%;
}

.wysiwyg-new__img_full {
  width: 100%;
}

.wysiwyg-new__indent .wysiwyg-new__title:first-of-type,
.wysiwyg-new__indent .wysiwyg-new__subtitle:first-of-type {
  margin-top: 0;
}

.wysiwyg-new__body_blog {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.wysiwyg-new__body_blog .wysiwyg-new__title,
.wysiwyg-new__body_blog .wysiwyg-new__subtitle,
.wysiwyg-new__body_blog .wysiwyg-new__video,
.wysiwyg-new__body_blog .wysiwyg-new__photo-gallery,
.wysiwyg-new__body_blog .wysiwyg-new__txt,
.wysiwyg-new__body_blog .wysiwyg-new__user,
.wysiwyg-new__body_blog .wysiwyg-new__photo {
  width: 850px;
  margin: 30px auto;
}

.wysiwyg-new__body_blog .wysiwyg-new__img_big {
  width: 850px;
}

.wysiwyg-new__body_edit {
  margin-top: 30px;
}

.wysiwyg-new__gif {
  display: table;
  margin: 0 auto;
  *zoom: 1;
  position: relative;
}

.wysiwyg-new__gif:before,
.wysiwyg-new__gif:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.wysiwyg-new__title {
  *zoom: 1;
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.5;
}

.wysiwyg-new__title:before,
.wysiwyg-new__title:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.wysiwyg-new__title_before {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.wysiwyg-new__title h1 {
  font-size: inherit;
}

.wysiwyg-new__title h2 {
  font-size: inherit;
}

.wysiwyg-new__title a {
  text-decoration: underline;
}

.wysiwyg-new__title p {
  margin-bottom: 0;
}

.wysiwyg-new__subtitle {
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 25px;
  position: relative;
}

.wysiwyg-new__subtitle h1 {
  font-size: inherit;
}

.wysiwyg-new__subtitle h2 {
  font-size: inherit;
}

.wysiwyg-new__subtitle a {
  text-decoration: underline;
}

.wysiwyg-new__txt {
  overflow-x: auto;
  *zoom: 1;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
  margin-bottom: 30px;
}

.wysiwyg-new__txt:before,
.wysiwyg-new__txt:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.wysiwyg-new__txt_16 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.wysiwyg-new__txt a:hover {
  text-decoration: underline;
}

.wysiwyg-new__txt p:last-child {
  margin-bottom: 0;
}

.wysiwyg-new__txt_grey-block {
  background-color: #f0f2f5;
  padding: 30px 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.wysiwyg-new__txt_grey-block p:last-child {
  margin-bottom: 0;
}

.wysiwyg-new__txt_border-left {
  border-left: 5px solid;
  border-color: #aaaaaa;
  padding-left: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.wysiwyg-new__txt_border-left p:last-child {
  margin-bottom: 0;
}

.wysiwyg-new__txt_border-left ul {
  margin-bottom: 0;
}

.wysiwyg-new__txt_link {
  *zoom: 1;
  background-color: #f0f2f5;
  padding: 30px 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.wysiwyg-new__txt_link:before,
.wysiwyg-new__txt_link:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.wysiwyg-new__txt_link .wysiwyg-new__subtitle {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

.wysiwyg-new__txt_link p {
  position: relative;
  padding-left: 20px;
  color: #0088cc;
  margin-bottom: 10px;
  cursor: pointer;
}

.wysiwyg-new__txt_link p:last-child {
  margin-bottom: 0;
}

.wysiwyg-new__txt_link p:hover {
  text-decoration: underline;
}

.wysiwyg-new__txt_link p:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #aaaaaa;
}

.wysiwyg-new__txt_link .wysiwyg-new__subtitle {
  width: auto !important;
}

.wysiwyg-new .quotes p {
  margin-bottom: 0;
}

.wysiwyg-new__points {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  margin-top: 30px;
  margin-bottom: 30px;
}

.wysiwyg-new__quotes {
  margin-bottom: 30px;
}

.wysiwyg-new__quotes a {
  text-decoration: underline;
}

.wysiwyg-new__user {
  margin-bottom: 15px;
  *zoom: 1;
}

.wysiwyg-new__user:before,
.wysiwyg-new__user:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.wysiwyg-new-user__body {
  display: flex;
  align-items: center;
}

.wysiwyg-new-user__empty {
  margin-top: 25px;
  margin-left: 25px;
}

.wysiwyg-new-user-img {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.wysiwyg-new-user__img {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #e9e9e9;
  float: left;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: flex-start;
}

.wysiwyg-new-user__img a {
  text-decoration: underline;
}

.wysiwyg-new-user__obj {
  margin-left: 15px;
}

.wysiwyg-new-user__name {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.5;
}

.wysiwyg-new-user__name p {
  margin-bottom: 0;
}

.wysiwyg-new-user__name a {
  text-decoration: underline;
}

.wysiwyg-new-user__type {
  font-size: 18px;
  font-style: italic;
  line-height: 1.5;
}

.wysiwyg-new-user__type_font-normal {
  font-style: normal;
}

.wysiwyg-new-user__type a {
  text-decoration: underline;
}

.wysiwyg-new-user__type p {
  margin-bottom: 0;
}

.wysiwyg-new-user__txt {
  font-size: 18px;
  line-height: 1.5;
}

.wysiwyg-new-user__txt ol li,
.wysiwyg-new-user__txt ul li {
  font-size: 18px;
}

.wysiwyg-new-user__txt ul li:before {
  top: 14px;
}

.wysiwyg-new-user__txt a {
  text-decoration: underline;
}

.wysiwyg-new__video {
  *zoom: 1;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  border-radius: 10px;
}

.wysiwyg-new__video:before,
.wysiwyg-new__video:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.wysiwyg-new__video:hover .wysiwyg-new__play {
  display: block;
}

.wysiwyg-new__video_active:hover .wysiwyg-new__play {
  display: none;
}

.wysiwyg-new__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1px;
}

.wysiwyg-new__video img {
  width: 100%;
  height: auto;
}

.wysiwyg-new__play {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-top: 15px;
  padding-left: 20px;
}

.wysiwyg-new__photo {
  margin-bottom: 30px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.wysiwyg-new__photo .wysiwyg-new__photo-txt p:first-child {
  margin-bottom: 15px;
}

.wysiwyg-new__photo .wysiwyg-new__photo-txt a {
  text-decoration: underline;
  color: #ffffff;
}

.wysiwyg-new__photo .wysiwyg-new__photo-txt li:before {
  background-color: #ffffff;
}

.wysiwyg-new__photo a {
  text-decoration: underline;
}

.wysiwyg-new__photo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.wysiwyg-new__photo-txt {
  padding: 100px;
  position: relative;
  color: #ffffff;
}

.wysiwyg-new__photo-txt p {
  font-size: 25px;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
}

.wysiwyg-new__photo-txt:last-child p {
  margin-bottom: 0;
}

.wysiwyg-new__photo-gallery {
  margin-bottom: 30px;
  *zoom: 1;
}

.wysiwyg-new__photo-gallery:before,
.wysiwyg-new__photo-gallery:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.wysiwyg-new .edit-news-body-txt-grey {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
  border-bottom: 1px dashed;
  border-color: #aaaaaa;
  padding-bottom: 20px;
  padding-top: 15px;
  text-align: center;
  line-height: 1.5;
}

.wysiwyg-new .edit-load-foto__add {
  display: table;
  margin: 5px auto 0;
}

.wysiwyg-new table {
  height: auto !important;
}

.wysiwyg-new table td {
  padding: 5px 5px;
  border: 1px solid lightgray;
}

.wysiwyg-new table th {
  padding: 5px 5px;
  border: 1px solid lightgray;
  background: #f0f2f5;
}

.wysiwyg-new table p {
  padding-left: 0;
  padding-right: 0;
}

.wysiwyg_pro .wysiwyg-new__subtitle {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.wysiwyg_pro .wysiwyg-new__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.wysiwyg_pro .wysiwyg-new__user {
  margin-top: 35px;
}

.wysiwyg_pro .wysiwyg-new-user_type {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.wysiwyg_pro .wysiwyg-new-user__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.wysiwyg_pro .wysiwyg-new-user ol li,
.wysiwyg_pro .wysiwyg-new-user ul li {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.wysiwyg_pro .wysiwyg-new-user ul li:before {
  top: 12px;
}

.wysiwyg_pro .wysiwyg-new ol li,
.wysiwyg_pro .wysiwyg-new ul li {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.wysiwyg_pro .wysiwyg-new ul li:before {
  top: 12px;
}

.social__body {
  height: 46px;
  font-size: 0;
  *zoom: 1;
  z-index: 15;
}

.social__body:before,
.social__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.social__btn {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

.social__btn_load {
  display: none;
}

.social__icon {
  float: left;
}

.social__icon .uptl_toolbar.uptl_toolbar_share ul.horizontal li .sn-icon {
  margin-right: 5px !important;
}

.social .horizontal {
  display: table !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.icon_rotate180 {
  transform: rotate(180deg);
}

.icon_rotate90 {
  transform: rotate(90deg);
}

.icon_rotate270 {
  transform: rotate(270deg);
}

.icon_rotate225 {
  transform: rotate(225deg);
}

.icon_rotate45 {
  transform: rotate(45deg);
}

.icon_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-hide {
  display: none;
}

.icon_left {
  float: left;
  margin-right: 5px;
}

.icon_right {
  float: right;
  margin-left: 5px;
}

.icon .icon-norm {
  display: block;
}

.icon .icon-hover {
  display: none;
}

.icon-active {
  display: none;
}

.icon-change {
  cursor: pointer;
  font-size: 0;
}

.icon-change .icon-hover {
  display: none;
}

.icon-change .icon-active {
  display: none;
}

.icon-change:hover .icon-norm {
  display: none;
}

.icon-change:hover .icon-hover {
  display: block;
}

.icon-change:hover .icon-active {
  display: none;
}

.icon-change_active .icon-norm {
  display: none;
}

.icon-change_active .icon-hover {
  display: none;
}

.icon-change_active .icon-active {
  display: block;
}

.icon_active .icon-norm {
  display: none;
}

.icon_active .icon-hover {
  display: none;
}

.icon_active .icon-active {
  display: block;
}

.icon_active:hover .icon-norm {
  display: none;
}

.icon_active:hover .icon-hover {
  display: none;
}

.icon_active:hover .icon-active {
  display: block;
}

.icon_active:active .icon-norm {
  display: none;
}

.icon_active:active .icon-hover {
  display: none;
}

.icon_active:active .icon-active {
  display: block;
}

.icon_on .icon-norm {
  display: none;
}

.icon_on .icon-hover {
  display: block;
}

.icon[disabled] {
  cursor: default;
  font-size: 0;
}

.icon[disabled] .icon-norm {
  display: block;
}

.icon[disabled] .icon-hover {
  display: none;
}

.statistics {
  *zoom: 1;
  display: table;
}

.statistics_load {
  display: none;
}

.statistics:before,
.statistics:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.statistics__item {
  margin-right: 15px;
  float: left;
}

.statistics__item_no-active:hover {
  cursor: default;
}

.statistics__item_no-active:hover .statistics__value {
  text-decoration: none;
}

.statistics__item:last-child {
  margin-right: 0;
}

.statistics__item_fin {
  margin-top: -2px;
}

.statistics__item_fin .statistics__value {
  line-height: 1.8;
}

.statistics-img {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.statistics__img {
  float: left;
  margin-right: 10px;
}

.statistics__icon {
  float: left;
  margin-right: 5px;
  font-size: 0;
}

.statistics__value {
  float: left;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.5;
  user-select: none;
}

.statistics__value_user {
  color: #000000;
}

.statistics__txt {
  margin-left: 5px;
  user-select: none;
}

.statistics_grey .statistics__value {
  color: #aaaaaa;
}

.statistics_grey .statistics__value_user {
  color: #000000;
}

.statistics_grey .b__title-edit .txt {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.5;
}

.statistics_blue .statistics__value {
  color: #00b4f0;
  line-height: 1.2;
}

.statistics_blue .statistics__value_user {
  color: #00b4f0;
}

.statistics_blue .statistics__value {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.5;
}

.statistics_white .statistics__value {
  color: #ffffff;
}

.third__body {
  *zoom: 1;
}

.third__body:before,
.third__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.third__item {
  width: 32%;
  float: left;
}

.third__item:nth-child(1) {
  margin-right: 1%;
}

.third__item:nth-child(3) {
  margin-left: 1%;
}

.third__item:nth-child(2) {
  margin-right: 1%;
  margin-left: 1%;
}

.link-green {
  color: #1ea01e;
  cursor: pointer;
}

.link-green:hover {
  text-decoration: underline;
}

.link-blue {
  color: #0088cc;
  cursor: pointer;
}

.link-blue:hover {
  text-decoration: underline;
}

.link-purple {
  color: #6e5096;
  cursor: pointer;
}

.link-purple:hover {
  text-decoration: underline;
}

.link-red {
  color: #FF4545;
  cursor: pointer;
}

.link-red:hover {
  text-decoration: underline;
}

.link-color {
  cursor: pointer;
}

.link-color:hover {
  text-decoration: underline;
}

.glob-link {
  color: #0088cc;
}

.glob-link:hover {
  text-decoration: underline;
}

.glob-link_dashed {
  text-decoration: none;
  border-bottom: 1px transparent dashed;
}

.glob-link_dashed:hover {
  text-decoration: none;
  border-color: #0088cc;
}

.glob-link_light-blue {
  color: #3f9acf;
}

.glob-link_dib {
  display: inline-block;
}

.glob-link_white {
  color: #fff;
}

.glob-link_black {
  color: #000;
}

.glob-link_red {
  color: #ff0000;
}

.local-link__txt {
  position: relative;
}

.local-link:hover .local-link__txt::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 1px;
  border-bottom: 1px dashed;
  border-color: inherit;
  height: 1px;
  width: 100%;
}

.breadcrumbs_new {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 32px;
  position: relative;
  margin-top: 10px;
  z-index: 1;
  *zoom: 1;
}

.breadcrumbs_new:before,
.breadcrumbs_new:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.breadcrumbs_new li {
  margin-right: 4px;
  float: left;
}

.breadcrumbs_new li:after {
  content: "\20\2192\20";
  color: inherit;
}

.breadcrumbs_new li.last:after {
  content: '';
}

.breadcrumbs_new-white li:after {
  color: #fff;
}

.breadcrumbs_new-blue li:after {
  color: #0088cc;
}

.breadcrumbs_new-black li:after {
  color: #000;
}

.breadcrumbs_new-fs14 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.list {
  /*новый блок для различных списков*/
}

.list-num_edit {
  margin-top: 30px;
}

.list-num > ol li:last-child {
  margin-bottom: 0;
}

.list-num li {
  list-style-type: none;
  position: relative;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.6em;
}

.list-num li span {
  margin-left: 30px;
  display: inline-block;
}

.list-num ol {
  counter-reset: list1;
}

.list-num ol li:before {
  counter-increment: list1;
  content: counter(list1);
  position: absolute;
}

.list-num ol li ol {
  margin-top: 10px;
}

.list-num ol ol {
  counter-reset: list2;
  margin-left: 30px;
}

.list-num ol ol li:before {
  counter-increment: list2;
  content: counter(list1) "." counter(list2);
  margin-right: 5px;
}

.list-num__link:before {
  width: 20px;
  background-color: #ffffff;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1;
  padding-top: 4px;
  padding-bottom: 3px;
  border-radius: 100%;
  top: 2px;
}

.list-num__title {
  margin-bottom: 15px;
}

.list-num-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  user-select: none;
  font-weight: bold;
}

.list-num_plan {
  margin-top: 7px;
}

.list-num_plan .list-num__link:before {
  background-color: #f0f2f5;
}

.list-num_plan .list-num__link > span {
  color: #0088cc;
}

.list-num .list-num__link_filled:before {
  background-color: #0088cc;
  color: #ffffff;
}

.list-num .list-num__link_active:before {
  background-color: #0088cc;
  color: #ffffff;
}

.list-num .list-num__link_active > span a {
  color: #000000;
  font-weight: 500;
}

.list__body {
  display: flex;
}

.list__body_row {
  flex-direction: row;
}

.list__body_col {
  flex-direction: column;
}

.list-item {
  display: flex;
  align-items: center;
}

.list-item_flex-top {
  align-items: flex-start;
}

.list-item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.list-item__icon img {
  width: 100%;
}

.list-item__icon_w16 {
  width: 16px;
}

.list-item__icon_w17 {
  width: 17px;
}

.list-item__icon_w20 {
  width: 20px;
}

.list-item__icon_w30 {
  width: 30px;
}

.list-item__icon_h22 {
  height: 22px;
}

.list-item__icon_circle-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #dadad9;
  overflow: hidden;
}

.list-item__icon_circle-bor {
  width: 10px;
  height: 10px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
}

.list-item__icon_green-bor {
  border-color: #1ea01e;
}

.list-item__icon_orange-bor {
  border-color: #fa971e;
}

.list-item__icon_red-bor {
  border-color: #ff0000;
}

.list-item__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  display: inline-block;
  flex-shrink: 1;
}

.list-item__txt_b {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
}

.list-item__txt_left {
  margin-right: 10px;
}

.list-item__txt_right {
  margin-left: 10px;
}

.list-item__txt_right-5 {
  margin-left: 5px;
}

.list-item__txt_right-15 {
  margin-left: 15px;
}

.list-item__txt_right-20 {
  margin-left: 20px;
}

.list-item__txt h3 {
  font-size: 16px;
}

.list-item.glob-link:hover {
  text-decoration: none;
}

.load-photo {
  width: 100%;
}

.load-photo__wrap {
  position: relative;
  width: inherit;
  height: inherit;
}

.load-photo__close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  display: none;
}

.load-photo__body {
  width: inherit;
  height: inherit;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  cursor: pointer;
  overflow: hidden;
}

.load-photo__body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: 100%;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0.3);
  border: 2px dashed;
  box-sizing: border-box;
}

.load-photo__body:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-sizing: border-box;
  z-index: 10;
}

.load-photo__img {
  width: inherit;
  height: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}

.load-photo-img {
  width: inherit;
  height: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}

.load-photo__input {
  display: none;
}

.load-photo__info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

.load-photo__load {
  display: none;
}

.load-photo__drag {
  display: none;
}

.load-photo__btn {
  font-size: 0;
}

.load-photo__txt {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
}

.load-photo_circle .load-photo__body {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.load-photo_empty {
  height: 200px;
}

.load-photo_empty .load-photo__body:before {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: #aaaaaa;
}

.load-photo_empty-no-parent .load-photo__body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.load-photo_load {
  height: auto;
}

.load-photo_load .load-photo__body:before {
  content: none;
}

.load-photo_load .load-photo__empty {
  display: none;
}

.load-photo_load .load-photo__txt {
  color: #ffffff;
}

.load-photo_load .load-photo__body {
  border-color: transparent;
}

.load-photo_load .load-photo__close {
  display: block;
}

.load-photo_load .load-photo__body:hover .load-photo__load {
  display: block;
}

.load-photo_load .load-photo__body:hover:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  border-color: #ffffff;
}

.load-photo_drag {
  height: auto;
}

.load-photo_drag .load-photo__body .load-photo__empty {
  display: none;
}

.load-photo_drag .load-photo__body .load-photo__load {
  display: none;
}

.load-photo_drag .load-photo__body .load-photo__drag {
  display: block;
}

.load-photo_drag .load-photo__body .load-photo__drag .load-photo__txt {
  color: #aaaaaa;
}

.load-photo_drag .load-photo__body:before {
  content: "";
  background-color: #f0f2f5;
  border-color: #aaaaaa !important;
}

.load-photo_drag .pers-head_load-photo-body {
  background-color: #aaaaaa;
}

.load-photo_white .load-photo__body:before {
  border-color: #ffffff;
}

.load-photo_white .load-photo__body:hover .btn-body {
  background-color: rgba(255, 255, 255, 0.2);
}

.load-photo_white .load-photo__txt {
  color: #ffffff;
}

.load-photo_head-pers {
  width: inherit;
  height: inherit;
}

.load-file input {
  display: none;
}

.widget_add {
  overflow: hidden;
  width: 110px;
  -webkit-transition: .3s;
  white-space: nowrap;
  *zoom: 1;
}

.widget_add:before,
.widget_add:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.widget_add:hover {
  width: 100%;
}

.widget-txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}

.widget_icon {
  opacity: .4;
  padding-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.widget__item {
  display: inline-block;
  margin-right: 15px;
  color: #aaaaaa;
  cursor: pointer;
  font-size: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.widget__item:hover {
  color: #a9a9a9;
}

.widget__item:hover .icon {
  opacity: 1;
}

.widget_vertical .widget_icon {
  margin-right: 0;
}

.widget_vertical .widget__item {
  display: block;
  margin-right: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.widget_active {
  width: 100%;
}

.edit-boss {
  padding-bottom: 30px;
}

.edit-boss_head {
  padding-top: 30px;
}

.edit-boss__side-bar {
  float: left;
  width: 320px;
  padding-right: 40px;
}

.edit-boss__body {
  width: 880px;
  margin-left: 320px;
}

.edit-boss__body_article {
  margin: 0 auto;
}

.edit-boss__obj {
  margin-bottom: 20px;
}

.edit-boss__obj_last {
  margin-bottom: 0;
}

.edit-boss__head {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.edit-boss__head_bot-dashed {
  border-bottom: 1px dashed;
  border-color: #aaaaaa;
}

.edit-boss__title {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.edit-boss__title_uppercase {
  text-transform: uppercase;
}

.edit-boss__title_head {
  font-size: 40px;
  line-height: 1.2;
  font-weight: normal;
}

.edit-boss__data {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px;
  display: table;
  width: 100%;
}

.edit-boss__data_stat {
  height: 260px;
}

.edit-boss__data_head {
  padding-top: 25px;
  padding-bottom: 25px;
}

.edit-boss-stat__item {
  display: table;
  width: 100%;
  margin-bottom: 7px;
}

.edit-boss-stat__item_last {
  margin-bottom: 0;
}

.edit-boss-stat__left {
  float: left;
}

.edit-boss-stat__right {
  float: right;
}

.edit-boss-stat__txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.edit-boss-stat__txt35 {
  font-size: 35px;
  display: block;
  margin-bottom: 15px;
}

.edit-boss-stat__block-txt {
  margin-bottom: 20px;
}

.edit-boss-plan__item {
  *zoom: 1;
  width: 100%;
  margin-bottom: 5px;
  color: #aaaaaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
}

.edit-boss-plan__item:before,
.edit-boss-plan__item:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.edit-boss-plan__item:hover {
  background-color: #f0f2f5;
}

.edit-boss-plan__item_head {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
  border-color: #aaaaaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.edit-boss-plan__item_head:hover {
  background-color: transparent;
}

.edit-boss-plan__item_btn {
  margin-top: 20px;
}

.edit-boss-plan__item_btn:hover {
  background-color: transparent;
}

.edit-boss-plan__item_last {
  margin-bottom: 0;
}

.edit-boss-plan__name {
  float: left;
  width: 50%;
}

.edit-boss-plan__info {
  float: right;
}

.edit-boss-plan__obj {
  width: 60px;
  float: left;
}

.edit-boss-plan__obj_view {
  width: 90px;
}

.edit-boss-plan__obj_icon {
  font-size: 0;
}

.edit-boss-plan__txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.edit-boss-plan__txt_link {
  color: #0088cc;
}

.edit-boss-comment__item {
  color: #aaaaaa;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.edit-boss-comment__item_btn {
  margin-top: 20px;
}

.edit-boss-comment__item_last {
  margin-bottom: 0;
}

.edit-boss-comment__data {
  margin-right: 160px;
}

.edit-boss-comment__date {
  width: 160px;
  float: right;
}

.edit-boss-comment__title {
  margin-bottom: 10px;
  padding-right: 30px;
}

.edit-boss-comment__txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.edit-boss_textarea {
  height: 130px;
}

.edit-boss__photo-logo {
  float: left;
}

.edit-boss_form-input {
  width: 310px;
}

.edit-boss_form-head {
  margin-top: 15px;
}

.edit-boss_group-btn {
  margin-top: 30px;
}

.edit-boss__widget {
  margin-bottom: 20px;
  display: table;
  width: 100%;
}

.edit-boss__widget_last {
  margin-bottom: 0;
}

.edit-boss_form {
  display: table;
  width: 100%;
  margin-top: 20px;
}

.edit-boss__img {
  display: table;
  margin-bottom: 20px;
}

.edit-boss__img img {
  width: 100%;
}

.edit-boss_imgMin380 {
  height: 200px;
}

.edit-load__block {
  width: 50%;
  float: left;
}

.edit-load__block_right {
  padding-left: 20px;
}

.edit-load-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

.edit-load-txt_grey {
  color: #aaaaaa;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.edit-picture_full {
  width: 100%;
}

.edit-picture_big img {
  width: 100%;
}

.edit-picture_original img {
  width: auto;
  max-width: 100%;
}

.edit-boss_load-photo-wrap {
  min-height: 220px;
}

.edit-boss_load-photo-indent {
  margin-right: 60px;
  float: left;
}

.edit-boss_load-photo-logo {
  width: 200px;
  height: 150px;
}

.edit-boss_load-photo-logo-txt {
  line-height: 1;
  font-size: 14px;
  margin-bottom: 10px;
}

.edit-new {
  *zoom: 1;
  /*для плавного исчезновения кнопок edit-new*/
  /*правим редактор под pro стили*/
}

.edit-new:before,
.edit-new:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.edit-new h1 {
  color: inherit;
}

.edit-new button {
  outline: none;
}

.edit-new textarea {
  font-family: PT Sans, Arial;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  *zoom: 1;
}

.edit-new .edit-new-head__title {
  margin-bottom: 30px;
  font-size: 55px;
  line-height: 1.2;
  font-weight: normal;
}

.edit-new .cke_focus {
  overflow: hidden;
}

.edit-new .cke_editable:focus {
  box-shadow: none;
}

.edit-new .e-gallery .form__group {
  margin-top: 10px;
}

.edit-new__subtitle {
  font-size: 25px;
  line-height: 1.5;
}

.edit-new__subtitle a {
  text-decoration: underline;
}

.edit-new__obj {
  margin-bottom: 20px;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  *zoom: 1;
}

.edit-new__obj h3 {
  font-weight: 100;
  margin-bottom: 15px;
}

.edit-new__obj b {
  font-weight: 700;
}

.edit-new__obj ol:not(.select2-selection__rendered) {
  margin-bottom: 15px;
  list-style-type: none;
  counter-reset: num;
}

.edit-new__obj ol:not(.select2-selection__rendered) li {
  padding-left: 14px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.5;
}

.edit-new__obj ol:not(.select2-selection__rendered) li:before {
  content: counter(num) '. ';
  counter-increment: num;
  padding-right: 8px;
  color: #aaaaaa;
}

.edit-new__obj ol:not(.select2-selection__rendered) li p {
  margin-left: 8px;
  display: inline;
}

.edit-new__obj ul:not(.select2-selection__rendered) {
  margin-bottom: 15px;
}

.edit-new__obj ul:not(.select2-selection__rendered) li {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.5;
}

.edit-new__obj ul:not(.select2-selection__rendered) li:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 16px;
  left: -5px;
  margin-top: -5px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #aaaaaa;
}

.edit-new__obj table {
  width: 100% !important;
  margin-bottom: 15px;
  border: 0;
  border-color: #000000;
}

.edit-new__obj table p {
  word-break: normal;
  padding-left: 5px;
  padding-right: 5px;
}

.edit-new__obj strong {
  font-weight: bold;
}

.edit-new__obj:before,
.edit-new__obj:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.edit-new__obj_btn {
  margin-top: 30px;
}

.edit-new__bottom-dashed {
  *zoom: 1;
  border-bottom: 2px dashed;
  border-color: #aaaaaa;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #aaaaaa;
}

.edit-new__bottom-dashed:before,
.edit-new__bottom-dashed:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.edit-new__bottom-line {
  *zoom: 1;
  border-bottom: 2px solid;
  border-color: #aaaaaa;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #aaaaaa;
}

.edit-new__bottom-line:before,
.edit-new__bottom-line:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.edit-new__txt {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
}

.edit-new__txt a {
  text-decoration: underline;
}

.edit-new__txt p {
  margin-bottom: 15px;
}

.edit-new__txt p:last-child {
  margin-bottom: 0;
}

.edit-new__txt:last-child {
  margin-bottom: 0;
}

.edit-new__txt_grey-block {
  background-color: #f0f2f5;
  padding: 35px 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.edit-new__txt_border-left {
  border-left: 5px solid;
  border-color: #aaaaaa;
  padding-left: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.edit-new__txt_link {
  background-color: #f0f2f5;
  padding: 35px 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.edit-new__txt_link .wysiwyg-new__subtitle {
  margin-bottom: 20px;
  text-align: center;
}

.edit-new__txt_link a {
  text-decoration: underline;
}

.edit-new__txt_link p {
  position: relative;
  padding-left: 20px;
  color: #0088cc;
  margin-bottom: 10px;
  cursor: pointer;
}

.edit-new__txt_link p:last-child {
  margin-bottom: 0;
}

.edit-new__txt_link p:hover {
  text-decoration: underline;
}

.edit-new__txt_link p:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #aaaaaa;
}

.edit-new-constructor__body {
  *zoom: 1;
  padding-left: 80px;
  margin-bottom: 25px;
  margin-top: 50px;
}

.edit-new-constructor__body:before,
.edit-new-constructor__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.edit-new-constructor__icon {
  float: left;
  margin-top: 15px;
}

.edit-new-constructor__obj {
  margin-left: 80px;
}

.edit-new-constructor__title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 5px;
  color: #aaaaaa;
}

.edit-new-constructor__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
}

.edit-new__points {
  display: table;
  margin: 30px auto;
  *zoom: 1;
}

.edit-new__points:before,
.edit-new__points:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.edit-new__quotes a {
  text-decoration: underline;
}

.edit-new__quotes .quotes-img {
  width: 100%;
}

.edit-new__point {
  float: left;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #aaaaaa;
  margin-left: 15px;
}

.edit-new__point:first-child {
  margin-left: 0;
}

.edit-new-user-img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.edit-new-user__img {
  float: left;
  position: relative;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #e9e9e9;
}

.edit-new-user__img img {
  width: 100%;
}

.edit-new-user__img:hover .edit-new-user__add {
  display: block;
}

.edit-new-user__img_download .edit-new-user__add,
.edit-new-user__img_download .edit-new-user__icon {
  display: none;
}

.edit-new-user__img_download:hover .edit-new-user__add {
  background: rgba(0, 0, 0, 0.3);
}

.edit-new-user__img_download:hover .edit-new-user__add,
.edit-new-user__img_download:hover .edit-new-user__icon_download {
  display: block;
}

.edit-new-user__add {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 0;
  cursor: pointer;
}

.edit-new-user__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.edit-new-user__icon_download {
  display: none;
}

.edit-new-user__obj {
  margin-left: 90px;
  padding-top: 5px;
}

.edit-new-user__name {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 5px;
}

.edit-new-user__name a {
  text-decoration: underline;
}

.edit-new-user__type {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  font-style: italic;
}

.edit-new-user__type a {
  text-decoration: underline;
}

.edit-new-user__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 20px;
}

.edit-new-user__txt p {
  margin-bottom: 15px;
}

.edit-new-user__txt p:last-child {
  margin-bottom: 0;
}

.edit-new-user__txt a {
  text-decoration: underline;
}

.edit-new-video {
  *zoom: 1;
}

.edit-new-video__body {
  display: table;
  margin: 0 auto 30px;
}

.edit-new-video:before,
.edit-new-video:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.edit-new-gif__body {
  display: table;
  margin: 0 auto 30px;
}

.edit-new__photo-body {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #f0f2f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.edit-new__photo-body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.edit-new__photo_download .edit-new__photo-txt {
  color: #ffffff;
}

.edit-new__photo_download .edit-new__btn {
  display: none;
}

.edit-new__photo_download .edit-new__btn_download {
  display: block;
}

.edit-new__photo_download .edit-new__photo-body:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.edit-new__photo_drop .load-photo__input {
  z-index: 100;
}

.edit-new__photo_drop .edit-new__btn,
.edit-new__photo_drop .btn-big {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.edit-new__photo_drop .btn-body {
  display: none;
}

.edit-new__photo_drop .edit-new__photo-add {
  display: block;
}

.edit-new__photo-txt {
  font-size: 25px;
  line-height: 1.5;
  padding: 100px 100px 140px;
  text-align: center;
  position: relative;
}

.edit-new__photo-txt a {
  text-decoration: underline;
}

.edit-new__photo-add {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #e9e9e9;
  cursor: pointer;
}

.edit-new__photo-add:before {
  content: "";
  border: 1px dashed;
  border-color: #aaaaaa;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.edit-new__photo-add-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
}

.edit-new__photo-add-txt a {
  text-decoration: underline;
}

.edit-new__btn {
  font-size: 0;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
}

.edit-new__btn_download {
  display: none;
}

.edit-new__head {
  background-color: #f0f2f5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.edit-new__head_load {
  position: relative;
  background-image: url("/img/boss-photo.jpg");
}

.edit-new__head_load:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.edit-new__head_load .edit-new-head__body {
  position: relative;
  z-index: 10;
}

.edit-new__head_load .breadcrumbs__link {
  color: #ffffff;
}

.edit-new__head_load .breadcrumbs__link:after {
  background-color: #ffffff;
  color: #ffffff;
}

.edit-new__head_load .statistics__value {
  color: #ffffff;
}

.edit-new__head_load .edit-new_statistics-icon {
  display: block;
}

.edit-new__head_load .edit-new-head__record-creation {
  color: #ffffff;
}

.edit-new__head_load .edit-new-head__title {
  color: #ffffff;
}

.edit-new__head_load .social__btn {
  display: none;
}

.edit-new__head_load .edit-new-head__btn {
  display: none;
}

.edit-new__head_load .edit-new-head__btn_load {
  display: table;
}

.edit-new__head_load .social_load {
  display: none;
}

.edit-new__head_load .social_load_load {
  display: table;
}

.edit-new__head .edit-new__btn-redact {
  bottom: 0;
}

.edit-new-head__body {
  padding: 40px 0;
  text-align: center;
}

.edit-new-head__breadcrumbs {
  *zoom: 1;
  margin-bottom: 30px;
  display: inline-block;
}

.edit-new-head__breadcrumbs:before,
.edit-new-head__breadcrumbs:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.edit-new-head__statistics {
  display: table;
  margin: 0 auto 10px;
}

.edit-new-head__record-creation {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.edit-new-head__btn {
  font-size: 0;
  display: table;
  margin: 0 auto;
}

.edit-new-head__btn_load {
  display: none;
}

.edit-new-head__btn-item {
  float: left;
  margin-right: 15px;
}

.edit-new-head__btn-item:last-child {
  margin-right: 0;
}

.edit-new-head__social {
  display: table;
  margin: 0 auto;
}

.edit-new__body a {
  text-decoration: none;
  color: #0088cc;
}

.edit-new__body a:focus {
  outline: none;
}

.edit-new__body_correction {
  width: 850px;
  margin: 30px auto;
}

.edit-new__body_article {
  width: 850px;
  margin: 30px auto;
}

.edit-new__body_blog .edit-new-correction__body {
  width: 810px;
  margin: 15px auto;
}

.edit-new__body_blog .portlet-placeholder,
.edit-new__body_blog .edit-new__item,
.edit-new__body_blog .edit-new__switch {
  width: 850px;
  margin: 0 auto;
}

.edit-new__body_blog .edit-new__border {
  width: 852px;
  margin: 0 auto;
}

.edit-new__body_blog .edit-new__switch_save {
  margin-top: 30px;
}

.edit-new__title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.5;
}

.edit-new__title a {
  text-decoration: underline;
}

.edit-new-correction__body {
  *zoom: 1;
  font-size: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  opacity: 0;
  z-index: -1;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.edit-new-correction__body:before,
.edit-new-correction__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.edit-new-correction__add {
  float: left;
}

.edit-new-correction__obj {
  float: right;
}

.edit-new-correction__item {
  float: left;
  margin-left: 5px;
}

.edit-new-correction__icon {
  float: left;
}

.edit-new-correction .edit-new-correction__txt {
  margin-left: 25px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
}

.edit-new__item {
  *zoom: 1;
  padding: 0 20px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.edit-new__item:before,
.edit-new__item:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.edit-new__item ol:not(.select2-selection__rendered) {
  margin-bottom: 15px;
  list-style-type: none;
  counter-reset: num;
}

.edit-new__item ol:not(.select2-selection__rendered) li {
  padding-left: 14px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.5;
}

.edit-new__item ol:not(.select2-selection__rendered) li:before {
  content: counter(num) '. ';
  counter-increment: num;
  padding-right: 8px;
  color: #aaaaaa;
}

.edit-new__item ol:not(.select2-selection__rendered) li p {
  margin-left: 8px;
  display: inline;
}

.edit-new__item ul:not(.select2-selection__rendered) {
  margin-bottom: 15px;
}

.edit-new__item ul:not(.select2-selection__rendered) li {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.5;
}

.edit-new__item ul:not(.select2-selection__rendered) li:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 16px;
  left: -5px;
  margin-top: -5px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #aaaaaa;
}

.edit-new__item:hover .edit-new-add__body {
  z-index: 1;
  opacity: 1;
}

.edit-new__item:hover .edit-new-correction__body {
  z-index: 1;
  opacity: 1;
}

.edit-new-width__body {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 20px;
}

.edit-new-width__item {
  float: left;
  margin-right: 15px;
}

.edit-new-width__item:last-child {
  margin-right: 0;
}

.edit-new-width__icon {
  font-size: 0;
}

.edit-new-add__body {
  position: relative;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.edit-new-add__line {
  border-top: 2px dashed;
  border-color: #e9e9e9;
  margin-top: 14px;
  padding-bottom: 14px;
}

.edit-new-add__icon {
  width: 30px;
  height: 30px;
  border: 2px solid;
  border-color: #e9e9e9;
  padding-top: 8px;
  padding-left: 8px;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  font-size: 0;
}

.edit-new-add__icon:hover {
  background-color: #e9e9e9;
}

.edit-new-user-img {
  width: 70px;
  height: 70px;
}

.edit-new-user__img {
  float: left;
}

.edit-new-user__img img {
  width: 100%;
}

.edit-new-user__obj {
  margin-left: 90px;
  padding-top: 5px;
}

.edit-new-user__name {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 5px;
}

.edit-new-user__type {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  font-style: italic;
}

.edit-new-user__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 20px;
}

.edit-new-links__obj {
  padding: 30px 100px 30px 75px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f0f2f5;
}

.edit-new-links__title {
  font-size: 25px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

.edit-new-links__item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px dashed;
  border-color: #aaaaaa;
}

.edit-new-links__item_last {
  border-color: transparent;
  padding-bottom: 0;
}

.edit-new-links__add {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.edit-new-popup__obj {
  width: 820px;
  padding: 30px 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  background-color: #ffffff;
  /*центрирование блока*/
  margin: 0 auto;
}

.edit-new-popup .edit-new-popup__title {
  margin-bottom: 20px;
}

.edit-new-popup__title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
}

.edit-new-popup__body {
  *zoom: 1;
}

.edit-new-popup__body:before,
.edit-new-popup__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.edit-new-popup .edit-new-popup__class {
  margin-bottom: 10px;
}

.edit-new-popup__class {
  font-size: 13px;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
  color: #aaaaaa;
}

.edit-new-popup .edit-new-popup__correction {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.edit-new-popup__txt {
  cursor: pointer;
}

.edit-new-popup__txt:hover {
  color: #0088cc;
  text-decoration: underline;
}

.edit-new-popup__item {
  width: 29.5%;
  float: left;
  padding-right: 20px;
}

.edit-new-popup__item_issue {
  width: 300px;
  padding-right: 0;
}

.edit-new-popup__img img {
  width: 100%;
}

.edit-new__switch {
  margin-top: 20px;
}

.edit-new__switch_save {
  margin-top: 30px;
}

.edit-new__switch_full {
  position: absolute !important;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: calc(100% + 2px) !important;
}

.edit-new__switch_full .edit-new__button-body {
  display: flex;
  flex-wrap: wrap;
  height: 40px;
  border-top: 1px #c8c8c8 solid;
  border-bottom: 1px #c8c8c8 solid;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}

.edit-new__switch_full .edit-new__button-body .button {
  display: block;
  flex-grow: 1;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  border-radius: 0;
  border-left: 1px #c8c8c8 solid;
}

.edit-new__switch_full .edit-new__button-body .button:first-child {
  border-left: none;
}

.edit-new__switch_full .edit-new__button-body .button:first-child .icon {
  margin-top: 1px;
}

.edit-new_statistics-icon {
  display: none;
}

.edit-new__line {
  background-color: #f0f2f5;
  height: 20px;
  margin: 20px -20px;
}

.edit-new__video iframe {
  width: 100% !important;
  height: 445px;
}

.edit-new-quote__body {
  position: relative;
  width: 700px;
}

.edit-new-quote__body p {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
}

.edit-new-quote__txt {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}

.edit-new-quote__left,
.edit-new-quote__right {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  opacity: .5;
}

.edit-new-quote__left {
  background-image: url("data:image/svg+xml;charset=UTF-8,%EF%BB%BF%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_1_%22%20x%3D%224%22%20y%3D%222%22%20width%3D%2242%22%20height%3D%2246%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20d%3D%22M25.4%2C4.9c0.2-0.5%2C0.3-0.9%2C0.3-1.2c0-0.4-0.2-0.7-0.6-0.9c-0.3-0.3-0.9-0.5-1.6-0.6%0D%0A%09%09C22.7%2C2.1%2C21.8%2C2%2C20.6%2C2c-1%2C0-1.8%2C0-2.4%2C0.1c-0.6%2C0.1-1.1%2C0.2-1.5%2C0.3c-0.4%2C0.1-0.7%2C0.3-0.9%2C0.5c-0.2%2C0.2-0.4%2C0.5-0.6%2C0.8L4.8%2C22.1%0D%0A%09%09C4.3%2C23%2C4%2C23.8%2C4%2C24.6c0%2C0.8%2C0.2%2C1.6%2C0.6%2C2.3l11%2C19.3c0.2%2C0.3%2C0.4%2C0.6%2C0.6%2C0.8c0.2%2C0.2%2C0.5%2C0.4%2C0.9%2C0.5c0.4%2C0.1%2C0.9%2C0.2%2C1.5%2C0.3%0D%0A%09%09C19.2%2C48%2C20%2C48%2C20.9%2C48c1.2%2C0%2C2.2-0.1%2C2.9-0.2c0.7-0.1%2C1.2-0.3%2C1.6-0.6c0.3-0.2%2C0.5-0.6%2C0.5-0.9c0-0.4-0.1-0.8-0.3-1.2l-9.8-20.3%0D%0A%09%09L25.4%2C4.9z%20M35.8%2C24.7l9.3-18.8c0.2-0.5%2C0.3-0.9%2C0.3-1.2c0-0.3-0.2-0.6-0.6-0.8c-0.4-0.2-0.9-0.4-1.6-0.5c-0.7-0.1-1.7-0.2-2.9-0.2%0D%0A%09%09c-0.9%2C0-1.7%2C0-2.3%2C0.1c-0.6%2C0.1-1.1%2C0.1-1.4%2C0.3c-0.4%2C0.1-0.7%2C0.3-0.9%2C0.5c-0.2%2C0.2-0.4%2C0.5-0.6%2C0.8L25%2C22.2%0D%0A%09%09c-0.5%2C0.9-0.8%2C1.8-0.8%2C2.5c0%2C0.8%2C0.2%2C1.5%2C0.6%2C2.2l10.9%2C18.3c0.2%2C0.3%2C0.3%2C0.6%2C0.6%2C0.7c0.2%2C0.2%2C0.5%2C0.3%2C0.9%2C0.4%0D%0A%09%09c0.4%2C0.1%2C0.9%2C0.2%2C1.5%2C0.2c0.6%2C0%2C1.4%2C0.1%2C2.3%2C0.1c1.2%2C0%2C2.1-0.1%2C2.9-0.2c0.7-0.1%2C1.3-0.3%2C1.6-0.5c0.3-0.2%2C0.5-0.5%2C0.6-0.8%0D%0A%09%09c0-0.3%2C0-0.7-0.2-1.1L35.8%2C24.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
  left: 0;
}

.edit-new-quote__right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%EF%BB%BF%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Crect%20id%3D%22SVGID_3_%22%20x%3D%224%22%20y%3D%222%22%20width%3D%2242%22%20height%3D%2246%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_3_%22%20%20overflow%3D%22visible%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpath%20clip-path%3D%22url(%23SVGID_2_)%22%20d%3D%22M24.6%2C45.1c-0.2%2C0.5-0.3%2C0.9-0.3%2C1.2c0%2C0.4%2C0.2%2C0.7%2C0.6%2C0.9c0.3%2C0.3%2C0.9%2C0.5%2C1.6%2C0.6%0D%0A%09%09c0.7%2C0.1%2C1.7%2C0.2%2C2.9%2C0.2c1%2C0%2C1.8%2C0%2C2.4-0.1c0.6-0.1%2C1.1-0.2%2C1.5-0.3c0.4-0.1%2C0.7-0.3%2C0.9-0.5c0.2-0.2%2C0.4-0.5%2C0.6-0.8l10.4-18.4%0D%0A%09%09c0.5-0.9%2C0.8-1.7%2C0.8-2.5c0-0.8-0.2-1.6-0.6-2.3l-11-19.3c-0.2-0.3-0.4-0.6-0.6-0.8c-0.2-0.2-0.5-0.4-0.9-0.5%0D%0A%09%09c-0.4-0.1-0.9-0.2-1.5-0.3C30.8%2C2%2C30%2C2%2C29.1%2C2c-1.2%2C0-2.2%2C0.1-2.9%2C0.2c-0.7%2C0.1-1.2%2C0.3-1.6%2C0.6c-0.3%2C0.2-0.5%2C0.6-0.5%2C0.9%0D%0A%09%09c0%2C0.4%2C0.1%2C0.8%2C0.3%2C1.2l9.8%2C20.3L24.6%2C45.1z%20M14.2%2C25.3L4.9%2C44.1c-0.2%2C0.5-0.3%2C0.9-0.3%2C1.2c0%2C0.3%2C0.2%2C0.6%2C0.6%2C0.8%0D%0A%09%09c0.4%2C0.2%2C0.9%2C0.4%2C1.6%2C0.5c0.7%2C0.1%2C1.7%2C0.2%2C2.9%2C0.2c0.9%2C0%2C1.7%2C0%2C2.3-0.1c0.6-0.1%2C1.1-0.1%2C1.4-0.3c0.4-0.1%2C0.7-0.3%2C0.9-0.5%0D%0A%09%09c0.2-0.2%2C0.4-0.5%2C0.6-0.8L25%2C27.8c0.5-0.9%2C0.8-1.8%2C0.8-2.5c0-0.8-0.2-1.5-0.6-2.2L14.3%2C4.8C14.2%2C4.4%2C14%2C4.2%2C13.8%2C4%0D%0A%09%09c-0.2-0.2-0.5-0.3-0.9-0.4c-0.4-0.1-0.9-0.2-1.5-0.2C10.8%2C3.3%2C10%2C3.3%2C9%2C3.3c-1.2%2C0-2.1%2C0.1-2.9%2C0.2C5.4%2C3.5%2C4.9%2C3.7%2C4.6%2C3.9%0D%0A%09%09C4.2%2C4.1%2C4%2C4.4%2C4%2C4.7c0%2C0.3%2C0%2C0.7%2C0.2%2C1.1L14.2%2C25.3z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
  right: 0;
}

.edit-new__moderation-panel {
  *zoom: 1;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  padding: 10px 10px 0;
}

.edit-new__moderation-panel:before,
.edit-new__moderation-panel:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.edit-new__moderation-panel-text {
  margin-bottom: 10px;
  line-height: 28px;
  float: left;
}

.edit-new__moderation-panel-btn {
  *zoom: 1;
  float: right;
}

.edit-new__moderation-panel-btn:before,
.edit-new__moderation-panel-btn:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.edit-new__moderation-panel-btn .button {
  margin-left: 10px;
  margin-bottom: 10px;
  float: left;
}

.edit-new__border {
  position: relative;
  min-height: 190px;
  border: 1px #c8c8c8 solid;
  border-radius: 5px;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding-bottom: 40px;
}

.edit-new__mb-m1 {
  margin-bottom: -1px;
}

.edit-new_pro .edit-new__title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.5;
}

.edit-new_pro .edit-new__subtitle {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.edit-new_pro .edit-new__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.edit-new_pro .edit-new__txt ul:not(.select2-selection__rendered) li {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.edit-new_pro .edit-new__txt ol:not(.select2-selection__rendered) li {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.edit-new_pro .edit-new__user {
  margin-top: 35px;
}

.edit-new_pro .edit-new__user .edit-new-user__name {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.5;
}

.edit-new_pro .edit-new__user .edit-new-user__type {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.5;
}

.edit-new_pro .edit-new__user .edit-new-user__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.edit-new_pro .edit-new__links .edit-new-links__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.edit-new_pro .edit-new__links .edit-new-links__add {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.edit__title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 20px;
}

.edit__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

.edit__txt_last {
  margin-bottom: 0;
}

.edit__widget {
  margin-bottom: 20px;
}

.edit__widget_last {
  margin-bottom: 0;
}

.edit-widget__head {
  margin-bottom: 20px;
}

.edit-widget_add {
  margin-bottom: 20px;
}

.edit-widget__obj:hover .edit-widget__controller {
  opacity: 1;
}

.edit-widget__body_controller {
  margin-left: 30px;
}

.edit-widget__controller {
  float: left;
  opacity: 0;
}

.edit-widget-button {
  margin-top: 10px;
}

.edit-video__body {
  font-size: 0;
}

.edit-video__icon {
  float: left;
}

.edit-video__input {
  margin-left: 55px;
}

.edit-video__button {
  float: right;
}

.edit-docs__item {
  padding: 10px;
  margin-bottom: 5px;
  font-size: 0;
}

.edit-docs__item:hover {
  background-color: #f0f2f5;
}

.edit-docs__item:hover .edit-docs__delete {
  display: block;
}

.edit-docs__item_last {
  margin-bottom: 0;
}

.edit-docs__item_return {
  cursor: pointer;
}

.edit-docs__item_return:hover .edit-docs-txt_file {
  color: #0088cc;
}

.edit-docs__item_mini {
  position: relative;
}

.edit-docs__item_mini .edit-docs__data_info {
  width: calc(100% - 20px);
}

.edit-docs__item_mini .edit-docs__data_delete {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
}

.edit-docs__icon {
  width: 34px;
  height: 42px;
  float: left;
  overflow: hidden;
}

.edit-docs_icon {
  margin-top: -4px;
  margin-left: -8px;
}

.edit-docs__data {
  display: inline-block;
  vertical-align: middle;
}

.edit-docs__data_info {
  width: 45%;
  cursor: pointer;
}

.edit-docs__data_info:hover .edit-docs-txt_file {
  color: #0088cc;
}

.edit-docs__data_date {
  width: 35%;
}

.edit-docs__data_delete {
  width: 20%;
}

.edit-docs__block {
  margin-left: 50px;
}

.edit-docs__delete {
  display: none;
  cursor: pointer;
}

.edit-docs__txt {
  margin-bottom: 5px;
}

.edit-docs__txt_last {
  margin-bottom: 0;
}

.edit-docs__txt_return {
  margin-top: 12px;
}

.edit-docs-txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.edit-docs-txt_small-grey {
  font-size: 15px;
  color: #aaaaaa;
}

.edit-docs-txt_delete {
  display: inline-block;
}

.edit-docs-txt_return {
  margin-left: 10px;
}

.edit-load__photo {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.edit-load__photo img {
  width: 100%;
}

.edit-load__photo_big {
  height: 300px;
}

.edit-load__photo_empty {
  border: 2px dashed;
  border-color: #c8c8c8;
  cursor: pointer;
}

.edit-load__photo_album {
  height: 140px;
}

.edit-load-photo__add {
  *zoom: 1;
}

.edit-load-photo__add:before,
.edit-load-photo__add:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.edit-load-photo__add .added {
  background-color: #d2d2d2;
  cursor: pointer;
  position: relative;
}

.edit-load-photo__add .added:before {
  content: "\e635";
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  color: #bebebe;
}

.edit-load-photo-add__img {
  position: relative;
}

.edit-load-photo-add__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.edit-load-photo-add__img:hover:before {
  background-color: transparent;
  border: 3px solid;
  border-color: #000000;
  box-sizing: border-box;
  cursor: pointer;
}

.edit-load-photo-add__item {
  font-size: 0;
  float: left;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.edit-load-photo-add__item_add {
  background-color: #f0f2f5;
}

.edit-load-photo-add__item .icon {
  margin-top: 15px;
  margin-left: 14px;
}

.edit-load-photo-img {
  width: 50px;
  height: 50px;
}

.edit-load-photo__active {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}

.edit-load-icon-delete {
  top: 10px;
  right: 10px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
}

.edit-load__txt {
  margin-top: 5px;
}

.edit-load-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.edit-load__button {
  position: relative;
  top: 50%;
  margin-top: -25px;
}

.pagination {
  font-size: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  /*новая белая пагинация*/
}

.pagination__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
}

.pagination__item:first-child {
  margin-left: 0;
}

.pagination__item:last-child {
  margin-right: 0;
}

.pagination__item_disabled {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 8px;
  line-height: 1.2;
  font-weight: 400;
  vertical-align: bottom;
  padding-bottom: 19px;
}

.pagination__item-link {
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
  border-color: #d2d2d2;
}

.pagination__item-link a {
  min-width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  padding-top: 10px;
}

.pagination__item-link:hover {
  border: 1px solid #1EA01E;
  box-shadow: 0 0 0 1px #1EA01E;
  background-color: #E9F6E9;
}

.pagination__item-link:active,
.pagination__item-link .active {
  background-color: #C8EAC8;
  border: 1px solid #1EA01E;
  box-shadow: 0 0 0 1px #1EA01E;
}

.pagination__item-link.next .icon,
.pagination__item-link.prev .icon {
  color: #d2d2d2;
  font-size: 12px;
}

.pagination__item-link.next:hover .icon,
.pagination__item-link.prev:hover .icon,
.pagination__item-link.next.hover .icon,
.pagination__item-link.prev.hover .icon,
.pagination__item-link.next:focus .icon,
.pagination__item-link.prev:focus .icon,
.pagination__item-link.next.focus .icon,
.pagination__item-link.prev.focus .icon {
  color: #aaaaaa;
}

.pagination__item-link.next:active .icon,
.pagination__item-link.prev:active .icon {
  color: #8c8c8c;
}

.pagination__item-link.next a,
.pagination__item-link.prev a {
  width: auto;
}

.pagination__item-link.next .icon {
  margin-left: 5px;
}

.pagination__item-link.prev .icon {
  margin-right: 5px;
}

.pagination__item-separator {
  font-size: 16px;
}

.pagination__item-active {
  pointer-events: none;
  border: 1px solid #1EA01E;
  box-shadow: 0 0 0 1px #1EA01E;
}

.pagination__item.prev,
.pagination__item.next {
  height: 42px;
}

.pagination__item.prev a,
.pagination__item.next a {
  font-size: 0;
  opacity: .2;
  background-position: center;
  margin-top: 9px;
}

.pagination__item.prev a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M9.75735931%2C12%20L14.7071068%2C16.9497475%20C15.0976311%2C17.3402718%2015.0976311%2C17.9734367%2014.7071068%2C18.363961%20C14.3165825%2C18.7544853%2013.6834175%2C18.7544853%2013.2928932%2C18.363961%20L7.63603897%2C12.7071068%20C7.24551468%2C12.3165825%207.24551468%2C11.6834175%207.63603897%2C11.2928932%20L13.2928932%2C5.63603897%20C13.6834175%2C5.24551468%2014.3165825%2C5.24551468%2014.7071068%2C5.63603897%20C15.0976311%2C6.02656326%2015.0976311%2C6.65972824%2014.7071068%2C7.05025253%20L9.75735931%2C12%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.pagination__item.next a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M14.2426407%2C12%20L9.29289322%2C7.05025253%20C8.90236893%2C6.65972824%208.90236893%2C6.02656326%209.29289322%2C5.63603897%20C9.68341751%2C5.24551468%2010.3165825%2C5.24551468%2010.7071068%2C5.63603897%20L16.363961%2C11.2928932%20C16.7544853%2C11.6834175%2016.7544853%2C12.3165825%2016.363961%2C12.7071068%20L10.7071068%2C18.363961%20C10.3165825%2C18.7544853%209.68341751%2C18.7544853%209.29289322%2C18.363961%20C8.90236893%2C17.9734367%208.90236893%2C17.3402718%209.29289322%2C16.9497475%20L14.2426407%2C12%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.pagination-wrap {
  background-color: #f0f0f0;
  padding-top: 4px;
  padding-bottom: 4px;
}

.pagination_new {
  padding: 0;
  text-align: left;
}

.pagination_new .pagination__item {
  margin-left: 0;
  margin-right: 10px;
}

.pagination_new .pagination__item:last-child {
  margin-right: 0;
}

.like_bplans {
  background-color: #1ea01e;
}

.like_bosszone {
  background-color: #1ea01e;
}

.like-panel__body {
  height: 70px;
  padding-top: 15px;
}

.like-panel__btn {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.like-panel__txt {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}

.like__likes {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
  min-width: 10px;
  color: #ffffff;
}

.like__btn {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.like__btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.like__btn_active {
  background-color: rgba(0, 0, 0, 0.2);
}

.like__btn_active .icon-norm {
  display: none;
}

.like__btn_active .icon-hover {
  display: none;
}

.like__btn_active .icon-active {
  display: block;
}

.like__btn_idea:not(:last-of-type) {
  margin-right: 10px;
}

.like__right {
  float: right;
}

.like__left {
  float: left;
}

.like__icon {
  vertical-align: middle;
}

.menu_indent {
  margin-bottom: 40px;
}

.menu_uppercase .menu__txt {
  text-transform: uppercase;
}

.menu_gobiz .menu__item .menu__obj:hover {
  border-color: #1ea01e;
}

.menu_gobiz .menu__item .menu__obj_head:hover {
  border-color: transparent;
}

.menu_gobiz .menu__item_active .menu__obj {
  border-color: #1ea01e;
}

.menu_gobiz .menu__obj:hover {
  border-color: #1ea01e;
}

.menu_gobiz .menu__obj_active {
  border-color: #1ea01e;
}

.menu_gobiz .menu__obj_head:hover {
  border-color: transparent;
}

.menu_bosszon .menu__item .menu__obj:hover {
  border-color: #1ea01e;
}

.menu_bosszon .menu__item .menu__obj_head:hover {
  border-color: transparent;
}

.menu_bosszon .menu__item_active .menu__obj {
  border-color: #1ea01e;
}

.menu_bosszon .menu__obj_head:hover {
  border-color: transparent;
}

.menu_bosszon .menu__obj:hover {
  border-color: #1ea01e;
}

.menu_bosszon .menu__obj_active {
  border-color: #1ea01e;
}

.menu_white .menu__block {
  background-color: #ffffff;
}

.menu_fff .menu__body {
  background-color: #f0f2f5;
}

.menu_fff .menu__obj:hover {
  border-color: #6e5096;
}

.menu_fff .menu__obj_active {
  border-color: #6e5096;
}

.menu__block {
  margin-top: -46px;
  background-color: #f0f2f5;
  *zoom: 1;
}

.menu__block:before,
.menu__block:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.menu__block_white {
  background-color: #ffffff;
}

.menu__block_active .menu__body {
  display: block;
}

.menu__block_active .menu__txt_show {
  display: none;
}

.menu__block_active .menu__txt_hide {
  display: block;
}

.menu__block_active .menu-icon {
  display: none;
}

.menu__block_active .menu-icon_hide {
  display: block;
}

.menu__head {
  display: none;
}

.menu-body {
  *zoom: 1;
}

.menu-body:before,
.menu-body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.menu__toggle {
  float: right;
  font-size: 0;
  margin-right: 10px;
  margin-top: 3px;
}

.menu__obj {
  cursor: pointer;
  border-bottom: 4px solid;
  border-color: transparent;
  padding-top: 11px;
  padding-bottom: 9px;
}

.menu_icon {
  float: left;
  margin-top: 13px;
  margin-left: 5px;
}

.menu__item {
  float: left;
  margin-left: 6px;
  margin-right: 6px;
}

.menu__item:first-child {
  margin-left: 0;
}

.menu__item_right {
  float: right;
}

.menu__item_btn {
  margin-top: 8px;
  margin-right: 0;
  margin-left: 0;
  float: right;
}

.menu__item_btn .btn-big {
  height: 33px;
}

.menu__item_btn .btn-body {
  padding: 0 10px;
}

.menu__txt {
  user-select: none;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.menu__txt_hide {
  display: none;
}

.menu__txt_hide,
.menu__txt_show {
  margin-right: 30px;
}

.menu__txt_no-active {
  display: none;
}

.menu__txt_show {
  display: block;
}

.menu-icon_hide {
  display: none;
}

.comment_bosszon .comment-user-obj__item_name {
  color: #0088cc;
}

.comment_bosszon .comment-switch__txt {
  color: #0088cc;
}

.comment_bosszon .comment-user__txt-act_answer:hover {
  color: #0088cc;
}

.comment_white .comment-you__body {
  background-color: #f0f2f5;
}

.comment__body {
  padding-top: 30px;
  margin-bottom: 40px;
}

.comment__head {
  *zoom: 1;
  padding-bottom: 20px;
  margin-top: 10px;
}

.comment__head:before,
.comment__head:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.comment__head-icon {
  float: left;
  margin-right: 5px;
  font-size: 0;
  margin-top: 3px;
}

.comment__head-title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  user-select: none;
}

.comment__head-title span {
  padding-left: 6px;
}

.comment__head-side {
  float: right;
  margin-top: 15px;
}

.comment__menu {
  margin-bottom: 20px;
}

.comment__you {
  margin-bottom: 20px;
}

.comment-you__body {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  background-color: #ffffff;
  width: 100%;
  display: table;
}

.comment-you__body_message {
  background-color: rgba(0, 0, 0, 0.1);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.comment-you__img {
  width: 40px;
  height: 40px;
  float: left;
}

.comment-you__img img {
  width: 100%;
}

.comment-you__img-block {
  font-size: 0;
  margin-top: 20px;
}

.comment-you__img-add {
  position: relative;
  float: left;
  width: 9%;
  margin-right: 1%;
  margin-bottom: 20px;
}

.comment-you__img-add:last-child {
  margin-right: 0;
}

.comment-you__img-delet {
  position: absolute;
  top: 5px;
  right: 5px;
}

.comment-you-img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.comment-you-img-add {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.comment-you__obj {
  margin-left: 60px;
}

.comment-you__textarea {
  position: relative;
  padding: 15px 15px 35px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
  display: block;
}

.comment-you_textarea {
  height: 90px;
  padding: 0;
  border-color: rgba(0, 0, 0, 0.1);
}

.comment-you_textarea:focus {
  box-shadow: none;
}

.comment-you__btn {
  margin-top: 20px;
  font-size: 0;
  *zoom: 1;
}

.comment-you__btn:before,
.comment-you__btn:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.comment-you_btn {
  vertical-align: middle;
}

.comment-you_error {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-left: 10px;
}

.comment-you__form {
  margin-top: 20px;
}

.comment-you__form-block {
  width: 340px;
  padding-right: 20px;
  float: left;
}

.comment-you__form-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 20px;
}

.comment-you__form-social {
  float: left;
}

.comment-you__add {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 0;
  cursor: pointer;
}

.comment-you__add-txt {
  display: inline;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #55913c;
}

.comment-you__add-icon {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  margin-top: -3px;
}

.comment-you__add:hover .comment-you__add-txt {
  text-decoration: underline;
}

.comment-title__img {
  width: 50px;
  float: left;
}

.comment-title-img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.comment-title__block {
  margin-left: 65px;
}

.comment-title_icon {
  margin-right: 5px;
}

.comment-icon_heart {
  opacity: .4;
}

.comment__comments {
  margin-bottom: 10px;
}

.comment__all-franchise {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.comment__item {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comment__item:last-child {
  border-color: transparent;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comment__user {
  position: relative;
  margin-top: 20px;
}

.comment-user__item {
  *zoom: 1;
  margin-bottom: 20px;
  padding-left: 20px;
  border-bottom: 1px dashed;
  border-color: #aaaaaa;
}

.comment-user__item:before,
.comment-user__item:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.comment-user__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-color: transparent;
}

.comment-user__block .comment-user__block {
  margin-top: 20px;
  margin-left: 60px;
}

.comment-user__body {
  margin-bottom: 20px;
  position: relative;
}

.comment-user__body_deleted .comment-user-obj__adapt {
  display: none;
}

.comment-user__body_deleted .comment-user__txt {
  display: none;
}

.comment-user__body_deleted .comment-user__info {
  display: none;
}

.comment-user__body_deleted .comment-user__deleted {
  display: block;
}

.comment-user__body_deleted:hover .comment-user__obj .comment-user__close {
  display: none;
}

.comment-user__img {
  width: 45px;
  height: 45px;
  float: left;
}

.comment-user__img img {
  width: 100%;
}

.comment-user-img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.comment-user__obj {
  margin-left: 60px;
}

.comment-user__obj:hover .comment-user__close {
  display: block;
}

.comment-user__close {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  font-size: 0;
}

.comment-user-obj__item {
  margin-right: 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.comment-user-obj__item:last-child {
  margin-right: 0;
}

.comment-user-obj__item:hover .comment-user__value {
  display: block;
}

.comment-user-obj__item_name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  cursor: pointer;
}

.comment-user-obj__item_name:hover {
  text-decoration: underline;
}

.comment-user-obj__item_time {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
  margin-left: 5px;
  margin-top: 2px;
}

.comment-user-obj__item_time:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #aaaaaa;
}

.comment-user-obj__item_num {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #aaaaaa;
  margin-right: 10px;
}

.comment-user-obj__item_circle {
  margin-left: 10px;
}

.comment-user-obj__item_circle:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -12px;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #aaaaaa;
}

.comment-user__hide {
  overflow: hidden;
  height: 0;
}

.comment-user__show {
  height: auto;
}

.comment-user__title {
  padding-right: 20px;
  margin-bottom: 10px;
}

.comment-user__name {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #55913c;
  vertical-align: middle;
}

.comment-user__icon {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
}

.comment-user__value {
  display: none;
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  padding: 2px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}

.comment-user_hide {
  display: none;
  float: right;
  margin-right: 0;
}

.comment-user__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.comment-user__txt-block {
  margin-bottom: 10px;
}

.comment-user__txt-act {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1;
  color: #aaaaaa;
  cursor: pointer;
}

.comment-user__txt-act:hover {
  color: #000000;
}

.comment-user__txt-act_answer:hover {
  color: #0088cc;
  text-decoration: underline;
}

.comment-user__deleted {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #aaaaaa;
  display: none;
}

.comment-user__info {
  display: table;
}

.comment-user__info .like__btn_active {
  background-color: transparent;
}

.comment-user__switch {
  margin-bottom: 20px;
}

.comment-user-about-what__body {
  margin-top: 10px;
}

.comment-user-about-what__txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
  margin-right: 5px;
}

.comment-switch__body {
  display: table;
  cursor: pointer;
}

.comment-switch__body:hover .comment-switch__txt {
  text-decoration: underline;
}

.comment-switch__btn {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  float: left;
}

.comment-switch__txt {
  margin-left: 30px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #0088cc;
}

.user img {
  width: 100%;
}

.user__img {
  float: left;
  font-size: 0;
}

.user-img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.user__obj {
  font-size: 0;
}

.user_min .user__img {
  width: 40px;
  height: 40px;
  margin-top: 4px;
}

.user_min .user__obj {
  margin-left: 55px;
}

.user_min .user__type {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.user_min .user__name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.user_norm .user__img {
  width: 80px;
  height: 80px;
}

.user_norm .user__obj {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 90px;
  min-height: 80px;
}

.user_norm .user__type {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 2px;
}

.user_norm .user__name {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.user_norm .user__descr {
  border: 1px solid lightgray;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
}

.user_norm .user__descr.collapsed p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.user_norm .user__descr.collapsed .show_more {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  color: gray;
  cursor: pointer;
  margin-top: 5px;
}

.user_norm .user__descr.collapsed .show_more i {
  opacity: 0.52;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-left: 5px;
}

.user_personal .user__img {
  width: 80px;
  height: 80px;
}

.user_personal .user__obj {
  padding-top: 5px;
  margin-left: 100px;
}

.user_personal .user__name {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  color: #0088cc;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user_personal .user__type {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user-setting__img {
  width: 40px;
  height: 40px;
  float: left;
  margin-top: 3px;
}

.user-setting-img {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.user-setting__obj {
  margin-left: 55px;
}

.user-setting__name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.user-setting__type {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
}

.user-setting__btn {
  margin-top: 30px;
}

.user-message__img {
  width: 40px;
  min-height: 40px;
  float: left;
  position: relative;
  margin-top: 2px;
}

.user-message__new-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0088cc;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.user-message__new-message-txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #ffffff;
  margin-top: 9px;
}

.user-message-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.user-message__obj {
  margin-left: 55px;
}

.user-message-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.user-message__type {
  position: relative;
}

.user-message__reestablish {
  display: none;
}

.user-message__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #aaaaaa;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.user-message__txt_date {
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 10px;
  z-index: 10;
  background-color: #f0f2f5;
  box-shadow: -10px 0 10px 0 #f0f2f5;
}

.close {
  position: absolute;
  cursor: pointer;
  z-index: 15;
  font-size: 0;
}

.close_in {
  top: 10px;
  right: 10px;
}

.close_out {
  top: 0;
  right: -30px;
}

.textarea__body {
  position: relative;
}

.textarea__input {
  background-color: #ffffff;
  position: relative;
  display: block;
}

.textarea__input_add {
  padding-bottom: 35px;
}

.textarea__input textarea {
  outline: none;
}

.textarea__input.textarea__input_trnsp {
  background-color: transparent;
}

.textarea-input {
  width: 100%;
  resize: none;
  outline: none;
  padding: 10px;
  overflow: auto;
  -webkit-appearance: none !important;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
  border-color: #d2d2d2;
}

.textarea-input:hover {
  border-color: #1ea01e;
}

.textarea-input:focus {
  border-color: #1ea01e;
  box-shadow: 0 0 10px rgba(30, 160, 30, 0.4);
  color: #000000;
}

.textarea-input_message {
  border-color: transparent;
  outline: none;
  resize: none;
  width: 100%;
  display: block;
  margin-right: 170px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  min-height: 30px;
  max-height: 113px;
  border: 0;
  padding: 3px 0 0;
}

.textarea-input_message:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0 transparent;
}

.textarea-input_pop-up-message {
  height: 150px;
}

.textarea__add {
  position: absolute;
  bottom: 10px;
  left: 10px;
  *zoom: 1;
  font-size: 0;
  cursor: pointer;
}

.textarea__add:before,
.textarea__add:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.textarea__add-icon {
  float: left;
}

.textarea__add-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  margin-left: 5px;
  float: left;
}

.textarea__add_bplans:hover .textarea__add-txt {
  color: #1ea01e;
  text-decoration: underline;
}

.textarea__add_boss:hover .textarea__add-txt {
  color: #1ea01e;
  text-decoration: underline;
}

.textarea__drag {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px dashed;
  border-color: #aaaaaa;
  z-index: 10;
  background-color: #f0f2f5;
  cursor: pointer;
}

.textarea__drag_field {
  display: none;
  background-color: #E6E6E6;
}

.textarea__drag-txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.textarea__drag-active .textarea__drag {
  display: block;
}

.textarea__drag-active .textarea__drag_field {
  display: none;
}

.textarea__drag-active-field .textarea__drag_field {
  display: block;
}

.textarea-form_open {
  height: 80px;
}

.textarea-form_min {
  height: 40px;
}

.textarea__text {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  padding: 4px 0;
  position: absolute;
  top: 0;
}

.textarea-replace__body {
  position: relative;
}

.textarea-replace__input {
  background-color: #ffffff;
  border: 1px solid;
  border-color: #d2d2d2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  padding-top: 9px;
  padding-bottom: 9px;
}

.textarea-replace__input:hover {
  border-color: #00b4f0;
}

.textarea-replace__input:focus {
  border-color: #00b4f0;
  box-shadow: 0 0 10px rgba(0, 180, 240, 0.5);
  color: #000000;
}

.textarea-replace__input_add {
  padding-bottom: 35px;
}

.textarea-replace__input_message {
  border-color: transparent;
  padding: 3px 0;
  outline: none;
  resize: none;
  width: 100%;
  display: block;
  margin-right: 170px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  max-height: 113px;
  min-height: 30px;
}

.textarea-replace-input {
  width: 100%;
  border: 0;
  outline: none;
  overflow: auto;
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  min-height: 20px;
  max-height: 120px;
  padding-left: 10px;
}

.textarea-replace__add {
  font-size: 0;
  cursor: pointer;
  position: absolute;
  bottom: 8px;
  left: 10px;
}

.textarea-replace__add-icon {
  float: left;
}

.textarea-replace__add-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  margin-left: 5px;
  float: left;
}

.textarea-replace__add_bplans:hover .textarea-replace__add-txt {
  color: #1ea01e;
  text-decoration: underline;
}

.textarea-replace__add_boss:hover .textarea-replace__add-txt {
  color: #1ea01e;
  text-decoration: underline;
}

.textarea-replace__drag {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px dashed;
  border-color: #aaaaaa;
  z-index: 10;
  background-color: #f0f2f5;
  cursor: pointer;
}

.textarea-replace__drag_field {
  display: none;
  background-color: #E6E6E6;
}

.textarea-replace__drag-txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.textarea-replace-active .textarea-replace__drag {
  display: block;
}

.textarea-replace-active .textarea-replace__drag_field {
  display: none;
}

.textarea-replace-active-field .textarea-replace__drag_field {
  display: block;
}

.textarea-replace:hover {
  border-color: #d2d2d2;
}

.textarea-replace-form_open {
  height: 80px;
}

.textarea-replace-form_min {
  height: 40px;
}

.textarea-replace__text {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  padding: 4px 0;
  position: absolute;
  top: 0;
}

.textarea_no-txt {
  background-color: #f6f6f6;
}

.textarea_no-txt:focus {
  background-color: #ffffff;
}

.drop-down-side {
  font-size: 0;
  position: relative;
  white-space: nowrap;
}

.drop-down-side:hover .drop-down-side__body {
  display: block;
}

.drop-down-side_bplans .drop-down-side__item:hover .drop-down-side__txt {
  color: #0088cc;
}

.drop-down-side_boss .drop-down-side__item:hover .drop-down-side__txt {
  color: #0088cc;
}

.drop-down-side_fff .drop-down-side__item:hover .drop-down-side__txt {
  color: #6e5096;
}

.drop-down-side_over .drop-down-side-indent {
  min-width: auto;
  padding-top: 0;
}

.drop-down-side_over .drop-down-side__body {
  top: -5px;
  right: -10px;
}

.drop-down-side_big .drop-down-side__obj {
  padding-top: 13px;
  padding-bottom: 13px;
}

.drop-down-side_big .drop-down-side__txt {
  font-size: 18px;
}

.drop-down-side-indent {
  padding-top: 10px;
  min-width: 35px;
}

.drop-down-side-indent_search {
  padding-top: 10px;
}

.drop-down-side-indent_zakladka {
  padding-top: 9px;
}

.drop-down-side_click:hover .drop-down-side__body {
  display: none;
}

.drop-down-side__head {
  cursor: pointer;
  text-align: right;
}

.drop-down-side__head_right {
  text-align: right;
}

.drop-down-side__icon {
  display: inline-block;
  vertical-align: middle;
}

.drop-down-side__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.drop-down-side__title_right {
  margin-right: 5px;
  margin-left: 0;
}

.drop-down-side__txt {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 24px;
  vertical-align: middle;
}

.drop-down-side__body {
  position: absolute;
  right: 0;
  top: auto;
  display: none;
  min-width: 200px;
  border-radius: 6px;
  z-index: 21;
  background-color: #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.drop-down-side__body_left {
  left: 0;
  right: auto;
}

.drop-down-side__item {
  cursor: pointer;
}

.drop-down-side__item:hover {
  background-color: rgba(30, 160, 30, 0.1);
}

.drop-down-side__obj {
  padding: 8px 15px 8px 15px;
  display: block;
}

.drop-down-side__obj .drop-down-side__icon {
  margin-right: 8px;
}

.drop-down-side .icon-norm {
  display: block;
}

.drop-down-side .icon-hover {
  display: none;
}

.drop-down-side:hover .icon-norm {
  display: none;
}

.drop-down-side:hover .icon-hover {
  display: block;
}

.drop-down-side_active .drop-down-side__body {
  display: block !important;
}

.drop-down-side_active .icon-norm {
  display: none;
}

.drop-down-side_active .icon-hover {
  display: block;
}

.share_no-last-border .share__item_border:last-of-type {
  display: none !important;
}

.share_idea-catalog {
  margin-bottom: -90px;
}

.share__body {
  *zoom: 1;
}

.share__body:before,
.share__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.share_border-no .share__item_border:before {
  border-color: transparent;
  padding-top: 1%;
  margin-top: 1%;
}

.share_one .share__item {
  width: 100%;
}

.share_one .share__item:nth-of-type(2n) {
  display: table;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

.share_two .share__item {
  width: 49%;
}

.share_two .share__item:nth-of-type(4n) {
  display: table;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

.share_two .share__item:nth-of-type(4n + 1) {
  margin-right: 1%;
  margin-left: 0;
}

.share_two .share__item:nth-of-type(4n + 3) {
  margin-right: 0;
  margin-left: 1%;
}

.share_two-md .share__item {
  width: 49%;
}

.share_two-md .share__item:nth-of-type(4n) {
  display: table;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

.share_two-md .share__item:nth-of-type(4n + 1) {
  margin-right: 1%;
  margin-left: 0;
}

.share_two-md .share__item:nth-of-type(4n + 3) {
  margin-right: 0;
  margin-left: 1%;
}

.share_three .share__item {
  width: 32%;
}

.share_three .share__item:nth-of-type(6n) {
  display: table;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

.share_three .share__item:nth-of-type(6n + 1) {
  margin-right: 1%;
  margin-left: 0;
}

.share_three .share__item:nth-of-type(6n + 3) {
  margin-right: 1%;
  margin-left: 1%;
}

.share_three .share__item:nth-of-type(6n + 5) {
  margin-left: 1%;
  margin-right: 0;
}

.share_three-md .share__item {
  width: 32%;
}

.share_three-md .share__item:nth-of-type(6n) {
  display: table;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

.share_three-md .share__item:nth-of-type(6n + 1) {
  margin-right: 1%;
  margin-left: 0;
}

.share_three-md .share__item:nth-of-type(6n + 3) {
  margin-right: 1%;
  margin-left: 1%;
}

.share_three-md .share__item:nth-of-type(6n + 5) {
  margin-left: 1%;
  margin-right: 0;
}

.share_three2 .share__item {
  width: 32%;
}

.share_three2 .share__item:nth-of-type(6n) {
  display: table;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

.share_three2 .share__item:nth-of-type(6n + 1) {
  margin-right: 1%;
  margin-left: 0;
}

.share_three2 .share__item:nth-of-type(6n + 3) {
  margin-right: 1%;
  margin-left: 1%;
}

.share_three2 .share__item:nth-of-type(6n + 5) {
  margin-left: 1%;
  margin-right: 0;
}

.share_four .share__item {
  width: 23.5%;
  float: left;
}

.share_four .share__item:nth-of-type(8n) {
  display: table;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.share_four .share__item:nth-of-type(8n + 1) {
  margin-right: 1%;
  margin-left: 0;
}

.share_four .share__item:nth-of-type(8n + 3) {
  margin-right: 1%;
  margin-left: 1%;
}

.share_four .share__item:nth-of-type(8n + 5) {
  margin-right: 1%;
  margin-left: 1%;
}

.share_four .share__item:nth-of-type(8n + 7) {
  margin-left: 1%;
  margin-right: 0;
}

.share_four2 .share__item {
  width: 23.5%;
  float: left;
}

.share_four2 .share__item:nth-of-type(8n) {
  display: table;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.share_four2 .share__item:nth-of-type(8n + 1) {
  margin-right: 1%;
  margin-left: 0;
}

.share_four2 .share__item:nth-of-type(8n + 3) {
  margin-right: 1%;
  margin-left: 1%;
}

.share_four2 .share__item:nth-of-type(8n + 5) {
  margin-right: 1%;
  margin-left: 1%;
}

.share_four2 .share__item:nth-of-type(8n + 7) {
  margin-left: 1%;
  margin-right: 0;
}

.share_five .share__item {
  width: 18.4%;
}

.share_five .share__item:nth-of-type(10n) {
  display: table;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

.share_five .share__item:nth-of-type(10n + 1) {
  margin-right: 1%;
  margin-left: 0;
}

.share_five .share__item:nth-of-type(10n + 3) {
  margin-right: 1%;
  margin-left: 1%;
}

.share_five .share__item:nth-of-type(10n + 5) {
  margin-right: 1%;
  margin-left: 1%;
}

.share_five .share__item:nth-of-type(10n + 7) {
  margin-right: 1%;
  margin-left: 1%;
}

.share_five .share__item:nth-of-type(10n + 9) {
  margin-right: 0;
  margin-left: 1%;
}

.share_five2 .share__item {
  width: 16.8%;
}

.share_five2 .share__item:nth-of-type(10n) {
  display: table;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

.share_five2 .share__item:nth-of-type(10n + 1) {
  margin-right: 2%;
  margin-left: 0;
}

.share_five2 .share__item:nth-of-type(10n + 3) {
  margin-right: 2%;
  margin-left: 2%;
}

.share_five2 .share__item:nth-of-type(10n + 5) {
  margin-right: 2%;
  margin-left: 2%;
}

.share_five2 .share__item:nth-of-type(10n + 7) {
  margin-right: 2%;
  margin-left: 2%;
}

.share_five2 .share__item:nth-of-type(10n + 9) {
  margin-right: 0;
  margin-left: 2%;
}

.share_six .share__item {
  width: 15%;
}

.share_six .share__item:nth-of-type(12n) {
  display: table;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

.share_six .share__item:nth-of-type(12n + 1) {
  margin-right: 1%;
  margin-left: 0;
}

.share_six .share__item:nth-of-type(12n + 3) {
  margin-right: 1%;
  margin-left: 1%;
}

.share_six .share__item:nth-of-type(12n + 5) {
  margin-right: 1%;
  margin-left: 1%;
}

.share_six .share__item:nth-of-type(12n + 7) {
  margin-right: 1%;
  margin-left: 1%;
}

.share_six .share__item:nth-of-type(12n + 9) {
  margin-right: 1%;
  margin-left: 1%;
}

.share_six .share__item:nth-of-type(12n + 11) {
  margin-right: 0;
  margin-left: 1%;
}

.share_three-flex {
  display: flex;
  flex-wrap: wrap;
}

.share_three-flex .share__item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.share_three-flex .share__item:nth-of-type(3n) {
  margin-right: 0;
}

.share__item {
  float: left;
}

.share__item_border {
  clear: left;
  display: none;
  float: none;
  width: 100%;
  border: 0;
}

.share__item_border:before {
  content: "";
  width: 100%;
  display: block;
  border: 0;
  border-top: 1px;
  border-style: dashed;
  border-color: #aaaaaa;
  padding-top: 20px;
  margin-top: 15px;
}

.side_personal {
  margin-top: 30px;
}

.side_hov-open {
  margin-top: 60px;
}

.side__body_idea {
  margin-top: 30px;
}

.side__body_articl-indent {
  margin-top: 20px;
}

.side__item_file {
  margin-top: 30px;
}

.side_plan {
  margin-bottom: 20px;
}

.side__block {
  margin-top: 25px;
  display: table;
  width: 100%;
}

.side__block:first-child {
  margin-top: 0;
}

.side__title {
  margin-bottom: 5px;
}

.side-title {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #55913c;
}

.side__size {
  margin-bottom: 10px;
}

.side-size {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
}

.side__txt-block {
  margin-left: 55px;
}

.side-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.side__icon {
  float: left;
}

.side__img {
  position: relative;
  height: 140px;
  margin-bottom: 10px;
}

.side-img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}

.side-img__txt {
  position: absolute;
  bottom: 15px;
  left: 20px;
}

.side-img-txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
}

.side__info {
  margin-top: 10px;
}

.side__obj {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-color: transparent;
  margin-bottom: 25px;
}

.side__obj_last {
  margin-bottom: 0;
}

.side-bar__btn {
  margin-bottom: 20px;
}

.side-bar__item {
  margin-bottom: 10px;
}

.side-bar__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.side-bar__txt_active {
  font-weight: 600;
}

.side-bar__txt_active:hover a {
  text-decoration: none;
}

.side_purple,
.side_orange,
.side_blue,
.side_green,
.side_yellow {
  border: 1px solid;
}

.side_yellow {
  border-color: #ffcd05;
}

.side_green {
  border-color: #1ea01e;
}

.side_blue {
  border-color: #0088cc;
}

.side_orange {
  border-color: #fa961e;
}

.side_purple {
  border-color: #6e5096;
}

.side_background_grey {
  background-color: #f0f2f5;
}

.side-categories__title {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 1px dashed;
  border-color: #aaaaaa;
}

.side-categories-title {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.side-categories__body {
  padding: 20px;
  *zoom: 1;
}

.side-categories__body:before,
.side-categories__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.side-categories__txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.side-categories__link {
  margin-top: 5px;
  float: left;
  clear: left;
  cursor: pointer;
}

.side-categories__link_active .side-categories__txt {
  color: #000000;
  text-decoration: none;
}

.side-categories__link:first-child {
  margin-top: 0;
}

.side-categories__footer {
  padding: 20px;
  background-color: #f0f2f5;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.side-categories-footer__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 5px;
}

.side-categories-footer__subtxt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
  margin-bottom: 10px;
}

.side-categories-footer__btn {
  font-size: 0;
}

.side-sentence__title {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
}

.side-sentence__body {
  padding: 20px;
}

.side-sentence__txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
}

.side-sentence__txt_purple {
  color: #6e5096;
}

.side-sentence__footer {
  padding: 20px;
  background-color: #fff0ad;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.side-indicator__title {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 15px;
}

.side-indicator__body {
  padding: 20px;
}

.side-indicator__img {
  margin-bottom: 20px;
}

.side-indicator-img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.side-indicator__btn {
  font-size: 0;
}

.side-indicator__txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.side-histor__body {
  padding: 20px;
}

.side-histor__btn {
  font-size: 0;
  margin-top: 20px;
}

.side-histor__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

.side-histor__txt_grey {
  font-size: 14px;
  color: #aaaaaa;
}

.side-collection__title {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 15px;
}

.side-collection__obj {
  min-height: 100px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.side-collection__obj-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 7px 15px;
  box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.4);
}

.side-collection__obj-txt {
  color: #ffffff;
  font-size: 14px;
  float: left;
  padding-top: 7px;
}

.side-collection__obj-txt_num {
  float: right;
  min-width: 30px;
  border: 1px solid;
  border-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding: 6px 0;
}

.side-collection__obj_last {
  margin-bottom: 0;
}

.side-collection__btn {
  margin-top: 20px;
}

.side-materials__head {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 15px;
}

.side-materials__body {
  padding: 20px;
}

.side-materials__obj {
  margin-bottom: 20px;
}

.side-materials__obj_last {
  margin-bottom: 0;
}

.side-materials__type {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  background-color: rgba(0, 180, 240, 0.3);
  display: table;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 3px 10px;
  margin-bottom: 15px;
}

.side-materials__title {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #6e5096;
  margin-bottom: 5px;
}

.side-materials__txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

.side-materials__statistics {
  font-size: 0;
}

.side-pdf__body {
  padding: 20px;
  *zoom: 1;
}

.side-pdf__body:before,
.side-pdf__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.side-pdf__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 15px;
}

.side-pdf__btn {
  font-size: 0;
  float: left;
  margin-right: 10px;
}

.side-pdf__size {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 10px;
  color: #aaaaaa;
  float: left;
}

.side-know__head {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px dashed;
  border-color: #aaaaaa;
}

.side-know__title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
}

.side-know__subtitle {
  margin-bottom: 10px;
}

.side-know__item {
  margin-top: 20px;
}

.side-know__link {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #0088cc;
}

.side-know__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.side-know__statistics {
  margin-top: 10px;
}

.side-know__btn {
  margin-top: 20px;
}

.side_project {
  margin-bottom: 30px;
}

.side_project .side__item {
  margin-bottom: 30px;
}

.side_project .side__item:last-child {
  margin-bottom: 0;
}

.side-business-idea__body {
  padding: 20px;
}

.side-business-idea__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.side-business-idea__btn {
  margin-top: 20px;
}

.side-fran__body {
  background-color: #ffffff;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.side-fran__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

.side-fran__txt_last {
  margin-bottom: 0;
}

.side-fran__txt-bold {
  margin-left: 5px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.side-fran__btn {
  margin-top: 20px;
}

.side-fran-sentence__body {
  background-color: #0088cc;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.side-fran-sentence__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 15px;
}

.side-fran-sentence__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
  color: #ffffff;
}

.side-fran-sentence__txt_last {
  margin-bottom: 0;
}

.side-fran-sentence__txt-lite {
  margin-left: 5px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
}

.side-fran-sentence__btn {
  margin-top: 20px;
}

.side-fran-franchisees__body {
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
}

.side-fran-franchisees__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 20px;
}

.side-fran-franchisees__user {
  *zoom: 1;
  margin-bottom: 20px;
}

.side-fran-franchisees__user:before,
.side-fran-franchisees__user:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.side-fran-franchisees__user:hover .side-fran-franchisees__name {
  text-decoration: underline;
}

.side-fran-franchisees__user_last {
  margin-bottom: 0;
}

.side-fran-franchisees__img {
  float: left;
}

.side-fran-franchisees-img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.side-fran-franchisees__obj {
  margin-left: 80px;
}

.side-fran-franchisees__name {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  color: #6e5096;
}

.side-fran-franchisees__city {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.side-fran-franchisees__footer {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px dashed;
  border-color: #aaaaaa;
}

.side-fran-franchisees__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #6e5096;
}

.side-fran-franchisees__txt_num {
  color: #aaaaaa;
  float: right;
}

.side-fran-reviews__body {
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
}

.side-fran-reviews__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 20px;
}

.side-fran-reviews__item {
  margin-bottom: 20px;
}

.side-fran-reviews__item:hover .side-fran-reviews__description {
  text-decoration: underline;
}

.side-fran-reviews__item_last {
  margin-bottom: 0;
}

.side-fran-reviews__description {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  color: #6e5096;
  margin-bottom: 10px;
}

.side-fran-reviews__obj {
  *zoom: 1;
}

.side-fran-reviews__obj:before,
.side-fran-reviews__obj:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.side-fran-reviews__img {
  float: left;
}

.side-fran-reviews-img {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.side-fran-reviews__name {
  margin-left: 30px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
}

.side-fran-reviews__footer {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px dashed;
  border-color: #aaaaaa;
}

.side-fran-reviews__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #6e5096;
}

.side-fran-reviews__txt_num {
  color: #aaaaaa;
  float: right;
}

.side-fran-interview__body {
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
}

.side-fran-interview__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 20px;
}

.side-fran-interview__img {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.side-fran-interview__img-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px 20px;
  box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.4);
}

.side-fran-interview-img {
  min-height: 100px;
}

.side-fran-interview__description {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #6e5096;
  margin-bottom: 10px;
}

.side-fran-interview__txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

.side-fran-interview__name {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
}

.side-fran-news__body {
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
}

.side-fran-news__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 20px;
}

.side-fran-news__img {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.side-fran-news__img-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px 20px;
  box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.4);
}

.side-fran-news-img {
  min-height: 100px;
}

.side-fran-news__item {
  margin-bottom: 20px;
}

.side-fran-news__item_last {
  margin-bottom: 0;
}

.side-fran-news__link {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #6e5096;
  margin-bottom: 10px;
}

.side-fran-news__description {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 15px;
}

.side-fran-news__footer {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px dashed;
  border-color: #aaaaaa;
}

.side-fran-news__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #6e5096;
}

.side-fran-news__txt_num {
  color: #aaaaaa;
  float: right;
}

.attached {
  border: 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  /* Новоые стили */
}

.attached_yellow {
  border-color: #ffcd05;
}

.attached_green {
  border-color: #1ea01e;
}

.attached_rating-methods {
  max-width: 500px;
}

.attached_rating-methods .attached__right {
  width: 125px;
}

.attached__body {
  display: table;
  width: 100%;
}

.attached__obj {
  margin-bottom: 20px;
  *zoom: 1;
}

.attached__obj:before,
.attached__obj:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.attached__obj:last-child {
  margin-bottom: 0;
}

.attached__obj_partner {
  width: 100%;
}

.attached__head {
  margin-bottom: 15px;
}

.attached-head {
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
}

.attached__title {
  margin-bottom: 5px;
}

.attached-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  color: #55913c;
}

.attached__size {
  margin-bottom: 10px;
}

.attached-size {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
}

.attached__close {
  float: right;
  padding-left: 5px;
  padding-bottom: 5px;
  margin-top: 2px;
  font-size: 0;
}

.attached__txt {
  font-weight: 300;
}

.attached__txt-block {
  margin-left: 50px;
}

.attached__txt_partner {
  margin-top: 10px;
  text-align: center;
}

.attached-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.attached__icon {
  float: left;
  margin-left: -7px;
}

.attached__img_partner {
  max-width: 200px;
  margin: 0 auto;
}

.attached__img_partner img {
  width: 100%;
  height: auto;
}

.attached-partner-img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.attached__body2 {
  display: table;
  width: 100%;
}

.attached__obj2 {
  display: table-row;
}

.attached__icon2 {
  display: table-cell;
}

.attached__text {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}

.attached__left {
  display: table-cell;
  padding-right: 15px;
}

.attached__right {
  display: table-cell;
  vertical-align: middle;
  width: 180px;
}

.colum-3 {
  width: 25%;
}

.colum-4 {
  width: 35%;
}

.colum-8 {
  width: 65%;
}

.colum-9 {
  width: 75%;
}

.colum-3,
.colum-4,
.colum-8,
.colum-9 {
  float: left;
  *zoom: 1;
}

.colum-3:before,
.colum-4:before,
.colum-8:before,
.colum-9:before,
.colum-3:after,
.colum-4:after,
.colum-8:after,
.colum-9:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.colum_r {
  float: right;
  padding-left: 15px;
}

.colum_l {
  padding-right: 15px;
}

.colum-pers-l,
.colum-pers-r {
  float: left;
}

.colum-pers-l {
  width: 30%;
  padding-right: 8px;
}

.colum-pers-r {
  width: 70%;
  padding-left: 32px;
}

.selectize-control {
  position: relative;
}

.selectize-input:hover {
  border-color: #0088cc !important;
}

.selectize-input:focus {
  border-color: #00b4f0 !important;
  box-shadow: 0 0 10px rgba(0, 180, 240, 0.5) !important;
}

.selectize-input:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  z-index: 15;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-color: #d2d2d2 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
}

.selectize-control .dropdown-active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.selectize-dropdown {
  overflow: hidden;
  position: absolute;
  background: #ffffff;
  border: 1px solid;
  border-color: #d2d2d2;
  border-top: 0 none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-sizing: border-box;
  z-index: 20;
}

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  border-bottom: 1px solid;
  border-color: #d2d2d2;
}

.selectize-dropdown-content [data-selectable]:last-child {
  border-color: transparent;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding-left: 10px;
}

.selectize-dropdown .active {
  color: #495c68;
  background-color: #f5fafd;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  max-height: 200px;
  width: 100%;
  overflow: auto;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize .select-country_40-input {
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  padding-right: 30px;
}

.selectize .select-country_40-input:after {
  right: 13px;
}

.selectize .select-country_40-dropdown [data-selectable] {
  height: 40px;
  line-height: 38px;
}

.selectize .select-country_30-input {
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  padding-right: 20px;
}

.selectize .select-country_30-input:after {
  right: 8px;
}

.selectize .select-country_30-dropdown [data-selectable] {
  height: 30px;
  line-height: 28px;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  display: none;
}

.checkbox-input + .checkbox-icon {
  position: relative;
  width: 25px;
  height: 25px;
  display: block;
  float: left;
}

.checkbox-input + .checkbox-icon:before {
  content: "";
}

.checkbox_daw {
  cursor: pointer;
  display: table;
  font-size: initial;
}

.checkbox_daw .checkbox-icon {
  padding-left: 30px;
}

.checkbox_daw .checkbox-input + .checkbox-icon {
  margin-top: 2px;
}

.checkbox_daw .checkbox-input + .checkbox-icon:before {
  position: absolute;
  top: -3px;
  left: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2025%2025%22%20style%3D%22enable-background%3Anew%200%200%2025%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23C6C6C6%3B%7D%0D%0A%09.st1%7Bfill%3A%23FFFFFE%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%20id%3D%22XMLID_1_%22%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M22.5%2C7.5v10c0%2C2.8-2.2%2C5-5%2C5h-10c-2.8%2C0-5-2.2-5-5v-10c0-2.8%2C2.2-5%2C5-5h10C20.3%2C2.5%2C22.5%2C4.7%2C22.5%2C7.5z%0D%0A%09%09%09%09%09%20M21.5%2C17.5v-10c0-2.2-1.8-4-4-4h-10c-2.2%2C0-4%2C1.8-4%2C4v10c0%2C2.2%2C1.8%2C4%2C4%2C4h10C19.7%2C21.5%2C21.5%2C19.7%2C21.5%2C17.5z%22%2F%3E%0D%0A%09%09%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M21.5%2C7.5v10c0%2C2.2-1.8%2C4-4%2C4h-10c-2.2%2C0-4-1.8-4-4v-10c0-2.2%2C1.8-4%2C4-4h10C19.7%2C3.5%2C21.5%2C5.3%2C21.5%2C7.5z%22%2F%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.checkbox_daw .checkbox-input:checked + .checkbox-icon:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2025%2025%22%20style%3D%22enable-background%3Anew%200%200%2025%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23C6C6C6%3B%7D%0D%0A%09.st1%7Bfill%3A%23FFFFFE%3B%7D%0D%0A%09.st2%7Bfill%3Anone%3Bstroke%3A%231EA01E%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%20id%3D%22XMLID_1_%22%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M22.5%2C7.5v10c0%2C2.8-2.2%2C5-5%2C5h-10c-2.8%2C0-5-2.2-5-5v-10c0-2.8%2C2.2-5%2C5-5h10C20.3%2C2.5%2C22.5%2C4.7%2C22.5%2C7.5z%0D%0A%09%09%09%09%20M21.5%2C17.5v-10c0-2.2-1.8-4-4-4h-10c-2.2%2C0-4%2C1.8-4%2C4v10c0%2C2.2%2C1.8%2C4%2C4%2C4h10C19.7%2C21.5%2C21.5%2C19.7%2C21.5%2C17.5z%22%2F%3E%0D%0A%09%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M21.5%2C7.5v10c0%2C2.2-1.8%2C4-4%2C4h-10c-2.2%2C0-4-1.8-4-4v-10c0-2.2%2C1.8-4%2C4-4h10C19.7%2C3.5%2C21.5%2C5.3%2C21.5%2C7.5z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpolyline%20class%3D%22st2%22%20points%3D%226%2C12.1%2010.6%2C16.5%2019%2C8.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.checkbox_daw-blue {
  cursor: pointer;
  display: table;
  font-size: initial;
}

.checkbox_daw-blue .checkbox-icon {
  padding-left: 30px;
}

.checkbox_daw-blue .checkbox-input + .checkbox-icon {
  margin-top: 2px;
}

.checkbox_daw-blue .checkbox-input + .checkbox-icon:before {
  position: absolute;
  top: -3px;
  left: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.2%22%3E%0D%0A%09%3Cpath%20d%3D%22M17.5%2C3.5c2.206%2C0%2C4%2C1.794%2C4%2C4v10c0%2C2.206-1.794%2C4-4%2C4h-10c-2.206%2C0-4-1.794-4-4v-10c0-2.206%2C1.794-4%2C4-4H17.5%20M17.5%2C2.5%0D%0A%09%09h-10c-2.761%2C0-5%2C2.239-5%2C5v10c0%2C2.761%2C2.239%2C5%2C5%2C5h10c2.761%2C0%2C5-2.239%2C5-5v-10C22.5%2C4.739%2C20.261%2C2.5%2C17.5%2C2.5L17.5%2C2.5z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.checkbox_daw-blue .checkbox-input:checked + .checkbox-icon:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.2%22%3E%0D%0A%09%3Cpath%20d%3D%22M17.5%2C3.5c2.206%2C0%2C4%2C1.794%2C4%2C4v10c0%2C2.206-1.794%2C4-4%2C4h-10c-2.206%2C0-4-1.794-4-4v-10c0-2.206%2C1.794-4%2C4-4H17.5%20M17.5%2C2.5%0D%0A%09%09h-10c-2.761%2C0-5%2C2.239-5%2C5v10c0%2C2.761%2C2.239%2C5%2C5%2C5h10c2.761%2C0%2C5-2.239%2C5-5v-10C22.5%2C4.739%2C20.261%2C2.5%2C17.5%2C2.5L17.5%2C2.5z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%226%2C12.056%2010.643%2C16.5%2019%2C8.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.checkbox_daw-green {
  cursor: pointer;
  display: table;
  font-size: initial;
}

.checkbox_daw-green .checkbox-icon {
  padding-left: 30px;
}

.checkbox_daw-green .checkbox-input + .checkbox-icon {
  margin-top: 2px;
}

.checkbox_daw-green .checkbox-input + .checkbox-icon:before {
  position: absolute;
  top: -3px;
  left: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2025%2025%22%20style%3D%22enable-background%3Anew%200%200%2025%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23C6C6C6%3B%7D%0D%0A%09.st1%7Bfill%3A%23FFFFFE%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%20id%3D%22XMLID_1_%22%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M22.5%2C7.5v10c0%2C2.8-2.2%2C5-5%2C5h-10c-2.8%2C0-5-2.2-5-5v-10c0-2.8%2C2.2-5%2C5-5h10C20.3%2C2.5%2C22.5%2C4.7%2C22.5%2C7.5z%0D%0A%09%09%09%09%09%20M21.5%2C17.5v-10c0-2.2-1.8-4-4-4h-10c-2.2%2C0-4%2C1.8-4%2C4v10c0%2C2.2%2C1.8%2C4%2C4%2C4h10C19.7%2C21.5%2C21.5%2C19.7%2C21.5%2C17.5z%22%2F%3E%0D%0A%09%09%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M21.5%2C7.5v10c0%2C2.2-1.8%2C4-4%2C4h-10c-2.2%2C0-4-1.8-4-4v-10c0-2.2%2C1.8-4%2C4-4h10C19.7%2C3.5%2C21.5%2C5.3%2C21.5%2C7.5z%22%2F%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%09%3Cg%3E%0D%0A%09%09%09%3C%2Fg%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.checkbox_daw-green .checkbox-input:checked + .checkbox-icon:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2021.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2025%2025%22%20style%3D%22enable-background%3Anew%200%200%2025%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23C6C6C6%3B%7D%0D%0A%09.st1%7Bfill%3A%23FFFFFE%3B%7D%0D%0A%09.st2%7Bfill%3Anone%3Bstroke%3A%231EA01E%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%20id%3D%22XMLID_1_%22%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M22.5%2C7.5v10c0%2C2.8-2.2%2C5-5%2C5h-10c-2.8%2C0-5-2.2-5-5v-10c0-2.8%2C2.2-5%2C5-5h10C20.3%2C2.5%2C22.5%2C4.7%2C22.5%2C7.5z%0D%0A%09%09%09%09%20M21.5%2C17.5v-10c0-2.2-1.8-4-4-4h-10c-2.2%2C0-4%2C1.8-4%2C4v10c0%2C2.2%2C1.8%2C4%2C4%2C4h10C19.7%2C21.5%2C21.5%2C19.7%2C21.5%2C17.5z%22%2F%3E%0D%0A%09%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M21.5%2C7.5v10c0%2C2.2-1.8%2C4-4%2C4h-10c-2.2%2C0-4-1.8-4-4v-10c0-2.2%2C1.8-4%2C4-4h10C19.7%2C3.5%2C21.5%2C5.3%2C21.5%2C7.5z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpolyline%20class%3D%22st2%22%20points%3D%226%2C12.1%2010.6%2C16.5%2019%2C8.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.checkbox_daw-big-blue {
  cursor: pointer;
  display: table;
  font-size: initial;
}

.checkbox_daw-big-blue .checkbox-icon {
  padding-left: 35px;
}

.checkbox_daw-big-blue .checkbox-input + .checkbox-icon {
  margin-top: 2px;
}

.checkbox_daw-big-blue .checkbox-input + .checkbox-icon:before {
  position: absolute;
  top: -3px;
  left: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.2%22%3E%0D%0A%09%3Cpath%20d%3D%22M20%2C1c2.206%2C0%2C4%2C1.794%2C4%2C4v15c0%2C2.206-1.794%2C4-4%2C4H5c-2.206%2C0-4-1.794-4-4V5c0-2.206%2C1.794-4%2C4-4H20%20M20%2C0H5%0D%0A%09%09C2.239%2C0%2C0%2C2.239%2C0%2C5v15c0%2C2.761%2C2.239%2C5%2C5%2C5h15c2.761%2C0%2C5-2.239%2C5-5V5C25%2C2.239%2C22.761%2C0%2C20%2C0L20%2C0z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.checkbox_daw-big-blue .checkbox-input:checked + .checkbox-icon:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.2%22%3E%0D%0A%09%3Cpath%20d%3D%22M20%2C1c2.206%2C0%2C4%2C1.794%2C4%2C4v15c0%2C2.206-1.794%2C4-4%2C4H5c-2.206%2C0-4-1.794-4-4V5c0-2.206%2C1.794-4%2C4-4H20%20M20%2C0H5%0D%0A%09%09C2.239%2C0%2C0%2C2.239%2C0%2C5v15c0%2C2.761%2C2.239%2C5%2C5%2C5h15c2.761%2C0%2C5-2.239%2C5-5V5C25%2C2.239%2C22.761%2C0%2C20%2C0L20%2C0z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2300B4F0%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%224.5%2C11.944%2010.214%2C17.5%2020.5%2C7.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.checkbox_daw-big-green {
  cursor: pointer;
  display: table;
  font-size: initial;
}

.checkbox_daw-big-green .checkbox-icon {
  padding-left: 35px;
}

.checkbox_daw-big-green .checkbox-input + .checkbox-icon {
  margin-top: 2px;
}

.checkbox_daw-big-green .checkbox-input + .checkbox-icon:before {
  position: absolute;
  top: -3px;
  left: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.2%22%3E%0D%0A%09%3Cpath%20d%3D%22M20%2C1c2.206%2C0%2C4%2C1.794%2C4%2C4v15c0%2C2.206-1.794%2C4-4%2C4H5c-2.206%2C0-4-1.794-4-4V5c0-2.206%2C1.794-4%2C4-4H20%20M20%2C0H5%0D%0A%09%09C2.239%2C0%2C0%2C2.239%2C0%2C5v15c0%2C2.761%2C2.239%2C5%2C5%2C5h15c2.761%2C0%2C5-2.239%2C5-5V5C25%2C2.239%2C22.761%2C0%2C20%2C0L20%2C0z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.checkbox_daw-big-green .checkbox-input:checked + .checkbox-icon:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.2%22%3E%0D%0A%09%3Cpath%20d%3D%22M20%2C1c2.206%2C0%2C4%2C1.794%2C4%2C4v15c0%2C2.206-1.794%2C4-4%2C4H5c-2.206%2C0-4-1.794-4-4V5c0-2.206%2C1.794-4%2C4-4H20%20M20%2C0H5%0D%0A%09%09C2.239%2C0%2C0%2C2.239%2C0%2C5v15c0%2C2.761%2C2.239%2C5%2C5%2C5h15c2.761%2C0%2C5-2.239%2C5-5V5C25%2C2.239%2C22.761%2C0%2C20%2C0L20%2C0z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%231EA01E%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20points%3D%224.5%2C11.944%2010.214%2C17.5%2020.5%2C7.5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.checkbox_disabled {
  cursor: default;
  display: table;
  font-size: initial;
}

.checkbox_disabled .checkbox-icon {
  padding-left: 30px;
}

.checkbox_disabled .checkbox-input + .checkbox-icon {
  margin-top: 2px;
}

.checkbox_disabled .checkbox-input + .checkbox-icon:before {
  position: absolute;
  top: -3px;
  left: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.1%22%3E%0D%0A%09%3Cpath%20d%3D%22M17.5%2C22.5h-10c-2.761%2C0-5-2.239-5-5v-10c0-2.761%2C2.239-5%2C5-5h10c2.761%2C0%2C5%2C2.239%2C5%2C5v10%0D%0A%09%09C22.5%2C20.261%2C20.261%2C22.5%2C17.5%2C22.5z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.checkbox_disabled .checkbox-input:checked + .checkbox-icon:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.1%22%3E%0D%0A%09%3Cpath%20d%3D%22M17.5%2C22.5h-10c-2.761%2C0-5-2.239-5-5v-10c0-2.761%2C2.239-5%2C5-5h10c2.761%2C0%2C5%2C2.239%2C5%2C5v10%0D%0A%09%09C22.5%2C20.261%2C20.261%2C22.5%2C17.5%2C22.5z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.checkbox-icon {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.checkbox__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.checkbox-txt {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-left: 30px;
  /*Возможно следует удалить этот line-height*/
  /*line-height: 21px;*/
}

.checkbox-green .checkbox .checkbox-block {
  background-color: #0088cc;
}

.notification_boss {
  background-color: #017196;
}

.notification__body {
  padding-top: 30px;
  padding-bottom: 30px;
}

.notification__title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 10px;
}

.notification__txt {
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 20px;
}

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

.notification__defer {
  line-height: 30px;
  margin-left: 0 !important;
}

.notification__defer:hover {
  color: #08c;
  text-decoration: underline;
}

.print .plan-head-title {
  font-size: 60px;
  text-align: center;
}

.print .plan-body__title {
  font-weight: bold;
}

.your-manager {
  margin-bottom: 20px;
  /**/
}

.your-manager_small .your-manager__body {
  padding: 10px;
}

.your-manager_small .your-manager__about {
  margin-bottom: 0;
}

.your-manager_menu .your-manager__top,
.your-manager_menu .your-manager__bottom {
  width: 100%;
  float: none;
}

.your-manager__body {
  position: relative;
  padding: 20px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-size: 0;
  box-sizing: border-box;
}

.your-manager__right-top {
  position: absolute;
  top: -2px;
  right: 0;
}

.your-manager__hover:hover .your-manager__text_exit {
  color: #0088cc;
}

.your-manager__icon-exit {
  margin-right: 2px;
  float: left;
}

.your-manager__text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  /*Неизвестно где используется черный*/
  /*color: #000;*/
}

.your-manager__text_exit {
  margin-top: 2px;
  float: left;
}

.your-manager__top {
  position: relative;
}

.your-manager__photo {
  position: relative;
  width: 70px;
  height: 70px;
  margin-bottom: 7px;
}

.your-manager__photo img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.your-manager__status {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  text-align: center;
}

.your-manager__status .your-manager__icon {
  margin-top: 6px;
}

.your-manager__star {
  position: relative;
  left: 49px;
  bottom: 21px;
  min-width: 24px;
  height: 24px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 0 4px;
  display: flex;
  align-items: center;
}

.your-manager__star .your-manager__icon {
  flex-shrink: 0;
  margin-top: -1px;
}

.your-manager__star .your-manager__stext {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 3px;
}

.your-manager__stext {
  line-height: 24px;
}

.your-manager__about {
  margin-bottom: 10px;
}

.your-manager__name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
}

.your-manager__separator {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  display: none;
}

.your-manager__phone {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  margin-left: -2px;
  margin-bottom: 15px;
}

.your-manager__phone .your-manager__icon {
  vertical-align: middle;
}

.your-manager__phone span {
  vertical-align: middle;
  margin-left: 8px;
}

.your-manager__mail {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 15px;
}

.your-manager__mail .your-manager__icon {
  vertical-align: middle;
}

.your-manager__mail span {
  vertical-align: middle;
  margin-left: 5px;
}

.your-manager__btn {
  max-width: 240px;
  margin-top: 15px;
}

.your-manager__btn .button .icon {
  margin-top: 1px;
  margin-right: 10px;
}

.your-manager__btn .button .icon_align-height {
  margin-top: 4px;
}

.your-manager__messages {
  display: none;
}

.your-manager_m-b0 {
  margin-bottom: 0;
}

.your-manager_short {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.your-manager_short .your-manager__photo {
  margin-bottom: 0;
  margin-right: 10px;
}

.your-manager_short .your-manager__name {
  display: block;
  margin-bottom: 10px;
}

.your-manager_short .your-manager__phone {
  margin-bottom: 0;
}

.manager {
  background-color: #F0F2F5;
  border-radius: 5px;
  padding: 60px 25px 20px;
  position: relative;
  width: 100%;
  /*каскад, чтобы не поломалось на стра управление сайтом компании*/
}

.manager_sm {
  max-width: 380px;
}

.manager_lg {
  max-width: 660px;
}

.manager-block_right {
  float: right;
}

.manager-block_left {
  float: left;
}

.manager-block_center {
  margin-left: auto;
  margin-right: auto;
}

.manager__photo {
  border-radius: 100%;
}

.manager__txt {
  text-align: center;
}

.manager__txt_lg {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.manager-info {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
}

.manager-info_sm {
  margin-top: 5px;
  margin-bottom: 15px;
}

.manager__post_sm {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.manager__link_sm {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.manager__post_lg {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.manager__link_lg {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.manager-phone {
  margin-right: 15px;
}

.manager-phone i {
  margin-right: 8px;
  vertical-align: sub;
}

.manager-connect {
  display: flex;
  justify-content: center;
  align-items: center;
}

.manager .manager-photo {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -45px;
}

.manager .manager-photo.small {
  width: 66px;
  height: 66px;
  top: -33px;
}

.marquee {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #DAEFF3;
}

.marquee-list {
  position: relative;
  padding: 20px 0;
}

.marquee-item {
  position: relative;
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  padding-right: 60px;
}

.marquee-item:after {
  content: '•';
  position: absolute;
  top: -3px;
  right: 21px;
  font-size: 24px;
  font-weight: bold;
}

.input-block__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  word-wrap: break-word;
}

.input-block__title {
  display: block;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.input-block__explanation {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #7f7e7c;
  margin-top: 5px;
}

.input-block__explanation_top {
  margin-top: 0;
  margin-bottom: 5px;
}

.input-block__explanation a {
  display: inline;
}

.input-block__dash-date {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 1px;
  background-color: #000;
  margin: 0 3px;
}

.input-block .title__stext {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.input-block_interval .input {
  display: inline-block;
  vertical-align: middle;
  width: 95px;
  height: 40px;
}

.input-block_interval .input-block__date {
  white-space: nowrap;
  font-size: 0;
}

.mark {
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  padding: 2px 5px;
  display: inline-block;
}

.mark.orange {
  background-color: #fa971e;
}

.mark.grey {
  background-color: #afafae;
}

.mark.red {
  background-color: #d24a45;
}

.mark.blue {
  background-color: #01b2ed;
}

.mark.qt {
  background-color: #4b85b6;
}

.mark.green {
  background-color: #1ea01e;
}

.new-request {
  background-color: #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
  transition: .3s;
}

.new-request__body {
  padding: 0 30px 30px;
}

.new-request_btn {
  cursor: pointer;
}

.new-request_btn .icon-norm {
  display: none;
}

.new-request_btn .icon-hover {
  display: block;
}

.new-request.active .new-request_btn .icon-norm {
  display: block;
}

.new-request.active .new-request_btn .icon-hover {
  display: none;
}

.new-request__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1;
  padding: 25px 30px 20px;
}

.new-request__txt {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
  margin-bottom: 20px;
}

.new-request__btn {
  float: right;
  margin-top: -3px;
}

.new-request__person {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  *zoom: 1;
}

.new-request__person:before,
.new-request__person:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.new-request__img {
  width: 40px;
  height: 40px;
  margin-right: 13px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  flex-shrink: 0;
}

.new-request__img img {
  width: 100%;
  height: auto;
}

.new-request__name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.new-request__function {
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.new-request__form-two-col {
  column-count: 2;
  column-gap: 30px;
  font-size: 0;
}

.new-request__form-checkbox {
  display: inline-flex;
  flex-wrap: wrap;
}

.new-request__form-left {
  width: 48%;
  margin-right: 2%;
  float: left;
}

.new-request__form-right {
  width: 48%;
  margin-left: 2%;
  float: right;
}

.new-request__form-top {
  display: flex;
  justify-content: space-between;
}

.new-request__form-top .new-request__label {
  width: 32%;
}

.new-request__form-bottom {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.new-request__form-files {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.new-request__label {
  display: block;
  margin-bottom: 20px;
}

.new-request__label:hover {
  border-color: #1ea01e;
  color: #1ea01e;
}

.new-request__label_file {
  flex-shrink: 0;
  min-width: 160px;
  height: 40px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 38px;
  background-color: #e3e3e3;
  color: #878786;
  border: 1px solid #c6c6c5;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 0;
  padding: 0 30px;
}

.new-request__icon {
  position: absolute;
  top: 10px;
  left: 12px;
  width: 20px;
  height: 20px;
  opacity: 0.2;
}

.new-request__input {
  position: relative;
}

.new-request__input input {
  width: 100%;
  height: 40px;
  font-family: PT Sans, Arial;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  border: 1px solid #c6c6c5;
  border-radius: 5px;
  padding-left: 40px;
}

.new-request__input input:hover {
  border-color: #1ea01e;
}

.new-request__input input:focus {
  border-color: #1ea01e;
  box-shadow: 0 0 10px rgba(30, 160, 30, 0.4);
  color: #000;
}

.new-request__input_file {
  display: none;
}

.new-request__select select {
  width: 100%;
  height: 40px;
  font-family: PT Sans, Arial;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 20px;
  border: 1px solid #c6c6c5;
  border-radius: 5px;
  padding-left: 10px;
}

.new-request__textarea textarea {
  width: 100%;
  min-height: 60px;
  font-family: PT Sans, Arial;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  border: 1px solid #c6c6c5;
  border-radius: 5px;
  padding: 7px 10px;
  line-height: 1.1;
}

.new-request__textarea textarea:hover {
  border-color: #1ea01e;
}

.new-request__textarea textarea:focus {
  outline: none;
  border-color: #1ea01e;
  box-shadow: 0 0 10px rgba(30, 160, 30, 0.4);
  color: #000;
}

.new-request__files-name {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
  color: #6f6f6e;
  padding: 10px 0;
}

.new-request__many-files {
  width: 100%;
  margin-top: 10px;
}

.new-request__many-files .edit-docs__data_info {
  width: calc(100% - 95px);
}

.new-request__many-files .edit-docs__data_delete {
  width: 95px;
}

.new-request__agreement {
  display: flex;
  align-items: center;
  max-width: 520px;
  min-height: 38px;
  margin-top: 20px;
}

.new-request__agreement_agent {
  align-items: initial;
}

.new-request__agreement_horizontal {
  max-width: inherit;
  width: 100%;
  margin-top: 0;
  flex-shrink: 1;
}

.new-request__agreement-img {
  width: 30px;
  height: 38px;
  margin-right: 10px;
  flex-shrink: 0;
}

.new-request__agreement-img .icon-login_security {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: 50%;
}

.new-request__agreement-text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.1;
  color: #575756;
  flex-shrink: 1;
  text-align: left;
}

.new-request__checkbox-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.new-request__info-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.new-request__info-icon:hover ~ .new-request__info-tooltip {
  display: block;
}

.new-request-tooltip {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 20px;
  max-width: 300px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.new-request-tooltip__icon {
  margin-right: 20px;
  flex-shrink: 0;
}

.new-request-tooltip__text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.new-request-tooltip__arrow {
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  background-color: inherit;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.new-request__error {
  margin-bottom: 20px;
}

.new-request__message {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.test {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.test__body {
  flex-grow: 1;
  height: 100%;
  position: relative;
}

.test__body_age {
  min-height: calc(100vh - 50px);
  background-color: #070707;
}

.test__background_next {
  position: relative;
  height: 400px;
}

.test__obj_age {
  max-width: 650px;
  margin-top: 35px;
}

.test__title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
}

.test__title_age {
  font-size: 55px;
  line-height: 1.2;
  font-weight: bold;
}

.test__title_bold {
  font-weight: bold;
}

.test__subtitle {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.test__subtitle_age {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
}

.test__subtitle_bold {
  font-weight: bold;
}

.test__txt {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.test__txt_age {
  font-size: 25px;
}

.test__line {
  width: 100%;
  border-bottom: 2px solid #fff;
  margin: 40px 0;
}

.test__age_input {
  width: 200px;
  margin: 100px auto 140px;
}

.test__age_social {
  margin: 80px auto 60px;
}

.test-age__txt_friends {
  font-size: 25px;
  line-height: 45px;
  margin-right: 40px;
  margin-bottom: 20px;
  float: left;
}

.test-age__label {
  display: block;
  width: 100%;
  height: 68px;
  border-radius: 3px;
  overflow: hidden;
}

.test-age__input {
  font-family: PT Sans, Arial;
  width: 100%;
  height: 100%;
  background-color: #202020;
  color: #fff;
  text-align: center;
  border: none;
  border-bottom: solid 3px transparent;
  font-size: 55px;
  line-height: 1.2;
  font-weight: bold;
  transition: all ease 0.4s;
  padding: 0;
}

.test-age__input:focus {
  background-color: rgba(32, 32, 32, 0.7);
  border-color: #fff;
}

.test__again-btn {
  margin: 60px 0 50px;
}

.test-home_obj {
  padding-top: 100px;
  padding-bottom: 50px;
  float: right;
  width: 580px;
}

.test-home_title {
  margin-bottom: 35px;
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
}

.test-home_subtitle {
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.test-home_txt {
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.2;
}

.test_btn .btn-body {
  min-width: 380px;
}

.test_btn .btn-txt {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  width: 100%;
  text-align: center;
}

.test__social .social .horizontal {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.test__social .social__body {
  display: table;
  margin: 0 auto;
}

.test-end_obj {
  width: 580px;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 50px;
}

.test-end_title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  color: white;
  text-align: center;
  margin-bottom: 15px;
}

.test-end_txt {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  color: white;
  text-align: center;
  margin-bottom: 40px;
}

.test-end_social {
  margin-bottom: 30px;
}

.test-end_social-txt {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
  color: white;
}

.test-end_button {
  display: table;
  margin: 0 auto;
}

.test-end_button .btn-txt {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.test_social .social-share-wrap {
  float: left;
  margin-right: 15px;
}

.test_social .social-share-wrap:last-child {
  margin-right: 0;
}

.test__app {
  margin-bottom: 50px;
}

.test-app__body {
  position: relative;
  width: 100%;
  background-color: rgba(32, 32, 32, 0.7);
  padding: 60px 0 45px;
}

.test-app__left {
  margin-right: 90px;
  margin-bottom: 15px;
  float: left;
}

.test-app__right {
  margin-bottom: 15px;
  float: left;
}

.test-app__link {
  float: left;
  margin-top: 20px;
}

.test-app__link_ios {
  margin-right: 100px;
}

.test-app__img {
  max-width: 200px;
  width: 100%;
}

.test-app__img img {
  width: 100%;
  height: auto;
}

.background__body {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.background__body_main {
  max-height: calc(100vh - 50px);
  background-size: contain;
  background-position: right top;
}

.background__body_age {
  max-height: 850px;
  background-size: contain;
  background-position: right top;
}

.quest__body_test {
  padding-top: 50px;
  padding-bottom: 50px;
}

.quest__number {
  text-align: center;
  font-style: italic;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: lightgray;
  margin-bottom: 20px;
}

.quest__title {
  text-align: center;
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 30px;
}

.quest__list {
  margin-bottom: 40px;
}

.quest__item {
  margin-bottom: 10px;
}

.quest__button {
  display: table;
  margin: 0 auto;
}

.quest-test_body {
  padding-top: 50px;
  padding-bottom: 50px;
}

.quest-test_number {
  text-align: center;
  font-style: italic;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #d3d3d3;
  margin-bottom: 20px;
}

.quest-test_title {
  text-align: center;
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 30px;
}

.quest-test_list {
  width: 550px;
  margin: 0 auto 40px;
}

.soc-networks_fix-right {
  z-index: 99999;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.soc-networks .list_horizontal .list__item {
  margin-right: 10px;
  float: left;
}

.soc-networks .list_horizontal .list__item:last-child {
  margin-right: 0;
  margin-bottom: 10px;
}

.soc-networks .list__item {
  margin-bottom: 10px;
}

.soc-networks .list__item:last-child {
  margin-bottom: 0;
}

.soc-networks .item {
  display: block;
  width: 40px;
  border-radius: 5px;
  overflow: hidden;
}

.soc-networks .item_vk {
  background-color: #4c75a3;
}

.soc-networks .item_fb {
  background-color: #6081c4;
}

.soc-networks .item_ok {
  background-color: #f58220;
}

.soc-networks .item_mm {
  background-color: #3d6cb0;
}

.soc-networks .item_tw {
  background-color: #43bdef;
}

.soc-networks .item_goo {
  border: 1px solid #e8e8e8;
}

.soc-networks .item__icon {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.soc-networks .item__qt {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.soc-networks .item_share {
  margin-top: 10px;
  background-color: #4bc0f0;
  display: none;
}

.soc-networks .item:hover {
  opacity: .9;
}

.re-link_big .re-link__item {
  font-size: 21px;
}

.re-link_two .re-link__list {
  column-count: 2;
}

.re-link_three .re-link__list {
  column-count: 3;
}

.re-link_four .re-link__list {
  column-count: 4;
}

.re-link__list {
  column-width: 280px;
  font-size: 0;
  margin-top: -10px;
}

.re-link__item {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
  padding: 5px 20px 5px 0;
}

.input-field {
  padding: 0 15px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  font-family: PT Sans, Arial;
  /*-----------------------------size------------------*/
  /*----------------------color------------------------*/
  /*----------------------placeholder------------------*/
  /*----------------------other------------------*/
}

.input-field.sm {
  height: 40px;
  line-height: 39px;
}

.input-field.md {
  height: 45px;
  line-height: 44px;
}

.input-field.lg {
  height: 50px;
  line-height: 49px;
}

.input-field.gray:focus {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.input-field.green:focus {
  box-shadow: 0 0 10px rgba(30, 160, 30, 0.5);
  border-color: #1ea01e;
}

.input-field.green:hover {
  border-color: #1ea01e;
}

.input-field.tr {
  border: none;
}

.input-field:-ms-input-placeholder {
  color: #aaa;
}

.input-field:-moz-placeholder {
  color: #aaa;
}

.input-field::-webkit-input-placeholder {
  color: #aaa;
}

.input-field.autocomplete {
  position: relative;
  z-index: 10;
}

.input-field.center {
  text-align: center;
}

.beboss-article__main {
  margin-top: 40px;
}

.beboss-article__side {
  margin-top: 40px;
}

.animate {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animate.tada {
  animation-name: tada;
}

.animate.infinite {
  animation-iteration-count: infinite;
}

.animate .fadein {
  animation-name: fadeIn;
}

@media only screen and (min-width: 531px) {
  .hide-sm-up {
    display: none !important;
  }

  .mfp-hide-sm-up {
    display: none !important;
  }
}

@media only screen and (min-width: 789px) {
  .hide-md-up {
    display: none !important;
  }

  .mfp-hide-md-up {
    display: none !important;
  }
}

@media only screen and (min-width: 851px) {
  .hide-md-plus-up {
    display: none !important;
  }

  .mfp-hide-md-plus-up {
    display: none !important;
  }
}

@media only screen and (min-width: 1101px) {
  .hide-lg-only {
    display: none !important;
  }

  .mfp-hide-lg-only {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  .center-container {
    width: 1200px;
  }
}

@media (min-width: 1840px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
}

@media (max-width: 1840px) {
  .container {
    width: 1200px;
    margin: 0 auto 0 320px;
  }
}

@media (max-width: 1600px) {
  .center-container {
    width: 1200px;
  }
}

@media screen and (max-width: 1550px) {
  .status-obj-title {
    font-size: 20px;
  }

  .b_hide-lg {
    display: none;
  }

  .b_show-lg {
    display: block;
  }

  .new-boss .new-boss-old-style .fr-idx-head__left {
    width: 590px;
  }

  .new-boss .new-boss-old-style .fr-idx-main__left {
    width: 182px;
  }

  .new-boss .new-boss-old-style .fr-idx-main__right {
    width: 796px;
    margin-left: 2px;
  }

  .new-boss .new-boss-old-style .fr-idx-showcase__item {
    width: 181px;
    height: 136px;
    margin: 0 0 25px 18px;
  }

  .new-boss .new-boss-old-style .fr-idx-widgets {
    margin-left: 18px;
  }

  .new-boss .new-boss-old-style .fr-idx-banner {
    width: calc(100% - 18px);
  }

  .new-boss .new-boss-old-style .l-menu__item_video {
    height: 103px;
  }

  .pers_profile-hide {
    margin-bottom: 0;
  }

  .pers-head__lvl-value {
    top: 5px;
    right: 35px;
  }

  .pers-head__lvl-tooltip {
    left: 276px;
  }

  .pers-head__img-container {
    width: 296px;
    height: 296px;
    bottom: -35px;
  }

  .pers-head__info {
    margin-left: 328px;
  }

  .pers-side__obj_head {
    margin-top: 50px;
  }

  .categories-title {
    display: none;
  }

  .categories-title_adapt {
    display: block;
  }

  .offer__for-txt-whom {
    padding-top: 0;
  }

  .edit-new__body.edit-new__body_large .btn-switch__item:nth-child(6) {
    display: table-cell;
  }

  .edit-new__video iframe {
    height: 380px;
  }

  .edit-new .btn-switch__item:nth-child(6) {
    display: none;
  }

  .share_three-flex .share__item {
    width: 49%;
    margin-right: 2%;
  }

  .share_three-flex .share__item:nth-of-type(3n) {
    margin-right: 2%;
  }

  .share_three-flex .share__item:nth-of-type(2n) {
    margin-right: 0;
  }

  .colum-3 {
    width: 30%;
  }

  .colum-9 {
    width: 70%;
  }

  .background__body_age {
    max-height: 700px;
  }
}

@media (max-width: 1550px) {
  .container {
    width: 1000px;
    margin: 0 auto 0 320px;
  }
}

@media screen and (max-width: 1380px) {
  .new-boss #main {
    padding-left: 64px;
    min-height: auto !important;
  }

  .new-boss #main.wide {
    padding-left: 0;
  }
}

@media (max-width: 1380px) {
  .container {
    margin: 0 auto 0 auto;
  }
}

@media (max-width: 1220px) {
  .center-container {
    width: 1000px;
  }
}

@media screen and (max-width: 1100px) {
  .offer .share_four .share__item {
    width: 100%;
  }

  .offer .share_four .share__item:nth-of-type(8n + 1) {
    margin-right: 0;
    margin-left: 0;
  }

  .offer .share_four .share__item:nth-of-type(8n + 3) {
    margin-right: 0;
    margin-left: 0;
  }

  .offer .share_four .share__item:nth-of-type(8n + 5) {
    margin-right: 0;
    margin-left: 0;
  }

  .offer .share_four .share__item:nth-of-type(8n + 7) {
    margin-left: 0;
    margin-right: 0;
  }

  .offer .share_four .share__item:nth-of-type(4n) {
    display: none;
  }

  .offer .share_four .share__item:nth-of-type(4n + 1) {
    margin-right: 0;
    margin-left: 0;
  }

  .offer .share_four .share__item:nth-of-type(4n + 3) {
    margin-right: 0;
    margin-left: 0;
  }

  .offer .share_four .share__item:nth-of-type(2n) {
    display: table;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .how__half_index .half__item {
    width: 100%;
    float: none;
    padding: 0;
  }

  .status__obj {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed;
    border-color: #aaaaaa;
  }

  .status__obj_center {
    padding-right: 0;
    padding-left: 0;
    float: left;
  }

  .status__obj_left {
    padding-right: 0;
  }

  .status__obj_right {
    padding-left: 0;
  }

  .status__obj:last-child {
    padding-bottom: 0;
    border-color: transparent;
  }

  .status-obj__img {
    position: static;
  }

  .boss-head-title {
    font-size: 24px;
  }

  .boss__body_personal-not {
    width: 500px;
  }

  .boss-user_form-txt {
    width: auto;
  }

  .boss-user_form-input {
    margin-left: 150px;
    width: auto;
  }

  .boss-user_form-input-about-me {
    width: 100%;
    margin-left: 0;
  }

  .boss-user_load-photo-wrap {
    height: auto;
    height: 150px;
  }

  .boss-user-photo__img {
    width: 150px;
    height: 150px;
  }

  .boss-user-photo__obj {
    margin-left: 170px;
  }

  .boss-user-photo__obj .btn-txt {
    display: none;
  }

  .boss-user-photo__obj .btn-txt_adapt {
    display: block;
  }

  .boss-user-photo .load-photo__center {
    margin-top: 35px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
    white-space: normal;
  }

  .boss_textarea {
    width: 100%;
  }

  .boss .form__group_horizon-big .boss-user_form-input {
    float: none;
  }

  .sort_show-mb {
    display: block;
  }

  .sort_hide-mb {
    display: none;
  }

  .b_projection-lr20 {
    margin-left: 0;
    margin-right: 0;
  }

  .b__col.col_m12 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .b__col.col_m8 {
    width: 66.66%;
  }

  .b__col.col_m4 {
    width: 33.33%;
  }

  .b__col.col_fixl {
    width: 100%;
    padding-right: 0;
  }

  .b__col.col_fixr {
    width: 100%;
    padding-left: 0;
  }

  .b_hide-md {
    display: none;
  }

  .b_show-md {
    display: block;
  }

  .new-boss .new-boss-old-style .grid5 .col {
    width: 22.6%;
  }

  .new-boss .new-boss-old-style .grid5 .col:nth-of-type(5n+1) {
    margin-left: 1.8%;
    clear: none;
  }

  .new-boss .new-boss-old-style .grid5 .col:nth-of-type(4n+1) {
    margin-left: 0;
    clear: left;
  }

  .new-boss .new-boss-old-style .fr-idx-head__left {
    width: 100%;
  }

  .new-boss .new-boss-old-style .fr-idx-head__right {
    display: none;
  }

  .new-boss .new-boss-old-style .fr-idx-main__right {
    width: 518px;
    margin-left: 48px;
  }

  .new-boss .new-boss-old-style .fr-idx-showcase__item {
    width: 229px;
    height: 171px;
  }

  .new-boss .new-boss-old-style .fr-idx-showcase__item:first-child {
    margin-left: 18px;
  }

  .new-boss .new-boss-old-style .fr-idx-widgets {
    margin-left: 30px;
  }

  .new-boss .new-boss-old-style .fr-idx-widgets_2col .fr-idx-widgets__col {
    width: 100%;
    margin-left: 0;
  }

  .new-boss .new-boss-old-style .fr-idx-banner {
    width: calc(100% - 30px);
  }

  .new-boss .new-boss-old-style .franchise-online__news-list_horiz325 .franchise-online__news-list-item {
    width: 100%;
    margin-left: 0;
  }

  .new-boss .new-boss-old-style .fr-index-category__list {
    width: calc(50% - 15px);
  }

  .new-boss .new-boss-old-style .fr-index-category__list:nth-child(2n-1) {
    margin-left: 0;
  }

  .pers-data__obj {
    width: 600px;
  }

  .pers-data__obj_manage {
    width: 340px;
  }

  .pers-data-gallery__item {
    width: 16.6%;
  }

  .pers-head__lvl-value {
    top: 0px;
    right: 20px;
  }

  .pers-head__lvl-tooltip {
    left: 210px;
  }

  .pers-head__info {
    margin-left: 250px;
  }

  .pers-head__img-container {
    width: 220px;
    height: 220px;
    top: 40px;
  }

  .pers-head__body {
    min-height: 0;
  }

  .pers-head__user {
    padding-top: 45px;
    margin-bottom: 0;
  }

  .pers-side__obj_head {
    margin-top: 30px;
  }

  .pers-blog__img {
    margin-bottom: 15px;
    overflow: hidden;
    height: 150px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  .pers-company__img {
    float: none;
    width: 160px;
  }

  .pers-company__obj {
    margin-left: 0;
    margin-top: 20px;
  }

  .pers-career__item {
    margin-bottom: 15px;
  }

  .pers-career__txt_type {
    font-family: Arial;
    float: none;
  }

  .pers-career__txt_description {
    margin-left: 0;
  }

  .pers-profile__percent {
    display: none;
  }

  .publication-switch__head-title {
    font-size: 25px;
  }

  .publication-switch__img {
    overflow: hidden;
    max-height: 230px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  .publication-switch__img-btn {
    display: block;
  }

  .publication-switch__img_ok .publication-switch__img-txt {
    top: 20px;
    left: 20px;
  }

  .publication-switch__img_ok .publication-switch__img-btn {
    bottom: 20px;
    left: 20px;
  }

  .publication-info__icon {
    display: none;
  }

  .publication__data-img {
    margin-bottom: 0;
    float: left;
  }

  .publication__data-txt {
    margin-left: 100px;
    padding-top: 6px;
  }

  .issue_horizon .issue__right {
    clear: left;
    float: left;
    margin-top: 20px;
  }

  .zakladka__btn {
    margin-left: 5px;
  }

  .zakladka__btn .btn-txt {
    display: none;
  }

  .zakladka__btn .btn-body {
    padding: 0 4px;
  }

  .zakladka__btn .icon_left {
    margin-right: 0;
  }

  .zakladka__btn_all .btn-big .icon {
    display: block;
  }

  .zakladka__btn_all .btn-big .btn-body {
    padding: 0 9px;
  }

  .zakladka__btn_all .btn-big .icon_left {
    margin-right: 0;
  }

  .zakladka-no-info__body {
    width: 100%;
  }

  .zakladka__block {
    margin-right: 0;
  }

  .offer__img {
    float: left;
    margin-bottom: 0;
  }

  .offer__obj {
    margin-left: 90px;
  }

  .offer__background-center {
    padding: 20px;
  }

  .offer__for-left {
    width: 100%;
    display: block;
  }

  .offer__for-right {
    width: 100%;
    display: block;
  }

  .offer__for-user_last {
    margin-bottom: 0;
  }

  .offer__for-img {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }

  .offer__for-txt-whom {
    margin-left: 0;
    float: none;
    display: inline-block;
    vertical-align: middle;
  }

  .btn_adapt-md .btn-txt {
    display: none;
  }

  .btn_adapt-md .btn-txt_adapt {
    display: inline-block;
  }

  .btn-default_search {
    top: inherit;
    bottom: 20px;
  }

  .wysiwyg-new__body_blog .wysiwyg-new__title,
  .wysiwyg-new__body_blog .wysiwyg-new__subtitle,
  .wysiwyg-new__body_blog .wysiwyg-new__video,
  .wysiwyg-new__body_blog .wysiwyg-new__photo-gallery,
  .wysiwyg-new__body_blog .wysiwyg-new__txt,
  .wysiwyg-new__body_blog .wysiwyg-new__user,
  .wysiwyg-new__body_blog .wysiwyg-new__photo {
    width: 748px;
  }

  .wysiwyg-new__body_blog .wysiwyg-new__img_big {
    width: 748px;
  }

  .wysiwyg-new__body_blog .wysiwyg-new__img_big img {
    width: 100%;
  }

  .wysiwyg-new table {
    display: block;
  }

  .third__item {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .third__item:nth-child(3) {
    margin-left: 0;
    margin-bottom: 0;
  }

  .third__item:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
  }

  .edit-new-head__social {
    display: none;
  }

  .edit-new-head__body {
    padding-bottom: 0;
  }

  .edit-new-head__title {
    margin-bottom: 40px;
  }

  .edit-new table {
    display: block;
  }

  .edit-new__video iframe {
    height: 255px;
  }

  .edit-new .edit-new-head__title {
    font-size: 40px;
  }

  .edit-new__body.edit-new__body_large .btn-switch__item:nth-child(6) {
    display: none;
  }

  .edit-new__body.edit-new__body_large .btn-switch__item:nth-child(5) {
    display: table-cell;
  }

  .edit-new__body.edit-new__body_large .btn-switch__item:nth-child(4) {
    display: table-cell;
  }

  .edit-new__body_correction {
    width: 748px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .edit-new__body_article {
    width: 748px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .edit-new__body_blog .edit-new-correction__body {
    width: 708px;
  }

  .edit-new__body_blog .portlet-placeholder,
  .edit-new__body_blog .edit-new__switch,
  .edit-new__body_blog .edit-new__item {
    width: 748px;
  }

  .edit-new__body_blog .edit-new__border {
    width: 750px;
  }

  .edit-new-popup__obj {
    width: 650px;
    padding: 20px 20px;
  }

  .edit-new-popup__item {
    width: 30%;
  }

  .edit-new-popup__item_issue {
    width: 40%;
  }

  .edit-new .btn-switch__item:nth-child(4) {
    display: none;
  }

  .edit-new .btn-switch__item:nth-child(5) {
    display: none;
  }

  .menu__head {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu__body {
    border-top: 1px dashed;
    border-color: #aaaaaa;
    display: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu__body_line {
    border-top: 1px solid;
    border-color: #aaaaaa;
  }

  .menu__body .menu__obj {
    border-bottom: 1px solid;
    border-color: transparent;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .menu .container {
    padding: 0;
  }

  .menu__item {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  .menu__item_right {
    margin-bottom: 20px;
  }

  .menu__item_btn {
    font-size: 0;
  }

  .menu__item_btn .btn {
    height: 40px;
  }

  .menu__item_btn .btn-body {
    padding: 4px 20px 6px;
  }

  .menu__item_btn .btn-txt {
    margin-top: 3px;
  }

  .menu .boss-head__item_search {
    display: block;
  }

  .comment-you__form-block {
    width: 100%;
    padding-right: 0;
  }

  .comment-you__form-social {
    margin-top: 20px;
  }

  .share_two-md .share__item {
    width: 100%;
    float: none;
  }

  .share_two-md .share__item:nth-of-type(4n + 2) {
    display: table;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .share_two-md .share__item:nth-of-type(4n + 1) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_two-md .share__item:nth-of-type(4n + 3) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_three.share_border-no .share__item_border:before {
    padding-top: 2%;
    margin-top: 2%;
  }

  .share_three .share__item {
    width: 48%;
  }

  .share_three .share__item:nth-of-type(6n) {
    display: none;
  }

  .share_three .share__item:nth-of-type(6n + 1) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_three .share__item:nth-of-type(6n + 3) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_three .share__item:nth-of-type(6n + 5) {
    margin-left: 0;
    margin-right: 0;
  }

  .share_three .share__item:nth-of-type(4n) {
    display: table;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .share_three .share__item:nth-of-type(4n + 1) {
    margin-right: 2%;
    margin-left: 0;
  }

  .share_three .share__item:nth-of-type(4n + 3) {
    margin-right: 0;
    margin-left: 2%;
  }

  .share_three-lg .share__item {
    width: 32%;
  }

  .share_three-lg .share__item:nth-of-type(4n) {
    display: none;
  }

  .share_three-lg .share__item:nth-of-type(6n) {
    display: table;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .share_three-lg .share__item:nth-of-type(6n + 1) {
    margin-right: 1%;
    margin-left: 0;
  }

  .share_three-lg .share__item:nth-of-type(6n + 3) {
    margin-right: 1%;
    margin-left: 1%;
  }

  .share_three-lg .share__item:nth-of-type(6n + 5) {
    margin-left: 1%;
    margin-right: 0;
  }

  .share_three-lg2 .share__item {
    width: 48%;
  }

  .share_three-lg2 .share__item:nth-of-type(6n) {
    display: none;
  }

  .share_three-lg2 .share__item:nth-of-type(6n + 1) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_three-lg2 .share__item:nth-of-type(6n + 3) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_three-lg2 .share__item:nth-of-type(6n + 5) {
    margin-left: 0;
    margin-right: 0;
  }

  .share_three-lg2 .share__item:nth-of-type(4n) {
    display: table;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .share_three-lg2 .share__item:nth-of-type(4n + 1) {
    margin-right: 2%;
    margin-left: 0;
  }

  .share_three-lg2 .share__item:nth-of-type(4n + 3) {
    margin-right: 0;
    margin-left: 2%;
  }

  .share_three-md .share__item {
    width: 100%;
  }

  .share_three-md .share__item:nth-of-type(4n) {
    display: none;
  }

  .share_three-md .share__item:nth-of-type(4n + 1) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_three-md .share__item:nth-of-type(4n + 3) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_three-md .share__item:nth-of-type(2n) {
    display: table;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .share_three_sm .share__item {
    width: 32%;
  }

  .share_three_sm .share__item:nth-of-type(6n) {
    display: table;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .share_three_sm .share__item:nth-of-type(4n) {
    display: none;
  }

  .share_three_sm .share__item:nth-of-type(6n + 1) {
    margin-right: 1%;
    margin-left: 0;
  }

  .share_three_sm .share__item:nth-of-type(6n + 3) {
    margin-right: 1%;
    margin-left: 1%;
  }

  .share_three_sm .share__item:nth-of-type(6n + 5) {
    margin-left: 1%;
    margin-right: 0;
  }

  .share_four.share_border-no .share__item_border:before {
    padding-top: 2%;
    margin-top: 2%;
  }

  .share_four .share__item {
    width: 48%;
  }

  .share_four .share__item:nth-of-type(8n) {
    display: none;
  }

  .share_four .share__item:nth-of-type(8n + 1) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_four .share__item:nth-of-type(8n + 3) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_four .share__item:nth-of-type(8n + 5) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_four .share__item:nth-of-type(8n + 7) {
    margin-left: 0;
    margin-right: 0;
  }

  .share_four .share__item:nth-of-type(4n) {
    display: table;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .share_four .share__item:nth-of-type(4n + 1) {
    margin-right: 2%;
    margin-left: 0;
  }

  .share_four .share__item:nth-of-type(4n + 3) {
    margin-right: 0;
    margin-left: 2%;
  }

  .share_four-md.share_border-no .share__item_border:before {
    padding-top: 1%;
    margin-top: 1%;
  }

  .share_four-md .share__item {
    width: 32%;
  }

  .share_four-md .share__item:nth-of-type(4n) {
    display: none;
  }

  .share_four-md .share__item:nth-of-type(6n) {
    display: table;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .share_four-md .share__item:nth-of-type(6n + 1) {
    margin-right: 1%;
    margin-left: 0;
  }

  .share_four-md .share__item:nth-of-type(6n + 3) {
    margin-right: 1%;
    margin-left: 1%;
  }

  .share_four-md .share__item:nth-of-type(6n + 5) {
    margin-left: 1%;
    margin-right: 0;
  }

  .share_four2.share_border-no .share__item_border:before {
    padding-top: 2%;
    margin-top: 2%;
  }

  .share_four2 .share__item {
    width: 48%;
  }

  .share_four2 .share__item:nth-of-type(8n) {
    display: none;
  }

  .share_four2 .share__item:nth-of-type(8n + 1) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_four2 .share__item:nth-of-type(8n + 3) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_four2 .share__item:nth-of-type(8n + 5) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_four2 .share__item:nth-of-type(8n + 7) {
    margin-left: 0;
    margin-right: 0;
  }

  .share_four2 .share__item:nth-of-type(4n) {
    display: table;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .share_four2 .share__item:nth-of-type(4n + 1) {
    margin-right: 2%;
    margin-left: 0;
  }

  .share_four2 .share__item:nth-of-type(4n + 3) {
    margin-right: 0;
    margin-left: 2%;
  }

  .share_five2 .share__item {
    width: 32%;
  }

  .share_five2 .share__item:nth-of-type(10n) {
    display: none;
  }

  .share_five2 .share__item:nth-of-type(10n + 1) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_five2 .share__item:nth-of-type(10n + 3) {
    margin-right: 0;
    margin-left: 2%;
  }

  .share_five2 .share__item:nth-of-type(10n + 5) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_five2 .share__item:nth-of-type(10n + 7) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_five2 .share__item:nth-of-type(10n + 9) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_five2 .share__item:nth-of-type(6n) {
    display: table;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .share_five2 .share__item:nth-of-type(6n + 1) {
    margin-right: 1%;
    margin-left: 0;
  }

  .share_five2 .share__item:nth-of-type(6n + 3) {
    margin-right: 1%;
    margin-left: 1%;
  }

  .share_five2 .share__item:nth-of-type(6n + 5) {
    margin-left: 1%;
    margin-right: 0;
  }

  .share_five2 .share__item_hide {
    display: none;
  }

  .share_six .share__item {
    width: 32%;
  }

  .share_six .share__item:nth-of-type(12n) {
    display: none;
  }

  .share_six .share__item:nth-of-type(12n + 1) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_six .share__item:nth-of-type(12n + 3) {
    margin-right: 0;
    margin-left: 1%;
  }

  .share_six .share__item:nth-of-type(12n + 5) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_six .share__item:nth-of-type(12n + 7) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_six .share__item:nth-of-type(12n + 9) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_six .share__item:nth-of-type(12n + 11) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_six .share__item:nth-of-type(6n) {
    display: table;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .share_six .share__item:nth-of-type(6n + 1) {
    margin-right: 1%;
    margin-left: 0;
  }

  .share_six .share__item:nth-of-type(6n + 3) {
    margin-right: 1%;
    margin-left: 1%;
  }

  .share_six .share__item:nth-of-type(6n + 5) {
    margin-left: 1%;
    margin-right: 0;
  }

  .share_six .share__item_hide {
    display: none;
  }

  .colum-3 {
    width: 37%;
  }

  .colum-9 {
    width: 63%;
  }

  .your-manager__top {
    width: calc(50% - 21px);
    float: left;
  }

  .your-manager__separator {
    display: block;
  }

  .your-manager__bottom {
    width: calc(50% - 20px);
    float: right;
  }

  .manager {
    margin-left: auto;
    margin-right: auto;
  }

  .manager-block_right {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .manager-block_left {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .new-request__form-two-col {
    column-count: auto;
    display: flex;
    flex-wrap: wrap;
  }

  .new-request__form-contacts {
    width: 100%;
  }

  .new-request__form-textarea {
    width: 100%;
  }

  .new-request__form-checkbox {
    order: 1;
    width: 100%;
  }

  .new-request__form-left {
    width: 100%;
    margin-right: 0;
    float: none;
  }

  .new-request__form-right {
    width: 100%;
    margin-left: 0;
    float: none;
  }

  .new-request__label {
    width: 100%;
  }

  .new-request__label_file {
    width: inherit;
  }

  .new-request__recaptcha-container {
    order: 1;
    min-height: auto;
    width: 100%;
    margin-bottom: 20px;
  }

  .test__obj_age {
    margin-top: 350px;
  }

  .background__body_main {
    background-size: cover;
    background-position: center top;
  }

  .background__body_age {
    max-height: 550px;
  }

  .soc-networks {
    top: auto;
    bottom: 10px;
    transform: translateY(0);
  }

  .soc-networks .list.mob-hide {
    display: none;
  }

  .soc-networks .item__qt {
    display: none;
  }

  .soc-networks .item_share {
    display: block;
  }

  .beboss-article .plan-head__social {
    display: none;
  }

  .beboss-article .plan-body__social {
    display: none;
  }
}

@media (max-width: 1100px) {
  .container {
    width: 768px;
    margin: 0 auto 0 auto;
  }

  .container_md-full {
    width: 100%;
  }
}

@media only screen and (max-width: 1100px) {
  .hide-md-down {
    display: none !important;
  }

  .mfp-hide-md-down {
    display: none !important;
  }
}

@media (max-width: 1020px) {
  .center-container {
    width: 768px;
  }
}

@media (max-width: 992px) {
  .edit-new-correction_new {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (max-width: 850px) {
  .new-boss {
    padding-top: 50px;
  }

  .new-boss #main {
    padding-left: 0;
  }
}

@media screen and (max-width: 788px) {
  .boss-user_form-txt {
    margin-bottom: 10px;
    float: none;
    width: 100%;
  }

  .boss-user_form-input {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .boss__body_personal-not {
    width: 100%;
  }

  .boss .form__group_horizon-big .boss-user_form-txt {
    margin-top: 0;
  }

  .boss .form__group_horizon-big .boss-user_form-input {
    float: left;
  }

  .boss .form .boss-user_form-group-adapt {
    margin-top: 5px;
  }

  .boss__birthday {
    margin-right: 5px;
  }

  .boss__birthday_day {
    width: 65px;
  }

  .boss__birthday_month {
    width: 110px;
  }

  .boss__birthday_year {
    width: 65px;
  }

  .sort_show-sm {
    display: block;
  }

  .sort_hide-sm {
    display: none;
  }

  .b_hide-sm {
    display: none;
  }

  .b_show-sm {
    display: block;
  }

  .b__col.col_s12 {
    width: 100%;
  }

  .b__col.col_r {
    padding-left: 0;
  }

  .b__col.col_l {
    padding-right: 0;
  }

  .new-boss div.block-registration-popup {
    max-width: 510px;
    width: calc(100% - 40px);
    box-sizing: border-box;
    position: absolute;
  }

  .new-boss div.block-registration-popup-input-element {
    width: 100%;
  }

  .new-boss div.block-registration-popup-input-element dd {
    margin-left: 70px;
  }

  .new-boss div.block-registration-popup-input-element dd input[type="text"] {
    width: 160px;
  }

  .new-boss .b-kn-issue-layout__right-franchise-person {
    display: none;
  }

  .new-boss .new-boss-old-style .fr-index-public-request-avatar {
    width: 90px;
    height: 90px;
  }

  .new-boss .new-boss-old-style .fr-idx-showcase__hgh {
    top: -12px;
    padding-bottom: 27px;
  }

  .new-boss .new-boss-old-style .l-menu__item {
    line-height: 30px;
  }

  .new-boss .new-boss-old-style .l-menu_2icon .l-menu__item {
    line-height: 30px;
  }

  .new-boss .new-boss-old-style .fr-idx-main__right {
    width: calc(100% - 182px);
    margin-left: 0;
  }

  .new-boss .new-boss-old-style .fr-idx-showcase__item {
    width: calc(50% - 20px);
    height: auto;
    margin: 0 0 20px 20px;
  }

  .new-boss .new-boss-old-style .fr-idx-showcase__item:hover .fr-idx-showcase__img {
    width: 100%;
    height: 100%;
  }

  .new-boss .new-boss-old-style .fr-idx-showcase__img {
    position: static;
    transform: inherit;
  }

  .new-boss .new-boss-old-style .fr-idx-showcase__hgh {
    top: -12px;
  }

  .new-boss .new-boss-old-style .fr-idx-banner {
    width: calc(100% - 20px);
  }

  .new-boss .new-boss-old-style .fr-idx-widgets {
    margin-left: 20px;
  }

  .new-boss .new-boss-old-style .fr-index-public-request-info {
    padding-left: 105px;
  }

  .new-boss .new-boss-old-style .fr-index-category__list {
    width: 100%;
    margin-left: 0;
  }

  .pers-data__obj {
    width: 400px;
  }

  .pers-data__obj_manage {
    width: 340px;
  }

  .pers-data-gallery__item {
    width: 25%;
  }

  .pers-data_form {
    margin-top: -15px;
  }

  .pers-data_form.form_vertical .form__group {
    margin-bottom: 10px;
  }

  .pers-data_form .form__txt {
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
  }

  .pers-data_form .form__input {
    width: 100%;
  }

  .pers-data_radio .radio__icon {
    display: block;
    float: left;
  }

  .pers-data_radio .radio__txt {
    display: block;
    margin-left: 35px;
  }

  .pers-head__lvl-tooltip {
    margin-top: 0;
    top: calc(100% + 10px);
    left: 0;
    width: 300px;
  }

  .pers-head__liga {
    margin-top: 15px;
  }

  .pers-head__user {
    padding-top: 30px;
  }

  .pers-head__top-container {
    margin-bottom: 20px;
    margin-top: -15px;
    margin-right: -10px;
  }

  .pers-head__top-container .online {
    margin-top: 15px;
    margin-right: 10px;
  }

  .pers-head__name {
    margin-bottom: 15px;
  }

  .pers-head__name-txt {
    font-size: 45px;
  }

  .pers-head__img-container {
    position: relative;
    top: auto;
    bottom: auto;
    float: none;
  }

  .pers-head__info {
    margin-left: auto;
  }

  .pers-head__online {
    margin-bottom: 20px;
  }

  .pers-profile__percent {
    display: block;
  }

  .issue_comment .issue__comment > .issue__content + .issue__block {
    margin-left: 30px;
  }

  .tabs__btn {
    display: block;
  }

  .tabs__btn .to-hide {
    display: none;
  }

  .two__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .two__item:first-child {
    padding-right: 0;
  }

  .two__item:last-child {
    padding-left: 0;
  }

  .reward_pers .reward__item {
    width: 16%;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .zakladka__btn_all {
    top: 0;
  }

  .zakladka__block {
    margin-right: 40px;
  }

  .zakladka-no-info__obj {
    margin-left: 0;
  }

  .zakladka-no-info__img {
    display: none;
  }

  .zakladka .comment-user__img {
    float: none;
  }

  .zakladka .comment-user__obj {
    margin-left: 0;
  }

  .zakladka .comment-user__title {
    margin-top: 10px;
  }

  .zakladka__item_head {
    padding-top: 0;
  }

  .zakladka-body__side {
    margin-top: 20px;
  }

  .zakladka-body__left {
    margin-top: 20px;
  }

  .articl .articl-head-txt_interest {
    font-size: 25px;
  }

  .articl .articl__title_adapt {
    display: block;
  }

  .articl .articl__txt_adapt {
    display: none;
  }

  .categories {
    overflow: hidden;
    /*transition: height 300ms linear;*/
  }

  .categories .categories__title {
    padding: 10px 30px 10px 10px;
    position: relative;
  }

  .categories .categories__title::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 13px;
    width: 20px;
    height: 20px;
    opacity: .2;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%2215%22%20x2%3D%2210%22%20y2%3D%223%22%2F%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%223%2C10%2010%2C16%2017%2C10%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    background-repeat: no-repeat;
  }

  .categories .categories__body {
    padding: 10px 10px;
  }

  .categories.active .categories__title::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%225%22%20x2%3D%2210%22%20y2%3D%2217%22%2F%3E%0D%0A%09%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%2217%2C10%2010%2C4%203%2C10%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    background-repeat: no-repeat;
  }

  .categories__toggle {
    display: block;
  }

  .categories__title {
    cursor: pointer;
  }

  .categories__body {
    display: none;
  }

  .categories-title {
    display: block;
  }

  .categories-title_adapt {
    display: none;
  }

  .categories__toggle {
    display: block;
    line-height: 1;
  }

  .categories__title {
    cursor: pointer;
  }

  .categories_right .categories__border {
    display: none;
  }

  .categories_open .categories__border {
    display: block;
  }

  .categories_main .categories__title {
    cursor: default;
  }

  .categories_main .categories__toggle {
    display: none;
  }

  .categories_main .categories__body {
    display: block;
  }

  .gallery .gallery-image .user-message-img {
    width: auto !important;
    height: auto !important;
  }

  .turn_personal .turn__body {
    display: none;
  }

  .turn_personal .turn__btn {
    display: block;
  }

  .quotes__item_txt {
    font-size: 18px;
  }

  .message-editor__block_first {
    width: 90%;
  }

  .message-editor__block_last {
    width: 10%;
  }

  .message-editor__block_invited {
    display: none;
  }

  .message-delete-txt {
    display: none;
  }

  .message-editor__obj {
    width: 400px;
  }

  .btn_adapt-sm .btn-txt {
    display: none;
  }

  .btn_adapt-sm .btn-txt_adapt {
    display: inline-block;
  }

  .hide-mob {
    display: none !important;
  }

  .mfp-hide-mob {
    display: none !important;
  }

  .cursor-pointer-tab {
    cursor: pointer;
  }

  .wysiwyg-new ul li {
    font-size: 18px;
  }

  .wysiwyg-new ul li::before {
    top: 15px;
  }

  .wysiwyg-new ol li {
    font-size: 18px;
  }

  .wysiwyg-new__title {
    line-height: 1.2;
  }

  .wysiwyg-new__subtitle {
    line-height: 1.2;
  }

  .wysiwyg-new__txt {
    font-size: 18px;
  }

  .wysiwyg-new__txt_grey-block {
    padding: 30px 20px;
  }

  .wysiwyg-new__txt_grey-block ul {
    margin-bottom: 0;
  }

  .wysiwyg-new__txt_border-left {
    padding-left: 20px;
  }

  .wysiwyg-new__txt_link {
    padding: 30px 20px;
  }

  .wysiwyg-new__txt_link p::before {
    top: 10px;
  }

  .wysiwyg-new__body_correction {
    width: 100%;
  }

  .wysiwyg-new__body_article {
    width: 100%;
  }

  .wysiwyg-new__body_blog .wysiwyg-new__title,
  .wysiwyg-new__body_blog .wysiwyg-new__subtitle,
  .wysiwyg-new__body_blog .wysiwyg-new__video,
  .wysiwyg-new__body_blog .wysiwyg-new__photo-gallery,
  .wysiwyg-new__body_blog .wysiwyg-new__txt,
  .wysiwyg-new__body_blog .wysiwyg-new__user,
  .wysiwyg-new__body_blog .wysiwyg-new__photo {
    width: 100%;
  }

  .wysiwyg-new__body_blog .wysiwyg-new__img_big {
    width: 100%;
  }

  .wysiwyg-new__body_blog .wysiwyg-new__img_big img {
    width: 100%;
  }

  .wysiwyg-new-user-img {
    width: 45px;
    height: 45px;
  }

  .wysiwyg-new-user__img {
    width: 45px;
    height: 45px;
    margin-top: 5px;
  }

  .wysiwyg-new-user__empty {
    margin-top: 12px;
    margin-left: 12px;
  }

  .wysiwyg-new-user__obj {
    margin-left: 15px;
  }

  .wysiwyg-new-user__name {
    font-size: 18px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 5px;
    line-height: 1.5;
  }

  .wysiwyg-new-user__type {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
    font-style: italic;
    line-height: 1.5;
  }

  .wysiwyg-new-user__type_font-normal {
    font-style: normal;
  }

  .wysiwyg-new-user__txt {
    font-size: 15px;
    line-height: 1.2;
    font-weight: normal;
    margin-top: 10px;
    line-height: 1.5;
  }

  .wysiwyg-new__photo-txt {
    padding: 80px;
  }

  .wysiwyg-new__photo p {
    position: relative;
    top: 0;
    left: 0;
  }

  .wysiwyg-new__quotes {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .wysiwyg-new__body_blog {
    padding: 0 10px;
  }

  .statistics__txt {
    display: none;
  }

  .edit-new-head__body {
    padding-left: 10px;
    padding-right: 10px;
  }

  .edit-new__video iframe {
    height: 330px;
  }

  .edit-new .edit-new-head__title {
    font-size: 30px;
  }

  .edit-new__title {
    line-height: 1.2;
  }

  .edit-new__subtitle {
    line-height: 1.2;
  }

  .edit-new__txt {
    font-size: 18px;
  }

  .edit-new__txt_grey-block {
    padding: 30px 20px;
  }

  .edit-new__txt_border-left {
    padding-left: 20px;
  }

  .edit-new__txt_bottom-point {
    padding-bottom: 20px;
  }

  .edit-new__txt_link {
    padding: 25px 20px;
  }

  .edit-new__body_correction {
    width: 100%;
  }

  .edit-new__body_article {
    width: 100%;
  }

  .edit-new__body_blog .portlet-placeholder,
  .edit-new__body_blog .edit-new-correction__body,
  .edit-new__body_blog .edit-new__switch,
  .edit-new__body_blog .edit-new__item,
  .edit-new__body_blog .edit-new__border {
    width: 100%;
  }

  .edit-new-user-img {
    width: 45px;
    height: 45px;
  }

  .edit-new-user__img {
    margin-top: 5px;
    width: 45px;
    height: 45px;
  }

  .edit-new-user__img img {
    width: 100%;
  }

  .edit-new-user__obj {
    margin-left: 55px;
    padding-top: 0;
  }

  .edit-new-user__name {
    font-size: 18px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 5px;
  }

  .edit-new-user__type {
    font-size: 15px;
    line-height: 1.2;
    font-weight: normal;
    font-style: italic;
  }

  .edit-new-user__txt {
    font-size: 15px;
    line-height: 1.2;
    font-weight: normal;
    margin-top: 10px;
  }

  .edit-new__photo {
    padding: 0;
  }

  .edit-new__photo-txt {
    /*удалить
          font-size: 20px;*/
    padding: 50px 20px 90px;
  }

  .edit-new__btn {
    bottom: 25px;
  }

  .edit-new__body_correction {
    width: 100%;
  }

  .edit-new__body_article {
    width: 100%;
  }

  .edit-new-links__obj {
    padding: 20px 45px 20px 20px;
  }

  .edit-new-links__title {
    line-height: 1.2;
  }

  .edit-new-popup__obj {
    width: 80%;
  }

  .edit-new-popup__item {
    width: 50%;
  }

  .edit-new-popup__item_issue {
    display: none;
  }

  .edit-new__obj ul:not(.select2-selection__rendered) li {
    font-size: 18px;
  }

  .edit-new__obj ul:not(.select2-selection__rendered) li::before {
    top: 15px;
  }

  .edit-new__obj ol:not(.select2-selection__rendered) li {
    font-size: 18px;
  }

  .edit-new__item ul:not(.select2-selection__rendered) li {
    font-size: 18px;
  }

  .edit-new__item ul:not(.select2-selection__rendered) li::before {
    top: 15px;
  }

  .edit-new__item ol:not(.select2-selection__rendered) li {
    font-size: 18px;
  }

  .menu_gobiz {
    display: none;
  }

  .menu__body {
    display: block;
    margin: 0;
    padding-top: 7px;
  }

  .menu__body .menu__obj {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu__body .menu__txt {
    color: #0088cc;
  }

  .menu__toggle {
    margin-right: 5px;
  }

  .menu__item_btn .btn {
    width: 100%;
  }

  .menu__item_btn .btn .btn-txt {
    width: 100%;
    text-align: center;
  }

  .comment {
    /*удалить, делал для стр статей*/
    /*&__head {
      &-title {
        font-size: 25px;
      }
    }*/
  }

  .comment-you {
    margin-right: -10px;
    margin-left: -10px;
  }

  .comment-you__body {
    padding: 20px 10px;
    border-radius: 0;
  }

  .comment-you__obj {
    margin-left: 50px;
  }

  .comment-you__form-block {
    width: 100%;
    padding-right: 0;
  }

  .comment-you__form-social {
    margin-top: 20px;
  }

  .comment-you__img-add {
    width: 19%;
    margin-bottom: 20px;
  }

  .comment-user__item {
    padding-left: 0;
  }

  .comment-user__img {
    width: 30px;
    height: 30px;
  }

  .comment-user__obj {
    margin-left: 40px;
  }

  .comment-user-obj__item_time {
    margin-left: 0;
  }

  .comment-user-obj__item_time:before {
    content: none;
  }

  .comment-user-obj__adapt {
    margin-top: 10px;
    display: block;
  }

  .comment-user__value {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
  }

  .comment-user__block .comment-user__block {
    margin-left: 40px;
  }

  .comment-switch__btn {
    margin-left: 5px;
  }

  .comment-switch__txt {
    padding-left: 10px;
  }

  .share_two .share__item {
    width: 100%;
    float: none;
  }

  .share_two .share__item:nth-of-type(4n + 2) {
    display: table;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .share_two .share__item:nth-of-type(4n + 1) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_two .share__item:nth-of-type(4n + 3) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_three-flex .share__item {
    width: 100%;
    margin-right: 0;
  }

  .share_three-flex .share__item:nth-of-type(n) {
    margin-right: 0;
  }

  .share_three2.share_border-no .share__item_border:before {
    padding-top: 2%;
    margin-top: 2%;
  }

  .share_three2 .share__item {
    width: 48%;
  }

  .share_three2 .share__item:nth-of-type(6n) {
    display: none;
  }

  .share_three2 .share__item:nth-of-type(6n + 1) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_three2 .share__item:nth-of-type(6n + 3) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_three2 .share__item:nth-of-type(6n + 5) {
    margin-left: 0;
    margin-right: 0;
  }

  .share_three2 .share__item:nth-of-type(4n) {
    display: table;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .share_three2 .share__item:nth-of-type(4n + 1) {
    margin-right: 2%;
    margin-left: 0;
  }

  .share_three2 .share__item:nth-of-type(4n + 3) {
    margin-right: 0;
    margin-left: 2%;
  }

  .side {
    /*отступ для бизнес планов при адаптиве*/
    /*&__obj {
      &_last {
        margin-bottom: 25px;
      }
    }*/
  }

  .side_plan {
    width: auto;
  }

  .side-know {
    display: none;
  }

  .attached__obj {
    width: 50%;
    float: left;
  }

  .attached__obj_partner {
    width: 100%;
  }

  .attached .attached__img_partner {
    width: 200px;
  }

  .colum-3,
  .colum-4,
  .colum-8,
  .colum-9 {
    float: none;
    width: 100%;
  }

  .colum_r {
    float: none;
    padding-left: 0;
  }

  .colum_l {
    padding-right: 0;
  }

  .colum-pers-l {
    width: 100%;
    padding-right: 0;
  }

  .colum-pers-r {
    width: 100%;
    padding-left: 0;
  }

  .marquee-list {
    padding: 15px 0;
  }

  .marquee-item {
    font-size: 16px;
    padding-right: 40px;
  }

  .marquee-item:after {
    top: -4px;
    right: 12px;
    font-size: 20px;
  }

  .new-request__title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .new-request__body {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .new-request__form-top {
    flex-direction: column;
    justify-content: inherit;
  }

  .new-request__form-top .new-request__label {
    width: 100%;
  }

  .new-request__form-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .test {
    display: block;
  }

  .test-home_obj {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
  }

  .test-home_title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .test-home_txt {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .test-end_obj {
    width: 100%;
  }

  .test_btn .btn-body {
    min-width: auto;
    width: 100%;
    height: 40px;
  }

  .test_btn .btn-body .btn-txt {
    font-size: 16px;
    margin-top: 9px;
    margin-bottom: 7px;
  }

  .test-app__left {
    width: 100%;
    margin-right: 0;
  }

  .quest-test_list {
    width: 100%;
  }

  .re-link_big .re-link__item {
    font-size: 16px;
  }

  .beboss-article__main {
    margin-top: 20px;
  }

  .beboss-article__side {
    margin-top: 20px;
  }

  .beboss-article__side_bi {
    margin-bottom: -25px !important;
  }

  .beboss-article__side_bi .side__obj_last {
    display: none;
  }

  .beboss-article .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 788px) {
  .tabs__btn.button {
    width: 33%;
  }
}

@media (max-width: 788px) {
  .container {
    width: 100%;
  }

  .center-container {
    width: 100%;
  }
}

@media only screen and (max-width: 788px) {
  .hide-sm-down {
    display: none !important;
  }

  .mfp-hide-sm-down {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .edit-new-correction_new__add {
    left: calc(50% - 92px);
  }

  .edit-new-correction_new__add .white span {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .new-boss .new-boss-old-style .grid5 .col {
    width: 31.2%;
  }

  .new-boss .new-boss-old-style .grid5 .col:nth-of-type(4n+1) {
    margin-left: 1.8%;
    clear: none;
  }

  .new-boss .new-boss-old-style .grid5 .col:nth-of-type(3n+1) {
    margin-left: 0;
    clear: left;
  }
}

@media screen and (max-width: 740px) {
  .new-boss .new-boss-old-style .grid4 .col {
    width: 31.2%;
  }

  .new-boss .new-boss-old-style .grid4 .col:nth-of-type(4n+1) {
    margin-left: 3.2%;
    clear: none;
  }

  .new-boss .new-boss-old-style .grid4 .col:nth-of-type(3n+1) {
    margin-left: 0;
    clear: left;
  }
}

@media (max-width: 685px) {
  .edit-new__body.edit-new__body_large .btn-switch__item:nth-child(5) {
    display: none;
  }

  .edit-new__body.edit-new__body_large .btn-switch__item:nth-child(4) {
    display: table-cell;
  }
}

@media screen and (max-width: 660px) {
  .new-boss .new-boss-old-style .r2016nom-head {
    margin-left: 0;
    padding-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .new-boss .new-boss-old-style .r2016nom-item_pos {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .new-boss .new-boss-old-style .r2016nom-item {
    margin-bottom: 30px;
  }

  .new-boss .new-boss-old-style .r2016nom-item__content {
    padding-bottom: 10px;
  }

  .new-boss .new-boss-old-style .r2016nom-item_pos {
    display: none;
  }

  .new-boss .new-boss-old-style .grid5 .col {
    width: 48.4%;
  }

  .new-boss .new-boss-old-style .grid5 .col:nth-of-type(3n+1) {
    margin-left: 1.8%;
    clear: none;
  }

  .new-boss .new-boss-old-style .grid5 .col:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
  }

  .new-boss .new-boss-old-style .grid4 .col {
    width: 48.4%;
  }

  .new-boss .new-boss-old-style .grid4 .col:nth-of-type(3n+1) {
    margin-left: 3.2%;
    clear: none;
  }

  .new-boss .new-boss-old-style .grid4 .col:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
  }

  .new-boss .new-boss-old-style .grid3 .col {
    width: 48.4%;
  }

  .new-boss .new-boss-old-style .grid3 .col:nth-of-type(3n+1) {
    margin-left: 3.2%;
    clear: none;
  }

  .new-boss .new-boss-old-style .grid3 .col:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
  }
}

@media (max-width: 576px) {
  .edit-new__button-body_new .white:first-of-type {
    width: calc(100% - 32px);
    pointer-events: visible;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    margin: 16px;
    background-color: #ffffff;
    padding: 8px 16px;
  }

  .edit-new__button-body_new .white:first-of-type span:nth-child(1) {
    display: none;
  }

  .edit-new__button-body_new .white:first-of-type span:nth-child(2) {
    display: block;
  }

  .edit-new__button-body_new .white:first-of-type:focus,
  .edit-new__button-body_new .white:first-of-type:active {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    border: 1px rgba(0, 0, 0, 0.2) solid;
  }

  .edit-new__button-body_new .white:first-of-type:active:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .edit-new__button-body_new .white:first-of-type:hover {
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  }

  .edit-new__button-body_new .white:not(:first-of-type) {
    display: none;
  }

  .edit-new-correction_new__add {
    left: 0;
    padding: 0;
  }

  .edit-new-correction_new__obj {
    top: 22px;
  }

  .edit-new-correction_new__obj .white {
    padding: 6px;
  }

  .edit-new-correction_new__obj .white + .white {
    margin-left: 4px;
  }
}

@media (max-width: 570px) {
  .edit-new__body.edit-new__body_large .btn-switch__item:nth-child(4) {
    display: none;
  }
}

@media screen and (max-width: 530px) {
  .group-btn_horisont .group-btn__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .group-btn_horisont .group-btn__item:last-child {
    margin-bottom: 0;
  }

  .form_horizon {
    width: 100%;
    margin-right: 0;
  }

  .form_info-reg {
    padding: 20px 10px;
  }

  .form__txt_info-reg {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .form__input_info-reg {
    width: 100%;
  }

  .input_info-data {
    width: 100%;
  }

  .boss-user-photo__img {
    float: none;
    margin: 0 auto 20px;
  }

  .boss-user-photo__obj {
    margin-left: 0;
    float: none;
    text-align: center;
  }

  .button .txt-desktop {
    display: none;
  }

  .button .txt-mobile {
    display: block;
  }

  .button.high.adaptive {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8.5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.high.adaptive.wide {
    width: 100%;
  }

  .sort_show-xs {
    display: block;
  }

  .sort_hide-xs {
    display: none;
  }

  .b__big-title_r {
    font-size: 21px;
    line-height: 1.2;
    font-weight: normal;
  }

  .b__big-title_b {
    font-size: 21px;
    line-height: 1.2;
    font-weight: bold;
  }

  .b_hide-xs {
    display: none;
  }

  .b_show-xs {
    display: block;
  }

  .new-boss .b-paginator.paginator .b-paginator__item {
    margin-bottom: 10px;
  }

  .new-boss .new-boss-old-style .fr-idx-main__left {
    width: 100%;
  }

  .new-boss .new-boss-old-style .fr-idx-main__right {
    width: 100%;
  }

  .new-boss .new-boss-old-style .fr-idx-showcase__item {
    width: calc(50% - 10px);
  }

  .new-boss .new-boss-old-style .fr-idx-showcase__item:nth-child(2n-1) {
    margin-left: 0;
  }

  .new-boss .new-boss-old-style .fr-idx-banner {
    width: 100%;
  }

  .new-boss .new-boss-old-style .fr-idx-widgets {
    margin-left: 0;
  }

  .new-boss .new-boss-old-style .fr-idx-widgets_3mcol .fr-idx-widgets__col {
    margin-bottom: 25px;
  }

  .new-boss .new-boss-old-style .fr-idx-widgets_3mcol .fr-idx-widgets__col:nth-child(n) {
    width: 100%;
    margin-left: 0;
  }

  .new-boss .new-boss-old-style .fr-idx-widgets_3mcol .fr-idx-widgets__col:nth-child(3) {
    margin-bottom: 0;
  }

  .new-boss .new-boss-old-style .l-menu__item_video {
    height: 288px;
    margin-top: 25px;
  }

  .pers-data__icon {
    width: 35px;
    height: 35px;
    padding-top: 8px;
    padding-left: 8px;
  }

  .pers-data__obj {
    width: 100%;
  }

  .pers-data__obj_manage {
    width: 100%;
  }

  .pers-data__body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pers-data-gallery__item {
    width: 33%;
  }

  .pers-data_radio .radio__icon {
    display: block;
    float: left;
  }

  .pers-data_radio .radio__txt {
    display: block;
    margin-left: 35px;
  }

  .pers-head__name-txt {
    font-size: 35px;
  }

  .pers-side__obj_head {
    margin-top: 30px;
  }

  .pers-blog__img {
    margin-bottom: 15px;
    overflow: hidden;
    height: 150px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  .issue_horizon .issue__content {
    display: table;
  }

  .issue_horizon .issue__center {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
  }

  .issue_horizon .issue__right {
    display: table-caption;
    caption-side: bottom;
    float: none;
    width: 100%;
  }

  .issue_project .issue__img {
    height: 200px;
  }

  .issue_comment .issue__user-info {
    padding-top: 10px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs__btn {
    padding: 2px 10px 4px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
  }

  .reward_pers .reward__item {
    width: 20%;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .reward_pers .reward__icon {
    margin-top: 0;
  }

  .reward_pers .reward__add {
    padding-top: 0;
  }

  .reward_pers .reward__add-txt {
    display: none;
  }

  .zakladka__block {
    margin-left: 0;
    margin-right: 0;
  }

  .zakladka__img {
    float: none;
    margin-bottom: 20px;
  }

  .pop-up .close_out {
    top: 5px;
    right: 5px;
  }

  .offer__for-user {
    text-align: center;
  }

  .gallery-image-gif__body {
    width: 100%;
    margin: 0 auto 30px;
  }

  .message-editor__obj {
    width: 300px;
  }

  .message-editor-all-txt {
    display: none;
  }

  .message-editor .close_out {
    top: -30px;
    right: 0;
  }

  .btn-giant {
    height: auto;
  }

  .btn-giant .btn-txt {
    margin-top: 10px;
    margin-bottom: 10px;
    float: none;
  }

  .btn_adapt-xs .btn-txt {
    display: none;
  }

  .btn_adapt-xs .btn-txt_adapt {
    display: block;
  }

  .btn-group__item_edit {
    display: none;
  }

  .btn-default_search_row-input {
    top: inherit;
    bottom: 20px;
  }

  .cursor-pointer-mob {
    cursor: pointer;
  }

  .wysiwyg-new__photo-txt {
    padding: 30px;
  }

  .wysiwyg-new__txt_link p::before {
    top: 8px;
  }

  .wysiwyg-new table td {
    font-size: 16px;
  }

  .wysiwyg-new table th {
    font-size: 16px;
  }

  .breadcrumbs_new {
    margin-right: 13px;
  }

  .breadcrumbs_new:after {
    margin-left: 11px;
  }

  .edit-new {
    /*&__btn-redact {
        position: relative;
        bottom: -20px;
        margin-top: -20px;
        display: block;
      }*/
  }

  .edit-new__txt_border-left {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }

  .edit-new__txt_grey-block {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }

  .edit-new__video iframe {
    height: 250px;
  }

  .edit-new__switch {
    width: 100%;
  }

  .edit-new__switch .btn-big {
    width: 100%;
  }

  .edit-new__switch .btn-body {
    text-align: center;
  }

  .edit-new__switch .btn-body .icon_left,
  .edit-new__switch .btn-body .btn-txt {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }

  .edit-new__switch .btn-group__item_hide {
    display: none;
  }

  .edit-new__switch .btn-group__item {
    margin-right: 0;
  }

  .edit-new__switch_full .edit-new__button-body .button:first-child {
    flex-basis: 100%;
  }

  .edit-new .btn-group_horisont .btn-group__item {
    float: none;
  }

  .edit-new-popup__title {
    margin-bottom: 10px;
  }

  .edit-new-popup__correction {
    margin-bottom: 5px;
  }

  .edit-new-popup__obj {
    width: 240px;
  }

  .edit-new-popup__item {
    width: 100%;
  }

  .edit-new .close_out {
    right: -25px;
  }

  .edit-new-add__body {
    opacity: 1;
    z-index: 1;
  }

  .edit-new-correction__body {
    opacity: 1;
    z-index: 1;
  }

  .edit-new-constructor__body {
    padding-left: 20px;
  }

  .edit-new__moderation-panel-btn .button {
    width: 100%;
    margin-left: 0;
  }

  .like__likes span.txt {
    display: none;
  }

  .comment__head-side {
    margin-top: 8px;
  }

  .comment-you__img-add {
    width: 31%;
    margin-right: 2%;
    margin-bottom: 10px;
  }

  .user_norm .user__img {
    width: 60px;
    height: 60px;
  }

  .user_norm .user__obj {
    min-height: 60px;
    margin-left: 70px;
  }

  .drop-down-side_over .drop-down-side__body {
    right: -5px;
  }

  .drop-down-side_mobile .drop-down-side__body {
    left: 0;
    right: inherit;
  }

  .share_border-no .share__item_border:before {
    padding-top: 2%;
    margin-top: 2%;
  }

  .share_three .share__item {
    width: 100%;
  }

  .share_three .share__item:nth-of-type(4n) {
    display: none;
  }

  .share_three .share__item:nth-of-type(4n + 1) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_three .share__item:nth-of-type(4n + 3) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_three .share__item:nth-of-type(2n) {
    display: table;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .share_three-lg .share__item {
    width: 48%;
  }

  .share_three-lg .share__item:nth-of-type(2n) {
    display: none;
  }

  .share_three-lg .share__item:nth-of-type(6n + 1) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_three-lg .share__item:nth-of-type(6n + 3) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_three-lg .share__item:nth-of-type(6n + 5) {
    margin-left: 0;
    margin-right: 0;
  }

  .share_three-lg .share__item:nth-of-type(4n) {
    display: table;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .share_three-lg .share__item:nth-of-type(4n + 1) {
    margin-right: 2%;
    margin-left: 0;
  }

  .share_three-lg .share__item:nth-of-type(4n + 3) {
    margin-right: 0;
    margin-left: 2%;
  }

  .share_three-lg2 .share__item {
    width: 48%;
  }

  .share_three-lg2 .share__item:nth-of-type(2n) {
    display: none;
  }

  .share_three-lg2 .share__item:nth-of-type(6n + 1) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_three-lg2 .share__item:nth-of-type(6n + 3) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_three-lg2 .share__item:nth-of-type(6n + 5) {
    margin-left: 0;
    margin-right: 0;
  }

  .share_three-lg2 .share__item:nth-of-type(4n) {
    display: table;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .share_three-lg2 .share__item:nth-of-type(4n + 1) {
    margin-right: 2%;
    margin-left: 0;
  }

  .share_three-lg2 .share__item:nth-of-type(4n + 3) {
    margin-right: 0;
    margin-left: 2%;
  }

  .share_three2 .share__item {
    width: 100%;
  }

  .share_three2 .share__item:nth-of-type(4n) {
    display: none;
  }

  .share_three2 .share__item:nth-of-type(4n + 1) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_three2 .share__item:nth-of-type(4n + 3) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_three2 .share__item:nth-of-type(2n) {
    display: table;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .share_four .share__item {
    width: 100%;
  }

  .share_four .share__item:nth-of-type(4n) {
    display: none;
  }

  .share_four .share__item:nth-of-type(4n + 1) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_four .share__item:nth-of-type(4n + 3) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_four .share__item:nth-of-type(2n) {
    display: table;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .share_four-md.share_border-no .share__item_border:before {
    padding-top: 2%;
    margin-top: 2%;
  }

  .share_four-md .share__item {
    width: 48%;
  }

  .share_four-md .share__item:nth-of-type(2n) {
    display: none;
  }

  .share_four-md .share__item:nth-of-type(6n + 1) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_four-md .share__item:nth-of-type(6n + 3) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_four-md .share__item:nth-of-type(6n + 5) {
    margin-left: 0;
    margin-right: 0;
  }

  .share_four-md .share__item:nth-of-type(4n) {
    display: table;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .share_four-md .share__item:nth-of-type(4n + 1) {
    margin-right: 2%;
    margin-left: 0;
  }

  .share_four-md .share__item:nth-of-type(4n + 3) {
    margin-right: 0;
    margin-left: 2%;
  }

  .share_five.share_border-no .share__item_border:before {
    padding-top: 1%;
    margin-top: 1%;
  }

  .share_five2 .share__item {
    width: 48%;
  }

  .share_five2 .share__item:nth-of-type(6n) {
    display: none;
  }

  .share_five2 .share__item:nth-of-type(6n + 1) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_five2 .share__item:nth-of-type(6n + 3) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_five2 .share__item:nth-of-type(6n + 5) {
    margin-left: 0;
    margin-right: 0;
  }

  .share_five2 .share__item:nth-of-type(4n) {
    display: table;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .share_five2 .share__item:nth-of-type(4n + 1) {
    margin-right: 2%;
    margin-left: 0;
  }

  .share_five2 .share__item:nth-of-type(4n + 3) {
    margin-right: 0;
    margin-left: 2%;
  }

  .share_five2 .share__item_hide {
    display: block;
  }

  .share_six .share__item {
    width: 48%;
  }

  .share_six .share__item:nth-of-type(6n) {
    display: none;
  }

  .share_six .share__item:nth-of-type(6n + 1) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_six .share__item:nth-of-type(6n + 3) {
    margin-right: 0;
    margin-left: 0;
  }

  .share_six .share__item:nth-of-type(6n + 5) {
    margin-left: 0;
    margin-right: 0;
  }

  .share_six .share__item:nth-of-type(4n) {
    display: table;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .share_six .share__item:nth-of-type(4n + 1) {
    margin-right: 2%;
    margin-left: 0;
  }

  .share_six .share__item:nth-of-type(4n + 3) {
    margin-right: 0;
    margin-left: 2%;
  }

  .share_six .share__item_hide {
    display: block;
  }

  .attached_rating-methods .attached__right {
    width: 100%;
  }

  .attached__obj {
    width: 100%;
  }

  .attached__body2 {
    display: block;
  }

  .attached__left {
    display: block;
    padding-right: 0;
    margin-bottom: 15px;
  }

  .attached__right {
    display: block;
    width: 100%;
  }

  .your-manager__top {
    width: 100%;
    float: none;
  }

  .your-manager__separator {
    display: none;
  }

  .your-manager__bottom {
    width: 100%;
    float: none;
  }

  .manager-connect {
    flex-wrap: wrap;
    justify-content: center;
  }

  .manager-phone {
    width: 100%;
    text-align: center;
  }

  .manager__btn {
    margin-top: 20px;
    width: 100%;
  }

  .marquee-item {
    font-size: 14px;
    padding-right: 30px;
  }

  .marquee-item:after {
    top: -3px;
    right: 9px;
    font-size: 18px;
  }

  .test__background_next {
    height: 0;
  }

  .test__title_age {
    font-size: 35px;
  }

  .test__subtitle_age {
    font-size: 25px;
  }

  .test__txt_age {
    font-size: 21px;
  }

  .test__obj_age {
    margin-top: 200px;
  }

  .test__line {
    margin: 25px 0;
  }

  .test__age {
    margin: 60px auto 70px;
  }

  .test-app__body {
    padding: 30px 0 15px;
  }

  .test-app__link {
    width: calc(50% - 10px);
  }

  .test-app__link_ios {
    margin-right: 20px;
  }

  .re-link .re-link__item {
    padding-right: 0;
  }
}

@media only screen and (max-width: 530px) {
  .hide-xs-only {
    display: none !important;
  }

  .mfp-hide-xs-only {
    display: none !important;
  }
}

@media screen and (max-width: 400px) {
  .new-boss .new-boss-old-style .col {
    width: 100% !important;
    margin-left: 0 !important;
    clear: none !important;
  }
}

@media only screen and (min-width: 788px) and (max-width: 1100px) {
  .hide-md-only {
    display: none !important;
  }

  .mfp-hide-md-only {
    display: none !important;
  }
}

@media only screen and (min-width: 530px) and (max-width: 788px) {
  .hide-sm-only {
    display: none !important;
  }

  .mfp-hide-sm-only {
    display: none !important;
  }
}

@media (max-height: 640px) {
  .new-boss div.block-registration-popup {
    top: 50px !important;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.no-touchevents .publ-slider {
  overflow: hidden;
}

.no-touchevents .publ-slider-gallery .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  transform: translate3d(-57px, 0, 0) !important;
}

.no-touchevents .publ-slider-gallery .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  transform: translate3d(57px, 0, 0) !important;
}

.no-touchevents .publ-slider-gallery .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  transform: translate3d(57px, -57px, 0) !important;
}

.no-touchevents .publ-slider-gallery .fotorama__nav__frame .publ-item__close {
  display: none;
}

.no-touchevents .publ-info-gallery__item .publ-item__close {
  display: none;
}

.publ-layout.flex .one {
  order: 1;
}

.publ-layout.flex .two {
  order: 2;
}

.publ-layout.flex .three {
  order: 3;
}

.publ-layout.flex .four {
  order: 4;
}

.publ-layout.flex .five {
  order: 5;
}

.publ-layout.flex .six {
  order: 6;
}

.publ-layout .bk-agent {
  margin-top: 10px;
}

.publ-page-head {
  margin-top: 30px;
  margin-bottom: 15px;
}

.publ-page-header__person {
  width: 280px;
}

.publ-page-title__edit {
  flex: 0 0 auto;
}

.publ-page-title__edit ~ .title {
  margin-right: 10px;
}

.publ-page__title {
  font-size: 35px;
}

.publ-title__icon {
  position: relative;
  top: 2px;
  white-space: nowrap;
  font-size: 0;
}

.publ-title__icon .link {
  height: 24px;
  display: inline-block;
  line-height: 24px;
}

.publ-title__icon .link + .link {
  margin-left: 7px;
}

.publ-price-block {
  margin-top: 10px;
  margin-bottom: 15px;
}

.publ-price__txt {
  font-size: 30px;
  color: #00B4F0;
  font-weight: bold;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.publ-price__num {
  font-size: 30px;
  color: #00B4F0;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.publ-price__num.del {
  color: #999;
}

.publ-price__btn {
  display: inline-block;
  vertical-align: middle;
  margin-top: 6px;
}

.publ-price__btn .button {
  padding: 4px 10px 5px;
  font-size: 14px;
}

.publ__txt {
  font-size: 18px;
  line-height: 28px;
  word-wrap: break-word;
  word-break: break-word;
}

.publ__txt_sec {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}

.publ-act .cb-item__txt {
  font-size: 18px;
}

.publ-act .cb-col {
  margin-right: 20px;
}

.publ-info-card {
  padding: 20px 20px 25px;
  background: #E9F6E9;
  border-radius: 10px;
}

.publ-info-card.del {
  background: #ECEEF2;
}

.publ-info__key {
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  width: 230px;
  margin-right: 20px;
}

.publ-info__value {
  display: block;
  font-size: 18px;
}

.publ-info-content {
  font-size: 18px;
  line-height: 1.5;
}

.publ-block-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.publ-block-title .user-articles-info {
  margin-bottom: 0;
}

.publ-block-title .publ-item__edit i,
.publ-block-title .publ-item__edit span {
  vertical-align: middle;
}

.publ-block__title {
  font-size: 21px;
  font-weight: bold;
}

.publ-block-list {
  width: 100%;
}

.publ-block-list_big .publ-info__key {
  width: 160px;
}

.publ-block-list.md {
  max-width: 540px;
}

.publ-block-list.sm .publ-block__item {
  justify-content: flex-start;
}

.publ-block-list.sm .publ-info__key {
  width: 40%;
}

.publ-block-list.sm .publ-info__value {
  margin-left: 20px;
}

.publ-block__item {
  display: flex;
  justify-content: flex-start;
}

.publ-block__item + .publ-block__item {
  margin-top: 15px;
}

.publ-item__status {
  border-radius: 15px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 8px;
  font-size: 11px;
  display: inline-block;
  margin-top: 5px;
}

.publ-item__status.lease {
  background-color: #FA961E;
}

.publ-item__status.sale {
  background-color: #6FC26F;
}

.publ-item__edit {
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}

.publ-item__edit i {
  opacity: .2;
  margin-right: 8px;
  transition: opacity 150ms ease;
}

.publ-item__edit .glob-link {
  vertical-align: middle;
  font-size: 16px;
  font-weight: normal;
}

.publ-item__edit:hover i {
  opacity: .5;
}

.publ-item__edit:hover .glob-link {
  text-decoration: underline;
}

.publ-item__close {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.publ-item__close:hover {
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.15);
}

.publ-file-list {
  display: flex;
  flex-wrap: wrap;
}

.publ-file__item {
  width: calc((100% - 20px)/2);
  margin-bottom: 10px;
}

.publ-file__item:nth-of-type(odd) {
  margin-right: 20px;
}

.publ-file__link {
  font-size: 0;
}

.publ-file__link:hover .publ-file__name {
  text-decoration: underline;
}

.publ-file__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.publ-file-info {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 75px);
}

.publ-file__name {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.publ-file__size {
  color: rgba(0, 0, 0, 0.4);
}

.publ-comment {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 15px 20px;
}

.publ-comment-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.publ-comment-block.txt {
  padding: 8px 0;
}

.publ-comment__title {
  opacity: .4;
  margin-bottom: 5px;
  font-weight: normal;
}

.publ-comment__textarea {
  border: none;
  background-color: transparent;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  resize: none;
  width: calc(100% - 133px);
  padding: 8px 0;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.publ-comment__textarea:focus {
  outline: none;
}

.publ-comment__textarea::placeholder {
  color: #000;
  opacity: .4;
  font-weight: normal;
}

.publ-comment__txt {
  font-size: 18px;
  line-height: 24px;
  width: calc(100% - 133px);
  word-wrap: break-word;
  word-break: break-word;
}

.publ-comment__icon {
  opacity: .2;
  padding-right: 8px;
}

.publ-comment__icon i {
  vertical-align: middle;
}

.publ-comment-edit {
  width: 113px;
  text-align: right;
  margin-left: 20px;
}

.publ-comment-edit:hover .publ-comment__icon {
  opacity: .5;
}

.publ-comment-edit__txt {
  border-bottom: 1px dashed;
  vertical-align: middle;
  font-size: 18px;
}

.publ-comment-edit__txt:hover {
  text-decoration: none !important;
}

.publ-comment__btn {
  display: block;
  width: 113px;
  height: 40px;
  font-size: 16px;
  line-height: 39px;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-left: 20px;
  border-radius: 6px;
}

.publ-comment__btn.green {
  background-color: #1EA01E;
}

.publ-comment__btn.green:hover {
  background-color: #198219;
}

.publ-comment__btn.red {
  background-color: #ff0000;
}

.publ-comment__btn.red:hover {
  background-color: #cc0202;
}

.publ-rating {
  border: 1px solid #B7B7B7;
  border-radius: 6px;
  padding: 20px;
  display: flex;
  justify-content: center;
  user-select: none;
}

.publ-rating-item {
  font-size: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.publ-rating-item.active {
  pointer-events: none;
}

.publ-rating-item.active .publ-rating__icon {
  border: none;
  opacity: 1;
}

.publ-rating-item.active .publ-rating__icon i.normal {
  display: none;
}

.publ-rating-item.active .publ-rating__icon i.active {
  display: inline-block;
}

.publ-rating-item.active:hover .publ-rating__icon {
  opacity: 1;
}

.publ-rating-item.active.like .publ-rating__icon {
  background-color: #1EA01E;
}

.publ-rating-item.active.normal .publ-rating__icon {
  background-color: #FFBE0A;
}

.publ-rating-item.active.dislike .publ-rating__icon {
  background-color: #FF0000;
}

.publ-rating-item:hover .publ-rating__icon {
  opacity: .5;
}

.publ-rating-item + .publ-rating-item {
  margin-left: 30px;
}

.publ-rating__icon {
  border: 2px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  opacity: .2;
  transition: opacity .1s linear;
}

.publ-rating__icon i.active {
  display: none;
}

.publ-rating__txt {
  font-size: 18px;
  line-height: 20px;
}

.publ-msg-modal {
  width: 100%;
  max-width: 460px;
  padding: 20px 30px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
}

.publ-msg-modal .bk-textarea {
  min-height: 110px;
}

.publ-modal-agent {
  display: flex;
}

.publ-modal-agent .bk-agent-info {
  flex: 0 1 30%;
}

.publ-modal__title {
  display: inline-block;
}

.publ__phone {
  font-size: 35px;
  font-weight: bold;
}

.publ-phone-modal {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  padding: 30px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.publ-phone__close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.publ-phone__close i {
  opacity: .2;
}

.publ-phone__close:hover i {
  opacity: .5;
}

.publ-phone2-modal {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 64px 30px 30px;
  background-color: #ffffff;
  border-radius: 10px;
}

.publ-phone2-modal .publ-phone__close {
  border: none;
  background: transparent;
}

.publ-phone2-modal .bk-agent-info {
  align-items: flex-start;
  margin-right: 20px;
}

.publ-phone2-modal .bk-agent__txt {
  font-size: 18px;
  line-height: 26px;
}

.publ-phone2-modal .publ-modal-agent {
  justify-content: space-between;
  margin-bottom: 20px;
}

.publ-phone2-modal .publ-modal-agent .bg-index {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 165px;
}

.publ-phone2-modal .publ-modal-agent .bg-index__percent {
  display: flex;
  margin-bottom: 2px;
}

.publ-phone2-modal .publ-modal-agent .bg-index__percent .icon-24_green_star {
  margin-right: 10px;
}

.publ-phone2-modal .publ-modal-agent .bg-index__percent span.percent {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}

.publ-phone2-modal .publ-modal-agent .bg-index__text {
  line-height: 23px;
}

.publ-phone2-modal .publ__phone {
  margin-bottom: 18px;
  line-height: 50px;
}

.publ-phone2-modal .btn_group {
  display: flex;
}

.publ-phone2-modal .btn_group .button {
  padding: 8px 16px;
  line-height: 24px;
}

.publ-phone2-modal .btn_group .button.green.paint {
  margin-right: 10px;
}

.publ-phone2-modal .publ__txt {
  line-height: 26px;
}

.publ-phone2-modal .publ-act .cb-col {
  margin-top: 0;
}

.publ-phone2-modal .publ-act .cb-col:first-of-type {
  margin-right: 30px;
}

.publ-phone2-modal .publ-act button.cb-item {
  border: none;
  background: transparent;
  border-radius: 5px;
}

.publ-phone2-modal .publ-act button.cb-item:hover,
.publ-phone2-modal .publ-act button.cb-item:active {
  background-color: #E9F6E9;
}

.publ-video__btn {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 10;
}

.publ-video__btn.button {
  padding-left: 15px;
  padding-right: 15px;
}

.publ-video__btn ~ .publ-slider-gallery .fotorama__nav-wrap {
  margin-left: 121px;
}

.publ-slider {
  position: relative;
  min-height: 140px;
  max-height: 34em;
  margin-top: 10px;
}

.publ-slider-load__label {
  border: 2px dashed rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  display: block;
  background: white;
  cursor: pointer;
  text-align: center;
  padding-top: 11px;
  transition: all .3s;
  position: relative;
  z-index: 10;
}

.publ-slider-load__label:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-color: transparent;
}

.publ-slider-load__label:hover .publ-slider-load__icon {
  opacity: .5;
}

.publ-slider-load__input {
  display: none;
}

.publ-slider-load__icon {
  opacity: .2;
}

.publ-slider-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
}

.publ-slider__logo {
  position: relative;
}

.publ-slider__logo .publ-item__close {
  position: absolute;
  right: 5px;
  top: 5px;
}

.publ-slider-gallery .publ-modal__title {
  font-weight: bold;
  font-size: 21px;
  color: #fff;
  text-align: center;
  margin: 20px 135px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.publ-slider-gallery .publ-kit-nav__frame {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  top: 10px;
  vertical-align: top;
  transition: all .3s;
}

.publ-slider-gallery .publ-kit-nav__frame i {
  transition: all .3s;
}

.publ-slider-gallery .publ-kit-nav__frame:hover {
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.publ-slider-gallery .publ-kit-nav__frame:hover i {
  opacity: .5;
}

.publ-slider-gallery .fotorama__wrap {
  width: 100% !important;
  z-index: 3;
}

.publ-slider-gallery .fotorama__wrap--video .fotorama__video-close {
  display: none;
}

.publ-slider-gallery .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none !important;
}

.publ-slider-gallery .fotorama__img {
  border-radius: 6px !important;
  object-fit: cover;
  width: 100% !important;
  left: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

.publ-slider-gallery .fotorama__thumb {
  border-radius: 6px !important;
}

.publ-slider-gallery .fotorama__thumb-border {
  border-radius: 6px !important;
  border-color: #fff;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
}

.publ-slider-gallery .fotorama__nav {
  text-align: left;
}

.publ-slider-gallery .fotorama__nav__shaft {
  margin-left: 1px;
}

.publ-slider-gallery .fotorama__nav__frame {
  position: relative;
}

.publ-slider-gallery .fotorama__nav__frame .fotorama__video-play {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M12%2C2%20C6.488281%2C2%202%2C6.488281%202%2C12%20C2%2C17.511719%206.488281%2C22%2012%2C22%20C17.511719%2C22%2022%2C17.511719%2022%2C12%20C22%2C6.488281%2017.511719%2C2%2012%2C2%20Z%20M12%2C4%20C16.429688%2C4%2020%2C7.570313%2020%2C12%20C20%2C16.429688%2016.429688%2C20%2012%2C20%20C7.570313%2C20%204%2C16.429688%204%2C12%20C4%2C7.570313%207.570313%2C4%2012%2C4%20Z%20M9%2C8.69951446%20L9%2C15.3004855%20C9%2C15.8527703%209.44771525%2C16.3004855%2010%2C16.3004855%20C10.1699442%2C16.3004855%2010.3370849%2C16.257175%2010.4856429%2C16.1746428%20L16.4265169%2C12.8741573%20C16.9093006%2C12.6059441%2017.0832444%2C11.9971408%2016.8150312%2C11.5143571%20C16.7243423%2C11.351117%2016.589757%2C11.2165316%2016.4265169%2C11.1258427%20L10.4856429%2C7.82535718%20C10.0028592%2C7.557144%209.39405591%2C7.7310878%209.12584272%2C8.21387153%20C9.0433105%2C8.36242953%209%2C8.52957021%209%2C8.69951446%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  display: inline-block !important;
  width: 24px !important;
  height: 24px !important;
  background-position: 0 0;
  margin-left: -13px;
  margin-top: -13px;
}

.publ-slider-gallery .fotorama__nav__frame .publ-item__close {
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 5px;
}

.publ-slider-gallery .fotorama__nav__frame:last-child .publ-item__close {
  right: -5px;
}

.publ-slider-gallery .fotorama__nav__frame:hover .publ-item__close {
  display: block;
}

.publ-slider-gallery .fotorama__video {
  top: 0;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.publ-slider-gallery .fotorama__video-play {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M34%2C2%20L36%2C2%20C53.673112%2C2%2068%2C16.326888%2068%2C34%20L68%2C36%20C68%2C53.673112%2053.673112%2C68%2036%2C68%20L34%2C68%20C16.326888%2C68%202%2C53.673112%202%2C36%20L2%2C34%20C2%2C16.326888%2016.326888%2C2%2034%2C2%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M49.5514178%2C37.5161122%20L29.536956%2C49.4558382%20C28.1140571%2C50.3046755%2026.272451%2C49.8393067%2025.4236137%2C48.4164078%20C25.1463734%2C47.9516722%2025%2C47.4206001%2025%2C46.8794519%20L25%2C23%20C25%2C21.3431458%2026.3431458%2C20%2028%2C20%20C28.5411482%2C20%2029.0722204%2C20.1463734%2029.536956%2C20.4236137%20L49.5514178%2C32.3633396%20C50.9743166%2C33.212177%2051.4396855%2C35.053783%2050.5908481%2C36.4766819%20C50.3359316%2C36.9039963%2049.9787322%2C37.2611957%2049.5514178%2C37.5161122%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  display: inline-block !important;
  width: 70px !important;
  height: 70px !important;
  background-position: 0 0;
  margin-left: -35px;
  margin-top: -35px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}

.publ-slider-gallery .fotorama__video-play:before {
  content: '';
  position: absolute;
  top: -30px;
  left: -30px;
  width: 130px;
  height: 130px;
}

.publ-slider-gallery .fotorama__arr {
  margin-top: -21px;
}

.publ-slider-gallery .fotorama__wrap--css3 .fotorama__arr {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
  width: 42px !important;
  height: 42px !important;
  background-position: center !important;
  border-radius: 50%;
}

.publ-slider-gallery .fotorama__wrap--css3 .fotorama__arr--prev {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M20%2011C20.5523%2011%2021%2011.4477%2021%2012C21%2012.5523%2020.5523%2013%2020%2013H4C3.44772%2013%203%2012.5523%203%2012C3%2011.4477%203.44772%2011%204%2011H20ZM12.2929%2019.2929C12.6834%2019.6834%2012.6834%2020.3166%2012.2929%2020.7071C11.9024%2021.0976%2011.2692%2021.0976%2010.8787%2020.7071L3.58579%2013.4142C2.80474%2012.6332%202.80474%2011.3668%203.58579%2010.5858L10.8787%203.29289C11.2692%202.90237%2011.9024%202.90237%2012.2929%203.29289C12.6834%203.68342%2012.6834%204.31658%2012.2929%204.70711L5%2012L12.2929%2019.2929Z%22%20fill%3D%22%23ffffff%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  left: 15px;
}

.publ-slider-gallery .fotorama__wrap--css3 .fotorama__arr--next {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M4%2013C3.44772%2013%203%2012.5523%203%2012C3%2011.4477%203.44772%2011%204%2011L20%2011C20.5523%2011%2021%2011.4477%2021%2012C21%2012.5523%2020.5523%2013%2020%2013L4%2013ZM11.7071%204.70711C11.3166%204.31658%2011.3166%203.68342%2011.7071%203.29289C12.0976%202.90237%2012.7308%202.90237%2013.1213%203.29289L20.4142%2010.5858C21.1953%2011.3668%2021.1953%2012.6332%2020.4142%2013.4142L13.1213%2020.7071C12.7308%2021.0976%2012.0976%2021.0976%2011.7071%2020.7071C11.3166%2020.3166%2011.3166%2019.6834%2011.7071%2019.2929L19%2012L11.7071%204.70711Z%22%20fill%3D%22%23ffffff%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  right: 15px;
}

.publ-slider-gallery .fotorama__wrap--css3 .fotorama__arr:hover {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.publ-slider-gallery .fotorama__wrap--css3 .fotorama__arr--disabled {
  display: none !important;
}

.publ-slider-gallery .fotorama__wrap--css3 .fotorama__fullscreen-icon {
  background-color: rgba(0, 0, 0, 0.1) !important;
  width: 42px !important;
  height: 42px !important;
  background-position: center !important;
  border-radius: 50%;
  top: 15px;
  right: 15px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19%2C19%20L19%2C15%20C19%2C14.4477153%2019.4477153%2C14%2020%2C14%20C20.5522847%2C14%2021%2C14.4477153%2021%2C15%20L21%2C20%20C21%2C20.5522847%2020.5522847%2C21%2020%2C21%20L15%2C21%20C14.4477153%2C21%2014%2C20.5522847%2014%2C20%20C14%2C19.4477153%2014.4477153%2C19%2015%2C19%20L19%2C19%20Z%20M19%2C5%20L15%2C5%20C14.4477153%2C5%2014%2C4.55228475%2014%2C4%20C14%2C3.44771525%2014.4477153%2C3%2015%2C3%20L20%2C3%20C20.5522847%2C3%2021%2C3.44771525%2021%2C4%20L21%2C9%20C21%2C9.55228475%2020.5522847%2C10%2020%2C10%20C19.4477153%2C10%2019%2C9.55228475%2019%2C9%20L19%2C5%20Z%20M5%2C19%20L9%2C19%20C9.55228475%2C19%2010%2C19.4477153%2010%2C20%20C10%2C20.5522847%209.55228475%2C21%209%2C21%20L4%2C21%20C3.44771525%2C21%203%2C20.5522847%203%2C20%20L3%2C15%20C3%2C14.4477153%203.44771525%2C14%204%2C14%20C4.55228475%2C14%205%2C14.4477153%205%2C15%20L5%2C19%20Z%20M5%2C5%20L5%2C9%20C5%2C9.55228475%204.55228475%2C10%204%2C10%20C3.44771525%2C10%203%2C9.55228475%203%2C9%20L3%2C4%20C3%2C3.44771525%203.44771525%2C3%204%2C3%20L9%2C3%20C9.55228475%2C3%2010%2C3.44771525%2010%2C4%20C10%2C4.55228475%209.55228475%2C5%209%2C5%20L5%2C5%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  opacity: 1 !important;
}

.publ-slider-gallery .fotorama__wrap--css3 .fotorama__fullscreen-icon:hover {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.publ-slider-gallery .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  opacity: 1 !important;
}

.publ-slider-gallery .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  transform: none !important;
}

.publ-slider-gallery .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  transform: none !important;
}

.publ-slider-gallery .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  transform: none !important;
}

.publ-slider-gallery .fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  transform: translate3d(57px, -57px, 0) !important;
}

.publ-slider-gallery .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  transform: translate3d(-57px, 0, 0) !important;
}

.publ-slider-gallery .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  transform: translate3d(57px, 0, 0) !important;
}

.publ-slider-gallery.fotorama--fullscreen .fotorama__wrap--css3 .fotorama__arr {
  background-color: transparent !important;
  width: 50px !important;
  height: 70px !important;
  background-position: center !important;
  margin-top: 35px;
}

.publ-slider-gallery.fotorama--fullscreen .fotorama__wrap--css3 .fotorama__arr:hover {
  opacity: .6 !important;
}

.publ-slider-gallery.fotorama--fullscreen .fotorama__wrap--css3 .fotorama__arr--prev {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2250%22%20height%3D%2270%22%20viewBox%3D%220%200%2050%2070%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M0.467664%203.28527C-0.242146%202.43896%20-0.131489%201.17747%200.714823%200.467664C1.56113%20-0.242146%202.82262%20-0.13149%203.53243%200.714822L29.5324%2031.7148C30.1559%2032.4582%2030.1559%2033.5419%2029.5324%2034.2853L3.53243%2065.2853C2.82262%2066.1316%201.56113%2066.2422%200.714823%2065.5324C-0.131489%2064.8226%20-0.242146%2063.5611%200.467664%2062.7148L25.3897%2033L0.467664%203.28527Z%22%20transform%3D%22translate(40%2068)%20rotate(180)%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  display: inline-block !important;
  width: 50px !important;
  height: 70px !important;
  left: 15px;
}

.publ-slider-gallery.fotorama--fullscreen .fotorama__wrap--css3 .fotorama__arr--next {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2250%22%20height%3D%2270%22%20viewBox%3D%220%200%2050%2070%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M0.467664%203.28527C-0.242146%202.43896%20-0.131489%201.17747%200.714823%200.467664C1.56113%20-0.242146%202.82262%20-0.13149%203.53243%200.714822L29.5324%2031.7148C30.1559%2032.4582%2030.1559%2033.5419%2029.5324%2034.2853L3.53243%2065.2853C2.82262%2066.1316%201.56113%2066.2422%200.714823%2065.5324C-0.131489%2064.8226%20-0.242146%2063.5611%200.467664%2062.7148L25.3897%2033L0.467664%203.28527Z%22%20transform%3D%22translate(10%202)%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  display: inline-block !important;
  width: 50px !important;
  height: 70px !important;
  right: 15px;
}

.publ-slider-gallery.fotorama--fullscreen .fotorama__wrap--css3 .fotorama__arr:hover {
  background-color: transparent !important;
}

.publ-slider-gallery.fotorama--fullscreen .fotorama__wrap--css3 .fotorama__nav {
  text-align: center;
}

.publ-slider-gallery.fotorama--fullscreen .fotorama__wrap--css3 .fotorama__nav__frame {
  width: 100px !important;
  height: 75px !important;
}

.publ-slider-gallery.fotorama--fullscreen .fotorama__wrap--css3 .fotorama__nav__frame .fotorama__img {
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
}

.publ-slider-gallery.fotorama--fullscreen .fotorama__wrap--css3 .fotorama__nav__frame.fotorama__active:after {
  content: none;
}

.publ-slider-gallery.fotorama--fullscreen .fotorama__wrap--css3 .fotorama__nav__frame:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.publ-slider-gallery.fotorama--fullscreen .fotorama__wrap--css3 .fotorama__nav .publ-kit-nav__frame {
  display: none;
}

.publ-slider-gallery.fotorama--fullscreen .fotorama__wrap--css3 .fotorama__img {
  border-radius: 0 !important;
}

.publ-slider-gallery.fotorama--fullscreen .fotorama__wrap--css3 .fotorama__thumb {
  border-radius: 0 !important;
}

.publ-slider-gallery.fotorama--fullscreen .fotorama__wrap--css3 .fotorama__thumb-border {
  display: none !important;
}

.publ-slider-gallery.fotorama--fullscreen .fotorama__wrap--css3 .fotorama__stage {
  background: transparent;
}

.publ-slider-gallery.fotorama--fullscreen .fotorama__wrap--css3 .fotorama__stage__frame {
  top: 67px !important;
  height: calc(100% - 67px);
}

.publ-slider-gallery.fotorama--fullscreen .fotorama__wrap--css3 .fotorama__stage__frame img {
  vertical-align: middle !important;
}

.publ-slider-gallery.fotorama--fullscreen .fotorama__wrap--css3 .fotorama__fullscreen-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.5857864%2C12%20L3.29289322%2C4.70710678%20C2.90236893%2C4.31658249%202.90236893%2C3.68341751%203.29289322%2C3.29289322%20C3.68341751%2C2.90236893%204.31658249%2C2.90236893%204.70710678%2C3.29289322%20L12%2C10.5857864%20L19.2928932%2C3.29289322%20C19.6834175%2C2.90236893%2020.3165825%2C2.90236893%2020.7071068%2C3.29289322%20C21.0976311%2C3.68341751%2021.0976311%2C4.31658249%2020.7071068%2C4.70710678%20L13.4142136%2C12%20L20.7071068%2C19.2928932%20C21.0976311%2C19.6834175%2021.0976311%2C20.3165825%2020.7071068%2C20.7071068%20C20.3165825%2C21.0976311%2019.6834175%2C21.0976311%2019.2928932%2C20.7071068%20L12%2C13.4142136%20L4.70710678%2C20.7071068%20C4.31658249%2C21.0976311%203.68341751%2C21.0976311%203.29289322%2C20.7071068%20C2.90236893%2C20.3165825%202.90236893%2C19.6834175%203.29289322%2C19.2928932%20L10.5857864%2C12%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  display: inline-block !important;
  width: 24px !important;
  height: 24px !important;
}

.publ-slider-gallery.fotorama--fullscreen .fotorama__wrap--css3 .fotorama__fullscreen-icon:before {
  content: '';
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: -60px;
  top: 8px;
}

.publ-slider-gallery.fotorama--fullscreen .fotorama__wrap--css3 .fotorama__fullscreen-icon:hover {
  background-color: transparent !important;
  opacity: .6 !important;
}

.publ-slider-gallery.fotorama--fullscreen .fotorama__wrap--css3 .fotorama__img {
  width: auto !important;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.publ-slider-gallery.fotorama--fullscreen .publ-item__close {
  display: none;
}

.publ-slider-gallery > *:first-child:not(.fotorama__wrap) {
  display: none;
}

.publ-slider-preload {
  padding-bottom: calc(57% + 70.5px);
}

.publ-index {
  background-color: #ECEEF2;
  border-radius: 10px;
  padding: 20px 20px 0;
}

.publ-index-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.publ-index-head__txt {
  font-size: 18px;
  line-height: 28px;
  padding-right: 10px;
}

.publ-index__help i {
  opacity: .2;
  vertical-align: middle;
}

.publ-index__help:hover i {
  opacity: .5;
}

.publ-index-btn {
  display: flex;
  justify-content: space-between;
}

.publ-index-btn .button {
  padding-left: 10px;
  padding-right: 10px;
  flex-grow: 1;
}

.publ-index__btn {
  margin-bottom: 20px;
  margin-right: 20px;
}

.publ-index__btn .bk-item {
  justify-content: center;
}

.publ-index__btn:last-of-type {
  margin-right: 0;
}

.publ-index-progress {
  display: flex;
  align-items: center;
}

.publ-index-progress__num {
  padding-right: 7px;
  font-size: 18px;
  font-weight: bold;
}

.publ-index__progress {
  flex-grow: 1;
  border-radius: 17px;
  height: 10px;
  background-color: #cecece;
  position: relative;
}

.publ-index__progress .determinate {
  position: absolute;
  background-color: #1EA01E;
  left: 0;
  top: 0;
  border-radius: 17px;
  height: 100%;
}

.publ-tooltip {
  position: absolute;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.75);
  transition: opacity .2ms linear;
}

.publ-tooltip .arrow {
  width: 0;
  height: 0;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(0, 0, 0, 0.75);
}

.publ-services-card {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.publ-services-progress-txt {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.publ-services-progress__txt {
  font-size: 16px;
  padding-right: 10px;
}

.publ-services-progress__num {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}

.publ-services__progress {
  border-radius: 17px;
  height: 5px;
  background-color: #cecece;
  position: relative;
}

.publ-services__progress .determinate {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 17px;
  height: 100%;
}

.publ-services__progress.pro .determinate {
  background-color: #007DC5;
}

.publ-services__progress.showcase .determinate {
  background-color: #1EA01E;
}

.publ-plus-block {
  border-radius: 10px;
  overflow: hidden;
}

.publ-plus-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.publ-plus-head .bk-breadcrumbs {
  width: auto;
  margin-left: 10px;
}

.publ-plus-head .bk-breadcrumbs__item {
  padding-right: 20px;
}

.publ-plus-head .bk-breadcrumbs__item::after {
  right: 2px;
}

.publ-plus-item {
  padding: 20px 20px 0;
}

.publ-plus-item + .publ-plus-item {
  margin-top: 2px;
}

.publ-plus-item.pro {
  background-color: #1EA01E;
}

.publ-plus-item.top {
  background-color: #FA961E;
}

.publ-plus-item.showcase {
  background-color: #007DC5;
}

.publ-plus-item.mail {
  background-color: #00A79D;
}

.publ-plus-item__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
}

.publ-plus-item__title:hover .publ-plus-item__icon {
  background: rgba(0, 0, 0, 0.5);
}

.publ-plus-item__icon {
  background: rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  transition: .1ms;
}

.publ-plus-item__txt {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.publ-plus-item__arrow {
  margin-left: auto;
}

.publ-plus-item__arrow i {
  vertical-align: middle;
  transition: .4s;
}

.publ-plus-item__arrow i.active {
  transform: rotate(180deg);
  transform-origin: center;
}

.publ-plus-info {
  border-top: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.publ-plus-info__txt {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}

.publ-plus-info__link {
  text-decoration: underline;
}

.publ-plus-info-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.publ-plus-info__price {
  font-size: 21px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  margin-right: 10px;
}

.publ-plus-info__btn {
  height: 30px;
  line-height: 29px;
  font-size: 14px;
  border: 1px solid #FFFFFF;
  color: #fff;
  border-radius: 6px;
  background-color: transparent;
  text-align: center;
  padding: 0 10px;
  transition: all .1s linear;
}

.publ-plus-info__btn:hover {
  background-color: #fff;
}

.publ-plus-info__btn:hover.green {
  color: #1EA01E;
}

.publ-plus-info__btn:hover.orange {
  color: #FA961E;
}

.publ-plus-info__btn:hover.blue {
  color: #007DC5;
}

.publ-plus-info__btn:hover.turquoise {
  color: #00A79D;
}

.gb-card-index {
  padding: 16px;
  border: 1px solid #00B4F0;
  border-radius: 10px;
  background-color: #FFFFFF;
}

.gb-card-index__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.gb-card-index__head span.percent {
  margin-left: 8px;
  margin-right: auto;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
}

.gb-card-index__scale {
  width: 100%;
  height: 8px;
  margin-bottom: 16px;
  background-color: #ECEEF2;
  border-radius: 23px;
}

.gb-card-index__bar {
  width: 75%;
  height: 8px;
  background-color: #1EA01E;
  border-radius: 23px;
}

.gb-card-index__text {
  font-size: 16px;
  line-height: 24px;
}

.publ-info-card.publ-info-card_btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
  hyphens: auto;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.publ-info-card.publ-info-card_btn + hr {
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.publ-info-card__button {
  display: inline-block;
  width: 100%;
  padding: 20px;
  text-align: center;
  hyphens: auto;
  word-break: break-word;
  overflow-wrap: break-word;
  border: none;
  background-color: #E9F6E9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
}

.publ-info-card__button span {
  font-size: 18px;
  line-height: 26px;
}

.publ-info-card__button small {
  font-size: 16px;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.4);
}

.publ-info-card__button p {
  position: relative;
  display: inline-block;
  padding-left: 60px;
  text-align: left;
}

.publ-info-card__columns {
  display: flex;
  justify-content: center;
  align-items: center;
}

.publ-info-card__column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.publ-info-card_circle {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  border: 1px solid #1EA01E;
  border-radius: 50px;
}

.publ-info-card_circle i {
  margin-top: 12px;
}

@media screen and (max-width: 1550px) {
  .publ-index-btn {
    flex-wrap: wrap;
  }

  .publ-index__btn {
    margin-right: 0;
    width: calc((100% - 20px)/2);
  }

  .publ-index__btn:nth-of-type(odd) {
    margin-right: 20px;
  }

  .publ-slider {
    max-height: 28em;
  }
}

@media screen and (max-width: 1100px) {
  .publ-block-list.sm .publ-block__item {
    justify-content: space-between;
  }

  .publ-block-list.sm .publ-info__key {
    width: auto;
  }

  .publ-rating-item {
    display: block;
    text-align: center;
    font-size: 16px;
    width: 33%;
  }

  .publ-rating-item + .publ-rating-item {
    margin-left: 0;
  }

  .publ-rating__icon {
    margin: 0 auto 10px;
  }

  .publ-info__key {
    width: 150px;
  }

  .publ-slider {
    max-height: 20em;
  }

  .publ-slider-logo {
    width: 100px;
  }

  .publ-slider-logo .bk-logo {
    width: 100%;
  }
}

@media screen and (max-width: 788px) {
  .publ-phone2-modal .publ-modal-agent {
    margin-bottom: 0;
  }

  .publ-phone2-modal .publ__phone {
    margin-bottom: 0;
  }

  .publ-page-header__person {
    margin-top: 20px;
    width: 100%;
    max-width: 750px;
  }

  .publ-layout.flex {
    display: flex;
    flex-direction: column;
  }

  .publ-block-list.md {
    max-width: 100%;
  }

  .publ-file__item {
    width: 100%;
  }

  .publ-file__item:nth-of-type(odd) {
    margin-right: 0;
  }

  .publ-person-btn {
    display: flex;
    justify-content: space-between;
  }

  .publ-person__btn {
    flex-grow: 1;
  }

  .publ-person__btn + .publ-person__btn {
    margin-left: 10px;
  }

  .publ-info__key {
    width: 210px;
  }

  .publ-slider {
    max-height: 64vw;
  }

  .publ-slider-logo {
    width: 140px;
  }

  .gb-check-card {
    max-width: 100%;
  }

  .gb-card-content {
    max-width: 100%;
  }

  .gb-card-head {
    justify-content: space-between;
  }

  .gb-card__txt {
    margin-top: 0;
  }
}

@media screen and (max-width: 530px) {
  .publ-page-head {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .publ-page__title {
    font-size: 24px;
  }

  .publ-title__icon {
    top: 4px;
  }

  .publ-block-list_big .publ-info__key {
    width: 100%;
  }

  .publ-block-list.sm .publ-info__value {
    margin-left: 0;
  }

  .publ-block__item {
    display: block;
  }

  .publ-block-title {
    flex-wrap: wrap;
  }

  .publ-block-title.edit {
    flex-wrap: nowrap;
  }

  .publ-rating {
    border: none;
    padding: 0;
  }

  .publ-rating-item {
    font-size: 14px;
  }

  .publ-person-btn {
    display: block;
  }

  .publ-person__btn + .publ-person__btn {
    margin-left: 0;
  }

  .publ-price-block {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .publ-price__txt {
    font-size: 24px;
  }

  .publ-price__num {
    font-size: 24px;
  }

  .publ-index-head__txt {
    font-size: 16px;
  }

  .publ-index__btn {
    width: 100%;
  }

  .publ-index__btn:nth-of-type(odd) {
    margin-right: 0;
  }

  .publ-comment__icon {
    padding-right: 0;
  }

  .publ-comment-block.txt {
    padding: 0;
  }

  .publ-comment__textarea {
    width: calc(100% - 45px);
    padding: 0;
    font-size: 16px;
  }

  .publ-comment__txt {
    width: calc(100% - 45px);
    font-size: 16px;
    word-break: break-word;
  }

  .publ-comment__btn {
    width: 30px;
    height: 30px;
    padding: 3px;
    margin: 0 -3px -3px 15px;
    line-height: initial;
  }

  .publ-comment__btn.green {
    background-color: transparent;
  }

  .publ-comment__btn.green:hover {
    background-color: transparent;
  }

  .publ-comment__btn.red {
    background-color: transparent;
  }

  .publ-comment__btn.red:hover {
    background-color: transparent;
  }

  .publ-comment-edit {
    width: 30px;
    padding: 3px;
    margin: 0 -3px -3px 15px;
  }

  .publ-phone-modal {
    padding: 20px 20px 15px;
  }

  .publ__phone {
    font-size: 22px;
  }

  .publ-slider {
    max-height: 78vw;
    margin-top: 5px;
  }

  .publ-slider-logo {
    width: 100px;
    top: 10px;
    left: 10px;
  }

  .publ-slider-logo .bk-logo {
    width: 100%;
  }

  .publ-slider-gallery {
    /*&.fotorama {
          overflow: auto;
        }*/
  }

  .publ-slider-gallery.fotorama--fullscreen .fotorama__wrap--css3 .fotorama__arr {
    width: 35px !important;
    height: 40px !important;
    margin-top: 47px;
  }

  .publ-slider-gallery .fotorama__wrap {
    width: calc(100% + 20px) !important;
    margin-left: -10px;
    max-width: calc(100% + 20px) !important;
  }

  .publ-slider-gallery .fotorama__img {
    border-radius: 0 !important;
  }

  .publ-slider-gallery .fotorama__nav-wrap {
    padding-left: 10px;
  }

  .publ-slider-gallery .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 20px !important;
  }

  .publ-slider-gallery .publ-modal__title {
    margin: 20px 60px;
  }

  .publ-slider-preload {
    padding-bottom: calc(59.5% + 70px);
  }

  .publ-msg-modal {
    padding: 20px;
  }

  .publ-info__key {
    width: 100%;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 789px) {
  .publ-index__btn {
    width: 100%;
  }

  .publ-index__btn:nth-of-type(odd) {
    margin-right: 0;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .publ-slider-gallery .fotorama__arr {
    background: initial;
  }

  .publ-slider-gallery .fotorama__fullscreen-icon {
    background: initial;
  }

  .publ-slider-gallery .fotorama__nav__frame .fotorama__video-play {
    background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M12%2C2%20C6.488281%2C2%202%2C6.488281%202%2C12%20C2%2C17.511719%206.488281%2C22%2012%2C22%20C17.511719%2C22%2022%2C17.511719%2022%2C12%20C22%2C6.488281%2017.511719%2C2%2012%2C2%20Z%20M12%2C4%20C16.429688%2C4%2020%2C7.570313%2020%2C12%20C20%2C16.429688%2016.429688%2C20%2012%2C20%20C7.570313%2C20%204%2C16.429688%204%2C12%20C4%2C7.570313%207.570313%2C4%2012%2C4%20Z%20M9%2C8.69951446%20L9%2C15.3004855%20C9%2C15.8527703%209.44771525%2C16.3004855%2010%2C16.3004855%20C10.1699442%2C16.3004855%2010.3370849%2C16.257175%2010.4856429%2C16.1746428%20L16.4265169%2C12.8741573%20C16.9093006%2C12.6059441%2017.0832444%2C11.9971408%2016.8150312%2C11.5143571%20C16.7243423%2C11.351117%2016.589757%2C11.2165316%2016.4265169%2C11.1258427%20L10.4856429%2C7.82535718%20C10.0028592%2C7.557144%209.39405591%2C7.7310878%209.12584272%2C8.21387153%20C9.0433105%2C8.36242953%209%2C8.52957021%209%2C8.69951446%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A) 0 0 / contain no-repeat !important;
  }

  .publ-slider-gallery .fotorama__video-play {
    background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M34%2C2%20L36%2C2%20C53.673112%2C2%2068%2C16.326888%2068%2C34%20L68%2C36%20C68%2C53.673112%2053.673112%2C68%2036%2C68%20L34%2C68%20C16.326888%2C68%202%2C53.673112%202%2C36%20L2%2C34%20C2%2C16.326888%2016.326888%2C2%2034%2C2%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M49.5514178%2C37.5161122%20L29.536956%2C49.4558382%20C28.1140571%2C50.3046755%2026.272451%2C49.8393067%2025.4236137%2C48.4164078%20C25.1463734%2C47.9516722%2025%2C47.4206001%2025%2C46.8794519%20L25%2C23%20C25%2C21.3431458%2026.3431458%2C20%2028%2C20%20C28.5411482%2C20%2029.0722204%2C20.1463734%2029.536956%2C20.4236137%20L49.5514178%2C32.3633396%20C50.9743166%2C33.212177%2051.4396855%2C35.053783%2050.5908481%2C36.4766819%20C50.3359316%2C36.9039963%2049.9787322%2C37.2611957%2049.5514178%2C37.5161122%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A) 0 0 / contain no-repeat !important;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.publ-leads-nav__title {
  font-size: 21px;
  font-weight: bold;
}

.publ-leads-item {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}

.publ-leads-item.new {
  background-color: rgba(0, 180, 240, 0.2);
}

.publ-leads-item .mp-entrepreneur {
  width: 70%;
}

.publ-leads-item .mp-entrepreneur__text-container {
  width: calc(100% - 105px);
}

.publ-leads-info {
  display: flex;
  width: calc(100% - 250px);
  align-items: center;
}

.publ-leads-act {
  margin-left: auto;
  width: 30%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.publ-leads-act__txt {
  font-size: 21px;
  display: inline-block;
  position: relative;
}

.publ-leads-act__date {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.publ-leads-act.mobile .publ-leads-act__txt {
  padding-right: 30px;
}

.publ-leads-act.mobile .publ-leads-act__txt:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 0;
  opacity: .2;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.3076923%2C1%20L7.69230769%2C1%20C6.20615385%2C1%205%2C2.12%205%2C3.5%20L5%2C20.5%20C5%2C21.879999%206.20615385%2C23%207.69230769%2C23%20L16.3076923%2C23%20C17.7938462%2C23%2019%2C21.879999%2019%2C20.5%20L19%2C3.5%20C19%2C2.12%2017.7938462%2C1%2016.3076923%2C1%20Z%20M12%2C22%20C11.17%2C22%2010.5%2C21.33%2010.5%2C20.5%20C10.5%2C19.67%2011.17%2C19%2012%2C19%20C12.83%2C19%2013.5%2C19.67%2013.5%2C20.5%20C13.5%2C21.33%2012.83%2C22%2012%2C22%20Z%20M17%2C18%20L7%2C18%20L7%2C4%20L17%2C4%20L17%2C18%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.publ-leads-btn {
  margin-left: auto;
}

.publ-leads__btn {
  display: block;
}

.publ-leads__btn:hover i {
  opacity: .5;
}

.publ-leads__btn i {
  opacity: .2;
  vertical-align: middle;
}

@media screen and (max-width: 1100px) {
  .publ-leads-item .mp-entrepreneur {
    width: 60%;
  }

  .publ-leads-info {
    width: calc(100% - 50px);
  }

  .publ-leads-act {
    width: 40%;
  }

  .publ-leads-act.mobile .publ-leads-act__txt {
    padding-right: 0;
  }

  .publ-leads-act.mobile .publ-leads-act__txt:after {
    content: none;
  }
}

@media screen and (max-width: 788px) {
  .publ-leads-item {
    align-items: flex-start;
  }

  .publ-leads-item .mp-entrepreneur {
    width: 100%;
  }

  .publ-leads-item .mp-entrepreneur__text-container {
    width: calc(100% - 90px);
  }

  .publ-leads-info {
    flex-wrap: wrap;
  }

  .publ-leads-act {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
  }

  .publ-leads-act__date {
    display: inline-block;
    overflow: initial;
    text-overflow: inherit;
  }

  .publ-leads-act__date:before {
    display: inline-block;
    content: '/';
    padding-right: 5px;
    background-image: none;
  }

  .publ-leads-btn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 530px) {
  .publ-leads-item {
    padding: 10px;
  }

  .publ-leads-item .mp-entrepreneur {
    padding-right: 40px;
  }

  .publ-leads-item .mp-entrepreneur__text-container {
    width: calc(100% - 70px);
  }

  .publ-leads-btn {
    position: absolute;
    top: 23px;
    margin-top: 0;
    right: 10px;
  }

  .publ-leads-act {
    margin-top: 7px;
  }

  .publ-leads-act__txt {
    font-size: 14px;
  }

  .publ-leads-act__date {
    font-size: 14px;
  }

  .publ-leads-info {
    width: 100%;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

/* overlay at start */

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.gb-check-modal {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  position: relative;
  padding: 30px 70px 40px;
  overflow: hidden;
}

.gb-check-modal.order {
  padding: 30px 0 0;
}

.gb-check__close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.gb-check__close:hover i {
  opacity: .5;
}

.gb-check__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.gb-check__pack {
  font-size: 18px;
  font-weight: bold;
}

.gb-check__tab.button {
  flex: 1 1 auto;
  display: block;
}

.gb-check__tab.button.green.button {
  color: black;
}

.gb-check__tab.button.green.button.active {
  color: white;
}

.gb-check__step {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin-bottom: 15px;
}

.gb-check-form {
  max-width: 270px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.gb-check-agreement {
  background-color: #FAFAFA;
  padding: 25px 25px 30px;
}

.gb-check-agreement .entry-agree {
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.gb-check-card {
  background: rgba(0, 180, 240, 0.15);
  border: 1px solid #00B4F0;
  border-radius: 10px;
  padding: 20px;
  max-width: 280px;
}

.gb-check-preloader {
  text-align: center;
  padding-bottom: 30px;
}

.gb-card-head {
  display: flex;
}

.gb-card-title {
  flex: 1 1 auto;
  margin-bottom: 10px;
  margin-right: 10px;
  max-width: 270px;
}

.gb-card__title {
  font-size: 16px;
  font-weight: bold;
}

.gb-card__txt {
  font-size: 16px;
  margin-bottom: 20px;
}

.gb-card-content {
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.gb-pack-section {
  display: flex;
  align-items: center;
  width: 100%;
}

.gb-pack-section_left {
  width: calc(100% - 260px);
  margin-right: 40px;
}

.gb-pack-section_right {
  width: 220px;
}

.gb-pack-section_right.top {
  align-self: flex-start;
}

.gb-pack-info {
  display: flex;
  align-items: center;
}

.gb-pack__icon {
  margin-right: 25px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fafafa;
  text-align: center;
  flex: 0 0 80px;
  padding-top: 16px;
}

.gb-pack__txt {
  flex: 1 1 auto;
}

.gb-pack__txt .strong {
  font-weight: bold;
}

.gb-pack__item {
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px 0;
  margin-left: 30px;
  position: relative;
}

.gb-pack__item:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  background-color: #FFBE0A;
  left: -30px;
  top: 16px;
}

.gb-pack__item:last-of-type {
  border-bottom: none;
}

.gb-pack__price {
  color: #FA961E;
  font-weight: bold;
  font-size: 18px;
}

.gb-pack__price .price {
  font-size: 35px;
  line-height: 35px;
}

.gb-pack__subtxt {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  padding-top: 8px;
  margin-top: 8px;
}

.gb-pack__time {
  color: #FA961E;
  font-weight: bold;
  font-size: 20px;
  width: 160px;
  display: inline-block;
}

.gb-pack-sublist {
  margin-left: 20px;
  padding-top: 12px;
  display: none;
}

.gb-pack__subitem {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
}

.gb-pack-item__dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gb-pack-item__dropdown i {
  transition: 500ms;
  flex: 0 0 20px;
  margin-left: 10px;
}

.gb-pack-item__dropdown i.active {
  transform: rotate(180deg);
  transition: 500ms;
  transform-origin: center;
}

@media screen and (max-width: 788px) {
  .gb-check-modal {
    max-width: 600px;
    padding: 30px;
  }

  .gb-check-card {
    margin-left: auto;
    margin-right: auto;
  }

  .gb-pack-info {
    margin-bottom: 25px;
    align-items: flex-start;
  }

  .gb-pack-section {
    flex-wrap: wrap;
  }

  .gb-pack-section_left {
    width: 100%;
    margin-right: 0;
  }

  .gb-pack-section_right {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .gb-pack-card {
    background-color: #F0F2F5;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
  }

  .gb-pack-list {
    margin-bottom: 25px;
  }

  .gb-pack-price {
    display: inline-block;
    width: 195px;
  }

  .gb-pack-time {
    display: inline-block;
    width: 195px;
  }
}

@media screen and (max-width: 530px) {
  .gb-check__title {
    font-size: 21px;
    font-weight: normal;
  }

  .gb-check-modal {
    padding: 30px 10px;
  }

  .gb-check__pack {
    font-size: 14px;
  }

  .gb-pack__icon {
    margin-right: 18px;
    padding-top: 14.5px;
    width: 77px;
    height: 77px;
  }

  .gb-pack__item {
    font-size: 14px;
  }

  .gb-pack__item:before {
    top: 14px;
  }

  .gb-card-content {
    max-width: 100%;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.publication-page-header__logo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.publication-page-header__logo .optional-button {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

/*Таблицы*/

.table-block .tb__row {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dashed #c9c8c8;
}

.table-block .tb__row:first-child {
  padding-top: 0;
}

.table-block .tb__row:first-child .tb-col__title {
  display: block;
}

.table-block .tb__row:last-child {
  padding-bottom: 0;
  border: none;
}

.table-block .tb__col {
  flex-shrink: 1;
  margin-right: 20px;
}

.table-block .tb__col:last-child {
  margin-right: 0;
}

.table-block .tb-col__title {
  display: none;
}

/*--- --- ---*/

/*Таблица на странице подборок франшиз*/

.table-block_fr .tb__col {
  width: 100%;
}

.table-block_fr .tb__col_fr-name {
  max-width: 280px;
}

.table-block_fr .tb__col_fr-name .list-item__icon {
  width: 80px;
  border-radius: 5px;
  overflow: hidden;
}

.table-block_fr .tb__col_investment {
  max-width: 280px;
}

.table-block_fr .tb__col_entrance-fee {
  max-width: 180px;
}

.table-block_fr .tb__col_royalty {
  max-width: 180px;
}

.table-block_fr .tb__col_qt-enterprise {
  max-width: 180px;
}

.table-block_fr .tb-col__title {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #bababa;
  margin-bottom: 15px;
}

.table-block_fr .tb-col__content .txt {
  padding-top: 21px;
}

.article.article_collection {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.article.article_collection:hover .desc {
  transform: translateY(0px);
}

.article.article_collection:hover .desc__btn {
  opacity: 1;
}

.article.article_collection .img {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  min-height: 150px;
  background-color: rgba(0, 0, 0, 0.5);
}

.article.article_collection .img img {
  width: 100%;
}

.article.article_collection .desc {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(58px);
  width: 100%;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
  transition: transform 0.25s ease-out;
}

.article.article_collection .desc__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.article.article_collection .desc__btn {
  opacity: 0;
  transition: opacity 0.25s ease-out;
}

.article.article_collection .desc__txt {
  margin-bottom: 20px;
}

/**/

.bus__head.bus__head_fr-collection {
  padding: 8px 0px 77px 0;
}

.bus__head.bus__head_fr-collection .plan-head__breadcrumbs {
  margin-bottom: 37px;
}

.about-block__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.article.article_showcase.article_showcase-collections .desc {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding-top: 35px;
  text-transform: uppercase;
}

/*Добавление коллекции (НЕ общедоступная страничка)*/

.add-collection__selected-fr {
  margin-top: 20px;
}

.add-collection__selected-fr .list {
  max-width: 380px;
  width: 100%;
}

.add-collection__selected-fr .list__item {
  display: inline-block;
  background-color: #1ea01e;
  color: #fff;
  border-radius: 5px;
  padding: 5px 12px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.add-collection__selected-fr .list-item__icon:hover {
  cursor: pointer;
  opacity: .5;
}

.add-collection .form__preview {
  width: 200px;
  margin-bottom: 20px;
}

.add-collection .form__preview_500 {
  max-width: 500px;
  width: 100%;
}

.add-collection .form__preview_300 {
  max-width: 300px;
  width: 100%;
}

.add-collection .form__txt {
  margin-bottom: 5px;
}

.add-collection .form__tooltip {
  width: 280px !important;
  max-width: 380px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  position: absolute;
  top: 77px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  padding: 0px;
  max-height: 125px;
  z-index: 999;
  overflow-y: scroll;
  outline: none;
}

.add-collection .form__tooltip .list__item {
  padding: 2px 10px;
}

.add-collection .form__tooltip .list__item_active {
  background-color: #f0f2f5;
  cursor: pointer;
}

.add-collection .input-edit__logo {
  max-width: 100%;
}

@media screen and (max-width: 1550px) {
  .table-block_fr .tb__col_entrance-fee {
    max-width: 150px;
  }

  .table-block_fr .tb__col_qt-enterprise {
    max-width: 130px;
  }
}

@media screen and (max-width: 1100px) {
  .table-block .tb__row {
    flex-wrap: wrap;
  }

  .table-block .tb__col {
    width: calc(50% - 10px);
    max-width: 100%;
  }

  .table-block .tb-col__title {
    display: block;
  }

  .table-block_fr .tb__col {
    margin-top: 20px;
  }

  .table-block_fr .tb__col:nth-child(odd) {
    margin-right: 0;
  }

  .table-block_fr .tb__col_fr-name {
    margin-top: 0;
    max-width: 100%;
    width: 100%;
  }

  .table-block_fr .tb__col_fr-name .tb-col__title {
    margin-bottom: 15px;
  }

  .table-block_fr .tb-col__title {
    margin-bottom: 10px;
  }

  .table-block_fr .tb-col__content .txt {
    padding-top: 0;
  }
}

@media screen and (max-width: 850px) {
  .article.article_collection .desc {
    transform: translateY(0px);
  }

  .article.article_collection .desc__btn {
    opacity: 1;
  }
}

@media screen and (max-width: 530px) {
  .table-block .tb__col {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.header {
  min-height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 300px 50%;
  position: relative;
}

.header_pro {
  background-position: center;
}

.header__img-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

.header__img-filter_gradient-bottom {
  background-color: transparent;
  background-image: url(../img/fr/new_page/2015/header-shadow.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.header__title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
}

.points-markov {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.points-markov__img {
  margin-right: 10px;
  position: relative;
  left: -2px;
  vertical-align: middle !important;
}

.points-markov__text {
  vertical-align: middle;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
  font-weight: bold;
  padding-right: 10px;
}

.points-markov__link {
  vertical-align: middle;
  color: #ffd753;
}

.points-markov__link:hover {
  text-decoration: underline;
}

.publication-page {
  /*for cascade*/
  /*--- Старые блоки ---*/
}

.publication-page-header {
  *zoom: 1;
  /*for inline-blocks*/
  font-size: 0;
}

.publication-page-header:before,
.publication-page-header:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.publication-page-header__above {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 30px;
}

.publication-page-header__above_kn {
  margin-bottom: 15px;
}

.publication-page-header__above_gb {
  margin-bottom: 15px;
}

.publication-page-header__metadata {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.publication-page-header__metadata_kn {
  display: inline-block;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.4);
}

.publication-page-header__metadata_kn-pro {
  width: calc(100% - 350px);
}

.publication-page-header__metadata_fr {
  margin-bottom: 5px;
  width: 100%;
}

.publication-page-header__metadata_gb-pro {
  width: 100%;
  margin-bottom: 5px;
}

.publication-page-header__status_kn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.publication-page-header__status_kn-pro {
  /*for space between elements*/
  font-size: 21px;
  margin-bottom: 10px;
}

.publication-page-header__status_gb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.publication-page-header__status_gb-pro {
  /*for space between elements*/
  font-size: 21px;
  margin-bottom: 10px;
}

.publication-page-header__breadcrumbs {
  width: 100%;
}

.publication-page-header__breadcrumbs_fr {
  width: calc(100% - 350px);
}

.publication-page-header__breadcrumbs_kn {
  width: calc(100% - 470px);
}

.publication-page-header__breadcrumbs_gb {
  width: calc(100% - 170px);
}

.publication-page-header__buttons {
  float: right;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.publication-page-header__person {
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  /*&_gb {
        float: none;
        position: static;
      }*/
}

.publication-page-header__person_kn {
  position: static;
  float: right;
}

.publication-page-header__logo + .publication-page-header__title {
  padding-top: 100px;
}

.publication-page-header__logo + .publication-page-header__title_fr-base {
  padding-top: 70px;
  margin-bottom: 67px;
}

.publication-page-header__title {
  position: relative;
}

.publication-page-header__title_kn {
  margin-top: 30px;
  float: left;
  width: calc(100% - 300px);
  margin-bottom: 27px;
}

.publication-page-header__title_kn:last-child {
  width: 100%;
}

.publication-page-header__title_gb {
  margin-top: 40px;
  margin-bottom: 42px;
  float: none;
}

.publication-page-header__title_gb-pro {
  margin-bottom: 25px;
  padding-top: 205px;
}

.publication-page-header__title_fr-base {
  margin-bottom: 45px;
}

.publication-page-header__title_fr {
  margin-bottom: 35px;
}

.publication-page-header__points {
  margin-top: 54px;
  margin-bottom: 10px;
}

.publication-page-header__name {
  margin-bottom: 15px;
}

.publication-page-header__investments {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.publication-page-header__toolbar {
  font-size: 0;
}

.publication-page-header__toolbar-container {
  flex-shrink: 0;
  text-align: right;
}

.publication-page-header__toolbar-container_fr {
  width: 350px;
}

.publication-page-header__toolbar-container_kn {
  width: 470px;
  height: 16px;
}

.publication-page-header__toolbar-container_kn-pro {
  width: 350px;
}

.publication-page-header__toolbar-container_gb {
  width: 170px;
}

.publication-page-header__toolbar-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
}

.publication-page-header__toolbar-item:last-child {
  margin-right: 0;
}

.publication-page-header__main {
  padding-right: 300px;
  position: relative;
}

.publication-page-header__archive {
  position: absolute;
  top: 0;
  right: 0;
}

.publication-page-header__contacts {
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
}

.publication-page-header__share .ya-share2__icon {
  width: 32px !important;
  height: 32px !important;
}

.publication-page-header .franchise-archive {
  display: inline-block;
  font-size: 0;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}

.publication-page-header .franchise-archive__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.publication-page-header .franchise-archive__txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}

.publication-page-content__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: -5px;
  margin-top: -5px;
}

.publication-page-content__grey-container {
  background-color: #eceef2;
  border-radius: 5px;
  padding: 15px 20px;
  margin-top: 50px;
}

.publication-page-content__grey-container .kn-obj-info {
  padding-bottom: 0 !important;
}

.publication-page-content__grey-container_request {
  width: 100%;
  max-width: 450px;
}

.publication-page__content .sub-pages {
  margin-top: 50px;
}

.publication-page__content .publication-page-header__title {
  margin-top: 40px;
  margin-bottom: -8px;
}

.publication-page__content .publication-page-header__name {
  margin-bottom: 0;
}

.publication-page-control ~ .publication-page-layout .bk-person {
  margin-top: 50px;
}

.publication-page-layout__right .publication-page-header__person {
  position: static;
  float: none;
}

.publication-page .fr-action-panel {
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 14px 20px 6px;
  margin-top: 50px;
  *zoom: 1;
}

.publication-page .fr-action-panel:before,
.publication-page .fr-action-panel:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.publication-page .fr-action-panel__1 {
  background: url(../img/fr/new_page/tools/3.png) no-repeat 0 0;
  padding-left: 6%;
  float: left;
  width: 26%;
  margin-right: 4%;
}

.publication-page .fr-action-panel__2 {
  background: url(../img/fr/new_page/tools/2.png) no-repeat 0 0;
  padding-left: 7%;
  float: left;
  width: 36%;
  margin-right: 4%;
}

.publication-page .fr-action-panel__3 {
  background: url(../img/fr/new_page/tools/1.png) no-repeat 0 0;
  padding-left: 7%;
  float: left;
  width: 27%;
}

.publication-page .fr-action-panel-list {
  margin-bottom: 20px;
}

.publication-page .fr-action-panel-list__item {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  position: relative;
}

.publication-page .fr-action-panel-list__item_head {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  padding-bottom: 10px;
}

.publication-page .b-franchise-layout__left-content-foto-base {
  width: 100%;
  /*margin-top: 35px;*/
  /*удалить*/
  margin-top: 50px;
  margin-bottom: -2.6px;
}

.publication-page .b-franchise-layout__left-content-foto-base.foto-base-fix li {
  width: 130px;
  margin-right: 2.6px;
  margin-bottom: 2.6px;
  display: block;
  float: left;
  position: relative;
  height: 93px;
  border-radius: 5px;
  overflow: hidden;
}

.publication-page .b-franchise-layout__left-content-foto-base.foto-base-fix img {
  display: block;
  width: 100%;
  height: 100%;
}

.publication-page .b-franchise-layout__left-content-foto-base + .publication-page-content__txt {
  margin-top: 30px;
}

.publication-page .b-franchise-layout__left-content-franchise-info-pro {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ffdb18;
  background: #fff4b3;
  position: relative;
  margin-bottom: 22px;
  margin-top: 35px;
}

.publication-page .b-franchise-layout__left-content-franchise-info-pro_pad {
  padding: 16px 20px 8px;
}

.publication-page .b-franchise-layout__left-content-franchise-info-pro dl {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 7px;
}

.publication-page .b-franchise-layout__left-content-franchise-info-pro dt {
  float: left;
  width: 200px;
  padding-right: 20px;
}

.publication-page .b-franchise-layout__left-content-franchise-info-pro dd {
  margin-left: 200px;
  float: none;
  width: auto;
  padding-right: 0;
  margin-bottom: 0;
}

.publication-page .b-franchise-layout__left-content-franchise-info-pro h2 {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 9px;
}

.publication-page .b-franchise-layout__left-content-pdf {
  margin-bottom: -5px;
}

.publication-page .b-franchise-layout__left-content-edit-button {
  line-height: 18px;
  position: absolute;
  right: 10px;
  top: 6px;
  background: no-repeat 0 3px;
  padding-left: 18px;
  background-image: url(../img/fr/new_page/block-edit-icon.png);
}

.publication-page .b-franchise-layout__left-content-edit-button .edit-franchise-info {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  font-style: normal;
}

.publication-page .publication-page-layout {
  *zoom: 1;
}

.publication-page .publication-page-layout:before,
.publication-page .publication-page-layout:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.publication-page .publication-page-layout__left {
  width: calc(100% - 305px);
  padding-right: 25px;
  float: left;
}

.publication-page .publication-page-layout__left .old-boss__stitle {
  padding-right: 125px;
}

.publication-page .publication-page-layout__right {
  float: right;
  width: 305px;
  padding-left: 25px;
}

.publication-page .akciya-info {
  margin-top: 50px;
  background: #fff4b3;
  border: 1px solid #ffdb18;
  border-radius: 5px;
  padding: 14px 70px 14px 20px;
  position: relative;
}

.publication-page .akciya-info_nomination {
  border-color: #8fe1fd;
  background: #dcf3fb;
}

.publication-page .akciya-info__bhtext {
  font-size: 21px !important;
  line-height: 1.2;
  padding-bottom: 10px;
}

.publication-page .akciya-info__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.publication-page .akciya-info__deadline {
  font-size: 14px;
  background: #ffbe0a url(../img/fr/new_page/2015/akciya_time.png) no-repeat 12px 10px;
  color: #000000 !important;
  width: auto !important;
  border-radius: 5px;
  padding: 9px 8px 8px 30px !important;
  margin-bottom: 11px;
  display: inline-block;
}

.publication-page .akciya-info__htext {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 7px;
}

.publication-page .fr-akciya-percent__icon {
  top: 20px;
  right: 20px;
  position: absolute;
  content: '';
  display: block;
  background: url(../img/fr/new_page/2015/akciya.png) no-repeat -8px 0;
  z-index: 1;
}

.publication-page .fr-akciya-percent__icon-big {
  width: 35px;
  height: 35px;
  background-position: 0 -32px;
}

.publication-page .fr-akciya-percent__icon.icon-nomination-3030 {
  background: url(../img/rating/2016/kubok.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
  background-size: cover;
  display: block;
}

.publication-page .old-boss__stitle {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 45px;
  position: relative;
}

.publication-page .old-boss__stitle + .b-franchise-layout__left-content-foto-base {
  margin-top: 0;
}

.publication-page .button_social {
  display: inline-block;
  margin-top: 35px;
  padding: 11px 12px 9px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #00b4f0;
  text-decoration: none;
  color: #00b4f0;
}

.publication-page .button_social:hover {
  box-shadow: 0 0 11px 0 rgba(50, 50, 50, 0.3);
}

.publication-page .button_social_active {
  background: #00b4f0;
  color: white;
  border: 1px solid #00b4f0;
}

.publication-page .button_social_active .icon {
  background-position: 0 0 !important;
}

.publication-page .button_social_disable {
  background: #bfbfbf;
  color: white;
  border: 1px solid #bfbfbf;
}

.publication-page .button_social_disable .icon {
  background-position: 0 0 !important;
}

.publication-page .button_social-count {
  margin-right: 10px;
  color: inherit;
  width: auto;
  display: inline;
  padding-left: 0;
}

.publication-page .button_social .icon {
  margin-right: 10px;
  position: relative;
  top: -2px;
  background: no-repeat 0 -16px;
  width: 15px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.publication-page .button_social .like-icon {
  background-image: url(../img/fr/new_page/2015/liker.png);
}

.publication-page .interview-ifr {
  border-radius: 5px;
  background: #eceef2;
  margin-top: 35px;
}

.publication-page .interview-ifr.show-self_edit {
  background: none;
  border: 2px dashed #cccccc;
}

.publication-page .interview-ifr.show-self_edit .interview-ifr_pad {
  padding-bottom: 20px;
}

.publication-page .interview-ifr_pad {
  padding: 15px 20px 1px;
}

.publication-page .interview-ifr__htext {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-bottom: 15px;
}

.publication-page .interview-ifr__photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}

.publication-page .interview-ifr__about {
  margin-left: 60px;
  padding-bottom: 20px;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.4);
}

.publication-page .interview-ifr__about span {
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.publication-page .b-franchise-presentation {
  position: relative;
  margin-top: 35px;
  margin-bottom: 15px;
}

.publication-page .b-franchise-presentation__icon {
  width: 30px !important;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #3b3b3b;
  text-align: center;
  line-height: 28px;
  margin-right: 10px;
  box-sizing: border-box;
  padding: 0 !important;
  display: inline-block;
}

.publication-page .b-franchise-presentation__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -110px;
  width: 220px !important;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #3b3b3b !important;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.publication-page .b-franchise-presentation img {
  width: 100%;
}

.publication-page .b-franchise-presentation .icon-h {
  display: none;
}

.publication-page .b-franchise-presentation a:hover .b-franchise-presentation__btn {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.5);
}

.publication-page .b-franchise-presentation a:hover .b-franchise-presentation__icon {
  border-color: #fff;
}

.publication-page .b-franchise-presentation a:hover .b-franchise-presentation__icon .icon-n {
  display: none;
}

.publication-page .b-franchise-presentation a:hover .b-franchise-presentation__icon .icon-h {
  display: inline-block;
}

.publication-page .video-fransh {
  margin-top: 50px;
  background: #000 no-repeat 50%;
  background-size: cover;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.publication-page .video-fransh iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.publication-page .obj-medals {
  display: flex;
  flex-wrap: wrap;
  margin-right: -6px;
  margin-bottom: -5px;
  margin-left: -6px;
}

.publication-page .obj-medal {
  position: relative;
  margin: 0 6px 10px 6px;
}

.publication-page .obj-medal_1 {
  width: 45px;
}

.publication-page .obj-medal_2 {
  width: 80px;
}

.publication-page .obj-medal_3 {
  width: 56px;
}

.publication-page .obj-medal_3 img {
  width: 40px;
}

.publication-page .obj-medal_4 {
  width: 60px;
}

.publication-page .obj-medal-countpro {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  position: absolute;
  top: 19px;
  left: 0;
  width: 100%;
  text-align: center;
}

.publication-page .obj-medal-title {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
  display: block;
}

.publication-page .obj-medal__img {
  display: block;
  margin: 0 auto 10px;
}

.publication-page .property-list {
  padding-bottom: 7px;
  margin: 0;
}

.publication-page .property-list_last {
  padding-bottom: 0;
  margin-bottom: -5px;
}

.publication-page .property-list__dt {
  width: 70%;
  float: left;
  font-size: 16px;
  line-height: 1.4;
}

.publication-page .property-list__dd {
  margin-left: 72%;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}

.publication-page .sub-pages {
  background: #eceef2;
  border-radius: 5px;
  padding: 17px 20px 17px;
}

.publication-page .sub-pages_kn {
  background: none;
  border: 1px solid #d3cb39;
  max-width: 280px;
}

.publication-page .sub-pages__item {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-bottom: 7px;
}

.publication-page .sub-pages__item-h {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 14px;
}

.publication-page .sub-pages__item-link {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.publication-page .sub-pages__item-button {
  padding-top: 12px;
  max-width: 240px;
}

.publication-page .banner-right {
  margin-top: 50px;
}

.publication-page .banner-right img {
  display: block;
  margin: 0 auto;
}

.publication-page .show-self {
  background: #eceef2;
  padding: 15px 20px 22px;
  border-radius: 5px;
  margin-top: 50px;
}

.publication-page .show-self_edit {
  background: none;
  border: 2px dashed #cccccc;
}

.publication-page .show-self_edit .show-self__img {
  opacity: 0.3;
}

.publication-page .show-self_text .show-self__text {
  margin-left: 0;
  text-align: center;
  color: #000000;
}

.publication-page .show-self_map {
  background: url(../img/fr/new_page/2015/map_edit.png) no-repeat 0 0;
  background-size: cover;
}

.publication-page .show-self__text {
  margin-left: 68px;
  font-size: 14px;
  color: #898989;
  padding-bottom: 20px;
}

.publication-page .show-self__text span {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.publication-page .show-self__img {
  display: block;
  width: 53px;
  height: 53px;
  float: left;
  position: relative;
  top: 8px;
}

.publication-page .bbanner {
  width: 100%;
  display: block;
  vertical-align: bottom;
  height: 175px;
  position: relative;
  margin-top: 50px;
  border-radius: 5px;
}

.publication-page .bbanner__shadow {
  width: 280px;
  height: 175px;
  border-radius: 5px;
  background: url(../img/articles/shadow.png) no-repeat 0 bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}

.publication-page .bbanner.show-on-map {
  background: url(../img/fr/new_page/2015/map.png) no-repeat 0 0;
}

.publication-page .bbanner.mobile {
  background: url(../img/fr/new_page/2015/ma.png) no-repeat 0 0;
}

.publication-page .bbanner span {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 17px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
}

.publication-page .franchise-online__news-list {
  margin-bottom: 18px !important;
  border-top: none !important;
  padding-top: 0px !important;
}

.publication-page .franchise-online__news-list-item {
  position: relative;
  margin-top: 12px;
}

.publication-page .franchise-online__news-list-item:first-child {
  margin-top: 0;
}

.publication-page .franchise-online__news-text-link {
  display: block;
  padding: 0 0 4px 0 !important;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.publication-page .franchise-online__news-stext {
  color: #898989;
  font-size: 12px;
  padding-bottom: 0;
}

.publication-page .articles-widget__fb {
  position: relative;
  display: block;
  text-decoration: none;
}

.publication-page .articles-widget__fb:hover ~ .franchise-online__news-text-link {
  text-decoration: underline;
}

.publication-page .articles-widget__fb-shadow {
  width: 280px;
  height: 175px;
  border-radius: 5px;
  background: url(../img/articles/shadow.png) no-repeat 0 bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}

.publication-page .articles-widget__fb-shadow .articles-widget__fb-stat {
  position: absolute;
  bottom: 14px;
  left: 20px;
  color: #ffffff;
}

.publication-page .articles-widget__fb-stat {
  color: #898989;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.publication-page .articles-widget__fb-icon {
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 10px;
  display: inline-block;
}

.publication-page .articles-widget__fb-icon:first-child {
  margin-left: 0;
}

.publication-page .articles-widget__img {
  margin-bottom: 5px;
  display: block;
  border-radius: 5px;
}

.publication-page .franchise-person__prif-block {
  margin-top: 35px;
  padding: 10px 18px 19px;
  border: 2px #d2dceb solid;
  background-color: #fffdd3;
  border-radius: 5px;
}

.publication-page .franchise-person-prif-block__img {
  margin-right: 11px;
}

.publication-page .franchise-person-prif-block__about {
  margin-left: 64px;
}

.publication-page .franchise-person-prif-block__stext {
  position: relative;
  top: 10px;
  color: #000000 !important;
  display: inline !important;
  padding-left: 0 !important;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
}

.publication-page .franchise-person-prif-block__stext sup {
  color: #396ea9;
  text-decoration: underline;
  cursor: pointer;
  bottom: 0.4em;
  font-size: 65%;
}

.publication-page .franchise-person-prif-block__stext sup:hover .hover-about-prif {
  display: block;
}

.publication-page .franchise-person-prif-block__text {
  padding-top: 10px;
  padding-bottom: 14px !important;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.publication-page .hover-about-prif {
  position: absolute;
  bottom: 19px;
  left: -144px;
  display: none;
  width: 284px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  border-radius: 5px;
  padding: 7px 8px 8px !important;
  font-size: 11px !important;
  line-height: 13px;
  font-weight: normal;
  color: #000;
}

.publication-page .hover-about-prif:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #ffffff;
}

.publication-page .hover-about-prif:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transform: rotate(45deg);
  z-index: -1;
}

.publication-page .page-h5 {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 45px;
  padding-bottom: 25px;
}

.publication-page .kn-showcase__item {
  width: 30%;
  margin-left: 3%;
  float: left;
}

.publication-page .kn-showcase__item:first-child {
  margin-left: 0;
}

.publication-page .kn-showcase__img {
  display: block;
  margin-bottom: 7px;
  width: 100%;
  height: auto;
  max-width: 160px;
}

.publication-page .kn-showcase__htext {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-bottom: 11px;
}

.publication-page .kn-showcase__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-bottom: 12px;
}

.publication-page .old-vote__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.publication-page .old-vote__title .old-boss__stitle {
  margin-right: 15px;
  margin-top: 0;
  margin-bottom: 0;
}

.publication-page .old-vote__count {
  width: auto !important;
  color: #000 !important;
  padding-left: 0 !important;
}

.publication-page .old-vote__star {
  display: flex;
}

.publication-page .old-vote__star_title {
  margin-top: 1px;
  margin-bottom: 13px;
}

.publication-page .old-vote__star .vote__star {
  display: inline-block;
  margin-left: 5px;
}

.publication-page .old-vote__num {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  width: auto !important;
  color: #000 !important;
  padding-left: 0 !important;
  margin-top: 1px;
}

.publication-page .old-vote__body {
  padding-top: 20px;
  margin-bottom: -7px;
}

.publication-page .old-vote__no {
  text-align: center;
  padding: 5px 0 20px;
  margin-bottom: 20px;
}

.publication-page .old-vote__no .button {
  margin: 15px auto 0 !important;
}

.publication-page .old-vote__form {
  background-color: #eceef2;
  border-radius: 5px;
  padding: 20px 20px 0 20px;
  margin-bottom: 40px;
}

.publication-page .old-vote__form .form {
  margin-bottom: 20px;
}

.publication-page .old-vote__form .form_vertical .form__group {
  margin-bottom: 20px;
}

.publication-page .old-vote__form .form_full .input-edit__data {
  max-width: 100%;
}

.publication-page .old-vote__form .form__txt {
  font-weight: bold;
  padding-bottom: 5px !important;
}

.publication-page .old-vote__form .form__txt_vote {
  padding-bottom: 0 !important;
  padding-top: 2px;
  padding-right: 10px;
}

.publication-page .old-vote__form .input,
.publication-page .old-vote__form .textarea-input {
  box-sizing: border-box;
}

.publication-page .old-vote__form .textarea-input {
  height: 120px;
}

.publication-page .old-vote__photo {
  position: relative;
  margin-right: 20px;
  float: left;
}

.publication-page .old-vote__photo-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 5px;
}

.publication-page .old-vote__photo-img img {
  width: 100%;
  height: auto;
}

.publication-page .old-vote__photo-del {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #1ea01e;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.publication-page .old-vote__photo-del:hover {
  background-color: #198219;
}

.publication-page .old-vote__photo-del i {
  width: 14px;
  height: 14px;
  background-size: contain;
}

.publication-page .old-vote__add-btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.publication-page .old-vote__add-photo {
  margin-bottom: 20px;
  margin-right: 15px;
}

.publication-page .old-vote__add-photo .icon {
  margin-top: 1px;
}

.publication-page .old-vote__add-photo span {
  width: auto !important;
  color: #fff !important;
  padding-left: 0 !important;
}

.publication-page .old-vote__add-photo input {
  display: none;
}

.publication-page .old-vote__add-review {
  margin-bottom: 20px;
}

.publication-page .old-vote__item {
  margin-bottom: 20px;
}

.publication-page .old-vote__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.publication-page .old-vote__top .old-vote__star {
  margin-bottom: 10px;
}

.publication-page .old-vote__person {
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 10px;
}

.publication-page .old-vote__avatar {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 50%;
}

.publication-page .old-vote__avatar img {
  width: 100%;
  height: auto;
}

.publication-page .old-vote__about {
  display: flex;
  flex-direction: column;
}

.publication-page .old-vote__name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  color: #0088cc;
}

.publication-page .old-vote__date {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #5e5e5e;
}

.publication-page .old-vote__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 10px;
}

.publication-page .old-vote__photo-body {
  margin-bottom: 5px;
}

.publication-page .old-vote__photo-item {
  width: 150px;
  height: 150px;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 5px;
  float: left;
}

.publication-page .old-vote__photo-item img {
  width: 100%;
  height: auto;
}

.publication-page .old-vote__bottom {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.publication-page .old-vote__left {
  float: left;
}

.publication-page .old-vote__use {
  margin-right: 15px;
  float: left;
}

.publication-page .old-vote__use:hover span {
  text-decoration: underline;
  color: #0088cc !important;
}

.publication-page .old-vote__use_plus {
  color: #1ea01e;
}

.publication-page .old-vote__use_plus span {
  color: #1ea01e !important;
}

.publication-page .old-vote__use_minus {
  color: #707070;
}

.publication-page .old-vote__use_minus span {
  color: #707070 !important;
}

.publication-page .old-vote__edit {
  color: #707070;
  float: right;
}

.publication-page .kn-geo-info {
  background: #eceef2;
  border-radius: 5px;
  padding: 20px 20px 15px;
  float: right;
  width: 100%;
  max-width: 450px;
}

.publication-page .object-addresses {
  color: #000000;
  font-size: 16px;
  padding: 0 0 5px 35px;
  position: relative;
  line-height: 19px;
  margin-bottom: 8px;
  margin-top: 13px;
}

.publication-page .object-addresses i {
  position: absolute;
}

.publication-page .object-addresses .icon-grey_map_marker_14x17 {
  left: 2px;
  top: 1px;
}

.publication-page .object-addresses .icon-grey_metro_15x9 {
  top: 4px;
  left: 0;
}

.publication-page .object-addresses:first-of-type {
  margin-top: 0;
}

.publication-page .object-addresses:last-of-type {
  margin-bottom: 0;
}

.publication-page .kn-obj-title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.3;
}

.publication-page .kn-obj-info {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.6;
  margin-top: 3px;
}

.publication-page .action-link {
  color: #0088cc;
  position: relative;
}

.publication-page .action-link:hover::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 1px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed;
  border-color: inherit;
}

.publication-page .object-property {
  margin-top: -5px;
  margin-bottom: -13px;
}

.publication-page .object-property dt {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  padding-right: 2%;
  float: left;
  width: 38%;
  line-height: 1.4;
  padding-bottom: 7px;
  word-wrap: break-word;
  margin: 0;
}

.publication-page .object-property dd {
  font-size: 16px;
  float: left;
  width: 60%;
  line-height: 1.4;
  padding-bottom: 7px;
  margin: 0;
}

.publication-page .kn-map-short {
  cursor: pointer;
  display: block;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}

.publication-page .kn-map-short img {
  width: 100%;
}

.publication-page .b-franchise-show-mobile {
  display: none;
}

.publication-page .kn-work-time {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  padding-bottom: 20px;
}

.publication-page .kn-rentors a {
  float: left;
  margin: 0 20px 20px 0;
}

.publication-page .kn-rentors img {
  display: inline-block;
}

.publication-page .kn-company-short__text {
  padding-bottom: 14px;
}

.publication-page .kn-company-short__img {
  display: block;
  margin-bottom: 27px;
}

.publication-page .kn-hr {
  background: #cccccc;
  height: 1px;
  margin-bottom: 20px;
}

.publication-page .kn-element {
  width: 150px;
  padding: 12px 15px 12px 5px;
  color: #393837;
  font-size: 12px;
  line-height: 14px;
  position: relative;
  border: 1px solid transparent;
}

.publication-page .kn-element-hot {
  background-color: #fff4b5;
  border: 1px solid #ffdb16;
}

.publication-page .kn-element-hot .ribbon {
  left: -6px;
}

.publication-page .kn-element .title {
  display: block;
  line-height: 16px;
  margin: 3px 0 4px;
}

.publication-page .kn-element .title a {
  font-size: 14px;
}

.publication-page .kn-element .ph {
  display: block;
  margin-bottom: 11px;
}

.publication-page div.autow {
  width: auto;
}

.publication-page .ribbon {
  position: absolute;
  top: 18px;
  left: 5px;
  height: 26px;
  padding-left: 11px;
}

.publication-page .ribbon span {
  display: block;
  height: 21px;
  margin-right: -9px;
  padding-right: 20px;
  color: #fff;
  font-size: 13px;
  line-height: 21px;
}

.publication-page .hot-ribbon {
  background: 0 0 no-repeat;
  background-image: url('../img/hot-ribbon.png');
}

.publication-page .franchise-similar {
  border: 1px solid #ffcd05;
  border-radius: 5px;
  margin-top: 20px;
  padding: 14px 20px;
}

.publication-page .franchise-similar__htext {
  padding-bottom: 20px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.publication-page .franshis-vitrina ul {
  *zoom: 1;
}

.publication-page .franshis-vitrina ul:before,
.publication-page .franshis-vitrina ul:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.publication-page .franshis-vitrina li {
  width: 15%;
  margin-left: 5%;
  float: left;
}

.publication-page .franshis-vitrina li:first-child {
  margin-left: 0;
}

.publication-page .franshis-vitrina img {
  display: inline-block;
  vertical-align: baseline;
}

.publication-page .franshis-vitrina p {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.publication-page .franshis-vitrina p + .font-normal-r {
  padding-bottom: 10px;
}

.publication-page .file {
  float: left;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  width: 240px;
  margin-bottom: 15px;
}

.publication-page .file-list {
  *zoom: 1;
  margin-bottom: -15px;
}

.publication-page .file-list:before,
.publication-page .file-list:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.publication-page .file img {
  display: block;
  float: left;
  margin-right: 7px;
}

.publication-page .inform-block {
  margin-top: 50px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
}

.publication-page .inform-block .content-txt {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  margin-right: auto;
}

.publication-page .inform-block .content-btn {
  display: inline-block;
  vertical-align: middle;
}

.publication-page .inform-block .button {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.publication-page .inform-block .button:last-child {
  margin-right: 0;
}

.fr-feedback.side-block .fr-feedback__item {
  width: 100%;
  margin-right: 0;
  float: none;
  margin-bottom: 20px;
}

.fr-feedback.side-block .list-item__icon {
  width: 40px;
  height: 40px;
}

.fr-feedback.side-block .list-item__txt {
  margin-top: 10px;
}

.fr-vacancy.side-block {
  display: block;
  margin-top: -5px;
}

.fr-vacancy.side-block .fr-vacancy__item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}

.fr-vacancy.side-block a.desc__txt {
  display: inline-block;
}

.pop-up_similar-franch {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 5px 5px 20px;
  box-sizing: border-box;
}

.pop-up_similar-franch .pop-up__title {
  padding-right: 40px;
}

.pop-up__similar-fr-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}

.pop-up__similar-fr-item {
  width: 180px;
  flex-shrink: 0;
  padding: 20px;
  margin-right: 15px;
  margin-bottom: 20px;
  background-color: #eceef2;
  border-radius: 5px;
  box-sizing: border-box;
}

.pop-up__similar-fr-item .pop-up__similar-fr-name {
  line-height: 1.2;
  margin-bottom: 10px;
}

.pop-up__similar-fr-link:hover {
  text-decoration: none;
}

.pop-up__similar-fr-link:hover .pop-up__similar-fr-name {
  text-decoration: underline;
}

.pop-up__similar-fr-img {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}

.pop-up__similar-fr-img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.pop-up__similar-fr-about {
  margin-top: 15px;
}

.pop-up__similar-fr-name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #0088cc;
}

.pop-up__similar-fr-stext {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #6b6966;
}

.pop-up__similar-fr-bottom {
  display: flex;
  flex-wrap: wrap;
}

.pop-up__similar-fr-bitem {
  margin-right: 50px;
  margin-bottom: 15px;
}

.pop-up__similar-fr-bitem .pop-up__similar-fr-link {
  display: flex;
  align-items: center;
}

.pop-up__similar-fr-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eceef2;
  margin-right: 10px;
}

@media screen and (max-width: 1550px) {
  .publication-page .kn-geo-info {
    max-width: 370px;
  }
}

@media screen and (max-width: 1380px) {
  .header {
    background-position: center;
  }
}

@media screen and (max-width: 1100px) {
  .pop-up_similar-franch {
    max-width: 610px;
  }

  .publication-page-content__request-data .kn-obj-info {
    padding-bottom: 0 !important;
  }

  .publication-page .publication-page-layout__left {
    width: calc(100% - 295px);
    padding-right: 15px;
  }

  .publication-page .publication-page-layout__right {
    width: 295px;
    padding-left: 15px;
  }

  .publication-page .b-franchise-layout__left-content-foto-base.foto-base-fix {
    height: 94px;
    overflow: hidden;
  }

  .publication-page .b-franchise-layout__left-content-foto-base li:nth-of-type(1n+7) {
    display: none;
  }

  .publication-page .fr-action-panel__1,
  .publication-page .fr-action-panel__2,
  .publication-page .fr-action-panel__3 {
    background: none;
    padding-left: 0;
    width: 30%;
  }

  .publication-page .kn-geo-info {
    float: left;
    max-width: 100%;
  }

  .publication-page .kn-obj-info {
    padding-bottom: 23px;
  }

  .publication-page .object-property dt {
    width: 100%;
    padding-right: 0;
  }

  .publication-page .object-property dd {
    width: 100%;
  }

  .publication-page .franshis-vitrina li {
    width: 20%;
  }

  .publication-page .franshis-vitrina li:nth-child(1n+5) {
    display: none;
  }

  .publication-page .inform-block {
    flex-wrap: wrap;
  }

  .publication-page .inform-block .content-btn {
    display: block;
  }

  .publication-page .inform-block .button {
    margin-top: 10px;
  }
}

@media screen and (max-width: 788px) {
  .pop-up_similar-franch {
    min-width: 290px;
    padding-right: 20px;
  }

  .pop-up__similar-fr-item {
    width: 100%;
    padding: 10px;
  }

  .pop-up__similar-fr-img {
    width: 100px;
    height: 75px;
    padding-bottom: 0;
    margin-right: 10px;
    float: left;
  }

  .pop-up__similar-fr-about {
    width: calc(100% - 110px);
    margin-top: 0;
    float: left;
  }

  .publication-page {
    /*for cascade*/
  }

  .publication-page-header__above {
    display: block;
    margin-bottom: 35px;
  }

  .publication-page-header__metadata {
    line-height: 1.5;
  }

  .publication-page-header__metadata_fr {
    margin-bottom: 15px;
  }

  .publication-page-header__metadata_kn-pro {
    width: 100%;
  }

  .publication-page-header__metadata_gb-pro {
    margin-bottom: 10px;
  }

  .publication-page-header__breadcrumbs_fr {
    width: 100%;
  }

  .publication-page-header__breadcrumbs_kn {
    width: 100%;
  }

  .publication-page-header__breadcrumbs_gb {
    width: 100%;
  }

  .publication-page-header__toolbar-container {
    width: 100%;
    text-align: left;
    line-height: 1.5;
  }

  .publication-page-header__toolbar-container_kn {
    height: auto;
  }

  .publication-page-header__toolbar-item {
    margin-right: 20px;
    margin-top: 15px;
  }

  .publication-page-header__main {
    padding-right: 0;
  }

  .publication-page-header__person {
    position: relative;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    /*&_gb {

        }*/
  }

  .publication-page-header__person_kn {
    float: left;
  }

  .publication-page-header__logo + .publication-page-header__title {
    padding-top: 25px;
  }

  .publication-page-header__title_kn {
    width: 100%;
  }

  .publication-page-header__title_gb-pro {
    margin-bottom: 27px;
  }

  .publication-page-header__title_fr {
    margin-bottom: 30px;
  }

  .publication-page-header__status_gb-pro {
    margin-top: 10px;
  }

  .publication-page-header__points {
    margin-top: 35px;
    margin-bottom: 25px;
  }

  .publication-page-header__archive {
    position: relative;
    margin-bottom: 35px;
  }

  .publication-page-content__grey-block_request {
    width: 100%;
  }

  .publication-page-control ~ .publication-page-layout .bk-person {
    margin-top: 0;
  }

  .publication-page-layout__right .publication-page-header__person {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .publication-page .sub-pages_kn {
    margin-left: auto;
    margin-right: auto;
  }

  .publication-page .b-franchise-hide-mobile {
    display: none;
  }

  .publication-page .publication-page-layout__left {
    width: 100%;
    padding-right: 0;
  }

  .publication-page .publication-page-layout__left .old-boss__stitle {
    padding-right: 0;
  }

  .publication-page .publication-page-layout__right {
    float: left;
    width: 100%;
    padding-left: 0;
  }

  .publication-page .publication-page-layout__right_kn {
    max-width: 500px;
  }

  .publication-page .b-franchise-layout__left-content-franchise-info-pro dt {
    font-weight: bold;
    width: 100%;
    padding-right: 0;
  }

  .publication-page .b-franchise-layout__left-content-franchise-info-pro dd {
    margin-left: 0;
  }

  .publication-page .fr-action-panel__1,
  .publication-page .fr-action-panel__2,
  .publication-page .fr-action-panel__3 {
    width: 100%;
    margin-right: 0;
  }

  .publication-page .b-franchise-show-mobile {
    display: block;
  }

  .publication-page .kn-geo-info {
    max-width: 100%;
    float: none;
  }

  .publication-page .kn-map-short {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 530px) {
  .pop-up__similar-fr-bitem {
    width: 100%;
    margin-right: 0;
  }

  .publication-page-header__metadata_kn {
    width: 100%;
    margin-top: 15px;
  }
}

@media screen and (max-width: 420px) {
  .publication-page .old-vote__photo-item {
    width: 135px;
    height: 135px;
  }

  .publication-page .old-vote__photo-item:last-of-type {
    margin-right: 0;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

/*Блок "выбрать франшизу"*/

.select-franchise {
  max-width: 480px;
  padding: 25px 100px 35px 20px;
  border-radius: 5px;
  background-color: #f0f2f5;
  position: relative;
  margin-bottom: 45px;
}

.select-franchise__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 15px;
}

.select-franchise__selected {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}

.select-franchise__selected:hover .btn-show-list {
  background-color: #c4c4c4;
}

.select-franchise__selected:hover .btn-show-list .icon-norm {
  display: none;
}

.select-franchise__selected:hover .btn-show-list .icon-hover {
  display: block;
}

.select-franchise__selected .btn-show-list {
  position: absolute;
  right: 10px;
  top: calc(50% - 15px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f0f2f5;
  margin-left: auto;
  box-shadow: none;
  cursor: pointer;
}

.select-franchise__list {
  z-index: 999;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-top: 10px;
  max-height: 320px;
  outline: none;
  position: absolute;
  max-width: 360px;
  width: 100% !important;
}

.select-franchise__list.show {
  border: 1px solid #c4c4c4;
  height: auto;
}

.select-franchise__list .list__item::before {
  content: '';
  display: block;
  height: 1px;
  background-color: #e8e8e8;
  margin: 0 20px;
}

.select-franchise__list .list__item:first-child::before {
  display: none;
}

.select-franchise__list .list__item.hide:first-child + .list__item::before {
  display: none;
}

.select-franchise__list .list-item {
  width: 358px;
}

.select-franchise__list .list-item:hover {
  background-color: #f0f2f5;
  cursor: pointer;
}

.select-franchise .list-item.list-item_select-fr {
  padding: 20px 40px 20px 20px;
}

.select-franchise .list-item.list-item_select-fr .list-item__icon {
  width: 100px;
  height: 75px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.select-franchise .list-item.list-item_select-fr .list-item__icon img {
  width: 100%;
}

.select-franchise .list-item.list-item_select-fr .list-item__txt {
  margin-right: 10px;
  align-self: flex-start;
  margin-top: 5px;
}

.select-franchise .list-item.list-item_select-fr .list-item__txt .company-name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.select-franchise .list-item.list-item_select-fr .list-item__txt .txt {
  color: #656565;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

/*--- --- ---*/

.add-vacancy {
  /*для скролла*/
}

.add-vacancy .jspContainer {
  width: 100% !important;
  height: auto !important;
}

.add-vacancy .jspPane {
  position: relative;
  width: 100% !important;
}

.add-vacancy .jspTrack {
  background-color: #fff;
  width: 0;
}

.add-vacancy .jspDrag {
  background-color: rgba(185, 185, 197, 0.5);
  width: 10px;
  border-radius: 5px;
  height: 50px;
}

.add-vacancy .jspVerticalBar {
  background: transparent;
  width: 13px;
}

/*--- --- ---*/

.add-vacancy input,
.add-vacancy select,
.add-vacancy textarea {
  border-color: #c4c4c4;
}

.add-vacancy .form {
  margin-bottom: 45px;
}

.add-vacancy .form__txt {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

.add-vacancy .form .form__group {
  margin-bottom: 45px;
  max-width: 380px;
  width: 100%;
}

.add-vacancy .form .form__group_salary .form__input {
  display: inline-block;
  width: calc(50% - 10px);
}

.add-vacancy .form .form__group_salary .separator {
  display: inline-block;
  width: 20px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}

.add-vacancy .form .form__group_vacancy-name {
  max-width: 580px;
}

.add-vacancy .form .form__group_vacancy-name .input-edit__data {
  width: 380px;
}

.add-vacancy .form .form__group_vacancy-name .form-description__text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.add-vacancy .form_location {
  margin-bottom: 25px;
}

.add-vacancy .form_location .form__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
}

.add-vacancy .form_location .form__group {
  margin-bottom: 20px;
  margin-right: 40px;
}

.add-vacancy .form_location .form__group:last-child {
  margin-right: 0;
}

.add-vacancy .form_location .form__group_city {
  max-width: 260px;
}

.add-vacancy .form_location .form__group_adress {
  max-width: 280px;
  margin-right: 20px;
}

.add-vacancy .form_location .form__group_metro-station {
  max-width: 260px;
}

.add-vacancy .form_location .form__group_btn-map {
  max-width: 100px;
  margin-top: 32px;
}

.add-vacancy .form_location .form__title {
  margin-bottom: 10px;
}

.add-vacancy .form_location .form__tooltip {
  width: 100% !important;
  max-width: 380px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  position: absolute;
  /*top: ~"calc(100% + 5px)";*/
  top: 77px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  padding: 0px;
  max-height: 125px;
  z-index: 999;
  overflow-y: scroll;
  outline: none;
}

.add-vacancy .form_location .form__tooltip .list__item {
  padding: 2px 10px;
}

.add-vacancy .form_location .form__tooltip .list__item_active {
  background-color: #f0f2f5;
  cursor: pointer;
}

.add-vacancy .form .input-edit__data {
  max-width: 100%;
}

.add-vacancy .form_conditions {
  margin-bottom: 25px;
}

.add-vacancy .form_conditions .form__group {
  width: 280px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.add-vacancy .form_conditions .form__group:last-child {
  margin-right: 0;
}

.add-vacancy .form_tariffs {
  margin-bottom: 30px;
}

.add-vacancy .form_tariffs .form__txt {
  margin-bottom: 15px;
}

.add-vacancy .form_tariffs .form__group {
  max-width: 100%;
}

.add-vacancy .form_tariffs .form__group .list-tariffs {
  *zoom: 1;
  display: flex;
}

.add-vacancy .form_tariffs .form__group .list-tariffs:before,
.add-vacancy .form_tariffs .form__group .list-tariffs:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.add-vacancy .form_vacancy-desc .form__group {
  max-width: 580px;
  width: 100%;
}

.add-vacancy .form_vacancy-desc .form__group .input-edit__textarea {
  max-width: 100%;
}

.add-vacancy .form_vacancy-desc .form__group .input-edit__textarea .textarea-input {
  height: 190px;
}

.add-vacancy .form_vacancy-desc .form-description__text {
  margin-top: 15px;
  color: #7e7e7e;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.add-vacancy .form_editor .form__group {
  margin-top: 0;
  max-width: 860px;
  width: 100%;
}

.add-vacancy .form_editor .edit-new-constructor__body {
  padding-left: 0;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 45px;
}

.add-vacancy .form_editor .edit-new-constructor__obj {
  margin-left: 0;
}

.add-vacancy .form_editor .edit-new-constructor__icon {
  display: none;
}

.add-vacancy .article_tariff {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  width: 280px;
  float: left;
  margin-right: 20px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  flex-shrink: 1;
}

.add-vacancy .article_tariff:last-child {
  margin-right: 0;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
}

.add-vacancy .article_tariff:first-child {
  padding-top: 20px;
}

.add-vacancy .article_tariff.selected {
  border-color: #fa971e;
}

.add-vacancy .article_tariff.selected .article__price {
  background-color: #fa971e;
  color: #fff;
}

.add-vacancy .article_tariff.selected .article__btn .article-btn_select {
  display: none;
}

.add-vacancy .article_tariff.selected .article__btn .article-btn_selected {
  display: block;
}

.add-vacancy .article_tariff .article__title {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}

.add-vacancy .article_tariff .article__price {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  background-color: #e2e2e2;
  min-height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.add-vacancy .article_tariff .article__price .price {
  width: 100%;
}

.add-vacancy .article_tariff .article__price .txt {
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 2px;
}

.add-vacancy .article_tariff .article__features-list {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding: 15px 20px 25px 20px;
}

.add-vacancy .article_tariff .article__btn {
  display: block;
  margin: auto auto 0 auto;
  width: 180px;
  /*input {
          display: none;
          &:checked {
            & ~ .article-btn_select {
              display: none;
            }
            & ~ .article-btn_selected {
              display: block;
            }
          }

        }*/
}

.add-vacancy .article_tariff .article__btn .article-btn_select {
  display: block;
}

.add-vacancy .article_tariff .article__btn .article-btn_selected {
  display: none;
  pointer-events: none;
}

.add-vacancy .btn-block {
  font-size: 0;
}

.add-vacancy .btn-block__btn-publish {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.add-vacancy .btn-block__btn-show-preview {
  display: inline-block;
  vertical-align: middle;
}

.vacancy-info {
  *zoom: 1;
  background-color: #f0f2f5;
  border-radius: 5px;
  max-width: 680px;
  width: 100%;
  padding: 15px 20px 0 20px;
}

.vacancy-info:before,
.vacancy-info:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.vacancy-info__item {
  min-width: 260px;
  margin-bottom: 15px;
  float: left;
  margin-right: 20px;
}

.vacancy-info__item:nth-child(2) {
  float: right;
}

.vacancy-info__item:last-child {
  margin-right: 0;
}

.vacancy-info__item .title {
  color: #6e6e6e;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

.vacancy-info__item .txt {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.vacancy-desc {
  margin-bottom: 25px;
}

.vacancy-preview-buttons {
  display: flex;
}

.vacancy-preview-buttons .button {
  margin-right: 20px;
}

.vacancy-preview-buttons .button:last-child {
  margin-right: 0;
}

.page-title.page-title_vacancy .page-title__txt {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  width: 100%;
  max-width: 850px;
  display: inline-block;
  margin-right: 50px;
}

.page-title.page-title_vacancy .page-title__link {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  display: inline-block;
}

.vacancy-respond .new-request__form-bottom {
  margin-bottom: 20px;
}

.vacancy-respond .new-request__form-files {
  margin-bottom: 0;
  align-items: flex-start;
}

.vacancy-respond .new-request__label_file {
  width: 180px;
  padding: 0;
  font-size: 16px;
}

.vacancy-respond .new-request__files-name {
  display: block;
  padding: 11px 0 0 0;
}

.vacancy-preview-buttons {
  display: flex;
}

.vacancy-preview-buttons .button {
  margin-right: 20px;
}

.vacancy-preview-buttons .button:last-child {
  margin-right: 0;
}

.vacancy-sidebar {
  *zoom: 1;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.vacancy-sidebar:before,
.vacancy-sidebar:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.vacancy-sidebar .company-info {
  float: left;
}

.vacancy-sidebar .company-info__name {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.vacancy-sidebar .company-info__desc {
  color: #717171;
}

.vacancy-sidebar .company-info .list-item {
  align-items: flex-start;
}

.vacancy-sidebar .company-info .list-item__icon {
  width: 80px;
  border-radius: 5px;
  overflow: hidden;
}

.vacancy-sidebar .company-info .list-item__icon img {
  width: 100%;
}

.vacancy-sidebar .company-info .list-item__txt {
  margin-top: 5px;
}

.vacancy-sidebar .company-info .list-item:hover .glob-link {
  text-decoration: underline;
}

.vacancy-sidebar .update-publication {
  width: 100%;
  max-width: 280px;
  /**/
}

.update-publication {
  background-color: #f0f2f5;
  border-radius: 5px;
  padding: 25px 30px 30px 30px;
}

.update-publication__txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 10px;
}

.update-publication__date {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

.update-publication__btn {
  margin-top: 15px;
}

.update-publication__btn .btn-update {
  max-width: 220px;
  margin: 0 auto;
}

.update-publication__btn .btn-update .button .icon {
  margin-top: 2px;
  margin-right: 10px;
}

.filter.filter_vacancy {
  border: 1px solid #cacaca;
  border-radius: 5px;
  background-color: #f7f7f7;
  /*для скролла*/
  /*--- --- ---*/
}

.filter.filter_vacancy .filter__row {
  padding: 15px 20px 0 20px;
}

.filter.filter_vacancy .filter__row_2 {
  border-top: 1px solid #cacaca;
}

.filter.filter_vacancy input,
.filter.filter_vacancy select {
  border-color: #c4c4c4;
}

.filter.filter_vacancy .form {
  align-items: flex-end;
}

.filter.filter_vacancy .form__group {
  width: 100%;
  max-width: 260px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.filter.filter_vacancy .form__group:last-child {
  margin-right: 0;
  margin-bottom: 20px;
}

.filter.filter_vacancy .form__group_position {
  max-width: 320px;
}

.filter.filter_vacancy .form__group_location {
  max-width: 200px;
  /*.form__tooltip {
          background-color: #fff;
          border-radius: 5px;
          position: absolute;
          top: ~"calc(100% + 5px)";
          z-index: 99;
          width: 100%;
          box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
          .list {
            .font-normal-r();
            outline: none;
            max-height: 175px;
            border-top: 1px solid #e8e8e8;
            padding: 5px 0;
            width: 100% !important;
            overflow-y: scroll;
            &__item {
              padding: 5px 11px;
              &:last-child {
                margin-bottom: 0;
              }
              !*&:hover {
                background-color: @grey-bg;
                cursor: pointer;
              }*!
              &_active {
                background-color: @grey-bg;
                cursor: pointer;
              }
            }
          }
        }*/
}

.filter.filter_vacancy .form__group_location .form__tooltip {
  width: 100% !important;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  position: absolute;
  /*top: ~"calc(100% + 5px)";*/
  top: 77px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  padding: 0px;
  max-height: 125px;
  z-index: 999;
  overflow-y: scroll;
  outline: none;
}

.filter.filter_vacancy .form__group_location .form__tooltip .list__item {
  padding: 5px 11px;
}

.filter.filter_vacancy .form__group_location .form__tooltip .list__item_active {
  background-color: #f0f2f5;
  cursor: pointer;
}

.filter.filter_vacancy .form__group_salary {
  max-width: 200px;
}

.filter.filter_vacancy .form__group_checkbox {
  padding-bottom: 10px;
}

.filter.filter_vacancy .form__group_btn-search {
  max-width: 80px;
}

.filter.filter_vacancy .form__group_btn-advanced-search {
  max-width: 215px;
  margin-left: auto;
}

.filter.filter_vacancy .form__group_btn-advanced-search .button input {
  display: none;
}

.filter.filter_vacancy .form__group_btn-advanced-search .button:hover {
  background-color: #cce6cc;
  color: #000;
}

.filter.filter_vacancy .form__group_btn-advanced-search .button:active {
  background-color: #cce6cc;
  color: #000;
}

.filter.filter_vacancy .form__group_btn-advanced-search .button:active .icon-h {
  display: block;
}

.filter.filter_vacancy .form__group_btn-advanced-search .button.active {
  background-color: #cce6cc;
  color: #000;
}

.filter.filter_vacancy .form__group_btn-advanced-search .button.active .icon-h {
  display: block;
}

.filter.filter_vacancy .form__group_btn-advanced-search .button.active .icon-n {
  display: none;
}

.filter.filter_vacancy .form__group_btn-advanced-search .button .icon {
  margin-top: 2px;
  margin-right: 10px;
}

.filter.filter_vacancy .form__group_btn-show-vacancy {
  max-width: 195px;
}

.filter.filter_vacancy .form__group_checkbox {
  font-size: 16px;
}

.filter.filter_vacancy .form__group_metro .form__tooltip {
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  top: calc(100% + 5px);
  z-index: 99;
  width: 100%;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.filter.filter_vacancy .form__group_metro .form__tooltip .list {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.filter.filter_vacancy .form__group_metro .form__tooltip .list_selected-items {
  padding: 0px 11px;
}

.filter.filter_vacancy .form__group_metro .form__tooltip .list_selected-items .list__item {
  margin-bottom: 10px;
}

.filter.filter_vacancy .form__group_metro .form__tooltip .list_selected-items .list__item:first-child {
  margin-top: 20px;
}

.filter.filter_vacancy .form__group_metro .form__tooltip .list_selected-items .list__item:last-child {
  margin-bottom: 20px;
}

.filter.filter_vacancy .form__group_metro .form__tooltip .list_selected-items .list-item {
  background-color: #f0f2f5;
  border-radius: 5px;
  padding: 3px 10px 5px 10px;
  display: inline-flex;
}

.filter.filter_vacancy .form__group_metro .form__tooltip .list_selected-items .list-item__icon .icon-change {
  transform: scale(1.14);
}

.filter.filter_vacancy .form__group_metro .form__tooltip .list_all-items {
  outline: none;
  max-height: 175px;
  border-top: 1px solid #e8e8e8;
  padding: 5px 0;
  width: 100% !important;
  overflow-y: scroll;
}

.filter.filter_vacancy .form__group_metro .form__tooltip .list_all-items .list__item {
  padding: 5px 11px;
  /*&:hover {
                  background-color: @grey-bg;
                  cursor: pointer;
                }*/
}

.filter.filter_vacancy .form__group_metro .form__tooltip .list_all-items .list__item:last-child {
  margin-bottom: 0;
}

.filter.filter_vacancy .form__group_metro .form__tooltip .list_all-items .list__item_active {
  background-color: #f0f2f5;
  cursor: pointer;
}

.filter.filter_vacancy .form__txt {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

.filter.filter_vacancy .form .input-edit__data {
  max-width: 100%;
}

.filter.filter_vacancy .jspContainer {
  width: 100% !important;
  height: auto !important;
}

.filter.filter_vacancy .jspScrollable {
  width: 100% !important;
}

.filter.filter_vacancy .jspPane {
  position: relative;
  width: 100% !important;
}

.filter.filter_vacancy .jspTrack {
  background-color: #fff;
  width: 0;
}

.filter.filter_vacancy .jspDrag {
  background-color: rgba(185, 185, 197, 0.5);
  width: 8px;
  border-radius: 5px;
  height: 50px;
}

.filter.filter_vacancy .jspVerticalBar {
  background: transparent;
  width: 18px;
}

.pop-up.pop-up_vacancy-adress-on-map {
  max-width: 600px;
  width: 100%;
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 5px;
  padding: 15px 20px 20px 20px;
}

.pop-up.pop-up_vacancy-adress-on-map .pop-up__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  padding: 0;
  margin-bottom: 15px;
}

.pop-up.pop-up_vacancy-adress-on-map .pop-up__btn-close {
  top: 18px;
}

.pop-up.pop-up_vacancy-adress-on-map .pop-up__item_map {
  margin-bottom: 10px;
}

.pop-up.pop-up_vacancy-adress-on-map .pop-up__item_selected-adress {
  margin-bottom: 25px;
}

/*сортировка выдачи*/

.sorting-panel {
  *zoom: 1;
  font-size: 0;
}

.sorting-panel:before,
.sorting-panel:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.sorting-panel__col_1 {
  float: left;
}

.sorting-panel__col_2 {
  float: right;
}

.sorting-panel__col_2 .txt {
  margin-right: 15px;
}

.sorting-panel .txt {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 28px;
}

.sorting-panel .list {
  display: inline-block;
}

.sorting-panel .list__item {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding: 5px 15px 7px;
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  line-height: 1;
}

.sorting-panel .list__item:last-child {
  margin-right: 0;
}

.sorting-panel .list__item:hover {
  border-color: #08c;
  cursor: pointer;
}

.sorting-panel .list__item_active {
  border-color: #08c;
  pointer-events: none;
}

.article.article_vacancy {
  padding: 30px 20px;
}

.article.article_vacancy.article_top {
  background-color: #fff4b3;
}

.article.article_vacancy.article_top:first-child {
  padding-top: 30px;
}

.article.article_vacancy.article_top:last-child {
  padding-bottom: 30px;
}

.article.article_vacancy:first-child {
  padding-top: 0;
}

.article.article_vacancy:last-child {
  padding-bottom: 0;
}

.article.article_vacancy .article__col_1 {
  width: calc(100% - 310px);
}

.article.article_vacancy .article__col_2 {
  width: 290px;
}

.article.article_vacancy .desc__important-info {
  font-size: 0;
  margin-bottom: 10px;
}

.article.article_vacancy .desc__title {
  margin-bottom: 10px;
  display: block;
}

.article.article_vacancy .desc .important-info {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  width: 50%;
}

.article.article_vacancy .menu-block {
  width: 290px;
}

.article.article_vacancy .menu-block__item {
  margin-bottom: 15px;
}

.article.article_vacancy .menu-block__item:last-child {
  margin-bottom: 0;
}

.article.article_vacancy .menu-block .salary {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.article.article_vacancy .menu-block .company-info__desc {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #7b7b7b;
}

.article.article_vacancy .menu-block .company-info .list-item {
  align-items: flex-start;
  display: inline-flex;
}

.article.article_vacancy .menu-block .company-info .list-item:hover .glob-link {
  text-decoration: underline;
}

.article.article_vacancy .menu-block .company-info .list-item__icon {
  width: 60px;
  border-radius: 5px;
  overflow: hidden;
}

.article.article_vacancy .menu-block .company-info .list-item__txt {
  margin-top: -4px;
}

/*Управление вакансиями*/

.manage-vacancy__header {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  background-color: #f1f3f5;
  padding: 8px 20px 10px;
  border-radius: 5px;
}

.manage-vacancy__header + .manage-vacancy__footer {
  margin-top: 20px;
}

.manage-vacancy__main {
  display: flex;
  flex-wrap: wrap;
}

.manage-vacancy__main .article.article_manage-vacancy {
  margin-top: 25px;
  width: 380px;
  margin-right: 20px;
  padding: 0;
  border-bottom: none;
}

.manage-vacancy__main .article.article_manage-vacancy:first-child {
  padding: 0;
}

.manage-vacancy__main .article.article_manage-vacancy:last-child {
  padding: 0;
}

.manage-vacancy__main .article.article_manage-vacancy:nth-child(3n) {
  margin-right: 0;
}

.manage-vacancy__main .article.article_manage-vacancy .desc {
  margin-bottom: 10px;
}

.manage-vacancy__main .article.article_manage-vacancy .desc__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2px;
}

.manage-vacancy__main .article.article_manage-vacancy .desc__info .info {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.manage-vacancy__main .article.article_manage-vacancy .desc__info .info:last-child {
  margin-right: 0;
}

.manage-vacancy__main .article.article_manage-vacancy .menu-block {
  width: 100%;
  padding: 15px 0px 0 15px;
}

.manage-vacancy__main .article.article_manage-vacancy .menu-block__row_1 {
  margin-bottom: 15px;
}

.manage-vacancy__main .article.article_manage-vacancy .menu-block .mod-message {
  margin-top: 10px;
  border: none;
  padding: 0 15px 0 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.manage-vacancy__main .article.article_manage-vacancy .menu-block .mod-message__title {
  display: inline-block;
  vertical-align: middle;
  color: #fa961e;
}

.manage-vacancy__main .article.article_manage-vacancy .menu-block .mod-message__txt {
  display: inline-block;
  vertical-align: middle;
}

.manage-vacancy__main .article.article_manage-vacancy .menu-block .list {
  font-size: 0;
  width: 100%;
  column-count: auto;
  column-width: auto;
}

.manage-vacancy__main .article.article_manage-vacancy .menu-block .list__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  margin-bottom: 15px;
}

.manage-vacancy__main .article.article_manage-vacancy .menu-block .list-item__icon_circle-bor {
  width: 20px;
  height: 20px;
}

.manage-vacancy__main .article.article_manage-vacancy .menu-block .list-item__txt {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.manage-vacancy__main .article.article_manage-vacancy .menu-block .list-item__txt_right {
  margin-left: 5px;
}

.manage-vacancy__main .add-article {
  border-color: #1ea01e;
  max-width: 380px;
  width: 100%;
  height: 165px;
  margin-top: 30px;
}

.manage-vacancy__main .add-article__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #1ea01e;
}

.manage-vacancy__main .add-article__icon .icon-norm {
  display: block;
}

.manage-vacancy__main .add-article__icon .icon-hover {
  display: none;
}

.manage-vacancy__main .add-article:hover {
  border-width: 3px;
}

/*Блок "Добавить артикль"*/

.add-article {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border: 1px solid;
  border-radius: 5px;
}

.add-article__icon {
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
}

.add-article__txt {
  display: inline-block;
}

/*Таблица статистики (общая)*/

.table-statistic .select-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*статистика*/

.chart-statistic-vacancy .statistic-vacancy {
  height: 570px;
  min-width: 310px;
  position: relative;
  left: -25px;
}

.chart-statistic-vacancy .highcharts-yaxis.total .highcharts-axis-title {
  text-anchor: end;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  font-family: PT Sans, Arial;
}

.chart-statistic-vacancy .highcharts-tooltip {
  z-index: 99999;
}

.chart-statistic-vacancy .highcharts-tooltip .tooltip-title {
  font-family: PT Sans, Arial;
  font-size: 16px;
  color: #000;
}

.chart-statistic-vacancy .highcharts-tooltip .tooltip-text {
  font-family: PT Sans, Arial;
  font-size: 14px;
  color: #7f7e7c;
}

.chart-statistic-vacancy .highcharts-xaxis-labels.x-axis-month text {
  text-anchor: start;
}

.chart-statistic-vacancy .highcharts-xaxis-labels.x-axis-month text tspan {
  fill: #7f7e7c;
  font-size: 14px;
}

.chart-statistic-vacancy .highcharts-xaxis-labels text tspan {
  font-family: PT Sans, Arial;
  fill: #000;
  font-size: 14px;
}

.chart-statistic-vacancy .highcharts-yaxis .highcharts-axis-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  font-family: PT Sans, Arial;
}

.chart-statistic-vacancy .highcharts-yaxis-grid path {
  stroke: #ffffff;
}

.chart-statistic-vacancy .highcharts-yaxis-grid path:first-child {
  stroke: #7f7e7c;
}

.table-statistic.table-statistic_vacancy {
  margin-top: 10px;
  display: none;
}

.table-statistic.table-statistic_vacancy .table-statistic__select-date {
  margin-bottom: 20px;
}

.table-statistic.table-statistic_vacancy .table-statistic__series {
  margin-bottom: 20px;
}

.table-statistic.table-statistic_vacancy .select-date__txt {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.table-statistic.table-statistic_vacancy .select-date__btn .button .icon {
  width: 10px;
  height: 10px;
  border-top: 2px solid #afafae;
  border-right: 2px solid #afafae;
}

.table-statistic.table-statistic_vacancy .select-date__btn .button:hover .icon {
  border-color: #fff;
}

.table-statistic.table-statistic_vacancy .select-date__btn_left .icon {
  transform: rotate(225deg);
  margin-left: 2px;
}

.table-statistic.table-statistic_vacancy .select-date__btn_right .icon {
  transform: rotate(45deg);
  margin-right: 2px;
}

.table-statistic.table-statistic_vacancy .series {
  border: 1px solid;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.table-statistic.table-statistic_vacancy .series__current-value {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 1px;
}

.table-statistic.table-statistic_vacancy .series__total-value {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #7f7e7c;
}

.table-statistic.table-statistic_vacancy .series_views {
  border-color: #01b2ed;
}

.table-statistic.table-statistic_vacancy .series_responses {
  border-color: #ff9802;
}

@media screen and (max-width: 1550px) {
  .filter.filter_vacancy .form__group_btn-search {
    margin-left: 0;
    margin-right: 0;
  }

  .filter.filter_vacancy .form__group_btn-advanced-search {
    margin-left: 0;
  }

  /*Управление вакансиями*/

  .manage-vacancy__main .article.article_manage-vacancy:nth-child(odd) {
    margin-right: 20px;
  }

  .manage-vacancy__main .article.article_manage-vacancy:nth-child(even) {
    margin-right: 0px;
  }

  .manage-vacancy__main .add-article:nth-child(odd) {
    margin-right: calc(100% - 305px);
  }

  .manage-vacancy__main .add-article:nth-child(even) {
    margin-right: 0px;
  }

  .page-title.page-title_vacancy .page-title__txt {
    max-width: 650px;
  }
}

@media screen and (max-width: 1100px) {
  /*Управление вакансиями*/

  .manage-vacancy__main .article.article_manage-vacancy {
    width: 305px;
  }

  .manage-vacancy__main .article.article_manage-vacancy:nth-child(odd) {
    margin-right: 30px;
  }

  .manage-vacancy__main .add-article {
    max-width: 305px;
  }

  .add-vacancy .form_conditions .form__group:last-child {
    margin-right: 20px;
  }

  .filter.filter_vacancy .form__group_position {
    max-width: 226px;
  }

  .filter.filter_vacancy .form__group_location {
    max-width: 170px;
  }

  .filter.filter_vacancy .form__group_salary {
    max-width: 170px;
  }

  .sorting-panel__col_1 {
    float: none;
  }

  .sorting-panel__col_2 {
    float: none;
  }

  .article.article_vacancy .article__col_1 {
    float: left;
    margin-bottom: 0;
  }

  .article.article_vacancy .article__col_2 {
    float: right;
    margin-bottom: 0;
  }

  .article.article_vacancy .desc .important-info {
    width: 100%;
    margin-bottom: 5px;
  }

  .article.article_vacancy .desc .important-info:last-child {
    margin-bottom: 0;
  }

  .page-title.page-title_vacancy .page-title__txt {
    max-width: 100%;
    margin-right: 0;
  }

  .page-title.page-title_vacancy .page-title__link {
    display: block;
    margin-top: 10px;
  }
}

@media screen and (max-width: 788px) {
  .add-vacancy .form_tariffs .form__group .list-tariffs {
    display: block;
  }

  .add-vacancy .form_tariffs .form__group .list-tariffs .article.article_tariff {
    float: none;
    margin-right: auto;
    margin-left: auto;
    max-width: 380px;
    width: 100%;
  }

  .add-vacancy .form_location .form__group_city {
    max-width: 380px;
    margin-right: 0;
  }

  .add-vacancy .form_location .form__group_metro-station {
    max-width: 100%;
  }

  .add-vacancy .form_location .form__group_metro-station .input-edit__data {
    max-width: 380px;
  }

  .add-vacancy .form_location .form__group_adress {
    max-width: 100%;
  }

  .add-vacancy .form_location .form__group_adress .input-edit__data {
    max-width: 380px;
  }

  .add-vacancy .form_location .form__group_btn-map {
    margin-right: 0;
    margin-top: 0;
  }

  .add-vacancy .form_conditions .form__group {
    margin-right: 0;
    width: 100%;
    max-width: 380px;
  }

  .vacancy-info__item:last-child {
    float: left;
  }

  .filter.filter_vacancy .filter__row_2 .form__group {
    max-width: calc(50% - 10px);
  }

  .filter.filter_vacancy .filter__row_2 .form__group:nth-child(2n) {
    margin-right: 0;
  }

  .filter.filter_vacancy .form__group_position {
    max-width: 100%;
    margin-right: 0;
  }

  .filter.filter_vacancy .form__group_location {
    max-width: 100%;
    margin-right: 0;
  }

  .filter.filter_vacancy .form__group_salary {
    max-width: 100%;
    margin-right: 0;
  }

  .filter.filter_vacancy .form__group_btn-search {
    margin-right: 20px;
  }

  .filter.filter_vacancy .form__group_btn-advanced-search {
    margin-left: 0;
  }

  .article.article_vacancy {
    padding: 25px 10px 30px;
  }

  .article.article_vacancy.article_top:first-child {
    padding-top: 25px;
  }

  .article.article_vacancy .article__col_1 {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }

  .article.article_vacancy .article__col_2 {
    width: 100%;
    float: none;
  }

  .article.article_vacancy .menu-block {
    margin-top: 0;
    width: 100%;
  }

  /*статистика*/

  .chart-statistic-vacancy {
    display: none;
  }

  .table-statistic.table-statistic_vacancy {
    display: block;
  }
}

@media screen and (max-width: 530px) {
  /*Управление вакансиями*/

  .manage-vacancy__main .article.article_manage-vacancy:nth-child(odd) {
    margin-right: 0;
  }

  .manage-vacancy__main .article.article_manage-vacancy .menu-block .list__item {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .manage-vacancy__main .article.article_manage-vacancy .menu-block .list__item:last-child {
    margin-bottom: 15px;
  }

  .page-title .b__title-edit {
    line-height: 16px;
    margin-left: 0;
    float: none;
  }

  .select-franchise {
    max-width: 100%;
    padding: 25px 20px 35px 20px;
  }

  .select-franchise .list-item.list-item_select-fr {
    width: 100%;
  }

  .select-franchise .list-item.list-item_select-fr .list-item {
    flex-shrink: 1;
  }

  .select-franchise .list-item.list-item_select-fr .list-item__icon {
    width: 70px;
    height: 52px;
  }

  .select-franchise .list-item.list-item_select-fr .list-item__icon_show-list {
    width: 30px;
    height: 30px;
  }

  .select-franchise .list-item.list-item_select-fr .list-item__txt {
    margin-top: 0;
  }

  .select-franchise__list {
    max-width: calc(100% - 40px);
  }

  .add-vacancy .form_location {
    display: block;
    margin-bottom: 45px;
  }

  .add-vacancy .form_location .form__group {
    margin-right: 0;
  }

  .add-vacancy .form_location .form__group_btn-map {
    margin-top: 0;
  }

  .add-vacancy .form_conditions .form__group {
    margin-right: 0;
  }

  .add-vacancy .form_conditions .form__group:last-child {
    margin-right: 0;
  }

  .add-vacancy .form_tariffs .form__group .list-tariffs {
    display: block;
  }

  .add-vacancy .btn-block__btn-publish {
    display: block;
    margin-bottom: 20px;
  }

  .add-vacancy .btn-block__btn-show-preview {
    display: block;
  }

  .filter.filter_vacancy .filter__row_2 .form__group {
    max-width: 100%;
  }

  .filter.filter_vacancy .form__group {
    max-width: 100%;
    margin-right: 0;
  }

  .filter.filter_vacancy .form__group_checkbox {
    padding-bottom: 0;
  }

  .sorting-panel .list__item {
    margin-right: calc(100% - 200px);
  }

  .vacancy-sidebar .update-publication {
    max-width: 100%;
  }

  .vacancy-preview-buttons {
    display: block;
  }

  .vacancy-preview-buttons .button {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .vacancy-preview-buttons .button:last-child {
    margin-bottom: 0px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.video-page {
  margin-top: 30px;
}

.video-page__main {
  max-width: 850px;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.video-page__main .article__title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  float: none;
  margin-top: 20px;
  word-wrap: break-word;
}

.video-page__main .article__fn {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #56787A;
  float: left;
  width: calc(100% - 200px);
  margin-top: 10px;
}

.video-page__main .article__txt-block {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  float: left;
  width: 100%;
  margin-top: 20px;
}

.video-page__main .article__txt {
  height: 80px;
  overflow: hidden;
  position: relative;
}

.video-page__main .article__txt::after {
  content: '';
  display: block;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  position: absolute;
  top: 40px;
}

.video-page__main .article__txt_expand {
  height: auto;
}

.video-page__main .article__txt_expand::after {
  display: none;
}

.video-page__main .article__item_desc {
  width: 100%;
  *zoom: 1;
}

.video-page__main .article__item_desc:before,
.video-page__main .article__item_desc:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.video-page__main .article__like {
  float: right;
  min-width: 90px;
  margin-top: 7px;
}

.video-page__main .textarea__input {
  border-radius: 5px;
}

.video-page__sidebar {
  max-width: 280px;
  float: right;
  margin-bottom: 50px;
}

.video-page__sidebar .article_media {
  display: flex;
  margin-bottom: 20px;
}

.video-page__sidebar .article_media:last-child {
  margin-bottom: 0;
}

.video-page__sidebar .article_media:hover .article__title {
  text-decoration: underline;
}

.video-page__sidebar .article__item_media {
  width: 120px;
  margin-right: 10px;
}

.video-page__sidebar .article__item_txt {
  width: calc(100% - 130px);
  height: 67.5px;
  overflow: hidden;
  position: relative;
}

.video-page__sidebar .article__item_txt::after {
  content: '';
  display: block;
  width: 100%;
  height: 15px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  position: absolute;
  bottom: 0;
}

.video-page__sidebar .article__title {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
}

.video-page__sidebar .article__title-full {
  display: none;
}

.video-page__sidebar .article__title-short {
  display: inline;
}

.video-page__sidebar .article__txt {
  color: #56787A;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 5px;
}

.video-page .comment-you__body {
  background-color: #f0f2f5;
}

.video-page .comment__head {
  margin-top: 0;
}

.video-page .like__btn_active {
  background-color: #fff;
}

.like-block {
  font-size: 0;
}

.like-block__like {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.like-block__dislike {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.like-block__qt {
  display: inline-block;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  vertical-align: middle;
  color: #1ea01e;
}

.article_media .article__video {
  background: #000 no-repeat 50%;
  background-size: cover;
  position: relative;
  padding-bottom: 56.25%;
  /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
  background-position-x: 0;
}

.article_media .article__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1550px) {
  .video-page__main {
    max-width: 650px;
  }
}

@media screen and (max-width: 1100px) {
  .video-page__main {
    max-width: 100%;
  }

  .video-page__sidebar {
    max-width: 100%;
  }

  .video-page__sidebar .article_media {
    width: calc(50% - 10px);
    margin-right: 20px;
  }

  .video-page__sidebar .article_media:nth-child(2n) {
    margin-right: 0;
  }

  .video-page__sidebar .b__content {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 788px) {
  .video-page__sidebar .article__title-short {
    display: none;
  }

  .video-page__sidebar .article__title-full {
    display: inline;
  }

  .video-page .article__like {
    float: left;
    margin-top: 10px;
    width: 100%;
  }

  .video-page .article__fn {
    margin-top: 10px;
    width: 100%;
  }

  .video-page .article_media {
    width: 100%;
    margin-right: 0px;
  }
}

@media screen and (max-width: 530px) {
  .video-page__sidebar .article__title-full {
    display: none;
  }

  .video-page__sidebar .article__title-short {
    display: inline;
  }

  .video-page__sidebar .article__item_media {
    width: 50%;
  }

  .video-page__sidebar .article__item_txt {
    width: calc(50% - 10px);
    height: 84px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.publ-address-list {
  padding: 0 20px;
}

.publ-address-list.load {
  padding: 0;
}

.publ-address-list.load .publ-address-item {
  margin-top: 0;
  padding: 20px;
  flex-wrap: wrap;
}

.publ-address-list.load .publ-address-item + .publ-address-item {
  border-top: 1px solid #cccccc;
}

.publ-address-item {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.publ-address-item + .publ-address-item {
  margin-top: 12px;
}

.publ-address-item.lack {
  background-color: rgba(255, 69, 69, 0.2);
}

.publ-address-item__icon {
  font-size: 0;
  margin-right: 11px;
}

.publ-address-item__txt {
  font-size: 18px;
  line-height: 1.4;
}

.publ-address-item-info {
  display: flex;
  padding: 4px 0;
}

.publ-address-item-info_wrap {
  flex-wrap: wrap;
}

.publ-address-item-info .display-inline-block {
  font-size: 0;
  vertical-align: middle;
  align-self: center;
}

.publ-address-item-info .mp-entrepreneur {
  margin-left: -3px;
}

.publ-address-item-btn {
  display: flex;
}

.publ-address-right {
  margin-top: 1px;
  padding-left: 10px;
  flex-shrink: 0;
}

.publ-address__loc {
  width: 40%;
  padding-right: 20px;
}

.publ-address__info {
  width: 55%;
}

.publ-address-error {
  margin-top: 7px;
}

.publ-inst__num {
  width: 40px;
  height: 40px;
  background-color: #ECEEF2;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-right: 15px;
  flex: 0 0 40px;
  margin-top: 3px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
}

.publ-inst-item {
  max-width: 300px;
  display: flex;
}

.publ-inst-item + .publ-inst-item {
  margin-top: 20px;
}

.publ-inst-txt .txt {
  font-size: 18px;
  line-height: 1.3;
}

.publ-inst-file {
  margin-top: 10px;
  display: block;
}

.publ-inst-file i {
  margin-right: 10px;
  vertical-align: middle;
}

.publ-inst-file span {
  vertical-align: middle;
}

.publ-inst-file:hover .glob-link {
  text-decoration: underline;
}

.publ-inst-btn {
  margin-left: 55px;
}

.publ-inst-btn .button.big {
  padding-left: 12px;
  padding-right: 12px;
}

.publ-inst__btn {
  margin-left: 55px;
}

.publ-inst__btn.button {
  padding-left: 12px;
  padding-right: 12px;
}

.publ-inst-loaded {
  margin-left: 55px;
}

.publ-inst-loaded-err__icon {
  margin-right: 8px;
}

.publ-inst-loaded-err__icon i {
  vertical-align: middle;
}

.publ-inst-loaded-err__txt {
  font-size: 18px;
  line-height: 1.4;
  color: #ff0000;
  vertical-align: middle;
}

.publ-map-tooltip {
  padding-bottom: 10px;
  font-family: PT Sans, Arial;
}

.publ-map-tooltip__title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}

.publ-map-tooltip__item {
  display: flex;
}

.publ-map-tooltip__item + .publ-map-tooltip__item {
  margin-top: 5px;
}

.publ-map-tooltip__icon {
  margin-right: 10px;
}

.publ-map-tooltip__icon i {
  vertical-align: middle;
}

.publ-map-tooltip__txt {
  font-size: 18px;
  vertical-align: middle;
}

.publ-error-card {
  border: 1px solid #FF4545;
  border-radius: 10px;
  padding: 20px;
}

.publ-error-body {
  display: flex;
}

.publ-error__icon {
  margin-right: 20px;
  flex-shrink: 0;
}

.publ-error__title .icon {
  margin-right: 10px;
}

.publ-error__title .icon i {
  vertical-align: middle;
}

.publ-error__title .txt {
  vertical-align: middle;
}

@media screen and (max-width: 788px) {
  .publ-address-list {
    padding: 0;
  }

  .publ-address-item-info .mp-entrepreneur {
    margin-right: 10px;
  }

  .publ-address-right {
    margin-right: 0;
  }
}

@media screen and (max-width: 530px) {
  .publ-address-item {
    display: block;
  }

  .publ-address-item-info:first-of-type {
    padding-right: 70px;
  }

  .publ-address-item-info .publ-address-item-info {
    padding-right: 0;
  }

  .publ-address-item-btn {
    width: 100%;
    margin-top: 10px;
  }

  .publ-address-item .publ-block-edit {
    position: absolute;
    top: 3px;
    right: 0;
    padding-left: 0;
  }

  .publ-address-right {
    padding-left: 0;
    margin-top: 4px;
    margin-left: -3px;
  }

  .publ-address__loc {
    width: 100%;
  }

  .publ-address__info {
    width: 100%;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.mi-head {
  position: relative;
  width: 100%;
  height: 370px;
  text-align: center;
  overflow: hidden;
}

.mi-head .container {
  height: 100%;
}

.mi-head:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  z-index: 1;
}

.mi-head__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.mi-head__pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  border: 37.5px solid #00b4f0;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: center center;
}

.mi-head__pulse:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border-radius: 50%;
}

.mi-head__pulse_first {
  animation: pulse-me 4.5s linear;
  animation-fill-mode: forwards;
}

.mi-head__pulse_first:before {
  width: 170px;
  height: 170px;
  margin-top: -85px;
  margin-left: -85px;
}

.mi-head__pulse_second {
  animation: pulse-me2 3s 1.5s linear;
  animation-fill-mode: forwards;
}

.mi-head__pulse_second:before {
  width: 157.14px;
  height: 157.14px;
  margin-top: -78.57px;
  margin-left: -78.57px;
}

.mi-head__pulse_three {
  animation: pulse-me3 1.5s 3s linear;
  animation-fill-mode: forwards;
}

.mi-head__pulse_three:before {
  width: 125px;
  height: 125px;
  margin-top: -62.5px;
  margin-left: -62.5px;
}

.mi-head__content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.mi__index-count {
  font-size: 100px;
  font-weight: bold;
  color: #1ea01e;
}

.mi__index-diff {
  position: relative;
  display: inline-block;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  padding-left: 30px;
}

.mi__index-triangle:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  vertical-align: middle;
}

.mi__index-triangle_up:before {
  border-bottom: 19px solid rgba(0, 0, 0, 0.2);
}

.mi__index-triangle_down:before {
  border-top: 19px solid rgba(0, 0, 0, 0.2);
}

.mi__index-triangle_zero:before {
  top: -1px;
  left: 5px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14px solid rgba(0, 0, 0, 0.2);
}

.mi__index-triangle_zero:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: 1px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid rgba(0, 0, 0, 0.2);
}

.mi__index-date {
  color: #B7B7B7;
  margin-top: 5px;
  text-transform: lowercase;
}

.mi__highcharts .highcharts-navigator-mask-inside,
.mi__highcharts .highcharts-navigator-mask-outside {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1;
}

.mi__middle {
  max-width: 850px;
  width: 100%;
  margin: 45px auto;
  text-align: center;
}

.mi-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.mi-bottom__left {
  width: 50%;
  padding-right: 20px;
}

.mi-bottom__right {
  width: 50%;
  padding-left: 20px;
}

.mi-bottom__right .mi__title {
  margin-bottom: 20px;
}

.mi-bottom__right .mi__text {
  margin-bottom: 30px;
}

@keyframes pulse-me {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }

  100% {
    transform: scale(5);
    opacity: 0.1;
  }
}

@keyframes pulse-me2 {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }

  100% {
    transform: scale(3.5);
    opacity: 0.1;
  }
}

@keyframes pulse-me3 {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }

  100% {
    transform: scale(2);
    opacity: 0.1;
  }
}

@media screen and (max-width: 1100px) {
  .mi-bottom__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .mi-bottom__right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 788px) {
  .mi-head {
    height: 300px;
  }

  .mi-head__bg {
    background: url('/img/fr/market-index-fr-bg.jpg') no-repeat 50%;
    background-size: cover;
  }

  .mi-head__pulse {
    display: none;
  }
}

@media screen and (max-width: 530px) {
  .mi-head {
    height: 200px;
  }

  .mi__index-count {
    font-size: 70px;
  }

  .mi__index-diff {
    font-size: 16px;
    padding-left: 22px;
  }

  .mi__index-triangle:before {
    top: 2px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }

  .mi__index-triangle_up:before {
    border-bottom: 14px solid rgba(0, 0, 0, 0.2);
  }

  .mi__index-triangle_down:before {
    border-top: 14px solid rgba(0, 0, 0, 0.2);
  }

  .mi__index-triangle_zero:before {
    top: -2px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 11px solid rgba(0, 0, 0, 0.2);
  }

  .mi__index-triangle_zero:after {
    margin-top: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 11px solid rgba(0, 0, 0, 0.2);
  }

  .mi__index-date {
    font-size: 14px;
  }

  .mi__middle {
    margin: 30px 0;
  }

  .mi-bottom__right .button {
    font-size: 16px;
    padding-top: 7px;
    padding-bottom: 9px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.mi {
  /*Cтили для виджета начало*/
  /*Cтили для виджета конец*/
}

.mi__title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
}

.mi__subtitle {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.mi-style-list {
  margin-bottom: 10px;
}

.mi-style__item {
  padding: 40px 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  *zoom: 1;
}

.mi-style__item:before,
.mi-style__item:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.mi-style__item:last-of-type {
  border-bottom: none;
}

.mi-style__left {
  width: 320px;
  margin-right: 30px;
  margin-bottom: 20px;
  float: left;
}

.mi-style__right {
  max-width: 780px;
  width: calc(100% - 350px);
  margin-bottom: 20px;
  float: right;
}

.mi-style__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
}

.mi-style__size {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #aaaaaa;
}

.mi-style__textarea {
  position: relative;
  width: 100%;
  min-height: 200px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 15px 60px 15px;
  border-radius: 5px;
}

.mi-style__code-tab {
  display: block;
  padding-left: 20px;
}

.mi-style__btn-copy {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 150px;
  background-color: #EBF0F5;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 12px;
  color: #0088cc;
}

.mi-style__btn-copy span {
  position: relative;
}

.mi-style__btn-copy span:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  border: 1px dashed #0088cc;
}

.mi-style__btn-copy:hover {
  background-color: #dcdfe2;
}

.mi-widget {
  line-height: 1;
}

.mi-widget a {
  text-decoration: underline;
}

.mi-widget a:hover {
  text-decoration: none;
}

.mi-widget_light a {
  color: #000;
}

.mi-widget_light .mi-widget__body {
  background-color: #EBF0F5;
  color: #000;
}

.mi-widget_light .mi-widget__line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.mi-widget_light .mi-widget__grey {
  color: rgba(0, 0, 0, 0.5);
}

.mi-widget_light .mi-widget__top {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 96.13%);
}

.mi-widget_light .mi-widget__checkbox-item {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.mi-widget_light .mi-widget__checkbox-item:hover {
  background: rgba(0, 0, 0, 0.1);
}

.mi-widget_light .mi-widget__checkbox-item.active {
  color: #888888;
  background: rgba(0, 0, 0, 0.1);
  border: none;
}

.mi-widget_light .mi-widget__table-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.mi-widget_light .mi-widget__horiz-big-top {
  background-color: #fff;
}

.mi-widget_light .mi-widget__horiz-normal {
  padding: 24px 19px 14px;
  background: #FFFFFF;
  border: 1px solid #D3D3D3;
}

.mi-widget_light .mi-widget__horiz-normal-line {
  border-bottom: 4px solid #EBF0F5;
}

.mi-widget_light .mi-widget__horiz-small {
  padding: 9px 0 9px 9px;
  background: #FFFFFF;
  border: 1px solid #D3D3D3;
}

.mi-widget_light .mi-widget__horiz-small .mi-widget__info {
  background: #EBF0F5;
}

.mi-widget_dark a {
  color: #fff;
}

.mi-widget_dark .mi-widget__body {
  background-color: #393939;
  color: #fff;
}

.mi-widget_dark .mi-widget__line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mi-widget_dark .mi-widget__grey {
  color: rgba(255, 255, 255, 0.5);
}

.mi-widget_dark .mi-widget__top {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
}

.mi-widget_dark .mi-widget__checkbox-item {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.mi-widget_dark .mi-widget__checkbox-item:hover {
  background: rgba(255, 255, 255, 0.2);
}

.mi-widget_dark .mi-widget__checkbox-item.active {
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
  border: none;
}

.mi-widget_dark .mi-widget__table-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mi-widget_dark .mi-widget__horiz-big-top {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 2.21%, rgba(0, 0, 0, 0.5) 100%);
}

.mi-widget_dark .mi-widget__horiz-normal {
  padding: 25px 20px 15px;
}

.mi-widget_dark .mi-widget__horiz-normal-line {
  border-bottom: 4px solid #000;
}

.mi-widget_dark .mi-widget__horiz-small {
  padding: 10px 0 10px 10px;
}

.mi-widget_dark .mi-widget__horiz-small .mi-widget__info {
  background: #000000;
}

.mi-widget__body {
  border-radius: 10px;
  overflow: hidden;
}

.mi-widget__square {
  max-width: 300px;
  width: 100%;
  height: 300px;
  padding: 15px;
}

.mi-widget__square .mi-widget__title {
  margin-bottom: 5px;
}

.mi-widget__green {
  margin-bottom: 50px;
  color: #1EA01E;
}

.mi-widget__triangle {
  position: relative;
  padding-left: 13px;
  font-size: 16px;
}

.mi-widget__triangle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.mi-widget__triangle_up:before {
  border-bottom: 7px solid #1EA01E;
}

.mi-widget__triangle_down:before {
  border-top: 7px solid red;
}

.mi-widget__triangle span {
  vertical-align: middle;
}

.mi-widget__bigtitle {
  font-family: Encode Sans, Arial, Helvetica, sans-serif;
  font-size: 70px;
  margin: 20px 0 5px;
}

.mi-widget__title {
  font-family: Encode Sans, Arial, Helvetica, sans-serif;
  font-size: 50px;
}

.mi-widget__subtitle {
  font-family: Encode Sans, Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 45px;
}

.mi-widget__bigtext {
  font-size: 18px;
}

.mi-widget__text {
  font-size: 16px;
}

.mi-widget__subtext {
  font-size: 15px;
}

.mi-widget__stext {
  font-size: 13px;
}

.mi-widget__graph-miter {
  width: 270px;
  height: 70px;
  margin-top: 10px;
  margin-left: -20px;
}

.mi-widget__graph-miter .graph {
  width: 100%;
  height: 100%;
}

.mi-widget__graph-miter .line {
  fill: none;
  stroke: #1EA01E;
  stroke-width: 5;
}

.mi-widget__graph-miter .data {
  stroke-width: 1;
}

.mi-widget__graph-miter .data circle {
  fill: #fff;
  opacity: 0;
  transition: opacity ease 0.3s;
  cursor: pointer;
}

.mi-widget__graph-miter .data circle:hover {
  opacity: 1;
}

.mi-widget__graph-round {
  width: 300px;
  height: 87px;
  margin-left: -30px;
}

.mi-widget__graph-round .graph {
  width: 100%;
  height: 100%;
}

.mi-widget__graph-round .line {
  fill: none;
  stroke: #1EA01E;
  stroke-width: 5;
}

.mi-widget__graph-round .path {
  fill: none;
  stroke: #1EA01E;
  stroke-width: 5;
}

.mi-widget__graph-round .data {
  stroke-width: 1;
}

.mi-widget__graph-round .data circle {
  fill: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transition: opacity ease 0.3s;
  cursor: pointer;
}

.mi-widget__graph-round .data circle:hover {
  r: 7px;
  fill: #1EA01E;
  stroke: #fff;
  stroke-width: 4;
}

.mi-widget__line {
  margin: 15px 0 14px;
}

.mi-widget__vertical {
  max-width: 270px;
  width: 100%;
  height: 420px;
}

.mi-widget__top {
  position: relative;
  height: 280px;
  padding: 25px 20px 0;
  text-align: center;
}

.mi-widget__checkbox {
  display: inline-block;
  margin-bottom: 10px;
}

.mi-widget__checkbox-item {
  font-size: 13px;
  padding: 7px 11px;
  cursor: pointer;
  float: left;
}

.mi-widget__checkbox-item.active {
  padding: 8px 12px;
  cursor: default;
}

.mi-widget__checkbox-item:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.mi-widget__checkbox-item:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.mi-widget__table-item {
  font-size: 15px;
  padding: 12px 0;
}

.mi-widget__table-item:last-of-type {
  border-bottom: none;
}

.mi-widget__table-date {
  float: left;
}

.mi-widget__table-count {
  float: right;
}

.mi-widget__bottom {
  text-align: center;
  padding: 20px 20px 30px;
}

.mi-widget__bottom .mi-widget__bigtext {
  line-height: 1.5;
  margin-bottom: 20px;
}

.mi-widget__home {
  display: inline-block;
}

.mi-widget__home-logo {
  width: 20px;
  height: 20px;
  margin-right: 7px;
  float: left;
}

.mi-widget__home-logo img {
  width: 100%;
  height: 100%;
}

.mi-widget__home-text {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  float: left;
}

.mi-widget__home_small .mi-widget__home-logo {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.mi-widget__home_small .mi-widget__home-text {
  font-size: 15px;
  line-height: 18px;
}

.mi-widget__horiz-big {
  max-width: 300px;
  width: 100%;
  height: 165px;
  padding: 15px;
  border-radius: 20px;
}

.mi-widget__horiz-big-top {
  border-radius: 10px;
  padding: 20px 15px 15px;
  margin-bottom: 14px;
}

.mi-widget__horiz-big .mi-widget__graph-img {
  margin-top: 10px;
  width: 119px;
  height: 53px;
}

.mi-widget__info {
  float: left;
}

.mi-widget__graph-img {
  float: right;
}

.mi-widget__graph-img img {
  width: 100%;
  height: 100%;
}

.mi-widget__horiz-normal {
  max-width: 320px;
  width: 100%;
  height: 150px;
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.15);
}

.mi-widget__horiz-normal-line {
  margin: 15px 0 18px;
}

.mi-widget__horiz-normal-bottom .mi-widget__subtext {
  margin-right: 5px;
  float: left;
}

.mi-widget__horiz-normal-bottom .mi-widget__home {
  float: left;
}

.mi-widget__horiz-normal .mi-widget__graph-img {
  margin-top: 5px;
  width: 155px;
  height: 39px;
}

.mi-widget__horiz-small {
  max-width: 300px;
  width: 100%;
  height: 70px;
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.15);
}

.mi-widget__horiz-small .mi-widget__info {
  border-radius: 5px;
  padding: 5px 7px 0;
  margin-right: 10px;
}

.mi-widget__horiz-small .mi-widget__subtext {
  margin-top: 3px;
}

.mi-widget__horiz-small .mi-widget__home {
  margin-top: 10px;
}

@media screen and (max-width: 788px) {
  .mi-style__left {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .mi-style__right {
    width: 100%;
  }

  .mi-style__item {
    padding: 20px 0 0;
    border-bottom: none;
  }
}

@media screen and (max-width: 530px) {
  .mi__title {
    font-size: 21px;
  }

  .mi__subtitle {
    font-size: 16px;
  }
}

@media screen and (max-width: 360px) {
  .mi-widget__text_mob {
    font-size: 15px;
  }

  .mi-widget__horiz-small .mi-widget__subtext {
    font-size: 14px;
    margin-top: 4px;
  }

  .mi-widget__horiz-normal-bottom .mi-widget__subtext {
    font-size: 14px;
  }

  .mi-widget_light .mi-widget__horiz-normal {
    padding-left: 8px;
    padding-right: 8px;
  }

  .mi-widget_dark .mi-widget__horiz-normal {
    padding-left: 9px;
    padding-right: 9px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.user-articles-info__title div,
.user-articles-info__title a,
.user-articles-info__title span {
  font-size: 18px;
  line-height: 1.4;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.publ-page-del {
  border: 2px solid #B7B7B7;
  padding: 35px 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.publ-block__form .publ-block__item {
  align-items: center;
}

.publ-block__form .publ-block__item + .publ-block__item {
  margin-top: 10px;
}

.publ-block__form .publ-info__value {
  flex-grow: 1;
}

.publ-block-edit {
  display: inline-flex;
  padding-left: 10px;
}

.publ-block-edit.pl-0 {
  padding-left: 0;
  vertical-align: middle;
}

.publ-block-edit .publ-item__edit:last-of-type i {
  margin-right: 0;
}

.publ-del__txt {
  color: #B7B7B7;
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
}

.publ-del__icon {
  margin-right: 30px;
}

.publ-iv .bk-obj__title {
  line-height: 1.5;
  margin-top: 10px;
}

.publ-iv .bk-obj__statistics-container {
  margin-top: 15px;
}

.publ-iv .bk-obj__statistics-item {
  margin-right: 20px;
}

.publ-nav {
  background-color: #ECEEF2;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  max-height: 50px;
}

.publ-nav-item {
  text-align: center;
  width: 20%;
  height: 50px;
  flex: 1 1 auto;
}

.publ-nav-item:not(:last-of-type) .publ-nav__link .txt {
  border-right: 1px solid #CCCCCC;
}

.publ-nav__link {
  height: 50px;
  display: block;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.publ-nav__link .txt {
  height: 30px;
  line-height: 29px;
}

.publ-nav__link:hover {
  background: rgba(0, 0, 0, 0.1);
}

.publ-nav__link:active {
  background: rgba(0, 0, 0, 0.2);
}

.publ-nav__icon {
  opacity: .2;
}

.publ-nav__icon i {
  vertical-align: middle;
}

.publ-nav__icon:hover {
  opacity: .5;
}

.publ-info-gallery {
  position: relative;
  *zoom: 1;
}

.publ-info-gallery:before,
.publ-info-gallery:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.publ-info-gallery-fullscreen .mfp-arrow:before,
.publ-info-gallery-fullscreen .mfp-arrow:after {
  display: none;
}

.publ-info-gallery-fullscreen .mfp-arrow-left {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2250%22%20height%3D%2270%22%20viewBox%3D%220%200%2050%2070%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M0.467664%203.28527C-0.242146%202.43896%20-0.131489%201.17747%200.714823%200.467664C1.56113%20-0.242146%202.82262%20-0.13149%203.53243%200.714822L29.5324%2031.7148C30.1559%2032.4582%2030.1559%2033.5419%2029.5324%2034.2853L3.53243%2065.2853C2.82262%2066.1316%201.56113%2066.2422%200.714823%2065.5324C-0.131489%2064.8226%20-0.242146%2063.5611%200.467664%2062.7148L25.3897%2033L0.467664%203.28527Z%22%20transform%3D%22translate(40%2068)%20rotate(180)%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 70px;
}

.publ-info-gallery-fullscreen .mfp-arrow-right {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2250%22%20height%3D%2270%22%20viewBox%3D%220%200%2050%2070%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M0.467664%203.28527C-0.242146%202.43896%20-0.131489%201.17747%200.714823%200.467664C1.56113%20-0.242146%202.82262%20-0.13149%203.53243%200.714822L29.5324%2031.7148C30.1559%2032.4582%2030.1559%2033.5419%2029.5324%2034.2853L3.53243%2065.2853C2.82262%2066.1316%201.56113%2066.2422%200.714823%2065.5324C-0.131489%2064.8226%20-0.242146%2063.5611%200.467664%2062.7148L25.3897%2033L0.467664%203.28527Z%22%20transform%3D%22translate(10%202)%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 70px;
}

.publ-info-gallery-fullscreen .mfp-close {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.5857864%2C12%20L3.29289322%2C4.70710678%20C2.90236893%2C4.31658249%202.90236893%2C3.68341751%203.29289322%2C3.29289322%20C3.68341751%2C2.90236893%204.31658249%2C2.90236893%204.70710678%2C3.29289322%20L12%2C10.5857864%20L19.2928932%2C3.29289322%20C19.6834175%2C2.90236893%2020.3165825%2C2.90236893%2020.7071068%2C3.29289322%20C21.0976311%2C3.68341751%2021.0976311%2C4.31658249%2020.7071068%2C4.70710678%20L13.4142136%2C12%20L20.7071068%2C19.2928932%20C21.0976311%2C19.6834175%2021.0976311%2C20.3165825%2020.7071068%2C20.7071068%20C20.3165825%2C21.0976311%2019.6834175%2C21.0976311%2019.2928932%2C20.7071068%20L12%2C13.4142136%20L4.70710678%2C20.7071068%20C4.31658249%2C21.0976311%203.68341751%2C21.0976311%203.29289322%2C20.7071068%20C2.90236893%2C20.3165825%202.90236893%2C19.6834175%203.29289322%2C19.2928932%20L10.5857864%2C12%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  right: 0;
  width: 24px !important;
  font-size: 0;
}

.publ-info-gallery-fullscreen ~ .mfp-zoom-out-cur {
  cursor: auto !important;
}

.publ-info-gallery__container {
  overflow: hidden;
}

.publ-info-gallery__btn {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #E9F6E9;
  border-radius: 50%;
  position: absolute;
  padding-top: 13px;
  padding-left: 13px;
  cursor: pointer;
  top: 50%;
  margin-top: -25px;
}

.publ-info-gallery__btn.prev {
  left: 10px;
}

.publ-info-gallery__btn.next {
  right: 10px;
}

.publ-info-gallery__track {
  position: relative;
}

.publ-info-gallery__item {
  width: calc((100% - 20px) / 5);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 5px;
  vertical-align: bottom;
  position: relative;
  display: inline-block;
  float: left;
}

.publ-info-gallery__item:not(:nth-of-type(5n)) {
  margin-right: 5px;
}

.publ-info-gallery__item img {
  width: 100%;
  height: auto;
}

.publ-info-gallery__item .publ-item__close {
  position: absolute;
  z-index: 5;
  top: 5px;
  right: 5px;
}

.publ-info-gallery__item:hover .publ-item__close {
  display: block;
}

.publ-info-gallery__load {
  cursor: pointer;
  border: 2px dashed rgba(0, 0, 0, 0.2);
  height: 105px;
  margin-right: 0 !important;
  position: relative;
}

.publ-gallery-load__icon {
  width: 40px;
  height: 40px;
  background: #E9F6E9;
  border-radius: 50%;
  text-align: center;
  padding-top: 8px;
  flex-shrink: 0;
  flex-grow: 0;
}

.publ-gallery-load__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  height: 100%;
}

.publ-gallery-load__label:hover .glob-link {
  text-decoration: underline;
}

.publ-gallery-load__label_b {
  border: 2px dashed rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

.publ-gallery-load__input {
  display: none;
}

.publ-gallery-load__btn {
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.publ-gallery-load__body {
  text-align: center;
}

.publ-news {
  display: flex;
  /*overflow: hidden;*/
}

.publ-news_wrap {
  flex-wrap: wrap;
}

.publ-news_wrap .publ-news-item {
  margin-top: 30px;
  flex: 0 1 30%;
}

.publ-news_wrap .publ-news-item:nth-of-type(3n) {
  margin-right: 0;
}

.publ-news_wrap .publ-news__img {
  max-width: 300px;
}

.publ-news-item {
  width: calc((100% - 40px) / 3);
  flex: 1 1 32%;
  max-width: 270px;
  margin-right: 20px;
}

.publ-news-item:last-of-type {
  margin-right: 0;
}

.publ-news-item .user-articles-info__img img {
  height: 100%;
  object-fit: cover;
}

.publ-news-link:hover .publ-news__title {
  text-decoration: underline;
}

.publ-news-img-block {
  width: 100%;
  max-width: 700px;
}

.publ-news__img {
  border-radius: 6px;
  overflow: hidden;
}

.publ-news__img img,
.publ-news__img iframe {
  border-radius: 6px;
}

.publ-news__img.sm {
  max-width: 160px;
}

.publ-news__title {
  font-size: 18px;
  line-height: 1.5;
  word-wrap: break-word;
}

.publ-news__title.big {
  font-size: 21px;
}

.publ-news__txt {
  font-size: 16px;
  line-height: 1.5;
}

.publ-news-redirect {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 20px;
}

.publ-news-redirect .bk-breadcrumbs__link {
  font-size: 18px;
}

.publ-news-redirect .bk-breadcrumbs_2 .bk-breadcrumbs__item:after {
  top: 0;
}

.publ-news-kit {
  width: 100%;
  max-width: 850px;
  margin-top: 30px;
}

.publ-news-kit-load {
  border: 2px dashed rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  width: 200px;
  height: 140px;
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
}

.publ-news-kit-load-img {
  width: 200px;
  height: 140px;
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  vertical-align: top;
}

.publ-news-kit-load-img .publ-item__close {
  position: absolute;
  z-index: 5;
  top: 5px;
  right: 5px;
}

.publ-news-kit-load-img img {
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
}

.publ-news-kit-load-block .bk-form-err {
  margin-top: -10px;
  margin-bottom: 20px;
}

.publ-news-page p + p {
  margin-top: 15px;
}

.publ-news-page em {
  color: #1EA01E;
}

.publ-news-page a {
  color: #0088CC;
}

.publ-news__add {
  margin-top: 30px;
}

.publ-pres-block {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px;
  min-height: 95px;
}

.publ-pres__img img {
  width: 100%;
}

.publ-pres__icon {
  width: 50px;
  height: 50px;
  border: 1px solid #1EA01E;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 50%;
}

.publ-pres__icon i.active {
  display: none;
}

.publ-pres__btn {
  display: flex;
  padding: 15px;
  border-radius: 46px;
  position: absolute;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  align-items: center;
  top: 50%;
  margin-top: -40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 270px;
  transition: all .3s;
}

.publ-pres__btn:hover {
  background-color: #E9F6E9;
}

.publ-pres__btn:hover .publ-pres__icon {
  background-color: #1EA01E;
}

.publ-pres__btn:hover .publ-pres__icon i.normal {
  display: none;
}

.publ-pres__btn:hover .publ-pres__icon i.active {
  display: inline-block;
}

.publ-pres__btn:active .publ-pres__icon {
  background-color: #198319;
}

.publ-pres__btn:active .publ-pres__icon i.normal {
  display: none;
}

.publ-pres__btn:active .publ-pres__icon i.active {
  display: inline-block;
}

.publ-pres__txt .txt {
  font-size: 18px;
  margin-bottom: 5px;
}

.publ-pres__txt .size {
  font-size: 16px;
  opacity: .4;
}

.publ-map {
  height: 23em;
}

.publ-map + .publ-news-redirect {
  border-top: none;
}

.publ-fr-rewards .obj-medals {
  *zoom: 1;
}

.publ-fr-rewards .obj-medals:before,
.publ-fr-rewards .obj-medals:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.publ-ld-shop {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.publ-ld-shop__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #FA961E;
  margin-right: 15px;
}

.publ-ld-shop__text p:first-of-type {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

.publ-ld-shop__text p:last-of-type {
  font-size: 16px;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 4px;
}

.publ-ld-shop__link {
  display: block;
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  margin-top: 15px;
  color: #0088CC;
}

.publ-ld-shop__link:after {
  content: "";
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23b7b7b7%22%20d%3D%22M14.2426407%2C12%20L9.29289322%2C7.05025253%20C8.90236893%2C6.65972824%208.90236893%2C6.02656326%209.29289322%2C5.63603897%20C9.68341751%2C5.24551468%2010.3165825%2C5.24551468%2010.7071068%2C5.63603897%20L16.363961%2C11.2928932%20C16.7544853%2C11.6834175%2016.7544853%2C12.3165825%2016.363961%2C12.7071068%20L10.7071068%2C18.363961%20C10.3165825%2C18.7544853%209.68341751%2C18.7544853%209.29289322%2C18.363961%20C8.90236893%2C17.9734367%208.90236893%2C17.3402718%209.29289322%2C16.9497475%20L14.2426407%2C12%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right;
  display: inline-block;
  float: right;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-left: 0;
}

.fr-act {
  position: fixed;
  width: 100%;
  height: 70px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  border-top: 1px solid #CCCCCC;
  z-index: 10;
}

.fr-act .cb-row {
  justify-content: space-between;
  flex-wrap: nowrap;
}

.fr-act .cb-col {
  margin-right: 13px;
}

.fr-act .cb-item {
  margin-left: 0;
  padding: 0;
}

.fr-act a.cb-item:hover {
  background-color: transparent;
}

.fr-rating-modal {
  border-radius: 10px;
  overflow: hidden;
  max-width: 900px;
  width: 100%;
  margin: 20px auto;
  position: relative;
}

.fr-rating-modal-main {
  background-color: #fff;
  padding: 30px 30px 10px;
}

.fr-rating-modal-footer {
  padding: 20px 30px;
  background-color: #ECEEF2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fr-rating-company {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.fr-rating-company-info {
  flex-shrink: 0;
  margin-right: 30px;
  max-width: 245px;
  hyphens: auto;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.fr-rating-company__name {
  font-size: 21px;
  font-weight: bold;
}

.fr-rating-company__logo {
  flex-shrink: 0;
  margin-right: 20px;
}

.fr-rating-company__top {
  max-width: 372px;
  margin-left: auto;
  background-color: #E8F5E8;
  background-image: url("/img/fr/cup-x2.png");
  background-position: 10px 50%;
  background-size: 60px auto;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.fr-rating-company__top a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 80px;
  height: 100%;
  padding: 14px 20px 14px 80px;
  font-size: 18px;
  line-height: 26px;
}

.fr-rating-company__top a:hover span {
  text-decoration: underline;
}

.fr-rating-company__top a:hover .icon-24_gray-arrow-right {
  opacity: 0.5;
}

.fr-rating-company__top span {
  color: #0088CC;
}

.fr-rating-company__top .icon-24_gray-arrow-right {
  margin-left: 27px;
  min-width: 24px;
  opacity: 0.2;
}

.fr-rating-head {
  padding-right: 33px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}

.fr-rating-list {
  padding-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
  margin-top: 10px;
}

.fr-rating-list:last-of-type {
  border-bottom: none;
}

.fr-rating-list__title {
  font-size: 18px;
  font-weight: bold;
  margin-right: 15px;
}

.fr-rating-list-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.fr-rating-list__txt {
  font-size: 14px;
  margin-right: 15px;
}

.fr-rating-list-item {
  display: flex;
  justify-content: space-between;
}

.fr-rating-list-item + .fr-rating-list-item {
  margin-top: 5px;
}

.fr-rating__star_big i {
  width: 32px;
  height: 32px;
  background-size: contain;
}

.fr-rating__star span {
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 5px;
}

.fr-rating__star i {
  vertical-align: middle;
}

.fr-rating-row {
  display: flex;
  justify-content: space-between;
}

.fr-rating-col {
  width: 49%;
}

.fr-rating-report__icon {
  font-size: 0;
  margin-right: 20px;
}

.fr-rating-report-info {
  margin-right: 30px;
  display: flex;
  align-items: center;
}

.fr-rating-report__title {
  font-size: 21px;
  font-weight: bold;
}

.fr-rating-report__txt {
  font-size: 18px;
}

.fr-rating-report__btn {
  margin-left: auto;
}

.fr-report-modal {
  background-color: #fff;
  padding: 30px 30px 20px;
}

.fr-report-head {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
}

.fr-report-head__icon {
  margin-right: 35px;
}

.fr-report-head-txt {
  margin-right: 30px;
}

.fr-report-head__title {
  font-size: 30px;
  font-weight: bold;
}

.fr-report-head__txt {
  font-size: 18px;
  margin-top: 10px;
}

.fr-report-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
  margin-top: 30px;
}

.fr-report-content {
  width: auto;
  flex: 1 1 auto;
  padding-right: 20px;
}

.fr-report-content__title {
  font-size: 21px;
  font-weight: bold;
}

.fr-report-list {
  margin-top: 15px;
}

.fr-report-list__item {
  font-size: 18px;
  position: relative;
  padding-left: 25px;
}

.fr-report-list__item:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00B4F0;
  top: 7px;
}

.fr-report-list__item + .fr-report-list__item {
  margin-top: 5px;
}

.fr-report-att {
  background-color: #E9F6E9;
  border-radius: 10px;
  padding: 15px 20px 15px 10px;
  width: 300px;
  flex: 0 0 300px;
}

.fr-report-att-link {
  display: flex;
  align-items: center;
}

.fr-report-att-link:hover .fr-report-att__btn {
  border-color: #198219;
  background-color: #198219;
}

.fr-report-att-link:hover .fr-report-att__btn .norm {
  display: none;
}

.fr-report-att-link:hover .fr-report-att__btn .hover {
  display: inline-block;
}

.fr-report-att__icon {
  margin-right: 10px;
}

.fr-report-att__txt {
  font-size: 18px;
  margin-right: 15px;
}

.fr-report-att__btn {
  margin-left: auto;
}

.fr-report-att__btn .hover {
  display: none;
}

.fr-report-att__btn:hover .norm {
  display: none;
}

.fr-report-att__btn:hover .hover {
  display: inline-block;
}

.fr-report-att__btn.button {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 6px 0;
  line-height: 0;
}

.fr-report-footer {
  display: flex;
  align-items: center;
}

.fr-report-footer__btn {
  margin-right: 20px;
  flex: 0 0 auto;
}

.fr-report-footer__txt {
  font-size: 18px;
}

.fr-report-footer_new {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 20px;
}

.fr-report-footer_new .button {
  display: block;
}

.fr-pop-up .pop-up__similar-fr-name {
  font-size: 18px;
}

.fr-pop-up .pop-up__similar-fr-stext {
  font-size: 16px;
}

.old-vote__form .publ__txt {
  line-height: 1;
}

.publ-page-layout__fr-rewards {
  margin-top: 20px;
}

.franchise-rewards__title {
  font-size: 21px;
}

.franchise-rewards__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 20px;
}

.franchise-rewards__item {
  width: 70px;
  max-width: 70px;
  margin-bottom: 10px;
  padding: 0 12px;
}

.franchise-rewards__caption {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.franchise-rewards__count {
  position: relative;
}

.publ-page-layout__del {
  margin-top: 15px;
}

.fr-video-2020 img {
  margin-bottom: 10px;
}

.fr-video-2020__link {
  display: block;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.fr-video-2020__col {
  margin-bottom: 15px;
}

.fr-video-2020__col b {
  display: block;
  margin-bottom: 2px;
  font-size: 21px;
  line-height: 30px;
  font-weight: bold;
}

.fr-video-2020__col span {
  display: block;
  font-size: 18px;
  line-height: 26px;
}

.fr-video-2020__btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  background-color: #FFBE0A;
  border-radius: 6px;
}

.fr-video-2020__btn span {
  margin-right: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}

.publ-page-header__person {
  margin-bottom: 0 !important;
}

.publ-layout .bk-agent {
  position: static;
  box-shadow: none;
}

@media (min-width: 661px) {
  .fr-video-2020__link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .fr-video-2020 img {
    flex-shrink: 0;
    margin-right: 17px;
    margin-bottom: 20px;
  }

  .fr-video-2020__col {
    margin-bottom: 20px;
  }
}

@media (min-width: 1551px) {
  .fr-video-2020 img {
    margin-bottom: 0;
  }

  .fr-video-2020__col {
    margin-bottom: 0;
  }

  .fr-video-2020__btn {
    margin-left: auto;
  }
}

@media screen and (max-width: 1550px) {
  .publ-info-gallery__load {
    height: 80px;
  }

  .publ-info-gallery__load .publ-gallery-load__label {
    flex-direction: row;
  }

  .publ-info-gallery__load .publ-gallery-load__icon {
    width: 24px;
    height: 24px;
    padding-top: 0;
    flex: 0 0 24px;
    background-color: transparent;
    margin-right: 5px;
  }

  .publ-info-gallery__load .publ-gallery-load__body {
    margin-top: 0;
  }

  .publ-info-gallery__load .publ-gallery-load__body .txt_h {
    display: none;
  }

  .publ-info-gallery__load .publ-gallery-load__body span {
    text-transform: capitalize;
  }
}

@media screen and (max-width: 1380px) {
  .fr-act {
    padding-left: 64px;
  }
}

@media screen and (max-width: 1100px) {
  .publ-map {
    height: 17em;
  }

  .publ-news_wrap .publ-news-item {
    width: calc((100%-40px)/2);
    flex: 0 1 47%;
  }

  .publ-news_wrap .publ-news-item:nth-of-type(odd) {
    margin-right: 20px;
  }

  .publ-news_wrap .publ-news-item:nth-of-type(even) {
    margin-right: 0;
  }

  .publ-news_wrap .publ-news-item:last-of-type {
    margin-right: 0;
  }

  .publ-info-gallery__load {
    height: 53px;
  }

  .fr-act .cb-item__txt {
    font-size: 14px;
  }

  .fr-act__btn {
    font-size: 14px;
  }

  .fr-act__btn.button.big {
    padding: 9px 10px 7px;
  }
}

@media (max-width: 856px) {
  .fr-rating-company__top {
    margin-top: 15px;
    margin-left: 0;
  }
}

@media screen and (max-width: 850px) {
  .fr-act {
    padding-left: 0;
  }

  .fr-rating-report-info {
    margin-right: 3em;
  }
}

@media screen and (max-width: 788px) {
  .publ-info-gallery__load {
    height: 11.8vw;
  }

  .publ-map {
    height: 20em;
  }

  .fr-act .cb-item__txt {
    display: none;
  }

  .fr-rating-modal-main {
    padding: 20px 20px 10px;
  }

  .fr-rating-modal-footer {
    padding: 20px;
  }

  .fr-rating-list__title {
    font-size: 16px;
  }

  .fr-rating-report__title {
    font-size: 18px;
  }

  .fr-rating-report__txt {
    font-size: 16px;
  }

  .fr-rating-report__icon {
    margin-right: 15px;
  }

  .fr-report-modal {
    padding: 20px;
  }

  .fr-report-head {
    padding-bottom: 25px;
  }

  .fr-report-head__title {
    font-size: 21px;
  }

  .fr-report-head__icon {
    margin-right: 15px;
  }

  .fr-report-body {
    display: block;
    margin-top: 20px;
  }

  .fr-report-att {
    margin-top: 20px;
  }

  .new-boss .publ-fr-rewards {
    margin-top: 15px;
  }
}

@media screen and (max-width: 530px) {
  .fr-rating-company__top a {
    font-size: 14px;
    line-height: 1.4;
  }

  .fr-page {
    padding-top: 50px;
  }

  .fr-act {
    height: auto;
    width: auto;
    bottom: 20px;
    background-color: transparent;
    border-top: none;
    left: 50%;
    margin-left: -119.5px;
  }

  .fr-act__btn.button.big {
    border-radius: 50px;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    font-size: 18px;
  }

  .fr-act__btn.button.big i {
    vertical-align: text-top;
    margin-right: 7px;
  }

  .fr-rating-modal-main {
    padding: 10px;
  }

  .fr-rating-modal-footer {
    display: block;
  }

  .fr-rating-row {
    display: block;
  }

  .fr-rating-col {
    width: 100%;
  }

  .fr-rating-col:not(:last-of-type) {
    border-bottom: 1px solid #CCCCCC;
  }

  .fr-rating-company__logo {
    width: 100px;
    margin-right: 10px;
  }

  .fr-rating-company__logo .bk-logo {
    width: 100%;
  }

  .fr-rating-company__name {
    font-size: 18px;
  }

  .fr-rating-report-info {
    margin-right: 0;
    align-items: flex-start;
  }

  .fr-rating-report-txt {
    margin-right: 0;
  }

  .fr-rating-report__btn {
    clear: both;
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .fr-rating-report__title {
    font-size: 16px;
  }

  .fr-rating-report__txt {
    font-size: 14px;
  }

  .fr-rating-report__icon_h {
    margin-top: -10px;
  }

  .fr-rating-list {
    margin-top: 15px;
  }

  .fr-rating__star_big i {
    width: 24px;
    height: 24px;
  }

  .fr-report-head {
    display: block;
  }

  .fr-report-head__icon {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .fr-report-head-txt {
    margin-right: 0;
  }

  .fr-report-head__txt {
    font-size: 16px;
  }

  .fr-report-list__item {
    font-size: 16px;
  }

  .fr-report-content__title {
    font-size: 18px;
  }

  .fr-report-footer {
    display: block;
  }

  .fr-report-footer_new {
    display: flex;
  }

  .fr-report-footer__txt {
    font-size: 16px;
  }

  .fr-report-footer__btn {
    margin-bottom: 15px;
  }

  .fr-report-att {
    width: 100%;
  }

  .fr-report-att__txt {
    font-size: 16px;
  }

  .publ-page-del {
    justify-content: flex-start;
    padding: 20px 20px 17px;
  }

  .publ-page-del .bk-logo {
    flex-basis: 100px;
  }

  .publ-del__txt {
    font-size: 21px;
  }

  .publ-del__icon {
    margin-right: 20px;
  }

  .publ-nav {
    flex-wrap: wrap;
    position: fixed;
    top: 49px;
    margin-top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    z-index: 1001;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
    transition: all .3s;
  }

  .publ-nav__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    padding-right: 20px;
    padding-top: 15px;
  }

  .publ-nav__icon.active {
    transform: rotate(180deg);
    width: 30px;
    height: 30px;
    padding: 0;
    right: 10px;
    top: 8px;
    left: auto;
    text-align: center;
  }

  .publ-nav.active {
    max-height: 250px;
    height: auto;
  }

  .publ-nav-item {
    width: 100%;
    text-align: left;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    order: 1;
  }

  .publ-nav-item:not(:last-of-type) .publ-nav__link .txt {
    border-right: none;
  }

  .publ-nav-item.active {
    order: 0;
  }

  .publ-nav__link:hover {
    background-color: transparent;
    text-decoration: underline;
  }

  .publ-info-gallery__track {
    padding-left: 10px;
    padding-right: 10px;
  }

  .publ-info-gallery__container {
    width: calc(100% + 20px);
    margin-left: -10px;
  }

  .publ-info-gallery__item {
    width: 165px;
    flex: 1 0 165px;
  }

  .publ-info-gallery__item:nth-of-type(5) {
    margin-right: 5px;
  }

  .publ-info-gallery__load {
    height: 105px;
  }

  .publ-pres-block {
    margin: 0;
  }

  .publ-pres__btn {
    padding: 7px;
    margin-top: -27px;
    width: 210px;
  }

  .publ-pres__icon {
    width: 40px;
    height: 40px;
  }

  .publ-pres__txt .txt {
    font-size: 14px;
    margin-bottom: 0;
  }

  .publ-pres__txt .size {
    font-size: 14px;
  }

  .publ-news {
    display: block;
  }

  .publ-news_wrap {
    display: flex;
  }

  .publ-news_wrap .publ-news-item {
    width: 100%;
    float: none;
    display: block;
    margin-right: 0;
    flex: 0 1 100%;
    max-width: 100%;
  }

  .publ-news_wrap .publ-news-item:nth-of-type(odd) {
    margin-right: 0;
  }

  .publ-news-item {
    width: 200px;
    display: inline-block;
    vertical-align: top;
  }

  .publ-news__add {
    margin-top: 20px;
  }

  .publ-news-kit {
    margin-top: 20px;
  }

  .publ-map {
    height: 15em;
  }

  .publ-page-layout__del {
    margin-top: 0;
  }
}

@media screen and (max-width: 350px) {
  .bk-switch-txt {
    flex-grow: 1;
  }

  .bk-switch__help {
    margin-left: auto;
  }
}

@media screen and (max-width: 1100px) and (min-width: 789px) {
  .publ-nav-item {
    flex: 1 1 auto;
    width: auto;
  }
}

@media (min-resolution: 3dppx) {
  .fr-rating-company__top {
    background-image: url("/img/fr/cup-x3.png");
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.publ-kit-form-row {
  display: flex;
  justify-content: space-between;
}

.publ-kit-form-col {
  width: calc((100% - 30px) / 2);
}

.publ-rv-page {
  margin-top: 20px;
}

.publ-rv-tabs {
  margin-bottom: 30px;
}

.publ-rv-head {
  display: flex;
  justify-content: space-between;
}

.publ-rv-head__title {
  font-size: 30px;
}

.publ-rv-head__title .publ-block-edit {
  vertical-align: middle;
  padding-left: 0;
}

.publ-rv-media.video {
  height: 30em;
}

.publ-rv-gallery {
  position: relative;
  overflow: hidden;
}

.publ-rv-gallery__container {
  overflow: hidden;
}

.publ-rv-gallery__track {
  will-change: transform;
  transition: transform 400ms ease-in;
  position: relative;
  *zoom: 1;
}

.publ-rv-gallery__track:before,
.publ-rv-gallery__track:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.publ-rv-img.photo .publ-rv-img__item {
  width: 270px;
}

.publ-rv-img.doc .publ-rv-img__item {
  width: 196px;
  margin-right: 22px;
}

.publ-rv-img.doc .publ-rv-img__item:last-of-type {
  margin-right: 0;
}

.publ-rv-img__item {
  margin-right: 20px;
  display: inline-block;
  float: left;
}

.publ-rv-img__item:last-of-type {
  margin-right: 0;
}

.publ-rv-img__item img {
  border-radius: 6px;
}

.publ-rv-block:not(:last-of-type) {
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
}

.publ-rv-content_hidden {
  position: relative;
  max-height: 275px;
  overflow: hidden;
  transition: all .3s;
}

.publ-rv-content_hidden.active {
  height: auto;
  max-height: 10000px;
}

.publ-rv-content_hidden .bk-hiding {
  height: calc(100% - 85px);
}

.publ-gallery__arr-btn {
  display: none;
  width: 50px;
  height: 50px;
  background-color: #E9F6E9;
  border-radius: 50%;
  position: absolute;
  padding-top: 13px;
  padding-left: 13px;
  cursor: pointer;
  top: 50%;
  margin-top: -25px;
}

.publ-gallery__arr-btn.prev {
  left: 0;
}

.publ-gallery__arr-btn.next {
  right: 0;
}

@media screen and (max-width: 1550px) {
  .publ-rv-img.photo .publ-rv-img__item {
    width: 203px;
  }

  .publ-rv-img.doc .publ-rv-img__item {
    width: 146px;
  }
}

@media screen and (max-width: 1100px) {
  .publ-rv-media.video {
    height: 20em;
  }
}

@media screen and (max-width: 788px) {
  .publ-kit-form-row {
    display: block;
  }

  .publ-kit-form-col {
    width: 100%;
  }

  .publ-rv-img.photo .publ-rv-img__item {
    width: 243px;
  }

  .publ-rv-img.doc .publ-rv-img__item {
    margin-right: 10px;
  }

  .publ-rv-img__item {
    margin-right: 10px;
  }

  .publ-rv-media.video {
    height: 22em;
  }
}

@media screen and (max-width: 530px) {
  .publ-gallery__arr-btn {
    display: none;
  }

  .publ-rv-tabs {
    margin-bottom: 20px;
  }

  .publ-rv-head__title {
    font-size: 18px;
  }

  .publ-rv-head__txt {
    font-size: 16px;
    line-height: 24px;
  }

  .publ-rv-media.video {
    height: 15em;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

/*Премия*/

.r2016nom-head__black-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 370px;
  background-color: #000000;
}

.r2016nom-head__bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 380px;
}

.r2016nom-head__bg:before {
  content: '';
}

.r2016nom-head__bg:after {
  content: '';
}

.r2016nom-head__bg_health {
  background-color: #920563;
}

.r2016nom-head__bg_candie {
  background-color: #653D1A;
}

.r2016nom-head__bg_import {
  background-color: #023C01;
}

.r2016nom-head__bg_popular {
  background-color: #115a41;
}

.r2016nom-head__bg_innovation {
  background-color: #00285B;
}

.r2016nom-head__bg_specialist {
  background-color: #5D1113;
}

.r2016nom-head__bg_rise {
  background-color: #65370a;
}

.r2016nom-head__bg_prif {
  background-color: #115a41;
}

.r2016nom-head__bg_talisman {
  background-color: #7c0c60;
}

.r2016nom-head__bg_sport {
  background-color: #133d10;
}

.r2016nom-head__bg_strong {
  background-color: #0e2c5b;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom__text {
  line-height: 1.2;
  color: #363636;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom {
  position: relative;
  padding-top: 38px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom .r2016nom-head__nomcell {
  position: relative;
  padding-bottom: 34px;
  z-index: 1;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__content {
  padding-top: 33px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__content_nom .r2016nom-head__h1 {
  line-height: 26px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__content_nom .r2016nom-head__social {
  margin-bottom: 50px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__content_offer {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 50px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__medal {
  width: 144px;
  height: 144px;
  margin-left: 105px;
  margin-right: 25px;
  margin-bottom: 20px;
  float: left;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__medal_nom {
  width: 114px;
  height: 114px;
  margin-left: 163px;
  margin-bottom: 35px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__medal img {
  width: 100%;
  height: 100%;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__h1 {
  font-size: 50px;
  text-align: left;
  padding-bottom: 35px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__h1_nom {
  padding: 5px 60px 15px 0;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__bh1_nom {
  text-align: left;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__ah1_nom {
  text-align: left;
  padding-bottom: 0;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__social .social-share-wrap {
  margin-left: 20px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__archive {
  *zoom: 1;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__archive:before,
.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__archive:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__archive-link {
  font-size: 18px;
  line-height: 1.4;
  margin-right: 40px;
  float: left;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__archive-link.active a {
  color: #000;
  pointer-events: none;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__archive-link:last-of-type {
  margin-right: 0;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__timer {
  margin: 2px 0 32px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__timer-text {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__htext {
  padding-bottom: 13px;
  display: none;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__text {
  line-height: 24px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-soon {
  padding-bottom: 40px;
  font-size: 36px;
  line-height: 1.42;
  font-weight: bold;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-offer__text {
  font-size: 35px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-right: 20px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-offer__btn {
  display: table-cell;
  vertical-align: middle;
  width: 300px;
  text-align: right;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-offer__btn .button {
  white-space: inherit;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-item__content {
  padding: 25px 6px 63px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-item__h2 {
  padding-bottom: 16px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-list {
  margin-bottom: 0;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-list__img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-list__text {
  line-height: 24px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-list__stext {
  line-height: 20px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-result {
  padding: 8px 0 8px;
  margin: 0 auto;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-other__htext {
  line-height: 1.2;
  color: #363636;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-cover_health {
  background-image: url("../img/rating/2016/covers/health-new.jpg");
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-cover_candie {
  background-image: url("../img/rating/2016/covers/candie-new.jpg");
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-cover_import {
  background-image: url("../img/rating/2016/covers/import-new.jpg");
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-cover_popular {
  background-image: url("../img/rating/2016/covers/popular-new.jpg");
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-cover_innovation {
  background-image: url("../img/rating/2016/covers/innovation-new.jpg");
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-cover_specialist {
  background-image: url("../img/rating/2016/covers/specialist-new.jpg");
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-cover_rise {
  background-image: url("../img/rating/2017/covers/rise.jpg");
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-cover_prif {
  background-image: url("../img/rating/2017/covers/prif.jpg");
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-cover_talisman {
  background-image: url("../img/rating/2017/covers/talisman.jpg");
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-cover_sport {
  background-image: url("../img/rating/2017/covers/sport.jpg");
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-cover_strong {
  background-image: url("../img/rating/2017/covers/strong.jpg");
}

.new-boss .new-boss-old-style.new-boss-old-style_update .links__item {
  line-height: 1.2;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .button_new-boss-rating {
  display: block;
  width: 100% !important;
  padding: 7px 0 6px !important;
  border-radius: 5px;
  margin: 0 auto !important;
}

/*Победители общая*/

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__content_win {
  padding-bottom: 30px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-item_indent {
  font-size: 0;
  margin-bottom: 50px;
  background-size: cover;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-item__left {
  width: 46%;
  text-align: center;
  float: left;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-item__img {
  display: inline-block;
  width: 200px;
  height: 150px;
  margin: 33px 0 13px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.23);
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-item__img img {
  width: 100%;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-item__title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-item__title_right {
  display: none;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-item__right {
  position: relative;
  display: inline-block;
  width: 54%;
  padding: 30px 0 87px;
  margin-bottom: -20px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-item__right p {
  font-size: 18px;
  line-height: 24px;
  padding: 0;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-item__htext {
  font-size: 24px;
  line-height: 24px;
  padding: 17px 0 7px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-item__btn {
  position: absolute;
  left: 0;
  bottom: 0;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-cover_specialist .r2016nom-item__img {
  width: 170px;
  height: 180px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-cover_talisman .r2016nom-item__img {
  width: 170px;
  height: 180px;
}

/*Победители индивидуальная*/

.winner-bg {
  position: absolute;
  left: 0;
  top: 256px;
  width: 100%;
  height: 700px;
  background: url("/img/rating/2016/win_bg.png") no-repeat 50% 0;
  background-size: cover;
  z-index: -1;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-content_win {
  padding: 0 165px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head-win {
  text-align: center;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__nomcell_win {
  padding: 36px 0 38px;
  letter-spacing: 0.2px;
  color: #000000;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__content-win {
  font-size: 0;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__medal_win {
  width: 125px;
  height: 125px;
  margin: 0 14px 0 168px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__right-win {
  width: calc(100% - 307px);
  height: 125px;
  text-align: left;
  float: left;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__right-win:before {
  content: '';
  height: inherit;
  display: inline-block;
  vertical-align: middle;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__right-about {
  display: inline-block;
  vertical-align: middle;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__bh1_win {
  display: inline-block;
  font-size: 20px;
  text-align: left;
  padding-bottom: 3px;
  color: #000000;
  vertical-align: middle;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__h1_win {
  display: inline-block;
  color: #000000;
  padding-bottom: 0;
  vertical-align: middle;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__social_win {
  margin: 50px 0 35px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-winner_spec .r2016nom-winner__right {
  width: 310px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-winner_spec .r2016nom-winner__img {
  width: 170px;
  height: 180px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-winner_spec .r2016nom-winner__other-img {
  width: 140px;
  height: 150px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-winner__left {
  width: 361px;
  float: left;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-winner__img {
  width: 200px;
  height: 150px;
  margin: 0 auto;
  border-radius: 10px;
  border: 2px rgba(255, 255, 255, 0.3) solid;
  box-sizing: border-box;
  overflow: hidden;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-winner__img img {
  width: 100%;
  height: 100%;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-winner__vote {
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px rgba(0, 0, 0, 0.3) solid;
  background: linear-gradient(to top, #e1c036, #f5e357);
  text-align: center;
  margin: 0 auto;
  z-index: 1;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-winner__vote_big {
  top: 29px;
  padding: 16px 21px 15px;
  font-size: 24px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-winner__vote_small {
  bottom: 10px;
  padding: 9px 11px;
  font-size: 18px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-winner__pedestal {
  margin-top: 18px;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-winner__right {
  width: 370px;
  float: right;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-winner__item {
  margin-right: 30px;
  margin-bottom: 50px;
  float: left;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-winner__item:nth-child(2n) {
  margin-right: 0;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-winner__other-img {
  width: 170px;
  height: 128px;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  overflow: hidden;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-winner__other-img img {
  width: 100%;
  height: 100%;
}

.new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-other_win {
  margin: 53px 0 0;
  padding-bottom: 43px;
}

.r2019nom-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.r2019nom-gallery img {
  flex-shrink: 0;
  max-width: 100%;
  height: auto;
}

.r2019nom-gallery img:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 1550px) {
  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__medal {
    margin-left: 0;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-content {
    padding: 0 70px;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head {
    margin: 0 -70px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .r2019nom-gallery img:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-content {
    padding: 0 55px;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head {
    margin: 0 -55px;
    padding-left: 55px;
    padding-right: 55px;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__content_nom {
    position: relative;
    z-index: 1;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__content_offer {
    display: block;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__h1 {
    font-size: 40px;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__medal {
    margin-left: 0;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__social {
    margin-bottom: 10px;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__social .social-share-wrap:nth-of-type(3n+1) {
    clear: both;
    margin-left: 0;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 380px;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 380px;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom.r2016nom-cover_health:before {
    background: linear-gradient(to right, #920563, transparent);
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom.r2016nom-cover_health:after {
    background: linear-gradient(to left, #920563, transparent);
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom.r2016nom-cover_candie:before {
    background: linear-gradient(to right, #653D1A, transparent);
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom.r2016nom-cover_candie:after {
    background: linear-gradient(to left, #653D1A, transparent);
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom.r2016nom-cover_import:before {
    background: linear-gradient(to right, #023C01, transparent);
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom.r2016nom-cover_import:after {
    background: linear-gradient(to left, #023C01, transparent);
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom.r2016nom-cover_popular:before {
    background: linear-gradient(to right, #115a41, transparent);
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom.r2016nom-cover_popular:after {
    background: linear-gradient(to left, #115a41, transparent);
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom.r2016nom-cover_innovation:before {
    background: linear-gradient(to right, #00285B, transparent);
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom.r2016nom-cover_innovation:after {
    background: linear-gradient(to left, #00285B, transparent);
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom.r2016nom-cover_specialist:before {
    background: linear-gradient(to right, #5D1113, transparent);
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom.r2016nom-cover_specialist:after {
    background: linear-gradient(to left, #5D1113, transparent);
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom.r2016nom-cover_rise:before {
    background: linear-gradient(to right, #65370a, transparent);
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom.r2016nom-cover_rise:after {
    background: linear-gradient(to left, #65370a, transparent);
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom.r2016nom-cover_prif:before {
    background: linear-gradient(to right, #115a41, transparent);
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom.r2016nom-cover_prif:after {
    background: linear-gradient(to left, #115a41, transparent);
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom.r2016nom-cover_talisman:before {
    background: linear-gradient(to right, #7c0c60, transparent);
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom.r2016nom-cover_talisman:after {
    background: linear-gradient(to left, #7c0c60, transparent);
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom.r2016nom-cover_sport:before {
    background: linear-gradient(to right, #133d10, transparent);
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom.r2016nom-cover_sport:after {
    background: linear-gradient(to left, #133d10, transparent);
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom.r2016nom-cover_strong:before {
    background: linear-gradient(to right, #0e2c5b, transparent);
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom.r2016nom-cover_strong:after {
    background: linear-gradient(to left, #0e2c5b, transparent);
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-offer__text {
    display: block;
    padding-right: 0;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-offer__btn {
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-item_pos,
  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-item_pos_nom {
    width: calc(100% + 110px);
    margin-left: -55px;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__content_nom .r2016nom-head__social {
    margin-bottom: 10px;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .grid5 .col {
    width: 23.5%;
    margin-left: 2%;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .button.button_adapt-new {
    margin-left: 0;
  }

  .winner-bg {
    background-position-x: 30%;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__medal_win {
    margin-left: 40px;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__right-win {
    width: calc(100% - 179px);
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-winner_spec .r2016nom-winner__right {
    width: 100%;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-winner__left {
    width: 100%;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-winner__right {
    width: 100%;
    margin-top: 30px;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-winner__item {
    width: 50%;
    margin-right: 0;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-other_win {
    margin-top: 0;
  }
}

@media screen and (max-width: 788px) {
  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__medal {
    width: 120px;
    height: 120px;
    float: none;
    margin: 0 auto;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__h1 {
    text-align: center;
    padding-right: 0;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__bh1_nom {
    text-align: center;
    padding-top: 20px;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__ah1_nom {
    text-align: center;
    padding-bottom: 40px;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__timer {
    display: none;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__htext {
    display: inline-block;
  }

  .winner-bg {
    height: 770px;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__right-win {
    width: 100%;
    height: inherit;
    text-align: center;
    margin: 20px 0 -20px;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__bh1 {
    display: block;
    text-align: center;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__h1 {
    display: block;
  }
}

@media screen and (max-width: 760px) {
  .new-boss .new-boss-old-style.new-boss-old-style_update .grid5 .col {
    width: 32%;
  }
}

@media screen and (max-width: 727px) {
  img:last-child {
    margin: 0 auto;
  }
}

@media screen and (max-width: 660px) {
  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-content {
    padding: 0;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-item_pos {
    width: 100%;
    margin-left: 0;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-item_pos_nom {
    width: 100%;
    margin-left: 0;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-other {
    margin: 0;
    padding-left: 1%;
    padding-right: 1%;
  }
}

@media screen and (max-width: 600px) {
  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-item__content {
    padding-bottom: 25px;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-item__left {
    display: none;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-item__title_right {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-item__right {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-item__right p {
    color: #8e8e8e;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-item__htext {
    font-size: 20px;
    font-weight: normal;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-item__tagline {
    display: none;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-item__btn {
    right: 0;
    bottom: 30px;
  }
}

@media screen and (max-width: 530px) {
  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__content {
    padding-left: 1%;
    padding-right: 1%;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__content_nom {
    padding-top: 20px;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__content_offer {
    padding: 20px;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head_nom .r2016nom-head__nomcell {
    padding-top: 19px;
    padding-bottom: 14px;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__h1 {
    font-size: 30px;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__medal_nom {
    width: 100px;
    height: 100px;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__archive {
    padding-left: 15px;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-head__archive-link {
    font-size: 16px;
    margin-right: 20px;
    margin-top: 10px;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-offer__text {
    font-size: 25px;
  }
}

@media screen and (max-width: 420px) {
  .new-boss .new-boss-old-style_update .r2016nom-head__h1 {
    font-size: 28px;
  }

  .new-boss .new-boss-old-style_update .r2016nom-head__social .social-share-wrap:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }

  .new-boss .new-boss-old-style_update .r2016nom-head__social .social-share-wrap:nth-of-type(3n+1) {
    clear: inherit;
    margin-left: 18px;
  }

  .winner-bg {
    height: 830px;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-winner__pedestal {
    width: 100%;
    height: 100%;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-winner__pedestal img {
    width: 100%;
    height: 100%;
  }

  .new-boss .new-boss-old-style.new-boss-old-style_update .r2016nom-winner__item {
    width: 100%;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.label-light-red.bg {
  background-color: #EF9A9A;
}

.label-light-red.border {
  border: 1px solid #EF9A9A;
}

a.label-light-red.border.ld-item__label:hover {
  background-color: rgba(239, 154, 154, 0.15);
}

a.label-light-red.border.ld-item__label:active {
  background-color: rgba(239, 154, 154, 0.3);
}

.label-red.bg {
  background-color: #F44336;
}

.label-red.border {
  border: 1px solid #F44336;
}

a.label-red.border.ld-item__label:hover {
  background-color: rgba(244, 67, 54, 0.15);
}

a.label-red.border.ld-item__label:active {
  background-color: rgba(244, 67, 54, 0.3);
}

.label-vinous.bg {
  background-color: #B71C1C;
}

.label-vinous.border {
  border: 1px solid #B71C1C;
}

a.label-vinous.border.ld-item__label:hover {
  background-color: rgba(183, 28, 28, 0.15);
}

a.label-vinous.border.ld-item__label:active {
  background-color: rgba(183, 28, 28, 0.3);
}

.label-light-pink.bg {
  background-color: #F48FB1;
}

.label-light-pink.border {
  border: 1px solid #F48FB1;
}

a.label-light-pink.border.ld-item__label:hover {
  background-color: rgba(244, 143, 177, 0.15);
}

a.label-light-pink.border.ld-item__label:active {
  background-color: rgba(244, 143, 177, 0.3);
}

.label-pink.bg {
  background-color: #EC407A;
}

.label-pink.border {
  border: 1px solid #EC407A;
}

a.label-pink.border.ld-item__label:hover {
  background-color: rgba(236, 64, 122, 0.15);
}

a.label-pink.border.ld-item__label:active {
  background-color: rgba(236, 64, 122, 0.3);
}

.label-dark-pink.bg {
  background-color: #880E4F;
}

.label-dark-pink.border {
  border: 1px solid #880E4F;
}

a.label-dark-pink.border.ld-item__label:hover {
  background-color: rgba(136, 14, 79, 0.15);
}

a.label-dark-pink.border.ld-item__label:active {
  background-color: rgba(136, 14, 79, 0.3);
}

.label-light-purple.bg {
  background-color: #CE93D8;
}

.label-light-purple.border {
  border: 1px solid #CE93D8;
}

a.label-light-purple.border.ld-item__label:hover {
  background-color: rgba(206, 147, 216, 0.15);
}

a.label-light-purple.border.ld-item__label:active {
  background-color: rgba(206, 147, 216, 0.3);
}

.label-purple.bg {
  background-color: #9C27B0;
}

.label-purple.border {
  border: 1px solid #9C27B0;
}

a.label-purple.border.ld-item__label:hover {
  background-color: rgba(156, 39, 176, 0.15);
}

a.label-purple.border.ld-item__label:active {
  background-color: rgba(156, 39, 176, 0.3);
}

.label-dark-purple.bg {
  background-color: #4A148C;
}

.label-dark-purple.border {
  border: 1px solid #4A148C;
}

a.label-dark-purple.border.ld-item__label:hover {
  background-color: rgba(74, 20, 140, 0.15);
}

a.label-dark-purple.border.ld-item__label:active {
  background-color: rgba(74, 20, 140, 0.3);
}

.label-light-blue.bg {
  background-color: #81D4FA;
}

.label-light-blue.border {
  border: 1px solid #81D4FA;
}

a.label-light-blue.border.ld-item__label:hover {
  background-color: rgba(129, 212, 250, 0.15);
}

a.label-light-blue.border.ld-item__label:active {
  background-color: rgba(129, 212, 250, 0.3);
}

.label-blue.bg {
  background-color: #03A9F4;
}

.label-blue.border {
  border: 1px solid #03A9F4;
}

a.label-blue.border.ld-item__label:hover {
  background-color: rgba(3, 169, 244, 0.15);
}

a.label-blue.border.ld-item__label:active {
  background-color: rgba(3, 169, 244, 0.3);
}

.label-dark-blue.bg {
  background-color: #01579B;
}

.label-dark-blue.border {
  border: 1px solid #01579B;
}

a.label-dark-blue.border.ld-item__label:hover {
  background-color: rgba(1, 87, 155, 0.15);
}

a.label-dark-blue.border.ld-item__label:active {
  background-color: rgba(1, 87, 155, 0.3);
}

.label-light-turquoise.bg {
  background-color: #80CBC4;
}

.label-light-turquoise.border {
  border: 1px solid #80CBC4;
}

a.label-light-turquoise.border.ld-item__label:hover {
  background-color: rgba(128, 203, 196, 0.15);
}

a.label-light-turquoise.border.ld-item__label:active {
  background-color: rgba(128, 203, 196, 0.3);
}

.label-turquoise.bg {
  background-color: #009688;
}

.label-turquoise.border {
  border: 1px solid #009688;
}

a.label-turquoise.border.ld-item__label:hover {
  background-color: rgba(0, 150, 136, 0.15);
}

a.label-turquoise.border.ld-item__label:active {
  background-color: rgba(0, 150, 136, 0.3);
}

.label-dark-turquoise.bg {
  background-color: #004D40;
}

.label-dark-turquoise.border {
  border: 1px solid #004D40;
}

a.label-dark-turquoise.border.ld-item__label:hover {
  background-color: rgba(0, 77, 64, 0.15);
}

a.label-dark-turquoise.border.ld-item__label:active {
  background-color: rgba(0, 77, 64, 0.3);
}

.label-light-green.bg {
  background-color: #A5D6A7;
}

.label-light-green.border {
  border: 1px solid #A5D6A7;
}

a.label-light-green.border.ld-item__label:hover {
  background-color: rgba(165, 214, 167, 0.15);
}

a.label-light-green.border.ld-item__label:active {
  background-color: rgba(165, 214, 167, 0.3);
}

.label-green.bg {
  background-color: #4CAF50;
}

.label-green.border {
  border: 1px solid #4CAF50;
}

a.label-green.border.ld-item__label:hover {
  background-color: rgba(76, 175, 80, 0.15);
}

a.label-green.border.ld-item__label:active {
  background-color: rgba(76, 175, 80, 0.3);
}

.label-dark-green.bg {
  background-color: #1B5E20;
}

.label-dark-green.border {
  border: 1px solid #1B5E20;
}

a.label-dark-green.border.ld-item__label:hover {
  background-color: rgba(27, 94, 32, 0.15);
}

a.label-dark-green.border.ld-item__label:active {
  background-color: rgba(27, 94, 32, 0.3);
}

.label-light-yellow.bg {
  background-color: #FFCC80;
}

.label-light-yellow.border {
  border: 1px solid #FFCC80;
}

a.label-light-yellow.border.ld-item__label:hover {
  background-color: rgba(255, 204, 128, 0.15);
}

a.label-light-yellow.border.ld-item__label:active {
  background-color: rgba(255, 204, 128, 0.3);
}

.label-yellow.bg {
  background-color: #FF9800;
}

.label-yellow.border {
  border: 1px solid #FF9800;
}

a.label-yellow.border.ld-item__label:hover {
  background-color: rgba(255, 152, 0, 0.15);
}

a.label-yellow.border.ld-item__label:active {
  background-color: rgba(255, 152, 0, 0.3);
}

.label-orange.bg {
  background-color: #E65100;
}

.label-orange.border {
  border: 1px solid #E65100;
}

a.label-orange.border.ld-item__label:hover {
  background-color: rgba(230, 81, 0, 0.15);
}

a.label-orange.border.ld-item__label:active {
  background-color: rgba(230, 81, 0, 0.3);
}

.label-light-gray.bg {
  background-color: #E0E0E0;
}

.label-light-gray.border {
  border: 1px solid #E0E0E0;
}

a.label-light-gray.border.ld-item__label:hover {
  background-color: rgba(224, 224, 224, 0.15);
}

a.label-light-gray.border.ld-item__label:active {
  background-color: rgba(224, 224, 224, 0.3);
}

.label-gray.bg {
  background-color: #9E9E9E;
}

.label-gray.border {
  border: 1px solid #9E9E9E;
}

a.label-gray.border.ld-item__label:hover {
  background-color: rgba(158, 158, 158, 0.15);
}

a.label-gray.border.ld-item__label:active {
  background-color: rgba(158, 158, 158, 0.3);
}

.label-black.bg {
  background-color: #212121;
}

.label-black.border {
  border: 1px solid #212121;
}

a.label-black.border.ld-item__label:hover {
  background-color: rgba(33, 33, 33, 0.15);
}

a.label-black.border.ld-item__label:active {
  background-color: rgba(33, 33, 33, 0.3);
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.page-create {
  position: relative;
  border: 2px dashed rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.page-create__link {
  display: flex;
  align-items: center;
  padding: 16px 50px 16px 16px;
}

.page-create__link:hover .page-create__text span {
  text-decoration: underline;
}

.page-create__simple-logo {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 75px;
  margin-right: 16px;
  color: rgba(0, 0, 0, 0.2);
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  background-color: #ECEEF2;
  border-radius: 8px;
}

.page-create__text {
  font-size: 16px;
  line-height: 1.5;
}

.page-create__text span {
  font-weight: bold;
  color: #0088CC;
}

.page-create__tooltip {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  padding: 6px;
  font-size: 0;
  cursor: pointer;
  opacity: 0.2;
  transition: opacity .15s linear;
}

.page-create__tooltip:hover {
  opacity: 0.5;
}

.created-pages {
  padding: 16px 0;
}

.created-pages__title {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.33;
}

.created-pages__link:hover .created-pages__column span {
  text-decoration: underline;
}

.created-pages__columns {
  display: flex;
  align-items: center;
}

.created-pages__img {
  width: 100px;
  height: 75px;
  flex-shrink: 0;
  margin-right: 16px;
  border-radius: 8px;
  object-fit: contain;
}

.created-pages__column {
  font-size: 16px;
  line-height: 1.5;
}

.created-pages__column span {
  font-size: 18px;
  line-height: 1.33;
  font-weight: bold;
  color: #0088CC;
}

.created-pages__column address {
  font-style: normal;
}

.created-pages__item {
  margin-bottom: 16px;
}

.created-pages__button .icon-n.icon-ar_black_cross {
  opacity: 0.2;
  transform: rotate(45deg);
}

.created-pages__button:hover .icon-n {
  display: inline-block;
  opacity: 0.5;
}

@media screen and (max-width: 420px) {
  .page-create__link {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-create__simple-logo {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .created-pages__title {
    margin-bottom: 20px;
  }

  .created-pages__columns {
    align-items: start;
    flex-direction: column;
  }

  .created-pages__img {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.block__title {
  font-weight: bold;
}

.block__title_30 {
  font-size: 30px;
}

.ot-q-media {
  margin-bottom: 45px;
}

.ot-q-img {
  width: 100%;
  max-width: 700px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}

.ot-q-img img {
  border-radius: 5px;
  width: 100%;
}

.ot-q-comment {
  flex-grow: 1;
  flex-shrink: 1;
}

.ot-q-theme {
  flex-wrap: wrap;
}

.ot-q-theme .ot-item__tag {
  display: block;
  margin-bottom: 15px;
}

.ot-q-like .cb-item__num {
  margin-left: 5px;
  margin-right: 10px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}

.ot-q__title {
  font-size: 30px;
  font-weight: normal;
}

.ot-q__subtitle {
  font-size: 30px;
}

.ot-field {
  margin-bottom: 30px;
  margin-top: 30px;
  background: #ECEEF2;
  border-radius: 5px;
  padding: 20px;
  display: flex;
}

.ot-field .ot-user-photo {
  flex-shrink: 0;
}

.ot-comment-btn {
  display: flex;
  align-items: center;
}

.ot-comment__btn {
  margin-right: 20px !important;
}

.ot-comment-photo {
  height: 40px;
  line-height: 34px;
  padding: 0 8px;
  border-radius: 5px;
}

.ot-comment-photo:hover {
  background-color: #f5f7fa;
}

.ot-comment-switch {
  margin-bottom: 20px;
}

.ot-comment-attached {
  font-size: 0;
}

.ot-comment__attached {
  margin-right: 10px;
  width: 130px;
  height: 90px;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}

.ot-attached__close {
  position: absolute;
  right: 5px;
  top: 5px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.ot-attached__close:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
}

.ot-attached__img {
  width: 100%;
  height: 100%;
}

.ot-attached__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.ot-textarea {
  margin-bottom: 10px;
}

.ot-load {
  cursor: pointer;
}

.ot-load-body i,
.ot-load-body span {
  vertical-align: middle;
}

.ot__answer {
  padding: 20px;
  position: relative;
}

.ot__answer:hover .ot-answer-del,
.ot__answer:hover .ot-answer-spam {
  display: block;
}

.ot-spam__icon {
  opacity: .2;
}

.ot-spam__icon i {
  vertical-align: middle;
}

.ot-spam__txt {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  margin-left: 8px;
  vertical-align: middle;
}

.ot-answer__txt {
  word-wrap: break-word;
}

.ot-answer__new {
  display: inline-block;
  border-radius: 15px;
  background-color: #00B4F0;
  font-size: 14px;
  color: #fff;
  height: 22px;
  line-height: 22px;
  text-align: center;
  padding: 0 6px;
  vertical-align: middle;
  margin-left: 8px;
}

.ot-answer-spam {
  position: absolute;
  top: 20px;
  right: 10px;
  display: none;
}

.ot-answer-spam:hover .ot-spam__txt {
  color: #000;
}

.ot-answer-spam:hover .ot-spam__icon {
  opacity: .5;
}

.ot-answer-del {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
}

.ot-answer-del .icon-norm {
  display: block;
}

.ot-answer-del .icon-hover {
  display: none;
}

.ot-answer-del:hover .icon-norm {
  display: none;
}

.ot-answer-del:hover .icon-hover {
  display: block;
}

.ot-answer-interactive {
  padding-left: 60px;
}

.ot-answer-block {
  margin-top: 30px;
  width: 100%;
  max-width: 800px;
}

.ot-answer-card {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 20px;
  min-height: 120px;
  margin: 20px 0;
}

.ot-answer-content {
  margin-left: 60px;
  margin-top: -8px;
}

.ot-answer-item {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.ot-answer-item .comment {
  margin-left: 60px;
  margin-right: 20px;
}

.ot-answer-item:last-of-type {
  border-bottom: none;
}

.ot-answer-item .ot-user-block {
  align-items: flex-start;
  margin-right: 25px;
}

.ot-answer-item .btn-body {
  border: 0;
}

.ot-answer-item.top {
  border: 1px solid #FFBE0A;
  border-radius: 5px;
  margin-bottom: 10px;
}

.ot-answer-title {
  display: flex;
}

.ot-answer-title .icon {
  margin-right: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #FFBE0A;
  text-align: center;
  line-height: 26px;
  flex-shrink: 0;
}

.ot-answer-title .icon i {
  vertical-align: sub;
}

.ot-answer__title {
  font-size: 21px;
  font-weight: bold;
}

.ot-answer-theme {
  display: flex;
  flex-wrap: wrap;
}

.ot-answer-theme .ot-item-theme {
  flex-wrap: wrap;
  margin-left: 0;
}

.ot-answer-theme .ot-item__tag {
  margin-bottom: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ot-answer-theme .ot-item__tag:last-of-type {
  margin-right: 15px;
}

.ot-rel {
  margin-top: 30px;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
}

.ot-rel-list {
  display: flex;
}

.ot-rel-item {
  width: calc((100%-60px)/3);
  margin-right: 30px;
}

.ot-rel-item:last-of-type {
  margin-right: 0;
}

.ot-rel-item .ot-ask__txt {
  margin-top: 0;
}

.ot-rel-item .ot-item {
  border-bottom: none;
}

.ot-rel-item .ot-item__info .txt {
  display: none;
}

.ot-rel-item .ot-item__info .num {
  display: inline;
}

.ot-rel-item .cb-col {
  margin-right: 20px;
}

.ot-rel-item .cb-item__txt {
  display: none;
}

.cb-block {
  margin-top: 25px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 20px 20px;
  border-radius: 5px;
}

.comment-user-obj__body .ot-answer-spam {
  top: 0;
  right: 0;
}

.comment-user__obj:hover .ot-answer-spam {
  display: block;
}

_:-ms-lang(x),
.ot-rel-item {
  width: 32%;
}

_:-ms-lang(x),
.ot-rating__user {
  word-break: break-all;
}

@media screen and (max-width: 1100px) {
  .ot-rel-list {
    flex-wrap: wrap;
  }

  .ot-rel-item {
    width: 100%;
    margin-right: 0;
  }

  .ot-rel-item:not(:last-of-type) .ot-item {
    border-bottom: 1px dashed #C8C8C8;
    padding: 20px 0 25px;
  }
}

@media screen and (max-width: 788px) {
  .ot-field {
    margin-right: -10px;
    margin-left: -10px;
    border-radius: 0;
  }

  .ot-q__title {
    font-size: 21px;
  }

  .ot-q__subtitle {
    font-size: 21px;
  }

  .ot__answer {
    padding: 20px 10px;
  }

  .ot-answer-item .comment {
    margin-left: 50px;
  }

  .ot-answer-interactive {
    padding-left: 40px;
  }

  .ot-answer-content {
    margin-left: 40px;
  }
}

@media screen and (max-width: 530px) {
  .ot-spam__txt {
    display: none;
  }

  .ot-answer-content {
    margin-top: 8px;
  }

  .ot-answer-item .comment-you__btn .button {
    padding: 7px 10px 9px;
  }

  .ot-answer-del,
  .ot-answer-spam {
    display: block;
  }

  .ot-comment-btn {
    flex-direction: column;
    align-items: flex-start;
  }

  .ot-comment-photo {
    order: 1;
    max-width: 175px;
  }

  .ot-comment__btn {
    order: 2;
    margin-top: 10px;
    margin-right: 0;
  }

  input#ask-input::placeholder {
    font-size: 13px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.page-head_empty {
  width: 100%;
  height: 500px;
}

.page-head-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.publ-comp-head {
  background-image: url("/img/publ/company/company-head.jpg");
}

.publ-comp-cab {
  text-align: center;
  margin-bottom: 20px;
}

.publ-comp-exmp {
  text-align: center;
  display: block;
}

.publ-comp-exmp:hover .glob-link {
  text-decoration: underline;
}

.publ-comp-exmp__name {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.publ-comp-exmp__img {
  margin-bottom: 5px;
}

.publ-comp-exmp__img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.publ-comp-banner {
  background-color: #FFFABE;
  border-radius: 5px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.publ-comp-banner-txt {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.publ-comp-banner__txt {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-right: 40px;
  max-width: 190px;
}

.publ-comp-banner__price {
  font-size: 55px;
  line-height: 1.2;
  font-weight: bold;
}

.publ-cab-img {
  margin-bottom: 15px;
  height: 215px;
  overflow: hidden;
}

.publ-cab-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1358px) {
  .publ-comp-head {
    background-position: 0 center;
  }
}

@media screen and (max-width: 1100px) {
  .page-head_empty {
    height: 300px;
  }

  .publ-comp-banner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .publ-comp-banner-txt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    justify-content: space-between;
  }

  .publ-comp-banner__txt {
    flex-grow: 1;
    margin-right: 15px;
  }

  .publ-comp-banner__price {
    font-size: 35px;
    line-height: 1.2;
    font-weight: bold;
    text-align: right;
  }
}

@media screen and (max-width: 788px) {
  .publ-comp-banner-txt {
    flex-wrap: wrap;
    justify-content: center;
  }

  .publ-comp-banner__txt {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .publ-comp-banner__price {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 530px) {
  .page-head_empty {
    height: 200px;
  }

  .publ-cab__title {
    font-size: 16px;
  }

  .publ-comp-banner__price {
    font-size: 21px;
    line-height: 1.2;
    font-weight: bold;
  }

  .publ-comp-exmp__name {
    font-size: 16px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.service-period {
  border: 1px solid #00B4F0;
  border-radius: 5px;
  padding: 20px;
  width: 100%;
  max-width: 280px;
}

.service-period__info {
  color: #aaaaaa;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 5px;
}

.service-period-date {
  margin-bottom: 20px;
}

.service-period__date {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.service-period__price {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.publ-placing-head {
  margin-bottom: 50px;
}

.publ-placing-head-content {
  position: relative;
  padding: 35px 0 30px;
}

.publ-placing-head__icon {
  position: absolute;
  left: 0;
  bottom: -30px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.08);
  width: 180px;
  height: 180px;
  margin-right: 20px;
  background-color: #fff;
  overflow: hidden;
}

.publ-placing-head__icon img {
  width: 100%;
}

.publ-placing-head-txt {
  margin-left: 200px;
  margin-top: 40px;
}

.publ-placing-fr {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.publ-placing-fr__item {
  margin-bottom: 15px;
  margin-right: 15px;
  width: 22%;
  max-width: 180px;
  height: 140px;
  border-radius: 5px;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 788px) {
  .publ-placing-head {
    margin-bottom: 35px;
  }

  .publ-placing-head__icon {
    display: none;
  }

  .publ-placing-head-txt {
    margin-left: 0;
    margin-top: 0;
  }

  .publ-placing-fr__item {
    width: 30%;
  }
}

@media screen and (max-width: 530px) {
  .publ-placing-fr__item {
    width: 27%;
    height: 75px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.publ-head-slider {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 300px;
}

.publ-head-slider-item {
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  border-radius: 10px;
  color: #fff;
  padding: 50px 80px 0;
}

.publ-head-slider-item.first {
  background-image: url("/img/publ/main/1.jpg");
}

.publ-head-slider-item.second {
  background-image: url("/img/publ/main/2.jpg");
}

.publ-head-slider-item.third {
  background-image: url("/img/publ/main/3.jpg");
}

.publ-head-slider-item.fourth {
  background-image: url("/img/publ/main/4.jpg");
}

.publ-head-slider__title {
  font-size: 55px;
  line-height: 1.2;
  font-weight: bold;
}

.publ-head-slider-txt {
  margin-left: 44px;
  margin-top: 10px;
}

.publ-head-slider__subtitle {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.publ-head-slider__txt {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 40px;
}

.publ-head-slider .fotorama__nav-wrap {
  display: none;
}

.publ-head-slider .fotorama__arr {
  height: 40px !important;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.1) !important;
  margin-top: -20px;
}

.publ-head-slider .fotorama__arr:hover {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.publ-head-slider .fotorama__arr--prev {
  width: 40px !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M20%2011C20.5523%2011%2021%2011.4477%2021%2012C21%2012.5523%2020.5523%2013%2020%2013H4C3.44772%2013%203%2012.5523%203%2012C3%2011.4477%203.44772%2011%204%2011H20ZM12.2929%2019.2929C12.6834%2019.6834%2012.6834%2020.3166%2012.2929%2020.7071C11.9024%2021.0976%2011.2692%2021.0976%2010.8787%2020.7071L3.58579%2013.4142C2.80474%2012.6332%202.80474%2011.3668%203.58579%2010.5858L10.8787%203.29289C11.2692%202.90237%2011.9024%202.90237%2012.2929%203.29289C12.6834%203.68342%2012.6834%204.31658%2012.2929%204.70711L5%2012L12.2929%2019.2929Z%22%20fill%3D%22%23ffffff%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center;
  left: 15px;
}

.publ-head-slider .fotorama__arr--next {
  width: 112px !important;
  right: 15px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M4%2013C3.44772%2013%203%2012.5523%203%2012C3%2011.4477%203.44772%2011%204%2011L20%2011C20.5523%2011%2021%2011.4477%2021%2012C21%2012.5523%2020.5523%2013%2020%2013L4%2013ZM11.7071%204.70711C11.3166%204.31658%2011.3166%203.68342%2011.7071%203.29289C12.0976%202.90237%2012.7308%202.90237%2013.1213%203.29289L20.4142%2010.5858C21.1953%2011.3668%2021.1953%2012.6332%2020.4142%2013.4142L13.1213%2020.7071C12.7308%2021.0976%2012.0976%2021.0976%2011.7071%2020.7071C11.3166%2020.3166%2011.3166%2019.6834%2011.7071%2019.2929L19%2012L11.7071%204.70711Z%22%20fill%3D%22%23ffffff%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: 85% center;
}

.publ-head-slider .fotorama__arr--next:before {
  content: 'Из них';
  position: absolute;
  top: 7.5px;
  left: 15px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #fff;
}

.publ-head-slider .fotorama__arr--disabled {
  display: none !important;
}

.publ-tabs-panel .button {
  padding: 10px 15px 11px;
}

.publ-section-item {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}

.publ-section__icon {
  width: 120px;
  height: 120px;
  background-color: #f0f2f5;
  border-radius: 100%;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.publ-section__txt {
  flex: 1 1 auto;
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.publ-block-body {
  margin-top: 40px;
}

@media screen and (max-width: 1100px) {
  .publ-section__txt {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }
}

@media screen and (max-width: 788px) {
  .publ-head-slider__title {
    font-size: 50px;
  }

  .publ-head-slider-item {
    padding: 35px 125px 0 55px;
  }
}

@media screen and (max-width: 530px) {
  .publ-head-slider {
    height: 260px;
  }

  .publ-head-slider-item {
    min-height: 260px;
    height: 260px;
  }

  .publ-head-slider__title {
    font-size: 35px;
  }

  .publ-head-slider-txt {
    margin-top: 5px;
    margin-left: 0;
  }

  .publ-head-slider__subtitle {
    font-size: 16px;
  }

  .publ-head-slider__txt {
    margin-top: 10px;
  }

  .publ-head-slider-item {
    padding: 30px 30px 0;
  }

  .publ-head-slider .fotorama__arr {
    margin-top: 0;
    top: auto;
    bottom: 70px;
  }

  .publ-head-slider .fotorama__arr--prev {
    left: 30px;
  }

  .publ-head-slider .fotorama__arr--next {
    right: 30px;
    width: 40px !important;
    background-position: center;
  }

  .publ-head-slider .fotorama__arr--next:before {
    display: none;
  }

  .publ-block-body {
    margin-top: 30px;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .publ-head-slider .fotorama__arr {
    background: none;
  }

  .publ-head-slider .fotorama__arr--prev {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M20%2011C20.5523%2011%2021%2011.4477%2021%2012C21%2012.5523%2020.5523%2013%2020%2013H4C3.44772%2013%203%2012.5523%203%2012C3%2011.4477%203.44772%2011%204%2011H20ZM12.2929%2019.2929C12.6834%2019.6834%2012.6834%2020.3166%2012.2929%2020.7071C11.9024%2021.0976%2011.2692%2021.0976%2010.8787%2020.7071L3.58579%2013.4142C2.80474%2012.6332%202.80474%2011.3668%203.58579%2010.5858L10.8787%203.29289C11.2692%202.90237%2011.9024%202.90237%2012.2929%203.29289C12.6834%203.68342%2012.6834%204.31658%2012.2929%204.70711L5%2012L12.2929%2019.2929Z%22%20fill%3D%22%23ffffff%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    background-color: transparent;
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: center;
  }

  .publ-head-slider .fotorama__arr--next {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M4%2013C3.44772%2013%203%2012.5523%203%2012C3%2011.4477%203.44772%2011%204%2011L20%2011C20.5523%2011%2021%2011.4477%2021%2012C21%2012.5523%2020.5523%2013%2020%2013L4%2013ZM11.7071%204.70711C11.3166%204.31658%2011.3166%203.68342%2011.7071%203.29289C12.0976%202.90237%2012.7308%202.90237%2013.1213%203.29289L20.4142%2010.5858C21.1953%2011.3668%2021.1953%2012.6332%2020.4142%2013.4142L13.1213%2020.7071C12.7308%2021.0976%2012.0976%2021.0976%2011.7071%2020.7071C11.3166%2020.3166%2011.3166%2019.6834%2011.7071%2019.2929L19%2012L11.7071%204.70711Z%22%20fill%3D%22%23ffffff%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    background-color: transparent;
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: center;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.publ-pro-head {
  background-image: url("/img/publ/pro-placing/placing-head.jpg");
  padding: 90px 0 110px;
}

.publ-pro-head-content {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 20;
}

.publ-pro-head__subtitle {
  margin-top: 30px;
  width: 100%;
  max-width: 915px;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.publ-pro-head__btn {
  margin-top: 45px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.publ-pro-design {
  display: flex;
  padding-top: 20px;
  align-items: center;
}

.publ-design-img {
  align-items: flex-end;
  display: flex;
  align-self: flex-end;
  width: 50%;
  flex-basis: 580px;
}

.publ-design-img__num {
  position: absolute;
  color: #fff;
  background-color: #00B4F0;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
}

.publ-design-img__part {
  position: absolute;
  cursor: pointer;
}

.publ-design-img__part_head {
  width: 74.3%;
  height: 15.5%;
  top: 9.5%;
  left: 13%;
}

.publ-design-img__part_head .publ-design-img__num {
  top: 8%;
  left: -10px;
}

.publ-design-img__part_logo {
  width: 22.3%;
  height: 10.5%;
  top: 51.5%;
  right: 13%;
}

.publ-design-img__part_logo .publ-design-img__num {
  top: -10px;
  right: -10px;
}

.publ-design-img__part_load {
  width: 50.3%;
  height: 5.5%;
  bottom: 4.5%;
  left: 13%;
}

.publ-design-img__part_load .publ-design-img__num {
  top: 8%;
  left: 40%;
}

.publ-design-img__part_url {
  width: 55.3%;
  height: 1.5%;
  top: 4.5%;
  left: 21%;
}

.publ-design-img__part_url .publ-design-img__num {
  top: -10px;
  left: 13%;
}

.publ-design-img__part_page {
  width: 69.3%;
  height: 95%;
  top: 5%;
  left: 16%;
}

.publ-design-img__part_page .publ-design-img__num {
  top: -13px;
  left: 37%;
}

.publ-design-img__part.hovered {
  background-color: rgba(0, 180, 240, 0.5);
}

.publ-design__img {
  position: relative;
  overflow: hidden;
}

.publ-design-info {
  padding-left: 20px;
  width: 50%;
  margin-bottom: 30px;
}

.publ-design-item {
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.publ-design-item__num {
  border: 1px solid #00B4F0;
  color: #00B4F0;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  margin-right: 10px;
  flex-shrink: 0;
}

.publ-design-item__txt {
  margin-top: 11px;
  flex-shrink: 1;
}

.publ-add-plus {
  padding: 20px 20px 15px;
  border-radius: 5px;
}

.publ-add-plus-item {
  display: flex;
}

.publ-add-plus__num {
  margin-right: 10px;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #BABFC6;
  border-radius: 100%;
  line-height: 30px;
  flex-shrink: 0;
}

.publ-add-plus__txt {
  flex: 0 1 100%;
}

.publ-compare {
  background-image: url("/img/publ/pro-placing/block-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  position: relative;
}

.publ-compare-slider {
  width: 100%;
  max-width: 930px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  bottom: -15px;
  margin-top: 30px;
}

.publ-compare .ba-slider {
  position: absolute;
  top: 7.3%;
  width: 74.2%;
  height: 80.7%;
  left: 12.48%;
  overflow: hidden;
}

.publ-compare .ba-slider img {
  width: 100%;
  display: block;
  height: 100%;
}

.publ-compare .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.publ-compare .handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  margin-left: -2px;
  background: transparent;
  cursor: ew-resize;
}

.publ-compare .arr-icon {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 30px;
  padding: 8px 10px;
  background: #00B4F0;
  border-radius: 5px;
  transition: all 0.3s ease;
  margin-left: -25px;
}

.publ-compare .arr-icon i:first-of-type {
  float: left;
}

.publ-compare .arr-icon i:last-of-type {
  float: right;
}

.publ-compare .draggable .arr-icon {
  width: 40px;
  height: 25px;
  padding: 6px 8px;
  margin-left: -20px;
}

.publ-kn-slider-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.publ-kn-slider__controls-prev,
.publ-kn-slider__controls-next {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 1px solid #BABFC6;
  border-radius: 5px;
  text-align: center;
  line-height: 44px;
  flex-shrink: 0;
}

.publ-kn-slider__controls-prev:hover,
.publ-kn-slider__controls-next:hover {
  background-color: rgba(186, 191, 198, 0.4);
}

.publ-kn-slider .bx-wrapper {
  margin: 0 auto;
}

.publ-kn-slider .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
}

.publ-placing__title {
  margin-left: 15px;
  margin-right: 15px;
}

.publ-request {
  background-color: #FFF2AA;
  width: 100%;
  padding-top: 40px;
}

.publ-request__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 1100px) {
  .publ-pro-design {
    flex-wrap: wrap;
  }

  .publ-design-img {
    width: 100%;
    order: 2;
    flex-basis: 100%;
  }

  .publ-design-info {
    margin-left: 0;
    width: 100%;
    order: 1;
    margin-bottom: 0;
  }

  .publ-design-item {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 788px) {
  .publ-pro-head {
    padding: 50px 0;
  }

  .publ-pro-head__title {
    font-size: 26px;
  }

  .publ-compare-slider {
    margin-top: 25px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 600px) {
  .publ-design__img_lg {
    flex: 0 1 70%;
  }

  .publ-design__img_sm {
    flex: 0 1 30%;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.bk-checkbox {
  font-size: 0;
}

.bk-checkbox__input {
  display: none;
}

.bk-checkbox__input:checked ~ .bk-checkbox__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2020%20%2F%20Checkbox%20%2F%20On%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%22%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%226%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3Cpath%20id%3D%22Subtract%22%20d%3D%22M3.58789%206.03479L9.14817%200.598441C9.48794%200.26624%2010.0312%200.267579%2010.3694%200.60145C10.7159%200.94361%2010.7147%201.50339%2010.3667%201.84402L4.26536%207.81587C3.87686%208.19614%203.25573%208.19637%202.86693%207.8164L0.627929%205.62821C0.281153%205.2893%200.274826%204.73343%200.613799%204.38671C0.950452%204.04237%201.50166%204.03353%201.84918%204.3669L3.58789%206.03479Z%22%20transform%3D%22translate(5%206)%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.bk-checkbox__label {
  display: inline-flex;
  align-items: center;
  font-size: 0;
  cursor: pointer;
}

.bk-checkbox__label:hover .bk-checkbox__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2020%20%2F%20Checkbox%20%2F%20Off%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%202%22%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Crect%20id%3D%22Rectangle%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2218%22%20height%3D%2218%22%20rx%3D%225%22%20stroke%3D%22%238FD08F%22%20stroke-width%3D%222%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.bk-checkbox__label:hover .bk-checkbox__input:checked ~ .bk-checkbox__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2020%20%2F%20Checkbox%20%2F%20On%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%22%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%226%22%20fill%3D%22%238FD08F%22%2F%3E%0D%0A%3Cpath%20id%3D%22Subtract%22%20d%3D%22M3.58789%206.03479L9.14817%200.598441C9.48794%200.26624%2010.0312%200.267579%2010.3694%200.60145C10.7159%200.94361%2010.7147%201.50339%2010.3667%201.84402L4.26536%207.81587C3.87686%208.19614%203.25573%208.19637%202.86693%207.8164L0.627929%205.62821C0.281153%205.2893%200.274826%204.73343%200.613799%204.38671C0.950452%204.04237%201.50166%204.03353%201.84918%204.3669L3.58789%206.03479Z%22%20transform%3D%22translate(5%206)%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.bk-checkbox__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2020%20%2F%20Checkbox%20%2F%20Off%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%202%22%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Crect%20id%3D%22Rectangle%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2218%22%20height%3D%2218%22%20rx%3D%225%22%20stroke%3D%22black%22%20stroke-opacity%3D%220.2%22%20stroke-width%3D%222%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  transition: background-image 150ms linear;
}

.bk-checkbox__icon.active-check {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2020%20%2F%20Checkbox%20%2F%20On%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%22%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%226%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3Cpath%20id%3D%22Subtract%22%20d%3D%22M3.58789%206.03479L9.14817%200.598441C9.48794%200.26624%2010.0312%200.267579%2010.3694%200.60145C10.7159%200.94361%2010.7147%201.50339%2010.3667%201.84402L4.26536%207.81587C3.87686%208.19614%203.25573%208.19637%202.86693%207.8164L0.627929%205.62821C0.281153%205.2893%200.274826%204.73343%200.613799%204.38671C0.950452%204.04237%201.50166%204.03353%201.84918%204.3669L3.58789%206.03479Z%22%20transform%3D%22translate(5%206)%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.bk-checkbox__icon.active-check:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2020%20%2F%20Checkbox%20%2F%20On%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%22%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%226%22%20fill%3D%22%238FD08F%22%2F%3E%0D%0A%3Cpath%20id%3D%22Subtract%22%20d%3D%22M3.58789%206.03479L9.14817%200.598441C9.48794%200.26624%2010.0312%200.267579%2010.3694%200.60145C10.7159%200.94361%2010.7147%201.50339%2010.3667%201.84402L4.26536%207.81587C3.87686%208.19614%203.25573%208.19637%202.86693%207.8164L0.627929%205.62821C0.281153%205.2893%200.274826%204.73343%200.613799%204.38671C0.950452%204.04237%201.50166%204.03353%201.84918%204.3669L3.58789%206.03479Z%22%20transform%3D%22translate(5%206)%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.bk-checkbox__icon.active-multiple {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%2F%3E%0D%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%226%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%229%22%20width%3D%2210%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.bk-checkbox__icon.active-multiple:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%2F%3E%0D%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%226%22%20fill%3D%22%231EA01E%22%20fill-opacity%3D%220.5%22%2F%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%229%22%20width%3D%2210%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.bk-checkbox__text {
  display: inline-block;
  flex: 1;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-left: 8px;
}

.bk-checkbox_big .bk-checkbox__input:checked ~ .bk-checkbox__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2030%20%2F%20Checkbox%20%2F%20On%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%22%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3Cpath%20id%3D%22%26%23208%3B%26%23179%3B%26%23208%3B%26%23176%3B%26%23208%3B%26%23187%3B%26%23208%3B%26%23190%3B%26%23209%3B%26%23135%3B%26%23208%3B%26%23186%3B%26%23208%3B%26%23176%3B%20(Stroke)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.7008%200.717478C17.0855%201.11373%2017.0762%201.74682%2016.6799%202.13154L7.09741%2011.435C6.70777%2011.8133%206.08741%2011.8114%205.70001%2011.4308L0.713337%206.53164C0.319372%206.14458%200.313768%205.51144%200.700821%205.11748C1.08787%204.72351%201.72101%204.71791%202.11498%205.10496L6.40497%209.31969L15.2868%200.696581C15.683%200.31187%2016.3161%200.321226%2016.7008%200.717478Z%22%20transform%3D%22translate(6.29907%209.28247)%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.bk-checkbox_big .bk-checkbox__label:hover .bk-checkbox__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2030%20%2F%20Checkbox%20%2F%20Off%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%202%22%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Crect%20id%3D%22Rectangle%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2228%22%20height%3D%2228%22%20rx%3D%225%22%20stroke%3D%22%238FD08F%22%20stroke-width%3D%222%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.bk-checkbox_big .bk-checkbox__label:hover .bk-checkbox__input:checked ~ .bk-checkbox__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2030%20%2F%20Checkbox%20%2F%20On%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%22%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22%238FD08F%22%2F%3E%0D%0A%3Cpath%20id%3D%22%26%23208%3B%26%23179%3B%26%23208%3B%26%23176%3B%26%23208%3B%26%23187%3B%26%23208%3B%26%23190%3B%26%23209%3B%26%23135%3B%26%23208%3B%26%23186%3B%26%23208%3B%26%23176%3B%20(Stroke)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.7008%200.717478C17.0855%201.11373%2017.0762%201.74682%2016.6799%202.13154L7.09741%2011.435C6.70777%2011.8133%206.08741%2011.8114%205.70001%2011.4308L0.713337%206.53164C0.319372%206.14458%200.313768%205.51144%200.700821%205.11748C1.08787%204.72351%201.72101%204.71791%202.11498%205.10496L6.40497%209.31969L15.2868%200.696581C15.683%200.31187%2016.3161%200.321226%2016.7008%200.717478Z%22%20transform%3D%22translate(6.29907%209.28247)%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.bk-checkbox_big .bk-checkbox__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2030%20%2F%20Checkbox%20%2F%20Off%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%202%22%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Crect%20id%3D%22Rectangle%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2228%22%20height%3D%2228%22%20rx%3D%225%22%20stroke%3D%22black%22%20stroke-opacity%3D%220.2%22%20stroke-width%3D%222%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 0;
}

.bk-checkbox_big .bk-checkbox__text {
  width: calc(100% - 38px);
  font-size: 18px;
  line-height: 1.2;
}

.bk-checkbox_big.bk-checkbox_plus .bk-checkbox__label:hover .bk-checkbox__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2030%20%2F%20Checkbox%20%2F%20Off_Plus%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%202%22%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cg%20id%3D%22Rectangle%22%3E%0D%0A%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2228%22%20height%3D%2228%22%20rx%3D%225%22%20stroke%3D%22%238FD08F%22%20stroke-width%3D%222%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpath%20id%3D%22Vector%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%207H15C15.5523%207%2016%207.44772%2016%208C16%208.55228%2015.5523%209%2015%209H9V15C9%2015.5523%208.55228%2016%208%2016C7.44772%2016%207%2015.5523%207%2015V9H1C0.447715%209%200%208.55228%200%208C0%207.44772%200.447715%207%201%207H7V1C7%200.447715%207.44772%200%208%200C8.55228%200%209%200.447715%209%201V7Z%22%20transform%3D%22translate(7%207)%22%20fill%3D%22%238FD08F%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.bk-checkbox_big.bk-checkbox_plus .bk-checkbox__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2030%20%2F%20Checkbox%20%2F%20Off_Plus%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%202%22%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cg%20id%3D%22Rectangle%22%3E%0D%0A%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2228%22%20height%3D%2228%22%20rx%3D%225%22%20stroke%3D%22black%22%20stroke-opacity%3D%220.2%22%20stroke-width%3D%222%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpath%20id%3D%22Vector%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%207H15C15.5523%207%2016%207.44772%2016%208C16%208.55228%2015.5523%209%2015%209H9V15C9%2015.5523%208.55228%2016%208%2016C7.44772%2016%207%2015.5523%207%2015V9H1C0.447715%209%200%208.55228%200%208C0%207.44772%200.447715%207%201%207H7V1C7%200.447715%207.44772%200%208%200C8.55228%200%209%200.447715%209%201V7Z%22%20transform%3D%22translate(7%207)%22%20fill%3D%22black%22%20fill-opacity%3D%220.2%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 0;
}

.bk-checkbox_multiple .bk-checkbox__input:checked ~ .bk-checkbox__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%2F%3E%0D%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%226%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%229%22%20width%3D%2210%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.bk-checkbox_multiple .bk-checkbox__label:hover .bk-checkbox__input:checked ~ .bk-checkbox__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%2F%3E%0D%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%226%22%20fill%3D%22%231EA01E%22%20fill-opacity%3D%220.5%22%2F%3E%0D%0A%3Crect%20x%3D%225%22%20y%3D%229%22%20width%3D%2210%22%20height%3D%222%22%20rx%3D%221%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.bk-checkbox_inline {
  display: inline-block;
}

.bk-checkbox_inline + .bk-checkbox_inline {
  margin-left: 20px;
}

.bk-radio {
  font-size: 0;
}

.bk-radio__input {
  display: none;
}

.bk-radio__input:checked ~ .bk-radio__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3E%20Radioon%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-4630%20-620)%22%3E%0D%0A%3Cg%20id%3D%22buttons%20%2F%20C%26%2338%3BR%20%2F%2020%20%2F%20Radioon%22%3E%0D%0A%3Cg%20id%3D%22Ellipse%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(4630%20620)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Union%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(4630%20620)%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2020%2010C%2020%2015.5228%2015.5228%2020%2010%2020C%204.47715%2020%200%2015.5228%200%2010C%200%204.47715%204.47715%200%2010%200C%2015.5228%200%2020%204.47715%2020%2010Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2010%2018C%2014.4185%2018%2018%2014.4183%2018%2010C%2018%205.58173%2014.4185%202%2010%202C%205.58154%202%202%205.58173%202%2010C%202%2014.4183%205.58154%2018%2010%2018ZM%2010%2020C%2015.5229%2020%2020%2015.5228%2020%2010C%2020%204.47717%2015.5229%200%2010%200C%204.47705%200%200%204.47717%200%2010C%200%2015.5228%204.47705%2020%2010%2020ZM%2015%2010C%2015%2012.7614%2012.7612%2015%2010%2015C%207.23877%2015%205%2012.7614%205%2010C%205%207.23859%207.23877%205%2010%205C%2012.7612%205%2015%207.23859%2015%2010Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.bk-radio__label {
  display: inline-block;
  cursor: pointer;
}

.bk-radio__label:hover .bk-radio__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3E%20CheckradioOffHover%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-4796%20-666)%22%3E%0D%0A%3Cg%20id%3D%22buttons%20%2F%20C%26%2338%3BR%20%2F%2020%20%2F%20CheckradioOffHover%22%3E%0D%0A%3Cg%20id%3D%22Ellipse%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(4796%20666)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Ellipse%20(Stroke)%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(4796%20666)%22%20fill%3D%22%238FD08F%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2020%2010C%2020%2015.5228%2015.5228%2020%2010%2020C%204.47715%2020%200%2015.5228%200%2010C%200%204.47715%204.47715%200%2010%200C%2015.5228%200%2020%204.47715%2020%2010Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2010%2018C%2014.4183%2018%2018%2014.4183%2018%2010C%2018%205.58172%2014.4183%202%2010%202C%205.58172%202%202%205.58172%202%2010C%202%2014.4183%205.58172%2018%2010%2018ZM%2010%2020C%2015.5228%2020%2020%2015.5228%2020%2010C%2020%204.47715%2015.5228%200%2010%200C%204.47715%200%200%204.47715%200%2010C%200%2015.5228%204.47715%2020%2010%2020Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.bk-radio__label:hover .bk-radio__input:checked ~ .bk-radio__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3E%20RadioonHover%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-4796%20-620)%22%3E%0D%0A%3Cg%20id%3D%22buttons%20%2F%20C%26%2338%3BR%20%2F%2020%20%2F%20RadioonHover%22%3E%0D%0A%3Cg%20id%3D%22Ellipse%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(4796%20620)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Union%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(4796%20620)%22%20fill%3D%22%238FD08F%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2020%2010C%2020%2015.5228%2015.5228%2020%2010%2020C%204.47715%2020%200%2015.5228%200%2010C%200%204.47715%204.47715%200%2010%200C%2015.5228%200%2020%204.47715%2020%2010Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2010%2018C%2014.4185%2018%2018%2014.4183%2018%2010C%2018%205.58173%2014.4185%202%2010%202C%205.58154%202%202%205.58173%202%2010C%202%2014.4183%205.58154%2018%2010%2018ZM%2010%2020C%2015.5229%2020%2020%2015.5228%2020%2010C%2020%204.47717%2015.5229%200%2010%200C%204.47705%200%200%204.47717%200%2010C%200%2015.5228%204.47705%2020%2010%2020ZM%2015%2010C%2015%2012.7614%2012.7612%2015%2010%2015C%207.23877%2015%205%2012.7614%205%2010C%205%207.23859%207.23877%205%2010%205C%2012.7612%205%2015%207.23859%2015%2010Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.bk-radio__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3E%20CheckradioOff%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-4630%20-666)%22%3E%0D%0A%3Cg%20id%3D%22buttons%20%2F%20C%26%2338%3BR%20%2F%2020%20%2F%20CheckradioOff%22%3E%0D%0A%3Cg%20id%3D%22Ellipse%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(4630%20666)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Ellipse%20(Stroke)%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(4630%20666)%22%20fill%3D%22%23CCCCCC%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2020%2010C%2020%2015.5228%2015.5228%2020%2010%2020C%204.47715%2020%200%2015.5228%200%2010C%200%204.47715%204.47715%200%2010%200C%2015.5228%200%2020%204.47715%2020%2010Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2010%2018C%2014.4183%2018%2018%2014.4183%2018%2010C%2018%205.58172%2014.4183%202%2010%202C%205.58172%202%202%205.58172%202%2010C%202%2014.4183%205.58172%2018%2010%2018ZM%2010%2020C%2015.5228%2020%2020%2015.5228%2020%2010C%2020%204.47715%2015.5228%200%2010%200C%204.47715%200%200%204.47715%200%2010C%200%2015.5228%204.47715%2020%2010%2020Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  transition: background-image 150ms linear;
}

.bk-radio__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-left: 8px;
  width: calc(100% - 28px);
}

.bk-radio_big .bk-radio__input:checked ~ .bk-radio__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3E%20RadioOn%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-4630%20-768)%22%3E%0D%0A%3Cg%20id%3D%22buttons%20%2F%20C%26%2338%3BR%20%2F%2030%20%2F%20RadioOn%22%3E%0D%0A%3Cg%20id%3D%22Ellipse%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(4630%20768)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Union%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(4630%20768)%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2030%2015C%2030%2023.2843%2023.2843%2030%2015%2030C%206.71573%2030%200%2023.2843%200%2015C%200%206.71573%206.71573%200%2015%200C%2023.2843%200%2030%206.71573%2030%2015Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2028%2015C%2028%2022.1797%2022.1797%2028%2015%2028C%207.82031%2028%202%2022.1797%202%2015C%202%207.82031%207.82031%202%2015%202C%2022.1797%202%2028%207.82031%2028%2015ZM%2030%2015C%2030%2023.2843%2023.2842%2030%2015%2030C%206.71582%2030%200%2023.2843%200%2015C%200%206.71573%206.71582%200%2015%200C%2023.2842%200%2030%206.71573%2030%2015ZM%2015%2023C%2019.4185%2023%2023%2019.4183%2023%2015C%2023%2010.5817%2019.4185%207%2015%207C%2010.5815%207%207%2010.5817%207%2015C%207%2019.4183%2010.5815%2023%2015%2023Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.bk-radio_big .bk-radio__label:hover .bk-radio__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3E%20CheckradioOffHover%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-4796%20-880)%22%3E%0D%0A%3Cg%20id%3D%22buttons%20%2F%20C%26%2338%3BR%20%2F%2030%20%2F%20CheckradioOffHover%22%3E%0D%0A%3Cg%20id%3D%22Ellipse%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(4796%20880)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Ellipse%20(Stroke)%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(4796%20880)%22%20fill%3D%22%238FD08F%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2030%2015C%2030%2023.2843%2023.2843%2030%2015%2030C%206.71573%2030%200%2023.2843%200%2015C%200%206.71573%206.71573%200%2015%200C%2023.2843%200%2030%206.71573%2030%2015Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2015%2028C%2022.1797%2028%2028%2022.1797%2028%2015C%2028%207.8203%2022.1797%202%2015%202C%207.8203%202%202%207.8203%202%2015C%202%2022.1797%207.8203%2028%2015%2028ZM%2015%2030C%2023.2843%2030%2030%2023.2843%2030%2015C%2030%206.71573%2023.2843%200%2015%200C%206.71573%200%200%206.71573%200%2015C%200%2023.2843%206.71573%2030%2015%2030Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.bk-radio_big .bk-radio__label:hover .bk-radio__input:checked ~ .bk-radio__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3E%20RadioOnHover%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-4796%20-768)%22%3E%0D%0A%3Cg%20id%3D%22buttons%20%2F%20C%26%2338%3BR%20%2F%2030%20%2F%20RadioOnHover%22%3E%0D%0A%3Cg%20id%3D%22Ellipse%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(4796%20768)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Union%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(4796%20768)%22%20fill%3D%22%238FD08F%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2030%2015C%2030%2023.2843%2023.2843%2030%2015%2030C%206.71573%2030%200%2023.2843%200%2015C%200%206.71573%206.71573%200%2015%200C%2023.2843%200%2030%206.71573%2030%2015Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2028%2015C%2028%2022.1797%2022.1797%2028%2015%2028C%207.82031%2028%202%2022.1797%202%2015C%202%207.82031%207.82031%202%2015%202C%2022.1797%202%2028%207.82031%2028%2015ZM%2030%2015C%2030%2023.2843%2023.2842%2030%2015%2030C%206.71582%2030%200%2023.2843%200%2015C%200%206.71573%206.71582%200%2015%200C%2023.2842%200%2030%206.71573%2030%2015ZM%2015%2023C%2019.4185%2023%2023%2019.4183%2023%2015C%2023%2010.5817%2019.4185%207%2015%207C%2010.5815%207%207%2010.5817%207%2015C%207%2019.4183%2010.5815%2023%2015%2023Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.bk-radio_big .bk-radio__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3E%20CheckradioOff%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-4630%20-880)%22%3E%0D%0A%3Cg%20id%3D%22buttons%20%2F%20C%26%2338%3BR%20%2F%2030%20%2F%20CheckradioOff%22%3E%0D%0A%3Cg%20id%3D%22Ellipse%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(4630%20880)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Ellipse%20(Stroke)%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22translate(4630%20880)%22%20fill%3D%22%23000000%22%20fill-opacity%3D%220.2%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2030%2015C%2030%2023.2843%2023.2843%2030%2015%2030C%206.71573%2030%200%2023.2843%200%2015C%200%206.71573%206.71573%200%2015%200C%2023.2843%200%2030%206.71573%2030%2015Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%2015%2028C%2022.1797%2028%2028%2022.1797%2028%2015C%2028%207.8203%2022.1797%202%2015%202C%207.8203%202%202%207.8203%202%2015C%202%2022.1797%207.8203%2028%2015%2028ZM%2015%2030C%2023.2843%2030%2030%2023.2843%2030%2015C%2030%206.71573%2023.2843%200%2015%200C%206.71573%200%200%206.71573%200%2015C%200%2023.2843%206.71573%2030%2015%2030Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 0;
}

.bk-radio_big .bk-radio__text {
  width: calc(100% - 38px);
  font-size: 18px;
  line-height: 1.2;
}

.bk-radio_font-2.bk-radio_align-top .bk-radio__icon {
  margin-top: 2px;
}

.bk-radio_font-2 .bk-radio__text {
  font-size: 18px;
  line-height: 1.4;
}

.bk-radio_align-top .bk-radio__icon {
  vertical-align: top;
  margin-top: 1px;
}

.bk-radio_align-top .bk-radio__text {
  vertical-align: top;
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.bk-select {
  height: 40px;
  border: 1px solid;
  border-radius: 6px;
  border-color: #cccccc;
  padding: 0 15px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 38px;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: border-color 150ms linear, box-shadow 150ms linear;
  background-color: #ffffff;
}

.bk-select:hover {
  box-shadow: 0 0 0 1px #8FD08F;
  border-color: #8FD08F;
}

.bk-select:focus {
  box-shadow: 0 0 0 1px #8FD08F;
  border-color: #8FD08F;
}

.bk-select .bk-item__txt {
  line-height: inherit;
}

.bk-select-container {
  position: relative;
  background-color: #ffffff;
  border-radius: 6px;
}

.bk-select-container__arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M12%2C14.2426407%20L16.9497475%2C9.29289322%20C17.3402718%2C8.90236893%2017.9734367%2C8.90236893%2018.363961%2C9.29289322%20C18.7544853%2C9.68341751%2018.7544853%2C10.3165825%2018.363961%2C10.7071068%20L12.7071068%2C16.363961%20C12.3165825%2C16.7544853%2011.6834175%2C16.7544853%2011.2928932%2C16.363961%20L5.63603897%2C10.7071068%20C5.24551468%2C10.3165825%205.24551468%2C9.68341751%205.63603897%2C9.29289322%20C6.02656326%2C8.90236893%206.65972824%2C8.90236893%207.05025253%2C9.29289322%20L12%2C14.2426407%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  opacity: .2;
  position: absolute;
  right: 10px;
  top: calc(50% - 12px);
}

.bk-select-container__arrow_r-5 {
  right: 5px;
}

.bk-select-container .bk-select {
  width: 100%;
  padding-right: 40px;
  -webkit-appearance: none !important;
  background-color: transparent;
}

.bk-select_custom {
  border: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bk-select_custom:hover {
  box-shadow: none;
}

.bk-select_custom.active {
  border-radius: 6px 6px 0 0;
}

.bk-select_custom.active .bk-select__active-option {
  box-shadow: 0 0 0 1px #8FD08F;
  border-color: #8FD08F;
  border-radius: 6px 6px 0 0;
}

.bk-select_custom.active .bk-select__option-list {
  max-height: 301px;
  clip: auto;
}

.bk-select_full {
  width: 100%;
}

.bk-select_fs-14 {
  font-size: 14px;
}

.bk-select_h-30 {
  height: 30px;
  line-height: 28px;
}

.bk-select_h-30 .bk-select__option-list {
  max-height: 301px;
}

.bk-select_h-30 .bk-select__option-item {
  line-height: 30px;
}

.bk-select_h-50 {
  height: 50px;
  line-height: 48px;
  font-size: 18px;
}

.bk-select_h-50 .bk-select__option-item {
  line-height: 50px;
}

.bk-select_h-50 .bk-item__txt {
  font-size: 18px;
}

.bk-select__active-option {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid;
  width: 100%;
  position: relative;
  border-color: #cccccc;
  border-radius: 6px;
  transition: border-color 150ms linear, box-shadow 150ms linear;
  padding: 0 40px 0 15px;
  height: 100%;
  background-color: #ffffff;
}

.bk-select__active-option::after {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M12%2C14.2426407%20L16.9497475%2C9.29289322%20C17.3402718%2C8.90236893%2017.9734367%2C8.90236893%2018.363961%2C9.29289322%20C18.7544853%2C9.68341751%2018.7544853%2C10.3165825%2018.363961%2C10.7071068%20L12.7071068%2C16.363961%20C12.3165825%2C16.7544853%2011.6834175%2C16.7544853%2011.2928932%2C16.363961%20L5.63603897%2C10.7071068%20C5.24551468%2C10.3165825%205.24551468%2C9.68341751%205.63603897%2C9.29289322%20C6.02656326%2C8.90236893%206.65972824%2C8.90236893%207.05025253%2C9.29289322%20L12%2C14.2426407%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  opacity: .2;
  position: absolute;
  right: 10px;
  top: calc(50% - 12px);
}

.bk-select__active-option:hover {
  box-shadow: 0 0 0 1px #8FD08F;
  border-color: #8FD08F;
}

.bk-select__option-list {
  position: absolute;
  top: 100%;
  width: 100%;
  max-height: 381px;
  border: 1px solid #8FD08F;
  border-bottom: none;
  background-color: #ffffff;
  box-shadow: 0 1px 0 1px #8FD08F;
  border-radius: 0 0 6px 6px;
  overflow-x: auto;
  z-index: 2;
  clip: rect(0, 0, 0, 0);
}

.bk-select__option-item {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 15px;
}

.bk-select__option-item:hover {
  background-color: #E9F6E9;
}

.bk-select__option-item:last-child {
  border-radius: 0 0 6px 6px;
}

@media screen and (max-width: 530px) {
  .bk-select_h-50.adaptive {
    font-size: 16px;
    line-height: 38px;
    height: 40px;
  }

  .bk-select_h-50.adaptive .bk-select__option-item {
    line-height: 40px;
  }

  .bk-select_h-50.adaptive .bk-item__txt {
    font-size: 16px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.bk-input-text {
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-radius: 6px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  transition: border-color 150ms linear, box-shadow 150ms linear;
  /*for icons // для иконок*/
}

.bk-input-text.big {
  font-size: 18px;
}

.bk-input-text.active:focus ~ .bk-form-elem-btn_fading {
  pointer-events: auto;
}

.bk-input-text.active:focus ~ .bk-form-elem-btn_fading .bk-icon_empty {
  opacity: 0;
}

.bk-input-text.active:focus ~ .bk-form-elem-btn_fading .bk-icon_filled {
  opacity: 1;
}

.bk-input-text.active:focus ~ .bk-form-elem-btn_fading .bk-icon_filled.opacity02 {
  opacity: .2;
}

.bk-input-text.active:focus ~ .bk-form-elem-btn_fading .bk-icon_filled.opacity05 {
  opacity: .5;
}

.bk-input-text:hover {
  box-shadow: 0 0 0 1px #8FD08F;
  border-color: #8FD08F;
}

.bk-input-text:hover ~ .bk-form-elem-icon .bk-icon-n {
  opacity: 0;
}

.bk-input-text:hover ~ .bk-form-elem-icon .bk-icon-a {
  opacity: 0;
}

.bk-input-text:hover ~ .bk-form-elem-icon .bk-icon-f {
  opacity: 0;
}

.bk-input-text:hover ~ .bk-form-elem-icon .bk-icon-h {
  opacity: 1;
}

.bk-input-text:hover ~ .bk-form-elem-icon .bk-icon-h.opacity02 {
  opacity: 0.2;
}

.bk-input-text:focus {
  box-shadow: 0 0 0 1px #8FD08F;
  border-color: #8FD08F;
}

.bk-input-text:focus ~ .bk-form-elem-icon .bk-icon-n {
  opacity: 0;
}

.bk-input-text:focus ~ .bk-form-elem-icon .bk-icon-a {
  opacity: 0;
}

.bk-input-text:focus ~ .bk-form-elem-icon .bk-icon-h {
  opacity: 0 !important;
}

.bk-input-text:focus ~ .bk-form-elem-icon .bk-icon-f {
  opacity: 1 !important;
  z-index: 10;
}

.bk-input-text:focus ~ .bk-form-elem-icon .bk-icon-f.opacity02 {
  opacity: 0.2 !important;
}

.bk-input-text:focus ~ .bk-form-elem-icon .bk-icon-f.opacity05 {
  opacity: 0.5 !important;
}

.bk-input-text:focus ~ .bk-form-elem-btn_fading {
  width: 24px;
  height: 24px;
  pointer-events: none;
  transition: none;
}

.bk-input-text:focus ~ .bk-form-elem-btn_fading .bk-icon_empty {
  opacity: 1;
}

.bk-input-text:focus ~ .bk-form-elem-btn_fading .bk-icon_empty.opacity02 {
  opacity: .2;
}

.bk-input-text:focus ~ .bk-form-elem-btn_fading .bk-icon_empty.opacity05 {
  opacity: .5;
}

.bk-input-text:focus ~ .bk-form-elem-btn_fading .bk-icon_filled {
  opacity: 0;
}

.bk-input-text ~ .bk-form-elem-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.bk-input-text ~ .bk-form-elem-icon.left {
  left: 15px;
}

.bk-input-text ~ .bk-form-elem-icon.right {
  right: 15px;
}

.bk-input-text ~ .bk-form-elem-icon .bk-icon-h,
.bk-input-text ~ .bk-form-elem-icon .bk-icon-a,
.bk-input-text ~ .bk-form-elem-icon .bk-icon-f,
.bk-input-text ~ .bk-form-elem-icon .bk-icon-n {
  position: absolute;
  transition: opacity 150ms linear;
  top: 0;
  left: 0;
}

.bk-input-text ~ .bk-form-elem-icon .bk-icon-h {
  opacity: 0;
}

.bk-input-text ~ .bk-form-elem-icon .bk-icon-a {
  opacity: 0;
}

.bk-input-text ~ .bk-form-elem-icon .bk-icon-f {
  opacity: 0;
}

.bk-input-text ~ .bk-form-elem-icon .bk-icon-n {
  opacity: 1;
  z-index: 1;
}

.bk-input-text ~ .bk-form-elem-icon .bk-icon-n.opacity02 {
  opacity: 0.2;
}

.bk-input-text ~ .bk-input-autocomplete_inherit-h .bk-input-autocomplete__item {
  min-height: 40px;
  display: flex;
  align-items: center;
}

.bk-input-text_full {
  width: 100%;
}

.bk-input-text_h-30 {
  height: 30px;
}

.bk-input-text_h-30 ~ .bk-input-autocomplete_inherit-h .bk-input-autocomplete__item {
  min-height: 30px;
}

.bk-input-text_h-50 {
  font-size: 18px;
  height: 50px;
  /*& ~ .bk-form-elem-icon {
        top: 13px;
      }*/
}

.bk-input-text_h-50 ~ .bk-input-autocomplete_inherit-h .bk-input-autocomplete__item {
  min-height: 50px;
}

.bk-input-text_error {
  background-color: #f9ead6;
}

.bk-input-text_tag {
  font-size: 0;
  min-height: 50px;
  height: auto;
  padding-top: 9px;
}

.bk-input-text_tag input {
  width: 100%;
  height: 30px;
  margin-bottom: 9px;
  border: none;
  font-size: 18px;
}

.bk-input-text_tag ~ .bk-form-elem-icon {
  top: 25px;
}

.bk-input-text_p10 {
  padding-left: 10px;
  padding-right: 10px;
}

.bk-input-text_pl {
  padding-left: 40px;
}

.bk-input-text_pl-50 {
  padding-left: 50px;
}

.bk-input-text_pr {
  padding-right: 40px;
}

.bk-input-text_pr-50 {
  padding-right: 50px;
}

.bk-input-text_align-c {
  text-align: center;
}

.bk-input-text_ac-on {
  border-radius: 6px 6px 0 0;
}

.bk-input-text_range {
  max-width: 120px;
  width: calc(50% - 15px);
}

.bk-input-text[disabled] {
  pointer-events: none;
}

.bk-input-text[disabled]:hover {
  border-color: #cccccc;
  box-shadow: none;
}

.bk-input-range {
  font-size: 0;
}

.bk-input-hyphen {
  display: inline-block;
  width: 30px;
  font-size: 18px;
  text-align: center;
}

.bk-form-err {
  font-size: 0;
}

.bk-form-err__icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}

.bk-form-err__txt {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 32px);
  font-size: 18px;
  line-height: 1.4;
  line-height: 24px;
  text-align: left;
}

.bk-form-err.high .bk-form-err__icon i {
  vertical-align: middle;
}

.bk-form-err.high .bk-form-err__txt {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.4;
  line-height: 24px;
}

.bk-form-elem-btn_fading {
  position: absolute;
  width: 0;
  height: 24px;
  transition: width 10ms linear 150ms;
}

.bk-form-elem-btn_fading .bk-icon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 150ms linear;
}

@media screen and (max-width: 1100px) {
  .bk-input-text ~ .bk-autocomplete {
    position: relative;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.bm-helper.active ~ .beboss-menu {
  padding-bottom: 70px;
}

.bk-datepicker__btn {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  padding: 0 8px;
  border-radius: 5px;
}

.bootstrap-button-styles {
  font-size: 16px;
  padding: 8px 16px;
  font-weight: normal;
  line-height: 24px;
}

.control-panel-ver-2 .mp-entrepreneur__name,
.control-panel-ver-2 .mp-entrepreneur__text,
.control-panel-ver-2 .publ-leads-act__txt,
.control-panel-ver-2 .publ-leads-act__date {
  font-size: 16px;
  line-height: 24px;
}

.control-panel-ver-2 .gb-margin-bottom-24 {
  margin-bottom: 24px;
}

.control-panel-ver-2 .gb-checklist-popup {
  max-width: 800px !important;
}

.control-panel-ver-2 .gb-checklist-popup .progress {
  margin-top: 20px;
  height: 20px;
  border-radius: 16px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

.control-panel-ver-2 .gb-checklist-popup .progress .determinate {
  background-color: #1EA01E;
  height: 100%;
  border-radius: 16px;
}

.control-panel-ver-2 .gb-bm {
  background-color: #4A4A4A;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  height: 70px;
}

.control-panel-ver-2 .gb-bm__title {
  font-size: 18px;
}

.control-panel-ver-2 .gb-bm__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #4A4A4A;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 50px;
}

.control-panel-ver-2 .gb-bm-tabs {
  height: 100%;
}

.control-panel-ver-2 .gb-bm-tabs-panel {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.control-panel-ver-2 .gb-bm-tabs__btn {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  position: relative;
}

.control-panel-ver-2 .gb-bm-tabs__btn:after {
  width: 100%;
  height: 4px;
  background-color: #FFBE0A;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .4s;
}

.control-panel-ver-2 .gb-bm-tabs__btn.active:after {
  opacity: 1;
}

.control-panel-ver-2 .gb-bm-tabs__btn:hover:after {
  opacity: 1;
}

.control-panel-ver-2 .gb-bm-tabs-txt {
  color: #fff;
}

.control-panel-ver-2 .gb-bm-tabs__title {
  font-size: 18px;
}

.control-panel-ver-2 .gb-bm-tabs__title .new {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  color: #fff;
  background-color: #00B4F0;
  border-radius: 20px;
  padding: 0 8px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-weight: normal;
}

.control-panel-ver-2 .gb-bm-tabs__txt {
  font-size: 16px;
}

.control-panel-ver-2 .gb-bm-tabs__txt.new {
  color: #00B4F0;
}

.control-panel-ver-2 .gb-bm-tabs__txt_after {
  position: relative;
}

.control-panel-ver-2 .gb-bm-tabs__txt_after:after {
  position: absolute;
  content: "";
  top: 6px;
  right: -16px;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  background-color: #FF4545;
  border: 2px solid #4A4A4A;
  border-radius: 50%;
}

.control-panel-ver-2 .gb-bm-tabs__icon {
  margin-right: 10px;
}

.control-panel-ver-2 .gb-bm-tabs__icon_on {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: relative;
}

.control-panel-ver-2 .gb-bm-tabs__icon_on:after {
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 5px;
  top: 5px;
  background-color: #FF0000;
}

.control-panel-ver-2 .gb-bm-tabs__icon_on.active:after {
  background-color: #1EA01E;
}

.control-panel-ver-2 .gb-bm-tabs-body {
  display: none;
  max-height: 700px;
  padding: 0.5px;
}

.control-panel-ver-2 .gb-bm-tabs-body .bk-preload-bg {
  background-color: #000;
}

.control-panel-ver-2 .gb-bm-tabs-body .bk-preload__item.border:nth-child(2) {
  border-left: #000 solid;
  border-top: #000 solid;
}

.control-panel-ver-2 .gb-bm-tabs-body .bk-preload__item.border:nth-child(3) {
  border-left: #000 solid;
  border-bottom: #000 solid;
}

.control-panel-ver-2 .gb-bm-tabs-body .bk-preload__item.border:nth-child(4) {
  border-top: #000 solid;
}

.control-panel-ver-2 .gb-bm-tabs-body.active {
  display: block;
}

.control-panel-ver-2 .gb-bm-tabs-body__title {
  margin-right: 15px;
  color: #fff;
}

.control-panel-ver-2 .gb-bm-tabs-body__arrow {
  opacity: .5;
}

.control-panel-ver-2 .gb-bm-tabs-body__arrow:hover {
  opacity: .9;
}

.control-panel-ver-2 .gb-bm-tabs-body__arrow i {
  vertical-align: middle;
}

.control-panel-ver-2 .gb-bm-tabs-body__close {
  display: none;
  opacity: .5;
}

.control-panel-ver-2 .gb-bm-tabs-body__close:hover {
  opacity: .9;
}

.control-panel-ver-2 .gb-bm-tabs-close {
  display: flex;
  justify-content: space-between;
  padding: 24px 32px;
  align-items: center;
  border-bottom: none;
}

.control-panel-ver-2 .gb-bm-tabs-close .gb-bm-tabs__txt {
  padding-left: 15px;
}

.control-panel-ver-2 .gb-bm-tabs-content {
  display: none;
  background: #333333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  bottom: 70px;
  left: 0;
}

.control-panel-ver-2 .gb-bm-tabs-content .daterangepicker {
  border: none;
  border-radius: 10px;
}

.control-panel-ver-2 .gb-bm-tabs-content .daterangepicker .drp-selected {
  display: none;
}

.control-panel-ver-2 .gb-bm-tabs-content .daterangepicker .drp-buttons {
  display: flex !important;
}

.control-panel-ver-2 .gb-bm-tabs-content .daterangepicker .applyBtn {
  order: 1;
  margin-right: 10px;
}

.control-panel-ver-2 .gb-bm-tabs-content .daterangepicker .cancelBtn {
  order: 2;
}

.control-panel-ver-2 .gb-bm-tabs-content .baron {
  position: relative;
  height: calc(100% - 69px);
}

.control-panel-ver-2 .gb-bm-tabs-content .baron._macosx .baron__bar {
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
}

.control-panel-ver-2 .gb-bm-tabs-content .baron._macosx._scrolling .baron__bar {
  opacity: .3;
}

.control-panel-ver-2 .gb-bm-tabs-float {
  display: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #4A4A4A;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  cursor: pointer;
  width: 160px;
  transition: all .3s;
}

.control-panel-ver-2 .gb-bm-tabs-float:hover {
  background-color: #1d1c1c;
}

.control-panel-ver-2 .gb-bm-tabs-float i {
  margin-right: 6px;
  vertical-align: middle;
  margin-top: -3px;
}

.control-panel-ver-2 .gb-bm-tabs-float__txt {
  font-size: 18px;
  color: #fff;
}

.control-panel-ver-2 .gb-bm-mgt {
  display: flex;
  padding: 0px 16px 32px 32px;
}

.control-panel-ver-2 .gb-bm-mgt_black {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.control-panel-ver-2 .gb-bm-mgt_black .gb-mgt-contact {
  width: 280px;
  flex: none;
  margin-right: 0;
}

.control-panel-ver-2 .gb-bm-mgt_black .gb-mgt-manager-txt {
  color: #000;
}

.control-panel-ver-2 .gb-bm-mgt_black .gb-mgt-manager-info {
  color: #000;
}

.control-panel-ver-2 .gb-bm-mgt .gb-bm-box.right {
  margin-left: auto;
}

.control-panel-ver-2 .gb-bm-qi {
  display: flex;
  justify-content: space-between;
  padding: 0px 16px 45px 32px;
  color: #fff;
}

.control-panel-ver-2 .gb-bm-qi_black {
  padding: 30px 0 10px 0;
}

.control-panel-ver-2 .gb-bm-qi_black .gb-qi-index {
  width: calc(100% - 330px);
}

.control-panel-ver-2 .gb-bm-qi_black .gb-qi-index-head {
  color: #000;
}

.control-panel-ver-2 .gb-bm-qi_black .gb-qi-index-progress {
  background-color: #ECEEF2;
}

.control-panel-ver-2 .gb-bm-qi_black .gb-qi-index-block {
  padding-bottom: 0;
  border-bottom: none;
}

.control-panel-ver-2 .gb-bm-qi_black .gb-qi-index__txt {
  color: #000;
}

.control-panel-ver-2 .gb-bm-qi_black .gb-qi-indt__txt {
  color: #000;
}

.control-panel-ver-2 .gb-bm-qi_black .gb-qi-info {
  width: 280px;
  color: #000;
}

.control-panel-ver-2 .gb-bm-qi_black .gb-qi-dropdown__btn {
  color: #000;
}

.control-panel-ver-2 .gb-bm-st {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  padding: 0 16px 32px 32px;
}

.control-panel-ver-2 .gb-bm-st_black {
  padding-left: 0;
  padding-right: 0;
}

.control-panel-ver-2 .gb-bm-st_black .gb-st-chart {
  width: calc(100% - 330px);
  margin-bottom: -70px;
}

.control-panel-ver-2 .gb-bm-st_black .gb-st-info {
  width: 280px;
  color: #000;
}

.control-panel-ver-2 .gb-bm-st_black .gb-st__select {
  color: rgba(0, 0, 0, 0.4);
}

.control-panel-ver-2 .gb-bm-st_black .tabs__btn.button {
  color: rgba(0, 0, 0, 0.4) !important;
}

.control-panel-ver-2 .gb-bm-ld {
  color: #fff;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0px 16px 32px 32px;
}

.control-panel-ver-2 .gb-bm-ld_black {
  color: #000;
  padding-left: 0;
  padding-right: 0;
}

.control-panel-ver-2 .gb-bm-ld_black .gb-bm-tabs__txt {
  padding-left: 15px;
}

.control-panel-ver-2 .gb-bm-ld_black .gb-bm-tabs__txt.new {
  font-size: 18px;
  font-weight: normal;
  color: #00B4F0;
}

.control-panel-ver-2 .gb-bm-ld_black .gb-ld-person {
  width: calc(100% - 330px);
}

.control-panel-ver-2 .gb-bm-ld_black .gb-ld-person .publ-leads-item {
  font-size: 16px;
}

.control-panel-ver-2 .gb-bm-ld_black .gb-ld-person .publ-leads-item.new {
  background-color: #ECEEF2;
  border-radius: 8px;
}

.control-panel-ver-2 .gb-bm-ld_black .gb-ld-person .publ-leads-info {
  width: 100%;
}

.control-panel-ver-2 .gb-bm-ld_black .gb-ld-person .mp-entrepreneur__name {
  color: #0088cc;
}

.control-panel-ver-2 .gb-bm-ld_black .gb-ld-st {
  margin-bottom: 0;
  border-bottom: none;
}

.control-panel-ver-2 .gb-bm-ld_black .gb-ld-info {
  width: 280px;
  margin-top: 46px;
}

.control-panel-ver-2 .gb-bm-ld_black .gb-ld__link .bk-breadcrumbs_2 .bk-breadcrumbs__item:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23b7b7b7%22%20d%3D%22M14.2426407%2C12%20L9.29289322%2C7.05025253%20C8.90236893%2C6.65972824%208.90236893%2C6.02656326%209.29289322%2C5.63603897%20C9.68341751%2C5.24551468%2010.3165825%2C5.24551468%2010.7071068%2C5.63603897%20L16.363961%2C11.2928932%20C16.7544853%2C11.6834175%2016.7544853%2C12.3165825%2016.363961%2C12.7071068%20L10.7071068%2C18.363961%20C10.3165825%2C18.7544853%209.68341751%2C18.7544853%209.29289322%2C18.363961%20C8.90236893%2C17.9734367%208.90236893%2C17.3402718%209.29289322%2C16.9497475%20L14.2426407%2C12%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}

.control-panel-ver-2 .gb-bm-ld_black .gb-ld__link .bk-breadcrumbs__link {
  color: #0088cc;
}

.control-panel-ver-2 .gb-bm-ld_black .gb-qi-info {
  max-width: 430px;
  width: 100%;
  color: #000;
}

.control-panel-ver-2 .gb-bm-ld_black .gb-qi-info .button {
  margin-bottom: 2px;
}

.control-panel-ver-2 .gb-bm-box {
  border: 2px solid #626262;
  border-radius: 10px;
  height: 200px;
}

.control-panel-ver-2 .gb-bm-box.left {
  width: calc(100% - 440px);
}

.control-panel-ver-2 .gb-bm-box.right {
  width: 350px;
}

.control-panel-ver-2 .gb-bm-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  min-height: 420px;
  padding: 40px;
}

.control-panel-ver-2 .gb-bm-empty__icon {
  background-color: rgba(255, 255, 255, 0.2);
  width: 120px;
  height: 120px;
  padding: 25px;
  border-radius: 50%;
  margin-bottom: 30px;
}

.control-panel-ver-2 .gb-bm-empty__title {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 20px;
}

.control-panel-ver-2 .gb-bm-empty__txt {
  font-size: 18px;
}

.control-panel-ver-2 .gb-bm-empty__btn {
  margin-top: 30px;
}

.control-panel-ver-2 .gb-bm-scroll-container {
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

.control-panel-ver-2 .gb-mgt__btn {
  margin-top: 0px;
}

.control-panel-ver-2 .gb-mgt__btn.gb-mgt-info__btn {
  margin-top: 0;
}

.control-panel-ver-2 .gb-mgt-status {
  width: 50%;
  padding-right: 70px;
  flex: 1 1 auto;
}

.control-panel-ver-2 .gb-mgt-status-item + .gb-mgt-status-item {
  margin-top: none;
}

.control-panel-ver-2 .gb-mgt-status-item.publ .gb-mgt-status__icon {
  position: relative;
}

.control-panel-ver-2 .gb-mgt-status-item.publ .gb-mgt-status__icon:after {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #FF0000;
}

.control-panel-ver-2 .gb-mgt-status-item.publ.active .gb-mgt-status__title {
  color: #FFFFFF;
}

.control-panel-ver-2 .gb-mgt-status-item.publ.active .gb-mgt-status__icon:after {
  background-color: #1EA01E;
}

.control-panel-ver-2 .gb-mgt-status-txt {
  color: #fff;
}

.control-panel-ver-2 .gb-mgt-status__txt {
  font-size: 16px;
}

.control-panel-ver-2 .gb-mgt-status__link {
  white-space: nowrap;
  color: #00B4F0;
  text-decoration: none;
  display: inline-block;
}

.control-panel-ver-2 .gb-mgt-status__icon {
  margin-right: 15px;
}

.control-panel-ver-2 .gb-mgt-status-msg {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 20px;
}

.control-panel-ver-2 .gb-mgt-status-msg__subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 10px;
}

.control-panel-ver-2 .gb-mgt-status-msg__txt {
  font-size: 16px;
  color: #fff;
}

.control-panel-ver-2 .gb-mgt-status-inline-block {
  display: flex;
  flex-wrap: wrap;
  max-width: 712px;
  margin-bottom: 24px;
}

.control-panel-ver-2 .gb-mgt-status-inline-block .gb-mgt-status-item {
  margin-top: 24px;
  min-width: 240px;
  width: 50%;
}

.control-panel-ver-2 .gb-mgt-contact {
  flex: 0 0 340px;
}

.control-panel-ver-2 .gb-mgt-manager__position {
  font-size: 16px;
}

.control-panel-ver-2 .gb-mgt-manager-info {
  color: #fff;
  font-size: 16px;
  margin-bottom: 24px;
}

.control-panel-ver-2 .gb-mgt-manager__info + .gb-mgt-manager__info {
  margin-top: 8px;
}

.control-panel-ver-2 .gb-mgt-manager-buttons {
  display: flex;
  flex-wrap: wrap;
}

.control-panel-ver-2 .gb-mgt-manager-buttons a.gb-mgt__btn:first-of-type {
  margin-right: 8px;
}

.control-panel-ver-2 .gb-mgt-info {
  width: 24%;
  flex: 0 0 340px;
}

.control-panel-ver-2 .gb-mgt-info-block {
  display: block;
}

.control-panel-ver-2 .gb-mgt-info-block__header {
  margin-bottom: 15px;
  display: flex;
}

.control-panel-ver-2 .gb-mgt-info__info {
  font-size: 18px;
  color: #FFFFFF;
}

.control-panel-ver-2 .gb-mgt-info__info + .gb-mgt-info__info {
  margin-top: 8px;
}

.control-panel-ver-2 .gb-mgt-info-txt {
  color: #fff;
}

.control-panel-ver-2 .gb-mgt-info__txt {
  font-size: 16px;
}

.control-panel-ver-2 .gb-mgt-info__txt + .gb-mgt-info__txt {
  margin-top: 8px;
}

.control-panel-ver-2 .gb-mgt-info__txt-svg {
  position: relative;
  top: 7px;
  left: 8px;
}

.control-panel-ver-2 .gb-mgt-info__icon {
  margin-right: 15px;
}

.control-panel-ver-2 .gb-mgt-info-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 65px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.control-panel-ver-2 .gb-mgt-info__btn {
  margin-right: 30px;
  margin-bottom: 20px;
}

.control-panel-ver-2 .gb-mgt-info__del {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}

.control-panel-ver-2 .gb-mgt-info__del:hover {
  text-decoration: underline;
}

.control-panel-ver-2 .gb-qi-index {
  width: calc(100% - 400px);
}

.control-panel-ver-2 .gb-qi-index-block {
  border-bottom: none;
  width: 100%;
  padding: 0px 32px;
}

.control-panel-ver-2 .gb-qi-index-head {
  color: #fff;
}

.control-panel-ver-2 .gb-qi-index__num {
  font-size: 32px;
  font-weight: bold;
  margin-right: 15px;
}

.control-panel-ver-2 .gb-qi-index__title {
  font-size: 16px;
}

.control-panel-ver-2 .gb-qi-index-progress {
  margin-top: 20px;
  height: 8px;
  border-radius: 16px;
  width: 100%;
  background-color: #4A4A4A;
}

.control-panel-ver-2 .gb-qi-index-progress .determinate {
  background-color: #FA961E;
  height: 100%;
  border-radius: 16px;
}

.control-panel-ver-2 .gb-qi-index__txt {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
}

.control-panel-ver-2 .gb-qi-info {
  width: 340px;
  margin-top: 16px;
  overflow: hidden;
}

.control-panel-ver-2 .gb-qi-info__rating-num {
  font-size: 32px;
  line-height: 40px;
  display: flex;
  align-items: center;
}

.control-panel-ver-2 .gb-qi-info__rating-num-txt {
  display: inline-block;
  margin-left: 8px;
}

.control-panel-ver-2 .gb-qi-info__rating-descrip {
  margin-bottom: 8px;
}

.control-panel-ver-2 .gb-qi-info__rating-stat {
  color: #FFBE0A;
  margin-bottom: 24px;
}

.control-panel-ver-2 .gb-qi-info__rating-rew {
  margin-bottom: 24px;
}

.control-panel-ver-2 .gb-qi-info__rating-rew-main {
  font-size: 18px;
  margin-bottom: 8px;
}

.control-panel-ver-2 .gb-qi-info__rating-rew-main a {
  font-size: 16px;
}

.control-panel-ver-2 .gb-qi-slider {
  margin-top: 16px;
}

.control-panel-ver-2 .gb-qi-slider__title {
  font-size: 18px;
}

.control-panel-ver-2 .gb-qi-slider-item {
  margin-top: 16px;
}

.control-panel-ver-2 .gb-qi-slider__txt {
  font-size: 16px;
}

.control-panel-ver-2 .gb-qi-indt {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.control-panel-ver-2 .gb-qi-indt-block {
  display: none;
  width: 100%;
}

.control-panel-ver-2 .gb-qi-indt-block .gb-qi-indt-item {
  display: inline-block;
  width: 31%;
  vertical-align: top;
}

.control-panel-ver-2 .gb-qi-indt-item {
  width: 16%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.control-panel-ver-2 .gb-qi-indt__num .num {
  color: #FFBE0A;
  font-size: 24px;
  font-weight: bold;
}

.control-panel-ver-2 .gb-qi-indt__num i {
  display: inline-block;
}

.control-panel-ver-2 .gb-qi-indt__txt {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
  max-width: 154px;
}

.control-panel-ver-2 .gb-qi-indt__btn.button {
  width: 100px;
  padding-left: 17px !important;
  padding-right: 17px !important;
  border-radius: 6px;
}

.control-panel-ver-2 .gb-qi-indt__btn i {
  display: none;
}

.control-panel-ver-2 .gb-st-chart {
  width: calc(100% - 440px);
}

.control-panel-ver-2 .gb-st-chart .highcharts-navigator {
  display: none;
}

.control-panel-ver-2 .gb-st-selector {
  display: flex;
}

.control-panel-ver-2 .gb-st-selector .gb-st__select {
  margin: 0px 8px;
}

.control-panel-ver-2 .gb-st-selector .gb-st__select:first-of-type {
  margin: 0px 8px 0px 0px;
}

.control-panel-ver-2 .gb-st-selector .gb-st__select:last-of-type {
  margin: 0px 0px 0px 8px;
}

.control-panel-ver-2 .gb-st__select {
  background-color: #333333;
  width: 255px;
  height: 42px;
  line-height: 39px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  position: relative;
  padding: 0 15px;
  font-family: PT Sans, Arial;
  font-weight: normal;
  text-align: left;
  cursor: pointer;
  transition: border-color 150ms linear, box-shadow 150ms linear;
}

.control-panel-ver-2 .gb-st__select_custom {
  border: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.control-panel-ver-2 .gb-st__select_custom.active .gb-st-select__option-list {
  display: block;
}

.control-panel-ver-2 .gb-st__select_custom.active .gb-st-select__active-option {
  border-radius: 6px 6px 0 0;
}

.control-panel-ver-2 .gb-st-select__active-option {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid;
  width: 100%;
  position: relative;
  border-color: #cccccc;
  border-radius: 6px;
  transition: border-color 150ms linear, box-shadow 150ms linear;
  z-index: 2;
  padding: 0 40px 0 15px;
  height: 100%;
  background-color: #333333;
}

.control-panel-ver-2 .gb-st-select__active-option:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.control-panel-ver-2 .gb-st-select__active-option:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: 12px;
}

.control-panel-ver-2 .gb-st-select__option-list {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-top: none;
  border-bottom: none;
  background-color: #333333;
  box-shadow: 0 1px 0 0 #fff;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.control-panel-ver-2 .gb-st-select__option-item {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 15px;
  height: 42px;
}

.control-panel-ver-2 .gb-st-select__option-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.control-panel-ver-2 .gb-st-tabs {
  margin-right: 10px;
}

.control-panel-ver-2 .gb-st-tabs .tabs__btn.white.active {
  color: #fff;
  background-color: rgba(233, 246, 233, 0.2);
  pointer-events: auto;
}

.control-panel-ver-2 .gb-st-tabs .tabs__btn.button {
  height: 50px;
  line-height: 48px;
  padding: 0 15px;
  white-space: nowrap;
}

.control-panel-ver-2 .gb-st-tabs .tabs__btn.button i {
  position: relative;
  top: 5px;
}

.control-panel-ver-2 .gb-st-info {
  width: 350px;
  color: #fff;
}

.control-panel-ver-2 .gb-st-info-btn {
  margin-top: 20px;
}

.control-panel-ver-2 .gb-st__tabs {
  margin-top: 25px;
}

.control-panel-ver-2 .gb-st-list {
  margin-top: 20px;
}

.control-panel-ver-2 .gb-st-item {
  display: flex;
  margin-bottom: 20px;
}

.control-panel-ver-2 .gb-st-item.result {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.control-panel-ver-2 .gb-st-item__txt {
  font-size: 16px;
}

.control-panel-ver-2 .gb-st-item__icon {
  width: 50px;
  height: 50px;
  padding-top: 13px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
}

.control-panel-ver-2 .gb-st-item__icon.yellow {
  background-color: #FFBE0A;
}

.control-panel-ver-2 .gb-st-item__icon.blue {
  background-color: #00B4F0;
}

.control-panel-ver-2 .gb-st-item__icon.gray {
  background-color: #4A4A4A;
}

.control-panel-ver-2 .gb-st-detail .bk-item + .bk-item {
  margin-top: 3px;
}

.control-panel-ver-2 .gb-st-detail-title .gb-st-item__txt {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}

.control-panel-ver-2 .gb-st-detail-title.color-blue {
  color: #00B4F0;
}

.control-panel-ver-2 .gb-st-detail + .gb-st-detail {
  margin-top: 10px;
}

.control-panel-ver-2 .gb-info__btn {
  margin-top: 20px;
}

.control-panel-ver-2 .gb-ld-worse-performance {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.control-panel-ver-2 .gb-ld .mp-entrepreneur__text-container {
  width: 100%;
}

.control-panel-ver-2 .gb-ld-person {
  width: calc(100% - 400px);
}

.control-panel-ver-2 .gb-ld-person .mp-entrepreneur__name {
  color: #fff;
}

.control-panel-ver-2 .gb-ld-person .publ-leads-list {
  margin-bottom: 16px;
}

.control-panel-ver-2 .gb-ld-person .publ-leads-item {
  border-bottom: none;
  padding: 16px;
  border-radius: 8px;
}

.control-panel-ver-2 .gb-ld-person .publ-leads-item + .publ-leads-item {
  margin-top: 2px;
}

.control-panel-ver-2 .gb-ld-person .publ-leads-info {
  width: 100%;
}

.control-panel-ver-2 .gb-ld-person .publ-leads-info .mp-entrepreneur__name,
.control-panel-ver-2 .gb-ld-person .publ-leads-info .mp-entrepreneur__text,
.control-panel-ver-2 .gb-ld-person .publ-leads-info .publ-leads-act__txt,
.control-panel-ver-2 .gb-ld-person .publ-leads-info .publ-leads-act__date {
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.control-panel-ver-2 .gb-ld-person .publ-leads-info .mp-entrepreneur {
  width: 45%;
  white-space: nowrap;
}

.control-panel-ver-2 .gb-ld-person .publ-leads-info .publ-leads-act {
  width: auto;
}

.control-panel-ver-2 .gb-ld-person .publ-leads-info .mp-entrepreneur__img {
  width: 42px;
  height: 42px;
}

.control-panel-ver-2 .gb-ld-person .publ-leads-info .mp-entrepreneur__img-container {
  width: 42px;
}

.control-panel-ver-2 .gb-ld-person .publ-leads__btn i {
  opacity: 1;
}

.control-panel-ver-2 .gb-ld-person .publ-leads-act.mobile .publ-leads-act__txt:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M16.3076923%2C1%20L7.69230769%2C1%20C6.20615385%2C1%205%2C2.12%205%2C3.5%20L5%2C20.5%20C5%2C21.879999%206.20615385%2C23%207.69230769%2C23%20L16.3076923%2C23%20C17.7938462%2C23%2019%2C21.879999%2019%2C20.5%20L19%2C3.5%20C19%2C2.12%2017.7938462%2C1%2016.3076923%2C1%20Z%20M12%2C22%20C11.17%2C22%2010.5%2C21.33%2010.5%2C20.5%20C10.5%2C19.67%2011.17%2C19%2012%2C19%20C12.83%2C19%2013.5%2C19.67%2013.5%2C20.5%20C13.5%2C21.33%2012.83%2C22%2012%2C22%20Z%20M17%2C18%20L7%2C18%20L7%2C4%20L17%2C4%20L17%2C18%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  opacity: 1;
}

.control-panel-ver-2 .gb-ld-person .publ-leads-text-container {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  margin-left: auto;
  text-align: end;
  align-items: center;
}

.control-panel-ver-2 .gb-ld-person .publ-leads-text-container.publ-leads-text-cont-adopt .publ-leads-good,
.control-panel-ver-2 .gb-ld-person .publ-leads-text-container.publ-leads-text-cont-adopt .publ-leads-act,
.control-panel-ver-2 .gb-ld-person .publ-leads-text-container.publ-leads-text-cont-adopt .publ-leads-time {
  width: auto;
}

.control-panel-ver-2 .gb-ld-person .publ-leads-text-container .publ-leads-good {
  margin: 0px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 40%;
}

.control-panel-ver-2 .gb-ld-person .publ-leads-text-container .publ-leads-good__txt {
  display: inline-block;
}

.control-panel-ver-2 .gb-ld-person .publ-leads-text-container .publ-leads-good__name-txt {
  display: inline-block;
}

.control-panel-ver-2 .gb-ld-person .publ-leads-text-container .publ-leads-good__name-img {
  border-radius: 50%;
  margin-right: 3px;
}

.control-panel-ver-2 .gb-ld-person .publ-leads-text-container .publ-leads-good__name-owner {
  padding: 0px 8px;
  background-color: #FFFFFF;
  border-radius: 15px;
  color: #000000;
  margin-left: 3px;
}

.control-panel-ver-2 .gb-ld-person .publ-leads-text-container .publ-leads-act {
  margin: 0px 12px;
  width: 22%;
}

.control-panel-ver-2 .gb-ld-person .publ-leads-text-container .publ-leads-time {
  margin: 0px 0px 0px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 27%;
}

.control-panel-ver-2 .gb-ld-person .publ-leads-text-container .publ-leads-time__txt {
  display: inline-block;
}

.control-panel-ver-2 .gb-ld-person .publ-leads-text-container .publ-leads-good__name,
.control-panel-ver-2 .gb-ld-person .publ-leads-text-container .publ-leads-good__txt,
.control-panel-ver-2 .gb-ld-person .publ-leads-text-container .publ-leads-time__txt,
.control-panel-ver-2 .gb-ld-person .publ-leads-text-container .publ-leads-time__desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.control-panel-ver-2 .gb-ld-person-list {
  width: calc(100% - 400px);
  margin-bottom: 16px;
}

.control-panel-ver-2 .gb-ld-person-list .gb-ld-person-list-wrapper {
  margin-bottom: 16px;
}

.control-panel-ver-2 .gb-ld-person-list .gb-ld-worse-performance {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.control-panel-ver-2 .gb-ld-person-list .publ-leads-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.control-panel-ver-2 .gb-ld-person-list .publ-leads-info .mp-entrepreneur__img-container {
  width: 48px;
  height: 48px;
}

.control-panel-ver-2 .gb-ld-person-list .publ-leads-item {
  border-bottom: none;
  border-radius: 8px;
}

.control-panel-ver-2 .gb-ld-person-list .publ-leads-act {
  text-align: end;
}

.control-panel-ver-2 .gb-ld-info {
  width: 340px;
}

.control-panel-ver-2 .gb-ld-info .gb-qi-info {
  margin-top: 0;
}

.control-panel-ver-2 .gb-ld-info .gb-qi-info__time-num {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.control-panel-ver-2 .gb-ld-info .gb-qi-info__time-descrip {
  margin-bottom: 8px;
}

.control-panel-ver-2 .gb-ld-info__empl {
  margin-bottom: 24px;
}

.control-panel-ver-2 .gb-ld-info__ind {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.control-panel-ver-2 .gb-ld-info .mp-entrepreneur {
  white-space: nowrap;
  margin-bottom: 16px;
}

.control-panel-ver-2 .gb-ld-info .mp-entrepreneur__img-container {
  width: 48px;
  height: 48px;
}

.control-panel-ver-2 .gb-ld-info .mp-entrepreneur__text-container {
  width: 100%;
}

.control-panel-ver-2 .gb-ld-info .mp-entrepreneur__name,
.control-panel-ver-2 .gb-ld-info .mp-entrepreneur__text {
  font-size: 16px;
  line-height: 24px;
}

.control-panel-ver-2 .gb-ld-st {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.control-panel-ver-2 .gb-ld-st-block {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.control-panel-ver-2 .gb-ld-st__icon {
  margin-right: 15px;
}

.control-panel-ver-2 .gb-ld__link {
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.control-panel-ver-2 .gb-ld__link .bk-breadcrumbs__link {
  font-size: 18px;
  color: #fff;
}

.control-panel-ver-2 .gb-ld__link .bk-breadcrumbs_2 .bk-breadcrumbs__item:after {
  top: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M14.2426407%2C12%20L9.29289322%2C7.05025253%20C8.90236893%2C6.65972824%208.90236893%2C6.02656326%209.29289322%2C5.63603897%20C9.68341751%2C5.24551468%2010.3165825%2C5.24551468%2010.7071068%2C5.63603897%20L16.363961%2C11.2928932%20C16.7544853%2C11.6834175%2016.7544853%2C12.3165825%2016.363961%2C12.7071068%20L10.7071068%2C18.363961%20C10.3165825%2C18.7544853%209.68341751%2C18.7544853%209.29289322%2C18.363961%20C8.90236893%2C17.9734367%208.90236893%2C17.3402718%209.29289322%2C16.9497475%20L14.2426407%2C12%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  opacity: .5;
}

.control-panel-ver-2 .gb-highchart .tooltip-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: top;
}

.control-panel-ver-2 .gb-highchart .tooltip-date {
  margin-bottom: 15px;
}

.control-panel-ver-2 .gb-highchart .tooltip-data {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.control-panel-ver-2 .gb-highchart .tooltip-data:last-of-type {
  margin-bottom: 0;
}

.control-panel-ver-2 .gb-nav-menu {
  padding: 0 16px 24px 32px;
}

.control-panel-ver-2 .gb-nav-menu-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  width: 100%;
  line-height: 24px;
  position: relative;
  padding-bottom: 7px;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.control-panel-ver-2 .gb-nav-menu-container::-webkit-scrollbar {
  display: none;
}

.control-panel-ver-2 .gb-nav-menu-item {
  position: relative;
  padding-bottom: 9px;
}

.control-panel-ver-2 .gb-nav-menu-item + .gb-nav-menu-item {
  margin-left: 16px;
}

.control-panel-ver-2 .gb-nav-menu-item:after {
  width: 100%;
  height: 2px;
  background-color: #0D870D;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.control-panel-ver-2 .gb-nav-menu-item:hover,
.control-panel-ver-2 .gb-nav-menu-item:active,
.control-panel-ver-2 .gb-nav-menu-item:focus {
  color: #FFFFFF;
  transition: color .4s ease;
}

.control-panel-ver-2 .gb-nav-menu-item:hover:after,
.control-panel-ver-2 .gb-nav-menu-item:active:after,
.control-panel-ver-2 .gb-nav-menu-item:focus:after {
  opacity: 1;
  transition: opacity .4s ease;
}

.control-panel-ver-2 .gb-rp-info {
  display: flex;
  flex-wrap: wrap;
}

.control-panel-ver-2 .gb-rp-info-container {
  max-width: 340px;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 32px;
}

.control-panel-ver-2 .gb-rp-info-container__place {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
}

.control-panel-ver-2 .gb-rp-info-container__stat {
  color: #FFBE0A;
  margin: 8px 0px 24px;
  display: flex;
}

.control-panel-ver-2 .gb-do-info {
  width: calc(100% - 400px);
}

.control-panel-ver-2 .check__list {
  margin-top: 30px;
}

.control-panel-ver-2 .check-list {
  margin-top: 20px;
}

.control-panel-ver-2 .check-list .check-list__on {
  display: none;
}

.control-panel-ver-2 .check-list_active .check-list__on {
  display: inline-block;
}

.control-panel-ver-2 .check-list_active .check-list__off {
  display: none;
}

.control-panel-ver-2 .check-list_active .check-list__title {
  text-decoration: line-through;
}

.control-panel-ver-2 .check-list__left {
  width: calc(100% - 140px);
  float: left;
}

.control-panel-ver-2 .check-list__icon {
  float: left;
}

.control-panel-ver-2 .check-list__content {
  margin-left: 40px;
}

.control-panel-ver-2 .check-list__title {
  font-size: 21px;
  font-weight: bold;
}

.control-panel-ver-2 .check-list__title_after {
  position: relative;
}

.control-panel-ver-2 .check-list__title_after:after {
  position: absolute;
  content: "";
  top: 9px;
  right: -16px;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  background-color: #FF4545;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
}

.control-panel-ver-2 .check-list__text {
  font-size: 16px;
  margin-top: 5px;
}

.control-panel-ver-2 .check-list__right {
  width: 125px;
  margin-left: 15px;
  float: right;
}

.control-panel-ver-2 .check-list__right i {
  opacity: 0.2;
}

.control-panel-ver-2 .check-list__right:hover i {
  opacity: 0.5;
}

.control-panel-ver-2 .gb-company-new-adress-txt {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}

.control-panel-ver-2 .gb-company-new-adress__container {
  position: relative;
  width: fit-content;
  margin-bottom: 16px;
}

.control-panel-ver-2 .gb-company-new-adress__container p {
  position: absolute;
  top: 10px;
  right: 20px;
  color: rgba(255, 255, 255, 0.5);
}

.control-panel-ver-2 .gb-company-new-adress__container input {
  border: 1px solid #FFFFFF;
  background-color: #333;
  padding: 0px 100px 0px 20px;
  color: #FFFFFF;
  width: 100%;
}

@media screen and (min-width: 1101px) {
  .control-panel-ver-2 .gb-ld-person .publ-leads-text-container {
    width: 70%;
  }
}

@media screen and (min-width: 1520px) {
  .control-panel-ver-2 .gb-ld-person .publ-leads-text-container {
    width: 40%;
  }
}

@media screen and (max-width: 1100px) {
  .control-panel-ver-2 .gb-bm-tabs__btn {
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    flex: 1 1 auto;
  }

  .control-panel-ver-2 .gb-bm-mgt {
    justify-content: space-between;
  }

  .control-panel-ver-2 .gb-bm-mgt .gb-bm-box.left {
    width: calc(100% - 400px);
  }

  .control-panel-ver-2 .gb-bm-qi {
    display: block;
  }

  .control-panel-ver-2 .gb-bm-qi_black {
    padding-bottom: 30px;
  }

  .control-panel-ver-2 .gb-bm-qi_black .gb-qi-index {
    width: 100%;
  }

  .control-panel-ver-2 .gb-bm-qi_black .gb-qi-indt {
    border-bottom: none;
  }

  .control-panel-ver-2 .gb-bm-qi_black .gb-qi-info {
    max-width: 430px;
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

  .control-panel-ver-2 .gb-bm-st {
    display: block;
  }

  .control-panel-ver-2 .gb-bm-st_black .gb-st-chart {
    width: 100%;
  }

  .control-panel-ver-2 .gb-bm-st_black .gb-st-info {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

  .control-panel-ver-2 .gb-bm-ld {
    display: block;
    width: 100%;
  }

  .control-panel-ver-2 .gb-bm-ld_black .gb-ld-person {
    width: 100%;
  }

  .control-panel-ver-2 .gb-bm-ld_black .gb-ld-info {
    width: 100%;
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

  .control-panel-ver-2 .gb-bm-box.left {
    width: 100%;
    margin-bottom: 20px;
  }

  .control-panel-ver-2 .gb-mgt-status {
    width: 32%;
    padding-right: 0;
    margin-right: 30px;
  }

  .control-panel-ver-2 .gb-mgt-contact {
    width: 32%;
    margin-right: 30px;
    flex: 1 1 auto;
  }

  .control-panel-ver-2 .gb-mgt-info {
    width: 32%;
    flex: 1 1 auto;
  }

  .control-panel-ver-2 .gb-qi-indt {
    border-bottom: none;
  }

  .control-panel-ver-2 .gb-qi-indt-item {
    width: 29%;
  }

  .control-panel-ver-2 .gb-qi-index {
    width: 100%;
    margin-bottom: 32px;
  }

  .control-panel-ver-2 .gb-qi-info {
    width: 430px;
    margin: 0px 0px 32px;
  }

  .control-panel-ver-2 .gb-st-chart {
    width: 100%;
  }

  .control-panel-ver-2 .gb-st-info {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
  }

  .control-panel-ver-2 .gb-ld-person,
  .control-panel-ver-2 .gb-ld-person-list {
    width: 100%;
  }

  .control-panel-ver-2 .gb-ld-person .publ-leads-item,
  .control-panel-ver-2 .gb-ld-person-list .publ-leads-item {
    padding: 16px;
  }

  .control-panel-ver-2 .gb-ld-info {
    padding-top: 25px;
    width: 100%;
    border-top: none;
  }

  .control-panel-ver-2 .gb-ld-slider {
    width: 430px;
  }

  .control-panel-ver-2 .gb-ld__link {
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
  }

  .control-panel-ver-2 .gb-do-info {
    width: 100%;
  }

  .control-panel-ver-2 .gb-qi-info__rating {
    padding-top: 16px;
  }

  .control-panel-ver-2 .gb-ld-person .publ-leads-text-container {
    width: 55%;
  }

  .control-panel-ver-2-do-info {
    width: 100%;
  }

  .control-panel-ver-2 .publ-leads-time__desc,
  .control-panel-ver-2 .publ-leads-time__txt {
    display: inline-block;
  }
}

@media screen and (max-width: 850px) {
  .control-panel-ver-2 .bm-helper.active ~ .beboss-menu {
    padding-bottom: 0;
  }

  .control-panel-ver-2 .gb-bm {
    background-color: transparent;
    position: fixed;
    height: 50px;
    width: 160px;
    bottom: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 999;
  }

  .control-panel-ver-2 .gb-bm.active {
    opacity: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1022;
  }

  .control-panel-ver-2 .gb-bm.active .gb-bm-tabs-float {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background-color: #FF0000;
  }

  .control-panel-ver-2 .gb-bm.active .gb-bm-tabs-float:hover {
    background-color: #FF0000;
  }

  .control-panel-ver-2 .gb-bm.active .gb-bm-tabs-float i {
    display: none;
  }

  .control-panel-ver-2 .gb-bm.active .gb-bm-tabs-float .gb-bm-tabs-float__txt {
    display: none;
  }

  .control-panel-ver-2 .gb-bm.active .gb-bm-tabs-float:before {
    content: '';
    display: block;
    width: 2px;
    height: 18px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -9px;
    transform: rotate(45deg);
    transition: transform 200ms linear;
  }

  .control-panel-ver-2 .gb-bm.active .gb-bm-tabs-float:after {
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: 50%;
    margin-top: -1px;
    transition: transform 200ms linear;
    transform: rotate(45deg);
  }

  .control-panel-ver-2 .gb-bm.active .gb-bm-tabs-panel {
    height: auto;
    opacity: 1;
    width: 100%;
  }

  .control-panel-ver-2 .gb-bm.active .gb-bm-tabs__btn {
    display: inline-flex;
  }

  .control-panel-ver-2 .gb-bm-tabs-panel {
    height: 0;
    width: 0;
    opacity: 0;
    position: fixed;
    bottom: 90px;
    left: 20px;
    margin-bottom: 10px;
    transition: all .4s;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .control-panel-ver-2 .gb-bm-tabs-panel.hidden {
    display: none;
  }

  .control-panel-ver-2 .gb-bm-tabs__title .new {
    display: inline-block;
  }

  .control-panel-ver-2 .gb-bm-tabs__btn {
    display: none;
    justify-content: flex-start;
    padding-left: 5px;
    padding-right: 0;
    width: auto;
    flex-grow: 1;
  }

  .control-panel-ver-2 .gb-bm-tabs__btn + .gb-bm-tabs__btn {
    margin-top: 25px;
  }

  .control-panel-ver-2 .gb-bm-tabs__btn:hover:after {
    display: none;
  }

  .control-panel-ver-2 .gb-bm-tabs__btn.active:after {
    display: none;
  }

  .control-panel-ver-2 .gb-bm-tabs__icon {
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 40px;
  }

  .control-panel-ver-2 .gb-bm-tabs__icon_on {
    background-color: transparent;
  }

  .control-panel-ver-2 .gb-bm-tabs__title {
    font-weight: bold;
    color: #000;
  }

  .control-panel-ver-2 .gb-bm-tabs-float {
    display: inline-block;
  }

  .control-panel-ver-2 .gb-bm-tabs-float.hidden {
    display: none;
  }

  .control-panel-ver-2 .gb-bm-tabs-txt {
    flex: 1 0 auto;
  }

  .control-panel-ver-2 .gb-bm-tabs__txt {
    display: none;
  }

  .control-panel-ver-2 .gb-bm-tabs__icon {
    width: 40px;
    height: 40px;
    background: #4A4A4A;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
  }

  .control-panel-ver-2 .gb-bm-tabs-content {
    border-radius: 10px;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
    height: calc(100% - 50px);
    overflow: hidden;
  }

  .control-panel-ver-2 .gb-bm-tabs-close {
    justify-content: flex-start;
  }

  .control-panel-ver-2 .gb-bm-tabs-body {
    overflow: auto;
    height: calc(100% - 70px);
    max-height: 100%;
    width: 100% !important;
  }

  .control-panel-ver-2 .gb-bm-tabs-body__arrow {
    transform: rotate(90deg);
    order: 1;
    margin-right: 20px;
  }

  .control-panel-ver-2 .gb-bm-tabs-body__close {
    display: block;
    order: 3;
    margin-left: auto;
  }

  .control-panel-ver-2 .gb-bm-tabs-body__title {
    order: 2;
  }

  .control-panel-ver-2 .gb-bm-mgt {
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding: 30px 30px 15px;
  }

  .control-panel-ver-2 .gb-bm-mgt_black {
    padding: 30px 0;
  }

  .control-panel-ver-2 .gb-bm-mgt_black .gb-mgt-contact {
    width: 100%;
    margin: 25px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: none;
  }

  .control-panel-ver-2 .gb-bm-mgt .gb-bm-box.left {
    width: 100%;
  }

  .control-panel-ver-2 .gb-bm-box.right {
    width: 100%;
  }

  .control-panel-ver-2 .gb-mgt-status {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 0;
  }

  .control-panel-ver-2 .gb-mgt-contact {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 0;
  }

  .control-panel-ver-2 .gb-mgt-info {
    width: 100%;
  }

  .control-panel-ver-2 .gb-qi-info {
    max-height: 100%;
  }
}

@media screen and (max-width: 788px) {
  .control-panel-ver-2 .publ-leads-item-info .mp-entrepreneur__name,
  .control-panel-ver-2 .publ-leads-item-info .mp-entrepreneur__text,
  .control-panel-ver-2 .publ-leads-item-info .publ-leads-act__txt,
  .control-panel-ver-2 .publ-leads-item-info .publ-leads-act__date {
    display: inline-block;
  }

  .control-panel-ver-2 .gb-ld-person .publ-leads-text-container .publ-leads-good__name,
  .control-panel-ver-2 .gb-ld-person .publ-leads-text-container .publ-leads-good__txt,
  .control-panel-ver-2 .gb-ld-person .publ-leads-text-container .publ-leads-time__txt,
  .control-panel-ver-2 .gb-ld-person .publ-leads-text-container .publ-leads-time__desc {
    display: inline-block;
  }

  .control-panel-ver-2 .gb-ld-person .publ-leads-info .publ-leads-act__date,
  .control-panel-ver-2 .gb-ld-person .publ-leads-info .publ-leads-act__txt {
    display: inline-block;
  }

  .control-panel-ver-2 .gb-ld-person .publ-leads-text-container {
    margin-top: 16px;
    width: 100%;
    display: block;
    text-align: left;
  }

  .control-panel-ver-2 .gb-ld-person .publ-leads-text-container .publ-leads-good,
  .control-panel-ver-2 .gb-ld-person .publ-leads-text-container .publ-leads-act,
  .control-panel-ver-2 .gb-ld-person .publ-leads-text-container .publ-leads-time {
    width: 100%;
    margin: 0px;
  }

  .control-panel-ver-2 .publ-leads-good__name:before,
  .control-panel-ver-2 .publ-leads-time__desc:before {
    display: inline-block;
    content: '/';
    padding-right: 5px;
    background-image: none;
  }

  .control-panel-ver-2 .gb-ld-person .publ-leads-info .mp-entrepreneur {
    width: 100%;
  }

  .control-panel-ver-2 .gb-st__select {
    width: 100%;
  }

  .control-panel-ver-2 .gb-st__select.period {
    margin-right: 10px;
  }

  .control-panel-ver-2 .gb-ld-person-list .publ-leads-act {
    text-align: left;
  }

  .control-panel-ver-2 .gb-st-selector {
    flex-wrap: wrap;
  }

  .control-panel-ver-2 .gb-st-selector .gb-st__select {
    width: 100%;
  }

  .control-panel-ver-2 .gb-st-selector .gb-st__select:first-of-type {
    margin: 0px;
  }

  .control-panel-ver-2 .gb-st-selector .gb-st__select + .gb-st__select {
    margin: 8px 0px 0px;
  }
}

@media screen and (max-width: 530px) {
  .control-panel-ver-2 .gb-bm__title {
    font-size: 18px;
  }

  .control-panel-ver-2 .gb-bm-tabs-close {
    padding: 15px;
  }

  .control-panel-ver-2 .gb-bm-tabs-body {
    height: calc(100% - 60px);
  }

  .control-panel-ver-2 .gb-bm-tabs-body__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .control-panel-ver-2 .gb-bm-mgt {
    margin-top: 16px;
    padding: 0 0 0 16px;
  }

  .control-panel-ver-2 .gb-bm-mgt_black {
    padding: 5px 0 20px 0;
  }

  .control-panel-ver-2 .gb-bm-qi {
    margin-top: 15px;
    padding: 0px 0px 16px 16px;
  }

  .control-panel-ver-2 .gb-bm-qi_black {
    padding: 5px 0 20px 0;
  }

  .control-panel-ver-2 .gb-bm-ld {
    margin-top: 15px;
    padding: 0px 0px 16px 16px;
  }

  .control-panel-ver-2 .gb-bm-ld_black {
    padding: 5px 0 0 0;
  }

  .control-panel-ver-2 .gb-bm-st {
    padding: 0 0 0 16px;
  }

  .control-panel-ver-2 .gb-bm-st_black {
    padding: 0;
  }

  .control-panel-ver-2 .gb-bm-st_black .gb-st-chart {
    padding-top: 20px;
  }

  .control-panel-ver-2 .gb-bm-st_black .gb-st-info {
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .control-panel-ver-2 .gb-bm-box {
    height: 150px;
  }

  .control-panel-ver-2 .gb-bm-empty {
    min-height: 340px;
    padding: 40px 20px;
  }

  .control-panel-ver-2 .gb-bm-empty__icon {
    width: 90px;
    height: 90px;
    padding: 10px;
    margin-bottom: 20px;
  }

  .control-panel-ver-2 .gb-bm-empty__title {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .control-panel-ver-2 .gb-bm-empty__txt {
    font-size: 16px;
  }

  .control-panel-ver-2 .gb-bm-empty__btn {
    margin-top: 20px;
  }

  .control-panel-ver-2 .gb-mgt__btn {
    width: 100%;
    margin-top: 15px;
  }

  .control-panel-ver-2 .gb-mgt__btn.button {
    font-size: 16px;
    height: 40px;
    line-height: 39px;
    padding: 0 15px;
  }

  .control-panel-ver-2 .gb-mgt__btn.gb-mgt-info__btn {
    width: 49%;
  }

  .control-panel-ver-2 .gb-mgt-status {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .control-panel-ver-2 .gb-mgt-status__txt {
    font-size: 14px;
  }

  .control-panel-ver-2 .gb-mgt-status-item + .gb-mgt-status-item {
    margin-top: none;
  }

  .control-panel-ver-2 .gb-mgt-status-msg {
    padding: 0;
    border: none;
  }

  .control-panel-ver-2 .gb-mgt-status-msg__txt {
    font-size: 16px;
  }

  .control-panel-ver-2 .gb-mgt-info-btn {
    margin-left: 0;
    margin-top: 20px;
    flex-wrap: nowrap;
  }

  .control-panel-ver-2 .gb-mgt-info__btn {
    width: 50%;
    margin-right: 0;
  }

  .control-panel-ver-2 .gb-mgt-info__del {
    width: 50%;
    text-align: center;
    font-size: 16px;
  }

  .control-panel-ver-2 .gb-mgt-contact {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .control-panel-ver-2 .gb-mgt-manager__position {
    font-size: 14px;
  }

  .control-panel-ver-2 .gb-mgt-manager-info {
    font-size: 16px;
  }

  .control-panel-ver-2 .gb-mgt-info__title {
    margin-bottom: 5px;
  }

  .control-panel-ver-2 .gb-mgt-sentence__title {
    font-size: 18px;
  }

  .control-panel-ver-2 .gb-mgt-sentence__text {
    font-size: 16px;
  }

  .control-panel-ver-2 .gb-mgt-sentence__img {
    float: none;
  }

  .control-panel-ver-2 .gb-mgt-sentence__info {
    margin-top: 15px;
  }

  .control-panel-ver-2 .gb-qi-index__num {
    font-size: 21px;
  }

  .control-panel-ver-2 .gb-qi-index__title {
    font-size: 14px;
    display: block;
    margin-top: 3px;
  }

  .control-panel-ver-2 .gb-qi-index__txt {
    font-size: 14px;
  }

  .control-panel-ver-2 .gb-qi-index-block {
    padding: 16px 0px 0px 16px;
  }

  .control-panel-ver-2 .gb-qi-indt {
    display: block;
    padding-bottom: 5px;
  }

  .control-panel-ver-2 .gb-qi-indt-block .gb-qi-indt-item {
    display: block;
    width: 100%;
  }

  .control-panel-ver-2 .gb-qi-indt-item {
    width: 100%;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
  }

  .control-panel-ver-2 .gb-qi-indt-item.active:last-of-type {
    margin-bottom: 0;
  }

  .control-panel-ver-2 .gb-qi-indt__btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .control-panel-ver-2 .gb-qi-indt__btn.button {
    width: 40px;
    height: 40px;
    padding: 0 !important;
  }

  .control-panel-ver-2 .gb-qi-indt__btn .txt {
    display: none;
  }

  .control-panel-ver-2 .gb-qi-indt__btn i {
    display: inline-block;
  }

  .control-panel-ver-2 .gb-qi-indt__num i {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -12px;
  }

  .control-panel-ver-2 .gb-qi-indt__num .num {
    font-size: 21px;
  }

  .control-panel-ver-2 .gb-qi-indt__txt {
    margin-bottom: 0;
    font-size: 16px;
  }

  .control-panel-ver-2 .gb-qi-dropdown__btn {
    display: block;
    margin-top: 15px;
  }

  .control-panel-ver-2 .gb-qi-info {
    width: 100%;
  }

  .control-panel-ver-2 .gb-qi-slider__title {
    font-size: 16px;
  }

  .control-panel-ver-2 .gb-qi-slider__txt {
    font-size: 14px;
  }

  .control-panel-ver-2 .gb-st-chart {
    padding-top: 0px;
  }

  .control-panel-ver-2 .gb-st-info {
    padding-top: 15px;
    padding-bottom: 35px;
  }

  .control-panel-ver-2 .gb-st-info-btn {
    margin-top: 15px;
  }

  .control-panel-ver-2 .gb-st-list {
    margin-top: 15px;
  }

  .control-panel-ver-2 .gb-st-item {
    margin-bottom: 15px;
  }

  .control-panel-ver-2 .gb-st-item.result {
    padding-top: 15px;
  }

  .control-panel-ver-2 .gb-st-select__option-item {
    height: 40px;
  }

  .control-panel-ver-2 .gb-st-select__active-option:after {
    top: 12px;
  }

  .control-panel-ver-2 .gb-st__select {
    font-size: 16px;
    width: 100%;
    height: 40px;
    line-height: 38px;
  }

  .control-panel-ver-2 .gb-st__select.period {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .control-panel-ver-2 .gb-info__btn {
    margin-top: 15px;
    width: 100%;
  }

  .control-panel-ver-2 .gb-ld-person .publ-leads-item .mp-entrepreneur {
    padding-right: 0;
  }

  .control-panel-ver-2 .gb-ld-person .publ-leads-info {
    width: 100%;
  }

  .control-panel-ver-2 .gb-ld-person .publ-leads-btn {
    display: none;
  }

  .control-panel-ver-2 .gb-ld-info {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .control-panel-ver-2 .gb-ld-slider {
    width: 250px;
  }

  .control-panel-ver-2 .gb-ld__link {
    padding-top: 13px;
    padding-bottom: 15px;
  }

  .control-panel-ver-2 .gb-ld__link .bk-breadcrumbs__link {
    font-size: 16px;
  }

  .control-panel-ver-2 .gb-nav-menu {
    padding: 0 0 0 16px;
  }

  .control-panel-ver-2 .check__list {
    margin-top: 20px;
  }

  .control-panel-ver-2 .check-list__left {
    width: calc(100% - 40px);
  }

  .control-panel-ver-2 .check-list__right {
    width: 24px;
  }

  .control-panel-ver-2 .gb-ld-info .mp-entrepreneur__text-container {
    width: calc(100% - 60px);
  }

  .control-panel-ver-2 .publ-leads-list .mp-entrepreneur {
    padding-right: 0px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.bm-helper.active ~ .beboss-menu {
  padding-bottom: 70px;
}

.bk-datepicker__btn {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  padding: 0 8px;
  border-radius: 5px;
}

.gb-checklist-popup {
  max-width: 800px !important;
}

.gb-checklist-popup .progress {
  margin-top: 20px;
  height: 20px;
  border-radius: 16px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

.gb-checklist-popup .progress .determinate {
  background-color: #1EA01E;
  height: 100%;
  border-radius: 16px;
}

.gb-bm {
  background-color: #4A4A4A;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  height: 70px;
}

.gb-bm__title {
  font-size: 21px;
  font-weight: bold;
}

.gb-bm__title_after {
  position: relative;
}

.gb-bm__title_after:after {
  position: absolute;
  content: "";
  top: 9px;
  right: -16px;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  background-color: #FF4545;
  border: 2px solid #333333;
  border-radius: 50%;
}

.gb-bm__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #4A4A4A;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 50px;
}

.gb-bm-tabs {
  height: 100%;
}

.gb-bm-tabs-panel {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.gb-bm-tabs__btn {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  position: relative;
}

.gb-bm-tabs__btn:after {
  width: 100%;
  height: 4px;
  background-color: #FFBE0A;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .4s;
}

.gb-bm-tabs__btn.active:after {
  opacity: 1;
}

.gb-bm-tabs__btn:hover:after {
  opacity: 1;
}

.gb-bm-tabs-txt {
  color: #fff;
}

.gb-bm-tabs__title {
  font-size: 18px;
}

.gb-bm-tabs__title .new {
  display: none;
  margin-left: 8px;
  font-size: 14px;
  color: #fff;
  background-color: #00B4F0;
  border-radius: 20px;
  padding: 0 8px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-weight: normal;
}

.gb-bm-tabs__txt {
  font-size: 16px;
}

.gb-bm-tabs__txt.new {
  color: #00B4F0;
}

.gb-bm-tabs__txt_after {
  position: relative;
}

.gb-bm-tabs__txt_after:after {
  position: absolute;
  content: "";
  top: 6px;
  right: -16px;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  background-color: #FF4545;
  border: 2px solid #4A4A4A;
  border-radius: 50%;
}

.gb-bm-tabs__icon {
  margin-right: 10px;
}

.gb-bm-tabs__icon_on {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: relative;
}

.gb-bm-tabs__icon_on:after {
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 5px;
  top: 5px;
  background-color: #FF0000;
}

.gb-bm-tabs__icon_on.active:after {
  background-color: #1EA01E;
}

.gb-bm-tabs-body {
  display: none;
  max-height: 700px;
  padding: 0.5px;
}

.gb-bm-tabs-body .bk-preload-bg {
  background-color: #000;
}

.gb-bm-tabs-body .bk-preload__item.border:nth-child(2) {
  border-left: #000 solid;
  border-top: #000 solid;
}

.gb-bm-tabs-body .bk-preload__item.border:nth-child(3) {
  border-left: #000 solid;
  border-bottom: #000 solid;
}

.gb-bm-tabs-body .bk-preload__item.border:nth-child(4) {
  border-top: #000 solid;
}

.gb-bm-tabs-body.active {
  display: block;
}

.gb-bm-tabs-body__title {
  margin-right: 15px;
  color: #fff;
}

.gb-bm-tabs-body__arrow {
  opacity: .5;
}

.gb-bm-tabs-body__arrow:hover {
  opacity: .9;
}

.gb-bm-tabs-body__arrow i {
  vertical-align: middle;
}

.gb-bm-tabs-body__close {
  display: none;
  opacity: .5;
}

.gb-bm-tabs-body__close:hover {
  opacity: .9;
}

.gb-bm-tabs-close {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.gb-bm-tabs-close .gb-bm-tabs__txt {
  padding-left: 15px;
}

.gb-bm-tabs-content {
  display: none;
  background: #333333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  bottom: 70px;
  left: 0;
}

.gb-bm-tabs-content .daterangepicker {
  border: none;
  border-radius: 10px;
}

.gb-bm-tabs-content .daterangepicker .drp-selected {
  display: none;
}

.gb-bm-tabs-content .daterangepicker .drp-buttons {
  display: flex !important;
}

.gb-bm-tabs-content .daterangepicker .applyBtn {
  order: 1;
  margin-right: 10px;
}

.gb-bm-tabs-content .daterangepicker .cancelBtn {
  order: 2;
}

.gb-bm-tabs-content .baron {
  position: relative;
  height: calc(100% - 69px);
}

.gb-bm-tabs-content .baron._macosx .baron__bar {
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
}

.gb-bm-tabs-content .baron._macosx._scrolling .baron__bar {
  opacity: .3;
}

.gb-bm-tabs-float {
  display: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #4A4A4A;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  cursor: pointer;
  width: 160px;
  transition: all .3s;
}

.gb-bm-tabs-float:hover {
  background-color: #1d1c1c;
}

.gb-bm-tabs-float i {
  margin-right: 6px;
  vertical-align: middle;
  margin-top: -3px;
}

.gb-bm-tabs-float__txt {
  font-size: 18px;
  color: #fff;
}

.gb-bm-mgt {
  display: flex;
  margin-bottom: 20px;
  padding: 30px;
}

.gb-bm-mgt_black {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.gb-bm-mgt_black .gb-mgt-contact {
  width: 280px;
  flex: none;
  margin-right: 0;
}

.gb-bm-mgt_black .gb-mgt-manager-txt {
  color: #000;
}

.gb-bm-mgt_black .gb-mgt-manager-info {
  color: #000;
}

.gb-bm-mgt .gb-bm-box.right {
  margin-left: auto;
}

.gb-bm-qi {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}

.gb-bm-qi_black {
  padding: 30px 0 10px 0;
}

.gb-bm-qi_black .gb-qi-index {
  width: calc(100% - 330px);
}

.gb-bm-qi_black .gb-qi-index-head {
  color: #000;
}

.gb-bm-qi_black .gb-qi-index-progress {
  background-color: #ECEEF2;
}

.gb-bm-qi_black .gb-qi-index-block {
  padding-bottom: 0;
  border-bottom: none;
}

.gb-bm-qi_black .gb-qi-index__txt {
  color: #000;
}

.gb-bm-qi_black .gb-qi-indt__txt {
  color: #000;
}

.gb-bm-qi_black .gb-qi-info {
  width: 280px;
  color: #000;
}

.gb-bm-qi_black .gb-qi-dropdown__btn {
  color: #000;
}

.gb-bm-st {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}

.gb-bm-st_black {
  padding-left: 0;
  padding-right: 0;
}

.gb-bm-st_black .gb-st-chart {
  width: calc(100% - 330px);
  margin-bottom: -70px;
}

.gb-bm-st_black .gb-st-info {
  width: 280px;
  color: #000;
}

.gb-bm-st_black .gb-st__select {
  color: rgba(0, 0, 0, 0.4);
}

.gb-bm-st_black .tabs__btn.button {
  color: rgba(0, 0, 0, 0.4) !important;
}

.gb-bm-ld {
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 30px;
}

.gb-bm-ld_black {
  color: #000;
  padding-left: 0;
  padding-right: 0;
}

.gb-bm-ld_black .gb-bm-tabs__txt {
  padding-left: 15px;
}

.gb-bm-ld_black .gb-bm-tabs__txt.new {
  font-size: 18px;
  font-weight: normal;
  color: #00B4F0;
}

.gb-bm-ld_black .gb-ld-person {
  width: calc(100% - 330px);
}

.gb-bm-ld_black .gb-ld-person .publ-leads-item.new {
  background-color: #ECEEF2;
}

.gb-bm-ld_black .gb-ld-person .publ-leads-info {
  width: 100%;
}

.gb-bm-ld_black .gb-ld-person .mp-entrepreneur__name {
  color: #0088cc;
}

.gb-bm-ld_black .gb-ld-st {
  margin-bottom: 0;
  border-bottom: none;
}

.gb-bm-ld_black .gb-ld-info {
  width: 280px;
  margin-top: 46px;
}

.gb-bm-ld_black .gb-ld__link .bk-breadcrumbs_2 .bk-breadcrumbs__item:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23b7b7b7%22%20d%3D%22M14.2426407%2C12%20L9.29289322%2C7.05025253%20C8.90236893%2C6.65972824%208.90236893%2C6.02656326%209.29289322%2C5.63603897%20C9.68341751%2C5.24551468%2010.3165825%2C5.24551468%2010.7071068%2C5.63603897%20L16.363961%2C11.2928932%20C16.7544853%2C11.6834175%2016.7544853%2C12.3165825%2016.363961%2C12.7071068%20L10.7071068%2C18.363961%20C10.3165825%2C18.7544853%209.68341751%2C18.7544853%209.29289322%2C18.363961%20C8.90236893%2C17.9734367%208.90236893%2C17.3402718%209.29289322%2C16.9497475%20L14.2426407%2C12%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}

.gb-bm-ld_black .gb-ld__link .bk-breadcrumbs__link {
  color: #0088cc;
}

.gb-bm-ld_black .gb-qi-info {
  max-width: 430px;
  width: 100%;
  color: #000;
}

.gb-bm-ld_black .gb-qi-info .button {
  margin-bottom: 2px;
}

.gb-bm-box {
  border: 2px solid #626262;
  border-radius: 10px;
  height: 200px;
}

.gb-bm-box.left {
  width: calc(100% - 440px);
}

.gb-bm-box.right {
  width: 350px;
}

.gb-bm-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  min-height: 420px;
  padding: 40px;
}

.gb-bm-empty__icon {
  background-color: rgba(255, 255, 255, 0.2);
  width: 120px;
  height: 120px;
  padding: 25px;
  border-radius: 50%;
  margin-bottom: 30px;
}

.gb-bm-empty__title {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 20px;
}

.gb-bm-empty__txt {
  font-size: 18px;
}

.gb-bm-empty__btn {
  margin-top: 30px;
}

.gb-bm-scroll-container {
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

.gb-mgt__btn {
  margin-top: 20px;
}

.gb-mgt__btn.gb-mgt-info__btn {
  margin-top: 0;
}

.gb-mgt-status {
  width: 50%;
  padding-right: 70px;
  flex: 1 1 auto;
}

.gb-mgt-status-item {
  display: flex;
  align-items: center;
}

.gb-mgt-status-item + .gb-mgt-status-item {
  margin-top: 20px;
}

.gb-mgt-status-item.publ .gb-mgt-status__title {
  color: #FF0000;
}

.gb-mgt-status-item.publ .gb-mgt-status__icon {
  position: relative;
}

.gb-mgt-status-item.publ .gb-mgt-status__icon:after {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #FF0000;
}

.gb-mgt-status-item.publ.active .gb-mgt-status__title {
  color: #1EA01E;
}

.gb-mgt-status-item.publ.active .gb-mgt-status__icon:after {
  background-color: #1EA01E;
}

.gb-mgt-status-txt {
  color: #fff;
}

.gb-mgt-status__txt {
  font-size: 16px;
}

.gb-mgt-status__link {
  white-space: nowrap;
  text-decoration: underline;
}

.gb-mgt-status__icon {
  margin-right: 15px;
}

.gb-mgt-status-msg {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 20px;
}

.gb-mgt-status-msg__subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 10px;
}

.gb-mgt-status-msg__txt {
  font-size: 18px;
  color: #fff;
}

.gb-mgt-contact {
  width: 24%;
  margin-right: 30px;
  flex: 0 0 320px;
  margin-left: auto;
}

.gb-mgt-manager {
  display: flex;
}

.gb-mgt-manager__photo {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  flex: 0 0 50px;
}

.gb-mgt-manager__photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.gb-mgt-manager-txt {
  color: #fff;
}

.gb-mgt-manager__position {
  font-size: 16px;
}

.gb-mgt-manager-info {
  color: #fff;
  font-size: 18px;
}

.gb-mgt-manager__info + .gb-mgt-manager__info {
  margin-top: 5px;
}

.gb-mgt-info {
  width: 24%;
  flex: 0 0 390px;
}

.gb-mgt-info-block {
  display: flex;
}

.gb-mgt-info-txt {
  color: #fff;
}

.gb-mgt-info__txt {
  font-size: 16px;
}

.gb-mgt-info__txt + .gb-mgt-info__txt {
  margin-top: 5px;
}

.gb-mgt-info__icon {
  margin-right: 15px;
}

.gb-mgt-info-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 65px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.gb-mgt-info__btn {
  margin-right: 30px;
  margin-bottom: 20px;
}

.gb-mgt-info__del {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}

.gb-mgt-info__del:hover {
  text-decoration: underline;
}

.gb-mgt-sentence {
  flex-grow: 1;
}

.gb-mgt-sentence__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.gb-mgt-sentence__text {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 8px;
}

.gb-mgt-sentence__body {
  margin-top: 20px;
}

.gb-mgt-sentence__img {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

.gb-qi-index {
  width: calc(100% - 440px);
}

.gb-qi-index-block {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.gb-qi-index-head {
  color: #fff;
}

.gb-qi-index__num {
  font-size: 35px;
  font-weight: bold;
  margin-right: 15px;
}

.gb-qi-index__title {
  font-size: 21px;
}

.gb-qi-index-progress {
  margin-top: 20px;
  height: 20px;
  border-radius: 16px;
  width: 100%;
  background-color: #4A4A4A;
}

.gb-qi-index-progress .determinate {
  background-color: #FA961E;
  height: 100%;
  border-radius: 16px;
}

.gb-qi-index__txt {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
}

.gb-qi-info {
  width: 350px;
  color: #fff;
  margin-top: 60px;
  overflow: hidden;
}

.gb-qi-info .bx-wrapper {
  margin: 0;
}

.gb-qi-info .bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  background: transparent;
  width: 100%!important;
  height: 100%!important;
  left: 0;
}

.gb-qi-info .bx-wrapper .bx-controls {
  display: block;
}

.gb-qi-info .bx-wrapper .bx-controls-direction {
  top: 15px;
}

.gb-qi-info .bx-wrapper .bx-controls-direction a {
  margin-top: 0;
  text-indent: 0;
  opacity: .5;
}

.gb-qi-info .bx-wrapper .bx-controls-direction a.disabled {
  opacity: .2;
  cursor: auto;
  display: block !important;
}

.gb-qi-info .bx-wrapper .bx-controls-direction a.disabled:hover {
  opacity: .2;
}

.gb-qi-info .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}

.gb-qi-info .bx-wrapper .bx-prev {
  left: 0;
}

.gb-qi-info .bx-wrapper .bx-next {
  left: 30px;
}

.gb-qi-slider {
  margin-top: 15px;
}

.gb-qi-slider__title {
  font-size: 21px;
  margin-bottom: 10px;
}

.gb-qi-slider-item {
  padding-left: 1px;
  margin-right: 10px;
  margin-top: 40px;
}

.gb-qi-slider__arr-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
}

.gb-qi-slider__arr-btn.opacity05 {
  cursor: auto;
}

.gb-qi-slider__arr-btn.opacity05:hover i {
  opacity: .5;
}

.gb-qi-slider__arr-btn:hover i {
  opacity: 1;
}

.gb-qi-slider__arr-btn.prev {
  left: 0;
}

.gb-qi-slider__arr-btn.next {
  left: 32px;
}

.gb-qi-slider__txt {
  font-size: 16px;
}

.gb-qi-slider__btn {
  opacity: .5;
}

.gb-qi-slider__btn.disabled {
  opacity: .2;
  cursor: auto;
}

.gb-qi-slider__btn.disabled:hover {
  opacity: .2;
}

.gb-qi-slider__btn.next {
  margin-left: 8px;
}

.gb-qi-slider__btn:hover {
  opacity: 1;
}

.gb-qi-indt {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gb-qi-indt-block {
  display: none;
  width: 100%;
}

.gb-qi-indt-block .gb-qi-indt-item {
  display: inline-block;
  width: 31%;
  vertical-align: top;
}

.gb-qi-indt-item {
  width: 18%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gb-qi-indt-item.active .gb-qi-indt__txt {
  margin-bottom: 0;
}

.gb-qi-indt-item.active .gb-qi-indt__num .num {
  margin-right: 10px;
  opacity: .4;
}

.gb-qi-indt-item.active .gb-qi-indt__num i {
  display: inline-block;
}

.gb-qi-indt-item.active .gb-qi-indt__txt {
  opacity: .4;
}

.gb-qi-indt-item.active .gb-qi-indt__btn {
  display: none;
}

.gb-qi-indt__num .num {
  color: #FFBE0A;
  font-size: 35px;
  font-weight: bold;
}

.gb-qi-indt__num i {
  display: none;
}

.gb-qi-indt__txt {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

.gb-qi-indt__btn.button {
  width: 100px;
  padding-left: 17px !important;
  padding-right: 17px !important;
  border-radius: 6px;
}

.gb-qi-indt__btn i {
  display: none;
}

.gb-qi-dropdown__btn {
  display: none;
  color: #fff;
}

.gb-qi-dropdown__btn i {
  vertical-align: middle;
  margin-left: 7px;
}

.gb-st-chart {
  width: calc(100% - 440px);
}

.gb-st-chart .highcharts-navigator {
  display: none;
}

.gb-st-selector {
  display: flex;
}

.gb-st__select {
  background-color: #333333;
  width: 255px;
  height: 50px;
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  position: relative;
  padding: 0 15px;
  font-family: PT Sans, Arial;
  font-weight: normal;
  text-align: left;
  cursor: pointer;
  transition: border-color 150ms linear, box-shadow 150ms linear;
}

.gb-st__select_custom {
  border: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gb-st__select_custom.active .gb-st-select__option-list {
  display: block;
}

.gb-st__select_custom.active .gb-st-select__active-option {
  border-radius: 6px 6px 0 0;
}

.gb-st-select__active-option {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid;
  width: 100%;
  position: relative;
  border-color: #cccccc;
  border-radius: 6px;
  transition: border-color 150ms linear, box-shadow 150ms linear;
  z-index: 2;
  padding: 0 40px 0 15px;
  height: 100%;
  background-color: #333333;
}

.gb-st-select__active-option:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.gb-st-select__active-option:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: 18px;
}

.gb-st-select__option-list {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-top: none;
  border-bottom: none;
  background-color: #333333;
  box-shadow: 0 1px 0 0 #fff;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.gb-st-select__option-item {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 15px;
  height: 50px;
}

.gb-st-select__option-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.gb-st-tabs {
  margin-right: 10px;
}

.gb-st-tabs .tabs__btn.white.active {
  color: #fff;
  background-color: rgba(233, 246, 233, 0.2);
  pointer-events: auto;
}

.gb-st-tabs .tabs__btn.button {
  height: 50px;
  line-height: 48px;
  padding: 0 15px;
  white-space: nowrap;
}

.gb-st-tabs .tabs__btn.button i {
  position: relative;
  top: 5px;
}

.gb-st-info {
  width: 350px;
  color: #fff;
}

.gb-st-info-btn {
  margin-top: 20px;
}

.gb-st__tabs {
  margin-top: 25px;
}

.gb-st-list {
  margin-top: 20px;
}

.gb-st-item {
  display: flex;
  margin-bottom: 20px;
}

.gb-st-item.result {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.gb-st-item__txt {
  font-size: 16px;
}

.gb-st-item__icon {
  width: 50px;
  height: 50px;
  padding-top: 13px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
}

.gb-st-item__icon.yellow {
  background-color: #FFBE0A;
}

.gb-st-item__icon.blue {
  background-color: #00B4F0;
}

.gb-st-item__icon.gray {
  background-color: #4A4A4A;
}

.gb-st-detail .bk-item + .bk-item {
  margin-top: 3px;
}

.gb-st-detail-title .gb-st-item__txt {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}

.gb-st-detail-title.color-blue {
  color: #00B4F0;
}

.gb-st-detail + .gb-st-detail {
  margin-top: 10px;
}

.gb-info__btn {
  margin-top: 20px;
}

.gb-ld-person {
  width: calc(100% - 440px);
}

.gb-ld-person .mp-entrepreneur__name {
  color: #fff;
}

.gb-ld-person .publ-leads-info {
  width: calc(100% - 50px);
}

.gb-ld-person .publ-leads__btn i {
  opacity: 1;
}

.gb-ld-person .publ-leads-act.mobile .publ-leads-act__txt:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M16.3076923%2C1%20L7.69230769%2C1%20C6.20615385%2C1%205%2C2.12%205%2C3.5%20L5%2C20.5%20C5%2C21.879999%206.20615385%2C23%207.69230769%2C23%20L16.3076923%2C23%20C17.7938462%2C23%2019%2C21.879999%2019%2C20.5%20L19%2C3.5%20C19%2C2.12%2017.7938462%2C1%2016.3076923%2C1%20Z%20M12%2C22%20C11.17%2C22%2010.5%2C21.33%2010.5%2C20.5%20C10.5%2C19.67%2011.17%2C19%2012%2C19%20C12.83%2C19%2013.5%2C19.67%2013.5%2C20.5%20C13.5%2C21.33%2012.83%2C22%2012%2C22%20Z%20M17%2C18%20L7%2C18%20L7%2C4%20L17%2C4%20L17%2C18%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  opacity: 1;
}

.gb-ld-info {
  width: 350px;
}

.gb-ld-info .gb-qi-info {
  margin-top: 0;
}

.gb-ld-st {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.gb-ld-st-block {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.gb-ld-st__icon {
  margin-right: 15px;
}

.gb-ld__link {
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.gb-ld__link .bk-breadcrumbs__link {
  font-size: 18px;
  color: #fff;
}

.gb-ld__link .bk-breadcrumbs_2 .bk-breadcrumbs__item:after {
  top: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M14.2426407%2C12%20L9.29289322%2C7.05025253%20C8.90236893%2C6.65972824%208.90236893%2C6.02656326%209.29289322%2C5.63603897%20C9.68341751%2C5.24551468%2010.3165825%2C5.24551468%2010.7071068%2C5.63603897%20L16.363961%2C11.2928932%20C16.7544853%2C11.6834175%2016.7544853%2C12.3165825%2016.363961%2C12.7071068%20L10.7071068%2C18.363961%20C10.3165825%2C18.7544853%209.68341751%2C18.7544853%209.29289322%2C18.363961%20C8.90236893%2C17.9734367%208.90236893%2C17.3402718%209.29289322%2C16.9497475%20L14.2426407%2C12%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  opacity: .5;
}

.gb-highchart .tooltip-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: top;
}

.gb-highchart .tooltip-date {
  margin-bottom: 15px;
}

.gb-highchart .tooltip-data {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.gb-highchart .tooltip-data:last-of-type {
  margin-bottom: 0;
}

.check__list {
  margin-top: 30px;
}

.check-list {
  margin-top: 20px;
}

.check-list .check-list__on {
  display: none;
}

.check-list_active .check-list__on {
  display: inline-block;
}

.check-list_active .check-list__off {
  display: none;
}

.check-list_active .check-list__title {
  text-decoration: line-through;
}

.check-list__left {
  width: calc(100% - 140px);
  float: left;
}

.check-list__icon {
  float: left;
}

.check-list__content {
  margin-left: 40px;
}

.check-list__title {
  font-size: 21px;
  font-weight: bold;
}

.check-list__title_after {
  position: relative;
}

.check-list__title_after:after {
  position: absolute;
  content: "";
  top: 9px;
  right: -16px;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  background-color: #FF4545;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
}

.check-list__text {
  font-size: 16px;
  margin-top: 5px;
}

.check-list__right {
  width: 125px;
  margin-left: 15px;
  float: right;
}

.check-list__right i {
  opacity: 0.2;
}

.check-list__right:hover i {
  opacity: 0.5;
}

@media screen and (max-width: 1100px) {
  .gb-bm-tabs__btn {
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    flex: 1 1 auto;
  }

  .gb-bm-mgt {
    justify-content: space-between;
  }

  .gb-bm-mgt .gb-bm-box.left {
    width: calc(100% - 400px);
  }

  .gb-bm-qi {
    display: block;
  }

  .gb-bm-qi_black {
    padding-bottom: 30px;
  }

  .gb-bm-qi_black .gb-qi-index {
    width: 100%;
  }

  .gb-bm-qi_black .gb-qi-indt {
    border-bottom: none;
  }

  .gb-bm-qi_black .gb-qi-info {
    max-width: 430px;
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

  .gb-bm-st {
    display: block;
  }

  .gb-bm-st_black .gb-st-chart {
    width: 100%;
  }

  .gb-bm-st_black .gb-st-info {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

  .gb-bm-ld {
    display: block;
  }

  .gb-bm-ld_black .gb-ld-person {
    width: 100%;
  }

  .gb-bm-ld_black .gb-ld-info {
    width: 100%;
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

  .gb-bm-box.left {
    width: 100%;
    margin-bottom: 20px;
  }

  .gb-mgt-status {
    width: 32%;
    padding-right: 0;
    margin-right: 30px;
  }

  .gb-mgt-contact {
    width: 32%;
    margin-right: 30px;
    flex: 1 1 auto;
  }

  .gb-mgt-info {
    width: 32%;
    flex: 1 1 auto;
  }

  .gb-qi-indt {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .gb-qi-indt-item {
    width: 29%;
  }

  .gb-qi-index {
    width: 100%;
  }

  .gb-qi-info {
    width: 430px;
    margin-top: 20px;
  }

  .gb-st-chart {
    width: 100%;
  }

  .gb-st-info {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
  }

  .gb-ld-person {
    width: 100%;
  }

  .gb-ld-info {
    padding-top: 25px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .gb-ld-slider {
    width: 430px;
  }

  .gb-ld__link {
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 850px) {
  .bm-helper.active ~ .beboss-menu {
    padding-bottom: 0;
  }

  .gb-bm {
    background-color: transparent;
    position: fixed;
    height: 50px;
    width: 160px;
    bottom: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 999;
  }

  .gb-bm.active {
    opacity: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1022;
  }

  .gb-bm.active .gb-bm-tabs-float {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background-color: #FF0000;
  }

  .gb-bm.active .gb-bm-tabs-float:hover {
    background-color: #FF0000;
  }

  .gb-bm.active .gb-bm-tabs-float i {
    display: none;
  }

  .gb-bm.active .gb-bm-tabs-float .gb-bm-tabs-float__txt {
    display: none;
  }

  .gb-bm.active .gb-bm-tabs-float:before {
    content: '';
    display: block;
    width: 2px;
    height: 18px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -9px;
    transform: rotate(45deg);
    transition: transform 200ms linear;
  }

  .gb-bm.active .gb-bm-tabs-float:after {
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: 50%;
    margin-top: -1px;
    transition: transform 200ms linear;
    transform: rotate(45deg);
  }

  .gb-bm.active .gb-bm-tabs-panel {
    height: auto;
    opacity: 1;
    width: 100%;
  }

  .gb-bm.active .gb-bm-tabs__btn {
    display: inline-flex;
  }

  .gb-bm-tabs-panel {
    height: 0;
    width: 0;
    opacity: 0;
    position: fixed;
    bottom: 90px;
    left: 20px;
    margin-bottom: 10px;
    transition: all .4s;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gb-bm-tabs-panel.hidden {
    display: none;
  }

  .gb-bm-tabs__title .new {
    display: inline-block;
  }

  .gb-bm-tabs__btn {
    display: none;
    justify-content: flex-start;
    padding-left: 5px;
    padding-right: 0;
    width: auto;
    flex-grow: 1;
  }

  .gb-bm-tabs__btn + .gb-bm-tabs__btn {
    margin-top: 25px;
  }

  .gb-bm-tabs__btn:hover:after {
    display: none;
  }

  .gb-bm-tabs__btn.active:after {
    display: none;
  }

  .gb-bm-tabs__icon {
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 40px;
  }

  .gb-bm-tabs__icon_on {
    background-color: transparent;
  }

  .gb-bm-tabs__title {
    font-weight: bold;
    color: #000;
  }

  .gb-bm-tabs-float {
    display: inline-block;
  }

  .gb-bm-tabs-float.hidden {
    display: none;
  }

  .gb-bm-tabs-txt {
    flex: 1 0 auto;
  }

  .gb-bm-tabs__txt {
    display: none;
  }

  .gb-bm-tabs__icon {
    width: 40px;
    height: 40px;
    background: #4A4A4A;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
  }

  .gb-bm-tabs-content {
    border-radius: 10px;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
    height: calc(100% - 50px);
    overflow: hidden;
  }

  .gb-bm-tabs-close {
    justify-content: flex-start;
  }

  .gb-bm-tabs-body {
    overflow: auto;
    height: calc(100% - 70px);
    max-height: 100%;
    width: 100% !important;
  }

  .gb-bm-tabs-body__arrow {
    transform: rotate(90deg);
    order: 1;
    margin-right: 20px;
  }

  .gb-bm-tabs-body__close {
    display: block;
    order: 3;
    margin-left: auto;
  }

  .gb-bm-tabs-body__title {
    order: 2;
  }

  .gb-bm-mgt {
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding: 30px 30px 15px;
  }

  .gb-bm-mgt_black {
    padding: 30px 0;
  }

  .gb-bm-mgt_black .gb-mgt-contact {
    width: 100%;
    margin: 25px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: none;
  }

  .gb-bm-mgt .gb-bm-box.left {
    width: 100%;
  }

  .gb-bm-box.right {
    width: 100%;
  }

  .gb-mgt-status {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 0;
  }

  .gb-mgt-contact {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 0;
  }

  .gb-mgt-info {
    width: 100%;
  }

  .gb-qi-info {
    max-height: 100%;
  }
}

@media screen and (max-width: 788px) {
  .gb-st__select.period {
    margin-right: 10px;
  }
}

@media screen and (max-width: 530px) {
  .gb-bm__title {
    font-size: 18px;
  }

  .gb-bm-tabs-close {
    padding: 15px;
  }

  .gb-bm-tabs-body {
    height: calc(100% - 60px);
  }

  .gb-bm-tabs-body__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .gb-bm-mgt {
    margin-top: 15px;
    padding: 0 15px;
  }

  .gb-bm-mgt_black {
    padding: 5px 0 20px 0;
  }

  .gb-bm-qi {
    margin-top: 15px;
    padding: 0 15px;
  }

  .gb-bm-qi_black {
    padding: 5px 0 20px 0;
  }

  .gb-bm-ld {
    margin-top: 15px;
    padding: 0 15px;
  }

  .gb-bm-ld_black {
    padding: 5px 0 0 0;
  }

  .gb-bm-st {
    padding: 0 15px;
  }

  .gb-bm-st_black {
    padding: 0;
  }

  .gb-bm-st_black .gb-st-chart {
    padding-top: 20px;
  }

  .gb-bm-st_black .gb-st-info {
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .gb-bm-box {
    height: 150px;
  }

  .gb-bm-empty {
    min-height: 340px;
    padding: 40px 20px;
  }

  .gb-bm-empty__icon {
    width: 90px;
    height: 90px;
    padding: 10px;
    margin-bottom: 20px;
  }

  .gb-bm-empty__title {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .gb-bm-empty__txt {
    font-size: 16px;
  }

  .gb-bm-empty__btn {
    margin-top: 20px;
  }

  .gb-mgt__btn {
    width: 100%;
    margin-top: 15px;
  }

  .gb-mgt__btn.button {
    font-size: 16px;
    height: 40px;
    line-height: 39px;
    padding: 0 15px;
  }

  .gb-mgt__btn.gb-mgt-info__btn {
    width: 49%;
  }

  .gb-mgt-status {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .gb-mgt-status__txt {
    font-size: 14px;
  }

  .gb-mgt-status-item + .gb-mgt-status-item {
    margin-top: 15px;
  }

  .gb-mgt-status-msg {
    padding: 0;
    border: none;
  }

  .gb-mgt-status-msg__txt {
    font-size: 16px;
  }

  .gb-mgt-info-btn {
    margin-left: 0;
    margin-top: 20px;
    flex-wrap: nowrap;
  }

  .gb-mgt-info__btn {
    width: 50%;
    margin-right: 0;
  }

  .gb-mgt-info__del {
    width: 50%;
    text-align: center;
    font-size: 16px;
  }

  .gb-mgt-contact {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .gb-mgt-manager__position {
    font-size: 14px;
  }

  .gb-mgt-manager-info {
    font-size: 16px;
  }

  .gb-mgt-info__title {
    margin-bottom: 5px;
  }

  .gb-mgt-sentence__title {
    font-size: 18px;
  }

  .gb-mgt-sentence__text {
    font-size: 16px;
  }

  .gb-mgt-sentence__img {
    float: none;
  }

  .gb-mgt-sentence__info {
    margin-top: 15px;
  }

  .gb-qi-index__num {
    font-size: 21px;
  }

  .gb-qi-index__title {
    font-size: 14px;
    display: block;
    margin-top: 3px;
  }

  .gb-qi-index__txt {
    font-size: 14px;
  }

  .gb-qi-indt {
    display: block;
    padding-bottom: 20px;
  }

  .gb-qi-indt-block .gb-qi-indt-item {
    display: block;
    width: 100%;
  }

  .gb-qi-indt-item {
    width: 100%;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
  }

  .gb-qi-indt-item.active:last-of-type {
    margin-bottom: 0;
  }

  .gb-qi-indt__btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .gb-qi-indt__btn.button {
    width: 40px;
    height: 40px;
    padding: 0 !important;
  }

  .gb-qi-indt__btn .txt {
    display: none;
  }

  .gb-qi-indt__btn i {
    display: inline-block;
  }

  .gb-qi-indt__num i {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -12px;
  }

  .gb-qi-indt__num .num {
    font-size: 21px;
  }

  .gb-qi-indt__txt {
    margin-bottom: 0;
    font-size: 16px;
  }

  .gb-qi-dropdown__btn {
    display: block;
    margin-top: 15px;
  }

  .gb-qi-info {
    width: 100%;
  }

  .gb-qi-slider__title {
    font-size: 16px;
  }

  .gb-qi-slider__txt {
    font-size: 14px;
  }

  .gb-st-chart {
    padding-top: 15px;
  }

  .gb-st-info {
    padding-top: 15px;
    padding-bottom: 35px;
  }

  .gb-st-info-btn {
    margin-top: 15px;
  }

  .gb-st-list {
    margin-top: 15px;
  }

  .gb-st-item {
    margin-bottom: 15px;
  }

  .gb-st-item.result {
    padding-top: 15px;
  }

  .gb-st-selector {
    flex-wrap: wrap;
  }

  .gb-st-select__option-item {
    height: 40px;
  }

  .gb-st-select__active-option:after {
    top: 12px;
  }

  .gb-st__select {
    font-size: 16px;
    width: 100%;
    height: 40px;
    line-height: 38px;
  }

  .gb-st__select.period {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .gb-info__btn {
    margin-top: 15px;
    width: 100%;
  }

  .gb-ld-person .publ-leads-item .mp-entrepreneur {
    padding-right: 0;
  }

  .gb-ld-person .publ-leads-info {
    width: 100%;
  }

  .gb-ld-person .publ-leads-btn {
    display: none;
  }

  .gb-ld-info {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .gb-ld-slider {
    width: 250px;
  }

  .gb-ld__link {
    padding-top: 13px;
    padding-bottom: 15px;
  }

  .gb-ld__link .bk-breadcrumbs__link {
    font-size: 16px;
  }

  .check__list {
    margin-top: 20px;
  }

  .check-list__left {
    width: calc(100% - 40px);
  }

  .check-list__right {
    width: 24px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.publ-offer-block {
  background-color: #FFF4B3;
  border-radius: 10px;
  padding: 20px;
}

.publ-offer-disc {
  background-color: #FFBE0A;
  border-radius: 50px;
  font-size: 18px;
  padding: 13px 25px;
  display: inline-flex;
  align-items: center;
}

.publ-offer-disc__icon {
  margin-right: 10px;
}

.publ-offer-disc__icon i {
  vertical-align: bottom;
}

.publ-offer-disc__title {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 5px;
}

.write-email {
  margin-right: 10px;
}

.write-email input[type="email"] {
  width: 280px;
}

@media (max-width: 553px) {
  .write-email {
    width: 100%;
  }

  .write-email input[type="email"] {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 530px) {
  .publ-offer-disc {
    flex-wrap: wrap;
    font-size: 16px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.fr-edit-range__input {
  width: 25%;
  min-width: 150px;
  max-width: 180px;
}

.fr-edit-range__input.full {
  width: calc((100% - 25px)/2);
  min-width: auto;
  max-width: 100%;
}

.fr-edit-block_b {
  border: 2px dashed rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 15px;
  height: 160px;
}

.fr-edit-block.pres {
  padding: 0;
}

.publ-kit-field {
  border-radius: 6px;
  background-color: #ECEEF2;
  width: 100%;
  height: 22em;
  padding: 20px;
}

.publ-kit-field__logo {
  border-radius: 6px;
  background: #FFFFFF;
  border: 2px dashed rgba(0, 0, 0, 0.2);
  width: 140px;
  height: 105px;
}

.publ-kit-nav {
  display: flex;
  margin-top: 10px;
}

.publ-kit-nav__frame {
  border-radius: 6px;
  background: #FFFFFF;
  border: 2px dashed rgba(0, 0, 0, 0.2);
  margin-right: 10px;
}

.publ-kit-nav__frame:last-of-type {
  margin-right: 0;
}

.publ-kit-frame__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 11px 12px;
}

.publ-kit-frame__label:hover .glob-link {
  text-decoration: underline;
}

.publ-kit-frame__input {
  display: none;
}

.publ-kit-frame__icon {
  margin-right: 10px;
}

.publ-kit-frame__icon i {
  vertical-align: middle;
}

.publ-kit-frame__btn {
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.publ-news-load {
  width: calc((100% - 40px) / 3);
}

.publ-news-load__link {
  border: 2px dashed rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  width: 100%;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.publ-news-load__link:hover .glob-link {
  text-decoration: underline;
}

.publ-news-load__title {
  background-color: #0088CC;
  opacity: .3;
  width: 90%;
  height: 25px;
}

.publ-news-load__txt {
  height: 18px;
  background-color: #000000;
  opacity: .1;
}

.publ-news-load__txt.long {
  width: 100%;
}

.publ-news-load__txt.short {
  width: 70%;
}

.publ-address-load {
  width: 100%;
  height: 100%;
  background-image: url("/img/map-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
}

.publ-address-load__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.publ-address-load__link:hover .glob-link {
  text-decoration: underline;
}

.publ-slider-kit {
  margin-top: 10px;
}

@media screen and (max-width: 530px) {
  .fr-edit-range__input {
    width: calc(50% - 12.5px);
    min-width: 90px;
    max-width: inherit;
  }

  .publ-slider-kit {
    margin-top: 5px;
  }

  .publ-kit-field {
    height: 13em;
  }

  .publ-news-load {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    float: left;
  }
}
.new-boss .publ-news_wrap {
  margin-left: -20px;
}

.new-boss .publ-news__img {
  max-height: 140px;
}

.img-fr-news {
  width: 255px;
  min-height: 140px;
}

@media screen and (min-width: 1551px) {
  .new-boss .publ-news_wrap {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1550px) {
  .new-boss .publ-news-item {
    max-width: 200px;
    margin-left: 20px;
    margin-right: 0;
  }

  .new-boss .img-fr-news {
    width: 200px;
    height: 135px;
  }
}

@media screen and (max-width: 1100px) {
  .new-boss .publ-news-item {
    max-width: 200px;
    margin-left: 20px;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 788px) {
  .new-boss .publ-news-item {
    max-width: 255px;
    margin-left: 20px;
    margin-right: 0;
  }

  .new-boss .img-fr-news {
    width: 255px;
    height: 170px;
  }
}

@media screen and (max-width: 549px) {
  .new-boss .publ-news-item {
    flex: none;
    width: auto;
    max-width: 100%;
    margin-left: 20px;
  }

  .new-boss .img-fr-news {
    width: 100%;
    height: auto;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.fr-award__body {
  margin-bottom: 50px;
}

.fr-award__separator {
  width: 100%;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 40px 0;
}

.fr-award-head {
  position: relative;
}

.fr-award-head__bg {
  background-image: url(/img/fr/award/2018/bg.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 300px;
  height: 100%;
  width: calc(100% - 300px);
}

.fr-award-head__body {
  padding-top: 50px;
  padding-bottom: 40px;
  width: 490px;
}

.fr-award-head__logo {
  margin-bottom: 20px;
}

.fr-award-head__logo img {
  box-shadow: 0 25px 100px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

.fr-award-head__title {
  font-size: 55px;
  line-height: 1.2;
  font-weight: bold;
}

.fr-award-head__timer {
  margin-top: 20px;
}

.fr-award-head__img {
  position: absolute;
  width: 100%;
  bottom: 15px;
}

.fr-award-head__img-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 750px;
  height: calc(100% + 80px);
  overflow: hidden;
}

.fr-award-head__menu-year {
  user-select: none;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  margin-top: -4px;
  z-index: 1;
  position: relative;
}

.fr-award-head__menu-year .rating-fr-menu-year__open {
  border-color: #000;
  cursor: pointer;
}

.fr-award-timer {
  color: #937013;
  user-select: none;
}

.fr-award-timer__title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
}

.fr-award-timer__text {
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.4;
}

.fr-award-list {
  user-select: none;
}

.fr-award-list__title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 40px;
}

.fr-award-list__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -20px;
  margin-bottom: -30px;
}

.fr-award-list__item {
  width: 220px;
  margin-left: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.fr-award-card {
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fr-award-card__btn {
  max-width: 220px;
  margin: 0 auto;
}

.fr-award-card__logo {
  border-radius: 6px;
  width: 160px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.fr-award-card__logo img {
  width: 100%;
}

.fr-award-card__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  word-wrap: break-word;
  margin-bottom: 3px;
}

.fr-award-card__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.fr-award-card__bottom-container {
  margin-top: 15px;
}

.fr-award-card__stat {
  max-width: 220px;
  background-color: #eceef2;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  border-radius: 6px;
  padding: 12px 10px 13px 10px;
  margin: 0 auto;
}

.fr-award-card__stat.active {
  background-color: rgba(30, 160, 30, 0.5);
}

.fr-award-rules__title-container {
  font-size: 0;
  margin-bottom: 15px;
}

.fr-award-rules__title {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.fr-award-rules__title.active .fr-award-rules__title-arrow {
  transform: rotate(-180deg);
}

.fr-award-rules__title-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
  margin-right: 5px;
}

.fr-award-rules__title-arrow {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  opacity: .2;
  transition: transform 150ms linear;
}

.fr-award-rules__text {
  display: none;
  font-size: 18px;
  line-height: 1.4;
}

.fr-award-modal__text {
  font-size: 18px;
  line-height: 1.4;
}

.fr-award-modal__share-buttons .ot-share-link {
  margin-bottom: 0;
}

.fr-award-modal__btn {
  margin-top: 20px;
}

.fr-award-modal__media {
  margin-top: 20px;
}

.fr-award-result__img {
  margin-right: 20px;
  float: left;
}

.fr-award-result__title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
}

.fr-award-result__text {
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 1550px) {
  .fr-award-head__img {
    right: -180px;
  }

  .fr-award-list__item {
    width: 180px;
  }

  .fr-award-card__logo {
    width: 140px;
  }

  .fr-award-card__title {
    font-size: 18px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 1380px) {
  .fr-award-head__body {
    width: 450px;
  }

  .fr-award-head__bg {
    left: 0;
    width: 100%;
  }

  .fr-award-head__img {
    right: -120px;
  }

  .fr-award-timer__title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
  }
}

@media screen and (max-width: 1100px) {
  .fr-award-head__title {
    font-size: 35px;
    line-height: 1.2;
    font-weight: bold;
  }

  .fr-award-head__img {
    right: -160px;
  }

  .fr-award-head__img-container {
    width: 650px;
  }

  .fr-award-head__body {
    width: 300px;
  }

  .fr-award-head__menu-year .rating-fr-menu-year__open {
    height: 33px;
    padding-right: 7px;
  }

  .fr-award-head__menu-year .rating-fr-menu-year__txt {
    font-size: 16px;
    line-height: 29px;
  }

  .fr-award-head__menu-year .rating-fr-menu-year__icon {
    margin-left: 5px;
    vertical-align: middle;
    margin-top: -12px;
  }

  .fr-award-head__menu-year .rating-fr-menu-year__list {
    top: 43px;
    font-size: 16px;
  }

  .fr-award-head__menu-year .rating-fr-menu-year__num {
    height: 35px;
    line-height: 35px;
  }

  .fr-award-list__item {
    width: 172px;
  }
}

@media screen and (max-width: 850px) {
  .fr-award-head__img-container {
    display: none;
  }

  .fr-award-head__body {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .fr-award-head__menu-year {
    display: block;
    margin-top: 15px;
  }

  .fr-award-head__timer {
    margin-top: 15px;
  }

  .fr-award-list__title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
  }
}

@media screen and (max-width: 788px) {
  .fr-award-list__item {
    width: calc(50% - 40px);
  }
}

@media screen and (max-width: 530px) {
  .fr-award-head__title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
  }

  .fr-award-head__logo img {
    width: 150px;
  }

  .fr-award-list__item {
    width: 180px;
  }

  .fr-award-result__img {
    margin-right: 10px;
  }

  .fr-award-result-content {
    padding-top: 5px;
  }

  .fr-award-result__title {
    font-size: 21px;
  }

  .fr-award-result__text {
    font-size: 16px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.rating-fr {
  /*Для того чтобы было понятно что меню надо скроллить*/
}

.rating-fr_header-bg-2018 {
  background: url(/img/rating/2018/header-photo.jpg) 50% no-repeat;
  background-size: cover;
}

.rating-fr__header-content {
  display: table;
  margin: 40px 0 60px;
}

.rating-fr__header-medal {
  display: table-cell;
  width: 280px;
  height: 280px;
  vertical-align: middle;
}

.rating-fr__header-right {
  display: table-cell;
  vertical-align: middle;
  padding-left: 80px;
}

.rating-fr__title {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
}

.rating-fr__subtitle {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
}

.rating-fr__big-text {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.rating-fr__text {
  font-size: 18px;
  line-height: 1.4;
}

.rating-fr__input-short {
  max-width: 405px;
  width: 100%;
}

.rating-fr__menu-year {
  position: absolute;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  margin-top: -4px;
}

.rating-fr-menu-year__body {
  position: relative;
  display: inline-block;
  min-width: 108px;
}

.rating-fr-menu-year__body_auto {
  min-width: 0;
}

.rating-fr-menu-year__open {
  display: block;
  height: 45px;
  border: 2px solid #fff;
  border-radius: 40px;
  font-size: 0;
  padding: 0 11px 0 13px;
}

.rating-fr-menu-year__txt {
  font-size: 21px;
  line-height: 41px;
  color: #fff;
}

.rating-fr-menu-year__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  vertical-align: sub;
  transition: transform 0.3s ease;
}

.rating-fr-menu-year__icon.active {
  transform: rotate(180deg);
}

.rating-fr-menu-year__list {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  font-size: 21px;
  background: #ffffff;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  z-index: 10;
}

.rating-fr-menu-year__num {
  display: block;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  color: #000;
}

.rating-fr-menu-year__num:hover {
  background-color: #e9f6e9;
}

.rating-fr-menu-year__num_active {
  pointer-events: none;
}

.rating-fr__share {
  margin-top: 15px;
}

.rating-fr__menu {
  overflow: hidden;
}

.rating-fr-menu__list {
  font-size: 18px;
  line-height: 1.4;
  white-space: nowrap;
  color: #fff;
  padding-bottom: 50px;
  margin-bottom: -50px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.rating-fr-menu__item {
  display: inline-block;
  margin-right: 30px;
  padding-bottom: 20px;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  cursor: pointer;
}

.rating-fr-menu__item:last-of-type {
  margin-right: 0;
}

.rating-fr-menu__item:hover {
  border-bottom-color: #eceef2;
}

.rating-fr-menu__item.active {
  pointer-events: none;
  border-bottom-color: #eceef2;
}

.rating-fr__filter {
  width: 100%;
  background-color: #eceef2;
  margin-bottom: 30px;
}

.rating-fr__filter-mobile {
  margin-top: 20px;
}

.rating-fr-filter__body {
  padding: 10px 0 30px;
}

.rating-fr-filter__switch-mobile {
  position: relative;
  z-index: 2;
}

.rating-fr-filter__category {
  margin-top: 10px;
}

.rating-fr-filter__category-mobile {
  position: relative;
  margin-top: 10px;
  z-index: 1;
}

.rating-fr-filter__select-mobile {
  position: relative;
}

.rating-fr-filter__select-mobile .bk-select {
  padding-right: 40px;
  -webkit-appearance: none !important;
}

.rating-fr-filter__select-mobile:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 15px;
  width: 8px;
  height: 8px;
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  transform: rotate(-45deg);
  z-index: 1;
}

.rating-fr-switch__item {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 20px;
  margin-right: 30px;
  float: left;
}

.rating-fr-switch__item:last-of-type {
  margin-right: 0;
}

.rating-fr-switch__item.active {
  color: #000;
  pointer-events: none;
}

.rating-fr-category__item {
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 26px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8px 15px 10px;
  cursor: pointer;
  float: left;
}

.rating-fr-category__item:hover {
  color: #fff;
  background-color: #0088cc;
  border-color: #0088cc;
}

.rating-fr-category__item:last-of-type {
  margin-right: 0;
}

.rating-fr-category__item.active {
  color: #fff;
  background-color: #0088cc;
  border-color: #0088cc;
  pointer-events: none;
}

.rating-fr__table {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 20px;
}

.rating-fr-table__head {
  color: #aaaaaa;
  padding-bottom: 10px;
}

.rating-fr-table__place {
  width: 70px;
  float: left;
  *zoom: 1;
}

.rating-fr-table__place:before,
.rating-fr-table__place:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.rating-fr-table__company {
  width: calc(100% - 350px);
  padding-right: 20px;
  float: left;
}

.rating-fr-table__star {
  display: inline-block;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  line-height: 24px;
  vertical-align: middle;
  color: #000;
}

.rating-fr-table__star i {
  vertical-align: middle;
  margin-top: -5px;
}

.rating-fr-table__indicators {
  width: 280px;
  float: right;
}

.rating-fr-table__item {
  padding: 30px 0;
  border-top: 1px solid rgba(200, 200, 200, 0.3);
  *zoom: 1;
}

.rating-fr-table__item:before,
.rating-fr-table__item:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.rating-fr-table__blur {
  position: relative;
}

.rating-fr-table__blur .rating-fr-table__item {
  opacity: 0.7;
  user-select: none;
  filter: blur(9px) grayscale(100%);
  pointer-events: none;
}

.rating-fr-table__blur .button {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 300px;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.rating-fr-table__num {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #b2b2b1;
  float: left;
}

.rating-fr-table__num_gold {
  font-size: 50px;
  color: #eec434;
}

.rating-fr-table__num_silver {
  font-size: 50px;
  color: #bbe3eb;
}

.rating-fr-table__num_bronze {
  font-size: 50px;
  color: #ba8a32;
}

.rating-fr-table__img {
  width: 140px;
  height: 105px;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 20px;
  float: left;
}

.rating-fr-table__img img {
  width: 100%;
  height: auto;
}

.rating-fr-table__content {
  padding-left: 160px;
}

.rating-fr-table__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 24px;
  vertical-align: middle;
  margin-right: 8px;
}

.rating-fr-table__title-block {
  display: block;
  padding-bottom: 10px;
}

.rating-fr-table__title span {
  vertical-align: middle;
}

.rating-fr-table__txt {
  display: inline-block;
  font-size: 18px;
  line-height: 1.4;
}

.rating-fr-table__txt_nomination {
  display: block;
  padding-left: 34px;
}

.rating-fr-table__nomination {
  margin-top: 15px;
}

.rating-fr-table__nomination-icon {
  margin-top: 5px;
  margin-right: 10px;
  float: left;
}

.rating-fr-table__sum {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
}

.rating-fr-table__more {
  margin-bottom: 5px;
  *zoom: 1;
}

.rating-fr-table__more:before,
.rating-fr-table__more:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.rating-fr-table__more-icon {
  width: 24px;
  text-align: center;
  margin-right: 8px;
  float: left;
}

html[data-agent*="Trident"] .rating-fr-table__blur .rating-fr-table__item {
  opacity: 0.1;
}

.rating-fr__columns {
  position: relative;
}

.rating-fr__caption {
  display: block;
  margin-top: 24px;
  font-size: 35px;
  line-height: 1.3;
}

@media (min-width: 789px) {
  .rating-fr-menu-year__body {
    min-width: 132px;
  }

  .rating-fr-menu-year__body_auto {
    min-width: 0;
  }

  .rating-fr__menu-year {
    top: 20px;
    right: -2.1%;
    left: auto;
  }
}

@media (min-width: 1101px) {
  .rating-fr__menu-year {
    right: 13%;
  }
}

@media (min-width: 1551px) {
  .rating-fr__menu-year {
    right: 23%;
  }
}

@media screen and (max-width: 1100px) {
  .rating-fr__header-medal {
    width: 200px;
    height: 200px;
  }

  .rating-fr__header-right {
    padding-left: 30px;
  }

  .rating-fr__share {
    margin-top: 0;
  }

  .rating-fr-table__item {
    padding: 20px 0;
  }

  .rating-fr-table__content {
    padding-left: 120px;
  }

  .rating-fr-table__img {
    width: 100px;
    height: 75px;
  }

  .rating-fr-table__company {
    width: calc(100% - 320px);
  }

  .rating-fr-table__indicators {
    width: 250px;
  }
}

@media screen and (max-width: 788px) {
  .rating-fr__header-content {
    display: block;
    margin: 10px 0 25px;
  }

  .rating-fr__header-medal {
    display: block;
    width: 160px;
    height: 160px;
    margin: 0 auto 20px;
  }

  .rating-fr__header-right {
    display: block;
    width: 100%;
    padding-left: 0;
  }

  .rating-fr__header-right_anketa {
    text-align: center;
  }

  .rating-fr__header-right_anketa .button {
    margin: 0 auto;
  }

  .rating-fr__header-right_anketa .rating-fr__title {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rating-fr__title {
    font-size: 35px;
    text-align: center;
  }

  .rating-fr__subtitle {
    font-size: 21px;
  }

  .rating-fr__text {
    font-size: 16px;
  }

  .rating-fr__menu-year {
    max-width: 100%;
    margin-top: 10px;
  }

  .rating-fr-menu-year__open {
    height: 33px;
    padding-right: 7px;
  }

  .rating-fr-menu-year__txt {
    font-size: 16px;
    line-height: 29px;
  }

  .rating-fr-menu-year__icon {
    margin-left: 5px;
    vertical-align: middle;
    margin-top: -12px;
  }

  .rating-fr-menu-year__list {
    top: 43px;
    font-size: 16px;
  }

  .rating-fr-menu-year__num {
    height: 35px;
    line-height: 35px;
  }

  .rating-fr__share {
    text-align: center;
    margin-top: 15px;
  }

  .rating-fr__table {
    margin-left: -10px;
    margin-right: -10px;
  }

  .rating-fr__menu {
    margin-left: -10px;
    margin-right: -10px;
  }

  .rating-fr-menu__list {
    padding-left: 10px;
  }

  .rating-fr-menu__item:last-of-type {
    margin-right: 10px;
  }

  .rating-fr-table__head {
    display: none;
  }

  .rating-fr-table__item {
    position: relative;
    padding: 20px 10px 10px 10px;
  }

  .rating-fr-table__item:first-child {
    border-top: none;
  }

  .rating-fr-table__place {
    position: absolute;
    top: 20px;
    right: 10px;
    width: auto;
    margin-bottom: 20px;
  }

  .rating-fr-table__img {
    width: 140px;
    height: 105px;
    float: none;
    clear: left;
  }

  .rating-fr-table__content {
    padding-left: 0;
    margin-top: 15px;
  }

  .rating-fr-table__company {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    float: none;
  }

  .rating-fr-table__indicators {
    width: 100%;
    float: none;
  }

  .rating-fr-table__txt {
    font-size: 16px;
  }

  .rating-fr__more {
    height: auto;
    padding: 20px;
  }

  .rating-fr-more__icon {
    position: static;
    width: 70px;
    height: 70px;
    margin-top: 0;
  }

  .rating-fr-more__title {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 20px;
  }

  .rating-fr-more__text {
    font-size: 16px;
    margin-top: 10px;
  }

  .rating-fr-more__btn {
    position: static;
    margin-top: 20px;
  }

  .rating-fr__columns {
    padding-bottom: 40px;
  }

  .rating-fr__menu-year {
    left: 50%;
    top: auto;
    right: auto;
    margin-left: -54px;
  }

  .rating-fr__caption {
    margin-top: 8px;
    font-size: 25px;
  }
}

@media screen and (max-width: 530px) {
  .rating-fr__input-short {
    max-width: 100%;
  }

  .rating-fr-menu__item {
    font-size: 16px;
  }

  .rating-fr-more__bg {
    max-width: 291px;
    background: url("/img/rating/2018/vip_bg_mobile.png") no-repeat 0 50%;
  }
}

@media screen and (max-width: 360px) {
  .rating-fr-menu__item {
    margin-right: 20px;
  }
}

@media screen and (max-width: 320px) {
  .rating-fr-menu__item {
    margin-right: 15px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.rating-fr__grey {
  background-color: #eceef2;
  padding: 20px 0 40px;
}

.rating-fr__grey .rating-fr__text {
  line-height: 30px;
  margin-top: 20px;
}

.rating-fr__method {
  margin-top: 40px;
}

.rating-fr__method .rating-fr__text {
  line-height: 30px;
}

.rating-fr-method__item {
  position: relative;
  padding: 30px 0;
}

.rating-fr-method__item:last-of-type .rating-fr-method__line {
  display: none;
}

.rating-fr-method__left {
  width: 140px;
  float: left;
}

.rating-fr-method__right {
  width: calc(100% - 140px);
  float: right;
}

.rating-fr-method__line {
  position: absolute;
  left: 140px;
  bottom: 0;
  width: calc(100% - 140px);
  border-bottom: 1px solid #c8c8c8;
}

.rating-fr-method__img {
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 788px) {
  .rating-fr__grey {
    padding: 10px 0 30px;
  }

  .rating-fr__grey .rating-fr__text {
    line-height: 28px;
    margin-top: 15px;
  }

  .rating-fr__method {
    margin-top: 30px;
  }

  .rating-fr__method .rating-fr__text {
    line-height: 28px;
  }

  .rating-fr-method__item {
    padding: 20px 0;
  }

  .rating-fr-method__left {
    width: 100%;
    float: none;
  }

  .rating-fr-method__right {
    width: 100%;
    float: none;
  }

  .rating-fr-method__line {
    left: 0;
    width: 100%;
  }

  .rating-fr-method__img {
    margin-bottom: 10px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.rating-fr__notebook {
  margin-top: 30px;
}

.rating-fr-notebook__content {
  width: calc(100% - 303px);
  float: left;
}

.rating-fr-notebook__img {
  width: 268px;
  height: 164px;
  float: right;
}

.rating-fr__select {
  margin-top: 30px;
  padding: 25px 30px 30px 30px;
  border-radius: 10px;
  background-color: #eceef2;
}

.rating-fr-select__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 15px;
}

.rating-fr-select__input {
  position: relative;
  width: calc(100% - 126px);
  float: left;
  z-index: 1002;
}

.rating-fr-select__btn {
  width: 116px;
  float: right;
}

.rating-fr__medals {
  margin-top: 30px;
}

.rating-fr-medals__item {
  padding: 30px 0;
  border-bottom: 1px solid #C8C8C8;
}

.rating-fr-medals__item:last-of-type {
  border: none;
  padding-bottom: 0;
}

.rating-fr-medals__left {
  width: 280px;
  float: left;
}

.rating-fr-medals__img_circle {
  width: 200px;
  height: 200px;
}

.rating-fr-medals__img_rectangle-1 {
  width: 220px;
  height: 110px;
}

.rating-fr-medals__img_rectangle-2 {
  width: 200px;
  height: 50px;
}

.rating-fr-medals__right {
  width: calc(100% - 280px);
  float: right;
}

.rating-fr-medals__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.rating-fr-medals__block {
  max-width: 780px;
  width: 100%;
  margin-top: 15px;
  padding: 15px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

.rating-fr-medals__tab {
  padding-left: 20px;
}

.rating-fr-medals__btn {
  display: inline-block;
  margin-top: 20px;
}

.rating-fr-medals__btn i,
.rating-fr-medals__btn span {
  vertical-align: middle;
}

.rating-fr-medals__btn span {
  margin-left: 10px;
}

@media screen and (max-width: 788px) {
  .rating-fr__notebook {
    margin-top: 20px;
  }

  .rating-fr-notebook__content {
    width: 100%;
    float: none;
  }

  .rating-fr-notebook__img {
    margin: 20px auto 0;
    float: none;
  }

  .rating-fr__select {
    margin: 20px -10px 0 -10px;
    padding: 20px 10px;
    border-radius: 0;
    background-color: #eceef2;
  }

  .rating-fr-select__input {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }

  .rating-fr-select__btn {
    float: none;
  }

  .rating-fr__medals {
    margin-top: 20px;
  }

  .rating-fr-medals__left {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
    float: none;
  }

  .rating-fr-medals__right {
    width: 100%;
    float: none;
  }

  .rating-fr-medals__item {
    margin-left: -10px;
    margin-right: -10px;
    padding: 15px 10px 20px 10px;
  }
}

@media screen and (max-width: 530px) {
  .rating-fr-select__btn {
    width: 100%;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.rating2017-about__item {
  margin-bottom: 20px;
}

.rating2017-about__left {
  float: left;
}

.rating2017-about__right {
  margin-left: 100px;
}

.rating2017-about__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 10px;
}

.rating2017-about__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-bottom: 15px;
}

.rating2017-about__note {
  margin-bottom: 40px;
}

@media screen and (max-width: 530px) {
  .rating2017-about__left {
    margin-bottom: 10px;
  }

  .rating2017-about__right {
    margin-left: 0;
    clear: left;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.rating-fr-menu-year__open {
  width: fit-content;
}

.rating-fr__grey {
  background-color: #eceef2;
  padding: 24px 0;
}

.rating-fr__grey.bottom {
  margin-top: 16px;
}

.rating-fr__grey .rating-fr__text {
  line-height: 30px;
  margin-top: 20px;
}

.rating-fr__grey .rating-fr__text.little {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.52);
}

.rating-fr__grey .rating-fr__text:first-child {
  margin-top: 0;
}

.rating-fr__method {
  margin-top: 24px;
}

.rating-fr__method .rating-fr__text {
  line-height: 30px;
}

.rating-fr__infratitle {
  margin-top: 40px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.rating-fr__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-top: 16px;
}

.rating-fr__description a {
  text-decoration: underline;
}

.rating-fr-method__item {
  position: relative;
  padding: 30px 0;
}

.rating-fr-method__item:last-of-type .rating-fr-method__line {
  display: none;
}

.rating-fr-method__left {
  width: 140px;
  float: left;
}

.rating-fr-method__right {
  width: calc(100% - 140px);
  float: right;
}

.rating-fr-method__line {
  position: absolute;
  left: 140px;
  bottom: 0;
  width: calc(100% - 140px);
  border-bottom: 1px solid #c8c8c8;
}

.rating-fr-method__img {
  width: 100px;
  height: 100px;
}

.rating-fr__independence {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
}

.rating-fr__independence-item {
  width: calc(33.33333333%);
  padding: 16px;
  position: relative;
}

.rating-fr__independence-item::before {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(84%);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
}

.rating-fr__independence-item:first-child.rating-fr__independence-item::before {
  display: none;
}

.rating-fr__independence-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-top: 16px;
}

.rating-fr__independence-description {
  padding: 0 16px;
  width: 100%;
}

.rating-fr__independence-value {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 16px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.rating-fr__independence-value a {
  text-decoration: underline;
}

.rating-fr__stages {
  margin-top: 16px;
}

.rating-fr__stages-item {
  border-radius: 10px;
  padding: 32px 16px 16px;
  margin-top: -16px;
  position: relative;
}

.rating-fr__stages-item:first-child {
  margin-top: 0;
  padding-top: 16px;
}

.rating-fr__stages-item.blue {
  background: linear-gradient(0deg, rgba(0, 180, 240, 0.15), rgba(0, 180, 240, 0.15)), #FFFFFF;
  z-index: 3;
}

.rating-fr__stages-item.blue .rating-fr__stages-num {
  color: #00B4F0;
}

.rating-fr__stages-item.orange {
  background: linear-gradient(0deg, rgba(250, 150, 30, 0.15), rgba(250, 150, 30, 0.15)), #FFFFFF;
  z-index: 2;
}

.rating-fr__stages-item.orange .rating-fr__stages-num {
  color: #FA961E;
}

.rating-fr__stages-item.red {
  background: linear-gradient(0deg, rgba(237, 47, 47, 0.15), rgba(237, 47, 47, 0.15)), #FFFFFF;
  z-index: 1;
}

.rating-fr__stages-item.red .rating-fr__stages-num {
  color: #ED2F2F;
}

.rating-fr__stages-head {
  display: flex;
  align-items: center;
}

.rating-fr__stages-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  flex-shrink: 0;
}

.rating-fr__stages-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-left: 16px;
}

.rating-fr__stages-description {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.rating-fr__stages-box {
  margin-top: 16px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 16px;
  display: flex;
}

.rating-fr__stages-part {
  width: calc(20%);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding: 16px;
}

.rating-fr__stages-part:first-child {
  border-left: none;
}

.stages-image {
  width: 72px;
  height: 72px;
  object-fit: cover;
}

.part__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
}

.part__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
}

.rating-fr__stages-inner {
  display: flex;
  margin-left: -16px;
  margin-top: 16px;
}

.inner__item {
  width: 50%;
  margin-left: 16px;
}

.inner__item-box {
  background-color: #fff;
  padding: 16px;
  border-radius: 10px;
  margin-top: 16px;
}

.inner__item-box:first-child {
  margin-top: 0;
}

.inner__item-box.one-line {
  display: flex;
  align-items: center;
}

.inner__item-box.one-line .inner__item-title {
  margin-left: 16px;
  margin-top: 0;
}

.inner__item-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
}

.inner__item-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
}

.inner__item-list {
  margin-top: 16px;
}

.inner__item-list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 4px;
}

.inner__item-list li:first-child {
  margin-top: 0;
}

.rating-fr__blockchain {
  margin-top: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.blockchain__inner {
  display: flex;
  padding: 16px 0;
}

.blockchain__item {
  width: 50%;
  padding: 0 16px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.blockchain__item:first-child {
  border-left: none;
}

.blockchain__item-description {
  margin-top: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.blockchain__item-description a {
  text-decoration: underline;
}

.blockchain__item-image {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 50%;
}

.blockchain__item-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.rating-fr__blockchain-banner {
  margin-top: 16px;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #2BCDE4;
  display: flex;
}

.blockchain-banner__image {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  margin-right: 24px;
  flex-shrink: 0;
}

.blockchain-banner__image img {
  width: 100%;
  height: 100%;
}

.blockchain-banner__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.blockchain-banner__button {
  display: inline-block;
  margin-top: 16px;
  padding: 9px 16px;
  background: #2081E2;
  border-radius: 6px;
  color: #fff;
  transition: opacity 0.15s;
  cursor: pointer;
}

.blockchain-banner__button:hover {
  opacity: 0.8;
}

.rating-fr__banner {
  margin-top: 16px;
  padding: 16px;
  background: #FFF4B3;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.banner__image {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  align-self: flex-start;
}

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

.banner__text {
  margin-left: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 788px) {
  .rating-fr__grey {
    padding: 16px 0;
  }

  .rating-fr__grey .rating-fr__text {
    line-height: 28px;
    margin-top: 15px;
  }

  .rating-fr__method {
    margin-top: 30px;
  }

  .rating-fr__method .rating-fr__text {
    line-height: 28px;
  }

  .rating-fr-method__item {
    padding: 20px 0;
  }

  .rating-fr-method__left {
    width: 100%;
    float: none;
  }

  .rating-fr-method__right {
    width: 100%;
    float: none;
  }

  .rating-fr-method__line {
    left: 0;
    width: 100%;
  }

  .rating-fr-method__img {
    margin-bottom: 10px;
  }

  .rating-fr__infratitle {
    margin-top: 32px;
  }

  .rating-fr__independence {
    padding: 0 16px;
  }

  .rating-fr__independence-item {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 16px 0;
  }

  .rating-fr__independence-item::before {
    display: none;
  }

  .rating-fr__independence-item:first-child {
    border-top: none;
  }

  .rating-fr__independence-description {
    padding: 0;
  }

  .rating-fr__independence-value::before {
    display: none;
  }

  .rating-fr__stages-box {
    flex-wrap: wrap;
    padding: 0 16px;
  }

  .inner__item-box.one-line {
    flex-wrap: wrap;
  }

  .inner__item-box.one-line .inner__item-title {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }

  .rating-fr__stages-part {
    width: 100%;
    padding: 16px 0;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

  .rating-fr__stages-part:first-child {
    border-top: none;
  }

  .rating-fr__stages-inner {
    flex-wrap: wrap;
  }

  .inner__item {
    width: 100%;
    margin-top: 16px;
  }

  .inner__item:first-child {
    margin-top: 0;
  }

  .blockchain__inner {
    flex-wrap: wrap;
    padding: 0 16px;
  }

  .blockchain__item {
    width: 100%;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 16px 0;
  }

  .blockchain__item:first-child {
    border-top: none;
  }

  .rating-fr__blockchain-banner {
    flex-wrap: wrap;
    padding: 16px;
  }

  .blockchain-banner__content {
    width: 100%;
    margin-top: 16px;
  }

  .blockchain-banner__button {
    width: 100%;
    text-align: center;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.rating2017 {
  position: relative;
  width: 100%;
  background: url("/img/rating/2017/header_bg.jpg") no-repeat 50%;
  background-size: cover;
  padding: 30px 0 90px;
}

.rating2017:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.rating2017__medal {
  width: 280px;
  height: 280px;
  margin-right: 50px;
  flex-shrink: 0;
}

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

.rating2017__title {
  font-size: 55px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  padding-bottom: 20px;
}

.rating2017__stext {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  color: #fff;
  text-align: left;
}

.rating2017__year {
  display: inline-block;
  width: 90px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 26px;
  line-height: 48px;
}

.rating2017__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  background-color: #f1f2f6;
  border-radius: 7px;
  margin: 0 auto;
  padding: 0 25px 0 10px;
}

.rating2017__menu-wrap {
  width: 100%;
  margin-top: -35px;
  margin-bottom: 35px;
}

.rating2017__menu-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}

.rating2017__menu-item {
  position: relative;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  height: 40px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 10px;
  margin-bottom: 15px;
  text-align: center;
}

.rating2017__menu-year {
  position: relative;
  margin-left: 10px;
}

.rating2017__menu-year-icon {
  margin-left: 3px;
  opacity: 0.3;
}

.rating2017__menu-year-icon i {
  vertical-align: sub;
}

.rating2017-menu-year__open {
  float: left;
  margin-left: 5px;
}

.rating2017-menu-year__txt {
  vertical-align: top;
}

.rating2017-menu-year__list {
  display: none;
  position: absolute;
  top: -5px;
  right: 8px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 50;
}

.rating2017-menu-year__list_active {
  display: block;
}

.rating2017-menu-year__num {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  display: block;
  text-decoration: none;
  color: #0088cc;
  padding: 4px 15px 5px 13px;
}

.rating2017-menu-year__num_active {
  color: #000;
  pointer-events: none;
}

.rating2017-menu-year__num:hover {
  background-color: #e6e6e6;
}

.rating2017__right {
  max-width: 650px;
}

.rating2017__right_social {
  max-width: calc(100% - 330px);
}

.rating2017__right_social .bk-share {
  margin-top: 20px;
  margin-bottom: -15px;
  margin-right: -15px;
}

.rating2017__right_social .bk-share__item {
  margin-right: 15px;
  margin-bottom: 15px;
}

.rating2017__right_social .bk-share__list {
  display: table;
  margin: 0 auto;
  text-align: left;
}

.rating2017__right_social .bk-share-btn {
  background-color: transparent;
  border-radius: 0;
}

.rating2017__right_social .bk-share-btn__icon-container {
  width: 45px;
  height: 45px;
}

.rating2017__right_social .bk-share-btn__qt-container {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 45px;
}

.rating2017__right_social .bk-share-btn__qt {
  padding: 0 15px;
}

.rating2017__right_social .bk-share-btn_vk:hover .bk-share-btn__qt-container {
  background-color: rgba(76, 117, 163, 0.8);
}

.rating2017__right_social .bk-share-btn_vk .bk-share-btn__icon-container {
  background-color: #4c75a3;
}

.rating2017__right_social .bk-share-btn_vk .bk-share-btn__qt-container {
  background-color: rgba(76, 117, 163, 0.5);
}

.rating2017__right_social .bk-share-btn_fb:hover .bk-share-btn__qt-container {
  background-color: rgba(55, 101, 163, 0.8);
}

.rating2017__right_social .bk-share-btn_fb .bk-share-btn__icon-container {
  background-color: #3765a3;
}

.rating2017__right_social .bk-share-btn_fb .bk-share-btn__qt-container {
  background-color: rgba(55, 101, 163, 0.5);
}

.rating2017__right_social .bk-share-btn_ok:hover .bk-share-btn__qt-container {
  background-color: rgba(239, 120, 0, 0.8);
}

.rating2017__right_social .bk-share-btn_ok .bk-share-btn__icon-container {
  background-color: #ef7800;
}

.rating2017__right_social .bk-share-btn_ok .bk-share-btn__qt-container {
  background-color: rgba(239, 120, 0, 0.5);
}

.rating2017__right_social .bk-share-btn_moi:hover .bk-share-btn__qt-container {
  background-color: rgba(61, 108, 176, 0.8);
}

.rating2017__right_social .bk-share-btn_moi .bk-share-btn__icon-container {
  background-color: #3d6cb0;
}

.rating2017__right_social .bk-share-btn_moi .bk-share-btn__qt-container {
  background-color: rgba(61, 108, 176, 0.5);
}

.rating2017__right_social .bk-share-btn_tw:hover .bk-share-btn__qt-container {
  background-color: rgba(97, 170, 223, 0.8);
}

.rating2017__right_social .bk-share-btn_tw .bk-share-btn__icon-container {
  background-color: #61aadf;
}

.rating2017__right_social .bk-share-btn_tw .bk-share-btn__qt-container {
  background-color: rgba(97, 170, 223, 0.5);
}

.rating2017__right_social .social {
  margin-top: 20px;
}

.rating2017__right_social .social-share-wrap {
  float: left;
  margin-right: 15px;
}

.rating2017__right_social .social-share-wrap:last-child {
  margin-right: 0;
}

.rating2017__cup-icon {
  display: inline-block;
  margin-top: 7px;
  margin-right: 5px;
}

.rating2017__about {
  margin: 15px 0 30px;
}

.rating2017__about-block {
  display: flex;
  align-items: center;
}

.rating2017__about-icon {
  width: 70px;
  height: 70px;
  border: 1px #6f6f6e solid;
  border-radius: 7px;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.rating2017__about-text {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.rating2017__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 980px;
  border: 2px solid #ffd000;
  border-radius: 7px;
  padding: 20px 90px 40px;
  margin: 0 auto 50px;
}

.rating2017__form-alert {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.1;
  width: 40px;
  height: 40px;
  border: 1px solid #6f6f6e;
  border-radius: 7px;
  color: #878786;
  text-align: center;
  margin-bottom: 10px;
}

.rating2017__form-text {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  width: 100%;
  text-align: center;
}

.rating2017__form-line {
  width: 100%;
  height: 1px;
  background-color: #ffd000;
  margin: 25px 0;
}

.rating2017__form-btn {
  max-width: 260px;
  width: 100%;
  margin-top: 35px;
}

.b__content_rating2017 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
}

@media screen and (max-width: 1550px) {
  /*for ie */

  .b__content_rating2017 {
    justify-content: space-around;
  }
}

@media screen and (max-width: 1100px) {
  .rating2017__medal {
    width: 220px;
    height: 220px;
  }

  .rating2017__right_social {
    max-width: calc(100% - 270px);
  }

  .rating2017__right_social .social {
    margin-top: 0;
  }

  .rating2017__title {
    font-size: 40px;
  }

  .rating2017__stext {
    font-size: 22px;
  }

  .rating2017__form {
    padding-right: 30px;
    padding-left: 30px;
  }

  .rating2017__menu-list {
    width: calc(100% - 150px);
  }

  .rating2017__menu-item {
    height: 30px;
  }

  .rating2017__menu-year {
    align-self: flex-start;
    margin-top: 25px;
  }
}

@media screen and (max-width: 788px) {
  .b__content_rating2017 {
    flex-direction: column;
    text-align: center;
  }

  .rating2017__medal {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .rating2017__right {
    width: 100%;
    text-align: center;
  }

  .rating2017__right_social {
    max-width: 100%;
  }

  .rating2017__right_social .social {
    margin-top: 20px;
  }

  .rating2017__right_social .social__body {
    display: table;
    margin: 0 auto;
  }

  .rating2017__menu {
    max-width: 600px;
  }

  .rating2017__menu-list {
    flex-direction: column;
  }

  .rating2017__menu-item {
    text-align: left;
  }

  .rating2017__menu-year {
    margin-top: 20px;
  }
}

@media screen and (max-width: 530px) {
  .rating2017__stext br {
    display: none;
  }

  .rating2017__menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .rating2017__menu-list {
    width: 100%;
  }

  .rating2017__menu-item {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .rating2017__menu-year {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .rating2017__cup-icon {
    display: none;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.rating2017__preview {
  margin-top: -10px;
  margin-bottom: 40px;
}

.rating2017-preview__text {
  max-width: 850px;
  width: calc(100% - 284px);
  float: left;
}

.rating2017__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.5;
}

.rating2017__more {
  width: 254px;
  text-align: center;
  float: right;
}

.rating2017__more-link:hover .glob-link {
  text-decoration: underline;
}

.rating2017__more-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #000;
  margin: 0 auto 20px;
  opacity: 0.15;
}

.rating2017__filter {
  margin: 0 auto 25px;
}

.rating2017-filter__body {
  background-color: #f1f2f6;
  border-radius: 10px;
  padding: 15px 20px 0;
}

.rating2017-switch__item {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  color: #0088cc;
  margin-right: 30px;
  margin-bottom: 15px;
  float: left;
}

.rating2017-switch__item:last-child {
  margin-right: 0;
}

.rating2017-switch__item:hover {
  text-decoration: underline;
}

.rating2017-switch__item_active {
  color: #000;
  pointer-events: none;
}

.rating2017-category__item {
  height: 30px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
  float: left;
}

.rating2017-category__item:last-child {
  margin-right: 0;
}

.rating2017-category__item:hover {
  border: 1px solid #0088cc;
  background-color: #0088cc;
  color: #fff;
}

.rating2017-category__item_active {
  border: 1px solid #0088cc;
  background-color: #0088cc;
  color: #fff;
  pointer-events: none;
}

.rating2017__table {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 20px;
}

.rating2017-table__head {
  color: #aaaaaa;
  padding-bottom: 10px;
}

.rating2017-table__place {
  width: 240px;
  padding-left: 20px;
  float: left;
  *zoom: 1;
}

.rating2017-table__place:before,
.rating2017-table__place:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.rating2017-table__company {
  width: calc(100% - 520px);
  padding: 0 20px;
  float: left;
}

.rating2017-table__indicators {
  width: 280px;
  float: right;
}

.rating2017-table__item {
  padding: 30px 0;
  border-top: 1px solid #dadad9;
  *zoom: 1;
}

.rating2017-table__item:before,
.rating2017-table__item:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.rating2017-table__num {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #b2b2b1;
  float: left;
}

.rating2017-table__num_gold {
  font-size: 50px;
  color: #eec434;
}

.rating2017-table__num_silver {
  font-size: 50px;
  color: #bbe3eb;
}

.rating2017-table__num_bronze {
  font-size: 50px;
  color: #ba8a32;
}

.rating2017-table__img {
  width: 140px;
  height: 105px;
  float: right;
}

.rating2017-table__img img {
  width: 100%;
  height: auto;
}

.rating2017-table__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
}

.rating2017-table__txt {
  display: block;
}

.rating2017-table__txt_nomination {
  padding-left: 34px;
}

.rating2017-table__nomination {
  margin-top: 15px;
}

.rating2017-table__nomination-icon {
  margin-top: 5px;
  margin-right: 10px;
  float: left;
}

.rating2017-table__sum {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
}

.rating2017-table__more {
  margin-bottom: 5px;
  *zoom: 1;
}

.rating2017-table__more:before,
.rating2017-table__more:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.rating2017-table__more-icon {
  width: 24px;
  text-align: center;
  margin-right: 8px;
  float: left;
}

@media screen and (max-width: 1100px) {
  .rating2017-table__place {
    width: 180px;
    padding-left: 0px;
  }

  .rating2017-table__img {
    width: 100px;
    height: 75px;
  }

  .rating2017-table__company {
    width: calc(100% - 430px);
  }

  .rating2017-table__indicators {
    width: 250px;
  }

  .rating2017-preview__text {
    width: 100%;
  }

  .rating2017__more {
    display: none;
  }
}

@media screen and (max-width: 788px) {
  .rating2017__filter {
    margin-bottom: 0;
  }

  .rating2017-table__head {
    display: none;
  }

  .rating2017-table__item:first-child {
    border-top: none;
  }

  .rating2017-table__place {
    width: 100%;
    margin-bottom: 20px;
  }

  .rating2017-table__num {
    margin-right: 20px;
  }

  .rating2017-table__img {
    width: 140px;
    height: 105px;
    float: left;
  }

  .rating2017-table__company {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .rating2017-table__indicators {
    width: 100%;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.audit-fr__content {
  max-width: 900px;
  padding-right: 50px;
  width: calc(100% - 280px);
  float: left;
}

.audit-fr__side {
  max-width: 280px;
  width: 100%;
  float: right;
  margin-top: 100px;
}

.audit-fr__bradcrumbs {
  margin-top: 30px;
}

.audit-fr__title {
  font-size: 55px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 15px;
}

.audit-fr__subtitle {
  margin-top: 20px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.audit-fr__prcie {
  margin-top: 30px;
}

.audit-fr-price {
  display: inline-block;
  padding: 15px 30px;
  background-color: #FFBE0A;
  border-radius: 10px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 30px;
  user-select: none;
}

.audit-fr__features {
  margin-top: 30px;
}

.audit-fr-features__title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
}

.audit-fr-features__body {
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
}

.audit-fr-features__wrap {
  margin-left: -30px;
  font-size: 0;
}

.audit-fr-features__item {
  margin-left: 30px;
  width: calc(50% - 30px);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}

.audit-fr-feature__text {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 15px;
}

.audit-fr-features__total {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.4;
}

.audit-fr__manager {
  margin-top: 73px;
}

.audit-fr__manager .manager {
  padding: 50px 25px 30px;
}

.audit-fr__manager .manager .manager-photo {
  width: 66px;
  height: 66px;
  top: -33px;
}

.audit-fr__manager .manager__txt {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.audit-fr__manager .manager-info {
  margin-bottom: 20px;
}

.audit-fr__manager .manager__post {
  font-size: 18px;
  line-height: 1.4;
}

.audit-fr__manager .manager__phone {
  font-size: 18px;
  line-height: 1.4;
}

.audit-fr-form {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  padding: 15px 20px 20px 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.audit-fr-form__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.audit-fr-form__body {
  margin-top: 15px;
}

.audit-fr-form__item {
  margin-top: 20px;
}

.audit-fr-form__item:first-child {
  margin-top: 0;
}

.audit-fr-form-item__title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
}

.audit-fr-form-item__err {
  margin-top: 8px;
}

.audit-fr-form-completed {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.audit-fr-form-completed__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.audit-fr-form-completed__text {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  width: 110px;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 1100px) {
  .audit-fr__content {
    width: 100%;
    padding-right: 0;
    float: none;
  }

  .audit-fr__side {
    max-width: 530px;
    float: none;
    margin-top: 30px;
  }
}

@media screen and (max-width: 530px) {
  .audit-fr__bradcrumbs {
    margin-top: 15px;
  }

  .audit-fr__title {
    font-size: 35px;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 10px;
  }

  .audit-fr__subtitle {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    margin-top: 15px;
  }

  .audit-fr__prcie {
    margin-top: 20px;
  }

  .audit-fr-price {
    width: 100%;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
  }

  .audit-fr__side {
    margin-top: 20px;
  }

  .audit-fr-features__title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
  }

  .audit-fr-features__body {
    margin-top: 20px;
  }

  .audit-fr-features__wrap {
    margin-left: 0;
  }

  .audit-fr-features__item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .audit-fr-feature__icon {
    text-align: center;
  }

  .audit-fr-features__total {
    margin-top: 30px;
  }

  .audit-fr__manager {
    margin-top: 63px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.publ-packet-plus-btn {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

/*Круговая диаграмма*/

.circle-chart {
  position: relative;
}

.circle-chart__increase-label {
  /*свойства для анимации*/
  opacity: 0;
  transition: transform 0.5s ease;
  /*--- --- ---*/
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 500;
  border-radius: 50%;
}

.circle-chart__increase-label .increase-efficiency {
  /*свойства для анимации*/
  transition: transform 0.5s ease;
  /*--- --- ---*/
  transform: rotate(0deg);
  font-size: 13px;
  color: #3b3b3b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  position: absolute;
  top: -10px;
  left: calc(50% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-chart__inside {
  position: absolute;
  text-align: center;
  z-index: 400;
  border-radius: 50%;
  background-color: #fff;
}

.circle-chart__bg {
  width: 100%;
  height: 100%;
  background-color: #d6d5d5;
  border-radius: 50%;
  position: absolute;
}

.circle-chart__bg_white {
  background-color: #fff;
}

.circle-chart__bg_shadow {
  box-shadow: 0 0 25px rgba(30, 160, 30, 0.61);
}

.circle-chart .circle {
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

.circle-chart .circle.circle_more-half {
  clip: rect(auto, auto, auto, auto) !important;
}

.circle-chart .circle__paint {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 0;
}

.circle-chart .circle__paint_green {
  background-color: #1ea01e;
  z-index: 100;
}

.circle-chart .circle__paint_right {
  transform: rotate(180deg);
}

.circle-chart .circle__paint_yellow {
  background-color: #ffcd0d;
  z-index: 50;
}

.circle-chart .circle__paint_grey {
  background-color: #d6d5d5;
  z-index: 50;
}

.table-new .publ-col__item {
  padding: 0 8px;
}

.table-new .publ-col-btn {
  padding: 0 8px;
}

.table-new .publ-col-btn .button.high {
  padding: 11px 12px 12px;
}

.publ-col_caption {
  min-width: 210px;
}

@media (max-width: 1100px) {
  .publ-table-block {
    flex-wrap: wrap;
  }

  .publ-col_caption {
    display: none;
  }

  .publ-col__item {
    padding: 18px 20px;
    height: auto;
    display: table;
  }

  .table-new .publ-col {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    border-right: 1px solid #D8D8D7;
    margin-bottom: 40px;
    border-radius: 5px !important;
  }

  .table-new .publ-col__item {
    padding: 18px 20px;
  }

  .publ-col__item_empty {
    display: none;
  }

  .publ-col__key {
    display: table-cell;
  }

  .publ-col__value {
    display: none;
  }

  .publ-col__value_mob {
    display: block;
    text-align: right;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.publ-packet-discount {
  text-align: center;
}

.publ-packet-discount__sum {
  margin-bottom: 5px;
}

.publ-packet-discount__sum span {
  font-weight: bold;
  color: #FF0000;
  padding-left: 15px;
}

.publ-packet-discount__txt {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.service-pdf {
  background-color: #f0f2f5;
  border-radius: 5px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  max-width: 305px;
  width: 100%;
}

.service-pdf_mb {
  margin-bottom: 50px;
}

.service-pdf-icon {
  margin-right: 15px;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  padding: 7px 14px;
}

.fb-block {
  width: calc(100% - 400px);
  float: left;
}

.fb-user {
  display: flex;
  align-items: center;
}

.fb-user-img {
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
}

.fb-user__img {
  border-radius: 100%;
}

.fb-user-info {
  margin-left: 10px;
  flex: 0 1 auto;
}

.fb-user__post {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
  font-style: italic !important;
}

.fb__txt {
  margin-top: 10px;
}

.publ-table.publ-table_3col {
  max-width: 934px;
  width: 100%;
}

.publ-table.publ-table_3col td {
  width: 27%;
}

.publ-table.publ-table_3col td:first-of-type {
  width: 46%;
}

.publ-table.publ-table_3col tfoot {
  width: 54%;
  max-width: auto;
  min-width: auto;
}

.publ-table.publ-table_mt90 {
  margin-top: 90px;
}

.publ-table.publ-table_mt0 {
  margin-top: 0;
}

.publ-table {
  width: 100%;
  margin-top: 40px;
  position: relative;
  z-index: 10;
}

.publ-table-block {
  /*display: none;*/
  display: flex;
}

.publ-table thead td {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.publ-table thead td > * {
  z-index: 20;
  position: relative;
}

.publ-table__td_h {
  cursor: pointer;
  position: relative;
}

.publ-table__td_h:hover .publ-col__value span {
  transform: scale(0);
  transition: transform 100ms;
}

.publ-table__td_h:hover .publ-price {
  transform: scale(1);
  transition: transform 100ms;
}

.publ-table__td_h:hover:before {
  transform: scale(0);
  transition: transform 50ms;
}

.publ-table__td_yellow {
  background-color: #FFFDD9;
  position: relative;
}

.publ-table__td_yellow:before {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml;charset=UTF-8,%EF%BB%BF%3Csvg%20width%3D%2228%22%20height%3D%2233%22%20viewBox%3D%220%200%2028%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EGroup%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-2410%20-1878)%22%3E%0D%0A%3Cg%20id%3D%22Group%22%3E%0D%0A%3Cg%20id%3D%22Rectangle%2017%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(2412%201901)%22%20fill%3D%22%23E19532%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2017%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22matrix(1%200%200%20-1%202410%201897)%22%20fill%3D%22%23E19532%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2017%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22matrix(-1%200%200%20-1%202438%201897)%22%20fill%3D%22%23E19532%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2017%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22matrix(-1%200%200%201%202436%201901)%22%20fill%3D%22%23E19532%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2019%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path2_fill%22%20transform%3D%22translate(2421%201881)%22%20fill%3D%22%23E19532%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%202%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path3_fill%22%20transform%3D%22translate(2414%201878)%22%20fill%3D%22%23E19532%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%202%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path4_fill%22%20transform%3D%22matrix(-1%200%200%201%202434%201878)%22%20fill%3D%22%23E19532%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%200%200L%2010%200L%2010%2010L%205%2010C%202.23858%2010%200%207.76142%200%205L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20d%3D%22M%200%200L%2012%200L%2012%2012L%205%2012C%202.23858%2012%200%209.76142%200%207L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path2_fill%22%20d%3D%22M%200%203C%200%201.34315%201.34315%200%203%200C%204.65685%200%206%201.34315%206%203L%206%204L%200%204L%200%203Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path3_fill%22%20d%3D%22M%202.8243%200.124775C%206.41743%20-0.721826%208.43857%202.94678%209%204.88691L%208%207C%206.8772%207.35275%204.05944%208.37915%202.26287%207.53255C%200.0171583%206.4743%20-1.66712%201.18303%202.8243%200.124775Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path4_fill%22%20d%3D%22M%202.8243%200.127012C%206.41743%20-0.73477%208.43857%202.99962%209%204.97454L%208%207.12552C%206.8772%207.4846%204.05944%208.5294%202.26287%207.66762C%200.0171583%206.59039%20-1.66712%201.20424%202.8243%200.127012Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 28px;
  height: 33px;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: scale(1);
  transition: transform 50ms;
}

.publ-table tbody {
  /*tr:first-of-type {
        td:not(:first-of-type) {
          background-color: @grey-bg;
        }
      }*/
}

.publ-table tbody tr:nth-of-type(2) td:first-of-type:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin-left: 0;
  width: calc(100% - 20px);
  height: 100%;
  z-index: -1;
  border-top: 1px dashed #CAD0D6;
}

.publ-table tbody tr:first-of-type td {
  padding-bottom: 0;
  padding-top: 0;
}

.publ-table tbody td {
  width: 21%;
}

.publ-table tbody td > * {
  z-index: 20;
  position: relative;
}

.publ-table tbody tr td:first-of-type {
  padding-right: 20px;
}

.publ-table tbody tr td:first-of-type:after {
  width: calc(100% - 20px);
  margin-left: 0;
}

.publ-table tbody tr:last-of-type td {
  padding: 0 20px 20px;
}

.publ-table tr:not(:first-of-type) td:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 40px);
  height: 0;
  border-bottom: 1px dashed #CAD0D6;
}

.publ-table tr:nth-last-of-type(2) td:after,
.publ-table tr:nth-last-of-type(3) td:after,
.publ-table tr:last-of-type td:after {
  display: none;
}

.publ-table td {
  border-right: 1px solid #D8D8D7;
  position: relative;
}

.publ-table td:first-of-type {
  width: 37%;
  border-right: none;
}

.publ-table td:last-of-type {
  border-right: none;
}

.publ-table tfoot {
  position: absolute;
  width: 63%;
  height: 100%;
  min-width: 517px;
  display: block;
  border: 1px solid #D8D8D7;
  border-radius: 5px;
  top: 0;
  right: 0;
}

.publ-table .button {
  border-collapse: separate;
  width: 100%;
}

.publ-col.publ-col_mt90 {
  margin-top: 90px;
}

.publ-col {
  /*margin-top: 40px;*/
  position: relative;
  padding-bottom: 20px;
  padding-top: 25px;
  border: 1px solid #D8D8D7;
  border-right: none;
  width: 100%;
  max-width: 260px;
  margin-left: 0;
  margin-right: 0;
}

.publ-col:nth-child(2) {
  border-radius: 5px 0 0 5px;
}

.publ-col:last-child {
  border-right: 1px solid #D8D8D7;
  border-radius: 0 5px 5px 0;
}

.publ-col_caption {
  border-top: 1px solid transparent;
  border-left: none;
  border-right: none;
  border-bottom: none;
  max-width: calc(100% - 780px);
}

.publ-col_caption .publ-col-subhead {
  justify-content: flex-start;
  position: relative;
  padding-right: 20px;
}

.publ-col_caption .publ-col-subhead::after {
  content: '';
  position: absolute;
  width: calc(100% - 20px);
  left: 0;
  margin: 0 auto;
  bottom: 0;
  height: 0;
  border-bottom: 1px dashed #CAD0D6;
}

.publ-col_caption .publ-col__item {
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.publ-col_caption .publ-col__item::after {
  content: '';
  position: absolute;
  width: calc(100% - 20px);
  left: 0;
  right: auto;
  margin: 0 auto;
  bottom: 0;
  height: 0;
  border-bottom: 1px dashed #CAD0D6;
}

.publ-col-caption-txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.publ-col__key {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  display: none;
}

.publ-col__value {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.publ-col__value_mob {
  display: none;
}

.publ-col__value-empty {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #CAD0D6;
}

.publ-col-list {
  margin-bottom: 20px;
}

.publ-col__item {
  padding: 0 20px;
  position: relative;
  width: 100%;
  height: 62px;
  overflow: hidden;
  cursor: pointer;
}

.publ-col__item:hover .publ-col__value span {
  transform: scale(0);
  transition: transform 100ms;
}

.publ-col__item:hover .publ-price {
  transform: scale(1);
  transition: transform 100ms;
}

.publ-col__item:hover:before {
  transform: scale(0);
  transition: transform 50ms;
}

.publ-col__item:after {
  content: '';
  position: absolute;
  width: calc(100% - 40px);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  height: 0;
  border-bottom: 1px dashed #CAD0D6;
}

.publ-col__item:last-of-type::after {
  display: none;
}

.publ-col__item_yellow {
  background-color: #FFFDD9;
}

.publ-col__item_yellow:before {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml;charset=UTF-8,%EF%BB%BF%3Csvg%20width%3D%2228%22%20height%3D%2233%22%20viewBox%3D%220%200%2028%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EGroup%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-2410%20-1878)%22%3E%0D%0A%3Cg%20id%3D%22Group%22%3E%0D%0A%3Cg%20id%3D%22Rectangle%2017%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(2412%201901)%22%20fill%3D%22%23E19532%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2017%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22matrix(1%200%200%20-1%202410%201897)%22%20fill%3D%22%23E19532%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2017%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_fill%22%20transform%3D%22matrix(-1%200%200%20-1%202438%201897)%22%20fill%3D%22%23E19532%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2017%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22matrix(-1%200%200%201%202436%201901)%22%20fill%3D%22%23E19532%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Rectangle%2019%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path2_fill%22%20transform%3D%22translate(2421%201881)%22%20fill%3D%22%23E19532%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%202%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path3_fill%22%20transform%3D%22translate(2414%201878)%22%20fill%3D%22%23E19532%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%20id%3D%22Vector%202%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path4_fill%22%20transform%3D%22matrix(-1%200%200%201%202434%201878)%22%20fill%3D%22%23E19532%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%200%200L%2010%200L%2010%2010L%205%2010C%202.23858%2010%200%207.76142%200%205L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_fill%22%20d%3D%22M%200%200L%2012%200L%2012%2012L%205%2012C%202.23858%2012%200%209.76142%200%207L%200%200Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path2_fill%22%20d%3D%22M%200%203C%200%201.34315%201.34315%200%203%200C%204.65685%200%206%201.34315%206%203L%206%204L%200%204L%200%203Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path3_fill%22%20d%3D%22M%202.8243%200.124775C%206.41743%20-0.721826%208.43857%202.94678%209%204.88691L%208%207C%206.8772%207.35275%204.05944%208.37915%202.26287%207.53255C%200.0171583%206.4743%20-1.66712%201.18303%202.8243%200.124775Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path4_fill%22%20d%3D%22M%202.8243%200.127012C%206.41743%20-0.73477%208.43857%202.99962%209%204.97454L%208%207.12552C%206.8772%207.4846%204.05944%208.5294%202.26287%207.66762C%200.0171583%206.59039%20-1.66712%201.20424%202.8243%200.127012Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 28px;
  height: 33px;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: scale(1);
  transition: transform 50ms;
}

.publ-col__item_empty {
  display: flex;
  justify-content: center;
  align-items: center;
}

.publ-col__badge {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  color: white;
  background-color: #00B4F0;
  padding: 4px 20px;
  border-radius: 5px;
  position: absolute !important;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 160px;
  width: 100%;
}

.publ-col-title {
  text-align: center;
  padding-bottom: 25px;
  height: 50px;
  overflow: hidden;
}

.publ-col__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.publ-col-subhead {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  overflow: hidden;
}

.publ-col-subhead_gray {
  background-color: #f0f2f5;
}

.publ-col__diagram {
  background-color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 25px rgba(30, 160, 30, 0.61);
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.publ-col__diagram:before,
.publ-col__diagram:after {
  content: '';
  position: absolute;
  background-color: #1EA01E;
}

.publ-col__diagram_75:before {
  width: 50%;
  height: 50%;
  left: 0;
  bottom: 0;
}

.publ-col__diagram_75:after {
  width: 50%;
  height: 100%;
  right: 0;
}

.publ-col__diagram_50:after {
  width: 50%;
  height: 100%;
  right: 0;
}

.publ-col__diagram_25:after {
  width: 50%;
  height: 50%;
  top: 0;
  right: 0;
}

.publ-col__result {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.publ-col-img {
  position: relative;
  width: 120px;
  height: 50px;
  margin: 0 auto;
}

.publ-col__img {
  position: absolute;
  left: 0;
  right: 0;
  border: 1px solid #D8D8D7;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  top: -90px;
  background-color: #fff;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.publ-col-btn {
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.publ-col__btn {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}

.publ-diagram__data {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1;
}

.publ-price {
  text-align: center;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 15px;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 135px;
  transform: scale(0);
  transition: transform 100ms;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
}

.publ-progress {
  padding: 45px 0 35px;
}

.publ-progress__title {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.publ-progress__item {
  text-align: center;
}

.publ-progress-reason {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  margin-right: 25px;
}

.publ-progress-condition {
  display: inline-block;
  width: 64%;
  vertical-align: top;
}

.publ-progress-condition-list {
  *zoom: 1;
}

.publ-progress-condition-list:before,
.publ-progress-condition-list:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.publ-progress-condition__item {
  float: right;
  width: 48%;
  display: flex;
}

.publ-progress-condition__item:first-of-type {
  float: left;
}

.publ-progress-condition__num {
  background-color: #C4C4C4;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  text-align: center;
  line-height: 35px;
  font-size: 21px;
  font-weight: bold;
  margin-right: 10px;
}

.publ-progress-condition__txt {
  width: 83%;
}

.publ-placing-exmp {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.publ-placing__title {
  text-align: center;
}

.publ-placing-item {
  width: 32%;
  background-color: #f0f2f5;
  position: relative;
  display: block;
  border-radius: 5px;
  text-align: center;
  padding: 65px 40px 30px;
  max-width: 380px;
}

.publ-placing-item:hover .publ-placing__txt {
  text-decoration: underline;
}

.publ-placing-link {
  display: block;
}

.publ-placing__logo {
  top: -45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 120px;
  height: 90px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.publ-placing__img {
  margin-bottom: 15px;
}

.publ-kn-current-item {
  width: 180px;
  margin-bottom: 25px;
  margin-right: 10px;
  margin-left: 10px;
}

.publ-kn-current-item:first-child {
  margin-left: 0;
}

.publ-kn-current-item:last-child {
  margin-right: 0;
}

.publ-kn-current-list {
  display: flex;
  /*justify-content: space-between;*/
  /*justify-content: center;*/
  flex-wrap: wrap;
}

.publ-kn-current-link {
  display: block;
}

.publ-kn-current-link:hover .glob-link {
  text-decoration: underline;
}

.publ-kn-current__link_of {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.publ-kn-current__img {
  position: relative;
  margin-bottom: 10px;
}

.publ-kn-current__img img {
  border-radius: 5px;
  object-fit: cover;
  width: 180px;
  height: 135px;
}

.publ-kn-current__badge {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  background-color: #14A096;
  padding: 1px 3px;
  border-radius: 3px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.circle-chart_50 {
  width: 50px;
  height: 50px;
}

.circle-chart_50 .circle {
  clip: rect(0px, 50px, 50px, 25px);
}

.circle-chart_50 .circle__paint {
  clip: rect(0, 25px, 50px, 0);
}

.circle-chart_shadow {
  box-shadow: 0 0 25px rgba(30, 160, 30, 0.61);
}

_:-ms-lang(x),
.publ-table tbody tr:nth-of-type(2) td:first-of-type:before {
  display: none;
}

_:-ms-lang(x),
.publ-table tbody td {
  border-bottom: 1px dashed #CAD0D6;
}

_:-ms-lang(x),
.publ-table tbody tr:first-of-type td:not(:first-of-type) {
  border-bottom: none;
}

_:-ms-lang(x),
.publ-table tbody tr:last-of-type {
  border-bottom: none;
}

_:-ms-lang(x),
.publ-table tbody tr:nth-last-of-type(1) td {
  border-bottom: none;
}

_:-ms-lang(x),
.publ-table tbody tr:nth-last-of-type(2) td {
  border-bottom: none;
}

_:-ms-lang(x),
.publ-table tbody tr:nth-last-of-type(3) td {
  border-bottom: none;
}

_:-ms-lang(x),
.publ-table tr:not(:first-of-type) td:after {
  display: none;
}

@media screen and (max-width: 1550px) {
  .publ-kn-current-item {
    width: 150px;
    margin-right: 8px;
    margin-left: 8px;
  }

  .publ-kn-current__img img {
    width: 100%;
    height: auto;
  }

  .publ-col {
    max-width: 240px;
  }

  .publ-col_caption {
    max-width: calc(100% - 720px);
  }
}

@media screen and (max-width: 1100px) {
  .service-pdf_mt {
    margin-top: 30px;
  }

  .fb-block {
    width: 100%;
    float: none;
    padding-bottom: 45px;
  }

  .publ-table__td_yellow .publ-col__value span {
    margin-left: 35px;
  }

  .publ-placing-exmp {
    flex-wrap: wrap;
    justify-content: center;
  }

  .publ-placing-item {
    width: 43%;
    margin-left: 15px;
    margin-right: 15px;
  }

  .publ-placing-item:not(:last-of-type) {
    margin-bottom: 50px;
  }

  .publ-kn-current-list {
    flex-wrap: wrap;
  }

  .publ-kn-current-item {
    width: 32%;
    margin-right: 1%;
    margin-left: 1%;
  }

  .publ-kn-current-item:nth-child(3n) {
    margin-right: 0;
  }

  .publ-kn-current-item:nth-child(3n+1) {
    margin-left: 0;
  }

  .publ-col {
    max-width: 190px;
  }

  .publ-col_caption {
    max-width: 570px;
  }

  .publ-col-caption-txt {
    line-height: 1;
  }

  .publ-col__item {
    padding: 0 5px;
  }

  .publ-col__item::after {
    width: calc(100% - 10px);
  }

  .publ-col__item_yellow::before {
    display: none;
  }
}

@media screen and (max-width: 788px) {
  .publ-table {
    display: none;
  }

  .publ-table-block {
    display: block;
  }

  .publ-col {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    border-right: 1px solid #D8D8D7;
    margin-bottom: 40px;
  }

  .publ-col:nth-child(n) {
    border-radius: 5px;
  }

  .publ-col_caption {
    display: none;
  }

  .publ-col__item {
    padding: 18px 20px;
    height: auto;
    display: table;
  }

  .publ-col__item::after {
    width: calc(100% - 40px);
  }

  .publ-col__item_empty {
    display: none;
  }

  .publ-col-title {
    padding-bottom: 20px;
  }

  .publ-col__title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    line-height: 1.4;
  }

  .publ-col__key {
    padding-right: 15px;
    display: table-cell;
  }

  .publ-col__value {
    display: none;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
  }

  .publ-col__value_mob {
    display: block;
  }

  .publ-col-img {
    height: 50px;
  }

  .publ-col__img {
    top: -80px;
  }

  .publ-col__result {
    padding-top: 0;
    padding-bottom: 0;
  }

  .publ-progress-reason {
    width: 100%;
    margin-right: 0;
  }

  .publ-progress-condition {
    width: 100%;
  }

  .publ-placing-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 530px) {
  .publ-progress-condition__item {
    float: none;
    width: 100%;
  }

  .publ-progress-condition__item:first-of-type {
    float: none;
    margin-bottom: 15px;
  }

  .publ-kn-current-item {
    width: 48%;
  }

  .publ-kn-current-item:nth-child(odd) {
    margin-right: 1%;
    margin-left: 0;
  }

  .publ-kn-current-item:nth-child(even) {
    margin-left: 1%;
    margin-right: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .publ-table tbody tr:nth-of-type(2) td:first-of-type:before {
    display: none;
  }

  .publ-table tbody td {
    border-bottom: 1px dashed #CAD0D6;
  }

  .publ-table tbody tr:first-of-type td:not(:first-of-type) {
    border-bottom: none;
  }

  .publ-table tbody tr:last-of-type td,
  .publ-table tbody tr:nth-last-of-type(1) td,
  .publ-table tbody tr:nth-last-of-type(2) td,
  .publ-table tbody tr:nth-last-of-type(3) td {
    border-bottom: none;
  }

  .publ-table tr:not(:first-of-type) td:after {
    display: none;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.publ-packet-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.publ-packet-item {
  width: 48%;
  margin-bottom: 40px;
}

.publ-packet-item-link {
  display: flex;
  font-size: 0;
}

.publ-packet-item-link:hover .publ-packet-item__title {
  text-decoration: underline;
}

.publ-packet-item__icon {
  margin-right: 20px;
  width: 180px;
  flex-shrink: 0;
}

.publ-packet-item__icon img {
  width: 100%;
}

.publ-packet-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 1 100%;
}

.publ-packet-item-txt {
  margin-bottom: 20px;
  margin-top: -4px;
}

.publ-packet-item__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}

.publ-packet-item__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.publ-packet-item__price {
  font-size: 16px;
  line-height: 1.2;
  line-height: 1.4;
  display: inline-block;
  font-weight: bold;
  background-color: #FFCD05;
  border-radius: 5px;
  padding: 10px 15px;
  position: relative;
  /*top: -4px;*/
  align-self: flex-start;
}

.publ-packet-plus {
  padding-top: 30px;
}

.publ-packet-plus_pt0 {
  padding-top: 0;
}

.publ-packet-plus__title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 45px;
}

.publ-packet-plus__list {
  font-size: 0;
}

.publ-packet-plus__list-item {
  display: inline-block;
  vertical-align: top;
  width: 380px;
  margin-right: 20px;
  margin-bottom: 30px;
}

.publ-packet-plus__list-item:nth-child(3n) {
  margin-right: 0;
}

.publ-packet-plus-item {
  display: flex;
  align-items: center;
  font-size: 0;
}

.publ-packet-plus-item.publ-packet-plus-item_top {
  align-items: flex-start;
}

.publ-packet-plus__icon {
  margin-right: 20px;
}

.publ-packet-plus__txt {
  flex: 0 1 auto;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.publ-packet-plus__txt_top {
  margin-top: -5px;
}

.publ-packet-plus__txt-title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

@media screen and (max-width: 1550px) {
  .publ-packet-plus__list-item {
    width: 32%;
    margin-right: 2%;
  }

  .publ-packet-plus__list-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1100px) {
  .publ-packet-item {
    width: 100%;
    max-width: 650px;
  }

  .publ-packet-plus__list-item {
    width: 48%;
    margin-right: 2%;
  }

  .publ-packet-plus__list-item:nth-child(3n) {
    margin-right: 2%;
  }

  .publ-packet-plus__list-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 530px) {
  .publ-packet-item-link {
    display: block;
    text-align: center;
  }

  .publ-packet-item__title {
    margin-top: 15px;
  }

  .publ-packet-item__price {
    margin-left: auto;
    margin-right: auto;
  }

  .publ-packet-item__icon {
    margin-left: auto;
    margin-right: auto;
  }

  .publ-packet-plus__list-item {
    width: 100%;
  }

  .publ-packet-plus__list-item:nth-child(n) {
    margin-right: 0%;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.apply-service__main {
  width: calc(100% - 400px);
  float: left;
}

.apply-service__form {
  max-width: 400px;
}

.apply-service__form .input-edit__data {
  max-width: 100%;
}

.apply-service__form .input-edit__textarea {
  max-width: 100%;
}

.apply-service__form .form__txt {
  margin-bottom: 10px;
}

.apply-service__form .form-description__text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
  margin-top: 10px;
}

@media screen and (max-width: 1100px) {
  .apply-service__main {
    float: none;
    width: 100%;
  }

  .apply-service__form {
    padding-bottom: 20px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.aw-19-bg-b {
  background-color: #191919;
}

.aw-19-bg-b_bg {
  background-image: url("/img/fr/award/2019/awards19-b-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.aw-19-bg-w {
  background-color: #ffffff;
  background-image: url("/img/fr/award/2019/leaves-bg.svg");
  background-repeat: no-repeat;
  background-position: 300px 0;
  background-size: cover;
}

.awards-2019-info {
  margin-bottom: 56px;
  padding: 26px 40px 43px 40px;
  border: 20px solid #ECAE02;
}

.awards-2019-info p {
  font-size: 24px;
  line-height: 1.17;
  text-align: center;
  color: #ffffff;
}

.awards-2019-info_custom {
  margin-bottom: 32px;
}

.awards-2019-info_custom p {
  font-size: 32px;
}

.awards-2019-movie h2 {
  margin-bottom: 56px;
  font-size: 36px;
  line-height: 1.17;
  font-weight: bold;
  color: #ffffff;
}

.awards-2019-movie__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 72px;
  margin-left: -60px;
}

.awards-2019-movie__item {
  flex-grow: 1;
  max-width: 470px;
  height: 281px;
  max-height: 281px;
  margin-left: 60px;
}

.on-awards-2019 {
  padding-top: 56px;
}

.on-awards-2019 h2 {
  margin-bottom: 56px;
  font-size: 36px;
  line-height: 1.17;
  font-weight: bold;
}

.on-awards-2019__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: 47px;
}

.on-awards-2019__item {
  display: flex;
  align-items: center;
  width: 490px;
  margin-left: 20px;
  margin-bottom: 25px;
}

.on-awards-2019__item b {
  flex-shrink: 0;
  margin-right: 16px;
  font-size: 40px;
  line-height: 1.17;
  font-weight: bold;
  text-align: center;
  border-bottom: 4px solid #ECAE02;
}

.on-awards-2019__item span {
  font-size: 24px;
  line-height: 1.3;
}

.awards-19-stages__columns {
  display: flex;
  align-items: flex-end;
}

.awards-19-stages__column {
  max-width: 407px;
}

.awards-19-stages__column h3 {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 1.17;
}

.awards-19-stages__column p {
  font-size: 32px;
  line-height: 1.17;
  font-weight: bold;
}

.awards-19-stages__tn {
  font-weight: normal;
}

.awards-19-stages__text {
  max-width: 564px;
  padding-right: 175px;
  margin-left: auto;
  font-size: 18px;
  line-height: 1.4;
  background-image: url("/img/fr/award/2019/awards-2019-star.svg");
  background-position: 97% 0;
  background-repeat: no-repeat;
}

.awards-19-stages__line {
  position: relative;
  z-index: 1;
  height: 10px;
  margin: 58px 0;
  padding: 2px 0;
  border: none;
  border: 2px solid #ffffff;
  border-radius: 50px;
  background-color: #EAEAEA;
}

.awards-19-stages__list {
  display: flex;
  margin-left: -50px;
  margin-bottom: 48px;
}

.awards-19-stages__item {
  position: relative;
  flex-basis: 21%;
  margin-left: 50px;
}

.awards-19-stages__item p {
  font-size: 18px;
  line-height: 1.33;
}

.a-19-s-l {
  position: absolute;
  content: "";
  top: -111px;
  left: 50%;
  width: 94px;
  height: 94px;
  margin-left: -47px;
}

.a-19-s-l_1 {
  background-image: url(/img/fr/award/2019/circle-graph.svg);
}

.a-19-s-l_2 {
  background-image: url(/img/fr/award/2019/circle-graph-2.svg);
}

.a-19-s-l_3 {
  background-image: url(/img/fr/award/2019/circle-graph-3.svg);
}

.a-19-s-l_4 {
  background-image: url(/img/fr/award/2019/circle-graph-4.svg);
}

.a-19-s-l_5 {
  background-image: url(/img/fr/award/2019/circle-graph-5.svg);
}

.a-19-s-l_6 {
  background-image: url(/img/fr/award/2019/circle-graph-6.svg);
}

.a-19-s-l_7 {
  background-image: url(/img/fr/award/2019/circle-graph-7.svg);
}

.awards-19-stages__item_custom {
  flex-basis: 25%;
}

.awards-19-stages__item_custom:last-child {
  flex-basis: 40%;
}

.awards-19-stages__info {
  display: block;
  margin-bottom: 56px;
  font-size: 32px;
  line-height: 1.17;
}

.awards-19-bottom {
  padding: 56px 0;
}

.awards-19-gallery {
  text-align: center;
}

.awards-19-gallery__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -12px;
  margin-bottom: 17px;
}

.awards-19-gallery__item {
  margin-left: 12px;
  margin-bottom: 12px;
}

.awards-19-gallery__slogan {
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 1.17;
  color: #FFFFFF;
}

.awards-19-gallery__btn {
  display: inline-block;
  width: 282px;
  padding: 12px 30px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: #262626;
  border: 0;
  background-color: #ECAE02;
  border-radius: 6px;
  cursor: pointer;
}

.awards-19-media {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
}

.awards-19-media__item {
  margin-left: 16px;
}

.awards-19-slider {
  height: 230px;
  overflow: hidden;
}

.awards-19-slider .swiper-slide-active {
  width: 255px !important;
  height: 230px !important;
}

.awards-19-slider .swiper-container {
  width: 100%;
  height: 100%;
}

.awards-19-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 6px;
}

.awards-19-slider__list {
  display: flex;
}

.awards-19-slider__item {
  width: 255px;
}

.awards-19-slider__item img {
  width: 255px;
  height: 230px;
  object-fit: cover;
  border-radius: 6px;
}

.awards-19-slider_2 .awards-19-slider__list {
  margin-left: -16px;
}

.awards-19-slider_2 .awards-19-slider__item {
  margin-left: 16px;
}

.a19_36,
.a19_28,
.a19_32 {
  line-height: 1.17;
}

.celebration-top .img-responsive {
  width: auto;
}

.celebration-top .celebration-top-header__title p:first-child {
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: bold;
  text-align: left;
}

.celebration-top .celebration-top-header__title p:last-of-type {
  font-size: 28px;
  text-align: left;
}

.celebration-top .celebration-top-header__title {
  margin-left: 10px;
  max-width: 1000px;
  margin-bottom: 28px;
}

.celebration-top .celebration__time-container {
  text-align: center;
}

.celebration-top .celebration__time-container p:first-child {
  font-size: 32px;
  padding-bottom: 8px;
}

.celebration-top .celebration__time-container p:last-child {
  font-size: 36px;
  font-weight: bolder;
}

.celebration-top .celebration__statistic-container__years {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  margin-left: -20px;
}

.celebration-top .celebration__statistic-container {
  color: white;
  background-color: #191919;
  padding: 56px 0 12px 0;
}

.celebration-top .celebration__statistic-container p.title {
  font-size: 36px;
}

.celebration-top .celebration__statistic-container .celebration__statistic-year {
  margin-bottom: 30px;
  font-size: 32px;
  display: flex;
}

.celebration-top .celebration__statistic-container .celebration__statistic-year img,
.celebration-top .celebration__statistic-container .celebration__statistic-year p {
  display: flex;
}

.celebration-top .celebration__statistic-container .celebration__statistic-year p {
  width: min-content;
  margin-left: 32px;
}

.celebration-top .celebration__statistic-container .celebration__statistic {
  display: flex;
}

.celebration-top .celebration__statistic-container .celebration__statistic p {
  font-size: 24px;
  vertical-align: top;
  max-width: 235px;
  width: fit-content;
  margin: 10px 8px;
}

.celebration-top .celebration__statistic-container .celebration__statistic p:last-of-type {
  line-height: 1.17;
}

.celebration-top .celebration__statistic-container .celebration__statistic p.max-width {
  max-width: 385px;
}

.celebration-top .celebration__statistic-container .celebration__statistic span {
  text-decoration: underline;
  font-size: 40px;
  text-underline-position: under;
  white-space: nowrap;
}

.celebration-top .celebration__statistic-container .celebration__statistic-container__year-description {
  flex-basis: 47%;
  margin-bottom: 30px;
  margin-left: 20px;
}

.celebration-top .celebration__statistic-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.celebration-top .celebration-body {
  background-color: #191919;
}

.celebration-top .celebration__statistic-container {
  margin: 0 auto;
}

.a-19-bg-mid {
  background-color: #191919;
  background-image: url("/img/fr/award/2019/leaves-bg_2.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.a-19-bg-mid .celebration-body,
.a-19-bg-mid .aw-19-bg-b {
  background-color: transparent;
}

.a-19-bg-mid .celebration__statistic-container {
  background-color: transparent;
}

.a-19-bg-top {
  padding: 56px 0;
  background-image: url("/img/fr/award/2019/leaves-bg_3.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0px) {
  .celebration-top .r2016nom-content {
    padding: 0 !important;
  }
}

@media screen and (min-width: 661px) {
  .r2016nom-head {
    padding: 50px 0 !important;
    margin: 0 !important;
  }
}

@media screen and (min-width: 789px) {
  .awards-19-slider_2 {
    display: none;
  }
}

@media screen and (min-width: 851px) {
  .aw-19-bg-b_bg,
  .aw-19-bg-w {
    background-position: center;
  }
}

@media screen and (min-width: 1101px) {
  .container.awards-2019 {
    width: 1020px;
  }
}

@media screen and (max-width: 1100px) {
  .awards-19-slider .swiper-slide {
    min-height: 230px !important;
  }

  .awards-19-slider .swiper-slide-prev,
  .awards-19-slider .swiper-slide-next {
    visibility: visible;
  }
}

@media screen and (max-width: 900px) {
  .a19-img {
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 788px) {
  .awards-2019-info {
    margin-bottom: 40px;
    padding: 17px;
  }

  .awards-2019-info p,
  .on-awards-2019__item span {
    font-size: 16px;
  }

  .awards-2019-info_custom {
    margin-bottom: 20px;
  }

  .awards-2019-info_custom p {
    font-size: 20px;
  }

  .aw-19-bg-w {
    background-position: 0 0;
  }

  .awards-2019-movie h2,
  .on-awards-2019 h2 {
    margin-bottom: 26px;
    font-size: 24px;
  }

  .awards-2019-movie__item {
    width: 100%;
  }

  .awards-2019-movie__item:first-child {
    margin-bottom: 20px;
  }

  .awards-2019-movie__list {
    justify-content: center;
    margin-bottom: 36px;
  }

  .on-awards-2019 {
    padding-top: 30px;
  }

  .on-awards-2019__item {
    margin-bottom: 15px;
  }

  .on-awards-2019__item b {
    min-width: 42px;
    font-size: 28px;
  }

  .on-awards-2019__list {
    margin-bottom: 21px;
  }

  .awards-19-stages__columns {
    flex-wrap: wrap;
  }

  .awards-19-stages__column {
    max-width: none;
  }

  .awards-19-stages__column h3,
  .awards-19-stages__column p {
    font-size: 20px;
  }

  .awards-19-stages__column p {
    margin-bottom: 16px;
  }

  .awards-19-stages__text {
    max-width: none;
    padding-right: 0;
    margin-left: 0;
    font-size: 14px;
    background-image: none;
  }

  .awards-19-stages__line {
    margin: 29px 0;
  }

  .awards-19-stages__list {
    flex-wrap: wrap;
    margin-bottom: 17px;
  }

  .awards-19-stages__item {
    flex-basis: auto;
    margin-bottom: 16px;
  }

  .awards-19-stages__item p {
    font-size: 14px;
  }

  .awards-19-stages__item_custom:last-child {
    flex-basis: auto;
  }

  .awards-19-stages__info {
    margin-bottom: 40px;
    font-size: 20px;
  }

  p.awards-19-stages__space {
    margin-bottom: 0;
  }

  .a-19-s-l {
    display: none;
  }

  .awards-19-bottom {
    padding: 40px 0;
  }

  .awards-19-gallery__list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .awards-19-gallery__list::-webkit-scrollbar {
    display: none;
    height: 0;
  }

  .awards-19-gallery__slogan {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .awards-19-slider__list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .awards-19-slider__list::-webkit-scrollbar {
    display: none;
    height: 0;
  }

  .awards-19-slider_hide {
    display: none;
  }

  .new-boss .new-boss-old-style p {
    padding-bottom: 12px;
  }

  .celebration-top .celebration__statistic-container__years {
    margin-left: -15px;
  }

  .celebration-top .celebration__statistic-container .celebration__statistic-container__year-description {
    margin-left: 15px;
  }

  .celebration-top .celebration__statistic-container {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .a-19-bg-top {
    padding: 30px 0;
  }
}

@media screen and (max-width: 530px) {
  .on-awards-2019__hide {
    display: none;
  }
}

@media screen and (min-width: 1381px) and (max-width: 1640px) {
  .aw-19-bg-b_bg,
  .aw-19-bg-w {
    background-position: 300px center;
  }
}

@media screen and (min-width: 531px) and (max-width: 788px) {
  .on-awards-2019__item {
    flex-basis: 40%;
  }
}

@media screen and (max-device-width: 788px) {
  .celebration-top .celebration-top-header__title p:first-child {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .celebration-top .celebration-top-header__title p:last-of-type {
    font-size: 18px;
  }

  .celebration-top .celebration__time-container p:first-child {
    font-size: 20px;
  }

  .celebration-top .celebration__time-container p:last-child {
    font-size: 24px;
    font-weight: bolder;
  }

  .celebration-top .celebration-top-header__title p.title {
    font-size: 24px;
  }

  .celebration-top .celebration-top-header__title {
    margin-bottom: 20px;
  }

  .celebration-top .celebration__statistic-container .celebration__statistic-year {
    font-size: 20px;
  }

  .celebration-top .celebration__statistic-container .celebration__statistic p {
    font-size: 16px;
  }

  .celebration-top .celebration__statistic-container .celebration__statistic span {
    font-size: 28px;
  }

  .celebration-top .celebration__statistic-container .celebration__statistic-year p {
    margin-left: 16px;
  }

  .celebration-top .celebration__statistic-container .celebration__statistic-year {
    margin-bottom: 20px;
    align-items: center;
  }

  .celebration-top .celebration__statistic-container .celebration__statistic p {
    margin: 0px 8px;
  }

  .celebration-top .celebration__statistic-year {
    margin-bottom: 20px;
  }

  .celebration-top .celebration__statistic-year p {
    padding-bottom: 0px;
    padding-top: 10px;
  }

  .celebration-top .celebration__statistic-container__years {
    flex-direction: column;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.access-head .beboss-head__btn-user {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0 15px 10px;
}

.access-head .beboss-head__btn-user:hover {
  background-color: #e9f6e9;
}

.access-head .beboss-head__btn__userpic {
  margin: 0 10px 0 0;
}

.access-head .beboss-head__btn-exit {
  display: inline-block;
  padding: 20px 10px;
}

.access-head .beboss-head__btn-exit:hover {
  background-color: #e9f6e9;
}

.access-head .beboss-head__userpic {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}

.access-head .beboss-head__exit {
  display: inline-block;
  font-size: 16px;
}

.access-body-title {
  display: flex;
  align-items: center;
}

.access-title__icon {
  width: 64px;
  height: 64px;
  background-color: #ECEEF2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.access-title__txt {
  font-size: 18px;
  flex: 1 1 auto;
}

.access-app__name {
  font-weight: bold;
}

.access-list {
  padding-left: 13px;
}

.access-list__item {
  display: flex;
}

.access-list__item + .access-list__item {
  margin-top: 22px;
}

.access-list__icon {
  width: 38px;
  height: 38px;
  background-color: #ECEEF2;
  border-radius: 50%;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.access-list__info {
  font-size: 16px;
}

.access-list__title {
  font-weight: bold;
}

.access-main {
  flex: 1 0 auto;
}

.access-form {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1 0 auto;
}

.access-footer {
  flex: 0 0 auto;
  background-color: #ECEEF2;
  padding: 10px 20px;
}

.access-footer-wrap {
  *zoom: 1;
}

.access-footer-wrap:before,
.access-footer-wrap:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.access-footer-btn {
  float: right;
  font-size: 0;
}

.access-footer__btn {
  display: inline-block;
  border: none;
  height: 40px;
  line-height: 39px;
  width: 135px;
  text-align: center;
  border-radius: 6px;
  font-size: 16px;
}

.access-footer__btn:first-of-type {
  margin-right: 20px;
}

.access-footer__btn.white {
  background-color: #fff;
  color: #666666;
}

.access-footer__btn.white:hover {
  background-color: #afafaf;
  color: #fff;
}

.access-footer__btn.green {
  background-color: #1EA01E;
  color: #fff;
}

.access-footer__btn.green:hover {
  background-color: #198219;
}

@media screen and (max-width: 850px) {
  .access-head .beboss-head__btn-user {
    padding: 5px 0 13px 10px;
  }

  .access-head .beboss-head__btn-exit {
    margin-right: 5px;
    padding: 15px 10px;
  }

  .access-footer {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 788px) {
  .access-body {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 530px) {
  .access-title__txt {
    font-size: 16px;
  }

  .access-head .beboss-head__logo-text {
    display: inline-block;
  }

  .access-footer-btn {
    float: none;
    width: 100%;
  }

  .access-footer__btn {
    width: calc((100% - 20px)/2);
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.add-obj {
  margin-bottom: 50px;
}

.add-obj__content {
  max-width: 850px;
}

.add-obj__breadcrumbs {
  margin-top: 30px;
}

.add-obj__title {
  margin-top: 15px;
}

.add-obj__form {
  margin-top: 10px;
}

.add-obj__login {
  margin-top: 50px;
}

.add-obj__text {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4;
}

.add-obj__text_bottom {
  margin-top: 30px;
}

.add-obj-mess {
  background-color: #FFF4B3;
  border-radius: 10px;
  padding: 10px 20px;
}

.add-obj-security {
  padding: 10px 20px;
  border: 1px solid rgba(30, 160, 30, 0.5);
  border-radius: 10px;
}

.add-obj-security__img {
  width: 48px;
  margin-right: 8px;
  font-size: 0;
}

.add-obj-security__content {
  width: calc(100% - 56px);
}

.add-obj .b_bor-bot-g:last-of-type {
  margin-bottom: -40px;
  border-bottom: none;
}

.ao-main__title {
  margin-top: 30px;
}

.ao-main__list {
  margin-top: 35px;
}

.ao-main__item {
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 55px;
}

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

.ao-main-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -55px;
}

.ao-item {
  position: relative;
}

.ao-item__body {
  font-size: 0;
}

.ao-item__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 20px;
}

.ao-item__title {
  display: inline-block;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  vertical-align: top;
}

.ao-item__text {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 5px;
}

.ao-item__btn {
  display: inline-block;
  margin-right: 10px;
}

.ao-item__btn:last-of-type {
  margin-right: 0;
}

.ao-item__btn-container {
  padding-left: 80px;
  margin-top: -20px;
  font-size: 0;
}

.ao-contact {
  padding: 10px 20px 10px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fa961e;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.ao-contact_company {
  border-color: rgba(0, 0, 0, 0.2);
}

.ao-contact_company .ao-contact__img {
  width: 60px;
  border-radius: 6px;
}

.ao-contact_change-company {
  border: none;
  padding: 0;
}

.ao-contact_change-company .ao-contact__img {
  width: 100px;
  height: 75px;
  border-radius: 6px;
  margin-right: 20px;
}

.ao-contact_change-company .ao-contact__subtitle {
  margin-top: 5px;
}

.ao-contact_change-company .ao-contact__body {
  width: calc(100% - 200px);
}

.ao-contact_change-company .glob-link {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.ao-contact_change-company:hover .glob-link {
  text-decoration: underline;
}

.ao-contact__img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eceef2;
  border-radius: 50%;
  overflow: hidden;
}

.ao-contact__body {
  margin-right: 10px;
  width: calc(100% - 150px);
}

.ao-contact__title {
  font-size: 18px;
  line-height: 1.4;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.ao-contact__subtitle {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.4);
}

.ao-contact__link-edit {
  margin-left: auto;
  width: 70px;
  text-align: right;
  white-space: nowrap;
}

.ao-form__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.ao-form__note {
  font-size: 18px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 10px;
}

.ao-form__contact-list {
  display: flex;
  margin-top: 20px;
}

.ao-form__contact-item {
  width: calc(50% - 20px);
  margin-right: 40px;
}

.ao-form__contact-item:last-child {
  margin-right: 0;
}

.ao-form__item {
  display: block;
  margin-top: 20px;
}

.ao-form__item_half {
  max-width: 405px;
}

.ao-form__item_radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.ao-form__item_radio .ao-form-item__caption {
  margin-bottom: 0;
  margin-right: 30px;
}

.ao-form__item_radio .ao-form-item__elem {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}

.ao-form__item_radio .ao-form-item__elem .bk-radio {
  margin-right: 30px;
}

.ao-form__item_radio .ao-form-item__elem .bk-radio:last-child {
  margin-right: 0;
}

.ao-form__item_radio .ao-form-item__note {
  width: 100%;
}

.ao-form__item_tabs .tabs-panel {
  justify-content: flex-start;
}

.ao-form__item_tabs .tabs__btn {
  width: 50%;
}

.ao-form__item_variants .ao-form-item__elem {
  display: flex;
}

.ao-form__item_variants .ao-form-item__elem * {
  margin-right: 40px;
}

.ao-form__item_variants .ao-form-item__elem *:last-child {
  margin-right: 0;
}

.ao-form__item-group {
  display: flex;
  align-items: flex-end;
}

.ao-form__item-group .ao-form__item {
  width: 50%;
  margin-left: 40px;
}

.ao-form__item-group .ao-form__item:first-child {
  margin-left: 0;
}

.ao-form__item-group_city .ao-form__item {
  width: 100%;
  margin-left: 20px;
}

.ao-form__item-group_city .ao-form__item:first-child {
  margin-left: 0;
}

.ao-form__item-group_city .ao-form__item:last-child {
  width: auto;
}

.ao-form__item-group_period {
  position: relative;
}

.ao-form__item-group_period .ao-form-item__caption {
  width: calc(200% + 40px);
}

.ao-form__item-group_btn-and-link {
  flex-wrap: wrap;
  align-items: center;
  margin-left: -30px;
}

.ao-form__item-group_btn-and-link .ao-form__item {
  width: auto;
  margin-left: 30px !important;
}

.ao-form__additional {
  margin-top: 20px;
}

.ao-form__section {
  margin-top: 20px;
}

.ao-form__period-separator {
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -20px;
  width: 40px;
  text-align: center;
}

.ao-form__period-separator::after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 8px;
  background-color: #000000;
}

.ao-form__tabs {
  margin-top: 20px;
}

.ao-form-additional__title-container {
  display: flex;
}

.ao-form-additional__title-text {
  font-size: 18px;
  line-height: 1.4;
  padding-right: 30px;
  position: relative;
  margin-right: 15px;
  cursor: pointer;
}

.ao-form-additional__title-text::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M12%2C14.2426407%20L16.9497475%2C9.29289322%20C17.3402718%2C8.90236893%2017.9734367%2C8.90236893%2018.363961%2C9.29289322%20C18.7544853%2C9.68341751%2018.7544853%2C10.3165825%2018.363961%2C10.7071068%20L12.7071068%2C16.363961%20C12.3165825%2C16.7544853%2011.6834175%2C16.7544853%2011.2928932%2C16.363961%20L5.63603897%2C10.7071068%20C5.24551468%2C10.3165825%205.24551468%2C9.68341751%205.63603897%2C9.29289322%20C6.02656326%2C8.90236893%206.65972824%2C8.90236893%207.05025253%2C9.29289322%20L12%2C14.2426407%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  opacity: .2;
  margin-top: -12px;
}

.ao-form-additional__title-text.active::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M12%2C9.75735931%20L7.05025253%2C14.7071068%20C6.65972824%2C15.0976311%206.02656326%2C15.0976311%205.63603897%2C14.7071068%20C5.24551468%2C14.3165825%205.24551468%2C13.6834175%205.63603897%2C13.2928932%20L11.2928932%2C7.63603897%20C11.6834175%2C7.24551468%2012.3165825%2C7.24551468%2012.7071068%2C7.63603897%20L18.363961%2C13.2928932%20C18.7544853%2C13.6834175%2018.7544853%2C14.3165825%2018.363961%2C14.7071068%20C17.9734367%2C15.0976311%2017.3402718%2C15.0976311%2016.9497475%2C14.7071068%20L12%2C9.75735931%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  bottom: -1px;
}

.ao-form-additional__title-line {
  margin-top: 14px;
  border-top: 1px dashed #cccccc;
  flex-grow: 1;
}

.ao-form-item__caption {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
}

.ao-form-item__elem {
  position: relative;
}

.ao-form-item__elem._scrollbar .ao-scrollbar-h {
  display: block;
}

.ao-form-item__note {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 10px;
  margin-bottom: 0;
}

.ao-form-item__err {
  margin-top: 10px;
}

.ao-form-item__textarea.bk-textarea {
  min-height: 100px;
}

.ao-form-item__map-container {
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: 300px;
}

.ao-login {
  display: flex;
  align-items: center;
  background-color: #E9F6E9;
  border-radius: 10px;
  margin-top: 20px;
  padding: 0 20px;
}

.ao-login__img {
  margin-top: -20px;
  margin-right: 70px;
}

.ao-login__body {
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  width: 340px;
}

.ao-files {
  display: flex;
  min-height: auto !important;
  max-height: none !important;
  height: auto !important;
  padding-bottom: 50px;
  margin-bottom: -50px !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow: -moz-scrollbars-none !important;
  -ms-overflow-style: none;
}

.ao-files::-webkit-scrollbar {
  height: 0;
}

.ao-files_single {
  padding-bottom: 0;
  margin-bottom: -10px !important;
}

.ao-files__item {
  width: 200px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
}

.ao-files__item img {
  border-radius: 6px;
  max-height: 150px;
}

.ao-files__item:last-child {
  margin-right: 0;
}

.ao-files__item .publ-gallery-load__label {
  max-height: 150px;
  height: 150px;
}

.ao-files__loaded:hover .ao-files__delete-file {
  opacity: 1;
  width: auto;
}

.ao-files__loaded:hover .ao-files__edit {
  opacity: 1;
}

.ao-files__loaded.active .ao-files__delete-file {
  opacity: 1;
  width: auto;
}

.ao-files__loaded.active::before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.ao-files__dnd {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  pointer-events: none;
}

.ao-files__dnd span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  padding: 15px 20px;
  border: 2px dashed rgba(30, 160, 30, 0.5);
  background-color: #E9F6E9;
  border-radius: 10px;
  color: rgba(30, 160, 30, 0.5);
}

.ao-files__sort {
  height: 150px;
  border-radius: 6px;
  background-color: #ECEEF2;
}

.ao-files__main {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  padding: 8px;
  background-color: #fff;
  border-radius: 50%;
}

.ao-files__delete-file {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  padding: 8px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 150ms linear;
  cursor: pointer;
}

.ao-files__delete-file:hover i {
  opacity: 0.5;
}

.ao-files__delete-file i {
  opacity: 0.2;
}

.ao-files__name {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 20px;
}

.ao-files__name + .ao-form-item__note {
  margin-top: 0;
  line-height: 20px;
}

.ao-files__edit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  cursor: pointer;
  transition: opacity 150ms linear;
}

.ao-files__edit-icon {
  width: 40px;
  height: 40px;
  padding: 6px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.ao-files__edit-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #fff;
}

.ao-files__presentation .bk-flex__elem:first-of-type {
  width: calc(100% - 275px);
}

.ao-files__presentation .bk-flex__elem:last-of-type {
  width: 260px;
}

.ao-files__presentation .bk-flex__elem:last-of-type .bk-edit-btn {
  float: right;
}

.ao-files__example {
  width: 150px;
  height: 150px;
  margin-left: 10px;
}

.ao-scrollbar-h {
  display: none;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  position: relative;
  margin-top: 10px;
}

.ao-scrollbar-h__bar {
  position: absolute;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  cursor: pointer;
}

.ao-change-company {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 17px 20px 20px 20px;
  position: relative;
  margin: 0 auto;
}

.ao-change-company_step-1 {
  max-width: 500px;
}

.ao-change-company_step-1 .ao-change-company__btn-back {
  display: none;
}

.ao-change-company_step-1 .ao-change-company__body_step-1 {
  display: block;
}

.ao-change-company_step-2 {
  max-width: 760px;
}

.ao-change-company_step-2 .ao-change-company__body_step-2 {
  display: block;
}

.ao-change-company__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.ao-change-company__title_center {
  text-align: center;
  padding: 0 30px;
}

.ao-change-company__subtitle {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.4);
}

.ao-change-company__subtitle_center {
  text-align: center;
  padding: 0 30px;
}

.ao-change-company__btn {
  position: absolute;
  top: 20px;
  opacity: .2;
  transition: opacity 150ms linear;
  cursor: pointer;
}

.ao-change-company__btn:hover {
  opacity: .5;
}

.ao-change-company__btn_close {
  right: 20px;
}

.ao-change-company__btn_back {
  left: 20px;
}

.ao-change-company__body {
  display: none;
}

.ao-change-company__list {
  margin-top: 30px;
}

.ao-change-company__item {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.ao-change-company__item:first-child {
  padding-top: 0;
}

.ao-change-company__item:last-child {
  padding-bottom: 0;
  border: none;
}

.ao-cc-form {
  display: flex;
  flex-wrap: wrap;
  padding-left: 40px;
  padding-right: 40px;
}

.ao-cc-form__item {
  display: block;
  margin-top: 17px;
  width: calc(50% - 20px);
  margin-right: 40px;
}

.ao-cc-form__item:nth-child(2n) {
  margin-right: 0;
}

.ao-cc-form__item_btn {
  width: 100%;
  margin-right: 0;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.ao-fr-dialog__message {
  margin-top: 30px;
}

.ao-fr-dialog__links {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.ao-fr-dialog-item {
  display: flex;
  align-items: center;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.ao-fr-dialog-item__icon {
  width: 100px;
  margin-right: 30px;
  flex-shrink: 0;
}

.ao-fr-dialog-item__icon img {
  width: 100%;
}

.ao-fr-dialog-item__text {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.ao-fr-dialog-links__item {
  display: flex;
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
}

.ao-fr-dialog-links__item:nth-child(2n) {
  margin-right: 0;
}

.ao-stage__item {
  font-size: 0;
  margin-bottom: 20px;
}

.ao-stage__item:last-child {
  margin-bottom: 0;
}

.ao-stage__label {
  display: inline-block;
  vertical-align: middle;
}

.ao-stage__label .bk-radio__text {
  white-space: nowrap;
}

.ao-stage__label .bk-checkbox__text {
  white-space: nowrap;
}

.ao-stage__description {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  opacity: .2;
  cursor: pointer;
  transition: opacity 150ms linear;
}

.ao-stage__description:hover {
  opacity: .5;
}

.ao-cat {
  background-color: #eceef2;
  border-radius: 10px;
  padding: 20px;
}

.ao-cat__list {
  font-size: 0;
  margin-bottom: -20px;
}

.ao-cat__item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-bottom: 20px;
}

.ao-uslugi {
  margin-top: 30px;
}

.ao-uslugi__icon {
  width: 50px;
  height: 50px;
  padding: 13px;
  border-radius: 50%;
}

.ao-uslugi__icon_top {
  background-color: #FA961E;
}

.ao-uslugi__icon_vitrina {
  background-color: #0088CC;
}

.ao-uslugi__icon_pro {
  background-color: #00B4F0;
}

.ao-uslugi__icon_mail {
  background-color: #00A79D;
}

.ao-uslugi__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 10px;
}

.ao-uslugi__title i,
.ao-uslugi__title span {
  vertical-align: middle;
}

.ao-uslugi__text {
  font-size: 18px;
  line-height: 1.4;
}

.ao-uslugi__text i,
.ao-uslugi__text span {
  vertical-align: middle;
}

.bk-tooltip.pasport-img {
  padding: 10px;
}

.bk-tooltip.pasport-img img {
  max-width: 150px;
  max-height: 150px;
}

.ao-form__pro-intro {
  margin-top: 20px;
  margin-bottom: 27px;
}

.pro-intro {
  padding: 50px 60px 0 60px;
  background-color: #ECEEF2;
  border-radius: 10px;
}

.pro-intro__columns {
  display: flex;
}

.pro-intro__column {
  margin-bottom: 50px;
  margin-right: 58px;
}

.pro-intro__lead {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
}

.pro-intro__text {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.55;
}

.pro-intro__button {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}

.pro-intro .pro-intro__button.button {
  padding: 12px 18px 14px;
}

.pro-intro__img {
  margin-top: auto;
}

@media screen and (max-width: 1100px) {
  .ao-main__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }

  .ao-main-list {
    margin-bottom: -35px;
  }
}

@media screen and (max-width: 788px) {
  .ao-login {
    flex-wrap: wrap;
    padding: 0 20px 20px;
  }

  .ao-login__img {
    margin-left: auto;
    margin-right: auto;
  }

  .ao-login__body {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .ao-form__contact-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .ao-form__contact-item:last-child {
    margin-bottom: 0;
  }

  .ao-form__contact-list {
    flex-wrap: wrap;
  }

  .ao-form__item-group .ao-form__item {
    margin-left: 20px;
  }

  .ao-form__item-group_city .button .bk-item__txt {
    display: none;
  }

  .ao-form__item-group_city .button .bk-item__icon {
    margin-top: 1px;
  }

  .ao-form__item-group_period .ao-form-item__caption {
    width: calc(200% + 20px);
  }

  .ao-form__period-separator {
    width: 20px;
    margin-left: -10px;
  }

  .ao-cc-form__item {
    width: 100%;
    margin-right: 0;
  }

  .ao-fr-dialog-item {
    flex-wrap: wrap;
  }

  .ao-fr-dialog-item__icon {
    margin-left: auto;
    margin-right: auto;
  }

  .ao-fr-dialog-item__text {
    margin-top: 10px;
    text-align: center;
    width: 100%;
  }

  .ao-fr-dialog__links {
    flex-wrap: wrap;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
  }

  .ao-fr-dialog-links__item {
    width: 100%;
    margin-right: 0;
  }

  .ao-cat__item {
    width: 100%;
  }

  .ao-files__presentation .bk-flex {
    flex-wrap: wrap;
  }

  .ao-files__presentation .bk-flex__elem {
    width: 100% !important;
    margin-left: 0;
  }

  .ao-files__presentation .bk-flex__elem .bk-edit-btn {
    margin-top: 15px;
    float: left !important;
  }
}

@media (max-width: 788px) {
  .pro-intro {
    padding: 15px;
    padding-bottom: 0;
  }

  .pro-intro__columns {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .pro-intro__column {
    width: 396px;
    margin-right: 10px;
    margin-bottom: 15px;
  }

  .pro-intro .pro-intro__button.button {
    padding: 12px 14px 14px;
  }
}

@media screen and (max-width: 530px) {
  .add-obj__breadcrumbs {
    margin-top: 15px;
  }

  .add-obj__title {
    margin-top: 10px;
  }

  .add-obj-mess {
    padding-left: 10px;
    padding-right: 10px;
  }

  .add-obj-security {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ao-main__list {
    margin-top: 0;
  }

  .ao-main__item {
    padding: 20px 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .ao-main__item:last-of-type {
    border-bottom: none;
  }

  .ao-item__icon {
    vertical-align: middle;
    margin-top: 0;
    margin-right: 10px;
  }

  .ao-item__title {
    width: calc(100% - 70px);
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    vertical-align: middle;
  }

  .ao-item__text {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }

  .ao-item__btn {
    width: calc(50% - 5px);
  }

  .ao-item__btn-container {
    margin-top: 15px;
    padding-left: 0;
  }

  .ao-item__btn .button {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    padding: 7px 10px 9px;
  }

  .ao-cc-form {
    padding-left: 0;
    padding-right: 0;
  }

  .ao-contact_change-company .ao-contact__img {
    width: 60px;
    height: 50px;
    margin-right: 10px;
  }

  .ao-contact_change-company .ao-contact__body {
    width: calc(100% - 150px);
  }

  .ao-contact_add-company .ao-contact__body {
    width: calc(100% - 70px);
    margin-right: 0;
  }

  .ao-cat {
    padding: 10px;
  }

  .ao-cat__item {
    margin-bottom: 10px;
  }

  .ao-cat__list {
    margin-bottom: -10px;
  }

  .ao-form__item_radio .ao-form-item__caption {
    margin-right: 0;
    width: 100%;
  }

  .ao-form__item_radio .ao-form-item__elem {
    margin-top: 10px;
    margin-left: 0;
  }

  .ao-uslugi {
    padding-bottom: 5px;
  }
}

@media (-moz-touch-enabled: 1) {
  .ao-files {
    overflow-x: auto !important;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

#wrap .presentation-load p {
  padding-bottom: 0;
}

#wrap .presentation-load * {
  box-sizing: border-box;
}

#wrap .presentation-load__title {
  margin-top: 11px;
}

#wrap .presentation-load__item {
  *zoom: 1;
  margin-bottom: 10px;
}

#wrap .presentation-load__item:before,
#wrap .presentation-load__item:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

#wrap .presentation-load__item:last-child {
  margin-bottom: 0;
}

#wrap .presentation-load__item_btn {
  margin-top: 10px;
}

#wrap .presentation-load__icon {
  float: left;
  margin-left: -8px;
}

#wrap .presentation-load__txt {
  margin-left: 5px;
  padding-top: 12px;
  padding-right: 30px;
  font-size: 16px;
  position: relative;
  float: left;
}

#wrap .presentation-load__delete {
  position: absolute;
  top: 15px;
  right: 0;
}

#wrap .presentation-load__btn {
  float: left;
}

#wrap .presentation-load__btn .btn .btn-txt {
  padding: 0 10px;
}

#wrap .presentation-load__type {
  float: left;
  margin-left: 15px;
  margin-top: 5px;
  font-size: 14px;
  color: #aaaaaa;
}

.icon {
  width: 24px;
  height: 24px;
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.dialogs {
  height: 100%;
  /*Список диалогов*/
  /*Старница сообщений*/
}

.dialogs-baron {
  position: relative;
}

.dialogs-baron-container_align-bottom {
  display: flex;
  align-items: flex-end;
}

.dialogs-baron.baron._macosx .baron__bar {
  width: 5px;
  border-radius: 5px;
}

.dialogs__head {
  height: 87px;
  padding: 30px 10px 10px;
  user-select: none;
}

.dialogs__body {
  position: relative;
  width: 100%;
  height: calc(100% - 87px);
}

.dialogs__body_drag .dialogs-mess__drag-and-drop {
  display: block;
}

.dialogs__title {
  display: inline-block;
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  vertical-align: middle;
}

.dialogs__search {
  display: inline-block;
  max-width: 280px;
  width: 100%;
  margin-top: 6px;
  margin-left: 15px;
  vertical-align: middle;
}

.dialogs__search .main-search__label:hover .main-search__input {
  border-color: transparent;
  box-shadow: none;
}

.dialogs__search .main-search__input {
  border-color: transparent;
}

.dialogs__search .main-search__input:hover {
  border-color: transparent;
}

.dialogs__search .main-search__input.bk-input-text::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.dialogs__search .main-search__input.bk-input-text::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.dialogs__search .main-search__input.bk-input-text:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.dialogs__search .main-search__input.bk-input-text:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.dialogs__search .main-search__input:focus {
  border-color: #8FD08F !important;
  box-shadow: 0 0 0 1px #8FD08F !important;
}

.dialogs__search .main-search__input:focus ~ .main-search__btn {
  opacity: 1;
}

.dialogs__search .main-search__input.active ~ .main-search__btn {
  opacity: 1;
}

.dialogs__search .main-search__btn {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.dialogs__search.active .main-search__icon .bk-icon-f {
  z-index: 10;
}

.dialogs__new-sms {
  display: flex;
  margin-top: 6px;
  float: right;
}

.dialogs__list {
  padding-top: 5px;
  margin-bottom: 20px;
  margin-right: 10px;
  user-select: none;
}

.dialogs__item {
  position: relative;
  display: block;
}

.dialogs__item_new {
  background-color: #E6F8FE;
  border-radius: 6px;
}

.dialogs__item_new .dialogs-content__text {
  font-weight: normal;
}

.dialogs__item_unread-out .dialog-content__sent-text {
  padding-top: 2px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 2px;
  background-color: #E6F8FE;
  border-radius: 6px;
}

.dialogs__item.active .dialogs-item__container {
  background-color: #E9F6E9;
  z-index: 2;
  position: relative;
}

.dialogs__item.active .dialogs__btn-mobile {
  z-index: 1;
}

.dialogs-item__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  padding: 10px;
  border-radius: 6px;
}

.dialogs-item__container:hover {
  background-color: #BFECFB;
}

.dialogs__btn-mobile {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -22px;
  display: flex;
  justify-content: flex-end;
  z-index: -1;
}

.dialogs-btn-mobile__item {
  width: 44px;
  height: 44px;
  padding: 10px;
}

.dialogs__account {
  width: calc(35% - 65px);
  flex-shrink: 0;
  padding-right: 15px;
}

.dialogs__account .mp-entrepreneur__text-container {
  margin-top: 1px;
}

.dialogs__content {
  width: calc(65% - 140px);
  min-height: 24px;
  padding-right: 15px;
}

.dialogs-content__title {
  font-size: 0;
}

.dialogs-content__title span {
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
}

.dialogs-content__img {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
}

.dialogs-content__text {
  font-size: 16px;
  margin-top: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.dialogs-content__text .dialogs-type-mes__text {
  width: calc(100% - 36px);
  margin-left: 12px;
}

.dialogs__info {
  display: flex;
  flex-shrink: 1;
  justify-content: flex-end;
  align-items: center;
  width: 215px;
}

.dialogs-info__date {
  font-size: 12px;
  text-align: right;
  color: rgba(0, 0, 0, 0.4);
}

.dialogs-info__date span {
  white-space: nowrap;
}

.dialogs-info__count {
  font-size: 14px;
  line-height: 22px;
  padding: 0 7px;
  margin-left: 10px;
  color: #fff;
  background-color: #00B4F0;
  border-radius: 15px;
}

.dialogs-info__pin {
  font-size: 0;
  margin-left: 20px;
}

.dialogs-info__drop-down {
  margin-right: -10px;
}

.dialogs-info__drop-down .drop-down-side {
  padding: 13px 10px;
}

.dialogs-info__drop-down .drop-down-side-indent {
  display: none;
}

.dialogs-info__drop-down .drop-down-side__body {
  top: 10px;
  right: 0;
}

.dialogs__all-count {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
}

.dialogs-mess {
  max-width: 830px;
  height: 100%;
  margin: 0 auto;
}

.dialogs-mess .dialogs__body {
  display: flex;
  flex-direction: column;
}

.dialogs-mess .dialogs-baron {
  display: flex;
  flex-basis: 100%;
  height: 100%;
  flex-shrink: 1;
  margin-bottom: -25px;
  z-index: 0;
}

.dialogs-mess .dialogs-baron.baron._macosx .baron__track {
  bottom: 27px;
}

.dialogs-mess .dialogs-baron .baron__scroller {
  height: auto;
}

.dialogs-mess__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 87px;
  padding: 28px 10px 8px 15px;
  user-select: none;
  z-index: 101;
}

.dialogs-mess__back {
  display: block;
  font-size: 0;
  margin-right: 20px;
  opacity: 0.2;
}

.dialogs-mess__back:hover {
  opacity: 0.5;
}

.dialogs-mess__account {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  max-width: 400px;
  width: 100%;
  z-index: 1;
}

.dialogs-mess__account .mp-entrepreneur {
  display: flex;
  align-items: center;
  max-width: calc(100% - 44px);
  white-space: nowrap;
  cursor: pointer;
}

.dialogs-mess__account .mp-entrepreneur__text-container {
  position: relative;
  width: calc(100% - 60px);
  margin-right: 0;
  flex-grow: 1;
}

.dialogs-mess__btn {
  position: relative;
  margin-left: 20px;
}

.dialogs-mess__drop-down {
  position: absolute;
  top: 50%;
  right: 44px;
  margin-top: -12px;
  z-index: 1;
}

.dialogs-mess__search {
  position: relative;
  flex-shrink: 0;
  width: 282px;
  height: 42px;
  padding: 1px;
  overflow: hidden;
}

.dialogs-mess__search.active {
  z-index: 2;
}

.dialogs-mess__search.active .main-search {
  transform: translateX(0);
}

.dialogs-mess__search.active .main-search__input {
  box-shadow: 0 0 0 1px #8FD08F;
  border-color: #8FD08F;
}

.dialogs-mess__search.active .main-search__icon .bk-icon-f {
  z-index: 10;
}

.dialogs-mess__search .main-search {
  transform: translateX(100%) translateX(-34px);
  transition: transform 0.15s ease;
}

.dialogs-mess__search .main-search__input:focus ~ .main-search__btn {
  opacity: 1;
}

.dialogs-mess__search .bk-input-text {
  border-color: transparent;
}

.dialogs-mess__search .bk-input-text:hover {
  border-color: transparent;
  box-shadow: none;
}

.dialogs-mess__search .bk-input-text:focus:hover {
  box-shadow: 0 0 0 1px #8FD08F;
  border-color: #8FD08F;
}

.dialogs-mess__check-count {
  white-space: nowrap;
}

.dialogs-mess__check-count span {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 24px;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.4);
}

.dialogs-mess__check-count a {
  display: inline-block;
  margin-left: 10px;
  font-size: 0;
  vertical-align: middle;
  opacity: 0.2;
}

.dialogs-mess__check-count a:hover {
  opacity: 0.5;
}

.dialogs-mess__check-btn {
  display: flex;
}

.dialogs-mess__check-btn .button {
  margin-left: 10px;
}

.dialogs-mess__check-btn .clear-button {
  font-size: 0;
  margin-left: 10px;
}

.dialogs-mess__body {
  position: relative;
  width: 100%;
}

.dialogs-mess__table {
  display: table;
}

.dialogs-mess__table-cell {
  display: table-cell;
  vertical-align: bottom;
}

.dialogs-mess__content {
  position: relative;
  width: 100%;
  padding: 10px 10px 25px 0;
}

.dialogs-mess__date {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.4);
  margin: 5px 0;
}

.dialogs-mess__date a:hover {
  text-decoration: underline;
}

.dialogs-mess__date-scroll {
  position: absolute;
  top: 21px;
  left: -5px;
  width: 100%;
  text-align: center;
  pointer-events: none;
}

.dialogs-mess__date-scroll span {
  font-size: 16px;
  line-height: 20px;
  padding: 4px 10px 6px;
  background-color: #dadada;
  border-radius: 15px;
}

.dialogs-mess__new-report {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.4);
  margin: 5px 0;
  padding: 0 10px;
  background-color: #fff;
}

.dialogs-mess__new-report:before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.dialogs-mess__item {
  position: relative;
  min-height: 34px;
  margin-top: 5px;
  padding: 5px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0;
  transition: all 150ms ease;
}

.dialogs-mess__item:hover .dialogs-mess-item__check {
  opacity: 0.5;
}

.dialogs-mess__item:hover .dialogs-mess-item__answer {
  opacity: 1;
}

.dialogs-mess__item_clear {
  min-height: inherit;
  padding: 0;
  cursor: default;
  text-align: center;
}

.dialogs-mess__item_unread {
  background-color: #ECEEF2;
}

.dialogs-mess__item_check {
  background-color: rgba(30, 160, 30, 0.1);
}

.dialogs-mess__item_check:hover .dialogs-mess-item__check {
  opacity: 1;
}

.dialogs-mess__item_check .dialogs-mess-item__check {
  opacity: 1;
}

.dialogs-mess__item > div > .dialogs-mess-item__content > .dialogs-mess-item__fwd {
  margin-top: 5px;
}

.dialogs-mess-item__check {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dialogs-mess-item__answer {
  position: absolute;
  top: 18px;
  right: 15px;
  font-size: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.dialogs-mess-item__answer i {
  transition: opacity 0.3s ease;
}

.dialogs-mess-item__answer:hover i {
  opacity: 0.5;
}

.dialogs-mess-item__no-avatar ~ .dialogs-mess-item__check {
  top: 7px;
}

.dialogs-mess-item__no-avatar ~ .dialogs-mess-item__answer {
  top: 5px;
}

.dialogs-mess-item__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 50px;
  overflow: hidden;
  float: left;
}

.dialogs-mess-item__content {
  margin-left: 110px;
  margin-right: 35px;
}

.dialogs-mess-item__name {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
  margin-right: 10px;
}

.dialogs-mess-item__date {
  display: inline-block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
}

.dialogs-mess-item__obj {
  margin-top: 5px;
  margin-bottom: 5px;
}

.dialogs-mess-item__obj-content {
  float: left;
}

.dialogs-mess-item__logo {
  width: 120px;
  height: 90px;
  border-radius: 6px;
  margin-right: 20px;
  margin-bottom: 5px;
  overflow: hidden;
  float: left;
}

.dialogs-mess-item__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 24px;
  min-height: 24px;
  word-wrap: break-word;
  word-break: break-word;
}

.dialogs-mess-item__text-name {
  display: inline-block;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 4px;
}

.dialogs-mess-item__text-cat {
  margin-top: 8px;
  font-size: 16px;
  line-height: 20px;
  padding: 4px 10px 6px;
  background-color: #ECEEF2;
  border-radius: 15px;
}

.dialogs-mess-item__text a {
  color: #0088cc;
}

.dialogs-mess-item__text a:hover {
  text-decoration: underline;
}

.dialogs-mess-item__fwd {
  position: relative;
  display: block;
  margin-top: 34px;
}

.dialogs-mess-item__fwd:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.dialogs-mess-item__fwd .dialogs-mess-item__avatar {
  margin-left: 8px;
}

.dialogs-mess-item__fwd .dialogs-mess-item__content {
  margin-left: 63px;
}

.dialogs-mess-item__fwd .dialogs-mess-item__fwd {
  margin-left: -55px;
}

.dialogs-mess-item__fwd .dialogs-mess-item__text + .dialogs-mess-item__fwd,
.dialogs-mess-item__fwd .dialogs-mess-item__img + .dialogs-mess-item__fwd,
.dialogs-mess-item__fwd .dialogs-mess-item__file + .dialogs-mess-item__fwd,
.dialogs-mess-item__fwd .dialogs-mess-item__obj + .dialogs-mess-item__fwd {
  margin-top: 10px;
}

.dialogs-mess-item__fwd .dialogs-mess-item__fwd + .dialogs-mess-item__fwd {
  margin-top: 5px;
}

.dialogs-mess-item__fwd + .dialogs-mess-item__fwd::before {
  top: -5px;
  height: calc(100% + 5px);
}

.dialogs-mess-item__file {
  display: inline-flex;
  flex-basis: auto;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  margin-left: -10px;
  padding-right: 10px;
  cursor: pointer;
}

.dialogs-mess-item__file:hover .dialogs-mess-item__file-download {
  opacity: 1;
}

.dialogs-mess-item__file:hover .dialogs-mess-item__file-name {
  text-decoration: underline;
}

.dialogs-mess-item__file-icon {
  position: relative;
  font-size: 0;
}

.dialogs-mess-item__file-download {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #fff;
  padding-top: 8px;
  padding-left: 8px;
  opacity: 0;
  transition: opacity 0.15s ease;
}

.dialogs-mess-item__file-content {
  max-width: calc(100% - 70px);
}

.dialogs-mess-item__file-name {
  font-size: 18px;
  line-height: 1.4;
}

.dialogs-mess-item__file-size {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 2px;
  color: rgba(0, 0, 0, 0.5);
  word-wrap: break-word;
  word-break: break-word;
}

.dialogs-mess-item__img {
  display: table;
  max-width: 580px;
  max-height: 320px;
  margin-bottom: 5px;
  overflow: hidden;
}

.dialogs-mess-item__img_load {
  position: relative;
}

.dialogs-mess-item__img_load:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

.dialogs-mess-item__img:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}

.dialogs-mess-item__img .img-responsive {
  width: auto;
  max-width: 100%;
}

.dialogs-mess-item__img img {
  border-radius: 6px;
}

.dialogs-mess-item__notice {
  display: block;
  margin: 10px 0 5px;
  padding: 15px;
  background-color: rgba(30, 160, 30, 0.1);
  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
}

.dialogs-mess-item__notice-link,
.dialogs-mess-item__notice .button {
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
}

.dialogs-mess-item__notice-link {
  margin-left: 32px;
}

.dialogs-mess-item__notice-link a {
  display: inline-block;
  vertical-align: middle;
  color: #0088CC;
}

.dialogs-mess-item__notice-link a i {
  margin-right: 8px;
  opacity: .2;
  vertical-align: middle;
}

.dialogs-mess-item__notice-link a:hover i {
  opacity: .52;
}

.dialogs-mess-item__notice-link a span {
  display: inline-block;
  vertical-align: middle;
}

.dialogs-mess-item__notice-link span {
  display: inline;
  vertical-align: bottom;
}

.dialogs-mess-item__notice-link .icon-24_black_help {
  vertical-align: middle;
  margin-left: 8px;
}

.dialogs-mess__scroll-down {
  position: absolute;
  top: -50px;
  right: 7px;
  width: 40px;
  height: 40px;
  padding-top: 6px;
  text-align: center;
  font-size: 0;
  border-radius: 50%;
  border: 2px solid rgba(30, 160, 30, 0.5);
  cursor: pointer;
  background-color: #ffffff;
}

.dialogs-mess__scroll-down span {
  position: absolute;
  top: -3px;
  right: -3px;
  min-width: 16px;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  padding: 0 4px;
  border-radius: 23px;
  color: #fff;
  background-color: #FF4545;
}

.dialogs-mess__send {
  position: relative;
  max-width: 860px;
  width: 100%;
  margin: 0 auto 10px;
  flex-shrink: 0;
  z-index: 0;
}

.dialogs-mess-send {
  position: relative;
}

.dialogs-mess-send.blocked {
  opacity: 1;
  border-radius: 25px;
  overflow: hidden;
}

.dialogs-mess-send.blocked:before {
  background-color: #FF4545;
  opacity: 0.2;
}

.dialogs-mess-send.blocked .dialogs-mess-send__label {
  border-color: transparent;
}

.dialogs-mess-send__label {
  padding: 1px;
  margin: -1px;
  overflow: hidden;
}

.dialogs-mess-send__label .send-baron {
  display: flex;
  flex-basis: 100%;
  flex-shrink: 1;
  width: 100%;
  height: 100%;
  min-height: 38px;
  max-height: 200px;
  border: 1px solid;
  border-radius: 25px;
  border-color: #cccccc;
  transition: border-color 150ms linear, box-shadow 150ms linear;
}

.dialogs-mess-send__label .send-baron:hover {
  box-shadow: 0 0 0 1px #8FD08F;
  border-color: #8FD08F;
}

.dialogs-mess-send__label .send-baron:focus {
  box-shadow: 0 0 0 1px #8FD08F;
  border-color: #8FD08F;
}

.dialogs-mess-send__label .send-baron_active {
  border-color: #8FD08F;
}

.dialogs-mess-send__label .send-baron .baron__scroller {
  height: auto;
}

.dialogs-mess-send__input {
  width: 100%;
  min-height: 48px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  padding: 11px 50px 11px 57px;
  outline: none;
  border: none;
  cursor: text;
  overflow: hidden;
}

.dialogs-mess-send__btn {
  position: absolute;
  right: 1px;
  bottom: 2px;
  width: 48px;
  height: 48px;
  padding: 12px;
}

.dialogs-mess-send__add-file {
  position: absolute;
  left: 1px;
  bottom: 2px;
  width: 48px;
  height: 48px;
}

.dialogs-mess-send__add-file i {
  margin: 12px;
}

.dialogs-mess-send__preload {
  position: absolute;
  right: 14px;
  bottom: 14px;
}

.dialogs-mess__fwd {
  font-size: 0;
}

.dialogs-mess__fwd-img {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 60px;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 6px;
  overflow: hidden;
}

.dialogs-mess__fwd-img img {
  border-radius: 6px;
}

.dialogs-mess__fwd-img-load {
  width: 100%;
  height: 100%;
  background-color: #ECEEF2;
  border-radius: 6px;
}

.dialogs-mess__fwd-img-load .progress-bar {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.dialogs-mess__fwd-img .dialogs-mess__fwd-reboot {
  top: 6px;
  left: 6px;
}

.dialogs-mess__fwd-img .dialogs-mess__fwd-close {
  top: 5px;
  right: 5px;
}

.dialogs-mess__fwd-reboot {
  position: absolute;
  font-size: 0;
  opacity: 0.7;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  padding-top: 3px;
  padding-left: 3px;
  cursor: pointer;
}

.dialogs-mess__fwd-reboot i {
  width: 16px;
  height: 16px;
  background-size: contain;
}

.dialogs-mess__fwd-reboot:hover {
  opacity: 1;
}

.dialogs-mess__fwd-close {
  position: absolute;
  font-size: 0;
  opacity: 1;
  cursor: pointer;
}

.dialogs-mess__fwd-close:hover {
  opacity: 0.6;
}

.dialogs-mess__fwd-file {
  position: relative;
  width: 160px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px 32px 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

.dialogs-mess__fwd-file .dialogs-mess__fwd-close {
  top: 6px;
  right: 6px;
}

.dialogs-mess__fwd-file-desc {
  font-size: 14px;
  width: 82px;
}

.dialogs-mess__fwd-file-icon {
  margin-right: 10px;
  font-size: 0;
}

.dialogs-mess__fwd-file-name {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

.dialogs-mess__fwd-file-format {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.dialogs-mess__fwd-text {
  font-size: 14px;
  line-height: 20px;
}

.dialogs-mess__fwd-msg {
  position: relative;
  width: 100%;
  padding: 10px 50px 10px 33px;
  background-color: #fff;
}

.dialogs-mess__fwd-msg:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 20px;
  bottom: 10px;
  width: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.dialogs-mess__fwd-msg .dialogs-mess__fwd-close {
  top: 18px;
  right: 15px;
}

.dialogs-mess__drag-and-drop {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  text-align: center;
  background-color: white;
  pointer-events: none;
}

.dialogs-mess__drag-and-drop span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  padding: 15px 20px;
  border: 2px dashed rgba(30, 160, 30, 0.5);
  background-color: #E9F6E9;
  border-radius: 10px;
  color: rgba(30, 160, 30, 0.5);
}

.dialogs-mess__type-mes {
  height: 34px;
  padding-left: 75px;
}

.dialogs-mess__type-hide {
  font-size: 0;
  padding-top: 5px;
}

.dialogs-type-mes__points {
  display: inline-block;
  vertical-align: middle;
}

.dialogs-type-mes-point {
  width: 5px;
  height: 5px;
  margin-right: 3px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  animation: dialogs-type-mes-point-flicker 1.1s linear infinite;
  float: left;
}

.dialogs-type-mes-point:nth-child(2) {
  animation-delay: 0.36666667s;
}

.dialogs-type-mes-point:nth-child(3) {
  animation-delay: 0.73333333s;
}

.dialogs-type-mes__text {
  display: inline-block;
  width: calc(100% - 45px);
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  margin-left: 21px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

[contentEditable=true]:empty:not(:focus):before {
  content: attr(data-text);
  color: rgba(0, 0, 0, 0.4);
}

@keyframes dialogs-type-mes-point-flicker {
  0% {
    background-color: rgba(0, 0, 0, 0.2);
  }

  25% {
    background-color: rgba(0, 0, 0, 0.6);
  }

  50% {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

/*
.dialogs-init() {
  .dialogs {
    .dialogs();
  }
}*/

@media screen and (max-width: 1100px) {
  .dialogs__account {
    width: calc(45% - 85px);
  }

  .dialogs__content {
    width: calc(55% - 125px);
  }
}

@media screen and (max-width: 850px) {
  .dialogs__head {
    height: 72px;
    padding-top: 15px;
  }

  .dialogs__body {
    position: relative;
    height: calc(100% - 72px);
  }

  .dialogs-mess__head {
    height: 72px;
    padding-top: 13px;
  }

  .dialogs-mess-item__notice-link {
    display: block;
    margin-left: 0;
  }
}

@media screen and (max-width: 788px) {
  .dialogs_full {
    margin-left: -10px;
    margin-right: -10px;
  }

  .dialogs__head,
  .dialogs__list {
    margin-left: 10px;
    margin-right: 10px;
  }

  .dialogs__title {
    display: none;
  }

  .dialogs__search {
    margin-left: 0;
  }

  .dialogs__btn {
    margin-left: 0;
  }

  .dialogs__new-sms {
    margin-right: -10px;
  }

  .dialogs-item__container {
    align-items: flex-start;
    background-color: #fff;
  }

  .dialogs__account {
    width: calc(100% - 50px);
    padding-right: 10px;
  }

  .dialogs__account .mp-entrepreneur__text {
    display: none;
  }

  .dialogs__account .mp-entrepreneur__text-container {
    vertical-align: top;
    margin-top: 2px;
  }

  .dialogs__content {
    position: absolute;
    top: 36px;
    left: 70px;
    width: calc(100% - 130px);
    padding-right: 10px;
  }

  .dialogs-content__title {
    display: none;
  }

  .dialogs__info {
    flex-direction: column;
    align-items: flex-end;
    width: 64px;
    margin-top: 5px;
  }

  .dialogs-info__date span {
    display: none;
  }

  .dialogs-info__count {
    margin-top: 8px;
    margin-left: 0;
  }

  .dialogs-info__count + .dialogs-info__pin {
    display: none;
  }

  .dialogs-info__pin {
    margin-top: 10px;
  }

  .dialogs-info__pin i {
    width: 20px;
    height: 20px;
    background-size: cover;
  }

  .dialogs-info__drop-down {
    display: none;
  }

  .dialogs-mess__btn {
    position: absolute;
    right: 10px;
    width: calc(100% - 20px);
    height: 42px;
    border-right: 0;
  }

  .dialogs-mess__search {
    position: absolute;
    right: 0;
    width: 100%;
  }

  .dialogs-mess__search.active {
    overflow: inherit;
  }

  .dialogs-mess__search.active:before {
    content: '';
    position: absolute;
    top: -17px;
    left: -20px;
    right: -20px;
    height: 71px;
    background-color: #fff;
  }

  .dialogs-mess__fwd-msg {
    padding-left: 23px;
  }

  .dialogs-mess__fwd-msg:before {
    left: 10px;
  }

  .dialogs-mess__fwd-msg .dialogs-mess__fwd-close {
    right: 18px;
  }
}

@media screen and (max-width: 530px) {
  .dialogs_hide-head {
    margin-top: -55px;
  }

  .dialogs_hide-head .dialogs-mess__search.active:before {
    top: -7px;
    height: 55px;
  }

  .dialogs_hide-head .dialogs__body {
    height: calc(100% - 56px);
  }

  .dialogs__head {
    position: relative;
    height: 61px;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .dialogs__search {
    position: absolute;
    left: 0;
    max-width: 100%;
    width: 140px;
    bottom: 9px;
    margin-top: 0;
    z-index: 1;
  }

  .dialogs__search.active {
    width: 100%;
  }

  .dialogs__body {
    position: relative;
    height: calc(100% - 61px);
  }

  .dialogs__list {
    margin-left: 0;
    margin-right: 0;
  }

  .dialogs__new-sms {
    margin-right: -10px;
  }

  .dialogs__new-sms .clear-button {
    width: 44px;
    height: 44px;
    padding: 10px;
    font-size: 0;
  }

  .dialogs-mess {
    height: 100%;
    position: fixed;
    width: 100%;
    margin: 0 -10px;
  }

  .dialogs-mess .dialogs-baron {
    margin-bottom: -20px;
  }

  .dialogs-mess__head {
    height: 61px;
    margin: 0 10px;
    padding-left: 0;
  }

  .dialogs-mess__account {
    max-width: inherit;
    width: calc(100% - 70px);
  }

  .dialogs-mess__account .mp-entrepreneur {
    display: flex;
    align-items: center;
    max-width: calc(100% - 39px);
  }

  .dialogs-mess__account .mp-entrepreneur_vip .mp-entrepreneur__name:before {
    top: -2px;
  }

  .dialogs-mess__account .mp-entrepreneur_small.mp-entrepreneur_online .mp-entrepreneur__img:after {
    bottom: -2px;
    right: -2px;
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
  }

  .dialogs-mess__account .mp-entrepreneur__img {
    border-width: 2px;
  }

  .dialogs-mess__account .mp-entrepreneur__img-container {
    flex-shrink: 0;
    width: 30px !important;
  }

  .dialogs-mess__account .mp-entrepreneur__name {
    font-size: 16px;
    min-height: 21px;
  }

  .dialogs-mess__account .mp-entrepreneur__text {
    display: none;
  }

  .dialogs-mess__account .mp-entrepreneur__text-container {
    min-width: 0;
    width: auto;
  }

  .dialogs-mess__drop-down {
    right: 39px;
  }

  .dialogs-mess__back {
    margin-right: 10px;
  }

  .dialogs-mess__btn {
    right: 0;
    width: 100%;
  }

  .dialogs-mess__search {
    right: 0;
    width: 100%;
  }

  .dialogs-mess__date-scroll {
    display: none !important;
  }

  .dialogs-mess__content {
    padding-right: 0;
    padding-bottom: 20px;
  }

  .dialogs-mess__item {
    margin-top: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 0;
  }

  .dialogs-mess__item_check > div > .dialogs-mess-item__avatar {
    position: relative;
  }

  .dialogs-mess__item_check > div > .dialogs-mess-item__avatar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(233, 246, 233, 0.7);
  }

  .dialogs-mess-item__check {
    top: 12px;
    left: 15px;
  }

  .dialogs-mess-item__answer {
    display: none;
  }

  .dialogs-mess-item__avatar {
    width: 30px;
    height: 30px;
    margin-left: 0;
  }

  .dialogs-mess-item__no-avatar ~ .dialogs-mess-item__check {
    top: 10px;
  }

  .dialogs-mess-item__content {
    margin-left: 40px;
    margin-right: 0;
  }

  .dialogs-mess-item__fwd {
    margin-top: 5px;
  }

  .dialogs-mess-item__fwd .dialogs-mess-item__avatar {
    display: none;
  }

  .dialogs-mess-item__fwd .dialogs-mess-item__content {
    margin-left: 8px;
  }

  .dialogs-mess-item__fwd .dialogs-mess-item__fwd {
    margin-left: 0;
  }

  .dialogs-mess__new-report:before {
    top: 23px;
  }

  .dialogs-mess__scroll-down {
    right: 10px;
  }

  .dialogs-mess__send:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  }

  .dialogs-mess-send {
    margin: 0 5px;
  }

  .dialogs-mess-send__label .send-baron {
    max-height: 145px;
  }

  .dialogs-mess-send__input {
    padding-right: 48px;
    padding-left: 48px;
  }

  .dialogs-mess__fwd {
    max-height: 100px;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding: 0 0 30px 10px;
    margin-bottom: -30px;
    -webkit-overflow-scrolling: touch;
  }

  .dialogs-mess__type-mes {
    padding-left: 14px;
  }

  .dialogs-mess__drag-and-drop {
    padding: 10px;
  }

  .dialogs-type-mes__text {
    margin-left: 12px;
  }
}

@media screen and (max-width: 360px) {
  .dialogs__new-sms {
    margin-bottom: 8px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

#wrap .conclusion p {
  padding-bottom: 0;
}

#wrap .conclusion__item {
  *zoom: 1;
  margin-bottom: 20px;
  padding: 20px;
}

#wrap .conclusion__item:before,
#wrap .conclusion__item:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

#wrap .conclusion__item_ad {
  margin-bottom: 0;
}

#wrap .conclusion__item_percent {
  padding: 0;
}

#wrap .conclusion__item_narrow {
  max-width: 680px;
  padding: 0;
  margin-top: -9px;
  margin-bottom: 30px;
}

#wrap .conclusion-ad__icon {
  width: 50px;
  height: 50px;
  float: left;
  margin-left: -5px;
}

#wrap .conclusion-ad__icon_big {
  margin-top: 9px;
  margin-left: 0;
}

#wrap .conclusion-ad__obj {
  margin-left: 60px;
}

#wrap .conclusion-ad__obj_big {
  margin-left: 65px;
}

#wrap .conclusion-ad__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 5px;
}

#wrap .conclusion-ad__title_head {
  font-size: 35px;
}

#wrap .conclusion-ad__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

#wrap .conclusion-issue__img {
  width: 140px;
  height: 105px;
  float: left;
  margin-top: 5px;
  border-radius: 5px;
  overflow: hidden;
}

#wrap .conclusion-issue__img_big {
  width: 160px;
  height: 120px;
}

#wrap .conclusion-issue__img img {
  width: 100%;
  height: auto;
}

#wrap .conclusion-issue__obj {
  margin-left: 160px;
  position: relative;
}

#wrap .conclusion-issue__obj_big {
  margin-left: 175px;
}

#wrap .conclusion-issue__edit {
  position: absolute;
  top: 6px;
  right: 5px;
}

#wrap .conclusion-issue__link {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  color: #0088cc;
  margin-bottom: 10px;
  padding-right: 40px;
}

#wrap .conclusion-issue__link:hover {
  text-decoration: underline;
}

#wrap .conclusion-issue__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

#wrap .conclusion-issue__txt_location {
  margin-top: 10px;
}

#wrap .conclusion-issue__txt_bold {
  font-weight: bold;
}

#wrap .conclusion-percent__body {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f0f2f3;
  padding: 20px;
}

#wrap .conclusion-percent__body_border {
  position: relative;
  border: 1px solid #0088cc;
  background-color: transparent;
  padding-right: 40px;
}

#wrap .conclusion-percent__question {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  color: #0088cc;
  border: 1px solid #0088cc;
  border-radius: 5px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
}

#wrap .conclusion-percent__progress-bar {
  margin-bottom: 15px;
}

#wrap .conclusion-percent__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

#wrap .conclusion-percent__title_normal {
  font-weight: normal;
}

#wrap .conclusion-percent__link {
  margin-left: 10px;
  color: #0088cc;
}

#wrap .conclusion-percent__link:hover {
  text-decoration: underline;
}

#wrap .conclusion-percent__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

#wrap .conclusion-percent__txt_narrow {
  max-width: 560px;
  margin-bottom: 5px;
}

#wrap .conclusion-percent__hide {
  display: none;
}

#wrap .conclusion-percent__hide_active {
  display: block;
}

#wrap .conclusion-percent__btn {
  font-size: 0;
  margin-top: 15px;
}

#wrap .conclusion-service__img {
  width: 85px;
  height: 85px;
  float: left;
}

#wrap .conclusion-service-img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

#wrap .conclusion-service__obj {
  margin-left: 105px;
}

#wrap .conclusion-service__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

#wrap .conclusion-service__phone {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-left: 15px;
}

#wrap .conclusion-service__btn {
  font-size: 0;
  margin-top: 15px;
}

@media screen and (max-width: 1550px) {
  #wrap .conclusion-issue__img_big {
    width: 120px;
    height: 90px;
  }

  #wrap .conclusion-issue__obj_big {
    margin-left: 135px;
  }
}

@media screen and (max-width: 530px) {
  #wrap .conclusion__item {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  #wrap .conclusion__item_narrow {
    margin-bottom: 30px;
  }

  #wrap .conclusion__item_percent {
    margin-top: 20px;
  }

  #wrap .conclusion__item_service {
    margin-bottom: 40px;
  }

  #wrap .conclusion-ad__title {
    line-height: 1.2;
  }

  #wrap .conclusion-issue__body {
    position: relative;
  }

  #wrap .conclusion-issue__img {
    float: none;
    margin-bottom: 10px;
    padding-right: 0;
  }

  #wrap .conclusion-issue__obj {
    margin-left: 0;
    position: static;
  }

  #wrap .conclusion-service__img {
    margin-right: 20px;
  }

  #wrap .conclusion-service__obj {
    margin-left: 0;
  }

  #wrap .conclusion-service__txt_phone {
    margin-top: 10px;
    clear: both;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.boss-block__body_application .obj__center {
  margin-left: 0;
  min-height: auto;
}

.boss-block__body_main .object {
  padding: 20px 0;
}

.boss-block__body_main .object:first-of-type {
  padding-top: 0;
}

/*Главная страница Готовый бизнес*/

.gb-htext {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  padding: 44px 0 12px;
}

.gb-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.new-boss .b-issue-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-top: 15px;
}

.new-boss .b-issue__filter_business {
  margin-top: 30px;
}

.new-boss .b-issue__filter_business-newB {
  margin-top: 0;
}

.new-boss .b-issue__filter-menu-item_business {
  width: 232px;
}

.new-boss .b-issue__filter-menu-item_wide {
  width: auto;
}

.new-boss .b-issue__filter-menu_type_float {
  float: left;
}

.new-boss .b-issue__filter-menu-label {
  padding-right: 8px;
}

.input__select {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  width: 220px;
  height: 30px;
  padding: 0 0 0 3px;
  border-radius: 5px;
  border: 1px #c4c4c4 solid;
}

.input__select_country {
  margin-right: 7px;
}

.input__select_city {
  margin-right: 0;
}

.kn-head__filter-menu-input_business {
  margin-top: 0;
}

.gb-h2text {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  float: left;
}

.gb-h2text_showcase {
  padding: 45px 0 15px;
}

.how-get-here_business {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 51px;
}

.gb-showcase__link {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.gb-showcase__link:hover .gb-showcase__purse {
  opacity: 1;
}

.gb-showcase__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}

.gb-showcase__img img {
  width: 100%;
  height: auto;
}

.gb-showcase__purse {
  transition: all ease 0.5s;
  opacity: 0;
}

.gb-showcase__purse-shadow {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.gb-showcase__purse-block {
  position: absolute;
  left: 15px;
  bottom: 15px;
}

.gb-showcase__purse-block .icon-50_white_purse {
  width: 23px;
  height: 19px;
  background-size: cover;
  vertical-align: top;
}

.gb-showcase__purse-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #ffffff;
  margin-left: 10px;
  vertical-align: bottom;
}

.gb-showcase__about {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
  margin-top: 7px;
  word-break: break-word;
}

.gb-showcase__about-city {
  display: block;
}

.gb-h2text_bid-buy-business {
  padding: 35px 0 15px;
}

.bb-bid-block__link:hover .bb-bid-block-info_link {
  text-decoration: underline;
}

.bb-bid-block-avatar {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  margin-bottom: 4px;
  border-radius: 5px;
  overflow: hidden;
  float: left;
}

.bb-bid-block-avatar img {
  width: 100%;
  height: 100%;
}

.bb-bid-block-info {
  padding-left: 100px;
}

.bb-bid-block-info_title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #696969;
}

.bb-bid-block-info_link {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding: 3px 0 3px;
}

.bb-bid-block-info_text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 2;
}

.gb-h2text_business-city {
  padding: 45px 0 15px;
}

.bb-item {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.bb-item_lh40 {
  width: 32%;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 5px;
  float: left;
}

.bb-item_lh40:nth-child(3n-2) {
  margin-left: 0;
}

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

.bb-item__h3text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding: 18px 0 7px;
}

.gb-h2text_business-region {
  margin-top: 10px;
  padding: 30px 0 15px;
}

.gb-business-region__country-select {
  margin-top: 20px;
}

.country-select__item {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-top: 7px;
  margin: 0 19px;
  border-bottom: 1px #000000 dashed;
  float: left;
}

.country-select__item:hover {
  color: #0d972b;
  border-color: #0d972b;
}

.country-select__item_active {
  border: 1px #569638 solid;
  padding: 4px 12px 5px;
  margin: 0;
  cursor: default;
}

.country-select__item_active:hover {
  color: #000000;
}

.country-select__item_active a {
  cursor: default;
}

.gb-business-region__content {
  font-size: 0;
  display: none;
}

.gb-business-region__content_active {
  display: block;
}

.bb-list_business {
  display: inline-block;
  width: 25%;
  padding-top: 0;
  padding-right: 20px;
  border: none !important;
}

.bb-list_business:first-child {
  float: left;
}

.bb-list_business:nth-child(2) {
  float: left;
}

.bb-list_business:nth-child(3) {
  float: left;
}

.section-gb_about-block {
  margin: 40px 0 30px;
}

.gb-about-block__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #696969;
  padding-bottom: 20px;
}

/*Выдача Готовый бизнес*/

.new-boss .b-issue-htext_gb-extradition {
  padding: 0;
}

.new-boss .b-issue__filter_business-extradition {
  min-height: 110px !important;
  /*Это тоже удалить ради новой адаптивной выдачи и анимации скрывания/показывания фильтра*/
}

.new-boss .b-issue__filter_application {
  margin-top: 30px;
  min-height: 110px !important;
  height: auto !important;
}

.new-boss .b-issue__filter_application .input__select {
  margin-right: 11px;
}

.save-link {
  position: absolute;
  top: 19px;
  right: 20px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.save-link__hover:hover ~ .hover-about-block {
  display: block;
}

.hover-about-block {
  position: absolute;
  bottom: 28px;
  left: 79px;
  display: none;
  width: 86px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  color: #000000;
  border-radius: 5px;
  padding: 7px 8px 8px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.1;
}

.hover-about-block:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
}

.hover-about-block:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}

.rb-filter-result__htext {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding: 15px 0 15px 2px;
}

.object {
  position: relative;
  padding: 20px 20px 15px;
  margin-bottom: 1px;
}

.object:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}

.object:last-of-type:before {
  content: none;
}

.object-top {
  background-color: #fff4b3;
}

.object-top:last-of-type {
  margin-bottom: 35px;
}

.obj__left {
  width: 156px;
  float: left;
}

.obj__left-img {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}

.obj__left-img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.obj__left-rating {
  font-size: 0;
  margin-top: 8px;
}

.obj__left-date {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-top: 13px;
}

.obj__right {
  width: auto;
  float: right;
}

.obj__center {
  margin: 0 167px 0 185px;
  min-height: 142px;
}

.obj__center-title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  position: relative;
  top: -3px;
}

.obj__center-price {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding: 5px 0 9px;
}

.obj__center-price_more {
  display: block;
}

.obj__center-city {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.obj__center-desc {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-top: 8px;
  color: #696969;
  max-height: 74px;
  overflow: hidden;
}

.optional-button,
.for-bell.optional-button {
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000;
  padding: 3px 4px 3px 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: fit-content;
  display: inline-flex;
  align-items: center;
  cursor: pointer !important;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 50;
}

.optional-button svg,
.for-bell.optional-button svg {
  margin-left: 4px;
}

.optional-button:hover .optional-button__tooltip-box,
.for-bell.optional-button:hover .optional-button__tooltip-box {
  display: block;
}

.optional-button__tooltip-box,
.for-bell.optional-button__tooltip-box {
  position: absolute;
  top: 0;
  right: 0;
  cursor: auto;
  display: none;
}

.optional-button__tooltip,
.for-bell.optional-button__tooltip {
  color: #000;
  font-family: Arial;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 4px;
}

.optional-left,
.for-bell.optional-left {
  position: relative;
  z-index: 1000;
}

.optional-left .optional-button,
.for-bell.optional-left .optional-button {
  right: auto;
  left: 8px;
}

.optional-left .optional-button__tooltip-box,
.for-bell.optional-left .optional-button__tooltip-box {
  left: 0;
  right: auto;
}

.optional-bottom .optional-button,
.for-bell.optional-bottom .optional-button {
  top: auto;
  bottom: 8px;
}

.optional-bottom .optional-button__tooltip-box,
.for-bell.optional-bottom .optional-button__tooltip-box {
  bottom: 0;
  top: auto;
}

.obj__left-img {
  position: relative;
}

.obj__center {
  position: relative;
}

.obj__center .optional-button {
  top: 0;
  right: -8px;
}

@media screen and (max-width: 1550px) {
  .new-boss ul .b-issue__filter-menu-item_business {
    width: 262px;
  }

  .input__select_city {
    margin-top: 17px;
  }

  .gb-h2text_business-city {
    padding-top: 50px;
  }

  .gb-h2text_business-region {
    padding-top: 36px;
  }

  .bb-bid-block-avatar {
    width: 67px;
    height: 67px;
  }

  .bb-bid-block-info {
    padding-left: 85px;
    margin-top: -2px;
  }

  .bb-item_lh40 {
    width: 49%;
  }

  .bb-item_lh40:nth-child(3n-2) {
    margin-left: 1%;
  }

  .bb-item_lh40:nth-child(3n) {
    margin-right: 1%;
  }

  .bb-item_lh40:nth-child(2n-1) {
    margin-left: 0;
  }

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

  .section-gb_about-block {
    margin-top: 33px;
  }

  .obj__left {
    width: 126px;
  }

  .obj__right {
    width: 113px;
  }

  .obj__center {
    margin: 0 137px 0 151px;
  }

  .new-boss .b-issue__filter_application .save-link,
  .new-boss .b-issue__filter_application .btn-default_search {
    position: absolute;
  }

  .new-boss .b-issue__filter_application .input__select {
    margin-bottom: 17px;
  }

  .new-boss .b-issue__filter_application .input__select:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1100px) {
  .new-boss .b-issue__filter_business {
    /*Это тоже удалить ради новой адаптивной выдачи и анимации скрывания/показывания фильтра*/
  }

  .new-boss .b-issue__filter-menu-item_business {
    width: 232px;
  }

  .new-boss .b-issue__filter-menu-item_business:last-of-type {
    width: 206px;
  }

  .gb-h2text_business-region {
    padding-bottom: 14px;
  }

  .bb-bid-block-avatar {
    width: 80px;
    height: 80px;
  }

  .bb-bid-block-info {
    padding-left: 100px;
    margin-top: 0;
  }

  .bb-item_lh40 {
    width: 48%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .bb-item_lh40:nth-child(3n-2) {
    margin-left: 2%;
  }

  .bb-item_lh40:nth-child(3n) {
    margin-right: 2%;
  }

  .bb-item_lh40:nth-child(2n-1) {
    margin-left: 0;
  }

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

  .bb-list_business {
    width: 50%;
  }

  .bb-list_business:nth-child(2) {
    float: left;
    clear: left;
  }

  .bb-list_business:nth-child(3) {
    float: none;
  }

  .new-boss .b-issue__filter_business-extradition {
    /*удалить height: 188px;*/
  }

  .new-boss .b-issue__filter_business-extradition .b-issue__filter-menu-item_business:nth-child(2) {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    clear: left;
  }

  .new-boss .b-issue__filter_business-extradition .b-issue__filter-menu-item_business:nth-child(3) {
    position: absolute;
    left: 228px;
  }

  .new-boss .b-issue__filter_business-extradition .input__select_city {
    margin-top: 0;
  }

  .new-boss .b-issue__filter_application {
    height: auto;
  }

  .obj__left {
    width: 116px;
  }

  .obj__center {
    margin-left: 141px;
  }
}

@media screen and (max-width: 788px) {
  .new-boss .b-issue__filter_business {
    /*Это тоже удалить ради новой адаптивной выдачи и анимации скрывания/показывания фильтра*/
  }

  .new-boss .b-issue__filter-menu-item_business {
    max-width: inherit;
    width: 100%;
    margin: 0 0 30px 0;
  }

  .input__select_city {
    margin-top: 0;
  }

  .bb-item {
    line-height: 34px;
  }

  .bb-item_lh40 {
    width: 100%;
    margin: 0;
  }

  .bb-item_lh40:nth-child(n) {
    margin: 0;
  }

  .bb-item__h3text {
    padding: 8px 0 2px;
  }

  .gb-business-region__block {
    width: 50%;
  }

  .new-boss .b-issue__filter_business-extradition .b-issue__filter-menu-item_business:nth-child(2) {
    margin-top: 0;
  }

  .new-boss .b-issue__filter_business-extradition .b-issue__filter-menu-item_business:nth-child(3) {
    position: relative;
    left: 0;
    margin-bottom: 0;
  }

  .obj__right {
    display: none;
  }

  .obj__center {
    margin-right: 0;
    min-height: inherit;
  }
}

@media screen and (max-width: 530px) {
  .new-boss .b-issue__filter_business {
    height: 395px;
  }

  .new-boss .b-issue__filter-menu-item_business {
    width: 100%;
  }

  .input__select_city {
    display: block;
    margin-top: 17px;
  }

  .how-get-here_business {
    clear: left;
    margin: -13px 0 25px;
  }

  .bb-list_business {
    width: 100%;
  }

  .new-boss .b-issue__filter_business-extradition .b-issue__filter-menu-item_business:nth-child(2) {
    margin-top: 30px;
  }

  .new-boss .b-issue__filter_business-extradition .input__select_city {
    margin-top: 17px;
  }

  .new-boss .b-issue__filter_application .btn-default_search {
    position: static;
    clear: left;
    margin-top: 15px;
  }

  .new-boss .b-issue__filter .btn-default_search {
    position: static;
    clear: left;
    margin-top: 15px;
    float: right;
  }

  .obj__center {
    margin-left: 136px;
  }
}

@media screen and (max-width: 450px) {
  .country-select__item:nth-child(3) {
    clear: left;
    margin-left: 0;
    margin-top: 10px;
    margin-right: 5px;
  }

  .country-select__item:nth-child(4) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 420px) {
  .obj__left {
    width: 116px;
    margin-bottom: 25px;
  }

  .obj__center {
    margin: 0;
    clear: left;
  }

  .obj__center .optional-button {
    top: -16px;
    right: -16px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

/*Главная страница Франшизы*/

.new-boss {
  /*Дублирующие стили*/
  /* #wrap .franchise-online__news-list-item .franchise-online__news-text-link {
     display: block;
     zoom: 1;
     padding: 0 0 4px 0;
     .font-normal-r();
   }*/
  /*#wrap .franchise-online__news-list-item .franchise-online__news-text-date {
    .font-normal-r();
    color: #898989;
  }*/
  /*Конец вставки с old*/
  /*первый l-menu__item*/
}

.new-boss .franchise-online__news-list {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  margin-bottom: 30px;
}

.new-boss .franchise-online__news-list-item {
  margin-top: 12px;
  position: relative;
}

.new-boss .franchise-online__news-list-item:first-child {
  margin-top: 0;
}

.new-boss .franchise-online__brand-image {
  display: block;
  position: relative;
}

.new-boss .franchise-online__news-list-item-img {
  width: 325px;
  position: relative;
  border-radius: 5px;
  margin-bottom: 12px;
}

.new-boss .franchise-online__brand-image img {
  display: block;
  border-radius: 5px;
}

.new-boss #wrap .franchise-online__news-list-item .franchise-online__news-text {
  padding-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.new-boss #wrap .new-fransh h3 {
  padding-bottom: 9px;
}

.new-boss #wrap .new-fransh__title a {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.new-boss #wrap .new-fransh__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.new-boss #wrap .fr-idx-showcase__hgh {
  position: relative;
  top: -12px;
  text-align: right;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.new-boss #wrap .franchise-online__cat-title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 15px;
}

.new-boss #wrap .franchise-online__cat-stitle {
  padding-bottom: 13px;
}

.new-boss #wrap .fr-index-public-request-info__link:hover .fr-index-public-request-info_link {
  text-decoration: underline;
}

.new-boss #wrap .fr-index-public-request-info_link {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
  margin-bottom: 6px;
}

.new-boss #wrap .fr-index-public-request-info_text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.new-boss #wrap #main .fr-idx-widgets__col.fr-index-public-request {
  padding-bottom: 22px;
}

.new-boss #wrap .franchise-online__news-list-item .franchise-online__news-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.new-boss #wrap .franchise-online__news-list-item .franchise-online__news-text-link {
  display: block;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.new-boss #wrap .franchise-online__news-list-item .franchise-online__news-text-date {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #7d7d7d;
}

.new-boss #wrap .franchise-online__news-list-item .franchise-online__news-text_long {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-bottom: 20px;
}

.new-boss #wrap .franchise-online__news-list-item-img .franchise-online__news-text-date {
  color: #ffffff;
}

.new-boss #wrap .b-index-htext {
  margin: 0 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dadada;
}

.new-boss .fr-idx-head {
  margin-top: 50px;
  margin-bottom: 28px;
}

.new-boss .fr-idx-head__right {
  width: 320px;
  float: right;
}

.new-boss .fr-idx-head__left {
  width: 730px;
  margin-right: 0;
}

.new-boss .fr-idx-head__htext {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 15px;
}

.new-boss .new-fransh {
  width: 100%;
  min-height: 180px;
  padding: 8px 10px 0 12px;
  background-color: #fff4b5;
}

.new-boss .new-fransh img {
  display: block;
  width: 161px;
  height: 121px;
  float: left;
}

.new-boss .new-fransh h3 {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.new-boss .new-fransh__about {
  margin-left: 175px;
}

.new-boss .new-fransh__title {
  line-height: 20px;
  margin-bottom: 4px;
}

.new-boss .new-fransh__type {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
}

.new-boss .new-fransh__text {
  line-height: 20px;
  margin-bottom: 11px;
  padding-left: 0 !important;
}

.new-boss .fr-idx-main__left {
  width: 204px;
  float: left;
}

.new-boss .fr-idx-main__right {
  width: 920px;
  margin-top: 7px;
  float: right;
}

.new-boss .b-menu {
  border: none;
  box-shadow: none;
}

.new-boss .b-menu__group {
  padding: 19px 0 0;
}

.new-boss .b-menu__group_head {
  padding: 0;
}

.new-boss .b-menu__group_gws {
  background: none;
  padding: 10px 0 0;
}

.new-boss .b-menu__group_gws:before {
  content: none;
}

.new-boss .b-menu__group_gws:after {
  content: none;
}

.new-boss .l-menu_2icon .l-menu__item .l-menu__link {
  padding: 0;
}

.new-boss .l-menu__item {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.6;
  padding: 0;
}

.new-boss .l-menu__item:before {
  content: none;
}

.new-boss .l-menu__item_prif {
  text-transform: uppercase;
}

.new-boss .l-menu__item_head {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 4px;
}

.new-boss .l-menu__item_shead {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 24px;
}

.new-boss .l-menu__item_video {
  height: 115px;
  margin-top: 7px;
}

.new-boss .l-menu__link {
  margin: 0;
  padding: 0;
}

.new-boss .l-menu__link:after {
  content: none;
}

.new-boss .l-menu__link:hover {
  background: none;
}

.new-boss .fr-idx-banner {
  width: calc(100% - 30px);
  margin-bottom: 25px;
  float: right;
}

.new-boss .fr-idx-banner a img {
  width: 100%;
}

.new-boss .fr-idx-widgets {
  margin-left: 30px;
}

.new-boss .fr-idx-widgets_2col .fr-idx-widgets__col {
  width: calc(50% - 10px);
  float: left;
}

.new-boss .fr-idx-widgets_3mcol .fr-idx-widgets__col {
  width: calc(33.33% - 13.4px);
  margin-left: 20px;
  float: left;
}

.new-boss .fr-idx-widgets_3mcol .fr-idx-widgets__col:nth-child(2n+1) {
  width: calc(33.33% - 13.3px);
  margin-left: 20px;
}

.new-boss .fr-idx-widgets_3mcol .fr-idx-widgets__col:first-child {
  margin-left: 0;
}

.new-boss .fr-idx-widgets_3mcol .franchise-online__news-list-item {
  margin-bottom: 0;
}

.new-boss .fr-idx-widgets_indent {
  margin-bottom: 36px;
}

.new-boss .fr-idx-widgets.fr-idx-widgets_3mcol {
  margin-left: 0;
}

.new-boss .fr-index-public-request-info {
  padding-left: 135px;
}

.new-boss .fr-index-public-request-info_name {
  position: relative;
  top: -5px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.new-boss .fr-index-public-request-info_link {
  margin-top: -2px;
}

.new-boss .franchise-online__news-list-item {
  margin-bottom: 10px;
}

.new-boss .franchise-online__news-list-item-img {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.new-boss .franchise-online__news-list-item-img .franchise-online__news-text {
  padding: 0 18px;
}

.new-boss .franchise-online__news-list_horiz325 {
  padding-top: 15px;
  margin-bottom: 0;
}

.new-boss .franchise-online__news-list_horiz325:nth-of-type(2),
.new-boss .franchise-online__news-list_horiz325:nth-of-type(3) {
  border: none;
}

.new-boss .franchise-online__news-list_horiz325 .franchise-online__news-list-item {
  width: calc(50% - 10px);
}

.new-boss .franchise-online__brand-image:hover img {
  transform: scale(1.1);
}

.new-boss .franchise-online__brand-image:hover .franchise-online__news-text-link {
  text-decoration: underline;
}

.new-boss .franchise-online__brand-image img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform ease 0.5s;
}

.new-boss .franchise-online__news-slist {
  margin-bottom: 0;
}

.new-boss .franchise-online__news-slist .franchise-online__news-list-item {
  margin-top: 0;
}

.new-boss .b-index-htext {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin: 40px 0 20px;
}

.new-boss .fr-index-category__list {
  width: calc(25% - 22.5px);
  margin-left: 30px;
  padding-right: 0;
  line-height: 20px;
}

.new-boss .fr-index-category__list:first-child {
  margin-left: 0;
}

.new-boss .fr-index-category__list li a {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

/*Страница отзывы*/

.new-boss {
  /*Вставка с old*/
  /*Конец вставки с old*/
}

.new-boss .b-issue__filter-menu_type_float {
  float: left;
}

.new-boss .b-issue__filter-menu {
  margin-top: 11px;
  overflow: hidden;
}

.new-boss .b-issue__filter-menu-item {
  float: left;
  margin-left: 18px;
}

.new-boss .b-issue__filter-menu-item:first-child {
  margin-left: 0;
}

.new-boss .b-issue__filter-menu-label {
  padding-right: 8px;
}

.new-boss .input__select {
  width: 179px;
  padding: 0 0 0 3px;
  height: 22px;
}

.new-boss .b-issue__content-right {
  float: left;
}

.new-boss .points-info-issue {
  min-height: 90px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background: url("../img/fr/points/iconnew.png") 30px 20px no-repeat #f4f9fd;
  border-width: 2px;
  border-style: dashed;
  border-color: #cccccc;
  padding: 11px 11px 11px 154px;
}

.new-boss .points-info-issue .points-info-issue__item {
  padding-top: 10px;
  margin-top: 12px;
  border-top: 1px solid #cccccc;
}

.new-boss .points-info-issue .points-info-issue__item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.new-boss #wrap .points-info-issue__htext {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-bottom: 0;
}

.new-boss #wrap .points-info-issue__place {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.new-boss #wrap .points-info-issue__points {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #1ea01e;
}

.new-boss #wrap .points-info-issue__gotofirst {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.new-boss .b-issue__content-obj {
  padding: 22px 15px 20px;
  border-bottom: 1px solid #d1d1d1;
}

.new-boss .b-issue__content-obj_type_pro {
  margin-top: 10px;
  background: #fff4b3;
  padding: 11px 15px 0;
}

.new-boss #wrap .b-issue__content-obj_2016 {
  height: auto;
}

.new-boss .b-issue__content-obj-left {
  float: left;
  position: relative;
}

.new-boss .b-issue__content-obj-logo {
  display: block;
  margin-top: 3px;
}

.new-boss .b-issue__content-obj-right {
  float: right;
  position: relative;
  padding-right: 10px;
}

.new-boss #wrap .b-issue__content-obj_2016 .b-issue__content-obj-right .icon-wrap {
  margin-top: 19px;
  color: #0088cc;
}

.new-boss .icon-wrap a {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  vertical-align: middle;
  text-decoration: none;
}

.new-boss .fav-icon {
  display: inline-block;
  width: 16px;
  height: 13px;
  background: url("../img/fr/new_page/2015/fav.png") 0 0 no-repeat;
  margin-right: 5px;
  vertical-align: middle;
}

.new-boss .fav-icon_active {
  background-position: 0 -13px;
}

.new-boss .icon-akciya {
  margin-right: 7px;
  width: 23px;
  height: 23px;
  background: url("../img/fr/new_issue/akciya/icon_ikciya.png") 0 0 no-repeat;
}

.new-boss #wrap .b-issue__content-obj_2016 .b-issue__content-obj-center {
  height: auto;
}

.new-boss .b-issue__content-obj_type_pro .b-issue__content-obj-center {
  height: 147px;
}

.new-boss .b-issue__content-obj-center {
  margin-left: 135px;
  margin-right: 193px;
  height: 136px;
  position: relative;
  overflow: hidden;
}

.new-boss #wrap .b-issue__content-obj-title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  color: #000000;
  padding-bottom: 9px;
}

.new-boss #wrap .b-issue__content-obj_2016 .b-issue__content-obj-title-img-blank {
  vertical-align: middle;
  top: -2px;
  position: relative;
}

.new-boss .b-issue__content-obj-title-img-blank {
  padding-left: 5px;
}

.new-boss #wrap .b-issue__content-obj-invest {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #000000;
  padding-bottom: 11px;
  width: 70%;
}

.new-boss #wrap .b-issue__content-obj-content {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #646464;
  padding-bottom: 0;
}

.new-boss .clearfix {
  zoom: 1;
}

.new-boss .clearfix:before,
.new-boss .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.new-boss #wrap .rating-place-issue_2016-rating {
  width: 175px;
}

.new-boss #wrap .rating-place-issue_2016 {
  margin-top: 6px;
  margin-bottom: 5px;
}

.new-boss #wrap .rating-place {
  display: block;
  overflow: hidden;
}

.new-boss .b-issue__content-obj-extra-item {
  float: left;
}

.new-boss #wrap .rating-place-issue_2016 img {
  width: 40px;
  height: 40px;
}

.new-boss #wrap .rating-place img {
  display: block;
  float: left;
}

.new-boss .rating-place-issue img {
  width: 34px;
  height: 34px;
}

.new-boss #wrap .rating-place-issue_2016 p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-left: 50px;
  color: #898989;
  padding-top: 4px;
  padding-bottom: 0;
}

.new-boss #wrap .rating-place-issue p {
  margin-left: 43px;
  padding-top: 0;
  line-height: 1.25;
}

.new-boss #wrap .rating-place p {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  margin-left: 50px;
  padding-top: 5px;
  text-align: left;
}

.new-boss #wrap .rating-place-issue_2016-points {
  max-width: 300px;
  width: 100%;
}

.new-boss #wrap .rating-place-issue_2016-points img {
  width: 33px;
  height: 33px;
}

.new-boss #wrap .rating-place-issue_2016-points p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-left: 43px;
  color: #000;
  padding-top: 5px;
}

.new-boss #wrap .rating-place-issue_2016-points p span {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
}

.new-boss .b-paginator_type_issue {
  margin-left: 15px;
}

.new-boss .b-paginator {
  margin-top: 25px;
  margin-bottom: 5px;
  clear: both;
  width: 100%;
}

.new-boss .b-paginator__item {
  zoom: 1;
  /*-вообще лишнее
    margin-left: 7px;
    &:first-child {
      margin-left: 0;
    }*/
}

.new-boss .desaturate {
  filter: grayscale(100%);
}

.new-boss #wrap .b-franchise-layout__right-h4 {
  display: block;
  position: relative;
  clear: both;
  margin-bottom: 15px;
}

.new-boss #wrap .b-issue__content_2016 .b-franchise-layout__right-h4:first-child {
  padding-top: 0;
}

.new-boss #wrap h4.b-franchise-layout__right-h4:first-child {
  padding-top: 10px;
}

.new-boss #wrap .b-issue__content-obj-right {
  width: 171px;
  text-align: left;
}

.new-boss #wrap .b-issue__content-obj-center {
  margin: 0 202px 0 200px;
}

.new-boss #wrap .b-issue__content-obj-title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  padding-bottom: 2px;
}

.new-boss #wrap .b-issue__content-obj-title_recall {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #606060;
  padding-bottom: 4px;
}

.new-boss #wrap .b-issue__content-obj-invest_recall {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  padding-bottom: 0;
  color: #0088cc;
}

.new-boss #wrap .b-issue__content-obj-invest_recall:hover {
  text-decoration: underline;
}

.new-boss #wrap .b-issue__content-obj-content {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #696969;
  min-height: 40px;
  max-height: 65px;
  margin-bottom: 3px;
  overflow: hidden;
}

.new-boss #wrap .b-issue__content-obj-blink {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  display: block;
}

.new-boss #wrap .rating-place:first-child {
  clear: right;
}

.new-boss #wrap .b-franchise-layout__right-h4 {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.6px;
  border: none;
  padding-top: 46px;
}

.new-boss #wrap .zayavki-short {
  padding-top: 5px;
  border-top: 1px solid #cccccc;
}

.new-boss #wrap .zayavki-short__item {
  border-bottom: 1px #cccccc solid;
  padding-top: 12px;
  padding-bottom: 10px;
  margin-bottom: 4px;
}

.new-boss #wrap .zayavki-short__item:last-of-type {
  border-bottom: none;
}

.new-boss #wrap .zayavki-short__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-bottom: 12px;
}

.new-boss #wrap .zayavki-short__stext {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 15px;
}

.new-boss .b-issue-htext {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  padding: 0 0 29px;
}

.new-boss .b-issue__filter {
  position: relative;
  background-color: #f7f7f7;
  width: 100%;
  min-height: 100px;
  border: 1px #cacaca solid;
  border-radius: 5px;
  margin: 0 0 10px 0;
  padding: 20px;
  /*фиксация высоты блока поиска*/
}

.new-boss .b-issue__filter-menu {
  margin-top: 0;
  overflow: visible;
}

.new-boss .b-issue__filter-menu-item {
  width: auto;
}

.new-boss .b-issue__filter-menu-label {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  display: block;
  margin: -2px 0 10px;
}

.new-boss .b-issue__filter-menu-label_small {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #717171;
  text-transform: lowercase;
}

.new-boss .b-issue__filter-menu-label_prif {
  position: relative;
  top: 42px;
  cursor: pointer;
  padding-left: 45px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.new-boss .b-issue__filter-menu-label_prif:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 20px;
  background-color: #ffffff;
  border: 1px #cccccc solid;
  border-radius: 5px;
}

.new-boss .b-issue__filter-menu-label_prif:hover:before {
  border-color: #e5e5e5;
  background-color: #e5e5e5;
}

.new-boss .b-issue__filter-menu-label_prif-link {
  text-decoration: underline;
  text-transform: uppercase;
}

.new-boss .b-issue__filter-menu-search-row {
  width: calc(100% - 125px);
  height: 40px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  padding-left: 8px;
}

.new-boss .b-issue__filter-menu-search-row:hover {
  border: 1px solid #000;
}

.new-boss .b-issue__filter-menu-search-row:focus {
  border: 1px solid #000;
}

.new-boss .b-issue__content {
  width: 100%;
}

.new-boss .b-issue__content-right {
  width: 25%;
  padding-left: 25px;
  margin-top: 53px;
  padding-bottom: 50px;
}

.new-boss .b-issue__content-obj {
  position: relative;
  padding: 20px 10px 15px;
  border: none;
  margin-top: 1px;
}

.new-boss .b-issue__content-obj:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}

.new-boss .b-issue__content-obj:last-of-type {
  margin-bottom: 40px;
}

.new-boss .b-issue__content-obj:last-of-type:after {
  content: none;
}

.new-boss .b-issue__content-obj-found {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  display: block;
  margin: 15px 0 15px 2px;
}

.new-boss .b-issue__content-obj-left {
  width: 171px;
  padding-left: 11px;
}

.new-boss .b-issue__content-obj-top-pro {
  position: absolute;
  top: 1px;
  left: 10px;
}

.new-boss .b-issue__content-obj-logo {
  margin: 0;
  width: 160px;
  height: 120px;
  border-radius: 5px;
}

.new-boss .b-issue__content-obj-name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  display: block;
  margin-top: 20px;
}

.new-boss .b-issue__content-obj-found-recall {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #696969;
  display: block;
  margin-top: 26px;
}

.new-boss .b-issue__content-obj-found-recall .glob-link {
  display: block;
}

.new-boss .b-issue__content-obj-avatar {
  width: 30px;
  height: 30px;
  margin-right: 13px;
  margin-bottom: 10px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}

.new-boss .b-issue__content-obj-avatar img {
  width: 100%;
  height: 100%;
}

.new-boss .b-issue__content-obj-about {
  width: 100%;
  min-height: 86px;
  padding-left: 43px;
  padding-bottom: 6px;
  margin-top: -2px;
}

.new-boss .b-issue__content-obj-title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.new-boss .b-issue__content-obj-link {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin: 5px 0;
}

.new-boss .desaturate {
  opacity: 0.6;
}

.new-boss .icon-wrap a:hover {
  border-bottom: 1px dashed #0088cc;
}

.new-boss .points-info-issue {
  padding-left: 198px;
  margin-bottom: 20px;
}

.new-boss .points-info-issue__place {
  padding-top: 3px;
  padding-bottom: 12px;
}

.new-boss .points-info-issue__points {
  padding-bottom: 4px;
}

.new-boss .points-info-issue__gotofirst {
  padding-bottom: 5px;
}

.new-boss .icon-akciya {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
}

.new-boss .input__select {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  width: 215px;
  height: 40px;
  border-radius: 5px;
  border: 1px #c4c4c4 solid;
  padding-left: 8px;
}

.new-boss .input__select:hover {
  border: 1px #454545 solid;
}

.new-boss .input__select:focus {
  border: 1px #0d972b solid;
}

.new-boss .input__select option:disabled {
  color: #ffffff;
  background-color: #0d972b;
}

.new-boss .input__checkbox {
  display: none;
}

.new-boss .input__checkbox:checked + .b-issue__filter-menu-label_prif:before {
  content: "\2714";
  color: #559538;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
}

.new-boss .b-paginator {
  /*перенес в new-boss.less*/
  /*&__link {
      .font-normal-r();
      border: 1px #0d972b solid;
      box-shadow: none;
      background: none;
      color: #0d972b;
      padding: 3px 11px 5px;
      border-radius: 5px;
      &:hover {
        background-color: #e7eaef;
      }
    }*/
  /*&__item {
      margin: 0 10px 23px 0;
      &_type_dote {
        .pts-r(8px);
        margin-bottom: 0;
        vertical-align: text-top;
      }
    }*/
}

.new-boss .b-paginator_type_issue {
  font-size: 0;
  margin: 0 0 15px;
}

.new-boss .articles-widget__img {
  margin-bottom: 16px;
  border-radius: 5px;
}

.new-boss .zayavki-user__about {
  margin-left: 45px;
  margin-bottom: 10px;
  min-height: 30px;
}

.new-boss .zayavki-user__name {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  display: block;
  color: #717171;
  padding-top: 1px;
  margin-bottom: -3px;
}

.new-boss .zayavki-user__city {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #717171;
}

.new-boss .zayavki-user__img {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  float: left;
}

.new-boss .fr-index-category__list_recall {
  width: calc(25% - 7.5px);
  margin-left: 10px;
  float: left;
}

/*первый дубль*/

.b-franchise-layout__left-content-edit-button {
  position: absolute;
  top: -27px;
  right: 102px;
}

.edit-franchise-info_recall {
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1;
}

.save-franchise-info_recall {
  position: absolute;
  top: -36px;
  right: 0;
  padding: 2px 14px 4px;
  border: 1px #569638 solid;
  border-radius: 5px;
  color: #569638;
}

.save-franchise-info_recall:hover {
  background-color: #569638;
  color: #ffffff;
}

.textarea-franchise-info_recall {
  width: 100%;
  height: 80px;
  border: 1px #696969 solid;
  border-radius: 5px;
  margin-top: -65px;
  padding: 0 5px;
  color: #696969;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.b-franchise-issue-banner {
  text-align: center;
  margin-bottom: 20px;
}

/*Страница пустой выдачи*/

.block-not-found__htext {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  padding: 20px 0 10px;
}

.block-not-found__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  display: block;
  margin-bottom: 50px;
}

/* Завка в архиве */

.box-archive {
  width: 178px;
  height: 55px;
  border: 1px solid rgba(136, 136, 136, 0.2);
  border-radius: 5px;
  box-sizing: border-box;
  margin: -15px 0 15px !important;
}

.box-archive .icon-box-archive {
  width: 30px;
  height: 35px;
  background-size: contain;
  vertical-align: middle;
  margin: 9px 10px;
}

.box-archive__text {
  font-size: 14px;
  color: #6f6f6f;
}

.msg-archive {
  font-size: 14px;
  line-height: 31px;
  display: block;
  width: calc(100% - 300px);
  border-radius: 5px;
  color: #6f6f6f;
  background-color: rgba(0, 180, 240, 0.2);
  margin: 15px 0 !important;
  padding: 0 10px !important;
}

/* Добавить франшизу в каталог */

.add-fr .breadcrumbs_new {
  margin: 30px 0 25px;
}

.add-fr .invest__title {
  margin-bottom: 15px;
}

.add-fr .invest__form {
  margin-bottom: 35px;
}

.add-fr .form_info-reg {
  max-width: 880px;
  width: 100%;
}

@media screen and (max-width: 1550px) {
  .new-boss .fr-idx-head__left {
    width: 590px;
  }

  .new-boss .fr-idx-main__left {
    width: 182px;
  }

  .new-boss .fr-idx-main__right {
    width: 796px;
    margin-left: 2px;
  }

  .new-boss .fr-idx-showcase__item {
    width: 181px;
    height: 136px;
    margin: 0 0 25px 18px;
  }

  .new-boss .fr-idx-widgets {
    margin-left: 18px;
  }

  .new-boss .fr-idx-banner {
    width: calc(100% - 18px);
  }

  .new-boss .l-menu__item_video {
    height: 103px;
  }

  .new-boss #wrap .b-issue__content-obj-right {
    width: 138px;
  }

  .new-boss #wrap .b-issue__content-obj-center {
    margin: 0 169px 0 167px;
  }

  .new-boss .b-issue__content-obj-left {
    width: 138px;
  }

  .new-boss .b-issue__content-obj-logo {
    width: 126px;
    height: 95px;
  }

  .new-boss .b-issue__content-obj-found-recall .glob-link {
    display: block;
  }

  .new-boss .points-info-issue {
    padding-left: 165px;
  }
}

@media screen and (max-width: 1100px) {
  .new-boss .fr-idx-head__left {
    width: 100%;
  }

  .new-boss .fr-idx-head__right {
    display: none;
  }

  .new-boss .fr-idx-main__right {
    width: 518px;
    margin-left: 48px;
  }

  .new-boss .fr-idx-showcase__item {
    width: 229px;
    height: 171px;
    margin: 0 0 30px 30px;
  }

  .new-boss .fr-idx-widgets {
    margin-left: 30px;
  }

  .new-boss .fr-idx-widgets_2col .fr-idx-widgets__col {
    width: 100%;
    margin-left: 0;
  }

  .new-boss .fr-idx-banner {
    width: calc(100% - 30px);
  }

  .new-boss .franchise-online__news-list_horiz325 .franchise-online__news-list-item {
    width: 100%;
    margin-left: 0;
  }

  .new-boss .fr-index-category__list {
    width: calc(50% - 15px);
  }

  .new-boss .fr-index-category__list:nth-child(2n-1) {
    margin-left: 0;
  }

  .new-boss .fr-index-category__list:nth-of-type(3) {
    clear: left;
  }

  .new-boss #wrap .b-issue__content-obj-right {
    width: 139px;
  }

  .new-boss #wrap .b-issue__content-obj-center {
    margin: 0 170px 0 159px;
  }

  .new-boss .b-issue__filter {
    min-height: 170px;
  }

  .new-boss .b-issue__filter_search-row {
    min-height: 100px;
  }

  .new-boss .b-issue__filter-menu-item_prif {
    width: 260px;
  }

  .new-boss .b-issue__filter-menu-label_prif {
    top: 25px;
    padding-left: 7px;
  }

  .new-boss .b-issue__filter-menu-label_prif:before {
    left: -18px;
  }

  .new-boss .b-issue__content-left {
    width: 100%;
    padding-right: 0;
  }

  .new-boss .b-issue__content-right {
    display: none;
  }

  .new-boss .b-issue__content-obj-left {
    width: 130px;
  }

  .new-boss .b-issue__content-obj-logo {
    width: 120px;
    height: 90px;
  }

  .new-boss .points-info-issue {
    padding-left: 157px;
  }

  .new-boss .b-franchise-issue-banner a img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 788px) {
  .new-boss #wrap .fr-idx-showcase__hgh {
    padding-bottom: 27px;
  }

  .new-boss .l-menu__item {
    line-height: 30px;
  }

  .new-boss .l-menu_2icon .l-menu__item {
    line-height: 30px;
  }

  .new-boss .fr-idx-main__right {
    width: calc(100% - 182px);
    margin-left: 0;
  }

  .new-boss .fr-idx-showcase__item {
    width: calc(50% - 20px);
    height: auto;
    margin: 0 0 20px 20px;
  }

  .new-boss .fr-idx-showcase__hgh {
    top: -12px;
  }

  .new-boss .fr-idx-banner {
    width: calc(100% - 20px);
  }

  .new-boss .fr-idx-widgets {
    margin-left: 20px;
  }

  .new-boss .fr-index-public-request-info {
    padding-left: 105px;
  }

  .new-boss .fr-index-category__list {
    width: 100%;
    margin-left: 0;
  }

  .new-boss #wrap .b-issue__content-obj-right {
    width: 120px;
    float: left;
    clear: left;
  }

  .new-boss #wrap .b-issue__content-obj-right .button {
    display: none;
  }

  .new-boss #wrap .b-issue__content-obj-center {
    margin: 0 10px 0 149px;
  }

  .new-boss #wrap .b-issue__content-obj-invest {
    width: 100%;
  }

  .new-boss .b-issue__content-obj-left {
    width: 120px;
  }

  .new-boss .b-issue__content-obj-logo {
    width: 110px;
    height: 82px;
  }

  .new-boss .b-issue__content-obj-found-recall {
    margin-top: 16px;
    margin-left: 11px;
  }

  .new-boss .points-info-issue {
    background-image: none;
    padding-left: 11px;
  }

  .new-boss .points-info-issue__place {
    padding-top: 8px;
    padding-bottom: 18px;
    line-height: 30px;
  }

  .new-boss .points-info-issue__points {
    padding-bottom: 8px;
  }

  .new-boss .points-info-issue__gotofirst {
    line-height: 30px;
  }

  .new-boss .icon-wrap {
    margin-left: 11px;
  }

  .new-boss .b-franchise-layout__left-content-edit-button,
  .new-boss .save-franchise-info_recall {
    display: none;
  }
}

@media screen and (max-width: 530px) {
  .new-boss .fr-idx-main__left {
    width: 100%;
  }

  .new-boss .fr-idx-main__right {
    width: 100%;
  }

  .new-boss .fr-idx-showcase__item {
    width: calc(50% - 10px);
  }

  .new-boss .fr-idx-showcase__item:nth-child(2n-1) {
    margin-left: 0;
  }

  .new-boss .fr-idx-banner {
    width: 100%;
  }

  .new-boss .fr-idx-widgets {
    margin-left: 0;
  }

  .new-boss .fr-idx-widgets_3mcol .fr-idx-widgets__col {
    margin-bottom: 25px;
  }

  .new-boss .fr-idx-widgets_3mcol .fr-idx-widgets__col:nth-child(n) {
    width: 100%;
    margin-left: 0;
  }

  .new-boss .fr-idx-widgets_3mcol .fr-idx-widgets__col:nth-child(3) {
    margin-bottom: 0;
  }

  .new-boss .l-menu__item_video {
    height: 288px;
    margin-top: 25px;
  }

  .new-boss .b-issue__filter-menu-search-row {
    width: 100%;
  }

  .new-boss #wrap .b-issue__content-obj-center {
    margin: 0 10px 0 139px;
  }

  .new-boss .b-issue__filter_search-row {
    min-height: 170px;
  }

  .new-boss .b-issue__filter-menu-item {
    max-width: 235px;
    width: 100%;
    margin: 30px 0 0 0;
  }

  .new-boss .b-issue__filter-menu-item:first-child {
    margin: 0;
  }

  .new-boss .b-issue__filter-menu-label_prif {
    top: -4px;
    padding-left: 25px;
  }

  .new-boss .b-issue__filter-menu-label_prif:before {
    left: 0;
  }
}

@media screen and (max-width: 420px) {
  .new-boss #wrap .b-issue__content-obj-right {
    width: 100%;
    float: left;
    clear: left;
  }

  .new-boss #wrap .b-issue__content-obj-center {
    width: 100%;
    margin: 0;
    padding: 30px 10px 0 11px;
  }

  .new-boss .b-issue__content-obj-left {
    width: 100%;
  }

  .new-boss .b-issue__content-obj-found-recall .glob-link {
    display: inline-block;
  }

  .new-boss .icon-akciya {
    left: 98px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.faq-head__title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 40px;
}

.faq-answer__title {
  font-size: 30px;
}

.faq-answer__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  font-size: 20px;
}

.faq-answer__item.active {
  background-color: #ECEEF2;
}

.faq-answer__item.active .faq-answer__icon i {
  transform: rotate(-180deg);
  transition: 300ms;
}

.faq-answer__item.active .faq-answer__link:hover {
  background-color: transparent;
}

.faq-answer__link {
  display: flex;
  cursor: pointer;
  padding: 15px 20px 15px 15px;
}

.faq-answer__link:hover {
  background-color: #E9F6E9;
}

.faq-answer__link.glob-link:hover {
  text-decoration: none;
}

.faq-answer__icon i {
  transition: 300ms;
  vertical-align: middle;
}

.faq-answer__txt {
  margin-left: 15px;
}

.faq__answer {
  margin-top: 10px;
  margin-left: 50px;
  margin-right: 50px;
  padding-bottom: 20px;
  display: none;
}

.faq__answer .wysiwyg-new__txt {
  overflow-x: visible;
}

.faq__answer .wysiwyg-new__txt:last-of-type {
  margin-bottom: 0;
}

.faq-block {
  padding: 35px 0;
}

.faq-block + .faq-block {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.faq__htxt {
  font-size: 20px;
  font-weight: bold;
}

.faq__txt {
  font-size: 20px;
}

.faq-txt__icon {
  margin-right: 8px;
}

.faq-txt__icon i {
  vertical-align: middle;
}

.faq__btn {
  display: inline-block;
}

.faq__btn + .faq__btn {
  margin-left: 18px;
}

.faq-fb .faq__txt {
  vertical-align: middle;
}

@media screen and (max-width: 788px) {
  .faq-answer__item {
    font-size: 18px;
  }

  .faq__htxt,
  .faq__txt {
    font-size: 18px;
  }
}

@media screen and (max-width: 530px) {
  .faq-head__title {
    font-size: 35px;
    margin-bottom: 25px;
  }

  .faq-answer__txt {
    margin-left: 7px;
  }

  .faq-answer__link {
    padding: 15px 12px;
  }

  .faq__answer {
    margin-left: 40px;
    margin-right: 40px;
  }

  .faq__btn {
    display: block;
    width: 100%;
    max-width: 240px;
  }

  .faq__btn + .faq__btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

/*Главная страница коммерческая недвижимость*/

.new-boss .unit-select {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  line-height: 20px;
  position: absolute;
  z-index: 50;
}

.new-boss .unit-select a {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  display: block;
  text-decoration: none;
  color: #0088cc;
  padding: 1px 10px 3px 8px;
}

.new-boss .unit-select a:hover {
  background-color: #e6e6e6;
  border-color: #00b4f0;
}

.new-boss .unit-select_fs14 a {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  padding: 3px 10px 3px 8px;
}

.new-boss .unit-select_fs21-bold a {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  padding: 3px 10px 3px 8px;
}

.new-boss .b-new-issue-newB {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-top: 0;
  margin-bottom: 30px;
}

.new-boss .b-issue-htext_gb-extradition-newB {
  padding-bottom: 15px;
}

.section-kn {
  clear: both;
}

.section-kn_head {
  position: relative;
  background-size: cover !important;
}

.section-kn_prof-market {
  display: table;
  width: 100%;
}

.kn-head__body_map {
  margin-top: 40px;
  margin-bottom: 30px;
}

.kn-head__top {
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.kn-head__bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 10px 5px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
}

.kn-head__filter {
  position: relative;
  width: 980px;
  background-color: #F7F8F9;
  border-radius: 5px;
  margin: 56px auto 70px;
  padding: 20px 20px;
}

.kn-head__filter_newB {
  width: auto;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.kn-head__filter-htext {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
}

.kn-head__filter-menu {
  margin-top: 15px;
}

.kn-head__filter-menu-item {
  float: left;
  margin-right: 20px;
}

.kn-head__filter-menu-item_r0 {
  margin-right: 0;
}

.kn-head__filter-menu-item:last-child {
  margin-right: 0;
}

.kn-head__filter-menu-item_btn {
  margin-top: 35px;
  float: right;
}

.kn-head__filter-menu-item .btn-default-small {
  padding: 7px 12px 9px;
  margin-top: 35px;
}

.kn-head__filter-menu-item .input__select {
  display: block;
  width: 210px;
  cursor: pointer;
}

.kn-head__filter-menu-label {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}

.kn-head__filter-menu-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  display: inline-block;
  margin-top: 36px;
}

.kn-head__filter-menu-text .glob-link {
  display: inline-block;
}

.kn-head__filter-menu-stext {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #434343;
  text-transform: lowercase;
}

.kn-head__filter-menu-input {
  width: 85px;
  height: 40px;
  border: 1px rgba(0, 0, 0, 0.2) solid;
  border-radius: 5px;
  float: left;
}

.kn-head__filter-menu-input_franch {
  width: 97px;
}

.kn-head__filter-menu-dash {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  display: block;
  float: left;
  margin: 10px 4px 0;
}

.kn-head__filter-menu-link {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 36px;
  float: right;
}

.kn-head-bottom-icon {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 7px;
  margin-right: 7px;
  padding: 0 3px;
}

.kn-head-bottom-icon_rent {
  background-color: #1ea01e;
}

.kn-head-bottom-icon_sale {
  background-color: #14a096;
}

.filter-menu-input {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.kn-htext {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  padding-top: 50px;
  float: left;
}

.how-get-here {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 53px;
  float: right;
}

.kn-prof-market__list {
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #dadada;
}

.kn-prof-market__item {
  position: relative;
  width: 180px;
  height: 115px;
  margin-right: 20px;
  overflow: hidden;
  float: left;
}

.kn-prof-market__item:last-child {
  margin-right: 0;
}

.kn-prof-market__item:hover .kn-prof-market__img-hover {
  opacity: 1;
}

.kn-prof-market__img {
  width: 100%;
  height: 100%;
}

.kn-prof-market__img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.kn-prof-market__img-hover {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px 10px;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity ease 0.5s;
}

.kn-prof-market__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #ffffff;
}

.kn-proposal__list {
  *zoom: 1;
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #dadada;
}

.kn-proposal__list:before,
.kn-proposal__list:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.kn-proposal__item {
  position: relative;
  width: 180px;
  height: 150px;
  margin: 0 20px 20px 0;
  float: left;
}

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

.kn-proposal__link:hover .kn-federal-proposal__popup {
  opacity: 1;
}

.kn-proposal__link:hover .kn-interesting-offers__about-link {
  text-decoration: underline;
}

.kn-proposal__img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.kn-proposal__img img {
  width: 100%;
  height: 100%;
}

.kn-proposal__icon-block {
  position: relative;
  bottom: 32px;
  left: 10px;
  display: inline-block;
  margin-top: -18px;
  z-index: 1;
}

.kn-proposal__trade {
  font-size: 11px;
  line-height: 1.2;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  background-color: #aaaaaa;
  color: #ffffff;
  border-radius: 3px;
  padding: 1px 4px 0 3px;
  margin-right: 20px;
}

.kn-proposal__trade_rent {
  background-color: #1ea01e;
  margin-right: 5px;
}

.kn-proposal__trade_sale {
  background-color: #14a096;
  margin-right: 5px;
}

.kn-federal-proposal__popup {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 58px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #0088cc;
  text-decoration: underline;
  padding: 3px 0 0 10px;
  opacity: 0;
  transition: opacity ease 0.5s;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.kn-now-look__list {
  *zoom: 1;
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #dadada;
}

.kn-now-look__list:before,
.kn-now-look__list:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.kn-now-look__item {
  width: calc(25% - 15px);
  margin-right: 20px;
  float: left;
}

.kn-now-look__item:last-child {
  margin-right: 0;
}

.kn-now-look__link:hover .kn-now-look__about-link {
  text-decoration: underline;
}

.kn-now-look__img {
  width: 80px;
  height: 66px;
  border-radius: 5px;
  overflow: hidden;
  float: left;
}

.kn-now-look__img img {
  width: 100%;
  height: 100%;
}

.kn-now-look__about {
  margin-left: 100px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.kn-now-look__about-link {
  height: 20px;
  overflow: hidden;
  display: block;
  margin-bottom: 1px;
}

.kn-now-look__about-price {
  display: block;
}

.kn-now-look__about-space {
  display: block;
}

.kn-htext_now-look {
  padding-top: 30px;
}

.kn-bid-commercial__block {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dadada;
}

.kn-bid-commercial__list {
  width: calc(50% - 10px);
  margin-right: 20px;
  float: left;
}

.kn-bid-commercial__list:last-child {
  margin-right: 0;
}

.kn-bid-commercial__list_wide {
  width: 100%;
}

.kn-bid-commercial__list_wide .kn-bid-commercial__item {
  width: calc(25% - 15px);
  margin-right: 20px;
}

.kn-bid-commercial__list_wide .kn-bid-commercial__item:nth-child(5) {
  margin-right: 0;
}

.kn-bid-commercial__link:hover .kn-bid-commercial__about-link {
  text-decoration: underline;
}

.kn-bid-commercial__item {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  display: block;
  float: left;
}

.kn-bid-commercial__item:nth-child(2) {
  clear: left;
}

.kn-bid-commercial__item:nth-child(2n) {
  margin-right: 20px;
}

.kn-bid-commercial__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.kn-bid-commercial__img {
  width: 50px;
  height: 50px;
  float: left;
}

.kn-bid-commercial__img img {
  width: 100%;
  height: 100%;
}

.kn-bid-commercial__about {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.kn-bid-commercial__about_img {
  margin-left: 60px;
}

.kn-bid-commercial__about-link {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1;
  display: block;
  height: 18px;
  overflow: hidden;
  margin-bottom: 3px;
}

.kn-bid-commercial__about-price {
  display: block;
}

.kn-bid-commercial__about-space {
  display: block;
}

.kn-interesting-offers__about {
  margin-top: -12px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.kn-interesting-offers__about-price {
  display: block;
}

.kn-interesting-offers__about-space {
  display: block;
}

.section-kn_your-pocket {
  position: relative;
  height: 360px;
  background-color: #000000;
  color: #ffffff;
  margin-top: 100px;
}

.section-kn_your-pocket:before {
  content: '';
  position: absolute;
  top: 256px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffcd04;
}

.kn-htext_your-pocket {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dadada;
}

.kn-your-pocket__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/img/kn/new/app-bg.jpg") no-repeat 50%;
  background-size: cover;
  opacity: 0.7;
}

.kn-your-pocket__top {
  width: 680px;
}

.kn-your-pocket__top form {
  *zoom: 1;
}

.kn-your-pocket__top form:before,
.kn-your-pocket__top form:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.kn-your-pocket__text {
  padding-top: 15px;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.kn-your-pocket__stext {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 41px;
}

.kn-your-pocket__img {
  position: absolute;
  top: 20px;
  right: 106px;
  width: 512px;
  height: 339px;
}

.kn-your-pocket__img img {
  width: 100%;
  height: 100%;
}

.kn-your-pocket__bottom {
  margin-top: 69px;
}

.mobile-app__input {
  position: relative;
  width: 200px;
  height: 40px;
  border-radius: 5px;
  margin-right: 15px;
  margin-top: 20px;
  float: left;
}

.mobile-app__input input {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: none;
  padding-left: 35px;
}

.mobile-app__icon .icon-20_black_mobile_phone {
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0.2;
}

.mobile-app__select {
  width: 150px;
  height: 40px;
  border-radius: 5px;
  margin-right: 15px;
  margin-top: 20px;
  float: left;
}

.mobile-app__select select {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  padding-left: 10px;
  border: none;
}

.mobile-app__button {
  margin-top: 20px;
  float: left;
}

.mobile-app__button input {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  width: 100px;
  height: 40px;
  background-color: #1ea01e;
  color: #ffffff;
  border-radius: 5px;
  border: none;
}

.application__item {
  float: left;
  width: 160px;
}

.application__item i {
  margin-right: 10px;
  opacity: 0.3;
}

.application__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.application__button {
  position: absolute;
  right: 44px;
  bottom: -1px;
}

.icon-app_android_w {
  float: left;
}

.icon-app_apple_w {
  float: left;
}

.icon-app_wp_w {
  float: left;
}

.kn-graph__list {
  margin-top: 15px;
  border-top: 1px solid #dadada;
}

.kn-graph__item {
  margin: -10px 20px 30px 0;
  float: left;
}

.kn-graph__img img {
  width: 100%;
  height: 100%;
}

.kn-graph__check-list {
  *zoom: 1;
  margin-top: 55px;
  margin-left: 65px;
  margin-bottom: 20px;
}

.kn-graph__check-list:before,
.kn-graph__check-list:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.kn-graph__check-item {
  float: left;
  margin-right: 30px;
  margin-top: 25px;
}

.kn-graph-label {
  position: relative;
  top: 25px;
  cursor: pointer;
  vertical-align: super;
  padding-left: 32px;
  padding-top: 1px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.kn-graph-label:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -1px;
  left: 0;
  border-radius: 5px;
}

.kn-graph-label_office:before {
  background-color: #1ea01e;
}

.kn-graph-label_retail:before {
  background-color: #fa961d;
}

.kn-graph-label_stock:before {
  background-color: #00b4f0;
}

.kn-graph-label_production:before {
  background-color: #ffcd04;
}

.kn-graph-chekbox {
  display: none;
}

.kn-graph-chekbox:checked + .kn-graph-label:before {
  content: "\2714";
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 26px;
}

.kn-realtors__block {
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #dadada;
}

.kn-realtors__link:hover img {
  width: 120%;
  height: 120%;
}

.kn-realtors__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 5px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.kn-realtors__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: all linear 0.2s;
}

.section-kn_news {
  padding: 50px 0 40px;
}

.franchise-online__news-list-item-img_kn {
  height: 0;
  padding-bottom: 52%;
}

.section-kn_popular-request {
  margin-top: 15px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.kn-htext_popular-request {
  padding: 21px 0 14px;
}

.bb-list {
  padding-top: 10px;
  border-top: 1px solid #dadada;
}

.bb-item_small {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.6;
  width: 32%;
  margin-top: 5px;
  margin-left: 1%;
  margin-right: 1%;
  float: left;
}

.bb-item_small:nth-child(3n-2) {
  margin-left: 0;
  clear: left;
}

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

.bb-item_average {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

/*ПРО-размещение объекта*/

/*Выдача КН*/

/*Попап для районов и метро*/

.new-boss .kn-new-filtr-popup {
  padding: 20px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 700px;
  width: calc(100% - 20px);
  margin: 0 auto;
  display: none;
  z-index: 999;
}

.new-boss .kn-new-filtr-popup_msk-metro {
  max-width: 940px;
}

.new-boss .kn-new-filtr-popup__left {
  width: 610px;
  float: left;
}

.new-boss .kn-new-filtr-popup__search-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.new-boss .kn-new-filtr-popup__search-block {
  position: relative;
  width: 100%;
  height: 30px;
  margin: 8px 0 10px;
  border: 1px rgba(0, 0, 0, 0.2) solid;
  border-radius: 5px;
}

.new-boss .kn-new-filtr-popup__search-block .icon-20_black_metro {
  position: absolute;
  top: 4px;
  left: 7px;
  opacity: 0.2;
}

.new-boss .kn-new-filtr-popup__search-block input {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  width: 100%;
  height: 100%;
  padding: 0 10px 0 35px;
  border-radius: 5px;
  border: none;
}

.new-boss .kn-new-filtr-popup__search-block .kn-new-filtr-popup__mobile-icon {
  margin: 0 8px 0 0;
}

.new-boss .kn-new-filtr-popup__metro-list {
  display: none;
  position: absolute;
  top: 29px;
  left: -1px;
  right: -1px;
  max-height: 350px;
  overflow: auto;
  background-color: #fff;
  border-radius: 5px;
  border: 1px #e6e7e8 solid;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 30;
}

.new-boss .kn-new-filtr-popup__metro-link {
  display: block;
  padding: 5px 8px 6px;
}

.new-boss .kn-new-filtr-popup__metro-link:hover {
  background-color: #e6e7e8;
}

.new-boss .kn-new-filtr-popup__metro-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.new-boss .kn-new-filtr-popup__station-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-right: 13px;
}

.new-boss .kn-new-filtr-popup__station-block {
  display: none;
}

.new-boss .kn-new-filtr-popup__station-clear {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #0088cc;
}

.new-boss .kn-new-filtr-popup__station-clear:hover {
  border-bottom: 1px #0088cc dashed;
}

.new-boss .kn-new-filtr-popup__station-select {
  margin-top: 9px;
}

.new-boss .kn-new-filtr-popup__station-item {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 29px;
  margin-right: 5px;
  float: left;
}

.new-boss .kn-new-filtr-popup h2 {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 10px;
  margin-right: 30px;
}

.new-boss .kn-new-filtr-popup__station-link {
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  padding: 0 18px 0 4px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.new-boss .kn-new-filtr-popup__station-link:hover {
  color: #fff;
}

.new-boss .kn-new-filtr-popup__station-link:hover .kn-new-filtr-popup__station-close:before {
  border-color: #fff;
}

.new-boss .kn-new-filtr-popup__station-link:hover .kn-new-filtr-popup__station-close:after {
  border-color: #fff;
}

.new-boss .kn-new-filtr-popup__station-close {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}

.new-boss .kn-new-filtr-popup__station-close:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 2px;
  border-top: 2px rgba(0, 0, 0, 0.25) solid;
}

.new-boss .kn-new-filtr-popup__station-close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  width: 2px;
  height: 12px;
  border-left: 2px rgba(0, 0, 0, 0.25) solid;
}

.new-boss .kn-new-filtr-popup__mobile-raions {
  display: none;
  margin: 17px 0 20px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.new-boss .kn-new-filtr-popup__mobile-block {
  margin-bottom: 10px;
  cursor: pointer;
}

.new-boss .kn-new-filtr-popup__mobile-btn {
  position: relative;
  display: block;
  width: 100%;
  min-height: 30px;
  line-height: 16px;
  padding: 1px 40px 0 32px;
  background-color: #f0f0f3;
}

.new-boss .kn-new-filtr-popup__mobile-btn_active .icon-ar_black_menu_down {
  transform: rotate(180deg);
}

.new-boss .kn-new-filtr-popup__mobile-btn .icon-ar_black_menu_down {
  position: absolute;
  top: 0;
  right: 5px;
  width: 30px;
  height: 30px;
  background-size: 100%;
  opacity: 0.2;
}

.new-boss .kn-new-filtr-popup__mobile-icon {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  margin: 4px 6px 0 -26px;
  padding-right: 2px;
}

.new-boss .kn-new-filtr-popup__mobile-icon_1 {
  background-color: #ed0e3c;
}

.new-boss .kn-new-filtr-popup__mobile-icon_2 {
  background-color: #1ea01e;
}

.new-boss .kn-new-filtr-popup__mobile-icon_3 {
  background-color: #0078bf;
}

.new-boss .kn-new-filtr-popup__mobile-icon_4 {
  background-color: #19c1f3;
}

.new-boss .kn-new-filtr-popup__mobile-icon_5 {
  background-color: #a67765;
}

.new-boss .kn-new-filtr-popup__mobile-icon_6 {
  background-color: #f8a464;
}

.new-boss .kn-new-filtr-popup__mobile-icon_7 {
  background-color: #8d479f;
}

.new-boss .kn-new-filtr-popup__mobile-icon_8 {
  background-color: #cea229;
}

.new-boss .kn-new-filtr-popup__mobile-icon_9 {
  background-color: #a1a3a2;
}

.new-boss .kn-new-filtr-popup__mobile-icon_10 {
  background-color: #cadf82;
}

.new-boss .kn-new-filtr-popup__mobile-icon_11 {
  background-color: #79cdcd;
}

.new-boss .kn-new-filtr-popup__mobile-icon_12 {
  background-color: #acbfdf;
}

.new-boss .kn-new-filtr-popup__mobile-icon_13 {
  background-color: #b3b2fe;
}

.new-boss .kn-new-filtr-popup__mobile-light-color {
  color: #aaa;
}

.new-boss .kn-new-filtr-popup__mobile-list {
  display: none;
  margin-bottom: 14px;
}

.new-boss .kn-new-filtr-popup__mobile-item {
  display: block;
  margin: 11px 0 11px 31px;
}

.new-boss .kn-new-filtr-popup__mobile-link {
  border-bottom: 1px #000000 dashed;
}

.new-boss .kn-new-filtr-popup__mobile-link_active {
  border: none;
  border-radius: 5px;
  padding: 2px 7px 3px;
  margin-left: -7px;
  color: #fff;
  background-color: #1ea01e;
}

.new-boss .kn-new-filtr-popup__map-metro {
  margin-top: 20px;
}

.new-boss .kn-new-filtr-popup__map-metro-fade {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  background: #FFF;
  opacity: 0.7;
  z-index: 2;
}

.new-boss .metro-color-border_1 {
  border-color: #ed0e3c;
}

.new-boss .metro-color-border_1:hover {
  background-color: #ed0e3c;
}

.new-boss .metro-color-border_2 {
  border-color: #1ea01e;
}

.new-boss .metro-color-border_2:hover {
  background-color: #1ea01e;
}

.new-boss .metro-color-border_3 {
  border-color: #0078bf;
}

.new-boss .metro-color-border_3:hover {
  background-color: #0078bf;
}

.new-boss .metro-color-border_4 {
  border-color: #19c1f3;
}

.new-boss .metro-color-border_4:hover {
  background-color: #19c1f3;
}

.new-boss .metro-color-border_5 {
  border-color: #a67765;
}

.new-boss .metro-color-border_5:hover {
  background-color: #ed0e3c;
}

.new-boss .metro-color-border_6 {
  border-color: #f8a464;
}

.new-boss .metro-color-border_6:hover {
  background-color: #f8a464;
}

.new-boss .metro-color-border_7 {
  border-color: #8d479f;
}

.new-boss .metro-color-border_7:hover {
  background-color: #8d479f;
}

.new-boss .metro-color-border_8 {
  border-color: #cea229;
}

.new-boss .metro-color-border_8:hover {
  background-color: #cea229;
}

.new-boss .metro-color-border_9 {
  border-color: #a1a3a2;
}

.new-boss .metro-color-border_9:hover {
  background-color: #a1a3a2;
}

.new-boss .metro-color-border_10 {
  border-color: #cadf82;
}

.new-boss .metro-color-border_10:hover {
  background-color: #cadf82;
}

.new-boss .metro-color-border_11 {
  border-color: #79cdcd;
}

.new-boss .metro-color-border_11:hover {
  background-color: #79cdcd;
}

.new-boss .metro-color-border_12 {
  border-color: #acbfdf;
}

.new-boss .metro-color-border_12:hover {
  background-color: #acbfdf;
}

.new-boss .metro-color-border_13 {
  border-color: #b3b2fe;
}

.new-boss .metro-color-border_13:hover {
  background-color: #b3b2fe;
}

.new-boss .als-metro__circle-triggers {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.5;
  margin: 30px 23px 0 0;
  float: right;
}

.new-boss .als-metro__select {
  width: 250px;
  height: 30px;
  padding-top: 1px;
  margin-bottom: 10px;
  box-sizing: border-box;
  color: #189747;
  border: 1px #0d972b solid;
  border-radius: 5px;
  text-align: center;
}

.new-boss .als-metro__select:hover {
  background-color: #d1d3d4;
  color: #189747;
}

.new-boss .als-metro__select_active {
  background-color: #0d972b;
  color: #fff;
}

.new-boss .als-metro__select_inside {
  display: block;
}

.new-boss .als-metro__select_circle {
  display: block;
}

.new-boss .metro-station:hover .metro-station-label_msk {
  background-image: url('/modules/kn/metro_beboss/msk/scheme-hover.png');
}

.new-boss .metro-station:hover .metro-station-label_spb {
  background-image: url('/modules/kn/metro_beboss/spb/scheme-hover.png');
}

.new-boss .metro-station-label {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 22;
}

.new-boss .metro-station_active .metro-station-label_msk {
  background-image: url('/modules/kn/metro_beboss/msk/scheme-hover.png');
}

.new-boss .metro-station_active .metro-station-label_spb {
  background-image: url('/modules/kn/metro_beboss/spb/scheme-hover.png');
}

.new-boss .metro-station_active .metro-station-label_point {
  background: url("/modules/kn/metro_beboss/station-selected.png") no-repeat;
  background-position: 0 0 !important;
}

.new-boss .css-radius {
  border-radius: 10px;
}

.new-boss .css-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.new-boss .kn-new-filtr-popup .close_block {
  position: absolute;
  right: 20px;
  top: 20px;
}

.new-boss .kn-new-filtr-popup_raions-msk {
  margin: 20px 0;
}

.new-boss .kn-new-filtr-popup_raion-msk {
  margin-top: -5px;
  width: 440px;
  margin-right: 10px;
  float: left;
  height: 516px;
  background: url(/img/kn/kn-filter/raions-msk.png) no-repeat 0 0;
}

.new-boss .moscow-area-highlited:hover {
  display: block !important;
}

.new-boss .kn-new-filtr-popup__raions-list {
  width: calc(33.33% - 15px);
  padding-right: 10px;
  margin-left: 10px;
  float: left;
  overflow: hidden;
  padding-left: 10px;
  position: relative;
  left: -10px;
}

.new-boss .kn-new-filtr-popup__raions-list:first-child {
  margin-left: 0;
}

.new-boss .kn-new-filtr-popup__raions-list .l-default__item {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  color: #000;
  margin-bottom: 14px;
}

.new-boss .kn-new-filtr-popup__raions-list .l-default__item .active {
  display: inline-block;
  margin: -5px -20px -5px 0;
  position: relative;
  left: -10px;
  padding: 4px 10px 5px;
  border-bottom: none;
  background: #1ea01e;
  color: #fff;
  width: auto;
  border-radius: 4px;
}

.new-boss .kn-new-filtr-popup__raions-list .l-default__item_head {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 5px;
}

.new-boss .kn-new-filtr-popup__raions-list .l-default__item a {
  line-height: 1.2;
}

.new-boss .kn-new-filtr-popup__raions-list-msk {
  width: 178px;
  padding-top: 5px;
}

.new-boss .kn-new-filtr-popup__raions-list-msk .l-default__item .active {
  margin-right: 0;
}

.new-boss .lnk_dotted {
  text-decoration: none;
  color: #000;
  border-bottom: 1px dotted #000000;
}

.new-boss .lnk_dotted.active:hover {
  color: #fff;
  border-color: #fff;
}

.new-boss .lnk_dotted:hover {
  color: #1da049;
  border-color: #1da049;
  text-decoration: none;
}

/*Попап конец*/

.kn-head__filter_extradition {
  width: 100%;
  min-height: 110px;
  font-size: 0;
  border: 1px #d1d2d4 solid;
  margin: 30px 0 0;
}

.kn-head__filter-htext_extradition {
  margin-top: 15px;
}

.kn-head__filter-popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 992px;
  background-color: #fff;
  padding: 20px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

.kn-head__filter-select-country {
  margin-bottom: 18px;
  margin-left: 1px;
  *zoom: 1;
}

.kn-head__filter-select-country:before,
.kn-head__filter-select-country:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.kn-head__filter-column-list {
  margin-left: 1px;
  *zoom: 1;
}

.kn-head__filter-column-list:before,
.kn-head__filter-column-list:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.kn-head__filter-column-item {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  display: inline-block;
  width: 19.2%;
  margin-right: 1%;
  float: left;
}

.kn-head__filter-column-item_top {
  width: 140px;
  margin: 0 20px 0 0;
}

.kn-head__filter-column-item:last-child {
  margin-right: 0;
}

.kn-head__filter-cities-item {
  line-height: 24px;
}

.kn-head__filter-cities-item:first-child {
  margin-top: 11px;
}

.kn-head__filter-cities-item_head {
  text-transform: uppercase;
  margin-top: 11px;
}

.kn-head__filter-cities-item a {
  line-height: 24px;
}

.kn-head__filter-h2text {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin: -4px 0 15px;
}

.kn-head__filter-h3text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin: 26px 0 0 1px;
}

.kn-head__filter-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.kn-head__filter-menu_extradition {
  margin-top: -3px;
}

.kn-head__filter-menu-item_extradition {
  display: table;
}

.kn-head__filter-menu-item_extradition p {
  display: none;
}

.kn-head__filter-menu-item_extradition:last-child {
  margin-top: 35px;
}

.kn-head__filter-menu-button {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  color: #189747;
  border: 1px #0d972b solid;
  border-radius: 5px;
  padding: 1px 25px 3px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.5;
}

.kn-head__filter-menu-button:after {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 25px;
  width: calc(100% - 50px);
  border-bottom: 1px #189747 dashed;
}

.kn-head__filter-menu-button:hover {
  color: #189747;
  background-color: #d1d3d4;
}

.kn-head__filter-menu-button:hover:after {
  border-bottom-color: #189747;
}

.kn-head__filter-menu-button_active {
  color: #fff;
  background-color: #0d972b;
}

.kn-head__filter-menu-button_active:after {
  border-bottom-color: #fff;
}

.kn-head__filter-menu-button_msk {
  padding: 1px 12px 3px;
}

.kn-head__filter-menu-button_msk:after {
  left: 12px;
  width: calc(100% - 24px);
}

.kn-head__filter-menu-hide-text {
  display: none;
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.kn-head__filter-menu-text_extradition {
  margin-top: 16px;
}

.kn-head__filter-menu-link_extradition {
  margin-top: 16px;
}

.select-country__item {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin: 2px 0 0 20px;
  border-bottom: 1px #000000 dashed;
  float: left;
}

.select-country__item_active {
  border: 1px solid #0d972b;
  padding: 1px 13px 2px;
  margin: 0;
}

.object_banner {
  padding: 0;
  margin-top: -1px;
}

.object_banner-mt30 {
  margin-top: 30px;
}

.object_banner:before {
  content: none;
}

.object_banner a img {
  width: 100%;
  height: 100%;
}

.object-left {
  width: 75%;
  padding-right: 25px;
  float: left;
}

.object-left_full {
  width: 100%;
}

.object-head {
  padding: 28px 0 0 20px;
  margin-bottom: 21px;
}

.object-head_i40 {
  margin-bottom: 40px;
}

.object-head:before {
  content: none;
}

.object-sitebar-r {
  width: 25%;
  padding: 18px 0 0 25px;
  float: right;
}

.object-sitebar-r__block {
  margin-bottom: 45px;
}

.object-sitebar-r__htext {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.object-sitebar-r__list {
  margin-top: 15px;
  padding-bottom: 20px;
}

.object-sitebar-r__item {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  display: table;
}

.object-sitebar-r__item.b_bor-top-g {
  padding-top: 10px;
}

.object-sitebar-r__img {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  margin: 10px 0 10px;
  border-radius: 5px;
  overflow: hidden;
}

.object-sitebar-r__img img {
  width: 100%;
  height: auto;
}

.object-sitebar-r__link {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 8px;
}

.object-sitebar-r__date {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.content-head__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #434343;
}

.content-head__list {
  margin-top: -37px;
  float: right;
}

.content-head__list_map {
  margin-top: -24px;
  *zoom: 1;
}

.content-head__list_map:before,
.content-head__list_map:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.content-head__list_map .btn-default-small {
  margin-top: 0;
}

.content-head__item {
  float: left;
}

.obj__right-img {
  border-radius: 5px;
  margin-bottom: 15px;
  overflow: hidden;
}

.obj__right-img img {
  border-radius: 5px;
}

.obj__center-address {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-bottom: 9px;
}

.obj__center-about {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  max-height: 70px;
  overflow: hidden;
}

.extradition-foto {
  cursor: pointer;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  background-color: #fff;
  padding: 25px;
}

.extradition-foto:hover {
  left: 0;
  right: 0;
  position: relative;
  margin-bottom: -100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.extradition-foto:hover .extradition-foto__title {
  min-height: 18px;
}

.extradition-foto:hover .extradition-foto__price {
  display: block;
}

.extradition-foto:hover .extradition-foto__address {
  display: block;
}

.extradition-foto:hover .extradition-foto__slider-controls {
  display: block;
}

.extradition-foto-block {
  margin: 19px 0 50px;
}

.extradition-foto-block .share__item_border:before {
  border-style: solid;
}

.extradition-foto_top {
  background-color: #fff4b3;
}

.extradition-foto__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  /*bxSlider*/
}

.extradition-foto__img .bx-wrapper,
.extradition-foto__img .bx-viewport {
  position: absolute !important;
  border: none !important;
  border-radius: 5px;
  left: 0 !important;
}

.extradition-foto__img img {
  width: 100%;
  height: auto;
}

.extradition-foto__shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to top, #000000, transparent);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.extradition-foto__icon {
  margin: 9px 5px 0 12px;
  float: left;
}

.extradition-foto__count {
  display: inline-block;
  margin-top: 9px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.extradition-foto__slider {
  height: 100%;
}

.extradition-foto__slider-item {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  border-radius: 5px;
}

.extradition-foto__slider-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.extradition-foto__slider-nav {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #000000;
  opacity: 0.25;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.extradition-foto__slider-nav_prev {
  left: -18px;
}

.extradition-foto__slider-nav_next {
  right: -18px;
}

.extradition-foto__slider-nav:hover {
  opacity: .5;
}

.extradition-foto__about {
  position: relative;
  padding-top: 15px;
}

.extradition-foto__title {
  display: inline-block;
  width: 100%;
  line-height: 18px;
  min-height: 36px;
  max-height: 36px;
  margin-bottom: 10px;
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.extradition-foto__price {
  display: none;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.extradition-foto__address {
  display: none;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.bottom-h3text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.bottom-item {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.bottom-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-bottom: 20px;
  color: #757575;
}

.object-content-map {
  margin-left: 300px;
  overflow: hidden;
}

.extradition-map {
  position: relative;
  height: 100% !important;
  overflow: hidden;
}

.extradition-map_newB .extradition-map__left {
  width: 445px;
  padding-right: 0;
  position: relative;
}

.extradition-map_newB .extradition-map__left_close {
  margin-left: -445px;
}

.extradition-map_newB .extradition-map__right {
  width: auto;
  float: none;
  margin-left: 415px;
  overflow: hidden;
}

.extradition-map_newB .extradition-map__right_all-width {
  width: 100%;
  margin-left: 0 !important;
}

.extradition-map_newB .extradition-map__arrow {
  position: absolute;
  top: 15px;
  right: -24px;
  z-index: 10;
  background-color: #fbfbfc;
  font-size: 0;
  padding: 5px 2px;
  cursor: pointer;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.extradition-map_newB .extradition-map__arrow_close {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.extradition-map_newB .extradition-map__arrow_top {
  position: static;
  display: table;
  margin: 10px auto 0;
}

.extradition-map_newB .extradition-map__arrow_top .icon-ar_black_slide_right {
  position: relative;
  transform: rotate(90deg);
}

.extradition-map_newB .extradition-map__arrow_top-active {
  margin-top: -10px;
}

.extradition-map_newB .extradition-map__arrow_top-active .icon-ar_black_slide_right {
  transform: rotate(270deg);
}

.extradition-map_newB .kn-head__filter {
  width: auto;
  height: auto !important;
  background-color: #fbfbfc;
  border-radius: 0;
  margin: 0;
  padding: 20px;
  *zoom: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.extradition-map_newB .kn-head__filter:before,
.extradition-map_newB .kn-head__filter:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.extradition-map_newB .kn-head__filter-menu {
  margin-top: 0;
}

.extradition-map_newB .kn-head__filter-menu {
  *zoom: 1;
}

.extradition-map_newB .kn-head__filter-menu:before,
.extradition-map_newB .kn-head__filter-menu:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.extradition-map_newB .kn-head__filter-menu__hideShow {
  *zoom: 1;
}

.extradition-map_newB .kn-head__filter-menu__hideShow:before,
.extradition-map_newB .kn-head__filter-menu__hideShow:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.extradition-map_newB .kn-head__filter-menu-hideShow-obj {
  margin: 20px auto 0;
  display: table;
}

.extradition-map_newB .kn-head__filter-menu-hideShow-txt {
  cursor: pointer;
  color: #0088cc;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1;
}

.extradition-map_newB .kn-head__filter-menu-hideShow-txt:hover {
  text-decoration: underline;
}

.extradition-map_newB .kn-head__filter-menu-hideShow-txt_hide {
  display: none;
}

.extradition-map_newB .kn-head__filter-menu-hideShow_active {
  margin-top: -15px;
}

.extradition-map_newB .kn-head__filter-menu-hideShow_active .kn-head__filter-menu-hideShow-txt {
  display: none;
}

.extradition-map_newB .kn-head__filter-menu-hideShow_active .kn-head__filter-menu-hideShow-txt_hide {
  display: block;
}

.extradition-map_newB .kn-head__filter-menu-hideShow_hide {
  display: none;
}

.extradition-map_newB .kn-head__filter-menu-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

.extradition-map_newB .kn-head__filter-menu-item:last-child {
  margin-bottom: 0;
}

.extradition-map_newB .kn-head__filter-menu-item_btn {
  margin-top: 0;
  margin-bottom: 10px;
}

.extradition-map_newB .kn-head__filter-menu-item_half {
  width: 50%;
}

.extradition-map_newB .kn-head__filter-menu-item_indent-left {
  padding-left: 10px;
}

.extradition-map_newB .kn-head__filter-menu-item .input__select {
  width: 100%;
}

.extradition-map_newB .btn-default-small {
  margin-top: 0;
  width: 50%;
  text-align: center;
}

.extradition-map_newB .content-head__text {
  padding: 5px 20px;
}

.extradition-map_newB .kn-head__filter-menu-text {
  margin-top: 0;
}

.extradition-map_newB .kn-head__filter-menu-text {
  text-align: center;
  display: block;
}

.extradition-map_newB .button {
  width: 225px;
  margin: 0 auto;
  display: table;
}

.extradition-map__left {
  width: 415px;
  height: 100%;
  padding-right: 10px;
  float: left;
  background-color: #fff;
}

.extradition-map__list {
  height: 100%;
  overflow: auto;
}

.extradition-map__list .jspContainer {
  width: 100% !important;
}

.extradition-map__list .jspPane {
  width: 100% !important;
}

.extradition-map__list .jspVerticalBar {
  top: 0;
  width: 10px;
}

.extradition-map__list .jspVerticalBar .jspCap {
  height: 0;
}

.extradition-map__list .jspTrack {
  background: #e6e7e8;
}

.extradition-map__list .jspDrag {
  width: 10px;
  border: none;
  background: #bbbdc0;
}

.extradition-map__item {
  position: relative;
  width: 100%;
}

.extradition-map__item:last-child {
  margin-bottom: 0;
}

.extradition-map__item:last-child:after {
  content: none;
}

.extradition-map__block {
  display: block;
  width: 100%;
  min-height: 95px;
  padding: 10px;
}

.extradition-map__block_top {
  background-color: #fff4b3;
  border-bottom: 1px solid #aeaeae;
}

.extradition-map__img {
  width: 100px;
  height: 75px;
  margin-right: 10px;
  border-radius: 5px;
  overflow: hidden;
  float: left;
}

.extradition-map__img img {
  width: 100%;
  height: 100%;
}

.extradition-map__about {
  margin-left: 110px;
}

.extradition-map__price {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-top: 10px;
}

.extradition-map__right {
  position: relative;
  width: calc(100% - 425px);
  height: 100%;
  float: right;
}

.kn-head__filter-menu-hide-text_active {
  display: table-caption !important;
  caption-side: bottom;
}

.loading-block {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.loading-block__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #434343;
  padding-top: 9px;
}

.lb-progress-bar {
  position: relative;
  width: 100%;
  height: 4px;
  border-radius: 3px;
  background-color: #dbdcde;
  overflow: hidden;
}

.lb-progress-bar__filling {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #00b4f0;
  border-radius: 3px;
}

.extradition-flag {
  position: absolute;
  top: 0;
  display: block;
  z-index: 1;
}

.extradition-flag_normal {
  left: 0;
  width: 29px;
  height: 28px;
  background: url('/img/kn/new/maps/normal.png') no-repeat;
}

.extradition-flag_top {
  left: 40px;
  width: 29px;
  height: 28px;
  background: url('/img/kn/new/maps/top.png') no-repeat;
}

.extradition-flag_pro {
  left: 80px;
  width: 29px;
  height: 28px;
  background: url('/img/kn/new/maps/pro.png') no-repeat;
}

.extradition-flag_big-01 {
  left: 120px;
  width: 28px;
  height: 28px;
  background: url('/img/kn/new/maps/big-01.png') no-repeat;
}

.extradition-flag_big-02 {
  left: 170px;
  width: 35px;
  height: 34px;
  background: url('/img/kn/new/maps/big-02.png') no-repeat;
}

.extradition-flag_big-03 {
  left: 220px;
  width: 41px;
  height: 41px;
  background: url('/img/kn/new/maps/big-03.png') no-repeat;
}

.extradition-flag_big-04 {
  left: 280px;
  width: 46px;
  height: 46px;
  background: url('/img/kn/new/maps/big-04.png') no-repeat;
}

.extradition-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 460px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.extradition-popup_no-list {
  width: 310px;
}

.extradition-popup:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
  width: 50px;
  height: 22px;
  background-color: #fff;
  z-index: 1;
}

.extradition-popup:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -12px;
  margin-left: -12.5px;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
}

.extradition-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
}

.extradition-popup__left {
  float: left;
}

.extradition-popup__list {
  width: 150px;
  min-height: 250px;
  max-height: 300px;
  overflow: auto;
}

.extradition-popup__list .jspPane {
  width: 100% !important;
}

.extradition-popup__list .jspVerticalBar {
  top: 0;
  width: 1px;
  background-color: transparent;
}

.extradition-popup__list .jspVerticalBar .jspCap {
  height: 0;
}

.extradition-popup__list .jspTrack {
  background: none;
}

.extradition-popup__list .jspDrag {
  border: none;
}

.extradition-popup__item {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
  padding: 7px 9px 6px;
}

.extradition-popup__item_active {
  background-color: #dbdcde;
}

.extradition-popup__link {
  display: inline-block;
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.extradition-popup__right {
  width: 310px;
  padding-left: 45px;
  padding-right: 20px;
  float: right;
}

.extradition-popup__right .extradition-foto__slider-controls {
  display: block;
}

.extradition-popup__right .extradition-foto__slider-nav_prev {
  left: -45px;
}

.extradition-popup__right .extradition-foto__slider-nav_next {
  right: -45px;
}

.extradition-popup__img {
  position: relative;
  width: 200px;
  height: 150px;
  margin: 0 35px 20px 10px;
}

.extradition-popup__img .bx-wrapper,
.extradition-popup__img .bx-viewport {
  position: absolute !important;
  border: none !important;
  border-radius: 5px;
  left: 0 !important;
}

.extradition-popup__price {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding: 10px 0;
}

.extradition-popup__address {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

/*Блок звездного рейтинга*/

.star-rating {
  font-size: 0;
  text-align: center;
}

.star-rating__item {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5zdGFyPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9ImdkLWFuZHJvaWQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9InN0YXIiIGZpbGw9IiNCN0I3QjciIGZpbGwtcnVsZT0ibm9uemVybyI+ICAgICAgICAgICAgPHBhdGggZD0iTTkuMTE4NTAxNDcsMi41NjQxNDgxNyBDOS40NjU0NjM0OCwxLjgxMTk1MDYxIDEwLjUzNDQ4MTYsMS44MTE5NTA2MSAxMC44ODE1MjEyLDIuNTY0MTQ4MTcgTDEyLjUxMTIwMDEsNi4wOTc0MTk3MyBDMTIuNjUyNjM3LDYuNDAzOTc5NTMgMTIuOTQzMTc5Niw2LjYxNTA2NzAxIDEzLjI3ODM3NjIsNi42NTQ4MTg4MyBMMTcuMTQyMzExLDcuMTEyOTUwMDIgQzE3Ljk2NDkxNjQsNy4yMTA0ODAzMSAxOC4yOTUzNTY0LDguMjI3MjI0MDMgMTcuNjg3MTg3Niw4Ljc4OTYzMjE1IEwxNC44MzAzOTU5LDExLjQzMTQxNDYgQzE0LjU4MjU2NTgsMTEuNjYwNzAzNSAxNC40NzE2MTAyLDEyLjAwMjIwOTkgMTQuNTM3NDI2NCwxMi4zMzMzMjk1IEwxNS4yOTU2NzE3LDE2LjE0OTY5OCBDMTUuNDU3MTA1OCwxNi45NjIyMDc3IDE0LjU5MjI3MzIsMTcuNTkwNTY3OSAxMy44Njk0NiwxNy4xODU5NjMzIEwxMC40NzQxMDE1LDE1LjI4NTQ0NzkgQzEwLjE3OTU3ODksMTUuMTIwNTE5MSA5LjgyMDQzNDEsMTUuMTIwNTE5MSA5LjUyNTg0MzUzLDE1LjI4NTQ0NzkgTDYuMTMwNTUzMDEsMTcuMTg1OTYzMyBDNS40MDc3MzAwNCwxNy41OTA1Njc5IDQuNTQyODM5MjMsMTYuOTYyMjA3NyA0LjcwNDI4MzA2LDE2LjE0OTY5OCBMNS40NjI1OTYyOSwxMi4zMzMzMjk1IEM1LjUyODM5MzA3LDEyLjAwMjIwOTkgNS40MTc0MTgwMywxMS42NjA3MDM1IDUuMTY5NTQ5MTksMTEuNDMxNDE0NiBMMi4zMTI4MzUxMiw4Ljc4OTYzMjE1IEMxLjcwNDY2NjMsOC4yMjcyMjQwMyAyLjAzNTAyODY1LDcuMjEwNDgwMzEgMi44NTc2MjQzLDcuMTEyOTUwMDIgTDYuNzIxNTc4NTUsNi42NTQ4MTg4MyBDNy4wNTY4MzM0Myw2LjYxNTA2NzAxIDcuMzQ3MzY2MzEsNi40MDM5Nzk1MyA3LjQ4ODc2NDM1LDYuMDk3NDE5NzMgTDkuMTE4NTAxNDcsMi41NjQxNDgxNyBaIiBpZD0icGF0aDBfZmlsbCI+PC9wYXRoPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
}

.star-rating__item:last-child {
  margin-right: 0;
}

.star-rating__paint {
  width: 0;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5zdGFyPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9ImdkLWFuZHJvaWQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjRkZCRTBBIj4gICAgICAgIDxnIGlkPSJzdGFyIiBmaWxsPSIjRkZCRTBBIiBmaWxsLXJ1bGU9Im5vbnplcm8iPiAgICAgICAgICAgIDxwYXRoIGQ9Ik05LjExODUwMTQ3LDIuNTY0MTQ4MTcgQzkuNDY1NDYzNDgsMS44MTE5NTA2MSAxMC41MzQ0ODE2LDEuODExOTUwNjEgMTAuODgxNTIxMiwyLjU2NDE0ODE3IEwxMi41MTEyMDAxLDYuMDk3NDE5NzMgQzEyLjY1MjYzNyw2LjQwMzk3OTUzIDEyLjk0MzE3OTYsNi42MTUwNjcwMSAxMy4yNzgzNzYyLDYuNjU0ODE4ODMgTDE3LjE0MjMxMSw3LjExMjk1MDAyIEMxNy45NjQ5MTY0LDcuMjEwNDgwMzEgMTguMjk1MzU2NCw4LjIyNzIyNDAzIDE3LjY4NzE4NzYsOC43ODk2MzIxNSBMMTQuODMwMzk1OSwxMS40MzE0MTQ2IEMxNC41ODI1NjU4LDExLjY2MDcwMzUgMTQuNDcxNjEwMiwxMi4wMDIyMDk5IDE0LjUzNzQyNjQsMTIuMzMzMzI5NSBMMTUuMjk1NjcxNywxNi4xNDk2OTggQzE1LjQ1NzEwNTgsMTYuOTYyMjA3NyAxNC41OTIyNzMyLDE3LjU5MDU2NzkgMTMuODY5NDYsMTcuMTg1OTYzMyBMMTAuNDc0MTAxNSwxNS4yODU0NDc5IEMxMC4xNzk1Nzg5LDE1LjEyMDUxOTEgOS44MjA0MzQxLDE1LjEyMDUxOTEgOS41MjU4NDM1MywxNS4yODU0NDc5IEw2LjEzMDU1MzAxLDE3LjE4NTk2MzMgQzUuNDA3NzMwMDQsMTcuNTkwNTY3OSA0LjU0MjgzOTIzLDE2Ljk2MjIwNzcgNC43MDQyODMwNiwxNi4xNDk2OTggTDUuNDYyNTk2MjksMTIuMzMzMzI5NSBDNS41MjgzOTMwNywxMi4wMDIyMDk5IDUuNDE3NDE4MDMsMTEuNjYwNzAzNSA1LjE2OTU0OTE5LDExLjQzMTQxNDYgTDIuMzEyODM1MTIsOC43ODk2MzIxNSBDMS43MDQ2NjYzLDguMjI3MjI0MDMgMi4wMzUwMjg2NSw3LjIxMDQ4MDMxIDIuODU3NjI0Myw3LjExMjk1MDAyIEw2LjcyMTU3ODU1LDYuNjU0ODE4ODMgQzcuMDU2ODMzNDMsNi42MTUwNjcwMSA3LjM0NzM2NjMxLDYuNDAzOTc5NTMgNy40ODg3NjQzNSw2LjA5NzQxOTczIEw5LjExODUwMTQ3LDIuNTY0MTQ4MTcgWiIgaWQ9InBhdGgwX2ZpbGwiPjwvcGF0aD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
}

@media screen and (max-width: 1550px) {
  .kn-prof-market__item {
    width: 150px;
    height: 95px;
    margin-right: 16px;
  }

  .kn-proposal__item {
    width: 150px;
    height: 125px;
    margin: 0 16px 16px 0;
  }

  .kn-federal-proposal__popup {
    height: 76px;
  }

  .kn-now-look__img {
    width: 66px;
    height: 55px;
  }

  .kn-now-look__about {
    margin-left: 82px;
  }

  .kn-now-look__about-link {
    height: 14px;
    line-height: 13px;
    margin-bottom: 3px;
  }

  .kn-bid-commercial__img {
    width: 35px;
    height: 35px;
  }

  .kn-bid-commercial__about_img {
    margin-left: 47px;
  }

  .kn-your-pocket__img {
    top: 51px;
    right: 28px;
    width: 456px;
    height: 302px;
  }

  .application__button {
    right: 10px;
  }

  .bb-item_small {
    width: 49%;
  }

  .bb-item_small:nth-child(3n-2) {
    margin-left: 1%;
    clear: none;
  }

  .bb-item_small:nth-child(3n) {
    margin-right: 1%;
  }

  .bb-item_small:nth-child(2n-1) {
    margin-left: 0;
    clear: left;
  }

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

  .kn-head__filter-menu-item_extradition {
    margin-right: 15px;
  }

  .star-rating__item {
    margin-right: 5px;
  }
}

@media screen and (max-width: 1380px) {
  .object-content-map {
    margin-left: 0;
  }
}

@media screen and (max-width: 1100px) {
  .kn-head__filter {
    max-width: 542px;
    width: 100%;
    margin: 18px auto 102px;
    padding: 20px 25px;
  }

  .kn-head__filter-htext {
    line-height: 36px;
  }

  .kn-head__filter-menu {
    margin-top: 35px;
  }

  .kn-head__filter-menu-item {
    margin-bottom: 30px;
  }

  .kn-head__filter-menu-item:nth-child(n+3) {
    margin-bottom: 0;
  }

  .kn-head__filter-menu-item:nth-child(3) {
    clear: left;
  }

  .kn-head__filter-menu-text {
    margin-top: 16px;
  }

  .kn-head__filter-menu-link {
    display: block;
    margin-top: 6px;
    float: none;
  }

  .kn-htext_prof-market {
    width: 70%;
  }

  .kn-prof-market__item {
    width: 232.5px;
    height: 147.2px;
    margin-right: 25.2px;
  }

  .kn-prof-market__item:nth-child(3n) {
    margin-right: 0;
  }

  .kn-proposal__item {
    width: 232.5px;
    height: 193.5px;
    margin: 0 25.2px 25.2px 0;
  }

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

  .kn-proposal__item_indent {
    margin-bottom: 100px;
  }

  .kn-federal-proposal__popup {
    height: 58px;
  }

  .kn-now-look__item {
    width: calc(33.33% - 16.67px);
    margin-right: 25px;
  }

  .kn-now-look__item:last-child {
    display: none;
  }

  .kn-now-look__item:nth-child(3) {
    margin-right: 0;
  }

  .kn-bid-commercial__list {
    width: calc(50% - 13px);
    margin-right: 26px;
  }

  .kn-bid-commercial__list:nth-child(2n) {
    margin-right: 0;
  }

  .kn-bid-commercial__list:nth-child(3),
  .kn-bid-commercial__list:nth-child(4) {
    margin-top: 10px;
  }

  .kn-bid-commercial__list_wide {
    width: 100%;
    margin-right: 0;
  }

  .kn-bid-commercial__list_wide .kn-bid-commercial__item {
    width: calc(50% - 13px);
  }

  .kn-bid-commercial__list_wide .kn-bid-commercial__item:nth-child(2n-1) {
    margin-right: 0;
  }

  .kn-bid-commercial__list_wide .kn-bid-commercial__item:nth-child(2n) {
    margin-right: 26px;
  }

  .kn-bid-commercial__item {
    width: 100%;
  }

  .kn-bid-commercial__item:nth-child(2n) {
    margin-right: 0;
  }

  .section-kn_your-pocket {
    height: 485px;
    margin-top: 20px;
  }

  .section-kn_your-pocket:before {
    top: 376px;
  }

  .kn-your-pocket__top {
    width: 100%;
  }

  .kn-your-pocket__img {
    top: 47px;
    right: 5px;
    width: 370px;
    height: 245px;
  }

  .kn-your-pocket__text {
    width: 349px;
  }

  .kn-your-pocket__stext {
    display: block;
    width: 350px;
    padding-top: 8px;
    padding-bottom: 17px;
    line-height: 24px;
  }

  .kn-htext_your-pocket {
    padding-top: 36px;
  }

  .kn-your-pocket__bottom {
    margin-top: 60px;
  }

  .kn-graph__check-item {
    width: 200px;
    margin-right: 40px;
  }

  .franchise-online__cat-title_commercial-property {
    height: 60px;
  }

  .new-boss .kn-head__body_map {
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
    *zoom: 1;
  }

  .new-boss .kn-head__body_map:before,
  .new-boss .kn-head__body_map:after {
    content: " ";
    display: table;
    box-sizing: border-box;
    clear: both;
  }

  .new-boss .kn-head__body_map .kn-head__filter-htext {
    float: left;
    margin-top: 0;
    font-size: 27px;
    line-height: 1.2;
    font-weight: normal;
    margin-right: 190px;
  }

  .new-boss .kn-head__body_map .content-head__list_map {
    position: absolute;
    top: 5px;
    right: 10px;
  }

  .new-boss .content-head__list_map {
    margin-top: 0;
  }

  .new-boss .extradition-map_newB .extradition-map__block {
    min-height: 0;
  }

  .new-boss .extradition-map_newB .extradition-map__price {
    padding-top: 5px;
  }

  .new-boss .extradition-map_newB .extradition-map__left {
    width: 300px;
  }

  .new-boss .extradition-map_newB .extradition-map__left_close {
    margin-left: -300px;
  }

  .new-boss .extradition-map_newB .extradition-map__right {
    margin-left: 300px;
  }

  .new-boss .extradition-map_newB .kn-head__filter-menu-dash {
    margin-left: 19px;
    margin-right: 19px;
  }

  .new-boss .extradition-map_newB .kn-head__filter-menu-item {
    margin-bottom: 15px;
  }

  .new-boss .extradition-map_newB .kn-head__filter-menu-item:last-child {
    margin-bottom: 0;
  }

  .new-boss .extradition-map_newB .kn-head__filter-menu-item_half {
    width: 100%;
  }

  .new-boss .extradition-map_newB .kn-head__filter-menu-item_indent-left {
    padding-left: 0;
  }

  .new-boss .extradition-map_newB .content-head__text {
    padding-left: 20px;
  }

  .new-boss .extradition-map_newB .kn-head__filter-menu-input_from:after {
    top: 3px;
    right: -36px;
    font-size: 19px;
  }

  .new-boss .extradition-map_newB .kn-head__filter-menu-input {
    width: 40%;
  }

  .new-boss .extradition-map_newB .kn-head__filter-menu-label {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .new-boss .extradition-map_newB .kn-head__filter-menu-stext {
    font-size: 13px;
  }

  .new-boss .extradition-map_newB .kn-head__filter-menu-text {
    font-size: 14px;
    line-height: 1.2;
  }

  .new-boss .extradition-map_newB .extradition-map__img {
    display: none;
  }

  .new-boss .extradition-map_newB .extradition-map__about {
    margin-left: 0;
  }

  .new-boss .kn-new-filtr-popup_raion-msk {
    display: none;
  }

  .new-boss .kn-new-filtr-popup__raions-list-msk {
    width: 100%;
  }

  .new-boss .kn-new-filtr-popup__raions-list-msk .l-default__item {
    width: 32%;
    margin-right: 2%;
    float: left;
  }

  .new-boss .kn-new-filtr-popup__raions-list-msk .l-default__item:nth-child(3n) {
    margin-right: 0;
  }

  .new-boss .kn-new-filtr-popup_msk-metro {
    max-width: 450px;
  }

  .new-boss .kn-new-filtr-popup__left {
    width: 100%;
  }

  .new-boss .kn-new-filtr-popup__search-block {
    max-width: 280px;
    margin-right: 20px;
  }

  .new-boss .kn-new-filtr-popup__map-metro {
    display: none;
  }

  .new-boss .kn-new-filtr-popup__mobile-raions {
    display: block;
  }

  .new-boss .als-metro__circle-triggers {
    display: none;
  }

  .object-left {
    width: 100%;
    padding-right: 0;
  }

  .object-sitebar-r {
    display: none;
  }

  .kn-head__filter-popup {
    width: calc(100% - 20px);
  }

  .kn-head__filter-column-item {
    width: 49%;
    margin-right: 2%;
  }

  .kn-head__filter-column-item:nth-child(2) {
    float: left;
    clear: left;
  }

  .kn-head__filter-column-item:nth-child(3) {
    float: left;
    clear: left;
  }

  .kn-head__filter-column-item:nth-child(4) {
    float: none;
    margin-right: 0;
  }

  .kn-head__filter-column-item:last-child {
    float: none;
  }

  .kn-head__filter-column-item_top {
    width: 140px;
  }

  .kn-head__filter-column-item_top:nth-child(2) {
    clear: none;
  }

  .kn-head__filter-cities-item:first-child {
    margin-top: 0;
  }

  .kn-head__filter-cities-item_head:first-of-type {
    margin-top: 11px;
  }

  .kn-head__filter_extradition {
    width: 100%;
    min-height: 191px;
    margin: 30px auto 0;
  }

  .kn-head__filter-menu_extradition {
    margin-top: -3px;
  }

  .kn-head__filter-menu-item_extradition {
    width: 200px;
  }

  .kn-head__filter-menu-item_extradition:nth-child(3) {
    width: 210px;
    clear: left;
  }

  .kn-head__filter-menu-item_extradition:nth-child(4) {
    width: 215px;
  }

  .kn-head__filter-menu-item_extradition:last-child {
    width: inherit;
    margin-top: 21px;
  }

  .ya-direct-extradition-kn {
    display: none;
  }

  .star-rating__item {
    margin-right: 2px;
  }
}

@media screen and (max-width: 788px) {
  .kn-prof-market__item {
    width: calc(33.33% - 13.33px);
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .section-kn_interesting-offers .kn-proposal__item:nth-child(3n+1) {
    clear: left;
  }

  .kn-proposal__item {
    width: calc(33.33% - 13.33px);
    height: auto;
    margin: 0 20px 0 0;
  }

  .kn-proposal__item:hover img {
    width: 100%;
    height: 100%;
  }

  .kn-proposal__item_indent {
    margin-bottom: 20px;
  }

  .kn-proposal__img img {
    position: static;
    transform: inherit;
  }

  .kn-federal-proposal__popup {
    bottom: 20px;
  }

  .kn-now-look__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .kn-now-look__img {
    width: 80px;
    height: 66px;
  }

  .kn-now-look__about {
    margin-left: 100px;
  }

  .kn-htext_interesting-offers {
    width: 70%;
  }

  .section-kn_your-pocket {
    height: 100%;
    overflow: hidden;
  }

  .section-kn_your-pocket:before {
    content: none;
  }

  .kn-your-pocket__top {
    position: relative;
  }

  .kn-your-pocket__top:after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -20px;
    width: 110%;
    height: 3px;
    background-color: #ffcd04;
  }

  .kn-your-pocket__img {
    position: relative;
    top: 20px;
  }

  .kn-your-pocket__text {
    width: 100%;
  }

  .kn-your-pocket__stext {
    width: 100%;
  }

  .kn-your-pocket__bottom {
    display: inline-block;
    margin: 70px 0 30px;
  }

  .application__list {
    float: left;
  }

  .application__button {
    position: static;
    margin-top: 35px;
    float: left;
    clear: left;
  }

  .section-kn_graph {
    display: none;
  }

  .bb-item_small {
    width: 100%;
    line-height: 1.6;
  }

  .bb-item_small:nth-child(n) {
    margin: 5px 0 0;
  }

  .new-boss .kn-head__body_map .kn-head__filter-htext {
    font-size: 21px;
    float: none;
    margin-right: 0;
  }

  .new-boss .kn-head__body_map .content-head__list_map {
    position: static;
    margin: 10px 0;
    float: none;
  }

  .new-boss .extradition-map_newB .extradition-map__left {
    margin-left: -300px;
  }

  .new-boss .extradition-map_newB .extradition-map__left_close {
    margin-left: 0;
  }

  .new-boss .extradition-map_newB .extradition-map__arrow {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  .new-boss .extradition-map_newB .extradition-map__arrow_close {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  .new-boss .extradition-map_newB .extradition-map__right {
    width: 100%;
    margin-left: 0;
  }

  .extradition-map__left {
    position: relative;
    max-width: 425px;
    z-index: 2;
  }

  .extradition-map__ad-block {
    position: absolute;
    top: 0;
    right: -25px;
    display: block;
    width: 25px;
    height: 100%;
    background-color: #fff;
  }

  .extradition-map__ad-arrow {
    position: absolute;
    top: 50%;
    left: 2.5px;
    width: 20px;
    height: 30px;
    margin-top: -15px;
    transition: all ease 0.3s;
    z-index: 10;
  }

  .extradition-map__ad-arrow_left {
    transform: rotate(180deg);
  }

  .extradition-map__right {
    position: absolute;
    width: calc(100% - 25px);
    margin-left: 25px;
  }

  .extradition-foto__slider-controls {
    display: block;
  }

  .extradition-foto__slider-nav {
    opacity: 0.5;
  }
}

@media screen and (max-width: 600px) {
  .new-boss .kn-new-filtr-popup__raions-list {
    width: calc(50% - 5px);
  }

  .new-boss .kn-new-filtr-popup__raions-list-msk {
    width: 100%;
  }

  .new-boss .kn-new-filtr-popup__raions-list-msk .l-default__item {
    width: 49%;
  }

  .new-boss .kn-new-filtr-popup__raions-list-msk .l-default__item:nth-child(3n) {
    margin-right: 2%;
  }

  .new-boss .kn-new-filtr-popup__raions-list-msk .l-default__item:nth-child(2n) {
    margin-right: 0;
  }

  .kn-head__filter-popup {
    top: 170px;
  }

  .kn-head__filter-menu-item_extradition {
    width: 100%;
  }

  .kn-head__filter-menu-item_extradition:nth-child(3) {
    width: 100%;
  }

  .kn-head__filter-menu-item_extradition:nth-child(4) {
    width: 100%;
    margin-top: 30px;
  }

  .kn-head__filter-menu-item_extradition:last-child {
    margin-top: 20px;
  }
}

@media screen and (max-width: 530px) {
  .kn-htext {
    width: 100%;
  }

  .how-get-here {
    margin-top: 5px;
  }

  .section-kn_head {
    background-size: cover;
    height: auto;
  }

  .kn-head__filter {
    width: 290px;
    /*height: 100%;*/
    margin: 8px auto 84px;
    padding: 20px 15px;
  }

  .kn-head__filter-htext {
    line-height: 36px;
  }

  .kn-head__filter-menu {
    margin-top: 0;
  }

  .kn-head__filter-menu-item:nth-child(n+3) {
    margin-bottom: 30px;
  }

  .kn-head__filter-menu-item:last-child {
    margin-bottom: 0;
  }

  .kn-head__filter-menu-item_btn {
    clear: left;
    float: left;
    margin-top: 0;
  }

  .kn-prof-market__item {
    width: calc(50% - 10px);
  }

  .kn-prof-market__item:nth-child(3n) {
    margin-right: 20px;
  }

  .kn-prof-market__item:nth-child(2n) {
    margin-right: 0;
  }

  .section-kn_interesting-offers .kn-proposal__item:nth-child(3n+1) {
    clear: none;
  }

  .kn-proposal__list {
    margin-top: 20px;
  }

  .kn-proposal__item {
    width: calc(50% - 10px);
  }

  .kn-proposal__item:nth-child(3n) {
    margin-right: 20px;
  }

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

  .kn-bid-commercial__list {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }

  .kn-bid-commercial__list_wide .kn-bid-commercial__item {
    width: 100%;
    margin-right: 0;
  }

  .kn-bid-commercial__list_wide .kn-bid-commercial__item :nth-child(2n) {
    margin-right: 0;
  }

  .mobile-app__input,
  .mobile-app__select,
  .mobile-app__button {
    clear: both;
  }

  .kn-your-pocket__bottom {
    margin-top: 70px;
  }

  .application__item {
    clear: both;
    margin-bottom: 25px;
  }

  .application__button {
    margin-top: 10px;
  }

  .franchise-online__cat-title_commercial-property {
    height: auto;
  }

  .new-boss .kn-new-filtr-popup__raions-list {
    width: 100%;
    margin-left: 0;
  }

  .kn-head__filter-column-item_top {
    width: 32%;
    margin-right: 2%;
  }

  .kn-head__filter_extradition {
    width: 100%;
    margin: 30px 0 0;
  }

  .kn-head__filter-menu-item_extradition {
    margin-right: 30px;
  }

  .kn-head__filter-menu-item_extradition:nth-child(3) {
    margin-bottom: 25px;
  }

  .kn-head__filter-menu-item_extradition:nth-child(4) {
    margin: 0 0 10px;
  }

  .kn-head__filter-menu-text_extradition {
    line-height: 16px;
  }

  .content-head__list {
    margin: -10px 0 15px;
  }

  .extradition-map {
    height: calc(100vh - 50px);
    margin-top: 0;
  }

  .extradition-foto {
    left: 0;
    right: 0;
    position: relative;
    z-index: 1;
  }

  .extradition-foto:hover {
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }

  .extradition-foto__title {
    min-height: 18px;
  }

  .extradition-foto__price {
    display: block;
  }

  .extradition-foto__address {
    display: block;
  }

  .extradition-popup {
    width: 290px;
    padding-bottom: 0;
  }

  .extradition-popup_no-list {
    width: 290px;
  }

  .extradition-popup__left {
    display: none;
  }

  .extradition-popup__list {
    width: 100%;
    height: 85px;
  }

  .extradition-popup__right {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 45px;
  }

  .extradition-popup__right .extradition-foto__slider-controls {
    display: none;
  }

  .extradition-popup__img {
    margin: 0 0 20px;
  }

  .extradition-foto__slider-controls_marker {
    display: block;
  }

  .extradition-foto__slider-controls_marker .extradition-foto__slider-nav {
    margin-top: -30px;
  }

  .extradition-foto__slider-controls_marker .extradition-foto__slider-nav_prev {
    left: 5px;
  }

  .extradition-foto__slider-controls_marker .extradition-foto__slider-nav_next {
    right: 5px;
  }
}

@media screen and (max-width: 420px) {
  .kn-prof-market__item {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .kn-prof-market__item:nth-child(3n) {
    margin-right: 10px;
  }

  .kn-prof-market__item:nth-child(2n) {
    margin-right: 0;
  }

  .kn-proposal__item {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: -12px;
  }

  .kn-proposal__item:nth-child(3n) {
    margin-right: 10px;
  }

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

  .kn-proposal__item_indent {
    margin-bottom: 12px;
  }

  .kn-your-pocket__img {
    width: 310px;
    height: 205px;
  }

  .new-boss .kn-new-filtr-popup__raions-list-msk .l-default__item {
    width: 100%;
    margin-right: 0;
  }

  .kn-head__filter-popup {
    top: 240px;
  }

  .kn-head__filter-column-item {
    width: 98%;
  }

  .kn-head__filter-column-item_top {
    margin-bottom: 8px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.log-in-title__logo {
  font-size: 0;
  display: table;
  margin: 0 auto 20px;
}

.log-in-title__logo-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.log-in-title__logo-txt {
  font-size: 32px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}

.entry-body.new-boss {
  background-color: #ECEEF2;
  padding-top: 0 !important;
}

.entry-wrap {
  background-color: #ECEEF2;
  width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.entry-wrap_column {
  flex-direction: column;
  padding: 20px;
}

.entry-block {
  margin-right: 100px;
}

.entry-card {
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding-top: 35px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.entry-card.entry {
  max-width: 360px;
  min-width: 360px;
}

.entry-card.step {
  width: 500px;
  padding-top: 17px;
}

.entry-card.step.md {
  width: 620px;
}

.entry-card.step.md .entry-step-content {
  max-width: 550px;
}

.entry-card.step.big {
  width: 1180px;
}

.entry-card.step.done {
  padding: 5px 0 45px;
}

.entry-card.step.done.high {
  padding: 70px 0 100px;
}

.entry-card.overflow-vis {
  overflow: visible;
  padding-bottom: 1px;
}

.entry-card__txt {
  font-size: 18px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 30px;
}

.entry-card-icon {
  text-align: center;
}

.entry-logo {
  margin-bottom: 10px;
  display: block;
  text-align: center;
}

.entry-logo-link {
  display: inline-block;
}

.entry-form {
  margin-left: 30px;
  margin-right: 30px;
  /*удалить после того как стандартный зальют*/
  /*&__autocomplete {
      position: absolute;
      top: ~"calc(100% + 10px)";
      width: 100%;
      background-color: @white-color;
      z-index: 100;
      box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.15);
      border-radius: 5px;
    }*/
  /*&-autocomplete {
      text-align: left;
      &__item {
        padding: 5px 0 5px 15px;
        cursor: pointer;
        &:hover {
          background-color: @bk-bg-grey;
        }
        &_err {
          pointer-events: none;
        }
      }
      &__city {
        .font-normal-r();
      }
      &__other {
        .font-small-r();
        color: @bk-font-grey;
      }
    }*/
}

.entry-form-card {
  background: #ECEEF2;
  border-radius: 5px;
  padding: 30px 30px 15px;
  margin-top: 35px;
}

.entry-form-row {
  display: flex;
}

.entry-form__cell {
  margin-bottom: 15px;
  width: 48%;
  transition: width 300ms;
}

.entry-form__cell:first-of-type {
  margin-right: 15px;
}

.entry-form__cell.full {
  width: 100%;
  margin-right: 0;
  transition: width 300ms;
}

.entry-form .btn-social {
  display: block;
  margin-bottom: 15px;
}

.entry-form .btn-social_gp .btn-social__body {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.entry-form .btn-social__body {
  height: 50px;
  padding-right: 10px;
}

.entry-form .btn-social__txt {
  padding-top: 15.5px;
  font-size: 16px;
}

.entry-form .btn-social__icon {
  margin-top: 5px;
  margin-left: 5px;
}

.entry-form-links {
  display: flex;
  align-items: center;
}

.entry-form-links .entry-form-btn {
  margin-right: 20px;
  width: 130px;
  margin-bottom: 0;
  flex-shrink: 1;
}

.entry-form__password {
  font-size: 18px;
  line-height: 1.4;
  white-space: nowrap;
}

.entry-form-btn {
  margin-bottom: 10px;
}

.entry-form-btn .bk-item {
  justify-content: flex-start;
}

.entry-form-btn .bk-item__txt_r {
  margin-left: 28px;
}

.entry-form__btn {
  width: 100%;
}

.entry-form-group {
  margin-bottom: 10px;
}

.entry-form-group_sec-check {
  margin-bottom: 20px;
}

.entry-form-checkbox {
  margin-top: 20px;
  margin-bottom: 20px;
}

.entry-form__icon {
  position: absolute;
  top: 13px;
  width: 24px;
  height: 24px;
}

.entry-form__icon.left {
  left: 15px;
}

.entry-form__icon.right {
  right: 15px;
}

.entry-form__icon_show {
  cursor: pointer;
}

.entry-form-head {
  margin-top: -5px;
  text-align: center;
}

.entry-form__txt {
  font-size: 14px;
  margin-bottom: 20px;
}

.entry-form__input-container {
  display: block;
  position: relative;
}

.entry-form__error-container {
  margin-top: 10px;
}

.entry-form__recaptcha-container + .entry-form__error-container {
  margin-top: 8px;
}

.entry-form__link-container {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.entry-form__link-container .local-link__txt {
  color: #08c;
}

.entry-form-err {
  margin: 0 auto 10px;
  border: 1px solid #FF4545;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}

.entry-form-soc {
  display: flex;
  justify-content: space-between;
  margin-bottom: -10px;
}

.entry-form__soc {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 30px;
  position: relative;
}

.entry-form__soc a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.entry-form__soc.authorized a:after {
  position: absolute;
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%222%2C9.4%207.7%2C15%2018%2C5%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #1EA01E;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  background-position: center;
  z-index: 5;
  right: -18px;
  top: -10px;
  border: 4px solid #fff;
}

.entry-support {
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.entry-support__link {
  display: block;
  margin-top: 7px;
}

.entry-redirect {
  text-align: center;
  margin: 20px 0;
}

.entry-redirect > * {
  vertical-align: middle;
}

.entry-redirect_sec-check {
  margin-bottom: 0;
}

.entry-redirect__link {
  border: none;
  background: transparent;
  font-size: 18px;
  line-height: 1.4;
  padding: 0;
  display: inline-block;
}

.entry-redirect__link.txt-gray {
  font-weight: bold;
}

.entry-redirect__link:hover {
  text-decoration: underline;
}

.entry-redirect__txt {
  font-size: 18px;
  line-height: 1.4;
}

.entry-footer {
  background-color: #ECEEF2;
  padding: 20px 25px;
}

.entry-agree {
  display: flex;
  align-items: center;
}

.entry-agree__icon {
  margin-right: 15px;
}

.entry-agree__txt {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  flex: 1 1 0;
}

.entry-agree__txt a {
  text-decoration: underline;
}

.entry-info {
  flex-shrink: 1;
}

.entry-info__title {
  font-size: 55px;
  line-height: 1.2;
  font-weight: bold;
}

.entry-info-list {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}

.entry-info-item {
  width: 32%;
  margin-right: 20px;
}

.entry-info-item:last-of-type {
  margin-right: 0;
}

.entry-info__icon {
  margin-bottom: 20px;
  height: 82px;
}

.entry-info__txt {
  font-size: 18px;
  line-height: 1.4;
  width: 155px;
}

.entry-greeting {
  width: 550px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 180px 160px rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  flex-shrink: 1;
  padding: 35px 0 0;
  position: relative;
}

.entry-greeting-txt {
  text-align: center;
  margin-bottom: 30px;
}

.entry-greeting__subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.entry-step-btn {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.entry-step__btn {
  width: 100%;
}

.entry-step-line {
  height: 5px;
  margin: 0 20px;
  border-radius: 5px;
  background-color: #ECEEF2;
}

.entry-step__line {
  background-color: #00B4F0;
  height: 5px;
  border-radius: 5px;
}

.entry-step-title {
  max-width: 280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.entry-step__title {
  font-size: 21px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin-bottom: 17px;
  padding: 0 20px;
}

.entry-step-form {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}

.entry-step__geo {
  margin-top: 25px;
  margin-bottom: 25px;
  display: block;
  text-align: left;
}

.entry-step__geo:hover span {
  text-decoration: underline;
}

.entry-step__geo i {
  vertical-align: sub;
  margin-right: 8px;
}

.entry-step-content {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  max-width: 500px;
  margin: 30px auto 0;
}

.entry-step-content .beboss-menu__block {
  padding: 0;
  margin-top: 20px;
  text-align: left;
  display: inline-block;
}

.entry-step-content .glob-link:hover {
  text-decoration: none;
}

.entry-step-content_pb {
  padding-bottom: 7%;
}

.entry-step-content .bk-popup__list {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.entry-step-content .bk-popup__subtitle {
  text-align: left;
  font-weight: bold;
}

.entry-step-mail {
  text-align: center;
}

.entry-step__mail {
  font-size: 18px;
  font-weight: bold;
}

.entry-step-contact {
  margin-left: 60px;
  margin-right: 60px;
}

.entry-step-out {
  text-align: center;
}

.entry-step-out > span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
}

.entry-step-out-circle {
  font-size: 0;
  margin-bottom: 20px;
}

.entry-step-out-circle span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
}

.entry-step-out-circle span.active {
  background-color: #00B4F0;
}

.entry-step-out-circle span + span {
  margin-left: 4px;
}

.entry-user {
  margin-top: 25px;
  text-align: center;
}

.entry-user__name {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 8px;
}

.entry-user__city {
  margin-bottom: 30px;
}

.entry-user-info {
  margin-bottom: 23px;
}

.entry-user__mail {
  font-weight: bold;
}

.entry-photo {
  width: 150px;
  height: 150px;
  display: inline-block;
  margin: 0 0 30px;
  vertical-align: top;
  border-radius: 100%;
  position: relative;
}

.entry-photo__btn {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  padding-top: 10px;
  transition: transform 200ms linear;
  cursor: pointer;
}

.entry-photo__btn:hover {
  transform: scale(1.2);
}

.entry-photo__btn input {
  display: none;
}

.entry-photo__btn_load {
  background-color: #1ea01e;
}

.entry-photo__btn_remove {
  background-color: #FF4545;
}

.entry-photo__btn-container {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
}

.entry-photo__img {
  position: relative;
  width: 100%;
  height: 100%;
}

.entry-photo__img_sec-check img {
  width: 100% !important;
  height: auto !important;
  border-radius: 0 !important;
}

.entry-photo__img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.entry-mail-block {
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.entry-mail__edit {
  vertical-align: sub;
  margin-left: 8px;
}

.entry-mail__edit .hover {
  display: none;
}

.entry-mail__edit:hover .norm {
  display: none;
}

.entry-mail__edit:hover .hover {
  display: inline-block;
}

.entry-mail__txt {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.4;
}

.entry-mail__icon {
  margin-bottom: 10px;
  margin-top: -10px;
}

.entry-contact__txt {
  max-width: 225px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 18px;
}

.entry-contact-list {
  display: flex;
  margin-top: 30px;
  margin-bottom: 10px;
}

.entry-contact-item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 20px;
  position: relative;
  margin-right: 20px;
  width: calc((100% - 60px)/4);
  margin-bottom: 20px;
  display: block;
  cursor: pointer;
}

.entry-contact-item:last-of-type {
  margin-right: 0;
}

.entry-contact-item:hover {
  cursor: pointer;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

.entry-contact-item:hover .entry-add__input + .entry-add__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2030%20%2F%20Checkbox%20%2F%20Off_Plus%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%202%22%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cg%20id%3D%22Rectangle%22%3E%0D%0A%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2228%22%20height%3D%2228%22%20rx%3D%225%22%20stroke%3D%22%238FD08F%22%20stroke-width%3D%222%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpath%20id%3D%22Vector%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%207H15C15.5523%207%2016%207.44772%2016%208C16%208.55228%2015.5523%209%2015%209H9V15C9%2015.5523%208.55228%2016%208%2016C7.44772%2016%207%2015.5523%207%2015V9H1C0.447715%209%200%208.55228%200%208C0%207.44772%200.447715%207%201%207H7V1C7%200.447715%207.44772%200%208%200C8.55228%200%209%200.447715%209%201V7Z%22%20transform%3D%22translate(7%207)%22%20fill%3D%22%238FD08F%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.entry-contact-item:hover .entry-add__input:checked + .entry-add__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2030%20%2F%20Checkbox%20%2F%20On%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%22%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3Cpath%20id%3D%22%26%23208%3B%26%23179%3B%26%23208%3B%26%23176%3B%26%23208%3B%26%23187%3B%26%23208%3B%26%23190%3B%26%23209%3B%26%23135%3B%26%23208%3B%26%23186%3B%26%23208%3B%26%23176%3B%20(Stroke)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.7008%200.717478C17.0855%201.11373%2017.0762%201.74682%2016.6799%202.13154L7.09741%2011.435C6.70777%2011.8133%206.08741%2011.8114%205.70001%2011.4308L0.713337%206.53164C0.319372%206.14458%200.313768%205.51144%200.700821%205.11748C1.08787%204.72351%201.72101%204.71791%202.11498%205.10496L6.40497%209.31969L15.2868%200.696581C15.683%200.31187%2016.3161%200.321226%2016.7008%200.717478Z%22%20transform%3D%22translate(6.29907%209.28247)%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.entry-contact-user {
  text-align: left;
}

.entry-contact__photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.entry-contact__photo img {
  border-radius: 50%;
}

.entry-contact__name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.entry-check {
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
  max-width: 350px;
}

.entry-check__title {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.entry-check-item {
  text-align: left;
  margin-bottom: 10px;
}

.entry-check__label {
  position: relative;
  display: block;
  cursor: pointer;
}

.entry-check input {
  display: none;
}

.entry-check_row {
  display: inline-block;
}

.entry-check_col {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 350px;
  margin-bottom: 10px;
}

.entry-check-col {
  position: relative;
  z-index: 10;
  width: 25%;
}

.entry-check-col:before {
  content: '';
  display: block;
  height: 4px;
  width: calc((100% - 20px)/2);
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 13px;
  left: 0;
}

.entry-check-col:after {
  content: '';
  display: block;
  height: 4px;
  width: calc((100% - 20px)/2);
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 13px;
  right: 0;
}

.entry-check-col:first-of-type:before {
  content: none;
}

.entry-check-col:last-of-type:after {
  content: none;
}

.entry-check-col .entry-check__label {
  position: relative;
}

.entry-check-col .entry-check__input + .entry-check__icon {
  margin: 5px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%3Ctitle%3EEllipse%3C%2Ftitle%3E%0D%0A%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-1706%20-7086)%22%3E%0D%0A%3Cg%20id%3D%22Ellipse%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(1706%207086)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%3Cmask%20id%3D%22mask0_outline_ins%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20fill%3D%22white%22%20transform%3D%22translate(1706%207086)%22%2F%3E%0D%0A%3C%2Fmask%3E%0D%0A%3Cg%20mask%3D%22url(%23mask0_outline_ins)%22%3E%0D%0A%3Cuse%20xlink%3Ahref%3D%22%23path1_stroke_2x%22%20transform%3D%22translate(1706%207086)%22%20fill%3D%22%23000000%22%20fill-opacity%3D%220.1%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2020%2010C%2020%2015.5228%2015.5228%2020%2010%2020C%204.47715%2020%200%2015.5228%200%2010C%200%204.47715%204.47715%200%2010%200C%2015.5228%200%2020%204.47715%2020%2010Z%22%2F%3E%0D%0A%3Cpath%20id%3D%22path1_stroke_2x%22%20d%3D%22M%2016%2010C%2016%2013.3137%2013.3137%2016%2010%2016L%2010%2024C%2017.732%2024%2024%2017.732%2024%2010L%2016%2010ZM%2010%2016C%206.68629%2016%204%2013.3137%204%2010L%20-4%2010C%20-4%2017.732%202.26801%2024%2010%2024L%2010%2016ZM%204%2010C%204%206.68629%206.68629%204%2010%204L%2010%20-4C%202.26801%20-4%20-4%202.26801%20-4%2010L%204%2010ZM%2010%204C%2013.3137%204%2016%206.68629%2016%2010L%2024%2010C%2024%202.26801%2017.732%20-4%2010%20-4L%2010%204Z%22%2F%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.entry-check-col .entry-check__input:checked + .entry-check__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Ctitle%3EGroup%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-1611%20-7081)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Ellipse%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(1611%207081)%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%26%23208%3B%26%23179%3B%26%23208%3B%26%23176%3B%26%23208%3B%26%23187%3B%26%23208%3B%26%23190%3B%26%23209%3B%26%23135%3B%26%23208%3B%26%23186%3B%26%23208%3B%26%23176%3B%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path1_stroke%22%20transform%3D%22translate(1618%207091)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2030%2015C%2030%2023.2843%2023.2843%2030%2015%2030C%206.71573%2030%200%2023.2843%200%2015C%200%206.71573%206.71573%200%2015%200C%2023.2843%200%2030%206.71573%2030%2015Z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22path1_stroke%22%20d%3D%22M%205.70001%2010L%204.99919%2010.7133L%205.69587%2011.3978L%206.39659%2010.7175L%205.70001%2010ZM%20-0.700821%205.11334L%204.99919%2010.7133L%206.40083%209.28666L%200.700821%203.68666L%20-0.700821%205.11334ZM%206.39659%2010.7175L%2016.6966%200.717478L%2015.3034%20-0.717478L%205.00343%209.28252L%206.39659%2010.7175Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0;
}

.entry-check-col .entry-check__input:hover + .entry-check__icon {
  margin: 2.5px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20enable-background%3D%22new%200%200%2025%2025%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20opacity%3D%220.1%22%3E%0D%0A%09%3Ccircle%20cx%3D%2212.5%22%20cy%3D%2212.5%22%20r%3D%2210%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.entry-check-col .entry-check__input:checked:hover + .entry-check__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Ctitle%3EGroup%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20using%20Figma%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Canvas%22%20transform%3D%22translate(-1611%20-7081)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Ellipse%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path0_fill%22%20transform%3D%22translate(1611%207081)%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%26%23208%3B%26%23179%3B%26%23208%3B%26%23176%3B%26%23208%3B%26%23187%3B%26%23208%3B%26%23190%3B%26%23209%3B%26%23135%3B%26%23208%3B%26%23186%3B%26%23208%3B%26%23176%3B%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path1_stroke%22%20transform%3D%22translate(1618%207091)%22%20fill%3D%22%23FFFFFF%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22path0_fill%22%20d%3D%22M%2030%2015C%2030%2023.2843%2023.2843%2030%2015%2030C%206.71573%2030%200%2023.2843%200%2015C%200%206.71573%206.71573%200%2015%200C%2023.2843%200%2030%206.71573%2030%2015Z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22path1_stroke%22%20d%3D%22M%205.70001%2010L%204.99919%2010.7133L%205.69587%2011.3978L%206.39659%2010.7175L%205.70001%2010ZM%20-0.700821%205.11334L%204.99919%2010.7133L%206.40083%209.28666L%200.700821%203.68666L%20-0.700821%205.11334ZM%206.39659%2010.7175L%2016.6966%200.717478L%2015.3034%20-0.717478L%205.00343%209.28252L%206.39659%2010.7175Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0;
  border-radius: 50%;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

.entry-check-col .entry-check__txt {
  font-size: 15px;
  padding-left: 0;
  text-align: center;
  padding-top: 12px;
  width: 100%;
}

.entry-check-col .entry-check__icon {
  width: 30px;
  position: relative;
  z-index: 15;
}

.entry-check__err {
  text-align: center;
}

.entry-check__err .bk-form-err {
  display: inline-block;
  margin-top: 20px;
}

.entry-social-photo {
  width: 150px;
  height: 150px;
  display: inline-block;
  margin: 0 0 30px;
  vertical-align: top;
  border-radius: 100%;
  position: relative;
}

.entry-social-photo_sec-check {
  height: auto;
  margin-bottom: 20px;
}

.entry-social__btn {
  top: 0;
  right: 0;
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  cursor: pointer;
  background-color: #fff;
}

.entry-social__txt {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 30px;
}

.entry-interest-list {
  display: flex;
  margin-top: 30px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.entry-interest-item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 20px;
  position: relative;
  margin-right: 20px;
  width: calc((100% - 61px)/4);
  margin-bottom: 20px;
  display: block;
  cursor: pointer;
}

.entry-interest-item:nth-of-type(4n) {
  margin-right: 0;
}

.entry-interest-item:hover {
  cursor: pointer;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

.entry-interest-item:hover .entry-add__input + .entry-add__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2030%20%2F%20Checkbox%20%2F%20Off_Plus%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%202%22%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cg%20id%3D%22Rectangle%22%3E%0D%0A%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2228%22%20height%3D%2228%22%20rx%3D%225%22%20stroke%3D%22%238FD08F%22%20stroke-width%3D%222%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpath%20id%3D%22Vector%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%207H15C15.5523%207%2016%207.44772%2016%208C16%208.55228%2015.5523%209%2015%209H9V15C9%2015.5523%208.55228%2016%208%2016C7.44772%2016%207%2015.5523%207%2015V9H1C0.447715%209%200%208.55228%200%208C0%207.44772%200.447715%207%201%207H7V1C7%200.447715%207.44772%200%208%200C8.55228%200%209%200.447715%209%201V7Z%22%20transform%3D%22translate(7%207)%22%20fill%3D%22%238FD08F%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.entry-interest-item:hover .entry-add__input:checked + .entry-add__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2030%20%2F%20Checkbox%20%2F%20On%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%22%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3Cpath%20id%3D%22%26%23208%3B%26%23179%3B%26%23208%3B%26%23176%3B%26%23208%3B%26%23187%3B%26%23208%3B%26%23190%3B%26%23209%3B%26%23135%3B%26%23208%3B%26%23186%3B%26%23208%3B%26%23176%3B%20(Stroke)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.7008%200.717478C17.0855%201.11373%2017.0762%201.74682%2016.6799%202.13154L7.09741%2011.435C6.70777%2011.8133%206.08741%2011.8114%205.70001%2011.4308L0.713337%206.53164C0.319372%206.14458%200.313768%205.51144%200.700821%205.11748C1.08787%204.72351%201.72101%204.71791%202.11498%205.10496L6.40497%209.31969L15.2868%200.696581C15.683%200.31187%2016.3161%200.321226%2016.7008%200.717478Z%22%20transform%3D%22translate(6.29907%209.28247)%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.entry-interest-content {
  text-align: left;
}

.entry-interest__img {
  margin-bottom: 15px;
  height: 70px;
}

.entry-interest__name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.entry-interest__txt {
  font-size: 18px;
  text-align: center;
}

.entry-add__btn {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
}

.entry-add__btn:hover {
  cursor: pointer;
}

.entry-add__input {
  display: none;
}

.entry-add__input + .entry-add__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2030%20%2F%20Checkbox%20%2F%20Off_Plus%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%202%22%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cg%20id%3D%22Rectangle%22%3E%0D%0A%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22white%22%2F%3E%0D%0A%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2228%22%20height%3D%2228%22%20rx%3D%225%22%20stroke%3D%22black%22%20stroke-opacity%3D%220.2%22%20stroke-width%3D%222%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpath%20id%3D%22Vector%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%207H15C15.5523%207%2016%207.44772%2016%208C16%208.55228%2015.5523%209%2015%209H9V15C9%2015.5523%208.55228%2016%208%2016C7.44772%2016%207%2015.5523%207%2015V9H1C0.447715%209%200%208.55228%200%208C0%207.44772%200.447715%207%201%207H7V1C7%200.447715%207.44772%200%208%200C8.55228%200%209%200.447715%209%201V7Z%22%20transform%3D%22translate(7%207)%22%20fill%3D%22black%22%20fill-opacity%3D%220.2%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.entry-add__input:checked + .entry-add__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20id%3D%22CRS%20%2F%20C%20%2F%2030%20%2F%20Checkbox%20%2F%20On%22%3E%0D%0A%3Crect%20id%3D%22Rectangle%22%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%226%22%20fill%3D%22%231EA01E%22%2F%3E%0D%0A%3Cpath%20id%3D%22%26%23208%3B%26%23179%3B%26%23208%3B%26%23176%3B%26%23208%3B%26%23187%3B%26%23208%3B%26%23190%3B%26%23209%3B%26%23135%3B%26%23208%3B%26%23186%3B%26%23208%3B%26%23176%3B%20(Stroke)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.7008%200.717478C17.0855%201.11373%2017.0762%201.74682%2016.6799%202.13154L7.09741%2011.435C6.70777%2011.8133%206.08741%2011.8114%205.70001%2011.4308L0.713337%206.53164C0.319372%206.14458%200.313768%205.51144%200.700821%205.11748C1.08787%204.72351%201.72101%204.71791%202.11498%205.10496L6.40497%209.31969L15.2868%200.696581C15.683%200.31187%2016.3161%200.321226%2016.7008%200.717478Z%22%20transform%3D%22translate(6.29907%209.28247)%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.entry-modal {
  width: 100%;
  max-width: 500px;
  margin: -45px auto 30px;
  position: relative;
  text-align: center;
}

.entry-modal .login-modal__close {
  display: none;
}

.entry-modal-card {
  padding: 105px 20px 30px 20px;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.entry-modal .entry-photo {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 75px;
}

.entry-modal-list {
  margin-top: 35px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

.entry-modal-item {
  width: 31%;
  display: block;
}

.entry-modal-item:hover .entry-modal-item__txt {
  text-decoration: underline;
}

.entry-modal-item__txt {
  flex: 1 1 auto;
}

.entry-modal__icon {
  margin-bottom: 10px;
  height: 70px;
  width: 70px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.entry-modal__txt {
  font-size: 18px;
}

.entry__txt {
  font-size: 18px;
  line-height: 1.4;
}

.entry__txt_sec-check {
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
}

.entry-skills-tag {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.entry-skills-tag .ot-item__tag {
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  white-space: nowrap;
}

.icon-business-catalog {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%0D%0A%20%20%3Cg%20fill%3D%22none%22%20transform%3D%22translate(4%206)%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M26%2C2%20C24.8954305%2C2%2024%2C2.8954305%2024%2C4%20L24%2C8%20C24%2C9.1045695%2024.8954305%2C10%2026%2C10%20L36%2C10%20C37.1045695%2C10%2038%2C9.1045695%2038%2C8%20L38%2C4%20C38%2C2.8954305%2037.1045695%2C2%2036%2C2%20L26%2C2%20Z%20M26%2C-2%20L36%2C-2%20C39.3137085%2C-2%2042%2C0.686291501%2042%2C4%20L42%2C8%20C42%2C11.3137085%2039.3137085%2C14%2036%2C14%20L26%2C14%20C22.6862915%2C14%2020%2C11.3137085%2020%2C8%20L20%2C4%20C20%2C0.686291501%2022.6862915%2C-2%2026%2C-2%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23E65100%22%20d%3D%22M0%2C14%20C0%2C9.58172%203.58172%2C6%208%2C6%20L54%2C6%20C58.4183%2C6%2062%2C9.58172%2062%2C14%20L62%2C48%20C62%2C52.4183%2058.4183%2C56%2054%2C56%20L8%2C56%20C3.58172%2C56%200%2C52.4183%200%2C48%20L0%2C14%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FF6E40%22%20d%3D%22M0%2C14%20C0%2C9.58172%203.58172%2C6%208%2C6%20L54%2C6%20C58.4183%2C6%2062%2C9.58172%2062%2C14%20L62%2C25%20C62%2C29.4183%2058.4183%2C33%2054%2C33%20L8%2C33%20C3.58172%2C33%200%2C29.4183%200%2C25%20L0%2C14%20Z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFF3E0%22%20d%3D%22M26%2C26%20C26%2C24.34315%2027.34315%2C23%2029%2C23%20L33%2C23%20C34.65685%2C23%2036%2C24.34315%2036%2C26%20C36%2C27.65685%2034.65685%2C29%2033%2C29%20L29%2C29%20C27.34315%2C29%2026%2C27.65685%2026%2C26%20Z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
  width: 90px;
  height: 90px;
  background-size: cover;
}

.bk-input-text_entry {
  font-size: 18px;
  height: 50px !important;
  width: 100%;
  padding-left: 50px !important;
}

.bk-input-text_entry ~ .entry-form__icon.right {
  cursor: pointer;
}

.bk-input-text_entry ~ .entry-form__icon.right .icon-pass {
  transition: opacity 250ms linear;
  position: absolute;
  opacity: 0;
}

.bk-input-text_entry ~ .entry-form__icon.right .icon-text {
  transition: opacity 250ms linear;
  position: absolute;
  opacity: 1;
}

.bk-input-text_entry[type="password"] ~ .entry-form__icon.right .icon-pass {
  opacity: 0.2;
}

.bk-input-text_entry[type="password"] ~ .entry-form__icon.right .icon-text {
  opacity: 0;
}

.login-modal {
  position: relative;
  left: 50%;
  display: inline-block;
  width: auto;
  transform: translateX(-50%);
}

.login-modal .bk-preload-block.block {
  position: fixed;
}

.login-modal .entry-step__title {
  padding: 0 45px;
}

.login-modal .entry-card {
  margin-left: auto;
  margin-right: auto;
}

.login-modal .entry-card.overflow-vis .entry-redirect {
  padding-bottom: 20px;
}

.login-modal .entry-greeting {
  background-color: #fff;
  box-shadow: none;
  border-radius: 10px;
  padding: 45px 35px 5px;
}

.login-modal_step {
  margin-top: 80px;
  margin-bottom: 30px;
}

.login-modal__close,
.login-modal__back {
  z-index: 10;
  position: absolute;
  top: 21px;
  cursor: pointer;
}

.login-modal__close:hover i,
.login-modal__back:hover i {
  opacity: .5;
}

.login-modal__close {
  right: 20px;
}

.login-modal__back {
  left: 17px;
}

.login-modal .entry-step-out {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
}

.login-modal .entry-step-out span {
  color: #fff;
}

.login-modal .entry-step-out-circle span {
  background-color: rgba(255, 255, 255, 0.4);
}

.login-modal .entry-step-out-circle span.active {
  background-color: #fff;
}

_:-ms-lang(x),
.entry-body {
  display: flex;
  flex-direction: column;
}

_:-ms-lang(x),
.entry-wrap {
  flex: 1 0 auto;
}

@media screen and (max-width: 1200px) {
  .entry-card.step.big {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .entry-block {
    margin-right: 0;
    width: 100%;
  }

  .entry-block .entry-card {
    margin-left: auto;
    margin-right: auto;
  }

  .entry-info {
    display: none;
  }

  .entry-contact-list {
    flex-wrap: wrap;
  }

  .entry-contact-item {
    width: calc((100% - 20px)/2);
  }

  .entry-contact-item:nth-of-type(2n) {
    margin-right: 0;
  }

  .entry-interest-item {
    width: calc((100% - 41px)/3);
  }

  .entry-interest-item:nth-of-type(4n) {
    margin-right: 20px;
  }

  .entry-interest-item:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 788px) {
  .entry-step-contact {
    margin-right: 25px;
    margin-left: 25px;
  }

  .entry-contact-item {
    width: 100%;
    margin-right: 0;
    border: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .entry-contact-item:hover {
    box-shadow: none;
  }

  .entry-contact-user {
    display: flex;
    align-items: center;
    width: calc(100% - 45px);
  }

  .entry-contact-info {
    width: calc(100% - 65px);
  }

  .entry-contact__photo {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    margin-right: 15px;
    flex-shrink: 0;
  }

  .entry-contact__name {
    font-size: 16px;
  }

  .entry-add__btn {
    position: static;
    margin-left: 15px;
    flex-shrink: 0;
  }

  .entry-interest-item {
    width: calc((100% - 21px)/2);
  }

  .entry-interest-item:nth-of-type(4n) {
    margin-right: 0;
  }

  .entry-interest-item:nth-of-type(2n) {
    margin-right: 0;
  }

  .entry-interest-item:nth-of-type(3n):not(:nth-of-type(2n)) {
    margin-right: 20px;
  }

  .entry-interest-item .entry-add__btn {
    position: absolute;
    margin-left: 0;
  }
}

@media screen and (max-width: 630px) {
  .entry-card.step.md {
    width: 100%;
  }
}

@media screen and (max-width: 530px) {
  .entry-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }

  .entry-card {
    min-width: 100%;
  }

  .entry-card.entry {
    min-width: auto;
  }

  .entry-card.step {
    width: 100%;
    background-color: #fff;
  }

  .entry-form {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .entry-form .btn-social__icon {
    width: 40px;
    margin-left: 3px;
  }

  .entry-form-card {
    background-color: transparent;
    padding: 0;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .entry-form-card .entry-step-btn {
    max-width: 100%;
  }

  .entry-form-row.password {
    flex-wrap: wrap;
  }

  .entry-form-row.password .entry-form__cell {
    width: 100%;
    margin-right: 0;
  }

  .entry-form-row.password .entry-form__cell:last-of-type {
    margin-bottom: 0;
  }

  .entry-form__cell:first-of-type {
    margin-right: 10px;
  }

  .entry-form__mail {
    width: 60%;
  }

  .entry-form__domain {
    width: 40%;
  }

  .entry-form__domain select {
    padding: 0;
    font-size: 14px;
  }

  .entry-form-soc {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .entry-form__soc {
    width: 33%;
    text-align: center;
  }

  .entry-form-btn .bk-item__txt_r {
    margin-left: 18px;
  }

  .entry-step__mail {
    font-size: 16px;
  }

  .entry-interest-item {
    width: 100%;
    margin-right: 0;
  }

  .entry-interest-item:nth-of-type(4n) {
    margin-right: 0;
  }

  .entry-interest-item:nth-of-type(2n) {
    margin-right: 0;
  }

  .entry-interest-item:nth-of-type(3n):not(:nth-of-type(2n)) {
    margin-right: 0;
  }

  .entry-modal {
    max-width: 400px;
    margin: -40px auto 20px;
  }

  .entry-modal .entry-photo {
    width: 120px;
    height: 120px;
    top: 60px;
  }

  .entry-modal-card {
    padding: 70px 20px 20px 20px;
  }

  .entry-modal-list {
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-top: 25px;
  }

  .entry-modal-item {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
  }

  .entry-modal-item:last-of-type {
    margin-bottom: 0;
  }

  .entry-modal-item {
    margin-bottom: 10px;
  }

  .entry-modal-item:last-of-type {
    margin-bottom: 0;
  }

  .entry-modal__icon {
    margin-right: 5px;
    text-align: left;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

input,
select {
  outline: none;
}

/*Главная страница*/

.parametrs-choice__input {
  border: 1px solid #c7c7c7;
}

.parametrs-choice__input_from {
  margin-bottom: 10px;
}

.parametrs-choice__input_to {
  margin: 0 20px 10px 0;
}

.sbt__search-btn {
  color: #ffffff;
}

.sbt__search-btn:hover {
  color: #ffffff;
}

.sbmar__text {
  margin: 0 0 7px 2px;
  padding-bottom: 12px;
}

.container {
  position: relative;
}

.wide-block-hidden {
  overflow: hidden;
}

.present-10year {
  position: absolute;
  top: 0;
  right: -40px;
  width: 150px;
  height: 150px;
  background: url("/img/present.png") no-repeat 0 0;
  background-size: cover;
}

.present-10year:hover {
  background: url("/img/present.png") no-repeat -150px 0;
  background-size: cover;
}

.new-year-2016 {
  position: absolute;
  top: 0;
  right: -40px;
  width: 150px;
  height: 150px;
  background: url("/img/new-year-icon.png") no-repeat 0 0;
  background-size: cover;
}

.new-year-2016:hover {
  background: url("/img/new-year-icon.png") no-repeat -150px 0;
  background-size: cover;
}

.boss-camp-block {
  position: absolute;
  top: 40px;
  right: -30px;
  width: 130px;
  height: 210px;
  background: url("/img/boss-camp-icon.png") no-repeat;
  background-size: cover;
  transform: scale(0.7);
}

.boss-camp-block:hover {
  transform: scale(1);
}

.start-business-top {
  background-color: #f6f8fa;
  text-align: center;
  padding-bottom: 28px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.start-business-top_v1,
.start-business-top_v2,
.start-business-top_v3,
.start-business-top_v4 {
  margin-bottom: 49px;
}

.sbt__htext {
  font-size: 55px;
  line-height: 1.2;
  font-weight: bold;
  padding: 45px 0 24px;
}

.sbt__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding: 0 310px;
}

.sbt__text_bold {
  font-size: 21px;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}

.sbt__search {
  text-align: left;
  width: calc(100% - 30px);
  min-height: 60px;
  box-sizing: border-box;
  display: block;
  margin: 27px 15px 15px 15px;
  padding: 20px 20px 10px 20px;
  border-radius: 5px;
  border: 1px #c7c7c7 solid;
  background-color: #ffffff;
}

.sbt__search-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  display: inline-block;
  margin: 0 15px 0 10px;
}

.sbt__search-text_indent {
  margin-top: 4px;
}

.sbt__search-text_1 .icon-header_search_b {
  position: relative;
  top: 5px;
  left: -10px;
  opacity: 0.2;
}

.sbt__search-text_2 {
  display: none;
}

.sbt__search-text_2 .icon-header_search_b {
  position: relative;
  top: 5px;
  opacity: 0.2;
}

.sbt__search-btn {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.6;
  display: inline-block;
  background-color: #0d972b;
  text-decoration: blink;
  padding: 7px 17px 8px;
  border-radius: 5px;
  opacity: 0.2;
  float: right;
}

.sbt__search-btn_active {
  opacity: 1;
}

.sbt__search-btn:hover {
  background-color: #0b7422;
  text-decoration: none;
}

.sbt__search-btn_small {
  display: none;
  width: 40px;
  height: 40px;
  padding: 10px;
}

.sbt__check {
  position: relative;
  top: -22px;
  left: 89px;
  width: calc(100% - 183px);
  margin-left: 1px;
}

.sbt__check-element {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  color: #0088cc;
  margin-right: 19px;
  margin-bottom: 4px;
  cursor: pointer;
}

.sbt__check-element:hover {
  text-decoration: underline;
}

.sbt__check-element:after {
  content: '';
  position: relative;
  top: 0;
  left: 8px;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: 2px #5e5e5e solid;
  border-right: 2px #5e5e5e solid;
  transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
}

.sbt__check-element sup {
  color: #1ea01e;
}

.sbt__parametrs {
  text-align: left;
  padding: 0 0 0 30px;
  font-size: 0;
}

.sbt__parametrs-type {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  display: block;
  margin-bottom: 8px;
}

.sbt__parametrs-choice_2 {
  margin-top: 5px;
}

.select-type__choice {
  display: inline-block;
  vertical-align: top;
}

.select-type__element {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  padding: 7px 9px 9px;
  border-radius: 5px;
  border: solid #e6ebf0 1px;
  background-color: #e6ebf0;
  color: #0088cc;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.select-type__element:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
}

.select-type__element:hover {
  background-color: #d7dce2;
}

.select-type__element:hover:after {
  border-top: 1px dashed #0088cc;
}

.select-type__element_apply {
  background-color: #0d972b;
  border: 1px #0d972b solid;
  color: #ffffff;
  margin-right: 20px;
}

.select-type__element_apply:hover {
  color: #ffffff;
  background-color: #0b7422;
  border: 1px #0b7422 solid;
}

.select-type__element_apply:after {
  content: none;
}

.select-type__element_skip {
  color: #1ea01e;
  border: 1px #1ea01e solid;
  background-color: #ffffff;
  margin-right: 0;
}

.select-type__element_skip:hover {
  color: #ffffff;
  background-color: #0d972b;
  border: 1px #0d972b solid;
}

.select-type__element_skip:after {
  content: none;
}

.parametrs-choice__block {
  display: inline-block;
  padding: 11px 12px;
  border-radius: 5px;
  background-color: #beefb1;
  margin: 0 7px 11px 0;
  cursor: pointer;
}

.parametrs-choice__input {
  display: inline-block;
  width: 128px;
  height: 40px;
  border-radius: 5px;
}

.parametrs-choice__input:focus {
  border: 1px solid #626262;
}

.parametrs-choice__dash {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  display: inline-block;
  margin: 5px 13px 0;
}

.parametrs-choice-input {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  width: 100%;
  height: 100%;
  padding: 0 13px;
  border-radius: 5px;
  background-color: #ffffff;
  border: none;
}

.select-theme {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #434343;
  border-radius: 5px;
  padding: 0 5px;
  border: 1px solid #c7c7c7;
}

.select-theme_area {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding: 8px 6px 9px 8px;
  margin: 0 20px 10px 0;
}

.select-theme_country {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  height: 40px;
  margin: 0 20px 10px 0;
}

.select-theme_city {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  height: 40px;
  margin: 0 20px 10px 0;
}

/*Начало блока с картинками*/

.start-business-midddle {
  position: relative;
  top: 79px;
  left: 28px;
  width: 1139px;
  height: 642px;
}

.sbm__bg-service {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/img/maps-service.png") no-repeat;
  background-size: 100%;
}

.sbm__home-block {
  position: absolute;
}

.sbm__home-block_fr {
  top: 31px;
  left: 28px;
  width: 260px;
  height: 187px;
}

.sbm__home-block_opt {
  bottom: 147px;
  left: 28px;
  width: 371px;
  height: 239px;
}

.sbm__home-block_kn {
  top: 31px;
  right: 96px;
  width: 239px;
  height: 250px;
}

.sbm__home-block_gb {
  bottom: 146px;
  right: 59px;
  width: 296px;
  height: 192px;
  text-align: right;
}

.sbm__home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sbm__home_fr {
  background: url("/img/home_fr.png") no-repeat;
  background-size: 100%;
}

.sbm__home_opt {
  text-align: right;
  background: url("/img/home_opt.png") no-repeat;
  background-size: 100%;
}

.sbm__home_kn {
  background: url("/img/home_kn.png") no-repeat;
  background-size: 100%;
}

.sbm__home_gb {
  text-align: right;
  background: url("/img/home_gb.png") no-repeat;
  background-size: 100%;
}

.sbm__link {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  position: absolute;
  color: #396ea9;
}

.sbm__link:hover {
  text-decoration: underline;
}

.sbm__link_fr {
  top: 43px;
  left: 254px;
}

.sbm__link_opt {
  top: 96px;
  left: 335px;
  text-align: right;
}

.sbm__link_kn {
  top: 64px;
  right: 267px;
}

.sbm__link_gb {
  top: 43px;
  right: 331px;
  text-align: right;
}

/*Конец блока с картинками*/

/*Начало нового блока с пирогами*/

.start-business-pie {
  position: relative;
  width: 980px;
  height: 940px;
  margin: -60px auto 20px;
}

.block-plate {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1032px;
  height: 940px;
  margin: 0 auto;
  background: url("/img/main/new/plate.png") no-repeat;
  background-size: 100%;
  z-index: 0;
}

.block-pie {
  position: absolute;
}

.block-pie_fr {
  width: 401px;
  height: 400px;
  top: 263px;
  left: 30px;
}

.block-pie_opt {
  width: 228px;
  height: 400px;
  top: 199px;
  left: 255px;
}

.block-pie_kn {
  width: 233px;
  height: 417px;
  top: 185px;
  right: 227px;
}

.block-pie_gb {
  width: 401px;
  height: 421px;
  top: 238px;
  right: -19px;
}

.block-pie_bid {
  width: 189px;
  height: 220px;
  top: 570px;
  right: 86px;
}

.block-pie_bp {
  width: 216px;
  height: 223px;
  top: 653px;
  left: 408px;
}

.block-pie_bin {
  width: 295px;
  height: 340px;
  top: 494px;
  left: 87px;
}

.block-pie__link:hover ~ .block-pie__piece {
  transform: translateY(-25px);
}

.block-pie__link:hover ~ .block-pie__shadow {
  transform: translateY(-5px) scale(0.95);
}

.block-pie__link:hover .block-pie__cloud {
  color: #0088cc;
}

.block-pie__piece {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: .3s ease all;
  z-index: 1;
}

.block-pie__piece_fr {
  background: url('/img/main/new/pie_fr.png') no-repeat;
}

.block-pie__piece_opt {
  background: url('/img/main/new/pie_opt.png') no-repeat;
}

.block-pie__piece_kn {
  background: url('/img/main/new/pie_kn.png') no-repeat;
}

.block-pie__piece_gb {
  background: url('/img/main/new/pie_gb.png') no-repeat;
}

.block-pie__piece_bid {
  background: url('/img/main/new/pie_bid.png') no-repeat;
}

.block-pie__piece_bp {
  background: url('/img/main/new/pie_bp.png') no-repeat;
}

.block-pie__piece_bin {
  background: url('/img/main/new/pie_hsb.png') no-repeat;
}

.block-pie__shadow {
  position: absolute;
  transition: 0.3s ease all;
  z-index: 0;
}

.block-pie__shadow_fr {
  width: 428px;
  height: 244px;
  background: url('/img/main/new/pie_shadow_fr.png') no-repeat;
  bottom: -20px;
  left: -10px;
}

.block-pie__shadow_opt {
  width: 241px;
  height: 263px;
  background: url('/img/main/new/pie_shadow_opt.png') no-repeat;
  bottom: -10px;
  left: -10px;
}

.block-pie__shadow_kn {
  width: 241px;
  height: 263px;
  background: url('/img/main/new/pie_shadow_kn.png') no-repeat;
  bottom: -15px;
  left: -5px;
}

.block-pie__shadow_gb {
  width: 428px;
  height: 244px;
  background: url('/img/main/new/pie_shadow_gb.png') no-repeat;
  bottom: -20px;
  left: -15px;
}

.block-pie__shadow_bid {
  width: 194px;
  height: 105px;
  background: url('/img/main/new/pie_shadow_bid.png') no-repeat;
  bottom: -25px;
  left: 0;
}

.block-pie__shadow_bp {
  width: 275px;
  height: 149px;
  background: url('/img/main/new/pie_shadow_bp.png') no-repeat;
  bottom: -30px;
  left: -30px;
}

.block-pie__shadow_bin {
  width: 301px;
  height: 182px;
  background: url('/img/main/new/pie_shadow_bin.png') no-repeat;
  bottom: -15px;
  left: 0;
}

.block-pie__cloud {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  position: absolute;
  padding: 12px 19px 15px;
  background-color: #ffffff;
  border: 1px #b3b3b3 solid;
  border-radius: 13px;
  cursor: pointer;
  z-index: 11;
}

.block-pie__cloud:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 22px;
  background: url('/img/main/new/arrow_cloud.png') no-repeat;
}

.block-pie__cloud_fr {
  top: -5px;
  left: -104px;
}

.block-pie__cloud_fr:after {
  bottom: -24px;
  right: 37px;
  transform: rotateY(180deg) rotateZ(90deg);
}

.block-pie__cloud_opt {
  top: -105px;
  left: -71px;
}

.block-pie__cloud_opt:after {
  bottom: -24px;
  right: 37px;
  transform: rotateY(180deg) rotateZ(90deg);
}

.block-pie__cloud_kn {
  top: -91px;
  left: 139px;
}

.block-pie__cloud_kn:after {
  bottom: -24px;
  left: 35px;
  transform: rotateZ(90deg);
}

.block-pie__cloud_gb {
  top: -1px;
  left: 327px;
}

.block-pie__cloud_gb:after {
  bottom: -24px;
  left: 35px;
  transform: rotateZ(90deg);
}

.block-pie__cloud_bid {
  top: 106px;
  left: 253px;
}

.block-pie__cloud_bid:after {
  top: 24px;
  left: -26px;
  transform: rotate(180deg);
}

.block-pie__cloud_bp {
  top: 207px;
  left: 255px;
}

.block-pie__cloud_bp:after {
  top: 24px;
  left: -26px;
  transform: rotate(180deg);
}

.block-pie__cloud_bin {
  top: 183px;
  left: -176px;
}

.block-pie__cloud_bin:after {
  top: 23px;
  right: -26px;
  transform: rotateX(180deg);
}

.block-pie__cloud_bin-tablet {
  display: none;
  min-width: 140px;
  width: 100%;
}

.block-pie__cloud_bin-tablet:after {
  top: -24px;
  right: 37px;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(90deg);
}

.pie-area-map__img {
  position: absolute;
  width: 1032px;
  height: 100%;
  opacity: 0;
  z-index: 10;
}

.plate-pie-area-map {
  display: none;
}

.plate-pie-area-map__img {
  position: absolute;
  width: 768px;
  height: 100%;
  display: none;
  z-index: 10;
}

/*Конец нового блока с пирогами*/

.start-business-bottom {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sbb__left {
  width: 780px;
  box-sizing: border-box;
  padding: 27px 14px 0 0;
  float: left;
}

.sbbl__htext {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
  color: #000000;
  border-bottom: 1px solid #dadada;
}

.sbbl__table {
  width: 100%;
}

.sbbl__table-cell {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #000000;
  vertical-align: top;
}

.sbbl__table-cell:nth-child(2) {
  padding-left: 13px;
  flex-basis: 100%;
}

.sbbl__table-cell:last-child {
  width: 130px;
  flex-shrink: 0;
}

.sbbl-table-cell__link {
  display: flex;
  justify-content: space-between;
}

.sbbl-table-cell__link:hover .sbbl-table-cell__link-text {
  text-decoration: underline;
}

.sbbl-table-cell__icon {
  width: 22px;
  display: block;
  margin-top: 5px;
}

.sbbl-table-cell__icon_1 {
  background: url("/img/main/zayavki-icons.png") no-repeat 0 0;
  height: 21px;
}

.sbbl-table-cell__icon_2 {
  background: url("/img/main/zayavki-icons.png") no-repeat 0 -22px;
  height: 18px;
}

.sbbl-table-cell__icon_3 {
  background: url("/img/main/zayavki-icons.png") no-repeat 0 -41px;
  height: 22px;
}

.sbbl-table-cell__link-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  display: block;
  padding: 0 !important;
  margin-bottom: 7px;
}

.sbbl-table-cell__link-text:hover {
  text-decoration: underline;
}

.sbbl-table-cell__link-text_upper {
  text-transform: uppercase;
}

.sbbl-table-cell__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.1px;
  padding-bottom: 18px;
}

.sbbl-table-cell__money {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  text-align: right;
  display: block;
}

.sbbl-table-cell__budget {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  text-align: right;
  display: block;
  margin-top: 7px;
}

.sbb__right {
  display: block;
  width: 380px;
  padding: 27px 0 0 15px;
  float: right;
  box-sizing: border-box;
}

.sbbr__htext {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 15px;
  color: #000000;
  border-bottom: 1px solid #dadada;
}

.sbbr__top100 {
  display: block;
  width: 253px;
  height: 253px;
  margin: 24px 0 21px;
}

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

.sbbr__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-bottom: 20px;
}

.banner2 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  display: block;
  background: #e5e5e5;
  width: calc(100% - 210px);
  padding: 22px 0;
  margin: 50px auto 0;
  text-transform: uppercase;
  text-align: center;
}

.start-business-mobile-app {
  font-size: 0;
  height: 300px;
  margin-top: 44px;
  margin-bottom: 30px;
}

.sbma__left {
  position: relative;
  display: inline-block;
  width: 403px;
  height: 100%;
  float: left;
}

.sbma__right {
  display: inline-block;
  width: calc(100% - 403px);
  height: 100%;
  float: left;
}

.sbma__htext {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
  margin: 56px 0 15px 2px;
}

.sbma__htext_left {
  display: none;
}

.sbmal__mobile-device {
  position: absolute;
}

.sbmal__mobile-device img {
  width: 100%;
}

.sbmal__mobile-device_samsung {
  top: 10px;
  left: 44px;
  width: 126px;
  height: 246px;
}

.sbmal__mobile-device_iphone {
  top: 0;
  left: 134px;
  width: 127px;
  height: 268px;
  z-index: 1;
}

.sbmal__mobile-device_windows {
  top: 16px;
  right: 34px;
  width: 169px;
  height: 232px;
}

.sbmar__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.sbmar__download-app {
  margin-left: 2px;
}

.sbmar__mobile-app {
  position: relative;
  top: 14px;
  left: 28px;
  display: inline-block;
}

.sbmar__mobile-app-block {
  position: relative;
  width: 34px;
  display: inline-block;
}

.sbmar__mobile-app-block_iphone {
  height: 39px;
  background: url('/img/mobile/sprite-app.png') no-repeat 0 0;
}

.sbmar__mobile-app-block_samsung {
  height: 38px;
  background: url('/img/mobile/sprite-app.png') no-repeat 0 -39px;
  margin: 0 19px 0 18px;
}

.sbmar__mobile-app-block_windows {
  height: 38px;
  background: url('/img/mobile/sprite-app.png') no-repeat 0 -77px;
}

@media screen and (max-width: 1550px) {
  .sbmar__text {
    padding: 0 20px 13px 0;
  }

  .sbt__text {
    padding: 0 210px;
  }

  .start-business-midddle {
    top: 31px;
    left: 5px;
    width: 984px;
    height: 555px;
  }

  .sbm__home-block_fr {
    top: 26px;
    left: 22px;
    width: 225px;
    height: 162px;
  }

  .sbm__home-block_opt {
    bottom: 126px;
    left: 22px;
    width: 321px;
    height: 207px;
  }

  .sbm__home-block_kn {
    top: 26px;
    right: 84px;
    width: 207px;
    height: 216px;
  }

  .sbm__home-block_gb {
    bottom: 127px;
    right: 52px;
    width: 256px;
    height: 166px;
  }

  .sbm__link_fr {
    top: 109px;
    left: 230px;
  }

  .sbm__link_opt {
    top: 104px;
    left: 269px;
  }

  .sbm__link_kn {
    top: 47px;
    right: 271px;
  }

  .sbm__link_gb {
    top: 60px;
    right: 303px;
  }

  .start-business-pie {
    left: -25px;
  }

  .block-plate {
    width: 1000px;
    left: 16px;
  }

  .block-pie__cloud_fr {
    top: -85px;
    left: -5px;
  }

  .block-pie__cloud_gb {
    top: -41px;
    left: 295px;
  }

  .block-pie__cloud_bid {
    top: 180px;
    left: 194px;
  }

  .block-pie__cloud_bin {
    top: inherit;
    bottom: -60px;
    left: -56px;
  }

  .pie-area-map__img {
    width: 1017px;
  }

  .sbb__left {
    width: 647px;
  }

  .sbbl__htext {
    margin-bottom: 22px;
  }

  .sbb__right {
    width: 330px;
  }

  .sbbr__top100 {
    width: 235px;
    height: 235px;
    margin: 21px 0 21px;
  }

  .sbbr__text {
    padding-right: 20px;
  }

  .banner2 {
    width: 100%;
  }

  .start-business-mobile-app {
    height: 250px;
    margin-top: 58px;
  }

  .sbma__left {
    width: 336px;
  }

  .sbma__right {
    width: calc(100% - 336px);
  }

  .sbma__htext {
    margin-top: 20px;
  }

  .sbmal__mobile-device_samsung {
    top: 8px;
    left: 54px;
    width: 94px;
    height: 202px;
  }

  .sbmal__mobile-device_iphone {
    top: 0;
    left: 121px;
    width: 94px;
    height: 220px;
  }

  .sbmal__mobile-device_windows {
    top: 13px;
    left: 171px;
    width: 125px;
    height: 191px;
  }
}

@media screen and (max-width: 1100px) {
  .sbmar__text {
    padding-bottom: 4px;
  }

  .sbt__text {
    padding: 0 100px;
  }

  .start-business-midddle {
    top: 0;
    left: 0;
    width: 100%;
    height: 195px;
  }

  .sbm__bg-service {
    display: none;
  }

  .sbm__home-block {
    position: relative;
    display: inline-block;
  }

  .sbm__home-block_fr {
    top: 23px;
    left: 15px;
    width: 158px;
    height: 113px;
  }

  .sbm__home-block_opt {
    top: 16px;
    left: 41px;
    width: 157px;
    height: 101px;
  }

  .sbm__home-block_kn {
    top: 30px;
    left: 67px;
    width: 118px;
    height: 122px;
  }

  .sbm__home-block_gb {
    top: 20px;
    left: 132px;
    width: 157px;
    height: 102px;
  }

  .sbm__link {
    left: 0;
    right: 0;
    text-align: left;
  }

  .sbm__link_fr {
    top: 123px;
  }

  .sbm__link_opt {
    top: 118px;
  }

  .sbm__link_kn {
    top: 125px;
  }

  .sbm__link_gb {
    top: 115px;
  }

  .start-business-pie {
    width: 768px;
    height: 562px;
    margin-top: 135px;
    margin-bottom: 30px;
    left: -10px;
  }

  .block-plate {
    display: none;
  }

  .block-pie {
    width: 0;
    height: 0;
  }

  .block-pie_gb {
    right: 0;
  }

  .block-pie__piece {
    display: none;
  }

  .block-pie__shadow {
    display: none;
  }

  .block-pie__cloud_fr {
    top: -285px;
    left: -27px;
  }

  .block-pie__cloud_opt {
    top: -305px;
    left: -100px;
  }

  .block-pie__cloud_kn {
    top: -291px;
    left: -115px;
  }

  .block-pie__cloud_gb {
    top: -260px;
    left: -120px;
  }

  .block-pie__cloud_bid {
    top: -140px;
    left: -25px;
  }

  .block-pie__cloud_bp {
    top: -167px;
    left: 75px;
  }

  .block-pie__cloud_bin {
    display: none;
  }

  .block-pie__cloud_bin-tablet {
    display: block;
    top: 0;
    bottom: inherit;
    left: -84px;
  }

  .pie-area-map {
    display: none;
  }

  .pie-area-map__img {
    display: none;
  }

  .plate-pie-area-map {
    display: block;
  }

  .plate-pie-area-map__img {
    display: block;
  }

  .start-business-bottom {
    height: 195px;
    overflow: inherit;
  }

  .sbb__left {
    width: 100%;
    padding-right: 0;
  }

  .sbbl__table {
    margin-bottom: 0;
  }

  .sbbl__bid {
    position: static;
  }

  .sbb__right {
    width: 100%;
    padding-left: 0;
  }

  .sbbr__htext {
    position: relative;
    top: 40px;
    left: 72px;
    width: calc(100% - 251px);
    display: inline-block;
  }

  .sbbr__top100 {
    float: left;
    width: 179px;
    height: 179px;
    margin-top: 36px;
  }

  .sbbr__text {
    padding: 38px 0 0 251px;
  }

  .sbbr__stock {
    position: static;
    margin-left: 71px;
    margin-top: 27px;
  }

  .banner2 {
    margin-top: 34px;
  }

  .start-business-mobile-app {
    height: 220px;
    margin-top: 35px;
  }

  .sbma__left {
    width: 249px;
  }

  .sbma__right {
    width: calc(100% - 249px);
  }

  .sbma__htext {
    margin-top: 7px;
  }

  .sbmal__mobile-device_samsung {
    top: 7px;
    left: 7px;
    width: 80px;
    height: 173px;
  }

  .sbmal__mobile-device_iphone {
    top: 0;
    left: 64px;
    width: 80px;
    height: 188px;
  }

  .sbmal__mobile-device_windows {
    top: 10px;
    left: 106px;
    width: 107px;
    height: 163px;
  }
}

@media screen and (max-width: 788px) {
  .sbmar__text {
    padding-bottom: 0;
  }

  .present-10year {
    right: -30px;
  }

  .new-year-2016 {
    right: -20px;
    width: 100px;
    height: 100px;
  }

  .new-year-2016:hover {
    width: 100px;
    height: 100px;
    background-position: -100px 0;
  }

  .boss-camp-block {
    top: 0;
    right: -10px;
    width: 78px;
    height: 126px;
  }

  .sbt__text {
    padding: 0 60px;
  }

  .sbt__search-text_1 {
    display: none;
  }

  .sbt__search-text_2 {
    display: inline-block;
    margin: 5px 10px 0 0;
  }

  .sbt__check {
    left: 26px;
    width: calc(100% - 100px);
  }

  .sbt__parametrs {
    padding-left: 27px;
  }

  .select-theme_country {
    width: calc(50% - 10px);
  }

  .select-theme_city {
    width: calc(50% - 10px);
    margin-right: 0;
  }

  .start-business-midddle {
    height: 425px;
  }

  .sbm__home-block {
    position: absolute;
    display: block;
  }

  .sbm__home-block_fr {
    top: 40px;
  }

  .sbm__home-block_opt {
    top: 45px;
    right: 68px;
    left: auto;
  }

  .sbm__home-block_kn {
    top: auto;
    bottom: 40px;
    left: 16px;
  }

  .sbm__home-block_gb {
    bottom: 50px;
    right: 69px;
    top: auto;
    left: auto;
  }

  .start-business-pie {
    display: none;
  }

  .plate-pie-area-map__img {
    display: none;
  }

  .sbb__right {
    padding-left: 0;
  }

  .sbbr__htext {
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 20px;
  }

  .sbbr__top100 {
    float: none;
    width: 248px;
    height: 248px;
    margin-top: 0;
  }

  .sbbr__text {
    padding: 0 0 0 2px;
  }

  .sbbr__stock {
    margin-left: 0;
  }

  .banner2 {
    display: none;
  }

  .start-business-mobile-app {
    height: 270px;
  }

  .sbma__left {
    width: 100%;
  }

  .sbma__right {
    width: 100%;
    height: auto;
    box-sizing: content-box;
    padding: 106px 7px 50px 0;
  }

  .sbma__htext_left {
    display: block;
    margin: 20px 0 0 0;
  }

  .sbma__htext_right {
    display: none;
  }

  .sbmal__mobile-device_samsung {
    top: 89px;
    left: 1px;
    width: 118px;
    height: 254px;
  }

  .sbmal__mobile-device_iphone {
    top: 79px;
    left: 85px;
    width: 118px;
    height: 277px;
  }

  .sbmal__mobile-device_windows {
    top: 95px;
    left: 147px;
    width: 157px;
    height: 241px;
  }
}

@media screen and (max-width: 530px) {
  .present-10year {
    right: -20px;
    width: 100px;
    height: 100px;
  }

  .present-10year:hover {
    width: 100px;
    height: 100px;
    background-position: -100px 0;
  }

  .select-theme_country {
    width: 100%;
    margin-right: 0;
  }

  .select-theme_city {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .start-business-top {
    margin-bottom: 0;
  }

  .sbt__htext {
    padding: 43px 15px 15px;
    line-height: 49px;
  }

  .sbt__text {
    padding: 0 15px;
  }

  .select-type__element:after {
    content: none;
  }

  .start-business-midddle {
    height: 505px;
  }

  .sbm__home-block {
    left: 15px;
  }

  .sbm__home-block_fr {
    width: 138px;
    height: 98px;
    top: 55px;
  }

  .sbm__home-block_opt {
    width: 129px;
    height: 83px;
    top: 186px;
  }

  .sbm__home-block_kn {
    top: 301px;
  }

  .sbm__home-block_gb {
    width: 129px;
    height: 84px;
    top: 450px;
  }

  .sbm__link {
    left: 140px;
  }

  .sbm__link_fr {
    top: 14px;
  }

  .sbm__link_opt {
    top: 5px;
  }

  .sbm__link_kn {
    top: 25px;
  }

  .sbm__link_gb {
    top: 7px;
  }

  .sbbr__htext {
    margin-top: 20px;
  }

  .sbbr__stock {
    margin-top: 19px;
  }

  .start-business-mobile-app {
    height: 320px;
    margin-top: 8px;
  }

  .sbma__right {
    padding-top: 30px;
    padding-bottom: 120px;
  }

  .sbma__htext_left {
    margin-top: 32px;
  }

  .sbmal__mobile-device_samsung {
    top: 103px;
    width: 106px;
    height: 228px;
  }

  .sbmal__mobile-device_iphone {
    top: 84px;
    left: 77px;
    width: 106px;
    height: 249px;
  }

  .sbmal__mobile-device_windows {
    top: 108px;
    left: 132px;
    width: 142px;
    height: 217px;
  }

  .sbmar__download-app {
    position: absolute;
    margin-top: 69px;
  }

  .sbmar__mobile-app {
    float: left;
    top: 6px;
    left: 0;
  }
}

@media screen and (max-width: 400px) {
  .parametrs-choice__input_from {
    margin-right: 10px;
  }

  .parametrs-choice__input_to {
    margin-right: 0;
  }

  .sbt__search-text_2 {
    display: none;
  }

  .sbt__search-btn {
    display: none;
  }

  .sbt__search-btn_small {
    display: block;
  }

  .sbt__check {
    top: 7px;
    left: 0;
    width: calc(100% - 42px);
  }

  .sbt__parametrs {
    padding-left: 0;
    padding-top: 34px;
  }

  .parametrs-choice__input_from {
    width: calc(50% - 5px);
  }

  .parametrs-choice__input_to {
    width: calc(50% - 5px);
  }

  .parametrs-choice__dash {
    display: none;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.beboss-wide-layout .beboss-footer .container {
  width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.wide-container {
  width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.wide-container__main {
  width: 890px;
  float: left;
  *zoom: 1;
}

.wide-container__main:before,
.wide-container__main:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.wide-container__side {
  width: 360px;
  float: right;
  *zoom: 1;
}

.wide-container__side:before,
.wide-container__side:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.main-page__title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
}

.main-page__title_tooltip {
  position: relative;
}

.main-page__title-btn {
  display: inline-block;
  vertical-align: bottom;
  opacity: .2;
  font-size: 0;
  cursor: pointer;
  margin-bottom: 5px;
  transition: opacity 150ms linear;
}

.main-page__title-btn:hover {
  opacity: .5;
}

.main-page__note {
  margin-bottom: 24px;
}

.main-page__previous-search {
  margin-top: 20px;
}

.main-page__section {
  margin-top: 60px;
  *zoom: 1;
}

.main-page__section:before,
.main-page__section:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.main-page__section-link {
  font-size: 18px;
  line-height: 1.4;
  padding-right: 25px;
  position: relative;
  user-select: none;
}

.main-page__section-link::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  right: 0;
  border-top: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  transform: rotate(45deg);
}

.main-page__section-link-container {
  margin-top: 20px;
  padding-top: 15px;
  float: left;
  width: 100%;
  border-top: 1px solid #cccccc;
}

.main-page__qa-rating {
  margin-bottom: 30px;
}

.main-page__qa-rating .mp-qa-item__text-container {
  width: calc(100% - 100px);
}

.main-page__qa-list .ot-item {
  width: 100%;
}

.main-page__qa-side .ot-nav {
  display: none;
}

.main-page-slider {
  position: relative;
}

.main-page-slider__btn {
  display: none;
  width: 50px;
  height: 50px;
  background-color: #E9F6E9;
  border-radius: 50%;
  position: absolute;
  padding-top: 13px;
  padding-left: 13px;
  cursor: pointer;
}

.main-page-slider__btn.prev {
  left: -70px;
}

.main-page-slider__btn.next {
  right: -70px;
}

.main-page-slider__item {
  display: inline-block;
  vertical-align: top;
}

.main-page-slider__item:last-child {
  margin-right: 0;
}

.main-page__bi-cat {
  margin-bottom: 30px;
}

.main-page__beboss-app-b-bi {
  margin-top: 61px;
  height: 378px;
  display: flex;
}

.main-page__beboss-app-b-fr {
  display: flex;
  height: 360px;
  width: 360px;
  margin-left: 30px;
  float: left;
}

.main-page__beboss-app-b-gb {
  margin-top: 30px;
  height: 320px;
  display: flex;
}

.main-page__beboss-app-b-gb .beboss-app-b__icon {
  width: 60px;
}

.main-page__beboss-app-b-kn {
  display: flex;
  float: left;
  width: 360px;
  height: 420px;
}

.main-page__fr-tab {
  max-width: 560px;
  width: 100%;
  float: left;
}

.main-page__fr-index {
  float: left;
  margin-left: 30px;
  display: flex;
  min-height: 360px;
  width: 300px;
}

.main-page__fr-showcase {
  margin-top: 30px;
  float: left;
  width: 100%;
}

.main-page__kn-main {
  *zoom: 1;
  margin-top: 30px;
  position: relative;
}

.main-page__kn-main:before,
.main-page__kn-main:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.main-page__kn-map {
  float: left;
  margin-right: 30px;
  width: 460px;
  transition: width 400ms ease-out;
  z-index: 1;
}

.main-page__kn-map.active {
  width: 100%;
}

.main-page__kn-map.active .mp-kn-map__btn::after {
  transform: rotate(315deg);
  top: 18px;
}

.main-page__kn-map.active .mp-kn-map__select-2 {
  width: 290px;
}

.main-page__kn-rating {
  float: left;
  width: 400px;
  margin-right: 30px;
}

.main-page__kn-showcase {
  margin-top: 30px;
}

.main-page__inv-stat {
  display: none;
}

.main-page__inv-new {
  margin-top: 30px;
}

.main-page__inv-active {
  margin-top: 30px;
}

.main-page__rating-entrepreneur .mp-entrepreneur {
  display: inline-block;
  vertical-align: baseline;
  width: calc(100% - 75px);
}

.main-page__dummy-slider {
  position: relative;
}

.main-page__dummy-section {
  height: 300px;
}

.main-page__gb-tab {
  margin-bottom: -20px;
}

.main-page__gb-tab .bk-obj-2__text-container .font-normal-r {
  display: none;
}

.main-page__gb-pr-allocation {
  margin-top: 30px;
}

.main-page__gb-dummy-stats {
  height: 480px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

.pub-req-list {
  font-size: 0;
  margin-bottom: -20px;
}

.pub-req-list__item {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  user-select: none;
}

.pub-req-list__item:nth-child(3n) {
  margin-right: 0;
}

.pub-req-item {
  display: inline-block;
  max-width: 100%;
}

.pub-req-item:hover .pub-req-item__title {
  text-decoration: underline;
}

.pub-req-item__icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 20px;
  padding-top: 23px;
  padding-left: 23px;
  display: inline-block;
  vertical-align: top;
}

.pub-req-item__icon_gb {
  background-color: #ccf0fc;
}

.pub-req-item__icon_kn {
  background-color: #d2ecd2;
}

.pub-req-item__icon_opt {
  background-color: #fae5cc;
}

.pub-req-item__icon_fr {
  background-color: #fff2ce;
}

.pub-req-item__icon_vac {
  background-color: #ffcccc;
}

.pub-req-item__icon_invest {
  background-color: #ccebe0;
}

.pub-req-item__icon_serv {
  background-color: #ebceeb;
}

.pub-req-item__icon_other {
  background-color: #facce8;
}

.pub-req-item__icon_add {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.pub-req-item__text {
  font-size: 18px;
  line-height: 1.4;
}

.pub-req-item__text-container {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 90px);
}

.pub-req-item__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 5px;
  word-wrap: break-word;
}

.pub-req-item__budget {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.4;
}

.pub-req-item__date {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.4);
}

.user-articles-list__item {
  margin-right: 30px;
  /*&:last-child {
        margin-right: 0;
      }*/
}

.user-articles-info {
  font-size: 0;
  margin-bottom: 20px;
}

.user-articles-info__img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

.user-articles-info__img:hover ~ .user-articles-info__container .glob-link {
  text-decoration: underline;
}

.user-articles-info__container {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 65px);
}

.user-articles-info__title {
  font-size: 0;
}

.user-articles-info__title .glob-link {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.4;
}

.user-articles-info__date {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.4);
}

.user-articles-btn {
  top: 115px;
}

.bi-cat-item {
  display: block;
  width: 380px;
  position: relative;
}

.bi-cat-item:hover .bi-cat-item__title {
  text-decoration: underline;
}

.bi-cat-item__img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.bi-cat-item__img::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.bi-cat-item__title {
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.bi-cat-list__item {
  margin-right: 30px;
  user-select: none;
}

.bi-cat-btn {
  top: 75px;
}

.bi-list {
  font-size: 0;
  margin-bottom: -30px;
}

.bi-list__item {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
}

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

.beboss-app-b {
  background-color: #0088CC;
  border-radius: 10px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
  user-select: none;
}

.beboss-app-b .button {
  transition: all 150ms linear;
}

.beboss-app-b:hover .button.blue {
  border-color: #0091be;
  background-color: #0091be;
  color: #ffffff;
}

.beboss-app-b:active .button.blue {
  border-color: #006e91;
  background-color: #006e91;
  color: #ffffff;
}

.beboss-app-b__icon {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
}

.beboss-app-b__title {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.4;
}

.beboss-app-b__name {
  color: #ffffff;
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
}

.beboss-app-b__btn {
  position: absolute;
  bottom: 50px;
  left: calc(50% - 70px);
  width: 140px;
}

.allocation-scale {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  height: 24px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}

.allocation-scale_blue {
  background-color: #273E6D;
}

.allocation-scale_blue .allocation-scale__paint {
  background-color: #2196F3;
}

.allocation-scale_emerald {
  background-color: #00544C;
}

.allocation-scale_emerald .allocation-scale__paint {
  background-color: #009688;
}

.allocation-scale_yellow {
  background-color: #976E00;
}

.allocation-scale_yellow .allocation-scale__paint {
  background-color: #F2B200;
}

.allocation-scale_purple {
  background-color: #480454;
}

.allocation-scale_purple .allocation-scale__paint {
  background-color: #9C27B0;
}

.allocation-scale_pink {
  background-color: #710026;
}

.allocation-scale_pink .allocation-scale__paint {
  background-color: #E91E63;
}

.allocation-scale_scarlet {
  background-color: #912720;
}

.allocation-scale_scarlet .allocation-scale__paint {
  background-color: #F44336;
}

.allocation-scale_turquoise {
  background-color: #005F6B;
}

.allocation-scale_turquoise .allocation-scale__paint {
  background-color: #00BCD4;
}

.allocation-scale__desc {
  position: absolute;
  left: 10px;
  top: 6px;
}

.allocation-scale__qt {
  position: absolute;
  right: 10px;
  top: 6px;
}

.allocation-scale__paint {
  display: block;
  position: absolute;
  height: 100%;
  background-color: green;
  border-radius: 25px;
}

.mi-widget_mp {
  user-select: none;
}

.mi-widget_mp .mi-widget__square {
  height: 360px;
}

.mi-widget_mp .mi-widget__text {
  font-size: 21px;
  line-height: 1.2;
}

.mi-widget_mp .mi-widget__graph-round {
  margin-bottom: 25px;
}

.bk-tab-list {
  /*display: none;
    &.active {
      display: block;
    }*/
}

.bk-tab-list__item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #cccccc;
}

.bk-tab-list__item:last-child {
  border-bottom: none;
}

.bk-obj {
  max-width: 200px;
  width: 100%;
  user-select: none;
}

.bk-obj_280 {
  width: 280px;
}

.bk-obj__link {
  display: block;
}

.bk-obj__link:hover .bk-obj__title {
  text-decoration: underline;
}

.bk-obj__title {
  margin-top: 15px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.bk-obj__title_cut {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.bk-obj__img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.bk-obj__text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.bk-obj__statistics-container {
  margin-top: 10px;
  font-size: 0;
}

.bk-obj__statistics-item {
  display: inline-block;
  margin-right: 10px;
}

.bk-obj__statistics-item:last-child {
  margin-right: 0;
}

.bk-obj__bottom {
  margin-top: 10px;
}

.bk-obj__label {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px;
  padding: 0 7px;
  border-radius: 15px;
}

.bk-obj__label_green {
  background-color: #1ea01e;
}

.bk-obj__label_blue {
  background-color: #00B4F0;
}

.bk-obj-2 {
  display: flex;
  align-items: center;
  user-select: none;
}

.bk-obj-2:hover .glob-link {
  text-decoration: underline;
}

.bk-obj-2__img-container {
  flex-shrink: 0;
  width: 80px;
  margin-right: 15px;
}

.bk-obj-2__img-container img {
  border-radius: 10px;
}

.bk-obj-2__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 5px;
}

.bk-obj-2__text-container {
  flex-shrink: 1;
  margin-right: 15px;
}

.bk-obj-2__title {
  font-size: 18px;
  line-height: 1.4;
}

.bk-obj-2__right-container {
  flex-shrink: 0;
  margin-left: auto;
  text-align: right;
}

.mp-active-investors__item {
  margin-right: 30px;
}

.mp-active-investors-btn {
  top: 50px;
}

.mp-kn-map {
  position: relative;
}

.mp-kn-map__container {
  height: 420px;
  background-color: grey;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.mp-kn-map__select-1 {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 120px;
  user-select: none;
}

.mp-kn-map__select-2 {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 240px;
  transition: width 400ms ease-out;
  user-select: none;
}

.mp-kn-map__btn {
  position: absolute;
  right: -90px;
  top: 69px;
  background-color: #eceef2;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  transform: rotate(270deg);
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 20px;
  cursor: pointer;
  width: 140px;
  user-select: none;
}

.mp-kn-map__btn::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 14px;
  right: 18px;
  transform: rotate(135deg);
}

.mp-kn-map__leg {
  position: absolute;
  left: 15px;
  bottom: 15px;
  max-width: 460px;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 6px 10px 7px;
  user-select: none;
}

.mp-kn-map__leg-note {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 5px;
}

.mp-kn-map__leg-val {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.mp-kn-map__leg-gradient {
  display: inline-block;
  vertical-align: middle;
  width: 125px;
  margin-left: 10px;
  margin-right: 10px;
  height: 20px;
  border-radius: 50px;
  background: linear-gradient(270deg, rgba(114, 22, 56, 0.8) 6.26%, rgba(225, 94, 93, 0.8) 35.36%, rgba(190, 228, 61, 0.8) 65.65%, rgba(67, 105, 196, 0.8) 94.16%);
}

.mp-kn-rating {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 11px;
  padding-bottom: 80px;
  position: relative;
  min-height: 420px;
}

.mp-kn-rating__title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 25px;
}

.mp-kn-rating__item {
  margin-bottom: 20px;
  user-select: none;
}

.mp-kn-rating__item:last-child {
  margin-bottom: 0;
}

.mp-kn-rating-item {
  display: block;
  font-size: 0;
}

.mp-kn-rating-item:hover .mp-kn-rating-item__title {
  text-decoration: underline;
}

.mp-kn-rating-item__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mp-kn-rating-item__img {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 15px;
}

.mp-kn-rating-item__text-container {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 115px);
}

.mp-kn-rating-item__value {
  margin-top: 5px;
  display: flex;
  align-items: center;
}

.mp-kn-rating-item__value-num {
  font-size: 18px;
  line-height: 1.4;
}

.mp-kn-rating-item__value .star-rating {
  margin-left: 5px;
}

.mp-kn-rating-item__value .star-rating__item {
  margin-right: -2px;
}

.mp-kn-rating__link {
  position: absolute;
  bottom: 25px;
  font-size: 18px;
  line-height: 1.4;
  user-select: none;
}

.mp-kn-rating__link .glob-link {
  padding-right: 25px;
  position: relative;
}

.mp-kn-rating__link .glob-link::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 6px;
  right: 0;
  border-top: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  transform: rotate(45deg);
}

.mp-kn-chart-switch {
  margin-bottom: 20px;
}

.mp-chart-list {
  *zoom: 1;
}

.mp-chart-list:before,
.mp-chart-list:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.mp-chart-list__item {
  width: 305px;
  margin-right: 20px;
  float: left;
  user-select: none;
}

.mp-chart-list__item:last-child {
  margin-right: 0;
}

.mp-chart__title {
  font-size: 18px;
  line-height: 1.4;
}

.mp-chart__text {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}

.mp-chart__text-price {
  font-size: 30px;
}

.mp-chart__area {
  margin-top: 10px;
  width: 100%;
  height: 80px;
}

.mp-inv-new__item {
  margin-right: 30px;
}

.mp-inv-new__item .bk-item {
  margin-top: 5px;
}

.mp-inv-new__item .bk-item:first-child {
  margin-top: 0;
}

.mp-inv-new-btn {
  top: 50px;
}

.mp-inv-b {
  height: 260px;
  background-image: url(/img/main-page-2018/example/5.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  border-radius: 10px;
  user-select: none;
}

.mp-inv-b__item-1 {
  position: absolute;
  top: 20px;
  left: 30px;
}

.mp-inv-b__item-2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.mp-inv-b__item-3 {
  position: absolute;
  top: 20px;
  right: 30px;
  text-align: right;
}

.mp-inv-b__item-4 {
  position: absolute;
  bottom: 30px;
  right: 30px;
  text-align: right;
}

.mp-inv-b-item {
  color: #ffffff;
}

.mp-inv-b-item__title {
  font-size: 50px;
  line-height: 65px;
  font-weight: bold;
}

.mp-inv-b-item__text {
  font-size: 24px;
  line-height: 32px;
}

.mp-pr-allocation__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
}

.mp-pr-allocation__text {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.mp-pr-allocation__list {
  margin-top: 20px;
  user-select: none;
}

.mp-pr-allocation__item {
  margin-bottom: 10px;
}

.mp-pr-allocation__item:last-child {
  margin-bottom: 0;
}

.mp-stat-list__item {
  margin-bottom: 25px;
  user-select: none;
}

.mp-stat-list__item:last-child {
  margin-bottom: 0;
}

.mp-stat-item {
  font-size: 0;
}

.mp-stat-item__icon {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border-radius: 50%;
  padding-top: 18px;
  padding-left: 18px;
}

.mp-stat-item__icon_green {
  background-color: #1ea01e;
}

.mp-stat-item__icon_blue {
  background-color: #00B4F0;
}

.mp-stat-item__icon_orange {
  background-color: #fa961e;
}

.mp-stat-item__text {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.mp-stat-item__text-container {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 75px);
}

.mp-stat-item__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
}

.mp-kn-showcase-btn {
  top: 50px;
}

.mp-fr-showcase__item {
  margin-right: 30px;
}

.mp-fr-showcase-btn {
  top: 50px;
}

.mp-qa-list__item {
  user-select: none;
  margin-bottom: 20px;
  position: relative;
}

.mp-qa-list__item:last-child {
  margin-bottom: 0;
}

.mp-qa-list__place {
  font-size: 30px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  top: 5px;
  z-index: -1;
}

.mp-qa-list__place_gold {
  color: #FAD34B;
}

.mp-qa-list__place_silver {
  color: #D1E4EB;
}

.mp-qa-list__place_bronze {
  color: #BFA034;
}

.mp-qa-item {
  display: block;
  font-size: 0;
}

.mp-qa-item:hover .mp-qa-item__title {
  text-decoration: underline;
}

.mp-qa-item__img {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.mp-qa-item__img i {
  margin-left: 16px;
  margin-top: 16px;
}

.mp-qa-item__text-container {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 65px);
}

.mp-qa-item__title {
  font-size: 18px;
  line-height: 1.4;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mp-qa-item__text {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mp-rating-entr__item {
  user-select: none;
  font-size: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.mp-rating-entr__item:first-child {
  padding-top: 0;
}

.mp-rating-entr__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.mp-rating-entr__place {
  display: inline-block;
  vertical-align: middle;
  font-size: 35px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  margin-right: 15px;
  color: rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

.mp-rating-entr__place_gold {
  color: #FAD34B;
}

.mp-rating-entr__place_silver {
  color: #D1E4EB;
}

.mp-rating-entr__place_bronze {
  color: #BFA034;
}

.mp-entrepreneur {
  font-size: 0;
}

.mp-entrepreneur_online .mp-entrepreneur__img {
  position: relative;
}

.mp-entrepreneur_online .mp-entrepreneur__img::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background-color: #00B4F0;
  position: absolute;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
}

.mp-entrepreneur_online .mp-entrepreneur__name {
  font-size: 18px;
  font-weight: bold;
  color: #005FBF;
}

.mp-entrepreneur_online .mp-entrepreneur__right-container {
  display: inline-block;
  float: right;
  text-align: right;
}

.mp-entrepreneur_online .mp-entrepreneur__right-container .mp-entrepreneur__money {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 2px;
}

.mp-entrepreneur_online .mp-entrepreneur__right-container .mp-entrepreneur__cmp {
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

.mp-entrepreneur_online .mp-entrepreneur__right-container .mp-entrepreneur__cmp-txt {
  display: inline-block;
}

.mp-entrepreneur_online .mp-entrepreneur__right-container .mp-entrepreneur__cmp-arrow {
  margin-left: 8px;
  display: inline-block;
  vertical-align: text-top;
}

.mp-entrepreneur_online .mp-entrepreneur__right-container .mp-entrepreneur__cmp:hover .icon-ar_black_menu_down {
  opacity: .5 !important;
}

.mp-entrepreneur__botton-container {
  padding-left: 75px;
}

.mp-entrepreneur__botton-container .mp-entrepreneur__owned-cmp {
  padding: 4px 12px;
  background: #ECEEF2;
  border-radius: 16px;
  margin-right: 8px;
  width: auto;
  font-size: 16px;
  display: inline-block;
  margin-top: 8px;
}

.mp-entrepreneur_vip .mp-entrepreneur__name {
  position: relative;
  padding-left: 32px;
}

.mp-entrepreneur_vip .mp-entrepreneur__name::before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23FA961E%22%20d%3D%22M15.3486843%2C9.29018761%20C15.7407029%2C8.90116333%2016.3738632%2C8.90359066%2016.7628875%2C9.29560922%20C17.1519118%2C9.68762777%2017.1494845%2C10.3207881%2016.7574659%2C10.7098124%20L11.1236575%2C16.3005893%20C9.9478561%2C17.4675427%208.04874339%2C17.4605847%206.88156943%2C16.2850921%20L1.89396862%2C11.2625852%20C0.959058265%2C10.3210117%200.75374074%2C8.87711902%201.38912143%2C7.71225443%20L3.1066546%2C4.56344361%20C3.63235411%2C3.59966118%204.64250866%2C3%205.74034132%2C3%20L18.3658089%2C3%20C19.4636416%2C3%2020.4737961%2C3.59966118%2020.9994956%2C4.56344361%20L22.71438%2C7.7073983%20C23.3516487%2C8.87572426%2023.1430495%2C10.3242392%2022.2020136%2C11.265275%20L12.7601819%2C20.7071068%20C12.3696576%2C21.0976311%2011.7364926%2C21.0976311%2011.3459683%2C20.7071068%20C10.9554441%2C20.3165825%2010.9554441%2C19.6834175%2011.3459683%2C19.2928932%20L20.7878001%2C9.85106148%20C21.1014787%2C9.53738286%2021.1710118%2C9.05454455%2020.9585889%2C8.66510256%20L19.2437045%2C5.52114787%20C19.0684713%2C5.19988706%2018.7317531%2C5%2018.3658089%2C5%20L5.74034132%2C5%20C5.3743971%2C5%205.03767892%2C5.19988706%204.86244575%2C5.52114787%20L3.14491257%2C8.66995869%20C2.93311901%2C9.05824689%203.00155819%2C9.53954443%203.31315%2C9.853357%20L8.30075081%2C14.8758639%20C8.68982379%2C15.2677098%209.32286136%2C15.2700292%209.71483557%2C14.8810046%20L15.3486843%2C9.29018761%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.mp-entrepreneur_small .mp-entrepreneur__img-container {
  width: 50px;
}

.mp-entrepreneur_small .mp-entrepreneur__img img {
  max-width: 44px;
  height: auto;
}

.mp-entrepreneur_small .mp-entrepreneur__name {
  font-size: 18px;
}

.mp-entrepreneur_small .mp-entrepreneur__text {
  font-size: 16px;
  margin-top: 3px;
}

.mp-entrepreneur_small .mp-entrepreneur__text-container {
  width: calc(100% - 60px);
  margin-right: 0;
}

.mp-entrepreneur_small.mp-entrepreneur_online .mp-entrepreneur__img:after {
  bottom: -3px;
  right: -3px;
}

.mp-entrepreneur_small.mp-entrepreneur_vip .mp-entrepreneur__text-container {
  width: calc(100% - 92px);
}

.mp-entrepreneur_xs .mp-entrepreneur__img {
  border-width: 2px;
}

.mp-entrepreneur_xs .mp-entrepreneur__img-container {
  width: 30px;
  margin-right: 8px;
}

.mp-entrepreneur_xs .mp-entrepreneur__img img {
  max-width: 26px;
}

.mp-entrepreneur_xs .mp-entrepreneur__text-container {
  width: calc(100% - 38px);
  margin-right: 0;
}

.mp-entrepreneur_xs .mp-entrepreneur__name {
  font-size: 18px;
}

.mp-entrepreneur_xs.mp-entrepreneur_online .mp-entrepreneur__img:after {
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  bottom: -2px;
  right: -2px;
}

.mp-entrepreneur_chat .mp-entrepreneur__img {
  border: none;
}

.mp-entrepreneur_chat .mp-entrepreneur__img img {
  max-width: 50px;
  border: none;
}

.mp-entrepreneur_account {
  margin-bottom: 20px;
}

.mp-entrepreneur_account:last-of-type {
  margin-bottom: 0;
}

.mp-entrepreneur_account .mp-entrepreneur__text-container {
  width: calc(100% - 60px);
  margin-right: 0;
}

.mp-entrepreneur_normal .mp-entrepreneur__text-container {
  width: calc(100% - 76px);
  margin-right: 0;
}

.mp-entrepreneur_no-border .mp-entrepreneur__img {
  border: none;
}

.mp-entrepreneur_no-border .mp-entrepreneur__img img {
  border: none;
  max-width: 100%;
}

.mp-entrepreneur.lvl-elite .mp-entrepreneur__liga {
  background-color: #000000;
}

.mp-entrepreneur.lvl-elite .mp-entrepreneur__img {
  border-color: #000000;
}

.mp-entrepreneur.lvl-elite .mp-entrepreneur__lvl {
  color: #000000;
}

.mp-entrepreneur.lvl-elite .mp-entrepreneur__bar-paint {
  background-color: #000000;
}

.mp-entrepreneur.lvl-prof .mp-entrepreneur__liga {
  background-color: #A01EAA;
}

.mp-entrepreneur.lvl-prof .mp-entrepreneur__img {
  border-color: #A01EAA;
}

.mp-entrepreneur.lvl-prof .mp-entrepreneur__lvl {
  color: #A01EAA;
}

.mp-entrepreneur.lvl-prof .mp-entrepreneur__bar-paint {
  background-color: #A01EAA;
}

.mp-entrepreneur.lvl-sb .mp-entrepreneur__liga {
  background-color: #1ea01e;
}

.mp-entrepreneur.lvl-sb .mp-entrepreneur__img {
  border-color: #1ea01e;
}

.mp-entrepreneur.lvl-sb .mp-entrepreneur__lvl {
  color: #1ea01e;
}

.mp-entrepreneur.lvl-sb .mp-entrepreneur__bar-paint {
  background-color: #1ea01e;
}

.mp-entrepreneur.lvl-act .mp-entrepreneur__liga {
  background-color: #fa961e;
}

.mp-entrepreneur.lvl-act .mp-entrepreneur__img {
  border-color: #fa961e;
}

.mp-entrepreneur.lvl-act .mp-entrepreneur__lvl {
  color: #fa961e;
}

.mp-entrepreneur.lvl-act .mp-entrepreneur__bar-paint {
  background-color: #fa961e;
}

.mp-entrepreneur.lvl-user .mp-entrepreneur__liga {
  background-color: #00B4F0;
}

.mp-entrepreneur.lvl-user .mp-entrepreneur__img {
  border-color: #00B4F0;
}

.mp-entrepreneur.lvl-user .mp-entrepreneur__lvl {
  color: #00B4F0;
}

.mp-entrepreneur.lvl-user .mp-entrepreneur__bar-paint {
  background-color: #00B4F0;
}

.mp-entrepreneur.lvl-new .mp-entrepreneur__liga {
  background-color: #cccccc;
}

.mp-entrepreneur.lvl-new .mp-entrepreneur__img {
  border-color: #cccccc;
}

.mp-entrepreneur.lvl-new .mp-entrepreneur__lvl {
  color: #cccccc;
}

.mp-entrepreneur.lvl-new .mp-entrepreneur__bar-paint {
  background-color: #cccccc;
}

.mp-entrepreneur.anonym .mp-entrepreneur__img {
  width: 66px;
  height: 66px;
  padding-top: 19px;
}

.mp-entrepreneur__img {
  border-radius: 50%;
  display: inline-block;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
}

.mp-entrepreneur__img img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 50%;
}

.mp-entrepreneur__img-container {
  display: inline-block;
  vertical-align: middle;
  width: 66px;
  margin-right: 10px;
  text-align: center;
}

.mp-entrepreneur__img-container:hover ~ .mp-entrepreneur__text-container .glob-link {
  text-decoration: underline;
}

.mp-entrepreneur__text {
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.4;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mp-entrepreneur__text-container {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 596px);
  margin-right: 15px;
  font-size: 0;
}

.mp-entrepreneur__name {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  display: inline-block;
  max-width: 100%;
  padding-left: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mp-entrepreneur__lvl {
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
}

.mp-entrepreneur__lvl-container {
  display: inline-block;
  vertical-align: middle;
  width: 500px;
  position: relative;
}

.mp-entrepreneur__liga {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 10px 5px 10px;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  margin-left: 8px;
  margin-bottom: 10px;
  color: #ffffff;
}

.mp-entrepreneur__exp-points {
  font-size: 18px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 0;
  top: 0;
}

.mp-entrepreneur__bar {
  background-color: #eceef2;
  border-radius: 50px;
  height: 10px;
  position: relative;
}

.mp-entrepreneur__bar-paint {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 50px;
}

.mp-entrepreneur__line-avatar {
  font-size: 0;
}

.mp-entrepreneur__line-avatar .mp-entrepreneur {
  display: inline-block;
  margin-right: -12px;
}

.mp-entrepreneur__line-avatar .mp-entrepreneur__img-container {
  margin-right: 0;
}

.mp-dummy-slider {
  font-size: 0;
}

.mp-dummy-slider__item {
  display: inline-block;
  width: calc(20% - 24px);
  height: 150px;
  background-color: rgba(0, 0, 0, 0.6);
  margin-right: 30px;
  border-radius: 10px;
}

.mp-dummy-slider__item:last-child {
  margin-right: 0;
}

.mp-about-bb {
  display: inline-block;
  white-space: nowrap;
}

.mp-about-bb__img {
  display: inline-block;
  vertical-align: middle;
  width: 66px;
  height: 66px;
}

.mp-about-bb__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  white-space: normal;
  width: calc(100% - 75px);
}

.mp-about-bb__text:hover {
  text-decoration: none;
}

.mp-about-bb__text a {
  font-size: 21px;
  line-height: 30px;
  color: #0088CC;
  font-weight: bold;
  margin-bottom: 8px;
  display: inline-block;
  border-bottom: 2px dashed #0088cc;
}

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.site-sections b {
  display: block;
  margin-bottom: 29px;
  font-size: 35px;
  line-height: 45px;
}

.site-sections ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}

.site-sections a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 70px;
  padding-left: 90px;
  padding-right: 15px;
  font-size: 18px;
  line-height: 23px;
  vertical-align: middle;
  color: #0088CC;
}

.site-sections a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background-color: transparent;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}

.site-sections a:after {
  content: "";
  position: absolute;
  top: 19px;
  left: 19px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.site-sections a:hover {
  text-decoration: underline;
}

.site-sections__item {
  width: 302px;
  margin-left: 15px;
  margin-bottom: 30px;
}

.site-sections__link_qa:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16%201.333C24.1%201.333%2030.667%207.9%2030.667%2016S24.1%2030.667%2016%2030.667%201.333%2024.1%201.333%2016%207.9%201.333%2016%201.333zM16%204C9.373%204%204%209.373%204%2016s5.373%2012%2012%2012%2012-5.373%2012-12S22.627%204%2016%204zm-2.667%2017.333a1.333%201.333%200%201%201%200%202.667%201.333%201.333%200%200%201%200-2.667zm6.667%200A1.333%201.333%200%201%201%2020%2024a1.333%201.333%200%200%201%200-2.667zM20%208c.736%200%201.333.597%201.333%201.333v9.334a1.333%201.333%200%200%201-2.666%200V9.333C18.667%208.597%2019.263%208%2020%208zm-8.667%204.667a1.333%201.333%200%200%201-2.666%200C8.667%209.93%2010.597%208%2013.333%208c2.215%200%204%202.083%204%204.667%200%201.764-.536%202.971-1.625%204.333-.023.027-.509.621-.623.771-.313.412-.418.648-.418.896a1.333%201.333%200%200%201-2.667%200c0-.938.33-1.68.964-2.512.147-.194.665-.826.661-.821.745-.93%201.042-1.599%201.042-2.667%200-1.194-.691-2-1.334-2-1.263%200-2%20.736-2%202z%22%20fill%3D%22%23FA961E%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.site-sections__link_kn:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.33%2012.083h1.34a1.333%201.333%200%200%200%202.66%200h1.34a1.333%201.333%200%200%200%202.66%200h1.34a1.333%201.333%200%200%200%202.66%200h1.34a1.333%201.333%200%201%200%202.637-.348c.439-.4.57-1.061.278-1.61L23.417%206.04a1.333%201.333%200%200%200-1.177-.708H9.76c-.493%200-.946.273-1.178.708l-2.167%204.084a1.333%201.333%200%200%200%20.278%201.61%201.333%201.333%200%200%200%202.638.349zM6.316%204.177a2.667%202.667%200%200%201%202.402-1.51h14.565c1.025%200%201.959.587%202.403%201.51l3.565%207.406.083.209V12c0%201.172-.52%202.224-1.333%202.958v10.375a4%204%200%200%201-4%204H8a4%204%200%200%201-4-4V14.958A3.985%203.985%200%200%201%202.667%2012v-.208l.083-.209%203.565-7.406zM17.333%2016v10.667H24c.736%200%201.333-.597%201.333-1.334V16h-8zM6.667%2016v9.333c0%20.737.596%201.334%201.333%201.334h6.666V16h-8zm6.666%204C12.6%2020%2012%2020.599%2012%2021.333c0%20.735.599%201.334%201.333%201.334V20zm5.333%200v2.667c.735%200%201.334-.6%201.334-1.334C20%2020.6%2019.4%2020%2018.666%2020z%22%20fill%3D%22%231EA01E%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.site-sections__link_fr:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.333%204c-.698%200-1.411.245-1.917.75-.505.505-.75%201.219-.75%201.917V8h-4a4%204%200%200%200-4%204v12a4%204%200%200%200%204%204h18.667a4%204%200%200%200%204-4V12a4%204%200%200%200-4-4h-4V6.667c0-.698-.245-1.412-.75-1.917-.505-.505-1.219-.75-1.916-.75h-5.334zm0%202.667h5.333V8h-5.333V6.667zm-8%2012h21.333V24c0%20.736-.596%201.333-1.333%201.333H6.667A1.333%201.333%200%200%201%205.332%2024v-5.333zm1.333-8h18.667c.737%200%201.334.597%201.334%201.333v4H5.332v-4c0-.736.597-1.333%201.333-1.333zM16%2012c-.735%200-1.334.599-1.334%201.333%200%20.735.6%201.334%201.334%201.334.734%200%201.333-.6%201.333-1.334C17.333%2012.6%2016.734%2012%2016%2012z%22%20fill%3D%22%23FFBE0A%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.site-sections__link_gb:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.87%2010.977c-.14-.694-.203-1.42-.203-2.31%200-2.943%202.779-6%206-6h6.666c3.221%200%206%203.057%206%206%200%20.856-.07%201.595-.216%202.312a4.16%204.16%200%200%201%201.697.396c2.122.99%202.952%203.408%201.712%205.888.024-.048-.855%202.035-1.294%202.856C25.944%2022.532%2024.305%2024%2022%2024h-4.667v2.667h4C22.667%2026.667%2024%2028%2024%2029.333H8c0-1.333%201.333-2.666%202.667-2.666h4V24H10c-2.305%200-3.944-1.468-5.232-3.881-.439-.821-1.318-2.904-1.294-2.856-1.24-2.48-.41-4.898%201.712-5.888a4.194%204.194%200%200%201%201.684-.398zm3.68%202.476c.148.297.27.569.526%201.154.347.792.5%201.12.67%201.41l.025.043h8.458c.095-.157.208-.376.34-.66.097-.206.175-.384.355-.793.27-.617.391-.886.505-1.102v-.002c.053-.13.394-.975.482-1.198.157-.398.27-.706.363-.996.272-.845.393-1.606.393-2.642%200-1.524-1.645-3.334-3.334-3.334h-6.666c-1.689%200-3.334%201.81-3.334%203.334%200%20.976.086%201.64.286%202.328.09.309.205.637.377%201.076.093.24.46%201.146.554%201.382zm14.33%205.41c.367-.687%201.227-2.726%201.26-2.793.572-1.142.303-1.925-.454-2.278-.723-.338-1.464-.091-1.827.804-.13.262-.241.506-.492%201.08-.189.43-.273.62-.381.851-.724%201.551-1.189%202.2-2.32%202.2h-9.333c-.883%200-1.39-.507-1.89-1.366-.242-.413-.417-.788-.81-1.685a28.673%2028.673%200%200%200-.538-1.18c-.317-.795-1.058-1.042-1.781-.704-.757.353-1.026%201.136-.455%202.278.034.067.894%202.106%201.26%202.793.875%201.636%201.806%202.47%202.881%202.47h12c1.075%200%202.006-.834%202.88-2.47z%22%20fill%3D%22%23A01EAA%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.site-sections__link_opt:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.537%203.804a2.667%202.667%200%200%201%202.185-1.137h14.556c.87%200%201.686.424%202.185%201.137l3.388%204.84c.314.449.482.983.482%201.53v15.16a4%204%200%200%201-4%204H6.667a4%204%200%200%201-4-4v-15.16c0-.547.168-1.081.482-1.53l3.388-4.84zm2.796%201.53c-.42%200-.814.197-1.066.533L6.667%208h8V5.333H9.333zm8%200V8h8l-1.6-2.133a1.333%201.333%200%200%200-1.066-.534h-5.334zM6.667%2010.666c-.737%200-1.334.597-1.334%201.333v13.333c0%20.737.597%201.334%201.334%201.334h18.666c.737%200%201.334-.597%201.334-1.334V12c0-.736-.597-1.333-1.334-1.333H6.667zm5.333%204c0-.737.597-1.334%201.333-1.334h5.334a1.333%201.333%200%200%201%200%202.667h-5.334A1.333%201.333%200%200%201%2012%2014.667z%22%20fill%3D%22%233CB371%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.site-sections__link_iv:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.668%2022.62c-1.653-.129-2.739-.53-4.001-1.287l-.597-.14a1.333%201.333%200%200%201-.596-1.79c.33-.658%201.13-.925%201.193-.736l.596.14C13.094%2019.723%2014.018%2020%2016%2020c2.534%200%204-.611%204-1.333%200-.723-1.466-1.334-3.974-1.334-3.796.072-6.692-1.153-6.692-4%200-2.496%202.173-3.698%205.334-3.95l-.001-.05v-.666a1.333%201.333%200%200%201%202.667%200v.666l-.001.048c1.673.132%202.854.555%204.597%201.426a1.333%201.333%200%200%201-1.193%202.386C18.907%2012.277%2017.983%2012%2016%2012c-2.533%200-4%20.611-4%201.333%200%20.743%201.508%201.38%204%201.334%203.867%200%206.667%201.166%206.667%204%200%202.496-2.173%203.698-5.334%203.95V23.332a1.333%201.333%200%201%201-2.666%200v-.666-.047zM16%2030.667C7.9%2030.667%201.334%2024.1%201.334%2016S7.9%201.333%2016%201.333C24.1%201.333%2030.667%207.9%2030.667%2016S24.1%2030.667%2016%2030.667zM16%2028c6.628%200%2012-5.373%2012-12S22.628%204%2016%204C9.373%204%204%209.373%204%2016s5.373%2012%2012%2012z%22%20fill%3D%22%23008B8B%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.site-sections__link_id:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16%202.667c5.875%200%2010.667%204.791%2010.667%2010.666%200%203.141-1.589%205.339-2.959%207-1.37%201.662-2.374%202.787-2.374%204.084v2.25a2.665%202.665%200%200%201-2.667%202.666h-.375A2.642%202.642%200%200%201%2016%2030.667a2.642%202.642%200%200%201-2.291-1.334h-.375a2.665%202.665%200%200%201-2.667-2.666v-2.25c0-1.323-1.01-2.474-2.375-4.125-1.365-1.651-2.958-3.808-2.958-6.959C5.333%207.458%2010.125%202.667%2016%202.667zm0%202.666c-4.432%200-8%203.568-8%208%200%202.276%201.073%203.724%202.375%205.292%201.219%201.469%202.766%203.088%202.959%205.375h5.333c.192-2.27%201.74-3.901%202.958-5.375C22.922%2017.047%2024%2015.599%2024%2013.333c0-4.432-3.567-8-8-8zm-12.333.209c.172%200%20.37.01.542.083.682.281.99%201.068.708%201.75-.281.682-1.068%201.031-1.75.75-.682-.281-.99-1.068-.708-1.75.213-.51.687-.828%201.208-.833zm24.75%200c.52.005%201.036.323%201.25.833.281.682-.068%201.469-.75%201.75-.683.281-1.469-.068-1.75-.75-.281-.682.067-1.469.75-1.75.172-.073.328-.083.5-.083zM2.667%2012C3.407%2012%204%2012.594%204%2013.333a1.33%201.33%200%200%201-1.333%201.334%201.33%201.33%200%200%201-1.333-1.334c0-.74.593-1.333%201.333-1.333zm26.666%200c.735%200%201.334.599%201.334%201.333%200%20.735-.6%201.334-1.334%201.334A1.336%201.336%200%200%201%2028%2013.333C28%2012.6%2028.6%2012%2029.334%2012zm-1.041%206.417c.172%200%20.37.052.541.125.683.28.99%201.067.709%201.75-.281.682-1.068.99-1.75.708-.683-.281-.99-1.068-.709-1.75.214-.51.688-.828%201.209-.833zm-24.584.041c.521.006.995.323%201.209.834.281.682-.026%201.468-.708%201.75-.683.28-1.47-.068-1.75-.75-.282-.683.026-1.47.708-1.75.172-.073.37-.084.542-.084zM18.668%2024H17.35l-.017-2.667c0-2.003.781-5.009%201.946-6.64l.845-1.182c.285-.399.24-.945-.107-1.292a.747.747%200%200%200-1.057%200l-.667.667a3.024%203.024%200%200%201-4.276%200l-.667-.667a.747.747%200%200%200-1.057%200%201.003%201.003%200%200%200-.107%201.292l.845%201.182c1.164%201.631%201.652%204.636%201.652%206.64V24h-1.333v-2.667c0-1.726-.401-4.46-1.404-5.865l-.845-1.182a2.336%202.336%200%200%201%20.25-3.01%202.08%202.08%200%200%201%202.942%200l.667.667c.66.66%201.73.66%202.39%200l.667-.667a2.08%202.08%200%200%201%202.943%200c.807.808.912%202.08.249%203.01l-.845%201.182c-1.003%201.405-1.698%204.14-1.698%205.865V24z%22%20fill%3D%22%23FF4545%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.site-sections__link_bp:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16%201.333c1.734%200%203.219%201.068%203.75%202.667H24a4%204%200%200%201%204%204v18.667a4%204%200%200%201-4%204H8a4%204%200%200%201-4-4V8a4%204%200%200%201%204-4h4.25c.531-1.599%202.016-2.667%203.75-2.667zM16%204c-.802%200-1.333.531-1.333%201.333%200%20.802.53%201.334%201.333%201.334.802%200%201.333-.532%201.333-1.334S16.803%204%2016%204zM8%206.667c-.736%200-1.333.597-1.333%201.333v18.667C6.667%2027.403%207.264%2028%208%2028h16c.736%200%201.333-.597%201.333-1.333V8c0-.736-.597-1.333-1.333-1.333h-1.333V8c0%20.736-.597%201.333-1.334%201.333H10.667A1.333%201.333%200%200%201%209.333%208V6.667H8zm13.26%206.99l.01-.01a1.031%201.031%200%200%201%201.46.02c.404.416.399%201.08-.011%201.49l-7.11%207.108c-.52.521-1.364.521-1.885%200l-3.11-3.109a1.06%201.06%200%200%201%200-1.5%201.031%201.031%200%200%201%201.459%200l2.594%202.594%206.593-6.594z%22%20fill%3D%22%231197C3%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.site-sections__link_co:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.667%206.667v2.666h2.666V6.667c0-.737.597-1.334%201.334-1.334h10.666c.737%200%201.334.597%201.334%201.334V24c0%20.736-.597%201.333-1.334%201.333h-4V28h4a4%204%200%200%200%204-4V6.667a4%204%200%200%200-4-4H14.667a4%204%200%200%200-4%204zM16%208v2.667h2.667V8H16zm5.333%200v2.667H24V8h-2.667zM16%2013.333V16h2.667v-2.667H16zm5.333%200V16H24v-2.667h-2.667zM16%2018.667v2.666h2.667v-2.666H16zm5.333%200v2.666H24v-2.666h-2.667zm-10.666%202.666c3.054%200%205.256%201.012%206.647%202.721.857%201.054%201.238%202.115%201.341%202.897l.012.174a3.542%203.542%200%200%201-3.542%203.542H6.208a3.542%203.542%200%200%201-3.541-3.542l.011-.174c.103-.782.485-1.843%201.342-2.897%201.39-1.71%203.593-2.72%206.647-2.72zm4.578%204.404C14.37%2024.661%2012.931%2024%2010.667%2024c-2.265%200-3.702.66-4.579%201.737-.46.565-.682%201.124-.75%201.47a.875.875%200%200%200%20.87.793h8.917c.456%200%20.83-.348.871-.792-.068-.347-.291-.906-.75-1.47zm-4.578-11.07a1.333%201.333%200%201%200%200%202.666%201.333%201.333%200%200%200%200-2.666zm0-2.667a4%204%200%201%201%200%208%204%204%200%200%201%200-8z%22%20fill%3D%22%23FA961E%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.site-sections__link_st:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.83%2023.54c-1.888.25-3.06.117-3.773-.597-.749-.75-.896-1.95-.628-3.776l-6.28-.698.602-1.604c1.78-4.747%206.006-6.81%209.765-6.864a48.451%2048.451%200%200%201%201.633-2.714c.8-1.226%201.545-2.2%202.241-2.896%201.83-1.83%205.1-2.615%209.82-2.516a4%204%200%200%201%203.915%203.915c.099%204.72-.687%207.99-2.516%209.82-.697.696-1.67%201.441-2.896%202.24A48.428%2048.428%200%200%201%2022%2019.485c-.054%203.76-2.117%207.984-6.864%209.764l-1.604.602-.702-6.31zm1.2-3.017a100.637%20100.637%200%200%200%206.139-3.072%2048.571%2048.571%200%200%200%203.087-1.834c1.084-.707%201.923-1.349%202.468-1.893%201.189-1.189%201.82-3.817%201.735-7.878a1.333%201.333%200%200%200-1.305-1.305c-4.06-.085-6.69.546-7.878%201.735-.544.544-1.186%201.384-1.893%202.468a48.573%2048.573%200%200%200-1.834%203.087%2092.52%2092.52%200%200%200-2.358%204.616%20101.69%20101.69%200%200%200-.916%201.967c-.282%201.358-.332%202.265-.335%202.548.099.012.224.018.373.018.544%200%201.312-.086%202.29-.263l.427-.194zm8.47-13.69c.682%200%201.354.271%201.875.792a2.64%202.64%200%200%201%200%203.75%202.64%202.64%200%200%201-3.75%200%202.64%202.64%200%200%201%200-3.75%202.645%202.645%200%200%201%201.875-.792zm-11.938%206.172a9.37%209.37%200%200%200-1.406.532c-1.276.608-2.335%201.486-3.114%202.682l3.097.344%201.423-3.558zm-3.895%208.328v3.959h4c0%205.375-7.917%203.958-7.917%203.958s-1.417-7.917%203.917-7.917zm9.114%204.625c1.196-.779%202.074-1.838%202.682-3.115.22-.462.396-.94.531-1.405l-3.557%201.423.344%203.097z%22%20fill%3D%22%231EA01E%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.site-sections__link_rq:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15.905%2018.667L18.572%2016h-7.905a1.333%201.333%200%201%201%200-2.667h8c.705%200%201.283.548%201.33%201.242l1.364-1.364c.52-.52%201.365-.52%201.886%200l6.209%206.209c.52.52.52%201.365%200%201.886l-7.637%207.637c-.25.25-.59.39-.943.39h-7.543v-7.542c0-.158.028-.312.081-.458h-2.747a1.333%201.333%200%201%201%200-2.666h5.238zm6.399-2.628L16%2022.343v4.324h4.323l6.304-6.304-4.323-4.324zM8%202.667h13.333c2%200%204%202%204%204v2.666a1.333%201.333%200%201%201-2.666%200V6.667c0-.737-.597-1.334-1.334-1.334H8c-.736%200-1.333.597-1.333%201.334V24c0%20.736.597%201.333%201.333%201.333h1.333a1.333%201.333%200%200%201%200%202.667H8c-2%200-4-2-4-4V6.667c0-2%202-4%204-4zm1.333%206.666C9.333%208.597%209.93%208%2010.667%208h8a1.333%201.333%200%200%201%200%202.667h-8a1.333%201.333%200%200%201-1.334-1.334z%22%20fill%3D%22%2300B4F0%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.site-sections__link_at:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.333%2028H4v-9.333c0-.354.14-.693.39-.943L19.058%203.057c.52-.52%201.365-.52%201.886%200l8%208c.52.52.52%201.365%200%201.886L14.276%2027.61c-.25.25-.589.39-.943.39h-8zM24%2014.114L26.114%2012%2020%205.886%206.667%2019.219v6.114h6.114L22.114%2016l-3.724-3.724a1.334%201.334%200%200%201%201.886-1.886L24%2014.114z%22%20fill%3D%22%23FFBE0A%22%2F%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 1550px) {
  .beboss-wide-layout .beboss-footer__btn {
    width: 346px;
  }

  .beboss-wide-layout .beboss-footer .container {
    width: 1120px;
  }

  .wide-container {
    width: 1120px;
  }

  .wide-container__main {
    width: 700px;
  }

  .wide-container__side {
    width: 350px;
  }

  .bi-list__item {
    margin-right: 50px;
  }

  .bi-list__item:nth-child(4n) {
    margin-right: 50px;
  }

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

  .bi-list__item:nth-child(n + 7) {
    display: none;
  }

  .main-page__fr-tab {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .main-page__fr-index {
    margin-left: 0;
  }

  .main-page__kn-map {
    width: 100%;
    margin-right: 0;
    position: relative;
  }

  .main-page__kn-rating {
    margin-top: 30px;
    margin-left: 0;
  }

  .main-page__beboss-app-b-kn {
    margin-top: 30px;
  }

  .mp-kn-map__btn {
    display: none;
  }

  .mp-kn-map__select-2 {
    width: 290px;
  }

  .mp-chart-list__item {
    width: 255px;
  }

  .mp-dummy-slider__item {
    width: calc(25% - 23px);
  }

  .mp-dummy-slider__item:first-child {
    display: none;
  }
}

@media screen and (max-width: 1380px) {
  .beboss-wide-layout .beboss-footer__btn {
    width: 313px;
  }

  .beboss-wide-layout .beboss-footer .container {
    width: 1020px;
  }

  .wide-container {
    width: 1020px;
  }

  .wide-container__main {
    width: 610px;
  }

  .wide-container__side {
    width: 340px;
  }

  .main-page-slider__btn.next {
    right: -15px;
  }

  .main-page-slider__btn.prev {
    left: -15px;
  }

  .main-page__kn-main {
    margin-top: 10px;
  }

  .bi-list__item:nth-child(3n) {
    margin-right: 50px;
  }

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

  .bi-list__item .bk-obj {
    width: 280px;
  }

  .bi-list__item .bk-obj__img {
    max-width: 200px;
  }

  .mp-chart-list {
    margin-bottom: -20px;
  }

  .mp-chart-list__item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }

  .mp-chart-list__item:nth-child(2n) {
    margin-right: 0;
  }

  .mp-chart__area {
    height: 100px;
  }
}

@media screen and (max-width: 1100px) {
  .beboss-wide-layout .beboss-footer__col {
    width: 230px;
  }

  .beboss-wide-layout .beboss-footer__btn {
    width: 32%;
    margin-right: 2%;
  }

  .beboss-wide-layout .beboss-footer__btn:last-child {
    margin-right: 0;
  }

  .beboss-wide-layout .beboss-footer__btn-container {
    width: 100%;
  }

  .beboss-wide-layout .beboss-footer .container {
    width: 100%;
  }

  .main-page {
    margin-top: 0;
  }

  .main-page__beboss-app-b-bi {
    height: auto;
    margin-top: 30px;
  }

  .main-page__beboss-app-b-fr {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-left: 0;
  }

  .main-page__beboss-app-b-kn {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }

  .main-page__beboss-app-b-gb {
    width: 100%;
    height: auto;
    float: left;
  }

  .main-page__qa-rating {
    margin-bottom: 0;
  }

  .main-page__qa-side {
    margin-top: 30px;
  }

  .main-page__qa-side .ot-nav {
    display: block;
  }

  .main-page__qa-side .b__title {
    display: none;
  }

  .main-page__qa-side .b_bor-top-g {
    border-top: none;
  }

  .main-page__fr-index {
    width: 100%;
    display: block;
  }

  .main-page__kn-rating {
    width: 100%;
    margin-right: 0;
  }

  .main-page__gb-dummy-stats {
    margin-top: 30px;
    height: 300px;
  }

  .main-page__gb-stat {
    margin-top: 30px;
    float: left;
    width: calc(50% - 15px);
    margin-right: 30px;
  }

  .main-page__gb-pr-allocation {
    float: left;
    width: calc(50% - 15px);
  }

  .main-page__inv-stat {
    display: block;
  }

  .main-page__inv-b {
    display: none;
  }

  .wide-container {
    width: 100%;
  }

  .wide-container__main {
    width: 100%;
  }

  .wide-container__side {
    width: 100%;
  }

  .pub-req-list__item {
    width: 48%;
    margin-right: 4%;
  }

  .pub-req-list__item:nth-child(3n) {
    margin-right: 4%;
  }

  .pub-req-list__item:nth-child(2n) {
    margin-right: 0;
  }

  .main-page-slider__container {
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .main-page-slider__track {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bi-list__item {
    margin-right: 30px;
  }

  .bi-list__item:nth-child(2n) {
    margin-right: 30px;
  }

  .bi-list__item:nth-child(3n) {
    margin-right: 30px;
  }

  .bi-list__item:nth-child(n+7) {
    display: block;
  }

  .bi-list__item:last-child {
    margin-right: 0;
  }

  .bi-list__item .bk-obj {
    width: 200px;
  }

  .bi-list-btn {
    top: 25px;
  }

  .beboss-app-b {
    padding-bottom: 120px;
  }

  .mi-widget_mp .mi-widget__square {
    max-width: 100%;
  }

  .mi-widget_mp .mi-widget__graph-round {
    width: calc(100% + 30px);
  }

  .mp-dummy-slider__item {
    width: 32%;
    margin-right: 2%;
  }

  .mp-dummy-slider__item:nth-child(2) {
    display: none;
  }

  .mp-chart-list__item {
    width: 100%;
    margin-right: 0;
  }

  .mp-chart-area {
    height: 80px;
  }

  .mp-kn-rating {
    padding-bottom: 25px;
    min-height: auto;
  }

  .mp-kn-rating__link {
    position: static;
    margin-top: 30px;
  }

  .mp-entrepreneur__text-container {
    width: calc(100% - 426px);
  }

  .mp-entrepreneur__lvl-container {
    width: 330px;
  }
}

@media screen and (max-width: 788px) {
  .beboss-wide-layout .beboss-footer__col {
    width: calc(50% - 10px);
  }

  .beboss-wide-layout .beboss-footer__btn {
    width: 100%;
  }

  .beboss-wide-layout .beboss-footer__btn-container {
    width: calc(50% - 10px);
  }

  .main-page-slider__btn {
    display: none !important;
  }

  .pub-req-list__item {
    width: 100%;
    margin-right: 0;
  }

  .pub-req-list__item:nth-child(3n) {
    margin-right: 0;
  }

  .pub-req-list__item:nth-child(n+5) {
    display: none;
  }

  .pub-req-list__item:last-child {
    display: block;
  }

  .main-page-slider__track {
    transition: none;
  }

  .bi-cat-item {
    width: 350px;
  }

  .main-page__gb-stat {
    width: 100%;
    margin-right: 0;
  }

  .main-page__gb-pr-allocation {
    width: 100%;
  }

  .main-page__kn-map.active .mp-kn-map__select-2 {
    width: 240px;
  }

  .main-page__rating-entrepreneur .mp-entrepreneur {
    width: 100%;
  }

  .mp-kn-map__container {
    height: 340px;
  }

  .mp-kn-map__select-2 {
    width: 240px;
  }

  .mp-entrepreneur__lvl-container {
    margin-top: 15px;
    width: 100%;
  }

  .mp-entrepreneur_online .mp-entrepreneur__right-container {
    float: left;
    margin-top: 8px;
    text-align: left;
    width: 100%;
  }

  .mp-entrepreneur__btn-container {
    display: none;
  }

  .mp-entrepreneur__text-container {
    width: calc(100% - 136px);
    margin-right: 0;
  }

  .mp-entrepreneur__botton-container {
    padding-left: 0;
    order: 10;
    overflow: hidden;
  }

  .mp-entrepreneur__botton-container .mp-entrepreneur__owned-cmp {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mp-rating-entr__item {
    display: flex;
    position: relative;
    flex-wrap: wrap;
  }

  .mp-rating-entr__place {
    position: absolute;
    right: 0;
    width: auto;
    margin-right: 0;
  }

  .mp-dummy-slider__item {
    width: 49%;
  }

  .mp-dummy-slider__item:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 530px) {
  .beboss-wide-layout .beboss-footer__col {
    width: 100%;
  }

  .beboss-wide-layout .beboss-footer__btn {
    width: 100%;
  }

  .beboss-wide-layout .beboss-footer__btn-container {
    width: 100%;
  }

  .main-page {
    margin-top: 0;
  }

  .main-page__section {
    margin-top: 40px;
  }

  .main-page__section-link-container {
    margin-top: 20px;
  }

  .main-page__title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
  }

  .main-page__title-btn {
    margin-bottom: 0;
  }

  .main-page__qa-list .ot-ask__txt {
    font-size: 18px;
    line-height: 1.4;
  }

  .main-page__qa-side {
    margin-top: 20px;
  }

  .main-page__bi-cat {
    margin-bottom: 20px;
  }

  .main-page__beboss-app-b-bi {
    margin-top: 20px;
  }

  .main-page__beboss-app-b-fr {
    margin-top: 20px;
  }

  .main-page__beboss-app-b-kn {
    margin-top: 20px;
  }

  .main-page__beboss-app-b-gb {
    margin-top: 20px;
  }

  .main-page__fr-tab {
    margin-bottom: 0;
  }

  .main-page__fr-showcase {
    margin-top: 20px;
  }

  .main-page__kn-main {
    margin-top: 0;
  }

  .main-page__kn-rating {
    margin-top: 20px;
  }

  .main-page__kn-showcase {
    margin-top: 20px;
  }

  .main-page__kn-map.active .mp-kn-map__select-2 {
    width: calc(50% - 20px);
  }

  .main-page__gb-tab {
    margin-bottom: 0;
  }

  .main-page__gb-tab .bk-obj-2__title {
    white-space: normal;
    position: relative;
    overflow: hidden;
    max-height: 48px;
  }

  .main-page__gb-tab .bk-obj-2__text-container .font-normal-r {
    display: block;
    margin-top: 5px;
  }

  .main-page__gb-tab .bk-obj-2__right-container {
    display: none;
  }

  .main-page__gb-tab .bk-tab-list__item:nth-child(n + 4) {
    display: none;
  }

  .main-page__gb-stat {
    margin-top: 20px;
  }

  .main-page__gb-pr-allocation {
    margin-top: 20px;
  }

  .main-page__inv-new {
    margin-top: 20px;
  }

  .main-page__inv-active {
    margin-top: 20px;
  }

  .beboss-app-b {
    padding-top: 40px;
    padding-bottom: 110px;
  }

  .beboss-app-b__icon {
    width: 60px;
  }

  .beboss-app-b__title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }

  .beboss-app-b__name {
    font-size: 30px;
  }

  .beboss-app-b__btn {
    bottom: 40px;
  }

  .b__title.b__title_adaptive {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .pub-req-item__icon {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 13px;
    margin-right: 10px;
  }

  .pub-req-item__title {
    font-size: 18px;
    line-height: 1.4;
  }

  .pub-req-item__budget {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }

  .pub-req-item__date {
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
  }

  .pub-req-item__text-container {
    width: calc(100% - 60px);
  }

  .user-articles-list__item {
    margin-right: 20px;
  }

  .user-articles-list .bk-obj {
    width: 245px;
  }

  .user-articles-info__date {
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
  }

  .bk-tab-list__item_mobile-col .bk-obj-2__text-container {
    width: 100%;
  }

  .bk-tab-list__item_mobile-col .bk-obj-2__right-container {
    margin-left: 0;
    margin-top: 10px;
  }

  .bk-obj {
    /*&__statistics-item {
      .bk-item__txt {
        .font-normal-r;
      }
    }*/
    /*&__text {
      .font-normal-r;
    }*/
    /*.bk-item__txt_norm-2 {
      .font-normal-r;
    }*/
  }

  .bk-obj__title {
    font-size: 18px;
    line-height: 1.4;
  }

  .bk-obj-2 {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .bk-obj-2__title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .bk-obj-2__img-container {
    margin-right: 10px;
  }

  .bk-obj-2__text {
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
  }

  .bk-obj-2__text-container {
    margin-right: 0;
    width: calc(100% - 90px);
  }

  .bk-obj-2__right-container {
    margin-left: 90px;
  }

  .bk-obj-2__right-container .bk-item__txt {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }

  .bi-cat-item {
    width: 245px;
  }

  .bi-cat-item:hover .bi-cat-item__title {
    text-decoration: underline;
  }

  .bi-cat-item__title {
    position: static;
    color: #0088cc;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 15px;
  }

  .bi-cat-list__item {
    margin-right: 20px;
  }

  .mp-qa-list__place {
    font-size: 21px;
    top: 13px;
  }

  .mp-kn-chart-switch .tabs__btn {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }

  .mp-kn-chart__area {
    height: 60px;
  }

  .mp-kn-rating__title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .mp-kn-rating-item__img {
    width: 80px;
    margin-right: 10px;
  }

  .mp-kn-rating-item__title {
    font-size: 18px;
    line-height: 1.4;
  }

  .mp-kn-rating-item__value-num {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }

  .mp-kn-map__leg {
    max-width: 250px;
  }

  .mp-kn-map__leg-gradient {
    width: 90px;
  }

  .mp-kn-map__select-1 {
    top: 10px;
    left: 10px;
    width: calc(50% - 20px);
  }

  .mp-kn-map__select-2 {
    top: 10px;
    right: 10px;
    width: calc(50% - 20px);
  }

  .mp-stat-item__icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-top: 13px;
    padding-left: 13px;
  }

  .mp-stat-item__title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  .mp-stat-item__text {
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
  }

  .mp-stat-item__text-container {
    margin-top: -2px;
    width: calc(100% - 60px);
  }

  .mp-stat-list__item {
    margin-bottom: 15px;
  }

  .mp-pr-allocation__title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    line-height: 1.4;
  }

  .mp-pr-allocation__text {
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
  }

  .mp-pr-allocation__list {
    margin-top: 10px;
  }

  .mp-rating-entr__place {
    line-height: 50px;
    font-size: 21px;
  }

  .mp-dummy-slider {
    text-align: center;
  }

  .mp-dummy-slider__item {
    width: 280px;
  }

  .mp-dummy-slider__item:nth-child(4) {
    display: none;
  }

  .mp-entrepreneur_online .mp-entrepreneur__img::after {
    right: -3px;
    bottom: -3px;
  }

  .mp-entrepreneur_vip .mp-entrepreneur__name::before {
    top: 1px;
  }

  .mp-entrepreneur_small.mp-entrepreneur_vip .mp-entrepreneur__name {
    padding-left: 25px;
  }

  .mp-entrepreneur_small.mp-entrepreneur_vip .mp-entrepreneur__name:before {
    top: 2px;
    width: 20px;
    height: 20px;
    background-size: cover;
  }

  .mp-entrepreneur_small .mp-entrepreneur__name {
    font-size: 16px;
  }

  .mp-entrepreneur_lvl-elite .mp-entrepreneur__img {
    border-width: 4px;
  }

  .mp-entrepreneur_lvl-prof .mp-entrepreneur__img {
    border-width: 3px;
  }

  .mp-entrepreneur_normal .mp-entrepreneur__text-container {
    width: calc(100% - 60px);
  }

  .mp-entrepreneur.anonym .mp-entrepreneur__img {
    width: 50px;
    height: 50px;
    padding-top: 11px;
  }

  .mp-entrepreneur__img-container {
    width: 50px;
    margin-right: 10px;
  }

  .mp-entrepreneur__img img {
    width: 60px;
    height: 60px;
  }

  .mp-entrepreneur__name {
    font-size: 18px;
    line-height: 1.4;
  }

  .mp-entrepreneur__text {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }

  .mp-entrepreneur__text-container {
    width: calc(100% - 92px);
  }

  .mp-entrepreneur__lvl {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
  }

  .mp-entrepreneur__lvl-container {
    margin-top: 10px;
  }

  .mp-entrepreneur__exp-points {
    top: 2px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }

  .mp-entrepreneur__botton-container .mp-entrepreneur__owned-cmp {
    width: 100%;
  }

  .site-sections b {
    font-size: 24px;
    line-height: 1.2;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

/*Personal Area (Личный кабинет) grid*/

.pa__breadcrumbs {
  margin-top: 30px;
}

.pa__title {
  margin-top: 15px;
}

.pa__body {
  margin-top: 20px;
  margin-bottom: 30px;
}

.pa-content {
  *zoom: 1;
}

.pa-content:before,
.pa-content:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.pa-content__left {
  float: left;
  padding-right: 25px;
  width: 100%;
  max-width: 850px;
}

.pa-content__right {
  float: right;
  padding-left: 25px;
  width: 100%;
  max-width: 305px;
}

.pa-content__right + .pa-content__left {
  max-width: calc(100% - 305px);
}

.pa-content__right .pa-content__head {
  padding: 0 20px;
}

.pa-content__section_border {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-bottom: 20px;
}

.pa-content__section_border:first-of-type {
  margin-top: -1px;
}

.pa-content__section.shadow__default {
  border-radius: 20px;
}

.pa-content__list {
  margin-top: 10px;
}

.pa-content__item {
  padding: 20px;
}

.pa-content__search {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pa-content-head .bk-icon-a {
  display: none;
}

.pa-content-head .bk-dropdown__list {
  left: -10px;
}

.pa-content-head_editor-on .bk-icon-a {
  display: block;
}

.pa-content-head_editor-on .bk-icon-n {
  display: none;
}

.pa-content-body {
  padding: 20px;
}

.pa-content__dnd {
  width: 100%;
  height: 200px;
  background-color: #ECEEF2;
  border-radius: 10px;
}

.pa-obj__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.pa-obj__title_link {
  color: #0088cc;
}

.pa-obj__text {
  font-size: 18px;
  line-height: 1.4;
}

.pa-obj__bottom-container {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.pa-obj__body {
  display: flex;
}

.pa-obj__body_pl {
  position: relative;
  padding-left: 30px;
}

.pa-obj__img {
  width: 160px;
  position: relative;
}

.pa-obj__img img {
  width: 100%;
  border-radius: 10px;
}

.pa-obj__img-label {
  position: absolute;
  left: 5px;
  bottom: 5px;
  max-width: calc(100% - 10px);
  background-color: #eceef2;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 8px;
  padding-right: 8px;
  user-select: none;
}

.pa-obj__content {
  min-width: 0;
  width: calc(100% - 35px);
}

.pa-obj__archive-label {
  position: absolute;
  top: 65px;
  left: 58px;
  width: 84px;
  height: 30px;
  padding: 3px 10px 5px;
  text-align: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  user-select: none;
  z-index: 101;
}

.pa-obj-media {
  display: flex;
}

.pa-obj-media__media {
  margin-right: 20px;
}

.pa-obj-media__body {
  min-width: 0;
  width: calc(100% - 180px);
}

.pa-obj-media__body:not(:last-child) {
  margin-right: 20px;
}

.pa-obj-media__body .pa-obj__text {
  margin-top: 4px;
}

.pa-obj-list {
  display: flex;
  margin-left: -70px;
}

.pa-obj-list__item {
  margin-left: 70px;
}

.pa-obj-card {
  position: relative;
  width: 168px;
  height: 112px;
  margin-right: 16px;
  border-radius: 10px;
  background-color: #eceef2;
  float: left;
}

.pa-obj-card .pa-obj-card__icon {
  position: absolute;
  top: 8px;
  right: 8px;
}

.pa-obj-card .font-normal-r {
  position: absolute;
  right: 8px;
  bottom: 8px;
}

.pa-search .main-search__icon {
  left: 15px;
}

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

.pa-rating__item {
  margin-top: 20px;
  width: calc(50% - 10px);
}

.pa-rating__item_entrepreneur {
  width: 100%;
  margin-top: 0;
}

.pa-rating__item_entrepreneur .mp-entrepreneur__lvl-container {
  display: block;
  width: auto;
}

.pa-tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  font-size: 0;
}

.pa-tag-list__item {
  margin-left: 5px;
  margin-bottom: 5px;
}

.pa-blog .public-blog__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pa-blog .public-blog__title:before,
.pa-blog .public-blog__title:after {
  content: none;
}

.pa-blog .public-blog__date {
  display: inline-block;
  font-size: 18px;
  line-height: 23px;
  vertical-align: middle;
}

.pa-blog .public-blog__date-wrap {
  font-size: 0;
  margin-top: 0;
  white-space: nowrap;
}

.pa-blog .public-blog__date-wrap i {
  vertical-align: middle;
  margin-right: 8px;
}

.pa-blog .public-blog__img {
  padding-top: 0;
}

.pa-blog .public-blog__img:hover ~ .public-blog__content .glob-link {
  text-decoration: underline;
}

.pa-blog .statistics__value {
  font-size: 18px;
  line-height: 24px;
}

.pa-blog .statistics__icon {
  margin-right: 8px;
}

.pa-qa-block .ot-item {
  padding-top: 0 !important;
}

.pa-user-awards {
  display: flex;
  flex-wrap: wrap;
  margin-top: -15px;
  margin-left: -15px;
}

.pa-user-awards_big {
  display: block;
  margin-top: -20px;
  margin-left: 0;
}

.pa-user-awards_big .pa-user-awards__item {
  width: 32%;
  margin: 20px 1% 0 1%;
  float: left;
}

.pa-user-awards_big .pa-user-awards__item:nth-of-type(3n + 1) {
  margin-left: 0;
}

.pa-user-awards_big .pa-user-awards__item:nth-of-type(3n) {
  margin-right: 0;
}

.pa-user-awards_big .pa-user-awards__img {
  position: relative;
  width: 100px;
  margin: 0 auto;
}

.pa-user-awards__item {
  margin-top: 15px;
  margin-left: 15px;
}

.pa-user-awards__img {
  width: 70px;
}

.pa-user-awards__text {
  font-size: 18px;
  line-height: 1.4;
  line-height: 26px;
  text-align: center;
}

.pa-back-edit {
  text-align: center;
  padding: 18px 15px;
  font-size: 18px;
  line-height: 1.4;
  line-height: 24px;
  border-top: 1px solid #CCCCCC;
}

.pa-back-edit .bk-item {
  display: inline-flex;
  vertical-align: bottom;
  padding: 0 8px;
}

.pa-back-edit .bk-item__icon {
  height: 24px;
}

.pa-back-edit .bk-item__txt {
  font-size: 18px;
  line-height: 1.4;
  line-height: 23px;
  padding-left: 8px;
}

.pa-like-awards__img {
  width: 100px;
  margin: 0 auto;
}

.pa-like-awards__text {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

.pa-awards__img {
  width: 100px;
}

.pa-awards__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 30px;
  margin-top: 15px;
}

.pa-awards__text {
  font-size: 18px;
  line-height: 1.4;
  line-height: 26px;
  margin-top: 5px;
}

.pa-subscribe {
  padding: 12px 0;
  font-size: 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.pa-subscribe-left {
  display: inline-block;
  width: calc(100% - 160px);
  vertical-align: middle;
}

.pa-subscribe-right {
  display: inline-block;
  width: 160px;
  vertical-align: middle;
}

.pa-subscribe__btn {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 8px 15px 8px 10px;
  border-radius: 6px;
  font-size: 0;
  line-height: 24px;
  vertical-align: middle;
  cursor: pointer;
}

.pa-subscribe__btn:hover {
  background-color: rgba(30, 158, 30, 0.1);
}

.pa-subscribe__btn_del .elem-hover {
  display: none;
}

.pa-subscribe__btn_del:hover {
  background-color: rgba(255, 69, 69, 0.1);
}

.pa-subscribe__btn_del:hover .elem-norm {
  display: none;
}

.pa-subscribe__btn_del:hover .elem-hover {
  display: inline-block;
}

.pa-subscribe__btn i {
  margin-right: 8px;
  vertical-align: middle;
}

.pa-subscribe__btn span {
  font-size: 16px;
  vertical-align: middle;
}

.pa__bilbord {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 15px;
  margin-top: 15px;
  border-radius: 10px;
  background-color: #eceef2;
}

.pa__bilbord-text strong {
  font-size: 1.125rem;
}

.pa__bilbord-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #00B4F0;
  border-radius: 50%;
  margin-right: 15px;
}

.pa__bilbord .button {
  margin-left: auto;
}

.pa__bilbord .button .bk-item__icon {
  margin-left: 15px;
}

.pa__specification {
  margin-top: 15px;
  font-size: 1rem;
}

.pa__specification p {
  display: inline;
}

.pa__specification a {
  color: #0088CC;
}

.right-menu {
  border-radius: 10px;
  user-select: none;
}

.right-menu__head {
  padding: 0 20px;
  position: relative;
}

.right-menu__body {
  padding: 10px;
}

.right-menu__btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

.right-menu__arrow {
  display: none;
  font-size: 0;
}

.right-menu__button {
  margin: 20px 10px 10px 10px;
}

.credit-card .m-t5 {
  margin-top: 4px;
}

.credit-card__default {
  display: flex;
  align-items: center;
  margin-top: 4px;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  cursor: default;
  background-color: transparent;
  border: none;
}

.credit-card__default i {
  margin-right: 8px;
  opacity: 0.2;
}

.ld-item-body_not-default .credit-card__default {
  opacity: 0;
  transition: opacity 0.2s linear;
  cursor: pointer;
}

.ld-item-body_not-default .credit-card__default i {
  transition: opacity 100ms linear;
}

.ld-item-body_not-default .credit-card__default span {
  opacity: 0.5;
  transition: opacity 100ms linear;
}

.ld-item-body_not-default .credit-card__default:hover i {
  opacity: 0.5;
}

.ld-item-body_not-default .credit-card__default:hover span {
  opacity: 1;
}

.ld-item-body_not-default:hover .credit-card__default {
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .pa-content {
    flex-direction: column;
  }

  .pa-content__left {
    max-width: none;
    float: none;
    padding-right: 0;
  }

  .pa-content__right {
    max-width: none;
    float: none;
    padding-left: 0;
    margin-bottom: 10px;
  }

  .pa-content__right + .pa-content__left {
    max-width: none;
  }

  .pa-content-head .bk-dropdown__list {
    left: auto;
    right: -10px;
  }

  .pa__bilbord {
    flex-wrap: wrap;
  }

  .pa__bilbord-text {
    width: calc(100% - 70px);
  }

  .pa__bilbord .button {
    margin-top: 10px;
    margin-left: 0;
  }

  .right-menu {
    background-color: #eceef2;
  }

  .right-menu .beboss-menu__item:hover {
    background-color: #ffffff;
  }

  .right-menu .bk-head-block {
    border-bottom-color: transparent;
  }

  .right-menu.active .bk-head-block {
    border-bottom-color: rgba(0, 0, 0, 0.2);
  }

  .right-menu.active .right-menu__arrow_up {
    display: block;
  }

  .right-menu.active .right-menu__arrow_down {
    display: none;
  }

  .right-menu__arrow_down {
    display: block;
  }

  .right-menu__body {
    display: none;
  }

  .right-menu__head {
    cursor: pointer;
  }

  .right-menu__btn {
    display: block;
  }
}

@media screen and (max-width: 788px) {
  .pa-rating__item_entrepreneur .mp-entrepreneur__lvl-container {
    margin-top: 0;
  }

  .pa-blog .public-blog__title {
    flex-direction: column;
  }

  .pa-blog .public-blog__date-wrap {
    display: block;
    width: 100%;
    margin-top: 10px;
  }

  .pa-subscribe-left {
    width: calc(100% - 175px);
    margin-right: 15px;
  }

  .ld-item-body_not-default .credit-card__default {
    opacity: 1;
  }
}

@media screen and (max-width: 530px) {
  .pa__breadcrumbs {
    margin-top: 15px;
  }

  .pa__title {
    margin-top: 10px;
  }

  .pa__body {
    margin-top: 10px;
  }

  .pa-content__right {
    margin-bottom: 5px;
  }

  .pa-content__list {
    margin-top: 0;
  }

  .pa-content__item {
    padding: 15px 0;
  }

  .pa-content-head .bk-head-block__left {
    padding-left: 0;
  }

  .pa-content-head .bk-checkbox {
    display: none;
  }

  .pa-content-head_editor-on .bk-head-block__left {
    padding-left: 30px;
  }

  .pa-content-head_editor-on .bk-checkbox {
    display: block;
  }

  .pa-content-body {
    padding-left: 0;
    padding-right: 0;
  }

  .pa-content-body .publ-news-item {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }

  .pa-content-body .publ-news-item .bk-obj {
    max-width: 100%;
  }

  .pa-content-body .publ-news-item .bk-obj__img {
    max-width: 160px;
  }

  .pa-content__section_border .pa-content__body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pa-obj {
    padding: 10px;
    width: calc(100% + 20px);
    margin-left: -10px;
    border-radius: 0;
    position: relative;
  }

  .pa-obj_editor-on .pa-obj__label {
    display: block;
  }

  .pa-obj_editor-on .pa-obj__body {
    padding-left: 30px;
  }

  .pa-obj_editor-on .pa-obj__checkbox {
    display: block;
  }

  .pa-obj_editor-on .pa-obj__right {
    display: none;
  }

  .pa-obj__content {
    margin-right: 0;
  }

  .pa-obj__body {
    padding-left: 0;
  }

  .pa-obj__title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
  }

  .pa-obj__text {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }

  .pa-obj__bottom-container {
    flex-wrap: wrap;
    margin-top: 5px;
  }

  .pa-obj-media {
    display: block;
  }

  .pa-obj-media__body {
    width: 100%;
    margin-top: 10px;
  }

  .pa-obj-media__body .pa-obj__title {
    margin-bottom: 0;
  }

  .pa-obj-media__body .pa-obj__text {
    margin-top: 0;
  }

  .pa-obj-media__media ~ .pa-obj-media__body .pa-obj__title {
    padding-right: 0;
  }

  .pa-obj__archive-label {
    top: 55px;
    left: 48px;
  }

  .pa-rating__item {
    width: 100%;
  }

  .pa-rating__item .bk-media-obj__media {
    display: none;
  }

  .pa-rating__item .bk-media-obj__body {
    margin-left: 0;
  }

  .pa-back-edit {
    padding: 10px;
    font-size: 16px;
  }

  .pa-back-edit .bk-item__txt {
    font-size: 16px;
  }

  .pa-user-awards_big .pa-user-awards__item {
    width: 49%;
    margin: 20px 1% 0 1%;
  }

  .pa-user-awards_big .pa-user-awards__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }

  .pa-user-awards_big .pa-user-awards__item:nth-of-type(2n) {
    margin-right: 0;
  }

  .pa-subscribe-left {
    width: calc(100% - 55px);
  }

  .pa-subscribe-right {
    width: 40px;
  }

  .pa-subscribe__btn {
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  .pa-subscribe__btn span {
    display: none;
  }

  .right-menu__head {
    padding: 0 15px;
  }

  .right-menu__body {
    padding: 5px;
  }
}

@media screen and (max-width: 420px) {
  .pa-obj-card {
    float: none;
    margin-bottom: 10px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

/*Справочная служба БИБОСС*/

.glob-h2text {
  display: block;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.glob-h2text_indent-top {
  margin-top: 30px;
}

.glob-stext {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.glob-stext_indent {
  margin-bottom: 30px;
}

.glob-stext_indent:last-of-type {
  margin-bottom: 45px;
}

.columns-adresses {
  display: flex;
  justify-content: space-between;
}

.columns-adresses__download-logos {
  margin-top: 30px;
  margin-left: 20px;
}

.download-logos {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  padding-top: 10px;
  padding-right: 29px;
  padding-left: 18px;
  padding-bottom: 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.download-logos__title {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
}

.download-logos__logo {
  margin-left: 32px;
  margin-right: auto;
  margin-bottom: 24px;
}

.download-logos__list {
  padding-left: 32px;
}

.download-logos__item {
  position: relative;
}

.download-logos__item .icon-24_gray_file {
  position: absolute;
  content: "";
  top: 2px;
  left: -32px;
}

.download-logos__item:not(:last-child) {
  margin-bottom: 8px;
}

.download-logos__text {
  line-height: 20px;
  color: #333333;
}

.download-logos__link {
  line-height: 20px;
  color: #0088CC;
}

.download-logos__link :hover {
  text-decoration: underline;
}

/*О портале*/

.content__minus-menu {
  margin-left: 300px;
}

.bb-about_head {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  color: #000;
}

.bb-about-head__bg {
  position: absolute;
  width: 100%;
  height: 53%;
  background: linear-gradient(360deg, #ECEEF2 0%, rgba(236, 238, 242, 0) 100%);
  background-size: cover;
}

.bb-about-head__logo {
  margin: 80px 0 30px;
}

.bb-about-head__logo .icon-logo_square {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: 100%;
  vertical-align: middle;
}

.bb-about-head__htext {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  font-size: 50px;
  font-weight: bold;
  margin-left: 10px;
}

.bb-about-head__stext {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  font-weight: bold;
}

.bb-about-head__ptext {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  padding-top: 18px;
}

.bb-about-head__description {
  margin: 50px 0 50px;
}

.bb-about-head__link .bb-about-head__icon {
  transform: translateY(0);
  transition: transform ease 0.5s;
}

.bb-about-head__link:hover .bb-about-head__icon {
  transform: translateY(-5px);
}

.bb-about-head__link:hover .bb-about-head__text {
  text-decoration: underline;
}

.bb-about-head__link.object-icons {
  width: 72px;
  height: 72px;
}

.bb-about-head__link.object-icons object {
  pointer-events: none;
}

.bb-about-head__link.object-icons:hover {
  text-decoration: none;
}

.bb-about-head__icon {
  display: block;
  margin: 0 auto 23px;
  height: 103px;
  background-position-y: 100%;
}

.bb-about-head__number {
  display: block;
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 45px;
}

.bb-about-head__text {
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 26px;
}

.bb-about-head__video {
  margin-top: 60px;
}

.bb-about-head__video .container {
  margin: 0 auto;
  width: 656px;
  height: 369px;
}

.bb-about-head__video .about-bb__video {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bb-about-head__video .about-bb__video-circle {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  bottom: 74px;
  left: 50%;
  margin-left: -32px;
  background-color: #ffffff;
  border-radius: 50%;
}

.bb-about-head__video .about-bb__video-circle:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 22px;
  width: 26px;
  height: 30px;
  background-image: url(/img/other/play.png);
}

.bb-about-head__video .about-bb__video-frame {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.bb-about-head__video .about-bb__video iframe {
  border-radius: 16px;
}

.about-info__item {
  *zoom: 1;
  width: 100%;
}

.about-info__item:before,
.about-info__item:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.about-info__item:nth-last-of-type(2n) {
  background-color: #f5f5f5;
}

.about-info__content {
  display: flex;
}

.about-info__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(50% - 10px);
}

.about-info__block_left {
  order: 1;
}

.about-info__block_right {
  order: 2;
}

.about-info__h3text {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 15px;
}

.about-info__h3text_mobille {
  display: none;
}

.about-info__text {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 30px;
}

.about-info__btn {
  margin-bottom: 30px;
}

.about-info__btn a:first-child {
  margin-bottom: 20px;
}

.about-info__img {
  margin: 50px auto 0;
  width: 100%;
}

.about-info__img img {
  width: 100%;
  height: 100%;
}

.about-info__img_mobile {
  max-width: 310px;
  max-height: 233px;
  margin-top: 67px;
  margin-bottom: 57px;
}

.about-info__img_rating {
  max-width: 323px;
  max-height: 237px;
  margin-bottom: 49px;
}

.about-info__img_books {
  max-width: 444px;
  max-height: 360px;
  margin-bottom: 8px;
}

.about-info__img_online {
  max-width: 318px;
  max-height: 279px;
  margin-bottom: 52px;
}

.about-info__img_offline {
  max-width: 581px;
  max-height: 336px;
  margin-top: 74px;
}

.bb-about.bb-about__history {
  background-color: #f5f5f5;
}

.about__h2text {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
  padding-top: 41px;
}

.about__h2text_white {
  color: #ffffff;
  padding-top: 63px;
}

.about__h2text_love-job {
  padding: 51px 0 21px;
}

.about-history {
  margin: 71px 0 65px;
}

.about-history__item {
  *zoom: 1;
  min-height: 108px;
}

.about-history__item:before,
.about-history__item:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.about-history__item:nth-child(2n) .history-events {
  float: right;
}

.about-history__link {
  width: calc(100% - 200px);
  float: right;
}

.about-history__link:hover ~ .history-year {
  color: #fa961e;
}

.about-history__link:hover ~ .history-year:after {
  background-color: #fa961e;
}

.history-year {
  position: relative;
  width: 140px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 28.8px;
  color: #c5c4c5;
  float: left;
  padding-bottom: 6px;
}

.history-year:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #c6c6c5;
}

.history-year:hover {
  color: #fa961e;
}

.history-year:hover:after {
  background-color: #fa961e;
}

.history-events {
  width: 480px;
  margin-top: 8px;
}

.history-events__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}

.history-events__icon_2006 {
  background-color: #3e4395;
}

.history-events__icon_2007 {
  background-color: #2b52a0;
}

.history-events__icon_2008 {
  background-color: #2e66af;
}

.history-events__icon_2009 {
  background-color: #00b0a6;
}

.history-events__icon_2010 {
  background-color: #9dc423;
}

.history-events__icon_2011 {
  background-color: #44ad53;
}

.history-events__icon_2012 {
  background-color: #e23134;
}

.history-events__icon_2013 {
  background-color: #ef7b1a;
}

.history-events__icon_2014 {
  background-color: #f0dc04;
}

.history-events__icon_2015 {
  background-color: #df3571;
}

.history-events__icon_2016 {
  background-color: #9f3370;
}

.history-events__icon_2017 {
  background-color: #e6e614;
}

.history-events__icon_2018 {
  background-color: #00B4F0;
}

.history-events__icon_2019 {
  background-color: #FFBE0A;
}

.history-events__info {
  padding-top: 7px;
  padding-left: 70px;
}

.history-events__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.history-events__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #575756;
  margin-top: 5px;
}

.bb-about__auditory {
  padding: 11px 0 70px;
}

.about-auditory__text {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  padding: 10px 0 32px;
  text-align: center;
}

.bb-about__team {
  position: relative;
}

.about-team__bg {
  width: 100%;
  min-height: 830px;
  background: url("/img/about/team_bg_new.jpg") no-repeat 50%;
  background-size: cover;
}

.about-team__bg-black {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
}

.about-team__list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 64px auto 0;
}

.about-team__item {
  width: 220px;
  margin: 0 40px 40px 40px;
  text-align: center;
}

.about-team__item:hover .about-team__number {
  transform: translateY(-5px);
}

.about-team__number {
  display: block;
  font-size: 81px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 96px;
  color: #00b4f0;
  transition: transform ease 0.5s;
}

.about-team__stext {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
}

.about-team__photo-list {
  *zoom: 1;
}

.about-team__photo-list:before,
.about-team__photo-list:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.about-team__photo-item {
  width: 25%;
  float: left;
}

.about-team__photo-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 78%;
  overflow: hidden;
}

.about-team__photo-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: all linear 0.2s;
}

.about-team__photo-link:hover img {
  width: 106%;
  height: 106%;
}

.bb-about__love-job {
  text-align: center;
}

.about-love-job__photo {
  margin-bottom: 30px;
}

.about-love-job__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.about-love-job__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: all linear 0.2s;
}

.about-love-job__link:hover img {
  width: 106%;
  height: 106%;
}

.bb-about__recall {
  position: relative;
  padding: 9px 0 60px;
  text-align: center;
}

.bb-about__recall .bx-wrapper {
  width: 980px !important;
  margin: 20px auto 66px;
  z-index: 1;
}

.bb-about__recall .bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
}

.bb-about__recall .bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff;
  border: 2px solid #aaaaaa;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  opacity: 0.8;
}

.bb-about__recall .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #aaaaaa;
}

.bb-about__recall .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #aaaaaa;
}

.bb-about__recall .bx-controls {
  display: block;
}

.about-recall__text {
  position: relative;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding: 17px 20px;
  background-color: #f5f5f5;
  text-align: left;
  margin-bottom: 41px;
}

.about-recall__text:after {
  content: '';
  position: absolute;
  bottom: -17.5px;
  left: 50%;
  margin-left: -17.5px;
  width: 35px;
  height: 35px;
  background-color: #f5f5f5;
  transform: rotate(45deg);
  z-index: -1;
}

.about-recall__img {
  width: 114px;
  height: 114px;
  border-radius: 50%;
  border: 7px solid #00b4f0;
  margin: 0 auto 10px;
  overflow: hidden;
}

.about-recall__name {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 2px;
}

.about-recall__description {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #6f6f6e;
  margin-bottom: 24px;
}

.about-recall__controls {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.about-recall__controls span {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  display: block;
  width: 20px;
  height: 20px;
  border-top: 5px solid #aaa;
  border-left: 5px solid #aaa;
}

.about-recall__controls span:hover {
  border-color: #00b4f0;
  cursor: pointer;
}

.about-recall__controls-prev {
  left: 4px;
  transform: rotate(-45deg);
}

.about-recall__controls-next {
  right: 4px;
  transform: rotate(135deg);
}

.about-recall__btn {
  position: relative;
  z-index: 1;
}

/* Подать объявление */

.post-give__h1text {
  padding-top: 32px;
  padding-bottom: 16px;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
}

.post-give__link {
  display: block;
  overflow: hidden;
}

.post-give__link:hover .post-give__item:before {
  background-color: transparent;
}

.post-give__link:hover .post-give__bottom {
  transform: translateY(0);
}

.post-give__link:hover .post-give__btn {
  opacity: 1;
  transition: opacity 0.1s 0.2s;
}

.post-give__item {
  position: relative;
  border-radius: 5px;
}

.post-give__item img {
  width: 100%;
  height: auto;
}

.post-give__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background 0.3s;
}

.post-give__count {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 25px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  background-color: #fb961e;
  border-radius: 5px;
  color: white;
  padding: 0 5px;
}

.post-give__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 101%;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 16px 10px 20px;
  transform: translate3d(0, 45px, 0);
  transition: 0.3s;
}

.post-give__h2text {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 7px;
}

.post-give__text {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
}

.post-give__btn {
  margin-top: 15px;
  opacity: 0;
  transition: opacity 0.1s 0s;
}

.post-give__add-bid {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 360px;
  height: 60px;
  margin: 55px auto 100px;
  border-radius: 5px;
  background-color: #0d972b;
  padding: 0 20px 0 10px;
}

.post-give__add-bid:hover {
  background-color: #0b7422;
}

.post-give__btn-icon {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 15px;
}

.post-give__btn-icon .icon-20_horn_white {
  margin-top: -1px;
}

.post-give__btn-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #fff;
}

.post-give__btn-text br {
  display: none;
}

.post-item hr {
  margin-top: 32px;
  margin-bottom: 32px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.post-item__info {
  display: block;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.post-item__list {
  margin-bottom: 32px;
}

.post-item__list li {
  position: relative;
  max-width: 352px;
  min-height: 120px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.post-item__list li:hover .post-item__link,
.post-item__list li:focus .post-item__link,
.post-item__list li:active .post-item__link {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  transition: all .3s;
  transform: translateY(-10px);
}

.post-item__list li:hover .post-item__link:after,
.post-item__list li:focus .post-item__link:after,
.post-item__list li:active .post-item__link:after {
  opacity: 0.5;
}

.post-item__list h3 {
  font-size: 16px;
  line-height: 1.5;
}

.post-item__link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 46px 24px 112px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(0px);
  transition: all .3s;
  border-radius: 10px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.post-item__link_qa:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2272%22%20height%3D%2272%22%20viewBox%3D%220%200%2072%2072%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M70%2053.3186C70%2053.3186%2065.5703%2045.5767%2054%2045.5767C42.4297%2045.5767%2038%2053.3186%2038%2053.3186V59.125H70V53.3186Z%22%20fill%3D%22%23455A64%22%2F%3E%0D%0A%3Cpath%20d%3D%22M34%2044.2095C34%2044.2095%2034%2051.9514%2026%2051.9514C18%2051.9514%2018%2044.2095%2018%2044.2095%22%20fill%3D%22%23FF9800%22%2F%3E%0D%0A%3Cpath%20d%3D%22M50%2057.6368C50%2057.6368%2043.3594%2042.2739%2026%2042.2739C8.64063%2042.2739%202%2057.6368%202%2057.6368V65.4997H50V57.6368Z%22%20fill%3D%22%23607D8B%22%2F%3E%0D%0A%3Cpath%20d%3D%22M42%2027.7582C42%2029.361%2040.6563%2030.6614%2039%2030.6614C37.3438%2030.6614%2036%2029.361%2036%2027.7582C36%2026.1554%2037.3438%2024.855%2039%2024.855C40.6563%2024.855%2042%2026.1554%2042%2027.7582Z%22%20fill%3D%22%23FFA726%22%2F%3E%0D%0A%3Cpath%20d%3D%22M16%2027.7582C16%2029.361%2014.6563%2030.6614%2013%2030.6614C11.3438%2030.6614%2010%2029.361%2010%2027.7582C10%2026.1554%2011.3438%2024.855%2013%2024.855C14.6563%2024.855%2016%2026.1554%2016%2027.7582Z%22%20fill%3D%22%23FFA726%22%2F%3E%0D%0A%3Cpath%20d%3D%22M57.9987%2039.77H49.9987V45.5765C49.9987%2045.5765%2049.7565%2049.4474%2053.9206%2049.4474C58.0847%2049.4474%2057.9987%2045.5765%2057.9987%2045.5765V39.77Z%22%20fill%3D%22%23FF9800%22%2F%3E%0D%0A%3Cpath%20d%3D%22M26%2051.9516C18%2051.9516%2018%2044.2097%2018%2044.2097V36.4678H34V44.2097C34%2044.2097%2034%2051.9516%2026%2051.9516Z%22%20fill%3D%22%23FF9800%22%2F%3E%0D%0A%3Cpath%20d%3D%22M54%2043.6409C48.4844%2043.6409%2044%2039.3012%2044%2033.9635C44%2028.6258%2048.4844%2024.2861%2054%2024.2861C59.5156%2024.2861%2064%2028.6258%2064%2033.9635C64%2039.3012%2059.5156%2043.6409%2054%2043.6409Z%22%20fill%3D%22%23FFB74D%22%2F%3E%0D%0A%3Cpath%20d%3D%22M40%2020.364C40%208.98555%2012%2012.9548%2012%2020.364V28.862C12%2036.2637%2018.2656%2042.2743%2026%2042.2743C33.7344%2042.2743%2040%2036.2637%2040%2028.862V20.364Z%22%20fill%3D%22%23FFB74D%22%2F%3E%0D%0A%3Cpath%20d%3D%22M53.5625%2020.4155C48.6875%2020.8389%2044%2024.1504%2044%2031.2043V33.9639L46%2035.8993V30.0929L58.6172%2025.8364L62%2030.0929V35.8993L64%2033.9639V31.6353C64%2026.9629%2063.7266%2023.5002%2058%2022.351L57.0313%2020.4155H53.5625Z%22%20fill%3D%22%23424242%22%2F%3E%0D%0A%3Cpath%20d%3D%22M26%205.5C16.2813%205.5%2010%2013.8467%2010%2021.3165V24.8548L14%2028.7257V20.9838L32.3985%2015.1774L38%2020.9838V28.7257L42%2024.8548V23.2898C42%2017.0599%2040.3438%2010.1194%2032.3985%208.59223L30.7969%205.5H26Z%22%20fill%3D%22%23424242%22%2F%3E%0D%0A%3Cpath%20d%3D%22M30%2026.7905C30%2027.8565%2030.8984%2028.7259%2032%2028.7259C33.1016%2028.7259%2034%2027.8565%2034%2026.7905C34%2025.7244%2033.1016%2024.855%2032%2024.855C30.8984%2024.855%2030%2025.7244%2030%2026.7905Z%22%20fill%3D%22%23784719%22%2F%3E%0D%0A%3Cpath%20d%3D%22M18%2026.7905C18%2027.8565%2018.8984%2028.7259%2020%2028.7259C21.1016%2028.7259%2022%2027.8565%2022%2026.7905C22%2025.7244%2021.1016%2024.855%2020%2024.855C18.8984%2024.855%2018%2025.7244%2018%2026.7905Z%22%20fill%3D%22%23784719%22%2F%3E%0D%0A%3Cpath%20d%3D%22M56.75%2034.5C56.75%2035.1885%2057.3115%2035.75%2058%2035.75C58.6885%2035.75%2059.25%2035.1885%2059.25%2034.5C59.25%2033.8115%2058.6885%2033.25%2058%2033.25C57.3115%2033.25%2056.75%2033.8115%2056.75%2034.5Z%22%20fill%3D%22%23784719%22%2F%3E%0D%0A%3Cpath%20d%3D%22M48.75%2034.5C48.75%2035.1885%2049.3115%2035.75%2050%2035.75C50.6885%2035.75%2051.25%2035.1885%2051.25%2034.5C51.25%2033.8115%2050.6885%2033.25%2050%2033.25C49.3115%2033.25%2048.75%2033.8115%2048.75%2034.5Z%22%20fill%3D%22%23784719%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 72px;
  height: 72px;
}

.post-item__link_kn:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2272%22%20height%3D%2272%22%20viewBox%3D%220%200%2072%2072%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M9.04883%2027H63.0488V58H9.04883V27Z%22%20fill%3D%22%23CFD8DC%22%2F%3E%0D%0A%3Cpath%20d%3D%22M9.04688%2058H63.0469V61C63.0469%2062.6569%2061.7037%2064%2060.0469%2064H12.0469C10.39%2064%209.04688%2062.6569%209.04688%2061V58Z%22%20fill%3D%22%23B0BEC5%22%2F%3E%0D%0A%3Cpath%20d%3D%22M17%2036H55V64H17V36Z%22%20fill%3D%22%23E3F2FD%22%2F%3E%0D%0A%3Cpath%20d%3D%22M19%2038H35V64H19V38Z%22%20fill%3D%22%2364B5F6%22%2F%3E%0D%0A%3Cpath%20d%3D%22M37%2038H53V64H37V38Z%22%20fill%3D%22%2364B5F6%22%2F%3E%0D%0A%3Cpath%20d%3D%22M19%2038H53L19%2054V38Z%22%20fill%3D%22%232196F3%22%2F%3E%0D%0A%3Cpath%20d%3D%22M35%2038H37V64H35V38Z%22%20fill%3D%22%231976D2%22%2F%3E%0D%0A%3Cpath%20d%3D%22M42%2053.5C42%2054.3284%2041.3284%2055%2040.5%2055C39.6716%2055%2039%2054.3284%2039%2053.5C39%2052.6716%2039.6716%2052%2040.5%2052C41.3284%2052%2042%2052.6716%2042%2053.5ZM33%2053.5C33%2054.3284%2032.3284%2055%2031.5%2055C30.6716%2055%2030%2054.3284%2030%2053.5C30%2052.6716%2030.6716%2052%2031.5%2052C32.3284%2052%2033%2052.6716%2033%2053.5Z%22%20fill%3D%22%231976D2%22%2F%3E%0D%0A%3Cpath%20d%3D%22M9%2011C9%209.34315%2010.3432%208%2012%208H60C61.6569%208%2063%209.34315%2063%2011V16H9V11Z%22%20fill%3D%22%23FF5722%22%2F%3E%0D%0A%3Cpath%20d%3D%22M9%2016H17L14%2028H5L9%2016Z%22%20fill%3D%22%23FFC107%22%2F%3E%0D%0A%3Cpath%20d%3D%22M14%2028C14%2030.4853%2011.9853%2032.5%209.5%2032.5C7.01472%2032.5%205%2030.4853%205%2028C6.875%2028%207.38972%2028%209.875%2028C12.3603%2028%2012.875%2028%2014%2028Z%22%20fill%3D%22%23FFA000%22%2F%3E%0D%0A%3Cpath%20d%3D%22M23%2028C23%2030.4853%2020.9853%2032.5%2018.5%2032.5C16.0147%2032.5%2014%2030.4853%2014%2028C15.875%2028%2016.3897%2028%2018.875%2028C21.3603%2028%2021.875%2028%2023%2028Z%22%20fill%3D%22%23D84315%22%2F%3E%0D%0A%3Cpath%20d%3D%22M32%2028C32%2030.4853%2029.9853%2032.5%2027.5%2032.5C25.0147%2032.5%2023%2030.4853%2023%2028C24.875%2028%2025.3897%2028%2027.875%2028C30.3603%2028%2030.875%2028%2032%2028Z%22%20fill%3D%22%23FFA000%22%2F%3E%0D%0A%3Cpath%20d%3D%22M40%2028C40%2030.4853%2038.2091%2032.5%2036%2032.5C33.7909%2032.5%2032%2030.4853%2032%2028C33.6667%2028%2034.1242%2028%2036.3333%2028C38.5425%2028%2039%2028%2040%2028Z%22%20fill%3D%22%23D84315%22%2F%3E%0D%0A%3Cpath%20d%3D%22M49%2028C49%2030.4853%2046.9853%2032.5%2044.5%2032.5C42.0147%2032.5%2040%2030.4853%2040%2028C41.875%2028%2042.3897%2028%2044.875%2028C47.3603%2028%2047.875%2028%2049%2028Z%22%20fill%3D%22%23FFA000%22%2F%3E%0D%0A%3Cpath%20d%3D%22M58%2028C58%2030.4853%2055.9853%2032.5%2053.5%2032.5C51.0147%2032.5%2049%2030.4853%2049%2028C50.875%2028%2051.3897%2028%2053.875%2028C56.3603%2028%2056.875%2028%2058%2028Z%22%20fill%3D%22%23D84315%22%2F%3E%0D%0A%3Cpath%20d%3D%22M67%2028C67%2030.4853%2064.9853%2032.5%2062.5%2032.5C60.0147%2032.5%2058%2030.4853%2058%2028C59.875%2028%2060.3897%2028%2062.875%2028C65.3603%2028%2065.875%2028%2067%2028Z%22%20fill%3D%22%23FFA000%22%2F%3E%0D%0A%3Cpath%20d%3D%22M17%2016H25L23%2028H14L17%2016Z%22%20fill%3D%22%23FF5722%22%2F%3E%0D%0A%3Cpath%20d%3D%22M25%2016H32V28H23L25%2016Z%22%20fill%3D%22%23FFC107%22%2F%3E%0D%0A%3Cpath%20d%3D%22M32%2016H40V28H32V16Z%22%20fill%3D%22%23FF5722%22%2F%3E%0D%0A%3Cpath%20d%3D%22M40%2016H47L49%2028H40V16Z%22%20fill%3D%22%23FFC107%22%2F%3E%0D%0A%3Cpath%20d%3D%22M47%2016H55L58%2028H49L47%2016Z%22%20fill%3D%22%23FF5722%22%2F%3E%0D%0A%3Cpath%20d%3D%22M55%2016H63L67%2028H58L55%2016Z%22%20fill%3D%22%23FFC107%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 72px;
  height: 72px;
}

.post-item__link_fr:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2272%22%20height%3D%2272%22%20viewBox%3D%220%200%2072%2072%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M31%2011C29.8954%2011%2029%2011.8954%2029%2013V17C29%2018.1046%2029.8954%2019%2031%2019H41C42.1046%2019%2043%2018.1046%2043%2017V13C43%2011.8954%2042.1046%2011%2041%2011H31ZM31%207H41C44.3137%207%2047%209.68629%2047%2013V17C47%2020.3137%2044.3137%2023%2041%2023H31C27.6863%2023%2025%2020.3137%2025%2017V13C25%209.68629%2027.6863%207%2031%207Z%22%20fill%3D%22%23424242%22%2F%3E%0D%0A%3Cpath%20d%3D%22M5%2023C5%2018.5817%208.58172%2015%2013%2015H59C63.4183%2015%2067%2018.5817%2067%2023V57C67%2061.4183%2063.4183%2065%2059%2065H13C8.58172%2065%205%2061.4183%205%2057V23Z%22%20fill%3D%22%23E65100%22%2F%3E%0D%0A%3Cpath%20d%3D%22M5%2023C5%2018.5817%208.58172%2015%2013%2015H59C63.4183%2015%2067%2018.5817%2067%2023V34C67%2038.4183%2063.4183%2042%2059%2042H13C8.58172%2042%205%2038.4183%205%2034V23Z%22%20fill%3D%22%23FF6E40%22%2F%3E%0D%0A%3Cpath%20d%3D%22M31%2035C31%2033.3432%2032.3432%2032%2034%2032H38C39.6568%2032%2041%2033.3432%2041%2035C41%2036.6568%2039.6568%2038%2038%2038H34C32.3432%2038%2031%2036.6568%2031%2035Z%22%20fill%3D%22%23FFF3E0%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 72px;
  height: 72px;
}

.post-item__link_gb:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2272%22%20height%3D%2272%22%20viewBox%3D%220%200%2072%2072%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M33%2057H39V50H33V57Z%22%20fill%3D%22%238D95C2%22%2F%3E%0D%0A%3Cpath%20d%3D%22M41%2062C41%2064.7614%2038.7614%2067%2036%2067C33.2386%2067%2031%2064.7614%2031%2062C31%2059.2386%2033.2386%2057%2036%2057C38.7614%2057%2041%2059.2386%2041%2062Z%22%20fill%3D%22%238D95C2%22%2F%3E%0D%0A%3Cpath%20d%3D%22M50%2056H22C20.3431%2056%2019%2057.3431%2019%2059C19%2060.6569%2020.3431%2062%2022%2062H50C51.6569%2062%2053%2060.6569%2053%2059C53%2057.3431%2051.6569%2056%2050%2056Z%22%20fill%3D%22%23E3E5F3%22%2F%3E%0D%0A%3Cpath%20d%3D%22M55%2062C55%2064.7614%2052.7614%2067%2050%2067C47.2386%2067%2045%2064.7614%2045%2062C45%2059.2386%2047.2386%2057%2050%2057C52.7614%2057%2055%2059.2386%2055%2062ZM27%2062C27%2064.7614%2024.7614%2067%2022%2067C19.2386%2067%2017%2064.7614%2017%2062C17%2059.2386%2019.2386%2057%2022%2057C24.7614%2057%2027%2059.2386%2027%2062Z%22%20fill%3D%22%238D95C2%22%2F%3E%0D%0A%3Cpath%20d%3D%22M18.0768%2018.9137C17.9802%2018.5015%2017.9692%2018.0731%2018.0755%2017.6634C18.8016%2014.8652%2022.5568%203.6397%2036.0019%204.0089C49.3707%204.376%2053.1592%2014.9283%2053.9156%2017.6519C54.0318%2018.0704%2054.022%2018.5075%2053.9229%2018.9306L49.4868%2037.8658C48.6438%2041.4633%2045.5013%2044%2041.8875%2044H30.1162C26.5024%2044%2023.3599%2041.4633%2022.517%2037.8658L18.0768%2018.9137Z%22%20fill%3D%22%23D50000%22%2F%3E%0D%0A%3Cpath%20d%3D%22M49.4873%2037.8657C48.6444%2041.4632%2045.5019%2043.9999%2041.8881%2043.9999H30.1168C26.5029%2043.9999%2023.3604%2041.4632%2022.5176%2037.8657H49.4873Z%22%20fill%3D%22%23B71C1C%22%2F%3E%0D%0A%3Cpath%20d%3D%22M12.1355%2037.0285C11.5674%2034.8937%2012.8376%2032.7025%2014.9725%2032.1345C17.1073%2031.5665%2019.2985%2032.8366%2019.8665%2034.9715C21.1261%2039.7053%2025.412%2043%2030.3105%2043H41.6914C46.59%2043%2050.8759%2039.7053%2052.1355%2034.9715C52.7035%2032.8366%2054.8946%2031.5665%2057.0295%2032.1345C59.1644%2032.7025%2060.4345%2034.8937%2059.8665%2037.0285C57.6746%2045.2665%2050.216%2051%2041.6914%2051H30.3105C21.786%2051%2014.3274%2045.2665%2012.1355%2037.0285Z%22%20fill%3D%22%23FF5252%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 72px;
  height: 72px;
}

.post-item__link_op:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2272%22%20height%3D%2272%22%20viewBox%3D%220%200%2072%2072%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M8%2020H52V64H8V20Z%22%20fill%3D%22%23FF9800%22%2F%3E%0D%0A%3Cpath%20d%3D%22M25%2020H34V28H25V20Z%22%20fill%3D%22%23FFB74D%22%2F%3E%0D%0A%3Cpath%20d%3D%22M52%2020L64%207V51L52%2064V20Z%22%20fill%3D%22%23F57C00%22%2F%3E%0D%0A%3Cpath%20d%3D%22M52%2020L64%207H20L8%2020H52Z%22%20fill%3D%22%23FFCC80%22%2F%3E%0D%0A%3Cpath%20d%3D%22M37%207H46L34%2020H25L37%207Z%22%20fill%3D%22%23FFE0B2%22%2F%3E%0D%0A%3Cpath%20d%3D%22M22%2029.5C22%2028.1193%2023.1193%2027%2024.5%2027H34.5C35.8807%2027%2037%2028.1193%2037%2029.5C37%2030.8807%2035.8807%2032%2034.5%2032H24.5C23.1193%2032%2022%2030.8807%2022%2029.5Z%22%20fill%3D%22%23AB5600%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 72px;
  height: 72px;
}

.post-item__link_bi:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2272%22%20height%3D%2272%22%20viewBox%3D%220%200%2072%2072%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M66%2034C66%2050.5685%2052.5685%2064%2036%2064C19.4315%2064%206%2050.5685%206%2034C6%2017.4315%2019.4315%204%2036%204C52.5685%204%2066%2017.4315%2066%2034Z%22%20fill%3D%22%23FFF59D%22%2F%3E%0D%0A%3Cpath%20d%3D%22M22.4825%2047.2083C18.9465%2044.0972%2036.0046%2044%2036.0046%2044V58H26.0061C26.0061%2058%2026.0186%2050.3194%2022.4825%2047.2083Z%22%20fill%3D%22%23FBC02D%22%2F%3E%0D%0A%3Cpath%20d%3D%22M49.5175%2047.2083C53.0535%2044.0972%2035.9954%2044%2035.9954%2044V58H45.9939C45.9939%2058%2045.9814%2050.3194%2049.5175%2047.2083Z%22%20fill%3D%22%23FBC02D%22%2F%3E%0D%0A%3Cpath%20d%3D%22M55%2034C55%2044.4934%2046.4934%2053%2036%2053C25.5066%2053%2017%2044.4934%2017%2034C17%2023.5066%2025.5066%2015%2036%2015C46.4934%2015%2055%2023.5066%2055%2034Z%22%20fill%3D%22%23FBC02D%22%2F%3E%0D%0A%3Cpath%20d%3D%22M38.7012%2048.1984C38.7012%2044.3735%2040.0557%2040.6723%2042.5245%2037.751L43.5249%2036.5673C44.0811%2035.8685%2043.9708%2034.9038%2043.3077%2034.3768C42.5698%2033.7903%2041.4989%2033.8985%2040.8931%2034.6207L40.3825%2035.2293C40.1681%2035.4849%2039.9317%2035.7213%2039.6761%2035.9357C37.2554%2037.9663%2033.6467%2037.6501%2031.6161%2035.2293L31.1055%2034.6207C30.4997%2033.8985%2029.4288%2033.7903%2028.6909%2034.3768C28.0082%2034.9528%2027.927%2035.9204%2028.4737%2036.5673L29.474%2037.751C31.9429%2040.6723%2033.2974%2044.3735%2033.2974%2048.1984V58.0001H38.7012V48.1984ZM29.2974%2048.1984C29.2974%2045.3188%2028.2776%2042.5322%2026.4189%2040.3329L25.4186%2039.1492C23.4459%2036.815%2023.739%2033.3236%2026.0732%2031.351C26.1371%2031.2975%2026.1371%2031.2975%2026.2021%2031.2453C28.6373%2029.31%2032.171%2029.6668%2034.1701%2032.05L34.6806%2032.6586C35.2915%2033.3869%2036.3772%2033.482%2037.1054%2032.8711C37.1823%2032.8066%2037.2534%2032.7355%2037.318%2032.6586L37.8285%2032.05C39.8276%2029.6668%2043.3613%2029.31%2045.7965%2031.2453C48.189%2033.1468%2048.5871%2036.6277%2046.6857%2039.0203C46.6335%2039.0853%2046.6335%2039.0853%2046.58%2039.1492L45.5797%2040.3329C43.7209%2042.5322%2042.7012%2045.3188%2042.7012%2048.1984V62.0001H29.2974V48.1984Z%22%20fill%3D%22%23FFF59D%22%2F%3E%0D%0A%3Cpath%20d%3D%22M32%2065C32%2063.8954%2032.8954%2063%2034%2063H38C39.1046%2063%2040%2063.8954%2040%2065C40%2066.1046%2039.1046%2067%2038%2067H34C32.8954%2067%2032%2066.1046%2032%2065Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M27%2063.5C27%2062.6716%2027.6716%2062%2028.5%2062H43.5C44.3284%2062%2045%2062.6716%2045%2063.5C45%2064.3284%2044.3284%2065%2043.5%2065H28.5C27.6716%2065%2027%2064.3284%2027%2063.5Z%22%20fill%3D%22%239FA8DA%22%2F%3E%0D%0A%3Cpath%20d%3D%22M26%2060.5C26%2059.6716%2026.6716%2059%2027.5%2059H44.5C45.3284%2059%2046%2059.6716%2046%2060.5C46%2061.3284%2045.3284%2062%2044.5%2062H27.5C26.6716%2062%2026%2061.3284%2026%2060.5Z%22%20fill%3D%22%237184E3%22%2F%3E%0D%0A%3Cpath%20d%3D%22M25%2057.5C25%2056.6716%2025.6716%2056%2026.5%2056H45.5C46.3284%2056%2047%2056.6716%2047%2057.5C47%2058.3284%2046.3284%2059%2045.5%2059H26.5C25.6716%2059%2025%2058.3284%2025%2057.5Z%22%20fill%3D%22%235C6CC0%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 72px;
  height: 72px;
}

.post-item__link_in:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2272%22%20height%3D%2272%22%20viewBox%3D%220%200%2072%2072%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M68%2036C68%2053.6731%2053.6731%2068%2036%2068C18.3269%2068%204%2053.6731%204%2036C4%2018.3269%2018.3269%204%2036%204C53.6731%204%2068%2018.3269%2068%2036Z%22%20fill%3D%22%23C9BA36%22%2F%3E%0D%0A%3Cpath%20d%3D%22M16.9318%2061.7008C9.08444%2055.8691%204%2046.5283%204%2036C4%2018.3269%2018.3269%204%2036%204C46.5205%204%2055.8552%209.07688%2061.6878%2016.9143C55%2024%2023%2055%2016.9318%2061.7008Z%22%20fill%3D%22%23DCCD4F%22%2F%3E%0D%0A%3Cpath%20d%3D%22M61%2036C61%2049.8071%2049.8071%2061%2036%2061C22.1929%2061%2011%2049.8071%2011%2036C11%2022.1929%2022.1929%2011%2036%2011C49.8071%2011%2061%2022.1929%2061%2036Z%22%20fill%3D%22%23E5D53E%22%2F%3E%0D%0A%3Cpath%20d%3D%22M27.5621%2059.5402C17.9068%2056.0789%2011%2046.846%2011%2036C11%2022.1929%2022.1929%2011%2036%2011C46.7721%2011%2055.9529%2017.813%2059.4686%2027.365C56%2031%2030%2057%2027.5621%2059.5402Z%22%20fill%3D%22%23F9EB6A%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M37%2024H43.2C44.5255%2024%2045.6%2025.0745%2045.6%2026.4C45.6%2027.7255%2044.5255%2028.8%2043.2%2028.8H37V33.6H40.8C44.7764%2033.6%2048%2036.8235%2048%2040.8C48%2044.7764%2044.7764%2048%2040.8%2048H37V52C37%2052.5523%2036.5523%2053%2036%2053C35.4477%2053%2035%2052.5523%2035%2052V48H28.8C27.4745%2048%2026.4%2046.9255%2026.4%2045.6C26.4%2044.2745%2027.4745%2043.2%2028.8%2043.2H35V38.4H31.2C27.2236%2038.4%2024%2035.1765%2024%2031.2C24%2027.2236%2027.2236%2024%2031.2%2024H35V20C35%2019.4477%2035.4477%2019%2036%2019C36.5523%2019%2037%2019.4477%2037%2020V24ZM37%2038.4V43.2H40.8C42.1255%2043.2%2043.2%2042.1255%2043.2%2040.8C43.2%2039.4745%2042.1255%2038.4%2040.8%2038.4H37ZM35%2033.6V28.8H31.2C29.8745%2028.8%2028.8%2029.8745%2028.8%2031.2C28.8%2032.5255%2029.8745%2033.6%2031.2%2033.6H35Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.46%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 72px;
  height: 72px;
}

.post-item__link_site:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2272%22%20height%3D%2272%22%20viewBox%3D%220%200%2072%2072%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M0%2060H72V63H0V60Z%22%20fill%3D%22%23B0BEC5%22%2F%3E%0D%0A%3Cpath%20d%3D%22M0%2060H72L63%2045H9L0%2060Z%22%20fill%3D%22%23CFD8DC%22%2F%3E%0D%0A%3Cpath%20d%3D%22M7%2057H65L60%2048H12L7%2057Z%22%20fill%3D%22%23C4C4C4%22%2F%3E%0D%0A%3Cpath%20d%3D%22M24%2060H48L47%2057H25L24%2060Z%22%20fill%3D%22%2390A4AE%22%2F%3E%0D%0A%3Cpath%20d%3D%22M7%2057H65L60%2048H12L7%2057Z%22%20fill%3D%22%23546E7A%22%2F%3E%0D%0A%3Cpath%20d%3D%22M9%2011C9%209.89543%209.89543%209%2011%209H61C62.1046%209%2063%209.89543%2063%2011V45H9V11Z%22%20fill%3D%22%23455A64%22%2F%3E%0D%0A%3Crect%20x%3D%2212%22%20y%3D%2212%22%20width%3D%2248%22%20height%3D%2230%22%20fill%3D%22%23BBDEFB%22%2F%3E%0D%0A%3Crect%20x%3D%2247%22%20y%3D%2215%22%20width%3D%2210%22%20height%3D%227%22%20fill%3D%22%234E7DA4%22%2F%3E%0D%0A%3Crect%20x%3D%2215%22%20y%3D%2221%22%20width%3D%2227%22%20height%3D%223%22%20fill%3D%22%2381ADD2%22%2F%3E%0D%0A%3Crect%20x%3D%2215%22%20y%3D%2236%22%20width%3D%2227%22%20height%3D%223%22%20fill%3D%22%2381ADD2%22%2F%3E%0D%0A%3Crect%20x%3D%2215%22%20y%3D%2215%22%20width%3D%2230%22%20height%3D%224%22%20fill%3D%22%234E7DA4%22%2F%3E%0D%0A%3Crect%20x%3D%2247%22%20y%3D%2224%22%20width%3D%2210%22%20height%3D%2215%22%20fill%3D%22%2381ADD2%22%2F%3E%0D%0A%3Crect%20x%3D%2215%22%20y%3D%2226%22%20width%3D%2230%22%20height%3D%223%22%20fill%3D%22%2381ADD2%22%2F%3E%0D%0A%3Crect%20x%3D%2215%22%20y%3D%2231%22%20width%3D%2216%22%20height%3D%223%22%20fill%3D%22%2381ADD2%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 72px;
  height: 72px;
}

.post-item__link_za:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2272%22%20height%3D%2272%22%20viewBox%3D%220%200%2072%2072%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M17%206C13.6835%206%2011%208.6835%2011%2012V60C11%2063.3165%2013.6835%2066%2017%2066H55C58.3165%2066%2061%2063.3165%2061%2060V26L41%206H17Z%22%20fill%3D%22%23B5E2F7%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18%2017C18%2015.8954%2018.8954%2015%2020%2015H34C35.1045%2015%2036%2015.8954%2036%2017C36%2018.1046%2035.1045%2019%2034%2019H20C18.8954%2019%2018%2018.1046%2018%2017ZM18%2024C18%2022.8954%2018.8954%2022%2020%2022H34C35.1045%2022%2036%2022.8954%2036%2024C36%2025.1046%2035.1045%2026%2034%2026H20C18.8954%2026%2018%2025.1046%2018%2024ZM18%2031C18%2029.8954%2018.8954%2029%2020%2029H52C53.1045%2029%2054%2029.8954%2054%2031C54%2032.1046%2053.1045%2033%2052%2033H20C18.8954%2033%2018%2032.1046%2018%2031ZM18%2038C18%2036.8954%2018.8954%2036%2020%2036H40C41.1045%2036%2042%2036.8954%2042%2038C42%2039.1046%2041.1045%2040%2040%2040H20C18.8954%2040%2018%2039.1046%2018%2038ZM18%2045C18%2043.8954%2018.8954%2043%2020%2043H34C35.1045%2043%2036%2043.8954%2036%2045C36%2046.1046%2035.1045%2047%2034%2047H20C18.8954%2047%2018%2046.1046%2018%2045ZM18%2052C18%2050.8954%2018.8954%2050%2020%2050H27C28.1045%2050%2029%2050.8954%2029%2052C29%2053.1046%2028.1045%2054%2027%2054H20C18.8954%2054%2018%2053.1046%2018%2052Z%22%20fill%3D%22%2388B9D1%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M41%206L61%2026H47C43.6863%2026%2041%2023.3137%2041%2020V6Z%22%20fill%3D%22%2388B9D1%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M31%2066V59.4853C31%2057.894%2031.6321%2056.3679%2032.7574%2055.2426L49%2039L60%2050L43.7574%2066.2426C42.6321%2067.3679%2041.106%2068%2039.5147%2068H33C31.8954%2068%2031%2067.1046%2031%2066Z%22%20fill%3D%22%23506BDB%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M55.7109%2046.9155L59.3971%2050.6017L43.4992%2066.4996L39.3131%2063.3133L55.7109%2046.9155Z%22%20fill%3D%22%23092055%22%2F%3E%0D%0A%3Cpath%20d%3D%22M56.0376%2047.2426L51.7949%2043L35.897%2058.8979L40.1397%2063.1405L56.0376%2047.2426Z%22%20fill%3D%22%232B43A9%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M31%2066V59.1213C31%2057.7631%2031.5396%2056.4604%2032.5%2055.5L43.5%2066.5C42.5396%2067.4604%2041.2369%2068%2039.8787%2068H33C31.8954%2068%2031%2067.1046%2031%2066Z%22%20fill%3D%22%23DAB167%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M31%2066V62L37%2068H33C31.8954%2068%2031%2067.1046%2031%2066Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M49.0156%2038.9849L50.4651%2037.5355C52.4177%2035.5829%2055.5835%2035.5829%2057.5361%2037.5355L61.4651%2041.4644C63.4177%2043.4171%2063.4177%2046.5829%2061.4651%2048.5355L60.1829%2049.8177L49.0156%2038.9849Z%22%20fill%3D%22%23B18F51%22%2F%3E%0D%0A%3Cpath%20d%3D%22M49.7072%2038.2931L48.293%2039.7073L59.2927%2050.707L60.7069%2049.2928L49.7072%2038.2931Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 72px;
  height: 72px;
}

.post-item__link:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 24px;
  margin-top: -36px;
}

.post-item__link:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5%;
  margin-top: -12px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M9.69259%2021.2071C9.30538%2021.5976%208.6776%2021.5976%208.2904%2021.2071C7.9032%2020.8166%207.9032%2020.1834%208.2904%2019.7929L16.017%2012L8.2904%204.20711C7.9032%203.81658%207.9032%203.18342%208.2904%202.79289C8.6776%202.40237%209.30538%202.40237%209.69259%202.79289L17.4192%2010.5858C18.1936%2011.3668%2018.1936%2012.6332%2017.4192%2013.4142L9.69259%2021.2071Z%22%20fill%3D%22black%22%20fill-opacity%3D%221%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  opacity: 0.2;
}

@media screen and (min-width: 531px) {
  .post-item hr {
    width: 100%;
    max-width: calc(704px + 3%);
    margin-top: 16px;
    margin-left: 3%;
  }

  .post-item__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3%;
    margin-bottom: 16px;
  }

  .post-item__list li {
    width: 47%;
    margin-left: 3%;
  }
}

@media screen and (min-width: 789px) {
  .post-item hr {
    margin-top: 0;
  }
}

@media screen and (min-width: 851px) {
  .post-item hr {
    max-width: 736px;
    margin-left: 32px;
  }

  .post-item__list {
    margin-left: -32px;
    margin-bottom: 0;
  }

  .post-item__list li {
    margin-left: 32px;
  }
}

@media screen and (min-width: 1551px) {
  .post-item hr {
    max-width: 1120px;
  }
}

@media screen and (max-width: 1550px) {
  .bb-about__recall .bx-wrapper {
    width: 780px !important;
  }
}

@media screen and (max-width: 1380px) {
  .content__minus-menu {
    margin-left: 0;
  }
}

@media screen and (max-width: 1100px) {
  .about-history__item:nth-child(2n) .history-events {
    float: left;
  }

  .history-events {
    width: 100%;
  }

  .bb-about__auditory {
    display: none;
  }

  .about-team__photo-item {
    width: 50%;
  }

  .bb-about__recall .bx-wrapper {
    width: 100% !important;
  }

  .about-recall__controls {
    display: none;
  }
}

@media screen and (max-width: 788px) {
  .bb-about-head__video .container {
    width: 100% !important;
  }

  .bb-about-head__video .about-bb__video {
    width: 100%;
  }

  .bb-about-head__bg {
    height: 47%;
  }

  .about-info__content {
    flex-direction: column;
  }

  .about-info__block {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .about-info__block:last-child {
    order: 0;
  }

  .about-info__h3text_desktop {
    display: none;
  }

  .about-info__h3text_mobille {
    display: block;
    margin-top: 40px;
  }

  .about-info__img {
    margin-top: 20px;
  }

  .about-info__img_mobile {
    margin: 15px 0 35px;
  }

  .about-info__img_rating {
    margin-bottom: 49px;
  }

  .about-info__img_books {
    margin-bottom: 8px;
  }

  .about-info__img_online {
    margin-bottom: 52px;
  }

  .about-info__img_offline {
    margin: 15px 0 30px;
  }

  .about-history__link {
    width: calc(100% - 130px);
  }

  .history-year {
    width: 90px;
  }

  .post-give__bottom {
    transform: translateY(0);
  }

  .post-give__btn {
    opacity: 1;
  }

  .post-item__list li {
    min-height: 90px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 530px) {
  .bb-about-head__video {
    margin-left: -10px;
    margin-right: -10px;
  }

  .bb-about-head__video .about-bb__video {
    min-height: 270px;
    padding: 0;
    border-radius: 0;
  }

  .bb-about-head__video .container {
    width: 100%;
    min-height: 270px;
    padding: 0;
    height: auto;
  }

  .bb-about-head__number {
    font-size: 40px;
  }

  .bb-about-head__text {
    font-size: 20px;
  }

  .history-year {
    width: 60px;
  }

  .history-year:after {
    width: 90px;
  }

  .history-events__icon {
    float: none;
    margin: 0 auto;
  }

  .history-events__info {
    padding-left: 0;
    text-align: center;
  }

  .about-history__link {
    width: calc(100% - 80px);
  }

  .about-history__item {
    min-height: inherit;
    margin-bottom: 10px;
  }

  .about-team__photo-item {
    width: 100%;
  }

  .post-item__list li {
    max-width: 100%;
  }

  .post-give__h1text {
    padding-bottom: 8px;
    font-size: 24px;
  }
}

@media screen and (max-width: 420px) {
  .columns-adresses {
    flex-wrap: wrap;
  }

  .columns-adresses__download-logos {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 400px) {
  .post-give__btn-text br {
    display: block;
  }
}

@media only screen and (min-width: 531px) and (max-width: 788px) {
  .post-item__link {
    padding-left: 105px;
  }

  .post-item__list h3 {
    font-size: 16px;
    line-height: 1.5;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

/* Главная страница Баллы БИБОСС */

.points-h1text {
  font-size: 70px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  margin-bottom: -4px;
}

.points-h1text_secondary {
  font-size: 55px;
  line-height: 1.2;
  font-weight: normal;
}

.points-h1text_decoration {
  max-width: 820px;
}

.points-h1text_articles {
  max-width: 780px;
  margin: 20px 0 30px;
}

.points-h2text {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
  margin: 40px 0 20px;
}

.points-h2text_stext {
  color: #7e7e7e;
}

.points-h3text {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
  margin: 30px 0;
}

.points-h3text_secondary {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.points-text {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.points-note {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #7e7e7e;
}

.points-head {
  position: relative;
  width: 100%;
  min-height: 450px;
  background-color: #000000;
  *zoom: 1;
}

.points-head:before,
.points-head:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.points-head__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('/img/points/head-bg.jpg') no-repeat 50%;
  background-size: cover;
  opacity: 0.3;
}

.points-head .breadcrumbs_new {
  margin-top: 20px;
}

.points-head__left {
  width: calc(50% - 10px);
  float: left;
}

.points-head__right {
  width: calc(50% - 10px);
  float: right;
}

.points-head__img {
  width: 446px;
  height: 284px;
  margin: 41px auto 0;
}

.points-head__flex {
  display: flex;
  flex-direction: column;
  min-height: 450px;
  height: 100%;
}

.points-head__center {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: -32px;
}

.points-about {
  padding: 13px 0 0;
}

.points-about__block {
  padding: 37px 0 68px;
  *zoom: 1;
}

.points-about__block:before,
.points-about__block:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.points-about__left {
  width: calc(50% - 10px);
  float: left;
}

.points-about__right {
  width: calc(50% - 10px);
  float: right;
  padding-top: 18px;
}

.points-about__img {
  position: relative;
  max-width: 436px;
  max-height: 164px;
  margin: 0 auto;
}

.points-free {
  padding-top: 12px;
  background-color: rgba(255, 255, 0, 0.1);
  *zoom: 1;
}

.points-free:before,
.points-free:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.points-free-text {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
  margin: -3px 0 34px;
}

.points__block {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

.points__block:nth-of-type(3n) {
  margin-right: 0;
}

.points__block_center {
  text-align: center;
}

.points__block_center2 {
  display: flex;
  width: 49%;
  text-align: center;
  margin-bottom: 50px;
}

.points__block_center2:nth-of-type(3n) {
  margin-right: 2%;
}

.points__block_center2:nth-of-type(2n) {
  margin-right: 0;
}

.points-block__left {
  float: left;
}

.points-block__left_center {
  display: flex;
  align-self: center;
}

.points-block__right_fix {
  width: calc(100% - 80px);
  max-width: 380px;
}

.points-block__link:hover .points-circle {
  transform: scale(1.05);
}

.points-block__link:hover .points-num {
  transform: scale(0.95);
}

.points-block__flex {
  display: flex;
  align-items: center;
}

.points-block__top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 127px;
  margin: 10px 0 30px;
}

.points-block__top_bottom {
  height: 146px;
  align-items: flex-end;
  margin: 0 0 40px;
}

.points-block__circle {
  display: flex;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #00b4f0;
  margin-right: 20px;
  justify-content: center;
  align-items: center;
}

.points-block__num {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  color: #00b4f0;
}

.points-circle {
  display: flex;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #858585;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  transition: transform ease 0.3s;
}

.points-num {
  font-size: 50px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1;
  transition: transform ease 0.3s;
}

.points-num-small {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.points-stext {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.points-link {
  margin-top: 17px;
}

.points-paid {
  padding: 20px 0 45px;
}

.points-paid__list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}

.points-control {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  background-color: #efefef;
  margin-bottom: 50px;
}

.control-stext {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
  padding: 0 20px;
}

.points-must-be {
  padding-top: 24px;
}

.points-boss-camp {
  width: 100%;
  background-color: #efe3d3;
  overflow: hidden;
}

.points-boss-camp__flex {
  display: flex;
  align-items: center;
  min-height: 280px;
}

.points-boss-camp__img {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -190px;
}

.points-boss-camp__body {
  padding: 55px 0;
  margin-left: 317px;
}

.points-boss-camp__title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 15px;
}

.points-boss-camp__txt {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  padding-bottom: 5px;
}

.points-boss-camp__txt_date {
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
}

@media screen and (max-width: 1550px) {
  .points-block__left {
    float: none;
  }

  .points-block__right {
    margin-top: 20px;
  }

  .points-block__flex {
    flex-direction: column;
    align-items: stretch;
  }

  .points-circle {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1100px) {
  .points-head__left {
    width: 100%;
  }

  .points-head__right {
    display: none;
  }

  .points-about__block {
    padding-top: 17px;
  }

  .points-about__left {
    width: 100%;
  }

  .points-about__right {
    width: 100%;
    padding-top: 38px;
  }

  .points-block__circle {
    margin-right: 0;
  }

  .points-boss-camp__img {
    left: 10px;
  }

  .points-boss-camp__body {
    margin-left: 267px;
  }
}

@media screen and (max-width: 788px) {
  .points__block {
    width: 49%;
    text-align: center;
  }

  .points__block .button {
    margin: 0 auto;
  }

  .points__block:nth-of-type(3n) {
    margin-right: 2%;
  }

  .points__block:nth-of-type(2n) {
    margin-right: 0;
  }

  .points__block_center2 {
    max-width: 480px;
    width: 100%;
    margin: 0 auto 10px;
  }

  .points__block_center2.points__block:nth-of-type(2n) {
    margin: 0 auto 30px;
  }

  .points-boss-camp__flex {
    flex-direction: column;
  }

  .points-boss-camp__img {
    position: static;
    margin-top: 30px;
  }

  .points-boss-camp__body {
    width: 100%;
    padding: 25px 0 45px;
    margin-left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 530px) {
  .points-h1text {
    font-size: 45px;
  }

  .points-h1text_secondary {
    font-size: 25px;
  }

  .points-h2text {
    font-size: 25px;
    margin-top: 20px;
  }

  .points-h3text {
    font-size: 25px;
  }

  .points-h3text_secondary {
    font-size: 18px;
  }

  .points-stext {
    font-size: 18px;
  }

  .points-about__img {
    max-width: 436px;
    width: 100%;
    height: 0;
    padding-bottom: 37.6%;
  }

  .points-head {
    min-height: 320px;
  }

  .points-head__flex {
    min-height: 320px;
  }

  .points-head__center {
    min-height: 300px;
    margin-top: 0;
  }

  .points__block {
    width: 100%;
    margin-right: 0;
  }

  .points__block_center2 {
    justify-content: center;
  }

  .points-block__top {
    height: auto;
    margin-bottom: 15px;
  }

  .points-block__left_center {
    display: none;
  }

  .points-block__right_fix {
    width: 100%;
  }

  .points-control {
    height: 180px;
  }

  .control-stext {
    font-size: 21px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.bk-title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
}

.bk-subtitle {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.bk-text {
  font-size: 18px;
  line-height: 1.4;
}

.bk-subtext {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.bk-input-tag {
  display: inline-block;
  position: relative;
  background-color: #ECEEF2;
  max-width: 100%;
  border-radius: 20px;
  padding-right: 33px;
  margin-bottom: 9px;
  margin-right: 10px;
  white-space: nowrap;
  *zoom: 1;
}

.bk-input-tag:before,
.bk-input-tag:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.bk-input-tag__img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  float: left;
}

.bk-input-tag__name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 30px;
}

.bk-input-tag__close {
  position: absolute;
  top: 5px;
  right: 5px;
}

.bk-input-autocomplete {
  overflow: hidden;
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: 1002;
  /*box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.15);*/
  border-radius: 0 0 6px 6px;
  box-shadow: 0 0 0 1px #8FD08F;
  border-width: 1px;
  border-style: solid;
  border-color: #8FD08F;
  text-align: left;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.bk-input-autocomplete_multiline .bk-input-autocomplete__item {
  white-space: normal;
}

.bk-input-autocomplete__item {
  display: block;
  padding: 9px 5px 9px 15px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bk-input-autocomplete__item:hover {
  background-color: #E9F6E9;
}

.bk-input-autocomplete__item.active {
  background-color: #E9F6E9;
}

.bk-input-autocomplete__item_err {
  pointer-events: none;
}

.bk-input-container {
  display: block;
  position: relative;
}

.bk-textarea {
  border: 1px solid;
  border-radius: 6px;
  border-color: #cccccc;
  padding: 12px 15px;
  outline: none;
  min-height: 40px;
  font-family: PT Sans, Arial;
  font-size: 18px;
  line-height: 1.4;
  transition: border-color 150ms linear, box-shadow 150ms linear;
}

.bk-textarea:hover {
  box-shadow: 0 0 0 1px #8FD08F;
  border-color: #8FD08F;
}

.bk-textarea:focus {
  box-shadow: 0 0 0 1px #8FD08F;
  border-color: #8FD08F;
}

.bk-textarea_full {
  width: 100%;
}

.bk-textarea_min-h {
  min-height: 100px;
}

.bk-textarea_no-resize {
  resize: none;
}

.bk-logo {
  width: 140px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.bk-logo_w-160 {
  width: 160px;
}

.bk-logo__img {
  width: 100%;
}

.bk-logo__discount-icon {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/fr/new_page/2015/akciya.png);
  background-position: -8px 0;
}

.bk-person {
  max-width: 280px;
  width: 100%;
  border-radius: 5px;
  padding: 15px 20px 20px 20px;
  background-color: #ffffff;
}

.bk-person_bg-grey {
  background-color: #eceef2;
}

.bk-person_active {
  z-index: 10000;
  position: relative;
}

.bk-person__info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}

.bk-person__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #eceef2;
  flex-shrink: 0;
  margin: 5px 0;
}

.bk-person__icon img {
  width: 100%;
}

.bk-person__txt {
  flex-shrink: 1;
  word-wrap: break-word;
  width: calc(100% - 60px);
}

.bk-person__txt_r {
  margin-left: 10px;
}

.bk-person__txt_l {
  margin-right: 10px;
}

.bk-person__status {
  position: absolute;
  display: inline-block;
  text-transform: uppercase;
  font-size: 8px;
  padding: 3px 6px 2px;
  border-radius: 6px;
  background-color: #0088cc;
  color: #ffffff;
}

.bk-person__name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #000000;
}

.bk-person__function {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.4);
}

.bk-person__prif-container {
  margin-top: 40px;
  position: relative;
}

.bk-person__prif-item {
  display: flex;
}

.bk-person__prif-btn {
  margin-top: 25px;
}

.bk-person__prif-icon {
  flex-shrink: 0;
  margin-right: 15px;
}

.bk-person__prif-txt {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.4);
}

.bk-person__prif-txt-container {
  margin-top: -5px;
}

.bk-person__prif-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #000000;
}

.bk-person__prif-desc-link {
  font-size: 65%;
  color: #0088cc;
  top: -0.8em;
  cursor: pointer;
}

.bk-person__prif-desc-link:hover ~ .bk-person__prif-desc-container {
  display: block;
}

.bk-person__prif-desc-container {
  display: none;
  font-size: 12px;
  line-height: 14px;
  background-color: #ffffff;
  padding: 7px 8px 8px 8px;
  border-radius: 5px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: calc(100% + 15px);
  left: -30px;
  width: calc(100% + 60px);
  /**/
}

.bk-person__prif-desc-container::after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
  transform: rotate(45deg);
  background-color: inherit;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.bk-person__center {
  display: inline-block;
  margin-top: 20px;
}

.bk-publ-card {
  background: #EBF0F5;
  border-radius: 10px;
  padding: 20px;
}

.bk-publ-card_orange {
  position: relative;
  background-color: #FFF4B3;
  border: 1px solid #fa961e;
  margin-top: 20px;
}

.bk-publ-card_orange .bk-publ-card__icon {
  background-color: #FFBE0A;
}

.bk-publ-card_orange .bk-switch__help {
  position: absolute;
  top: 20px;
  right: 20px;
}

.bk-publ-card_blue {
  background: rgba(0, 180, 240, 0.1);
  border: 1px solid #00b4f0;
  margin-top: 20px;
}

.bk-publ-card_blue .bk-publ-card__icon {
  background-color: #00b4f0;
}

.bk-publ-card__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 13px;
  text-align: center;
  float: left;
}

.bk-publ-card__icon span {
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
}

.bk-publ-card__left_star {
  margin-top: -5px;
}

.bk-publ-card__left_star .fr-rating__star {
  display: inline-block;
  vertical-align: middle;
}

.bk-publ-card__left_star .fr-rating__star span {
  font-size: 35px;
  line-height: 45px;
  margin-left: 5px;
  margin-right: 10px;
}

.bk-publ-card__left_star + .bk-publ-card__right {
  margin-left: 0;
  margin-bottom: -5px;
}

.bk-publ-card__left_star + .bk-publ-card__right .bk-publ-card__txt {
  font-size: 16px;
}

.bk-publ-card__right {
  margin-left: 60px;
}

.bk-publ-card__right .vote__star {
  margin: 0 0 3px 0;
}

.bk-publ-card__txt {
  font-size: 18px;
  line-height: 1.4;
  line-height: 23px;
}

.bk-publ-card__bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 13px;
  margin-top: 20px;
  margin-bottom: -5px;
}

.bk-publ-card__link {
  position: relative;
  display: block;
  font-size: 18px;
  color: #0088cc;
}

.bk-publ-card__link:hover {
  text-decoration: underline;
}

.bk-publ-card__link:hover i {
  opacity: 0.5;
}

.bk-publ-card__link i {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
}

.bk-publ-info__txt {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
}

.bk-publ-info__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.bk-publ-info__item:last-of-type {
  margin-bottom: 0;
}

.bk-rating.card {
  background-color: #FFF4B3;
  margin: 20px -20px -20px;
  padding: 20px;
}

.bk-rating.lg .bk-rating__txt {
  font-size: 18px;
}

.bk-rating.lg .bk-rating-star__num {
  font-size: 35px;
}

.bk-rating.md .bk-rating-star__num {
  font-size: 30px;
}

.bk-rating.sm .bk-rating-star__num {
  font-size: 21px;
}

.bk-rating-block {
  display: block;
}

.bk-rating-block_bb {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.bk-rating__txt {
  font-size: 16px;
}

.bk-rating-star {
  display: inline-flex;
  align-items: center;
}

.bk-rating-star .icon {
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  margin-left: 10px;
}

.bk-rating-star__num {
  width: auto;
  color: #000;
  margin-right: 5px;
}

.bk-rating__link {
  display: block;
  padding-top: 15px;
}

.bk-rating__link i {
  margin-right: 10px;
}

.bk-rating__link i,
.bk-rating__link span {
  vertical-align: middle;
}

.bk-rating__link span {
  font-size: 18px;
}

.bk-rating__link:hover span {
  text-decoration: underline;
}

.bk-agent {
  border: 1px solid #FA961E;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
}

.bk-agent_fix {
  position: fixed;
  width: 280px;
  padding: 15px 20px 20px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.bk-agent-switch .bk-switch__label {
  margin-left: 15px;
}

.bk-agent-switch .bk-switch + .bk-switch {
  margin-top: 20px;
}

.bk-agent-title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
}

.bk-agent-info {
  display: flex;
  align-items: center;
}

.bk-agent__icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}

.bk-agent__icon_border {
  padding: 11px;
  border: 2px solid;
  border-color: rgba(0, 0, 0, 0.2);
  margin-right: 10px;
}

.bk-agent__icon_red {
  border-color: #FF4545;
}

.bk-agent__icon img {
  width: 100%;
  height: 100%;
}

.bk-agent__txt {
  flex: 1 1 auto;
  overflow: hidden;
}

.bk-agent__stext {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.bk-agent__name {
  font-size: 18px;
  line-height: 26px;
}

.bk-agent-company__logo {
  margin-right: 10px;
  width: 80px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}

.bk-agent-company__logo img {
  width: 100%;
  height: 100%;
}

.bk-agent-company__link {
  display: flex;
  align-items: flex-start;
}

.bk-agent-company__link:hover .bk-agent-company__txt .glob-link {
  text-decoration: underline;
}

.bk-agent-company__txt {
  font-size: 18px;
}

.bk-agent-company__txt .txt {
  font-size: 16px;
}

.bk-agent-card {
  background: #ECEEF2;
  border-radius: 10px;
  padding: 20px 30px;
  position: relative;
}

.bk-agent-card__title {
  font-size: 21px;
  font-weight: bold;
}

.bk-agent-card .bk-agent-form {
  margin-top: 20px;
}

.bk-agent-form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bk-agent-form-col {
  width: calc((100% - 20px)/2);
  margin-bottom: 20px;
}

.bk-agent-form-agry {
  width: 100%;
  max-width: 300px;
}

.bk-agent-dropdown {
  position: absolute;
  top: 72px;
  right: 30px;
  font-size: 18px;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #1ea01e;
  background-color: transparent;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  user-select: none;
  color: #1ea01e;
}

.bk-agent-dropdown:hover {
  background-color: #1ea01e;
  color: #fff;
}

.bk-agent-dropdown:hover i {
  opacity: 1;
}

.bk-agent-dropdown:hover i.normal {
  display: none;
}

.bk-agent-dropdown:hover i.hover {
  display: inline-block;
}

.bk-agent-dropdown.high .bk-item__txt {
  font-size: 18px;
}

.bk-agent-dropdown i.active {
  transform: rotate(180deg);
  transition: 500ms;
  transform-origin: center;
}

.bk-agent-dropdown i {
  opacity: .2;
  margin-left: 15px;
  transition: 500ms;
  position: relative;
  top: 6px;
}

.bk-agent-dropdown i.hover {
  display: none;
}

.bk-agent__textarea .bk-textarea {
  min-height: 170px;
}

.bk-switch {
  user-select: none;
  position: relative;
}

.bk-switch label {
  cursor: pointer;
}

.bk-switch-txt {
  display: flex;
  align-items: center;
}

.bk-switch__txt {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 7px;
}

.bk-switch input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  font-size: 0;
}

.bk-switch input[type="checkbox"]:checked + .lever {
  background-color: #1EA01E;
}

.bk-switch input[type="checkbox"]:checked + .lever:before {
  left: 23px;
}

.bk-switch .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 50px;
  height: 30px;
  background: #CCCCCC;
  border-radius: 40px;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  vertical-align: middle;
}

.bk-switch .lever:hover {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

.bk-switch .lever:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  background-color: #fff;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, transform 0.1s ease;
}

.bk-switch_small .lever {
  width: 36px;
  height: 20px;
}

.bk-switch_small .lever:before {
  width: 16px;
  height: 16px;
  top: 2px;
}

.bk-switch_small input[type="checkbox"]:checked + .lever:before {
  left: 17px;
}

.bk-switch_small .bk-switch__txt {
  font-size: 16px;
}

.bk-switch_small .bk-switch__label {
  font-size: 0;
}

.bk-switch.full {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bk-switch__help {
  display: inline-block;
  cursor: pointer;
}

.bk-switch__help i {
  opacity: .2;
  vertical-align: middle;
}

.bk-switch__help:hover i {
  opacity: .5;
}

.bk-hiding {
  background: linear-gradient(rgba(255, 255, 255, 0.54) 0%, rgba(255, 255, 255, 0.85) 54.7%, #FFFFFF 95%, #FFFFFF 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bk-hiding__link {
  position: absolute;
  bottom: 0;
}

.bk-hiding__link * {
  vertical-align: middle;
}

.bk-hiding__link:hover i {
  opacity: .6;
}

.bk-hiding__link i {
  margin-left: 10px;
}

.bk-tooltip {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 14px;
  max-width: 280px;
  position: absolute;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  z-index: 900;
}

.bk-tooltip.inmodal {
  z-index: 1050;
}

.bk-tooltip_middle {
  font-size: 16px;
}

.bk-tooltip_rating {
  max-width: 360px;
  padding-bottom: 15px;
}

.bk-tooltip_pe-auto {
  pointer-events: auto;
}

.bk-tooltip-rating__item {
  margin-bottom: 15px;
}

.bk-tooltip-rating__item:last-of-type {
  margin-bottom: 0;
}

.bk-tooltip-rating__top {
  margin-bottom: 5px;
  display: flex;
}

.bk-tooltip-rating__count {
  font-size: 16px;
  font-weight: bold;
  margin-right: 8px;
  flex: 0 0 auto;
}

.bk-tooltip-rating__star {
  margin-top: -1px;
}

.bk-tooltip-rating__star .vote__star {
  margin: 0;
}

.bk-edit-btn {
  display: flex;
  align-items: center;
}

.bk-edit-btn_wrap {
  justify-content: center;
  flex-wrap: wrap;
}

.bk-edit-btn_wrap .button {
  margin: 5px;
}

.bk-edit-btn-container {
  display: flex;
  align-items: center;
}

.bk-edit-btn__text {
  font-size: 18px;
  line-height: 1.4;
  margin-right: 20px;
}

.bk-edit-btn__save {
  margin-right: 10px;
}

.bk-flex {
  display: flex;
  width: 100%;
}

.bk-flex_vcenter {
  justify-content: space-between;
  align-items: center;
}

.bk-flex__elem + .bk-flex__elem {
  margin-left: 15px;
}

.bk-message {
  margin: 40px 0;
}

.bk-message_center {
  text-align: center;
}

.bk-message__img {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}

.bk-message__text {
  font-size: 18px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.4);
}

.bk-spinner {
  position: relative;
  width: 24px;
  height: 24px;
  animation: bk-spinner-rotate 1.6s linear infinite;
}

.bk-spinner div {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spinner-colored 8s linear infinite;
}

.bk-social {
  display: flex;
  align-items: center;
}

.bk-social-link {
  display: flex;
  align-items: center;
}

.bk-social__img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.bk-social__img + .bk-social__text {
  margin-left: 20px;
}

.bk-social__text {
  font-size: 18px;
  line-height: 1.4;
}

.bk-social__link-icon {
  margin-left: 10px;
  margin-right: 10px;
}

.bk-youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.bk-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes bk-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinner-colored {
  0% {
    border-color: #FA961E;
    border-top-color: transparent;
  }

  25% {
    border-color: #FFBE0A;
    border-top-color: transparent;
  }

  50% {
    border-color: #1EA01E;
    border-top-color: transparent;
  }

  75% {
    border-color: #00B4F0;
    border-top-color: transparent;
  }

  100% {
    border-color: #FA961E;
    border-top-color: transparent;
  }
}

.a-fade {
  opacity: 0;
  transition: opacity .3s linear;
}

.a-fade.in {
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .bk-agent-card {
    padding: 20px;
  }

  .bk-agent-form-row {
    flex-wrap: wrap;
  }

  .bk-agent-form-col {
    width: 100%;
    margin-bottom: 10px;
  }

  .bk-agent-form-col .bk-agent-switch {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bk-agent-form-col.one {
    order: 1;
  }

  .bk-agent-form-col.two {
    order: 2;
  }

  .bk-agent-form-col.three {
    order: 3;
  }

  .bk-agent-form-col.four {
    order: 4;
  }

  .bk-agent-dropdown {
    right: 20px;
  }

  .bk-agent__textarea .bk-textarea {
    min-height: auto;
  }
}

@media screen and (max-width: 788px) {
  .bk-agent_fix {
    position: static;
    width: 100%;
    box-shadow: none;
  }
}

@media screen and (max-width: 530px) {
  .bk-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
  }

  .bk-agent-card__title {
    margin-right: 40px;
  }

  .bk-agent-card__title.dropdown {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 0;
  }

  .bk-agent-card__title.dropdown i {
    opacity: .2;
  }

  .bk-agent-card__title.dropdown:hover i {
    opacity: .5;
  }

  .bk-agent-card .bk-agent-form {
    margin-top: 10px;
  }

  .bk-agent-dropdown {
    height: auto;
    line-height: normal;
    border: none;
    padding: 0;
    top: 18px;
  }

  .bk-agent-dropdown span {
    display: none;
  }

  .bk-agent-dropdown:hover {
    background-color: transparent;
  }

  .bk-agent-dropdown:hover i {
    opacity: .5;
  }

  .bk-agent-dropdown:hover i.normal {
    display: inline-block;
  }

  .bk-agent-dropdown:hover i.hover {
    display: none;
  }

  .bk-agent-switch .bk-switch + .bk-switch {
    margin-top: 10px;
  }

  .bk-switch__txt {
    font-size: 16px;
  }

  .bk-rating.lg .bk-rating__txt {
    font-size: 14px;
  }

  .bk-rating.lg .bk-rating-star__num {
    font-size: 21px;
    margin-right: 8px;
  }

  .bk-edit-btn_mob-full {
    flex-direction: column;
  }

  .bk-edit-btn_mob-full .bk-edit-btn__save {
    margin-right: 0;
    width: 100%;
  }

  .bk-edit-btn_mob-full .bk-edit-btn__del {
    margin-top: 10px;
    width: 100%;
  }

  .bk-edit-btn-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .bk-edit-btn__text {
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .bk-social__img {
    width: 50px;
    height: 50px;
  }

  .bk-social__img i {
    width: 100%;
    height: 100%;
    background-size: contain;
  }

  .bk-social__img + .bk-social__text {
    margin-left: 10px;
  }

  .bk-social-link {
    flex-direction: column;
    align-items: flex-start;
  }

  .bk-social-link .bk-social__link-icon {
    margin: 5px 0 5px 13px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.notification_tp {
  margin: 0 auto;
  max-width: 580px;
  width: 100%;
  background-color: #f1f2f6;
  border-radius: 5px;
  padding: 55px 20px 65px;
}

.notification_tp .notification__img {
  width: 240px;
  margin: 0 auto 20px;
  position: relative;
}

.notification_tp .notification__img .img {
  display: block;
  margin: 0 auto;
}

.notification_tp .notification__img .img_edit {
  margin: 0 0 0 20px;
}

.notification_tp .notification__img .icon_check {
  position: absolute;
  top: -20px;
  right: 0;
}

.notification_tp .notification__txt {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.notification_tp .notification__btn {
  width: 240px;
  margin: 0 auto;
}

@media screen and (max-width: 530px) {
  .notification_tp {
    padding: 55px 10px 65px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

/*сквозная реклама through-publication*/

.through-publication__header.header {
  width: 100%;
  background-image: url(/img/through-publication/through-publication-header.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 20px;
  min-height: 230px;
  margin: 30px 0;
}

.through-publication .header__title {
  color: #fff;
  text-align: center;
}

.through-publication .header__subtitle {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}

.through-publication__main {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}

.through-publication .main {
  /*В продакшене вставляется этот класс*/
}

.through-publication .main__example {
  width: 300px;
  background-color: #f1f3f5;
  border-radius: 5px;
  padding: 15px 20px 20px 20px;
  float: right;
}

.through-publication .main .invest__next {
  margin-bottom: 0;
}

.through-publication .main .example__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
}

.through-publication .main .example .edit__item {
  margin-bottom: 15px;
}

.through-publication .main .example .edit-item__label {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  /*margin-bottom: 5px;*/
}

.through-publication .main .example .edit-item__input {
  height: 30px;
  margin-top: 5px;
}

.through-publication .main .example .edit-item__input_desc {
  height: 120px;
  display: block;
}

.through-publication .main .example__img {
  width: 180px;
  height: 135px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #f1f3f5;
  margin-bottom: 5px;
}

.through-publication .main .example__img img {
  width: 100%;
  height: auto;
}

.through-publication .main .example .content__item {
  margin-bottom: 20px;
}

.through-publication .main .example .content-item__title {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 3px;
}

.through-publication .main .example .content-item__text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.through-publication .main__btn-pay {
  max-width: 280px;
  width: 100%;
}

.through-publication .main__options {
  width: 580px;
  float: left;
}

.through-publication .main .options__item {
  margin-bottom: 30px;
}

.through-publication .main .options__item:last-child {
  margin-bottom: 50px;
}

.through-publication .main .options-item__title {
  width: 100%;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 5px;
}

.through-publication .main .options-item__desc {
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.through-publication .main .options-item__desc_under {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #6b6966;
  max-width: 480px;
  margin-top: 5px;
}

.through-publication .main .options-item__desc_current-price {
  margin-top: 15px;
  line-height: 1.8;
  padding-right: 10px;
}

.through-publication .main .options-item .desc__current-price {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  border: 1px solid #fa971e;
  border-radius: 5px;
  padding: 3px 10px;
  vertical-align: middle;
  /*margin-left: 10px;*/
}

.through-publication .main .options-item__label {
  display: block;
}

.through-publication .main .options-item__input-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  /**/
}

.through-publication .main .options-item__input {
  width: 480px;
  margin-right: 10px;
  height: 40px;
}

.through-publication .main .options-item .valid__check {
  vertical-align: middle;
}

@media screen and (max-width: 1100px) {
  .through-publication .main__example {
    float: left;
    margin-bottom: 30px;
  }

  .through-publication .main__options {
    width: 100%;
  }

  .through-publication .main .options-item__input {
    max-width: 430px;
  }
}

@media screen and (max-width: 788px) {
  .through-publication .main__options {
    width: 100%;
  }
}

@media screen and (max-width: 530px) {
  .through-publication .main__example {
    padding: 15px 40px 20px 20px;
  }

  .through-publication .main .example .edit-item__input {
    width: 100%;
    min-width: 180px;
    max-width: 410px;
    /**/
  }

  .through-publication .main .options-item__input {
    width: calc(100% - 40px);
    min-width: 200px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

/*баннер на главной*/

.home__top {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #000;
}

.home-top__img {
  position: absolute;
  top: 0;
  left: 10px;
  max-width: 346px;
  width: 100%;
}

.home-top-content {
  position: relative;
  margin: 40px 20px 50px 396px;
}

.home-top__title {
  font-size: 25px;
  line-height: 36px;
}

.home-top__text {
  font-size: 16px;
  line-height: 23px;
}

.realize-idea {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1100px) {
  .home__top {
    text-align: center;
  }

  .home__top .button {
    margin: 20px auto 0;
  }

  .home-top__img {
    position: relative;
    left: 0;
    margin: 0 auto;
  }

  .home-top-content {
    margin: 0 auto 30px;
    padding: 0 20px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.beboss-footer {
  background-color: #000;
  position: relative;
  z-index: 20;
  user-select: none;
}

.beboss-footer__logo-container {
  vertical-align: middle;
  display: inline-block;
  font-size: 0;
  margin-right: 20px;
}

.beboss-footer__logo-icon {
  display: inline-block;
  vertical-align: middle;
}

.beboss-footer__logo-icon .icon-logo-3 {
  width: 24px;
  height: 24px;
  background-size: cover;
}

.beboss-footer__logo-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}

.beboss-footer__item {
  font-size: 0;
  margin-bottom: 10px;
}

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

.beboss-footer__item_control {
  display: inline-block;
  vertical-align: middle;
}

.beboss-footer__col {
  float: left;
  width: 250px;
  margin-right: 50px;
}

.beboss-footer__subtitle {
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  color: #b2b2b2;
  text-transform: uppercase;
}

.beboss-footer__btn {
  display: inline-block;
  width: 250px;
  margin-right: 50px;
}

.beboss-footer__btn:last-child {
  margin-right: 0;
}

.beboss-footer__btn-container {
  float: left;
  font-size: 0;
  margin-top: 25px;
}

.beboss-footer__btn .button {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  text-align: left;
  font-size: 0;
  transition: background-color 150ms linear;
}

.beboss-footer__btn .button:hover .bf-item__icon,
.beboss-footer__btn .button:active .bf-item__icon {
  opacity: 1;
}

.beboss-footer__btn .button:hover .bf-item__text,
.beboss-footer__btn .button:active .bf-item__text {
  color: #ffffff;
}

.beboss-footer__main {
  padding-top: 40px;
}

.beboss-footer__main-top {
  margin-bottom: 30px;
}

.beboss-footer__main-bottom {
  *zoom: 1;
  margin-bottom: 40px;
}

.beboss-footer__main-bottom:before,
.beboss-footer__main-bottom:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.beboss-footer__menu {
  margin-top: 10px;
  /*&_soc {
      columns: 2 140px;
      column-gap: 0;
    }*/
}

.beboss-footer__country {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}

.beboss-footer__country-container {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.beboss-footer__country:last-child {
  margin-right: 0;
}

.beboss-footer__country .bf-item__icon {
  width: 50px;
}

.beboss-footer__country .bf-item__icon img {
  width: 100%;
  border-radius: 4px;
}

.beboss-footer__country .bf-item__text {
  line-height: 30px;
}

.beboss-footer__copyright {
  font-size: 0;
  float: right;
}

.beboss-footer__copyright .bf-item {
  pointer-events: none;
}

.beboss-footer__bottom {
  *zoom: 1;
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.beboss-footer__bottom:before,
.beboss-footer__bottom:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.beboss-footer__bottom-subtitle {
  float: left;
  margin-right: 80px;
}

.beboss-footer__soc-container {
  float: left;
}

.beboss-footer__li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.beboss-footer__li img {
  position: relative;
  top: -3px;
}

.bf-item {
  display: inline-block;
  font-size: 0;
}

.bf-item__icon {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.5;
  transition: opacity 150ms linear;
  margin-right: 15px;
}

.bf-item__text {
  display: inline-block;
  vertical-align: middle;
  color: #808080;
  transition: color 150ms linear;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 24px;
}

.bf-item:hover .bf-item__icon {
  opacity: 1;
}

.bf-item:hover .bf-item__text {
  color: #ffffff;
}

.modal-support {
  max-width: 940px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px 30px 30px 30px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.modal-support__btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: .2;
  transition: opacity 150ms linear;
  cursor: pointer;
  z-index: 1;
}

.modal-support__btn-close:hover {
  opacity: .5;
}

.bk-support__title {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  padding-right: 30px;
}

.bk-support__title_pl {
  padding-left: 40px;
  position: relative;
}

.bk-support__btn-back {
  position: absolute;
  top: 10px;
  left: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M20%2011C20.5523%2011%2021%2011.4477%2021%2012C21%2012.5523%2020.5523%2013%2020%2013H4C3.44772%2013%203%2012.5523%203%2012C3%2011.4477%203.44772%2011%204%2011H20ZM12.2929%2019.2929C12.6834%2019.6834%2012.6834%2020.3166%2012.2929%2020.7071C11.9024%2021.0976%2011.2692%2021.0976%2010.8787%2020.7071L3.58579%2013.4142C2.80474%2012.6332%202.80474%2011.3668%203.58579%2010.5858L10.8787%203.29289C11.2692%202.90237%2011.9024%202.90237%2012.2929%203.29289C12.6834%203.68342%2012.6834%204.31658%2012.2929%204.70711L5%2012L12.2929%2019.2929Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  opacity: .2;
  transition: opacity 150ms linear;
  cursor: pointer;
}

.bk-support__btn-back:hover {
  opacity: .5;
}

.bk-support__text {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4;
}

.bk-support__info-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -20px;
}

.bk-support__info-item {
  margin-right: 30px;
  margin-bottom: 20px;
}

.bk-support-item {
  display: flex;
  align-items: center;
}

.bk-support-item__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bk-support-item__icon_blue {
  background-color: rgba(0, 180, 240, 0.2);
}

.bk-support-item__icon_green {
  background-color: #E9F6E9;
}

.bk-support-item__icon_orange {
  background-color: rgba(250, 150, 30, 0.2);
}

.bk-support-item__text {
  font-size: 18px;
  line-height: 1.4;
}

.bk-support-item__text-container {
  margin-left: 15px;
}

.bk-support-item__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.bk-support-item__img {
  margin-right: 10px;
}

.bk-support-item__img:last-child {
  margin-right: 0;
}

.bk-support-item__img-container {
  margin-left: 30px;
  display: flex;
  font-size: 0;
}

.bk-support__method-container {
  margin-top: 30px;
  display: flex;
  margin-right: -30px;
}

.bk-support__method-item {
  margin-right: 30px;
  width: 425px;
}

.bk-support-method {
  display: block;
  border-radius: 10px;
  min-height: 200px;
  padding: 20px 30px;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  user-select: none;
}

.bk-support-method_call {
  background-image: url(/img/support_new/support-call.png);
}

.bk-support-method_mes {
  background-image: url(/img/support_new/support-mes.png);
}

.bk-support-method__title {
  font-size: 30px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
  transition: color 150ms linear;
}

.bk-support-method__subtitle {
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
}

.bk-support__form {
  margin-top: 30px;
}

.bk-support-form__item {
  margin-bottom: 20px;
  font-size: 0;
}

.bk-support-form__item:last-child {
  margin-bottom: 0;
}

.bk-support-form__label {
  display: inline-block;
}

.bk-support-form__caption {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 1.4;
  width: 180px;
  margin-right: 30px;
  margin-top: 13px;
}

.bk-support-form__input {
  width: 300px;
}

.bk-support-form__input-container {
  display: inline-block;
  vertical-align: top;
}

.bk-support-form__textarea {
  width: 600px;
}

.bk-support-form__textarea .bk-textarea {
  min-height: 120px;
}

.bk-support-form__captcha {
  width: 300px;
}

@media screen and (max-width: 1550px) {
  .beboss-footer__main-bottom {
    display: flex;
    flex-wrap: wrap;
  }

  .beboss-footer__soc-container {
    order: 1;
    width: 100%;
  }

  .beboss-footer__soc-container .beboss-footer__subtitle {
    display: none;
  }

  .beboss-footer__soc-container .beboss-footer__item {
    margin-bottom: 0;
  }

  .beboss-footer__soc-container .bf-item__text {
    display: none;
  }

  .beboss-footer__soc-container .bf-item__icon {
    margin-right: 0;
  }

  .beboss-footer__col:nth-child(3) {
    margin-right: 0;
  }

  .beboss-footer__menu_soc {
    columns: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }

  .beboss-footer__btn {
    width: 313px;
    margin-right: 20px;
  }

  .beboss-footer__btn-container {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1380px) {
  .beboss-footer {
    padding-left: 64px;
  }
}

@media screen and (max-width: 1100px) {
  .beboss-footer__col {
    width: 236px;
    margin-right: 20px;
  }

  .beboss-footer__btn {
    width: 239px;
    margin-right: 15px;
  }

  .beboss-footer__bottom-subtitle {
    margin-right: 40px;
  }

  .beboss-footer__country {
    margin-right: 20px;
  }

  .beboss-footer__country .bf-item__icon {
    margin-right: 0;
  }

  .beboss-footer__country .bf-item__text {
    display: none;
  }

  .beboss-footer__li img {
    top: -5px;
  }

  .bk-support-form__textarea {
    width: 480px;
  }
}

@media screen and (max-width: 850px) {
  .beboss-footer {
    padding-left: 0;
  }
}

@media screen and (max-width: 788px) {
  .beboss-footer__col {
    width: calc(50% - 10px);
    margin-bottom: 30px;
    margin-right: 20px;
  }

  .beboss-footer__col:nth-child(2) {
    margin-right: 0;
  }

  .beboss-footer__col:nth-child(3) {
    margin-bottom: 0;
  }

  .beboss-footer__menu_soc {
    margin-top: 35px;
  }

  .beboss-footer__btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .beboss-footer__btn:last-child {
    margin-bottom: 0;
  }

  .beboss-footer__btn-container {
    margin-top: 10px;
    width: calc(50% - 10px);
    margin-left: 20px;
  }

  .beboss-footer__main-bottom {
    margin-bottom: 35px;
  }

  .beboss-footer__bottom {
    padding-top: 0;
    border-top: none;
    padding-bottom: 20px;
  }

  .beboss-footer__bottom-subtitle {
    float: none;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .beboss-footer__country-container {
    display: block;
    text-align: center;
    margin-bottom: 35px;
  }

  .beboss-footer__copyright {
    float: none;
    text-align: center;
    margin-top: 0;
  }

  .beboss-footer__li img {
    top: 0;
  }

  .bk-support__info-list {
    margin-right: 0;
  }

  .bk-support__info-item {
    margin-right: 0;
    width: 100%;
  }

  .bk-support__method-container {
    margin-right: 0;
    flex-wrap: wrap;
  }

  .bk-support__method-item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .bk-support__method-item:last-child {
    margin-bottom: 0;
  }

  .bk-support__form {
    margin-top: 20px;
  }

  .bk-support-form__label {
    display: block;
  }

  .bk-support-form__caption {
    margin-right: 0;
    display: block;
    margin-bottom: 10px;
  }

  .bk-support-form__input {
    width: 100%;
  }

  .bk-support-form__input-container {
    display: block;
  }

  .bk-support-form__textarea {
    width: 100%;
  }

  .bk-support-form__captcha {
    width: 100%;
    max-width: 300px;
  }
}

@media screen and (max-width: 530px) {
  .beboss-footer__col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .beboss-footer__col .bf-item__icon {
    display: none;
  }

  .beboss-footer__btn-container {
    width: 100%;
    margin-left: 0;
  }

  .beboss-footer__main {
    padding-top: 30px;
  }

  .beboss-footer__main-top {
    margin-bottom: 20px;
  }

  .beboss-footer__main-bottom {
    margin-bottom: 20px;
  }

  .beboss-footer__item {
    margin-bottom: 5px;
  }

  .beboss-footer__btn {
    margin-bottom: 10px;
  }

  .beboss-footer__btn-container {
    margin-top: 20px;
  }

  .beboss-footer__menu_soc {
    margin-top: 20px;
  }

  .beboss-footer__bottom-subtitle {
    margin-bottom: 15px;
  }

  .beboss-footer__country-container {
    margin-bottom: 20px;
  }

  .bk-support__title {
    font-size: 24px;
  }

  .bk-support__info-list {
    margin-top: 20px;
  }

  .bk-support-item {
    flex-wrap: wrap;
  }

  .bk-support-item__text {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }

  .bk-support-item__img-container {
    margin-top: 10px;
    margin-left: 75px;
  }

  .bk-support__method-container {
    margin-top: 20px;
  }

  .bk-support-method {
    padding: 15px 20px;
    min-height: 140px;
  }

  .bk-support-method__title {
    font-size: 21px;
    line-height: 1.2;
    font-weight: bold;
  }

  .bk-support-method__subtitle {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }

  .bk-support__btn-back {
    top: 5px;
  }

  .modal-support {
    padding: 15px 20px 20px 20px;
  }
}

@media (min-width: 1381px) and (max-width: 1840px) {
  .beboss-footer__inner {
    margin-left: -16px;
    padding-left: 16px;
    background-color: #313131;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.beboss-menu_lk {
  color: #ffffff;
  background-color: #333;
}

.beboss-menu_lk::before {
  background-color: #333;
}

.beboss-menu_lk .beboss-menu__item-icon {
  opacity: 1 !important;
}

.beboss-menu_lk .beboss-menu__item:hover {
  background-color: #4A4A4A;
}

.beboss-menu__block {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
  position: relative;
}

.beboss-menu__item {
  display: flex;
  padding: 8px 10px;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
}

.beboss-menu__item:hover {
  background-color: #E9F6E9;
}

.beboss-menu__item:hover .beboss-menu__item-icon {
  opacity: 0.5;
}

.beboss-menu__item_active .beboss-menu__item-text {
  font-weight: bold;
}

.beboss-menu__item_active .beboss-menu__item-icon {
  opacity: 0.5;
}

.beboss-menu__item .bm-profile {
  width: 100%;
}

.beboss-menu__item-icon {
  opacity: 0.2;
  margin-right: 10px;
  transition: opacity 100ms linear;
  flex-shrink: 0;
}

.beboss-menu__item-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.beboss-menu__item-img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.beboss-menu__item-img img {
  width: 100%;
}

.beboss-menu__item-img-group {
  margin-left: auto;
  flex-shrink: 0;
  position: relative;
}

.beboss-menu__item-img-group img {
  position: relative;
  border-radius: 50%;
  margin-left: -6px;
  float: left;
}

.beboss-menu__item-img-group img:nth-child(1) {
  z-index: 3;
}

.beboss-menu__item-img-group img:nth-child(2) {
  z-index: 2;
}

.beboss-menu__item-img-group img:nth-child(3) {
  z-index: 1;
}

.beboss-menu__item-qt {
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 22px;
  padding-left: 7px;
  padding-right: 7px;
  margin-left: auto;
  padding-top: 2px;
  font-weight: normal;
  transition: opacity 150ms linear;
}

.beboss-menu__item-qt_new {
  background-color: #00B4F0;
  border-radius: 20px;
  color: #ffffff;
  padding-top: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

.beboss-menu__item-mark {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 1px;
  font-weight: normal;
  background-color: #00B4F0;
  border-radius: 20px;
  margin-top: -1px;
  margin-left: 10px;
}

.beboss-menu__poster {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
  transition: opacity 0.28s ease-out;
}

.beboss-menu__separator {
  display: block;
  height: 1px;
  background-color: #cccccc;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.beboss-menu__profile {
  margin-top: 10px;
  padding: 0 20px;
  position: relative;
}

.beboss-menu-poster__item {
  margin-bottom: 20px;
}

.beboss-menu-poster__img {
  width: 180px;
  height: 135px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 5px;
}

.beboss-menu-poster__img img {
  width: 100%;
  height: auto;
  transition: 0.4s ease transform;
}

.beboss-menu-poster__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 3px;
  color: #000000;
}

.beboss-menu-poster__text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #000000;
}

.beboss-menu-poster__hover {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: -5px;
}

.beboss-menu-poster__hover:hover .beboss-menu-poster__img img {
  transform: scale(1.1);
}

.mixin-beboss-menu {
  position: fixed;
  top: 60px;
  height: calc(100% - 60px);
  font-size: 0;
  background-color: #ffffff;
  width: 100%;
  z-index: 1020;
  overflow: hidden;
  border-right: 1px solid #cccccc;
  transform: translate3d(0, 0, 0);
  user-select: none;
}

.mixin-beboss-menu .beboss-menu__container {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mixin-beboss-menu .beboss-menu__container::-webkit-scrollbar {
  width: 0;
}

.mixin-beboss-menu .beboss-menu__item {
  transition: width 200ms linear;
}

.mixin-beboss-menu .beboss-menu__item_city-selection {
  padding-right: 20px;
  position: relative;
}

.mixin-beboss-menu .beboss-menu__item_city-selection::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  transform: rotate(135deg);
  position: absolute;
  right: 10px;
  top: 14px;
}

.mixin-beboss-menu .beboss-menu__search-container {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.mixin-beboss-menu .beboss-menu__separator {
  margin-left: 10px;
  margin-right: 0;
}

.mixin-beboss-menu-open {
  left: 0;
  max-width: 300px;
  transition: max-width 200ms linear;
}

.mixin-beboss-menu-open .beboss-menu__container {
  pointer-events: auto;
}

.mixin-beboss-menu-open .beboss-menu__item {
  width: 280px;
}

.mixin-beboss-menu-open .beboss-menu__item-qt {
  opacity: 1;
}

.mixin-beboss-menu-open .beboss-menu__separator {
  width: 280px;
}

.mixin-beboss-menu-open .beboss-menu__poster {
  opacity: 1;
}

.mixin-beboss-menu-open .main-search__label {
  width: 280px;
  overflow: visible;
}

.mixin-beboss-menu-open .main-search__label:hover .main-search__input {
  border-color: #8FD08F;
  box-shadow: 0 0 0 1px #8FD08F;
}

.mixin-beboss-menu-open .main-search__input {
  border-color: #cccccc;
}

.mixin-beboss-menu-open .main-search__input.active {
  border-color: #8FD08F;
  box-shadow: 0 0 0 1px #8FD08F;
}

.mixin-beboss-menu-open .main-search__input.active ~ .main-search__btn {
  display: block;
}

.mixin-beboss-menu-open .main-search__input.active ~ .main-search__icon .bk-icon-f {
  opacity: 1;
}

.mixin-beboss-menu-open .bm-profile {
  opacity: 1;
}

.mixin-beboss-menu-open .bm-profile_dummy {
  opacity: 0;
}

.mixin-beboss-menu-collapsed {
  max-width: 64px;
}

.mixin-beboss-menu-collapsed.baron._macosx .baron__bar {
  opacity: 0;
}

.mixin-beboss-menu-collapsed .beboss-menu__container {
  pointer-events: none;
}

.mixin-beboss-menu-collapsed .beboss-menu__item {
  width: 44px;
}

.mixin-beboss-menu-collapsed .beboss-menu__item-qt {
  opacity: 0;
}

.mixin-beboss-menu-collapsed .beboss-menu__separator {
  transition: width 200ms linear;
  width: 44px;
}

.mixin-beboss-menu-collapsed .beboss-menu__poster {
  opacity: 0;
}

.mixin-beboss-menu-collapsed .main-search__label {
  width: 44px;
  overflow: hidden;
}

.mixin-beboss-menu-collapsed .main-search__input {
  border-color: transparent;
}

.mixin-beboss-menu-collapsed .main-search__input.active {
  border-color: transparent;
  box-shadow: none;
}

.mixin-beboss-menu-collapsed .main-search__input.active ~ .main-search__btn {
  display: none;
}

.mixin-beboss-menu-collapsed .main-search__input.active ~ .main-search__icon .bk-icon-n {
  opacity: 1;
}

.mixin-beboss-menu-collapsed .main-search__input.active ~ .main-search__icon .bk-icon-n.opacity02 {
  opacity: .2;
}

.mixin-beboss-menu-collapsed .main-search__input.active ~ .main-search__icon .bk-icon-f {
  opacity: 0;
}

.mixin-beboss-menu-collapsed .bm-profile {
  opacity: 0;
}

.mixin-beboss-menu-collapsed .bm-profile_dummy {
  opacity: 1;
}

.mixin-beboss-menu-mob {
  left: -300px;
  max-width: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  height: calc(100% - 50px);
  top: 50px;
  border-right: none;
  transition: max-width 200ms linear, left 10ms linear 200ms;
}

.mixin-beboss-menu-mob .bm-profile {
  opacity: 1;
}

.mixin-beboss-menu-mob .bm-profile_dummy {
  opacity: 0;
}

.beboss-menu_input-focus {
  max-width: 300px !important;
}

.beboss-menu_input-focus.baron._macosx .baron__bar {
  opacity: .3 !important;
}

.beboss-menu_input-focus .beboss-menu__container {
  pointer-events: auto !important;
}

.beboss-menu_input-focus .beboss-menu__item {
  width: 280px !important;
}

.beboss-menu_input-focus .beboss-menu__separator {
  width: 280px !important;
}

.beboss-menu_input-focus .beboss-menu__poster {
  opacity: 1 !important;
}

.beboss-menu_input-focus .main-search__label {
  width: 280px !important;
  overflow: visible !important;
}

.beboss-menu_input-focus .beboss-menu__search-container .bk-input-text:focus {
  border-color: #8FD08F !important;
  box-shadow: 0 0 0 1px #8FD08F !important;
}

.beboss-menu_input-focus .main-search__btn {
  display: block !important;
}

.beboss-menu_main {
  position: fixed;
  top: 60px;
  height: calc(100% - 60px);
  font-size: 0;
  background-color: #ffffff;
  width: 100%;
  z-index: 1020;
  overflow: hidden;
  border-right: 1px solid #cccccc;
  transform: translate3d(0, 0, 0);
  user-select: none;
  left: 0;
  max-width: 300px;
  transition: max-width 200ms linear;
}

.beboss-menu_main .beboss-menu__container {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.beboss-menu_main .beboss-menu__container::-webkit-scrollbar {
  width: 0;
}

.beboss-menu_main .beboss-menu__item {
  transition: width 200ms linear;
}

.beboss-menu_main .beboss-menu__item_city-selection {
  padding-right: 20px;
  position: relative;
}

.beboss-menu_main .beboss-menu__item_city-selection::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  transform: rotate(135deg);
  position: absolute;
  right: 10px;
  top: 14px;
}

.beboss-menu_main .beboss-menu__search-container {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.beboss-menu_main .beboss-menu__separator {
  margin-left: 10px;
  margin-right: 0;
}

.beboss-menu_main .beboss-menu__container {
  pointer-events: auto;
}

.beboss-menu_main .beboss-menu__item {
  width: 280px;
}

.beboss-menu_main .beboss-menu__item-qt {
  opacity: 1;
}

.beboss-menu_main .beboss-menu__separator {
  width: 280px;
}

.beboss-menu_main .beboss-menu__poster {
  opacity: 1;
}

.beboss-menu_main .main-search__label {
  width: 280px;
  overflow: visible;
}

.beboss-menu_main .main-search__label:hover .main-search__input {
  border-color: #8FD08F;
  box-shadow: 0 0 0 1px #8FD08F;
}

.beboss-menu_main .main-search__input {
  border-color: #cccccc;
}

.beboss-menu_main .main-search__input.active {
  border-color: #8FD08F;
  box-shadow: 0 0 0 1px #8FD08F;
}

.beboss-menu_main .main-search__input.active ~ .main-search__btn {
  display: block;
}

.beboss-menu_main .main-search__input.active ~ .main-search__icon .bk-icon-f {
  opacity: 1;
}

.beboss-menu_main .bm-profile {
  opacity: 1;
}

.beboss-menu_main .bm-profile_dummy {
  opacity: 0;
}

.beboss-menu_brand.beboss-menu_main {
  max-width: 64px;
}

.beboss-menu_brand.beboss-menu_main.baron._macosx .baron__bar {
  opacity: 0;
}

.beboss-menu_brand.beboss-menu_main .beboss-menu__container {
  pointer-events: none;
}

.beboss-menu_brand.beboss-menu_main .beboss-menu__item {
  width: 44px;
}

.beboss-menu_brand.beboss-menu_main .beboss-menu__item-qt {
  opacity: 0;
}

.beboss-menu_brand.beboss-menu_main .beboss-menu__separator {
  transition: width 200ms linear;
  width: 44px;
}

.beboss-menu_brand.beboss-menu_main .beboss-menu__poster {
  opacity: 0;
}

.beboss-menu_brand.beboss-menu_main .main-search__label {
  width: 44px;
  overflow: hidden;
}

.beboss-menu_brand.beboss-menu_main .main-search__input {
  border-color: transparent;
}

.beboss-menu_brand.beboss-menu_main .main-search__input.active {
  border-color: transparent;
  box-shadow: none;
}

.beboss-menu_brand.beboss-menu_main .main-search__input.active ~ .main-search__btn {
  display: none;
}

.beboss-menu_brand.beboss-menu_main .main-search__input.active ~ .main-search__icon .bk-icon-n {
  opacity: 1;
}

.beboss-menu_brand.beboss-menu_main .main-search__input.active ~ .main-search__icon .bk-icon-n.opacity02 {
  opacity: .2;
}

.beboss-menu_brand.beboss-menu_main .main-search__input.active ~ .main-search__icon .bk-icon-f {
  opacity: 0;
}

.beboss-menu_brand.beboss-menu_main .bm-profile {
  opacity: 0;
}

.beboss-menu_brand.beboss-menu_main .bm-profile_dummy {
  opacity: 1;
}

.beboss-menu_brand.beboss-menu_main:hover {
  left: 0;
  max-width: 300px;
  transition: max-width 200ms linear;
}

.beboss-menu_brand.beboss-menu_main:hover .beboss-menu__container {
  pointer-events: auto;
}

.beboss-menu_brand.beboss-menu_main:hover .beboss-menu__item {
  width: 280px;
}

.beboss-menu_brand.beboss-menu_main:hover .beboss-menu__item-qt {
  opacity: 1;
}

.beboss-menu_brand.beboss-menu_main:hover .beboss-menu__separator {
  width: 280px;
}

.beboss-menu_brand.beboss-menu_main:hover .beboss-menu__poster {
  opacity: 1;
}

.beboss-menu_brand.beboss-menu_main:hover .main-search__label {
  width: 280px;
  overflow: visible;
}

.beboss-menu_brand.beboss-menu_main:hover .main-search__label:hover .main-search__input {
  border-color: #8FD08F;
  box-shadow: 0 0 0 1px #8FD08F;
}

.beboss-menu_brand.beboss-menu_main:hover .main-search__input {
  border-color: #cccccc;
}

.beboss-menu_brand.beboss-menu_main:hover .main-search__input.active {
  border-color: #8FD08F;
  box-shadow: 0 0 0 1px #8FD08F;
}

.beboss-menu_brand.beboss-menu_main:hover .main-search__input.active ~ .main-search__btn {
  display: block;
}

.beboss-menu_brand.beboss-menu_main:hover .main-search__input.active ~ .main-search__icon .bk-icon-f {
  opacity: 1;
}

.beboss-menu_brand.beboss-menu_main:hover .bm-profile {
  opacity: 1;
}

.beboss-menu_brand.beboss-menu_main:hover .bm-profile_dummy {
  opacity: 0;
}

.beboss-menu_brand ~ #wrap .beboss-footer .container {
  left: 32px;
}

.beboss-wide-layout .beboss-menu_main {
  max-width: 64px;
}

.beboss-wide-layout .beboss-menu_main.baron._macosx .baron__bar {
  opacity: 0;
}

.beboss-wide-layout .beboss-menu_main .beboss-menu__container {
  pointer-events: none;
}

.beboss-wide-layout .beboss-menu_main .beboss-menu__item {
  width: 44px;
}

.beboss-wide-layout .beboss-menu_main .beboss-menu__item-qt {
  opacity: 0;
}

.beboss-wide-layout .beboss-menu_main .beboss-menu__separator {
  transition: width 200ms linear;
  width: 44px;
}

.beboss-wide-layout .beboss-menu_main .beboss-menu__poster {
  opacity: 0;
}

.beboss-wide-layout .beboss-menu_main .main-search__label {
  width: 44px;
  overflow: hidden;
}

.beboss-wide-layout .beboss-menu_main .main-search__input {
  border-color: transparent;
}

.beboss-wide-layout .beboss-menu_main .main-search__input.active {
  border-color: transparent;
  box-shadow: none;
}

.beboss-wide-layout .beboss-menu_main .main-search__input.active ~ .main-search__btn {
  display: none;
}

.beboss-wide-layout .beboss-menu_main .main-search__input.active ~ .main-search__icon .bk-icon-n {
  opacity: 1;
}

.beboss-wide-layout .beboss-menu_main .main-search__input.active ~ .main-search__icon .bk-icon-n.opacity02 {
  opacity: .2;
}

.beboss-wide-layout .beboss-menu_main .main-search__input.active ~ .main-search__icon .bk-icon-f {
  opacity: 0;
}

.beboss-wide-layout .beboss-menu_main .bm-profile {
  opacity: 0;
}

.beboss-wide-layout .beboss-menu_main .bm-profile_dummy {
  opacity: 1;
}

.beboss-wide-layout .beboss-menu_main:hover {
  left: 0;
  max-width: 300px;
  transition: max-width 200ms linear;
}

.beboss-wide-layout .beboss-menu_main:hover .beboss-menu__container {
  pointer-events: auto;
}

.beboss-wide-layout .beboss-menu_main:hover .beboss-menu__item {
  width: 280px;
}

.beboss-wide-layout .beboss-menu_main:hover .beboss-menu__item-qt {
  opacity: 1;
}

.beboss-wide-layout .beboss-menu_main:hover .beboss-menu__separator {
  width: 280px;
}

.beboss-wide-layout .beboss-menu_main:hover .beboss-menu__poster {
  opacity: 1;
}

.beboss-wide-layout .beboss-menu_main:hover .main-search__label {
  width: 280px;
  overflow: visible;
}

.beboss-wide-layout .beboss-menu_main:hover .main-search__label:hover .main-search__input {
  border-color: #8FD08F;
  box-shadow: 0 0 0 1px #8FD08F;
}

.beboss-wide-layout .beboss-menu_main:hover .main-search__input {
  border-color: #cccccc;
}

.beboss-wide-layout .beboss-menu_main:hover .main-search__input.active {
  border-color: #8FD08F;
  box-shadow: 0 0 0 1px #8FD08F;
}

.beboss-wide-layout .beboss-menu_main:hover .main-search__input.active ~ .main-search__btn {
  display: block;
}

.beboss-wide-layout .beboss-menu_main:hover .main-search__input.active ~ .main-search__icon .bk-icon-f {
  opacity: 1;
}

.beboss-wide-layout .beboss-menu_main:hover .bm-profile {
  opacity: 1;
}

.beboss-wide-layout .beboss-menu_main:hover .bm-profile_dummy {
  opacity: 0;
}

/*.bm-profile*/

.bm-profile {
  transition: opacity 200ms linear;
}

.bm-profile_dummy {
  padding: 15px 0 14px 0 !important;
  width: 50px !important;
  text-align: center;
  position: absolute;
  top: 0;
  left: 7px;
  z-index: -1;
}

.bm-profile_dummy .bm-profile__userpic {
  margin-bottom: 10px;
  width: 30px;
  padding-top: 5px;
}

.bm-profile_dummy .bm-profile__separator {
  display: inline-block;
  width: 30px;
}

.bm-profile_dummy .bm-profile__battery-icon {
  display: inline-block;
  margin-right: 0;
}

.bm-profile_dummy .bm-profile__balance-icon {
  display: inline-block;
  position: static;
  margin-top: -1px;
}

.bm-profile__name {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  width: 173px;
  max-height: 44px;
  word-wrap: break-word;
  margin-right: 15px;
}

.bm-profile__userpic {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 44px;
  padding-top: 2px;
}

.bm-profile__userpic img {
  border-radius: 50%;
  width: 100%;
}

.bm-profile__battery {
  display: flex;
  align-items: center;
  position: relative;
}

.bm-profile__battery-qt {
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-right: 10px;
}

.bm-profile__battery-icon {
  flex-shrink: 0;
  margin-right: 10px;
}

.bm-profile__battery-container {
  width: 100%;
}

.bm-profile__battery-text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.4);
  margin-left: auto;
  padding-top: 1px;
}

.bm-profile__separator {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-top: 15px;
  margin-bottom: 15px;
}

.bm-profile__balance {
  display: block;
}

.bm-profile__balance-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  position: relative;
}

.bm-profile__balance-icon {
  display: block;
  opacity: .2;
  position: absolute;
  top: -1px;
  right: 0;
  font-size: 0;
  transition: opacity 150ms linear;
}

.bm-profile__info {
  display: block;
  margin-bottom: 10px;
}

.beboss-menu_main .bm-profile {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 260px;
}

.beboss-menu_main .bm-profile__info:hover .bm-profile__name {
  text-decoration: underline;
}

.beboss-menu_main .bm-profile__battery:hover .bm-profile__battery-qt {
  text-decoration: underline;
}

.beboss-menu_main .bm-profile__balance:hover .bm-profile__balance-text {
  text-decoration: underline;
}

.beboss-menu_main .bm-profile__balance:hover .bm-profile__balance-icon {
  opacity: .5;
}

@media screen and (min-width: 1940px) {
  .beboss-wide-layout .beboss-menu_main {
    left: 0;
    max-width: 300px;
    transition: max-width 200ms linear;
  }

  .beboss-wide-layout .beboss-menu_main .beboss-menu__container {
    pointer-events: auto;
  }

  .beboss-wide-layout .beboss-menu_main .beboss-menu__item {
    width: 280px;
  }

  .beboss-wide-layout .beboss-menu_main .beboss-menu__item-qt {
    opacity: 1;
  }

  .beboss-wide-layout .beboss-menu_main .beboss-menu__separator {
    width: 280px;
  }

  .beboss-wide-layout .beboss-menu_main .beboss-menu__poster {
    opacity: 1;
  }

  .beboss-wide-layout .beboss-menu_main .main-search__label {
    width: 280px;
    overflow: visible;
  }

  .beboss-wide-layout .beboss-menu_main .main-search__label:hover .main-search__input {
    border-color: #8FD08F;
    box-shadow: 0 0 0 1px #8FD08F;
  }

  .beboss-wide-layout .beboss-menu_main .main-search__input {
    border-color: #cccccc;
  }

  .beboss-wide-layout .beboss-menu_main .main-search__input.active {
    border-color: #8FD08F;
    box-shadow: 0 0 0 1px #8FD08F;
  }

  .beboss-wide-layout .beboss-menu_main .main-search__input.active ~ .main-search__btn {
    display: block;
  }

  .beboss-wide-layout .beboss-menu_main .main-search__input.active ~ .main-search__icon .bk-icon-f {
    opacity: 1;
  }

  .beboss-wide-layout .beboss-menu_main .bm-profile {
    opacity: 1;
  }

  .beboss-wide-layout .beboss-menu_main .bm-profile_dummy {
    opacity: 0;
  }
}

@media screen and (min-width: 2150px) {
  .beboss-menu_brand.beboss-menu_main {
    left: 0;
    max-width: 300px;
    transition: max-width 200ms linear;
  }

  .beboss-menu_brand.beboss-menu_main .beboss-menu__container {
    pointer-events: auto;
  }

  .beboss-menu_brand.beboss-menu_main .beboss-menu__item {
    width: 280px;
  }

  .beboss-menu_brand.beboss-menu_main .beboss-menu__item-qt {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main .beboss-menu__separator {
    width: 280px;
  }

  .beboss-menu_brand.beboss-menu_main .beboss-menu__poster {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main .main-search__label {
    width: 280px;
    overflow: visible;
  }

  .beboss-menu_brand.beboss-menu_main .main-search__label:hover .main-search__input {
    border-color: #8FD08F;
    box-shadow: 0 0 0 1px #8FD08F;
  }

  .beboss-menu_brand.beboss-menu_main .main-search__input {
    border-color: #cccccc;
  }

  .beboss-menu_brand.beboss-menu_main .main-search__input.active {
    border-color: #8FD08F;
    box-shadow: 0 0 0 1px #8FD08F;
  }

  .beboss-menu_brand.beboss-menu_main .main-search__input.active ~ .main-search__btn {
    display: block;
  }

  .beboss-menu_brand.beboss-menu_main .main-search__input.active ~ .main-search__icon .bk-icon-f {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main .bm-profile {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main .bm-profile_dummy {
    opacity: 0;
  }

  .beboss-menu_brand ~ #wrap .beboss-footer .container {
    left: 150px;
  }
}

@media screen and (max-width: 1890px) {
  .beboss-menu_brand.beboss-menu_main {
    left: 0;
    max-width: 300px;
    transition: max-width 200ms linear;
  }

  .beboss-menu_brand.beboss-menu_main .beboss-menu__container {
    pointer-events: auto;
  }

  .beboss-menu_brand.beboss-menu_main .beboss-menu__item {
    width: 280px;
  }

  .beboss-menu_brand.beboss-menu_main .beboss-menu__item-qt {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main .beboss-menu__separator {
    width: 280px;
  }

  .beboss-menu_brand.beboss-menu_main .beboss-menu__poster {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main .main-search__label {
    width: 280px;
    overflow: visible;
  }

  .beboss-menu_brand.beboss-menu_main .main-search__label:hover .main-search__input {
    border-color: #8FD08F;
    box-shadow: 0 0 0 1px #8FD08F;
  }

  .beboss-menu_brand.beboss-menu_main .main-search__input {
    border-color: #cccccc;
  }

  .beboss-menu_brand.beboss-menu_main .main-search__input.active {
    border-color: #8FD08F;
    box-shadow: 0 0 0 1px #8FD08F;
  }

  .beboss-menu_brand.beboss-menu_main .main-search__input.active ~ .main-search__btn {
    display: block;
  }

  .beboss-menu_brand.beboss-menu_main .main-search__input.active ~ .main-search__icon .bk-icon-f {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main .bm-profile {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main .bm-profile_dummy {
    opacity: 0;
  }

  .beboss-menu_brand ~ #wrap .beboss-footer .container {
    left: auto;
  }
}

@media screen and (max-width: 1380px) {
  .beboss-menu_main {
    max-width: 64px;
  }

  .beboss-menu_main.baron._macosx .baron__bar {
    opacity: 0;
  }

  .beboss-menu_main .beboss-menu__container {
    pointer-events: none;
  }

  .beboss-menu_main .beboss-menu__item {
    width: 44px;
  }

  .beboss-menu_main .beboss-menu__item-qt {
    opacity: 0;
  }

  .beboss-menu_main .beboss-menu__separator {
    transition: width 200ms linear;
    width: 44px;
  }

  .beboss-menu_main .beboss-menu__poster {
    opacity: 0;
  }

  .beboss-menu_main .main-search__label {
    width: 44px;
    overflow: hidden;
  }

  .beboss-menu_main .main-search__input {
    border-color: transparent;
  }

  .beboss-menu_main .main-search__input.active {
    border-color: transparent;
    box-shadow: none;
  }

  .beboss-menu_main .main-search__input.active ~ .main-search__btn {
    display: none;
  }

  .beboss-menu_main .main-search__input.active ~ .main-search__icon .bk-icon-n {
    opacity: 1;
  }

  .beboss-menu_main .main-search__input.active ~ .main-search__icon .bk-icon-n.opacity02 {
    opacity: .2;
  }

  .beboss-menu_main .main-search__input.active ~ .main-search__icon .bk-icon-f {
    opacity: 0;
  }

  .beboss-menu_main .bm-profile {
    opacity: 0;
  }

  .beboss-menu_main .bm-profile_dummy {
    opacity: 1;
  }

  .beboss-menu_main:hover {
    left: 0;
    max-width: 300px;
    transition: max-width 200ms linear;
  }

  .beboss-menu_main:hover .beboss-menu__container {
    pointer-events: auto;
  }

  .beboss-menu_main:hover .beboss-menu__item {
    width: 280px;
  }

  .beboss-menu_main:hover .beboss-menu__item-qt {
    opacity: 1;
  }

  .beboss-menu_main:hover .beboss-menu__separator {
    width: 280px;
  }

  .beboss-menu_main:hover .beboss-menu__poster {
    opacity: 1;
  }

  .beboss-menu_main:hover .main-search__label {
    width: 280px;
    overflow: visible;
  }

  .beboss-menu_main:hover .main-search__label:hover .main-search__input {
    border-color: #8FD08F;
    box-shadow: 0 0 0 1px #8FD08F;
  }

  .beboss-menu_main:hover .main-search__input {
    border-color: #cccccc;
  }

  .beboss-menu_main:hover .main-search__input.active {
    border-color: #8FD08F;
    box-shadow: 0 0 0 1px #8FD08F;
  }

  .beboss-menu_main:hover .main-search__input.active ~ .main-search__btn {
    display: block;
  }

  .beboss-menu_main:hover .main-search__input.active ~ .main-search__icon .bk-icon-f {
    opacity: 1;
  }

  .beboss-menu_main:hover .bm-profile {
    opacity: 1;
  }

  .beboss-menu_main:hover .bm-profile_dummy {
    opacity: 0;
  }

  .beboss-menu_main.active {
    left: 0;
    max-width: 300px;
    transition: max-width 200ms linear;
  }

  .beboss-menu_main.active .beboss-menu__container {
    pointer-events: auto;
  }

  .beboss-menu_main.active .beboss-menu__item {
    width: 280px;
  }

  .beboss-menu_main.active .beboss-menu__item-qt {
    opacity: 1;
  }

  .beboss-menu_main.active .beboss-menu__separator {
    width: 280px;
  }

  .beboss-menu_main.active .beboss-menu__poster {
    opacity: 1;
  }

  .beboss-menu_main.active .main-search__label {
    width: 280px;
    overflow: visible;
  }

  .beboss-menu_main.active .main-search__label:hover .main-search__input {
    border-color: #8FD08F;
    box-shadow: 0 0 0 1px #8FD08F;
  }

  .beboss-menu_main.active .main-search__input {
    border-color: #cccccc;
  }

  .beboss-menu_main.active .main-search__input.active {
    border-color: #8FD08F;
    box-shadow: 0 0 0 1px #8FD08F;
  }

  .beboss-menu_main.active .main-search__input.active ~ .main-search__btn {
    display: block;
  }

  .beboss-menu_main.active .main-search__input.active ~ .main-search__icon .bk-icon-f {
    opacity: 1;
  }

  .beboss-menu_main.active .bm-profile {
    opacity: 1;
  }

  .beboss-menu_main.active .bm-profile_dummy {
    opacity: 0;
  }

  .beboss-menu_main.active:hover {
    left: 0;
    max-width: 300px;
    transition: max-width 200ms linear;
  }

  .beboss-menu_main.active:hover .beboss-menu__container {
    pointer-events: auto;
  }

  .beboss-menu_main.active:hover .beboss-menu__item {
    width: 280px;
  }

  .beboss-menu_main.active:hover .beboss-menu__item-qt {
    opacity: 1;
  }

  .beboss-menu_main.active:hover .beboss-menu__separator {
    width: 280px;
  }

  .beboss-menu_main.active:hover .beboss-menu__poster {
    opacity: 1;
  }

  .beboss-menu_main.active:hover .main-search__label {
    width: 280px;
    overflow: visible;
  }

  .beboss-menu_main.active:hover .main-search__label:hover .main-search__input {
    border-color: #8FD08F;
    box-shadow: 0 0 0 1px #8FD08F;
  }

  .beboss-menu_main.active:hover .main-search__input {
    border-color: #cccccc;
  }

  .beboss-menu_main.active:hover .main-search__input.active {
    border-color: #8FD08F;
    box-shadow: 0 0 0 1px #8FD08F;
  }

  .beboss-menu_main.active:hover .main-search__input.active ~ .main-search__btn {
    display: block;
  }

  .beboss-menu_main.active:hover .main-search__input.active ~ .main-search__icon .bk-icon-f {
    opacity: 1;
  }

  .beboss-menu_main.active:hover .bm-profile {
    opacity: 1;
  }

  .beboss-menu_main.active:hover .bm-profile_dummy {
    opacity: 0;
  }

  .no-touchevents .beboss-menu_main.active {
    max-width: 64px;
  }

  .no-touchevents .beboss-menu_main.active.baron._macosx .baron__bar {
    opacity: 0;
  }

  .no-touchevents .beboss-menu_main.active .beboss-menu__container {
    pointer-events: none;
  }

  .no-touchevents .beboss-menu_main.active .beboss-menu__item {
    width: 44px;
  }

  .no-touchevents .beboss-menu_main.active .beboss-menu__item-qt {
    opacity: 0;
  }

  .no-touchevents .beboss-menu_main.active .beboss-menu__separator {
    transition: width 200ms linear;
    width: 44px;
  }

  .no-touchevents .beboss-menu_main.active .beboss-menu__poster {
    opacity: 0;
  }

  .no-touchevents .beboss-menu_main.active .main-search__label {
    width: 44px;
    overflow: hidden;
  }

  .no-touchevents .beboss-menu_main.active .main-search__input {
    border-color: transparent;
  }

  .no-touchevents .beboss-menu_main.active .main-search__input.active {
    border-color: transparent;
    box-shadow: none;
  }

  .no-touchevents .beboss-menu_main.active .main-search__input.active ~ .main-search__btn {
    display: none;
  }

  .no-touchevents .beboss-menu_main.active .main-search__input.active ~ .main-search__icon .bk-icon-n {
    opacity: 1;
  }

  .no-touchevents .beboss-menu_main.active .main-search__input.active ~ .main-search__icon .bk-icon-n.opacity02 {
    opacity: .2;
  }

  .no-touchevents .beboss-menu_main.active .main-search__input.active ~ .main-search__icon .bk-icon-f {
    opacity: 0;
  }

  .no-touchevents .beboss-menu_main.active .bm-profile {
    opacity: 0;
  }

  .no-touchevents .beboss-menu_main.active .bm-profile_dummy {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main {
    max-width: 64px;
  }

  .beboss-menu_brand.beboss-menu_main.baron._macosx .baron__bar {
    opacity: 0;
  }

  .beboss-menu_brand.beboss-menu_main .beboss-menu__container {
    pointer-events: none;
  }

  .beboss-menu_brand.beboss-menu_main .beboss-menu__item {
    width: 44px;
  }

  .beboss-menu_brand.beboss-menu_main .beboss-menu__item-qt {
    opacity: 0;
  }

  .beboss-menu_brand.beboss-menu_main .beboss-menu__separator {
    transition: width 200ms linear;
    width: 44px;
  }

  .beboss-menu_brand.beboss-menu_main .beboss-menu__poster {
    opacity: 0;
  }

  .beboss-menu_brand.beboss-menu_main .main-search__label {
    width: 44px;
    overflow: hidden;
  }

  .beboss-menu_brand.beboss-menu_main .main-search__input {
    border-color: transparent;
  }

  .beboss-menu_brand.beboss-menu_main .main-search__input.active {
    border-color: transparent;
    box-shadow: none;
  }

  .beboss-menu_brand.beboss-menu_main .main-search__input.active ~ .main-search__btn {
    display: none;
  }

  .beboss-menu_brand.beboss-menu_main .main-search__input.active ~ .main-search__icon .bk-icon-n {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main .main-search__input.active ~ .main-search__icon .bk-icon-n.opacity02 {
    opacity: .2;
  }

  .beboss-menu_brand.beboss-menu_main .main-search__input.active ~ .main-search__icon .bk-icon-f {
    opacity: 0;
  }

  .beboss-menu_brand.beboss-menu_main .bm-profile {
    opacity: 0;
  }

  .beboss-menu_brand.beboss-menu_main .bm-profile_dummy {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main:hover {
    left: 0;
    max-width: 300px;
    transition: max-width 200ms linear;
  }

  .beboss-menu_brand.beboss-menu_main:hover .beboss-menu__container {
    pointer-events: auto;
  }

  .beboss-menu_brand.beboss-menu_main:hover .beboss-menu__item {
    width: 280px;
  }

  .beboss-menu_brand.beboss-menu_main:hover .beboss-menu__item-qt {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main:hover .beboss-menu__separator {
    width: 280px;
  }

  .beboss-menu_brand.beboss-menu_main:hover .beboss-menu__poster {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main:hover .main-search__label {
    width: 280px;
    overflow: visible;
  }

  .beboss-menu_brand.beboss-menu_main:hover .main-search__label:hover .main-search__input {
    border-color: #8FD08F;
    box-shadow: 0 0 0 1px #8FD08F;
  }

  .beboss-menu_brand.beboss-menu_main:hover .main-search__input {
    border-color: #cccccc;
  }

  .beboss-menu_brand.beboss-menu_main:hover .main-search__input.active {
    border-color: #8FD08F;
    box-shadow: 0 0 0 1px #8FD08F;
  }

  .beboss-menu_brand.beboss-menu_main:hover .main-search__input.active ~ .main-search__btn {
    display: block;
  }

  .beboss-menu_brand.beboss-menu_main:hover .main-search__input.active ~ .main-search__icon .bk-icon-f {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main:hover .bm-profile {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main:hover .bm-profile_dummy {
    opacity: 0;
  }

  .beboss-menu_brand.beboss-menu_main.active {
    left: 0;
    max-width: 300px;
    transition: max-width 200ms linear;
  }

  .beboss-menu_brand.beboss-menu_main.active .beboss-menu__container {
    pointer-events: auto;
  }

  .beboss-menu_brand.beboss-menu_main.active .beboss-menu__item {
    width: 280px;
  }

  .beboss-menu_brand.beboss-menu_main.active .beboss-menu__item-qt {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main.active .beboss-menu__separator {
    width: 280px;
  }

  .beboss-menu_brand.beboss-menu_main.active .beboss-menu__poster {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main.active .main-search__label {
    width: 280px;
    overflow: visible;
  }

  .beboss-menu_brand.beboss-menu_main.active .main-search__label:hover .main-search__input {
    border-color: #8FD08F;
    box-shadow: 0 0 0 1px #8FD08F;
  }

  .beboss-menu_brand.beboss-menu_main.active .main-search__input {
    border-color: #cccccc;
  }

  .beboss-menu_brand.beboss-menu_main.active .main-search__input.active {
    border-color: #8FD08F;
    box-shadow: 0 0 0 1px #8FD08F;
  }

  .beboss-menu_brand.beboss-menu_main.active .main-search__input.active ~ .main-search__btn {
    display: block;
  }

  .beboss-menu_brand.beboss-menu_main.active .main-search__input.active ~ .main-search__icon .bk-icon-f {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main.active .bm-profile {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main.active .bm-profile_dummy {
    opacity: 0;
  }

  .beboss-menu_brand.beboss-menu_main.active:hover {
    left: 0;
    max-width: 300px;
    transition: max-width 200ms linear;
  }

  .beboss-menu_brand.beboss-menu_main.active:hover .beboss-menu__container {
    pointer-events: auto;
  }

  .beboss-menu_brand.beboss-menu_main.active:hover .beboss-menu__item {
    width: 280px;
  }

  .beboss-menu_brand.beboss-menu_main.active:hover .beboss-menu__item-qt {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main.active:hover .beboss-menu__separator {
    width: 280px;
  }

  .beboss-menu_brand.beboss-menu_main.active:hover .beboss-menu__poster {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main.active:hover .main-search__label {
    width: 280px;
    overflow: visible;
  }

  .beboss-menu_brand.beboss-menu_main.active:hover .main-search__label:hover .main-search__input {
    border-color: #8FD08F;
    box-shadow: 0 0 0 1px #8FD08F;
  }

  .beboss-menu_brand.beboss-menu_main.active:hover .main-search__input {
    border-color: #cccccc;
  }

  .beboss-menu_brand.beboss-menu_main.active:hover .main-search__input.active {
    border-color: #8FD08F;
    box-shadow: 0 0 0 1px #8FD08F;
  }

  .beboss-menu_brand.beboss-menu_main.active:hover .main-search__input.active ~ .main-search__btn {
    display: block;
  }

  .beboss-menu_brand.beboss-menu_main.active:hover .main-search__input.active ~ .main-search__icon .bk-icon-f {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main.active:hover .bm-profile {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main.active:hover .bm-profile_dummy {
    opacity: 0;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active {
    max-width: 64px;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active.baron._macosx .baron__bar {
    opacity: 0;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .beboss-menu__container {
    pointer-events: none;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .beboss-menu__item {
    width: 44px;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .beboss-menu__item-qt {
    opacity: 0;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .beboss-menu__separator {
    transition: width 200ms linear;
    width: 44px;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .beboss-menu__poster {
    opacity: 0;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .main-search__label {
    width: 44px;
    overflow: hidden;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .main-search__input {
    border-color: transparent;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .main-search__input.active {
    border-color: transparent;
    box-shadow: none;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .main-search__input.active ~ .main-search__btn {
    display: none;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .main-search__input.active ~ .main-search__icon .bk-icon-n {
    opacity: 1;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .main-search__input.active ~ .main-search__icon .bk-icon-n.opacity02 {
    opacity: .2;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .main-search__input.active ~ .main-search__icon .bk-icon-f {
    opacity: 0;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .bm-profile {
    opacity: 0;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .bm-profile_dummy {
    opacity: 1;
  }
}

@media screen and (max-width: 850px) {
  .beboss-menu_main {
    left: -300px;
    max-width: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    height: calc(100% - 50px);
    top: 50px;
    border-right: none;
    transition: max-width 200ms linear, left 10ms linear 200ms;
  }

  .beboss-menu_main .bm-profile {
    opacity: 1;
  }

  .beboss-menu_main .bm-profile_dummy {
    opacity: 0;
  }

  .beboss-menu_main.active {
    left: 0;
    max-width: 300px;
    transition: max-width 200ms linear;
  }

  .beboss-menu_main.active .beboss-menu__container {
    pointer-events: auto;
  }

  .beboss-menu_main.active .beboss-menu__item {
    width: 280px;
  }

  .beboss-menu_main.active .beboss-menu__item-qt {
    opacity: 1;
  }

  .beboss-menu_main.active .beboss-menu__separator {
    width: 280px;
  }

  .beboss-menu_main.active .beboss-menu__poster {
    opacity: 1;
  }

  .beboss-menu_main.active .main-search__label {
    width: 280px;
    overflow: visible;
  }

  .beboss-menu_main.active .main-search__label:hover .main-search__input {
    border-color: #8FD08F;
    box-shadow: 0 0 0 1px #8FD08F;
  }

  .beboss-menu_main.active .main-search__input {
    border-color: #cccccc;
  }

  .beboss-menu_main.active .main-search__input.active {
    border-color: #8FD08F;
    box-shadow: 0 0 0 1px #8FD08F;
  }

  .beboss-menu_main.active .main-search__input.active ~ .main-search__btn {
    display: block;
  }

  .beboss-menu_main.active .main-search__input.active ~ .main-search__icon .bk-icon-f {
    opacity: 1;
  }

  .beboss-menu_main.active .bm-profile {
    opacity: 1;
  }

  .beboss-menu_main.active .bm-profile_dummy {
    opacity: 0;
  }

  .no-touchevents .beboss-menu_main.active {
    left: 0;
    max-width: 300px;
    transition: max-width 200ms linear;
  }

  .no-touchevents .beboss-menu_main.active .beboss-menu__container {
    pointer-events: auto;
  }

  .no-touchevents .beboss-menu_main.active .beboss-menu__item {
    width: 280px;
  }

  .no-touchevents .beboss-menu_main.active .beboss-menu__item-qt {
    opacity: 1;
  }

  .no-touchevents .beboss-menu_main.active .beboss-menu__separator {
    width: 280px;
  }

  .no-touchevents .beboss-menu_main.active .beboss-menu__poster {
    opacity: 1;
  }

  .no-touchevents .beboss-menu_main.active .main-search__label {
    width: 280px;
    overflow: visible;
  }

  .no-touchevents .beboss-menu_main.active .main-search__label:hover .main-search__input {
    border-color: #8FD08F;
    box-shadow: 0 0 0 1px #8FD08F;
  }

  .no-touchevents .beboss-menu_main.active .main-search__input {
    border-color: #cccccc;
  }

  .no-touchevents .beboss-menu_main.active .main-search__input.active {
    border-color: #8FD08F;
    box-shadow: 0 0 0 1px #8FD08F;
  }

  .no-touchevents .beboss-menu_main.active .main-search__input.active ~ .main-search__btn {
    display: block;
  }

  .no-touchevents .beboss-menu_main.active .main-search__input.active ~ .main-search__icon .bk-icon-f {
    opacity: 1;
  }

  .no-touchevents .beboss-menu_main.active .bm-profile {
    opacity: 1;
  }

  .no-touchevents .beboss-menu_main.active .bm-profile_dummy {
    opacity: 0;
  }

  .beboss-menu_brand.beboss-menu_main {
    left: -300px;
    max-width: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    height: calc(100% - 50px);
    top: 50px;
    border-right: none;
    transition: max-width 200ms linear, left 10ms linear 200ms;
  }

  .beboss-menu_brand.beboss-menu_main .bm-profile {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main .bm-profile_dummy {
    opacity: 0;
  }

  .beboss-menu_brand.beboss-menu_main.active {
    left: 0;
    max-width: 300px;
    transition: max-width 200ms linear;
  }

  .beboss-menu_brand.beboss-menu_main.active .beboss-menu__container {
    pointer-events: auto;
  }

  .beboss-menu_brand.beboss-menu_main.active .beboss-menu__item {
    width: 280px;
  }

  .beboss-menu_brand.beboss-menu_main.active .beboss-menu__item-qt {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main.active .beboss-menu__separator {
    width: 280px;
  }

  .beboss-menu_brand.beboss-menu_main.active .beboss-menu__poster {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main.active .main-search__label {
    width: 280px;
    overflow: visible;
  }

  .beboss-menu_brand.beboss-menu_main.active .main-search__label:hover .main-search__input {
    border-color: #8FD08F;
    box-shadow: 0 0 0 1px #8FD08F;
  }

  .beboss-menu_brand.beboss-menu_main.active .main-search__input {
    border-color: #cccccc;
  }

  .beboss-menu_brand.beboss-menu_main.active .main-search__input.active {
    border-color: #8FD08F;
    box-shadow: 0 0 0 1px #8FD08F;
  }

  .beboss-menu_brand.beboss-menu_main.active .main-search__input.active ~ .main-search__btn {
    display: block;
  }

  .beboss-menu_brand.beboss-menu_main.active .main-search__input.active ~ .main-search__icon .bk-icon-f {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main.active .bm-profile {
    opacity: 1;
  }

  .beboss-menu_brand.beboss-menu_main.active .bm-profile_dummy {
    opacity: 0;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active {
    left: 0;
    max-width: 300px;
    transition: max-width 200ms linear;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .beboss-menu__container {
    pointer-events: auto;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .beboss-menu__item {
    width: 280px;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .beboss-menu__item-qt {
    opacity: 1;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .beboss-menu__separator {
    width: 280px;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .beboss-menu__poster {
    opacity: 1;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .main-search__label {
    width: 280px;
    overflow: visible;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .main-search__label:hover .main-search__input {
    border-color: #8FD08F;
    box-shadow: 0 0 0 1px #8FD08F;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .main-search__input {
    border-color: #cccccc;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .main-search__input.active {
    border-color: #8FD08F;
    box-shadow: 0 0 0 1px #8FD08F;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .main-search__input.active ~ .main-search__btn {
    display: block;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .main-search__input.active ~ .main-search__icon .bk-icon-f {
    opacity: 1;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .bm-profile {
    opacity: 1;
  }

  .no-touchevents .beboss-menu_brand.beboss-menu_main.active .bm-profile_dummy {
    opacity: 0;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.pay-cards {
  display: table;
  user-select: none;
}

.pay-cards .pay-cards__checked {
  display: none;
}

.pay-cards_center {
  margin: 0 auto;
}

.pay-cards_publ {
  max-width: 850px;
}

.pay-cards_vip {
  max-width: 560px;
}

.pay-cards_vip .pay-cards__content {
  min-height: 350px;
}

.pay-cards_vip .pay-cards__price {
  width: 100%;
  text-align: center;
}

.pay-cards_vip .pay-cards__top {
  margin-bottom: 0;
}

.pay-cards_hover .pay-cards__content:hover:before {
  content: '';
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.pay-cards_hover .pay-cards__content:hover .pay-cards__title,
.pay-cards_hover .pay-cards__content:hover .pay-cards__price,
.pay-cards_hover .pay-cards__content:hover .pay-cards__real-price,
.pay-cards_hover .pay-cards__content:hover .pay-cards__description-text,
.pay-cards_hover .pay-cards__content:hover .pay-cards__description-right,
.pay-cards_hover .pay-cards__content:hover .pay-cards__description-list,
.pay-cards_hover .pay-cards__content:hover .pay-cards__bottom {
  color: #fff;
}

.pay-cards_hover .pay-cards__content:hover .pay-cards__price-block {
  color: rgba(255, 255, 255, 0.7);
}

.pay-cards_hover .pay-cards__content:hover .pay-cards__discount {
  background-color: #fff;
}

.pay-cards_hover .pay-cards__content:hover .pay-cards__btn .button {
  border-color: transparent;
  background-color: #fff;
}

.pay-cards_hover .pay-cards__content:hover .pay-cards__visible {
  display: none;
}

.pay-cards_hover .pay-cards__content:hover .pay-cards__checked {
  display: inline-block;
}

.pay-cards_hover .pay-cards__content_green:hover:before {
  background: linear-gradient(180deg, #2ECC71 0%, #1EA01E 100%);
}

.pay-cards_hover .pay-cards__content_green:hover .pay-cards__btn .button {
  color: #1ea01e;
}

.pay-cards_hover .pay-cards__content_orange:hover:before {
  background: linear-gradient(31.33deg, #DC6D8F 0%, #E0C746 100%);
}

.pay-cards_hover .pay-cards__content_orange:hover .pay-cards__discount {
  color: #fa961e;
}

.pay-cards_hover .pay-cards__content_orange:hover .pay-cards__btn .button {
  color: #fa961e;
}

.pay-cards_hover .pay-cards__content_blue:hover:before {
  background: linear-gradient(31.33deg, #5696DC 0%, #12D6E0 100%);
}

.pay-cards_hover .pay-cards__content_blue:hover .pay-cards__discount {
  color: #00b4f0;
}

.pay-cards_hover .pay-cards__content_blue:hover .pay-cards__btn .button {
  color: #00b4f0;
}

.pay-cards__list {
  display: flex;
}

.pay-cards__item {
  width: 270px;
  flex-shrink: 0;
}

.pay-cards__item + .pay-cards__item {
  margin-left: 20px;
}

.pay-cards__radio {
  display: none;
}

.pay-cards__radio:checked ~ .pay-cards__content {
  pointer-events: none;
}

.pay-cards__radio:checked ~ .pay-cards__content:before {
  content: '';
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.pay-cards__radio:checked ~ .pay-cards__content_green:before {
  background: linear-gradient(180deg, #2ECC71 0%, #1EA01E 100%);
}

.pay-cards__radio:checked ~ .pay-cards__content_green .pay-cards__btn .button {
  color: #1ea01e;
}

.pay-cards__radio:checked ~ .pay-cards__content_orange:before {
  background: linear-gradient(31.33deg, #DC6D8F 0%, #E0C746 100%);
}

.pay-cards__radio:checked ~ .pay-cards__content_orange .pay-cards__discount {
  color: #fa961e;
}

.pay-cards__radio:checked ~ .pay-cards__content_orange .pay-cards__btn .button {
  color: #fa961e;
}

.pay-cards__radio:checked ~ .pay-cards__content_blue:before {
  background: linear-gradient(31.33deg, #5696DC 0%, #12D6E0 100%);
}

.pay-cards__radio:checked ~ .pay-cards__content_blue .pay-cards__discount {
  color: #00b4f0;
}

.pay-cards__radio:checked ~ .pay-cards__content_blue .pay-cards__btn .button {
  color: #00b4f0;
}

.pay-cards__radio:checked ~ .pay-cards__content .pay-cards__title,
.pay-cards__radio:checked ~ .pay-cards__content .pay-cards__price,
.pay-cards__radio:checked ~ .pay-cards__content .pay-cards__real-price,
.pay-cards__radio:checked ~ .pay-cards__content .pay-cards__description-text,
.pay-cards__radio:checked ~ .pay-cards__content .pay-cards__description-right,
.pay-cards__radio:checked ~ .pay-cards__content .pay-cards__description-list,
.pay-cards__radio:checked ~ .pay-cards__content .pay-cards__bottom {
  color: #fff;
}

.pay-cards__radio:checked ~ .pay-cards__content .pay-cards__price-block {
  color: rgba(255, 255, 255, 0.7);
}

.pay-cards__radio:checked ~ .pay-cards__content .pay-cards__discount {
  background-color: #fff;
}

.pay-cards__radio:checked ~ .pay-cards__content .pay-cards__btn .button {
  border-color: transparent;
  background-color: #fff;
}

.pay-cards__radio:checked ~ .pay-cards__content .pay-cards__visible {
  display: none;
}

.pay-cards__radio:checked ~ .pay-cards__content .pay-cards__checked {
  display: inline-block;
}

.pay-cards__content {
  position: relative;
  width: 100%;
  min-height: 450px;
  height: 100%;
  padding: 20px 20px 90px;
  cursor: pointer;
  z-index: 1;
}

.pay-cards__content:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transition: all 150ms ease-out;
  z-index: -1;
}

.pay-cards__content:hover .pay-cards__btn .button {
  border-color: #b4b4b4;
  background-color: #b4b4b4;
  color: #ffffff;
}

.pay-cards__top {
  margin-bottom: -10px;
}

.pay-cards__title {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
}

.pay-cards__price {
  display: inline-block;
  font-family: PT Sans Caption, PT Sans, Arial;
  font-size: 70px;
  font-weight: bold;
  margin-top: -2px;
  color: rgba(0, 0, 0, 0.7);
  text-align: left;
  white-space: nowrap;
}

.pay-cards__price-block {
  position: absolute;
  top: 50px;
  right: 20px;
  color: #b7b7b7;
  text-align: right;
}

.pay-cards__price-cross {
  font-family: PT Sans Caption, PT Sans, Arial;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: line-through;
}

.pay-cards__price-text {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  white-space: nowrap;
}

.pay-cards__middle {
  text-align: center;
}

.pay-cards__discount {
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  padding: 0 10px;
  margin-bottom: 10px;
  background-color: #FF4545;
  border-radius: 16px;
  color: #fff;
}

.pay-cards__real-price {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 21px;
  font-weight: bold;
  text-decoration: line-through;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

.pay-cards__description {
  margin-top: 5px;
}

.pay-cards__description-list {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 10px;
  margin-left: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.pay-cards__description-list p {
  margin-bottom: 5px;
}

.pay-cards__description-list p:last-of-type {
  margin-bottom: 0;
}

.pay-cards__description-item {
  display: flex;
  justify-content: space-between;
}

.pay-cards__description-item + .pay-cards__description-item {
  margin-top: 10px;
}

.pay-cards__description-icon {
  width: 24px;
  height: 24px;
  float: left;
}

.pay-cards__description-icon .pay-cards__visible {
  opacity: 0.6;
}

.pay-cards__description-text {
  font-size: 14px;
  margin-top: 4px;
  margin-left: 32px;
  color: rgba(0, 0, 0, 0.6);
}

.pay-cards__description-right {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  margin-top: 4px;
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.6);
}

.pay-cards__bottom {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 90px;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}

.pay-cards__bottom-price {
  font-size: 21px;
  font-weight: bold;
}

.pay-cards__bottom-text {
  font-size: 16px;
}

.pay-cards__btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
}

.pay-cards__total {
  display: table;
  width: 100%;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.pay-cards__total-top {
  margin-bottom: 15px;
}

.pay-cards__total-table {
  display: table;
}

.pay-cards__total-left {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}

.pay-cards__total-title {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}

.pay-cards__total-text {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
}

.pay-cards__total-btn {
  display: table-cell;
  width: 160px;
  vertical-align: middle;
}

@media screen and (max-width: 1100px) {
  .pay-cards_center-adaptiv {
    margin: 0 auto;
  }

  .pay-cards_publ {
    max-width: 500px;
  }

  .pay-cards_vip {
    max-width: 500px;
  }

  .pay-cards_vip .pay-cards__content {
    min-height: inherit;
  }

  .pay-cards_vip .pay-cards__price {
    width: auto;
    text-align: right;
  }

  .pay-cards_vip .pay-cards__middle {
    float: right;
  }

  .pay-cards_vip .pay-cards__discount {
    font-size: 14px;
    line-height: 28px;
  }

  .pay-cards_vip .pay-cards__btn {
    margin-top: 10px;
  }

  .pay-cards__list {
    flex-wrap: wrap;
  }

  .pay-cards__item {
    width: 100%;
  }

  .pay-cards__item + .pay-cards__item {
    margin-top: 10px;
    margin-left: 0;
  }

  .pay-cards__radio:checked ~ .pay-cards__content:before {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  }

  .pay-cards__content {
    width: 100%;
    min-height: inherit;
    padding-top: 12px;
    padding-bottom: 20px;
  }

  .pay-cards__top {
    display: table;
    width: 100%;
  }

  .pay-cards__title {
    display: table-cell;
    font-size: 18px;
    vertical-align: middle;
    float: none;
  }

  .pay-cards__price {
    display: table-cell;
    font-size: 45px;
    line-height: 1;
    vertical-align: middle;
    text-align: right;
    padding-left: 15px;
    float: none;
  }

  .pay-cards__price-block {
    position: static;
    width: 100%;
    line-height: 27px;
    margin-top: 15px;
    margin-bottom: 15px;
    *zoom: 1;
  }

  .pay-cards__price-block:before,
  .pay-cards__price-block:after {
    content: " ";
    display: table;
    box-sizing: border-box;
    clear: both;
  }

  .pay-cards__price-cross {
    font-size: 21px;
    float: right;
  }

  .pay-cards__price-text {
    line-height: 27px;
    float: left;
  }

  .pay-cards__middle {
    *zoom: 1;
    margin-top: 10px;
  }

  .pay-cards__middle:before,
  .pay-cards__middle:after {
    content: " ";
    display: table;
    box-sizing: border-box;
    clear: both;
  }

  .pay-cards__discount {
    float: left;
  }

  .pay-cards__real-price {
    position: static;
    margin-top: 3px;
    float: right;
  }

  .pay-cards__description {
    margin-top: 15px;
  }

  .pay-cards__description-list {
    margin-bottom: 10px;
  }

  .pay-cards__bottom {
    position: static;
    text-align: left;
    margin-top: 5px;
  }

  .pay-cards__bottom-price {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
  }

  .pay-cards__btn {
    position: static;
    margin-top: 20px;
  }

  .pay-cards__total {
    display: block;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
  }

  .pay-cards__total-left {
    display: block;
    padding-right: 0;
  }

  .pay-cards__total-title {
    line-height: 1.4;
  }

  .pay-cards__total-text {
    margin-top: 0;
  }

  .pay-cards__total-btn {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 335px) {
  .pay-cards .pay-cards__price {
    font-size: 40px;
    padding-left: 10px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.boss-error_bosszon .link-color {
  color: #0088cc;
}

.boss-error_bplans .link-color {
  color: #1ea01e;
}

.boss-error__head {
  background-color: rgba(0, 0, 0, 0.2);
}

.boss-error-head__title {
  font-size: 120px;
  line-height: 1;
  margin-top: 35px;
}

.boss-error-head__txt {
  font-size: 30px;
  line-height: 1.5;
  margin-top: 35px;
  padding-bottom: 35px;
}

.boss-error-head__link {
  margin-right: 10px;
  color: #0088cc;
}

.boss-error-head__link:hover {
  text-decoration: underline;
}

.boss-error__body {
  margin-top: 50px;
  width: 650px;
}

.boss-error__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 20px;
  display: table;
}

.old-browser__head {
  background: #00a0dc;
  padding: 65px 0 75px;
  margin-bottom: 50px;
}

.old-browser-head__title {
  color: #fff;
  font-size: 55px;
  line-height: 1.2;
  font-weight: normal;
  padding-bottom: 20px;
}

.old-browser-head__txt {
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
}

.old-browser-content__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.old-browser__list {
  margin-top: 60px;
}

.old-browser__item {
  display: inline-block;
  margin-bottom: 20px;
}

.old-browser__item:not(:last-of-type) {
  margin-right: 40px;
}

.old-browser__item-img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.old-browser__item-txt {
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

@media screen and (max-width: 788px) {
  .boss-error-head__title {
    font-size: 90px;
  }

  .boss-error-head__txt {
    font-size: 24px;
  }

  .boss-error__body {
    width: auto;
    margin-top: 30px;
  }

  .boss-error__txt {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .old-browser__head {
    padding: 45px 0 45px;
    margin-bottom: 40px;
  }

  .old-browser-head__title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: normal;
    padding-bottom: 10px;
  }

  .old-browser-head__txt {
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal;
  }

  .old-browser__list {
    margin-top: 30px;
  }

  .old-browser__item-img {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 530px) {
  .old-browser__head {
    padding: 25px 0 25px;
    margin-bottom: 20px;
  }

  .old-browser-head__title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: normal;
  }

  .old-browser-head__txt {
    font-size: 15px;
    line-height: 1.2;
    font-weight: normal;
  }

  .old-browser-content__txt {
    font-size: 15px;
    line-height: 1.2;
    font-weight: normal;
  }

  .old-browser__list {
    margin-top: 20px;
  }
}

@media screen and (max-width: 467px) {
  .old-browser__item {
    margin-right: 60px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.bus__head_personal:before {
  background-color: #f0f2f5 !important;
}

.plan-head {
  /*Повторяющиеся стили*/
  /*&-title {
      .pts-r(55px);
      color: @white-color;
      &_personal {
        color: black;
      }
    }*/
}

.plan-head__breadcrumbs {
  margin-bottom: 25px;
  display: table;
}

.plan-head__statistics {
  margin-bottom: 20px;
}

.plan-head__social {
  margin-top: 30px;
}

.plan-body__issue {
  padding-top: 30px;
}

.plan-body__title {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
}

.plan-body__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 15px;
}

.plan-body__item {
  margin-bottom: 30px;
}

.plan-body-title {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.plan-body-title_main {
  font-weight: 500;
}

.plan-body__description {
  margin-bottom: 25px;
}

.plan-body-description {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
}

.plan-body-txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 15px;
}

.plan-body__img {
  margin-bottom: 20px;
  display: table;
}

.plan-body__img ul li {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.plan-body__img ul li:before {
  content: none;
}

.plan-body-img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.plan-body__anchor {
  position: relative;
  top: -40px;
  left: 0;
}

.plan__section {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed;
  border-color: #aaaaaa;
  *zoom: 1;
}

.plan__section:before,
.plan__section:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.plan-section__obj {
  width: 50%;
  float: left;
}

.plan-section__obj_left {
  padding-right: 20px;
}

.plan-section__obj_right {
  padding-left: 20px;
  text-align: right;
  float: right;
}

.plan-section__btn {
  margin-bottom: 20px;
}

.plan-section__txt {
  margin-bottom: 5px;
}

.plan-section-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
  text-transform: uppercase;
}

.plan-section-description {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

@media screen and (max-width: 1100px) {
  /*Повторяющиеся стили*/

  /*.plan {
    &-head {
      &-title {
        font-size: 40px;
      }
    }
  }*/
}

@media screen and (max-width: 788px) {
  .plan-head-title_bus {
    font-size: 30px;
  }

  .plan-section__description {
    display: none;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.bus-head__body-plan {
  background: #fff;
  top: 50px;
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  padding: 15px 0;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
}

.bus-head__folding-icon {
  float: left;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 5px;
}

.bus-head__folding-icon .icon-norm {
  display: block;
}

.bus-head__folding-icon .icon-hover {
  display: none;
}

.bus-head__title-fixed {
  *zoom: 1;
}

.bus-head__title-fixed:before,
.bus-head__title-fixed:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.bus-head__title-txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  float: left;
  margin-top: 5px;
  margin-left: 30px;
}

.bus-head__social {
  float: right;
}

.bus-head__social-list {
  float: left;
}

.bus-head__social-item {
  float: left;
  font-size: 0;
}

.bus-head__social-item:not(:last-of-type) {
  margin-right: 5px;
}

.bus-head__statistics {
  float: left;
  margin-top: 5px;
}

.bus-head__btn {
  float: left;
  padding: 0 20px;
  margin: 0 20px;
  border-right: 1px dashed;
  border-left: 1px dashed;
  border-color: #aaa;
}

.bus__head_plan {
  background-color: #989898;
}

.bus-head_left {
  float: left;
}

.bus__story {
  float: right;
  border-radius: 5px;
  border: 2px solid;
  border-color: #fff;
  padding: 20px;
  z-index: 5;
  position: relative;
  max-width: 320px;
  margin-top: 130px;
}

.bus-story__title {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 25px;
}

.bus-story__user {
  margin-bottom: 20px;
}

.bus-story__user-photo {
  display: inline-block;
  font-size: 0;
  width: 40px;
  height: 40px;
}

.bus-story__user-photo:not(:last-of-type) {
  margin-right: 10px;
}

.bus-story__other {
  color: #fff;
}

.bus-story__other-link:hover {
  text-decoration: underline;
}

.bus-story__link {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

.bus-story__tooltip {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: absolute;
  z-index: 20;
  background-color: #fff;
  border-radius: 5px;
  max-width: 300px;
  text-align: left;
}

.bus-story__tooltip-triangle {
  width: 0;
  height: 0;
  position: absolute;
  z-index: 20;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  top: 100%;
}

.statistics_tooltip {
  margin-top: 10px;
}

.btn-body_no-txt {
  padding: 0 5px;
}

@media screen and (max-width: 1100px) {
  .bus-head_left {
    float: none;
  }

  .bus__story {
    float: none;
    margin-top: 30px;
  }
}

@media screen and (max-width: 788px) {
  .bus-head__social {
    float: none;
    margin-top: 20px;
  }

  .bus-head__title-txt {
    float: none;
  }
}

@media screen and (max-width: 347px) {
  .bus-head__btn {
    border-right: none;
  }

  .bus-head__social-list {
    margin-top: 10px;
  }
}

/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.people-menu__icon {
  margin-left: 5px;
}

.people-contact__head {
  padding: 20px 30px 0;
}

.people__list {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.people__item {
  padding: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 5px;
  *zoom: 1;
}

.people__item:before,
.people__item:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.people__item:hover {
  background: #f0f2f5;
}

.people-item__btn {
  float: right;
  margin-top: 5px;
}

.people__info {
  *zoom: 1;
  float: left;
}

.people__info:before,
.people__info:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.people-info__photo {
  width: 50px;
  height: 50px;
  float: left;
}

.people-info__block {
  margin-left: 70px;
  margin-right: 280px;
  width: 400px;
}

.people-info__name {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.people-info__specialty {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaa;
}

.people-info__city {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.people-info__company {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaa;
}

.people-info__location {
  float: right;
  width: 250px;
}

.people__menu {
  padding-top: 5px;
  padding-left: 50px;
}

.people__search {
  width: 350px;
}

.people__subscribe-btn_message {
  display: none;
}

.drop-down-side__body_l {
  right: auto;
  left: 0;
  min-width: 160px;
}

.message-side__head_contact {
  border: none;
  position: relative;
  top: 0;
  padding: 0;
  margin: 0;
  height: auto;
}

.message-side__head_active .people__menu {
  display: none;
}

.message-side__head_active .message-side__search-wrap_contact {
  float: none;
  margin-bottom: 17px;
}

@media screen and (max-width: 1550px) {
  .people-info__block {
    margin-right: 180px;
  }
}

@media screen and (max-width: 1100px) {
  .people-item__btn {
    float: none;
    margin-top: 20px;
  }

  .people__info {
    float: none;
  }
}

@media screen and (max-width: 788px) {
  .people-info__block {
    margin-right: 120px;
    width: 370px;
  }
}

@media screen and (max-width: 665px) {
  .people-info__location {
    width: 130px;
  }

  .people-info__city {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .people-info__company {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 530px) {
  .people-contact__head {
    padding-left: 0;
    padding-right: 0;
  }

  .people__search {
    width: 100%;
  }

  .people__search .message-side__search {
    padding-right: 0;
  }

  .people__search .message-side__search-icon_right {
    margin-right: 0;
  }

  .people__list {
    padding: 5px;
  }

  .people__item {
    padding: 10px;
  }

  .people-item__btn {
    float: right;
    margin-top: 5px;
  }

  .people__info {
    float: left;
  }

  .people-info__location {
    display: none;
  }

  .people-info__block {
    margin-right: 10px;
    width: 190px;
  }

  .people-info__name {
    font-size: 15px;
  }

  .people__subscribe-btn_message {
    display: block;
  }

  .people__subscribe-btn_no-txt {
    display: none;
  }
}

@media screen and (max-width: 380px) {
  .people-info__block {
    margin-left: 50px;
  }

  .people-info__photo {
    width: 40px;
    height: 40px;
  }

  .people-item__btn {
    display: none;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.ttooltip_bottom {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: absolute;
  z-index: 120;
  background-color: #fff;
  border-radius: 5px;
  min-width: 300px;
  max-width: 350px;
  text-align: left;
  font-size: 0;
  margin-top: 20px;
}

.ttooltip_bottom .ttooltip-triangle {
  left: 50%;
}

.ttooltip_right {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: absolute;
  z-index: 20;
  background-color: #fff;
  border-radius: 5px;
  min-width: 300px;
  max-width: 350px;
  text-align: left;
}

.ttooltip_left {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: absolute;
  z-index: 20;
  background-color: #fff;
  border-radius: 5px;
  min-width: 300px;
  max-width: 350px;
  text-align: left;
}

.ttooltip_top {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: absolute;
  z-index: 20;
  background-color: #fff;
  border-radius: 5px;
  min-width: 300px;
  max-width: 350px;
  text-align: left;
}

.ttooltip__head {
  *zoom: 1;
  margin-bottom: 10px;
}

.ttooltip__head:before,
.ttooltip__head:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.ttooltip__exit-icon {
  float: right;
}

.ttooltip__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

.ttooltip__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 20px;
}

.ttooltip-triangle {
  width: 0;
  height: 0;
  position: absolute;
  z-index: 20;
}

.ttooltip-triangle_top {
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #fff;
  top: -16px;
}

.ttooltip-triangle_left {
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 16px solid #fff;
  left: -16px;
}

.ttooltip-triangle_right {
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #fff;
  left: 100%;
}

.ttooltip-triangle_bottom {
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #fff;
  bottom: -16px;
  /*bugfix for edge*/
  bottom: -15px;
}

.circle__list {
  *zoom: 1;
  float: left;
  margin-top: 5px;
}

.circle__list:before,
.circle__list:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.circle-list__item {
  width: 10px;
  height: 10px;
  background: #aaaaaa;
  border-radius: 100%;
  float: left;
}

.circle-list__item:not(:last-of-type) {
  margin-right: 10px;
}

.edit-new__head_relative {
  position: relative;
}

.edit-new__btn-redact {
  position: relative;
  display: block;
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 11;
}

.edit-new__btn-redact:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.edit-new__btn-redact-text {
  font-size: 14px;
  line-height: 40px;
  color: #fff;
}

.edit-new__attention {
  display: flex;
  max-width: 850px;
  width: 100%;
  padding: 20px;
  margin: 20px auto 0;
  background-color: #efefef;
  border-radius: 5px;
  color: #ff4545;
  *zoom: 1;
}

.edit-new__attention_m50 {
  margin-top: 50px;
}

.edit-new__attention_full {
  max-width: 100%;
  margin: 20px 0;
}

.edit-new__attention_m-t0 {
  margin-top: 0;
}

.edit-new__attention:before,
.edit-new__attention:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.edit-new__attention-left {
  flex-shrink: 0;
}

.edit-new__attention-icon {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  margin-right: 20px;
  border: 1px solid #ff4545;
  border-radius: 50%;
}

.edit-new__attention-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
}

.edit-new__attention-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  padding-top: 5px;
}

.edit-new-head__body {
  position: relative;
}

.edit-new__switch {
  position: relative;
}

@media screen and (max-width: 530px) {
  .ttooltip_bottom {
    left: 10px !important;
    right: 10px !important;
    margin: 20px auto;
  }

  .ttooltip_top {
    left: 10px !important;
    right: 10px !important;
    margin: 20px auto;
  }

  .edit-new__attention-left {
    display: none;
  }

  .edit-new__btn-redact {
    bottom: -20px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.no-touchevents .beboss-head__city-tooltip {
  left: 150px;
}

.beboss-head {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  font-size: 0;
  width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  padding-left: 20px;
  padding-right: 10px;
  background-color: #ffffff;
  z-index: 1021;
  *zoom: 1;
  user-select: none;
  /*модификаор для личного кабинета*/
}

.beboss-head:before,
.beboss-head:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.beboss-head_lk {
  background-color: #4A4A4A;
  box-shadow: none;
  /*Черный цвет текста для выпадающи блоков*/
}

.beboss-head_lk .beboss-head__vip-switch {
  background-color: rgba(255, 255, 255, 0.2);
}

.beboss-head_lk .beboss-head__burger span {
  background-color: #ffffff;
}

.beboss-head_lk .beboss-head__burger span::before,
.beboss-head_lk .beboss-head__burger span::after {
  background-color: #ffffff;
}

.beboss-head_lk .beboss-head__btn-open.active {
  background-color: #333;
}

.beboss-head_lk .beboss-head__btn-open:hover {
  background-color: #333;
}

.beboss-head_lk .battery_head .battery__indicator {
  background-color: rgba(255, 255, 255, 0.3);
}

.beboss-head_lk .battery_head .battery__indicator_paint {
  background-color: #ffffff;
}

.beboss-head_lk .beboss-head__text {
  color: #ffffff;
  margin-left: 15px;
}

.beboss-head_lk .beboss-head__logo-text {
  color: #ffffff;
}

.beboss-head_lk .beboss-head__btn-entry {
  display: none;
}

.beboss-head__text {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 60px;
}

.beboss-head__burger {
  display: none;
  vertical-align: top;
  margin-top: 15px;
  width: 30px;
  height: 30px;
  position: relative;
  margin-right: 15px;
  margin-left: -6px;
  cursor: pointer;
}

.beboss-head__burger span {
  display: block;
  width: 18px;
  height: 3px;
  background-color: #cccccc;
  position: absolute;
  top: 13.5px;
  left: 6px;
}

.beboss-head__burger span::before,
.beboss-head__burger span::after {
  content: '';
  display: block;
  width: 18px;
  height: 3px;
  background-color: #cccccc;
  position: absolute;
}

.beboss-head__burger span::before {
  top: -7px;
  transition: top 150ms linear 150ms, transform 150ms linear 0ms;
}

.beboss-head__burger span::after {
  bottom: -7px;
  transition: bottom 150ms linear 150ms, transform 150ms linear 0ms;
}

.beboss-head__burger.active span {
  background-color: transparent;
}

.beboss-head__burger.active span::before {
  top: 0;
  transform: rotate(45deg);
  transition: top 150ms linear 0ms, transform 150ms linear 150ms;
}

.beboss-head__burger.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 150ms linear 0ms, transform 150ms linear 150ms;
}

.beboss-head__left {
  float: left;
}

.beboss-head__right {
  float: right;
}

.beboss-head__logo-container {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin-right: 15px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.beboss-head__logo-icon {
  display: inline-block;
  vertical-align: top;
}

.beboss-head__logo-icon .icon-logo-3 {
  width: 24px;
  height: 24px;
  background-size: cover;
}

.beboss-head__logo-text {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.beboss-head__search-container {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  padding-top: 10px;
  position: relative;
}

.beboss-head__vip-switch {
  position: relative;
  width: 60px;
  height: 30px;
  border-radius: 36px;
  background-color: #B7B7B7;
}

.beboss-head__vip-switch span {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 40px;
  height: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  color: #B7B7B7;
  background-color: #fff;
  border-radius: 36px;
}

.beboss-head__vip-switch.active {
  background-color: #FA961E;
}

.beboss-head__vip-switch.active span {
  left: inherit;
  right: 3px;
  color: #FA961E;
}

.beboss-head__btn-add {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  margin-right: 15px;
  /*.button {
        height: 40px;
        max-height: 40px;
      }*/
}

.beboss-head__btn-add_q {
  width: 100px;
}

.beboss-head__btn-add_a {
  width: 135px;
}

.beboss-head__btn-open {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: relative;
  transition: background-color 150ms linear;
}

.beboss-head__btn-open_city-selection {
  position: relative;
  width: auto !important;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 60px;
  padding-left: 15px;
  padding-right: 40px;
}

.beboss-head__btn-open_city-selection .beboss-head__drop-down-container {
  left: -30px;
  right: auto;
}

.beboss-head__btn-open_city-selection .beboss-head__icon {
  width: auto !important;
  height: auto !important;
  position: absolute;
  right: 8px;
  top: calc(50% - 12px);
  line-height: 0;
  opacity: .2;
}

.beboss-head__btn-open_vip {
  width: 90px;
}

.beboss-head__btn-open_vip a {
  display: block;
  padding: 15px;
}

.beboss-head__btn-open:hover {
  background-color: #E9F6E9;
}

.beboss-head__btn-open.active {
  cursor: default;
  background-color: #E9F6E9;
}

.beboss-head__btn-open.active .beboss-head__drop-down-block {
  transform: translateY(0);
}

.beboss-head__btn-open.active .beboss-head__drop-down-container {
  height: calc(100vh - 60px);
  padding: 0 30px 30px 30px;
}

.beboss-head__btn-open.active .beboss-head__drop-down-container::after {
  content: '';
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
}

.beboss-head__btn-open.beboss-head__btn-open_new .beboss-head__icon {
  display: none;
}

.beboss-head__btn-open.beboss-head__btn-open_new .beboss-head__icon_new {
  display: inline-block;
}

.beboss-head__btn-open .beboss-head__icon {
  width: 100%;
  height: 100%;
}

.beboss-head__btn-open .beboss-head__icon_new {
  display: none;
}

.beboss-head__btn-entry {
  display: inline-block;
  vertical-align: top;
  padding: 18px 15px;
}

.beboss-head__btn-entry:hover {
  background-color: #E9F6E9;
}

.beboss-head__btn-entry .bk-item {
  width: 90px;
  justify-content: center;
}

.beboss-head__icon {
  background-position: center;
}

.beboss-head__userpic {
  width: 30px;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.beboss-head__userpic img {
  width: 100%;
  border-radius: 50%;
}

.beboss-head__battery {
  margin-top: 5px;
}

.beboss-head__drop-down-container {
  position: absolute;
  top: 100%;
  right: -30px;
  height: 0;
  overflow: hidden;
  z-index: 1;
}

.beboss-head__drop-down-container::before {
  content: '';
  display: block;
  position: absolute;
  top: -50px;
  left: 30px;
  height: 50px;
  width: calc(100% - 60px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.beboss-head__drop-down-block {
  display: inline-block;
  background-color: #ffffff;
  padding: 10px !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 10px 10px;
  right: 0;
  position: relative;
  transform: translateY(-100%);
  transition: transform 200ms linear;
}

.beboss-head__drop-down-block_mes {
  width: 450px;
}

.beboss-head__drop-down-block_ntf {
  width: 540px;
}

.beboss-head__drop-down-block_menu {
  width: 300px;
  max-width: 300px;
  min-width: 300px;
}

.beboss-head__drop-down-block_city-selection {
  width: 300px;
}

.beboss-head__drop-down-block .bk-preload-wrap {
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 75px;
}

.beboss-head__profile-menu {
  right: 10px;
  max-width: 300px;
}

.beboss-head__ntf-list {
  right: 130px;
  max-width: 540px;
}

.beboss-head__mes-list {
  right: 190px;
  max-width: 450px;
}

.beboss-head__title-lk {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 18px;
}

.beboss-head__city-name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}

.beboss-head__city-name::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  transform: rotate(135deg);
  position: absolute;
  right: 0;
  top: 4px;
}

.beboss-head__city-container {
  display: inline-block;
  vertical-align: top;
  padding-top: 18px;
  position: relative;
}

.beboss-head__city-tooltip {
  padding: 15px 20px 20px 20px;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  width: 300px;
  position: absolute;
  left: 150px;
  top: 80px;
  cursor: default;
}

.beboss-head__city-tooltip::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background-color: #ffffff;
  position: absolute;
  box-shadow: -3px -3px 10px rgba(0, 0, 0, 0.05);
  top: -10px;
  left: 20px;
}

.beboss-head__city-tooltip .ntf-item__title {
  padding-right: 30px;
  width: 100%;
}

.beboss-head__city-tooltip .ntf-item__control {
  margin-right: 10px;
}

.beboss-head__city-tooltip .ntf-item__control:nth-child(1) {
  width: 80px;
}

.beboss-head__city-tooltip .ntf-item__control:nth-child(2) {
  width: 170px;
}

.beboss-head__city-tooltip .ntf-item__control-panel {
  text-align: left;
  font-size: 0;
  line-height: 0;
}

.bmc {
  display: none;
}

.beboss-ntf {
  position: fixed;
  right: 0;
  z-index: 1020;
  overflow: hidden;
}

@keyframes ntf-pop-up {
  0% {
    right: -540px;
  }

  100% {
    right: 0;
  }
}

.ntf-item {
  *zoom: 1;
}

.ntf-item:before,
.ntf-item:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.ntf-item__img {
  display: block;
  float: left;
  width: 70px;
  margin-right: 15px;
}

.ntf-item__img img {
  width: 100%;
  border-radius: 6px;
}

.ntf-item__img ~ .ntf-item__title {
  float: right;
  width: calc(100% - 85px);
}

.ntf-item__img ~ .ntf-item__text {
  float: right;
  width: calc(100% - 85px);
}

.ntf-item__img ~ .ntf-item__control-panel {
  float: right;
  width: calc(100% - 85px);
}

.ntf-item__title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.ntf-item__text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  display: block;
}

.ntf-item__close {
  width: 15px;
  height: 15px;
  background-size: cover;
  opacity: 0.2;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.ntf-item__close:hover {
  opacity: .5;
}

.ntf-item__control {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 10px;
}

.ntf-item__control:last-child {
  margin-right: 0;
}

.ntf-item__control-panel {
  margin-top: 10px;
  text-align: right;
  margin-bottom: -10px;
  display: block;
}

.ntf-list {
  max-height: 450px;
}

.ntf-list__item {
  display: block;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}

.ntf-list__item:hover {
  background-color: #E9F6E9;
}

.ntf-pop-up {
  position: relative;
  max-width: 540px;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  margin: 30px;
  animation-name: ntf-pop-up;
  animation-duration: 300ms;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.ntf-pop-up_battery {
  position: fixed;
  animation: none;
  right: 10px;
  top: 85px;
  margin: 0;
}

.ntf-pop-up_battery::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 19px;
  top: -9px;
  box-shadow: -3px -3px 10px rgba(0, 0, 0, 0.05);
}

.ntf-pop-up_battery .ntf-item__img {
  width: 100px;
  margin: 10px 15px 10px 0;
}

.ntf-pop-up_battery .ntf-item__img-userpic {
  width: 60px;
  margin: 0 auto;
}

.ntf-pop-up_battery .ntf-item__img-userpic img {
  border-radius: 50%;
}

.ntf-pop-up_battery .ntf-item__text {
  width: calc(100% - 115px);
}

.ntf-pop-up_battery .ntf-item__title {
  width: calc(100% - 115px);
}

.mes-list__item {
  padding: 15px 10px;
  border-radius: 5px;
  cursor: pointer;
  display: block;
}

.mes-list__item:hover {
  background-color: #E9F6E9;
}

.mes-list__item-img {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.mes-list__item-img img {
  width: 100%;
}

.mes-list__item-name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mes-list__item-text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.4);
  padding-left: 25px;
  position: relative;
  height: 20px;
  padding-top: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mes-list__item-text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

.mes-list__item-text_not-viewed {
  font-weight: bold;
  color: #000000;
  padding-left: 0;
}

.mes-list__item-text_not-viewed::before {
  display: none;
}

.mes-list__item-text_viewed {
  padding-left: 0;
}

.mes-list__item-text_viewed::before {
  display: none;
}

.mes-list__item-text_sent::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M3.19133277%2C10.6853509%20C2.86649738%2C10.2321136%202.96524655%2C9.59747656%203.41189521%2C9.26784941%20C3.85854387%2C8.93822226%204.48395526%2C9.03842811%204.80879065%2C9.49166544%20L8.01868164%2C13.9703721%20L15.204531%2C4.39981856%20C15.5392365%2C3.95403736%2016.1666926%2C3.8679952%2016.6059936%2C4.20763802%20C17.0452945%2C4.54728085%2017.1300859%2C5.18399282%2016.7953804%2C5.62977403%20L9.60953102%2C15.2003275%20C9.49178297%2C15.3571516%209.35214387%2C15.4957281%209.19501464%2C15.6116896%20C8.30171732%2C16.2709439%207.05089454%2C16.0705322%206.40122376%2C15.1640576%20L3.19133277%2C10.6853509%20Z%22%20opacity%3D%22.2%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.mes-list__item-text_read::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%2300B4F0%22%20d%3D%22M1.19133309%2C10.5881659%20C0.866497163%2C10.1415177%200.965246493%2C9.51610692%201.41189589%2C9.19127185%20C1.85854528%2C8.86643678%202.4839577%2C8.96518585%202.80879363%2C9.41183407%20L6.0186899%2C13.8254299%20L13.2045511%2C4.39401177%20C13.5392571%2C3.95471127%2014.1667143%2C3.86991998%2014.606016%2C4.20462512%20C15.0453176%2C4.53933027%2015.1301091%2C5.16678581%2014.7954031%2C5.60608631%20L7.6095419%2C15.0375044%20C7.49179365%2C15.1920486%207.35215432%2C15.3286105%207.19502484%2C15.4428862%20C6.30172605%2C16.0925563%205.0509012%2C15.8950582%204.40122936%2C15.0017617%20L1.19133309%2C10.5881659%20Z%20M11.2999965%2C15.5999451%20C10.968628%2C16.0417685%2010.3418312%2C16.1313107%209.90000657%2C15.7999431%20C9.45818194%2C15.4685755%209.36863954%2C14.8417803%209.700008%2C14.3999568%20L17.1999541%2C4.40005493%20C17.5313226%2C3.95823146%2018.1581194%2C3.86868929%2018.599944%2C4.20005689%20C19.0417686%2C4.53142449%2019.1313111%2C5.15821969%2018.7999426%2C5.60004316%20L11.2999965%2C15.5999451%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.mes-list__item-text_received::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M1.19133309%2C10.5881659%20C0.866497163%2C10.1415177%200.965246493%2C9.51610692%201.41189589%2C9.19127185%20C1.85854528%2C8.86643678%202.4839577%2C8.96518585%202.80879363%2C9.41183407%20L6.0186899%2C13.8254299%20L13.2045511%2C4.39401177%20C13.5392571%2C3.95471127%2014.1667143%2C3.86991998%2014.606016%2C4.20462512%20C15.0453176%2C4.53933027%2015.1301091%2C5.16678581%2014.7954031%2C5.60608631%20L7.6095419%2C15.0375044%20C7.49179365%2C15.1920486%207.35215432%2C15.3286105%207.19502484%2C15.4428862%20C6.30172605%2C16.0925563%205.0509012%2C15.8950582%204.40122936%2C15.0017617%20L1.19133309%2C10.5881659%20Z%20M11.2999965%2C15.5999451%20C10.968628%2C16.0417685%2010.3418312%2C16.1313107%209.90000657%2C15.7999431%20C9.45818194%2C15.4685755%209.36863954%2C14.8417803%209.700008%2C14.3999568%20L17.1999541%2C4.40005493%20C17.5313226%2C3.95823146%2018.1581194%2C3.86868929%2018.599944%2C4.20005689%20C19.0417686%2C4.53142449%2019.1313111%2C5.15821969%2018.7999426%2C5.60004316%20L11.2999965%2C15.5999451%20Z%22%20opacity%3D%22.2%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.mes-list__item-text-container {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 140px);
  margin-top: -3px;
}

.mes-list__item-meta-container {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  width: 80px;
  margin-top: 2px;
  margin-left: 10px;
  margin-bottom: -4px;
}

.mes-list__item-time {
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.4);
}

.mes-list__item-qt {
  display: inline-block;
  background-color: #00B4F0;
  border-radius: 15px;
  padding: 3px 8px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 4px;
}

.mes-list__separator {
  display: block;
  height: 1px;
  background-color: #cccccc;
  margin-top: 5px;
  margin-bottom: 5px;
}

.battery__indicator {
  width: calc(20% - 1.6px);
  background-color: rgba(0, 0, 0, 0.15);
  margin-right: 2px;
}

.battery__indicator:last-child {
  margin-right: 0;
}

.battery__indicator-container {
  display: flex;
}

.battery__indicator_paint {
  background-color: #1ea01e;
}

.battery_head .battery__indicator {
  width: calc(20% - 0.8px);
  margin-right: 1px;
}

.battery_head .battery__indicator:last-child {
  margin-right: 0;
}

.battery_head .battery__indicator-container {
  width: 40px;
  height: 4px;
  border-radius: 4px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.battery_vip .battery__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

.battery_vip .battery__paint {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 4px;
  background-color: #fa961e;
}

.battery_menu .battery__indicator-container {
  width: 100%;
  height: 10px;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}

.battery_menu .battery-bg {
  background-color: #333;
}

.main-search {
  /*&.active {
    .main-search {
      &__input {
        color: @font-black;
        box-shadow: 0 0 0 1px @bk-green-05 !important;
        border: 1px solid @bk-green-05 !important;
      }
      &__btn {
        display: block;
        //opacity: 1;
      }
      &__icon {
        .bk-icon-h {
          opacity: 0 !important;
        }
        .bk-icon-f {
          opacity: 1 !important;
        }
      }
    }
  }*/
}

.main-search__input.bk-input-text {
  padding-left: 45px;
  padding-right: 35px;
  width: 100%;
}

.main-search__input:hover {
  box-shadow: 0 0 0 1px #8FD08F;
  border-color: #8FD08F;
}

.main-search__input:focus {
  box-shadow: 0 0 0 1px #8FD08F;
  border-color: #8FD08F;
}

.main-search__input:focus ~ .main-search__btn {
  display: block;
  pointer-events: none;
}

.main-search__input.active {
  box-shadow: 0 0 0 1px #8FD08F;
  border-color: #8FD08F;
}

.main-search__input.active:hover ~ .main-search__icon .bk-icon-n {
  opacity: 0;
}

.main-search__input.active:hover ~ .main-search__icon .bk-icon-h {
  opacity: 0;
}

.main-search__input.active:hover ~ .main-search__icon .bk-icon-f {
  opacity: 1;
}

.main-search__input.active ~ .main-search__btn {
  display: block;
  pointer-events: auto;
}

.main-search__input.active ~ .main-search__icon .bk-icon-n {
  opacity: 0;
}

.main-search__input.active ~ .main-search__icon .bk-icon-h {
  opacity: 0;
}

.main-search__input.active ~ .main-search__icon .bk-icon-f {
  opacity: 1;
}

.main-search__input.bk-input-text_ac-on {
  border-radius: 6px 6px 0 0;
}

.main-search__input.bk-input-text_ac-on ~ .main-search-autocomplete {
  display: block;
}

.main-search__label {
  display: block;
  position: relative;
  cursor: text;
}

.main-search__label:hover .main-search__input.active {
  box-shadow: 0 0 0 1px #8FD08F;
  border-color: #8FD08F;
}

.main-search__icon {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: 10px;
}

.main-search__btn {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  padding: 0;
  border: none;
  overflow: hidden;
  font-size: 0;
}

.main-search-autocomplete {
  display: none;
}

.bh-empty-ddb {
  text-align: center;
  width: 280px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
}

.bh-empty-ddb__img {
  display: inline-block;
  width: 70px;
}

.bh-empty-ddb__text {
  margin-top: 9px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}

.city-selection {
  line-height: 1;
}

.city-selection__form-item {
  margin-bottom: 10px;
}

.city-selection__form-item:last-child {
  margin-bottom: 0;
}

.city-selection__list {
  max-height: 281px;
  width: calc(100% + 30px) !important;
  max-width: calc(100% + 30px) !important;
  min-width: calc(100% + 30px) !important;
  padding-right: 30px !important;
  margin-right: -30px !important;
}

.city-selection__list-container {
  padding-top: 10px;
  position: relative;
  padding-right: 10px;
  width: calc(100% + 10px);
  padding-bottom: 10px;
  margin-bottom: -10px;
  border-radius: 0 0 10px 10px;
}

.city-selection__item {
  display: block;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding: 9px 16px;
  cursor: pointer;
}

.city-selection__item:hover {
  background-color: #E9F6E9;
}

.city-selection__item_active {
  font-weight: bold;
}

.city-selection__separator {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 5px;
  margin-bottom: 5px;
}

.modal-city-selection .city-selection__list-container {
  padding-right: 20px;
  width: calc(100% + 20px);
  padding-bottom: 20px;
  margin-bottom: -20px;
}

.modal-city-selection .bk-preload-wrap {
  margin: 20px auto;
}

@media screen and (max-width: 1380px) {
  .no-touchevents .beboss-head__burger {
    display: none;
  }

  .beboss-head__burger {
    display: inline-block;
  }

  .beboss-head__city-tooltip {
    left: 190px;
  }
}

@media screen and (max-width: 1100px) {
  .bmc {
    background-color: transparent;
    display: block;
    right: 20px;
    bottom: 20px;
    position: fixed;
    z-index: 1034;
    transition: transform 350ms linear;
    transform: translate3d(0, 120px, 0);
  }

  .bmc_visible {
    transform: translate3d(0, 0, 0);
  }

  .bmc.active {
    opacity: 1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1022;
    transform: translate3d(0, 0, 0);
  }

  .bmc.active .bmc__list {
    height: auto;
    overflow: visible;
  }

  .bmc.active .bmc__btn-plus {
    background-color: #FF4545;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .bmc.active .bmc__btn-plus::before {
    transform: rotate(45deg);
  }

  .bmc.active .bmc__btn-plus::after {
    transform: rotate(45deg);
  }

  .bmc__btn-plus {
    width: 50px;
    height: 50px;
    background-color: #1ea01e;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    transition: background-color 200ms linear;
  }

  .bmc__btn-plus::before {
    content: '';
    display: block;
    width: 2px;
    height: 18px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -9px;
    transition: transform 200ms linear;
  }

  .bmc__btn-plus::after {
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: 50%;
    margin-top: -1px;
    transition: transform 200ms linear;
  }

  .bmc__btn-add {
    text-align: right;
    margin-bottom: 25px;
  }

  .bmc__btn-add:last-child {
    margin-bottom: 0;
  }

  .bmc__list {
    z-index: 1021;
    position: fixed;
    right: 25px;
    bottom: 90px;
    height: 0;
    overflow: hidden;
  }

  .bmc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
  }

  .bmc-btn__text {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    line-height: 1.4;
    margin-right: 15px;
  }

  .bmc-btn__icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
  }

  .bmc-btn__icon_a {
    background-color: #1ea01e;
  }

  .bmc-btn__icon_q {
    background-color: #00B4F0;
  }

  .bmc-btn__icon_p {
    background-color: #fa961e;
  }
}

@media screen and (max-width: 850px) {
  .no-touchevents .beboss-head__burger {
    display: inline-block;
  }

  .beboss-head {
    height: 50px;
    padding-left: 15px;
    padding-right: 0;
  }

  .beboss-head__burger {
    margin-top: 10px;
    display: inline-block;
  }

  .beboss-head__search-container {
    display: none;
  }

  .beboss-head__city-container {
    display: none;
  }

  .beboss-head__city-tooltip {
    left: 20px !important;
    top: 70px;
  }

  .beboss-head__city-tooltip::before {
    display: none;
  }

  .beboss-head__logo-container {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .beboss-head__btn-add {
    display: none;
  }

  .beboss-head__btn-open {
    width: 50px;
    height: 50px;
  }

  .beboss-head__btn-open_vip {
    width: 80px;
  }

  .beboss-head__btn-open_vip a {
    padding: 10px;
  }

  .beboss-head__btn-open.active .beboss-head__drop-down-container {
    padding: 0 0 20px 20px;
  }

  .beboss-head__btn-open_city-selection {
    display: none;
  }

  .beboss-head__btn-entry {
    padding: 13px 15px;
  }

  .beboss-head__btn-entry .bk-item {
    width: 85px;
  }

  .beboss-head__userpic {
    width: 24px;
    padding-top: 8px;
  }

  .beboss-head__battery {
    margin-top: 6px;
  }

  .beboss-head__drop-down-container {
    position: fixed;
    top: 50px;
    right: 0;
  }

  .beboss-head__drop-down-container::before {
    left: 20px;
    width: calc(100% - 20px);
  }

  .beboss-head__drop-down-block {
    border-radius: 0 0 0 10px;
  }

  .beboss-head__drop-down-block_ntf {
    width: 460px;
  }

  .beboss-head__text {
    display: none;
  }

  .battery_head .battery__indicator-container {
    width: 30px;
  }

  .ntf-pop-up_battery {
    width: calc(100% - 20px);
    top: 75px;
    right: 5px;
  }

  .ntf-pop-up_battery::before {
    right: 9px;
  }

  .main-search-autocomplete {
    position: relative;
  }

  .city-selection__switch-container {
    display: none;
  }

  .city-selection__search-container {
    display: none;
  }

  .city-selection__select-container {
    display: block;
  }

  .city-selection-type-switch {
    display: block;
  }

  .city-selection__pop-item {
    line-height: 30px;
    margin-right: 0;
    display: block;
  }

  .city-selection__section-title {
    display: none;
  }
}

@media screen and (max-width: 530px) {
  .beboss-head__logo-text {
    display: none;
  }

  .beboss-head__btn-open {
    width: 44px;
  }

  .beboss-head__btn-open_vip {
    width: 80px;
  }

  .beboss-head__drop-down-block {
    width: 100%;
    min-width: 300px;
  }

  .beboss-head__city-tooltip {
    left: 10px !important;
  }

  .beboss-head__btn-entry {
    padding: 13px 9px 13px 5px;
  }

  .ntf-list {
    width: auto;
  }

  .ntf-item__img {
    width: 50px;
  }

  .ntf-item__img ~ .ntf-item__title {
    float: right;
    width: calc(100% - 65px);
  }

  .ntf-item__img ~ .ntf-item__text {
    float: right;
    width: calc(100% - 65px);
  }

  .ntf-item__img ~ .ntf-item__control-panel {
    float: right;
    width: calc(100% - 65px);
  }

  .ntf-item__control-panel {
    text-align: left;
    width: 100%;
  }

  .ntf-pop-up_battery {
    padding: 10px;
  }

  .ntf-pop-up_battery .ntf-item__title {
    width: calc(100% - 60px);
  }

  .ntf-pop-up_battery .ntf-item__img {
    width: 50px;
    margin: 0 10px 0 0;
  }

  .ntf-pop-up_battery .ntf-item__img-userpic {
    width: 40px;
  }

  .ntf-pop-up_battery .ntf-item__close {
    top: 10px;
    right: 10px;
  }

  .ntf-pop-up_battery .ntf-item__text {
    width: calc(100% - 60px);
  }

  .mes-list__item {
    min-width: 280px;
  }

  .mes-list__item-meta-container {
    width: 45px;
  }

  .mes-list__item-text-container {
    width: calc(100% - 105px);
    max-width: 260px;
  }

  .bh-empty-ddb {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 220px;
  }
}

@media screen and (max-height: 470px) {
  .beboss-head__drop-down-scroller-block {
    max-height: 320px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.guideline {
  margin-top: 30px;
}

.guideline__head {
  background-color: #00a0dc;
  padding: 50px 0;
}

.guideline-head__title {
  color: #fff;
  font-size: 55px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 20px;
}

.guideline-head__txt {
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
}

.guideline__body {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}

.guideline-menu__item {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.guideline-menu__item:not(:last-of-type) {
  margin-bottom: 10px;
}

.guideline-menu__link_active {
  color: #000;
  font-weight: bold;
}

.guideline-body__title {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.guideline-body__htxt {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 10px;
}

.guideline-body__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.guideline__types {
  margin-top: 20px;
  padding: 10px;
}

.guideline__types_menu {
  padding-bottom: 300px;
}

.guideline__types .drop-down-side {
  float: left;
  display: block;
}

.guideline__types .drop-down-side:not(:last-of-type) {
  margin-right: 90px;
}

.guideline__types .drop-down-side__body {
  display: block;
}

.guideline__types .drop-down-side__body_example {
  margin-top: 22px;
}

.guideline__code {
  padding: 10px;
  background-color: #f0f0f0;
  border-radius: 5px;
  *zoom: 1;
}

.guideline__code:before,
.guideline__code:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.guideline-code {
  margin-right: 65px;
}

.guideline-code__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.guideline__copy {
  background-color: #fff;
  float: right;
  padding: 5px 10px;
  border-radius: 5px;
}

.guideline .categories-title {
  display: none;
}

.guideline .categories__title {
  padding: 0;
}

@media screen and (max-width: 1100px) {
  .guideline__types .drop-down-side {
    float: none;
  }

  .guideline__types .drop-down-side:not(:last-of-type) {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 788px) {
  .guideline .categories {
    padding: 0 0 5px;
  }

  .guideline .categories-title {
    display: block;
  }

  .guideline .categories__title {
    padding: 20px 20px 5px;
  }

  .guideline .categories__body {
    padding: 0 20px 20px;
  }
}

@media screen and (max-width: 530px) {
  .guideline-head__title {
    font-size: 30px;
  }

  .guideline-head__txt {
    font-size: 20px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.menu-bosszon_news .menu__block {
  background-color: #fff;
}

.user__site {
  float: right;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
  font-size: 0;
}

.user__site_boss {
  background-color: #00b4f0;
}

.user__site_gobiz {
  background-color: #00a900;
}

.user-site__name {
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: normal;
}

.public__news {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.public__news .public-blog__user {
  margin-right: 0;
  max-width: 700px;
}

.public__bar {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}

.public-bar__list-item {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  padding: 10px;
  border-radius: 5px;
}

.public-bar__item-link {
  padding: 10px;
  border-radius: 5px;
}

.public-bar__item-link:hover {
  background-color: rgba(0, 193, 255, 0.16);
}

.public-bar__title {
  display: none;
}

.public-bar__htext {
  margin-right: 40px;
}

.public-user__photo {
  width: 40px;
  height: 40px;
  float: left;
  margin-top: 3px;
  margin-right: 20px;
}

.public-user__name {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.public-user__photo-link:hover + span.public-user__name {
  text-decoration: underline;
}

.public-user__photo-link:hover + span.public-subscribe__name {
  text-decoration: underline;
}

.public-user__action {
  margin-left: 5px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.public-blog__user {
  width: calc(100% - 200px);
  *zoom: 1;
}

.public-blog__user:before,
.public-blog__user:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.public-blog__user_comment {
  margin: 20px 10px 35px 0;
}

.public-blog__user_comment .public-user__photo {
  width: 50px;
  height: 50px;
}

.public-blog__user_comment .public-user__name {
  font-size: 15px;
  float: left;
  margin-right: 4px;
}

.public-blog__user_comment .public-blog__comment {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin: 10px 0 10px 70px;
}

.public-blog__user_comment .public-blog__date span {
  margin-right: 5px;
}

.public-blog__user_answer {
  clear: both;
  margin-left: 72px;
  padding-top: 15px;
}

.public-blog__title {
  *zoom: 1;
}

.public-blog__title:before,
.public-blog__title:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.public-blog__author {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 20px;
}

.public-blog__continue {
  margin-top: 20px;
}

.public-blog__img-comment {
  width: 100px;
  height: 100px;
  float: left;
}

.public-blog__news {
  margin-top: 30px;
  margin-bottom: 45px;
}

.public-blog__news:last-of-type {
  margin-bottom: 30px;
}

.public-blog__news .public-content__title {
  margin-left: 125px;
  margin-top: 0;
}

.public-blog__news .public-content__text {
  margin-left: 125px;
  font-size: 15px;
}

.public-blog__edit {
  margin-left: 10px;
  float: right;
  display: block;
}

.public__img {
  width: 100%;
  height: 100%;
}

.public__date {
  margin-left: 60px;
  margin-right: 100px;
  margin-top: 5px;
}

.public-content__title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 15px;
}

.public__comments-number {
  padding: 0 5px;
}

.public-news__htxt {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
}

.public-news__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.public-news__txt:not(:last-of-type) {
  margin-bottom: 10px;
}

.public-news__about {
  margin-top: 20px;
  margin-bottom: 10px;
}

.public-news__subscribe {
  margin-bottom: 10px;
}

.public-subscribe__item {
  padding: 25px 0 0;
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

.public-subscribe__item_big .people-info__photo {
  width: 100px;
  height: 100px;
  float: none;
  margin-bottom: 10px;
}

.public-subscribe__item_big .public-subscribe__name {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  margin-left: 0;
}

.public-subscribe__item_big .public-subscribe__city {
  margin-left: 0;
}

.public-subscribe__name {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 2px;
}

.public-subscribe__name-link {
  padding-left: 20px;
}

.public-subscribe__city {
  margin-left: 70px;
  color: #aaa;
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.public-subscribe__job {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.voting__txt_grey {
  color: #aaa;
  padding-top: 2px;
}

.voting-comment {
  margin-left: 70px;
}

.voting-comment .voting__item {
  cursor: pointer;
}

.user-online {
  display: inline-block;
  background-color: #00b4f0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-left: 5px;
  vertical-align: middle;
}

.people-info__photo_big {
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 1550px) {
  .public-bar__list-item:hover {
    background-color: rgba(0, 193, 255, 0.16);
  }

  .public-bar__item-link {
    padding: 0;
  }

  .public-bar__item-link:hover {
    background-color: transparent;
  }

  .public__news .public-blog__user {
    float: none;
  }

  .user__site {
    float: none;
    margin-left: 60px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1100px) {
  .public-subscribe__item {
    width: 100%;
  }
}

@media screen and (max-width: 788px) {
  .public {
    margin-top: 20px;
  }

  .public-bar__title {
    display: block;
    font-size: 26px;
    line-height: 1.2;
    font-weight: normal;
  }

  .public-bar__list-item:hover {
    background-color: transparent;
  }

  .public-bar__item-link {
    padding: 10px;
  }

  .public-bar__item-link:hover {
    background-color: rgba(0, 193, 255, 0.16);
  }

  .public__bar .categories__body {
    padding-left: 0;
  }

  .menu-bosszon_news .menu__block {
    padding: 0 15px;
  }

  .menu-bosszon_news .menu__body {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 530px) {
  .public-blog__user_comment .public-user__name {
    float: none;
  }

  .public-blog__user_comment .public-blog__date span {
    display: none;
  }

  .public-blog__news {
    *zoom: 1;
    margin-bottom: 20px;
  }

  .public-blog__news:before,
  .public-blog__news:after {
    content: " ";
    display: table;
    box-sizing: border-box;
    clear: both;
  }

  .public-blog__news:last-of-type {
    margin-bottom: 0;
  }

  .public-blog__news .public-content__title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal;
  }

  .public-blog__news .public-content__text {
    margin-left: 0;
    font-size: 15px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .public-subscribe__item .people-info__photo {
    float: none;
  }

  .public-subscribe__name-link {
    padding-left: 0;
  }

  .public-subscribe__city {
    margin-left: 0;
  }
}

@media screen and (max-width: 390px) {
  .public__news .public-user__photo {
    display: none;
  }

  .public__date {
    margin-left: 0;
  }

  .public-blog__user_comment .public-blog__comment {
    margin-left: 0;
  }

  .public-blog__user_answer {
    margin-left: 0;
  }

  .public-blog__news .public-content__title {
    margin-top: 0;
    font-size: 17px;
    line-height: 1.2;
    font-weight: normal;
  }

  .user__site {
    margin-left: 0;
  }

  .voting-comment {
    margin-left: 0;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.people {
  margin-top: 30px;
}

.people-block__free {
  background: rgba(0, 193, 255, 0.29);
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.people__head {
  padding-top: 40px;
  padding-bottom: 40px;
}

.people-head__title {
  margin-bottom: 40px;
}

.people-head-title_community {
  font-size: 55px;
  line-height: 1.2;
  font-weight: normal;
  text-transform: none;
}

.people-head__txt {
  margin-bottom: 30px;
}

.people-head-txt {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
}

.people-body {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border-color: #aaaaaa;
  display: inline-block;
  border-bottom: none;
  border-radius: 5px;
}

.people-body_nfound {
  height: 790px;
}

.people__search-form {
  background: #fff;
  vertical-align: top;
  margin-bottom: 30px;
  border-radius: 5px;
}

.people-user {
  *zoom: 1;
}

.people-user:before,
.people-user:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.people-user__btn {
  *zoom: 1;
}

.people-user__btn:before,
.people-user__btn:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.people-user__btn-exp {
  float: right;
  margin-top: 10px;
}

.people-user__icon {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 100%;
  position: relative;
  float: left;
  vertical-align: top;
  margin-right: 20px;
}

.people-user__icon-exp {
  position: absolute;
  top: 34%;
  left: 34%;
}

.people-user__free {
  margin: 0 135px 0 80px;
}

.people-user__free-txt {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
}

.people-user__free-reg {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.people-user__block {
  *zoom: 1;
  position: relative;
}

.people-user__block:before,
.people-user__block:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.people-user__found-item {
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.people-user__photo {
  width: 80px;
  float: left;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
}

.people-user__online_photo {
  position: absolute;
  margin-left: 0;
  top: 10px;
  left: 65px;
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-color: #fff;
}

.people-user__info {
  margin: 0 140px 0 100px;
}

.people-user__name {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.people-user-name {
  color: #00b4f0;
}

.people-user__company {
  margin-bottom: 0;
}

.people-user-company {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.people-user-city {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.people-user__rating {
  float: right;
  margin-top: 32px;
}

.people-user__subscribe-btn {
  float: right;
  margin-top: 23px;
}

.people-user__subscribe-btn_plus {
  display: none;
}

.people-form__title {
  display: none;
  *zoom: 1;
}

.people-form__title:before,
.people-form__title:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.people-form__htext {
  margin-right: 40px;
}

.people-form__group {
  padding-bottom: 22px;
}

.people-form__group_btn {
  padding-top: 20px;
  border-top: 1px dashed;
  border-color: #aaa;
}

.people-form__txt {
  margin-bottom: 12px;
}

.people-form-txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.people-nfound {
  padding: 30px;
}

.people-nfound__img {
  margin-bottom: 25px;
}

.people-nfound__htext {
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  padding-bottom: 25px;
}

.people-nfound__text {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  padding-bottom: 25px;
}

.people-nfound__text-list {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  list-style: disc;
  padding-left: 15px;
}

.input_age {
  width: 42.5%;
  display: inline-block;
}

.input_age:first-of-type {
  margin-right: 10px;
}

.input_age:last-of-type {
  margin-left: 10px;
}

.input-age__dash {
  font-size: 14px;
  color: #aaaaaa;
}

.colum-l_p {
  width: 73.7%;
  margin-right: 8px;
}

.input_big-size {
  font-size: 17px;
}

.btn_green-txt:hover .btn-txt_green {
  color: #00b4f0;
}

.radio_adaptive .radio__item {
  display: inline-block;
}

.radio_adaptive .radio__item:not(:last-of-type) {
  margin-right: 20px;
}

@media screen and (min-width: 769px) {
  .categories__border_adapt {
    display: none;
  }
}

@media screen and (max-width: 1550px) {
  .input_age {
    width: 40.5%;
  }
}

@media screen and (max-width: 1100px) {
  .people-user__free-txt {
    font-size: 18px;
    line-height: 1.2;
    font-weight: normal;
  }

  .people-user__info {
    margin-right: 65px;
  }

  .people-user-name {
    font-size: 18px;
  }

  .people-user-company {
    font-size: 15px;
  }

  .people-user__rating {
    display: none;
  }

  .people-user__subscribe-btn {
    width: 42px;
    margin-top: 18px;
  }

  .people-user__subscribe-btn_plus {
    display: block;
    margin-top: 9px;
  }

  .people-user__subscribe-btn_no-txt {
    display: none;
  }

  .input_age {
    width: 39.5%;
  }

  .colum-l_p {
    width: 66%;
  }
}

@media screen and (max-width: 788px) {
  .people__head {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .people-head__title {
    margin-bottom: 15px;
  }

  .people-form__title {
    display: block;
    font-size: 26px;
    line-height: 1.2;
    font-weight: normal;
  }

  .colum-l_p {
    padding-right: 15px;
  }

  .categories_p {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .categories__border_adapt {
    display: block;
  }
}

@media screen and (max-width: 530px) {
  .people-head-title_community {
    font-size: 45px;
  }

  .people-body {
    padding: 15px 10px;
  }

  .people-user__icon {
    display: none;
  }

  .people-user__free {
    margin-left: 0;
  }

  .people-user__photo {
    width: 65px;
    margin-right: 10px;
  }

  .people-user__online_photo {
    left: 53px;
  }

  .people-user__info {
    margin: 0 20px 0 75px;
  }

  .people-user__subscribe-btn {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .people-user__btn-exp {
    float: none;
    margin-top: 55px;
  }

  .people-user__free {
    margin: 0;
    position: absolute;
    top: -5px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .radio_adaptive .radio__item {
    display: block;
  }

  .radio_adaptive .radio__item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.people__head {
  padding-top: 40px;
  padding-bottom: 40px;
}

.people-head__title {
  margin-bottom: 40px;
}

.people-head-title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  font-size: 50px;
  text-transform: uppercase;
  color: #ffffff;
}

.people-head__txt {
  margin-bottom: 30px;
}

.people-head-txt {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
}

.people-head__switch {
  display: table;
}

.people__body {
  display: table;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed;
  border-color: #aaaaaa;
}

.people__btn {
  display: table;
  margin: 0 auto;
}

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

.people-switch__item.active .people-switch__obj {
  border-color: #ffffff;
}

.people-switch__obj {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  border-color: transparent;
}

.people-switch__obj:hover {
  border-color: #ffffff;
}

.people-switch-txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
}

.people-user__item {
  float: left;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 10px;
}

.people-user__obj {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px;
  border-style: solid;
  border-color: #aaaaaa;
  height: 280px;
}

.people-user__obj_maria .people-user__head {
  background-image: url("/img/people-user2-fon.jpg");
  background-size: cover;
}

.people-user__obj_yula .people-user__head {
  background-image: url("/img/people-user3-fon.jpg");
  background-size: cover;
}

.people-user__obj_register {
  border-style: dashed;
  background-color: #f0f2f5;
}

.people-user__head {
  position: relative;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  height: 100px;
}

.people-user__img {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100px;
  height: 100px;
}

.people-user-img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.people-user__type {
  position: absolute;
  top: 20px;
  right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #0088cc;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.people-user-type {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
}

.people-user__body {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.people-user__name {
  margin-bottom: 20px;
}

.people-user-name {
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  color: #55913c;
}

.people-user__company {
  margin-bottom: 15px;
}

.people-user-company {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.people-user-city {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
}

.people-user__online {
  width: 14px;
  height: 14px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #0088cc;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.people-user-rigister {
  margin-top: 60px;
  text-align: center;
}

.people-user-rigister__title {
  margin-bottom: 10px;
}

.people-user-rigister-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}

.people-user-rigister__txt {
  margin-bottom: 20px;
}

.people-user-rigister-txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.boss__head_public {
  background-image: url("/img/public_head.jpg");
}

.blackout-bg {
  background: rgba(0, 0, 0, 0.4);
}

.public {
  margin-top: 30px;
}

.public__img {
  border-radius: 10px;
}

.public__top {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
}

.public__blog {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.public__blog_edit {
  background: transparent;
  border: 2px dashed;
  border-color: #aaaaaa;
}

.public-blog {
  *zoom: 1;
}

.public-blog:before,
.public-blog:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.public-blog__photo {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
  margin-top: 2px;
  border-radius: 100%;
}

.public-blog__name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-left: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.public-blog__date {
  color: #aaa;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.public-blog__date-wrap {
  float: right;
  margin-top: 4px;
}

.public-blog__date_adapt {
  display: none;
}

.public-blog__title {
  padding-bottom: 20px;
}

.public-blog__img {
  padding-top: 20px;
}

.public-blog__content {
  margin-top: 15px;
}

.public-blog__user {
  float: left;
}

.public-content__htext {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  padding-bottom: 5px;
}

.public-content__text {
  font-size: 18px;
  line-height: 1.4;
}

.public-top__htext {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  text-transform: uppercase;
}

.public-top__list {
  counter-reset: li;
}

.public-top__list-item {
  position: relative;
  margin-left: 30px;
  padding-left: 15px;
}

.public-top__list-item:not(:last-of-type) {
  padding-bottom: 25px;
}

.public-top__list-item:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -2px;
  left: -30px;
  width: 30px;
  height: 24px;
  background: #e4e4e4;
  text-align: center;
  border-radius: 100%;
  padding-top: 6px;
  font-size: 16px;
  font-family: "pt-sans-reg", "Arial";
  line-height: 1.1;
  font-weight: 100;
}

.public-top__list-item_pop:before {
  top: 7px;
}

.public-top__list-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.public-top__statistics {
  margin-top: 10px;
}

.public-top__user {
  *zoom: 1;
}

.public-top__user:before,
.public-top__user:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.public-top__user-block {
  margin-left: 55px;
}

.public-top__photo {
  width: 40px;
  float: left;
  margin-top: 3px;
}

.public-top__name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.public-top__company {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1550px) {
  .public-top__list-item {
    padding-left: 3px;
    margin-left: 0;
  }

  .public-top__list-item:before {
    display: none;
  }

  .public-top__user-block {
    margin-left: 42px;
  }

  .public-top__photo {
    width: 33px;
  }

  .public-top__name {
    font-size: 14px;
  }
}

@media screen and (max-width: 788px) {
  .public-blog__date-wrap {
    display: none;
  }

  .public-blog__date_adapt {
    display: block;
    float: none;
    margin-left: 30px;
  }

  .public-blog__user {
    width: 100%;
  }

  .categories_adapt {
    padding: 0;
  }
}

@media screen and (max-width: 1550px) and (min-width: 768px) {
  .statistics-item_adaptive {
    float: none;
  }

  .statistics-icon_adaptive {
    float: none;
    display: inline-block;
  }

  .statistics-value_adaptive {
    float: none;
    vertical-align: top;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.wrap-bg {
  background: linear-gradient(0deg, rgba(30, 160, 30, 0.1) 0%, rgba(30, 160, 30, 0) 100%);
}

.publ-page-head {
  margin-bottom: 0;
}

.fin-model__columns {
  display: flex;
  align-items: flex-end;
}

.fin-model .bk-title {
  margin-top: 66px;
  margin-right: 30px;
}

.fin-model__text {
  margin-right: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 26px;
}

.fin-model__buy-item {
  border: 1px solid #B7B7B7;
  border-radius: 10px;
  margin-bottom: 0;
}

.fin-model__buy-item_bottom {
  margin-bottom: 110px;
}

.fin-model__button {
  margin-bottom: 46px;
}

.fin-model__img {
  min-width: 630px;
}

.fin-model-overflow {
  overflow: hidden;
}

.fin-model-include__title {
  font-size: 35px;
  line-height: 45px;
}

.fin-model-include__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.fin-model-include__item {
  min-width: 314px;
  padding: 40px 30px 30px;
  background-image: url("/img/bplan/fm-sewing-children's-clothes/folder.png");
  background-position: 30px 30px;
  background-size: 70px 70px;
  background-repeat: no-repeat;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}

.fin-model-include__item_2 {
  background-image: url("/img/bplan/fm-sewing-children's-clothes/equipment.png");
}

.fin-model-include__item_3 {
  background-image: url("/img/bplan/fm-sewing-children's-clothes/investments.png");
}

.fin-model-include__item_4 {
  background-image: url("/img/bplan/fm-sewing-children's-clothes/payroll_fund.png");
}

.fin-model-include__item_5 {
  background-image: url("/img/bplan/fm-sewing-children's-clothes/sales.png");
}

.fin-model-include__item_6 {
  background-image: url("/img/bplan/fm-sewing-children's-clothes/expenses.png");
}

.fin-model-include__item_7 {
  background-image: url("/img/bplan/fm-sewing-children's-clothes/payback_calculation.png");
}

.fin-model-include__item_8 {
  background-image: url("/img/bplan/fm-sewing-children's-clothes/economic_indicators.png");
}

.fin-model-include__item .fin-model-include__text,
.fin-model-include__item .fin-model-include__button {
  display: none;
}

.fin-model-include__subject {
  white-space: nowrap;
  font-size: 21px;
  line-height: 30px;
}

.fin-model-include__order {
  text-align: right;
  margin-bottom: 25px;
  font-size: 35px;
  line-height: 50px;
  font-weight: bold;
  opacity: 0.2;
}

.btn-new-switch {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #FFFFFF;
  border-radius: 50%;
}

.btn-new-switch__prev {
  bottom: 33px;
  margin-right: 12px;
}

.btn-new-switch__prev::before {
  position: absolute;
  content: "";
  top: 13px;
  left: 21px;
  width: 2px;
  height: 14px;
  background: #CCCCCC;
  border-radius: 10px;
  transform: rotate(45deg);
}

.btn-new-switch__prev::after {
  position: absolute;
  content: "";
  left: 21px;
  bottom: 12px;
  width: 2px;
  height: 14px;
  background: #CCCCCC;
  border-radius: 10px;
  transform: rotate(-45deg);
}

.btn-new-switch__next {
  bottom: 33px;
  left: 92px;
}

.btn-new-switch__next::before {
  position: absolute;
  content: "";
  top: 13px;
  right: 21px;
  width: 2px;
  height: 14px;
  background: #CCCCCC;
  border-radius: 10px;
  transform: rotate(135deg);
}

.btn-new-switch__next::after {
  position: absolute;
  content: "";
  right: 21px;
  bottom: 12px;
  width: 2px;
  height: 14px;
  background: #CCCCCC;
  border-radius: 10px;
  transform: rotate(-135deg);
}

.buy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}

.buy__title {
  font-size: 21px;
  line-height: 30px;
}

.fin-model-features {
  padding: 50px 0;
}

.fin-model-features__title {
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 45px;
}

.fin-model-features__list {
  display: flex;
  justify-content: space-between;
}

.fin-model-features__item {
  position: relative;
  padding-top: 85px;
  width: 370px;
}

.fin-model-features__order {
  position: absolute;
  content: "";
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  font-weight: bold;
  font-size: 30px;
  line-height: 43px;
  color: #00B4F0;
  border: 2px solid #00B4F0;
  background: transparent;
  border-radius: 50%;
}

.fin-model-features__text {
  font-size: 18px;
  line-height: 26px;
}

.fin-model-warranty__columns {
  display: flex;
  align-items: center;
}

.fin-model-warranty__column {
  order: 1;
}

.fin-model-warranty__title {
  font-size: 35px;
  line-height: 45px;
}

.fin-model-warranty__text {
  font-size: 18px;
  line-height: 26px;
}

.fin-model-warranty__img {
  min-width: 630px;
  margin-right: 90px;
}

.fin-model-warranty__link {
  position: relative;
  color: #0088CC;
}

.fin-model-warranty__link::after {
  content: "";
  position: absolute;
  right: 0;
  left: 5px;
  bottom: 0;
  border-bottom: 1px dashed #0088CC;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide-active {
  width: 630px !important;
  height: 340px !important;
}

.swiper-slide-active .fin-model-include__subject {
  margin-bottom: 10px;
}

.swiper-slide-active .fin-model-include__text {
  display: block;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 26px;
}

.swiper-slide-active .fin-model-include__button {
  position: absolute;
  display: inline-block;
}

.swiper-slide-active .fin-model-include__button:hover {
  box-shadow: 0 0 0 1px #1ea01e;
  background-color: #e9f6e9;
  border: 1px solid #1ea01e;
}

.swiper-slide-prev {
  visibility: hidden;
}

@media screen and (min-width: 789px) {
  .fin-model-features__list {
    flex-wrap: nowrap;
  }

  .fin-model-features__item {
    margin-right: 20px;
    text-align: left;
  }

  .fin-model-features__item:last-child {
    margin-right: 0;
  }

  .fin-model-features__order {
    left: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 1550px) {
  .fin-model-warranty__img {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1100px) {
  .fin-model__columns {
    flex-wrap: wrap;
  }

  .fin-model .bk-title {
    margin-top: 12px;
    margin-right: 0;
    margin-bottom: 15px;
    line-height: 31px;
  }

  .fin-model__text {
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 23px;
  }

  .fin-model__button {
    width: 100%;
    margin-bottom: 15px;
  }

  .fin-model__img {
    min-width: 0;
  }

  .publ-page-head {
    margin-bottom: 0;
  }

  .fin-model-include {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .fin-model-include__title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 31px;
  }

  .fin-model-include__item {
    background-position: 0 0;
    box-shadow: none;
  }

  .fin-model-include__order {
    padding-top: 10px;
    padding-right: 10px;
  }

  .buy {
    flex-wrap: wrap;
    padding: 20px;
  }

  .buy__title {
    margin-bottom: 15px;
  }

  .buy .button {
    width: 100%;
  }

  .fin-model-warranty {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .fin-model-warranty__columns {
    flex-wrap: wrap;
  }

  .fin-model-warranty__img {
    min-width: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .fin-model-warranty__title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 31px;
  }

  .swiper-slide-active {
    display: block;
    width: 100% !important;
    height: auto !important;
    min-height: 239px !important;
    padding: 0;
  }

  .swiper-slide-active .fin-model-include__text {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 23px;
  }

  .swiper-slide-active .fin-model-include__button {
    bottom: 5px;
  }

  .btn-new-switch__next {
    left: 60px;
  }

  .swiper-slide {
    min-width: auto !important;
  }

  .swiper-slide-prev,
  .swiper-slide-next {
    visibility: hidden;
  }
}

@media screen and (max-width: 788px) {
  .fin-model-features {
    padding: 20px 0;
  }

  .fin-model-features__title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 31px;
  }

  .fin-model-features__list {
    flex-wrap: wrap;
  }

  .fin-model-features__item {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .fin-model-features__item:last-child {
    margin-bottom: 0;
  }

  .fin-model-features__order {
    left: 50%;
    margin-left: -35px;
  }
}

@media screen and (max-width: 610px) {
  .swiper-slide-active {
    min-height: 285px !important;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.fin-model .wysiwyg-new__subtitle {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}

.fin-model__video {
  margin-top: 20px;
  margin-bottom: 20px;
}

.fin-model-video {
  display: block;
}

.fin-model-video__frame {
  position: relative;
  padding-bottom: 43%;
}

.fin-model-video__frame iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fin-model-video__text {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.fin-model__line {
  margin: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.fin-model__msg {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  margin: 20px 0;
  padding: 20px 30px;
  background: #eceef2;
  border-radius: 10px;
}

.fin-model__buy {
  display: table;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.fin-model-buy__cell {
  display: table-cell;
  vertical-align: middle;
}

.fin-model-buy__center {
  padding-left: 20px;
  padding-right: 20px;
}

.fin-model-buy__title {
  margin-bottom: 10px;
}

.fin-model-buy__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.5;
}

.fin-model-buy__right {
  width: 400px;
  padding-left: 50px;
}

@media screen and (max-width: 1100px) {
  .fin-model-video__frame {
    padding-bottom: 56.25%;
  }

  .fin-model__buy {
    padding-top: 15px;
  }

  .fin-model-buy__cell {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }

  .fin-model-buy__cell:last-of-type {
    margin-bottom: 0;
  }

  .fin-model-buy__right {
    border: none;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

/*Брендирование выдачи*/

.brand-block {
  display: block;
  position: fixed;
  top: 60px;
  width: 295px;
  height: 600px;
}

.brand-block img {
  width: 100%;
  height: auto;
}

.brand-block_left {
  left: 64px;
}

.brand-block_right {
  right: 0;
}

.brand-block-center {
  width: 100%;
}

.brand-block-center img {
  width: 100%;
  height: auto;
}

.brand-block ~ .container {
  left: 32px;
}

@media screen and (min-width: 2150px) {
  .brand-block_left {
    left: 300px;
  }

  .brand-block ~ .container {
    left: 150px;
  }
}

@media screen and (max-width: 1890px) {
  .brand-block {
    display: none;
  }

  .brand-block ~ .container {
    left: auto;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.header_with-bg.header_fr {
  height: 350px;
  padding: 20px;
}

.header_with-bg.header_fr .header__body {
  min-height: auto;
  height: 100%;
}

.header_with-bg.header_fr .logo {
  width: 140px;
  height: 100px;
}

.header_with-bg.header_fr + .representative .representative__body {
  background-color: rgba(255, 255, 255, 0.9);
}

.representative {
  width: 280px;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 20px;
}

.representative__body {
  padding: 20px 20px 25px 20px;
  background-color: #f3f3f3;
}

.representative__row_1 {
  *zoom: 1;
  margin-bottom: 20px;
}

.representative__row_1:before,
.representative__row_1:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.representative__text {
  float: left;
}

.representative__text .text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.representative__text .sub-text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #898989;
}

.representative__photo {
  float: right;
}

.representative__photo img {
  width: 40px;
  height: 40px;
}

/* Новая главная франшиз*/

/*Для теней вне контейнера*/

.fr-map {
  background-image: url(/img/fr/fr-new-2017/fr-map-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 300px;
  background-color: rgba(0, 0, 0, 0.5);
}

.b__col_fr-interesting {
  max-width: 780px;
  width: 100%;
}

.b__col_fr-video {
  max-width: 380px;
  float: right;
  width: 100%;
}

.b__col_fr-video .article.article_media .title {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.b__col_fr-public-request {
  flex-shrink: 1;
  width: 100%;
}

.b__col_fr-site-activities {
  width: 360px;
  margin-left: 20px;
  flex-shrink: 0;
  margin-bottom: 20px;
}

.b__row.b_bgc-grey.container {
  padding: 20px 20px 0 20px;
  overflow: hidden;
  width: 1180px;
  margin-bottom: 60px;
}

.b__block_fr-indicator {
  margin-bottom: 55px;
}

.b__block_fr-main-header {
  margin-bottom: 40px;
}

.b__block_fr-main-filter {
  margin-bottom: 45px;
}

.b__block_fr-main-showcase {
  margin-bottom: 35px;
}

.b__block_fr-main-showcase .share__body {
  margin-bottom: 0;
}

.b__block_fr-main-feedback {
  margin-bottom: 65px;
}

.b__block_fr-main-map {
  margin-bottom: 70px;
}

.b__block_fr-main-preview {
  margin-bottom: 20px;
}

.b__block_fr-main-academy-title {
  margin-bottom: 25px;
}

.b__block_fr-main-for-franchisor {
  margin-bottom: 60px;
}

.b__block_fr-main-encyclopedia {
  margin-bottom: 60px;
}

.b__block_fr-main-shop {
  margin-bottom: 50px;
}

.b__block_fr-buyer {
  margin-bottom: 50px;
}

.b__row_fr-main-interesting {
  margin-bottom: 60px;
}

.b__row_fr-main-request {
  display: flex;
  /*margin-bottom: 35px;*/
}

.fr-banner {
  margin-top: 20px;
  margin-bottom: 20px;
}

.fr-banner a {
  display: block;
}

.fr-banner img {
  width: 100%;
}

.header.header_main-fr .header_main-fr__link-what-is {
  text-align: center;
  margin-bottom: 10px;
}

.header.header_main-fr .header__body {
  background-color: #f0f2f5;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-top: 35px;
  padding-bottom: 30px;
  box-shadow: 5px -5px 24px 0px rgba(0, 0, 0, 0.09) inset;
}

.header.header_main-fr .header__row_1 {
  margin-bottom: 35px;
}

.header.header_main-fr .header__row_2 {
  *zoom: 1;
}

.header.header_main-fr .header__row_2:before,
.header.header_main-fr .header__row_2:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.header.header_main-fr .header__row_2 .header__col_1 {
  float: left;
  width: calc(100% - 300px);
  margin-right: 20px;
}

.header.header_main-fr .header__row_2 .header__col_2 {
  float: right;
  width: 280px;
}

.header.header_main-fr .page-title {
  text-align: center;
  font-weight: bold;
}

.header.header_main-fr .list_fr-category {
  column-count: auto;
  column-width: 280px;
  column-gap: 20px;
}

.header.header_main-fr .list_fr-category .list__item {
  margin-bottom: 20px;
  font-size: 0;
}

.header.header_main-fr .list_fr-category .list__item_category {
  display: none;
  position: relative;
}

.header.header_main-fr .list_fr-category .list__item_category .list-item__icon_arrow {
  position: absolute;
  right: 15px;
  top: 5px;
}

.header.header_main-fr .list_fr-category .list__item_category .list-item__icon_arrow div {
  width: 10px;
  height: 10px;
  border-top: 2px solid #c5c9ce;
  border-right: 2px solid #c5c9ce;
  transform: rotate(135deg);
}

.header.header_main-fr .list_fr-category .list__item_category .list-item__icon_arrow.rotate {
  top: 10px;
}

.header.header_main-fr .list_fr-category .list__item_category .list-item__icon_arrow.rotate div {
  transform: rotate(315deg);
}

.header.header_main-fr .list_fr-category .list__item_category .list-item {
  display: flex;
}

.header.header_main-fr .list_fr-category .list-item {
  display: inline-flex;
}

.header.header_main-fr .list_fr-filter {
  margin-bottom: 30px;
}

.header.header_main-fr .list_fr-filter .list__item {
  display: block;
  background-color: #fff;
  border-radius: 30px;
  padding: 14px 15px 14px 20px;
  margin-bottom: 15px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

.header.header_main-fr .list_fr-filter .list__item:last-child {
  margin-bottom: 0;
}

.header.header_main-fr .list_fr-filter .list__item:hover {
  cursor: pointer;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  background-color: #e6e8ea;
}

.header.header_main-fr .list_fr-filter .list__item_add-fr {
  background-color: transparent;
}

.header.header_main-fr .list_fr-filter .list-item__icon_arrow {
  margin-left: auto;
}

.header.header_main-fr .list_fr-filter .list-item__icon_arrow div {
  width: 10px;
  height: 10px;
  border-top: 2px solid #c5c9ce;
  border-right: 2px solid #c5c9ce;
  transform: rotate(45deg);
}

.filter.filter_vol-investments {
  *zoom: 1;
}

.filter.filter_vol-investments:before,
.filter.filter_vol-investments:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.filter.filter_vol-investments .filter__title {
  width: 180px;
  color: #272727;
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  float: left;
  margin-right: 20px;
  margin-top: 15px;
}

.filter.filter_vol-investments .filter__input {
  float: left;
  max-width: 660px;
  width: 100%;
  margin-top: 50px;
  /*UI range slider*/
  /*.fix-amount {
        .font-normal-r();
        .clearfix;
        color: #272727;
        text-align: center;

      }
      .slider-range {
        width: 660px;
        margin-top: 35px;
      }
      .ui-slider-horizontal .ui-slider-handle {
        margin-left: -12px;
      }
      .ui-widget.ui-widget-content {
        border: none;
        background-color: #c4c4c4;
        height: 8px;
        border-radius: 30px;
      }
      .ui-widget-header {
        background: #1ea01e;
      }
      .ui-state-default {
        &:focus {
          outline: none;
        }
      }
      .ui-state-default, .ui-widget-content .ui-state-default {
        display: block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: none;
        background-color: #fff;
        //box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .25);
        top: -8px;
        border: 1px solid #1ea01e;
      }
      .ui-widget-content .ui-state-hover {
        cursor: pointer;
      }
      .ui-widget-content .ui-state-active {
        background-color: @grey-bg;
      }
      .amount {
        font-family: "PT Sans";
        .font-normal-r();
        position: absolute;
        width: 100px;
        text-align: center;
        top: -26px;
        left: ~"calc(50% - 50px)";
        .font-normal-r();
        color: #272727;
      }*/
  /*irs*/
  /*.slider-range {
        .irs {
          height: 8px;
          &-slider {
            width: 24px;
            height: 24px;
            background-color: #fff;
            border: 1px solid #1ea01e;
            border-radius: 50%;
            top: -8px;
            cursor: pointer;
          }
          &-line {
            height: 8px;
            background-color: #c4c4c4;
            border-radius: 30px;
          }
          &-bar {
            background-color: #1ea01e;
            height: 8px;
            top: 0;
          }
          &-to, &-from, &-single {
            top: -35px;
            color: #272727;
            .font-normal-r();
          }
          &-grid {
            height: 35px;
            top: 22px;
            &-pol {
              background: #c4c4c4;
              width: 4px;
              height: 15px;
              border-radius: 5px;
              &.small {
                height: 4px;
              }
            }
            &-text {
              .font-small-r();
              margin-left: 0!important;
              transform: translateX(~"calc(-50% + 2px)");
              padding: 0;
              bottom: -2px;
            }
          }
        }
      }*/
}

.filter.filter_vol-investments .filter__btn-show {
  margin-top: 15px;
}

.filter.filter_vol-investments .filter__menu-block {
  background-color: #f0f2f5;
  border-radius: 5px;
  width: 280px;
  float: left;
  margin-left: 40px;
  padding: 15px 20px 20px 20px;
}

.filter.filter_vol-investments .filter__found-quantity {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

/*Свой собственный range-slider*/

.range-slider .rs__line {
  position: relative;
  width: 100%;
}

.range-slider .rs__field {
  background-color: #c4c4c4;
  height: 8px;
  border-radius: 30px;
}

.range-slider .rs__range {
  position: absolute;
  background-color: #1ea01e;
  height: 8px;
  /*изменяемые стили*/
  width: 0%;
  left: 0%;
}

.range-slider .rs__handle {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #1ea01e;
  background-color: #fff;
  transform: translateX(-50%);
  top: -8px;
  cursor: pointer;
  z-index: 100;
}

.range-slider .rs__handle_from {
  /*изменяемые стили*/
  left: 0%;
}

.range-slider .rs__handle_to {
  /*изменяемые стили*/
  left: 0%;
}

.range-slider .rs__handle_active {
  z-index: 1000;
}

.range-slider .rs__handle-value {
  position: absolute;
  background-color: #f0f2f5;
  border-radius: 5px;
  padding: 5px 8px 5px 8px;
  top: -53px;
  transform: translate(-50%);
  white-space: nowrap;
  /*&_align-left {
          border-radius: 5px 5px 5px 0;
          transform: translate(-7px);
          &::after {
            left: 2px;
            margin-left: 0;
          }
        }
        &_align-right {
          border-radius: 5px 5px 0px 5px;
          transform: translate(~"calc(-100% + 7px)");
          &::after {
            left: 100%;
            margin-left: -12px;
          }
        }*/
}

.range-slider .rs__handle-value div {
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  background-color: #f0f2f5;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
}

.range-slider .rs__handle-value_from {
  /*изменяемые стили*/
  left: 0%;
}

.range-slider .rs__handle-value_to {
  /*изменяемые стили*/
  left: 0%;
}

.range-slider .rs__handle-value_single {
  left: 0%;
}

.range-slider .rs__grid {
  position: relative;
  margin-top: 15px;
}

.range-slider .rs__tick {
  position: absolute;
  width: 4px;
  height: 4px;
  top: 0;
  left: 0;
  background-color: #c4c4c4;
  border-radius: 50%;
  margin-left: -2px;
}

.range-slider .rs__tick:first-child .rs__tick-txt {
  margin-left: -1px;
  text-align: left;
}

.range-slider .rs__tick:last-child .rs__tick-txt {
  margin-left: -22px;
  text-align: right;
}

.range-slider .rs__tick_big {
  height: 15px;
  border-radius: 5px;
}

.range-slider .rs__tick_selected {
  background-color: #1ea01e;
}

.range-slider .rs__tick-txt {
  position: absolute;
  width: 27px;
  top: calc(100% + 6px);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  margin-left: -11.5px;
}

/*zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz*/

.article.article_showcase .logo {
  display: block;
  width: 100%;
  height: auto;
  min-height: 80px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.article.article_showcase .logo img {
  width: 100%;
  height: 100%;
}

.article.article_showcase .logo:hover .desc {
  opacity: 1;
}

.article.article_showcase .desc {
  opacity: 0;
  transition: opacity ease .3s;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  padding: 10px;
}

.article.article_showcase .list.list_fr-showcase {
  font-size: 0;
}

.article.article_showcase .list.list_fr-showcase .list__item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}

.article.article_showcase .list.list_fr-showcase .list__item:nth-child(6n) {
  margin-right: 0;
}

.fr-interesting {
  *zoom: 1;
}

.fr-interesting__item_main {
  width: 380px;
  float: left;
  margin-right: 20px;
}

.fr-interesting__item_other {
  width: 380px;
  float: right;
}

.fr-interesting:before,
.fr-interesting:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.fr-interesting .main-publication__img {
  display: block;
  width: 100%;
  max-height: 200px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  min-height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
}

.fr-interesting .main-publication__img img {
  width: 100%;
}

.fr-interesting .main-publication__img:hover ~ .main-publication__link .glob-link {
  text-decoration: underline;
}

.fr-interesting .list.list_fr-publications {
  background-color: #f0f2f5;
  border-radius: 5px;
  padding: 30px 20px;
}

.fr-interesting .list.list_fr-publications .list__item {
  margin-bottom: 15px;
}

.fr-interesting .list.list_fr-publications .list__item:last-child {
  margin-bottom: 0;
}

.fr-interesting .list.list_fr-publications .list__item .publication-title {
  display: block;
  margin-bottom: 5px;
}

.fr-interesting .list.list_fr-publications .list__item .publication-date {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #666666;
}

.fr-video__video {
  margin-bottom: 10px;
}

.fr-video__video * {
  height: 215px;
}

.fr-feedback {
  *zoom: 1;
}

.fr-feedback:before,
.fr-feedback:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.fr-feedback__item {
  width: 380px;
  margin-right: 20px;
  float: left;
}

.fr-feedback__item:last-child {
  margin-right: 0;
}

.fr-feedback .list-item {
  margin-bottom: 10px;
  align-items: flex-start;
}

.fr-feedback .list-item__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.fr-feedback .list-item__icon img {
  width: 100%;
  height: 100%;
}

.fr-feedback .list-item__txt {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #666666;
  margin-top: 7px;
  flex-shrink: 1;
}

.fr-feedback .feedback__text {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 5px;
}

.fr-feedback .feedback__date {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #666666;
}

.fr-map {
  color: #fff;
  overflow: hidden;
  *zoom: 1;
}

.fr-map:before,
.fr-map:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.fr-map .title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 25px;
  max-width: 450px;
}

.fr-map .text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 101px;
  max-width: 450px;
}

.fr-map .btn-go-to-map {
  width: 180px;
}

.fr-map .btn-go-to-map .icon {
  transform: scale(0.8);
  position: relative;
  top: 2px;
  left: 5px;
}

.fr-map .img-map {
  position: absolute;
  right: 0;
  top: 32px;
}

.fr-map__body {
  *zoom: 1;
  padding: 45px 0px;
  position: relative;
}

.fr-map__body:before,
.fr-map__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.fr-registry {
  padding: 50px 0 60px;
  background-color: #f0f2f5;
}

.fr-registry__col_1 {
  width: 580px;
  float: left;
}

.fr-registry__col_2 {
  width: 280px;
  float: right;
}

.fr-registry .title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  font-weight: bold;
  margin-bottom: 15px;
}

.fr-registry .text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 25px;
}

.fr-registry .btn-fill-profile {
  width: 180px;
}

.fr-for-buyer__col_1 {
  width: 680px;
  float: left;
  margin-right: 20px;
}

.fr-for-buyer__col_2 {
  width: 480px;
  float: right;
}

.fr-for-buyer .media-grid_fr-for-buyer .media-grid__row_two-items .article_media {
  flex-wrap: nowrap;
}

.fr-for-buyer .media-grid_fr-for-buyer .media-grid__row_two-items .article_media:nth-child(n + 3) {
  margin-top: 20px;
}

.fr-for-buyer .media-grid_fr-for-buyer .media-grid__row_two-items .article_media .article__item_media {
  width: calc(50% - 15px);
  margin-right: 10px;
}

.fr-for-buyer .media-grid_fr-for-buyer .media-grid__row_two-items .article_media .article__item_txt {
  width: calc(50% + 5px);
}

.fr-for-buyer .media-grid_fr-for-buyer .media-grid__row_two-items .article_media .article__item_txt .title {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
  margin-top: -4px;
}

.fr-for-buyer .article_media .txt {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.fr-for-buyer .article__item_txt {
  height: 154px;
  overflow: hidden;
  position: relative;
}

.fr-for-buyer .article__item_txt::after {
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  position: absolute;
  bottom: 0;
}

.article.article_manual .article__col_1 {
  float: left;
  margin-right: 20px;
  width: 210px;
}

.article.article_manual .article__col_2 {
  float: right;
  width: 250px;
  margin-top: 17px;
}

.article.article_manual .img {
  width: 100%;
  height: 100%;
  position: relative;
}

.article.article_manual .img img {
  position: absolute;
  top: 5px;
  right: 0;
}

.article.article_manual .title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

.article.article_manual .desc {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 15px;
}

.article.article_manual .btn-download {
  width: 180px;
}

.article.article_video .video * {
  display: block;
}

.fr-for-franchisor {
  *zoom: 1;
}

.fr-for-franchisor:before,
.fr-for-franchisor:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.fr-for-franchisor__col_1 {
  width: calc(50% - 10px);
  float: left;
  margin-right: 20px;
}

.fr-for-franchisor__col_1 .article.article_media .article__item_txt .title {
  margin-top: 10px;
}

.fr-for-franchisor__col_1 .article.article_media .article__item_txt .txt {
  margin-top: 2px;
}

.fr-for-franchisor__col_2 {
  width: calc(50% - 10px);
  float: right;
}

.fr-for-franchisor__col_2 .media-grid_fr-for-franchisor .media-grid__row_one-item .article.article_media:nth-child(n + 2) {
  margin-top: 20px;
}

.fr-for-franchisor__col_2 .media-grid_fr-for-franchisor .media-grid__row_one-item .article.article_media .article__item_media {
  width: 200px;
  margin-right: 10px;
}

.fr-for-franchisor__col_2 .media-grid_fr-for-franchisor .media-grid__row_one-item .article.article_media .article__item_txt {
  width: calc(100% - 210px);
  padding-top: 3px;
  height: 112px;
  overflow: hidden;
  position: relative;
}

.fr-for-franchisor__col_2 .media-grid_fr-for-franchisor .media-grid__row_one-item .article.article_media .article__item_txt::after {
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f0f2f5);
  position: absolute;
  bottom: 0;
}

.fr-for-franchisor__col_2 .media-grid_fr-for-franchisor .media-grid__row_one-item .article.article_media .article__item_txt .title {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
}

.fr-for-franchisor__col_2 .media-grid_fr-for-franchisor .media-grid__row_one-item .article.article_media .article__item_txt .txt {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 2px;
}

.fr-public-request .list {
  font-size: 0;
}

.fr-public-request .list__item {
  margin-bottom: 25px;
  width: 350px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.fr-public-request .list__item_add-request .list-item {
  align-items: center;
}

.fr-public-request .list__item_add-request .list-item__icon {
  border: 1px solid #1ea01e;
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1;
}

.fr-public-request .list__item_add-request .list-item:hover .list-item__icon {
  border-width: 2px;
}

.fr-public-request .list__item_add-request .list-item:hover .list-item__txt {
  text-decoration: underline;
}

.fr-public-request .list-item {
  align-items: flex-start;
}

.fr-public-request .list-item__link:hover ~ .list-item__txt a {
  text-decoration: underline;
}

.fr-public-request .list-item__icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}

.fr-public-request .list-item__icon img {
  width: 100%;
  height: 100%;
}

.fr-public-request .list-item__txt .info {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #666666;
}

.fr-public-request .list-item__txt .info:first-child {
  margin-bottom: 5px;
}

.fr-public-request .list-item__txt .txt {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
  margin-bottom: 5px;
}

.fr-site-activities {
  /*&__activities {
    margin-bottom: 20px;
    font-size: 0;
    display: flex;
    justify-content: space-around;
    .activities {
      display: inline-block;
      text-align: center;
      &__qt {
        .font-subhead-r();
        color: #6e6e6e;
        background-color: #fff;
        padding: 8px 13.5px 7px;
        border-radius: 20px;
        display: inline-block;
        margin-bottom: 5px;
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
      }
      &__txt {
        .font-normal-r();
        color: #6e6e6e;
        width: 85px;
        text-align: center;
      }
    }
  }*/
}

.fr-site-activities__head {
  font-size: 0;
  margin-bottom: 15px;
  max-width: 360px;
}

.fr-site-activities__switch .button {
  display: inline-block !important;
}

.fr-site-activities__info {
  margin-top: 15px;
}

.fr-site-activities__info .info__item {
  color: #6e6e6e;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.fr-site-activities .title {
  color: #6e6e6e;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.fr-site-activities .title__qt {
  background-color: #dce0e6;
  padding: 5px 7px;
  border-radius: 5px;
  font-weight: bold;
}

.fr-site-activities .list__item {
  margin-bottom: 10px;
}

.fr-site-activities .list__item:last-child {
  margin-bottom: 0;
}

.fr-site-activities .list-item {
  align-items: flex-start;
}

.fr-site-activities .list-item__txt {
  margin-top: 5px;
}

.fr-site-activities .list-item__txt_time {
  color: #6e6e6e;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 9px;
}

.fr-site-activities .list-item__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.fr-site-activities .list-item__icon img {
  width: 100%;
  height: 100%;
}

.fr-vacancy {
  display: flex;
}

.fr-vacancy__item {
  width: calc(33.33% - 13.33px);
  flex-shrink: 1;
  margin-bottom: 20px;
  margin-right: 20px;
}

.fr-vacancy__item:last-child {
  margin-right: 0;
}

.fr-vacancy .article.article_vacancy {
  padding: 0;
}

.fr-vacancy .article.article_vacancy .date {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #666666;
  margin-bottom: 10px;
}

.fr-vacancy .article.article_vacancy .title {
  display: block;
  margin-bottom: 10px;
}

.fr-vacancy .article.article_vacancy .desc {
  margin-bottom: 10px;
}

.fr-vacancy .article.article_vacancy .company-name {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #666666;
}

.fr-encyclopedia__item {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 15px;
}

.fr-encyclopedia__item h3 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  display: inline;
}

.fr-encyclopedia__item:last-child {
  margin-bottom: 0;
}

.fr-encyclopedia__item_show-more {
  background-color: #f0f2f5;
  border-radius: 5px;
  padding: 14px 20px;
}

.fr-encyclopedia__item_show-more .list-item {
  align-items: flex-start;
}

.fr-encyclopedia__item_show-more .list-item__icon {
  margin-top: 1px;
}

.fr-shop {
  *zoom: 1;
}

.fr-shop:before,
.fr-shop:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.fr-shop__item {
  background-color: #f0f2f5;
  border-radius: 5px;
  width: 380px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.fr-shop__item:last-child {
  margin-right: 0;
}

.article.article_selection .img {
  width: 50%;
  height: 170px;
  float: left;
}

.article.article_selection .img img {
  width: 100%;
  height: 100%;
}

.article.article_selection .link {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  float: right;
  width: 50%;
  padding: 25px 30px 30px 20px;
}

/*логотип для партнера проекта*/

.logo-project-partner {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}

.logo-project-partner_for-franchisor {
  width: 340px;
  height: 90px;
  background-color: #f0f2f5;
  padding-right: 20px;
  padding-top: 30px;
  padding-left: 15px;
}

/*индикатор*/

.fr-indicator {
  *zoom: 1;
}

.fr-indicator:before,
.fr-indicator:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.fr-indicator__col_1 {
  width: 100%;
  max-width: 790px;
  margin-right: 10px;
  float: left;
}

.fr-indicator__col_1 .chart-market-indicator {
  position: relative;
  /*overflow: hidden;*/
  top: -10px;
  left: -18px;
  width: 810px;
}

.fr-indicator__col_1 .chart-market-indicator .highcharts-yaxis-labels {
  font-family: "Arial";
}

.fr-indicator__col_1 .chart-market-indicator .highcharts-yaxis-grid path {
  stroke: transparent;
}

.fr-indicator__col_1 .chart-market-indicator .highcharts-yaxis-grid path:first-child {
  stroke: #c4c4c4;
}

.fr-indicator__col_1 .chart-market-indicator .highcharts-yaxis .highcharts-tick:nth-last-child(2) {
  display: none;
}

.fr-indicator__col_1 .chart-market-indicator .highcharts-xaxis-labels text tspan {
  font-size: 13px;
  fill: #6c6c6c;
  text-transform: capitalize;
  font-family: "Arial";
}

.fr-indicator__col_1 .chart-market-indicator .highcharts-xaxis-labels text tspan:first-child {
  fill: #000;
  font-size: 15px;
}

.fr-indicator__col_1 .chart-market-indicator .highcharts-navigator-mask-outside {
  stroke: #c4c4c4;
}

.fr-indicator__col_1 .chart-market-indicator .highcharts-navigator-mask-inside {
  stroke: #c4c4c4;
}

.fr-indicator__col_1 .chart-market-indicator .highcharts-navigator-handle {
  stroke: #1ea01e;
  fill: #1ea01e;
  /*d: path("M0,-18L0,18v41c-4.4,0-8-3.6-8-8l0,0c0-4.4,3.6-8,8-8l0,0c4.4,0,8,3.6,8,8l0,0c0,4.4-3.6,8-8,8V0z");*/
}

.fr-indicator__col_1 .chart-market-indicator .highcharts-navigator-yaxis .highcharts-grid-line {
  display: none;
}

.fr-indicator__col_1 .chart-market-indicator .highcharts-tooltip .tooltip-title {
  font-size: 15px;
  font-family: 'Arial';
  margin-bottom: 4px;
}

.fr-indicator__col_1 .chart-market-indicator .highcharts-tooltip .tooltip-text {
  font-size: 15px;
  font-family: 'Arial';
}

.fr-indicator__col_2 {
  float: right;
  max-width: 380px;
}

.fr-indicator__col .current-index {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f0f2f5;
  padding: 25px 25px 15px 25px;
}

.fr-indicator__col .current-index__title {
  text-align: center;
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  width: 220px;
  margin: 0 auto;
}

.fr-indicator__col .current-index__value {
  font-size: 70px;
  line-height: 1;
  width: 130px;
  height: 130px;
  margin: 25px auto 0;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}

.fr-indicator__col .current-index__desc {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.fr-indicator__col .current-index .select-date {
  max-width: 260px;
  margin: 20px auto 0;
  display: none;
  flex-shrink: 1;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
}

.fr-indicator__col .current-index .select-date__btn div {
  width: 15px;
  height: 15px;
  border-top: 2px solid #6b6866;
  border-right: 2px solid #6b6866;
}

.fr-indicator__col .current-index .select-date__btn div.prev {
  transform: rotate(225deg);
  margin-left: 7px;
}

.fr-indicator__col .current-index .select-date__btn div.next {
  transform: rotate(45deg);
  margin-right: 7px;
}

.fr-indicator__col .current-index .select-date__btn:hover div {
  border-color: #fff;
}

/*Адаптив*/

/*Энциклопедия франчайзинга*/

.bus__head.bus__head_encyclopedia-fr {
  background-image: url(/img/fr/fr-new-2017/enc-header.jpg);
  padding: 95px 0 40px;
}

/*article_media медиа и сетка для него*/

.article.article_media {
  border: none;
  padding: 0;
}

.article.article_media .article__item {
  float: none;
}

.article_media .img img {
  width: 100%;
}

.article_media .video {
  background: #000 no-repeat 50%;
  background-size: cover;
  position: relative;
  padding-bottom: 56.25%;
  /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}

.article_media .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article_media .video img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.article_media .video__start-icon {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  padding-top: 15px;
  padding-left: 20px;
}

.article_media .video__start-icon .icon-hover {
  display: none;
}

.article_media .video:hover {
  cursor: pointer;
}

.article_media .video:hover .icon-hover {
  display: block;
}

.article_media .video:hover .icon-norm {
  display: none;
}

.article_media .title {
  display: block;
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.article_media .title + .txt {
  margin-top: 5px;
}

.article_media .txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.media-grid__row_one-item .article_media {
  display: flex;
}

.media-grid__row_one-item .article_media .article__item_media {
  width: calc(50% - 10px);
  margin-right: 20px;
  flex-shrink: 0;
}

.media-grid__row_one-item .article_media .article__item_media + .article__item_txt {
  width: calc(50% - 10px);
}

.media-grid__row_one-item .article_media .article__item_txt {
  width: 100%;
}

.media-grid__row_two-items {
  display: flex;
  flex-wrap: wrap;
}

.media-grid__row_two-items .article_media {
  width: calc(50% - 10px);
  flex-shrink: 1;
  display: flex;
  flex-wrap: wrap;
  margin-right: 20px;
}

.media-grid__row_two-items .article_media:nth-child(2n) {
  margin-right: 0;
}

.media-grid__row_two-items .article_media .article__item_media {
  width: calc(50% - 10px);
  margin-right: 20px;
  flex-shrink: 0;
}

.media-grid__row_two-items .article_media .article__item_media + .article__item_txt {
  width: calc(50% - 10px);
}

.media-grid__row_two-items .article_media .article__item_txt {
  width: 100%;
}

.media-grid__row_three-items {
  display: flex;
  flex-wrap: wrap;
}

.media-grid__row_three-items .article_media {
  width: calc(33.33% - 13.33px);
  flex-shrink: 1;
  margin-right: 20px;
}

.media-grid__row_three-items .article_media:nth-child(3n) {
  margin-right: 0;
}

.media-grid__row_four-items {
  display: flex;
  flex-wrap: wrap;
}

.media-grid__row_four-items .article_media {
  width: calc(25% - 15px);
  flex-shrink: 1;
  margin-right: 20px;
}

.media-grid__row_four-items .article_media:nth-child(4n) {
  margin-right: 0;
}

.media-grid__row_two-col {
  display: flex;
}

.media-grid__row_two-col .media-grid__col {
  width: calc(50% - 10px);
}

.media-grid__row_two-col .media-grid__col:first-child {
  margin-right: 20px;
}

.media-grid__row_two-col .media-grid__col_two-items {
  display: flex;
  flex-wrap: wrap;
}

.media-grid__row_two-col .media-grid__col_two-items .article_media {
  width: calc(50% - 10px);
  margin-right: 20px;
}

.media-grid__row_two-col .media-grid__col_two-items .article_media:nth-child(2n) {
  margin-right: 0px;
}

/*--- --- ---*/

/*модификаторы для энциклопедии*/

.media-grid.media-grid_encyclopedia {
  font-size: 0;
}

.media-grid.media-grid_encyclopedia .article.article_media {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 45px;
  width: calc(33.33% - 13.33px);
  margin-right: 20px;
}

.media-grid.media-grid_encyclopedia .article.article_media:nth-child(3n) {
  margin-right: 0;
}

.media-grid.media-grid_encyclopedia .article.article_media .title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.media-grid.media-grid_encyclopedia .article.article_media .txt {
  margin-top: 10px;
  max-height: 150px;
  overflow: hidden;
  position: relative;
}

.media-grid.media-grid_encyclopedia .article.article_media .txt::after {
  content: '';
  display: block;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  position: absolute;
  top: 110px;
}

.media-grid.media-grid_encyclopedia .article.article_media .img {
  width: 100%;
  /*height: 170px;*/
  border-radius: 5px;
  overflow: hidden;
  display: block;
}

.media-grid.media-grid_encyclopedia .article.article_media .img img {
  width: 100%;
  /*height: 100%;*/
}

.media-grid.media-grid_encyclopedia .article.article_media .article__item_media {
  margin-bottom: 15px;
}

.media-grid.media-grid_encyclopedia .article.article_media .article__item_media:hover ~ .article__item_txt .title .glob-link {
  text-decoration: underline;
}

.media-grid.media-grid_encyclopedia .media-grid__btn-show-more {
  width: 260px;
  margin: 0 auto 50px;
}

/*модификаторы для страницы видео*/

.media-grid.media-grid_fr-video .article.article_media .title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 8px;
}

.media-grid.media-grid_fr-video .media-grid__row_two-col .media-grid__col_one-item .article.article_media .title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 15px;
}

.media-grid.media-grid_fr-video .media-grid__row_two-col .media-grid__col_two-items .article.article_media {
  margin-top: 15px;
}

.media-grid.media-grid_fr-video .media-grid__row_two-col .media-grid__col_two-items .article.article_media:nth-child(-n + 2) {
  margin-top: 0;
}

.media-grid.media-grid_fr-video .media-grid__row_two-col + .media-grid__row {
  margin-top: 25px;
}

.media-grid.media-grid_fr-video .media-grid__row_three-items .article.article_media {
  margin-top: 15px;
}

.media-grid.media-grid_fr-video .media-grid__row_three-items .article.article_media:nth-child(-n + 3) {
  margin-top: 0;
}

.media-grid.media-grid_fr-video .media-grid__row_three-items.media-grid__row_load-content .article.article_media {
  display: none;
}

.media-grid.media-grid_fr-video .media-grid__row_three-items.media-grid__row_load-content .article.article_media:nth-child(-n + 3) {
  display: block;
}

.media-grid.media-grid_fr-video .media-grid__row_four-items .article.article_media {
  margin-top: 15px;
}

.media-grid.media-grid_fr-video .media-grid__row_four-items .article.article_media:nth-child(-n + 4) {
  margin-top: 0;
}

.media-grid.media-grid_fr-video .media-grid__btn-show-more {
  margin: 35px auto 0;
  max-width: 240px;
  width: 100%;
}

/*Добавление статьи в энциклопедию*/

.add-enc-article .form__txt {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
}

.add-enc-article .form__upload-file {
  margin-top: 15px;
}

.add-enc-article .form__group {
  margin-bottom: 30px;
}

.add-enc-article .input-edit__logo {
  max-width: 380px;
}

.archive-fran .b-issue__content-obj-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.archive-fran h3 {
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 45px;
  color: rgba(0, 0, 0, 0.4);
}

.archive-fran p {
  font-size: 18px;
  line-height: 1.4;
}

.archive-fran.b-issue__content-obj_2016 {
  border-bottom: 3px solid #000000;
}

.archive-fran.b-issue__content-obj:after {
  height: 0;
  background-color: transparent;
}

@media screen and (min-width: 789px) {
  .new-boss #wrap .archive-fran .b-issue__content-obj-center {
    margin-right: auto;
  }
}

@media screen and (max-width: 1550px) {
  .b__col_fr-interesting {
    max-width: 580px;
    width: 100%;
  }

  .b__col_fr-public-request {
    /*max-width: 580px;*/
  }

  .b__col_fr-site-activities {
    max-width: 320px;
  }

  .b__row.b_bgc-grey.container {
    width: 980px;
  }

  .b__block_fr-buyer {
    margin-bottom: 70px;
  }

  .filter.filter_vol-investments .filter__input {
    max-width: 500px;
  }

  .filter.filter_vol-investments .filter__menu-block {
    width: 240px;
  }

  .fr-interesting__item_main {
    width: 280px;
    float: left;
  }

  .fr-interesting__item_other {
    width: 280px;
    float: left;
  }

  .fr-feedback__item {
    width: 313.3px;
  }

  .fr-for-buyer__col_1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }

  .fr-for-buyer__col_2 {
    width: 100%;
  }

  .fr-for-buyer .article_media .article__item_txt {
    height: 126px;
  }

  .fr-for-buyer .article.article_manual .article__col_1 {
    margin-right: 20px;
    width: auto;
  }

  .fr-for-buyer .article.article_manual .article__col_2 {
    float: left;
    width: calc(100% - 195px);
  }

  .fr-for-buyer .article.article_manual .img img {
    position: static;
  }

  .fr-public-request .list__item {
    width: calc(50% - 10px);
  }

  .fr-public-request .list__item:nth-of-type(2n) {
    margin-right: 0;
  }

  .fr-shop__item {
    width: 313.3px;
  }

  /*индикатор*/

  .fr-indicator__col_1 {
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .fr-indicator__col_1 .chart-market-indicator {
    width: calc(100% + 28px);
  }

  .fr-indicator__col_2 {
    max-width: 100%;
  }
}

@media screen and (max-width: 1380px) {
  .fr-map {
    background-position-x: 0;
  }
}

@media screen and (max-width: 1100px) {
  .b__col_fr-interesting {
    max-width: 100%;
    width: 100%;
    margin-bottom: 62px;
  }

  .b__col_fr-video {
    max-width: 100%;
    float: right;
    width: 100%;
  }

  .b__col_fr-public-request {
    max-width: 100%;
    margin-right: 0;
  }

  .b__col_fr-site-activities {
    max-width: 100%;
    margin-top: 35px;
    margin-left: 0;
    width: 100%;
  }

  .b__row.b_bgc-grey.container {
    width: 748px;
  }

  .b__block_fr-buyer {
    margin-bottom: 50px;
  }

  .b__block_fr-main-for-franchisor {
    margin-bottom: 62px;
  }

  .b__row_fr-main-request {
    /* margin-bottom: 65px;*/
    flex-wrap: wrap;
  }

  .header.header_main-fr .list_fr-category {
    column-width: 210px;
    column-gap: 15px;
  }

  .filter.filter_vol-investments .filter__title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    margin-top: 0;
  }

  .filter.filter_vol-investments .filter__input {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .filter.filter_vol-investments .filter__menu-block {
    margin-left: 0;
    margin-top: 75px;
    max-width: 280px;
    width: 100%;
  }

  .fr-interesting__item_main {
    width: calc(50% - 20px);
    float: left;
  }

  .fr-interesting__item_other {
    width: 50%;
    float: left;
  }

  .fr-video__video * {
    height: 320px;
  }

  .fr-feedback__item {
    width: 236px;
  }

  .fr-map .text {
    margin-bottom: 0;
  }

  .fr-map .img-map {
    position: static;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .fr-academy-title {
    margin-bottom: 15px;
  }

  .fr-for-buyer__col_1 {
    margin-bottom: 35px;
  }

  .fr-for-buyer .article_media .article__item_txt {
    height: 93px;
  }

  .fr-for-franchisor__col_1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .fr-for-franchisor__col_2 {
    width: 100%;
  }

  .fr-for-franchisor__col_2 .media-grid_fr-for-franchisor .media-grid__row_one-item .article.article_media {
    flex-wrap: nowrap;
  }

  .fr-for-franchisor__col_2 .media-grid_fr-for-franchisor .media-grid__row_one-item .article.article_media .article__item_media {
    width: calc(50% - 10px);
  }

  .fr-for-franchisor__col_2 .media-grid_fr-for-franchisor .media-grid__row_one-item .article.article_media .article__item_txt {
    padding-top: 0;
    width: 50%;
    height: 193px;
  }

  .fr-for-franchisor__col_2 .media-grid_fr-for-franchisor .media-grid__row_one-item .article.article_media .article__item_txt .title {
    margin-top: -4px;
  }

  .fr-vacancy__item {
    margin-right: 20px;
  }

  .fr-vacancy__item:last-child {
    margin-right: 0;
  }

  .fr-shop__item {
    width: 364px;
  }

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

  .media-grid__row_one-item .article_media {
    flex-wrap: wrap;
  }

  .media-grid__row_one-item .article_media .article__item_media {
    width: 100%;
    margin-right: 0;
  }

  .media-grid__row_two-items .article_media {
    flex-wrap: wrap;
  }

  .media-grid__row_two-items .article_media .article__item_media {
    width: 100%;
    margin-right: 0;
  }

  .media-grid__row_two-items .article_media .article__item_media + .article__item_txt {
    width: 100%;
    /**/
  }

  .media-grid__row_three-items {
    flex-wrap: wrap;
  }

  .media-grid__row_three-items .article_media {
    width: calc(50% - 10px);
  }

  .media-grid__row_three-items .article_media:first-child {
    width: 100%;
    margin-right: 0;
  }

  .media-grid__row_three-items .article_media:nth-child(3n + 1) {
    width: 100%;
    margin-right: 0;
  }

  .media-grid__row_four-items {
    flex-wrap: wrap;
  }

  .media-grid__row_four-items .article_media {
    width: calc(50% - 10px);
  }

  .media-grid__row_four-items .article_media:nth-child(2n) {
    margin-right: 0px;
  }

  .media-grid__row_two-col {
    flex-wrap: wrap;
  }

  .media-grid__row_two-col .media-grid__col {
    width: 100%;
  }

  .media-grid__row_two-col .media-grid__col:first-child {
    margin-right: 0;
  }

  .media-grid.media-grid_encyclopedia .article.article_media {
    width: calc(50% - 10px);
  }

  .media-grid.media-grid_encyclopedia .article.article_media:nth-child(3n) {
    margin-right: 20px;
  }

  .media-grid.media-grid_encyclopedia .article.article_media:nth-child(2n) {
    margin-right: 0px;
  }

  .media-grid.media-grid_fr-video .media-grid__row_three-items .article.article_media:nth-child(3n + 1) .title {
    font-size: 21px;
    line-height: 1.2;
    font-weight: normal;
    margin-top: 15px;
  }

  .media-grid.media-grid_fr-video .media-grid__row_three-items .article.article_media:first-child .title {
    font-size: 21px;
    line-height: 1.2;
    font-weight: normal;
    margin-top: 15px;
  }

  .media-grid.media-grid_fr-video .media-grid__row_three-items .article.article_media:nth-child(n + 2) {
    margin-top: 15px;
  }

  .media-grid.media-grid_fr-video .media-grid__row_four-items .article.article_media:nth-child(n + 3) {
    margin-top: 15px;
  }

  .media-grid.media-grid_fr-video .media-grid__row_two-col .media-grid__col:first-child {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 850px) {
  .fr-map {
    border-radius: 0;
    background-position-x: -5px;
  }
}

@media screen and (max-width: 788px) {
  .b__row.b_bgc-grey.container {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0;
    margin-bottom: 50px;
    width: 100%;
  }

  .b__col_fr-interesting {
    margin-bottom: 52px;
  }

  .b__col_fr-site-activities {
    margin-top: 25px;
  }

  .b__block_fr-indicator {
    margin-bottom: 50px;
  }

  .b__block_fr-main-header {
    margin-bottom: 55px;
  }

  .b__block_fr-main-filter {
    margin-bottom: 50px;
  }

  .b__block_fr-main-showcase {
    margin-bottom: 25px;
  }

  .b__block_fr-main-feedback {
    margin-bottom: 55px;
  }

  .b__block_fr-main-map {
    margin-bottom: 60px;
  }

  .b__block_fr-main-preview {
    margin-bottom: 10px;
  }

  .b__block_fr-buyer {
    margin-bottom: 40px;
  }

  .b__block_fr-main-for-franchisor {
    margin-bottom: 52px;
  }

  .b__block_fr-main-encyclopedia {
    margin-bottom: 50px;
  }

  .b__block_fr-main-shop {
    margin-bottom: 40px;
  }

  .b__block_fr-main-academy-title {
    margin-bottom: 45px;
  }

  .b__row_fr-main-interesting {
    margin-bottom: 50px;
  }

  .b__row_fr-main-request {
    /*margin-bottom: 55px;*/
  }

  .header_with-bg.header_fr {
    padding-bottom: 40px;
  }

  .header_with-bg.header_fr + .representative {
    position: relative;
    top: -20px;
    right: 0;
    margin: 0 auto -5px;
  }

  .header_with-bg.header_fr + .representative .representative__body {
    background-color: #f3f3f3;
  }

  .header.header_main-fr .header__body {
    box-shadow: 0px -15px 30px -20px rgba(0, 0, 0, 0.09) inset;
  }

  .header.header_main-fr .header__row_2 .header__col_1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .header.header_main-fr .header__row_2 .header__col_2 {
    width: 100%;
  }

  .header.header_main-fr .header_main-fr__link-add-fr {
    margin-bottom: 20px;
  }

  .header.header_main-fr .list_fr-category {
    background-color: #fff;
    border-radius: 25px;
    padding-top: 14px;
    padding-bottom: 14px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    max-width: 360px;
    width: 100%;
  }

  .header.header_main-fr .list_fr-category .list__item {
    padding: 0px 15px 0px 20px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .header.header_main-fr .list_fr-category .list__item:first-child {
    margin-top: 0;
  }

  .header.header_main-fr .list_fr-category .list__item:nth-child(2) {
    margin-top: 30px;
  }

  .header.header_main-fr .list_fr-category .list__item_category {
    display: block;
  }

  .header.header_main-fr .list_fr-category .list__item_mob-hide {
    display: none;
  }

  .header.header_main-fr .list_fr-filter {
    max-width: 360px;
    width: 100%;
  }

  .fr-feedback__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .fr-feedback__item:last-child {
    margin-bottom: 0;
  }

  .fr-feedback .feedback__text {
    margin-bottom: 10px;
  }

  .fr-vacancy {
    flex-wrap: wrap;
  }

  .fr-vacancy__item {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 30px;
  }

  .fr-vacancy__item:last-child {
    margin-bottom: 20px;
  }

  .fr-shop__item {
    float: none;
    margin-right: 0;
    width: 100%;
    max-width: 364px;
  }

  .preview-block.preview-block_fr .share__item:nth-child(1) {
    margin-bottom: 39px;
  }

  .logo-project-partner.logo-project-partner_for-franchisor {
    padding-right: 10px;
    width: 325px;
    padding-left: 10px;
  }

  .fr-for-buyer .media-grid.media-grid_fr-for-buyer .media-grid__row_two-items .article.article_media {
    width: 100%;
    margin-right: 0;
  }

  .fr-for-buyer .media-grid.media-grid_fr-for-buyer .media-grid__row_two-items .article.article_media:nth-child(n + 2) {
    margin-top: 20px;
  }

  .fr-for-buyer .media-grid.media-grid_fr-for-buyer .media-grid__row_two-items .article.article_media .article__item_media {
    width: calc(50% - 10px);
  }

  .fr-for-buyer .media-grid.media-grid_fr-for-buyer .media-grid__row_two-items .article.article_media .article__item_txt {
    width: 50%;
    height: 138px;
  }

  .fr-for-franchisor__col_2 .media-grid_fr-for-franchisor .media-grid__row_one-item .article.article_media .article__item_txt {
    height: 138px;
  }

  .fr-indicator__col_1 {
    display: none;
  }

  .fr-indicator .current-index .select-date {
    display: flex;
  }
}

@media screen and (max-width: 530px) {
  .b__title-edit {
    float: none;
    margin-left: 0;
    line-height: 1;
  }

  .b__block_fr-buyer {
    margin-bottom: 60px;
  }

  .filter.filter_vol-investments .filter__range {
    padding-left: 20px;
    padding-right: 20px;
  }

  .filter.filter_vol-investments .filter__range .fix-amount {
    display: block;
  }

  .filter.filter_vol-investments .filter__range .slider-range {
    width: 100%;
    margin-top: 15px;
  }

  .filter.filter_vol-investments .filter__input .range-slider .rs__grid {
    display: none;
  }

  .filter.filter_vol-investments .filter__menu-block {
    margin-top: 25px;
  }

  .filter.filter_vol-investments span.ui-slider-handle:first-of-type .amount {
    display: none;
  }

  .filter.filter_vol-investments span.ui-slider-handle:last-of-type .amount {
    display: none;
  }

  .fr-interesting__item_main {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .fr-interesting__item_other {
    width: 100%;
    float: left;
  }

  .fr-video__video {
    margin-bottom: 15px;
  }

  .fr-video__video * {
    height: 170px;
  }

  .fr-map__body {
    padding: 25px 0 30px;
  }

  .fr-map__bg {
    background-size: auto 445px;
  }

  .fr-map .img-map {
    width: 300px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .fr-map .img-map img {
    width: 100%;
    height: 100%;
  }

  .fr-for-buyer .media-grid.media-grid_fr-for-buyer .media-grid__row_two-items .article.article_media .article__item_txt {
    height: 78px;
  }

  .fr-for-buyer .article.article_manual .article__col_1 {
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 0;
  }

  .fr-for-buyer .article.article_manual .article__col_2 {
    width: 100%;
  }

  .fr-for-buyer .article.article_manual .img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .fr-for-franchisor {
    margin-top: 0;
  }

  .fr-for-franchisor__col_2 .media-grid_fr-for-franchisor .media-grid__row_one-item .article.article_media .article__item_txt {
    height: auto;
    max-height: 85px;
    /*&::after {
                          height: 20px;
                        }*/
  }

  .fr-public-request .list__item {
    width: 100%;
    margin-right: 0;
  }

  .logo-project-partner.logo-project-partner_for-franchisor {
    position: static;
    width: 236px;
    overflow: hidden;
    padding-left: 0;
    padding-top: 10px;
    height: 77px;
    padding-bottom: 10px;
  }

  .logo-project-partner.logo-project-partner_for-franchisor img {
    position: relative;
    left: -69px;
  }

  .media-grid__row_two-items {
    flex-wrap: wrap;
  }

  .media-grid__row_two-items .article_media {
    width: 100%;
    margin-right: 0;
  }

  .media-grid__row_three-items .article_media {
    width: 100%;
    margin-right: 0;
  }

  .media-grid__row_four-items {
    flex-wrap: wrap;
  }

  .media-grid__row_four-items .article_media {
    width: 100%;
    margin-right: 0;
  }

  .media-grid__row_two-col .media-grid__col_two-items .article_media {
    width: 100%;
    margin-right: 0;
  }

  .media-grid.media-grid_encyclopedia .article.article_media {
    width: 100%;
    margin-right: 0;
  }

  .media-grid.media-grid_encyclopedia .article.article_media:nth-child(3n) {
    margin-right: 0;
  }

  .media-grid.media-grid_fr-video .media-grid__row_three-items .article.article_media:first-child .title {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }

  .media-grid.media-grid_fr-video .media-grid__row_three-items .article.article_media:nth-child(3n + 1) .title {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }

  .media-grid.media-grid_fr-video .media-grid__row_four-items .article.article_media:nth-child(n + 2) {
    margin-top: 15px;
  }

  .media-grid.media-grid_fr-video .media-grid__row_two-col .media-grid__col_one-item .article.article_media .title {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }

  .media-grid.media-grid_fr-video .media-grid__row_two-col .media-grid__col_two-items .article.article_media:nth-child(n + 2) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 420px) {
  .archive-fran .b-issue__content-obj-left {
    display: block;
  }

  .archive-fran .b-issue__content-obj-center {
    padding-top: 10px !important;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

#map-on-fr {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.map__head {
  margin: 25px 0 45px;
}

.map__head-city {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 30px;
}

.map__head-city .map-title {
  margin-right: 20px;
  margin-bottom: 10px;
}

.map__head-city .map__title {
  display: block;
}

.map-breadcrumbs {
  margin-bottom: 10px;
}

.map-title .b__title {
  display: inline-block;
  vertical-align: baseline;
  line-height: 1.2;
  margin-bottom: 0;
}

.map-title .map__title {
  vertical-align: baseline;
}

.map-title_change .b__title {
  vertical-align: middle;
}

.map__title {
  display: inline-block;
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 5px;
}

.map-change {
  display: inline-block;
  vertical-align: middle;
}

.map-change__item {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  float: left;
}

.map-change__item:last-of-type {
  margin-right: 0;
}

.map-change-tt__body {
  position: relative;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 30px 10px 30px;
  background-color: #fff;
  border-radius: 10px;
}

.map-change-tt__title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  padding-right: 15px;
}

.map-change-tt__breadcrumbs {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 15px;
}

.map-change-tt__breadcrumbs-item {
  position: relative;
  padding-right: 30px;
  float: left;
}

.map-change-tt__breadcrumbs-item:before {
  content: '';
  position: absolute;
  top: 9px;
  right: 13px;
  width: 5px;
  height: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  transform: rotate(45deg);
}

.map-change-tt__breadcrumbs-item:last-of-type {
  padding-right: 0;
}

.map-change-tt__breadcrumbs-item:last-of-type:before {
  content: none;
}

.map-change-tt__list {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-top: 15px;
}

.map-change-tt__list_big {
  font-size: 21px;
}

.map-change-tt__item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
  float: left;
}

.map-change-tt__item:nth-of-type(3n) {
  margin-right: 0;
}

.map-change-tt__close {
  position: absolute;
  top: 25px;
  right: 25px;
}

.map-select {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.map__select {
  margin: 10px 20px 0 0;
}

.map__select .select__data {
  border-color: rgba(0, 0, 0, 0.2);
}

.map-city {
  margin-top: 10px;
}

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

.map-canvas {
  margin-bottom: 20px;
}

.map-canvas__body {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 53.1%;
  overflow: hidden;
}

.map-canvas__body svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-canvas_contry .map-canvas__contry {
  cursor: pointer;
  fill: #A5E9FF;
}

.map-canvas_contry .map-canvas__contry .map-canvas__region {
  fill: inherit;
}

.map-canvas_contry .map-canvas__contry:hover .map-canvas__region {
  fill: #CAD0D6;
}

.map-canvas_contry .map-canvas__contry:hover .map-canvas__region text {
  fill: #000;
}

.map-canvas_region {
  margin-top: 15px;
  margin-bottom: 40px;
}

.map-canvas_region .map-canvas__region {
  cursor: pointer;
}

.map-canvas_region .map-canvas__region:hover {
  fill: #CAD0D6 !important;
}

.map-canvas_region .map-canvas__region:hover text {
  fill: #000;
}

.map-canvas_city {
  margin: 40px 0;
}

.map-canvas_city .map-point__svg:hover {
  cursor: pointer;
  fill: #0088CC;
}

.map-canvas_split svg {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.map-canvas__contry.active {
  position: relative;
}

.map-canvas__region {
  fill: #A5E9FF;
}

.map-canvas__region.active {
  position: relative;
  fill: #f0f2f5;
  pointer-events: none;
}

.map-canvas__city {
  position: absolute;
}

.map-canvas__active-area {
  fill: #CAD0D6 !important;
}

.map-canvas__active-point {
  fill: #0088CC !important;
}

.map-canvas__grey {
  fill: #f0f2f5;
}

.map-canvas__point {
  display: none;
}

.map-canvas .fill-5 {
  fill: #00A6DD;
}

.map-canvas .fill-4 {
  fill: #3BBCE8;
}

.map-canvas .fill-3 {
  fill: #5CC9ED;
}

.map-canvas .fill-2 {
  fill: #78DAFB;
}

.map-canvas .fill-1 {
  fill: #A5E9FF;
}

.map-canvas .fill-point {
  fill: #47C1EA;
}

.map-canvas g:focus {
  outline: none;
}

.map-canvas path,
.map-canvas polygon {
  stroke: transparent;
  stroke-width: .6;
  transition: fill .2s ease 0s;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.map-canvas text {
  font-family: PT Sans, Arial;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1;
}

.map-point {
  position: absolute;
  fill: #00A6DD;
}

.map-point__body {
  position: relative;
  z-index: 10;
}

.map-point__text {
  position: absolute;
  left: 50%;
  top: -25px;
  width: 200px;
  margin-left: -100px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}

.map-point__svg {
  position: relative;
  width: 30px;
  height: 40px;
}

.map-point__marker {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.map-tooltip {
  position: absolute;
  font-family: PT Sans, Arial;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 1005;
}

.map-tooltip.active {
  opacity: 1;
}

.map-tooltip__body {
  width: 280px;
  padding: 15px 20px 5px 20px;
  background: #FFFFFF;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.map-tooltip__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  padding-bottom: 15px;
}

.map-tooltip__count {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1;
}

.map-tooltip__text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
  padding-bottom: 10px;
  word-wrap: break-word;
  word-break: break-word;
}

.map-tooltip__open {
  position: absolute;
  width: 360px;
  background: #FFFFFF;
  border-radius: 5px;
  z-index: 1;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.map-tooltip__open:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -8px;
  width: 17px;
  height: 17px;
  background-color: #fff;
  transform: rotate(-45deg);
  z-index: 0;
}

.map-tooltip__open_single .map-tooltip-open__body {
  height: auto;
}

.map-tooltip__open_single .map-tooltip-open__img {
  display: inline-block;
  height: 150px;
}

.map-tooltip-open__choose {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding: 15px 15px 10px 15px;
  border-bottom: 1px solid #CAD0D6;
}

.map-tooltip-open__body {
  position: relative;
  height: 280px;
  z-index: 1;
}

.map-tooltip-open__left {
  width: 45%;
  height: 100%;
  border-right: 1px solid #CAD0D6;
  float: left;
  overflow: auto;
}

.map-tooltip-open__left:focus {
  outline: none;
}

.map-tooltip-open__item {
  position: relative;
  padding: 10px 10px 10px 15px;
  cursor: pointer;
}

.map-tooltip-open__item:after {
  content: '';
  position: absolute;
  left: 15px;
  bottom: -1px;
  width: calc(100% - 30px);
  border-bottom: 1px solid #CAD0D6;
}

.map-tooltip-open__item:last-of-type:after {
  border-bottom: none;
}

.map-tooltip-open__item.active {
  background-color: #00B4F0;
}

.map-tooltip-open__item.active .map-tooltip-open__text {
  color: #fff;
}

.map-tooltip-open__item.active .map-tooltip__stext {
  color: rgba(255, 255, 255, 0.5);
}

.map-tooltip-open__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.map-tooltip-open__right {
  width: 55%;
  float: right;
}

.map-tooltip-open__about {
  margin-left: 20px;
}

.map-tooltip-open__img {
  margin: 20px 20px 10px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.map-tooltip__link {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.map-tooltip__stext {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #848484;
}

.map-tooltip__adress {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 15px;
  margin-right: 20px;
}

.map-tooltip__for-open {
  position: absolute;
  width: 340px;
  background: #FFFFFF;
  border-radius: 5px;
  z-index: 1;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.map-tooltip__for-open:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -8px;
  width: 17px;
  height: 17px;
  background-color: #fff;
  transform: rotate(-45deg);
  z-index: 0;
}

.map-tooltip-for-open__head {
  padding: 15px 20px;
}

.map-tooltip-for-open__choose {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  color: #0088cc;
  margin-bottom: 5px;
}

.map-tooltip-for-open__middle {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  padding: 12px 20px;
  background-color: #f0f2f5;
}

.map-tooltip-for-open__body {
  position: relative;
  height: 300px;
  overflow: auto;
  z-index: 1;
}

.map-tooltip-for-open__body:focus {
  outline: none;
}

.map-tooltip-for-open__item {
  padding: 20px;
  border-bottom: 1px solid #f0f2f5;
}

.map-tooltip-for-open__item:last-of-type {
  border: none;
}

.map-tooltip-for-open__img {
  width: 80px;
  height: 60px;
  margin-right: 20px;
  border-radius: 5px;
  overflow: hidden;
  float: left;
}

.map-tooltip-for-open__about {
  width: calc(100% - 100px);
  float: left;
}

.map-tooltip-scroll .jspPane {
  width: 100% !important;
}

.map-tooltip-scroll .jspVerticalBar {
  right: 5px;
}

.map-tooltip-scroll .jspDrag {
  background: #f0f2f5;
  border-radius: 8px;
  opacity: 0.5;
}

.map-tooltip-scroll .jspVerticalBar,
.map-tooltip-scroll .jspTrack {
  background: transparent;
}

.map-tooltip__mobile .map-tooltip__body {
  width: 100%;
  padding: 15px 20px 20px;
  background-color: #f0f2f5;
  box-shadow: none;
}

.map-tooltip__mobile .map-tooltip__title {
  font-weight: bold;
  padding-bottom: 10px;
}

.map-tooltip__half {
  width: calc(50% - 10px);
  margin-right: 20px;
  float: left;
}

.map-tooltip__half:last-of-type {
  margin-right: 0;
}

.map-tooltip__half:first-child:last-child {
  width: 100%;
  margin-right: 0;
}

.map-ya-block {
  position: relative;
  margin-bottom: 45px;
}

.map-ya-block .map-fr-yandex {
  width: 100%;
  height: 625px;
}

.map-count {
  display: inline-block;
  padding: 15px 100px 0 20px;
  background: #f0f2f5;
  border-radius: 5px;
}

.map-count__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 15px;
}

.map-count__item {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

.map-count__square {
  width: 26px;
  height: 26px;
  border-radius: 5px;
  margin-right: 10px;
  float: left;
}

.map-count__square_fill-5 {
  background-color: #00A6DD;
}

.map-count__square_fill-4 {
  background-color: #3BBCE8;
}

.map-count__square_fill-3 {
  background-color: #5CC9ED;
}

.map-count__square_fill-2 {
  background-color: #78DAFB;
}

.map-count__square_fill-1 {
  background-color: #A5E9FF;
}

.map-count__text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 26px;
  float: left;
}

.map-count-head {
  display: flex;
  flex-wrap: wrap;
}

.map-count-head__item {
  display: flex;
  align-items: center;
  width: 380px;
  height: 80px;
  background: #f0f2f5;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
}

.map-count-head__item:last-of-type {
  margin-right: 0;
}

.map-count-head__item i {
  flex-shrink: 0;
}

.map-count-head__item_company i {
  width: 28px;
  height: 28px;
  background-size: cover;
}

.map-count-head__info {
  margin-left: 10px;
}

.map-count-head__num {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.map-filter {
  width: 100%;
  padding: 15px 20px 0 20px;
  margin: 5px 0 15px;
  background-color: #f0f2f5;
  border-radius: 5px;
}

.map-filter .button {
  padding-left: 20px;
  padding-right: 20px;
}

.map-filter .group__body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.map-filter .group__item {
  margin-right: 30px;
  margin-bottom: 20px;
  float: none;
}

.map-filter .group__item:last-of-type {
  margin-right: 0;
}

.map-filter .select__data {
  width: 260px;
}

.map-filter .input-block__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.map-filter .input-block__date .input {
  width: 120px;
  height: 40px;
}

.map-filter .input-block__dash-date {
  width: 8px;
  margin: 0 6px;
}

.map-filter_city {
  margin: -15px 0 0 0;
  padding: 25px 0 10px;
  border-radius: 0;
}

.map-filter_city .tabs-panel {
  margin-top: 5px;
  margin-bottom: 20px;
}

.map-filter_city .group__item_tc {
  margin-bottom: 25px;
}

.map-filter_city .checkbox_daw-green .checkbox-input + .checkbox-icon:before {
  top: 0;
}

.map-filter_city .issue_checkbox .checkbox-block {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
  background: #1ea01e;
  text-align: center;
  padding-top: 4px;
}

.map-discovery__item {
  padding: 30px 0 5px;
  border-bottom: 1px solid #CAD0D6;
  *zoom: 1;
}

.map-discovery__item:before,
.map-discovery__item:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.map-discovery__item:first-of-type {
  padding-top: 0;
}

.map-discovery__item:last-of-type {
  border-bottom: none;
}

.map-discovery__left {
  width: calc(100% - 500px);
  margin-bottom: 20px;
  float: left;
}

.map-discovery__img {
  width: 120px;
  height: 90px;
  margin-right: 20px;
  border-radius: 5px;
  overflow: hidden;
  float: left;
}

.map-discovery__img img {
  width: 100%;
  height: auto;
}

.map-discovery__about {
  width: calc(100% - 140px);
  float: left;
}

.map-discovery__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.map-discovery__title_last {
  position: relative;
}

.map-discovery__title_last .last-open {
  position: absolute;
  top: -40px;
  left: calc(100% - 40px);
  padding: 6px 14px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  background-color: #00B4F0;
  border-radius: 5px;
  color: #fff;
  pointer-events: none;
}

.map-discovery__title_last .last-open:before {
  content: '';
  position: absolute;
  left: 15px;
  bottom: -5px;
  width: 11px;
  height: 11px;
  background-color: #00B4F0;
  transform: rotate(-45deg);
}

.map-discovery__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-top: 5px;
}

.map-discovery__text_max-fixh {
  max-height: 72.2px;
  overflow: hidden;
}

.map-discovery__right {
  width: 480px;
  min-height: 145px;
  padding: 20px 20px 0 20px;
  margin-bottom: 25px;
  background-color: #f0f2f5;
  border-radius: 5px;
  float: right;
}

.map-discovery__info {
  margin-bottom: 20px;
  margin-right: 30px;
  float: left;
  *zoom: 1;
}

.map-discovery__info:before,
.map-discovery__info:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.map-discovery__info:first-of-type:not(:last-of-type) {
  width: 130px;
}

.map-discovery__info:last-of-type {
  margin-right: 0;
}

.map-discovery__info-icon {
  margin-bottom: 5px;
}

.map-discovery__info-title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 2px;
}

.map-discovery__info-text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #5E5E5E;
}

.map-discovery__btn {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}

.map-category__list {
  margin-bottom: 40px;
}

.map-category__item {
  margin-bottom: 17px;
}

.map-category__top {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 10px;
}

.map-category__top i {
  width: 16px;
  height: 16px;
  background-size: cover;
}

.map-category__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.map-category__text.bold {
  font-weight: bold;
  margin-bottom: 5px;
}

.map-category__count {
  margin-bottom: 5px;
}

.map-category__count .map-category__text {
  display: inline-block;
  margin-left: 5px;
}

.map-category__bottom {
  position: relative;
  width: calc(100% - 36px);
  margin-left: 18px;
}

.map-category__bottom:before {
  content: '';
  position: absolute;
  top: 0;
  left: -18px;
  width: 20px;
  height: 16px;
  background-color: #f0f2f5;
}

.map-category__scale {
  position: relative;
  height: 16px;
  background-color: #f0f2f5;
}

.map-category__icon {
  position: absolute;
  top: -10px;
  right: -18px;
  width: 36px;
  height: 36px;
  background-color: #f0f2f5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-business .fr-public-request .list-item__icon {
  width: 80px;
  height: 80px;
}

.map-business .list__item {
  margin-bottom: 20px;
}

.map-business .list-item {
  align-items: center;
}

.map-business .list-item__txt_right {
  margin-left: 20px;
  margin-bottom: 5px;
}

.map-list-fr__list {
  margin-bottom: 10px;
}

.map-list-fr__item {
  width: calc(50% - 10px);
  margin-right: 20px;
  float: left;
}

.map-list-fr__item:nth-of-type(2n - 1) {
  clear: both;
}

.map-list-fr__item:nth-of-type(2n) {
  margin-right: 0;
}

.map-list-fr__img {
  width: 80px;
  height: 60px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  float: left;
}

.map-list-fr__about {
  width: calc(100% - 100px);
  margin-bottom: 15px;
  float: left;
}

.map-list-fr__title {
  display: inline-block;
  margin-bottom: 2px;
}

.map-list-fr__text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #848484;
}

.map-list-fr__one .share_two-md .share__item {
  width: 100%;
}

.map-list-fr__one .share_two-md .share__item:nth-child(n) {
  margin-left: 0;
  margin-right: 0;
}

.map-list-fr__one .map-list-fr__item {
  width: calc(25% - 15px);
  margin-right: 20px;
  float: left;
}

.map-list-fr__one .map-list-fr__item:nth-of-type(2n - 1) {
  clear: none;
}

.map-list-fr__one .map-list-fr__item:nth-of-type(2n) {
  margin-right: 20px;
}

.map-list-fr__one .map-list-fr__item:nth-of-type(4n) {
  margin-right: 0;
}

.map-list-fr__one .map-list-fr__item:nth-of-type(4n) {
  margin-right: 0;
}

.map-order-analytics {
  position: relative;
  background-color: #f0f2f5;
  padding: 30px 20px 40px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.map-order-analytics__left {
  position: relative;
  max-width: 460px;
  z-index: 1;
}

.map-order-analytics__left .b__text {
  margin-bottom: 45px;
}

.map-order-analytics__img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 590px;
  width: 100%;
  margin-top: 20px;
}

.map-bid-list {
  margin-bottom: 25px;
}

.map-bid__item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
  float: left;
}

.map-bid__item:nth-of-type(3n) {
  margin-right: 0;
}

.map-bid__item:nth-of-type(3n+1) {
  clear: left;
}

.map-bid__img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
  float: left;
}

.map-bid__about {
  width: calc(100% - 70px);
  float: left;
}

.map-bid__title {
  display: block;
  margin: 5px 0;
}

.map-bid__stext {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #B7B7B7;
}

.map-expert__item {
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 25px;
  float: left;
}

.map-expert__item:nth-of-type(2n - 1) {
  clear: both;
}

.map-expert__item:nth-of-type(2n) {
  margin-right: 0;
}

.map-expert__item:first-child:last-child {
  width: 100%;
  margin-right: 0;
}

.map-expert__left {
  width: 180px;
  margin-right: 20px;
  float: left;
}

.map-expert__img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin-bottom: 15px;
  overflow: hidden;
}

.map-expert__name {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 3px;
}

.map-expert__post {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #848484;
}

.map-expert__right {
  width: calc(100% - 200px);
  float: left;
}

.map-expert__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.5;
}

.found-object {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

@media screen and (max-width: 1550px) {
  .map-list-fr__item {
    width: calc(50% - 5px);
    margin-right: 10px;
  }

  .map-list-fr__img {
    width: 60px;
    height: 45px;
    margin-right: 10px;
  }

  .map-list-fr__about {
    width: calc(100% - 70px);
  }

  .map-list-fr__one .map-list-fr__item {
    width: calc(25% - 7.5px);
    margin-right: 10px;
  }

  .map-list-fr__one .map-list-fr__item:nth-of-type(2n) {
    margin-right: 10px;
  }

  .map-list-fr__one .map-list-fr__item:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1100px) {
  .map-discovery__left {
    width: 100%;
  }

  .map-discovery__title_last {
    display: inline-block;
    min-width: 210px;
  }

  .map-discovery__title_last .last-open {
    left: inherit;
    right: 0;
  }

  .map-discovery__right {
    width: 100%;
    min-height: auto;
  }

  .map-business .fr-public-request .list-item__icon {
    width: 50px;
    height: 50px;
  }

  .map-business .list-item__txt_right {
    margin-bottom: 0;
    margin-left: 10px;
  }

  .map-list-fr__item {
    width: calc(50% - 10px);
    margin-right: 20px;
  }

  .map-list-fr__img {
    width: 80px;
    height: 60px;
    margin-right: 20px;
  }

  .map-list-fr__about {
    width: calc(100% - 100px);
  }

  .map-list-fr__one .map-list-fr__item {
    width: calc(50% - 10px);
    margin-right: 20px;
  }

  .map-list-fr__one .map-list-fr__item:nth-of-type(2n) {
    margin-right: 0;
  }

  .map-bid__img {
    width: 50px;
    height: 50px;
  }

  .map-bid__about {
    width: calc(100% - 60px);
  }

  .map-expert__item {
    width: 100%;
    margin-right: 0;
    clear: both;
  }

  .map-count {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 788px) {
  .map-change-tt__body {
    padding-bottom: 15px;
  }

  .map-change-tt__list {
    padding-top: 10px;
  }

  .map-change-tt__item {
    width: 49%;
    margin-bottom: 10px;
  }

  .map-change-tt__item:nth-of-type(3n) {
    margin-right: 2%;
  }

  .map-change-tt__item:nth-of-type(2n) {
    margin-right: 0;
  }

  .map-filter_main .tabs-panel {
    margin-right: -30px;
  }

  .map-bid__item {
    width: 100%;
    margin-right: 0;
  }

  .map-ya-block .map-fr-yandex {
    height: 450px;
  }
}

@media screen and (max-width: 530px) {
  .map-change-tt__body {
    padding: 15px 20px 5px 20px;
  }

  .map-change-tt__body .pop-up__btn-close {
    top: 10px;
    right: 10px;
  }

  .map-change-tt__title {
    font-size: 21px;
  }

  .map-change-tt__breadcrumbs {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .map-change-tt__breadcrumbs-item {
    padding-right: 20px;
  }

  .map-change-tt__breadcrumbs-item:before {
    width: 4px;
    height: 4px;
    top: 8px;
    right: 8px;
  }

  .map-change-tt__breadcrumbs-item:last-of-type {
    padding-right: 0;
  }

  .map-change-tt__list {
    font-size: 14px;
  }

  .map-change-tt__list_big {
    font-size: 16px;
  }

  .map-filter_main .tabs-panel {
    margin-right: 0;
  }

  .map-filter_main .group__item {
    margin-right: 0;
  }

  .map-filter_city .group_tc {
    margin-bottom: 20px;
  }

  .map-filter .group__item {
    max-width: inherit;
    width: 100%;
    margin-right: 0;
  }

  .map-filter .select__data {
    width: 100%;
  }

  .map-filter .input-block__date .input {
    width: calc(50% - 10px);
  }

  .map-discovery__item {
    padding-top: 20px;
  }

  .map-discovery__left {
    margin-bottom: 15px;
  }

  .map-discovery__right {
    padding-top: 15px;
    margin-bottom: 15px;
  }

  .map-discovery__img {
    width: 80px;
    height: 60px;
    margin-right: 10px;
  }

  .map-discovery__about {
    width: calc(100% - 90px);
  }

  .map-discovery__title {
    font-size: 16px;
  }

  .map-discovery__title_last .last-open {
    right: -5px;
    font-size: 14px;
  }

  .map-discovery__text {
    font-size: 14px;
    padding-top: 3px;
  }

  .map-discovery__text_max-fixh {
    max-height: 60.8px;
  }

  .map-discovery__info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .map-discovery__info-icon {
    width: 26px;
    margin: 3px 10px 0 0;
    text-align: center;
    float: left;
  }

  .map-discovery__info-about {
    width: calc(100% - 36px);
    float: left;
  }

  .map-discovery__info-title {
    font-size: 16px;
  }

  .map-discovery__info-text {
    font-size: 12px;
  }

  .map-count-head__item {
    width: 100%;
    margin-right: 0;
  }

  .map-list-fr__item {
    width: 100%;
    margin-right: 0;
  }

  .map-list-fr__one .map-list-fr__item {
    width: 100%;
    margin-right: 0;
  }

  .map-expert__left {
    width: 100%;
    margin-right: 0;
  }

  .map-expert__img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
  }

  .map-expert__about {
    width: calc(100% - 60px);
    margin-bottom: 5px;
    float: left;
  }

  .map-expert__right {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .map-change-tt__list_big {
    padding-bottom: 5px;
  }

  .map-change-tt__list_big .map-change-tt__item {
    margin-bottom: 5px;
  }

  .map-change-tt__item {
    width: 100%;
  }

  .map-change-tt__item:nth-of-type(n) {
    margin-right: 0;
  }

  .map-filter .button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .map-tooltip__open,
  .map-tooltip__for-open {
    width: 300px;
  }

  .map-tooltip__mobile .map-tooltip__text {
    font-size: 14px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

@media screen and (max-width: 788px) {
  .idea_side-btn-group .btn-group__item {
    float: left;
    margin-right: 10px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.home__idea {
  margin-bottom: 40px;
}

.home-body__img img {
  width: 100%;
}

.home-body_idea {
  padding-top: 5px;
}

.home-body-idea__body {
  margin-bottom: 30px;
}

.home-body-idea__link .home-body-idea__txt {
  color: #0088cc;
}

.home-body-idea__link:hover .home-body-idea__txt {
  text-decoration: underline;
}

.home-body-idea__img img {
  width: 100%;
}

.home-body-idea-img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.home-body-idea__txt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

/*banner-app*/

.banner-app {
  width: 100%;
  min-height: 233px;
  background-color: #E5EFF1;
  position: relative;
  margin: 60px auto 70px;
  border-radius: 10px;
}

.banner-app__title {
  font-size: 25px;
  line-height: 30px;
  width: 400px;
  margin: 0;
  padding: 10px 13px 0 13px;
}

.banner-app__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 20px;
  width: 460px;
  margin: 0;
  padding: 5px 13px 0 13px;
}

.banner-app__img {
  position: absolute;
  top: -31px;
  right: 57px;
}

.banner-app__links {
  margin: 41px 0 0 15px;
}

.banner-app__link {
  display: inline-block;
  vertical-align: top;
  width: 135px;
  height: 40px;
  background-color: #455664;
  border-radius: 6px;
  margin: 0 19px 0 0;
}

.banner-app__link_appstore {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJSVV9Eb3dubG9hZF9vbl90aGUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIKCSB5PSIwcHgiIHdpZHRoPSIxMzVweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgMTM1IDQwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMzUgNDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGZpbGw9IiNBNkE2QTYiIGQ9Ik0xMzAuMTk3LDQwSDQuNzI5QzIuMTIyLDQwLDAsMzcuODcyLDAsMzUuMjY3VjQuNzI2QzAsMi4xMiwyLjEyMiwwLDQuNzI5LDBoMTI1LjQ2OAoJCUMxMzIuODAzLDAsMTM1LDIuMTIsMTM1LDQuNzI2djMwLjU0MUMxMzUsMzcuODcyLDEzMi44MDMsNDAsMTMwLjE5Nyw0MEwxMzAuMTk3LDQweiIvPgoJPHBhdGggZD0iTTEzNC4wMzIsMzUuMjY4YzAsMi4xMTYtMS43MTQsMy44My0zLjgzNCwzLjgzSDQuNzI5Yy0yLjExOSwwLTMuODM5LTEuNzE0LTMuODM5LTMuODNWNC43MjUKCQljMC0yLjExNSwxLjcyLTMuODM1LDMuODM5LTMuODM1aDEyNS40NjhjMi4xMjEsMCwzLjgzNCwxLjcyLDMuODM0LDMuODM1TDEzNC4wMzIsMzUuMjY4TDEzNC4wMzIsMzUuMjY4eiIvPgoJPGc+CgkJPGc+CgkJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zMC4xMjgsMTkuNzg0Yy0wLjAyOS0zLjIyMywyLjYzOS00Ljc5MSwyLjc2MS00Ljg2NGMtMS41MTEtMi4yMDMtMy44NTMtMi41MDQtNC42NzYtMi41MjgKCQkJCWMtMS45NjctMC4yMDctMy44NzUsMS4xNzctNC44NzcsMS4xNzdjLTEuMDIyLDAtMi41NjUtMS4xNTctNC4yMjgtMS4xMjNjLTIuMTQsMC4wMzMtNC4xNDIsMS4yNzItNS4yNCwzLjE5NgoJCQkJYy0yLjI2NiwzLjkyMy0wLjU3Niw5LjY4OCwxLjU5NSwxMi44NTljMS4wODYsMS41NTMsMi4zNTUsMy4yODcsNC4wMTYsMy4yMjZjMS42MjUtMC4wNjcsMi4yMzItMS4wMzYsNC4xOTMtMS4wMzYKCQkJCWMxLjk0MywwLDIuNTEzLDEuMDM2LDQuMjA3LDAuOTk3YzEuNzQ0LTAuMDI4LDIuODQyLTEuNTYsMy44OS0zLjEyN2MxLjI1NS0xLjc4LDEuNzU5LTMuNTMzLDEuNzc5LTMuNjIzCgkJCQlDMzMuNTA3LDI0LjkyNCwzMC4xNjEsMjMuNjQ3LDMwLjEyOCwxOS43ODR6Ii8+CgkJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yNi45MjgsMTAuMzA2YzAuODc0LTEuMDkzLDEuNDcyLTIuNTgsMS4zMDYtNC4wODljLTEuMjY1LDAuMDU2LTIuODQ3LDAuODc1LTMuNzU4LDEuOTQ0CgkJCQljLTAuODA2LDAuOTQyLTEuNTI2LDIuNDg2LTEuMzQsMy45MzhDMjQuNTU3LDEyLjIwNSwyNi4wMTYsMTEuMzgyLDI2LjkyOCwxMC4zMDZ6Ii8+CgkJPC9nPgoJPC9nPgoJPGc+CgkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTUzLjY0NSwzMS41MDRoLTIuMjcxbC0xLjI0NC0zLjkwOWgtNC4zMjRsLTEuMTg1LDMuOTA5aC0yLjIxMWw0LjI4NC0xMy4zMDhoMi42NDZMNTMuNjQ1LDMxLjUwNHoKCQkJIE00OS43NTUsMjUuOTU1TDQ4LjYzLDIyLjQ4Yy0wLjExOS0wLjM1NS0wLjM0Mi0xLjE5MS0wLjY3MS0yLjUwN2gtMC4wNGMtMC4xMzEsMC41NjYtMC4zNDIsMS40MDItMC42MzIsMi41MDdsLTEuMTA1LDMuNDc1CgkJCUg0OS43NTV6Ii8+CgkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTY0LjY2MiwyNi41ODhjMCwxLjYzMi0wLjQ0MSwyLjkyMi0xLjMyMywzLjg2OWMtMC43OSwwLjg0My0xLjc3MSwxLjI2NC0yLjk0MiwxLjI2NAoJCQljLTEuMjY0LDAtMi4xNzItMC40NTQtMi43MjUtMS4zNjJoLTAuMDR2NS4wNTVoLTIuMTMyVjI1LjA2N2MwLTEuMDI2LTAuMDI3LTIuMDc5LTAuMDc5LTMuMTU5aDEuODc1bDAuMTE5LDEuNTIxaDAuMDQKCQkJYzAuNzExLTEuMTQ2LDEuNzktMS43MTgsMy4yMzgtMS43MThjMS4xMzIsMCwyLjA3NywwLjQ0NywyLjgzMywxLjM0MkM2NC4yODQsMjMuOTQ5LDY0LjY2MiwyNS4xMjcsNjQuNjYyLDI2LjU4OHogTTYyLjQ5LDI2LjY2NgoJCQljMC0wLjkzNC0wLjIxLTEuNzA0LTAuNjMyLTIuMzFjLTAuNDYxLTAuNjMyLTEuMDgtMC45NDgtMS44NTYtMC45NDhjLTAuNTI2LDAtMS4wMDQsMC4xNzYtMS40MzEsMC41MjMKCQkJYy0wLjQyOCwwLjM1LTAuNzA4LDAuODA3LTAuODM5LDEuMzczYy0wLjA2NiwwLjI2NC0wLjA5OSwwLjQ4LTAuMDk5LDAuNjV2MS42YzAsMC42OTgsMC4yMTQsMS4yODcsMC42NDIsMS43NjgKCQkJczAuOTg0LDAuNzIxLDEuNjY4LDAuNzIxYzAuODAzLDAsMS40MjgtMC4zMSwxLjg3NS0wLjkyOEM2Mi4yNjYsMjguNDk2LDYyLjQ5LDI3LjY4LDYyLjQ5LDI2LjY2NnoiLz4KCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNzUuNjk5LDI2LjU4OGMwLDEuNjMyLTAuNDQxLDIuOTIyLTEuMzI0LDMuODY5Yy0wLjc4OSwwLjg0My0xLjc3LDEuMjY0LTIuOTQxLDEuMjY0CgkJCWMtMS4yNjQsMC0yLjE3Mi0wLjQ1NC0yLjcyNC0xLjM2Mkg2OC42N3Y1LjA1NWgtMi4xMzJWMjUuMDY3YzAtMS4wMjYtMC4wMjctMi4wNzktMC4wNzktMy4xNTloMS44NzVsMC4xMTksMS41MjFoMC4wNAoJCQljMC43MS0xLjE0NiwxLjc4OS0xLjcxOCwzLjIzOC0xLjcxOGMxLjEzMSwwLDIuMDc2LDAuNDQ3LDIuODM0LDEuMzQyQzc1LjMyLDIzLjk0OSw3NS42OTksMjUuMTI3LDc1LjY5OSwyNi41ODh6IE03My41MjcsMjYuNjY2CgkJCWMwLTAuOTM0LTAuMjExLTEuNzA0LTAuNjMzLTIuMzFjLTAuNDYxLTAuNjMyLTEuMDc4LTAuOTQ4LTEuODU1LTAuOTQ4Yy0wLjUyNywwLTEuMDA0LDAuMTc2LTEuNDMyLDAuNTIzCgkJCWMtMC40MjgsMC4zNS0wLjcwNywwLjgwNy0wLjgzOCwxLjM3M2MtMC4wNjUsMC4yNjQtMC4wOTksMC40OC0wLjA5OSwwLjY1djEuNmMwLDAuNjk4LDAuMjE0LDEuMjg3LDAuNjQsMS43NjgKCQkJYzAuNDI4LDAuNDgsMC45ODQsMC43MjEsMS42NywwLjcyMWMwLjgwMywwLDEuNDI4LTAuMzEsMS44NzUtMC45MjhDNzMuMzAzLDI4LjQ5Niw3My41MjcsMjcuNjgsNzMuNTI3LDI2LjY2NnoiLz4KCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNODguMDM5LDI3Ljc3MmMwLDEuMTMyLTAuMzkzLDIuMDUzLTEuMTgyLDIuNzY0Yy0wLjg2NywwLjc3Ny0yLjA3NCwxLjE2NS0zLjYyNSwxLjE2NQoJCQljLTEuNDMyLDAtMi41OC0wLjI3Ni0zLjQ0OS0wLjgyOWwwLjQ5NC0xLjc3N2MwLjkzNiwwLjU2NiwxLjk2MywwLjg1LDMuMDgyLDAuODVjMC44MDMsMCwxLjQyOC0wLjE4MiwxLjg3Ny0wLjU0NAoJCQljMC40NDctMC4zNjIsMC42Ny0wLjg0OCwwLjY3LTEuNDU0YzAtMC41NC0wLjE4NC0wLjk5NS0wLjU1My0xLjM2NGMtMC4zNjctMC4zNjktMC45OC0wLjcxMi0xLjgzNi0xLjAyOQoJCQljLTIuMzMtMC44NjktMy40OTQtMi4xNDItMy40OTQtMy44MTZjMC0xLjA5NCwwLjQwOC0xLjk5MSwxLjIyNS0yLjY4OWMwLjgxNC0wLjY5OSwxLjktMS4wNDgsMy4yNTgtMS4wNDgKCQkJYzEuMjExLDAsMi4yMTcsMC4yMTEsMy4wMiwwLjYzMmwtMC41MzMsMS43MzhjLTAuNzUtMC40MDgtMS41OTgtMC42MTItMi41NDctMC42MTJjLTAuNzUsMC0xLjMzNiwwLjE4NS0xLjc1NiwwLjU1MwoJCQljLTAuMzU1LDAuMzI5LTAuNTMzLDAuNzMtMC41MzMsMS4yMDVjMCwwLjUyNiwwLjIwMywwLjk2MSwwLjYxMSwxLjMwM2MwLjM1NSwwLjMxNiwxLDAuNjU4LDEuOTM2LDEuMDI3CgkJCWMxLjE0NSwwLjQ2MSwxLjk4NiwxLDIuNTI3LDEuNjE4Qzg3Ljc3LDI2LjA4MSw4OC4wMzksMjYuODUyLDg4LjAzOSwyNy43NzJ6Ii8+CgkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTk1LjA4OCwyMy41MDhoLTIuMzV2NC42NTljMCwxLjE4NSwwLjQxNCwxLjc3NywxLjI0NCwxLjc3N2MwLjM4MSwwLDAuNjk3LTAuMDMzLDAuOTQ3LTAuMDk5bDAuMDU5LDEuNjE5CgkJCWMtMC40MiwwLjE1Ny0wLjk3MywwLjIzNi0xLjY1OCwwLjIzNmMtMC44NDIsMC0xLjUtMC4yNTctMS45NzUtMC43N2MtMC40NzMtMC41MTQtMC43MTEtMS4zNzYtMC43MTEtMi41ODd2LTQuODM3aC0xLjR2LTEuNmgxLjQKCQkJdi0xLjc1N2wyLjA5NC0wLjYzMnYyLjM4OWgyLjM1VjIzLjUwOHoiLz4KCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTA1LjY5MSwyNi42MjdjMCwxLjQ3NS0wLjQyMiwyLjY4Ni0xLjI2NCwzLjYzM2MtMC44ODMsMC45NzUtMi4wNTUsMS40NjEtMy41MTYsMS40NjEKCQkJYy0xLjQwOCwwLTIuNTI5LTAuNDY3LTMuMzY1LTEuNDAxcy0xLjI1NC0yLjExMy0xLjI1NC0zLjUzNGMwLTEuNDg3LDAuNDMtMi43MDUsMS4yOTMtMy42NTJjMC44NjEtMC45NDgsMi4wMjMtMS40MjIsMy40ODQtMS40MjIKCQkJYzEuNDA4LDAsMi41NDEsMC40NjcsMy4zOTYsMS40MDJDMTA1LjI4MywyNC4wMjEsMTA1LjY5MSwyNS4xOTIsMTA1LjY5MSwyNi42Mjd6IE0xMDMuNDc5LDI2LjY5NgoJCQljMC0wLjg4NS0wLjE4OS0xLjY0NC0wLjU3Mi0yLjI3N2MtMC40NDctMC43NjYtMS4wODYtMS4xNDgtMS45MTQtMS4xNDhjLTAuODU3LDAtMS41MDgsMC4zODMtMS45NTUsMS4xNDgKCQkJYy0wLjM4MywwLjYzNC0wLjU3MiwxLjQwNS0wLjU3MiwyLjMxN2MwLDAuODg1LDAuMTg5LDEuNjQ0LDAuNTcyLDIuMjc2YzAuNDYxLDAuNzY2LDEuMTA1LDEuMTQ4LDEuOTM2LDEuMTQ4CgkJCWMwLjgxNCwwLDEuNDUzLTAuMzksMS45MTQtMS4xNjhDMTAzLjI4MSwyOC4zNDcsMTAzLjQ3OSwyNy41OCwxMDMuNDc5LDI2LjY5NnoiLz4KCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTEyLjYyMSwyMy43ODNjLTAuMjExLTAuMDM5LTAuNDM2LTAuMDU5LTAuNjcyLTAuMDU5Yy0wLjc1LDAtMS4zMywwLjI4My0xLjczOCwwLjg1CgkJCWMtMC4zNTUsMC41LTAuNTMzLDEuMTMyLTAuNTMzLDEuODk1djUuMDM1aC0yLjEzMWwwLjAyLTYuNTc0YzAtMS4xMDYtMC4wMjctMi4xMTMtMC4wOC0zLjAyMWgxLjg1N2wwLjA3OCwxLjgzNmgwLjA1OQoJCQljMC4yMjUtMC42MzEsMC41OC0xLjEzOSwxLjA2Ni0xLjUyYzAuNDc1LTAuMzQzLDAuOTg4LTAuNTE0LDEuNTQxLTAuNTE0YzAuMTk3LDAsMC4zNzUsMC4wMTQsMC41MzMsMC4wMzlWMjMuNzgzeiIvPgoJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMjIuMTU2LDI2LjI1MmMwLDAuMzgyLTAuMDI1LDAuNzA0LTAuMDc4LDAuOTY3aC02LjM5NmMwLjAyNSwwLjk0OCwwLjMzNCwxLjY3MywwLjkyOCwyLjE3MwoJCQljMC41MzksMC40NDcsMS4yMzYsMC42NzEsMi4wOTIsMC42NzFjMC45NDcsMCwxLjgxMS0wLjE1MSwyLjU4OC0wLjQ1NGwwLjMzNCwxLjQ4Yy0wLjkwOCwwLjM5Ni0xLjk4LDAuNTkzLTMuMjE3LDAuNTkzCgkJCWMtMS40ODgsMC0yLjY1Ni0wLjQzOC0zLjUwNi0xLjMxM2MtMC44NDgtMC44NzUtMS4yNzMtMi4wNS0xLjI3My0zLjUyNGMwLTEuNDQ3LDAuMzk1LTIuNjUyLDEuMTg2LTMuNjEzCgkJCWMwLjgyOC0xLjAyNiwxLjk0Ny0xLjUzOSwzLjM1NS0xLjUzOWMxLjM4MywwLDIuNDMsMC41MTMsMy4xNDEsMS41MzlDMTIxLjg3MywyNC4wNDcsMTIyLjE1NiwyNS4wNTUsMTIyLjE1NiwyNi4yNTJ6CgkJCSBNMTIwLjEyMywyNS42OTljMC4wMTQtMC42MzItMC4xMjUtMS4xNzgtMC40MTQtMS42MzljLTAuMzY5LTAuNTkzLTAuOTM2LTAuODg5LTEuNjk5LTAuODg5Yy0wLjY5NywwLTEuMjY0LDAuMjg5LTEuNjk3LDAuODY5CgkJCWMtMC4zNTUsMC40NjEtMC41NjYsMS4wMTQtMC42MzEsMS42NThIMTIwLjEyM3oiLz4KCTwvZz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNDMuNDI0LDcuMjczYzAuMjI3LTAuMTM2LDAuNDgzLTAuMjUsMC43NzEtMC4zNDRjMC4yODctMC4wOTQsMC42MjUtMC4xNDEsMS4wMTQtMC4xNDEKCQkJCWMwLjYyNywwLDEuMTIxLDAuMTQ5LDEuNDgzLDAuNDQ2czAuNTQzLDAuNjk4LDAuNTQzLDEuMjAzYzAsMC40MDEtMC4xMjEsMC43MzctMC4zNjMsMS4wMDlzLTAuNTUyLDAuNDUzLTAuOTI3LDAuNTQzdjAuMDI5CgkJCQljMC4yMDcsMC4wMzMsMC40MDMsMC4wODksMC41ODcsMC4xN2MwLjE4NSwwLjA4MSwwLjM0NywwLjE4OSwwLjQ4NSwwLjMyNWMwLjEzOSwwLjEzNiwwLjI0OSwwLjI5NCwwLjMzLDAuNDc2CgkJCQljMC4wOCwwLjE4MSwwLjEyMSwwLjM4MSwwLjEyMSwwLjYwMmMwLDAuMzYyLTAuMDczLDAuNjY2LTAuMjE5LDAuOTEycy0wLjMzNiwwLjQ0Ni0wLjU3MiwwLjYwMgoJCQkJYy0wLjIzNSwwLjE1NS0wLjQ5OSwwLjI2Ny0wLjc5LDAuMzM0cy0wLjU4MiwwLjEwMi0wLjg3MywwLjEwMmMtMC4zMTEsMC0wLjYxOC0wLjAzMy0wLjkyMi0wLjA5N3MtMC41ODUtMC4xNzEtMC44NDQtMC4zMgoJCQkJbDAuMjYyLTAuODA1YzAuMTY4LDAuMDg0LDAuMzg1LDAuMTY1LDAuNjUsMC4yNDNjMC4yNjUsMC4wNzgsMC41MzMsMC4xMTYsMC44MDUsMC4xMTZjMC40NDYsMCwwLjc5MS0wLjEsMS4wMzMtMC4zCgkJCQljMC4yNDItMC4yMDEsMC4zNjQtMC40NjksMC4zNjQtMC44MDVjMC0wLjIyNy0wLjA0OS0wLjQxMi0wLjE0Ni0wLjU1OGMtMC4wOTgtMC4xNDYtMC4yMjQtMC4yNi0wLjM3OS0wLjM0NQoJCQkJYy0wLjE1NS0wLjA4NC0wLjMyOC0wLjE0Mi0wLjUxOS0wLjE3NGMtMC4xOTEtMC4wMzItMC4zOC0wLjA0OS0wLjU2Ny0wLjA0OWgtMC40MzdWOS42NWgwLjQzN2MwLjIsMCwwLjM4Ni0wLjAyNSwwLjU1OC0wLjA3OAoJCQkJYzAuMTcxLTAuMDUxLDAuMzItMC4xMjQsMC40NDYtMC4yMThzMC4yMjUtMC4yMDYsMC4yOTYtMC4zMzVjMC4wNy0wLjEyOSwwLjEwNi0wLjI3NSwwLjEwNi0wLjQzNwoJCQkJYzAtMC4yOTEtMC4xMDQtMC41MTktMC4zMTEtMC42ODRjLTAuMjA3LTAuMTY1LTAuNDg1LTAuMjQ4LTAuODM0LTAuMjQ4Yy0wLjIzOSwwLTAuNDc5LDAuMDM5LTAuNzE4LDAuMTE2CgkJCQljLTAuMjM5LDAuMDc4LTAuNDUzLDAuMTYyLTAuNjQxLDAuMjUyTDQzLjQyNCw3LjI3M3oiLz4KCQkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTUxLjc1NSwxMy40MzNsLTAuMDc3LTAuNTQzaC0wLjAyOWMtMC4zMTYsMC40MzMtMC43NzUsMC42NS0xLjM3NywwLjY1CgkJCQljLTAuMjE0LDAtMC40MDctMC4wMzYtMC41ODItMC4xMDdzLTAuMzI3LTAuMTY4LTAuNDU2LTAuMjkxYy0wLjEzLTAuMTIzLTAuMjI5LTAuMjY4LTAuMzAxLTAuNDM3CgkJCQljLTAuMDcxLTAuMTY4LTAuMTA2LTAuMzUzLTAuMTA2LTAuNTUzYzAtMC41ODgsMC4yMzktMS4wMywwLjcxOC0xLjMyNGMwLjQ3OS0wLjI5NCwxLjE1Ny0wLjQ0MSwyLjAzNy0wLjQ0MVYxMC4zCgkJCQljMC0wLjYyMS0wLjMyNi0wLjkzMS0wLjk3OC0wLjkzMWMtMC40NjUsMC0wLjg3NSwwLjExNy0xLjIyOSwwLjM0OWwtMC4yMTMtMC42ODhjMC40MzMtMC4yNzEsMC45NzItMC40MDcsMS42MTctMC40MDcKCQkJCWMxLjIzMywwLDEuODUsMC42NSwxLjg1LDEuOTV2MS43MzZjMCwwLjQ4NSwwLjAyMywwLjg2LDAuMDY4LDEuMTI1SDUxLjc1NXogTTUxLjYxLDExLjA4NmMtMC41ODUsMC0xLjAyMSwwLjA3NC0xLjMwNywwLjIyMwoJCQkJYy0wLjI4NiwwLjE0OS0wLjQyOSwwLjM5Mi0wLjQyOSwwLjcyOGMwLDAuMjQ2LDAuMDY3LDAuNDMsMC4yMDIsMC41NTNjMC4xMzUsMC4xMjMsMC4zMDYsMC4xODQsMC41MTIsMC4xODQKCQkJCWMwLjEzNSwwLDAuMjYzLTAuMDI0LDAuMzg2LTAuMDczYzAuMTIyLTAuMDQ4LDAuMjI5LTAuMTE1LDAuMzIyLTAuMTk5YzAuMDk0LTAuMDg0LDAuMTY5LTAuMTg2LDAuMjI4LTAuMzA2CgkJCQljMC4wNTgtMC4xMiwwLjA4Ni0wLjI0NywwLjA4Ni0wLjM4M1YxMS4wODZ6Ii8+CgkJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik01Ny42ODMsOC43MTl2MC44NjNoLTEuOTZ2My44NTFoLTEuMDQ3VjguNzE5SDU3LjY4M3oiLz4KCQkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYzLjY3NywxMS4wMThjMCwwLjM3NS0wLjA1MiwwLjcxOC0wLjE1NSwxLjAyOGMtMC4xMDQsMC4zMTEtMC4yNDcsMC41NzYtMC40MzIsMC43OTUKCQkJCWMtMC4xODQsMC4yMi0wLjQwNCwwLjM5Mi0wLjY1OSwwLjUxNGMtMC4yNTYsMC4xMjMtMC41MzgsMC4xODUtMC44NDksMC4xODVjLTAuNjIxLDAtMS4wNjctMC4yMjMtMS4zMzktMC42NjloLTAuMDJ2Mi40ODMKCQkJCWgtMS4wNDh2LTUuMDgzYzAtMC4yNTItMC4wMDMtMC41MDYtMC4wMS0wLjc2MmMtMC4wMDYtMC4yNTUtMC4wMTYtMC41MTktMC4wMjgtMC43OTFoMC45MjFsMC4wNTksMC43NDdoMC4wMgoJCQkJYzAuMzQ5LTAuNTYyLDAuODc5LTAuODQ0LDEuNTkxLTAuODQ0YzAuMjc3LDAsMC41MzUsMC4wNTgsMC43NzEsMC4xNzRjMC4yMzYsMC4xMTcsMC40NDEsMC4yOCwwLjYxNiwwLjQ5CgkJCQljMC4xNzUsMC4yMSwwLjMxMiwwLjQ2MiwwLjQxMiwwLjc1N0M2My42MjcsMTAuMzM3LDYzLjY3NywxMC42NjIsNjMuNjc3LDExLjAxOHogTTYyLjYxMSwxMS4wNTcKCQkJCWMwLTAuMjMzLTAuMDI4LTAuNDQ4LTAuMDgzLTAuNjQ1cy0wLjEzNi0wLjM2NS0wLjI0Mi0wLjUwNHMtMC4yMzYtMC4yNDktMC4zODgtMC4zM2MtMC4xNTItMC4wODEtMC4zMjItMC4xMjEtMC41MS0wLjEyMQoJCQkJYy0wLjE0OCwwLTAuMjk0LDAuMDMzLTAuNDM3LDAuMDk3cy0wLjI2NywwLjE1Mi0wLjM3MywwLjI2MmMtMC4xMDcsMC4xMS0wLjE5MiwwLjI0My0wLjI1NywwLjM5OAoJCQkJYy0wLjA2NSwwLjE1NS0wLjA5OCwwLjMyLTAuMDk4LDAuNDk1djAuNzg2YzAsMC4xNzQsMC4wMjcsMC4zMzYsMC4wODMsMC40ODVjMC4wNTUsMC4xNDksMC4xMzIsMC4yNzgsMC4yMzIsMC4zODgKCQkJCXMwLjIyLDAuMTk2LDAuMzU5LDAuMjU3YzAuMTM5LDAuMDYyLDAuMjkyLDAuMDkyLDAuNDYsMC4wOTJjMC4zOTUsMCwwLjcwMi0wLjE1LDAuOTIyLTAuNDUxUzYyLjYxMSwxMS41NjEsNjIuNjExLDExLjA1N3oiLz4KCQkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTY5LjMwNSw4LjcxOWwtMS4xOTQsMy4yNjljLTAuMjg0LDAuNzc2LTAuNTYxLDEuNDExLTAuODI5LDEuOTA2Yy0wLjI2OSwwLjQ5NS0wLjUyNSwwLjg1NS0wLjc3MSwxLjA4MgoJCQkJYy0wLjM2MiwwLjMyMy0wLjc0NywwLjUyMS0xLjE1NSwwLjU5MWwtMC4yNTItMC44ODJjMC4yNzEtMC4wNzEsMC41My0wLjIxLDAuNzc2LTAuNDE3YzAuMjQ1LTAuMjA3LDAuNDQyLTAuNDY1LDAuNTkyLTAuNzc2CgkJCQljMC4wNTItMC4xMDMsMC4wNzctMC4xNzQsMC4wNzctMC4yMTNjMC0wLjAzOS0wLjAyLTAuMTEzLTAuMDU4LTAuMjIzbC0xLjcwOC00LjMzNmgxLjE1NGwwLjg5MywyLjYyOQoJCQkJYzAuMDQ2LDAuMTIzLDAuMDkxLDAuMjYyLDAuMTM2LDAuNDE3YzAuMDQ2LDAuMTU1LDAuMDk0LDAuMzI3LDAuMTQ2LDAuNTE0aDAuMDJjMC4wMzItMC4xMDQsMC4wNjgtMC4yMzQsMC4xMDYtMC4zOTMKCQkJCWMwLjAzOS0wLjE1OCwwLjA5MS0wLjM0MSwwLjE1NS0wLjU0OGwwLjc5Ni0yLjYxOUg2OS4zMDV6Ii8+CgkJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik03MS4xMTksMTAuNjc4aDAuNDg0YzAuMzU1LDAsMC42MzEtMC4wNjQsMC44MjQtMC4xOTRzMC4yOTEtMC4yODgsMC4yOTEtMC40NzYKCQkJCWMwLTAuMTk0LTAuMDgyLTAuMzQ5LTAuMjQ4LTAuNDY1Yy0wLjE2NC0wLjExNi0wLjM5My0wLjE3NS0wLjY4NC0wLjE3NWMtMC4xODgsMC0wLjM3NywwLjAzMS0wLjU2NiwwLjA5MgoJCQkJYy0wLjE5MSwwLjA2Mi0wLjM2NywwLjEzOC0wLjUyOSwwLjIyOEw3MC40Miw5LjAxYzAuMjcxLTAuMTQ4LDAuNTQxLTAuMjUsMC44MTEtMC4zMDVjMC4yNjgtMC4wNTUsMC41MzctMC4wODMsMC44MDktMC4wODMKCQkJCWMwLjIxNSwwLDAuNDMsMC4wMjEsMC42NDYsMC4wNjNjMC4yMTUsMC4wNDIsMC40MDgsMC4xMTMsMC41NzYsMC4yMTNzMC4zMDcsMC4yMzEsMC40MTIsMC4zOTMKCQkJCWMwLjEwNywwLjE2MiwwLjE2LDAuMzYyLDAuMTYsMC42MDJjMCwwLjE0OS0wLjAyOSwwLjI4LTAuMDg4LDAuMzkzYy0wLjA1NywwLjExMy0wLjEzNSwwLjIxMy0wLjIzMiwwLjMKCQkJCWMtMC4wOTYsMC4wODctMC4yMDUsMC4xNTktMC4zMjQsMC4yMTNjLTAuMTE5LDAuMDU1LTAuMjQyLDAuMDk2LTAuMzYzLDAuMTIydjAuMDI5YzAuMTU0LDAuMDIsMC4zMDUsMC4wNTksMC40NTEsMC4xMTcKCQkJCWMwLjE0NSwwLjA1OCwwLjI3NSwwLjEzNCwwLjM5MywwLjIyOGMwLjExNSwwLjA5NCwwLjIwOSwwLjIwNywwLjI4MSwwLjMzOWMwLjA3LDAuMTMzLDAuMTA1LDAuMjgzLDAuMTA1LDAuNDUxCgkJCQljMCwwLjI3OC0wLjA2NiwwLjUxMS0wLjIwMywwLjY5OGMtMC4xMzUsMC4xODgtMC4zMDksMC4zMzYtMC41MiwwLjQ0NmMtMC4yMDksMC4xMS0wLjQ0MSwwLjE4OS0wLjY5MywwLjIzOAoJCQkJYy0wLjI1MiwwLjA0OC0wLjQ5OCwwLjA3My0wLjczNiwwLjA3M2MtMC4yOTEsMC0wLjU4LTAuMDMxLTAuODYzLTAuMDkyYy0wLjI4NS0wLjA2Mi0wLjU0MS0wLjE1Ny0wLjc2OC0wLjI4NmwwLjI3My0wLjY4OQoJCQkJYzAuMTY4LDAuMDkxLDAuMzU5LDAuMTY3LDAuNTc2LDAuMjI4czAuNDM4LDAuMDkyLDAuNjY0LDAuMDkyYzAuMzU1LDAsMC42MjktMC4wNjksMC44Mi0wLjIwOAoJCQkJYzAuMTg5LTAuMTM5LDAuMjg1LTAuMzEyLDAuMjg1LTAuNTE5YzAtMC4xMzYtMC4wMzEtMC4yNS0wLjA5Ni0wLjM0NHMtMC4xNTYtMC4xNy0wLjI3MS0wLjIyOAoJCQkJYy0wLjExNy0wLjA1OC0wLjI1Mi0wLjA5OS0wLjQwOC0wLjEyMWMtMC4xNTQtMC4wMjMtMC4zMjQtMC4wMzQtMC41MDQtMC4wMzRoLTAuNDk0VjEwLjY3OHoiLz4KCQkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTc2LjcxNSw4LjcxOXYxLjY2OGMwLDAuMzgyLTAuMDA2LDAuNzI1LTAuMDIsMS4wMjhjLTAuMDE0LDAuMzA0LTAuMDI5LDAuNjI0LTAuMDQ5LDAuOTZsMC4wMiwwLjAxOQoJCQkJYzAuMTIzLTAuMjQ2LDAuMjQ0LTAuNDg2LDAuMzYzLTAuNzIzYzAuMTIxLTAuMjM2LDAuMjQyLTAuNDc3LDAuMzY1LTAuNzIzbDEuMTY0LTIuMjMxaDEuMzU3djQuNzE0aC0wLjk5di0xLjY2OAoJCQkJYzAtMC4zNDksMC4wMS0wLjY5OCwwLjAyNS0xLjA0N2MwLjAxNi0wLjM1LDAuMDMzLTAuNzAyLDAuMDUzLTEuMDU4aC0wLjA0OWMtMC4xMDksMC4yOTEtMC4yMTksMC41NDMtMC4zMywwLjc1NwoJCQkJYy0wLjEwOSwwLjIxMy0wLjIxOSwwLjQzMy0wLjMyOCwwLjY2Yy0wLjIwMSwwLjM4OC0wLjQsMC43NzYtMC41OTgsMS4xNjRjLTAuMTk3LDAuMzg4LTAuNDA2LDAuNzg2LTAuNjI1LDEuMTkzaC0xLjM1N1Y4LjcxOQoJCQkJSDc2LjcxNXoiLz4KCQkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTg1LjQ0NSw4LjcxOXYwLjg2M0g4NC4wMXYzLjg1MUg4Mi45OFY5LjU4MmgtMS40MjZWOC43MTlIODUuNDQ1eiIvPgoJCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNOTAuNzg5LDEwLjg1M2MwLDAuMDktMC4wMDQsMC4xNzYtMC4wMSwwLjI1N2MtMC4wMDYsMC4wODEtMC4wMTYsMC4xNTQtMC4wMjksMC4yMThoLTMuMTQzCgkJCQljMC4wMTQsMC40NDYsMC4xNTQsMC43OTEsMC40MjIsMS4wMzNjMC4yNjgsMC4yNDIsMC42MjMsMC4zNjQsMS4wNjIsMC4zNjRjMC40NTksMCwwLjg4My0wLjA3NCwxLjI3MS0wLjIyM2wwLjE2NCwwLjcyOAoJCQkJYy0wLjQ0NywwLjE5NC0wLjk3MywwLjI5MS0xLjU4MiwwLjI5MWMtMC4zNjcsMC0wLjY5Ny0wLjA1Ny0wLjk4OC0wLjE3Yy0wLjI5MS0wLjExMy0wLjUzNy0wLjI3My0wLjczOC0wLjQ4CgkJCQljLTAuMTk5LTAuMjA3LTAuMzU0LTAuNDU2LTAuNDYxLTAuNzQ3Yy0wLjEwNS0wLjI5MS0wLjE1OC0wLjYxNy0wLjE1OC0wLjk3OXMwLjA1My0wLjY5NywwLjE1OC0xLjAwNAoJCQkJYzAuMTA3LTAuMzA3LDAuMjU4LTAuNTc0LDAuNDUxLTAuOGMwLjE5NS0wLjIyNywwLjQzLTAuNDA0LDAuNzAzLTAuNTM0YzAuMjc1LTAuMTI5LDAuNTgyLTAuMTk0LDAuOTE4LTAuMTk0CgkJCQljMC4yOTcsMCwwLjU2NiwwLjA1MywwLjgxMSwwLjE2YzAuMjQyLDAuMTA2LDAuNDQ5LDAuMjU4LDAuNjE5LDAuNDU2YzAuMTcyLDAuMTk3LDAuMzAzLDAuNDM0LDAuMzkzLDAuNzA4CgkJCQlDOTAuNzQ0LDEwLjIxMSw5MC43ODksMTAuNTE3LDkwLjc4OSwxMC44NTN6IE04OS43ODksMTAuNTgyYzAtMC4zNjktMC4wODgtMC42NjgtMC4yNjYtMC44OTdTODkuMDg4LDkuMzQsODguNzUyLDkuMzQKCQkJCWMtMC4zMDUsMC0wLjU2MiwwLjExNi0wLjc3NSwwLjM0OXMtMC4zMzYsMC41My0wLjM2OSwwLjg5M0g4OS43ODl6Ii8+CgkJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik05NS4wMSw4Ljc1OGMwLjE4OC0wLjAzMiwwLjQyNi0wLjA1OCwwLjcxNy0wLjA3OHMwLjU4OC0wLjAyOSwwLjg5My0wLjAyOQoJCQkJYzAuMTkzLDAsMC40MTIsMC4wMTIsMC42NTQsMC4wMzRzMC40NzUsMC4wNzQsMC42OTMsMC4xNTVjMC4yMjEsMC4wODEsMC40MDQsMC4yMDIsMC41NTMsMC4zNjRzMC4yMjUsMC4zODEsMC4yMjUsMC42NTkKCQkJCWMwLDAuMTQzLTAuMDI3LDAuMjcxLTAuMDc4LDAuMzgzYy0wLjA1MywwLjExMy0wLjEyMSwwLjIxMi0wLjIwOSwwLjI5NnMtMC4xODgsMC4xNTQtMC4zMDEsMC4yMDgKCQkJCWMtMC4xMTMsMC4wNTUtMC4yMywwLjA5Ni0wLjM1NCwwLjEyMWwwLjAxLDAuMDI5YzAuMzQyLDAuMDU4LDAuNjIxLDAuMTgxLDAuODM0LDAuMzY5czAuMzIsMC40NDYsMC4zMiwwLjc3NgoJCQkJYzAsMC4zMy0wLjA5MiwwLjU5Mi0wLjI3MSwwLjc4NmMtMC4xODIsMC4xOTQtMC40MDQsMC4zNC0wLjY3LDAuNDM3Yy0wLjI2NiwwLjA5Ny0wLjU0NSwwLjE1OS0wLjg0LDAuMTg1CgkJCQljLTAuMjkzLDAuMDI1LTAuNTU3LDAuMDM5LTAuNzg5LDAuMDM5Yy0wLjI2LDAtMC41MTQtMC4wMDYtMC43NjItMC4wMmMtMC4yNS0wLjAxMy0wLjQ1Ny0wLjAyNi0wLjYyNS0wLjAzOVY4Ljc1OHoKCQkJCSBNOTYuMDE4LDEwLjY0aDAuNTMzYzAuMTYyLDAsMC4zMTYtMC4wMTEsMC40NjEtMC4wMzRjMC4xNDYtMC4wMjIsMC4yNzMtMC4wNTgsMC4zODMtMC4xMDZjMC4xMTEtMC4wNDksMC4xOTUtMC4xMTMsMC4yNTgtMC4xOTQKCQkJCWMwLjA2MS0wLjA4MSwwLjA5Mi0wLjE3OSwwLjA5Mi0wLjI5NmMwLTAuMjEzLTAuMDg4LTAuMzctMC4yNjgtMC40N2MtMC4xNzgtMC4xLTAuNDU3LTAuMTUtMC44MzgtMC4xNQoJCQkJYy0wLjEwOSwwLTAuMjA1LDAuMDAzLTAuMjg3LDAuMDFjLTAuMDgsMC4wMDYtMC4xOTEsMC4wMTYtMC4zMzQsMC4wMjlWMTAuNjR6IE05Ni4wMTgsMTIuNzI1CgkJCQljMC4xMjksMC4wMTMsMC4yMzgsMC4wMjIsMC4zMjQsMC4wMjljMC4wODgsMC4wMDcsMC4xODksMC4wMSwwLjMwNywwLjAxYzAuMTQzLDAsMC4yODctMC4wMDksMC40MzYtMC4wMjkKCQkJCWMwLjE0OC0wLjAxOSwwLjI4NS0wLjA1NiwwLjQwOC0wLjExMWMwLjEyMy0wLjA1NCwwLjIyMS0wLjEyOCwwLjI5NS0wLjIyMmMwLjA3NC0wLjA5MywwLjExMy0wLjIxNywwLjExMy0wLjM3MQoJCQkJYzAtMC4yNy0wLjEyMS0wLjQ1Ni0wLjM1OS0wLjU1OWMtMC4yNC0wLjEwMy0wLjU2Mi0wLjE1NC0wLjk3MS0wLjE1NGgtMC41NTNWMTIuNzI1eiIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8L3N2Zz4=);
}

.banner-app__link_googleplay {
  background-image: url(../../img/home-idea-banner/google-play-badge.png);
  background-repeat: no-repeat;
  background-size: 135px 40px;
}

@media screen and (max-width: 1100px) {
  .banner-app {
    margin: 30px auto;
  }

  .banner-app__title {
    width: 100%;
    text-align: center;
  }

  .banner-app__text {
    width: 100%;
    text-align: center;
  }

  .banner-app__img {
    display: none;
  }

  .banner-app__links {
    text-align: center;
  }

  .banner-app__links {
    padding-bottom: 10px;
    line-height: 50px;
  }
}

@media screen and (max-width: 788px) {
  .banner-app {
    min-height: 0;
  }
}

@media screen and (max-width: 530px) {
  .banner-app {
    background-size: 100% 100%;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.bus__head {
  padding: 40px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
}

.bus__head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.bus__head_home {
  background-image: url("/img/homeFon.jpg");
}

.bus__head_give {
  background-image: url("/img/homeFon.jpg");
}

.bus__head_plan {
  background-image: url("/img/homeFon.jpg");
}

.bus__head_personal:before {
  background-color: #f0f2f5;
}

.bus__side {
  position: relative;
  z-index: 5;
  margin-bottom: 20px;
}

.bus__side_how-open {
  margin-top: 21px;
}

.bus__side_indent {
  margin-top: 40px;
}

.bus__side_home {
  margin-top: -180px;
}

.bus-head {
  position: relative;
  z-index: 5;
}

.bus__body_indent {
  margin-top: 40px;
}

.bus__body_side-left {
  float: right;
}

.bus__body_plans {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed;
  border-color: #aaaaaa;
}

.bus__block {
  border-bottom: 1px dashed;
  border-color: #aaaaaa;
  position: relative;
}

.bus__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.bus__btn-center {
  margin-top: 20px;
}

.bus__btn-all {
  *zoom: 1;
  margin: 20px 0;
}

.bus__btn-all:before,
.bus__btn-all:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.bus__give {
  display: table;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed;
  border-color: #aaaaaa;
}

.bus-cat__head {
  border-bottom: 1px dashed #aaaaaa;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.bus-cat-title {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.bus-cat__body {
  display: table;
  width: 100%;
}

.bus-cat__item {
  display: table;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed;
  border-color: #aaaaaa;
  width: 100%;
}

.bus-cat__item:last-child {
  padding-bottom: 0;
  border-color: transparent;
}

.bus-cat-obj__img {
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
}

.bus-cat-obj__img:hover .bus-cat-obj-img-txt {
  text-decoration: underline;
}

.bus-cat-obj__img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}

.bus-cat-obj-img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.bus-cat-obj-img__txt {
  position: absolute;
  bottom: 15px;
  left: 20px;
  padding-right: 20px;
}

.bus-cat-obj-img-txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
}

.bus-cat-obj-title {
  display: inline-block;
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
}

.bus-cat-obj__txt {
  margin-top: 15px;
}

.bus-cat-obj__quantity {
  display: inline-block;
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  position: relative;
  color: #000000;
  padding-left: 15px;
}

.bus-cat-obj__quantity:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 5px;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  background-color: #000000;
}

.bus-cat-obj-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.bus__side-right {
  float: right;
}

.bus__side-left {
  float: left;
}

.give__head {
  padding-top: 10px;
  margin-bottom: 20px;
}

.give__head_real-estate {
  margin-left: 20px;
  padding-top: 20px;
}

.give-head-title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
}

.give-head-title_white {
  color: #ffffff;
}

.give-head-title_real-estate {
  font-size: 16px;
}

.give-head-title__num {
  position: relative;
  padding-left: 25px;
}

.give-head-title__num:before {
  content: "";
  position: absolute;
  top: 19px;
  left: 9px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #000000;
}

.give-head__txt {
  margin-bottom: 35px;
}

.give-head-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
}

.give__body_indent {
  padding-top: 20px;
}

.give__body-title {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.give__body-title_border {
  padding-bottom: 20px;
  border-bottom: 1px dashed;
  border-color: #aaaaaa;
}

.give__item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: table;
  padding: 20px;
  width: 100%;
}

.give__item_like .give__btn {
  display: block;
}

.give__item:hover {
  background-color: #f0f2f5;
}

.give__item:hover .give-title {
  text-decoration: underline;
}

.give__item:hover .give__btn {
  display: block;
}

.give__img {
  width: 140px;
  height: 140px;
  float: left;
}

.give-img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.give__block {
  margin-left: 160px;
  margin-right: 130px;
}

.give__title {
  margin-bottom: 5px;
}

.give-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  color: #0088cc;
}

.give__txt {
  margin-bottom: 10px;
}

.give-txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.give__btn {
  margin-top: 5px;
  float: right;
  display: none;
}

.home-head__title {
  margin-bottom: 15px;
}

.home-head__title_bus-plan {
  margin-bottom: 0;
}

.home-head-title {
  font-size: 55px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
}

.home-head-txt {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
  user-select: none;
}

.home-body {
  padding-top: 40px;
}

.home-body__block {
  border-bottom: 1px dashed;
  border-color: #aaaaaa;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.home-body__block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-color: transparent;
}

.home-body__img {
  position: relative;
  margin-bottom: 20px;
}

.home-body__img:hover .home-body-img-description {
  text-decoration: underline;
}

.home-body__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}

.home-body-img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.home-body-img__description {
  position: absolute;
  bottom: 15px;
  left: 20px;
  padding-right: 20px;
}

.home-body-img-description {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #ffffff;
}

.home-body__txt {
  margin-bottom: 10px;
}

.home-body-txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.home-body_third {
  padding-bottom: 20px;
}

.home-body_third-cell {
  float: left;
  padding-right: 50px;
}

.home-body_idea {
  padding-top: 5px;
}

.home-body_interesting {
  padding-top: 5px;
}

.home-body-interesting__body {
  margin-bottom: 10px;
}

.home-body-interesting__link {
  display: inline-block;
}

.home-body-interesting__link:hover .home-body-interesting__txt {
  text-decoration: underline;
}

.home-body-interesting-img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.home-body-interesting__txt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  word-break: break-word;
  color: #0088cc;
}

.home-body__all {
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
  border-color: transparent;
  cursor: pointer;
}

.home-body__all_blue {
  border-color: #0088cc;
}

.home-body__all_green {
  border-color: #0088cc;
}

.home-body__all_grey {
  border-color: rgba(0, 0, 0, 0.1);
}

.home-body__all-txt {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  user-select: none;
}

.home-body__all-txt_blue {
  color: #0088cc;
}

.home-body__all-txt_green {
  color: #0088cc;
}

.home-body__all:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.home-body__all:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.home-condition_top-border {
  border-top: 1px dashed;
  border-color: #aaaaaa;
  padding-top: 30px;
  margin-top: 30px;
}

.home-condition__txt {
  margin-bottom: 10px;
}

.home-condition-txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #aaaaaa;
  margin-bottom: 10px;
}

.home-materials__body {
  display: table;
  width: 100%;
}

.home-materials__title {
  margin-bottom: 20px;
}

.home-materials__item {
  float: left;
  width: 33%;
  padding-right: 100px;
}

.home-materials__link {
  margin-bottom: 10px;
  display: table;
}

.home-materials-link {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.home__interesting {
  margin-bottom: 30px;
}

@media screen and (max-width: 1100px) {
  .give__block {
    margin-left: 0;
    margin-right: 0;
  }

  .give__btn {
    display: block;
  }

  .give__block {
    margin-left: 160px;
  }

  .give__btn {
    margin-left: 10px;
  }

  .give .btn-body {
    padding: 0 4px;
  }

  .give .btn-txt {
    display: none;
  }

  .give .icon_left {
    margin-right: 0;
  }

  .home-materials__body {
    padding-right: 10px;
    padding-left: 10px;
  }

  .home-materials__item {
    padding-right: 50px;
  }
}

@media screen and (max-width: 788px) {
  .bus__side {
    margin-bottom: 0;
  }

  .bus__body_side-left {
    margin-left: 0;
  }

  .bus__body_side-right {
    margin-right: 0;
    margin-top: 20px;
  }

  .bus__body_indent {
    margin-top: 0;
  }

  .bus__side_left {
    float: none;
  }

  .bus__side_right {
    float: none;
  }

  .side__body {
    width: 100%;
  }

  .side__block_attached {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-head-title {
    font-size: 40px;
  }

  .home-materials__body {
    padding-right: 10px;
    padding-left: 10px;
  }

  .home-materials__item {
    width: 100%;
    padding-right: 20px;
  }

  .home-condition__body {
    padding-right: 10px;
    padding-left: 10px;
  }

  .give-head-title_adapt {
    font-size: 30px;
  }

  .give-head__img {
    float: left;
  }

  .give-head__block {
    margin-left: 160px;
    margin-top: 0;
  }
}

@media screen and (max-width: 530px) {
  .bus__head_plan {
    padding: 20px 0;
  }

  .home-head-title {
    font-size: 30px;
  }

  .give-head-title {
    font-size: 26px;
  }

  .give-head-title__num:before {
    top: 15px;
  }

  .give-head-title_property {
    font-size: 30px;
  }

  .give__img {
    float: none;
  }

  .give__block {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.how__half_index {
  padding-top: 20px;
}

.how__block {
  margin-bottom: 30px;
  *zoom: 1;
}

.how__block:before,
.how__block:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.how__block-grey {
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f0f2f5;
  margin-bottom: 30px;
}

.how__block_last {
  margin-bottom: 0;
}

.how__block:hover .how__subtitle {
  text-decoration: underline;
}

.how__img {
  width: 80px;
  height: 80px;
  float: left;
}

.how__img img {
  width: 100%;
}

.how__obj {
  margin-left: 95px;
}

.how__price {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

.how__subtitle {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  color: #0088cc;
  margin-bottom: 5px;
}

.how__subtitle_big {
  font-size: 24px;
}

.how__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

@media screen and (max-width: 1100px) {
  .how__img {
    width: 50px;
    height: 50px;
  }

  .how__obj {
    margin-left: 60px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.business-head,
.business-bottom {
  *zoom: 1;
}

.business-head:before,
.business-bottom:before,
.business-head:after,
.business-bottom:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.business-head_map,
.business-bottom_map {
  background-image: url("/img/index/bg-head.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 45px;
  padding-bottom: 45px;
  margin-bottom: 30px;
}

.business-head__gerb,
.business-bottom__gerb {
  float: right;
}

.business-head__title,
.business-bottom__title {
  padding-bottom: 27px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  margin-right: 100px;
}

.business-head__htext,
.business-bottom__htext {
  font-size: 55px;
  line-height: 1.2;
  font-weight: normal;
  padding-bottom: 32px;
}

.business-head__text,
.business-bottom__text {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
}

.business-head__text_city-select,
.business-bottom__text_city-select {
  color: #00b4f0;
  border-bottom: 3px dotted #00b4f0;
  margin-left: 5px;
  margin-right: 5px;
}

.business-bottom_map {
  padding-top: 75px;
  margin-bottom: 90px;
  background-size: cover;
}

.peoples {
  font-family: "pt-sans-reg", "Arial";
  padding-bottom: 35px;
}

.peoples .people-user__free {
  margin: 0;
  text-align: center;
}

.peoples .people-user__btn-exp {
  margin-top: 20px;
  float: none;
  text-align: center;
}

.peoples .people-user__free-reg {
  font-size: 17px;
}

.peoples .people-user__free-txt {
  margin-bottom: 10px;
}

.peoples__item {
  *zoom: 1;
}

.peoples__item_white-bg {
  padding: 20px 20px 30px;
  background: #fff;
  border-radius: 5px;
}

.peoples__item:before,
.peoples__item:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.peoples__item_green {
  background-color: rgba(0, 193, 255, 0.29);
  border-radius: 5px;
  padding: 20px;
}

.peoples-item-photo {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.peoples-item__photo {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  position: relative;
}

.peoples-item__photo_online:before {
  content: "";
  dispaly: block;
  background: #00b4f0;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  position: absolute;
  left: 78%;
  top: 8%;
  border: 2px solid;
  border-color: #fff;
}

.peoples-item__htext {
  color: #00b4f0;
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.peoples-item__text {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.peoples .personal-head__data_right {
  float: right;
}

.news {
  margin-top: 40px;
  margin-bottom: 73px;
}

.news-container {
  margin-top: 32px;
}

.news__htext {
  font-size: 32px;
  line-height: 1.2;
  font-weight: normal;
}

.news__item {
  width: 24.1%;
  height: 233px;
  display: inline-block;
  margin-bottom: 35px;
}

.news-item-photo {
  border-radius: 5px;
}

.news-item__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.news-item__photo {
  position: relative;
  margin-bottom: 14px;
}

.news-item__photo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.news-item-sign {
  *zoom: 1;
  position: absolute;
  top: 70%;
  left: 7%;
}

.news-item-sign:before,
.news-item-sign:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.news-item__link {
  margin-bottom: 11px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.news-item__social div {
  display: inline-block;
}

.news-item__social .social-icon {
  width: 16px;
  height: 16px;
}

.news-item__social .social-icon_align {
  vertical-align: middle;
}

.news-item__social .social-number {
  color: #aaaaaa;
}

.news-sign__name {
  color: #fff;
  word-spacing: 1px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.news-sign__name:hover {
  text-decoration: underline;
}

.news-sign__photo {
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-right: 10px;
}

.btn_grey-liter {
  border-color: rgba(0, 0, 0, 0.1);
}

.btn_grey-liter .btn-body {
  border-color: rgba(0, 0, 0, 0.1);
  color: #000000;
}

.btn_grey-liter:hover .btn-body {
  background-color: rgba(0, 0, 0, 0.05);
}

.share__body {
  margin-bottom: 7px;
}

.share__body_mb-0 {
  margin-bottom: 0;
}

.content_white {
  background: #fff;
}

@media screen and (max-width: 788px) {
  .business-head_map,
  .business-bottom_map {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .business-head__htext,
  .business-bottom__htext {
    font-size: 40px;
    line-height: 1.2;
    font-weight: normal;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 530px) {
  .business-head_map,
  .business-bottom_map {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .business-head__gerb,
  .business-bottom__gerb {
    display: none;
  }

  .business-head__htext,
  .business-bottom__htext {
    font-size: 28px;
    line-height: 1.2;
    font-weight: normal;
  }

  .business-head__text,
  .business-bottom__text {
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal;
  }
}

@media screen and (max-width: 450px) {
  .peoples .people-user__free {
    position: static;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.how-open__head {
  margin-top: 30px;
}

.how-open-head__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  width: 780px;
  color: #ffffff;
}

.how-open-head__border {
  border-top: 1px dashed;
  border-color: #ffffff;
  margin-top: 50px;
  margin-bottom: 50px;
}

.how-open-head__icon {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #0088cc;
  float: left;
  padding: 15px;
}

.how-open-head__obj {
  margin-left: 70px;
}

.how-open-head__details {
  margin-bottom: 10px;
}

.how-open-head__details-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
}

.how-open-head__details-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
}

.how-open-body__item {
  position: relative;
  margin-bottom: 40px;
  padding-right: 50px;
}

.how-open-body__item_last {
  margin-bottom: 0;
}

.how-open-body__obj {
  padding-top: 70px;
  padding-left: 100px;
  position: relative;
}

.how-open-body__img {
  position: absolute;
  top: 0;
  left: 0;
}

.how-open-body-img {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.how-open-body__title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 15px;
}

.how-open-body__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 25px;
}

.bus__how-open {
  margin-top: 60px;
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.bus-idea-catalog__body_active .bus-idea-catalog__obj {
  height: auto;
}

.bus-idea-catalog__body_active .blackout {
  display: none;
}

.bus-idea-catalog__body_active .bus-idea-catalog__all {
  display: none;
}

.bus-idea-catalog__obj {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.bus-idea-catalog__obj .wysiwyg-new__title:first-child {
  margin-top: 0;
}

.bus-idea-catalog__obj .wysiwyg-new__title:first-child p {
  margin-bottom: 0;
}

.bus-idea-catalog__title {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
}

.bus-idea-catalog__txt {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.bus-idea-catalog__give {
  margin-top: 20px;
}

.bus-idea-catalog__all {
  margin-top: 20px;
}

.bus-idea-catalog__wysiwyg {
  margin-top: 30px;
}

.bus-idea-catalog__share {
  position: relative;
  overflow: hidden;
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

@media screen and (max-width: 788px) {
  .idea_side-btn-group .btn-group__item {
    float: left;
    margin-right: 10px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.bus-index__head {
  background-color: #ffffff;
}

.bus-index__head-obj {
  padding: 40px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin: 40px 0;
}

.bus-index__head-obj_start {
  background-image: url("/img/boss-index-fon.png");
  min-height: 340px;
  background-size: 100%;
}

.bus-index__head-title {
  font-size: 55px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 25px;
}

.bus-index__head-txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  width: 70%;
}

.bus-index__head-third {
  margin-bottom: 40px;
}

.bus-index-head__block {
  padding-left: 5px;
}

.bus-index-head__block:hover .bus-index-head__title {
  text-decoration: underline;
}

.bus-index-head__img {
  width: 70px;
  height: 70px;
  float: left;
}

.bus-index-head__obj {
  margin-left: 95px;
  padding-top: 5px;
}

.bus-index-head__title {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #0088cc;
  margin-bottom: 5px;
}

.bus-index-head__txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.bus-index__body {
  padding-top: 30px;
  padding-bottom: 30px;
}

.bus-index-body__item {
  *zoom: 1;
  min-height: 170px;
  padding-bottom: 20px;
}

.bus-index-body__item:before,
.bus-index-body__item:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.bus-index-body__title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 20px;
}

.bus-index-body__title_adapt {
  display: none;
}

.bus-index-body__block {
  min-height: 90px;
  cursor: pointer;
}

.bus-index-body__block:hover .bus-index-body__subtitle {
  text-decoration: underline;
}

.bus-index-body__img {
  width: 80px;
  height: 80px;
  float: left;
  margin-top: 5px;
}

.bus-index-body-img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.bus-index-body__obj {
  padding-bottom: 10px;
}

.bus-index-body__obj,
.bus-index-body__statistics {
  margin-left: 100px;
}

.bus-index-body__subtitle {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 5px;
  color: #0088cc;
}

.bus-index-body__txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

@media screen and (max-width: 1550px) {
  .bus-index-body__title {
    display: none;
  }

  .bus-index-body__title_adapt {
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  .bus-index__head-title {
    font-size: 35px;
  }

  .bus-index__head-obj {
    margin: 20px 0;
  }

  .bus-index__head-obj_start {
    min-height: 0;
  }

  .bus-index-body__title {
    display: block;
  }

  .bus-index-body__title_adapt {
    display: none;
  }

  .bus-index-body__item {
    min-height: 0;
  }
}

@media screen and (max-width: 788px) {
  .bus-index__head-obj {
    margin: 0;
    padding-top: 130px;
    padding-bottom: 30px;
  }

  .bus-index__head-obj_start {
    background-position: 0 10%;
  }

  .bus-index__head-txt {
    width: 100%;
  }

  .bus-index__head-third {
    margin-bottom: 30px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.plan-head__breadcrumbs {
  margin-bottom: 25px;
  display: table;
}

.plan-head__statistics {
  margin-bottom: 20px;
}

.plan-head-title {
  font-size: 55px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
}

.plan-head-title_personal {
  color: #000000;
}

.plan-head__social {
  margin-top: 30px;
}

.plan-head__authors {
  display: none;
  margin-top: 20px;
  color: white;
}

.plan-head__authors p {
  color: white;
}

.plan-head__authors p > a {
  color: white;
}

.plan-head__authors :last-child {
  margin-bottom: 0;
}

.plan-head__authors > .user {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.plan-head__authors > .user:last-of-type {
  margin-bottom: 0;
}

.plan-head__authors > .user > .user__img {
  align-self: flex-start;
  width: 30px;
  height: 30px;
}

.plan-head__authors > .user > .user__obj {
  min-height: auto;
  margin-left: 10px;
}

.plan-head__authors > .user > .user__obj > .user__type {
  display: none;
}

.plan-head__authors > .user > .user__obj > .user__name {
  font-size: 18px;
}

.plan-head__authors > .user > .user__obj {
  min-height: auto;
  margin-left: 10px;
}

.plan-head__authors > .user > .user__obj > .user__type {
  display: none;
}

.plan-head__authors > .user > .user__obj > .user__name {
  font-size: 18px;
}

.plan-head__authors > .user > .user__descr {
  display: none;
}

.plan-head__authors > .user > .user__info {
  padding: 6px 10px 4px;
  line-height: 2px;
  align-self: flex-start;
  cursor: pointer;
}

.plan-body__issue {
  padding-top: 30px;
}

.plan-body__title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: normal;
}

.plan-body__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.6em;
}

.plan-body__social {
  display: table;
  margin-top: 20px;
  margin-bottom: 20px;
}

.plan-body__item {
  margin-bottom: 30px;
}

.plan-body-title {
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: normal;
}

.plan-body__description {
  margin-bottom: 25px;
}

.plan-body-description {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  line-height: 1.2;
  color: #aaaaaa;
}

.plan-body-txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 15px;
}

.plan-body__img {
  margin-bottom: 20px;
  display: table;
}

.plan-body__img ul li {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.plan-body__img ul li:before {
  content: none;
}

.plan-body-img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.plan-body__anchor {
  position: relative;
  top: -40px;
  left: 0;
}

.plan-body__pdf {
  margin-bottom: 20px;
}

.plan-body__btn-pdf {
  margin-top: 25px;
  margin-bottom: 10px;
}

.plan-body__pdf-size {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.plan-body__pdf-size_downloaded {
  color: #aaaaaa;
}

.plan__section {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed;
  border-color: #aaaaaa;
  *zoom: 1;
}

.plan__section:before,
.plan__section:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.plan-section__obj {
  width: 50%;
  float: left;
}

.plan-section__obj_left {
  padding-right: 20px;
}

.plan-section__obj_right {
  padding-left: 20px;
  text-align: right;
  float: right;
}

.plan-section__btn {
  margin-bottom: 20px;
}

.plan-section__txt {
  margin-bottom: 5px;
}

.plan-section-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
  text-transform: uppercase;
}

.plan-section-description {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.advertising__wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 25px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #f9faff;
  border-radius: 5px;
}

.advertising__wrap .advertising {
  margin-top: 20px;
}

.advertising__wrap .advertising__title {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #797a85;
  font-size: 20px;
  font-weight: 600;
  font-family: Arial;
}

.advertising__wrap .advertising__img-wrap {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.advertising__wrap .advertising__img-wrap img {
  width: 100%;
}

/* plan // выравнивание списка */

.list-num ol ol li {
  display: flex;
}

.list-num ol ol li::before {
  position: relative;
}

.list-num ol ol li span {
  margin-left: 5px;
}

/*rate-article // оцените статью*/

/*Стили*/

.rate-article__title {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  transition: opacity 0.25s linear;
}

.rate-article__field {
  height: 135px;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 20px 50px 15px 50px;
  background-color: #f0f2f5;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  transition: height 0.5s ease, margin-top 0.5s ease;
}

.rate-article__item {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  width: 25%;
}

.rate-item__qt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  color: #4b4b4b;
  margin-bottom: 5px;
}

.rate-item__chart {
  max-width: 70px;
  width: 100%;
  margin-bottom: -35px;
  max-height: 180px;
  height: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition: height 0.5s linear 0.5s;
  overflow: hidden;
}

.rate-item .chart__qt {
  opacity: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  color: #4b4b4b;
  margin-bottom: 5px;
  cursor: default;
  transition: opacity 0.5s ease-in 0.5s;
}

.rate-item .chart__paint {
  background-color: #b4e2f4;
  width: 100%;
  transition: height 0.5s linear, opacity 0.5s linear;
  opacity: 1;
  /*заливка для лидирующей оценки*/
}

.rate-item .chart__paint_top {
  background-color: #00b4f0;
  height: 153px;
}

.rate-item .chart__paint_inherit {
  opacity: 0;
}

.rate-item__btn {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
}

.rate-item__btn:hover {
  color: #08c;
}

.rate-item__btn:hover .rate-item__icon {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.rate-item__btn.selected {
  color: #08c !important;
  pointer-events: none;
}

.rate-item__icon {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  transition: transform 0.5s linear;
  transform: scale(1);
}

.rate-item__desc {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 8px;
  transition: margin-top 0.5s linear;
}

/*После оценки*/

.rate-article.show-result .rate-article__title {
  opacity: 0;
}

.rate-article.show-result .rate-article__field {
  margin-top: -35px;
  height: 257px;
}

.rate-article.show-result .rate-item__icon {
  transform: scale(0.6);
}

.rate-article.show-result .rate-item__desc {
  margin-top: -10px;
}

.rate-article.show-result .rate-item__chart {
  height: 180px;
}

.rate-article.show-result .rate-item .chart__qt {
  opacity: 1;
}

/*Голосовалка за бизнес-идею*/

.rate-idea__body {
  max-width: 490px;
  width: 100%;
  background-color: #f0f2f5;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
  padding-top: 10px;
  padding-bottom: 15px;
}

.rate-idea__item {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: center;
}

.rate-idea__qt {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  height: 0;
  opacity: 0;
  margin-bottom: 10px;
  transition: height 200ms linear, opacity 200ms linear 200ms;
}

.rate-idea__icon-container {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}

.rate-idea__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.rate-idea__icon.off {
  display: block;
}

.rate-idea__icon.on {
  display: none;
}

.rate-idea__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.rate-idea__btn {
  display: inline-block;
  cursor: pointer;
  transition: color 200ms linear;
}

.rate-idea__btn:hover .rate-idea__icon-container {
  opacity: 0.75;
}

.rate-idea__btn.selected {
  color: #0088cc;
  pointer-events: none;
}

.rate-idea__btn.selected .rate-idea__icon.off {
  display: none;
}

.rate-idea__btn.selected .rate-idea__icon.on {
  display: block;
}

.rate-idea.show-result .rate-idea__qt {
  height: 42px;
  opacity: 1;
}

.fin-plan {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 20px;
}

.fin-plan__content {
  margin-bottom: 20px;
}

.fin-plan__icon {
  float: left;
}

.fin-plan__right {
  margin-left: 85px;
}

.fin-plan__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 5px;
}

.fin-plan__txt {
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 1100px) {
  .plan-head-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 788px) {
  .plan-head__authors {
    display: block;
  }

  .plan-body__issue {
    padding-left: 10px;
    padding-right: 10px;
  }

  .advertising__wrap {
    flex-direction: row;
    justify-content: space-around;
  }

  .advertising__wrap .advertising {
    max-width: 250px;
  }

  .advertising__wrap .advertising__img-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .plan-head-title_bus {
    font-size: 30px;
  }

  .plan-body-obj {
    margin-top: 20px;
  }

  .plan-section__description {
    display: none;
  }
}

@media screen and (max-width: 551px) {
  .advertising__wrap .advertising {
    max-width: 50%;
  }
}

@media screen and (max-width: 530px) {
  .plan-head__breadcrumbs {
    margin-bottom: 15px;
  }

  .plan-head__statistics {
    margin-bottom: 10px;
  }

  .rate-article.show-result .rate-article__field {
    height: 260px;
  }

  .rate-article.show-result .rate-item__icon {
    transform: scale(0.8);
  }

  .rate-article.show-result .rate-item__desc {
    margin-top: 3px;
  }

  .rate-article__field {
    width: 100%;
    height: 120px;
    padding: 20px 10px 17px 10px;
  }

  .rate-item__chart {
    width: 55px;
    margin-bottom: -27.5px;
  }

  .rate-item__icon {
    width: 55px;
    height: 55px;
  }

  .rate-item__icon i {
    transform: scale(0.8);
  }

  .rate-item__desc {
    font-size: 13px;
  }

  .fin-plan__right {
    margin-left: 80px;
  }

  .fin-plan__title {
    font-size: 18px;
  }

  .fin-plan__txt {
    font-size: 16px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.publication__body {
  margin-top: 50px;
}

.publication_form {
  margin-top: 30px;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
}

.publication_textarea-plan {
  height: 100px;
}

.publication_textarea-idea {
  height: 350px;
}

.publication__third {
  padding-bottom: 30px;
  border-bottom: 1px solid;
  border-color: #aaaaaa;
}

.publication__data-img {
  width: 90px;
  height: 90px;
  margin-bottom: 25px;
}

.publication__data-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.publication__info {
  margin-top: 30px;
}

.publication-info__head {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 20px;
}

.publication-info__body {
  position: relative;
  overflow: hidden;
}

.publication-info__body_plan {
  height: 245px;
}

.publication-info__item {
  margin-bottom: 20px;
}

.publication-info__title {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 5px;
}

.publication-info__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.publication-info__txt-idea {
  margin-bottom: 30px;
}

.publication-info__icon {
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  .publication-info__icon {
    display: none;
  }

  .publication__data-img {
    margin-bottom: 0;
    float: left;
  }

  .publication__data-txt {
    margin-left: 100px;
    padding-top: 6px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.publication-history__body {
  margin-top: 30px;
}

.publication-history__btn {
  margin-bottom: 30px;
}

.publication-history__title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

.publication-history__txt {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 40px;
}

.publication-history__article {
  background-color: #f0f2f5;
  margin-top: 30px;
  margin-bottom: -30px;
  padding-bottom: 40px;
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.publication-switch__head-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 25px;
}

.publication-switch__head-title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 20px;
}

.publication-switch__third {
  margin-top: 30px;
}

.publication-switch__img {
  max-height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.publication-switch__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.4);
}

.publication-switch__img:hover .publication-switch__img-btn {
  display: block;
}

.publication-switch__img-txt {
  position: absolute;
  top: 20px;
  left: 20px;
}

.publication-switch__img-sentence {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 5px;
  color: #ffffff;
}

.publication-switch__img-desctiption {
  font-size: 28px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
}

.publication-switch__img-btn {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.publication-switch__img_ok .publication-switch__img-txt {
  top: 30px;
  left: 30px;
}

.publication-switch__img_ok .publication-switch__img-btn {
  bottom: 30px;
  left: 30px;
}

.publication-switch-img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.publication-switch__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.publication-ok__body {
  margin-top: 30px;
  margin-bottom: 50px;
}

.publication-ok__icon {
  float: left;
}

.publication-ok__obj {
  margin-left: 90px;
}

.publication-ok__title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 15px;
}

.publication-ok__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.publication-ok__link {
  color: #0088cc;
}

.publication-ok__article {
  background-color: #f0f2f5;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1100px) {
  .publication-switch__head-title {
    font-size: 25px;
  }

  .publication-switch__img {
    overflow: hidden;
    max-height: 230px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  .publication-switch__img-btn {
    display: block;
  }

  .publication-switch__img_ok .publication-switch__img-txt {
    top: 20px;
    left: 20px;
  }

  .publication-switch__img_ok .publication-switch__img-btn {
    bottom: 20px;
    left: 20px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.bus__head_start {
  background-image: url("/img/start-header.jpg");
}

.home-head__title_start {
  text-align: center;
  margin-bottom: 60px;
}

.home-head-title_start {
  margin-bottom: 10px;
}

.home-head-title-subtext {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
}

.home-head__social_start {
  display: table;
  margin: 0 auto 30px;
}

.start-head__body {
  *zoom: 1;
  margin: 0 auto 50px;
  display: table;
  padding-bottom: 80px;
}

.start-head__body:before,
.start-head__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.start-head__row {
  *zoom: 1;
  margin-top: 100px;
  position: relative;
}

.start-head__row:before,
.start-head__row:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.start-head__row_first {
  margin-top: 0;
}

.start-head__row_center {
  padding-bottom: 10px;
  margin-right: 10px;
}

.start-head__row_center .start-head__item {
  float: right;
}

.start-head__item {
  float: left;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-top: 10px;
  z-index: 10;
}

.start-head__item_first {
  margin-top: 0;
  margin-right: -10px;
}

.start-head__item_border {
  width: 180px;
  margin-left: 20px;
  margin-right: 20px;
  border-top: 2px dashed;
  border-color: white;
  margin-top: 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.start-head__item_edge {
  margin-top: 0;
}

.start-head__item:hover .start-head__circle {
  background-color: rgba(255, 255, 255, 0.2);
}

.start-head__item:hover .start-head__txt span {
  text-decoration: underline;
}

.start-head__img {
  float: left;
  margin-left: -10px;
}

.start-head-img {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.start-head__circle {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid;
  border-color: #ffffff;
  padding-top: 11px;
  float: left;
}

.start-head__circle-txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
}

.start-head__txt {
  width: 220px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -10px;
  transform: translate(-80px, 100%);
  -moz-transform: translate(-80px, 100%);
  -webkit-transform: translate(-80px, 100%);
  -o-transform: translate(-80px, 100%);
}

.start-head__jump {
  width: 170px;
  height: 170px;
  position: absolute;
  border: 2px dashed;
  border-radius: 100%;
  top: 35px;
}

.start-head__jump_left {
  border-color: transparent transparent white white;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  left: -120px;
}

.start-head__jump_right {
  border-color: white white transparent transparent;
  right: -110px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.start__arrow {
  position: relative;
}

.start__arrow_right {
  position: absolute;
  top: -1px;
  right: -4px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.start__arrow_right:after {
  content: "";
  height: 7px;
  border-right: 2px solid;
  position: absolute;
  top: 0;
  right: 0;
  border-color: white;
  color: white;
}

.start__arrow_right:before {
  content: "";
  width: 7px;
  border-top: 2px solid;
  position: absolute;
  top: 0;
  right: 0;
  border-color: white;
  color: white;
}

.start__arrow_right-jump {
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  left: auto;
  top: auto;
  bottom: 27px;
  right: 20px;
}

.start__arrow_left {
  position: absolute;
  top: -1px;
  left: -4px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.start__arrow_left:after {
  content: "";
  height: 7px;
  border-right: 2px solid;
  position: absolute;
  top: 0;
  left: 0;
  border-color: white;
  color: white;
}

.start__arrow_left:before {
  content: "";
  width: 7px;
  border-top: 2px solid;
  position: absolute;
  top: 0;
  left: 0;
  border-color: white;
  color: white;
}

.start__arrow_left-jump {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  left: auto;
  top: auto;
  right: 27px;
  bottom: 20px;
}

.start__body {
  width: 800px;
  margin: 0 auto;
}

.start__item {
  padding-top: 40px;
  border-top: 1px dashed;
  border-color: #aaaaaa;
  *zoom: 1;
}

.start__item:first-child {
  border-color: transparent;
}

.start__item:before,
.start__item:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.start__step {
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 20px;
  color: #aaaaaa;
  text-transform: uppercase;
  text-align: center;
}

.start__title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 40px;
  text-align: center;
}

.start__subtitle {
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 30px;
  margin-top: 30px;
}

.start__topic {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.start__topic-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.start__topic-obj {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 40px;
}

.start-topic-img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.start__quotes {
  margin-bottom: 40px;
}

.start__obj {
  *zoom: 1;
  margin-top: 50px;
  margin-bottom: 50px;
}

.start__obj:before,
.start__obj:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.start__img {
  margin-bottom: 40px;
}

.start__img-body {
  position: relative;
  min-height: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.start__img-body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.start__img-body_to-begin,
.start__img-body_you-are-ready,
.start__img-body_negative,
.start__img-body_identity,
.start__img-body_how-to,
.start__img-body_which-tax,
.start__img-body_one-in-the-field,
.start__img-body_newborn,
.start__img-body_no-advertisements,
.start__img-body_businessman {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.start__img-body_to-begin {
  background-image: url("/img/start-1.jpg");
}

.start__img-body_you-are-ready {
  background-image: url("/img/start-2.jpg");
}

.start__img-body_negative {
  background-image: url("/img/start-5.jpg");
}

.start__img-body_identity {
  background-image: url("/img/start-13.jpg");
}

.start__img-body_how-to {
  background-image: url("/img/start-15.jpg");
}

.start__img-body_which-tax {
  background-image: url("/img/start-16.jpg");
}

.start__img-body_one-in-the-field {
  background-image: url("/img/start-17.jpg");
}

.start__img-body_newborn {
  background-image: url("/img/start-18.jpg");
}

.start__img-body_no-advertisements {
  background-image: url("/img/start-20.jpg");
}

.start__img-body_businessman {
  background-image: url("/img/start-22.jpg");
}

.start__img-obj {
  position: absolute;
  z-index: 5;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: table;
}

.start__img-title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}

.start__img-txt {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
}

.start__img_center {
  display: table;
  margin: 0 auto 40px;
}

.start__img_right {
  width: 500px;
  float: right;
  margin-right: -180px;
  margin-left: 50px;
  margin-bottom: 0;
}

.start__img_left {
  width: 500px;
  float: left;
  margin-left: -180px;
  margin-right: 50px;
  margin-bottom: 0;
}

.start__img_width620 {
  width: 620px;
}

.start__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 40px;
}

.start__txt-wrap {
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 40px;
  margin-top: 50px;
}

.start__txt-wrap_background {
  background-color: #f0f2f5;
}

.start__txt-wrap_border {
  border: 2px solid;
  border-color: #e5e5e5;
  padding-top: 40px;
}

.start__txt-icon {
  position: absolute;
  top: -25px;
  left: 50%;
  width: 50px;
  height: 50px;
  background: grey;
  border-radius: 100%;
  padding-top: 15px;
  padding-left: 15px;
  margin-left: -25px;
  background-color: #f0f2f5;
}

.start__txt_center {
  text-align: center;
}

.start__txt_last {
  margin-bottom: 0;
}

.start__list-item {
  margin-bottom: 20px;
  font-size: 0;
}

.start__list-icon {
  float: left;
  margin-top: 4px;
}

.start__list-txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-left: 35px;
}

.start__list-img {
  margin: 0 auto;
  display: table;
}

.start__list-img-item {
  margin-bottom: 10px;
  font-size: 0;
}

.start__list-img-icon {
  float: left;
  margin-top: 6px;
}

.start__list-img-txt {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  margin-left: 35px;
  color: #ffffff;
}

.start_last {
  margin-bottom: 0;
  padding-bottom: 0;
}

.start-menu__body {
  *zoom: 1;
  background-color: #323232;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}

.start-menu__body:before,
.start-menu__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.start-menu__arrow {
  font-size: 0;
}

.start-menu__arrow_prev {
  float: left;
}

.start-menu__arrow_next {
  float: right;
}

.start-menu__btn {
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.start-menu__btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.start-menu__btn:active {
  background-color: rgba(255, 255, 255, 0.4);
}

.start-menu__switch {
  margin-left: 60px;
  margin-right: 60px;
  text-align: center;
  margin-top: 9px;
}

.start-menu__info {
  width: 100%;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  cursor: pointer;
}

.start-menu__info:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1550px) {
  .start-head__item_border {
    width: 120px;
  }

  .start-head__row {
    margin-top: 130px;
  }

  .start-head__row_first {
    margin-top: 0;
  }

  .start-head__txt {
    width: 160px;
    transform: translate(-55px, 100%);
    -moz-transform: translate(-55px, 100%);
    -webkit-transform: translate(-55px, 100%);
    -o-transform: translate(-55px, 100%);
  }

  .start-head__jump {
    width: 200px;
    height: 200px;
  }

  .start__obj-txt_left {
    margin-right: 360px;
  }

  .start__obj-txt_right {
    margin-left: 360px;
  }

  .start__arrow_left-jump {
    right: 31px;
    bottom: 25px;
  }

  .start__arrow_right-jump {
    right: 26px;
    bottom: 30px;
  }

  .start__img-title {
    margin-bottom: 10px;
  }

  .start__img_right {
    margin-right: -90px;
  }

  .start__img_left {
    margin-left: -90px;
  }

  .start__img_left {
    width: 400px;
  }

  .start__img_right {
    width: 400px;
  }

  .start__list-img {
    display: table;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1100px) {
  .start .container {
    width: 100%;
  }

  .start-head__body {
    display: block;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .start-head__item {
    float: none;
    display: table;
    *zoom: 1;
  }

  .start-head__item:before,
  .start-head__item:after {
    content: " ";
    display: table;
    box-sizing: border-box;
    clear: both;
  }

  .start-head__item_border {
    display: none;
  }

  .start-head__item br {
    display: none;
  }

  .start-head__row {
    margin-top: 0;
  }

  .start-head__row_center {
    padding-bottom: 0;
  }

  .start-head__row_center .start-head__item {
    float: none;
  }

  .start-head__txt {
    width: auto;
    height: 50px;
    top: 0;
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    text-align: left;
    margin-left: 65px;
    font-size: 15px;
    line-height: 1.2;
    position: relative;
  }

  .start-head__txt:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }

  .start-head__txt span {
    display: inline-block;
    vertical-align: middle;
  }

  .start-head__jump {
    display: none;
  }

  .start-head__img {
    display: none;
  }

  .start__body {
    width: 100%;
  }

  .start__img-title {
    margin-bottom: 10px;
  }

  .start__img_right {
    margin-right: -90px;
  }

  .start__img_left {
    margin-left: -90px;
  }

  .start__img_left {
    width: 30%;
    margin-left: 0;
    margin-right: 0;
  }

  .start__img_right {
    width: 30%;
    margin-right: 0;
    margin-left: 0;
  }

  .start__img-body {
    min-height: 300px;
  }

  .start__img-body:before {
    z-index: 5;
  }

  .start__img-obj_list {
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    margin: 0 auto;
  }

  .start-img-big {
    position: absolute;
    top: 0;
    left: 0;
  }

  .start__obj-txt {
    width: 70%;
  }

  .start__obj-txt_left {
    padding-right: 30px;
    margin-right: 30%;
  }

  .start__obj-txt_right {
    padding-left: 30px;
    margin-left: 30%;
  }

  .bus__head_start {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .home-head__title_start {
    margin-bottom: 20px;
  }

  .home-head-title-subtext {
    font-size: 20px;
  }
}

@media screen and (max-width: 788px) {
  .start__step {
    margin-bottom: 10px;
  }

  .start__title {
    margin-bottom: 20px;
  }

  .start__item {
    padding-top: 20px;
    margin-top: 20px;
  }

  .start__topic {
    margin-bottom: 10px;
  }

  .start__topic-obj {
    margin-bottom: 15px;
  }

  .start__quotes {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .start__txt {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .start__txt-wrap {
    margin-bottom: 0;
  }

  .start__obj {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .start__img {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .start__img-body {
    min-height: 250px;
  }

  .start__img-title {
    font-size: 24px;
  }

  .start__img_width620 {
    width: 100%;
  }

  .start__list-icon {
    margin-top: 2px;
  }

  .start__list-txt {
    font-size: 14px;
    margin-left: 30px;
  }

  .start__list-img-item {
    margin-bottom: 10px;
  }

  .start__list-img-icon {
    margin-top: 2px;
  }

  .start__list-img-txt {
    font-size: 16px;
    margin-left: 30px;
  }
}

@media screen and (max-width: 530px) {
  .start__topic {
    font-size: 16px;
  }

  .start__topic-img {
    margin-right: 10px;
  }

  .start__topic-obj {
    font-size: 24px;
  }

  .start__obj-txt_right {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }

  .start__obj-txt_left {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }

  .start__img-body {
    min-height: inherit;
  }

  .start__img_left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }

  .start__img_right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }

  .start__img-obj {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    margin: 0 auto;
  }

  .quotes__item_left {
    width: 25px;
    height: 25px;
    margin-top: -13px;
  }

  .quotes__item_right {
    width: 25px;
    height: 25px;
    margin-top: -13px;
  }

  .quotes__item_txt {
    font-size: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.bus__search {
  *zoom: 1;
  margin-top: 40px;
  margin-bottom: 10px;
}

.bus__search:before,
.bus__search:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.bus-search__body {
  *zoom: 1;
}

.bus-search__body:before,
.bus-search__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.bus-search__item {
  margin-bottom: 20px;
}

.bus-search__item_last {
  margin-bottom: 0;
}

.bus-search__title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

.bus-search__title-bold {
  margin-left: 5px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
}

.bus-search__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

.bus-search__txt-bold {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 5px;
}

.bus-search__type {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
}

.bus-search-no__icon {
  margin-bottom: 15px;
  margin-top: 30px;
}

.bus-search-no__title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 15px;
}

.bus-search-no__txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.bus-search-no__ul {
  margin-top: 10px;
}

.bus-search-no__li {
  position: relative;
  padding-left: 10px;
}

.bus-search-no__li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #000000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.bus-search__drop-down {
  float: right;
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.zakladka input[type="checkbox"]:checked + .zakladka__obj {
  background-color: #f0f2f5;
}

.zakladka input[type="checkbox"]:checked + .zakladka__obj .zakladka__icon .icon-norm {
  display: none;
}

.zakladka input[type="checkbox"]:checked + .zakladka__obj .zakladka__icon .icon-active {
  display: block;
}

.zakladka input[type="checkbox"]:checked + .zakladka__icon .icon-norm {
  display: none;
}

.zakladka input[type="checkbox"]:checked + .zakladka__icon .icon-active {
  display: block;
}

.zakladka__body {
  margin-bottom: 30px;
  *zoom: 1;
}

.zakladka__body:before,
.zakladka__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.zakladka-body__side {
  margin-top: 15px;
  padding-left: 0;
}

.zakladka-menu-attached__head {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed;
  border-color: #aaaaaa;
}

.zakladka-menu-attached__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
}

.zakladka-menu-attached__item {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.zakladka-menu-attached__item:last-child {
  margin-bottom: 0;
}

.zakladka-menu-attached__item_active .zakladka-menu-attached__txt {
  color: #000000;
  font-weight: 700;
}

.zakladka-menu-attached__item_active .zakladka-menu-attached__num {
  color: #000000;
}

.zakladka-menu-attached__item_clear .zakladka-menu-attached__txt {
  color: #aaaaaa;
}

.zakladka-menu-attached__txt {
  float: left;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #0088cc;
}

.zakladka-menu-attached__num {
  float: right;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
}

.zakladka .zakladka__icon .icon-norm {
  display: block;
}

.zakladka .zakladka__icon .icon-active {
  display: none;
}

.zakladka__switch {
  float: right;
  margin-top: 10px;
}

.zakladka__obj {
  display: table;
  width: 100%;
  position: relative;
  padding: 20px 20px 20px 60px;
}

.zakladka__obj:hover {
  background-color: #f0f2f5;
}

.zakladka__obj .zakladka__icon {
  position: absolute;
  top: 20px;
  left: 20px;
}

.zakladka__obj_delete {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #f0f2f5;
}

.zakladka__delete {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.zakladka__all {
  float: left;
  margin-top: 8px;
}

.zakladka__all .zakladka__icon {
  float: left;
}

.zakladka__all-txt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  margin-left: 40px;
}

.zakladka__checkbox {
  display: none;
}

.zakladka__item_head {
  display: table;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 0;
  border-bottom: 1px dashed;
  border-color: #aaaaaa;
}

.zakladka__item_like .give__btn {
  display: block;
}

.zakladka__item_like .give__btn .btn-body {
  padding: 0 5px;
  background-color: #00b4f0;
}

.zakladka__item_like .give__btn .icon_left {
  margin-right: 0;
}

.zakladka__item_like .give__btn .btn-txt {
  display: none;
}

.zakladka__item_like .give__btn .icon-norm,
.zakladka__item_like .give__btn .icon-hover {
  display: none;
}

.zakladka__item_like .give__btn .icon-active {
  display: block;
}

.zakladka__item_like .give__btn .btn:hover .icon-norm,
.zakladka__item_like .give__btn .btn:hover .icon-hover {
  display: none;
}

.zakladka__item_like .give__btn .btn:hover .icon-active {
  display: block;
}

.zakladka__img {
  width: 140px;
  height: 140px;
  float: left;
}

.zakladka-img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.zakladka__block {
  margin-left: 160px;
  margin-right: 130px;
}

.zakladka__block_comment {
  margin-left: 0;
}

.zakladka__title {
  margin-bottom: 10px;
  display: table;
}

.zakladka-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  color: #55913c;
  border-bottom: 1px solid;
  border-color: transparent;
  margin-bottom: -1px;
}

.zakladka__txt {
  margin-bottom: 10px;
}

.zakladka-txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}

.zakladka__btn_all .btn-big .icon {
  display: none;
}

.zakladka__no {
  margin-top: 15px;
}

.zakladka-no-info__body {
  display: table;
  width: 620px;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
  border-color: #aaaaaa;
}

.zakladka-no-info__img {
  float: left;
  width: 125px;
  height: 125px;
  background-color: #f0f2f5;
}

.zakladka-no-info__obj {
  margin-left: 145px;
}

.zakladka-no-info__btn {
  float: right;
}

.zakladka-no-info__btn .btn,
.zakladka-no-info__btn .icon-norm,
.zakladka-no-info__btn .icon-hover,
.zakladka-no-info__btn .icon-active {
  cursor: default;
}

.zakladka-no-info__title {
  height: 20px;
  background-color: #0088cc;
  opacity: .2;
  margin-bottom: 25px;
  width: 50%;
}

.zakladka-no-info__txt {
  height: 20px;
  background-color: #f0f2f5;
  margin-bottom: 10px;
}

.zakladka-no-info__txt_60 {
  width: 60%;
}

.zakladka-no-info__txt_80 {
  width: 80%;
}

.zakladka-no-info__txt_40 {
  width: 40%;
}

.zakladka-no-info__txt_5 {
  width: 5%;
}

.zakladka-no-info__txt_10 {
  width: 10%;
}

.zakladka-no-info__txt_20 {
  width: 20%;
}

.zakladka-no-info__footer {
  margin-top: 25px;
  display: table;
  width: 100%;
}

.zakladka-no-info__footer .zakladka-no-info__txt {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}

.zakladka-no-info__footer .zakladka-no-info__txt_footer-last {
  margin-right: 0;
  float: right;
}

.zakladka-no__block {
  margin-top: 30px;
}

.zakladka-no__title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

.zakladka-no__txt {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {
  .zakladka__btn {
    margin-left: 5px;
  }

  .zakladka__btn .btn-txt {
    display: none;
  }

  .zakladka__btn .btn-body {
    padding: 0 4px;
  }

  .zakladka__btn .icon_left {
    margin-right: 0;
  }

  .zakladka__btn_all .btn-big .icon {
    display: block;
  }

  .zakladka__btn_all .btn-big .btn-body {
    padding: 0 9px;
  }

  .zakladka__btn_all .btn-big .icon_left {
    margin-right: 0;
  }

  .zakladka-no-info__body {
    width: 100%;
  }

  .zakladka__block {
    margin-right: 0;
  }
}

@media screen and (max-width: 788px) {
  .zakladka__block {
    margin-right: 40px;
  }

  .zakladka-no-info__obj {
    margin-left: 0;
  }

  .zakladka-no-info__img {
    display: none;
  }

  .zakladka .comment-user__img {
    float: none;
  }

  .zakladka .comment-user__obj {
    margin-left: 0;
  }

  .zakladka .comment-user__title {
    margin-top: 10px;
  }

  .zakladka__item_head {
    padding-top: 0;
  }

  .zakladka-body__side {
    margin-top: 20px;
  }
}

@media screen and (max-width: 530px) {
  .zakladka__block {
    margin-left: 0;
    margin-right: 0;
  }

  .zakladka__img {
    float: none;
    margin-bottom: 20px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.new-batman {
  display: none;
  position: fixed;
  width: 100%;
  background: #fff;
  top: 60px;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.new-batman__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  padding: 8px 0;
}

.new-batman__left {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 20px;
}

.new-batman__left .button {
  flex-shrink: 0;
}

.new-batman__img {
  flex-shrink: 0;
  width: 60px;
  height: 45px;
  margin-right: 20px;
}

.new-batman__img img {
  width: 100%;
  height: auto;
}

.new-batman__title {
  margin-right: 15px;
}

.new-batman__btn {
  flex-shrink: 0;
}

@media screen and (max-width: 850px) {
  .new-batman {
    top: 50px;
  }
}

@media screen and (max-width: 788px) {
  .new-batman {
    display: none!important;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.cap_body {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/img/capFon.jpg);
}

.cap_body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.cap_content {
  width: 980px;
  margin: 75px auto;
}

.cap_title {
  margin-bottom: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 55px;
  line-height: 1.2;
  font-weight: normal;
}

.cap_title-hide {
  display: none;
}

.cap_subtitle {
  margin-bottom: 25px;
  color: #ffffff;
  text-align: center;
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.cap_timer {
  margin-bottom: 25px;
}

.cap_timer-txt {
  display: none;
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
  color: white;
}

.cap_timer-txt span {
  display: block;
  margin-top: 5px;
  font-size: 55px;
  line-height: 1.2;
  font-weight: normal;
}

.cap_txt {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 30px;
}

.cap_group {
  display: table;
  margin: 0 auto 40px;
}

.cap_btn {
  height: auto;
}

.cap_btn-block {
  display: table;
  margin: 0 auto;
}

.cap_btn .btn-body {
  height: 50px;
  width: 280px;
}

.cap_btn .btn-txt {
  float: none;
  text-align: center;
  padding-top: 10px;
}

.cap_btn-pdf {
  height: auto;
  font-size: 0;
}

.cap_btn-pdf .btn-body {
  display: table;
  padding: 9px 15px;
}

.cap_btn-pdf .btn-txt {
  margin-top: 0;
}

.cap_btn-pdf .icon {
  margin-right: 10px;
  margin-top: 0;
}

@media screen and (max-width: 1100px) {
  .cap_body:before {
    content: "";
  }

  .cap_content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cap_txt br {
    display: none;
  }
}

@media screen and (max-width: 788px) {
  .cap_title {
    font-size: 35px;
    line-height: 1.2;
    font-weight: normal;
  }

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

  .cap_group {
    margin-bottom: 30px;
  }

  .cap_group .group-btn__item {
    float: none;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .cap_group .group-btn__item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 530px) {
  .cap_title {
    font-size: 32px;
  }

  .cap_title-hide {
    display: inline;
  }

  .cap_timer {
    display: none;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.cap-vip-body {
  position: relative;
  width: 100%;
  border-radius: 5px;
}

.cap-vip-body_desktop {
  max-width: 860px;
  margin: 30px auto 0;
  background-color: #f5f5f5;
  overflow: hidden;
}

.cap-vip__img-bg {
  width: calc(100% + 40px);
  height: 250px;
  margin-bottom: 25px;
  margin-left: -20px;
}

.cap-vip__img-bg_desktop {
  background: url('/img/investor/cap-vip-bg.jpg') 50% no-repeat;
  background-size: cover;
}

.cap-vip__img-bg_mob {
  background: url('/img/investor/cap-vip-bg-mob.jpg') 50% no-repeat;
  background-size: cover;
}

.cap-vip__text {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  padding: 0 20px;
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}

.cap-vip__stext {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}

.cap-vip__btn_desktop {
  width: 580px;
  margin: 25px auto 30px;
}

.cap-vip__btn_mob {
  width: 100%;
}

.cap-vip__btn-item {
  max-width: 280px;
  width: 100%;
  margin-bottom: 20px;
}

.cap-vip__btn-item:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 788px) {
  .cap-vip__btn_desktop {
    max-width: 320px;
    padding: 0 20px;
    width: 100%;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 530px) {
  .cap-vip__img-bg {
    background: url('/img/investor/cap-vip-bg-mob.jpg') 50% no-repeat;
  }

  .cap-vip__text {
    font-size: 16px;
    line-height: 1.2;
  }

  .cap-vip__btn .button {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.invest_blue .invest-stage-project__icon {
  background-color: rgba(28, 178, 232, 0.3);
}

.invest_blue .invest-stage-project__icon:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(28, 178, 232, 0.3);
  border-radius: 5px;
}

.invest_blue .invest-stage-project__icon_active {
  background-color: #1cb2e8;
}

.invest_green .invest-stage-project__icon {
  background-color: rgba(37, 161, 55, 0.3);
}

.invest_green .invest-stage-project__icon:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(37, 161, 55, 0.3);
  border-radius: 5px;
}

.invest_green .invest-stage-project__icon_active {
  background-color: #25a137;
}

.invest-section__main,
.invest-section__contact,
.invest-section__team {
  margin-bottom: 45px;
}

.invest__h2text {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  padding-bottom: 18px;
}

.form_bg-none {
  background: none;
  padding: 0;
}

.form__txt_fs16 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.invest-stage-project__list {
  position: relative;
  height: 80px;
  margin-top: 20px;
}

.invest-stage-project__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.invest-stage-project__item {
  float: left;
}

.invest-stage-project__item_zero {
  display: flex;
  width: 100%;
}

.invest-stage-project__item input[type=radio],
.invest-stage-project__item input[type=checkbox] {
  display: none;
}

.invest-stage-project__item input[type=radio]:checked ~ .invest-stage-project__label .invest-stage-project__icon,
.invest-stage-project__item input[type=checkbox]:checked ~ .invest-stage-project__label .invest-stage-project__icon {
  opacity: 0;
}

.invest-stage-project__item input[type=radio]:checked ~ .invest-stage-project__label .invest-stage-project__icon_active,
.invest-stage-project__item input[type=checkbox]:checked ~ .invest-stage-project__label .invest-stage-project__icon_active {
  opacity: 1;
}

.invest-stage-project__item input[type=radio]:checked ~ .invest-stage-project__label .invest-sector__icon-check,
.invest-stage-project__item input[type=checkbox]:checked ~ .invest-stage-project__label .invest-sector__icon-check {
  opacity: 1;
}

.invest-stage-project__item input[type=radio]:checked ~ .invest-stage-project__check,
.invest-stage-project__item input[type=checkbox]:checked ~ .invest-stage-project__check {
  display: block;
  margin-top: -85px;
  z-index: 1;
}

.invest-stage-project__item input[type=radio]:checked ~ .invest-stage-project__check .invest-stage-project__check-text,
.invest-stage-project__item input[type=checkbox]:checked ~ .invest-stage-project__check .invest-stage-project__check-text {
  opacity: 1;
}

.invest-stage-project__label {
  position: absolute;
  top: 0;
  width: 80px;
  height: 80px;
  display: block;
  cursor: pointer;
}

.invest-stage-project__label_check:before {
  content: '';
  position: absolute;
  top: -8.5px;
  left: -8.5px;
  width: 19px;
  height: 19px;
  border: 1px solid #c6c6c5;
  border-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 1;
}

.invest-stage-project__label_idea {
  left: 0;
}

.invest-stage-project__label_team {
  left: 100px;
}

.invest-stage-project__label_without-profit {
  left: 200px;
}

.invest-stage-project__label_with-profit {
  left: 300px;
}

.invest-stage-project__label_check.invest-stage-project__label_idea {
  left: 8.5px;
}

.invest-stage-project__label_check.invest-stage-project__label_team {
  left: 108.5px;
}

.invest-stage-project__label_check.invest-stage-project__label_without-profit {
  left: 208.5px;
}

.invest-stage-project__label_check.invest-stage-project__label_with-profit {
  left: 308.5px;
}

.invest-stage-project__label .invest-sector__icon-check {
  top: -4.5px;
  left: -4.5px;
}

.invest-stage-project__label .invest-stage-project__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.3s;
  border-radius: 5px;
  background-size: contain;
  overflow: hidden;
}

.invest-stage-project__label .invest-stage-project__icon_active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  border-radius: 5px;
  background-size: contain;
  overflow: hidden;
}

.invest-stage-project__label:hover .invest-stage-project__icon {
  opacity: 0;
}

.invest-stage-project__label:hover .invest-stage-project__icon_active {
  opacity: 1;
}

.invest-stage-project__label:hover ~ .invest-stage-project__check {
  display: block;
  margin-top: -85px;
  z-index: 2 !important;
}

.invest-stage-project__label:hover ~ .invest-stage-project__check .invest-stage-project__check-text {
  opacity: 1;
}

.invest-stage-project__check {
  position: relative;
  top: 0;
  left: 0;
  display: none;
  margin-top: 100px;
  max-width: 780px;
  min-height: 85px;
  padding: 17px 20px;
  border-radius: 5px;
  background-color: #f5f5f5;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.1;
}

.invest-stage-project__check_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-basis: 100%;
}

.invest-stage-project__check_bg .invest-stage-project__check-text {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  color: #b1b1b1;
  opacity: 1;
}

.invest-stage-project__check_visible {
  z-index: 2;
}

.invest-stage-project__check-text {
  opacity: 0;
  transition: all 0.3s;
}

.invest-stage-project__bold {
  font-weight: bold;
}

.invest-stage-project__select {
  width: 100%;
  height: 30px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding: 0 10px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}

.invest-stage-project__select:hover {
  border-color: #1ea01e;
}

.invest-stage-project__select:focus {
  border-color: #1ea01e;
  box-shadow: 0 0 10px rgba(30, 160, 30, 0.4);
  color: #000;
}

.input-edit__data {
  display: block;
  max-width: 280px;
}

.input-edit__logo {
  display: block;
  max-width: 160px;
}

.input-edit__textarea {
  display: block;
  max-width: 380px;
}

.logo-load {
  position: relative;
  width: 160px;
  cursor: pointer;
}

.logo-create {
  position: absolute;
  right: -230px;
  bottom: 0;
  width: 220px;
}

.logo-create__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-bottom: 10px;
}

.form__select {
  /*width: 280px;*/
}

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

.add-logo-project {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 120px;
  border-radius: 5px;
  border: 1px solid #9d9c9c;
  background-color: #ececec;
  text-align: center;
  cursor: pointer;
}

.add-logo-project__plus {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #9d9d9c;
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 38px;
  color: #9d9d9c;
  margin-bottom: 5px;
}

.add-logo-project__text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
  color: #9d9d9c;
  vertical-align: middle;
}

.add-logo-project:hover {
  border-color: #1ea01e;
}

.add-logo-project:hover .add-logo-project__plus {
  border-color: #1ea01e;
  color: #1ea01e;
}

.add-logo-project:hover .add-logo-project__text {
  color: #1ea01e;
}

.form__input-file {
  width: 160px;
}

.form__input-file input {
  position: absolute;
  visibility: hidden;
}

.team-person {
  position: relative;
  max-width: 410px;
  width: 100%;
  min-height: 140px;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 20px 20px 20px 50px;
  margin-bottom: 20px;
  overflow: hidden;
}

.team-person__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 100%;
  border-right: 1px solid #dadada;
}

.team-person__btn .likes {
  height: 100%;
}

.team-person__btn .likes__body {
  height: 100%;
}

.team-person__btn .likes__item {
  width: 100%;
  height: 50%;
  margin: 0;
}

.team-person__btn .likes__item:first-of-type {
  border-bottom: 1px solid #dadada;
}

.team-person__btn .likes__btn {
  display: flex;
  align-items: center;
  border: none;
  border-radius: 0;
  height: 100%;
  padding: 0 4px 0 5px;
  background-color: transparent;
}

.team-person__btn .likes__btn[disabled]:hover {
  background-color: transparent;
}

.team-person__btn .likes__btn[disabled]:hover .icon-norm {
  display: block;
}

.team-person__btn .likes__btn[disabled]:hover .icon-hover {
  display: none;
}

.team-person__btn .likes__btn:hover {
  background-color: #dadada;
}

.team-person_add {
  background-color: transparent;
  border: 1px dashed #c6c6c5;
}

.team-person_disable:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.team-person__whoisit {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #9d9c9c;
}

.team-person__del {
  position: absolute;
  top: 7px;
  right: 8px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #9d9c9c;
  cursor: pointer;
  z-index: 2;
}

.team-person__del:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 18px);
  border-bottom: 1px dashed #c6c6c5;
}

.team-person__del-cross {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  padding-left: 5px;
  line-height: 15px;
  vertical-align: middle;
}

.team-person__del_logo {
  top: 0;
  left: 170px;
  right: inherit;
}

.team-person__del:hover {
  color: #0088cc;
}

.team-person__del:hover:after {
  border-color: #0088cc;
}

.team-person__del:hover .team-person__del-cross:before,
.team-person__del:hover .team-person__del-cross:after {
  background-color: #0088cc;
}

.team-person__del_blue:hover {
  color: #0088cc;
}

.team-person__del_blue:hover:after {
  border-color: #0088cc;
}

.team-person__del_blue:hover .team-person__del-cross:before,
.team-person__del_blue:hover .team-person__del-cross:after {
  background-color: #0088cc;
}

.team-person__del_person {
  top: 20px;
  right: 19px;
  z-index: 1;
}

.team-person__del_photo {
  top: auto;
  right: 0;
  bottom: -25px;
}

.team-person__del_photo-gallery {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 0 5px;
}

.team-person__del_photo-gallery:after {
  content: none;
}

.team-person__del_image {
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
}

.team-person__top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.team-person__photo {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 50%;
  border: 3px solid #dadad9;
  overflow: hidden;
}

.team-person__photo img {
  width: 100%;
  height: auto;
}

.team-person__name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #575756;
}

.team-person__post-title {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-right: 10px;
  margin-bottom: 10px;
}

.team-person__post input {
  max-width: 240px;
  width: 100%;
  height: 30px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  border: 1px solid #c6c6c5;
  border-radius: 5px;
  padding: 0 10px;
}

.team-person__post input:hover {
  border-color: #1ea01e;
}

.team-person__post input:focus {
  border-color: #1ea01e;
  box-shadow: 0 0 10px rgba(30, 160, 30, 0.4);
  color: #000;
}

.team-person-deleted {
  position: relative;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
}

.team-person-deleted .mfp-close {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  color: #000;
}

.team-person-del__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin: 0 10px 15px;
}

.team-person-del__middle {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 20px 0;
}

.team-person-del__photo {
  width: 60px;
  height: 60px;
  border: 3px solid #dadad9;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.team-person-del__photo img {
  width: 100%;
  height: auto;
}

.team-person-del__name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.team-person-del__btn {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.team-person-del__btn .button:nth-of-type(1) {
  margin-right: 20px;
}

.invest__city-list {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  max-height: 157px;
  overflow: auto;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e6e7e8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.invest__city-link {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding: 7px 8px 8px;
}

.invest__city-link:hover {
  background-color: #e6e7e8;
}

.invest__h3text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 25px;
}

.invest__next_indent30 {
  margin-bottom: 30px;
}

.invest__next_noindent {
  margin-bottom: 0;
}

.invest-section__short-description {
  padding: 25px 0;
  background-color: #f5f5f5;
  margin-bottom: 50px;
}

.textarea-input_short-description {
  height: 100px;
}

.form-description {
  max-width: 380px;
  margin-top: 10px;
}

.form-description_grey {
  max-width: 580px;
  color: #878786;
}

.form-description__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.form-text-example {
  position: absolute;
  bottom: 0;
  right: -300px;
  width: 280px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #9d9c9c;
}

.form-text-example_bottom {
  position: relative;
  left: 0;
  width: 100%;
  margin-top: 7px;
}

.invest__form_indent {
  margin-bottom: 45px;
}

.form__group_error-bot .invest-stage-project__select {
  background-color: #f9ead6;
}

.form__input_info-from {
  width: 130px;
  float: left;
}

.form__input_info-to {
  width: 130px;
  float: left;
}

.form__input-dash {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin: 5px 3px 0;
  float: left;
}

.invest-sector {
  background-color: #f5f5f6;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding: 20px 20px 5px;
  margin: 12px 0 15px;
}

.invest-sector__list {
  *zoom: 1;
}

.invest-sector__list:before,
.invest-sector__list:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.invest-sector__item {
  width: 20%;
  padding-right: 20px;
  margin-bottom: 15px;
  float: left;
}

.invest-sector__item:nth-of-type(5n + 1) {
  clear: left;
}

.invest-sector__item_last {
  width: inherit !important;
  padding-right: 0;
  float: right;
}

.invest-sector__label {
  position: relative;
  display: block;
  cursor: pointer;
}

.invest-sector__label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #c6c6c5;
  border-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
}

.invest-sector__label.disabled {
  opacity: 0.5;
  cursor: default;
}

.invest-sector__icon-check {
  content: '';
  position: absolute;
  width: 12px;
  height: 8px;
  background: transparent;
  top: 4px;
  left: 4px;
  opacity: 0;
  border: 3px solid #1fa11f;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  box-sizing: border-box;
  z-index: 1;
}

.invest-sector__icon-check_blue {
  border-color: #00b4f0;
}

.invest-sector__text {
  display: block;
  padding-left: 29px;
  line-height: 19px;
}

.invest-sector__check-all {
  color: #0088cc;
}

.invest-sector__check-all:hover {
  border-bottom: 1px dashed #0088cc;
}

.input-checkbox {
  display: none;
}

.input-checkbox:checked + .invest-sector__icon-check {
  opacity: 1;
}

@media screen and (max-width: 1550px) {
  .invest-sector__item {
    width: 25%;
  }

  .invest-sector__item:nth-of-type(5n + 1) {
    clear: none;
  }

  .invest-sector__item:nth-of-type(4n + 1) {
    clear: left;
  }
}

@media screen and (max-width: 1100px) {
  .invest-sector__item {
    width: 33%;
  }

  .invest-sector__item:nth-of-type(4n + 1) {
    clear: none;
  }

  .invest-sector__item:nth-of-type(3n + 1) {
    clear: left;
  }
}

@media screen and (max-width: 788px) {
  .invest-stage-project__label:hover .invest-stage-project__icon {
    opacity: 1;
  }

  .invest-stage-project__label:hover .invest-stage-project__icon_active {
    opacity: 0;
  }

  .form__select_line {
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }

  .form__select_line-indent {
    margin-bottom: 0;
  }

  .form-text-example {
    position: relative;
    left: 0;
    width: 100%;
  }

  .invest-sector__item {
    width: 50%;
  }

  .invest-sector__item:nth-of-type(3n + 1) {
    clear: none;
  }

  .invest-sector__item:nth-of-type(2n + 1) {
    clear: left;
  }
}

@media screen and (max-width: 530px) {
  .invest-stage-project__label {
    width: 65px;
    height: 65px;
  }

  .invest-stage-project__label_idea {
    left: 0;
  }

  .invest-stage-project__label_team {
    left: 78px;
  }

  .invest-stage-project__label_without-profit {
    left: 156px;
  }

  .invest-stage-project__label_with-profit {
    left: 234px;
  }

  .invest-stage-project__label_check.invest-stage-project__label_idea {
    left: 8.5px;
  }

  .invest-stage-project__label_check.invest-stage-project__label_team {
    left: 84.33px;
  }

  .invest-stage-project__label_check.invest-stage-project__label_without-profit {
    left: 159.5px;
  }

  .invest-stage-project__label_check.invest-stage-project__label_with-profit {
    left: 235px;
  }

  .invest-stage-project__check {
    margin-top: 80px;
  }

  .form_bg-none {
    padding: 0;
  }

  .invest-sector__item {
    width: 100%;
  }

  .invest-sector__item:nth-of-type(2n + 1) {
    clear: none;
  }

  .logo-create {
    position: static;
    margin-top: 10px;
  }

  .team-person_add {
    padding-left: 20px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.home_head {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("/img/investHomeFon.jpg");
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
}

.home_head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.home_head-title {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  margin-bottom: 35px;
  font-weight: lighter;
}

.home_head-select {
  width: 210px;
}

.home_head-search .group__item {
  margin-right: 90px;
}

.home_head-search .group__item:last-child {
  margin-right: 0;
}

.home_head-search .btn-big {
  text-align: center;
  width: 210px;
}

.home_head-search .btn-body {
  border-color: transparent;
}

.home_head-search .btn-txt {
  float: none;
  display: inline-block;
  border-bottom: 1px dashed;
}

.home_head-search .btn_act .btn-body {
  border-color: #ffffff;
}

.home_head-search .btn_act .btn-txt {
  border-bottom: none;
}

.home_head-find {
  width: 210px;
  font-size: 0;
  float: right;
  margin-top: 35px;
}

.home_head-find .btn-big {
  width: 100%;
}

.home_head-find .btn-body {
  text-align: center;
}

.home_head-find .btn-txt {
  width: 100%;
}

.home_body-title {
  font-size: 21px;
}

.home_group-search {
  display: table;
  margin: 0 auto 30px;
}

.home_group-find .indent {
  position: absolute;
  left: 0;
  bottom: -20px;
  transform: translate(0, 100%);
}

.home_group-find .indent_location {
  position: relative;
}

@media screen and (max-width: 1550px) {
  .home_group-find .home_head-select {
    width: 31%;
    margin-right: 3.5%;
  }

  .home_group-find .home_head-find {
    width: 31%;
    margin-right: 2%;
    margin-top: 55px;
  }

  .home_group-find .group__item:last-child {
    margin-right: 0%;
  }

  .home_group-find .indent {
    position: static;
    bottom: 0;
    transform: translate(0, 0);
  }

  .home_group-find .indent_location {
    width: 65.5%;
    margin-top: 20px;
    font-size: 0;
  }

  .home_group-find .indent_location .select__data {
    display: inline-block;
    vertical-align: top;
    width: 47.5%;
    margin-right: 5%;
  }

  .home_group-find .indent_location .indent {
    margin-top: 0;
    margin-right: 0;
  }

  .home_group-find .indent_sector {
    margin-right: 0;
  }
}

@media screen and (max-width: 788px) {
  .home_head {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .home_head-title {
    font-size: 26px;
  }

  .home_group-find .home_head-select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .home_group-find .home_head-find {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }

  .home_group-find .group__item:last-child {
    margin-right: 0%;
  }

  .home_group-find .indent_location {
    width: 100%;
    margin-top: 0;
  }

  .home_group-find .indent_location .select__data {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .home_group-find .indent_sector {
    margin-right: 0;
  }

  .home_group-search {
    width: 100%;
  }

  .home_head-search .group__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .home_head-search .group__item:last-child {
    margin-bottom: 0;
  }

  .home_head-search .btn-big {
    text-align: center;
    width: 100%;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.b_new-project .home_head {
  padding-top: 45px;
}

.b_new-project .home_head-title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 5px;
}

.b__stext {
  display: block;
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.b__head__filter__body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.showcase__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.showcase__img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity ease 0.3s;
  z-index: 1;
}

.showcase__img-link {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  border-radius: 5px;
  margin-bottom: 15px;
  overflow: hidden;
}

.showcase__img-link:hover .showcase__img:before {
  opacity: 1;
}

.showcase__img-link:hover .showcase__inner {
  opacity: 1;
}

.showcase__img-link_add:hover .showcase__add {
  border-width: 3px;
}

.showcase__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #fff;
  opacity: 0;
  transition: opacity ease 0.3s;
  z-index: 2;
}

.showcase__title-many {
  display: block;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 5px;
}

.showcase__title-many .showcase__title {
  font-size: 12px;
  padding-left: 5px;
  text-transform: initial;
}

.showcase__price {
  font-weight: bold;
}

.showcase__link {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
  word-wrap: break-word;
}

.showcase__city {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #939597;
  margin-top: 3px;
}

.showcase_add {
  text-align: center;
  color: #1fa11f;
}

.showcase__add {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #1fa11f;
  border-radius: 5px;
  background-color: rgba(31, 161, 31, 0.1);
}

.showcase__add-plus {
  /*for IE 10*/
  display: block;
  /*---*/
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #1fa11f;
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 48px;
  margin-bottom: 5px;
}

.showcase__add-text {
  /*for IE 10*/
  display: block;
  /*---*/
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
}

.issue_project-new .issue__img {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 67.85%;
  border-radius: 5px;
  margin-bottom: 11px;
  overflow: hidden;
}

.issue_project-new .issue__img img {
  width: 100%;
  height: auto;
}

.issue__count {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: block;
  padding: 6px 11px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: #fff;
  z-index: 5;
}

.issue__title-new {
  display: block;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}

.issue__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 30px;
}

.bb-list_average {
  margin-top: -20px;
  margin-bottom: 10px;
  padding-top: 17px;
  border: none;
  *zoom: 1;
}

.bb-list_average:before,
.bb-list_average:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

@media screen and (max-width: 1550px) {
  .showcase__inner_many {
    padding-left: 5px;
    padding-right: 5px;
  }

  .showcase__title-many .showcase__title {
    font-size: 11px;
    padding-left: 0;
  }
}

@media screen and (max-width: 1100px) {
  .b__head__filter__body {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .b__head__filter__body .home_head-select {
    flex-grow: 1;
    margin-right: 20px;
    margin-top: 10px;
  }

  .b__head__filter__body .home_head-select .select__title {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .showcase__inner_many {
    padding-left: 10px;
    padding-right: 10px;
  }

  .showcase__title-many .showcase__title {
    font-size: 12px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 580px) {
  .showcase__inner_many {
    padding-left: 5px;
    padding-right: 5px;
  }

  .showcase__title-many .showcase__title {
    font-size: 11px;
    padding-left: 0;
  }
}

@media screen and (max-width: 530px) {
  .b__head__filter__body .home_head-select {
    margin-right: 0;
  }

  .b__head__filter__body .group__item:last-child {
    text-align: center;
  }

  .b_new-project .home_head-title {
    font-size: 28px;
  }

  .b__stext {
    font-size: 20px;
  }

  .showcase__inner_many {
    padding-left: 10px;
    padding-right: 10px;
  }

  .showcase__title-many .showcase__title {
    font-size: 12px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 400px) {
  .showcase__inner_many {
    padding-left: 5px;
    padding-right: 5px;
  }

  .showcase__title-many .showcase__title {
    font-size: 11px;
    padding-left: 0;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.info_body {
  padding-top: 40px;
}

.info_title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 30px;
}

.info_txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 25px;
}

.info_subtitle {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.info_must {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
  margin-bottom: 20px;
}

.info_recall {
  max-width: 425px;
  *zoom: 1;
  float: none !important;
}

.info_recall:before,
.info_recall:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.info_recall .checkbox {
  float: left;
}

@media screen and (max-width: 530px) {
  .info_recall .checkbox {
    margin-bottom: 5px;
    margin-right: 15px;
  }

  .info_recall .log-in-checkbox-txt {
    float: left;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.investor-page_head {
  position: relative;
  background: url("/img/investor/investor-page/investor-page_bg.jpg") no-repeat 50%;
  background-size: cover;
  padding: 18px 0 95px;
}

.investor-page_head-light {
  padding: 20px 0 0;
}

.investor-page_head:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.investor-page_head-title {
  font-size: 55px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 66px;
  margin-bottom: 60px;
  color: #fff;
  text-transform: uppercase;
}

.b__company {
  margin: 47px 0 48px;
  *zoom: 1;
}

.b__company_light {
  margin: 10px 0 0;
}

.b__company:before,
.b__company:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.b__company-about {
  *zoom: 1;
}

.b__company-about:before,
.b__company-about:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.b__company-logo {
  position: relative;
  width: 112px;
  height: 84px;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  z-index: 0;
  float: left;
}

.b__company-logo_big {
  width: 160px;
  height: 120px;
}

.b__company-logo img {
  width: 100%;
}

.b__company-title {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  color: #fff;
}

.b__company-title_light {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  padding-right: 300px;
  margin-bottom: 15px;
}

.btn-investor__valign {
  margin-top: -40px;
  margin-bottom: 40px;
}

.issue_information .issue__item {
  margin-bottom: 40px;
}

.issue_information .issue__name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.edit-add-full {
  padding: 30px 0;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  margin-bottom: 50px;
}

.edit-add-full .button {
  margin: auto;
}

.edit-add-full .button span {
  color: #1fa11f;
}

.first-persons__item {
  margin-bottom: 20px;
}

.first-persons-slide {
  position: relative;
}

.first-persons-slide .bx-wrapper {
  margin-bottom: 30px;
}

.first-persons-slide .bx-wrapper .bx-viewport {
  border: none;
  left: 0;
  box-shadow: none;
}

.first-persons__slide-item {
  *zoom: 1;
}

.first-persons__slide-item:before,
.first-persons__slide-item:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.first-persons__img {
  width: 280px;
  height: 325px;
  float: left;
}

.first-persons__img img {
  width: 100%;
  height: auto;
}

.first-persons__info {
  display: block;
  padding-left: 300px;
}

.first-persons__name {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 28.8px;
  margin-bottom: 5px;
}

.first-persons__status {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 15px;
}

.first-persons__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding-bottom: 45px;
}

.first-persons__controls {
  position: absolute;
  right: 0;
  bottom: 0;
}

.first-persons__control {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #1ea01e;
  border-radius: 5px;
  float: left;
  cursor: pointer;
}

.first-persons__control:before {
  content: '';
  position: absolute;
  top: 8px;
  width: 11px;
  height: 11px;
  border: 2px solid #1ea01e;
  border-right: none;
  border-bottom: none;
  box-sizing: border-box;
}

.first-persons__control_prev:before {
  left: 11px;
  transform: rotate(-45deg);
}

.first-persons__control_next:before {
  left: 6px;
  transform: rotate(135deg);
}

.first-persons__control:hover {
  border-color: #1ea01e;
  background-color: #1ea01e;
}

.first-persons__control:hover:before {
  border-color: #fff;
}

.first-persons__numeration {
  margin: 0 6px;
  float: left;
}

.first-persons__numeration span {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 30px;
  color: #1ea01e;
}

.first-persons__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 20px;
}

.first-persons__sector-list {
  margin-bottom: 20px;
  *zoom: 1;
}

.first-persons__sector-list:before,
.first-persons__sector-list:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.first-persons__sector-item {
  max-width: 280px;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-right: 20px;
  float: left;
}

.first-persons__sector-item:nth-of-type(2n) {
  margin-right: 0;
}

.first-persons__files-list {
  *zoom: 1;
}

.first-persons__files-list:before,
.first-persons__files-list:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.first-persons__files-item {
  width: 180px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  float: left;
}

.first-persons__files-item:last-of-type {
  margin-right: 0;
}

.first-persons__files-link {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #0088cc;
}

.first-persons__files-link:hover .first-persons__files-text {
  text-decoration: underline;
}

@media screen and (max-width: 1100px) {
  .first-persons-slide .bx-wrapper {
    margin-bottom: 10px;
  }

  .first-persons__img {
    margin-bottom: 20px;
    float: none;
  }

  .first-persons__info {
    padding-left: 0;
  }
}

@media screen and (max-width: 788px) {
  .b__company_light {
    margin-bottom: 20px;
  }

  .b__company-title_light {
    padding: 0;
  }

  .first-persons__control:hover {
    border-color: #1ea01e;
    background-color: transparent;
  }

  .first-persons__control:hover:before {
    border-color: #1ea01e;
  }
}

@media screen and (max-width: 530px) {
  .b__company-logo {
    margin: 0 auto 20px;
    float: none;
  }

  .b__company-title {
    text-align: center;
  }

  .investor-page_head-title {
    font-size: 35px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: normal;
    text-align: center;
  }

  .investor-page_head-light .button.grey {
    margin: 0 auto 20px;
  }

  .investor-page_head .button {
    margin: auto;
  }

  .edit-add-full {
    padding: 0;
    border: none;
  }

  .first-persons__files-list {
    margin-bottom: 20px;
  }

  .first-persons__files-item {
    text-align: left;
    margin-bottom: 5px;
    float: none;
  }

  .first-persons__files-item:last-of-type {
    margin-right: auto;
  }

  .first-persons__files-icon {
    display: none;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.invest__title_line {
  display: inline-block;
}

.invest__step {
  font-size: 17px;
  line-height: 1.2;
  font-weight: bold;
  color: #9d9c9c;
  margin-top: 19px;
  margin-left: 17px;
  float: right;
}

.invest-section__detail {
  margin-top: -15px;
}

.invest-section__more-files {
  margin-top: 45px;
}

.invest-section__more-files .form__txt {
  max-width: 580px;
  margin-bottom: 12px;
}

.invest-section__picture {
  max-width: 780px;
}

.invest-section__picture .new-request__form-files {
  margin-bottom: 0;
}

.invest-section__slogan {
  margin-top: 45px;
}

.invest-section__first-person {
  max-width: 880px;
}

.invest__btn {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.invest__btn .button {
  margin-bottom: 20px;
}

.invest__btn .button:first-child {
  margin-right: 20px;
}

.input-textarea__data {
  display: block;
  max-width: 380px;
}

.input-textarea__data_about {
  max-width: 780px;
}

.input-textarea__data_about .textarea-input {
  min-height: 260px;
  resize: vertical;
}

.form-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 35%;
  margin-bottom: 10px;
  overflow: hidden;
}

.form-image img {
  width: 100%;
  height: auto;
}

.form-image__del {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 6px 8px 6px 12px;
}

.form__input_textarea {
  height: 100px;
}

.form__input_textarea textarea {
  height: 100%;
}

.form-add-first-person {
  position: relative;
  width: 100%;
  padding: 20px 20px 13px;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.form-add-first-person .new-request__form-files {
  margin-bottom: 0;
}

.form-add__left {
  width: 240px;
  float: left;
}

.form-add__right {
  width: calc(100% - 260px);
  float: right;
}

.input-edit__picture {
  position: relative;
  display: block;
  min-width: 240px;
}

.input-edit__picture input {
  display: none;
}

.add-first-person__photo {
  position: relative;
  width: 100%;
  height: 275px;
  margin-bottom: 35px;
}

.add-first-person__photo img {
  width: 100%;
  height: auto;
}

.add-picture-project {
  width: 100%;
  height: 275px;
  border-radius: 5px;
  border: 1px solid #9d9c9c;
  background-color: #ececec;
  text-align: center;
  cursor: pointer;
}

.add-picture-project__text {
  font-size: 120px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 273px;
  color: #9d9d9c;
  vertical-align: middle;
}

.add-picture-project:hover {
  border-color: #1ea01e;
}

.add-picture-project:hover .add-picture-project__text {
  color: #1ea01e;
}

.input-full {
  max-width: 100%;
}

.add-first__person {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.add-first__person-link:hover .add-first__person-text {
  color: #1ea01e;
}

.add-first__person-text {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  color: #9d9d9c;
}

.edit-docs_new .edit-docs__data_info:hover .edit-docs-txt_file,
.edit-docs_new .edit-docs__item_return:hover .edit-docs-txt_file {
  color: #1ea01e;
}

.edit-docs_new .edit-docs__data_delete {
  min-height: 27px;
}

.stage-project__icon {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.stage-project__icon-body {
  width: 35px;
  height: 35px;
  background: #00b4f0;
  border-radius: 5px;
  margin-right: 10px;
}

.logo-generator {
  max-width: 1145px;
  background-color: #ececec;
  border-radius: 5px;
  padding: 30px 5px 5px 33.5px;
  margin-top: 20px;
}

.logo-generator__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  display: block;
  margin-bottom: 10px;
}

.logo-generator__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  display: block;
  margin-right: 30px;
  margin-bottom: 18px;
}

.logo-generator__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 6.5px;
}

.logo-generator__item {
  width: 190px;
  height: 150px;
  flex-shrink: 0;
  margin-right: 30px;
  margin-bottom: 25px;
}

.logo-generator__label {
  position: relative;
  display: block;
}

.logo-generator__label:hover .logo-generator__img {
  padding: 13px;
  border: 2px solid #1fa11f;
  background-color: #dadad9;
}

.logo-generator__label:before {
  content: '';
  position: absolute;
  top: -6.5px;
  left: -6.5px;
  width: 19px;
  height: 19px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  background-color: #fff;
  z-index: 1;
}

.logo-generator__radio {
  display: none;
}

.logo-generator__radio:checked ~ .logo-generator__check {
  opacity: 1;
}

.logo-generator__radio:checked ~ .logo-generator__img {
  padding: 13px;
  border: 2px solid #1fa11f;
  background-color: #dadad9;
}

.logo-generator__img {
  width: 190px;
  height: 150px;
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.logo-generator__img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.logo-generator__check {
  position: absolute;
  width: 14px;
  height: 9px;
  background: 0 0;
  top: -2px;
  left: -3px;
  opacity: 0;
  border: 3px solid #1fa11f;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

.logo-generator__btn {
  margin: 5px 35px 5px 10.5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.logo-generator__btn .button {
  margin: 0 7px 20px;
}

@media screen and (max-width: 1550px) {
  .logo-generator {
    max-width: 925px;
  }
}

@media screen and (max-width: 1100px) {
  .logo-generator {
    max-width: 705px;
  }
}

@media screen and (max-width: 788px) {
  .form-add__right {
    width: 100%;
    padding: 10px 0 10px;
    clear: left;
    float: none;
  }

  .edit-docs_new .edit-docs__item {
    background-color: #f0f2f5;
  }

  .edit-docs_new .edit-docs__data_info {
    width: calc(100% - 95px);
  }

  .edit-docs_new .edit-docs__data_date {
    display: none;
  }

  .edit-docs_new .edit-docs__data_delete {
    width: 95px;
  }

  .edit-docs_new .edit-docs__delete {
    display: block;
  }

  .logo-generator__list {
    justify-content: center;
  }
}

@media screen and (max-width: 530px) {
  .invest__btn .button {
    width: 100%;
  }

  .invest__btn .button:first-child {
    margin-right: 0;
  }

  .form-add__left {
    padding-top: 28px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.issue_group-switch .group__item {
  width: 48%;
  margin-right: 4%;
}

.issue_group-switch .group__item:last-child {
  margin-right: 0;
}

.issue_group-switch .btn-giant {
  width: 100%;
  text-align: center;
}

.issue_group-switch .btn-body {
  background-color: transparent;
  border-color: transparent;
}

.issue_group-switch .btn-body:hover {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.1);
}

.issue_group-switch .btn-body:active {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.1);
}

.issue_group-switch .btn-txt {
  float: none;
  display: inline-block;
  border-bottom: 2px dashed;
}

.issue_group-switch .btn_green .btn-txt {
  color: #1ea01e;
}

.issue_group-switch .btn_green:hover .btn-txt {
  color: #1ea01e;
}

.issue_group-switch .btn_green:active .btn-txt {
  color: #1ea01e;
}

.issue_group-switch .btn_green.btn_act .btn-body {
  border-color: #1ea01e;
}

.issue_group-switch .btn_green.btn_act:hover .btn-body {
  background-color: #198219;
}

.issue_group-switch .btn_green.btn_act:hover .btn-txt {
  color: #ffffff;
}

.issue_group-switch .btn_green.btn_act:active .btn-body {
  background-color: #198219;
}

.issue_group-switch .btn_green.btn_act:active .btn-txt {
  color: #ffffff;
}

.issue_group-switch .btn_blue {
  padding-top: 0;
}

.issue_group-switch .btn_blue:hover .btn-txt {
  color: #00b4f0;
}

.issue_group-switch .btn_blue:active .btn-txt {
  color: #00b4f0;
}

.issue_group-switch .btn_blue.btn_act .btn-body {
  border-color: #00b4f0;
}

.issue_group-switch .btn_blue.btn_act:hover .btn-body {
  background-color: #0088cc;
}

.issue_group-switch .btn_blue.btn_act:hover .btn-txt {
  color: #ffffff;
}

.issue_group-switch .btn_blue.btn_act:active .btn-body {
  background-color: #0088cc;
}

.issue_group-switch .btn_blue.btn_act:active .btn-txt {
  color: #ffffff;
}

.issue_group-switch .btn_act .btn-body {
  border-color: #0088cc;
}

.issue_group-switch .btn_act .btn-txt {
  border-bottom: none;
}

.issue_group-invest .group__item {
  width: 18%;
  margin-right: 2%;
}

.issue_group-invest .indent_location {
  width: 40%;
}

.issue_group-invest .indent_location .select__data {
  width: 47.37%;
  float: left;
  margin-right: 5.26%;
}

.issue_group-invest .indent_location .select__data:last-child {
  margin-right: 0;
}

.issue_group-invest .indent_last {
  margin-right: 0;
  margin-top: 35px;
}

.issue_group-invest .indent_drop {
  margin-top: 1px;
}

.issue_group-invest .indent_drop .drop__body {
  margin-bottom: 12px;
}

.issue_group-invest.three .indent_last {
  float: right;
}

.issue_group-set .group__obj {
  position: relative;
  display: table;
}

.issue_group-set .group__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

.issue_group-set .group__item {
  width: 25%;
  margin-right: 0;
  padding-right: 20px;
}

.issue_checkbox .checkbox-input + .checkbox-icon {
  margin-top: 0;
  padding-left: 0;
}

.issue_checkbox .checkbox-input + .checkbox-icon:before {
  top: 0;
}

.issue_checkbox .checkbox-icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.issue_checkbox .checkbox-block {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  background: #00b4f0;
  border-radius: 5px;
  margin-left: 15px;
  margin-right: 15px;
}

.issue_checkbox .checkbox-txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
  padding-left: 0;
}

.issue_checkbox.green .checkbox-block {
  background: #0088cc;
}

@media screen and (max-width: 1550px) {
  .issue_checkbox .checkbox-txt {
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
  }
}

@media screen and (max-width: 1100px) {
  .issue_group-invest .group__item {
    width: 32%;
    margin-right: 2%;
  }

  .issue_group-invest .indent_location {
    width: 66%;
    margin-top: 20px;
  }

  .issue_group-invest .indent_location .select__data {
    width: 48.5%;
    float: left;
    margin-right: 3%;
  }

  .issue_group-invest .indent_location .select__data:last-child {
    margin-right: 0;
  }

  .issue_group-invest .indent_last {
    margin-top: 48px;
    margin-right: 0;
  }

  .issue_group-invest .indent_drop {
    margin-top: 20px;
  }

  .issue_group-invest .indent_drop .drop__body {
    margin-bottom: 12px;
  }

  .issue_group-invest.three .indent_last {
    margin-top: 28px;
  }

  .issue_group-set .group__item {
    width: 50%;
    padding-right: 10px;
  }

  .issue_group-set .indent {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 788px) {
  .issue_group-switch .group__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .issue_group-switch .group__item:last-child {
    margin-bottom: 0;
  }

  .issue_group-invest .group__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .issue_group-invest .indent_location {
    width: 100%;
    margin-top: 0;
  }

  .issue_group-invest .indent_location .select__data {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .issue_group-invest .indent_location .select__data:last-child {
    margin-bottom: 0;
  }

  .issue_group-invest .indent_last {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  .issue_group-invest .indent_drop {
    margin-top: 0;
  }

  .issue_group-invest .indent_drop .drop__body {
    margin-bottom: 12px;
  }

  .issue_group-invest.three .indent_last {
    margin-top: 0;
  }

  .issue_group-set .checkbox-txt {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }

  .issue_group-set .group__item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .issue_group-set .group__item:last-child {
    margin-bottom: 0;
  }

  .issue_checkbox .checkbox-txt br {
    display: none;
  }
}

@media screen and (max-width: 530px) {
  .issue_group-set .checkbox-txt {
    font-size: 14px;
  }

  .issue_group-set .checkbox-block {
    margin-left: 7px;
    margin-right: 7px;
  }

  .issue_checkbox {
    width: 100%;
  }

  .issue_checkbox .checkbox-txt {
    width: calc(100% - 75px);
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

/* Страница Инвестпроекта */

.invest_page-hidden {
  position: relative;
  overflow: hidden;
  height: 350px;
}

.invest-page__head {
  position: relative;
  background-position: 50%;
  background-size: cover;
  padding: 8px 0 20px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.invest-page__head:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.invest-page__head .breadcrumbs_new-white {
  margin-bottom: 21px;
}

.invest-page__edit {
  position: relative;
  min-height: 480px;
}

.invest-page__edit-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.invest-page__edit-btn_empty {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

.invest-page__edit-btn .btn-default:nth-of-type(1) {
  margin-right: 20px;
}

.invest-page__edit .edit-new__switch {
  position: static;
}

.invest-page__project {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
}

.invest-page__project .edit-new-head__btn {
  margin-bottom: -45px;
}

.invest-page__about {
  margin-bottom: 10px;
  padding-right: 300px;
}

.invest-page__img {
  position: relative;
  width: 160px;
  height: 120px;
  border-radius: 5px;
  margin-bottom: 14px;
  overflow: hidden;
  z-index: 0;
  background-color: #ffffff;
}

.invest-page__img_load {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 0;
}

.invest-page__img-link {
  cursor: pointer;
}

.invest-page__img-link input {
  display: none;
}

.invest-page__img-link:hover .invest-page__img-edit {
  transform: translateX(0);
}

.invest-page__img-edit {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  width: 100%;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  transform: translateX(81%);
  transition: transform 0.5s ease;
}

.invest-page__img-edit_small {
  transform: translateX(72%);
}

.invest-page__img-edit .icon-20_white_edit_invest {
  display: block;
  margin: 6px 5px 6px 6px;
  float: left;
}

.invest-page__img-text {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 2;
  color: #fff;
  float: left;
}

.invest-page__img img {
  width: 100%;
  border-radius: 5px;
}

.invest-page__h1text {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  padding-bottom: 4px;
}

.invest-page__info {
  margin: 50px 0 5px;
}

.invest-page__stext {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.invest-page__agent {
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 5px;
}

.invest-page__agent_active {
  z-index: 1001;
}

.invest-page__agent_invest {
  top: 30px;
  background-color: #f5f5f5;
}

.invest-page__agent .button {
  letter-spacing: 0;
  margin-top: 20px;
}

.invest-page__agent .button i {
  transform: rotateY(180deg);
}

.invest-page__agent-about {
  display: flex;
  align-items: center;
  text-align: left;
}

.invest-page__agent-about_reverse {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.invest-page__agent .new-request__form .button {
  margin-top: 0;
}

.invest-page__agent-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
  overflow: hidden;
}

.invest-page__agent-img_right {
  width: 40px;
  height: 40px;
  align-self: flex-start;
  margin-right: 0;
  margin-left: 10px;
}

.invest-page__agent-img img {
  width: 100%;
}

.invest-page__agent-name {
  color: #000;
  letter-spacing: 0;
}

.invest-page__agent-name_invest {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.invest-page__agent-post {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #6f6f6e;
}

.invest-page__agent-dote {
  position: relative;
  top: -2px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 20px;
  vertical-align: middle;
}

.invest-page__hide-block {
  position: relative;
  margin-top: 4px;
  z-index: 0;
}

.invest-page__project-team {
  margin: 20px 0 40px;
}

.invest-page__team-list {
  margin-bottom: 30px;
}

.invest-page__team-list_0 {
  margin: 0;
}

.invest-page__team-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.invest-page__team-item:last-child {
  margin-bottom: 0;
}

.invest-page__team-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #dadad9;
  overflow: hidden;
  margin-right: 10px;
  flex-shrink: 0;
}

.invest-page__team-img img {
  width: 100%;
}

.invest-page__team-description {
  display: flex;
  flex-direction: column;
}

.invest-page__team-name {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #575756;
}

.invest-page__team-post {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #9d9c9c;
  margin-top: 3px;
}

.invest-page__project-about {
  padding-top: 22px;
}

.invest-page__about-h2text {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  margin-bottom: 43px;
}

.invest-page__about-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.5;
  margin-bottom: 15px;
}

.bus-idea-catalog__obj_investor {
  height: 390px;
}

.blackout_bot-white-investor {
  box-shadow: 0 0 130px 100px #fff;
}

.bus__block_investor {
  border-bottom: 1px solid;
  border-color: #dadada;
}

.bus__title_investor {
  font-weight: bold;
  letter-spacing: 0.6px;
  margin-bottom: 13px;
}

.home-body__all-txt_turn {
  display: none;
}

.bus-idea-catalog__body_active-investor .bus-idea-catalog__obj {
  height: auto;
}

.bus-idea-catalog__body_active-investor .bus-idea-catalog__all_investor {
  display: block;
}

.bus-idea-catalog__body_active-investor .home-body__all-txt_expand {
  display: none;
}

.bus-idea-catalog__body_active-investor .home-body__all-txt_turn {
  display: block;
}

.bus-idea-catalog__body_active-investor .blackout_bot-white-investor {
  display: none;
}

.invest-page__inner {
  position: relative;
}

.invest-page__inner .optional-button {
  top: 0;
  right: 308px;
}

.page__inner {
  display: flex;
  flex-wrap: wrap;
}

.page__inner-sidebar .side,
.page__inner-sidebar .side__body {
  height: 100%;
}

.page__inner-sidebar-banner {
  position: sticky;
  top: 140px;
}

.block-info {
  padding: 8px;
  text-align: center;
  border-radius: 16px;
  border: 2px solid #ECEEF2;
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.52);
}

.block-info p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.invest-page__agent-box {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
}

.invest-page__complain {
  text-align: center;
  display: inline-block;
  margin-top: 8px;
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}

.invest-page__complain:first-child {
  margin-top: 16px;
}

.invest-page__complain a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 788px) {
  .invest-page__project {
    text-align: center;
  }

  .invest-page__about {
    padding-right: 0;
  }

  .invest-page__img {
    margin: 0 auto 14px;
  }

  .invest-page__info {
    margin: 30px 0 30px;
  }

  .invest-page__agent {
    position: relative;
    margin: 0 auto;
  }

  .invest-page__edit {
    padding-left: 0;
    padding-right: 0;
  }

  .stage-project__icon {
    justify-content: center;
  }

  .stage-project__icon_left {
    justify-content: flex-start;
  }

  .invest-page__project .edit-new-head__btn {
    margin: 30px auto;
  }

  .invest-page__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .invest-page__inner .optional-button {
    position: relative;
    top: auto;
    right: auto;
  }
}

@media screen and (max-width: 530px) {
  .invest-page__edit-btn {
    flex-direction: column;
    align-items: center;
  }

  .invest-page__edit-btn .btn-default:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

/*Главная страница Франшизы*/

.new-boss {
  /*не удалять*/
  /*zzz*/
}

.new-boss #wrap .b-issue__content-obj-invest {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: #000000;
  padding-bottom: 11px;
}

/*не удалять*/

/*zzz*/

/*complain button положение*/

/*pop-up complain (Пожаловаться на объявление)*/

.pop-up-complain {
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
  background-color: #fff;
  padding: 25px 30px 30px 30px;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
}

.pop-up-complain__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  font-weight: bold;
  margin-bottom: 15px;
}

.pop-up-complain__text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
}

.pop-up-complain .complain-reasons__label {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  display: block;
  padding: 0 0 0 26px;
  position: relative;
  margin: 0 0 10px 0;
  cursor: pointer;
}

.pop-up-complain .complain-reasons__label::before {
  content: "";
  display: block;
  background-image: url(../img/complain-pop-up/spritesheet.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  background-position: -30px -5px;
  position: absolute;
  top: 2px;
  left: 0;
}

.pop-up-complain .complain-reasons__label:last-child {
  margin-bottom: 0;
}

.pop-up-complain .complain-reasons__input-r {
  display: none;
}

.pop-up-complain__btn {
  width: 100%;
  margin-top: 25px;
}

.pop-up-complain__btn_ok {
  margin-top: 15px;
}

.pop-up-complain .btn-body {
  width: auto;
}

.pop-up-complain .btn-body .btn-txt {
  width: 100%;
  text-align: center;
}

.pop-up-complain__txt-date {
  width: 100%;
}

.pop-up-complain .complain-txt-date {
  margin-top: 30px;
}

.pop-up-complain .complain-txt-date__input {
  font-family: PT Sans, Arial;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 15px 0;
  border: 1px solid;
  border-color: #d2d2d2;
  border-radius: 5px;
  padding: 8px 10px;
}

.pop-up-complain .complain-txt-date__input_textarea {
  resize: none;
}

.pop-up-complain .complain-txt-date__input:last-child {
  margin-bottom: 0;
}

.pop-up-complain .complain-txt-date__input:focus {
  border-color: rgba(0, 0, 0, 0.5);
  outline: none;
}

.pop-up-complain__close-btn {
  display: none;
  width: 15px;
  height: 16px;
  background-image: url(../img/complain-pop-up/spritesheet.png);
  background-position: -5px -5px;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

/*Смена изображения для лэйбла радио-баттона (я не смог записать это с помощью less)*/

.complain-reasons__input-r:checked + .complain-reasons__label::before {
  background-position: -5px -33px;
}

@media (max-width: 600px) {
  .complain-button {
    padding-left: 0 !important;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.article.article_kn-photo .article__body {
  padding: 30px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  overflow: hidden;
}

.article.article_kn-photo .article__item {
  float: none;
  margin-bottom: 10px;
}

.article.article_kn-photo .article__item_more {
  display: none;
}

.article.article_kn-photo .article__item:last-child {
  margin-bottom: 0;
}

.article.article_kn-photo .adress {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
  max-height: 38px;
  min-height: 38px;
  overflow: hidden;
}

.article.article_kn-photo .slider__slide-list {
  width: 100%;
  height: auto;
}

.article.article_kn-photo .slider__slide-list img {
  width: 100%;
  height: auto;
}

.article.article_kn-photo .desc__title {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  font-weight: bold;
}

.article.article_kn-photo .desc__txt {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.article.article_kn-photo:hover .article__item_more {
  display: block;
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.b__title_constructor {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 30px;
}

.b__title_constructor-sub {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: -5px;
}

.large-size {
  position: relative;
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 30px 30px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.large-size__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 15px;
}

.large-size__photo {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  border-radius: 50%;
  overflow: hidden;
}

.large-size__photo img {
  width: 100%;
  height: auto;
}

.large-size__name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
}

.large-size__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 25px;
}

.large-size__btn {
  width: 180px;
}

.large-size .mfp-close {
  display: none;
}

.constructor__item {
  margin-bottom: 15px;
}

.constructor__item:last-of-type {
  margin-bottom: 0;
}

.constructor__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 15px;
}

.constructor__check-body {
  display: flex;
}

.constructor__check-size {
  max-width: 780px;
  width: 100%;
  background-color: #e3e3e3;
  border-radius: 5px;
  padding: 35px 5px 25px 25px;
  margin-right: 20px;
  margin-bottom: 30px;
  flex-shrink: 1;
}

.constructor__check-list {
  display: flex;
  flex-wrap: wrap;
}

.constructor__check-item {
  margin-right: 20px;
  margin-bottom: 25px;
  background-color: #f2f2f2;
  border-radius: 5px;
}

.constructor__check-label {
  display: block;
  cursor: pointer;
}

.constructor__check-label:hover .constructor__body-check {
  border-color: #1fa11f;
}

.constructor__check-label:hover .constructor__shape {
  border: 1px solid #1fa11f;
  background-color: transparent;
}

.constructor__check-label:hover .constructor__text {
  color: #1fa11f;
}

.constructor__radio {
  display: none;
}

.constructor__radio:checked ~ .constructor__body-check {
  border-color: #1fa11f;
}

.constructor__radio:checked ~ .constructor__body-check .constructor__shape {
  border: 1px solid #1fa11f;
  background-color: transparent;
}

.constructor__radio:checked ~ .constructor__body-check .constructor__text {
  color: #1fa11f;
}

.constructor__radio:checked ~ .constructor__body-check .constructor__checked {
  opacity: 1;
}

.constructor__body-check {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #929291;
  border-radius: 5px;
  padding: 8px 17px;
}

.constructor__shape {
  display: block;
  height: 20px;
  background-color: #c6c6c5;
  border-radius: 5px;
  margin-right: 10px;
}

.constructor__shape_type1 {
  width: 20px;
}

.constructor__shape_type2 {
  width: 40px;
}

.constructor__shape_type1dot25 {
  width: 25px;
}

.constructor__shape_type1dot5 {
  width: 30px;
}

.constructor__shape_type1dot65 {
  width: 33px;
}

.constructor__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.constructor__checked {
  position: absolute;
  top: -9px;
  right: -8px;
  display: block;
  width: 18px;
  height: 18px;
  background-color: #1fa11f;
  border-radius: 50%;
  opacity: 0;
}

.constructor__checked:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.constructor__gift {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 80px;
  height: 15px;
  margin-left: -40px;
  background-color: #fa961e;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 15px;
  text-transform: uppercase;
  color: #fff;
}

.constructor__gift-body {
  max-width: 380px;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  border: 1px solid #fa961e;
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 30px;
}

.constructor__gift-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.constructor__gift-bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.constructor__gift-icon {
  margin-bottom: 8px;
}

.constructor__gift-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  display: block;
  text-transform: uppercase;
  margin-bottom: 7px;
  color: #fa961e;
}

.constructor__gift-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
}

.constructor__gift-link {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.constructor__disegn-message {
  font-size: 40px;
  line-height: 1.2;
  font-weight: normal;
  background-color: #c6c6c5;
  color: #6f6f6e;
  border-radius: 5px;
  text-align: center;
  padding: 80px 30px;
  margin-bottom: 30px;
}

.constructor__design {
  position: relative;
  background-color: #c6c6c5;
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 30px;
}

.constructor__btn-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 0;
}

.constructor__btn-top .button {
  display: inline-table;
  padding-left: 15px;
  padding-right: 15px;
}

.constructor__btn-body {
  display: flex;
  flex-wrap: nowrap;
  margin-left: 25px;
  margin-bottom: 25px;
}

.constructor__btn-text {
  display: block;
  width: 100%;
  margin-top: 2px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
}

.constructor__b-img {
  display: table;
  margin: -5px auto 75px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

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

.constructor__btn-bottom {
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.constructor__get-gift {
  display: flex;
}

.constructor__get-step {
  max-width: 780px;
  width: 100%;
  border: 1px solid #fa961e;
  border-radius: 5px;
  padding: 20px 5px 5px 25px;
  margin-right: 20px;
  margin-bottom: 30px;
}

.constructor__get-title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 25px;
}

.constructor__get-list {
  display: flex;
}

.constructor__get-item {
  display: flex;
  max-width: 33%;
  padding-right: 20px;
  margin-bottom: 15px;
}

.constructor__get-num {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #fa961e;
  border-radius: 50%;
  color: #fa961e;
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 38px;
  text-align: center;
  margin-right: 10px;
  flex-shrink: 0;
}

.constructor__get-text {
  display: block;
  width: calc(100% - 50px);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
}

.constructor__get-manager {
  max-width: 380px;
  width: 100%;
  margin-bottom: 10px;
}

.constructor__map {
  margin-bottom: 50px;
}

/*Новый дизайн-конструктор*/

.constructor-design {
  display: flex;
  justify-content: space-between;
  padding: 0;
  overflow: hidden;
}

.constructor-design__main {
  /*flex-basis: 100%;*/
  flex-basis: 76.2%;
  /*баг-фикс в ie10*/
  padding: 90px 0 90px 0;
}

.constructor-design .main__img {
  margin: 0 10% 0 10%;
  display: block;
}

.constructor-design__sidebar {
  flex: none;
  background-color: #9d9c9c;
  width: 280px;
}

.constructor-design__sidebar .options__btn-download {
  margin: 20px;
}

.constructor-design__sidebar .options__header {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  padding: 20px;
}

.constructor-design__sidebar .options__deal {
  border-bottom: 1px solid #7c7c7b;
  margin: 0;
  padding: 5px 20px 5px 20px;
}

.constructor-design__sidebar .options .deal__input-radio {
  display: none;
}

.constructor-design__sidebar .options .deal__input-label {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  display: block;
  color: #fff;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 15px 0;
  cursor: pointer;
}

.constructor-design__sidebar .options .deal__input-label::before {
  content: '';
  display: block;
  background-image: url(/img/design-constructor/new-design-constructor-icons.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-position: -5px -5px;
  position: absolute;
  top: 1px;
  left: 0;
}

.constructor-design__sidebar .options__price-display {
  border: none;
  margin: 0;
  padding: 5px 20px 5px 20px;
}

.constructor-design__sidebar .options .price-display__input-radio {
  display: none;
}

.constructor-design__sidebar .options .price-display__input-label {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  display: block;
  color: #fff;
  position: relative;
  padding: 0 0 0 30px;
  margin: 15px 0 15px 0;
  cursor: pointer;
}

.constructor-design__sidebar .options .price-display__input-label::before {
  content: '';
  display: block;
  background-image: url(/img/design-constructor/new-design-constructor-icons.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-position: -5px -5px;
  position: absolute;
  top: 1px;
  left: 0;
}

.constructor-design__sidebar .options__variant {
  border-top: 1px solid #7c7c7b;
  border-bottom: 1px solid #7c7c7b;
  padding: 0 0 20px 0;
  display: flex;
  flex-wrap: wrap;
}

.constructor-design__sidebar .options .variant__input-radio {
  display: none;
}

.constructor-design__sidebar .options .variant__input-label {
  display: block;
  width: 50%;
  text-align: center;
  /*left*/
  padding-left: 0;
  /*19px*/
  background-color: #878787;
  border-top: 1px solid #878787;
  border-left: 1px solid #7c7c7b;
  border-right: 1px solid #7c7c7b;
  border-bottom: 1px solid #7c7c7b;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #c6c6c5;
  line-height: 2;
}

.constructor-design__sidebar .options .variant__ready-made {
  display: none;
  padding: 0 15px;
  margin: 20px 0 0 0;
  width: 100%;
}

.constructor-design__sidebar .options .variant .ready-made__list {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.constructor-design__sidebar .options .variant .ready-made-list__input-radio {
  display: none;
}

.constructor-design__sidebar .options .variant .ready-made-list__input-label {
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  background-image: url(/img/design-constructor/new-design-constructor-icons.png);
  background-repeat: no-repeat;
  margin: 3px 7px 10px 3px;
  border-radius: 10px;
}

.constructor-design__sidebar .options .variant .ready-made-list__input-label:hover {
  box-sizing: content-box;
  outline: none;
  border: 3px solid #706f6e;
  box-shadow: 0px 0px 0px 1px #1fa11f;
  margin: 0 4px 7px 0px;
  cursor: pointer;
  /**/
}

.constructor-design__sidebar .options .variant .ready-made-list__input-label:nth-child(2) {
  background-position: -65px -5px;
}

.constructor-design__sidebar .options .variant .ready-made-list__input-label:nth-child(4) {
  background-position: -55px -55px;
}

.constructor-design__sidebar .options .variant .ready-made-list__input-label:nth-child(6) {
  background-position: -105px -55px;
}

.constructor-design__sidebar .options .variant .ready-made-list__input-label:nth-child(8) {
  background-position: -5px -105px;
}

.constructor-design__sidebar .options .variant .ready-made-list__input-label:nth-child(10) {
  background-position: -55px -105px;
}

.constructor-design__sidebar .options .variant .ready-made-list__input-label:nth-child(12) {
  background-position: -105px -105px;
}

.constructor-design__sidebar .options .variant .ready-made-list__input-label:nth-child(14) {
  background-position: -165px -5px;
}

.constructor-design__sidebar .options .variant .ready-made-list__input-label:nth-child(16) {
  background-position: -155px -55px;
}

.constructor-design__sidebar .options .variant .ready-made-list__input-label:nth-child(18) {
  background-position: -155px -105px;
}

.constructor-design__sidebar .options .variant .ready-made-list__input-label:nth-child(20) {
  background-position: -115px -5px;
}

.constructor-design__sidebar .options .variant .ready-made-list__input-label:nth-child(22) {
  background-position: -5px -55px;
}

.constructor-design__sidebar .options .variant__manually {
  display: none;
  margin-top: 20px;
  padding: 0 20px;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
  width: 70%;
}

.constructor-design__sidebar .options .variant .manually__btn-random {
  width: 100%;
}

.constructor-design__sidebar .options .variant .manually__palette {
  width: 100px;
  height: auto;
  background-color: #e3e3e3;
  border-radius: 5px;
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px;
  position: absolute;
  right: -60px;
  top: 0;
}

.constructor-design__sidebar .options .variant .manually__palette_color-txt {
  display: flex;
  top: 0;
}

.constructor-design__sidebar .options .variant .manually__palette_color-bg {
  display: flex;
  top: 45px;
}

.constructor-design__sidebar .options .variant .manually .palette__color {
  width: 18px;
  height: 18px;
}

.constructor-design__sidebar .options .variant .manually .palette__fifty-shades-of-grey {
  margin-top: 5px;
  display: flex;
}

.constructor-design__sidebar .options .variant .manually__color-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85%;
  margin: 0 0 15px 0;
}

.constructor-design__sidebar .options .variant .manually .color-block__title {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
}

.constructor-design__sidebar .options .variant .manually .color-block__select {
  width: 40px;
  height: 30px;
  background-color: #e3e3e3;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.constructor-design__sidebar .options .variant .manually .color-block .select__color {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.constructor-design__sidebar .options .variant .manually .color-block .select__color_txt {
  background-color: #000;
}

.constructor-design__sidebar .options .variant .manually .color-block .select__color_bg {
  background-color: #fff;
}

.constructor-design__sidebar .options .variant .manually .color-block .select__btn {
  width: 8px;
  height: 18px;
  background-image: url(/img/design-constructor/new-design-constructor-icons.png);
  background-position: -10px -30px;
  margin-left: 5px;
  cursor: pointer;
}

/*переключение radio-button*/

.price-display__input-radio:checked + .price-display__input-label::before {
  content: '';
  display: block;
  background-image: url(/img/design-constructor/new-design-constructor-icons.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-position: -35px -5px;
}

.deal__input-radio:checked + .deal__input-label::before {
  content: '';
  display: block;
  background-image: url(/img/design-constructor/new-design-constructor-icons.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-position: -35px -5px;
}

.variant__input-radio:checked + .variant__input-label {
  background-color: #9d9c9c;
  border: 1px solid #9d9c9c;
  color: #fff;
  cursor: default;
}

#variant_ready-made:checked ~ .variant__ready-made {
  display: block;
}

#variant_manually:checked ~ .variant__manually {
  display: flex;
}

.ready-made-list__input-radio:checked + .ready-made-list__input-label {
  box-sizing: content-box;
  outline: none;
  border: 3px solid #706f6e;
  box-shadow: 0px 0px 0px 1px #1fa11f;
  margin: 0 4px 7px 0px !important;
  cursor: default;
}

/*id цветов*/

#pal-black {
  background-color: #000;
}

#pal-white {
  background-color: #fff;
}

#pal-red {
  background-color: #e53212;
}

#pal-darkorange {
  background-color: #ea5b1a;
}

#pal-lightorange {
  background-color: #fb961e;
}

#pal-yellow {
  background-color: #fecd01;
}

#pal-blue {
  background-color: #0081c2;
}

#pal-darkblue {
  background-color: #004388;
}

#pal-violet {
  background-color: #6e5097;
}

#pal-green {
  background-color: #1fa11f;
}

#pal-darkgreen {
  background-color: #22792b;
}

#pal-lightgreen {
  background-color: #95c11e;
}

#pal-lightbrown {
  background-color: #705745;
}

#pal-brown {
  background-color: #5b4736;
}

#pal-darkbrown {
  background-color: #463221;
}

#pal-2darkgrey {
  background-color: #4a4949;
}

#pal-darkgrey {
  background-color: #6f6f6e;
}

#pal-grey {
  background-color: #929291;
}

#pal-lightgrey {
  background-color: #b2b2b1;
}

#pal-2lightgrey {
  background-color: #d0d0cf;
}

/***********/

@media screen and (max-width: 1550px) {
  .constructor__gift-body {
    max-width: 280px;
  }

  .constructor__get-step {
    max-width: 680px;
  }

  .constructor__get-manager {
    max-width: 280px;
  }

  .constructor-design__main {
    flex-basis: 71.4%;
    /*баг-фикс в ie10*/
  }
}

@media screen and (max-width: 1100px) {
  /*Новый дизайн-конструктор*/

  .constructor-design__main {
    padding: 110px 0 110px 0;
    flex-basis: 62.6%;
    /*баг-фикс в ie10*/
  }

  /********/

  .constructor__check-body {
    flex-direction: column;
  }

  .constructor__check-size {
    margin-right: 0;
  }

  .constructor__gift-body {
    max-width: 100%;
    flex-direction: row;
    align-items: flex-start;
  }

  .constructor__gift-top {
    margin-right: 30px;
  }

  .constructor__gift-bottom {
    width: calc(100% - 100px);
  }

  .constructor__gift-title {
    margin-bottom: 0;
  }

  .constructor__disegn-message {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .constructor__get-gift {
    flex-direction: column;
  }

  .constructor__get-step {
    max-width: 100%;
    margin-right: 0;
  }

  .constructor__get-title {
    margin-bottom: 15px;
  }

  .constructor__get-manager {
    max-width: 100%;
  }
}

@media screen and (max-width: 788px) {
  /*Новый дизайн-конструктор*/

  .constructor-design {
    flex-wrap: wrap;
  }

  .constructor-design .options__btn-download {
    margin: 20px 10px;
  }

  .constructor-design .options .variant__ready-made {
    padding: 0 10px;
  }

  .constructor-design .options .variant__manually {
    justify-content: flex-start;
    width: 185px;
    margin: 20px 0 0 0;
    padding: 0 10px;
  }

  .constructor-design .options .variant .manually .palette__color {
    width: 27px;
    height: 27px;
  }

  .constructor-design .options .variant .manually__palette {
    width: 145px;
  }

  .constructor-design .options .variant .manually__palette_color-txt {
    left: 146px;
  }

  .constructor-design .options .variant .manually__palette_color-bg {
    left: 146px;
    top: 45px;
  }

  .constructor-design .options .variant .manually__btn-random {
    width: 100%;
  }

  .constructor-design .options .variant .manually__color-block {
    justify-content: space-between;
    margin: 0 0 15px 0;
    width: 80%;
  }

  .constructor-design .options .variant__input-label {
    text-align: center;
    padding: 0;
  }

  .constructor-design .options .variant .ready-made__list {
    justify-content: flex-start;
  }

  .constructor-design .options__deal {
    flex-wrap: wrap;
    padding: 5px 10px 5px 10px;
  }

  .constructor-design .options__price-display {
    flex-wrap: wrap;
    padding: 5px 10px 5px 10px;
  }

  .constructor-design .options .deal__input-label {
    margin: 0px 0 15px 0;
    width: 100%;
  }

  .constructor-design .options .price-display__input-label {
    margin: 15px 0 15px 0;
    width: 100%;
  }

  .constructor-design .options__header {
    text-align: left;
    padding: 20px 10px 15px 10px;
  }

  .constructor-design__main {
    width: 100%;
    padding: 30px 25px 30px 25px;
    flex-basis: auto;
  }

  .constructor-design .main__img {
    margin: 0 auto;
  }

  .constructor-design__sidebar {
    flex: none;
    background-color: #9d9c9c;
    width: 100%;
  }

  .constructor__get-list {
    flex-direction: column;
  }

  .constructor__get-item {
    max-width: 100%;
    align-items: center;
  }
}

@media screen and (max-width: 530px) {
  .constructor__check-size {
    padding-right: 0;
    padding-left: 10px;
  }

  .constructor__check-item {
    margin-right: 10px;
  }

  .constructor__btn-top {
    flex-direction: column;
    align-items: center;
  }

  .constructor__btn-body {
    margin-left: 0;
  }

  .constructor__btn-text {
    width: auto;
  }

  .constructor__btn-bottom {
    position: static;
  }

  .constructor__btn-bottom .button {
    width: 100%;
  }

  .constructor__b-img {
    margin-bottom: 30px;
  }

  .constructor__disegn-message {
    font-size: 30px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.new-bid__link {
  display: flex;
  justify-content: space-between;
}

.new-bid__link:hover .new-bid__title {
  text-decoration: underline;
}

.new-bid__icon {
  flex-shrink: 0;
  margin-right: 10px;
  /*Временно вместо иконок*/
  width: 22px;
  /*Конец*/
}

.new-bid__icon-1 {
  display: block;
  background: url(/img/main/zayavki-icons.png) 0 0 no-repeat;
  width: 22px;
  height: 21px;
}

.new-bid__icon-2 {
  display: block;
  background: url(/img/main/zayavki-icons.png) 0 -22px no-repeat;
  width: 22px;
  height: 18px;
}

.new-bid__icon-3 {
  display: block;
  background: url(/img/main/zayavki-icons.png) 0 -41px no-repeat;
  width: 22px;
  height: 22px;
}

.new-bid__center {
  flex-basis: 100%;
  margin-top: -6px;
}

.new-bid__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  display: block;
  margin-top: 3px;
  margin-bottom: 5px;
  word-break: break-word;
}

.new-bid__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  display: block;
}

.new-bid__text_price {
  margin-bottom: 3px;
}

.new-bid__text_grey {
  color: #696969;
}

.new-bid__right {
  width: 200px;
  flex-shrink: 0;
  text-align: right;
  margin-top: -6px;
}

.pie__mobile {
  display: none;
  font-size: 0;
  margin-top: 30px;
}

.pie-mobile__item {
  padding: 15px;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  margin-bottom: 20px;
}

.pie-mobile__link {
  display: flex;
  justify-content: space-between;
}

.pie-mobile__icon {
  flex-shrink: 0;
  margin-right: 15px;
}

.pie-mobile__center {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.pie-mobile__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  width: 100%;
  margin-bottom: 5px;
}

.pie-mobile__object {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  padding: 2px 5px;
  color: white;
  background-color: #fa961e;
  border-radius: 5px;
}

.pie-mobile__arrow {
  display: flex;
  align-self: center;
  flex-shrink: 0;
  margin-left: 15px;
}

@media screen and (max-width: 1100px) {
  .new-bid__right {
    width: 150px;
  }
}

@media screen and (max-width: 788px) {
  .sbt__text_hide,
  .sbt__search {
    display: none;
  }

  .sbt__text_bold {
    margin-bottom: 0;
  }

  .pie__mobile {
    display: block;
  }
}

@media screen and (max-width: 530px) {
  .new-bid__right {
    width: auto;
    margin-left: 20px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.bookmark__update .bk-switch {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.bookmark__update .bk-switch__txt {
  margin-left: 7px;
  margin-right: 0;
}

.bookmark__note {
  width: 100%;
}

.bookmark__note .publ-comment {
  margin-top: 10px;
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.ld-nav {
  margin-bottom: 10px;
}

.ld-nav-dropdown {
  height: 24px;
}

.ld-nav-dropdown .main-search {
  margin: 10px;
}

.ld-nav-dropdown-item {
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.ld-nav-dropdown .drop-down-side__body {
  width: 270px;
}

.ld-nav-item + .ld-nav-item {
  margin-left: 13px;
}

.ld-nav-item > .bk-item__icon i {
  opacity: .2;
  transition: opacity 150ms ease;
}

.ld-nav-item > .bk-item__icon i.active {
  opacity: 1;
}

.ld-nav-item:hover > .bk-item__icon i {
  opacity: .5;
}

.ld-nav-item:hover > .bk-item__icon i.active {
  opacity: 1;
}

.ld-nav-item.arrow .bk-item__icon {
  transition: transform .3s;
}

.ld-nav-item.arrow .bk-item__icon.active {
  transform: rotate(180deg);
  transform-origin: center;
}

.ld-nav-item .bk-dropdown__list {
  z-index: 30;
}

.ld-nav.bottom {
  margin-bottom: 0;
  margin-top: 10px;
}

.ld-nav.bottom .bk-head-block {
  border-bottom: none;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.ld-nav.bottom .bk-head-block__left {
  overflow: hidden;
}

.ld-nav.bottom .bk-head-block__title {
  overflow: hidden;
}

.ld-list_norm .ld-list-item > .ld-item__checkbox {
  margin-top: 2px;
}

.ld-list_norm .ld-item-body {
  align-items: flex-start;
}

.ld-list_publ .ld-list-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ld-list_publ .ld-list-item > .ld-item__checkbox {
  margin-top: 0;
}

.ld-list_publ .ld-dsp {
  margin-top: 0;
}

.ld-list_separate .ld-list-item + .ld-list-item {
  border-top: 1px solid #cccccc;
}

.ld-list_separate .ld-shop-item {
  padding: 25px 20px;
}

.ld-list_separate .ld-shop-item:first-of-type {
  padding: 15px 20px 25px;
}

.ld-list-item {
  padding: 15px 20px;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.ld-list-item > .ld-item__checkbox {
  margin-top: 20px;
}

.ld-list-item.new {
  background-color: rgba(0, 180, 240, 0.2);
}

.ld-list-item.review {
  background-color: rgba(255, 69, 69, 0.1);
}

.ld-list-item.review:hover {
  background-color: rgba(255, 69, 69, 0.1);
}

.ld-list-item.review.active {
  background-color: rgba(255, 69, 69, 0.1);
}

.ld-list-item.adopt {
  background-color: rgba(255, 69, 69, 0.2);
}

.ld-list-item.adopt:hover {
  background-color: rgba(255, 69, 69, 0.2);
}

.ld-list-item.adopt.active {
  background-color: rgba(255, 69, 69, 0.2);
}

.ld-list-item.reject {
  background-color: transparent;
}

.ld-list-item.reject:hover {
  background-color: transparent;
}

.ld-list-item.reject.active {
  background-color: transparent;
}

.ld-list-item:hover .ld-dsp__item {
  display: block;
}

.ld-list-item.active {
  background-color: rgba(30, 160, 30, 0.1);
}

.ld-list-item.active .ld-dsp__item {
  display: block;
}

.ld-list-item.checked {
  background-color: rgba(30, 160, 30, 0.1) !important;
}

.ld-list-item.new.active {
  background-color: rgba(30, 160, 30, 0.1);
}

.ld-list-item.session {
  border: 2px solid rgba(30, 160, 30, 0.5);
  border-radius: 10px;
}

.ld-list-item.session .ld-dsp__item {
  display: block;
}

.ld-list-item .mp-entrepreneur {
  width: calc(50% - 25px);
  padding-right: 10px;
}

.ld-list-item .mp-entrepreneur__text-container {
  width: calc(100% - 82px);
  margin-right: 0;
}

.ld-list-item .mp-entrepreneur__text {
  margin-top: 5px;
}

.ld-list-item .publ-leads-act {
  width: calc(50% - 25px);
  margin-left: 0;
  text-align: right;
}

.ld-list-item .publ-leads-act__date {
  margin-top: 5px;
}

.ld-list__sum {
  margin-right: 7px;
}

.ld-item-body {
  display: flex;
  flex-wrap: wrap;
  max-width: calc(100% - 30px);
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.ld-item-body .mp-entrepreneur__name {
  vertical-align: middle;
}

.ld-item__checkbox {
  margin-right: 8px;
}

.ld-item__checkbox.hide + .ld-item-body {
  max-width: 100%;
}

.ld-item-label {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.ld-item-label.pl {
  padding-left: 110px;
}

.ld-item-label.pl .ld-item__label {
  margin-top: 5px;
}

.ld-item__label {
  padding: 8px 15px;
  border-radius: 20px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.ld-item__label:last-of-type {
  margin-left: 0;
}

.ld-item__label.border {
  transition: all .3s;
}

.ld-label-dropdown {
  cursor: pointer;
}

.ld-label-empty {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.ld-label-empty__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e2e2e2;
  text-align: center;
  padding-top: 13px;
  margin-right: 10px;
}

.ld-label-list.dropdown .bk-checkbox__icon {
  margin-top: 0;
}

.ld-label-list.big .ld-item__label {
  margin-top: 0;
  margin-right: 0;
}

.ld-label-list.sources .ld-label-checkbox {
  padding: 9px 10px;
  border-radius: 5px;
}

.ld-label-list_progress-bar .ld-label-item {
  position: relative;
}

.ld-label-list_progress-bar .ld-label-link {
  padding-bottom: 15px;
}

.ld-label-list_progress-bar .progress-bar {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

.ld-label-list__clipper {
  position: relative;
}

.ld-label-list__scroller {
  height: 100%;
  max-height: 335px !important;
}

.ld-label-list__track.baron__track {
  right: 10px !important;
}

.ld-label-list__open {
  margin-left: 10px;
  line-height: 2.5;
}

.ld-label-list__open .txt {
  vertical-align: middle;
}

.ld-label-list__open .icon i {
  vertical-align: middle;
  margin-left: 5px;
}

.ld-label-item {
  border-radius: 6px;
}

.ld-label-item_notice {
  position: relative;
}

.ld-label-item_notice .ld-label-link {
  padding-right: 35px;
}

.ld-label-item_notice:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  background-color: #00B4F0;
}

.ld-label-item.flex {
  display: flex;
  padding: 10px 20px;
  align-items: center;
}

.ld-label-item.flex:hover {
  background-color: rgba(30, 160, 30, 0.1);
}

.ld-label-item.drop {
  min-height: 60px;
  background-color: #ECEEF2;
}

.ld-label-item.drop * {
  display: none;
}

.ld-label-item__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ld-label-item__txt + .icon {
  margin-left: 8px;
}

.ld-label-item__mark {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 8px;
  flex-grow: 0;
  flex-shrink: 0;
}

.ld-label-item__mark.empty {
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.ld-label-item__num {
  padding-left: 10px;
  margin-left: auto;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.4);
}

.ld-label-item.active .ld-label-item__num {
  color: #000;
}

.ld-label-item.active .ld-label-item__txt {
  font-weight: bold;
}

.ld-label-item-edit {
  width: 70px;
}

.ld-label-item-edit .publ-block-edit {
  vertical-align: middle;
}

.ld-label-item__new {
  color: #00B4F0;
  padding-left: 5px;
}

.ld-label-item__sort {
  font-size: 0;
  margin-right: 20px;
  opacity: .2;
  cursor: pointer;
  transition: opacity 150ms ease;
}

.ld-label-item__sort:hover {
  opacity: .5;
}

.ld-label-item_hidden {
  display: none;
}

.ld-label-link {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 5px;
}

.ld-label-link:hover {
  background-color: #E9F6E9;
}

.ld-label-checkbox {
  display: flex;
  padding: 10px 30px 10px 10px;
  align-items: center;
  cursor: pointer;
}

.ld-label-checkbox:hover {
  background-color: #E9F6E9;
}

.ld-label-card-block {
  padding: 0 10px;
}

.ld-label-separator {
  display: block;
  margin-block-start: 10px;
  margin-block-end: 10px;
  margin-inline-start: 10px;
  margin-inline-end: 10px;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.ld-dsp {
  position: absolute;
  top: 17px;
  right: 17px;
  margin-left: auto;
}

.ld-dsp__item {
  display: none;
  width: 30px;
  height: 30px;
  padding: 3px;
  font-size: 0;
  cursor: pointer;
}

.ld-dsp__item_sm-down {
  display: none !important;
}

.ld-dsp__item:hover > i {
  opacity: .5;
}

.ld-dsp__item .drop-down-side-indent {
  min-width: 24px;
}

.ld-dsp__item > i {
  opacity: .2;
}

.ld-dsp__item + .ld-dsp__item {
  margin-top: 4px;
}

.ld-search {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.ld-search-input {
  flex-grow: 1;
  position: relative;
}

.ld-search-switch {
  min-width: 266px;
}

.ld-search-switch .bk-switch {
  display: flex;
  cursor: pointer;
  align-items: center;
}

.ld-search-switch .bk-switch-txt {
  margin-right: 8px;
}

.ld-report {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #ECEEF2;
  border-radius: 10px;
  padding: 20px;
}

.ld-report-link {
  margin-top: 20px;
  display: flex;
}

.ld-report-link__icon {
  opacity: .2;
}

.ld-report-link__txt {
  font-size: 18px;
  padding-left: 10px;
}

.ld-report__link {
  display: flex;
  align-items: center;
}

.ld-report__link:hover .ld-report-link__icon {
  opacity: .5;
}

.ld-report__link:hover .ld-report-link__txt {
  text-decoration: underline;
}

.ld-report__link + .ld-report__link {
  margin-left: 30px;
}

.ld-report .daterangepicker .drp-selected {
  display: none;
}

.ld-report .daterangepicker.show-calendar .drp-buttons {
  display: flex;
}

.ld-report .daterangepicker .cancelBtn {
  order: 2;
}

.ld-report .daterangepicker .applyBtn {
  order: 1;
  margin-right: 10px;
}

.ld-period-tabs__btn {
  height: 50px;
  padding: 0 30px;
}

.ld-period-tabs__btn.green.tabs__btn {
  background-color: transparent;
}

.ld-period-tabs__btn i {
  position: relative;
  top: 12px;
}

.ld-period-tabs__btn.calendar.button.tabs__btn {
  padding: 0 17px;
}

.ld-balance-head {
  display: flex;
  align-items: center;
}

.ld-balance__icon {
  width: 50px;
  height: 50px;
  background-color: #FFBE0A;
  border-radius: 50%;
  text-align: center;
  padding-top: 13px;
  margin-right: 10px;
}

.ld-balance-info {
  text-align: left;
  margin-right: 30px;
}

.ld-balance__sum {
  font-size: 21px;
  font-weight: bold;
}

.ld-balance__txt {
  font-size: 16px;
}

.ld-balance-dropdown__icon {
  opacity: .2;
}

.ld-balance-dropdown__icon:hover {
  opacity: .5;
}

.ld-balance-dropdown-body {
  padding: 15px 20px;
}

.ld-balance-redirect {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 15px;
}

.ld-balance-redirect .bk-breadcrumbs__link {
  font-size: 18px;
}

.ld-balance-redirect .bk-breadcrumbs_2 .bk-breadcrumbs__item:after {
  top: 0;
}

.ld-balance-content {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 15px;
}

.ld-balance-list {
  margin-top: 10px;
}

.ld-balance-item {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}

.ld-balance-item + .ld-balance-item {
  margin-top: 10px;
}

.ld-user-info {
  font-size: 18px;
  display: flex;
  width: 100%;
  padding-left: 81px;
}

.ld-user__tel {
  margin-right: 20px;
}

.ld-user__mail .txt {
  vertical-align: middle;
  margin-right: 10px;
}

.ld-user__mail .icon {
  opacity: .2;
  position: relative;
  cursor: pointer;
}

.ld-user__mail .icon:hover {
  opacity: .5;
}

.ld-user__mail .icon i {
  vertical-align: middle;
}

.ld-user-block__icon {
  margin-right: 10px;
}

.ld-user-block__icon i {
  vertical-align: middle;
}

.ld-user-block__txt {
  vertical-align: middle;
}

.ld-user__audio {
  opacity: .2;
  vertical-align: middle;
  margin-left: 10px;
}

.ld-user__audio:hover {
  opacity: .5;
}

.ld-user-publ {
  width: 100%;
  margin-top: 10px;
}

.ld-user-publ__link {
  font-size: 18px;
  line-height: 1.4;
}

.ld-user-buy {
  margin-top: 15px;
}

.ld-user-buy .dialogs-mess-item__notice-link {
  margin-top: 0;
}

.ld-user-buy .dialogs-mess-item__notice-link span {
  vertical-align: middle;
}

.ld-user-buy .button {
  display: inline-block;
  vertical-align: middle;
}

.ld-reject-item + .ld-reject-item {
  margin-top: 15px;
}

.ld-empty__img {
  width: 120px;
  height: 120px;
  padding: 25px;
  border-radius: 50%;
  background-color: #ECEEF2;
  margin-right: 30px;
  float: left;
}

.ld-empty-content {
  margin-left: 150px;
}

.ld-empty__title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
}

.ld-empty__text {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 10px;
}

.ld-empty .button {
  margin-top: 25px;
}

.ld-filter .drop-down-side__body {
  max-width: inherit !important;
  width: 440px;
}

.ld-filter .ld-label-item.open-active .icon {
  transform: rotate(180deg);
}

.ld-filter .ld-label-item .icon {
  transition: transform 200ms linear;
}

.ld-filter .ld-label-item .ld-label-list {
  display: none;
}

.ld-filter .ld-label-item .ld-label-list .ld-label-checkbox {
  padding-left: 38px;
}

.ld-filter .ld-label-checkbox {
  padding-right: 20px;
}

.ld-shop-item .mp-entrepreneur__text,
.ld-shop-item .publ-leads-act__date,
.ld-shop-item .ld-user-info {
  font-size: 1rem;
}

.ld-shop-item .ld-user-info {
  align-items: flex-end;
  padding: 12px 0 0;
}

.ld-shop-item .ld-item-body {
  max-width: 100%;
}

.ld-shop-item .publ-leads-act {
  margin-left: auto;
}

.ld-shop-sources .ld-label-list__open {
  margin-left: 8px;
  line-height: 2;
}

.ld-shop-sources .ld-label-list__open .icon i {
  margin: 0 5px 0 0;
}

.ld-shop-sources .bk-select-container {
  margin: 10px 10px 0;
}

.ld-shop-sources__checked {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 12px 10px 16px;
}

.ld-shop-sources__checked .bk-item {
  width: 100%;
  justify-content: space-between;
}

.ld-shop-sources__checked .bk-item__icon,
.ld-shop-sources__checked .bk-item__txt {
  display: inline-block;
  vertical-align: middle;
}

.ld-shop-sources__checked .bk-item__icon {
  padding: 5px;
  float: right;
}

label.ld-list-item {
  cursor: pointer;
}

label.ld-list-item.block {
  cursor: initial;
}

.label-popup {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  width: 100%;
  max-width: 500px;
  position: relative;
  margin: 0 auto;
}

.label-popup__title {
  margin-right: 35px;
}

.label-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: .2;
}

.label-popup__close:hover {
  opacity: .5;
}

.label-popup-btn {
  font-size: 0;
}

.label-popup-btn .button {
  display: inline-block;
  vertical-align: top;
}

.label-popup-btn .button + .button {
  margin-left: 10px;
}

.label-palette {
  font-size: 0;
}

.label-palette__title {
  font-size: 18px;
  font-weight: bold;
}

.label-palette-col {
  display: inline-block;
  vertical-align: top;
}

.label-palette-col + .label-palette-col {
  margin-left: 8px;
}

.label-palette-item {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 8px;
  text-align: center;
  padding-top: 13px;
}

.label-palette-item:hover {
  opacity: .7;
}

.label-palette-item.active .label-palette__icon {
  display: block;
}

.label-palette__icon {
  position: relative;
  display: none;
}

.bk-head-block .ld-label-link {
  padding: 0;
  margin-left: 8px;
}

.bk-head-block .ld-label-link:hover {
  background-color: transparent;
}

.bk-head-block .ld-label-item.active .ld-label-item__txt {
  font-weight: normal;
}

.bk-head-block .drop-down-side-indent {
  min-width: auto;
}

.reject-popup {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  width: 100%;
  max-width: 500px;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .ld-user-info {
    flex-wrap: wrap;
  }

  .ld-user__tel {
    width: 100%;
    margin-right: 0;
  }

  .ld-user__mail {
    width: 100%;
  }

  .ld-user-buy .dialogs-mess-item__notice-link {
    margin-top: 8px;
  }

  .ld-label-list.big,
  .ld-label-list.dropdown {
    width: 100%;
    margin-left: 0;
  }

  .ld-label-list.dropdown .ld-label-checkbox:hover {
    background-color: #E9F6E9;
  }

  .ld-label-item_notice .ld-label-link {
    padding-right: 30px;
  }

  .ld-label-item_notice:before {
    right: 10px;
  }

  .ld-label-item_hidden {
    display: block;
  }

  .ld-label-link:hover {
    background-color: #fff;
    border-radius: 6px;
  }

  .ld-label-empty {
    margin-bottom: 10px;
  }

  .ld-label-card {
    background-color: #ECEEF2;
    border-radius: 10px;
    padding: 0 15px;
    margin-bottom: 15px;
  }

  .ld-label-card .bk-head-block {
    border-bottom: none;
  }

  .ld-label-card .bk-head-block__left {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .ld-label-card .ld-label-item {
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
  }

  .ld-label-checkbox:hover {
    background-color: #fff;
  }

  .ld-period-tabs__btn.button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ld-report {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 788px) {
  .ld-list-item {
    align-items: flex-start;
  }

  .ld-list-item:hover .ld-dsp__item {
    display: none;
  }

  .ld-list-item:hover .ld-dsp__item.dropdown {
    display: block;
  }

  .ld-list-item .mp-entrepreneur {
    width: calc(100% - 45px);
    order: 1;
  }

  .ld-list-item .publ-leads-act {
    order: 5;
    width: 100%;
    margin-top: 10px;
    text-align: left;
  }

  .ld-list-item.active .ld-dsp__item {
    display: none;
  }

  .ld-list-item.active .ld-dsp__item.dropdown {
    display: block;
  }

  .ld-item-label {
    order: 5;
  }

  .ld-item-body {
    align-items: flex-start;
  }

  .ld-user-info {
    order: 3;
  }

  .ld-user-publ {
    order: 6;
  }

  .ld-user-buy {
    order: 5;
    margin-top: 10px;
  }

  .ld-report {
    flex-wrap: wrap;
  }

  .ld-report-link__txt {
    font-size: 16px;
  }

  .ld-report__link + .ld-report__link {
    margin-left: 15px;
  }

  .ld-period {
    width: 100%;
    margin-bottom: 20px;
  }

  .ld-period-tabs__btn {
    flex-grow: 1;
  }

  .ld-balance .drop-down-side__body {
    right: auto;
    left: 0;
  }

  .ld-dsp {
    order: 2;
  }

  .ld-dsp__item_sm-down {
    display: block !important;
  }

  .ld-dsp__item.dropdown {
    display: block;
    width: 30px;
    height: 30px;
    padding: 3px;
    margin-top: 4px;
  }

  .ld-filter .drop-down-side__body {
    width: 300px !important;
  }

  .ld-shop-item .publ-leads-act {
    white-space: normal;
  }

  .ld-shop-item .publ-leads-act__txt {
    font-size: 1rem;
  }
}

@media screen and (max-width: 530px) {
  .ld-nav {
    margin-bottom: 0;
  }

  .ld-nav .bk-head-block_shadow {
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
  }

  .ld-nav .bk-head-block_side-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .ld-list {
    margin-top: 0;
    width: calc(100% + 20px);
    margin-left: -10px;
  }

  .ld-list_publ .ld-list-item {
    padding: 10px;
  }

  .ld-list-item {
    padding: 10px;
    border-bottom: none;
  }

  .ld-list-item > .ld-item__checkbox {
    margin-top: 0;
  }

  .ld-list-item .mp-entrepreneur__text-container {
    width: calc(100% - 65px);
  }

  .ld-list-item .mp-entrepreneur__text {
    margin-top: 0;
  }

  .ld-list-item .mp-entrepreneur {
    width: calc(100% - 35px);
  }

  .ld-list-item .publ-leads-act {
    margin-top: 0;
  }

  .ld-list_separate .ld-shop-item {
    padding: 16px 0;
    margin: 0 10px;
  }

  .ld-list_separate .ld-shop-item:first-of-type {
    padding: 16px 0;
  }

  .ld-item__label {
    overflow: hidden;
    padding: 3px 10px;
  }

  .ld-label-card {
    margin-bottom: 5px;
  }

  .ld-label-item.flex {
    padding: 10px 0;
  }

  .ld-label-item.flex:hover {
    background-color: transparent;
  }

  .ld-label-item.drop {
    min-height: 50px;
  }

  .ld-label-item-edit {
    margin-left: auto;
  }

  .ld-label-item__sort {
    margin-right: 10px;
  }

  .ld-label-empty {
    margin-bottom: 0;
    margin-top: 0;
  }

  .ld-search {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ld-search-input {
    margin-right: 0;
  }

  .ld-search-input .bs-search-form__icon-container {
    display: block;
  }

  .ld-search-input .bs-search-form__input_icon.bk-input-text {
    padding-left: 50px;
  }

  .ld-search-switch {
    width: 100%;
    min-width: auto;
    margin-top: 15px;
  }

  .ld-search-switch .bk-switch {
    justify-content: space-between;
  }

  .ld-report {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
  }

  .ld-report-link {
    margin-top: 0;
    margin-left: 15px;
  }

  .ld-report .bk-select-container {
    width: 100%;
  }

  .ld-period {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    order: 2;
  }

  .ld-balance {
    width: 100%;
    margin-bottom: 15px;
    order: 1;
  }

  .ld-balance .drop-down-side__body {
    max-width: 300px;
  }

  .ld-balance-dropdown__icon {
    margin-left: auto;
  }

  .ld-balance-head {
    flex-wrap: wrap;
  }

  .ld-balance__btn {
    width: 100%;
    margin-top: 15px;
  }

  .ld-balance-item {
    font-size: 15px;
  }

  .ld-balance-item__date {
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ld-user-info {
    padding-left: 0;
    font-size: 16px;
    margin-top: 5px;
  }

  .ld-user-publ__link {
    font-size: 16px;
  }

  .ld-dsp {
    top: 7px;
    right: 7px;
  }

  .ld-empty__img {
    width: 70px;
    height: 70px;
    padding: 15px;
    margin-right: 15px;
  }

  .ld-empty__img i {
    width: 40px;
    height: 40px;
    background-size: contain;
  }

  .ld-empty-content {
    margin-left: 85px;
  }

  .ld-empty__title {
    font-size: 21px;
  }

  .ld-empty__text {
    font-size: 16px;
    margin-top: 5px;
  }

  .ld-empty .button {
    margin-top: 15px;
  }

  .ld-filter .drop-down-side {
    position: static;
  }

  .ld-filter .drop-down-side__body {
    right: 10px;
  }

  .ld-shop-item .publ-leads-act__date,
  .ld-shop-item .publ-leads-act__txt {
    font-size: 14px;
  }

  .ld-shop-item .ld-user-info {
    padding-top: 8px;
  }

  .ld-shop-item .ld-user-buy {
    order: 7;
  }

  label.ld-list-item:hover .ld-dsp {
    display: none;
  }

  .label-popup {
    max-width: 270px;
  }

  .label-palette-col:nth-of-type(5) {
    margin-left: 0;
  }
}

@media screen and (max-width: 340px) {
  .ld-nav-dropdown .drop-down-side__body {
    width: 230px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.notify-viperror {
  background-color: #fff4b3;
}

.notify-viperror__columns {
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.vip-error {
  width: 72px;
  height: 72px;
  margin-right: 24px;
}

.notify-viperror__text {
  padding-right: 48px;
}

.notify-viperror__text a {
  margin-bottom: 8px;
  font-weight: bold;
  pointer-events: none;
}

.notify-viperror__text p {
  line-height: 20px;
}

.notify-head {
  display: flex;
}

.notify-head span {
  display: none;
  margin-left: auto;
}

div.m-t20 {
  flex-shrink: 0;
}

@media screen and (max-width: 788px) {
  .notify-viperror__columns {
    display: block;
    padding-right: 0;
  }

  .notify-viperror__text {
    padding-left: 6px;
    padding-right: 6px;
  }

  .notify-viperror__text a {
    margin-bottom: 0;
    pointer-events: auto;
  }

  .notify-viperror__text p {
    margin-bottom: 8px;
    padding-right: 27px;
  }

  .faq-answer__icon {
    margin-left: 14px;
  }

  .notify-head span {
    display: block;
  }

  i.icon-ar_black_menu_down.opacity02.active {
    margin-bottom: 16px;
  }

  .notify-viperror .m-t20 {
    margin-top: 0;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.order-discount {
  font-size: 0;
  margin-top: 2px;
}

.order-discount .order__price {
  display: inline-block;
  width: auto;
  margin-right: 8px;
}

.order__discount {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  padding: 0 8px;
  margin-right: 8px;
  background-color: #FA961E;
  border-radius: 15px;
}

.order__price {
  width: 130px;
  margin-right: 20px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}

.order-status {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  vertical-align: top;
}

.order-status:last-of-type {
  margin-right: 0;
}

.order-status__icon {
  margin-right: 8px;
}

.order-status__text {
  font-size: 18px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 530px) {
  .order__status {
    width: 100%;
  }

  .order-status {
    margin-top: 5px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.order-discount {
  font-size: 0;
  margin-top: 2px;
}

.order-discount .order__price {
  display: inline-block;
  width: auto;
  margin-right: 8px;
}

.order__discount {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  padding: 0 8px;
  margin-right: 8px;
  background-color: #FA961E;
  border-radius: 15px;
}

.order__price {
  width: 130px;
  margin-right: 20px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}

.order-status {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  vertical-align: top;
}

.order-status:last-of-type {
  margin-right: 0;
}

.order-status__icon {
  margin-right: 8px;
}

.order-status__text {
  font-size: 18px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.4);
}

.order-list + .order-list {
  margin-top: 20px;
}

.order-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.order-list-item_start {
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.order-list-item .button {
  margin: 5px 20px 5px 0;
}

.order-list-item .bk-item {
  margin: 5px 20px 5px 0;
}

.order-list__text {
  margin-right: 20px;
}

.order-list__price {
  flex-shrink: 0;
}

@media screen and (max-width: 530px) {
  .order__status {
    width: 100%;
  }

  .order-status {
    margin-top: 5px;
  }

  .order-list-item {
    flex-direction: column;
  }

  .order-list-item_start {
    align-items: flex-start;
  }

  .order-list-item + .order-list-item {
    margin-top: 5px;
  }

  .order-list-item .button {
    margin-right: 0;
  }

  .order-list-item .bk-item {
    margin-right: 0;
  }

  .order-list__text {
    margin-right: 0;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.order-payment {
  margin-top: 30px;
  margin-bottom: 50px;
}

.order-payment__title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 15px;
}

.order-payment__order {
  margin-top: 30px;
}

.order-payment__form {
  margin-top: 30px;
}

.order-payment__separator {
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.order-payment__feedback {
  margin-top: 30px;
}

.order-payment__replenishment {
  margin-top: 20px;
}

.order-payment__narrow-container {
  max-width: 850px;
}

.order-payment__pay-system {
  margin-top: 30px;
}

.op-item {
  display: flex;
}

.op-item__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #eceef2;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 150ms linear;
}

.op-item__icon img {
  border-radius: 50%;
}

.op-item__txt {
  font-size: 18px;
  line-height: 1.4;
}

.op-item__txt_sub {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.4);
}

.op-item__txt-container {
  margin-top: 5px;
  margin-left: 15px;
}

.op-form__section {
  margin-top: 30px;
}

.op-form__section-title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.op-form__section-title .main-page__title-btn {
  margin-bottom: 0;
}

.op-form__section-content {
  margin-top: 20px;
}

.op-form__btn-pay {
  width: 120px;
  padding-bottom: 5px;
}

.op-requisites__item {
  margin-top: 20px;
}

.op-requisites__item:first-child {
  margin-top: 0;
}

.op-requisites__item .bk-radio__label {
  vertical-align: middle;
}

.op-requisites__item .glob-link {
  vertical-align: middle;
  margin-left: 30px;
}

.op-requisites__text {
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.4);
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 25px;
  overflow: hidden;
}

.op-requisites__add {
  display: inline-block;
  margin-top: 20px;
}

.op-requisites__btn-expand {
  display: inline-block;
  padding-left: 30px;
  margin-top: 5px;
}

.op-method {
  display: flex;
  margin-right: -20px;
}

.op-method__item {
  margin-right: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
  transition: border-color 150ms linear, box-shadow 150ms linear;
  width: 33.33%;
  flex-grow: 1;
  user-select: none;
}

.op-method__item_disabled {
  pointer-events: none;
}

.op-method__item_disabled .op-item__txt {
  color: rgba(0, 0, 0, 0.4);
}

.op-method__item_disabled .op-item__txt_sub {
  color: #FF4545;
}

.op-method__item .op-item__icon {
  position: relative;
}

.op-method__item .op-item__icon .bk-icon-h,
.op-method__item .op-item__icon .bk-icon-n {
  position: absolute;
  transition: opacity 150ms linear;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.op-method__item .op-item__icon .bk-icon-n {
  opacity: .2;
}

.op-method__item .op-item__icon .bk-icon-h {
  opacity: 0;
}

.op-method__item.active {
  border-color: #00B4F0;
  box-shadow: 0 0 0 1px #00B4F0;
}

.op-method__item.active .op-item__icon {
  background-color: #00B4F0;
}

.op-method__item.active .op-item__icon .bk-icon-n {
  opacity: 0;
}

.op-method__item.active .op-item__icon .bk-icon-h {
  opacity: 1;
}

.op-method__item:hover {
  border-color: #00B4F0;
  box-shadow: 0 0 0 1px #00B4F0;
}

.op-method__item:hover .op-item__icon {
  background-color: #00B4F0;
}

.op-method__item:hover .op-item__icon .bk-icon-n {
  opacity: 0;
}

.op-method__item:hover .op-item__icon .bk-icon-h {
  opacity: 1;
}

.op-method-2__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.op-method-2__item:last-child {
  margin-bottom: 0;
}

.op-method-2__radio {
  display: inline-block;
  width: 250px;
}

.op-method-2__select {
  margin-left: 30px;
}

.op-feedback__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.op-feedback__text {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 5px;
}

.op-feedback__manager {
  margin-top: 20px;
}

.op-feedback__contacts-list {
  margin-top: 20px;
}

.op-feedback__contacts-item {
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.4;
}

.op-feedback__contacts-item:first-child {
  margin-top: 0;
}

.op-feedback__btn-back-call {
  margin-top: 20px;
  width: 250px;
}

.op-replenishment__form {
  max-width: 300px;
}

.op-replenishment__label {
  display: block;
}

.op-replenishment__title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}

.op-replenishment__input-container {
  margin-top: 10px;
  position: relative;
}

.op-replenishment__btn {
  margin-top: 20px;
}

.op-replenishment__text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.op-pay-system__img {
  max-width: 380px;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .op-method {
    flex-wrap: wrap;
    margin-right: 0;
  }

  .op-method__item {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }

  .op-method__item:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 530px) {
  .order-payment {
    margin-top: 15px;
  }

  .order-payment__title {
    margin-top: 10px;
    font-size: 24px;
  }

  .order-payment__order {
    margin-top: 20px;
  }

  .order-payment__form {
    margin-top: 20px;
  }

  .order-payment__separator {
    margin-top: 20px;
  }

  .order-payment__feedback {
    margin-top: 20px;
  }

  .op-form__section {
    margin-top: 20px;
  }

  .op-method__item {
    padding: 15px;
  }

  .op-method-2__item {
    flex-wrap: wrap;
  }

  .op-method-2__radio {
    width: 100%;
  }

  .op-method-2__select {
    margin-top: 10px;
    width: 100%;
  }

  .op-method-2__select .bk-select {
    width: 100%;
  }

  .op-item__icon {
    width: 50px;
    height: 50px;
  }

  .op-item__txt-container {
    margin-top: 3px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

/*profile head*/

.profile-head {
  position: relative;
  color: #ffffff;
}

.profile-head_protected {
  color: #000000;
  /*.ph-actions {
        .ph-status {
          background-color: transparent;
          border-color: @bk-black-02;
        }
        .ph-status__icon {
          &_white{
            display: none;
          }
          &_dark {
            display: block;
            opacity: .2;
          }
        }
      }*/
}

.profile-head_protected .ph-status_online {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.profile-head_protected .ph-status_online .ph-status__icon {
  background-color: rgba(0, 0, 0, 0.2);
}

.profile-head_protected .ph-status_online.active {
  color: #00B4F0;
  border: 1px solid #00B4F0;
}

.profile-head_protected .ph-elem-btn__icon_light {
  display: none;
}

.profile-head_protected .ph-elem-btn__icon_dark {
  display: block;
}

.profile-head__body {
  margin-top: 30px;
  margin-bottom: 40px;
}

.profile-head__bg {
  position: absolute;
  width: calc(100% - 300px);
  left: 300px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.profile-head__bg::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
}

.profile-head__title {
  font-size: 55px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 15px;
  word-wrap: break-word;
  word-break: break-word;
}

.profile-head__subtitle {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 5px;
}

.profile-head__text {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 10px;
}

.profile-head__protected-mes .bk-item__txt {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.profile-head-media {
  display: flex;
}

.profile-head-media__img {
  flex-shrink: 0;
  margin-right: 30px;
}

.profile-head-media__body {
  min-width: 0;
  flex-grow: 1;
}

.profile-head__status-container {
  display: flex;
  margin-top: 10px;
  margin-left: -5px;
}

.profile-head__status-item {
  margin-left: 5px;
}

.profile-head__btn {
  margin-left: 20px;
}

.profile-head__btn_change-bg {
  margin-left: auto;
}

.profile-head__btn-container {
  margin-top: 25px;
  display: flex;
  align-items: center;
  margin-left: -20px;
}

.profile-head__btn-single {
  position: absolute;
  top: 320px;
  right: 20px;
  transform: translateY(calc(-100% - 20px));
}

.ph-img {
  width: 320px;
  height: 320px;
  position: relative;
}

.ph-img__img {
  border-radius: 50%;
  overflow: hidden;
}

.ph-img__img img {
  width: 100%;
}

.ph-img__medal {
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
}

.ph-img__medal img {
  width: 100%;
}

.ph-img__input-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ph-btn-edit {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.ph-btn-edit:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.ph-btn-edit_small {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
}

.ph-btn-edit_small:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.ph-btn-edit__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ph-status {
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  display: inline-block;
  vertical-align: middle;
  padding: 7px;
  border: 1px solid;
  border-color: transparent;
  user-select: none;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 150ms linear;
}

.ph-status_online {
  pointer-events: none;
  padding: 7px 15px;
}

.ph-status_online .ph-status__icon {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.ph-status_online.active .ph-status__icon {
  background-color: #00B4F0;
}

.ph-status_verification.active {
  background-color: #1ea01e;
}

.ph-status_verification.active:hover {
  background-color: #198219;
}

.ph-status_vip.active {
  background-color: #fa961e;
}

.ph-status_vip.active:hover {
  background-color: #c87819;
}

.ph-status_protected.active {
  background-color: #FF4545;
}

.ph-status_protected.active:hover {
  background-color: #CC3737;
}

.ph-status.active .ph-status__icon_light {
  opacity: 1;
}

.ph-status:hover .ph-status__icon_light {
  opacity: 1;
}

.ph-status:hover .ph-status__icon_dark {
  opacity: .5;
}

.ph-status__icon {
  transition: opacity 150ms linear;
}

.ph-status__icon_dark {
  display: none;
}

.ph-status__icon_light {
  opacity: .5;
}

.ph-status__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.4;
  line-height: 24px;
  margin-left: 8px;
}

.ph-actions .drop-down-side {
  color: #000000;
}

.ph-actions .drop-down-side__body {
  top: calc(100% + 8px);
  text-align: left;
}

.ph-actions .ph-status__icon_light {
  opacity: 1;
}

.ph-elem-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.ph-elem-btn__icon-container {
  font-size: 0;
}

.ph-elem-btn__icon {
  transition: opacity 150ms linear;
}

.ph-elem-btn__icon_dark {
  display: none;
  opacity: .2;
}

.ph-elem-btn__icon:hover {
  opacity: .5;
}

/*delete*/

.plcc {
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

.plcc:hover .plcc__bg {
  transform: scale(0.99);
}

.plcc:hover .plcc__paint-container {
  transform: rotate(45deg) scale(1.01);
}

.plcc:hover .plcc__paint-rounding {
  height: 6px;
}

.plcc.active .plcc__bg {
  transform: scale(0.99);
}

.plcc.active .plcc__paint-container {
  transform: rotate(45deg) scale(1.01);
}

.plcc.active .plcc__paint-rounding {
  height: 6px;
}

.plcc__bg {
  position: absolute;
  width: 316px;
  height: 316px;
  top: 12px;
  left: 12px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 1;
  transition: all 150ms linear;
}

.plcc__paint {
  font-size: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  transition: transform 150ms linear;
}

.plcc__paint-container {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 324px;
  height: 324px;
  clip: rect(0, 324px, 324px, 162px);
  transition: transform 150ms linear;
  transform: rotate(45deg);
  border-radius: 50%;
}

.plcc__paint.right {
  clip: rect(0, 162px, 324px, 0);
}

.plcc__paint.left {
  display: none;
  clip: rect(0, 324px, 324px, 162px);
}

.plcc_more-half .plcc__paint-container {
  clip: rect(auto, auto, auto, auto);
}

.plcc_more-half .plcc__paint.left {
  display: block;
}

.plcc_more-half .plcc__paint.right {
  transform: rotate(0deg);
  clip: rect(0, 324px, 324px, 162px);
}

.plcc.lvl-act .plcc__paint {
  background-color: #fa961e;
}

.plcc.lvl-act .plcc__lvl {
  background-color: #fa961e;
}

.plt__value {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  user-select: none;
}

.plt__points {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4;
}

.plt__bar {
  margin-top: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #eceef2;
  position: relative;
}

.plt__bar-paint {
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.plt__text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.plt__link {
  margin-top: 10px;
  display: inline-block;
}

.lvl-elite .pers-head__lvl-value {
  background-color: #000000;
}

.lvl-elite .pers-head__liga {
  background-color: #000000;
}

.lvl-elite .plcc__paint {
  background-color: #000000;
}

.lvl-elite .plcc__paint-rounding {
  background-color: #000000;
}

.lvl-elite .plt__value {
  color: #000000;
}

.lvl-elite .plt__bar-paint {
  background-color: #000000;
}

.lvl-prof .pers-head__lvl-value {
  background-color: #A01EAA;
}

.lvl-prof .pers-head__liga {
  background-color: #A01EAA;
}

.lvl-prof .plcc__paint {
  background-color: #A01EAA;
}

.lvl-prof .plcc__paint-rounding {
  background-color: #A01EAA;
}

.lvl-prof .plt__value {
  color: #A01EAA;
}

.lvl-prof .plt__bar-paint {
  background-color: #A01EAA;
}

.lvl-sb .pers-head__lvl-value {
  background-color: #1ea01e;
}

.lvl-sb .pers-head__liga {
  background-color: #1ea01e;
}

.lvl-sb .plcc__paint {
  background-color: #1ea01e;
}

.lvl-sb .plcc__paint-rounding {
  background-color: #1ea01e;
}

.lvl-sb .plt__value {
  color: #1ea01e;
}

.lvl-sb .plt__bar-paint {
  background-color: #1ea01e;
}

.lvl-act .pers-head__lvl-value {
  background-color: #fa961e;
}

.lvl-act .pers-head__liga {
  background-color: #fa961e;
}

.lvl-act .plcc__paint {
  background-color: #fa961e;
}

.lvl-act .plcc__paint-rounding {
  background-color: #fa961e;
}

.lvl-act .plt__value {
  color: #fa961e;
}

.lvl-act .plt__bar-paint {
  background-color: #fa961e;
}

.lvl-user .pers-head__lvl-value {
  background-color: #00B4F0;
}

.lvl-user .pers-head__liga {
  background-color: #00B4F0;
}

.lvl-user .plcc__paint {
  background-color: #00B4F0;
}

.lvl-user .plcc__paint-rounding {
  background-color: #00B4F0;
}

.lvl-user .plt__value {
  color: #00B4F0;
}

.lvl-user .plt__bar-paint {
  background-color: #00B4F0;
}

.lvl-new .pers-head__lvl-value {
  background-color: #cccccc;
}

.lvl-new .pers-head__liga {
  background-color: #cccccc;
}

.lvl-new .plcc {
  cursor: default;
}

.lvl-new .plcc__paint {
  background-color: #cccccc;
}

.lvl-new .plcc__paint-rounding {
  background-color: #cccccc;
}

.lvl-new .plt__value {
  color: #cccccc;
}

.lvl-new .plt__bar-paint {
  background-color: #cccccc;
}

@media screen and (max-width: 1550px) {
  .plcc__bg {
    width: 272px;
    height: 272px;
  }

  .plcc__paint.right {
    clip: rect(0, 140px, 280px, 0);
  }

  .plcc__paint.left {
    clip: rect(0, 280px, 280px, 140px);
  }

  .plcc__paint-container {
    width: 280px;
    height: 280px;
    clip: rect(0, 280px, 280px, 140px);
  }

  .plcc_more-half .plcc__paint.right {
    clip: rect(0, 280px, 280px, 140px);
  }
}

@media screen and (max-width: 1380px) {
  .profile-head__bg {
    width: 100%;
    left: 0;
  }
}

@media screen and (max-width: 1100px) {
  .profile-head {
    color: #000000;
    background-color: #eceef2;
  }

  .profile-head_protected {
    background-color: #ffffff;
  }

  .profile-head__bg {
    height: 320px;
  }

  .profile-head__body {
    margin-bottom: 0;
  }

  .profile-head__status-container {
    margin-top: 30px;
    justify-content: center;
  }

  .profile-head__protected-mes {
    display: flex;
    justify-content: center;
  }

  .profile-head__btn {
    margin-bottom: 20px;
  }

  .profile-head__btn-container {
    display: block;
  }

  .profile-head-media {
    display: block;
  }

  .profile-head-media__img {
    margin-right: 0;
  }

  .profile-head-media__body {
    text-align: center;
  }

  .ph-img {
    margin: 0 auto;
  }

  .ph-status {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.2);
  }

  .ph-status.active {
    border-color: transparent;
  }

  .ph-status.active .ph-status__icon_light {
    display: block;
  }

  .ph-status.active .ph-status__icon_dark {
    display: none;
  }

  .ph-status_online {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }

  .ph-status_online .ph-status__icon {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .ph-status_online.active {
    color: #00B4F0;
    border: 1px solid #00B4F0;
  }

  .ph-status__icon_light {
    display: none;
  }

  .ph-status__icon_dark {
    display: block;
    opacity: .2;
  }

  .profile-head__menu {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .profile-head__menu .beboss-menu {
    font-size: 0;
  }

  .profile-head__menu .beboss-menu__item:hover {
    background-color: #ffffff;
  }

  .ph-menu {
    font-size: 0;
  }

  .ph-menu-item {
    display: flex;
    align-items: center;
  }

  .ph-menu-item__text {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }

  .ph-elem-btn__icon_dark {
    display: block;
  }

  .ph-elem-btn__icon_light {
    display: none;
  }

  .plcc__bg {
    width: 196px;
    height: 196px;
  }

  .plcc__paint-container {
    width: 204px;
    height: 204px;
    clip: rect(0, 204px, 204px, 102px);
  }

  .plcc__paint.left {
    clip: rect(0, 204px, 204px, 102px);
  }

  .plcc__paint.right {
    clip: rect(0, 102px, 204px, 0px);
  }

  .plcc_more-half .plcc__paint.right {
    clip: rect(0, 204px, 204px, 102px);
  }
}

@media screen and (max-width: 530px) {
  .profile-head__body {
    margin-top: 20px;
  }

  .profile-head__bg {
    height: 200px;
  }

  .profile-head__status-container {
    margin-top: 15px;
    margin-bottom: -5px;
    flex-wrap: wrap;
  }

  .profile-head__status-item {
    margin-bottom: 5px;
  }

  .profile-head__title {
    position: relative;
    margin-top: 10px;
    font-size: 24px;
  }

  .profile-head__title .ph-actions .drop-down-side {
    position: static;
  }

  .profile-head__title .ph-actions .drop-down-side__body {
    left: 50%;
    right: inherit;
    transform: translateX(-50%);
  }

  .profile-head__subtitle {
    margin-top: 5px;
    font-size: 18px;
    line-height: 1.4;
  }

  .profile-head__text {
    margin-top: 5px;
    font-size: 18px;
    line-height: 1.4;
  }

  .profile-head__menu {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .profile-head__btn {
    margin-bottom: 10px;
  }

  .profile-head__btn-single {
    top: 200px;
    right: 10px;
    transform: translateY(calc(-100% - 10px));
  }

  .ph-img {
    width: 180px;
    height: 180px;
  }

  .ph-img__medal {
    width: 70px;
    height: 70px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

/*Заголовок страницы*/

.page-title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  *zoom: 1;
}

.page-title:before,
.page-title:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.page-title__icon-check {
  width: 50px;
  height: 50px;
  padding: 13px;
  border-radius: 50%;
  background: #FFFFFF;
  font-size: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 20px;
}

.page-title span {
  display: inline-block;
  vertical-align: middle;
}

.page-title.bold {
  font-weight: bold;
}

.page-text {
  font-size: 18px;
  line-height: 1.4;
}

/*.article*/

.article {
  padding: 20px 0;
  border-bottom: 1px solid #dadada;
  *zoom: 1;
}

.article:before,
.article:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.article:first-child {
  padding-top: 0;
}

.article:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.article__body {
  *zoom: 1;
}

.article__body:before,
.article__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.article__col {
  *zoom: 1;
}

.article__col:before,
.article__col:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.article__col_1 {
  float: left;
}

.article__col_2 {
  float: right;
}

.article__item {
  float: left;
}

.article__item_menu {
  margin-right: 0;
  float: right;
}

.article__item_system-data {
  width: 160px;
  margin-right: 30px;
}

.article__item_desc {
  width: 450px;
}

.article__item_manager {
  margin-top: 30px;
  margin-right: 60px;
}

.article__item_btn-read-more {
  margin-right: 20px;
  width: 160px;
}

.article .system-data__txt {
  color: #5a5753;
  font-size: 13px;
  line-height: 1.2;
}

.article .system-data__logo {
  display: block;
  width: 160px;
  height: 120px;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 5px;
}

.article .system-data__logo img {
  width: 100%;
  height: auto;
}

.article .desc {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.article .desc__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 5px;
  display: block;
}

.article .desc__subtitle {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
}

.article .desc__txt {
  margin-bottom: 5px;
  /*max-height: 70px;*/
  max-height: 130px;
  overflow: hidden;
}

.article .desc__txt:last-child {
  margin-bottom: 0;
}

.article .desc__txt_m-b0 {
  margin-bottom: 0;
}

.article .manager {
  width: 200px;
}

.article .manager__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
}

.article .manager__btn-send {
  margin: 10px 0 15px;
  width: 122px;
  position: relative;
}

.article .manager__btn-send .button .icon {
  margin-top: 4px;
  margin-left: 10px;
}

.article .manager__btn-send .context-popup {
  width: 290px;
  height: 160px;
  top: calc(50% - 80px);
  left: calc(100% + 5px);
}

.article .manager__btn-send .context-popup__triangle {
  left: -7px;
  top: calc(50% - 7px);
}

.article .manager-data__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  /**/
}

.article .manager-data__qt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
}

.article .manager .group__item {
  float: none;
  margin-right: 0;
}

.article .menu-block {
  background-color: #f0f2f5;
  border-radius: 5px;
  width: 520px;
  padding: 20px;
  position: relative;
  *zoom: 1;
}

.article .menu-block_transparent {
  background-color: transparent;
}

.article .menu-block:before,
.article .menu-block:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.article .menu-block .btn-activation {
  width: 160px;
}

.article .menu-block .btn-update {
  width: 120px;
}

.article .menu-block .btn-update .button .icon {
  margin-top: 1px;
}

.article .menu-block .list-item__icon_circle-bor {
  width: 28px;
  height: 28px;
}

.article .menu-block .list {
  width: 100%;
  column-count: 2;
  column-width: 160px;
  /*&_col {
        column-count: auto;
        column-width: auto;
        width: auto;
      }*/
}

.article .menu-block .list__item {
  display: block;
  padding: 5px 0;
}

.article .menu-block .list-item__txt_right {
  margin-left: 7px;
}

.article .menu-block__body {
  *zoom: 1;
}

.article .menu-block__body:before,
.article .menu-block__body:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.article .menu-block__col_1 {
  float: left;
  width: calc(100% - 135px);
  *zoom: 1;
}

.article .menu-block__col_1:before,
.article .menu-block__col_1:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.article .menu-block__col_2 {
  float: right;
  *zoom: 1;
}

.article .menu-block__col_2:before,
.article .menu-block__col_2:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.article .menu-block__row_1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.article .menu-block__row_1 .menu-block__item {
  width: auto;
  margin-bottom: 15px;
  margin-right: 20px;
}

.article .menu-block__row_1 .menu-block__item_m-b0 {
  margin-bottom: 0 !important;
}

.article .menu-block__row_1 .menu-block__item_txt {
  width: 100%;
  margin-bottom: 10px;
}

.article .menu-block__row_1 .menu-block__item:last-child {
  /*margin-bottom: 15px;*/
  margin-right: 10px;
}

.article .menu-block__row_3 {
  display: block;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 18px;
}

.article .menu-block__row_3 .menu-block__item .list {
  columns: 1;
}

.article .menu-block__row_3 .menu-block__item .list__item {
  white-space: nowrap;
}

.article .menu-block__row_3 .list-item__new .list-item__txt {
  font-weight: 700;
}

.article .menu-block__row_3 .list-item__new .list-item__txt span {
  display: none;
}

.article .menu-block__row_3 .list-item__new .list-item__badge {
  display: inline-block;
}

.article .menu-block__row_3 .list-item__badge {
  display: none;
  vertical-align: middle;
  background-color: #00B4F0;
  color: #FFFFFF;
  border-radius: 15px;
  padding: 2px 8px;
  margin-left: 4px;
  font-size: 14px;
  font-weight: normal;
}

.article .menu-block__item_list {
  margin-right: 0;
  width: 100%;
}

.article .menu-block__item_circle-chart {
  margin-right: 0;
  float: right;
}

.article .menu-block_one-column .menu-block__col_1 {
  width: 100%;
}

.article.checked {
  background-color: #f6f6f6;
}

/*--- --- ---*/

.article.article_tp {
  width: 100%;
  max-width: 280px;
  padding-bottom: 40px;
}

.article.article_tp .article {
  /*&:last-of-type {
      margin-bottom: 0;
    }*/
}

.article.article_tp .article__body {
  position: relative;
}

.article.article_tp .article__row {
  padding: 0 20px;
}

.article.article_tp .article__row_1 {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #f0f2f5;
  border-radius: 5px;
}

.article.article_tp .article__row_2 {
  margin-top: -30px;
  /**/
}

.article.article_tp .article__item {
  margin-right: 0;
  float: none;
}

.article.article_tp .article__item_mark {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  text-align: center;
}

.article.article_tp .article__item_close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: auto;
}

.article.article_tp .system-data__logo {
  display: block;
  width: 180px;
  height: 135px;
  overflow: hidden;
}

.article.article_tp .desc {
  max-width: 190px;
}

.article.article_tp .desc__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
  color: #3b3b3b;
}

.article.article_tp .desc__txt {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.article.article_tp .menu-block {
  padding: 10px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.article.article_tp .menu-block .menu-block__body {
  padding-bottom: 0;
}

.article.article_tp .menu-block .menu-block__item_price .list__item {
  margin-right: 20px;
}

.article.article_tp .menu-block .menu-block__item_buttons .list__item {
  margin-right: 10px;
  margin-bottom: 0;
  margin-top: 5px;
}

.article.article_tp .menu-block .menu-block__item_buttons .list-item {
  cursor: pointer;
}

.article.article_tp .menu-block .menu-block__item_buttons .list-item:hover {
  text-decoration: underline;
}

.article.article_tp .menu-block .menu-block__item_buttons .list-item__txt {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.article.article_tp .menu-block .list {
  width: 100%;
}

.article.article_tp .menu-block .list__body_row {
  flex-wrap: wrap;
}

.article.article_tp .menu-block .list__item {
  margin-right: 20px;
}

.article.article_tp .menu-block .list__item:last-child {
  margin-right: 0;
}

.article.article_tp .btn-close {
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.article.article_tp .btn-close .icon {
  opacity: .3;
}

.article.article_tp .btn-close:hover {
  cursor: pointer;
}

.article.article_tp .btn-close:hover .icon {
  opacity: .6;
}

/*модификатор лдля блока "Добавить объявление"*/

.showcase_tp {
  width: 100%;
  max-width: 180px;
  margin-left: 20px;
  margin-top: 20px;
}

.showcase_tp.m-l0 {
  margin-left: 0;
}

.showcase_tp .showcase__img-link {
  margin-bottom: 0;
  padding-bottom: 135px;
}

.showcase_tp .showcase__add {
  background-color: #fff;
  color: #000;
}

.showcase_tp .showcase__add-plus {
  color: #1fa11f;
}

.showcase_tp .showcase__add-text {
  width: 120px;
}

/*--- --- ---*/

/*.b_publication*/

.b_publication .b__block {
  margin-top: 40px;
}

.b_publication .b__block:first-child {
  margin-top: 0;
}

.b_publication .b__block:nth-child(2) {
  margin-top: 30px;
}

.b_publication .b__item {
  *zoom: 1;
  padding-bottom: 0;
  padding-top: 30px;
  margin: 0;
}

.b_publication .b__item:before,
.b_publication .b__item:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.b_publication .b__item.b_pad-top-25 {
  padding-top: 25px;
}

.b_publication .article {
  padding: 30px 0;
}

.b_publication .article:first-child {
  padding-top: 0;
}

.b_publication .article:last-child {
  padding-bottom: 0;
}

/*Модификаторы для различных .article*/

.article_request {
  /*.menu {
    padding: 15px 20px;
    .list {
      &__item {
        margin-bottom: 0;
      }
    }
  }*/
}

.article_request .system-data {
  width: 110px;
}

.article_fr .article__body + .manage-vacancy {
  margin-top: 25px;
}

.nav_kn-extradition {
  background-color: #f0f2f5;
  border-radius: 5px;
  padding: 0 20px;
  *zoom: 1;
}

.nav_kn-extradition:before,
.nav_kn-extradition:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.nav_kn-extradition .list__body {
  display: block;
}

.nav_kn-extradition .list__item {
  display: inline-block;
  color: #08c;
  margin-right: 35px;
  padding: 9px 0;
}

.nav_kn-extradition .list__item:hover {
  padding: 9px 0 6px;
  border-bottom: 3px solid #0088cc;
}

.nav_kn-extradition .list__item_active {
  padding: 9px 0 6px;
  border-bottom: 3px solid #0088cc;
}

.circle-chart_135 {
  width: 135px;
  height: 135px;
}

.circle-chart_135 .circle-chart__bg {
  border-width: 15px;
}

.circle-chart_135 .circle-chart__inside {
  top: 20%;
}

.circle-chart_135 .circle-chart__txt {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.circle-chart_135 .circle-chart__precent {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
}

.circle-chart_135 .circle {
  clip: rect(0px, 135px, 135px, 67.5px);
}

.circle-chart_135 .circle__paint {
  clip: rect(0, 67.5px, 135px, 0);
  border-width: 15px;
}

/*pop-up*/

.pop-up {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.pop-up_pay-cards {
  display: table;
  max-width: 890px;
  width: auto;
}

.pop-up_pay-cards .pay-cards {
  padding: 0 20px 20px;
}

.pop-up__btn-close {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: .2;
}

.pop-up__btn-close:hover {
  opacity: .6;
}

.pop-up .desc__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

.pop-up .desc__txt:last-child {
  margin-bottom: 0;
}

.pop-up .desc__txt_small {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaaaaa;
}

.pop-up.pop-up_update-publication {
  max-width: 480px;
}

.pop-up.pop-up_update-publication .pop-up__row_1 {
  padding: 0 20px 25px 20px;
}

.pop-up.pop-up_update-publication .pop-up__row_2 {
  background-color: #f1f3f5;
  padding: 20px 20px 30px 20px;
}

.pop-up.pop-up_update-publication .pop-up__item_manager {
  margin-bottom: 30px;
}

.pop-up.pop-up_update-publication .pop-up__item_desc {
  margin-bottom: 15px;
}

.pop-up.pop-up_update-publication .btn-leave-request {
  width: 190px;
  margin: 0 auto;
}

.pop-up.pop-up_update-publication .update-message {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.pop-up.pop-up_update-publication .update-message__txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 10px;
}

.pop-up.pop-up_update-publication .update-message__date {
  font-size: 50px;
  font-weight: bold;
  border-radius: 5px;
  border: 2px solid #fa971e;
  line-height: 1;
  padding: 9px 5px;
  text-align: center;
}

.pop-up.pop-up_payment-publication {
  max-width: 450px;
}

.pop-up.pop-up_payment-publication .pop-up__item_tariffs {
  /*for inline-block*/
  font-size: 0;
  padding: 0 20px 25px 20px;
}

.pop-up.pop-up_payment-publication .article_tariff {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 200px;
  border: 1px solid #d6d8d9;
  margin-right: 10px;
  padding: 20px 0;
  box-sizing: border-box;
}

.pop-up.pop-up_payment-publication .article_tariff:last-child {
  margin-right: 0;
}

.pop-up.pop-up_payment-publication .article_tariff:hover {
  border-color: #fa971e;
  cursor: default;
}

.pop-up.pop-up_payment-publication .article_tariff:hover .article__price {
  color: #fff;
  background-color: #fa971e;
}

.pop-up.pop-up_payment-publication .article_tariff:hover .article__price .price_note {
  color: #fff;
}

.pop-up.pop-up_payment-publication .article_tariff .article__note {
  position: absolute;
  bottom: 2px;
  left: 20px;
  font-size: 12px;
  color: #979695;
}

.pop-up.pop-up_payment-publication .article_tariff .article__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 0 20px 15px 20px;
}

.pop-up.pop-up_payment-publication .article_tariff .article__price {
  text-align: center;
  background-color: #f1f3f5;
  padding: 24px 20px;
  max-height: 70px;
}

.pop-up.pop-up_payment-publication .article_tariff .article__price_free {
  padding: 8px 20px;
}

.pop-up.pop-up_payment-publication .article_tariff .article__price .price {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
}

.pop-up.pop-up_payment-publication .article_tariff .article__price .price_note {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #979695;
}

.pop-up.pop-up_payment-publication .article_tariff .article__btn-select {
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
  display: block;
}

.pop-up.pop-up_payment-publication .article_tariff .article__btn-select input {
  display: none;
}

.pop-up.pop-up_payment-publication .article_tariff .article__btn-select:hover {
  cursor: pointer;
}

.pop-up.pop-up_payment-publication .article_tariff .list {
  height: 250px;
  padding: 20px;
  box-sizing: border-box;
}

.pop-up.pop-up_payment-publication .article_tariff .list__item {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 15px;
}

.pop-up.pop-up_payment-publication .article_tariff .list__item:last-child {
  margin-bottom: 0;
}

.pop-up.pop-up_removal {
  max-width: 380px;
  padding-top: 40px;
  padding-bottom: 30px;
}

.pop-up.pop-up_removal .txt {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  max-width: 260px;
  margin: 0 auto 30px auto;
}

.pop-up.pop-up_removal .buttons {
  width: 260px;
  margin: 0 auto;
  /*for inline-block*/
  font-size: 0;
}

.pop-up.pop-up_removal .btn-delete {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: 100%;
  max-width: 120px;
}

.pop-up.pop-up_removal .btn-cancel {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 120px;
}

.pop-up.pop-up_removal-tp .pop-up__row_2 {
  background-color: #f1f3f5;
  margin-bottom: 20px;
  padding: 15px 20px;
}

.pop-up.pop-up_removal-tp .txt {
  margin: 0 auto 15px auto;
}

.pop-up.pop-up_removal-tp .list-item {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.pop-up.pop-up_removal-tp .list-item .list-item__txt {
  margin-top: 1px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
}

.pop-up.pop-up_removal-tp .desc {
  text-align: center;
}

.pop-up.pop-up_removal-tp .desc__txt_small {
  color: #6b6966;
}

@media screen and (max-width: 1550px) {
  .article__item_desc {
    width: 250px;
  }
}

@media screen and (max-width: 1100px) {
  .article__item_manager {
    margin-top: 0;
  }

  .article__item_menu {
    float: none;
  }

  .article__item_desc {
    width: calc(100% - 190px);
    margin-right: 0;
  }

  .article__col {
    float: none;
    margin-bottom: 20px;
  }

  .article__col:last-child {
    margin-bottom: 0;
  }

  .article .menu-block {
    width: 100%;
  }

  .article .menu-block__col {
    margin-bottom: 0;
  }

  .article .menu-block .list {
    width: calc(100% - 10px);
  }

  .article .menu-block_one-column .list {
    width: calc(100% - 145px);
  }

  .article_with-checkbox .group__col_2 {
    padding-left: 35px;
  }

  .article_with-checkbox .group__item_desc {
    width: calc(100% - 225px);
  }

  .article_with-checkbox .group__item_menu {
    float: right;
  }

  .b__object_request .menu .list {
    width: calc(100% - 145px);
  }

  .pop-up_pay-cards {
    max-width: 500px;
  }
}

@media screen and (max-width: 788px) {
  .article .manager {
    width: 100%;
  }

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

  .article .manager__btn-send .context-popup {
    top: calc(100% + 5px);
    left: calc(50% - 145px);
  }

  .article .manager__btn-send .context-popup__triangle {
    top: -7px;
    left: calc(50% - 7px);
  }
}

@media screen and (max-width: 530px) {
  .article__item {
    width: 100%;
    margin-right: 0;
  }

  .article__item_system-data {
    margin-bottom: 15px;
  }

  .article .menu-block_one-column .menu-block__col_1 {
    margin-bottom: 0;
  }

  .article .menu-block_one-column .menu-block__item_list {
    margin-bottom: 0;
  }

  .article .menu-block_one-column .list__item:last-child {
    margin-bottom: 0;
  }

  .article .menu-block__row_3 .menu-block__item_list {
    margin-bottom: 0;
  }

  .article .menu-block__col {
    float: none;
    width: 100%;
  }

  .article .menu-block__col_1 {
    margin-bottom: 10px;
  }

  .article .menu-block__item {
    width: 100%;
    margin-bottom: 10px;
  }

  .article .menu-block__item_delete {
    order: 1;
  }

  .article .menu-block__item_circle-chart {
    margin-bottom: 0;
  }

  .article .menu-block__item:last-child {
    /*margin-bottom: 0;*/
  }

  .article .menu-block .list {
    column-count: 1;
  }

  .article .menu-block .list__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .article .system-data {
    width: auto;
  }

  .article .manager__item {
    width: 100%;
  }

  .article .manager__btn-send .context-popup {
    left: -40px;
  }

  .article .manager__btn-send .context-popup__triangle {
    top: -7px;
    left: calc(35% - 7px);
  }

  .page-title__icon-check {
    width: 40px;
    height: 40px;
    padding: 8px;
    margin-right: 10px;
  }

  .page-title.adaptive {
    font-size: 24px;
    line-height: 1.2;
    font-weight: normal;
  }

  .page-title.adaptive.bold {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
  }

  .article.article_tp {
    padding-bottom: 10px;
  }

  .article.article_tp .menu-block .list__item {
    width: auto;
  }

  .article.article_tp .menu-block .menu-block__item {
    margin-bottom: 0;
  }

  .nav_kn-extradition .list__item {
    display: block;
    margin-bottom: 0px;
    float: left;
    width: 100%;
  }

  .nav_kn-extradition .list__item:last-child {
    margin-bottom: 0;
  }

  .pop-up_pay-cards .pay-cards {
    padding: 0 10px 10px;
  }

  .pop-up.pop-up_payment-publication {
    max-width: 300px;
  }

  .pop-up.pop-up_payment-publication .article_tariff {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .pop-up.pop-up_payment-publication .article_tariff:last-child {
    margin-right: auto;
    margin-bottom: 0;
  }

  .pop-up.pop-up_removal__btn-close {
    right: 15px;
    top: 15px;
  }

  .pop-up.pop-up_removal-tp .txt {
    width: 200px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.publication__services {
  margin-top: 10px;
  margin-bottom: -5px;
  display: flex;
  flex-wrap: wrap;
}

.publication__services-item {
  margin-right: 5px;
  margin-bottom: 5px;
}

.publication__services-item:last-child {
  margin-right: 0;
}

.publication-service {
  display: flex;
  align-items: center;
  padding: 3px 10px 3px 7px;
  border-radius: 30px;
}

.publication-service_pro {
  background-color: rgba(30, 160, 30, 0.15);
}

.publication-service_top {
  background-color: rgba(250, 150, 30, 0.15);
}

.publication-service_showcase {
  background-color: rgba(0, 180, 240, 0.15);
}

.publication-service__icon {
  font-size: 0;
  margin-right: 5px;
}

.publication-service__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding: 1px 0;
}

.publication-service__text {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-left: 8px;
}

.publication__mod-message {
  margin-top: 10px;
}

.publication__indicators {
  flex-shrink: 0;
  margin-left: auto;
  width: 140px;
}

.publication-indicator {
  display: flex;
  align-items: center;
  margin-top: 4px;
  font-size: 0;
}

.publication-indicator_status {
  font-weight: bold;
  margin-top: 1px;
}

.publication-indicator__icon {
  margin-right: 8px;
}

.publication-indicator__text {
  font-size: 18px;
  line-height: 25px;
}

.publication-indicator__new {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  background-color: #00B4F0;
  border-radius: 15px;
  padding: 0 8px;
  margin-left: 5px;
}

.publication .pa-obj-media__body {
  width: calc(100% - 340px);
}

.mod-message {
  border-radius: 10px;
  border: 1px solid #FFBE0A;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding: 15px 20px;
}

.mod-message__title {
  color: #1ea01e;
  margin-bottom: 5px;
}

@media screen and (max-width: 788px) {
  .publication__indicators {
    margin-top: 10px;
    width: calc(100% + 15px);
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
  }

  .publication-indicator {
    margin-left: 15px;
  }

  .publication-indicator_status {
    width: 100%;
    margin-bottom: 5px;
  }

  .publication .pa-obj-media {
    flex-wrap: wrap;
  }

  .publication .pa-obj-media__body {
    width: calc(100% - 180px);
    margin-right: 0;
  }
}

@media screen and (max-width: 530px) {
  .publication .pa-obj__content {
    width: 100%;
  }

  .publication .pa-obj-media__body {
    width: 100%;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.service__section {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  padding: 4px 10px 4px 10px;
  background-color: #eceef2;
  border-radius: 15px;
  margin-right: 10px;
  user-select: none;
}

.service__date {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.4);
  padding-top: 1px;
}

@media screen and (max-width: 530px) {
  .service__section {
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    padding: 2px 8px;
  }

  .service__date {
    width: 100%;
    margin-top: 5px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.snow-container {
  position: fixed;
  top: 0;
  left: -100px;
  height: 100%;
  width: calc(100% + 100px);
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.snow {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transform: translate3d(0, -100%, 0);
  animation: snow linear infinite;
}

.snow.foreground {
  background-image: url('/img/new-year/snow-large.png');
  animation-duration: 15s;
}

.snow.foreground.layered {
  animation-delay: 7.5s;
}

.snow.middleground {
  background-image: url('/img/new-year/snow-medium.png');
  animation-duration: 20s;
}

.snow.middleground.layered {
  animation-delay: 10s;
}

.snow.background {
  background-image: url('/img/new-year/snow-small.png');
  animation-duration: 30s;
}

.snow.background.layered {
  animation-delay: 15s;
}

@keyframes snow {
  0% {
    transform: translate3d(0%, -100%, 0);
  }

  100% {
    transform: translate3d(15%, 100%, 0);
  }
}

#fullpage .section {
  position: relative;
  background-position: 50%;
  background-size: cover;
}

#fullpage .section_1 {
  background-image: url('/img/new-year/section-bg-01.jpg');
}

#fullpage .section_2 {
  background-image: url('/img/new-year/section-bg-02.jpg');
}

#fullpage .section_3 {
  background-image: url('/img/new-year/section-bg-03.jpg');
}

#fullpage .section_4 {
  background-image: url('/img/new-year/section-bg-04.jpg');
}

#fullpage .section_5 {
  background-color: #211e1f;
  background-image: url('/img/new-year/section-bg-05.png');
}

#fullpage .section_6 {
  background-image: url('/img/new-year/section-bg-06.jpg');
}

#fullpage .section_7 {
  background-image: url('/img/new-year/section-bg-07.jpg');
}

#fullpage .section_8 {
  background-image: url('/img/new-year/section-bg-08.jpg');
}

#fullpage .section_9 {
  background-image: url('/img/new-year/section-bg-09.jpg');
}

#fullpage .section_10 {
  background-image: url('/img/new-year/section-bg-10.jpg');
}

#fullpage .section_11 {
  background-image: url('/img/new-year/section-bg-11.jpg');
}

#fullpage .section_12 {
  background-color: #211e1f;
  background-image: url('/img/new-year/section-bg-05.png');
}

#fullpage .section .container {
  padding-left: 50px;
  padding-right: 50px;
}

.ny__toys {
  position: fixed;
  top: 50px;
  left: 0;
  min-width: 2100px;
  width: 100%;
  height: 106px;
  overflow: hidden;
  z-index: 1;
  transition: all ease 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.ny__toys_hide {
  opacity: 0;
  transform: translateY(-110px);
}

.ny__toys-item {
  min-width: 42px;
  width: 2%;
  height: 106px;
  text-align: center;
  float: left;
}

.ny__toys-item:nth-of-type(10n - 9) {
  animation: toysRotate1 4s infinite ease;
}

.ny__toys-item:nth-of-type(4n - 2) {
  animation: toysMove1 1.8s infinite linear;
}

.ny__toys-item:nth-of-type(4n - 1) {
  transform-origin: 50% 0%;
  animation: toysPendulum2 3.5s infinite linear;
}

.ny__toys-item:nth-of-type(4n) {
  animation: toysMove2 2.2s infinite linear;
}

.ny__toys-item:nth-of-type(10n - 1) {
  text-align: right;
}

.ny__toys-item:nth-of-type(5n) {
  transform-origin: 50% 0%;
  animation: toysPendulum1 2.5s infinite linear;
}

.ny__snow {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 27px;
  background: url(/img/new-year/bottom-snow.png) repeat-x;
  background-position-y: 100%;
  z-index: 2;
}

.ny__snow-show {
  height: 100%;
}

.ny__body {
  margin: 50px auto 0;
  text-align: center;
  color: #fff;
}

.ny__body_border {
  position: relative;
  max-width: 980px;
  padding: 60px 50px;
  border: 5px solid #c3a363;
}

.ny__body_border:before {
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  border: 5px solid #c3a363;
}

.ny__gift {
  width: 160px;
  height: 80px;
  margin: 0 auto 20px;
}

.ny__h1text {
  font-size: 61px;
  line-height: 1.2;
  font-weight: normal;
}

.ny__h2text {
  font-size: 43px;
  line-height: 1.2;
  font-weight: normal;
}

.ny__star {
  max-width: 328px;
  height: 48px;
  background: url('/img/new-year/star.png') no-repeat 50%;
  margin: 20px auto 30px;
}

.ny__text {
  display: block;
  font-size: 31px;
  line-height: 1.2;
  font-weight: normal;
}

.ny__arrow {
  display: block;
  width: 40px;
  height: 40px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(-45deg);
  margin: 20px auto 0;
  animation: moveArrow 1s infinite linear;
}

.ny__arrow-link:hover .ny__arrow {
  animation-play-state: paused;
}

.ny__num {
  display: inline-block;
  font-weight: bold;
}

.ny__number-title {
  font-size: 49px;
  line-height: 1.2;
  font-weight: bold;
  display: block;
  margin: 10px 0;
}

.ny__number-text {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  display: block;
}

.ny__auditory {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.ny__circle {
  position: relative;
  width: 280px;
  height: 280px;
  margin-right: 50px;
  overflow: hidden;
}

.ny__pie {
  height: 100%;
  width: 100%;
  clip: rect(0, 280px, 280px, 140px);
  position: absolute;
  left: 0;
  top: 0;
}

.ny__pie_green {
  transform: rotate(0deg);
}

.ny__pie_green .ny__half-circle_left {
  transform: rotate(174.96deg);
  transition: transform 0.95s linear;
  border-color: #96cc63;
}

.ny__pie_green .ny__half-circle_right {
  display: none;
}

.ny__pie_yellow {
  transform: rotate(68.4deg);
}

.ny__pie_yellow .ny__half-circle_left {
  transition: transform 0.95s linear 0.4s;
  border-color: #ffd863;
}

.ny__pie_red {
  transform: rotate(136.8deg);
}

.ny__pie_red .ny__half-circle_left {
  transition: transform 0.95s linear 0.75s;
  border-color: #fc593d;
}

.ny__pie_blue {
  transform: rotate(165.96deg);
}

.ny__pie_blue .ny__half-circle_left {
  transition: transform 0.95s linear 0.95s;
  border-color: #77b5e8;
}

.ny__pie_purple {
  transform: rotate(180deg);
}

.ny__pie_purple .ny__half-circle_left {
  transition: transform 0.95s linear 1.05s;
  border-color: #a854b7;
}

.ny__half-circle {
  height: 100%;
  width: 100%;
  border: 105px solid transparent;
  border-radius: 50%;
  clip: rect(0, 140px, 280px, 0);
  position: absolute;
  left: 0;
  top: 0;
}

.ny__half-circle_left {
  transform: rotate(180deg);
  transition: transform linear;
}

.ny__half-circle_right {
  transform: rotate(180deg);
}

.ny__half-circle_hide {
  transform: rotate(0) !important;
}

.ny__description {
  display: flex;
  align-items: center;
  text-align: left;
}

.ny__left-list {
  margin-right: 15px;
}

.ny__left-item {
  margin-bottom: 10px;
}

.ny__age {
  position: relative;
  padding-left: 38px;
}

.ny__age:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 5px;
}

.ny__age_green:before {
  background-color: #96cc63;
}

.ny__age_yellow:before {
  background-color: #ffd863;
}

.ny__age_red:before {
  background-color: #fc593d;
}

.ny__age_blue:before {
  background-color: #77b5e8;
}

.ny__age_purple:before {
  background-color: #a854b7;
}

.ny__right-item {
  width: 90px;
  margin-bottom: 10px;
}

.ny__button {
  position: relative;
  width: 380px;
  font-size: 25px !important;
  margin: 50px auto 0;
  z-index: 1;
}

.ny__fir-gift {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  max-width: 1112px;
  height: 292px;
  margin: auto;
  background: url(/img/new-year/bottom-fir-gift.png) no-repeat;
}

.ny__counter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.ny__counter-num {
  display: inline-block;
  width: 35px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  margin: 5px 5px 0;
}

.ny__counter-real {
  position: absolute;
  top: 13px;
  left: 14px;
  letter-spacing: 28.5px;
  color: #000;
}

.ny__social {
  position: relative;
  z-index: 10;
}

.new-boss #fp-nav.right {
  right: 20px;
}

.new-boss #fp-nav ul {
  position: relative;
}

.new-boss #fp-nav ul:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #000;
}

.new-boss #fp-nav ul li {
  width: 20px;
  height: 20px;
  margin: 10px;
}

.new-boss #fp-nav ul li a span {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 0;
}

.new-boss #fp-nav ul li a.active span {
  width: 20px;
  height: 20px;
  margin: 0;
}

.new-boss #fp-nav ul li a.active:hover span {
  width: 20px;
  height: 20px;
  margin: 0;
}

.new-boss #fp-nav ul li:nth-child(4n - 3) a span {
  background: #2b5b23;
}

.new-boss #fp-nav ul li:nth-child(4n - 3) a.active span {
  background: #1ea01e;
  box-shadow: 0 0 7px #1ea01e;
}

.new-boss #fp-nav ul li:nth-child(4n - 2) a span {
  background: #8c301d;
}

.new-boss #fp-nav ul li:nth-child(4n - 2) a.active span {
  background: #fc593d;
  box-shadow: 0 0 7px #fc593d;
}

.new-boss #fp-nav ul li:nth-child(4n - 1) a span {
  background: #086a8b;
}

.new-boss #fp-nav ul li:nth-child(4n - 1) a.active span {
  background: #00b4f0;
  box-shadow: 0 0 7px #00b4f0;
}

.new-boss #fp-nav ul li:nth-child(4n) a span {
  background: #937800;
}

.new-boss #fp-nav ul li:nth-child(4n) a.active span {
  background: #ffcd04;
  box-shadow: 0 0 7px #ffcd04;
}

.new-boss #fp-nav ul li:hover a span {
  width: 20px;
  height: 20px;
  margin: 0;
}

.new-boss #fp-nav ul li:hover:nth-child(4n - 3) a span {
  background: #1ea01e;
}

.new-boss #fp-nav ul li:hover:nth-child(4n - 2) a span {
  background: #fc593d;
}

.new-boss #fp-nav ul li:hover:nth-child(4n - 1) a span {
  background: #00b4f0;
}

.new-boss #fp-nav ul li:hover:nth-child(4n) a span {
  background: #ffcd04;
}

@keyframes moveArrow {
  0% {
    transform: rotate(-45deg) translateY(0) translateX(0);
  }

  50% {
    transform: rotate(-45deg) translateY(5px) translateX(-5px);
  }

  100% {
    transform: rotate(-45deg) translateY(0) translateX(0);
  }
}

@keyframes toysMove1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes toysMove2 {
  0% {
    transform: translateY(-3px);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-3px);
  }
}

@keyframes toysPendulum1 {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(4deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-4deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes toysPendulum2 {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes toysRotate1 {
  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 788px) {
  #fullpage .section {
    padding-bottom: 50px;
  }

  #fullpage .section .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ny__body_border {
    padding-left: 30px;
    padding-right: 30px;
  }

  .ny__toys {
    display: none;
  }

  .ny__arrow {
    display: none;
  }

  .ny__circle {
    margin-right: 0;
    margin-bottom: 50px;
  }

  .ny__auditory {
    flex-direction: column;
    align-items: center;
  }

  .ny__fir-gift {
    display: none;
  }

  .ny__counter {
    display: block;
  }

  .ny__counter-num {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .ny__counter-real {
    top: 23px;
    left: 50%;
    margin-left: -98px;
  }

  #fp-nav {
    display: none;
  }
}

@media screen and (max-width: 530px) {
  .ny__h1text {
    font-size: 41px;
  }

  .ny__h2text {
    font-size: 29px;
  }

  .ny__text {
    font-size: 21px;
  }

  .ny__number-title {
    font-size: 33px;
  }

  .ny__number-text {
    font-size: 19px;
  }

  .ny__age:before {
    top: -2px;
  }

  .ny__button {
    width: 100%;
  }

  .ny__counter-num {
    width: 25px;
    height: 35px;
    line-height: 35px;
  }

  .ny__counter-real {
    top: 22px;
    letter-spacing: 24px;
    margin-left: -75px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.bb-settings-notifications .pa-content-body {
  padding-top: 30px;
  padding-bottom: 30px;
}

.bb-settings-notifications .bk-item + .bk-item {
  margin-top: 30px;
}

.bb-settings-notifications .bk-edit-btn {
  margin-left: 20px;
}

.bb-settings-privacy {
  margin-top: 10px;
}

.bb-settings-privacy .bk-item + .bk-item {
  margin-top: 20px;
}

.bb-settings-social-acc .pa-content-body {
  padding-top: 10px;
}

.bb-settings-social-acc .bk-item + .bk-item {
  margin-top: 20px;
}

@media screen and (max-width: 1100px) {
  .bb-settings-privacy {
    margin-top: 30px;
  }
}

@media screen and (max-width: 788px) {
  .bb-settings-security .settings-current-session {
    position: static;
    margin-top: 10px;
    margin-left: 0;
  }
}

@media screen and (max-width: 530px) {
  .bb-settings-notifications .pa-content-body {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bb-settings-notifications .bk-item + .bk-item {
    margin-top: 20px;
  }

  .bb-settings-notifications .bk-edit-btn {
    margin-left: 0;
  }

  .bb-settings-privacy {
    margin-top: 20px;
  }

  .bb-settings-privacy .bk-item_list .bk-item__right {
    margin-top: 5px;
  }

  .bb-settings-privacy .bk-item + .bk-item {
    margin-top: 10px;
  }

  .bb-settings-security .ld-list {
    margin-left: 0;
    width: 100%;
  }

  .bb-settings-security .ld-list-item + .ld-list-item {
    margin-top: 5px;
  }

  .bb-settings-social-acc .bk-item + .bk-item {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

  .bb-settings-soc-link.bk-item {
    position: relative;
  }

  .bb-settings-soc-link .bk-item__left {
    width: 100%;
    margin-right: 0;
  }

  .bb-settings-soc-link .bk-item__right {
    position: absolute;
    top: 10px;
    right: 0;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.ny-2017 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #121A45;
  background: linear-gradient(to top, #121A45, #2F3869);
}

.ny-2017__body {
  position: relative;
  top: 0;
  left: 142px;
  width: calc(100% - 142px);
  height: 100%;
  overflow: hidden;
}

.ny-2017__bg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 370px;
  width: 100%;
  height: 100%;
  background: url('/img/new-year/2017/new-year-head-bg.png') repeat-x;
  background-size: contain;
}

.ny-2017__item {
  position: relative;
  top: 7px;
  width: 37px;
  height: 37px;
  float: left;
  background: url('/img/new-year/2017/ny-bulb-grey.png') no-repeat;
  background-size: contain;
}

.ny-2017__item.yellow {
  background: url('/img/new-year/2017/ny-bulb-yellow.png') no-repeat;
  background-size: contain;
}

.ny-2017__item.blue {
  background: url('/img/new-year/2017/ny-bulb-blue.png') no-repeat;
  background-size: contain;
}

.ny-2017__item.purple {
  background: url('/img/new-year/2017/ny-bulb-purple.png') no-repeat;
  background-size: contain;
}

.ny-2017__item.green {
  background: url('/img/new-year/2017/ny-bulb-green.png') no-repeat;
  background-size: contain;
}

.ny-2017__item.red {
  background: url('/img/new-year/2017/ny-bulb-red.png') no-repeat;
  background-size: contain;
}

.ny-2017__item:nth-child(10n) {
  transform: rotate(122deg);
}

.ny-2017__item:nth-child(10n + 1) {
  transform: rotate(-135deg);
}

.ny-2017__item:nth-child(10n + 2) {
  transform: rotate(-45deg);
}

.ny-2017__item:nth-child(10n + 3) {
  transform: rotate(-105deg);
}

.ny-2017__item:nth-child(10n + 4) {
  transform: rotate(45deg);
}

.ny-2017__item:nth-child(10n + 5) {
  transform: rotate(-75deg);
}

.ny-2017__item:nth-child(10n + 6) {
  transform: rotate(-8deg);
}

.ny-2017__item:nth-child(10n + 7) {
  transform: rotate(37deg);
}

.ny-2017__item:nth-child(10n + 8) {
  transform: rotate(-151deg);
}

.ny-2017__item:nth-child(10n + 9) {
  transform: rotate(-55deg);
}

.ny-2017__manual {
  position: absolute;
  width: 280px;
  background-color: white;
  border-radius: 5px;
  padding: 15px 15px 20px 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  z-index: 1005;
}

.ny-2017__manual .arrow {
  position: absolute;
  top: -7px;
  width: 16px;
  height: 16px;
  background-color: white;
  transform: rotate(45deg);
}

.ny-2017-manual__close {
  position: absolute;
  width: 24px;
  height: 24px;
  padding: 5px;
  top: 5px;
  right: 5px;
  opacity: 0.2;
  cursor: pointer;
  z-index: 10;
}

.ny-2017-manual__close:hover {
  opacity: 0.6;
}

.ny-2017-manual__img {
  position: relative;
  margin-bottom: 5px;
  margin-left: -5px;
  z-index: 1;
}

.ny-2017-manual__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 15px;
}

.ny-2017__fire-lamp {
  position: absolute;
  width: 280px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  background-color: white;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  z-index: 1005;
}

.ny-2017__fire-lamp .arrow {
  position: absolute;
  top: -7px;
  width: 16px;
  height: 16px;
  background-color: white;
  transform: rotate(45deg);
}

.ny-2017-fl__img {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 8px;
  overflow: hidden;
  float: left;
  z-index: 2;
}

.ny-2017-fl__right {
  margin-left: 48px;
}

.ny-2017-fl__name {
  margin-top: 2px;
  margin-bottom: 4px;
}

.ny-2017__content {
  position: relative;
}

.ny-2017__content_tree {
  height: 790px;
}

.ny-2017__content_tree .ny-2017__title {
  margin-bottom: 25px;
}

.ny-2017__content_tree .ny-2017__networks {
  border-top: 5px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  border-bottom: none;
  margin-bottom: 15px;
}

.ny-2017-content__bg {
  position: absolute;
  top: 10px;
  right: 45px;
  max-width: 677px;
  width: 100%;
  max-height: 794px;
  height: 100%;
  background: url('/img/new-year/2017/ny-main-bg.png') no-repeat;
  background-size: contain;
}

.ny-2017__title {
  font-size: 55px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 35px;
}

.ny-2017__subtitle {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  color: #00B4F0;
  margin-bottom: 30px;
}

.ny-2017__subtitle span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  line-height: 1;
}

.ny-2017__subtitle span img {
  width: 100%;
  height: 100%;
}

.ny-2017__fix-w640 {
  max-width: 640px;
}

.ny-2017__fix-w500 {
  max-width: 500px;
}

.ny-2017__text {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 25px;
}

.ny-2017__networks {
  padding-bottom: 25px;
  margin-top: 30px;
  margin-bottom: 25px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
}

.ny-2017__networks .ny-2017__text {
  margin-bottom: 15px;
}

.ny-2017__light {
  margin-bottom: 30px;
}

.ny-2017-light__title {
  font-size: 55px;
  line-height: 1.2;
  font-weight: bold;
  color: #00B4F0;
  margin-bottom: 10px;
}

.ny-2017-light__subtitle {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  color: #00B4F0;
}

.ny-2017-light__list {
  margin-top: 30px;
}

.ny-2017-light__item {
  padding-right: 10px;
  margin-bottom: 10px;
}

.ny-2017-light__img {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  float: left;
}

.ny-2017-light__img img {
  border-radius: 50%;
  overflow: hidden;
}

.ny-2017-light__bulb {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -10px;
  right: -20px;
  transform: rotate(180deg);
}

.ny-2017-light__bulb.yellow {
  background: url('/img/new-year/2017/ny-bulb-yellow.png') no-repeat;
  background-size: contain;
}

.ny-2017-light__bulb.blue {
  background: url('/img/new-year/2017/ny-bulb-blue.png') no-repeat;
  background-size: contain;
}

.ny-2017-light__bulb.purple {
  background: url('/img/new-year/2017/ny-bulb-purple.png') no-repeat;
  background-size: contain;
}

.ny-2017-light__bulb.green {
  background: url('/img/new-year/2017/ny-bulb-green.png') no-repeat;
  background-size: contain;
}

.ny-2017-light__bulb.red {
  background: url('/img/new-year/2017/ny-bulb-red.png') no-repeat;
  background-size: contain;
}

.ny-2017-light__right {
  padding-left: 70px;
}

.ny-2017-light__name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 4px;
  word-wrap: break-word;
  word-break: break-word;
}

.ny-2017-light__text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.new-menu__mobile .ny-2017__body {
  left: 192px;
  width: calc(100% - 192px);
}

.head-beboss__garland {
  position: relative;
}

@media screen and (max-width: 1550px) {
  .ny-2017-content__bg {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1100px) {
  .ny-2017__content_tree {
    height: auto;
    overflow: hidden;
  }

  .ny-2017-content__bg {
    right: 0;
    opacity: 0.3;
  }

  .ny-2017-light__list {
    height: 630px;
  }

  .ny-2017-light__item {
    width: 50%;
  }
}

@media screen and (max-width: 530px) {
  .ny-2017__title {
    font-size: 35px;
    margin-bottom: 25px;
  }

  .ny-2017__subtitle {
    font-size: 21px;
    margin-bottom: 20px;
  }

  .ny-2017__subtitle span {
    width: 25px;
    height: 25px;
    margin-left: 5px;
  }

  .ny-2017__text {
    font-size: 16px;
  }

  .ny-2017__networks {
    margin-top: 25px;
  }

  .ny-2017-light__title {
    font-size: 35px;
  }

  .ny-2017-light__subtitle {
    font-size: 21px;
  }

  .ny-2017-light__list {
    height: auto;
  }

  .ny-2017-light__item {
    width: 100%;
    height: auto;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .new-menu__mobile .ny-2017__body {
    left: 0;
    width: 100%;
  }

  .new-menu__mobile .ny-2017__content_tree .ny-2017__title {
    margin-bottom: 15px;
  }

  .new-menu__mobile .ny-2017__content_tree .ny-2017__networks {
    padding-top: 20px;
    margin-bottom: 15px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.ny-2017__fix-left {
  width: 500px;
}

.ny-2017__tree {
  position: absolute;
  top: -35px;
  right: 0;
  max-width: 560px;
  width: 100%;
}

.ny-2017-tree__list {
  position: relative;
}

.ny-2017-tree__item {
  position: absolute;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}

.ny-2017-tree__item.active {
  border-width: 2px;
  z-index: 1005;
}

.ny-2017-tree__item:nth-child(4n) {
  background-color: #1EA01E;
  border-color: #1EA01E;
}

.ny-2017-tree__item:nth-child(4n + 1) {
  background-color: #00B4F0;
  border-color: #00B4F0;
}

.ny-2017-tree__item:nth-child(4n + 2) {
  background-color: #FA961E;
  border-color: #FA961E;
}

.ny-2017-tree__item:nth-child(4n + 3) {
  background-color: #FFBE0A;
  border-color: #FFBE0A;
}

.ny-2017-tree__tooltip {
  position: absolute;
  max-width: 240px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  padding: 10px 15px;
  border-radius: 20px;
  background-color: #f0f2f5;
  opacity: 1;
  transition: all 0.3s ease 0.3s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  z-index: 1004;
}

.ny-2017-tree__tooltip.left {
  padding-left: 35px;
  transform: translateX(20px);
}

.ny-2017-tree__tooltip.right {
  padding-right: 35px;
  transform: translateX(-20px);
}

.ny-2017-tree__tooltip.center {
  padding-top: 30px;
  transform: translateY(20px);
}

.ny-2017-tree__tooltip span {
  display: block;
  margin-top: 2px;
}

@media screen and (max-width: 1100px) {
  .ny-2017__fix-left {
    width: 100%;
  }

  .ny-2017__tree {
    position: relative;
    margin: 0 auto;
  }
}


/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.b__title_calendar {
  font-size: 35px;
  font-weight: normal;
  line-height: 1.2;
  margin-top: -5px;
  margin-bottom: 0;
}

.calendar__block {
  position: relative;
  width: 100%;
  height: 240px;
  border-radius: 5px;
  overflow: hidden;
}

.calendar__block:hover .calendar__about {
  height: 100%;
}

.calendar__block:hover .calendar__about-visible {
  opacity: 0;
}

.calendar__block:hover .calendar__about-hide {
  transform: translateY(0);
  opacity: 1;
}

.calendar__block_nearest {
  height: 350px;
  margin-bottom: 50px;
  background-color: #000;
}

.calendar__block_nearest .calendar__about-visible {
  min-height: 90px;
  padding: 20px 0;
}

.calendar__block_nearest .calendar__about-left {
  width: 85px;
}

.calendar__block_nearest .calendar__about-left:before {
  top: 20px;
  height: 50px;
}

.calendar__block_nearest .calendar__about-right {
  width: calc(100% - 85px);
  padding-left: 20px;
}

.calendar__block_nearest .calendar__day {
  font-size: 35px;
}

.calendar__block_nearest .calendar__month {
  font-size: 16px;
}

.calendar__block_nearest .calendar__description {
  padding-left: 20px;
}

.calendar__block_nearest .calendar__title {
  font-size: 35px;
}

.calendar__block_nearest .calendar__txt {
  font-size: 16px;
}

.calendar__block_nearest:hover .calendar__img-bg {
  opacity: 0.7;
  transform: scale(1.1);
}

.calendar__block_nearest:hover .calendar__about-visible {
  opacity: 1;
}

.calendar__message {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 30px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 30px;
  border-radius: 5px;
  z-index: 1;
}

.calendar__message_white {
  background-color: #fff;
}

.calendar__message_orange {
  background-color: #fa961e;
  color: #fff;
}

.calendar__img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: ease 1s;
}

.calendar__about {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  transition: ease 0.4s;
  z-index: 1;
}

.calendar__about-visible {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 70px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  transition: ease 0.4s;
  z-index: 1;
}

.calendar__about-left {
  width: 55px;
  flex-shrink: 0;
  text-align: center;
}

.calendar__about-right {
  width: calc(100% - 55px);
  padding-left: 15px;
  padding-right: 10px;
  border-left: 1px solid #fff;
}

.calendar__about-hide {
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transform: translateY(100%);
  transition: ease 0.4s;
  z-index: 1;
}

.calendar__about-hide .calendar__day {
  margin-bottom: 5px;
}

.calendar__about-hide .calendar__title {
  margin-bottom: 25px;
}

.calendar__about-hide .calendar__txt_location {
  margin-bottom: 18px;
}

.calendar__day {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.calendar__month {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.calendar__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.calendar__txt {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.calendar__body {
  margin-bottom: 70px;
}

.calendar__switch {
  display: flex;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 30px;
}

.calendar__switch-btn {
  display: block;
  width: 50%;
  cursor: pointer;
}

.calendar__switch-btn_active .calendar__btn {
  background-color: #1ea01e;
  color: #fff;
}

.calendar__switch-btn_active .calendar__btn .calendar__icon-norm {
  display: none;
}

.calendar__switch-btn_active .calendar__btn .calendar__icon-active {
  display: block;
}

.calendar__btn {
  width: 100%;
  height: 40px;
  border: 1px solid #1ea01e;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.calendar__btn:hover {
  background-color: #1ea01e;
  color: #fff;
}

.calendar__btn:hover .calendar__icon-norm {
  display: none;
}

.calendar__btn:hover .calendar__icon-active {
  display: block;
}

.calendar__btn_left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.calendar__btn_right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.calendar__btn-icon {
  display: inline-block;
  margin-right: 10px;
}

.calendar__btn-icon .calendar__icon-norm {
  display: block;
}

.calendar__btn-icon .calendar__icon-active {
  display: none;
}

.calendar__month-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 20px;
}

.calendar__month-btn {
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
  border: 1px solid #1ea01e;
  border-radius: 5px;
  cursor: pointer;
}

.calendar__month-btn:hover {
  background-color: #1ea01e;
}

.calendar__month-btn:hover:before {
  border-color: #fff;
}

.calendar__month-btn:before {
  content: '';
  position: absolute;
  top: 12px;
  width: 12px;
  height: 12px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: #6b6966;
}

.calendar__month-btn_left:before {
  left: 15px;
  transform: rotate(45deg);
}

.calendar__month-btn_right:before {
  left: 9px;
  transform: rotate(-135deg);
}

.calendar__month-title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.calendar__check {
  display: none;
}

.calendar__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1%;
}

.calendar__item {
  display: block;
  width: 13.5%;
  color: #494641;
  border-radius: 5px;
  background-color: #f1f2f6;
  overflow: hidden;
}

.calendar__item_head {
  border: none;
  font-size: 16px;
  line-height: 1;
  color: #7f7e7c;
  background-color: transparent;
}

.calendar__item_hide {
  color: #afafae;
  border: 3px solid #f1f2f6;
  background-color: #fff;
}

.calendar__item_hide .calendar__date {
  font-weight: normal;
}

.calendar__item_img {
  background-position: center;
  background-size: cover;
  color: #fff;
}

.calendar__item_img:hover .calendar__item-about {
  transform: translateY(0);
}

.calendar__item_img:hover .calendar__item-date,
.calendar__item_img:hover .calendar__item-title {
  opacity: 1;
}

.calendar__item_img:hover .calendar__date {
  opacity: 0;
}

.calendar__item-body {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.calendar__item-body_many .calendar__item {
  position: relative;
  height: 0;
  padding-bottom: 49%;
}

.calendar__item-body_many .calendar__item_img:hover + .calendar__date {
  opacity: 0;
}

.calendar__item-body_many .calendar__item-about {
  transform: translateY(100%);
}

.calendar__item-body_many .calendar__item-title {
  font-size: 14px;
}

.calendar__item-body_many .calendar__date {
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}

.calendar__item-body_two .calendar__item:nth-of-type(1) {
  width: 100%;
  margin-bottom: 2%;
}

.calendar__item-body_two .calendar__item:nth-of-type(2) {
  width: 100%;
}

.calendar__item-body_three .calendar__item:nth-of-type(1) {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
}

.calendar__item-body_three .calendar__item:nth-of-type(2) {
  width: 49%;
}

.calendar__item-body_three .calendar__item:nth-of-type(3) {
  width: 100%;
}

.calendar__item-body_four .calendar__item:nth-of-type(1) {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
}

.calendar__item-body_four .calendar__item:nth-of-type(2) {
  width: 49%;
  margin-bottom: 2%;
}

.calendar__item-body_four .calendar__item:nth-of-type(3) {
  width: 49%;
  margin-right: 2%;
  float: left;
}

.calendar__item-body_four .calendar__item:nth-of-type(4) {
  width: 49%;
}

.calendar__item-about {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 1%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transform: translateY(100%) translateY(-55px);
  transition: ease 0.4s;
}

.calendar__item-date {
  margin-bottom: 10px;
  font-size: 16px;
  opacity: 0;
  transition: opacity ease 0.4s;
}

.calendar__item-title {
  font-size: 16px;
  font-weight: bold;
  word-wrap: break-word;
  opacity: 0;
  transition: opacity ease 0.4s;
}

.calendar__date {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  opacity: 1;
  transition: opacity ease 0.4s;
  z-index: 1;
}

.calendar__popup {
  position: relative;
  width: 240px;
  height: 220px;
  margin: 0 auto;
}

.calendar__popup_many {
  height: 240px;
}

.calendar__popup_many .calendar__popup-item {
  position: relative;
  display: block;
  height: 115px;
}

.calendar__popup_many .calendar__popup-item .calendar__popup-date,
.calendar__popup_many .calendar__popup-item .calendar__popup-title {
  font-size: 14px;
}

.calendar__popup_many .calendar__popup-about {
  min-height: 60px;
}

.calendar__popup_two .calendar__popup-item .calendar__popup-title {
  font-size: 16px;
}

.calendar__popup_two .calendar__popup-item:nth-of-type(1) {
  width: 100%;
  margin-bottom: 10px;
}

.calendar__popup_two .calendar__popup-item:nth-of-type(2) {
  width: 100%;
}

.calendar__popup_three .calendar__popup-item:nth-of-type(1) {
  width: 115px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

.calendar__popup_three .calendar__popup-item:nth-of-type(1) .calendar__popup-date {
  display: none;
}

.calendar__popup_three .calendar__popup-item:nth-of-type(2) {
  width: 115px;
  float: right;
}

.calendar__popup_three .calendar__popup-item:nth-of-type(2) .calendar__popup-date {
  display: none;
}

.calendar__popup_three .calendar__popup-item:nth-of-type(3) {
  width: 100%;
  clear: both;
}

.calendar__popup_three .calendar__popup-item:nth-of-type(3) .calendar__popup-title {
  font-size: 16px;
}

.calendar__popup_four .calendar__popup-item .calendar__popup-date {
  display: none;
}

.calendar__popup_four .calendar__popup-item:nth-of-type(1) {
  width: 115px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

.calendar__popup_four .calendar__popup-item:nth-of-type(2) {
  width: 115px;
  margin-bottom: 10px;
  float: right;
}

.calendar__popup_four .calendar__popup-item:nth-of-type(3) {
  width: 115px;
  margin-right: 10px;
  float: left;
}

.calendar__popup_four .calendar__popup-item:nth-of-type(4) {
  width: 115px;
  float: right;
}

.calendar__popup-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.calendar__popup-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.calendar__popup-about {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 15px;
  color: #fff;
}

.calendar__popup-date {
  font-size: 16px;
  margin-bottom: 5px;
}

.calendar__popup-title {
  font-size: 21px;
  font-weight: bold;
}

.calendar__popup-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.calendar__popup-close i {
  width: 14px;
  height: 14px;
  opacity: .3;
}

.calendar__notification {
  width: 100%;
  background-color: #fffbd3;
}

.calendar__notification-title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 15px;
}

.calendar__notification-txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.calendar__notification-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 35px;
}

.calendar__notification-body_page {
  display: block;
  margin-bottom: 50px;
}

.calendar__notification-body .form {
  width: 100%;
}

.calendar__notification-body .form_horizon {
  align-items: flex-end;
}

.calendar__notification-body .form__group {
  max-width: 280px;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 15px;
}

.calendar__notification-body .form__group:last-of-type {
  margin-right: 0;
}

.calendar__notification-body .form__txt {
  margin-bottom: 10px;
}

.calendar__notification-btn {
  margin-top: 15px;
}

@media screen and (max-width: 1100px) {
  .calendar__item {
    cursor: pointer;
  }

  .calendar__item_img:hover .calendar__date {
    opacity: 1;
  }

  .calendar__item-body_many .calendar__item {
    padding-bottom: 48%;
    pointer-events: none;
  }

  .calendar__item-body_many .calendar__item:last-of-type .calendar__item-about {
    transform: translateY(0) !important;
  }

  .calendar__item-body_many .calendar__item-title {
    display: none;
  }

  .calendar__item-body_many .calendar__date {
    right: 0;
    bottom: 25%;
    width: 48%;
    height: auto;
    line-height: 1;
    text-align: center;
    background-color: transparent;
  }

  .calendar__item-body_two .calendar__item:nth-of-type(1) {
    margin-bottom: 4%;
  }

  .calendar__item-body_three .calendar__item:nth-of-type(1) {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .calendar__item-body_three .calendar__item:nth-of-type(2) {
    width: 48%;
  }

  .calendar__item-body_four .calendar__item:nth-of-type(1) {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .calendar__item-body_four .calendar__item:nth-of-type(2) {
    width: 48%;
    margin-bottom: 4%;
  }

  .calendar__item-body_four .calendar__item:nth-of-type(3) {
    width: 48%;
    margin-right: 4%;
  }

  .calendar__item-body_four .calendar__item:nth-of-type(4) {
    width: 48%;
  }

  .calendar__item-about {
    transform: translateY(0);
  }

  .calendar__item-date,
  .calendar__item-title {
    display: none;
  }

  .calendar__date {
    right: inherit;
    bottom: 50%;
    width: 100%;
    text-align: center;
    margin-bottom: -10.5px;
    font-size: 21px;
    line-height: 1;
  }
}

@media screen and (max-width: 788px) {
  .calendar__block {
    height: 200px;
  }

  .calendar__block_nearest {
    height: 350px;
  }

  .calendar__notification-body .form__group:last-of-type {
    margin-right: 20px;
  }
}

@media screen and (max-width: 530px) {
  .calendar__block_nearest {
    height: 200px;
    margin-bottom: 45px;
  }

  .calendar__block_nearest .calendar__about-visible {
    min-height: 70px;
    padding: 15px 0;
  }

  .calendar__block_nearest .calendar__about-left {
    width: 55px;
  }

  .calendar__block_nearest .calendar__about-right {
    width: calc(100% - 55px);
    padding-left: 15px;
  }

  .calendar__block_nearest .calendar__day,
  .calendar__block_nearest .calendar__title {
    font-size: 21px;
  }

  .calendar__block_nearest .calendar__month,
  .calendar__block_nearest .calendar__txt {
    font-size: 14px;
  }

  .calendar__message {
    top: 10px;
    right: 10px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
  }

  .calendar__switch {
    margin-bottom: 20px;
  }

  .calendar__item_head {
    font-size: 14px;
  }

  .calendar__date {
    margin-bottom: -8px;
    font-size: 16px;
  }

  .calendar__notification-body .form__group {
    max-width: 300px;
    margin-right: 0;
  }

  .calendar__notification-body .form__group:last-of-type {
    margin-right: 0;
  }

  .calendar__notification-body .form__group .input-edit__data {
    max-width: 100%;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.calendar__head {
  position: relative;
  width: 100%;
  min-height: 450px;
  background-color: #000;
}

.calendar__head .breadcrumbs_new {
  margin-top: 25px;
}

.calendar__head-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0.5;
}

.calendar__head-body {
  color: #fff;
  margin-top: 120px;
  margin-bottom: 100px;
}

.calendar__head-date {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.calendar__head-title {
  font-size: 55px;
  line-height: 1.2;
  font-weight: bold;
  word-wrap: break-word;
}

.calendar__head-city {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 20px;
}

.calendar__head-btn {
  display: flex;
  align-items: center;
  width: 100%;
}

.calendar__head-btn .button {
  display: block;
}

.calendar__head-txt {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.2;
  max-width: 180px;
}

.calendar__party {
  display: flex;
  flex-wrap: wrap;
}

.calendar__party-item {
  min-width: 150px;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.calendar__party-link .calendar__party-name {
  color: #0088cc;
}

.calendar__party-link:hover .calendar__party-name {
  text-decoration: underline;
}

.calendar__party-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 10px;
  overflow: hidden;
}

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

.calendar__party-name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}

.calendar__info .list__item {
  margin-bottom: 15px;
}

.calendar__info .list__item:last-child {
  margin-bottom: 15px;
}

@media screen and (max-width: 1550px) {
  .calendar__party-item {
    width: 33%;
  }
}

@media screen and (max-width: 1100px) {
  .calendar__party-item {
    width: 25%;
  }

  .calendar__info .list {
    font-size: 0;
    columns: 2;
  }

  .calendar__info .list__item {
    width: 100%;
    display: inline-block;
    padding-right: 20px;
  }
}

@media screen and (max-width: 788px) {
  .calendar__party-item {
    width: 33%;
  }
}

@media screen and (max-width: 530px) {
  .calendar__head {
    min-height: 400px;
  }

  .calendar__head-body {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .calendar__head-btn {
    flex-direction: column;
    align-items: flex-start;
  }

  .calendar__head-title {
    font-size: 35px;
    margin: 5px 0;
  }

  .calendar__head-txt {
    max-width: inherit;
    margin-top: 15px;
  }

  .calendar__party-item {
    width: 50%;
  }

  .calendar__info .list {
    columns: 1;
  }

  .calendar__info .list__item {
    padding-right: 0;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

/*страница сравнения*/

.comparison-page__title {
  font-size: 55px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-page__txt {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-page__item {
  margin-top: 60px;
}

.comparison-page__ps {
  margin-top: 40px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  max-width: 930px;
}

.comparison-page .comparison-item {
  font-size: 0;
  text-align: center;
  *zoom: 1;
  position: relative;
}

.comparison-page .comparison-item:before,
.comparison-page .comparison-item:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.comparison-page .comparison-item_start .comparison-item__name {
  display: inline-block;
  padding: 18px 0 17px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -30px;
}

.comparison-page .comparison-item_start .comparison-item__img {
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
}

.comparison-page .comparison-item_start .comparison-item__img-wrap {
  vertical-align: top;
  width: 50%;
}

.comparison-page .comparison-item_start .comparison-item__txt {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 25px;
}

.comparison-page .comparison-item_start .comparison-item__border {
  top: 78px;
}

.comparison-page .comparison-item_finish .comparison-item__txt {
  max-width: 175px;
  width: 100%;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  border: 1px solid #FA961E;
  border-radius: 50px;
  padding: 17px 5px 16px;
  margin-bottom: 0;
}

.comparison-page .comparison-item_finish .comparison-item__txt-wrap {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.comparison-page .comparison-item_finish .comparison-item__name {
  width: 175px;
  position: absolute;
  margin-left: -87.5px;
  text-transform: uppercase;
  left: 50%;
}

.comparison-page .comparison-item__name {
  display: inline-block;
  padding: 18px 38px 17px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  border-radius: 50px;
  background-color: #FFBE0A;
  position: relative;
}

.comparison-page .comparison-item__txt {
  display: inline-block;
  font-size: 18px;
  line-height: 1.4;
  width: 50%;
  vertical-align: top;
  margin-bottom: 30px;
  padding: 0 40px;
}

.comparison-page .comparison-item__img {
  display: inline-block;
  width: 320px;
  border-radius: 10px;
  vertical-align: top;
}

.comparison-page .comparison-item__img img {
  width: 100%;
}

.comparison-page .comparison-item__img-wrap {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.comparison-page .comparison-item__scale {
  display: inline-block;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 18px;
}

.comparison-page .comparison-item__border {
  width: 4px;
  height: 100%;
  background-image: url(../img/comparison-page/border.png);
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 60px;
}

.comparison-page .scale__mark {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.comparison-page .scale__mark:last-child {
  margin-right: 0;
}

.comparison-page .scale__mark.red {
  background-color: #ff0000;
}

.comparison-page .scale__mark.pink {
  background-color: rgba(255, 0, 0, 0.3);
}

.comparison-page .scale__mark.green {
  background-color: #1EA01E;
}

.comparison-page .ps__title {
  font-size: 31px;
  line-height: 1.4;
  font-weight: bold;
}

.comparison-page .ps__txt {
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 788px) {
  .comparison-page__title {
    font-size: 35px;
    line-height: 1.2;
    font-weight: bold;
  }

  .comparison-page__txt {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }

  .comparison-page .comparison-item_start .comparison-item__txt {
    font-size: 21px;
    line-height: 1.2;
    font-weight: bold;
  }

  .comparison-page .comparison-item_finish .comparison-item__txt {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    line-height: 1.4;
    padding: 13px 5px;
  }

  .comparison-page .comparison-item_finish .comparison-item__txt-wrap {
    padding: 0 10px;
  }

  .comparison-page .comparison-item_finish .comparison-item__name {
    position: static;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .comparison-page .comparison-item__txt {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
    padding: 0 10px;
  }

  .comparison-page .comparison-item__img {
    width: 240px;
  }

  .comparison-page .comparison-item__name {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    line-height: 1.4;
    padding: 14px 38px;
  }

  .comparison-page .ps__title {
    font-size: 21px;
    line-height: 1.2;
    font-weight: bold;
  }

  .comparison-page .ps__txt {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }
}

@media screen and (max-width: 530px) {
  .comparison-page__title {
    font-size: 21px;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 25px;
  }

  .comparison-page__txt {
    margin-top: 15px;
  }

  .comparison-page__item {
    margin-top: 40px;
  }

  .comparison-page__ps {
    margin-top: 30px;
  }

  .comparison-page .comparison-item_start .comparison-item__img img {
    transform: scale(0.75);
  }

  .comparison-page .comparison-item__img {
    width: 140px;
  }

  .comparison-page .comparison-item__txt {
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 15px;
  }

  .comparison-page .ps__title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    line-height: 1.4;
  }

  .comparison-page .ps__txt {
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.beboss-error {
  max-width: 850px;
  text-align: center;
  font-size: 0;
  margin-top: 45px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.beboss-error__img {
  margin-bottom: 20px;
}

.beboss-error__title {
  font-size: 55px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
}

.beboss-error__text {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 20px;
}

.beboss-error__btn {
  display: inline-block;
}

@media screen and (max-width: 530px) {
  .beboss-error {
    margin-top: 0;
  }

  .beboss-error__img {
    margin-bottom: 10px;
  }

  .beboss-error__title {
    font-size: 24px;
  }

  .beboss-error__text {
    font-size: 16px;
  }
}

@media (min-width: 1381px) and (max-width: 1840px) {
  .container_404 {
    margin-left: auto;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.job-page-header {
  color: #ffffff;
  background-image: url(/img/job-2018/header-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 300px;
  min-height: 540px;
  padding-top: 50px;
  padding-bottom: 355px;
}

.job-page-header__title {
  font-size: 55px;
  line-height: 1.2;
  font-weight: bold;
}

.job-page-header__subtitle {
  margin-top: 25px;
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
}

.job-page__block {
  *zoom: 1;
  margin-top: 50px;
}

.job-page__block:before,
.job-page__block:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.job-page__col {
  float: left;
  margin-right: 2%;
}

.job-page__col:last-child {
  margin-right: 0;
}

.job-page__col_66 {
  width: 66%;
}

.job-page__col_32 {
  width: 32%;
}

.job-page__team-photo {
  width: 100%;
  max-width: 730px;
  overflow: hidden;
  border-radius: 10px;
  margin-top: -300px;
}

.job-page__team-photo img {
  width: 100%;
}

.job-page__features {
  margin-top: 50px;
}

.job-page__slider {
  margin-top: 45px;
  overflow: hidden;
}

.job-hh__img {
  width: 125px;
  margin-bottom: 20px;
}

.job-hh__img img {
  width: 100%;
}

.job-hh__text {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 20px;
}

.job-request {
  background-color: #eceef2;
  border-radius: 10px;
  padding: 35px 30px;
  width: 95%;
}

.job-request__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 35px;
}

.job-request__item {
  margin-bottom: 20px;
  font-size: 0;
}

.job-request__item:last-child {
  margin-bottom: 0;
}

.job-request__label {
  display: block;
}

.job-request__label_file {
  display: inline-block;
}

.job-request__label_file input {
  display: none;
}

.job-request__caption {
  width: 160px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  margin-top: 13px;
  cursor: default;
  font-size: 18px;
  line-height: 1.4;
}

.job-request__input-container {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 170px);
}

.job-request__input .bk-input-text {
  height: 50px;
  font-size: 18px;
}

.job-request__textarea textarea {
  min-height: 90px;
}

.job-request__err {
  margin-top: 10px;
}

.job-request-mes {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
}

.job-request-mes__icon {
  display: inline-block;
  margin-bottom: 15px;
}

.job-request-mes__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 15px;
}

.job-request-mes__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.job-request-file {
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 10px;
}

.job-request-file:first-child {
  margin-top: 15px;
}

.job-request-file:last-child {
  margin-bottom: -5px;
}

.job-request-file:hover {
  background-color: #ffffff;
}

.job-request-file:hover .job-request-file__btn-delete {
  display: block;
}

.job-request-file__link {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 10px;
  max-width: calc(100% - 100px);
}

.job-request-file__icon {
  width: 34px;
  height: 42px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 10px;
}

.job-request-file__icon i {
  margin-left: -8px;
  margin-top: -4px;
}

.job-request-file__name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.job-request-file__size {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.4);
}

.job-request-file__btn-delete {
  display: none;
  margin-left: auto;
  cursor: pointer;
}

.job-request-file__btn-delete .bk-item__icon {
  transition: opacity 150ms linear;
}

.job-request-file__btn-delete:hover .bk-item__icon {
  opacity: .2;
}

.job-slider__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.job-slider__title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  margin-right: 20px;
}

.job-slider__link {
  margin-left: auto;
  flex-shrink: 0;
}

.job-slider__link .bk-item__icon {
  width: 40px;
  height: 40px;
}

.job-slider__link .bk-item__icon img {
  width: 100%;
}

.job-slider__link .bk-item__txt {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 40px;
}

.job-slider__body {
  width: 200%;
}

.job-slider__item {
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 20px;
  outline: none;
}

.job-slider__img {
  width: 100%;
}

.job-slider__btn {
  width: 40px;
  height: 40px;
  background-color: #00B4F0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
  transition: all 150ms ease;
}

.job-slider__btn:hover {
  background-color: #0088cc;
}

.job-slider__btn:last-child {
  margin-right: 0;
}

.job-slider__btn_prev i {
  transform: rotate(180deg);
}

.job-slider__btn-container {
  display: flex;
  margin-top: 20px;
}

.job-features {
  *zoom: 1;
}

.job-features:before,
.job-features:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.job-features__item {
  float: left;
  width: 32%;
  margin-right: 2%;
}

.job-features__item:last-child {
  margin-right: 0;
}

.job-features__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 15px;
}

.job-features__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 10px;
}

.job-features__img {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1380px) {
  .job-page-header {
    background-position-x: 0;
  }
}

@media screen and (max-width: 1100px) {
  .job-request__caption {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    width: 100%;
  }

  .job-request__input-container {
    width: 100%;
  }
}

@media screen and (max-width: 788px) {
  .job-page-header {
    padding-top: 6.2%;
    padding-bottom: 48%;
    min-height: 0;
  }

  .job-page-header__subtitle {
    margin-top: 3.4%;
  }

  .job-page__team-photo {
    min-height: 126px;
    margin-top: -42%;
  }

  .job-page__col {
    margin-bottom: 50px;
  }

  .job-page__col:last-child {
    margin-bottom: 0;
  }

  .job-page__col_66 {
    width: 100%;
    margin-right: 0;
  }

  .job-page__col_32 {
    width: 100%;
  }

  .job-features__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .job-features__item:last-child {
    margin-bottom: 0;
  }

  .job-features__img {
    height: auto;
  }

  .job-request {
    width: 100%;
  }

  .job-request-file:hover {
    background-color: transparent;
  }

  .job-request-file__btn-delete {
    display: block;
  }

  .job-request-file__btn-delete .bk-item__txt {
    display: none;
  }

  .job-slider__btn-container {
    display: none;
  }
}

@media screen and (max-width: 530px) {
  .job-page__slider {
    margin-top: 35px;
  }

  .job-page-header {
    padding-top: 6%;
  }

  .job-page-header__subtitle {
    font-size: 21px;
    line-height: 1.2;
    font-weight: bold;
  }

  .job-slider__head {
    flex-wrap: wrap;
  }

  .job-slider__title {
    width: 100%;
    margin-right: 0;
  }

  .job-slider__link {
    margin-left: 0;
    margin-top: 20px;
  }

  .job-slider__item {
    width: 150px;
  }

  .job-request {
    padding: 15px 20px 20px;
  }

  .job-request-file__link {
    max-width: calc(100% - 30px);
  }

  .job-request__item {
    margin-bottom: 15px;
  }

  .job-request__title {
    margin-bottom: 10px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.miss-fr {
  /*Страница участия*/
  /*Результаты голосования*/
  /*Оценка жюри*/
}

.miss-fr__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f2f5;
  background-image: url("/img/miss-fr/2019/head-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.miss-fr-header {
  position: relative;
  padding: 50px 0;
}

.miss-fr-header-content {
  display: flex;
  justify-content: space-between;
}

.miss-fr-header-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 304px);
}

.miss-fr-header-right {
  margin-left: 80px;
}

.miss-fr-header-bottom {
  margin-top: 20px;
}

.miss-fr__logo {
  width: 224px;
  height: 304px;
}

.miss-fr-content {
  padding-bottom: 40px;
}

.miss-fr-content .b__big-title {
  margin-top: 50px;
  margin-bottom: 30px;
}

.miss-fr-content .font-subhead-r,
.miss-fr-content .font-subhead-b {
  line-height: 1.4;
}

.miss-fr-list {
  padding-bottom: 10px;
}

.miss-fr-list_mini .miss-fr-item__logo {
  width: 80px;
  height: 60px;
}

.miss-fr-list_mini .miss-fr-item__name {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}

.miss-fr-list_mini .miss-fr-item__company {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.miss-fr-list_mini .miss-fr-item__vote-count {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.miss-fr-list .share__item_border:last-of-type {
  display: none !important;
}

.miss-fr-item {
  text-align: center;
}

.miss-fr-item:hover .miss-fr-item__name {
  text-decoration: underline;
}

.miss-fr-item:hover .miss-first-img {
  opacity: 0;
}

.miss-fr-item:hover .miss-second-img {
  opacity: 1;
}

.miss-fr-item__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 125%;
  border-radius: 10px;
  overflow: hidden;
}

.miss-fr-item__img .miss-second-img {
  opacity: 0;
}

.miss-fr-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  transition: opacity 0.25s ease-in-out;
}

.miss-fr-item__logo {
  width: 100px;
  height: 75px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  border-radius: 6px;
  overflow: hidden;
}

.miss-fr-item__name {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.miss-fr-item__company {
  font-size: 18px;
  line-height: 1.4;
}

.miss-fr-item__vote-count {
  font-size: 18px;
  line-height: 1.4;
}

.miss-fr-item .button {
  max-width: 150px;
  margin: 10px auto 0;
}

.miss-fr__separate {
  width: 100%;
  height: 5px;
  background: rgba(0, 0, 0, 0.1);
  margin: 20px 0 30px;
}

.miss-fr-about {
  margin-top: 30px;
  padding-bottom: 40px;
}

.miss-fr-photo {
  position: relative;
  max-width: 320px;
  width: 100%;
  float: left;
}

.miss-fr-photo img {
  position: absolute;
}

.miss-fr-photo .fotorama__stage {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

.miss-fr-photo .fotorama__nav {
  text-align: left;
}

.miss-fr-photo .fotorama__thumb {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

.miss-fr-photo .fotorama__thumb-border {
  border-radius: 6px;
}

.miss-fr-description {
  width: calc(100% - 360px);
  float: right;
}

.miss-fr-description .miss-fr__separate {
  margin: 40px 0;
}

.miss-fr-company .bk-logo {
  float: left;
}

.miss-fr-company-about {
  margin-left: 160px;
}

.miss-fr-popup-social .bk-share-big__item {
  height: 60px;
  margin-top: 10px;
  margin-right: 10px;
}

.miss-fr-popup-social .bk-share-big__item:last-of-type {
  margin-right: 0;
}

.miss-fr-popup-social .bk-share-big-btn__icon-container i {
  width: 60px;
  height: 60px;
}

.miss-fr-video {
  max-width: 640px;
}

.miss-fr-end-vote {
  padding: 30px;
  background-color: #FFF4B3;
  border-radius: 10px;
}

.miss-fr-step {
  padding-bottom: 40px;
}

.miss-fr-step-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.miss-fr-step-item + .miss-fr-step-item {
  margin-top: 10px;
}

.miss-fr-step-img {
  max-width: 410px;
  width: 100%;
}

.miss-fr-step-about {
  width: calc(100% - 480px);
}

.miss-fr-step-btn {
  margin-top: 20px;
}

.miss-fr-step-btn .button {
  margin-top: 10px;
}

.miss-fr-grey-bg {
  background-color: #ECEEF2;
}

.miss-fr-get {
  padding-bottom: 20px;
}

.miss-fr-get-item {
  text-align: center;
}

.miss-fr-get__img {
  width: 128px;
  height: 128px;
  margin: 0 auto;
}

.miss-fr-stages {
  padding-bottom: 50px;
}

.miss-fr-stages-list {
  position: relative;
}

.miss-fr-stages-list:before {
  content: '';
  position: absolute;
  top: 53px;
  left: 7.5%;
  right: 7.5%;
  width: 85%;
  height: 10px;
  background: linear-gradient(270deg, #5FBE00 0%, #4F44CF 31.52%, #25D8D8 65.26%, #E9E23B 100.1%);
}

.miss-fr-stages-item {
  position: relative;
  width: 15%;
  text-align: center;
  float: left;
}

.miss-fr-stages-item:before {
  content: '';
  position: absolute;
  top: 46px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.miss-fr-stages-item + .miss-fr-stages-item {
  margin-left: 2%;
}

.miss-fr-stages-item.active:before {
  background: #00B4F0;
  border: 4px solid #ffffff;
}

.miss-fr-stages-item.active .miss-fr-stages__date {
  color: #000000;
}

.miss-fr-stages__date {
  font-size: 18px;
  line-height: 1.4;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.2);
}

.miss-fr-stages__text {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 64px;
}

.miss-fr-rule {
  padding-bottom: 20px;
}

.miss-fr-prizes {
  text-align: center;
  padding-bottom: 25px;
}

.miss-fr-prizes__img {
  width: 220px;
  height: 160px;
  margin: 0 auto;
}

.miss-fr-partners-item {
  text-align: center;
}

.miss-fr-partners__img {
  position: relative;
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
}

.miss-fr-partners .button {
  margin-left: auto;
  margin-right: auto;
}

.miss-fr__logo-result {
  max-width: 320px;
  width: 100%;
  margin: 50px auto 0;
}

.miss-fr-result-winner {
  position: relative;
  margin-top: 50px;
}

.miss-fr-result-winner__bg {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 900px;
  width: 100%;
  height: 410px;
  border-radius: 26px;
  background-image: url("/img/miss-fr/2019/bg-winner.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  transform: translateX(-50%);
  z-index: -1;
}

.miss-fr-result-winner .b__big-title {
  padding-top: 40px;
}

.miss-fr-result-vote {
  margin-top: 50px;
  text-align: center;
}

.miss-fr-result-vote .font-normal-2-r {
  max-width: 900px;
  margin: 20px auto 0;
}

.miss-fr-result-vote a {
  margin-top: 20px;
}

.miss-fr-result-participant {
  margin-top: 50px;
  margin-bottom: 20px;
}

.miss-fr-result-participant .miss-fr-list {
  margin-top: 30px;
}

.miss-fr-winner {
  width: 256px;
  margin: 40px auto 0;
}

.miss-fr-vice {
  display: flex;
  justify-content: space-around;
  max-width: 900px;
  margin: 30px auto 0;
}

.miss-fr-vice-item {
  width: 256px;
  margin: 0 20px;
}

.miss-fr-vice__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 30px;
}

.miss-fr-decision-item {
  min-width: 220px;
  width: 25%;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  text-align: left;
  padding-right: 30px;
}

.miss-fr-decision-item__img {
  width: 50px;
  height: 64px;
  border-radius: 10px;
  overflow: hidden;
}

.miss-fr-decision-item__name {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}

.miss-fr-showcase {
  position: relative;
  padding: 0 68px;
}

.miss-fr-slider__btn {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  border-radius: 50%;
  border: 1px solid #1ea01e;
  padding: 11px;
  cursor: pointer;
  transition: opacity .25s ease;
}

.miss-fr-slider__btn:hover {
  opacity: .6;
}

.miss-fr-slider__btn.prev {
  left: 0;
}

.miss-fr-slider__btn.next {
  right: 0;
}

.miss-fr-jury-list {
  *zoom: 1;
}

.miss-fr-jury-list:before,
.miss-fr-jury-list:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.miss-fr-jury-item {
  width: calc(25% - 15px);
  margin-top: 30px;
  margin-right: 20px;
  float: left;
}

.miss-fr-jury-item:nth-child(4n) {
  margin-right: 0;
}

.miss-fr-jury-item-big {
  width: 50%;
  margin-top: 30px;
  padding-right: 30px;
  float: left;
}

.miss-fr-jury-item-big:nth-child(2n-1) {
  clear: left;
}

.miss-fr-jury-item-big_full {
  width: 100%;
  padding-right: 0;
}

.miss-fr-jury-img {
  width: 184px;
  height: 230px;
  border-radius: 16px;
  overflow: hidden;
  float: left;
}

.miss-fr-jury-img-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}

.miss-fr-jury-img-circle + .miss-fr-jury-left {
  padding-left: 58px;
}

.miss-fr-jury-about {
  padding-left: 204px;
}

.miss-fr-jury__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.miss-fr-jury__text {
  font-size: 18px;
  line-height: 1.4;
}

.miss-fr-jury__stext {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

@media screen and (max-width: 1100px) {
  .miss-fr-header .b__super-title {
    font-size: 40px;
  }

  .miss-fr-header-left {
    width: calc(100% - 264px);
  }

  .miss-fr-header-right {
    margin-left: 40px;
  }

  .miss-fr-step-item {
    flex-direction: column;
    text-align: center;
  }

  .miss-fr-step-img {
    order: 1;
  }

  .miss-fr-step-about {
    width: 100%;
    margin-top: 10px;
    order: 2;
  }

  .miss-fr-step-btn {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }

  .miss-fr-stages__text {
    font-size: 16px;
  }

  .miss-fr-prizes .font-subhead-b {
    margin-top: 20px;
  }

  .miss-fr-decision-item {
    padding-right: 20px;
  }

  .miss-fr-jury-item {
    width: calc(50% - 15px);
    margin-right: 30px;
  }

  .miss-fr-jury-item:nth-child(2n) {
    margin-right: 0;
  }

  .miss-fr-jury-item-big {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 788px) {
  .miss-fr .b__big-title {
    font-size: 24px;
  }

  .miss-fr-header-content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .miss-fr-header-left {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  .miss-fr-header-left .button {
    margin-left: auto;
    margin-right: auto;
  }

  .miss-fr-header-right {
    text-align: center;
    margin-left: 0;
  }

  .miss-fr-content .b__big-title {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .miss-fr-photo {
    float: none;
  }

  .miss-fr-description {
    width: 100%;
    margin-top: 20px;
    float: none;
  }

  .miss-fr-step {
    padding-bottom: 30px;
  }

  .miss-fr-step .font-head-b {
    font-size: 24px;
  }

  .miss-fr-step .font-subhead-r {
    font-size: 18px;
    margin-top: 10px;
  }

  .miss-fr-step-btn {
    margin-top: 10px;
  }

  .miss-fr-stages {
    padding-bottom: 30px;
  }

  .miss-fr-stages-list:before {
    content: none;
  }

  .miss-fr-stages-item {
    width: 100%;
    text-align: left;
    float: none;
  }

  .miss-fr-stages-item:before {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
  }

  .miss-fr-stages-item + .miss-fr-stages-item {
    margin-left: 0;
    margin-top: 10px;
  }

  .miss-fr-stages__date {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
    margin-left: 5px;
  }

  .miss-fr-stages__text {
    margin-top: 5px;
  }

  .miss-fr-rule {
    padding-bottom: 10px;
  }

  .miss-fr-prizes {
    padding-bottom: 0;
  }

  .miss-fr-prizes .font-subhead-r,
  .miss-fr-prizes .font-subhead-b {
    font-size: 18px;
  }

  .miss-fr-popup-social .bk-share-big__list {
    margin-left: -5px;
    margin-right: -5px;
  }

  .miss-fr-popup-social .bk-share-big__item {
    margin-left: 5px;
    margin-right: 5px;
  }

  .miss-fr-popup-social .bk-share-big__item:last-of-type {
    margin-right: 5px;
  }
}

@media screen and (max-width: 530px) {
  .miss-fr-header {
    padding: 30px 0;
  }

  .miss-fr-header .b__super-title {
    font-size: 35px;
  }

  .miss-fr__logo {
    width: 170px;
    height: 231px;
  }

  .miss-fr-item__logo {
    width: 80px;
    height: 60px;
  }

  .miss-fr-item__name {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
  }

  .miss-fr-item__company {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }

  .miss-fr-item__vote-count {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }

  .miss-fr-item .button {
    max-width: 100%;
  }

  .miss-fr-about {
    margin-top: 20px;
  }

  .miss-fr-description .miss-fr__separate {
    margin: 30px 0;
  }

  .miss-fr-description .b__super-title {
    font-size: 35px;
  }

  .miss-fr-company .bk-logo {
    float: none;
  }

  .miss-fr-company-about {
    margin-top: 10px;
    margin-left: 0;
  }

  .miss-fr-step-btn .button {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .miss-fr-photo {
    max-width: 100%;
  }

  .miss-fr_result .b__super-title {
    font-size: 35px;
  }

  .miss-fr__logo-result {
    margin-top: 30px;
  }

  .miss-fr-result-winner .b__big-title {
    padding-top: 30px;
  }

  .miss-fr-winner {
    margin-top: 30px;
  }

  .miss-fr-vice-item {
    margin: 0 10px;
  }

  .miss-fr-showcase {
    padding: 0 53px;
  }

  .miss-fr-slider__btn {
    width: 38px;
    height: 38px;
    margin-top: -19px;
    padding: 6px;
  }

  .miss-fr-decision-item {
    min-width: 200px;
  }

  .miss-fr_jury .b__super-title {
    font-size: 35px;
  }

  .miss-fr-jury-item {
    width: 100%;
    margin-right: 0;
  }

  .miss-fr-jury-img {
    margin-right: 0;
    float: none;
  }

  .miss-fr-jury-about {
    padding-left: 0;
    margin-top: 15px;
    float: none;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.beboss-app__header {
  background-image: url(../img/mobile-apps-page/mob-app-bg-header3.jpg);
  background-repeat: no-repeat;
  background-position: 300px center;
  background-size: calc(100% - 300px) auto;
  position: relative;
  text-align: center;
  color: #fff;
  height: 420px;
  font-size: 0;
}

.beboss-app__header::before {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.beboss-app__title {
  margin-top: 50px;
  margin-bottom: 50px;
}

.beboss-app__title-txt {
  font-size: 55px;
  line-height: 1.2;
  font-weight: bold;
}

.beboss-app__item {
  display: inline-block;
  vertical-align: top;
  width: 250px;
}

.beboss-app__item:hover .beboss-app__item-icon {
  box-shadow: 0 10px 40px 0 #FFBE0A;
  transform: scale(1.2);
}

.beboss-app__item:hover .beboss-app__item-txt {
  text-decoration: none;
}

.beboss-app__item_active {
  pointer-events: none;
  cursor: default;
  position: relative;
}

.beboss-app__item_active::after {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  position: absolute;
  background-color: #fff;
  top: 175px;
}

.beboss-app__item_active .beboss-app__item-icon {
  box-shadow: 0 10px 40px 0 #FFBE0A;
  transform: scale(1.2);
}

.beboss-app__item_active .beboss-app__item-txt {
  text-decoration: none;
}

.beboss-app__item-icon {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 70px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: transform 0.1s linear;
}

.beboss-app__item-icon img {
  width: 100%;
}

.beboss-app__item-txt {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  text-decoration: underline;
}

.beboss-app__img {
  margin-top: 40px;
  text-align: center;
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
}

.beboss-app__desc {
  width: 100%;
  max-width: 800px;
  margin: 55px auto 0;
}

.beboss-app__desc-title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
}

.beboss-app__desc-txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 22px;
}

.beboss-app__download {
  margin-top: 40px;
}

.beboss-app__form {
  border-radius: 10px;
  overflow: hidden;
  max-width: 800px;
  width: 100%;
  margin: 50px auto;
}

.download-app {
  font-size: 0;
  text-align: center;
}

.download-app__title {
  display: inline-block;
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 35px;
}

.download-app__btn {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  text-align: left;
  color: #fff;
  background-color: #000;
  border-radius: 15px;
  padding: 20px;
  margin-right: 20px;
}

.download-app__btn:last-child {
  margin-right: 0;
}

.download-app__btn-icon {
  margin-right: 20px;
}

.download-app__btn-txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.get-link {
  text-align: center;
  background-color: #f0f2f5;
  padding: 40px 20px 50px 20px;
}

.get-link__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 25px;
}

.get-link .form__group {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.get-link .form__group:last-child {
  margin-right: 0;
}

.get-link .form__group_phone {
  width: 250px;
}

.get-link .form__group_phone input::-webkit-input-placeholder {
  color: #000;
}

.get-link .form__group_phone input::-moz-placeholder {
  color: #000;
}

.get-link .form__group_phone input:-moz-placeholder {
  color: #000;
}

.get-link .form__group_phone input:-ms-input-placeholder {
  color: #000;
}

.get-link .form__group_platform {
  width: 160px;
}

.get-link .form__group_btn-send-sms {
  width: 170px;
}

.get-link .button {
  font-weight: bold;
}

.get-link .input {
  padding: 0 18px;
}

.get-link .select-box {
  padding-left: 15px;
}

@media screen and (max-width: 1550px) {
  .beboss-app__item {
    width: 220px;
  }
}

@media screen and (max-width: 1380px) {
  .beboss-app__header {
    background-size: cover;
    background-position: center center;
  }
}

@media screen and (max-width: 1100px) {
  .beboss-app__title {
    margin-top: 30px;
  }

  .beboss-app__item {
    width: 180px;
  }

  .beboss-app__item_active::after {
    top: 160px;
  }

  .beboss-app__item-icon {
    width: 60px;
    height: 60px;
  }

  .beboss-app__img img {
    width: 100%;
  }
}

@media screen and (max-width: 850px) {
  .beboss-app__header {
    background-position: 0 center;
  }
}

@media screen and (max-width: 788px) {
  .beboss-app__header {
    position: relative;
    height: 270px;
    overflow: visible;
  }

  .beboss-app__header .container {
    height: 100%;
  }

  .beboss-app__title {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
  }

  .beboss-app__title-txt {
    font-size: 35px;
    line-height: 1.2;
    font-weight: bold;
  }

  .beboss-app__list {
    background-color: #f0f2f5;
    position: absolute;
    top: 200px;
    height: auto;
    overflow: hidden;
    width: calc(100% + 10px);
    left: -10px;
    z-index: 100;
    padding: 0 20px 0 30px;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    color: #000;
    transition: height 0.2s linear;
  }

  .beboss-app__list_turn .beboss-app__item {
    opacity: 0;
  }

  .beboss-app__list_turn .beboss-app__item_active {
    opacity: 1;
  }

  .beboss-app__list_turn .beboss-app__item_active::after {
    display: none;
  }

  .beboss-app__list_expand {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  }

  .beboss-app__list_expand .beboss-app__item_active::before {
    transform: rotate(315deg);
    top: 55px;
  }

  .beboss-app__item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    order: 1;
    transition: opacity 0.2s linear;
  }

  .beboss-app__item:hover .beboss-app__item-icon {
    transform: scale(1);
    box-shadow: none;
  }

  .beboss-app__item_active {
    padding-top: 30px;
    padding-bottom: 30px;
    order: 0;
    pointer-events: auto;
  }

  .beboss-app__item_active::after {
    background-color: #cccccc;
    height: 1px;
    top: auto;
    bottom: 0;
    left: 0;
  }

  .beboss-app__item_active::before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border-top: 4px solid #cccccc;
    border-right: 4px solid #cccccc;
    position: absolute;
    right: 0;
    top: 47px;
    transform: rotate(135deg);
  }

  .beboss-app__item_active .beboss-app__item-icon {
    transform: scale(1);
    box-shadow: none;
  }

  .beboss-app__item-icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    margin-bottom: 0;
  }

  .beboss-app__item-txt {
    margin-top: -2px;
  }

  .beboss-app__img {
    margin-top: 65px;
  }

  .beboss-app__desc {
    margin-top: 30px;
  }

  .beboss-app__download {
    margin-top: 30px;
  }

  .beboss-app__form {
    margin-top: 35px;
  }

  .download-app__title {
    font-size: 21px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .download-app__btn {
    display: flex;
    max-width: 300px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }

  .download-app__btn:last-child {
    margin-bottom: 0;
    margin-right: auto;
  }

  .get-link {
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .get-link .form__group {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: 250px;
  }

  .get-link .form__group:last-child {
    margin-bottom: 0;
    margin-right: auto;
  }
}

@media screen and (max-width: 530px) {
  .beboss-app__list {
    padding: 0 10px 0 20px;
  }

  .beboss-app__list_turn .beboss-app__item::before {
    top: 24px;
  }

  .beboss-app__list_expand .beboss-app__item::before {
    top: 33px;
  }

  .beboss-app__item {
    margin-bottom: 20px;
  }

  .beboss-app__item_active {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .beboss-app__item-icon {
    width: 35px;
    height: 35px;
    border-radius: 10px;
  }

  .beboss-app__item-txt {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    line-height: 1.4;
  }

  .beboss-app__img {
    margin-top: 20px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

/*Стили для страницы "Ваше спасибо учтено"*/

.thanks-page {
  margin-left: 300px;
  position: relative;
}

.thanks-page__img {
  padding-top: 50px;
  padding-bottom: calc(58% - 50px);
  background-image: url(/img/thanks-page/team.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  background-position-y: -70px;
}

.thanks-page__txt {
  font-size: 55px;
  line-height: 1.2;
  font-weight: bold;
  color: #0088cc;
  text-align: center;
  margin-top: -80px;
}

.new-menu__hide .thanks-page {
  margin-left: 0px;
}

.new-menu__mobile .thanks-page {
  margin-left: 0px;
}

@media screen and (max-width: 1100px) {
  .thanks-page__img {
    background-position-y: 0px;
  }
}

@media screen and (max-width: 788px) {
  .thanks-page__img {
    padding-top: 20px;
    padding-bottom: calc(61.7% - 20px);
  }

  .thanks-page__txt {
    margin-top: -40px;
  }
}

@media screen and (max-width: 530px) {
  .thanks-page__img {
    font-size: 21px;
    line-height: 1.2;
    font-weight: normal;
  }

  .thanks-page__txt {
    font-size: 35px;
    line-height: 1.2;
    font-weight: bold;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.beboss-search__main {
  margin-top: 30px;
  margin-bottom: 50px;
}

.beboss-search__aside {
  width: 300px;
}

.beboss-search__title {
  margin-top: 15px;
  max-width: calc(100% - 125px);
}

.beboss-search__title-qt {
  user-select: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.4);
  margin-left: 10px;
}

.beboss-search__form {
  margin-top: 15px;
}

.beboss-search__correction {
  margin-top: 20px;
  width: calc(100% - 330px);
}

.beboss-search__extradition {
  margin-top: 20px;
  width: calc(100% - 330px);
}

.beboss-search__breadcrumbs .bk-breadcrumbs__item::after {
  display: none;
}

.bs-search-form {
  font-size: 0;
  user-select: none;
  position: relative;
}

.bs-search-form_no-filter .bs-search-form__input-container {
  width: calc(100% - 125px);
}

.bs-search-form__input {
  width: 100%;
}

.bs-search-form__input_icon.bk-input-text {
  padding-left: 50px;
}

.bs-search-form__input-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 455px);
  margin-right: 20px;
}

.bs-search-form__input.bk-input-text {
  height: 50px;
  font-size: 18px;
  line-height: 1.4;
}

.bs-search-form__input ~ .bk-input-autocomplete .bk-input-autocomplete__item {
  height: 50px;
  display: flex;
  align-items: center;
}

.bs-search-form__icon-container {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 14px;
  left: 15px;
}

.bs-search-form__btn {
  display: inline-block;
  vertical-align: top;
  padding-top: 11px;
  padding-bottom: 12px;
  width: 105px;
  font-size: 18px;
  line-height: 1.4;
}

.bs-search-form__btn-icon {
  display: none;
}

.bs-search-form__filter {
  width: 300px;
  float: right;
  margin-bottom: 50px;
}

.bs-filter {
  background-color: #eceef2;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.bs-filter_narrow .bs-filter__title:after {
  content: none;
}

.bs-filter_narrow .bs-filter__btn {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}

.bs-filter_narrow .bs-filter__btn:last-child {
  margin-bottom: 0;
}

.bs-filter__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  padding: 12px 20px 13px;
}

.bs-filter__body {
  padding: 0 20px 20px;
}

.bs-filter__item {
  margin-top: 20px;
}

.bs-filter__item .bk-checkbox {
  display: flex;
  justify-content: space-between;
}

.bs-filter__item_check {
  margin-top: 15px;
  position: relative;
}

.bs-filter__item_check:first-of-type {
  margin-top: 0;
}

.bs-filter__item_separator {
  height: 1px;
  border-top: 1px dashed #cccccc;
}

.bs-filter__btn {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 5px);
  margin-right: 10px;
}

.bs-filter__btn:last-child {
  margin-right: 0;
}

.bs-filter__btn-container {
  font-size: 0;
}

.bs-filter__qt {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 4px;
  margin-left: 10px;
  text-align: right;
}

.bs-correction {
  font-size: 0;
}

.bs-correction__text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}

.bs-correction__btn {
  user-select: none;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
}

.bs-extr__item {
  margin-bottom: 20px;
}

.bs-extr__item:last-child {
  margin-bottom: 0;
}

.bs-extr-item__top {
  margin-bottom: 5px;
}

.bs-extr-item__bottom {
  margin-left: -15px;
  font-size: 0;
}

.bs-extr-item__link {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 5px;
  display: block;
}

.bs-extr-item__breadcrumbs {
  margin-bottom: 5px;
}

.bs-extr-item__main {
  *zoom: 1;
  display: flex;
}

.bs-extr-item__main:before,
.bs-extr-item__main:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.bs-extr-item__text {
  margin-top: 6px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.bs-extr-item__text:last-child {
  margin-bottom: 0;
}

.bs-extr-item__img {
  user-select: none;
  flex-shrink: 0;
  width: 200px;
  margin-left: 10px;
}

.bs-extr-item__img img {
  width: 100%;
  border-radius: 5px;
}

.bs-extr-item__author {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-top: 5px;
}

.bs-extr-item__author-photo {
  user-select: none;
  width: 26px;
  height: 26px;
}

.bs-extr-item__author-photo img {
  width: 100%;
  border-radius: 50%;
}

.bs-extr-item__info {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  user-select: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 7px;
}

.bs-extr-item__photo {
  user-select: none;
  float: left;
  width: 80px;
  height: 80px;
}

.bs-extr-item__photo img {
  width: 100%;
  border-radius: 50%;
}

.bs-extr-item_person .bs-extr-item__link {
  display: inline;
}

.bs-extr-item_person .bs-extr-item__status {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  display: inline;
  color: rgba(0, 0, 0, 0.4);
}

.bs-extr-item_person .bs-extr-item__info {
  display: block;
  float: left;
  margin-top: 0;
  user-select: all;
}

.bs-extr-item_person .bs-extr-item__text {
  float: left;
  width: calc(100% - 95px);
  margin-left: 15px;
}

.bs-extr-item_nothing {
  font-size: 0;
}

.bs-extr-item_nothing .bs-extr-item__img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 40px;
}

.bs-extr-item_nothing .bs-extr-item__text {
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 240px);
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.bs-previous__title {
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  line-height: 1.4;
  user-select: none;
}

.bs-previous__links {
  font-size: 0;
}

.bs-previous__links a {
  font-size: 18px;
  line-height: 1.4;
  word-wrap: break-word;
}

.bs-previous__links span {
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 1100px) {
  .beboss-search__main {
    padding-right: 0;
  }

  .beboss-search__title {
    max-width: 100%;
  }

  .beboss-search__correction {
    width: 100%;
  }

  .beboss-search__extradition {
    width: 100%;
  }

  .bs-search-form__filter {
    width: 100%;
    margin-top: 20px;
    float: none;
    margin-bottom: 0;
  }

  .bs-search-form__input-container {
    width: calc(100% - 125px);
  }

  .bs-search-form__input ~ .bk-input-autocomplete {
    position: relative;
  }

  .bs-filter.active .bs-filter__title::after {
    top: 25px;
    transform: rotate(-45deg);
  }

  .bs-filter__title {
    position: relative;
    cursor: pointer;
  }

  .bs-filter__title::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 20px;
    border-top: 1.5px solid #cccccc;
    border-right: 1.5px solid #cccccc;
    transform: rotate(135deg);
  }

  .bs-filter__body {
    padding: 10px 20px 20px;
  }

  .bs-filter_selected .bs-filter__title::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #1ea01e;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 90px;
  }
}

@media screen and (max-width: 788px) {
  .bs-filter_narrow .bs-filter__title:after {
    content: '';
  }

  .bs-filter_narrow .bs-filter__btn {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 0;
  }

  .bs-filter_narrow .bs-filter__btn:last-child {
    margin-right: 0;
  }

  .bs-extr-item__img {
    width: 100px;
  }

  .bs-extr-item_nothing .bs-extr-item__img {
    width: 125px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }

  .bs-extr-item_nothing .bs-extr-item__text {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 530px) {
  .beboss-search__main {
    margin-top: 20px;
  }

  .beboss-search__extradition {
    margin-top: 10px;
  }

  .beboss-search__title {
    font-size: 21px !important;
    margin-top: 5px;
  }

  .beboss-search__title-qt {
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
  }

  .beboss-search__form {
    margin-top: 10px;
  }

  .beboss-search__correction {
    margin-top: 10px;
  }

  .bs-filter__title {
    max-height: 40px;
    padding: 7px 20px 8px;
  }

  .bs-filter__title::after {
    top: 14px;
  }

  .bs-filter_selected .bs-filter__title::before {
    top: 10px;
  }

  .bs-filter.active .bs-filter__title::after {
    top: 19px;
  }

  .bs-search-form_no-filter .bs-search-form__input-container {
    width: calc(100% - 50px);
  }

  .bs-search-form_no-filter .bs-search-form__btn {
    font-size: 0;
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  .bs-search-form_no-filter .bs-search-form__btn-icon {
    display: block;
  }

  .bs-search-form__input_icon.bk-input-text {
    padding-left: 15px;
  }

  .bs-search-form__input-container {
    margin-right: 10px;
    width: calc(100% - 115px);
  }

  .bs-search-form__input.bk-input-text {
    height: 40px;
  }

  .bs-search-form__input ~ .bk-input-autocomplete .bk-input-autocomplete__item {
    height: 40px;
  }

  .bs-search-form__btn {
    padding-top: 7px;
    padding-bottom: 9px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }

  .bs-search-form__filter {
    margin-top: 10px;
  }

  .bs-search-form__icon-container {
    display: none;
  }

  .bs-extr-item__link {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }

  .bs-extr-item__img {
    display: none;
  }

  .bs-extr-item__info {
    display: none;
  }

  .bs-extr-item__photo {
    width: 50px;
    height: 50px;
  }

  .bs-extr-item_person .bs-extr-item__info {
    margin-left: 10px;
    width: calc(100% - 60px);
  }

  .bs-extr-item_person .bs-extr-item__text {
    margin-left: 10px;
    width: calc(100% - 60px);
  }

  .bs-correction {
    display: flex;
    align-items: center;
  }

  .bs-correction__text {
    margin-right: 20px;
  }

  .bs-previous__title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }

  .bs-previous__links a {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }

  .bs-previous__links span {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.4;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

#main {
  position: relative;
}

.roulette {
  margin-bottom: 45px;
  overflow: hidden;
}

.roulette__body {
  z-index: 2;
  position: relative;
  width: 720px;
  height: 720px;
  margin: 63px auto 40px;
  border-radius: 50%;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.11);
}

.roulette__body:before {
  content: '';
  position: absolute;
  top: -0.5px;
  left: -0.5px;
  width: 721px;
  height: 721px;
  background: url('/img/roulette-obodok.png') no-repeat;
  background-size: contain;
}

.roulette__arrow {
  position: absolute;
  top: -33px;
  left: 50%;
  margin-left: -39.5px;
  z-index: 10;
}

.roulette__arrow i {
  background-size: contain;
}

.roulette__round {
  position: absolute;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  top: 30px;
  left: 30px;
  overflow: hidden;
  border-radius: 50%;
}

.roulette__map-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  z-index: 10;
}

.roulette__map area {
  cursor: pointer;
}

.roulette__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 330px 89px 0;
  -moz-transform: translate3d(0, 0, 1px);
}

.roulette__area {
  position: absolute;
  right: 36.5%;
  width: 27%;
  height: 50%;
  text-align: center;
  transform-origin: bottom;
  overflow: hidden;
  z-index: 0;
}

.roulette__area:before {
  content: '';
  position: absolute;
  top: 0;
  left: 132px;
  width: 1px;
  height: 330px;
  transform: skew(-14.8deg);
  background: #464646;
  z-index: 2;
}

.roulette__area:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/img/roulette-bg.png') no-repeat;
  background-size: contain;
  z-index: 0;
}

.roulette__area_black {
  z-index: 1;
}

.roulette__area_black .roulette__background {
  border-color: #3E3E3E transparent transparent transparent;
}

.roulette__area_blue .roulette__background {
  border-color: #00b4f0 transparent transparent transparent;
}

.roulette__area_orange .roulette__background {
  border-color: #fa961e transparent transparent transparent;
}

.roulette__area_green .roulette__background {
  border-color: #1ea01e transparent transparent transparent;
}

.roulette__area_yellow .roulette__background {
  border-color: #FFBE0A transparent transparent transparent;
}

.roulette__area:nth-child(1) {
  transform: rotate(0deg);
}

.roulette__area:nth-child(2) {
  transform: rotate(30deg);
}

.roulette__area:nth-child(3) {
  transform: rotate(60deg);
}

.roulette__area:nth-child(4) {
  transform: rotate(90deg);
}

.roulette__area:nth-child(5) {
  transform: rotate(120deg);
}

.roulette__area:nth-child(6) {
  transform: rotate(150deg);
}

.roulette__area:nth-child(7) {
  transform: rotate(180deg);
}

.roulette__area:nth-child(8) {
  transform: rotate(210deg);
}

.roulette__area:nth-child(9) {
  transform: rotate(240deg);
}

.roulette__area:nth-child(10) {
  transform: rotate(270deg);
}

.roulette__area:nth-child(11) {
  transform: rotate(300deg);
}

.roulette__area:nth-child(12) {
  transform: rotate(330deg);
}

.roulette__area.hover .roulette__background {
  opacity: 0.9;
}

.roulette__content {
  position: relative;
  top: 20px;
  color: #fff;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  z-index: 1;
}

.roulette__price {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -90px;
  width: 180px;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  display: none;
  z-index: 12;
}

.roulette__bigtitle {
  font-size: 60px;
}

.roulette__title {
  font-size: 35px;
}

.roulette__subtitle {
  font-size: 25px;
}

.roulette__text {
  font-size: 18px;
}

.roulette__stext {
  font-size: 10px;
}

.roulette__circle {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  overflow: hidden;
  margin: 5px auto 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.roulette__circle_super {
  color: #000;
  margin-bottom: 15px;
  background: linear-gradient(179.04deg, #FFF500 9.08%, #CD8B27 92.67%), #FFFFFF;
  box-shadow: 0 0 11px rgba(228, 188, 21, 0.1);
}

.roulette__circle_icon i {
  width: 100%;
  height: 100%;
  background-size: contain;
}

.roulette__circle_icon i.icon-roulette_repeat {
  transform: rotate(-90deg);
}

.roulette__info {
  text-align: center;
}

.roulette__btn {
  width: 250px;
  margin: 0 auto 15px;
}

.roulette__balance {
  color: #aaaaaa;
  margin-bottom: 5px;
}

.roulette__balance span {
  color: #000;
}

.roulette__prize {
  margin-top: 33px;
}

.roulette__prize-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.roulette__prize-item {
  width: 215px;
  height: 180px;
  border: 4px solid #9ABBC1;
  box-sizing: border-box;
  border-radius: 15px;
  margin: 0 7.5px 50px 7.5px;
}

.roulette__prize-circle {
  width: 152px;
  height: 152px;
  border-radius: 50%;
  margin: -33px auto 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15), inset 0 0 30px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.roulette__prize-circle_blue {
  background-color: #00b4f0;
}

.roulette__prize-circle_yellow {
  background-color: #FFBE0A;
}

.roulette__prize-circle_orange {
  background-color: #fa961e;
}

.roulette__prize-circle_green {
  background-color: #1ea01e;
}

.roulette__prize-circle_black {
  background-color: #3E3E3E;
}

.roulette__prize-bigtitle {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}

.roulette__prize-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}

.roulette__prize-subtitle {
  font-size: 18px;
  font-weight: bold;
}

.roulette__prize-text,
.roulette__prize-stext {
  font-size: 12px;
}

.roulette__prize-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding: 0 20px;
}

.roulette__prize-txt {
  width: 60px;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
}

.roulette__prize-price {
  font-size: 20px;
  padding: 5px 8px;
  color: #fff;
  background: #1EA01E;
  border-radius: 5px;
  margin-left: 10px;
}

.roulette__prize-date {
  margin-top: 8px;
  padding: 0 10px;
  font-size: 14px;
  text-align: center;
}

.roulette__prize-date span {
  font-weight: bold;
  color: #aaaaaa;
}

.roulette-tooltip {
  position: absolute;
  max-width: 400px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 20px 20px 10px 20px;
  z-index: 1005;
}

.roulette-tooltip .arrow {
  position: absolute;
  top: -7px;
  width: 16px;
  height: 16px;
  background-color: white;
  transform: rotate(45deg);
}

.roulette-tooltip__close {
  position: absolute;
  width: 24px;
  height: 24px;
  padding: 5px;
  top: 5px;
  right: 5px;
  opacity: 0.2;
  cursor: pointer;
  z-index: 10;
}

.roulette-tooltip__close:hover {
  opacity: 0.6;
}

.roulette-tooltip__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
}

.roulette-tooltip__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.roulette-tooltip__img {
  width: 100px;
  height: 100px;
  margin-right: 15px;
  float: left;
}

.roulette-tooltip__right {
  margin-left: 115px;
}

.roulette-tooltip__right .button {
  margin: 10px 0;
}

.roulette__button {
  width: 158px;
  height: 158px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFE442;
  z-index: 11;
  overflow: hidden;
  cursor: pointer;
  filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.15));
}

.roulette__button::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 11px;
  left: 50%;
  transform: translate(-50%);
  background: #EDD43E;
  border-radius: 50%;
}

.roulette__button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: background-color 0.15s;
}

.roulette__button:hover::after {
  background: rgba(0, 0, 0, 0.2);
}

.roulette__button:active::after {
  background: rgba(0, 0, 0, 0.4);
}

.roulette__button-body {
  width: 126px;
  height: 126px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, #FF2E2E 26.21%, #D11817 100%);
  border-radius: 50%;
  font-weight: bold;
  font-size: 26px;
  line-height: 34px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.roulette__button-body::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  background: linear-gradient(180deg, rgba(255, 204, 204, 0.25) 0%, rgba(255, 46, 46, 0) 100%);
  border-radius: 50%;
}

.fireworks__inner {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  overflow: hidden;
}

.fireworks__container {
  width: 50%;
}

.fireworks__wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.fireworks {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.fireworks__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

@media screen and (max-width: 788px), screen and (max-height: 920px) {
  .roulette__body {
    width: 500px;
    height: 500px;
    box-shadow: 0 8px 0 rgba(0, 0, 0, 0.11);
  }

  .roulette__body:before {
    width: 501px;
    height: 501px;
  }

  .roulette__arrow {
    margin-left: -30px;
    top: -26px;
  }

  .roulette__arrow i {
    width: 60px;
  }

  .roulette__round {
    width: calc(100% - 42px);
    height: calc(100% - 42px);
    top: 21px;
    left: 21px;
  }

  .roulette__area {
    height: 229px;
  }

  .roulette__area:before {
    left: 91px;
    height: 229px;
  }

  .roulette__map {
    display: none;
  }

  .roulette__map-img {
    display: none;
  }

  .roulette__background {
    border-width: 229px 62px 0;
  }

  .roulette__content {
    top: 15px;
  }

  .roulette__bigtitle {
    font-size: 30px;
  }

  .roulette__title {
    font-size: 21px;
  }

  .roulette__subtitle {
    font-size: 18px;
  }

  .roulette__text {
    font-size: 12px;
  }

  .roulette__stext {
    font-size: 7px;
  }

  .roulette__circle {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  .roulette__circle_surprise {
    font-size: 52px;
  }

  .roulette__circle_repeat i {
    width: 35px;
    height: 35px;
  }

  .roulette__img {
    width: 40px;
    margin: 0 auto;
  }

  .roulette__img img {
    width: 100%;
    height: auto;
  }

  .roulette__button {
    width: 110px;
    height: 110px;
  }

  .roulette__button-body {
    width: 80px;
    height: 80px;
    font-size: 16px;
    line-height: 24px;
  }

  .roulette__button-body::before {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 530px), screen and (max-height: 700px) {
  .roulette__body {
    width: 300px;
    height: 300px;
    margin-top: 50px;
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.11);
  }

  .roulette__body:before {
    width: 301px;
    height: 301px;
  }

  .roulette__arrow {
    top: -18px;
    margin-left: -20px;
  }

  .roulette__arrow i {
    width: 40px;
  }

  .roulette__round {
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
  }

  .roulette__area {
    height: 139px;
  }

  .roulette__area:before {
    left: 55px;
    height: 139px;
  }

  .roulette__background {
    border-width: 139px 38.3px 0;
  }

  .roulette__content {
    top: 8px;
  }

  .roulette__bigtitle {
    font-size: 18px;
  }

  .roulette__title {
    font-size: 14px;
  }

  .roulette__subtitle {
    font-size: 10px;
  }

  .roulette__text {
    font-size: 6px;
  }

  .roulette__stext {
    font-size: 5px;
  }

  .roulette__circle {
    width: 35px;
    height: 35px;
  }

  .roulette__circle_surprise {
    font-size: 30px;
  }

  .roulette__circle_repeat i {
    width: 20px;
    height: 20px;
  }

  .roulette__img {
    width: 20px;
  }

  .roulette__button {
    width: 90px;
    height: 90px;
  }

  .roulette__button-body {
    width: 70px;
    height: 70px;
    font-size: 14px;
    line-height: 22px;
  }

  .roulette__button-body::before {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 530px) {
  .roulette-tooltip {
    max-width: 300px;
    padding: 15px 15px 5px 15px;
  }

  .roulette-tooltip__close {
    top: 0;
    right: 0;
  }

  .roulette-tooltip__img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }

  .roulette-tooltip__right {
    margin-left: 80px;
  }
}
.container-scope {
  padding-top: 32px;
  border-top: 1px solid #ccc;
  max-width: 1152px;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.main-page-scope {
  display: flex;
  margin-left: -24px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.main-page-scope__item {
  text-align: center;
  margin-left: 24px;
  width: calc(100% / 9 - 24px);
  position: relative;
  margin-bottom: 16px;
}

.main-page-scope__item:hover .main-page-scope__item-top {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}

.main-page-scope__item-top {
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  min-height: 104px;
  align-items: center;
}

.main-page-scope__item-top svg {
  height: 49px;
  width: 49px;
}

.main-page-scope__item-top img {
  height: 49px;
  width: 49px;
}

.main-page-scope__item-text {
  font-size: 14px;
  line-height: 20px;
}

.alert-box {
  background: #FFBE0A;
  border-radius: 15px;
  height: 24px;
  padding: 2px 8px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  display: inline-block;
  margin-bottom: 8px;
}

.alert-box_green {
  background: #1EA01E;
}

.alert-box_blue {
  background: #00B4F0;
}

.fr-block__wrapper {
  padding: 20px 24px;
  margin-bottom: 24px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.fr-block__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}

.fr-block__box {
  display: flex;
  margin-left: -20px;
}

.fr-block__item {
  width: calc(100% / 4 - 20px);
  margin-left: 20px;
  margin-bottom: 16px;
  position: relative;
}

.fr-block__item-img {
  position: relative;
  margin-bottom: 24px;
  height: 114px;
}

.fr-block__item-img img {
  border-radius: 8px;
}

.fr-block__item-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fr-block__item-img-info {
  position: absolute;
  left: 8px;
  bottom: -16px;
}

.fr-block__item-img-info img {
  width: 72px;
  height: 54px;
}

.fr-block__item-title {
  line-height: 24px;
  font-weight: 700;
  color: #000 !important;
}

.fr-block__item-cat,
.fr-block__item-price {
  font-size: 14px;
  line-height: 20px;
}

.fr-block__item-price,
.fr-block__item-cat,
.fr-block__item-title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.fr-block__btn {
  padding: 9px 16px;
  padding-right: 40px;
  padding-bottom: 11px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  display: inline-block;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: url(../img/other/right_arrow.svg) no-repeat right center;
  background-position-x: 98%;
}

.fr-block__btn span {
  line-height: 21px;
  display: inline-block;
  color: #000;
}

.fr-block__btn img {
  width: 24px;
  height: 24px;
}

.fr-block__btn:hover {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.fr-block__btn:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.info-block {
  margin-bottom: 16px;
}

.info-block__wrapper {
  display: flex;
  padding: 16px 24px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.info-block__left,
.info-block__right {
  display: flex;
}

.info-block__right {
  margin-left: 16px;
  flex-shrink: 0;
}

.info-block__picture {
  margin-right: 16px;
}

.info-block__picture img {
  height: 57px;
  width: 77px;
  object-fit: cover;
  border-radius: 8px;
}

.info-block__about-title {
  color: #005FBF;
  text-decoration: underline !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.info-block__about-text {
  line-height: 24px;
}

.info-block__btn {
  background: #0D870D;
  text-align: center;
  border-radius: 6px;
  padding: 13px 24px;
  font-weight: 700;
  line-height: 24px;
  height: 50px;
  color: #fff !important;
  display: inline-block;
}

.info-block__btn_blue {
  background: #00B4F0;
}

@media (max-width: 1100px) {
  .fr-block__item-img {
    height: 75px;
  }

  .fr-block__item-img-info img {
    width: 52px;
    height: 34px;
  }
}

@media (max-width: 991.98px) {
  .main-page-scope {
    margin-bottom: 16px;
  }

  .main-page-scope__item {
    width: calc(100% / 3 - 24px);
  }
}

@media (max-width: 788px) {
  .fr-block__item-img {
    height: 114px;
  }

  .fr-block__btn img {
    margin: 0 !important;
  }

  .fr-block__item-img-info img {
    width: 72px;
    height: 54px;
  }

  .fr-block__wrapper {
    padding: 16px;
  }
}

@media (max-width: 575.98px) {
  .main-page-scope {
    margin-left: -16px;
  }

  .main-page-scope__item {
    margin-left: 16px;
    width: calc(100% / 3 - 16px);
  }

  .main-page-scope__item-top {
    min-height: 85px;
    margin-bottom: 8px;
  }

  .main-page-scope__item-top svg {
    height: 40px;
    width: 40px;
  }

  .main-page-scope__item-top img {
    width: 44px;
    height: 44px;
  }

  .fr-block__item-img {
    height: 75px;
  }

  .fr-block__box {
    flex-wrap: wrap;
    margin-left: -16px;
  }

  .fr-block__item {
    width: calc(100% / 2 - 16px);
    margin-left: 16px;
  }

  .fr-block__item-price,
  .fr-block__item-cat,
  .fr-block__item-title {
    font-size: 14px;
    line-height: 20px;
  }

  .info-block__right {
    margin-left: 0;
  }

  .info-block__wrapper {
    padding: 16px;
  }

  .info-block__wrapper,
  .info-block__left {
    display: block;
  }

  .info-block__picture {
    margin-bottom: 16px;
  }

  .info-block__picture .icon-documents_xls {
    transform: scale(1.3);
  }

  .info-block__picture img {
    height: 88px;
    width: 144px;
  }

  .info-block__left {
    margin-bottom: 16px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.ot-section_yellow {
  background-color: #FFF4B3;
  padding-top: 45px;
}

.ot-leader {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.ot-leader-item {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
}

.ot-leader-item:nth-of-type(2) {
  margin-top: 0;
}

.ot-leader-item_silver {
  width: 32%;
}

.ot-leader-item_silver .ot-leader-photo {
  width: 230px;
  height: 230px;
  border: 5px solid #D1E4EB;
}

.ot-leader-item_silver .ot-leader-photo img {
  width: 200px;
  height: 200px;
}

.ot-leader-item_silver .ot-leader__place {
  background: #D1E4EB;
  border: 8px solid rgba(0, 0, 0, 0.15);
}

.ot-leader-item_gold {
  width: 35%;
}

.ot-leader-item_gold .ot-leader-photo {
  width: 250px;
  height: 250px;
  border: 5px solid #FAD34B;
}

.ot-leader-item_gold .ot-leader-photo img {
  width: 220px;
  height: 220px;
}

.ot-leader-item_gold .ot-leader__place {
  background: #FAD34B;
  border: 8px solid rgba(0, 0, 0, 0.15);
}

.ot-leader-item_bronze {
  width: 32%;
}

.ot-leader-item_bronze .ot-leader-photo {
  width: 230px;
  height: 230px;
  border: 5px solid #BFA034;
}

.ot-leader-item_bronze .ot-leader-photo img {
  width: 200px;
  height: 200px;
}

.ot-leader-item_bronze .ot-leader__place {
  background: #BFA134;
  border: 8px solid rgba(0, 0, 0, 0.15);
}

.ot-leader-photo {
  border-radius: 100%;
  padding: 10px;
  position: relative;
  margin: 0 auto;
}

.ot-leader__photo {
  border-radius: 100%;
  object-fit: cover;
}

.ot-leader__place {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  padding-top: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -40px;
}

.ot-leader-info {
  margin-top: 50px;
}

.ot-leader__info {
  color: rgba(0, 0, 0, 0.4);
  margin-top: 10px;
}

.ot-leader__link {
  padding: 0 10px;
  display: block;
  font-size: 21px;
  font-weight: bold;
  word-wrap: break-word;
}

.ot-place__num {
  font-size: 30px;
  font-weight: bold;
  font-family: PT Serif;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
}

.ot-place__txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
}

.ot-rating-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.ot-rating-item {
  width: calc((100% - 40px)/2);
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dashed #C8C8C8;
  margin-right: 40px;
  align-items: center;
}

.ot-rating-item:nth-of-type(2n) {
  margin-right: 0;
}

.ot-rating__place {
  font-size: 30px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 10px;
  width: 60px;
  flex-grow: 0;
  flex-shrink: 0;
}

.ot-rating-user {
  flex-shrink: 1;
  display: flex;
  align-items: center;
}

.ot-rating-user:hover .ot-rating__user {
  text-decoration: underline;
}

.ot-rating__photo {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 15px;
  flex-grow: 0;
  flex-shrink: 0;
}

.ot-rating__photo img {
  border-radius: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ot-rating__user {
  font-size: 21px;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-word;
}

.ot-rating-info {
  flex-shrink: 1;
}

.ot-rating__info {
  color: #aaa;
  margin-top: 7px;
}

@media screen and (max-width: 1100px) {
  .ot-leader-item_silver .ot-leader-photo {
    width: 180px;
    height: 180px;
  }

  .ot-leader-item_silver .ot-leader-photo img {
    width: 150px;
    height: 150px;
  }

  .ot-leader-item_gold .ot-leader-photo {
    width: 200px;
    height: 200px;
  }

  .ot-leader-item_gold .ot-leader-photo img {
    width: 170px;
    height: 170px;
  }

  .ot-leader-item_bronze .ot-leader-photo {
    width: 180px;
    height: 180px;
  }

  .ot-leader-item_bronze .ot-leader-photo img {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 788px) {
  .ot-leader {
    flex-wrap: wrap;
  }

  .ot-leader-item {
    width: 100%;
    margin-top: 0;
  }

  .ot-leader-item_silver {
    order: 2;
  }

  .ot-leader-item_gold {
    order: 1;
  }

  .ot-leader-item_bronze {
    order: 3;
  }

  .ot-leader__link {
    padding: 0;
  }

  .ot-rating-item {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 530px) {
  .ot-rating__place {
    font-size: 20px;
    margin-right: 10px;
    width: 35px;
  }

  .ot-rating__photo {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }

  .ot-rating__user {
    font-size: 17px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.new-boss .ui-widget.ui-widget-content {
  border-radius: 5px;
  overflow: hidden;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 1002;
}

.new-boss .ui-menu .ui-menu-item {
  height: 50px;
  line-height: 50px;
  color: #0088CC;
}

.new-boss .ui-menu .ui-menu-item:focus,
.new-boss .ui-menu .ui-menu-item:hover {
  outline: none;
}

.new-boss .ui-menu .ui-menu-item-wrapper {
  padding: 0 15px;
}

.new-boss .ui-menu .ui-menu-item-wrapper:focus,
.new-boss .ui-menu .ui-menu-item-wrapper:hover {
  outline: none;
}

.new-boss .ui-state-active,
.new-boss .ui-widget-content .ui-state-active,
.new-boss .ui-widget-header .ui-state-active,
.new-boss a.ui-button:active,
.new-boss .ui-button:active,
.new-boss .ui-button.ui-state-active:hover {
  border: none;
  background: rgba(214, 214, 214, 0.31);
  color: #0088CC;
}

.new-boss .ui-menu .ui-state-focus,
.new-boss .ui-menu .ui-state-active {
  margin: 0;
}

.black-text {
  color: #000;
}

.iosAlert {
  background-color: #3c3c3c;
  border-radius: 10px;
  padding: 0 10px;
  color: #fff;
  font-size: 15px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 2000;
  width: 160px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.clamp-open {
  font-size: 13px;
  color: #aaa;
  cursor: pointer;
  border: 1px solid #aaa;
  border-radius: 20px;
  padding: 2px 8px;
  font-weight: normal;
  transition: .3s;
  text-decoration: none !important;
  vertical-align: middle;
  position: relative;
  bottom: 0;
  background-color: #fff;
  z-index: 10;
  user-select: none;
}

.clamp-open:hover {
  background-color: #f5f7fa;
}

.clamp-open .icon {
  font-size: 10px;
}

.ot-head {
  background-image: url("/img/otvet-head-bg.jpg");
  padding: 55px 0 70px;
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
}

.ot-head-form {
  display: flex;
  margin-top: 40px;
  width: 100%;
  max-width: 480px;
}

.ot-head__title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: bold;
}

.ot-head__txt {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
}

.ot-head-theme {
  overflow: hidden;
}

.ot-form__input {
  margin-right: 20px;
  box-sizing: border-box !important;
  flex: 1 1 auto;
}

.ot-form__input:focus {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.ot-form__info {
  font-size: 14px;
  margin-bottom: 7px;
}

.ot-form__btn.btn_disabled {
  opacity: .4 !important;
  cursor: default;
}

.ot-form__btn.button {
  padding-left: 20px;
  padding-right: 20px;
}

.ot-nav {
  display: flex;
  user-select: none;
}

.ot-nav_border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.ot-nav_white-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ot-nav-list {
  display: flex;
}

.ot-nav-item {
  margin-right: 30px;
  cursor: pointer;
}

.ot-nav-item:last-of-type {
  margin-right: 0;
}

.ot-nav-item:hover .ot-nav__link {
  border-bottom: 3px solid #1EA01E;
}

.ot-nav-item.active {
  pointer-events: none;
}

.ot-nav-item.active .ot-nav__link {
  border-bottom: 3px solid #1EA01E;
}

.ot-nav__link {
  display: block;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.ot-nav .drop-down-side__title,
.ot-nav .drop-down-side__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.ot-nav-dropdown {
  margin-left: auto;
}

.ot-nav-dropdown .drop-down-side__item.head {
  display: none;
}

.ot-nav-dropdown .drop-down-side__icon.sm {
  display: none;
}

.ot-user-block {
  display: flex;
  align-items: center;
}

.ot-user-photo {
  margin-right: 15px;
}

.ot-user-photo_sm {
  width: 26px;
  height: 26px;
}

.ot-user-photo_lg {
  width: 45px;
  height: 45px;
}

.ot-user-photo img {
  border-radius: 100%;
}

.ot-user-info {
  overflow: hidden;
  user-select: none;
}

.ot-user-info .text-grey {
  font-size: 14px;
}

.ot-user__name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.ot-user__date {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #aaa;
}

.ot-user__icon {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.ot-user__icon_sm {
  width: 26px;
  height: 26px;
  padding-top: 2px;
}

.ot-user__icon_lg {
  width: 45px;
  height: 45px;
  padding-top: 11.5px;
}

.ot-user-dropdown {
  margin-right: 20px;
  margin-top: 15px;
}

.ot-user-dropdown .ot-user-photo {
  margin-right: 8px;
}

.ot-user-dropdown .ot-user__icon {
  margin-right: 8px;
}

.ot-user-dropdown__photo {
  display: inline-block;
  vertical-align: middle;
}

.ot-user-dropdown .drop-down-side__head {
  text-align: left;
}

.ot-user-dropdown .drop-down-side__body {
  right: auto;
  left: 0;
  z-index: 1002;
}

.ot-user-dropdown .drop-down-side__obj {
  display: flex;
  align-items: center;
}

.ot-input-dropdown {
  border-radius: 5px;
  overflow: hidden;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 1002;
  position: absolute;
  width: 100%;
  background-color: #fff;
}

.ot-input-dropdown__item {
  padding: 15px;
  cursor: pointer;
}

.ot-input-dropdown__item:hover {
  background-color: #f0f2f5;
}

.ot-ask {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 15px 15px 20px;
  display: block;
}

.ot-ask .ot-ask__txt {
  margin-top: 4px;
}

.ot-ask__txt {
  font-size: 21px;
  margin-top: 13px;
  display: inline-block;
  position: relative;
}

.ot-ask__txt.js-clamp-txt-btn {
  display: inline;
  vertical-align: middle;
}

.ot-ask__txt:hover .clamp-open {
  text-decoration: none !important;
}

.ot-ask__txt:hover .more {
  text-decoration: transparent;
}

.ot-ask__txt p:hover {
  text-decoration: underline;
}

.ot-ask__txt p {
  margin: 0;
}

.ot-ask__txt .more {
  text-decoration: none !important;
}

.ot-ask:hover .ot-ask__txt {
  color: #08c;
}

.ot-ask-input {
  width: 100%;
  max-width: 800px;
  position: relative;
}

.ot-ask-input input {
  display: block;
}

.ot-ask-photo {
  height: 40px;
  line-height: 38px;
  border-radius: 5px;
  display: inline-block;
  margin: 30px 0 15px -8px;
  padding: 0 8px;
  color: #0088CC;
}

.ot-ask-photo:hover {
  background-color: #E9F6E9;
}

.ot-ask-end {
  display: flex;
  align-items: center;
}

.ot-ask-media {
  position: relative;
}

.ot-preloader {
  position: absolute;
  right: 10px;
  top: 10px;
}

.ot-item {
  border-bottom: 1px dashed #C8C8C8;
  padding: 20px 0 25px;
}

.ot-item:last-of-type {
  border-bottom: none;
  padding: 20px 0 0;
}

.ot-item .ot-item__tag {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
}

.ot-item-head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  user-select: none;
}

.ot-item-title__icon {
  display: inline-block;
  vertical-align: super;
}

.ot-item-title .ot-item-title__icon {
  margin-top: -6px;
}

.ot-item__bc {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-right: 15px;
  flex-shrink: 1;
  color: #aaa;
}

.ot-item-theme {
  margin-left: auto;
  display: flex;
  align-items: flex-start;
  flex-shrink: 1;
  overflow: hidden;
}

.ot-item__tag {
  font-size: 14px;
  background-color: #ECEEF2;
  display: block;
  padding: 6px 10px;
  border-radius: 20px;
  margin-right: 15px;
  text-align: center;
  word-wrap: break-word;
  flex-shrink: 1;
}

.ot-item__tag:last-of-type {
  margin-right: 0;
}

.ot-item__tag.big {
  font-size: 16px;
  padding: 0 35px 0 12px;
  height: 40px;
  line-height: 40px;
  display: block;
  align-items: center;
  position: relative;
}

.ot-item-content {
  margin-top: 15px;
}

.ot-item-content .ot-user-block {
  display: inline-flex;
}

.ot-item__txt {
  word-wrap: break-word;
}

.ot-item__info {
  color: #aaa;
  font-size: 16px;
  vertical-align: middle;
  transition: all 150ms ease;
}

.ot-item__info .num {
  padding-left: 3px;
}

.ot-tag__close {
  height: 20px;
  line-height: 1.5;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}

.ot-tag__close:hover i {
  opacity: .6;
}

.ot-theme-card {
  border-radius: 5px;
  background-color: #EBF0F5;
  padding: 20px;
}

.ot-theme-card_top {
  margin-top: 65px;
}

.ot-theme-input input {
  border: none;
}

.ot-theme-input .bk-input-autocomplete__item {
  white-space: normal;
  justify-content: space-between;
}

.ot-rating-card {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 20px;
}

.ot-block-list {
  border-bottom: 1px dashed #C8C8C8;
  margin-bottom: 20px;
  margin-top: 20px;
}

.ot-block-point {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.ot-block-point__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 11px;
  margin-right: 10px;
  flex-shrink: 0;
}

.ot-block-point__img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  flex-shrink: 0;
}

.ot-block-point__img img {
  border-radius: 5px;
}

.ot-block-point__img .circle {
  border-radius: 100%;
}

.ot-block-point__title {
  color: #08c;
}

.ot-block-point__title.name {
  width: calc(100% - 1px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ot-block-point__info {
  flex-grow: 1;
  overflow: hidden;
  flex-shrink: 1;
}

.ot-block-point__info .text-grey {
  font-size: 14px;
}

.ot-block-point.active .ot-block-point__title {
  color: #000;
  font-weight: bold;
}

.ot-media__close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #FF0000;
  border-radius: 50%;
  text-align: center;
  padding-top: 5px;
}

.ot-media__close:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
}

.ot-modal {
  padding: 30px 40px 40px;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.ot-modal__txt {
  margin-top: 20px;
  font-size: 16px;
}

.ot-back__link {
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  height: 20px;
}

.ot-back__link:hover i {
  opacity: .6;
}

.ot-share-back {
  margin-top: 15px;
  margin-bottom: 20px;
  vertical-align: middle;
  font-size: 18px;
}

.ot-share-back span {
  vertical-align: middle;
}

.ot-share-soc {
  margin-top: 30px;
  margin-bottom: 20px;
}

.ot-share__soc {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.ot-share__soc:hover {
  box-shadow: 0 0 17px 1px rgba(0, 0, 0, 0.2);
}

.ot-share__soc:last-of-type {
  margin-right: 0;
}

.ot-share-link {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 30px;
}

.ot-share-link i {
  margin-right: 5px;
}

.ot-share__txt {
  border: none;
  font-size: 16px;
  width: 100%;
  margin-bottom: 3px;
}

.ot-share__txt::-webkit-input-placeholder,
.ot-share__txt:-ms-input-placeholder,
.ot-share__txt:-moz-placeholder {
  color: black;
}

.ot-share__link {
  margin-top: 5px;
  display: inline-block;
  text-align: left;
}

.ot-share__link i {
  vertical-align: bottom;
}

.ot-share__link span {
  font-size: 16px;
}

a.ot-item__tag:hover {
  background-color: #b6b8bc;
}

a.ot-block-point:hover .ot-block-point__title {
  text-decoration: underline;
}

a.ot-user-block:hover .glob-link {
  text-decoration: underline;
}

a.cb-item {
  border-radius: 5px;
}

a.cb-item:active {
  background-color: #C8EAC8;
}

a.cb-item:active .cb-item__txt,
a.cb-item:active .cb-item__num {
  color: #000;
}

a.cb-item:active .ot-item__info {
  color: #000;
}

a.cb-item:active i {
  opacity: .5;
}

a.cb-item:hover {
  background-color: #E9F6E9;
}

a.cb-item:hover .cb-item__txt,
a.cb-item:hover .cb-item__num {
  color: #000;
}

a.cb-item:hover .ot-item__info {
  color: #000;
}

a.cb-item:hover i {
  opacity: .5;
}

.cb-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
  user-select: none;
}

.cb-col {
  margin-top: 5px;
  margin-right: 25px;
}

.cb-col:last-of-type {
  margin-right: 0;
}

.cb-item {
  padding: 6px;
  margin-left: -5px;
  flex-shrink: 0;
  flex-grow: 1;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  transition: all 150ms ease;
  user-select: none;
}

.cb-item i {
  vertical-align: middle;
  opacity: .2;
  transition: opacity 150ms ease;
}

.cb-item i.white {
  opacity: 1;
}

.cb-item__txt,
.cb-item__num {
  color: #aaa;
  vertical-align: middle;
  font-size: 16px;
  padding-left: 3px;
  transition: all 150ms ease;
}

.cb-item__txt + .cb-item__num {
  padding-left: 0;
}

.cb-item_mgt .cb-item__txt {
  color: #0088CC;
}

.cb-item.active i {
  opacity: 1;
}

.cb-item.active:hover i {
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .ot-theme-card_top {
    margin-top: 0;
  }
}

@media screen and (max-width: 788px) {
  .ot-user-photo {
    margin-right: 10px;
  }

  .ot-user-photo_lg {
    width: 30px;
    height: 30px;
  }

  .ot-user__icon_lg {
    width: 30px;
    height: 30px;
    padding-top: 5px;
  }

  .ot-item__info .txt {
    display: none;
  }

  .ot-item__info .num {
    display: inline;
  }
}

@media screen and (max-width: 530px) {
  .cb-item__txt {
    display: none;
  }

  .cb-col {
    margin-right: 20px;
  }

  .ot-head-theme {
    display: none;
  }

  .ot-head-form {
    margin-top: 40px;
  }

  .ot-head__title {
    font-size: 35px;
    line-height: 1.2;
    font-weight: bold;
  }

  .ot-head__txt {
    font-size: 20px;
  }

  .ot-form__input {
    width: calc(100% - 130px);
    flex: 0 1 auto;
  }

  .ot-nav-item {
    margin-right: 14px;
  }

  .ot-nav-dropdown .drop-down-side__item.head {
    display: block;
  }

  .ot-nav-dropdown .drop-down-side__title {
    display: none;
  }

  .ot-nav-dropdown .drop-down-side__icon.lg {
    display: none;
  }

  .ot-nav-dropdown .drop-down-side__icon.sm {
    display: inline-block;
  }

  .ot-nav-dropdown .drop-down-side__icon.sm i {
    width: 15px;
  }

  .ot-user__date {
    display: block;
    margin-left: -10px;
  }

  .ot-user-dropdown {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .ot-modal {
    padding: 30px 20px 40px;
  }

  .ot-item-title__icon .cb-item__txt {
    display: inline;
  }

  .ot-ask-end {
    flex-wrap: wrap;
  }

  .hide-xs-only {
    display: none;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.ot-empty {
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
}

.ot-empty__icon {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #ECEEF2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.ot-empty-txt {
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.ot-empty__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 3px;
}

.ot-empty__txt {
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.ot-empty__btn {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

@media screen and (max-width: 788px) {
  .ot-empty__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }

  .ot-empty__icon i {
    width: 25px;
    background-position: center;
  }

  .ot-empty-txt {
    max-width: 390px;
  }

  .ot-empty__title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    line-height: 1.4;
  }

  .ot-empty__btn {
    margin-top: 20px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.ot-search .ot-head-form {
  max-width: 100%;
}

.ot-search-title {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.ot-search__title {
  font-size: 18px;
  font-weight: bold;
}

.ot-search-fail-list {
  margin-top: 15px;
}

.ot-search-fail__item {
  font-size: 16px;
  margin-bottom: 5px;
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.ot-theme-head {
  padding: 40px 0 50px;
}

.ot-theme-head .cb-item__num,
.ot-theme-head .cb-item__txt {
  color: #fff;
}

.ot-theme-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 40px)/3);
  margin-right: 20px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
  min-height: 190px;
  background-color: #36cfca;
  position: relative;
}

.ot-theme-item:nth-of-type(3n) {
  margin-right: 0;
}

.ot-theme-item:hover:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.21);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.ot-theme-list {
  display: flex;
  flex-wrap: wrap;
}

.ot-theme-link:hover .ot-theme__title {
  text-decoration: underline;
}

.ot-theme__title {
  color: #fff;
  display: block;
  position: relative;
  z-index: 3;
}

.ot-theme__num {
  color: #fff;
  position: relative;
  z-index: 3;
}

.ot-theme-info {
  position: relative;
  padding: 20px;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.ot-theme-info:hover .ot-theme__title {
  text-decoration: underline;
}

.ot-theme-btn {
  margin-top: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 3;
}

.ot-theme-input {
  width: 100%;
  max-width: 245px;
  position: relative;
}

.ot-theme-input .bk-input-autocomplete__item {
  line-height: 1.2;
}

.ot-theme-page__btn {
  margin-top: 30px;
}

_:-ms-lang(x),
.ot-theme-item {
  width: 31% !important;
}

@media screen and (max-width: 788px) {
  .ot-theme-item {
    width: calc((100% - 20px)/2);
  }

  .ot-theme-item:nth-of-type(2n) {
    margin-right: 0 !important;
  }

  .ot-theme-item:nth-of-type(3n) {
    margin-right: 20px;
  }

  .ot-theme-item:last-of-type {
    margin-right: 0 !important;
  }

  _:-ms-lang(x),
  .ot-theme-item {
    width: 47% !important;
  }
}

@media screen and (max-width: 530px) {
  .ot-theme-item {
    width: 100%;
    margin-right: 0;
  }

  .ot-theme-item:nth-of-type(2n) {
    margin-right: 0;
  }

  .ot-theme-item:nth-of-type(3n) {
    margin-right: 0;
  }

  .ot-theme__img {
    height: 170px;
  }

  .ot-theme-page__btn {
    margin-top: 25px;
  }

  _:-ms-lang(x),
  .ot-theme-item {
    width: 100% !important;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.boss-personal__check {
  position: relative;
}

.boss-personal__check input[type="checkbox"] + div:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 160, 30, 0.4);
}

.boss-personal__check input[type="checkbox"] {
  display: none;
}

.boss-personal__check input[type="checkbox"]:checked + div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0088cc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.boss-personal__check input[type="checkbox"]:checked + div .opacity02 {
  opacity: 1;
}

.boss-personal__check_user-interest {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media screen and (max-width: 1550px) {
  .status-obj-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .status__obj {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed;
    border-color: #aaaaaa;
  }

  .status__obj_center {
    padding-right: 0;
    padding-left: 0;
    float: left;
  }

  .status__obj_left {
    padding-right: 0;
  }

  .status__obj_right {
    padding-left: 0;
  }

  .status__obj:last-child {
    padding-bottom: 0;
    border-color: transparent;
  }

  .status-obj__img {
    position: static;
  }

  .boss-head-title {
    font-size: 24px;
  }

  .boss__body_personal-not {
    width: 500px;
  }

  .boss-user_form-txt {
    width: auto;
  }

  .boss-user_form-input {
    margin-left: 150px;
    width: auto;
  }

  .boss-user_form-input-about-me {
    width: 100%;
    margin-left: 0;
  }

  .boss-user_load-photo-wrap {
    height: auto;
    height: 150px;
  }

  .boss-user-photo__img {
    width: 150px;
    height: 150px;
  }

  .boss-user-photo__obj {
    margin-left: 170px;
  }

  .boss-user-photo__obj .btn-txt {
    display: none;
  }

  .boss-user-photo__obj .btn-txt_adapt {
    display: block;
  }

  .boss-user-photo .load-photo__center {
    margin-top: 35px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
    white-space: normal;
  }

  .boss_textarea {
    width: 100%;
  }

  .boss .form__group_horizon-big .boss-user_form-input {
    float: none;
  }
}

@media screen and (max-width: 788px) {
  .boss-user_form-txt {
    margin-bottom: 10px;
    float: none;
    width: 100%;
  }

  .boss-user_form-input {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .boss__body_personal-not {
    width: 100%;
  }

  .boss .form__group_horizon-big .boss-user_form-txt {
    margin-top: 0;
  }

  .boss .form__group_horizon-big .boss-user_form-input {
    float: left;
  }

  .boss .form .boss-user_form-group-adapt {
    margin-top: 5px;
  }

  .boss__birthday {
    margin-right: 5px;
  }

  .boss__birthday_day {
    width: 65px;
  }

  .boss__birthday_month {
    width: 110px;
  }

  .boss__birthday_year {
    width: 65px;
  }
}

@media screen and (max-width: 530px) {
  .boss-user-photo__img {
    float: none;
    margin: 0 auto 20px;
  }

  .boss-user-photo__obj {
    margin-left: 0;
    float: none;
    text-align: center;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.no-touchevents .pagination__item.prev a,
.no-touchevents .pagination__item.next a {
  font-size: 16px;
  width: auto;
  background-image: none;
  margin-top: 0;
  opacity: 1;
}

.rq-form-filter {
  background-color: #ECEEF2;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.rq-form-cat {
  width: calc((100% - 170px) / 4);
}

.rq-form-loc {
  flex: 1 1 auto;
  margin-left: 20px;
  margin-right: 20px;
}

.rq-form-group {
  display: flex;
  justify-content: space-between;
}

.rq-form-group .rq-form-select {
  width: calc((100% - 20px) / 3);
}

.rq-res-content {
  max-width: 900px;
  margin-right: 35px;
}

.rq-res-subtitle {
  margin-top: 5px;
}

.rq-res__subtitle {
  font-size: 18px;
}

.rq-res__txt {
  margin-top: 10px;
}

.rq-res-info {
  margin-top: 25px;
  display: flex;
}

.rq-res__info {
  margin-right: 20px;
  font-size: 18px;
  color: #B7B7B7;
}

.rq-res__like {
  margin-top: -6px;
}

.rq-res-list {
  margin-top: 20px;
  margin-bottom: 25px;
}

.rq-res-item {
  position: relative;
  margin-bottom: 5px;
}

.rq-res-item:hover .rq-res-link {
  background: rgba(30, 160, 30, 0.1);
}

.rq-res-item:hover .rq-res-link.top {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), #FFF4B3;
}

.rq-res-item:hover .rq-res-dsp__item {
  display: block;
}

.rq-res-link {
  border-radius: 10px;
  padding: 20px;
  display: block;
}

.rq-res-link.top {
  background: #FFF4B3;
}

.rq-res-link:hover .glob-link {
  text-decoration: underline;
}

.rq-res__title {
  font-size: 21px;
}

.rq-res__title .txt {
  margin-right: 10px;
}

.rq-res-title__icon {
  height: 24px;
}

.rq-res-title__icon i {
  vertical-align: top;
}

.rq-res-dsp {
  position: absolute;
  right: 17px;
  top: 17px;
}

.rq-res-dsp__item {
  display: none;
  padding: 3px;
  font-size: 0;
}

.rq-res-dsp__item.active {
  display: block;
}

.rq-res-dsp__item.active i {
  opacity: 1;
}

.rq-res-dsp__item.active:hover i {
  opacity: 1;
}

.rq-res-dsp__item + .rq-res-dsp__item {
  margin-top: 4px;
}

.rq-res-dsp__item i {
  opacity: .2;
}

.rq-res-dsp__item:hover i {
  opacity: .6;
}

.rq-res__date {
  font-size: 16px;
  color: #807A5A;
  margin-top: 10px;
}

.rq-pagination {
  padding-left: 20px;
}

@media screen and (max-width: 1100px) {
  .rq-form-filter {
    flex-wrap: wrap;
  }

  .rq-form-cat {
    width: 100%;
    margin-bottom: 20px;
  }

  .rq-form-loc {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 788px) {
  .rq-res-item:hover .rq-res-dsp__item.hide-sm-only {
    display: none;
  }

  .rq-res-dsp__item {
    display: block;
  }

  .rq-res-dsp__item.hide-sm-only {
    display: none;
  }

  .rq-res-dsp__tooltip {
    visibility: hidden;
  }
}

@media screen and (max-width: 530px) {
  .rq-form-group {
    flex-wrap: wrap;
  }

  .rq-form-group .rq-form-select {
    width: 100%;
  }

  .rq-form-group .rq-form-select:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .rq-form-filter {
    padding: 10px 10px 20px;
  }

  .rq-res-list {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: 10px;
  }

  .rq-res-item {
    margin-bottom: 0;
  }

  .rq-res-link {
    border-radius: 0;
    padding: 10px;
  }

  .rq-res__title {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
  }

  .rq-res__title .txt {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .rq-res-title__icon i {
    vertical-align: top;
  }

  .rq-res__subtitle {
    font-size: 16px;
  }

  .rq-res__txt {
    font-size: 14px;
    margin-top: 7px;
  }

  .rq-res__date {
    font-size: 14px;
    margin-top: 7px;
  }

  .rq-res-info {
    justify-content: space-between;
    margin-top: 15px;
  }

  .rq-res__info {
    font-size: 14px;
  }

  .rq-res__info .txt {
    display: block;
  }

  .rq-res__like {
    margin-top: 0;
  }

  .rq-res__like .cb-item__txt {
    display: inline-block;
  }

  .rq-res-dsp {
    top: 7px;
    right: 7px;
  }

  .rq-pagination {
    padding-left: 0;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

@media screen and (max-width: 530px) {
  .new-boss .test .icon-social {
    width: 40px;
    height: 40px;
    background-position: center center;
    background-size: 100%;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.val-18__bg {
  display: flex;
  flex-grow: 1;
  background: url('/img/valentine/2018/valentine-bg.jpg') no-repeat;
  background-size: cover;
}

.val-18__body {
  text-align: center;
  padding: 65px 0 50px;
}

.val-18-block {
  position: relative;
  margin-top: 45px;
}

.val-18__heart {
  margin: 0 auto 40px;
}

.val-18__heart_mobile {
  max-width: 505px;
  width: 100%;
  display: none;
}

.val-18__heart-bottom {
  position: absolute;
  top: 370px;
  left: 50%;
  width: 350px;
  margin-left: -175px;
}

.val-18__text {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 25px;
}

.val-18__btn {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 22px;
  padding: 11px 35px 12px;
  background-color: #1595a3;
  color: #fff;
  border-radius: 18px;
  cursor: pointer;
}

.val-18__btn:hover {
  background-color: #117a85;
}

.val-18-share__text {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 15px;
}

@media screen and (max-width: 788px) {
  .val-18__body {
    padding-top: 0;
  }

  .val-18__body .b__big-title {
    display: none;
  }

  .val-18-block {
    margin-top: 30px;
  }

  .val-18__heart_desktop {
    display: none;
  }

  .val-18__heart_mobile {
    display: block;
    margin-bottom: 25px;
  }

  .val-18__heart-bottom {
    position: static;
    top: 0;
    left: 0;
    max-width: 350px;
    width: 100%;
    margin: 0 auto 50px;
  }

  .val-18__btn {
    background-color: #f29d7b;
    color: #000;
  }

  .val-18__btn:hover {
    background-color: #d77f5c;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.bk-aside {
  overflow: hidden;
}

.bk-aside-title {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.bk-aside-title .b__title {
  margin-bottom: 0;
}

.bk-aside-title__icon {
  display: none;
}

.bk-aside-title__icon i {
  vertical-align: middle;
  transition: 300ms;
}

.bk-aside-title__icon i.active {
  transform: rotate(-180deg);
}

.bk-aside.border {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 15px 20px 20px;
}

.bk-aside__item {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 13px;
}

.bk-aside__link.active {
  color: #000;
  font-weight: bold;
}

.bk-aside.active .bk-aside-title__icon i {
  transition: 300ms;
  transform: rotate(180deg);
}

@media screen and (max-width: 1100px) {
  .bk-aside_slide {
    display: none;
  }

  .bk-aside-title {
    margin-bottom: 0;
    pointer-events: auto;
    cursor: pointer;
  }

  .bk-aside-title__icon {
    display: block;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.vip-land {
  padding-bottom: 50px;
}

.vip-land__head {
  position: relative;
  padding: 30px 0 75px;
}

.vip-land__head-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("/img/vip/landing/vip-bg.jpg") center no-repeat;
  background-size: cover;
}

.vip-land__title h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 90px;
  font-weight: bold;
}

.vip-land__title-img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
}

.vip-land__title + .vip-land__text {
  margin-top: 20px;
}

.vip-land__text {
  font-size: 21px;
  line-height: 1.2;
}

.vip-land__info {
  margin-top: 50px;
  max-width: 560px;
  width: 100%;
  padding: 20px 20px 30px 30px;
  background-color: #E9F6E9;
  border-radius: 10px;
}

.vip-land__info-left {
  width: calc(100% - 110px);
}

.vip-land__info .vip-land__text {
  margin-bottom: 20px;
}

.vip-land__icon {
  width: 70px;
}

.vip-land__body {
  padding-top: 30px;
}

.vip-land__list {
  margin-right: -20px;
}

.vip-land__item {
  max-width: 380px;
  min-height: 385px;
  width: 50%;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 30px 20px 20px 20px;
  text-align: center;
  float: left;
}

.vip-land-item__title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 20px;
}

.vip-land-item__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

@media screen and (max-width: 1550px) {
  .vip-land__list {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
  }

  .vip-land__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1100px) {
  .vip-land__list {
    margin-right: 0;
  }

  .vip-land__item {
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 788px) {
  .vip-land__item {
    width: 100%;
    margin: 0 auto;
    float: none;
  }

  .vip-land__item:nth-of-type(2n) {
    margin-right: auto;
  }
}

@media screen and (max-width: 530px) {
  .vip-land__head {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .vip-land__title {
    text-align: center;
  }

  .vip-land__title + .vip-land__text {
    margin-top: 5px;
    text-align: center;
  }

  .vip-land__info {
    margin-top: 20px;
    padding: 20px;
  }

  .vip-land__info-left {
    width: calc(100% - 80px);
  }

  .vip-land__info .vip-land__text {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .vip-land__body .b__big-title {
    font-size: 24px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.bk-breadcrumbs {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  user-select: none;
  *zoom: 1;
}

.bk-breadcrumbs:before,
.bk-breadcrumbs:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.bk-breadcrumbs_small {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.bk-breadcrumbs_2 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  width: 100%;
  position: relative;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.bk-breadcrumbs_2 .bk-breadcrumbs__item {
  margin-right: 0;
  padding-right: 40px;
  float: none;
  white-space: normal;
  flex: 0 0 auto;
}

.bk-breadcrumbs_2 .bk-breadcrumbs__item::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23b7b7b7%22%20d%3D%22M14.2426407%2C12%20L9.29289322%2C7.05025253%20C8.90236893%2C6.65972824%208.90236893%2C6.02656326%209.29289322%2C5.63603897%20C9.68341751%2C5.24551468%2010.3165825%2C5.24551468%2010.7071068%2C5.63603897%20L16.363961%2C11.2928932%20C16.7544853%2C11.6834175%2016.7544853%2C12.3165825%2016.363961%2C12.7071068%20L10.7071068%2C18.363961%20C10.3165825%2C18.7544853%209.68341751%2C18.7544853%209.29289322%2C18.363961%20C8.90236893%2C17.9734367%208.90236893%2C17.3402718%209.29289322%2C16.9497475%20L14.2426407%2C12%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  top: -3px;
  margin-left: 0;
  right: 8px;
}

.bk-breadcrumbs_2.color-grey {
  color: #b7b7b7;
}

.bk-breadcrumbs_2.color-white .bk-breadcrumbs__item:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M14.2426407%2C12%20L9.29289322%2C7.05025253%20C8.90236893%2C6.65972824%208.90236893%2C6.02656326%209.29289322%2C5.63603897%20C9.68341751%2C5.24551468%2010.3165825%2C5.24551468%2010.7071068%2C5.63603897%20L16.363961%2C11.2928932%20C16.7544853%2C11.6834175%2016.7544853%2C12.3165825%2016.363961%2C12.7071068%20L10.7071068%2C18.363961%20C10.3165825%2C18.7544853%209.68341751%2C18.7544853%209.29289322%2C18.363961%20C8.90236893%2C17.9734367%208.90236893%2C17.3402718%209.29289322%2C16.9497475%20L14.2426407%2C12%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  opacity: 1;
}

.bk-breadcrumbs-sublist {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 18px;
  width: 100%;
  white-space: normal;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 8;
  line-height: 1.5;
}

.bk-breadcrumbs-sublist .bk-breadcrumbs__item {
  display: table;
  color: #000;
  font-size: 16px;
  margin: 5px 0;
}

.bk-breadcrumbs-sublist .bk-breadcrumbs__item:after {
  border-color: rgba(0, 0, 0, 0.4);
  top: -3px;
}

.bk-breadcrumbs-sublist .bk-breadcrumbs__item + .bk-breadcrumbs__item {
  margin-top: 12px;
}

.bk-breadcrumbs__btn {
  margin-right: 0;
  padding-right: 8px;
  display: none;
  padding-left: 10px;
  z-index: 7;
  height: 16px;
  position: absolute;
  width: 0;
}

.bk-breadcrumbs__btn::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M14.2426407%2C12%20L9.29289322%2C7.05025253%20C8.90236893%2C6.65972824%208.90236893%2C6.02656326%209.29289322%2C5.63603897%20C9.68341751%2C5.24551468%2010.3165825%2C5.24551468%2010.7071068%2C5.63603897%20L16.363961%2C11.2928932%20C16.7544853%2C11.6834175%2016.7544853%2C12.3165825%2016.363961%2C12.7071068%20L10.7071068%2C18.363961%20C10.3165825%2C18.7544853%209.68341751%2C18.7544853%209.29289322%2C18.363961%20C8.90236893%2C17.9734367%208.90236893%2C17.3402718%209.29289322%2C16.9497475%20L14.2426407%2C12%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  opacity: .2;
  margin-left: 7px;
  top: -3px;
  position: relative;
}

.bk-breadcrumbs__btn.active {
  position: unset;
  width: auto;
}

.bk-breadcrumbs__btn.active:after {
  content: '';
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  z-index: -1;
}

.bk-breadcrumbs__btn .bk-breadcrumbs__link {
  vertical-align: top;
  line-height: 16px;
}

.bk-breadcrumbs__item {
  float: left;
  margin-right: 4px;
  padding-right: 19px;
  position: relative;
}

.bk-breadcrumbs__item::after {
  content: "\20\2192\20";
  color: inherit;
  position: absolute;
  bottom: 0;
  margin-left: 4px;
}

.bk-breadcrumbs__link {
  cursor: pointer;
}

.bk-breadcrumbs__link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 788px) {
  .bk-breadcrumbs {
    line-height: 1.5;
  }

  .bk-breadcrumbs_2 {
    line-height: 1.2;
  }

  .bk-breadcrumbs_2 .bk-breadcrumbs__item::after {
    bottom: 6px;
  }

  .bk-breadcrumbs__btn:before {
    bottom: 6px;
  }
}

@media screen and (max-width: 530px) {
  .bk-breadcrumbs_2 .bk-breadcrumbs__item {
    flex: 0 1 auto;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.vip-sent-msg {
  max-width: 850px;
  margin-top: 20px;
  overflow: hidden;
}

.sent-msg__item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.sent-msg__item:last-of-type {
  border-bottom: none;
}

.sent-msg__title {
  margin-bottom: 15px;
  *zoom: 1;
}

.sent-msg__title:before,
.sent-msg__title:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.sent-msg__title .sent-msg__icon + h1 {
  padding-top: 6px;
}

.sent-msg__title h1 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
}

.sent-msg__icon {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin-right: 20px;
  text-align: center;
  float: left;
}

.sent-msg__icon i {
  height: 48px;
  background-position: center;
  background-size: contain;
}

.sent-msg__text {
  font-size: 18px;
  line-height: 1.4;
}

.sent-msg__progress-bar {
  margin: 5px 0 15px;
}

.sent-msg__del-limit {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 10px;
}

.buy-service {
  display: table;
  border-spacing: 20px 0;
  margin-left: -20px;
  margin-right: -20px;
  user-select: none;
}

.buy-service__list {
  display: table-row;
}

.buy-service__item {
  position: relative;
  width: 270px;
  display: table-cell;
  vertical-align: top;
  background-color: #E2EBF0;
  background: linear-gradient(211.15deg, #E2EBF0 -11.86%, #CFD9DF 107.67%), linear-gradient(180deg, #2ECC71 0%, #1EA01E 100%);
  padding: 20px 20px 70px 20px;
  border-radius: 10px;
}

.buy-service__item_green-hover:hover {
  background-color: #2ECC71;
  background: linear-gradient(180deg, #2ECC71 0%, #1EA01E 100%), linear-gradient(211.15deg, #E2EBF0 -11.86%, #CFD9DF 107.67%);
}

.buy-service__item_blue-hover:hover {
  background-color: #00F2FE;
  background: linear-gradient(211.82deg, #00F2FE -8.43%, #4FACFE 108.7%), linear-gradient(211.15deg, #E2EBF0 -11.86%, #CFD9DF 107.67%);
}

.buy-service__item_blue-hover:hover .buy-service__saving {
  color: #00B4F0;
}

.buy-service__item_orange-hover:hover {
  background-color: #FEE140;
  background: linear-gradient(211.15deg, #FEE140 -11.86%, #FA709A 107.67%), linear-gradient(211.15deg, #E2EBF0 -11.86%, #CFD9DF 107.67%);
}

.buy-service__item_orange-hover:hover .buy-service__saving {
  color: #FDAF68;
}

.buy-service__item:hover .buy-service__saving {
  background-color: #fff;
}

.buy-service__period {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  *zoom: 1;
}

.buy-service__period:before,
.buy-service__period:after {
  content: " ";
  display: table;
  box-sizing: border-box;
  clear: both;
}

.buy-service__month {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  float: left;
}

.buy-service__day {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4);
  float: right;
}

.buy-service__content {
  text-align: center;
}

.buy-service__price {
  font-family: PT Sans Caption, PT Sans, Arial;
  font-size: 60px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
}

.buy-service__saving {
  display: inline-block;
  font-size: 18px;
  line-height: 1.4;
  line-height: 20px;
  color: #fff;
  background-color: #1ea01e;
  border-radius: 6px;
  padding: 6px 12px;
  margin-bottom: 20px;
}

.buy-service__in-month {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 3px;
}

.buy-service__when-pay {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 20px;
}

.buy-service__button {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  padding: 12px 10px 13px;
  color: #1ea01e;
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
}

@media screen and (max-width: 788px) {
  .vip-sent-msg {
    margin-top: 0;
  }

  .buy-service {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .buy-service__list {
    display: block;
  }

  .buy-service__item {
    display: block;
    width: 270px;
    margin: 0 auto 20px;
  }

  .buy-service__item:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 530px) {
  .sent-msg__title {
    margin-bottom: 10px;
  }

  .sent-msg__title .sent-msg__icon + h1 {
    padding-top: 10px;
  }

  .sent-msg__title h1 {
    font-size: 21px;
  }

  .sent-msg__icon {
    width: 40px;
    height: 40px;
    float: none;
  }

  .sent-msg__icon i {
    width: 20px;
    height: 38px;
  }

  .sent-msg__text {
    font-size: 16px;
  }

  .sent-msg__del-limit {
    font-size: 18px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

/*---bk-card---*/

.bk-card {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 55px 20px 20px;
  position: relative;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  transition: box-shadow 150ms linear;
}

.bk-card:hover {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

.bk-card__img {
  width: 70px;
  margin-right: 10px;
  flex-shrink: 0;
}

.bk-card__img img {
  width: 100%;
}

.bk-card__text {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  line-height: 24px;
}

.bk-card__subtext {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.4);
}

.bk-card__arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: .2;
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.bk-gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 11, 11, 0.8);
  overflow: hidden;
  z-index: 1045;
}

.bk-gallery__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  text-align: center;
  padding-top: 9px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10;
  cursor: pointer;
}

.bk-gallery__close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.bk-gallery__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.bk-gallery__img img {
  position: relative;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  width: auto;
  height: auto;
  z-index: 1;
}

.bk-gallery-img__control {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  cursor: pointer;
}

.bk-gallery-img__control_next {
  left: 0;
}

.bk-gallery-img__control_prev {
  right: 0;
}

.bk-gallery__control {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  margin-top: -21px;
  text-align: center;
  padding-top: 9px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.bk-gallery__control:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.bk-gallery__control_next {
  right: 10px;
}

.bk-gallery__control_prev {
  left: 10px;
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.bk-head-block {
  display: flex;
  align-items: center;
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  padding-top: 15px;
  padding-bottom: 14px;
  font-size: 0;
}

.bk-head-block_side-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.bk-head-block_side-padding-a {
  padding-left: 20px;
  padding-right: 20px;
}

.bk-head-block_shadow {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-bottom-color: transparent;
  border-radius: 10px;
}

.bk-head-block__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.bk-head-block__left_within-icon {
  align-items: flex-start;
  flex-wrap: nowrap;
}

.bk-head-block__left_within-icon .bk-checkbox {
  margin-right: 10px;
  margin-top: 2px;
}

.bk-head-block__left_within-icon .bk-item {
  margin-right: 10px;
  margin-top: 2px;
}

.bk-head-block__right {
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-top: 1px;
}

.bk-head-block__right .bk-item {
  display: inline-flex;
  margin-left: 10px;
}

.bk-head-block__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 30px;
  margin-right: 10px;
}

.bk-head-block__subtitle {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 10px;
  margin-top: 2px;
}

.bk-head-block__item {
  margin-left: 20px;
}

.bk-head-block__item:first-child {
  margin-left: 0;
}

.bk-head-block__desc {
  margin-top: 1px;
  margin-left: 5px;
}

.bk-head-block__desc .bk-item {
  display: inline-flex;
  margin-left: 15px;
}

.bk-head-block__desc .bk-item:first-of-type {
  margin-left: 0;
}

.bk-head-block .bk-checkbox__icon {
  margin-top: 2px;
}

@media screen and (max-width: 530px) {
  .bk-head-block {
    padding-top: 12px;
    padding-bottom: 11px;
  }

  .bk-head-block_side-padding-a {
    padding-left: 0;
    padding-right: 0;
  }

  .bk-head-block__title {
    font-size: 18px;
    line-height: 26px;
  }

  .bk-head-block__left_within-icon .bk-checkbox {
    margin-top: 0;
  }

  .bk-head-block__left_within-icon .bk-item {
    margin-top: 0;
  }

  .bk-head-block__item {
    margin-left: 15px;
  }

  .bk-head-block__desc .bk-item .bk-item__txt {
    display: none;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.bk-item {
  display: flex;
  font-size: 0;
  align-items: center;
  user-select: none;
}

.bk-item:hover .bk-icon-n {
  display: none;
}

.bk-item:hover .bk-icon-h {
  display: inline-block;
}

.bk-item_center {
  justify-content: center;
}

.bk-item_change-icon-opacity .bk-item__icon {
  opacity: .2;
  transition: opacity 150ms linear;
}

.bk-item_change-icon-opacity:hover .bk-item__icon {
  opacity: .5;
}

.bk-item_top {
  align-items: flex-start;
}

.bk-item_left {
  align-items: flex-start;
}

.bk-item_left .bk-item__right {
  margin-left: 0;
}

.bk-item_border-grey {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.bk-item__icon {
  font-size: 0;
  line-height: 0;
  text-align: center;
  flex-shrink: 0;
}

.bk-item__icon_w-16 {
  width: 16px;
}

.bk-item__icon_w-20 {
  width: 20px;
}

.bk-item__icon_w-24 {
  width: 24px;
}

.bk-item__icon_w-26 {
  width: 26px;
}

.bk-item__icon_w-40 {
  width: 40px;
}

.bk-item__icon_circle {
  border-radius: 50%;
  overflow: hidden;
}

.bk-item__icon_circle img {
  width: 100%;
}

.bk-item__txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 24px;
}

.bk-item__txt_small {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.bk-item__txt_norm-2 {
  font-size: 18px;
  line-height: 1.4;
  line-height: 24px;
}

.bk-item__txt_subhead {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.bk-item__txt.bold {
  font-weight: bold;
}

.bk-item__txt_r {
  margin-left: 8px;
}

.bk-item__txt_r-5 {
  margin-left: 5px;
}

.bk-item__txt_r-15 {
  margin-left: 15px;
}

.bk-item__txt_r-20 {
  margin-left: 20px;
}

.bk-item__txt_l {
  margin-right: 8px;
}

.bk-item__txt_l-5 {
  margin-right: 5px;
}

.bk-item__txt_l-20 {
  margin-right: 20px;
}

.bk-item__txt_cut {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.bk-item__left {
  margin-right: 15px;
}

.bk-item__right {
  flex-shrink: 0;
  margin-left: auto;
}

.bk-item .bk-icon-h {
  display: none;
}

.bk-item .bk-icon-n {
  display: inline-block;
}

.bk-item .display-inline-block {
  vertical-align: middle;
}

@media screen and (max-width: 530px) {
  .bk-item_list {
    flex-direction: column;
    align-items: flex-start;
  }

  .bk-item_list .bk-item__left {
    margin-right: 0;
  }

  .bk-item_list .bk-item__right {
    margin-left: 0;
    margin-top: 10px;
  }

  .bk-item_list-reverse {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .bk-item_list-reverse .bk-item__left {
    margin-top: 10px;
    margin-right: 0;
  }

  .bk-item_list-reverse .bk-item__right {
    margin-left: 0;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.bk-media-obj {
  display: flex;
  align-items: flex-start;
}

.bk-media-obj__media {
  flex-shrink: 0;
}

.bk-media-obj__body {
  min-width: 0;
  margin-left: 10px;
  flex-grow: 1;
}

.bk-media-obj__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.bk-media-obj__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

/*Цветные иконки / color icon*/

.bk-color-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
}

.bk-color-icon__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.bk-popup {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: 100px auto;
  padding: 15px 20px 20px 20px;
  background-color: #fff;
  border-radius: 10px;
}

.bk-popup_very-big {
  max-width: 1180px;
}

.bk-popup_big {
  max-width: 800px;
}

.bk-popup_middle {
  max-width: 440px;
}

.bk-popup_small {
  max-width: 310px;
}

.bk-popup_bg-light-green {
  background-color: #E9F6E9;
}

.bk-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0;
  cursor: pointer;
  opacity: 0.2;
  transition: opacity 150ms linear;
}

.bk-popup__close:hover {
  opacity: 0.5;
}

.bk-popup__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
  padding-right: 30px;
}

.bk-popup__subtitle {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.bk-popup__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.bk-popup__item {
  margin-bottom: 20px;
}

.bk-popup-head__left {
  margin-bottom: 10px;
  float: left;
}

.bk-popup-head__left .bk-popup__title {
  margin-bottom: 0;
}

.bk-popup-head__right {
  margin-left: 10px;
  margin-bottom: 10px;
  float: right;
}

.bk-popup__content .bk-popup__scroller {
  max-height: 400px;
}

.bk-popup__table {
  font-size: 18px;
  line-height: 1.4;
}

.bk-popup__row {
  margin-bottom: 10px;
}

.bk-popup__row:last-of-type {
  margin-bottom: 0;
}

.bk-popup__cell {
  margin-right: 10px;
  float: left;
}

.bk-popup__cell_right {
  float: right;
}

.bk-popup__cell:last-of-type {
  margin-right: 0;
}

.bk-popup__comment .bk-textarea {
  min-height: 80px;
  height: 120px;
}

.bk-popup__scroll {
  position: relative;
  width: 100%;
}

.bk-popup__scroll.baron._macosx .baron__bar {
  width: 5px;
}

.bk-popup__user .bk-popup__scroller {
  max-height: 300px;
}

.bk-popup__user .drop-down-side__body {
  margin-bottom: 15px;
}

.bk-popup-user__msg {
  padding: 100px 0;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
}

.bk-popup-user__list {
  margin-top: 10px;
}

.bk-popup-user__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  padding: 10px;
  cursor: pointer;
}

.bk-popup-user__item_hover:hover .icon-norm {
  display: none;
}

.bk-popup-user__item_hover:hover .icon-hover {
  display: block;
}

.bk-popup-user__item:hover {
  background: rgba(30, 160, 30, 0.1);
}

.bk-popup-user__left {
  display: inline-flex;
  align-items: center;
  width: calc(100% - 70px);
}

.bk-popup-user__right {
  display: inline-flex;
}

.bk-popup-user__avatar {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-right: 10px;
}

.bk-popup-user__name {
  font-size: 18px;
  line-height: 1.4;
}

.bk-popup-user__star {
  font-size: 0;
  margin-top: 2px;
}

.bk-popup-user__btn {
  font-size: 0;
  margin-left: 10px;
}

.bk-popup__chat-head {
  margin-top: 15px;
  margin-bottom: 10px;
}

.bk-popup-ch__avatar {
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.bk-popup-ch__avatar img {
  border-radius: 50%;
}

.bk-popup-ch__avatar_edit {
  cursor: pointer;
}

.bk-popup-ch__avatar_edit:hover .bk-popup-ch__avatar-hover {
  opacity: 1;
}

.bk-popup-ch__avatar-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  padding-top: 2px;
  padding-left: 2px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}

.bk-popup-ch__avatar-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding-top: 30px;
  background-color: #ECEEF2;
}

.bk-popup-ch__avatar-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: opacity 0.15s ease;
  text-align: center;
  padding-top: 28px;
  background-color: rgba(0, 0, 0, 0.4);
}

.bk-popup-ch__right {
  width: calc(100% - 95px);
  min-height: 80px;
  margin-top: -5px;
}

.bk-popup-ch__edit {
  position: relative;
}

.bk-popup-ch__edit .bk-input-text {
  padding-left: 15px;
  padding-right: 50px;
}

.bk-popup-ch__edit .bk-input-text.active + .bk-form-elem-icon {
  opacity: 1;
}

.bk-popup-ch__edit .bk-input-text:focus ~ .bk-form-elem-icon {
  opacity: 1;
}

.bk-popup-ch__edit .bk-form-elem-icon {
  top: inherit;
  right: 15px;
  bottom: 0;
  cursor: pointer;
  opacity: 1;
}

.bk-popup-ch__edit .bk-preload-wrap {
  margin-top: 2px;
  margin-left: 2px;
}

.bk-popup-ch__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-top: 5px;
}

.bk-popup-ch__info-content {
  float: left;
  min-width: 0;
  max-width: 100%;
}

.bk-popup-ch__info-name {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
}

.bk-popup-ch__info-name-edit {
  position: absolute;
  right: 0;
}

.bk-popup-ch__info-name-edit ~ .bk-popup-ch__info-name-text {
  padding-right: 32px;
}

.bk-popup-ch__info-count {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
}

.bk-popup-ch__info-edit {
  margin-left: 10px;
  margin-right: 15px;
  float: right;
}

.bk-popup-ch__info-edit ~ .bk-popup-ch__info-content {
  max-width: calc(100% - 55px);
}

.bk-popup-ch__label {
  display: block;
  width: 100%;
}

.bk-popup__line {
  margin-left: -20px;
  width: calc(100% + 40px);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.bk-popup__attached-file .bk-popup-attached__date {
  margin-top: 15px;
  margin-bottom: 15px;
}

.bk-popup__attached-img .bk-popup-attached__flex {
  margin-top: 40px;
  margin-left: 10px;
}

.bk-popup__attached .bk-popup__scroller {
  min-height: 500px;
  max-height: 500px;
  padding-right: 42px !important;
}

.bk-popup__attached .drop-down-side__body {
  margin-bottom: 15px;
}

.bk-popup-attached__date {
  display: inline-block;
  height: 30px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 30px;
  padding: 0 10px;
  margin-top: 20px;
  border-radius: 15px;
  background-color: #ECEEF2;
}

.bk-popup-attached__date:first-of-type {
  margin-top: 20px;
}

.bk-popup-attached__flex {
  flex-basis: 100%;
}

.bk-popup-attached__flex:first-of-type {
  margin-top: 0;
}

.bk-popup-attached__img {
  position: relative;
  width: calc(25% - 20px);
  margin: 20px 10px 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
}

.bk-popup-attached__img-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  width: calc(100% + 20px);
}

.bk-popup-attached__img-size {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  background-size: cover;
  background-position: 50%;
  background-color: rgba(0, 0, 0, 0.2);
}

.bk-popup-attached__file {
  width: calc(100% - 34px);
}

.bk-popup-attached__file .dialogs-mess-item__file {
  padding-right: 0;
}

.bk-popup-attached__file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bk-popup-attached__file-right {
  display: flex;
  flex-shrink: 0;
}

.bk-popup-flex {
  display: flex;
}

.bk-popup-flex_jc-sb {
  justify-content: space-between;
}

.bk-popup .entry-step-contact {
  margin-left: 0!important;
  margin-right: 0!important;
}

.bk-popup .entry-interest-list {
  margin-top: 20px;
}

.no-touchevents .bk-popup-ch__avatar-hover {
  opacity: 0;
}

@media screen and (max-width: 788px) {
  .bk-popup {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .bk-popup__attached .bk-popup__scroller {
    min-height: 50vh;
    max-height: calc(100vh - 240px);
  }

  .bk-popup-attached__img {
    width: calc(33.33% - 20px);
  }
}

@media screen and (max-width: 530px) {
  .bk-popup__subtitle {
    font-size: 16px;
  }

  .bk-popup-ch__avatar {
    display: block;
    margin: 0 auto 10px;
    float: none;
  }

  .bk-popup-ch__right {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    float: none;
  }

  .bk-popup-ch__info {
    height: auto;
    margin-top: 0;
  }

  .bk-popup-ch__info-edit {
    margin-right: 0;
  }

  .bk-popup__attached-img .bk-popup-attached__flex {
    margin-top: 20px;
    margin-left: 5px;
    margin-bottom: 10px;
  }

  .bk-popup__attached-img .bk-popup-attached__flex:first-of-type {
    margin-top: 0;
  }

  .bk-popup-attached__img {
    width: calc(50% - 10px);
    margin: 10px 5px 0 5px;
  }

  .bk-popup-attached__img-list {
    margin-left: -5px;
    width: calc(100% + 10px);
  }

  .bk-popup-user__msg {
    padding: 50px 0;
  }
}

@media screen and (max-width: 420px) {
  .bk-popup-head__left {
    width: 100%;
  }

  .bk-popup-head__right {
    margin-left: 0;
    float: none;
  }

  .bk-popup__cell {
    width: 100%;
    margin-right: 0;
  }

  .bk-popup__cell_right {
    float: none;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.bk-preload-bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
}

.bk-preload-bg.a-fade.in {
  opacity: 0.8;
}

.bk-preload-bg.full-width {
  position: fixed;
  z-index: 2000;
}

.bk-preload-bg.block {
  position: absolute;
  z-index: 900;
}

.bk-preload-block {
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

.bk-preload-block.full-width {
  position: fixed;
  background-color: #fff;
  padding: 36px;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-top: -61px;
  margin-left: -61px;
  z-index: 2000;
}

.bk-preload-block.block {
  position: absolute;
  z-index: 910;
}

.bk-preload-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 180px;
  perspective-origin: center center;
  width: 50px;
  height: 50px;
}

.bk-preload-wrap.small {
  width: 20px;
  height: 20px;
  perspective: 100px;
}

.bk-preload-wrap.small .bk-preload__content_front {
  transform: translateZ(10px);
}

.bk-preload-wrap.small .bk-preload__content_right {
  transform: translateX(10px) rotateY(90deg);
}

.bk-preload-wrap.small .bk-preload__item.border {
  border-width: 1px;
}

.bk-preload-wrap.big {
  width: 100px;
  height: 100px;
  perspective: 400px;
}

.bk-preload-wrap.big .bk-preload__content_front {
  transform: translateZ(50px);
}

.bk-preload-wrap.big .bk-preload__content_right {
  transform: translateX(50px) rotateY(90deg);
}

.bk-preload-wrap.big .bk-preload__item.border {
  border-width: 3px;
}

.bk-preload__body {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: preload-rotate 1.8s ease-in-out infinite forwards;
}

.bk-preload__content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.bk-preload__content_front {
  transform: translateZ(25px);
}

.bk-preload__content_right {
  transform: translateX(25px) rotateY(90deg);
}

.bk-preload__item {
  position: absolute;
  background-color: #cacaca;
  overflow: hidden;
}

.bk-preload__item:nth-child(1) {
  top: 0;
  left: 0;
}

.bk-preload__item:nth-child(2) {
  right: 0;
  bottom: 0;
}

.bk-preload__item:nth-child(3) {
  top: 0;
  right: 0;
}

.bk-preload__item:nth-child(4) {
  bottom: 0;
  left: 0;
}

.bk-preload__item.border {
  border-width: 2px;
}

.bk-preload__item.border:nth-child(1) {
  width: 66%;
  height: 62%;
}

.bk-preload__item.border:nth-child(2) {
  width: 69%;
  height: 67.3333333%;
  border-left: white solid;
  border-top: white solid;
}

.bk-preload__item.border:nth-child(3) {
  width: 35%;
  height: 68.3333333%;
  border-left: white solid;
  border-bottom: white solid;
}

.bk-preload__item.border:nth-child(4) {
  width: 31%;
  height: 38%;
  border-top: white solid;
}

.bk-preload__item_orange:after {
  content: '';
  position: absolute;
  top: -200%;
  left: -200%;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  background-color: #FA961E;
  animation: paint-orange 1.8s ease-in-out infinite forwards;
}

.bk-preload__item_green:after {
  content: '';
  position: absolute;
  right: -200%;
  bottom: -200%;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  background-color: #1EA01E;
  animation: paint-green 1.8s ease-in-out infinite forwards;
}

.bk-preload__item_yellow:after {
  content: '';
  position: absolute;
  top: -200%;
  right: -400%;
  width: 400%;
  height: 200%;
  border-radius: 50%;
  background-color: #FFBE0A;
  animation: paint-yellow 1.8s ease-in-out infinite forwards;
}

.bk-preload__item_blue:after {
  content: '';
  position: absolute;
  bottom: -200%;
  left: -200%;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  background-color: #00B4F0;
  animation: paint-blue 1.8s ease-in-out infinite forwards;
}

@supports (-ms-ime-align:auto) {
  .bk-preload__wrap.small .bk-preload__content_front {
    animation: none;
  }

  .bk-preload__wrap.big .bk-preload__content_front {
    animation: none;
  }

  .bk-preload__body {
    animation: none;
  }

  .bk-preload__content_front {
    transform: none;
  }

  .bk-preload__content_right {
    display: none;
  }

  .bk-preload__item_orange:after {
    animation: paint-orange-ie 1.8s ease-in-out infinite forwards;
  }

  .bk-preload__item_green:after {
    animation: paint-green-ie 1.8s ease-in-out infinite forwards;
  }

  .bk-preload__item_yellow:after {
    animation: paint-yellow-ie 1.8s ease-in-out infinite forwards;
  }

  .bk-preload__item_blue:after {
    animation: paint-blue-ie 1.8s ease-in-out infinite forwards;
  }
}

/* animations for preload */

@keyframes preload-rotate {
  60% {
    transform: rotateY(0);
  }

  80% {
    transform: rotateY(-95deg);
  }

  90% {
    transform: rotateY(-85deg);
  }

  100% {
    transform: rotateY(-90deg);
  }
}

@keyframes paint-orange {
  60% {
    transform: translateX(75%) translateY(75%);
  }

  79% {
    transform: translateX(75%) translateY(75%);
  }

  100% {
    transform: translateX(0%) translateY(0%);
  }
}

@keyframes paint-green {
  60% {
    transform: translateX(-75%) translateY(-75%);
  }

  79% {
    transform: translateX(-75%) translateY(-75%);
  }

  100% {
    transform: translateX(0%) translateY(0%);
  }
}

@keyframes paint-yellow {
  60% {
    transform: translateX(-75%) translateY(75%);
  }

  79% {
    transform: translateX(-75%) translateY(75%);
  }

  100% {
    transform: translateX(0%) translateY(0%);
  }
}

@keyframes paint-blue {
  60% {
    transform: translateX(75%) translateY(-75%);
  }

  79% {
    transform: translateX(75%) translateY(-75%);
  }

  100% {
    transform: translateX(0%) translateY(0%);
  }
}

/* animations for preload IE*/

@keyframes paint-orange-ie {
  0% {
    transform: translateX(0%) translateY(0%);
  }

  50% {
    transform: translateX(75%) translateY(75%);
    opacity: 1;
  }

  100% {
    transform: translateX(75%) translateY(75%);
    transition: opacity 1s;
    opacity: 0;
  }
}

@keyframes paint-green-ie {
  0% {
    transform: translateX(0%) translateY(0%);
  }

  50% {
    transform: translateX(-75%) translateY(-75%);
    opacity: 1;
  }

  100% {
    transform: translateX(-75%) translateY(-75%);
    transition: opacity 1s;
    opacity: 0;
  }
}

@keyframes paint-yellow-ie {
  0% {
    transform: translateX(0%) translateY(0%);
  }

  50% {
    transform: translateX(-75%) translateY(75%);
    opacity: 1;
  }

  100% {
    transform: translateX(-75%) translateY(75%);
    transition: opacity 1s;
    opacity: 0;
  }
}

@keyframes paint-blue-ie {
  0% {
    transform: translateX(0%) translateY(0%);
  }

  50% {
    transform: translateX(75%) translateY(-75%);
    opacity: 1;
  }

  100% {
    transform: translateX(75%) translateY(-75%);
    transition: opacity 1s;
    opacity: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bk-preload__wrap.small .bk-preload__content_front {
    animation: none;
  }

  .bk-preload__wrap.big .bk-preload__content_front {
    animation: none;
  }

  .bk-preload__body {
    animation: none;
  }

  .bk-preload__content_front {
    transform: none;
  }

  .bk-preload__content_right {
    display: none;
  }

  .bk-preload__item_orange:after {
    animation: paint-orange-ie 1.8s ease-in-out infinite forwards;
  }

  .bk-preload__item_green:after {
    animation: paint-green-ie 1.8s ease-in-out infinite forwards;
  }

  .bk-preload__item_yellow:after {
    animation: paint-yellow-ie 1.8s ease-in-out infinite forwards;
  }

  .bk-preload__item_blue:after {
    animation: paint-blue-ie 1.8s ease-in-out infinite forwards;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.bk-share {
  font-size: 0;
  margin-bottom: -10px;
  margin-right: -10px;
}

.bk-share_fix-right {
  z-index: 99999;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0;
  margin-right: 0;
}

.bk-share_fix-right .bk-share__item {
  display: block;
}

.bk-share_fix-right .bk-share__item:last-child {
  margin-bottom: 0;
}

.bk-share_fix-right .bk-share__item_more {
  margin-top: 10px;
  display: none;
}

.bk-share_fix-right .bk-share-btn__icon-container {
  display: flex;
}

.bk-share_fix-right .bk-share-btn__qt-container {
  display: flex;
  width: 40px;
}

.bk-share_fix-right .bk-share-btn__qt {
  padding: 0;
}

.bk-share_qt-on .bk-share-btn__qt-container {
  display: inline-flex;
}

.bk-share__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
}

.bk-share-btn {
  display: block;
  font-size: 0;
  border-radius: 5px;
  overflow: hidden;
  border: none;
  padding: 0;
}

.bk-share-btn_vk {
  background-color: #4c75a3;
}

.bk-share-btn_fb {
  background-color: #6081c4;
}

.bk-share-btn_ok {
  background-color: #f58220;
}

.bk-share-btn_moi {
  background-color: #3d6cb0;
}

.bk-share-btn_tw {
  background-color: #43bdef;
}

.bk-share-btn_gp {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.bk-share-btn_gp .bk-share-btn__icon-container {
  height: 38px;
  width: 38px;
}

.bk-share-btn_gp .bk-share-btn__qt-container {
  line-height: 38px;
}

.bk-share-btn_gp .icon-login_gp {
  margin-left: -1px;
}

.bk-share-btn_more {
  background-color: #4bc0f0;
}

.bk-share-btn__icon-container {
  height: 40px;
  width: 40px;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
}

.bk-share-btn__qt-container {
  display: none;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 40px;
  align-items: center;
  justify-content: center;
}

.bk-share-btn__qt {
  padding: 0 7px;
  min-width: 40px;
  text-align: center;
}

.bk-share-big__list {
  font-size: 0;
}

.bk-share-big__item {
  display: inline-block;
  height: 60px;
  border-radius: 50px;
  margin-right: 20px;
  margin-top: 20px;
  overflow: hidden;
}

.bk-share-big__item:last-of-type {
  margin-right: 0;
}

.bk-share-big-btn {
  display: table;
  font-size: 0;
}

.bk-share-big-btn_fb {
  background-color: rgba(59, 89, 152, 0.6);
}

.bk-share-big-btn_fb:hover {
  background-color: rgba(59, 89, 152, 0.8);
}

.bk-share-big-btn_vk {
  background-color: rgba(76, 108, 145, 0.6);
}

.bk-share-big-btn_vk:hover {
  background-color: rgba(76, 108, 145, 0.8);
}

.bk-share-big-btn_ok {
  background-color: rgba(246, 134, 52, 0.6);
}

.bk-share-big-btn_ok:hover {
  background-color: rgba(246, 134, 52, 0.8);
}

.bk-share-big-btn__icon-container {
  display: table-cell;
}

.bk-share-big-btn__qt-container {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 20px;
}

.bk-share-big-btn__qt {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .bk-share_fix-right {
    top: auto;
    bottom: 10px;
    transform: translateY(0);
  }

  .bk-share_fix-right .bk-share__list {
    display: none;
  }

  .bk-share_fix-right .bk-share__list.mob-show {
    display: block;
  }

  .bk-share_fix-right .bk-share__item_more {
    display: block;
  }

  .bk-share_fix-right .bk-share-btn__qt {
    display: none;
  }
}

@media screen and (max-width: 788px) {
  .bk-share-big__list {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .bk-share-big__item {
    height: 36px;
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-top: 15px;
  }

  .bk-share-big__item:last-of-type {
    margin-right: 7.5px;
  }

  .bk-share-big-btn__icon-container i {
    width: 36px;
    height: 36px;
    background-size: contain;
  }

  .bk-share-big-btn__qt-container {
    padding-left: 10px;
    padding-right: 15px;
  }

  .bk-share-big-btn__qt {
    font-size: 16px;
  }
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.bk-status {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1;
  display: inline-block;
  border: 1px solid;
  border-radius: 5px;
  padding: 1px 7.5px 3px;
  user-select: none;
}

.bk-status_big {
  text-transform: uppercase;
  padding: 11px 20px;
}

.bk-status_green {
  color: #1ea01e;
}

.bk-status_orange {
  color: #fa961e;
}

.bk-status_white {
  color: #ffffff;
}

.bk-status-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #eceef2;
  padding: 5px;
}

.bk-status-icon::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.bk-status-icon_active::after {
  background-color: #8FD08F;
  border-color: #8FD08F;
}

.bk-status-icon_verification::after {
  background-color: #FFBE0A;
  border-color: #FFBE0A;
}

.bk-status-icon_rejected::after {
  background-color: #FF4545;
  border-color: #FF4545;
}

.bk-status-icon_delete::after {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.2);
}
/* GRID SYSTEM */

/*Контейнер для страниц без меню*/

/* GRID SYSTEM END*/

/* #B7B7B7 */

/* #ECEEF2 */

/*rgba(0, 0, 0, 0.2); */

/*rgba(30, 160, 30, 0.5)*/

/*rgb(0, 180, 240)*/

/*перенос слова*/

/*курсоры*/

/*position relative*/

/*Возможность изменять поле ввода*/

/*отключение ховера / hover-off*/

/*Делает блокировачный щит над элементом и завешивает полупрозрачностью*/

.bk-tag {
  display: inline-block;
  vertical-align: top;
  background-color: #eceef2;
  padding: 3px 10px 5px;
  border-radius: 15px;
  max-width: 300px;
  cursor: pointer;
  transition: background-color 150ms linear;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1.4;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.bk-tag:hover {
  background-color: #b6b8bc;
}

.bk-tag_big {
  padding: 7px 15px 8px;
  border-radius: 20px;
  font-size: 18px;
  line-height: 1.4;
}

.bk-tag_small {
  padding: 2px 8px 4px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.bk-tag_without-hover {
  cursor: default;
  background-color: #eceef2 !important;
}