

/* Start:/local/templates/galatea/styles.css?175276204316469*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400i,600,700,800&display=swap&subset=cyrillic-ext');

* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.wrap li {
	display: block;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.products-serch-wrap {
	max-width: 900px;
	margin: auto;
}

.header {
	padding-top: 23px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D8D8D8;
}

.header>.wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.header__logo-link {
	display: block;
}

.header__logo-link img {
	width: 157px;
	height: auto;
}

.top-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-left: 200px;
}

.top-menu>li {
	margin-right: 30px;
}

.top-menu__link {
	font-weight: 300;
	text-decoration: none;
	color: #000;
	font-size: 14px;
}

.top-menu__link_catalog {
	padding-left: 18px;
	background-image: url('/local/templates/galatea/images/arrow_down.png');
	background-repeat: no-repeat;
	background-size: 11px;
	background-position: left center;
}

.phones {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.phones__separator {
	width: 13px;
	height: auto;
	margin-right: 9px;
	margin-left: 11px;
}

.phones__item {
	font-weight: bold;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}

.index-banner {
	background-image: url('/local/templates/galatea/images/index-banner.png');
	background-size: 100%;
	background-repeat: no-repeat;
	margin-bottom: 79px;
}

.form-result-card {
	font-size: 17px;
	margin-top: 33px;
}


.index-banner__text {
	font-weight: 300;
	font-size: 42px;
	line-height: 43px;
	padding-top: 103px;
	padding-bottom: 217px;
	width: 583px;
	color: #fff;
}

.form-result {
	font-size: 17px;
	margin-top: 33px;
}

.section-title {
	color: #000;
	font-weight: 300;
	font-size: 30px;
	text-align: center;
}

.section-title_inline {
	text-align: left;
}

.title-page {
	color: #000;
	font-weight: 300;
	font-size: 30px;
	margin-top: 16px;
	margin-bottom: 41px;
}

.production {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 35px;
	margin-bottom: 103px;
}

.production__item {
	box-sizing: border-box;
	background-color: #E1F1F8;
	display: block;
	height: 160px;
	text-align: center;
	border-radius: 10px;
	transition: .6s all;
	position: relative;
	margin-bottom: 20px;
}

.production__item:hover {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.production__link {
	font-size: 19px;
	line-height: 25px;
	text-decoration: none;
	color: #000;
	z-index: 2;
	position: relative;
	padding: 0px 33px;
	display: block;
	box-sizing: border-box;
	width: 294px;
	transition: .6s all;
	height: 100%;
	font-weight: 300;
}

.production__link:hover {
	color: #FFFFFF;
}

.production__background {
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	transition: .6s all;
	border-radius: 8px;
	box-shadow: 0 0 0 128px rgba(0, 0, 0, 0.4) inset;
	background-image: url('/local/templates/galatea/images/production_bg.png');
}

.production__link:hover+.production__background {
	opacity: 1;
}

.rewards {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 90%;
	margin: 0 auto;
	margin-top: 44px;
	margin-bottom: 72px;
}

.reward {
	text-align: center;
}

.reward__image {
	width: 100px;
	height: auto;
}

.reward__text {
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
	color: #676767;
	width: 175px;
}

.index-info__text {
	font-weight: 300;
	font-size: 17px;
	line-height: 28px;
	color: #000;
	text-align: center;
	width: 64%;
	margin: 0 auto;
	margin-bottom: 100px;
}

.index-links {
	padding-top: 71px;
	padding-bottom: 68px;
	border-top: 1px solid #D8D8D8;
}

.index-links>.wrap {
	display: flex;
	align-items: top;
}

.index-links__item {
	font-weight: bold;
	font-size: 19px;
	line-height: 25px;
	text-align: center;
	display: block;
	color: #000000;
	text-decoration: none;
	border-right: 1px solid #DDDDDD;
	width: 33%;
	padding-top: 75px;
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: top center;
}

.index-links__item_service {
	background-image: url('/local/templates/galatea/images/service.png');
}

.index-links__item_learn {
	background-image: url('/local/templates/galatea/images/book.png');
}

.index-links__item_doc {
	background-image: url('/local/templates/galatea/images/documentation.png');
}

.index-links__item:last-child {
	border-right: none;
	;
}

.index-links__text-link {
	margin: 0 auto;
	max-width: 250px;
}

.footer-first-block {
	background: #E9F1F5;
	border-top: 4px solid #008DD2;
	padding-top: 68px;
	padding-bottom: 65px;
}

.footer-first-block>.wrap {
	display: flex;
	align-items: top;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-reviews {
	width: 45%;
}

.section-title_footer-reviews {
	padding-left: 70px;
	margin-bottom: 37px;
	margin-top: 37px;
}

.footer-reviews__text {
	font-weight: 300;
	font-size: 13px;
	line-height: 25px;
	padding-left: 70px;
	background-image: url('/local/templates/galatea/images/two_arrows.png');
	background-position: left top 7px;
	background-size: 53px auto;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.footer-reviews__company {
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	padding-left: 70px;
	margin-bottom: 52px;
}

.btn {
	padding: 14px 52px;
	display: inline-block;
	background: #1998C8;
	border-radius: 5px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.btn_nobg {
	background: #fff;
	color: #008DD2;
	border: 1px solid #008DD2;
	box-sizing: border-box;
}

.btn_footer {
	margin-left: 70px;
}

.btn_footer-form {
	margin-top: 47px;
}

.footer-form {
	background: #FFFFFF;
	border-radius: 10px;
	padding-top: 39px;
	padding-bottom: 50px;
	padding-left: 60px;
	padding-right: 60px;
	box-sizing: border-box;
	width: 475px;
}

.section-title_form {
	margin-bottom: 10px;
}

.input_field {
	position: relative;
	margin-top: 30px;
}

.label_active {
	transform: translateY(-140%);
	font-size: 13px;
	color: #008DD2;
}

.myform input[type="email"]:focus+label,
.myform input[type="tel"]:focus+label,
.myform input[type="text"]:focus+label {
	color: #008DD2;
	transform: translateY(-140%);
	font-size: 13px;
}

.myform input[type="text"]:focus,
.myform input[type="email"]:focus,
.myform input[type="tel"]:focus {
	border-bottom: 2px solid #008DD2;
	box-shadow: 0 1px 0 0 #008DD2;
}

.myform input[type="text"],
.myform input[type="email"],
.myform input[type="tel"] {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	transition: all .5s;
	border-bottom: 2px solid #E0E0E0;
	color: #000;
	padding: 6px 0 6px 0;
	width: 100%;
}

.myform label {
	position: absolute;
	bottom: 6px;
	left: 0;
	z-index: 0;
	font-size: 13px;
	cursor: text;
	color: #000;
	transition: all .4s;
}

.footer-second-block {
	background: #314851;
	color: #FFFFFF;
	font-weight: 300;
	font-size: 13px;
	line-height: 25px;
	padding-top: 28px;
	padding-bottom: 37px;
}

.footer-second-block>.wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-second-block a {
	color: #FFFFFF;
	text-decoration: none;
}

.social-icons {
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 17px;
}

.social-icons a {
	display: inline-block;
}

.social-icons img {
	width: 50%;
}

.footer-menu a {
	margin-right: 30px;
}

.phones-footer {
	font-weight: bold;
	line-height: 18px;
	margin-top: 22px;
}

.phones-footer a:nth-child(2) {
	margin-left: 10px;
}

.addr-footer {
	font-style: italic;
}

.addr-footer a {
	margin-left: 10px;
}

.foresite-logo {
	width: 87px;
}

.footer-second-block__right {
	display: flex;
	align-items: center;
}

.breadcrumbs {
	margin-top: 57px;
	font-style: italic;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #676767;
}

.breadcrumbs a {
	color: #676767;
	text-decoration: none;
}

.about-banner {
	width: 100%;
	height: auto;
	margin-bottom: 64px;
}

.about-flex {
	align-items: flex-start;
	justify-content: space-between;
	display: flex;
	/* flex-wrap: wrap; */
	width: 95%;
	margin: 0 auto;
}

.about-links {
	margin-right: 50px;
}

.about-link {
	display: block;
	color: #000;
	text-decoration: none;
	padding-top: 60px;
	width: 190px;
	margin-bottom: 70px;
	background-size: 25%;
	background-repeat: no-repeat;
	background-position: left top;
}

.about-link_service {
	background-image: url('/local/templates/galatea/images/service.png');
}

.about-link_learn {
	background-image: url('/local/templates/galatea/images/book.png');
}

.about-link_doc {
	background-image: url('/local/templates/galatea/images/documentation.png');
}

.about-text {
	font-weight: 300;
	font-size: 17px;
	line-height: 28px;
}

.about-text p {
	margin-bottom: 17px;
}

.about-images {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.about-images img {
	width: 260px;
}

.catalog-flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.product-right {
	width: 311px;
	margin-left: 208px;
	margin-bottom: 100px;
}

.catalog-right {
	width: 275px;
	padding-left: 94px;
	margin-bottom: 100px;
}

.catalog-right__title {
	font-weight: bold;
	font-size: 19px;
	line-height: 25px;
}

.right-categories>li {
	margin-top: 27px;
}

.right-categories>li>a {
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	text-decoration: underline;
}

.right-categories>li>ul>li {
	margin-top: 13px;
}

.right-categories>li.catalog-right__active>a {
	font-weight: bold;
	text-decoration: none;
}
.products {
    margin-top: 50px;
}
.right-categories>li>ul>li>a {
	padding-left: 16px;
	background-image: url('/local/templates/galatea/images/catalog-line.png');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: left top 8px;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight: 300;
	text-decoration: underline;
	display: inline-block;
}

.catalog-content {
	width: 100%;
}

.product-content {
	width: 55%;
	padding-bottom: 115px;
}

.production__link-text {
	top: 50%;
	position: relative;
	transform: translateY(-50%);
}

.tags-title {
	font-weight: bold;
	font-size: 19px;
	line-height: 25px;
}

.tags-list {
	margin-top: 25px;
	margin-bottom: 160px;
}

.tags-list a {
	color: #676767;
	text-decoration: underline;
	font-weight: 300;
	font-size: 12px;
	line-height: 32px;
	margin-right: 16px;
	display: inline-block;
}

.products {
	display: flex;
	align-items: top;
	justify-content: space-between;
	flex-wrap: wrap;
}

.products__container {
	width: 415px;
	margin-bottom: 94px;
}

.products__image {
	width: 100%;
	height: auto;
}

.products__title {
	font-weight: 300;
	font-size: 19px;
	line-height: 25px;
	position: relative;
	display: inline-block;
}

.products__pro {
	width: 69px;
	height: auto;
	top: -8px;
	right: -78px;
	position: absolute;
}

.product-pro {
	width: 69px;
	height: auto;
	margin-top: 53px;
}

.products__description {
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
	color: #676767;
	margin-top: 17px;
	margin-bottom: 16px;
}

.products__link {
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #008DD2;
	text-decoration: none;
}

.products__link-container {
	color: #000;
	text-decoration: none;
}

.catalog-right__title_tags {
	margin-top: 103px;
}

.right-tags {
	margin-top: 13px;
}

.right-tags a {
	color: #676767;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
	margin-top: 9px;
	display: block;
}

#all-tags {
	color: #008DD2;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	border-bottom: 1px dashed #008DD2;
	display: inline-block;
	margin-top: 10px;
	cursor: pointer;
	display: none;
}

.product-mindesc {
	font-weight: normal;
	font-size: 17px;
	line-height: 28px;
	color: #000000;
	font-weight: 300;
}

.slick-dots li {
	display: inline-block;
	margin-right: 19px;
	font-size: 0;
}

.slick-dots button {
	font-size: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	cursor: pointer;
}

.slick-dots .slick-active button {
	background: #000000;
}

.product-description {
	font-weight: 300;
	font-size: 17px;
	line-height: 28px;
	margin-top: 18px;
}

.parameters-title {
	font-weight: 300;
	font-size: 27px;
	line-height: 37px;
	margin-top: 20px;
}

.parameters-text {
	margin-top: 10px;
	font-weight: 300;
	font-size: 13px;
	line-height: 25px;
}

.product-documents {
	margin-top: 15px;
}

.pdf-doc {
	padding-left: 28px;
	color: #008DD2;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url('/local/templates/galatea/images/pdf.png');
	margin-right: 34px;
}

.btn_product {
	margin-top: 41px;
}

.product-tags {
	background: #4D7280;
	padding-top: 34px;
	padding-bottom: 39px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 130px;
}

.product-tags__title {
	color: #FFFFFF;
	font-weight: 300;
	font-size: 30px;
	line-height: 41px;
}

.product-tags__list {
	margin-top: 26px;
}

.product-tags__list li {
	font-size: 14px;
	font-weight: 300;
	line-height: 14px;
	color: #fff;
	margin-bottom: 14px;
}

.man-title {
	text-align: center;
	font-weight: 300;
	font-size: 24px;
	line-height: 33px;
	margin-top: 69px;
}

.man-links {
	margin-top: 18px;
	text-align: center;
}

.man-link {
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	display: inline-block;
	color: #008DD2;
	border-bottom: 1px dashed #008DD2;
	cursor: pointer;
}

.man-link:nth-child(1) {
	margin-right: 20px;
}

.man-link_active {
	color: #000;
	border: none;
	cursor: default;
}

.man-image {
	margin-top: 34px;
}

#man-front-image {
	display: none;
}

.product-programs {
	background: #E9F1F5;
	margin-top: 55px;
	padding-top: 18px;
	padding-bottom: 38px;
	padding-left: 30px;
	padding-right: 30px;
}

.product-programs {
	font-weight: 300;
	font-size: 12px;
	line-height: 26px;
}

.top-menu__catalog {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: .6s all;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
	margin-top: 10px;
	width: 300px;
	left: 0;
	background-color: #fff;
	padding: 20px 20px;
	z-index: 100;
}

.top-menu__catalog-item {
	position: relative;
}

.top-menu__catalog-item:hover .top-menu__catalog {
	visibility: visible;
	opacity: 1;
	transition: .6s all;
}

.top-menu__catalog li {
	display: block;
	margin-bottom: 5px;
}

.top-menu__catalog li a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: 300;
}

.breadcrumbs a {
	text-decoration: underline;
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 370px;
	margin: 20px auto;
	border-radius: 5px;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.btn_popup-form {
	margin: 0 auto;
	margin-top: 30px;
}

.form-details__product {
	text-align: center;
	font-size: 15px;
	margin-top: -10px;
	font-weight: 300;
}

.product-slider {
	margin-top: 50px;
	margin-bottom: 50px;
}

.product-programs__title {
	text-align: left;
	font-weight: 300;
	font-size: 24px;
	line-height: 33px;
	margin-bottom: 9px;
}

.title-product {
	margin-bottom: 0;
}

.slick-dots {
	margin-top: 20px;
}

.parameters-text img {
	width: 100% !important;
	display: block;
}

.img-container {
	width: 215px;
	display: inline-block;
	height: 200px;
	border: 1px solid #ddd;
	position: relative;
	text-align: center;
}

.img-container img {
	width: 65% !important;
	height: auto;
	position: absolute;
	display: block;
	left: 50%;
	top: 44%;
	transform: translate(-50%, -50%);
}

.bottom-images {
	margin-top: 30px;
}

.img-container__text {
	position: absolute;
	width: 100%;
	bottom: 5px;
	font-size: 13px;
	line-height: 16px;
}

#image-7,
#image-9 {
	width: 250px;
	height: 250px;
	margin-right: 30px;
}

#image-8,
#image-10 {
	width: 250px;
	height: 250px;
}

p {
	margin-bottom: 8px;
}

.product-tags__list li a {
	color: #fff;
	text-decoration: none;
}

.product-tags__list li a:hover {
	text-decoration: underline;
}

.btn_contr {
	width: 100%;
	padding: 11px 16px;
	text-align: center;
}
.production__link[href="/catalog/elektromioneyrostimulyatsiya/"] {
	font-size: 16px;
}
/* End */


/* Start:/local/templates/galatea/css/slick.css?17527620431776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/galatea/css/lightbox.min.css?17527620432532*/
.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(/local/templates/galatea/css/../images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(/local/templates/galatea/css/../images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(/local/templates/galatea/css/../images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(/local/templates/galatea/css/../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}
/* End */


/* Start:/local/templates/galatea/css/magnific-popup.css?17527620436951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

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

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/galatea/css/mobile.css?17527620434629*/
@media (max-width: 1200px) {
    .wrap {
        max-width: 100%;
    }

    .rewards {
        flex-wrap: wrap;
    }

    .index-banner__text {
        text-align: center;
        width: auto;
    }

    .footer-second-block>.wrap {
        padding: 0px 34px;
    }

    .header>.wrap {
        justify-content: space-around;
        margin: 0px 17px;
    }

    .production {
        justify-content: space-around;
    }

    .breadcrumbs {
        margin: 19px 0px 0 10px;
    }

    .title-page {
        text-align: center;
    }

    .product-content {
        margin-left: 20px;
    }

    .product-right {
        margin-left: 50px;
    }

    .about-links {
        margin-right: 0;
    }

    .about-link {
        background-position: center top;
        text-align: center;
    }

    .about-images img {
        width: 100%;
    }
}


@media (max-width: 900px) {
    .footer-first-block>.wrap {
        justify-content: space-around;
    }

    .footer-form {
        margin-top: 66px;
    }

    .top-menu {
        margin-left: 0px;
    }

    .index-banner__text {
        width: 80%;
        padding: 74px 0;
	}
	.kosm-block {
		flex-wrap: wrap;
		justify-content: center;
	}
	.kosm-img {
		margin-right: 0 !important;
	}
	.kosm-title {
		text-align: center;
	}
	.kosm-text {
		padding-left: 10px;
   		padding-right: 10px;
	}
}

@media (max-width: 720px) {
    .top-menu {
        justify-content: center;
    }

    .right-categories {
        display: none;
    }

    .products__container {
        margin-left: 5px;
    }

    .catalog-content {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        max-width: 98%;
    }

    .catalog-content .desc {
        flex-direction: column;
    }

    .section-attach__item {
        width: 100% !important;
    }

    .tags-list a {
        width: 100%;
    }

    .catalog-right__title_tags {
        margin-top: 0px;
    }

    .catalog-flex {
        flex-direction: column;
    }

    .product-tags {
        margin-top: 30px;
    }

    .product-programs {
        margin-top: 24px;
    }

    .img-container {
        width: 90%;
    }

    .product-content {
        width: 93%;
        padding-bottom: 50px;
    }

    .product-right {
        width: 100%;
        margin-left: 0;
    }

    .tags {
        margin-left: 11px;
        order: -1;
    }

    .menu-updown2 {
        display: none;
    }

    .tags-list {
        display: none;
        flex-direction: column;
        margin-left: 7px;
        margin-bottom: 11px;
        margin-top: 17px;

    }

    .right-tags {
        display: none;
    }

    .catalog-right__title_tags {
        margin-top: 3px;
    }

    .catalog-right {
        order: -1;
        padding: 0;
        margin: 20px auto 8px 17px;
    }

    .btn_contr {
        width: 320px;
        display: block;
        margin: 0 auto;
    }

    .products__container {
        width: 100%;
    }

    .top-menu {
        justify-content: flex-start;
        margin-top: 5px;
    }

    .index-banner__text {
        padding: 32px 0;
        font-size: 27px;
    }

    .top-menu>li {
        margin-left: 12px;
        margin-right: 0px;
    }

    .header {

        padding-bottom: 13px;
    }


    .index-links__text-link {
        font-size: 14px;
    }

    .top-menu__catalog {
        width: auto;
    }

    .header>.wrap {
        margin-left: 5px;
    }

    .phones {
        margin-top: 6px;
    }

    .rewards {
        justify-content: space-around
    }

    .footer-reviews {
        width: 100%;
    }

    .index-info__text {
        width: 92%;
    }

    .footer-menu {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 470px) {
    .about-links {
        display: flex;
        max-width: 100%;
    }

    .about-link {
        background-size: 37%;
        margin-bottom: 15px;
    }

    .about-flex {
        flex-direction: column;
    }

    .index-banner .wrap {
        display: none;
    }

    .index-banner {
        margin-bottom: 20px;
    }

    .index-links__item {
        width: 32%;
    }
}

@media (max-width: 720px) {

    .index-links>.wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: top;
        justify-content: center;
    }

    .index-links__item {
        width: 49%;
        margin-top: 20px;
    }

    .btn_footer {
        margin-left: 50px;
    }

    .about-links {
        display: flex;
        max-width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .about-link {
        width: 47%;
    }

    .title-page {
        font-size: 25px
    }
}
/* End */


/* Start:/local/templates/galatea/components/bitrix/catalog.section.list/header/style.min.css?17527620436236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


/* Start:/local/templates/galatea/components/bitrix/news.list/lastreview/style.css?1752762043150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/galatea/styles.css?175276204316469 */
/* /local/templates/galatea/css/slick.css?17527620431776 */
/* /local/templates/galatea/css/lightbox.min.css?17527620432532 */
/* /local/templates/galatea/css/magnific-popup.css?17527620436951 */
/* /local/templates/galatea/css/mobile.css?17527620434629 */
/* /local/templates/galatea/components/bitrix/catalog.section.list/header/style.min.css?17527620436236 */
/* /local/templates/galatea/components/bitrix/news.list/lastreview/style.css?1752762043150 */
