@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: Ossem-Regular;
    src: url(fonts/Ossem-Regular.otf);
}
body {
	margin: 0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	color: #004da3;
}
a{
	color: #004da3;
}

a:focus, button:focus, .slick-slide:focus {
    outline: none;
}
h2 {
    font-size: 35px;
    font-weight: normal;
    position: relative;
    text-transform: uppercase;
	margin-bottom:5%;
	margin-top:0;
}
h3 {
    font-size: 25px;
    font-weight: normal;
    line-height: 40px;
    text-transform: uppercase;
}
h2::after {
    background: url("images/after-name.png") no-repeat scroll 0 0;
    content: "";
    height: 1px;
    margin-left: 15px;
    width: 187px;
    display: inline-block;
    vertical-align: middle;
}
.clear{
	clear:both;
}
.container{
	width:90%;
	margin:0 auto;
}
#header{
    border-bottom: 1px solid #e4a5cc;
    height: 82px;
    position: fixed;
    top: 0;
    width: 100%;
	z-index:10;
}
#header .container{ width:100%;}
.darkHeader {
    background-color: #fff;
	transition: background 0.5s linear 0.1s;
}
.logo {
    float: left;
	padding:20px 0;
	margin-left:5%;
}
.header-right {
    float: right;
}

.links {
    float: right;
}
/* =Nav
-------------------------------------------------------------- */
#nav-trigger {
	display: none;
	text-align: center;
	float:left;
}
#nav-trigger span {
	background: url("images/menu.png") no-repeat scroll center center;
    border-right: 1px solid #e4a5cc;
	border-left: 1px solid #e4a5cc;
    cursor: pointer;
    display: block;
    height: 82px;
    text-transform: uppercase;
    width: 50px;
}
nav#nav-main {
    border-right: 1px solid #e4a5cc;
    float: left;
    padding: 30px 0;
}
nav#nav-main ul {
    list-style-type: none;
    padding: 0;
	margin:0;
    text-align: center;
}
nav#nav-main li {
    display: inline-block;
	margin-right: 30px;
}
nav#nav-main a {
    display: block;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}
nav#nav-main a:hover {
    color: #cd0d2d;
	transition: color 0.5s linear 0.1s;
}
nav#nav-mobile {
	position: relative;
	display: none;
}
nav#nav-mobile > ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #e4a5cc;
	margin:82px 0 0;
	padding:0;
	z-index:9;
	text-align:left;
}

.expanded > ul {
    padding: 0;
}
nav#nav-mobile li {
    display: block;
    border-bottom: 1px solid #fff;
	text-align:center;
}
nav#nav-mobile li:last-child {
    border-bottom: none;
}
nav#nav-mobile a {
	display: block;
    padding: 10px 30px;
	text-decoration: none;
}

.read, .buy, .lang {
    float: left;
}

.read > a, .buy > a {
    border-right: 1px solid #e4a5cc;
    display: block;
    height: 82px;
    position: relative;
    width: 100px;
}
.read img, .buy img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.lang ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.lang a {
    background-color: #e4a5cc;
    display: block;
    font-size: 16px;
    height: 82px;
    line-height: 80px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100px;
}

.lang a:hover {
    background-color: #cd0d2d;
    color: #fff;
	transition: background 0.5s linear 0.1s;
}
.buy > a:hover, .read > a:hover {
    background-color: #cd0d2d;
	transition: all 0.5s linear 0.1s;
}
.buy > a:hover img, .read > a:hover img {
    filter: brightness(0) invert(1);
}

#banner{
	background: url(images/flower-l.png) no-repeat 0 bottom, #fcf3f9 url(images/flower-r.png) no-repeat 100% bottom;
	background: url(images/flower-l.png) no-repeat 0 bottom, -moz-radial-gradient(center, ellipse cover,  #fcf3f9 34%, #f6deed 100%) url(images/flower-r.png) no-repeat 100% bottom;
	background: url(images/flower-l.png) no-repeat 0 bottom, -webkit-radial-gradient(center, ellipse cover,  #fcf3f9 34%,#f6deed 100%) url(images/flower-r.png) no-repeat 100% bottom;
	background: url(images/flower-l.png) no-repeat 0 bottom, radial-gradient(ellipse at center,  #fcf3f9 34%,#f6deed 100%) url(images/flower-r.png) no-repeat 100% bottom;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf3f9', endColorstr='#f6deed',GradientType=1 );
	padding-top: 8%;
	position:relative;
}
.banner-descr > h2 span::before {
    background: url("images/before-name.png") no-repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -170%;
    top: 35px;
    position: absolute;
    width: 736px;
}

.banner-descr > h2 {
    font-family: Ossem-Regular;
    font-size: 55px;
    font-style: italic;
    font-weight: normal;
    line-height: 65px;
	margin-bottom: 10%;
	text-transform:inherit;
}
.banner-descr img:first-child{
	margin-bottom: 10%;
}
.banner-descr > h2::after {
    margin-left: -45px;
    top: 28%;
}
.banner-descr > h2 span {
    margin-left: 80px;
    position: relative;
}
#banner .container > img {
    width: 38%;
	position:absolute;
	bottom:0;
}
.alignleft {
    float: left;
}
.banner-descr {
    float: right;
	padding:5% 0;
	width:50%;
}

#symptoms, #complications, #ledisept, #prevention, #application, #specialists {
    padding: 5% 0;
}

#symptoms{
	background: url(images/flower1-l.png) no-repeat 0 bottom, #fff url(images/flower1-r.png) no-repeat 100% top;
}
#symptoms ol {
    border-right: 1px solid #e1e0e0;
    float: left;
    list-style: outside none none;
    margin: 0 5% 0 0;
    padding: 0;
    width: 47%;
}
#symptoms li span:first-child {
    background: url(images/number-circle.png) no-repeat 0 0;
    color: #fff;
    font-weight: bold;
	font-size:24px;
	width:81px;
	height:73px;
	text-align: center;
	padding:5px;
	display: inline-block;
	vertical-align:middle;
	line-height: 70px;
}
#symptoms ol li {
	position:relative;
	margin-bottom:25px;
	text-transform: uppercase;
	font-size:20px;
}

#symptoms .s-descr {
    display: inline-block;
    vertical-align: middle;
    width: 65%;
	font-weight: 700;
}
.diagnosis {
    float: right;
    width: 47%;
	
}
.diagnosis img {
    margin-right: 40px;
}
.diagnosis > h3 {
    margin: 0;
	 margin-bottom: 5%;
}
.diagnosis > p {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}
#complications {
	background: #f6deed; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 34%, #f6deed 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 34%,#f6deed 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #ffffff 34%,#f6deed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6deed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#complications h2 {
    margin-bottom: 5px;
}
#complications h2 + p {
    font-size: 18px;
    margin: 0;
}
.danger-list > div {
    display: inline-block;
    margin-bottom: 6%;
    text-align: left;
    vertical-align: top;
    width: 28%;
	margin-right: 5%;
}
.danger-list > div:nth-clild(3n){
	margin-right:0;
} 
.danger-list {
    margin-top: 6%;
    text-align: center;
}
.d-img {
    display: inline-block;
    height: 150px;
    vertical-align: middle;
    width: 150px;
	position:relative;
	margin-right:5%;
}
.d-descr {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
	text-transform: uppercase;
	font-size:16px;
}
.d-img > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
/*.danger-list > div:nth-child(even) .d-img > img {
    transform: scale(0.97);
    animation: animation3 0.7s linear infinite;
    animation-delay: 3s;
    animation-direction: alternate;
	position:relative;
	top:0;
	left:0;
}
.danger-list > div:nth-child(odd) .d-img > img {
    transform: rotate3d(0,0,0,0deg);
    animation: animation1 0.65s linear infinite;
    animation-delay: 3s;
    animation-direction: alternate;
    z-index: 1;
	position:relative;
	top:0;
}*/

#ledisept {
    background: #fff url("images/flower2.png") no-repeat scroll 0 bottom;
}
#ledisept ul {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 50%;
}
h4 {
    font-size: 25px;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}
#ledisept li {
    background: url("images/act.png") no-repeat scroll left center;
    margin-bottom: 50px;
    padding-left: 70px;
}
#ledisept p {
    font-size: 18px;
    margin: 5px 0 0 20px;
}

#prevention {
    background: url("images/prevention.png") no-repeat scroll 0 0 / cover ;
}
#prevention h3 {
    border: 3px solid #e4a5cc;
    padding: 4% 1%;
    text-align: center;
}


#tabs > ul {
    border-top: 1px solid #004da3;
    list-style: outside none none;
    margin: 0 0 5%;
    padding: 0;
}
#tabs > ul li {
    display: inline-block;
}
#tabs > ul li a {
    display: block;
    font-size: 16px;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
#tabs > ul li.ui-tabs-active a, #tabs > ul li:hover a {
    background-color: #004da3;
	transition: all 0.5s linear 0.1s;
    color: #fff;
}
.ui-tabs-panel > ul {
    display: table;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.ui-tabs-panel > ul li {
    border-right: 1px solid #e4a5cc;
    display: table-cell;
    padding: 0 3%;
    vertical-align: middle;
}
.ui-tabs-panel > ul li:last-child {
    border: medium none;
    padding-right: 0;
    width: 25%;
}
.ui-tabs-panel h4 {
    font-size: 18px;
    text-transform: uppercase;
}
.ui-tabs-panel p {
    font-size: 18px;
}
.dowload > a {
    background-color: #004da3;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 13px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	position:absolute;
	height:23px;
	width:100%;
	top:0;
	bottom:0;
	margin:auto 0;
}
.ui-tabs-panel > ul li:first-child {
    padding-left: 0;
}
.dowload > a:hover {
    background-color: #cd0d2d;
    transition: all 0.5s linear 0.1s;
}
#application {
    background: url("images/flower3.png") no-repeat scroll center top;
	background-size: cover;
	border-bottom:1px solid #f7e1ef;
}
.addscroll {
	height:410px;
}
.spec-list div {
    border-bottom: 1px solid #e1e0e0;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.spec-list a {
    background: url("images/act.png") no-repeat scroll left center;
    display: block;
    font-size: 20px;
    padding-bottom: 25px;
    padding-left: 65px;
    padding-top: 25px;
    text-decoration: none;
    text-transform: uppercase;
}
.scrollable .scroll-bar.vertical {
    background-color: #e1e0e0;
    width: 5px;
	z-index: 9;
}
.scrollable .scroll-bar.vertical .thumb {
    background-color: #e3b1d0;
    border-radius: 8px;
	cursor: pointer;
}
.overview {
    width: 97%;
}

#bottom {
	background: url("images/flower-l.png") no-repeat scroll 0 bottom, #f7e2ef url("images/flower-r.png") no-repeat scroll 100% bottom;
	padding-top:8%;
	text-align:center;
}
#bottom .logo {
    float: none;
    margin-bottom: 1%;
    padding: 0;
	margin-left:0;
}
#bottom .logo + p {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}
#bottom .open-popup-link {
    border: 1px solid #e4a5cc;
    display: block;
    font-size: 20px;
    font-weight: 300;
    margin: 2% auto 8%;
    padding: 15px 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 25%;
}
#bottom .open-popup-link:hover {
    background-color: #cd0d2d;
    border-color: #cd0d2d;
    color: #fff;
    transition: background 0.5s linear 0.1s;
}
#bottom h2 {
    font-size: 79px;
    font-weight: normal;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height:65px;
	 color: #e4a5cc;
	margin-bottom: 25px;
}
#bottom h2::after {
    content: none;
}
#bottom small {
    display: block;
    font-size: 14px;
    text-align: left;
	 color: #e4a5cc;
}
#contacts {
    border-bottom: 1px solid #e794c8;
    margin-bottom: 3%;
    padding-bottom: 3%;
}
#footer {
    padding-bottom: 3%;
    text-align: left;
}
#bottom #footer .logo {
    float: left;
    margin-bottom: 0;
	margin-left:0;
}
#bottom #footer .logo img {
    vertical-align: middle;
}
.site-info {
    float: right;
	padding-top: 26px;
}

.site-info > a {
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
}
.white-popup {
	position: relative;
	background: url("images/flower-l.png") no-repeat scroll 0 bottom, #f7e2ef url("images/flower-r.png") no-repeat scroll 100% bottom;
	padding: 3%;
	width: 300px;
	max-width: 95%;
	margin: 20px auto;
	box-shadow: 0 0 15px rgba(0,77,163,0.2);
}

input {
    display: block;
    font-family: open sans;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
    padding: 10px 0;
    width: 100%;
	text-align: center;
}
#write-popup > h2 {
    text-align: center;
	font-size:30px;
	margin-bottom:25px;
}
#write-popup > h2::after {
    content: none;
}
input[type="submit"] {
    background-color: #004da3;
    border: medium none;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
	cursor:pointer;
}
input[type="submit"]:hover {
    background-color: #cd0d2d;
    color: #fff;
    transition: background 0.5s linear 0.1s;
}


@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes animation1 {
    0% {
        /*top: 0;*/
        transform: scale(0.98);
    }
    50% {
        /*top: -3px;*/
        transform: scale(1);
    }
    100%{
        /*top: 3px;*/
        transform: scale(1.02);
    }
}
@keyframes animation3 {
    0% {
        top: 0;
    }
    100%{
        top: 6px;
    }
}
@keyframes animation2 {
    0% {
        transform: rotate3d(0,0,0,0deg);
    }
    50% {
        transform: rotate3d(3,3,3,5deg);
    }
    50% {
        transform: rotate3d(7,7,7,10deg);
    }
    75% {
        transform: rotate3d(3,3,3,-5deg);
    }
    100%{
        transform: rotate3d(7,7,7,-10deg);
    }
}

@keyframes bottomright {
  0% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  25% {
    width: 100%;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  50% {
    height: 100%;
    width: 100%;
    visibility: visible;
  }
  75% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}

@keyframes revbottomright {
  0% {
    width: 100%;
    height: 100%;
    visibility: visible;
  }
  25% {
    width: 100%;
    height: 100%;
    visibility: visible;
  }
  50% {
    width: 100%;
    height: 100%;
    visibility: visible;
  }
  75% {
    width: 100%;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  100% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: hidden;
  }
}

@keyframes topleft {
  0% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  25% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  50% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  75% {
    width: 100%;
    height: 0;
    padding-bottom: 0;
    visibility: visible;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
}

@keyframes revtopleft {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
  25% {
    width: 100%;
    height: 0;
    padding-bottom: 0;
    visibility: visible;
  }
  50% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  75% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  100% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
}

#prevention h3 {
  transition: color 0.75s ease-in-out;
  position: relative;

}

#prevention h3:after {
  content: "";
  position: absolute;
  bottom: -3px;
  padding-right: 3px;
  left: -3px;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #004da3;
  border-right: 3px solid #004da3;
  visibility: hidden;
}

#prevention h3:before {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  padding-left: 3px;
  width: 100%;
  height: 100%;
  border-top: 3px solid #004da3;
  border-left: 3px solid #004da3;
  visibility: hidden;
}

#prevention h3:before {
  animation: revtopleft 4.5s ease-in-out infinite;
}

#prevention h3:after {
  animation: revbottomright 4.5s ease-in-out infinite;
}

#prevention h3:before,
#prevention h3:after {
  width: 100%;
  height: 100%;
  visibility: visible;
}


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

textarea {
    font-family: open sans;
    font-weight: 300;
    height: 100px;
    margin-bottom: 15px;
    max-width: 100%;
    padding: 10px 0;
    text-align: center;
	font-size:16px;s
}
.wpcf7-form br {
    display: none;
}

.lang ul li.current-lang {
    display: none;
}

table {
    border-collapse: collapse;
}
#application table {
    float: left;
    width: 77%;
}
.dowload {
    float: right;
    width: 20%;
	position:relative;
}
#application table tr td {
    border-right: 1px solid #e4a5cc;
    padding: 0 3%;
}
#application table tr td:first-child {
    padding-left: 0;
}
.spec-list a:hover{ color:#e4a5cc;}

.rev-list .name {
    border-right: 1px solid;
    display: table-cell;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    vertical-align: middle;
	width:25%;
	text-align:center;
}
.rev-list .name span{
	background:url(images/bloq.png) no-repeat top center;
	padding-top:30px;
}
.rev-list .slick-slide {
    display: table;
}
.rev-list .rev {
    display: table-cell;
    font-size: 17px;
    line-height: 29px;
    vertical-align: middle;
	padding-left:7%;
}

.slick-dots {
    margin: 5% 0 0;
    padding: 0;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    list-style: outside none none;
    margin-right: 10px;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots li button {
    background-color: #e4a5cc;
    border: medium none;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 12px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    transition: all 0.2s ease 0s;
    width: 12px;
}
.slick-dots li.slick-active button, .slick-dots li:hover button {
    background-color: #004da3;
}
#reviews {
    background: #f7e2ef url("images/flower-l.png") no-repeat scroll 0 bottom;
    border-bottom: 1px solid #e4a5cc;
    padding: 3% 0;
}

#footer .logo > a {
    display: inline-block;
    height: auto;
    line-height: inherit;
}
#footer .logo > a  img{ width: auto;}


.znaki > img {
    display: inline-block;
    max-width: 80px;
}
.znaki {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 22%;
}

/* =Media Queries
-------------------------------------------------------------- */

@media all and (max-width: 1550px) {
nav#nav-main a {
    font-size: 85%;
}
nav#nav-main li {
    margin-right: 15px;
}
.logo {
    padding: 0;
}
.logo > a {
    display: block;
    height: 82px;
    line-height: 82px;
}
.logo img {
    vertical-align: middle;
    width: 300px;
}
.logo {
    margin-left: 2%;
}
}

@media all and (max-width: 1370px) {
nav#nav-main li {
    margin-right: 15px;
}

.banner-descr > img {
   /* width: 80%;*/
	float: right;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 20px;
}
#symptoms ol li {
    font-size: 16px;
}
#ledisept img { vertical-align:middle; position:relative; top:40px; width:500px;}
#bottom h2 {
    font-size: 52px;
	line-height:100%;
}
#bottom small {
    font-size: 11px;
}

.read > a, .buy > a {
    width: 50px;
}
.read img, .buy img {
    width: 23px;
}
.lang a {
    width: 50px;
}

.znaki {
    width: 25%;
}

}
@media all and (max-width: 1350px) {

.diagnosis > h3 {
    font-size: 20px;
}
.d-descr {
    width: 40%;
}

.znaki {
    text-align: center;
    width: 35%;
}
}
@media all and (max-width: 1195px) {

.d-descr {
    width: 45%;
}
.d-img {
    height: 100px;
    width: 100px;
}
#symptoms ol li {
    font-size: 17px;
}
.diagnosis > h3 {
    font-size: 18px;
    line-height: 35px;
}
#header .logo {
    width: 17%;
	padding:0;
}

#header .logo > a {
    display: block;
    height: 82px;
    position: relative;
}

#header .logo img {
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
}
nav#nav-main a {
    font-size: 75%;
}

.znaki {
    float: right;
    position: inherit;
    text-align: right;
    width: 58%;
}

}
@media all and (max-width: 1024px) {

#header .logo {
    padding: 20px 0;
    width: auto;
}
#header .logo > a{ position: inherit;
	height:auto;
	line-height: inherit;
}
.header-right {
    width: 204px;
}
#nav-trigger {
	display: block;
}
nav#nav-main {
    display: none;
}
nav#nav-mobile {
    display: block;
}
.banner-descr {
    float: none;
    text-align: center;
}
.banner-descr > h2::after {
    margin-left: -10px;
}
#banner .container > img{
	display: none;
}
#symptoms ol li {
    font-size: 14px;
}

.diagnosis > h3 {
    font-size: 15px;
    line-height: 29px;
}
.danger-list > div {
    width: 47%;
}

.danger-list > div:nth-child(2n) {
    margin-right: 0;
}
.d-descr {
    width: 63%;
}

#ledisept img {
    width: 365px;
}

h4 {
    font-size: 20px;
}
#ledisept p {
    font-size: 14px;
}
#bottom h2 {
    font-size: 42px;
}
h2 {
    font-size: 25px;
}
table, tbody, tr,td { display: block;}

#application table tr td {
    border-bottom: 1px solid #e4a5cc;
	border-right: none;
	padding:5% 0;
}

#application table {
    float: none;
    width: 100%;
}

.dowload {
    float: none;
    width: 40%;
	margin-top:5%;
}
.banner-descr { width:100%;}
.banner-descr > img {
    width: 100%;
	float: none;
}



.rev-list .name, .rev-list .rev {
    display: block;
    width: 100%;
}
.rev-list .name {
    border-bottom: 1px solid;
    margin-bottom: 30px;
    padding: 30px 0 20px;
	border-right: none;
}
.rev-list .rev {
    font-size: 14px;
    line-height: normal;
    padding: 0;
}
#reviews {
    padding: 10% 0;
}


}
@media all and (max-width: 1000px) {

#symptoms ol {
    border: medium none;
    float: none;
    margin: 0;
    width: 100%;
}
#symptoms ol li {
    font-size: 20px;
}
.diagnosis {
    float: none;
    width: 100%;
}
.diagnosis > h3 {
    font-size: 16px;
    line-height: 35px;
}
.spec-list a{
font-size:15px;}
}
@media all and (max-width: 768px) {
.danger-list > div {
    margin: 0 0 5%;
    width: 100%;
}
.d-descr {
    width: 75%;
}
#ledisept img.alignleft  {
    width: 270px;
	top:inherit;
	margin-top:40px !important;
}

.diagnosis > p {
    font-size: 14px;
}

#complications h2 + p {
    font-size: 14px;
}

.d-descr {
    font-size: 13px;
}
.bounce {
    animation: none;
}

#prevention h3 {
    font-size: 14px;
    line-height: normal;
}
#bottom h2 {
    font-size: 30px;
}

.znaki {
    float: none;
    position: inherit;
    text-align: center;
    width: 100%;
}
}
@media all and (max-width: 700px) {

#header {
    height: auto;
}
.logo {
    float: none;
    text-align: center;
}
#header .logo img {
    max-width: 260px;
    position: inherit;
}
.header-right {
    border-top: 1px solid #e4a5cc;
    float: none;
    width: auto;
}
#header .container {
    width: 100%;
}
.read > a {
    border-left: 1px solid #e4a5cc;
}
.read > a, .buy > a {
    height: 50px;
}
#nav-trigger span {
    height: 50px;
}
.lang a {
    height: 50px;
    line-height: 51px;
}
.darkHeader .logo {
    display: none;
}
.banner-descr > h2 span::before, h2::before, h2::after {
     background: url("images/after-name-mob.png") no-repeat scroll 0 0;
	 width:42px;
}
.banner-descr > h2 span{ margin-left:0;}
.banner-descr > h2{
	font-size:32px;
	line-height: normal;
}
#banner {
    padding-top: 145px;
}
nav#nav-mobile > ul {
    margin: 51px 0 0;
}
h2 {
    font-size: 20px;
}
#symptoms ol li {
    font-size: 12px;
    line-height: normal;
}

.alignleft {
    display: block;
    float: none;
    margin: 0 auto 30px !important;
}
.danger-list > div {
    text-align: center;
}

.d-descr {
    margin-bottom: 10%;
    margin-top: 10%;
    width: 100%;
}
.d-img {
    margin: 0;
}
#ledisept ul {
    float: none;
    width: 100%;
}
#tabs > ul li a {
    font-size: 14px;
    padding: 15px 20px;
}

.ui-tabs-panel > ul li:first-child {
    padding-left: 0;
}
.ui-tabs-panel > ul li {
    border-right: none;
    display: block;
    padding: 0;
}

.ui-tabs-panel > ul li:last-child {
    width: 100%;
}

.spec-list .overview > div {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#bottom .open-popup-link {
    width: 85%;
}

#footer {
    text-align: center;
}
#bottom #footer .logo {
    float: none;
}
.site-info {
    float: none;
}
#footer {
    text-align: center;
}

.dowload {
    width: 100%;
}

.diagnosis img {
    width: 115px;
}

.diagnosis {
    text-align: center;
}
}