@media only screen and (max-width: 767px) {
  [class*="computer only"]:not(.mobile),
  [class*="large screen only"]:not(.mobile),
  [class*="mobile hidden"],
  [class*="flex mobile hidden"],
  [class*="or lower hidden"],
  [class*="tablet only"]:not(.mobile),
  [class*="widescreen only"]:not(.mobile) {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  [class*="computer only"]:not(.tablet),
  [class*="large screen only"]:not(.tablet),
  [class*="mobile only"]:not(.tablet),
  [class*="or lower hidden"]:not(.mobile),
  [class*="tablet hidden"],
  [class*="widescreen only"]:not(.tablet) {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1290px) {
  [class*="computer hidden"],
  [class*="large screen only"]:not(.computer),
  [class*="mobile only"]:not(.computer),
  [class*="or lower hidden"]:not(.tablet):not(.mobile),
  [class*="tablet only"]:not(.computer),
  [class*="widescreen only"]:not(.computer) {
    display: none !important;
  }
}
@media only screen and (min-width: 1291px) and (max-width: 1600px) {
  [class*="computer only"]:not([class*="large screen"]),
  [class*="large screen hidden"],
  [class*="mobile only"]:not([class*="large screen"]),
  [class*="or lower hidden"]:not(.computer):not(.tablet):not(.mobile),
  [class*="tablet only"]:not([class*="large screen"]),
  [class*="widescreen only"]:not([class*="large screen"]) {
    display: none !important;
  }
}
@media only screen and (min-width: 1600px) {
  [class*="computer only"]:not([class*=widescreen]),
  [class*="large screen only"]:not([class*=widescreen]),
  [class*="mobile only"]:not([class*=widescreen]),
  [class*="tablet only"]:not([class*=widescreen]),
  [class*="widescreen hidden"],
  [class*="widescreen or lower hidden"] {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}
.mobile--center {
  text-align: center;
}
.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon--round {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 6px 40px rgba(63,61,86,0.07);
  box-shadow: 0px 6px 40px rgba(63,61,86,0.07);
  padding: 16px;
}
.icon--round .icon {
  width: 24px;
  height: 24px;
  fill: #42925e;
}
.icon.clock {
  width: 12px;
  height: 12px;
}
.icon.check {
  fill: #42925e;
}
.icon.check.unread {
  fill: #e5e7ef;
}
.icon.wallet,
.icon.sale,
.icon.house,
.icon.plus,
.icon.adult,
.icon.calendar,
.icon.union,
.icon.ocheck {
  fill: #42925e;
}
.icon.wallet.error,
.icon.sale.error,
.icon.house.error,
.icon.plus.error,
.icon.adult.error,
.icon.calendar.error,
.icon.union.error,
.icon.ocheck.error {
  fill: #f3aaa6;
}
.icon--mini {
  width: 12px;
  height: 12px;
}
.icon.hamburger {
  width: 20px;
  height: 17px;
}
.icon.js-popup {
  cursor: pointer;
}
h1 {
  line-height: 62px;
}
h2 {
  line-height: 52px;
}
h3 {
  line-height: 40px;
}
h4 {
  line-height: 34px;
}
h5 {
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  h1,
  .ui.header.large {
    font-size: 36px;
    line-height: 44px;
  }
  h2,
  .ui.header.big {
    font-size: 26px;
    line-height: 32px;
  }
  h3,
  .ui.header.medium {
    font-size: 24px;
    line-height: 32px;
  }
}
.image {
  position: relative;
}
.image_contain {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.image_contain>img {
  object-fit: contain;
  object-position: center;
  font-family: 'object-fit: contain; object-position: center;';
  height: 100%;
  width: 100%;
}
.image_cover {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.image_cover>img {
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  height: 100%;
  width: 100%;
}
.image_absolute {
  position: relative;
}
.image_absolute>img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  height: 100%;
  width: 100%;
}
.image_absolute-contain {
  position: relative;
}
.image_absolute-contain>img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  object-fit: contain;
  object-position: center;
  font-family: 'object-fit: contain; object-position: center;';
  height: 100%;
  width: 100%;
}
.image_rounded {
  border-radius: 5px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.image--medium {
  height: 180px;
}
.image--icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.image--icon_small {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.image--icon_small>img {
  object-fit: contain;
  object-position: center;
  font-family: 'object-fit: contain; object-position: center;';
  height: 100%;
  width: 100%;
}
.image--icon>img {
  object-fit: contain;
  object-position: center;
  font-family: 'object-fit: contain; object-position: center;';
  height: 100%;
  width: 100%;
}
.image--log {
  margin-top: -50px;
  margin-bottom: -35px;
}
.padding-top--space {
  padding-top: 4px;
}
.padding-top--eight {
  padding-top: 8px;
}
.padding-top--mini {
  padding-top: 12px !important;
}
.padding-top--once {
  padding-top: 16px;
}
.padding-top--tiny {
  padding-top: 20px !important;
}
.padding-top--half {
  padding-top: 24px !important;
}
.padding-top--double {
  padding-top: 32px !important;
}
.padding-top--medium {
  padding-top: 50px;
}
.padding-top--medium-2 {
  padding-top: 56px;
}
@media only screen and (max-width: 767px) {
  .padding-top--medium-2 {
    padding-top: 36px;
  }
}
.padding-top--large {
  padding-top: 64px;
}
@media only screen and (max-width: 767px) {
  .padding-top--large {
    padding-top: 48px;
  }
}
.padding-top--big-2 {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .padding-top--big-2 {
    padding-top: 56px;
  }
}
.padding-top--big {
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  .padding-top--big {
    padding-top: 60px;
  }
}
.padding-top--huge {
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .padding-top--huge {
    padding-top: 80px;
  }
}
.padding-top--auto {
  padding-top: auto;
}
.padding-bottom--space {
  padding-bottom: 4px;
}
.padding-bottom--eight {
  padding-bottom: 8px;
}
.padding-bottom--mini {
  padding-bottom: 12px !important;
}
.padding-bottom--once {
  padding-bottom: 16px;
}
.padding-bottom--tiny {
  padding-bottom: 20px !important;
}
.padding-bottom--half {
  padding-bottom: 24px !important;
}
.padding-bottom--double {
  padding-bottom: 32px !important;
}
.padding-bottom--medium {
  padding-bottom: 50px;
}
.padding-bottom--medium-2 {
  padding-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .padding-bottom--medium-2 {
    padding-bottom: 36px;
  }
}
.padding-bottom--large {
  padding-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  .padding-bottom--large {
    padding-bottom: 48px;
  }
}
.padding-bottom--big-2 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .padding-bottom--big-2 {
    padding-bottom: 56px;
  }
}
.padding-bottom--big {
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .padding-bottom--big {
    padding-bottom: 60px;
  }
}
.padding-bottom--huge {
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .padding-bottom--huge {
    padding-bottom: 80px;
  }
}
.padding-bottom--auto {
  padding-bottom: auto;
}
.padding-left--space {
  padding-left: 4px;
}
.padding-left--eight {
  padding-left: 8px;
}
.padding-left--mini {
  padding-left: 12px !important;
}
.padding-left--once {
  padding-left: 16px;
}
.padding-left--tiny {
  padding-left: 20px !important;
}
.padding-left--half {
  padding-left: 24px !important;
}
.padding-left--double {
  padding-left: 32px !important;
}
.padding-left--medium {
  padding-left: 50px;
}
.padding-left--medium-2 {
  padding-left: 56px;
}
@media only screen and (max-width: 767px) {
  .padding-left--medium-2 {
    padding-left: 36px;
  }
}
.padding-left--large {
  padding-left: 64px;
}
@media only screen and (max-width: 767px) {
  .padding-left--large {
    padding-left: 48px;
  }
}
.padding-left--big-2 {
  padding-left: 80px;
}
@media only screen and (max-width: 767px) {
  .padding-left--big-2 {
    padding-left: 56px;
  }
}
.padding-left--big {
  padding-left: 90px;
}
@media only screen and (max-width: 767px) {
  .padding-left--big {
    padding-left: 60px;
  }
}
.padding-left--huge {
  padding-left: 120px;
}
@media only screen and (max-width: 767px) {
  .padding-left--huge {
    padding-left: 80px;
  }
}
.padding-left--auto {
  padding-left: auto;
}
.padding-right--space {
  padding-right: 4px;
}
.padding-right--eight {
  padding-right: 8px;
}
.padding-right--mini {
  padding-right: 12px !important;
}
.padding-right--once {
  padding-right: 16px;
}
.padding-right--tiny {
  padding-right: 20px !important;
}
.padding-right--half {
  padding-right: 24px !important;
}
.padding-right--double {
  padding-right: 32px !important;
}
.padding-right--medium {
  padding-right: 50px;
}
.padding-right--medium-2 {
  padding-right: 56px;
}
@media only screen and (max-width: 767px) {
  .padding-right--medium-2 {
    padding-right: 36px;
  }
}
.padding-right--large {
  padding-right: 64px;
}
@media only screen and (max-width: 767px) {
  .padding-right--large {
    padding-right: 48px;
  }
}
.padding-right--big-2 {
  padding-right: 80px;
}
@media only screen and (max-width: 767px) {
  .padding-right--big-2 {
    padding-right: 56px;
  }
}
.padding-right--big {
  padding-right: 90px;
}
@media only screen and (max-width: 767px) {
  .padding-right--big {
    padding-right: 60px;
  }
}
.padding-right--huge {
  padding-right: 120px;
}
@media only screen and (max-width: 767px) {
  .padding-right--huge {
    padding-right: 80px;
  }
}
.padding-right--auto {
  padding-right: auto;
}
.padding--space {
  padding: 4px;
}
.padding--eight {
  padding: 8px;
}
.padding--mini {
  padding: 12px !important;
}
.padding--once {
  padding: 16px;
}
.padding--tiny {
  padding: 20px !important;
}
.padding--half {
  padding: 24px !important;
}
.padding--double {
  padding: 32px !important;
}
.padding--medium {
  padding: 50px;
}
.padding--medium-2 {
  padding: 56px;
}
@media only screen and (max-width: 767px) {
  .padding--medium-2 {
    padding: 36px;
  }
}
.padding--large {
  padding: 64px;
}
@media only screen and (max-width: 767px) {
  .padding--large {
    padding: 48px;
  }
}
.padding--big-2 {
  padding: 80px;
}
@media only screen and (max-width: 767px) {
  .padding--big-2 {
    padding: 56px;
  }
}
.padding--big {
  padding: 90px;
}
@media only screen and (max-width: 767px) {
  .padding--big {
    padding: 60px;
  }
}
.padding--huge {
  padding: 120px;
}
@media only screen and (max-width: 767px) {
  .padding--huge {
    padding: 80px;
  }
}
.padding--auto {
  padding: auto;
}
.padding--news {
  padding-top: 32px;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 24px;
}
.padding--notification {
  padding-top: 24px;
  padding-bottom: 32px;
  padding-left: 28px;
  padding-right: 28px;
}
.padding--watch {
  padding-top: 32px;
  padding-left: 36px;
  padding-right: 36px;
  padding-bottom: 56px;
}
.padding--program {
  padding: 28px;
}
.padding--sidebar {
  padding: 20px 16px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.padding--sidebar .text--black,
.padding--sidebar .text--light {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.padding--sidebar.block--shadow {
  border-left: 3px solid #42925e;
  padding-left: 13px;
}
.padding--sidebar.block--shadow .text--black {
  color: #42925e;
}
.padding--sidebar:hover {
  -webkit-box-shadow: 0px 6px 40px rgba(63,61,86,0.07);
  box-shadow: 0px 6px 40px rgba(63,61,86,0.07);
}
.padding--sidebar:hover .text--black,
.padding--sidebar:hover .text--light {
  color: #42925e;
}
.padding--cabinet {
  padding-left: 72px;
  padding-right: 72px;
  margin-left: -32px;
}
@media only screen and (max-width: 767px) {
  .padding--cabinet {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    padding-top: 28px;
  }
}
.padding--cabinet-single {
  padding-left: 72px;
  padding-right: 72px;
}
@media only screen and (max-width: 767px) {
  .padding--cabinet-single {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 28px;
  }
}
.padding--modal {
  padding-top: 80px;
  padding-left: 82px;
  padding-right: 82px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .padding--modal {
    padding-top: 36px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 36px;
  }
}
.padding--calc {
  padding-top: 80px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .padding--calc {
    padding: 40px 16px;
  }
}
.margin-top--space {
  margin-top: 4px;
}
.margin-top--eight {
  margin-top: 8px;
}
.margin-top--mini {
  margin-top: 12px !important;
}
.margin-top--once {
  margin-top: 16px;
}
.margin-top--tiny {
  margin-top: 20px !important;
}
.margin-top--half {
  margin-top: 24px !important;
}
.margin-top--double {
  margin-top: 32px !important;
}
.margin-top--medium {
  margin-top: 50px;
}
.margin-top--medium-2 {
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .margin-top--medium-2 {
    margin-top: 36px;
  }
}
.margin-top--large {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .margin-top--large {
    margin-top: 48px;
  }
}
.margin-top--big-2 {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .margin-top--big-2 {
    margin-top: 56px;
  }
}
.margin-top--big {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .margin-top--big {
    margin-top: 60px;
  }
}
.margin-top--huge {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .margin-top--huge {
    margin-top: 80px;
  }
}
.margin-top--auto {
  margin-top: auto;
}
.margin-bottom--space {
  margin-bottom: 4px;
}
.margin-bottom--eight {
  margin-bottom: 8px;
}
.margin-bottom--mini {
  margin-bottom: 12px !important;
}
.margin-bottom--once {
  margin-bottom: 16px;
}
.margin-bottom--tiny {
  margin-bottom: 20px !important;
}
.margin-bottom--half {
  margin-bottom: 24px !important;
}
.margin-bottom--double {
  margin-bottom: 32px !important;
}
.margin-bottom--medium {
  margin-bottom: 50px;
}
.margin-bottom--medium-2 {
  margin-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .margin-bottom--medium-2 {
    margin-bottom: 36px;
  }
}
.margin-bottom--large {
  margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  .margin-bottom--large {
    margin-bottom: 48px;
  }
}
.margin-bottom--big-2 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .margin-bottom--big-2 {
    margin-bottom: 56px;
  }
}
.margin-bottom--big {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .margin-bottom--big {
    margin-bottom: 60px;
  }
}
.margin-bottom--huge {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .margin-bottom--huge {
    margin-bottom: 80px;
  }
}
.margin-bottom--auto {
  margin-bottom: auto;
}
.margin-left--space {
  margin-left: 4px;
}
.margin-left--eight {
  margin-left: 8px;
}
.margin-left--mini {
  margin-left: 12px !important;
}
.margin-left--once {
  margin-left: 16px;
}
.margin-left--tiny {
  margin-left: 20px !important;
}
.margin-left--half {
  margin-left: 24px !important;
}
.margin-left--double {
  margin-left: 32px !important;
}
.margin-left--medium {
  margin-left: 50px;
}
.margin-left--medium-2 {
  margin-left: 56px;
}
@media only screen and (max-width: 767px) {
  .margin-left--medium-2 {
    margin-left: 36px;
  }
}
.margin-left--large {
  margin-left: 64px;
}
@media only screen and (max-width: 767px) {
  .margin-left--large {
    margin-left: 48px;
  }
}
.margin-left--big-2 {
  margin-left: 80px;
}
@media only screen and (max-width: 767px) {
  .margin-left--big-2 {
    margin-left: 56px;
  }
}
.margin-left--big {
  margin-left: 90px;
}
@media only screen and (max-width: 767px) {
  .margin-left--big {
    margin-left: 60px;
  }
}
.margin-left--huge {
  margin-left: 120px;
}
@media only screen and (max-width: 767px) {
  .margin-left--huge {
    margin-left: 80px;
  }
}
.margin-left--auto {
  margin-left: auto;
}
.margin-right--space {
  margin-right: 4px;
}
.margin-right--eight {
  margin-right: 8px;
}
.margin-right--mini {
  margin-right: 12px !important;
}
.margin-right--once {
  margin-right: 16px;
}
.margin-right--tiny {
  margin-right: 20px !important;
}
.margin-right--half {
  margin-right: 24px !important;
}
.margin-right--double {
  margin-right: 32px !important;
}
.margin-right--medium {
  margin-right: 50px;
}
.margin-right--medium-2 {
  margin-right: 56px;
}
@media only screen and (max-width: 767px) {
  .margin-right--medium-2 {
    margin-right: 36px;
  }
}
.margin-right--large {
  margin-right: 64px;
}
@media only screen and (max-width: 767px) {
  .margin-right--large {
    margin-right: 48px;
  }
}
.margin-right--big-2 {
  margin-right: 80px;
}
@media only screen and (max-width: 767px) {
  .margin-right--big-2 {
    margin-right: 56px;
  }
}
.margin-right--big {
  margin-right: 90px;
}
@media only screen and (max-width: 767px) {
  .margin-right--big {
    margin-right: 60px;
  }
}
.margin-right--huge {
  margin-right: 120px;
}
@media only screen and (max-width: 767px) {
  .margin-right--huge {
    margin-right: 80px;
  }
}
.margin-right--auto {
  margin-right: auto;
}
.margin--space {
  margin: 4px;
}
.margin--eight {
  margin: 8px;
}
.margin--mini {
  margin: 12px !important;
}
.margin--once {
  margin: 16px;
}
.margin--tiny {
  margin: 20px !important;
}
.margin--half {
  margin: 24px !important;
}
.margin--double {
  margin: 32px !important;
}
.margin--medium {
  margin: 50px;
}
.margin--medium-2 {
  margin: 56px;
}
@media only screen and (max-width: 767px) {
  .margin--medium-2 {
    margin: 36px;
  }
}
.margin--large {
  margin: 64px;
}
@media only screen and (max-width: 767px) {
  .margin--large {
    margin: 48px;
  }
}
.margin--big-2 {
  margin: 80px;
}
@media only screen and (max-width: 767px) {
  .margin--big-2 {
    margin: 56px;
  }
}
.margin--big {
  margin: 90px;
}
@media only screen and (max-width: 767px) {
  .margin--big {
    margin: 60px;
  }
}
.margin--huge {
  margin: 120px;
}
@media only screen and (max-width: 767px) {
  .margin--huge {
    margin: 80px;
  }
}
.margin--auto {
  margin: auto;
}
.border-top {
  border-top: 1px solid #f3f5f9;
}
.border-bottom {
  border-bottom: 1px solid #f3f5f9;
}
.border-left {
  border-left: 1px solid #f3f5f9;
}
.border-right {
  border-right: 1px solid #f3f5f9;
}
.border {
  border: 1px solid #f3f5f9;
}
.block--grey {
  background: #fbfbfb;
}
.block--green {
  background: #42925e;
  color: #fff;
}
.block--radiused {
  border-radius: 8px;
}
.block--card {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-box-shadow: 0px 6px 40px rgba(63,61,86,0.07);
  box-shadow: 0px 6px 40px rgba(63,61,86,0.07);
  background: #fff;
  border-radius: 8px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.block--card.border {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.block--card .border-right {
  height: 100%;
}
.block--card:hover {
  -webkit-box-shadow: 0px 6px 60px rgba(63,61,86,0.12);
  box-shadow: 0px 6px 60px rgba(63,61,86,0.12);
}
.block--card .absolute-right {
  position: absolute;
  top: 12px;
  right: 12px;
}
.block--arrows {
  background-image: url("../images/arrows.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .block--arrows {
    -webkit-background-size: 90%;
    -moz-background-size: 90%;
    background-size: 90%;
  }
}
.block--girl {
  background-image: url("../images/girl.png");
  background-position: 40% bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .block--girl {
    background-image: none;
    margin-left: -1em;
    margin-right: -1em;
  }
}
.block--shadow {
  -webkit-box-shadow: 0px 6px 40px rgba(63,61,86,0.07);
  box-shadow: 0px 6px 40px rgba(63,61,86,0.07);
}
.block--message {
  padding: 28px 28px 24px 28px;
  border-radius: 8px;
  width: 462px;
}
.block--message.right {
  background: #fbfbfb;
  margin-left: auto;
}
.block--error {
  border: 1px solid #f3aaa6;
  background: #fff9fa;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.flex--center {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex--content-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex--content-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.margin-top--six {
  margin-top: 6px;
}
.text--price {
  color: #42925e;
  font-size: 52px;
  line-height: 64px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .text--price {
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
  }
}
.text--mute {
  color: #71808e;
}
.text--light {
  color: #b8c0c7;
}
.text--black {
  color: #001934;
}
.text--small {
  font-size: 14px;
}
.text--medium {
  font-size: 16px;
}
.text--green {
  color: #42925e;
}
.text--caption {
  letter-spacing: 0.6em;
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.text--center {
  text-align: center;
}
.text--tiny {
  font-size: 12px;
}
.text--massive {
  font-size: 68px;
  line-height: 68px;
}
@media only screen and (max-width: 767px) {
  .text--massive {
    font-size: 54px;
    line-height: 52px;
  }
}
.text--bold {
  font-weight: bold;
}
.text--italic {
  font-style: italic;
}
.text--w500 {
  font-weight: 500;
}
.text--error {
  color: #f3aaa6;
}
.list--check {
  padding: 0;
}
.list--check li {
  padding-left: 26px;
  margin-bottom: 12px;
  list-style: none;
  position: relative;
}
.list--check li:last-child {
  margin-bottom: 0;
}
.list--check li:before {
  position: absolute;
  left: 0;
  content: url("../images/check.svg");
}
.list--check_medium li {
  margin-bottom: 16px;
}
/*
 * # Range slider for Semantic UI.
 *
 */
.ui.range {
  width: 100%;
  height: 20px;
}
.ui.range .inner {
  margin: 0 10px 0 10px;
  height: 20px;
  position: relative;
}
.ui.range .inner:hover {
  cursor: pointer;
}
.ui.range .inner .track {
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  top: 9px;
  left: 0;
  background-color: rgba(0,0,0,0.05);
}
.ui.inverted.range .inner .track {
  background-color: rgba(255,255,255,0.08);
}
.ui.range .inner .track-fill {
  position: absolute;
  width: 0;
  height: 4px;
  border-radius: 4px;
  top: 9px;
  left: 0;
  background-color: #1b1c1d;
}
.ui.inverted.range .inner .track-fill {
  background-color: #545454;
}
.ui.range .inner .thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff -webkit-linear-gradient(transparent, rgba(0,0,0,0.05));
  background: #fff -moz-linear-gradient(transparent, rgba(0,0,0,0.05));
  background: #fff -o-linear-gradient(transparent, rgba(0,0,0,0.05));
  background: #fff -ms-linear-gradient(transparent, rgba(0,0,0,0.05));
  background: #fff linear-gradient(transparent, rgba(0,0,0,0.05));
  background: #fff -webkit--webkit-linear-gradient(transparent, rgba(0,0,0,0.05));
  background: #fff -webkit--moz-linear-gradient(transparent, rgba(0,0,0,0.05));
  background: #fff -webkit--o-linear-gradient(transparent, rgba(0,0,0,0.05));
  background: #fff -webkit--ms-linear-gradient(transparent, rgba(0,0,0,0.05));
  background: #fff -webkit-linear-gradient(transparent, rgba(0,0,0,0.05));
  background: #fff -o--webkit-linear-gradient(transparent, rgba(0,0,0,0.05));
  background: #fff -o--moz-linear-gradient(transparent, rgba(0,0,0,0.05));
  background: #fff -o--o-linear-gradient(transparent, rgba(0,0,0,0.05));
  background: #fff -o--ms-linear-gradient(transparent, rgba(0,0,0,0.05));
  background: #fff -o-linear-gradient(transparent, rgba(0,0,0,0.05));
  background: #fff -moz--webkit-linear-gradient(transparent, rgba(0,0,0,0.05));
  background: #fff -moz--moz-linear-gradient(transparent, rgba(0,0,0,0.05));
  background: #fff -moz--o-linear-gradient(transparent, rgba(0,0,0,0.05));
  background: #fff -moz--ms-linear-gradient(transparent, rgba(0,0,0,0.05));
  background: #fff -moz-linear-gradient(transparent, rgba(0,0,0,0.05));
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,0.15), 0 0 0 1px rgba(34,36,38,0.15) inset;
  box-shadow: 0 1px 2px 0 rgba(34,36,38,0.15), 0 0 0 1px rgba(34,36,38,0.15) inset;
}
.ui.red.range .inner .track-fill {
  background-color: #db2828;
}
.ui.red.inverted.range .inner .track-fill {
  background-color: #ff695e;
}
.ui.orange.range .inner .track-fill {
  background-color: #f2711c;
}
.ui.orange.inverted.range .inner .track-fill {
  background-color: #ff851b;
}
.ui.yellow.range .inner .track-fill {
  background-color: #fbbd08;
}
.ui.yellow.inverted.range .inner .track-fill {
  background-color: #ffe21f;
}
.ui.olive.range .inner .track-fill {
  background-color: #b5cc18;
}
.ui.olive.inverted.range .inner .track-fill {
  background-color: #d9e778;
}
.ui.green.range .inner .track-fill {
  background-color: #21ba45;
}
.ui.green.inverted.range .inner .track-fill {
  background-color: #2ecc40;
}
.ui.teal.range .inner .track-fill {
  background-color: #00b5ad;
}
.ui.teal.inverted.range .inner .track-fill {
  background-color: #6dffff;
}
.ui.blue.range .inner .track-fill {
  background-color: #2185d0;
}
.ui.blue.inverted.range .inner .track-fill {
  background-color: #54c8ff;
}
.ui.violet.range .inner .track-fill {
  background-color: #6435c9;
}
.ui.violet.inverted.range .inner .track-fill {
  background-color: #a291fb;
}
.ui.purple.range .inner .track-fill {
  background-color: #a333c8;
}
.ui.purple.inverted.range .inner .track-fill {
  background-color: #dc73ff;
}
.ui.pink.range .inner .track-fill {
  background-color: #e03997;
}
.ui.pink.inverted.range .inner .track-fill {
  background-color: #ff8edf;
}
.ui.brown.range .inner .track-fill {
  background-color: #a5673f;
}
.ui.brown.inverted.range .inner .track-fill {
  background-color: #d67c1c;
}
.ui.grey.range .inner .track-fill {
  background-color: #767676;
}
.ui.grey.inverted.range .inner .track-fill {
  background-color: #dcddde;
}
.ui.black.range .inner .track-fill {
  background-color: #1b1c1d;
}
.ui.black.inverted.range .inner .track-fill {
  background-color: #545454;
}
.ui.range.disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.ui.range.disabled .inner:hover {
  cursor: auto;
}
.ui.range.disabled .inner .track-fill {
  background: #ccc;
}
.range__wrap {
  position: relative;
}
.ui.range {
  position: absolute;
  bottom: -9px;
  left: 5px;
  width: calc(100% - 10px);
}
.fields .ui.range {
  padding-left: 12px;
  padding-right: 12px;
}
.ui.range .inner {
  margin: 0;
}
.ui.range .inner .track-fill {
  background: #42925e;
  height: 2px;
}
.ui.range .inner .track {
  background: transparent;
  height: 2px;
}
.ui.range .inner .thumb {
  width: 24px;
  height: 24px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
  background: #fff;
  border: 0;
  top: -2px;
}
.ui.range .inner .thumb:after {
  content: ' ';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #42925e;
  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%);
}
@media only screen and (max-width: 767px) {
  .checkbox--custom {
    margin-bottom: 16px !important;
  }
  .checkbox--custom:last-child {
    margin-bottom: 0 !important;
  }
}
.checkbox--custom input {
  display: none;
}
.checkbox--custom input:not(:checked)~label.block--card:not(:hover) {
  -webkit-box-shadow: 0 0 0 2px #f3f5f9 inset;
  box-shadow: 0 0 0 2px #f3f5f9 inset;
  background: transparent;
}
.checkbox--custom input:not(:checked)~label.block--card:not(:hover) .text--black {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.checkbox--custom input:not(:checked)~label.block--card img {
  filter: grayscale(1);
}
.checkbox--custom input:checked~label.block--card:before {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: url("../images/check.svg");
}
.checkbox--custom .block--card {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
  height: auto;
  position: relative;
}
.pushable>.pusher {
  overflow: visible;
}
.top {
  -webkit-box-shadow: 0px 6px 40px rgba(63,61,86,0.07);
  box-shadow: 0px 6px 40px rgba(63,61,86,0.07);
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
}
.top__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 16px 0;
}
.top__logo {
  margin-right: 45px;
}
.top__actions {
  margin-left: auto;
}
@media only screen and (max-width: 1200px) {
  .top__actions.mobile.hidden {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    text-align: right;
  }
  .top__actions.mobile.hidden a {
    margin-bottom: 8px;
    margin-right: 0;
  }
  .top__actions.mobile.hidden a:last-child {
    margin-bottom: 0;
  }
}
.top__actions .button {
  margin-right: 16px;
}
.top__actions .button:last-child {
  margin-right: 0;
}
.logo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.logo__image {
  height: 54px;
}
@media only screen and (max-width: 767px) {
  .logo__image {
    height: 35px;
  }
}
.logo__content {
  margin-left: 18px;
  width: 175px;
}
.logo__title {
  font-weight: bold;
}
.logo__description {
  color: #71808e;
  font-size: 10px;
  line-height: 14px;
}
@media only screen and (max-width: 767px) {
  .logo__description {
    font-size: 8px;
    line-height: 12px;
  }
}
.footer {
  padding-top: 60px;
}
.footer__header {
  margin-bottom: 24px;
}
.footer__item {
  display: block;
  color: #71808e;
  margin: 1.5em 0;
  font-size: 14px;
  line-height: 22px;
}
.footer__bottom {
  margin-top: 50px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .footer .padding-left--medium {
    padding-left: 0;
  }
  .footer__logo {
    margin-bottom: 16px;
  }
}
.top-slider__item {
  background: #fbfbfb;
  padding-top: 60px;
  padding-bottom: 0.1px;
}
.top-slider__description {
  color: #71808e;
}
.top-slider__title {
  margin-bottom: 20px;
}
.top-slider__description {
  margin-bottom: 32px;
}
.shadow-top {
  background-image: url("../images/shadow.png");
  background-position: top center;
  background-repeat: no-repeat;
}
.cabinet__left {
  border-right: 1px solid #f3f5f9;
}
.upload {
  position: relative;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
}
.ui.form .upload label {
  font-weight: bold;
  color: #b8c0c7;
  border: 1px dashed #e5e7ef;
  line-height: 1.21428571em;
  padding: 1.28571429em 1.42857143em;
  line-height: 1.21428571em;
  border-radius: 0.5rem;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.ui.form .upload input[type=file] {
  border: 1px dashed #e5e7ef;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: none;
  position: absolute;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.ui.form .upload input[type=file]:hover~label {
  color: #71808e;
  border-color: rgba(34,36,38,0.35);
}
@media only screen and (max-width: 767px) {
  .mobile--padding {
    padding-left: 50px;
    padding-right: 50px;
  }
  .mobile--padding-tiny {
    padding: 20px;
  }
  .mobile--padding-horiz {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile--reverse {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .mobile--last {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .mobile--fluid {
    width: 100%;
  }
  .mobile--bottom {
    margin-bottom: 16px !important;
  }
  .mobile--none {
    margin: 0;
  }
  .mobile--default {
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
  }
  .mobile--default:hover {
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .mobile--flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mobile--half {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .mobile--half:last-child {
    margin-bottom: 0;
  }
  .mobile--column {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
.ui.sidebar {
  background: #fff;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.sidebar__item {
  padding: 12px 0;
  color: #001934;
  display: block;
  font-size: 14px;
}
.ui.selection.dropdown {
  padding: 18px 20px;
  font-size: 14px;
}
.ui.selection.dropdown>.dropdown.icon {
  padding: 18px 20px;
}
.ui.selection.dropdown.dense {
  padding: 12px 20px;
  min-width: 104px;
}
.ui.selection.dropdown.dense .icon {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.esia-button img {
  vertical-align: middle;
  margin: -16px 0;
  width: auto;
  height: 50px;
}
.custom-form {
  text-align: left;
}
.custom-form.ui.form .field > label {
  line-height: 1;
}
.custom-form .field {
  margin-bottom: 20px;
}
.custom-form .fields {
  margin-bottom: 0;
}
.custom-form .hint-block {
  text-align: right;
}
.custom-form .hint-block:not(:empty) {
  padding-top: 2px;
}
.help-block {
  font-size: 0.8em;
  color: #9f3a38;
  line-height: 1.4;
}
.help-block:not(:empty) {
  padding-top: 4px;
}
.ui.loading.form:after {
  border-color: #767676 rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.1);
}
.logo__content:first-child {
  margin-left: 0;
}
.ui.button.scroll-top {
  width: auto;
  height: auto;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 100;
  padding: 0.78571429em 0.78571429em 0.78571429em;
}
.image_contain.left-contain>img {
  object-position: left;
}
