@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates:300,400,500,700');
body {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size:1rem;
}
.productdetails-view span.PricesalesPrice:before {
    content: "от";
    font-size: 1rem;
    color: #a0b7c7;
    margin-right: 5px;
}
.customtovar {text-align:center;}
.customtovar .col p:nth-child(3) {color:#156573;font-size:1rem;text-transform:uppercase;margin-bottom:0;margin-top: 1rem;}
.customtovar .col p:nth-child(4) {color:#808080;font-size:.875rem;}
.productdetails-view span.vm-price-desc {
    text-align: left;
    min-width: 16px;
    margin: 0 6px 3px 0;
  color:#4d4d4d;font-size:1.125rem;
}
.productdetails-view span.PricesalesPrice {
    color: #a0b7c7;
  font-weight:500;
    font-size: 2.25rem;
}
.productdetails-view .PricesalesPrice .symbol {
    font-size: 1.125rem;
    color: #a0b7c7;
}
.productdetails-view span.addtocart-button span.addtocart-button, .productdetails-view span.addtocart-button input.addtocart-button {
    max-width: 100%;
    background: #a0b7c7;
    color: #fff;
    border: solid #00669a 0px;
    cursor: pointer;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
    border-radius: .25rem;
    padding: 1rem 2.5rem;
    margin-bottom: 0;
    letter-spacing: inherit;
    display: block;
}

.productdetails-view span.addtocart-button input.addtocart-button:hover {
    background: #156573;
    outline: none;
}
.productdetails-view .d-inline .btn {
    max-width: 100%;
    background: #f4efec;
    color: #a0b7c7;
    border: solid #00669a 0px;
    cursor: pointer;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
    padding: .7rem 2rem;
    margin-bottom: 0;
    display: inline-block;
    margin-top: 22px;
    margin-left: 2rem;
}
.productdetails-view .d-inline .btn:hover, .productdetails-view .d-inline .btn:focus {color:#fff;background:#a0b7c7;outline:none;}
.browse-view .addtocart-bar .quantity-controls {display:none;}
.browse-view .addtocart-bar .quantity-box  {display:none;}
.browse-view {padding:2rem 0;background:#f6f1ee;text-align:center;}
.browse-view .product .product-container {background:#fff;border-radius: .25rem;margin-bottom:1rem;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.2);
box-shadow: 1px 1px 10px px rgba(0,0,0,0.2);
  border:0px solid transparent;
}
.browse-view .product .product-container:hover {
  -webkit-box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.2);
box-shadow: 1px 1px 15px px rgba(0,0,0,0.2);}
.browse-view .product .product-container .product-price {
    margin: 0 0 6px;
    text-align: center;
    float: none;
    line-height: 18px;
}
.browse-view .product .product-container .product-name a {color:#156573;font-size:1rem;text-transform:uppercase;}
.browse-view .product .product-container .product-name a:hover, .browse-view .product .product-container .product-name a:focus {text-decoration:none;}
.browse-view .product .product-container .vm-price-desc {display:none;}
.browse-view .product .spacer .vm3pr-1 span.PricesalesPrice {
    color: #a0b7c7;
    font-size: 1.875rem;
}
.browse-view .product .spacer .vm3pr-1 .PricesalesPrice .symbol {
    font-size: 1rem;
  color: #a0b7c7;
}
.browse-view .product .spacer .vm3pr-1 .vm-price-value:before {
    content: "от";
    font-size: 1rem;
  color: #a0b7c7;
    margin-right: 5px;
}
.browse-view .product .spacer .vm3pr-0 span.addtocart-button input.addtocart-button:hover {
    background: #156573;
    outline: none;
}
.browse-view .product .spacer .vm3pr-0 span.addtocart-button span.addtocart-button, .browse-view .product .spacer .vm3pr-0 span.addtocart-button input.addtocart-button {
    max-width: 100%;
    background: #a0b7c7;
    color: #fff;
    border: solid #00669a 0px;
    cursor: pointer;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
    border-radius: .25rem;
    padding: 1rem 2.5rem;
    margin-bottom: 0;
    letter-spacing: inherit;
    display: block;
}
.productdetails-view {margin-top:2rem;}
.productdetails-view .vm-product-container .vm-product-media-container {
    float: left;
    width: 50%;
}
.productdetails-view .vm-product-details-container {
    float: right;
    width: 50%;
  padding-left:15px;
}
.productdetails-view h1 {text-align:left;color:#4d4d4d;margin-top:0px;text-transform: inherit;}
.vmzoomer-image {border:none!important;}
.productdetails-view .addtocart-bar .quantity-controls {display:none;}
.productdetails-view .addtocart-bar .quantity-box  {display:none;}
.productdetails-view .spacer-buy-area {padding-left: 0px!important;margin-top:2rem;}
.productdetails-view .addtocart-bar {
    margin: 0;
}
.productdetails-view .availability-item {padding:10px 0;color:#a0b7c7;font-size:.875rem;background: url(../images/vnalichii.png) no-repeat left center;padding-left:37px;}
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;
}
div.scrollup {
  position: fixed;
  color: #fff;
  background-color: #a0b7c7;
  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:hover {
  background-color: #156573;
}
.navbar-brand {display:none;}
.navbar-light {background-color:transparent;margin-top:-2%;}
header{background:#fff;border-bottom:1px solid #cccccc;}
.navbar-light .navbar-nav .nav-link {
	font-size:1rem;color:#4d4d4d;
padding: .5rem .6rem;
    position: relative;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #1a1a1a;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: #1a1a1a;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: #00abbe;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 {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:#a0b7c7;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:#a0b7c7;text-decoration:none;}
.call-top {padding-top:10px;}
.call-top .btn {
       position: relative;
	   background: #a0b7c7 ;
    display: inline-block;
	        padding: .375rem 1.25rem;
	border-radius:0.25rem;
    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: #156573 ;
    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:#a0b7c7;text-decoration:underline;}
.mod-languages .list-inline .list-inline-item  a:hover, .mod-languages .list-inline .list-inline-item  a:focus {color:#a0b7c7;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:#3b5998;}
header .social a.youtube {background:#c4302b;}
header .social a.instagram {background:#6a453b;}
header .social a {
    color: #fff;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    border: none;
    border-radius: 50%;
    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:#a0b7c7;

}

.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:#a0b7c7;position:relative;    margin-bottom: 25px;margin-top: 30px;clear: both;font-weight: 400;}
h2 {text-align:center;font-size:1.875rem;color:#156573;font-weight: 400;
margin-bottom: 15px;margin-top: 15px;clear: both;}

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

h4 {font-size:1.5rem;color:#a0b7c7;font-weight: 500;
margin-bottom: 15px;margin-top: 15px;text-transform:uppercase;}
.title {
    text-align:center;font-size:2rem;text-transform:uppercase;color:#a0b7c7;
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: #a0b7c7;
    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: #a0b7c7;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}
.page-link:hover {
    z-index: 2;
    text-decoration: none;
    color: #a0b7c7;
    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:#a0b7c7;}
.breadcrumb .fa {color: #a0b7c7;
    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: #00abbe;
    content: "/";
}
footer {background:#ededed;padding: 2rem 0 0.5rem 0;}
footer .footer-title {color:#a0b7c7;font-size:1.875rem;margin-bottom:15px;}
.footer-logo {margin-bottom:35px;}
.simplecallback-overlayed {width:400px;box-shadow: 0 0 10px rgba(0,0,0, 0.5);}
.title-overlay {text-align:center;font-size:1.5rem;text-transform:uppercase;color:#a0b7c7;
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:#a0b7c7;font-size:1rem;  border-radius: 0.3rem;border:1px 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: #a0b7c7;
    display: inline-block;
    padding: .5rem 5rem;
    border-radius: 0.3rem;
    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: #156573;
    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:#a0b7c7;
	top:0;
	right:15px;
}
.simplecallback-close:hover {
    color: #45322c;
}
.bottom-form .form-control {width:100%;background:#ffffff;color:#a0b7c7;font-size:1rem;  border-radius: 0.3rem;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: 0.3rem;
	border:1px solid #a0b7c7;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    color: #a0b7c7;
    outline: none;
	margin:0 auto;
}
.bottom-form .btn:hover, .bottom-form .btn:focus {background: #a0b7c7;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;
    background: url(../images/dots.png) no-repeat 5px 12px;}
footer .navbar-nav .nav-link:hover, footer .navbar-nav .nav-link:focus {color:#a0b7c7;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:#a0b7c7;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{ height:128px; width: 128px;}
.advantages p {padding-top:10px;color:#156573;font-size:1.25rem;line-height:1.3em;text-transform:uppercase;}
.top {overflow:hidden;padding: 3rem 0 4rem 0;background: url(../images/top.png) no-repeat top center;}
.title-top {
    text-align:center;font-size:1.55rem;text-transform:uppercase;color:#a0b7c7;
margin-bottom: 35px;margin-top: 35px;clear: both;font-weight: 500;
}
.carousel-inner img {width:100%;}
.top p {text-align:justify;color:#808080;}
.top .btn {
    position: relative;
    background: #a0b7c7;
    display: inline-block;
    padding: .475rem 3.75rem;
    border-radius: 0.25rem;
    text-align: center;
	margin-top:10px;
    text-transform: uppercase;
    font-size: 0.9375rem;
    color: #fff;
    outline: none;
}
.top .btn:hover, .top .btn:focus {
    background: #156573;
    text-decoration: none;
}
.contacts .contacts-location {background:url(../images/contacts_02.png) no-repeat left center;}
.contacts .contacts-phone {background:url(../images/contacts_05.png) no-repeat left center;}
.contacts .contacts-mail {background:url(../images/contacts_07.png) no-repeat left center;}
.contacts .col-lg-4 p:nth-child(1) {color:#a0b7c7;font-size:1.25rem;text-transform:uppercase;font-weight:400;}
.contacts .col-lg-4 p {color:#156573;font-size:1.25rem;font-weight:300;padding-left:28%;margin-bottom:5px;}
.contacts .col-lg-4 p a {color:#156573;font-size:1.25rem;text-decoration:none;font-weight:300;}
.contacts .col-lg-4 > div {padding:30px 0;}
.contacts .col-lg-8 {background:#a0b7c7;text-align:center;border-radius:.25rem;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: #a0b7c7;
    font-size: 1rem;
    border-radius: 0.3rem;
    border: 1px solid transparent;
}
.contacts .col-lg-8 .btn {
  position: relative;
    background: #fff;
    display: inline-block;
    padding: .5rem 5rem;
    border-radius: 0.3rem;
	border:1px solid #a0b7c7;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    color: #a0b7c7;
    outline: none;
	margin:0 auto;
	    margin-top: 15px;
}
.contacts .col-lg-8 .btn:hover, .contacts .col-lg-8 .btn:focus {    background: #156573;
    text-decoration: none;color:#fff;}
.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:#a0b7c7;color:#fff;text-transform:uppercase;text-decoration:none;text-align:center;width:100%;}
.symptoms-btn .btn:hover, .symptoms-btn .btn:focus {background:#156573;}
.symptoms-btn {margin-bottom:20px;}
.simptoms-div .items-text {
    display: flow-root;
    padding: 17px;
}
.simptoms-row .simptoms-div {clear:both;min-height:340px;}
.simptoms-row .simptoms-div:nth-child(odd) {background:#f9f6f5;}
.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:#a0b7c7;font-weight: 500;text-transform:uppercase;margin-bottom:5px;}
.blog .post-preview .items-ld .post-meta {color:#a0b7c7;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: 0.3rem;
	background: #a0b7c7;
     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 #a0b7c7;color:#a0b7c7;background:transparent;}
.item-page .article-info {display:none;}
.rewiews .bg {
    background-image: url(../images/rewiews.png);
    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: 0.25rem;
    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:transparent;}
.rewiews .owl-carousel .owl-nav .owl-prev {
    left: -7%;
    position: absolute;
	 width:30px;
	 height:30px;
	 background: #fff;
	 border-radius: 50%;
	font-size: 1.5rem;
    top: 56%;
}
.rewiews .owl-carousel .owl-nav .owl-next {
    right: -7%;
    position: absolute;
	 width:30px;
	 height:30px;
	 background: #fff;
	 border-radius: 50%;
	font-size: 1.5rem;
    top: 56%;
}
.rewiews .owl-nav .owl-prev i {
    color: #a0b7c7;
    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:.6;
}
.rewiews .owl-nav .owl-next i {
    color: #a0b7c7;
    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 3.5rem 0;text-align:center;}
.documents .owl-carousel .owl-nav .owl-prev {
    left: -3%;
    position: absolute;
	 width:30px;
	 height:30px;
	 background: #a0b7c7;
	 border-radius: 50%;
	font-size: 1.5rem;
    top: 48%;
}
.documents .owl-carousel .owl-nav .owl-next {
    right: -3%;
    position: absolute;
	 width:30px;
	 height:30px;
	 background: #a0b7c7;
	 border-radius: 50%;
	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:#156573;animation-delay: 0.8s;}
.carousel-caption p:nth-child(3) {animation-delay: 1.2s;}
.carousel-caption .btn {
    position: relative;
    background: #a0b7c7;
    display: inline-block;
    padding: .475rem 3.75rem;
    border-radius: 0.25rem;
    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: #156573;
    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: #a0b7c7;
  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:0.3rem;
}
.form-comments-form input::-webkit-input-placeholder {color:#a0b7c7;}
.form-comments-form input::-moz-placeholder {color:#a0b7c7;}
.form-comments-form input:-ms-input-placeholder {color:#a0b7c7;}
.form-comments-form input:-moz-placeholder {color:#a0b7c7;}
.form-comments-form textarea::-webkit-input-placeholder {color:#a0b7c7;}
.form-comments-form textarea::-moz-placeholder {color:#a0b7c7;}
.form-comments-form textarea:-ms-input-placeholder {color:#a0b7c7;}
.form-comments-form textarea:-moz-placeholder {color:#a0b7c7;}
.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;
}
.form-comments-form #comments-form-send .btn{
	margin: 18px 0px;
	position: relative;
    background: #a0b7c7;
    display: inline-block;
    border: none;
    padding: .5rem 5rem;
    text-align: center;
    font-size: 1.1rem;
    color: #ffffff;
    outline: none;
    text-transform: uppercase;
    border-radius: 0.25rem;
    font-size: 0.9375rem;
}
.form-comments-form #comments-form-send .btn:hover, .form-comments-form #comments-form-send .btn:focus {background: #156573;
    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: #a0b7c7;
  font-weight:400;
  margin-bottom:5px;
}
.otzyvy-posts .otzyvy-item-r .otzyvy-date {
  font-size: 0.875rem;
  color: #a0b7c7;
  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: #a0b7c7;
	padding-left:2rem;
	border-radius:.3rem;

}
.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:#156573;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: #a0b7c7;
    display: inline-block;
    padding: .475rem 3.75rem;
    border-radius: 0.25rem;
    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: #156573;
    text-decoration: none;
}
.table {margin-top:2rem;border-bottom:2px solid #a0b7c7!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:#a0b7c7;}
.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%;}
.total .fa {    font-size: 17px;
    margin-right: 9px;
    position: relative;
    top: 2px;}
#opc-shipTo {display:none!important;}	
#opc-wapper {
    position: relative;
    margin-bottom: 30px;
	height:auto!important;
  overflow:hidden;
}
#opc-billTo {top:0!important;position: relative;left:auto!important;}
#opc-shipment  {top:0!important;position: relative;left:auto!important;}
#opc-payment  {top:0!important;position: relative;left:auto!important;}
#opc-orderInfo {top:0!important;position: relative;left:auto!important;}
#opc-confirm {top:0!important;position: relative;left:auto!important;}
#opc-wapper > .opc-module {position: relative!important;}
.opc-width-12 {width:100%!important;float:left;}
.opc-width-4 {width:50%!important;float:left;}
.opc-width-8 {width:50%!important;float:right;}
.vmshipment_cost.fee {display:none;}
.opc-table li.opc-order-total {
    width: 150px;
    text-align: center;
}
.opc-table li.opc-order-total span {
    display: inline-block;
}
.opc-table li.opc-order-qty {
    width: 80px;
    position: relative;
}
span.tos {
    display: none;
    margin-right: 0px;
}
.vm2-termsofservice-icon {display:none;}
.opc-title {color:#fff;margin: 0;text-transform:uppercase;font-size:0.9375rem;padding: 20px 10px;text-align:left;background: #a0b7c7;
    display: inline-block;
    border-radius: 0.25rem;width: 100%;}
form#billToForm > ul > li, form#shipToForm > ul > li {
    width: 100%!important;
    display: block!important;
    margin-bottom: 5px!important;
    float: none!important;
}
#opc-wapper > .opc-module {
    padding: 0px 15px;
}
.billToTitle {}
.paymentTitle {}
.shipmentTitle {}
#opc-wapper > .opc-module > .opc-module-content {
    border: 1px solid transparent!important;
    line-height: initial;
}
.opc-table .order-product li.opc-order-qty {
    text-align: center;
}
#billToForm ul .title-field {display:none;}
#billToForm ul .user-info .title-field {display:inline-block;}
#users-profile-custom {display:none;}
#users-profile-core .card {background:transparent;}
form#billToForm ul li input, form#shipToForm ul li input {
  display: block;
    width: 100%;
	    height: auto!important;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #a0b7c7;
    background-color: #fff;
    background-clip: padding-box;
   border: 1px solid #f4efec;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-size: 1rem;
	margin-bottom:.5rem;
    color: #704f73;
    font-weight: 300;
    text-align: left;
}
form#billToForm ul li input:focus, form#shipToForm ul li input:focus {outline:none;box-shadow:none;border:1px solid #156573;}
form#billToForm ul li input::placeholder {
  color: #156573;
}
form#shipToForm ul li input::placeholder {
  color: #156573;
}
.opc-module-content form.opc-form {
    margin: 0;
}
#opc-confirm div.customer_note {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
#opc-confirm .customer-note {
    font-weight: 300;
    text-align: left!important;
}
#opc-confirm #submit_order_done {
    position: relative;
    display: inline-block;
    text-align: center;
    outline: none;
    text-decoration: none;
    border: 1px solid transparent;
    padding: .25rem 3rem;
    opacity: 1;
    height: auto;
    margin-bottom: 15px;
    cursor: pointer;
	float:none;
	background: #a0b7c7;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-weight: 500;
    border-radius: .25rem;
    position: relative;
    border: 1px solid #a0b7c7;
	
	
}
#opc-confirm #submit_order_done:hover, #opc-confirm #submit_order_done:focus  {
        background: #156573!important;
    color: #fff!important;
    outline: none!important;
    box-shadow: none!important;
	border: 1px solid #156573!important;
}
#opc-confirm .submit_order {
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
}
.opc-module-content form.opc-form#paymentForm .opc-payment {
    overflow: hidden;
   
}
.opc-module-content form.opc-form#paymentForm .opc-payment label {
    width: auto;
    display: block;
    overflow: hidden;
    line-height: initial;
    margin-bottom: 0;
	color:#393939;
	font-size:.975rem;
}
.opc-module-content form.opc-form#paymentForm .opc-payment input {
    float: left;
    margin: 0px 10px 0;
    overflow: hidden;
    width: 20px;
    height: 20px;
}
.opc-module-content form.opc-form#paymentForm .opc-payment input:checked + label {color:#4d4d4d;}
.opc-module-content form.opc-form#paymentForm .opc-payment:hover label {color:#cfbddc;}
.vmpayment_description, .vmshipment_description {
    color: #cfbddc;
    font-size: 0.8rem;font-weight:300;
}
.vmpayment_description a {color: #cfbddc;
    font-size: 0.8rem;font-weight:300;}
.vmshipment_description  a 	 {color: #cfbddc;
    font-size: 0.8rem;font-weight:300;}
.vmpayment_description a img {margin-right:5px;}	
.vmshipment_description  a img {margin-right:5px;}

.opc-module-content form.opc-form#shipmentForm .opc-shipment {
    overflow: hidden;
    margin-bottom: 5px;
}
.opc-module-content form.opc-form#shipmentForm .opc-shipment label {
    width: auto;
    display: block;
    overflow: hidden;
    line-height: initial;
    margin-bottom: 0;
    color: #988e9f;
    font-size: .975rem;
}
.opc-module-content form.opc-form#shipmentForm .opc-shipment input {
 float: left;
    margin: 0px 10px 0;
    overflow: hidden;
    width: 20px;
    height: 20px;
}
.opc-module-content form.opc-form#shipmentForm .opc-shipment input:checked + label {color:#4d4d4d;}
.opc-module-content form.opc-form#shipmentForm .opc-shipment:hover label {color:#cfbddc;}
.opc-module-content .priceTitle {color: #fff;
    background: #cccccc;
    margin: 0;
    text-transform: uppercase;
    font-size: 1.125rem;
padding: 20px 10px;padding-left: 0;text-align:center;}
.opc-module-content .priceTitle i {display:none;}
.opc-title i {display:none;}
span.cart-images img {
    float: left;
    margin: 0;
    width: 120px;    max-width: 100%;
}
#opc-confirm .customer-note span {
    color: #fff;
    background: #a0b7c7;
    margin: 0;
    text-transform: uppercase;
    font-size: 0.9375rem;
    padding: 20px 10px;
	display:block;width:100%;
    text-align: center;
}
#opc-confirm .customer-note textarea {
 display: block;
    width: 100%;
	    height: auto!important;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #a0b7c7;
    background-color: #fff;
    background-clip: padding-box;
   border: 1px solid #f4efec;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-size: 1rem;
	margin-bottom:.5rem;
    font-weight: 300;
    text-align: left;
}
#opc-confirm .customer-note textarea:focus {
   outline:none;box-shadow:none;border:1px solid #f4efec;
}
.opc-table .opc-order-name {
    float: left !important;
    width: 50%;
}
.padded-product-image{
    width: 100px;
    height: 100px;
    float: left;
	margin-right: 15px;
}
.padded-product-image img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}
.padded-related-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 650px;
    border-top: 1px solid #eee;
}
.padded-product-name {font-size:1rem;margin-top:10px;font-weight:300;}
.padded-product-name h4 {font-size:1.125rem;font-weight:400;}
.padded-related-wrap h4{
    width: 100%;
}
.padded-button .continue_link {max-width: 100%;
    background: #a0b7c7;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.75rem;
	border:1px solid #835d80;
    border-radius: .75rem;
    padding: .75rem 2rem;
    margin-bottom: 0;}
.padded-button .continue_link:hover, .padded-button .continue_link:focus {background: #156573;outline:none;color:#fff;box-shadow:none;}	
.padded-button .showcart {max-width: 100%;
        background: #a0b7c7;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.75rem;
	border:1px solid #835d80;
    border-radius: .75rem;
    padding: .75rem 2rem;
    margin-bottom: 0;}	
.padded-button {margin-bottom:1rem;} 	
.padded-button .showcart:hover,	.padded-button .showcart:focus {background: #156573;outline:none;color:#fff;box-shadow:none;}
.padded-related-product{
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
.padded-related-product img{
    display: block;
    margin: 0 auto;
}
.padded-related-product .vm-img-desc,
.padded-related-product .product_s_desc{
    display: none;
}
.opc-table li.opc-order-qty {
    width: 30%;
    position: relative;
    text-align: center;
}
.opc-table li.opc-order-total {
    width: 20%;
    text-align: right;
    padding-right: 15px;
}
.opc-table li.opc-order-qty .quantity_product {
    width: 30%;
    height: auto;
    margin: 0;
    text-align: center;
    background: #fff;
    color: #000;
    padding: 0.5rem 1rem;
    border: 1px solid #a0b7c7;
    border-radius: .25rem;
    margin: 0 auto;
}
.opc-table .order-title {
    overflow: hidden;
    background-color: #a0b7c7;
    padding: 0px 7px;
    border-bottom: 1px solid #a0b7c7;
}
.opc-table .order-title li {
    font-size: 0.875rem;
    color: #fff;
	font-weight:300;
}
.opc-table .opc-order-qty .update-quantity {
    position: relative;
    top: 0px;
    font-size: 1rem;
    cursor: pointer;
    right: 0px;
    background: #a0b7c7;
    color: #fff;
    border: 1px solid #a0b7c7;
    border-radius: 0;
    padding: .2rem;
}
.opc-table li.opc-order-total {
    width: 20%;
    text-align: right;
    padding-right: 15px;
}

.opc-table .order-product li, .opc-table .order-title li {
    float: left;
	height:auto;
	line-height:auto;
}
.delete-product-cart i {
    font-size: 2.125rem;
    color: #a0b7c7;
    cursor: pointer;
    position: relative;
    top: 3px;
}
.opc-salesPrice {
    font-size: .975rem;
    color: #393939;
    font-weight:400;
}
.opc-table .order-product {
    padding: 7px;
    margin: 7px 0 0;
    border-bottom: 1px solid #f0ecf7;
}
.opc-order-name .name-val a {
    color: #444;
    text-decoration: none;
	font-size: .975rem;
    display: block;
	font-weight:500;
}
.order-result li.result-title {
    overflow: hidden;
    width: auto;
    float: none;
    text-align: right;
    padding-right: 15px;
    border-right: 0px solid #d0d0d0;
}
.order-result li.result-title.total {
    font-size: 1.125rem;
    font-weight: 400;
    color: #988e9f;
	position: relative;
    top: 7px;
}
.order-result li.total {
    font-size: 1.5rem;
    color: #a0b7c7!important;
	font-weight: 500;
}
.order-result li.result-title {
    overflow: hidden;
    width: auto;
    float: none;
    text-align: right;
    padding-right: 15px;
    border-right: 0px solid #d0d0d0;
}
.order-result li.result-total {
    width: 15%;
}
@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) {
  .browse-view .product-s  {    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;margin-left:0!important;margin-right:0!important;} 
	.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){
  .order-result li.result-total {
    width: 24%;
}
  .productdetails-view .vm-product-container .vm-product-media-container {
    float: none;
    width: 100%;
}
  .productdetails-view .vm-product-details-container {
    float: none;
    width: 100%;
    padding-left: 0px;
}
  .browse-view .product-s  {    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;} 
	.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;}
.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:#a0b7c7;
}
#carouselExampleIndicators {display:none;}
.navbar-light .navbar-toggler:hover {
    background: #e6e6e6;
	border-color: rgba(255,255,255,.1);
}

	.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;
    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: #fff;
}

	}
@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){
  .browse-view .product-s  {    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;}
.container {
    max-width: 670px;
	}
	.slider-controls {
    top: 31%;
}
.top {
    background-size: cover;
}
}
@media(max-width:535px){
  .order-result li.result-total {
    width: 40%;
}
  .productdetails-view .d-inline .btn {margin-left:0!important;width:100%;}
  .productdetails-view .d-inline {display:block!important;width: 100%;}
  .productdetails-view span.addtocart-button span.addtocart-button, .productdetails-view span.addtocart-button input.addtocart-button {width:100%!important;}
  .productdetails-view span.addtocart-button {
    display: block;
    vertical-align: middle;
    margin: 0;
}
  .opc-table li.opc-order-qty .quantity_product {
    width: 59%;
}
.opc-order-name .name-val a {
    font-size: .75rem;
}
.opc-table .opc-order-name {
    float: left !important;
    width: 40%;
}
.opc-table li.opc-order-qty {
width: 40%;}
	.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:365px){
  .opc-table li.opc-order-qty .quantity_product {
    width: 100%;
}
.opc-table .order-product li.opc-order-qty {
    text-align: center;
}
.order-result li.result-total {
    width: 50%;
}
#opc-confirm #submit_order_done {
padding: .5rem 2rem;}
.opc-table .opc-order-qty .update-quantity {
    position: relative;
    top: 3px;
font-size: 0.75rem;}
.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;
}

}