.daemon_plchldr::-webkit-input-placeholder {
  color: #000;
}

.daemon_plchldr::-moz-placeholder {
  color: #000;
}

.daemon_plchldr:-moz-placeholder {
  color: #000;
}

.daemon_plchldr:-ms-input-placeholder {
  color: #000;
}

.daemon_plchldr:focus::-webkit-input-placeholder {
  color: transparent;
}

.daemon_plchldr:focus::-moz-placeholder {
  color: transparent;
}

.daemon_plchldr:focus:-moz-placeholder {
  color: transparent;
}

.daemon_plchldr:focus:-ms-input-placeholder {
  color: transparent;
}

.daemon_plchldr:focus {
  outline: none;
}

:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

b, strong {
  font-weight: 700;
}

.m-button {
  display: block;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  height: 76px;
  line-height: 76px;
  background: #579a08;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #000;
  background: #1c1c1c;
}

.daemon_wrppr {
  position: relative;
  width: 480px;
  min-height: 100vh;
  margin: 0 auto;
  background: #fff;
}

div {
  margin: 50px 0;
}

button,
textarea,
input {
  font-family: 'Montserrat', sans-serif;
}

h2.daemon_ttle {
  color: #080808;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  padding: 0 20px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}

h2.daemon_ttle span {
  color: #579a08;
}

.daemon_vdo {
  padding: 0 15px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container .youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*   daemon_ofr   */

.daemon_ofr__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  padding: 0 20px;
  background: #131313;
  color: #fff;
}

.daemon_ofr__guarantee {
  background: url("../img/guarantee-icon.png") 0 50% no-repeat;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  padding-left: 42px;
}

.daemon_ofr__box {
  padding-top: 45px;
  height: 555px;
  background: url("../img/offer.jpg") 50% 100% no-repeat #000;
  position: relative;
}

.daemon_ofr__title {
  font-size: 23px;
  line-height: 1.3em;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #fff;
  margin: -20px 15px;
  padding: 5px 0;
  position: relative;
}

.ofr_ben {
  display: flex;
  align-items: center;
  margin: 10px 0 0 20px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 2px 2px 5px #000;
}
.ofr_ben:before{
  content: '';
  width: 60px;
  height: 69px;
  background: url(../img/icons.png);
  flex-shrink: 0;
  margin-right: 10px;
}

.ofr_ben2{
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 15px;
  right: 10px;
  color: #4276fa;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px #000;
}
.ofr_ben2:before{
  content: '';
  width: 43px;
  height: 43px;
  background: url(../img/icons2.png) 50% 50% no-repeat;
}
.ofr_ben2 span{
  position: relative;
  margin-left: 5px;
}


.daemon_ofr__info {
  background: url("../img/offer-bg.jpg") 50% 0 no-repeat #000;
}

.daemon_ofr__photo {
  display: block;
}

/*   price   */

.price {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 50px;
}

.price__value {
  text-align: center;
}

.price__value i {
  font-style: normal;
  font-size: 0.7em;
  text-transform: uppercase;
}

.price__old {
  font-size: 23px;
  font-weight: 500;
  text-decoration: line-through;
  color: #666;
  line-height: 1em;
}

.price__new {
  font-weight: 700;
  font-size: 38px;
  line-height: 1em;
  color: #fff;
}

.price__sale {
  display: block;
  height: 50px;
  line-height: 48px;
  font-size: 23px;
  font-weight: 500;
  padding: 0 30px;
  background: #e44826;
  color: #fff;
  text-transform: uppercase;
  margin-left: 50px;
}

/*   daemon_gft   */

.daemon_gft {
  position: relative;
  display: flex;
  margin-bottom: 35px;
}

.daemon_gft:after {

}

.daemon_gft > img {
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
}

.daemon_gft:before {
  content: '';
  background: #5d6d2b;
  width: 96px;
  flex-shrink: 0;
}

.daemon_gft p {
  flex-grow: 1;
  border: 2px solid #fff;
  border-left: 0;
  border-right: 0;
  padding: 5px 0 5px 50px;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
}

.daemon_gft p b {
  color: #579a08;
  font-weight: 500;
}

/*   daemon_gft-v2   */

.daemon_gft-v2 {
  position: relative;
  display: flex;
  margin-bottom: 10px;
}

.daemon_gft-v2:after {
  position: absolute;
  top: -20px;
  right: 0;
  display: block;
  background: url("../img/gift-icon.png") 0 0 no-repeat;
  width: 81px;
  height: 108px;
  content: '';
}

.daemon_gft-v2__photo {
  display: flex;
  align-items: flex-end;
  height: 80px;
  background: #f47a55;
}

.daemon_gft-v2__photo img {
  display: block;
}

.daemon_gft-v2 p {
  flex-grow: 1;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #f47a55;
  padding: 0 15px 5px;
  margin-right: 20px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-transform: uppercase;
}

/*   daemon_ordr   */

.daemon_ordr {
  padding: 5px 45px 35px;
}

.daemon_ordr__head {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.daemon_ordr__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.daemon_ordr__input {
  display: block;
  width: 100%;
  height: 76px;
  background: #fff;
  border: none;
  color: #000;
  font-size: 18px;
  padding: 0 20px;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 15px;
}

.daemon_ordr__alert {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #666;
  text-align: center;
  margin: 20px -15px 0;
  line-height: 1.3em;
}

.daemon_chks_lst {
  padding: 0 15px;
  margin-top: 35px;
}

.daemon_chks_lst__item {
  display: flex;
  align-items: flex-start;
  line-height: 26px;
  margin-bottom: 20px;
}
.daemon_chks_lst__item span {
  color:#599b0b;
}

.daemon_chks_lst__item:last-child {
  margin-bottom: 0;
}

.daemon_chks_lst__item:before {
  display: block;
  flex-shrink: 0;
  background: url("../img/check.png") 0 0 no-repeat;
  width: 33px;
  height: 30px;
  margin-right: 10px;
  content: '';
}

.daemon_sone {
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 40px;
}

.daemon_stwo {
  margin-bottom: -40px;
}

/*   daemon_bnfts   */

.daemon_bnfts__photo {
  display: block;
  width: 100%;
}

.daemon_bnfts_itm:not(:last-child) {
  margin-bottom: 35px;
}

.daemon_bnfts_itm.icon{
  position: relative;
}
.daemon_bnfts_itm.icon:before{
  content: '';
  width: 127px;
  height: 127px;
  background: url(../img/best_icon.png);
  position: absolute;
  top: 20px;
  left: 25px;
}

.daemon_bnfts__label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #99813b;
  width: 450px;
  height: 85px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: -45px auto 0;
  padding: 0 15px;
}

/*   daemon_prm   */

.daemon_prm {
  background: #010101;
  padding: 50px 0 0;
}
.daemon_prm>img{
  display: block;
  margin: 0 auto;
}
.daemon_prm-lead {
  text-align: center;
  color:#fff;
  margin-top: -20px;
}
.daemon_prm-lead h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}
.daemon_prm-lead p {
  font-size: 18px;

}
.daemon_prm__text {
  font-size: 27px;
  line-height: 1em;
  color: #fff;
  border: 2px solid #fff;
  margin: 0 15px;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
}


.daemon_tbl {
  padding: 40px 0 15px;
  text-align: left;
  color: #444444;
}
.daemon_chartbl {
  font-size: 15px;
}
.daemon_chartbl thead  {
  background: #3e3e3e;
  color:#fff;
}
.daemon_chartbl thead tr th:first-child,
.daemon_chartbl tbody tr td:first-child {
  width: 35%;
  padding: 4px 5% 4px 0;
  text-align: right;
}
.daemon_chartbl tbody tr{
  background: #cdcdcd;
}
.daemon_chartbl tbody tr:nth-child(odd) {
  background: #e6e6e6;
}
.help-daemon_ordr {
  font-size: 15px;
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
  padding: 25px 40px;
}
.help-daemon_ordr div {
  line-height: 1.3em;
  text-align: left;
  padding-left: 10px;
}
.help-daemon_ordr img {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.15);
  box-shadow: 0 5px 15px 0 rgba(0,0,0,.15);
  border-radius: 50%;
}


.complectation {
  padding-bottom: 40px;
}
.complectation h3 {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
.complect {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
  padding: 0 10px;
}
.complect-col {
  flex-shrink: 0;
  width: 50%;
  padding: 0 15px;
  display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
.complect-card {
  display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
  box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
  border-radius: 5px;
  padding: 20px 0;
}
.complect-card b {
  margin-bottom: 10px;
}
.complect-card img {

}
.complect-card-green {
  background: #579a08;
  color:#fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  padding: 0px 0 20px;
  text-decoration: none;
}
.complect-card-green span {
  font-size: 70px;
  line-height: 1.5em;
}
.complect-card-green p {
  font-size: 21px;
  
}
.complect > div:nth-child(2) .complect-card {
  padding-bottom: 30px;
}

/*  color   */

.color {
  display: flex;
  justify-content: space-around;
  margin: 20px 0 40px;
}

.color__item {
  width: 210px;
  height: 210px;
  box-shadow: 0 0 29px rgba(0, 0, 0, .08);
}

.color__item b {
  display: block;
  padding-top: 175px;
  font-size: 16px;
  text-align: center;
}

/*   reviews   */

.daemon_rvws_sldr .slick-list {
  padding: 40px 0;
  margin: -40px 0;
}

.daemon_rvws_sldr__item {
  width: 450px;
  margin: 0 15px;
  padding: 30px 20px 40px;
  background: #fff;
  box-shadow: 0 0 29px rgba(0, 0, 0, .1);
}

.daemon_rvws_sldr__photo {
  display: block;
  border-radius: 6px;
  margin: 0 auto 30px;
}

.daemon_rvws_sldr__text {
  text-align: center;
}

.daemon_rvws_sldr__text > strong {
  display: block;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 25px;
}

/*   daemon_sldr_auth   */

.daemon_sldr_auth {
  position: relative;
  width: 300px;
  margin: 0 auto 20px;
  z-index: 5;
}

.daemon_sldr_auth__item {
  width: 80px;
  margin: 0 10px;
}

.daemon_sldr_auth__avatar {
  display: block;
}

.slick-active .daemon_sldr_auth__avatar {
  transform: scale(1);
}

.daemon_sldr_auth__avatar {
  transform: scale(.8);
  transition: transform .2s linear;
}

.daemon_sldr_auth__item p {
  font-size: 0;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  white-space: pre;
  transform: translateX(-30%);
}

.daemon_sldr_auth__item.slick-active p {
  font-size: 15px;
  margin-top: 10px;
}

.daemon_sldr_auth .slick-arrow {
  position: absolute;
  top: 30px;
  display: block;
  background: url("../img/slider-arrow.png") 0 0 no-repeat;
  width: 48px;
  height: 26px;
  font-size: 0;
  border: none;
  cursor: pointer;
}

.daemon_sldr_auth .slick-prev {
  left: -60px;
  transform: rotate(-180deg);
}

.daemon_sldr_auth .slick-next {
  right: -60px;
}

/*   daemon_dlvr   */

.daemon_dlvr__list {
  display: flex;
  justify-content: space-around;
}

.daemon_dlvr__item {
  margin: 0 20px;
}

.daemon_dlvr__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  background: #579a08;
  margin: 0 auto 15px;
}

.daemon_dlvr__image {
  display: block;
}

.daemon_dlvr__text {
  text-align: center;
}

.daemon_dlvr__text strong {
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.daemon_dlvr__text p {
  font-size: 17px;
  line-height: 22px;
}




.daemon_ftr{
  background: #151515;
  color: #fff;
  padding: 60px 10px;
  text-align: center;
}
.daemon_ftr img{
  display: block;
  margin: 0 auto 10px;
}
.daemon_ftr a{
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  line-height: 1.1em;
  color: #fff;
}