@import url("https://fonts.googleapis.com/css?family=Oswald");
*,
*:before,
*:after {
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0; }

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

img {
  width: 100%;
  height: auto; }

.container {
  width: 280px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .container {
      box-sizing: border-box;
      width: 708px;
      margin: 0 auto; } }
  @media (min-width: 1300px) {
    .container {
      width: 1220px; } }

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important; }

.hr {
  position: absolute;
  left: 0;
  box-sizing: border-box;
  width: 100vw;
  border: 1px solid #ededed; }

.hr--nav {
  margin-left: calc((100vw - 280px)/-2); }

@media (min-width: 768px) {
  .hr--mobile {
    display: none; } }

@media (min-width: 1300px) {
  .hr--tablet {
    display: none; } }

.hamburger {
  font: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  overflow: visible;
  width: 24px;
  height: 18px;
  margin-top: -9px;
  padding: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent; }
  @media (min-width: 768px) {
    .hamburger {
      display: none; } }

.hamburger-box {
  width: 24px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #000;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -8px; }

.hamburger-inner::after {
  bottom: -8px; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.button {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  display: block;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: none;
  background-color: #68b738; }
  .button--grey {
    color: #444;
    background-color: #f2f2f2; }
  @media (min-width: 768px) {
    .button {
      font-size: 20px;
      line-height: 20px;
      padding-top: 16px;
      padding-bottom: 16px; } }

.caption {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  display: flex;
  color: #111;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .caption {
      font-size: 36px;
      line-height: 36px; } }

.caption span {
  width: 190px; }
  @media (min-width: 768px) {
    .caption span {
      width: auto; } }

.caption::after {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-right: calc((100vw - 280px)/-2);
  margin-left: 22px;
  content: '';
  background-color: #68b738;
  flex-grow: 1;
  flex-shrink: 0; }
  @media (min-width: 768px) {
    .caption::after {
      margin-right: calc((100vw - 708px)/-2);
      margin-left: 44px; } }
  @media (min-width: 1300px) {
    .caption::after {
      margin-right: calc((100vw - 1240px)/-2);
      margin-left: 44px; } }

.heading {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 60px;
  letter-spacing: -.02em;
  color: #111; }
  @media (min-width: 768px) {
    .heading {
      font-size: 60px; } }

.heading3 {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  text-transform: uppercase;
  color: #111; }
  @media (min-width: 768px) {
    .heading3 {
      font-size: 20px; } }

.description {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #444; }

.description--normal {
  font-size: 14px;
  line-height: 18px; }
  @media (min-width: 768px) {
    .description--normal {
      font-size: 16px;
      line-height: 24px; } }

.description--little {
  font-size: 12px;
  line-height: 16px; }
  @media (min-width: 768px) {
    .description--little {
      font-size: 16px; } }

.description--oswald {
  font-family: 'Oswald', Arial, sans-serif; }

.label {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .label {
      font-size: 20px;
      line-height: 20px; } }

@media (min-width: 1300px) {
  .index-page .page-header {
    position: relative; }
  .index-page .page-header::after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 50%;
    height: 696px;
    content: '';
    background-image: url(../img/index-background-desktop.png);
    background-repeat: no-repeat;
    background-size: cover; } }

.site-list {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .site-list {
      flex-direction: row;
      justify-content: flex-end; } }

.site-list__link {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  display: block;
  padding-top: 42px;
  padding-right: 20px;
  padding-bottom: 42px;
  padding-left: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #111;
  border-bottom: 1px solid #f2f2f2;
  flex-grow: 1; }
  .site-list__link:hover {
    color: #c1ddb1; }
  @media (min-width: 768px) {
    .site-list__link {
      font-size: 18px;
      font-weight: normal;
      line-height: 25px;
      padding-right: 0;
      padding-left: 0;
      border-bottom: none; } }
  @media (min-width: 1300px) {
    .site-list__link {
      font-size: 20px;
      padding-top: 72px; } }
  @media (min-width: 1300px) {
    .index-page .site-list__link {
      color: #fff; }
    .index-page .site-list__link:hover {
      color: #c1ddb1; } }

.site-list__drop {
  position: relative; }
  @media (min-width: 768px) and (max-width: 1299px) {
    .site-list__drop:active::after {
      position: absolute;
      right: 0;
      bottom: 30px;
      left: 0;
      height: 2px;
      content: '';
      background-color: #68b738; } }
  @media (min-width: 768px) {
    .site-list__drop {
      margin-right: 36px; } }
  @media (min-width: 1300px) {
    .site-list__drop:active::after {
      position: absolute;
      right: 0;
      bottom: 30px;
      left: 0;
      height: 2px;
      content: '';
      background-color: #fff; } }

@media (min-width: 1300px) {
  .catalog-page .site-list__drop:active::after,
  .program-selection .site-list__drop:active::after {
    background-color: #68b738; } }

@media (min-width: 768px) {
  .site-list__item:first-child {
    margin-right: auto; }
  .site-list__drop:last-of-type {
    margin-right: 0; } }

.site-list__drop--hidden {
  display: none; }
  @media (min-width: 768px) {
    .site-list__drop--hidden {
      display: block; } }

.nav-logo {
  position: relative;
  background-image: url(../img/logo-mobile.svg), url(../img/logo-mobile-header.svg);
  background-repeat: no-repeat;
  background-position: left center, center center; }
  @media (min-width: 768px) {
    .nav-logo {
      font-size: 14px;
      line-height: 20px;
      width: 230px;
      background-image: url(../img/logo-tablet.svg); } }
  @media (min-width: 1300px) {
    .nav-logo {
      width: 245px;
      background-image: url(../img/logo-desktop.svg);
      background-size: 202px auto; } }

.first-screen--bg {
  background-image: url(../img/index-background-mobile.png);
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    .first-screen--bg {
      background: none; } }

.first-screen__wrapper {
  border: 1px solid transparent; }
  @media (min-width: 768px) {
    .first-screen__wrapper {
      padding-right: 90px;
      padding-left: 90px; } }
  @media (min-width: 1300px) {
    .first-screen__wrapper {
      width: 500px;
      padding-top: 80px;
      padding-right: 0;
      padding-left: 80px; } }

.first-screen__heading {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 36px;
  margin-bottom: 25px;
  padding-top: 30px;
  text-align: center;
  color: #fff; }
  @media (min-width: 768px) {
    .first-screen__heading {
      font-size: 60px;
      line-height: 60px;
      margin-bottom: 45px;
      text-align: left;
      color: #000; } }

.first-screen__description {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  display: block;
  padding-bottom: 165px;
  text-align: center;
  text-transform: uppercase;
  color: #fff; }
  @media (min-width: 768px) {
    .first-screen__description {
      font-size: 20px;
      line-height: 20px;
      padding-bottom: 45px;
      text-align: left;
      color: #000; } }

.first-screen__image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.first-screen__image {
  display: block;
  margin-top: -140px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .first-screen__image {
      z-index: -1;
      margin-top: -105px;
      order: 2;
      align-self: stretch; } }
  @media (min-width: 1300px) {
    .first-screen__image {
      width: 552px;
      height: 499px;
      margin-top: -400px;
      margin-left: 455px; } }

.first-screen__button {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 22px; }
  @media (min-width: 768px) {
    .first-screen__button {
      width: auto;
      margin-left: 90px;
      padding-right: 25px;
      padding-left: 25px; } }
  @media (min-width: 1300px) {
    .first-screen__button {
      margin-left: 80px; } }

@media (min-width: 1300px) {
  .category {
    display: flex;
    margin-top: 100px;
    justify-content: space-between; } }

.category__item {
  position: relative;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f2f2f2; }
  @media (min-width: 768px) {
    .category__item {
      margin-bottom: 30px;
      padding-top: 80px;
      padding-right: 50px;
      padding-bottom: 60px;
      padding-left: 50px;
      background-color: #f2f2f2; } }
  @media (min-width: 1300px) {
    .category__item {
      box-sizing: border-box;
      width: 570px; } }

.category__heading {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  padding-bottom: 30px;
  padding-left: 70px;
  text-transform: uppercase;
  color: #111; }
  @media (min-width: 768px) {
    .category__heading {
      font-size: 36px;
      line-height: 36px;
      padding-left: 0; } }
  @media (min-width: 1300px) {
    .category__heading {
      padding-bottom: 70px;
      padding-left: 166px; } }

.category__weight-loss::before {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 50px;
  height: 53px;
  content: '';
  transform: scaleX(-1);
  background-image: url(../img/cat-icon1.svg), url(../img/advantages-icon-bg.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: center 0, center center;
  background-size: auto 49px, auto 50px; }
  @media (min-width: 768px) {
    .category__weight-loss::before {
      top: 50%;
      right: 60px;
      left: auto;
      width: 200px;
      height: 220px;
      margin-top: -110px;
      background-position: center center, center 20px;
      background-size: auto 194px, auto 200px; } }
  @media (min-width: 1300px) {
    .category__weight-loss::before {
      top: 40px;
      right: auto;
      left: 52px;
      width: 100px;
      height: 110px;
      margin-top: 0;
      background-position: center center, center 8px;
      background-size: auto 97px, auto 100px; } }

.category__weight-gain::before {
  position: absolute;
  top: 24px;
  left: 13px;
  width: 75px;
  height: 50px;
  content: '';
  background-image: url(../img/cat-icon2.svg), url(../img/advantages-icon-bg.svg);
  background-repeat: no-repeat;
  background-position: center center, center center;
  background-size: 67px auto, auto 50px; }
  @media (min-width: 768px) {
    .category__weight-gain::before {
      top: 50%;
      right: 28px;
      left: auto;
      width: 268px;
      height: 200px;
      margin-top: -110px;
      background-position: center center, center center;
      background-size: 268px auto, auto 200px; } }
  @media (min-width: 1300px) {
    .category__weight-gain::before {
      top: 40px;
      right: auto;
      left: 34px;
      width: 134px;
      height: 100px;
      margin-top: 0;
      background-position: center center, center center;
      background-size: 134px auto, auto 100px; } }

.category__description {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding-bottom: 20px;
  color: #444; }
  @media (min-width: 768px) {
    .category__description {
      font-size: 16px;
      line-height: 24px;
      padding-right: 235px;
      padding-bottom: 60px; } }
  @media (min-width: 1300px) {
    .category__description {
      padding-right: 0;
      padding-bottom: 30px; } }

.category__link {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: block;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #111;
  border-top: 1px solid #d9d9d9; }
  @media (min-width: 768px) {
    .category__link {
      font-size: 20px;
      line-height: 20px;
      padding-top: 0;
      padding-bottom: 0;
      border-top: none; } }

.category__link::after {
  display: inline-block;
  width: 24px;
  height: 11px;
  margin-left: 15px;
  content: '';
  background-image: url(../img/arrow-long.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px 11px; }
  @media (min-width: 768px) {
    .category__link::after {
      margin-left: 23px;
      padding-bottom: 6px; } }

.advantages__heading {
  margin: 0;
  padding-top: 2px;
  padding-bottom: 22px; }
  @media (min-width: 768px) {
    .advantages__heading {
      padding-top: 15px;
      padding-bottom: 70px; } }
  @media (min-width: 1300px) {
    .advantages__heading {
      padding-top: 35px; } }

.advantages__list {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .advantages__list {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      flex-basis: 50%; } }

.advantages__item {
  position: relative;
  margin: 0;
  padding-left: 80px; }
  @media (min-width: 768px) {
    .advantages__item {
      box-sizing: border-box;
      padding-left: 0;
      flex-basis: 324px; } }
  @media (min-width: 1300px) {
    .advantages__item {
      flex-basis: 245px; } }

.advantages__item:last-child {
  padding-bottom: 10px; }

.advantages__item:first-child::before, .advantages__item:nth-child(2)::before, .advantages__item:nth-child(3)::before, .advantages__item:nth-child(4)::before {
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  content: '';
  background-color: #68b738;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (min-width: 768px) {
    .advantages__item:first-child::before, .advantages__item:nth-child(2)::before, .advantages__item:nth-child(3)::before, .advantages__item:nth-child(4)::before {
      width: 80px;
      height: 80px; } }

.advantages__item:first-child::before {
  background-image: url(../img/advantage-1.png); }

.advantages__item:nth-child(2)::before {
  background-image: url(../img/advantage-2.png); }

.advantages__item:nth-child(3)::before {
  background-image: url(../img/advantage-3.png); }

.advantages__item:nth-child(4)::before {
  background-image: url(../img/advantage-4.png); }

@media (min-width: 768px) {
  .advantages__item:first-child::after, .advantages__item:nth-child(2)::after, .advantages__item:nth-child(3)::after, .advantages__item:nth-child(4)::after {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 280px;
    line-height: 280px;
    position: absolute;
    z-index: -1;
    top: -35px;
    left: 120px;
    color: #f2f2f2; }
  .advantages__item:first-child::after {
    content: '1'; }
  .advantages__item:nth-child(2)::after {
    content: '2'; }
  .advantages__item:nth-child(3)::after {
    content: '3'; }
  .advantages__item:nth-child(4)::after {
    content: '4'; } }

.advantages__description {
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 3px; }
  @media (min-width: 768px) {
    .advantages__description {
      margin-bottom: 0;
      padding-top: 110px;
      padding-right: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1300px) {
    .advantages__description {
      padding-right: 0; } }

.example {
  background-color: #f2f2f2; }
  @media (min-width: 768px) {
    .example {
      background-image: linear-gradient(to top, #f2f2f2, #f2f2f2 462px, #fff 462px); } }
  @media (min-width: 1300px) {
    .example {
      background: linear-gradient(to bottom, #fff 185px, #f2f2f2 185px, #f2f2f2); } }

@media (min-width: 1300px) {
  .example__container {
    display: flex;
    justify-content: space-between; }
  .example__cat {
    width: 610px;
    margin-top: -230px; } }

.example__heading {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .example__heading {
      padding-top: 50px;
      padding-bottom: 60px; } }
  @media (min-width: 1300px) {
    .example__heading {
      padding-bottom: 75px; } }

.example__description {
  margin-top: 0;
  margin-bottom: 25px; }
  @media (min-width: 1300px) {
    .example__description {
      width: 440px;
      margin-bottom: 70px;
      padding-top: 70px; } }

.result {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .result {
      justify-content: flex-start; } }

.result__wrapper {
  width: 124px; }
  @media (min-width: 768px) {
    .result__wrapper {
      width: 162px;
      margin-right: 42px; } }

.result__value {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #111;
  border: 1px solid #cdcdcd;
  border-radius: 2px; }

.result__description {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
  display: block;
  box-sizing: border-box;
  width: 87px;
  margin: 0 auto;
  margin-top: -8px;
  padding-right: 16px;
  padding-left: 16px;
  text-align: center;
  color: #444;
  background-color: #f2f2f2; }
  @media (min-width: 768px) {
    .result__description {
      font-size: 14px;
      line-height: 14px;
      width: 114px;
      padding-right: 8px;
      padding-left: 8px;
      background-color: #fff; } }
  @media (min-width: 1300px) {
    .result__description {
      background-color: #f2f2f2; } }

.example__expenses {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding-top: 15px;
  text-align: center;
  text-transform: uppercase;
  flex-basis: 100%; }
  @media (min-width: 768px) {
    .example__expenses {
      font-size: 20px;
      line-height: 30px;
      margin-left: auto;
      padding-top: 0;
      text-align: right;
      flex-basis: 192px; } }
  @media (min-width: 1300px) {
    .example__expenses {
      margin-top: 50px;
      margin-left: 0;
      text-align: left;
      flex-basis: 100%; } }

.example__img {
  width: 280px;
  height: 240px;
  margin: 0 auto;
  margin-top: 35px;
  transition: background-position 0.3s cubic-bezier(0.3, 1, 0, 1);
  background-image: url(../img/before-mobile.png), url(../img/after-mobile.png);
  background-repeat: no-repeat;
  background-position: center center, 999px center; }
  @media (min-width: 768px) {
    .example__img {
      width: 677px;
      height: 517px;
      margin-top: 80px;
      background-image: url(../img/before-desktop.png), url(../img/after-desktop.png); } }

.example__img--after {
  background-position: -999px center, center center; }

.before-after {
  display: flex;
  padding-top: 35px;
  padding-right: 24px;
  padding-bottom: 30px;
  padding-left: 24px;
  justify-content: center;
  align-items: center; }
  @media (min-width: 768px) {
    .before-after {
      width: 570px;
      padding-bottom: 60px; } }
  @media (min-width: 1300px) {
    .before-after {
      padding-right: 0;
      padding-left: 0; } }

.toggle {
  position: relative;
  display: inline-block;
  width: 84px;
  height: 12px;
  margin-right: 20px;
  margin-left: 20px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  background-color: #fff; }
  @media (min-width: 768px) {
    .toggle {
      display: none; } }

.toggle__inner {
  position: absolute;
  top: 3px;
  left: 5px;
  width: 35px;
  height: 5px;
  transition: left .3s;
  border-radius: 2px;
  background-color: #68b738; }

.toggle__inner--right {
  left: 42px; }

@media (min-width: 768px) {
  .slider__label {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px dotted #bebebe; } }

.slider-range__wrapper {
  box-sizing: border-box;
  width: 428px;
  margin-right: 24px;
  margin-left: 24px; }

.slider-range {
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: transparent;
  -webkit-appearance: none;
  /* Otherwise white in Chrome */ }

.slider-range::-webkit-slider-thumb {
  -webkit-appearance: none; }

.slider-range:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */ }

.slider-range::-ms-track {
  width: 100%;
  cursor: pointer;
  color: transparent;
  border-color: transparent;
  /* Hides the slider so custom styles can be added */
  background: transparent; }

/* All the same stuff for Firefox */
.slider-range::-moz-range-thumb {
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  background-color: #68b738;
  box-shadow: inset 0 0 0 12px #fff; }

.slider-range::-webkit-slider-thumb {
  width: 32px;
  height: 32px;
  margin-top: -14px;
  cursor: pointer;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  background: #68b738;
  /* Add cool effects to your sliders! */
  box-shadow: inset 0 0 0 12px #fff;
  -webkit-appearance: none;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */ }

.slider-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  border: .2px solid #010101;
  border-radius: 1.3px;
  background: #3071a9;
  box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d; }

.slider-range:focus::-webkit-slider-runnable-track {
  background: #367ebd; }

.slider-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  border: 0 solid #18d501;
  border-radius: 3px;
  background: #dcdcdc;
  box-shadow: 0 0 0 #020;
  animate: .2s; }

.slider-range:focus::-webkit-slider-runnable-track {
  background: #dcdcdc; }

.slider-range::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  border: 0 solid #18d501;
  border-radius: 3px;
  background: #dcdcdc;
  box-shadow: 0 0 0 #020;
  animate: .2s; }

.slider-range::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  color: transparent;
  border-color: transparent;
  background: transparent;
  animate: .2s; }

.slider-range::-ms-fill-lower {
  border: 0 solid #18d501;
  border-radius: 6px;
  background: #dcdcdc;
  box-shadow: 0 0 0 #020; }

.slider-range::-ms-fill-upper {
  border: 0 solid #18d501;
  border-radius: 6px;
  background: #dcdcdc;
  box-shadow: 0 0 0 #020; }

.slider-range:focus::-ms-fill-lower {
  background: #dcdcdc; }

.slider-range:focus::-ms-fill-upper {
  background: #dcdcdc; }

@media (max-width: 767px) {
  .slider-range__wrapper {
    display: none; } }

@media (min-width: 1300px) {
  .contacts__container {
    position: relative; } }

.catalog-page .contacts,
.program-selection .contacts {
  background-color: #f2f2f2; }

.contacts__wrapper {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .contacts__wrapper {
      padding: 65px 40px; } }
  @media (min-width: 1300px) {
    .contacts__wrapper {
      position: absolute;
      top: 95px;
      box-sizing: border-box;
      width: 570px;
      min-height: 200px;
      padding: 65px 75px;
      background-color: #fff; } }

.contacts__heading {
  margin: 0;
  flex: 1; }
  @media (min-width: 768px) {
    .contacts__heading {
      line-height: 25px; } }

.contacts__info {
  line-height: 20px;
  margin: 0; }
  @media (min-width: 768px) {
    .contacts__info {
      text-align: right; } }
  @media (min-width: 1300px) {
    .contacts__info {
      width: 170px;
      margin-left: auto;
      text-align: left; } }

@media (min-width: 768px) {
  .contacts__city {
    display: inline-block;
    padding-top: 10px; } }

.contacts-map {
  margin-bottom: -4px; }

.page-footer {
  background-color: #f2f2f2; }

@media (min-width: 768px) {
  .page-footer__wrapper {
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    justify-content: space-between;
    align-items: center; } }

.site-logo {
  display: inline-block; }

.page-footer__site-logo {
  display: block;
  width: 128px;
  height: 24px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 25px; }
  @media (min-width: 768px) {
    .page-footer__site-logo {
      margin-right: 0;
      margin-left: 0;
      padding-top: 0;
      padding-bottom: 0; } }

.social-links {
  display: flex;
  padding-top: 7px;
  padding-bottom: 7px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  justify-content: center; }
  @media (min-width: 768px) {
    .social-links {
      padding-top: 0;
      padding-bottom: 0;
      border: none; } }

.social-link {
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center; }

.social-links__link {
  margin-right: 4px; }

.social-links__link--vk {
  background-image: url(../img/m-vk.svg); }

.social-links__link--instagram {
  background-image: url(../img/m-instagram.svg); }

.social-links__link--fb {
  background-image: url(../img/m-fb.svg); }

.copyright {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #444;
  background-image: url(../img/htmlacademy.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 27px 34px; }

.page-footer__copyright {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .page-footer__copyright {
      padding-top: 10px;
      padding-bottom: 10px;
      flex-basis: 162px; } }

@media (min-width: 768px) {
  .program-form {
    padding-left: 40px; } }

@media (min-width: 1300px) {
  .program-form {
    display: flex;
    padding-left: 0;
    flex-wrap: wrap;
    align-items: flex-start; } }

.program-form__fieldset {
  border: none; }

.program-form__heading {
  padding-top: 20px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .program-form__heading {
      padding-bottom: 60px; } }

.program-form__description {
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .program-form__description {
      line-height: 30px;
      width: 345px;
      padding-bottom: 70px; } }

.program-form__field {
  display: flex;
  align-items: center; }

.cat-param__field {
  padding-bottom: 14px; }
  @media (min-width: 768px) {
    .cat-param__field {
      padding-bottom: 20px; } }

.program-form__field--radio:not(:last-of-type) {
  padding-bottom: 13px; }
  @media (min-width: 768px) {
    .program-form__field--radio:not(:last-of-type) {
      padding-bottom: 30px; } }

.cat-param {
  padding-bottom: 8px; }
  @media (min-width: 768px) {
    .cat-param {
      margin-bottom: 50px; } }
  @media (min-width: 1300px) {
    .cat-param {
      box-sizing: border-box;
      width: 570px;
      margin-right: 80px;
      margin-bottom: 0; } }

.target {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .target {
      padding: 24px 27px;
      border: 1px solid #e6e6e6; } }
  @media (min-width: 1300px) {
    .target {
      box-sizing: border-box;
      width: 570px; } }

@media (min-width: 1300px) {
  .cat-owner,
  .comment,
  .additionally {
    flex-basis: 100%; }
  .cat-owner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .cat-owner .caption {
      flex-basis: 100%; }
    .cat-owner .program-form__field {
      flex-basis: 570px; } }

.mail-icon {
  background-image: url(../img/mail.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 17px 13px; }
  @media (min-width: 768px) {
    .mail-icon {
      background-position: right 20px center; } }

.phone-icon {
  background-image: url(../img/phone.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px 20px; }
  @media (min-width: 768px) {
    .phone-icon {
      background-position: right 16px center; } }

.input-text {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  height: 43px;
  padding-right: 30px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #444;
  border: 1px solid #e6e6e6; }
  @media (min-width: 768px) {
    .input-text {
      font-size: 20px;
      line-height: 30px; } }

.program-form__input {
  margin-left: 15px;
  flex-grow: 1; }

.target__radio {
  display: inline-block;
  margin-right: 15px; }

.program-form__caption {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .program-form__caption {
      padding-top: 72px;
      padding-bottom: 72px; } }

.program-form__comment {
  box-sizing: border-box;
  width: 100%;
  min-height: 150px;
  padding-top: 10px; }
  @media (min-width: 768px) {
    .program-form__comment {
      padding-top: 15px;
      padding-left: 20px; } }

.additionally {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .additionally {
      flex-direction: row;
      margin-bottom: 70px;
      align-items: center; } }
  @media (min-width: 1300px) {
    .additionally {
      margin-bottom: 90px; } }

@media (min-width: 768px) {
  .additionally__caption {
    flex-basis: 100%; } }

.additionally__field {
  margin-bottom: 13px; }
  .additionally__field:last-of-type {
    margin-bottom: 35px; }
  @media (min-width: 768px) {
    .additionally__field {
      margin-bottom: 32px;
      flex-basis: 50%; } }
  @media (min-width: 1300px) {
    .additionally__field {
      margin-bottom: 60px;
      flex-basis: 25%; } }

.program-form__send {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .program-form__send {
      margin-right: 60px;
      margin-bottom: 0;
      flex-basis: 283px; } }

.program-form__footnote {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 30px;
  text-align: center; }
  @media (min-width: 768px) {
    .program-form__footnote {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 0;
      align-self: center; } }

.catalog__heading {
  padding-top: 20px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .catalog__heading {
      padding-top: 50px;
      padding-bottom: 20px; } }

.catalog__list {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .catalog__list {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between; } }

.catalog__item {
  display: flex;
  padding-bottom: 24px;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .catalog__item {
      position: relative;
      flex-direction: column;
      box-sizing: border-box;
      width: 324px;
      min-height: 430px;
      margin-top: 140px;
      margin-bottom: 0;
      padding: 160px 35px 40px 35px;
      background-color: #f2f2f2; } }
  @media (min-width: 1300px) {
    .catalog__item {
      width: 245px; } }

.show-more {
  flex-direction: column;
  align-items: center; }
  @media (min-width: 768px) {
    .show-more {
      border: 1px solid #f2f2f2;
      background-color: transparent; } }

@media (min-width: 768px) {
  .product > p {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cdcdcd; }
  .show-more__description {
    width: 180px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto; } }

.catalog__img {
  width: 50%; }
  @media (min-width: 768px) {
    .catalog__img {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: auto;
      bottom: 300px; } }

.catalog__product {
  width: 50%;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .catalog__product {
      width: 100%;
      padding-top: 0; } }

.catalog__button {
  width: 100%; }
  @media (min-width: 768px) {
    .catalog__button {
      margin-top: 20px;
      margin-bottom: 0; } }

.catalog__hr {
  box-sizing: border-box;
  width: 100vw;
  margin-top: 25px; }

.product__name {
  width: 85px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .product__name {
      width: 140px;
      margin-right: auto;
      margin-bottom: 25px;
      margin-left: auto;
      text-align: center; } }

.product__value {
  float: right; }

.catalog__plus {
  display: none;
  display: block;
  width: auto;
  width: 30px;
  height: 30px;
  margin: 25px auto 25px auto; }
  @media (min-width: 768px) {
    .catalog__plus {
      position: absolute;
      top: 55px;
      left: 50%;
      width: 60px;
      height: 60px;
      margin: 0;
      margin-left: -30px; } }

.show-more__title {
  margin-bottom: 10px;
  text-align: center; }

.show-more__description {
  margin-bottom: 20px;
  text-align: center; }

.extra {
  margin-bottom: 35px; }
  @media (min-width: 768px) {
    .extra {
      margin-bottom: 75px; } }
  @media (min-width: 1300px) {
    .extra {
      margin-bottom: 85px; } }

@media (min-width: 1300px) {
  .extra__wrapper {
    display: flex;
    flex-wrap: wrap; } }

.extra__caption {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .extra__caption {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media (min-width: 1300px) {
    .extra__caption {
      width: 100%; } }

@media (min-width: 1300px) {
  .extra__list {
    width: 895px; } }

.extra__item {
  display: flex;
  padding-top: 14px;
  padding-bottom: 17px;
  border-top: 1px solid #cdcdcd;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top; }
  @media (min-width: 768px) {
    .extra__item {
      padding-top: 27px;
      padding-bottom: 27px;
      justify-content: flex-start;
      align-items: center; } }
  @media (min-width: 768px) {
    .extra__item {
      padding-top: 15px;
      padding-bottom: 15px; } }

.extra__item:last-child {
  border-bottom: 1px solid #cdcdcd; }

.extra__name {
  width: 100%; }
  @media (min-width: 768px) {
    .extra__name {
      width: auto; } }

@media (min-width: 768px) {
  .extra__amount {
    margin-left: auto; } }

@media (min-width: 1300px) {
  .extra__amount {
    width: 245px;
    margin-left: auto; } }

@media (min-width: 768px) {
  .extra__value {
    margin-left: 52px; } }

@media (min-width: 1300px) {
  .extra__value {
    width: 80px;
    margin-left: 0; } }

.extra__button {
  width: 100%;
  margin-top: 10px; }
  @media (min-width: 768px) {
    .extra__button {
      margin-top: 25px; } }
  @media (min-width: 1300px) {
    .extra__button {
      width: 245px;
      margin-top: 0; } }

.gift {
  width: 100%;
  min-height: 290px;
  margin-top: 40px;
  background-color: #72b649;
  background-image: url(../img/gift.svg), url(../img/gift-photo-mobile.jpg);
  background-repeat: no-repeat;
  background-position: 50% 65px, 0 0;
  background-size: 55px 60px, cover; }
  @media (min-width: 768px) {
    .gift {
      min-height: 200px;
      margin-top: 70px;
      background-image: url(../img/gift.svg), url(../img/gift-photo-tablet.jpg);
      background-position: 90px 50%, 0 0; } }
  @media (min-width: 1300px) {
    .gift {
      width: 245px;
      margin-top: 0;
      margin-left: auto;
      background-position: 50% 65px, 0 0; } }

.gift__description {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  width: 180px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 185px;
  text-align: center;
  color: #fff; }
  @media (min-width: 768px) {
    .gift__description {
      padding-top: 70px;
      padding-left: 423px;
      text-align: left; } }
  @media (min-width: 1300px) {
    .gift__description {
      margin-right: auto;
      margin-left: auto;
      padding-top: 185px;
      padding-left: 0;
      text-align: center; } }
