:root{
	--old-font-muller: 'muller_regularregular', sans-serif;
	--old-font-muller-italic: 'mullerthin_italic', sans-serif;
}
.old_style * {
	box-sizing: content-box;
	/* margin: 0; */
} 
.old_style{
	font-family: 'muller_regularregular';
	/* background: #fff; */
	/* color:#000; */
}


.parallax-mirror{}
.parallax-slider{
	max-width: initial;
	vertical-align: initial;
}
.page_about_us body{
	background: #fff;
}
.old_style{
	color:#fff;
}
.text-dark .old_style{
	color:#000;
}
.text-dark .old_style a,
.text-dark .old_style a:visited, 
.text-dark .old_style a:active, 
.text-dark .old_style a:link, 
.text-dark .old_style a:hover{
	color:inherit;
}
.old_style .bx-user-info-name.toggle{
	margin: 0;
	pointer-events: none;
	cursor: initial;
}
.old_style .bx-user-info-anchor-nolink{
	cursor: initial;
}
.old_style .auth-hover.toggle_body{
	display: none !important;
}
.header-above.old_site header:before{
	content:'';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 225px;
	z-index: 1;
	background: linear-gradient(to bottom,  rgba(2,78,93,94%) 26%,rgba(2,78,93,0) 100%);
}
.page_contacts.old_site header{
	/* color: #000; */
	background: var(--bg);
	padding-bottom:10px;
	position:relative;
	z-index: 3;
}
/**/

.old_style h1,
.old_style h2,
.old_style h3,
.old_style h4,
.old_style h5,
.old_style h6 {
	margin: 10px 0;
	font-family: inherit;
	font-weight: bold;
	line-height: 1em;
	color: inherit;
	text-rendering: optimizelegibility;
	background: none;
	-webkit-text-fill-color: inherit;
}

/**/


.clearfix {
	clear:both;
}

.old_style a, .old_style a:visited, .old_style a:active, .old_style a:link, .old_style a:hover {
	text-decoration: none;
	color: inherit;
}
a.printer{
	filter: brightness(0) invert(1);
}
.cont{
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}

.cont:after {
	content: '';
	display: block;
	clear: both;
}

.center {
	text-align: center;
}

.margin0 {
	margin-left:0;
}

/*           главная          */

/*  энциклопедия  */

.back-1 {
	background: url(/images/articles-bottom.png) center bottom no-repeat, url(/images/articles-top.jpg) center top no-repeat;

}

.content h1 {
	font-family: 'mullerthin_italic';
	font-size:70px;
	font-weight:100;
	margin:50px 0;
	/* color: #044666; */
}
.page_news .content h1{
	/* margin: 20px 0 0; */
}

.articles-left {
	/* width:340px; */
	width: 100%;
	border:2px solid #012F3F;
	min-height:500px;
	border-radius:8px;
	float:left;
	background: #fff;
	color: #000;
}

.articles-right {
	max-width: 710px;
	width: 100%;
	/* margin-left:40px; */
	margin-bottom:100px;
	background: #fff;
	border-radius:8px;
	float:left;
	box-shadow: -2px 2px 7px rgba(0,0,0,0.1), 2px 2px 7px rgba(0,0,0,0.1);
	color: #000;
}

.articles-block {
	/*transition: all 0.3s;	*/
}

h3[data-opened] + .articles-block > div,
.articles-block > div:hover {
	color: #fff;
	background: #47B0E0;
	transition: all 0.3s;
}

.articles-block > div:hover a {
	color: #fff !important;
}
.articles-block > div:hover a:hover {
	border-bottom: 1px solid #fff;
	transition: all 0.3s;	
}
.separator {
	margin: 0 20px;
	border-bottom: 2px solid #002F3F;
}


.articles-section {
	float:left;
	width:120px;
	padding:20px 10px 20px 0;
	font-size: 16px;	
	font-family: 'mullerbold';
	color: #000;
	transition: all 0.3s;
}

.articles-block > div:hover .articles-section{
	color: #fff;
	transition: all 0.3s;	
}
.articles-links {
	float:left;
	width:170px;
	font-size:12px;
	padding:20px 0;		
}


.articles-links p {
	margin:0;
	line-height:1.3;
}

.articles-links p a{
	// font-family: 'mullermedium';
	border-bottom: 1px solid transparent;		
	transition: all 0.3s;		
}
.articles-links p a.active{
	color: #199CD9;
	transition: all 0.3s;		
}

.articles-left h3 {
	font-size: 16px !important;
	padding: 10px 0 10px 20px !important;
	background: url(/images/marker.png) left center no-repeat;
	border: none;
	border-bottom: 2px solid #002F3F;
	margin: 0 20px !important;
	cursor: pointer !important;
	/* border: none; */
	border-radius: 0;
	line-height: 40px;
}

.js-accordion h3.last-child,
#accordion h3.last-child {
	border-bottom: none;
}

.js-accordion h3.last-child + .articles-block .separator,
#accordion h3.last-child + .articles-block .separator {
	border-bottom: none;
}

.js-accordion h3.accordion-header-active,
#accordion h3.accordion-header-active {
	background: url(/images/marker2.png) left center no-repeat;
}

.js-accordion .ui-icon-triangle-1-e,
#accordion .ui-icon-triangle-1-e,
.js-accordion .ui-icon-triangle-1-s,
#accordion .ui-icon-triangle-1-s {
	display: none;
}



.articles-right h2 {
	margin: 40px;
	font-size:36px;
	line-height:1;
}

.articles-main-img {
	height:320px;
	background-size: cover !important;
}


.articles-text {
	padding:10px 40px 50px;
}

.articles-text p {
	line-height: 1.1;
}

.articles-text blockquote {
	width: 300px;
	height:auto;
	float:right;
	padding: 20px  0 20px 40px;
	margin:0;
	border-left:none;
	font-family: 'mullermedium_italic';
	font-size:18px;
	position: relative;

}

.articles-text blockquote p {
	position: relative;
	z-index:1;
}
.articles-text blockquote:before {
	content: url(/images/quote-left.png);
	width:50px;
	height:41px;
	position: absolute;
	left:20px;
	top:0;
	z-index:0;
}
.articles-text blockquote:after {
	content: url(/images/quote-right.png);
	width:50px;
	height:41px;
	position: absolute;
	right:0;
	bottom:20px;
	z-index:0;	
}
.articles-text video,
.articles-text iframe {
	margin: 20px -40px 20px -40px;
	width: 800px;
	width: calc(100% + 80px);
	display: block;
	max-width: initial !important;
}
.share  {
	margin:50px 0 0;
}
.share > span {
	font-size:26px;
	width:180px;	
	display: inline-block;
	font-family: 'mullermedium';	
	line-height:1;
	float:left;
}

.share img {
	margin-right:10px;
}

.old-footer{
	color:#fff;
}
.dante-circle-1 {
	background: rgba(0,68,94, 0.8);
	padding:40px 0 40px;
}

.foot-col-1 {
	width:250px;
	float:left;
	margin-right:50px;
}

.foot-col-1 p {
	margin: 0 0 7px;
	font-size:12px;
	line-height: 1.2;	
}

.foot-col-1 p a {
	color: rgba(255,255,255,0.7);
	border-bottom: transparent;	
	transition: all 0.3s;
}
.foot-col-1 p a:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	color: #fff;
	transition: all 0.3s;	
}
	

.single-section {
	margin:30px 0;
}

.footer-block {
	margin:5px 0 18px;
	border-left:1px solid rgba(255,255,255,0.7);
	padding-left:10px;
}

.foot-col-2 {
	float:left;
	border:1px solid #fff;
	border-radius:10px;
	width:350px;
	padding:20px;
	margin-left:50px;
} 

.foot-col-2 .separator {
	border-bottom:1px solid #fff;
	margin:0 0 15px;
}
.foot-col-2 .separator.last-child {
	border-bottom:none;
	margin:0;	
}

.foot-col-2 .separator.last-child .articles-links  {
	padding-bottom:0;
}

.foot-col-2 .articles-section {
	width:160px;
	padding-top:0;
	color: #fff

}
.foot-col-2 .articles-links {
	padding:0 0 15px;
}

.foot-col-2 .articles-links a {
	color: rgba(255, 255, 255, 0.7);
} 

.foot-col-2 .articles-links a:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	color: #fff;
}


.foot-col-2 .bx_catalog_text {
	margin-bottom:0;
}

.dante-circle-2 {
	background:rgba(5, 60, 86, 0.93);
	padding:20px 0;
}

.dante-circle-2 p {
	margin:3px 0;
}

.foot-1 {
	width:130px;
	color: #fff;
	font-size:16px;
	float:left;
}

.foot-2 {
	width:150px;
	color: #fff;
	font-size:16px;
	float:left;
}

.foot-3 {
	width:170px;
	color: #fff;
	font-size:16px;
	float:left;
}

.foot-4 {
	width:80px;
	color: #3083B5;
	font-size:12px;
	float:left;
	text-align: center;
}

.foot-5 {
	width:200px;
	color: #3083B5;
	font-size:10px;
	float:left;
	margin-left:20px;
	padding-top:5px;
}

.foot-6 {
	width:200px;
	color: #3083B5;
	font-size:10px;
	float:left;
	padding-top:5px;
}

.foot-5 p, .foot-6 p {
	line-height: 1.5;
	margin: 0;
}

.foot-7 {
	width:150px;
	color: #2A7CAB;
	font-family: 'mullerbold';	
	font-size:16px;	
	float:left;
}

.foot-7  p {
	margin:1px 0 5px;
}

.foot-7 img {
	margin-right:1px;
}

/*    контакты     */

.page_contacts .content__wrap{
	min-height:1200px;
	margin-top:-80px;
	position: relative;
	background: transparent url(/images/back2.png) center top no-repeat;
	z-index: 2;
}

.map {
	margin-top:-650px;
	position:relative;
	z-index: 1;
}

ymaps[class*=events-pane]  {
	z-index:2000 !important;
}

ymaps[class*=controls__toolbar], 
ymaps[class*=map-copyrights-promo], 
ymaps[class*=copyright__agreement] {
	display: none;
}

ymaps[class*=places-pane] > ymaps >  ymaps[class*=svg-icon]
 {
	background: url(/images/baloon.png) center center no-repeat !important;
	background-size: 88px 120px !important;
	width:94px  !important;
	height:131px  !important; 
	top: -100px  !important; 
	left: -47px  !important; 
	z-index:4000;
	transition: all 0.3s;	
}

ymaps[class*=places-pane] > ymaps >  ymaps[class*=svg-icon]:hover{
	top: -113px  !important; 
	transition: all 0.3s;
	background-size:94px 131px !important;
}
.contacts-top {
	padding-top: 211px;
	margin-bottom: 74px;
}

.contacts-top a {
	color:#fff !important;
}
.contacts-top table {
	width:90%;
	margin-left:5%;
	color: #fff;
	font-size:27px;
	font-family: 'mullerbold';
	line-height:1.2;
}

.rekvisits {
	font-family: 'mullerbold';
	width: 22%;
	padding:0 5%;
	float:left;
	font-size:16px;
}

.rekvisits p {
	margin:0;
	line-height:1.1;
}

.old_style .rekvisits a {
	color: #2294D2 !important;
	border-bottom:1px solid transparent;
	transition: all 0.3s;
}

.old_style .rekvisits a:hover {
	border-bottom:1px solid #2294D2;
	transition: all 0.3s;
}

.rekvisits hr {
	background: #000;
	height:1px;
	border-width:0;
}

.callback {
	float:left;
	width:40%;
}
.licence-block {
	float:left;
	width:28%;
} 

.callback h2, .licence-block  h2 {
	margin-top:0;
	color: #00303F;
	font-weight: normal;
	font-family: 'mullermedium';
	line-height: normal;
}

.callback input[type=text] {
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size:18px;
	border-bottom: 2px solid #000;
	width:80%;
	height:30px;
	font-family: 'mullerregular_italic';
	padding: 4px 6px;
	margin-bottom: 10px;
	background: #fff;
}

.callback textarea {
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size:18px;
	border-bottom: 2px solid #000;
	width:80%;
	height:80px;
	font-family: 'mullerregular_italic';
	padding: 4px 6px;
	background: #fff;
	margin-bottom: 10px;
}
.callback input[type=text]:focus {
	border-bottom: 2px solid #2395D3;
}

.callback textarea:focus {
	border-bottom: 2px solid #2395D3;
}

.callback input[type=submit] {
	background: transparent;
	border:2px solid #2395D3;
	color: #2395D3;
	font-family: 'mullerbold';
	padding:2px 10px;
	border-radius:15px;
	font-size:16px;
	margin-top:20px;
	transition: all 0.3s;
	letter-spacing: initial;
	text-transform: none;
}

.callback input[type=submit]:hover {
	background:  #2395D3;
	color: #fff;	
	transition: all 0.3s;
}

.licence-img {
	padding:15px 0 15px 60px;
	font-family: 'mullermedium_italic';
	font-size:16px;
	background: url(/images/licence-black.png) left center no-repeat;
}

.licence-pdf {
	padding:15px 0 15px 60px;
	font-family: 'mullermedium_italic';
	font-size:16px;
	background: url(/images/pdf.png) left center no-repeat;
}


.socials {
	//font-family: 'mullermedium';
	font-size: 16px;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
.socials h2 {
	width: 100%;
}
.socials a.max {
	width: 38px;
	height: 38px;
	display: flex;
	border: #010101 solid 2px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}
.socials a.max img {
	width: 24px;
	height: auto;
	margin: 0;
}

.socials img {
	margin-right:10px;
}

.ya-share2  {
	float:left;
}

.ya-share2__badge{
	height:49px;
	width: 50px;
}
.ya-share2__item_service_twitter {
	background: url(/images/tw.png) center center no-repeat;
	width:49px;
	height:49px;
}

.ya-share2__item_service_vkontakte  {
	background: url(/images/vk.png) center center no-repeat;
	width:50px;
	height:49px;
}

.ya-share2__item_service_facebook  {
	background: url(/images/fb.png) center center no-repeat;
	width:50px;
	height:49px;
}

.ya-share2__item_service_twitter .ya-share2__badge,
.ya-share2__item_service_vkontakte  .ya-share2__badge,
.ya-share2__item_service_facebook  .ya-share2__badge {
	background: none !important;
	opacity:0;
}

.share > a {
	float:right;
	margin-left:3px;
	margin-right:230px;
}




/*     галерея     */

.back-3 {
	background:  url(/images/gallery-bottom.png) center bottom no-repeat, url(/images/gallery-top.jpg) center top no-repeat;
}

.gallery {
	margin-bottom:40px;
}

.cbp-popup-lightbox-counter {
	display: none;
}

/*  новости   */

.back-4 {
	background:  url(/images/news-bottom.png) center bottom no-repeat, url(/images/news-top.jpg) center top no-repeat;
}


.news {
	padding-bottom:80px;
	width:1050px;
	padding: 0 0 80px;
}
.news .cbp-item {
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2), -2px -2px 10px rgba(0,0,0,0.1);
	border-radius:12px;
	overflow: visible;
}
.news .cbp-l-grid-masonry-projects .cbp-caption-activeWrap {
	background: rgba(255, 255, 255, 0.8);
	border-radius:10px;

}
.news .cbp  .cbp-caption-activeWrap img {
	width:auto;
	margin-left: auto;	
	margin-right:auto;
	margin-top: -150%;	
}
.news .cbp  .cbp-caption-activeWrap a{
	color: #2195d0;
	font-size:24px;
	font-family: 'mullerbold';
	
} 
.news .cbp-l-filters-buttonCenter {
	float:right;
	margin-top:-80px;
}

.news .cbp .cbp-caption-defaultWrap img {
	border-radius:12px;
}



.news-prev {
	position: absolute;
	bottom:0;
	z-index:100;
	background: rgba(255, 255, 255, 0.8);
	//width:100%;
	padding:15px 30px;
	text-align:left;
	border-radius:0 0 10px 10px;	
}

.news-date {
	font-size:18px;
	font-family: 'mullerbold_italic';
	color: #012F3F;
	
}

.news-desc {
	font-size:36px;
	font-family: 'mullerbold';	
	color: #012F3F;
	line-height:1.2;
	margin-bottom:15px;
}

.cbp-big .news-desc {
	font-family: 'mullermedium';	
}

.news .cbp-small .news-prev  {
	padding:10px 20px;	
	height:100px; 

}

.news .cbp-small .news-date {
	font-size:11px;	
	margin-bottom:0;
}


.news .cbp-small  .news-desc  {
	font-size:16px;	
	line-height:1;
}

.news  .cbp-small  .cbp-caption-activeWrap img {
	margin-top: -90%;	
}


.hot-news {
	width:32px;
	height:32px;
	background: url(/images/ring.png) center center no-repeat;
	position:absolute;
	right: -10px;
	top:-10px;
	z-index:100;
}
.nothot-news {
	width:32px;
	height:32px;
	background: url(/images/ring2.png) center center no-repeat;
	position:absolute;
	right: -10px;
	top:-10px;
	z-index:100;
}
footer.white .dante-circle-1 {
	background: rgba(255,255,255,0.7);
}

footer.white .dante-circle-2 {
	background: rgba(7,72,90,0.7);
}

footer.white h5 a {
	color: #014661 !important;
}

footer.white .foot-col-1 p a {
	color: #014661 !important;
}

footer.white .foot-col-1 p a:hover {
	border-bottom: 1px solid #014661;
}

footer.white .footer-block {
	border-left: 1px solid #014661;
}

footer.white .foot-col-2 {
	color: #014661 !important;
}

footer.white .foot-col-2 .articles-links a {
	color: #014661 !important;
}

footer.white .foot-col-2 .articles-links a:hover {
	border-bottom: 1px solid #014661;
}
footer.white  .articles-section {
	color: #014661 !important;
}

footer.white .foot-col-2 {
	border: 1px solid #014661;
}

footer.white .foot-col-2 .separator {
	border-bottom: 1px solid #014661;
}

footer.white .foot-col-2 .separator.last-child {
	border-bottom:0;
}

footer.white .foot-4, footer.white .foot-5, 
footer.white .foot-6, footer.white .foot-7 {
	color: #fff;
}


/*     каталог     */

.back-5 {
	background:  url(/images/catalog-bottom.png) center bottom no-repeat, url(/images/catalog-top.jpg) center top no-repeat;
}

.catalog {
	//min-height:800px;
}



.navibar {
	width:310px;
	float:left;
	margin-right: 30px;
}

.catalog-menu {
	border: 2px solid #0D3B4B;
	padding:21px 0 21px 0;
	background: #fff;
}

#accordion-catalog h3 {
	font-size:18px;
	color: #2294D2;
	font-weight: normal;
	font-family: 'mullermedium';
	line-height:1.1;
	padding: 7px 28px 10px 40px;
	margin: 0;
	background: transparent url(/images/arr1.png) 20px 10px no-repeat;
	cursor: pointer;
	transition: all 0.3s;
	border: none;
}
#accordion-catalog h3 .ui-icon{
	display: none;
}

#accordion-catalog h3:hover, #accordion-catalog h3.active {
	background: #45AEDE url(/images/arr2.png) 28px 10px no-repeat;
	color: #fff;
	transition: all 0.3s;
}

#accordion-catalog.ui-accordion .ui-accordion-content{
	padding: 0;
}

.catalog-links  {
	padding-left:30px;
	margin:10px 28px 10px;
	position:relative;
	color: #000;
}

.catalog-links:before {
	content:' ';
	background: #000;
	width:1px;
	height: 92%;
	position: absolute;
	left:1px;
	top:3%;
}

.catalog-links p {
	line-height:1;
	margin: 0 0 10px;
}
.catalog-links p.active  {
	line-height:0.8;
	position:relative;
}
.catalog-links p.active:before {
	content:' ';
	background: #000;
	width:7px;
	border-radius:100%;
	height: 7px;
	position: absolute;
	left:-32px;
	top:15%;
	z-index:10;
}
.catalog-links p.active a{
	font-size:18px;	
	color:#000;	
	font-family: 'mullermedium';
	line-height:1;
}
.catalog-links a {
	border-bottom: 1px solid transparent;
	transition: all 0.3s;	
}
.catalog-links p:not(.active) a:hover{
	border-bottom: 1px solid #000;
	transition: all 0.3s;
}

.catalog-search {
	margin-bottom:20px;
}
.catalog-search input[type=text] {
	border: 2px solid #0d3b4b;
	padding:3px 10px 2px 35px;
	border-radius:15px;
	width:250px;
	background: #fff url(/images/lupa2.png) 8px center no-repeat;
	box-shadow: none;
	font-family: 'mullerregular_italic';
	color: #666;
}

.catalog-section {
	width:725px;
	float:left;
	/* overflow: hidden; */
}

.catalog-section .bx_catalog_tile {
	display: none;
}

.catalog-section .col-xs-12 {
	//width:auto;
}

.catalog-item {
	float:left;
	width:215px;
	height:215px;
	padding:0;
	border-radius:5px;
	box-shadow:3px 3px 10px rgba(0,0,0,0.2), -1px -1px 7px rgba(0,0,0,0.05);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	margin-right:20px;
	margin-bottom:30px;
	transition: all 0.3s;
	background-color: #fff9;
}
.catalog-name {
	color: #024864;
	position: absolute;
	bottom:0;
	background: rgba(255,255,255,0.7);
	padding:12px 18px;
	font-family: 'mullerbold';
	font-size:16px;
	border-radius:0 0 5px 5px;	
	min-height:60px;
	opacity:1;
	width:180px;
	transition: all 0.3s;

}

.catalog-element-name {
	line-height:1;
}

.catalog-element-name p {
	max-height: 65px;
	overflow: hidden;
	margin:0;
	line-height: inherit;
}

.catalog-section .catalog-item:nth-child(3n) {
	margin-right:0;
}
.catalog-section .catalog-item:nth-child(3n+1) {
	clear:both;
}
.catalog-desc {
	position: absolute;
	left:0;
	bottom:0;
	color: #024864;
	line-height: 1.2;
	padding:20px;
	opacity:0;
	border-radius:0 0 5px 5px;
	font-size:16px;
	//
	font-family: 'mullermedium';
	width:250px;
} 

.zoom {
	position: absolute;
	text-align: center;
	width:100%;
	height:100%;	
	left:0;
	bottom:0;	
	background: rgba(255,255,255,0.8) url(/images/zoom2.png) center 50px no-repeat;	
	opacity:0;	
	z-index:20;
	overflow:hidden;
	transition: all 0.3s;
}
.zoom a{
	display: block;
	color: #2495D1;
	width:100%;
	height:100%;
	padding-top:110px;	
	font-family: 'mullerbold';	
	font-size:22px;
	text-decoration: underline;
}

.catalog-item:hover .zoom {
	opacity:1;
	transition: all 0.3s;
	color: #000;
}

.catalog-item:hover .catalog-name {
	opacity:0;
	transition: all 0.3s;
}
.catalog-item:hover  .catalog-desc {
	opacity:1;
	transition: all 0.5s;
	z-index:30;
}

.catalog-item:hover {
	z-index:50;
	width:230px;
	padding:30px;
	overflow: hidden;
	border-radius:8px;
	margin: -35px -20px 0 -35px;
	transition: all 0.3s;
}

.paging {
	text-align: center;
	margin:0 0 30px;
	font-family: 'mullerbold';
	font-size:16px;	
	color: #024764;
	width: 100%;
}


.old_style .paging span a{
	padding:0 7px;
	color: #024764;	
	border-radius:100%;	
	border:2px solid transparent;	
}

.old_style .paging .active a{
	border:2px solid #024764;
	border-radius:100%;
	line-height:1.1;
}

.old_style .paging span:hover a{
	background: #024764;
	color: #fff;
}

.page-prev {
	background: url(/images/page-prev.png) center center no-repeat;
	display: inline-block;
	width:25px;
	height:25px;
	margin: 2px 0 -7px;
	border-radius:100%;
}

.page-prev:hover {
	background: #044764 url(/images/page-prev-active.png) center center no-repeat;
}

.page-next{
	background: url(/images/page-next.png) center center no-repeat;
	display: inline-block;
	width:25px;
	height:25px;
	margin: 2px 0 -7px;
	border-radius:100%;	
}
.page-next:hover {
	background: #044764 url(/images/page-next-active.png) center center no-repeat;
}

.item-icons {
	position: absolute;
	text-align:right;
	width:100%;
	top:10px;
	right:10px;
}
.item-icon1 {
	background: url(/images/label1.png) center center no-repeat;
	width:29px;
	height:29px;
	float:right;
	margin-left:10px;
}
.item-icon2 {
	background: url(/images/label2.png) center center no-repeat;
	width:25px;
	height:29px;
	float:right;	
	margin-left:10px;	
}
.item-icon3 {
	background: url(/images/label3.png) center center no-repeat;
	width:29px;
	height:29px;
	float:right;
	margin-left:10px;	
}


/*         товар        */

.back-6 {
	background:  url(/images/item-bottom.png) center bottom no-repeat, url(/images/item-top.jpg) center top no-repeat;	
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
	background: none;
}


.bx_lt {
	width:540px;
	float:left;
	margin-right:20px;
}

.bx_rt {
	width:500px;

	float:left;
	position:relative;
}
.rt_cont {
	min-height:390px;
	position:relative;
}
.big-img {
	width: 550px;
	height:420px;
	position: relative;
}

.zoom-item:hover {
	opacity:1;
	transition: all 0.3s;
}

.item-icons-inner {
	position: absolute;
	left:10px;
	top:10px;
	z-index:100;
}
 .item-icons-inner  a {
	display: block;
	width:41px;
	height:41px;	
}

.item-icon4 {
	background: url(/images/label4.png) center center no-repeat;		
	width:41px;
	height:41px;
	float:left;
	margin-right:10px;
	margin-top:10px;
	
}
.item-icon5 {
	background: url(/images/label5.png) center center no-repeat;		
	width:41px;
	height:41px;
	float:left;	
	margin-right:10px;	
	margin-top:10px;
}
.item-icon6 {
	background: url(/images/label6.png) center center no-repeat;		
	width:41px;
	height:41px;
	float:left;	
	margin-top:10px;
}

.zoom-item {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: url(/images/zoom2.png) center center no-repeat;
	opacity:0;
	transition: all 0.3s;
	z-index:100;
}

.bx_rt h1 {
	font-family: 'mullermedium';
	/* color:#000; */
	font-size:36px;
	font-weight: normal;
	margin:0 0 20px;
	line-height:1;
	//
	min-height:100px;
	//
	max-height:200px;
}

.tp {
	background-color: transparent;
	border: 2px solid #2395d3;
	border-radius: 15px;
	color: #2395d3;
	cursor: pointer;
	display: inline-block;
	font-family: "muller_regularregular";
	font-size: 16px;
	margin: 0 10px 10px 0;
	overflow: visible;
	padding: 1px 10px 2px;
	position: relative;
	transition: all 0.3s;
}

.tp.active, .tp:hover, .bx_active .tp {
	background: #2395D1;
	color:#fff;
	box-shadow:2px 2px 5px rgba(0,0,0,0.2);
	transition: all 0.3s;	
}

.artikul {
	font-size:16px;
	float:left;
	width:190px;
	margin-top:20px;
} 

.artikul span {
	font-family: 'mullerbold';
}

.srok {
	font-size:16px;
	float:left;
	width:240px;
	margin-top:20px;	
} 

.srok span {
	font-family: 'mullerbold';
}

.goto {
	width:433px;
	padding-right:20px;
	height:79px;
	display: block;
	background: url(/images/button.png) right center no-repeat;
	color: #fff !important;
	font-size:24px;
	line-height: 75px;
	text-align: center;
	margin-left:-5px;
	transition: all 0.3s;
	margin-top:0;
}

.goto:hover {
	margin-left:5px;
	transition: all 0.3s;	
}

.nav-tabs {
	margin:0 0 0;
	padding:0;
	border-bottom: none !important;	
	//position:absolute;
	bottom:0;
}

.nav-tabs > li > a {
	border: 1px solid transparent !important;
}

.nav-tabs li {
	list-style: none;
	text-align: center;
	width:110px;
	//font-family: 'mullerbold';
	font-size:14px;

}

.nav-tabs li a{
	outline: none !important;
}
.nav-tabs li img {
	display: block;
	margin: 0 auto 10px;
	filter: brightness(0) invert(1);
}
.nav-tabs li.active a {
	color: #fff !important;
	text-decoration: underline;
}

.tab-pane {
	border: 2px solid #000;
	width:85%;
	padding:35px;
	background: rgb(255 255 255);
	color: #000;
}
.tab-content {
	margin:20px 0 40px;
}

.tab-content #second a {
	padding-right:30px;
}
.tab-content a {
	text-decoration: underline;
}

.tab-pane {
	position:relative;
}

.nav-tabs li {
	position:relative;
	height: 120px;	
}

.nav-tabs li.active:after {
	content: url(/images/arr-top.png);
	width:75px;
	height:20px;
	position: absolute;
	bottom:-21px;
	left:16px; 
	z-index:10;
}
/*
#first:before {
	content: url(/images/arr-top.png);
	width:75px;
	height:20px;
	position: absolute;
	top:-20px;
	left:576px;
	z-index:10;
}
#second:before {
	content: url(/images/arr-top.png);
	width:75px;
	height:20px;
	position: absolute;
	top:-20px;
	left:684px;
	z-index:10;
}
#third:before {
	content: url(/images/arr-top.png);
	width:75px;
	height:20px;
	position: absolute;
	top:-20px;
	left:795px;
	z-index:10;
}
#fourth:before {
	content: url(/images/arr-top.png);
	width:75px;
	height:20px;
	position: absolute;
	top:-20px;
	left:905px;
	z-index:10;
}
*/
.catalog-inner h2 {
	margin:20px 0 30px;
}

.owl-recommend, .owl-viewed {
	width:1020px !important;
}

.owl-viewed {
	margin-bottom:80px;
}

.owl-prev {
	width:50px;
	height:200px;
	background: url(/images/arr-left.png) center center no-repeat;
	position: absolute;
	left:-70px;
	top:10px;
	transition: all 0.3s;
}
.owl-prev:hover {
	background: url(/images/arr-prev.png) center center no-repeat;
	transition: all 0.3s;	
}
.owl-next {
	width:50px;
	height:200px;
	background: url(/images/arr-right.png) center center no-repeat;
	position: absolute;
	right:-40px;
	top:10px;
	transition: all 0.3s;	
}

.owl-next:hover {
	width:50px;
	height:200px;
	right:-40px;
	top:10px;	
	background: url(/images/arr-next.png) center center no-repeat;
	transition: all 0.3s;	
}

.owl-morephoto .item {
	box-shadow: 1px 2px 2px rgba(0,0,0,0.1), -1px -1px 2px rgba(0,0,0,0.1);
}

.owl-morephoto .owl-prev {
	width:50px;
	height:101px;
	left:0;
	top:10px;
	background: url(/images/images-before.png) center center no-repeat;
	opacity:0;
}
.owl-morephoto .owl-prev:hover {
	opacity:1;
}

.owl-morephoto .owl-next {
	width:50px;
	height:106px;
	right:-2px;
	top:6px;	
	background: url(/images/images-after.png) center center no-repeat;
	opacity:0;
}
.owl-morephoto .owl-next:hover {
	opacity:1;
}

.owl-morephoto .owl-item img {
	width:100px !important;
}

.owl-morephoto .owl-stage-outer {
	padding:10px 2px;
	width:100%;
}

.owl-recommend, .owl-viewed  {
	height:230px;		
	
}
.owl-recommend  .owl-stage, .owl-viewed  .owl-stage{
	height:230px;	
}



.owl-recommend .catalog-item:hover,
.owl-viewed .catalog-item:hover{
	width: 215px;
	padding:0;
	margin:0;
}

.owl-recommend .catalog-item:hover .catalog-desc,
.owl-viewed  .catalog-item:hover .catalog-desc
 {
	display: none;
}

/*    О нас   */

.longread {
	/* margin-top:-90px; */
	font-family: '21_centregular';
	font-size:18px;
	position:relative;
	z-index:10;
}

.contain {
	width:780px;
	margin-left: auto;
	margin-right:auto;
}

.block1 {
	height:970px;
	//background: url(/images/bg1.jpg) center bottom no-repeat;
	background-position:  center bottom;
	color: #fff;
	position: relative;
}

.block1 h1 {
	font-family: 'mullerthin';
	font-weight: normal;
	left:20%;
	bottom:50px;
	font-size:140px;
	line-height:1;
	position: absolute;
	width:80%;
	z-index:10;
	-moz-animation-duration: 2s;
	-moz-animation-delay: 1s;
	-webkit-animation-duration: 2s;
	-webkit-animation-delay: 1s;
	-ms-animation-duration: 2s;
	-ms-animation-delay: 1s;
	-o-animation-duration: 2s;
	-o-animation-delay: 1s;
	-o-animation-delay: 2s;
	color: #fff;
	background: none;
	/* background-clip: initial; */
	/* -webkit-background-clip: initial; */
	-webkit-text-fill-color: #fff;
}

.first {
	color: #1A9CDA;
	font-size:200px;
	font-family: 'klinkopisregular';
	margin:0 -20px 0 -70px;
	display: inline-block;
}

.block2 {
	padding:220px 0 0;
	position:relative;
	z-index:100;
	/* background: #fff; */
	/* color: #000; */
}


.block2 .contain {
	padding:0 85px;
	position:relative;
	z-index:2;
	-moz-animation-duration: 1s;
	-moz-animation-delay: 0s;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-ms-animation-duration: 1s;
	-ms-animation-delay: 0s;
	-o-animation-duration: 1s;
	-o-animation-delay: 0s;

}

.block2 p {
	margin-bottom:30px;
}

#cube {
	position: absolute;
	left:0;
	top:-400px;
	//z-index:100;
	-moz-animation-duration: 2s;
	-moz-animation-delay: 2s;
	-webkit-animation-duration: 2s;
	-webkit-animation-delay: 2s;
	-ms-animation-duration: 2s;
	-ms-animation-delay: 2s;
	-o-animation-duration: 2s;
	-o-animation-delay: 2s;
}


.block3 {
	background: url(/images/quote-big.png) center center no-repeat;
	padding:90px 0;
	margin-top:-40px;
	-moz-animation-duration: 4s;
	-moz-animation-delay: 0.5s;
	-webkit-animation-duration: 3s;
	-webkit-animation-delay: 0.5s;
	-ms-animation-duration: 4s;
	-ms-animation-delay: 0.5s;
	-o-animation-duration: 4s;
	-o-animation-delay: 0.5s;
	position:relative;
	z-index:100;
}

.quote {
	width:1100px;
	margin: 0 auto;
	font-size:84px;
	text-align: center;
	font-family: '21_centcondensed_ultralight';	
	line-height:1.1;
}

.block4{}
.block4 table{
	border: none;
}

.block4 tr td:nth-child(1) {
	width:375px;
	padding-right:65px;
}

.block4 tr td:nth-child(2) {
	width:375px;
}

.block4 p {
	margin-bottom:25px;
}

.block5 {
	height:460px;
	//background: url(/images/bg2.jpg) center -200px no-repeat;
	color: #fff;
	margin:50px 0 0;
	position: relative;
}

.block5 h2 {
	font-family: 'mullerthin';
	font-weight: normal;
	left:20%;
	top:40px;
	font-size:140px;
	line-height:1;
	position: absolute;
	width:80%;
	text-shadow:5px 5px 10px rgba(0,0,0,0.2);
	z-index:10;
	-webkit-text-fill-color: #fff;
	color: #fff;
}

.block6 {
	background: #fff url(/images/back6.jpg) center top no-repeat;
	padding:  70px 0 70px;
	color: #000;
}

.block6 .cont {
	-moz-animation-duration: 1s;
	-moz-animation-delay: 0s;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-ms-animation-duration: 1s;
	-ms-animation-delay: 0s;
	-o-animation-duration: 1s;
	-o-animation-delay: 0s;	
}
.block6 tr td {
	transition: all 0.3s;
}

.block6 tr:hover td {
	background: rgba(26, 156, 218,0.8);
	transition: all 0.3s;
	color:#fff;
}

.block6 tr td:nth-child(1) {
	width:250px;
	padding: 55px 35px 35px;
	font-size:82px;
	text-align: right;
	font-family: '21_centcondensed_ultralight';	
}

.block6 tr td:nth-child(2) {
	padding: 30px 100px 30px 35px;
}

.block6 tr td:nth-child(1) span {
	display: block;
	position:relative;
}
.block6 tr td:nth-child(1) span:after {
	content:' ';
	width:2px;
	height:30px;
	position: absolute;
	left:70%;
	bottom:-50px;
	background: #000;
}


.block7 {
	//background: url(/images/bg3.jpg) center -150px no-repeat;
	height:860px;	
	color: #fff;
}
.block7 .contain {
	position: relative;
}

.block7 h2 {
	font-family: 'mullerthin';
	font-weight: normal;
	left:0;
	top:520px;
	font-size:140px;
	line-height:1;
	position: absolute;
	width:80%;	
	text-shadow:5px 5px 10px rgba(0,0,0,0.7);
	z-index:10;
}

.block8 {
	padding:220px 0 50px;
	background: url(/images/back7.png) center -250px no-repeat;	
	position: relative;	
}

.block8 .first {
	margin:0 -10px 0 -150px;
}

.block8 p {
	margin-bottom:25px;
}

.block9 {
	background: url(/images/quote2.png) center center no-repeat;	
	padding:80px 0;	
}

.quote2 {
	width:1100px;
	margin: 0 auto;
	font-size:80px;
	text-align: center;
	font-family: '21_centcondensed_ultralight';	
	line-height:0.9;
	color: #fff;
}

.block8 tr td:nth-child(1) {
	width:375px;
	padding-right:65px;
}

.block8 tr td:nth-child(2) {
	width:375px;
}


.logo-back {
	position:absolute;
	right:0;
	bottom:0;
	width:450px;
	height:440px;
	background: url(/images/logo-back.png) left top no-repeat;		
}

.owl-about {
	height:850px;
}

.owl-about .item .cont{
	position: relative;
}

.owl-about .item h2 {
	position: absolute;
	color:#fff;
	font-family: 'mullerthin';
	font-weight: normal;
	left:0;
	top:470px;
	font-size:140px;
	line-height:1;	
	text-shadow:5px 5px 10px rgba(0,0,0,0.5)	
}

.owl-about .owl-prev {
	left:10%;
	top:45%;
	background: url(/images/left-white.png) center center no-repeat;			
}
.owl-about .owl-prev:hover {
	background: url(/images/arr-left.png) center center no-repeat;		
}

.owl-about .owl-next {
	right:10%;
	top:45%;
	background: url(/images/right-white.png) center center no-repeat;		
}

.owl-about .owl-next:hover {
	background: url(/images/arr-right.png) center center no-repeat;		
}


.block11 {
	position: relative;	
	background: url(/images/back8.jpg) center top no-repeat;			
}

.block11 .contain {
	padding:180px 85px 20px;
	position:relative;
	background: rgba(255,255,255,0.7)
}

.block11 p {
	margin-bottom:25px;
}

.block11 tr td:nth-child(1) {
	width:375px;
	padding-right:65px;
}

.block11 tr td:nth-child(2) {
	width:375px;
}

.block11 h3 {
	font-family: '21_centcondensed';	
	font-size:34px;
	font-weight: normal;
} 

.block11 h4 {
	font-family: 'mullerthin';
	padding: 80px 45px 90px;
	color: #024764;
	font-size:140px;
	font-weight:normal;
} 

.contain2 {
	border-top:2px solid #ECECE0;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.blue-block {
	color: rgba(255,255,255,0.7);
	background: rgba(5,77,95,0.8);
	padding:40px 50px 20px;
	position:relative;
	z-index:12;
}

.blue-block ul {
	margin-bottom:0;
	margin-left:-20px;
	padding-bottom:0;
}

.blue-block ul li {
	margin:15px 0;
}

.block12 {
	height:1011px;
	margin-top:-230px;
	position: relative;
	//z-index:10;
	color: #fff;
	background: url(/images/chemical-back.jpg) center center no-repeat;
}

.block12 .cont {
	height:1011px;	
	background: url(/images/chemical.png) center 80% no-repeat;
	position:relative	
}

#legend {
	position: absolute;
	top: 320px;
	left:120px;
}

.sota {
	position: absolute;
	width:150px;
	height:100px;
	font-family: 'mullerbold';	
	text-align: center;
	z-index:12;
}

.sota1 {
	left: 436px;
	top: 363px;
	-moz-animation-duration: 1s;
	-moz-animation-delay: 0s;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-ms-animation-duration: 1s;
	-ms-animation-delay: 0s;
	-o-animation-duration: 1s;
	-o-animation-delay: 0s;		
}
.sota2 {
	left: 601px;
	top: 375px;
	-moz-animation-duration: 1s;
	-moz-animation-delay: 0.5s;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0.5s;
	-ms-animation-duration: 1s;
	-ms-animation-delay: 0.5s;
	-o-animation-duration: 1s;
	-o-animation-delay: 0.5s;		
}
.sota3 {
	left: 768px;
	top: 366px;
	-moz-animation-duration: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 1s;
	-ms-animation-duration: 1s;
	-ms-animation-delay: 1s;
	-o-animation-duration: 1s;
	-o-animation-delay: 1s;		
}

.sota4 {
	left: 350px;
	top: 514px;
	-moz-animation-duration: 1s;
	-moz-animation-delay: 0s;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-ms-animation-duration: 1s;
	-ms-animation-delay: 0s;
	-o-animation-duration: 1s;
	-o-animation-delay: 0s;		
}

.sota5 {
	left: 516px;
	top: 509px;
	-moz-animation-duration: 1s;
	-moz-animation-delay: 0.5s;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0.5s;
	-ms-animation-duration: 1s;
	-ms-animation-delay: 0.5s;
	-o-animation-duration: 1s;
	-o-animation-delay: 0.5s;		
}

.sota6 {
	left: 686px;
	top: 524px;
	-moz-animation-duration: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 1s;
	-ms-animation-duration: 1s;
	-ms-animation-delay: 1s;
	-o-animation-duration: 1s;
	-o-animation-delay: 1s;		
}

.sota7 {
	left: 263px;
	top: 658px;
	-moz-animation-duration: 1s;
	-moz-animation-delay: 0s;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-ms-animation-duration: 1s;
	-ms-animation-delay: 0s;
	-o-animation-duration: 1s;
	-o-animation-delay: 0s;	
}
.sota8 {
	left: 434px;
	top: 658px;
	-moz-animation-duration: 1s;
	-moz-animation-delay: 0.5s;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0.5s;
	-ms-animation-duration: 1s;
	-ms-animation-delay: 0.5s;
	-o-animation-duration: 1s;
	-o-animation-delay: 0.5s;		
}

.sota9 {
	left: 602px;
	top: 658px;
	-moz-animation-duration: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 1s;
	-ms-animation-duration: 1s;
	-ms-animation-delay: 1s;
	-o-animation-duration: 1s;
	-o-animation-delay: 1s;		
}

.sota10 {
	left: 182px;
	top: 806px;
	-moz-animation-duration: 1s;
	-moz-animation-delay: 0s;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-ms-animation-duration: 1s;
	-ms-animation-delay: 0s;
	-o-animation-duration: 1s;
	-o-animation-delay: 0s;		
}

.sota11 {
	left: 353px;
	top: 806px;
	-moz-animation-duration: 1s;
	-moz-animation-delay: 0.5s;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0.5s;
	-ms-animation-duration: 1s;
	-ms-animation-delay: 0.5s;
	-o-animation-duration: 1s;
	-o-animation-delay: 0.5s;			
}

.sota12{
	left: 520px;
	top: 806px;
	-moz-animation-duration: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 1s;
	-ms-animation-duration: 1s;
	-ms-animation-delay: 1s;
	-o-animation-duration: 1s;
	-o-animation-delay: 1s;		
}


.block13 {
	padding:180px 0 80px;
	position: relative;
	background: #fff;
}

.block14 {
	background: #47B0E0;
	text-align: center;
	padding:45px 0;
}

.block15 {
	padding:45px 0;
	text-align: center;
	font-family: '21_centcondensed';
	text-transform:uppercase;
	font-size:20px;
	color: #fff;
}
.old_style .block15 a{
	color: #fff;
}

/*        конфигуратор         */


.back-7 {
	background: url(/images/back10.png) center bottom no-repeat, url(/images/back9.jpg) center top no-repeat;
} 

.configurator {

}

.config-title {
	margin: 0 0 40px;
	/* height:55px; */
	font-size:18px;
	line-height:50px;
	color: #024864;
	font-family: 'mullerbold';
	position: relative;
	background: #fff;
	padding: 6px 0;
	border-radius: 5px;
	text-align: center;
}

.config-title  h1 {
	margin:40px 0;
	margin: 5px auto !important;
}

.config-title1 {
	background: url(/images/config-step-1.png) left center no-repeat;
	width:284px;
	height:55px;
	display: block;
	float:left;
	line-height:55px;
	padding-left:0;
	margin-right:20px;
	text-align:center;
}

.config-title2 {
	background: url(/images/config-step-2.png) left center no-repeat;
	width: 466px;
	height:55px;
	display: block;
	float:left;
	line-height:55px;
	padding-left:0;
	margin-right:15px;
	text-align:center;
}

.config-title3 {
	background: url(/images/config-step-3.png) left center no-repeat;
	width:200px;
	height:55px;
	display: block;
	float:left;
	line-height:55px;
	padding-left:60px;
	margin-right:20px;
	cursor:pointer;
	transition: all 0.3s;	text-align:center;
}
.config-title3.active {
	background: url(/images/config-step-3-active.png) left center no-repeat;
}
.config-title3.active:hover {
	background: url(/images/config-step-3-hover.png) left center no-repeat;
	transition: all 0.3s;
}

.config-title strong {
	font-weight: normal;

}

.config-left {
	width:240px;
	padding-right:30px;
	padding-left:30px;	
	float:left;
}

.config-left input[type=text] {
	font-family: 'mullermedium_italic';
	border: none;
	border-bottom: 2px solid #199CD9;
	border-radius:0;
	background: #fff;
	box-shadow: none;
	width:230px;
	width: 100%;
	font-size:18px;
	color: #012F3F;
	margin-bottom:5px;
	box-sizing: border-box;
	padding: 5px 4px;
	border-radius: 4px;
}


.config-left input[type=date] {
	font-family: 'mullermedium_italic';		
	border: none;
	border-bottom: 2px solid #199CD9;
	border-radius:0;		
	width:230px;	
	box-shadow: none;	
	font-size:18px;
	color: #012F3F;	
	background: transparent;	
}

.config-left input.err {
	border-bottom: 2px solid red;
}

#bx-soa-main-notifications {
	margin-bottom:20px;
}

#bx-soa-orderSave .err-text {
	color: red;
	margin: 0 0 20px;
}


.teeths {
	width:234px;
	height: 365px;
	background: #fff url(/images/teeths.png) center top no-repeat;
	margin-bottom:40px;
	position: relative;
	box-shadow: 0 0 0 10px #fff;
	border-radius: 2px;
}


.portfel {
	width:120px;
	height:124px;
	cursor:pointer;
	background: url(/images/portfel.png) center center no-repeat;	
	margin: 20px auto;
}

.portfel:hover {
	background: url(/images/portfel-active.png) center center no-repeat;		
	
}

.config-middle {
	float:left;
	padding:0 20px;
	width:440px;
	min-height:800px;
}


.item-cart {
	background:#fff;
	border-radius:7px;
	box-shadow: -2px -2px 7px rgba(0,0,0,0.1), 2px 2px 7px rgba(0,0,0,0.2);	
	position:relative;
	margin-bottom: 40px;
}


.item-cart-top {
	position: relative;
	//margin-bottom:20px;
}

.item-cart-top-bg {
	position:absolute;	
	opacity:0.2;	
	width:100%;	
	height:100%;
	background-size:150% auto;
	background-repeat: no-repeat;
	background-position:  -100px -150px;	
}
.item-cart-img {
	width:130px;
	margin:20px 0 20px 30px;	
	background: #fff;
	float:left;
	position:relative;
	z-index:10;
}


.item-cart-img img {
	width:128px;
}

.item-cart-title {
	padding:20px 20px;
	float:left;
	width:200px;
	position:relative;
	z-index:10;	
}
.item-cart-title h1{
	font-size:18px;
	line-height:1.2;
	font-family: 'mullerbold';
	color: #012F3F;	
	margin:0;
}
.move-top {
	width:22px;
	height:23px;
	margin-top:5px;
	margin-right:8px;	
	float:left;
	background: url(/images/btn-down.png) center center no-repeat;		
}
.move-top:hover {
	background: url(/images/btn-down-active.png) center center no-repeat;	
}

.move-bottom {
	width:22px;
	height:23px;
	margin-top:5px;
	margin-right:8px;
	float:left;	
	background: url(/images/btn-up.png) center center no-repeat;		
}
.move-bottom:hover {
	background: url(/images/btn-up-active.png) center center no-repeat;	
}


.item-clone {
	width:22px;
	height:23px;
	margin-top:5px;
	margin-right:8px;
	float:left;	
	background: url(/images/btn-copy.png) center center no-repeat;		
}
.item-clone:hover {
	background: url(/images/btn-copy-active.png) center center no-repeat;	
}

.item-delete {
	width:22px;
	height:23px;
	margin-top:5px;
	float:left;	
	background: url(/images/btn-delete.png) center center no-repeat;		
}
.item-delete:hover {
	background: url(/images/btn-delete-active.png) center center no-repeat;	
	cursor: pointer;
}

.item-props  {
	padding:15px 30px;
	border-bottom: 1px solid #024864;
}
.item-props .ui-selectmenu-button {
	width:360px;
	background: none;
	border: none ;
	border-radius:0;
	border-bottom: 2px solid #199CD9;
	padding:10px 10px 8px;	
	font-family: 'muller_regularregular';
	color: #012F3F;
}

.item-props  .ui-button .ui-icon {
	background: url(/images/arr-down.png) center center no-repeat;			
}

.item-props .tps {
	margin-top:20px;
}
.item-props .tps .tp {
	font-size:14px;
	margin-right:5px;
}

.item-data {
	/* padding:20px 30px; */
	/* border-bottom: 1px solid #024864;	 */
	color:#000;
}

.item-data p {
	margin:0;
}

.item-data-left {
	width:52%;
	float:left;
	//font-family: 'mullermedium';
	font-size:14px;
}

.item-data-right {
	width:48%;
	float:left;
	font-size:42px;
	line-height:45px;
	font-family: 'mullerlight';
	text-align:right;
	height:40px;
	overflow:hidden;
}

.item-labels {
	padding:20px 30px;
	color: #71706F;
	font-size:12px;	
}

.item-labels img {
	float:left;
	margin-right:10px;
	
}
.item-label {
	width:48%;
	float:left;
	padding-right:2%;
	line-height:1;
}


.item-new .item-cart-img{
	background: #fff url(/images/teeth.png) center center no-repeat;	
	max-height:80px;
	min-height:70px;
	border:1px solid #ccc;
	width:128px;	
	overflow: hidden;
}

.item-new h1 {
	font-family: 'mullermedium_italic';
	
}
.item-new  .item-props {
	border-bottom:0;
	padding-bottom:30px;
	
}

.item-new .ui-selectmenu-button {
	color: #199CD9;
	font-family: 'mullermedium_italic';	
}

.add-item {
	width:100%;
	height:150px;
	border:2px solid #199CD9;
	border-radius:7px;
	color:  #199CD9;
	margin-bottom:50px;
	
}

.add-wrap {
	padding:30px 90px;
	text-align:center;
}

.add-plus, .add-plus-config {
	width:130px;
	padding:65px 0 0;
	float:left;
	line-height:1.1;
	cursor:pointer;
	//font-family: 'mullermedium';		
	background:  url(/images/plus-big.png) center top no-repeat;	
	transition: all 0.1s;	
	opacity:1;	
}


.add-bufer {
	width:130px;
	padding:65px 0 0;
	float:left;	
	line-height:1.1;	
	cursor:pointer;
	//font-family: 'mullermedium';		
	background:  url(/images/bufer.png) center top no-repeat;	
	transition: all 0.1s;
	opacity:1;
}

.add-bufer:hover, .add-plus:hover, .add-plus-config:hover {
	opacity:0.7;
	transition: all 0.2s;	
}

.config-right {
	float:left;
	width:230px;
	padding:0 20px;
	position: relative;
}

.items-basket {
	border:2px solid #024864;
	border-radius:7px;
	padding:10px 0;
	background: #fff;
}


.items-basket  .ui-state-default {
	background: none;
	border:none;
	padding:0;
	line-height:1.2;
	
}

.items-basket  .ui-accordion-header-icon {
	display: none;
}

.items-basket h3 {
	font-size:16px !important;
	font-family: 'mullerbold';
	font-weight: normal;
	color: #012F3F;	
	margin:5px 15px !important;
	padding-right:20px !important;
	display:inline-block !important;
	background: url(/images/arr-down.png) right center no-repeat !important;
	word-wrap: break-word;
	max-width: 190px;	
}
 
.items-basket .ui-widget-content {
	background: none;
	border:none;
	line-height:1.2;
	font-size:12px;
	font-family: 'muller_regularregular';
}
.items-basket .ui-widget-content  a {
	color: #012F3F !important;	
}

.items-basket .ui-widget-content  a span {
	font-family: 'mullerbold';		
}

.items-basket .items-block > div{
	padding:10px 25px;
	margin:0;
	background: transparent url(/images/marker3.png) 11px 12px no-repeat;
	position:relative;
	z-index:10;
	transition: all 0.3s;
	color: #000;
}
.items-basket .items-block  > div:hover {
	background: rgba(25,156,217,0.8) url(/images/marker3.png) 11px 12px no-repeat;	
	transition: all 0.3s;	
}

.items-basket .items-block  > div:hover a {
	color:#fff !important;
	transition: all 0.3s;
}

.items-basket .ui-accordion .ui-accordion-content {
	padding:0;
	
}

.items-block {
	position: relative;
	
}
.items-block:before {
	content: ' ';
	width: 1px;
	height: 80%;
	background: #012F3F;
	left: 15px;
	top: 15px;
	position: absolute;
}


.items-basket-bottom {
	margin:15px;
	border-top:2px solid #012F3F;
	padding-top:10px;
	
}

.itog-title {
	font-family: 'mullermedium_italic';	
	width:80px;
	float:left;
	font-size:20px;
	color: #012F3F;
	line-height:1.3;
}

.itog-number {
	width:80px;
	float:left;	
	font-size:12px;	
	line-height:1;
	color: #012F3F; 
	//font-family: 'mullermedium';		
}

.itog-total {
	font-size:40px;		
	padding-top:20px;
	color: #012F3F;  
	font-family: 'mullerlight';	
}
 
.go-next {
	border:2px solid #024864;
	padding:7px 0;
	color: #024864 !important;
	margin:20px 0;
	display: block;
	text-align: center;
	border-radius:7px;
	font-family: 'mullerbold';
	font-size:16px;
	transition: all 0.3s;
	opacity:0.5;
	cursor:default;
	background: #fff;
}



.go-next.active:hover {
	background: #2395D1;
	color: #fff !important;	
	border:2px solid #2395D1;	
	transition: all 0.3s;		
}


.go-next.active {
	opacity:1;
	cursor:pointer;	
}

.attention {
	background: rgba(243,243,236,0.9);
	padding:20px;
	border-radius:7px;
	color: #024864;
	opacity:0;
	transition: all 0.3s;
}

.attention-title {
	padding-left:55px;
	margin-bottom:20px;
	height:45px;
	font-size:24px;
	line-height:1;
	font-family: 'mullerlight_italic';
	background: transparent url(/images/info.png) left center no-repeat;	
}

.attention p {
	font-size:12px;
	line-height:1.2;
}



.ui-selectmenu-button:focus,
.ui-accordion-header:focus {
outline: none;
}

.most {
	width:13px;
	height:13px;
	position:absolute;
	border-radius:100%;
	background: url(/images/most-point.png) center center no-repeat;
	cursor:pointer;
	z-index:10;
}

.most.active {
	background: url(/images/most-point-active.png) center center no-repeat;	
}

#most18 {
	left:36px;
	top:154px;
}

#most17 {
	left:38px;
	top:126px;
}

#most16 {
	left:43px;
	top:99px;
}

#most15 {
	left:49px;
	top:78px;
}

#most14 {
	left:58px;
	top:59px;
}

#most13 {
	left:69px;
	top:44px;
}

#most12 {
	left:83px;
	top:34px;
}

#most11 {
	left:100px;
	top:29px;
}
#most21 {
	left:119px;
	top:29px;
}

#most22 {
	left:138px;
	top:34px;
}

#most23 {
	left:152px;
	top:44px;
}

#most24 {
	left:162px;
	top:59px;
}
#most25 {
	left:171px;
	top:78px;
}
#most26 {
	left:177px;
	top:99px;
}


#most27 {
	left:182px;
	top:126px;
}

#most28 {
	left:185px;
	top:154px;
}



#most48 {
	left:38px;
	top:208px;
}

#most47 {
	left:40px;
	top:236px;
}

#most46 {
	left:46px;
	top:266px;
}

#most45 {
	left:54px;
	top:287px;
}

#most44 {
	left:65px;
	top:305px;
}

#most43 {
	left:77px;
	top:316px;
}

#most42 {
	left:90px;
	top:324px;
}

#most41 {
	left:104px;
	top:327px;
}
#most31 {
	left:118px;
	top:327px;
}

#most32 {
	left:133px;
	top:324px;
}

#most33 {
	left:146px;
	top:316px;
}

#most34 {
	left:157px;
	top:305px;
}

#most35 {
	left:167px;
	top:287px;
}
#most36 {
	left:175px;
	top:266px;
}

#most37 {
	left:181px;
	top:236px;
}

#most38 {
	left:183px;
	top:208px;
}






/*   оформление заказа    */

.back-8 {
	background: url(/images/back12.png) center bottom no-repeat, url(/images/back11.jpg) center top no-repeat;
	
} 

.order-right {
	float:left;
	width:730px;
	//margin-left:20px;
	
}

.config-left  .down-load {
	width:36px;
	height:41px;
	float:left;
	margin-left:20px;
	background: url(/images/file.png) left center no-repeat;	
	color: #012F3F !important;
	font-size:12px;
	line-height:1.2;
	margin-top:-10px;
} 

.config-left  .down-load:hover {
	background: url(/images/file-hover.png) left center no-repeat;	
	
}
.config-left .print {
	width:41px;
	height:41px;
	float:left;
	height:41px;
	margin-left:40px;	
	background: url(/images/print.png) left center no-repeat;	
	color: #012F3F !important;
	font-size:12px;
	//font-family: 'mullermedium';
	display: block;
	line-height:1.2;
	margin-top:-10px;
} 

.config-left .print:hover {
	background: url(/images/print-hover.png) left center no-repeat;		
	
}

.config-left  .file-upload {
	width:36px;
	height:41px;
	float:left;
	margin-left:40px;	
	position: relative; /* Даем возможность делать позиционирование, внутри данного элемента */
	overflow: hidden; /* Все что выходит за пределы - скрываем */
	display: block; /* Задаем высоту кнопки выбора файла */ 
	background: url(/images/add-file.png) 10px center no-repeat;
	color: #012F3F !important;
	margin-top:-10px;
	cursor:pointer;
}

.config-left  .file-number-2, 
.config-left  .file-number-3,
.config-left  .file-number-4,
.config-left  .file-number-5, 
.config-left  .file-number-last {
	display: none; 
}


.file-number-last {
	opacity: 0.4;
	cursor: default !important;
}

.config-left  .file-upload:hover  {
	background: url(/images/add-file-hover.png) 10px center no-repeat;		
}

.file-upload span {
	padding: 15px 50px 15px 55px;		
	display: block;
	height: 30px;	 
	line-height:1.2;
	font-size:12px;	
	// font-family: 'mullermedium';	 
}

.file-upload input[type="file"]{
	display: none; /* Обязательно скрываем настоящий Input File */
}
.file-upload label {
	/* Растягиваем label на всю возможную площадь блока .file-upload */
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#filename {
	margin:20px 0;
	border: none;
	font-size:14px;
	
}

#comments {
	border:2px solid #199CD9;
	background: rgb(255 255 255) url(/images/bubble.png) center center no-repeat;
	border-radius:7px;
	width:210px;
	height:110px;
	margin-bottom:30px;
	padding:15px;
	box-shadow: none;
}
#comments.err {
	border:2px solid red;
}

#colors {
	border:2px solid #199CD9;
	background: rgb(255 255 255) url(/images/bubble2.png) center center no-repeat;
	border-radius:7px;
	width:210px;
	height:50px;
	margin-top:15px;
	margin-bottom: 25px;
	padding:15px;
	box-shadow: none;
}

#colors.err {
	border:2px solid red;
}

#systems {
	border:2px solid #199CD9;
	background: rgb(255 255 255) url(/images/bubble3.png) center center no-repeat;
	border-radius:7px;
	width:210px;
	height:50px;
	margin-top:0;
	padding:15px;
	box-shadow: none;
}

#systems.err {
	border:2px solid red;
}

#comments:focus, #colors:focus, #systems:focus  {
	background: none;
	
}

.implant-system, .color-options, .comment-block, .files-block {
	margin: 10px 0 10px 20px;
	width:200px;
}

.implant-system-title, .color-options-title, .comment-block-title,  .files-block-title {
	font-family: "mullerbold_italic";
	font-size:17px;
}
.files-block-title {
	margin-bottom:15px;
}
.implant-system-value, .color-options-value, .comment-block-value,  .files-block-value  { 
	font-family: "mullerregular_italic";
	font-size:15px;
}
 .files-block-value a {
	padding: 0 10px 0 0;
}
.err-text {
	font-size:16px;
	padding-left:20px;
}

.order-right .items-block a{
	color: #012F3F !important;
	line-height: 1.2;
	font-size: 12px;
	display: inline-block;
}

.order-right .items-basket {
	padding:0;
	
}
.order-right  .step-title {
	font-family: 'mullerbold_italic';
	padding:20px;
	font-size:24px;
	background: rgba(2,72,100,0.1);
	margin-bottom:10px;
} 

.order-right  .items-basket h3 {
	padding: 0 7px;
}

.order-right  .items-basket .items-block > div {
	padding: 10px 15px 10px 35px;	
	background-position:  21px 45%;
}


.order-right .items-block:before {
	left:25px;	
}


.order-right  .item-preview {
	width:50px;
	height:50px;
	border-radius:3px;
	border:1px solid #024864;
	background-size:contain;
	background-position: center center;
	background-repeat:no-repeat;
	float:left;
	margin:0 10px 0 5px;
	background-color:#fff;
}

.order-right  .item-preview img {
	width:50px;
	height:50px;
	border-radius:3px;
	
}
.order-right  .item-name {
	width:205px;
	float:left;
	padding-right:20px;
	position:relative;
	background: url(/images/line.png) right center no-repeat;
}
.order-right  .item-name .item-delete {
	position: absolute;
	right:10px;
	bottom:5px;
	opacity:0.7;
	transition: all 0.3s;
	cursor:pointer;	
}

.order-right .items-block > div:hover  .item-delete{
	background: url(/images/btn-delete-hover.png) center center no-repeat;	
}
.order-right  .item-name .item-delete:hover {
	opacity:1;
	background: url(/images/btn-delete-hover.png) center center no-repeat;	
	transition: all 0.3s;
}
.order-right  .art {
	color:#012F3F;
	font-size:12px;
	margin-top:10px;
	font-family: 'mullermedium_italic';	
}

.order-right   .item-properties {
	padding: 0 20px;
	color:#012F3F;
	font-size:12px;	
	float:left;
	width:190px;
	min-height:55px;
	//font-family: 'mullermedium';		
	background: url(/images/line.png) right center no-repeat;	
} 

.order-right   .item-properties p {
	margin:0;
}


.order-right  .item-price {
	padding: 0 10px 0 20px;
	color:#012F3F;
	font-size:24px;	
	float:left;
	width:120px;
	font-family: 'mullerlight_italic';	
	background: url(/images/line.png) right center no-repeat;		
	line-height:1;

} 


.order-right .items-block > div:hover   .item-properties,
.order-right .items-block > div:hover   .art,
.order-right .items-block > div:hover   .item-price{
	color:#fff;
	transition: all 0.3s;	
}

.order-right .no-options {
	font-family: 'mullerlight_italic';		
}

.order-right  .itog-title {
	width:150px;
	font-size:28px;
}


.order-right .itog-number {
	float:none;
	width:auto;
	//font-family: 'mullermedium';
}

.order-right .items-basket-bottom {
	padding:20px 10px;
	
}

.order-right .add-address {
	height: 317px;	
}

.step-title2 {
	font-family: 'mullerbold_italic';
	padding:40px 20px 20px 0;
	font-size:24px;
	margin-bottom:10px;
}	


.address {
	width:200px;
	margin-bottom:20px !important;
	border-radius:7px;
	margin-bottom:70px;
	margin-right:60px;
	float:left;
	background: #fff;
	color: #000;
	border:1px solid #199CD9;
}
.address input{
	color: inherit
}
.address.active {
	background: #199CD9;
	color: #fff;
	box-shadow:2px 2px 5px rgba(0,0,0,0.3);
}

.address-title {
	background: rgba(2,72,100,0.15);	
	padding:7px 20px;
	position: relative;
	border-radius:7px 7px 0 0;	
}

.address-title input {
	background: transparent;
	border:none;
	font-family: 'muller_regularregular';
	padding: initial;
	box-shadow: none;
}

.address-remove {
	position: absolute;
	right: 10px;
	width: 15px;
	height: 15px;
	top: 50%;
	margin-top: -8px;
	cursor: pointer;
}
.address-remove:before,
.address-remove:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #000;
	display: block;
	top: 6px;
	position: absolute;
}
.address-remove:before {
	transform: rotate(45deg);
}
.address-remove:after {
	transform: rotate(-45deg);
}
.address-body {
	padding:0 20px;
}

.address-body  input[type=text] {
	background: none;
	border: none;
	font-family: 'muller_regularregular';
	box-shadow: none;
	border-radius:0;
	border-bottom:1px solid rgba(2,72,100,0.40);
	margin:0;
	padding-top:10px;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	font-size:14px;
}
.address-body  textarea {
	background: none;
	border: none;
	font-family: 'mullerregular_italic';
	box-shadow: none;
	border-radius:0;
	border-bottom:1px solid rgba(2,72,100,0.40);
	margin:0 0 10px;
	padding-top:10px;
	padding-bottom:5px;
	min-height:80px;
	overflow:hidden;
	font-size:12px;
	line-height:1.1;
	padding-left:0;
	padding-right:0;
	color: inherit;
}

.address.active .address-body input[type=text],
.address.active .address-body textarea{
	color:#fff;	
}

.address-body span {
	padding:5px 14px;
	
}


.add-address {
	width:200px;
	border-radius:7px;
	margin-bottom:70px;
	float:left;
	background: rgb(255 255 255 / 67%);
	border:1px solid #199CD9;
	height:360px;
	text-align: center;
}

.add-address .add-plus, .add-address .add-plus-config  {
	float: none;
	margin:110px auto;
	color: #199CD9;
}


#list-address9 {
	width:161px;
}

.save-order {
	font-family: 'mullerbold_italic';
	margin-bottom:70px;
	font-size:24px;
	line-height:55px;
	background: url(/images/button3.png) left center no-repeat;			
	height:55px;
	padding-left:30px;
	transition: all 0.3s;	
}	
.save-order a {
	transition: all 0.3s;	
}

.alert-success {
	background: none !important;
	color: #000 !important;
}

.icon-success {
	display: none;
	
}

.save-order:hover {
	background: url(/images/button2.png) left center no-repeat;		
	cursor:pointer;
	transition: all 0.3s;
}
.save-order:hover a {
	color:#fff;	
	transition: all 0.3s;	
}

/*        сопроводительный лист     */


.modal {
	width:1020px;
	height:auto;
	margin-left:-520px;
	position:absolute;
	padding-bottom:100px;
	//top: 50% !important;
}


.modal .close {
	float:right;
	margin-top:-50px;
	cursor:pointer;
	opacity: 1 !important;
}

.modal .printer {
	float:right;
	margin-top:-50px;
	margin-right:60px;
	cursor:pointer;	
}

.modal .getfile {
	float:right;
	margin-top:-50px;
	margin-right:125px;
	cursor:pointer;		
}

.modal-wrap {
	padding:70px;
	background: #fff;
	color: #000;
}

.modal-top {
	border-bottom:1px solid #ccc;
	height:130px;
	margin-bottom:50px;
}

.modal-top img {
	margin-top: 30px;
}

.modal-top table {
	float:right;
	text-align: right;
	color: #9D9D9C;
	font-family: mullerregular_italic;
	margin-top:15px;
}

.modal h1 {
	font-family: 'mullerbold';
	font-size:50px;
	font-weight:normal;
	margin-bottom:50px;
}

.modal-wrap > table {
	width:90%;
	font-size:20px;
}

.modal-wrap > table strong {
	font-family: 'mullerbold_italic';		
}

.modal-wrap .config-left {
	padding:0;
	margin-top:30px;
}

#teeths-schema {
	margin:30px auto;
	display: block;
}

.modal-wrap  h3 {
	font-family: 'mullerbold_italic';
	padding-left:20px;
	margin-top:20px
}

.modal-wrap .address {
	margin-left:20px;
	margin-bottom:0;
}

.modal-right {
	float:left;
	width:640px;	
}

.modal-right .order-right {
	width:630px;	
	margin-left:30px;
}
.modal-right .items-basket {
	margin-top:40px;
} 
.modal .step-title {
	font-size:20px;
}


.modal   .item-name  a{
	font-size:11px;
	color: #012F3F;
}

.modal    .item-name {
	padding-right:10px;
	line-height:1;
	width:190px;
	min-height:40px;	
}

.modal  .item-preview {
	width: 40px;
	height: 40px;
}

.modal  .item-preview img {
	width: 40px;
	height: 40px; 	
	
}

.modal .item-properties {
	padding: 2px 10px 5px;
	font-size:11px;
	line-height:1;
	width:180px;
	min-height:40px;
}

.modal .item-price {
	padding: 0 10px;
	width:90px;
	font-size:20px;
	min-height:40px;
}

.modal .items-basket h3 {
	background: none !important;
}

.modal .order-right  .items-basket .items-block > div {
	padding: 10px 15px 5px 35px;	
	
}
.modal .order-right  .art {
	margin:0
	
}



/*        кабинет        */



.back-9 {
	background: url(/images/back14.png) center bottom no-repeat, url(/images/back13.jpg) center top no-repeat;
	
} 

.cabinet {
	/* min-height:1000px; */
}

.cabinet-title-left {
	float:left;
	width:400px;
	padding-left: 120px;
	background: url(/images/user.png) left center no-repeat;
	height:100px;
	margin: 20px 0 80px;
	font-size: 35px;
	line-height:1;
	filter: brightness(0) invert(1);
}

.cabinet-title-right {
	float:right;
	margin:80px 0;	
	font-size:20px;	
	text-align:right;
	font-family: mullermedium_italic;
	line-height:1.4;
	padding-right:50px;
}
.cabinet-title-right ul{}
.cabinet-title-right li{
	margin: 0;
}

.order-table {
	width:100%;
	float:left;
	
}
.order-table table {
	color:#024864;
	/* color:#fff; */
	background-color: #fff;
	border-spacing: 0;
	border: 1px solid #024864;
	border-radius: 7px;
	font-size:16px;
	width:100%;
	text-align: left;
	border-collapse: collapse;
	display: table;
	border-collapse: separate;
	font-family: 'muller_regularregular';
}
.order-table table td{
	
}

.wrap-table {
	min-height:300px;
	background: url(/images/orders.png) center center no-repeat;
}

.search-orders .wrap-table .wrap-table {
	background: none;
} 


.order-table table td, .order-table table th {
	padding:1px 10px;
	border-bottom: none;
	border-top: none;
}

.order-table table td:not(:last-child), .order-table table th:not(:last-child) {
	border-right:1px solid #024864;
}

.order-table table th {
	border-bottom: 1px solid #024864;
	padding-top:5px;	
	padding-bottom:5px;	
	font-weight: normal;
	font-family: mullerbold;
	font-size:16px;

}
.order-table table img {
	margin:-2px 0 -2px;
}

.order-table table tr {
	cursor: pointer;
}

.order-table table tr:first-child td {
	padding-top:5px;
}

.order-table table tr:last-child td {
	padding-bottom:5px;
}

.order-table table th:first-child {
	border-top-left-radius: 7px;
}
.order-table table th:last-child {
	border-top-right-radius: 7px;
}
.order-table table tr:last-child td:first-child{
	border-bottom-left-radius: 7px;
}
.order-table table tr:last-child td:last-child{
	border-bottom-right-radius: 7px;
}

.order-table table tr td {
	transition: all 0.2s;	
	
}
.order-table table tr:hover td {
	background: #199CD9;
	color: #fff;
	transition: all 0.2s;
}

.order-table .catalog-search input {
	width:240px;
	border-color: #024864;
}

.order-table  .paging {
	float:right;
}

.user-info {
	width: 400px;
	color: #000;
	max-width: 100%;
}


.user-info h2 {
	margin:-10px 0 15px;
	font-size:24px;
	color: #002F3E;
	font-family: mullerbold;
	color: #fff;
}

.user-info input[type=text],
.user-info input[type=password] {
	font-family: 'mullerregular_italic';
	border: none;
	border-bottom: 2px solid #199CD9;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	width: 100%;
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
	background-color: #fff;
	box-sizing: border-box;
}

.user-info #datetimepicker {
	font-family: 'mullerregular_italic';
	border: none;
	border-bottom: 2px solid #199CD9;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	width: 45%;
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
	float:left;
	background-color: #fff;
}

.user-info  span {
	font-family: 'mullerregular_italic';
	font-size: 18px;
	color: #000;
	color: #fff;
}

.user-info  span.agreement {
	line-height: 1.8;		
}

.dont-worry {
	padding: 10px;
	font-size:12px;
	color: #024864;
	color: #ebebeb;
	background: rgb(209 209 209 / 25%);
	line-height:1.2;
	margin:15px 0;
	box-sizing: border-box;
}

.user-info   .ui-selectmenu-button {
	width:110px;
	background: none;
	border: none ;
	border-radius:0;
	border-bottom: 2px solid #199CD9;
	padding:10px 0 5px 5px;
	font-family: 'muller_regularregular';
	color: #012F3F;
	margin-left:20px;
}
.user-info   .ui-selectmenu-button:before {
	content:' ';
	background: url(/images/phone.png) center center no-repeat;
	width:11px;
	height:19px;
	position: absolute;
	left:-18px;
	top:15px;
}

.user-info .ui-button .ui-icon {
	background: url(/images/arr-down.png) center center no-repeat;			
}

.user-info .ui-icon {
	margin-top:3px;
}

.user-info input.phones {
	width:170px;
	margin-top:13px;
	margin-left:45px;
}

.user-info input[type=submit] {
	color: #fff;
	background: #199CD9;
	padding:4px 0;
	width:100%;
	border: none;
	margin:30px 0;
	border-radius:15px;
	font-family:muller_regularregular;
	font-size:16px;
	border:2px solid #199CD9;
	transition: all 0.3s;
	text-transform: initial;
}

.user-info input[type=submit]:hover {
	background: #fff;
	color: #199CD9;
	transition: all 0.3s;
	box-shadow: none;
}

.warning-text {
	width: 200px;
	/* height: 277px; */
	padding: 20px 20px 7px;
	background: url(/images/question.png) center top no-repeat;
	margin: 20px 0 0;
	background-size: cover;
	border-radius: 5px;
	font-size: 12px;
	color: #024864;
	line-height: 1.2;
	width: 100%;
	box-sizing: border-box !important;
}
.warning-text:after {
	content: '';
	display: block;
	width: 200px;
}

.warning-text h2 {
	font-family: mullerthin_italic;
	margin-top: 11px;
	margin-left:60px;
	font-size:24px;
}
.cabinet .addresses {
	float: left;
	margin-bottom: 50px;
	flex-grow: 1;
}

.addresses-block {
	//float:left;	
	
}

.order-addresses .address {
	margin-right:40px;
	
}

.order-addresses  .add-address {
	height:317px;
	margin-bottom:30px;
	
}
.order-addresses input[type=submit] {
	display: none !important;
}


.cabinet .address {
	margin-right:30px;
	margin-bottom:0;
}

.cabinet .add-address {
	margin-bottom:0;	
}

.addresses input[type=submit] {
	color: #fff;
	background: #199CD9;
	padding: 4px 0;
	border: none;
	display: block;
	width:150px;
	margin: 10px auto 20px;
	border-radius: 15px;
	font-family: muller_regularregular;
	font-size: 16px;
	border: 2px solid #199CD9;
	transition: all 0.3s;
	text-transform: none;
	letter-spacing: normal;
}
.addresses input[type=submit]:hover {
	background: #fff;
	color: #199CD9;
	transition: all 0.3s;
	
}
/*   схема зубов   */

.zub {
	position: absolute;
	opacity:0;
	transition: all 0.3s;
	cursor:pointer;
}

.zub.full {
	opacity:1;
	transition: all 0.3s;
}

.zub.active {
	transition: all 0.3s;
}


#zub18 {
	width:33px;
	height:32px;
	background: url(/images/theeths/1.png) center center no-repeat;
	left:1px;
	top:145px;
}
#zub18.active  { 
	background: url(/images/theeths/1-active.png) center center no-repeat;
}

#zub17 {
	width:34px;
	height:33px;
	background: url(/images/theeths/2.png) center center no-repeat;
	left: 1px;
	top: 115px;
}
#zub17.active  { 
	background: url(/images/theeths/2-active.png) center center no-repeat;
}

#zub16 {
	width:36px;
	height:29px;
	background: url(/images/theeths/3.png) center center no-repeat;
	left: 4px;
	top: 89px;
}

#zub16.active  { 
	background: url(/images/theeths/3-active.png) center center no-repeat;
}

#zub15 {
	width:33px;
	height:26px;
	background: url(/images/theeths/4.png) center center no-repeat;
	left: 13px;
	top: 66px;
}

#zub15.active  { 
	background: url(/images/theeths/4-active.png) center center no-repeat;
}

#zub14 {
	width:35px;
	height:27px;
	background: url(/images/theeths/5.png) center center no-repeat;
	left: 22px;
	top: 43px;
}

#zub14.active  { 
	background: url(/images/theeths/5-active.png) center center no-repeat;
}

#zub13 {
	width:35px;
	height:25px;
	background: url(/images/theeths/6.png) center center no-repeat;
	left: 35px;
	top: 25px;
}

#zub13.active  { 
	background: url(/images/theeths/6-active.png) center center no-repeat;
}

#zub12 {
	width:32px;
	height:25px;
	background: url(/images/theeths/7.png) center center no-repeat;
	left: 55px;
	top: 8px;
}

#zub12.active  { 
	background: url(/images/theeths/7-active.png) center center no-repeat;
}

#zub11 {
	width:37px;
	height:28px;
	background: url(/images/theeths/8.png) center center no-repeat;
	left: 81px;
	top: 0;
}

#zub11.active  { 
	background: url(/images/theeths/8-active.png) center center no-repeat;
}


#zub21 {
	width:37px;
	height:28px;
	background: url(/images/theeths/9.png) center center no-repeat;
	left: 116px;
	top: 0;
}

#zub21.active  { 
	background: url(/images/theeths/9-active.png) center center no-repeat;
}

#zub22 {
	width:31px;
	height:25px;
	background: url(/images/theeths/10.png) center center no-repeat;
	left: 148px;
	top: 8px;
}

#zub22.active  { 
	background: url(/images/theeths/10-active.png) center center no-repeat;
}


#zub23 {
	width:34px;
	height:25px;
	background: url(/images/theeths/11.png) center center no-repeat;
	left: 165px;
	top: 24px;
}

#zub23.active  { 
	background: url(/images/theeths/11-active.png) center center no-repeat;
}


#zub24 {
	width:35px;
	height:27px;
	background: url(/images/theeths/12.png) center center no-repeat;
	left: 178px;
	top: 43px;
}

#zub24.active  { 
	background: url(/images/theeths/12-active.png) center center no-repeat;
}

#zub25{
	width:33px;
	height:26px;
	background: url(/images/theeths/13.png) center center no-repeat;
	left: 189px;
	top: 66px;
}

#zub25.active  { 
	background: url(/images/theeths/13-active.png) center center no-repeat;
}

#zub26{
	width:35px;
	height:29px;
	background: url(/images/theeths/14.png) center center no-repeat;
	left: 195px; 
	top: 88px;
}

#zub26.active  { 
	background: url(/images/theeths/14-active.png) center center no-repeat;
}

#zub27{
	width:35px;
	height:33px;
	background: url(/images/theeths/15.png) center center no-repeat;
	left: 198px;
	top: 115px;
}

#zub27.active  { 
	background: url(/images/theeths/15-active.png) center center no-repeat;
}

#zub28{
	width:34px;
	height:32px;
	background: url(/images/theeths/16.png) center center no-repeat;
	left: 200px;
	top: 145px;
}


#zub28.active  { 
	background: url(/images/theeths/16-active.png) center center no-repeat;
}

#zub48{
	width:36px;
	height:34px;
	background: url(/images/theeths/17.png) center center no-repeat;
	left: 0;
	top: 198px;
}


#zub48.active  { 
	background: url(/images/theeths/17-active.png) center center no-repeat;
}

#zub47{
	width:37px;
	height:35px;
	background: url(/images/theeths/18.png) center center no-repeat;
	left: 5px;
	top: 229px;
}
#zub47.active  { 
	background: url(/images/theeths/18-active.png) center center no-repeat;
}
#zub46{
	width:33px;
	height:30px;
	background: url(/images/theeths/19.png) center center no-repeat;
	left: 12px;
	top: 261px;
}

#zub46.active  { 
	background: url(/images/theeths/19-active.png) center center no-repeat;
}

#zub45{
	width:31px;
	height:27px;
	background: url(/images/theeths/20.png) center center no-repeat;
	left: 22px;
	top: 287px;
}
#zub45.active  { 
	background: url(/images/theeths/20-active.png) center center no-repeat;
}

#zub44{
	width:35px;
	height:27px;
	background: url(/images/theeths/21.png) center center no-repeat;
	left: 30px;
	top: 309px;
}

#zub44.active  { 
	background: url(/images/theeths/21-active.png) center center no-repeat;
}


#zub43{
	width:28px;
	height:23px;
	background: url(/images/theeths/22.png) center center no-repeat;
	left: 52px;
	top: 329px;
}

#zub43.active  { 
	background: url(/images/theeths/22-active.png) center center no-repeat;
}

#zub42{
	width:26px;
	height:23px;
	background: url(/images/theeths/23.png) center center no-repeat;
	left: 71px;
	top: 339px;
}

#zub42.active  { 
	background: url(/images/theeths/23-active.png) center center no-repeat;
}

#zub41{
	width:25px;
	height:24px;
	background: url(/images/theeths/24.png) center center no-repeat;
	left: 94px;
	top: 341px;
}

#zub41.active  { 
	background: url(/images/theeths/24-active.png) center center no-repeat;
}

#zub31{
	width:25px;
	height:24px;
	background: url(/images/theeths/25.png) center center no-repeat;
	left: 117px;
	top: 341px;
}

#zub31.active  { 
	background: url(/images/theeths/25-active.png) center center no-repeat;
}

#zub32{
	width:26px;
	height:23px;
	background: url(/images/theeths/26.png) center center no-repeat;
	left: 138px;
	top:  340px;
}

#zub32.active  { 
	background: url(/images/theeths/26-active.png) center center no-repeat;
}

#zub33{
	width:28px;
	height:23px;
	background: url(/images/theeths/27.png) center center no-repeat;
	left: 156px;
	top: 329px;
}

#zub33.active  { 
	background: url(/images/theeths/27-active.png) center center no-repeat;
}

#zub34{
	width:32px;
	height:27px;
	background: url(/images/theeths/28.png) center center no-repeat;
	left: 171px;
	top: 309px;
}

#zub34.active  { 
	background: url(/images/theeths/28-active.png) center center no-repeat;
}

#zub35{
	width:31px;
	height:27px;
	background: url(/images/theeths/29.png) center center no-repeat;
	left: 183px;
	top: 287px;
}

#zub35.active  { 
	background: url(/images/theeths/29-active.png) center center no-repeat;
}

#zub36{
	width:32px;
	height:30px;
	background: url(/images/theeths/30.png) center center no-repeat;
	left: 191px;
	top: 261px;
}

#zub36.active  { 
	background: url(/images/theeths/30-active.png) center center no-repeat;
}

#zub37{
	width:37px;
	height:35px;
	background: url(/images/theeths/31.png) center center no-repeat;
	left: 194px;
	top: 229px;
}

#zub37.active  { 
	background: url(/images/theeths/31-active.png) center center no-repeat;
}

#zub38{
	width:36px;
	height:34px;
	background: url(/images/theeths/32.png) center center no-repeat;
	left: 198px;
	top: 198px;
}

#zub38.active  { 
	background: url(/images/theeths/32-active.png) center center no-repeat;
}

/* правки 2018 */

.stub {
	position:absolute;
	left:0;
	top:0;
	background: #fff;
	width:5px;
	height:5px;
	opacity: 0;
	cursor:pointer;
}
 

.stub.active {
	opacity:1;
}

#stub1 {
	width: 5px;
	height: 18px;
	top: 138px;
	left: 41px;
	transform: rotate(5deg);
}

#stub2 {
	width: 6px;
	height: 17px;
	top: 111px;
	left: 45px;
	transform: rotate(10deg);
}

#stub3 {
	width: 6px;
	height: 11px;
	top: 90px;
	left: 50px;
	transform: rotate(21deg);
}


#stub4 {
	width: 5px;
	height: 11px;
	top: 70px;
	left: 58px;
	transform: rotate(28deg);
}

#stub5 {
	width: 6px;
	height: 8px;
	top: 54px;
	left: 67px;
	transform: rotate(34deg);
}

#stub6 {
	width: 6px;
	height: 7px;
	top: 42px;
	left: 79px;
	transform: rotate(60deg);
}



#stub7 {
	width: 7px;
	height: 7px;
	top: 33px;
	left: 94px;
	transform: rotate(72deg);
}

#stub8 {
	width: 6px;
	height: 9px;
	top: 30px;
	left: 113px;
	transform: rotate(90deg);
}


#stub9 {
	width: 6px;
	height: 9px;
	top: 33px;
	left: 132px;
	transform: rotate(107deg);
}


#stub10 {
	width: 5px;
	height: 7px;
	top: 42px;
	left: 149px;
	transform: rotate(121deg);
}


#stub11 {
	width: 5px;
	height: 8px;
	top: 53px;
	left: 162px;
	transform: rotate(140deg);
}


#stub12 {
	width: 6px;
	height: 10px;
	top: 70px;
	left: 170px;
	transform: rotate(156deg);
}


#stub13 {
	width: 7px;
	height: 11px;
	top: 90px;
	left: 177px;
	transform: rotate(162deg);
}

#stub14 {
	width: 6px;
	height: 17px;
	top: 110px;
	left: 183px;
	transform: rotate(169deg);
}

#stub15 {
	width: 6px;
	height: 17px;
	top: 138px;
	left: 187px;
	transform: rotate(175deg);
}


#stub16 {
	width: 5px;
	height: 18px;
	top: 220px;
	left: 43px;
	transform: rotate(-5deg);
}

#stub17 {
	width: 8px;
	height: 20px;
	top: 248px;
	left: 45px;
	transform: rotate(-10deg);
}

#stub18 {
	width: 6px;
	height: 12px;
	top: 277px;
	left: 53px;
	transform: rotate(-21deg);
}

#stub19 {
	width: 5px;
	height: 11px;
	top: 297px;
	left: 63px;
	transform: rotate(-30deg);
}

#stub20 {
	width: 6px;
	height: 6px;
	top: 314px;
	left: 75px;
	transform: rotate(-44deg);
}

#stub21 {
	width: 6px;
	height: 5px;
	top: 324px;
	left: 87px;
	transform: rotate(-60deg);
}



#stub22 {
	width: 7px;
	height: 4px;
	top: 330px;
	left: 100px;
	transform: rotate(-78deg);
}

#stub23 {
	width: 6px;
	height: 4px;
	top: 331px;
	left: 114px;
	transform: rotate(90deg);
}


#stub24 {
	width: 6px;
	height: 6px;
	top: 329px;
	left: 129px;
	transform: rotate(-107deg);
}


#stub25 {
	width: 6px;
	height: 5px;
	top: 324px;
	left: 143px;
	transform: rotate(-126deg);
}


#stub26 {
	width: 6px;
	height: 6px;
	top: 314px;
	left: 155px;
	transform: rotate(129deg);
}


#stub27 {
	width: 6px;
	height: 10px;
	top: 298px;
	left: 166px;
	transform: rotate(-151deg);
}


#stub28 {
	width: 7px;
	height: 12px;
	top: 278px;
	left: 176px;
	transform: rotate(-162deg);
}

#stub29 {
	width: 6px;
	height: 20px;
	top: 248px;
	left: 183px;
	transform: rotate(-169deg);
}

#stub30 {
	width: 6px;
	height: 18px;
	top: 220px;
	left: 187px;
	transform: rotate(-175deg);
}



/* отображение на планшетах*/ 

.wrapper {
	min-width:1150px;
}
.back-video-index {
	min-width:1150px;
	min-height:800px;
}

@media (max-height:768px){
	.menu-index {
	top:50px;
	}
	.slogan {
	top:580px;
	}
}


/*  конфигуратор логика */

.teeths .nav-tabs {
	position:static;
}

.tab-content .item-cart:not(.item-new) .item-cart-top {
	min-height: 130px;
}
.tab-content .item-cart.item-new  .item-cart-top {
	min-height: auto;
}

.config-middle .tab-content {
	margin:0;
}

.config-middle  .tab-pane {
	border: none; 
	padding:0 ;
	width:100%;
}


.btn-add {
	width:134px;
	height:46px;
	background: #fff url(/images/btn-config-1.png) center center no-repeat;
	transition: all 0.3s;
	float:left;
	margin-right:19px;
	border-radius: 5px;
}

.btn-add:hover {
	background: url(/images/btn-config-1-hover.png) center center no-repeat;
	transition: all 0.3s;	
	cursor:pointer;
}

.btn-paste {
	width:134px;
	height:46px;
	background: #fff url(/images/btn-config-2.png) center center no-repeat;
	transition: all 0.3s;
	float:left;
	margin-left:19px;
	border-radius: 5px;
}


.btn-paste:hover {
	background: url(/images/btn-config-2-hover.png) center center no-repeat;
	transition: all 0.3s;	
	cursor:pointer;
}

.btn-copy {
	width:134px;
	height:46px;
	background: #fff url(/images/btn-config-3.png) center center no-repeat;
	transition: all 0.3s;
	float:left;
	border-radius: 5px;
}

.btn-copy:hover {
	background: url(/images/btn-config-3-hover.png) center center no-repeat;
	transition: all 0.3s;	
	cursor:pointer;
}

.btn-block {
	height:70px;
}

.btn-block.not-active {
	/* opacity:0.5; */
}

.not-active .btn-add, .not-active  .btn-copy, .not-active  .btn-paste {
	cursor:default;
}

.not-active .btn-add:hover {
	background: url(/images/btn-config-1.png) center center no-repeat;
}

.not-active .btn-copy:hover {
	background: url(/images/btn-config-3.png) center center no-repeat;
}

.not-active .btn-paste:hover {
	background: url(/images/btn-config-2.png) center center no-repeat;
}

.all-top {
	background: url(/images/all-top.png) center center no-repeat;
	width:73px;
	height:69px;
	position:absolute;
	left:50%;
	margin-left: -36px;
	top:115px;
	cursor:pointer;
	/*transform: all .3s ease;*/
	transition: all .3s;
}

.all-top.full {
	background: url(/images/all-top-full.png) center center no-repeat;
}

.all-top.active {
	background: url(/images/all-top-active.png) center center no-repeat;	
	/*transform: all 0.3s;*/
	transition: all .3s;
}


.all-bottom {
	background: url(/images/all-bottom.png) center center no-repeat;
	width:73px;
	height:69px;
	position:absolute;
	left:50%;
	margin-left: -36px;
	top:192px;
	cursor:pointer;	
	/*transform: all 0.3s;*/
	transition: all .3s;
}

.all-bottom.full {
	background: url(/images/all-bottom-full.png) center center no-repeat;
}

.all-bottom.active {
	background: url(/images/all-bottom-active.png) center center no-repeat;	
	/*transform: all 0.3s;*/
	transition: all .3s;
}


.go-back  {
	width:299px;
	height:55px;
	background: url(/images/go-back.png) center center no-repeat;
	/* position: absolute; */
	right:70px;
	display: none;
	top:0;
	cursor:pointer;
	transition: all 0.3s;
}
.go-back.show {
	display: block;
}
.go-back:hover {
	background: url(/images/go-back-active.png) center center no-repeat;		
	transition: all 0.3s;	
}

.controls {
	position: absolute;
	right:20px;
	top:20px;
}

.item-del {
	width:21px;
	height:21px;
	background: url(/images/delete-btn.png) center center no-repeat;		
	transition: all 0.3s;	
	margin-bottom:10px;
	cursor: pointer;
}

.item-del:hover {
	background: url(/images/delete-btn-active.png) center center no-repeat;		
	transition: all 0.3s;			
	
}

.item-minus {
	width:21px;
	height:21px;
	cursor: pointer;
	background: url(/images/minus.png) center center no-repeat;		
	transition: all 0.3s;			
}
.item-minus:hover {
	background: url(/images/minus-active.png) center center no-repeat;		
	transition: all 0.3s;			
}

.item-plus {
	width:21px;
	height:21px;
	cursor: pointer;
	background: url(/images/plus.png) center center no-repeat;		
	transition: all 0.3s;			
}
.item-plus:hover {
	background: url(/images/plus-active.png) center center no-repeat;		
	transition: all 0.3s;	 		
}

.item-count {
	color: #fff;
	background: #024864;
	text-align: center;
	margin:2px 0;
	
}

#order-properties p {
	max-width:250px;
	word-wrap: break-word;
}

#accordion-cart .ui-accordion-content{
	overflow: visible;
}

/* правки сент 2017 */

.main-user-consent-request {
	font-size: 13px;
	line-height:1.1;
	/*display: block;*/
	width:367px;
	margin-top: 10px;
} 


.main-user-consent-request-popup-text {
	width:90%;
	height:155px;
}

.main-user-consent-request-popup-button-acc {
	background: transparent !important;
	border: 2px solid #2395d3;
	border-radius: 15px;
	color: #2395d3;
	font-family: "mullerbold";
	font-size: 15px;
	margin-top: 20px;
	padding: 0 30px;
	transition: all 0.3s ease 0s;
	height:33px;
	line-height:35px;
}	

.main-user-consent-request-popup-button-acc:hover {
	background: #2395d3 !important;
	color: #fff;
}

.main-user-consent-request-popup-button-rej {
	background: transparent !important;
	border: 2px solid #666;
	border-radius: 15px;
	color: #666;
	font-family: "mullerbold";
	font-size: 14px;
	margin-top: 20px;
	padding: 0 30px;
	transition: all 0.3s ease 0s;
	height:33px;
	line-height:35px;	
	box-shadow: none;
}

.main-user-consent-request-popup-button-rej:hover  {
	background:#666 !important;
	color: #fff;
}
	
.main-user-consent-request-popup-textarea-block {
	margin:0;
}

.main-user-consent-request-announce-link a {
	text-decoration: underline !important;
}

.bx-auth-reg .main-user-consent-request {
	width:465px !important;
}


.order .main-user-consent-request {
	width:100%;
	margin-bottom:20px;
	margin-top:0;
}

.order .main-user-consent-request input {
	margin-top:0;
}

.auth.hidden-xs  {
	display: table !important;
}

.addresses-block .addr-field1[type="text"] {
	width: 40%;
}
.addresses-block .addr-field2[type="text"] {
	width: 100%;
}
.addresses-block .addr-field3[type="text"] {
	width: 100%;
}
.addresses-block .addr-field4[type="text"] {
	width: 40%;
}
.addresses-block .addr-field5[type="text"] {
	width: 40%;
}
.addresses-block .addr-field6[type="text"] {
	width: 40%;
}
.addresses-block .addr-field7[type="text"] {
	width: 40%;
}
.addresses-block textarea.addr-field8 {
	width: 100%;
}

	
@keyframes colored {
	0% {
	color: #025c74;
	}


	100% {
	color: #fff;
	}
}


.config-title .cont
{padding: 0 10px;text-align: center;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.config-title .cont>*{
	margin: 5px 0;
}
.config-middle
{
padding: 0 25px;
}
.order-right .item-price
{
font-size: 20px;
}

.starrequired {
	color: #f00;
}

.button,
a.button {
	border: 2px solid #024764;
	border-radius: 20px;
	color: #024764;
	display: inline-block;
	font-size: 16px;
	min-width: 80px;
	text-decoration: none;
	padding: 7px 30px;
	outline: 0;
	box-shadow: none;
	letter-spacing: 1px;
	-webkit-transition: color .25s;
	transition: color .25s;
}
.button:hover,
.button.active {
	color: #fff;
	background: #024764;
}

.main-cols {
	display: flex;
	width: 100%;
}
.main-cols-right {
	flex-grow: 1;
}
.main-cols-left {
	width: 300px;
	margin-right: 40px;
}
.main-cols-left:after {
	content: '';
	display: block;
	width: 300px;
}
.main-cols-left li{
	margin: 0;
}
.addresses-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.price-panel-wrapper {
	position: relative;
}
.price-panel.fixed {
	position: absolute;
	width: 100%;
}

.loading {
	opacity: .3;
	pointer-events: none;
}

.teeths-modal .teeths {
	margin: 0 auto;
}

.modal-success {
	margin: 10px;
	font-size: 1.4em;
}

.modal-success a {
	color: #12566e;
}

.modal-success .order-link {
	margin-top: 20px;
	text-align: center;
}

.teeths-modal .title {
	font-size: 2em;
	text-align: center;
	margin: 0 0 30px;
}

.buttons-wrapper {
	margin: 20px 0 0;
	text-align: center;
}

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

.basket-line {
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
}

.basket-line a {
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	height: 55px;
	width: 55px;
	margin: 10px 0 0 20px;
	position: relative;
	color: #fff !important;
	margin-right: 20px;
}

.basket-line .qty {
	position: absolute;
	right: 0;
	top: 7px;
	background: #7b7b7b;
	border-radius: 50%;
	min-width: 1.2em;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1.5em;
	padding: 0 .2em;
}

.basket-line svg {
	height: 30px;
}

.cabinet-title.has-menu .cabinet-title-right {
	margin: 0 0 30px;
	padding-right: 0;
	width: 250px;
	text-align: left;
}
@media (max-width: 1024px){
	
	.main-cols-left {
	/* display: none; */
	}
}

@media (max-width: 767px){
	.main-cols{
		flex-direction: column;
		align-items: center;
	}
	.price-panel.fixed {
	position: relative;
	top: 0 !important;
	}
	.cabinet-title.has-menu .cabinet-title-right {
	float: left;
	margin: 0 0 20px;
	}
}

