@import url(reset.css);

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

body {
  font-weight: 500;
  font-family: 'Didact Gothic', sans-serif
}

a, b, h1, h2, h3, h4, h5, h6, strong {
  font-weight: 400;
  font-family: 'Leftonade', sans-serif
}

.img_wrap .el img, embed, img, svg {
  max-width: 100%;
  max-height: 100%
}

a {
  font-size: 18px;
  color: #fff;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

a:hover, footer .footerTop .innerWrapper .item ul li a:hover {
  color: #76b624
}

.slick-slider .draggable, .slick-slider .draggable .slick-track {
  min-width: 100%;
  min-height: 1px
}

br.later, br.later2, br.tabO, header .innerWrapper nav {
  display: none
}

@media (min-width: 600px) {
  br.tab {
    display: none
  }

  br.later, br.tabO {
    display: inline
  }
}

@media (min-width: 1000px) {
  br.desk {
    display: none
  }

  br.later2 {
    display: inline
  }

  br.tabO {
    display: none
  }
}

.siteWidth {
  max-width: 330px;
  margin: 0 auto
}

@media (min-width: 600px) {
  .siteWidth {
    max-width: 750px
  }
}

@media (min-width: 1000px) {
  .siteWidth {
    max-width: 1170px
  }
}

.siteWidth2 {
  max-width: 1920px;
  margin: 0 auto
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  position: relative
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px
}

.row0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0
}

.col0 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0
}

.img_wrap {
  position: relative;
  width: 100%;
  padding-bottom: 100%
}

.img_wrap .el {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  width: 100%;
  height: 100%
}

.img_wrap .el img {
  display: block;
  margin: 0 auto
}

.btn {
  cursor: pointer;
  outline: 0;
  border: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  font-family: 'Leftonade', sans-serif;
  border-radius: 0;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#87c33c), to(#76b624));
  background: -o-linear-gradient(top, #87c33c, #76b624);
  background: linear-gradient(to bottom, #87c33c, #76b624);
  -webkit-box-shadow: -7px 14px 46px 0 #aad088;
  box-shadow: -7px 14px 46px 0 #aad088
}

.btn:hover {
  background: 0 0;
  background-color: #fff;
  color: #77b725;
  -webkit-box-shadow: -9px 18px 52px 0 #aad088;
  box-shadow: -9px 18px 52px 0 #aad088
}

.btn:active {
  background-color: #e3e3e3;
  color: #b9b9b9;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn:disabled {
  cursor: not-allowed;
  background-color: #ddd
}

main {
  overflow: hidden
}

.hiddenBlock{
  display: none;
}

.hidden {
  opacity: 0
}

.section2 .innerWrapper .rightSide .slick-dots li.slick-active button, .section6 .innerWrapper .rightSide .content .slick-dots li.slick-active button, .visible {
  opacity: 1
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

header .innerWrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
header .langBlock{
  margin-right: 10px;
  display: flex;
  width: 100%;
  max-width: 50px;
  justify-content: space-between;
  align-items: center;
}
header .langBlock a{
  color:#000000;
}
header .langBlock a.active{
  color:#71aa29;
}
@media(min-width:1000px){
  header .langBlock{
    margin-right: 20px;
  }
}
header .innerWrapper .leftSide {
  padding-right: 15px
}

header .innerWrapper .leftSide .logo {
  width: 45px;
  display: inline-block
}

header #mobMenu ul, header .innerWrapper, header .innerWrapper nav ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

header .innerWrapper, header .innerWrapper nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

header .innerWrapper nav ul li a {
  font-size: 18px;
  color: #000;
  font-family: 'Leftonade', sans-serif
}

header .innerWrapper nav ul li a:hover {
  color: #71aa29
}

@media (min-width: 1000px) {
  header .innerWrapper nav {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    margin-right: auto;
    margin-left: 35px
  }
}

header .innerWrapper .rightSide {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

header #mobMenu ul, header .innerWrapper .rightSide, header .innerWrapper .rightSide .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

header .innerWrapper .rightSide .phone .icon {
  fill: #8ac542;
  width: 18px;
  height: 18px;
  margin-right: 5px
}

@media (min-width: 600px) {
  header .innerWrapper .rightSide .phone .icon {
    margin-right: 10px
  }
}

@media (min-width: 1000px) {
  header .innerWrapper .rightSide .phone .icon {
    width: 20px;
    height: 20px
  }
}

footer .footerTop .innerWrapper .item .phone span, header .innerWrapper .rightSide .phone span {
  font-family: 'Leftonade', sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 500
}

@media (min-width: 600px) {
  header .innerWrapper .rightSide .phone span {
    font-size: 18px
  }

}

@media (min-width: 1000px) {
  header .innerWrapper .rightSide .phone {
    position: static
  }
}

header .innerWrapper .rightSide .mobMenu {
  border: 0;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px
}

header .innerWrapper .rightSide .mobMenu .icon {
  fill: #8ac542;
  width: 20px;
  height: 20px
}

@media (min-width: 600px) {
  header .innerWrapper .rightSide .mobMenu .icon {
    width: 30px;
    height: 30px
  }

  header .innerWrapper .rightSide .mobMenu {
    margin-left: 25px
  }
}

@media (min-width: 1000px) {
  header .innerWrapper .rightSide .mobMenu {
    display: none
  }
}

.section1 .rightBG .absoluteText .desk, header .innerWrapper .rightSide .callRequest {
  display: none
}

@media (min-width: 600px) {
  header .innerWrapper .rightSide .callRequest {
    display: block;
    background-color: transparent;
    border-radius: 0;
    border: 2px solid #000;
    height: 40px;
    font-size: 16px;
    line-height: 36px;
    color: #000;
    font-family: 'Leftonade', sans-serif;
    width: 100%;
    max-width: 165px;
    cursor: pointer;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    margin-left: 25px
  }

  header .innerWrapper .rightSide .callRequest:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000
  }

  header .innerWrapper .rightSide .callRequest:active {
    background-color: #e5e5e5;
    border-color: #e5e5e5
  }
}

@media (min-width: 1000px) {
  header .innerWrapper .rightSide .callRequest {
    margin-left: 35px
  }
}

@media (min-width: 600px) {
  header .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 435px;
    flex: 0 0 435px
  }
}

header.fixed {
  background-color: #fff
}

header #mobMenu {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  left: -100%;
  position: fixed;
  z-index: 200;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #292929
}

header #mobMenu ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 70%;
  max-height: 200px
}

header #mobMenu ul li a {
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: 2px solid transparent
}

header #mobMenu ul li a:hover {
  color: #1c54e9
}

header #mobMenu ul li a:active {
  color: #a38f6a;
  border-color: #a38f6a
}

header #mobMenu .menuLogo {
  position: absolute;
  top: 25px;
  left: 25px
}

header #mobMenu .menuLogo .icon {
  width: 150px;
  height: 20px;
  fill: #fff
}

header #mobMenu .closeMenu {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  background-color: transparent;
  border: 0
}

header #mobMenu .closeMenu .icon {
  width: 20px;
  fill: #fff;
  height: 17px
}

@media (min-width: 1000px) {
  header {
    padding: 25px 0
  }
}

footer .footerTop {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #292929
}

footer .footerTop .innerWrapper .item {
  margin-bottom: 35px;
  text-align: center
}

footer .footerTop .innerWrapper .item .logo {
  width: 45px;
  display: inline-block;
  margin-bottom: 15px
}

footer .footerTop .innerWrapper .item .copyright {
  font-size: 12px;
  line-height: 14px;
  color: #8b8b8b
}

footer .footerTop .innerWrapper .item .phone {
  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;
  margin-bottom: 25px
}

footer .footerTop .innerWrapper .item .phone .icon {
  fill: #c6c6c6;
  width: 16px;
  height: 16px;
  margin-right: 5px
}

@media (min-width: 600px) {
  footer .footerTop .innerWrapper .item .phone .icon {
    margin-right: 10px
  }
}

@media (min-width: 1000px) {
  footer .footerTop .innerWrapper .item .phone .icon {
    width: 18px;
    height: 18px
  }
}

footer .footerTop .innerWrapper .item .phone span {
  font-size: 18px;
  color: #c6c6c6
}

footer .footerTop .innerWrapper .item .phone:hover .icon {
  fill: #8ac542
}

footer .footerTop .innerWrapper .item .phone:hover span {
  color: #8ac542
}

@media (min-width: 1000px) {
  footer .footerTop .innerWrapper .item .phone {
    margin-bottom: 35px
  }
}

footer .footerTop .innerWrapper .item .socialBlock {
  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;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto
}

footer .footerTop .innerWrapper .item .socialBlock a .icon, footer .footerTop .innerWrapper .item button {
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

footer .footerTop .innerWrapper .item .socialBlock a .icon {
  fill: #8ac542;
  width: 28px;
  height: 28px
}

@media (min-width: 1000px) {
  footer .footerTop .innerWrapper .item .socialBlock a .icon {
    width: 16px;
    height: 16px
  }
}

footer .footerTop .innerWrapper .item .socialBlock a:hover .icon {
  opacity: .4
}

@media (min-width: 1000px) {
  footer .footerTop .innerWrapper .item .socialBlock {
    margin-left: unset;
    max-width: 100px
  }
}

footer .footerTop .innerWrapper .item button {
  background-color: transparent;
  border-radius: 0;
  border: 2px solid #fff;
  height: 40px;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  font-family: 'Leftonade', sans-serif;
  width: 100%;
  max-width: 165px;
  cursor: pointer
}

footer .footerTop .innerWrapper .item button:hover {
  background-color: #f9f9f9;
  color: #000
}

footer .footerTop .innerWrapper .item ul li {
  margin-bottom: 10px
}

footer .footerTop .innerWrapper .item ul li a {
  font-size: 16px;
  color: #c6c6c6;
  font-family: 'Didact Gothic', sans-serif
}

footer .footerTop .innerWrapper .item ul li:last-child {
  margin-bottom: 0
}

@media (min-width: 600px) {
  footer .footerTop .innerWrapper .item ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px 40px;
  }
}

footer .footerTop .innerWrapper .item.first {
  margin-bottom: 25px
}

@media (min-width: 1000px) {
  footer .footerTop .innerWrapper .item.first {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 195px;
    flex: 0 0 195px;
    margin-bottom: 0
  }

  footer .footerTop .innerWrapper .item.second {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 365px;
    flex: 0 0 365px
  }

  footer .footerTop .innerWrapper .item.third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    margin-left: auto
  }

  footer .footerTop .innerWrapper .item.fourth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 165px;
    flex: 0 0 165px;
    margin-left: auto
  }

  footer .footerTop .innerWrapper .item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    text-align: left
  }

  footer .footerTop .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  footer .footerTop {
    padding-top: 100px;
    padding-bottom: 45px
  }
}


@media screen and (max-width: 1000px){
	footer .footerTop .innerWrapper .item.first {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	footer .footerTop .innerWrapper {
		justify-content: center;
		flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
	}
	footer .footerTop .innerWrapper .item ul li {
		text-align: center;
	}
	footer .footerTop .innerWrapper .item.third {
		margin-left: unset;
	}
	footer .footerTop .innerWrapper .item.fourth {
		margin-right: auto;
	}
}

footer .footerBottom {
  background-color: #202020;
  padding: 20px 0
}

footer .footerBottom .innerWrapper .politics {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%
}

footer .footerBottom .innerWrapper .politics a {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #b6b6b6;
  font-family: 'Gilroy', sans-serif;
  padding: 4px 15px
}

footer .footerBottom .innerWrapper .politics a:hover {
  color: #77b725
}

@media (min-width: 1000px) {
  footer .footerBottom .innerWrapper .politics a {
    display: inline-block;
    padding: 5px;
    font-size: 12px
  }

  footer .footerBottom .innerWrapper .politics {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 550px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

footer .footerBottom .innerWrapper .rezartLogo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 15px;
  text-align: center
}

.section1 .innerWrapper .center .playBtn a, footer .footerBottom .innerWrapper .rezartLogo .icon {
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

footer .footerBottom .innerWrapper .rezartLogo .icon {
  fill: #fff;
  width: 40px;
  height: 40px
}

footer .footerBottom .innerWrapper .rezartLogo .icon:hover {
  fill: #76b624
}

@media (min-width: 1000px) {
  footer .footerBottom .innerWrapper .rezartLogo .icon {
    width: 30px;
    height: 30px
  }

  footer .footerBottom .innerWrapper .rezartLogo {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    margin-top: 0
  }

  footer .footerBottom .innerWrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  footer .footerBottom {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

.section1 {
  padding-top: 100px;
  padding-bottom: 55px;
  background-color: #f9f9f9;
  position: relative;
  z-index: 10
}

.section1 .rightBG {
  position: absolute;
  top: 505px;
  background-color: #d7ecaa
}

.section1 .rightBG .absoluteText {
  position: relative;
  top: 200px;
  margin-top: -50px;
  padding-bottom: 380px;
  max-width: 370px
}

@media (min-width: 600px) {
  .section1 .rightBG .absoluteText .desk {
    display: block
  }

  .section1 .rightBG .absoluteText .mob {
    display: none
  }

  .section1 .rightBG .absoluteText {
    top: 0;
    margin-top: 0;
    max-width: 215px;
    padding-bottom: 0;
    margin-right: 22vw
  }
}

@media (min-width: 1000px) {
  .section1 .rightBG .absoluteText {
    max-width: 100%;
    padding-top: 25px;
    padding-bottom: 20px;
    margin-right: 34.7vw;
    margin-left: -120px
  }
}

@media (min-width: 600px) {
  .section1 .rightBG {
    top: 0;
    right: 0
  }
}

@media (min-width: 1000px) {
  .section1 .rightBG {
    display: none
  }
}

.section1 .innerWrapper, .section1 .innerWrapper .leftSide {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto
}

.section1 .innerWrapper .leftSide {
  max-width: 300px;
  margin-bottom: 45px
}

.section1 .innerWrapper .leftSide h1.title {
  font-family: 'Leftonade', sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 25px
}

@media (min-width: 600px) {
  .section1 .innerWrapper .leftSide h1.title {
    font-size: 56px;
    line-height: 56px
  }
}

@media (min-width: 1000px) {
  .section1 .innerWrapper .leftSide h1.title {
    font-size: 72px;
    line-height: 72px
  }
}

.section1 .innerWrapper .leftSide .description {
  font-size: 18px;
  line-height: 22px;
  color: #8b8b8b;
  max-width: 300px;
  margin-bottom: 35px
}

@media (min-width: 1000px) {
  .section1 .innerWrapper .leftSide .description {
    font-size: 20px;
    line-height: 24px;
    max-width: 330px;
    margin-bottom: 43px
  }
}

.section1 .innerWrapper .leftSide .btn {
  max-width: 125px
}

@media (min-width: 1000px) {
  .section1 .innerWrapper .leftSide .btn {
    max-width: 105px
  }
}

@media (min-width: 600px) {
  .section1 .innerWrapper .leftSide {
    max-width: 100%
  }
}

@media (min-width: 1000px) {
  .section1 .innerWrapper .leftSide {
    margin-left: unset;
    margin-right: unset;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39%;
    flex: 0 0 39%
  }
}

.section1 .innerWrapper .center {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px
}

.section1 .innerWrapper .center .img_wrap {
  padding-bottom: 103%
}

@media (min-width: 1000px) {
  .section1 .innerWrapper .center .img_wrap .el {
    width: 569px;
    height: 570px;
    left: -47px;
    top: -23px
  }

  .section1 .innerWrapper .center .img_wrap .mobile {
    display: none
  }
}

.section1 .innerWrapper .center .img_wrap .desktop {
  display: none
}

@media (min-width: 1000px) {
  .section1 .innerWrapper .center .img_wrap .desktop {
    display: block
  }

  .section1 .innerWrapper .center .img_wrap {
    margin-top: -25px
  }
}

.section1 .innerWrapper .center .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%)
}

.section1 .innerWrapper .center .playBtn span {
  display: inline-block;
  font-family: 'Leftonade', sans-serif;
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px
}

@media(max-width: 1000px){
  .section1 .innerWrapper .center .playBtn{
    text-align: center;
  }
  .section1 .innerWrapper .center .playBtn span{
    margin-bottom: 15px;
  }
}

.section1 .innerWrapper .center .playBtn a {
  display: block;
  width: 100px;
  height: 100px;
  padding: 30px 35px 30px 37px;
  background-color:#ffffff;
  border-radius: 50%
}

.section1 .innerWrapper .center .playBtn a .icon {
  fill: #000000
}

.section1 .innerWrapper .center .playBtn a:hover {
  border-color: #76b625;
  background-color: #76b625
}

.section1 .innerWrapper .center .playBtn a:hover .icon, .section8 .innerWrapper .sliderContainer .item .playBtn:hover .icon {
  fill: #d7ecaa
}

@media (min-width: 600px) {
  .section1 .innerWrapper .center {
    position: absolute;
    top: 200px;
    right: 12%;
    width: 100%
  }
}

@media (min-width: 1000px) {
  .section1 .innerWrapper .center {
    position: static;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    margin-left: unset;
    margin-right: unset
  }
}

.section1 .innerWrapper .rightSide {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto
}

.section1 .innerWrapper .rightSide .bigText {
  font-family: 'Leftonade', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 15px
}

@media (min-width: 1000px) {
  .section1 .innerWrapper .rightSide .bigText {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 19px
  }
}

.section1 .innerWrapper .rightSide ul li {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  color: #808a73
}

.section1 .innerWrapper .rightSide ul li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -20px;
  background-color: #fff;
  border-radius: 50%;
  border: 4px solid rgba(118, 182, 37, .5);
  padding: 2.5px
}

@media (min-width: 1170px) {
  .section1 .innerWrapper .rightSide ul li:before {
    left: -28px
  }

  .section1 .innerWrapper .rightSide ul li:nth-child(2):before {
    left: -37px
  }

  .section1 .innerWrapper .rightSide ul li:first-child:before {
    left: -48px
  }
}

@media (min-width: 600px) {
  .section1 .innerWrapper .rightSide {
    margin-right: unset
  }
}

@media (min-width: 1000px) {
  .section1 .innerWrapper .rightSide {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: auto;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    margin-left: 40px
  }
}

@media (min-width: 600px) {
  .section1 .innerWrapper {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .section1 {
    padding-top: 100px
  }
}

@media (min-width: 1000px) {
  .section1 {
    padding-top: 190px;
    padding-bottom: 150px;
    background-image: url(../img/BG1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto
  }
}

.section2 {
  padding-top: 55px;
  padding-bottom: 45px;
  background-color: #f9f9f9
}

.section2 .innerWrapper {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto
}

.section2 .innerWrapper .img_wrap {
  padding-bottom: 120%
}

.section2 .innerWrapper .leftSide, .section2 .innerWrapper .rightSide .slick-dots li button:before {
  display: none
}

@media (min-width: 1000px) {
  .section2 .innerWrapper .leftSide {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 475px;
    flex: 0 0 475px;
    padding-right: 15px
  }
}

.section14 .innerWrapper .rightSide .content .slick-dots li, .section2 .innerWrapper .rightSide .slick-dots li, .section6 .innerWrapper .rightSide .content .slick-dots li, .section7 .innerWrapper .facts .slick-dots li, .section9 .innerWrapper .rightSide .content .slick-dots li {
  text-align: center
}

.section2 .innerWrapper .rightSide .slick-dots li button, .section6 .innerWrapper .rightSide .content .slick-dots li button, .section7 .innerWrapper .facts .slick-dots li button {
  opacity: .4;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #7dbc2f
}

.section2 .innerWrapper .rightSide h2.title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px
}

@media (min-width: 600px) {
  .section2 .innerWrapper .rightSide h2.title {
    font-size: 40px;
    line-height: 46px
  }
}

@media (min-width: 1000px) {
  .section2 .innerWrapper .rightSide h2.title {
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 65px
  }
}

.section2 .innerWrapper .rightSide .hiddenImg {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px
}

@media (min-width: 600px) {
  .section2 .innerWrapper .rightSide .hiddenImg {
    max-width: 450px
  }
}

@media (min-width: 1000px) {
  .section2 .innerWrapper .rightSide .hiddenImg {
    display: none
  }
}

.section2 .innerWrapper .rightSide .item {
  padding-left: 40px;
  position: relative;
  margin-bottom: 25px
}

.section2 .innerWrapper .rightSide .item .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  fill: #7dbc2f
}

.section2 .innerWrapper .rightSide .item .text .title {
  font-family: 'Leftonade', sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
  color: #000
}

.section2 .innerWrapper .rightSide .item .text .desc {
  font-size: 16px;
  line-height: 21px;
  color: #8b8b8b
}

@media (min-width: 1000px) {
  .section2 .innerWrapper .rightSide .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    margin-bottom: 22px
  }

  .section2 .innerWrapper .rightSide .content {
    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
  }

  .section2 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    padding-top: 22px
  }
}

@media (min-width: 600px) {
  .section2 .innerWrapper {
    max-width: 510px
  }
}

@media (min-width: 1000px) {
  .section2 .innerWrapper {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 600px) {
  .section2 {
    padding-bottom: 55px
  }
}

@media (min-width: 1000px) {
  .section2 {
    padding-top: 135px;
    padding-bottom: 100px
  }
}

.section3 {
  background-color: #f9f9f9;
  padding-top: 40px;
  padding-bottom: 40px
}

.section3 .innerWrapper .leftSide {
  margin-bottom: 25px
}

.section3 .innerWrapper .leftSide h2.title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 25px
}

@media (min-width: 600px) {
  .section3 .innerWrapper .leftSide h2.title {
    font-size: 40px;
    line-height: 46px
  }
}

@media (min-width: 1000px) {
  .section3 .innerWrapper .leftSide h2.title {
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 30px
  }
}

.section3 .innerWrapper .leftSide .desc {
  color: #8b8b8b;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px
}

@media (min-width: 1000px) {
  .section3 .innerWrapper .leftSide .desc {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 130px
  }
}

.section3 .innerWrapper .leftSide .imgBlock .img_wrap {
  padding-bottom: 83%
}

@media (min-width: 600px) {
  .section3 .innerWrapper .leftSide .imgBlock {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 1000px) {
  .section3 .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 410px;
    flex: 0 0 410px
  }
}

.section3 .innerWrapper .rightSide .item {
  margin-bottom: 25px
}

.section3 .innerWrapper .rightSide .item .title {
  font-family: 'Leftonade', sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  margin-bottom: 10px
}

@media (min-width: 600px) {
  .section3 .innerWrapper .rightSide .item .title {
    font-size: 22px;
    line-height: 28px
  }
}

@media (min-width: 1000px) {
  .section3 .innerWrapper .rightSide .item .title {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin-bottom: 15px
  }
}

.section3 .innerWrapper .rightSide .item .text {
  color: #8b8b8b;
  font-size: 16px;
  line-height: 21px
}

.section3 .innerWrapper .rightSide .item:last-child {
  margin-bottom: 0
}

@media (min-width: 1000px) {
  .section3 .innerWrapper .rightSide .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%
  }

  .section3 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    padding-top: 457px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: url(../img/island.png);
    background-repeat: no-repeat;
    background-position: top -54px right -72px
  }
}

@media (min-width: 600px) {
  .section3 .innerWrapper {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 1000px) {
  .section3 .innerWrapper {
    max-width: 100%;
    margin-left: unset;
    margin-right: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 600px) {
  .section3 {
    padding-bottom: 55px;
    padding-top: 55px
  }
}

@media (min-width: 1000px) {
  .section3 {
    padding-top: 90px;
    padding-bottom: 70px
  }
}

.section4 {
  background-color: #f9f9f9;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 10
}

.section4 .leftBG {
  position: absolute;
  top: 340px;
  background-color: #d7ecaa;
  width: 85%;
  max-width: 350px
}

.section4 .leftBG .absoluteEl {
  position: relative;
  padding-top: 55px
}

@media (min-width: 600px) {
  .section4 .leftBG .absoluteEl:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -25px;
    left: 80px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 1;
    width: 109px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../img/roundArrowLeft.png)
  }
}

@media (min-width: 1000px) {
  .section4 .leftBG .absoluteEl:before {
    display: none
  }
}

@media (min-width: 600px) {
  .section4 .leftBG .absoluteEl:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: -110px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    width: 109px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../img/roundArrowRight.png)
  }
}

@media (min-width: 1000px) {
  .section4 .leftBG .absoluteEl:after {
    display: none
  }
}

@media (min-width: 600px) {
  .section4 .leftBG .absoluteEl {
    margin-bottom: -35px;
    right: -95px;
    bottom: -50px
  }
}

@media (min-width: 1000px) {
  .section4 .leftBG .absoluteEl {
    margin-bottom: 0;
    right: -11%;
    bottom: -190px;
    padding-bottom: 230px
  }
}

@media (min-width: 1600px) {
  .section4 .leftBG .absoluteEl {
    right: -28%;
    padding-bottom: 30px
  }
}

.section4 .leftBG .absoluteText {
  position: relative;
  padding-top: 10px;
  margin-top: -180px
}

.section4 .leftBG .absoluteText .desk, .section6 .innerWrapper .rightSide .content .slick-dots li button:before, .section7 .innerWrapper .facts .slick-dots li button:before {
  display: none
}

@media (min-width: 600px) {
  .section4 .leftBG .absoluteText .desk {
    display: block
  }

  .section4 .leftBG .absoluteText .mob {
    display: none
  }

  .section4 .leftBG .absoluteText {
    max-width: 100px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0
  }
}

@media (min-width: 1000px) {
  .section4 .leftBG .absoluteText {
    max-width: 240px;
    top: -40px;
    right: 15px
  }
}

@media (min-width: 600px) {
  .section4 .leftBG {
    top: 280px
  }
}

@media (min-width: 1000px) {
  .section4 .leftBG {
    top: 110px;
    max-width: 39%
  }
}

@media (min-width: 1170px) {
  .section4 .leftBG {
    display: none
  }
}

.section4 .innerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.section4 .innerWrapper .item {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px
}

.section4 .innerWrapper .item .vitamin {
  margin-bottom: 10px
}

.section4 .innerWrapper .item .title {
  font-family: 'Leftonade', sans-serif;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px
}

.section4 .innerWrapper .item .text {
  color: #8b8b8b;
  font-size: 16px;
  line-height: 21px
}
.section4 .innerWrapper .item .text br{
  display: none;
}
@media (min-width: 600px) {
  .section4 .innerWrapper .item .text br{
    display: inline;
  }
  .section4 .innerWrapper .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

@media (min-width: 1000px) {
  .section4 .innerWrapper .item {
    margin-bottom: 33px
  }
}

.section4 .innerWrapper .leftSide {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

@media (min-width: 600px) {
  .section4 .innerWrapper .leftSide .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media (min-width: 1000px) {
  .section4 .innerWrapper .leftSide .content {
    padding-top: 690px
  }

  .section4 .innerWrapper .leftSide {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

.section4 .innerWrapper .rightSide {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.section4 .innerWrapper .rightSide h2.title, .section6 h2.title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 25px
}

@media (min-width: 600px) {
  .section4 .innerWrapper .rightSide h2.title {
    font-size: 40px;
    line-height: 46px
  }
}

@media (min-width: 1000px) {
  .section4 .innerWrapper .rightSide h2.title {
    font-size: 54px;
    line-height: 60px
  }
}

.section4 .innerWrapper .rightSide .desc {
  color: #8b8b8b;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px
}

@media (min-width: 1000px) {
  .section4 .innerWrapper .rightSide .desc {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 22px
  }
}

.section4 .innerWrapper .rightSide .modalShow {
  font-family: 'Leftonade', sans-serif;
  color: #76b625
}

.section4 .innerWrapper .rightSide .modalShow:after {
  content: '';
  width: 22px;
  height: 8px;
  display: inline-block;
  background-image: url(../img/rightArrowSmall.png);
  margin-left: 10px;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

.section4 .innerWrapper .rightSide .modalShow:hover:after {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px)
}

.section4 .innerWrapper .rightSide .content {
  padding-top: 100%
}

@media (min-width: 600px) {
  .section4 .innerWrapper .rightSide .content {
    padding-top: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media (min-width: 1000px) {
  .section4 .innerWrapper .rightSide .content {
    padding-top: 70px
  }

  .section4 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%
  }
}

@media (min-width: 600px) {
  .section4 .innerWrapper {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 1000px) {
  .section4 .innerWrapper {
    max-width: 100%;
    margin-left: unset;
    margin-right: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 600px) {
  .section4 {
    padding-bottom: 55px;
    padding-top: 55px
  }
}

@media (min-width: 1000px) {
  .section4 {
    padding-top: 95px;
    padding-bottom: 35px
  }
}

@media (min-width: 1170px) {
  .section4 {
    background-image: url(../img/BG2.jpg);
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat
  }
}

.section5 {
  background-color: #f9f9f9;
  padding-top: 40px;
  padding-bottom: 40px
}

.section5 .innerWrapper h2.title {
  color: #76b625;
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 25px
}

.section10 .innerWrapper h2.title:after, .section15 .innerWrapper h2.title:after, .section5 .innerWrapper h2.title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 4px;
  background-color: #76b625
}

@media (min-width: 600px) {
  .section5 .innerWrapper h2.title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 40px
  }
}

@media (min-width: 1000px) {
  .section5 .innerWrapper h2.title {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 55px;
    max-width: 240px;
    padding-top: 110px
  }
}

.section5 .innerWrapper .product {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px
}

.section5 .innerWrapper .product .img_wrap {
  padding-bottom: 90%
}

@media (min-width: 600px) {
  .section5 .innerWrapper .product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

@media (min-width: 1000px) {
  .section5 .innerWrapper .product {
    width: 100%;
    max-width: 288px;
    margin-left: 35px;
    margin-right: unset;
    padding-top: 85px
  }
}

.section5 .innerWrapper .formWrap {
  background-color: #fff;
  padding: 35px 25px;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .07);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .07)
}

.section10 .innerWrapper .formWrap form, .section5 .innerWrapper .formWrap form {
  max-width: 360px;
  width: 85%;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 600px) {
  .section5 .innerWrapper .formWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 35px
  }
}

@media (min-width: 1000px) {
  .section5 .innerWrapper .formWrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 0;
    max-width: 555px;
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 100px
  }
}

@media (min-width: 600px) {
  .section5 .innerWrapper {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media (min-width: 1000px) {
  .section5 .innerWrapper {
    max-width: 100%;
    margin-left: unset;
    margin-right: unset;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media (min-width: 600px) {
  .section5 {
    padding-bottom: 55px;
    padding-top: 55px
  }
}

@media (min-width: 1000px) {
  .section5 {
    padding-top: 25px;
    padding-bottom: 65px
  }
}

.section6 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f9f9f9
}

@media (min-width: 600px) {
  .section6 h2.title {
    font-size: 40px;
    line-height: 46px
  }
}

@media (min-width: 1000px) {
  .section6 h2.title {
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 45px
  }
}

.section6 .innerWrapper .item {
  padding-left: 40px;
  position: relative;
  margin-bottom: 25px
}

.section6 .innerWrapper .item .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  fill: #7dbc2f
}

.section6 .innerWrapper .item .text .title {
  font-family: 'Leftonade', sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
  color: #000
}

.section6 .innerWrapper .item .text .desc {
  font-size: 16px;
  line-height: 21px;
  color: #8b8b8b
}

@media (min-width: 600px) {
  .section6 .innerWrapper .item {
    padding-right: 15px
  }
}

@media (min-width: 1000px) {
  .section6 .innerWrapper .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    padding-right: 0;
    margin-bottom: 40px;
    padding-left: 50px
  }
}

.section6 .innerWrapper .leftSide .imgBlock {
  margin-bottom: 25px
}

.section6 .innerWrapper .leftSide .imgBlock .img_wrap {
  padding-bottom: 65%
}

@media (min-width: 1000px) {
  .section6 .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%
  }
}

@media (min-width: 1000px) {
  .section6 .innerWrapper .rightSide .content {
    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
  }

  .section6 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.5%;
    flex: 0 0 48.5%;
    padding-top: 10px
  }
}

@media (min-width: 600px) {
  .section6 .innerWrapper {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 1000px) {
  .section6 .innerWrapper {
    max-width: 100%;
    margin-left: unset;
    margin-right: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 600px) {
  .section6 {
    padding-bottom: 55px;
    padding-top: 55px
  }
}

@media (min-width: 1000px) {
  .section6 {
    padding-top: 125px;
    padding-bottom: 50px
  }
}

.section7 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f9f9f9
}

.section7 .innerWrapper h2.title {
  color: #76b625;
  font-size: 20px;
  line-height: 26px;
  position: relative;
  margin-bottom: 25px
}

@media (min-width: 600px) {
  .section7 .innerWrapper h2.title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center
  }

  .section7 .innerWrapper h2.title br {
    display: none
  }
}

@media (min-width: 1000px) {
  .section7 .innerWrapper h2.title {
    font-size: 24px;
    line-height: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    text-align: left;
    margin-bottom: 40px
  }

  .section7 .innerWrapper h2.title br {
    display: inline
  }
}

.section7 .innerWrapper .facts .slick-list {
  padding-top: 35px;
  padding-bottom: 25px
}

.section14 .innerWrapper .rightSide .content .slick-dots li.slick-active button, .section7 .innerWrapper .facts .slick-dots li.slick-active button, .section9 .innerWrapper .rightSide .content .slick-dots li.slick-active button {
  opacity: 1
}

.section7 .innerWrapper .facts .item {
  margin-bottom: 15px;
  position: relative;
  margin-left: 10px;
  margin-right: 10px
}

.section7 .innerWrapper .facts .item .time {
  font-family: 'Leftonade', sans-serif;
  color: #000;
  font-size: 35px;
  margin-bottom: 10px
}

.section7 .innerWrapper .facts .item .time span {
  font-size: 24px;
  color: #000
}

@media (min-width: 600px) {
  .section7 .innerWrapper .facts .item .time {
    font-size: 48px
  }
}

.section7 .innerWrapper .facts .item .text {
  color: #8b8b8b;
  font-size: 16px;
  line-height: 21px
}

.section7 .innerWrapper .facts .item.even:before, .section7 .innerWrapper .facts .item.odd:before {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 80px;
  width: 109px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.section7 .innerWrapper .facts .item.odd:before {
  bottom: -35px;
  background-image: url(../img/roundArrowLeft.png)
}

.section7 .innerWrapper .facts .item.even:before {
  top: -35px;
  background-image: url(../img/roundArrowRight.png)
}

@media (min-width: 600px) {
  .section7 .innerWrapper .facts {
    margin-left: 15px;
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 1000px) {
  .section7 .innerWrapper .facts {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 73.5%;
    flex: 0 0 73.5%;
    margin-left: auto
  }
}

@media (min-width: 600px) {
  .section7 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media (min-width: 1000px) {
  .section7 .innerWrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: auto;
    max-width: 91.5%
  }
}

@media (min-width: 600px) {
  .section7 {
    padding-bottom: 55px;
    padding-top: 55px
  }
}

@media (min-width: 1000px) {
  .section7 {
    padding-top: 48px
  }
}

.section8 {
  padding-top: 40px;
  padding-bottom: 65px;
  background-color: #f9f9f9
}

.section8 h2.title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 25px
}

@media (min-width: 600px) {
  .section8 h2.title {
    font-size: 40px;
    line-height: 46px
  }
}

@media (min-width: 1000px) {
  .section8 h2.title {
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 145px
  }
}

.section8 .innerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.section8 .innerWrapper .leftSide {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.section8 .innerWrapper .leftSide .wrapper {
  position: relative
}

.section8 .innerWrapper .leftSide .wrapper .nextSlideImg {
  display: none;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  width: 26%;
  bottom: -45px;
  left: -15px;
  overflow: hidden
}

.section12 .sliderContainer .slick-arrow svg, .section8 .innerWrapper .leftSide .wrapper .nextSlideImg img, .section8 .innerWrapper .leftSide .wrapper .nextSlideImg:before, .section8 .innerWrapper .sliderContainer .slick-arrow svg {
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

.section8 .innerWrapper .leftSide .wrapper .nextSlideImg .count {
  position: absolute;
  top: 10%;
  left: 10%;
  font-size: 14px;
  font-family: 'Leftonade', sans-serif;
  color: #fff
}

.section8 .innerWrapper .leftSide .wrapper .nextSlideImg .name {
  position: absolute;
  bottom: 10%;
  left: 10%;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Leftonade', sans-serif;
  color: #fff
}

@media (min-width: 1000px) {
  .section8 .innerWrapper .leftSide .wrapper .nextSlideImg .name {
    font-size: 16px;
    line-height: 24px
  }
}

.section8 .innerWrapper .leftSide .wrapper .nextSlideImg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3)
}

.section8 .innerWrapper .leftSide .wrapper .nextSlideImg:hover:before {
  background-color: transparent
}

@media (min-width: 600px) {
  .section8 .innerWrapper .leftSide .wrapper .nextSlideImg {
    display: block
  }
}

.section8 .innerWrapper .leftSide .wrapper .clientBox {
  max-width: 275px
}

@media (min-width: 600px) {
  .section8 .innerWrapper .leftSide .wrapper .clientBox {
    margin-left: 28%
  }
}

@media (min-width: 1000px) {
  .section8 .innerWrapper .leftSide .wrapper .clientBox {
    display: none
  }

  .section8 .innerWrapper .leftSide {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57%;
    flex: 0 0 57%
  }
}

.section8 .innerWrapper .rightSide {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.section8 .innerWrapper .rightSide .clientBox, .section9 .innerWrapper .rightSide .content .slick-dots li button:before {
  display: none
}

@media (min-width: 1000px) {
  .section8 .innerWrapper .rightSide .clientBox {
    display: block
  }

  .section8 .innerWrapper .rightSide {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    padding-top: 145px
  }
}

.section8 .innerWrapper .sliderContainer {
  margin-bottom: 10px
}

.section8 .innerWrapper .sliderContainer .slick-dots {
  bottom: -75px;
  text-align: left
}

.section8 .innerWrapper .sliderContainer .slick-dots li {
  width: auto;
  height: auto
}

.section8 .innerWrapper .sliderContainer .slick-dots li a {
  font-family: 'Leftonade', sans-serif;
  color: #000;
  font-size: 14px
}

.section8 .innerWrapper .sliderContainer .slick-dots li a:hover {
  color: #76b625
}

.section8 .innerWrapper .sliderContainer .slick-dots li.slick-active a {
  opacity: .4
}

@media (min-width: 600px) {
  .section8 .innerWrapper .sliderContainer .slick-dots {
    bottom: -90px;
    text-align: left;
    padding-left: 28%
  }
}

@media (min-width: 1000px) {
  .section8 .innerWrapper .sliderContainer .slick-dots {
    bottom: -55px;
    padding-left: 27%
  }
}

.section8 .innerWrapper .sliderContainer .slick-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  bottom: -75px;
  right: 0;
  width: 30px;
  background-color: transparent;
  border: 0
}

.section12 .sliderContainer .slick-arrow svg, .section8 .innerWrapper .sliderContainer .slick-arrow svg {
  fill: #7dbc2f
}

.section8 .innerWrapper .sliderContainer .slick-arrow.prev__arrow {
  right: 45px
}

@media (min-width: 1000px) {
  .section8 .innerWrapper .sliderContainer .slick-arrow.prev__arrow {
    right: 65px
  }
}

.section12 .sliderContainer .slick-arrow:hover svg, .section8 .innerWrapper .sliderContainer .slick-arrow:hover svg {
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  fill: #d8d8d8
}

@media (min-width: 600px) {
  .section8 .innerWrapper .sliderContainer .slick-arrow {
    bottom: -90px
  }
}

@media (min-width: 1000px) {
  .section8 .innerWrapper .sliderContainer .slick-arrow {
    bottom: -55px;
    width: 42px
  }
}

.section8 .innerWrapper .sliderContainer .item .img_wrap {
  padding-bottom: 65%
}

.section8 .innerWrapper .leftSide .wrapper .nextSlideImg img, .section8 .innerWrapper .sliderContainer .item .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.section8 .innerWrapper .sliderContainer .item .img_wrap span {
  cursor: pointer
}

.section8 .innerWrapper .sliderContainer .item .playBtn {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
  display: block;
  width: 60px;
  height: 60px;
  padding: 10px 15px 10px 17px;
  border: 5px solid #fff;
  border-radius: 50%;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

.section8 .innerWrapper .sliderContainer .item .playBtn .icon {
  fill: #fff
}

.section8 .innerWrapper .sliderContainer .item .playBtn:hover {
  border-color: #76b625;
  background-color: #76b625
}

.section8 .innerWrapper .clientBox .client .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Leftonade', sans-serif
}

.section8 .innerWrapper .clientBox .client .wrap .int {
  font-size: 38px
}

@media (min-width: 1000px) {
  .section8 .innerWrapper .clientBox .client .wrap .int {
    font-size: 56px
  }
}

.section8 .innerWrapper .clientBox .client .wrap .text {
  font-size: 14px;
  line-height: 18px;
  margin-left: 10px
}

@media (min-width: 1000px) {
  .section8 .innerWrapper .clientBox .client .wrap .text {
    font-size: 18px;
    line-height: 24px;
    margin-left: 25px
  }

  .section8 .innerWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 600px) {
  .section8 {
    padding-bottom: 55px;
    padding-top: 55px
  }
}

@media (min-width: 1000px) {
  .section8 {
    padding-top: 150px;
    padding-bottom: 100px
  }
}

.section9 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f9f9f9
}

.section9 .desc, .section9 h2.title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 25px
}

@media (min-width: 600px) {
  .section9 h2.title {
    font-size: 40px;
    line-height: 46px
  }
}

@media (min-width: 1000px) {
  .section9 h2.title {
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 30px
  }
}

.section9 .desc {
  color: #8b8b8b;
  font-size: 18px;
  line-height: 24px
}

@media (min-width: 1000px) {
  .section9 .desc {
    font-size: 20px;
    line-height: 26px;
    max-width: 240px
  }
}

.section9 .item {
  padding-left: 40px;
  position: relative;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px
}

.section9 .item .icon {
  position: absolute;
  left: 0;
  top: 3px;
  width: 32px;
  height: 32px;
  fill: #7dbc2f
}

@media (min-width: 600px) {
  .section9 .item .icon {
    left: -9px
  }
}

.section9 .item .text .title {
  font-family: 'Leftonade', sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
  color: #000
}

.section9 .item .text .desc {
  font-size: 16px;
  line-height: 21px;
  color: #8b8b8b;
  max-width: 100%
}

@media (min-width: 600px) {
  .section9 .item {
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0
  }
}

@media (min-width: 1000px) {
  .section9 .item {
    margin-bottom: 35px
  }
}

@media (min-width: 600px) {
  .section9 .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
}

@media (min-width: 1000px) {
  .section9 .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%
  }
}

.section9 .innerWrapper .center {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px
}

.section9 .innerWrapper .center .imgBlock .img_wrap {
  padding-bottom: 81%
}

@media (min-width: 1000px) {
  .section9 .innerWrapper .center .imgBlock {
    position: relative;
    width: 538px;
    left: -47px;
    top: -56px
  }
}

@media (min-width: 600px) {
  .section9 .innerWrapper .center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

@media (min-width: 1000px) {
  .section9 .innerWrapper .center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 100%;
    margin-bottom: 0
  }
}

.section14 .innerWrapper .rightSide .content .slick-dots li button, .section9 .innerWrapper .rightSide .content .slick-dots li button {
  opacity: .4;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #7dbc2f
}

@media (min-width: 600px) {
  .section9 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

@media (min-width: 1000px) {
  .section9 .innerWrapper .rightSide {
    padding-top: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    margin-left: auto
  }
}

@media (min-width: 600px) {
  .section9 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .section9 {
    padding-bottom: 100px;
    padding-top: 55px
  }
}

@media (min-width: 1000px) {
  .section9 {
    padding-top: 80px;
    padding-bottom: 10px
  }
}

.section10 {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #f9f9f9
}

.section10 .innerWrapper h2.title {
  color: #76b625;
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 25px
}

@media (min-width: 600px) {
  .section10 .innerWrapper h2.title {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 40px
  }
}

@media (min-width: 1000px) {
  .section10 .innerWrapper h2.title {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 21px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%
  }
}

.section10 .innerWrapper .formWrap {
  background-color: #fff;
  padding: 35px 25px;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .07);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .07)
}

@media (min-width: 1000px) {
  .section10 .innerWrapper .formWrap form .btnWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 145px;
    flex: 0 0 145px;
    margin-top: 27px
  }

  .section10 .innerWrapper .formWrap form .inputWrapper {
    margin-bottom: 0;
    flex: 0 0 225px;
  }

  .section10 .innerWrapper .formWrap form {
    max-width: 90%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .section10 .innerWrapper .formWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 74%;
    flex: 0 0 74%;
    padding-bottom: 65px
  }
}

@media (min-width: 600px) {
  .section10 .innerWrapper {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 1000px) {
  .section10 .innerWrapper {
    max-width: 100%;
    margin-left: unset;
    margin-right: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media (min-width: 600px) {
  .section10 {
    padding-bottom: 55px;
    padding-top: 55px
  }
}

@media (min-width: 1000px) {
  .section10 {
    padding-top: 20px;
    padding-bottom: 100px
  }
}

.section11 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f9f9f9
}

.section11 .firstFloor h2.title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 25px
}

@media (min-width: 600px) {
  .section11 .firstFloor h2.title {
    font-size: 40px;
    line-height: 46px
  }
}

@media (min-width: 1000px) {
  .section11 .firstFloor h2.title {
    font-size: 54px;
    line-height: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%
  }
}

.section11 .firstFloor .item {
  margin-bottom: 45px;
  padding-left: 95px;
  position: relative
}

.section11 .firstFloor .item .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 52px;
  fill: #76b625
}

@media (min-width: 1000px) {
  .section11 .firstFloor .item .icon {
    width: 48px
  }
}

.section11 .firstFloor .item .text {
  font-family: 'Leftonade', sans-serif;
  font-size: 20px;
  line-height: 26px
}

@media (min-width: 600px) {
  .section11 .firstFloor .item .text {
    font-size: 22px;
    line-height: 28px
  }
}

@media (min-width: 1000px) {
  .section11 .firstFloor .item .text {
    font-size: 24px;
    line-height: 30px
  }
}

.section11 .firstFloor .item:before {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 40px;
  height: 4px;
  background-color: #76b625
}

@media (min-width: 600px) {
  .section11 .firstFloor .item {
    padding-left: 60px
  }
}

@media (min-width: 1000px) {
  .section11 .firstFloor .item {
    padding-left: 95px;
    margin-bottom: 0
  }
}

@media (min-width: 600px) {
  .section11 .firstFloor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px
  }
}

@media (min-width: 1000px) {
  .section11 .firstFloor {
    margin-bottom: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 92%
  }
}

.section11 .secondFloor {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto
}

.section11 .secondFloor .product {
  margin-bottom: 60px;
  text-align: center
}

.section11 .secondFloor .product .weight {
  margin-top: 20px;
  color: #8b8b8b;
  font-size: 16px;
  margin-bottom: 10px
}

.section11 .secondFloor .product .price {
  font-family: 'Leftonade', sans-serif;
  font-size: 24px;
  margin-bottom: 15px
}

.section11 .secondFloor .product .btn {
  max-width: 125px
}

@media (min-width: 1000px) {
  .section11 .secondFloor .product .btn {
    max-width: 110px
  }
}

.section11 .secondFloor .product:last-child, .section16 .innerWrapper .leftSide ul li:last-child {
  margin-bottom: 0
}

@media (min-width: 600px) {
  .section11 .secondFloor .product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    margin-bottom: 35px
  }

  .section11 .secondFloor .product:last-child {
    margin-bottom: 35px
  }

  .section11 .secondFloor {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .section11 {
    padding-bottom: 55px;
    padding-top: 55px
  }
}

@media (min-width: 1000px) {
  .section11 {
    padding-top: 70px;
    padding-bottom: 100px
  }
}

.section12 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f9f9f9
}

.section12 h2.title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 25px;
  text-align: center
}

@media (min-width: 600px) {
  .section12 h2.title {
    font-size: 40px;
    line-height: 46px
  }
}

@media (min-width: 1000px) {
  .section12 h2.title {
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 100px
  }
}

.section12 .countBox {
  font-family: 'Leftonade', sans-serif;
  font-size: 24px;
  text-align: center
}

.section12 .countBox span {
  font-size: 54px
}

.section12 .sliderContainer {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px
}

@media (min-width: 600px) {
  .section12 .sliderContainer .slick-list {
    padding-right: 60%
  }
}

@media (min-width: 1000px) {
  .section12 .sliderContainer .slick-list {
    margin-right: -35%;
    padding-right: 100%;
    padding-bottom: 30px;
    padding-left: 1%
  }
}

.section12 .sliderContainer .slick-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  bottom: -70px;
  width: 30px;
  background-color: transparent;
  border: 0
}

.section12 .sliderContainer .slick-arrow.next__arrow {
  right: 50%;
  -webkit-transform: translateX(120px);
  -ms-transform: translateX(120px);
  transform: translateX(120px)
}

@media (min-width: 1000px) {
  .section12 .sliderContainer .slick-arrow.next__arrow {
    -webkit-transform: translateX(155px);
    -ms-transform: translateX(155px);
    transform: translateX(155px)
  }
}

.section12 .sliderContainer .slick-arrow.prev__arrow {
  left: 50%;
  -webkit-transform: translateX(-120px);
  -ms-transform: translateX(-120px);
  transform: translateX(-120px)
}

@media (min-width: 1000px) {
  .section12 .sliderContainer .slick-arrow.prev__arrow {
    -webkit-transform: translate(-155px);
    -ms-transform: translate(-155px);
    transform: translate(-155px)
  }
}

@media (min-width: 1000px) {
  .section12 .sliderContainer .slick-arrow {
    width: 42px
  }
}

.section12 .sliderContainer .item {
  margin-left: 5px;
  margin-right: 5px
}

.section12 .sliderContainer .item .img_wrap {
  background-color: #fff;
  padding-bottom: 125%;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 31px 35px 0 rgba(17, 16, 13, .09);
  box-shadow: 0 31px 35px 0 rgba(17, 16, 13, .09)
}

.section12 .sliderContainer .item .img_wrap .el:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

.section12 .sliderContainer .item .img_wrap img {
  max-width: 75%
}

.section12 .sliderContainer .item .name {
  text-align: center;
  font-family: 'Leftonade', sans-serif;
  font-size: 18px
}

.section12 .sliderContainer .item:hover .img_wrap .el:before {
  background: rgba(0, 0, 0, .1)
}

@media (min-width: 600px) {
  .section12 .sliderContainer .item {
    margin-left: 10px;
    margin-right: 10px
  }
}

@media (min-width: 1200px) {
  .section12 .sliderContainer .item {
    margin-left: 15px;
    margin-right: 15px
  }
}

@media (min-width: 600px) {
  .section12 .sliderContainer {
    max-width: unset
  }

  .section12 {
    padding-top: 55px;
    padding-bottom: 55px
  }
}

@media (min-width: 1000px) {
  .section12 {
    padding-top: 90px;
    padding-bottom: 45px
  }
}

.section13 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f9f9f9
}

.section13 .innerWrapper h3.title, .section15 .innerWrapper h2.title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 25px
}

@media (min-width: 600px) {
  .section13 .innerWrapper h3.title {
    font-size: 22px;
    line-height: 28px
  }
}

@media (min-width: 1000px) {
  .section13 .innerWrapper h3.title {
    font-size: 24px;
    line-height: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
  }
}

.section13 .innerWrapper .content {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto
}

.section13 .innerWrapper .content .item {
  margin-bottom: 15px
}

.section13 .innerWrapper .content .item .img_wrap {
  padding-bottom: 100px
}

@media (min-width: 600px) {
  .section13 .innerWrapper .content .item {
    margin-left: 15px;
    margin-right: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .section13 .innerWrapper .content {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 1000px) {
  .section13 .innerWrapper .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    margin-right: unset
  }
}

@media (min-width: 600px) {
  .section13 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .section13 {
    padding-top: 55px;
    padding-bottom: 55px
  }
}

@media (min-width: 1000px) {
  .section13 {
    padding-top: 45px;
    padding-bottom: 75px
  }
}

.section14 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f9f9f9;
  position: relative;
  z-index: 10
}

.section14 .leftBG {
  position: absolute;
  top: 120px;
  background-color: #d7ecaa;
  width: 85%;
  max-width: 350px
}

.section14 .leftBG .absoluteEl {
  position: relative;
  padding-top: 55px
}

@media (min-width: 600px) {
  .section14 .leftBG .absoluteEl {
    margin-bottom: -35px;
    right: -95px;
    bottom: -50px
  }
}

@media (min-width: 1000px) {
  .section14 .leftBG .absoluteEl {
    margin-bottom: 0;
    padding-bottom: 135px;
    right: 0;
    left: 12%;
    bottom: -110px
  }
}

@media (min-width: 1600px) {
  .section14 .leftBG .absoluteEl {
    left: 44%;
    padding-bottom: 20px
  }
}

.section14 .leftBG .absoluteText {
  position: relative;
  padding-top: 10px;
  margin-top: -180px
}

.section14 .innerWrapper .rightSide .content .slick-dots li button:before, .section14 .leftBG .absoluteText .desk {
  display: none
}

@media (min-width: 600px) {
  .section14 .leftBG .absoluteText .desk {
    display: block
  }

  .section14 .leftBG .absoluteText .mob {
    display: none
  }

  .section14 .leftBG .absoluteText {
    max-width: 100px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0
  }
}

@media (min-width: 1000px) {
  .section14 .leftBG .absoluteText {
    max-width: 235px;
    top: -47px;
    right: -28px
  }
}

@media (min-width: 600px) {
  .section14 .leftBG {
    top: 150px
  }
}

@media (min-width: 1000px) {
  .section14 .leftBG {
    top: 240px;
    width: 100%;
    max-width: 44%
  }
}

@media (min-width: 1170px) {
  .section14 .leftBG {
    display: none
  }
}

.section14 h2.title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 25px
}

@media (min-width: 600px) {
  .section14 h2.title {
    font-size: 40px;
    line-height: 46px
  }
}

@media (min-width: 1000px) {
  .section14 h2.title {
    font-size: 54px;
    line-height: 60px
  }
}

.section14 .innerWrapper .item {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 40px;
  position: relative;
  margin-bottom: 25px
}

.section14 .innerWrapper .item .int {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  font-family: 'Leftonade', sans-serif;
  color: #76b625
}

.section14 .innerWrapper .item .title, .success .innerWrapper .textBlock h1.title {
  font-family: 'Leftonade', sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
  color: #000
}

.section14 .innerWrapper .item .text {
  font-size: 16px;
  line-height: 21px;
  color: #8b8b8b
}

@media (min-width: 600px) {
  .section14 .innerWrapper .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-left: 0;
    margin-right: 0
  }
}

@media (min-width: 1000px) {
  .section14 .innerWrapper .item {
    margin-bottom: 45px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%
  }

  .section14 .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%
  }
}

.section14 .innerWrapper .rightSide .content {
  padding-top: 80%
}

@media (min-width: 600px) {
  .section14 .innerWrapper .rightSide .content {
    padding-top: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media (min-width: 1000px) {
  .section14 .innerWrapper, .section14 .innerWrapper .rightSide .content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .section14 .innerWrapper .rightSide .content {
    padding-top: 0
  }

  .section14 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    padding-top: 12px
  }

  .section14 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media (min-width: 600px) {
  .section14 {
    padding-top: 55px;
    padding-bottom: 55px
  }
}

@media (min-width: 1000px) {
  .section14 {
    padding-top: 80px;
    padding-bottom: 60px
  }
}

@media (min-width: 1170px) {
  .section14 {
    padding-bottom: 195px;
    background-image: url(../img/BG3.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center bottom
  }
}

.section15 {
  padding-top: 40px;
  padding-bottom: 55px;
  background-color: #f9f9f9
}

.section15 .innerWrapper h2.title {
  color: #76b625;
  padding-bottom: 30px;
  position: relative
}

@media (min-width: 600px) {
  .section15 .innerWrapper h2.title {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 40px
  }
}

@media (min-width: 1000px) {
  .section15 .innerWrapper h2.title {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    padding-top: 105px
  }
}

.section15 .innerWrapper .formWrap {
  background-color: #fff;
  padding: 35px 25px;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .07);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .07)
}

.section15 .innerWrapper .formWrap form {
  max-width: 360px;
  width: 85%;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 1000px) {
  .section15 .innerWrapper .formWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    padding-top: 75px;
    padding-bottom: 100px
  }
}

@media (min-width: 600px) {
  .section15 .innerWrapper {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 1000px) {
  .section15 .innerWrapper {
    max-width: 92%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: unset
  }
}

@media (min-width: 600px) {
  .section15 {
    padding-top: 55px;
    padding-bottom: 85px
  }
}

@media (min-width: 1000px) {
  .section15 {
    padding-top: 75px;
    padding-bottom: 200px
  }
}

@media (min-width: 1170px) {
  .section15 {
    padding-top: 0;
    margin-top: -60px
  }

  .section15 .container-fluid {
    z-index: 10
  }
}

.section16 {
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url(../img/svg/circle-03aqua.svg), url(../img/svg/circle-06aqua.svg);
  background-size: 150px 150px;
  background-position: top 7% left -33%, right -25% top 35%;
  background-repeat: no-repeat
}

.section16 .innerWrapper .leftSide .title, .section16 h2.title {
  font-family: 'PF Din Text Comp Pro', sans-serif;
  color: #21282a;
  font-size: 34px;
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase
}

.section16 h2.title span {
  position: relative;
  z-index: 10
}

.section16 h2.title span:before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 3px;
  width: 100%;
  height: 8px;
  background-color: #cfdfe4
}

@media (min-width: 600px) {
  .section16 h2.title span:before {
    height: 16px
  }

  .section16 h2.title {
    font-size: 46px
  }
}

@media (min-width: 1000px) {
  .section16 h2.title {
    font-size: 55px;
    max-width: 800px;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px
  }
}

.section16 .hideImgBlock {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 35px
}

.section16 .hideImgBlock img.first {
  width: 45px
}

.section16 .hideImgBlock img.second {
  width: 65px
}

@media (min-width: 1000px) {
  .section16 .hideImgBlock {
    display: none
  }
}

.section16 .innerWrapper {
  border: 3px solid #e6eff2
}

.section16 .innerWrapper .leftSide {
  padding: 25px 15px;
  background-color: #fff
}

.section16 .innerWrapper .leftSide .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px
}

@media (min-width: 600px) {
  .section16 .innerWrapper .leftSide .title {
    font-size: 28px;
    line-height: 32px
  }
}

@media (min-width: 1000px) {
  .section16 .innerWrapper .leftSide .title {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
  }
}

.section16 .innerWrapper .leftSide ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
  color: #3d4143
}

.section16 .innerWrapper .leftSide ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #c2d6dd;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px
}

@media (min-width: 600px) {
  .section16 .innerWrapper .leftSide ul li:before {
    top: 12px
  }
}

@media (min-width: 600px) {
  .section16 .innerWrapper .leftSide ul li {
    font-size: 18px;
    line-height: 26px
  }
}

@media (min-width: 1000px) {
  .section16 .innerWrapper .leftSide ul {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 600px) {
  .section16 .innerWrapper .leftSide {
    padding: 35px 25px
  }
}

@media (min-width: 1000px) {
  .section16 .innerWrapper .leftSide {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding: 45px 35px
  }
}

.section16 .innerWrapper .rightSide {
  padding: 25px 15px;
  background-color: #e6eff2
}

@media (min-width: 600px) {
  .section16 .innerWrapper .rightSide form {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .section16 .innerWrapper .rightSide {
    padding: 35px 25px
  }
}

@media (min-width: 1000px) {
  .section16 .innerWrapper .rightSide {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
  }
}

@media (min-width: 600px) {
  .section16 .innerWrapper {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width: 1000px) {
  .section16 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    position: relative
  }

  .section16 .innerWrapper:after, .section16 .innerWrapper:before {
    content: '';
    position: absolute;
    z-index: 10;
    top: -75px;
    height: 420px;
    background-repeat: no-repeat;
    background-position: center
  }

  .section16 .innerWrapper:before {
    left: -150px;
    background-image: url(../img/productBig1.png);
    width: 95px
  }

  .section16 .innerWrapper:after {
    right: -160px;
    background-image: url(../img/productBig2.png);
    width: 105px
  }
}

@media (min-width: 600px) {
  .section16 {
    background-size: 225px 225px;
    background-position: top 7% left -5%, right -5% top 35%
  }
}

@media (min-width: 1000px) {
  .section16 {
    padding-top: 35px;
    background-image: url(../img/svg/circle-03aqua.svg), url(../img/svg/circle-06aqua.svg);
    background-size: 300px 300px;
    background-position: top 19% left 8%, right 5% top;
    background-repeat: no-repeat
  }
}

.success {
  background: url(../img/textHorizBig.png);
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}

.success .innerWrapper {
  padding-top: 90px;
  padding-bottom: 70px;
  min-height: 400px;
  height: calc(100vh - 194px);
  position: relative
}

.success .innerWrapper .textBlock {
  position: absolute;
  min-width: 300px;
  max-width: 500px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  text-align: center
}

.success .innerWrapper .textBlock h1.title {
  margin-bottom: 15px;
  font-size: 38px
}

@media (min-width: 600px) {
  .success .innerWrapper .textBlock h1.title {
    font-size: 54px
  }
}

@media (min-width: 1000px) {
  .success .innerWrapper .textBlock h1.title {
    font-size: 72px
  }
}

.success .innerWrapper .textBlock .btn {
  max-width: 175px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.success .innerWrapper .textBlock .description {
  color: #fff;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 20px
}

@media (min-width: 600px) {
  .success .innerWrapper .textBlock .description {
    font-size: 30px;
    line-height: 34px
  }
}

.success .innerWrapper .textBlock .text {
  font-size: 16px;
  line-height: 22px;
  color: #8b8b8b;
  margin-bottom: 30px
}

@media (min-width: 600px) {
  .success .innerWrapper .textBlock .text {
    font-size: 20px;
    line-height: 26px
  }

  .success .innerWrapper .textBlock {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}

@media (min-width: 1000px) {
  .success .innerWrapper .textBlock {
    max-width: 870px;
    width: 100%
  }

  .success .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 470px;
    height: calc(100vh - 64px)
  }
}

@media (min-width: 600px) {
  .success {
    background-size: auto
  }
}

form .inputWrapper {
  margin-bottom: 15px;
  position: relative
}

form .inputWrapper .smallText{
  position: absolute;
  bottom: -15px;
  left: 0;
  text-align: center;
  font-size: 11px;
}

@media(min-width:600px){
  form .inputWrapper .smallText{
    font-size: 12px;
  }
}

form .inputWrapper .text {
  display: block;
  text-align: left;
  font-size: 14px;
  margin-bottom: 5px;
  color: #222
}

form .inputWrapper input {
  display: block;
  border-radius: 0;
  border: 0;
  font-size: 16px;
  width: 100%;
  padding-left: 0;
  height: 50px;
  color: #21282a;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border-bottom: 2px solid #000
}
@media(min-width:600px){
  form .inputWrapper input{
    font-size: 18px;
  }
}
form .inputWrapper input::-webkit-input-placeholder {
  color: #b6bdbf
}

form .inputWrapper input:-moz-placeholder, form .inputWrapper input::-moz-placeholder {
  color: #b6bdbf
}

form .inputWrapper input:-ms-input-placeholder {
  color: #b6bdbf
}

@media (min-width: 1000px) {
  form .inputWrapper input {
    height: 60px
  }
}

form .inputWrapper .allert {
  position: absolute;
  z-index: 20;
  display: block;
  right: -30px;
  height: 20px;
  color: #ff6565;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 45px 0 0;
  top: 50%;
  cursor: pointer;
  text-decoration: none
}

form .inputWrapper .allert .warning_ico, form .inputWrapper .allert i {
  left: 0;
  top: 0;
  color: red
}

form .inputWrapper .allert span {
  display: none;
  opacity: 0;
  padding: 5px;
  margin-left: 5px;
  color: red;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  min-width: 200px
}

form .inputWrapper .allert:hover span {
  border: 1px solid #ff6565;
  background: #fff;
  display: inline;
  position: absolute;
  color: #4e4e4e;
  right: 24px;
  top: -6px;
  opacity: 1
}

form .inputWrapper .warning_ico {
  width: 18px;
  height: 18px
}

form .btnWrap {
  margin-top: 25px
}

form .btnWrap .btn {
  max-width: 215px;
  font-size: 18px;
}

@media (min-width: 600px) {
  form .btnWrap .btn {
    max-width: 230px
  }
}

@media (min-width: 1000px) {
  form .btnWrap .btn {
    max-width: 170px
  }

  form .btnWrap {
    margin-top: 40px
  }
}

.orderPanel {
  display: none;
  background-color: #fff;
  width: 100%;
  max-width: 540px;
  padding: 50px 30px 40px
}

.orderPanel .fancybox-close-small {
  top: 15px;
  right: 15px;
  padding: 5px
}

.orderPanel .title {
  font-family: 'Leftonade', sans-serif;
  text-align: center;
  font-weight: 500;
  color: #76b625;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 20px
}

.orderPanel .title span {
  font-weight: 700
}

@media (min-width: 600px) {
  .orderPanel .title {
    font-size: 40px;
    line-height: 46px
  }
}

@media (min-width: 1000px) {
  .orderPanel .title {
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 18px
  }
}

.orderPanel .desc {
  font-size: 16px;
  line-height: 24px;
  color: #5d5d5d;
  margin-bottom: 30px
}

.orderPanel .desc span {
  color: #fff;
  background-color: #a38f6a
}

@media (min-width: 600px) {
  .orderPanel .desc {
    margin-bottom: 20px
  }
}

.orderPanel .bottomText {
  margin-top: 25px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #999
}

.orderPanel .btnWrap {
  margin-top: 45px;
  text-align: center
}

.orderPanel.simpleText {
  background-color: #fff;
  padding: 30px
}

.orderPanel.simpleText .headTitle {
  font-family: 'Leftonade', sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #000;
  margin-bottom: 10px
}

@media (min-width: 1000px) {
  .orderPanel.simpleText .headTitle {
    font-size: 24px;
    line-height: 30px
  }
}

.orderPanel.simpleText .subTitle {
  font-family: 'Leftonade', sans-serif;
  font-size: 18px;
  color: #000;
  margin-bottom: 8px
}

.orderPanel.simpleText .text {
  font-size: 16px;
  line-height: 21px;
  color: #8b8b8b;
  margin-bottom: 25px
}

@media (min-width: 1000px) {
  .orderPanel.simpleText {
    padding: 60px
  }
}

.orderPanel#firstScreen .title {
  font-size: 26px;
  line-height: 30px
}

@media (min-width: 1000px) {
  .orderPanel#firstScreen .title {
    font-size: 36px;
    line-height: 40px
  }

  .orderPanel#mainForm .title {
    font-size: 46px
  }
}

@media (min-width: 600px) {
  .orderPanel {
    max-width: 450px;
    padding: 80px 70px 60px;
    margin: 0 auto
  }
}

@media (min-width: 1000px) {
  .orderPanel {
    height: auto;
    max-width: 550px;
    padding: 60px 90px
  }
}

.modalPolitics {
  display: none;
  max-width: 750px;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  padding: 0;
  border-bottom: 3px solid #2a2a2d
}

.modalPolitics:before {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  top: 45px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), to(rgba(0, 0, 0, .35)));
  background: -o-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, .35) 100%);
  background: linear-gradient(to top, transparent 0, rgba(0, 0, 0, .35) 100%)
}

@media (max-width: 520px) {
  .modalPolitics:before {
    top: 43px
  }
}

.modalPolitics:after {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(0, 0, 0, .35)));
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .35) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .35) 100%)
}

.modalPolitics .fancybox-close-small {
  height: 25px;
  width: 25px;
  padding: 2px;
  top: 8px;
  right: 15px;
  background-color: #d4d4d5;
  border-radius: 50%;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

.modalPolitics .fancybox-close-small:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: #fff
}

.modalPolitics .title {
  background-color: #292929
}

.modalPolitics .title h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  padding: 13px 35px 10px
}

@media (max-width: 520px) {
  .modalPolitics .title h2 {
    padding: 11px 16px 11px 12px;
    font-size: 12px
  }
}

.modalPolitics .content {
  max-height: 55vh;
  overflow: auto;
  padding: 25px 35px 30px
}

.modalPolitics .content p {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  font-weight: 300
}

.modalPolitics .content p:first-child {
  padding-top: 24px
}

.modalPolitics .content p:last-child {
  padding-bottom: 24px
}

.modalPolitics .content p.smallTitle {
  font-weight: 700
}

@media (max-width: 520px) {
  .modalPolitics .content p {
    font-size: 14px;
    line-height: 16px
  }
}

@media (max-width: 600px) {
  .modalPolitics .content {
    padding: 12px 12px 12px 16px
  }
}
.newSection1{
  background-color: #f9f9f9;
  padding-top: 75px;
  padding-bottom: 95px;
}
.newSection1 .topSide{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 130px;
}
.newSection1 .topSide .titleWrap{
  flex: 0 0 50%;
}
.newSection1 .topSide .titleWrap h2.title{
  font-size: 53px;
  line-height: 60px;
}
.newSection1 .topSide .imgWrap{
  flex: 0 0 auto;
}
.newSection1 .hiddenIcon{
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  display: none;
}

.newSection1 .hiddenArrows{
  display: none;

}
.newSection1 .hiddenArrows button{
  width: 60px;
  height: 30px;
  padding: 5px;
  background-color: transparent;
  border: none;
}
@media(max-width:1000px){
  .newSection1 .hiddenArrows{
    margin-top: -30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }
}



.newSection1 .comparisonBlock{}
.newSection1 .comparisonBlock .comparisonBlockWrapper{
  display: flex;
  justify-content: center;
}
.newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem{
  position:relative;
}
.newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem .imgWrap{
  position: absolute;
  top: 0;
}
.newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem.leftSide:before{
  content: 'VS';
  font-family: 'Leftonade', sans-serif;
  position: absolute;
  font-size: 195px;
  top: 100px;
  left: 280px;
  color:#e7e7e7;
}

@media(max-width:1000px){
  .newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem.leftSide:before{
    display: none;
  }
}


.newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem.leftSide{
  padding-right: 120px;
}
.newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem.leftSide .imgWrap{
  transform: translateX(-182px)
}
.newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem.rightSide .imgWrap{
  transform: translateX(283px);
}
.newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem.rightSide{
  padding-left: 120px;
}
.newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem .priceBlock{
  font-family: 'Leftonade', sans-serif;
  font-size: 80px;
  margin-bottom: 20px;
}
.newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem .priceBlock span{
  font-size: 30px;
  margin-left: -5px;
}

.newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem .description{
  font-family: 'Leftonade', sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 58px;
}

.newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem.leftSide .description{
  color:#b6253d
}
.newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem.rightSide .description{
  color:#76b625;
  margin-bottom: 88px;
}

.newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem ul{}
.newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem ul li{
  padding-left: 25px;
  position: relative;
}

.newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem ul li:nth-child(1){
  height: 80px;
}
.newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem ul li:nth-child(2){
  height: 80px;
}
.newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem ul li:nth-child(3){
  height: 80px;
}
.newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem ul li:nth-child(4){
  height: 85px;
}



.newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem ul li:before{
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}
.newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem.leftSide ul li:before{
  background-color:#b6253d
}

.newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem.leftSide ul li:after{
  content: '';
  height: 1px;
  width: 900px;
  background-color: #e5e5e5;
  position: absolute;
  top: -10px;
  left: -50px;
}

.newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem.rightSide ul li:before{
  background-color:#76b625
}
.newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem ul li .title{
  font-family: 'Leftonade', sans-serif;
  font-size: 18px;
  color:#000000;
  margin-bottom: 2px;
}
.newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem ul li .text{
  font-size: 16px;
  line-height: 22px;
  color:#8b8b8b
}

@media(max-width: 1000px){
  .newSection1 .topSide{
    display: block;
    margin-bottom: 100px;
  }
  .newSection1 .topSide .titleWrap{
    margin-bottom: 50px
  }
  .newSection1 .topSide .titleWrap h2.title{
    font-size: 40px;
    line-height: 46px;
  }
  .newSection1 .topSide .imgWrap{
    text-align:center;
  }
  .newSection1 .comparisonBlock{
  }
  .newSection1 .comparisonBlock .comparisonBlockWrapper{
    display: block;
  }
  .newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem.leftSide{
    padding-bottom: 0;
    margin-bottom: 80px;
    padding-right: 0;
  }
  .newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem.leftSide .imgWrap{
    transform: translateX(328px);
  }
  .newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem.rightSide{
    padding-left: 0;
  }

  .newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem.leftSide ul li:after{
    width: 100%;
  }
  .newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem.rightSide ul li:after{
    content: '';
    height: 1px;
    width: 100%;
    background-color: #e5e5e5;
    position: absolute;
    top: -10px;
    left: -50px;
  }

  .newSection1 .hiddenIcon{
    display: block;
  }
}




@media(max-width:600px){
  .newSection1{
    padding-bottom: 50px;
  }
  .newSection1 .topSide{
    margin-bottom: 30px;
  }
  .newSection1 .topSide .imgWrap{
    display: none;
  }
  .newSection1 .topSide .titleWrap h2.title{
    font-size: 30px;
    line-height: 36px;
  }
  .newSection1 .hiddenIcon{
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
  .newSection1 .comparisonBlock{
    padding-top: 160px;
  }
  .newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem .imgWrap{
    /*display: none;*/

  }
  .newSection1 .comparisonBlock .comparisonBlockWrapper{
  }
  .newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem.leftSide{
    padding-bottom: 160px;
  }
  .newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem.leftSide ul li:after,
  .newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem.rightSide ul li:after{
    left: 0;
  }
  .newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem.leftSide .imgWrap{
    width:120px;
    transform: translate(100px, -230px) rotate(270deg)
  }
  .newSection1 .comparisonBlock .comparisonBlockWrapper .comparisonItem.rightSide .imgWrap{
    width: 160px;
    transform: translate(50px, -210px) rotate(270deg)
  }
}



.newSection2{
  padding-top: 100px;
  background-color: #f9f9f9;
  padding-bottom: 115px;
}
.newSection2 .topSide{
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}

.newSection2 .topSide h2.title{
  font-family: 'Leftonade', sans-serif;
  font-size: 54px;
  line-height: 60px;
  padding-left: 127px;
}
.newSection2 .productBlock{
  display: flex;
  margin-bottom: 200px;
}
.newSection2 .productBlock .productItem{
  flex: 0 0 50%;
  text-align: center;
}
.newSection2 .productBlock .productItem:first-child{
  border-right: 1px solid #e5e5e5;
}
.newSection2 .productBlock .productItem .imgWrap{
  height: 450px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.newSection2 .productBlock .productItem .imgWrap .revertImg{
  cursor: pointer;
  position: absolute;
  right: 30px;
  bottom: 150px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color:#f2f2f2;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease-in-out;
}

.newSection2 .productBlock .productItem .imgWrap .revertImg:hover{
  width: 70px;
  height: 70px;
  background-color:#999999;
}


.newSection2 .productBlock .productItem .title{
  font-family: 'Leftonade', sans-serif;
  font-size: 30px;
  margin-bottom: 25px;
}
.newSection2 .productBlock .productItem .btnsWrap{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
.newSection2 .productBlock .productItem .btnsWrap button{
  cursor: pointer;
  background-color: transparent;
  padding: 12px 20px;
  font-size: 24px;
  border: 1px solid #f2f2f2;
  color: #c7c7c7;
  margin-left: 5px;
  margin-right: 5px;
}
.newSection2 .productBlock .productItem .btnsWrap button.active{
  color:#808080;
  background-color:#f2f2f2;
}
.newSection2 .productBlock .productItem .btnsWrap button:hover{
  background-color:#77b725;
  color:#ffffff;
}
.newSection2 .productBlock .productItem .metaBlock{
  margin-bottom: 45px;
}
.newSection2 .productBlock .productItem .metaBlock .priceBlock{
  font-family: 'Leftonade', sans-serif;
  font-size: 30px;
  margin-bottom: 5px;
}
.newSection2 .productBlock .productItem .metaBlock .priceBlock span{
  font-size: 24px;
}
.newSection2 .productBlock .productItem .metaBlock .priceBlock span small{
  background-color:#86c23b;
  color:#ffffff;
  font-size: 14px;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  transform: translateY(-10px);
}

.newSection2 .productBlock .productItem .metaBlock .info{
  color:#8b8b8b;
  font-size: 18px;
  line-height: 24px;
}

.newSection2 .productBlock .productItem .btnWrap{}
.newSection2 .productBlock .productItem .btnWrap .btn{
  width: auto;
  padding: 0 25px;
}

.newSection2 .productVideoBlock{
  margin-bottom: 100px;
}
.newSection2 .productVideoBlock h2.title{
  font-size: 53px;
  line-height: 60px;
  text-align:center;
  margin-bottom: 50px;
}
.newSection2 .productVideoBlock .videoContentWrapper{
  display: flex;
  justify-content: space-between;
}

.newSection2 .productVideoBlock .videoContentWrapper .videoItem{
  flex: 0 0 300px;
}

.newSection2 .productVideoBlock .videoContentWrapper .videoItem .imgWrap{
  position:relative;
  margin-bottom: 20px;
}

.newSection2 .productVideoBlock .videoContentWrapper .videoItem .imgWrap img{
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.newSection2 .productVideoBlock .videoContentWrapper .videoItem .imgWrap a{
  display: block;
  width: 56px;
  height: 56px;
  background-color:#ffffff;
  padding: 20px;
  padding-left: 22px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.newSection2 .productVideoBlock .videoContentWrapper .videoItem .imgWrap a:hover{
  transform: translate(-50%, -50%) scale(1.15);
}

.newSection2 .productVideoBlock .videoContentWrapper .videoItem .title{
  font-family: 'Leftonade', sans-serif;
  font-size: 24px;
  line-height: 26px;
  color:#000000;
  text-decoration: underline;
}
.newSection2 .productVideoBlock .videoContentWrapper .videoItem .title img{
  vertical-align: middle;
  padding-left: 10px;
}
.newSection2 .productVideoBlock .videoContentWrapper .videoItem:hover .title{
  text-decoration: none;
}

@media(max-width:1000px){
  .newSection2 .productVideoBlock h2.title{
    font-size: 40px;
    line-height: 46px;
  }
  .newSection2 .productVideoBlock .videoContentWrapper .videoItem{
    flex: 0 0 calc((100% / 3) - 15px);
  }
}
@media(max-width:600px){
  .newSection2 .productVideoBlock .videoContentWrapper{
    display: block;
  }
  .newSection2 .productVideoBlock .videoContentWrapper .videoItem{
    margin-bottom: 40px;
  }
  .newSection2 .productVideoBlock .videoContentWrapper .videoItem .imgWrap{
    margin-bottom: 10px;
  }
  .newSection2 .productVideoBlock h2.title{
    font-size: 30px;
    line-height: 36px;
  }
}




.newSection2 .bottomSide{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newSection2 .bottomSide .leftSide{

}

.newSection2 .bottomSide .leftSide .textBlock{}
.newSection2 .bottomSide .leftSide .textBlock .dayText{
  font-family: 'Leftonade', sans-serif;
  font-size: 150px;
  margin-bottom: 20px;
  position:relative;
}


.newSection2 .bottomSide .leftSide .textBlock .dayText:before{
  content: 'Дешевле чашки кофе';
  width: 146px;
  height: 146px;
  background-image: url(../img/blot.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -65px;
  left: 65px;
  color:#ffffff;
  font-size: 14px;
  line-height: 14px;
  padding-top: 65px;
  padding-left: 55px;
  padding-right: 35px;
}

@media(max-width:600px){
  .newSection2 .bottomSide .leftSide .textBlock .dayText:before{
    left:160px;
    top: -75px;
  }
}


.newSection2 .bottomSide .leftSide .textBlock .dayText span{
  font-size: 60px;
}
.newSection2 .bottomSide .leftSide .textBlock .title{
  font-family: 'Leftonade', sans-serif;
  font-size: 24px;
  color:#000000;
  margin-bottom: 10px;
}
.newSection2 .bottomSide .leftSide .textBlock .text{
  font-size: 20px;
  line-height: 24px;
  color:#8b8b8b
}
.newSection2 .bottomSide .rightSide{
}


@media(max-width:1000px){
  .newSection2 .topSide{
    flex-direction: column;
    margin-bottom: 250px;
  }
  .newSection2 .topSide h2.title{
    order: 1;
    padding-left: 0;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 50px;
  }
  .newSection2 .topSide .imgWrap{
    order:2;
  }
  .newSection2 .productBlock{
    display: block;
    margin-bottom: 130px;
  }
  .newSection2 .productBlock .productItem:first-child{
    border-right: none;
    margin-bottom: 70px;
  }
  .newSection2 .bottomSide{
    display: block;
  }
  .newSection2 .bottomSide .leftSide{
    margin-bottom: 70px;
  }
  .newSection2 .bottomSide .leftSide .textBlock .text br{
    display: none;
  }
  .newSection2 .bottomSide .rightSide{}
  .newSection2 .bottomSide .rightSide .imgWrap{
    text-align:center;
  }
}

@media(max-width:600px){
  .newSection2{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .newSection2 .topSide h2.title{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
  }
  .newSection2 .topSide{
    display: block;
    margin-bottom: 40px;
  }
  .newSection2 .topSide .imgWrap{
    display: none;
  }
  .newSection2 .productBlock .productItem .imgWrap .revertImg{
    right: 0;
  }
  .newSection2 .productBlock{
    margin-bottom: 70px;
  }
  .newSection2 .productBlock .productItem .btnsWrap button{
    padding: 12px 5px;
  }
  .newSection2 .bottomSide .leftSide{
    margin-bottom: 50px;
  }
  .newSection2 .bottomSide .leftSide .textBlock .dayText{
    font-size: 100px;
  }

  .newSection2 .bottomSide .leftSide .textBlock .dayText span{
    font-size: 40px;
  }
}






.newSection3{
  padding-top: 70px;
  background-color:#f9f9f9;
  padding-bottom: 100px;
}

.newSection3 .topSide{
  display: flex;
  justify-content: space-between;
}
.newSection3 .topSide .leftSide{
  padding-left: 95px;
  flex: 0 0 510px;
}
.newSection3 .topSide .leftSide h2.title{
  font-family: 'Leftonade', sans-serif;
  font-size: 54px;
  line-height: 60px;
  margin-bottom: 30px;
}
.newSection3 .topSide .leftSide .description{
  font-family: 'Leftonade', sans-serif;
  font-size: 24px;
  line-height: 30px;
  color:#76b625;
  max-width: 285px;
}
.newSection3 .topSide .rightSide{
  flex:0 0 400px;
  padding-right: 45px;
  padding-top: 15px;
}
.newSection3 .topSide .rightSide .certificateBlock{
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.newSection3 .topSide .rightSide .certificateBlock:before{
  content: 'Сертификаты качества';
  font-family: 'Leftonade', sans-serif;
  font-size: 24px;
  line-height: 28px;
  position: absolute;
  top: -7px;
  left: -155px;
  width: 100px;
}
.newSection3 .topSide .rightSide .certificateBlock .certificateItem{
  flex: 0 0 calc(100% / 2);
  text-align:center;
  margin-bottom: 28px;
}
.newSection3 .topSide .rightSide .certificateBlock .certificateItem:hover{
  transform: scale(1.1);
}
.newSection3 .topSide .rightSide .certificateBlock .certificateItem span{
  display: block;
  margin-top: 3px;
  color:#8b8b8b;
  font-size: 16px;
}
.newSection3 .bottomSide{
  display: flex;
  align-items: flex-end;
  margin-top: -92px;
}
.newSection3 .bottomSide .videoWrap{
  flex: 0 0 58%;
  position: relative;
}

.newSection3 .bottomSide .videoWrap .playBtn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-85%, -50%);
  display: flex;
  align-items: center;
}
.newSection3 .bottomSide .videoWrap .playBtn span{
  margin-right: 15px;
  color:#ffffff;
  font-family: 'Leftonade', sans-serif;
  font-size: 20px;
  line-height: 24px;

}
.newSection3 .bottomSide .videoWrap .playBtn a{
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 40px;
}

.newSection3 .bottomSide .videoWrap .playBtn a:hover{
  transform: scale(1.2);
}

.newSection3 .bottomSide .infoBlock{
  flex: 0 0 42%;
  padding-left: 120px;
}
.newSection3 .bottomSide .infoBlock .infoItem{
  font-family: 'Leftonade', sans-serif;
  font-size: 60px;
  color:#76b625;
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
}
.newSection3 .bottomSide .infoBlock .infoItem span{
  font-size: 16px;
  line-height: 18px;
  color:#8b8b8b;
  padding-left: 10px;
}

@media(max-width:1025px){
  .newSection3 .topSide .leftSide{
    padding-left: 0;

  }
}
@media(max-width:1000px){
  .newSection3 .topSide{
    display: block;
    margin-bottom: 70px;
  }

  .newSection3 .topSide .leftSide{
    margin-bottom: 50px;
  }
  .newSection3 .topSide .leftSide h2.title{
    font-size: 40px;
    line-height: 46px;
  }
  .newSection3 .topSide .leftSide .description{
     max-width: 100%;
    font-size: 22px;
    line-height: 28px;
  }
  .newSection3 .topSide .rightSide{
    padding-right: 0;
  }
  .newSection3 .topSide .rightSide .certificateBlock:before{
    position: static;
    flex: 0 0 100%;
    margin-bottom: 50px;
  }
  .newSection3 .topSide .rightSide .certificateBlock .certificateItem{
    flex: 0 0 calc(100% / 3);
  }
  .newSection3 .bottomSide{
    margin-top: 0;
    display: block;
  }
  .newSection3 .bottomSide .videoWrap{
    text-align: center;
    margin-bottom: 40px;
  }
  .newSection3 .bottomSide .infoBlock{
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .newSection3 .bottomSide .infoBlock .infoItem{
    flex: 0 0 calc(100% / 2);
    justify-content: center;
  }
	  
  footer .footerTop .innerWrapper .item.fourth {
		display: none;
	}
	
	footer .footerTop .innerWrapper .item .copyright {
		display: none;
	}
}


.d-small {
	display: none;
}

footer .footerTop .btn-box {
		text-align: center;
	}
	
footer .footerBottom .copyright {
	text-align: center;
	color: white;
	width: 100%;
	flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	padding-top: 15px;
}	

@media screen and (max-width: 1000px){
	header {	
		padding: 5px 0;
	}
	
	  
  footer .footerTop .innerWrapper .item.fourth {
		display: none;
	}
	
	footer .footerTop .innerWrapper .item .copyright {
		display: none;
	}
	.d-small {
		display: block;
	}
	
		footer .footerTop {
		padding-top: 20px;
		padding-bottom: 15px;
	}
}

@media(max-width:600px){
  .newSection3{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .newSection3 .topSide .rightSide .certificateBlock .certificateItem{
    flex: 0 0 calc(100% / 2);
  }
  .newSection3 .bottomSide .videoWrap .playBtn{
    transform: translate(-60%, -50%);
  }
  .newSection3 .bottomSide .infoBlock{
    display: block;
  }
  .newSection3 .bottomSide .infoBlock .infoItem{
    justify-content: flex-start;
  }
}

.error-holder {
    color: red;
    font-size: 15px;
}