section {
  padding: 40px 0
}

header, section {
  overflow: hidden
}

.clear {
  clear: both
}

.green {
  color: #3c9143
}

.italic {
  font-family: PTSansItalic, sans-serif
}

iframe {
  width: 100%;
  height: 100%;
  border: 0
}

.test {
  margin: 109px 0 0;
  display: block
}

.test-block {
  background-color: #fff;
  background-image: url(../img/bg-test-block.jpg);
  background-position: 100% 0;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 14px 12px;
  color: #000
}

.test-block h2 {
  text-align: center
}

.test-block h3 {
  font-weight: 400;
  color: #06b62c;
  margin: 0;
  font-size: 1em;
  line-height: 44px
}

.checkbox-block, .test-block h3 {
  padding: 0 0 0 40px
}

.checkbox-item {
  padding: 8px 0 0 35px;
  line-height: 21px;
  display: inline-block;
  height: 40px;
  vertical-align: top;
  margin: 0 0 15px
}

.checkbox-item label {
  position: relative
}

.checkbox-item label:before {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url(../img/icons-pack.png);
  background-repeat: no-repeat;
  background-position: -387px 0;
  position: absolute;
  top: 6px;
  left: -35px
}

.checkbox-item input[type=checkbox] {
  display: none
}

.checkbox-item input[type=checkbox]:checked+label:before {
  background-position: -438px 0
}

.test-form-btn {
  padding: 15px 0 15px 40px
}

.test-form-btn .btn {
  display: inline-block;
  vertical-align: middle;
  width: 336px;
  height: 64px;
  line-height: 44px;
  border-color: #06b62c;
  background-color: #06b62c;
  font-size: 1.667em
}

.test-form-btn .btn:hover {
  background-color: #fff;
  color: #06b62c
}

.result {
  display: none;
  opacity: 0;
  margin: 109px 0 0;
  color: #000
}

.result-block {
  background-color: #fff;
  background-image: url(../img/bg-result-block.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 640px
}

.result-img {
  display: inline-block;
  margin: 29px 0 0 461px
}

.result-img .graph {
  width: 125px;
  height: 580px;
  background-image: url(../img/test-result.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative
}

.result-img .graph .gruk {
  position: absolute;
  width: 40px;
  height: 7px;
  background-color: #fff;
  right: 0;
  top: 0;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2)
}

.result-descr {
  display: inline-block;
  width: 440px;
  float: right;
  margin: 55px 25px 0 0
}

.result-descr h2 {
  margin: 0 0 20px
}

.result-test {
  opacity: 0
}

.result-header, .result-text {
  line-height: 30px;
  font-size: 1.222em
}

@media only screen and (max-width:1199px) {
  .result-img {
    margin: 29px 0 0 370px
  }
  .result-descr {
    width: 365px
  }
}

@media only screen and (max-width:991px) {
  .test-block {
    background-image: none
  }
  .test-block h3 {
    padding: 0;
    text-align: center;
    font-size: 1.3em;
    line-height: 30px;
    margin: 20px 0
  }
  .checkbox-block {
    padding: 0 30px
  }
  .checkbox-item {
    display: block
  }
  .checkbox-item label {
    font-size: 1.3em
  }
  .test-form-btn {
    padding: 15px 0;
    text-align: center
  }
  .result-block {
    height: auto;
    position: relative;
    background-image: none
  }
  .result-img {
    margin: 29px 0 29px 315px
  }
  .result-test {
    font-size: 1.1em
  }
  .result-descr {
    float: none;
    margin: 0;
    position: absolute;
    top: 40px;
    left: 20px;
    width: 295px
  }
}

@media only screen and (max-width:479px) {
  .checkbox-block {
    padding: 0
  }
  .test-form-btn .btn {
    width: 100%;
    font-size: 2em
  }
  .result-descr {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 20px 0
  }
}

.hell {
  background-image: url(../img/bg-hell.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  text-align: center
}

.hell-item {
  display: inline-block;
  height: 370px;
  vertical-align: top
}

.hell-item.item01 {
  width: 310px;
  margin: 40px 25px 20px
}

.hell-item.item02 {
  width: 320px;
  margin: 40px 25px 20px
}

.hell-item.item03 {
  width: 300px;
  margin: 40px 25px 20px
}

.hell-item.item04 {
  width: 360px;
  margin: 0 25px
}

.hell-item.item05 {
  width: 350px;
  margin: 0 25px
}

.hell-img {
  width: 199px;
  height: 199px;
  margin: 0 auto 10px
}

.hell-img img {
  display: block;
  width: 100%
}

.hell-title {
  line-height: 24px;
  font-size: 1.333em
}

.hell-descr {
  line-height: 22px
}

@media only screen and (max-width:1199px) {
  .hell-item {
    height: auto
  }
  .hell-item.item01, .hell-item.item02, .hell-item.item03, .hell-item.item05 {
    width: 276px;
    margin: 40px 15px 0
  }
  .hell-item.item04 {
    width: 320px;
    margin: 40px 15px 0
  }
}

@media only screen and (max-width:991px) {
  .hell-item.item01, .hell-item.item02, .hell-item.item03, .hell-item.item04, .hell-item.item05 {
    width: 100%;
    margin: 40px auto 0
  }
  .hell-title {
    font-size: 1.5em
  }
  .hell-descr {
    font-size: 1.25em
  }
}

.s01 {
  color: #000;
  background-color: #fff
}

.s01 h2 {
  text-align: center
}

.s01 .text {
  margin: 25px 0;
  line-height: 24px;
  font-size: 1.222em
}

.s01 .text p {
  margin: 0 0 20px
}

.s01 .text p:last-child {
  text-align: center;
  margin: 0
}

@media only screen and (max-width:1199px) {
  .s01 {
    background-size: cover
  }
}

.doc {
  text-align: center
}

.doc-text {
  margin: 55px 0 0;
  position: relative;
  background-color: #dedfde;
  text-align: left;
  padding: 30px 490px 30px 20px;
  color: #000;
  line-height: 37px;
  letter-spacing: -.05em
}

.doc-text p {
  font-size: 1.167em
}

.doc-text p:first-child {
  margin: 0 0 40px
}

.doc-text p.doc-subscr {
  font-size: 1.278em;
  margin: 70px 0 0
}

.doc-text .imgdoc {
  position: absolute;
  right: 0;
  bottom: 0
}

@media only screen and (max-width:1199px) {
  .doc-text {
    padding: 20px 370px 20px 20px;
    line-height: 32px
  }
  .doc-text p:first-child {
    margin: 0 0 25px
  }
  .doc-text p.doc-subscr {
    margin: 50px 0 0
  }
  .doc-text .imgdoc {
    width: 440px
  }
}

@media only screen and (max-width:991px) {
  .doc-text {
    padding: 15px
  }
  .doc-text p:first-child {
    margin: 0 0 15px
  }
  .doc-text p.doc-subscr {
    margin: 30px 0 485px
  }
  .doc-text .imgdoc {
    width: 100%
  }
}

@media only screen and (max-width:479px) {
  .doc-text {
    line-height: 26px
  }
  .doc-text p.doc-subscr {
    margin: 30px 0 320px
  }
}

.why {
  background-image: url(../img/bg_why.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  text-align: center;
  position: relative
}

.why .pack {
  position: absolute;
  top: 280px;
  /*width: 258px;*/
  left: 50%;
  margin-left: -175px
}

.second-row, .why-item {
  margin: 40px 0 0
}

.why-item {
  width: 310px;
  line-height: 26px
}

.why-item.rigth {
  float: right
}

.why-item.center {
  margin: -70px auto 0
}

.why-item-img {
  width: 134px;
  height: 134px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #decbb6;
  background-image: url(../img/icons-pack.png);
  background-repeat: no-repeat;
  margin: 0 auto 25px
}

.why-item-img.item01 {
  background-position: 29px -182px
}

.why-item-img.item02 {
  background-position: -109px -186px
}

.why-item-img.item03 {
  background-position: -244px -185px
}

.why-item-img.item04 {
  background-position: -355px -190px
}

.why-item-img.item05 {
  background-position: -463px -192px
}

.why-item-title {
  font-size: 1.444em
}

@media only screen and (max-width:1199px) {
  .why .pack {
    top: 354px;
    width: 300px;
    margin-left: -150px
  }
  .second-row {
    margin: 0
  }
  .why-item.center {
    margin: -100px auto 0
  }
}

@media only screen and (max-width:991px) {
  .why-item.center, .why-item.left, .why-item.rigth {
    margin: 30px auto 0;
    float: none
  }
  .why-item-title {
    font-size: 1.6em
  }
  .why-item-text {
    font-size: 1.2em
  }
}

@media only screen and (max-width:479px) {
  .why-item {
    width: 100%
  }
}

.sform {
  background-image: url(../img/bg-form.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 55px 0
}

.sform .form-sale {
  background-color: #d4dcd8
}

.sform .form-sale .sale {
  left: 530px;
  top: -30px
}

.sform .form-sale .pack {
  position: absolute;
  left: 335px;
  top: 90px
}

.sform .form-block {
  width: 100%;
  margin: 0;
  float: none
}

.sform .timer-header {
  color: #000;
  font-size: .889em;
  text-align: left;
  margin: 0 0 0 2px
}

.sform .form-timer {
  display: inline-block;
  width: 300px;
  margin: 20px 0 0 30px;
  float: left
}

.sform .timer .flip-clock-wrapper ul {
  width: 40px;
  height: 61px;
  line-height: 61px
}

.sform .timer .flip-clock-wrapper ul li {
  line-height: 61px
}

.sform .timer .flip-clock-wrapper ul li a div div.inn {
  font-size: 46px
}

.sform .timer .flip-clock-divider {
  height: 65px;
  width: 18px
}

.sform .timer .flip-clock-divider:first-child {
  width: 0
}

.sform .timer .flip-clock-divider .flip-clock-label {
  color: #000;
  font-size: 16px;
  right: -63px
}

.sform .sale-terr {
  display: inline-block;
  text-indent: 0;
  line-height: 24px;
  float: right;
  margin: 20px 20px 0 0
}

.sform .sale-terr .big {
  font-size: 1.667em
}

.sform .sale-price {
  display: inline-block;
  margin: 40px 0 0 30px;
  float: left
}

.sform .sale-input {
  display: inline-block;
  float: right;
  padding: 0;
  margin: 10px 20px 20px 0;
  width: 480px
}

.sform .sale-input label {
  /*float: left*/
}

.sform .sale-input input {
  /*width: 314px;*/
  /*float: right*/
  width: 100%;
}

.sform .sale-btn {
  background-color: #fff;
  padding: 0;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px
}

.sform .sale-btn .arrow {
  width: 50px
}

.sform .attention-block {
  display: inline-block;
  margin: 35px 0 0 30px;
  float: left
}

.sform .attention-descr {
  margin: 0;
  font-size: 1em;
  line-height: 20px;
  letter-spacing: -.01em
}

.sform .attention-descr .top {
  line-height: 28px
}

.sform .attention-rest {
  font-size: 1.333em;
  letter-spacing: -.05em;
  line-height: 28px
}

.sform .attention-rest:before {
  background-color: #000;
  height: 120%;
  left: -33px;
  bottom: 0;
  top: auto
}

.sform .sale-btn-block {
  padding: 0;
  vertical-align: top;
  display: inline-block;
  width: 406px;
  margin: 23px 90px 0 0;
  float: right;
  position: relative;
  z-index: 1
}

.sform .sale-btn-block .btn {
  height: 83px;
  line-height: 83px;
  font-size: 1.778em
}

.sform .sale-total {
  margin: 10px 0
}

.sform2 {
  background-image: url(../img/bg-form2.jpg)
}

@media only screen and (max-width:1199px) {
  .sform .form-timer {
    padding: 0
  }
  .sform .form-sale .pack {
    left: 309px;
    width: 250px;
    top: 133px;
  }
  .sform .form-sale .sale {
    left: 367px
  }
  .sform .sale-terr {
    left: auto;
    top: auto;
    float: none;
    right: 0;
    margin: 20px 10px 0 0
  }
  .sform .sale-input {
    width: 360px
  }
  .sform .sale-input input {
    /*width: 220px*/
  }
  .sform .sale-btn .arrow {
    width: auto
  }
  .sform .sale-btn-block {
    margin: 23px 62px 0 0;
    width: 322px
  }
}

@media only screen and (max-width:991px) {
  .sform .form-sale .sale {
    left: -20px
  }
  .sform .form-timer {
    margin: 100px 0 0 95px
  }
  .sform .sale-terr {
    margin: 30px 0 0 30px
  }
  .sform .sale-price {
    display: block;
    margin: 10px 0 0 30px;
    float: none
  }
  .sform .sale-price .price.new .descr, .sform .sale-price .price.old .descr {
    font-size: 1.5em
  }
  .sform .sale-price .price.old {
    margin: 0 40px 0 0
  }
  .sform .sale-price .price.old .digit .big {
    font-size: 3em
  }
  .sform .sale-price .price.new .digit .big {
    font-size: 3.2em
  }
  .sform .sale-input {
    float: none;
    display: block;
    margin: 15px 20px;
    width: auto
  }
  .sform .sale-input input {
    width: 100%;
  }
  .sform .attention-block {
    margin: 5px 10px;
    display: block;
    
    float: none;
    text-align: center;
    
  }
  .sform .attention-descr {
  	text-align: left;
  }

  .sform .attention-rest {
    margin: 0 0 0 80px;
    line-height: 18px;
    font-size: 1em;
  }
  .sform .sale-btn-block {
    display: block;
    width: 100%;
    padding: 10px 9px;
    float: none;
    margin: 0
  }
  .sform .sale-total {
    margin: 10px 0 0;
    font-size: 1.2em
  }
}

@media only screen and (max-width:479px) {
  .sform .sale-terr {
    margin: 100px 10px 0 72px
  }
  .sform .form-sale .sale {
    left: -30px;
    top: -40px
  }
  .sform .sale-price .price.old {
    margin: 0 17px 0 0
  }
  .sform .sale-input {
    margin: 10px
  }
  .sform .sale-input .input-block input {
    width: 100%;
    float: none
  }
  .sform .sale-input .input-block:first-child {
    margin: 0
  }
  .sform .attention-rest {
    margin: 0 0 0 27px
  }
  .sform .attention-rest:before {
    height: 100%;
    left: -15px
  }
  .sform .attention-rest .big {
    font-size: 2.5em
  }
  .sform .sale-total {
    font-size: 1em
  }
}

.clinical-test {
  background-color: #f2eae2;
  color: #000;
  text-align: center
}

.clin-test-result {
  margin: 40px 0 0
}

.clin-test-result img {
  width: 100%
}

.clin-test-subscr {
  text-align: left
}

.clin-subscr-descr {
  display: inline-block;
  width: 700px;
  float: left;
  margin: 80px 0 0;
  font-size: 1.111em;
  line-height: 24px
}

.clin-subscr-stamp {
  display: inline-block;
  float: right;
  margin: 20px 0 0
}

@media only screen and (max-width:1199px) {
  .clin-subscr-descr {
    width: 550px;
    margin: 55px 0 0
  }
  .clin-subscr-stamp img {
    width: 350px
  }
}

@media only screen and (max-width:991px) {
  .clin-test-result {
    margin: 0
  }
  .clin-test-result img {
    width: 100%;
    margin: 30px 0 0
  }
  .clin-subscr-descr {
    width: 100%
  }
  .clin-subscr-stamp img {
    width: 270px
  }
}

.formula {
  background-image: url(../img/bg-formula.jpg);
  background-position: top;
  background-repeat: no-repeat;
  text-align: center
}

.formula h2 {
  margin: 0 -15px
}

.f-item {
  position: relative
}

.f-item.left {
  margin: 50px 0 0 -15px;
  text-align: right
}

.f-item.left .f-item-img {
  top: 10px;
  right: -60px
}

.f-item.right {
  margin: 50px -15px 0 0;
  text-align: left
}

.f-item.right .f-item-img {
  top: 10px;
  left: -60px
}

.f-item.right .f-item-text {
  float: right
}

.f-item .arrd {
  position: absolute
}

.f-item .arrd.arrd01 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -15px;
  right: -15px
}

.f-item .arrd.arrd02 {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: -15px;
  left: 25px
}

.f-item .arrd.arrd03 {
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  bottom: 30px;
  right: -25px
}

.f-item .arrd.arrd04 {
  -webkit-transform: rotate(185deg);
  -ms-transform: rotate(185deg);
  transform: rotate(185deg);
  bottom: 120px;
  left: -40px
}

.f-item .arrd.arrd05 {
  -webkit-transform: rotate(-55deg);
  -ms-transform: rotate(-55deg);
  transform: rotate(-55deg);
  bottom: 145px;
  right: 35px
}

.f-item .arrd.arrd06 {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  bottom: 165px;
  left: -20px
}

.f-item-text {
  width: 340px
}

.f-item-img {
  position: absolute
}

.f-item-header {
  font-size: 1.556em;
  line-height: 32px
}

.f-item-body {
  font-size: .889em;
  line-height: 22px
}

.n100 img {
  display: block;
  margin: 0 auto
}

@media only screen and (max-width:1199px) {
  .formula {
    background-size: cover
  }
  .f-item .arrd {
    display: none
  }
  .f-item.left .f-item-img {
    right: -85px
  }
  .f-item.right .f-item-img {
    left: -80px
  }
  .f-item-body {
    font-size: 1em
  }
  .f-item-text {
    width: 275px
  }
}

@media only screen and (max-width:991px) {
  .f-item.left, .f-item.right {
    text-align: center;
    margin: 230px 0 0
  }
  .f-item.left .f-item-img, .f-item.right .f-item-img {
    top: -190px
  }
  .f-item.left .f-item-img {
    right: 40px
  }
  .f-item.right .f-item-img {
    left: 45px
  }
  .f-item-text {
    width: 100%
  }
  .f-item-body {
    font-size: 1.25em
  }
  .n100 {
    margin: 20px 0 0
  }
}

@media only screen and (max-width:479px) {
  .f-item.left .f-item-img {
    right: -35px
  }
  .f-item.right .f-item-img {
    left: -30px
  }
}

.effect {
  background: #f2eae2;
  text-align: center;
  color: #000
}

.effect-item {
  text-align: left;
  margin: 35px 0 0;
  padding: 0 0 0 30px;
  line-height: 30px;
  position: relative
}

.effect-item .arrd {
  position: absolute;
  top: 58px;
  right: -72px
}

.effect-img img {
  display: block;
  margin: 0 auto
}

.effect-title {
  font-size: 1.556em
}

.effect-text {
  font-size: 1.333em
}

@media only screen and (max-width:1199px) {
  .effect-item {
    padding: 0;
    text-align: center
  }
  .effect-item .arrd {
    display: none
  }
}

.easy {
  text-align: center;
  background-image: url(../img/bg-easy.jpg)
}

.easy-item {
  text-align: left;
  line-height: 26px;
  padding: 0 80px;
  margin: 25px 0 0
}

.easy-img img {
  display: block;
  margin: 0 auto
}

.easy-header {
  margin: 20px 0 0;
  font-size: 1.556em
}

.easy-text {
  font-size: 1.111em
}

@media only screen and (max-width:1199px) {
  .easy-item {
    padding: 0 40px
  }
  .easy-text {
    font-size: 1.25em
  }
}

@media only screen and (max-width:991px) {
  .easy-item {
    padding: 0;
    text-align: center
  }
}

.faq {
  background-color: #decbb6;
  color: #000;
  text-align: center
}

.faq-wrapper {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  padding: 60px 75px;
  margin: 25px 0 0
}

.faq-list {
  text-align: left
}

.faq-list li:not(:first-child) {
  margin: 40px 0 0
}

.faq-q {
  line-height: 22px;
  font-size: 1.444em;
  cursor: pointer
}

.faq-q span {
  border-bottom: 2px dashed #000
}

.faq-a {
  height: 0;
  overflow: hidden
}

@media only screen and (max-width:991px) {
  .faq-wrapper {
    padding: 30px 40px
  }
  .faq-a {
    font-size: 1.2em
  }
}

.reviews {
  text-align: center;
  background-color: #fff;
  color: #000
}

.video-reviews-item {
  margin: 30px 0 0;
  height: 190px
}

.video-reviews-descr {
  font-size: 1.111em;
  line-height: 30px;
  letter-spacing: -.025em;
  text-align: left;
  margin: 10px 0 0
}

.text-reviews-items {
  margin: 70px 0 0;
  position: relative
}

.text-reviews-item {
  width: 890px;
  margin: 0 auto
}

.text-reviews-item .text-reviews-photo {
  width: 182px;
  height: 182px;
  float: left
}

.text-reviews-item .text-reviews-text {
  text-align: left;
  margin: 0 0 0 210px;
  font-size: 1.111em;
  line-height: 27px
}

.owl-nav>div {
  width: 31px;
  height: 58px;
  background-image: url(../img/icons-pack.png);
  position: absolute;
  top: 65px
}

.owl-nav .owl-prev {
  background-position: -619px -213px;
  left: 0
}

.owl-nav .owl-next {
  background-position: -700px -213px;
  right: 0
}

.owl-dots {
  text-align: center;
  margin: 12px 0 0
}

.owl-dot {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #decbb6;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease
}

.owl-dot.active {
  background-color: #06b62c
}

.owl-dot:not(:last-child) {
  margin: 0 12px 0 0
}

.audio-reviews {
  padding: 40px 0 0
}

.audio-reviews-items {
  background-color: #faf7f3;
  text-align: left;
  padding: 20px;
  margin: 35px 0 0
}

.audio-reviews-item:not(:first-child) {
  margin: 20px 0 0
}

.audio-reviews-title {
  font-size: 1.111em;
  line-height: 30px;
  letter-spacing: -.025em;
  margin: 0 0 5px
}

.diag-img {
  margin: 75px 0 0
}

.diag-img img {
  width: 50%;
  margin: 0 auto;
}

.audio-reviews-footer {
  font-size: .944em;
  line-height: 27px;
  margin: 25px 0 0
}

.audio-reviews-footer a {
  color: #101d94;
  text-decoration: underline
}

.audio-reviews-footer a:hover {
  text-decoration: none
}

@media only screen and (max-width:1199px) {
  .text-reviews-item {
    width: 750px
  }
}

@media only screen and (max-width:991px) {
  .video-reviews-item {
    height: 200px
  }
  .text-reviews-item {
    width: 100%
  }
  .text-reviews-item .text-reviews-photo {
    float: none;
    display: block;
    margin: 0 auto
  }
  .text-reviews-item .text-reviews-text {
    margin: 0;
    text-align: center;
    font-size: 1.3em
  }
  .diag-img img {
    width: 100%;
  }
}

@media only screen and (max-width:479px) {
  .video-reviews-item {
    height: 180px
  }
  .text-reviews-body {
    line-height: 22px
  }
}

.future {
  text-align: center;
  background-image: url(../img/bg-future.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover
}

.futule-list {
  text-align: left;
  font-size: 1.333em;
  line-height: 27px;
  padding: 0 100px
}

.futule-list li {
  margin: 40px 0 0;
  position: relative;
  padding: 0 0 0 50px
}

.futule-list li:before {
  content: "";
  background-image: url(../img/icons-pack.png);
  width: 44px;
  height: 42px;
  background-position: -536px 0;
  position: absolute;
  left: 0;
  top: -5px
}

@media only screen and (max-width:1199px) {
  .futule-list {
    padding: 0 50px
  }
}

@media only screen and (max-width:991px) {
  .futule-list {
    padding: 0
  }
}

@media only screen and (max-width:479px) {
  .futule-list {
    font-size: 1.4em
  }
}

.team {
  background-color: #f6f1eb;
  color: #000;
  text-align: center
}

.team-item {
  line-height: 23px;
  letter-spacing: -.025em;
  margin: 30px 0 0;
  padding: 0 40px
}

.team-header {
  margin: 10px 0 0
}

.team-descr {
  margin: 20px 0 0
}

@media only screen and (max-width:991px) {
  .team-item {
    font-size: 1.3em
  }
}

.how {
  background-image: url(../img/bg-how.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center
}

.how-item {
  text-align: left;
  line-height: 26px;
  position: relative
}

.how-item .arrdw {
  position: absolute;
  top: 50px;
  right: 0
}

.how-img {
  background-image: url(../img/icons-pack.png);
  margin: 25px 0 0
}

.how-img.first {
  width: 105px;
  height: 107px;
  background-position: -638px -75px
}

.how-img.second {
  width: 122px;
  height: 107px;
  background-position: -783px -75px
}

.how-img.thrid {
  width: 113px;
  height: 109px;
  background-position: -945px -75px
}

.how-img.fourth {
  width: 116px;
  height: 108px;
  background-position: -1098px -75px
}

.how-title {
  font-size: 1.556em;
  margin: 20px 0 5px
}

.how-text {
  font-size: 1.222em
}

@media only screen and (max-width:1199px) {
  .how-item .arrdw {
    right: -20px
  }
}

@media only screen and (max-width:991px) {
  .how-item {
    padding: 0 40px;
    text-align: center
  }
  .how-item .arrdw {
    display: none
  }
  .how-img {
    margin: 25px auto 0
  }
}

.map {
  color: #000;
  background-image: url(../img/bg-map.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center
}

.map-block {
  margin: 25px 0 0
}

.map-block img {
  width: 100%
}

.checkcod {
  text-align: center
}

.check-text {
  position: relative;
  line-height: 26px;
  margin: 25px 0 0 460px;
  text-align: left
}

.check-text .pack {
  width: 210px;
  position: absolute;
  left: -300px;
  top: -30px
}

.check-text p:not(:last-child) {
  margin: 0 0 18px
}

.checkform {
  margin: 60px 0 0 460px;
  text-align: left
}

.checkform button, .checkform input {
  width: 300px;
  height: 60px
}

.checkform input {
  line-height: 58px;
  margin: 0 0 15px;
  border: 1px solid #ff6000;
  background-color: #fff;
  color: #000;
  text-indent: 15px
}

.checkform input:placeholder {
  color: #b6b6b6
}

.checkform button {
  line-height: 54px;
  padding: 0;
  font-size: 1.333em
}

@media only screen and (max-width:1199px) {
  .check-text {
    margin: 25px 0 0 340px;
    font-size: 1.15em
  }
  .check-text .pack {
    left: -270px
  }
  .checkform {
    margin: 60px 0 0 340px
  }
}

@media only screen and (max-width:991px) {
  .check-text {
    margin: 25px 0 0;
    font-size: 1.3em
  }
  .checkform {
    margin: 60px 0 0
  }
  .checkform button, .checkform input {
    font-size: 1.5em
  }
}

@media only screen and (max-width:479px) {
  .checkform button, .checkform input {
    width: 100%
  }
}

.s-end {
  text-align: center;
  background-image: url(../img/bg-end.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover
}

.s-end .form-sale {
  text-align: left
}

.bg-block {
  background-color: rgba(0, 0, 0, .64);
  padding: 35px 0
}

.bg-block h2 {
  font-size: 2.722em;
  line-height: 63px;
  letter-spacing: -.025em
}

.bg-block .subh {
  font-size: 1.333em;
  line-height: 30px
}

@media only screen and (max-width:991px) {
  .bg-block {
    padding: 35px 10px
  }
}

footer {
  background-color: #000;
  padding: 40px 0;
  font-size: .889em;
  line-height: 22px
}

footer li:not(:last-child) {
  margin: 0 0 10px
}

footer a, footer a:hover {
  color: #fff
}

@media only screen and (max-width:991px) {
  footer {
    font-size: 1.1em
  }
  footer ul {
    margin: 0 0 30px
  }
}

.cod-error, .cod-ok {
  width: 458px;
  margin: auto;
  background-color: rgba(0, 0, 0, .8);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 33px;
  font-size: 1.2em;
  padding: 35px;
  position: relative
}

.cod-error .mfp-close, .cod-ok .mfp-close {
  color: #ff6000;
  border: 3px solid #ff6000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 27px;
  top: -40px;
  right: -25px
}

.cod-ok {
  border: 3px solid #608901
}

.cod-error {
  border: 3px solid #ff0b00
}

#pu-form {
  position: relative;
  background-image: none;
  background-color: transparent
}

#pu-form .mfp-close {
  color: #ff7c04;
  border: 3px solid #ff7c04;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 33px;
  width: 33px;
  line-height: 28px;
  top: -15px;
  right: 20px;
  opacity: 1
}

@media only screen and (max-width:479px) {
  .cod-error, .cod-ok {
    width: 290px
  }
}
