@font-face {
  font-family: 'Circe Extra Light';
  src: url("../fonts/circleLight/Circe-Light.eot");
  src: url("../fonts/circleLight/Circe-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/circleLight/Circe-Light.woff") format("woff"), url("../fonts/circleLight/Circe-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Circe Regular';
  src: url("../fonts/circeRegular/Circe-Regular.eot");
  src: url("../fonts/circeRegular/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/circeRegular/Circe-Regular.woff") format("woff"), url("../fonts/circeRegular/Circe-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Circe Bold';
  src: url("../fonts/circleBold/Circe-Bold.eot");
  src: url("../fonts/circleBold/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/circleBold/Circe-Bold.woff") format("woff"), url("../fonts/circleBold/Circe-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Circe Regular' , sans-serif !important;
  font-weight: normal;
  color: #00110A;
  line-height: 24px;
  font-size: 16px;
}

.container {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 135px;
}

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

li {
  list-style-type: none;
}

h1 {
  font-weight: 500;
  font-size: 46px;
  margin: 0;
  line-height: 1,5;
  text-align: center;
}
h1 span {font-size: 80%;}

h3 {
  font-weight: 500;
  font-size: 24px;
  margin: 0;
  line-height: 35px;
}

h2 {
  margin: 0;
  font-family: 'Circe Regular' , sans-serif !important;
  font-weight: normal;
  color: #00110A;
  padding-top:32px;
  font-size: 36px;
  color: #007700;
  text-align: center;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #00110A;
}

button {
  cursor: pointer;
  outline: 0;
  cursor: pointer;
  outline: 0;
  background: none;
  border: none;
  padding: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

button:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.slick-disabled {
  visibility: hidden;
}

.text-decorate {
  color: #57A773;
  font-weight: 700;
}


label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  outline: none;
}

label:before {
  content: '';
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #57A773;
  width: 20px;
  height: 19.2px;
  border-radius: 50%;
  margin-right: 14px;
}

#film{
    margin:20px auto;    
    max-width:900px;
    height:483px;
	background-image:url(../images/noutbook1.png);	
}
.rolik {max-width:640px;height:360px;margin:0 auto;padding-top:45px;}
.videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
		height: 0;		
}
.videoWrapper iframe {
    position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;  z-index:1;
}


.left-blok {
width: 33%;
height: auto;
float: left;
display: inline-block;
}

.center-blok {
width: 33%;
height: auto;
display: inline-block;
}

.right-blok {
width: 33%;
height: auto;
float: right;
display: inline-block;
}
.conteiner-blok img {width: 90%; height: auto; text-align: center; margin: 0 auto;}

.button-up {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #E8536E;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
}

.button-wrp__up {
  display: none;
  position: fixed;
  bottom: 10%;
  right: 5%;
  z-index: 99999;
}

.flex-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

@media (max-width: 1290px) {
  .container {
    width: 992px;
    padding: 0px 30px;
  }
}

@media (max-width: 992px) {
  .container {
    width: 768px;
  }
  h2 {
    font-size: 24px;
    line-height: 35px;
  }
}

@media (max-width: 768px) {
  .slider-list__two {
    padding: 0 20% 0 0  !important;
    overflow: visible !important;
  }
  .flex-start {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.header {
  position: relative;
  overflow: hidden;
}

.header:after {
  content: '';
  position: absolute;
  top: 140px;
  left: -165px;
  width: 451px;
  height: 451px;
  background: url("../img/Ellipse-decorate.png") no-repeat;
  z-index: -1;
}

.header:before {
  content: '';
  position: absolute;
  top: 315px;
  left: 0;
  background: url("../img/Ellipse-decorate.png") no-repeat;
  width: 451px;
  height: 451px;
  z-index: -1;
}

.header-logo {
  position: relative;
  z-index: 10000;
}

.header-block {
  padding: 20px 0px;
  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;
}

.header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-menu__item {
  margin-left: 40px;
}

.header-menu__link {
  position: relative;
}

.header-menu__link:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 0%;
  height: 2px;
  background: #E8536E;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.header-menu__link:after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 50%;
  width: 0%;
  height: 2px;
  background: #E8536E;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.header-menu__link:hover {
  color: #E8536E;
}

.header-menu__link:hover:before {
  width: 50%;
}

.header-menu__link:hover:after {
  width: 50%;
}

.header-wrap {
  margin: 129px 0px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-title {
  max-width: 600px;
  line-height: 71px;
}

.header-title__block {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  z-index: 999;
}

.header-subtitle {
  margin: 30px 0;
  font-size: 24px;
}

.header-button {
  max-width: 100%;
  display: inline-block;
  width: 270px;
  font-family: 'Circe Bold' , sans-serif;
  font-size: 20px;
  height: 60px;
  border: 2px solid #E8536E;
  text-align: center;
  padding: 17px 0px;
  background: #ffffff;
  border-radius: 15px;
  color: #E8536E !important;
  margin-right: 30px;
}

.header-button:first-child {
  background: #E8536E;
  color: #ffffff  !important;
}

.header-image {
  position: relative;
  z-index: 999;
  right: 0;
}

.header-image__block {
  position: relative;
  top: -100px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.header-menu__burger {
  display: none;
}

.menu-list {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 127px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0px;
  left: 0;
  width: 100%;
  background: #fff;
  height: 568px;
  z-index: 9999;
}

.menu-list__item {
  margin-top: 30px;
}

.menu-link {
  color: #57A773;
  font-size: 18px;
}

.menu-link:hover {
  color: #E8536E;
}

.menu-burger {
  cursor: pointer;
  position: relative;
  width: 41px;
  height: 6px;
  z-index: 99999;
}

.menu-burger:after {
  position: absolute;
  content: '';
  top: 10px;
  width: 41px;
  height: 6px;
  background: #57A773;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 5px;
}

.menu-burger:before {
  position: absolute;
  content: '';
  top: 0px;
  width: 41px;
  height: 6px;
  background: #57A773;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 5px;
}

.menu-active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
}

.menu-active:after {
  top: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 1390px) {
  .header-title__block {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
}

@media (max-width: 1292px) {
  .header:before {
    top: 204px;
    left: -70px;
  }
  .header:after {
    left: -171px;
    top: 10%;
    width: 451px;
    height: 451px;
  }
  .header-title {
    font-size: 48px;
    max-width: 445px;
  }
  .header-title__block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .header-subtitle {
    font-weight: 350;
    font-size: 22px;
  }
  .header-button {
    width: 216px;
    height: 66px;
    padding: 20px 0px;
  }
  .header-image__block {
    position: relative;
    margin-left: 0px;
    right: 5%;
  }
  .header-wrap {
    margin: 129px 0px 136px;
  }
}

@media (max-width: 992px) {
  .header-wrap {
    margin: 70px 0px 136px;
  }
  .header:before {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    top: 120px;
  }
  .header:after {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    top: 15px;
  }
  .header-subtitle {
    font-family: 'Circe Extra Light' , sans-serif !important;
    font-weight: normal;
    color: #00110A;
    line-height: 24px;
    font-size: 14px;
    font-size: 22px;
  }
  .header-image__block {
    position: absolute;
    right: 10px;
    width: 339px;
    height: 339px;
    z-index: -1;
    top: 65px;
  }
  .header-image__block:before {
    border: 50px solid #72DBA3;
  }
  .call {display: none;}
}

@media (max-width: 768px) {
  .header-menu__burger {
    display: block;
    width: 42px;
    height: 16px;
  }
  .header-menu__item {
    display: none;
  }
}

@media (max-width: 560px) {
  .header:after {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  .header:before {
    top: 70px;
    left: -195px;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  .header-image {
    width: 280px;
    height: 280px;
  }
  .header-image__block {
    width: 92%;
    left: 48px;
    top: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-title {
    font-size: 24px;
    line-height: 35px;
  }
  .header-buttons__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 350px;
  }
  .button-information {
    display: none;
  }
  .button-buy {
    margin: 0;
  }
}

@media (max-width: 390px) {
  .header-image__block {
    left: 42px;
    top: 330px;
  }
  .header-buttons__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 300px;
  }
}

.reason {
  padding-bottom: 55px;
  background: linear-gradient(354.49deg, #F7EF99 6.39%, #72DBA3 93.61%);
  background-size: cover;
  overflow: hidden;
}

.reason-title {
  position: relative;
  padding-top: 90px;
  z-index: 9999;
}

.reason-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

.reason-wrap__text {
  position: relative;
  background: #ffffff;
  border-radius: 70px;
  padding: 58px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  z-index: 999;
}

.reason-wrap__text:before {
  content: '';
  position: absolute;
  background: transparent;
  top: -97px;
  left: -137px;
  width: 830px;
  height: 830px;
  border: 100px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: -1;
}

.reason-wrap__diseases {
  position: relative;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-left: 30px;
  z-index: 999;
}

.reason-wrap__diseases:after {
  content: '';
  position: absolute;
  background: transparent;
  top: 148px;
  right: -97px;
  width: 355px;
  height: 355px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: -1;
}

.reason-text {
  margin-top: 20px;
  max-width: 473px;
}

.reason-text__wrap {
  margin-left: 30px;
}

.reason-diseases {
  margin-top: 25px;
  margin-right: 14px;
}

.reason-diseases__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reason-diseases__title {
  text-align: center;
  font-weight: 500;
}

.reason-diseases__subtitle {
  font-family: 'Circe Extra Light' , sans-serif !important;
  font-weight: normal;
  color: #00110A;
  line-height: 24px;
  font-size: 14px;
}

@media (max-width: 992px) {
  .reason-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reason-wrap__text {
    padding: 52px 115px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .reason-wrap__text:before {
    border: 30px solid rgba(255, 255, 255, 0.2);
    width: 331px;
    height: 328px;
    top: -45px;
    left: -5px;
  }
  .reason-wrap__text:after {
    content: '';
    position: absolute;
    background: transparent;
    border: 30px solid rgba(255, 255, 255, 0.2);
    width: 331px;
    height: 328px;
    right: 0;
    border-radius: 50%;
  }
  .reason-wrap__diseases {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-left: 0px;
  }
  .reason-wrap__diseases:after {
    width: 191px;
    height: 189px;
    top: 372px;
    right: -23px;
  }
  .reason-wrap__diseases:before {
    content: '';
    position: absolute;
    background: transparent;
    top: -61px;
    left: 55px;
    width: 189px;
    height: 191px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: -1;
  }
  .reason-diseases {
    margin-right: 0px;
  }
  .reason-diseases__block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reason-diseases__block:after {
    content: '';
    position: absolute;
    background: transparent;
    border: 30px solid rgba(255, 255, 255, 0.2);
    width: 331px;
    height: 328px;
    left: 0;
    bottom: -40px;
    border-radius: 50%;
    z-index: -1;
  }
  .reason-diseases__img {
    width: 339px;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  .reason-diseases__last {
    width: 708px;
  }
  .reason-diseases__title {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .reason-text {
    max-width: 100%;
  }
  .reason-title {
    margin-left: 20px;
  }
  .reason-diseases {
    padding: 0 20px;
  }
  .reason-diseases__block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .reason-diseases__img {
    width: 100%;
  }
  .reason-wrap__text {
    padding: 30px;
  }
  .container-fluid {
    padding: 0px;
  }
}

#problem {
  position: relative;
  overflow: hidden;
}

#problem:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 54px;
  background: url("../img/ellipse-decorate2.png") no-repeat;
  width: 301px;
  height: 301px;
}

.problem-block {
  padding: 100px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.problem-img__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.problem-text {
  position: relative;
  margin-top: 25px;
  max-width: 475px;
  z-index: 3;
}

.problem-text__title {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
}

.problem-text__wrap {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-left: 30px;
}

.problem-text__wrap:before {
  content: "";
  position: absolute;
  right: -24%;
  bottom: -18%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(114, 219, 163, 0.8)), to(rgba(247, 239, 153, 0.8)));
  background: linear-gradient(180deg, rgba(114, 219, 163, 0.8) 0%, rgba(247, 239, 153, 0.8) 100%);
  width: 643px;
  height: 643px;
  border-radius: 50%;
  z-index: 2;
}

.problem-text__wrap:after {
  content: "";
  position: absolute;
  right: -24%;
  top: -5%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(114, 219, 163, 0.8)), to(rgba(247, 239, 153, 0.8)));
  background: linear-gradient(180deg, rgba(114, 219, 163, 0.8) 0%, rgba(247, 239, 153, 0.8) 100%);
  width: 643px;
  height: 643px;
  border-radius: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 1;
}

@media (max-width: 1290px) {
  .problem-text__wrap:before {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  .problem-text__wrap:after {
    -webkit-transform: scale(0.5) rotate(90deg);
            transform: scale(0.5) rotate(90deg);
  }
}

@media (max-width: 992px) {
  #problem:after {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    left: -50px;
  }
  .problem-text {
    max-width: 341px;
  }
  .problem-text__wrap:before {
    bottom: 8%;
    -webkit-transform: scale(0.45) rotate(90deg);
            transform: scale(0.45) rotate(90deg);
    right: -380px;
    z-index: 1;
  }
  .problem-text__wrap:after {
    top: 12%;
    right: -380px;
    -webkit-transform: scale(0.45);
            transform: scale(0.45);
  }
}

@media (max-width: 768px) {
  .problem-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .problem-text__wrap {
    margin-left: 0px;
    min-height: 520px;
  }
  .problem-text__wrap:before {
    right: -405px;
    bottom: 33%;
  }
  .problem-text__wrap:after {
    top: -10%;
    right: -405px;
  }
  .problem-img__wrap {
    margin-top: 20px;
    min-height: 389px;
  }
  #problem:after {
    top: 395px;
    left: -80px;
  }
}

.advantages {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#72DBA3), to(#F7EF99));
  background: linear-gradient(180deg, #72DBA3 0%, #F7EF99 100%);
  padding: 95px 0;
  overflow: hidden;
}

.advantages:before {
  content: '';
  position: absolute;
  top: 0;
  left: -26%;
  width: 32%;
  height: 100%;
  border: 100px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  border-radius: 50%;
}

.advantages:after {
  content: '';
  position: absolute;
  top: 16px;
  right: 41px;
  width: 129px;
  height: 129px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.advantages-list:after {
  content: '';
  position: absolute;
  top: 88px;
  right: -95px;
  width: 262px;
  height: 262px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.advantages-list__title {
  display: block;
  font-size: 24px;
  color: #000;
  line-height: 50px;
}

.advantages-list__item {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  text-align: center;
  margin-top: 60px;
}

.advantages-list__img {
  height: 55px;
}

.advantages-list__text {
  color: #000;
}

@media (max-width: 992px) {
  .advantages:before {
    border: 50px solid rgba(255, 255, 255, 0.2);
    width: 662px;
    height: 662px;
    top: 180px;
    left: -588px;
  }
  .advantages:after {
    top: 257px;
  }
  .advantages-list:after {
    top: 309px;
  }
  .advantages-list__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media (max-width: 768px) {
  .advantages:before {
    border: 30px solid rgba(255, 255, 255, 0.2);
    width: 433px;
    left: -330px;
    top: 209px;
    height: 433px;
  }
  .advantages:after {
    left: -65px;
    top: 1200px;
  }
  .advantages-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .advantages-list:after {
    right: -160px;
    top: 729px;
  }
  .advantages-list__item {
    min-height: 137px;
  }
}

.author {
  position: relative;
  padding: 100px 0px;
  overflow: hidden;
}

.author:after {
  content: '';
  position: absolute;
  top: 75px;
  left: -237px;
  width: 463px;
  height: 463px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(114, 219, 163, 0.8)), to(rgba(247, 239, 153, 0.8)));
  background: linear-gradient(180deg, rgba(114, 219, 163, 0.8) 0%, rgba(247, 239, 153, 0.8) 100%);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border-radius: 50%;
  z-index: -1;
}

.author:before {
  content: '';
  position: absolute;
  top: 75px;
  right: -245px;
  width: 463px;
  height: 463px;
  background: url("../img/ellipse-decorate3.png") no-repeat;
  border-radius: 50%;
  z-index: -1;
}

.author-title {
  margin-bottom: 41px;
}

.author-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.author-block:after {
  content: '';
  position: absolute;
  top: 168px;
  right: -435px;
  width: 669px;
  height: 669px;
  background: url("../img/ellipse-decorate4.png") no-repeat;
  border-radius: 50%;
  z-index: -1;
}

.author-blocks {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.author-text {
  font-family: 'Circe Extra Light' , sans-serif !important;
  font-weight: normal;
  color: #00110A;
  line-height: 24px;
  font-size: 14px;
}

.author-text__subtitle {
  color: #57A773;
}

.author-text__block {
  margin-top: 20px;
}

.author-img {
  width: 470px;
  height: 515px;
}

.author-text__wrap {
  min-width: 298px;
  margin-left: 30px;
}

@media (max-width: 1440px) {
  .author-img {
    width: 370px;
    height: 415px;
  }
}

@media (max-width: 992px) {
  .author:after {
    top: 362px;
  }
  .author:before {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    right: -329px;
  }
  .author-img__wrap {
    margin-top: 83px;
  }
  .author-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .author-block:after {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    right: -484px;
  }
  .author-img {
    width: 336.76px;
    height: 369px;
  }
  .author-text__title {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .author {
    padding: 50px 0;
  }
  .author:after {
    top: 640px;
    left: -405px;
  }
  .author:before {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    right: -280px;
    top: 549px;
  }
  .author-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .author-block:after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    right: -430px;
    top: 291px;
  }
  .author-title {
    position: absolute;
    top: 50px;
    left: 27px;
  }
  .author-text {
    max-width: 280px;
  }
  .author-text__wrap {
    margin: 0px;
    min-height: 619px;
  }
  .author-text__title {
    font-size: 21px;
  }
  .author-img {
    height: auto;
  }
  .author-img__wrap {
    min-height: 375px;
  }
}

.video {
  position: relative;
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-0.03%, #72DBA3), color-stop(99.97%, #F7EF99));
  background: linear-gradient(180deg, #72DBA3 -0.03%, #F7EF99 99.97%);
  overflow: hidden;
}

.video:after {
  content: '';
  position: absolute;
  top: 133px;
  left: -87px;
  width: 370px;
  height: 370px;
  border: 40px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  border-radius: 50%;
}

.video:before {
  content: '';
  position: absolute;
  top: 50px;
  right: -85px;
  width: 429px;
  height: 429px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: 0;
}

.video-block {
  position: relative;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1;
}

.video-block__item {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video-youtube {
  border: 0px;
  width: 370px;
  height: 225px;
}

@media (max-width: 1420px) {
  .video-block__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .video-block__item:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media (max-width: 992px) {
  git .video:before {
    top: 272px;
    right: -265px;
  }
  .video-block__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .video-block__item:last-child {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .video-youtube {
    width: 339px;
    height: 225px;
  }
}

@media (max-width: 768px) {
  .video:after {
    top: 250px;
    left: -250px;
  }
  .video:before {
    width: 275px;
    height: 275px;
    left: 240px;
    top: 647px;
  }
  .video-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .video-block__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .video-block__item:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .video-youtube {
    width: 280px;
    height: 185px;
  }
}

.contraindications {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.contraindications:after {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(114, 219, 163, 0.8)), to(rgba(247, 239, 153, 0.8)));
  background: linear-gradient(180deg, rgba(114, 219, 163, 0.8) 0%, rgba(247, 239, 153, 0.8) 100%);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border-radius: 50%;
  top: 25px;
  left: -50px;
  z-index: -1;
}

.contraindications:before {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(114, 219, 163, 0.8)), to(rgba(247, 239, 153, 0.8)));
  background: linear-gradient(180deg, rgba(114, 219, 163, 0.8) 0%, rgba(247, 239, 153, 0.8) 100%);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border-radius: 50%;
  bottom: 40px;
  left: 415px;
  z-index: -1;
}

.contraindications-block {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contraindications-block:before {
  content: '';
  position: absolute;
  width: 259px;
  height: 259px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(114, 219, 163, 0.8)), to(rgba(247, 239, 153, 0.8)));
  background: linear-gradient(180deg, rgba(114, 219, 163, 0.8) 0%, rgba(247, 239, 153, 0.8) 100%);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border-radius: 50%;
  bottom: 45px;
  right: 0px;
  z-index: -1;
}

.contraindications-title__wrp {
  position: absolute;
  top: -50px;
}

.contraindications-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 46px;
}

.contraindications-item__image {
  width: 61px;
  height: 61px;
  margin-right: 30px;
}

.contraindications-item__text {
  max-width: 400px;
}

.contraindications-col-2 {
  position: relative;
  margin-left: 105px;
}

@media (max-width: 992px) {
  .contraindications-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .contraindications-col {
    max-width: 58%;
  }
  .contraindications-item {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .contraindications-item__text {
    max-width: 307px;
  }
  .contraindications-title__wrp {
    top: -400px;
  }
}

@media (max-width: 768px) {
  .contraindications {
    padding: 50px 0;
  }
  .contraindications:after {
    top: 545px;
  }
  .contraindications:before {
    left: 236px;
    bottom: 530px;
  }
  .contraindications-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contraindications-block:before {
    display: none;
  }
  .contraindications-col {
    max-width: 100%;
  }
  .contraindications-col-2 {
    margin-left: 0px;
  }
  .contraindications-item__image {
    width: 30px;
    height: 30px;
  }
  .contraindications-container {
    padding: 0px 10px;
  }
}

.ask {
  position: relative;
  padding: 200px 0px 100px;
  overflow: hidden;
}

.ask:before {
  position: absolute;
  top: 40px;
  left: -132px;
  content: '';
  background: url("../img/ask_ellipse.png");
  width: 262px;
  height: 262px;
  z-index: 0;
}

.ask:after {
  position: absolute;
  content: '';
  background: url("../img/ask_ellipse.png");
  width: 262px;
  right: -125px;
  top: 20px;
  height: 262px;
  z-index: -1;
}

.ask-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ask-block:after {
  position: absolute;
  content: '';
  background: url("../img/ask_ellipse.png");
  width: 262px;
  height: 262px;
  z-index: -1;
  bottom: 50px;
  left: 389px;
}

.ask-title {
  position: absolute;
  top: -82px;
}

.ask-list__item {
  outline: 0;
  margin-top: 22px;
  cursor: pointer;
}

.ask-list__wrp {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.ask-answer__wrp {
  position: relative;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.ask-answer__item {
  border: 50px solid #72DBA3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 70px;
  padding: 50px 45px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  height: auto;
  position: relative;
  background: #fff;
}

.ask-answer__text {
  display: none;
  position: relative;
  max-width: 400px;
}

.tab-active {
  background: #72DBA3;
  border-radius: 15px;
  color: #fff !important;
  padding: 10px;
}

@media (max-width: 992px) {
  .ask:before {
    -webkit-transform: scale(0.82);
            transform: scale(0.82);
  }
  .ask:after {
    -webkit-transform: scale(0.82);
            transform: scale(0.82);
    top: 426px;
  }
  .ask-answer__item {
    border: 20px solid #72DBA3;
  }
  .ask-block:after {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    left: 145px;
  }
}

@media (max-width: 768px) {
  .ask {
    padding: 100px 0px 100px;
  }
  .ask-block {
    display: block;
    min-height: 400px;
  }
  .ask-block:after {
    display: none;
  }
  .ask-title {
    top: -150px;
    left: 20px;
  }
  .ask-list__item {
    margin: 50px 0px 20px 20px;
    outline: 0;
    min-height: 24px;
  }
  .ask-list__text {
    display: block;
    max-width: 280px;
    padding: 10px;
    font-family: 'Circe Extra Light' , sans-serif !important;
    font-weight: normal;
    color: #00110A;
    line-height: 24px;
    font-size: 14px;
  }
  .ask-answer__item {
    padding: 27px 10px;
    border-radius: 30px;
    min-height: 200px;
  }
  .ask-answer__text {
    max-width: 100%;
  }
}

.comment {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.02%, #F7EF99), color-stop(100.02%, #72DBA3));
  background: linear-gradient(0deg, #F7EF99 0.02%, #72DBA3 100.02%);
  padding: 100px 0px 81px;
  overflow: hidden;
}

.comment:after {
  content: '';
  position: absolute;
  bottom: 24px;
  left: 25px;
  width: 729px;
  height: 729px;
  border: 100px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: 0;
}

.comment:before {
  content: '';
  position: absolute;
  top: 35px;
  right: 16px;
  width: 729px;
  height: 729px;
  border: 100px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: 0;
}

.comment-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  z-index: 3;
}

.comment-slider {
  position: relative;
  background: url("../img/feedback_1.png");
  max-width: 100%;
  width: 431px;
  min-height: 788px;
  -webkit-transition: .5s;
  transition: .5s;
}

.comment-slider:before {
  position: absolute;
  content: " ";
  width: 325px;
  height: 1px;
  left: 54px;
  top: 120px;
  background: #FFFFFF;
}

.comment-slider__name {
  margin-top: 45px;
  font-size: 17px;
  line-height: 16px;
  color: #FFFFFF;
  margin-left: 65px;
}

.comment-slider__btns {
  position: absolute;
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.comment-slider__text {
  margin-top: 50px;
  max-width: 260px;
  background: #FFFFFF;
  padding: 24px 16px;
  border-radius: 20px;
  margin-left: 34px;
}

.comment-slider__block {
  position: absolute;
  width: 76%;
  left: 53px;
  height: 100%;
  overflow: hidden;
}

.comment-slider__list {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 47px;
  left: 0px;
  width: 99%;
}

@media (max-width: 768px) {
  .comment:after {
    height: 413px;
    width: 413px;
    border: 50px solid rgba(255, 255, 255, 0.5);
    bottom: -55px;
    left: -190px;
  }
  .comment:before {
    height: 413px;
    width: 413px;
    border: 50px solid rgba(255, 255, 255, 0.5);
    top: 190px;
    right: -285px;
  }
}

@media (max-width: 520px) {
  .comment-block {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .comment-slider {
    background: none;
    max-width: none;
    min-height: auto;
  }
  .comment-slider:before {
    top: 70px;
  }
  .comment-slider__block {
    position: relative;
    width: 100%;
    min-height: 550px;
  }
  .comment-slider__btns {
    position: relative;
    width: 100%;
    top: -30px;
  }
  .comment-slider__text {
    max-width: 280px;
    margin-left: 23px;
  }
  .comment-slider__name {
    margin-left: 7%;
    margin-top: 0px;
  }
}

.offer {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.02%, #F7EF99), color-stop(100.02%, #72DBA3));
  background: linear-gradient(0deg, #F7EF99 0.02%, #72DBA3 100.02%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.offer:after {
  content: '';
  position: absolute;
  top: 56px;
  right: 63px;
  width: 429px;
  height: 429px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: 0;
}

.offer:before {
  content: '';
  position: absolute;
  bottom: 536px;
  right: 32px;
  width: 429px;
  height: 429px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: 0;
}

.offer-slider {
  width: 860px;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.offer-slider__wrap {
  margin-top: 30px;
  padding: 0 60px;
  min-height: 250px;
  overflow: hidden;
}

.offer-slider__item {
  float: left;
  width: 50%;
}

.offer-img__one {
  float: left;
  text-align: center;
  width: 50%;
}

.offer-img__two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offer-img__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.offer-img__blocks:nth-child(2) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.offer-block {
  margin-top: 60px;
}

.offer-block:after {
  content: '';
  position: absolute;
  top: 735px;
  left: 71px;
  width: 429px;
  height: 429px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: 0;
}

.offer-description {
  position: relative;
  overflow: hidden;
}

.offer-description__slider {
  -webkit-transition: all ease .8s;
  transition: all ease .8s;
  width: 740px;
}

.offer-description__title {
  position: relative;
}

.offer-title {
  position: relative;
  z-index: 9999;
}

.offer-item {
  position: relative;
  padding: 52px 40px;
  background: #FFFFFF;
  border-radius: 70px;
  max-width: 100%;
  width: 570px;
  margin-top: 30px;
  z-index: 999;
}

.offer-item:nth-child(2n) {
  margin-left: 30px;
}

.offer-item__arrows {
  position: relative;
  display: inline-block;
  cursor: pointer;
  top: 3px;
  left: 20.5px;
  width: 12px;
  height: 16px;
}

.offer-item__arrows:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0px;
  width: 10px;
  height: 3px;
  background: #57A773;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 5px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.offer-item__arrows:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0px;
  width: 10px;
  height: 3px;
  border-radius: 5px;
  background: #57A773;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.offer-item__title {
  text-align: center;
  font-family: 'Circe Extra Light' , sans-serif !important;
  font-weight: normal;
  color: #00110A;
  line-height: 30px;
  font-size: 14px;
  font-size: 28px;
}

.offer-item__subtitle {
  left: 0px;
  top: 104px;
  text-align: center;
  font-family: 'Circe Extra Light' , sans-serif !important;
  font-weight: normal;
  color: #00110A;
  line-height: 24px;
  font-size: 14px;
}

.offer-item__cost {
  margin-top: 25px;
}

.offer-item__hidden {
  visibility: hidden;
}

.offer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.offer-text__bold {
  font-family: 'Circe Bold' , sans-serif !important;
  font-weight: normal;
  color: #00110A;
  line-height: 24px;
  font-size: 18px;
  color: #00110A;
}

.offer-price {
  font-family: 'Circe Bold' , sans-serif !important;
  font-weight: normal;
  color: #00110A;
  line-height: 24px;
  color: #E8536E;
  font-size: 18px;
}

.offer-recommend {
  width: 50%;
  float: left;
}

.offer-recommend__description {
  margin-top: 0;
  line-height: 22px;
}

.offer-recommend__text {
  margin-top: 14px;
  font-family: 'Circe Extra Light' , sans-serif !important;
  font-weight: normal;
  color: #00110A;
  line-height: 24px;
  font-size: 14px;
}

.offer-wrp__arrows {
  padding: 0 60px;
}

.offer-wrp__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
	width:300px;	  
  padding: 0 58px;
}

.offer-wrp__description {
  margin-top: 24px;
  padding: 0 60px;
  overflow: hidden;
}

.offer-wrp__link {
  padding: 0 58px;
}

.offer-delivery {
  margin-top: 23px;
  width: 50%;
  float: left;
}

.offer-delivery__price {
  float: right;
  margin-top: -40px;
  font-family: 'Circe Bold' , sans-serif !important;
  font-weight: normal;
  color: #ffffff;
  line-height: 24px;
  font-size: 18px;
}

.offer-delivery__var {
  margin-bottom: 17px;
}

.offer-delivery__block {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.offer-delivery__link {
  margin-top: 52px;
  display: block;
  text-align: center;
  font-family: 'Circe Bold' , sans-serif !important;
  font-weight: normal;
  color: #00110A;
  line-height: 24px;
  font-size: 20px;
  color: #fff;
  padding: 20px 0px;
  background: #E8536E;
  border-radius: 15px;
}

.offer-delivery__text {
  font-family: 'Circe Extra Light' , sans-serif !important;
  font-weight: normal;
  color: #00110A;
  line-height: 24px;
  font-size: 14px;
  padding-bottom:15px;
}

.arrows-active:before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.arrows-active:after {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.slider-right {
  margin-right: 370px;
}

.offer-img__icnos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1440px) {
  .offer-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .offer-item:nth-child(2n) {
    margin-left: 0px;
  }
}

.el {text-align:center;}
.el img {max-width:300px;}

@media (max-width: 768px) {
  .offer-img {
    width: 75%;
  }
  .offer-img__first {
    max-width: 170px;
    height: auto;
  }
  .offer-recommend__description {
    line-height: 24px;
  }
  .offer-title {
    margin-left: 20px;
  }
  .offer-item {
    padding: 25px 15px;
    border-radius: 30px;
  }
  .offer-description {
    min-height: 241px;
  }
  .offer-description__slider {
    width: 200%;
  }
  .offer-wrp__description {
    padding: 0 10px;
  }
  .offer-wrp__cost {
    padding: 0px 10px;
  }
  .offer-wrp__link {
    padding: 0px;
  }
  .offer-delivery__link {
    margin-top: 0px;
  }
  .offer-slider {
    width: 209%;
  }
  .offer-slider__wrap {
    min-height: 225px;
    padding: 0 10px;
  }
  .offer-wrp__arrows {
    padding: 0 10px;
  }
}

@media (max-width: 420px) {
  .offer-img__first {
    max-width: 100px;
    height: auto;
  }
}

#footer {
  padding: 30px 0;
  background: #0C4703;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-inform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-inform__item {
  font-family: 'Circe Extra Light' , sans-serif !important;
  font-weight: normal;
  color: #00110A;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}

.footer-inform__item a{font-size:16px;color:#fff;}

.footer-inform__link {
  font-family: 'Circe Extra Light' , sans-serif !important;
  font-weight: normal;
  color: #00110A;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}


@media (max-width: 768px) {
  .footer-inform {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
 }

@media (max-width: 575px) {
  .footer-inform {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .footer-privacy__policy {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */

.center {margin:0 auto;text-align:center;}

#theTime{font-size:28px; color:red;}
.offer-discount {color:#666; text-decoration:line-through;}

.counter1{
background: url(../images/timer2.png) no-repeat 5px 0;
    display: inline-block;
    width: 304px;
    height: 90px;
}

.digit {
    font-size: 30px;
    font-family: Verdana, Tahoma, sans-serif;
    color: rgb( 70, 70, 70 );
    width: 28px;
    float: left;
    text-align: center;
    height: 64px;
    line-height: 66px;
    font-weight: normal;
}

.dash{
    display: inline-block;
    float: left;
    width: 60px;
    height: 64px;
    margin-left: 13px;
}

#video1{
  margin:0 auto;
  text-align:center;
}
#video1 iframe{    
    width: 960px;
    height: 540px;    
}



@media (max-width: 992px) {
  #video1 iframe{    
    width: 640px;
    height: 360px;    
}
}

@media (max-width: 600px) {
  #video1 iframe{    
    width: 320px;
    height: 180px;    
}
}
