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;
}


.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;
	}

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

.clear {
	clear: both;
}

/* 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;
}

#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;
}
#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;
    padding: 10px 0;
}
#menu-button svg {
    width: 25px;
    height: 25px;
    overflow: visible;
    stroke-width: 2px;
    padding-top: 0;
    stroke-linecap: flat;
    stroke: #ffffff;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: stroke;
    transition-property: stroke;
    display: block;
    margin: 0 auto
}
#menu-button line {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 150ms;
    animation-duration: 150ms;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform-origin: 8.5px 0;
    transform-origin: 8.5px 0
}
#menu-button .line1 {
    -webkit-transform: translateY(0.5px);
    transform: translateY(0.5px)
}
#menu-button .line2 {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px)
}
#menu-button .line3 {
    -webkit-transform: translateY(16.5px);
    transform: translateY(16.5px)
}
.menuOpen #menu-button .line1 {
    -webkit-animation-name: menu-open-squeeze-1;
    animation-name: menu-open-squeeze-1
}
.menuOpen #menu-button .line2 {
    -webkit-animation-name: menu-open-squeeze-2;
    animation-name: menu-open-squeeze-2
}
.menuOpen #menu-button .line3 {
    -webkit-animation-name: menu-open-squeeze-3;
    animation-name: menu-open-squeeze-3
}
@-webkit-keyframes menu-open-squeeze-1 {
    0% {
        -webkit-transform: translateY(0.5px);
        transform: translateY(0.5px)
    }
    50% {
        -webkit-transform: translateY(8.5px);
        transform: translateY(8.5px)
    }
    100% {
        -webkit-transform: translateY(8.5px) rotate(45deg);
        transform: translateY(8.5px) rotate(45deg)
    }
}
@keyframes menu-open-squeeze-1 {
    0% {
        -webkit-transform: translateY(0.5px);
        transform: translateY(0.5px)
    }
    50% {
        -webkit-transform: translateY(8.5px);
        transform: translateY(8.5px)
    }
    100% {
        -webkit-transform: translateY(8.5px) rotate(45deg);
        transform: translateY(8.5px) rotate(45deg)
    }
}
@-webkit-keyframes menu-open-squeeze-2 {
    0% {
        -webkit-transform: translateY(16.5px);
        transform: translateY(16.5px)
    }
    50% {
        -webkit-transform: translateY(8.5px);
        transform: translateY(8.5px)
    }
    100% {
        -webkit-transform: translateY(8.5px) rotate(-45deg);
        transform: translateY(8.5px) rotate(-45deg)
    }
}
@keyframes menu-open-squeeze-2 {
    0% {
        -webkit-transform: translateY(16.5px);
        transform: translateY(16.5px)
    }
    50% {
        -webkit-transform: translateY(8.5px);
        transform: translateY(8.5px)
    }
    100% {
        -webkit-transform: translateY(8.5px) rotate(-45deg);
        transform: translateY(8.5px) rotate(-45deg)
    }
}
@-webkit-keyframes menu-open-squeeze-3 {
    0% {
        -webkit-transform: translateY(8.5px);
        transform: translateY(8.5px)
    }
    100% {
        -webkit-transform: translateY(8.5px) rotateX(90deg);
        transform: translateY(8.5px) rotateX(90deg)
    }
}
@keyframes menu-open-squeeze-3 {
    0% {
        -webkit-transform: translateY(8.5px);
        transform: translateY(8.5px)
    }
    100% {
        -webkit-transform: translateY(8.5px) rotateX(90deg);
        transform: translateY(8.5px) rotateX(90deg)
    }
}
@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) {
	#menu-button {
		display: block;
	}
	#main_menu ul li:hover .sub-list {
		display: none;
	}
	#main_menu .main_menu-table ul {
		display: none;
	}
	#main_menu.menuOpen .main_menu-table > ul {
		display: block;
	}
}

.call-back {
	display: block;
	width: 114px;
	padding: 16px 0;
	float: right;
	background: #2e6db0;
	color: #FFF;
	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) {
	.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) {
	.new-h2 {
	    width: 100%;
	}
	.new-h2__wrapper {
	    width: 93.75%;
	}
}

.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%;
	min-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 60px 60px;
	color: #FFF;
	font-size: 17px;
	padding: 20px 10px 20px 30px;
	background: rgba(0, 0, 0, 0.20);
	
}

.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 {
	text-decoration: underline;
}

.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.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;
}

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

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

.block-content.news {
	background: #dcdcdc;
	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;
}

.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;
    color: #858484;
    font-weight: normal;
    font-size: 21px;
    margin: 20px auto;
}

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

a.project-item img {
	display: block;
	margin: 0 auto 15px auto;
    border: 1px solid #dadada;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
}
a.project-item:hover img {
    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;
	display: block;
    min-height: 83px;
}
.news-row a + p {
    min-height: 84px;
}
.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 {
	display: block;
	font-style: normal;
	transition: all 0.4s ease 0s;
	font-size: 18px;
	color: #9e9f9e;
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

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

.brand-row:hover {
	border: 1px solid #225d9a;
}

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

.brand-row a {
	color: #122351;
}

.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;
}

.brand-block .col {
	margin-top: 0;
    margin-bottom: 2%;
}
.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 ul {
	margin: 0 auto;
	max-width: 92.3em;
	padding: 0;
	position: relative;
	width: 80%;
	padding-left: 20px;
	list-style: none;
}

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

.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;
}

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

#sidebar-left li {
	margin: 0 0 5px 0;
}

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

#sidebar-left 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%;
}

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

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

.white-popup input[type="text"], .white-popup textarea {
  border: 2px solid #c9c8c8;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  margin-bottom: 15px;
  padding-left: 13px;
  padding-right: 30px;
  width: 87%;
}

.white-popup 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 {
	font-size: 13px;
}

.main-slider {
	height: 440px;
	background: url("images/slider_bg.jpg") repeat-x center bottom;

}
.main-slider .bx-wrapper .bx-controls-direction .bx-prev {
	background-size: 100%;
    background-image: url("images/prev.png");
    width: 37px;
    height: 60px;
    background-position: 50%;
    margin-left: 20px;
}
.main-slider .bx-wrapper .bx-controls-direction .bx-next {
	background-size: 100%;
    background-image: url("images/next.png");
    width: 37px;
    height: 60px;
    background-position: 50%;
    margin-right: 20px;
}
@media screen and (max-width: 1300px) {
	.main-slider .bx-wrapper .bx-controls-direction .bx-prev,
	.main-slider .bx-wrapper .bx-controls-direction .bx-next {
		display: none;
	}
}
@media screen and (max-width: 768px) and (min-width: 681px) {
	.main-slider {
	    height: 500px;
	}
}

.aligncenter {
	text-align: center;
}

.aligncenter a img {
	display: inline;
}

.slider-item {
	margin: 20px 0 0 0;
}

.slide-text {
	margin: 0 20px;
	color: #233c45;
	font-size: 1.1500em;
}

.slide-text .header-button {
	margin-left: 0;
	text-align: center;
}

.slide-text p {
	color: #858484;
	margin: 0 0 15px 0;
}

.slide-text ul {
	list-style: none;
	margin: 0 0 50px 0;
}

.slide-text li {
	background: url("images/li.png") no-repeat 0 3px;
	padding: 0 0 0 28px;
	margin-bottom: 12px;
}

.slide-title {
	font-size: 1.8em;
	color: #225c99;
	font-weight: bold;
	margin: 10px 0 20px 0;
	display: block;
}

.header-mail {
	font-size: 0.8em;
	color: #0f3065;
}

input[type="text"].error, textarea.error {
	border: 2px solid #FF0000;
}
.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;
}
[id^=g-recaptcha] > div {margin: 0px auto 15px;}
.captcha-error {
	color: #FF0000;
	text-align: center;
	margin-top: -10px;
	font-size: 13px;
}