:root {
	--1-text-color: #443d4d;
	--2-text-color: #fff;
	--22-text-color: #fff;
	--3-text-color: #a19fd3;
	--4-text-color: #371111;
	--5-text-color: #5f5e76;
	--11-text-color: #eeeeee;
	--12-text-color: #efefef;
	--13-text-color: #5c5b8b;
	--14-text-color: #ff0000;
	--15-prof-text-color: #6ebdc3;

}

@font-face {
	font-family:'ico';
	src: url('../themes/fonts/icomoon.otf') format('opentype'), url('../themes/fonts/icomoon.ttf') format('truetype');
	font-style: normal;
	font-display: auto;
}

.footer .menu--catalog__item:last-child{
	display:none;
}

html,body {
	scroll-behavior: smooth;
	height:100%;
}

.blck{
	display:none;
}

  .sliders .tabs{
	  max-width:1200px;
	  margin:50px auto;
	  display:flex;
	  align-items: center;
	  justify-content: center;
  }
.fnc--topitems--category{

}
  .brand--page__back{
	  display:none;
  }

.info_block .top_socs{
	diplsy:none;
}
  .sliders .tabs .tab{
	  background: none;
	  color: #717171;
	  text-transform: uppercase;
	  font-weight: 300;
	  font-size: 14px;
	  display:flex;
	  align-items: center;
	  justify-content: center;
	  cursor: pointer;
	  padding: 16px 8px;
	  border: 1px solid #e8e8e8;
	  width: 250px;
}  .sliders .tabs .tab:hover,
   .sliders .tabs .active{
	   background-color: #6ebdc3;
	   border-color: #6ebdc3;
	   color: #fff;
   }


   .topitemsBlock .container_block,
   .newitemsBlock .container_block,
   .actitemsBlock .container_block{
	   display:none;
   }

   .topitemsBlock .slick-slider,
   .newitemsBlock .slick-slider,
   .actitemsBlock .slick-slider{
	   display:flex;
	   height:600px;
   }

.sliders .container .not_available {
	display: none;
}



.error404--center--page {
	background: url(/images/404.jpg) no-repeat;
	background-size: 100%;
}


body {
	min-width:320px;
	margin:0;
	color: #0a1a2f;
	font-family:'Roboto', sans-serif, verdana;
	font-size: 14px;
	line-height: 1.5;
	overflow-x: hidden;
}

body#tinymce {
	font-family: sans-serif, verdana;
}

  input[type='text'], input[type='email'], input[type='password'], input[type='number'], input[type='tel'], textarea {
	  border: 1px solid #e1e1e1;
	  font-family: Roboto;
	  color: #717171;
	  font-weight: 300;
	  resize: none;
	  font-size: 16px;
	  outline: none;
	  width: 100%;
	  padding: 16px 10px 17px 20px;
	  display: block;
  }

.js__sameitems--slider--container .slick-prev {
	left: -60px;
	background-image:url('../img/source/left-arrow.svg');
}


.js__sameitems--slider--container .slick-next {
	right: -60px;
	background-image:url('../img/source/right-arrow.svg');
}


.js__sameitems--slider--container .slick-arrow{
	width: 52px;
	height: 52px;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	background-repeat: no-repeat;
	font-size:0;
	color:transparent;
	background-position:center;
	background-size:contain;
	z-index: 4;
	cursor: pointer;
	border: none;
	padding: 0;
	margin: 0;
	background-color:transparent;
}

.js__sameitems--slider--container{
	max-width:1320px;
	margin:0 auto;
}

button {
	cursor:pointer;
	cursor:hand;
}



div, section, input, textarea, select, button, a {
	box-sizing:border-box;
	transition: all 0.3s linear;
}

.header--overhead--inner__right{
	display:flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

a {
	color: #0a1a2f;
	text-decoration:none;
}



a:hover {
text-decoration: none;
	outline:none;
}



h1 {
	font-size:32px;
	padding:10px 0;
	margin:0;
	font-weight: 300;
}

.category_title {
    display: block;
    width: 100%;
    text-align: center;
}

.newitemsBlock,
.actitemsBlock,
.topitemsBlock{
	max-width:1500px;
	margin:0 auto;
}




.itemsBlock .fnc--products--listitem{
	max-width:363px;
	height:auto;
	flex-direction: column;
	padding:15px;
}

.actitemsBlock {
    width: 100%!important;	
}

/*.actitemsBlock .slick-track {
	width: auto!important;
}*/

/*.actitemsBlock .fnc--products--listitem {
	min-width: 380px!important;
    width: 100%!important;
}
.actitemsBlock .slick-track {
	width: 100%!important;
}*/

.category_title h1 {
    display: inline-block;
    position: relative;
    color: #202020;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 29px;
    margin-bottom: 20px;
}

.category_title h1:before {
    content: '';
    width: 130px;
    height: 1px;
    background-color: #e8e8e8;
    display: block;
    position: absolute;
    right: 50%;
    bottom: 0;
    margin-right: 27px;
}
.category_title img {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -6px;
    margin-bottom: -6px;
}

.category_title h1:after {
    content: '';
    width: 130px;
    height: 1px;
    background-color: #e8e8e8;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: 27px;
}



.after-title .points:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 5px;
	height: 5px;
	top: 50%;
	left: 20px;
	background: #dfb1bf;
	border-radius: 50px;
	transform: translate(0%,-50%);
}

.fnc--slider--inner__text h1 {
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-weight: 200;
	font-size: 48px;
	line-height: 48px;
}

.after-title .points {
	position: absolute;
	display: inline-block;
	width: 5px;
	height: 5px;
	top: 53%;
	left: 0;
	background: #dfb1bf;
	border-radius: 50px;
	transform: translate(0%,-50%);
}



.block-title {
	padding-top: 60px;
	text-align: center;
	padding-bottom: 60px;
}

.header-page .title {
	width: 100%;
	max-width: 1320px;
}

.after-title .points:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 5px;
	height: 5px;
	top: 50%;
	left: 40px;
	background: #dfb1bf;
	border-radius: 50px;
	transform: translate(0%,-50%);
}

.inner {
	max-width: 1450px;
	margin: 0 auto;
}

.block-title .title {
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 33px;
	font-weight: 200;
}
.after-title {
	display: inline-block;
	position: relative;
	color: #dfb1bf;
	font-size: 12px;
	line-height: 10px;
	font-weight: 600;
	text-transform: lowercase;
	padding-left: 75px;
}


.star {

	color:var(--14-text-color);

}



.text--fail {

	color:var(--14-text-color)!important;

	font-size: 18px;

}



.no--info--find {

	color:var(--14-text-color);

	font-size:12px;

	display: none;

}

.calendar_no--info--find {
	font-size: 18px;
    text-align: center;
    display: block!important;
    margin: 0 auto 50px;

}
.calendar_no--info--find span {
	display: block;
	color: #6ebdc3;
	font-weight: 500;
}



input, button, select, textarea {

	outline:none;

}


button{
	outline:none;
}






input[type="number"] {

	padding:10px 18px;

	font-family: "Open sans",arial,verdana;

    font-size: 14px;

	border:1px solid var(--5-text-color);

	width: 100%;

	border-radius:10px;

}



input[type="number"]:focus {

	border:1px solid var(--3-text-color);

	box-shadow: 0 0 2px var(--5-text-color);

}



input[type="datetime-local"] {

	padding:10px 18px;

	font-family: "Open sans",arial,verdana;

    font-size: 14px;

	border:1px solid var(--5-text-color);

	width: 100%;

	border-radius:10px;

}



input[type="datetime-local"]:focus {

	border:1px solid var(--3-text-color);

	box-shadow: 0 0 2px var(--5-text-color);

}






select.fail--input,
input.fail--input {

	border:1px solid var(--14-text-color)!important;

}



textarea.fail--input {

	border:1px solid var(--14-text-color)!important;

}

.map_container{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 100px;
}

.fix{
	position:relative;
	overflow: hidden;
}



.js__body--background {

	display: none;

    background: rgba(0,0,0,0.8);

    width: 100%;

	height: 120%;

    position: fixed;

    top: -20px;

    z-index: 400;

    opacity: 0;

}


.cart_modal .modal_container::-webkit-scrollbar,
.view_block::-webkit-scrollbar,
.js__body--popup::-webkit-scrollbar{
    width:2px;
    background-color:#fff;
}
.cart_modal .modal_container::-webkit-scrollbar-thumb,
.view_block::-webkit-scrollbar-thumb,
.js__body--popup::-webkit-scrollbar-thumb{
    background-color:#0a1a2f
}


.supermodal .fnc--cartpopup--buttons{
	bottom: -90px !important;
	box-shadow: 0px 20px 22px 0px rgb(255 255 255);
}


.js__body--popup {
    position: fixed;
    background: #fff;
    padding: 20px;
    display: none;
    z-index: 500;
    width: 500px;
	left:50%;
	top:50%;
	transform: translateY(-50%) translateX(-50%);
    max-width: 90%;
	opacity: 0;
	max-height: 90%;
	border-bottom: 3px solid #6ebdc3;
}

.js__body--popup .fnc--login--fields__button {
	width: 100%
}

.js__body--popup .js__login--button {
    width: 100%;
    border: 1px solid #6ebdc3;
    background-color: #6ebdc3;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 19px 15px 19px;
    position: relative;
}

.js__body--popup .js__login--button:hover {
	background-color: #fff;
    color: #6ebdc3;
}

.js__body--popup .js__login--email,
.js__body--popup .js__login--password {
    border: 1px solid #e1e1e1;
    font-family: Roboto;
    color: #717171;
    font-weight: 300;
    resize: none;
    font-size: 16px;
    outline: none;
    width: 100%;
    padding: 16px 10px 17px 20px;
    display: block;
}



.js__body--popup .js__forgot--button {
/*	position: relative;
    display: block;
    width: 300px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    background: #0a1a2f;
    padding: 22px 15px;
    text-align: center;
    color: #fff;
    margin: 10px auto;
    border: none;
    border-radius: 0;*/

}

.fnc--forgot--main__title {
	padding: 10px;
	font-size: 20px;
}

.js__big--images--popup {

    width: 1620px;

}



.pointerhand {

	cursor:pointer;

	cursor:hand;

}



.body section.home {

	max-width:100% !important;

}


/*Шапка*/

.home .fnc--center--catalog__list--item{
	cursor:pointer;
}

.home .fnc--center--catalog__list--item:last-child{
	display:none!important;
}

.yeet {
	position:fixed;
	top:-1px;
	left:0;
	width:100%;
	z-index:200;
	background-color:#fff;
	box-shadow: 0px 20px 40px -7px rgb(0 0 0 / 10%)
}


.footer_cont_item {
	 margin: 0 15px;
	 display: flex;
	 align-items: center;
 }


.fixed{
	border-bottom: 1px solid #6ebdc3;
	max-width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 29px 54px rgba(0,0,0,.05);
	-moz-box-shadow: 0 29px 54px rgba(0,0,0,.05);
	box-shadow: 0 29px 54px rgba(0,0,0,.05);
}

.header--overhead--inner__left .block{
	display:flex;
	flex-flow: row wrap;
	align-items:center;
	justify-content: space-between;
}


.header--overhead {
	background-color: #6ebdc3;

	margin: 0 auto;
	box-shadow: none;
	-webkit-box-shadow: none;
}


.fixed .header--overhead__inner{
	transition-duration: 0.4s;
	-webkit-transition: 0.4s;
	-ms-transition:0.4s;

	/*padding:8px 30px 0;*/
}
.header--overhead__inner {
    display: flex;
	max-width:1500px;
    align-items: center;
    justify-content: space-between;
    padding:1px 25px;
    line-height: 10px;
	margin:0 auto;
    transition-duration: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}
.button_show svg{
	width: 20px;
	height: 20px;
}

  .button_show:hover{
	/*  transform:rotate(180deg);*/
  }
.button_show{
	width: 20px;
	height: 20px;
	padding:0;
	border: none;
	background: none
}
.tel_block{
	display: flex;
	align-items: center;
	position: relative;
	padding: 10px 20px 11px;
}


.tel_block .main_block:hover .arrow{
	/*transform:rotate(180deg);*/
}

.tel_block .tel a{
	color: #777;
	outline: none;
	text-decoration: none;
	font-size: 14px;
	opacity: 0.7;
	padding: 10px 5px;
	display:block;
}
.tel_block .arrow{
	margin-left: 5px;
	width: 20px;
	text-align: center;
}
.tel_block .arrow svg{
	width: 10px;
	height: 10px;
}
.tel_block .tel a:hover{
	opacity:1;
}
.tel_block .main_block{
	display:Flex;
	align-items: center;
	justify-content: center;
}
.tel_block svg{
	width: 16px;
	height: 16px;
	margin-right: 8px;
	fill:#fff;
}

.account_top_block svg{
	margin-right:0;
}



.tel_block .main_block a {
	color: #ffffff;
	outline: none;
	text-decoration: none;
	font-size: 14px;
	opacity: 0.7;
}

.header .tel{
	padding-top: 5px;
	position:relative;
	padding-bottom: 10px;
}

.header .mail span:hover{
	opacity: 1;
	transition-duration: 0.4s;
	-webkit-transition:0.4s;
	-ms-transition:0.4s;
}
.header .mail span{
	color: #ffffff;

	outline: none;
	text-decoration: none;
	font-size: 14px;
	transition-duration: 0.4s;
	-webkit-transition:0.4s;
	-ms-transition:0.4s;
	opacity: 0.7;
}
.header .mail{
	display:flex;
	align-items: center;
	justify-content: center;
}
.header .mail svg{
	width: 16px;
	height: 16px;
	margin-right: 10px;
	fill:#fff;
}
.header .mail{
	padding: 11px 20px 12px;
}
.top_socs{
	margin:0;
}

.top_socs li {
	margin-right: 10px;
	margin-bottom: 0;
}

.header .main:hover{
	opacity: 1;
}
.top_socs li a:hover {
	opacity: 1;
}
.top_socs {
	list-style: none;
	display: flex;
	padding-left: 15px;
}
.top_socs li a {
	display: flex;
	opacity: 0.8;
}
.top_socs li svg {
	width: 16px;
	height: 16px;
	display: block;
}



.tel_block:hover .tel{
	visibility: visible;
	opacity: 1;
}

.tel_block .tel{
	opacity: 0;
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	top: 100%;
	background-color: #fff;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	z-index: 20;
	box-shadow: 0 29px 54px rgba(0, 0, 0, 0.06);
	padding: 5px 0;
	visibility: hidden;
	transition: visibility 0s, opacity 0.3s linear;
}


.tel_block:hover .cab {
	width: 50%;
}
.tel_block .cab a,
.tel_block .cab .js__logout--button,
.tel_block:hover .cab a {
    padding: 10px 5px!important;
    width: auto;
    color: #777;
    opacity: 0.7;
}
.tel_block .cab a:hover,
.tel_block .cab .js__logout--button:hover {
	border: none!important;
	opacity: 1;
}

.tel_block:hover .fv:hover .cab {
	opacity: 0!important;
	display: none!important;
}

.fv svg {
	margin: 0 auto;
}


.fixed .header--centerhead__inner{
	transition-duration: 0.4s;
	-webkit-transition:0.4s;
	-ms-transition:0.4s;
	padding: 5px 25px 5px;
}

.header--centerhead__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 25px;
	max-width: 1500px;
	margin:0 auto;
}


.info_chap .text:hover{
	opacity: 1;
	transition-duration: 0.4s;
	-webkit-transition:0.4s;
	-ms-transition:0.4s;
}
.info_chap .text{
	color:#fff;
	cursor:pointer;
	opacity: 0.7;
	transition-duration: 0.4s;
	-webkit-transition:0.4s;
	-ms-transition:0.4s;
}

.header--centerhead--inner__logo {
	position:relative;
	z-index:1;

}

.sub-menu {
	padding-top: 15px !important;
	min-width: 188px;

}

.sub-menu a {
	color: #717171;
	text-decoration: none;
	outline: none;
	font-weight: 300;
	font-size: 14px;
	text-align: left;
	padding: 5px 25px!important;
	margin-bottom: 17px;
	position: relative;

}

.fixed .header--centerhead--inner__logo img{
/*	width: 90px;
	height: 35px;
	transition-duration: 0.4s;
	-webkit-transition: 0.4s;
	-ms-transition:0.4s;*/
	max-width: 70px;
    transition: 0.4s;
    -webkit-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
}

.header--centerhead--inner__logo img{
    max-width: 200px;
    transition: 0.4s;
    -webkit-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;

}
  .account_top_block a,
.account_top_block button {
	border: none;
	background: none;
	outline: none;
	position:relative;
	cursor: pointer;
	margin: 0 25px;
}

.account_top_block {
	display: flex;
	align-items: center;
}

.vert_line {
	width: 1px;
	height: 12px;
	background-color: rgba(255,255,255,0.2);
	display: block;
}
.account_top_block svg {
	width: 16px;
	height: 16px;
	fill:#fff;
}

.closeButton:hover{
	background-color: #6ebdc3;
}


.closeButton{
	cursor: pointer;
	background: #00817d;
	border:0;
	outline: none;
	color: #fff;
	width: 70px;
	height: 70px;
	font-size: 32px;
	display:flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
    top: 5px;
    right: 5px;
	position:absolute;
	text-align: center;
	padding-right: 0;

}
.ty_title span{
	color: #6ebdc3;
	font-weight: 500;
}

.ty_title .sub_title{
	font-size:19px;
	text-transform: none;
	margin-top:10px;
}
.ty_title {
	text-transform: uppercase;
	color: #202020;
	font-size: 24px;
	font-weight: 300;
	padding-bottom:45px;
	letter-spacing: 2px;
}

.fnc--login--fields {
	max-width: 470px;
    margin: 0 auto;
}


.account_top_block svg:hover{
	opacity: 1;
}

.account_top_block button>svg {

}

.header--centerhead--inner__column1 {
	display:none;
}

.social_block{
	display: flex;
	align-items:center;
}


.menu--catalog__item:last-child a{
	color: #dfb1bf;
}


.modal{
	position:fixed;
	top:0;
	width:100%;
	height:0;
	overflow: hidden;
	opacity: 0;
	z-index:-200;
	display:flex;
	align-items: center;
	justify-content: center;
}

.shade{
	background-color:rgba(0,0,0,0.45);
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:0;
	opacity: 0;
}

.flex{
	height:100%;
	z-index:950;
	opacity: 1;
}
.fnc--cartlist--section{
	width:100%;
	order: 1;
}

.popup_title{
	  text-align: center;
	  text-transform: uppercase;
	  color: #202020;
	  font-weight: 300;
	  font-size: 24px;
	  margin-bottom: 45px;
  }
 .popup_title span{
	  color: #6ebdc3;
	  font-weight: 500;
  }


.cart_modal .shade,
.flex .shade{
	opacity: 1;
	height:100%;
	z-index:1;
}


.modal_container{
	z-index:2;
	position: relative;
	width: 720px;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	padding: 50px 80px;
	background-image: url(../img/source//med_und_heading.svg);
	background-repeat: no-repeat;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	background-position: 20px calc(100% - 20px);
	border-bottom: 3px solid #6ebdc3;
}
  .cart_modal .modal_container{
	  width: 1030px;
	  max-height: 100vh;
	  padding: 80px 50px;
	  overflow-y: auto;
  }
.lengthen{
	align-items: flex-start!important;
}
.social_block a{
	line-height: 10px;
	font-weight: 500;
	font-size: 13px;
	padding: 0;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #0a1a2f;
	margin: 0 10px;
}



.fnc--cart--container .go_to_cart_block{
	transition-duration:0.4s;
	-webkit-transition:0.4s;
	-ms-transition:0.4s;
	opacity: 0;
	background-color: #fff;
	padding: 0;
	-webkit-box-shadow: 0px 0px 12px 2px rgba(160,160,160,.46);
	-moz-box-shadow: 0px 0px 12px 2px rgba(160,160,160,.46);
	box-shadow: 0px 0px 12px 2px rgba(160,160,160,.46);
	margin-top: 20px;
	min-width: 450px;
	height:0;
	display:flex;
	position: absolute;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	right: 0;
	z-index: 10;
	overflow: hidden;
}




.fnc--cart--empty{
	min-height:200px;
	display:flex;
	width:100%;
	align-items: center;
	font-weight:bold;
	justify-content: center;
}

.cart_empty{
	font-size:20px;
	padding: 15px 0;
	text-align: center;
}


.fnc--cart--container .go_to_cart_block:before{
	position:absolute;
	width:100%;
	top:-20px;
	content:"";
	height:20px;
}

.fnc--cart--container:hover .go_to_cart_block{
	overflow: visible;
	height:auto;
	top: 100%;
	opacity:1;
	transition-duration:0.4s;
	-webkit-transition:0.4s;
	-ms-transition:0.4s;
}

.go_to_cart_block .button{
	display: block;
	width: 100%;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	color: #404040;
	text-decoration: none;
	outline: none;
	padding: 26px 15px;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	border-top: 1px solid #f1f1f1;
	text-align: center;
}

.header--centerhead--inner__column2 {

}


.header--centerhead--inner--column2__in1 {

}



.header--centerhead--inner--column2__in2 {
}



.header--centerhead--inner__column3 {

}












.languages a{
	text-transform: uppercase;
	color:#fff;
	font-size: 12px;
	opacity: 0.7;
}


.languages div{
	margin: 0 11px;
}

.languageact a{
	color: #ffffff;
	font-weight:500;
	opacity: 1;
}

.fnc--cart--container__empty{
	display:none;
}

.languages{
	margin-right:40px;
	display:flex;
	align-items: center;
	position:relative;
}

.languages .midline{
	width:1px;
	height:12px;
	margin:0 11px;
	opacity: 0.7;
	display:block;
	background-color:#fff;
}
.ouifm:last-child{
	display:none;
}
.header--centerhead--inner--column3__in2 {
	display:flex;
	position:relative;
	background-color:#fff;
	z-index:2;
	align-items: center;
	margin-top:-5px;
	justify-content: center;
}



.mob_sidebar{
	display:none;
}

.body{
	padding-top:135px;
}

.header--underhead__inner {
	display:none;
}

.header--overhead--inner__left{
	display:flex;
	align-items: center;
	justify-content:center;
}



.header--underhead--inner__left {

	width:100%;

	padding:4px 0;

}



.header--underhead--inner__right {



}



/*Слайдер*/



.under--header--slider {
	max-width:1920px;
	margin:0 auto;
}



.under--header--slider__left {



}



.under--header--slider__center {



}



.under--header--slider__right {



}

.way-to-success .text{
	color:#fff;
}

/*Блок контента*/
[data-page='chapter'] .content--center--main,
[data-page='article'] .content--center--main{
	padding:0;
}
[data-page='cart'] .content--center--main,
[data-page='item'] .content--center--main{
	padding-top:0;
}
[data-page="category"] .content--center--main{
	margin:0px auto 160px auto;
}
.content--center--main {
	width:100%;
}

[data-page='chapter'] .fnc--pagination {
	display: none;
}

.gallery_title {
	margin: 50px 0;
}

.addSomeGoods[data-url='blog'] {
	display: none;
}

[data-page="category"] .js__perpage--change{
display: block;
}


.content--brand--page .mob_left_col,
.content--brand--page .fnc--perpage--items,
.account--center--page .mob_left_col {
	display: none;
}



[data-page='page404'],
[data-page='chapter']{

}

[data-page='brand'] .addSomeGoods{
	display: none;
}



.content--center--inner {
	justify-content: center;
	display:flex;
	max-width:1450px;
	margin:0 auto;
	margin-top: 10px;
}
.kalendar_bl .content--center--inner {
	margin-top: 5px;
}
  .home .content--center--inner{
	  max-width:unset;
  }


.content--center--inner__left {
	width:100%;
	max-width: 330px;
	margin-right:30px;
}






.content--center--inner--left__column {



}


.content--center--inner--left__column .fnc--column--catalog {
	padding: 0px 10px 5px;
}


.content--center--inner__center {
	margin:0 auto;
	display:flex;
	flex-direction: column;
	width:100%;
	align-items: center;
	position: relative;
}



.content--center--inner--center__column {
	width:100%;
}



.content--center--inner__right {

	flex-basis:260px;

	max-width:260px;

}





.content--center--inner--right__column {



}



[data-page="search"] .content--center--page {
margin-top:50px;
}

[data-page="search"] .js__perpage--change,
[data-page="search"] .fnc--sorting__title,
[data-page="search"] .mob_sidebar,
[data-page="search"] .addSomeGoods {
	display: none;
}





div .popup_title {
	text-align: center;
	color: #0a1a2f;
	line-height: 1.4;
	font-size: 24px;
	margin-bottom: 50px;
	font-weight: 500;
}


.content--center--page--cart {
	display:flex;
	flex-direction:row;
	justify-content:center;
	padding-bottom:160px;
}










/*Подвал*/



.content--footer {
	background: #0b3b42;
	width:100%;

}


.footer .top_row{
	justify-content: center;
}


.footer_contects {
	display: flex;
	flex-wrap: wrap;
	width:100%;
	margin:0 auto;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #e6e6e6;
	padding: 20px 0;
}



.fa{
	font-size:0;
}

.footer_info {
    text-align: left;
    color: #ffffff;
    opacity: 0.7;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.75;
    padding-top: 17px;
    padding-bottom: 31px;
}

.foot_ul_links {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.foot_ul_links li {
    margin-bottom: 25px;
    display: block;
}

.foot_ul_links a {
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 0.7;
    display: inline-block;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.foot_ul_links .time_work {
	color: #ffffff;
    opacity: 0.7;
}


.foot_ul_links a:hover {
    opacity: 1;

}

.foot_title {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 27px;
}

.tel_and_soc a {
    font-size: 14px;
    text-transform: none;
}

.aic {
    align-items: center;
}

.dfx {
    display: flex;
}

.foot_ul_links svg {
    width: 16px;
    height: auto;
    margin-right: 9px;
}

.foot_ul_links path {
    fill: #fff;
}

.foot_ul_links path.fill_bg {
    fill: #0b3b42;
}


.footer_line {
	background-color: #0a3238;
}

.footer_line_bl {
	width: 100%;
    max-width: 1400px;
    padding: 10px 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    min-height: 59px;
}

.pay_footer {
	display: flex;
    justify-content: center;
    padding: 5px 0;
}

.pay_footer img {
	margin: 0 5px;
    height: 30px;
    width: auto;
}


.footer .menu--chapters__link{
	display: inline-block;
	font-weight: 600;
	font-size: 15px;
	padding:0;
	text-transform: uppercase;
	margin: 0 15px;
}



.footer .menu--catalog__link {
	display: inline-block;
	font-weight: 600;
	font-size: 15px;
	margin: 0 15px;
	padding:0;
}




.content--footer__inner .row{
	max-width: 1450px;
	margin:0 auto;
	display:flex;
	align-items: center;

}


.footer{
	overflow: hidden;
	position: relative;
}

.footer:before {
    content: '';
    background-image: url(/themes/img/med_und_heading1.svg);
    background-size: contain;
    position: absolute;
    top: -40px;
    right: 78px;
    width: 150px;
    height: 480px;
    display: block;
    background-repeat: no-repeat;
    transform: scale(-1, 1) rotate(-30deg);
    opacity: 0.05;
}


.footer_menu {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 25px 25px;
}
.footer_menu_block {
    display: flex;
    justify-content: space-between;
    padding-top: 27px;
}
.footer_menu_block_it {
    box-sizing: border-box;
}

.fb_block_it_1 {
	width: 19%;
}
.fb_block_it_2 {
	width: 21%;
    padding-left: 80px;
}
.fb_block_it_3 {
	width: 20%;
}
.fb_block_it_4 {
	width: 20%;
}
.fb_block_it_5 {
	width: 20%;
}

.foot_logo {

}

.foot_logo svg {
    width: 125px;
    height: 66.5px;
    display: block;
}


.text_in_str {
    max-width: 1470px;
    margin: 60px auto;
    padding: 0 25px;
    border-top: 3px solid #6ebdc3;
}

.text_in_str_txt {
    max-width: 970px;
    width: 100%;
    margin: 35px auto 0;
    max-height: 212px;
    overflow-y: scroll;
    color: #717171;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
}
.text_in_str_txt p {
	margin-bottom: 10px!important;
	padding: 0 10px 0 0;
}

.text_in_str_txt h1 {
	padding: 0;
}

.text_in_str ::-webkit-scrollbar {
    width: 4px;
}

.text_in_str ::-webkit-scrollbar-track {
    background: #e8e8e8;
    width: 2px;
}

.text_in_str ::-webkit-scrollbar-thumb {
    background: #6ebdc3;
    width: 4px;
    height: 17px;
}


.footer .menu--chapters [href="/home"],
.footer .menu--chapters [href="/"],
.footer .menu--chapters [href="ua/home"],
.footer .menu--chapters [href="/ua"],
.footer .menu--chapters [href="/ru/home"]{
	display:none;
}

.footer .menu--chapters__item,
.footer .menu--chapters__item:hover,
.footer .menu--chapters--item__active{
	border:0;
	padding: 0;
}

.fnc--footer--flex {
	max-width:1620px;
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	color:var(--2-text-color);
}



.fnc--footer--flex a {

	color:var(--2-text-color);

}



.fnc--footer--flex__column1 {

	flex-basis:20%;

	padding:10px;

	flex-grow:1;

}



.fnc--footer--flex__column2 {

	flex-basis:20%;

	padding:10px;

	flex-grow:1;

}



.fnc--footer--flex__column3 {

	flex-grow:1;

	flex-basis:20%;

	padding:10px;

}



.fnc--footer--flex__column4 {

	flex-grow:1;

	flex-basis:20%;

	padding:10px;

}



.fnc--footer--flex__column5 {

	flex-grow:1;

	flex-basis:20%;

	padding:10px;

	text-align:right;

}



.checks[data-shutdown='0']{
	display:none;
}
/*Хлебные крошки*/

.text_404 p{
	display:none;
}

.text_404{
	height: 75vh;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
	flex-wrap: wrap;
}
.text_404 h1{

	font-weight:300;

	font-size: 40px;
}
.text_404 span {
	display: flex;
    width: 100%;
    justify-content: center;
    top: 0;
}

.text_404 a {
    border: 1px solid #00817d;
    background-color: #00817d;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 19px 15px 19px;
    position: relative;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    line-height: 1;
    margin: 50px 0;
}

.text_404 a:hover {
    background-color: #fff;
    color: #00817d;
}


.breads {
	display: flex;
    width: 100%;
    max-width: 1500px;
    padding: 0 25px;
    margin: 0 auto;
    flex-wrap: wrap;
}


.cat_breads,
.item_breads,
.content--center--inner--center__column .breads {
    margin: 0px auto 0px auto;
    /*max-width: 1450px;*/

}

.breadcrumbs {
	margin: 0px auto 0px auto;
}


.breads__container {
	display:flex;
	margin-top: 25px;
	font-size: 12px;
	font-weight: 500;
	padding-bottom: 0px;
	text-transform: uppercase;
}


.breads--inner__item__active{
	color: #717171;
	opacity: 1;
}

.acc_str .breads__container,
.breads_str .breads__container,
.cart_str .breads__container {
	padding-bottom: 0;
}

.breads__inner {
	flex-wrap:wrap;
	display:flex;

	align-items:center;

}


.breads a{
	color: #717171;
	opacity: 0.5;
}

.breads a:hover {
	opacity: 1;
}


.photo_bl_news {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0;
}


.photo_bl_news div {
	width: calc((100% - 50px)/3);
	margin-right: 16px;
}

.photo_bl_news div img {
	height: 100%;
	flex: 1;
	object-fit: cover;
}


.type_cart {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.type_cart div {
	width: calc((100% - 150px)/3);
	margin-right: 16px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	position: relative;
	margin: 0 20px;
}

.type_cart div img {
	height: 100%;
	flex: 1;
	object-fit: cover;
}

.type_cart div span {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 40px 10px 9px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
}


.breads--inner__item {

}




/*Модули*/



/*Поиск*/



.fnc--search {
	position:absolute;
	opacity: 0;
	width:0;
	transition-duration:0.4s;
	-webkit-transition:0.4s;
	overflow: hidden;
	top:-10px;

}



.reveal_search{
	top:-15px;
	overflow: visible;
	right:-15px;
	opacity: 1;
	width:auto;
	transition-duration:0.4s;
	-webkit-transition:0.4s;
	z-index:1;
}

.fnc--search__container {
	display:flex;
	justify-content: space-between;
	align-items: center;
	position:relative;
}


.fnc--search__inner {



}



.fnc--search__field {
	width:660px;
	max-width: 50vw;

}

.fnc--search__field input:focus{
	border:1px solid #6ebdc3;
	transition-duration:0.4s;
	-webkit-transition:0.4s;
}

.fnc--search__field input{
	width: 100%;
	background-color: #f1f1f1;
	border: none;
	outline: none;
	padding: 20px 55px 20px 55px;
}


.fnc--search__button {

	position: absolute;
	height:100%;
	left:0;
	top:0;


}



.close_cat_mk2{
    display:none;
}

.close_search{
	outline: none;
	cursor: pointer;
	background: 0 0;
	padding: 0;
	border: none;
	color: #0a1a2f;
	font-size: 15px;
	display: flex!important;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 100%;
	right: 0;
	top: 0;
	position:absolute;
}

.fnc--search__button button {
	position: absolute;
	top: 0;
	font-weight: 300;
	font-size: 16px;
	color: #717171;
	cursor: pointer;
	outline: none;
	border: none;
	background: none;
	height: 100%;
	width: 55px;
}
  .fnc--search__button button svg{
	  width:18px;
	  height:18px;
  }


.search--list--item {
	padding:5px;
}

.fnc--search--dropdown {
	display:none;
	position:absolute;
	width:100%;
}

.fnc--search--dropdown__inner {
	background:var(--22-text-color);
	border:1px solid var(--5-text-color);
	max-height: 500px;
    overflow-y: auto;
}

.fnc--search--dropdown__row {
	display:flex;
	align-items:center;
	border-bottom:1px solid var(--11-text-color);
	cursor:pointer;
	cursor:hand;
}



.fnc--search--dropdown__row:hover {
	background:var(--11-text-color);
}

.fnc--search--dropdown__name {
	padding:4px;
	flex-grow:1;
}



.fnc--search--dropdown__price {
	padding:4px;
	font-weight:bold;
	flex-basis:110px;
	text-align:center;
	display: none;
}





.fnc--search--dropdown__image {
	padding:4px;
	width:60px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-basis:60px;
}

.fnc--search--dropdown__image img{
	max-width:60px;
	max-height:60px;
}

/*Авторизация кнопки*/

.fnc--login--buttons__container {
	display:flex;
	justify-content: space-between;
	padding:5px 0;
}

.fnc--login--buttons__inner {
	padding:0 3px;
}

.fnc--login--buttons__inner:nth-child(1) button {
	background-color:transparent;
	padding:5px 10px;
	border:0;
	border-radius:0;
	background-image:url('/themes/main/user.svg');
	background-repeat:no-repeat;
	background-position:0 50%;
	background-size:16px;
	padding-left:25px;
	color:var(--1-text-color);
}

.fnc--login--buttons__inner:nth-child(2) button {
	background-color:transparent;
	padding:5px 10px;
	border:0;
	border-radius:0;
	color:var(--1-text-color);
}
  .fixed .menu--chapters{
	  height:45px;
  }

.menu--chapters {

	display:flex;
	width:885px;
	height:85px;
	justify-content: space-between;
}

.hoverChapters .menu--chapters--submenu__item{
	margin:0 15px;
	max-width:275px;
	margin: 0 auto;
	z-index: 1;
}

.hoverChapters .menu--chapters--submenu__item:last-child {
	overflow-y: scroll;
    max-height: 260px;
}

.hoverChapters .menu--chapters--submenu__item:last-child::-webkit-scrollbar {
    width: 4px;
}

.hoverChapters .menu--chapters--submenu__item:last-child::-webkit-scrollbar-track {
    background: #e8e8e8;
    width: 2px;
}

.hoverChapters .menu--chapters--submenu__item:last-child::-webkit-scrollbar-thumb {
    background: #6ebdc3;
    width: 4px;
    height: 17px;
}

.menu_hov_chap {
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    max-width: 1200px;
/*    height: calc(110vh - 500px);*/
    overflow-x: hidden;
    /* overflow-y: scroll;*/
}
.menu_hov_chap::-webkit-scrollbar {
    width: 4px;
    -webkit-appearance: none;
}

.menu_hov_chap::-webkit-scrollbar-track {
    background: #e8e8e8;
    width: 2px;
}

.menu_hov_chap::-webkit-scrollbar-thumb {
    background: #6ebdc3;
    width: 4px;
    height: 17px;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}



.header .menu--chapters__item {
	margin: 0 18px;
	height: 100%;
	display: flex;
	align-items: center;;
}

.menu--chapters__submenu {
	display:none;
}

.menu--chapters__item a{
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	color: #202020;
	position:relative;
}
.primary:after{
	z-index:-1;
	width:0;
	height:1px;
	background-color:#202020;
	position:absolute;
	left:0;
	right:auto;
	bottom:-3px;
	content:'';
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.primary:hover:after{
	width:100%;
	left:auto;
	right:0;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.menu--chapters__item:hover a, .menu--chapters--item__active a{
	text-decoration:none;
}
.menu--chapters__link:hover,
.menu--chapters--link__active{
	color: #6ebdc3!important;
}

.fnc--column--chapters {
	margin-bottom:15px;
}

.fnc--column--chapters__title {
	padding:10px;
	font-weight:bolder;
}

.fnc--column--chapters__container {
	padding:10px;
}

.fnc--column--chapter0,
.fnc--column--chapter__active0 {
	padding:5px;

}



.fnc--column--chapter1,
.fnc--column--chapter__active1 {

	padding:5px;

}



.fnc--column--chapter2 {

	padding:5px;

	padding-left:40px;

}



.fnc--column--chapter__active2 {

	padding:5px;

	padding-left:40px;

}



.fnc--column--chapter3 {

	padding:5px;

	padding-left:60px;

}



.fnc--column--chapter__active3 {

	padding:5px;

	padding-left:60px;

}



/*Разделы центр*/



.fnc--center--chapters {

	padding:50px 0;

}



.fnc--center--chapters__container {

	max-width:1620px;

	width:100%;

	margin:0 auto;

	display:flex;

	flex-wrap:wrap;

	justify-content: space-around;

}



.fnc--center--chapters__list--item  {

	flex-basis:calc(33% - 40px);

	margin:15px;

	padding:10px;

	display:flex;

	flex-direction:column;

	text-align:center;

	position: relative;
}

.fnc--center--chapters__list--item  {
	border: 1px solid #e8e8e8;
}
.fnc--center--chapters__list--item:hover  {
    border: 1px solid #6ebdc3;
}

.fnc--center--chapters--item__main  {
	position: relative;
}

#chapter_59 {
	background: #f8f8f8;
}

.fnc--center--chapters--item__name  {

    position: absolute;
    display: block;
    width: 100%;
    bottom: 20px;
    text-align: center;
    padding: 0 45px;
    z-index: 1;

}

.fnc--center--chapters--item__main:hover .fnc--center--chapters--item__name {
    background: #0b3b42;
}
.fnc--center--chapters--item__main:hover .fnc--center--chapters--item__name a {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.66;
    font-size: 16px;
}

.fnc--center--chapters--item__name a {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.66;
    font-size: 16px;
}



.fnc--center--chapters--item__image {
    padding: 0;
    overflow: hidden;
    line-height: 0;
}

.fnc--center--chapters--item__main:hover img {
    transform: scale(1.05);
}

.fnc--center--chapters--item__image img{

	max-width:100%;
	transition-duration: 0.5s;
}



.fnc--center--chapters--item__additional  {



}



.fnc--center--chapters--item__info  {



}



.fnc--center--chapters--item__button {

	padding:10px 0;
		display: none;
}



.fnc--center--chapters--item__button a{

	border-bottom:1px var(--5-text-color) solid;

	font-size:14px;

	color:var(--5-text-color);

}



.fnc--center--chapters--item__button a:hover{

	border-bottom:1px var(--3-text-color) solid;

	font-size:14px;

	color:var(--3-text-color);

	text-decoration:none;

}



/*Меню мобильное*/



.menu--chapters--mobile {

	display:none;

}






.js__mobile--menu--container {
	display: none;
}











/*Каталог меню*/



.menu--catalog {
	margin-top:-5px;
	display:flex;

}



.menu--catalog__item {
	position:relative;

}



.menu--catalog__submenu {

	display:none;

	position:absolute;

	top: 36px;

	left:0px;

	background:var(--5-text-color);

	padding:10px 15px;

	z-index:1;

}



.menu--catalog__submenu a{

	color:var(--2-text-color);

	font-size:13px !important;

}



.menu--catalog--submenu__item {

	min-width:200px;

	padding:5px 0;

}



.menu--catalog__item:hover .menu--catalog__submenu {

	display:block;

}



.menu--catalog__item:hover, .menu--catalog--item__active {

}



.menu--catalog__item a{
	font-size: 16px;
	font-weight: 500;
	padding: 5px 35px;
}



.menu--catalog__item:hover a, .menu--catalog--item__active a{
	text-decoration:none;

}


/*Каталог колонка*/



.fnc--column--catalog__title {
    line-height: 12px;
    font-weight: 500;
    background-color: #f1f1f1;
    color: #202020;
    font-size: 16px;
    padding: 17px 48px 17px 19px;
    position: relative;
}


.hoverCatalog .second .col{
	margin-right:15px;
}


.fnc--column--catalog__container {
	padding: 20px 15px;
    max-height: 300px;
    overflow-y: auto;
	margin-bottom: 10px;
}
.hoverCatalog .fnc--column--catalog__container{
	max-height:unset;
	overflow: visible;
}
.fnc--column--catalog__container::-webkit-scrollbar {
    width: 4px;
}

.fnc--column--catalog__container::-webkit-scrollbar-track {
    background: #e8e8e8;
    width: 2px;
}

.fnc--column--catalog__container::-webkit-scrollbar-thumb {
    background: #6ebdc3;
    width: 4px;
    height: 17px;
}


.fnc--column--category1{
	padding-left: 17px;
	margin: 0;
	padding-bottom: 7px;
	padding-top: 18px;
}

.fnc--column--category__active0,
.fnc--column--category0{
	position: relative;
	margin-top:15px;
}

.plus{
	display:none;
}

.header .sub2{
	display:flex;
	height:450px;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}

.hoverChapters .outer_link {
    display: block;
    margin-bottom: 10px;
}

.hoverChapters .outer_link,
.hoverCatalog .main_link{
	font-weight: 500;
	text-transform: none;
	font-size: 18px;
}

.hoverChapters .inner_link,
.hoverCatalog a{
	margin-bottom: 15px;
	text-transform: none;
	position: relative;
	padding-right: 35px;
	flex-wrap: wrap;
	display:flex;
	font-size: 16px;
}
.lvl3 a{
    font-size: 14px!important;
    font-weight: 400!important;
}

  .hoverChapters .inner_link:hover,
  .hoverCatalog a:hover{
	  color:#00817d;
  }
.hoverCatalog .fnc--column--catalog__container{
	padding:5px;
}
.hoverCatalog .fnc--column--catalog__container .menu--catalog__item:first-child{
	width: 50%;
}

.hoverCatalog .fnc--column--catalog__container .menu--catalog__item:nth-child(2){
	width:25%;
}

.hoverCatalog .fnc--column--catalog__container .menu--catalog__item:last-child{
	width:25%
}

.hoverCatalog .left_container .menu--catalog--submenu__item{
	margin-bottom:0;
}
  .hoverCatalog .fnc--column--catalog__container{
	  display:flex;
	  max-width:100%;
	  width:100%;
	  justify-content: space-between;
  }
.sub3{
	display:none;
}

.content--brand--page {
	margin-bottom: 50px;
}

  .shop_block_all_brands img{
	  max-width: 150px;
	  width: auto;
	  max-height: 100px;
	  height: auto;
	  margin-bottom:10px;
  }
.shop_block_all_brands{
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	    background: white;
}

.shop_block_all_brands a {
	margin-bottom: 0;
}
  .hoverCatalog .menu .main_item{
	  max-width:33%;
  }
.hoverCatalog .menu{
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    max-width: 1200px;
    height: calc(100vh - 505px);
    overflow-x: hidden; 
    overflow-y: scroll;
}

.hoverCatalog .menu::-webkit-scrollbar {
    width: 4px;
    -webkit-appearance: none;
}

.hoverCatalog .menu::-webkit-scrollbar-track {
    background: #e8e8e8;
    width: 2px;
}

.hoverCatalog .menu::-webkit-scrollbar-thumb {
    background: #6ebdc3;
    width: 4px;
    height: 17px;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}


.fnc--column--catalog__container .main_link{
	color: #202020;
	font-weight: 500;
	font-size: 16px;
}

.fnc--column--catalog__container .main_item{
	padding: 11px 35px 11px 19px;
}

  .fnc--column--catalog__container .sub2{
  padding: 11px 35px 11px 19px;
  }
  .fnc--column--catalog__container .sub_link{
  font-size: 14px;
  font-weight: 400;
  }

.hoverChapters{
	  display: flex;
	  background: #fff;
	  flex-direction: row;
	  position: absolute;
	  align-items: flex-start;
	  justify-content: flex-start;
	  visibility: hidden;
	  max-width: 1300px;
	  left: 0;
	  right: 0;
	  top: 100%;
	  height: 0;
	  overflow-y: hidden;
	  margin: 0 auto;
	  width: 100%;
	  transition-duration: 0.4s;
	  padding: 0px 10px;
	  z-index: 20;
	  border-top: 3px solid #6ebdc3;
	  box-shadow: 0px 4px 5px 1px #10101075;
}
.hoverCatalog{
	display:flex;
	background: #fff;
	flex-direction: column;
	position:absolute;
	align-items: center;
	justify-content: flex-start;
	visibility: hidden;
	max-width: 1300px;
	left: 0;
	right:0;
	top:100%;
	height:0;
	overflow-y:hidden;
	margin:0 auto;
	width: 100%;
	transition-duration: 0.4s;
	padding:0px 10px;
	z-index: 20;
	border-top: 3px solid #6ebdc3;
	box-shadow: 0px 4px 5px 1px #10101075;
}



.home .fnc--itemshow--container{
	display:none;
}
.hoverChapters:hover,
  .hoverCatalog:hover,
.menu--chapters__item:hover .hoverChapters,
 .menu--chapters .top_shop:hover~.hoverCatalog{
	  opacity: 1;
	  height:auto;
	  padding: 25px 10px 15px;
	  overflow-y:auto;
	  visibility: visible;
  }
.hoverCatalog svg{
	width:10px;
	height:10px;
}
/*
.hoverCatalog {
    background: url("/img/slider/1609850183_bb3b8a73aa115be8119b.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}*/

.hoverCatalog:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 100%);
    top: 0;
    left: 0;
}


.fnc--column--category0 a{
	color: #2b394b;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;

}





.left_container .menu--catalog--submenu__item{
	min-width: unset!important;
	padding: 0 5px!important;
	position:relative;
}
.fnc--column--catalog .menu--catalog--submenu__item:before {
	content:'';
	position:absolute;
	width: 10px;
	height: 10px;
	background-color: #f1f1f1;
	left: -15px;
	top: 5px;
	/* border-radius: 50%; */
	-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.fnc--column--catalog .menu--catalog--submenu__item:hover:before {
	background-color: #6ebdc3;
	    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.fnc--column--catalog .revealed2:before {
	background-color: #6ebdc3;
}

.fnc--column--catalog .left_container .menu--catalog--submenu__item :last-child {
	margin-bottom: 0;
}

.fnc--articles--list_row{
	display:flex;
	max-width:1500px;
	margin:50px auto;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

  .left_container .arrow svg{
	  width: 14px;
	  height: 14px;
	  transition-duration: 0.4s;
	  -webkit-transition:0.4s;
	  -ms-transition:0.4s;
	  transform: rotate(
			  90deg
	  );
  }


  .left_container .revealed .arrow svg{
	  transform: rotate(
			  180deg
	  );
  }
  .left_container .arrow2,
.left_container .arrow{
	position: absolute;
	width: 12px;
	height: 12px;
	right: 0;
	top: 4px;
	outline: none;
	display: flex;
	background: 0 0;
	border: none;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}

.hoverCatalog .arrow2{
	width: 12px;
	height: 12px;
	top: -2px;

}



.left_container .menu--catalog__submenu{
	position:relative;
	background-color:transparent;
	left:0;
	top:0;
	height:0;
	overflow: hidden;
	opacity: 0;
	transition-duration: 0.4s;
	-webkit-transition:0.4s;
	-ms-transition:0.4s;
	display:block;

	margin: 0;

}

.in_order {
	order: 1;
}

.expected {
	opacity: 0.6;
	order: 2;	
}
.expected:hover {
	opacity: 1;
}

.not_available {
	opacity: 0.6;
	order: 3;
}
.not_available:hover {
	opacity: 1;
}

.left_container .menu--catalog__submenu{
	padding:0 15px;
}
.left_container .menu--catalog__item{
	margin-bottom:20px;
}
.left_container .revealed2 .third,
.left_container .revealed .second{
	height:auto;
	overflow:visible;	padding:12px 0 12px 17px!important;
	opacity: 1;
	margin-top:5px;
	transition-duration: 0.4s;
	-webkit-transition:0.4s;
	-ms-transition:0.4s;
}

.fnc--column--category__active0 a{
	color: #2b394b;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;


}

.second svg{
	transform: rotate(90deg);
}
.revealed2 svg {
	transform: rotate(180deg);
}


.fnc--column--category1 {
	padding-left: 17px;
	margin: 0;
	padding-bottom: 7px;
	padding-top: 18px;

}
.fnc--column--category1 a{
	color: #2b394b;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
}


.item_breads .breads--inner__item__separator,
.breads--inner__item__separator{
	margin: 0 6px;
    font-size: 0;
    position: relative;
}
.item_breads .breads--inner__item__separator:after,
.breads--inner__item__separator:after
 {
    content: '';
    position: absolute;
    right: -2px;
    width: 2px;
    height: 2px;
    display: block;
    top: 50%;
    margin-top: -1px;
    background-color: #717171;
    opacity: 0.5;
}

.obuchenie_str .breads--inner__item__separator:after {
	background-color: #ffffff;
}

.active_link,
.fnc--column--category__active1 a{
	color: #6ebdc3!important;
	transition-duration:0.4s;
	-webkit-transition-duration: 0.4s;
	-ms-transition:0.4s;
	font-weight: 600!important;
	text-decoration: none;
	font-size: 14px;
}

.fnc--column--category__active1 {
	padding-left: 17px;
	margin: 0;
	padding-bottom: 7px;
	padding-top: 18px;
}



.fnc--column--category2 {

	padding:5px;

	padding-left:40px;

}



.fnc--column--category__active2 {

	padding:5px;

	padding-left:40px;

}



.fnc--column--category__active2 a{

	color:var(--3-text-color);

	text-decoration:underline;

}





.fnc--column--category3 {

	padding:5px;

	padding-left:60px;

}



.fnc--column--category__active3 {

	padding:5px;

	padding-left:60px;

}



.fnc--column--category__active3 a{

	color:var(--3-text-color);

	text-decoration:underline;

}





/*Каталог центр*/

/* menu hover */

.obuchenie .hoverChapters {
    background-image: url(/img/calendar/1624524655_161547b2bd186277d85a.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.obuchenie .hoverChapters:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffffd3;
    top: 0;
    left: 0;
}

.obuchenie .hoverChapters .inner_link {
    padding-left: 20px;
}

.obuchenie .lvl3 {
    position: relative;
}

.obuchenie .lvl3:before, 
.menu--catalog--submenu__item:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #d6d6d6;
    left: 0px;
    top: 5px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.menu--catalog--submenu__item:before {
	top: 2px;
}

.obuchenie .lvl3:hover:before,
.hoverCatalog .menu--catalog--submenu__item:hover:before {
	background-color: #6ebdc3;
	-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.menu--catalog--submenu__link:hover {
	color: #6ebdc3!important;
}


.hoverCatalog .col a {
    line-height: 15px;
    margin-left: 15px;
}









.fnc--center--catalog--item__button {
	display:none;

}




.fnc--center--catalog--item__submenu {
	display:none;
}



.fnc--center--catalog--item__submenu--list {

	max-width:100%;

	padding:3px 0;

}



.fnc--center--catalog--item__submenu--list a {



}



/*Каталог мега меню/*





/*-- МЕГАМЕНЮ--*/



.fnc--megamenu {

    width: 100%;

    background: var(--5-text-color);

}



.fnc--megamenu--container {

    max-width: 1620px;

    cursor: pointer;

    cursor: hand;

    margin: 0 auto;

	align-items:center;

    display: flex;

    flex-direction: row;

	justify-content: space-between;

}



.fnc--megamenu--category {

    display: flex;

    align-items: center;

    cursor: pointer;

    cursor: hand;

	flex-grow: 1;

    text-align: center;

    justify-content: center;

	flex-direction: column;

}



.fnc--megamenu--category:hover {

    display: flex;

    align-items: center;

    background: var(--2-text-color);

}



.fnc--megamenu--category:hover .fnc--megamenu--category__link {

    color: var(--5-text-color);

	text-decoration:none;

}



.fnc--megamenu--category__active {

    display: flex;

    align-items: center;

    cursor: pointer;

    cursor: hand;

    flex-grow: 1;

    text-align: center;

    justify-content: center;

    background: var(--2-text-color);

	flex-direction: column;

}



.fnc--megamenu--category__link {

	color:var(--2-text-color);

	display:block;

	padding: 15px 10px;

}



.fnc--megamenu--category__link__active  {

	color: var(--5-text-color);

	display:block;

	padding: 15px 10px;

}



.fnc--megamenu--submenu__load {

	opacity:0;

	display:block;

}



.fnc--megamenu--submenu {

	opacity:1;

	display:none;

}



.fnc--megamenu--category__active:hover .fnc--megamenu--submenu {

    display: block;

}



.fnc--megamenu--category:hover .fnc--megamenu--submenu {

    display: block;

}



.fnc--megamenu--submenu  {

	position: relative;

    left: 0%;

    top: 0px;

    z-index: 200;

    display: none;

}



.fnc--megamenu--submenu:hover {

    display: block;

}



.fnc--megamenu--submenu__inner {

    position: absolute;

}




.fnc--megamenu--submenu__inner--info {

    position: relative;

    width: 100%;

    z-index: 200;

    background: var(--2-text-color);

	border:1px solid var(--5-text-color);

	border-top:0;

}



.fnc--megamenu--submenu__row {

	display: flex;

    flex-direction: row;

}



.fnc--megamenu--submenu__column {

	display: flex;

    flex-direction: column;

}



.fnc--megamenu--submenu__column {

    min-width: 250px;

    text-align: left;

}



.fnc--megamenu--submenu__main {

	padding: 5px 20px;

	margin-bottom: 5px;

}



.fnc--megamenu--submenu__mainlink {



}



.fnc--megamenu--submenu__mainsublink {

    padding: 3px 3px 3px 10px;

}



.fnc--megamenu--submenu__link {

   color: var(--5-text-color);

}



.fnc--megamenu--submenu__link:hover {

    color: var(--5-text-color);

    text-decoration: underline;

}



.fnc--megamenu--submenu__sublink {

    color: var(--5-text-color);

    font-size: 90%;

}



.fnc--megamenu--submenu__sublink:hover {

    color: var(--5-text-color);

    font-size: 90%;

    text-decoration: none;

}





/* Адаптивное меню каталога */



.fnc--catalog--adapt {

    display: none;

}









.fnc--adaptive--category {

	padding:15px 10px;

	text-align:center;

	background:var(--5-text-color);

	border-bottom:1px solid var(--3-text-color);

}



.fnc--adaptive--category a{

	color:var(--2-text-color);

	font-size:16px;

}



.fnc--adaptive--category:hover a{

	color: var(--2-text-color);

	font-size:16px;

}



/*Лента элементов единица*/


.content--center--article{
	padding: 0px 15px 50px;
}


[data-page="calendar"] .content--center--article {
	padding: 0px 0px 50px;
}

[data-page="calendar"] .content--center--article div[itemscope] {
	max-width: 100%;
}

[data-page="article"] .soc_item{
	margin-top: 80px;
}

[data-page="article"] .breads,
[data-page="calendar"] .breads,
.obuchenie_str .breads{
	position: relative;
    background: none;
}

[data-page="article"] .breads .breads__container,
[data-page="calendar"] .breads .breads__container,
.obuchenie_str .breads .breads__container {
	top: -63px;
    position: relative;
    z-index: 1;
}

[data-page="article"] .breads a,
[data-page="calendar"] .breads a,
.obuchenie_str .breads a {
	color: #ffffff;
    opacity: 0.7;
}
[data-page="article"] .breads--inner__item__active,
[data-page="calendar"] .breads--inner__item__active,
.obuchenie_str .breads--inner__item__active {
    color: #ffffff;
    opacity: 1;
}

[data-page="article"],
[data-page="calendar"] {
	background: #f8f8f8;
}

.page--article--back {
display:none;
}


[data-page="calendar"] .breads--inner__item__separator:after
 {
   	background-color: #ffffff;
}

.page--article--back a{

	border-bottom:1px var(--5-text-color) solid;

	font-size:14px;

	color:var(--5-text-color);

}



.page--article--back a:hover{

	border-bottom:1px var(--3-text-color) solid;

	font-size:14px;

	color:var(--3-text-color);

	text-decoration:none;

}

.content--center--article__rating {
	display: none;
}

.page--article--name {

	padding:10px 0;
	z-index: 1;

}


.content--center--article div[itemscope],
.page--article--text {
	max-width: 1200px;
	margin: 0 auto;
}

.kalendar_bl_in .page--article--text {
	max-width: 800px;
}


.page--article--text img {

	max-width:100%;
	height: auto;

}



.page--article--date {
	display:none;
}



/*Лента элементов страница*/



.fnc--articles--list {
	max-width:1320px;
	width:100%;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}


.fnc--articles--list .fnc--center--articles__listitem:nth-child(odd){
	flex-direction: row;
}

.fnc--articles--list .fnc--center--articles__listitem:nth-child(even){
	flex-direction:row-reverse;
}

.fnc--column--article--listitem__img  img{
	max-width:100%;
}





.fnc--center--articles {
	position: relative;
	max-width:1450px;
	margin:0 auto;
}

.fnc--center--articles__title {
	display:none;
}

.fnc--center--articles__container {
    width: 100%;
    margin: 70px auto 0 auto;
    display: flex;
    justify-content: space-around;
}

.center_date{
	position: absolute;
	top: 75px;
	left: -20px;
	display: block;
	color: #000000;
	width: 100%;
	max-width: 144px;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	background: #ffffffb0;
	padding: 11px 28px;
	transform: rotate(
			-90deg
	);
}
  .arr_up {
	  outline: none;
	  border: none;
	  background: #d6d6d6;
	  position: fixed;
	  left: 30px;
	  display:flex;
	  align-items: center;
	  justify-content: center;
	  bottom: 30px;
	  z-index: 100;
	  width: 40px;
	  height: 40px;
  }

  .arr_up:hover {
  	background: #6ebdc3;
  }

.fnc--center--articles .fnc--center--articles__listitem:nth-child(even) .center_date{
/*	right:auto;
	left:20px;*/
}
/*.fnc--center--articles .fnc--center--articles__listitem:nth-child(even){
	display:flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
}*/
.fnc--center--articles__listitem {
    display: flex;
    background: #fff;
    margin:0 15px 30px 15px;
	width:100%;
    position: relative;
    flex-wrap: wrap;
    max-width:720px;
}









.fnc--center--articles__listitem__main {
    width: 100%;
    text-align: left;
    display: flex;
}





.fnc--center--articles--listitem__image img {
display:block;
	height:auto;
	max-width:100%;
}



.fnc--center--articles--listitem__info {
	display: none;
}



.fnc--center--articles--listitem__name a{
    color: #202020;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.66;
    margin-top: 30px;
    display: inline-block;
}

.fnc--center--articles__button a{
	border: 1px solid #00817d;
	background-color: #00817d;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	padding: 19px 15px 19px;
	position: relative;
	display:flex;
	align-items: center;
	justify-content:center;
	width: 200px;
	text-align: center;
	line-height: 1;
	margin: 50px auto;
}



.fnc--center--articles__button a:hover{
	color: #00817d;
	background-color:#fff;
}

.fnc--slider--container,
.fnc--slider--inner {
	transition:none;
}

.fnc--slider--inner__images {
	max-height:750px;
	overflow: hidden;
}

.home .js__adv--banner__absolute{
	max-width:1920px;
	max-height:750px;
}

.js__adv--banner__absolute {
	position:absolute;
	transition:none;
}




.js__fnc--slider--inner__relative {
	position:relative;
	display: flex;
    justify-content: center;
	transition:none;
}

  .js__adv--banner__absolute:before {
    content: "";
    position: absolute;
    background-image: url(/images/slider_bg.png);
    width: 100%;
	left:0;
	top:0;
    height: 100%;
    z-index: 1;
   	background-repeat: no-repeat;
    background-size: cover;
}


.js__fnc--slider--inner__absolute {
	position:absolute;
	opacity:0;
	transition:none;
}




.fnc--slider--inner__text {
	width: 100%;
	height:100%;
	padding:0 50px;
	right:0;
	display:flex;
	z-index:2;justify-content: center;
	flex-direction: column;
	align-items: center;
	top:0;
	margin:0 auto;
	position:absolute;
}

.home .fnc--slider--inner__text,
.top_shop .fnc--slider--inner__text {
	width:65%;
}

.home .fnc--slider--inner__text strong,
.top_shop .fnc--slider--inner__text strong {
	font-weight: 400;
}


  .fnc--slider--inner--buttons__inner {
	  display: flex;
	  justify-content: center;
  }

.home .fnc--slider--inner__text a,
.top_shop .fnc--slider--inner__text a {
	  display:block;
	  text-transform: uppercase;
	  color: #fff;
	  text-align: center;
	  max-width:200px;
	  width: 100%;
	  font-size: 12px;
	  padding: 13px 21px;
	  margin: 17px auto;
	  background-color: #6ebdc3;
}

.home .fnc--slider--inner__text a:hover,
.top_shop .fnc--slider--inner__text a:hover {
    opacity: .8;
}

/*  .linker{
	  display:block;
	  text-transform: uppercase;
	  color: #fff;
	  text-align: center;
	  max-width:200px;
	  font-size: 12px;
	  padding: 13px 21px;
	  margin: 17px auto;
  }

  .blue{
	  background-color: #6ebdc3;
  }*/
  .fnc--slider--inner__text .plank{
	  display:block;
	  background-color: #6ebdc3;
	  text-transform: uppercase;
	  color: #fff;
	  text-align: center;
	  max-width:200px;
	  font-size: 12px;
	  padding: 13px 21px;
	  margin: 17px auto;
  }
  .fnc--slider--inner__buttons{
	  position: absolute;
	  opacity: 0;
	  z-index:2;
	  top: 92%;
	  width: 100%;
	  transition-duration: 0.4s;
	  -webkit-transition: 0.4s;
	  -ms-transition: 0.4s;
  }


  .fnc--slider--inner__text h1,
  .carus_title {
	  color: #ffffff;
	  font-size: 60px;
	  font-weight: 300;
	  line-height: 1.33;
	  margin-bottom: 20px;
  }

  .fnc--slider--inner__text p,
  .fnc--slider--inner__text,
  .carus_text {
	  color: #ffffff;
	  font-size: 18px;
	  font-weight: 300;
	  text-align: center;
	  line-height: 1.66;
  }
.fnc--pagination {
    display: flex;
    justify-content: center;
    padding: 0 0 10px;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #e8e8e8;
    margin-top: 150px;
    margin-bottom: 50px;
    position: relative;
}

.fnc--paging--button {
    margin-top: 0px;
    padding: 10px 20px 0;
    color: #0a1a2f;
    font-size: 18px;
    position: relative;

}

.fnc--paging--button:hover {
    color: #6ebdc3;
}
.fnc--paging--button:hover:before{
    content: '';
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #6ebdc3;
}

.fnc--paging--button:last-child:after {
	font-family: 'ico' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    color: #0a1a2f !important;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
}
.fnc--paging--button:hover:last-child:before {
	font-family: 'ico' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    color: #0a1a2f !important;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}

.addSomeGoods {
    position: absolute;
    top: -100px;
    background: #6ebdc3;
    padding: 10px 20px;
    color: white;
    cursor: pointer;
    border: 1px solid #6ebdc3;
    width: 287px;
    text-align: center;
}
.addSomeGoods:hover{
    background-color: #fff;
    color: #6ebdc3;
}

  .fnc--slider--inner--button {
	  font-size: 0;
	  width: 15px;
	  height: 15px;
	  position: relative;
	  border: 1px solid transparent;
	  border-radius: 360px;
	  margin: 0 7.5px;
	  background: rgba(255,255,255,.3);
	  cursor: pointer;
	  color: transparent;
  }
  .fnc--slider--inner--button:before {
	  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
	  transition: background-color 0.3s ease, transform 0.3s ease;
	  top: 0;
	  left: 0;
	  content: "";
	  width: 100%;
	  height: 100%;
	  outline: none;
	  border-radius: 50%;
	  background-color: rgb(255, 255, 255);
	  background-color: rgba(255, 255, 255, 0.3);
	  text-indent: -999em;
	  cursor: pointer;
	  position: absolute;
  }
  .fnc--slider--inner--button__active:before {
	  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
	  transition: background-color 0.3s ease, transform 0.3s ease;
	  transform: scale(0.4);
	  -webkit-transform: scale(0.4);
	  top: 0;
	  left: 0;
	  content: "";
	  width: 100%;
	  height: 100%;
	  outline: none;
	  border-radius: 50%;
	  background-color: rgba(255, 255, 255);
	  text-indent: -999em;
	  cursor: pointer;
	  position: absolute;
  }
  .fnc--slider--inner--button__active {
	  font-size: 0;
	  border-radius: 50%;
	  position: relative;
	  box-shadow: 0 0 0 2px rgb(255 255 255 / 0%);
	  -webkit-transition: box-shadow 0.3s ease;
	  transition: box-shadow 0.3s ease;
	  background: transparent;
	  width: 15px;
	  border: 2px solid #fff;
	  height: 15px;
	  margin: 0 7.5px;
  }
 .fnc--slider--inner:hover .fnc--slider--inner__buttons {
	  opacity: 1!important;
	  transition-duration: 0.4s;
	  -webkit-transition: 0.4s;
	  -ms-transition: 0.4s;}

.fnc--slider--inner--arrows__left,
.fnc--slider--inner--arrows__right{
	display:none;
}

.to_left:hover,
.to_right:hover,
.to_left,
.to_right{
	color:transparent;
	background-color:transparent;
	position: relative;
	border:0;
	display: flex;
	align-items: center;
}

.to_right:before,
.to_left:before {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display: flex;
	align-items:center;
	justify-content: center;
}

.to_left:after {
	position: absolute;
	font-family: 'ico' !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #0a1a2f !important;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e901";
}

.to_right:after  {
	position: absolute;
	font-family: 'ico' !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #0a1a2f !important;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e900";
}

.fnc--paging--button__now {
    margin-top: 0px;
    padding: 10px 20px 0;
    color: #6ebdc3;
    font-size: 18px;
    position: relative;
}

.fnc--paging--button__now:before{
    content: '';
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #6ebdc3;
}



/*Галерея слайдер*/



.fnc--slider--gallery {

	padding:50px 10px;

}



.fnc--slider--gallery__title {

	font-size:18px;

	text-align:center;

}



.fnc--slider--gallery__container {

	display: flex;

    flex-direction: row;

    align-items: center;

}



.fnc--slider--gallery--container__center {

	margin:0 auto;

}



.fnc--slider--gallery--container--center__main {

	display: flex;

    flex-direction: row;

}



.fnc--slider--gallery--container--center__listitem {

	display:flex;

}



.fnc--slider--gallery--container--center__item {

	width:286px;

	margin:5px;

	display: flex;

    flex-direction: column;

	justify-content: center;

    align-items: center;

}



.fnc--slider--gallery--container--center__image img {

	max-width:100%;

}



.fnc--slider--gallery--button {

	padding:10px 0;

	text-align:center;

}



.fnc--slider--gallery--button a{

	border-bottom:1px var(--5-text-color) solid;

	font-size:14px;

	color:var(--5-text-color);

}



.fnc--slider--gallery--button a:hover{

	border-bottom:1px var(--3-text-color) solid;

	font-size:14px;

	color:var(--3-text-color);

	text-decoration:none;

}



/*Галерея столбец*/



.fnc--column--gallery {



}



.fnc--column--gallery__title {



}



.fnc--column--gallery__container {



}



.fnc--column--gallery__listitem {



}



.fnc--column--gallery--listitem__name {



}



.fnc--column--gallery--listitem__image {



}



.fnc--column--gallery__button {



}



/*Галерея страница*/

.fnc--gallery--listitem__image {
	padding: 0;
    overflow: hidden;
    line-height: 0;
}
.fnc--gallery--listitem__image a:hover {
    cursor: -webkit-zoom-in;
}

.fnc--gallery--listitem:hover img {
    transform: scale(1.05);
}

.fnc--gallery--listitem img {
	transition-duration: 0.5s;
}

.fnc--gallery--list {

	max-width:1620px;

	width:100%;

	margin:50px auto;

	display:flex;

	flex-wrap:wrap;

	justify-content: space-evenly;

	padding:5px;

}



.fnc--gallery--listitem {

	flex-basis:22%;

	margin-bottom:30px;

}






.fnc--gallery--listitem__image img {

	max-width:100%;

}



.fnc--gallery--listitem__text {



}



/*Вопрос-ответ*/



.fnc--addfaq--container {

	max-width:500px;

	width:100%;

	margin:50px auto;

}



.fnc--addfaq--title {

	font-size:17px;

	text-align:center;

}



.fnc--addfaq--item {

	padding:3px;

}





/*Опросы*/



.fnc--polls--main__inner {

    display: flex;

    position: relative;

	padding:10px 0;

	padding-right: 20px;

}



.fnc--polls--main--inner__votes {

	position:absolute;

	right:0;

}



input.js__poll--check {

	display:none;

}



input.js__poll--check + label:before {

	content: "\2713";

    font-size: 13px;

    color: transparent;

    text-align: center;

	font-weight:bolder;

    border:2px solid var(--5-text-color);

	background:var(--2-text-color);

	cursor:pointer;

	cursor:hand;

	padding:0 3px 0 4px;

	transition: all 0.3s ease;

}



input.js__poll--check:checked + label:before {

	content: "\2713";

    font-size: 13px;

    color: var(--5-text-color);

    text-align: center;

	font-weight:bolder;

    border:2px solid var(--5-text-color);

	background:var(--2-text-color);

	cursor:pointer;

	cursor:hand;

	padding:0 3px 0 4px;

}



input.js__poll--check:disabled + label:before {

	content: "\2713";

    font-size: 13px;

    color: transparent;

    text-align: center;

	font-weight:bolder;

    border:2px solid var(--11-text-color);

	background:var(--2-text-color);

	cursor:pointer;

	cursor:hand;

	padding:0 3px 0 4px;

	transition: all 0.3s ease;

}



.fnc--polls--main__linein {

	height:20px;

	background:#eee;

}



/*Формы связи*/


.js__addfaq--button {
	border: 1px solid #6ebdc3;
	background: #6ebdc3;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 13px;
	padding: 19px 28px;
	cursor: pointer;
	width:100%;
	outline:none;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-ms-transition:0.4s;
}

.js__addfaq--button :hover{
	background-color: #fff;
    color: #6ebdc3;
}

.fnc--feedback--main .fnc--feedback--main__name{
	display:none;
}

 .fnc--feedback--main__button button:hover{
	background-color: #fff;
    color: #6ebdc3;
}
.fnc--feedback--main__button button{
	border: 1px solid #6ebdc3;
	background: #6ebdc3;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 13px;
	padding: 19px 28px;
	cursor: pointer;
	width:100%;
	outline:none;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-ms-transition:0.4s;
}

.fnc--feedback--main__line{
	margin:20px auto;
}

.consult_container .text_block{
	width: 48%;
}
.consult_container .fnc--feedback{
	width: 52%;
	padding-left: 30px;
}




.consult_container .fnc--feedback__title{
	padding-top:0;
}

.consult_container{
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content: center;
	max-width: 1320px;
	margin: 0 auto;
	padding: 60px 15px;
}
.fnc--feedback__title {

	padding-top: 100px;
	padding-bottom: 50px;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
}


.fnc--feedback_cont_form textarea{
	width: 100%;
	background: #ffffff;
	font-size: 14px;
	font-family: Arial;
	resize:none;
	line-height: 24px;
	padding: 17px 28px;
	border-radius: 0;
	color: #35404f;
}


.fnc--feedback_cont_form .fnc--feedback--main__name{
	display:none;
}


.fnc--feedback_cont_form{
	width: 42.33%;
	margin-right: 0px;
	padding-right: 55px;
}


/*Отзывы в колонке*/



.fnc--column--comments {



}



.fnc--column--comments__title {



}



.fnc--center--comments--container {



}



.fnc--center--comments--listitem__main {



}



.fnc--center--comments--listitem__name {



}



.fnc--center--comments--listitem__text {



}



.fnc--center--comments--listitem__date {



}



/*Отзывы в слайдере*/



.fnc--slider--comments {

	max-width:1000px;

	width:100%;

	margin:0 auto;

	padding:50px 0;

}



.fnc--slider--comments__title {

	font-size:17px;

	text-align:center;

}



.fnc--slider--comments--container {

	display:flex;

	align-items: center;

    justify-content: center;

	padding:10px;

}



.fnc--slider--comments__main {

	padding:0 40px;

	max-width:500px;

	width:100%;

}



.fnc--slider--comments__name {

	padding:5px 0;

}



.fnc--slider--comments__text {

	padding:5px 0;

}



.fnc--slider--comments__date {

	padding:5px 0;

}



/*Отзывы страница*/



.fnc--comments--list {

	padding: 10px 10px 10px 30px;
    max-height: 380px;
    overflow-y: auto;

}

.js__list--container ::-webkit-scrollbar {
    width: 4px;
}

.js__list--container ::-webkit-scrollbar-track {
    background: #e8e8e8;
    width: 2px;
}

.js__list--container ::-webkit-scrollbar-thumb {
    background: #6ebdc3;
    width: 4px;
    height: 17px;
}



.fnc--addcomment--container {

	max-width: 300px;

	width:100%;

	margin:0 auto;

	order: 1;

}

.js__list--container {
	order: 2;
	width:100%;
}



.fnc--addcomment--title {

	text-align:left;
	border-bottom:1px solid #e8e8e8;
	margin-bottom:10px;
	padding-bottom:10px;
	font-size:17px;

}

.feed_req {
    margin: 20px 0 10px 20px;
    padding: 10px 0 10px 20px;
    border-left: solid 1px
}

.title_req {
    display: block;
    font-weight: 700
}

.myAnswer_comment {
    padding: 0 20px;
    font-style: italic
}

.fnc--comments--listitem__text .stat {
    position: absolute;
    top: -23px;
    right: 0;
    font-size: 12px
}

.fnc--comments--listitem__text .red_stat {
    color: red
}

.fnc--comments--listitem__text .green_stat {
    color: green;
    padding-left: 22px;
    background: url(/themes/img/confirmed_buy.svg) no-repeat;
    background-size: 39px;
    background-position: -10px -10px;
}


.fnc--addcomment--item {
	padding:3px;
}


.fnc--addcomment--item input,
.fnc--addcomment--item textarea {
    border: 1px solid #e1e1e1;
    font-family: Roboto;
    color: #717171;
    font-weight: 300;
    resize: none;
    font-size: 16px;
    outline: none;
    width: 100%;
    padding: 16px 10px 17px 20px;
    display: block;
    margin-bottom: 5px;
}

.fnc--addcomment--item button {
	border: 1px solid #6ebdc3;
    background-color: #6ebdc3;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 20px 15px 19px;
    flex-grow: 1;
    width: 100%;
}

.fnc--addcomment--item button:hover {
    background-color: #fff;
    color: #6ebdc3;
}


.fnc--comments--listitem {

	border-bottom:1px solid var(--12-text-color);
	margin-bottom: 20px;

}



.fnc--comments--listitem__main {

	display:flex;

	align-items: center;

	padding:3px 0;

	justify-content: space-between;

}



.fnc--comments--listitem__name {

	font-weight:bolder;

}



.fnc--comments--listitem__text {

    font-size: 14px;
    padding: 5px 0 10px;
    position: relative;

}



/*Заказать звонок*/



.fnc--order--call {



}



/*Попап*/



.js__body--popup {



}



.popup--callme--container {



}



.popup--container__main {



}



.popup--container__close {

	text-align:right;

}



.popup--container__title {

	font-size:16px;
	padding:10px 0;

}



.popup--container__line {

	padding:5px 0;

}


.fnc--login--fields__title {
	font-size: 28px;
}


.fnc--login--fields__forgot{
	margin-left:20px;
	margin-top: 20px;
}
.fnc--login--fields__buttons {
	display:flex;
	margin-top:20px;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
}

.login_header {
	text-align: center;
}

.fnc--login--fields__button button,
.fnc--forgot--main__button button{
	border: 1px solid #00817d;
    background-color: #00817d;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 19px 15px 19px;
    position: relative;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    line-height: 1;
    margin: 50px 0;
}
.fnc--login--fields__button button:hover,
.fnc--forgot--main__button button:hover {
    background-color: #fff;
    color: #00817d;
}







.fnc--login--fields__forgot {

	padding: 0;

	text-align:center;

}



.js__forgot--button {

	cursor:pointer;

	cursor:hand;

}



/*Регистрация*/



.registration--center--page {

	max-width:1620px;

	margin:0 auto;

	width:100%;

	padding:30px 10px;

}

















.js__registration--page--info {

	color:var(--14-text-color);

}



/*Аккаунт*/



.account--center--page {

	max-width:1620px;

	margin:0 auto;

	width:100%;

	padding:30px 10px;

}



.account--info--row {
    font-size: 22px;
    padding: 20px 0 50px;
    text-align: center;
}



.account--info--row__welcome {



}



.account--tabs {

    display: inline-block;
    align-items: flex-end;
    margin: 20px 10px;
    width: 200px;

}





.account--tabs__position {

	margin-right:1px;

}


.account--tabs__inner {
    width: 80%;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid var(--5-text-color);
    padding-left: 20px;
    min-height: 380px;
}


.account--tab {

    font-weight: bolder;
    padding: 10px;
    margin: 0px 10px;
    color: #717171;
    cursor: pointer;
    text-align: left;
    border-left: 3px solid #f1f1f1;

}



.account--tab:hover {

	color:#6ebdc3;
	font-weight:500;
	cursor:pointer;

}



.account--tab__active {

    font-weight: 500;
    padding: 10px;
    margin: 0px 10px;
    color: #6ebdc3;
    cursor: pointer;
    border-left: 3px solid #6ebdc3;
}



.account--tabs__columns {

	display:flex;

	justify-content: space-between;

}



.account--tabs---column__left {

	flex-basis:48%;

}



.account--tabs---column__right {

	flex-basis:48%;

}





.account--tabs--column__title {

	font-size:18px;

	padding:3px;

}



.account--main__line {

	padding:3px;

}



.account--main__name {

	padding:3px;

}



.account--main__param {

	padding:3px;
	    text-align: center;

}



.account--main__button {

	padding:3px;

}



.js__user--data--info, .js__user--main--info {

	color:var(--14-text-color);

	padding:3px;

	font-size:12px;

}



.js__user--avatar--container img{

    max-width: 350px;
    max-height: 350px;

}



.fnc--account--order {

	margin-bottom:15px;

	border-bottom:1px solid var(--12-text-color);

	padding: 10px;

}

.fnc--account--order:nth-child(2n+1) {
	background: #f0f0f0;
}



.fnc--account--order__wrap {



}



.fnc--account--order__titlerow {

	display:flex;

	justify-content:space-between;

	align-items:center;

}



.fnc--account--order__number {



}



.fnc--account--order__parent {



}



.fnc--account--order__inforow {

	padding:5px 0;

}







.fnc--account--order__more {

	text-decoration:underline;

	cursor:pointer;

	cursor:hand;

	font-weight: bold;
}



/*Блок над списком товаров*/



.close_cat{
	display:none;
}


.fnc--itemshow--container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    background-color: #f1f1f1;
    padding: 15px 20px;
}






/*Блок сортировки*/



.fnc--sorting {

	display: flex;

	align-items:center;



}



.fnc--sorting__title {

	padding:5px 15px 5px 0;

}



.fnc--sorting__wrap {

	display: flex;

	align-items:center;

}



.fnc--sorting__cell {

	padding:5px;

}



.fnc--sorting--cell__inner {

	display: flex;

	align-items:center;

}


.fnc--sorting--cell--inner__arrow {
	padding-left:5px;
}


.js__sort--button {
	border: 1px solid #ebebeb;
	outline: none;
	cursor: pointer;
	color: #666;
	font-size: 14px;
	padding: 11px 5px 13px 11px;
}





/*Блок кол-во товаров на странице*/



.fnc--perpage--items {



}

.fnc--perpage--items--container {
	display: flex;
	align-items: center;
}


.fnc--perpage--items--container select {
	border: 1px solid #ebebeb;
	outline: none;
	cursor: pointer;
	color: #666;
	font-size: 14px;
	padding: 11px 5px 13px 11px;
}

.js__perpage--change {
	display: none;
}



/*Блок типа отображения товаров*/


.view_block{
	max-height: 180px;
	overflow-x: hidden;
	overflow-y: auto;
	width:100%;
}
.fnc--viewblock--items {
	display:none;
}




/*Список товаров таблица*/



.fnc--products--listVer {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    justify-content: center;
}



.fnc--products--listitem {
	width:100%;
	max-width:30%;
	margin: 0 15px 30px 15px;
	position:relative;
	background: #fff;
	min-height: 450px;
	height: 100%;

	border: 1px solid #e8e8e8;
    text-align: center;
    padding: 10px 10px 10px;
}

.fnc--products--listitem:hover {
	border: 1px solid var(--15-prof-text-color);
	z-index: 2;
}

.fnc--products--listitem:hover .fnc--products--listitem__buy {
	display: flex;
    position: absolute;
    top: 100%;
    z-index: 2;
    left: -1px;
    width: calc(100% + 2px);
    background-color: #ffffff;
    padding: 0 20px 20px;
    border-bottom: 1px solid var(--15-prof-text-color);
    border-left: 1px solid var(--15-prof-text-color);
    border-right: 1px solid var(--15-prof-text-color);
}

.fnc--products--listitem .js_quick_view{
	display: none;
}

.fnc--products--listitem:hover .js_quick_view {
    text-transform: uppercase;
    font-size: 12px;
    color: #202020;
    width: 90%;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    font-weight: 500;
    padding: 21px 5px;
    position: absolute;
    top: calc(40% - 30px);
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.fnc--products--listitem:hover .js_quick_view:hover {
    color: #ffffff;
    border-color: #6ebdc3;
    background-color: #6ebdc3;
    cursor: pointer;
}





.fnc--products--listitem__icon {
    position: absolute;
    left: 2px;
    top: -8px;
    z-index: 1;
}


.itempage--item--image__icons .icon,
.fnc--products--listitem__icon .icon,
.fnc--items--slider__icon .icon {
	z-index: 2;
	display: block;
	text-align: center;
	background: #f4a703;
	padding: 10px 0px;
	font-weight: 600;
	font-size: 12px;
	line-height: 9px;
	width: 50px;
	height: 30px;
	color: #fff;
	text-transform: uppercase;
	transform: rotate(
			-90deg
	);
	margin: 23px 0px 0px -5px;
}
	.fnc--articles--list .product_slick-next,
	.sliders .product_slick-next{
		right:-80px
	}
  .fnc--articles--list .product_slick-prev,
	.sliders .product_slick-prev{
		left:-80px;
	}
  .newIcon{
	  background-color: #6ebdc3!important;
  }
  .actIcon {
  	background-color: red!important;
  }


.fnc--products--listitem__main {

	display:flex;

	flex-direction:column-reverse;

	width:100%;

}



.fnc--products--listitem__name {

    padding: 0 15px;
    max-height: 90px;
    margin-bottom: 10px;
    overflow: hidden;

}



.fnc--products--listitem__name a{
	text-decoration: none;
	text-align: center;
	min-height:50px;
	display:flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 40px;
	margin-top: 20px;
	color: #202020;
    font-size: 16px;
    line-height: 1.5;
}



.fnc--products--listitem__image {

	display: flex;

   	height: 300px;

    padding: 0 0 0 0;

    overflow: hidden;

    justify-content: center;

	align-items:center;

}

.fnc--products--listitem__image img {
	display: block;
	margin: 0 auto;
	height: auto;
	max-height: 220px;
	max-width: 100%;
}




.fnc--products--listitem__votes {

	display: flex;

    align-items: center;

	padding:5px 0;

	justify-content:center;

}



.fnc--products--listitem__vote {

	padding:0 5px;

}



.fnc--products--listitem__info {



}



.fnc--products--listitem__buttons {

	display:flex;

	align-items:center;

	justify-content:space-evenly;

	padding:5px 0;

}



.fnc--products--listitem__shopinfo {

	display:flex;

	flex-direction:column;

	padding:0px 0;

	width:100%;

}

.fnc--products--slider__shopinfo .text-center,
.fnc--products--listitem__shopinfo .text-center{
	margin: 10px 20px 10px;
    color: #6ebdc3;
    font-weight: 700;
    margin-top: 10px;
}

.for_profs {
    margin: 10px 20px 10px 0px;
    color: var(--15-prof-text-color);
    font-weight: 700;
}

.for_profs_text_cart {

}

.item_summary .autorization {
    border: 1px solid #6ebdc3;
    background-color: #6ebdc3;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.item_summary .autorization:hover {
	background-color: #fff;
    color: #6ebdc3;
}


.fnc--products--listitem__price {
	font-weight: 500;
    font-size: 20px;
    padding-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #6ebdc3;

}
.fnc--products--listitem__price div{
	margin:0 auto;
}


.fnc--products--listitem__oldprice {
	color:var(--5-text-color);
	font-size:14px;
	text-decoration:line-through;
	}



.fnc--products--listitem__actprice {

	font-weight:bolder;

}



.fnc--products--listitem__buy {
	display:none;



}









/*Список товаров список*/



.fnc--products--listHor {

	display:flex;

	flex-direction:column;

	padding:10px 0;

}



.fnc--products--listhoritem {

	display:flex;

	flex-direction:column;

	margin:2px 0;

	border:1px solid #eee;

	position:relative;

}



.fnc--products--listhoritem:hover {

	box-shadow: 0 0 2px 1px var(--13-text-color);

}



.fnc--products--listhoritem__icon {

	position:absolute;

	top:0px;

	left:0px;

}



.fnc--products--listhoritem__inner {

	display:flex;

	flex-direction:row;

}



.fnc--products--listhoritem__main {

	padding-left:15px;

}



.fnc--products--listhoritem__name {

	padding:5px 0;

}



.fnc--products--listhoritem__image {

	display:flex;

	flex-basis:200px;

	height:220px;

	padding:10px 0;

	align-items:center;

	justify-content:center;

}



.fnc--products--listhoritem__image img {

	max-width:100%;

	max-height:200px;

	display: block;

}



.fnc--products--listhoritem__votes {

	display: flex;

    align-items: center;

	padding:5px 0;

	justify-content:center;

}



.fnc--products--listhoritem__vote {

	padding:0 5px;

}



.fnc--products--listhoritem__info {

	padding:5px;

}



.fnc--products--listhoritem__buttons {

	display: flex;

}



.fnc--products--listhoritem__buttons div {

	padding-right:10px;

}



.fnc--products--listhoritem__price {

	padding:5px;

	color:var(--14-text-color);

}



/*Страница товара*/



.content--item--page {



}



.itempage--nextitems {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}



.itempage--nextitems__prev {

	display: flex;

}



.itempage--nextitems__next {

	display: flex;

}



.itempage--overblock {



}



.itempage--overblock__name {



}



.itempage--overblock__code {



}



.itempage--columns {

	display:flex;
	margin-top: 50px;
	padding: 0 15px;


}





.itempage--left--column {
	display: block;
	width: 43.5%;
	margin-right: 40px;
}



.itempage--center--column {
	width: 52.7%;
	padding: 0px 30px 0;
}



.itempage--right--column {
	display:none;

}








.itempage--item--image {

	height:450px;

	display:flex;

	justify-content:center;

	align-items:center;

	cursor:pointer;

	cursor:hand;
	position: relative;
	border: 1px solid #f1f1f1;
	margin-bottom: 10px;
}


.itempage--item--image img{

	max-width:100%;

	max-height:435px;

}



.itempage--item--image__icons {

	position: absolute;
    left: 2px;
    top: -8px;
    z-index: 1;

}

.content--item--page .itempage--item--image__icons {
	top: 2px;
}



.js__quick_view--popup .itempage--center--name {
    max-width: 95%;
}



.itempage--center--name h1{

    margin: 0;
    padding: 0;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #202020;
    font-size: 24px;

}


.js__add--tocart i{
	display: inline-block;
	margin-right: 8px;
}



.article_first_block h1{
	padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 2;
    padding-bottom: 85px;
    color: #ffffff;
    font-weight: 300;
    font-size: 60px;
    line-height: 1.33;
    max-width: 980px;

}

.article_first_block:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
}


.article_first_block{
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    background-size: cover;
}

.kalendar_bl .article_first_block {
	flex-wrap: wrap;
}

.fnc--products--listitem__buy button.js__add--tocart,
.fnc--products--listitem__buy button.autorization,
.fnc--products--listitem__buy button.js__quest--button_tovar,
.itempage--center--quest button.js__quest--button,
.fnc--products--listitem__buy button.js__quest--button,
.js__popup--quest--button{

    width: 100%;
    border: 1px solid #6ebdc3;
    background-color: #6ebdc3;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 10px 15px;
    flex-grow: 1;
    min-height: 55px;
    line-height: 15px;
}
/*.js__add--tocart{
	width: 100%;
	color: #fff;
	background: #0a1a2f;
	padding: 22px 15px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	border-radius: 0;
	border-color: #0a1a2f;
	cursor: pointer;
}*/

.fnc--products--listitem__buy button.js__add--tocart:hover,
.fnc--products--listitem__buy button.autorization:hover,
.fnc--products--listitem__buy button.js__quest--button_tovar:hover,
.fnc--products--listitem__buy button.js__quest--button:hover,
.js__popup--quest--button:hover {
    background-color: #fff;
    color: #6ebdc3;
}



.fnc--products--listitem__additional {
    margin-left: 5px;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 10px 15px;
    width: 55px;
    height: 55px;
    align-items: center;
    display: flex;
}

.js__quick_view--popup .itempage--center--quest {
	display: none;
}

.red_stat,
.expected .ora_stat {
    font-weight: 600;
    color: #a5a5a5!important;
}
.not_available .red_stat,
.expected .ora_stat {
    padding-bottom: 41px;
    margin: 0 auto;
}

.not_available .ora_stat {
	display: none;
}

.expected .red_stat {
	display: none;
}


.not_available .itempage--center--quest {
	width: 100%;
}

.expected .js__add--tocart,
.not_available .js__add--tocart {
	display: none;
}

.in_order .red_stat,
.in_order .ora_stat {
	display: none;
}

.in_order .js__add--tocart {
	display: block;
}
.in_order .js__quest--button{
	display: none;
}



.itempage--center--status {

	padding:5px 0;

	font-size:16px;

}



.itempage--center--pricefor {


}



.itempage--center--price {

	padding:3px 0;

	color:var(--14-text-color);

	font-size:18px;

}



.itempage--center--valutes {

	padding:3px 0;

}



.itempage--center--valutes__inner {



}



.itempage--center--brand {

	padding:3px 0;

}



.itempage--center--text {

	padding: 10px 5px 0;

}



.itempage--center--buttons {


}



.itempage--columns .itempage--center--quest {
	width: 80%;
}



.itempage--center--quest button{

	color:var(--1-text-color);

	background:transparent;

	font-weight:Bolder;

}



.itempage--center--quest button:hover{

	color:#6ebdc3;

	background:transparent;

}


.center_fake_fav,
.itempage--center--favor {

    margin-left: 20px;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 14px 17px;
    width: 55px;
    height: 55px;
}

.itempage--center--oneclick {
	padding-top: 25px;
}

.itempage--center--oneclick button {
	background: none;
    border: none;
    padding: 0;
    color: #6ebdc3;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
}


.itempage--center--favor button{

	padding:0;

}






.fake--fav--item,
.favor--item {

	background-image:url('/themes/main/heart.svg');

	background-repeat:no-repeat;

	background-size:contain;

	background-color:transparent;

	width:20px;

	height:20px;

	font-size:0;

	border: none;

}


.fake--fav--item:hover,
.favor--item__active, .favor--item__active:hover, .favor--item:hover {

	background-image:url('/themes/main/favorite_red.svg');

	background-repeat:no-repeat;

	background-size:contain;

	background-color:transparent;

	width:20px;

	height:20px;

	font-size:0;

	border: none;

}



.compare--item {

	background-image:url('/themes/main/comparison.svg');

	background-repeat:no-repeat;

	background-size:contain;

	background-color:transparent;

	width:20px;

	height:20px;

	font-size:0;

}



.compare--item__active, .compare--item__active:hover, .compare--item:hover {

	background-image:url('/themes/main/comparison_red.svg');

	background-repeat:no-repeat;

	background-size:contain;

	background-color:transparent;

	width:20px;

	height:20px;

	font-size:0;

}



/*Табы товара*/



.itempage--tabs {
	margin: 85px auto 25px auto;
/*	max-width: 780px;
*/
}

.uSocial_block {
	padding-top: 45px;
}

.uSocial-Share span{
	background: none!important;
    border: solid 1px #6ebdc3;
}
.uscl-item span:before {
    color: #6bb9bf!important;
}
#uSocial .uscl-bar.uscl-size48 .ico_uscl, .uSocial-Share .uscl-bar.uscl-size48 .ico_uscl {
    width: 40px!important;
    height: 40px!important;
    line-height: 40px!important;
}

#uSocial .uscl-bar.uscl-size48.uscl-round .ico_uscl, .uSocial-Share .uscl-bar.uscl-size48.uscl-round .ico_uscl {
    font-size: 18px!important;
}
#uSocial .uscl-bar.uscl-size48 .uscl-item, .uSocial-Share .uscl-bar.uscl-size48 .uscl-item {
    padding: 0!important;
}
.soc_item .uscl-item{
	margin-right: 10px;

}
.soc_item span{
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	color: #0a1a2f;
	margin-right: 15px;
	font-size: 12px;
	text-transform: uppercase;
}

.uscl-item span:hover {
	background: #6ebdc3!important;
}
.uscl-item span:hover:before {
    color: #ffffff!important;
}



.soc_item{
	display:flex;
	flex-direction: row;
	align-items:Center;
	justify-content: flex-start;
}


.itempage--tabs--buttons {
    display: flex;
    max-width: 780px;
    margin: 0 auto;
}

.itempage--tabs--button{
    flex-grow: 1;
    background-color: transparent;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #717171;
    font-weight: 300;
    cursor: pointer;
    display: grid;

}



.itempage--tabs--button__inner--active,
.itempage--tabs--button__inner {
	display: inline-block;
	margin-bottom: -1px;
	padding: 17px 6px 16px;
	border-bottom: 1px solid #e8e8e8;
}

.itempage--tabs--button__inner--active {
    /*background: #e8e8e8;*/
    color: #000000;
    font-weight: 500;
    border-bottom: 1px solid #0a1a2f;
}

.js__itempage--info--tab {
	padding: 45px 0;
	width: 100%;
}

.itempage--info--tab--info {
	display: flex;
}


.itempage--files--listitem {

	display:flex;

	align-items:center;

}



.itempage--files--listitem__icon {
	width:50px;
}



.itempage--files--listitem__icon img{
	max-width:100%;
}



.itempage--files--listitem__name {

	padding-left:15px;

}

.actual_price_text {
    font-size: 14px;
    margin-top: 20px;
    color: #6ebdc3;
}

.itempage--center--prices {
	font-size: 27px;
	line-height: 20px;
	font-weight: bold;
	color: #0a1a2f;
	margin-bottom: 40px;
}

.itempage--center--prices .client-earnings {
	font-size: 18px;
	font-weight: 500;
}


.itempage--center--valutes {

	padding:5px 0;

	display:flex;

	align-items:flex-end;

}



.itempage--product__oldprice {

	color:var(--3-text-color);

	text-decoration:line-through;

	padding-right:10px;

	font-size:14px;

}



.itempage--product__actprice {



}



.itempage--valute__oldprice {

	color:var(--1-text-color);

	text-decoration:line-through;

	padding-right:10px;

	font-size:12px;

}



.itempage--valute__actprice {



}



.itempage--center--buyinfo {
	margin-top:35px;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.brand_cart  a{
	transition-duration: 0.3s;
    color: #6ebdc3;
    font-weight: 700;
    border-bottom: 1px solid transparent;
}

.brand_cart  a:hover {
    opacity: 0.8;
    border-bottom: 1px solid #6ebdc3;
}


.lebutton{
	width: 30px;
	cursor: pointer;
	display:flex;
	align-items: center;
	justify-content: center;

	font-size: 12px;
	font-size: .75rem;

}


.itempage--center--quantity {
	font-size: 18px;
	line-height: 20px;
	width: 140px;
	border: 1px solid #f1f1f1;
	color: #0a1a2f;
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	height: 55px;
}

.itempage--center--buybutton{
	width: auto;
    display: flex;
}



.js__item--id .js__add--tocart {
    margin-left: 20px;
    border: 1px solid #6ebdc3;
    background-color: #6ebdc3;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    flex-grow: 1;
	width: 250px;
    height: 55px;
}
.js__item--id .js__add--tocart:hover {
    background-color: #fff;
    color: #6ebdc3;
}


.itempage--center--quantity input{
	width: 58px;
	background: 0 0;
	border: none;
	padding: 0;
	margin: 0;
	text-align: center!important;
}



/*-- Блок для дополнительных параметров товара--*/



.itempage--center--option__dropdown-line:hover {

	background:var(--12-text-color);

}



.itempage--center--checks {

	display:flex;

	flex-wrap:wrap;

	align-items:center;

}



.itempage--center--check {

	display:flex;

	align-items:center;

	margin:2px;



	margin-left:0;

	padding:5px;

	cursor:pointer;

	cursor:hand;

}



.itempage--center--check div {

	padding:2px;

	font-weight:Bolder;

}



/*Акционные наборы*/



.itempage--actpocket--container {

    margin: 0 auto;

    margin-top: 20px;

    margin-bottom: 20px;

    background: var(--12-text-color);

    padding: 10px;

	border-radius:10px;

}



.itempage--actpocket--wrap {

    display:flex;

	align-items:center;

	justify-content: space-between;

}



.itempage--actpocket--title {

    font-size: 18px;

	font-weight:Bolder;

    padding: 5px;

    margin-bottom: 10px;

}



.itempage--actpocket--center {

	display:flex;

	align-items:center;

}






.itempage--actpocket--plus {

	padding:0 20px;

	font-size:18px;

	font-weight:bolder;

}



.itempage--actpocket--item {

	padding:20px 20px;

}



.itempage--actpocket--img {

	height:210px;

	padding:5px 0;

	display:flex;

	align-items:center;

	justify-content:center;

}



.itempage--actpocket--img img{

	max-width:100%;

	max-height:200px;

}



.itempage--actpocket--name {

	padding:10px 0;

	font-weight:bolder;

}



.itempage--actpocket--oldprice {

	color:var(--3-text-color);

	text-decoration:line-through;

	padding-right:10px;

	font-size:14px;

	padding:2px 0;

}



.itempage--actpocket--newprice {

	font-size:18px;

	font-weight:bolder;

	padding:2px 0;

}



.itempage--actpocket--summ {

	padding:0 20px;



	font-size:16px;

	font-weight:bolder;

}



.itempage--actpocket--allprice {

	font-weight:bolder;

	font-size:22px;

}



.itempage--actpocket--buybutton {

	padding:10px 0;

}


[data-page='account'] .js__logout--button{
	background-image:url('../themes/img/exit.png');
	background-repeat: no-repeat;
	background-position:50px center;
}
.js__logout--button:hover {
    background-color: #fff;
    color: #6ebdc3;
    border: 1px solid #6ebdc3;
}

[data-page='account'] .attach_img_button{
	margin:30px auto;
}
input[type="file"]{
	display:none;
}


.js__user--main--button,
.js__user--data--getmoney,
.js__user--data--button,
.js__logout--button,
.save-documents-button{
	position: relative;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	display: block;
	width: 100%;
	cursor: pointer;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	max-width: 300px;
	background-color: #6ebdc3;
	padding: 22px 15px;
	text-align: center;
	color: #fff;
	border: none;
	border-radius: 0;
	border: 1px solid #6ebdc3;
}
[data-page='account'] .attach_img_button {
    position: relative;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    display: block;
    width: 100%;
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    max-width: 291px;
    background-color: #6ebdc3;
    padding: 22px 15px;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 0;
    margin: 0 auto;
    border: 1px solid #6ebdc3;
}

.js__user--data--getmoney:disabled{
    background: #f0f0f0;
    color: #0a1a2f !important;
}

.js__user--main--button:hover,
.js__user--data--button:hover,
.attach_img_button:hover,
.js__user--data--getmoney:hover,
.js_generate:hover,
.save-documents-button:hover {
    background-color: #fff;
    color: #6ebdc3;
    border: 1px solid #6ebdc3;
}

/*Счетчик*/



.itempage--center--timer {

    background: var(--12-text-color);

    padding: 10px;

	font-size:110%;

    color:var(--14-text-color);

	display:flex;

	flex-direction:row;

	align-items:center;

	margin:4px 0;

}



.itempage--center--timer__title {

   color:var(--14-text-color);

}



.itempage--center--clock {

	display:flex;

	flex-direction:row;

	padding-left:10px;

	font-size:150%;

}

.itempage--center--clock .itempage--center--deliver:nth-child(2) {
	padding: 0 5px;
}




/*Рейтинг*/


/*Рейтинг*/

.itempage--center--rate {
	display:flex;
	flex-direction:row;
	align-items:center;
	padding:5px 0;
}

.fnc--addcomment--vote {
	display:flex;
	flex-direction:row;
	align-items:center;
	padding: 5px 3px 10px;
}

.fnc--addcomment--vote__name {
	padding-right:10px;
}

.itempage--vote--rate {
	margin-right:5px;
}

.fnc--addcomment--vote__rate {
	margin-right:3px;
	cursor:pointer;
	cursor:hand;
}

.item--vote {
	background-image:url('/themes/main/star.svg');
	width: 12px;
    height: 12px;
}

.item--vote--act {
	background-image:url('/themes/main/star_act.svg');
	width: 12px;
    height: 12px;
}

.itempage--center--rate .item--vote {
	background-image:url('/themes/main/star.svg');
	width: 18px;
    height: 18px;
}

.itempage--center--rate .item--vote--act {
	background-image:url('/themes/main/star_act.svg');
	width: 18px;
    height: 18px;
}

.fnc--comments--list__votes {
	display:flex;
	flex-direction:row;
	align-items:center;
	padding:5px 0;
}

.fnc--comments--list__vote {
	margin-right:3px;
}







.content--item--page{
	max-width: 1080px;
	margin:0 auto;
}


/*Характеристики товара*/



.item--page--chars--container {

}

.item--page--chars__row {
    justify-content: center;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
    align-items: center;
    position: relative;
}

.item--page--chars__row:after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	bottom: -1px;
	background-color: var(--15-prof-text-color);
	transition-duration: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}

.item--page--chars__row:hover:after {
	width: 100%;
	transition-duration: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}

.item--page--chars__row--name {
    width: 35%;
    justify-content: left;
    display: flex;
    font-weight: 600;
}

.item--page--chars__row--text {
    display: flex;
    justify-content: left;
    width: 50%;
}







.fnc--product--icon__action {

	/*background-image: url(/themes/main/medal.svg);

    background-repeat: no-repeat;

	background-size: 30px;

    width:30px;

	height:30px;*/
    width: 50px;
    height: 30px;
    display: flex;
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    transform: rotate(-90deg);
    background-color: red;
}


.contacts{
	position:relative;
}
.contacts .js__fnc--slider--inner__relative:after{
	background-color:rgba(0,0,0,0.4);
	width:100%;
	height:100%;
	content:"";
	position:absolute;
	z-index:1;
	left:0;
	top:0;
}
.contacts .fnc--slider--inner__text h1{
	color:#fff;
	position: relative;z-index: 2;
}

.fnc--slider--inner__text h1 strong {
	font-weight: 400;
	display: contents;
}


 .cont-page {
	 display: flex;
	 flex-wrap: wrap;
	 width: 100%;
	 padding:140px 15px 90px 15px;
	 max-width: 1050px;
	 margin: 0 auto;
 }

.cont-page .item {
	width: 45%;
	color: #0a1a2f;
	margin-right: 30px;
	margin-bottom: 70px;
}
.cont-page .item .city {
	position: relative;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(0,0,0,.2);
	margin-bottom: 45px;
}
.cont-page .item .city:before {
	content: '';
	position: absolute;
	width: 31.37%;
	height: 1px;
	left: 0;
	bottom: -1px;
	background: #dfb1bf;
}

.cont-page .item .adr {
	cursor: pointer;
}
.cont-page .item i {
	color: #dfb1bf;
	margin-right: 10px;
	font-size: 16px;
	width: 16px;
}


.cont-page .item .adr, .cont-page .item .phones, .cont-page .item .email {
	font-size: 14px;
}
.cont-page .item a, .cont-page .item span, .cont-page .item i {
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
}

.cont-page .item .sep {
	margin: 0 5px;
}
.cont-page .item .email {
	font-size: 14px;
}

.cont-page .item .adr, .cont-page .item .phones {
	margin-bottom: 25px;    font-size: 14px;
}
.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.icon-phone-call:before {
	content: "\e907";
	font-family: "ico";
	display: inline-block;
	font-size: 13px;
	vertical-align: middle;
	margin-right: 18px;
}
.icon-envelope:before {
	content: "\e909";
	font-family: "ico";
	font-size: 13px;
	font-style: normal;}


.content--center--main  {
	/*padding: 0 15px;*/
	/*padding-top: 90px;*/
	/*padding-bottom: 100px;*/

}



.productin_topitem,
.fnc--product--icon__top,
.productin_topitem_new,
.productin_topitem_act {
	position:absolute;
	z-index: 2;
	display: block;
	text-align: center;
	background: #f4a703;
	padding: 10px 0px;
	font-weight: 600;
	font-size: 12px;
	line-height: 9px;
	width: 50px;
    height: 30px;
	color: #fff;
	text-transform: uppercase;
	transform: rotate(-90deg);
    margin: 23px 0px 0px -5px;
}

.productin_topitem_act {
	background-color: red;
	left: 0px;
    top: -8px;
}

.productin_topitem_new {
	background-color: #6ebdc3;
    left: 0px;
    top: 48px;
}

.productin_topitem {
	background-color: #ff9e35;
    left: 0px;
    top: 105px;
}


.fnc--slider--sameitems  {
	position: relative;
	padding:15px 5px;
	margin:0 auto 50px auto;
	width:100%;
	max-width:1450px;
}


.fnc--slider--sameitems__title span{
font-weight: 500;
	color:#00817d;
}

.fnc--slider--sameitems__title{
	text-align: center;
	text-transform: uppercase;
	color: #202020;
	font-weight: 300;
	font-size: 24px;
	padding-bottom: 35px;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

.item_block .left {
	font-weight: 500;
	width: 25%;
	margin-right: 30px;
}

.item_block .right{
	width: 65%;
	color: #5d6672;
	text-align: right;
}

.itempage--center--status .right{
	color: #6ebdc3;
    font-weight: 700;
}

.item_block:first-child {
	border-top: 1px solid #f1f1f1;
}
.item_block{
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #0a1a2f;
	border-bottom: 1px solid #f1f1f1;
}
.itempage--tab--info__text{
	margin-bottom: 65px;
}

.none_test_enimals {
	justify-content: center;
	font-weight: 500;
}


.video_in_tov {
	float: left;
	margin-right: 50px;
	position: relative;
}
.video_in_tov a {
	display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.video_in_tov a:before {
	content: "";
	position: absolute;
	background-image: url(/themes/img/click_b.png);
	background-size: 100%;
    width: 75px;
    height: 75px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;

}

.video_in_tov a:hover:before {
	background-image: url(/themes/img/click_bl.png);
	-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

@media (max-width: 600px) {
.video_in_tov {
    float: none;
    margin: 0 auto 20px;
    display: block;
    text-align: center;
}
.video_in_tov a:before {
	background-image: url(/themes/img/click_bl.png);
}

}


/* table tovar */

.content--item--page .itempage--tab--info__text table,
.js__quick_view--popup .itempage--tab--info__text table {
    border-collapse: collapse;
    margin: 10px 0;
    border-style: solid;
    border-color: #6ebdc3;
    width: 100%;
}
.content--item--page .itempage--tab--info__text table tr,
.js__quick_view--popup .itempage--tab--info__text table tr {
	background-color: #ffffff;
	transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transtition: 0.4s;
}
.content--item--page .itempage--tab--info__text table tr:hover,
.js__quick_view--popup .itempage--tab--info__text table tr:hover {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transtition: 0.4s;
    background-color: #e7e7e7;
}
.content--item--page .itempage--tab--info__text table tr td,
.js__quick_view--popup .itempage--tab--info__text table tr td {
	padding: 5px;
    display: table-cell;
    border: solid 1px;
}
.content--item--page .itempage--tab--info__text table p,
.js__quick_view--popup .itempage--tab--info__text table p {
	margin: 0!important;
	padding: 0!important;
}

.itempage--tab--info__text img {
	width: 100%;
    margin: 20px auto;
    display: block;
}




/* ENDtable tovar */


.item_block .itempage--center--rate {
	justify-content: flex-end;
}


.fnc--slider--sameitems__wrap {

    display: flex;

    flex-direction: row;

    align-items: center;

	justify-content:center;

}



.slider--sameitems--inner {



}



.slider--sameitems__container {

	display: block;

    overflow: hidden;

    margin: 0px auto;

}



.js__slider--sameitems__container {

	display: flex;

    flex-direction: row;

}



.fnc--slider--sameitem__main {

	display: flex;

}





.fnc--slider--topitems {

	position: relative;

	padding:15px 5px;

	max-width:1620px;

	margin:0 auto;

}



.fnc--slider--topitems__title {

	font-size:26px;

    padding: 30px 0;

	color: var(--1-text-color);

    text-align:center;

	font-weight:bolder;

}



.fnc--slider--topitems__wrap {

    display: flex;

    flex-direction: row;

    align-items: center;

	justify-content:center;

}



.slider--topitems--inner {



}



.slider--topitems__container {

	display: block;

    overflow: hidden;

    margin: 0px auto;

}



.js__slider--topitems__container {

	display: flex;

    flex-direction: row;

}



.fnc--slider--topitem__main {

	display: flex;

	align-items: flex-start;

}





/*Товары в слайдере*/



.fnc--slider--item__left,
.fnc--slider--item__right {


    box-sizing: border-box;

}
  .fnc--slider--item__left button svg,
  .fnc--slider--item__right button svg{
	  width:16px;
	  height:16px;
  }
  .fnc--slider--item__left button,
.fnc--slider--item__right button {
	width: 60px;
	height: 60px;
	background-color:#fff;
	border-radius: 360px;
	  outline: none;
	border:1px solid #e8e8e8;
	display:flex;
	align-items: center;
	justify-content: center;
}


/* 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);
	min-width: 330px;
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.actitemsBlock .slick-track {
	display: flex;
	width: 100%!important;
}

.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:flex;
	align-items: center;
	justify-content: center;
	outline: none;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;

	height: auto;

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


.total_block{
	display:none;
}
.fnc--slider--listitem {
	max-width:455px;
	width:100%;
    margin: 0 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	border:1px solid #e8e8e8;
	position:relative;
}





.fnc--slider--listitem:hover {

	 box-shadow: 0 0 20px -10px var(--13-text-color);

}



.fnc--items--slider__main {

	display:flex;

	flex-direction:column-reverse;

	width:100%;

}



.fnc--items--slider__icon {

	position:absolute;

	left: -5px;

    top: -5px;

}



.fnc--items--slider__name {
text-align: center;
	padding:0 15px;
}



.fnc--items--slider__name a{
	display: block;
	margin-top: 25px;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	color: #0a1a2f;
	min-height:100px;
	padding-bottom: 40px;

}



.fnc--items--slider__image  {
	height:300px;
	display:flex;
	justify-content: center;
    align-items: center;
}

[data-page='item'] .site-content{
	margin-bottom:40px;
}

.fnc--items--slider__image img {
	max-width:100%;
	max-height:300px;
	display:block;
}



.fnc--products--slider__additional {
	display: none;
}



.fnc--products--slider__buttons {

	display: flex;

    align-items: center;

    justify-content: space-evenly;

    flex-basis:50%;

    padding: 5px 0;

}



.fnc--products--slider__votes {
	display:none;
}




.fnc--products--slider__shopinfo {

	display:flex;

	flex-direction:column;

	padding:0px 0;

	width:100%;

}



.fnc--products--slider__price {
	font-weight: 500;
	font-size: 20px;
	padding-bottom: 45px;
	color: #0a1a2f;
	text-align: center;
}



.fnc--products--slider__oldprice {



}



.fnc--products--slider__actprice {



}


.fnc--products--slider__buy {
	display:none;
}



.fnc--products--slider__buy button {

	width:100%;

	padding: 15px 20px;

	border-radius:0 0 10px 10px;

	text-transform:uppercase;

	font-weight:bolder;

}





.fnc--slider--item__button {

	text-align: center;

}



.fnc--slider--item__button a{

	padding:10px 15px;

	border:1px solid transparent;

	border-bottom:1px solid var(--5-text-color);

	display:inline-block;

	margin:0 auto;

	 border-radius: 10px;

}



.fnc--slider--item__button a:hover{

	border:1px solid var(--5-text-color);

	background:var(--5-text-color);

	color:var(--2-text-color);

	text-decoration:none;

	 border-radius: 10px;

}



/*Топ товары в центре*/



.fnc--center-topitems {

	max-width:1620px;

	width:100%;

	padding:10px;

	margin:0 auto;

}



.fnc--center-topitems__title {

	font-size: 18px;

    padding: 20px 0;

}



.fnc--center-topitems__ver--container {

	display:flex;

	flex-wrap:wrap;

}



.fnc--center-topitems__hor--container {



}



/*Товары в столбике*/





.fnc--items--column {
	display:none;
}



.fnc--items--column__title {

	font-size:16px;

    padding: 10px 0;

	color: var(--1-text-color);

    text-align:center;

	font-weight:bolder;

}



.fnc--items--column__container {



}



.fnc--items--column__listitem {

	border:1px solid var(--12-text-color);

	border-radius:6px;

	margin-bottom:10px;

}



.fnc--items--column__main {

	display:flex;

	flex-direction:column-reverse;

	width:100%;

}



.fnc--items--column__name{

	text-align:center;

	padding:5px 0;

	font-weight:bolder;

}



.fnc--items--column__price {



	text-align:center;

	padding:5px;

}



.fnc--items--column__image--left, .fnc--items--column__image--right  {

	text-align:center;

}



.fnc--items--column__image--left img {

	max-width:100%;

	max-height:100%;

}



.fnc--items--column__image--right img {

	max-width:100%;

	max-height:100%;

}



.fnc--products--column__buy {

	padding:10px 0;

	text-align:center;

}



.fnc--items--column__button {

	padding:8px 0;

	text-align:center;

}
.text-with-image .text-with-image-inn .text {
	margin-right: 30px;
}
.text-with-image .block-title .title {
	line-height: 36px;
	text-align: left;
}
.text-with-image .block-title {
	padding-bottom: 55px;
}
.text-with-image .text-with-image-inn>* {
	width: 48.86%;
	max-width: 100%;
}
.text-with-image .inner {
	max-width: 1320px;
}
.text-with-image .text-with-image-inn {
	display: flex;
	padding-top: 140px;
}
.text-with-image .text-with-image-inn .image {
	position: relative;
}

.text-with-image .text-with-image-inn .image img {
	display: block;
}
.theme-button:hover{
	color: #eee;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	background: #dfb1bf;
}

.theme-button{
	position: relative;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	display: block;
	width: 100%;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	max-width: 300px;
	background: #0a1a2f;
	padding: 22px 15px;
	text-align: center;
	color: #fff;

	border: none;
	border-radius: 0;
}

.text-with-image .theme-button {
	margin-left: 0;
	margin-top: 60px;
}

.text-with-image .text-with-image-inn .image .second {
	position: relative;
}

.text-with-image .text-with-image-inn .image .first {
	position: absolute;
	z-index: 0;
	right: 0;
	top: -140px;
}

.text-with-image .text-with-image-inn>* {
	width: 48.86%;
	max-width: 100%;
}
p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

.home .text-with-image {
	margin-top: 0;
	background-image: url(../img/source/colibri.png),url(../img/source/v-pira.png);
	background-repeat: no-repeat,no-repeat;
	background-size: 265px 305px,185px 230px;
	background-position: 5% 0,94% 100%;
	padding-top: 62px;
	padding-bottom: 160px;
}
/*Окно задать вопрос*/


.p_tit {
	color: #202020;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.popup--container--iteminfo {
	display: flex;
	padding: 5px 55px 0px 0px;
}



.popup--container--iteminfo__image {

	max-width:100px;
	width: 100%;
	display: none;
}

.title_quest {
	display: none;
}

.popup--container--iteminfo__image img {

	max-width:100%;

	max-height:100px;

}



.popup--container--iteminfo__main {



}



.popup--container--iteminfo__name {

	font-size:18px;

	padding-bottom:10px;

}



.popup--container--iteminfo__code {



}



/*Слайдер маленьких изображений*/



.fnc--small--images__wrap {

	display: flex;

    flex-direction: row;

    align-items: center;

}



.fnc--small--images__left {

	padding-right: 5px;

    box-sizing: border-box;

}



.fnc--small--images__right {

	padding-left: 5px;

    box-sizing: border-box;

}



.fnc--small--images__left button {

   background-image: url(/themes/main/back.svg);

    background-repeat: no-repeat;

    background-position: center;

    background-size: 50%;

    font-size: 0;

    border-radius: 100%;

    width: 30px;

    height: 30px;

    padding: 5px 5px;

    border: none;

}


.js__popup--buy--button {
    border: 1px solid #00817d;
    background-color: #00817d;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 19px 15px 19px;
    position: relative;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    line-height: 1;
    width: 100%;
}


.fnc--small--images__right button {

   background-image: url(/themes/main/next.svg);

    background-repeat: no-repeat;

    background-position: center;

    background-size: 50%;

    font-size: 0;

    border-radius: 100%;

    width: 30px;

    height: 30px;

    padding: 5px 5px;

    border: none;
}

.fnc--small--images__right button:hover,
.fnc--small--images__left button:hover {
	background-color: #6ebdc3;
}

.fnc--small--images__center {

	width: 100%;

}



.fnc--small--images--inner {

	display: flex;

    flex-direction: row;

}



.fnc--small--images--listitem__main {

	margin: 8px;
	border: 1px solid #f1f1f1;
    width: 87px;

	height:87px;

	display:flex;

	justify-content:center;

	align-items:center;

	cursor:pointer;

	cursor:hand;



}

.

.fnc--small--images--listitem__main:hover {

	box-shadow: 0 0 2px 1px var(--13-text-color);

}



.fnc--small-image--button {

}



.fnc--small-image--button img {

	max-width:100%;

	max-height:87px;

	display:block;

}



/*Большое изображение*/



.fnc--bigimage--header--line {

	display:flex;

	justify-content:space-between;

}



.fnc--bigimage--header__name {

	font-size:18px;

}



.fnc--bigimage--header__code {



}



.fnc--bigimage--inner {

	display: flex;

	align-items: center;

	justify-content: center;

	margin:0 auto;

}



.fnc--bigimage--left {

	position:absolute;

	z-index:200;

	top:50%;

	left:0px;

}



.fnc--bigimage--right {

	position:absolute;

	z-index:200;

	top:50%;

	right:0px;

}



.js__slider--small--images--popup {

	overflow-y:hidden;

	margin:0 auto;

}



.js__slider--small--images--inner {

	margin:0 auto;

	display:flex;

	align-items:center;

	justify-content:center;

}



.js__slider--small--images--item {

	border:1px solid transparent;

	cursor:pointer; cursor:hand;

	display:flex;

	align-items:center;

	justify-content:center;

	width: 80px;

	margin:2px;

	height:80px;

}



.js__slider--small--images--item img {

	display:block;

	max-width:78px;

	max-height:78px;

}



.js__image--itembig {

	cursor:pointer;

	cursor:hand;

}





/*Производители в слайдере*/



.fnc--slider--brands {

	position: relative;

	padding:0 5px;

	max-width:1620px;

	margin:0 auto;

}



.fnc--slider--brands__title {

	font-size:18px;

	padding:15px 0;

	color:var(--3-text-color);

	border-bottom:1px solid var(--3-text-color);

	margin-bottom:10px;

	background-image:url('/themes/main/apple.svg');

	background-repeat:no-repeat;

	background-position:0% 50%;

	background-size: 30px;

	padding-left:40px;

}



.fnc--slider--brands__wrap {

    display: flex;

    flex-direction: row;

    align-items: center;

}



.slider--brands--inner {



}



.slider--brands__container {

	display: block;

    overflow: hidden;

    margin: 0px auto;

}



.js__slider--brands__container {

	display: flex;

    flex-direction: row;

}



.fnc--slider--brands__main {

	display: flex;

}



.fnc--slider--brands__left {

    padding-right: 5px;

    box-sizing: border-box;

}



.fnc--slider--brands__right {

    padding-left: 5px;

    box-sizing: border-box;

}



.fnc--slider--listbrand {

	width: 263px;

    margin: 5px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

	border:1px solid #eee;

}



.fnc--slider--listbrand:hover {

	box-shadow: 0 0 2px 1px var(--13-text-color);

}



.fnc--brands--slider__name {

	padding:5px;

	text-align:center;

}



.fnc--brands--slider__image  {

	padding:5px 0;

	height:220px;

	display:flex;

	justify-content: center;

    align-items: center;

}



.fnc--brands--slider__image img {

	max-width:100%;

	max-height:200px;

}



.fnc--slider--brands__button {

	padding:5px 0;

	text-align: center;

}



.fnc--slider--brands__button a{

	padding:10px 15px;

	border:1px solid transparent;

	border-bottom:1px solid var(--5-text-color);

	display:inline-block;

	margin:0 auto;

}



.fnc--slider--brands__button a:hover{

	border:1px solid var(--5-text-color);

	background:var(--5-text-color);

	color:var(--2-text-color);

	text-decoration:none;

}



/*Производители в столбике*/



.fnc--brands--column {



}



.fnc--brands--column__title {

	font-size: 18px;

    padding: 20px 0;

}



.fnc--brands--column--container {



}



.fnc--brands--column__listitem {

	padding:10px 0;

	border-bottom:1px solid #eee;

}



.fnc--brands--column__name {



}



.fnc--brands--column__image--left img {

	max-width:100%;

}



.fnc--brands--column__image--right img {

	max-width:100%;

}



.fnc--brands--column__button {

	padding:10px 0;

}





/*Производители центр*/



.fnc--brands--list {

	padding:30px 0;

}



.fnc--brands--container {

	max-width:1620px;

	width:100%;

	margin:0 auto;

	display:flex;

	flex-wrap:wrap;

	justify-content: flex-start;

	position: relative;
}

.fnc--brands--container:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: 0px;
}



.fnc--brands--listitem {

    flex-basis: 25%;
    margin: 0;
    padding: 0px;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}


.fnc--brands--listitem:nth-child(4n) {
    border-right: none;
}

.fnc--brands--container .alexpharm-brand {
	order: 1;
}


.fnc--brands--listitem img {
	transition-duration: 0.3s;
}

.fnc--brands--listitem:hover img{

    opacity: 0.7;
    transform: scale(0.95);
	transition-duration: 0.3s;
}




.fnc--brands--listitem__name  {

	padding:10px 0;
	display: none;

}



.fnc--brands--listitem__name a {

	font-size:18px;

}



.fnc--brands--listitem__image {

	padding: 20px;
    display: flex;
    align-items: center;
    height: 200px;
    justify-content: center;

}



.fnc--brands--listitem__image img{

	max-width: 100%;

}







/*Фильтры*/





.mobile--show--filters {

	display:none;

	margin:0 auto;

	padding:10px 0;

	text-align:center;

}



.js__filters--popup {

	display: none;

    position: fixed;

    height: 100%;

    width: 0px;

    top: 0px;

    left: 0;

    z-index: 4292929;

    max-height: 100%;

    background: var(--22-text-color);

    border-right: 1px solid var(--4-text-color);

	opacity:0;

}



.js__filters--popup--content {

	overflow-y: auto;

	overflow-x: hidden;

	max-height: 100%;

}



.js__filters--popup--close {

	padding: 5px;

    text-align: right;

}




.fnc--filters--container {

	padding:5px 10px;

}



.js__filters--popup--content {

	padding:5px 10px;

}



.fnc--filters--title {

	font-weight: bolder;

    font-size: 18px;

	display:none;

}



.fnc--filters--wrap {



}
.js__clear--filters:hover{
    background-color: #fff;
    color: #6ebdc3;
}

.js__clear--filters{
    width: 100%;
    border: 1px solid #6ebdc3;
    background-color: #6ebdc3;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 10px 15px;
    flex-grow: 1;
    min-height: 55px;
}

.open_filters {
}

.open_filters:after {
    content: '';
    display: block;
    width: 11px;
    height: 1px;
    background-color: #202020;
    position: absolute;
    right: 24px;
    top: 24px;
}

.open_filters_plus:before {
    content: '';
    display: block;
    width: 1px;
    height: 11px;
    background-color: #202020;
    position: absolute;
    right: 29px;
    top: 19px;
}

.fnc--filters--item__params_none {
	max-height: 0!important;
    padding: 0px 15px!important;
}

.fnc--filters--item{
	.fnc--filters--itemmargin-top:8px;
}

.fnc--filters--item ::-webkit-scrollbar {
    width: 4px;
}

.fnc--filters--item ::-webkit-scrollbar-track {
    background: #e8e8e8;
    width: 2px;
}

.fnc--filters--item ::-webkit-scrollbar-thumb {
    background: #6ebdc3;
    width: 4px;
    height: 17px;
}


.fnc--filters--item__name {
	line-height: 12px;
    font-weight: 500;
    background-color: #f1f1f1;
    color: #202020;
    font-size: 16px;
    padding: 17px 48px 17px 19px;
    position: relative;
    cursor: pointer;
}


.fnc--filters--item__params {
	margin-top:20px;
	padding: 3px 15px 10px 15px;
    max-height: 300px;
    overflow: auto;
}

.fnc--filters--item:last-child {
	margin-bottom:20px;
}


.fnc--filters--item__inner {

	display:flex;

	padding:3px 0;

	align-items: center;

}



.fnc--filters--item__inner--name {

	padding:0 5px  0 0;

}



.fnc--filters--item__inner--param {

	flex-grow:1;

	padding:0 5px;

}



.fnc--filters--item__inner--slider {
	display:flex;
	padding:3px 0;
	justify-content:center;
	align-items:center;

}


.fnc--filters--item__inner--slider span{

	background-color:#fff;
	width:100%;
	border:0;
}



.fnc--filters--item__inner select {

	padding: 5px 20px;

}



.label--filter--checkbox {
	content: '';
	width: 20px;
	height: 20px;
	display: flex;
	align-items:center;
	justify-content: center;
	border: 1px solid #ebebeb;
	vertical-align: middle;
	margin-right: 12px;
	position: relative;
	top: -2px;

}



input[type=checkbox]:checked + label:before {

    font-size: 13px;
    text-align: center;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #6ebdc3;
    left: 5px;
    top: 5px;

}





input[type=checkbox]:checked + label{
	border: 1px solid #6ebdc3;
}

input[type=checkbox]:disabled + label {

	background:var(--11-text-color);

	border:1px solid var(--11-text-color);

	cursor:default;

}




input[type=radio]:disabled + label {
	background:var(--11-text-color);
	border:1px solid var(--11-text-color);
	cursor:default;
}



.js__filter--check {
	display:none;
}



.js__brand--check {
	display:none;
}

.brand--page__name {
	padding: 0 10px;
	text-align: center;
}


.js__slider--price {
	margin: 10px 0;
}

/*Корзина*/
.fnc--cart--container__quantity{
	width: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 1;
	color: #ffffff;
	background-color: #ff9e35;
	font-size: 13px;
	font-weight: 300;
	height: 22px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top: -8px;
	right: -18px;
}



.search_block{
	position:relative;
}

.search_block .search_button{
	width:14px;
	margin:0 10px;
	cursor: pointer;
	height:15px;
}


.account_buttons a{
	position:relative;
	display:block;
	width:14px;
	height:22px;
	margin: 0 10px;
}

.account_buttons a:before {
	content: "\e906";
	position:absolute;
	left: 0;
	right:0;
	top:0;
	font-size:14px;
	font-family:"ico";
	width:100%;
	height:100%;
}







.js__cart--popup{
	max-height:90vh;
	padding-bottom:100px;
	overflow-y: auto;
}
.js__cart--popup::-webkit-scrollbar{
	width:4px;
	background-color:#fff;
}

.js__cart--popup::-webkit-scrollbar-thumb{
	background-color:#00817d;
}
.fnc--cartlist--container table {
	width:100%;
}



.pop_cart .row .block{
	width: 128px;
	height:42px;
	border: 1px solid #e8e8e8;
	display:flex;
	align-items: center;
	justify-content:space-between;
	flex-direction: row;
}

.pop_cart .row{
	margin-top:10px;
	display:flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
}

.pop_cart .row .total{
	color: #6ebdc3;
	font-size: 18px;
	font-weight: 700;
	margin-left: 25px;
}
.fnc--cartlist--row {
	border: 1px solid #e8e8e8;
	margin-bottom: 20px;
	justify-content: flex-start;
	display: flex;
	align-items: center;
	padding: 9px;
	position: relative;
}
.box{
	display:flex;
	align-items:flex-start;
	justify-content: center;
	flex-direction: column;
}
.pop_cart .fnc--cartlist--cell__img {
	width:318px;
	height:258px;
	overflow: hidden;
	display:flex;
	align-items: center;
	justify-content: center;
}




.fnc--cartpopup--gotocart button{
	border: 1px solid #00817d;
	background-color: #00817d;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	padding: 19px 50px 19px;
	font-family: "Roboto";
	position: relative;
	display: inline-block;
	min-width: 200px;
	text-align: center;
	line-height: 1;
}

.fnc--cartpopup--gotocart button:hover {
	background-color: #fff;
	color: #202020;
}



.fnc--cartpopup--continue button {
	border: 1px solid #00817d;
	background-color: #00817d;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	padding: 19px 50px 19px;
	font-family: 'Roboto';
	position: relative;
	display: inline-block;
	min-width: 200px;
	text-align: center;
	line-height: 1;
}

.fnc--cartpopup--continue button{
	color: #202020;
	background-color: #e8e8e8;
	border-color: #e8e8e8;
}

.fnc--cartpopup--continue button:hover {
	background-color: #fff;
    color: #6ebdc3;
    border-color: #6ebdc3;
}


.js__cart--popup {
    max-width: 1025px;
	width:100%;

	padding: 70px 65px 50px;
}
.js__cart--popup {
    max-width: 1025px;
	width:100%;

	padding: 70px 65px 50px;
}

.js__quick_view--popup .fnc--login--popup--container .popup--container__close {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100;
}


.js__quick_view--popup{
    max-width: 1350px;
    width: 100%;
    padding: 20px;
	flex-wrap: wrap;
    overflow-y: scroll;
    overflow-x: hidden;
}
.js__quick_view--popup .popup--container__close button {
    top: 5px;
    right: 0;
}
.js__quick_view--popup .fnc--cartlist--section .closeButton {
	top: 20px;
    right: 20px;
}

.c_pop a {
	height: 100%;
    width: auto;
}
.c_pop img {
    height: 100%!important;
    width: auto!important;
}

.close:after {
	transform: rotate(-45deg);
}

.fnc--login--popup--container{
	position: relative;
	width: 100%;
}
.fnc--login--popup--container .popup--container__close {
	position: absolute;
	right: -30px;
	top: -60px;
}




.quest_cenbuy_0 {
	display: block!important;
}


.popup--container__close button:hover {
	background-color: #6ebdc3;
}


.close:before {
	transform: rotate(45deg);
}


[data-page='account'] .fnc--cartlist--row{
	justify-content: center;
}

[data-page='account'] .fnc--cartlist--cell__name,
.pop_cart .fnc--cartlist--cell__name{
	flex-direction: column;
}



.fnc--cartlist--cell__name{
	max-width: 305px;
	height:100%;
	align-items: flex-start;
	padding-left: 22px;
	padding-right: 20px;
}
.c_pop_img img{
	margin:0 auto;
}
.js__body--popup .fnc--cartlist--cell__name{
	width: 40%;
	padding-left: 15px;
	padding-right:0;
}



.content--center--page__text strong {
	font-weight: 500;
}


.js__body--popup .strong{
	margin-right: 15px;
}




.price_per_piece {
	color: #7a7a7a;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
}


.fnc--cartlist--cell__name .total{
	color: #404040;
	font-weight: 400;
	padding-top: 15px;
	font-size: 20px;

}


.petrovich:hover{
	opacity: 0.6;
	transition-duration: 0.4s;
	-webkit-transition:0.4s;
}


.go_to_cart_block{
	padding-left: 25px;
	padding-right: 25px;
}


.go_to_cart_block .fnc--cartlist--row{
	display:flex;

	padding: 30px 0;
}
.go_to_cart_block .fnc--cartlist--row:not(:last-child) {
	border-bottom: 1px solid #f1f1f1;
	border-top:1px solid #fff;

}
.petrovich{
	background-color:transparent;
	border:0;
	color:transparent;
	transition-duration: 0.4s;
	-webkit-transition:0.4s;
	opacity: 0.4;
	font-size:0;

	width:24px;
	height:24px;
	background-size:16px;
	background-repeat: no-repeat;
	background-position:center;
	outline: none;
	cursor:pointer;
}
.js__body--popup .fnc--cartlist--cell__img{
	justify-content: center;
}


[data-page="account"] .fnc--cartlist--cell__name .name,
[data-page='cart'] .fnc--cartlist--cell__name .name{
	display: block;
	color: #0a1a2f;
	text-decoration: none;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 15px;
}

[data-page="account"] .fnc--cartlist--cell__img,
[data-page='cart'] .fnc--cartlist--cell__img{
	max-width: 200px;
    text-align: center;
    width: 100%;
    max-height: 200px;
}

.fnc--cartlist--cell__delete {
    position: absolute;
    top: 10px;
    right: 10px;
}


.fnc--cartlist--cell__img img {
    height: auto;
    width: 100%;
}


.pop_cart tr,td{
	border-collapse: collapse;
	display:flex;
}

.fnc--cartlist--cell__qnt {
	width:55%;
	padding-left: 50px;
}

.js__body--popup .fnc--cartlist--row__title td{
	justify-content: center;
}

.fnc--cartlist--cell__qnt input{
	color: #202020;
	height: 100%;
	font-size: 16px;
	width: 30px;
	text-align: center;
	border: none;
	outline: none;
	padding: 0;
	font-weight: 400;
}
.p_price {
	color: #ff0072;
	font-size: 16px;
	font-weight: 700;
}

.order_text span,
.order_title h1 span{
	font-weight: 500;
}


.order_text{
	font-size: 20px;
	margin-bottom: 15px;
	text-align: center;
}

.order_sub_text{
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}

[data-page='payment'] .content--center--page{
	min-height:600px;
	display:flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.back_button a {
	display: block;
	text-decoration: none;
	width: 360px;

	margin:50px auto;
	color: #fff;
	background: #0a1a2f;
	padding: 22px 15px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	border-radius: 0;
	border-color: #0a1a2f;
}
.order_title h1{
	margin: 0;
	padding: 0;

	font-weight: 200;
	text-align: center;
	font-size: 48px;
	margin-top: 80px;
	margin-bottom: 80px;
	color: #0a1a2f;
}
.login_block{
	margin-bottom:20px;
}


[data-page='account']  .fnc--cartlist--section,
[data-page='cart']  .fnc--cartlist--section{

	width:100%;
}

[data-page='account'] .fnc--cartlist--container table {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}
.textarea_header{
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 40px;
	color: #0a1a2f;
}


.cart--page--inner__left{
	display:flex;
	flex-flow:row wrap;
	justify-content: space-between;
}

.cart--page--container{
	max-width:545px;
	width:100%;
}

[data-page="account"] .fnc--cartlist--row,
[data-page='cart'] .fnc--cartlist--row{
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #f1f1f1;
    justify-content: space-around;
    position: relative;
}
[data-page="account"] .fnc--cartlist--cell__amount,
[data-page='cart'] .fnc--cartlist--cell__amount {
	padding-top:10%;
	    min-width: 80px;
}

.js__cart--delete{
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: none;
	position: relative;
	background-color: #e8e8e8;
	color: #e8e8e8;
}
.js__cart--delete:after {
	content: '';
	width: 14px;
	height: 1px;
	background-color: #2c2c2c;
	display: inline-block;
	position: absolute;
	transform: rotate(
			-45deg
	);
	top: 50%;
	left: 50%;
	margin-left: -7px;
	margin-top: -1px;
}

.js__cart--delete:before {
	content: '';
	width: 14px;
	height: 1px;
	background-color: #2c2c2c;
	display: inline-block;
	position: absolute;
	transform: rotate(
			45deg
	);
	top: 50%;
	left: 50%;
	margin-left: -7px;
	margin-top: -1px;}

.js__cart--delete:hover{
	background-color:red;
	color: red;
}
.check_total {
	display: flex;
	justify-content: flex-end;
	padding: 25px 0;
	border-bottom: 1px solid #f1f1f1;
	font-weight: 300;
	font-size: 21px;
}

.check_total.align-justify{
	justify-content: space-between;
}

.check_total .bonuses{
    font-size: 14px;
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
}

#usebonuses{
	cursor: pointer;
	text-decoration: underline;
	font-weight: 500;
}

.form-bonuses {
    display: none;
    flex-wrap: wrap;
    margin-top: 15px;
}

.form-bonuses.active{
	display: flex;
}

.form-bonuses label{
	flex-basis: 100%;
}

.form-bonuses button{
	width: 50%;
    background: #6ebdc3;
    border: solid 1px #6ebdc3;
	border-radius: 0;
	color: #fff;
    text-transform: uppercase;
}

.form-bonuses button:hover {
	background-color: #fff;
    color: #6ebdc3;
}


.form-bonuses input{
    background: #f6f6f6;
    padding: 17px 28px;
	border: 0;
	width: 50%;
}
  .js__body--popup .fnc--cartlist--cell__total__text .strong,
  .modal .fnc--cartlist--cell__total__text .strong{
	  color: #202020;
	  font-size: 18px;
	  font-weight: 300;
	  display: inline-block;
	  margin-right: 5px;
  }
  .js__body--popup .fnc--cartlist--cell__total__text .price_label,
  .js__body--popup .fnc--cartlist--cell__total__text .total_price,
.modal .price_label,
.modal .total_price{
	color: #6ebdc3;
	font-size: 24px;
	font-weight: 700
}

.fnc--cartpopup--buttons .total_price span {
	display: none;
}

  .js__body--popup .fnc--cartlist--cell__total__text,
.modal .fnc--cartlist--cell__total__text{
	display:Flex;
	align-items: center;
	justify-content: center;
}
.fnc--cartlist--cell__total__text .strong{
	  margin-right:10px;
 }




.fnc--cartlist--cell__total__text {
	text-align:right;
}




.fnc--cartlist--params__table {

	padding:2px 0 !important;

	color: var(--5-text-color);

	font-size:11px;

	width:auto !important;

}



.fnc--cartlist--params__table--name {

	padding:2px 0 !important;

}



.fnc--cartlist--params__table--param {

	padding:2px 0 !important;

	padding-left:10px !important;

}



.fnc--cartpopup--buttons {
	display: flex;
	padding-bottom: 30px;
	justify-content: space-between;
	align-items: center;
	z-index: 100;
	margin: 20px auto 0 auto;
	bottom: -50px;
	position: sticky;
	padding-top: 10px;
	background-color: #fff;
	box-shadow: 1px -31px 22px 0px rgb(255 255 255);
	-webkit-transform: translate3d(0,0,0);
}



.cart--page--title {

	font-weight:bolder;

}
.js__order--checkout{
    text-decoration: none;
    width: 100%;
    color: #fff;
    background: #6ebdc3;
    padding: 22px 15px;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    margin-top: 30px;
    border-width: 0;
    border: solid 1px #6ebdc3;
}

.js__order--checkout:hover {
    background-color: #fff;
    color: #6ebdc3;
}

.cart--page--payment__line--right button{
	border:0;
	outline: none;
	background-color:transparent;
	font-weight: 400;
	font-size:14px;
	position:relative;
}

.cart--page--inner--block__name {
	display: none;
}
.samovivoz,
.js__cont--delivery--address .cart--page--inner--block__name {
	display: block;
}

.umovi_cart {
    padding: 20px;
    color: #6c7683;
}

.umovi_cart a {
    text-decoration: underline;
}

.payment_header,
.delivery_type .header_block{
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 40px;
	color: #0a1a2f;
	margin-top:65px;
}
.cart--page--inner {

	display:flex;

	justify-content:space-between;

	flex-direction:column;
	max-width:510px;

}


.input_line{
max-width: 250px;
}
.cart--page--inner__line .select{
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #f6f6f6;
	border-radius: 0;
	font-size: 14px;
	padding: 20px 20px;
	line-height: 14px;
	color: #35404f;
	border-color: #f6f6f6;
}
.cart--page--inner__line{
	width:100%;
	margin-bottom:10px;
}

.cart--page--inner__line textarea{
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	resize:none;
	display:block;
	box-shadow:none;
	background: #f6f6f6;
	border-radius: 0;
	font: 400 13.3333px Arial;
	font-size: 14px;
	padding: 20px 20px;
	line-height: 14px;
	color: #35404f;
	border-color: #f6f6f6;

}
.cart--page--inner__left .cart--page--inner__line:last-child{

}
.cart--page--title,
.cart_header{
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 40px;
	color: #0a1a2f;
}

.cont_date,
.inform_date,
.oplata_date {
	position: relative;
    padding-left: 40px;
    display: flex;
    align-items: center;
}
.cont_date:before,
.inform_date:before,
.oplata_date:before {
	content: '';
    color: #ffffff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #6ebdc3;
    width: 25px;
    height: 25px;
    left: 0;
    position: absolute;
}

.cont_date:before {
	content: '1';
}
.inform_date:before {
	content: '2';
}
.oplata_date:before {
	content: '3';
}

.log_in_form{
	height:1px;
	overflow: hidden;
	opacity: 0;
	z-index:-10;
	position:relative;
}


.toggle{
	height:auto;
	overflow: visible;
	z-index: 1 !important;
	opacity: 1;
	margin-bottom:80px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
	transition: background-color 5000s ease-in-out 0s;
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,174,255,0.04) 50%,rgba(255,255,255,0) 51%,rgba(0,174,255,0.03) 100%);
}
.fnc--login--fields__field input[type='text'],
.fnc--login--fields__field input[type='password']{
	background-color:#fff!important;
	margin-bottom:15px;
}
.but_lost_pass_pop:hover, .but_regi_pop:hover, .lostpass_meta_pop button:hover {
	color: #6ebdc3;
}

.but_lost_pass_pop {
	background: none;
	outline: none;
	border: none;
	color: #717171;
	font-size: 16px;
	font-weight: 300;
}
.button_array{
	display:flex;
	width:100%;
	align-items: center;
	justify-content: space-between;
	margin-top:15px;

}
.but_regi_pop {
	background: none;
	outline: none;
	border: none;
	color: #202020;
	font-size: 16px;
	font-weight:bold;
}
.fnc--login--fields__button{
	width:100%;
}

.js__login--button:hover{
	background-color: #fff;
	color: #6ebdc3;
}
.js__login--button{
	width: 100%;
	border: 1px solid #6ebdc3;
	background-color: #6ebdc3;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	padding: 19px 15px 19px;
	position: relative;
}
/*[data-page='cart'] .fnc--login--fields__field{
	padding: 3px;
	width:100%;
	max-width:45%;
	margin: 0 0 6px;
}*/
.prolong{
	width:100%;
	max-width:300px;
}

/*[data-page='cart'] .js__login--button{
	position: relative;
	display: block;
	width: 100%;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	max-width: 300px;
	background: #0a1a2f;
	padding: 22px 15px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	border: none;
	border-radius: 0;
}



[data-page='cart'] .content--center--inner__center{
	max-width:1320px;
	width:100%;
}

[data-page='cart'] .fnc--login--fields__main{
	display:flex;
	align-items: center;justify-content:space-between;
}

[data-page='cart'] .fnc--login--fields__main input{
	width: 100%;
	background: #f6f6f6;
	font-size: 14px;
	line-height: 24px;
	padding: 17px 28px;
	border-radius: 0;
	border-color: #f6f6f6;
	color: #35404f;
	border:0;
	outline: none;
}*/
.roll_block:before {
	font-family:'FontAwesome';
	content: "\f2d0";
	display: inline-block;
	position: absolute;
	top: 1em;
	left: 1.5em;
}

.cart--page--inner--block__param {

}
.showlogin{
	text-decoration: underline;
}

.cart_loggin:hover{

	border-top: 3px solid #1e85be;
}
.cart_loggin{
	padding: 1em 2em 1em 3.5em;
	margin: 0 0 2em;
	position: relative;
	background-color: #f7f6f7;
	color: #515151;

	border-top: 3px solid #0a1a2f;
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
}

.cart_title {
	margin-bottom: 50px;
}

.cart_title span {
    font-weight: 500;
    color: #6ebdc3;
}
.cart_title h1 {
	padding: 0;
	margin-top:0;
	font-weight: 200;
	text-align: center;
	font-size: 36px;
	color: #0a1a2f;
}

.cart--page--inner--block__param input[type=text] {
	width: 100%;
	background: #f6f6f6;
	font-size: 14px;
	line-height: 24px;
	padding: 17px 28px;
	border-radius: 0;
	border-color: #f6f6f6;
	margin: 0;
	outline: 0;
	border:0;
	color: #35404f;
	font: 400 13.3333px Arial;
}









.cart--page--checkout{
	text-align: left;
	margin-top:30px;
	border-top: 1px solid #d3ced2;

	list-style: none outside;
}



.cartsumm {
	text-align:Center;
}



.cart--page--payment__line {
	display:flex;
	align-items:center;
}



.cart--page--payment__line--left {
	width:20px;
	margin-right:20px;
}



.cart--page--payment__line--right {



}



.fnc--payment--title {

	text-align:center;

	font-weight:bolder;

	padding:20px;

}



.fnc--comparision--container {

	cursor:pointer;

	cursor:hand;

}



.fnc--comparision--container__wrap {

	background-image:url('/themes/main/comparison.svg');

	background-repeat:no-repeat;

	background-size:100%;

	background-color:transparent;

	width:25px;

	height:25px;

	position:relative;

}



.fnc--comparision--active {

	background-image:url('/themes/main/comparison_red.svg');

}



.fnc--comparision--amount {

	position: absolute;

    background: var(--5-text-color);

    color: var(--2-text-color);

    padding: 2px 7px;

    border-radius: 100%;

    left: -3px;

    top: -4px;

    font-size: 12px;

    border: 1px solid var(--5-text-color);

}



.fnc--favors--container {

	cursor:pointer;

	cursor:hand;

}



.fnc--favors--container__wrap {

	background-image:url('/themes/main/heart.svg');

	background-repeat:no-repeat;

	background-size:100%;

	background-color:transparent;

	width:20px;

	height:20px;

	position:relative;

}



.fnc--favors--active {

	background-image:url('/themes/main/favorite_red.svg');

}



.fnc--favors--amount {

	    position: absolute;

    background: var(--5-text-color);

    color: var(--2-text-color);

    padding: 0px 4px;

    border-radius: 100%;

    left: -8px;

    top: -5px;

    font-size: 11px;

    border: 1px solid var(--5-text-color);

}


.account .fnc--products--listitem__additional {
	display: none;
}

.favor_del {
	display: none;
}

.account .favor_del {
	display: block;
}

.favor_del button {
	width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    position: relative;
    background-color: #e8e8e8;
    color: #e8e8e8;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
    background: #e49191;
}

.favor_del button:hover {
    width: 30px;
    height: 30px;	
    background: #ff0000
}
.favor_del button:hover:before,
.favor_del button:hover:after {
	background-color: #ffffff;
}


.favor_del button:before {
    content: '';
    width: 14px;
    height: 1px;
    background-color: #2c2c2c;
    display: inline-block;
    position: absolute;
    transform: rotate(45deg);
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -1px;
}
.favor_del button:after {
    content: '';
    width: 14px;
    height: 1px;
    background-color: #2c2c2c;
    display: inline-block;
    position: absolute;
    transform: rotate(-45deg);
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -1px;
}



.js__delivery--city {

	position:relative;

	z-index:5;

}



.js__cart--cities--field--container {

	position:relative;

}

.js__cart--cities--field--inner {

	        position: absolute;

    width: 100%;

    z-index: 40;

    border: 1px solid #555;

    background: #fff;

    top: 0px;

    padding-top: 10px;

    display: none;

    left: 0%;

	font-size: 14px;

	overflow:auto;

	max-height:300px;

}

.js__cart--cities--field--inner #getWarehouseBycity {

	padding:5px 10px;

	border-bottom:1px solid #eee;

	cursor:pointer;

	cursor:hand;



}

.js__cart--cities--field--inner #getWarehouseBycity:hover {

	padding:5px 10px;

	border-bottom:1px solid #eee;

	cursor:pointer;

	cursor:hand;

	background:#fbfbfb;



}



.js__delivery--warehouse {

	position:relative;

	z-index:3;

}



.js__cart--warehouses--field--container {

	position:relative;

}

.js__cart--warehouses--field--inner {

	    position: absolute;

    width: 100%;

    z-index: 40;

    border: 1px solid #555;

    background: #fff;

    top: 0px;

    padding-top: 10px;

    display: none;

    left: 0%;

	font-size: 14px;

	overflow:auto;

	max-height:300px;

}

.js__cart--warehouses--field--inner #selectWare {

	padding:5px 10px;

	border-bottom:1px solid #eee;

	cursor:pointer;

	cursor:hand;



}

.js__cart--warehouses--field--inner #selectWare:hover {

	padding:5px 10px;

	border-bottom:1px solid #eee;

	cursor:pointer;

	cursor:hand;

	background:#fbfbfb;



}



.fnc--payments--line {

	display:none;

	align-items:center;

	margin:4px 0;

}



.fnc--payments--line div {

	padding:0 5px;

}



.fnc--payments--line select {

	padding: 5px 10px;

}



.fnc--pay--parts {

	display: inline-flex;

	align-items:center;

	background:var(--12-text-color);

	margin:15px 0;

	padding:20px;

}





.fnc--pay--parts div:nth-child(1) {

	padding-right:30px;

	font-size:18px;

}



.fnc--pay--parts div:nth-child(2) {

	padding-left:30px;

}






.fnc--pay--parts button{

	color:var(--1-text-color);

	background:transparent;

	font-weight:Bolder;

}



.fnc--pay--parts button:hover{

	color:var(--3-text-color);

	background:transparent;

}



.fnc--payparts--line {

	display:flex;

	padding:15px 0;

	align-items:center;

	justify-content:space-between;

	    border-bottom: 1px solid var(--12-text-color);

}







.fnc--payparts--line div:nth-child(1) {

	flex-basis:40%;

}



.fnc--payparts--line select {

	padding:4px 8px ;

}



.content--center--chapter__rating {

	display:none;

}



.fnc--rightitem--block {

	  border: 1px solid var(--12-text-color);

	  border-radius:10px;

	  padding:20px;

}



.fnc--rightitem--block__title {

	font-size:18px;

	font-weight:Bolder;

	padding:10px 0;

}



.fnc--rightitem--block__text {

	padding:10px 0;

}

.fnc--rightitem--block__icons {
	display:flex;
}
.fnc--rightitem--block__icons div {
	padding:5px;
}
.fnc--rightitem--block__icons  img{
	max-width:100%;
}

.pagination--mobile {
	display:none;
}
.copyright-block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 20px;
	font-size: 12px;
	justify-content: center;
	width:100%;
	border-top: 1px solid #e6e6e6;
}

.social-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-links ul li {
	 display: inline-block;
	list-style: none;
	 margin-right: 30px;
 }



.payment_online {
	display: flex;
    justify-content: center;
}

.payment_online img {
    max-height: 30px;
    padding: 0 5px;
}

.copyright-block .item {
	width: 25%;
	display:flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.footer_cont_item em:before{
	font-size: 18px!important;
}
.footer_cont_item em {

	margin-right: 7px;
}


.left_container .menu--catalog__item a,
.left_container .menu--catalog__submenu a{
	color: #2b394b;
	text-decoration: none;
	font-size: 14px!important;
	font-weight: 300;
	padding: 0 !important;
}

.left_container .menu--catalog__item a {
    color: #202020!important;
    font-weight: 500!important;
    font-size: 18px!important;
}
.second .menu--catalog--submenu__item a {
    font-size: 14px!important;
    font-weight: 400!important;
}

.menu--catalog__item .col a {
	line-height: 8px;
}

.hoverCatalog .col a {
	line-height: 15px;
}

.menu--catalog--item__active a {
	color: #6ebdc3!important;
}

.left_container .menu--catalog__item a.active_link {
	color: #6ebdc3!important;
}


.anubis_med a.menu--catalog--link__active {
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -ms-transition: 0.4s;
    font-weight: 600!important;
    text-decoration: none;
    font-size: 14px;
}

.pay_for .fnc--cartlist--cell__price{
	font-size: 14px !important;
	font-weight: 500;
	width:auto;
}
.pay_for{
	display:flex;
	font-size: 14px !important;
	font-weight: 500;
	align-items:Center;
}
.text-center{
	text-align: center;
}


.mobile_lang{
	display:none;
}
.mobile_chapters{
	display:none;
}
.mobile{
	display:none
}
.mobile_search{
	display:none;
}

.mob_info_block{
	display:none;
}

.doc_view {
    cursor: pointer;
    background: #6ebdc3;
    position: relative;
    color: white;
}

.doc_view_ic {
	padding: 0 10px;
}


.doc_bl {
    height: 0px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: url(/images/main/bg-element-main-screen.jpg);
    overflow: hidden;
    position: relative;
}

.doc_bl_active {
    height: 450px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: default!important;
}

/*.js__user--avatar--container img[src="/"],
.js__user--avatar--container img[src="https://anubis-cosmetics.com.ua/"] {
    content: url(/themes/img/none_ava.jpg);
    max-width: 291px;
}*/



.doc_view:before {
    content: "\25BC";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 20px;
    top: 5px;
    font-size: 15px;
}

.doc_view_active:before {
    content: "\25B2";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 20px;
    top: 5px;
    font-size: 15px;
}

/*.right{text-align: right!important;}*/

.cart-page--group {
	margin-bottom: 10px;
}

.cart-page--group input{
    display: inline-block;
	margin-right: 10px;
}

.cart-page--payment-checkbox input {
	margin-right: 10px;
}

.cart-page--payment-checkbox label{
	cursor: pointer;
    margin-right: 20px;
}

.cart-page--payment-checkbox{
	margin: 10px 0;
}


[data-newpost="false"]{
	display: none;
}

.cart-page--payment-title {
    margin-bottom: 10px;
}

.region{
    border: 1px solid #ebebeb;
    outline: none;
    cursor: pointer;
    color: #666;
    font-size: 14px;
    padding: 11px 5px 13px 11px;
}

.bonus_item {
    display: flex;
    align-items: center;
	padding: 7px 15px;
}

.bonus_item--promo{
	min-width: 50px;
}

.bonus_item--code {
	background: #f0f0f0;
    border: 1px solid;
    margin-left: 20px;
    max-width: 200px;
    text-align: center;
    width: 100%;
}

.js__bonus--code--letter{
	width: 100%;
    background: #f6f6f6;
    font-size: 14px;
    line-height: 24px;
    padding: 17px 28px;
    border-radius: 0;
    border-color: #f6f6f6;
    margin: 0;
    outline: 0;
    border: 0;
    color: #35404f;
}

.order_code {
    padding: 10px 20px;
    border: solid 1px #d1d4d7;
    max-width: 300px;
    margin: 10px 0;
}

.order_code span{
	font-family: italic;
	float: right;
}

.earnings{
    padding: 10px;
    background: #f0f0f0;
    margin: 10px 0 20px;
    max-width: 300px;
    text-align: center;
}

.fnc--cartlist--row__receipt{
	    display: block!important;
}

.recept_price, .receipt_block {
	opacity: 0;
	height: 0;
	    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

.recept_price_active, .receipt_block_active {
	opacity: 1;
	height: 100%;
	    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}


.js__cart-make_receipt{
	text-decoration: none;
    width: 200px;
    height: 60px;
    color: #fff;
    background: #0a1a2f;
    padding: 22px 15px;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border-color: #0a1a2f;
}

.fnc--cartlist--cell__make_receipt{
	padding: 10px;
    display: block;
}

.fnc--cartlist--cell__make_receipt:first-of-type {
    flex-basis: 100%;
    flex-direction: column;
    align-items: start;
}

.promo_kod {
	display: none;
}

.promo_text {
	padding-bottom: 10px;
}

.radio-group {
	display: inline-block;
	width: 20%
}

.js__cart-make_receipt:disabled{
	background-color: var(--12-text-color);
	color: var(--1-text-color);
	cursor: help;
	display: none;
}

.fnc--cartlist--row__receipt input.input_receipt {
    position: absolute;
    left: -9999px;
}

.fnc--cartlist--cell__make_receipt label {
    display: block;
    margin: 0 0 0 -1px;
    padding: 8px 10px;
    border: 1px solid #BBBBBB;
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .12);
    cursor: pointer;
    text-align: center;
}
.fnc--cartlist--cell__make_receipt input:checked + label {
    background: white;
    box-shadow: inset 0 0 30px rgb(220 175 189);
}

.fnc--cartlist--cell__make_receipt label:before {
	content: "";
    display: block;
    width: 4px;
    height: 1px;
    background: var(--5-text-color);
    position: absolute;
    top: 9px;
    left: 5px;
}

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

.umovi_vikoristannya_saitu h1 {
	text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 36px;
}


.fnc--cartlist--cell__make_receipt .radio-group label:nth-child(n+1):before {
	width: 4px;
    height: 5px;
}

.recept_add_block {
    display: flex;
    justify-content: center;
    padding: 25px 0;
    font-weight: 300;
    font-size: 21px;
}

.recept_add {
    color: #fff;
    background: #6ebdc3;
    padding: 20px 55px;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
    border: solid 1px #6ebdc3;
}

.recept_add:hover {
    background-color: #fff;
    color: #6ebdc3;
}


.phone-input,
.email-input{
	background: #f6f6f6;
    font-size: 14px;
    line-height: 24px;
    padding: 17px 28px;
    border-width: 1px;
    border-radius: 0;
    border-color: #f6f6f6;
    margin: 0;
    outline: 0;
    border: 0;
    color: #35404f;
    min-width: 250px;
    width: 50%;
}

.info-text {
	color: red;
}

.phone-input.error,
.email-input.error{
    border: 1px solid #ff1b1b;
}

.recepte_butt {
    width: 50%;
    justify-content: center;
    padding-bottom: 20px;
    margin: 0 auto;
}

.prof_text_cart {
	color: red;
	text-align: center;
}

[data-page="cart"] .input_row{
	display:flex;
	align-items: center;
	justify-content: center;margin:0 10px;
}

[data-page="cart"] .content--center--inner--center__column {
    width: 95%;
}

#earnings_block .earnings,
#earnings_block .js__user--data--getmoney {
	margin: 10px auto;
}

.form-group {
	text-align: left;
    max-width: 300px;
	margin: 0 auto;
}

.form-group label{
    margin: 10px 0 5px;
	display: block;
}

#earnings_block .form-group input,
#earnings_block .form-group select{
	width: 100%;
    background: #f6f6f6;
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
    border-radius: 0;
    color: #35404f;
    border: 1px solid #ccc;
	text-align: left !important;
}

.history-item {
	display: flex;
	padding: 10px;
}

.history-item:nth-child(2n+1) {
    background: #f0f0f0;
}



.history-item > div {
	flex-basis: 25%;
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
}

.history-item_date,
.history-item_additional{
	text-align: center;
}

.history-item_price{
	text-align: right;
}

.history-item_price span {
	padding: 10px 20px;
}

.history-item_price .received{
	background: #00ff66;
}

.history-item_price .withdrawn{
	background: #ff1800;
	color: #fff;
}

.cart--page--checkout_error, 
#phone_checkout_error{
	display: none;
	    color: red;
    font-weight: 500;
}

.pop_cart td{
	flex-wrap: wrap;
}
.client_price,
.client_price_discount{
	flex-basis: 100%;
}

.pop_cart .client_price_discount,
.pop_cart .client_earnings,
.pop_cart .client_price {
	font-size: 18px;
}

#client_price, #discount_price, #earnings_by_order {
	font-weight: bold;
}



.fnc--cartlist--receipt_form{
	width: calc(50% - 2px);
	display: inline-block;
}

.fnc--cartlist--cell__total__text .total_earn {
	margin: 0 25px;
}

.fnc--cart-receipt-links a.fa:after,
.fnc--cart-receipt-links a.fa:before{
    font: normal normal normal 50px/1 FontAwesome;
    margin-right: 25px;
}
.receipt-sended{
	justify-content: center;
}
.fnc--cart-receipt-links{
	text-align: center;
}

.objective-additional{
	display: none;
	max-width: 500px;
}

.objective-additional h3 {
	font-weight: 500;
}

.photo label{
    display: block;
    height: 50px;
    border: 1px dotted;
    border-radius: 15px;
    width: 50px;
    text-align: center;
    box-sizing: border-box;
    line-height: 50px;
    font-size: 30px;
	margin: 10px 0 20px;
	cursor: pointer;
}

.photo label.full{
	border: none;
	width: auto;
    height: auto;
}

.uploaded {
    font-weight: 600;
    overflow-wrap: anywhere;
}

.documents-photos{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    border-bottom: solid 1px #808893;
    margin: 20px auto;
    padding: 15px 0 0 0;
}


.photo--container img{
	max-height: 100px;
}

.documents-photos .photo{
    flex-basis: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.save-documents-button{
    display: block;
    width: 100%;
    cursor: pointer;
    font-size: 13px;
    padding: 22px 15px;
    margin: 20px auto;
}

.quick_view-modal {
    position: fixed;
    top: 50%;
    left: 20%;
    background: #fff;
    width: 60%;
    transform: translate(0, -50%);
    border: 1px solid;
}

.fnc--calendar--container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}

.fnc--calendaritem--container {
	display:flex;
	justify-content:space-between;
	align-items:center;
	z-index: 1;
}
.fnc--calendaritem--container div {
	flex-basis:50%;
}

.fnc--calendar--item {
	width:100%;
	padding:0 10px;
}

.calendar_fil_bl {
	display: flex;
}

.op_cal {
	display: none!important;
	max-width: 200px;
}

.calendar_but {
	display: flex;
    justify-content: space-evenly;
}

.calendar_but_mob {
	display: none;
}

.title_sobitie {
    color: #202020;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    display: block;
}

.fnc--calendar--item button,
.op_cal {

    display: block;
    width: 100%;
    border:0;
	border: 1px solid #00817d;
    background-color: #00817d;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 19px 15px 19px;
    position: relative;
    text-align: center;
    line-height: 1;

}

.fnc--calendar--item button:hover,
.op_cal:hover {
	background-color: #fff;
    color: #00817d;
}

.selectric .label {
    color: #202020;
    font-size: 16px;
    height: 54px;
    display: flex;
    align-items: center;
}

.fnc--center--articles__listitem .js_article_quick_view{
	display: none;
}

.fnc--center--articles__listitem:hover .js_article_quick_view {
	cursor: pointer;
	display: block;
    padding: 10px;
    width: 100%;
    text-align: center;
    border: 1px solid;
    position: absolute;
    top: 15px;
    background: rgba(0,0,0,0.3);
    color: #fff;
}

.promo_generate{
	display: flex;
    align-items: center;
    padding: 20px 10px;
}


#new_promocode{
	width: 40px;
	background: transparent;
    border-color: #666;
    border-radius: 0;
    margin-right: 4px;
    padding: 10px;
    text-align: center!important;
}

#promo_generated{
	min-height: 40px;
    cursor: pointer;
    padding: 10px 20px;
}

.js_generate {
    margin-left: 20px;
    padding: 10px 20px;
    background-color: #6ebdc3;
    border: solid 1px #6ebdc3;
    color: #fff;
    border-radius: 0;
    min-height: 42px;
}

.client-earnings{
    font-size: 0.8em;
    margin-top: 20px;
}

.ReceptAnubisVideo {
    max-width: 100%;
    width: auto;
    height: 600px;
    float: left;
    margin-right: 50px;
    margin-bottom: 50px;
}

.bonus_account_konech {
	padding: 10px;
    background: #f0f0f0;
    max-width: 300px;
    text-align: center;
    margin: 10px auto;
    font-weight: 500;
}


/* about pro nas */


.about_outer{
    align-items: center;
    width: 100%;
    max-width: 1500px;
    padding: 0px 25px 0px;
    margin: 0 auto;
}
.about_block1.ab_reverse{
    flex-direction: row-reverse;
}
.about_block1{
    display: flex;
    align-items: center;
    padding: 0px 0;
}
.ab_bl1_img img{
    display: block;
    width: 100%;
    height: auto;
}
.ab_bl1_img{
    width: 53.7%;
}
.ab_bl1_text{
    width: 46.3%;
    padding: 0 55px;
}
.ab_bl1_text h2{
    color: #202020;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 34px;
    line-height: 1.33;
    font-weight: 300;
}
.ab_bl1_text strong{
    color: #6ebdc3;
    font-weight: 500;
}

.about_outer strong,
.m_heading_inner strong {
    color: #6ebdc3;
}

.ab_bl1_text p:last-child{
    margin-bottom: 0;
}
.ab_bl1_text p{
    margin-bottom: 25px;
}
.ab_bl1_text{
    color: #717171;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625;
}
.about_block2 p:last-child{
    margin-bottom: 0;
}
.about_block2 p{
    margin-bottom: 25px;
}
.about_block2{
    padding: 60px 0;
    max-width: 970px;
    margin: 0 auto;
    color: #717171;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625;
}
.about_block2 b{
    color: #6ebdc3;
    font-weight: 500;
}
.ab_bl2_text{
    padding-top: 30px;
}
.ab_bl1_text li{
    margin-bottom: 18px;
    position: relative;
    padding-left: 19px;
}
.ab_bl1_text li:before {
    content: '•';
    color: #6ebdc3;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 27px;
    line-height: 1;
}
.ab_bl1_text ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.about_block_4{
    max-width: 1220px;
    margin: 0 auto;
    padding: 60px 0;
}
.ab_bl_item {
    padding: 10px 35px;
    text-align: center;
}

.ab_bl_item_inner {
    padding-top: 10px;
}

.ab_item_count span:before{
    content: '';
    display: block;
    position: absolute;
    left: -7px;
    top: -7px;
    width: 74px;
    height: 74px;
    background-color: #6ebdc3;
    opacity: 0.2;
    border-radius: 50%;
}
.ab_item_count span{
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    background-color: #6ebdc3;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    position: relative;
}
.ab_item_text{
	color: #202020;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: 1.625;
    padding-top: 23px;
    max-width: 280px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.about_block_4 .product_slick {
    top: 75%;
}

.ab_block_sl_outer {
	margin-top: 35px;
}

.ab_block_sl_inner .product_slick{
    margin-top: -30px;
}
.ab_block_sl_inner{
    position: relative;
    margin-top: 35px;
}
.about_block_5_outer{
    padding: 60px 0;
    background: url(/img/source/pro_nas/cursesfon2.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.about_block_5_inner{
    padding: 60px 130px 65px;
}
.about_block_5_last h2 b{
    font-weight: 500;
}
.about_block_5_last h2{
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.33;
    margin-bottom: 39px;
}
.about_block_5_last{
    max-width: 750px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}

.about_block_5_last strong {
	color: white;
}


.about_block_5_last p, .about_block_5_last ul, .about_block_5_last ol{
    opacity: 0.8;
    font-weight: 300;
    line-height: 1.625;
}
.about_block_5_last ul li:last-child{
    margin-bottom: 0;
}
.about_block_5_last ul li{
    position: relative;
    padding-left: 19px;
    font-weight: 300;
    margin-bottom: 19px;
}
.about_block_5_last ul{
    list-style-type: none;
    padding: 0;
}
.about_block_5_last li:before {
    content: '•';
    color: #6ebdc3;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 27px;
    line-height: 1;
}
.about_block6{
    padding: 60px 0;
}
.ab_bl6_iframe{
       padding-top: 40px;
    max-width: 1050px;
    margin: 0 auto;
}




/* END about pro nas */


/* shop */

.oure_brands{
  width: 100%;
    padding: 50px 25px;
    max-width: 1500px;
    margin: 0 auto;
}
.m_heading{
    display: block;
    width: 100%;
    text-align: center;
}

.big_img_brands_outer{
    display: flex;
    flex-wrap: wrap;
	max-width:1450px;
	margin:0 auto;
    padding-top: 40px;
    background-position: 20px;
}
.big_img_brand_item a, .big_img_brand_item img{
    outline: none;
    text-decoration: none;
    display: block;
    width: 100%;
    height: auto;
	overflow:hidden;
	transition: 1s;
}

.big_img_brand_item img:hover {
transform: scale(1.05);
transition: 1s;
}


.big_img_brand_item{
    padding: 0 15px;
    width: 50%;
}


.get_discount{
    width: 100%;
    padding: 60px 0;
}
  .get_discount_inner {
	background-position: center 50px;
	background-attachment: fixed;
	display: flex;
	max-width: 1920px;
	align-items: center;
	background-repeat: no-repeat;
	justify-content: center;
	padding: 134px 25px 150px;
	background-image: url(/img/source/shop/Layer-1437.png);
	margin: 0 auto;
	background-size: cover;
  }

.get_discount_title{
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.get_discount_desc{
    color: #f0f5f9;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 35px;
}
.get_discount_form button{
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00817d;
    border: none;
    outline: none;
}


.html_outer_module{
    max-width: 1470px;
    margin: 60px auto;
    padding: 0 25px;
	border-top: 3px solid #6ebdc3;
}
#column-left .html_outer_module{
	padding: 0;
}
#column-left .html_inner_module{
	max-height: initial;
    border: none;
    overflow: hidden;
}

.html_inner_module h2, .html_inner_module h3, .html_inner_module h4{
    color: #202020;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}
.html_inner_module{
	max-width: 970px;
	width: 100%;
	margin: 35px auto 0;
    max-height: 210px;
    overflow-y: scroll;
    color: #717171;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
}
.html_outer_module ::-webkit-scrollbar {
    width: 4px;
}

.html_outer_module ::-webkit-scrollbar-track {
    background: #e8e8e8;
    width: 2px;
}

.html_outer_module ::-webkit-scrollbar-thumb {
    background: #6ebdc3;
    width: 4px;
    height: 17px;
}

.html_outer_module ::-webkit-scrollbar-thumb:hover {
    background: #6ebdc3;
}
.left_bl_title{
    background-color: #f1f1f1;
    color: #202020;
    font-size: 16px;
    padding: 17px 48px 17px 19px;
    position: relative;
}

/* END shop */


.contacts .standart_outer {
	padding: 20px 25px 0px;
}

.contacts .fnc--feedback_cont_form {
	margin: 0 auto;
}

.contacts .fnc--feedback__title {
	display: none;
}

/* Brends */

.standart_outer{
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
    padding: 20px 25px 60px;
}

.all_brand_out{
	text-align: center;
    margin: 20px 0;
}

.brands_outer_mi:after{
	content:'';
	width: 100%;
	height: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	bottom: 0px;
}
.brands_outer_mi{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	position: relative;
}
.brands_outer_mi_item{
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 171px;
	padding: 10px;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.brands_outer_mi_item:nth-child(4n){
	border-right: none;
}
.brands_outer_mi_item a img{
	transition-duration: 0.3s;
}
.brands_outer_mi_item a:hover img{
	opacity: 0.7;
	transform: scale(0.95);
}
.brands_outer_mi{
	margin-top: 45px;
}


/* END Brands */


/* Kontakty */


#map{
    height: 600px;
}
.contacts_outer_mi{
    display: flex;
    padding-top: 40px;
}
.contacts_info{
    width: 35%;
    padding-right: 40px;
	padding-left: 40px;
}
.cont_city{
    text-transform: uppercase;
    color: #202020;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 26px;
}
.cont_addr ,.cont_item_add a{
    color: #717171;
    font-weight: 300;
    font-size: 16px;
}
.cont_addr svg{
    position: absolute;
    left: 0;
    top: 2px;
}
.cont_addr{
    position: relative;
    padding-left: 30px;
    margin-bottom: 22px;
}
.cont_tels{
    list-style-type: none;
    position: relative;
    padding-left: 30px;
}
.f_ic{
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
}
.cont_email svg{
    position: absolute;
    left: 0;
    top: 2px;
}
.cont_email{
    position: relative;
    padding-left: 30px;
}
.cont_tels li{
    margin-bottom: 23px;
}
.cont_item_add:not(:last-child){
    margin-bottom: 55px;
}
.contacts_map{
    width: 65%;
	position: relative;
    z-index: 10;
}
.cont_form_outer{
    max-width: 720px;
    margin: 0 auto;
}
.cont_form_outer .cust_form{
    padding-top: 34px;
}
.for_halph_inp .for_item_inp{
    width: calc(50% - 10px);
}
.for_halph_inp{
    display: flex;
    justify-content: space-between;
}
.for_item_inp{
    width: 100%;
    margin-bottom: 28px;
}

.mc_heading b{
    color: #6ebdc3;
    font-weight: 500;
}
.mc_heading{
    text-align: center;
    text-transform: uppercase;
    color: #202020;
    font-weight: 300;
    font-size: 24px;
}



/* END kontact */




.m_heading {
    display: block;
    width: 100%;
    text-align: center;
}

.m_heading_inner {
    display: inline-block;
    position: relative;
    color: #202020;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 29px;
    margin-bottom: 20px;
}

.m_heading_inner:before {
    content: '';
    width: 130px;
    height: 1px;
    background-color: #e8e8e8;
    display: block;
    position: absolute;
    right: 50%;
    bottom: 0;
    margin-right: 27px;
}
.m_heading_inner img {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -6px;
    margin-bottom: -6px;
}

.m_heading_inner:after {
    content: '';
    width: 130px;
    height: 1px;
    background-color: #e8e8e8;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: 27px;
}

.m_heading_inner b {
	color: var(--15-prof-text-color);
}


.but_register {
	text-align: center;
}

.btn {
    border: 1px solid #00817d;
    background-color: #00817d;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 19px 15px 19px;
    position: relative;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    line-height: 1;
}

.btn:hover {
    background-color: #fff;
    color: #00817d;
}



/* navchannya */

.content--center--separator__3 h2{
    font-size: 20px;
    color: #202020;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 15px;
}


.page--article--text_form {
    display: flex;
    width: 100%;
    padding: 0 25px 100px;
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 1250px;
    margin-top: 50px;

}

.page--article--text{
	width: auto;
    color: #717171;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
}

.page--article--form {
	width: 375px;
	background-color: #6ebdc3;
    padding: 40px;
    position: relative;
    overflow: hidden;
    max-height: 450px;
}

.blog_text a {
	display: inline-block;
    width: max-content;
    margin: 0 auto;
}

.blog_text a strong,
.blog_text a span {
    display: flex;
    justify-content: center;
    margin: 50px auto;
    align-items: center;
    border: 1px solid #00817d;
    background-color: #00817d;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    max-width: max-content;
    padding: 10px 25px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.blog_text a strong:hover,
.blog_text a span:hover {
	background-color: #fff;
    color: #00817d;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}


.page--article--form:before {
	content: '';
    background-image: url(/themes/img/med_und_heading1.svg);
    background-size: contain;
    position: absolute;
    top: -40px;
    right: 78px;
    width: 160px;
    height: 505px;
    display: block;
    background-repeat: no-repeat;
    transform: scale(-1, 1) rotate(-30deg);
    opacity: 0.03;
}

.form_obuchenie_bl {
	border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 25px;
    margin-bottom: 17px;
    position: relative;
    z-index: 2;
}

.form_obuchenie_bl:nth-child(3) {
    border: none;
    margin-bottom: 0;
}

.form_obuchenie_bl_t {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}
.form_obuchenie_bl_t svg {
    margin-right: 10px;
}

.form_obuchenie_bl_v {
    opacity: 0.7;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    margin: 13px 0 0 28px;
}

.form_obuchenie_but {
    position: relative;
    z-index: 2;
}

.form_obuchenie_but button {
	width: 100%;
    border: 2px solid #fff;
    background-color: #fff;
    color: #00817d;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding: 25px 15px;
}

.form_obuchenie_but button:hover {
    background-color: transparent;
    color: #fff;
}




/* END navcahnnya */


/* Tabs for dostavka i oplata */

.inform_dostavka_i_oplata {
    max-width: 1200px;
    margin: 50px auto;
}
.tab-cont {
    display: none;
}
.tab-cont.active {
    display: block;
}

.tabs-ct .tab-cont-in .content {
    width: 100%;
    margin-left: 0px;
}
.tabs-el {
    display: flex;
    justify-content: center;
}
.tabs-el .tab{
    background: #e8e8e8;
    padding: 20px;
    margin: 0 10px;
    min-width: 300px;
    text-align: center;
    color: black;
    cursor: pointer;
    font-size: 16px;
}

.tabs-el .active {
    background-color: #6ebdc3;
    color: white;
}

.tab-cont.active {
    display: block;
    padding: 50px 10px 0px 10px;
    border-top: solid 1px #6ebdc3;
}

.account--center--page .year span {
	font-size: 18px;
    font-weight: bold;
}



@media only screen and (max-width: 600px) {
.tabs-el {
    display: block;
}

.tabs-el .tab {
    margin: 10px 10px;
}

}


.dp_item {
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0 28px 0;
}
.dp_item_meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 54px;    margin-bottom: 30px;
}
.dp_item_text b{
font-weight: 600;
}
.dp_item_tit_num {
    display: flex;
    align-items: center;
}
.dp_item_num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #6dbcc2;
    font-size: 18px;
    border-radius: 50%;margin-right: 15px;
}
.dp_item_hti {
    color: #0a1a2f;
    font-size: 18px;
    font-weight: 600;
}
.dp_it_img {
    margin-right: 50px;
}

.act_nab_t_opl_dos {
    padding: 30px 30px 0;
}

.act_nab_t_opl_dos b, .act_nab_t_opl_dos strong {
    color: #ff0000;
    display: block;
}



/* END Tabs for dostavka i oplata */


/* calendar content */

.obuchenie_str .content--center--inner {
	max-width: 1920px;
}

.obuchenie_str .content--center--page {
	max-width: 1450px;
	margin: 0 auto;
	padding: 0 15px;
}

.content--center--page__text a {
	font-size: 16px;
}

.content--center--page__text a:hover {
	color: #6ebdc3;
}


.content--center--page__text_form {
	float: left;
    width: 65%;
    padding: 10px 50px;
}


.kalendar_bl .article_first_block h1 {
	max-width: 1200px;
}

.course_second_block {
	background: url(/images/calendar/cursesfon.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 110px 0 90px;
    margin-bottom: 45px;
    margin-top: 50px;
}

.course_second_block_inner {
    width: 100%;
    padding: 0 15px;
    max-width: 1250px;
    margin: 0 auto;
}

.course_second_block_title {
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 29px;
}
.course_second_block_title b {
    font-weight: 500;
}

.course_second_block_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
}

.course_second_block_li_outer {
    width: 33.33%;
    padding: 35px 15px 30px 30px;
}

.course_second_block_li {
    position: relative;
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.66;
    padding: 53px 25px 20px;
    min-height: 162px;
}

.course_second_block_li span {
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6ebdc3;
    font-weight: 500;
    font-size: 16px;
    top: -25px;
    left: -25px;
}

.no_decor:before,
.no_decor:after{
	display: none;
}

.ab_block_sl_inner .product_slick {
    margin-top: -30px;
}
.product_slick {
    width: 60px;
    height: 60px;
   	background-color: #6ebdc3;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    top: 65%;
    margin-top: -85px;
}

.product_slick:hover path {
	fill: white;
}


.product_slick-next {
    right: 0;
}


.fourth_block_outer {
	/*background: url(/images/calendar/osnovi-BG-min.jpg);*/
	position: relative;
    width: 100%;
    max-width: 1470px;
    margin: 40px auto;
    padding: 110px 125px 90px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.fourth_block_outer:before {
    content: '';
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0,0,0,0) 100%);
}

.fourth_block_inner {
    position: relative;
    z-index: 2;
    width: 60%;
}
.fourth_block_title {
    margin-bottom: 40px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 36px;
}

.fourth_block_title b {
    font-weight: 500;
}

.fourth_block_text {
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    opacity: 0.8;
    line-height: 1.625;
}

.fifth_block_outer {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 60px 25px;
}

.m_heading {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.m_heading_inner {
    display: inline-block;
    position: relative;
    color: #202020;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 29px;
    margin-bottom: 20px;
}
.m_heading_inner.no_decor {
    padding-bottom: 0;
    margin-bottom: 15px;
}

.m_heading_inner b {
    font-weight: 500;
    color: #6ebdc3;
}

.m_heading h2,
.m_heading h3{
    font-size: unset;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
}

h2 strong {
	font-weight: 500;
}

.get_discount_meta h3 {
	font-weight: 500;
    font-size: 36px;
    padding: 0;
    margin: 0 auto;
}
.get_discount_meta h4 {
	font-weight: 500;
}


.fifth_block_subtitle {
    color: #717171;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    padding: 25px 0 40px;
}

.sixth_block {
    background-image: url(/images/calendar/cursesfon.jpg);
    background-size: cover;
    background-position: center center;
    margin-top: 20px;
}
.sixth_block_inner {
    width: 100%;
    max-width: 1050px;
    padding: 40px 15px 40px;
    margin: 0 auto;
}
.sixth_block_text {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.66;
    text-align: center;
    padding-bottom: 30px;
}
.sixth_block_button {
    text-align: center;
}

.sixth_block_button .btn {
    border: 1px solid #00817d;
    background-color: #00817d;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 19px 15px 19px;
    position: relative;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    line-height: 1;
}

.sixth_block_button .btn:hover {
    background-color: #fff;
    color: #00817d;
}

.calendar_clider_str {
	max-width: 1200px;
    margin: 0 auto;
    padding: 45px 10px 40px;

}

.calendar_clider_str .m_heading {
	margin-bottom: 20px;
}


.calendar_clider_str_block {

}

.calendar_clider_str  .product_slick {
	top: 75%;
}

/* END calendar content */


/* END calendar obsh */
.fnc--center--articles__listitem__main,
.kalendar_bl .fnc--center--articles__listitem__main {
    width: 100%;
    text-align: left;
    display: block;
    padding: 40px 0 0px 30px;
    position: relative;
    align-items: center;
}

.fnc--center--articles__listitem,
.kalendar_bl .fnc--center--articles__listitem {
	flex-wrap: nowrap;
    padding: 9px;
    border: 1px solid #e8e8e8;
    align-items: stretch;
}

.left,
.kalendar_bl .left {
	width: 100%;
    display: flex;
}

.fnc--articles--list .fnc--center--articles__listitem:nth-child(even) ,
.kalendar_bl .fnc--articles--list .fnc--center--articles__listitem:nth-child(even) {
    flex-direction: row;
}

.calendar_type,
.kalendar_bl .calendar_type {
	position: absolute;
    min-width: 85px;
    text-transform: uppercase;
    background-color: #6ebdc3;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    top: 0;
    right: 0;
    text-align: center;
    padding: 7px 5px;
}

.kalendar_bl .calendar_date {

}

.kalendar_bl .calendar_name {
	margin-top: 20px
}

.kalendar_bl .calendar_master,
.kalendar_bl .calendar_city,
.home .calendar_master,
.home .calendar_city{
    margin-top: 15px;
}

.home .calendar_date {
	margin-top: 20px;
}

.calendar_name .js_article_quick_view ,
.kalendar_bl .calendar_name .js_article_quick_view {
	display: block;
	color: #202020;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.66;
    margin-top: 15px;
    max-height: 120px;
    overflow: hidden;
}

.fnc--center--articles--listitem__name a ,
.kalendar_bl .fnc--center--articles--listitem__name a {
	color: #202020;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.66;
    margin-top: 15px;
}

.fnc--center--articles__listitem:hover .js_article_quick_view ,
.kalendar_bl .fnc--center--articles__listitem:hover .js_article_quick_view {
    cursor: pointer;
    padding: 0px;
    width: 100%;
    text-align: left;
    border: none;
    position: relative;
    top: 0px;
    background: none;
    color: #000000;
}

.fnc--center--articles__listitem:hover ,
.kalendar_bl .fnc--center--articles__listitem:hover {
	border: 1px solid #6ebdc3;
}

.calendar_master ,
.calendar_city.
.kalendar_bl .calendar_master {
	margin-top: 15px;
}

.right svg,
.kalendar_bl .right svg {
    display: inline-block;
    vertical-align: middle;
}

.calendar_master span,
.calendar_city span,
.calendar_date span,
.calendar_duration span {
    padding-left: 10px;
    color: #717171;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
}

.home .calendar_duration {
	display: none;
}

.calendar_info {
    margin-right: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.home .calendar_info {
	position: relative;
	text-align: right;
}


.calendar_info a,
.kalendar_bl .calendar_info a {
    color: #6ebdc3;
    font-size: 16px;
    font-weight: 400;
}


/* kalendar video */


.video_in_calendar {
	position: relative;
}

.video_in_calendar video:before {
	content: "";
	position: absolute;
	background-image: url(/themes/img/click_b.png);
	background-size: 100%;
    width: 75px;
    height: 75px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.video_in_tov:hover:before {
	background-image: url(/themes/img/click_bl.png);
	-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

@media (max-width: 768px) {
	.video_in_calendar video{
		width: 100%;
		height: auto;
	}

}


/* END kalendar video */








.modal_form_zap {
    z-index: 1000;
    max-width: 722px;
    padding: 25px 120px;
    width: 100%;
    overflow: visible;
    display: none;
    opacity: 0;
}

.modal_form_zap_content {

}



.modal_form_zap .fnc--feedback__title {
	padding-top: 0;
    padding-bottom: 0;
    color: #6ebdc3;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-bottom: 9px;
}

.modal_form_zap .fnc--feedback__title span {
    color: #202020;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    display: block;
}

.all_calendar_str {
	display: block;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 85px;
}

.kalendar_bl .fnc--center--articles__listitem {
	max-width: 630px;
}


.home .fnc--articles--list_row .fnc--center--articles--listitem__image {
	width: 320px;
    height: 320px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.home .fnc--articles--list_row .fnc--center--articles--listitem__image img {
    display: flex;
    height: 320px;
    width: auto;
    max-width: max-content;
}

.home .slick-initialized .slick-slide {
    align-items: flex-start!important;
}
.actitemsBlock .slick-initialized .slick-slide {
    min-width: 308px;
}


/*input[type=radio]:checked + label:before {

	content:"";

	display: block;

	width:10px;

	height:10px;

	background:var(--5-text-color);

	position:absolute;

	top: 2px;

    left: 2px;

}



input[type=radio]:not([disabled]):hover + label:before {
	content:"";
	display: block;
	width:10px;
	height:10px;
	background:var(--5-text-color);
	position:absolute;
	top: 2px;
    left: 2px;
}*/



.modal_form_zap .fnc--feedback--main__line input[type="text"],
.modal_form_zap .fnc--feedback--main__line input[type="password"],
.modal_form_zap .fnc--feedback--main__line input[type="text"] {
    border: 1px solid #e1e1e1;
    font-family: Roboto;
    color: #717171;
    font-weight: 300;
    resize: none;
    font-size: 16px;
    outline: none;
    width: 100%;
    padding: 16px 10px 17px 20px;
    display: block;
    background: none;
    line-height: 0;
}

.modal_form_zap .fnc--feedback--main__line:nth-child(1) {
	display: none;
}
.modal_form_zap .fnc--feedback--main__line:nth-child(2),
.modal_form_zap .fnc--feedback--main__line:nth-child(3) {
    margin: 0 auto;
    width: calc(50% - 2px);
    display: inline-block;
}
.modal_form_zap .fnc--feedback--main__line:nth-child(2) {
    padding: 0 10px 0 0px;
}
.modal_form_zap .fnc--feedback--main__line:nth-child(3) {
    padding: 0 0px 0 10px;
}


.modal_form_zap .fnc--feedback--main__button button{
    border: 1px solid #00817d;
    background-color: #00817d;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 19px 15px 19px;
    position: relative;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    line-height: 1;
}

.modal_form_zap .fnc--feedback--main__button button:hover {
    background-color: #fff;
    color: #00817d;
}

.modal_form_zap .popup--container__close {
	position: absolute;
    right: -35px;
}
.modal_form_zap .popup--container__close button {
    border: none;
}
  .popup--container__close button{
	  cursor: pointer;
	  background: #00817d;
	  color: #fff;
	  width: 70px;
	  height: 70px;
	  font-size: 32px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  opacity: 1;
	  top: 5px;
      right: 5px;
	  position: absolute;
	  text-align: center;
	  padding-right: 5px;
	  border: none;
  }
.kalendar_bl .fnc--center--articles--listitem__image {
    width: 320px;
    height: 320px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}


.kalendar_bl .fnc--center--articles--listitem__image img {
    display: flex!important;
    height: 320px;
    width: auto!important;
    max-width: max-content;
}


/* END calendar obsh */


/* calendar modal */


.page--article--text_form_modal {
    display: flex;
    justify-content: space-between;
}
.js__quick_view--popup .article_first_block h1 {
	color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    padding: 0;
}

.js__quick_view--popup .article_first_block {
    align-items: flex-end;
    margin-bottom: 55px;
}

.fnc--calendaritem--container {
    border-top: solid rgba(255,255,255,0.2) 1px;
    padding: 20px 0;
}

.kalendar_bl_in .fnc--calendaritem--container {
	width: 100%;
	position: absolute;
    bottom: 0px;
}

.js__quick_view--popup .fnc--calendaritem--item {
	display: flex;
	flex-basis: 100%;
}
.js__quick_view--popup .fnc--calendaritem--item div {
    flex-basis: 25%;
}
.type_calendar_pop {
    display: inline-block;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    background: #6ebdc3;
    padding: 7px 19px;
    margin-bottom: 25px;
}

.js__quick_view--popup .page--article--name {
    padding: 10px 100px;
    z-index: 1;
    width: 100%;
}


.date_calendar_pop {

}

.city_calendar_pop {

}

.master_calendar_pop {

}

.price_calendar_pop {

}

.date_calendar_pop,
.city_calendar_pop,
.master_calendar_pop,
.price_calendar_pop {
	justify-content: center;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.kalendar_bl .fnc--calendaritem--container div {
	flex-basis: 100%;
}
.kalendar_bl .date_calendar_pop,
.kalendar_bl .city_calendar_pop,
.kalendar_bl .master_calendar_pop,
.kalendar_bl .price_calendar_pop {
	width: 25%;
	float: left;
}


.date_calendar_pop span,
.city_calendar_pop span,
.master_calendar_pop span,
.price_calendar_pop span {
    margin-left: 13px;
}

.page--calendaritem--text {
    padding: 0 30px;
    color: #717171;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
}

.page--calendaritem--form {
    min-width: 320px;
    max-width: 375px;
    width: 100%;
}

.page--calendaritem--form .fnc--feedback__title {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.page--calendaritem--form .fnc--feedback__title span {
	display: none;
}

.page--calendaritem--form input[type='text'] {
    border: 1px solid #e1e1e1;
    font-family: Roboto;
    color: #717171;
    font-weight: 300;
    resize: none;
    font-size: 16px;
    outline: none;
    width: 100%;
    padding: 16px 10px 17px 20px;
    display: block;
    background: none;
}


.page--calendaritem--form .js__feedback--button{
    border: 1px solid #00817d;
    background-color: #00817d;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 19px 15px 19px;
    position: relative;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    line-height: 1;
}

.page--calendaritem--form .js__feedback--button:hover {
	background-color: #fff;
    color: #00817d;
}



/* END calendar modal */


/* obuchenie */

.obuchenie .content--center--page{
	margin-top: 50px;
	margin-bottom: 100px;
}

.obuchenie .fnc--center--chapters {
	padding: 0;
}


.obuchenie .fnc--center--chapters--item__additional {
	display: none;
}

.obuchenie .fnc--center--chapters--item__image {
	padding: 0;
	overflow: hidden;
	line-height: 0;
}

.obuchenie .fnc--center--chapters--item__name {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 20px;
    text-align: center;
    padding: 0 45px;
    z-index: 1;
}
.obuchenie .fnc--center--chapters--item__name a {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.66;
    font-size: 16px;
}

.obuchenie .fnc--center--chapters__list--item:hover {
    box-shadow:	none;
}
.obuchenie .fnc--center--chapters__list--item:hover img {
    transform: scale(1.05);
}

.obuchenie .fnc--center--chapters--item__image img {
	transition-duration: 0.5s;
}



/* END obuchenie */

/* gallery */

.gallery .content--center--page{
	margin-top: 50px;
	margin-bottom: 100px;
}

.gallery .fnc--center--chapters {
	padding: 0;
}


.gallery .fnc--center--chapters--item__additional {
	display: none;
}

.gallery .fnc--center--chapters--item__image {
	padding: 0;
	overflow: hidden;
	line-height: 0;
}

.gallery .fnc--center--chapters--item__main {
	position: relative;
}

.gallery .fnc--center--chapters--item__name {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 20px;
    text-align: center;
    padding: 0 45px;
    z-index: 1;
}
.gallery .fnc--center--chapters--item__name a,
.gallery .fnc--center--chapters--item__name a h2 {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.66;
    font-size: 16px;
}

.gallery .fnc--center--chapters__list--item:hover {
    box-shadow:	none;
}
.gallery .fnc--center--chapters__list--item:hover .fnc--center--chapters--item__name {
	background: #0b3b42;
}
.gallery .fnc--center--chapters__list--item:hover img {
    transform: scale(1.05);
}

.gallery .fnc--center--chapters--item__image img {
	transition-duration: 0.5s;
}




/* END gallery */


/* tovar modal */

.js__quick_view--popup .item--page--chars--container .left{
	font-weight: 500;
    width: 50%;
    margin-right: 0;
    justify-content: flex-end;
    padding-right: 10px;
}

.js__quick_view--popup .item--page--chars--container .right {
    width: 50%;
    color: #5d6672;
    text-align: left;
    padding-left: 10px;
}

.js__quick_view--popup .item--page--chars--container {
    max-width: 780px;
    margin: 0 auto;
}


.js__quick_view--popup .js__add--tocart {
	margin-left: 20px;
    border: 1px solid #6ebdc3;
    background-color: #6ebdc3;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    flex-grow: 1;
    width: 250px;
    height: 55px;
}

.js__quick_view--popup .js__add--tocart:hover {
    background-color: #fff;
    color: #6ebdc3;
}

.js__quick_view--popup .itempage--center--buyinfo {
	justify-content: center;
}


.js__quick_view--popup .itempage--tabs--button:last-child,
.js__quick_view--popup .itempage--center--oneclick,
.js__quick_view--popup .itempage--center--rate,
.js__quick_view--popup .itempage--tabs--button:nth-child(3) {
	display: none;
}

/* END tovar modal */


/*  news */
.news .fnc--center--articles__listitem {
	display: block;
}

.news .fnc--center--articles__listitem__main {
    position: initial;
}

.news .fnc--center--articles__listitem {
    max-width: 630px;
}
/* end news */


/* slider shop */

.big_img_brands_outer {

}

.big_img_brand_item {

}


.slider_all_brands {
	padding-top: 40px;
    padding-bottom: 20px;
	max-width:1450px;
    position: relative;
	margin:35px auto 30px auto;

}

.slider_all_brands .product_slick {
	margin-top: 0;
    width: 40px;
    height: 40px;
    top: 15px;
}
.slider_all_brands .product_slick svg {
    padding: 4px 0 0;
}

.slider_all_brands .slick-slide img{
	max-height: 60px;
}


.slider_all_brands .slick-slide img:focus,
.slider_all_brands .slick-slide {
	outline: none;
}

.btn_all_brands {
	border: 1px solid #00817d;
    background-color: #00817d;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 19px 15px 19px;
    position: relative;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    line-height: 1;
    margin: 50px 0;
}

.btn_all_brands:hover {
    background-color: #fff;
    color: #00817d;
}

.shop .m_heading{
	margin-top: 50px;
}

/* END slider shop */

.all_filters_block {
	display: flex;
	flex-wrap: wrap;

	padding: 0 7px;
}

.all_filters_block .fnc--filters--item__inner--name {
    display: flex;
    /* flex-direction: row-reverse; */
    margin-right: 5px;
    margin-bottom: 5px;
    align-items: center;
    border: 1px solid #6ebdc3;
    border-radius: 5px;
    padding: 6px 10px 3px;
}

.all_filters_block input[type=checkbox]:checked + label {
    border: none;
    cursor: pointer;
    margin-right: 0;
    margin-left: 10px;
}

.all_filters_block input[type=checkbox]:checked + label:before {
    position: absolute;
    left: 5px;
    top: 4px;
    content: ' ';
    height: 14px;
    width: 2px;
    background-color: #0a1a2f;
    transform: rotate(-45deg);
}

.all_filters_block input[type=checkbox]:checked + label:after {
	position: absolute;
    left: 5px;
    top: 4px;
    content: ' ';
    height: 14px;
    width: 2px;
    background-color: #0a1a2f;
    transform: rotate(45deg);
}

[data-brand='all']{
	display:none!important;
}

.empty_Cart{
	display:none;
}
.hoverCatalog .arrow{
	display:none!important;
}
.hoverCatalog .fnc--column--catalog__container .second{

	overflow: visible;
	display:flex;
	height:auto!important;
	padding: 0 !important;
	opacity: 1;
	position:relative;
}


.hoverCatalog.second .menu--catalog--submenu__item a {
	font-size: 13px!important;
	font-weight: 400!important;
	margin-bottom: 5px;
	display: block;
	padding: 4px 0 0 0!important;
}


.content_f{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.content_f .js__clear--filters{
	width:auto!important;
	min-width:90px;
	max-width: 90px !important;
	background-color:#fff;
	display:inline-block;
	padding: 10px !important;
	color:#444;
	cursor: pointer;
	font-size:14px;
	border-radius: 4px;
	margin:5px 8px;
	min-height: 42px !important;
	border: 1px solid #00817d;
	text-transform: none;
}
.checks{
	min-width:90px;
	display:inline-block;
	padding:10px;
	color:#444;
	cursor: pointer;
	border-radius: 4px;
	margin:5px 8px;
	border: 1px solid #00817d;
	position: relative;
	padding: 10px 30px 10px 10px;
}

.checks:hover,
.js__clear--filters:hover {
	background: #00817d;
    color: white;
}

.checks:before {
    content: '×';
    position: absolute;
    font-size: 20px;
    top: 5px;
    right: 10px;
}

.old_price{
	text-decoration: line-through;
}


.uSocial_catalog {
	position: fixed;
    top: 30%;
    right: 0;
    z-index: 100;
    background: #f1f1f1;
    padding: 10px 0;	
}

.uSocial_catalog .uscl-list {
	display: grid!important;
    grid-row-gap: 10px!important;
}

.uSocial_catalog .soc_item {
	max-width: 65px;
    overflow: hidden;
    max-height: 190px;
    align-items: flex-start;
}


/* none client */

.content--item--page .client-earnings {
	display: none;
}

.fnc--login--popup--container .client-earnings {
	display: none;
}

.content--center--page--cart .recept_add_block {
	display: none;
}

.content--center--page--cart .recept_price,
.content--center--page--cart .fnc--cartlist--cell__make_receipt {
	display: none;
}

.account_receipt {
	display: none;
}


/*.actitemsBlock .slick-track,
.actitemsBlock .fnc--products--listitem {
	width: 100%!important;
}*/


.actitemsBlock .fnc--products--listitem__shopinfo {
	display: none;
}


.col:nth-child(3) .menu--catalog--submenu__item:last-child {
	display: none;
}

.fnc--column--catalog .menu--catalog__item:nth-child(1) .menu--catalog__submenu .menu--catalog--submenu__item:last-child {
	display: none;
}


/* banner telebot */

.ban_tel {
    position: relative;
    display: flex;
    width: 100%;
    background: #6ebdc3;
    align-items: center;
    padding-left: 10%;
    margin: 0px 0 100px;
}

.tel_href {
	position: absolute;
    top: -15px;
    right: 30%;
}


.tel_href:before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: #ffffff;
    border-radius: 50%;
    border: solid 15px #fff;
    background-image: url(/themes/img/Telegram_Messenger.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    animation: radial-pulse 1s infinite;
}

.ban_tel_block {
	padding: 10px 0;
}

.ban_tel_block p { 
    padding: 0;
    margin: 0;
    font-size: 22px;
    color: white;
}
.ban_tel_block ul {
    font-size: 15px;
    color: white;	
}

.ban_tel_block ul li {
    position: relative;
    list-style: none!important;
}
.ban_tel_block ul li:before {
    content: '✓';
    position: absolute;
    list-style: none;
    top: -4px;
    left: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #ffffff;
}


@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
  }
 
  100% {
    box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
  }
}

@media (max-width: 1100px) {
	.ban_tel {
    	padding-left: 5%;
	}
}

@media (max-width: 1000px) {
	.ban_tel_block p {
	    width: 75%;
	}
	.ban_tel {
		padding: 0 10px;
	}
}
@media (max-width: 900px) {
	.tel_href {
    position: absolute;
    top: -1px;
    right: 35%;
}
}

@media (max-width: 760px) {
	.ban_tel_block p {
	    width: 100%;
	    text-align: center;
	}
	.ban_tel {
	    margin: 0px 0 200px;
	}
	.tel_href:before {
	    width: 100px;
	    height: 100px;
	}
	.tel_href {
	    top: 250px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    display: flex;
	    justify-content: center;
	}

}


/* END banner telebot */


.pey_and_del {
    position: fixed;
    top: 40%;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    display: none;
}

.pey_and_del div {
	background: #6ebdc3;
    width: 120px;
    padding: 5px;
    margin: 2px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    right: -80px;
    position: absolute;
    cursor: pointer;
    border: none;
}

.pey_and_del div:hover {
	right: 0px;
}

.pey_and_del a:nth-child(2) {
    top: 45px;
    position: relative;
}
.pey_and_del div span {
	color: white;
    padding-right: 10px;
}


.hoverCatalog .menu--catalog__item:nth-child(1) .col:nth-child(1) .menu--catalog--submenu__item:nth-child(3) a {
	color: red!important;
	font-weight: bold!important;
}

.hoverCatalog .menu--catalog__item:nth-child(1) .col:nth-child(1) .menu--catalog--submenu__item:nth-child(4) a {
	color: #6ebdc3!important;
    font-weight: bold!important;
}

.act_text {
    font-size: 20px;
    margin-top: 10px;
    color: #ff0000;
    font-weight: 400;

/*    display: none;*/
}

/* item info timework */

.timework {
	display: none;
}

.timework_info {
    position: relative;
    margin-right: 10px;
}
.timework b {
    border: solid 1px;
    border-radius: 50%;
    font-size: 11px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    right: -25px;
    cursor: help;
}


.info_deliv {
    opacity: 0;
    position: absolute;
    bottom: 25px;
    right: -30px;
    background: #ededed;
    padding: 10px;
    text-align: center;
    width: 100%;
    visibility: hidden;
}

.info_deliv_bl:hover .info_deliv {
	opacity: 1;
	visibility: visible;
}

/* END item info timework */


.fnc--login--fields__field {
	position: relative;
}

.password-control {
    position: absolute;
    top: 15px;
    right: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/themes/main/view.svg) 0 0 no-repeat;
    opacity: 0.5;
}
.password-control.view {
    background: url(/themes/main/no-view.svg) 0 0 no-repeat;
}


/* password block eye */

.pass_bl,
.pass_reg_log,
.pass_reg_1,
.pass_reg_2 {
    position: relative;
}

.pass_bl .password-control {
    top: 25px;
    right: 15px;
}
.pass_reg_log .password-control {
    top: 20px;
    right: 15px;
}
.pass_reg_1 .password-control_reg,
.pass_reg_2 .password-control_reg2 {
    top: 20px;
    right: 15px;
}

.password-control,
.password-control_reg,
.password-control_reg2 {
    position: absolute;
    top: 15px;
    right: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/themes/main/no-view.svg) 0 0 no-repeat;
    opacity: 0.5;
}
.password-control.view,
.password-control_reg.view,
.password-control_reg2.view {
    background: url(/themes/main/view.svg) 0 0 no-repeat;
}

/* END password block eye */


/* black friday */

/*.actIcon:before {
    content: '';
    position: absolute;
    background-image: url(/themes/img/2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    z-index: 11111111;
    top: 170px;
    right: 0px;
    transform: rotate(90deg);
}

.itempage--item--image .actIcon:before,
.js__quick_view--popup .actIcon:before{
	display: none;
}*/

/* END black friday */


/* alvi prague */
.itempage--tab--info__text .row {
	display: flex;
	align-items: center;
}

.itempage--tab--info__text .row-2,
.itempage--tab--info__text .row-4,
.itempage--tab--info__text .row-6,
.itempage--tab--info__text .row-8,
.itempage--tab--info__text .row-10,
.itempage--tab--info__text .row-12,
.itempage--tab--info__text .row-14 {
	flex-direction: row-reverse;
}

.itempage--tab--info__text .row-1 .col-sm-6:nth-child(2),
.itempage--tab--info__text .row-3 .col-sm-6:nth-child(2),
.itempage--tab--info__text .row-5 .col-sm-6:nth-child(2),
.itempage--tab--info__text .row-7 .col-sm-6:nth-child(2),
.itempage--tab--info__text .row-9 .col-sm-6:nth-child(2),
.itempage--tab--info__text .row-11 .col-sm-6:nth-child(2) {
	margin-left: 50px;
}

.itempage--tab--info__text .row-1 .col-sm-6,
.itempage--tab--info__text .row-2 .col-sm-6,
.itempage--tab--info__text .row-3 .col-sm-6,
.itempage--tab--info__text .row-4 .col-sm-6,
.itempage--tab--info__text .row-5 .col-sm-6,
.itempage--tab--info__text .row-6 .col-sm-6,
.itempage--tab--info__text .row-7 .col-sm-6,
.itempage--tab--info__text .row-8 .col-sm-6,
.itempage--tab--info__text .row-9 .col-sm-6,
.itempage--tab--info__text .row-10 .col-sm-6,
.itempage--tab--info__text .row-12 .col-sm-6,
.itempage--tab--info__text .row-14 .col-sm-6 {
	width: 100%;
}

.itempage--tab--info__text .row-2 .col-sm-6,
.itempage--tab--info__text .row-4 .col-sm-6,
.itempage--tab--info__text .row-6 .col-sm-6,
.itempage--tab--info__text .row-8 .col-sm-6,
.itempage--tab--info__text .row-10 .col-sm-6 {
	margin-right: 50px;
}



/* END alvi prague */

.video_news {
    text-align: center;
}
.video_news video{
    width: 800px!important;
    height: 450px!important;
}

@media (max-width: 800px) {
    .video_news video {
        width: 100%!important;
        height: auto!important;
    }

}


.obuchenie_str img{
	display: none;
}

.obuchenie_str .fnc--center--chapters--item__name {
	position: relative;
	bottom: 0;
}

.obuchenie_str .fnc--center--chapters--item__main .fnc--center--chapters--item__name a,
.obuchenie_str .fnc--center--chapters--item__main:hover .fnc--center--chapters--item__name a {
	color: #202020;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 120% */	
}


.obuchenie .fnc--center--chapters--item__main {
	display: flex;
    flex-direction: column-reverse;
}

.obuchenie .chapters_two {
	padding-bottom: 16px;
}

.obuchenie .chapters_two .fnc--center--chapters--item__name {
	min-height: 0;
	margin-top: 24px;
}

.chapters_two {
	flex-basis: calc(50% - 32px);
	padding-bottom: 50px;
	position: relative;
}


.chapters_two .fnc--center--chapters--item__image {
    max-width: 560px;
    height: 348px;
    border-radius: 0px 160px;
    width: 100%;
    background-size: 100%!important;
    background-position: center!important;
    margin: 0 auto;
    position: relative;
}


.chapters_two .fnc--center--chapters--item__main:hover .fnc--center--chapters--item__name a h2,
.chapters_two .fnc--center--chapters--item__main:hover .fnc--center--chapters--item__name,
.chapters_two .fnc--center--chapters--item__name a h2 {
	color: #202020!important;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	background: none;
	line-height: 24px;
}

.chapters_two .fnc--center--chapters--item__name a h2  {
	margin: 0;
}

.chapters_two .fnc--center--chapters--item__name {
    color: #202020;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    bottom: 0;
    padding: 0;
    min-height: 64px;
}

.chapters_two .fnc--center--chapters__list--item {
	flex-basis: calc(25% - 32px);
	padding: 32px 16px;
}



.arrow_right_h {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #81BBC1;
	display: flex;
	align-items: center;
	gap: 8px;
	width: 64px;
}

.fnc--center--chapters__list--item:hover .arrow_right_h {
	width: 162px;
}

.arrow_right_h span {
	padding: 8px 16px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 200% */
	font-variant: all-small-caps;
}

.arrow_right_h svg {
    position: absolute;
    background: #81bbc1;
    padding: 8px 16px;
    right: 0;
}

.link_chap {
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

.chapters_two .fnc--center--chapters--item__image{
	display: none;
}
.obuchenie .fnc--center--chapters--item__image {
	display: flex;
}

.chapters_two .fnc--center--chapters__list--item .fnc--center--chapters--item__additional ul {
    padding: 0 16px;
    margin: 0 0 24px;
}

.chapters_two .fnc--center--chapters__list--item .fnc--center--chapters--item__additional li {
	position: relative;
	display: flex;
	text-align: left;
	color: #717171;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 24px */
	padding: 0 0 16px 24px;
}
.chapters_two .fnc--center--chapters__list--item .fnc--center--chapters--item__additional li:before {
	content: url("/themes/img/icon_check.svg");
	position: absolute;
	width: 24px;
	height: 24px;
	left: -8px;
}
.chapters_two .fnc--center--chapters--item__info h3 {
	color: #81BBC1;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: 24px; /* 100% */
}

.form_obuchenie_but_chap {

}

.form_obuchenie_but_chap button {
	display: flex;
	max-width: 292px;
	width: 100%;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	background: #81BBC1;
	border: none;
	margin: 0 auto;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 200% */
	text-transform: uppercase;
	border: 1px solid #6ebdc3;
}
.form_obuchenie_but_chap button:hover {
    background-color: #fff;
    color: #6ebdc3;
}
.details_obuchenie_but_chap span {
	display: flex;
	margin: 16px 0 0;
	padding: 8px 40px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border: 1px solid #81BBC1;
	transition: all 0.3s linear;
}

.details_obuchenie_but_chap span:hover {
	background: #81BBC1;
	color: #FFF;
	transition: all 0.3s linear;
}
.price_na_zakup {
	margin-bottom: 5px;
}
.na_zakup {
	display: block;
    margin: 12px 0;
}

.online_training .fnc--center--chapters--item__image{
	background-position: center -100px!important;
}

/* str online obuchenie */



.page_online_obuchenie .content--center--page__text {
	margin-top: 32px;
	padding: 32px 16px;
	border: 1px solid #E8E8E8;
	display: flex;
	gap: 105px;
}
.page_online_obuchenie .content--center--page__text button {
	display: flex;
	width: 292px;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	background-color: #81BBC1;
	border: solid 1px #81BBC1;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 200% */
	text-transform: uppercase;
}
.page_online_obuchenie .content--center--page__text .js__zapis_calendar:hover {
	background-color: #fff;
    color: #00817d;
}

.page_online_obuchenie .content--center--page__text .obchenie_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.obchenie_text p, .obchenie_text span, .obchenie_text ul li {
	font-size: 16px;
    font-style: normal;
    color: #717171;
}

.detale_cours {
	background: #81BBC1;
	padding: 40px 55px;
}
.all_detale_cours {
    display: flex;
    justify-content: space-between;
}
.one_detale_cours {
    display: flex;
    align-items: center;
    gap: 8px;
}
.det_name {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin-right: 8px;
}
.det_info {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
}

.advantages {
	padding: 120px 48px 50px;
}
.advantages h2 {
	color: #202020;
	font-size: 36px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
}
.advantages h2 span {
	color: #81BBC1;
	font-weight: 500;
}
.advantages_block {
	margin-top: 64px;
	display: flex;
	gap: 16px;
}
.advantages_info {
	position: relative;
    display: flex;
    flex-direction: column;
    width: 20%;
    text-align: center;
    padding: 16px 0 32px;
    border: solid 1px #fff;
}
.advantages_info svg {
	margin: 0 auto;
}
.advantages_info h3 {
	color: #717171;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 133.333% */
	transition: all 0.3s linear;
}
.advantages_info span {
    display: block;
    max-width: 75%;
    margin: 0 auto;
   	opacity: 0;
   	transition: all 0.3s linear;
   	color: #81BBC1;
   	position: relative;
    top: -20px;
}
.advantages_info:hover {
	border-radius: 0px 120px;
	border: 1px solid var(--Main, #81BBC1);	
	color: #81BBC1;
	cursor: pointer;
}
.advantages_info:hover span {
	opacity: 1;
	top: 0;
	transition: all 0.3s linear;
}
.advantages_info:hover h3 {
	color: #81BBC1;
	transition: all 0.3s linear;
}
.act_advantages_info h3 {
	color: #81BBC1;
}
.act_advantages_info span {
	opacity: 1;
	top: 0;
}
.act_advantages_info {
	border-radius: 0px 120px;
	border: 1px solid #81BBC1;	
	color: #81BBC1;
	cursor: pointer;
}

.advantages_for_cosmetologist {
	padding: 0 0 120px;
}
.advantages_for_cosmetologist h2 {
	color: #202020;
	font-size: 36px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 54px */
	text-transform: uppercase;
	text-align: center;
}
.advantages_for_cosmetologist h2 span{
	color: #81BBC1;
	font-weight: 500;
}

@media(max-width:500px){ 
.content--center--page__text .obchenie_text p,
.content--center--page__text .obchenie_text ul li {
	font-size: 18px;
}

}


.afc_text {
	display: flex;
	gap: 32px;
	margin-top: 45px;
}
ul.afc_text_ul li{
	color: #717171;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 133.333% */
	padding: 14px;
	list-style-type: none;
	position: relative;
	transition: all 0.3s linear;
}
ul.afc_text_ul li:before {
	content: url("/themes/img/icon_checkmark.svg");
	position: absolute;
	width: 32px;
	height: 32px;
	left: -32px;
	transition: 1s;
}
ul.afc_text_ul li:hover {
	color: #81BBC1;
	transition: all 0.3s linear;
}
ul.afc_text_ul li:hover:before {
	transform: scale(1.5);
}

.video_prog_cours {

}
.video_prog_cours h3 {
	color: #202020;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
}
.video_prog_cours h3 span {
	color: #81BBC1;
	font-weight: 500;
}
.vpc_video {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vpc_video img {
    width: 100%;
    height: auto;
}
.vpc_video svg {
	position: absolute;
	cursor: pointer;
	transition: all 0.3s linear;
}
.vpc_video svg:hover {
	transform: scale(1.1);
	transition: all 0.3s linear;
}

.line_form_obuch {
	width: 100%;
    background: #81BBC1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 37px;
}

.line_form_obuch p {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 30px */
	margin: 0;
}
.line_form_obuch button {
	display: inline-flex;
	padding: 8px 32px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #FFF;
	color: #81BBC1;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 200% */
	text-transform: uppercase;
	border: solid 1px #81BBC1;
}
.line_form_obuch button:hover {
	background-color: #00817d;
    color: #fff;
}

.btn_desc_off {
	display: none;
}

.obchenie_text h1 {
	font-weight:500;
}

@media(max-width:1050px){

.page_online_obuchenie .content--center--page__text {
	flex-wrap: wrap;
}
.obchenie_text {
    width: 100%;
}

.obchenie_text img {
    margin: 0 auto;
    display: block;
    max-width: 680px;
    width: 100%;
    height: auto;
}
.advantages_block {
	flex-wrap: wrap;
	align-items: center;
    justify-content: center;
}

.advantages_info h3 {
	color: #81BBC1;
}
.advantages_info span {
	opacity: 1;
	top: 0;
}
.advantages_info {
	border-radius: 0px 120px;
	border: 1px solid #81BBC1;	
	color: #81BBC1;
	cursor: pointer;
	width: 32%;
}
.afc_text {
	flex-wrap: wrap-reverse;
	justify-content: center;
}
.afc_text img {
	max-width: 680px;
	width: 100%;
	height: auto;
}
.line_form_obuch {
	gap: 100px;
}



}


@media(max-width:900px){

.all_detale_cours {
	flex-wrap: wrap;
}
.one_detale_cours {
	padding: 16px;
	width: 100%;
}
.btn_desc_off {
	display: block;
	width: 100%!important;
}

.page_online_obuchenie .content--center--page__text button {
	display: none;
}

.one_detale_cours button {
    display: inline-flex;
    padding: 8px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FFF;
    color: #81BBC1;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
    border: solid 1px #81BBC1;
}
.one_detale_cours button:hover {
	background-color: #00817d;
    color: #fff;
}
.page_online_obuchenie .content--center--page__text {
	gap: 0;
}
.advantages_info {
	width: 48%;
}
.vpc_video svg {
	width: 80px;
	height: 80px;
}


}


@media(max-width:500px){

.one_detale_cours button {
	width: 100%;
}
.advantages_info {
    width: 100%;
}

.advantages {
    padding: 75px 10px;
}

.advantages_for_cosmetologist {
	padding: 0 10px;
}
.line_form_obuch {
	flex-wrap: wrap;
    gap: 32px;
}
.line_form_obuch button {
	width: 100%;
}

.one_detale_cours {
	width: auto;
}
.detale_cours {
    padding: 40px 25px;
}


}

/* END str online obuchenie */

/* str offline obuchenie */



.benefits_course {

}
.benefits_course h3 {
    color: #202020;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    text-transform: uppercase;
    margin: 120px auto;
    text-align: center;
}
.benefits_course h3 span {
	color: #81BBC1;
}
.benefits_course_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
}
.benefits_course_item {
    position: relative;
	width: 443px;
	height: 206px;
    flex-shrink: 0;
	border-radius: 0px 160px;
	border: 1px solid var(--Light, #E8E8E8);
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    text-align: center;
}
.benefits_course_item:nth-child(3n+1) {
    background: rgba(129, 187, 193, 0.20);
}


.benefits_course_item span {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	padding: 8px 16px;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	background: #9AC9CD;
	color: #FFF;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 100% */
	font-variant: all-small-caps;
}
.benefits_course_item p {
	color: #717171;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 133.333% */
	margin: 0;
}


.cel_proect {
	margin-top: 120px;
	background: rgba(154, 201, 205, 0.20);
	padding: 60px 0 20px;
	min-height: 550px;
	position: relative;
}
.cel_proect svg {
	position: absolute;
	width: 100%;
	height: auto;
    top: 20%;
}
.cel_proect h3 {
	color: #202020;
	font-size: 36px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 54px */
	text-transform: uppercase;
	text-align: center;
}
.cel_proect h3 span {
	color: #81BBC1;
}
.cel_proect_block {
    display: flex;
    justify-content: space-around;
}
.cel_proect_item {
    width: 360px;
    height: 324px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.cel_proect_item:nth-child(2n+1) { 
	justify-content: flex-start;
}
.cel_proect_item_numerate {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background: #9AC9CD;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 100% */
	font-variant: all-small-caps;
	margin-bottom: 8px;
}
.cel_proect_item_title {
	color: #717171;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 133.333% */
}
.cel_proect_item_desc {
	color: #717171;
	text-align: center;
/*	font-size: 16px;*/
	font-size: 24px;
	font-style: normal;
/*	font-weight: 400;*/
	font-weight: 500;
	line-height: 150%; /* 24px */
}


.page_offline_obuchenie .content--center--page__text {
	margin-top: 32px;
	padding: 32px 16px;
	border: 1px solid #E8E8E8;
	display: flex;
	gap: 105px;
}

.page_offline_obuchenie .content--center--page__text button {
	display: flex;
	width: 292px;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	background-color: #81BBC1;
	border: solid 1px #81BBC1;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 200% */
	text-transform: uppercase;
}

.page_offline_obuchenie .content--center--page__text .js__zapis_calendar:hover {
	background-color: #fff;
    color: #00817d;
}

.programe_offline_cource {
	margin-top: 120px;
	position: relative;
	margin-bottom: 50px;
}
.programe_offline_cource h3 {
    color: #202020;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
}

.programe_offline_cource h3 span {
	color: #81BBC1;
}

.poc_block {
	display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 30px;
}
.poc_block div {
	width: 45%;
}
.poc_text {

}
.poc_img img {
	width: 100%;
	height: auto;
}
.poc_text p,
.poc_text ul,
.poc_text ul li,
.poc_text span {
	font-size: 16px;
	color: #717171;
}

.poc_text p {
	position: relative;
}

.poc_text p:before {
	content: '';
    background: url(/themes/img/med_und_heading.svg);
    width: 12px;
    height: 36px;
    position: absolute;
    left: -27px;
}





/* video */


.f-video-container {
  position: relative;
  display: block;

}
 
.f-video-player {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
 
.f-video-player iframe,
.f-video-player object,
.f-video-player embed {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
 
.f-video-cover {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* END video */

/* END str offline obuchenie */



.fnc--brands--list .alvi-prague,
.fnc--brands--list .beauty_service,
.fnc--brands--list .Ital-Farmacia,
.fnc--brands--list .live-candle-brand {
	display: none;
}



.cart--page--inner__line #liqpay {
	display: none;
}



.obchenie_text {

}


