@font-face {
    font-family: roblig;
    src: url(font/Roboto-Light.ttf);
   }
@font-face {
    font-family: robblack;
    src: url(font/Roboto-Black.ttf);
   }
@font-face {
    font-family: robreg;
    src: url(font/Roboto-Regular.ttf);
   }
@font-face {
    font-family: robslabbold;
    src: url(font/RobotoSlab-Bold.ttf);
   }
@font-face {
    font-family: robslablig;
    src: url(font/RobotoSlab-Light.ttf);
   }
@font-face {
    font-family: robmed;
    src: url(font/Roboto-Medium.ttf);
   }
@font-face {
    font-family: robslabreg;
    src: url(font/RobotoSlab-Regular.ttf);
   }
@font-face {
    font-family: robbold;
    src: url(font/Roboto-Bold.ttf);
   }
@font-face {
    font-family: robmedit;
    src: url(font/Roboto-MediumItalic.ttf);
   }
@font-face {
    font-family: robligit;
    src: url(font/Roboto-LightItalic.ttf);
   }

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin: 0px;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: #337ab7;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

a:hover, a:focus {
    color: none !important;
    text-decoration: none !important;
}
button:focus, a:focus {
    outline: none !important;
    outline: none !important;
    outline-offset: none !important;
}

/*--------------------------------------------------------------
## Custom Css
--------------------------------------------------------------*/
a.button {
    color: #fff;
    font-family: robmed;
    font-size: 15px;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 4px;
    margin: 8px 0 0 0;
    cursor: pointer;
}
a.button:hover, input.wpcf7-form-control.wpcf7-submit:hover {
	text-decoration: none;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    transition: all 0.2s ease-in-out;
}
span.red, a.red {
	background-color: #d14419;
}
span.blue {
    background-color: #22486d;
}
a.red:hover {
	color: #fff;
}
.no_padding {
	padding: 0px !important;
}
/* header */
.site-header {
    background: #fff;
}
.site-header .logo {
	height: 110px;
	background-image: url(img/logo_head.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.site-header .logo a {
	display: block;
	width: 100%;
	height: 100%;
}
.title_head {
    font-family: robreg;
    color: #22486d;
    font-size: 20px;
    text-align: center;
    padding: 27px 0;
}
.contact_head {
	text-align: right;
	padding-top: 10px;
}
.contact_head .number a:hover {
	text-decoration: none;
}
.contact_head .number a {
	font-family: robreg;
	font-weight: bold;
	color: #22486d; 
    font-size: 18px;
   	padding-left: 30px;
}
.contact_head .mail a {
	color: #22486d;
	padding-left: 30px;
}
.contact_head .mail a:hover {
	text-decoration: none;
	color: #22486d;
}
.contact_head .mail a:hover > span {
	border-bottom: 0px;
}
.contact_head .mail a span {
	border-bottom: 1px dashed;
}
.contact_head .number a span, .contact_head .mail a span {
	position: relative;
}
.contact_head .number a span:before {
	position: absolute;
	content: '';
    width: 18px;
    height: 18px;
    left: -27px;
    top: 2px;
	background-image: url(img/num_head.png);
	background-position: center;
	background-repeat: no-repeat;
}
.contact_head .mail a span:before {
	position: absolute;
	content: '';
    width: 18px;
    height: 15px;
    left: -25px;
    top: 2px;
	background-image: url(img/mail_head.png);
	background-position: center;
	background-repeat: no-repeat;
}
#call_button .modal-dialog {
    width: 285px;
    margin: 100px auto 0 auto;
}
#call_button .modal-dialog  textarea.wpcf7-form-control.wpcf7-textarea {
	height: 100px;
}
#call_button .modal-dialog form.wpcf7-form {
	margin: 0px;
}
#call_button .modal-footer {
	background-color: #d14419;
	border: 0px;
}
#call_button .modal-content {
	border: 0px;
	border-radius: 0px;
}
#call_button .modal-body {
	padding-bottom: 0px;
}
#call_button .modal-header {
	border: 0px;
	background-color: #75CACC;
}
#call_button .modal-header .close {
	color: #fff;
	opacity: 1;
	text-shadow: none;
}
#call_button .modal-header .close:hover, #call_button .modal-header .close:focus {
	color: #D14419;
	opacity: 1;
}
#call_button .modal-header h4 {
	font-family: robmed;
	color: #fff;
    display: inline-block;
}
/* /// */
/* nav */
section#top_menu {
	background-color: #75cacc;
}
.main-navigation .menu li a {
    color: #fff;
    padding: 17px 20px;
    font-family: robmed;
    font-size: 15px;
    display: block;
	text-decoration: none;
    border-right: 1px solid #67b2b4;
}
.main-navigation .menu li:last-child a {
	border-right: 0px;	
}
.main-navigation .menu li a:hover {
	background-color: #1661aa;
	border-right: 1px solid #1661aa;
}
.main-navigation .menu li:last-child a:hover {
	border-right: 0px;	
}
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: center;
	font-size: 0;
}

.main-navigation li {
	display: inline-block;
	position: relative;
}
.navbar {
	margin-bottom: 0px !important;
    border: 0px !important;
    border-radius: 0px !important;
}
span.icon-bar {
    background: #fff;
}
.menu_down {
	display: block;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background-color: #398f14;
    color: #fff;
    text-align: center;
}
/* /// */
/* footer */
.site-footer {
    background: #233b52;
    color: #637587;
    z-index: 1;
    position: relative;
}
section#footer_menu{
	background-color: #eef0f4;
}
.footer-navigation .navbar-collapse {
	padding: 0px !important
}
.footer-navigation {
	margin: 20px 0px !important;
}
.footer-navigation ul.menu {
    list-style-type: none;
    margin: 0px !important;
    padding: 0;
}
.footer-navigation ul.menu li:last-child a {
    border-bottom: 0px;
}
.footer-navigation ul.menu li a {
	padding: 10px 0px;
	border-bottom: 1px dotted #a9aaad;
	display: block;
    color: #22486d;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
}
.footer-navigation ul.menu li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    width: 5px;
    height: 5px;
    background-color: #22486D;
    border-radius: 50%;
}
.footer-navigation ul.menu li a:hover {
	color: #d14419;
}
.footer-navigation ul.menu li a:hover:before {
	background-color: #d14419;
}
footer .logo {
	background: url(img/logo_footer.png) left 30px no-repeat;
}
footer .logo p {
	font-size: 13px;
	padding-top: 97px;
    margin-bottom: 25px;
}
footer p {
	margin-bottom: 5px;
}
footer .work_time p:first-child {
	color: #91a0ae;
}
footer .work_time {
    padding-top: 45px;
    padding-left: 55px;
}
footer .contacts {
    padding-top: 65px;
}
footer .number {
    margin-bottom: 5px;
}
footer .number a span, footer .mail a span {
	position: relative;
}
footer .number a {
    font-family: robreg;
    font-weight: bold;
    color: #637587;
    font-size: 18px;
    padding-left: 30px;
}
footer .number a span:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    left: -27px;
    top: 2px;
    background-image: url(img/num_footer.png);
    background-position: center;
    background-repeat: no-repeat;
}
footer .mail a {
    color: #637587;
    padding-left: 30px;
}
footer .mail a span {
    border-bottom: 1px dashed;
}
footer .mail a span:hover {
	border-bottom: 0px;
}
footer .mail a span:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 15px;
    left: -25px;
    top: 2px;
    background-image: url(img/mail_footer.png);
    background-position: center;
    background-repeat: no-repeat;
}
footer .work_time p {
	position: relative;
}
footer .work_time p:nth-child(2) span:before {
    position: absolute;
    content: '';
    width: 18px;
	height: 18px;
    left: -25px;
    top: 1px;
    background-image: url(img/time_footer.png);
    background-position: center;
    background-repeat: no-repeat;
}
footer .work_time p:nth-child(3) span:before {
    position: absolute;
    content: '';
    width: 18px;
	height: 18px;
    left: -25px;
    top: 1px;
    background-image: url(img/place_footer.png);
    background-position: center;
    background-repeat: no-repeat;
}
footer .work_time p:nth-child(2) span, footer .work_time p:nth-child(3) span {
	position: relative;
}
/* /// */

body {
	font-family: roblig !important;
}
div#page {
    overflow: hidden;
}
/* page */
.quotations {
    height: 520px;
    background: url(img/bac_quot.jpg) bottom no-repeat;
}
.form_main {
    height: 480px;
    background: url(img/bac_form_main.jpg) center no-repeat;
    background-size: cover;
}
form.wpcf7-form {
    color: #293c4f;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}
.form_main input.wpcf7-form-control.wpcf7-text, .form_main textarea.wpcf7-form-control {
	margin-top: 25px;
}
input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control  {
    color: #293c4f;
    border: 1px solid #cfd9d2;
    border-radius: 3px;
    width: 100%;
    padding: 10px;
}
input.wpcf7-form-control.wpcf7-submit {
	border: 0px;
    font-family: robmed;
    text-transform: uppercase;
    padding: 12px 25px;
    display: block;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    margin: 0 auto;
    background-color: #75CACC;
    margin-top: 25px;
}
h1,h2 {
	font-family: robmed !important;
	font-size: 30px;
	text-align: center;
	color: #22486d !important;
}
.title h2 {
    color: #fff !important;
    text-align: center;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}
.title h2 span {
    padding: 4px 12px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
section#form_main {
	position: relative;
}
section#form_main:before {
    content: '';
    position: absolute;
    height: 840px;
    width: 455px;
    top: 0;
    left: 50%;
    margin-left: -227px;
    z-index: 1;
    background: url(img/man.png) center top no-repeat;
}
.quotations .item p {
    margin: 0;
    background-color: #75CACC;
    border-radius: 5px;
    padding: 0 10px 20px 30px;
    width: 60%;
    display: inline-block;
    font-family: robmedit;
    font-size: 18px;
    color: #22486d;
    position: relative;
    z-index: 2;
    text-align: left;
	margin-top: 30px;
}
.quotations .item p span {
	color: #d14419;
}
.quotations .item:nth-child(2n) {
	text-align: right;
}
.quotations .item:nth-child(1) p {
	margin-left: 70px;
	background: url(img/quat_1.png) center no-repeat;
    background-size: 100% 100%;
    padding: 20px 30px 25px 30px;

}
.quotations .item:nth-child(2) p {
	width: 75%;
    margin-right: 45px;
    background: url(img/quat_2.png) center no-repeat;
    background-size: 100% 100%;
    padding: 20px 20px 30px 60px;
}
.quotations .item:nth-child(3) p {
	width: 65%;
    background: url(img/quat_3.png) center no-repeat;
    background-size: 100% 100%;
    padding: 20px 35px 25px 30px;
}
.quotations .item:nth-child(4) p {
	width: 66%;
    background: url(img/quat_4.png) center no-repeat;
    background-size: 100% 100%;
    padding: 20px 20px 25px 50px;
}
.quotations .item:nth-child(5) p {
	width: 48%;
	margin-left: 30px;
    background: url(img/quat_5.png) center no-repeat;
    background-size: 100% 100%;
    margin-top: 0px;
    padding: 25px 30px 35px 30px;
}
.quotations .item:nth-child(6) p {
    width: 45%;
    margin-right: 100px;
    background: url(img/quat_6.png) center no-repeat;
    background-size: 100% 100%;
    padding: 15px 15px 25px 40px;
}
section#utp {
    border-bottom: 15px solid #004471;
    padding-top: 50px;
}
section#utp .container:after {
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	background-color: #d14419;
}
.utp_item:first-child .utp-title {
	background: url(img/utp_1.jpg) center no-repeat;
	background-size: contain;
}
.utp_item:nth-child(2) .utp-title {
	background: url(img/utp_2.jpg) center no-repeat;
	background-size: contain;
}
.utp_item:nth-child(3) .utp-title {
	background: url(img/utp_3.jpg) center no-repeat;
	background-size: contain;
}
.utp_item:last-child .utp-title {
	background: url(img/utp_4.jpg) center no-repeat;
	background-size: contain;
}
.utp-title {
    height: 210px;
    margin-bottom: 50px;
}
.utp-title p {
    font-family: robbold;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 140px 0px 0px;
}
section#category_main {
    border-bottom: 15px solid #004471;
    background-image: url(img/category_bac.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e2e8e9;
}
section#category_main .container:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    left: 57%;
    background-color: #d14419;
}
section#category_main .row {
	padding: 0px 15px;
}
.cat_block {
    height: 320px;
    padding-left: 0px !important;
}
.cat_block:first-child {
	background-color: #eee;
}
.cat_block:nth-child(2) {
	background-color: #f5f5f5;
}
.cat_block:nth-child(3) {
	background-color: #fafafa;
}
.cat_block:nth-child(4) {
	background-color: #f4f4f4;
}
.cat_block:nth-child(5) {
	background-color: #f2f2f2;
}
.cat_block:last-child {
	background-color: #f4f4f4;
}
.cat_block:first-child .cat_item {
	background: url(img/cat_1.png) center 23px no-repeat;
}
.cat_block:nth-child(2) .cat_item {
	background: url(img/cat_2.png) center 21px no-repeat;
}
.cat_block:nth-child(3) .cat_item {
	background: url(img/cat_3.png) center 57px no-repeat;
}
.cat_block:nth-child(4) .cat_item {
	background: url(img/cat_4.png) center 18px no-repeat;
}
.cat_block:nth-child(5) .cat_item {
	background: url(img/cat_5.png) center 47px no-repeat;
}
.cat_block:last-child .cat_item {
	background: url(img/cat_6.png) center 21px no-repeat;
}
.cat_item {
    height: 100%;
    width: 85%;
    position: relative;
}
.cat_item p {
    font-family: robligit;
    font-size: 18px;
    color: #141414;
    margin: 0;
    padding: 20px 10px;
    border-top: 1px solid;
    position: relative;
}
.cat_item p span {
    font-size: 14px;
}
.cat_item p:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    right: 5px;
    top: 21px;
    background: url(img/arrow.png) no-repeat;
    background-position: 2px 0px;
}
.cat_title {
    position: absolute;
    width: 100%;
    bottom: 0;
    line-height: 15px;
    height: 70px;
}
.cat_block:hover .cat_item p:after {
	background-position: -9px 0px;
	z-index: 2;
}
.cat_block:hover .cat_item p {
	color: #fff;
	z-index: 2;
}
.cat_block:hover .link_block {
	opacity: 1;
}
.link_block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(66,94,129,.9);
    z-index: 1;
    opacity: 0;
    transition: opacity .7s;
}
.link_block a {
    padding: 10px 10px;
    border: 2px solid #fff;
    border-radius: 4px;
    width: 180px;
    text-align: center;
    display: block;
    color: #fff;
    font-family: robligit;
    font-size: 18px;
    margin: 130px auto;
}
.link_block a:hover {
	color: #fff;
	border: 2px solid #d14419;
}
.site-content table {
	width: 100% !important;
    text-align: center;
}
.site-content table span, .site-content table a {
	color: #22486d !important;
}
.site-content form.wpcf7-form {
    width: 50%;
    margin: 0 auto;
}
.site-content span {
    color: #D14419 !important;
}
div#secondary .widget {
    position: relative;
    z-index: 1;
}
div#secondary .widget_mycategoryorder h1 {
    display: none;
}
div#secondary .sidebar_title {
    border-bottom: 1px solid #4174A7;	
    background-color: #1661AA;
    display: none;
}
div#secondary .sidebar_title .navbar-toggle {
    margin-top: 6px;
    margin-right: 15px;
    margin-bottom: 0px;
}
.mobile_left {
    display: block;
}
div#secondary .sidebar_title p {
    font-family: robmed;
    display: inline-block;
    padding: 10px 25px;
    margin: 0;
    color: #fff;
    font-size: 18px;
}
div#secondary:before {
    content: '';
    position: absolute;
    left: -505%;
    top: 0;
    width: 600%;
    height: 100%;
    background-color: #ebf4f5;
    z-index: 0;	
}
.man:before {
	content: '';
    position: absolute;
    right: 635px;
    top: 0;
    width: 600%;
    height: 100%;
    background-color: #ebf4f5;
    z-index: 0;
}
.man_bac:before {
    content: '';
    position: absolute;
    right: 635px;
    top: 0;
    width: 600%;
    height: 100%;
    background-color: #ebf4f5;
    z-index: 0;
    background-image: url(img/left-man.png);
    background-repeat: no-repeat;
    background-position: right 30px bottom;
}
.widget_mycategoryorder {
    background-color: #336494;
    margin: 0px;
    margin-top: 40px;
}
.widget_mycategoryorder ul, .widget_recent_entries ul {
	list-style: none;
    margin: 0px;
    padding: 25px;
}
.widget_recent_entries ul {
	padding: 0 25px 25px 25px;	
}
.widget_mycategoryorder ul li a {
	position: relative;
	padding: 10px 0px;
	display: block;
	color: #c1ddf8;
	font-family: robmed;
	text-transform: uppercase;
	border-bottom: 1px solid #4174a7;
}
.widget_mycategoryorder ul li a:hover {
	color: #fff;
}
.widget_mycategoryorder ul li a:hover:before {
    content: '';
    height: 100%;
    width: 5px;
    background-color: #D14419;
    left: -25px;
    top: 0;
    position: absolute;
}
.widget_mycategoryorder ul li:last-child a {
	border-bottom: 0px;
}
.widget_recent_entries ul li a {
	padding: 10px 0;
	display: block;
	color: #1661aa;
	text-decoration: underline;
}
.widget_recent_entries ul li a:hover {
	text-decoration: none;
}
.dataTables_wrapper .sorting:hover, .dataTables_wrapper .sorting_asc, .dataTables_wrapper .sorting_desc {
	background-color: #75cacc !important;
}
.tablepress tfoot th, .tablepress thead th {
	background-color: #75cacc !important;
	color: #fff !important;
	border-right: 1px dashed;
	padding-right: 25px !important;
}
.tablepress .odd td {
	background-color: #ebf4f5 !important;
	border-right: 1px dashed #75cacc;
}
.tablepress .row-hover tr:hover td, table.pricelist_category tbody tr:hover {
    background-color: #336494 !important;
    color: #fff;
}
.tablepress .row-hover tr:hover td a, table.pricelist_category tbody tr:hover td a span,
table.pricelist_category tbody tr:hover td span {
	color: #fff !important;
}
tbody.row-hover tr td, table.pricelist_category tr td:first-child {
	border-right: 1px dashed #75cacc;
}
tbody.row-hover tr:nth-child(2n), table.pricelist_category tr:nth-child(2n) {
	background-color: #ebf4f5 !important;
}
.tablepress .odd td:hover {
	background-color: #f3f3f3 !important;
}
.tablepress .even td {
	border-right: 1px dashed #75cacc;
}
.tablepress [class*=column]+[class*=column]:last-child, table.pricelist_category [class*=column]+[class*=column]:last-child {
	border-right: 0px;
}
.dataTables_filter input[type="text"] {
    border: 1px solid #75cacc;
    border-radius: 4px;
}
table.pricelist_category thead tr {
    background-color: #75cacc !important;
    color: #fff !important;
    border-right: 1px dashed;
    padding-right: 25px !important;
}
table.pricelist_category tr {
	height: 50px;
}
table.pricelist_category tr td:first-child {
	text-align: left;
	padding: 15px;
}
.post-429 h2 {
	font-size: 18px;
}
article#post-450 h2 {
	font-size: 22px;
}
header.entry-header {
    border-bottom: 2px solid;
}
header.entry-header h1 {
	text-align: left;
	display: inline-block;
	margin-bottom: 0;
    position: relative;
    padding-bottom: 5px;
}
header.entry-header h1:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	bottom: -2px;
	left: 0;
	background-color: #d14419;
}
.form_home form.wpcf7-form {
    width: 100%;
}
.form_home div#wpcf7-f579-p452-o2 {
	margin-top: 20px;
}
.popular a span {
    color: #22486d !important;
}
main#main .page-header h1 {
    display: none;
}
input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number {
    width: 100%;
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #cfd9d2;
    padding: 10px;
    color: #293c4f;
}
.entry-meta {
	display: none;
}
div#comments {
	display: none;
}
aside#recent-posts-5 h1 {
	font-family: robreg;
	font-size: 20px;
	text-align: left;
	padding: 0 0 15px 25px;
	border-bottom: 1px solid #c0d2d4;
}
/* /// */

/* media */
@media (min-width: 992px) {
	.container {
		width: 960px !important;
	}
}
@media (max-width: 768px) {
	.title h2 span {
		display: inherit;
	}
	.quotations {
    	display: none;
    }
    section#form_main:before {
    	display: none;
    }
    .contact_head {
	    text-align: center;
	    padding-bottom: 10px;
	}
	.main-navigation .menu li {
		display: block;
	}
	.main-navigation .menu li a {
		border-right: 0px;
	}
	.menu_down {
		display: none;
	}
	.footer-navigation ul.menu li:last-child a {
		border-bottom: 1px dotted #a9aaad;
	}
	footer .logo {
		text-align: center;
		background-position: center 30px;
	}
	footer .work_time {
		padding: 0px 15px;
		text-align: center;
	}
	footer .middle {
	    width: 250px;
    	margin: 0 auto;
    	display: block;
	}
	footer .work_time p:first-child {
		text-align: center;
	}
	footer .contacts {
		padding: 30px 15px !important;
		text-align: center;
	}
}
@media (max-width: 991px) {
		.quotations .item:nth-child(1) p {
			margin-left: 40px;
			width: 70%;
		}
		.quotations .item:nth-child(2) p {
			padding: 20px 20px 35px 60px;
		}
		.quotations .item:nth-child(3) p {
    		width: 65%;
    	}
    	.quotations .item:nth-child(5) p {
    		width: 70%;
    	    margin-bottom: 15px;
    	}
    	.quotations .item:nth-child(4) p {
		    width: 75%;
		    margin-bottom: 30px;
		}
		.quotations .item:nth-child(6) p {
		    width: 60%;
		    margin-top: 10px;
		}
		.quotations {
    		height: auto;
    	}
    	.main-navigation .menu li a {
		    padding: 17px 13px;
		}
		.utp-title p {
		    font-size: 14px;
		    padding: 130px 0px 0px;
		}
	div#secondary .sidebar_title {
	    display: block;
	}
	div#secondary:before {
		display: none;
	}
	div#secondary .widget_recent_entries {
		background-color: #ebf4f5;
	}
	.mobile_left {
		display: none;
		height: 0%;
	}
	.man_bac:before {
		display: none;
	}
	.sidebar_title .navbar-toggle {
		display: block !important;
	}
	section#category_main {
		background-image: none;
	}
}
@media (min-width: 991px) {
	.mobile_left {
		display: block !important;
	}
}
@media (min-width: 769px) {
	.menu_down {
		display: block !important;
	}
}

.text {
text-align: justify;
text-indent: 30px;
margin-left: 0px;
margin-right: 0px;
}
/* /// */



	#spravki {
    background-color: #F3F4F6;
    border-radius: 8px;
    padding: 10px 10px 10px 10px;
}

#spravki .text p {
    font-family: Arial;
}

#spravki .form {
    padding: 0 4%;
    margin-left: 50%;
}

#spravki .text {
    float: left;
    width: 38%;
}

#spravki label {
    font-family: Arial;
    font-size: 15px;
    display: block;
    text-align: center;
}

#spravki #cost_ {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}

#spravki input, #spravki textarea, #spravki select, #popup input, #popup textarea {
    background-color: #fff;
    border: 1px solid #dddbcb;
    border-radius: 4px;
    display: block;
    font-family: Arial;
    font-size: 16px;
    margin: 0 2px 8px 0;
    padding: 10px 10px;
    width: 90%;
}

#spravki textarea {
    height: 80px;
}

.send {
    padding: 0;
    margin-left: 5%;
}

/*.radio-body{display: flex;*/
/*align-items: center;}*/
.radio-body input {
    float: left !important;
    width: 20px !important;
    margin: 5px 0 0 0 !important;
}

.send-ok {
    font-size: 22px;
    text-align: center;
    color: #fa4317;
}

#spravki #cost_ {
    font-size: 38px;
    font-weight: 900;
    color: #fa4317;
}

	#spravki {
    background-color: #F3F4F6;
    border-radius: 8px;
    padding: 10px 10px 10px 10px;
}

#spravki .text p {
    font-family: Arial;
}

#spravki .form {
    padding: 0 4%;
    margin-left: 50%;
}

#spravki .text {
    float: left;
    width: 38%;
}

#spravki label {
    font-family: Arial;
    font-size: 15px;
    display: block;
    text-align: center;
}

#spravki #cost_ {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}

#spravki input, #spravki textarea, #spravki select, #popup input, #popup textarea {
    background-color: #fff;
    border: 1px solid #dddbcb;
    border-radius: 4px;
    display: block;
    font-family: Arial;
    font-size: 16px;
    margin: 0 2px 8px 0;
    padding: 10px 10px;
    width: 90%;
}

#spravki textarea {
    height: 80px;
}

.send {
    padding: 0;
    margin-left: 5%;
}

/*.radio-body{display: flex;*/
/*align-items: center;}*/
.radio-body input {
    float: left !important;
    width: 20px !important;
    margin: 5px 0 0 0 !important;
}

.send-ok {
    font-size: 22px;
    text-align: center;
    color: #fa4317;
}

#spravki #cost_ {
    font-size: 38px;
    font-weight: 900;
    color: #fa4317;
}

.foxbutton{cursor:pointer;background:#75CACC;border-radius:10px;padding:15px 30px 15px 30px;margin-left:18%;color:#fff;float:left;font-weight:600;font-size:15px;}
.foxbutton:hover{background:#E8EAEA;color:#000;}