/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */

}
/*@font-face {
font-family: 'Bebas Neue Book';
font-style: normal;
font-weight: normal;
src: local('Bebas Neue Book'), url('../fonts/BebasNeue Book.woff') format('woff');
}*/
/**
 * Remove default margin.
 */

body {
    margin: 0;
    left: 0;
    position: relative;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  color: #222222;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
#content {
  width: 100%;
  min-height: 800px;
}
#polosa {
    position: relative;
    height: 60px;
    width: 100%;
    background: #ffffff;
}
#profile_header {
    width: 100%;
    position: relative;
    height: 124px;
    background: #ffffff;
}

#baner-header {
    width: 1200px;
    position: relative;
    margin: auto;
    height: 124px;
    padding-left: 100px;
    padding-top: 15px;
}
.logo {
    width: 350px;
    float: left;
    height: 90px;
}
.contact {
    float: right;
    width: 300px;
    margin-left: 0;
    color: #646666;
	line-height: 27px;
}
.contact a {
    font-size: 22px;
    padding-bottom: 0px;
    float: left;
	color: #091F5B;
}
.contact p {
    float: left;
}
.contact p a{
    font-size: 17px;
    padding-top: 3px;
}
.block_button {
    float: left;
    margin-top: 8px;
    margin-left: 45px;
}
.button_ask {
    background: rgba(36, 162, 216, .7);
    display: inline-block;
    width: 185px;
    color: #fff;
    text-decoration: none;
    font-size: 15px!important;
    padding: 0px 23px!important;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    margin-right: 2px;
    height: 39px!important;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    position: relative;
} 
.button_ask::after {
    position: absolute;
    content: "";
    bottom: 20px;
    left: 30%;
    width: 40%;
    height: 10px;

}
.button_ask:hover {
  background: #091F5B;
}
.menu {
    height: 60px;
    position: relative!important;
    width: 1200px;
    left: 0;
    margin: auto;
    padding-top: 10px;
}
.menu ul {
    padding-left: 0px!important;
    overflow: hidden;
    text-align: center;
}
.menu ul li {
    padding: 0;
    display: inline-block;
    float: none!important;
}
.menu ul li a {
    color: #3f3f3f!important;
    display: inline-block;
    font-size: 15px!important;
    padding: 0px 23px!important;
    line-height: 40px!important;
    border-radius: 4px;
    text-align: center;
    margin-right: 2px;
    height: 40px!important;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    position: relative;
}
.menu ul li a.active, .menu ul li a:hover {
    background: #091F5B;
    color: #fff!important;
}
.menu ul li a.has_sub {
    text-align: left;
    padding-right: 30px!important;
}
.menu ul li a.has_sub::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url('/img/userimages/user_890/arrow.png');
    background-repeat: no-repeat;
    background-position: 93% 50%;
    top: 23%;
    right: 7px;
}
.menu ul li a.active.has_sub::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url('/img/userimages/user_890/down-arrow.png');
    background-repeat: no-repeat;
    background-position: 93% 50%;
    top: 23%;
    right: 7px;
}
.menu ul li a.has_sub:hover::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url('/img/userimages/user_890/down-arrow.png');
    background-repeat: no-repeat;
    background-position: 93% 50%;
    top: 23%;
    right: 7px;
}

.dropmenudiv {
    box-shadow: 1px 1px 2px 0px #909090;
    border-radius: 2px;
    border-top: 1px solid #D0D0D0;
    border-bottom: none!important;
    min-width: 300px;
}
.dropmenudiv a {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    color: #5F5F5F!important;
    border-right: none!important;
    border-left: none!important;
    line-height: 33px;
    font-size: 16px;
    padding-left: 16px;
}
.dropmenudiv a:hover {
  background: url('/img/userimages/user_890/right-arrow.png'), #091F5B;
  background-repeat: no-repeat;
  background-position: 3% 50%;
  color: #fff!important;
  padding-left: 25px;

}
.usercontent.under_banner {
    width: 100%;
}
#page {
    width: 100%;
    margin: auto;
    clear: both;
    padding-top: 0px!important;
}
.module {
  overflow: hidden;
}
h1 {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
}
.module h1 {
    position: relative;
    color: #222222!important;
    font-size: 20px!important;
    padding-bottom: 36px!important;
    padding-top: 25px!important;
}
.cont-page-id-174929 .module h1, .cont-page-id-174936 .module h1 {
    background: #fff;
}
#col-main {
    width: 1200px;
    margin: auto;
}
.cont-page-id-174929 #col-main, .cont-page-id-174936 #col-main {
    width: 100%!important;
}
.about_services {
  width: 1200px;
  margin: 20px auto;
}
.about_services p {
  line-height: 25px;
}
.module h1:after {
    content: "";
    display: block; 
    height: 1px;
    width: 320px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,091F5B+18,091F5B+82,ffffff+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 0%, #091F5B 18%, #091F5B 82%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ffffff 0%,#091F5B 18%,#091F5B 82%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ffffff 0%,#091F5B 18%,#091F5B 82%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    position: absolute;
    top: 58px;
    left: 50%;
    margin-left: -160px;
}
.main_wrap_services {
    background: #fff;
    width: 100%;
}
.wrap_services {
    overflow: hidden;
    height: 415px;
    padding-top: 28px;
    width: 1100px;
    margin: auto;
}
.block_service {
    width: 275px;
    overflow: hidden;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 17px;
    text-align: center;
}
.block_service img {
    padding-bottom: 6px;
}
.block_service h3 {
    font-size: 16px;
    color: #222222;
    padding-bottom: 3px;
}
.block_service .description_service{
    font-size: 13px;
    overflow: hidden;
    padding-bottom: 14px!important;
    padding-left: 20px;
    padding-right: 20px;
    height: 107px;
}
.block_service .button {
    background: #091F5B;
    outline: none;
    border: 2px solid #fff;
    height: 31px;
    width: 140px;
    border-radius: 13px;
    color: #fff!important;
    font-size: 13px;
    text-align: center;
    line-height: 28px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: block;
    margin: auto;
    text-decoration: none!important;
}
.block_service .button:hover {
    border: 2px solid #091F5B;
    background: #fff;
    color: #333!important;
    font-weight: bold;
}
.about_company {
    min-height: 251px;
    padding-top: 40px;
    width: 1100px;
    margin: auto;
}
.about_company h3 {
    position: relative;
    color: #222222!important;
    padding-bottom: 29px!important;
    text-align: center;
    margin-bottom: 0px!important;
    font-size: 20px!important;
    font-weight: normal;
}
.about_company p {
    font-size: 17px;
}
.about_company h3:first-child::before {
    content: "";
    display: block; 
    height: 1px;
    width: 320px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,091F5B+18,091F5B+82,ffffff+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left,  #ffffff 0%, #091F5B 18%, #091F5B 82%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #ffffff 0%,#091F5B 18%,#091F5B 82%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #ffffff 0%,#091F5B 18%,#091F5B 82%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -160px;
}
.text_about_comp {
    width: 980px;
    margin: auto;
    font-size: 17px;
    line-height: 20px;
    text-align: justify;
}
.advantages {
    width: 1100px;
    margin: auto;
    padding-top: 60px;
}
.advantages h3 {
    position: relative;
    color: #222222!important;
    padding-bottom: 32px!important;
    text-align: center;
    margin-bottom: 0px!important;
    font-size: 20px!important;
    font-weight: normal;
}
.advantages h3:before {
    content: "";
    display: block; 
    height: 1px;
    width: 320px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,091F5B+18,091F5B+82,ffffff+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left,  #ffffff 0%, #091F5B 18%, #091F5B 82%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #ffffff 0%,#091F5B 18%,#091F5B 82%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #ffffff 0%,#091F5B 18%,#091F5B 82%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -160px;
}
.block_advantage {
    width: 100%;
    height: 217px;
}
.adv_img {
    width: 217px;
    height: 100%;
    text-align: left;
    float: left;
    padding-top: 25px;
}
.paragraph {
    float: left;
    padding-top: 22px;
    width: 80%;
    font-size: 22px!important;
}
.descrip_adv {
    padding-top: 7px;
    float: left;
    width: 80%;
    font-size: 17px;
}
#profile_footer_div {
    background-color: #091F5B;
    width: 100%;
}
#profile_footer_div .cellseparate {
    width: 1100px!important;
}
#profile_footer_div .cellseparate .bottom {
    display: none;
}
.foot_logo {
    width: 350px;
    float: left;
    height: 124px;
    padding-top: 34px;
    padding-left: 30px;
    text-align: left;
}
.foot_contacts {
    width: 425px;
    float: right;
    padding-top: 45px;
    margin-bottom: 20px;
}
.foot_menu ul {
    list-style-type: none;
    padding: 0;
}
.foot_menu ul li {
    float: left;
    margin-right: 29px;
}
.foot_menu ul li a {
    display: inline-block;
    height: 35px;
    width: 110px;
    line-height: 35px;
    text-align: center;
    font-size: 16px!important;
    text-transform: uppercase;
    background: #eaebed;
    border-radius: 4px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.foot_menu ul li a:hover {
    background: #FFFFFF;
    border-radius: 4px;
    color: #585858;
    box-shadow: 0px 0px 7px 0px #E0E0E0;
}
.foot_tel {
    float: right;
    padding-top: 10px;
    padding-right: 28px;
}
.foot_tel a {
    font-size: 35px;
    color: #fff;
    float: right;
}
.copyright {
    clear: both;
    font-size: 16px;
    text-align: center;
}
.slider {
  position: relative;
  width: 100%!important;
  overflow: hidden;
}
#prev9 {
    display: block;
    position: absolute;
    width: 55px;
    width: 55px;
    height: 120px;
    z-index: 9;
    left: 6%;
    top: 50%;
    margin-top: -60px;
}
#next9 {
    display: block;
    position: absolute;
    width: 55px;
    width: 55px;
    height: 120px;
    z-index: 9;
    right: 6%;
    top: 50%;
    margin-top: -60px;
}
.slider img {
    width: 100%;
}
#carousel img {
    min-height: 400px;
}
.caroufredsel_wrapper {
    width: 100%!important;
    height: 400px!important;
}
.caroufredsel_wrapper > div {
    width: 100%!important;
}

/*ОБЩИЕ СТИЛИ ДЛЯ ПЛЭЙСХОЛДЕРА*/
#mod-form-contact_ask ::-webkit-input-placeholder {color:#96A4B3;font-weight: normal}
#mod-form-contact_ask ::-moz-placeholder          {color:#96A4B3;font-weight: normal}
#mod-form-contact_ask :-moz-placeholder           {color:#96A4B3;font-weight: normal}
#mod-form-contact_ask :-ms-input-placeholder      {color:#96A4B3;font-weight: normal}

/*ОБЩИЙ БЛОК*/

#mod-form-contact_ask {
  width: 450px;
  padding: 20px 10px;
  margin: auto;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d4e4ef+0,86aecc+100;Grey+Gloss */
  background: rgb(212,228,239); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc',GradientType=1 ); /* IE6-9 */
  text-align: center;
  border-radius: 7px;
  box-shadow: 0px 0px 6px 0px #D0D0D0;
  display: none;
  position: fixed;
  top: 50%!important;
  margin-top: -250px;
  min-height: 500px;
  z-index: 999;
}
#mod-form-contact_ask h2{
  color: #96A4B3;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}
/*БЛОК ВКЛЮЧАБЩИЙ ИНПУТ И ЛАБЕЛЬ*/
.form-row {
  position: relative;
  margin: 1em auto;
  width: 90%;
  color: #6a7989;
  font-size: 16px;
  font-weight: bold;
   box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.input-text {
  background-color: #fff;
  padding: 8px 4px;
  position: relative;
  width: 80%;
  margin: auto;
  display: block;
/*  z-index: 3;*/
  outline: none;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -ms-transition: all .2s;
  border: 2px solid #fff;
  border-radius: 15px;
  font-size: 16px;
  height: 26px;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.text-text {
  border-radius: 15px;
  font-size: 16px;
  min-height: 92px;
  max-width: 80%;
  min-width: 80%;
  padding: 8px 4px;
  outline: none;
  border: none;
}
.label-helper {
  bottom: 0;
  color: #fff;
  display: block !important;
  left: 10%;
  opacity: 0;
  position: absolute;
  transition: .2s bottom, .1s opacity;
  -webkit-transition: .2s bottom, .1s opacity;
  -moz-transition: .2s bottom, .1s opacity;
  -o-transition: .2s bottom, .1s opacity;
  -ms-transition: .2s bottom, .1s opacity;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  line-height: 208%;
  text-align: left;
  padding-right: 10%;
  font-size: 18px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
select {
  border-radius: 15px;
  height: 38px;
  border: none;
  width: 55px;
  text-align: center;
  outline: none;
}
#mod-form-contact_ .dat {
  width: 45%;
  height: 38px;
  border-radius: 15px;
  border: none;
  outline: none;
  padding: 8px 4px;
}
#mod-form-contact_ask .button {
  height: 35px;
  width: 170px;
  outline: none;
  border: none;
  color: #96A4B3;
  background: #fff;
  border-radius: 10px;
  font-size: 17px;
}
/*СВОЙСТВА ИНПУТА ПРИ ФОКУСЕ*/

.input-text:focus, .text-text:focus {
  transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
  -webkit-transform: translate3d(0, 0.5em, 0);
  transform: translate3d(0, 0.5em, 0);
  animation: input_shadow .1s linear;
  /*-webkit-animation-name: input_shadow;
  -o-animation-name: input_shadow;
  -moz-animation-name: input_shadow;
  animation-name: input_shadow;
  -webkit-animation-duration: .1s;
  -moz-animation-duration: .1s;
  -o-animation-duration: .1s;
  animation-duration: .1s;
  -o-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear; 
  animation-timing-function: linear;*/
}
.input-text:focus ~ label, .text-text:focus ~ label {
  opacity: 1;
  bottom: 20px;
}
.under-layer {
  z-index: 99;
}
.news-item-footer .newsmore {
  background: #091F5B;
  outline: none;
  border: 2px solid #fff;
  height: 31px;
  width: 140px;
  border-radius: 13px;
  color: #fff!important;
  font-size: 13px;
  text-align: center;
  line-height: 28px;
  transition: all .3s cubic-bezier(0.4, 0, 1, 1) .1s;
  -webkit-transition: all .3s scubic-bezier(0.4, 0, 1, 1) .1s;
  -moz-transition: all .3s cubic-bezier(0.4, 0, 1, 1) .1s;
  -o-transition: all .3s cubic-bezier(0.4, 0, 1, 1) .1s;
  -ms-transition: all .3s cubic-bezier(0.4, 0, 1, 1) .1s;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  text-decoration: none!important;
  margin: 30px 0px;
}
#tabify_menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#tabify_menu li {
    margin-right: 2px;
}
#tabify_menu, #tabify_menu li {
    float: left;
}
#tabify_menu li a {
    border: 1px solid #333;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 1px solid #598bce;
    border-bottom: none;
    display: block;
    height: 40px;
    line-height: 32px;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
#tabify_menu li.active a {
    background: rgba(36, 162, 216, .7);
    border: 1px solid rgba(36, 162, 216, 0.71);
    color: #fff;
}
.wrap_price p {
    padding-bottom: 0px;
}
.wrap_price table tr:nth-child(odd) {
    background: #e8f1fa;
}
.wrap_price table tr {
    height: 42px;
}
.wrap_price table tr td {
    vertical-align: middle;
    padding: 1% 1%;
}
.wrap_price table td {
    border-right: 1px solid #EAEAEA;
}
.wrap_price table td:last-child {
    border: none;
}
.wrap_price table tr:nth-child(odd) {
    background: #e8f1fa;
}
.wrap-icon-menu {
    display: none;
    background: #091F5B;
    padding: 7px 0px;
    overflow: hidden;
}
.icon-menu {
    cursor: pointer;
    color: #fff;
    display: block;
    float: left;
    margin-left: 3%;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 26px;
    min-width: 20%;
    padding-top: 2px;
}
.icon-close {
  padding: 4% 7%;
}
.icon-menu img {
    float: left;
    padding-right: 8%;
}
.mobile_menu {
  background: #091F5B;
  left: -285px;  
  height: 100%;
  position: fixed;
  top: 0;
  width: 285px;
  z-index: 999;
  overflow-y: scroll;
}
.mobile_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile_menu ul ul {
  display: none;
}
.mobile_menu li {
  font-family: 'Open Sans', sans-serif;
  line-height: 45px;
  border-bottom: 1px solid #ffffff;
}
.mobile_menu li li {
  padding-left: 5%;
}
.mobile_menu li li a {
  font-size: 14px;
}
.mobile_menu li li:last-child {
  border-bottom: none;
}
.mobile_menu li .down_menu {
  float: right;
    margin-right: 5%;
    padding-top: 7px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
.mobile_menu a {
  color: #fff;
  font-size: 15px;
  padding-left: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.menu-fixed {
    box-shadow: 0px 0px 13px 2px #8c8c8c;
    -o-box-shadow: 0px 0px 13px 2px #8c8c8c;
    -ms-box-shadow: 0px 0px 13px 2px #8c8c8c;
    position: fixed!important;
    top: 0;
    -webkit-animation: opac .7s ease-in-out ;
    -o-animation: opac .7s ease-in-out ;
    -ms-animation: opac .7s ease-in-out ;
    animation: opac .7s ease-in-out ;
    z-index: 9999;
}
@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
  /*@media (max-width: 640px) { body {font-size:1.2rem;} }
  @media (min-width: 640px) { body {font-size:1rem;} } 
  @media (min-width:960px) { body {font-size:1.2rem;} }
  @media (min-width:1100px) { body {font-size:1.5rem;} } */
  @media screen and (min-width: 1200px) and (max-width: 1400px)  {
  .caroufredsel_wrapper {
    height: 300px!important;
  }
  #carousel img {
    min-height: 300px;
  }
}
@media screen and (max-width: 1200px) {
  html { font-size:100%; }
	#baner-header, .menu, #col-main, .about_services, .wrap_services, .about_company, .advantages {
		width: 100%;
	}
  #content-wrapper {
    min-width: 320px;
  }
	#profile_footer_div {
		min-width: 100%!important;
	}
	#profile_footer_div .cellseparate {
		width: 100%!important;
	}
  #col-main .module-content {
    padding: 0 1%;
  }
  #profile_header::before, .module h1:after {
    display: none;
  }
  .module h1 {
    font-size: 23px!important;
    padding-bottom: 0px!important;
  }
  #baner-header {
    padding-left: 50px;
  }
  .logo, .contact, .foot_logo {
    width: 30%;
  }
  .wrap_services {
    min-height: 415px;
    text-align: center;
    height: 100%;
  }
  .block_service {
    display: inline-block;
    float: none;
    margin: 20px 0px;
  }
  .about_company {
    padding: 0px 15px;
  }
  .block_advantage, .adv_img, .paragraph, .descrip_adv {
    float: none;
    margin: auto;
    text-align: center;
  }
  .block_advantage {
    min-height: 217px;
    height: 100%;
  }
  #mod-form-contact_ask {
    width: 350px;
    padding: 0px 0px;
    margin-top: -175px;
    min-height: 370px;
  }
  .form-row {
    margin: .5em auto;
  }
  .input-text {
    padding: 3px 4px;
    font-size: 14px;
  }
  .label-helper {
    line-height: 256%;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  /************************form******************************/
  #mod-form-contact_ask {
    width: 250px;
    margin-left: -125px;
    padding: 0 0 2% 0;
    margin-top: -120px;
    min-height: 240px;
  }
  .form-row {
    margin: .4em auto;
  }
  .input-text {
    border-radius: 3px;
    height: 15px;
    font-size: 11px;
  }
  .text-text {
    border-radius: 3px;
    font-size: 13px;
    min-height: 40px;
}
.label-helper {
    display: none!important;
}
.input-text:focus, .text-text:focus {
     -webkit-transform: translate3d(0, 0, 0); 
     transform: translate3d(0, 0, 0); 
}
#mod-form-contact_ask .button {
    height: 25px;
    width: 120px;
    font-size: 14px;
}
  /***************************end form*******************************/
  #baner-header, .foot_logo {
    padding: 2% 1%;
  }
  .foot_contacts {
    width: 58%;
    padding-right: 2%;
    padding-top: 0;
  }
  .foot_menu ul {
    float: right;
  }
  .foot_menu ul li {
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .foot_menu ul li a {
    font-size: 13px!important;
  }
  .block_button {
    margin-left: 1%;
    margin-top: 0;
  }
  .button_ask {
    font-size: 12px!important;
    width: 120px;
    padding: 0px 0px!important;
    line-height: 32px;
    height: 32px!important;
  }
  .contact {
    padding: 0;
  }
  .foot_logo img, #baner-header img {
    width: 120px;
    height: auto;
  } 
  .usercontent.under_banner .slider {
    display: none;
  }
  .logo, .contact, .foot_logo {
    width: 30%;
  }
  .logo a, .contact a, .foot_logo a, .contact p a {
    font-size: 13px;
  }
  .foot_tel {
    padding-top: 0;
    padding-right: 0;
  }
  .foot_tel a {
    font-size: 1.6em;
    display: block;
    width: 100%;
    text-align: right;
  }
  .contact a, .contact p {
    float: right;
  }
  .news-text.usercontent {
    overflow: auto;
  }
  .news-text.usercontent table {
    width: 100%;
  }
#polosa {
  display: none;
}
.wrap-icon-menu {
  display: block;
}
 .icon-menu {
 min-width: 27%;
}
#profile_header, #baner-header {
  height: 80px;
}
}
@media screen and (max-width: 760px)  {
  /*****************************adaptive table******************************/

  /*******basic styles********/
  .wrap_price table, .wrap_price thead, .wrap_price tbody, .wrap_price th, .wrap_price td, .wrap_price tr { 
    display: block; 
  }
  .wrap_price thead tr,              /*!!здесь убраны заголовки и первые строки кастомный блок!!*/
  .wrap_price tbody tr:first-child, 
  .wrap_price tbody tr td:first-child,
  #permits tbody tr:nth-of-type(2),
  #legal_services tbody tr:nth-of-type(2),
  #customs tbody tr:nth-of-type(2),
  #customs tbody tr:nth-of-type(3)
   { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .wrap_price td { 
    position: relative;
    padding-left: 50%!important;
  }
  .wrap_price td:before { 
    position: absolute;
    top: 35%;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
    font-weight: bold;
    text-align: left;
  }
  /****** end basic styles********/

  /*******custom style********/
  .wrap_price td {
    padding-top: 5%!important;
    padding-bottom: 5%!important;  
  }
  #customs, #legal_services, #permits {
    clear: both;
  }
  .wrap_price td:nth-of-type(2), .wrap_price td:nth-of-type(3), .wrap_price td:nth-of-type(4) {
    width: 100%!important;
    font-size: 12px;
  }
  .wrap_price td span {
    font-size: 12px!important;
  }
  .wrap_price td:nth-of-type(2) {
    background: #e8f1fa;
  }
  .wrap_price td:nth-of-type(3) {
    background: #fff;
  }
  .wrap_price td:nth-of-type(4) {
    background: #f9f9f9;
  }
  .wrap_price td:nth-of-type(2):before { content: "Наименование услуги"; }
  .wrap_price td:nth-of-type(3):before { content: "Цена, грн"; }
  .wrap_price td:nth-of-type(4):before { content: "Доп. затраты"; }
  .wrap_price table tr {
    min-height: 42px;
    height: 100%;
  }
  .wrap_price p {
    padding: 5% 0;
  }
  #tabify_menu, #tabify_menu li {
    float: left;
    width: 100%;
  }
  #tabify_menu li a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 30px;
    line-height: 32px;
    padding: 0px 0%;
    font-size: 13px;
    line-height: 30px;
    width: 60%;
    text-align: center;
  }
/******end custom style*******/

/******end adaptive table*******/
}


@media screen and (max-width: 480px) {
  #profile_header, #baner-header {
    min-height: 9px;
  }
  .block_button {
    float: right;
  }
  .contact {
    padding-top: 1%;
  }
  .contact a, .contact p a {
    font-size: 13px;
  }
  .foot_logo img, #baner-header img {
    width: 200px;
  }
  .logo, .contact, .foot_logo {
    width: 45%;
  }
  .button_ask {
    width: 135px;
    font-size: 11px!important;
    padding: 0px 0px!important;
    line-height: 27px;
    height: 25px!important;
  }
  .contact a, .contact p a {
    font-size: 14px;
  }
  .foot_contacts {
    width: 55%;
  }
  #profile_footer_div {
    height: 242px;
  }
.foot_menu ul {
    float: none;
    margin: 10px auto;
}
.foot_tel {
    width: 175px;
    margin: auto;
    float: none;
    overflow: hidden;
}
.foot_logo {
    display: none;
}
.foot_contacts {
    width: 100%;
}
.foot_tel a {
    font-size: 1.4em;
  }
#profile_header, #baner-header {
    height: 65px;
}
.about_company p, .descrip_adv {
  font-size: 15px;
}
#copyrt a {
  font-size: 11px;
}
}

