* {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
a ,.news-row.cert a{
    text-decoration: none!important;
}
a:hover {
	text-decoration: none;
    color: #225c99;
}
body {
	margin : 0 auto;
	padding : 0;
	font : 100%/1.4 'PT Sans', sans-serif;
	font-size: 1.1em;
	color : #000;
	text-align: center;
	background: #fff;
}


/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address {
margin-bottom : 1.5em;
font-size : 1em; /* 16 / 16 = 1 */ }

p {
hyphens : auto;  }


p.center {
text-align: center;
}

.capcha-error
{
	text-align:center!important;
	color:#f00!important;
}
.heart {
	font-size: 1.5em; /* 24 / 16 */
}

ul,
ol {
margin : 0 0 1.5em 0;
padding : 0 0 0 24px; }

li ul,
li ol {
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl,
dd {
margin-bottom : 1.5em; }

dt {
font-weight : normal; }

b, strong {
font-weight : bold; }

hr {
display : block;
margin : 1em 0;
padding : 0;
height : 1px;
border : 0;
border-top : 1px solid #ccc;
}

small {
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup {
font-size : 75%;
line-height : 0;
position : relative;
vertical-align : baseline; }

sup {
top : -.5em; }

sub {
bottom : -.25em; }

.subtext {
	color: #666;
	}

/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }

.textleft {
	text-align: left;
}

.left {
	float: left;
}


#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
}


header {
	clear: both;
	width: 100%; /* 1000px / 1250px */
	font-size: 0.8125em; /* 13 / 16 */
	max-width: 1170px; /* 1200px / 13 */
	margin: 0 auto;
	position: relative;
	color: #000;
	padding: 5px 0;
	text-align: center;
}

.maincontent {
	clear: both;
	color: #333;
	font-size: 0.8125em;
	line-height: 1.5em;
	margin: 0 auto;
	max-width: 1170px;
	padding: 0 0 1em;
	position: relative;
	width: 100%;
}

#main_menu {
	background: #122351;
	font-size: 0.80em;
	box-shadow: 0 4px 2px -2px rgba(0,0,0,0.4);

}

.main_menu-table {
	display: table;
	width: 80%; /* 1000px / 1250px */
	max-width: 92.3em; /* 1200px / 13 */
	margin: 0 auto;
	position: relative;
}

#main_menu ul {
	clear: both;
	display: table-row;
	padding: 0;
	position: relative;
	color: #000;
	text-align: center;
}

#main_menu ul li {
	list-style: none;
	display: table-cell;
}

#main_menu a {
	color: #FFF;
	padding: 15px 20px;
	display: block;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.2s ease 0s;
}

#main_menu li:hover > a, #main_menu a:hover, #main_menu .current a {
	background: #225c99;
	text-decoration: underline;
}

@media (max-width: 680px) {
	#main_menu {
		display: none;
	}
}
#main_menu .sub-list {
	display: none;
	position: absolute;
    z-index: 1;
    background: white;
    padding: 15px 15px;
}
#main_menu ul li:hover .sub-list {
	display: flex;
    border: 1px solid #ddd;
    border-top: 0;
}
#main_menu .sub-list li {
	display: block;
	text-align: left;
	margin-bottom: 20px;
	list-style: none;
	margin: 0 0 3px 0;
    padding-left: 20px;
}
#main_menu .sub-list li:before {
  color: #225c99;
  float: left;
  margin: 0 0 0 -1em;
  width: 1em;
  content: '\25A0';
}
#main_menu .sub-list li.title:before {
	display: none;
}
#main_menu .sub-list a,
#main_menu .sub-list a:hover {
    color: #656565;
    background: #fff;
    padding: 0;
	text-decoration: none;
}
#main_menu .sub-list a:hover {
	text-decoration: none;
    color: #225c99;
}
#main_menu .sub-list h3 {
    font-size: 18px;
    color: #858484;
    font-weight: normal;
    margin: 0 0 10px 5px;
    color: #225c99 !important;
    margin-bottom: 5px !important;
}
#menu-button {
	display: none;
}
@media (max-width: 1200px) {
	#main_menu  .sub-list {
	    flex-wrap: wrap;
	}
	#main_menu .sub-list li.title {
	    flex: 0 0 50%;
	    box-sizing: border-box;
	    margin-bottom: 25px;
	}
}
@media (max-width: 680px) {
	#main_menu ul li:hover .sub-list {
		display: none;
	}
}

.call-back {
	display: block;
	width: 114px;
	padding: 16px 0;
	float: right;
	background: #2e6db0;
	color: #FFF!important;
	font-size: 16px;
	//font-style: italic;
	margin: 0 20% 0 0;
	line-height: 1;
	text-decoration: none;
	transition: all 0.2s ease 0s;
}

.call-back:hover {
	background-color: #225d9a;
	text-decoration: underline;
}


#logo {
	display: block;
	width: 177px;
	height: 87px;
	margin: 5px auto 0 auto;
	background: url("images/logo.png") no-repeat;
}

.header__phone {
	margin: 7px auto 5px auto;
	color: #858484;
	font-size: 20px;
	width: 180px;
	line-height: 1.1;
	padding: 6px 0 0 30px;
	background: url("images/phone-u.jpg") no-repeat 0 3px;
}
.header-link {
	color: #858484;
	text-decoration: none;
}
.header__phone b {
	color: #11366c;
}

.header__phone-info {
	display: block;
	color: #484848;
	font-weight: normal;
	font-size: 10.50px;
}
@media (max-width: 680px) {
	.header__phone {
		background: none;
		padding-left: 0;
	}
}

.new-h2 {
    max-width: 100%;
	display: block;
}
.new-h2 #logo {
	width: 338px;
	height: 90px;
	background: url(http://3dprint-samara.ru/bitrix/templates/3d-print/images/logo-2019-big.png) no-repeat;
    background-size: contain;
}
.new-h2__wrapper {
    max-width: 1210px;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 1280px) {
	.new-h2 #logo {
		max-width: 100%;
		background-size: contain;
		background-position: 0% 50%;
	}
}
@media screen and (max-width: 1280px) and (min-width: 981px) {
	.new-h2 .call-back,
	.new-h2 .social-share {
		margin-right: 0; 
	}
}
@media screen and (max-width: 980px) and (min-width: 681px) {
	.formclass
	{
		display:none;
	}
	.new-h2 .header__phone {
	    font-size: 14px;
	    margin-left: -28px;
	}
	.new-h2 .call-back,
	.new-h2 .social-share {
		margin-right: 0; 
	}
}
@media screen and (max-width: 680px) {
	
	.formclass
	{
		display:none;
	}
	
	.new-h2 {
	    width: 100%;
	}
	.new-h2__wrapper {
	    width: 93.75%;
	}
	.header-hide {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.news-row.catalog-item {
	    text-align: center!important;
	}
	.news-row.cert a.product-preview {
	    float: none!important;		
	}
}

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.social-share {
	list-style: none;
	margin: 5px 20% 0 0;
	width: 117px;
	float: right;
}

.social-share li {
	float: left;
	margin: 0 6px 8px 7px;
}
@media (max-width: 680px) {
	.social-share li {
		margin: 0 6px 8px 6px;
	}
}

.social-share li:last-child {
	margin-right: 0;
}

.social-share a {
	display: block;
	width: 25px;
	height: 25px;
	transition: all 0.2s ease 0s;
	border: 1px solid #d4e1ef;
	border-radius: 2px;
}

.social-share .instagram a {
	background: url("images/social_icon.png") no-repeat 0 0;
}

.social-share .facebook a {
	background: url("images/social_icon.png") no-repeat -24px 0;
}

.social-share .vkontakte a {
	background: url("images/social_icon.png") no-repeat -48px 0;
}

.social-share .twitter a {
	background: url("images/social_icon.png") no-repeat -72px 0;
}

.social-share .instagram a:hover {
	background: #225d9a url("images/social_icon.png") no-repeat 0 -24px;
}

.social-share .facebook a:hover {
	background: #225d9a url("images/social_icon.png") no-repeat -24px -24px;
}

.social-share .vkontakte a:hover {
	background: #225d9a url("images/social_icon.png") no-repeat -48px -24px;
}

.social-share .twitter a:hover {
	background: #225d9a url("images/social_icon.png") no-repeat -72px -24px;
}

.banner {
	width: 100%;
	height: 440px;
	background: #b3b6bd url("images/header_bg.jpg") no-repeat center top;
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center;
	box-shadow: 0 4px 2px -2px rgba(0,0,0,0.2);
}

.info-text {
	margin: 50px 0 0 20px;
	color: #FFF;
	font-size: 17px;
}

.info-text h3 {
	font-weight: normal;
	font-size: 30px;
	margin: 0 0 20px 0;
}

.sale-block {
	display: block;
	width: 132px;
	padding: 30px 0 30px 28px;
	background: rgba(0, 0, 0, 0.15);
	color: #FFF;
	margin: 50px auto 0 auto;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px dashed #9ea4a9;
	margin-bottom: 85px;
}

.sale-block:hover {
	text-decoration: underline;
}

.header-button {
	color: #fff;
	display: block;
	transition: all 0.2s ease 0s;
	padding: 20px 15px 20px 70px;
	font-size: 13px;
	margin: 0 auto 35px auto;
	text-decoration: none;
	background-color: #2e6eb0;

}

.header-button.anketa {
	width: 165px;
	background-image: url("images/border_white.jpg"), url("images/header_form_icon.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 55px 3px, 14px 13px;
}

.header-button.price {
	width: 187px;
	background-image: url("images/border_white.jpg"), url("images/header_phone_icon.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 55px 3px, 14px 15px;
}

.header-button.order {
	width: 100px;
	background-image: url("images/border_white.jpg"), url("images/header_dollar_icon.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 55px 3px, 14px 15px;
}

.header-button:hover {
	background-color: #225d9a;
}

.order-form-link {
	color: #FFF;
	font-size: 13px;
	padding: 15px 40px;
	background: #1f3573;
	text-decoration: none;
	text-transform: uppercase;
}
.order-form-link:hover {
	background: #225d9a;
	color: #fff;
}
.order-form-link.center {
	display: block;
	margin: 0 auto 50px auto;
	float: none;
	clear: both;
	width: 130px;
}
.service-about .bx-wrapper {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 40px;
}

.order-form-link:hover {
	text-decoration: underline;
}
.service-about h2 {
	font-size: 2em;
	margin-bottom: 20px;
}

.title-block {
	text-align: center;
	margin: 30px auto;
	color: #858484;
	border-bottom: 1px solid #dadada;
	font-size: 30px;
	width: 70%;
	padding: 22px 0;
}

.title-block.equipment {
	margin-top: 15px;
}

.equipment-list li {
	text-align: center;
}

.equipment-list li img {
	margin: 0 auto;
}

.equipment-list li a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

.equipment-list li a:hover {
	color: #2e6eb0;
}

.controls {
	margin: 60px auto;
	text-align: center;
}

.controls a {
	display: inline-block;
	width: 70px;
	height: 40px;
}

.controls a.prew-control {
	background: #2e6db0 url("images/prew_img.png") no-repeat center;
}

.controls a.next-control {
	background: #2e6db0 url("images/next_img.png") no-repeat center;
}

.controls a.next-control:hover {
	background: #225d9a url("images/next_img.png") no-repeat center;
}

.controls a.prew-control:hover {
	background: #225d9a url("images/prew_img.png") no-repeat center;
}

.block-content {
	background: #225c99;
	color: #FFF;
	text-align: center;
	padding: 10px 0 40px 0;
}

.block-content .title-block {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.block-content p {
	color: #FFF;
}

.block-content.news {
	background: #f5f5f5;
	color: #000;
	text-align: center;
	padding: 10px 0 40px 0;
}

.block-content.news .title-block {
	color: #858484;
	border-bottom: 1px solid #dadada;
}

.block-content.news p {
	color: #000;
}

.block-content.news .all-link {
	margin: 20px auto;
}

.block-content.footer .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.block-content.footer a {
	color: #FFF;
	text-decoration: none;
}
.block-content.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.block-content .footer-nav {
    column-count: 3;
    font-size: 17px;
    list-style: none;
    line-height: 1.3;
}
.block-content.footer .contact_item {
    font-size: 17px;
    letter-spacing: .2px;
}
.block-content.footer .contact_item.adr {
    margin-bottom: 12px;
}
.block-content.footer .icon_link {
    stroke: #fff;
    width: 14px;
    height: 11px;
}
.block-content.footer .maincontent:last-of-type {
	padding-bottom: 0;
}
@media (max-width: 1024px) {
	.block-content.footer .maincontent:first-of-type .section {
	    width: 720px;
	    margin: 0 auto;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.block-content.footer .fisrt-block {
    	width: 50%;
	}
	.block-content.footer .second-block {
		width: 70%;
		margin: 1% 0;
	}
	.block-content.footer .third-block {
		width: 70%;
		margin: 1% 0;
	}
	.block-content .footer-nav {
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.block-content.footer .maincontent:first-of-type .section {
	    width: 300px;
	}
	.block-content.footer .first-block {
	    margin-bottom: 20px;
	}
	.block-content.footer .second-block {
	    width: 1000%;
	}
	.block-content.footer .third-block {
	    width: 100%;
	    text-align: center;
    }
    .block-content .footer-nav {
    	column-count: 2;
    }
}

@media (max-width: 680px) {
	.block-content .footer-logo {
	    display: block;
	    margin: 0 auto;
	}
	.block-content .footer-nav li {
	    margin: 0 10px;
    }
}

.block-content a {
	color: #FFF;
}

.block-content a:visited, .block-content.footer a:visited {
	color: #FFF;
}

.agreement-block {
	font-size: 0.8em;
    margin-bottom: 15px;
}
.agreement-modal {
    color: #0f3065;
}
#agreement-modal {
	display: none;
	background: #fff;
	max-width: 900px;
	margin: 30px auto;
	padding: 25px;
	position: relative;
}
#agreement-modal button.mfp-close {
    color: #333333;
}
.mfp-content #agreement-modal {
	display: block;
}
@media (max-width: 900px) {
	#agreement-modal {
		max-width: 80%;
	}
}

a.project-item {
	display: block;
	text-align: center;
	color: #000;
	text-decoration: none;
}

a.project-item:hover {
	color: #225c99;
}

a.project-item img {
	display: block;
	margin: 0 auto 15px auto;
	border: 1px solid #225d9a;
}

.all-link {
	display: block;
	margin: 35px auto 55px auto;
	color: #FFF;
	font-size: 12px;
	background: #2e6eb0;
	padding: 12px 0;
	transition: all 0.2s ease 0s;
	width: 140px;
	text-align: center;
	text-decoration: none;
}

.all-link:hover {
	background: #225d9a;
	text-decoration: underline;
}

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.news-row {
	text-align: left;
	padding: 0 30px;
}

.news-row:hover a i {
	color: #225c99;
}

.news-row:hover a b {
	text-decoration: none;
}

.news-row a {
	text-decoration: none;
}

.news-row a b {
	display: block;
	font-weight: normal;
	transition: all 0.4s ease 0s;
	color: #122351;
	text-decoration: underline;
	margin: 20px 0;
}

.news-row a i , .news-date{
	display: block;
	font-style: normal;
	transition: all 0.4s ease 0s;
	font-size: 18px;
	color: #9e9f9e;
}

.brand-row {
	text-align: center;
	color: #808285;
	padding: 20% 0;
	min-height: 90px;
	border: 1px solid #dadada;
}

.brand-row img {
	margin: 0 auto 10% auto;
	display: block;
}

.certificates-block h3, .brand-block h3 {
	color: #858484;
	font-weight: normal;
	font-size: 23px;
	margin: 20px 0;
}

.maincontent h3.brand-title {
	margin-top: 50px;
}

.cert-slider {
	width: 250px;
	margin: 0 auto;
}

.certificates-block {
	border: 1px solid #b3c2d5;
	text-align: center;
	margin: 30px 20px 50px 20px;
}

.cert-list .cert-row {
	text-align: center;
	color: #808285;
}

.cert-list .cert-row img {
	margin: 0 auto 25px auto;

}

.certificates-block .all-link {
	margin: 26px auto;
}

.block-content.trigger {
	background: #f3f9ff;
	padding: 30px 0 20px 0;
}

.trigger-block {
	background: #FFF;
	color: #000;
	margin: 30px 7%;
	text-align: left;
	transition: all 0.4s ease 0s;
}

.trigger-block:hover {
	background: #225c99;
	color: #FFF;
}

.trigger-block:hover p {
	color: #FFF;
}

.trigger-block:hover a {
	background: #FFF;
	color: #225c99;
}

.trigger-block:hover h4 {
	border-bottom: 1px solid #FFF;
}

.trigger-block p {
	color: #000;
	min-height: 150px;
	padding: 20px;
	margin: 0;
	transition: all 0.4s ease 0s;
	text-align: justify;
}

.trigger-block h4 {
	font-size: 16px;
	padding: 20px 0 20px 55px;
	border-bottom: 1px solid #225c99;
	margin: 0 5%;
	transition: all 0.4s ease 0s;
	font-weight: normal;
}

.trigger-block h4.buy-block {
	background: url("images/icon_sprite.png") no-repeat 10px 15px;
}

.trigger-block h4.pay-block {
	background: url("images/icon_sprite.png") no-repeat 10px -93px;
}

.trigger-block h4.delivery-block {
	background: url("images/icon_sprite.png") no-repeat 10px -215px;
}

.trigger-block:hover h4.buy-block {
	background: url("images/icon_sprite.png") no-repeat 10px -38px;
}

.trigger-block:hover h4.pay-block {
	background: url("images/icon_sprite.png") no-repeat 10px -155px;
}

.trigger-block:hover h4.delivery-block {
	background: url("images/icon_sprite.png") no-repeat 10px -272px;
}

.trigger-block a {
	display: block;
	text-align: center;
	background: #225c99;
	color: #FFF;
	transition: all 0.4s ease 0s;
	text-decoration: none;
	font-size: 12px;
	padding: 14px 0;
}


#footer_menu {
	background: #2b2e3b;
	font-size: 0.80em;
	box-shadow: 0 4px 2px -2px rgba(0,0,0,0.4);
    color: #fff;
    padding: 39px 0 52px;
}
#footer_menu .contact_us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#footer_menu .contact_us .caption {
    font-family: "PT Sans";
    font-weight: 700;
    line-height: 25px;
    font-size: 25px;
    width: 125px;
    margin-right: 56px;
}
#footer_menu .contact_us .contact_item {
    width: 220px;
    margin: 2px 21px 0 0;
}
#footer_menu .contact_us .contact_item:last-child {
    margin: 2px 0 0;
}
#footer_menu .contact_us .contact_item .value {
    font-size: 25px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 3px;
    line-height: 25px;
}
#footer_menu .contact_us .contact_item .name {
    font-weight: 300;
    font-size: 18px;
    display: inline-block;
}
#footer_menu a {
    color: #fff;
    text-decoration: none;
    transition: .3s ease;
}

#footer_menu .socnet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0 0;
}
#footer_menu .socnet .item {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 10px 0 0;
    fill: #fff;
}
#footer_menu .socnet .item:hover {
    -webkit-transform: translate(0, -6px);
    -ms-transform: translate(0, -6px);
    transform: translate(0, -6px);
}
#footer_menu .socnet .item.youtube {
    background: #ff373f;
}
#footer_menu .socnet .item.vk {
    background: #326c9f;
}
#footer_menu .socnet .item:last-child {
    margin: 0;
}
#footer_menu .socnet .icon_youtube, #footer_menu .socnet .icon_vk {
    width: 27px;
    height: 19px;
}
#footer_menu .order-button {
	height: 45px;
    display: block;
    margin: 2px 0 0;
    padding: 0 20px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-content {
	width: 100%; /* 1000px / 1250px */
	max-width: 1170px; /* 1200px / 13 */
	margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1024px) {
	.footer-content {
	    width: 722px;
	}
	#footer_menu .contact_us .caption {
	    display: none;
	}
	#footer_menu .contact_us .contact_item .value {
	    font-size: 20px;
	}
	#footer_menu  .contact_us .contact_item .name {
	    font-size: 16px;
	}
	#footer_menu .contact_us .contact_item {
	    width: 169px;
	    margin: 2px 10px 0 0;
	}
}
@media (max-width: 767px) {
	.footer-content {
	    width: 300px;
	}
	#footer_menu .contact_us {
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    width: 210px;
	    -webkit-box-pack: start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	}
	#footer_menu .contact_us .contact_item {
	    width: 100%;
	    margin: 2px 0 13px 0;
	}
	#footer_menu .socnet {
	    width: 52px;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	#footer_menu .socnet .item {
	    margin: 0 0 18px;
	}
	#footer_menu .order-button {
	    float: left;
	}
}

#footer_menu ul {
	clear: both;
	padding: 0;
	margin: 0;
	position: relative;
	color: #FFF;
	text-align: center;
}

#footer_menu ul li {
	list-style: none;
	float: left;
}

#footer_menu ul a {
	color: #FFF;
	padding: 15px 20px;
	display: block;
	text-decoration: none;
	transition: all 0.2s ease 0s;
}

#footer_menu a:hover {
	text-decoration: underline;
}


.order-button {
	display: block;
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFF;
	margin: 9px 25px 0 0;
	text-decoration: none;
	background: #225c99;
	padding: 8px 20px;
}

.order-button:hover {
	background: #1f3573;
}

.block-content.footer {
	background: #363a48;
	text-align: center;
	padding: 40px 0 20px 0;
}

.block-content.footer .maincontent {
	color: #dadada;
	font-size: 12px;
}

.top-button {
	color: #dadada;
	text-transform: uppercase;
	float: right;
	background: url("images/top_bg.png") no-repeat 12px 18px;
	background-color: rgba(0, 0, 0, 0.15);
	padding: 15px 20px 15px 35px;
	text-decoration: none;
    position: fixed;
    left: 10px;
    bottom: 10px;
}

.breadcrumbs {
	background: #f3f9ff;
}

.breadcrumbs-wrapper {
	margin: 0 auto;
	max-width: 92.3em;
	width: 80%;
}

.breadcrumbs ul {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 20px;
	position: relative;
}

.breadcrumbs ul li {
	float: left;
	padding: 15px 0;
	font-size: 12px;
	color: #858484;
	margin: 0 8px;
}

.breadcrumbs ul li:after {
	color: #858484;
	margin: 0 0 0 12px;
	content: '\2192';
}

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

.breadcrumbs ul a:hover {
	text-decoration: underline;
}

.breadcrumbs ul li:last-child:after {
	content: '';
}

@media screen and (max-width: 680px) {
	.breadcrumbs ul {
		display: none
	}
}

.maincontent h1 {
	font-size: 26px;
	font-weight: normal;
	color: #122351;
	margin: 30px 0;
}

#sidebar-left {
	padding: 30px 0 30px 0;
}

#sidebar-left h3 {
	font-size: 18px;
	color: #858484;
	font-weight: normal;
	margin: 0 0 10px 15px;
}

@media screen and (max-width: 680px) {
	#sidebar-left {
		display: none;
	}
}

.sidebar-menu ul {
	color: #225c99;
	list-style: none;
	margin: 0 0 0 7px;
}

.sidebar-menu ul ul {
	color: #225c99;
	list-style: none;
	margin: 5px 0 5px 2px;
}

.sidebar-menu li {
	margin: 0 0 5px 0;
}

.sidebar-menu li:before {
	color: #225c99;
	float: left;
	margin: 0 0 0 -1em;
	width: 1em;
	content: '\25A0';
}

.sidebar-menu li li:before {
	color: #666;
	float: left;
	margin: 0 0 0 -1em;
	width: 1em;
	content: '—';
}

.catalog-form {
    padding: 1px;
	background: url("images/laser-catalog.jpg");
    background-size: 100%;
    background-size: cover;
}
.formclass {
    padding: 1px;
	background: url("/upload/orders.jpg");
    background-size: 100%;
    background-size: cover;margin-bottom: 10px;    min-height: 400px;
}

.formclass .form-control
{
height: 25px!important;	
}
#g-recaptcha6
{
	transform: scale(0.9);
    transform-origin: 0;
    width: 305px;
    float: left;margin-top: -10px;
}
.catalog-form-desktop2 .macros-button
{
	position: absolute;
    margin-left: 285px;
    margin-top: 5px;
    height: 58px;margin-top: -5px;
}
.catalog-form-desktop2 .macros-button .submit
{
      background: #2e6db0;
    height: 55px;
    color: #fff;
}
.formclass_left
{
width: 400px;
    padding-top: 175px;
    padding-left: 40px;
    padding-bottom: 30px;
}
.formclass_left .form-control
{    margin-bottom: 10px;
	
}
.catalog-form .textable {
    text-align: center;
    padding: 5px 7px 30px;
    color: #fff;
	font-size: 16px;
    color: #fff;
}
.catalog-form input[type=text] {
    width: 80%;
	margin: 0 auto 6px;
    display: block;
    padding: 3px;
}
.catalog-form button {
    width: 80%;
    margin: 15px auto 20px;
    display: block;
    background: #2e6db0;
    border: none;
    color: #fff;
    padding: 5px;
    cursor: pointer;
}
.catalog-form button:hover {
	background: #225d9a;
}

@media screen and (max-width: 680px){
	.catalog-form-desktop {
		display: none;	
	}
}
@media screen and (min-width: 681px){
	.catalog-form-mobile {
		display: none;
	}
}

.root-item-selected {
	font-weight: bold;
}

.sidebar-menu ul a {
	color: #858484;
}

html {
	-webkit-overflow-scrolling : touch;
	-webkit-tap-highlight-color : rgb(52,158,219);
	-webkit-text-size-adjust : 100%;
	-ms-text-size-adjust : 100%;
}

.news-list .news-row a b {
	margin: 5px 0;
	font-size: 18px;
}

.news-row.detail-news .news-date {
	margin-bottom: 10px;
}

.news-list .news-row, .news-row.detail-news {
	padding: 0;
	margin: 0 0 30px 0;
}

.news-row.cert {
	text-align: center;
}

.news-row.cert a.product-preview {
	display: block;
	margin-bottom: 15px;
	line-height: 195px;
}
.news-row.cert a {
	color: #000;
	text-decoration: underline;
}
.news-row.cert img {
	vertical-align: middle;
}

.news-row.catalog-item {
	border: 1px solid #FFF;
}

.news-row.catalog-item:hover {
	border: 1px solid #c1c1c1;
    box-shadow: 0 0 8px #e2e1e0;
}

.catalog-item .price-block .order-form-link {
	color: #fff;
	float: none;
	margin-top: -2px;
	margin-bottom: 10px;
	padding: 6px 25px;
	text-decoration: none;
	visibility: hidden;
	display: inline-block;
}

.catalog-item:hover .price-block .order-form-link {
	visibility: visible;
}

.catalog-item .price-block .order-form-link:hover {
	text-decoration: underline;	
}

.catalog-item .price-block .price {
	font-size: 1.5em;
}

.white-popup {
    background: none repeat scroll 0 0 #fff;
    color: #6e6e6e;
    margin: 20px auto;
    max-width: 350px;
    padding: 20px;
    position: relative;
    width: auto;
}

.form-front {
	max-width: 450px;
	margin: 0 auto 50px auto;
}

.white-popup h3 {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: normal;
}

.white-popup input[type="text"], .white-popup textarea,
.form-front input[type="text"], .form-front textarea {
  border: 2px solid #c9c8c8;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  margin-bottom: 15px;
  padding-left: 13px;
  padding-right: 30px;
  width: 87%;
}
.form-front input[type="file"] {
	display: block;
	height: 32px;
  line-height: 32px;
  margin-bottom: 15px;
}
.center-text {
	text-align: center;
	display: block;
}
.white-popup textarea,
.form-front textarea {
	height: 80px;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
}

.btn-send {
  background: none repeat scroll 0 0 #225c99;
  color: #fff;
  display: block;
  font-size: 12px;
  margin: 0 auto 10px auto;
  padding: 10px 23px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.white-popup .fail,
.form-front .fail {
	font-size: 13px;
}


input[type="text"].error, textarea.error{
	border: 2px solid #FF0000;
}

.page-content h3 {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 15px;
}

.page-content h4 {
	font-size: 18px;
	font-weight: normal;
	margin: 12px 0 7px 0;
}

.text-gray {
	color: #666;
}

.text-gray h3 {
	color: #333;
}

.page-content img[align=left] {
	margin: 0 15px 10px 0;
}

ul.product_photo {
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
}

ul.product_photo li {
	float: left;
	margin: 10px 10px 0 0;
	
}

ul.product_photo img {
	border: 1px solid #c1c1c1;
}

@media screen and (max-width: 680px) {
	.product-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.product-text > * {
		width: 100%;
	}
	.icons + .product-about-wrapper {
		margin-bottom: 20px;
	}
	.product-about-wrapper {
		order: -1;
	}	
}

.title-category {
	font-size: 18px;
	color: #122351;
}

.logo-brand {
	float: left;
	max-width: 220px;
	margin: 0 15px 5px 0;
	border: 1px solid #CCC;
	padding: 10px;
}

.clear {
	clear: both;
}

.header-mail {
	font-size: 0.8em;
	color: #214c85;
}

.catalog_menu {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

.catalog_menu h3 {
	color: #225c99 !important;
	margin-bottom: 5px !important;
}



.catalog_menu a {
  color: #858484;
}

.catalog_menu ul {
	margin: 0 0 0 5px;
}

.catalog_menu > li {
	margin-bottom: 20px;
}

.catalog_menu ul li {
	list-style: none;
	margin: 0 0 3px 0;
}

.catalog_menu > li > ul > li > a {
	color: #656565;
} 

.catalog_menu ul li:before {
  color: #225c99;
  float: left;
  margin: 0 0 0 -1em;
  width: 1em;
  content: '\25A0';
}

.catalog_menu ul ul {
	display: none;
}

.catalog_menu li.item-selected > ul  {
	display: block;
}

.catalog_menu ul ul {
	margin-left: -5px;
}

.catalog_menu ul li li:before {
	color: #666;
	float: left;
	margin: 0 0 0 -1em;
	width: 1em;
	content: '—';
}
.sale-product {
	margin: 0 0 20px 0;
	border: 2px solid #CCC;
	padding: 4px;
}

.old-price {
	
	font-size: 1.5em;
	margin-bottom: 10px;
}
.old-price.red {
	color: red;
}
.price {
	font-size: 2.5em;
	margin-bottom: 20px;
	color: red;
	font-weight: bold;
}
.price span {
	font-weight: normal;
	color: #333;
}
.price.blue {
	color: #1f3573;
}
.tehper  td{
	padding: 3px;
}
.tehper tr:nth-child(odd) {
 background: #f3f9ff;
}

.icon-center {
	text-align: center;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	color: #2e6eb0;
	margin-bottom: 15px;
}

.icon-group {
	max-width: 950px;
    margin: 10px auto;
}

.icon-group.graver  .icon-center {
	margin-bottom: 0;
}

.icon-group.graver {
	margin: 30px 0 0 0;
}

.icon-conteiner {
	margin: 0 20px;
}
.contact-center  {
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 10px;
}

.center {
	text-align: center;
}

.contact-row {
	min-height: 200px;
}
.service-row {
	text-align: center;
}
.service-row .service-img-link {
	line-height: 170px;
	height: 170px;
}
.service-row a {
	display: block;
	color: #000;
    font-size: 19px;
    font-weight: normal;
}

.service-text {
	margin-bottom: 15px;
}

.service-about {
	margin: 0 0 40px 0;
}
.icon-group {
	margin-bottom: 50px;
}
.phone-bottom {
	display: block;
	text-align: center;
	font-size: 2em;
	line-height: 1.5;
	margin-bottom: 40px;
}
.sitename {
	display: block;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	font-size: 1.2em;
}
.sitename p {
	font-weight: 600;
	color: #060a35;
	margin: 0;
}
.sitename b {
	font-weight: normal;
	font-size: 1.5em;
	color: #0f3065;
}
.product-about iframe {display:block; width:100%; height: 450px; margin:0 auto;}
[id^=g-recaptcha] > div {margin: 0px auto 15px;}
.sort-filter {
    color: #3f3f3f;
    padding: 10px 0px;
    font-size: 15px;
}
.sort-filter__param {
    color: #122351;
    margin-left: 20px;
    margin-right: -3px;
    position: relative;
    padding-right: 19px;
    cursor: pointer;
    text-decoration: none;
}
/*.sort-filter__param:after {
    content: '';
    background-image: url("images/arrow-sprites.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 8px;
    width: 11px;
    height: 7px;
}
.sort-filter__param.up:after {
  background-image: url("images/arrow-sprites.png");
  background-position: 0 -27px;
  background-repeat: no-repeat;
}
*/
.bx-filter.bx-blue .bx-filter-section {
	background: #f3f9ff;
}
.bx-filter {
    margin-bottom: 20px;
    font-family: "PT Sans", sans-serif;
}
.bx-filter * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-filter .bx-filter-section {
	padding-top: 16px;
}
.bx-filter .bx-filter-title {
	padding-left: 10px;
	color: #225c99;
	margin-bottom: 15px;
}
.bx-filter .bx-filter-parameters-box-title span {
	color: #656565;
    font-size: 14px;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
	border: none;
}
.bx-filter .bx_filter_param_text {
	color: #656565;
    font-size: 14px;
}
.bx-filter .btn-themes {
	border-radius: 0;
    background: #225c99 !important;
    border-color: #225c99 !important;
    text-transform: uppercase;
	font-size: 12px;
    padding: 10px 23px;
}
.bx-filter .btn-themes:hover {
	border-radius: 0;
    background: #225c99 !important;
    border-color: #225c99 !important;
}
.bx-filter .btn-link {
    color: #122351;
    text-transform: uppercase;
	font-size: 12px;
    padding: 10px 23px;
}
.bx-filter .btn-link:hover {
    text-decoration: none;
}
.bx-filter .bx-filter-parameters-box:last-of-type {
    margin-bottom: 15px;
}
.bx-filter .bx-filter-parameters-box .bx-filter-parameters-box-container {
	padding-bottom: 2px;
}
.search-page input[type=text] {
	padding: 4px 15px;
	font-size: 13px;
	display: inline;
	vertical-align: text-bottom;
}
.search-page input[type=submit] {
    color: #fff;
    float: none;
    margin-top: -2px;
    margin-bottom: 10px;
    padding: 7px 25px;
    display: inline-block;
    font-size: 12px;
    background: #2e6db0;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}
.search-page input[type=submit]:hover {
	background-color: #225d9a;
}
.search-form {
    padding-top: 11px;
    float: right;
    padding-right: 20px;
}
.search-form input[type=text] {
	padding: 2px 15px;
	font-size: 13px;
	display: inline;
	vertical-align: super;
}
.search-form input[type=submit] {
    color: #fff;
    float: none;
    margin-top: -2px;
    margin-bottom: 10px;
    padding: 5px 25px;
    display: inline-block;
    font-size: 12px;
    background: #2e6db0;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    vertical-align: super;
}
.search-form input[type=submit]:hover {
	background-color: #225d9a;
}

@media screen and (max-width: 680px) {
	.search-form input[type=text] {
		box-sizing: border-box;
		width: 73%;
	}
	.search-form input[type=submit] {
		box-sizing: border-box;
		width: 25%;
	}
}
@media screen and (max-width: 425px) {
	.search-form input[type=text] {
		width: 100%;
	}
	.search-form input[type=submit] {
		width: 100%;
	}
}

.review-block {
    line-height: 1.15;
}
.review-block img {
	float: left;
    margin-right: 20px;
}
/*#maincontentcontainer {*/
/*    -moz-user-select: none;*/
/*    -webkit-user-select: none;*/
/*    -ms-user-select: none;*/
/*    -o-user-select: none;*/
/*    user-select: none;*/
/*}*/

.span_2_of_10.col {
    margin: 1% 0 1% 1%;
}
.span_2_of_10.icon-center {
	color: #4fa7a0;
	font-style: normal;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.slider-worker li {
	margin-left: 10px!important;
	margin-right: 10px!important;
}
.slider-worker__img {
	width: 277px;
	height: 277px;
	background-position: 50% 0%;
	background-size: 100%;
	background-size: cover;
	border-radius: 50%;
	margin: 0 auto;
}
#slider-worker .bx-wrapper .bx-controls-direction a {
    width: 46px;
    height: 46px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
#slider-worker .bx-wrapper .bx-prev {
	background-image: url(images/left.png);
    left: -60px;
} 
#slider-worker .bx-wrapper .bx-next {
	background-image: url(images/right.png);
    right: -60px;
}
@media screen and (max-width: 1280px) {
	#slider-worker .bx-wrapper .bx-controls-direction a {
	    top: 46%;
	    width: 56px;
	    height: 56px;
	}
	#slider-worker .bx-wrapper .bx-prev {
	    left: -10px;
	} 
	#slider-worker .bx-wrapper .bx-next {
	    right: -10px;
	}
}
.about-text {
	font-size: 1.4em;
    line-height: 1.25em;
}
.about-text.bg {
    padding: 5px 10px;
    background: #eee;
}
#map {
	/*width: 100%;*/
	/*height: 300px;*/
	/*background: url(/pic/map.png);*/
}

/* custom */

.price-dollar-element {
	font-size: 26px;
}

.price-dollar {
	font-size: 20px;
}