@font-face {
  font-weight: 400;
  font-family: "Oswald";
  font-style: normal;
  src: url(../fonts/Oswald-Regular.woff2) format("woff2"), url(../fonts/Oswald-Regular.woff) format("woff")
}

@font-face {
  font-weight: 500;
  font-family: "Oswald";
  font-style: normal;
  src: url(../fonts/Oswald-Medium.woff2) format("woff2"), url(../fonts/Oswald-Medium.woff) format("woff")
}

.button,
body {
  font-size: 18px;
  line-height: 21px;
  text-align: justify
}

body {
  min-width: 320px;
  margin: 0;
  color: #444;
  background-color: #fff;
  font-family: "Oswald", Arial, sans-serif;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
  font-family: "Oswald", Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 0
}

@media (min-width:768px) {
  .button {
    min-height: 52px;
    font-size: 20px;
    line-height: 20px
  }
}

.logo:hover {
  opacity: .8
}

.logo:active {
  opacity: .6
}

.logo__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 66px;
  padding: 0 20px;
  border-bottom: 1px solid #e6e6e6
}

.logo__box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 207px;
  height: 24px;
  margin: auto;
  background-image: url(../img/logo-text.svg);
  background-repeat: no-repeat;
  background-position: center
}

.logo__image {
  width: 33px;
  height: 38px;
  margin-top: -5px
}

@media (min-width:768px) {
  .logo__box {
    width: auto;
    height: auto;
    padding: 0;
    border-bottom: none
  }

  .logo__box::after {
    content: none
  }

  .logo__image {
    width: 173px;
    height: 58px;
    margin-top: 0
  }
}

@media (min-width:1440px) {
  .logo__image {
    width: 202px;
    height: 59px
  }
}

.main-nav {
  position: relative
}

.main-nav__list {
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none
}

.main-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 66px;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  font-family: "Oswald", Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #e6e6e6
}

@media (max-width:767px) {
  .main-nav__toggle {
    position: absolute;
    top: -45px;
    right: 20px;
    width: 24px;
    height: 24px;
    padding: 0;
    background-color: transparent;
    background-image: url(../img/icon-menu-close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    border: 0
  }

  .main-nav--close .main-nav__toggle {
    background-image: url(../img/icon-menu-open.svg);
    background-size: 24px 18px
  }

  .main-nav--close .main-nav__list {
    display: none
  }
}

@media (min-width:768px) {
  .main-nav {
    top: 4px;
  }

  .main-nav__toggle {
    display: none
  }

  .main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .main-nav__item {
    margin-right: 25px
  }

  .main-nav__item:last-child {
    margin-right: 0
  }

  .main-nav__link {
    min-height: 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    border-bottom: 0
  }

  .main-nav__link--active {
    border-bottom: 3px solid #68b738
  }

  .main-nav__link:hover {
    opacity: .6
  }

  .main-nav__link:active {
    opacity: .3
  }
}

@media (min-width:1440px) {
  .main-nav {
    top: 2px;
    left: 3px;
    max-width: calc(55% - 20px);
  }

  .main-nav__link {
    min-height: 45px;
    font-size: 20px;
    line-height: 20px;
    color: #fff
  }

  .main-nav__link--active {
    border-bottom: 2px solid #fff
  }

  .main-nav__link:hover {
    opacity: .6
  }

  .main-nav__link:active {
    opacity: .3
  }

  .inner-page .main-nav__link {
    color: #000
  }

  .inner-page .main-nav__link--active {
    border-bottom: 3px solid #68b738
  }
}

.promo {
  font-family: "Oswald", Arial, sans-serif;
  text-align: center;
  color: #fff;
  background-image: url(../img/bg-mobile.jpg), linear-gradient(to bottom, #64a83b 305px, #fff 305px);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 320px 305px, 100%
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx),
(min-resolution:144dpi) {
  .promo {
    background-image: url(../img/bg-mobile@2x.jpg), linear-gradient(to bottom, #64a83b 305px, #fff 305px)
  }
}

.promo__wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 480px;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 20px 24px
}

.promo__title {
  margin: 0 0 25px;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px
}

.promo__info {
  margin: 0 0 29px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase
}

.promo__button {
  width: 100%;
  margin: 0 auto;
  background-color: #63a73a
}

.promo__button:hover {
  background-color: #5eaa2f
}

.promo__button:active {
  color: rgba(255, 255, 255, .3)
}

@media (min-width:768px) {
  .promo {
    text-align: left;
    color: #000;
    background-color: #fff;
    background-image: none
  }

  .promo__wrapper {
    position: relative;
    width: 768px;
    min-height: 810px;
    padding: 0 222px 0 117px
  }

  .promo__title {
    margin-bottom: 40px;
    font-size: 60px;
    line-height: 60px
  }

  .promo__info {
    margin-bottom: 48px;
    font-size: 20px;
    line-height: 20px
  }

  .promo__image-box {
    position: absolute;
    left: 0;
    bottom: -5px;
    right: 0;
    margin: auto;
    text-align: center
  }

  .promo__image {
    width: 709px;
    height: 609px
  }

  .promo__button {
    position: relative;
    z-index: 1;
    width: 245px;
    min-height: 52px;
    margin: 0;
    color: #fff
  }
}

@media (min-width:1440px) {
  .promo {
    min-height: 696px;
    margin-bottom: 2 0px;
    padding: 1px;
    background-image: url(../img/bg-desktop.jpg), -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #64a83b));
    background-image: url(../img/bg-desktop.jpg), linear-gradient(to right, #fff 45%, #64a83b 45%);
    background-position: top right;
    background-size: 50% auto, 100%
  }
}

@media (min-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1440px) and (min-resolution:1.5dppx),
(min-width:1440px) and (min-resolution:144dpi) {
  .promo {
    background-image: url(../img/bg-desktop@2x.jpg), -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #64a83b));
    background-image: url(../img/bg-desktop@2x.jpg), linear-gradient(to right, #fff 45%, #64a83b 45%)
  }
}

@media (min-width:1440px) {
  .promo__wrapper {
    position: relative;
    width: 1220px;
    min-height: 499px;
    margin: 142px auto 0;
    padding: 80px 0 0 80px
  }

  .promo__title {
    width: 490px;
    margin-bottom: 40px
  }

  .promo__info {
    margin-bottom: 53px
  }

  .promo__image-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: -5px;
    right: 0;
    margin: auto;
    text-align: center;
    -webkit-transform: translateX(116px);
    transform: translateX(116px)
  }

  .promo__image,
  .promo__image-box {
    width: 552px;
    height: 499px
  }
}

.power-lines__box,
.power-lines__wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.power-lines__wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 29px;
  padding: 0 20px
}

.power-lines__box {
  position: relative;
  margin-bottom: 20px;
  padding: 36px 20px 20px;
  background-color: #f2f2f2
}

.power-lines__box:last-child {
  margin-bottom: 0
}

.power-lines__box::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 12px;
  width: 67px;
  height: 67px;
  background-repeat: no-repeat
}

.power-lines__box--slim::before {
  background-image: url(../img/icon-cat.svg), radial-gradient(circle, #68b738 24px, transparent 25px);
  background-position: center 7px, center;
  background-size: 35px 49px, 100%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}

.power-lines__box--pro::before {
  background-image: url(../img/icon-tiger.svg), radial-gradient(circle, #68b738 24px, transparent 25px);
  background-position: center;
  background-size: 67px 28px, 100%
}

.power-lines__subtitle {
  margin: 0 0 34px;
  padding-left: 72px;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  font-family: "Oswald", Arial, sans-serif;
  color: #000;
  text-transform: uppercase
}

.power-lines__desc {
  margin: 0 0 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid #d9d9d9
}

.power-lines__link {
  position: relative;
  padding-right: 44px;
  font-size: 16px;
  line-height: 16px;
  font-family: "Oswald", Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  text-decoration: none
}

.power-lines__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 33px;
  height: 11px;
  margin: auto;
  background-image: url(../img/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 24px 11px
}

.power-lines__link:hover::after {
  background-image: url(../img/icon-arrow-long.svg);
  background-size: 33px 11px
}

.power-lines__link:active {
  opacity: .3
}

@media (min-width:768px) {
  .power-lines {
    margin-bottom: 45px
  }

  .power-lines__wrapper {
    padding: 0 30px
  }

  .power-lines__box {
    margin-bottom: 30px;
    padding: 76px 52px 60px
  }

  .power-lines__box::before {
    top: 80px;
    left: auto;
    right: 28px;
    width: 268px;
    height: 220px
  }

  .power-lines__box--slim .power-lines__desc {
    width: 375px
  }

  .power-lines__box--slim::before {
    background-image: url(../img/icon-cat.svg), radial-gradient(circle, #68b738 99px, transparent 100px);
    background-position: center 0, center;
    background-size: 140px 194px, 100%
  }

  .power-lines__box--pro .power-lines__desc {
    width: 343px
  }

  .power-lines__box--pro::before {
    background-image: url(../img/icon-tiger.svg), radial-gradient(circle, #68b738 99px, transparent 100px);
    background-position: center;
    background-size: 268px 112px, 100%
  }

  .power-lines__subtitle {
    margin-bottom: 25px;
    padding-left: 0;
    font-size: 36px;
    line-height: 36px
  }

  .power-lines__desc {
    margin-bottom: 56px;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    border-bottom: none
  }

  .power-lines__link {
    padding-right: 56px;
    font-size: 20px;
    line-height: 20px
  }
}

@media (min-width:1440px) {
  .power-lines {
    margin-bottom: 70px
  }

  .power-lines__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1440px;
    padding: 0 110px
  }

  .power-lines__box {
    width: 570px;
    min-height: 372px;
    margin-bottom: 0;
    padding: 75px 53px 61px
  }

  .power-lines__box::before {
    top: 41px;
    left: 34px;
    right: auto;
    width: 134px;
    height: 107px
  }

  .power-lines__box--pro .power-lines__desc,
  .power-lines__box--slim .power-lines__desc {
    width: auto
  }

  .power-lines__box--slim::before {
    background-image: url(../img/icon-cat.svg), radial-gradient(circle, #68b738 49px, transparent 50px);
    background-size: 70px 97px, 100%
  }

  .power-lines__box--pro::before {
    background-image: url(../img/icon-tiger.svg), radial-gradient(circle, #68b738 49px, transparent 50px);
    background-size: 134px 56px, 100%
  }

  .power-lines__subtitle {
    margin-bottom: 75px;
    padding-left: 160px
  }

  .power-lines__desc {
    margin-bottom: 30px
  }
}

.principle {
  margin-bottom: 42px
}

.principle__wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px
}

.principle__title {
  margin: 0 0 40px;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  font-family: "Oswald", Arial, sans-serif;
  color: #000
}

.principle__list {
  margin: 0;
  padding: 0;
  list-style: none
}

.principle__item {
  position: relative;
  min-height: 60px;
  margin-bottom: 20px;
  padding-left: 80px
}

.principle__item:last-child {
  margin-bottom: 0
}

.principle__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #68b738;
  background-repeat: no-repeat;
  background-position: center
}

.principle__item--useful::before {
  background-image: url(../img/icon-useful.png);
  background-size: 26px 29px
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx),
(min-resolution:144dpi) {
  .principle__item--useful::before {
    background-image: url(../img/icon-useful@2x.png)
  }
}

.principle__item--convenient::before {
  background-image: url(../img/icon-convenient.png);
  background-size: 29px 31px
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx),
(min-resolution:144dpi) {
  .principle__item--convenient::before {
    background-image: url(../img/icon-convenient@2x.png)
  }
}

.principle__item--easy::before {
  background-image: url(../img/icon-easy.png);
  background-size: 23px 30px
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx),
(min-resolution:144dpi) {
  .principle__item--easy::before {
    background-image: url(../img/icon-easy@2x.png)
  }
}

.principle__item--fast::before {
  background-image: url(../img/icon-fast.png);
  background-size: 26px 31px
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx),
(min-resolution:144dpi) {
  .principle__item--fast::before {
    background-image: url(../img/icon-fast@2x.png)
  }
}

@media (min-width:768px) {
  .principle {
    margin-bottom: 42px;
    border-bottom: 1px solid #e6e6e6
  }

  .principle__wrapper {
    width: 768px;
    padding: 0 30px 56px
  }

  .principle__title {
    margin-bottom: 71px;
    font-size: 50px;
    line-height: 60px
  }

  .principle__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .principle__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 324px;
    min-height: 230px;
    margin-bottom: 87px;
    padding-top: 112px;
    padding-left: 0;
    padding-right: 79px;
    font-size: 18px;
    line-height: 24px
  }

  .principle__item:nth-last-child(2) {
    margin-bottom: 0
  }

  .principle__item:nth-child(odd) {
    margin-right: 60px
  }

  .principle__item::before {
    width: 80px;
    height: 80px
  }

  .principle__item::after {
    position: absolute;
    top: -40px;
    left: 115px;
    z-index: -1;
    font-size: 281px;
    line-height: 281px;
    font-family: "Oswald", Arial, sans-serif;
    color: #f2f2f2
  }

  .principle__item--useful::after {
    content: "1"
  }

  .principle__item--convenient::after {
    content: "2"
  }

  .principle__item--easy::after {
    content: "3"
  }

  .principle__item--fast::after {
    content: "4"
  }
}

@media (min-width:1440px) {
  .principle {
    margin-bottom: 50px;
    border-bottom: none
  }

  .principle__wrapper {
    width: 1440px;
    padding: 0 110px
  }

  .principle__title {
    margin-bottom: 30px
  }

  .principle__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .principle__item {
    width: 245px;
    min-height: 245px;
    margin: 0;
    padding: 112px 0 0
  }

  .principle__item:nth-child(odd) {
    margin-right: 0
  }

  .principle__item::before {
    width: 80px;
    height: 80px
  }

  .principle__item::after {
    position: absolute;
    top: -40px;
    left: 115px;
    z-index: -1;
    font-size: 281px;
    line-height: 281px;
    font-family: "Oswald", Arial, sans-serif;
    color: #f2f2f2
  }

  .principle__item--useful::after {
    content: "1"
  }

  .principle__item--convenient::after {
    content: "2"
  }

  .principle__item--easy::after {
    content: "3"
  }

  .principle__item--fast::after {
    content: "4"
  }
}

.partners__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
}

.example {
  background-color: #f2f2f2
}

.example__wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 29px 20px 0
}

.example__title {
  margin: 0 0 36px;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  font-family: "Oswald", Arial, sans-serif;
  color: #000
}

.example__desc {
  margin: 0 0 25px;
  padding-right: 10px
}

.example__stats,
.example__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.example__stats {
  margin: 0 0 37px;
  padding: 0;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.example__value {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 124px;
  min-height: 56px;
  padding-top: 12px;
  font-size: 24px;
  line-height: 24px;
  font-family: "Oswald", Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #cdcdcd;
  border-radius: 4px
}

.example__value:first-child {
  margin-right: 32px
}

.example__value span {
  position: absolute;
  bottom: -14px;
  width: 87px;
  min-height: 20px;
  font-size: 12px;
  line-height: 12px;
  font-family: Arial, sans-serif;
  text-align: center;
  color: #444;
  text-transform: lowercase;
  background-color: #f2f2f2
}

.example__costs {
  margin: 0 0 36px;
  font-size: 14px;
  line-height: 14px;
  font-family: "Oswald", Arial, sans-serif;
  text-align: center;
  color: #000;
  text-transform: uppercase
}

@media (min-width:768px) {
  .example {
    background-color: transparent
  }

  .example__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 768px;
    padding: 0 30px 80px
  }

  .example__desc,
  .example__title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 65px;
    font-size: 60px;
    line-height: 60px
  }

  .example__desc {
    margin-bottom: 53px;
    font-size: 16px;
    line-height: 24px
  }

  .example__stats {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0
  }

  .example__value {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 162px;
    min-height: 72px;
    padding-top: 18px;
    font-size: 30px;
    line-height: 30px
  }

  .example__value:first-child {
    margin-right: 42px
  }

  .example__value span {
    bottom: -14px;
    width: auto;
    padding: 0 8px;
    font-size: 14px;
    line-height: 14px;
    background-color: #fff
  }

  .example__value span br {
    display: none
  }

  .example__costs {
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    text-align: right
  }

  .example__costs span {
    display: block;
    padding-top: 10px
  }
}

@media (min-width:1440px) {
  .example {
    position: relative;
    background-image: linear-gradient(to bottom, #fff 200px, #f2f2f2 200px);
    background-size: 100%
  }

  .example__wrapper {
    position: absolute;
    top: 65px;
    right: 0;
    left: 0;
    z-index: 3;
    width: 435px;
    margin: auto;
    padding: 0;
    -webkit-transform: translateX(-392px);
    transform: translateX(-392px)
  }

  .example__title {
    margin-bottom: 145px
  }

  .example__desc {
    margin-bottom: 70px;
    padding-right: 0
  }

  .example__stats {
    margin-bottom: 60px
  }

  .example__value span {
    bottom: -11px;
    background-color: #f2f2f2
  }

  .example__costs span {
    display: inline-block;
    padding-top: 0;
    padding-left: 60px
  }
}

.effect-slider {
  background-color: #f2f2f2
}

.effect-slider__wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 320px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 35px
}

.effect-slider__list {
  position: relative;
  min-height: 240px;
  padding: 0;
  margin: 0 0 33px;
  overflow: hidden;
  list-style: none
}

.effect-slider__item {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s
}

.effect-slider__item--active,
.effect-slider__item--before {
  visibility: visible;
  opacity: 1
}

.effect-slider__item--before img {
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  width: 311px;
  height: 232px;
  margin: auto;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px)
}

.effect-slider__item--after img {
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  width: 251px;
  height: 240px;
  margin: auto
}

.effect-slider__image-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%
}

.effect-slider__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 198px;
  margin: 0 auto
}

.effect-slider__label {
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  font-family: "Oswald", Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  background: 0 0;
  border: 0
}

.effect-slider__range {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 84px;
  height: 14px;
  margin: 0;
  padding: 0 6px;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 6px
}

.effect-slider__button {
  position: absolute;
  width: 35px;
  height: 6px;
  padding: 0;
  background-color: #68b738;
  border: 0;
  border-radius: 3px;
  -webkit-transition: 1s;
  transition: 1s
}

.effect-slider__button,
.effect-slider__button--before {
  left: 0;
  -webkit-transform: translateX(6px);
  transform: translateX(6px)
}

.effect-slider__button--after {
  left: 100%;
  -webkit-transform: translateX(-41px);
  transform: translateX(-41px)
}

@media (min-width:768px) {
  .effect-slider {
    background-color: transparent
  }

  .effect-slider__wrapper {
    position: relative;
    width: 100%;
    padding: 0
  }

  .effect-slider__list {
    margin-bottom: 0;
    min-height: 638px
  }

  .effect-slider__item {
    width: 50%;
    min-height: 524px;
    padding-bottom: 114px;
    overflow: hidden;
    visibility: visible;
    opacity: 1
  }

  .effect-slider__item--before {
    left: 0;
    background-image: linear-gradient(to bottom, #fff 175px, #f2f2f2 175px)
  }

  .effect-slider__item--before .effect-slider__image-box {
    left: 0
  }

  .effect-slider__item--before img {
    top: 25px;
    width: 677px;
    height: 499px;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .effect-slider__item--after {
    right: 0;
    background-image: linear-gradient(to bottom, #fff 175px, #eaeaea 175px)
  }

  .effect-slider__item--after .effect-slider__image-box {
    right: 0
  }

  .effect-slider__item--after img {
    top: 5px;
    width: 545px;
    height: 517px;
    -webkit-transform: translateX(25px);
    transform: translateX(25px)
  }

  .effect-slider__item--active {
    position: absolute;
    z-index: 2;
    width: 100%
  }

  .effect-slider__image-box {
    width: 100vw
  }

  .effect-slider__control {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 68px;
    z-index: 3;
    width: 570px;
    margin: auto
  }

  .effect-slider__label {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 35px;
    padding: 7px 0;
    font-size: 20px;
    line-height: 20px;
    border-bottom: 1px dotted #b8b8b8
  }

  .effect-slider__label:hover {
    border-bottom-style: solid
  }

  .effect-slider__label:active {
    border-bottom: none
  }

  .effect-slider__range {
    width: 428px;
    height: 6px;
    padding: 0;
    background-color: #dcdcdc;
    border: 0;
    border-radius: 3px
  }

  .effect-slider__button {
    left: 50%;
    width: 32px;
    height: 32px;
    background-color: #68b738;
    border: 12px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .effect-slider__button--before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .effect-slider__button--after {
    left: 100%;
    -webkit-transform: translateX(-32px);
    transform: translateX(-32px)
  }
}

@media (min-width:1440px) {
  .effect-slider__wrapper {
    width: 54.8%;
    margin-right: 0
  }

  .effect-slider__list {
    min-height: 662px;
    margin-bottom: 0
  }

  .effect-slider__item--before {
    left: 0;
    background-image: linear-gradient(to bottom, #fff 200px, #f2f2f2 200px)
  }

  .effect-slider__item--before img {
    top: 30px;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px)
  }

  .effect-slider__item--after {
    background-image: linear-gradient(to bottom, #fff 200px, #eaeaea 200px)
  }

  .effect-slider__item--after img {
    top: 10px;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .effect-slider__item--active {
    position: absolute;
    z-index: 2;
    width: 100%
  }

  .effect-slider__image-box {
    width: 54.8vw
  }

  .effect-slider__control {
    bottom: 65px
  }
}

.contacts {
  border-top: 5px #68B738 solid;
  border-bottom: 5px #68B738 solid;
  background-color: #fef7ef;
  background-image: url(../img/map-mobile.jpg);
  background-repeat: no-repeat;
  background-position: center
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx),
(min-resolution:144dpi) {
  .contacts {
    background-image: url(../img/map-mobile@2x.jpg)
  }
}

.contacts__box,
.contacts__wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.contacts__wrapper {
  width: 100%;
  height: 477px;
  margin-left: auto;
  margin-right: auto
}

.contacts__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  min-height: 114px;
  padding: 27px 20px;
  background-color: #fff
}

.inner-page .contacts__box {
  background-color: #f2f2f2
}

.contacts__slogan {
  width: 140px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-family: "Oswald", Arial, sans-serif;
  color: #000;
  text-transform: uppercase
}

.contacts__address {
  width: auto;
  margin: 0;
  line-height: 20px
}

.contacts__map {
  width: 100%;
  height: 362px
}

@media (min-width:768px) {
  .contacts {
    background-image: url(../img/map-tablet.jpg)
  }
}

@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:768px) and (min-resolution:1.5dppx),
(min-width:768px) and (min-resolution:144dpi) {
  .contacts {
    background-image: url(../img/map-tablet@2x.jpg)
  }
}

@media (min-width:768px) {
  .contacts__wrapper {
    height: 600px
  }

  .contacts__box {
    padding: 63px 72px 60px
  }

  .contacts__slogan {
    width: 155px;
    font-size: 20px;
    line-height: 25px
  }

  .contacts__address {
    width: auto;
    font-size: 18px;
    text-align: left
  }

  .contacts__address span {
    display: block;
    padding-top: 18px
  }

  .contacts__map {
    height: 400px
  }
}

@media (min-width:1440px) {
  .contacts {
    background-image: url(../img/map-desktop.jpg)
  }
}

@media (min-width:1440px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1440px) and (min-resolution:1.5dppx),
(min-width:1440px) and (min-resolution:144dpi) {
  .contacts {
    background-image: url(../img/map-desktop@2x.jpg)
  }
}

@media (min-width:1440px) {
  .contacts__wrapper {
    position: relative;
    height: 400px
  }

  .contacts__box {
    position: absolute;
    top: 95px;
    left: 110px;
    width: 570px;
    min-height: 201px;
    padding: 65px 90px 60px 75px
  }

  .inner-page .contacts__box {
    background-color: #fff
  }

  .contacts__slogan {
    width: 155px
  }

  .contacts__address {
    text-align: left
  }

  .contacts__map {
    height: 400px
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  min-height: 64px;
  padding: 0 82px 0 73px;
  margin: 0;
  list-style: none;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9
}

.social__item:nth-child(1) {
  margin-right: 37px
}

.social__item:nth-child(2) {
  margin-right: 40px
}

.social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.copyright svg,
.social__link svg {
  fill: #666
}

.social__link--vk {
  width: 22px;
  height: 12px
}

.social__link--insta {
  width: 16px;
  height: 16px
}

.social__link--fb {
  width: 15px;
  height: 15px
}

.social__link:hover svg {
  fill: #68b738
}

.social__link:active svg {
  opacity: .3
}

@media (min-width:768px) {
  .social {
    min-width: 165px;
    min-height: auto;
    padding: 0;
    border: 0
  }

  .social__item:nth-child(1) {
    margin-right: 28px
  }

  .social__item:nth-child(2) {
    margin-right: 29px
  }

  .social__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .social__link--vk {
    width: 30px;
    height: 16px
  }

  .social__link--insta {
    width: 23px;
    height: 23px
  }

  .social__link--fb {
    width: 20px;
    height: 20px
  }
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 100%;
  color: inherit;
  text-decoration: none
}

.copyright:hover svg {
  fill: #68b738
}

.additional__item label:active,
.copyright:active {
  opacity: .3
}

.copyright__name {
  font-size: 16px;
  line-height: 16px
}

@media (min-width:768px) {
  .copyright {
    min-width: 165px
  }

  .copyright__name {
    margin-right: 23px
  }
}

.cat-info {
  margin: 0;
  padding: 0;
  border: 0
}

.cat-info__list {
  margin: 0;
  padding: 0;
  list-style: none
}

.cat-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 18px
}

.cat-info__item:last-child,
.owner-contacts__item:last-child,
.programm__item:last-child {
  margin-bottom: 0
}

.cat-info__item label {
  margin-right: 14px
}

.cat-info__item label sup {
  top: .1em;
  right: 0;
  font-size: 1em
}

.cat-info__item input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 45px;
  padding: 7px 15px;
  color: #444;
  text-transform: inherit;
  border: 1px solid #e6e6e6
}

.cat-info__item input::-webkit-input-placeholder {
  font: inherit;
  color: inherit
}

.cat-info__item input::-moz-placeholder {
  font: inherit;
  color: inherit
}

.cat-info__item input:-ms-input-placeholder,
.cat-info__item input::-ms-input-placeholder {
  font: inherit;
  color: inherit
}

.cat-info__item input::placeholder {
  font: inherit;
  color: inherit
}

.cat-info__item input:hover {
  border-color: #cdcdcd
}

.cat-info__item input:focus {
  border: 2px solid #444;
  outline: 0
}

@media (min-width:768px) {
  .cat-info__item {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px
  }

  .cat-info__item label {
    margin-right: 18px
  }

  .cat-info__item label .cat-info__item label sup {
    top: 0;
    right: -1px;
    font-size: 1em
  }

  .cat-info__item input {
    height: 52px;
    padding: 10px 20px
  }
}

@media (min-width:1440px) {
  .cat-info {
    width: 570px
  }
}

.programm {
  margin: 0;
  padding: 22px 20px;
  border: 1px solid #e6e6e6
}

.programm__list {
  margin: 0;
  padding: 0;
  list-style: none
}

.programm__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 18px
}

.programm__item input {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden
}

.programm__item input:focus+label::before {
  -webkit-box-shadow: 0 0 0 1px #bababa;
  box-shadow: 0 0 0 1px #bababa
}

.programm__item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.programm__item label::before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  margin-right: 16px;
  background-color: #fff;
  border: 8px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px #cdcdcd;
  box-shadow: 0 0 0 1px #cdcdcd
}

.programm__item input:checked+label::before {
  background-color: #68b738
}

@media (min-width:768px) {
  .programm {
    padding: 25px 28px
  }

  .programm__item {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 20px
  }

  .programm__item label::before {
    width: 38px;
    height: 38px;
    margin-right: 20px;
    border: 10px solid #fff
  }
}

@media (min-width:1440px) {
  .programm {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 570px;
    padding: 25px 28px
  }
}

.owner-contacts__list {
  margin: 0;
  padding: 0;
  list-style: none
}

.owner-contacts__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 18px
}

.owner-contacts__item--email svg {
  position: absolute;
  right: 15px;
  width: 17px;
  height: 13px
}

.owner-contacts__item--phone svg {
  position: absolute;
  right: 12px;
  width: 20px;
  height: 20px
}

.owner-contacts label {
  margin-right: 10px
}

.owner-contacts label sup {
  top: 0;
  right: 0;
  font-size: 1em
}

.owner-contacts input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 45px;
  padding: 15px 37px 15px 15px;
  color: #444;
  text-transform: inherit;
  border: 1px solid #e6e6e6
}

.comment__text textarea::-webkit-input-placeholder,
.owner-contacts input::-webkit-input-placeholder {
  font: inherit;
  color: inherit
}

.comment__text textarea::-moz-placeholder,
.owner-contacts input::-moz-placeholder {
  font: inherit;
  color: inherit
}

.comment__text textarea:-ms-input-placeholder,
.comment__text textarea::-ms-input-placeholder,
.owner-contacts input:-ms-input-placeholder,
.owner-contacts input::-ms-input-placeholder {
  font: inherit;
  color: inherit
}

.comment__text textarea::placeholder,
.owner-contacts input::placeholder {
  font: inherit;
  color: inherit
}

.comment__text textarea:hover,
.owner-contacts input:hover {
  border-color: #cdcdcd
}

.comment__text textarea:focus,
.owner-contacts input:focus {
  border: 2px solid #444;
  outline: 0
}

.owner-contacts input:focus+svg {
  fill: #68b738
}

@media (min-width:768px) {
  .owner-contacts__item {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px
  }

  .owner-contacts__item--email svg {
    right: 21px
  }

  .owner-contacts__item--phone svg {
    right: 17px
  }

  .owner-contacts label {
    margin-right: 20px
  }

  .owner-contacts input {
    height: 52px;
    padding: 11px 61px 11px 22px
  }

  .owner-contacts__item--phone label {
    margin-right: 15px
  }

  .owner-contacts__item--phone input {
    padding-left: 19px
  }
}

@media (min-width:1440px) {
  .owner-contacts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .owner-contacts__item {
    width: 570px;
    margin-bottom: 0
  }

  .owner-contacts__item:first-child {
    margin-right: 80px
  }
}

.comment__text {
  margin: 0;
  font-size: 16px;
  line-height: 18px
}

.comment__text textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 150px;
  padding: 14px 13px 14px 14px;
  color: #444;
  text-transform: inherit;
  border: 1px solid #e6e6e6
}

@media (min-width:768px) {
  .comment__text {
    font-size: 20px;
    line-height: 20px
  }

  .comment__text textarea {
    height: 174px;
    padding: 14px 20px
  }
}

.additional__list {
  margin: 0;
  padding: 0;
  list-style: none
}

.additional__item {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 18px
}

.additional__item:last-child {
  margin-bottom: 0
}

.additional__item input {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden
}

.additional__item input:focus+label::before {
  border-color: #bababa
}

.additional__item label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.additional__item label::before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  margin-right: 16px;
  background-color: #fff;
  border: 1px solid #cfcfcf
}

.additional__item label::after {
  content: none;
  position: absolute;
  left: 5px;
  bottom: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 11px;
  border-bottom: 2px solid #68b738;
  border-left: 2px solid #68b738;
  -webkit-transform: rotate(-50deg) skewX(-5deg);
  transform: rotate(-50deg) skewX(-5deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}

.additional__item label:hover::before {
  border-color: #bababa
}

.additional__item input:checked+label::after {
  content: ""
}

@media (min-width:768px) {
  .additional__subtitle {
    margin-bottom: 56px
  }

  .additional__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px
  }

  .additional__item {
    width: 284px;
    margin-right: 58px;
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 20px
  }

  .additional__item:nth-child(even) {
    margin-right: 0
  }

  .additional__item:nth-last-child(2) {
    margin-bottom: 0
  }

  .additional__item label::before {
    width: 40px;
    height: 40px;
    margin-right: 19px
  }

  .additional__item label::after {
    left: 10px;
    bottom: 8px
  }
}

@media (min-width:1440px) {
  .additional__item {
    width: 245px;
    margin-right: 80px;
    margin-bottom: 0
  }

  .additional__item:nth-child(even) {
    margin-right: auto
  }

  .additional__item:last-child {
    margin-right: 0
  }
}

.selection {
  overflow: hidden
}

.selection__wrapper {
  font-family: "Oswald", Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  padding: 27px 0 32px
}

.selection__header {
  padding: 0 20px;
  margin-bottom: 37px
}

.selection__title {
  margin: 0 0 38px;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  text-transform: none
}

.selection__info {
  margin: 0;
  padding-right: 10px;
  font-size: 14px;
  line-height: 18px
}

.selection__cat-info {
  margin-bottom: 23px;
  padding: 0 20px
}

.selection__programm {
  margin-bottom: 27px
}

.selection__box {
  position: relative;
  margin: 0 0 28px;
  padding: 0 20px;
  border: 0
}

.selection__box:last-of-type {
  margin-bottom: 35px
}

.selection__box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 100%;
  height: 3px;
  background-color: #68b738
}

.selection__subtitle {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 182px;
  margin: 0 0 34px -20px;
  padding: 0 20px;
  font-size: 24px;
  line-height: 24px;
  text-transform: none;
  background-color: #fff
}

.selection__footer {
  padding: 0 20px
}

.selection__button {
  width: 100%;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background-color: #63a73a
}

.selection__button:hover {
  background-color: #5eaa2f
}

.selection__button:active {
  color: rgba(255, 255, 255, .3)
}

.selection__footnote {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  font-family: "Arial", sans-serif;
  text-align: center;
  color: #444;
  text-transform: none
}

@media (min-width:768px) {
  .selection__wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 768px;
    margin: 0 auto;
    padding: 0 65px 72px 70px
  }

  .selection__header {
    padding: 0;
    margin-bottom: 65px
  }

  .selection__title {
    margin-left: -40px;
    margin-bottom: 55px;
    font-size: 60px;
    line-height: 60px
  }

  .selection__info {
    width: 345px;
    padding-right: 0;
    font-size: 20px;
    line-height: 30px
  }

  .selection__cat-info {
    margin-bottom: 72px;
    padding: 0
  }

  .selection__programm {
    margin-bottom: 75px
  }

  .selection__box {
    margin-bottom: 65px;
    padding: 0
  }

  .selection__box:last-of-type {
    margin-bottom: 54px
  }

  .selection__box::before {
    left: -100vw;
    top: 22px;
    width: 200vw
  }

  .selection__subtitle {
    max-width: none;
    margin: 0 0 76px -40px;
    padding: 0 40px;
    font-size: 36px;
    line-height: 36px
  }

  .selection__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
  }

  .selection__button {
    width: 283px;
    margin-bottom: 0;
    margin-right: 62px;
    font-size: 20px;
    line-height: 20px
  }

  .selection__footnote {
    font-size: 16px;
    line-height: 16px
  }

  .selection__footnote sup {
    top: -1px;
    font-size: 1em
  }
}

@media (min-width:1440px) {
  .selection__wrapper {
    width: 1440px;
    padding: 0 110px 82px
  }

  .selection__header {
    padding: 0;
    margin-bottom: 65px
  }

  .selection__title {
    margin-left: 0;
    margin-bottom: 56px
  }

  .selection__info {
    width: 325px
  }

  .selection__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .selection__cat-info {
    margin-right: 80px;
    margin-bottom: 68px
  }

  .selection__box,
  .selection__programm {
    margin-bottom: 68px
  }

  .selection__box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%
  }

  .selection__box:last-of-type {
    margin-bottom: 61px
  }

  .selection__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
  }

  .selection__button {
    width: 570px;
    margin-right: 80px
  }
}

.catalog {
  overflow: hidden
}

.catalog__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 104px;
  margin: 0;
  padding: 0 20px 13px;
  font-weight: 400;
  font-size: 36px;
  line-height: 60px;
  font-family: "Oswald", Arial, sans-serif;
  color: #000
}

.catalog__product,
.catalog__title {
  border-bottom: 1px solid #ededed
}

@media (min-width:768px) {
  .catalog__wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 768px;
    margin: 0 auto;
    padding: 0 30px
  }

  .catalog__title {
    height: auto;
    margin-bottom: 82px;
    padding: 0;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    border-bottom: none
  }

  .catalog__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    gap: 30px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 68px
  }

  .catalog__product {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 324px;
    border-bottom: none
  }

  .catalog__product--more {
    margin-top: 82px;
    border: 1px solid #ededed
  }
}

@media (min-width:1440px) {
  .catalog__wrapper {
    width: 1440px;
    padding: 0 110px
  }

  .catalog__title {
    margin-bottom: 83px
  }

  .catalog__list {
    margin-bottom: 75px
  }

  .catalog__product {
    width: 245px;
  }

  .catalog__product--more {
    margin-top: 82px;
    border: 1px solid #ededed
  }
}

.product {
  padding: 1px 20px 24px
}

.product__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left
}

.product__title {
  display: inline-block;
  max-width: 80px;
  margin: 20px 0 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-family: "Oswald", Arial, sans-serif;
  color: #000;
  text-transform: uppercase
}

.product__desc {
  width: calc(100% - 140px);
  font-size: 12px;
  line-height: 16px;
  border-spacing: 0
}

.product__field,
.product__value {
  width: 50%;
  padding: 0
}

.product__value {
  text-align: right
}

.product__button {
  clear: both;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background-color: #68b738
}

.product__button:hover {
  background-color: #5eaa2f
}

.product__button:active {
  color: rgba(255, 255, 255, .3)
}

@media (min-width:768px) {
  .product {
    background-image: linear-gradient(transparent 82px, #f2f2f2 82px);
    background-repeat: no-repeat;
    background-position: top
  }

  .product__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 208px;
    margin: 0 auto 38px
  }

  .product__image img {
    width: auto;
    height: auto
  }

  .product__title {
    display: block;
    max-width: 140px;
    margin: 0 auto 18px;
    font-size: 20px;
    text-align: center
  }

  .product__desc {
    width: 100%;
    margin-bottom: 33px;
    font-size: 16px
  }

  .product__field,
  .product__value {
    padding: 8px 0 7px;
    border-bottom: 1px solid #cdcdcd
  }

  .product__button {
    min-height: 40px
  }

  .product {
    padding: 0 38px 40px
  }
}

.more-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 26px 20px 25px
}

.more-products::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-bottom: 22px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#d3d3d3)), -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#d3d3d3));
  background-image: linear-gradient(#d3d3d3, #d3d3d3), linear-gradient(#d3d3d3, #d3d3d3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2px 100%, 100% 2px
}

.more-products__title {
  margin: 0 0 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-family: "Oswald", Arial, sans-serif;
  color: #000;
  text-transform: uppercase
}

.more-products__desc {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 18px
}

.more-products__button {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  background-color: #f2f2f2
}

.more-products__button:hover {
  background-color: #ebebeb
}

.more-products__button:active {
  color: rgba(0, 0, 0, .3)
}

@media (min-width:768px) {
  .more-products {
    padding: 55px 38px 36px;
    text-align: center
  }

  .more-products::before {
    width: 60px;
    height: 60px;
    margin-bottom: 49px
  }

  .more-products__title {
    width: 170px;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 20px
  }

  .more-products__desc {
    width: 170px;
    margin-bottom: auto;
    font-size: 18px;
    line-height: 1.2
  }

  .more-products__button {
    min-height: 40px
  }
}

.extra-products {
  position: relative;
  padding: 32px 20px 35px
}

.extra-products__title {
  position: relative;
  display: inline-block;
  margin: 0 0 30px;
  padding-right: 24px;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  font-family: "Oswald", Arial, sans-serif;
  text-transform: none;
  background-color: #fff
}

.extra-products__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  z-index: -1;
  width: 100vw;
  height: 3px;
  background-color: #68b738
}

.extra-products__list {
  margin-bottom: 39px;
  border-top: 1px solid #cdcdcd
}

.extra-products__item {
  padding: 14px 0 17px;
  border-bottom: 1px solid #cdcdcd
}

.extra-products__subtitle {
  margin: 0 0 13px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  font-family: "Oswald", Arial, sans-serif;
  color: #000;
  text-transform: uppercase
}

.extra-products__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 14px;
  line-height: 14px
}

.extra-products__button {
  clear: both;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background-color: #68b738
}

.extra-products__promo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 280px;
  height: 289px;
  margin: 0 auto;
  padding: 65px 35px 40px;
  background-color: #68b738;
  background-image: url(../img/bg-gift.jpg)
}

.extra-products__promo::before {
  content: "";
  display: block;
  width: 55px;
  height: 60px;
  margin: 0 auto 60px;
  background-image: url(../img/icon-gift.svg)
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx),
(min-resolution:144dpi) {
  .extra-products__promo {
    background-image: url(../img/bg-gift@2x.jpg)
  }
}

.extra-products__text {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff
}

@media (min-width:768px) {
  .extra-products {
    padding: 0 0 76px
  }

  .extra-products__title {
    margin-bottom: 80px;
    padding: 0 38px;
    font-size: 36px;
    line-height: 36px
  }

  .extra-products__title::before {
    left: -100vw;
    top: 23px;
    width: 200vw
  }

  .extra-products__list {
    margin-bottom: 70px;
    border: 1px solid #cdcdcd;
    border-bottom: none
  }

  .extra-products__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 26px 37px;
    border-bottom: 1px solid #cdcdcd
  }

  .extra-products__subtitle {
    margin: 0;
    font-size: 20px;
    line-height: 20px
  }

  .extra-products__desc {
    margin: 0;
    font-size: 18px;
    line-height: 18px
  }

  .extra-products__amount {
    margin-right: 52px
  }

  .extra-products__button {
    width: 100%;
    min-height: 40px;
    margin-top: 24px
  }

  .extra-products__button:hover {
    background-color: #5eaa2f
  }

  .extra-products__button:active {
    color: rgba(255, 255, 255, .3)
  }
}

@media (min-width:768px) and (max-width:1439px) {
  .extra-products__promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 200px;
    padding: 65px 125px 75px 91px;
    background-image: url(../img/bg-gift-tablet.jpg)
  }

  .extra-products__promo::before {
    margin: 0
  }
}

@media (min-width:768px) and (max-width:1439px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:768px) and (max-width:1439px) and (min-resolution:1.5dppx),
(min-width:768px) and (max-width:1439px) and (min-resolution:144dpi) {
  .extra-products__promo {
    background-image: url(../img/bg-gift-tablet@2x.jpg)
  }
}

@media (min-width:768px) and (max-width:1439px) {
  .extra-products__text {
    margin: 8px 0 0;
    text-align: left
  }
}

@media (min-width:1440px) {
  .extra-products {
    margin-left: -40px;
    padding: 0 0 85px
  }

  .extra-products::after {
    content: "";
    display: block;
    clear: both
  }

  .extra-products__title {
    margin-bottom: 81px
  }

  .extra-products__list {
    margin-left: 40px;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #cdcdcd
  }

  .extra-products__item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    padding: 17px 0 14px;
    border-bottom: 1px solid #cdcdcd
  }

  .extra-products__subtitle {
    width: 325px
  }

  .extra-products__amount {
    width: 245px;
    margin-right: 0
  }

  .extra-products__price {
    width: 80px
  }

  .extra-products__button {
    width: 245px;
    margin-top: 0;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
  }

  .extra-products__promo {
    float: right;
    width: 245px
  }
}

.page-header {
  margin-bottom: 30px
}

.page-header__wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}

@media (min-width:768px) {
  .page-header {
    margin-bottom: 60px
  }

  .page-header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 23px 30px 0
  }

  .page-header__logo {
    margin-right: 92px
  }
}

@media (min-width:1440px) {
  .page-header {
    position: absolute;
    width: 100%;
    margin-bottom: 0
  }

  .page-header__wrapper {
    padding: 54px 110px 75px
  }

  .inner-page .page-header {
    position: static
  }
}

.page-footer {
  background-color: #f2f2f2
}

.page-footer__wrapper {
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 20px 22px
}

.page-footer__logo {
  margin-bottom: 15px
}

.page-footer__logo:hover {
  opacity: .8
}

.page-footer__logo:active {
  opacity: .6
}

.page-footer__social {
  margin-bottom: 22px
}

@media (min-width:768px) {
  .page-footer__wrapper {
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 150px;
    padding: 0 30px
  }

  .page-footer__logo {
    width: 165px;
    margin-bottom: 0
  }

  .page-footer__social {
    margin-bottom: 7px;
    margin-left: -20px
  }

  .page-footer__copyright {
    margin-bottom: 7px
  }
}

@media (min-width:1440px) {
  .page-footer__wrapper {
    padding: 5px 110px 0;
    justify-content: center
  }

  .page-footer__social {
    margin-left: -14px
  }
}

li.partners {
  display: flex
}

.partner {
  margin: auto;
  filter: grayscale(1);
  transition-duration: .6s
}

.partner:focus,
.partner:hover {
  filter: none
}

.image-01 {
  float: right;
  margin: 0 0 0 10px;
  padding: 10px;
  border: 1px solid #64A83C
}

.hometext {
  text-indent: 35px
}

.footer-number-link {
  text-decoration: none;
  color: #444
}

.footer-number-link:hover {
  text-decoration: underline
}

.bold {
  font-weight: 700
}

.manufacture-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.manufacture-image {
  margin: 10px;
  padding: 10px;
  border: 1px solid #64a83c
}

.manufacture-images .item-01 {
  width: 400px
}

.manufacture-images .item-02 {
  height: 400px
}

.manufacture-images .item-03 {
  height: 400px
}

.principle-aside {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around
}

.price-table {
  display: table;
  min-width: 300px;
  margin-bottom: 20px;
  border-collapse: collapse
}

.price-table ul {
  display: table-row
}

.price-table li {
  display: table-cell;
  padding: 5px 20px;
  vertical-align: middle;
  border: 1px solid #64a83c
}

.price-table__image {
  box-sizing: border-box;
  width: 300px;
  margin: 10px;
  padding: 10px;
  border: 1px solid #64a83c
}

@media (min-width:768px) {
  .price-table__image {
    width: 380px
  }
}

@media (min-width:1440px) {
  .price-table__image {
    width: 500px
  }
}


/* sunflower oil page */
.sunflower-oil {}

.sunflower-oil__image {
  box-sizing: border-box;
  float: left;
  width: 280px;
  margin: 0 10px 10px 0;
  padding: 10px;
  border: 1px solid #64a83c
}
@media (min-width:768px) {
  .sunflower-oil__image {
    margin: 0 20px 10px 0;
  }
}
  
  
/* shared */
.page-section {
  margin-bottom: 42px
}
@media (min-width:768px) {
  .page-section {
    margin-bottom: 42px;
    border-bottom: 1px solid #e6e6e6
  }
}
@media (min-width:1440px) {
  .page-section {
    margin-bottom: 100px;
    border-bottom: none
  }
}

.page-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px
}
@media (min-width:768px) {
  .page-wrapper {
    width: 768px;
    padding: 0 30px
  }
}
@media (min-width:1440px) {
  .page-wrapper {
    width: 1440px;
    padding: 0 110px
  }
}

.page-title {
  margin: 0 0 40px;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  font-family: "Oswald", Arial, sans-serif;
  color: #000
}
@media (min-width:768px) {
  .page-title {
    margin-bottom: 71px;
    font-size: 50px;
    line-height: 60px
  }
}
@media (min-width:1440px) {
  .page-title {
    margin-bottom: 30px
  }
}

.page-text {
  text-indent: 35px
}



