body {
  min-width: 1020px;
  background: #f8f8f8;
}
.env-mobile body,
body.env-mobile {
  min-width: 320px;
}
.layout-wrapper {
  box-sizing: border-box;
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
}
.env-no-boxshadow .layout-wrapper {
  border: 1px solid rgba(0,0,0,0.15);
}
@media (max-width: 1283.59375px) {
  .layout-wrapper {
    max-width: none;
    margin-left: 1.7578125%;
    margin-right: 1.7578125%;
  }
}
.env-mobile .layout-wrapper {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  border-left: 0;
  border-right: 0;
}
.layout-borders {
  border-left: 1px solid #d6d9e0;
  border-right: 1px solid #d6d9e0;
}
.env-mobile .layout-borders {
  border-left: none;
  border-right: none;
}
.header::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  width: 100%;
  height: 2px;
  background: linear-gradient(180deg, transparent 0, rgba(0,0,0,0.08) 100%);
}
.header-toolbar {
  z-index: 10;
  background: #fff;
  padding: 0 20px;
}
.header__logo {
  -ms-flex: 0 0 180px;
      flex: 0 0 180px;
  margin-right: 15px;
  position: relative;
  z-index: 11;
}
.header-auth {
  position: relative;
  z-index: 1;
}
.header-auth [data-user-menu-toggler] {
  cursor: pointer;
}
.header-auth__user {
  padding: 15px;
  font-size: 14px;
  line-height: 1.285714285714286em;
/*
	@media (max-width: $breakpoints.sm)
		font-size: 12px
	*/
  font-weight: normal;
}
.header-auth__user-avatar {
  border-radius: 100%;
  height: 40px;
  width: 40px;
  overflow: hidden;
  margin-right: 15px;
}
.header-auth__user-avatar > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.header-auth__menu:hover {
  cursor: pointer;
}
.header-auth__menu-list {
  visibility: hidden;
  position: absolute;
  z-index: 100;
  overflow: hidden;
  top: 52px;
  right: 0;
  width: 240px;
  border-radius: 3px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.08), 0 4px 16px 0 rgba(0,0,0,0.08), 0 8px 16px 0 rgba(0,0,0,0.08);
  background-color: #fff;
}
.env-no-boxshadow .header-auth__menu-list {
  border: 1px solid 0 8px 16px 0 rgba(0,0,0,0.08);
}
.header-auth__menu-list.show {
  visibility: visible;
}
.header-auth__menu-list ul {
  padding: 15px 0;
}
.header-auth__menu-list ul li {
  font-size: 16px;
  line-height: 1.375em;
/*
	@media (max-width: $breakpoints.sm)
		font-size: 14px
	*/
  font-weight: 500;
}
.header-auth__menu-list ul li > a {
  font-size: 16px;
  line-height: 1.375em;
/*
	@media (max-width: $breakpoints.sm)
		font-size: 14px
	*/
  color: #2c2c2c;
  padding: 10px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.header-auth__menu-list ul li > a:hover {
  background-color: #f8f8f8;
  text-decoration: none;
}
.header-auth__user-icon {
  color: #a4a9b5;
  opacity: 0.7;
}
.header-auth__user-icon:hover {
  opacity: 1;
  text-decoration: none;
}
.header-auth__user-icon--active {
  color: #29b6f6;
}
.header-auth__counter {
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.333333333333333em;
/*
	@media (max-width: $breakpoints.sm)
		font-size: 11px
	*/
  background: #2ecc71;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16);
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  padding: 0 5px;
  transform: translateY(-1px);
}
.env-no-boxshadow .header-auth__counter {
  border: 1px solid rgba(0,0,0,0.16);
}
.header-auth__counter--top-corner {
  position: absolute;
  top: -7px;
  left: 100%;
  margin-left: -6px;
}
.header-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 0;
  background-color: #fff;
}
.header-content > * {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  box-sizing: border-box;
  max-width: 33.333333333333336%;
  margin: 0 30px;
  overflow: hidden;
}
.header-content__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
input[type='search'],
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.header-search {
  cursor: pointer;
  color: #747474;
  line-height: 1;
}
.header-search__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2c2c2c;
  opacity: 0;
  z-index: -1;
  cursor: default;
  visibility: hidden;
}
.header-search__overlay.opened {
  z-index: 11;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  visibility: visible;
}
.header-search .header-search__field {
  z-index: 300;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  transform: translate(0, -100%);
  min-height: 104px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.08), 0 4px 16px 0 rgba(0,0,0,0.08), 0 8px 16px 0 rgba(0,0,0,0.08);
  font-size: 12px;
  line-height: 1.333333333333333em;
/*
	@media (max-width: $breakpoints.sm)
		font-size: 11px
	*/
  font-weight: 500;
}
.env-no-boxshadow .header-search .header-search__field {
  border: 1px solid 0 8px 16px 0 rgba(0,0,0,0.08);
}
.header-search .header-search__field .input-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.header-search .header-search__field--opened {
  opacity: 1;
  visibility: visible;
  transition: transform 0.5s ease, opacity 0.5s ease-in-out;
  transform: translate(0, 0);
}
.header-search .header-search__field-input-wrap {
  -ms-flex: 1;
      flex: 1;
  position: relative;
}
.header-search .header-search__field-input {
  position: relative;
  padding: 30px;
  background-color: #fff;
  cursor: default;
  box-shadow: none;
}
.header-search .header-search__field-input-button {
  border: none;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
}
.header-search .header-search__field-input-button:focus {
  outline: none;
}
.header-search .header-search__field-input-button.active > * {
  opacity: 1;
}
.header-search .header-search__field-input-query {
  border: none;
  width: 100%;
  font-size: 16px;
  line-height: 1.375em;
/*
	@media (max-width: $breakpoints.sm)
		font-size: 14px
	*/
  height: 40px;
  padding: 10px 30px 10px 15px;
  box-sizing: border-box;
  border: 1px solid #d6d9e0;
  border-radius: 5px;
}
.header-search .header-search__field-input-query:-ms-input-placeholder {
  opacity: 0.3;
}
.header-search .header-search__field-input-query::placeholder {
  opacity: 0.3;
}
.header-search .header-search__field-input-query:hover {
  border-color: #a4a9b5;
}
.header-search .header-search__field-input-query:focus {
  outline: none;
  border-color: #29b6f6;
}
.header-search .header-search__field-close {
  border: none;
  background: transparent;
  margin-left: 20px;
  cursor: pointer;
  padding: 0;
}
.header-search .header-search__field-close:focus {
  outline: none;
}
.footer {
  box-sizing: border-box;
  background-color: #162136;
  color: rgba(255,255,255,0.4);
  -webkit-text-size-adjust: 100%;
}
.footer > * + * {
  border-top: 1px solid rgba(255,255,255,0.2);
}
.env-mobile .footer__top-row {
  text-align: center;
  padding-top: 15px;
}
.env-desktop .footer__top-row {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.footer__middle-row {
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.env-mobile .footer__middle-row {
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 15px 10px 5px;
}
.footer__bottom-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px;
}
.env-mobile .footer__bottom-row {
  font-size: 12px;
  line-height: 1.333333333333333em;
/*
	@media (max-width: $breakpoints.sm)
		font-size: 11px
	*/
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 15px 10px;
  text-align: center;
}
.footer__logo-link {
  margin-right: 20px;
  display: inline-block;
}
.env-mobile .footer__logo-link {
  margin: 0;
}
.footer__logo-pic {
  max-width: 177px;
}
.env-mobile .footer__logo-pic {
  max-width: 131px;
}
.footer__title {
  font-size: 16px;
  line-height: 1.375em;
/*
	@media (max-width: $breakpoints.sm)
		font-size: 14px
	*/
  letter-spacing: 0.4px;
  padding-top: 9px;
  text-transform: uppercase;
}
.env-mobile .footer__title {
  font-size: 14px;
  line-height: 1.285714285714286em;
/*
	@media (max-width: $breakpoints.sm)
		font-size: 12px
	*/
  padding-top: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer__socials-list {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.env-desktop .footer__socials-list {
  margin-left: auto;
}
.env-mobile .footer__socials-list {
  text-align: center;
  padding: 15px;
}
.env-desktop .footer__socials-item + .footer__socials-item {
  margin-left: 20px;
}
.env-mobile .footer__socials-item + .footer__socials-item {
  margin-left: 15px;
}
.footer__socials-item-link {
  color: rgba(255,255,255,0.4);
}
.footer__socials-item-link:hover {
  text-decoration: none;
  color: #fff;
}
.env-mobile .footer__info-list {
  text-align: center;
}
.env-mobile .footer__info-list + * {
  margin-top: 5px;
}
.footer__info-item {
  display: inline-block;
}
.footer__info-item + .footer__info-item {
  margin-left: 20px;
}
.env-mobile .footer__info-item {
  margin: 0 7px 12px;
}
.footer__info-item-link {
  font-size: 14px;
  line-height: 1.285714285714286em;
/*
	@media (max-width: $breakpoints.sm)
		font-size: 12px
	*/
  font-weight: bold;
  color: rgba(255,255,255,0.4);
}
.footer__info-item-link:hover {
  text-decoration: none;
  color: #fff;
}
.env-mobile .footer__info-item-link {
  font-size: 12px;
  line-height: 1.333333333333333em;
/*
	@media (max-width: $breakpoints.sm)
		font-size: 11px
	*/
}
.footer__copyright {
  margin-bottom: 5px;
}
.env-mobile .footer__copyright {
  margin-bottom: 10px;
}
.footer__policy {
  margin-right: 20px;
}
.footer__policy > * + * {
  margin-right: 15px;
}
.env-mobile .footer__policy {
  margin: 0;
}
.footer__policy-link {
  color: rgba(255,255,255,0.4);
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
}
.footer__policy-link:hover {
  text-decoration: none;
  color: #fff;
}
.env-mobile .footer__policy-link {
  display: block;
  margin: 10px 0;
}
.footer__underline-link {
  display: inline-block;
  font-weight: inherit;
  color: inherit;
  border-bottom: 1px solid #369;
}
.footer__underline-link:hover {
  text-decoration: none;
  border-color: transparent;
}
.footer__age-link {
  opacity: 0.65;
}
.footer__age-link:hover {
  opacity: 1;
}
.env-mobile .footer__age-link {
  margin-top: 5px;
}
.footer__counters {
  height: 0;
  width: 0;
  overflow: hidden;
  position: relative;
}
.main-menu {
  font-size: 14px;
  line-height: 1.285714285714286em;
/*
	@media (max-width: $breakpoints.sm)
		font-size: 12px
	*/
  color: #2c2c2c;
  font-weight: 500;
  margin-right: auto;
}
.main-menu__sections {
  height: 80px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.main-menu__sections-link,
.main-menu__sections-name {
  color: inherit;
}
.main-menu__sections-link[data-title]::after,
.main-menu__sections-name[data-title]::after {
  display: block;
  content: attr(data-title);
  font-weight: 700;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}
.main-menu__sections-link:hover,
.main-menu__sections-name:hover {
  text-decoration: none;
}
.main-menu__sections-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.main-menu__sections-item:first-child {
  margin-left: -7.5px;
}
.main-menu__sections-item:nth-last-child(2) {
  margin-right: -7.5px;
}
.main-menu__sections-item.hovered:not(.main-menu__sections-item--active) {
  color: #29b6f6;
}
.main-menu__sections-item--active {
  position: relative;
  font-weight: 700;
}
.main-menu__sections-item--active:after {
  content: '';
  width: calc(100% - 15px);
  height: 4px;
  bottom: 0;
  left: 7.5px;
  position: absolute;
  background: #28467f;
}
.main-menu__sections-item-border {
  transition: all 0.3s linear;
  height: 4px;
  width: 60px;
  background: #28467f;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
.main-menu[data-state='opened'] .main-menu__sections:before,
.main-menu[data-state='opened'] .main-menu__sections:after {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}
.main-menu[data-state='opened'] .main-menu__sections:before {
  right: 100%;
  border-width: 0 0 60px 150px;
}
.main-menu[data-state='opened'] .main-menu__sections:after {
  left: 100%;
  border-width: 60px 0 0 150px;
}
.main-menu__subsections-item {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-weight: 500;
}
.main-menu__subsections-name {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.375em;
/*
	@media (max-width: $breakpoints.sm)
		font-size: 14px
	*/
  font-weight: 700;
}
.main-menu__subsections-link {
  display: block;
}
.main-menu__subsections-link:hover {
  text-decoration: none;
}
.main-menu__submenu {
  visibility: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.08), 0 -8px 16px 0 rgba(0,0,0,0.04), 0 16px 24px 0 rgba(0,0,0,0.16);
  font-size: 14px;
  line-height: 1.285714285714286em;
/*
	@media (max-width: $breakpoints.sm)
		font-size: 12px
	*/
  overflow: hidden;
  width: 100%;
  padding: 30px 0 20px;
}
.env-no-boxshadow .main-menu__submenu {
  border: 1px solid 0 16px 24px 0 rgba(0,0,0,0.16);
}
.main-menu__submenu-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.main-menu__submenu-column {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.main-menu__submenu-column:not(:first-child) {
  padding-left: 20px;
}
.main-menu__submenu-item {
  white-space: nowrap;
  margin-bottom: 15px;
}
.main-menu__submenu-item + .main-menu__submenu-item--title {
  margin-top: 30px;
}
.main-menu__submenu-item--title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375em;
/*
	@media (max-width: $breakpoints.sm)
		font-size: 14px
	*/
}
.main-menu__submenu-item a {
  color: inherit;
}
.main-menu__submenu-item a:hover {
  text-decoration: none;
}
.main-menu__submenu-item:hover:not(.main-menu__submenu-item--title):not(.main-menu__submenu-item--selected) {
  color: #29b6f6;
  text-decoration: none;
}
.main-menu__submenu-item--selected {
  color: #2ecc71;
}
.main-menu__submenu[data-state="opened"] {
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1240px) {
  .main-menu {
    font-size: 16px;
    line-height: 1.375em;
/*
	@media (max-width: $breakpoints.sm)
		font-size: 14px
	*/
  }
  .main-menu__sections-item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-menu__sections-item:first-child {
    margin-left: -15px;
  }
  .main-menu__sections-item:nth-last-child(2) {
    margin-right: -15px;
  }
  .main-menu__sections-item--active:after {
    width: calc(100% - 30px);
    left: 15px;
  }
  .main-menu__submenu {
    font-size: 16px;
    line-height: 1.375em;
/*
	@media (max-width: $breakpoints.sm)
		font-size: 14px
	*/
  }
  .main-menu__submenu-column:not(:first-child) {
    padding-left: $indent2XL;
  }
  .main-menu__submenu-column {
    min-width: 230px;
  }
}
@media (hover: none) {
  .main-menu__sections-link:active {
    pointer-events: none !important;
  }
}
.bread-crumbs {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  color: rgba(44,44,44,0.3);
  white-space: nowrap;
}
.env-mobile .bread-crumbs {
  margin-bottom: 10px;
}
.bread-crumbs__item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bread-crumbs__item--separator {
  padding: 0 3px;
  font-size: 12px;
}
.bread-crumbs::after {
  content: '';
  position: absolute;
  right: 0;
  width: 20px;
  height: 100%;
  background-color: rgba(255,255,255,0);
  background: linear-gradient(to right, rgba(255,255,255,0) 0, #fff 100%);
}
.layout-columns-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}
.layout-columns-wrapper .layout-column-full,
.layout-columns-wrapper .layout-column-center,
.layout-columns-wrapper .layout-column-right {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
}
.layout-columns-wrapper .layout-column-full:only-child,
.layout-columns-wrapper .layout-column-center:only-child,
.layout-columns-wrapper .layout-column-right:only-child {
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.layout-column-full,
.layout-column-center,
.layout-column-right {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  box-sizing: border-box;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.layout-column-center {
  min-width: 72.2495894909688%;
  -ms-flex-preferred-size: 72.2495894909688%;
      flex-basis: 72.2495894909688%;
}
.layout-column-right {
  min-width: 27.914614121510674%;
  -ms-flex-preferred-size: 27.914614121510674%;
      flex-basis: 27.914614121510674%;
}
@media (max-width: 800px) {
  .env-mobile .layout-columns-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .env-mobile .layout-column-center,
  .env-mobile .layout-column-right {
    min-width: initial;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .env-mobile .layout-column-full,
  .env-mobile .layout-column-center,
  .env-mobile .layout-column-right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .env-mobile .layout-column-right {
    margin-top: 20px;
  }
}
.layout-footer-fixed-content {
  position: fixed;
  z-index: 280;
  bottom: 0;
  left: 0;
  right: 0;
}
.promo-card {
  position: relative;
  height: 114px;
  -ms-flex-positive: 4;
      flex-grow: 4;
}
.promo-card--large {
  height: 136px;
}
.promo-card--large .dfp-banner {
  min-width: 390px;
}
.env-mobile .promo-card--large {
  z-index: -1;
}
.promo-card__link {
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.env-mobile .promo-card__link {
  display: block;
}
.promo-card__img {
  height: 114px;
}
.promo-card__img--large {
  height: 136px;
}
.env-mobile .promo-card__img--large {
  height: auto;
  width: 80%;
  max-width: 350px;
  padding-left: 16px;
  padding-top: 10px;
}

