@font-face {
  font-family: 'Open Sans';
  src: url("/fonts/OpenSans/Light/OpenSansLight.eot");
  src: url("/fonts/OpenSans/Light/OpenSansLightd41d.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans/Light/OpenSansLight.woff") format("woff"), url("/fonts/OpenSans/Light/OpenSansLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("/fonts/OpenSans/Regular/OpenSansRegular.eot");
  src: url("/fonts/OpenSans/Regular/OpenSansRegulard41d.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans/Regular/OpenSansRegular.woff") format("woff"), url("/fonts/OpenSans/Regular/OpenSansRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("/fonts/OpenSans/Semibold/OpenSansSemiBold.eot");
  src: url("/fonts/OpenSans/Semibold/OpenSansSemiBoldd41d.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans/Semibold/OpenSansSemiBold.woff") format("woff"), url("/fonts/OpenSans/Semibold/OpenSansSemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("/fonts/OpenSans/Bold/OpenSansBold.eot");
  src: url("/fonts/OpenSans/Bold/OpenSansBoldd41d.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans/Bold/OpenSansBold.woff") format("woff"), url("/fonts/OpenSans/Bold/OpenSansBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.__red {
  color: #ff1200;
}
.__green {
  color: #006c6f;
}
.__bold {
  font-weight: 700;
}
.__font20 {
  font-size: 18px;
  line-height: 22px;
}
.nobr {
  white-space: nowrap;
}
.ml40 {
  margin-left: 40px;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.z-top {
  z-index: 10;
}
.red{color: #ff1200}
.red__point{padding-left: 15px;position: relative;}
.red__point:before{
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    left: 0;
    background: #ff1200;
}
.green{color: #006c6f}
.small{font-size: 11px}
.firm{
  background: rgba(216, 73, 61, 0.45);
  color: #006c6f;
  font-weight: 600;
}
@media (max-width: 1023.9px) {
.desktop__show{display: none;}
.advantages__slider .slick-slide a p{
    width: 130px;
    display: block;
    margin: 15px auto 0;
    text-align: center;
    color: #006c6f;
    line-height: 1.5;
    font-weight: 600;
    text-decoration: underline;
}
}
@media (min-width: 1024px) {
.mobile__show{display: none;}
.hidden-lg{display: none !important;}
}
@media (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  .risk__pager__item {
    line-height: 18px;
    font-size: 14px !important;
    color: rgb(0, 108, 111);
    border: 2px solid rgba(216, 73, 61, 0.45);
    border-bottom: 2px solid rgba(216, 73, 61, 0.45) !important;
    padding: 10px 40px !important;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 6px;
    height: 64px;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.risk__pager__item:before{
  left: 10px !important;
}
}
@media (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Open Sans', serif;
  color: #5e5e5e;
  cursor: default;
  font-size: 14px;
  line-height: normal;
  background: #fff url("/im/bg-body.png");
  min-width: 320px;
}
.wrap {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
section {
  position: relative;
  zoom: 1;
  background-repeat: no-repeat;
}
section:after,
section:before {
  content: "";
  display: table;
}
section:after {
  clear: both;
}
.container {
  zoom: 1;
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
.container:after,
.container:before {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.wrapper--white {
  background: #fff;
  box-shadow: 0 0 55px -25px rgba(0,0,0,0.4);
  padding: 25px 0;
}
@media (min-width: 768px) {
  .wrapper--white {
    padding: 50px 0;
  }
}
.wrapper--gap {
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .wrapper--gap {
    padding-top: 100px;
    margin-bottom: 100px;
  }
}
.row {
  position: relative;
  zoom: 1;
}
.row:after,
.row:before {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.column {
  float: left;
  position: relative;
}
.column-2 {
  width: 50%;
}
.column-3 {
  width: 33.3%;
}
.column-4 {
  width: 25%;
}
.column-5 {
  width: 20%;
}
.column-6 {
  width: 60%;
}
.column-6 {
  width: 60%;
}
.form-send {
  position: fixed;
  background: rgba(0,0,0,0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  text-align: center;
  display: none;
}
.form-send:before {
  display: inline-block;
  content: '';
  vertical-align: middle;
  height: 100%;
}
.form-send .form-status {
  display: inline-block;
  vertical-align: middle;
}
a {
  color: #d8493d;
  text-decoration: none;
}
h1 {
  font-size: 24px;
  line-height: 28px;
  color: #006c6f;
  font-weight: 700;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (min-width: 1210px) {
  h1 {
    font-size: 37px;
    line-height: 41px;
  }
}
@media (min-width: 1210px) {
  h1.title--a {
    font-size: 31px;
    line-height: 37px;
  }
}
h1.title--a span {
  color: #d8493d;
}
h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 1210px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
h2:after {
  display: block;
  position: relative;
  content: '';
  margin-top: 20px;
  margin-bottom: 30px;
  width: 60px;
  height: 3px;
}
h2.__green {
  color: #006c6f;
}
h2.__green:after {
  background-color: #006c6f;
}
h2.__red {
  color: #d8493d;
}
h2.__red:after {
  background-color: #d8493d;
}
h2.__white {
  color: #fff;
}
h2.__white:after {
  background-color: #fff;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table tr td, table tr th {
  text-align: center;
  border: 1px solid #303030;
  padding: 5px 5px;
  font-size: 11px;
}
@media (min-width: 1024px) {
  table tr td, table tr th {
    padding: 5px 10px;
    font-size: 14px;
  }
  .why h2.__green{
    display: inline-block;
  }
}
.btn {
  display: inline-block;
  outline: 0;
  border: none;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
  cursor: pointer;
  transition: all ease 0.3s;
  webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn--red {
  color: #fff;
  background-color: #ff7166;
  background-image: -webkit-linear-gradient(to bottom, #ff7166 1%, #ff1200 100%);
  background-image: -moz-linear-gradient(to bottom, #ff7166 1%, #ff1200 100%);
  background-image: -ms-linear-gradient(to bottom, #ff7166 1%, #ff1200 100%);
  background-image: -o-linear-gradient(to bottom, #ff7166 1%, #ff1200 100%);
  background-image: linear-gradient(to bottom, #ff7166 1%, #ff1200 100%);
  box-shadow: 0 2px 0 0 #b30d00;
}
.btn--red:hover {
  background-color: #ff594d;
  background-image: -webkit-linear-gradient(to bottom, #ff594d 1%, #b30d00 100%);
  background-image: -moz-linear-gradient(to bottom, #ff594d 1%, #b30d00 100%);
  background-image: -ms-linear-gradient(to bottom, #ff594d 1%, #b30d00 100%);
  background-image: -o-linear-gradient(to bottom, #ff594d 1%, #b30d00 100%);
  background-image: linear-gradient(to bottom, #ff594d 1%, #b30d00 100%);
  box-shadow: 0 2px 0 0 #800900;
}
.btn--green {
  border: 1px solid #006c6f;
  color: #006c6f;
}
.btn--green:hover {
  background: #006c6f;
  color: #fff;
}

.btn--green-drug {
  border: 1px solid #006c6f;
  color: #fff;
  background:#318920;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.btn--green-drug:hover {
  background:#006c6f;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.btn--small, a.btn--small {
    font-size: 12px;
    font-weight: 700;
    height: 44px;
    line-height: 33px;
    width: 220px;
    padding: 6px 6px;
}
.btn-250{
  width: 250px !important;
}
@media (max-width: 340px) {
  .btn--small, a.btn--small {
   font-size: 12px;
  }
}

@media (min-width: 1024px) {
  .btn--small {
	padding: 0 15px;
    font-size: 16px;
    min-width: 160px;
    height: 33px;
    line-height: 33px;
}
.menu .btn--small, .menu a.btn--small {
  font-size: 16px;
  font-weight: 700;
  height: 33px;
  line-height:33px;
  min-width: 140px;
  padding: 0;
}
}
@media (max-width: 767.9px) {
  .btn--small {
	height: 44px;
	padding: 7px 15px;
  }
}
}
@media (min-width: 1024px) {
  .btn--xs {
    min-width: 130px;
  }
}
.btn--big {
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  min-width: 205px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .btn--big {
    font-size: 20px;
    height: 43px;
    line-height: 43px;
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .btn--biger {
    padding: 0 20px;
  }
}
/* @media (max-width: 767.9px) {
  .guarantee__button, .btn--big, .efficiency__column__link, .footer__button, .risk__content__button, a.btn--green, a.btn--green-drug, .footer__button  a.btn{
   width:100%;
  } */

.btn--long {
  font-size: 10px;
  font-weight: 700;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  min-width: 300px;
  text-transform: none;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .btn--long {
    min-width: 335px;
    font-size: 12px;
  }
}
.btn--submit {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.form__control {
  margin-bottom: 15px;
}
.form__control label.error {
  color: #ff1200;
  display: block;
  margin-top: 5px;
}
.form input[type="text"],
.form input[type="password"],
.form textarea {
  display: block;
  width: 100%;
  outline: 0;
  border: 1px solid #006c6f;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  color: #303030;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  transition: all ease 0.3s;
  webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
@media (min-width: 768px) {
  .form input[type="text"],
  .form input[type="password"],
  .form textarea {
    font-size: 24px;
    height: 67px;
    line-height: 67px;
    padding: 0 40px;
  }
}
.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form textarea:focus {
  border-color: #00babf;
}
.form input[type="text"]:focus::-webkit-input-placeholder,
.form input[type="password"]:focus::-webkit-input-placeholder,
.form textarea:focus::-webkit-input-placeholder {
  color: #acacac;
}
.form input[type="text"]:focus:-moz-placeholder,
.form input[type="password"]:focus:-moz-placeholder,
.form textarea:focus:-moz-placeholder {
  color: #acacac;
}
.form input[type="text"]:focus::-moz-placeholder,
.form input[type="password"]:focus::-moz-placeholder,
.form textarea:focus::-moz-placeholder {
  color: #acacac;
}
.form input[type="text"]:focus:-ms-input-placeholder,
.form input[type="password"]:focus:-ms-input-placeholder,
.form textarea:focus:-ms-input-placeholder {
  color: #acacac;
}
.form input[type="text"]::-webkit-input-placeholder,
.form input[type="password"]::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: #303030;
  font-size: 14px;
}
@media (min-width: 768px) {
  .form input[type="text"]::-webkit-input-placeholder,
  .form input[type="password"]::-webkit-input-placeholder,
  .form textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
}
.form input[type="text"]:-moz-placeholder,
.form input[type="password"]:-moz-placeholder,
.form textarea:-moz-placeholder {
  color: #303030;
  font-size: 14px;
}
@media (min-width: 768px) {
  .form input[type="text"]:-moz-placeholder,
  .form input[type="password"]:-moz-placeholder,
  .form textarea:-moz-placeholder {
    font-size: 16px;
  }
}
.form input[type="text"]::-moz-placeholder,
.form input[type="password"]::-moz-placeholder,
.form textarea::-moz-placeholder {
  color: #303030;
  font-size: 14px;
}
@media (min-width: 768px) {
  .form input[type="text"]::-moz-placeholder,
  .form input[type="password"]::-moz-placeholder,
  .form textarea::-moz-placeholder {
    font-size: 16px;
  }
}
.form input[type="text"]:-ms-input-placeholder,
.form input[type="password"]:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  color: #303030;
  font-size: 14px;
}
@media (min-width: 768px) {
  .form input[type="text"]:-ms-input-placeholder,
  .form input[type="password"]:-ms-input-placeholder,
  .form textarea:-ms-input-placeholder {
    font-size: 16px;
  }
}
.form textarea {
  resize: none;
  height: auto;
  padding-top: 10px;
  color: #303030;
  line-height: normal;
}
.form input[name="phone"] {
  background-image: url("/im/ico-phone-black.png");
  background-repeat: no-repeat;
  background-position: 15px 50%;
}
.form input.error,
.form textarea.error {
  border-color: #ff1200;
}
.form input.error:focus,
.form textarea.error:focus {
  border-color: #ff1200;
}
.modals {
  display: none;
}
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 500;
  padding: 10px;
  font-size: 0;
  box-sizing: border-box;
  background-color: #161616;
  background-color: rgba(22,22,22,0.7);
  text-align: center;
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  font-size: 14px;
  overflow: hidden;
  width: 100%;
}

@media (max-width:400px) {
.modal img {max-width:100% !important}
}

.modal .close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  background: url("/im/ico-close.png") no-repeat 50% 50%;
}
.modal--white {
  background: #fff;
}
.modal--green {
  background: #006c6f url("/im/bg-pattern.png") repeat 50% 50%;
  color: #fff;
}
.modal--green .close-modal {
  background-image: url("/im/ico-close-white.png");
}
.modal--middle {
  max-width: 700px;
  padding: 50px 20px 40px;
}
@media (min-width: 768px) {
  .modal--middle {
    padding: 45px;
  }
}
.modal--middle .modal__form {
  max-width: 390px;
  margin: 0 auto;
}
.modal--large,
.modal--xlarge {
  text-align: left;
  padding: 50px 20px 30px;
}
@media (min-width: 768px) {
  .modal--large,
  .modal--xlarge {
    padding: 40px;
  }
}
.modal--large ol,
.modal--xlarge ol {
  list-style: none;
}
.modal--large ol li,
.modal--xlarge ol li {
  margin-bottom: 15px;
  line-height: 18px;
  counter-increment: step-counter;
}
.modal--large ol li:before,
.modal--xlarge ol li:before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 80%;
  background-color: #006c6f;
  color: #fff;
  padding: 3px 8px;
}
.modal--large {
  max-width: 800px;
}
.modal--mlarge {
  max-width: 960px;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .modal--mlarge {
    padding: 40px;
  }
}
.modal--xlarge {
  max-width: 1060px;
}
.modal__title {
  font-size: 22px;
  color: #006c6f;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .modal__title {
    font-size: 24px;
  }
}
.modal__subtitle {
  font-size: 14px;
  color: #303030;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .modal__subtitle {
    font-size: 16px;
  }
}
.modal__privacy {
  font-size: 12px;
  color: #5e5e5e;
  margin-top: 15px;
  text-align: center;
}
.modal__privacy--white {
  color: #fff;
}
.modal__privacy img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -3px;
}
.modal__table table {
  display: block;
  overflow-x: auto;
  border-left: 1px solid #ccc;
}

.modal__table table tr{
  border-right: 1px solid #ccc;
}
.modal__table table td{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.modal__table table td:first-child,
.modal__table table th:first-child  {
    border-left: 1px solid #fff;
}

.modal__table table th{
	text-align:center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}


@media (max-width: 767.9px) {
.modal__table table {
	display: table;
    border: none;
  }
.modal__table table tr:first-child{
	display: none;
  }
.modal__table table tr{
	background:#fff;
	border-radius:1px;
  }
.modal__table table th{
   display:none;
  } 
.modal__table table thead {
    display: none;
  }
.modal__table table tr {
    margin-bottom: 10px;
    display: block;
    border: none;
  }
.modal__table table td {
    display: block;
    text-align: left;
    font-size: 13px;
	padding-left:5px;
    border-top: 1px solid #fff;
    border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
.modal__table table td:first-child {
    border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
  }
.modal__table table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
	display:inline-block;
	width:100%;
  }
}
.drug__table table {
  display: block;
  overflow-x: auto;
  border-left: 1px solid #ccc;
}

.drug__table table tr{
  border-right: 1px solid #ccc;
}
.drug__table table td{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.drug__table table td:first-child,
.drug__table table th:first-child  {
    border-left: 1px solid #fff;
}

.drug__table table th{
	text-align:center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}


@media (max-width: 767.9px) {
.drug__table table {
	display: table;
    border: none;
  }
.drug__table table tr:first-child{
	display: none;
  }
.drug__table table tr{
	background:#fff;
	border-radius:1px;
	box-shadow: 0 0 12px rgba(0,0,0,0.25);
  }
.drug__table table th{
   display:none;
  } 
.drug__table table thead {
    display: none;
  }
.drug__table table tr {
    margin-bottom: 10px;
    display: block;
    border: none;
  }
.drug__table table td {
    display: block;
    text-align: left;
    font-size: 14px;
    text-transform: normal;
    font-weight: bold;
	padding-left:5px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
	border-bottom: 1px solid #ccc;
    border-right: 1px solid #fff;
  }
.drug__table table td:last-child {
    border-bottom: 0;
  }
.drug__table table td:before {
    content: attr(data-label);
    float: left;
    text-transform: normal;
    font-weight: normal;
	display:inline-block;
	width:30%;
  }
 .drugstores .wrapper--white, .drugstores .advantages__wrapper
 {background:transparent !important;
 box-shadow:none;}
}


.modal p {
  margin-bottom: 15px;
}
.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: #111 url("data:image/gif;base64,R0lGODlhIAAgAPMAABEREf///0VFRYKCglRUVG5ubsvLy62trTQ0NCkpKU5OTuLi4vr6+gAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQACgABACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQACgACACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkEAAoAAwAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkEAAoABAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAAKAAUALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAAKAAYALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQACgAHACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAAKAAgALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAAKAAkALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQACgAKACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkEAAoACwAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==") no-repeat center center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
@media (max-width: 400px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .g-recaptcha > div,
  .g-recaptcha > iframe {
    width: 260px !important;
  }
}
/* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
/* 1 */
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}
optgroup {
  font-weight: bold;
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  -khtml-opacity: 0.54;
  -moz-opacity: 0.54;
  opacity: 0.54;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";
  filter: alpha(opacity=54);
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
.advantages {
  z-index: 3;
  padding: 60px 0;
}
@media (min-width: 1210px) {
  .advantages {
    background: url("/im/advantages-bg.png") no-repeat 50% 0;
    padding: 75px 0 180px;
  }
}
.advantages__wrapper {
  zoom: 1;
  /* margin-bottom: 20px; */
}
.advantages__wrapper:after,
.advantages__wrapper:before {
  content: "";
  display: table;
}
.advantages__wrapper:after {
  clear: both;
}
@media (min-width: 768px) {
  .advantages__wrapper {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .advantages__left {
    float: left;
    width: 40%;
  }
}
.advantages__right {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .advantages__right {
    float: left;
    width: 55%;
    margin-left: 5%;
  }
}
.advantages__right p {
  line-height: 1.4;
  margin-bottom: 22px;
}
.advantages__slider {
  width: 250px;
  height: 90px;
  background-size: cover;
  margin: 0 auto;
  padding: 54px 23px 0;
}

.advantages__slider span{
  font-weight: 600;
  color:#006c6f;
  text-decoration:underline;
}
.advantages__slider img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .advantages__slider {
    width: 278px;
    height: 412px;
    padding: 63px 27px 0;
  }
}
.advantages__slider a {
  display: block;
  position: relative;
}
.advantages__slider a:after {
  display: block;
  top: 0;
  left: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5) url("/im/ico-zoom-white.png") 50% 50% no-repeat;
  transition: all ease 0.3s;
  webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.advantages__slider a:hover:after {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.advantages__bullets {
  zoom: 1;
  text-align: center;
  font-size: 0;
}
.advantages__bullets:after,
.advantages__bullets:before {
  content: "";
  display: table;
}
.advantages__bullets:after {
  clear: both;
}
@media (min-width: 480px) {
  .advantages__bullets {
    text-align: left;
	margin-bottom: 30px;
  }
}
.advantages__bullet {
  display: flex;
  justify-content:flex-start;
  align-items:center;
  vertical-align: top;
  width: 100%;
  text-align: left;
  margin-right: 2%;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .advantages__bullets {
    text-align: left;
	margin-bottom: 30px;
  }
  .advantages__bullet {
	  width: 48%;
	  text-align: center;
	  display: inline-block;
	  margin-bottom: 20px;
  }
}

.advantages__bullet:nth-child(4n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .advantages__bullet {
    float: left;
    width: 23.5%;
  }
}
.advantages__bullet__img {
  min-height: 70px;
}
@media (max-width: 479.9px) {
 .advantages__bullet__img {
  display:flex;
  align-items:center;
  margin-left:10vw;
}
  .advantages__bullet__text {
  margin-left:6vw;
  }
}

@media (min-width: 480px) and (max-width: 767.9px) {
  .advantages__bullet {
    display: inline-block;
	width: 48%;
  }
   .advantages__bullet__img {
  display: inline-block;
  align-items:center;
  margin-left:0;
}
  .advantages__bullet__text {
  display: inline-block;  
  margin-left:2vw;
  }
}
}

@media (min-width: 768px) {
  .advantages__bullet__img {
    min-height: 125px;
  }
}
.advantages__bullet__img img {
  width: auto;
  height: auto;
  max-height: 54px;

}
@media (min-width: 768px) {
  .advantages__bullet__img img {
    width: auto;
	max-height: 100%;
  }
}
.advantages__bullet__text {
  color: #303030;
  font-weight: 700;
  font-size: 12px;
}
@media (min-width: 768px) {
  .advantages__bullet__text {
    font-size: 14px;
  }
}
@media (max-width: 767.9px) {
  .__after, .efficiency__icons, .advantages__slider:nth-of-type(2) {display:none!important}
}
.after {
  display: none;
  padding: 60px 0 50px;
}
@media (min-width: 768px) {
  .after {
    display: block;
  }
}
@media (min-width: 1024px) {
  .after {
    margin-top: -280px;
    padding: 370px 0 350px;
    background: url("/im/bg-after.png") no-repeat 50% 0;
  }
}
@media (min-width: 1024px) {
  .after__inner {
    max-width: 490px;
  }
}
.after__text {
  margin: 40px 0;
}
.after__bullet {
  margin-bottom: 30px;
  font-size: 0;
}
@media (min-width: 768px) and (max-width: 1023.9px){
 .after__bullet {
 display:inline-block;
 max-width:32%;
}
 .after__bullet__text{
 padding-right: 40px;
 }
}
.after__bullet__ico {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  line-height: 52px;
  margin-right: -52px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #006c6f;
  text-align: center;
}
.after__bullet__ico:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  height: 100%;
}
.after__bullet__ico img {
  display: inline-block;
  vertical-align: middle;
}
.after__bullet__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 80px;
}
.after__notice {
  font-size: 12px;
  line-height: 18px;
}
.after__family {
  display: none;
  position: absolute;
  right: -160px;
  bottom: -300px;
}
@media (min-width: 1024px) {
  .after__family {
    display: block;
  }
}
@media (min-width: 1210px) {
  .after__family {
    right: -80px;
  }
}
.delivery {
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .delivery {
    padding: 70px 0 180px;
  }
}
.delivery__img {
  display: none;
  position: absolute;
  right: 60px;
  bottom: -160px;
}
@media (min-width: 1024px) {
  .delivery__img {
    display: block;
  }
}
.delivery .wrapper {
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
@media (min-width: 1024px) {
  .delivery .wrapper {
    background-image: url("/im/bg-delivery.png");
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
.delivery__header {
  max-width: 800px;
  zoom: 1;
}
.delivery__header:after,
.delivery__header:before {
  content: "";
  display: table;
}
.delivery__header:after {
  clear: both;
}
@media (min-width: 1024px) {
  .delivery__header h2 {
    float: left;
  }
}
.delivery__header__logo {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .delivery__header__logo {
    margin-bottom: 0;
    float: right;
  }
}
.delivery__logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  margin-bottom: 20px;
}
.delivery__logo:last-child {
  margin-right: 0;
}
.delivery__text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .delivery__text {
    max-width: 445px;
  }
}
.delivery__list {
  margin-bottom: 30px;
}
.delivery__list__item {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .delivery__list__item {
    font-size: 18px;
    line-height: 22px;
  }
}
.delivery__list__item:before {
  position: relative;
  display: inline-block;
  content: '—';
  margin-right: 10px;
}
.efficiency {
  background: url("/im/efficiency-bg.png") no-repeat 50% 0;
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .efficiency {
    padding-top: 120px;
  }
}
.efficiency__wrap {
  zoom: 1;
}
.efficiency__wrap:after,
.efficiency__wrap:before {
  content: "";
  display: table;
}
.efficiency__wrap:after {
  clear: both;
}
@media (min-width: 1210px) {
  .efficiency__wrap {
    margin-bottom: 150px;
  }
}
.efficiency__left {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .efficiency__left {
    width: 25%;
    float: left;
    margin-right: 5%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .efficiency__right {
    width: 70%;
    float: left;
  }
}
.efficiency__block {
  background: #fff;
  box-shadow: 0 0 55px -25px rgba(0,0,0,0.4);
  padding: 15px 10px 25px;
}
@media (min-width: 1024px) {
  .efficiency__block {
    padding: 45px 15px;
  }
}
.efficiency__block__head {
  color: #006c6f;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.efficiency__block__head > div {
  display: inline-block;
  vertical-align: middle;
}
.efficiency__block__usage {
  font-size: 0;
}
.efficiency__block__usage_ico {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  margin-right: -40px;
}
@media (min-width: 1024px) {
  .efficiency__block__usage_ico {
    vertical-align: top;
  }
}
.efficiency__block__usage_text {
  padding-left: 40px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #028b17;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .efficiency__block__usage_text {
    vertical-align: top;
  }
}
.efficiency__block__list {
  margin-top: 20px;
  font-size: 0;
  padding-left: 20px;
}
.efficiency__block__list_item {
  background: url("/im/ico-arrow-green.png") no-repeat 0 5px;
  padding-left: 20px;
  color: #028b17;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .efficiency__block__list_item {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin: 0 3% 15px 0;
  }
}
@media (min-width: 1024px) {
  .efficiency__block__list_item {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.efficiency__line {
  display: none;
  width: 100%;
  height: 2px;
  background: #acd7da;
  margin-bottom: 0;
}
.efficiency__subtitle {
  color: #028b17;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
@media (min-width: 768px) {
  .efficiency__line {
  display: block;
  margin-bottom: 20px;
}
  .efficiency__subtitle {
    font-size: 24px;
  }
}
.efficiency__subtitle:after {
  display: none;
  content: '';
  position: absolute;
  width: 336px;
  height: 61px;
  background: url("/im/efficiency-shape.png") no-repeat 50% 50%;
  left: -40px;
  bottom: -65px;
}
@media (min-width: 1024px) {
  .efficiency__subtitle:after {
    display: block;
  }
}
.efficiency__column {
  margin-bottom: 30px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .efficiency__column {
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
    min-width: 220px;
  }
}
.efficiency__column_wrapper {
  display: none;
  zoom: 1;
  font-size: 0;
  margin-top: 30px;
}
.efficiency__column_wrapper:after,
.efficiency__column_wrapper:before {
  content: "";
  display: table;
}
.efficiency__column_wrapper:after {
  clear: both;
}
@media (min-width: 768px) {
  .efficiency__column_wrapper {
    display: block;
  }
}
.efficiency__column__header {
  font-size: 0;
  min-height: 50px;
}
.efficiency__column__header_ico {
  display: inline-block;
  vertical-align: top;
  width: 45px;
  text-align: right;
  margin-right: -45px;
}
.efficiency__column__header_text {
  padding-left: 50px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #d8493d;
  font-weight: 700;
  margin-bottom: 20px;
}
.efficiency__column__notice {
  color: #ff1200;
  font-weight: 500;
  background: url("/im/ico-attention-round.png") no-repeat 18px 50%;
  padding-left: 50px;
  margin-bottom: 20px;
  min-height: 32px;
}
@media (min-width: 768px) {
  .efficiency__column__notice {
    background-position: 18px 8px;
  }
}
.efficiency__column__text {
  color: #303030;
  padding-left: 50px;
}
.efficiency__column__link {
  display: inline-block;
  margin-top: 20px;
  padding: 0 5%;
}
.efficiency__icons {
  margin: 50px 0;
  text-align: left;
  font-size: 0;
}
@media (min-width: 768px) {
  .efficiency__icons {
    text-align: center;
    margin: 50px 0 80px;
  }
}
.efficiency__icons__item {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .efficiency__icons__item {
    width: 20%;
  }
}
.efficiency__icons__item_ico {
  margin-bottom: 10px;
}
.efficiency__icons__item_ico img {
  width: 50%;
}
@media (min-width: 768px) {
  .efficiency__icons__item_ico img {
    width: auto;
  }
}
.efficiency__icons__item_text {
  font-size: 14px;
  line-height: 18px;
  color: #303030;
  font-weight: 700;
}
.error-page {
  height: calc(100vh - 70px);
  min-height: 450px;
  font-size: 0;
  text-align: center;
  background: url("/im/bg-error.png") no-repeat 50% 50%;
}
.error-page:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: '';
}
.error-page__inner {
  display: inline-block;
  vertical-align: middle;
}
.error-page__ico {
  margin-bottom: 20px;
}
.error-page__text_big {
  font-size: 140px;
  color: #006c6f;
  line-height: 1;
}
.error-page__text_middle {
  color: #ff1200;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
}
.error-page__text_small {
  font-size: 20px;
  margin-bottom: 20px;
}
.faq {
  padding: 50px 0;
}
.faq__item {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .faq__item {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 40px;
    float: left;
  }
  .faq__item:nth-child(3n) {
    margin-right: 0;
  }
}
.faq__item--hidden {
  display: none;
}
.faq__item__header {
  margin-bottom: 20px;
  font-size: 0;
}
.faq__item__ico {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  margin-right: -50px;
}
@media (min-width: 768px) {
  .faq__item__ico {
    vertical-align: top;
  }
}
.faq__item__ico img {
  display: block;
}
.faq__item__title {
  padding-left: 50px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-size: 14px;
}
.d-inline-block{display: inline-block;}
@media (min-width: 768px) {
  .faq__item__title {
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .faq__item__title {
    font-size: 16px;
  }
}
.faq__item__text {
  font-size: 12px;
}
@media (min-width: 768px) {
  .faq__item__text {
    font-size: 14px;
  }
}
.faq__showmore {
  text-align: center;
}
.faq__showmore a {
  display: block;
  width: 200px;
  margin:0 auto; 
  color: #5e5e5e;
  font-size: 20px;
}
.faq__showmore a:hover img {
  -webkit-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
.faq__showmore img {
  display: block;
  margin: 0 auto 10px;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.footer {
  background: #363636;
  color: #fff;
  padding: 10px 0;
  min-height: 70px;
}
.footer__logo {
    text-align: left;
    float: left;
    margin-top: 18px;
    /* margin-right: 25px; */
}
@media (max-width: 486px) {
	  .footer__button a{
	  margin:10px auto;
  }
}
@media (max-width: 767.9px) {
  .footer__logo {
   float: none;
   text-align: center;
   margin-bottom: 18px;
  }
  .risk__content__button, .risk__content__button a, .efficiency__block  .btn--small, .why__column__wrapper .btn--green , .efficiency__column__link .btn--small, .btn--big, .recommend__order__button, .guarantee__button, .efficiency__column__link {width: 100%}
  .btn--small {padding-top:12px}
  #modal-popup .btn--small  {width: 90%}
}
@media (max-width: 486.9px) {
  .footer__button , .footer__button .btn--small{
    width: 90%;
    margin:0 5%; 
  }
}
.mobile-menu__item .btn--small {
	padding: 12px 60px;
}
.mobile-menu__list li:last-child {
	margin-top:32px;
}
.mobile-menu__list li:last-child a{
	color:#fff
}
.footer__links {
  margin-bottom: 10px;
}

.footer__links__row {
  text-align: center;
  padding: 0 20px;
}
.footer__right {
  display:inline-block;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  .footer__right {
   display:block;
   width:100%;	
   margin-top:20px;
  }
   .footer__links {
	   display:inline-block;
   }
}
@media (max-width: 1199.9px) {
	.footer .container {text-align:center}
}
@media (min-width: 1200px) {
  .footer__links {
    margin-bottom: 0;
    float: left;
  }
}
@media (min-width: 1200px) {
  .footer__right {
    float: right;
    text-align: right;
  }
}
.footer__text {
  display: none;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  padding-left: 30px;
  vertical-align: top;
}
@media (min-width: 1210px) {
  .footer__text {
    display: inline-block;
  }
}
.footer__phones {
  padding-left: 10px;
  margin: 5px 10px 0 0;
  max-width: 190px;
  height: 40px;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1024px) {
  .footer__phones {
    margin: 2px 10px 0 0;
  }
}
.footer__phones:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.footer__phones__inner {
  display: inline-block;
  vertical-align: middle;
}
.footer__phones__item {
  text-align: left;
}
.footer__phones__item__text {
  display: inline-block;
  margin-top: 5px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.footer__phones__item a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.footer__button {
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
}
.footer__privacy {
  font-size: 15px;
  color: #ff1200;
  font-weight: 700;
  line-height: 1;
  text-decoration: underline;
}
.footer__address {
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.messenger_phone_number{
  color:white;
}
.footer_messenger{
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin: 3px 10px 0 0;
}
/* @media (min-width: 800px) {
  .footer_messenger {

  }
} */
/* Certificates */
@media(max-width: 767.9px){
.advantages__slider{
  margin-bottom: 40px;
}
.advantages__slider .slick-arrow {margin-top: 20px}
.advantages__slider, .advantages__slider .slick-slide {
  display: flex !important;
  align-items: center;
}
.advantages__slider .slick-slide a {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
}
.advantages__slider .slick-slide a p{
    width: 130px;
    float: right;
    text-align: left;
    color: #006c6f;
    line-height: 1.5;
    font-weight: 600;
    text-decoration: underline;
}
.advantages__slider .slick-slide a img{
    display: inline-block;
    width: 48px;
    height: 68px;
    margin-right: 0;
    background-size: cover;
    padding-right: 0;
}
}

.footer_time{
  display: inline-block;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.messenger_ico{
  width: 32px;
  height: 32px;
  margin-top:8px;
}
@media (min-width: 768px) {
.messenger_ico{
  width: 24px;
  height: 24px;
}
}

.footer_work{
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 10px;
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  .footer_work {
   float:right;
   margin: 3px 10px 0 0;
  }
}
@media (min-width: 1200px) {
  .footer_work {
   float:left;
  }
}
/* @media (min-width: 768px) {
  .footer_work {
    display: inline-block;
    margin: 3px 10px 0 0;
  }
} */

.gemobin {
  margin: 0 0 20px;
  text-align: center;
}
.gemobin__text {
    font-size: 15px;
    letter-spacing: -0.4px;
    font-weight: 400;
    line-height: 1.2;
    color: rgba(94, 94, 94, 0.6);
    text-transform: uppercase;
    padding: 35px;
}
.gemobin__text:after {
    content: "Перед применением проконсультируйтесь со специалистом";
    display: block;
    font-size: 13px;
    padding-top: 20px;
    letter-spacing: 0.4px;
}
@media (min-width: 768px) {
  .gemobin__text {
    font-size: 24px;
  }
  .gemobin__text:after {
    font-size: 15px;
    padding-top: 20px;
}
}
@media (min-width: 1366px) {
  .gemobin__text {
    font-size: 36px;
  }
.gemobin__text:after {
    font-size: 18px;
    padding-top: 28px;
}
}
.guarantee {
  padding: 30px 0;
  background: #007177 url("/im/bg-guarantee.png") no-repeat 50% 50%;
  color: #fff;
}
@media (max-width: 767px) {
  .guarantee {
    background-size: auto 100%;
  }
}
@media (min-width: 768px) {
  .guarantee {
    padding: 70px 0 40px;
  }
}
.guarantee__inner {
  max-width: 800px;
  margin: 0 auto;
}
.guarantee__header__badge {
  display: none;
  float: right;
  margin-top: -40px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .guarantee__header__badge {
    display: block;
  }
}
.guarantee__header__gemobin {
  position: relative;
  left: 0;
}
.guarantee__header__gemobin img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .guarantee__header__gemobin {
    display: block;
    position: absolute;
    right: -165px;
    top: 50px;
    left: auto;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .guarantee__header__gemobin {
    right: -60px;
  }
}
@media (min-width: 1210px) {
  .guarantee__header__gemobin {
    right: 60px;
  }
}
.guarantee__text {
  line-height: 20px;
  margin-bottom: 20px;
}
.guarantee__shape {
  background: url("/im/guarantee-shape.png") no-repeat 0 50%;
  font-size: 0;
  padding-left: 80px;
  height: 70px;
  line-height: 70px;
  margin: 0 -10px 10px -80px;
}
@media (min-width: 768px) {
  .guarantee__shape {
    margin: 0 0 10px -80px;
  }
}
.guarantee__shape__ico {
  display: inline-block;
  vertical-align: middle;
  width: 75px;
  margin-right: -75px;
}
.guarantee__shape__ico img {
  display: block;
}
.guarantee__shape__text {
  padding-left: 70px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .guarantee__shape__text {
    font-size: 20px;
    line-height: 26px;
    padding-left: 75px;
  }
}
.guarantee__price {
  margin: 0 0 20px 0;
  font-size: 20px;
}
@media (min-width: 768px) {
  .guarantee__price {
    margin: 0 0 20px 35px;
  }
}
.guarantee__price__big {
  display: inline-block;
  margin-left: 10px;
  font-size: 60px;
  font-weight: 700;
  position: relative;
  color: #ff1200;
  text-shadow: 0 0 15px rgba(255,255,255,0.3);
}
.guarantee__price__big:after {
  display: none;
  width: 45px;
  height: 80px;
  content: '';
  position: absolute;
  background: url("/im/ico-arrow-white-button.png") no-repeat 50% 50%;
  right: -30px;
  top: 35px;
}
@media (min-width: 768px) {
  .guarantee__price__big:after {
    display: block;
  }
}
.guarantee__button {
  margin: 0 0 20px 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .guarantee__button {
    margin: 0 0 30px 60px;
  }
}
.guarantee__gerb {
  margin-bottom: 40px;
}
.guarantee__gerb__ico {
  display: inline-block;
  vertical-align: middle;
  width: 75px;
  margin-right: -75px;
}
.guarantee__gerb__ico img {
  display: block;
}
.guarantee__gerb__text {
  padding-left: 75px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 18px;
}
@media (min-width: 768px) {
  .guarantee__gerb__text {
    font-size: 26px;
  }
}
.guarantee__bullet {
  margin-bottom: 20px;
}
@media (min-width: 400px) {
  .guarantee__bullet {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .guarantee__bullet {
    width: 24.25%;
    margin-right: 1%;
  }
  .guarantee__bullet:nth-child(4n) {
    margin-right: 0;
  }
}
.guarantee__bullet_wrap {
  zoom: 1;
  font-size: 0;
  margin-top: 60px;
}
.guarantee__bullet_wrap:after,
.guarantee__bullet_wrap:before {
  content: "";
  display: table;
}
.guarantee__bullet_wrap:after {
  clear: both;
}
.guarantee__bullet__ico {
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  margin-right: -55px;
}
.guarantee__bullet__ico img {
  display: block;
}
.guarantee__bullet__text {
  padding-left: 55px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .guarantee__bullet__text {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 1024px) {
  .guarantee__bullet__text {
    font-size: 14px;
    line-height: 20px;
  }
}
.menu {
  width: 100%;
  padding: 10px 0;
  position: fixed;
  background: #fff;
  box-shadow: 0 5px 30px 0 rgba(0,0,0,0.3);
  z-index: 100;
}
@media (min-width: 1210px) {
  .menu {
    height: 70px;
  }
}
.menu__logo {
    text-align: left;
    float: left;
    margin-top: 12px;
}
@media (min-width: 560px) {
  .menu__logo {
     margin-right: 20px;
	 margin-top: 18px;
  }
}
.menu__wrapper {
  display: none;
}
@media (min-width: 1210px) {
  .menu__wrapper {
    display: block;
    float: left;
    margin-top: 0;
  }
}
.menu_work {
  font-size: 11px;
  margin-top: auto;
      float: left;
    text-align: center;
      margin: 0px 15px 5px ;
      font-weight: bold;
}

@media (max-width:560px) {
	.menu_work {display:none}
}

  .menu__right {
	font-size: 0;
    margin-top: 5px;
    margin-top: 0;
    float: right;
    text-align: right;
  }
.menu__phones {
  background: transparent;
  padding-left: 14px;
  margin: 4px 10px 5px 0;
  max-width: 190px;
  height: 30px;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width:360px) {
	.menu__phones {
	background: url("/im/ico-phone.png") no-repeat 0 45%;
    background-size: auto 100%;
	margin: 5px 10px 0 0;
    padding-left: 30px;
	}
}
@media (min-width:560px) {
	.menu__phones {
		height: 40px;
	}
}


.menu__phones:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.menu__phones__inner {
  display: inline-block;
  vertical-align: middle;
}


.menu__phones__item {
  text-align: left;
}
.menu__phones__item__text {
  font-size: 10px;
  font-weight: 700;
  color: #006c6f;
  line-height: 1;
  text-transform: uppercase;
}

.menu__phones__item__text {
    margin-top: 5px;
    display: inline-block;
    font-size: 11px;
  }

.menu__phones__item a {
  font-size: 14px;
  font-weight: 700;
  color: #006c6f;
  line-height: 1;
}
@media (min-width: 560px) {
  .menu__phones__item a {
    font-size: 18px;
  }
}
.menu__button {
  display: inline-block;
  vertical-align: middle;
  margin-top: 8px;
}
@media (max-width: 1023.9px) {
  .menu__button  a{
   padding: 6px 12px; 
  }
}
@media (max-width: 767.9px) {
  .menu__button {
    display: none;  
  }
}
@media (min-width: 768px) and (max-width: 1023.9px) {
  .menu__button {
    margin-top: 4px;
}
  .menu__phones__inner {
	margin-top: -4px;
  }
}
.navi {
  font-size: 0;
}
.navi__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.navi__item:last-child {
  margin-right: 0;
}
.navi__item__link {
  display: inline-block;
  color: #5e5e5e;
  line-height: 1.2;
  text-align: center;
  padding: 6px;
  font-weight: 500;
  font-size: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid transparent;
  transition: all ease 0.3s;
  webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.navi__item__link--red {
  color: #d8493d;
}
.navi__item__link.current {
    border-color: #006c6f;
    color: #009397;
    line-height: 1.3;
    padding: 8px;
    text-align: center;
}
.navi__item__link:hover {
  color: #009397;
}
.navi__item__link--b {
  background: #006c6f;
  color: #fff;
}
.navi--b .navi__item__link.current {
  border: none;
}
.offer {
  padding: 70px 0 0;
}
@media (min-width: 1210px) {
  .offer {
    background: url("/im/bg-offer.png") no-repeat 45% 100%;
  }
}
@media (min-width: 1210px) {
  .offer--a {
    background: none;
  }
}
.offer__left,
.offer__right {
  position: relative;
}
@media (min-width: 768px) {
  .offer__left,
  .offer__right {
    float: left;
    width: 50%;
  }
}
.offer__left {
  z-index: 1;
}
.offer__right {
  z-index: 2;
}
@media (min-width: 768px) {
  .offer__right {
    padding: 30px 0 0 30px;
  }
}
@media (min-width: 1210px) {
  .offer__right {
    padding: 100px 0 0 70px;
  }
}

.mobile-menu {
 float:right;
 margin-top:2px;
 z-index: 9999999;
 margin-left: 12px;
}

@media (min-width:560.1px) {
	.mobile-menu {
 margin-top:8px;
 margin-left: 25px;
}
}

@media (min-width:1210px) {
	.mobile-menu {
display:none;
}
}

.mobile-menu__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 30px;
  cursor: pointer;
  transition: 0.4s;
}
/* .mobile-menu__icon {
  display: block;
  position: relative;
  background: transparent;
  width: 90%;
  height: 8px;
  transition: 0.4s;
} */
.mobile-menu__icon {
  display:block;
  position:relative;
  z-index: 9999;
  color:#006c6f;
  font-size: 13px;
  font-weight:800;
  transition: 0.4s;
}

.mobile-menu__icon::after, .mobile-menu__icon::before {
  content: "";
  display: block;
  position: absolute;
  background: #006c6f;
  width: 100%;
  height: 4px;
  transition: 0.4s;
}
.mobile-menu__icon::after {
  top: 24px;
}
.mobile-menu__icon::before {
  top: -6px;
}
.mobile-menu__container {
  position: fixed;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 54px;
  left: 0;
  right: 0;
  z-index: 999;
  height: 0;
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.2s;
  overflow: hidden;
  background-color: #fff;
}
@media (min-width:560px) {
	.mobile-menu__container {
	top: 60px;
	}
}

.mobile-menu__list {
  transition: 0.5s;
  transition-delay: 0.5s;
  list-style: none;
  padding-left: 0;
  margin-top: -50px;
}
.mobile-menu__item {
  font-size: 26px;
  padding-bottom: 15px;
}
.mobile-menu__link, .mobile-menu__link__drug {
  text-decoration: none;
  color: #006c6f;
  font-size: 16px;
  font-weight:bold;
  text-transform:uppercase;
}
.mobile-menu__checkbox {
  display: none;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__nav {
  opacity: 1;
  transition-delay: 0s;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__container {
  height: 100%;
  transition-delay: 0s;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon {
  color: white;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before, .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
  top: 4px;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.offer__image {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .offer__image {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1210px) {
  .offer__image {
    margin-left: -50px;
  }
}
@media (min-width: 768px) {
  .offer__image--a {
    position: absolute;
    right: -200px;
    width: auto;
    max-width: inherit;
  }
}
@media (min-width: 1210px) {
  .offer__image--a {
    margin-left: 0;
    right: -140px;
  }
}
.offer__text {
  font-size: 15px;
  color: #5e5e5e;
  margin-bottom: 25px;
}
@media (min-width: 1210px) {
  .offer__text {
    font-size: 17px;
  }
}
.offer__text--a {
  color: #222;
}
@media (min-width: 1210px) {
  .offer__text--a {
    line-height: 26px;
  }
}
.offer__button {
  position: relative;
  display: inline-block;
}
.offer__button:after {
  display: block;
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  background: url("/im/offer-arrow.png") no-repeat;
  top: -25px;
  right: -80px;
}
.offer__bullets {
  margin-top: 30px;
  zoom: 1;
}
@media (min-width: 1210px) {
  .offer__bullets {
    margin-top: 70px;
  }
}
.offer__bullets:after,
.offer__bullets:before {
  content: "";
  display: table;
}
.offer__bullets:after {
  clear: both;
}
.offer__bullets__title {
  font-weight: 700;
  color: #303030;
  margin-bottom: 20px;
}

.offer__bullet__img {
  min-height: 70px;
}
.offer__bullet__img img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.offer__bullet__text {
  font-size: 10px;
}

.offer__bullet__img, .offer__bullet__text  {
	display: inline-block;
}
.offer__bullet {
	width: 100%;
	max-height:12vh;
	text-align:left;
	margin-bottom:0
}	
@media (max-width: 359.9px){
	.offer__bullet__img  {
    margin-left:16vw;
	}
	.offer__bullet__img, .offer__bullet__img img {
    max-width: 14vw;
	}
	.offer__bullet__text{
	vertical-align:top;
	margin-left:6vw;
	}
	.bullets-2 .row {
    text-align: center;
}
.offer__bullet:nth-child(4) {
	margin-top:-2.5vh;
}
}
@media (min-width: 360px) and (max-width: 767.9px){
	.offer__bullet {
	width: 48%;
	display:inline-block;
	text-align:left;
	margin-bottom:0
}
	.offer__bullet:nth-child(3),
	.offer__bullet:nth-child(4) {
		margin-top:5vh;
	}
	.offer__bullet__img  {
    margin-left:0;
	}
	.offer__bullet__img, .offer__bullet__img img {
    max-width: 14vw;
	}
	.offer__bullet__text{
	vertical-align:top;
	margin-left:2vw;
	}
	.offer__bullet__img img{	vertical-align:top;}
	
	.bullets-2 .row {
    text-align: center;
}
.offer__bullet:nth-child(4) {
	margin-top:0;
}
}

@media (min-width: 480px) and (max-width: 767.9px){
	.offer__bullets{
		width:80%;
		margin:30px auto 0;
	}
}

@media (min-width: 1210px) {
  .offer__bullet__text {
    font-size: 11px;
  }
}

@media (min-width: 768px) {
  .offer__bullet {
    width: 23.5%;
	float: left;
	text-align: center;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .offer__bullet:nth-child(4n) {
  margin-right: 0;
}
}
@media (min-width: 768px) {
  .order {
    min-height: 600px;
  }
}
.order__wrap {
  zoom: 1;
  text-align: left;
}
.order__wrap:after,
.order__wrap:before {
  content: "";
  display: table;
}
.order__wrap:after {
  clear: both;
}
.order__left {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .order__left {
    margin-bottom: 0;
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .order__right {
    float: left;
    width: 50%;
    padding-left: 5%;
    border-left: 1px solid #fff;
  }
}
.order__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.order__text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .order__text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}
.order__img {
  display: none;
}
@media (min-width: 768px) {
  .order__img {
    display: block;
    position: absolute;
    bottom: -5px;
    left: 100px;
  }
}
.order__subtitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .order__subtitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.order__listtitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.order ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
.order ul li:before {
  display: block;
  content: '';
  position: absolute;
  background: url("/im/ico-arrow-white-down.png") no-repeat 50% 50%;
  width: 13px;
  height: 10px;
  left: 0;
  top: 4px;
}
.order__form {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .order__form {
    margin-top: 70px;
  }
}
.order .modal__privacy {
  margin-top: 30px;
}
.prevention {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .prevention {
    margin-bottom: 80px;
  }
}
@media (max-width: 1023px) {
  .prevention .wrapper--white {
    background: transparent;
    box-shadow: none;
  }
}
.prevention__content {
  position: relative;
}
@media (min-width: 1024px) {
  .prevention__content {
    width: 45%;
    margin-left: 55%;
  }
}
@media (min-width: 1210px) {
  .prevention__content {
    width: 50%;
    margin-left: 50%;
  }
}
.prevention__img {
  display: none;
  position: absolute;
  left: -140px;
  bottom: 0;
}
@media (min-width: 1024px) {
  .prevention__img {
    display: block;
  }
}
.prevention__list {
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .prevention__list {
    margin-bottom: 300px;
  }
}
.prevention__list__item {
  font-size: 16px;
  font-weight: 700;
  color: #5e5e5e;
  line-height: 26px;
  background: url("/im/ico-attention.png") no-repeat 0 50%;
  padding-left: 35px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  width: 49%;
  min-width: 300px;
}
@media (min-width: 1024px) {
  .prevention__list__item {
    display: block;
    width: 100%;
  }
}
.prevention__block {
  max-width: 600px;
  margin:0 auto;
  background: #fff;
  box-shadow: 0 0 155px -25px rgba(0,0,0,0.75);
  padding: 20px;
}
@media (min-width: 1024px) {
  .prevention__block {
    left: -130px;
    width: 600px;
    position: absolute;
    bottom: -450px;
    min-height: 400px;
  }
}
@media (min-width: 1210px) {
  .prevention__block {
    left: -80px;
  }
}
.prevention__block__title {
  color: #006c6f;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .prevention__block__title {
    font-size: 26px;
  }
}
.prevention__block__stat {
  margin: 0 0 25px 0;
  font-size: 0;
}
@media (min-width: 1024px) {
  .prevention__block__stat {
    margin: 0 0 25px 30px;
  }
}
.prevention__block__stat_ico {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  margin-right: -60px;
}
.prevention__block__stat_text {
  padding-left: 60px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #303030;
}
@media (min-width: 1024px) {
  .prevention__block__stat_text {
    font-size: 21px;
  }
}
.prevention__block__info {
  background-color: #ff4133;
  background-image: -webkit-linear-gradient(to bottom, #ff4133 1%, #ff1200 100%);
  background-image: -moz-linear-gradient(to bottom, #ff4133 1%, #ff1200 100%);
  background-image: -ms-linear-gradient(to bottom, #ff4133 1%, #ff1200 100%);
  background-image: -o-linear-gradient(to bottom, #ff4133 1%, #ff1200 100%);
  background-image: linear-gradient(to bottom, #ff4133 1%, #ff1200 100%);
  font-size: 0;
  padding: 15px 40px;
  margin: 0 -40px 20px -40px;
  transform: skew(-3deg);
}
.prevention__block__info_inner {
  transform: skew(3deg);
}
.prevention__block__info_ico {
  display: inline-block;
  vertical-align: middle;
  width: 75px;
  margin-right: -75px;
}
.prevention__block__info_text {
  padding-left: 75px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 768px) {
  .prevention__block__info_text {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .prevention__block__list {
    margin-left: 30px;
  }
}
.prevention__block__list_item {
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  background: url("/im/ico-arrow-red.png") no-repeat 0 50%;
  padding-left: 30px;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .prevention__block__list_item {
    font-size: 22px;
    line-height: 26px;
  }
}
.prevention__block__img {
  display: none;
  position: absolute;
  right: -170px;
  bottom: -210px;
}
@media (min-width: 1024px) {
  .prevention__block__img {
    display: block;
  }
}
.question {
  padding: 15px;
  background: #007177 url("/im/bg-guarantee.png") no-repeat 50% 50%;
  color: #fff;
  width: 100%;
}
.question__inner {
  font-size: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .question__inner > div {
    display: inline-block;
    vertical-align: middle;
  }
}
.question__ico {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .question__ico {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.question__text {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .question__text {
    font-size: 22px;
    margin-bottom: 0;
    margin-right: 25px;
  }
}
@media (min-width: 1024px) {
  .question__text {
    font-size: 28px;
  }
}
.question__arrow {
  display: none !important;
  margin-right: 25px;
}
@media (min-width: 1024px) {
  .question__arrow {
    display: block;
  }
}

@media (max-width: 1023.9px) {
.recommend__order {
  margin-top: 40px;
  margin-bottom: 60px;
  background: #fff;
  padding: 25px 5%;
  border-radius: 6px;
  max-width: 540px;
  display: block;
  margin: 0 auto 40px;
  box-shadow: 0 0 45px -10px rgba(0,0,0,0.4);
}
.recommend{
  padding-top: 110px;
  background: url(/im/bg-recommend.png) no-repeat 55% 0%;
  background-size: 170%;
}
}


@media (min-width: 1024px) {
  .recommend{padding-top: 0;margin-top: -60px;background: url("/im/bg-recommend.png") no-repeat 50% 100%;}
  .recommend__order {
    box-shadow: 0 0 155px -25px rgba(0,0,0,0.9);
    position: absolute;
    top: -255px;
    left: 10px;
    background: #fff;
    width: 610px;
    height: 285px;
    padding: 50px 95px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.recommend__order__title {
  font-size: 20px;
  font-weight: bold;
  color: #006c6f;
  margin-bottom: 20px;
}
.recommend__order__text {
  color: #006c6f;
  font-size: 16px;
  margin-bottom: 20px;
}
.recommend__order__button a{
  position: relative;
}
.recommend__order__button a:after {
  display: block;
  content: '';
  position: absolute;
  background-size: cover;
  background: url("/im/ico-arrow-red-button.png") no-repeat 50% 50%;
}
.svg_logo{
  display: inline-block;
  width: 210px;
  height: 80px;
  margin: 20px;
}
.svg_logo img{
  width: 100%;
}
@media (max-width: 639.9px) {
  .recommend__order__button a:after {
    width: 30px;
    height: 30px;
    right: 0px;
    top: -50px;
    background-size: cover;
    transform: rotate(-45deg);
  }
  .recommend__order__text {
    padding-right: 40px;
}
}
@media (min-width: 640px) {
  .recommend__order__button a:after {
    width: 40px;
    height: 40px;
    content: '';
    position: absolute;
    background-size: cover;
    background: url(/im/ico-arrow-red-button.png) no-repeat 50% 50%;
    right: -60px;
    background-size: cover;
    top: -10px;
  }
}
@media (min-width: 1024px) {
  .recommend__order__button a:after {
    display: block;
    width: 60px;
    height: 60px;
    right: -80px;
    top: -25px;
    background-size: cover;
  }
}
.recommend__slider__top {
  max-width: 1049px;
  margin: 0 auto;
}
.recommend__slider__top__item {
    width: 120px;
    height: 100px;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
@media (min-width: 1024px) {
  .recommend__slider__top__item {
    border-right: 1px solid #afafaf;
    width: 210px;
    height: 140px;
  }
}
.recommend__slider__top__item:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}
.recommend__slider__top__item img {
  display: inline-block !important;
  vertical-align: middle;
}
.recommend__slider__top .slick-slide {
  margin-bottom: 20px;
}
.recommend__slider__top .slick-center .recommend__slider__top__item {
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
}
.recommend__slider__top .slick-center .recommend__slider__top__item:after {
  display: block;
  position: absolute;
  content: '';
  width: 37px;
  height: 15px;
  background: url("/im/ico-arrow-down.png") no-repeat 50% 50%;
  bottom: -15px;
  left: 50%;
  margin-left: -18px;
}
.recommend__slider__bottom {
  max-width: 1049px;
  margin: 30px auto 15px;
}
.recommend__slider__bottom__item {
  background: #e1e1e1;
  padding: 30px 30px 20px;
}
.recommend__slider__bottom__item h4 {
  font-size: 16px;
  color: #006c6f;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}
.recommend__slider__bottom__item p {
  line-height: 20px;
  margin-bottom: 20px;
}
.doctor {
  margin-bottom: 50px;
  zoom: 1;
}
@media (min-width: 768px) {
  .doctor {
    margin-bottom: 140px;
  }
}
.doctor:after,
.doctor:before {
  content: "";
  display: table;
}
.doctor:after {
  clear: both;
}
.doctor__column {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .doctor__column {
    float: left;
    width: 45%;
    margin-right: 10%;
  }
  .doctor__column:nth-child(2n) {
    margin-right: 0;
  }
}
.doctor__text {
  font-weight: 500;
  position: relative;
}
.doctor__text:after {
  display: none;
  content: '';
  position: absolute;
  width: 301px;
  height: 42px;
  background: url("/im/ico-arrow-green-doc.png") no-repeat 50% 50%;
  bottom: -40px;
  right: -130px;
}
@media (min-width: 768px) {
  .doctor__text:after {
    display: block;
  }
}
.doctor__link {
  display: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 18px;
  background: url("/im/ico-doc.png") no-repeat 0 50%;
  padding-left: 30px;
  color: #006c6f;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .doctor__link {
    display: inline-block;
  }
}
.doctor__link:hover {
  color: #028b17;
}
.reviews {
  padding: 60px 0 0;
}
@media (min-width: 768px) {
  .reviews {
    padding: 60px 0 0;
  }
}
.reviews__slider {
  max-width: 800px;
  margin: 60px auto 0;
  padding: 0 25px;
}
.reviews__slider__image {
  float: left;
  width: 115px;
}
.reviews__slider__image img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.reviews__slider__text h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.reviews__slider__text p {
  line-height: 18px;
}
.reviews__sound {
  max-width: 800px;
  margin: 60px auto 0;
  padding: 0 25px;
}
@media (min-width: 768px) {
  .reviews__sound__text {
    float: left;
    width: 250px;
  }
}
.reviews__sound__text h5 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.reviews__sound__text p {
  font-size: 14px;
  line-height: 18px;
}
.reviews__sound__mp3 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .reviews__sound__mp3 {
    margin-top: 0;
    margin-left: 250px;
    padding-left: 40px;
  }
}
@media (max-width: 420px) {
  .reviews__sound .mejs-container {
    width: 250px !important;
  }
}
.risk {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .risk {
    padding-bottom: 80px;
  }
}
.risk__slider {
  zoom: 1;
}
.risk__slider:after,
.risk__slider:before {
  content: "";
  display: table;
}
.risk__slider:after {
  clear: both;
}
@media (min-width: 768px) {
  .risk__pager {
    width: 35%;
    float: left;
  }
}
.risk__pager__item {
  font-size: 12px;
  line-height: 18px;
  color: #006c6f;
  border-bottom: 3px solid #d2e3e4;
  padding: 10px 25px 10px 30px;
  position: relative;
  cursor: pointer;
}
.risk__pager__item--active{color: #ff1200 !important}
@media (min-width: 1210px) {
  .risk__pager__item {
    font-size: 16px;
    line-height: 24px;
    padding: 14px 14px 14px 34px;
  }
}
.risk__pager__item:before,
.risk__pager__item:after {
  display: block;
  position: absolute;
  content: '';
}
.risk__pager__item:before {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 3px solid #ff1200;
  left: 0;
  top: 50%;
  margin-top: -7px;
  transition: all ease 0.3s;
  webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.risk__pager__item:after {
  width: 16px;
  height: 28px;
  background: url("/im/ico-arrow-red-right.png") no-repeat 50% 50%;
  right: 10px;
  top: 50%;
  margin-top: -14px;
  transition: all ease 0.3s;
  webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .risk__pager__item:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    right: 0;
  }
}
.risk__pager__item--active {
  font-weight: 700;
}
@media (max-width: 1023px) {
  .risk__pager__item, .risk__pager__item--active {
    font-size: 11px;
	padding-right:45px;
  }
}
@media (max-width: 360px) {
.risk__pager__item{line-height: 1 !important}
}
.risk__pager__item--active:before,
.risk__pager__item:hover:before {
  background: #ff1200;
}
.risk__pager__item--active:after {
  background-image: url("/im/ico-arrow-red-right-bold.png");
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .risk__pager__item--active:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@media (min-width: 1210px) {
  .risk__pager__item--active:after {
    right: -30px;
  }
}
.risk__content {
  display: none;
}
@media (min-width: 768px) {
  .risk__content {
    display: block;
    width: 55%;
    margin-left: 45%;
  }
}
.risk__content p {
  line-height: 20px;
  margin-bottom: 20px;
}
.risk__content h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.risk__content ul {
  margin-bottom: 20px;
}
.risk__content ul li {
  line-height: 20px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 7px;
}
.risk__content ul li:before {
  display: block;
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #ff1200;
  left: 0;
  top: 7px;
}
.risk__content__img {
  margin-bottom: 30px;
  display: inline-block;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .risk__content__img {
    margin-top: -125px;
    box-shadow: 0 0 155px -25px rgba(0,0,0,0.9);
  }
}
.risk__content__img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.risk__content__item {
  position: relative;
  display: none;
  padding-top: 14px;
}
.risk__content__item--visible {
  display: block;
}
.risk__content__button {
  display: inline-block;
  position: relative;
  margin-top: 20px;
}
.risk__content__button:after {
  display: none;
  width: 60px;
  height: 60px;
  content: '';
  position: absolute;
  background: url("/im/ico-arrow-red-button-right.png") no-repeat 50% 50%;
  left: -75px;
  top: -25px;
}
@media (min-width: 900px) {
  .risk__content__button:after {
    display: block;
  }
}
.ty {
  height: calc(100vh - 131px);
  min-height: 450px;
  font-size: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .ty {
    height: calc(100vh - 70px);
  }
}
.ty:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: '';
}
.ty__inner {
  display: inline-block;
  vertical-align: middle;
  padding-top: 70px;
}
.ty__ico {
  margin-bottom: 20px;
}
.ty__text_big {
  color: #ff1200;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
}
.ty__text_middle {
  font-size: 30px;
  color: #006c6f;
  margin-bottom: 10px;
}
.ty__text_small {
  font-size: 20px;
  margin-bottom: 20px;
}
.video {
  padding: 0 0 50px;
}
.video__block {
  margin-top: 80px;
  max-width: 800px;
  margin: 0 auto;
}
.video__block__inner {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video__block iframe {
  display: block;
  border: 3px solid #006c6f;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.why {
  z-index: 10;
  margin-top: 10px;
}
.heart__heading{
  margin-bottom: 60px
}
.why__heart {
    height: 70px;
    text-align: left;
}
.heart__heading tr td, .heart__heading tr th{
    border: none;
    vertical-align: middle;
}
@media (min-width: 768px) {
  .why {
    margin-top: 0;
  }
  .why__heart {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
}
}
@media (min-width: 1024px) {
    .why {
    margin-bottom: 90px;
  }
}

.why__column {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .why__column {
    width: 48%;
    margin-right: 4%;
    float: left;
  }
  .why__column:nth-child(2n) {
    margin-right: 0;
  }
}
.why__column__wrapper {
  zoom: 1;
}
.why__column__wrapper:after,
.why__column__wrapper:before {
  content: "";
  display: table;
}
.why__column__wrapper:after {
  clear: both;
}
.why__column h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.why__column p {
  line-height: 18px;
  margin-bottom: 20px;
}
body:after {
  content: url("/im/lightbox-close.png") url("/im/lightbox-loading.gif") url("/im/lightbox-prev.png") url("/im/lightbox-next.png");
  display: none;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-container > .nav {
  left: 0;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("/im/lightbox-loading.gif") no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("/im/lightbox-prev.png") left 48% no-repeat;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s 0.3s;
  webkit-transition: opacity 0.6s 0.3s;
  -moz-transition: opacity 0.6s 0.3s;
  -ms-transition: opacity 0.6s 0.3s;
  -o-transition: opacity 0.6s 0.3s;
}
.lb-nav a.lb-prev:hover {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("/im/lightbox-next.png") right 48% no-repeat;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s 0.3s;
  webkit-transition: opacity 0.6s 0.3s;
  -moz-transition: opacity 0.6s 0.3s;
  -ms-transition: opacity 0.6s 0.3s;
  -o-transition: opacity 0.6s 0.3s;
}
.lb-nav a.lb-next:hover {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #fff;
  position: relative;
}
.lb-data:after {
  clear: both;
  content: '';
  display: table;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}
.lb-data .lb-close {
  display: block;
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background: url("/im/lightbox-close.png") top right no-repeat;
  text-align: right;
  outline: none;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s 0.3s;
  webkit-transition: opacity 0.2s 0.3s;
  -moz-transition: opacity 0.2s 0.3s;
  -ms-transition: opacity 0.2s 0.3s;
  -o-transition: opacity 0.2s 0.3s;
}
.lb-data .lb-closehover {
  cursor: pointer;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.mejs-offscreen {
/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).  Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 - no likey commas */
  clip: rect(1px, 1px, 1px, 1px); /* IE8-IE11 - we likey commas, no support for clip-path */
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.mejs-container {
  position: relative;
  background: #000;
  font-family: "Helvetica", Arial, serif;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
}
.mejs-fill-container,
.mejs-fill-container .mejs-container {
  width: 100%;
  height: 100%;
}
.mejs-fill-container {
  overflow: hidden;
}
.mejs-container:focus {
  outline: none;
}
.me-plugin {
  position: absolute;
}
.mejs-embed,
.mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}
.mejs-fullscreen {
/* set it to not show scroll bars so 100% will work */
  overflow: hidden !important;
}
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
.mejs-clear {
  clear: both;
}
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
:root .mejs-poster img {
  display: none;
}
.mejs-poster img {
  border: 0;
  padding: 0;
}
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-overlay-play {
  cursor: pointer;
}
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url("bigplay.html") no-repeat;
}
.no-svg .mejs-overlay-button {
  background-image: url("bigplay-2.html");
}
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}
.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url("background.html");
  background: rgba(0,0,0,0.9);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9)));
  background: -webkit-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
  background: -moz-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
  background: -o-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
  background: -ms-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
  background: linear-gradient(rgba(50,50,50,0.9), rgba(0,0,0,0.9));
}
.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url("loading.html") 50% 50% no-repeat;
}
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url("background.html");
  background: rgba(0,0,0,0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
  background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
  background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
  background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
  background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
  background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));
  height: 30px;
  width: 100%;
}
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: "Helvetica", Arial, serif;
  border: 0;
}
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url("/im/controls.svg") no-repeat;
}
.no-svg .mejs-controls .mejs-button button {
  background-image: url("/im/controls.png");
}
.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999;
}
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 10px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time a {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}
.mejs-controls .mejs-play button {
  background-position: 0 0;
}
.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}
.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px;
}
.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-time-rail a {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50,50,50,0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
  background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
  background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
  background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
  background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
  background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -o-linear-gradient(-45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}
@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60,170,200,0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44,124,145,0.8)), to(rgba(78,183,212,0.8)));
  background: -webkit-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
  background: -moz-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
  background: -o-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
  background: -ms-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
  background: linear-gradient(rgba(44,124,145,0.8), rgba(78,183,212,0.8));
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255,255,255,0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
  background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
  background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
  background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
  background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  top: 15px;
  left: 13px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}
.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}
.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}
.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}
.mejs-controls .mejs-volume-button {
  position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url("background.html");
  background: rgba(50,50,50,0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255,255,255,0.5);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255,255,255,0.9);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255,255,255,0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  margin: 0;
}
.mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #333;
  background: rgba(50,50,50,0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
  background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
  background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
  background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
  background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
  background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #fff;
  background: rgba(255,255,255,0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
  background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
  background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
  background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
  background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}
.mejs-controls .mejs-captions-button {
  position: relative;
}
.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url("background.html");
  background: rgba(50,50,50,0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.mejs-controls .mejs-captions-button:hover .mejs-captions-selector {
  visibility: visible;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: "Helvetica", Arial, serif;
  font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  border-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0,0,0,0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
  background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
  background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
  background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
  background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
  background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));
  overflow: hidden;
  border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102,102,102,0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));
  background: -webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
  background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
  background: -o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
  background: -ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
  background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.mejs-captions-position-hover {
  bottom: 35px;
}
.mejs-captions-text {
  padding: 0;
  background: url("background.html");
  background: rgba(20,20,20,0.5);
  white-space: pre-wrap;
  -webkit-box-shadow: 5px 0 0 rgba(20,20,20,0.5), -5px 0 0 rgba(20,20,20,0.5);
  box-shadow: 5px 0 0 rgba(20,20,20,0.5), -5px 0 0 rgba(20,20,20,0.5);
}
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}
.me-cannotplay span {
  padding: 15px;
  display: block;
}
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001; /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}
.mejs-contextmenu .mejs-contextmenu-item {
  font-family: "Helvetica", Arial, serif;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2c7c91;
  color: #fff;
}
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url("background.html");
  background: rgba(50,50,50,0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: "Helvetica", Arial, serif;
  font-size: 10px;
}
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("background.html");
  background: rgba(50,50,50,0.7);
  z-index: 1000;
  overflow: hidden;
}
.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}
.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url("background.html");
  background: rgba(50,50,50,0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}
div.mejs-speed-button {
  width: 46px !important;
  position: relative;
}
.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #fff;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector {
  display: none;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url("background.html");
  background: rgba(50,50,50,0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  display: block;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: "Helvetica", Arial, serif;
  font-size: 11px;
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255,255,255,0.4) !important;
}
.mejs-controls .mejs-button.mejs-jump-forward-button {
  background: transparent url("jumpforward.html") no-repeat 3px 3px;
}
.mejs-controls .mejs-button.mejs-jump-forward-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #fff;
}
.mejs-controls .mejs-button.mejs-skip-back-button {
  background: transparent url("skipback.html") no-repeat 3px 3px;
}
.mejs-controls .mejs-button.mejs-skip-back-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #fff;
}
@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
.slick-slide:focus,
.slick-slide:active {
  outline: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
@media(min-width: 768px) and (max-width: 1023.5px) {
.slick-slide img {
    max-width: 60%;
    margin-top: 60px;
}
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url("/im/ajax-loader.gif") center center no-repeat;
}
.slick__arrows--green .slick-prev,
.slick__arrows--green .slick-next {
  position: absolute;
  display: block;
  height: 27px;
  width: 15px;
  cursor: pointer;
  top: 55%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  color: transparent;
  border: none;
  outline: none;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  z-index: 100;
}
.slick__arrows--green .slick-prev:hover,
.slick__arrows--green .slick-next:hover,
.slick__arrows--green .slick-prev:focus,
.slick__arrows--green .slick-next:focus {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.slick__arrows--green .slick-prev.slick-disabled,
.slick__arrows--green .slick-next.slick-disabled {
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
@media (min-width: 1024px) {
  .slick__arrows--green .slick-prev,
  .slick__arrows--green .slick-next {
    height: 69px;
    width: 39px;
  }
}
.slick__arrows--green .slick-prev {
  background: url("/im/ico-arrow-green-left.png") no-repeat 50% 50%;
  background-size: cover;
  left: -20px;
}
@media (min-width: 1024px) {
  .slick__arrows--green .slick-prev {
    left: -60px;
  }
}
@media (min-width: 1210px) {
  .slick__arrows--green .slick-prev {
    left: -80px;
  }
}
.slick__arrows--green .slick-next {
  background: url("/im/ico-arrow-green-right.png") no-repeat 50% 50%;
  background-size: cover;
  right: -20px;
}
@media (min-width: 1024px) {
  .slick__arrows--green .slick-next {
    right: -60px;
  }
}
@media (min-width: 1210px) {
  .slick__arrows--green .slick-next {
    right: -80px;
  }
}
.slick__arrows--green-small .slick-prev,
.slick__arrows--grey-small .slick-prev,
.slick__arrows--green-small .slick-next,
.slick__arrows--grey-small .slick-next {
  position: absolute;
  display: block;
  height: 27px;
  width: 48px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  color: transparent;
  border: none;
  outline: none;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  z-index: 99;
}
.slick__arrows--green-small .slick-prev:hover,
.slick__arrows--grey-small .slick-prev:hover,
.slick__arrows--green-small .slick-next:hover,
.slick__arrows--grey-small .slick-next:hover,
.slick__arrows--green-small .slick-prev:focus,
.slick__arrows--grey-small .slick-prev:focus,
.slick__arrows--green-small .slick-next:focus,
.slick__arrows--grey-small .slick-next:focus {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.slick__arrows--green-small .slick-prev.slick-disabled,
.slick__arrows--grey-small .slick-prev.slick-disabled,
.slick__arrows--green-small .slick-next.slick-disabled,
.slick__arrows--grey-small .slick-next.slick-disabled {
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.slick__arrows--green-small .slick-prev {
  background: url("/im/ico-arrow-green-left-small.png") no-repeat 50% 50%;
  left: 35px;
}
@media (min-width: 1024px) {
  .slick__arrows--green-small .slick-prev {
    left: -70px;
  }
}
.slick__arrows--green-small .slick-next {
  background: url("/im/ico-arrow-green-right-small.png") no-repeat 50% 50%;
  right: 35px;
}
@media (min-width: 1024px) {
  .slick__arrows--green-small .slick-next {
    right: -70px;
  }
}
.slick__arrows--grey-small .slick-prev {
  background: url("/im/ico-arrow-grey-left-small.png") no-repeat 50% 50%;
  left: -70px;
}
.slick__arrows--grey-small .slick-next {
  background: url("/im/ico-arrow-grey-right-small.png") no-repeat 50% 50%;
  right: -70px;
}
