.Tab {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  padding: 8px 24px;
  line-height: 32px;
  color: #222;
  color: var(--color-dark, #222);
  outline: none;
  margin: 12px 24px 12px 0;
  border-radius: 48px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  -webkit-transition: background-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.Tab:focus, .Tab:hover {
  background-color: rgba(0, 0, 0, 0.08);
  text-decoration: none;
}
.Tab.is-active {
  background: #FE4C4C;
  background: var(--color-primary-product, #FE4C4C);
  color: #fff;
  text-decoration: none;
  cursor: default;
}
.Tab.is-active:hover {
  background: #FE4C4C;
  background: var(--color-primary-product, #FE4C4C);
  color: #fff;
}
@media screen and (max-width: 991px) {
  .Tab {
    margin: 0 4px;
    font-size: 16px;
    padding: 8px 24px;
    line-height: 24px;
  }
}

.Search__searchContainer__2AHRf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.Search__iconSearchContainer__2-xKA {
  position: absolute;
  top: 18px;
  left: 24px;
}
.Search__input__3KrI1 {
  border: 1px solid #E6E6E6;
  width: 100%;
  max-width: 1080px;
  outline: none;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  padding: 16px 64px;
  border-radius: 32px;
  background: #FFF;
  font-size: 22px;
  display: block;
}
.Search__input__3KrI1:focus {
  border-color: rgba(51, 69, 82, 0.4);
}
::-webkit-input-placeholder {
  color: #ADADAD;
}
::-moz-placeholder {
  color: #ADADAD;
}
:-ms-input-placeholder {
  color: #ADADAD;
}
::-ms-input-placeholder {
  color: #ADADAD;
}
::placeholder {
  color: #ADADAD;
}
::-ms-input-placeholder {
  color: #ADADAD;
}
.Search__switch__1MuOj {
  position: absolute;
  top: 12px;
  right: 24px;
  padding: 6px 9px 8px 11px;
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: rgba(51, 69, 82, 0.2);
  outline-color: transparent;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.Search__switch__1MuOj:hover {
  color: rgba(51, 69, 82, 0.4);
}
.Search__switch__1MuOj span {
  min-width: 20px;
  min-height: 24px;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .Search__searchContainer__2AHRf {
    margin: 0;
  }
  .Search__input__3KrI1 {
    margin-right: 0;
  }
}

a.AreaItem {
  -webkit-box-shadow: none;
          box-shadow: none;
}
a.AreaItem:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
a.AreaItem:hover .AreaItem__web-site__1xkD_ {
  color: #FF5A49;
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.8), 0 1px currentColor;
          box-shadow: 0 1px rgba(255, 255, 255, 0.8), 0 1px currentColor;
}
.AreaItem {
  display: block;
  padding: 40px 32px 40px 0;
  height: 100%;
}
.AreaItem__title__3A3vq {
  font-size: 20px;
  line-height: 30px;
  color: #222;
  color: var(--color-dark, #222);
  margin: 0;
}
.AreaItem__tooltip__2i0ZP {
  display: inline-block;
  vertical-align: -2px;
  cursor: pointer;
}
.AreaItem__web-site__1xkD_ {
  color: rgba(52, 70, 83, 0.5);
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .AreaItem__web-site__1xkD_ {
    margin-top: 8px;
  }
  .AreaItem__title__3A3vq {
    font-size: 18px;
    line-height: 26px;
  }
}

.More {
  display: block;
  padding: 0;
  border: 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: var(--color-primary-product);
  background-color: transparent;
}
.More.is-active {
  padding: 0 4px;
  position: sticky;
  bottom: 32px;
  background-color: #f6f6f6;
  background-color: var(--color-secondary-background, #f6f6f6);
}
@media screen and (max-width: 480px) {
  .More {
    position: relative;
    bottom: 0;
    padding-left: 40px;
    margin: 8px auto 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: var(--color-primary-text);
  }
  .More:before {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M13 1.42871L7 7.42871L1 1.42871' stroke='white' stroke-width='1.71429'/%3E %3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: var(--color-primary-product);
  }
  .More:after {
    opacity: 0;
    -webkit-box-shadow: 0 15px 20px var(--color-primary-product);
            box-shadow: 0 15px 20px var(--color-primary-product);
  }
  .More:before, .More:after {
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .More.is-active {
    padding-left: 40px;
  }
  .More.is-active:before, .More.is-active:after {
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
  }
}

.AreaList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-top: 36px;
  margin-bottom: 8px;
}
.AreaList:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-secondary-background);
}
.AreaList:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E6E6E6;
}
.AreasList__item__2cwLh {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-transition: border-color 0.3s, opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, border-color 0.3s, opacity 0.3s;
  transition: box-shadow 0.3s, border-color 0.3s, opacity 0.3s, -webkit-box-shadow 0.3s;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (max-width: 991px) {
  .AreaList {
    margin: 16px 24px 0;
  }
  .AreaList:after, .AreaList:before {
    display: none;
  }
  .AreaItem {
    padding: 0;
  }
  .AreasList__item__2cwLh {
    border-bottom: none;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .AreaList.is-collapsed .AreasList__item__2cwLh:nth-child(n+17) {
    display: none;
  }
  .AreasList__item__2cwLh {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .AreaList.is-collapsed .AreasList__item__2cwLh:nth-child(n+13) {
    display: none;
  }
  .AreasList__item__2cwLh {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .AreaList.is-collapsed .AreasList__item__2cwLh:nth-child(n+9) {
    display: none;
  }
  .AreasList__item__2cwLh {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 479px) {
  .AreaList.is-collapsed .AreasList__item__2cwLh:nth-child(n+5) {
    display: none;
  }
}

.SearchServiceMessage {
  max-width: 425px;
  margin: 0 auto;
  text-align: center;
}
.SearchServiceMessage__icon__3vOoZ {
  width: 83px;
  height: 83px;
  margin: 0 auto 35px;
}
.SearchServiceMessage__icon__3vOoZ svg {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 991px) {
  .SearchServiceMessage__SearchServiceMessage__ki-SJ {
    margin-top: 16px;
  }
}

.App__app__2KhCv {
  max-width: 1080px;
  margin: 0 auto;
}
.App__inner__138by {
  border-radius: 32px;
  position: relative;
  z-index: 1;
}
.App__title__DRUpM {
  font-size: 56px;
  line-height: 1.14;
  font-weight: 700;
}
.App__areas-item__2-7cX {
  padding-top: 19px;
  padding-bottom: 16px;
}
.App__main-controls__1PxRA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0;
  padding-left: 0;
}
.App__search__19Bgq {
  padding-bottom: 44px;
  width: 100%;
}
.App__search-button__3rYmZ {
  color: var(--color-primary-product);
  -webkit-transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, box-shadow 0.3s, transform 0.3s, color 0.3s;
  transition: background 0.3s, box-shadow 0.3s, transform 0.3s, color 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  background-color: transparent;
  border: 0;
  padding: 0;
  position: relative;
  outline-color: transparent;
  right: 25px;
  top: 4px;
  width: 0;
}
.App__search-button__3rYmZ span {
  display: inline-block;
  font-size: 20px;
  min-width: 20px;
  min-height: 24px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .App__app__2KhCv {
    margin: 0 -16px;
  }
  .App__inner__138by {
    padding: 0 24px;
  }
  .App__title__DRUpM {
    font-size: 28px !important;
    line-height: 34px !important;
  }
  .App__tabs__2o7E5 {
    -webkit-transition: padding-top 0.5s, padding-bottom 0.5s, background 0.5s, -webkit-box-shadow 0.5s;
    transition: padding-top 0.5s, padding-bottom 0.5s, background 0.5s, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, padding-top 0.5s, padding-bottom 0.5s, background 0.5s;
    transition: box-shadow 0.5s, padding-top 0.5s, padding-bottom 0.5s, background 0.5s, -webkit-box-shadow 0.5s;
    position: relative;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 16px;
  }
  .App__search__19Bgq {
    padding-bottom: 24px;
  }
}

