@import url('https://fonts.googleapis.com/css?family=Comfortaa');
body {
	font-family: 'Comfortaa', cursive;
	font-size:1rem;
}

a, .btn {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.radio-box-simplecallback{
	margin-right:10px;
	margin-bottom:10px;	
}
.label-radio{
	color:#25addd;
}
#picture{
	background-size:contain;
}
#products{
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	margin-right:30px;
}
#products .btn{width:355px; }
div.scrollup {	
  position: fixed;
  color: #fff;
  background-color: #2a3263;
  right: 20px;
  bottom: 0px;
  padding: 4px 10px;
  font-size: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
  display: none;
  text-align: center;	
}
div.scrollup a{
	text-decoration:none;
	animation-delay:0.3s;
	color:white;
	outline:none;
}
div.scrollup:hover {
  background-color: #25addd;
}
.navbar-brand {display:none;}
.navbar-light {background-color:transparent;margin-top:-2%;}
header{background:#fff;
	opacity:.8;
	border-bottom:1px solid #cccccc;}
.navbar-light .navbar-nav .nav-link {
	font-size:1rem;color:#4d4d4d;
padding: .5rem .6rem;
    position: relative;
}
.navbar .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #0a0a0c;background:transparent;text-decoration:none;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #25addd;background:transparent;text-decoration:none;
}
.navbar-light .navbar-nav .active>.nav-link:before, .navbar-light .navbar-nav .nav-link.active:before,
.navbar-light .navbar-nav .nav-link.show:before, .navbar-light .navbar-nav .show>.nav-link:before {
    width: 100%;
}
.navbar-light .navbar-nav .nav-link:hover:before {
    width: 100%;
}
.navbar-light .navbar-nav .nav-link:before {
    content: '';
	display: block;
    position: absolute;
    bottom: 9px;
    width: 0;
    height: 2px;
    background: #2a3263;left: 0px;
    -webkit-transition: width 0.5s cubic-bezier(0.56,0.01,0,1);
    transition: width 0.5s cubic-bezier(0.56,0.01,0,1);
}
.navbar-light .navbar-nav .dropdown-toggle::after {display:none;}
.navbar-light .dropdown:hover .dropdown-menu {
  display: block;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(255,255,255,1);
}
.navbar-light .navbar-nav .dropdown-menu .navbar{margin:0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10030;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    font-size: 1.375rem;
	border-radius:0;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #00abbe;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
}
.navbar-light .navbar-nav .dropdown-menu .nav-item {
	border-bottom:1px solid #fff;
}
.navbar-light .navbar-nav .dropdown-menu .nav-item:last-child {border-bottom:0px solid #fff;}
.navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
	padding-left:2rem;
    clear: both;
    color: #fff;
	position:relative;
    text-align: inherit;
	background: url(../images/arrow-white.png) no-repeat 15px center;
    background-color: transparent;
    border: 0;
}
.navbar-light .navbar-nav .dropdown-menu .active.dropdown-item:before {
    width: 80%;
}
.navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover:before {
    width: 80%;
}
.navbar-light .navbar-nav .dropdown-menu .dropdown-item:before {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 2px;
    background: #fff;left: 32px;
    -webkit-transition: width 0.5s cubic-bezier(0.56,0.01,0,1);
    transition: width 0.5s cubic-bezier(0.56,0.01,0,1);
}
.button-top {padding-top:5px;}
.button-top .btn {background:#1470cb;color:#fff;padding: 0.05rem .75rem;border-radius: .6rem;width:100%;}
.button-top .btn:hover, .button-top .btn:focus {background:#efa14d;}
.navbar {
       padding-top: 0;
    padding-bottom: 0;
}
.logo {padding-top: 36px;   position: relative;
    z-index: 9;}
.top-phone {margin-top:10px;}
.top-phone .material-icons {color:#2a3263;font-size:1.5rem;    margin-right: 8px;
    position: relative;
    top: 5px;}
.top-phone p {margin-bottom:5px;}
.top-phone p a {color:#4d4d4d;font-size:1.5rem;}
.top-phone p a:hover, .top-phone p a:focus {color:#2a3263;text-decoration:none;}
.call-top {padding-top:10px;}
.call-top .btn {
       position: relative;
	   background: #2a3263;
    display: inline-block;
	        padding: .375rem 1.25rem;
	border-radius:0rem;
    text-align: center;
	text-transform:uppercase;
	font-size:0.9375rem;
    color: #fff;
    outline: none;
	width:100%;
}
.call-top .btn:hover, .call-top .btn:focus {
	background: #25addd ;
    text-decoration: none;
}
.mod-languages {padding-top:15px;}
.mod-languages .list-inline .list-inline-item {border-right:1px solid #f6f1ef;}
.mod-languages .list-inline .list-inline-item  a {color:#8c8c8c;font-size:1rem;}
.mod-languages .list-inline .list-inline-item.lang-active  a {color:#2a3263;text-decoration:underline;}
.mod-languages .list-inline .list-inline-item  a:hover, .mod-languages .list-inline .list-inline-item  a:focus {color:#25addd;text-decoration:underline;}
.mod-languages .list-inline .list-inline-item:last-child {border-right:0px solid #f6f1ef;}
.list-inline-item:not(:last-child) {
    margin-right: .1rem;
    padding-right: .4rem;
}
.mod-languages .list-inline {margin-bottom:0;}
header .social {padding-top:15px;}
header .social a .fa {
    font-size: 1rem;
    margin-top: 4px;
}
header .social a.facebook {background:#2a3263;}
header .social a.youtube {background:#2a3263;}
header .social a.instagram {background:#2a3263;}
header .social a {
    color: #fff;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    border: none;
   
    box-shadow: none;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
header .social a:hover {
	color: #fff;
	background:#25addd;

}

.item-page p {font-size:1rem;color:#4c4c4c;text-align:justify;line-height:1.5rem;}
h1 {text-align:center;font-size:2rem;text-transform:uppercase;color:#2a3263;position:relative;    margin-bottom: 25px;margin-top: 30px;clear: both;font-weight: 400;}
h2 {text-align:center;font-size:1.875rem;color:#25addd;font-weight: 400;
margin-bottom: 15px;margin-top: 15px;clear: both;}

h3 {text-align:center;font-size:1.875rem;color:#25addd;font-weight: 400;
margin-bottom: 15px;margin-top: 15px;clear: both;}

h4 {font-size:1.5rem;color:#2a3263;font-weight: 500;
margin-bottom: 15px;margin-top: 15px;text-transform:uppercase;}
.title {
    text-align:center;font-size:2rem;text-transform:uppercase;color:#2a3263;
margin-bottom: 15px;margin-top: 15px;clear: both;font-weight: 400;
}
.item-page a {color:#00abbe;text-decoration:underline;}
.content {padding-bottom:50px;}
.item-page ul {
    list-style: none;
    padding-left: 35px;
}
.item-page ul li {
    background: url(../images/arrow.png) no-repeat 0px 9px;
    padding: 2px 0px 2px 15px;
    font-size: 1rem;
    color: #4c4c4c;
	    margin-bottom: .3rem;
    text-align: left;
}
.item-page ol {
    list-style: none;
    padding-left: 50px;
	    counter-reset: li;
}
.item-page ol li {
        position: relative;
	font-size: 1rem;
    color: #4c4c4c;
	    margin-bottom: .3rem;
    text-align: left;
}
.item-page ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: -4px;
    left: -1.7em;
    width: 2em;
    padding: 4px 0;
    color: #009944;
    font-weight: bold;
    text-align: center;
}
.item-page .pull-left.item-image {margin-right:15px;margin-bottom:15px;}
.item-page .pull-left.item-image img {
max-width:100%;max-height:100%;
}
.item-page .pull-right.item-image {margin-left:15px;margin-bottom:15px;}
.item-page .pull-right.item-image img {
max-width:100%;max-height:100%;
}
img.float-right {margin-left:15px;}
img.float-left {margin-right:15px;}

.pagination {
    width: 100%;
	margin-bottom:20px;margin-top:20px;
}
.page-item.disabled .page-link {
    pointer-events: none;
    cursor: auto;
   color: #70807e;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #009944;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}
.page-link:hover {
    z-index: 2;
    text-decoration: none;
    color: #009944;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #70807e;
	font-size:1.25rem;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
	border-radius:5px;
}
.pagination li {padding-left:4px;padding-right:4px;}

.breadcrumb-item {font-size:0.875rem;}
.breadcrumb-item.active {
    color: #404040;
}
.breadcrumb-item .pathway {color: #404040;}
.breadcrumb-item .pathway:hover {color:#25addd;}
.breadcrumb .fa {color: #2a3263;
    margin-right: 5px;
    font-size: 1.2rem;}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .2rem;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 0rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0rem;
}
.bread {background:#f9f6f5;}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .3rem;
	padding-left: .3rem;
    color: #25addd;
    content: "/";
}
footer {background:#ededed;padding: 2rem 0 0.5rem 0;}
footer .footer-title {color:#2a3263;font-size:1.875rem;margin-bottom:15px;margin-left:27px;}
.footer-logo {margin-bottom:35px;}
.simplecallback-overlayed {width:400px; border-radius:0rem;}
.title-overlay {text-align:center;font-size:1.5rem;text-transform:uppercase;color:#2a3263;
margin-bottom: 25px;margin-top: 15px;clear: both;}
.simplecallback-overlay {
    background: rgba(255, 255, 255, 0.8);
}
.simplecallback-overlay .form-inlin .form-control {width:100%;background:#ffffff;color:#2a3263 ;font-size:1rem;  border-radius: 0rem;border:0.5px solid #f4efec;height:40px;margin-bottom: 15px;}
.simplecallback-overlay .form-inlin textarea {height:100px!important;outline:none;resize:none;}

.simplecallback-overlay .form-inlin .btn {
  position: relative;
        background: #2a3263;
    display: inline-block;
    padding: .5rem 5rem;
    border-radius: 0rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    color: #fff;
    outline: none;
	margin:0 auto;
	width:100%;
}
.simplecallback-overlay .form-inlin .btn:hover, .simplecallback-overlay .form-inlin .btn:focus {    background: #25addd;
    text-decoration: none;}
.simplecallback-overlay .form-inlin .form-control::-webkit-input-placeholder {color:#156573;}
.simplecallback-overlay .form-inlin .form-control::-moz-placeholder {color:#156573;}
.simplecallback-overlay .form-inlin .form-control:-ms-input-placeholder {color:#156573;}
.simplecallback-overlay .form-inlin .form-control:-moz-placeholder {color:#156573;}
.alert-success {
    color: #1470cb;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
	text-align:center;
}
.simplecallback-close {
    font-size: 45px;
	color:#2a3263;
	top:0;
	right:15px;
}
.simplecallback-close:hover {
    color: #45322c;
}
.bottom-form .form-control {width:100%;background:#ffffff;color:#2a3263;font-size:1rem;  border-radius: 0rem;border:1px solid transparent;height:50px;    margin-bottom: 15px;}
.bottom-form textarea {height:180px!important;outline:none;resize:none;}

.bottom-form .btn {
  position: relative;
    background: #fff;
    display: inline-block;
    padding: .5rem 5rem;
    border-radius: 0rem;
	border:1px solid #2a3263;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    color: #2a3263;
    outline: none;
	margin:0 auto;
}
.bottom-form .btn:hover, .bottom-form .btn:focus {background: #2a3263;color:#fff;}
.bottom-form .form-control::-webkit-input-placeholder {color:#156573;}
.bottom-form .form-control::-moz-placeholder {color:#156573;}
.bottom-form .form-control:-ms-input-placeholder {color:#156573;}
.bottom-form .form-control:-moz-placeholder {color:#156573;}
.footer-text p {color:#76767b;font-size:0.875rem;text-align:justify;line-height:1.5rem;}
footer .navbar-nav .nav-link {padding: .2rem 1rem;font-size:1rem;font-weight:300;color:#76767b;}
footer .navbar-nav .nav-link:hover, footer .navbar-nav .nav-link:focus {color:#2a3263;text-decoration:underline;}
footer .navbar-nav .active>.nav-link, footer .navbar-nav .nav-link.active, footer .navbar-nav .nav-link.show, footer .navbar-nav .show>.nav-link {
    color:#25addd;text-decoration:underline;
}
footer .navbar-nav {margin-left:1rem;}
.advantages {overflow:hidden;padding: 3rem 0 1.5rem 0;}
.advantages .col-lg-6 {margin-bottom:30px;}
.sub {color:#808080;margin-bottom: 30px!important;}
.width80 {margin:0 auto;width:80%;}
.width80 img{width:128px;height:128px;}
.advantages p {padding-top:10px;color:#25addd;font-size:1.25rem;line-height:1.3em;text-transform:uppercase;}
.top {
	background-image: url(../images/paralax.jpg);
	background-color:#2a3263;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
	padding: 4rem 0 4rem 0;}
.title-top {
    text-align:center;font-size:1.55rem;text-transform:uppercase;color:#fff;
margin-bottom: 35px;margin-top: 35px;clear: both;font-weight: 500;
}
.carousel-inner img {width:100%;}
.top{
	
}
.top p {text-align:justify;color:#fff;}
.top .btn {
    position: relative;
    background: #fff;
    display: inline-block;
    padding: .475rem 3.75rem;
    border-radius: 0rem;
    text-align: center;
	margin-top:10px;
    text-transform: uppercase;
    font-size: 0.9375rem;
    color: #2a3263;
    outline: none;
}
.top .btn:hover, .top .btn:focus {
    background: #2a3263;
	color:#fff;
	border:0.5px solid #fff;
    text-decoration: none;
}
.contacts .contacts-location {background:url(../images/contacts_02.png) no-repeat left center;}
.contacts .contacts-phone {background:url(../images/telephone.png) no-repeat left center;}
.contacts .contacts-mail {background:url(../images/email.png) no-repeat left center;}
.contacts .col-lg-4 p:nth-child(1) {color:#2a3263;font-size:1.25rem;text-transform:uppercase;font-weight:400;}
.contacts .col-lg-4 p {color:#25addd;font-size:1.25rem;font-weight:300;padding-left:28%;margin-bottom:5px;}
.contacts .col-lg-4 p a {color:#25addd;font-size:1.25rem;text-decoration:none;font-weight:300;}
.contacts .col-lg-4 > div {padding:30px 0;}
.contacts .col-lg-8 {background:#2a3263;text-align:center;border-radius:0rem;padding: 2rem 4rem;padding-bottom:1rem}
.contacts .title {color:#fff;font-size:1.5rem;}
.contacts .col-lg-8 .control-group {margin-bottom:10px;}
.contacts .col-lg-8 .form-control {
    width: 100%;
    background: #ffffff;
    color: #009944;
    font-size: 1rem;
    border-radius: 0rem;
    border: 1px solid transparent;
}
.contacts .col-lg-8 .btn {
  position: relative;
    background: #fff;
    display: inline-block;
    padding: .5rem 5rem;
    border-radius: 0rem;
	border:1px solid #2a3263;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    color: #2a3263;
    outline: none;
	margin:0 auto;
	    margin-top: 15px;
}
.contacts .col-lg-8 .btn:hover, .contacts .col-lg-8 .btn:focus {    background: #ae3430 ;
    text-decoration: none;color:#fff;border: 0.5px solid #ffff}
.contacts .col-lg-8 .form-control::-webkit-input-placeholder {color:#156573;}
.contacts .col-lg-8 .form-control::-moz-placeholder {color:#156573;}
.contacts .col-lg-8 .form-control:-ms-input-placeholder {color:#156573;}
.contacts .col-lg-8 .form-control:-moz-placeholder {color:#156573;}
.symptoms-btn .btn {background:#2a3263;color:#fff;text-transform:uppercase;text-decoration:none;text-align:center;width:100%;border-radius:0rem}
.symptoms-btn .btn:hover, .symptoms-btn .btn:focus {background:#25addd;}
.symptoms-btn {margin-bottom:20px;}
.simptoms-div .items-text {
	background:#dcdcdc;
    display: flow-root;
	margin:0px;
    padding: 1px;
}
.simptoms-row .simptoms-div {clear:both;min-height:330px;background:#dcdcdc;}
.simptoms-row .simptoms-div:nth-child(odd) {
	background:#dcdcdc;
}
.clear {clear:both;}
.blog .img-intro-left {
    float: left;
    position: relative;
    display: block;
    min-width: 400px;
}
.blog .post-preview .items-ld {display:flow-root;padding:30px;background:#f9f6f5;}
.blog .post-preview {display:flex;}
.blog .items-leading .post-preview {margin-bottom:30px;}
.blog .post-preview .items-ld .readmore {text-align:right;}
.blog .post-preview .items-ld .post-title {font-size:1.5rem;color:#2a3263;font-weight: 500;text-transform:uppercase;margin-bottom:5px;}
.blog .post-preview .items-ld .post-meta {color:#2a3263;font-weight:400;}
.blog .post-preview .items-ld {    font-size: 1rem;
    color: #808080;
text-align: justify;}
.blog .post-preview .items-ld .readmore .btn {
    font-size: 0.9375rem;
    border-radius: 0rem;
	background: #2a3263;
     padding: .375rem 3rem;
	 border: 1px solid transparent;
    position: relative;
    overflow: hidden;
      color: #fff;
	  text-transform:uppercase;
}
.blog .post-preview .items-ld .readmore .btn:hover {border: 1px solid #2a3263 ;color:#2a3263 ;background:transparent;}
.item-page .article-info {display:none;}
.rewiews .bg {
    background-image: url(../images/paralax.jpg);
	
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 4rem 0 4rem 0;
}
.rewiews {text-align:center;margin-bottom:3rem;}
.rewiews .title {color:#fff;margin-bottom: 3rem;}
.item-rewiews .name {font-size:1.5rem;color:#fff;text-transform:uppercase;margin-bottom:10px;}
.item-rewiews .date {font-size:1rem;color:#fefefe;text-transform:uppercase;margin-bottom:10px;}
.item-rewiews .text-rewiews {font-size:1rem;color:#fff;text-align:justify;margin-bottom:10px;}
.rewiews .btn {position: relative;
    background: #fff;
    display: inline-block;
    padding: .475rem 3.75rem;
    border-radius: 0rem;
    text-align: center;
    margin-top: 3rem;
    text-transform: uppercase;
    font-size: 1.125rem;
	border:1px solid transparent;
    color: #156573;
    outline: none;}
.rewiews .btn:hover, .rewiews .btn:focus {color:#fff;border:1px solid #fff;background: #2a3263;}
.rewiews .owl-carousel .owl-nav .owl-prev {
    left: -7%;
    position: absolute;
	 width:30px;
	 height:30px;
	 background: #fff;
	 
	font-size: 1.5rem;
    top: 56%;
}
.rewiews .owl-carousel .owl-nav .owl-next {
    right: -7%;
    position: absolute;
	 width:30px;
	 height:30px;
	 background: #fff;
	
	font-size: 1.5rem;
    top: 56%;
}
.rewiews .owl-nav .owl-prev i {
    color: #2a3263;
    font-size: 2.2rem;
	    position: relative;
    left: -3px;
    top: -2px;
    display: inline-block;
    cursor: pointer;

}
.rewiews .owl-nav button:focus, .rewiews .owl-nav button:hover {
    outline: none;
	opacity:.3;
}
.rewiews .owl-nav .owl-next i {
    color: #2a3263;
    font-size: 2.2rem;
	    position: relative;
    left: -2px;
    top: -2px;
    display: inline-block;
    cursor: pointer;

}
.width95 {margin:0 auto;width:95%;}
.documents {overflow:hidden;padding: 2rem 0 0 0;text-align:center;}
.documents .owl-carousel .owl-nav .owl-prev {
    left: -3%;
    position: absolute;
	 width:30px;
	 height:30px;
	 background: #2a3263;
	
	font-size: 1.5rem;
    top: 48%;
}
.documents .owl-carousel .owl-nav .owl-next {
    right: -3%;
    position: absolute;
	 width:30px;
	 height:30px;
	 background: #2a3263;
	 
	font-size: 1.5rem;
    top: 48%;
}
.documents .owl-nav .owl-prev i {
    color: #FFF;
    font-size: 2.2rem;
	    position: relative;
    left: -3px;
    top: -2px;
    display: inline-block;
    cursor: pointer;

}
.documents .owl-nav button:focus, .documents .owl-nav button:hover {
    outline: none;
	opacity:.6;
}
.documents .owl-nav .owl-next i {
    color: #FFF;
    font-size: 2.2rem;
	    position: relative;
    left: -2px;
    top: -2px;
    display: inline-block;
    cursor: pointer;

}
.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 23%;
    left: 5%;
    z-index: 10;
    color: #1a1a1a;
    text-align: left;
    max-width: 40%;
	padding:1.25rem;
    background: transparent;
}
.carousel-caption p {margin-bottom:0;}
.carousel-caption p:nth-child(1) {text-transform:uppercase;margin-bottom:10px;animation-delay: 0.4s;}
.carousel-caption p:nth-child(2) {font-size:1.5rem; color:black;animation-delay: 0.8s;}
.carousel-caption p:nth-child(3) {animation-delay: 1.2s;}
.carousel-caption .btn {
    position: relative;
    background: #2a3263;
    display: inline-block;
    padding: .475rem 3.75rem;
    border-radius: 0rem;
    text-align: center;
	margin-top:10px;
    text-transform: uppercase;
    font-size: 0.9375rem;
    color: #fff;
    outline: none;
}
.carousel-caption .btn:hover, .carousel-caption .btn:focus {
    background: #25addd;
    text-decoration: none;
}
.img-intro-left img {max-width: 100%;
    width: 100%;
    height: 100%;}
.form-comments-form {
  background: url("../images/fon.png") no-repeat top center;
  padding: 20px;
  margin-top: 20px;
  margin-bottom:30px;
  background-size: cover;
}
.form-comments-form .com_ti {
  color: #2a3263;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  font-weight:400;
  margin-top: 20px;
  margin-bottom:20px;
}
.form-comments-form input {
  height: 40px;
  font-size: 1.125rem;
  background:#fff;
  color:#156573;
  border-radius:0rem;
}
.form-comments-form input::-webkit-input-placeholder {color:#2a3263;}
.form-comments-form input::-moz-placeholder {color:#009944;}
.form-comments-form input:-ms-input-placeholder {color:#009944;}
.form-comments-form input:-moz-placeholder {color:#009944;}
.form-comments-form textarea::-webkit-input-placeholder {color:#2a3263;}
.form-comments-form textarea::-moz-placeholder {color:#009944;}
.form-comments-form textarea:-ms-input-placeholder {color:#009944;}
.form-comments-form textarea:-moz-placeholder {color:#009944;}
.form-comments-form input:focus, .form-comments-form textarea:focus {
  color:#156573;
  background:#fff;
  outline: none;
  box-shadow: none;
}
.form-comments-form textarea {
  height: 7rem;
  font-size: 1.125rem;
  background:#fff;
  color:#156573;
  resize:none;
  border-radius:0rem;
}
.form-comments-form #comments-form-send .btn{
	margin: 18px 0px;
	position: relative;
    background:#2a3263;
    display: inline-block;
    border: none;
    padding: .5rem 5rem;
    text-align: center;
    font-size: 1.1rem;
    color: #ffffff;
    outline: none;
    text-transform: uppercase;
    border-radius: 0rem;
    font-size: 0.9375rem;
}
.form-comments-form #comments-form-send .btn:hover, .form-comments-form #comments-form-send .btn:focus {background: #25addd;
    text-decoration: none;color:#fff;}
.otzyvy-posts .otzyvy-item-r {
     margin-bottom: 30px;
    position: relative;
    padding: 0rem 1rem 0rem 0rem;
}
.otzyvy-posts .otzyvy-item-r .otzyvy-r {padding-left: 2rem;
    padding-top: 2rem;padding-bottom:2rem;}
.otzyvy-posts .otzyvy-item-r .otzyvy-name {
  font-size: 1.25rem;
  color: #2a3263;
  font-weight:400;
  margin-bottom:5px;
}
.otzyvy-posts .otzyvy-item-r .otzyvy-date {
  font-size: 0.875rem;
  color: #2a3263;
  font-weight:100;
}

.otzyvy-posts .otzyvy-item-r .otzyvy-text {
  color: #808080;
  font-size:1rem;
  margin-top: 5px;
  line-height:1.5em;
  font-weight:100;

}
.otzyvy-posts .otzyvy-item-r .otzyvy-answer {
margin-left: 8rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #2a3263;
	padding-left:2rem;
	border-radius:0rem;

}
.otzyvy-posts .otzyvy-item-r .otzyvy-answer .otzyvy-answer-header .otzyvy-name {
  font-size: 1.25rem;
  color: #fff;
}
.otzyvy-posts .otzyvy-item-r .otzyvy-answer .otzyvy-answer-text {
  color: #fff;
  font-size:1rem;
  margin-top: 5px;
  line-height:1.5em;
  font-weight:100;
}
.delivery .delivery-title-d {color:#25addd;text-transform:uppercase;font-size:1.25rem;background: url("../images/delivery.png") no-repeat left center;    padding: 2.5rem;
    padding-left: 7.5rem;margin-top:1rem;}
.delivery .delivery-title-t {color:#156573;text-transform:uppercase;font-size:1.25rem;background: url("../images/pay.png") no-repeat left center;    padding: 2.5rem;margin-top:2rem;
    padding-left: 7.5rem;}
.o-producte img	{max-width:100%;}
.o-producte .col-lg-3 {background:#f9f6f5;text-align:center;padding: 1rem;}
.o-producte .col-lg-3 .btn {
    position: relative;
    background: #2a3263;
    display: inline-block;
    padding: .475rem 3.75rem;
    border-radius: 0rem;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 0.9375rem;
    color: #fff;
	text-decoration:none;
    outline: none;
}
.o-producte .col-lg-3 p {text-align:center;margin-bottom:0;}
.o-producte .col-lg-3 .btn:hover, .o-producte .col-lg-3 .btn:focus {
    background: #25addd;
    text-decoration: none;
}
.table {margin-top:2rem;border-bottom:2px solid #009944!important;}
.table thead {border:0;}
.table-bordered {border:0;}
.table thead tr:nth-child(1) {text-align:center;background:#008039;
text-transform:uppercase;border-top-left-radius:.25rem;border-top-right-radius:.25rem;}
.table thead tr:nth-child(1) th {border-top-left-radius:.75rem;border-top-right-radius:.75rem;    border: 0;}
.table thead tr:nth-child(2) {background:#009944;}
.table thead tr:nth-child(2) th {border:0;}
.table thead tr th {color:#fff;font-weight:400;width:33%;text-align:center;vertical-align: middle;line-height:1.2rem;}
.table tbody {background:#f9f6f5;text-align:center;}
.table-bordered td {
    border: 1px solid #f2efed; color:#808080;vertical-align: middle;line-height:1.2rem;
}
.table tbody tr td:nth-child(1) {text-align:left;padding-left:4%;}
.table thead tr:nth-child(2) th:nth-child(1) {text-align:left;padding-left:4%;}

@media(max-width:1290px) {
	.navbar-light .navbar-nav .nav-link {
    padding: .5rem .4rem;
}
.simptoms-div .items-text {
    display: inherit;
    padding: 20px;
}
	.simptoms-div .float-left {margin-right:15px;}
	.simptoms-div .float-right {margin-left:15px;}
	.delivery img {max-width:100%;}
}
@media(max-width:1150px) {
	.contacts .col-lg-4 {    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;}
	.contacts .col-lg-8 {    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;}
	.logo img {max-width:100%;}
	.footer-logo img {max-width:100%;}
	.slider-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.navbar {
    padding: 0px;
}
.navbar-light .navbar-nav .nav-link {
       font-size: .7rem;
    padding: .5rem .4rem;}
	.top-phone {-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
	.call-top {-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
	header .col-lg-1 {-ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;}
	header .social a {
    margin-right: 5px;}
.carousel-caption {
bottom: 5%;}
.advantages .width80 {width:90%;}
	.blog .img-intro-left {
    float: left;
    position: relative;
    display: flex;
    min-width: 450px;
}

	}

@media(max-width:1000px){
	.contacts .col-lg-4 {    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;}
	.contacts .col-lg-8 {    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;}
	.contacts .col-lg-4 p {padding-left:19%;}
	.delivery img {display:none;}
	.logo {
    padding-top: 5px;
	text-align:left;
}
.top-phone {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.call-top {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
header .social {
    position:absolute;top:-64%;right:20%;
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	padding-top:0;
}
header .w-100 {position:relative;}
header .col-lg-1 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	position:absolute;top:-64%;right:10%;
}
.navbar-light .navbar-nav .nav-link {color:#fff;}
.navbar-light .navbar-nav .nav-link:hover {color:#25addd;}
.footer-logo {text-align:center;margin-bottom:5px;}
.mn {display:none;}
.mod-languages {padding-top:0;}
	.advantages {text-align:center;}
		.blog .img-intro-left {
    float: left;
    position: relative;
	width:100%;
    display: block;
    min-width: 100%;
}
.blog .post-preview {
    display: block;
}
.item-page .pull-left.item-image {
    margin-right: 15px;
    margin-bottom: 15px;
    float: none;
    width: 100%;
}
.item-page .pull-left.item-image img {width:100%;}
	.slider-controls {
    top: 35%;
    }
.navbar {
    padding: 0px;
    margin-top: 0;
	background: #2a3263;
}
#carouselExampleIndicators {display:none;}
.navbar-light .navbar-toggler:hover {
    background: #aaaac4;
	border-color: #aaaac4;
}

	.navbar-brand {display:inline-block;}

.navbar-light {padding-top:5px;padding-bottom:5px;}
.navbar-light .navbar-brand {
    text-transform: uppercase;
    color: #fff;    padding-left: 15px;
      position: absolute;
    left: 0;
}
.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
	outline:none;
    border-radius: 0;
	margin-right: 13px;
}
.navbar-light .navbar-toggler:hover .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.custom-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-light .navbar-nav .nav-link {
    font-size: 1.5rem;
	text-align:left;
	padding-left:15px;
}
.navbar-light .navbar-nav .dropdown-menu {position: relative;
    width: 100%;
    display: block;}
.navbar-light .navbar-nav .dropdown-menu .nav-item {
    border-bottom: 0px solid #fff;
}
.navbar-light .navbar-nav .nav-link:before {
    background: #25addd;
}

	}
@media(max-width:800px){

}
@media(max-width:768px){

}
@media (max-width: 760px) {
.container {
    max-width: 750px;
}
.call-top {padding-right:0;}
header .w-100 {
    position: relative;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
}
}
@media(max-width:650px){
.container {
    max-width: 670px;
	}
	.slider-controls {
    top: 31%;
}
.top {
    background-size: cover;
}
}
@media(max-width:533px){
	.contacts .col-lg-4 p {
    padding-left: 25%;
}
.contacts .col-lg-8 {padding:2rem;}
	.sub {width:95%;}
	header .social {
    right: 17%;}
	header .col-lg-1 {right:0;}
	.slider-controls {
    top: 28%;
}
	body{overflow-x:hidden;}
	h1 {font-size: 2rem;}
	h2 {font-size: 1.5rem;}
	h3 {font-size: 1.4rem;}
	.simptoms-div .float-left {
    margin-right: 0px;
	float:none!important;
}
.simptoms-div .float-left img {width:100%;}
.simptoms-div .float-right {
    margin-left: 0px;
	float:none!important;
}
.simptoms-div .float-right img {width:100%;}
.item-page .pull-right.item-image {
    margin-left: 0px;
    margin-bottom: 15px;
	float:none!important;
}
.item-page .pull-right.item-image img {width:100%;}
.otzyvy-posts .otzyvy-item-r .otzyvy-answer {
    margin-left: 0rem;
}
.otzyvy-posts .otzyvy-item-r .otzyvy-r {
padding-left: 0rem;}
}
@media(max-width:500px){
header .col-lg-1 {display:none;}
header .social {
    right: 0%;}
}
@media(max-width:465px){
	.contacts .col-lg-4 p {
    padding-left: 30%;
}
	.top-phone p a {
    font-size: 1.25rem;
}
header .w-100 {    margin-bottom: 5px;}
	.item-page ul {
    list-style: none;
    padding-left: 0;
}
.item-page ol {padding-left: 15px;}
}

@media(max-width:415px){
	.slider-controls {
    top: 24%;
}
header .social {
    display:none;
}
.logo {
    padding-top: 5px;
    text-align: center;
}
.top-phone p a {
    font-size: 1.15rem;
}
.call-top .btn {
font-size: 0.8rem;}
}
@media(max-width:375px){
	.contacts .col-lg-4 p {
    padding-left: 35%;
}
	.table th, .table td  {font-size:.8rem;}
	.rewiews .width80 {
    margin: 0 auto;
    width: 100%;
}
.top-phone {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	text-align:center;
	padding-right:15px!important;
}
.call-top {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;    padding-left: 0;
}
h1 {
    font-size: 1.75rem;
}
.title {font-size: 1.75rem;}
}
@media(max-width:360px){
.contacts .contacts-location {background:none;}
.contacts .contacts-phone {background:none;}
.contacts .contacts-mail {background:none;}
.contacts .col-lg-4 p {
    padding-left: 5%;
}
.contacts .col-lg-8 form .btn {
padding: .5rem 3rem;}
.contacts .col-lg-4 > div {
    padding: 10px 0;
}
}
@media(max-width:320px){
	.table th, .table td  {font-size:.7rem;}
.rewiews .btn {
padding: .475rem 2rem;}
h1 {
    font-size: 1.5rem;
}
.title {font-size: 1.5rem;}
.blog .post-preview .items-ld .post-title {
font-size: 1.25rem;}
}
@media(min-width:1800px){
  .logo {
    padding-bottom: 10px;
}

}